@charset "utf-8";
/*
Theme Name:ANGEL
Theme URI:
Description:WordPressテーマ「ANGEL」の子テーマ
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.4.2
Text Domain:tcd-w
*/

.brsp {
	display: none;
}
.brpc {
	display: block;
}

/* ----------------------------------------------- */
/* 全体
/* ----------------------------------------------- */
#body {
	font-family: "MS-PMincho", "Hiragino Mincho Pro", "MS-PMinch", "Hiragino Mincho Pro W3", "sans-serif";
}
h1,
h2,
h3,
h4 {
	font-weight: normal;
}
.visible_pc {
	display: block;
}
.visible_sp {
	display: none;
}

/* ----------------------------------------------- */
/* header
/* ----------------------------------------------- */
#header {
	/*padding: 10px 0;*/
	margin-bottom: -5vw;
	height: 5vw;
	width: 100%;
}

#header_inner {
	background-color: rgba(255, 255, 255, 0.5);
	width: auto;
	height: 5vw;
	max-width: none;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.pc_logo_image {
	height: 3.9vw;
	width: auto;
	position: static;
}

#header_menu {
	display: none;
}

#header_slider .caption {
	width: 100% !important;
	left: 24vw !important;
	bottom: 14.375vw !important;
}

#header_slider .title {
	font-size: 1.72vw !important;
	font-family: inherit;
}
#header_slider .slick-dots li {
	width: 0.8854vw;
	height: 0.8854vw;
	margin: 0 0.78125vw !important;
}
#header_slider .slick-dots button {
	width: 0.8854vw;
	height: 0.8854vw;
}
#header_slider .slick-dots button::before {
	width: 0.8854vw;
	height: 0.8854vw;
	border-radius: 0px;
	line-height: 8px;
	background-color: #fff;
}
#header_slider .slick-dots .slick-active button::before {
	background-color: #00b3f9 !important;
}
#header_slider .slick-dots button:hover::before {
	background-color: #00b3f9 !important;
}
.pc #logo_text,
.pc #logo_image {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin-left: 0.73vw;
}
.pc #global_menu {
	position: static;
	margin-right: 1.455vw;
}

.pc #global_menu > ul {
	height: auto;
}

.pc #global_menu > ul > li {
	position: relative;
	font-size: 0.83vw !important;
}

.pc #global_menu > ul > li::before {
	content: "";
	width: 0.7292vw;
	height: 0.7292vw;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.3646vw;
	box-sizing: border-box;
	border: 0.3646vw solid transparent;
	border-left-color: #555;
}

.pc #global_menu > ul > li::after {
	content: "";
	width: 0.7292vw;
	height: 0.9375vw;
	position: absolute;
	top: 50%;
	right: -0.3646vw;
	margin-top: -0.46875vw;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-left-color: #003559;
}

.pc #global_menu > ul > li:last-child::after {
	display: none;
}

.pc #global_menu > ul > li > a {
	width: auto;
	font-size: 1vw;
	font-weight: bold;
	border: none !important;
	background-color: transparent !important;
	height: auto;
	line-height: 3.9vw;
	padding: 0.55vw 0.7292vw;
}

.pc #global_menu > a:hover {
	color: #333 !important;
}
.pc #global_menu > ul > li.active > a {
	color: #333 !important;
}
.pc #global_menu .sub-menu {
	width: 12vw;
	top: 5vw;
}
.pc #global_menu .sub-menu a {
	font-size: 0.83vw !important;
	padding: 0.83vw;
}

.pc .header_fix {
	padding-top: 0;
}

.pc .header_fix #header_inner {
	height: 5vw;
	background-color: #fff;
}

.pc .header_fix #header {
	border-bottom: none;
}

.pc .header_fix #header #logo_image {
	display: block;
}

/* ----------------------------------------------- */
/* footer
/* ----------------------------------------------- */
/* ft_contact */
.ft_contact {
	background-color: #ddeaf0;
	padding: 1.04vw 0;
}
.ft_contact p {
	font-size: 1.1458vw;
	letter-spacing: 0.02em;
	color: #0083b3;
	text-align: center;
}
.ft_contact a {
	background-color: #003559;
	display: inline-block;
	font-size: 1.25vw;
	color: #fff;
	letter-spacing: 0.02em;
	border-radius: 5px;
	padding: 0.78125vw 2.6vw 0.78125vw 1.04vw;
	vertical-align: middle;
	margin-left: 1.5625vw;
}
.ft_contact a:hover {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}
.ft_contact a img {
	width: 1.875vw;
	margin-right: 1vw;
	vertical-align: middle;
}
.ft_contact a:hover img {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}
.ft_contact a span {
	vertical-align: middle;
}
#footer_upper_inner {
	margin: 1.3vw 0;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer_upper_inner a {
	display: inline-block;
	/*width: 9vw;*/
	font-size: 0.73vw;
	color: #003559;
	/*text-decoration: none;*/
}
#footer_upper_inner a:last-child {
	margin-left: 1.04vw;
}
#footer_lower_inner {
	width: 100%;
	background-color: #003559 !important;
	padding: 3.385vw 0;
}
.ft_logo {
	text-align: center;
}
.ft_logo a {
	font-size: 1.25vw;
	color: #fff;
	/*text-decoration: none;*/
}
.ft_logo a:hover {
	color: #fff !important;
}
#copyright {
	color: #fff;
	float: none;
	text-align: center;
	margin: 0;
}

#footer_menu {
	display: none;
}

#return_top {
	right: 1.04vw;
	bottom: 1.2vw;
}
#return_top a {
	background: #f6f6f6;
	width: 2.6vw;
	height: 2.6vw;
	border: solid 0.1vw #043456;
	border-radius: 50%;
}
#return_top a:before {
	color: #043456;
	width: 2.6vw;
	height: 2.6vw;
	font-size: 1.8vw;
	padding: 0.4vw;
	top: unset;
	bottom: unset;
	right: unset;
	left: unset;
}
/* ----------------------------------------------- */
/* top
/* ----------------------------------------------- */
/* スライダー */
#header_slider_wrap {
	width: 100%;
	/* height: 450px; */
	height: 43.25vw;
	margin: 0 auto 4.0625vw;
}
#header_slider {
	/* height: 450px; */
	height: 43.25vw;
	margin-top: -5px;
	background-color: transparent;
}
#header_slider .item {
	/* height: 450px; */
	height: 43.25vw;
	line-height: 0;
	/*width: 100% !important;*/
}
#header_slider .item1 {
	background: url("https://www.jee.co.jp/wp-content/uploads/2020/07/slider_img01-scaled.jpg") center center / contain no-repeat !important;
}
#header_slider .item2 {
	background: url("https://www.jee.co.jp/wp-content/uploads/2020/07/slider_img02-scaled.jpg") center center / contain no-repeat !important;
}
#header_slider .item3 {
	background: url("https://www.jee.co.jp/wp-content/uploads/2020/07/slider_img03-scaled.jpg") center center / contain no-repeat !important;
}
#header_slider .caption {
	/* display: none; */
	/*width: 80%;*/
	top: auto;
	bottom: 40px;
}
#header_slider .caption .title {
	color: #fff !important;
	background-color: transparent !important;
	padding: 0;
}

#header_slider .slick-list {
	padding: 0 !important;
}

.slick-prev,
.slick-next {
	display: none !important;
}

/* layout - home */
.home #main_col {
	width: auto;
	margin-bottom: 0;
}

.home #left_col {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.home #main_contents {
	margin-bottom: 0;
}

/* common */
.top_ttl {
	font-size: 28px;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 10px;
}
.top_ttl::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #000;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* top_txt */
#top_txt {
	margin: 0 auto 4.16vw;
	text-align: center;
	color: #717071;
}

#top_txt img {
	width: 31.83vw;
	margin-bottom: 1.04vw;
}
#top_txt p {
	font-size: 1.25vw;
}

/* top_news */
.top_news {
	margin-bottom: 4.375vw;
}
.top_news_inner {
	background-color: #f6f6f6;
}
.top_news_intro {
	text-align: center;
}
.top_news_intro img {
	width: 6.8vw;
}
.top_news_intro h2 {
	font-size: 0.9375vw;
	margin-bottom: 1vw;
}
.top_news_inner {
	padding: 2.6vw 0;
}
.top_news_list {
	overflow-y: scroll;
	width: 65vw;
	height: 26vw;
	margin: 0 auto 2.6vw;
	background-color: #fff;
}
.top_news_list::-webkit-scrollbar {
	width: 5px;
}
.top_news_list::-webkit-scrollbar-track {
	background-color: #bfbfbf;
}
.top_news_list::-webkit-scrollbar-thumb {
	background-color: rgba(0, 102, 204, 0.8);
}
.top_news_list ul li {
	position: relative;
	padding: 2.08vw 0;
	margin-left: 2.34vw;
	margin-right: 0.52vw;
	font-size: 1vw;
	border-bottom: solid 0.1vw #f6f6f6;
}
.top_news_list ul li:first-child {
	padding-top: 2.08vw;
}
.top_news_list ul li p {
	display: inline;
}
.top_news_list ul li > span {
	display: inline-block;
	text-align: center;
	margin: 0 1.04vw;
	padding: 0.26vw 0.26vw;
	/*width: 0.9375vw;*/
	width: 13.5vw;
	color: #fff;
	border-radius: 0.52vw;
	-webkit-border-radius: 0.52vw;
	-moz-border-radius: 0.52vw;
}

.top_news_list ul li .release {
	background-color: #bf9c46;
}
.top_news_list ul li .media {
	background-color: #368cb6;
}
.top_news_list ul li .seminar {
	background-color: #6771b4;
}
.top_news_list ul li a {
	display: inline-block;
	width: 40vw;
}
.top_news_list ul li a .arrow {
	font-size: 1.2vw;
	color: #0083b3;
	position: absolute;
	right: 2.5%;
	top: 48%;
	-webkit-transform: translateY(-0.6vw);
	-moz-transform: translateY(-0.6vw);
	-ms-transform: translateY(0.6vw);
	-o-transform: translateY(-0.6vw);
	transform: translateY(-0.6vw);
}
.top_news .news_link_wrap {
	width: 40.2vw;
	margin: 0 auto;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top_news .news_link_wrap a {
	position: relative;
	z-index: 2;
	background-color: #fff;
	width: 18.7vw;
	padding: 1.458vw 0.625vw;
	box-sizing: border-box;
	border-bottom: solid 0.1vw #003559;
}
.top_news .news_link {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_news .news_link img {
	z-index: 2;
	width: 0.903vw;
	height: auto;
	margin-right: 4.427vw;
	vertical-align: middle;
}
.top_news .news_link p {
	display: inline;
	z-index: 2;
	font-size: 1vw;
	vertical-align: middle;
	color: #003559;
}
.top_news .news_link_wrap a:hover {
	/*background-color: #003559;*/
	/*background-color: #368CB6;*/
	background: none;
	border-bottom: none;
	text-decoration: none;
}
.top_news .news_link_wrap a:hover::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	background-color: #fff;
}

/* top_pages */
.top_pages {
	margin-bottom: 4.16vw;
}

.top_topics_intro {
	text-align: center;
}

.top_topics_intro img {
	width: 8.33vw;
	margin-bottom: 0.52vw;
}

.top_topics_intro h2 {
	font-size: 0.9375vw;
	margin-bottom: 1.04vw;
}

.top_pages_list {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0.52vw;
}
.top_pages_upper_item {
	position: relative;
	z-index: 1;
}
.top_pages_list img {
	width: 24.615vw;
	vertical-align: bottom;
	z-index: 1;
	/*-webkit-box-sizing: border-box;*/
	/*-moz-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
	/*border: solid 1px transparent;*/
}
.top_pages_list .top_pages_upper_item a:hover .top_pages_ttl {
	text-decoration: underline;
}

.top_pages_ttl {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	position: absolute;
	top: 22.5%;
	width: 92.5%;
	height: 20%;
	background-color: rgba(00, 89, 145, 0.7);
	color: #fff;
	font-size: 1.8vw;
}
.top_pages_link {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	position: absolute;
	bottom: 23%;
	left: 28%;
	width: 44%;
	height: 12%;
	background-color: rgba(00, 89, 145, 0.7);
	color: #fff;
	font-size: 1.1vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #fff;
	border-radius: 4vw;
}

/* トピックス */
.top_pages_topics {
	position: relative;
	width: 24.615vw;
	height: 15.73vw;
}

.top_pages_topics a:hover {
	text-decoration: none;
}

.top_pages_topics_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
}

.top_pages_topics a:hover .top_pages_topics_wrapper {
	background: none;
}

.top_pages_topics_wrapper span {
	color: #fff;
	display: block;
	width: 100%;
	line-height: 1.5;
}

.top_pages_topics_wrapper .topic_ttl {
	position: absolute;
	top: 4.16vw;
	font-size: 1.4vw;
	text-align: center;
}

.top_pages_topics_wrapper .topic_txt {
	position: absolute;
	bottom: 3.8vw;
	width: 19.2vw;
	font-size: 0.9375vw;
	margin: 0 2.7vw;
}

.top_pages_topics img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* top_company */
.top_company {
}
.top_company_intro {
	text-align: center;
}
.top_company_intro img {
	width: 11.9vw;
	margin-bottom: 0.52vw;
}
.top_company_intro h2 {
	font-size: 0.9375vw;
	margin-bottom: 1.04vw;
}
.top_company_contents {
	background-color: #f6f6f6;
	width: 100%;
	padding: 2.6vw 0 3.75vw;
}
.top_company_box_wrap {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 87.6vw;
	height: 14.375vw;
	margin: 0 auto;
}
.top_company_box {
	background-color: #fff;
	display: block;
	line-height: 100%;
	text-align: center;
	width: 21.8vw;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_company_box:last-child img {
	border-right: none;
}
.top_company_box img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 0.052vw transparent;
	border-right: solid 0.052vw #d1d2d4;
	width: 100%;
}
a.top_company_box:hover img {
	box-sizing: border-box;
	border: solid 0.052vw #6d6d6d;
}

/* top_value */
.top_value {
	margin-bottom: 4.0625vw;
}
.top_value_intro {
	text-align: center;
	margin: 0 auto;
}
.top_value_intro img {
	width: 10vw;
	margin-bottom: 0.52vw;
}
.top_value_intro h2 {
	font-size: 0.9375vw;
	margin-bottom: 1.98vw;
}
.top_value_items a {
	/*text-decoration: none;*/
}
.top_value_item_01,
.top_value_item_02,
.top_value_item_03 {
	height: 31.5vw;
	margin-bottom: 1.56vw;
}
.top_value_item_01 {
	background: url(https://www.jee.co.jp/wp-content/uploads/2020/07/top_value_01.jpg) center center / cover no-repeat;
}
.top_value_item_02 {
	background: url(https://www.jee.co.jp/wp-content/uploads/2020/07/top_value_02.jpg) center center / cover no-repeat;
}
.top_value_item_03 {
	background: url(https://www.jee.co.jp/wp-content/uploads/2020/07/top_value_03.jpg) center center / cover no-repeat;
}
.top_value_item_inner_odd {
	background-color: rgba(255, 255, 255, 0.8);
	//width: 21.2vw;
	width: 35vw;
	height: 100%;
	margin-left: 24vw;
}
.top_value_item_inner_even {
	background-color: rgba(255, 255, 255, 0.8);
	//width: 21.2vw;
	width: 35vw;
	height: 100%;
	margin-left: 54.8vw;
}
.top_value_ttl {
	height: 31.5vw;
}
.top_value_ttl > img,
.top_value_item_ttl > img {
	width: 95%;
	//margin-top: 7.8125vw;
	margin-top: 3.5vw;
}
.top_value_inner_lower {
	//width: 76.45%;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.top_value_inner_lower ul {
	//height: 8.85vw;
	height: 11vw;
	//padding-top: 9.4%;
	padding-top: 7%;
	text-align: left;
}
.top_value_inner_lower > img {
	//width: 100%;
	width: 60%;
}
.top_value_item_txt {
	list-style: disc;
	padding-left: 2.0833vw;
}
.top_value_item_txt li {
	font-size: 0.94vw;
	font-weight: bold;
	color: #003559;
	line-height: 2;
}

/* ----------------------------------------------- */
/* 下層ページ - 共通
/* ----------------------------------------------- */
/* タイトルエリア */
#page_title_area {
	margin-bottom: 0;
	height: 22.4vw;
}
.page_title_area_inner {
	display: inline-block;
	margin-left: 24vw;
	padding-top: 10.4vw;
	font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.page_title_area_inner #page_title {
	font-size: 2.0833vw;
	line-height: 5.2vw;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0.5em;
	color: #003559;
	background-color: rgba(255, 255, 255, 0.6);
}
.page_title_area_inner .page_title_sub {
	display: block;
	color: #fff;
	background-color: #003559;
	font-size: 0.833vw;
	line-height: 1.458vw;
	padding-left: 1.3vw;
}
.page_title_area_service05 .page_title_area_inner #page_title {
	padding: 0 30px;
}
.page_title_area_service05 .page_title_area_inner .page_title_sub {
	padding-left: 30px;
}

/* パンくず */
#bread_crumb {
	width: auto;
	margin-bottom: 0;
	padding: 1.04vw 0;
	margin-left: 24vw;
}
#bread_crumb ul {
	width: auto;
}
#bread_crumb li {
	font-size: 0.88vw;
	padding: 0 0 0 0.88vw;
	margin: 0 0 0 0.88vw;
	line-height: 1;
}
#bread_crumb li:after {
	height: 0.88vw;
	font-size: 0.88vw;
	left: -0.88vw;
	top: 15%;
}
#bread_crumb li.home a {
	height: 1.01538vw;
	width: 0.88vw;
	line-height: 1.01538vw;
}
#bread_crumb li.home a:before {
	height: 0.88vw;
	width: 0.88vw;
	line-height: 0.88vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
#bread_crumb li:last-child {
	color: #0083b3 !important;
}
/* アンカーリンク修正 */
#access,
#external_environment,
#service {
	margin-top: -80px;
	padding-top: 80px;
}

/* 記事エリア */
#article .post_content {
	/*max-width: 1200px;*/
	/*margin: 0 auto;*/
	padding: 0;
	/*text-align: center;*/
}
.post_content_ttl {
	display: inline-block;
	width: 400px;
	font-size: 22px !important;
	color: #fff;
	font-weight: bold !important;
	letter-spacing: 0.05em;
	margin-bottom: 40px !important;
	padding: 15px 0 !important;
	background-color: #142239;
}
.post_content_msg {
	margin-bottom: 40px;
}

/* 枠 */
.page_container_inner {
	padding: 0 20px;
}
.page_container {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 20px 0 #cecece;
	-moz-box-shadow: 10px 10px 20px 0 #cecece;
	box-shadow: 10px 10px 20px 0 #cecece;
	margin-bottom: 84px;
	padding: 45px 0;
}

.post_content ul {
	list-style: none;
}

/* ----------------------------------------------- */
/* 【個別】固定ページ - 共通
/* ----------------------------------------------- */
/* layout - page */
.page,
.page #main_contents {
	/*background-color: #f8f8f8;*/
}
.page #main_contents {
	margin-bottom: 0;
}
.page #main_col {
	width: auto;
	margin-bottom: 0;
}
.page #left_col {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.page #article {
	border: none !important;
}
.dot_bg {
	height: 7.5vw;
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/dot_bg.png);
}
.dot_bg_inner {
	position: relative;
	width: 52vw;
	margin: 0 auto;
}
.dot_bg_inner > h3 {
	text-align: center;
	font-size: 2vw;
	font-weight: normal;
	color: #0083b3;
	line-height: 7.5vw;
	margin: 0 !important;
	padding: 0 !important;
}
.dot_bg_inner > img {
	position: absolute;
	bottom: -1.298vw;
	left: 0;
	width: 8.558vw;
}
.dot_bg_small {
	height: 1.5625vw;
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/dot_bg.png);
}
.mix_color_underline {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 52vw !important;
	margin: 3.645vw auto 2.92vw !important;
	padding: 0 0 0 1.666vw !important;
	font-size: 1.3vw !important;
	letter-spacing: 2px !important;
	color: #3e3a39 !important;
	line-height: 1 !important;
	font-weight: normal !important;
	text-align: left !important;
}
.mix_color_underline:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 1vw;
	height: 1vw;
	background-color: #003559;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mix_color_underline:after {
	position: absolute;
	bottom: -1.25vw;
	left: 0;
	content: "";
	width: 100%;
	height: 0.208vw;
	background: url(https://www.jee.co.jp/wp-content/uploads/2020/07/color_underline.png) no-repeat;
	background-size: cover;
}

/* ----------------------------------------------- */
/* 下層ページ - タイトルエリア背景
/* ----------------------------------------------- */
/* 代表メッセージ */
.page_title_area_message {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_message.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 会社概要・アクセス */
.page_title_area_company {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_company.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 経営理念・ビジョン */
.page_title_area_vision {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_vision.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 日本省電の特徴 */
.page_title_area_feature {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_feature.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* サービス一覧 */
.page_title_area_service_list {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_service_list.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* サービス一覧 */
.page_title_area_solution {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_service_list.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 調達戦略策定 */
.page_title_area_service01 {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_service01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 調達最適化 */
.page_title_area_service02 {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_service02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 運用効率化・最適化 */
.page_title_area_service03 {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_service03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* データマネジメント */
.page_title_area_service04 {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_service04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 予実管理 */
.page_title_area_service05 {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_service05.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* ESG・SDGs向け調達改革 */
.page_title_area_service06 {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_service06.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* ニュース - アーカイブ */
.page_title_area_news {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_news.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 実績紹介 - アーカイブ */
.page_title_area_results {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_results.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* お問い合わせ */
.page_title_area_contact {
	background-image: url(https://www.jee.co.jp/wp-content/uploads/2020/07/page_title_area_contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* ----------------------------------------------- */
/* 【個別】代表メッセージ
/* ----------------------------------------------- */
.message_content {
	text-align: center;
	font-size: 0.88vw;
}
.message_content .dot_bg {
	margin-bottom: 2.86vw;
}
.message_content .message_txt {
	margin-bottom: 2.34vw;
}
/*.message_content .message_txt img {*/
/*	width: 28vw;*/
/*}*/
.message_content .message_txt p {
	font-size: 1.354vw;
	text-align: center;
	line-height: 1.5;
	font-family: Serif;
	font-weight: bold;
}
.message_content p {
	width: 52vw;
	margin: 0 auto;
	text-align: left;
}
.message_content .message_body_lower {
	margin-bottom: 1.71875vw;
}
.message_content .dot_bg_small {
	margin-top: 2.86vw;
}
.message_prf {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 52vw;
	margin: 0 auto 3.96vw;
}
.message_prf_txt {
	width: 61vw;
	margin-left: 1vw;
}
.message_prf_txt p {
	text-align: left;
	line-height: 2em;
	width: 100%;
}
.message_prf_name {
	text-align: left;
	margin: 10px 0;
}
.message_prf_name01 {
	display: block;
	margin-bottom: 10px;
	font-size: 0.9375vw;
	font-weight: bold;
}
.message_prf_name02 {
	font-size: 1.623vw;
	font-weight: bold;
	/*padding-left: 1.04vw;*/
	letter-spacing: 0.2vw;
}
.message_prf_name03 {
	font-size: 0.923vw;
	padding-left: 1.04vw;
}

/* ----------------------------------------------- */
/* 【個別】会社概要・アクセス
/* ----------------------------------------------- */
.company_data dl {
	width: 52vw;
	margin: 2.6vw auto;
	font-size: 1vw;
}
.company_data dl div {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin-top: 1.5625vw;
}
.company_data dl dt {
	width: 6vw;
	margin-right: 1.6vw;
	font-weight: bold;
	font-size: 0.83vw;
	text-justify: inter-ideograph;
	text-align-last: justify;
}
.company_data dl dd {
	width: 44.4vw;
	text-align: left;
	margin-bottom: 0;
	font-size: 0.83vw;
}
#access p {
	width: 52vw;
	font-size: 1.15vw;
	margin: 2.6vw auto 1.5625vw;
}
#access iframe {
	vertical-align: bottom;
}

/* ----------------------------------------------- */
/* 【個別】経営理念・ビジョン
/* ----------------------------------------------- */
.vision_content {
	text-align: center;
	font-family: Serif;
}
.vision_ttl {
	font-size: 22px !important;
	text-align: center;
	font-weight: bold !important;
	line-height: 1.2 !important;
	margin-bottom: 40px !important;
	padding: 0 !important;
}
.vision_mission .dot_bg {
	margin-bottom: 5vw;
}
.vision_mission_txt {
	font-size: 26px !important;
	line-height: 1.2 !important;
	margin-bottom: 80px !important;
}
.vision_mission p {
	font-size: 16px;
	margin-bottom: 80px;
}
.vision_values ul {
	margin: 0 auto;
}
.vision_values ul > li {
	list-style: none;
}
.vision_values ul > li > p {
	font-size: 16px;
	margin-bottom: 40px;
}
.vision_sub {
	font-size: 20px !important;
	font-weight: bold;
	line-height: 1.2 !important;
	margin-bottom: 10px !important;
}
.vision_img {
	text-align: center;
	padding-top: 20px;
}
.vision_img img {
	width: 100vw;
	vertical-align: bottom;
}
.mb30 {
	margin-bottom: 30px !important;
}

/* ----------------------------------------------- */
/* 【サイドバー無し】日本省電の特徴
/* ----------------------------------------------- */
.feature_area {
	text-align: center;
	font-size: 1vw;
	line-height: 1.8;
}
.feature_area .dot_bg {
	margin-bottom: 2.86vw;
}
.feature_area .feature_txt {
	margin-bottom: 2.34vw;
}
.feature_area .feature_txt img {
	width: 28vw;
}
.feature_area p {
	width: 52vw;
	margin: 0 auto;
	text-align: left;
}
.feature_area .dot_bg_small {
	margin-top: 2.86vw;
}

.feature_henka .post_content_ttl {
	margin-bottom: 0 !important;
}
.feature_img {
	width: 52vw;
	margin: 2.5vw auto;
}
.feature_img img {
	width: 100%;
	vertical-align: bottom;
}
.feature_gaiyo_list {
	display: block;
	width: 52vw;
	margin: 0 auto !important;
	padding-left: 1vw;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.feature_gaiyo_list li {
	font-size: 1vw;
	list-style: disc;
}

/* ----------------------------------------------- */
/* アーカイブ - 共通
/* ----------------------------------------------- */
.archive,
.archive #main_contents {
	/*background-color: #f8f8f8;*/
	margin-bottom: 0;
}

.archive #main_col {
	width: auto;
	margin-bottom: 0;
}

.archive #page_header {
	border-top: none;
}

.archive .post_content {
	/*max-width: 1200px;*/
	/*margin: 0 auto;*/
	/*padding: 0 20px;*/
	/*text-align: center;*/
}

.archive .post_list .item {
	text-align: left;
}

.post_list .category a {
	font-size: 11px;
	display: inline-block;
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	text-align: center;
}

.large_item .category a {
	font-size: 12px;
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

#load_post {
	margin-top: 1.25vw;
	margin-bottom: 2.5vw;
}
#load_post a {
	background: #6f6867;
	border-radius: 5px;
}
#load_post a:hover {
	background: #bbb;
}

/* ----------------------------------------------- */
/* サービス一覧
/* ----------------------------------------------- */
.service_list_odd,
.service_list_even {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5.2vw;
}
.service_list_thumb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
.service_list_thumb a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	vertical-align: bottom;
}
.service_list_thumb a > img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/*border: solid 0.01vw transparent;*/
	vertical-align: bottom;
}
.service_list_thumb a:hover > img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border: solid 0.01vw #6d6d6d;*/
}
.service_list_txt {
	position: relative;
	width: 33vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service_list_odd .service_list_txt {
	margin-left: 7.5vw;
}
.service_list_even .service_list_txt {
	//padding-right: 5.2vw;
	padding-right: 3.2vw;
	margin-left: 17vw;
}
.service_list_num {
	position: relative;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.03vw;
	//margin: 0 0 3vw !important;
	margin: 0 0 2vw !important;
	line-height: 1 !important;
}
.service_list_num:after {
	position: absolute;
	content: "";
	width: 3.9vw;
	height: 3.9vw;
	top: -1.4vw;
	left: -1.4vw;
	border-bottom: solid 0.01vw #003559;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.service_name_JN {
	//font-size: 1.8vw;
	font-size: 1.7vw;
	margin: 0 0 0.208vw !important;
	line-height: 1 !important;
}
.service_name_EN {
	font-size: 1.2vw;
	//margin: 0 0 2.125vw !important;
	margin: 0 0 1.5vw !important;
	line-height: 1 !important;
}
.service_desc_ttl {
	font-family: serif;
	font-weight: bold;
	font-size: 1.4vw;
	margin: 0 0 1.275vw -0.5em !important;
	line-height: 1 !important;
}
.service_desc_body {
	//font-size: 1vw;
	font-size: 0.9vw;
	line-height: 2em !important;
	margin: 0 !important;
}
.service_list_txt .service_link {
	position: absolute;
	bottom: 0.104vw;
	width: 16.14vw;
	background-color: #003559;
	color: #fff;
	font-size: 1.04vw;
	padding: 0.8333vw;
	text-align: center;
	border-radius: 5vw;
}
.service_list_txt .service_link:hover {
	background-color: #6d6d6d;
	text-decoration: none;
	color: #fff;
}

#service01 .service_ttl,
#service02 .service_ttl,
#service03 .service_ttl,
#service04 .service_ttl,
#service05 .service_ttl,
#service06 .service_ttl {
	margin-top: 2.083vw;
	font-size: 1.8vw;
	margin-bottom: 2.34375vw;
	line-height: 1.4em;
}
/* ----------------------------------------------- */
/* アーカイブ - サービス01
/* ----------------------------------------------- */
#service01 .service_img01 img {
	width: 8.164vw;
}
#service01 .service_img02 img {
	width: 52vw;
	margin: 1.25vw auto 4.1666vw;
}
#service01 .service_img03 img {
	width: 52vw;
	margin: 1.25vw auto 4.1666vw;
}

/* ----------------------------------------------- */
/* アーカイブ - サービス02
/* ----------------------------------------------- */
#service02 .service_txt {
	margin-top: 2.083vw;
}
#service02 .service_img01 img {
	width: 52vw;
	margin: 1.25vw auto 0;
}
#service02 .service_img02 img {
	width: 52vw;
	margin: 1.25vw auto 4.1666vw;
}

/* ----------------------------------------------- */
/* アーカイブ - サービス03
/* ----------------------------------------------- */
#service03 .service_txt {
	margin-top: 2.083vw;
	margin-bottom: 1.4vw;
}
#service03 .service_img01 img {
	width: 100vw;
}
#service03 .service_img02 img {
	width: 52vw;
	margin: 1.25vw auto 4.1666vw;
}

/* ----------------------------------------------- */
/* アーカイブ - サービス04
/* ----------------------------------------------- */
#service04 .service_txt {
	margin-top: 2.083vw;
	margin-bottom: 2.4vw;
}
#service04 .service_img01 img {
	width: 27.8645vw;
	margin: 1.25vw auto 4.1666vw;
}

/* ----------------------------------------------- */
/* アーカイブ - サービス05
/* ----------------------------------------------- */
#service05 .service_txt {
	margin-top: 2.083vw;
}
#service05 .service_img01 img {
	width: 52vw;
	margin: 1.25vw auto 0;
}
#service05 .service_img02 img {
	width: 52vw;
	margin: 1.25vw auto 4.1666vw;
}
.visible_mid {
	display: none;
}

/* ----------------------------------------------- */
/* アーカイブ - サービス06
/* ----------------------------------------------- */
#service06 .service_txt {
	margin-top: 2.083vw;
}
#service06 .service_img01 img {
	width: 52vw;
	margin: 2.083vw auto 0;
}
#service06 .service_img02 img {
	width: 52vw;
	margin: 2.083vw auto 4.1666vw;
}

/* ----------------------------------------------- */
/* アーカイブ - サービス
/* ----------------------------------------------- */
#service_related_article .post_list {
	width: 52vw;
	margin: 0 auto;
}
#service_related_article .related_item {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 4.6875vw;
}
#service_related_article .related_item > a img {
	width: 16.3vw;
	height: 11.2vw;
}
#service_related_article .related_item .related_item_right_wrap {
	margin-left: 1.875vw;
}
#service_related_article .related_item .related_item_right_wrap h4 a {
	display: block;
	width: 22.4vw;
	color: #0083b3;
	font-size: 1.5vw;
	line-height: 1;
	margin-bottom: 0.5vw;
}
#service_related_article .related_item .related_item_right_wrap p {
	width: 30.2vw;
	font-size: 1vw;
}

.service_contents,
.service_related {
	margin: 0 auto;
}

.service_ttl {
	text-align: center;
}

.service_txt {
	width: 52vw;
	margin: 0 auto;
	font-size: 1.2vw;
	line-height: 2;
}

.service_img {
	margin: 0 auto;
	text-align: center;
}

.service_img img {
	max-width: 100%;
	vertical-align: bottom;
}

.mb10 {
	margin-bottom: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}

/* 関連記事 */
.service_related h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 45px;
}
.service_related .post_list .item .title {
	min-height: auto;
}
.noposts {
	margin: 4.427vw;
}
.noposts p {
	font-size: 20px;
	text-align: center;
}

/* ----------------------------------------------- */
/* 実績紹介
/* ----------------------------------------------- */
.category-results .service_name_EN {
	margin-bottom: 0;
}
.category-results .service_desc_ttl {
	font-size: 1.6vw;
	margin: 2.5vw 0 2vw -0.5em;
}
.category-results .service_list_even .service_list_txt {
	padding-right: 0;
}
.category-results .service_desc_body {
	font-size: 1.2vw;
	line-height: 2.2;
}
.category-results .service_list_txt .service_link {
	font-size: 1.2vw;
	padding: 1vw;
}

/* ----------------------------------------------- */
/* アーカイブ - ニュース
/* ----------------------------------------------- */
.category-news .page_title_area_inner,
.category-release .page_title_area_inner,
.category-press .page_title_area_inner,
.category-seminar .page_title_area_inner {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.category-news .page_title_area_inner #page_title {
	text-align: left;
	width: 14vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-release .page_title_area_inner #page_title {
	text-align: left;
	width: 21.3vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-press .page_title_area_inner #page_title {
	text-align: left;
	width: 24vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-seminar .page_title_area_inner #page_title {
	text-align: left;
	//width: 18vw;
	width: 35vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-news .page_title_area_inner .page_title_sub {
	width: 14vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-release .page_title_area_inner .page_title_sub {
	width: 21.3vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-press .page_title_area_inner .page_title_sub {
	width: 24vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-seminar .page_title_area_inner .page_title_sub {
	//width: 18vw;
	width: 35vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-news #main_col,
.category-release #main_col,
.category-press #main_col,
.category-seminar #main_col {
	width: auto;
	max-width: 1200px;
	margin-bottom: 0;
}
.category-news #bread_crumb,
.category-release #bread_crumb,
.category-press #bread_crumb,
.category-seminar #bread_crumb {
	width: 1200px;
	padding: 20px;
	margin: 0 auto;
}

/* ----------------------------------------------- */
/* アーカイブ - サービス/実績紹介
/* ----------------------------------------------- */
.results_inner {
	max-width: 1000px;
	margin: 50px auto;
	padding: 0 20px;
}

.category-casestudy #main_col,
.category-client-interview #main_col {
	width: auto;
	max-width: 1200px;
	margin-bottom: 0;
}

/* コンテンツ */
.results_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}
.results_box {
	/*float: left;*/
	width: 35%;
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 20px 0 #cecece;
	-moz-box-shadow: 10px 10px 20px 0 #cecece;
	box-shadow: 10px 10px 20px 0 #cecece;
	margin-right: 14%;
	padding: 30px 40px;
	text-align: center;
}
.results_box:last-child {
	margin-right: 0;
}
.results_box p {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}
.results_box .post_content_ttl {
	display: inline-block;
	width: auto;
	margin-bottom: 30px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.results_box_img img {
	width: 100%;
	vertical-align: bottom;
}
.results_link {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid;
	border-radius: 5px;
	margin: 20px auto 0;
	padding: 10px 0;
}
.results_link:hover {
	text-decoration: none;
}

/* ----------------------------------------------- */
/* 個別記事
/* ----------------------------------------------- */
.single .page_title_area_inner {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.single .page_title_area_inner #page_title {
	text-align: left;
	background-color: transparent;
	padding: 0;
}
.single #bread_crumb {
	width: 1200px;
	padding: 20px;
	margin: 0 auto;
}
.single,
.single #main_contents {
	background-color: #f8f8f8;
	margin-bottom: 0;
}
.single #main_col {
	width: auto;
	margin-bottom: 0;
}
.single #left_col {
	float: none;
	margin: 0 auto;
	width: auto;
	max-width: 1200px;
}
#article {
	border: none;
}
.single .page_container {
	margin-bottom: 40px;
}

.page_container_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#post_title_area {
	padding: 0 20px;
}

.single #article .post_content {
	padding: 40px 20px 0;
}

.single #article .post_content p {
	text-align: left;
}

#single_share_bottom {
	margin: 0;
}
#single_share_bottom .mb45 {
	margin-bottom: 0 !important;
}

.single #article {
	margin-bottom: 0;
}

.post_content a {
	word-break: break-all;
}

.single #related_post {
	padding: 0 20px;
	text-align: center;
}

.single #related_post h3 {
	display: inline-block;
	height: auto !important;
	line-height: 1.6 !important;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 45px;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #142239;
	padding: 10px 20px;
}

.single #related_post li {
	width: 18%;
	margin-right: 2.5%;
	text-align: left;
}

.single #related_post li:nth-child(4n) {
	margin-right: 2.5%;
}
.single #related_post li:nth-child(5n) {
	margin-right: 0;
}

/* ----------------------------------------------- */
/* お問い合わせ
/* ----------------------------------------------- */
.contact_container .wpcf7 .contact_txt {
	font-size: 15px !important;
	margin-bottom: 20px !important;
}

.contact_container .wpcf7 {
	max-width: 790px;
	margin: 0 auto !important;
	background-color: #fff;
	border: none;
}

.contact_container .wpcf7 form {
	margin: 0;
}

.contact_container .wpcf7 label {
	font-size: 15px;
	font-weight: bold;
}

.contact_container .wpcf7 .contact_wrap {
	display: flex;
}

.contact_container .wpcf7 dl dt {
	width: 30%;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	padding: 30px 0;
	padding-left: 30px;
}

.contact_container .wpcf7 dl dd {
	width: 70%;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 0;
	padding: 30px 0;
}

.contact_container .wpcf7 .contact_req {
	display: inline-block;
	font-size: 11px;
	line-height: 1.4;
	color: #e81737;
	border: 2px solid;
	border-radius: 10px;
	padding: 0 5px;
	margin-left: 20px;
}

.contact_container .wpcf7 .contact_note {
	display: block;
	color: #e81737;
}

.contact_container .wpcf7 input,
.contact_container .wpcf7 select,
.contact_container .wpcf7 textarea {
	font-size: 14px;
	background-color: #f8f8f8;
	border: none;
}

.contact_container .wpcf7 select {
	height: 40px;
	font-weight: bold;
}

/* ----------------------------------------------- */
/* 採用ページ
/* ----------------------------------------------- */
.page-template-page-recruit .ft_contact {
	margin-top: 0;
}
.recruit_area {
	font-family: Serif;
	background-image: url("https://www.jee.co.jp/wp-content/uploads/2020/07/recruit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	text-align: center;
	position: relative;
	padding-bottom: 140px;
}
.recruit_inner {
	/*max-width: 1200px;*/
	margin: 0 auto;
	padding-top: 15%;
	background-color: rgba(0, 0, 0, 0.3);
}
.recruit_ttl {
	font-size: 52px;
	color: #fff;
	line-height: 1.7;
	font-weight: normal;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
.recruit_ttl span {
	display: block;
}
.recruit_sub {
	font-size: 32px;
	color: #fff;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
.recruit_txt {
	font-size: 18px;
	color: #fff;
	line-height: 2.5;
	font-weight: normal;
	margin: 50px auto 100px;
	letter-spacing: 0.02em;
}
.recruit_boshu {
	margin-bottom: 5%;
}
.recruit_boshu_ttl01 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
}
.recruit_boshu_ttl02 {
	font-size: 34px;
	color: #fff;
	letter-spacing: 0.02em;
	margin: 40px 0;
}
.recruit_boshu_ttl03 {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
}
.recruit_boshu_list {
	max-width: 500px;
	margin: 0 auto 100px;
	text-align: left;
}
.recruit_boshu_list li {
	list-style: disc;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.02em;
}
.recruit_boshu_txt {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.02em;
	margin: 40px 0 50px;
}
.recruit_link {
	padding-bottom: 15%;
}
.recruit_link a {
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.02em;
	text-align: center;
}
.recruit_link a span {
	font-size: 16px;
	line-height: 2.5;
}

.recruit_link a:hover {
	color: #fff;
}
.recruit_entry {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	height: 140px;
	line-height: 140px;
}
.recruit_entry a {
	font-size: 40px;
	color: #fff;
	letter-spacing: 0.2em;
}
.recruit_entry a:hover {
	color: #fff;
}

.lead__box {
	text-align: center;
	line-height: 1.8;
	font-size: 1rem;
	padding: 1em 2em 2em 2em;
}

/* ----------------------------------------------- */
/* responsive - max 1599px
/* ----------------------------------------------- */
@media screen and (max-width: 1599px) {
	.visible_mid {
		display: block;
	}

	.dot_bg_inner,
	.service_txt,
	.company_data dl,
	#service06 .service_img01 img,
	#service06 .service_img02 img,
	#service05 .service_img01 img,
	#service05 .service_img02 img,
	#service03 .service_img02 img,
	#service02 .service_img02 img,
	#service02 .service_img01 img,
	#service01 .service_img03 img,
	#service01 .service_img02 img,
	.feature_gaiyo_list,
	.feature_img,
	.feature_area p,
	#access p,
	.message_content p,
	.message_prf,
	#service_related_article .post_list {
		width: 68vw;
	}
	.dot_bg_inner > h3 {
		font-size: 1.9vw;
	}
	.mix_color_underline {
		width: 68vw !important;
		font-size: 1.5vw !important;
	}
	.mix_color_underline:before {
		width: 1.1538vw;
		height: 1.1538vw;
	}
	.page_title_area_inner,
	#bread_crumb {
		margin-left: 16vw;
	}
	/*top*/
	#top_txt img {
		width: 40vw;
	}
	#top_txt p {
		font-size: 0.95vw;
	}
	.top_value_intro img {
		width: 10vw;
	}
	.top_value_item_txt li {
		font-size: 1.1vw;
	}
	.message_content {
		font-size: 1.1vw;
	}
	/*.message_content .message_txt img {*/
	/*	width: 37vw;*/
	/*}*/
	.message_content .message_txt p {
		font-size: 1.7875vw;
	}
	.message_prf_img {
		width: 24%;
	}
	.message_prf_txt {
		width: 75%;
		margin-left: 1%;
	}
	.message_prf_txt p {
		width: 100%;
	}
	.company_data dl dt {
		width: 6vw;
		font-size: 1vw;
	}
	.company_data dl dd {
		width: 60vw;
		font-size: 1vw;
	}
	.feature_area {
		font-size: 1.2vw;
	}
	.feature_gaiyo_list li {
		font-size: 1.2vw;
	}
	/*サービス*/
	#service_related_article .related_item {
		padding-bottom: 4.6875vw;
	}
	#service_related_article .related_item > a img {
		width: 16.3vw;
		height: 11.2vw;
	}
	#service_related_article .related_item .related_item_right_wrap {
		margin-left: 1.875vw;
	}
	#service_related_article .related_item .related_item_right_wrap h4 a {
		width: 42vw;
		font-size: 1.5vw;
		line-height: 1.1em;
		margin-bottom: 1vw;
	}
	#service_related_article .related_item .related_item_right_wrap p {
		width: 48vw;
		font-size: 1.2vw;
	}
}
/* ----------------------------------------------- */
/* responsive - max 1220px
/* ----------------------------------------------- */
@media screen and (max-width: 1220px) {
	/* 全体 */
	.mobile_header_fix {
		padding-top: 5vw !important;
	}
	#main_col {
		padding: 0 !important;
		margin: 0 !important;
	}
	#main_contents {
		padding-top: 0 !important;
	}
	/*グローバルメニュー*/
	#global_menu {
		top: 5vw !important;
	}
	/*パンくず*/
	#bread_crumb {
		padding: 1.04vw 0 !important;
		margin-left: 16vw !important;
	}
	#bread_crumb li {
		font-size: 12px;
		padding-left: 12px;
		margin-left: 12px;
	}
	#bread_crumb li:after {
		top: 15% !important;
	}
	#bread_crumb li.home a {
		height: 14px;
		line-height: 14px;
	}
	#bread_crumb li.home a:before {
		height: 14px;
		width: 14px;
		line-height: 14px;
	}
	.dot_bg_inner > h3 {
		font-size: 2.6vw;
	}
	.mix_color_underline {
		font-size: 1.8vw !important;
	}
	.mix_color_underline:before {
		width: 1.3846vw;
		height: 1.3846vw;
	}
	/* footer */
	#copyright {
		height: auto !important;
		margin-top: 10px !important;
		background-color: inherit !important;
	}
	#return_top {
		right: 1.04vw !important;
		bottom: 1.2vw !important;
	}
	#return_top a {
		background: #f6f6f6;
		width: 5vw !important;
		height: 5vw !important;
		border: solid 0.1vw #043456;
		border-radius: 50% !important;
	}
	#return_top a:before {
		width: 5.2vw !important;
		height: 5.2vw !important;
		font-size: 3.6vw;
		padding: 0.6vw;
		top: unset !important;
		bottom: unset !important;
		left: unset !important;
		right: unset !important;
	}
	/* top */
	.home #main_col {
		margin-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.top_news_list {
		width: 85vw;
	}
	.top_news_list ul li > span {
		width: 14.5vw;
	}
	.top_news_list ul li a {
		width: 55vw;
	}
	/* header */
	#header {
		height: 5vw !important;
	}
	#header_inner {
		border-bottom: none !important;
		background-color: #fff !important;
		height: 5vw !important;
	}
	#logo_image {
		height: 5vw !important;
		left: 0 !important;
		transform: translate(0, -50%) !important;
	}
	#logo_image img.mobile_logo_image {
		height: 5vw;
		width: auto;
	}
	a.menu_button {
		width: 5vw !important;
		height: 5vw !important;
		line-height: 5vw !important;
	}
	a.menu_button:before {
		width: 1.6vw !important;
		height: 1.6vw !important;
		line-height: 1.6vw !important;
		top: 1.652vw !important;
	}
	/* スライダー */
	#header_slider_wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.top_pages_ttl {
		font-size: 2vw;
	}
	.top_pages_link {
		width: 50%;
		height: 16%;
		left: 25%;
		font-size: 0.8vw;
	}
	/* top_value */
	.top_value_item_01,
	.top_value_item_02,
	.top_value_item_03 {
		height: 31.5vw;
		margin-bottom: 1.56vw;
	}
	.top_value_ttl {
		height: 31.5vw;
	}
	.top_value_ttl > img,
	.top_value_item_ttl > img {
		margin-top: 3.9vw;
	}
	.top_value_inner_lower {
		//width: 84.5%;
		width: 90%;
	}
	.top_value_inner_lower ul {
		height: 12vw;
	}
	.top_value_item_txt li {
		//font-size: 1.3vw;
		font-size: 1.1vw;
	}
	.company_data dl dt {
		width: 7vw;
	}
	.company_data dl dd {
		width: 59.4vw;
	}
	/* 【個別】経営理念・ビジョン*/
	.vision_ttl {
		font-size: 1.375vw !important;
		margin-bottom: 2.5vw !important;
	}
	.vision_mission_txt {
		font-size: 2.1666vw !important;
		margin-bottom: 6.666vw !important;
	}
	.vision_mission p {
		font-size: 1.6vw;
		margin-bottom: 6.666vw;
	}
	.vision_values ul > li > p {
		font-size: 1.6vw;
		margin-bottom: 3.333vw;
	}
	.vision_sub {
		font-size: 1.666vw !important;
		margin-bottom: 0.8333vw !important;
	}
	.vision_img {
		padding-top: 1.666vw;
	}
	.mb30 {
		margin-bottom: 2.5vw !important;
	}
	/*特徴*/
	.feature_area {
		font-size: 1.5vw;
	}
	.feature_gaiyo_list li {
		font-size: 1.5vw;
	}
	/*サービス*/
	.service_desc_ttl {
		font-size: 1.6vw;
		margin-bottom: 1.275vw;
	}
	.service_desc_body {
		//font-size: 1.2vw;
		font-size: 0.9vw;
	}
	.service_list_txt {
		width: 40vw;
	}
	.service_list_odd .service_list_txt {
		margin-left: 7.5vw;
	}
	.service_list_even .service_list_txt {
		//padding-right: 5.2vw;
		padding-right: 3.2vw;
		margin-left: 10vw;
	}
	#service01 .service_ttl,
	#service02 .service_ttl {
		font-size: 18px;
	}
	.service_txt {
		font-size: 14px;
		line-height: 1.5em;
	}
	.page_title_area_service05 .page_title_area_inner #page_title {
		padding: 0 1em;
	}
	.page_title_area_service05 .page_title_area_inner .page_title_sub {
		padding: 0.2em 1em;
	}
	/* 【個別】固定ページ - 共通 */
	.page #main_col {
		margin-top: 0 !important;
	}
	/* アーカイブ - 共通 */
	.archive #main_col {
		margin: 0 4.5% !important;
		max-width: 100%;
	}
	.archive .post_content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* アーカイブ - 実績紹介 */
	.category-results #bread_crumb {
		padding: 20px !important;
	}
	.category-casestudy #bread_crumb {
		padding: 20px !important;
	}
	.category-client-interview #bread_crumb {
		padding: 20px !important;
	}
	.results_inner {
		margin-top: 0;
	}
	.category-client-interview #bread_crumb,
	.category-casestudy #bread_crumb,
	.category-news #bread_crumb,
	.category-seminar #bread_crumb,
	.category-release #bread_crumb,
	.category-press #bread_crumb {
		padding: 20px 4.5% !important;
		margin: 0 !important;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.category-news #post_title_area,
	.category-seminar #post_title_area,
	.category-release #post_title_area,
	.category-press #post_title_area {
		padding-top: 0 !important;
	}
	.category-news .page_title_area_inner,
	.category-seminar .page_title_area_inner,
	.category-release .page_title_area_inner,
	.category-press .page_title_area_inner {
		width: 100%;
		padding-left: 4.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.category-client-interview .page_title_area_inner,
	.category-casestudy .page_title_area_inner {
		margin-left: 4.5%;
	}
	/* 採用ページ */
	.page-id-112 #main_col {
		padding: 0 !important;
	}
	/* 個別記事 */
	.single #main_col {
		margin-top: 0;
	}
	.single #bread_crumb {
		padding: 20px 4.5% !important;
		margin: 0 !important;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.single .page_container_wrapper {
		padding: 0;
	}
	.single .page_container_inner {
		padding: 0 40px;
	}
	.single #post_title_area {
		padding-top: 0 !important;
	}
	.single .page_title_area_inner {
		width: 100%;
		padding-left: 4.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.single #related_post {
		padding: 0;
	}
	.single #related_post ol {
		margin: 0;
	}
	.single #related_post li:nth-child(3n) {
		margin-right: 2.5%;
	}
	.single #related_post li,
	#related_post li:nth-child(4n) {
		width: 18% !important;
	}
}

/* ----------------------------------------------- */
/* responsive - max 760px
/* ----------------------------------------------- */
@media screen and (max-width: 760px) {
	.brsp {
		display: block;
	}
	.brpc {
		display: none;
	}

	.mix_color_underline {
		font-size: 14px !important;
		padding: 0 0 0 16px !important;
	}
	.mix_color_underline:before {
		width: 12px;
		height: 12px;
	}
	.dot_bg_small {
		height: 15px;
	}
	.dot_bg_small {
		height: 10px;
	}
	.dot_bg_inner img {
		display: none;
	}

	.page_title_area_inner {
		padding-top: 5vw;
	}
	.page_title_area_inner .page_title_sub {
		font-size: 10px;
		padding: 0.5em;
		line-height: unset;
	}

	/* スライダー */
	#header_slider .caption {
		display: none;
	}
	/* top */
	.home #left_col {
		padding: 0 !important;
	}
	#top_txt img {
		width: 70vw;
	}
	#top_txt p {
		font-size: 2.5vw;
	}
	/* top_news */
	.top_news_left {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	.top_news_right {
		float: none;
		width: auto;
	}
	.top_news_ttl {
		margin-top: 0;
	}
	/* .top_pages */
	.top_pages {
		margin: 50px auto;
	}
	.top_pages_ttl {
		font-size: 5.5vw;
	}
	.top_pages_link {
		font-size: 3.5vw;
		width: 44%;
		height: 14%;
		left: 28%;
	}
	.top_news_list {
		width: 96vw;
		height: 50vw;
	}
	.top_news_list ul li > span {
		width: 15.5vw;
	}
	.top_news_list ul li a {
		width: 60vw;
	}
	.top_news .news_link_wrap {
		width: 70vw;
	}
	.top_news .news_link_wrap a {
		width: 25vw;
	}
	.top_news .news_link_wrap img {
		width: 2vw;
	}
	.top_news .news_link_wrap p {
		font-size: 1.5vw;
	}
	/* トピックス */
	.top_pages .top_pages_list {
		display: block;
		margin-bottom: 15px;
	}
	.top_pages_list .top_pages_upper_item {
		margin-bottom: 1.56vw;
	}
	.top_pages_list img {
		width: 100%;
	}
	.top_pages_topics {
		width: 100% !important;
		height: unset;
		margin-bottom: 1.56vw;
	}
	.top_pages_topics a > img {
		width: 100% !important;
		height: auto !important;
	}
	.top_pages_topics img {
		position: unset;
	}
	.top_pages_topics_wrapper .topic_ttl {
		top: 5%;
		font-size: 4vw;
		/*margin-bottom: 2vw;*/
	}
	.top_pages_topics_wrapper {
		top: unset;
		bottom: 0;
		height: 40%;
	}
	.top_pages_topics_wrapper .topic_txt {
		bottom: 10%;
		width: 100%;
		font-size: 3vw;
		margin: 0;
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* 【サイドバー無し】日本省電の特徴 */
	.feature_txt {
		font-size: 12px;
	}

	.feature_gaiyo_list {
		padding-left: 20px;
		padding-right: 20px;
	}

	.feature_gaiyo_list li {
		font-size: 12px;
	}
	/* top_value */
	.top_value {
		margin-bottom: 4.0625vw;
	}
	.top_value_intro img {
		width: 15vw;
	}
	.top_value_intro h2 {
		font-size: 2.2vw;
	}
	.top_value_item_01,
	.top_value_item_02,
	.top_value_item_03 {
		height: 45vw;
		margin-bottom: 1.56vw;
	}
	.top_value_item_inner_odd {
		width: 42vw;
		height: 100%;
		margin-left: 8vw;
	}
	.top_value_item_inner_even {
		width: 42vw;
		height: 100%;
		margin-left: 50vw;
	}
	.top_value_ttl {
		height: 31.5vw;
	}
	.top_value_ttl > img,
	.top_value_item_ttl > img {
		width: 95%;
		margin-top: 3.9vw;
	}
	.top_value_inner_lower {
		width: 80%;
	}
	.top_value_inner_lower ul {
		height: 20vw;
	}
	.top_value_inner_lower > img {
		width: 100%;
	}
	.top_value_item_txt li {
		font-size: 1.5vw;
	}
	.company_data dl dt {
		width: 10vw;
	}
	.company_data dl dd {
		width: 56.4vw;
	}
	.message_content {
		font-size: 12px;
	}
	.message_content .message_txt p {
		font-size: 16px;
	}
	/* サービス一覧*/
	.service_list_odd,
	.service_list_even {
		display: block;
		margin-bottom: 5.2vw;
	}
	.service_list_thumb {
		display: none;
	}
	.service_list_txt {
		position: relative;
		width: 100%;
		text-align: center;
	}
	.service_list_odd .service_list_txt {
		margin-left: 0;
	}
	.service_list_even .service_list_txt {
		padding-right: 0;
		margin-left: 0;
	}
	.service_list_num {
		position: relative;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.service_list_num:after {
		display: none;
	}
	.service_name_JN {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.service_name_EN {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.service_desc_ttl {
		font-size: 14px;
		margin-bottom: 10px;
		margin-left: 0;
	}
	.service_desc_body {
		font-size: 12px;
		line-height: 2em;
	}
	.service_list_txt .service_link {
		position: relative;
		bottom: -10px;
		width: 40%;
		max-width: 150px;
		font-size: 12px;
		padding: 5px 20px;
	}
	.service_txt {
		font-size: 12px;
		line-height: 1.5em;
	}
	.dot_bg_inner > h3 {
		font-size: 3.2vw;
	}
	.noposts p {
		font-size: 14px;
	}

	/* 下層ページ - 共通 */
	/* タイトルエリア */
	#page_title {
		font-size: 28px;
	}
	/* アーカイブ - 実績紹介 */
	.results_menu {
		display: block;
	}
	.results_box {
		float: none;
		width: 50%;
		margin: 0 auto 50px;
	}
	.results_box:last-child {
		margin-right: auto;
	}
	/* 個別記事 */
	.single #left_col {
		padding-bottom: 0;
	}
}

/* ----------------------------------------------- */
/* responsive - max 550px
/* ----------------------------------------------- */
@media screen and (max-width: 550px) {
	/* 全体 */
	.visible_pc {
		display: none;
	}

	.visible_sp {
		display: block;
	}

	/*グローバルメニュー*/
	#global_menu {
		top: 10vw !important;
	}

	/* タイトルエリア */
	#page_title_area {
		height: 35vw;
	}
	.page_title_area_inner {
		padding-top: 12vw;
	}

	.page_title_area_inner #page_title {
		font-size: 11px;
		line-height: 1.8em;
		letter-spacing: 0.1em;
		padding: 0 0.5em;
	}

	.page_title_area_inner .page_title_sub {
		font-size: 8px;
		line-height: 1.2em;
	}
	.page_title_area_service05 .page_title_area_inner #page_title {
		padding: 0 30px;
	}

	#bread_crumb {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	#bread_crumb li {
		font-size: 10px;
		padding-left: 10px;
		margin-left: 10px;
	}

	#bread_crumb li.home a {
		height: 12px;
		line-height: 12px;
	}

	#bread_crumb li.home a:before {
		height: 12px;
		width: 12px;
		line-height: 12px;
	}

	.home #left_col,
	.archive #left_col {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mobile_header_fix {
		padding-top: 10vw !important;
	}

	.dot_bg_inner > h3 {
		font-size: 3.5vw;
	}

	.category-news .page_title_area_inner #page_title {
		width: 20vw;
	}
	.category-news .page_title_area_inner .page_title_sub {
		width: 20vw;
	}
	.category-release .page_title_area_inner #page_title {
		width: 36vw;
	}
	.category-release .page_title_area_inner .page_title_sub {
		width: 36vw;
	}
	.category-press .page_title_area_inner #page_title {
		width: 40vw;
	}
	.category-press .page_title_area_inner .page_title_sub {
		width: 40vw;
	}
	.category-seminar .page_title_area_inner #page_title {
		width: 30vw;
	}
	.category-seminar .page_title_area_inner .page_title_sub {
		width: 30vw;
	}

	/* header */
	.mobile_header_fix {
		padding-top: 10vw !important;
	}

	#header {
		padding: 0;
		height: 10vw !important;
	}

	#header_inner {
		background-color: #fff !important;
		height: 10vw !important;
	}

	#logo_image {
		height: 10vw !important;
	}

	#logo_image img.mobile_logo_image {
		width: auto;
		height: 10vw !important;
	}

	a.menu_button {
		height: 10vw !important;
		width: 10vw !important;
		line-height: 10vw !important;
	}

	a.menu_button:before {
		width: 3.2vw !important;
		height: 3.2vw !important;
		line-height: 3.2vw !important;
		top: 3.304vw !important;
	}

	/* footer */
	.ft_contact p {
		line-height: 1.6;
		font-size: 9px;
	}
	.ft_contact a {
		font-size: 9px;
	}

	.ft_logo a {
		font-size: 16px;
	}
	#footer_upper_inner a {
		font-size: 8px;
	}

	#return_top {
		right: 6vw !important;
		bottom: 12vw !important;
	}
	#return_top a {
		background: #f6f6f6 !important;
		width: 10vw !important;
		height: 10vw !important;
		border: solid 0.2vw #043456;
		border-radius: 50% !important;
	}
	#return_top a:before {
		width: 10.4vw !important;
		height: 10.4vw !important;
		font-size: 7.2vw;
		padding: 1.2vw;
		top: unset !important;
		bottom: unset !important;
		left: unset !important;
		right: unset !important;
	}
	/* スライダー */
	#header_slider {
		height: 40vw !important;
	}

	#header_slider_wrap {
		margin: 0 !important;
	}

	#header_slider .item {
		height: 40vw !important;
		margin-bottom: 0 !important;
	}

	#header_slider .slick-dots,
	#header_slider_wrap.no_banner_content #header_slider .slick-dots {
		bottom: 10px !important;
	}

	#header_slider .slick-dots button::before {
		width: 0.8854vw;
		height: 0.8854vw;
		border-radius: 0px;
		line-height: 8px;
	}

	/* top_txt */
	#top_txt {
		padding: 30px 20px 0 !important;
	}
	#top_txt p {
		font-size: 10px;
	}

	/* top_news */
	.top_news_ttl {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.top_news_left p {
		font-size: 13px;
	}

	.top_news_right ul li a {
		display: block;
		font-size: 12px;
		margin-top: 10px;
	}

	.top_news_right span {
		font-size: 11px;
	}

	/* .top_pages */
	.top_pages li {
		width: 48%;
		margin-right: 4%;
	}

	.top_pages li:nth-child(2n) {
		margin-right: 0;
	}
	.top_news_list ul li {
		padding: 2.08vw 0;
		margin-left: 2.34vw;
		margin-right: 0.52vw;
		font-size: 10px;
		border-bottom: solid 0.1vw #f6f6f6;
	}
	.top_news_list ul li a .arrow {
		font-size: 12px;
		right: 2.5%;
		top: 48%;
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	/* トピックス */
	.top_pages_topics {
		width: 100% !important;
	}
	.top_topics_intro h2 {
		font-size: 9px;
	}
	.top_topics_intro img {
		width: 10vw;
	}

	.top_news_intro h2 {
		font-size: 9px;
	}
	.top_news_intro img {
		width: 8vw;
	}
	.top_news_list {
		width: 96vw;
	}
	.top_news_list ul li > span {
		width: 120px;
		margin-left: 5vw;
		padding: 2px;
	}
	.top_news_list ul li a {
		width: 90vw;
		margin-top: 6px;
	}
	.top_news .news_link_wrap {
		width: 80vw;
	}
	.top_news .news_link_wrap a {
		width: 38vw;
	}
	.top_news .news_link_wrap img {
		width: 3vw;
	}
	.top_news .news_link_wrap p {
		font-size: 1.5vw;
	}

	/* top_company */
	.top_company_intro img {
		width: 12vw;
	}
	.top_company_intro h2 {
		font-size: 9px;
	}
	.top_company_box_wrap {
		width: 100vw;
	}
	.top_company_box {
		float: none;
		display: block;
		width: auto;
		/*height: 50px;*/
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 50px;
	}

	/* top_value */
	.top_value {
		margin-bottom: 4.0625vw;
	}

	.top_value_intro img {
		width: 12vw;
	}

	.top_value_intro h2 {
		font-size: 9px;
	}

	.top_value_item_01,
	.top_value_item_02,
	.top_value_item_03 {
		height: 60vw;
		margin-bottom: 1.56vw;
	}

	.top_value_ttl {
		height: 31.5vw;
	}

	.top_value_ttl > img,
	.top_value_item_ttl > img {
		width: 95%;
		margin-top: 3.9vw;
	}

	.top_value_inner_lower {
		width: 90%;
	}

	.top_value_inner_lower ul {
		//eight: 22vw;
		height: 32vw;
	}

	.top_value_inner_lower > img {
		width: 100%;
	}

	.top_value_item_txt {
		list-style: none;
		padding-left: 2.0833vw;
	}

	.top_value_item_txt li {
		font-size: 2vw;
	}

	.company_data dl dt {
		width: 18vw;
	}

	.company_data dl dd {
		width: 48.4vw;
	}

	/* サービス一覧*/
	.service_list_odd,
	.service_list_even {
		margin-bottom: 5.2vw;
	}
	.service_list_txt {
		margin-bottom: 60px !important;
	}
	.service_list_num {
		font-size: 20px;
		margin-bottom: 8px !important;
	}
	.service_name_JN {
		font-size: 18px;
		margin: 12px 0 !important;
	}
	.service_name_EN {
		font-size: 12px;
		margin: 12px 0 !important;
	}
	.service_desc_ttl {
		font-size: 15px;
		margin: 18px 0 !important;
	}
	.service_desc_body {
		font-size: 12px;
		margin: 18px 0 !important;
	}
	.service_list_txt .service_link {
		bottom: -15px;
		width: 40%;
		max-width: 150px;
		font-size: 12px;
		padding: 7px 30px;
	}
	.service_txt {
		font-size: 12px;
		line-height: 1.5em;
	}

	/*実績紹介*/
	.category-results .service_desc_ttl {
		font-size: 16px;
		margin: 2.5vw 0 2vw -0.5em;
	}
	.category-results .service_desc_body {
		font-size: 12px;
		line-height: 2.2;
	}
	.category-results .service_list_txt .service_link {
		width: 40%;
		max-width: 150px;
		font-size: 12px;
		padding: 7px 30px;
	}

	/* 記事エリア */
	.post_content_ttl {
		width: auto;
		font-size: 18px !important;
		padding: 10px 20px !important;
	}

	.page_container {
		padding: 30px 0;
	}

	/* 【個別】代表メッセージ */
	.message_content {
		font-size: 2.7vw;
	}
	.message_content .message_txt p {
		font-size: 3.125vw;
	}
	.message_prf {
		display: block;
	}
	.message_prf_img {
		width: 30%;
		min-width: 120px;
		margin: 0 auto;
	}
	.message_prf_txt {
		width: auto;
	}

	.message_prf_name {
		margin-top: 15px;
		text-align: center;
	}
	.message_prf_name01 {
		font-size: 12px;
	}
	.message_prf_name02 {
		font-size: 15px;
	}
	.message_prf_name03 {
		font-size: 12px;
	}

	/* 【個別】会社概要・アクセス */
	.company_data dl dt {
		font-size: 10px;
	}
	.company_data dl dd {
		font-size: 10px;
	}
	.company_access iframe {
		height: 350px !important;
	}
	#access p {
		font-size: 13px;
	}

	/*経営理念・ビジョン*/
	.vision_content {
		margin: 0 10%;
	}
	.vision_mission_txt {
		font-size: 4.2vw !important;
	}
	.vision_ttl {
		font-size: 4.5vw !important;
	}
	.vision_mission p {
		font-size: 3.5vw;
	}
	.vision_values ul > li > p {
		font-size: 3.5vw;
		margin-bottom: 3vw;
	}
	.vision_sub {
		font-size: 3.5vw !important;
	}

	/* アーカイブ - 共通 */
	.archive #bread_crumb {
		padding: 10px 20px !important;
	}

	/* アーカイブ - サービス */
	.service_ttl {
		font-size: 22px;
		line-height: 1.5 !important;
	}

	.service_related h3 {
		font-size: 22px;
	}

	/* アーカイブ - 実績紹介 */
	.results_inner {
		margin-bottom: 0;
	}

	.results_box {
		width: auto;
		margin-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.results_box .post_content_ttl {
		margin-bottom: 20px !important;
	}

	/* お問い合わせ */
	.contact_container .wpcf7 .contact_wrap {
		display: block;
	}

	.contact_container .wpcf7 dl dt {
		width: auto;
		padding: 10px 0;
		padding-left: 20px;
	}

	.contact_container .wpcf7 dl dd {
		width: auto;
	}

	.contact_container .wpcf7 label {
		font-size: 14px;
	}

	.contact_container .wpcf7 .contact_req {
		margin-left: 10px;
	}

	.contact_container .wpcf7 .contact_note {
		font-size: 11px;
	}

	/* 採用ページ */
	.recruit_area {
		padding-bottom: 100px;
	}
	.recruit_ttl {
		font-size: 28px;
	}

	.recruit_sub {
		font-size: 22px;
		line-height: 1.8;
	}

	.recruit_txt {
		font-size: 10px;
		line-height: 2;
	}

	.recruit_boshu_ttl01 {
		font-size: 18px;
	}

	.recruit_boshu_ttl02 {
		font-size: 26px;
	}

	.recruit_boshu_txt {
		font-size: 10px;
	}

	.recruit_boshu_ttl03 {
		font-size: 22px;
	}

	.recruit_boshu_list {
		padding: 0 20px;
	}

	.recruit_boshu_list li {
		font-size: 10px;
	}

	.recruit_link a {
		font-size: 18px;
	}
	.recruit_link a span {
		font-size: 13px;
	}

	.recruit_entry {
		height: 100px;
		line-height: 100px;
	}
	.recruit_entry a {
		font-size: 28px;
	}

	/*サービス*/
	.service_list_odd,
	.service_list_even {
		margin: 40px 6px;
	}
	.service_link {
		bottom: -15px;
	}
	.post_list .excerpt {
		padding: 0 !important;
		line-height: 1 !important;
	}
	#service_related_article .related_item .related_item_right_wrap h4 a {
		font-size: 12px;
		line-height: 1;
	}
	#service_related_article .related_item .related_item_right_wrap p {
		font-size: 10px;
		line-height: 1.1em;
	}
	#service01 .service_ttl,
	#service02 .service_ttl {
		font-size: 14px;
	}
	.noposts p {
		font-size: 12px;
	}
	/* 個別記事 */
	.single #bread_crumb {
		padding: 10px 20px !important;
	}

	.single #bread_crumb li {
		font-size: 12px;
	}

	.single .page_container {
		padding: 20px 0;
	}

	.single .page_container_inner {
		padding: 0 4.5%;
	}

	.single #post_title {
		font-size: 17px !important;
	}

	.single .share-type1 ul {
		margin-bottom: 0;
	}

	.single #related_post li,
	.single #related_post li:nth-child(4n) {
		width: auto !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}

	.single #related_post li:nth-child(3n) {
		margin-right: 0 !important;
	}

	.single #related_post h3 {
		font-size: 16px;
		height: auto !important;
		line-height: 1.6 !important;
		margin-bottom: 20px;
		padding: 5px 20px;
	}

	.single #related_post li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.single #related_post li .image_area {
		width: 70px;
		height: 70px;
		margin-bottom: 0;
	}

	.single #related_post li .title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 10px;
	}

	.lead__box {
		text-align: center;
		line-height: 1.8;
		font-size: 0.7rem;
		padding: 1em 2em 2em 2em;
	}
}
