@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 200px 0 0;
}

.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1500px;
	margin: 0 auto;
}


@media screen and (max-width:767px) {
    section{
        padding: 30px 0 0;
    }

    .contents-wrapper{
        width: calc(100% - 60px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.fv-top{
    position: relative;
    padding-top: 0px;
    margin-top: 150px;
}

.mySwiper-top-img{
    width: 85%;
}

.fv-text-box{
   position: absolute; 
   font-weight: 500;
   color: rgba(224, 123, 0, 1);
   top: 50%;
   transform: translateY(-50%);
   right: 2%;
   z-index: 1;
}

.fv-box{
    font-size: 2.6rem;
    margin-left: auto;
    width: 650px;
}

.fv-text{
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 20px;
}

.fv-text2{
    margin: 15px 0 30px;
}    

.fv-text-box p{
    font-size: 1.3rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 20px;
}

.fv-dot{
    position: absolute;
    bottom: -85px;
    right: 0;
    width: 580px;
    z-index: -1;
}

.front-concept-top{
    width: 70%;
    margin: auto;

}

.front-concept-flex{
    position: relative;
    gap: 50px;
    margin-bottom: 35px;
}

.front-concept-text{
    width: 59%;
}

.front-concept-title{
    font-size: 2.6rem;
    font-weight: 500;
    color: rgba(224, 123, 0, 1);
    margin-bottom: 35px;
    text-align: left;
}

.page-link{
    font-weight: 500;
    color: rgba(58, 28, 0, 1);
    height: 50px;
    width: 200px;
    border-radius: 30px;
    display: block;
    text-align: left;
}

.page-link:hover{
    background-color: rgba(235, 163, 37, 1);
    color: rgba(255, 255, 255, 1);
}

.page-link-img{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.page-link span{
    vertical-align: middle;
}

.front-concept-img{
    width: 36%;
    margin: 0;
    object-fit: cover;
    z-index: 1;
}

.front-concept-vertical{
    position: absolute;
    right: -100px;
    top: -90px;
    writing-mode: vertical-rl;
    color: transparent;
    -webkit-text-stroke: 1px rgba(234, 166, 110, 1); /* ベンダープレフィックス */
    font-size: 7.5rem;
}

.front-service-top{
    overflow: hidden;
    padding-bottom: 75px;
    position: relative;
}

.title-box{
    color: rgba(224, 123, 0, 1);
}

.sub-title{
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.title-en{
    font-size: 3.8rem;
}

.front-service-flex{
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 50px auto 0;
}


.front-service-orange{
    margin-left: calc(50% - 50vw);
    position: absolute;
    background-color: rgba(255, 242, 231, 1);
    width: 30%;
    height: 80%;
    top: 280px;
    right: 0;
}

.front-service-dot{
    position: absolute;
    width: 580px;
    top: -100px;
    left: -100px;
    z-index: -1;
}

.front-service-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 300px;
    height: 120px;
    border: 3px solid rgba(255, 255, 255, 1);
    background-color: rgba(233, 140, 182, 1);
}

.front-service-box2{
    background-color: rgba(163, 217, 185, 1);
}

.front-service-box3{
    background-color: rgba(234, 166, 110, 1);
}

.front-service-box4{
    background-color: rgba(163, 209, 234, 1);
}

.front-service-box5{
    background-color: rgba(209, 178, 229, 1);
}

.front-service-box::after{
    position: absolute;
    opacity: 0;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 10px;
    height: 20px;
    background-color: rgba(233, 140, 182, 1);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.front-service-box2::after{
    background-color: rgba(163, 217, 185, 1);
}

.front-service-box3::after{
    background-color: rgba(234, 166, 110, 1);
}

.front-service-box4::after{
    background-color: rgba(163, 209, 234, 1);
}

.front-service-box5::after{
    background-color: rgba(209, 178, 229, 1);
}

.front-service-box:hover::after{
    opacity: 1;
    z-index: 2;
}

.front-service-box:hover{
    border: 30px solid rgba(233, 140, 182, 1);
}

.front-service-box2:hover{
    border: 30px solid rgba(163, 217, 185, 1);
}

.front-service-box3:hover{
    border: 30px solid rgba(234, 166, 110, 1);
}

.front-service-box4:hover{
    border: 30px solid rgba(163, 209, 234, 1);
}

.front-service-box5:hover{
    border: 30px solid rgba(209, 178, 229, 1);
}

.front-service-img{
    width: 30px;
    margin: 0 15px 0 0;
}

.front-service-link{
    position: absolute;
    height: 600px;
    top: 0;
    right: 0;
    gap: 50px;
    align-items: center;
    padding: 25px 50px;
    width: calc(100% - 300px);
    border: 1px solid rgba(233, 140, 182, 1);
    background-color: rgba(255, 255, 255, 1);
}

.front-service-link1{
    z-index: 1;
}

.front-service-link2{
    border: 1px solid rgba(163, 217, 185, 1);
}

.front-service-link3{
    border: 1px solid rgba(234, 166, 110, 1);

}

.front-service-link4{
    border: 1px solid rgba(163, 209, 234, 1);

}

.front-service-link5{
    border: 1px solid rgba(209, 178, 229, 1);
}

.front-service-midst{
    width: 50%;
}

.front-service-1{
    width: 80%;
    margin: auto;
    display: block;
}

.front-service-1:hover{
    opacity: 0.8;
}

.front-service-text{
    color: rgba(58, 28, 0, 1);
}

.front-service-text:hover{
    color: rgba(234, 166, 110, 1);

}

.front-service-2{
    margin: 45px auto;
}

.front-service-big{
    width: 449px;
    margin: 0;
    height: 550px;
    object-fit: cover;
}

.front-service-box2:hover +.front-service-link2{
    opacity: 1;
    z-index: 1;
}

.front-service-box3:hover +.front-service-link3{
    opacity: 1;
    z-index: 1;
}

.front-service-box4:hover +.front-service-link4{
    opacity: 1;
    z-index: 1;
}

.front-service-box5:hover +.front-service-link5{
    opacity: 1;
    z-index: 1;
}

.front-link-img{
    margin-left: calc(50% - 50vw);
    width: 55%;
    margin-right: 0;
    object-fit: cover;
    position: relative;
}

.front-link-top{
    padding-top: 125px;
    position: relative;
}

.front-link-box{
    justify-content: space-between;
    gap: 70px;
    align-items: center;
}

.front-link-bg1{
    position: absolute;
    width: 200px;
    top: -50px;
    right: -130px;
    opacity: 0.7;
}

.front-link-bg2{
    position: absolute;
    width: 200px;
    bottom: -90px;
    left: 0;
    opacity: 0.7;
}

.front-link-flex{
    gap: 70px;
    width: 45%;
}

.front-link{
    width: 300px;
    display: block;
    transition: 0.6s;
}

.front-link-main{
    width: 100px;
    margin: auto;
}

.front-link-text{
    font-size: 1.3rem;
    font-weight: 500;
    width: 300px;
    height: 53px;
    line-height: 2.5;
    margin-top: 30px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(233, 140, 182, 1);
}

.front-link-text2{
    background-color: rgba(163, 217, 185, 1);
}

.front-link-text3{
    background-color: rgba(163, 209, 234, 1);
}

.front-link-text4{
    background-color: rgba(234, 166, 110, 1);
}

.front-link-hover{
    display: none;
}

.front-link:hover .front-link-main{
    display: none;
}


.front-link:hover .front-link-hover{
    display: block;
    transition: 0.6s;
}

.front-link:hover .front-link-text{
    transition: 0.6s;
    color: rgba(233, 140, 182, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(233, 140, 182, 1);
}

.front-link:hover .front-link-text2{
    color: rgba(163, 217, 185, 1);
    border: 1px solid rgba(163, 217, 185, 1);
}

.front-link:hover .front-link-text3{
    color: rgba(163, 209, 234, 1);
    border: 1px solid rgba(163, 209, 234, 1);
}

.front-link:hover .front-link-text4{
    color: rgba(234, 166, 110, 1);
    border: 1px solid rgba(234, 166, 110, 1);
}

.front-news-top{
    padding: 200px 0;
    position: relative;
}

.front-news-orange{
    position: absolute;
    background-color: rgba(255, 242, 231, 1);
    margin-left: calc(50% - 50vw);
    width: 30%;
    height: 120%;
    top: -51px;
    left: 0;
    z-index: -1;
}

.front-news-flex{
    width: 80%;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 35px 50px;
    position: relative;
    gap: 100px;
}

.front-news-dot{
    position: absolute;
    width: 450px;
    top: -150px;
    right: -200px;
    z-index: -1;
}

.front-news-title{
    align-self: flex-start;
}

.front-news-link{
    margin-top: 200px;
}

.front-news-left{
    width: 15%;
}

.front-news-right{
    width: 75%;
}

.dront-nwes-title{
    text-align: left;
}

li.front-home-list{
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.front-home-list:last-child{
    margin-bottom: 0;
}

.front-service-midst{
    font-size: 1.3rem;
    color: rgba(58, 28, 0, 1);
}

.front-service-midst:hover{
    color: rgba(224, 123, 0, 1);
}

.front-service-midst span{
    font-size: 1.9rem;
}


@media screen and (max-width:1650px) {
    .front-link-img {
        width: 53%;
    }

    .front-link-flex {
        gap: 50px 30px;
        width: 48%;
    }

    .front-link-box {
        gap: 30px;
    }

    .front-link-bg1 {
        right: -70px;
    }

    .front-concept-top {
        width: 80%;
    }

    .front-concept-vertical {
        right: -95px;
    }

    .front-service-box {
        width: 267px;
    }
    
    .front-service-link {
        width: calc(100% - 267px);
        gap: 18px;
    }

    .front-news-flex {
        width: 90%;
    }

    .front-news-dot {
        right: -100px;
    }

    .front-news-right {
        width: 75%;
    }

    .front-service-big {
        width: 463px;
    }

}
@media screen and (max-width:1430px) {
    .front-concept-top {
        width: 92%;
    }

    .front-service-box {
        width: 219px;
    }

    .front-service-link {
        padding: 20px;
        width: calc(100% - 219px)
    }

    .front-service-big {
        width: 368px;
    }

    .front-service-1 {
        width: 90%;
    }

    .front-link-text {
        width: 250px;
    }

    .front-link{
        width: 250px;
    }

    .front-link-flex {
        gap: 50px 25px;
    }

    .front-news-flex {
        width: 100%;
    }

    .front-news-dot {
        right: -50px;
    }

}
@media screen and (max-width:1200px) {
    .mySwiper-top-img {
        width: 100%;
    }

    .fv-text-box {
        top: 70%;
    }

    .fv-text2 {
        margin: 10px 0 15px;
    }

    .fv-text {
        padding: 2px 20px;
    }

    .front-concept-top {
        width: 100%;
    }

    .front-concept-top {
        width: 100%;
    }

    .front-concept-flex {
        gap: 20px;
    }
    
    .front-concept-text {
        width: 55%;
    }

    .front-concept-vertical {
        right: -50px;
    }

    .front-service-1 {
        width: 95%;
    }

    .front-service-big {
        width: 313px;
    }

    .front-link-flex {
        gap: 50px 10px;
        width: 56%;
    }

    .front-link-img {
        width: 45%;
    }

    .front-link-img1 {
        height: 350px;
        object-fit: cover;
        object-position: left
    }

    .front-news-right {
        width: 72%;
    }


}
@media screen and (max-width:1023px) {
    .mySwiper-top-img { 
        height: 400px;
        object-fit: cover;
    }

    .fv-box {
        font-size: 2rem;
        width: 490px;
    }

    .fv-top {
		margin-top: 70px;
	}

	.fv-text-box p {
		font-size: 1rem;
    }

	.front-concept-text {
        width: 85%;
    }

    .front-concept-img {
        width: 85%;
        height: 300px;
    }

    .front-service-midst {
        width: 100%;
    }

    .front-service-1 {
        width: 80%;
    }

    .front-service-2 {
        margin: 10px auto;
    }

    .front-service-3{
        height: 60px;
        object-fit: cover;
    }

    .front-service-big {
        width: 100%;
        height: 280px;
    }

    .front-service-dot {
        width: 500px;
        top: -70px;
    }

    .front-link-flex {
        gap: 50px;
        width: 85%;
        margin: auto;
    }

    .front-link-img {
        width: 100%;
    }

    .front-link-img1 {
        height: 250px;
        object-position: left top;
    }

    .front-news-left {
        width: 100%;
        position: relative;
    }

    .front-news-link{
        position: absolute;
        top: 50px;
        right: 0;
        margin: 0;
    }

    .front-news-right {
        width: 100%;
    }

    .front-concept-vertical {
        top: 50px;
    }
}
@media screen and (max-width:767px) {
    .mySwiper-top-img { 
        height: 300px;
    }

    .fv-box {
        font-size: 1.5rem;
        width: 325px;
    }

    .fv-text {
        padding: 2px 10px;
    }

    .fv-text-box p {
        padding: 10px;
    }

    .fv-text-box {
        top: 70%;
        width: 320px;
    }

    .fv-dot {
        bottom: -30px;
        width: 300px;
    }

    .front-concept-vertical {
        right: -30px;
        font-size: 5rem;
    }

    .front-concept-text {
        width: 87%;
    }

    .front-concept-title {
        font-size: 1.9rem;
        margin-bottom: 10px;
    }

    .front-concept-img {
        width: 100%;
        height: 200px;
    }

    .front-concept-flex {
        margin-bottom: 15px;
    }

    .front-link-img {
        width: 115%;
    }

    .front-link-bg1 {
        right: -30px;
        width: 150px;
    }

    .front-link-bg2 {
        width: 120px;
        bottom: -50px;
    }

    .front-link-text {
        line-height: 2.7;
        margin-top: 5px;
    }

    .front-news-dot {
        width: 100%;
        top: -20px;
        right: -30px;
    }

    .front-news-top {
        padding: 40px 0;
    }

    .front-link-box {
        gap: 20px;
    }

    .front-link-flex {
        gap: 20px;
    }

    .front-news-flex {
        padding: 20px 10px;
    }

    .front-news-link {
        top: 35px;
        right: -70px;
    }

    .front-news-flex {
        gap: 25px;
    }

    .front-service-dot {
        width: 350px;
        top: -30px;
    }


    .front-service-box {
        width: 50%;
        height: 60px;
    }

    .front-service-box3{
        width: 100%;
    }

    .front-service-box::after{
        display: none;
    }

    .front-service-box22{
        position: absolute;
        top: 0;
        right: 0;
    }

    .front-service-box55{
        position: absolute;
        right: 0;
        top: 120px;
    }

    .front-service-flex {
        display: block;
        position: relative;
        height: 680px;
        margin-top: 20px;
    }

    .front-service-link {
        width: 100%;
        position: static;
        gap: 0;
        padding: 20px;
        height: auto;
    }

    .front-service-big {
        height: 200px;
    }

    .front-service-1 {
        width: 100%;
    }

    .front-service-top {
        padding-bottom: 30px;
    }

    .front-service-big2{
        height: 300px;
    }

    .front-service-midst2 {
        padding: 50px 0 70px;
    }

    .front-service-text{
        margin-bottom: 10px;
    }

    .front-link-top {
        padding-top: 0px;
    }

    li.front-home-list {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

}

/*会社案内
-----------------------------------------------------------------------------------------*/
.page-top{
    position: relative;
}

.page-top-img{
    width: 80%;
    margin: 0;
    z-index: 1;
}

.page-top-title{
    position: absolute;
    bottom: 100px;
    font-size: 2.7rem;
    font-weight: 500;
    color: rgba(224, 123, 0, 1);
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 1);
}

.pagr-mein-top{
    padding: 200px 0;
}

.concept-philosophy-text{
    margin: 50px auto 0;
    font-size: 1.3rem;
    line-height: 2;
    width: 950px;
    text-align: left;

}

.concept-img-top{
    overflow: hidden;
}

.concept-img{
    width: 70%;
    margin-right: calc(50% - 50vw);
}

.concept-workshop-top{
    overflow: hidden;
}

.concept-workshop-flex{
    gap: 50px;
    align-items: center;
    margin-top: 50px;
    text-align: left;
    position: relative;
}

.concept-workshop-orange{
    position: absolute;
    width: 40%;
    height: 140%;
    top: -100px;
    left: 0;
    z-index: -1;
    margin-left: calc(50% - 50vw);
    background-color: rgba(255, 242, 231, 1);
}

.concept-workshop-dot{
    position: absolute;
    width: 420px;
    right: -50px;
    bottom: -200px;
    z-index: -1;
    margin-right: calc(50% - 50vw);
}

.concept-workshop-img{
    margin: 0;
    margin-left: calc(50% - 50vw);
    width: 62%;
}

.concept-workshop-number{
    font-size: 1.3rem;
    color: rgba(224, 123, 0, 1);
}

.concept-workshop-number span{
    font-size: 2.6rem;
}

.concept-workshop-title{
    font-size: 2.6rem;
    font-weight: 500;
    margin: 5px 0 35px;
}

.concept-workshop-img2{
    margin-right: calc(50% - 50vw);
    margin-left: auto;
}

/* .concept-workshop-box{
    padding-left: 100px;
} */

.concept-workshop-text span{
    margin-bottom: 15px;
    display: block;
}

.concept-philosophy-flex{
    width: calc(100% - 45px);
}

@media screen and (max-width:1430px) {
    .concept-workshop-img {
        width: 54%;
    }
}


@media screen and (max-width:1200px) {
    .page-top-img {
        width: 90%;
        height: 450px;
        object-fit: cover;
    }

    .concept-img {
        width: 80%;
    }

    .concept-workshop-img {
        width: 46%;
    }

    .concept-philosophy-text{
        width: 100%;
    }

}

@media screen and (max-width:1023px) {
    .page-top-img {
        width: 95%;
        height: 400px;
    }

    .title-en {
        font-size: 3rem;
    }

    .concept-workshop-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .concept-workshop-flex {
        gap: 10px;
    }


    .concept-workshop-box{
        order: 2;
    }

    .concept-workshop-img2{
        order: 1;
    }

    .concept-img {
        width: 90%;
    }
}

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

    .page-top-img {
        height: 300px;
    }

    .page-top-title {
        bottom: 20px;
        font-size: 1.6rem;
        left: 12px;
    }

    .pagr-mein-top {
        padding: 40px 0;
    }

    .concept-philosophy-text {
        margin: 15px auto 0;
    }

    .concept-workshop-flex {
        margin-top: 20px;
        gap: 0;
    }

    .concept-workshop-title {
        margin: 5px 0 15px;
    }

    .concept-workshop-text span {
        margin-bottom: 5px;
    }

    .concept-workshop-dot {
        width: 200px;
    }

    .concept-img {
        width: 100%;
    }

    .concept-workshop-img {
        height: 200px;
    }

    
}

/*代表あいさつ
-----------------------------------------------------------------------------------------*/
.greeting-top{
    position: relative;
}

.greeting-orange{
    position: absolute;
    width: 40%;
    height: 100%;
    top: 200px;
    left: 0;
    z-index: -1;
    margin-left: calc(50% - 50vw);
    background-color: rgba(255, 242, 231, 1);

}

.greeting-flex{
    gap: 50px;
    margin-top: 50px;
    justify-content: center;
}

.greeting-text{
    width: 50%;
}

.greeting-text span{
    display: block;
    margin: 15px 0;
}

.greeting-name{
    font-weight: 500;
    text-align: right;
}

.greeting-img{
    width: 30%;
    margin: 0;
    object-fit: cover;
}

.greeting-table-top{
    position: relative;
}

.greeting-table{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(235, 163, 37, 1);
}

.greeting-table th,.greeting-table td{
    padding: 25px 0;
    border-bottom: 1px solid rgba(235, 163, 37, 1);
}

.greeting-table th{
    width: 300px;
    font-weight: 400;
}

.greeting-table td{
    text-align: left;
}

.greeting-table-dot{
    position: absolute;
    width: 420px;
    bottom: -200px;
    right: 100px;
    z-index: -1;
}

.greeting-link-flex{
    width: 80%;
    margin: 50px auto 0;
    justify-content: space-between;
}

.greeting-link-box a{
    width: fit-content;
    padding-right: 30px;
    display: block;
    font-weight: 500;
}

.greeting-link{
    margin-bottom: 25px;
}

.greeting-link-box{
    width: 510px;
}


@media screen and (max-width:1400px) {
    .greeting-table th {
        width: 200px;
    }

    .greeting-link-box2{
        margin-top: 25px;
    }

    .greeting-link-flex {
        margin: auto;
        width: 500px;
    }
    
    .greeting-link-box{
        margin-top: 25px;
    }
}



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

    .greeting-table {
        width: 100%;
    }

    .greeting-flex {
        gap: 30px;
    }

    .greeting-text {
        width: 65%;
    }

    .greeting-link-flex {
        width: 75%;
    }
}

@media screen and (max-width:767px) {
    .title-en {
        font-size: 2.2rem;
    }

    .greeting-flex {
        margin-top: 10px;
    }

    .greeting-text{
        width: 100%;
    }

    .greeting-text span {
        display: block;
        margin: 7px 0;
    }

    .greeting-img {
        width: 100%;
    }

    .greeting-orange {
        height: 70%;
        top: 60px;
    }

    .greeting-table {
        margin-top: 15px;
    }

    .greeting-table th {
        width: 100%;
        display: block;
        padding: 10px 0 0;
        height: 30px;
        text-align: left;
        border: none;
    }

    .greeting-table td {
        width: 100%;
        display: block;
        padding: 5px 0 10px;
    }

    .greeting-link-flex {
        width: 100%;
    }

    .page-link-img {
        width: 38px;
        margin-right: 5px;
    }

    .page-link {
        height: 40px;
    }

    .greeting-link-sp{
        height: 50px;
    }

    .greeting-link-span{
        width: calc(100% - 43px);
    }

    .greeting-link-box a {
        display: flex;
        align-items: center;
    }

    a.medical-table-sp{
        display: flex;
    }

    .greeting-table-dot {
        bottom: -50px;
    }
}




/*サービス案内
-----------------------------------------------------------------------------------------*/
input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
}

#medical:checked ~ #medical_content,
#funeral:checked ~ #funeral_content,
#cleaning:checked ~ #cleaning_content,
#jewelry:checked ~ #jewelry_content,
#consulting:checked ~ #consulting_content{
  display: block;
}

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

/*医療事業
-----------------------------------------------------------------------------------------*/
.medical-service-box::after{
    display: none;
}

.medical-service-box::before{
    position: absolute;
    content: '';
    transform: translateX(-50%);
    bottom: -9px;
    left: 50%;
    width: 20px;
    height: 10px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.medical-service-box1::before{
    background-color: rgba(233, 140, 182, 1);
}

.medical-service-flex a{
    width: calc(100%/5);
    display: block;
}

.medical-service-box{
    width: 100%;
}

.medical-link-flex{
    gap: 35px;
    justify-content: center;
    font-size: 1.3rem;
    padding: 80px 100px;
    border: 2px solid rgba(233, 140, 182, 1);
}

.medical-link-flex a{
    color: rgba(224, 123, 0, 1);
}

.medical-denta-flex{
    gap: 50px;
    align-items: center;
    position: relative;
}

.medical-denta-left{
    text-align: left;
    width: 55%;
    line-height: 2;
}


.medical-denta-right{
    width: 40%;
    position: relative;
}

.medical-title{
    font-size: 2.6rem;
    font-weight: 500;
    color: rgba(224, 123, 0, 1);
    margin-bottom: 15px;
}

.medical-sns{
    width: 43px;
}

.medical-sns2{
    width: 30px;
}

.medical-sns3{
    width: 29px;
}

.medical-sns-flex{
    gap: 30px;
    margin-bottom: 50px;
}

.medical-denta-link{
    width: 45%;
    padding: 25px 100px;
    border: 1px solid rgba(235, 163, 37, 1);
}

.medical-table-flex{
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0;
}

.medical-denta-table{
    width: 50%;
}

.medical-denta-table img{
    margin-bottom: 15px;
}

.medical-denta-tel{
    width: 40px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.medical-denta-number{
    font-size: 1.9rem;
    display: inline-block;
    vertical-align: middle;
}

.medical-tel-box{
    margin-bottom: 25px;
}

.medical-denta-movie1{
    width: 60%;
}

.medical-table-link{
    width: fit-content;
    padding-right: 30px;
}

.medical-title-span{
    font-size: 1.9rem;
    display: block;
    line-height: 1;
}

.medical-visit-title{
    margin-bottom: 50px;
}

.medical-visit-span{
    margin-bottom: 25px;
    display: block;
}

.medical-visit-img{
    width: 35%;
    margin: 0;
}

.medical-visit-bg{
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 120px;
}

.medical-visit-man{
    width: 160px;
}

.medical-visit-flex{
    gap: 30px;
    position: relative;
    width: 70%;
    align-items: center;
    margin: 100px auto;
}

.medical-visit-flex p{
    width: 80%;
}

.medical-visit-drug{
    position: absolute;
    bottom: -30px;
    right: -60px;
    width: 150px;
}

.medical-visit-comics{
    margin: 100px 0;
    object-fit: contain;
}

.section-100{
    padding: 100px 0 0;
}

.section-none{
    padding: 0;
}

.medical-qa-title{
    font-size: 1.9rem;
    font-weight: 500;
    color: rgba(224, 123, 0, 1);
}

.medical-qa-sub{
    color: rgba(224, 123, 0, 1);
    margin: 10px 0 50px;
}

.accordion {
    margin: 50px auto 100px;
    width: 80%;
    border-top: 1px solid rgba(224, 123, 0, 1);
}

.toggle {
    display: none;
}

.option {
    position: relative;
}

.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    /* border-bottom: 1px solid rgba(224, 123, 0, 1); */
    padding: 30px 0;
    display: block;
    text-align: left;
}
.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 52%;
    width: 2px;
    height: 10px;
    background-color: rgba(58, 28, 0, 1);
    transition: all 0.3s;
}
.title::after {
    transform: rotate(90deg);
}
.content {
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(224, 123, 0, 1);
}
.medical-qa-box {
    margin: 0;
    padding-bottom: 30px;
    text-align: left;
    align-items: flex-start;
}

.medical-q-flex{
    align-items: center;
}

.medical-a-flex{
    align-items: center;
}


.medical-qa-text{
    width: 85%;
    vertical-align: middle;
}
.toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
}
.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}

.medical-qa-q{
    background-color: rgba(224, 123, 0, 1);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 1);
    font-size: 2.6rem;
    padding: 0 15px 5px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
}

.medical-qa-a{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(224, 123, 0, 1);
}

.medical-flow-box{
    width: 80%;
    margin: auto;
    padding: 50px;
    background-color: rgba(255, 242, 231, 1);
}

.medical-flow-set{
    margin: 50px auto 0;
    width: 80%;
}

.medical-flow-flex{
    position: relative;
    gap: 50px;
    align-items: center;
    padding: 50px 100px;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 25px;
}

.medical-flow-flex::after{
    position: absolute;
    content: '';
    height: 25px;
    bottom: -30px;
    left: 20%;
    border: 1px dashed rgba(235, 163, 37, 1);
}

.medical-flow-flex5{
    margin-bottom: 0;
}

.medical-flow-flex5::after{
    display: none;
}

.medical-flow-number{
    font-size: 1.4rem;
    color: rgba(224, 123, 0, 1);
}

.medical-flow-number span{
    font-size: 3rem;
    margin-left: 10px;
}

.medical-flow-text{
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.medical-flow-ps{
    font-weight: 500;
    margin-top: 50px;
}

.medical-area-flex{
    gap: 100px;
    margin-bottom: 50px;
}

.medical-area-img{
    width: 45%;
}

.medical-area-img3{
    margin-top: 25px;
}

.medical-denta-bg1{
    position: absolute;
    width: 120px;
    bottom: -30px;
    right: -60px;
    z-index: 1;

}

.medical-denta-bg2{
    position: absolute;
    width: 150px;
    top: 0;
    left: -70px;
    z-index: 1;
    opacity: 0.7;
}

.mySwiper-medical-img{
    width: 90%;
}

div.swiper-button-next, div.swiper-button-prev{
    color: rgba(224, 123, 0, 1);
    border: 1px solid rgba(224, 123, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    width: 40px;
    height: 40px;
    position: absolute;
}

div.swiper-button-next:after, div.swiper-button-prev:after {
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 700;
}

.medical-service-flex{
    width: 100%;
}

a.medical-service-sp{
    display: none;
}

@media screen and (max-width:1600px) {
    .medical-flow-box {
        width: 100%;
    }

    .medical-visit-flex {
        width: 80%;
    }
}

@media screen and (max-width:1400px) {
    .medical-link-flex {
        padding: 80px 24px;
    }

    .medical-flow-box {
        width: 100%;
    }

    .medical-flow-set {
        width: 85%;
    }

    .medical-visit-bg {
        bottom: 20px;
    }

    .medical-visit-flex {
        width: 90%;
    }
}

@media screen and (max-width:1200px) {
    .medical-link-flex {
        gap: 30px 50px;
        padding: 80px 50px;
    }

    .medical-denta-flex {
        gap: 45px;
    }

    .medical-denta-bg1 {
        right: -40px;
    }

    .medical-denta-link {
        width: 44%;
        padding: 25px 50px;
    }

    .medical-title {
        font-size: 2.2rem;
    }

    .medical-visit-flex {
        gap: 23px;
        width: 100%;
    }

    .medical-visit-drug {
        bottom: auto;
        right: -35px;
        top: -50px;
    }

    .medical-flow-set {
        width: 100%;
    }

    .medical-flow-flex {
        padding: 50px 90px;
    }

    .medical-area-flex {
        gap: 90px;
    }

    .medical-table {
        width: 100%;
    }

    .accordion {
        width: 100%;
    }

    .medical-service-box img{
        width: 20px;
        margin-right: 5px;
    }

    .medical-service-box span{
        font-size: 0.9rem;
    }
}

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

    .medical-link-flex {
        gap: 30px 35px;
        padding: 80px 30px;
    }

    .medical-denta-left {
        width: 100%;
    }

    .medical-denta-right {
        width: 70%;
        margin: auto;
    }

    .medical-denta-link {
        width: 45%;
        padding: 25px 10px;
    }

    .medical-table-flex {
        gap: 20px;
    }

    .medical-denta-table {
        width: 52%;
    }

    .medical-visit-left{
        width: 62%;
    }

    .medical-visit-img {
        height: 300px;
        object-fit: cover;
        object-position: left;
    }

    .medical-denta-flex {
        gap: 20px;
    }

    .medical-visit-span {
        margin-bottom: 10px;
    }

    .medical-visit-bg {
        bottom: 10px;
    }

    .medical-visit-man {
        width: 110px;
    }

    .medical-visit-flex {
        gap: 20px;
        align-items: flex-start;
    }

    .medical-visit-man {
        width: 120px;
    }

    .medical-visit-drug {
        right: auto;
        top: auto;
        bottom: 0;
        width: 130px;
        left: -40px;
    }

    .medical-visit-flex p {
        width: 79%;
    }

    .medical-visit-img2{
        height: auto;
    }

    .medical-flow-flex {
        padding: 50px;
        gap: 15px;
    }

    .medical-flow-number {
        width: 100%;
        text-align: left;
    }

    .medical-area-flex {
        gap: 0px;
    }

    .medical-area-img {
        width: 48%;
    }

    .greeting-table th {
        width: 150px;
    }

    .medical-qa-text {
        width: 75%;
    }

    .medical-service-box{
        display: block;
        padding: 20px;
    }

    .medical-service-box img{
        margin: 0 auto 10px;
    }

    .medical-service-span{
        padding-left: 10px;
    }
}

@media screen and (max-width:767px) {
    .medical-service-flex a {
        width: 50%;
    }

    a.medical-service-cleaning{
        width: 100%;
    }

    .medical-service-box{
        display: flex;
        padding: 0px;
        height: 70px;
    }

    .medical-service-box img{
        margin: 0 10px 0  0px;
    }

    .medical-service-box span{
        font-size: 1rem;
    }

    .medical-service-box::before {
        display: none;
    }

    .medical-service-span{
        padding-left: 0px;
        font-size: 1rem;
    }

    .medical-link-flex {
        gap: 10px;
        padding: 15px;
        margin-top: 25px;
    }

    .medical-sns-flex {
        margin-bottom: 15px;
    }

    .medical-denta-right {
        width: 90%;
    }

    div.swiper-button-next{
        right: 0px;
    }

    div.swiper-button-prev {
        left: 0;
    }

    .medical-denta-table {
        width: 100%;
    }

    .medical-denta-link {
        width: 100%;
        padding: 15px;
    }

    .medical-denta-movie1 {
        width: 100%;
    }

    .medical-table-flex {
        margin: 25px 0;
    }

    .medical-denta-bg2 {
        top: -60px;
    }

    .medical-visit-left {
        width: 100%;
    }

    .medical-visit-title {
        margin-bottom: 5px;
    }

    .medical-visit-img {
        width: 100%;
        height: 150px;
    }

    .medical-visit-bg {
        bottom: -30px;
        right: -20px;
    }

    .medical-visit-man {
        margin: 0 0 0 50px;
    }

    .medical-visit-flex {
        gap: 10px;
        width: 100%;
        margin: 25px auto;
    }

    .medical-visit-flex p {
        width: 100%;
    }

    .medical-visit-drug {
        right: 0;
        top: 65px;
        bottom: auto;
        width: 130px;
        left: auto;
    }

    .medical-visit-comics {
        margin: 20px 0 0;
    }

    .section-100 {
        padding: 30px 0 0;
    }

    .medical-qa-sub {
        margin: 5px 0 15px;
    }

    .medical-qa-sp{
        text-align: left;
    }

    .medical-flow-box {
        padding: 20px 10px;
    }

    .medical-flow-set {
        margin-top: 20px;
    }

    .medical-flow-flex {
        padding: 0 10px 15px;
        gap: 0;
    }

    .medical-flow-text {
        margin-bottom: 10px;
    }

    .medical-flow-text:last-child{
        margin: 0;
    }

    .medical-flow-ps {
        margin-top: 15px;
    }

    .medical-area-img {
        width: 100%;
    }

    .medical-area-flex {
        gap: 15px;
        margin-bottom: 20px;
    }

    .medical-qa-title {
        font-size: 1.8rem;
    }

    .medical-qa-q {
        font-size: 2rem;
        padding: 0 9px 5px;
        margin-right: 10px;
    }

    .medical-qa-text {
        width: 70%;
    }

    .title {
        padding: 20px 0;
    }

    .accordion {
        margin: 20px auto 30px;
    }

    .medical-area-img3 {
        margin-top: 15px;
    }
}


/*葬儀・僧侶
-----------------------------------------------------------------------------------------*/
.medical-service-box2::before{
    background-color: rgba(163, 217, 185, 1);
}


.funeral-title-box{
    width: 80%;
    margin: 0 auto 50px;
}

.funeral-title{
    font-size: 2.6rem;
    color: rgba(224, 123, 0, 1);
    margin-bottom: 50px;
    text-align: left;
}

.funeral-title-box p{
    font-size: 1.3rem;
}

.funeral-choice-img{
    width: 20px;
    margin: 0;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.funeral-monk-top{
    position: relative;
    padding: 0 0 50px;
}

.funeral-monk-top::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background-color: rgba(255, 242, 231, 1);
}

.funeral-monk-box{
    position: relative;
}

.funeral-choice-box{
    padding: 15px 25px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
}

.funeral-choice-box1{
    position: absolute;
    top: 40%;
    left: 20%;
}

.funeral-choice-box2{
    position: absolute;
    top: 60%;
    left: 10%;
}

.funeral-choice-box3{
    position: absolute;
    top: 40%;
    right: 20%;
}

.funeral-choice-box4{
    position: absolute;
    top: 60%;
    right: 10%;
}

.funeral-monk-title{
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.funeral-monk-img{
    width: 330px;
    margin-top: 50px;
}

.funeral-flow-top{
    padding: 50px 0 200px;
}

.funeral-flow-flex{
    gap: 50px;
    width: 80%;
    margin: 0 auto 100px;
    align-items: center;
}

.funeral-flow-img{
    width: 40%;
    margin: 0;
}

.funeral-flow-text{
    width: 55%;
}

.funeral-flow-title{
    font-size: 1.9rem;
    margin-bottom: 25px;
    text-align: left;
}

.funeral-flow-number{
    width: 550px;
    margin: 0 0 10px 10px;
}

.funeral-flow-box{
    margin-bottom: 25px;
}

.family-flow-set{
    width: 95%;
}

@media screen and (max-width:1410px) {
    .funeral-flow-flex {
        width: 100%;
    }

    .funeral-title-box {
        width: 90%;
    }

    .funeral-choice-box2 {
        left: 4%;
    }
}

@media screen and (max-width:1200px) {
    .funeral-flow-flex {
        gap: 30px;
    }

    .funeral-title-box {
        width: 100%;
    }

    .funeral-title {
        font-size: 2.4rem;
    }

    .funeral-choice-box4 {
        right: 3%;
    }

    .funeral-choice-box3 {
        right: 12%;
    }

    .funeral-choice-box2 {
        left: -2%;
    }

    .funeral-flow-number {
        width: 480px;
    }

}

@media screen and (max-width:1023px) {
    .funeral-title {
        font-size: 1.8rem;
    }

    .funeral-choice-box2 {
        top: 65%;
    }

    .funeral-choice-box1 {
        top: 43%;
        left: 10%;
    }

    .funeral-choice-box4 {
        top: 80%;
        right: -2%;
    }

    .funeral-choice-box3 {
        top: 50%;
        right: 0%;
    }

    .funeral-flow-number {
        width: 344px;
        }
}

@media screen and (max-width:767px) {
    .funeral-title-sp{
        font-size: 1.4rem;
    }

    .funeral-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .funeral-title-box {
        margin: 0 auto 30px;
    }

    .funeral-monk-top::after {
        height: 80%;
    }

    .funeral-monk-title {
        font-size: 1.4rem;
        margin: 25px 0;
    }

    .funeral-choice-img {
        width: 15px;
        margin-right: 5px;
    }

    .funeral-choice-box {
        padding: 5px;
    }

    .funeral-monk-img {
        width: 250px;
        margin: 10px 0 0 auto;
    }

    .funeral-choice-box5{
        position: absolute;
        left: 0;
    }

    .funeral-choice-box1 {
        top: 37%;
        left: 0%;
    }

    .funeral-choice-box3 {
        top: 51%;
        right: auto;
        left: 0;
    }

    .funeral-choice-box4{
        right: auto;
        left: 0;
    }

    .funeral-choice-box2 {
        left: 0%;
    }

    .funeral-monk-top {
        padding: 0 0 30px;
    }

    .funeral-flow-img {
        width: 100%;
        margin: auto;
        height: 150px;
        object-fit: cover;
    }

    .funeral-flow-text {
        width: 100%;
    }

    .funeral-flow-flex {
        gap: 15px;
    }

    .funeral-flow-title {
        margin-bottom: 10px;
    }

    .funeral-flow-number {
        width: 293px;
    }

    .funeral-flow-box {
        margin-bottom: 15px;
    }

    .funeral-flow-flex {
        margin: 0 auto 30px;
    }

    .funeral-flow-top {
    padding: 40px 0;
}
}


/*遺品整理・特殊清掃
-----------------------------------------------------------------------------------------*/
.medical-service-box3::before{
    background-color: rgba(234, 166, 110, 1);
}

.cleaning-sub{
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}
@media screen and (max-width:767px) {
    .page-top-title2{
        width: 70%;
    }
}


/*患者様・ご家族様へ
-----------------------------------------------------------------------------------------*/
.family-check-wrapper{
    padding: 0 86px 75px;
    border-bottom: 1px solid rgba(224, 123, 0, 1);
    position: relative;
}

.family-check-wrapper::after{
    position: absolute;
    content: '';
    background-color: rgba(224, 123, 0, 1);
    bottom: 0;
    left: 0px;
    height: 122%;
    width: 1px;
}

.family-check-wrapper::before{
    position: absolute;
    content: '';
    background-color: rgba(224, 123, 0, 1);
    bottom: 0;
    right: 0px;
    height: 122%;
    width: 1px;
}

.family-check-title{
    font-size: 2.6rem;
    font-weight: 500;
    color: rgba(224, 123, 0, 1);
    margin-bottom: 60px;
    position: relative;
}

.family-check-title::after{
    position: absolute;
    content: '';
    background-color: rgba(224, 123, 0, 1);
    top: 50%;
    left: 0px;
    height: 1px;
    width: 15%;
}

.family-check-title::before{
    position: absolute;
    content: '';
    background-color: rgba(224, 123, 0, 1);
    top: 50%;
    right: 0px;
    height: 1px;
    width: 15%;
}

.family-check-sub{
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.family-check-box{
    margin: 25px auto;
    width: 300px;
    text-align: left;
}

.family-check-img{
    width: 20px;
    object-fit: contain;
    margin: 7px 0 0;
}

.family-check-flex{
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.family-mouth-top{
    width: 70%;
    margin: auto;
    text-align: left;
}

.family-mouth-title{
    font-size: 2.6rem;
    font-weight: 500;
    padding: 5px 20px;
    background-color: rgba(224, 123, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
}

.family-mouth-title1{
    margin-bottom: 15px;
}

.family-mouth-circle{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(224, 123, 0, 1);
    margin: 0 10px 5px 0;
    vertical-align: middle;
}

.family-mouth-box{
    margin-top: 50px;
}

.family-mouth-sub{
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 25px;
}

.family-mouth-border{
    font-weight: 500;
    border-bottom: 1px dashed rgba(224, 123, 0, 1);
}

.family-mouth-span{
    display: block;
    margin: 15px 0;
}

.ov-hidden{
    overflow: hidden;
}

.family-teeth{
    width: 90%;
    margin-right: calc(50% - 50vw);
}

.family-flow-box{
    width: 100%;
}

@media screen and (max-width:1440px) {
    .family-check-title::after,.family-check-title::before{
        width: 7%;
    }

    .family-flow-set {
        width: 100%;
    }

    .family-flow-flex {
        padding: 50px 30px;
        gap: 35px;
    }
}

@media screen and (max-width:1200px) {
    .family-check-title {
        font-size: 2rem;
    }

    .family-check-wrapper {
        padding: 0 30px 30px;
    }

    .family-mouth-top {
        width: 100%;
    }

    .family-flow-flex {
        gap: 27px;
    }


}

@media screen and (max-width:1023px) {
    .family-check-title {
        font-size: 1.7rem;
    }

    .family-check-title::after,.family-check-title::before{
        width: 4%;
    }

    .family-check-wrapper::before,.family-check-wrapper::after {
        height: 119%;
    }

    .family-mouth-title {
        font-size: 2rem;
    }

    .family-mouth-sub {
        font-size: 1.6rem;
    }

    .family-teeth {
    width: 100%;
    }

}


@media screen and (max-width:767px) {
    .family-check-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .family-check-title::after,.family-check-title::before{
        display: none;
    }

    .family-check-wrapper::before,.family-check-wrapper::after {
        display: none;
    }

    .family-check-wrapper{
        padding: 0 0 20px;
        text-align: left;
    }

    .family-check-sub {
        margin-bottom: 0px;
    }

    .family-check-box {
        margin: 15px auto;
        width: 100%;
    }

    .family-check-flex {
        gap: 10px;
        margin-bottom: 10px;
    }

    .family-check-img {
        margin: 0;
    }

    .family-check-span{
        display: inline;
    }

    .family-mouth-title {
        font-size: 1.7rem;
        padding: 5px;
    }

    .family-mouth-box {
        margin-top: 20px;
    }

    .family-mouth-sub {
        margin-bottom: 10px;
    }

    .family-mouth-span {
        margin: 10px 0;
    }

    .family-flow-flex {
        padding: 0px 15px 15px;
        gap: 5px;
    }
}


/*ケアマネジャー様へ
-----------------------------------------------------------------------------------------*/
.manager-check-title{
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 25px;
}

.manager-check-span{
    display: block;
    margin: 15px 0;
}

.manager-check-box{
    width: 350px;
}

.manager-check-box p{
    font-weight: 500;
}

.manager-check-last{
    margin-bottom: 25px;
}

.manager-mouth-flex{
    gap: 100px;
    margin: 50px auto;
    width: 90%;
    justify-content: space-between;
}

.manager-mouth-title{
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
}

.manager-mouth-box{
    width: 44%;
}

.manager-mouth-text{
    font-weight: 500;
    text-align: right;
    margin-top: 5px;
}

.manager-need-up{
    display: block;
    margin-top: 15px;
}

.manager-need-bold{
    font-weight: 500;
}

.manager-need-box{
    line-height: 2;
}

.manager-need-text{
    margin-top: 25px;
    line-height: 2.5;
}

@media screen and (max-width:1200px) {
    
    .manager-check-wrapper::after,.manager-check-wrapper::before{
        height: 118%;
    }

    .manager-mouth-flex {
        width: 100%;
    }

    .family-mouth-title {
        font-size: 2.4rem;
    }

}

@media screen and (max-width:1023px) {
    .manager-check-title {
        font-size: 1.6rem;
    }
    
    .manager-mouth-flex {
        gap: 10px;
    }

    .family-mouth-title {
        font-size: 1.7rem;
    }
}

@media screen and (max-width:767px) {
    .manager-check-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .manager-check-last {
        margin-bottom: 15px;
    }

    .family-mouth-title {
        font-size: 1.5rem;
    }

    .manager-mouth-flex {
        margin: 20px auto;
    }

    .manager-mouth-box {
        width: 48%;
    }

    .manager-mouth-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
        height: 50px;
    }

    .manager-mouth-text {
        font-size: 0.6rem;
    }

    .family-mouth-sub {
        font-size: 1.3rem;
    }

    .family-mouth-circle {
    margin: 0 5px 5px 0;
    }

    .manager-need-text {
        margin-top: 15px;
        line-height: 1.7;
    }

    /* .js-scrollable{
         overflow-x: scroll;
    }

    .dental-table-scroll{
        width: 600px;
    } */

    .manager-need-box {
        line-height: 1.5;
    }
}


/*病院・施設ご担当者様へ
-----------------------------------------------------------------------------------------*/
.hospital-check-wrapper::after,.hospital-check-wrapper::before{
    height: 134%;
}

.hospital-qol-title{
    font-size: 1.3rem;
    font-weight: 500;
}

.hospital-qol-text{
    font-size: 1.3rem;
    margin: 25px 0;
}

@media screen and (max-width:1570px) {
    .hospital-mouth-top{
        width: 90%;
    }
}

@media screen and (max-width:1350px) {
        .hospital-mouth-top{
        width: 100%;
    }

    
}

@media screen and (max-width:1200px) {
    .hospital-check-wrapper::after, .hospital-check-wrapper::before {
    height: 137%;
    }

    .hospital-flow-box{
        padding: 50px 30px;
    }

    .hospital-flow-number{
        width: 100%;
        text-align: left;
    }
}


@media screen and (max-width:1023px) {
    .hospital-qol-text {
        font-size: 1.2rem;
    }

    .hospital-mouth-text{
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .hospital-qol-text {
        margin: 15px 0;
    }
}


/*歯科訪問診療の費用
-----------------------------------------------------------------------------------------*/

.dental-check-wrapper::after,.dental-check-wrapper::before{
    height: 158%;
}

.dental-check-title::after,.dental-check-title::before{
    width: 30%;
}

.dental-check-text{
    margin-top: 25px;
}

.dental-check-up{
    margin-top: 10px;
    display: block;

}

.dental-two-flex{
    gap: 100px;
}

.dental-two-box{
    position: relative;
    padding: 0 75px 75px;
    width: calc((100% - 100px)/2);
    border-bottom: 1px solid rgba(224, 123, 0, 1);
}

.dental-two-box::after{
    position: absolute;
    content: '';
    background-color: rgba(224, 123, 0, 1);
    bottom: 0;
    right: 0px;
    height: 93%;
    width: 1px;
}

.dental-two-box::before{
    position: absolute;
    content: '';
    background-color: rgba(224, 123, 0, 1);
    bottom: 0;
    left: 0px;
    height: 93%;
    width: 1px;
}

.dental-two-title::after,.dental-two-title::before{
    width: 40%;
}

.dental-two-title::after{
    left: -75px;
}

.dental-two-title::before{
    right: -75px;
}


.dental-two-wrapper{
    text-align: left;
    border: none;
}

.dental-two-text{
    margin: 10px 0 25px;
}

.dental-two-text2{
    margin-top: 10px;
}

.dental-fee-sub{
    font-size: 1.3rem;
    font-weight: 500;
}

.dental-fee-25{
    margin-top: 25px;
}

.dental-fee-50{
    margin-top: 50px;
}

.dental-table th,.dental-table td{
    width: calc(100%/3);
    text-align: center ;
    padding: 25px 0;
    border-bottom: 1px solid rgba(235, 163, 37, 1);
}

.dental-table th{
    font-weight: 400;
    background-color: rgba(255, 242, 231, 1);
    border-top: 1px solid rgba(235, 163, 37, 1);

}


@media screen and (max-width:1200px) {
    .dental-check-wrapper::after, .dental-check-wrapper::before {
        height: 176%;
    }

    .dental-two-flex {
        gap: 50px;
    }

    .dental-two-box {
        padding: 0 50px 50px;
        width: calc((100% - 50px) / 2);
    }

    .dental-two-box::after , .dental-two-box::before {
        height: 94%;
    }

    .dental-two-title::before{
        right: -50px;
    }

    .dental-two-title::after {
        left: -50px;
    }
}


@media screen and (max-width:1023px) {
    .dental-check-wrapper::after, .dental-check-wrapper::before {
        height: 173%;
    }

    .dental-two-flex {
        gap: 30px;
    }

    .dental-two-box {
        padding: 0 20px 50px;
        width: calc((100% - 30px) / 2);
    }

    .dental-two-box::after , .dental-two-box::before {
        height: 95%;
    }

    .dental-two-title::before{
        right: -20px;
        width: 30%;
    }

    .dental-two-title::after {
        left: -20px;
        width: 30%;
    }

    .dental-table th, .dental-table td {
        font-size: 0.9rem;
    }
}


@media screen and (max-width:767px) {
    .dental-fee-50 {
        margin-top: 20px;
    }

    .dental-fee-25 {
        margin-top: 10px;
    }

    .dental-check-text {
        margin-top: 10px;
    }

    .dental-two-box {
        padding: 0 0px 20px;
        width: 100%;
    }

    .dental-two-box::after , .dental-two-box::before {
       display: none;
    }

    .dental-two-text {
        margin: 5px 0 15px;
    }

    .dental-two-flex {
        gap: 20px;
    }

    .dental-table th{
        padding: 5px 0;
    }

    .dental-table td{
        padding: 15px 0;
    }

    .dental-table2 th{
        padding: 10px 20px;
        display: inline-block;
    }
    
    th.th-1{
        text-align: left;
    }

    th.th-2{
        text-align: right;
    }
    
    .dental-table2 td{
        width: 100%;
        display: block;
        border: none;
        padding: 10px 0 0;
    }
        
    .dental-table2 th{
        width: 50%;
    }

    td.td-1{
        text-align: left;
        padding-left: 10px
    }

        td.td-2{
        text-align: right;
        padding-right: 10px;
    }

    td.rd-3{
        padding: 0;
    }

    .tr{
        border-bottom: 1px solid rgba(235, 163, 37, 1);
        padding-bottom: 10px;
        display: block;
    }

    .dental-table2 th.table-none{
        display: none;
        padding: 0;
    }
}

/*コンサル事業
-----------------------------------------------------------------------------------------*/
.medical-service-box5::before{
    background-color: rgba(209, 178, 229, 1);
}

.consulting-text{
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 40px;
}

.consulting-two-text{
    font-size: 1.3rem;
    font-weight: 500;
}

.consulting-two-span{
    display: block;
    margin-bottom: 10px;
}

.consulting-check-title::before,.consulting-check-title::after{
    width: 20%;
}

.consulting-check-wrapper{
    padding: 0 20px 75px;

}

.consulting-check-wrapper::after,.consulting-check-wrapper::before{
    height: 177%;
}

.consulting-two-box{
    padding: 0 20px 75px;
}

.consulting-two-title::after,.consulting-two-title::before{
    width: 20%;
}

.consulting-two-title::after{
    left: -20px;
}
.consulting-two-title::before{
    right: -20px;
}

.consulting-top{
    width: 80%;
    margin: auto;
}

.consulting-mouth-title{
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.consulting-dental-flex{
    margin-bottom: 10px;
}

.consulting-dental-text{
    margin-bottom: 10px;
}

.consulting-dental-litle{
    text-align: left;
}

.consulting-dental-last{
    margin-top: 25px;
    font-weight: 500;
}

.consulting-teeth{
    width: 75%;
    margin-left: calc(50% - 50vw);
}

.consulting-merit-title{
    margin-bottom: 0;
    text-align: left;
}

.consulting-merit-sub{
    margin: 15px 0;
    font-size: 1.3rem;
    font-weight: 500;
}

.consulting-merit-box{
    margin-left: 20px;
}

.consulting-support-flex{
    text-align: left;
    align-items: flex-end;
}

.consulting-support-img{
    width: 60%;
    margin-right: calc(50% - 50vw);
    object-fit: cover;
    margin-bottom: 20px;
}

.consulting-flow-text{
    width: 490px;
}

.consulting-last-text{
    font-size: 1.9rem;
}



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

    .consulting-check-wrapper::after, .consulting-check-wrapper::before {
        height: 153%;
    }

    .consulting-check-title::before, .consulting-check-title::after {
        width: 10%;
    }

    .consulting-check-wrapper {
        text-align: left;
    }

    .consulting-two-text{
        text-align: left;
    }

    .consulting-two-title::after, .consulting-two-title::before {
        width: 15%;
    }

    .consulting-top{
        width: 100%;
    }

    .consulting-teeth {
        width: 100%;
    }

    .consulting-last-text {
        font-size: 1.7rem;
    }
}

@media screen and (max-width:1023px) {
    .consulting-check-wrapper::after, .consulting-check-wrapper::before {
        height: 144%;
    }

    .consulting-two-title::after, .consulting-two-title::before {
        width: 10%;
    }

    .consulting-two-text {
        font-size: 1rem;
    }

    .consulting-mouth-title {
        font-size: 2rem;
    }

    .consulting-support-img {
        width: 50%;
        height: 500px;
    }

    .consulting-last-text {
        text-align: left;
    }
}


@media screen and (max-width:767px) {
    .consulting-check-title{
        text-align: left;
    }

    .consulting-check-wrapper {
        padding: 0 0px 20px;
    }

    .consulting-text {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }

    .consulting-two-box {
        padding: 0 0px 20px;
    }

    .consulting-mouth-title span{
        display: block;
    }

    .consulting-dental-litle{
        font-size: 1.2rem;
    }

    .consulting-mouth-title {
        margin-bottom: 20px;
    }

    .consulting-merit-box {
        margin-left: 0px;
    }

    .consulting-support-img {
        width: 105%;
        height: auto;
        margin-top: -6px;
    }

    .consulting-last-text {
        font-size: 1.3rem;
    }

}


/*採用情報
-----------------------------------------------------------------------------------------*/
.recruit-orange-top{
    position: relative;
}

.recruit-check-title::after,.recruit-check-title::before{
    width: 40%;
}

.recruit-check-wrapper::after,.recruit-check-wrapper::before{
    height: 186%;
}

.recruit-check-wrapper{
    gap: 150px;
    justify-content: center;
}

.recruit-link-text{
    font-size: 1.3rem;
    color: rgba(224, 123, 0, 1);
}

.recruit-orange-title{
    font-size: 2.6rem;
    color: rgba(224, 123, 0, 1);

}

.recruit-orange-sub{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(224, 123, 0, 1);
    padding: 5px 20px;
    text-align: left;
    margin-bottom: 35px;
    font-size: 2.6rem;
    margin-top: 100px;
}

.recruit-orange-flex{
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.recruit-orange-text{
    font-size: 1.3rem;
    width: 47%;
}

.recruit-orange-span{
    padding: 30px 0;
    display: block;
}

.recruit-orange-bg1{
    margin-left: calc(50% - 50vw);
    width: 53%;
}

.recruit-orange-middle{
    margin: 15px 0;
}

.recruit-orange-last{
    margin-top: 30px;
}

.recruit-orange-bg2{
    margin-right: calc(50% - 50vw);
    width: 53%;
    position: relative;
}

.recruit-orange-bg1::after{
    position: absolute;
    content: '';
    top: 18%;
    left: 0;
    background-color: rgba(255, 242, 231, 1);
    width: 30%;
    height: 570px;
    z-index: -1;
}

.recruit-orange-img{
    position: absolute;
    right: 0;
    bottom: -300px;
    width: 400px;
    z-index: -1;
}

.recruit-dental-litle{
    text-align: left;
    margin-top: 50px;
}

.recruit-table{
    border-top: 1px solid rgba(235, 163, 37, 1);
}

.recruit-table th,.recruit-table td{
    padding: 25px;
    border-bottom: 1px solid rgba(235, 163, 37, 1);
}

.recruit-table th{
    width: 200px;
    font-weight: 400;
}

.recruit-table td{
    text-align: left;
    line-height: 2;
    vertical-align: top;
    width: 43%;
}

.recruit-check-flex{
    margin-bottom: 0;
}

.recruit-mouth-circle{
    width: 6px;
    height: 6px;
}

.recruit-title-box{
    margin-top: 100px;
}

.recruit-entry{
    width: 300px;
    margin: 50px auto 0;
}

.recruit-entry:hover{
    background-color: rgba(224, 123, 0, 1);
}


@media screen and (max-width:1200px) {
    .recruit-orange-img {
        bottom: -250px;
    }
    .recruit-check-wrapper::after, .recruit-check-wrapper::before {
        height: 192%;
    }
    
    .recruit-check-wrapper{
        padding-bottom: 60px;
    }

    .recruit-table th, .recruit-table td {
        padding: 25px 0 25px 25px;
    }
}


@media screen and (max-width:1023px) {
    .recruit-check-wrapper::after, .recruit-check-wrapper::before {
        height: 190%;
    }

    .recruit-orange-flex {
        gap: 20px;
    }

    .recruit-orange-bg1 {
        width: 50%;
    }

    .recruit-orange-bg1 img{
        height: 280px;
        object-fit: cover;
        object-position: -140px 0;
    }

    .recruit-orange-text {
        font-size: 1rem;
        width: 54%;
    }

    .recruit-orange-bg2 {
        width: 50%;
    }

    .recruit-orange-img {
        width: 300px;
        bottom: -222px;
    }

    .recruit-table th {
        text-align: left;
        font-weight: 700;
    }
    
    
    .recruit-table th, .recruit-table td {
        display: block;
        width: 100%;
        border: none;
        padding: 10px 0 0 20px;
        
    }

    .recruit-table td.recruit-td{
        border-bottom: 1px solid rgba(235, 163, 37, 1);
        padding-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .recruit-check-wrapper::after, .recruit-check-wrapper::before {
        height: 137%;
        display: block;
    }

    .recruit-check-title::after,.recruit-check-title::before{
        width: 30%;
        display: block;
    }

    .recruit-check-wrapper {
        gap: 15px;
    }

    .recruit-check-wrapper {
        padding-bottom: 15px;
    }

    .recruit-orange-title {
        font-size: 2rem;
    }

    .recruit-orange-sub {
        padding: 5px 7px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.5rem;
        margin-top: 25px;
    }

    .recruit-orange-bg1 img {
        height: 150px;
        object-position: center;
    }

    .recruit-orange-bg1 {
        width: 110%;
    }

    .recruit-orange-text {
        width: 100%;
    }

    .recruit-orange-span {
        padding: 10px 0;
    }

    .recruit-orange-middle {
        margin: 10px 0;
    }

    .recruit-orange-last {
        margin-top: 20px;
    }

    .recruit-orange-flex {
        gap: 15px;
    }

    .recruit-orange-bg2 {
        width: 110%;
    }

    .recruit-title-box {
        margin-top: 40px;
    }

    .recruit-orange-img {
        width: 200px;
        bottom: -65px;
    }

    .recruit-orange-bg1::after {
        top: 3%;
        width: 40%;
        height: 210px;
    }

    .recruit-dental-litle {
        margin-top: 20px;
    }

    .recruit-table th, .recruit-table td {
        padding: 10px 0 0;
    }

    .recruit-entry {
    width: 220px;
    margin: 15px auto 0;
}

}


/*宝飾
-----------------------------------------------------------------------------------------*/
.medical-service-box4::before{
    background-color: rgba(163, 209, 234, 1);
}

.jewelry-text{
    font-size: 2rem;
    margin-bottom: 50px;
}

.jewelry-img{
    width: 150px;
}

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

.jewelry-text {
    font-size: 1.3rem;
}

.jewelry-img {
    width: 100px;
}
}




/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.contact-top-text{
	font-size: 1.3rem;
}

.contact-mein-top{
    background-color: rgba(255, 242, 231, 1);
    padding: 100px 0 200px;
    margin-top: 100px;
}

.contact-mein-box{
    width: 70%;
    margin: auto;
}

.text-common{
    width: 100%;
    height: 56px;
    padding: 10px 50px;
    border: none;
    margin: 10px 0 35px;
    background-color: rgba(255, 255, 255, 1);
}

.contact-common{
    width: 100%;
    height: 240px;
    padding: 30px 50px;
    border: none;
    margin: 10px 0 35px;
    background-color: rgba(255, 255, 255, 1);
}

.required{
    font-size: 0.7rem;
    color: rgba(222, 0, 0, 1);
    margin-left: 10px;
}

.contact-privacy{
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(57, 42, 92, 1);
}

.contact-sub{
    margin-top: 10px;
    color: rgba(58, 28, 0, 1);
}

.contact-sub a{
    color: rgba(58, 28, 0, 1);
}

.button-submit{
    border: none;
    margin: 50px auto 0;
    display: block;
    opacity: 0.5;
    color: rgba(58, 28, 0, 1);
    font-weight: 700;
    width: 160px;
    border-radius: 30px;
    height: 51px;
    background-color: rgba(255, 242, 231, 1);
    position: relative;

}

.button-submit::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background-size: contain;
    top: 0;
    left: 0;
    background-image: url("../images/page-link-arrow.png");
}

.button-submit:hover{
    background-color: rgba(235, 163, 37, 1);
    color: rgba(255, 255, 255, 1);

}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
    background-color: rgba(235, 163, 37, 1);
    color: rgba(255, 255, 255, 1);
}

.contact-title p{
    font-weight: 500;
}

@media screen and (max-width:1023px) {
    .contact-top-text {
        font-size: 1rem;
    }

    .contact-mein-box{
        width: 100%
    }
}


@media screen and (max-width:767px) {
    .contact-top-text {
        text-align: left;
    }

    .contact-mein-top {
        padding: 25px 0 40px;
        margin-top: 25px;
    }

    .text-common {
        padding: 10px 20px;
        margin: 10px 0 15px;
        height: 50px;
    }

    .contact-common {
        padding: 20px;
        margin: 10px 0 15px;
        height: auto;
    }

    .button-submit {
        margin: 30px auto 0;
    }

}

/*プライバシーポリシー
-----------------------------------------------------------------------------------------*/
.privacy-policy-top{
    width: 80%;
    margin: auto;
    text-align: left;
}

.privacy-policy-top p{
    width: 95%;
}

.privacy-policy-title{
    font-weight: 500;
    color: rgba(224, 123, 0, 1);
    padding: 5px 25px;
    margin: 50px 0 15px;
    background-color: rgba(255, 242, 231, 1);
}
@media screen and (max-width:1200px) {
    .privacy-policy-top{
        width: 90%;
    }
}

@media screen and (max-width:1023px) {
    .privacy-policy-top{
        width: 100%;
    }

}

@media screen and (max-width:767px) {
    .privacy-policy-title {
        padding: 5px 15px;
        margin: 20px 0 10px;
    }
}




/*エントリーフォーム
-----------------------------------------------------------------------------------------*/
.entry-span{
    display: block;
    padding-top: 15px;
}

.entry-text{
    font-size: 1.4rem;
    font-weight: 500;
    background-color: rgba(224, 123, 0, 1);
    padding: 5px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 1);
}

.entry-text p{
    text-align: center;

}

.text-common3{
    width: 80%;
    height: 56px;
    padding: 10px 50px;
    border: none;
    margin: 10px 10px 35px 0;
    background-color: rgba(255, 255, 255, 1);
}

.entry-common{
    width: 100%;
    height: 100px;
    padding: 20px 50px;
    border: none;
    margin: 10px 0 35px;
    background-color: rgba(255, 255, 255, 1);
}

.Job-common{
    width: 100%;
    padding: 20px 50px;
    border: none;
    margin: 10px 0 35px;
    background-color: rgba(255, 255, 255, 1);
}

.entry-birthday{
    width: 30%;
}

.entry-radio{
    margin: 10px 15px 35px 0;
}

    
.wpcf7-list-item{
    margin: 0 10px 0 0;
}

.entry-text2{
    margin-top: 40px;
}

.entry-flex{
    gap: 10px;
}

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

.text-common3 {
    height: auto;
    padding: 10px;
    margin: 0px 10px 0px 0;
}

.entry-birthday{
    width: 80%;
}

.entry-flex{
    margin: 10px 0 15px;
}

.contact-top-text2{
    font-size: 0.8rem;
    padding-top: 10px;
}

.entry-radio {
    margin: 10px 0 15px;
}

.entry-text2 {
    margin-top: 10px;
}

.entry-text {
    margin-bottom: 15px;
}

.entry-common {
    padding: 20px;
    margin: 10px 0 15px;
}

.Job-common {
    padding: 20px;
    margin: 10px 0 15px;
}

}