@charset "utf-8";

/* -----------------------------
	job 共通
-------------------------------- */
.h1-area{

}
.page-title-area{
	margin: 0 0 0;
	height: 200px;
	position: relative;

	background: linear-gradient(90deg, rgb(255 229 229) 0%, rgba(255,243,243,1) 57%, #ffdabb 100%);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 25s ease infinite;
    -moz-animation: AnimationName 25s ease infinite;
    animation: AnimationName 25s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* page-title */
.mv-title{
	letter-spacing: .1em;
	display: inline-block;
	margin: 84px 0 0 0;
    line-height: 1;
    font-weight: bold;
	color: #3D3732;
	font: 700 3.2rem / 1 'Zen Maru Gothic', sans-serif;
}

.section-title{
	font: 700 2.2rem / 1 'Quicksand', sans-serif;
	letter-spacing: .05em;
}
.section-title .ja{
	font: 700 3rem / 1 'Zen Maru Gothic', sans-serif;
}

.inner800{
	width: 800px;
	max-width: 800px;
	min-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 768px) {
	.page-title-area{
		height: 100px;
		margin: 0 0 0;
	}

	/* page-title */
	.mv-title{
		font-size: 2.6rem;
		margin: 0;
		padding: 36px 0 0 20px;
		position: relative;
		z-index: 2;
	}
	.section-title {
		font-size: 2rem;
	}
	
	.section-title .ja{
		font-size: 2.3rem;
		line-height: 1.35;
		padding: 4px 0 0;
	}
	.inner800{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
}

/* -----------------------------
	job TOP
-------------------------------- */




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



}

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



}

/*    intro-area
-------------------------------------------------------------- */
.intro-area{
	padding: 53px 0 0;
	position: relative;
}
.intro-area .inner800{
	position: relative;
}
.intro-area .txt-area{
	position: relative;
	margin: 0 auto;
}
.intro-area .inner800::before{
	content: '';
	position: absolute;
	background: url("../img/nursing-intro01.png") no-repeat top center / contain;
	width: 71px;
	height: 148px;
	bottom: -50px;
	left: -120px;
	z-index: 1;
}
.intro-area .inner800::after{
	content: '';
	position: absolute;
	background: url("../img/nursing-intro02.png") no-repeat top center / contain;
	width: 173px;
	height: 145px;
	top: -50px;
	right: -120px;
	z-index: 1;
}
.intro-area .txt-area::before{
	content: '';
	position: absolute;
	background: url("../img/nursing-intro03.png") no-repeat top center / contain;
	width: 188px;
	height: 142px;
	bottom: -100px;
	right: -80px;
	z-index: 1;
}
.intro-area .section-catch{
	font: 700 2.6rem / 1.5 'Zen Maru Gothic', sans-serif;
}
.intro-area .basic-txt{
	margin: 28px 0 0;
}

.intro-area .wrap{
}


@media screen and (max-width: 768px){
	.intro-area{
		padding: 50px 0 0px;
		position: relative;
	}
	.intro-area::before{
		font-size: 8rem;
	}
	.intro-area .txt-area{
		width: 100%;
	}
	.intro-area .inner800::before{
		width: 45px;
		height: 120px;
		left: 30px;
		bottom: -125px;
	}
	.intro-area .inner800::after{
		width: 110px;
		height: 100px;
		right: 20px;
		top: -90px;
		z-index: -1;
	}
	.intro-area .txt-area::before{
		background: url("../img/nursing-intro03-sp.png") no-repeat top center / contain;
		width: 150px;
		height: 122px;
		bottom: -130px;
		right: 0;
	}	
	
	
	.intro-area .section-catch{
		font-size: 2.2rem;
	}
	.intro-area .basic-txt{
		margin: 20px 0 0;
	}

	.intro-area .wrap{
	}
}


/*    works-area
-------------------------------------------------------------- */
.works-area{
	background: url("../img/nursing-works-bg.png") no-repeat top center / cover;
	padding: 150px 0 160px;
	position: relative;
	margin: 100px 0 0;
}
.works-area::before{
	content: '';
	position: absolute;
	background: url("../img/nursing-works-bg01.png") no-repeat top center / cover;
	width: 100%;
	height: 47px;
	top: 0;
}
.works-area::after{
	content: '';
	position: absolute;
	background: url("../img/nursing-works-bg02.png") no-repeat top center / cover;
	width: 100%;
	height: 47px;
	bottom: 0;
}

.works-area .txt-area{
	text-align: center;
}

.works-area .list{
	display: flex;
	justify-content: space-between;
	margin: 63px 0 0;
	position: relative;
	z-index: 2;
}
.works-area .list li{
	width: calc((100% / 4) - 20px);
	background: #fff;
	border-radius: 40px;
	padding: 147px 28px 30px;
    overflow: hidden;
	position: relative;
}
.works-area .list li::before{
	content: '';
	position: absolute;
	background: url("../img/nursing-desc01.png") no-repeat top center / contain;
	width: 73px;
	height: 66px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: 55px;
}
.works-area .list li:nth-child(2)::before{
	background: url("../img/nursing-desc02.png") no-repeat top center / contain;
	width: 62px;
	height: 61px;
	top: 57px;
}
.works-area .list li:nth-child(3)::before{
	background: url("../img/nursing-desc03.png") no-repeat top center / contain;
	width: 61px;
	height: 75px;
}
.works-area .list li:nth-child(4)::before{
	background: url("../img/nursing-desc04.png") no-repeat top center / contain;
	width: 54px;
	height: 78px;
	top: 50px;
}

.works-area .list .catch{
	text-align: center;
	font: 700 2.3rem / 1 'Zen Maru Gothic', sans-serif;
}
.works-area .list .basic-txt{
	padding: 18px 0 0;
	
	text-align: center;
}

.works-area .note{
	text-align: center;
	padding: 30px 0 0;
}

@media screen and (max-width: 768px){
	.works-area{
		padding: 90px 0 90px;
	}
	.works-area::before{

	}
	.works-area::after{
		bottom: -1px;
	}

	.works-area .inner{
	}
	.works-area .inner::before{
		width: 290px;
		height: 230px;
		bottom: -80px;
		left: -90px;
		z-index: 1;
	}
	.works-area .inner::after{
		width: 240px;
		height: 210px;
		top: -140px;
		right: -80px;
		z-index: 1;
	}
	.works-area .txt-area{
	}

	.works-area .list{
		display: block;
		margin: 20px 0 0;
	}
	.works-area .list li{
		width: 100%;
		border-radius: 20px;
		padding: 20px 20px 15px;
	}
	.works-area .list li:nth-child(n + 2){
		margin: 10px 0 0;
	}
	.works-area .list li::before{
		left: 30px;
 top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		width: 60px;
		height: 60px;
	}
	.works-area .list li:nth-child(2)::before{
		width: 50px;
			height: 60px;
		top: 50%;
	}
	.works-area .list li:nth-child(3)::before{
		width: 50px;
		height: 60px;
	}
	.works-area .list li:nth-child(4)::before{
		width: 50px;
		height: 60px;
		top: 50%;
	}

	.works-area .list .catch{
		font-size: 1.8rem;
		text-align: left;
		padding: 0 0 0 80px;
	}
	.works-area .list .basic-txt{
		padding: 5px 0 0 80px;
		
		text-align: left;
	}

	.works-area .note{
		position: relative;
		z-index: 1;
		padding: 20px 0 0;
	}	
	
}


/*    environment-area
-------------------------------------------------------------- */
.environment-area{
	margin: 100px 0 0;
}
.environment-area .inner{
	position: relative;
}
.environment-area .suisai01{
	position: absolute;
    left: -130px;
    top: -70px;
	z-index: -1;
}

.environment-area .inner::before{
	content: '';
	position: absolute;
	background: url("../img/nursing-environment01.jpg") no-repeat top center / cover;
	width: 280px;
	height: 280px;
	right: 300px;
	top: 180px;
	border-radius: 50px;
	
}
.environment-area .inner::after{
	content: '';
	position: absolute;
	background: url("../img/nursing-environment02.jpg") no-repeat top center / cover;
	width: 260px;
	height: 260px;
	right: 10px;
	top: 20px;
	border-radius: 50px;
}
.environment-area .inner > span{
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
}
.environment-area .inner > span::after{
	content: '';
	position: absolute;
	background: url("../img/nursing-environment03.jpg") no-repeat top center / cover;
	width: 320px;
	height: 320px;
	right: -50px;
	top: 310px;
	border-radius: 50px;
}


.environment-area .txt-area{
	text-align: center;
	position: relative;
}
.environment-area .txt-area::before{
    content: '';
    position: absolute;
    background: url(../img/nursing-feature-deco01.png) no-repeat top center / contain;
    width: 118px;
    height: 90px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0 0 0 120px;
}
.environment-area .block{
	width: 570px;
	margin: 45px 0 0;
}

.environment-area .block ul{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.environment-area .block ul li{
	width: calc((100% / 3) - 10px);
	background: #fff;
	border: solid 1px #FFC016;
	border-radius: 10px;
	padding: 20px 17px;
	position: relative;
}
.environment-area .block ul li .title{
	position: absolute;
	background: #FFC016;
	border-radius: 30px;
	display: inline-block;
	padding: 2px 20px;
	color: #fff;
	top: -15px;
	width: 115px;
	text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.environment-area .block ul li:first-of-type .title{
	width: 160px;
}
.environment-area .block .txt02{
	margin: 30px 0 0;
}

@media screen and (max-width: 768px){
	.environment-area{
		margin: 30px 0 0;
	}
	.environment-area .inner{
	}
	.environment-area .suisai01{
		width: 220px;
		left: -30px;
		top: 0px;
	}

	.environment-area .inner::before{
		display: none;
	}
	.environment-area .inner::after{
		display: none;
	}
	.environment-area .inner > span::after{
		display: none;	
	}

	.environment-area .txt-area{
	}
	.environment-area .txt-area::before{
		width: 80px;
		height: 70px;
		top: -10px;
		margin: 0 0 0 80px;
	}
	.environment-area .block{
		width: 100%;
		margin: 30px 0 0;
	}
	.environment-area .block .img-box{
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px;
	}
	.environment-area .block .img-box div{
		width: calc((100% / 3) - 5px);
	}
	.environment-area .block .img-box div img{
		border-radius: 5px;
	}

	.environment-area .block ul{
		display: block;
		margin: 30px 0 0;
	}
	.environment-area .block ul li{
		width: 100%;
	}
	.environment-area .block ul li:nth-child(n + 2){
		margin: 20px 0 0;
	}
	.environment-area .block ul li .title{
	}
	.environment-area .block .txt02{
		margin: 20px 0 0;
	}
	
}


/*    schedule-area
-------------------------------------------------------------- */
.schedule-area{
	margin: 160px 0 0;
}
.schedule-area .inner800{
	position: relative;
}
.schedule-area .suisai02{
    right: -240px;
    top: -40px;
	position: absolute;
	z-index: -1;
}
.schedule-area .txt-area{
	text-align: center;
	position: relative;
}
.schedule-area .txt-area::before{
	content: '';
    position: absolute;
    background: url(../img/nursing-feature-deco02.png) no-repeat top center / contain;
    width: 166px;
    height: 142px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0 0 0 -250px;
}

/* list */
.flow-list{
	position: relative;
	margin: 60px 0 0;
}
.flow-list::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 90%;
	background: #ED828B;
    top: 5px;
	left: 30px;
	margin: 40px 0 0;
}
.flow-list .list-item {
	width: 100%;
}

.flow-list .txt-box {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	max-width: 800px;
	display: flex;
	align-items: center;
    position: relative;
	justify-content: space-between;
}
.flow-list .txt-box.one {
	padding-top: 0;
}

.flow-list .num {
	position: relative;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #ED828B;
	color: #fff;
	letter-spacing: .05em;
	font-size: 1.8rem;
	font-weight: bold;
    font-family: "Lato" , 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.flow-list .title {
    margin-right: 0;
    flex-basis: 720px;
    font-size: 1.8rem;
    line-height: 1.5;
	border: solid 1px #ED828B;
	padding: 15px 20px;
	border-radius: 5px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	background: #fff;
}

.flow-list .txt-box {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	max-width: 800px;
	display: flex;
	align-items: center;
    position: relative;
}


@media screen and (max-width: 768px) {
	.schedule-area{
		margin: 60px 0 0;
	}
	.schedule-area .suisai02{
		width: 220px;
		right: -30px;
		top: -40px;
	}
	.flow-area{
		margin: 30px 0;
	}
	.flow-list{
		margin: 30px 0 0;
	}
	.flow-list::before{
		height: 87%;
		left: 24px;
	}
	
	.flow-list .list-item {
		border-top: 0;
	}  
	.flow-list .txt-box {
		padding-top: 8px;
		padding-bottom: 8px;
		flex-wrap: wrap;
	}
	.flow-list .num {
		margin-right: 10px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.6rem;
	}

	.flow-list .title {
		margin-right: 0;
		max-width: 100%;
		font-size: 1.8rem;
		font-weight: 500;
		flex: 1;
	}
	.flow-list .disc {
		margin-left: 60px;
		width: 100%;
		margin: 10px 0 0 auto;
		padding: 0 0 0 50px;
	}
    
    .flow-list .txt-box .cv-btn{
        position: static;
        right: auto;
        width: 100%;
        margin: 20px 0 0 auto;
        padding: 0 0 0 50px;
    }
    .flow-list .txt-box .cv-btn a{
        width: 100%;
    }
    .flow-list .txt-box .cv-btn a i{
        margin: 0 8px 0 0;
    }
	
	.schedule-area .txt-area::before{
		width: 100px;
		height: 100px;
		top: -20px;
		margin: 0 0 0 -100px;
	}
    
}

/*    recruit-area
-------------------------------------------------------------- */
.recruit-area{
	margin: 140px 0 0;
}
.recruit-area .inner1100{
	position: relative;
	
}
.recruit-area .suisai03{
	left: -100px;
	top: 20px;
	position: absolute;
	z-index: -1;
}
.recruit-area .txt-area{
	text-align: center;
	position: relative;
}
.recruit-area .txt-area::before{
    content: '';
    position: absolute;
    background: url(../img/nursing-feature-deco01.png) no-repeat top center / contain;
    width: 118px;
    height: 90px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0 0 0 120px;
}
.recruit-area .section-catch{
	font-size: 3.6rem;
	padding: 40px 0 0;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.recruit-area .txt-area .basic-txt{
	padding: 30px 0 0;
	text-align: center;
}
.recruit-area ul{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.recruit-area ul li{
	width: calc((100% / 3) - 10px);
	background: #fff;
	border-radius: 40px;
	border: solid 1px #E5E5E5;
	padding: 133px 20px 20px;
	background-image: url("../img/nursing-recruit01.png");
	background-repeat: no-repeat;
	background-position: top 25px center;
}
.recruit-area ul li:nth-child(2){
	background-image: url("../img/nursing-recruit02.png");
}
.recruit-area ul li:nth-child(3){
	background-image: url("../img/nursing-recruit03.png");
}
.recruit-area ul li .basic-txt{
	text-align: center;
}
.recruit-area ul li .basic-txt span{
	font-size: 	2.4rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	display: block;
}
.recruit-area .txt02{
	text-align: center;
	padding: 30px 0 0;
}

@media screen and (max-width: 768px){
	.recruit-area{
		margin: 60px 0 0;
	}
	.recruit-area .inner1100{
	}
	.recruit-area .suisai03{
		width: 220px;
		left: -30px;
		top: 0px;
	}
	.recruit-area .txt-area{
	}
	.recruit-area .txt-area::before{
		width: 80px;
		height: 70px;
		top: -10px;
		margin: 0 0 0 80px;
	}

	.recruit-area .section-catch{
		padding: 20px 0 0;
		font-size: 2.6rem;
	}
	.recruit-area .txt-area .basic-txt{
		padding: 20px 0 0;
		text-align: left;
	}
	.recruit-area ul{
		display: block;
		margin: 20px 0 0;
	}
	.recruit-area ul li{
		width: 100%;
		border-radius: 15px;
	}
	.recruit-area ul li:nth-child(n + 2){
		margin: 20px 0 0;
	}
	.recruit-area ul li:nth-child(2){
	}
	.recruit-area ul li:nth-child(3){
	}
	.recruit-area ul li .basic-txt{
	}
	.recruit-area ul li .basic-txt span{
	}
	.recruit-area .txt02{
		padding: 20px 0 0;
	}
}

/*    message-area
-------------------------------------------------------------- */
.message-area{
    margin: 145px 0 0;
    padding: 110px 0 110px;
	background: #FFEEEF;
}

.message-area .inner1000{
	position: relative;
}
.message-area .inner1000::before{
	content: '';
	position: absolute;
	background: url("../img/nursing-works-deco01.png") no-repeat top center / contain;
	width: 541px;
	height: 440px;
    bottom: -170px;
    left: -120px;
	z-index: 1;
}
.message-area .inner1000::after{
	content: '';
	position: absolute;
	background: url("../img/nursing-works-deco02.png") no-repeat top center / contain;
	width: 541px;
	height: 440px;
	top: -160px;
	right: -150px;
	z-index: 1;
}
.message-area .txt-area{
	text-align: center;
	position: relative;
	z-index: 2;
}

.message-area ul{
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
	z-index: 2;
	position: relative;
}
.message-area ul li{
	width: calc((100% / 2) - 10px);
	background: #fff;
	border-radius: 30px;
	padding: 30px 30px 30px 150px;
	background-image: url("../img/nursing-message01.png");
	background-repeat: no-repeat;
	background-position: top 40px left 30px;
}
.message-area ul li:nth-child(2){
	background-image: url("../img/nursing-message02.png");
}

@media screen and (max-width: 768px){
	.message-area{
		margin: 50px 0 0;
		padding: 50px 0;
	}

	.message-area .inner1000{
	}
	.message-area .inner1000::before{

	}
	.message-area .inner1000::after{

	}
	.message-area .txt-area{

	}

	.message-area ul{
		display: block;
		margin: 20px 0 0;
	}
	.message-area ul li{
		width: 100%;
		padding: 20px;
		background-image: none;
		border-radius: 15px;
	}
	.message-area ul li:nth-child(2){
		background-image: none;
		margin: 20px 0 0;
	}
	.message-area ul li img{
		width: 70px;
		height: 70px;
		float: left;
		margin: 0 20px 0 0;
	}
	
	.message-area .inner1000::before{
		width: 290px;
		height: 230px;
		bottom: -80px;
		left: -90px;
		z-index: 1;
	}
	.message-area .inner1000::after{
		width: 240px;
		height: 210px;
		top: -80px;
		right: -80px;
		z-index: 1;
	}
	
}

/*    requirements-area
-------------------------------------------------------------- */
.requirements-area{
	margin: 100px 0 0;
}
.requirements-area .txt-area{
	text-align: center;
}

.requirements-area .box{
	border: solid 1px #ED828B;
	margin: 50px 0 0;
	border-radius: 5px;
}
.requirements-area .box.first{
	margin: 40px 0 0;
}
.requirements-area .box .txt-box{
	padding: 30px;
}
.requirements-area .box .title{
	font-size: 2.4rem;
	background: #ED828B;
	color: #fff;
	display: block;
	padding: 0 30px;
	border-radius: 5px 5px 0 0;
	height: 60px;
	line-height: 60px;
}
.requirements-area .box .title span{
	background: #fff;
	border-radius: 30px;
	display: inline;
	padding: 2px 15px;
	color: #ED828B;
	font-size: 1.8rem;
	margin: 0 0 0 10px;
}
.requirements-area .box .basic-txt{
	margin: 20px 0 0;
}
.requirements-area .box .basic-txt:first-of-type{
	margin: 0 0 0;
}

/* .box-table */
.requirements-area .table-block{
	border: solid 1px #ED828B;
	margin: 50px 0 0;
	border-radius: 5px;
}
.requirements-area .box-table{
	display: flex;
	border-radius: 5px 5px 0 0;
	border: none;
	margin: 0;
}
.requirements-area .box-table:nth-child(2){
	margin: 0;
	border-radius: 0 0 5px 5px;
	border-top: solid 1px #ef9aa1;
}
.requirements-area .box-table .title{
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	/*width: 170px;*/
	width: 200px;
	border-radius: 5px 0 0 0;
}
.requirements-area .box-table:nth-child(2) .title{
	border-radius: 0 0 0 5px;
}

/*
.requirements-area table {
	border-collapse: collapse;
	border: 1px solid #ED828B;
	width: 100%;
	table-layout: fixed;
	margin: 50px 0 0;
	border-radius: 5px;
}

.requirements-area table tr {
	display: flex;
}

.requirements-area table th {
	background: #ED828B;
	border-bottom: 1px solid #ED828B;
	border-right: 1px solid #ED828B;
	display: block;
	text-align: left;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 20px;
	width: 170px;
	line-height: 2.1875;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.requirements-area table td {
	border-bottom: 1px solid #ED828B;
	display: block;
	padding: 20px;
	width: 100%;
	line-height: 1.8;
}

.requirements-area table tr:last-child th,
.requirements-area table tr:last-child td {
	border-bottom: none;
}
*/

@media screen and (max-width: 768px){
	.requirements-area {
		margin: 50px 0 30px 0;
	}
	.requirements-area .box{
		margin: 20px 0 0;
	}
	.requirements-area .box.first{
		margin: 30px 0 0;
	}
	.requirements-area .box .title{
		font-size: 2rem;
		height: auto;
		line-height: 1.6;
		padding: 10px 30px 12px;
	}
	.requirements-area .box .title span{
		font-size: 1.5rem;
	}
	.requirements-area .box .txt-box{
		padding: 20px;
	}
	
	/* .box-table */
	.requirements-area .table-block{
		margin: 20px 0 0;	
	}
	.requirements-area .box-table{
		display: block;
		border-radius: 5px 5px 0 0;
		margin: 0;
	}
	.requirements-area .box-table:nth-child(2){
		margin: 0;
		border-radius: 0 0 5px 5px;
		border-top: none;
	}
	.requirements-area .box-table .title{
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		width: 100%;
		border-radius: 5px 5px 0 0;
	}
	.requirements-area .box-table:nth-child(2) .title{
		border-radius: 0 0 0 0;
	}
	
	/*
	.requirements-area table{
		margin: 20px 0 0;
	}
	.requirements-area table tr {
		display: block;
	}
	
	.requirements-area table th {
		border-right: none;
		padding: 10px 15px;
		width: 100%;
	}
	
	.requirements-area table td {
		width: 100%;
		padding: 15px;
		line-height: 2;
	}
	
	.requirements-area dd {
		line-height: 1.7;
	}
	
	.requirements-area dl:not(:first-of-type) {
		margin-top: 15px;
	}
	
	.requirements-area dl:not(:first-of-type) {
		margin-top: 15px;
	}
	
	.requirements-area table tr:last-child th {
		border-bottom: 1px solid #ddd;
	}*/
}

/*    address-area
--------------------------------------- */
.address-area{
	margin: 80px 0 0;
}
.address-area .inner800{

	position: relative;
}

.address-area .txt-area{
	text-align: center;
}
.address-area .inner800::before{
	content: '';
	position: absolute;
	background: url("../img/nursing-works-deco03.png") no-repeat top center / contain;
	width: 280px;
	height: 228px;
    bottom: -70px;
    left: -120px;
	z-index: -1;
}
.address-area .inner800::after{
	content: '';
	position: absolute;
	background: url("../img/nursing-works-deco04.png") no-repeat top center / contain;
	width: 247px;
	height: 218px;
	top: 0;
	right: -120px;
	z-index: -1;
}
.address-area .table-block{
		background: #FFEEEF;
	padding: 20px 20px 20px 40px;
	border-radius: 10px;
	margin: 30px 0 0;
}
.address-area .txt-box{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	position: relative;
}
.address-area .txt-box::after{
	content: '';
	position: absolute;
	background: url("../img/nursing-address.png") no-repeat top center / contain;
	width: 203px;
	height: 84px;
	bottom: -5px;
	right: 20px;
}
.address-area .box{
	display: flex;
	align-items: center;
}
.address-area .title{
	background: #ED828B;
	border-radius: 30px;
	display: inline;
	padding: 2px 20px 3px;
	margin: 0 30px 0 0;
	height: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 1.7rem;
	letter-spacing: .05em;
}
.address-area .name{
	position: relative;
	margin: 10px 0 0;
	font: 700 2.4rem / 1.5 'Zen Maru Gothic', sans-serif;
}
/*.adress-area .name::before{
	content: '';
	position: absolute;
	background: url("../img/nurse-logo.png") no-repeat top center / contain;
	width: 50px;
	height: 80px;

}*/
.address-area .txt-box{
	flex: 1;
	margin: 0 0 0 45px;
}

.address-area .txt-box .basic-txt{
	padding: 10px 0 0;
}
.address-area .logo{
	width: 75px;
	height: 100%;
}
.address-area .map{
	margin: 5px 0 0;
}
.address-area .map a{
	border-radius: 30px;
	border: solid 1px #ED828B;
	padding: 1px 20px;
	color: #ED828B;
	font-size: 1.5rem;
}
.address-area .map a:hover{
	background: #ED828B;
	color: #FFF;
}
.address-area .map i{
	padding: 0 5px 0 0;
}

@media screen and (max-width: 768px){
	.address-area{
		margin: 0 0 0;
	}
	.address-area .img-box{
		display: flex;
	}
	.address-area .img-box > div{
		width: calc(100% / 2);
		height: 170px;
	}
	.address-area .img-box > div img{
		height: 100%;
		object-fit: cover;
	}
	.address-area .inner800{
		padding: 20px 20px;
		border-radius: 0;
	}
	.address-area .inner800::before{
		width: 150px;
		height: 140px;
		left: 0;
		bottom: -40px;
	}
	.address-area .inner800::after{
		width: 150px;
		height: 140px;
		right: 0;
		top: 30px;
	}
	.address-area .table-block{
		padding: 15px;
		margin: 20px 0 0;
	}

	.address-area .box{
		display: block;
	}
	.address-area .title{
	}
	.address-area .name{
		font-size: 2rem;
		margin: 0;
	}
	.address-area .txt-box::before{
		content: '';
		position: absolute;
		background: url("../img/nurse-logo.png") no-repeat top center / contain;
		width: 60px;
		height: 80px;
		right: 40px;
	}
	.address-area .txt-box{
		margin: 0 0 0 0;
		position: relative;
		padding: 20px 20px 50px 20px;
	}
	.address-area .txt-box::after{
		width: 170px;
		height: 70px;
	}

}

/*    s-contact-area
--------------------------------------- */
.s-contact-area{
	/*margin: 120px 0 110px;*/
	margin: 60px 0 110px;
}
.s-contact-area .inner{
	background: url("../img/nursing-contact-bg.png") no-repeat top center / cover;
	display: flex;
	justify-content: space-between;
	padding: 73px 100px;
	border-radius: 50px;
}
.s-contact-area ul li{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.s-contact-area ul li.job{
	margin: 35px 0 0;
}
.s-contact-area ul li .catch{
	font-weight: bold;
	font: 700 1.8rem / 1.9 'Zen Maru Gothic', sans-serif;
}

.s-contact-area .btn{
    width: 300px;
    height: 70px;
    line-height: 70px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0 47px;
}
.s-contact-area .btn a{
	    display: block;
    opacity: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(255,156,58,1) 0%, rgba(255,118,88,1) 100%);
    color: #fff;
	border-radius: 5px;
	padding: 0 0 0 40px;
}
.s-contact-area ul li.job a{
	background: #ED828B;
}
.s-contact-area .btn a::before{
	content: '';
	position: absolute;
	background: url("../img/nursing-job-or.png") no-repeat top center / contain;
	width: 40px;
	height: 40px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin: 0 0 0 -70px;
}
.s-contact-area .btn a:hover{
	opacity: .7;	
}
@media screen and (max-width: 768px){
	.s-contact-area{
		margin: 50px 0 ;
	}
	.s-contact-area .inner{
		display: block;
		padding: 30px 20px;
		border-radius: 15px;
	}
	.s-contact-area ul{
		margin: 20px 0 0;
	}
	.s-contact-area ul li{
		display: block;
	}
	.s-contact-area ul li.job{
	}
	.s-contact-area ul li .catch{
		font-size: 2rem;
		text-align: center;
	}

	.s-contact-area .btn{
		width: 100%;
		margin: 10px 0 0;
	}
	.s-contact-area .btn a{

	}
	.s-contact-area ul li.job a{
	}
}

/*20231024 追加*/
/*    philosophy-area
--------------------------------------- */
.philosophy-area {
	margin: 140px 0 0;
}
.philosophy-area .inner1100 {
	position: relative;
	
}
.philosophy-area .suisai04 {
	right: -240px;
    top: -40px;
	position: absolute;
	z-index: -1;
}
.philosophy-area .txt-area{
	text-align: center;
	position: relative;
}
.philosophy-area .txt-area::before {
    content: '';
    position: absolute;
    background: url(../img/nursing-feature-deco02.png) no-repeat top center / contain;
    width: 166px;
    height: 142px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0 0 0 -250px;
}
.philosophy-area .txt-area span.title-name {
	letter-spacing: 0.05em;
}
.philosophy-area .section-catch{
	font-size: 3.6rem;
	padding: 40px 0 0;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.philosophy-area .txt-area .basic-txt{
	padding: 30px 0 0;
	text-align: center;
}
.philosophy-area ul{
	display: block;
	margin: 75px 0 65px;
}
.philosophy-area ul li{
	width: 100%;
	background: #fff;
	border-radius: 15px;
	border: solid 1px #E5E5E5;
	padding: 40px 0 30px;
	background-repeat: no-repeat;
	background-position: top 25px center;
	position: relative;
}
.philosophy-area ul li:first-of-type {
	margin: 0 0 50px;
}
.philosophy-area ul li .title {
    position: absolute;
    background: #75D4FA;
    border-radius: 30px;
    display: inline-block;
    padding: 2px 20px;
    color: #fff;
    top: -15px;
    width: 180px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 2.1rem;
}
.philosophy-area ul li .basic-txt {
	text-align: center;
	font: 700 2.2rem / 2.2 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 768px) {
	.philosophy-area{
		margin: 30px 0 0;
	}
	.philosophy-area .suisai04{
		width: 220px;
		right: -30px;
		top: -20px;
	}
	.philosophy-area .txt-area::before {
		width: 100px;
		height: 100px;
		top: -20px;
		margin: 0 0 0 -100px;
	}
	.philosophy-area ul {
		margin: 30px 0;
	}
	.philosophy-area ul li{
		padding: 30px 20px 20px;
	}
	.philosophy-area ul li:first-of-type {
		margin: 0 0 30px;
	}
	.philosophy-area ul li .title {
		padding: 2px 10px;
		font-size: 1.8rem;
	}
	.philosophy-area ul li .basic-txt {
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.8;
		font-weight: 500;
	}
	.philosophy-area ul li .basic-txt.basic-txt-last {
		padding: 10px 0 0;
	}
}

/*    visit-area
--------------------------------------- */
.visit-area{
	margin: 120px 0 0;
}
.visit-area .visit-box {
	background: #FFEEEF;
	display: flex;
	justify-content: space-between;
	gap: 0 30px;
	padding: 45px 50px 40px;
	border-radius: 50px;
	position: relative;
}
.visit-area .visit-box .txt-area .section-title .ja {
    padding: 0 0 0;
}
.visit-area .visit-box .txt-area .section-title {
	/* position: relative;*/
}
.visit-area .visit-box .txt-area .title-box {
	display: flex;
	align-items: center;
}
.visit-area .visit-box .txt-area .title-box img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	object-position: center;
	margin: 0 0 0 20px;
}
/*.visit-area .visit-box .txt-area .section-title::after {
	content: '';
	position: absolute;
	background: url("../img/nursing-visit02.png") no-repeat top center / contain;
	width: 90px;
	height: 90px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin: 0 0 0 40px;
}*/
.visit-area .visit-box .txt-area .catch{
	font-weight: bold;
	font: 700 1.8rem / 1.9 'Zen Maru Gothic', sans-serif;
	background: #fff;
	padding: 50px 30px;
	margin: 20px 0 0 ;
	border-radius: 20px;
	position: relative;
}
.visit-area .visit-box .txt-area .catch::after {
    content: '';
    position: absolute;
    background: url("../img/nursing-visit03.png") no-repeat top center / contain;
    width: 180px;
    height: 88px;
    bottom: 130px;
    right: -15px;
}
.visit-area .visit-box .txt-area .catch a {
   color: #ED828B;
}
.visit-area .visit-box .txt-area .catch a:hover {
   opacity: .7; 
}
.visit-area .visit-box .img-area{
	width: calc((100% / 2) - 120px);
}
.visit-area .visit-box .img-area img{
	width: 100%;
	height: 290px;
	object-fit: cover;
	object-position: top;
	border-radius: 20px;
}
@media screen and (max-width: 768px) {
	.visit-area {
		margin: 50px 0 0;
	}
	.visit-area .visit-box {
		display: block;
		padding: 30px 20px;
        margin: 0 0 0;
		border-radius: 10px;
		position: relative;
	}
	.visit-area .visit-box .txt-area .section-title .ja {
		padding: 0 0 0;
	}
	.visit-area .visit-box .txt-area .section-title{
		 /*position: relative;*/
		display: inline-block;
	}
	.visit-area .visit-box .txt-area .title-box img {
		width: 60px;
		height: 60px;
		object-fit: cover;
		object-position: center;
		margin: 0 0 0 10px;
	}
	/*.visit-area .visit-box .txt-area .section-title::after {
		position: absolute;
		width: 60px;
		height: 60px;
		right: 0;
	}*/
	.visit-area .visit-box .txt-area .catch{
		font: 500 1.6rem / 1.9 'Zen Maru Gothic', sans-serif;
		background: #fff;
		padding: 20px 20px 20px;
		margin: 20px 0 0 ;
		border-radius: 20px;
		position: relative;
	}
	.visit-area .visit-box .txt-area .catch::after {
		content: '';
		position: absolute;
		background: url("../img/nursing-visit03.png") no-repeat top center / contain;
		width: 120px;
		height: 70px;
		bottom : -20px;
		right: -30px;
	}
	.visit-area .visit-box .img-area{
		width: 100%;
	}
	.visit-area .visit-box .img-area img{
		/*width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: top;
		border-radius: 20px;*/
		display: none;
	}
}