@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');
/*
Theme Name: theme-sawakawa
Theme URI: http://www.magical-remix.co.jp/
Description:沢川電気様専用テーマ
Author: Igarashi
Author URI: http://www.magical-remix.co.jp/
Version: 1.0
*/
* {
	box-sizing: border-box;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link, a:visited,a:hover {
	color:#333;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.morebtn {
	margin: 0;
}
.morebtn a,
.morebtn span {
	display: block;
	position: relative;
	background: #333;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 0.1em;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff !important;
}
.morebtn a:after,
.morebtn span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
.morebtn a:hover {
	opacity: 0.8;
}
.returnbtn {
	margin: 50px 0 0 !important;
}
.returnbtn a {
	display: block;
	margin: 0 auto;
	border: 1px solid #333;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-weight: 700;
	color: #333 !important;
}
.returnbtn a:hover {
	background: #F2F7FA;
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
	background: #333;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.3;
}
#pagescroll a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
	margin: 2px 0 0;
}
#pagescroll a:hover {
	opacity: 0.7;
}
@media screen and (max-width:1024px) {
	.inner {
		width: 100%;
		padding: 0 5%;
	}
}
@media screen and (max-width:767px) {
	body {
		font-size: 15px;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
	.morebtn a,
	.morebtn span {
		width: 150px;
		letter-spacing: 0.07em;
		font-size: 14px;
	}
	.wrap_box {
		position: relative;
		height: 0;
		padding-top: 56.25%;
	}
	.wrap_box iframe,
	.wrap_box object,
	.wrap_box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/* post
------------------------------------------------*/
#post {
	margin-bottom: 40px;
}
.page #post {
	margin-bottom: 80px;
}
#post .post-meta {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
	font-size: 15px;
	color: #888;
}
#post .post-meta p {
	margin: 0;
}
#post .post-meta a {
	color: #888;
}
#post .post-meta ul {
	display: flex;
	justify-content: flex-end;
}
#post .post-meta ul li {
	margin: 0 0 0 5px;
}
#post .post-meta ul li:after {
	content: ",";
}
#post .post-meta ul li:last-child:after {
	content: none;
}
#post .post-meta ul li a:hover {
	text-decoration: underline;
	color: #333;
}
#post .post-body {
	overflow: hidden;
}
#post .post-body:after {
	content: "";
	display: block;
	clear: both;
}
#post .post-body h2 {
	position: relative;
	margin: 80px 0 40px;
	padding: 0 0 20px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-size: 30px;
	font-weight: 700;
}
#post .post-body h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #005682;
	width: 50px;
	height: 5px;
}
.page #post .post-body h2 {
	text-align: center;
	font-size: 34px;
}
.page #post .post-body h2:after {
	left: 50%;
	width: 80px;
	margin: 0 0 0 -40px;
}
#post .post-body h2:first-child {
	margin-top: 0;
}
#post .post-body h3 {
	display: flex;
	background-image: linear-gradient(90deg, rgba(0, 86, 130, 1), rgba(0, 124, 188, 1));
	border-radius: 5px;
	margin: 60px 0 25px;
	padding: 15px 20px;
	line-height: 1.5;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}
#post .post-body h3:before {
	content: "";
	display: block;
	background: #DEEBF1;
	width: 4px;
	margin: 0 15px 0 0;
}
#post .post-body h2 + h3 {
	margin-top: 40px;
}
#post .post-body h4 {
	display: flex;
	margin: 40px 0 25px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 700;
}
#post .post-body h4:before {
	content: "";
	display: block;
	background: #ccc;
	width: 4px;
	margin: 0 15px 0 0;
}
#post .post-body h3 + h4 {
	margin-top: 30px;
}
#post .post-body p {
	margin: 0 0 1.87em;
}
#post .post-body ul {
	list-style: disc;
	margin: 0 0 1.87em;
	padding: 0 0 0 1.5em;
}
#post .post-body ol {
	list-style: decimal;
	margin: 0 0 1.87em;
	padding: 0 0 0 1.5em;
}
#post .post-body li {
	margin: 0 0 7px;
}
#post .post-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.87em;
}
#post .post-body table th,
#post .post-body table td {
	border: 1px solid #ccc;
	padding: 10px 20px;
}
#post .post-body table th {
	background: #F2F7FA;
	text-align: left;
}
#post .post-body a {
	text-decoration: underline;
	color: #005481;
}
#post .post-body a:hover {
	text-decoration: none;
}
#post .post-body .wp-block-button a {
	text-decoration: none;
	font-size: 1em;
	color: #fff;
}
#post .post-body .wp-block-button a:hover {
	opacity: 0.7;
}
#archivelist li {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
	padding: 0 0 30px;
}
#archivelist a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#archivelist a:hover {
	opacity: 0.8;
}
#archivelist p {
	width: 43%;
	margin: 0;
}
#archivelist dl {
	width: 52.5%;
	margin: 0;
}
#archivelist dt {
	font-size: 15px;
	color: #888;
}
#archivelist dd {
	margin: 0;
	line-height: 1.6;
	font-size: 14px;
	color: #888;
}
#archivelist dt + dd {
	margin: 5px 0;
	font-size: 18px;
	color: #333;
}
@media screen and (max-width:767px) {
	.page #post {
		margin-bottom: 40px;
	}
	#post .post-meta {
		margin: 0 0 30px;
	}
	#post .post-body h2 {
		margin: 60px 0 20px;
		letter-spacing: 0.04em;
		font-size: 22px;
	}
	#post .post-body h2:after {
		width: 50px;
	}
	.page #post .post-body h2 {
		font-size: 24px;
	}
	.page #post .post-body h2:after {
		width: 50px;
		margin: 0 0 0 -25px;
	}
	#post .post-body h3 {
		margin: 40px 0 15px;
		padding: 15px;
		font-size: 20px;
	}
	#post .post-body h3:before {
		margin: 0 10px 0 0;
	}
	#post .post-body h2 + h3 {
		margin-top: 30px;
	}
	#post .post-body h4 {
		margin: 30px 0 15px;
		font-size: 18px;
	}
	#post .post-body h3 + h4 {
		margin-top: 20px;
	}
	#archivelist dt {
		font-size: 14px;
	}
	#archivelist dd {
		font-size: 13px;
	}
	#archivelist dt + dd {
		font-size: 16px;
	}
}
@media screen and (max-width:480px) {
	#archivelist a {
		align-items: flex-start;
	}
	#archivelist dt + dd {
		font-size: 15px;
	}
}
/* side
------------------------------------------------*/
#side {
	width: 25%;
	margin: 0 0 20px;
}
#side h3 {
	background-image: linear-gradient(90deg, rgba(0, 86, 130, 1), rgba(0, 124, 188, 1));
	border-radius: 5px;
	margin: 40px 0 5px;
	padding: 10px 15px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
#side h3:first-child {
	margin-top: 0;
}
#side ul li {
	border-bottom: 1px solid #ccc;
}
#side ul li a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 30px;
}
#side ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-top: solid 1px #888;
	border-left: solid 1px #888;
}
#side ul li a:hover {
	background: #F2F7FA;
}
#side .dropdown {
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
}
#side .dropdown:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	z-index: 2;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-top: solid 1px #888;
	border-left: solid 1px #888;
}
#side .dropdown select {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background: #fff;
	width: 100%;
	padding: 10px 10px 10px 30px;
	border: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	outline: none;
}
@media screen and (max-width:767px) {
	#side h3,
	#side .dropdown select {
		font-size: 15px;
	}
}
/* main
------------------------------------------------*/
#main {
	display: block;
}
#main.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main.inner #post {
	width: 69.5%;
}
#main.inner #side {
	width: 25%;
}
#main img {
	max-width: 100%;
	height: auto;
}
#news-area {
	margin: 40px auto;
}
#news-area h2 {
	margin: 0;
	letter-spacing: 0.09em;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #005682;
}
#news-area ul {
	width: calc(100% - 140px);
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 20px;
}
#news-area ul li a {
	display: block;
	padding: 20px 0;
}
#news-area ul li a:hover {
	background: #F2F7FA;
}
#news-area dl {
	margin: 0;
}
#news-area dt {
	float: left;
	width: 130px;
	color: #888;
}
#news-area dd {
	margin: 0 0 0 130px;
	font-size: 14px;
	color: #888;
}
#news-area dd strong {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
#news-area .morebtn a {
	margin: 0 0 0 auto;
}
#business-area {
	background: url("img/bg-busuness.jpg") no-repeat center;
	background-size: cover;
}
#business-area .filter {
	background: rgba(0,0,0,0.25);
	padding: 80px 60px;
}
#business-area h2 {
	position: relative;
	margin: 0 0 20px;
	padding: 30px 0 0;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 31px;
	font-weight: 700;
	color: #fff;
}
#business-area h2:before {
	content: "BUSINESS";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	line-height: 1;
	letter-spacing: 0.09em;
	font-family: 'Open Sans', sans-serif;
	font-size: 65px;
	opacity: 0.3;
}
#business-area .flex .box {
	width: 48%;
}
#business-area .flex .box a {
	display: block;
	background: #fff;
	height: 100%;
}
#business-area .flex .box a:hover {
	opacity: 0.8;
}
#business-area .flex .box p {
	margin: 0;
}
#business-area .flex .box dl {
	margin: 0;
	padding: 10px 30px 30px
}
#business-area .flex .box dt {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 90px;
	letter-spacing: 0.09em;
	font-size: 28px;
	font-weight: 700;
}
#business-area .flex .box dt:before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
	width: 80px;
	height: 80px;
}
#business-area .flex .box:first-child dt:before {
	background: url("img/icon-business01.svg") no-repeat 0 0;
	background-size: cover;
}
#business-area .flex .box:last-child dt:before {
	background: url("img/icon-business02.svg") no-repeat 0 0;
	background-size: cover;
}
#business-area .flex .box dd {
	margin: 0;
}
#business-area .flex .box .morebtn span {
	margin: 20px 0 0 auto;
}
#link-area ul {
	margin: 60px 0;
}
#link-area ul li {
	width: 48%;
}
#link-area ul li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	height: 200px;
	border: 1px solid #ccc;
	border-top: 6px solid #005682;
	padding: 0 35px 0 220px;
	font-size: 14px;
}
#link-area ul li:first-child a {
	background: url("img/img-link01.jpg") no-repeat 0 0;
	background-size: 200px auto;
}
#link-area ul li:last-child a {
	background: url("img/img-link02.jpg") no-repeat 0 0;
	background-size: 200px auto;
}
#link-area ul li:first-child a:hover {
	background: #F2F7FA url("img/img-link01.jpg") no-repeat 0 0;
	background-size: 200px auto;
}
#link-area ul li:last-child a:hover {
	background: #F2F7FA url("img/img-link02.jpg") no-repeat 0 0;
	background-size: 200px auto;
}
#link-area ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%) rotate(135deg);
	width: 12px;
	height: 12px;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
}
#link-area ul li strong {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	letter-spacing: 0.06em;
	font-size: 24px;
	font-weight: 700;
	color: #005682;
}
#recruit-area a {
	align-items: center;
	height: 100%;
	background: #D9ECF5;
}
#recruit-area a:hover {
	opacity: 0.8;
}
#recruit-area p {
	margin: 0;
	width: 38%;
}
#recruit-area dl {
	width: 62%;
	margin: 0;
	padding: 10px 35px 10px 50px;
}
#recruit-area dt {
	line-height: 1;
	letter-spacing: 0.09em;
	font-size: 31px;
	font-weight: 700;
	color: #005682;
}
#recruit-area dd {
	margin: 20px 0 0;
}
#page-nav {
	border-top: 1px solid #ccc;
	margin: 60px 0 0;
	padding: 40px 0 0;
	font-size: 14px;
}
#page-nav .prev_post,
#page-nav .next_post {
	width: calc(50% - 90px);
}
#page-nav .prev_post {
	padding: 7px 0 0 20px;
}
#page-nav .next_post {
	padding: 7px 20px 0 0;
	text-align: right;
}
#page-nav .prev_post a,
#page-nav .next_post a {
	position: relative;
}
#page-nav .prev_post a:after,
#page-nav .next_post a:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: solid 1px #888;
	border-left: solid 1px #888;
}
#page-nav .prev_post a:after {
	left: 0;
	transform: translate(0, -50%) rotate(-45deg);
}
#page-nav .next_post a:after {
	right: 0;
	transform: translate(0, -50%) rotate(135deg);
}
#page-nav .all_post a {
	display: block;
	width: 180px;
	height: 40px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0.1em;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
}
#page-nav .all_post a:hover {
	background: #F2F7FA;
}
.wp-pagenavi {
	margin: 40px 0 0;
}
.wp-pagenavi span {
	display: inline-block;
	background: #fff;
	margin: 0 5px 10px;
	padding: 5px 7px;
	line-height: 1;
	vertical-align: middle;
}
.wp-pagenavi span.current {
	background: #005682;
	border: 1px solid #ccc;
	color: #fff;
}
.wp-pagenavi a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 5px 10px;
	padding: 5px 7px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1;
	color: #333;
}
.wp-pagenavi a:hover {
	background: #005682;
	text-decoration: none !important;
	color: #fff;
}
@media screen and (max-width:970px) {
	#main.inner #post {
		width: 64.5%;
	}
	#main.inner #side {
		width: 30%;
	}
	#news-area {
		margin: 30px auto;
	}
	#news-area h2,
	#news-area ul {
		width: 100%;
	}
	#business-area .filter {
		padding: 60px 35px;
	}
	#business-area h2 {
		padding: 20px 0 0;
		font-size: 28px;
	}
	#business-area h2:before {
		font-size: 52px;
	}
	#business-area .flex .box dt {
		padding: 0 0 0 80px;
		font-size: 24px;
	}
	#business-area .flex .box dl {
		padding: 10px 20px 20px;
	}
	#business-area .flex .box dt:before {
		top: -25px;
		left: 0;
		width: 70px;
		height: 70px;
	}
	#link-area ul {
		margin: 50px 0;
	}
	#link-area ul li a {
		height: 150px;
		padding: 0 35px 0 170px;
		font-size: 13px;
	}
	#link-area ul li:first-child a,
	#link-area ul li:first-child a:hover {
		background-size: 150px auto;
	}
	#link-area ul li:last-child a,
	#link-area ul li:last-child a:hover {
		background-size: 150px auto;
	}
	#link-area ul li strong {
		font-size: 20px;
	}
	#recruit-area p {
		width: 48%;
	}
	#recruit-area dl {
		width: 52%;
		padding: 10px 20px 10px 35px;
	}
	#recruit-area dt {
		font-size: 26px;
	}
}
@media screen and (max-width:767px) {
	#main.inner #post,
	#main.inner #side {
		width: 100%;
	}
	#news-area h2 {
		font-size: 21px;
	}
	#news-area ul li a {
		padding: 10px 0;
	}
	#news-area dt {
		float: none;
		width: auto;
	}
	#news-area dd {
		margin: 5px 0 0;
		font-size: 13px;
	}
	#news-area dd strong {
		font-size: 15px;
	}
	#business-area .filter {
		padding: 40px 5%;
	}
	#business-area h2 {
		font-size: 22px;
	}
	#business-area h2:before {
		font-size: 44px;
	}
	#business-area .flex .box {
		width: 100%;
	}
	#business-area .flex .box:first-child {
		margin: 0 0 20px;
	}
	#business-area .flex .box dt {
		padding: 0 0 0 70px;
		font-size: 20px;
	}
	#business-area .flex .box dt:before {
		width: 60px;
		height: 60px;
	}
	#link-area ul {
		margin: 40px 0;
	}
	#link-area ul li {
		width: 100%;
	}
	#link-area ul li:first-child {
		margin: 0 0 20px;
	}
	#link-area ul li strong {
		margin: 0;
		font-size: 18px;
	}
	#recruit-area p {
		width: 100%;
		margin: 0 0 10px;
	}
	#recruit-area dl {
		width: 100%;
		padding: 20px 30px 25px;
	}
	#recruit-area dt {
		font-size: 22px;
	}
	#page-nav {
		margin: 40px 0 0;
		font-size: 13px;
	}
	#page-nav .prev_post,
	#page-nav .next_post {
		width: calc(50% - 50px);
	}
	#page-nav .all_post a {
		width: 100px;
		font-size: 14px;
	}
}
/* title,path
------------------------------------------------*/
#title {
	background: #005682 url("img/bg-title.png") repeat-y right top;
}
#title .page-title {
	margin: 0;
	padding: 45px 0;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
}
.page #title .page-title {
	text-align: center;
	font-size: 40px;
}
.single #title .page-title {
	letter-spacing: normal;
}
#path {
	margin: 20px auto 80px;
	font-size: 14px;
}
#main.inner #path {
	width: 100%;
}
#path a {
	color: #888;
}
@media screen and (max-width:767px) {
	#title .page-title {
		padding: 30px 0;
		font-size: 26px;
	}
	.page #title .page-title {
		font-size: 27px;
	}
	#path {
		margin: 20px auto 40px;
		font-size: 13px;
	}
}
/* mainvisual
------------------------------------------------*/
#mainvisual {
	position: relative;
	height: 57vw;
}
.imgarea {
	background-size: cover;
	height: 57vw;
}
.txtarea {
	position: absolute;
	bottom: 40px;
	left: 0;
	background: rgba(0,86,130,0.7);
	padding: 0 0 30px;
	color: #fff;
}
.txtarea ul {
	display: flex;
	flex-wrap: wrap;
}
.txtarea ul li {
	width: calc(100% / 3);
	padding: 5px;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-weight: 700;
}
.txtarea ul li:nth-child(1) {
	background: #fff;
	color: #333;
}
.txtarea ul li:nth-child(2) {
	background: #FFCE00;
	color: #333;
}
.txtarea ul li:nth-child(3) {
	background: #46A85D;
}
.txtarea dl {
	margin: 30px 30px 0;
}
.txtarea dt {
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-size: 30px;
	font-weight: 700;
}
.txtarea dd {
	margin: 10px 0 0;
}
@media screen and (max-width:970px) {
	#mainvisual {
		position: relative;
		bottom: 0;
		height: auto;
	}
	.txtarea {
		position: relative;
		bottom: auto;
		background: #ECF7FD;
		width: 100%;
	}
	.txtarea dt {
		text-align: center;
		color: #005682;
	}
	.txtarea dd {
		color: #333;
	}
	.txtarea .pc-block {
		display: none !important;
	}
}
@media screen and (max-width:767px) {
	.imgarea {
		height: 70vw;
	}
	.txtarea {
		padding: 0 0 25px;
	}
	.txtarea ul li {
		font-size: 18px;
	}
	.txtarea dl {
		margin: 20px 20px 0;
	}
	.txtarea dt {
		letter-spacing: normal;
		font-size: 21px;
	}
	.txtarea dd {
		margin: 15px 0 0;
	}
}
@media screen and (max-width:480px) {
	.txtarea ul li:nth-child(1) {
		width: 100%;
	}
	.txtarea ul li:nth-child(2),
	.txtarea ul li:nth-child(3) {
		width: 50%;
	}
	
}
/* header
------------------------------------------------*/
#header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-top: 4px solid #005682;
	padding: 0 0 0 60px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.16);
}
#header a {
	display: block;
}
#header a:hover img {
	opacity: 0.8;
}
#header #logo {
	width: 165px;
	margin: 0;
	line-height: 1;
}
#header #logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
#header #nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header #nav ul li a {
	display: block;
	padding: 0 20px;
	line-height: 80px;
	font-size: 17px;
	font-weight: 700;
}
#header #nav ul li a:hover {
	background: #F2F7FA;
}
#header #nav ul li.contact a {
	background: #005682;
	padding: 0 30px;
	color: #fff;
}
#header #nav ul li.contact a:hover {
	background: #107EB5;
}
#header #nav ul ul {
	display: none;
}
@media screen and (max-width:1024px) {
	#header {
		padding: 0 0 0 35px;
	}
}
@media screen and (max-width:970px) {
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	#header {
		display: block;
		height: 64px;
		padding: 10px 0 0 20px;
	}
	#header #logo {
		width: 145px;
	}
	#header #nav .sp-slide {
		display: none;
		position: absolute;
		top: 64px;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100vh;
		background: #fff;
		padding: 0 0 64px;
		overflow: scroll;
	}
	#header #nav ul {
		display: block;
		width: 100%;
	}
	#header #nav ul li {
		border-top: 1px solid #fff;
	}
	#header #nav ul li a,
	#header #nav ul li.contact a {
		position: relative;
		background: #005682;
		padding: 15px 20px;
		line-height: inherit;
		font-size: 16px;
		color: #fff;
	}
	#header #nav ul li a:hover {
		background: #005682;
	}
	#header #nav ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(135deg);
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
	}
	#header #nav ul ul {
		display: block;
	}
	#header #nav ul ul li {
		border-top: 1px solid #ccc;
	}
	#header #nav ul ul li a {
		position: relative;
		background: #F7F7F7;
		padding-left: 40px;
		font-size: 14px;
		color: #333;
	}
	#header #nav ul ul li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 20px;
		background: #005682;
		width: 10px;
		height: 2px;
	}
	#header #nav ul ul li a:hover {
		background: #F7F7F7;
	}
	.menu-trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		background: #005682;
		width: 64px;
		height: 64px;
		text-align: left;
		cursor: pointer;
	}
	.menu-trigger .toggle-bar, .menu-trigger .toggle-bar::before, .menu-trigger .toggle-bar::after {
		position: absolute;
		width: 22px;
		height: 2px;
		background: #fff;
		transition: all 0.2s;
		content: "";
	}
	.menu-trigger .toggle-bar {
		top: 30px;
		left: 20px;
	}
	.menu-trigger .toggle-bar::before {
		top: 7px;
	}
	.menu-trigger .toggle-bar::after {
		top: -7px;
	}
	.menu-trigger.nav-open {
		background: #E2F4FD;
	}
	.nav-open .toggle-bar {
		background: transparent;
	}
	.nav-open .toggle-bar::before, .nav-open .toggle-bar::after {
		top: 0;
		background: #005682;
	}
	.nav-open .toggle-bar::before {
		transform: rotate(45deg);
	}
	.nav-open .toggle-bar::after {
		transform: rotate(-45deg);
	}
}
/* contact-area
------------------------------------------------*/
#contact-area {
	background: #005682;
	margin: 40px 0 0;
	padding: 40px 0;
}
#contact-area .inner {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#contact-area h3 {
	margin: 0;
	line-height: 1;
	letter-spacing: 0.09em;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #005682;
}
#contact-area h3 + p {
	margin: 40px 0;
	line-height: 1;
	font-size: 18px;
}
#contact-area .flex {
	justify-content: center;
}
#contact-area .flex dl {
	margin: 0 40px 0 0;
	line-height: 1.4;
}
#contact-area .flex dl dt {
	float: left;
	width: 50px;
	padding: 20px 0 0;
	letter-spacing: 0.09em;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 700;
}
#contact-area .flex dl dd {
	margin: 0 0 0 50px;
	text-align: left;
	font-size: 14px;
}
#contact-area .flex dl dd a {
	letter-spacing: 0.09em;
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
	font-weight: 700;
}
#contact-area .flex p {
	width: 380px;
	margin: 0;
}
#contact-area .flex p a {
	display: block;
	position: relative;
	background: #333;
	height: 65px;
	border-radius: 33px;
	line-height: 65px;
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 19px;
	color: #fff;
}
#contact-area .flex p a span {
	position: relative;
	background: url("img/icon-mail.svg") no-repeat left top 5px;
	background-size: 28px auto;
	padding: 0 0 0 50px;
}
#contact-area .flex p a:hover {
	opacity: 0.8;
}
@media screen and (max-width:1024px) {
	#contact-area {
		padding: 40px 5%;
	}
	#contact-area .inner {
		padding: 40px 0;
	}
	#contact-area h3 {
		font-size: 40px;
	}
	#contact-area h3 + p {
		margin: 20px 0 40px;
	}
	#contact-area .flex dl dt {
		padding: 15px 0 0;
		font-size: 17px;
	}
	#contact-area .flex dl dd a {
		font-size: 32px;
	}
	#contact-area .flex p {
		width: 300px;
	}
}
@media screen and (max-width:767px) {
	#contact-area .inner {
		display: block;
		padding: 30px 20px 20px;
		text-align: center;
	}
	#contact-area h3 {
		margin: 0 0 10px;
		font-size: 26px;
	}
	#contact-area dl {
		margin: 0 0 10px;
	}
	#contact-area dd {
		justify-content: center;
	}
	#contact-area p {
		margin: 0 auto 10px;
	}
	#contact-area p a {
		height: 60px;
		line-height: 60px;
	}
	#contact-area .flex {
		display: block;
	}
	#contact-area h3 + p {
		margin: 20px 0;
		font-size: 16px;
	}
	#contact-area .flex dl {
		display: inline-block;
		margin: 0;
	}
	#contact-area .flex p {
		margin: 20px auto 0;
	}
	#contact-area .flex p a {
		font-size: 16px;
	}
	#contact-area .flex p a span {
		background-size: 20px auto;
		padding: 0 0 0 30px;
	}
}
@media screen and (max-width:480px) {
	#contact-area {
		padding: 30px 5%;
	}
	#contact-area .flex p {
		width: 90%;
	}
}
/* footer
------------------------------------------------*/
#footer {
	position: relative;
	display: flex;
	padding: 60px;
	justify-content: space-between;
	align-items: flex-start;
}
#footer dl {
	margin: 0;
	line-height: 1.5;
}
#footer dt {
	font-size: 20px;
	font-weight: 700;
}
#footer dd {
	margin: 10px 0 0;
	font-size: 14px;
}
#footer ul {
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
}
#footer ul li:first-child {
	margin: 0 30px 0 0;
}
#footer ul li a:hover {
	opacity: 0.8;
}
#footer small {
	display: block;
	position: absolute;
	bottom: 60px;
	right: 60px;
	font-size: 12px;
	color: #888;
}
@media screen and (max-width:1024px) {
	#footer {
		padding: 35px;
	}
	#footer small {
		right: 35px;
		bottom: 30px;
	}
}
@media screen and (max-width:767px) {
	#footer {
		display: block;
		padding: 30px 20px 15px;
	}
	#footer dl {
		text-align: center;
	}
	#footer dt {
		font-size: 18px;
	}
	#footer dd {
		font-size: 12px;
	}
	#footer ul {
		justify-content: center;
		margin: 30px 0;
		font-size: 13px;
	}
	#footer ul li:first-child {
		border-right: 1px solid #ccc;
		margin: 0 20px 0 0;
		padding: 0 20px 0 0;
	}
	#footer small {
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
	}
}