/********************************
COMMON
********************************/

@font-face{
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic");
	font-weight: 300;
}

@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic");
	font-weight: 500;
}

@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}

/* upper ie10 */
@media all and (-ms-high-contrast: none)	{
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	height: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	height: 100%;
}

p {
	display: block;
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	-ms-font-feature-settings: normal;
	-o-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0;
	padding: 0;
}

dl, menu, ol, ul {
	margin: 0;
}

a, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
	color: #ff4646;
	text-decoration: none;
}

a:link, a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

hr {
	border: 1px solid #333333;
	margin: 30px 0px;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	margin-bottom: 0;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 0;
	width: 100%;
	max-width: none;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	background-color: #eaedf2;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
}

#container {
	width: 100%;
	background-color: #ffffff;
}

#content {
	margin-top: 0;
}

#page_content {
	padding: 90px 0 0 0;
}

.wrap {
	max-width: 1140px;
	width: 100%;
	padding: 20px;
}

.entry-content {
	padding: 0px;
}

.entry-fullwidth {
	padding: 10px 0px;
}

.entry-content img {
	padding: 0;
	margin: 0;
}

.hentry {
	background-color: white;
	margin: 0;
	border: none;
}

.align_left {
	text-align: left;
	margin-right: auto;
}
.align_center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.align_right {
	text-align: right;
	margin-left: auto;
}

.fluid_image img {
	max-width: 100%;
	height: auto;
}

.caution {
	color: #ff0000;
}


/********************************
HEADER
********************************/

.header {
	position: fixed;
	z-index: 99;
	width: 100%;
	background: rgba(255,255,255,0.9);
}

#inner-header {
	max-width: 1140px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

#header_logo {
	float: left;
	width: 20.45%;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
}
#header_logo img {
	vertical-align: middle;
}

#header_navigation {
	float: left;
	width: 58%;
	text-align: center;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
}

#header_sns_linker {
	float: left;
	width: 21.55%;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	font-size: 0;
}

#header_sns_linker img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}
#header_sns_linker a {
	float: left;
	width: 25%;
	max-width: 40px;
	margin: 0 0 0 10%;
}
#header_sns_linker a:first-child {
	margin: 0;
}
/********************************
NAVIGATION
********************************/
.nav {
	height: 90px;
}

.nav li {
	height: 90px;
	margin: 0 0 0 10%;
}

.nav li a {
	display: inline;
	padding: 0;
}

.nav li a img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
	width: 250px;
	padding: 0;
}

ul.sub-menu {
	border: 1px solid #ffffff;
	font-size: 9pt;
}

ul.sub-menu li {
	line-height: 40px;
	height: 40px;
	margin: 0;
}
ul.sub-menu li a {
	height: 40px;
	margin: 0;
	background: #646464;
}
ul.sub-menu li a:hover {
	background: #ff4646;
	text-decoration: none;
}

/********************************
SLIDER
********************************/
#slider_outer {
	padding: 90px 0 0 0;
}

/********************************
SIDE BAR
********************************/
#blog_sidebar {
	padding: 0 0 0 30px;
}

.blog_monthly_archive {

}
ul.blog_monthly_archive li {
	text-align: center;
	padding: 20px;
}
ul.blog_monthly_archive li:nth-child(even) {
}
ul.blog_monthly_archive li:nth-child(odd),
ul.blog_monthly_archive li:nth-child(odd) a {
	background: #0081c7;
	color: #ffffff;
}


/********************************
WIDGET
********************************/
.top_bottom_widget_title {
	display: none;
	visibility: hidden;
}

.top_link_widget_outer {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.top_bottom_widget {
	float: left;
	max-width: 200px;
	width: 18.18%;
	margin: 0 0 2.275% 2.275%;
}
.top_link_widget_outer div:first-child,
.top_link_widget_outer div:nth-child(5n+1) {
	margin: 0 0 2.275% 0;
}
.top_bottom_widget a {
	display: block;
	border: 2px solid #b1b1b1;
}
.top_bottom_widget a:hover {
	border: 2px solid #ffce00;
}

/********************************
FOOTER
********************************/
.footer {
	background-color: #0081c7;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
}
.privacy_linker {
	width: 100%;
	text-align: right;
}
.privacy_linker a {
	color: #ffffff;
}

.footer_logo {
	display: block;
	max-width: 250px;
	width: 100%;
	margin: 40px auto 60px auto;
}

/********************************
TOP
********************************/

#top_news {
	padding: 120px 0;
	width: 100%;
}

.top_news_outer {
	max-width: 1100px;
	width: 100%;
	border-top: 1px dashed #646464;
	margin: 60px auto;
}

.top_news_inner {
	width: 100%;
	border-bottom: 1px dashed #646464;
	padding: 12px;
}

.top_news_date {
	float: left;
	width: 10%;
}
.top_news_title {
	float: left;
	width: 80%;
	margin: 0 0 0 5%;
}

a.top_linker {
	display: block;
	background: #0081c7;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

a.top_linker:hover {
	background: #ff4646;
	color: #ffffff;
}

#top_about {
	width: 100%;
	text-align: center;
}

#top_recruit,
#top_blog {
	width: 100%;
	padding: 120px 0;
	border-bottom: 2px solid #b1b1b1;
}

.top_recruit_linker {
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 0 auto;
}
.top_recruit_navi_linker {
	max-width: 600px;
	width: 100%;
	margin: 60px auto 0 auto;
}

.top_blog_linker {
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 0 auto;
}

#top_link_widget {
	width: 100%;
	padding: 120px 0;
}

/* 404 not found */
.not_found_outer {
	width: 100%;
	background: #0081c7;
	color: #ffffff;
}

p.not_found_image {
	margin: 0 auto;
	padding: 150px 20px;
	text-align: center;
}
p.not_found_text {
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	text-align: center;
}

/* archive */
.blog_archive article {
	border: 3px solid #0081c7;
	margin: 0 0 60px 0;
	padding: 30px 50px 50px 50px;
}

.hentry header {
	border-bottom: 3px solid #0081c7;
	padding: 0 0 10px 0;
}

p.blog_date {
	font-size: 50pt;
	font-weight: bold;
	color: #0081c7;
}

.blog_title {

}
.blog_title a {
	font-size: 16pt;
	font-weight: bold;
	color: #0081c7;
}

.blog_body {
	padding: 20px 0;
}

/* sns */
.top_sns_outer {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
.top_sns_outer_left {
	float: left;
	max-width: 500px;
	width: 45.45%;
}
.top_sns_outer_right {
	float: left;
	max-width: 500px;
	width: 45.46%;
	margin: 0 0 0 9.0%;
	border: 1px solid #dddddd;
}

/********************************
CONTENTS
********************************/

h1.contents_title {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("../images/title/title_back_border.png") center top repeat-x;
	text-align: center;
}

.page_title_area {
	width: 100%;
}

.page_contents_outer {
	padding: 60px 20px 130px 20px;
}

.about_contents_outer {
	padding: 60px 0 130px 0;
}

.page_contents_title {
	width: 100%;
	text-align: center;
	padding: 120px 20px;
}

p.back_button {
	max-width: 400px;
	width: 100%;
	text-align: center;
	margin: 120px auto 0 auto;
}


/* privacy */
.privacy_wrap {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
p.privacy_establishment {
	text-align: right;
}
p.privacy_title {
	font-size: 13pt;
	font-weight: bold;
	color: #0081c7;
	margin: 0 0 10px 0;
}
p.privacy_text {
	font-size: 12pt;
}

ul.privacy_text_list {
	margin: 0 0 0 1em;
	list-style: none;
	text-indent: -2.1em;
	padding-left: 2.1em;
}
ul.privacy_text_list li {
	margin: 0 0 10px 0;
}
ul.privacy_text_list_inner {
	margin: 0;
	list-style: none;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
ul.privacy_text_list_inner li {
	margin: 0 0 0 0;
}

/* message */
p.messege_photo {
	max-width: 1100px;
	width: 100%;
	margin: 120px auto 0 auto;
	text-align: center;
}
.messege_text {
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 0 auto;
	text-align: left;
}
p.messege_signature {
	text-align: right;
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 0 auto;
}

/* management */
p.management_text {
	text-align: center;
}

.management_list_outer {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.management_list_inner {
	float: left;
	max-width: 500px;
	width: 45.45%;
	margin: 9.1% 0 0 9.1%;
}
.management_list_outer div:first-child,
.management_list_outer div:nth-child(2n+1) {
	margin: 9.1% 0 0 0;
}

/* outline */
.outline_corp_three {
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 0 auto;
}
.outline_corp_two {
	max-width: 700px;
	width: 100%;
	margin: 100px auto 0 auto;
}
.outline_corp_inner {
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
}
.outline_corp_two .outline_corp_inner {
	float: left;
	width: 42.86%;
	margin: 0 0 0 14.28%;
}
.outline_corp_three div:first-child,
.outline_corp_two div:first-child {
	margin: 0 0 0 0;
}

table.group_summary_list {
	width: 100%;
	border: none;
}

table.group_summary_list p {
	margin: 0;
}

table.group_summary_list tr {
	border: none;
}
table.group_summary_list tr:nth-child(odd) {
	background: #0081c7;
	color: #ffffff;
}
table.group_summary_list tr:nth-child(even) {
	background: #cce6f4;
	color: #0081c7;
}
table.group_summary_list td.group_summary_title {
	width: 40%;
	text-align: right;
	padding: 15px 30px;
	border: none;
	font-weight: bold;
	font-size: 14pt;
}
table.group_summary_list td.group_summary_text {
	width: 60%;
	text-align: left;
	padding: 15px 30px;
	line-height: 3em;
	border: none;
}
table.group_summary_list tr:nth-child(odd) a {
	color: #ffffff;
}
table.group_summary_list tr:nth-child(even) a {
	color: #0081c7;
}

table.group_summary_list tr:nth-child(odd) a:hover,
table.group_summary_list tr:nth-child(even) a:hover {
	color: #ff4646;
}

table.group_history_list {
	width: 100%;
	border-top: 1px solid #646464;
}

table.group_history_list p {
	margin: 0;
}

table.group_history_list tr {
	border-bottom: 1px solid #646464;
}

table.group_history_list td.group_history_title {
	width: 40%;
	text-align: right;
	padding: 15px 30px;
	border: none;
	font-weight: bold;
	font-size: 50pt;
	color: #0081c7;
	background: #cce6f4;
}
table.group_history_list td.group_history_text {
	width: 60%;
	text-align: left;
	padding: 15px 30px;
	line-height: 3em;
	border: none;
	background: #ffffff;
}

/* business */
p.business_logo {
	margin: 80px auto;
	text-align: center;
}
.accordion {
	margin: 0;
}
.accordion h3 {
	margin: 0;
}
.accordion-content {
	padding: 80px 100px;
	background: #e6e6e6;
}

.business_01 .accordion-title,
.business_02 .accordion-title,
.business_03 .accordion-title,
.business_04 .accordion-title,
.business_05 .accordion-title,
.business_06 .accordion-title,
.business_07 .accordion-title {
	width: 100%;
	height: 96px;
	cursor: pointer;
	outline: none;
}

.business_01 .accordion-title {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
				url('../images/business/business_back_01.png') no-repeat;
}
.business_01 h3.read {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_01.png') no-repeat;
}
.business_01 h3.open {
	background: url('../images/bar_close.png') 97% 48% no-repeat,
	url('../images/business/business_back_01.png') no-repeat;
}
.business_02 .accordion-title {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_02.png') no-repeat;
}
.business_02 h3.read {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_02.png') no-repeat;
}
.business_02 h3.open {
	background: url('../images/bar_close.png') 97% 48% no-repeat,
	url('../images/business/business_back_02.png') no-repeat;
}
.business_03 .accordion-title {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_03.png') no-repeat;
}
.business_03 h3.read {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_03.png') no-repeat;
}
.business_03 h3.open {
	background: url('../images/bar_close.png') 97% 48% no-repeat,
	url('../images/business/business_back_03.png') no-repeat;
}
.business_04 .accordion-title {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_04.png') no-repeat;
}
.business_04 h3.read {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_04.png') no-repeat;
}
.business_04 h3.open {
	background: url('../images/bar_close.png') 97% 48% no-repeat,
	url('../images/business/business_back_04.png') no-repeat;
}
.business_05 .accordion-title {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_05.png') no-repeat;
}
.business_05 h3.read {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_05.png') no-repeat;
}
.business_05 h3.open {
	background: url('../images/bar_close.png') 97% 48% no-repeat,
	url('../images/business/business_back_05.png') no-repeat;
}
.business_06 .accordion-title {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_06.png') no-repeat;
}
.business_06 h3.read {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_06.png') no-repeat;
}
.business_06 h3.open {
	background: url('../images/bar_close.png') 97% 48% no-repeat,
	url('../images/business/business_back_06.png') no-repeat;
}
.business_07 .accordion-title {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_07.png') no-repeat;
}
.business_07 h3.read {
	background: url('../images/bar_open.png') 97% 48% no-repeat,
	url('../images/business/business_back_07.png') no-repeat;
}
.business_07 h3.open {
	background: url('../images/bar_close.png') 97% 48% no-repeat,
	url('../images/business/business_back_07.png') no-repeat;
}

table.business_list {
	width: 100%;
	background: #ffffff;
}
table.business_list tr {
	border-bottom: 1px solid #e6e6e6;
}
table.business_list td {
	background: #ffffff;
	border: none;
}
table.business_list td.business_list_title {
	width: 40%;
	padding: 15px 20px;
	text-align: right;
	font-weight: 900;
}
table.business_list td.business_list_text {
	width: 60%;
	padding: 15px 20px;
}
.business_01 table.business_list td.business_list_title { color: #0081c7;}
.business_02 table.business_list td.business_list_title { color: #df0011;}
.business_03 table.business_list td.business_list_title { color: #fc842b;}
.business_04 table.business_list td.business_list_title { color: #0080cb;}
.business_05 table.business_list td.business_list_title { color: #b40011;}
.business_06 table.business_list td.business_list_title { color: #ffce00;}

/* contact */
.contact_privacy_box {
	overflow: auto;
	max-width: 900px;
	height: 250px;
	padding: 20px;
	border: 1px solid #e6e6e6;
	line-height:1.5em;
	margin: 0 auto;
	font-size: 10pt;
}

.contact_outer {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.contact_privacy {
	text-align: center;
	margin: 40px auto;
}

table.contact_form {
	width: 100%;
	margin: 0 auto;
}
table.contact_form td {
	padding: 10px 20px;
}
table.contact_form td.contact_form_title {
	width: 30%;
}
table.contact_form td.contact_form_input {
	width: 70%;
}

.contact_submit_outer {
	margin: 40px 0 0 0;
	width: 100%;
	text-align: center;
}
.contact_submit_outer input {
	margin: 0 20px;
	padding: 10px 30px;
}

p.contact_thanx_doll {
	text-align: center;
	margin: 40px auto 0 auto;
}

p.contact_thanx_title {
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	color: #0081c7;
	margin: 40px auto 0 auto;
}

p.contact_thanx_text {
	text-align: center;
	margin: 40px auto 0 auto;
}

/* about */
#about_area_01 {
	position: relative;
	max-width: 1340px;
	width: 100%;
	height: 330px;
	background: url("../images/about/about_area_01_back.png") center top no-repeat;
	margin: 0 auto;
}

.about_area_01_01 {
	position: absolute;
	left: 239px;
	top: 0px;
	width: 368px;
	height: 90px;
}
.about_area_01_02 {
	position: absolute;
	left: 666px;
	top: 0px;
}
.about_area_01_03 {
	position: absolute;
	left: 501px;
	top: 104px;
}
.about_area_01_04 {
	position: absolute;
	left: 910px;
	top: 102px;
}
.about_area_01_05 {
	position: absolute;
	left: 338px;
	top: 205px;
}

#about_area_02 {
	position: relative;
	width: 100%;
	padding: 100px;
	margin: 100px 0 0 0;
	height: 850px;
	background: #0081c7;;
}
.about_area_02_00 {
	text-align: center;
}

.about_area_02_back {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 300px;
	margin: auto;
}

.about_area_02_01 {
	position: absolute;
	left: 20%;
	top: 560px;
	/* opacity: 0; */
	transition-duration: 1s;
}
.about_area_02_02 {
	position: absolute;
	left: 68%;
	top: 310px;
	/* opacity: 0; */
	transition-duration: 1s;
}

#about_area_03 {
	position: relative;
	width: 100%;
	height: 1450px;
	background: url("../images/about/about_area_03_back.png") center top;
	margin: 0 auto;
	padding: 100px;
}
.about_area_03_00 {
	text-align: center;
}
.about_area_03_01 {
	position: absolute;
	left: 28%;
	top: 310px;
	/* opacity: 0; */
}
.about_area_03_02 {
	position: absolute;
	left: 52%;
	top: 310px;
	/* opacity: 0; */
}
.about_area_03_03 {
	position: absolute;
	left: 45%;
	top: 700px;
	/* opacity: 0; */
}
.about_area_03_04 {
	position: absolute;
	left: 25%;
	top: 800px;
	/* opacity: 0; */
}
.about_area_03_05 {
	position: absolute;
	left: 42%;
	top: 1100px;
	/* opacity: 0; */
}
.about_area_03_06 {
	position: absolute;
	left: 45%;
	top: 900px;
	/* opacity: 0; */
}
.about_area_03_07 {
	position: absolute;
	left: 55%;
	top: 900px;
	/* opacity: 0; */
}

#about_area_04 {
	position: relative;
	width: 100%;
	padding: 100px;
	height: 1500px;
	background: #0081c7;;
}
.about_area_04_00 {
	text-align: center;
}
.about_area_04_00b {
	text-align: center;
}
.about_area_04_01 {
	position: absolute;
	left: 31.5%;
	top: 1065px;
/* /* opacity: 0; */
}
.about_area_04_02 {
	position: absolute;
	left: 41.5%;
	top: 932px;
	/* opacity: 0; */
}
.about_area_04_03 {
	position: absolute;
	left: 51%;
	top: 750px;
	/* opacity: 0; */
}
.about_area_04_05 {
	position: absolute;
	left: 62%;
	top: 440px;
	/* opacity: 0; */
}
.about_area_04_06 {
	position: absolute;
	left: 28%;
	top: 550px;
	/* opacity: 0; */
}
.about_area_04_07 {
	position: absolute;
	left: 48%;
	top: 1180px;
	/* opacity: 0; */
}
.about_area_04_08 {
	position: absolute;
	left: 46%;
	top: 1050px;
	/* opacity: 0; */
}

#about_area_05 {
	position: relative;
	width: 100%;
	padding: 100px;
	height: 1000px;
	background: #0081c7;
}

.about_area_05_back {
	position: relative;
	max-width: 1100px;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	background: url("../images/about/about_area_05_back.png") center top no-repeat;
}
.about_area_05_01 {
	position: absolute;
	left: 65%;
	top: 150px;
	/* opacity: 0; */
}
.about_area_05_02 {
	position: absolute;
	left: 65%;
	top: 580px;
	/* opacity: 0; */
}
.about_area_05_03 {
	position: absolute;
	left: 15%;
	top: 580px;
	/* opacity: 0; */
}
.about_area_05_04 {
	position: absolute;
	left: 15%;
	top: 320px;
	/* opacity: 0; */
}
.about_area_05_05 {
	position: absolute;
	left: 30%;
	top: 150px;
	/* opacity: 0; */
}

#about_bottom {
	margin: 0 0 120px 0;
}

p.about_bottom_linker_01 {
	max-width: 900px;
	width: 100%;
	margin: 95px auto 0 auto;
}

.about_bottom_linker_outer {
	max-width: 900px;
	width: 100%;
	margin: 30px auto 0 auto;
}
.about_bottom_linker_inner {
	float: left;
	max-width: 435px;
	width: 48.33%;
	margin: 0 0 0 3.34%;
}
.about_bottom_linker_outer div:first-child {
	margin: 0 0 0 0;
}


/********************************
MEDIA QUERY
********************************/

@media (max-width: 767px) {
	/********************************
	HEADER
	********************************/
	.header {
		position: fixed;
		z-index: 99;
		width: 100%;
		background: rgba(255,255,255,0.9);
	}

	#inner-header {
		max-width: 1140px;
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}

	#header_logo {
		float: left;
		width: 70%;
		height: 90px;
		line-height: 90px;
		vertical-align: middle;
	}
	#header_logo img {
		vertical-align: middle;
	}

	#header_navigation {
		display: none;
		visibility: hidden;
	}

	#header_sns_linker {
		display: none;
		visibility: hidden;
	}

	#header_sns_linker img {
		vertical-align: middle;
		width: 100%;
		height: auto;
	}
	#header_sns_linker a {
		float: left;
		width: 25%;
		max-width: 40px;
		margin: 0 0 0 10%;
	}
	#header_sns_linker a:first-child {
		margin: 0;
	}

	/********************************
	NAVIGATION
	********************************/


	/********************************
	SLIDER
	********************************/


	/********************************
	SIDE BAR
	********************************/


	/********************************
	WIDGET
	********************************/


	/********************************
	TOP
	********************************/
	#top_news {
		padding: 40px 10px;
		width: 100%;
	}
	.top_news_outer {
		width: 100%;
		border-top: 1px dashed #646464;
		margin: 40px auto;
	}
	.top_news_date {
		float: none;
		width: 100%;
	}
	.top_news_title {
		float: none;
		width: 100%;
		margin: 5px 0 10px 0;
	}
	#top_about {
		width: 100%;
		padding: 0 10px;
	}

	#top_recruit,
	#top_blog {
		width: 100%;
		padding: 40px 10px;
		border-bottom: 2px solid #b1b1b1;
	}

	#top_link_widget {
		width: 100%;
		padding: 40px 10px;
	}
	.top_link_widget_outer div:nth-child(5n+1) {
		margin: 0 0 6% 6%;
	}

	.top_link_widget_outer div:first-child,
	.top_link_widget_outer div:nth-child(2n+1) {
		margin: 0 0 2.275% 0;
	}

	.top_bottom_widget {
		float: left;
		max-width: none;
		width: 47%;
		margin: 0 0 6% 6%;
	}

	/* sns */
	.top_sns_outer {
		max-width: 1100px;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
	}
	.top_sns_outer_left {
		float: none;
		max-width: none;
		width: 100%;
	}
	.top_sns_outer_right {
		float: none;
		max-width: none;
		width: 100%;
		margin: 20px 0 0 0;
		border: 1px solid #dddddd;
	}

	/********************************
	PAGE
	********************************/
	.page_contents_title {
		padding: 40px 20px;
	}
	.about_contents_outer {
		padding: 60px 0 40px 0;
	}
	#about_bottom {
		margin: 0 10px 40px 10px;
	}
	#about_mobile_area_01 {
		width: 100%;
		padding: 0 10px;
	}
	#about_mobile_area_03 {
		text-align: center;
		width: 100%;
		background: url("../images/about/about_area_03_back.png") center top;
		padding: 40px 10px;
	}
	#about_mobile_area_03 p {
		margin: 20px 0;
	}
	#about_mobile_area_05 {
		width: 100%;
		padding: 0 10px;
		margin: 0 0 60px 0;
	}

	/* outline */
	.outline_corp_three {
		max-width: 1100px;
		width: 100%;
		margin: 60px auto 0 auto;
		padding: 0 10px;
	}
	.outline_corp_inner {
		float: none;
		width: 100%;
		margin: 40px 0 0 0;
	}
	table.group_summary_list td.group_summary_title {
		width: 35%;
		padding: 5px;
		font-size: 9pt;
	}
	table.group_summary_list td.group_summary_text {
		width: 65%;
		padding: 5px;
		line-height: 2em;
		font-size: 9pt;
	}
	table.group_history_list td.group_history_title {
		width: 10%;
		padding: 5px;
		font-size: 10pt;
		text-align: center;
	}
	table.group_history_list td.group_history_text {
		width: 90%;
		padding: 5px;
		line-height: 2em;
		font-size: 10pt;
	}

	p.back_button {
		max-width: 400px;
		width: 100%;
		text-align: center;
		margin: 40px auto;
	}


	.management_list_inner {
		float: none;
		max-width: none;
		width: 100%;
		margin: 20px auto;
	}
	.management_list_outer div:first-child,
	.management_list_outer div:nth-child(2n+1) {
		margin: 20px auto;
	}

	.accordion-content {
		padding: 10px;
		background: #e6e6e6;
	}

	.business_01 .accordion-title,
	.business_02 .accordion-title,
	.business_03 .accordion-title,
	.business_04 .accordion-title,
	.business_05 .accordion-title,
	.business_06 .accordion-title,
	.business_07 .accordion-title {
		height: 20vw;
		width: 100%;
	}

	.business_01 .accordion-title {
		background: url('../images/business/business_back_01.png') no-repeat;
		background-size: cover;
	}
	.business_01 h3.read {
		background: url('../images/business/business_back_01.png') no-repeat;
		background-size: cover;
	}
	.business_01 h3.open {
		background: url('../images/business/business_back_01.png') no-repeat;
		background-size: cover;
	}
	.business_02 .accordion-title {
		background: url('../images/business/business_back_02.png') no-repeat;
		background-size: cover;
	}
	.business_02 h3.read {
		background: url('../images/business/business_back_02.png') no-repeat;
		background-size: cover;
	}
	.business_02 h3.open {
		background: url('../images/business/business_back_02.png') no-repeat;
		background-size: cover;
	}
	.business_03 .accordion-title {
		background: url('../images/business/business_back_03.png') no-repeat;
		background-size: cover;
	}
	.business_03 h3.read {
		background: url('../images/business/business_back_03.png') no-repeat;
		background-size: cover;
	}
	.business_03 h3.open {
		background: url('../images/business/business_back_03.png') no-repeat;
		background-size: cover;
	}
	.business_04 .accordion-title {
		background: url('../images/business/business_back_04.png') no-repeat;
		background-size: cover;
	}
	.business_04 h3.read {
		background: url('../images/business/business_back_04.png') no-repeat;
		background-size: cover;
	}
	.business_04 h3.open {
		background: url('../images/business/business_back_04.png') no-repeat;
		background-size: cover;
	}
	.business_05 .accordion-title {
		background: url('../images/business/business_back_05.png') no-repeat;
		background-size: cover;
	}
	.business_05 h3.read {
		background: url('../images/business/business_back_05.png') no-repeat;
		background-size: cover;
	}
	.business_05 h3.open {
		background: url('../images/business/business_back_05.png') no-repeat;
		background-size: cover;
	}
	.business_06 .accordion-title {
		background: url('../images/business/business_back_06.png') no-repeat;
		background-size: cover;
	}
	.business_06 h3.read {
		background: url('../images/business/business_back_06.png') no-repeat;
		background-size: cover;
	}
	.business_06 h3.open {
		background: url('../images/business/business_back_06.png') no-repeat;
		background-size: cover;
	}
	.business_07 .accordion-title {
		background: url('../images/business/business_back_07.png') no-repeat;
		background-size: cover;
	}
	.business_07 h3.read {
		background: url('../images/business/business_back_07.png') no-repeat;
		background-size: cover;
	}
	.business_07 h3.open {
		background: url('../images/business/business_back_07.png') no-repeat;
		background-size: cover;
	}
	table.business_list td.business_list_title {
		width: 40%;
		padding: 5px;
		font-size: 10pt;
	}
	table.business_list td.business_list_text {
		width: 60%;
		padding: 5px;
		font-size: 10pt;
	}
	.business_01 table.business_list td.business_list_title { color: #0081c7;}
	.business_02 table.business_list td.business_list_title { color: #df0011;}
	.business_03 table.business_list td.business_list_title { color: #fc842b;}
	.business_04 table.business_list td.business_list_title { color: #0080cb;}
	.business_05 table.business_list td.business_list_title { color: #b40011;}
	.business_06 table.business_list td.business_list_title { color: #ffce00;}

	table.contact_form td {
		padding: 5px;
		font-size: 10pt;
	}
	table.contact_form td.contact_form_title {
		width: 30%;
	}
	table.contact_form td.contact_form_input {
		width: 70%;
	}
	.contact_tel {
		width: 30px;
	}

	#blog_sidebar {
		padding: 0 0 0 0;
	}
	.blog_archive article {
		border: 3px solid #0081c7;
		margin: 0 0 60px 0;
		padding: 20px;
	}
	p.blog_date {
		font-size: 28pt;
		font-weight: bold;
		color: #0081c7;
	}
	.blog_title a {
		font-size: 14pt;
		font-weight: bold;
		color: #0081c7;
	}

}

@media (min-width: 768px) and (max-width: 1029px) {
	/********************************
	HEADER
	********************************/
	.header {
		width: 100%;
		max-width: 1024px;
	}
	#header_logo {
		float: left;
		width: 20.45%;
		height: 90px;
		line-height: 90px;
		vertical-align: middle;
	}
	#header_logo img {
		vertical-align: middle;
	}

	#header_navigation {
		float: left;
		width: 58%;
		text-align: center;
		height: 90px;
		line-height: 90px;
		vertical-align: middle;
	}

	#header_sns_linker {
		float: left;
		width: 21.55%;
		height: 90px;
		line-height: 90px;
		vertical-align: middle;
		font-size: 0;
	}

	#header_sns_linker img {
		vertical-align: middle;
		width: 100%;
		height: auto;
	}
	#header_sns_linker a {
		float: left;
		width: 15%;
		max-width: 40px;
		margin: 0 0 0 10%;
	}
	#header_sns_linker a:first-child {
		margin: 0;
	}

	/********************************
	NAVIGATION
	********************************/
	.nav li {
		height: 90px;
		margin: 0 0 0 5%;
	}


	/********************************
	SLIDER
	********************************/


	/********************************
	SIDE BAR
	********************************/


	/********************************
	WIDGET
	********************************/


	/********************************
	TOP
	********************************/
	.top_news_date {
		float: left;
		width: 15%;
	}
	.top_news_title {
		float: left;
		width: 80%;
		margin: 0 0 0 5%;
	}

	.top_link_widget_outer {
		padding: 0 20px;
	}

	/* sns */
	.top_sns_outer {
		margin: 0 auto;
		padding: 0 20px 100px 20px;
	}
	.top_sns_outer_left {
		float: left;
		max-width: 500px;
		width: 45.45%;
	}
	.top_sns_outer_right {
		float: left;
		max-width: 500px;
		width: 45.46%;
		margin: 0 0 0 9.0%;
		border: 1px solid #dddddd;
	}

	/********************************
	PAGE
	********************************/
	/* about */
	#about_area_01 {
		position: relative;
		max-width: 1340px;
		width: 100%;
		height: 330px;
		background: url("../images/about/about_area_01_back.png") center top no-repeat;
		margin: 0 auto;
		background-size: contain;
	}

	.about_area_01_01 {
		position: absolute;
		left: 18%;
		top: 0px;
		width: 27vw;
		height: auto;
	}
	.about_area_01_02 {
		position: absolute;
		left: 50%;
		top: 0px;
		width: 45vw;
	}
	.about_area_01_03 {
		position: absolute;
		left: 38%;
		top: 8vw;
		width: 25vw;
	}
	.about_area_01_04 {
		position: absolute;
		left: 67%;
		top: 8vw;
		width: 32vw;
	}
	.about_area_01_05 {
		position: absolute;
		left: 24%;
		top: 15vw;
		width: 44vw;
	}

	#about_area_02 {
		position: relative;
		width: 100%;
		padding: 100px;
		margin: 100px 0 0 0;
		height: 850px;
		background: #0081c7;
	}
	.about_area_02_00 {
		text-align: center;
	}

	.about_area_02_back {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		top: 300px;
		margin: auto;
	}

	.about_area_02_01 {
		position: absolute;
		left: 5%;
		top: 560px;
		/* opacity: 0; */
		transition-duration: 1s;
	}
	.about_area_02_02 {
		position: absolute;
		left: 68%;
		top: 310px;
		/* opacity: 0; */
		transition-duration: 1s;
	}

	#about_area_03 {
		position: relative;
		width: 100%;
		height: 1450px;
		background: url("../images/about/about_area_03_back.png") center top;
		margin: 0 auto;
		padding: 100px;
	}
	.about_area_03_00 {
		text-align: center;
	}
	.about_area_03_01 {
		position: absolute;
		left: 10%;
		top: 310px;
		/* opacity: 0; */
	}
	.about_area_03_02 {
		position: absolute;
		left: 52%;
		top: 310px;
		/* opacity: 0; */
	}
	.about_area_03_03 {
		position: absolute;
		left: 45%;
		top: 700px;
		/* opacity: 0; */
	}
	.about_area_03_04 {
		position: absolute;
		left: 5%;
		top: 800px;
		/* opacity: 0; */
	}
	.about_area_03_05 {
		position: absolute;
		left: 42%;
		top: 1100px;
		/* opacity: 0; */
	}
	.about_area_03_06 {
		position: absolute;
		left: 45%;
		top: 800px;
		/* opacity: 0; */
	}
	.about_area_03_07 {
		position: absolute;
		left: 55%;
		top: 950px;
		/* opacity: 0; */
	}

	#about_area_04 {
		position: relative;
		width: 100%;
		padding: 100px;
		height: 1500px;
		background: #0081c7;;
	}
	.about_area_04_00 {
		text-align: center;
	}
	.about_area_04_01 {
		position: absolute;
		left: 10%;
		top: 1065px;
		/* opacity: 0; */
	}
	.about_area_04_02 {
		position: absolute;
		left: 30%;
		top: 932px;
		/* opacity: 0; */
	}
	.about_area_04_03 {
		position: absolute;
		left: 51%;
		top: 750px;
		/* opacity: 0; */
	}
	.about_area_04_05 {
		position: absolute;
		left: 80%;
		top: 440px;
		/* opacity: 0; */
	}
	.about_area_04_06 {
		position: absolute;
		left: 10%;
		top: 550px;
		/* opacity: 0; */
	}
	.about_area_04_07 {
		position: absolute;
		left: 20%;
		top: 1180px;
		/* opacity: 0; */
	}
	.about_area_04_08 {
		position: absolute;
		left: 40%;
		top: 1050px;
		/* opacity: 0; */
	}

	#about_area_05 {
		position: relative;
		width: 100%;
		padding: 100px;
		height: 700px;
		background: #0081c7;
	}

	.about_area_05_back {
		position: relative;
		max-width: 1100px;
		width: 100%;
		height: 800px;
		margin: 0 auto;
		background: url("../images/about/about_area_05_back.png") center top no-repeat;
		background-size: contain;
	}
	.about_area_05_01 {
		position: absolute;
		left: 65%;
		top: 170px;
		/* opacity: 0; */
		width: 15vw;
	}
	.about_area_05_02 {
		position: absolute;
		left: 70%;
		top: 600px;
		/* opacity: 0; */
		width: 13vw;
	}
	.about_area_05_03 {
		position: absolute;
		left: 5%;
		top: 580px;
		/* opacity: 0; */
		width: 20vw;
	}
	.about_area_05_04 {
		position: absolute;
		left: 0%;
		top: 280px;
		/* opacity: 0; */
		width: 15vw;
	}
	.about_area_05_05 {
		position: absolute;
		left: 25%;
		top: 150px;
		/* opacity: 0; */
		width: 15vw;
	}

}

@media (min-width: 1030px) {
	/********************************
	HEADER
	********************************/


	/********************************
	NAVIGATION
	********************************/


	/********************************
	SLIDER
	********************************/


	/********************************
	SIDE BAR
	********************************/


	/********************************
	WIDGET
	********************************/
}
