@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: Gothic MB101 Regular,'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	line-height: 1.6;
	font-size: 87.5%;
}
strong {
	font-family: Gothic MB101 DemiBold;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,div {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}
ul { list-style-type: none;}
ol { padding-left: 2em;}
p {
	margin-bottom: 1.2em;
}
textarea {
	font-size: 1em;
}
img {
	border:0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #afafaf;
}
th,td {
	border-bottom: 1px solid #afafaf;
	padding: 5px 10px;
	vertical-align: top;
}
th {
	white-space: nowrap;
	text-align: left;
	background: #E2E2E2;
}
.pc_elem {
	display: none;
}

/* ____ リンクテキスト ____ */
a {
	color: #333;
	text-decoration: underline;
    transition: all  0.3s ease;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
}

/*___________ ページの先頭へ ___________ */
.tothetopfixed {
	position: fixed;
	bottom: 25px;
	right: 8px;
}
.tothetopfixed a {
	width: 45px;
	height: 45px;
	text-align: center;
	display: block;
}
.tothetopfixed img {
	width: 45px;
}

/*___________ レイアウト設計 ___________ */
h2 {
	font-size: 138.46153%;
	padding-bottom: 15px;
	font-family: Gothic MB101 DemiBold;
}
h3 {
	font-size: 125%;
	font-family: Gothic MB101 DemiBold;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background: url(../img-layout/hd_orn.png) no-repeat left bottom/ 25px 1px;
}
h3.hddr {
	text-align: center;
	background: url(../img-layout/hd_orn.png) no-repeat center bottom/ 25px 1px;
}
h4 {
	font-family: Gothic MB101 DemiBold;
	font-size: 114.28571%;
}
html {
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}
#hero {
	height: 160px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#hero h2 {
/*	font-size: 166.66666%;*/
}
#hero h2 .subcopy {
	font-size: 80%;
}
.contents {
	padding: 30px 15px 0;
	text-align: left;
}
.contents_inner {
	padding: 0 15px 20px;
}
.contents_inner.hr_sec {
	padding-top: 50px;
	border-top: 1px solid #AFAFAF;
}
.page_intro,
.page_intro2 {
	padding: 0 15px 30px;
	text-align: center;
}
#head {
	width: 100%;
	background: #9E282C;
	text-align: left;
}
#head h1 {
	width: 100px;
	padding: 5px 0 5px 15px;
}
.link_btn {
	text-align: right;
}
.link_btn a {
	background: #BE272D;
	border-radius: 20px;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
}
.resp {
	padding: 0 15px 35px;
	margin: 0 auto;
	max-width: 350px;
}
.tothejhc_sp {
	margin: 15px;
}

/*
ナビゲーション
_______________________*/
#pc_gnav {
	display: none;
}
#sp_gnav {
}
#mn_defa {
	background: #9E282C;
	position: fixed;
	top: 0;
	right: 0;
	padding: 13px 13px 12px;
	z-index: 500;
}
#mn_defa li {
}
#mn_defa a {
	display: block;
}
#mn_defa img {
	width: 30px;
}
#mn_cont {
	display: none;
	background: #9E282C;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
}
#mn_cont_inner {
	font-size: 106.66666%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding: 90px 0 50px;
	z-index: 402;
}
#mn_cont h3 {
	font-size: 100%;
}
#mn_cont h3.close {
	background: url(../img-layout/pt_mn.png) no-repeat 98% center/ 18px 10px;
}
#mn_cont h3.open {
	background: url(../img-layout/menu_on.png) no-repeat right center/ 30px 30px;
}
#mn_cont .mn_nm,
#mn_cont h3,
#mn_cont li a {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-align: left;
}

/*
フッター
_______________________*/
.f_bana {
	padding: 0 5% 35px;
}
.f_bana a {
	text-decoration: none;
}
.f_bana li {
	border-bottom: 2px dotted #969696;
	padding: 25px 0 5px;
}
.f_bana li:last-of-type {
	border: none;
}
.f_bana li img {
	border: 1px solid #e3e3e3;
	margin-bottom: 8px;
}

#footer {
	border-top: 1px solid #e3e3e3;
	color: #5A1617;
	text-align: center;
}
#footer ul {
	text-align: center;
	margin: 25px 15px;
}
#footer a {
/*	display: block;*/
	padding: 4px 0;
	color: #5A1617;
	text-decoration: none;
}
.footer_info {
	border-top: 1px solid #e3e3e3;
	padding: 20px 15px 5px;
}
.footer_info .logo img {
	max-width: 225px;
}
#footer h4 {
	font-size: 128.57142%;
	font-weight: bold;
	padding: 15px 0 5px;
}
#copyright {
	background: #9E282C;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	font-size: 86.66666%;
}

.map_wrap {
	height: 0;
	position: relative;
	padding-bottom: 56%;
/*	margin: 30px 15px 50px;*/
}
.map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ft_attent {
	text-align: center;
	font-size: 86%;
	padding: 0 0 15px;
}


/*
トップページ
_______________________*/
.first-view-wrap {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	margin-bottom: 25px;
}
#videoPc {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
}
.video-cover {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	zoom: .5;
}
#top_catch_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 210;
	border: 5px solid #fff;
	padding: 5px 20px 5px 25px;
	text-align: center;
	background: rgba(0,0,0,0.15)
}
#top_catch {
	font-family: A1 Mincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing: 0.1em;
	font-size: 238%;
	white-space: nowrap;
	line-height: 1.40em;
}
#top_catch_wrap p {
	padding-top: 15px;
	font-size: 107%;
}

.top_news {
	padding: 0 15px 20px;
}
.top_news .date {
/*	font-weight: bold;*/
	font-family: Gothic MB101 DemiBold;
}
.top_jigyo {
	padding: calc(53% + 25px) 15px 35px;
	background: url(../img-layout/top_01.jpg) no-repeat top/ contain;
}
.top_contlist {
	margin-bottom: 35px;
}
.topcont {
	background: #efefef;
}
.topcont .cont {
	padding: 25px 15px 10px;
}
.topcont .cont a {
	color: #BE272D;
	text-decoration: none;
}
.top_bana {
	margin: 0 auto;
	padding: 0 15px 35px;
	text-align: center;
}
.top_attent {
	padding: 0 0 15px;
	margin: 0 15px 35px;
	border-bottom: 1px solid #cc0000;
}
.top_resp li {
	padding-bottom: 15px;
}

.meister_swipe {
	text-align: left;
}
.meister_swipe .pic {
	margin-bottom: 10px;
}
.meister_swipe p {
	padding: 0 10px;
}
.meister_swipe h3 {
	margin: 0 10px 15px;
}
.swiper-container {
	margin-bottom: 20px;
}

/*
サポートパック
_______________________*/
.page_support #hero {
	background: #E1ECF9 url(../img-layout/hd_support.png) no-repeat calc(50% - 20px) top/ cover;
}
.page_support .page_intro {
	text-align: left;
}
h4.ac_close,
h4.ac_open {
	background: #83BFE9 url(../img-layout/pt_open.png) no-repeat 98% center/ 19px 19px;
	padding: 10px 30px 10px 10px;
	font-size: 125%;
	color: #fff;
display: flex;
	margin-bottom: 10px;
}
h4.ac_open {
	background: #83BFE9 url(../img-layout/pt_close.png) no-repeat 98% center/ 19px 19px;	
}
h4.ac_close span,
h4.ac_open span {
	font-size: 250%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	padding: 0 15px 0 0;
}
.ac_content {
	display: none;
}
.ac_content h5 {
	font-size: 125%;
	font-weight: bold;
}
.sup_price {
	background: url(../img-layout/support_prbg_sp.png) no-repeat right/ 375px 210px;
	min-height: 210px;
	padding-top: 100px;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.sup_price p {
	background: rgba(255,255,255,0.8);
	padding: 10px 15px;
	width: 85%;
}
.sup_price p strong {
	font-size: 140%;
	color: #46a6de;
}
.sup_price a {
	color: #46A6DE;
	font-weight: bold;
}

/*
事業内容
_______________________*/
.page_concept #hero {
	background: #E1ECF9 url(../img-layout/hd_concept.png) no-repeat calc(50% - 20px) center/ cover;
}
.concept_detail .detail_cont {
	position: relative;
	top: -30px;
	background: rgba(255,255,255,0.8);
	margin: 0 15px;
	padding: 10px 15px;
}

/*
パートナー制度
_______________________*/
.page_jhc #hero {
	background: #E1ECF9 url(../img-layout/hd_jhc.png) no-repeat calc(50% + 65px) center/ cover;
}
.jhc_link a {
	display: block;
	background: linear-gradient(90deg,#9cd6f3,#009dd7 74%);
	padding: 12px 5px;
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-family: Gothic MB101 DemiBold;
	font-size: 114.28571%;
}
.jhc_link_2 a {
	display: block;
/*	background: #fff;
	border: solid 3px #46a6de;
	color:#46a6de;*/
	background: #BE272D;
	color: #fff;
	padding: 12px 5px;
	text-decoration: none;
	text-align: center;
	font-family: Gothic MB101 DemiBold;
/*	font-size: 114.28571%;*/
	font-size: 128%;
}
.jhc_bana {
	text-align: center;
}
.jhc_contents {
	background: url(../img-layout/jhc_01.png) no-repeat calc(50% + 90px) top/ contain;
}
.jhc_contents .logo {
	max-width: 35%;
	padding: 20px 15px;
}
.jhc_contents .jhc_cont {
	background: rgba(255,255,255,0.8);
	padding: 10px 15px;
}
.jhc_detail .detail {
	padding: 0 15px;	
}
.map_contents {
	padding: 20px 15px 15px;
	background: #EEE;
	position: relative;
	margin-bottom: 50px;
}
.map_contents .map_info {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 99999;
}
.map_info .act {
	border-left: solid 15px #FC5504;
	line-height: 15px;
	padding-left: 3px;
	margin-bottom: 8px;
}
.map_info .ready {
	border-left: solid 15px #FEFF00;
	line-height: 15px;
	padding-left: 3px;
}
.jhc_photo {
	margin: 30px auto;
}
.jhc_pics img {
	float: left;
	width: 50%;
}
.jhc_pics {
	margin-bottom: 15px;
	overflow: hidden;
}
.jhc_cal {
	width: 100%;
	height: 300px;
	margin: 20px 0;
}
.inq_info {
	text-align: center;
	padding: 0 0 15px;
}
.inq_info .telnum {
	background: url(../img-layout/icon_tel.png) no-repeat left center/ 21px 27px;
	padding-left: 30px;
	font-size: 192.85714%;
	letter-spacing: 0.08em;
}
.inq_info .telnum a {
	text-decoration: none;
}
.inq_info .telat {
	background: #ADADAD;
	padding: 2px 20px;
	display: inline-block;
	color: #fff;
}
#privacy_link {
	padding: 10px 15px 50px;
	font-size: 85.714285%;
}

/*
お問い合わせ
_______________________*/
.page_inquiry #hero {
	background: #F3FAFB url(../img-layout/hd_inq.png) no-repeat calc(50% - 20px) center/ cover;
}
.page_inquiry .inq_info {
	background: #F7F6FA;
	padding: 15px;
	margin: 0 0 20px;
}
.page_inquiry .inq_info p {
	margin: 0;
	font-size: 114.28571%;
	font-family: Gothic MB101 DemiBold;
}
.page_inquiry .inq_info p img {
	margin: 5px 10px 5px 0;
	width: 22px;
}

/*
企業案内
_______________________*/
.page_company #hero {
	background: #F3F8F0 url(../img-layout/hd_comp.png) no-repeat calc(50% - 20px) center/ cover;
}
.comp_koudou .koudou {
	border: 2px solid #49A8D9;
	border-radius: 6px;
	margin-bottom: 10px;
}
.comp_koudou h4 {
	background: #49A8D9;
	text-align: center;
	color: #fff;
	padding: 5px;
	font-size: 114.28571%;
}
.comp_koudou p {
	padding: 10px;
	margin: 0;
}

.comp_why {
	background: url(../img-layout/comp_01.png) no-repeat center top/ contain;
	padding: 20px 15px 30px;
}
.comp_why .cont {
	background: rgba(255,255,255,0.8);
	padding: 10px 15px;
}
.comp_greet_wrap {
	background: #F3F8E1;
	padding: 8px;
	margin: 0 15px 30px;
}
.comp_greet {
	border: 1px solid #fff;
	padding: 15px 15px 1px;
}
.comp_outline {
	padding: 0 15px 30px;
}
.kk_list li {
	font-size: 107%;
	font-weight: bold;
	border-bottom: 1px dashed #AFAFAF;
	padding: 8px 0;
}

/*
個人情報保護方針
_______________________*/
.page_privacy #hero {
	background: #F3FAFB url(../img-layout/hd_privacy.png) no-repeat calc(50% - 80px) center/ cover;
}
.page_privacy h3.hddr {
	padding-top: 30px;
}
/*
投資家向け情報
_______________________*/
.page_ir #hero {
	background: #F3FAFB url(../img-layout/hd_ir.png) no-repeat calc(50% - 80px) center/ cover;
}
.page_ir table {
	width: 100%;
}
.page_ir th,
.page_ir td {
	vertical-align: middle;
}
.page_ir td {
	text-align: right;
}

/*
パートナー紹介
_______________________*/
.partner_intro {
}
.partner_intro .pic {
	text-align: center;
	padding: 0 30px 15px;
}
.partner_staff_wrap {
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	padding-top: 10px;
}
.partner_staff {
	width: calc(50% - 5px);
	background: #EFEFEF;
	margin: 0 5px 10px 0;
}
.partner_staff p {
	padding: 8px 5px;
	margin: 0;
}
.partner_link a {
	background: #009DD7;
	display: inline-block;
	padding: 1px 18px 3px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 86%;
}
.p_link a {
	font-size: 112%;
	padding-bottom: 15px;
	font-family: Gothic MB101 DemiBold;
	color: #5A1617;
}
.p_wrap {
	padding-bottom: 15px;
	border-bottom: 1px solid #afafaf;
	margin: 0 0 30px;
}
.p_link {
	padding: 0 15px 20px;
}
.p_link ul {
	display: flex;
	flex-wrap: wrap;
}
.p_link li {
	padding: 0 15px;
}

/*
JHCzoomURLページ
_______________________*/
.zoomlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zoomlist li {
	width: 50%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 128%;
}

/*
新着情報
_______________________*/
.page_news #hero {
	background: #F3FAFB url(../img-layout/hd_news.png) no-repeat calc(50% - 80px) center/ cover;
}
.page_news .date {
	text-align: right;
}

a.news_link {
	background: #C8A063;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 25px;
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
	font-size: 128%;
}


/*
健康経営の取組
_______________________*/
.page_action #hero {
	background: #F3F8F0 url(../img-layout/hd_action.png) no-repeat calc(50% - 50px) center/ cover;
}
.action_plan .cont {
	padding: 10px 0 15px;
}

.seminar_link {
	text-align: center;
}
.seminar_link a {
	display: inline-block;
	margin: 15px auto 5px;
	padding: 18px;
	border-radius: 8px;
	background: #009DD7;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}

/*
ロゴアンケート*/

.enq_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.enq_list li img {
	width: 300px;
}

.opt_hddr {
	text-align: center;
	font-family: Gothic MB101 DemiBold;
	padding: 15px;
}
.opt_hddr .hddr01 {
	font-size: 1.3rem;
}
.opt_hddr .hddr02 {
	font-size: 2.0rem;
	padding: 15px 0 10px;
}
.opt_hddr .hddr01 strong {
	color: #cc0000;
}
.opt_hddr .hddr02 strong {
	background: #FBFF67;
}


/*
WHD
_______________________*/
body#whd2023 {
	background: url(../img-layout/whd_bg.png) no-repeat right bottom/ 311px 340px;
}
.whd_hd {
	margin-bottom: 30px;
}
.whd_intro {
	background: #CCEAFB url(../img-layout/whd_intro.png) no-repeat center top/ 100% auto;
	padding: 30% 15px 1px;
	margin: 0 15px 30px;
}
.whd_mes {
	background: #EFEFEF;
	padding: 15px;
	margin-bottom: 30px;
}
.whd_mes .presi_mes {
	padding: 15px 0 0;
}
.whd_mes .presi {
	text-align: right;
}
.whd_cont_wrap {
	padding: 0 15px 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.whd_cont {
	width: 47%;
}
#whd2023 h2,
#whd2023 h3 {
	font-family: Gothic MB101 DemiBold;
	font-weight: bold;
}

@media screen and (min-width:740px) {
	.opt_hddr .hddr01 {
		font-size: 1.8rem;
	}
	.opt_hddr .hddr02 {
		font-size: 4.0rem;
		padding: 15px 0 10px;
	}
	body {
		font-size: 93.75%;
		background: url(../img-layout/orn.png) no-repeat right calc(100% - 30px);
	}
	body.slp {
		background: none;
	}
	th,td {
		padding: 15px 20px;
	}
	h2 {
		font-size: 133.33333%;
		padding-bottom: 25px;
	}
	h3 {
		font-size: 133.33333%;
	}
	.pc_elem {
		display: block;
	}
	.sp_elem {
		display: none!important;
	}
	/*___________ レイアウト設計 ___________ */
	#hero {
		height: 320px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		margin-bottom: 50px;
	}
	#hero h2 {
		font-size: 166.66666%;
		width: 1000px;
		margin: 0 auto;
	}
	.contents_inner {
		width: 1000px;
		margin: 0 auto;
		padding: 0 0 70px;
	}
	.page_intro,
	.page_intro2 {
		width: 1000px;
		margin: 0 auto;
		padding: 0 0 70px;
	}
	#head {
		padding: 10px 0;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#head h1 {
		width: auto;
		padding: 5px 5px 5px 15px;
	}
	.link_btn {
		text-align: left;
	}
	.resp {
		padding: 0 0 70px;
		max-width: none;
		width: 1000px;
		text-align: center;
	}
/*	html,body {
	  scroll-padding-top: 115px;
	}*/
	#sp_gnav {
		display: none;
	}
	#pc_gnav {
		display: block;
		letter-spacing: 0.1em;
	}
	#pc_gnav ul {
		display: flex;
		justify-content: space-between;
		margin: 5px auto 0;
	}
	#pc_gnav a {
		color: #fff;
		text-decoration: none;
		padding: 30px 0px 30px 28px;
	}
	
	.tothejhc {
		z-index: 999;
		position: fixed;
		top: 50%;
		right: 0;
		width: 90px;
		margin-top: -315px;
	}
	/*
	フッター
	_______________________*/
	.f_bana {
		padding: 0 0 35px;
		width: 700px;
		margin: 0 auto;
	}
	.f_bana ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
			padding: 0 0 35px;
	}
	.f_bana li {
		width: 190px;
		border: none;
			padding: 25px 0 5px;
	}
	.f_bana li img {
		border: none;
	}
	#footer_inner {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	#footer ul {
		text-align: left;
		border-left: 1px solid #5a1617;
		padding: 0 0 0 70px;
	}
		#footer a {
			display: block;
			padding: 4px 0;
			color: #5A1617;
			text-decoration: none;
		}
	.footer_info {
		border: none;
		padding: 25px 100px 5px 0;
	}
	.footer_info .logo img {
		max-width: 200px;
	}

	/*
	トップページ
	_______________________*/
	.first-view-wrap {
		height: 627px;
		padding: 0;
	}
	#top_catch {
		font-size: 500%;
	}
	.top_news {
		width: 1000px;
		margin: 0 auto;
		padding: 0 0 20px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.top_news p {
		width: 870px;
	}
	.top_news h3.hddr {
		text-align: left;
		background: url(../img-layout/hd_orn.png) no-repeat left bottom/ 25px 1px;
	}
	.top_jigyo {
		padding: 50px 0;
		background: #E2EBFA url(../img-layout/top_01.jpg) no-repeat calc(50% + 200px) 50%;
		height: 489px;
		box-sizing: border-box;
		margin-bottom: 70px;
	}
	.jigyo_inner {
		width: 300px;
		margin: 0 auto;
		padding-right: 700px;
	}
	.jigyo_inner p {
		padding: 20px 0;
	}
	.top_contlist {
			width: 1000px;
		width: 800px;
		margin: 0 auto 70px;
		display: flex;
		justify-content: space-between;
	}
	.topcont {
			width: 300px;
		width: 380px;
	}
	.topcont .cont {
		padding: 15px;
	}
	.top_attent {
		width: 968px;
		padding: 15px 15px 5px;
		margin: 0 auto 45px;
		/*border-top: 1px solid #cc0000;*/
		border: 1px solid #cc0000;
		border-radius: 8px;
		text-align: center;
	}
	.top_attent strong {
		font-size: 128%;
	}
	#top_catch_wrap p {
		padding-top: 25px;
		font-size: 122%;
	}
	.top_resp {
		display: flex;
		justify-content: space-between;
	}
	.meister_swipe {
		padding-top: 20px;
		margin-top: 10px;
	}
	.meister_swipe:nth-of-type(odd) {
	background: #efefef;	
	}
	.meister_swipe .pic {
		margin: 0 20px 10px;
	}
	.meister_swipe p {
		padding: 0 30px;
	}
	.meister_swipe h3 {
		margin: 0 30px 15px;
	}
	.swiper-container {
		margin-bottom: 20px;
	}

	/*
	サポートパック
	_______________________*/
		.page_support #hero {
			background: #E1ECF9 url(../img-layout/hd_support.png) no-repeat calc(50% - 20px) top/ cover;
		}
	h4.ac_close,
	h4.ac_open {
		align-items: center;
	}
	.ac_content {
		padding-bottom: 15px;
	}
	.sup_price {
		background: url(../img-layout/support_prbg.png) no-repeat center;
		min-height: 240px;
		padding-top: 80px;
		margin-bottom: 55px;
		}
	.sup_price_inner {
		width: 1000px;
		margin: 0 auto;
	}
	.sup_price p {
		width: 650px;
		padding: 25px 0;
	}
	
	/*
	事業内容
	_______________________*/
	.page_concept #hero {
		background: #E1ECF9 url(../img-layout/hd_concept.png) no-repeat center/ auto;
	}
	.concept_detail {
		width: 1000px;
		margin: 0 auto 70px;
		display: flex;
		justify-content: space-between;
	}
	.concept_detail .detail {
		width: 50%;
	}
	.concept_detail .detail_cont {
		position: inherit;
		top: 0;
		padding: 20px 30px 0;
	}
	/*
	パートナー制度
	_______________________*/
	.page_jhc #hero {
		background: #ECF2F3 url(../img-layout/hd_jhc.png) no-repeat center/ auto;
	}
	.jhc_link a,
	.jhc_link_2 a {
		display: block;
		padding: 20px 100px;
		margin: 0 150px;
	}
	.jhc_bana {
		width: 80%;
		margin: 0px auto;
	}
	.jhc_contents {
		background: url(../img-layout/jhc_01.png) no-repeat calc(50% + 220px) top/ auto;
		padding-bottom: 1px;
		margin-bottom: 50px;
	}
	.jhc_contents .logo {
		position: relative;
		left: calc(50% - 500px);
		max-width: none;
		padding: 20px 0;
	}
	.jhc_contents .jhc_cont {
		width: 970px;
		margin: 0 auto 50px;
		padding: 20px 15px 10px 0;
	}
	.jhc_detail_hd {
		text-align: center;
	}
	.jhc_detail {
		display: flex;
		width: 1000px;
		margin: 0 auto 50px;
		justify-content: space-between;
	}
	.jhc_detail .detail {
		width: 450px;
		padding: 0;
	}
	.jhc_cal_wrap {
		width: 1000px;
		margin: 0 auto;
	}
	.jhc_cal_wrap h3 {
		font-size: 169.23076%;
	}
	.jhc_cal {
		width: 1000px;
		height: 600px;
		margin: 20px auto 50px;
	}
	.map_contents {
		text-align: center;
		margin-bottom: 70px;
	}
	.map_contents .map_info {
		top: 100px;
		left: 50%;
		margin-left: -280px;
		z-index: 99999;
	}
	.jhc_photo {
		width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 70px;
	}
	.jhc_pics,
	.jhc_insta {
		width: 48%;
	}
	.jhc_pics img {
		float: left;
		width: 150px;
		margin: 0 4px 4px 0;
	}
	.jhc_pics img:first-of-type {
		width: 304px;
	}
	.map_wrap {
		margin: 30px 0;
	}

	/*
	お問い合わせ
	_______________________*/
	.page_inquiry #hero {
		background: #F3FAFB url(../img-layout/hd_inq.png) no-repeat calc(50% - 20px) center/ auto;
	}
	.page_inquiry .inq_info {
		width: 770px;
		margin: 0 auto 15px;
		padding: 20px 15px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.page_inquiry .inq_info p img {
		margin: 2px 10px 2px 0;
		width: 30px;
	}
	.page_inquiry .page_intro {
		padding-bottom: 30px;
	}
	#mailformpro {
		width: 800px;
		margin: 0 auto;
	}
	/*
	企業案内
	_______________________*/
	.page_company #hero {
		background: #F3F8F0 url(../img-layout/hd_comp.png) no-repeat calc(50% - 20px) center/ auto;
	}
	.comp_koudou {
		display: flex;
		justify-content: space-between;
	}
	.comp_koudou .koudou {
		width: 317px;
	}
	.comp_koudou h4 {
		padding: 10px;
	}
	.comp_why {
		background: url(../img-layout/comp_01.png) no-repeat calc(50% + 200px) top/ auto;
		padding: 80px 15px 80px;
		margin-bottom: 70px;
	}
	.comp_why .cont {
		width: 970px;
		margin: 0 auto;
		padding: 10px 15px;
	}
	.comp_greet_wrap {
		width: 980px;
		margin: 0 auto 70px;
		background: #F3F8E1;
		padding: 10px;
	}
	.comp_greet {
		border: 2px solid #fff;
	}
	.comp_outline {
		width: 1000px;
		margin: 0 auto;
		padding: 0 0 70px;
	}
	.kk_list li {
		width: 800px;
		margin: 0 auto;
		font-size: 124%;
		padding: 8px 10px;
	}
	/*
	個人情報保護方針
	_______________________*/
	.page_privacy #hero {
		background: #F3FAFB url(../img-layout/hd_privacy.png) no-repeat center/ auto;
	}
	/*
	投資家向け情報
	_______________________*/
	.page_ir #hero {
		background: #F3FAFB url(../img-layout/hd_ir.png) no-repeat center/ auto;
	}
	.page_ir .contents_inner {
		width: 800px;
	}
	.page_ir th,
	.page_ir td {
		padding: 15px 50px;
	}
	/*
	パートナー紹介
	_______________________*/
	.partner_intro {
		display: flex;
		justify-content: space-around;
	}
	.partner_intro .pic {
		width: 380px;
		padding: 0 0 15px;
	}
	.partner_intro p {
		width: 500px;
	}
	.partner_staff {
		width: 235px;
		margin: 0 15px 15px 0;
	}
	.p_wrap {
		margin: 0 50px 30px;
	}
	/*
	JHCzoomURLページ
	_______________________*/
	.zoomlist {
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	.zoomlist li {
		width: 50%;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}
	/*
	新着情報
	_______________________*/
	.page_news #hero {
		background: #F3FAFB url(../img-layout/hd_news.png) no-repeat center/ cover;
	}
	.page_news .contents_inner {
		width: 900px;
	}
	.news_pict {
		display: flex;
		margin: 0;
	}
	.news_pict p {
		margin: 15px 2px 0;
	}
	/*
	健康経営の取組
	_______________________*/
	.page_action #hero {
		background: #F3F8F0 url(../img-layout/hd_action.png) no-repeat center/ cover;
	}
	.action_plan {
		display: flex;
		margin-bottom: 30px;
		background: #F0F0F0;
	}
	.action_plan .pic {
		width: 500px;
	}
	.action_plan .cont {
		width: 400px;
		padding: 30px 50px;
	}
	.action_plan:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.seminar_link {
		padding-top: 30px;
	}	
	.seminar_link a {
		min-width: 480px;
		margin: 25px auto 0;
	}
	
	a.news_link {
		width: auto;
		min-width: 500px;
	}
	.opt_ao {
	background-color: #0a396c;
	margin: 0 auto;
	text-align: center;
	}
	.gokigen_green {
	background-color: #03ac73;
	margin: 0 auto;
	text-align: center;
	}
	.gokigen_green2 {
	background-color: #03ac73;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
	}
	.gokigen_black {
	background-color: #000000;
	margin: 0 auto;
	text-align: center;
	}
	.sell_obi {
	background-color: #ed6a12;
	margin: 0 auto;
	text-align: center;
	}
	.sell_obi2 {
	background-color: #e6e6e6;
	margin: 0 auto;
	text-align: center;
	}
	.sell_obi3 {
	background-color: #ffffba;
	margin: 0 auto;
	text-align: center;
	}
	.opt_fv {
		background: #676775 url(../img-layout/optbg.png) no-repeat center;
	text-align: center;
	}
	.gokigen_fv {
		background: #FFFFFF url(../img-layout/bg_gokigenLP_01.png) no-repeat center;
	text-align: center;
	}
	.gokigen_bg {
		background: #f3f3f3 url(../img-layout/bg_gokigenLP_02.png) no-repeat center;
	text-align: center;
	}
	.everyone_fv {
		background: #d7e4cc url(../img-layout/everyone_01bg.png) no-repeat center;
	text-align: center;
	}
	.everyone_fv2 {
		background: #ebf0f5 url(../img-layout/everyone_04bg.png) no-repeat center;
	text-align: center;
	}
	.everyone_fv3 {
		background: url(../img-layout/everyone_11bg.png) repeat center;
	text-align: center;
	}
	.everyone_obi {
	background-color: #509914;
	margin: 0 auto;
	text-align: center;
	}
	.sell_fv {
		background: #808080 url("../img-layout/sell02bg.png") no-repeat center;
	text-align: center;
	}
	.sell_fv2 {
		background: #7e7e7e url("../img-layout/sell12_bg.png") no-repeat center;
	text-align: center;
	}
	/*
	WHD
	_______________________*/
	body#whd2023 {
		background: url(../img-layout/whd_bg.png) no-repeat right bottom;
	}
	.whd_hd {
		background: #CCEAFB url(../img-layout/whd_hd_pc.png) no-repeat center;
		text-indent: -9999px;
		height: 631px;
	}
	.whd_hd2 {
		background: #CCEAFB url(../img-layout/whd2023_fv1_pc.jpg) no-repeat center;
		text-indent: -9999px;
		height: 631px;
	}
	#whd2023 .contents_inner {
		padding-bottom: 50px;
	}
	.whd_intro {
		background: #CCEAFB url(../img-layout/whd_intro_pc.png) no-repeat center top/ 100% auto;
		width: 940px;
		padding: 220px 30px 1px;
		margin: 0 auto 50px;
	}
	.whd_mes_wrap {
		background: #EFEFEF;		
	}
	.whd_mes {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.whd_mes .pc_elem {
		width: 500px;
		height: 281px;
		padding-top: 20px;
	}
	.whd_mes .presi_mes {
		width: 450px;
	}
	.whd_cont_wrap {
		width: 1000px;
		margin: 0 auto;
		padding: 30px 0 15px;
	}
	.whd_cont {
		width: 300px;
	}

}
@media screen and (min-width:1115px) {
	/*
	トップページ
	_______________________*/
	.first-view-wrap {
		overflow: hidden;
		height: 627px;
	}
	#videoPc {
		height: auto;
		width: 100%;
		max-width: 1650px;
	}
}