@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');

/*============================================================
	マイナビ共通CSS
*/
#main {
	padding: 0;
	width: 100%;
}
#topicpathArea {
	background-color: transparent;
}
#topicpathArea ul.topicpath {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 40px 0 40px;
	max-width: 1040px;
}
#main p.toPageTop {
	padding-right: 20px;
}
@media (max-width: 767px) {
	body {
		min-width: initial;
	}
}

/*============================================================
	基本
*/
.plusone {
	overflow: hidden;
	font-weight: 400;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	color: #000;
}
.plusone * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
}
.plusone ul,
.plusone ol {
	list-style-type: none;
}
.plusone img {
	display: block;
	width: 100%;
}
#main .plusone {
	font-family: 'Noto Sans JP', sans-serif;
}
#main .plusone * {
	font-family: inherit;
}
#main .plusone .font {
	font-family: "FOT-筑紫AMゴシックL Std B", sans-serif;
	font-feature-settings: "palt";
}

/*============================================================
	表示/非表示（ブレイクポイントはマイナビ共通CSS基準）
*/
@media (min-width: 768px) {
	.visible-sp {
		display: none;
	}
	.hidden-pc {
		display: none;
	}
}
@media (max-width: 767px) {
	.visible-pc {
		display: none;
	}
	.hidden-sp {
		display: none;
	}
}

/*============================================================
	コンテナ
*/
.plusone .container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	max-width: 1040px;
}
@media (max-width: 767px) {
	.plusone .container {
		padding: 0 20px;
	}
}

/*============================================================
	トップ
*/
.page-top {
	padding: 0 50px 100px 50px;
}
.page-top .main-top {
	display: flex;
	align-items: center;
	margin: 100px auto;
	max-width: 960px;
}
.page-top .main-top h1 {
	flex-basis: 45.833%;
}
.page-top .main-top .detail {
	flex: 1;
	padding-left: 70px;
}
.page-top .main-top .detail h2 {
	font-size: 35px;
	line-height: 1.65;
}
.page-top .main-top .detail .text {
	margin-top: 25px;
}
.page-top .main-top .detail .text p {
	font-size: 17px;
	line-height: 2.1;
}
.page-top nav {
	display: block;
	margin: 0 auto;
	max-width: 960px;
}
.page-top nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.page-top nav ul li {
	flex-basis: 50%;
	padding: 20px;
}
.page-top nav ul li a {
	display: block;
	transition: opacity .2s;
}
.os-pc .page-top nav ul li a:hover {
	opacity: 0.7;
}
@media (max-width: 1000px) {
	.page-top .main-top {
		display: block;
		max-width: 960px;
	}
	.page-top .main-top h1 {
		margin: 0 auto;
		max-width: 440px;
	}
	.page-top .main-top .detail {
		margin: 40px 0 0 0;
		padding-left: 0;
		text-align: center;
	}
	.page-top .main-top .detail h2 {
		text-indent: -0.3em;
	}
}
@media (max-width: 767px) {
	.page-top {
		padding: 0 20px 60px 20px;
	}
	.page-top .main-top {
		display: block;
		margin: 40px 0;
	}
	.page-top .main-top h1 {
		margin: 0 auto;
		width: 90%;
	}
	.page-top .main-top .detail {
		margin: 20px 0 0 0;
		padding: 0 10px;
		text-align: center;
	}
	.page-top .main-top .detail h2 {
		text-indent: -0.3em;
		font-size: 7vw;
	}
	.page-top .main-top .detail .text {
		margin-top: 15px;
	}
	.page-top .main-top .detail .text p {
		display: inline;
		font-size: 4.2vw;
	}
	.page-top .main-top .detail .text br {
		display: none;
	}
	.page-top nav {
		display: block;
	}
	.page-top nav ul {
		display: block;
		margin: 0;
	}
	.page-top nav ul li {
		margin: 0 0 20px 0;
		padding: 0;
	}
}

/*============================================================
	メイン
*/
.main {
	overflow: hidden;
}
.main h1 {
	margin: 0;
	padding: 0;
}
.main img {
	display: block;
	width: 100%;
}
@media (min-width: 768px) {
	.main h1 {
		height: 370px;
	}
	.main img {
		height: 100%;
		object-fit: cover;
	}
}

/*============================================================
	冒頭
*/
.plusone .beginning {
	margin: 40px 0;
	word-break: break-all;
}
.plusone .beginning p {
	font-size: 14px;
	line-height: 2;
}
@media (max-width: 767px) {
	.plusone .beginning {
		margin: 25px 0;
	}
}

/*============================================================
	ラッパー
*/
.plusone .wrapper {
	padding: 20px 0 146px 0;
	background-color: #f0f0f0;
}
@media (max-width: 767px) {
	.plusone .wrapper {
		padding: 15px 0 66px 0;
	}
}

/*============================================================
	注釈
*/
.plusone .note {
	margin: 0 0 46px 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.plusone .note {
		margin: 0 0 30px 0;
		padding-left: 0;
		text-indent: 0;
	}
	.plusone .note br {
		display: none;
	}
}

/*============================================================
	セクション
*/
.plusone .section {
	display: flex;
	margin: 0 0 20px 0;
	padding: 30px;
	background-color: #fff;
	border-radius: 15px;
}
.plusone .section .logo {
	flex-basis: 180px;
}
.plusone .section .detail {
	flex: 1;
	padding: 0 30px;
}
.plusone .section .detail .name {
	position: relative;
	padding: 8px 0 14px 42px;
	border-bottom: 1px solid #c8c8c8;
}
.plusone .section .detail .name img {
	display: block;
	position: absolute;
	top: 0;
	left: -2px;
	width: 40px;
}
.plusone .section .detail .name h2 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #0064be;
}
.plusone .section .detail .info {
	margin: 12px 0 0 0;
	font-size: 13px;
	line-height: 1.8;
}
.plusone .section .detail .info dt {
	display: inline;
	font-weight: 600;
}
.plusone .section .detail .info dd {
	display: inline;
}
.plusone .section .btns {
	flex-basis: 160px;
}
.plusone .section .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 0 10px 0;
	height: 52px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
.plusone .section .btn-entry {
	background-color: #f57c31;
	color: #fff;
	transition: background-color .2s;
}
.os-pc .plusone .section .btn-entry:hover {
	background-color: #f79b62;
}
.plusone .section .btn-consider {
	border: 1px solid #b2b2b2;
	color: #006bcd;
}
.plusone .section .btn-reservation {
	background-color: #006bcd;
	color: #fff;
	transition: background-color .2s;
}
.plusone .section .btn-reservation:hover {
	background-color: #3483cb;
}
/*
.plusone .section .btn-consider::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 27px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url('../img/icon-finger.svg');
	background-size: contain;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .2s;
}
.plusone .section .btn-consider span {
	display: block;
	transition: opacity .2s;
}
.os-pc .plusone .section .btn-consider:hover span {
	opacity: 0;
}
.os-pc .plusone .section .btn-consider:hover::before {
	opacity: 1;
}*/
@media (max-width: 767px) {
	.plusone .section {
		display: block;
		margin: 0 0 20px 0;
		padding: 25px 15px 15px 15px;
	}
	.plusone .section .logo {
		margin: 0 auto;
		width: 46%;
		max-width: 180px;
	}
	.plusone .section .detail {
		padding: 15px 0 0 0;
	}
	.plusone .section .detail .name {
		padding: 8px 0 14px 40px;
	}
	.plusone .section .detail .name img {
		left: -5px;
	}
	.plusone .section .btns {
		margin: 20px 0 0 0;
	}
}

/*============================================================
	ホワイト企業
*/
.plusone .section .detail .white h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 0;
	min-height: 34px;
	background-color: #00a0d2;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
}
.plusone .section .detail .white .marks ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0 0 0;
}
.plusone .section .detail .white .marks ul li {
	flex-basis: 86px;
	margin: 10px 0 0 0;
}
.plusone .section .detail .white .marks img {
	margin: 0 auto;
	width: 62px;
}
.plusone .section .detail .white .data {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #c8c8c8;
	text-align: center;
}
.plusone .section .detail .white .data ul {
	display: table;
	width: 100%;
}
.plusone .section .detail .white .data ul li {
	display: table-cell;
	border-left: 1px solid #c8c8c8;
}
.plusone .section .detail .white .data ul li:first-child {
	border-left: 0;
}
.plusone .section .detail .white .data dt {
	font-weight: 600;
	font-size: 13px;
}
.plusone .section .detail .white .data dd {
	font-size: 11px;
}
.plusone .section .detail .white .data .num {
	margin: 5px 0 0 0;
	font-weight: 600;
	font-size: 17px;
	color: #00a0d2;
}
@media (max-width: 767px) {
	.plusone .section .detail .white h3 {
		border-radius: 10px;
		font-size: 15px;
	}
	.plusone .section .detail .white .data {
		margin: 16px 0 0 0;
		padding: 0;
		border-top: 0;
		text-align: left;
	}
	.plusone .section .detail .white .data ul {
		width: 100%;
		border-bottom: 1px solid #c8c8c8;
	}
	.plusone .section .detail .white .data ul li {
		display: table-row;
		border-left: 0;
	}
	.plusone .section .detail .white .data dl {
		display: table-cell;
		padding: 15px 0;
		border-top: 1px solid #c8c8c8;
		vertical-align: middle;
	}
	.plusone .section .detail .white .data .num {
		display: table-cell;
		margin: 0;
		padding: 15px 0;
		border-top: 1px solid #c8c8c8;
		vertical-align: middle;
	}
}

/*============================================================
	ニッチだけどすごい企業
*/
.plusone .section .detail .niche {
	display: flex;
	align-items: center;
	margin: 15px 0 0 0;
	padding: 10px;
	background-color: #f7f4e5;
	border-radius: 10px;
}
.plusone .section .detail .niche .pict {
	flex-basis: 54px;
}
.plusone .section .detail .niche dl {
	padding: 0 0 0 10px;
}
.plusone .section .detail .niche dt {
	font-size: 16px;
}
.plusone .section .detail .niche dd {
	font-size: 14px;
}
@media (max-width: 767px) {
	.plusone .section .detail .niche {
		padding: 10px 8px;
	}
	.plusone .section .detail .niche .pict {
		flex-basis: 46px;
	}
	.plusone .section .detail .niche dl {
		padding: 0 0 0 8px;
	}
	.plusone .section .detail .niche dt {
		font-size: 14px;
	}
	.plusone .section .detail .niche dd {
		font-size: 12px;
	}
}

/*============================================================
	健康経営企業
*/
.plusone .section .detail .kenko {
	margin: 20px 0 0 0;
	font-size: 13px;
}
.plusone .section .detail .kenko .head {
	margin-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
}
.plusone .section .detail .kenko h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 34px;
	background-color: #019b83;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
}
.plusone .section .detail .kenko h4 {
	font-size: 16px;
	margin: 15px 0; 
}
.plusone .section .detail .kenko p {
	font-size: 100%;
	line-height: 1.8;
}

/*============================================================
	詳細内カード
*/
.plusone .section .detail .card {
	overflow: hidden;
	margin-top: 20px;
	border-radius: 10px;
	font-size: 13px;
}
.plusone .section .detail .card .card-head {
	padding: 15px;
	text-align: center;
	color: #fff;
	line-height: 1.6;
}
.plusone .section .detail .card .card-head h3 {
	font-size: 16px;
	line-height: 1.6;
}
.plusone .section .detail .card .card-body {
	padding: 15px;
	line-height: 1.8;
}
.plusone .section .detail .card .card-body p {
	margin: 0 0 1em 0;
	font-size: 100%;
}
.plusone .section .detail .card .card-body p:last-child {
	margin: 0;
}
.plusone .section .detail .card .card-body ul {
	margin: 0 0 1em 0;
}
.plusone .section .detail .card .card-body ul:last-child {
	margin: 0;
}
.plusone .section .detail .card .card-body ul li {
	position: relative;
	margin-bottom: 0.6em;
	padding-left: 1.4em;
}
.plusone .section .detail .card .card-body ul li:last-child {
	margin-bottom: 0;
}
.plusone .section .detail .card .card-body ul li::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}
.plusone .section .detail .card-type04 {
	background-color: rgba(245, 124, 49, 0.1);
}
.plusone .section .detail .card-type04 .card-head {
	background-color: rgba(245, 124, 49);
}
.plusone .section .detail .card-type06 {
	background-color: rgba(140, 185, 0, 0.1);
}
.plusone .section .detail .card-type06 .card-body span {
    font-size: 10px;
}
.plusone .section .detail .card-type06 .card-body .card-type06-p {
    text-align: right;
    font-size: 11px;
    color: #859099;
    margin-top: 20px!important;
}
.plusone .section .detail .card-type06 .card-head {
	background-color: rgba(140, 185, 0);
}
.plusone .section .detail .card-type06 .card-body ul li::before {
	color: rgba(140, 185, 0);
}

/*============================================================
	詳細内リスト
*/
.plusone .section .detail .list {
	margin: 20px 0;
	font-size: 13px;
	line-height: 1.8;
}
.plusone .section .detail .list:last-child {
	margin-bottom: 0;
}
.plusone .section .detail .list p {
	font-size: 100%;
}
.plusone .section .detail .list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 13px;
}
.plusone .section .detail .list ul li > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 1.2em;
	min-height: 38px;
	border-radius: 999px;
}
.plusone .section .detail .list-type05 ul li > div {
	background-color: rgba(140,105,225,0.1);
}

/*============================================================
	下部ボタン
*/
.plusone .foot-btn {
	margin: 50px 0 0 0;
}
.plusone .foot-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	min-height: 74px;
	background-color: #0164be;
	border-radius: 999px;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.375;
	color: #fff;
	transition: background-color .2s;
}
.os-pc .plusone .foot-btn a:hover {
	background-color: #3483cb;
}
.plusone .foot-btn a br {
	display: none;
}
@media (max-width: 767px) {
	.plusone .foot-btn {
		margin: 50px 0 0 0;
	}
	.plusone .foot-btn a {
		font-size: 16px;
	}
	.plusone .foot-btn a br {
		display: block;
	}
}