@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}

body {
	position: relative;
	margin: 0;
	padding: 120px 0 0;
	width: 100%;
	line-height: 1.8;
	color: #21110d;

	font-family: 'Roboto', serif;

	font-family: 'IBM Plex Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #f4e6e2;
	z-index: -10;
}

#wrapper {
	position: relative;
	overflow: hidden;
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}

.sponly {
	display: none;
}
.pconly {
	display: inline;
}


@media screen and (min-width: 960px) {
    a[href^="tel:"] {
        display: inline-block;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


#link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10, #link11, #link12, #link13, #link14, #link15, #link16, #link17, #link18, #link19, #link20, #staff01, #staff02, #staff03, #staff04, #staff05, #staff06, #staff07, #staff08, #staff09, #staff10, #staff11, #staff12, #staff13, #staff14, #staff15, #staff16, #staff17, #staff18, #staff19, #staff20 {
	position: relative;
	margin-top: -140px;
	padding-top: 140px;
	z-index: -1000;
}

@media screen and (max-width:959px) {
    #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10, #link11, #link12, #link13, #link14, #link15, #link16, #link17, #link18, #link19, #link20, #staff01, #staff02, #staff03, #staff04, #staff05, #staff06, #staff07, #staff08, #staff09, #staff10, #staff11, #staff12, #staff13, #staff14, #staff15, #staff16, #staff17, #staff18, #staff19, #staff20 {
        margin-top: -70px;
        padding-top: 70px;
    }
    body {
        padding: 60px 0 0;
    }
}

@media screen and (max-width:767px) {
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}

/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1;
	z-index: 1010;
	background-color: rgba(255,255,255,1);
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0px 30px;
	width: 100%;
	max-width: 1110px;
	height: 120px;
}

.hd-logo {
	margin: 0px 0 5px 0;
	width: 258px;
}
.hd-logo img {
}

.hd-info {
	width: calc(100% - 258px);
	vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}
.hd-mail {
}
.hd-mail a {
	display: block;
	width: 126px;
	background: #f7ece8 url("../img/cmn/icon01.svg") no-repeat center 32px;
	background-size: 28px;
	text-align: center;
}
.hd-mail a span {
	display: inline-block;
	padding: 64px 0 0 0px;
	height: 120px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 600;
}

@media screen and (max-width: 959px) {
	.hd-inr {
		padding: 0px 15px 0px 15px;
		height: 60px;
	}
	.hd-logo {
		margin: 0px 0 0 0;
		width: 258px;
	}
	.hd-info {
		width: calc(100% - 258px);
		padding: 0 55px 0 0;
		align-items: center;
	}
	.hd-contact {
		height: 52px;
	}
	.hd-menu {
		margin: 0;
		padding: 0;
	}
	.hd-mail {
		position: static;
	}
	.hd-mail a {
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		background: #f7ece8 url("../img/cmn/icon01.svg") no-repeat center center;
		background-size: 28px;
	}
	.hd-mail a span {
		display: none;
	}

}

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

@media screen and (max-width: 599px) {
	.hd-inr {
		padding: 0px 15px 0px 10px;
	}
	.hd-logo {
		width: 210px;
	}
	.hd-info {
		width: calc(100% - 210px);
		padding: 0 45px 0 0;
	}
}

@media screen and (max-width: 320px) {
	.hd-logo {
		width: 190px;
	}
	.hd-info {
		width: calc(100% - 190px);
	}
}


/*	お問い合わせエリア
---------------------------------*/
.cmn-contact {
    padding-top: 140px;
    padding-bottom: 60px;
    position: relative;
}
.cmn-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #f7ece8 url("../img/cmn/bg_cmn.jpg") no-repeat center top;
    background-size: auto;
    z-index: -1;
}
.cmn-contact .contents-inr {
}

.cmn-contact h3 {
    text-align: center;
}

.cmn-contact .cmn-contact-box {
    max-width: 670px;
    margin: 30px auto 60px auto;
    padding-left: 40px;
    position: relative;
}
.cmn-contact .cmn-contact-box .illust {
    position: absolute;
    top: 0px;
    right: 91%;
    width: 170px;
}
.cmn-contact .cmn-contact-box p {
    padding-left: 15px;
    padding-right: 15px;
}

.cmn-contact .cmn-contact__list01 {
    margin-top: 35px;
}
.cmn-contact .cmn-contact__list01 li {
    margin-right: 20px;
	width: calc((100% - 20px) / 2);
}
.cmn-contact .cmn-contact__list01 li:last-of-type {
    margin-right: 0px;
}
.cmn-contact .cmn-contact__list01 li .btn-left {
}
.cmn-contact .cmn-contact__list01 li .btn-left a {
    display: block;
    width: 100%;
    height: 80px;
    background: #ffffff url("../img/cmn/ft_btnbg_left@3x.png") no-repeat center top;
    background-size: 100%;
    box-shadow: 8px 8px 8px rgba(6,7,7,0.2);
    padding-top: 28px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
    text-align: center;
}
.cmn-contact .cmn-contact__list01 li .btn-right {
}
.cmn-contact .cmn-contact__list01 li .btn-right a {
    display: block;
    width: 100%;
    height: 80px;
    background: #ffffff url("../img/cmn/ft_btnbg_right@3x.png") no-repeat center top;
    background-size: 100%;
    box-shadow: 8px 8px 8px rgba(6,7,7,0.2);
    padding-top: 28px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
    text-align: center;
}

.cmn-contact .cmn-contact__list02 {
}
.cmn-contact .cmn-contact__list02 li {
    margin-right: 20px;
    padding: 60px 8.6% 35px 8.6%;
	width: calc((100% - 20px) / 2);
    text-align: center;
}
.cmn-contact .cmn-contact__list02 li:last-of-type {
    margin-right: 0px;
}
.cmn-contact .cmn-contact__list02 li:nth-of-type(1) {
    background: url("../img/cmn/ft_bg_left@3x.png") no-repeat center center;
    background-size: 100% 100%;
}
.cmn-contact .cmn-contact__list02 li:nth-of-type(2) {
    background: url("../img/cmn/ft_bg_right@3x.png") no-repeat center center;
    background-size: 100% 100%;
}
.cmn-contact .cmn-contact__list02 li h4 {
    color: #ffffff;
    margin-bottom: 10px;
}
.cmn-contact .cmn-contact__list02 li .btn01 {
    margin-bottom: 18px;
}
.cmn-contact .cmn-contact__list02 li .btn01 a {
    display: block;
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 8px 8px 8px rgba(6,7,7,0.2);
    padding-top: 23px;
    text-align: center;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
}
.cmn-contact .cmn-contact__list02 li .btn02 {
    margin-bottom: 18px;
}
.cmn-contact .cmn-contact__list02 li .btn02 a {
    display: block;
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 8px 8px 8px rgba(6,7,7,0.2);
    padding-top: 23px;
    text-align: center;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
}
.cmn-contact .cmn-contact__list02 li .btn02 a span {
    background: url("../img/cmn/icon01.svg") no-repeat left center;
    background-size: 36px;
    padding-left: 50px;
}
.cmn-contact .cmn-contact__list02 li h5 {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 12px;
}
.cmn-contact .cmn-contact__list02 li .cmn-contact-tel {
}
.cmn-contact .cmn-contact__list02 li .cmn-contact-tel strong {
	display: inline-block;
    vertical-align: top;
	position: relative;
    margin-top: 0px;
	padding: 0 0 0 32px;
	letter-spacing: 2px;
    line-height: 1;
	font-size: 29px;
	font-weight: 600;
	font-family: 'Roboto', serif;
    color: #ffffff;
}
.cmn-contact .cmn-contact__list02 li .cmn-contact-tel strong::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 18px;
	height: 31px;
	background: url("../img/cmn/ft_tel.svg") no-repeat center center;
	background-size: contain;
}

@media screen and (max-width: 959px) {
    .cmn-contact::before {
        background-size: 160%;
    }
    .cmn-contact .cmn-contact-box .illust {
        top: -10px;
        right: 88%;
        width: 120px;
    }
    .cmn-contact .cmn-contact__list02 li {
        padding: 30px 3% 20px 3%;
    }
}

@media screen and (max-width: 767px) {
    .cmn-contact .cmn-contact-box {
        margin-left: 70px;
        padding-left: 0px;
    }
    .cmn-contact .cmn-contact-box .illust {
        right: 93%;
    }
    .cmn-contact .cmn-contact__list01 li {
        margin-right: 0px;
        width: 100%;
    }
    .cmn-contact .cmn-contact__list01 li:last-of-type {
        margin-top: 20px;
    }
    .cmn-contact .cmn-contact__list02 li {
        margin-right: 0px;
        width: 100%;
    }
    .cmn-contact .cmn-contact__list02 li:last-of-type {
        margin-top: 30px;
    }
}

@media screen and (max-width: 599px) {
    .cmn-contact {
        padding-top: 20vw;
        padding-bottom: 50px;
    }
    .cmn-contact .cmn-contact-box {
        margin: 20px 0 40px 70px;
    }
    .cmn-contact .cmn-contact-box .illust {
        top: 30px;
    }
    .cmn-contact .cmn-contact-box p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .cmn-contact .cmn-contact__list01 {
        margin-top: 25px;
    }
    .cmn-contact .cmn-contact__list01 li .btn-left a {
        height: 60px;
        box-shadow: 5px 5px 5px rgba(6,7,7,0.2);
        padding-top: 21px;
        font-size: 14px;
        line-height: 1.6;
    }
    .cmn-contact .cmn-contact__list01 li .btn-right a {
        height: 60px;
        box-shadow: 5px 5px 5px rgba(6,7,7,0.2);
        padding-top: 21px;
        font-size: 14px;
        line-height: 1.6;
    }
    .cmn-contact .cmn-contact__list02 li .btn01 a {
        height: 60px;
        box-shadow: 5px 5px 5px rgba(6,7,7,0.2);
        padding-top: 15px;
        font-size: 18px;
        line-height: 1.6;
    }
    .cmn-contact .cmn-contact__list02 li .btn02 a {
        height: 60px;
        box-shadow: 5px 5px 5px rgba(6,7,7,0.2);
        padding-top: 15px;
        font-size: 18px;
        line-height: 1.6;
    }
    .cmn-contact .cmn-contact__list02 li .btn02 a span {
        background-size: 32px;
        padding-left: 43px;
    }
}

@media screen and (max-width: 500px) {
    .cmn-contact .cmn-contact-box .illust {
        right: 89.5%;
    }
}


/*	地図
---------------------------------*/
.cmn-map {
}
.cmn-map iframe {
    width: 100%;
    height: 360px;
}

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

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

@media screen and (max-width: 599px) {
    .cmn-map iframe {
        width: 100%;
        height: 300px;
    }
}


/*	フッター
---------------------------------*/
footer {
}
footer .ft-info01 {
    padding-top: 75px;
    padding-bottom: 60px;
}
footer .ft-info02 {
    position: relative;
    padding: 20px 10px 10px 10px;
}
footer .ft-info02::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #488053 url("../img/cmn/bg_copy.jpg") no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
}
footer .contents-inr {
	max-width: 1000px;
}
footer .btn-cmn02 {
    position: absolute;
    top: -10px;
    right: 60px;
}
footer .ft-ttl {
    margin-bottom: 30px;
}
footer .ft-linktop {
    margin-left: 7.3%;
    margin-bottom: 15px;
}

.ft-nav {
    margin-left: 7.3%;
    margin-right: 3%;
}
.ft-nav ul li {
}
.ft-nav ul li:nth-of-type(1) {
    width: 24%;
}
.ft-nav ul li:nth-of-type(2) {
    width: 22%;
}
.ft-nav ul li:nth-of-type(3) {
    width: 18%;
}
.ft-nav ul li:nth-of-type(4) {
    width: 18%;
}
.ft-nav ul li:nth-of-type(5) {
    width: 18%;
}
.ft-nav ul li .p01 {
    margin-bottom: 10px;
}

.ft-logo {
	padding: 0px 0px 5px 0px;
    text-align: center;
}
.ft-address {
    text-align: center;
}
.ft-copyright {
	padding: 20px 5px 0px 5px;
    text-align: center;
}

@media screen and (max-width: 959px) {
    footer .btn-cmn02 {
        right: 30px;
    }
    footer .ft-linktop {
        margin-left: 3%;
    }
    .ft-nav {
        margin-left: 3%;
        margin-right: 0%;
    }
}

@media screen and (max-width: 767px) {
    footer .ft-info01 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .btn-cmn02 {
        position: static;
    }
    footer .ft-ttl {
        margin-bottom: 20px;
        text-align: center;
    }
    footer .ft-linktop {
        display: none;
    }
    .ft-nav {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
}


/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 45px 80px 0 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 41px;
	padding: 0 0px 0px 0px;
    height: 30px;
}
.pc-nav > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 20%;
	left: -21px;
	margin: 0;
	width: 1px;
	height: 50%;
	background: #666666;
	z-index: -1;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0;
}
.pc-nav > ul > li.first::before {
	display: none;
}
.pc-nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 600;
}
.pc-nav > ul > li > a span {
	position: relative;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pc-nav > ul > li.parent div {
	position: absolute;
	top: 100%;
	left: calc(50% + 0px);
	transform: translateX(-50%);
	padding: 15px 10px 15px 10px;
	width: 160px;
	max-height: 0;
	background: rgba(233,138,128,0.7);
	text-align: center;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
	display: inline-block;
}
.pc-nav > ul > li.parent div li a {
	display: block;
	padding: 6px 0px 6px 0px;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: 500;
	line-height: 1.6;
	color: #ffffff;
}
.pc-nav > ul > li.parent div li a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}
.pc-nav > ul > li.parent div li:last-child a {
    border-bottom: none;
}
.pc-nav > ul > li.parent:hover div {
	max-height: 360px;
	opacity: 1;
}

@media screen and (max-width:1100px) {
    .pc-nav > ul {
        margin: 45px 46px 0 0px;
    }
    .pc-nav > ul > li {
        margin: 0px 0px 0 30px;
    }
    .pc-nav > ul > li::before {
        left: -16px;
    }
}

@media screen and (max-width: 959px) {
	.pc-nav {
		display: none;
	}
	.pconly-nav {
		display: none;
	}
}


/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width: 959px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		font-size: 1.8rem;
		font-weight: 500;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.8);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
		font-weight: 500;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	header nav.sp-nav > ul > li {
		margin: 20px 0;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}

	header nav.sp-nav > ul > li.parent {
		margin: 25px 5px 25px 5px;
	}
	header nav.sp-nav > ul > li.parent > a {
		text-decoration: none;
		border: none;
	}
	header nav.sp-nav > ul > li.parent div ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li {
		margin: 2px 0 0;
		font-size: 0.8em;
		font-weight: 500;
        line-height: 1.4;
	}
	header nav.sp-nav > ul > li.parent div li a {
		display: inline-block;
		color: #cccccc;
	}
	header nav.sp-nav > ul > li.parent div li a:hover {
		display: inline-block;
		border-bottom: none;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type {
		margin: 2px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li::after {
		content: "/";
		display: inline;
		margin: 0 5px;
		color: #cccccc;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type::after {
		display: none;
	}
	header nav.sp-nav ul li strong,
	header nav.sp-nav ul li br {
		display: none;
	}
	header nav.sp-nav ul li span span,
	header nav.sp-nav ul li br {
		display: none;
	}

	header nav.sp-nav > ul > li.tb-contact {
		margin: -5px 0;
	}
	header nav.sp-nav > ul > li.tb-contact a {
	}

	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		margin: auto;
		width: 40px;
		height: 40px;
		background: #1c1c1c;
		cursor: pointer;
		z-index: 1002;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #fff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 7px;
	}
	header .navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 7px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-315deg);
	}
}

@media screen and (max-width:599px) {
	header nav.sp-nav {
		font-size: 1.7rem;
	}
	header .navToggle {
		right: 10px;
	}
}


/*	メインイメージ
---------------------------------*/
.page-header {
	position: relative;
	width: 100%;
    height: 490px;
}
.page-header::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 60%;
    background: #ffffff;
    z-index: -2;
}
.page-header .contents-inr {
    height: 490px;
}
.page-header .btn01 {
	position: absolute;
    top: calc(100% - 82px);
    right: 60px;
}
.page-header .btn02 {
	position: absolute;
    top: calc(100% - 20px);
    right: 60px;
}

.page-header.page-header-top {
	background: url("../img/top/page_header@1.5x.jpg") center center no-repeat;
    background-size: auto 100%;
}
.page-header.page-header-top::after {
	content: "";
	display: block;
	position: absolute;
    top: calc(100% + 80px);
    right: 20%;
	margin: 0;
	width: 80%;
	height: 243px;
	background: url("../img/top/page_header_icon.png") right top no-repeat;
    background-size: auto;
    z-index: -1;
}

.page-header.page-header-about {
	background: url("../img/about/page_header@1.5x.jpg") center center no-repeat;
    background-size: auto 100%;
}
.page-header.page-header-about::after {
	content: "";
	display: block;
	position: absolute;
    top: 80%;
    right: 51%;
	margin: 0;
	width: 49%;
	height: 339px;
	background: url("../img/about/page_header_icon.png") right top no-repeat;
    background-size: auto;
}

.page-header.page-header-homenursingcare {
	background: url("../img/homenursingcare/page_header@1.5x.jpg?0226") center center no-repeat;
    background-size: auto 100%;
}
.page-header.page-header-homenursingcare::after {
	content: "";
	display: block;
	position: absolute;
    top: 80%;
    right: 51%;
	margin: 0;
	width: 49%;
	height: 342px;
	background: url("../img/homenursingcare/page_header_icon.png") right top no-repeat;
    background-size: auto;
}

.page-header.page-header-dayservice {
	background: url("../img/dayservice/page_header@1.5x.jpg?0226") center center no-repeat;
    background-size: auto 100%;
}
.page-header.page-header-dayservice::after {
	content: "";
	display: block;
	position: absolute;
    top: 80%;
    right: 51%;
	margin: 0;
	width: 49%;
	height: 342px;
	background: url("../img/dayservice/page_header_icon.png") right top no-repeat;
    background-size: auto;
}

.page-header.page-header-workstyle {
	background: url("../img/workstyle/page_header@1.5x.jpg") center center no-repeat;
    background-size: auto 100%;
}
.page-header.page-header-workstyle::after {
	content: "";
	display: block;
	position: absolute;
    top: 80%;
    right: 51%;
	margin: 0;
	width: 49%;
	height: 339px;
	background: url("../img/workstyle/page_header_icon.png") right top no-repeat;
    background-size: auto;
}

.page-header.page-header-requirements {
	background: url("../img/requirements/page_header@1.5x.jpg") center center no-repeat;
    background-size: auto 100%;
}
.page-header.page-header-requirements::after {
	content: "";
	display: block;
	position: absolute;
    top: 81%;
    right: 51%;
	margin: 0;
	width: 49%;
	height: 339px;
	background: url("../img/requirements/page_header_icon.png") right top no-repeat;
    background-size: auto;
}

.page-header.page-header-information {
	background: url("../img/information/page_header.jpg") center center no-repeat;
    background-size: auto 100%;
    height: 563px;
}
.page-header.page-header-information::after {
	content: "";
	display: block;
	position: absolute;
    top: 90%;
    right: 60%;
	margin: 0;
	width: 40%;
	height: 355px;
	background: url("../img/information/page_header_icon.png") right top no-repeat;
    background-size: auto;
}
.page-header.page-header-information .contents-inr {
    height: 563px;
}

.page-header.page-header-entry {
	background: url("../img/entry/page_header.jpg") center center no-repeat;
    background-size: auto 100%;
    height: 563px;
}
.page-header.page-header-entry::after {
	content: "";
	display: block;
	position: absolute;
    top: 90%;
    right: 60%;
	margin: 0;
	width: 40%;
	height: 338px;
	background: url("../img/entry/page_header_icon.png") right top no-repeat;
    background-size: auto;
}
.page-header.page-header-entry .contents-inr {
    height: 563px;
}

@media screen and (max-width:1100px) {
    .page-header.page-header-information {
        height: 51vw;
    }
    .page-header.page-header-information .contents-inr {
        height: 51vw;
    }
    .page-header.page-header-entry {
        height: 51vw;
    }
    .page-header.page-header-entry .contents-inr {
        height: 51vw;
    }
}

@media screen and (max-width: 959px) {
    .page-header .btn01 {
        right: 10px;
    }
    .page-header .btn02 {
        right: 10px;
    }
    .page-header {
        height: 52.8vw;
    }
    .page-header .contents-inr {
        height: 52.8vw;
    }
    .page-header.page-header-top::after {
        top: calc(100% + 40px);
        height: 38vw;
        background: url("../img/top/page_header_icon.png") center top no-repeat;
        background-size: auto 100%;
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .page-header.page-header-about::after {
        height: 41vw;
        background-size: auto 100%;
    }
    .page-header.page-header-homenursingcare::after {
        height: 41vw;
        background-size: auto 100%;
    }
    .page-header.page-header-dayservice::after {
        height: 41vw;
        background-size: auto 100%;
    }
    .page-header.page-header-workstyle::after {
        height: 41vw;
        background-size: auto 100%;
    }
    .page-header.page-header-requirements::after {
        height: 41vw;
        background-size: auto 100%;
    }
    .page-header.page-header-information::after {
        height: 42vw;
        background-size: auto 100%;
    }
    .page-header.page-header-entry::after {
        height: 40vw;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 599px) {
    .page-header .btn01 {
        top: calc(100% - 70px);
        right: -10px;
    }
    .page-header .btn02 {
        top: calc(100% - 20px);
        right: -10px;
    }
}


/*	キャッチコピー
---------------------------------*/
.page-catch {
}
.page-catch .contents-inr {
}

.page-catch.page-catch-top {
    padding-top: 10px;
    padding-bottom: 40px;
}
.page-catch.page-catch-top .ttl {
    text-align: center;
}
.page-catch.page-catch-top .ttl img {
    max-width: 572px;
}
.page-catch.page-catch-top .txt {
    margin-top: -10px;
    text-align: center;
}

.page-catch.page-catch-about {
    padding-top: 120px;
    padding-bottom: 10px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: -1;
}
.page-catch.page-catch-about .illust {
    position: absolute;
    top: 70px;
    right: -10px;
    width: 173px;
    z-index: -1;
}
.page-catch.page-catch-about .ttl {
    text-align: left;
}
.page-catch.page-catch-about .ttl img {
    max-width: 311px;
}
.page-catch.page-catch-about .txt {
    margin-top: 60px;
    text-align: left;
}

.page-catch.page-catch-homenursingcare {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.page-catch.page-catch-homenursingcare .ttl {
    text-align: center;
}
.page-catch.page-catch-homenursingcare .ttl img {
    max-width: 337px;
}
.page-catch.page-catch-homenursingcare .txt {
    margin-top: 40px;
    text-align: left;
}

.page-catch.page-catch-dayservice {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.page-catch.page-catch-dayservice .ttl {
    text-align: center;
}
.page-catch.page-catch-dayservice .ttl img {
    max-width: 337px;
}
.page-catch.page-catch-dayservice .txt {
    margin-top: 40px;
    text-align: left;
}

.page-catch.page-catch-workstyle {
    padding-top: 80px;
    padding-bottom: 0px;
}
.page-catch.page-catch-workstyle .ttl {
    text-align: center;
}
.page-catch.page-catch-workstyle .ttl img {
    max-width: 336px;
}

.page-catch.page-catch-requirements {
    padding-top: 80px;
    padding-bottom: 80px;
}
.page-catch.page-catch-requirements .ttl {
    text-align: center;
}
.page-catch.page-catch-requirements .ttl img {
    max-width: 289px;
}

.page-catch.page-catch-information {
    padding-top: 62px;
    padding-bottom: 25px;
}
.page-catch.page-catch-information .ttl {
    text-align: center;
}
.page-catch.page-catch-information .ttl img {
    max-width: 351px;
}

.page-catch.page-catch-entry {
    padding-top: 62px;
    padding-bottom: 85px;
}
.page-catch.page-catch-entry .ttl {
    margin-left: 36%;
}
.page-catch.page-catch-entry .ttl img {
    max-width: 348px;
}

@media screen and (max-width: 959px) {
    .page-catch.page-catch-about {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .page-catch.page-catch-about .illust {
        top: 60px;
        right: -10px;
        width: 120px;
    }
    .page-catch.page-catch-about .txt {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .page-catch.page-catch-entry .ttl {
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    .page-catch.page-catch-top {
        padding-top: 8vw;
        padding-bottom: 10px;
    }
    .page-catch.page-catch-top .ttl {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-catch.page-catch-top .ttl img {
        max-width: 100%;
    }
    .page-catch.page-catch-top .txt {
        margin-top: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-catch.page-catch-about {
        padding-top: 12vw;
        padding-bottom: 30px;
    }
    .page-catch.page-catch-about .illust {
        top: 60px;
        right: -15px;
        width: 80px;
    }
    .page-catch.page-catch-about .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-catch.page-catch-about .ttl img {
        max-width: 100%;
    }
    .page-catch.page-catch-about .txt {
        margin-top: 30px;
    }

    .page-catch.page-catch-homenursingcare {
        padding-top: 12vw;
        padding-bottom: 30px;
    }
    .page-catch.page-catch-homenursingcare .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-catch.page-catch-homenursingcare .ttl img {
        max-width: 100%;
    }
    .page-catch.page-catch-homenursingcare .txt {
        margin-top: 20px;
        text-align: left;
    }

    .page-catch.page-catch-dayservice {
        padding-top: 12vw;
        padding-bottom: 30px;
    }
    .page-catch.page-catch-dayservice .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-catch.page-catch-dayservice .ttl img {
        max-width: 100%;
    }
    .page-catch.page-catch-dayservice .txt {
        margin-top: 20px;
        text-align: left;
    }

    .page-catch.page-catch-workstyle {
        padding-top: 12vw;
        padding-bottom: 10px;
    }
    .page-catch.page-catch-workstyle .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-catch.page-catch-workstyle .ttl img {
        max-width: 100%;
    }

    .page-catch.page-catch-requirements {
        padding-top: 12vw;
        padding-bottom: 0;
    }
    .page-catch.page-catch-requirements .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-catch.page-catch-requirements .ttl img {
        max-width: 100%;
    }

    .page-catch.page-catch-information {
        padding-top: 12vw;
    }
    .page-catch.page-catch-information .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-catch.page-catch-information .ttl img {
        max-width: 100%;
    }

    .page-catch.page-catch-entry {
        padding-top: 12vw;
        padding-bottom: 10vw;
    }
    .page-catch.page-catch-entry .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-catch.page-catch-entry .ttl img {
        max-width: 100%;
    }
}


/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1080px;
}

@media screen and (max-width: 959px) {
    .contents-inr {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
	text-align: center;
}
.btn-cmn01 a {
	display: inline-block;
	width: 240px;
    position: relative;
}
.btn-cmn01 a span {
    position: absolute;
    top: 22%;
    left: 0px;
    width: 93%;
    text-align: center;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
	color: #ffffff;
}

.btn-cmn02 {
	text-align: center;
}
.btn-cmn02 a {
	display: inline-block;
	width: 247px;
    position: relative;
}
.btn-cmn02 a span {
    position: absolute;
    top: 23%;
    left: 0px;
    width: 90%;
    text-align: center;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
	color: #ffffff;
}

.btn-cmn03 {
	text-align: center;
}
.btn-cmn03 a {
	display: inline-block;
	width: 247px;
    position: relative;
}
.btn-cmn03 a span {
    position: absolute;
    top: 23%;
    left: 0px;
    width: 90%;
    text-align: center;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 5px;
	font-weight: 700;
	color: #ffffff;
}

.btn-cmn04 {
	text-align: center;
}
.btn-cmn04 a {
	display: inline-block;
	width: 320px;
    position: relative;
}
.btn-cmn04 a span {
    position: absolute;
    top: 22%;
    left: 0px;
    width: 98%;
    text-align: center;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
	color: #ffffff;
}

@media screen and (max-width: 599px) {
    .btn-cmn01 a {
        width: 180px;
    }
    .btn-cmn01 a span {
        top: 21%;
        width: 93%;
        font-size: 13px;
    }
    .btn-cmn02 a {
        width: 220px;
    }
    .btn-cmn02 a span {
        top: 23%;
        width: 90%;
        font-size: 14px;
    }
    .btn-cmn03 a {
        width: 220px;
    }
    .btn-cmn03 a span {
        top: 23%;
        width: 90%;
        font-size: 14px;
        letter-spacing: 4px;
    }
    .btn-cmn04 a {
        max-width: 180px;
    }
    .btn-cmn04 a span {
        top: 21%;
        width: 93%;
        font-size: 13px;
    }
}


/*	共通項目
---------------------------------*/

p {
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
p a {
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

.f500-12 {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 500;
}
.f500-14 {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 500;
}

.f600-14 {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 600;
}
.f600-15 {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 600;
}
.f600-16 {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 600;
}
.f600-17 {
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 600;
}
.f600-20 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 600;
}

.f700-12 {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
}
.f700-14 {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
}
.f700-15 {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
}
.f700-16 {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
}
.f700-18 {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
}
.f700-20 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 3px;
	font-weight: 700;
}
.f700-21 {
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
}

.sp600-18 {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 3px;
	font-weight: 600;
	font-family: 'Shippori Mincho', serif;
}
.sp700-20 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
}
.sp700-26 {
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
}
.sp700-27 {
	font-size: 27px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}
.sp700-28 {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}
.sp700-30 {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}
.sp700-31 {
	font-size: 31px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
}
.sp700-37 {
	font-size: 37px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
}
.sp700-40 {
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}
.sp700-41 {
	font-size: 41px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}
.sp700-42 {
	font-size: 42px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
}
.sp700-47 {
	font-size: 47px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}
.sp700-82 {
	font-size: 82px;
	line-height: 1.2;
	letter-spacing: -0.5px;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
    color: #eee3df;
}

.zm700-20 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Zen Maru Gothic', serif;
}
.zm900-20 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: 900;
	font-family: 'Zen Maru Gothic', serif;
}
.zm900-21 {
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: 900;
	font-family: 'Zen Maru Gothic', serif;
}
.zm900-22 {
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: 900;
	font-family: 'Zen Maru Gothic', serif;
}
.zm900-25 {
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: 900;
	font-family: 'Zen Maru Gothic', serif;
}

@media screen and (max-width: 599px) {
    .f500-12 {
        font-size: 11px;
        line-height: 1.7;
    }
    .f500-14 {
        font-size: 13px;
        line-height: 1.7;
    }

    .f600-14 {
        font-size: 13px;
        line-height: 1.7;
    }
    .f600-15 {
        font-size: 14px;
        line-height: 1.7;
    }
    .f600-16 {
        font-size: 15px;
        line-height: 1.7;
    }
    .f600-17 {
        font-size: 16px;
        line-height: 1.7;
    }
    .f600-20 {
        font-size: 19px;
        line-height: 1.5;
    }

    .f700-12 {
        font-size: 11px;
        line-height: 1.7;
    }
    .f700-14 {
        font-size: 13px;
        line-height: 1.7;
    }
    .f700-15 {
        font-size: 14px;
        line-height: 1.7;
    }
    .f700-16 {
        font-size: 15px;
        line-height: 1.7;
    }
    .f700-18 {
        font-size: 17px;
        line-height: 1.7;
    }
    .f700-20 {
        font-size: 19px;
        line-height: 1.5;
        letter-spacing: 2px;
    }
    .f700-21 {
        font-size: 20px;
        line-height: 1.5;
    }

    .sp600-18 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .sp700-20 {
        font-size: 18px;
        line-height: 1.6;
    }
    .sp700-26 {
        font-size: 19px;
        line-height: 1.4;
    }
    .sp700-27 {
        font-size: 19px;
        line-height: 1.4;
    }
    .sp700-28 {
        font-size: 20px;
        line-height: 1.4;
    }
    .sp700-30 {
        font-size: 21px;
        line-height: 1.4;
    }
    .sp700-31 {
        font-size: 22px;
        line-height: 1.4;
    }
    .sp700-37 {
        font-size: 24px;
        line-height: 1.4;
    }
    .sp700-40 {
        font-size: 26px;
        line-height: 1.4;
    }
    .sp700-41 {
        font-size: 26px;
        line-height: 1.4;
        letter-spacing: 0.5px;
    }
    .sp700-42 {
        font-size: 28px;
        line-height: 1.4;
    }
    .sp700-47 {
        font-size: 30px;
        line-height: 1.4;
    }
    .sp700-82 {
        font-size: 50px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .zm700-20 {
        font-size: 18px;
        line-height: 1.4;
    }
    .zm900-20 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .zm900-21 {
        font-size: 19px;
        line-height: 1.4;
        letter-spacing: 1px;
    }
    .zm900-22 {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .zm900-25 {
        font-size: 23px;
        line-height: 1.4;
        letter-spacing: 2px;
    }
}


/*	トップページ
---------------------------------*/
.page-top01 {
}
.page-top01 .contents-inr {
    max-width: 1070px;
    padding-bottom: 5px;
    margin-bottom: 150px;
}
.page-top01 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	left: 12%;
	margin: 0;
	width: 76%;
	height: 100%;
	background-color: #ffffff;
	background-image: url("../img/top/bg_line@1.5x.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 100% 2px;
    border: #face88 1px solid;
    border-radius: 400px 400px 0 0;
    z-index: -3;
}
.page-top01 .img-box01 {
    width: 166px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.page-top01 .ttl {
    width: 323px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.page-top01 p {
    max-width: 660px;
    margin: 0 auto 10px auto;
}
.page-top01 .btn-cmn01 {
    margin-top: 20px;
}
.page-top01 .img-box02 {
    text-align: center;
}

.page-top02 {
    margin-bottom: 230px;
    position: relative;
}
.page-top02::before {
	content: "";
	display: block;
	position: absolute;
	top: 77%;
	left: 0;
	margin: 0;
	width: 100%;
	height: 820px;
	background-image: url("../img/top/top_work_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -3;
}
.page-top02 .contents-inr {
    max-width: 950px;
}
.page-top02 .ttl {
    width: 338px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.page-top02 .page-top02__list {
}
.page-top02 .page-top02__list li {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    padding-bottom: 10px;
	background-color: #ffffff;
	background-image: url("../img/top/bg_line@1.5x.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 100% 2px;
    border-radius: 400px 400px 0 0;
    overflow: hidden;
}
.page-top02 .page-top02__list li:last-of-type {
    margin-right: 0px;
}
.page-top02 .page-top02__list li .img-box01 {
    width: 233px;
    margin: 0 auto 0 auto;
}
.page-top02 .page-top02__list li h3 {
    background: #f2f3f3;
    text-align: center;
    padding: 15px 10px 15px 10px;
}
.page-top02 .page-top02__list li h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.page-top02 .page-top02__list li .img-box02 {
    margin: 0 5% 30px 5%;
}
.page-top02 .page-top02__list li .btn-cmn01 {
}

.page-top03 {
}
.page-top03 .contents-inr {
    max-width: 980px;
    margin-bottom: 30px;
}
.page-top03 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	left: 9%;
	margin: 0;
	width: 82%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
    border-radius: 400px 400px 400px 400px;
    box-shadow: 3px 3px 10px rgba(35,24,21,0.2);
    z-index: -3;
}
.page-top03 .illust01 {
    position: absolute;
    top: -45px;
    left: 10%;
    width: 186px;
}
.page-top03 .illust02 {
    position: absolute;
    bottom: 8%;
    right: 10%;
    width: 170px;
}
.page-top03 .ttl {
    width: 571px;
    margin: 0 auto 5px auto;
    text-align: center;
}
.page-top03 .ttl02 {
    width: 325px;
    margin: 0 auto 0px auto;
    text-align: center;
}
.page-top03 p {
    max-width: 580px;
    margin: 0 auto 0px auto;
}
.page-top03 .img-box {
    margin: 10px auto 5px auto;
}

.page-top04 {
    padding-bottom: 70px;
}
.page-top04 .btn-cmn01 {
    margin-top: 70px;
}
.page-top04 .gallery-slider-top .txt-box {
    padding: 20px 20px 20px 20px;
    position: relative;
}
.page-top04 .gallery-slider-top .txt-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 40px);
	background-image: url("../img/top/bg_staff01@1.5x.jpg"), url("../img/top/bg_staff02@1.5x.png");
	background-position: 1px 1px, center center;
	background-repeat: no-repeat, no-repeat;
    background-size: calc(100% - 2px) calc(100% - 3px), 100% 100%;
    z-index: -2;
}
.page-top04 .gallery-slider-top .txt-box .left-box {
    width: 70%;
    float: left;
}
.page-top04 .gallery-slider-top .txt-box .left-box h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: left;
}
.page-top04 .gallery-slider-top .txt-box .left-box p {
    text-align: left;
}
.page-top04 .gallery-slider-top .txt-box .right-box {
    width: 28%;
    float: right;
}

/* スライダー */
.slider-1-1 {
    max-width: 100%;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
}
.slider-1-1 .slick-slide {
    width: 710px;
    height: 370px;
    margin: 0 13px 0 13px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.slider-1-1 .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0 5% 0 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.slider-1-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slider-1-1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slider-1-1 .slick-dots li button:hover,
.slider-1-1 .slick-dots li button:focus {
    outline: none;
}
.slider-1-1 .slick-dots li button:hover:before,
.slider-1-1 .slick-dots li button:focus:before {
    opacity: 1;
}
.slider-1-1 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-1-1 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.page-top05 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px;
}
.page-top05::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 10px);
	background-color: #ffffff;
    z-index: -3;
}
.page-top05::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/cmn/bg03.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-top05 .contents-inr {
    max-width: 960px;
}
.page-top05 .ttl {
    width: 207px;
    margin: 0 auto 50px auto;
}
.page-top05 p {
    max-width: 710px;
    margin: 0 auto 0px auto;
}
.page-top05 .img-box {
    margin: 40px auto 40px auto;
}
.page-top05 .btn-cmn01 {
    margin-top: 30px;
}

.page-top06 {
    padding-top: 90px;
    padding-bottom: 30px;
}
.page-top06 .contents-inr {
    max-width: 730px;
}
.page-top06 .ttl {
    width: 166px;
    margin: 0 auto 50px auto;
}
.page-top06 .btn-cmn01 {
    margin-top: 50px;
}
.page-top06 .q-txt {
    margin-bottom: 20px;
    border-radius: 30px;
}
.page-top06 .q-txt .q-mark {
    width: 38px;
    padding-top: 10px;
    padding-left: 5px;
}
.page-top06 .q-txt .q-mark img {
    width: 11px;
    height: auto;
}
.page-top06 .q-txt p {
    width: calc(100% - 38px);
    padding: 8px 15px 6px 15px;
}

@media screen and (max-width: 959px) {
    .page-top01 .contents-inr::before {
        left: 5%;
        width: 90%;
    }
    .page-top01 p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-top02::before {
        top: 90%;
        background-size: 160%;
    }
    .page-top05::after {
        background-size: 160%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-top01 .contents-inr {
        padding-bottom: 0px;
        margin-bottom: 100px;
    }
    .page-top01 .img-box01 {
        width: 100px;
        margin: 0 auto 10px auto;
    }
    .page-top01 .ttl {
        width: 70%;
        margin: 0 auto 30px auto;
    }
    .page-top01 .btn-cmn01 {
        margin-top: 20px;
    }
    .page-top02 {
        margin-bottom: 120px;
    }
    .page-top02::before {
        top: 98%;
    }
    .page-top02 .ttl {
        width: 60%;
        margin: 0 auto 30px auto;
    }
    .page-top02 .page-top02__list li {
        width: 100%;
        margin-right: 0px;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }
    .page-top02 .page-top02__list li:last-of-type {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .page-top02 .page-top02__list li .img-box01 {
        width: 160px;
        margin: 0 auto 0 auto;
    }
    .page-top02 .page-top02__list li h3 {
        padding: 10px 10px 10px 10px;
    }
    .page-top02 .page-top02__list li .img-box02 {
        margin: 0 5% 20px 5%;
    }
    .page-top03 .contents-inr {
        margin-bottom: 50px;
    }
    .page-top03 .contents-inr::before {
        top: -30px;
        left: 5%;
        width: 90%;
        height: 100%;
        border-radius: 400px 400px 400px 400px;
    }
    .page-top03 .illust01 {
        top: -50px;
        left: 5%;
        width: 100px;
    }
    .page-top03 .illust02 {
        bottom: -6%;
        right: 2%;
        width: 90px;
    }
    .page-top03 .ttl {
        width: 90%;
        margin: 0 auto 15px auto;
    }
    .page-top03 .ttl02 {
        width: 60%;
        margin: 20px auto 0px auto;
    }
    .page-top03 p {
        margin: 0 5% 20px 5%;
    }
    .page-top03 .img-box {
        margin: 10px auto 5px auto;
    }
    .page-top04 {
        padding-bottom: 20px;
    }
    .page-top04 .btn-cmn01 {
        margin-top: 60px;
    }
    .page-top04 .gallery-slider-top .txt-box {
        padding: 15px 15px 15px 15px;
    }
    .page-top04 .gallery-slider-top .txt-box .left-box {
        width: 70%;
        float: left;
    }
    .page-top04 .gallery-slider-top .txt-box .left-box h4 {
        margin-top: 50px;
        margin-bottom: 10px;
        text-align: left;
    }
    .page-top04 .gallery-slider-top .txt-box .left-box p {
        text-align: left;
    }
    .page-top04 .gallery-slider-top .txt-box .right-box {
        width: 28%;
        float: right;
    }
    .slider-1-1 {
        height: auto;
    }
    .slider-1-1 .slick-slide {
        width: 95vw;
        height: auto;
    }
    .slider-1-1 .slick-dots {
        bottom: -20px;
    }
    .page-top05 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .page-top05 .ttl {
        width: 50%;
        margin: 0 auto 30px auto;
    }
    .page-top05 .img-box {
        margin: 30px auto 30px auto;
    }
    .page-top05 .btn-cmn01 {
        margin-top: 20px;
    }
    .page-top06 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .page-top06 .ttl {
        width: 40%;
        margin: 0 auto 30px auto;
    }
    .page-top06 .btn-cmn01 {
        margin-top: 50px;
    }
    .page-top06 .q-txt {
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .page-top06 .q-txt .q-mark {
        padding-top: 9px;
    }
    .page-top06 .q-txt .q-mark img {
        width: 9px;
        height: auto;
    }
}


/*	会社情報
---------------------------------*/
.page-about01 {
    position: relative;
    height: 600px;
}
.page-about01::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(195% - 20px);
	background-color: #ffffff;
    z-index: -3;
}
.page-about01::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 195%;
	background-image: url("../img/cmn/bg02.png"), url("../img/about/bg_aboutus.jpg");
	background-position: center bottom, center top;
	background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    z-index: -2;
}
.page-about01 .contents-inr {
}
.page-about01 .contents-inr .illust01 {
    position: absolute;
    top: -50px;
    right: 77%;
    width: 169px;
}
.page-about01 .contents-inr .illust02 {
    position: absolute;
    top: -130px;
    left: 82%;
    width: 166px;
}

.page-about02 {
    padding-bottom: 200px;
}
.page-about02 .contents-inr {
}
.page-about02 .contents-inr .ttl {
    position: absolute;
    top: 130px;
    right: 10%;
    width: 139px;
}
.page-about02 .page-about02__list {
    width: 70%;
}
.page-about02 .page-about02__list li {
    width: 50%;
}
.page-about02 .page-about02__list li:nth-of-type(1) {
    padding-top: 130px;
    padding-right: 15px;
}
.page-about02 .page-about02__list li:nth-of-type(1) .btn-cmn01 {
    margin-top: 60px;
}
.page-about02 .page-about02__list li:nth-of-type(2) {
    position: relative;
    padding-left: 15px;
}
.page-about02 .page-about02__list li:nth-of-type(2)::before {
	content: "";
	display: block;
	position: absolute;
	top: 21%;
	right: -12%;
	margin: 0;
	width: 1px;
	height: 82%;
	background-color: #a3a3a3;
    z-index: -2;
}
.page-about02 .page-about02__list li:nth-of-type(2) p {
    padding: 30px 20px 0px 20px;
}

.page-about03 {
    padding-bottom: 90px;
}
.page-about03 .contents-inr {
    max-width: 800px;
}
.page-about03 .contents-inr .illust01 {
    position: absolute;
    top: -10px;
    right: 70%;
    width: 801px;
    z-index: -1;
}
.page-about03 .contents-inr .illust02 {
    position: absolute;
    top: 130px;
    left: 460px;
    width: 292px;
    z-index: -1;
}
.page-about03 .ttl {
    width: 355px;
    margin-bottom: 90px;
}
.page-about03 h4 {
    margin-bottom: 15px;
}
.page-about03 p {
    margin-bottom: 70px;
}

.page-about04 {
    margin-bottom: 120px;
    position: relative;
}
.page-about04::before {
	content: "";
	display: block;
	position: absolute;
	top: 26%;
	left: 0;
	margin: 0;
	width: 100%;
	height: 74%;
	background-color: #ffffff;
    z-index: -3;
}
.page-about04 .ttl {
    text-align: left;
    margin-bottom: 10px;
}
.page-about04 .ttl img {
    width: 350px;
}
.page-about04 .txt-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap:15px;
  margin-top: 50px;
}
.page-about04 .txt-box .txt{
  width: calc(50% - 8px);
  padding: 25px;
  background: #fff;
  margin: 0 0 30px;
  border-radius: 25px;
}
.page-about04 .txt-box .txt img {
    width: 150px;
  float: left;
  display: inline-block;
  margin: 0 15px 15px 0;
}
.page-about05 {
    margin-bottom: 100px;
}
.page-about05 .contents-inr {
    max-width: 670px;
}
.page-about05 .ttl {
    text-align: center;
    margin-bottom: 60px;
}
.page-about05 .ttl img {
    width: 320px;
}
.page-about05 .page-about05-tbl {
}
.page-about05 .page-about05-tbl table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-radius: 20px;
    overflow: hidden;
}
.page-about05 .page-about05-tbl table th {
    width: 160px;
    vertical-align: top;
    padding: 28px 8% 28px 9%;
    border-bottom: #d1d1d1 1px solid;
    background: #ffffff;
}
.page-about05 .page-about05-tbl table tr:last-of-type th {
    border-bottom: none;
}
.page-about05 .page-about05-tbl table th h3 {
    text-align-last:justify;
}
.page-about05 .page-about05-tbl table td {
    vertical-align: top;
    padding: 28px 5% 28px 0px;
    border-bottom: #d1d1d1 1px solid;
    background: #ffffff;
}
.page-about05 .page-about05-tbl table tr:last-of-type td {
    border-bottom: none;
}

@media screen and (max-width: 959px) {
    .page-about01 {
        height: 43vw;
    }
    .page-about01::before {
        height: calc(230% - 20px);
    }
    .page-about01::after {
        height: 230%;
        background-size: 160%, 160%;
    }
    .page-about01 .contents-inr .illust01 {
        top: 0px;
        right: 67%;
        width: 110px;
    }
    .page-about01 .contents-inr .illust02 {
        top: -40px;
        left: 73%;
        width: 110px;
    }
    .page-about02 {
        padding-bottom: 120px;
    }
    .page-about02 .contents-inr .ttl {
        top: 15vw;
        right: 5%;
        width: 15%;
    }
    .page-about02 .page-about02__list {
        width: 73%;
    }
    .page-about02 .page-about02__list li:nth-of-type(2)::before {
        top: 15%;
        right: -12%;
        height: 80%;
    }
    .page-about03 {
        padding-bottom: 60px;
    }
    .page-about03 .contents-inr .illust01 {
        top: -10px;
        right: 70%;
        width: 60%;
    }
    .page-about03 .contents-inr .illust02 {
        top: 100px;
        left: 60%;
        width: 35%;
    }
    .page-about04 {
        margin-bottom: 100px;
    }
    .page-about04::before {
        top: 70%;
        height: 30%;
    }
    .page-about05 {
        margin-bottom: 80px;
    }
    .page-about05 .ttl {
        margin-bottom: 50px;
    }
    .page-about05 .page-about05-tbl table th {
        width: 130px;
        padding: 25px 6% 25px 4%;
    }
    .page-about05 .page-about05-tbl table td {
        padding: 25px 4% 25px 0px;
    }
}

@media screen and (max-width: 767px) {
.page-about04 .txt-box {
  display: block;
  margin-top: 50px;
}
.page-about04 .txt-box .txt{
  width: 100%;
  padding: 20px;
  margin: 0 0 30px;
}
.page-about04 .txt-box .txt img {
    width: 150px;
  margin: 0 15px 15px 0;
}
}

@media screen and (max-width: 599px) {
    .page-about01 .contents-inr .illust01 {
        width: 90px;
    }
    .page-about01 .contents-inr .illust02 {
        width: 80px;
    }
    .page-about02 {
        padding-bottom: 60px;
    }
    .page-about02 .contents-inr .ttl {
        top: 15vw;
        right: 3%;
        width: 20%;
    }
    .page-about02 .page-about02__list li {
        width: 100%;
    }
    .page-about02 .page-about02__list li:nth-of-type(1) {
        padding-top: 0px;
        padding-right: 0px;
    }
    .page-about02 .page-about02__list li:nth-of-type(1) .btn-cmn01 {
        margin-top: 15px;
    }
    .page-about02 .page-about02__list li:nth-of-type(2) {
        margin-top: -10px;
        padding-left: 0px;
    }
    .page-about02 .page-about02__list li:nth-of-type(2)::before {
        display: none;
    }
    .page-about02 .page-about02__list li:nth-of-type(2) p {
        padding: 20px 0px 0px 0px;
    }
    .page-about03 {
        padding-bottom: 20px;
    }
    .page-about03 .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .page-about03 h4 {
        margin-bottom: 15px;
    }
    .page-about03 p {
        margin-bottom: 30px;
    }
    .page-about04 {
        margin-bottom: 50px;
    }
    .page-about04 .ttl {
        width: 60%;
        text-align: left;
    }
    .page-about04 .ttl img {
        max-width: 100%;
    }
    .page-about05 {
        margin-bottom: 60px;
    }
    .page-about05 .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .page-about05 .ttl img {
        max-width: 100%;
    }
    .page-about05 .page-about05-tbl table th {
        width: 100px;
        padding: 20px 6% 20px 4%;
    }
    .page-about05 .page-about05-tbl table td {
        padding: 20px 3% 20px 0px;
    }
}


/*	訪問看護サービス
---------------------------------*/
.page-homenursingcare-menu {
}
.page-homenursingcare-menu .contents-inr {
    max-width: 760px;
}
.page-homenursingcare-menu .page-homenursingcare-menu__list {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    margin-left: 20px;
}
.page-homenursingcare-menu .page-homenursingcare-menu__list li {
    margin-right: 10px;
	width: 280px;
}
.page-homenursingcare-menu .page-homenursingcare-menu__list li:last-of-type {
    margin-right: 0px;
}
.page-homenursingcare-menu .illust {
    text-align: center;
}
.page-homenursingcare-menu .illust img {
    max-width: 302px;
}
.page-homenursingcare-menu .ttl-homenursingcare {
    padding: 25px 15px 25px 15px;
    text-align: center;
	background: url("../img/homenursingcare/bg_ttl.png") center center no-repeat;
    background-size: 100% 100%;
}
.page-homenursingcare-menu .ttl-homenursingcare h2 {
    color: #ffffff;
}
.page-homenursingcare-menu .ttl-dayservice {
    padding: 25px 15px 25px 15px;
    text-align: center;
	background: url("../img/dayservice/bg_ttl.png") center center no-repeat;
    background-size: 100% 100%;
}
.page-homenursingcare-menu .ttl-dayservice h2 {
    color: #ffffff;
}

.page-homenursingcare-white {
    padding-top: 20px;
    padding-bottom: 140px;
    position: relative;
}
.page-homenursingcare-white::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 10px);
	background-color: #ffffff;
    z-index: -3;
}
.page-homenursingcare-white::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/cmn/bg02.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-homenursingcare-white .contents-inr {
}
.page-homenursingcare-white .img01 {
    position: relative;
}
.page-homenursingcare-white .img01 .icon {
    position: absolute;
    top: -30px;
    left: -10%;
    text-align: center;
    width: 120%;
}
.page-homenursingcare-white .img01 .ttl {
    position: absolute;
    top: 91.7%;
    left: -15px;
    width: 357px;
}
.page-homenursingcare-white .txt01 {
    padding-top: 50px;
    margin: 35px 0px 0px 360px;
}
.page-homenursingcare-white .txt01 p {
    line-height: 1.8;
}
.page-homenursingcare-white video{
  width: 100%;
  margin-top: 100px;
}
.page-homenursingcare-brown {
    padding-bottom: 100px;
}
.page-homenursingcare-brown .contents-inr {
}

.page-homenursingcare-gallery {
    padding-bottom: 100px;
}
.page-homenursingcare-gallery .contents-inr {
}

.page-homenursingcare-service {
    margin: 20px auto 0px auto;
    max-width: 640px;
}
.page-homenursingcare-service .txt {
    padding: 0 15px 45px 15px;
}

.page-homenursingcare-service .page-homenursingcare-service__list {
}
.page-homenursingcare-service .page-homenursingcare-service__list li {
    margin-right: 20px;
    margin-bottom: 15px;
	width: calc((100% - 20px) / 2);
}
.page-homenursingcare-service .page-homenursingcare-service__list li:nth-of-type(2n) {
    margin-right: 0px;
}

.page-homenursingcare-voice {
    position: relative;
    padding-bottom: 35px;
}
.page-homenursingcare-voice .ttl {
    margin-bottom: 63px;
}
.page-homenursingcare-voice .ttl img {
    max-width: 351px;
}
.page-homenursingcare-voice .icon {
    position: absolute;
    top: 80px;
    left: -16%;
    text-align: center;
    width: 120%;
}
.page-homenursingcare-voice .step01 {
    width: 50%;
    margin-left: 26%;
    margin-bottom: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 220px;
    position: relative;
}
.page-homenursingcare-voice .step01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -130px;
	margin: 0;
	width: 2100px;
	height: 100%;
    background-color: #ffffff;
	background-image: url("../img/homenursingcare/bg_voice_top.png"), url("../img/homenursingcare/bg_voice_bottom.png");
	background-position: left top, 600px bottom;
	background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    z-index: -2;
}
.page-homenursingcare-voice .step01 .illust {
    position: absolute;
    bottom: -15px;
    right: -180px;
}
.page-homenursingcare-voice .step01 .illust img {
    width: 180px;
    height: auto;
}
.page-homenursingcare-voice .step01.step02 .illust img {
    width: 150px;
    height: auto;
}
.page-homenursingcare-voice .step01.step03 .illust img {
    width: 150px;
    height: auto;
}
.page-homenursingcare-voice .step01 .no {
    position: absolute;
    top: 60px;
    left: -170px;
}
.page-homenursingcare-voice .step01 .no img {
    width: 130px;
    height: auto;
}
.page-homenursingcare-voice .step01.step02 {
    margin-left: 20%;
}
.page-homenursingcare-voice .step01.step02 .no {
    left: -190px;
}
.page-homenursingcare-voice .step01.step02 .no img {
    width: 160px;
    height: auto;
}
.page-homenursingcare-voice .step01.step03 {
    margin-left: 14%;
}
.page-homenursingcare-voice .step01.step03 .no {
    left: -190px;
}
.page-homenursingcare-voice .step01.step03 .no img {
    width: 160px;
    height: auto;
}
.page-homenursingcare-voice .step01 h4 {
    margin-bottom: 10px;
}


.page-homenursingcare-flow {
    padding-bottom: 40px;
}
.page-homenursingcare-flow .page-homenursingcare-flow__txt {
    margin-bottom: 60px;
}
.page-homenursingcare-flow .page-homenursingcare-flow__txt li {
}
.page-homenursingcare-flow .page-homenursingcare-flow__txt li:nth-of-type(1) {
    width: 436px;
    padding-left: 80px;
}
.page-homenursingcare-flow .page-homenursingcare-flow__txt li:nth-of-type(2) {
    width: calc(100% - 436px);
    padding: 10px 2% 0 6%;
}

.page-homenursingcare-flow .timebox {
    margin-bottom: 40px;
    padding: 0px 40px 20px 0px;
    min-height: 280px;
    position: relative;
}
.page-homenursingcare-flow .timebox::before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	right: -60px;
	margin: 0;
	width: 2100px;
	height: 100%;
    background-color: #f8f8f8;
    border-radius: 150px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    z-index: -2;
}
.page-homenursingcare-flow .timebox .illust {
    position: absolute;
    bottom: -40px;
    left: 26%;
}
.page-homenursingcare-flow .timebox .illust img {
    width: 160px;
    height: auto;
}
.page-homenursingcare-flow .timebox li {
}
.page-homenursingcare-flow .timebox li:nth-of-type(1) {
    width: 41%;
}
.page-homenursingcare-flow .timebox li:nth-of-type(2) {
    width: 18%;
    text-align: center;
    padding-top: 60px;
    position: relative;
}
.page-homenursingcare-flow .timebox li:nth-of-type(2)::before {
	content: "";
	display: block;
	position: absolute;
	top: 70px;
	left: 50%;
	margin: 0;
	width: 2px;
	height: 115%;
    background-color: #cccccc;
    z-index: -1;
}
.page-homenursingcare-flow .timebox.timebox-last li:nth-of-type(2)::before {
	height: 80%;
}
.page-homenursingcare-flow .timebox li:nth-of-type(2) .timetxt {
    padding: 35px 0px 15px 0px;
    margin-bottom: 15px;
	background: #f8f8f8 url("../img/cmn/icon_time.svg") center top no-repeat;
    background-size: 26px;
}
.page-homenursingcare-flow .timebox li:nth-of-type(3) {
    width: 41%;
    padding-top: 60px;
}
.page-homenursingcare-flow .timebox li:nth-of-type(3) h4 {
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    border-radius: 30px;
	background: url("../img/homenursingcare/bg_ttl_timebox.png") center center no-repeat;
    background-size: 100% 100%;
}
.page-homenursingcare-flow .timebox li:nth-of-type(3) p {
}

.page-homenursingcare-gallery {
    padding-bottom: 120px;
}
.page-homenursingcare-gallery .contents-inr {
}
.page-homenursingcare-gallery .ttl {
    max-width: 277px;
    margin-bottom: 30px;
}

/* スライダー */
.slider-1-2 {
    max-width: 100%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
}
.slider-1-2 .slick-slide {
    width: 321px;
    height: 240px;
    margin: 0 5px 0 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.slider-1-2 .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0 5% 0 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.slider-1-2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slider-1-2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slider-1-2 .slick-dots li button:hover,
.slider-1-2 .slick-dots li button:focus {
    outline: none;
}
.slider-1-2 .slick-dots li button:hover:before,
.slider-1-2 .slick-dots li button:focus:before {
    opacity: 1;
}
.slider-1-2 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-1-2 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.page-homenursingcare-link {
}
.page-homenursingcare-link p {
    margin-left: 28%;
    margin-bottom: 30px;
    padding: 0 0 0 20px;
	background: url("../img/cmn/icon_arw01.svg") left 6px no-repeat;
    background-size: 11px;
}

@media screen and (max-width:1100px) {
    .page-homenursingcare-white .txt01 {
        padding-top: 20px;
        margin: 35px 0px 0px 360px;
    }
    .page-homenursingcare-voice .step01 {
        width: 50%;
        margin-left: 32%;
    }
    .page-homenursingcare-voice .step01 .no {
        top: 60px;
        left: -170px;
    }
    .page-homenursingcare-voice .step01 .no img {
        width: 100px;
        height: auto;
    }
    .page-homenursingcare-voice .step01.step02 {
        margin-left: 28%;
    }
    .page-homenursingcare-voice .step01.step02 .no {
        left: -190px;
    }
    .page-homenursingcare-voice .step01.step02 .no img {
        width: 130px;
        height: auto;
    }
    .page-homenursingcare-voice .step01.step03 {
        margin-left: 24%;
    }
    .page-homenursingcare-voice .step01.step03 .no {
        left: -190px;
    }
    .page-homenursingcare-voice .step01.step03 .no img {
        width: 130px;
        height: auto;
    }
}

@media screen and (max-width: 959px) {
    .page-homenursingcare-white::after {
        background-size: 160%;
    }
}

@media screen and (max-width: 767px) {
    .page-homenursingcare-voice .step01 {
        width: 70%;
        margin-left: 10%;
    }
    .page-homenursingcare-voice .step01::before {
        left: -10%;
    }
    .page-homenursingcare-voice .step01 .no {
        top: -20px;
        left: -12%;
    }
    .page-homenursingcare-voice .step01 .no img {
        width: 60px;
        height: auto;
    }
    .page-homenursingcare-voice .step01.step02 {
        margin-left: 10%;
    }
    .page-homenursingcare-voice .step01.step02 .no {
        top: -20px;
        left: -12%;
    }
    .page-homenursingcare-voice .step01.step02 .no img {
        width: 70px;
        height: auto;
    }
    .page-homenursingcare-voice .step01.step03 {
        margin-left: 10%;
    }
    .page-homenursingcare-voice .step01.step03 .no {
        top: -20px;
        left: -12%;
    }
    .page-homenursingcare-voice .step01.step03 .no img {
        width: 70px;
        height: auto;
    }
    .page-homenursingcare-voice .step01 .illust {
        bottom: -30px;
        right: -105px;
    }
    .page-homenursingcare-voice .step01 .illust img {
        width: 130px;
        height: auto;
    }
    .page-homenursingcare-voice .step01.step02 .illust img {
        width: 120px;
        height: auto;
    }
    .page-homenursingcare-voice .step01.step03 .illust img {
        width: 120px;
        height: auto;
    }
    .page-homenursingcare-flow .page-homenursingcare-flow__txt li:nth-of-type(1) {
        width: 300px;
        padding-left: 0px;
    }
    .page-homenursingcare-flow .page-homenursingcare-flow__txt li:nth-of-type(2) {
        width: calc(100% - 300px);
        padding: 10px 0% 0 6%;
    }
    .page-homenursingcare-link p {
        margin-left: 20%;
    }
}

@media screen and (max-width: 599px) {
    .page-homenursingcare-menu .page-homenursingcare-menu__list {
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 3%;
    }
    .page-homenursingcare-menu .page-homenursingcare-menu__list li {
        margin-right: 0px;
        width: 50%;
    }
    .page-homenursingcare-menu .page-homenursingcare-menu__list li:last-of-type {
        margin-right: 0px;
    }
    .page-homenursingcare-menu .illust {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-homenursingcare-menu .illust img {
        max-width: 100%;
    }
    .page-homenursingcare-menu .ttl-homenursingcare {
        padding: 10px 10px 10px 10px;
    }
    .page-homenursingcare-menu .ttl-dayservice {
        padding: 10px 10px 10px 10px;
    }

    .page-homenursingcare-white {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .page-homenursingcare-white .img01 .icon {
        width: 100%;
    }
    .page-homenursingcare-white .img01 .ttl {
        top: 30%;
        left: calc(100% - 200px);
        width: 250px;
    }
    .page-homenursingcare-white .txt01 {
        padding-top: 00px;
        margin: 40px 0px 0px 0px;
    }
    .page-homenursingcare-white .txt01 p {
        font-size: 16px;
        line-height: 1.6;
        width: calc(100% - 200px);
    }
    .page-homenursingcare-white video{
      margin-top: 80px;
      margin-bottom: 30px;
    }
    .page-homenursingcare-brown {
        padding-bottom: 50px;
    }
    .page-homenursingcare-gallery {
        padding-bottom: 50px;
    }
    .page-homenursingcare-service {
        margin: 30px auto 0px auto;
    }
    .page-homenursingcare-service .txt {
        padding: 0 0px 30px 0px;
    }
    .page-homenursingcare-service .page-homenursingcare-service__list li {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .page-homenursingcare-service .page-homenursingcare-service__list li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .page-homenursingcare-voice {
        padding-bottom: 10px;
    }
    .page-homenursingcare-voice .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .page-homenursingcare-voice .ttl img {
        max-width: 100%;
    }
    .page-homenursingcare-voice .icon {
        left: -30%;
        width: 130%;
    }
    .page-homenursingcare-flow {
        padding-bottom: 20px;
    }
    .page-homenursingcare-flow .page-homenursingcare-flow__txt {
        margin-bottom: 40px;
    }
    .page-homenursingcare-flow .page-homenursingcare-flow__txt li:nth-of-type(1) {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 30px;
    }
    .page-homenursingcare-flow .page-homenursingcare-flow__txt li:nth-of-type(1) img {
        max-width: 60%;
    }
    .page-homenursingcare-flow .page-homenursingcare-flow__txt li:nth-of-type(2) {
        width: 100%;
        padding: 0 0 0 0;
    }
    .page-homenursingcare-flow .timebox {
        margin-bottom: 40px;
        padding: 0px 20px 10px 0px;
    }
    .page-homenursingcare-flow .timebox::before {
        top: 18px;
        right: 0px;
        border-radius: 60px;
    }
    .page-homenursingcare-flow .timebox .illust {
        position: absolute;
        bottom: -60px;
        left: -10px;
    }
    .page-homenursingcare-flow .timebox .illust img {
        width: 100px;
        height: auto;
    }
    .page-homenursingcare-flow .timebox li:nth-of-type(1) {
        width: 100%;
    }
    .page-homenursingcare-flow .timebox li:nth-of-type(2) {
        width: 30%;
        padding-top: 20px;
    }
    .page-homenursingcare-flow .timebox li:nth-of-type(3) {
        width: 70%;
        padding-top: 20px;
    }
    .page-homenursingcare-flow .timebox li:nth-of-type(3) h4 {
        padding: 10px 10px 10px 10px;
    }
    .page-homenursingcare-gallery {
        padding-bottom: 100px;
    }
    .page-homenursingcare-gallery .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .page-homenursingcare-gallery .ttl img {
        max-width: 100%;
        margin-bottom: 0px;
    }
    .slider-1-2 {
        height: 150px;
    }
    .slider-1-2 .slick-slide {
        width: 200px;
        height: 150px;
    }
    .page-homenursingcare-link p {
        margin-left: 0;
        margin-bottom: 20px;
        padding: 0 0 0 20px;
        background: url("../img/cmn/icon_arw01.svg") left 3px no-repeat;
        background-size: 11px;
    }
}

@media screen and (max-width: 360px) {
    .page-homenursingcare-menu .page-homenursingcare-menu__list {
        margin-right: 4%;
    }
}


/*	デイサービス
---------------------------------*/
.page-dayservice-white {
    padding-top: 63px;
    padding-bottom: 140px;
    position: relative;
}
.page-dayservice-white::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 10px);
	background-color: #ffffff;
    z-index: -3;
}
.page-dayservice-white::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/cmn/bg02.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-dayservice-white .contents-inr {
}
.page-dayservice-white .img01 {
    position: relative;
}
.page-dayservice-white .img01 .icon {
    position: absolute;
    top: 126%;
    left: -30%;
    text-align: center;
    width: 130%;
    z-index: -1;
}
.page-dayservice-white .img01 .ttl {
    position: absolute;
    top: 100%;
    left: 5%;
    width: 357px;
}
.page-dayservice-white .txt01 {
    margin: 35px 0px 0px 43%;
}
.page-dayservice-white .txt01 p {
    line-height: 1.8;
}

.page-dayservice-brown {
    padding-bottom: 100px;
}
.page-dayservice-brown .contents-inr {
}

.page-dayservice-service {
}
.page-dayservice-service .txt {
    padding: 0 15px 45px 15px;
    margin: 20px auto 0px auto;
    max-width: 640px;
}

.page-dayservice-service .page-dayservice-service__list {
    margin-bottom: 40px;
    padding: 0 10% 0 30px;
    position: relative;
}
.page-dayservice-service .page-dayservice-service__list::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: -2px;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/dayservice/bg_dayservice.png");
	background-position: right bottom;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-dayservice-service .page-dayservice-service__list::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background-color: #ffffff;
    border-radius: 150px;
    z-index: -2;
}
.page-dayservice-service .page-dayservice-service__list li {
    width: 150px;
}
.page-dayservice-service .page-dayservice-service__list li:nth-of-type(1) {
    padding-top: 40px;
    text-align: center;
    position: relative;
}
.page-dayservice-service .page-dayservice-service__list li:nth-of-type(1)::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	width: 4px;
	height: 100%;
	background: #f4e6e2;
    z-index: -1;
}
.page-dayservice-service .page-dayservice-service__list li:nth-of-type(1) .no {
    letter-spacing: -2px;
    line-height: 0.8;
    padding-bottom: 10px;
    background: #ffffff;
}
.page-dayservice-service .page-dayservice-service__list li:nth-of-type(2) {
	width: calc(100% - 150px);
}
.page-dayservice-service .page-dayservice-service__list li:nth-of-type(2) h3 {
    padding-top: 35px;
    margin-bottom: 10px;
}
.page-dayservice-service .page-dayservice-service__list li:nth-of-type(2) p {
    padding-bottom: 30px;
}


.page-dayservice-voice {
    position: relative;
    padding-bottom: 35px;
}
.page-dayservice-voice .ttl {
    margin-bottom: 63px;
}
.page-dayservice-voice .ttl img {
    max-width: 351px;
}
.page-dayservice-voice .icon {
    position: absolute;
    top: 80px;
    left: -16%;
    text-align: center;
    width: 120%;
}
.page-dayservice-voice .step01 {
    width: 50%;
    margin-left: 26%;
    margin-bottom: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 220px;
    position: relative;
}
.page-dayservice-voice .step01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -130px;
	margin: 0;
	width: 2100px;
	height: 100%;
    background-color: #ffffff;
	background-image: url("../img/homenursingcare/bg_voice_top.png"), url("../img/homenursingcare/bg_voice_bottom.png");
	background-position: left top, 600px bottom;
	background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    z-index: -2;
}
.page-dayservice-voice .step01 .illust {
    position: absolute;
    bottom: -15px;
    right: -180px;
}
.page-dayservice-voice .step01 .illust img {
    width: 180px;
    height: auto;
}
.page-dayservice-voice .step01.step02 .illust img {
    width: 150px;
    height: auto;
}
.page-dayservice-voice .step01.step03 .illust img {
    width: 150px;
    height: auto;
}
.page-dayservice-voice .step01 .no {
    position: absolute;
    top: 60px;
    left: -170px;
}
.page-dayservice-voice .step01 .no img {
    width: 130px;
    height: auto;
}
.page-dayservice-voice .step01.step02 {
    margin-left: 20%;
}
.page-dayservice-voice .step01.step02 .no {
    left: -190px;
}
.page-dayservice-voice .step01.step02 .no img {
    width: 160px;
    height: auto;
}
.page-dayservice-voice .step01.step03 {
    margin-left: 14%;
}
.page-dayservice-voice .step01.step03 .no {
    left: -190px;
}
.page-dayservice-voice .step01.step03 .no img {
    width: 160px;
    height: auto;
}
.page-dayservice-voice .step01 h4 {
    margin-bottom: 10px;
}


.page-dayservice-flow {
    padding-bottom: 40px;
}
.page-dayservice-flow .page-dayservice-flow__txt {
    margin-bottom: 60px;
}
.page-dayservice-flow .page-dayservice-flow__txt li {
}
.page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(1) {
    width: 436px;
    padding-left: 80px;
}
.page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(1) h3 {
    margin-bottom: 30px;
}
.page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(2) {
    width: calc(100% - 436px);
    padding: 10px 2% 0 6%;
}
.page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(2) img {
    max-width: 319px;
}

.page-dayservice-flow .timebox {
    margin-bottom: 40px;
    padding: 0px 40px 20px 0px;
    min-height: 280px;
    position: relative;
}
.page-dayservice-flow .timebox::before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	right: -60px;
	margin: 0;
	width: 2100px;
	height: 100%;
    background-color: #f8f8f8;
    border-radius: 150px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    z-index: -2;
}
.page-dayservice-flow .timebox .illust {
    position: absolute;
    bottom: -100px;
    left: 75%;
}
.page-dayservice-flow .timebox .illust img {
    width: 200px;
    height: auto;
}
.page-dayservice-flow .timebox li {
}
.page-dayservice-flow .timebox li:nth-of-type(1) {
    width: 41%;
}
.page-dayservice-flow .timebox li:nth-of-type(2) {
    width: 18%;
    text-align: center;
    padding-top: 60px;
    position: relative;
}
.page-dayservice-flow .timebox li:nth-of-type(2)::before {
	content: "";
	display: block;
	position: absolute;
	top: 70px;
	left: 50%;
	margin: 0;
	width: 2px;
	height: 115%;
    background-color: #cccccc;
    z-index: -1;
}
.page-dayservice-flow .timebox.timebox-last li:nth-of-type(2)::before {
    display: none;
}
.page-dayservice-flow .timebox li:nth-of-type(2) .timetxt {
    padding: 35px 0px 15px 0px;
    margin-bottom: 15px;
	background: #f8f8f8 url("../img/cmn/icon_time.svg") center top no-repeat;
    background-size: 26px;
}
.page-dayservice-flow .timebox li:nth-of-type(3) {
    width: 41%;
    padding-top: 60px;
}
.page-dayservice-flow .timebox li:nth-of-type(3) h4 {
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    border-radius: 30px;
	background: url("../img/homenursingcare/bg_ttl_timebox.png") center center no-repeat;
    background-size: 100% 100%;
}
.page-dayservice-flow .timebox li:nth-of-type(3) p {
}
.page-dayservice-flow .timebox li:nth-of-type(3) p span{
display: inline-block;
font-weight: 500;
padding-left: 1em;
margin-bottom: 5px;
}

@media screen and (max-width:1100px) {
    .page-dayservice-voice .step01 {
        width: 50%;
        margin-left: 32%;
    }
    .page-dayservice-voice .step01 .no {
        top: 60px;
        left: -170px;
    }
    .page-dayservice-voice .step01 .no img {
        width: 100px;
        height: auto;
    }
    .page-dayservice-voice .step01.step02 {
        margin-left: 28%;
    }
    .page-dayservice-voice .step01.step02 .no {
        left: -190px;
    }
    .page-dayservice-voice .step01.step02 .no img {
        width: 130px;
        height: auto;
    }
    .page-dayservice-voice .step01.step03 {
        margin-left: 24%;
    }
    .page-dayservice-voice .step01.step03 .no {
        left: -190px;
    }
    .page-dayservice-voice .step01.step03 .no img {
        width: 130px;
        height: auto;
    }
}

@media screen and (max-width: 959px) {
    .page-dayservice-white::after {
        background-size: 160%;
    }
}

@media screen and (max-width: 767px) {
    .page-dayservice-white .img01 .ttl {
        top: 100%;
        left: -2%;
        width: 300px;
    }
    .page-dayservice-white .txt01 {
        margin: 35px 0px 0px 43%;
    }
    .page-dayservice-voice .step01 {
        width: 70%;
        margin-left: 10%;
    }
    .page-dayservice-voice .step01::before {
        left: -10%;
    }
    .page-dayservice-voice .step01 .no {
        top: -20px;
        left: -12%;
    }
    .page-dayservice-voice .step01 .no img {
        width: 60px;
        height: auto;
    }
    .page-dayservice-voice .step01.step02 {
        margin-left: 10%;
    }
    .page-dayservice-voice .step01.step02 .no {
        top: -20px;
        left: -12%;
    }
    .page-dayservice-voice .step01.step02 .no img {
        width: 70px;
        height: auto;
    }
    .page-dayservice-voice .step01.step03 {
        margin-left: 10%;
    }
    .page-dayservice-voice .step01.step03 .no {
        top: -20px;
        left: -12%;
    }
    .page-dayservice-voice .step01.step03 .no img {
        width: 70px;
        height: auto;
    }
    .page-dayservice-voice .step01 .illust {
        bottom: -30px;
        right: -105px;
    }
    .page-dayservice-voice .step01 .illust img {
        width: 130px;
        height: auto;
    }
    .page-dayservice-voice .step01.step02 .illust img {
        width: 120px;
        height: auto;
    }
    .page-dayservice-voice .step01.step03 .illust img {
        width: 120px;
        height: auto;
    }
    .page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(1) {
        width: 300px;
        padding-left: 0px;
    }
    .page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(2) {
        width: calc(100% - 300px);
        padding: 10px 0% 0 6%;
    }
}

@media screen and (max-width: 599px) {
    .page-dayservice-white {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .page-dayservice-white .img01 .icon {
        width: 100%;
    }
    .page-dayservice-white .img01 .ttl {
        top: 37%;
        left: 54%;
        width: 60%;
    }
    .page-dayservice-white .txt01 {
        margin: 40px 0px 0px 0px;
    }
    .page-dayservice-white .txt01 p {
        line-height: 1.6;
    }
    .page-dayservice-brown {
        padding-bottom: 50px;
    }
    .page-dayservice-service {
        margin: 30px auto 0px auto;
    }
    .page-dayservice-service .txt {
        padding: 0 0px 30px 0px;
    }
    .page-dayservice-service .page-dayservice-service__list {
        margin-bottom: 30px;
        padding: 0 8% 0 2%;
    }
    .page-dayservice-service .page-dayservice-service__list::after {
        border-radius: 80px;
    }
    .page-dayservice-service .page-dayservice-service__list li {
        width: 80px;
    }
    .page-dayservice-service .page-dayservice-service__list li:nth-of-type(1) {
        padding-top: 40px;
    }
    .page-dayservice-service .page-dayservice-service__list li:nth-of-type(1)::before {
        width: 3px;
    }
    .page-dayservice-service .page-dayservice-service__list li:nth-of-type(2) {
        width: calc(100% - 80px);
    }
    .page-dayservice-service .page-dayservice-service__list li:nth-of-type(2) h3 {
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .page-dayservice-service .page-dayservice-service__list li:nth-of-type(2) p {
        padding-bottom: 20px;
    }
    .page-dayservice-voice {
        padding-bottom: 10px;
    }
    .page-dayservice-voice .ttl {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .page-dayservice-voice .ttl img {
        max-width: 100%;
    }
    .page-dayservice-voice .icon {
        left: -30%;
        width: 130%;
    }
    .page-dayservice-flow {
        padding-bottom: 20px;
    }
    .page-dayservice-flow .page-dayservice-flow__txt {
        margin-bottom: 40px;
    }
    .page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(1) {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(1) img {
        max-width: 60%;
    }
    .page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(2) {
        width: 100%;
        padding: 0 10% 0 0;
        text-align: right;
    }
    .page-dayservice-flow .page-dayservice-flow__txt li:nth-of-type(2) img {
        width: 50%;
    }
    .page-dayservice-flow .timebox {
        margin-bottom: 40px;
        padding: 0px 20px 10px 0px;
    }
    .page-dayservice-flow .timebox::before {
        top: 18px;
        right: 0px;
        border-radius: 60px;
    }
    .page-dayservice-flow .timebox .illust {
        position: absolute;
        bottom: -100px;
        left: -10px;
    }
    .page-dayservice-flow .timebox .illust img {
        width: 100px;
        height: auto;
    }
    .page-dayservice-flow .timebox li:nth-of-type(1) {
        width: 100%;
    }
    .page-dayservice-flow .timebox li:nth-of-type(2) {
        width: 30%;
        padding-top: 20px;
    }
    .page-dayservice-flow .timebox li:nth-of-type(3) {
        width: 70%;
        padding-top: 20px;
    }
    .page-dayservice-flow .timebox li:nth-of-type(3) h4 {
        padding: 10px 10px 10px 10px;
    }
}


/*	働き方
---------------------------------*/
.page-workstyle01 {
    padding-top: 110px;
    padding-bottom: 160px;
    position: relative;
}
.page-workstyle01::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 20px);
	background-color: #ffffff;
    z-index: -3;
}
.page-workstyle01::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/cmn/bg01.png"), url("../img/cmn/bg02.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    z-index: -2;
}
.page-workstyle01 .contents-inr {
    max-width: 800px;
}
.page-workstyle01 .illust {
    position: absolute;
    top: 5px;
    right: -50px;
    width: 170px;
}
.page-workstyle01 .page-workstyle01__list {
    margin-top: 60px;
}
.page-workstyle01 .page-workstyle01__list li {
    width: 50%;
}
.page-workstyle01 .page-workstyle01__list li:nth-of-type(1) {
    padding-right: 40px;
}
.page-workstyle01 .page-workstyle01__list li:nth-of-type(1) h3 {
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 0 0 0 30px;
	background: url("../img/cmn/icon_arw02.png") left center no-repeat;
    background-size: 15px;
}
.page-workstyle01 .page-workstyle01__list li:nth-of-type(2) {
    padding-top: 40px;
}
.page-workstyle01 .page-workstyle01__list li:nth-of-type(2) h3 {
    margin-left: 15px;
    margin-bottom: 15px;
}
.page-workstyle01 .page-workstyle01__list li:nth-of-type(2) table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-top: #d1d1d1 1px solid;
    border-left: #d1d1d1 1px solid;
    border-right: #d1d1d1 1px solid;
}
.page-workstyle01 .page-workstyle01__list li:nth-of-type(2) table th {
    padding: 10px 0px 10px 15px;
    border-bottom: #d1d1d1 1px solid;
}
.page-workstyle01 .page-workstyle01__list li:nth-of-type(2) table td {
    padding: 10px 15px 10px 0px;
    text-align: right;
    border-bottom: #d1d1d1 1px solid;
}

.page-workstyle02 {
    padding-top: 70px;
    padding-bottom: 120px;
}
.page-workstyle02 .contents-inr {
}
.page-workstyle02 .icon {
    position: absolute;
    top: 100px;
    right: 86%;
    width: 146px;
    z-index: -1;
}
.page-workstyle02 h3 {
    margin-bottom: 40px;
    text-align: center;
}
.page-workstyle02 h3 span {
    padding: 0 0 0 30px;
	background: url("../img/cmn/icon_arw02.png") left center no-repeat;
    background-size: 15px;
}
.page-workstyle02 .ttl01 {
    margin-bottom: 15px;
    text-align: center;
}
.page-workstyle02 .ttl02 {
    padding: 0 0 5px 0;
    margin-bottom: 20px;
    border-bottom: #a3a3a3 1px solid;
    text-align: center;
}
.page-workstyle02 .txt01 {
    text-align: center;
}
.page-workstyle02 .txt02 {
}

.page-workstyle02 .page-workstyle02__list {
    margin-top: 100px;
}
.page-workstyle02 .page-workstyle02__list li {
    padding: 70px 5% 25px 5%;
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
	background: url("../img/workstyle/bg_hukuri@3x.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.page-workstyle02 .page-workstyle02__list li:nth-of-type(3n) {
    margin-right: 0px;
}
.page-workstyle02 .page-workstyle02__list li .no {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    text-align: center;
}
.page-workstyle02 .page-workstyle02__list li:nth-of-type(1) .no img {
    width: 130px;
}
.page-workstyle02 .page-workstyle02__list li:nth-of-type(2) .no img {
    width: 156px;
}
.page-workstyle02 .page-workstyle02__list li:nth-of-type(3) .no img {
    width: 156px;
}
.page-workstyle02 .page-workstyle02__list li:nth-of-type(1) .ttl02 {
    padding: 25px 0 22px 0;
}

.page-workstyle03 {
    padding-top: 150px;
    padding-bottom: 120px;
    position: relative;
}
.page-workstyle03::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(104% - 20px);
	background-color: #ffffff;
    z-index: -3;
}
.page-workstyle03::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 104%;
	background-image: url("../img/cmn/bg01.png"), url("../img/cmn/bg02.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    z-index: -2;
}
.page-workstyle03 .contents-inr {
    max-width: 1010px;
}
.page-workstyle03 h3 {
    margin-bottom: 50px;
    text-align: center;
}
.page-workstyle03 h3 span {
    padding: 0 0 0 30px;
	background: url("../img/cmn/icon_arw02.png") left center no-repeat;
    background-size: 15px;
}

.page-workstyle03 .page-workstyle03-box {
    padding: 35px 4% 35px 4%;
	background: url("../img/workstyle/bg_kyouiku@3x.png") center center no-repeat;
    background-size: 100% 100%;
    box-shadow: 10px 10px 10px rgba(104,100,100,0.2);
    margin-bottom: 40px;
}
.page-workstyle03 .page-workstyle03-box .right-box {
    width: 48%;
    float: right;
}
.page-workstyle03 .page-workstyle03-box .left-box {
    width: 47%;
    float: left;
}
.page-workstyle03 .page-workstyle03-box .left-box .no {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: #a3a3a3 1px solid;
}
.page-workstyle03 .page-workstyle03-box .left-box .no.no01 img {
    width: 120px;
    display: inline-block;
}
.page-workstyle03 .page-workstyle03-box .left-box .no.no02 img {
    width: 140px;
    display: inline-block;
}
.page-workstyle03 .page-workstyle03-box .left-box .no.no03 img {
    width: 140px;
    display: inline-block;
}
.page-workstyle03 .page-workstyle03-box .left-box .no h4 {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 10px 15px;
}

.page-workstyle04 {
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
}
.page-workstyle04::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/workstyle/bg_interview.jpg");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-workstyle04 .contents-inr {
}
.page-workstyle04 .ttl {
    text-align: right;
    margin-bottom: 110px;
}
.page-workstyle04 .ttl img {
    max-width: 340px;
}

.page-workstyle04 .page-workstyle04-box {
    margin-bottom: 160px;
    position: relative;
}
.page-workstyle04 .page-workstyle04-box.page-workstyle04-box07 {
    margin-bottom: 60px;
}
.page-workstyle04 .page-workstyle04-box .icon {
    position: absolute;
    top: -50px;
    left: 45%;
    width: 55%;
    z-index: -1;
}
.page-workstyle04 .page-workstyle04-box.page-workstyle04-box01 .icon {
    top: -290px;
    left: -10%;
    width: 110%;
}
.page-workstyle04 .page-workstyle04-box.page-workstyle04-box02 .icon {
    top: -120px;
    left: 40%;
    width: 60%;
}
.page-workstyle04 .page-workstyle04-box.page-workstyle04-box06 .icon {
    top: -110px;
    left: 43%;
    width: 57%;
}
.page-workstyle04 .page-workstyle04-box li {
}
.page-workstyle04 .page-workstyle04-box li:nth-of-type(1) {
    width: 45%;
    padding-right: 5%;
    position: relative;
}
.page-workstyle04 .page-workstyle04-box li:nth-of-type(2) {
    width: 55%;
}
.page-workstyle04 .page-workstyle04-box li:nth-of-type(1) .no {
    position: absolute;
    top: -90px;
    left: 23px;
}
.page-workstyle04 .page-workstyle04-box li:nth-of-type(1) .no {
    width: 190px;
}
.page-workstyle04 .page-workstyle04-box.page-workstyle04-box01 li:nth-of-type(1) .no {
    width: 160px;
}
.page-workstyle04 .page-workstyle04-box li:nth-of-type(1) .img-box img {
    border-radius: 0 100px 0 0;
}
.page-workstyle04 .page-workstyle04-box li:nth-of-type(2) .name {
    margin: -20px 0 30px 20px;
}
.page-workstyle04 .page-workstyle04-box li:nth-of-type(2) .name span {
    margin-left: 25px;
}
.page-workstyle04 .page-workstyle04-box li:nth-of-type(2) .a-txt {
    margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
    .page-workstyle01::after {
        background-size: 160%, 160%;
    }
    .page-workstyle03::after {
        background-size: 160%, 160%;
    }
    .page-workstyle04::before {
        background-size: 160%;
    }
    .page-workstyle01 .illust {
        top: 0px;
        right: 20px;
        width: 140px;
    }
    .page-workstyle01 .page-workstyle01__list {
        margin-top: 60px;
    }
    .page-workstyle01 .page-workstyle01__list li {
        width: 100%;
    }
    .page-workstyle01 .page-workstyle01__list li:nth-of-type(1) {
        padding-right: 0px;
    }
    .page-workstyle01 .page-workstyle01__list li:nth-of-type(1) h3 {
        margin-left: 0px;
    }
    .page-workstyle03 .page-workstyle03-box {
        padding: 30px 3% 30px 3%;
    }
    .page-workstyle03 .page-workstyle03-box .right-box {
        width: 40%;
    }
    .page-workstyle03 .page-workstyle03-box .left-box {
        width: 56%;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no.no01 img {
        width: 100px;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no.no02 img {
        width: 120px;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no.no03 img {
        width: 120px;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no h4 {
        padding: 0 0 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    .page-workstyle02 .page-workstyle02__list li {
        padding: 60px 4% 30px 4%;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 100px;
    }
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .page-workstyle02 .page-workstyle02__list li:last-of-type {
        margin-bottom: 0px;
    }
    .page-workstyle03 .page-workstyle03-box {
        padding: 20px 15px 20px 15px;
        margin-bottom: 30px;
    }
    .page-workstyle03 .page-workstyle03-box .right-box {
        width: 100%;
        float: none;
    }
    .page-workstyle03 .page-workstyle03-box .left-box {
        width: 100%;
        float: none;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no {
        padding: 10px 0 5px 0;
        margin-bottom: 20px;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no.no01 img {
        width: 60px;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no.no02 img {
        width: 70px;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no.no03 img {
        width: 70px;
    }
    .page-workstyle03 .page-workstyle03-box .left-box .no h4 {
        width: calc(100% - 70px);
        padding: 0 0 10px 10px;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(1) {
        width: 100%;
        padding-right: 0%;
        padding-bottom: 40px;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(1) .img-box {
        text-align: center;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(1) .img-box img {
        width: 80%;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(2) {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(1) .no img {
        width: 60px;
    }
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(2) .no img {
        width: 80px;
    }
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(3) .no img {
        width: 80px;
    }
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(1) .ttl02 {
        padding: 0px 0 22px 0;
    }
    .page-workstyle01 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .page-workstyle01 .illust {
        top: 5px;
        right: 10px;
        width: 100px;
    }
    .page-workstyle01 .page-workstyle01__list {
        margin-top: 20px;
    }
    .page-workstyle01 .page-workstyle01__list li:nth-of-type(1) h3 {
        margin-bottom: 20px;
    }
    .page-workstyle01 .page-workstyle01__list li:nth-of-type(2) {
        padding-top: 20px;
    }
    .page-workstyle01 .page-workstyle01__list li:nth-of-type(2) h3 {
        margin-bottom: 10px;
    }
    .page-workstyle02 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .page-workstyle02 .icon {
        top: 60px;
        right: 80%;
        width: 80px;
    }
    .page-workstyle02 h3 {
        margin-bottom: 30px;
    }
    .page-workstyle02 .ttl01 {
        margin-bottom: 20px;
        text-align: center;
    }
    .page-workstyle02 .txt01 {
        text-align: left;
    }
    .page-workstyle02 .page-workstyle02__list {
        margin-top: 40px;
    }
    .page-workstyle02 .page-workstyle02__list li {
        padding: 40px 15px 20px 15px;
        margin-bottom: 50px;
    }
    .page-workstyle02 .page-workstyle02__list li .no {
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(1) .no img {
        width: 60px;
    }
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(2) .no img {
        width: 80px;
    }
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(3) .no img {
        width: 80px;
    }
    .page-workstyle02 .page-workstyle02__list li:nth-of-type(1) .ttl02 {
        padding: 0px 0 10px 0;
    }
    .page-workstyle03 {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .page-workstyle04 {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .page-workstyle04 .ttl {
        text-align: center;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .page-workstyle04 .ttl img {
        max-width: 100%;
    }
    .page-workstyle04 .page-workstyle04-box {
        margin-bottom: 60px;
    }
    .page-workstyle04 .page-workstyle04-box.page-workstyle04-box07 {
        margin-bottom: 20px;
    }
    .page-workstyle04 .page-workstyle04-box.page-workstyle04-box01 .icon {
        top: -100px;
        left: -10%;
        width: 110%;
    }
    .page-workstyle04 .page-workstyle04-box.page-workstyle04-box02 .icon {
        top: -50px;
        left: 40%;
        width: 60%;
    }
    .page-workstyle04 .page-workstyle04-box.page-workstyle04-box06 .icon {
        top: -50px;
        left: 43%;
        width: 57%;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(1) .no {
        top: -30px;
        left: 23px;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(1) .no {
        width: 100px;
    }
    .page-workstyle04 .page-workstyle04-box.page-workstyle04-box01 li:nth-of-type(1) .no {
        width: 70px;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(2) .name {
        margin: -20px 0 20px 0px;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(2) .name span {
        margin-left: 15px;
    }
    .page-workstyle04 .page-workstyle04-box li:nth-of-type(2) .a-txt {
        margin-bottom: 20px;
    }
}


/*	募集要項
---------------------------------*/
.page-requirements-menu {
    padding-bottom: 20px;
}
.page-requirements-menu .contents-inr {
    max-width: 760px;
}
.page-requirements-menu .page-requirements-menu__list {
    position: relative;
    z-index: 1;
}
.page-requirements-menu .page-requirements-menu__list li {
    margin-right: 20px;
	width: calc((100% - 20px) / 2);
}
.page-requirements-menu .page-requirements-menu__list li:last-of-type {
    margin-right: 0px;
}
.page-requirements-menu .page-requirements-menu__list li .btn-left {
}
.page-requirements-menu .page-requirements-menu__list li .btn-left a {
    display: block;
    width: 100%;
    height: 80px;
    background: #ffffff url("../img/requirements/bg_line01@3x.png") no-repeat center top;
    background-size: 100%;
    box-shadow: 8px 8px 8px rgba(6,7,7,0.2);
    padding-top: 24px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
    text-align: center;
	font-family: 'Shippori Mincho', serif;
}
.page-requirements-menu .page-requirements-menu__list li .btn-right {
}
.page-requirements-menu .page-requirements-menu__list li .btn-right a {
    display: block;
    width: 100%;
    height: 80px;
    background: #ffffff url("../img/requirements/bg_line02@3x.png") no-repeat center top;
    background-size: 100%;
    box-shadow: 8px 8px 8px rgba(6,7,7,0.2);
    padding-top: 24px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
    text-align: center;
	font-family: 'Shippori Mincho', serif;
}

.page-requirements-white {
    padding-top: 110px;
    padding-bottom: 140px;
    position: relative;
}
.page-requirements-white.page-requirements-white-process {
    padding-top: 100px;
    padding-bottom: 190px;
}
.page-requirements-white::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 20px);
	background-color: #ffffff;
    z-index: -3;
}
.page-requirements-white::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/cmn/bg01.png"), url("../img/cmn/bg02.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    z-index: -2;
}
.page-requirements-white .contents-inr {
}

.page-requirements-brown {
    padding-top: 15px;
    padding-bottom: 20px;
}
.page-requirements-brown .contents-inr {
}

.page-requirements-ttl {
    margin: 0 auto 30px auto;
    padding-left: 2.2%;
    max-width: 710px;
    position: relative;
}
.page-requirements-ttl span {
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.page-requirements-tbl {
    margin: 0 auto 50px auto;
    max-width: 600px;
}
.page-requirements-tbl > h3{
font-size: 20px;
font-weight: 800;
border-bottom: 3px solid #2BA0E6;
}
.page-requirements-brown .page-requirements-tbl > h3{
border-bottom: 3px solid #00C7AB;
}
.page-requirements-tbl table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-requirements-tbl table th {
    width: 110px;
    vertical-align: top;
    padding: 15px 0px 15px 0px;
    border-bottom: #aaaaaa 1px solid;
}
.page-requirements-tbl table th h3 {
    text-align-last:justify;
}
.page-requirements-tbl table td {
    vertical-align: top;
    padding: 15px 8% 15px 15px;
    border-bottom: #aaaaaa 1px solid;
}
.page-requirements-process {
    margin: 0 auto 0px auto;
    max-width: 1180px;
}
.page-requirements-process .ttl {
    margin-right: 11%;
    margin-bottom: 35px;
    text-align: right;
}
.page-requirements-process .ttl img {
    max-width: 297px;
}
.page-requirements-process .txt {
    margin-right: 11%;
    margin-bottom: 30px;
    text-align: right;
}

.page-requirements-process .step01 {
    width: 76%;
    margin-left: 24%;
    margin-bottom: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 230px;
    position: relative;
}
.page-requirements-process .step01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -130px;
	margin: 0;
	width: 2100px;
	height: 100%;
	background-image: url("../img/requirements/bg_process01@3x.png");
	background-position: center left;
	background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 150px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    z-index: -2;
}
.page-requirements-process .step01 .icon {
    position: absolute;
    top: 18%;
    left: -46%;
}
.page-requirements-process .step01 .icon img {
    width: 91px;
    height: auto;
}
.page-requirements-process .step01 .step {
    position: absolute;
    top: 40px;
    left: -17%;
}
.page-requirements-process .step01 .step img {
    width: 69px;
    height: auto;
}
.page-requirements-process .step01 .no {
    position: absolute;
    top: 80px;
    left: -26%;
}
.page-requirements-process .step01 .no img {
    width: 130px;
    height: auto;
}

.page-requirements-process .step01.step02 {
    margin-left: 18%;
}
.page-requirements-process .step01.step02::before {
	background-image: url("../img/requirements/bg_process02@3x.png");
	background-position: center left;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.page-requirements-process .step01.step02 .no {
    left: -29.5%;
}
.page-requirements-process .step01.step02 .no img {
    width: 160px;
    height: auto;
}

.page-requirements-process .step01.step03 {
    margin-left: 12%;
}
.page-requirements-process .step01.step03 .no {
    left: -29.5%;
}
.page-requirements-process .step01.step03 .no img {
    width: 160px;
    height: auto;
}

.page-requirements-process .step01.step04 {
    margin-left: 6%;
}
.page-requirements-process .step01.step04::before {
	background-image: url("../img/requirements/bg_process02@3x.png");
	background-position: center left;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.page-requirements-process .step01.step04 .no {
    left: -29.5%;
}
.page-requirements-process .step01.step04 .no img {
    width: 160px;
    height: auto;
}

.page-requirements-process .page-requirements-process__list {
}
.page-requirements-process .page-requirements-process__list li {
	width: 66%;
    padding-right: 30px;
}
.page-requirements-process .page-requirements-process__list li:last-of-type {
	width: 34%;
    padding-right: 0px;
    text-align: center;
}
.page-requirements-process .page-requirements-process__list li h3 {
    margin-bottom: 20px;
}

.page-requirements-qa {
    margin: 0 auto 0px auto;
    max-width: 740px;
}
.page-requirements-qa .ttl {
    margin-bottom: 50px;
    text-align: center;
}
.page-requirements-qa .ttl img {
    max-width: 269px;
}
.page-requirements-qa .txt {
    margin-bottom: 40px;
    text-align: center;
}
.q-txt {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}
.q-txt .q-mark {
    width: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 8px;
    padding-left: 2px;
    background: #595656;
}
.q-txt .q-mark img {
    width: 9px;
    height: auto;
}
.q-txt p {
    width: calc(100% - 25px);
    display: inline-block;
    vertical-align: top;
    padding: 4px 15px 2px 15px;
    background: #ffffff;
}
.a-txt {
    margin-bottom: 50px;
}
.a-txt .a-mark {
    width: 32px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 14px;
}
.a-txt .a-mark img {
    width: 15px;
    height: auto;
}
.a-txt p {
    width: calc(100% - 32px);
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px 5px 10px;
}

@media screen and (max-width: 1300px) {
    .page-requirements-process .step01 {
        width: 71%;
        margin-left: 29%;
    }
    .page-requirements-process .step01.step02 {
        margin-left: 26%;
    }
    .page-requirements-process .step01.step03 {
        margin-left: 23%;
    }
    .page-requirements-process .step01.step04 {
        margin-left: 20%;
    }
}

@media screen and (max-width: 959px) {
    .page-requirements-white::after {
        background-size: 160%, 160%;
    }
    .page-requirements-process .step01 {
        width: 69%;
        margin-left: 31%;
    }
    .page-requirements-process .step01.step02 {
        margin-left: 29%;
    }
    .page-requirements-process .step01.step03 {
        margin-left: 27%;
    }
    .page-requirements-process .step01.step04 {
        margin-left: 25%;
    }
    .page-requirements-process .step01 .icon {
        top: 18%;
        left: -50%;
    }
    .page-requirements-process .step01 .step {
        top: 50px;
        left: -20%;
    }
    .page-requirements-process .step01 .step img {
        width: 50px;
        height: auto;
    }
    .page-requirements-process .step01 .no {
        top: 80px;
        left: -30%;
    }
    .page-requirements-process .step01 .no img {
        width: 100px;
        height: auto;
    }
    .page-requirements-process .step01.step02 .no {
        left: -35%;
    }
    .page-requirements-process .step01.step02 .no img {
        width: 130px;
        height: auto;
    }
    .page-requirements-process .step01.step03 .no {
        left: -35%;
    }
    .page-requirements-process .step01.step03 .no img {
        width: 130px;
        height: auto;
    }
    .page-requirements-process .step01.step04 .no {
        left: -35%;
    }
    .page-requirements-process .step01.step04 .no img {
        width: 130px;
        height: auto;
    }
}

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

@media screen and (max-width: 599px) {
    .page-requirements-white {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-requirements-white.page-requirements-white-process {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-requirements-brown {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-requirements-menu .page-requirements-menu__list {
        margin-top: 30px;
    }
    .page-requirements-menu .page-requirements-menu__list li {
        margin-right: 15px;
        width: calc((100% - 15px) / 2);
    }
    .page-requirements-menu .page-requirements-menu__list li:last-of-type {
        margin-right: 0px;
    }
    .page-requirements-menu .page-requirements-menu__list li .btn-left a {
        height: 40px;
        box-shadow: 5px 5px 5px rgba(6,7,7,0.2);
        padding-top: 8px;
        font-size: 16px;
        line-height: 1.6;
    }
    .page-requirements-menu .page-requirements-menu__list li .btn-right a {
        height: 40px;
        box-shadow: 5px 5px 5px rgba(6,7,7,0.2);
        padding-top: 8px;
        font-size: 16px;
        line-height: 1.6;
    }
    .page-requirements-ttl {
        margin: 0 auto 0px auto;
        padding-left: 0%;
        width: 104%;
    }
    .page-requirements-ttl img {
        height: 20vw;
    }
    .page-requirements-ttl span {
        top: 28%;
        width: 98%;
    }
    .page-requirements-tbl {
        margin: 0 auto 30px auto;
    }
    .page-requirements-tbl > h3{
    font-size: 18px;
    }
    .page-requirements-tbl table th {
        width: 90px;
        padding: 8px 0px 8px 0px;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .page-requirements-tbl table td {
        padding: 8px 0 8px 10px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .page-requirements-process .ttl {
        margin: 0 auto 30px auto;
        text-align: center;
        max-width: 60%;
    }
    .page-requirements-process .ttl img {
        max-width: 100%;
    }
    .page-requirements-process .txt {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: left;
    }
    .page-requirements-process .step01::before {
        left: -80px;
        width: 210%;
        border-radius: 120px;
    }
    .page-requirements-process .step01 .icon {
        top: 18%;
        left: -50%;
    }
    .page-requirements-process .step01 .icon img {
        width: 50px;
        height: auto;
    }
    .page-requirements-process .step01 .step {
        top: 100px;
        left: -25%;
    }
    .page-requirements-process .step01 .step img {
        width: 40px;
        height: auto;
    }
    .page-requirements-process .step01 .no {
        top: 120px;
        left: -32%;
    }
    .page-requirements-process .step01 .no img {
        width: 60px;
        height: auto;
    }
    .page-requirements-process .step01.step02 .no {
        left: -37%;
    }
    .page-requirements-process .step01.step02 .no img {
        width: 80px;
        height: auto;
    }
    .page-requirements-process .step01.step03 .no {
        left: -37%;
    }
    .page-requirements-process .step01.step03 .no img {
        width: 80px;
        height: auto;
    }
    .page-requirements-process .step01.step04 .no {
        left: -37%;
    }
    .page-requirements-process .step01.step04 .no img {
        width: 80px;
        height: auto;
    }
    .page-requirements-process .page-requirements-process__list li {
        width: 100%;
        padding-right: 0px;
    }
    .page-requirements-process .page-requirements-process__list li:last-of-type {
        width: 100%;
        padding-top: 20px;
        padding-right: 0px;
    }
    .page-requirements-process .page-requirements-process__list li h3 {
        margin-bottom: 15px;
    }
    .page-requirements-qa .ttl {
        max-width: 60%;
        margin: 0px auto 30px auto;
    }
    .page-requirements-qa .ttl img {
        max-width: 100%;
    }
    .page-requirements-qa .txt {
        margin-bottom: 30px;
    }
    .q-txt {
        border-radius: 15px;
    }
    .q-txt p {
        padding: 7px 15px 5px 15px;
        line-height: 1.4;
    }
    .a-txt {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 360px) {
    .page-requirements-process .step01 .step {
        left: -28%;
    }
    .page-requirements-process .step01 .no {
        left: -36%;
    }
    .page-requirements-process .step01.step02 .no {
        left: -39%;
    }
    .page-requirements-process .step01.step03 .no {
        left: -39%;
    }
    .page-requirements-process .step01.step04 .no {
        left: -39%;
    }
}

@media screen and (max-width: 320px) {
    .page-requirements-ttl span {
        top: 25%;
    }
    .page-requirements-process .step01 .no {
        left: -38%;
    }
    .page-requirements-process .step01.step02 .no {
        left: -41%;
    }
    .page-requirements-process .step01.step03 .no {
        left: -41%;
    }
    .page-requirements-process .step01.step04 .no {
        left: -41%;
    }
}


/*	ご利用の方へ
---------------------------------*/
.page-information01 {
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px;
}
.page-information01::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 10px);
	background-color: #ffffff;
    z-index: -3;
}
.page-information01::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/cmn/bg03.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-information01 .contents-inr {
    max-width: 680px;
}
.page-information01 .illust {
    position: absolute;
    top: -40px;
    right: -180px;
    width: 172px;
}
.page-information01 h3 {
    margin-bottom: 66px;
    text-align: center;
}
.page-information01 h4 {
    padding: 11px 20px 9px 20px;
    margin-bottom: 20px;
    background: #f5e6e3;
    text-align: center;
    border-radius: 30px;
}
.page-information01 p {
    margin-bottom: 35px;
}

.page-information02 {
    padding-top: 50px;
    padding-bottom: 5px;
}
.page-information02 .contents-inr {
    max-width: 1070px;
}
.page-information02 .page-information02-ttl {
    margin-bottom: 25px;
}
.page-information02 .page-information02-ttl li {
}
.page-information02 .page-information02-ttl li:nth-of-type(1) {
	width: 45%;
    padding-left: 5%;
}
.page-information02 .page-information02-ttl li:nth-of-type(2) {
	width: 55%;
    padding-left: 1%;
    padding-top: 3%;
}
.page-information02 .page-information02-ttl li h3 {
    max-width: 346px;
}

.information-staff__tab {
    margin:0px 0 0px 0;
    text-align: center;
}
.information-staff__tab ul {
    margin:0 0 0px 0;
}
.information-staff__tab ul li {
    width: calc((100% - 20px) / 2);
    display: inline-block;
    vertical-align: top;
	margin: 0 10px 0px 0;
}
.information-staff__tab ul li:last-child {
	margin: 0 0px 0px 0;
}
.information-staff__tab ul li a {
    display: block;
    width: 100%;
	padding: 24px 0px 26px 0px;
	text-align: center;
    color: #c0c0bf;
    background-color: #edeeee;
    border-radius: 20px;
}
.information-staff__tab ul li a p {
	text-align: center;
}
/*liにactiveクラスがついた時の形状*/
.information-staff__tab ul li.active a {
    color: #21110d;
    background-color: #ffffff;
    box-shadow: 10px 10px 5px rgba(106,100,100,0.2);
}
/*エリアの表示非表示と形状*/
.area {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.page-information03 {
    position: relative;
    padding-top: 45px;
    padding-bottom: 220px;
}
.page-information03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 10px);
	background-color: #ffffff;
    z-index: -3;
}
.page-information03::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/information/bg_staff.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-information03 .contents-inr {
    max-width: 1060px;
}
.page-information03 .page-information03-staff {
}
.page-information03 .page-information03-staff li {
    margin-right: 10px;
    width: calc((100% - 30px) / 4);
    position: relative;
}
.page-information03 .page-information03-staff li:nth-of-type(4n) {
    margin-right: 0px;
}
.page-information03 .page-information03-staff li .caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    text-align: right;
}

.page-information04 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px;
}
.page-information04::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(30% + 10px);
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(70% - 15px);
	background-color: #ffffff;
    z-index: -3;
}
.page-information04::after {
	content: "";
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	margin: 0;
	width: 100%;
	height: 70%;
	background-image: url("../img/cmn/bg01.png"), url("../img/cmn/bg02.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    z-index: -2;
}
.page-information04 .contents-inr {
    max-width: 1580px;
}
.page-information04 .icon01 {
    position: absolute;
    top: 2%;
    left: calc(50% - 900px);
    width: 1423px;
    z-index: 1;
}
.page-information04 .icon02 {
    position: absolute;
    bottom: 6.2%;
    left: 54%;
    width: 15%;
    text-align: center;
    z-index: -1;
}
.page-information04 .icon02 img {
    width: 100%;
}
.page-information04 h3 {
    text-align: center;
    margin-bottom: 15px;
}
.page-information04 h4 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}
.page-information04 .img01 {
    text-align: center;
    margin-bottom: 25px;
}
.page-information04 .txt01 {
    text-align: center;
    margin-bottom: 35px;
}
.page-information04 .page-information04-img {
    margin-bottom: 80px;
}
.page-information04 .page-information04-img li {
    margin-right: 25px;
    width: calc((100% - 25px) / 2);
}
.page-information04 .page-information04-img li:last-of-type {
    margin-right: 0px;
}
.page-information04 .page-information04-box {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
}
.page-information04 .page-information04-box h5 {
    padding: 11px 35px 9px 35px;
    margin-bottom: 25px;
    background: #f5e6e3;
    text-align: left;
    border-radius: 30px;
}
.page-information04 .page-information04-box .txt02 {
    padding: 0px 35px 35px 35px;
}
.page-information04 .page-information04-box .txt03 {
    padding: 0px 15px 25px 15px;
    margin: 0px 20px 25px 20px;
    border-bottom: #a2a2a2 1px solid;
}

.page-information05 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
}
.page-information05 .contents-inr {
}
.page-information05 .icon01 {
    position: absolute;
    top: 21%;
    left: calc(50% - 980px);
    width: 1763px;
    z-index: 1;
}
.page-information05 h3 {
    text-align: center;
    margin-bottom: 15px;
}
.page-information05 h4 {
    text-align: center;
    margin-bottom: 25px;
}
.page-information05 .img01 {
    text-align: center;
    margin-bottom: 25px;
}
.page-information05 .txt01 {
    text-align: center;
    margin-bottom: 35px;
}
.page-information05 .txt02 {
    padding: 0 10px 30px 15px;
}
.page-information05 .txt03 {
    padding: 0 15px 0px 20px;
}
.page-information05 .txt03 {
}
.page-information05 .page-information05-box {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 8% 80px 8%;
    background: #ffffff;
    position: relative;
}
.page-information05 .page-information05-box::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	right: -20px;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/information/bg_hiyouwaku.png");
	background-position: right bottom;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-information05 .page-information05-box h5 {
    padding: 11px 30px 9px 30px;
    margin-bottom: 20px;
    background: #f5e6e3;
    text-align: left;
    border-radius: 30px;
}
.page-information05 .page-information05-box .page-information05-boxin {
    padding: 0px 0px 20px 0px;
    background: #f3f1f1;
    border-radius: 20px;
    overflow: hidden;
}
.page-information05 .page-information05-box .page-information05-boxin h6 {
    padding: 8px 20px 6px 25px;
    margin-bottom: 20px;
    background: #dcdcdc;
    text-align: left;
}

.page-information06 {
    position: relative;
    padding-top: 160px;
    padding-bottom: 60px;
}
.page-information06::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 10px);
	background-color: #ffffff;
    z-index: -3;
}
.page-information06::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/cmn/bg01.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: auto;
    z-index: -2;
}
.page-information06 .contents-inr {
    max-width: 860px;
}
.page-information06 h3 {
    text-align: center;
    margin-bottom: 15px;
}
.page-information06 h5 {
    padding: 11px 30px 9px 30px;
    margin-bottom: 20px;
    background: #f5e6e3;
    text-align: center;
    border-radius: 30px;
}
.page-information06 .img01 {
    text-align: center;
    margin-bottom: 25px;
}
.page-information06 .img-box {
    text-align: center;
    max-width: 692px;
    margin-left: auto;
    margin-right: auto;
}
.page-information06 .img-box img {
    max-width: 100%;
}
.page-information06 .txt01 {
    text-align: center;
    margin-bottom: 35px;
}
.page-information06 .txt02 {
    margin-top: 40px;
    margin-bottom: 70px;
}

.page-information-link {
}
.page-information-link p {
    margin-left: 22%;
    margin-bottom: 30px;
    padding: 0 0 0 20px;
	background: url("../img/cmn/icon_arw01.svg") left 6px no-repeat;
    background-size: 11px;
}

.page-information07 {
    position: relative;
    padding-top: 175px;
    padding-bottom: 120px;
}
.page-information07::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 20px);
	background-color: #ffffff;
    z-index: -3;
}
.page-information07::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/information/bg_kizuna.jpg"), url("../img/cmn/bg02.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    z-index: -2;
}
.page-information07 .contents-inr {
    max-width: 1120px;
}
.page-information07 .page-information07__list {
}
.page-information07 .page-information07__list li {
}
.page-information07 .page-information07__list li:nth-of-type(1) {
    width: 44%;
    padding-right: 10%;
    padding-top: 28%;
}
.page-information07 .page-information07__list li:nth-of-type(1) img {
    display: inline-block;
    margin-bottom: 30px;
}
.page-information07 .page-information07__list li:nth-of-type(2) {
    width: 56%;
}
.page-information07 .img-box {
    text-align: center;
    padding-left: 10%;
    padding-bottom: 30px;
}
.page-information07 h5 {
    padding: 11px 35px 9px 35px;
    margin-bottom: 25px;
    background: #f5e6e3;
    text-align: left;
    border-radius: 30px;
}
.page-information07 p {
    padding: 0 35px 40px 40px;
}

.page-information08 {
    padding-top: 30px;
    padding-bottom: 150px;
}
.page-information08 .contents-inr {
}

.page-information-flow {
    padding-bottom: 40px;
}
.page-information-flow .page-information-flow__txt {
    margin-bottom: 20px;
}
.page-information-flow .page-information-flow__txt li {
}
.page-information-flow .page-information-flow__txt li:nth-of-type(1) {
    width: 500px;
    padding-left: 80px;
    padding-right: 20px;
}
.page-information-flow .page-information-flow__txt li:nth-of-type(1) h3 {
    width: 356px;
    margin-bottom: 30px;
}
.page-information-flow .page-information-flow__txt li:nth-of-type(2) {
    width: calc(100% - 500px);
    padding: 10px 2% 0 6%;
}
.page-information-flow .page-information-flow__txt li:nth-of-type(2) img {
    max-width: 319px;
}

.page-information-flow .timebox {
    margin: 0 auto 30px auto;
    padding: 0px 40px 20px 0px;
    max-width: 620px;
    min-height: 240px;
    position: relative;
}
.page-information-flow .timebox::before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	right: -60px;
	margin: 0;
	width: calc(100% + 120px);
	height: 100%;
    background-color: #f8f8f8;
    border-radius: 150px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    z-index: -2;
}
.page-information-flow .timebox .illust {
    position: absolute;
    bottom: -150px;
    left: 60%;
    width: 210px;
}
.page-information-flow .timebox .illust img {
    width: 100%;
    height: auto;
}
.page-information-flow .timebox li {
}
.page-information-flow .timebox li:nth-of-type(1) {
    width: 32%;
    text-align: center;
    padding-top: 60px;
    position: relative;
}
.page-information-flow .timebox li:nth-of-type(1)::before {
	content: "";
	display: block;
	position: absolute;
	top: 70px;
	left: 50%;
	margin: 0;
	width: 2px;
	height: 120%;
    background-color: #cccccc;
    z-index: -1;
}
.page-information-flow .timebox.timebox-last li:nth-of-type(1)::before {
    display: none;
}
.page-information-flow .timebox li:nth-of-type(1) .timetxt {
    padding: 35px 0px 15px 0px;
    margin-bottom: 15px;
	background: #f8f8f8 url("../img/cmn/icon_time.svg") center top no-repeat;
    background-size: 26px;
}
.page-information-flow .timebox li:nth-of-type(2) {
    width: 68%;
    padding-top: 60px;
}
.page-information-flow .timebox li:nth-of-type(2) h4 {
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    border-radius: 30px;
	background: url("../img/homenursingcare/bg_ttl_timebox.png") center center no-repeat;
    background-size: 100% 100%;
}
.page-information-flow .timebox li:nth-of-type(2) p {
}

.page-information09 {
    padding-bottom: 60px;
}
.page-information09 .contents-inr {
    max-width: 860px;
}
.page-information09 h5 {
    padding: 11px 35px 9px 35px;
    background: #ffffff;
    text-align: center;
    border-radius: 30px;
}
.page-information09 p {
}
.page-information09 .img-box {
    margin: 60px 25px 40px 25px;
    text-align: center;
}
.page-information-brown {
    padding-bottom: 30px;
}

@media screen and (max-width: 959px) {
    .page-information01::after {
        background-size: 160%;
    }
    .page-information03::after {
        background-size: 160%;
    }
    .page-information04::after {
        background-size: 160%, 160%;
    }
    .page-information06::after {
        background-size: 160%;
    }
    .page-information07::after {
        background-size: 160%, 160%;
    }
    .page-information01 .illust {
        right: -10px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-information05 .page-information05-box::before {
        bottom: -5px;
        right: -5px;
        background-size: 150px;
    }
    .page-information-link p {
        margin-left: 0;
        margin-bottom: 20px;
        padding: 0 0 0 20px;
        background: url("../img/cmn/icon_arw01.svg") left 3px no-repeat;
        background-size: 11px;
    }
    .page-information01 .illust {
        right: 0px;
        width: 100px;
    }

    .page-information01 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .page-information01 h3 {
        margin-bottom: 40px;
    }
    .page-information01 h4 {
        padding: 11px 20px 9px 20px;
        margin-bottom: 15px;
        border-radius: 25px;
    }
    .page-information01 p {
        margin-bottom: 30px;
    }

    .page-information02 {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .page-information02 .page-information02-ttl {
        margin-bottom: 20px;
    }
    .page-information02 .page-information02-ttl li:nth-of-type(1) {
        width: 100%;
        padding-left: 0%;
    }
    .page-information02 .page-information02-ttl li:nth-of-type(1) img {
        width: 60%;
    }
    .page-information02 .page-information02-ttl li:nth-of-type(2) {
        width: 100%;
        padding-left: 0%;
        padding-top: 3%;
    }
    .page-information02 .page-information02-ttl li h3 {
        max-width: 346px;
    }

    .information-staff__tab ul li {
        width: 100%;
        margin: 0 0px 15px 0;
    }
    .information-staff__tab ul li:last-child {
        margin: 0 0px 0px 0;
    }
    .information-staff__tab ul li a {
        padding: 14px 0px 16px 0px;
    }

    .page-information03 {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .page-information03 .page-information03-staff li {
        margin-right: 10px;
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
    }
    .page-information03 .page-information03-staff li:nth-of-type(4n) {
        margin-right: 10px;
    }
    .page-information03 .page-information03-staff li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .page-information04 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .page-information04 .icon01 {
        top: 3%;
        left: calc(50% - 110%);
        width: 160%;
    }
    .page-information04 .icon02 {
        position: absolute;
        bottom: 6.2%;
        left: 54%;
        width: 15%;
        text-align: center;
        z-index: -1;
    }
    .page-information04 .icon02 img {
        width: 100%;
    }
    .page-information04 h4 {
        margin-bottom: 10px;
    }
    .page-information04 .img01 {
        margin-bottom: 10px;
    }
    .page-information04 .txt01 {
        text-align: left;
        margin-bottom: 20px;
    }
    .page-information04 .page-information04-img {
        margin-bottom: 40px;
    }
    .page-information04 .page-information04-img li {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
    }
    .page-information04 .page-information04-img li:last-of-type {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .page-information04 .page-information04-box h5 {
        padding: 6px 20px 4px 20px;
        margin-bottom: 15px;
    }
    .page-information04 .page-information04-box .txt02 {
        padding: 0px 15px 25px 15px;
    }
    .page-information04 .page-information04-box .txt03 {
        padding: 0px 5px 10px 5px;
        margin: 0px 10px 10px 10px;
    }

    .page-information05 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .page-information05 .icon01 {
        top: -10%;
        left: 8%;
        width: 210%;
    }
    .page-information05 h3 {
        margin-bottom: 5px;
    }
    .page-information05 h4 {
        margin-bottom: 15px;
    }
    .page-information05 .img01 {
        margin-bottom: 10px;
    }
    .page-information05 .txt01 {
        margin-bottom: 20px;
    }
    .page-information05 .txt02 {
        padding: 0 5px 20px 5px;
    }
    .page-information05 .txt03 {
        padding: 0 10px 10px 10px;
    }
    .page-information05 .page-information05-box {
        padding: 20px 15px 20px 15px;
    }
    .page-information05 .page-information05-box h5 {
        padding: 6px 20px 4px 20px;
        margin-bottom: 15px;
        border-radius: 20px;
    }
    .page-information05 .page-information05-box .page-information05-boxin {
        padding: 0px 0px 5px 0px;
        border-radius: 15px;
    }
    .page-information05 .page-information05-box .page-information05-boxin h6 {
        padding: 8px 20px 6px 20px;
        margin-bottom: 15px;
    }

    .page-information06 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .page-information06 h3 {
        margin-bottom: 5px;
    }
    .page-information06 h5 {
        padding: 6px 20px 4px 20px;
        margin-bottom: 15px;
        border-radius: 20px;
    }
    .page-information06 .img01 {
        margin-bottom: 10px;
    }
    .page-information06 .txt02 {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .page-information07 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .page-information07 .page-information07__list li:nth-of-type(1) {
        width: 100%;
        padding-right: 0%;
        padding-top: 0%;
        padding-bottom: 20px;
        text-align: center;
    }
    .page-information07 .page-information07__list li:nth-of-type(1) img {
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        width: 45%;
    }
    .page-information07 .page-information07__list li:nth-of-type(2) {
        width: 100%;
    }
    .page-information07 .img-box {
        text-align: center;
        padding-left: 0%;
        padding-bottom: 10px;
    }
    .page-information07 .img-box img {
        width: 50%;
        height: auto;
    }
    .page-information07 h5 {
        padding: 6px 20px 4px 20px;
        margin-bottom: 15px;
        border-radius: 20px;
    }
    .page-information07 p {
        padding: 0 15px 20px 15px;
    }

    .page-information08 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .page-information-flow {
        padding-bottom: 0px;
    }
    .page-information-flow .page-information-flow__txt {
        margin-bottom: 0px;
    }
    .page-information-flow .page-information-flow__txt li {
    }
    .page-information-flow .page-information-flow__txt li:nth-of-type(1) {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-information-flow .page-information-flow__txt li:nth-of-type(1) h3 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .page-information-flow .page-information-flow__txt li:nth-of-type(2) {
        width: 100%;
        padding: 0px 20px 0 0;
        text-align: right;
    }
    .page-information-flow .page-information-flow__txt li:nth-of-type(2) img {
        max-width: 180px;
    }

    .page-information-flow .timebox {
        padding: 0px 30px 0px 0px;
    }
    .page-information-flow .timebox::before {
        top: 30px;
        right: -5px;
        width: calc(100% + 10px);
        height: 100%;
        border-radius: 70px;
    }
    .page-information-flow .timebox .illust {
        position: absolute;
        bottom: -50px;
        left: 60%;
        width: 120px;
    }
    .page-information-flow .timebox .illust img {
        width: 100%;
        height: auto;
    }
    .page-information-flow .timebox li:nth-of-type(1) {
        width: 32%;
    }
    .page-information-flow .timebox li:nth-of-type(1)::before {
        top: 70px;
        left: 50%;
        width: 2px;
        height: 246px;
    }
    .page-information-flow .timebox.timebox-last li:nth-of-type(1)::before {
        display: none;
    }
    .page-information-flow .timebox li:nth-of-type(2) {
        width: 68%;
        padding-top: 50px;
    }

    .page-information09 {
        padding-bottom: 40px;
    }
    .page-information09 h5 {
        padding: 6px 20px 4px 20px;
        border-radius: 20px;
    }
    .page-information09 .img-box {
        margin: 20px 0px 20px 0px;
    }
}

/*	エントリー
---------------------------------*/
.page-entry-form {
    margin-bottom: 80px;
    position: relative;
}
.page-entry-form::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #ffffff;
    z-index: -2;
}
.page-entry-form .contents-inr {
    padding-top: 90px;
    padding-bottom: 100px;
}

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

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

@media screen and (max-width: 599px) {
    .page-entry-form {
        margin-bottom: 40px;
    }
    .page-entry-form .contents-inr {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

