.c-green1{
	color: #00643D !important;
}
.c-green2{
	color: #6CB032 !important;
}
.c-green3{
	color: #BACD1B !important;
}
p{
	margin-bottom: 0px;
}
span,small{
	font-size: unset;
}
.wrap{
	position: relative;
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 0px 4%;
}
.dis-flex{
	display: flex;
	justify-content: space-between;
}
.elementor-section.elementor-section-boxed > .elementor-container{
	max-width: unset !important;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
	padding: 0px !important;
}
@media screen and (min-width: 768px) {
	.sp{
		display: none;
	}
	.dis-flex-pc{
		display: flex;
		justify-content: space-between;
	}
	.wrap{
		max-width: 1100px;
		padding: 0px 20px;
	}
}
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	
}
body.gastroenterology{
    background: #FFFBF3;
}

.header__main-container .nav-icon{
    width: 15%;
    margin-left: 4px;
    max-width: 52px;
}
@media screen and (max-width: 767px){
    .header__main-container .nav-icon{
        width: 11%;
        margin: 0px 5% 0px 1%;
    }
}

/* key */
.gastroenterology-key{
	position: relative;
    padding: 95px 4% 68px;
}

.gastroenterology-key::after{
	content: '';
	position: absolute;
	bottom: -94px;
	right: 0px;
	width: 195px;
	height: 216px;
	background: url('../img/gastroenterology/key_deco3.png') center /cover;
	z-index: 1;
}
.gastroenterology-key .key-row{
	position: relative;
	display: flex;
	justify-content: space-between;
}

.gastroenterology-key .key-box{
	width: 100%;
	position: relative;
	z-index: 1;
    
}
.gastroenterology-key .key-box h2{
	position: relative;
	font-size: 40px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 25px;
    letter-spacing: 0.01em;
    width: fit-content;
}
.gastroenterology-key .key-box h2 small{
    display: inline-block;
}
.gastroenterology-key .key-box h2::before{
	content: '';
	position: absolute;
	top: -40px;
	right: -16px;
	width: 26px;
	height: 46px;
	background: url('../img/gastroenterology/key_decottl.png') center/cover;
}
.gastroenterology-key .key-box h3{
    align-self: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.2em;
}
.gastroenterology-key .key-list{
	position: absolute;
	width: 85%;
	z-index: 1;
	right: -7%;
	bottom: -10%;
}
.gastroenterology-key .key-col1{
	width: 39%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.gastroenterology-key .key-img1{
	width: 78%;
	position: absolute;
	bottom: 33%;
	right: -8%;
}
.gastroenterology-key .key-img2{
	margin: 40px 0px 0px;
    position: relative;
}
.gastroenterology-key .key-img3{
	width: 42.5%;
}
@media screen and (min-width: 768px) {
	
	.gastroenterology-key .key-img3 img{
		height: 100%;
		object-fit: cover;
		width: 100%;
		max-width: unset;
		border-radius: 30px;
	}
}
.gastroenterology-key .key-img4:nth-child(2){
	position: relative;
}
.gastroenterology-key .key-img4:nth-child(2)::before{
	content: '';
	position: absolute;
	top: -13px;
	right: -13px;
	background: url('../img/gastroenterology/key_deco2.png') center/cover;
	width: 41px;
	height: 32px;
}
.gastroenterology-key .key-col2{
	width: 15.6%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gastroenterology-key .key-col2 .key-box1{
display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.gastroenterology-key{
		padding-top: 110px;
	}
	.gastroenterology-key .key-box h2{
		font-size: 32px;
		line-height: 60px;
	}

	.gastroenterology-key .key-box h3{
        font-size: 20px;
        line-height: 40px;
	}

}
@media screen and (min-width: 768px) and (max-width: 950px) {
	.gastroenterology-key{
		padding-top: 190px;
	}
    .gastroenterology-key .key-box h2{
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
    .gastroenterology-key{
        padding: 28vw 4% 0px;
        overflow: hidden;
    }
     .gastroenterology-key::before{
        content: '';
        position: absolute;
       width: 90vw;
		height: 90vw;
		bottom: 40vw;
		left: 0vw;
		background: url('../img/gastroenterology/key_deco4_sp.png') center left /cover;
    }
	.gastroenterology-key::after{
		width: 30vw;
		height: 36vw;
		bottom: 48vw;
		right: -10vw;
        display: none;
	}
	.gastroenterology-key .key-row{
		display: block;
	}
	.gastroenterology-key .key-col1{
		width: 100%;
		display: block;
	}
	.gastroenterology-key .key-img1{
        width: 50%;
        bottom: 0px;
        right: 0;
        height: 100px;
        border-radius: 25px;
        overflow: hidden;
	}
	.gastroenterology-key .key-img1 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gastroenterology-key .key-img2{
		margin: 0px;
		width: 61%;
	}
	.gastroenterology-key .key-img3{
		width: 100%;
		position: relative;
	}
	.gastroenterology-key .key-img3::before{
		content: '';
		position: absolute;
		top: -10px;
		right: -10px;
		background: url('../img/gastroenterology/key_deco2.png') center/cover;
		width: 32px;
		height: 25px;
	}
    .gastroenterology-key .key-img4:nth-child(2)::before{
		display: none;
	}
	.gastroenterology-key .key-col2{
		width: 100%;
		flex-direction: row;
		margin: 10px 0px 0px;
		
	}
	.gastroenterology-key .key-col2 .key-box1{
		width: 37%;
        height:unset;
	}
	
	.gastroenterology-key .key-box{
		width: 100%;
		margin: 0px auto 6vw;
		min-width: unset;
	}
	.gastroenterology-key .key-list{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		/* margin: 4vw auto 0px; */
	}
	.gastroenterology-key .key-box h2{
		font-size: 28px;
		line-height: 1.6;
		margin-bottom: 16px;
		width: 100%;
	}
	.gastroenterology-key .key-box h2::before{
		top: -22px;
		right: 10px;
	}
    .gastroenterology-key .key-box h2 small{
		display: inline;
	}
	.gastroenterology-key .key-box h3{
		font-size: 20px;
		line-height: 1.8;
		margin: 0px;
	}
}
/* sec1 */
#sec1{
    padding: 130px 2% 0px;
    overflow: hidden;
    position: relative;
}
#sec1 .wrap{
    max-width: 1216px;
    border-radius: 80px;
    background: url('../img/gastroenterology/sec1_bg.jpg') center/cover;
    color: #fff;
    padding: 82px 5% 82px;
    border: 12px solid #CFC36E;
    z-index: 1;
}
#sec1::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0%;
    width: 30%;
    height: 286px;
    border-radius: 0 40% 0 0;
    background: linear-gradient(95deg,rgba(208, 225, 193, 1) 0%, rgba(145, 221, 190, 1) 100%);
    opacity: .2;
}
#sec1 .sec1-box1{
    width: 42%;
}
#sec1 .sec1-box2{
    width: 48%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    padding: 32px 3%;
    color: #373E30;
}
#sec1 h2{
    font-size: 34px;
    font-weight: 500;
    line-height: 66px;
    margin: 0px 0px 30px;
}
#sec1 .sec1-txt{
    font-size: 20px;
    line-height: 39px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#sec1 h3{
    font-size: 18px;
    color: #00643D;
    font-weight: 500;
    margin: 0px 0px 10px;
}
#sec1 ul li{
    position: relative;
    padding-left: 18px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 350;
    margin: 0px 0px 6px;
}
#sec1 ul li::before{
    content: '';
    position: absolute;
    top: 2px;
    border-left-width: 0px;
    width: 14px;
    height: 14px;
    left: 0px;
    border-radius: 50%;
    background: #A5D0BF;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    #sec1{
        padding-top: 20px;
    }
    #sec1 .sec1-row{
        display: block;
    }
    #sec1 .sec1-box1, #sec1 .sec1-box2{
        width: 90%;
        margin: 0px auto 20px;
    }
}
@media screen and (max-width: 767px) {
    #sec1{
        padding: 15vw 3% 15vw;
    }
    #sec1::before{
        width: 30vw;
        height: 25vw;
        top: auto;
        bottom: 0px;
        border-radius: 0 50px 20px 0;
        opacity: .5;
    }
    #sec1::after{
        content: '';
        position: absolute;
        top: 5vw;
        right: 0px;
        width: 26vw;
        height: 25vw;
        background: url('../img/gastroenterology/sec1_deco.png') center/cover;
    }
    #sec1 .wrap{
        border-radius: 30px;
        border-width: 4px;
        background-image: url('../img/gastroenterology/sec1_bg_sp.jpg');
        padding: 12vw 6%;
    }
    #sec1 .sec1-box1{
        width: 100%;
    }
    #sec1 .sec1-box2{
        width: 100%;
        padding: 8vw 8%;
        margin: 6vw 0px 0px;
    }
    #sec1 h2{
        font-size: 26px;
        line-height: 1.6;
        margin: 0px 0px 4vw;
    }
    #sec1 .sec1-txt{
        font-size: 18px;
        line-height: 1.6;
    }
    #sec1 h3{
        font-size: 18px;
        margin: 0px 0px 3vw;
    }
    #sec1 ul li{
        font-size: 17px;
        line-height: 20px;
        margin: 0px 0px 2vw;

    }
}
/* sec2 */
.sec2{
	overflow: hidden;
	width: 100%;
}
#sec2{
	position: relative;
	width: 100%;
	max-width: 1216px;
	margin: 0px auto;
	padding: 147px 2% 116px;
}
#sec2::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translateX(-50%);
	width: 96%;
	height: 92%;
	background: url('../img/gastroenterology/sec2_bg.png') center/cover;
	border-radius: 80px;
}
#sec2 .wrap{
	max-width: 1050px;
}
#sec2 h2{
	position: relative;
	font-size: 32px;
	font-weight: 500;
	line-height: 57px;
    margin:160px 0px 0px 4%;
}
#sec2 h2 small{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3B8B6C;
}

#sec2 .sec2-img1{
	width: 100%;
	position: relative;
}
#sec2 .sec2-img1::before{
	content: '';
	position: absolute;
	top: -40px;
	left: -42px;
	width: 43px;
	height: 55px;
	background: url('../img/gastroenterology/sec2_deco4.png') center/cover;
}
#sec2 .sec2-icon{
	position: absolute;
	width: 143px;
    top: 10px;
    left: 0px;
}
#sec2 .sec2-num{
	position: relative;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	color: #00643D;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 0;
	z-index: 1;
	margin: -26px 0px 12px;

}
#sec2 .sec2-num::before{
	content: '';
	position: absolute;
	top: -16px;
	left: 0px;
	width: 18px;
	height: 32px;
	background: url('../img/top/sec2_decottl2.png') center/cover;
}

#sec2 h3{
	font-size: 28px;
	line-height: 47px;
	font-weight: 500;
	margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
#sec2 .sec2-box{
	width: 44%;
}
#sec2 .sec2-box1{
}
#sec2 .sec2-box1 h3{
}
#sec2 .sec2-row{
	position: relative;
	z-index: 1;
}

#sec2 .sec2-box2{
	margin-left: 3%;
    margin-top: -30%;
}
#sec2 .sec2-img2, #sec2 .sec2-img4, #sec2 .sec2-img6{
	width: 100%;
	margin: 0px 0px 0px -22%;
	position: relative;
}

#sec2 .sec2-img3, #sec2 .sec2-img5, #sec2 .sec2-img1{
	width: 100%;
	margin-left: -7%;
	position: relative;
}

#sec2 .sec2-box3{
	margin-top: 7%;
}
#sec2 .sec2-txt2{
	margin-top: 4px;
	font-size: 11px;
	color: #767B73;
}
#sec2 .sec2-row11{
    position: relative;
}
#sec2 .sec2-row11::before{
	content: '';
	position: absolute;
	top: 33%;
	right: -13%;
	width: 200px;
	height: 146px;
	background: url('../img/gastroenterology/sec2_deco1.png') center/cover;
    z-index: 1;
}
#sec2 .sec2-row1::before{
	content: '';
	position: absolute;
	top: 72%;
	right: -15%;
	width: 200px;
	height: 146px;
	background: url('../img/gastroenterology/sec2_deco2.png') center/cover;
    z-index: -1;
}
#sec2 .sec2-row3::before{
	content: '';
	position: absolute;
	top: 11%;
	right: -40%;
	width: 587px;
	height: 428px;
	background: url('../img/gastroenterology/sec2_deco3.png') center/cover;
	z-index: -1;
}
#sec2 .sec2-box4{
	margin: -25% 0px 0px 2%;
}
#sec2 .sec2-box5{
	margin: 5% 0px 0px;
}
#sec2 .sec2-box6{
	margin: -13% 0px 0px 3%;
}
@media screen and (min-width: 1200px) {
	#sec2 .sec2-box3, #sec2 .sec2-box5{
		margin-right: -6%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    #sec2 h3{
        font-size: 22px;
    }
    #sec2 .sec2-box2{
        margin-top: -42%;
    }
    #sec2 .sec2-box5{
        margin-top: 10%;
    }
    #sec2 .sec2-box6{
        margin-top: -3%;
    }
    #sec2 .sec2-img2, #sec2 .sec2-img4, #sec2 .sec2-img6{
		margin-left: -6%;
	}
}
@media screen and (max-width: 767px) {
	.sec2{
		padding-bottom: 30vw;
	}
	#sec2{
		padding: 10vw 0px 6vw;
		background-size: 40%;
	}
	#sec2::before{
		border-radius: 30px;
		height: 98%;
        width: 100%;
	}
	#sec2 h2{
		font-size: 26px;
		line-height: 1.6;
        margin: 0px 0px 6vw;
	}
	#sec2 h2 small{
		font-size: 16px;
	}
	#sec2 .sec2-img1{
		margin: 4vw auto 0px;
	}
	#sec2 .sec2-icon{
        width: 82px;
        position: relative;
        margin: 0px 0px 4vw;
        inset: 0;
	}
	#sec2 .sec2-img1{
        width: 100%;
        margin: 0px 0px 0px -10%;
    }
    #sec2 .sec2-img1::before{
        left: auto;
        right: -1%;
         transform: scaleX(-1);
        top: -5%;
    }
	#sec2 .sec2-row{
		margin-bottom: 10vw;
	}
	#sec2 .sec2-row11::before{
		display: none;
       
	}
    #sec2 .sec2-row1::before{
        top: 24%;
        right: -32%;
    }
	#sec2 .sec2-box3::before{
		content: '';
		position: absolute;
		top: 58%;
		left: -62%;
		width: 324px;
		height: 240px;
		background: url('../img/top/sec2_deco2.png') center/cover;
		z-index: -1;
	}
	#sec2 .sec2-row3::before{
		display: none;
	}
	#sec2 .sec2-num{
		margin: -20px 0px 3vw;
	}
	#sec2 .sec2-num1{
	}
	#sec2 h3{
		font-size: 22px;
		line-height: 1.6;
		margin-bottom: 4vw;
	}
	#sec2 .sec2-box{
		width: 100% !important;
		margin: 0px 0px 8vw !important;
	}
	#sec2 .sec2-img4,#sec2 .sec2-img6{
		width: 94vw;
		margin: 0px -8vw 0px 5vw;
	}
	#sec2 .sec2-img2{
        width: 92vw;
		margin: 0px -2vw 0px 5vw;
	}
}
/* sec3 */
#sec3{
    position: relative;
    padding: 150px 0px 52px;
    
}
#sec3::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 28%;
    height: 219px;
    background: linear-gradient(95deg,rgba(208, 225, 193, 1) 0%, rgba(145, 221, 190, 1) 100%);
    opacity: .3;
    border-radius: 0 80px 80px 0;
}
#sec3 .wrap{
    max-width: 1216px;
    padding: 0px 5% 107px;
    z-index: 1;
}
#sec3 .wrap::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
	transform: translateX(-50%);
    width: 95%;
    height: 78%;
    background: linear-gradient(135deg,rgba(250, 243, 227, 1) 0%, rgba(239, 223, 186, 1) 100%);
    border-radius: 80px;
    z-index: -1;
}
#sec3 .wrap::after{
    content: '';
    position: absolute;
    top: 18%;
    left: -10px;
    width: 53px;
    height: 95px;
    background: url('../img/gastroenterology/sec3_deco1.png') center/cover;
}
#sec3 h2{
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0px auto 54px;
    font-size: 32px;
    line-height: 57px;
    font-weight: 500;
}
#sec3 h2 small{
    font-weight: 700;
    color: #3B8B6C;
    font-size: 16px;
}
#sec3 h2::before{
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    height: 240px;
    width: 191px;
    background: url('../img/gastroenterology/sec3_ttldeco1.png') center/cover;
}
#sec3 h2::after{
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    width: 46px;
    height: 76px;
    background: url('../img/gastroenterology/sec3_ttldeco2.png') center/cover;
}
#sec3 .sec3-img{
    position: relative;
    width: 100%;
    max-width: 812px;
    margin: 0px auto 65px;
}
#sec3 .sec3-list{
    background: #fff;
    border-radius: 30px;
    border: 1px solid #A5D0BF;
    flex-wrap: wrap;
    overflow: hidden;
}
#sec3 .sec3-list dl{
    width: 50%;
    box-sizing: border-box;
    padding: 32px 3%;
    position: relative;
    border-bottom: 1px solid #A5D0BF;
    align-items: center;
}
#sec3 .sec3-list dl:nth-child(2n+1){
    border-right: 1px solid #A5D0BF;
}
#sec3 .sec3-list dl dt{
    width: 120px;
    position: relative;
}
#sec3 .sec3-list dl dt a{
    display: block;
    width: 100%;
    height: 100%;
}
#sec3 .sec3-list dl dt a::before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url('../img/gastroenterology/sec3_arrow.png') center/cover;
    transform: translateX(-50%);
    z-index: 1;
}
#sec3 .sec3-list dl dt a:hover::before{
    opacity: .8;
}
#sec3 .sec3-list dl dd{
    width: calc(92% - 120px);
    font-size: 14px;
    line-height: 28px;
}
#sec3 .sec3-list dl dd h3 a{
    font-size: 22px;
    font-weight: 500;
    color: #00643D;
    line-height: 40px;
    margin: 0px 0px 6px;
    display: block;
}
#sec3 .sec3-list dl dd h3 a span{
    font-size: 18px;
}
#sec3 .sec3-list dl.dl-2{
    border-right: none;
    width: 55%;
    border-bottom: none;
}
#sec3 .sec3-list .sec3-box2{
    align-self: center;
    width: 41%;
    background: #E9F8F2;
    border-radius: 8px;
    padding: 32px 2%;
    margin-right: 4%;
}
#sec3 .sec3-list .sec3-box2 ul{
    width: 50%;
}
#sec3 .sec3-list .sec3-box2 ul li{
    position: relative;
    font-size: 14px;
    line-height: 28px;
    padding-left: 18px;
    margin: 0px 0px 5px;
}
#sec3 .sec3-list .sec3-box2 ul li::before{
    content: '●';
    color: #A5D0BF;
    position: absolute;
    top: 0px;
    left: 0px;
}
@media screen and (min-width: 768px) and (max-width: 900px){
    #sec3 .sec3-list dl{
        padding: 32px 1%;
    }
    #sec3 .sec3-list dl dt{
        width: 80px;
    }
    #sec3 .sec3-list dl dd{
        width: calc(97% - 90px);
    }
    #sec3 .sec3-list dl dd h3 a{
        font-size: 16px;
        line-height: 1.8;
    }
    #sec3 .sec3-list dl dd h3 a span{
        font-size: 14px;
    }
    #sec3 .sec3-list .sec3-box2 ul li{
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    #sec3{
        padding: 28vw 0px 0px;
    }
    #sec3::before{
        display: none;
    }
    #sec3 .wrap{
        padding: 0px 4% 8vw;
    }
    #sec3 .wrap::before{
        height: 90%;
        border-radius: 30px;
        width: 100%
    }
    #sec3 .wrap::after{
        display: none;
    }
    #sec3 h2{
        font-size: 26px;
        line-height: 1.6;
        margin: 0px auto 10vw;
    }
    #sec3 h2 small{
        font-size: 16px;
    }
    #sec3 h2::before{
       bottom: -12vw;
        right: -15vw;
        width: 38vw;
        height: 46vw;
    }
    #sec3 h2::after{
        top: -15vw;
        left: -11vw;
        width: 8vw;
        height: 13vw;
    }
    #sec3 .sec3-img{
        margin: 0px auto 10vw;
    }
    #sec3 .sec3-list dl:nth-child(2n+1){
        border-right: none;
    }
    #sec3 .sec3-list dl{
        padding: 4vw 5%;
        width: 100%;
    }
    #sec3 .sec3-list dl dt{
        width: 40px;
        margin: 0px;
        position: absolute;
        top: 4vw;
        left: 5%;
    }
    #sec3 .sec3-list dl dt a::before{
        display: none;
    }
    #sec3 .sec3-list dl dd{
        width: 100%;
    }
    #sec3 .sec3-list dl dd h3 a{
        font-size: 20px;
        padding-left: 50px;
        margin: 0px 0px 4vw;
    }
    #sec3 .sec3-list dl dd h3 a span{
        font-size: 14px;
    }
    #sec3 .sec3-list dl dd h3 a::after{
        content: '';
        position: relative;
        width: 15px;
        height: 15px;
        display: inline-block;
        background: url('../img/gastroenterology/sec3_arrow.png') center/cover;
        margin-left: 1vw;
    }
    #sec3 .sec3-list dl.dl-2{
        width: 100%;
    }
    #sec3 .sec3-list .sec3-box2{
        width: 92%;
        margin: 2vw auto 6vw;
        padding: 6vw 6%;
    }
    #sec3 .sec3-list .sec3-box2 ul{
        width: 100%;
    }
}
/* sec4 */
#sec4{
	padding: 152px 0px 60px;
	overflow: hidden;
}
#sec4 h2{
	position: relative;
	font-size: 32px;
	line-height: 40px;
	margin: 0px 40px 0px auto;
	font-weight: 500;
}
#sec4 h2 small{
	font-size: 16px;
	font-weight: 700;
	color: #3B8B6C;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
#sec4 h2::before{
	content: '';
	position: absolute;
	top: -120px;
	right: -60px;
	width: 74px;
	height: 105px;
	background: url('../img/top/sec3_ttldeco.png') center/cover;
}
#sec4 .sec4-row1{
	position: relative;
	padding: 0px 0px 77px;
	z-index: 1;
}
#sec4 .sec4-row1::before{
	content: '';
	bottom: 0px;
	right: -95px;
	position: absolute;
	height: 88%;
	width: 150vw;
    background: linear-gradient(135deg,rgba(250, 243, 227, 1) 0%, rgba(239, 223, 186, 1) 100%);
	z-index: -1;
	border-radius: 0 50px 20px 0;
}
#sec4 .sec4-row1::after{
	content: '';
	position: absolute;
	left: -160px;
	bottom: -140px;
	width: 55px;
	height: 44px;
	background: url('../img/top/sec3_deco1.png') center/cover;
}
#sec4 .sec4-row1 .sec4-box11{
	width: 39%;
    margin-top: -7%;
}
#sec4 .sec4-row1 .sec4-box1{
	width: 56%;
	margin: 18% 0px 0px ;
}
#sec4 .sec4-btn1 {
   
}
#sec4 .sec4-btn1 a{
	display: inline-block;
	font-size: 20px;
	line-height: 48px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding: 0px 20px;
	background: #00643D;
	border-radius: 50px;
	margin-top: 40px;
	font-family: "Zen Maru Gothic", sans-serif;
}
#sec4 .sec4-btn1 a::after{
	content: '';
	position: relative;
	width: 18px;
	height: 18px;
	background: url('../img/arrow3.png') center/cover;
	display: inline-block;
	margin-left: 12px;
}
#sec4 .sec4-btn1 a:hover{
	opacity: .8;
	text-decoration: none;

}
#sec4  h3{
	font-size: 24px;
	font-weight: 500;
	color: #00643D;
	margin-bottom: 24px;
}
#sec4 h4{
    font-size: 18px;
    font-weight: 500;
    color: #00643D;
    margin: 24px 0px 12px;
}
#sec4 ul{
    width: 46%;
}
#sec4 ul:nth-child(2){
    width: 51%;
}
#sec4 ul li{
    position: relative;
    font-size: 14px;
    font-weight: 350;
    line-height: 20px;
    padding-left: 18px;
    margin: 0px 0px 6px;
}
#sec4 ul li::before{
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    color: #A5D0BF;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	#sec4 .sec4-row1::before{
		left: -6%;
        height: 94%;
	}
    #sec4{
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (max-width: 767px) {
	#sec4{
		padding: 20vw 0px 10vw;
	}
    #sec4::before{
        content: '';
        width: 30vw;
        left: 0px;
        position: absolute;
        top: 12vw;
        height: 38vw;
        background: url('../img/gastroenterology/sec4_deco.png')center right/cover;
    }
    #sec4 .sec4-row1 .sec4-box11{
    	width: 100%;
        margin-top: 0px
    }
	#sec4 h2{
		font-size: 26px;
		line-height: 1.6;
		margin: 0px 40px 3vw auto;
	}
	#sec4 h2 small{
		font-size: 16px;
	}
	#sec4 h3{
		font-size: 22px;
		line-height: 1.6;
	}
    #sec4 h4{
        font-size: 18px;
        margin: 6vw 0px 4vw;
    }
	#sec4 h2::before{
		width: 50px;
		height: 71.5px;
		top: -60px;
		right: -40px;
	}
    #sec4 .sec4-btn1{
        position: relative;
        inset: 0;
    }
	#sec4 .sec4-btn1 a{
		font-size: 18px;
		line-height: 48px;
        margin-top: 24px;
	}
	#sec4 .sec4-row1{
		padding: 0px 0px 12vw;
	}
	#sec4 .sec4-row1 .sec4-box1{
		width: 100%;
		margin: 8vw 0px 0px;
	}
	#sec4 .sec4-row1 .sec4-img1{
		width: 90%;
		margin: 0px auto;
	}
	#sec4 .sec4-row1::after{
		display: none;
	}
	#sec4 .sec4-row1::before{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		height: 90%;
		border-radius: 30px;
		width: 100vw;
	}
    #sec4 ul{
        width: 100% !important;
    }

}
/* sec5 */
#sec5{
	margin: 127px auto 0px;
	max-width: 1262px;
	position: relative;
	padding: 118px 16px 98px;
}
#sec5::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	height: 100%;
	background: #fff;
	border-radius: 80px;
}
#sec5::after{
	content: '';
	position: absolute;
	top: -41px;
	left: 0;
	width: 74px;
	height: 105px;
	background: url('../img/top/sec4_deco.png') center/cover;
    display: none;
}
#sec5 h2{
	font-size: 32px;
	line-height: 56px;
	font-weight: 500;
	margin: 0px 0px 60px;
}
#sec5 h2 small{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3B8B6C;
	letter-spacing: 0.09em;
}
#sec5 .sec5-box1{
	width: 49%;
}
#sec5 .sec5-box2{
	width: 46%;
}
#sec5 .sec5-list dl{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	line-height: 24px;
	margin: 0px 0px 10px;
}
#sec5 .sec5-list dl dt{
	width: 110px;
	font-weight: 500;
	color: #00643D;
}
#sec5 .sec5-list dl dd{
	width: calc(100% - 110px);
	font-weight: 350;
}
#sec5 .sec5-list dl dd a, #sec5 .sec5-list dl dd h1{
	font-weight: 350;
}
#sec5 .sec5-map{
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
	height: 442px;
}
#sec5 .sec5-map iframe{
	width: 100%;
	height: 100%;
}
#sec5 .sec5-btn a{
	width: fit-content;
	display: block;
	font-size: 15px;
	color: #00643D;
	position: relative;
	text-decoration: underline;	
	margin: 6px 0px 0px auto;
	text-underline-offset: 2px;
}
#sec5 .sec5-btn a::before{
	content: '';
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/arrow1.png') center/cover;
	margin-right: 7px;
	top: 3px;
}
#sec5 .sec5-btn a:hover{
	text-decoration: none;
}
#sec5 .sec5-row2{
	margin: 76px 0px 110px;
}
#sec5 h3{
	font-size: 24px;
	line-height: 30px;
	color: #00643D;
	font-weight: 500;
	margin:0px 4% 0px 0px;
}
#sec5 h3 small{
	color: #A5D0BF;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
}
#sec5 h4{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	margin: 0px 0px 20px;
}
#sec5 h4 i{
	display: inline-block;
	width: 47px;
	margin-right: 15px;
}
#sec5 .sec5-box2{
	width: 42%;
}
#sec5 .timetb th, #sec5 .timetb td{
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.15em;
}
#sec5 .timetb tr th:first-child{
	width: 35%;
	text-align: left;
}
#sec5 .timetb tr th:last-child{
	width: 16%;
}
#sec5 .timetb thead th{
	padding: 0px 0px 12px;
	border-bottom: 1px solid #A5D0BF;
}
#sec5 .timetb tbody th, #sec5 .timetb tbody td{
	padding: 12px 0px;
	border-bottom: 1px solid #A5D0BF;
}
#sec5 .c-green1{
	color: #3B8B6C !important;
}
#sec5 .sec5-txt1{
	font-weight: 350;
	line-height: 24px;
	margin-top: 20px;
	font-size: 15px;
	letter-spacing: 0;
}

#sec5 .post-box__header{
	border: none;
}
#sec5 .post-box{
	display: flex;
	flex-direction: column-reverse;
	margin: 20px 0px 0px;
}
#sec5 .post-box dl{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px solid #E1E6DD;
	padding: 20px 0px;
}
#sec5 .post-box dl dt{
	width: 207px;
	font-weight: 400;
	color: #454545;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;

}
#sec5 .post-box dl dt span{
	display: inline-block;
	border-radius: 30px;
	line-height: 24px;
	width: 90px;
	text-align: center;
	background: #D7E08A;
	box-sizing: content-box;
	font-size: 12px;
}
#sec5 .post-box dl dt span.gastroenterology{
	background: #A5D0BF;
}
#sec5 .post-box dl dt span.dentistry{
	background: #D0E1C1;
}
#sec5 .post-box dl dd{
	width: calc(95% - 207px);
	font-size: 15px;
	font-weight: 500;
	color: #454545;
	
}
#sec5 .post-box dl dd a{
	color: #454545;
}
#sec5 .post-box .post-box__summary-link{
	position: relative;
	inset: 0;
	font-size: 15px;
	color: #00643D;
	margin: 20px 0px 0px auto;
	width: fit-content;
	text-decoration: underline;
	text-underline-offset: 2px;
	display: block;
}
#sec5 .post-box .post-box__summary-link:hover{
    text-decoration: none;
}
#sec5 .post-box .post-box__summary-link::before{
	content: '';
	position: relative;
	width: 18px;
	height: 18px;
	background: url('../img/arrow1.png') center/cover;
	margin-right: 6px;
	top: 3px;
	display: inline-block;
}
#sec5 .sec5-img{
	width: 60%;
	margin: 0px -15% 0px 5%;
}
@media screen and (min-width:768px) and (max-width: 900px) {
	#sec5 .timetb tr th:last-child{
		width: 20%;
	}
	#sec5 .timetb th, #sec5 .timetb td{
		font-size: 14px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
    #sec5 > div::before{
        position: absolute;
        top: -62vw;
        right: 0px;
        width: 34vw;
        height: 37vw;
        background: url('../img/gastroenterology/sec5_deco.png') center/cover;
    }
	#sec5{
		padding: 10vw 0px 0px;
		margin: 10vw 0px 0px;
	}
	#sec5::before{
		height: 95%;
		width: 100%;
		border-radius: 30px;
        top: 0%;
	}
	#sec5::after{
		width: 42px;
		height: 60px;
		left: 5%;
		top: -30px;
        display: block;
	}
	#sec5 .sec5-box1{
		width: 100%;
	}
	#sec5 h2{
		font-size: 26px;
		line-height: 1.8;
		margin: 0px 0px 6vw;
		text-align: center;
	}
	#sec5 h2 small{
		font-size: 16px;
	}
	#sec5 .sec5-list dl{
		font-size: 15px;
		margin: 0px 0px 2vw;
	}
	#sec5 .sec5-list dl dt{
		width: 30%;
	}
	#sec5 .sec5-list dl dd{
		width: 70%;
		font-weight: 350;
	}
	#sec5 .sec5-box2{
		width: 100%;
	}
	#sec5 .sec5-map{
		height: 356px;
		margin-top: 10vw;
	}
	#sec5 .sec5-row2{
		margin: 10vw 0px ;
	}
	#sec5 h3{
		font-size: 22px;
		line-height: 1.6;
		margin: 0px 0px 4vw;
	}
	#sec5 h4{
		font-size: 18px;
		margin: 0px 0px 4vw;
	}
	#sec5 .sec5-box2{
		width: 100%;
		margin: 0px 0px 8vw;
	}
	#sec5 .timetb th, #sec5 .timetb td{
		font-size: 15px;
	}
	#sec5 .sec5-txt1{
		font-size: 14px;
	}
	
	#sec5 .post-box dl{
		display: block;
	}
	#sec5 .post-box dl dt{
		width: 100%;
		justify-content: flex-start;
		gap: 4%;
	}
	#sec5 .post-box dl dd{
		width: 100%;
	}

	#sec5 .sec5-img{
		width: 95%;
		margin: 0px 0px 0px auto;
	}
}