@charset "utf-8";

.page_info_area {
    padding: 40px 0 40px 40px;
}

.info_content_area {
    display: flex;
    align-items: baseline;
}

.info_ttl {
    margin-right: 50px;
    font-size: 1.750em;
    color: #C71A29;
    font-weight: 600;
}

.info_content li {
    font-size: 1em;
    margin-bottom: 1em;
}
.info_content li:last-child{
    margin-bottom: 0;
}

.info_content li span {
    font-size: 0.875em;
    color: #FFFFFF;
    margin: 0 10px 0 25px;
    padding: 3px 15px;
    border-radius: 20px;
}

@media print, screen and (max-width: 768px) { 
    .page_info_area {
        padding: 30px 0;
    }

    .info_content_area {
        flex-direction: column;
    }

    .info_content {
        margin-top: 20px;
    }

    .info_content {
        line-height: 2;
    }

    .info_content li span { 
        margin-left: 15px;
    }
}

/* sec01 */
.sec01 {
    background-image: url('/healthcare/images/bg_sec01.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding: 40px 0 120px;
}

.sec01 .h1_50:after {
    content: "";
    display: block;
    width: 53px;
    height: 3px;
    background-color: #333;
    margin: 25px auto 0;
}

.sec01_ttl_container {
    position: relative;
    z-index: 999;
    max-width: 805px;
    margin: 0 auto;
}

.writer_intro_area {
    margin: 56px auto 0;
    border: 2px solid;
    border-top-color: #F87B38;
    border-right-color: #484FAF;
    border-bottom-color: #43B9C2;
    border-left-color: #2B925E;
    max-width: 1200px;
    padding: 15px 40px 40px 40px;
    border-radius: 25px;
    background-color: #FFFFFF;
}

.writer_intro_area .imgTxt_hor_2_1 {
    align-items: center;
    justify-content: space-between;
}

.imgTxt_hor_2_1 .intro_text {
    width: 69%;
    font-size: 1em;
}

.imgTxt_hor_2_1 .images {
    text-align: center;
    width: 30%;
}

.intro_ttl {
    font-size: 1.750em;
    color: #C71A29;
    font-weight: 600;
}

.intro_text p:nth-child(2), .intro_text ul {
    margin-top: 15px;
}

@media print, screen and (max-width: 768px) { 
    .sec01 {
        background-image: url('/healthcare/images/sec_01_bot_sp.png');
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        position: relative;
        padding-top: 68px;
        background-color: #FFFFFF;
    }

    .sec01::after {
        background: url('/healthcare/images/bg_sec01_right.png') no-repeat top right;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 101px;
        height: 241px;
        background-size: contain;
    }

    .sec01:before {
        background: url('/healthcare/images/bg_sec01_left.png') no-repeat top left;
        content: "";
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        width: 61px;
        height: 190px;
        background-size: contain;
    }

    .sec01_ttl_container p {
        padding: 0 15px;
    }

    .writer_intro_area {
        padding: 40px 15px;
    }

    .wrap_inner.bg_mid {
        background-image: url('/healthcare/images/bg_sec01_mid_sp.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .intro_text, .imgTxt_hor_2_1 .images  {
        width: 100% !important;
    }

}

/* Health Showcase Area */
.health_showcase_area {
    max-width: 1480px;
	background: #F5F5F4;
    margin: auto;
    padding-bottom: 70px;
}
.health_showcase_area .health_showcase_inner {
    margin: 56px auto 0;
}
.health_showcase_area .health_showcase_inner > div{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    gap: 150px;
}

.health_showcase_area .health_showcase_inner .health_showcase_item {
	position: relative;
	transition: all .3s;
    width: 345px;
    margin-bottom: 100px;
    text-align: center;
}
.health_showcase_area .health_showcase_inner .health_showcase_item a {
	position: relative;
	width: 345px;
	height: 295px;
	overflow: hidden;
}
.health_showcase_item .border {
	transition: all 0.3s ease-in-out;
}
.health_showcase_item a:hover .border {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	border: unset;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	transform: scale(1.1);
}
.health_showcase_item .health_showcase_item_image .background-image {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.health_showcase_item .health_showcase_item_image .overlay-image {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	object-fit: cover;
}
.health_showcase_item .health_showcase_btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.health_showcase_item .health_showcase_btn .btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 256px;
	max-width: 100%;
	height: 67px;
	font-size: 28px;
	padding: 14px;
	margin: auto;
	font-weight: bold;
    line-height: 1.2em;
	border-radius: 100vh;
	transition: 0.3s;
    color: #fff;
}
.health_showcase_item .health_showcase_btn .btn_01 {
	border: 3px solid #F9B228;
	background: #F9B228;
}
.health_showcase_item .health_showcase_btn .btn_02 {
	border: 3px solid #F87B38;
	background: #F87B38;
    font-size: 20px;
    line-height: 0.9em;
}
.health_showcase_item .health_showcase_btn .btn_03 {
	border: 3px solid #2B925E;
	background: #2B925E;
    font-size: 25px;
    line-height: 1.4em;
}
.health_showcase_item .health_showcase_btn .btn_04 {
	border: 3px solid #F4D209;
	background: #F4D209;
    font-size: 25px;
    line-height: 1.4em;
}

.health_showcase_item a:hover .health_showcase_btn .btn{
    background: #fff;
}
.health_showcase_item a:hover .health_showcase_btn .btn_01 {
	color: #F9B228;
}
.health_showcase_item a:hover .health_showcase_btn .btn_02 {
	color: #F87B38;
}
.health_showcase_item a:hover .health_showcase_btn .btn_03 {
	color: #2B925E;
}
.health_showcase_item a:hover .health_showcase_btn .btn_04 {
	color: #F4D209;
}



.health_showcase_item .showcase_item_desc {
    width: 345px;
	margin-top: 35px;
}
@media print, screen and (max-width: 1100px) {
    .health_showcase_area .health_showcase_inner > div{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-around;
    }
}
@media print, screen and (max-width: 768px) {
	.health_showcase_area {
        padding: 0 15px 50px;
	}
    .health_showcase_area .health_showcase_inner > div{
        flex-direction: column;
        justify-content: space-around;
        align-content: center;
        gap: 0;
    }
    .health_showcase_area .health_showcase_inner .health_showcase_item{
        margin-bottom: 50px;
    }
	.health_showcase_item .showcase_item_desc {
		margin-top: 15px;
	}
}