@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	line-height: 180%;
	color: #222222;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", "Segoe UI", sans-serif;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	font-feature-settings : "palt";
}
#wrap {
	width: 100%;
	margin: 0px auto;
	position: relative;/*max-width: 1200px;*/
}

/*共通もの*/
.new {
	background-color :#e69908;
	padding:1px 2px;
	border-radius: 2px;
	color:#ffffff;
	margin-right:5px;
	font-size:1.2rem;
}
.talign {
	text-align: center;
}
.ralign {
	text-align: right;
}
.lalign {
	text-align: left;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.pad_10 {
	padding: 10px;
}
.pad_20 {
	padding: 20px;
}
.txt_block {
	display: block;
}
/*リンク*/
a:link {
	color: #222222;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transform: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	-o-transform: all 0.4s ease;
	color: #06918f;
}
a:visited {
	color: #222222;
}
/*ヘッダー*/
header {
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
}
header p.logo {
	float: left;
	margin-right: 30px;
	padding: 10px 10px 10px 0px;
}
header nav ul#gnav li {
	float: left;
	margin-right: 25px;
}
header .consultation {
	float: right;
	background-color: #5faeca;
	box-sizing: border-box;
	top: 0;
	right: 0;
	background-image: url(/images/common/icon_const.png);
	background-repeat: no-repeat;
	background-position: 10px;
	display: block;
}
header .consultation a {
	display: block;
	padding: 25px 20px 25px 60px;
	width: 180px;
	color: #ffffff;
	font-size: 1.8rem;
}
header .consultation:hover {
	background-color: #06918f;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transform: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	-o-transform: all 0.4s ease;
}
/*コンテンツ*/
#contents {
	margin: 0px auto;
	width: 100%;/*max-width: 1200px;*/
}
/*h2 h3*/
#contents h2.title {
	text-align: center;
	font-size: 3.4rem;
	color: #06918f;
	margin: 0px auto 25px auto;
	box-sizing: border-box;
	line-height: 140%;
}
#contents h3.sub {
	text-align: center;
	font-size: 2.4rem;
	color: #222222;
	margin-bottom: 25px;
	line-height: 160%;
	font-weight: normal;
	box-sizing: border-box;
	padding: 0px 10px;
}
#contents h3.sub sup {
	font-size: 1.6rem;
 vertical-align: text-bottom;
}
/*notfound*/
#notfound {
	width: 100%;
	margin: 0px auto 0px auto;
	box-sizing: border-box;

	text-align:center;
	min-height:250px;
}
.home_back {
	padding:50px 10px;
}

/*事例*/
#contents #case {
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0px auto;
	box-sizing: border-box;
	padding: 50px 0px;
}
#contents #case div.box_case {
	float: left;
	background-color: #f5faf9;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}
#contents #case div:nth-of-type(2n) {
	margin-right: 0px;
}
#contents #case div.box_case .com_name {
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-weight: bold;
}
#contents #case div.box_case .com_photo a {
	background-color: #ffffff;
	text-align: center;
	height: 150px;
	width: 450px;
	vertical-align: middle;
	margin-bottom: 20px;
	display: table-cell;
	padding: 0px 80px;
	box-sizing: border-box;
}
#contents #case div.box_case .com_catch {
	font-size: 2.0rem;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #06918f;
	font-weight: bold;
}
#contents #case div.box_case .com_info {
	margin-top:5px;
}
/*スマホ用アンカー調整用*/
:target:before {
content: "";
height: 50px;

display: block;
visibility: hidden;
}


/*ポイント*/
#contents #point {
	background-color: #f5faf9;
	box-sizing: border-box;
	padding: 50px 0px;
}
#contents #point section {
	max-width: 960px;
	margin: 0px auto;
}
#contents #point section:last-child {
	margin-top: 50px;
}
#contents #point .box_point {
	width: 33.3%;
	float: left;
	text-align: center;
}
#contents #point .box_point h3 {
	border-radius: 50%;
	height: 260px;
	width: 260px;
	text-align: center;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #06918f;
	padding-top: 120px;
	color: #06918f;
	font-size: 2.4rem;
	margin: 0px auto 10px auto;
}
#contents #point .box_point p {
	text-align: left;
	max-width: 260px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 0px 10px;
}
#case, #plan, #support #point {
	min-height: 500px;
}
#contents #point section table.point_table {
	border: solid 1px #06918f;
	background-color: #ffffff;
	width: 100%;
}
#contents #point section table.point_table .po1 {
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
#contents #point section table.point_table .po2 {
	width: 50%;
}
#contents #point section table.point_table th {
	border-bottom: dotted 1px #cccccc;
	padding: 20px;
	font-size: 1.8rem;
}
#contents #point section table.point_table td {
	border-top: dotted 1px #cccccc;
	padding: 20px;
}
#contents #point section table.point_table span.mj {
	color: #06918f;
}
/*専門性*/
#contents #expertise {
	box-sizing: border-box;
	padding: 50px 0px;
}
#contents #expertise section {
	max-width: 960px;
	margin: 0px auto;
}
#contents #expertise section .expe_grapharea {
	margin: 0px 0px 40px 0px;
}
#contents #expertise section .expe_graph {
	float: left;
	width: 50%;
	text-align: center;
}



#contents #expertise section .expe_graphtxt {
	float: left;
	width: 50%;
}
#contents #expertise section .expe_graphtxt dl {
	vertical-align: middle;
	display: table-cell;
	height: 350px;
	width: 100%;
	max-width: 350px;
}
#contents #expertise section .expe_graphtxt dl dt, #contents #expertise section .expe_graphtxt dl dd {
	float: left;
	width: 50%;
	margin-bottom: 5px;
	display: block;
}
#contents #expertise section .expe_graphtxt dl dt {
	text-align: left;
	box-sizing: border-box;
	padding-left: 1.5rem;
	white-space: nowrap;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(1) {
	border-left: 20px #48a19e solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(2) {
	border-left: 20px #5fadca solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(3) {
	border-left: 20px #796ca4 solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(4) {
	border-left: 20px #e06750 solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(5) {
	border-left: 20px #db787a solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(6) {
	border-left: 20px #f9c059 solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(7) {
	border-left: 20px #48a19e solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(8) {
	border-left: 20px #5fadca solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(9) {
	border-left: 20px #796ca4 solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(10) {
	border-left: 20px #e06750 solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(11) {
	border-left: 20px #db787a solid;
}
#contents #expertise section .expe_graphtxt dl dt:nth-of-type(12) {
	border-left: 20px #f9c059 solid;
}
#contents #expertise section .expe_graphtxt dl dd {
	text-align: right;
}
#contents #expertise section div.expe_box {
	width: 23%;
	border-radius: 5px;
	border: 1px solid #06918f;
	text-align: center;
	color: #06918f;
	float: left;
	margin: 1%;
	box-sizing: border-box;
	height: 225px;
	display: table-cell;
	vertical-align: middle;
	padding: 60px 5px 5px 5px;
}
#contents #expertise section span {
	display: block;
	font-weight: bold;
	line-height: 140%;
}
#contents #expertise section span.s {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
#contents #expertise section span.b {
	font-size: 3.2rem;
}
#contents #function {
	background-color: #f5faf9;
	box-sizing: border-box;
	padding: 50px 0px;
}
#contents #function section {
	max-width: 960px;
	margin: 0px auto;
}
#contents #function section .function_img {
	margin: 20px auto;
	width: 100%;
	max-width: 960px;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
}
#contents #function section .function_box {
	width: 30%;
	border-radius: 5px;
	border: 2px solid #06918f;
	float: left;
	margin: 1%;
	text-align: center;
	font-size: 1.8rem;
	padding: 15px;
	box-sizing: border-box;
	color: #06918f;
	background-color: #fff;
}
/*プラン*/
#contents #plan {
	box-sizing: border-box;
	padding: 50px 0px;
}
#contents #plan section {
	max-width: 960px;
	margin: 0px auto;
	padding: 10px;
	box-sizing: border-box;
}
#contents #plan section div.plan_box {
	float: left;
	width: 48%;
	box-sizing: border-box;
	border: 1px solid #06918f;
	border-radius: 5px;
}
#contents #plan section div:nth-of-type(2) {
	float: right;
}
#contents #plan section h4 {
	color: #fff;
	font-size: 1.6rem;
	background-color: #06918f;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
#contents #plan section .plan_box .plan_box_inner {
	padding: 20px;
}
#contents #plan section .plan_box table.plan_table {
	width: 100%;
	border-top: 1px solid #06918f;
	border-left: 1px solid #06918f;
	border-right: 1px solid #06918f;
	margin-top: 10px;
	border-collapse: collapse;
}
#contents #plan section .plan_box table.plan_table th {
	border-bottom: 1px solid #06918f;
	border-right: 1px solid #06918f;
	font-weight: normal;
	box-sizing: border-box;
	padding: 20px;
	width: 50%;
	text-align: center;
}
#contents #plan section .plan_box table.plan_table td {
	border-bottom: 1px solid #06918f;
	color: #06918f;
	box-sizing: border-box;
	padding: 20px;
	width: 50%;
	font-weight: bold;
	text-align: center;
}
#contents #plan section div.plan_box2 {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #06918f;
	margin-top: 20px;
	border-radius: 5px;
}
#contents #plan section .plan_box2 .plan_box_inner {
	padding: 20px;
}
#contents #plan section .plan_box2 table.plan_table {
	width: 100%;
	border-top: 1px solid #06918f;
	border-left: 1px solid #06918f;
	border-right: 1px solid #06918f;
	margin-top: 10px;
}
#contents #plan section .plan_box2 table.plan_table th {
	border-bottom: 1px solid #06918f;
	border-right: 1px solid #06918f;
	font-weight: normal;
	box-sizing: border-box;
	padding: 20px;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
#contents #plan section .plan_box2 table.plan_table td {
	border-bottom: 1px solid #06918f;
	color: #06918f;
	box-sizing: border-box;
	padding: 15px;
	width: 80%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#contents #plan section .plan_box3 {
	width: 100%;
	border: 1px solid #06918f;
 border-radius: 5px;
}
#contents #plan section .plan_box3 table {
	width: 100%;
	border-top: 1px solid #06918f;
	border-left: 1px solid #06918f;
	border-right: 1px solid #06918f;
}
#contents #plan section .plan_box3 table th {
	border-bottom: 1px solid #06918f;
	border-right: 1px solid #06918f;
	font-weight: normal;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
#contents #plan section .plan_box3 table td {
	border-bottom: 1px solid #06918f;
	border-right: 1px solid #06918f;
	color: #06918f;
	box-sizing: border-box;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#contents #plan section .plan_box3 table td sup {
 font-size: 1.2rem;
 vertical-align: text-bottom;
}



#contents #plan section p.notice {
	float: right;
}
#contents #plan section dl.plan_flow {
	width: 100%;
	margin: 0px;
	background-color: #f5faf9;
	display: inline-block;
}
#contents #plan section .flow_arrow {
	text-align: center;
	color: #06918f;
	font-size: 2.6rem;
}

#contents #plan section dl.plan_flow a{
	text-decoration: underline;
}
#contents #plan section dl.plan_flow a:hover{
	text-decoration: none;
}
#contents #plan section dl.plan_flow dt {
	color: #06918f;
}
#contents #plan section dl.plan_flow dt, #contents #plan section dl.plan_flow dd {
	float: left;
	background-color: #f5faf9;
	padding: 20px 15px;
	box-sizing: border-box;
	margin: 15px 0px;
}
#contents #plan section dl.plan_flow dt {
	display: block;
	width: 25%;
	clear: left;
	float: left;
	font-weight: bold;
}
#contents #plan section dl.plan_flow dd {
	display: block;
	width: 75%;
	float: left;
}
/*サポート*/
#contents #support {
	background-color: #f5faf9;
	box-sizing: border-box;
	padding: 10px 0px;
	z-index: 9999;
}
#contents #support section {
	max-width: 960px;
	margin: 0px auto 50px auto;
	padding: 10px;
	box-sizing: border-box;
}
#contents #support .box_support {
	width: 33.3%;
	float: left;
	text-align: center;
}
#contents #support .box_support h3 {
	border-radius: 50%;
	height: 260px;
	width: 260px;
	text-align: center;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #06918f;
	padding-top: 150px;
	color: #06918f;
	font-size: 2.4rem;
	margin: 0px auto 10px auto;
}
#contents #support .box_support h3.mail {
	background-image: url(/images/top/icon_mail.png);
	background-repeat: no-repeat;
	background-position: center 90px;
	display: block;
}
#contents #support .box_support h3.tel {
	background-image: url(/images/top/icon_tel.png);
	background-repeat: no-repeat;
	background-position: center 80px;
	display: block;
}
#contents #support .box_support h3.chat {
	background-image: url(/images/top/icon_chat.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	display: block;
}
#contents #support .box_support p {
	text-align: left;
	max-width: 260px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 0px 10px;
}
/*お問い合わせ*/
#contents #inquiry {
	background-color: #5faeca;
	box-sizing: border-box;
	padding: 50px 0px;
}
#contents #inquiry section {
	max-width: 960px;
	margin: 0px auto;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	padding: 10px;
}
#contents #inquiry section .number {
	font-size: 4.4rem;
	margin-bottom: 20px;
	color: #ffffff;
}
#contents #inquiry section .number a {
	color: #ffffff;
}

#contents #inquiry section h2.title {
	text-align: center;
	font-size: 3.4rem;
	color: #ffffff;
	margin-bottom: 25px;
}
/*動画埋め込み*/
.video-container {
	position: relative;
	padding-bottom: 58%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*右下ボタン*/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 99999;
}
#page-top a {
	background: #06918f;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	width: 35px;
	height: 35px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#page-top a:hover {
	background: #222222;
}
/*フッター*/
footer {
	text-align: center;
	position: relative;
	margin: 50px auto 0px auto;
}
footer .copyright {
	font-size: 1.4rem;
	background-color: #06918f;
	color: #ffffff;
}
footer .copyright a {
	color: #ffffff;
}
footer .copyright a:hover {
	text-decoration: underline;
}
footer nav ul#gnav_f {
	float: left;
	margin: 10px 0px;
	padding: 0px;
	position: relative;
	left: 50%;
	list-style: none;
}
footer nav ul#gnav_f li {
	float: left;
	margin-right: 5px;
	padding: 5px;
	position: relative;
	left: -50%;
}
footer nav ul#gnav_f li:last-child {
	margin-right: 0px;
}
footer nav ul#gnav_f li a {
	color: #222222;
	display: block;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
footer nav ul#gnav_f li a:hover {
	color: #06918f;
	border-bottom: 1px solid #06918f;
}
footer .footer_logo {
	max-width: 240px;
	margin: 0px auto 15px auto;
}
footer .footer_logo img {
	width: 100%;
}
/*PC時は非表示*/
.consultation_mobile {
	display: none;
}
/*ボタンパターン*/
a.btn_pt1 {
	display: block;
	text-decoration: none;
	height: 35px;
	width: 480px;
	line-height: 37px;
	text-align: center;
	color: #5faeca;
	border: solid 1px #5faeca;
	border-radius: 20px;
	margin: 25px auto;
-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-size:1.6rem;
}



a.btn_pt1:hover {
	background: #06918f;
	color: #fff;
}


a.btn_pt2 {
	display: block;
	text-decoration: none;
	height: 35px;
	width: 480px;
	line-height: 37px;
	text-align: center;
	color: #ffffff;
	border: solid 1px #ffffff;
	border-radius: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	margin: 25px auto;
}
a.btn_pt2:hover {
	background: #06918f;
	color: #222222;
}

@media screen and (max-width: 940px) {
#contents #case, #contents #point, #contents #expertise, #contents #function, #contents #plan, #contents #support, #contents #inquiry {
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents #point .box_point h3 {
	border-radius: 50%;
	height: 180px;
	width: 180px;
	text-align: center;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #06918f;
	padding-top: 80px;
	color: #06918f;
	font-size: 2.4rem;
	margin: 0px auto 10px auto;
}
#contents h2.title {
	font-size: 2.4rem;
}
#contents #expertise section div.expe_box {
	height: 100px;
	padding: 10px;
}
#contents #expertise section span.s {
	margin-bottom: 10px;
}
#contents #expertise section span.b {
	font-size: 2.0rem;
}
#contents #support .box_support h3.mail {
	height: 180px;
	width: 180px;
	padding-top: 110px;
	font-size: 1.8rem;
	background-position: center 50px;
}
#contents #support .box_support h3.tel {
	height: 180px;
	width: 180px;
	padding-top: 110px;
	font-size: 1.8rem;
	background-position: center 45px;
}
#contents #support .box_support h3.chat {
	height: 180px;
	width: 180px;
	padding-top: 120px;
	font-size: 1.8rem;
	background-position: center 15px;
}
#contents #inquiry section h2.title {
	font-size: 2.4rem;
}
#contents #inquiry section .number {
	font-size: 2.4rem;
}
footer nav ul#gnav_f {
	float: none;
	margin: 10px 0px;
	padding: 0px;
	position: relative;
	left: auto;
	list-style: none;
}
footer nav ul#gnav_f li {
	float: left;
	margin-right: 0px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	left: auto;
	width: 33.3%;
}
footer nav ul#gnav_f li:last-child {
	margin-right: 0px;
}
}

@media screen and (max-width: 600px) {
#gnav {
	display: none;/*モバイル時は非表示*/
}
.slicknav_menu {
	display: block;/*モバイル時は表示*/
}
header .consultation {
	float: none;
	position: absolute;
	bottom: 0px;
	padding: 20px;
	width: 100%;
	text-align: center;
}
#contents #case, #contents #point, #contents #plan , #contents #function, #contents #expertise  {
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
}
}
.inner {
	margin: 0 auto;
	position: relative;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/*--------header-----------*/

#top-head {
	/*position: absolute;*/
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	position: relative;
	width: 260px;
	padding-left: 10px;
	padding-top: 16px;
	box-sizing: border-box;
}
#top-head .logo a {
	position: absolute;
	width: 240px;
	height: auto;
}
#global-nav ul {
}
#global-nav ul li {
	float: left;
	padding: 20px 2px;
}
#global-nav ul li a {
	padding: 5px 10px;
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #ffffff;
}
#global-nav ul li a:hover {
	color: #06918f;
	border-bottom: 1px solid #06918f;
}
#global-nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#global-nav ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#global-nav ul li.button {
	padding: 15px 2px;
}
#global-nav ul li.button a {
	background-color: #06918f;
	border-radius: 8px;
	color: #ffffff;
	padding: 10px;
}
#global-nav ul li.button a::after {
	height: 0;
}
#global-nav ul li.button a:hover {
	opacity: 0.8;
}
nav span {
	background: #666;
	height: 2px;
	display: block;
	position: relative;
	width: 50px;
	left: 0;
}
/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
	margin-top: 0;
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
	background: #fff;
	background: rgba(255,255,255,1);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	max-width: 1200px;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}

/* #top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}

#top-head.fixed .logo a {
  position: absolute;
 width: 100%;
  height: 30px;

}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}*/



/*-----------スマホのトグルボタンのCSS-------------*/

#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 24px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
.head-inner {
	display: none;
}
.slick-next {
	right: 0;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	/*position: fixed;*/
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	height: 50px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #06918f;
	width: 100%;
	text-align: center;
	padding: 0px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 99999;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
	padding: 0px;
	color: #fff;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 14px 0;
}
#global-nav ul li.button {
	padding: 0;
}
#global-nav ul li.button a {
	background-color: unset;
	border-radius: unset;
}
#global-nav ul li.button a::after {
	height: 1px;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#contents #expertise section .expe_graph img {
	width: 80%;
}
#contents #expertise section .expe_graphtxt dl {
	height: 300px;
}
.txt_block {
	display: inline;
}
#contents #case div.box_case .com_photo a {
	padding: 40px;
}
}

@media screen and (max-width: 1024px) {
header .consultation {
	display: none;
}
header p.logo img {
	width: 80%;
}
.consultation_mobile {
	background-color: #5faeca;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99998;
	text-align: center;
	display: block;
}
.consultation_mobile:hover {
	background-color: #06918f;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transform: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	-o-transform: all 0.4s ease;
}
.consultation_mobile img {
	margin-right: 5px;
}
.consultation_mobile a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 20px 10px;
	box-sizing: border-box;
}
footer {
	margin-bottom: 64px;
}
}

@media screen and (max-width: 960px) {
#contents #case div.box_case .com_catch {
	font-size: 1.8rem;
}
#contents h3.sub {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 560px) {
body {
	font-size: 1.3rem;
}
#contents h3.sub {
	font-size: 1.4rem;
}
footer nav ul#gnav_f li {
	width: 50%;
}


/*-------------- レイアウトを変更する --------------*/
#contents #point section table.point_table .po1 {
	display: block;
}
#contents #point section table.point_table td.po2 {
	width: 100%;
}
#contents #point section table.point_table {
}
#contents #point section table.point_table thead {
	display: none;
}
#contents #point section table.point_table tr {
	display: block;
	margin-bottom: 20px;
}
#contents #point section table.point_table td {
	display: block;
	text-align: left;
	border-bottom: none;
	padding: 10px;
	box-sizing: border-box;
}
/* tdのデザイン */
#contents #point section table.point_table td:nth-of-type(1) {
	background-color: #f2f2f2;
	text-align: center;
}
#contents #point section table.point_table td {
	border-top: none;
}
#contents #point section table.point_table td:last-child {
}
#contents #point section table.point_table td:before {
	color: #4f4d47;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
}
/* contentでタイトルを追加 */
#contents #point section table.point_table td:nth-of-type(2):before {
	content: "自社運用";
}
#contents #point section table.point_table td:nth-of-type(3):before {
	content: "メディカル人材バンク";
	color: #06918f;
}
#contents #point section {
	text-align: center;
}
#contents #point .box_point {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
#contents #point .box_point h3 {
	height: 180px;
	width: 180px;
	padding-top: 80px;
	font-size: 1.8rem;
}
#contents #point .box_point p {
	max-width: 100%;
}
#contents h2.title {
	font-size: 1.7rem;
	margin-top: 20px;
}
#contents #case div.box_case {
	float: none;
	width: 100%;
}
#contents #case div.box_case .com_photo {
	margin: 0px auto;
}
#contents #expertise section .expe_graph {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 50px;
	margin-bottom: 20px;
}
#contents #expertise section .expe_graphtxt {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 20px;
}
#contents #expertise section .expe_grapharea {
	margin-top: 10px;
}
#contents #expertise section .expe_graphtxt dl {
	height: auto;
}
#contents #expertise section div.expe_box {
	width: 48%;
	height: auto;
	padding: 10px;
}
#contents #expertise section span.s {
	font-size: 1.3rem;
	margin-bottom: 0px;
}
#contents #expertise section span.b {
	font-size: 1.6rem;
}
#contents #case div:nth-of-type(2) {
	margin-top: 20px;
}
#contents #plan section div.plan_box {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#contents #plan section .plan_box table.plan_table th {
	padding: 10px;
}
#contents #plan section .plan_box table.plan_table td {
	padding: 10px;
}
#contents #plan section div.plan_box2 {
	width: 98%;
	margin: 1%;
}
#contents #plan section .plan_box2 table.plan_table th {
	padding: 5px;
	white-space:normal;
	width: 50%;
}
#contents #plan section .plan_box2 table.plan_table td {
	padding: 10px;
}
#contents #case div.box_case .com_catch {
	font-size: 1.4rem;
}
#contents #plan section dl.plan_flow dt, #contents #plan section dl.plan_flow dd {
	float: none;
	width: 100%;
	margin: 0px;
}
#contents #plan section dl.plan_flow dt {
	padding: 5px 10px;
	font-weight: bold;
}
#contents #plan section dl.plan_flow dd {
	padding: 0px 10px;
}
	
/*サポート*/	
#contents #support section {
	text-align: center;
}
#contents #support .box_support {
	width: 100%;
	margin-bottom: 20px;
}
#contents #support .box_support h3.mail {
	height: 180px;
	width: 180px;
	padding-top: 110px;
	font-size: 1.8rem;
	background-position: center 50px;
}
#contents #support .box_support h3.tel {
	height: 180px;
	width: 180px;
	padding-top: 110px;
	font-size: 1.8rem;
	background-position: center 45px;
}
#contents #support .box_support h3.chat {
	height: 180px;
	width: 180px;
	padding-top: 120px;
	font-size: 1.8rem;
	background-position: center 15px;
}
#contents #support .box_support p {
	max-width: 100%;
}
#contents #inquiry section h2.title {
	font-size: 1.8rem;
}
#contents #inquiry section .number {
	font-size: 2.0rem;
}
#contents #function section .function_box {
	text-align: left;
	font-size: 1.3rem;
	padding: 7px;
	line-height: 150%;
}
a.btn_pt1, a.btn_pt2 {
	width: 98%;
}
	
footer nav ul#gnav_f li a:hover {
	color: #222222;
	border-bottom: 1px solid #fff;
}
}
