@charset "UTF-8";
.healthcare {
	position: relative;
	margin-top: 10px;
	font-family: "Noto Sans JP", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #444;
}
.healthcare * {
	box-sizing: border-box;
}
.healthcare .img, 
.healthcare figure {
	text-align: center;
	line-height: 0;
}
.healthcare a:hover img {
	opacity: 1;
}
.healthcare strong {
	font-weight: 900;
	color: #FF8484;
}
.healthcare p.note,
.healthcare .note_list li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
.healthcare .note_list li ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.healthcare .note_list.sp li + li {
	margin-top: 10px;
}
.healthcare .note_list.number li {
	padding-left: 40px;
}
.healthcare p.note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.healthcare .note_list li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.healthcare .note_list li ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.healthcare .note_list.number li::before {
	position: absolute;
	content: "※" counter(list-item);
}
.healthcare .monitor {
	margin-top: -12.5vw;
	padding: 0 40px 110px;
	background-color: #FCFBF3;
}
.healthcare .recruit_monitor {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	padding: 30px clamp(30px, 3.96vw, 50px) 30px clamp(60px, 7.53vw, 95px);
	background: url("healthcare_monitor_bg01.png") repeat;
	border: 3px solid #FF8484;
	border-radius: 12px;
	display: grid;
	grid-template-columns: 31.63% 66.36%;
	grid-template-rows: repeat(3, auto);
	justify-content: space-between;
	align-items: center;
	/*gap: 20px;*/
	/*
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	*/
}
.healthcare .recruit_monitor::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 5px solid #FFF;
	border-radius: 12px;
}
.healthcare .recruit_monitor .box01 { grid-area: 1 / 2 / 2 / 3; }
.healthcare .recruit_monitor .box02 { grid-area: 1 / 1 / 4 / 2; }
.healthcare .recruit_monitor .box03 { grid-area: 2 / 2 / 3 / 3; }
.healthcare .recruit_monitor .box04 { grid-area: 3 / 2 / 4 / 3; }

.healthcare .recruit_monitor .box01 {
	position: relative;
	text-align: center;
	z-index: 1;
}
.healthcare .recruit_monitor .box02 {
	text-align: center;
}
.healthcare .recruit_monitor .box03 {
	position: relative;
	text-align: center;
	z-index: 1;
}
.healthcare .recruit_monitor .box04 {
	position: relative;
	text-align: center;
	z-index: 1;
}
.healthcare .recruit_monitor h3 {
	margin-bottom: 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.2;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.healthcare .recruit_monitor h3 span {
	margin: 0 5px;
	padding: 8px 10px;
	font-size: 160%;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	display: inline-block;
}
.healthcare .recruit_monitor h3 em {
	margin: 0 10px;
	font-size: 320%;
	font-size: clamp(40px, 3.96vw, 50px);
	color: #FFEC64;
	display: inline-block;
}
.healthcare .recruit_monitor p {
	margin-bottom: 30px;
	font-size: 135%;
	font-weight: 700;
	line-height: 1.6;
	color: #FFF;
}
.healthcare .recruit_monitor ul {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.healthcare .recruit_monitor li {
	position: relative;
	margin-bottom: 0;
	padding: 30px 10px 20px;
	width: calc(33.3333% - (40px / 3));
	font-size: 135%;
	font-weight: 700;
	line-height: 1.4;
	color: #545454;
	background-color: #FFF;
	border-radius: 9px;
}
.healthcare .recruit_monitor li::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	width: 49px;
	height: 47px;
	margin: 0 auto;
	background: url("healthcare_monitor_ico01.png") no-repeat center center / contain;
	display: block;
}
.healthcare .recruit_monitor li strong {
	font-weight: 900;
	color: #FF8484;
}
.healthcare .recruit_monitor a {
	display: inline-block;
}
.healthcare .monitor_btn {
	text-align: center;
	line-height: 1.0;
}
.healthcare .monitor_btn img {
	transition: .2s ease;
}
.healthcare .monitor_btn img:hover {
	transform:scale(1.05,1.05);
	transition: .2s ease;
}
.healthcare .award_point {
	position: relative;
	margin-top: 35px;
	padding-top: 60px;
	text-align: center;
}
.healthcare .award_point::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 58px;
	margin: 0 auto;
	background: url("healthcare_monitor_ico02.png") no-repeat center center / contain;
	display: block;
}
.healthcare .award_point figure {
	margin-bottom: 5px;
}
.healthcare .award_point .note_list {
	font-size: 110%;
	text-align: left;
	display: inline-block;
	max-width: 980px;
}
.healthcare .feature {
	padding-left: 40px;
	padding-right: 40px;
	background: url("healthcare_monitor_bg02.png") no-repeat center top;
	opacity: 1;
	transform: none;
}
.healthcare .feature_inner {
	padding-top: 120px;
	padding-bottom: 120px;
}
.healthcare .feature h2 {
	margin-bottom: 5px;
	text-align: center;
}
.healthcare .feature .lead_txt {
	margin-bottom: 20px;
	font-size: 150%;
	text-align: center;
	font-weight: 700;
	color: #525252;
}
.healthcare .feature .lead_txt strong {
	font-size: 150%;
	text-align: center;
	font-weight: 900;
	color: #FF8484;
}
.healthcare .feature_img {
	margin-bottom: 30px;
	text-align: center;
}
.healthcare .feature_box {
	max-width: 1100px;
	margin: 0 auto;
	padding: 35px 60px 50px;
	background-color: #FFF;
	border-radius: 9px;
	display: grid;
	grid-template-columns: 61.22% 34.69%;
	grid-template-rows: repeat(3, auto);
	justify-content: space-between;
	align-items: flex-start;
}
.healthcare .feature_box .box01 { grid-area: 1 / 1 / 2 / 2; }
.healthcare .feature_box .box02 { grid-area: 2 / 1 / 3 / 3; }
.healthcare .feature_box .box03 { grid-area: 1 / 2 / 2 / 3; } 

.healthcare .feature_box {
	max-width: 1100px;
	margin: 0 auto;
	padding: 35px 60px 50px;
	background-color: #FFF;
	border-radius: 9px;
}
.healthcare .feature_box + .feature_box {
	margin-top: 20px;
}
/*
.healthcare .feature_box .row {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.healthcare .feature_box .col {
	width: 61.22%;
}
.healthcare .feature_box figure {
	width: 34.69%;
}
*/

.healthcare .feature_box h3 {
	position: relative;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-left: 70px;
	padding-bottom: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 185%;
	font-weight: 700;
	color: #555;
	border-bottom: 2px dotted #D6D6D6;
}
.healthcare .feature_box h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 46px;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
}
.healthcare .feature_box .chat::before {
	background-image: url("healthcare_monitor_ico03.png");
}
.healthcare .feature_box .online::before {
	background-image: url("healthcare_monitor_ico04.png");
}
.healthcare .feature_box .pedometer::before {
	background-image: url("healthcare_monitor_ico05.png");
}
.healthcare .feature_box .box01 p {
	font-size: 125%;
	line-height: 1.8;
}
.healthcare .feature_box strong {
	font-weight: 900;
	color: #FF8484;
}
.healthcare .feature_box .note, 
.healthcare .feature_box .note_list {
	margin-top: 20px;
}
.healthcare .flow {
	padding-left: 40px;
	padding-right: 40px;
	background-color: #FCFBF3;
}
.healthcare .flow_inner {
	padding-top: 120px;
	padding-bottom: 120px;
}
.healthcare .flow h2 {
}
.healthcare .flow h3 {
	margin-bottom: 40px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 310%;
	font-weight: 700;
	text-align: center;
	color: #727171;
}
.healthcare .flow h3 em {
	text-align: center;
	color: #4CC3A9;
}
.healthcare .flow h3 small {
	font-size: 80%;
}
.healthcare .flow h3 span {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	display: inline-block;
}
.healthcare .flow h3 span::before, 
.healthcare .flow h3 span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 38px;
	height: 60px;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
}
.healthcare .flow h3 span::before {
	left: 0;
	background-image: url("healthcare_monitor_ico06.png");
}
.healthcare .flow h3 span::after {
	right: 0;
	background-image: url("healthcare_monitor_ico07.png");
}
.healthcare .flow .lead_txt {
	margin-bottom: 50px;
	font-size: 125%;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
}
.healthcare .step_box {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 60px 45px;
	background-color: #E5F8F6;
}
.healthcare .step_box + .step_box {
	margin-top: 76px;
}
.healthcare .step_box h4 {
	margin-top: -30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 180%;
	color: #555;
	border-bottom: 2px dotted #4DC3A9;
}
.healthcare .step_box h4 span {
	margin-bottom: 20px;
	line-height: 0;
	display: block;
}
.healthcare .step_box p {
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: 700;
	line-height: 1.8;
}
.healthcare .terms {
	max-width: 845px;
	height: 435px;
	margin: 50px auto 0;
	padding: 40px 30px;
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	border-radius: 9px;
	overflow: auto;
}
.healthcare .terms_inner {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.healthcare .terms h5 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 130%;
	color: #525252;
}
.healthcare .terms h5::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto 0;
	background: url("healthcare_monitor_ico10.png") no-repeat center center / contain;
	display: block;
}
.healthcare .terms h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 98%;
	font-weight: 400;
	line-height: 1.8;
}
.healthcare .terms p, 
.healthcare .terms li {
	margin-bottom: 5px;
	font-size: 98%;
	font-weight: 400;
	line-height: 1.8;
}
.healthcare .terms li {
	position: relative;
	padding-left: 30px;
}
.healthcare .terms ol li:before {
	content: "(" counter(list-item) ")";
	position: absolute;
	top: 0;
	left: 0;
}
.healthcare .terms ol li li {
	margin-top: 5px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.healthcare .terms ol li li:before {
	display: none;
}
.healthcare .terms ul li:before {
	content: "○";
	position: absolute;
	top: 0;
	left: 0;
}
.healthcare .terms ul li mark {
	color: #444;
	background: none;
	border-bottom: 1px solid #444;
}
.healthcare .entry_btn {
	margin-top: 15px;
	text-align: center;
	line-height: 0;
}
.healthcare .entry_btn img {
	transition: .2s ease;
}
.healthcare .entry_btn img:hover {
	transform: scale(1.05,1.05);
	transition: .2s ease;
}
.healthcare .dl_app {
	margin-bottom: 20px;
	padding: 40px 20px;
	background-color: #FFF;
	border-radius: 10px;

  	display: flex;
	justify-content: center;
	align-items: center;
}
.healthcare .dl_app_btn {
	margin: 0 12px;
	text-align: center;
	line-height: 0;
}
.healthcare .dl_app_btn a {
	position: relative;
	display: block;
}
.healthcare .detail {
	padding-left: 40px;
	padding-right: 40px;
	background: url("healthcare_monitor_bg03.jpg") no-repeat center center / cover;
}
.healthcare .detail_inner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.healthcare .detail {
	margin-bottom: 0;
}
.healthcare .detail_btn {
	margin-top: -76px;
	text-align: center;
	line-height: 0;
}
.healthcare .detail_btn img {
	transition: .2s ease;
}
.healthcare .detail_btn img:hover {
	transform: scale(1.05,1.05);
	transition: .2s ease;
}

@media screen and (max-width: 1020px) {
.healthcare .healthcare .monitor {
	margin-top: -128px;
	padding: 0 40px;
}
.healthcare .recruit_monitor {
	padding-left: 75px;
	padding-right: 40px;
}
}

@media screen and (max-width: 767px) {
.healthcare {
	margin-top: 0;
}
.healthcare p.note,
.healthcare .note_list li {
	padding-left: 25px;
	font-size: 14px;
	font-weight: 400;
}
.healthcare .note_list.number li {
	padding-left: 35px;
}
.healthcare .monitor {
	margin-top: -39.11vw;
	padding: 0 10px 60px;
}

.healthcare .recruit_monitor {
	padding: 30px 10px;
	border: 4px solid #FF8484;
	border-radius: 12px;
	grid-template-columns: 45% 55%;
	box-shadow: 0 2px 10px rgba(0,0,0, 0.15);
}
.healthcare .recruit_monitor::before {
	border: 4px solid #FFF;
}
.healthcare .recruit_monitor .box01 { grid-area: 1 / 2 / 2 / 3; }
.healthcare .recruit_monitor .box02 { grid-area: 1 / 1 / 2 / 2; }
.healthcare .recruit_monitor .box03 { grid-area: 2 / 1 / 3 / 3; }
.healthcare .recruit_monitor .box04 { grid-area: 3 / 1 / 4 / 3; }
.healthcare .recruit_monitor .box02 {
	padding-bottom: 15px;
}
.healthcare .recruit_monitor h3 {
	margin-bottom: 10px;
	display: block;
}
.healthcare .recruit_monitor h3 span {
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 15px;
	display: block;
}
.healthcare .recruit_monitor h3 em {
	margin: 0 0;
	font-size: 25px;
	color: #FFEC64;
	display: block;
}
.healthcare .recruit_monitor p {
	margin-bottom: 30px;
	font-size: 90%;
	font-weight: 700;
	line-height: 1.8;
	color: #FFF;
}
.healthcare .recruit_monitor figure {
	padding-right: 5px;
}
.healthcare .recruit_monitor ul {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.healthcare .recruit_monitor li {
	padding: 20px 5px 10px;
	width: calc(33.3333% - (8px / 3));
	font-size: 14px;
}
.healthcare .recruit_monitor li::before {
	top: -10px;
	width: calc(49px * 0.6);
	height: calc(47px * 0.6);
}
.healthcare .monitor_btn a {
	max-width: 640px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
}
.healthcare .monitor_btn img {
	width: 100%;
	height: auto;
}
.healthcare .award_point {
	position: relative;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 45px;
	text-align: center;
}
.healthcare .award_point::before {
	width: calc(50px * 0.6);
	height: calc(58px * 0.6);
}
.healthcare .award_point figure {
	margin-bottom: 5px;

}
.healthcare .award_point .note_list {
	font-size: 110%;
	text-align: left;
	display: inline-block;
}
.healthcare .feature {
	padding-left: 20px;
	padding-right: 20px;
	background: url("sp/healthcare_monitor_bg02.png") no-repeat center top / cover;
}
.healthcare .feature_inner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.healthcare .feature h2 {
	max-width: calc(700px * 0.6);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.healthcare .feature .lead_txt {
	margin-bottom: 20px;
	font-size: 120%;
}
.healthcare .feature .lead_txt strong {
	font-size: 140%;
}
.healthcare .feature_box {
	padding: 15px 20px 30px;
}

.healthcare .feature_box {
	padding: 15px 20px 30px;
	display: block;
}
.healthcare .feature_box + .feature_box {
	margin-top: 20px;
}
/*
.healthcare .feature_box .row {
	margin-bottom: 20px;
	display: block;
}
.healthcare .feature_box .col {
	width: 100%;
}
*/
.healthcare .feature_box figure {
	margin-top: 20px;
}
.healthcare .feature_box h3 {
	padding-left: calc(70px * 0.8);
	font-size: 140%;
}
.healthcare .feature_box h3::before {
	width: calc(56px * 0.8);
	height: calc(46px * 0.8);
}
.healthcare .feature_box .box01 p {
	margin-bottom: 20px;
	font-size: 100%;
}
.healthcare .flow {
	padding-left: 20px;
	padding-right: 20px;
}
.healthcare .flow_inner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.healthcare .flow h2 {
	max-width: calc(413px * 0.6);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.healthcare .flow h3 {
	margin-bottom: 20px;
	font-size: 170%;
}
.healthcare .flow h3 span {
	padding-left: calc(60px * 0.5);
	padding-right: calc(60px * 0.5);
}
.healthcare .flow h3 span::before, 
.healthcare .flow h3 span::after {
	width: calc(38px * 0.5);
	height: calc(60px * 0.5);
}
.healthcare .flow .lead_txt {
	margin-bottom: 50px;
	font-size: 100%;
	text-align: left;
}
.healthcare .step_box {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 20px 30px;
	background-color: #E5F8F6;
}
.healthcare .step_box + .step_box {
	margin-top: 60px;
}
.healthcare .step_box h4 {
	margin-top: -25px;
	margin-bottom: 20px;
	font-size: 150%;
}
.healthcare .step_box h4 span {
	width: calc(163px * 0.8);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.healthcare .step_box p {
	font-size: 100%;
}
.healthcare .terms {
	height: 350px;
	margin: 30px auto 0;
	padding: 30px 20px;
}
.healthcare .terms h5 {
	font-size: 120%;
}
.healthcare .terms h5::before {
	top: 6px;
	bottom: auto;
}
.healthcare .terms h6 {
	font-size: 14px;
}
.healthcare .terms p, 
.healthcare .terms li {
	font-size: 14px;
}
.healthcare .dl_app {
	margin-bottom: 20px;
	padding: 30px 20px;
  	display: block;
}
.healthcare .dl_app_btn {
	max-width: 200px;
	margin: 0 auto;
}
.healthcare .dl_app_btn + .dl_app_btn {
	margin-top: 30px;
}
.healthcare .detail {
	padding-left: 20px;
	padding-right: 20px;
	background-image: url("sp/healthcare_monitor_bg03.jpg");
}
.healthcare .detail_inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.healthcare .detail {
	margin-bottom: 0;
}
.healthcare .detail_btn {
	margin-top: -9vw;
}
}


@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .hero img,
  .award_point img {
    width: 100%;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
