@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');
/*
Theme Name: theme-pss
Theme URI: http://www.magical-remix.co.jp/
Description: PSS様専用サイトテーマ
Author: Igarashi
Author URI: http://www.magical-remix.co.jp/
Version: 1.0
*/
/* body,Anchor
------------------------------------------------*/
* { box-sizing: border-box; }
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #333;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link,
a:visited,
a:hover {color: #333; }
input,textarea,select {
	border: 1px solid #888;
	padding: 3px;
	font-size: 16px;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
}
.inner {
	width: 86%;
	max-width: 1200px;
	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;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.viewmore {
	margin: 0;
}
.viewmore a,
.viewmore span {
	display: block;
  position: relative;
  z-index: 1;
  transition: .3s;
	background: #333;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #fff;
}
.viewmore a:before,
.viewmore span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #368ADD;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.viewmore a:hover,
a:hover .viewmore span {
  color: #fff;
}
.viewmore a:hover:before,
a:hover .viewmore span:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.3;
	transition: opacity 0.3s;
}
#pagescroll a:before,
#pagescroll a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}
#pagescroll a:before {
	transform: translate(-50%, -50%);
	background: #fff;
	width: 2px;
	height: 19px;
}
#pagescroll a:after {
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	margin: -2px 0 0;
}
#pagescroll a:hover {
	opacity: 0.5;
}
@media screen and (max-width:767px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	body,input,select,textarea {
		font-size: 14px;
	}
	button,
	[type="button"],
	[type="reset"],
	[type="submit"] {
		-webkit-appearance: button;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
}
/* post
------------------------------------------------*/
.single #main #post {
	width: 86%;
	max-width: 850px;
	margin: 0 auto;
}
#main .post-meta {
	margin: 60px 0 30px;
}
#main .post-meta .date {
	margin: 0 0 20px;
	color: #888;
}
#main .post-meta .post-title {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 20px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-size: 33px;
}
#main .post-meta .post-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: #368ADD;
	width: 80px;
	height: 6px;
}
#main .post-meta ul {
	display: flex;
}
#main .post-meta ul li {
	margin: 0 10px 0 0;
}
#main .post-meta ul li a {
	display: block;
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-size: 14px;
	color: #888;
}
#main .post-meta ul li a:hover {
	background: #eee;
	color: #333;
}
#main .post-meta .case_tag {
	margin: 0 0 20px;
}
#main .post-body {
	overflow: hidden;
}
#main .post-body:after {
	content: "";
	display: block;
	clear: both;
}
#main .post-body h2 {
	border-bottom: 1px solid #ccc;
	margin: 60px 0 30px;
	padding: 0 0 10px;
	font-size: 27px;
}
#main .post-body h3 {
	border-left: 3px solid #368ADD;
	margin: 60px 0 20px;
	padding: 0 0 0 10px;
	font-size: 20px;
}
#main .post-body h4 {
	margin: 50px 0 20px;
	font-size: 18px;
}
#main .post-body p {
	margin: 0 0 30px;
}
#main .post-body ul {
	list-style: disc;
	margin: 0 0 30px;
	padding: 0 0 0 1.5em;
}
#main .post-body ol {
	margin: 0 0 30px;
	padding: 0 0 0 1.5em;
}
#main .post-body li, #main .post-body li ul, #main .post-body li ol {
	margin: 5px 0;
}
#main .post-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px;
}
#main .post-body table th, #main .post-body table td {
	padding: 15px;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	font-size: 15px;
}
#main .post-body table th {
	background: #F2F9FF;
	vertical-align: top;
	text-align: left;
}
#main .post-body a {
	text-decoration: underline;
	color: #005481;
}
#main .post-body a:hover {
	text-decoration: none;
}
#main .post-body .viewmore a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#main .post-body .wp-block-button a {
	text-decoration: none;
	font-size: 1em;
	color: #fff;
}
#main .post-body .wp-block-button a:hover {
	opacity: 0.7;
}
#main .post-body .is-provider-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
	width: 100%;
  height: auto;
	aspect-ratio: 16 / 9;
}
#main #post .page-title {
	position: relative;
	margin: 100px 0 60px;
	padding: 0 0 30px;
	line-height: 1.4;
	font-size: 44px;
	font-weight: 700;
	text-align: center;
}
#main #post .page-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	background: #368ADD;
	width: 80px;
	height: 6px;
	margin: 0 0 0 -40px;
}
#main #post .backbtn {
	margin: 60px 0;
}
#main #post .backbtn a {
	display: block;
  position: relative;
  z-index: 1;
  transition: .3s;
	border: 1px solid #888;
	width: 320px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
	font-size: 14px;
	color: #888;
}
#main #post .backbtn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #888;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
#main #post .backbtn a:hover {
  color: #fff;
}
#main #post .backbtn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
#main #post .post-archive {
	border-top: 1px solid #ccc;
	padding: 40px 0;
}
#main #post .post-archive a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #333;
}
#main #post .post-archive a:hover {
	opacity: 0.8;
}
#main #post .post-archive img {
	display: block;
	width: 38.3%;
	height: auto;
}
#main #post .post-archive .txt {
	width: 58.3%;
}
#main #post .post-archive .txt .date {
	margin: 0 0 10px;
	color: #888;
}
#main #post .post-archive .txt h2 {
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	line-height: 1.4;
	font-size: 24px;
}
#main #post .post-archive .txt p {
	margin: 1em 0;
}
#main #post .post-archive .txt h2 + p {
	color: #888;
}
#main #post .post-archive .txt ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main #post .post-archive .txt > ul li {
	margin: 5px 10px 0 0;
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-size: 14px;
	color: #888;
}
#main #post .post-archive .txt .viewmore {
	margin: 0;
}
#main #post .post-archive .txt .viewmore span {
	margin: 10px 0 0 auto;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}
@media screen and (max-width:767px) {
	.single #main #post {
		width: 100%;
		max-width: none;
		padding: 0 20px;
	}
	#main .post-meta {
		margin: 40px 0 20px;
	}
	#main .post-meta .post-title {
		margin: 0 0 20px;
		padding: 0 0 15px;
		font-size: 22px;
	}
	#main .post-meta .post-title:after {
		width: 60px;
		height: 3px;
	}
	#main .post-meta ul li a {
		font-size: 13px;
	}
	#main .post-body h2 {
		margin: 40px 0 20px;
		font-size: 20px;
	}
	#main .post-body h3 {
		margin: 40px 0 10px;
		font-size: 18px;
	}
	#main .post-body h4 {
		margin: 30px 0 10px;
		font-size: 16px;
	}
	#main .post-body table th, #main .post-body table td {
		padding: 10px;
		font-size: 13px;
	}
	#main #post .page-title {
		margin: 60px 0 40px;
		padding: 0 0 20px;
		font-size: 24px;
	}
	#main #post .page-title:after {
		width: 60px;
		height: 4px;
		margin: 0 0 0 -30px;
	}
	#main #post .backbtn {
		margin: 40px 0;
	}
	#main #post .post-archive {
		padding: 30px 0;
	}
	#main #post .post-archive a {
		align-items: flex-start;
	}
	#main #post .post-archive .txt h2 {
		margin: 0 0 10px;
		font-size: 18px;
	}
	#main #post .post-archive .txt > ul li {
		font-size: 12px;
	}
	#main #post .post-archive .txt .viewmore span {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
	}
}
@media screen and (max-width:480px) {
	#main #post .post-archive a {
		display: block;
	}
	#main #post .post-archive img {
		width: 100%;
	}
	#main #post .post-archive .txt {
		width: 100%;
		margin: 10px 0 0;
	}
	
}
/* case,p-voice
------------------------------------------------*/
.single-case #main .post-body table th {
	width: 25%;
} 
#main .case_tag ul li {
	background: #E2F5FF;
	border-radius: 30px;
	margin: 0 10px 0 0;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 700;
	color: #1161B0;
}
#main .post-body .worries dl {
	position: relative;
	margin: 0 0 30px;
}
#main .post-body .worries dt {
	position: relative;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
#main .post-body .worries dt:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -18px;
	left: 50px;
  height: 18px;
  width: 22px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#main .post-body .worries dd {
	margin: 0;
	padding: 30px;
}
#main .post-body .worries dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main .post-body .worries dd ul li {
	position: relative;
	border-bottom: 1px solid #ccc;
}
#main .post-body .worries dd ul li:last-child {
	border: 0;
}
#main .post-body .worries .before {
	margin: 0 0 60px;
}
#main .post-body .worries .before:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, 0) scaleY(0.7) rotate(-135deg);
	width: 30px;
	height: 30px;
	border-left: solid 4px #888;
	border-top: solid 4px #888;
}
#main .post-body .worries .before dt,
#main .post-body .worries .before dt:after {
	background: #888;
}
#main .post-body .worries .before dd {
	background: #F7F7F7;
}
#main .post-body .worries .before dd ul li {
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#main .post-body .worries .before dd ul li:last-child {
	margin: 0;
	padding: 0;
}
#main .post-body .worries .before dd ul li:before {
	content: "■";
	margin: 0 10px 0 0;
	font-size: 10px;
	color: #888;
}
#main .post-body .worries .after dt,
#main .post-body .worries .after dt:after {
	background: #368ADD;
}
#main .post-body .worries .after dd {
	background: #F2F9FF;
	font-weight: 700;
	font-size: 18px;
}
#main .post-body .worries .after dd ul li {
	margin: 0;
	padding: 10px 0 10px 30px;
}
#main .post-body .worries .after dd ul li:before,
#main .post-body .worries .after dd ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
#main .post-body .worries .after dd ul li:before {
	left: 0;
  transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #368ADD;
	margin: 1px 0 0;
}
#main .post-body .worries .after dd ul li:after {
	left: 5px;
  transform: translate(0, -50%) rotate(-45deg);
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
	margin: -1px 0 0;
}
@media screen and (max-width:767px) {
	.single-case #main .post-body table th {
		width: auto;
	}
	#main .case_tag ul li {
		font-size: 13px;
	}
	#main .post-body .worries dt {
		font-size: 17px;
	}
	#main .post-body .worries dt:after {
		bottom: -12px;
		left: 20px;
		height: 12px;
		width: 18px;
	}
	#main .post-body .worries dd {
		padding: 20px;
	}
	#main .post-body .worries .before {
		margin: 0 0 40px;
	}
	#main .post-body .worries .before:after {
		bottom: -30px;
		width: 20px;
		height: 20px;
	}
	#main .post-body .worries .after dd {
		padding: 15px 20px;
		font-size: 16px;
	}
}
/* page-nav, pagenavi
------------------------------------------------*/
#main .page-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ccc;
	margin: 60px 0 0;
	padding: 40px 0;
}
#main .page-nav .next_post, #main .page-nav .prev_post {
	position: relative;
	margin: 0;
}
#main .page-nav a {
	display: block;
	position: relative;
	font-size: 14px;
}
#main .page-nav a:hover {
	text-decoration: underline;
}
#main .page-nav .prev_post a {
	padding: 0 0 0 15px;
}
#main .page-nav .next_post a {
	padding: 0 15px 0 0;
	text-align: right;
}
#main .page-nav .prev_post a:before,
#main .page-nav .next_post a:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 5px;
	height: 5px;
	border-left: solid 2px #1161B0;
	border-top: solid 2px #1161B0;
}
#main .page-nav .prev_post a:before {
	left: 1px;
	transform: translate(0, -50%) rotate(-45deg);
}
#main .page-nav .next_post a:before {
	right: 1px;
	transform: translate(0, -50%) rotate(135deg);
}
#main .page-nav .prev_post a:after,
#main .page-nav .next_post a:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 10px;
	height: 2px;
	background: #1161B0;
}
#main .page-nav .prev_post a:after {
	left: 0;
}
#main .page-nav .next_post a:after {
	right: 0;
}
#main .wp-pagenavi {
	border-top: 1px solid #ccc;
	padding: 60px 0 40px;
	font-size: 14px;
}
#main .wp-pagenavi span {
	display: inline-block;
	border: 0;
	margin: 5px;
	padding: 7px 10px;
	line-height: 1;
	vertical-align: middle;
}
#main .wp-pagenavi span.current {
	background: #368ADD;
	border: 1px solid #368ADD;
	color: #fff;
}
#main .wp-pagenavi a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 5px;
	padding: 7px 10px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1;
	color: #333;
	transition: background 0.3s;
}
#main .wp-pagenavi a:hover {
	background: #368ADD;
	border: 1px solid #368ADD;
	text-decoration: none !important;
	color: #fff;
}
@media screen and (max-width:767px) {
	#main .page-nav {
		display: block;
		padding: 0;
	}
	#main .page-nav .next_post,
	#main .page-nav .prev_post {
		width: 100%;
	}
	#main .page-nav .prev_post + .next_post {
		border-top: 1px solid #ccc;
	}
	#main .page-nav .prev_post a {
		padding: 20px 20px 20px 35px;
	}
	#main .page-nav .next_post a {
		padding: 20px 35px 20px 20px;
	}
	#main .page-nav .prev_post a:before,
	#main .page-nav .prev_post a:after {
		left: 20px;
	}
	#main .page-nav .next_post a:before,
	#main .page-nav .next_post a:after {
		right: 20px;
	}
	#main .wp-pagenavi {
		padding: 40px 0 30px;
		font-size: 13px;
	}
}
/* path
------------------------------------------------*/
#path {
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 25px 0;
	font-size: 14px;
	color: #888;
}
#path a {
	color: #888;
}
#path a:hover {
	color: #333;
}
@media screen and (max-width:767px) {
	#path {
		padding: 15px 0;
		font-size: 12px;
	}
}
/* widgets
------------------------------------------------*/
.widgets {
	display: flex;
	justify-content: flex-end;
	margin: 15px auto;
}
.widgets .list {
	position: relative;
	border-left: 1px solid #ccc;
	width: 160px;
}
.widgets .list + .list {
	border-right: 1px solid #ccc;
}
.widgets .list:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-left: solid 1px #888;
	border-top: solid 1px #888;
	transform: translate(0, -50%) rotate(-135deg);
}
.widgets .list select {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 0;
	width: 100%;
	padding: 10px 40px 10px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
@media screen and (max-width:767px) {
	.widgets .list,
	.widgets .list + .list {
		width: calc(50% - 5px);
		border: 1px solid #ccc;
	}
	.widgets .list + .list {
		margin: 0 0 0 10px;
	}
	.widgets .list select {
		padding: 10px 30px 10px 15px;
		font-size: 13px;
	}
	.widgets .list:before {
		right: 10px;
	}
}
/* main
------------------------------------------------*/
#main {
	display: block;
}
#machine {
	margin: 60px auto;
}
#machine .box {
	width: 48%;
}
#machine .box a {
	position: relative;
	display: block;
	background: #eee;
	padding: 0 0 40px;
	text-align: center;
}
#machine .box a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #D1E8FF;
	width: 30%;
	height: 15%;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#machine .box a:hover {
	background: #F2F9FF;
}
#machine .box a i {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 2;
	width: 12px;
	height: 12px;
}
#machine .box a i:before,
#machine .box a i:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
}
#machine .box a i:before {
	transform: translate(0, -50%);
	background: #1161B0;
	width: 12px;
	height: 2px;
}
#machine .box a i:after {
	transform: translate(0, -50%) rotate(135deg);
	width: 7px;
	height: 7px;
	border-left: 2px solid #1161B0;
	border-top: 2px solid #1161B0;
}
#machine .box img {
	display: block;
	width: 100%;
	height: auto;
}
#machine .box p {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #1161B0;
}
#machine .box dl {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 20px;
}
#machine .box dt {
	margin: 5px 0 10px;
	line-height: 1.3;
	font-size: 32px;
	font-weight: 700;
}
#machine .box dd {
	margin: 0;
	font-size: 14px;
}
#machine .box:last-child p {
	color: #A21818;
}
#machine .box:last-child a:after {
	background: #F0E1E1;
}
#machine .box:last-child a:hover {
	background: #FFF4F4;
}
#machine .box:last-child a i:before {
	background: #A21818;
}
#machine .box:last-child a i:after {
	border-color: #A21818;
}
#voice {
	background: #DEE8F0;
	padding: 0 0 40px;
}
#voice h2 {
	position: relative;
	background: #368ADD;
	margin: 0 0 40px;
	padding: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}
#voice h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -17px;
	left: 50%;
	background: #368ADD;
	width: 22px;
	height: 18px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#voice dl {
	position: relative;
	background: #fff;
	width: 32%;
	margin: 0;
	padding: 20px 30px 80px;
}
#voice dt {
	background: url("img/icon-voice.svg") no-repeat left center;
	background-size: auto 30px;
	padding: 5px 0 5px 40px;
	font-size: 18px;
	font-weight: 700;
	color: #1161B0;
}
#voice dd {
	margin: 10px 0 0;
}
#voice li {
	position: relative;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 20px;;
}
#voice li:before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	background: #368ADD;
	width: 10px;
	height: 10px;
}
#voice li strong {
	background: #E2F5FF;
}
#voice dd + dd {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
}
#voice dd + dd a {
	display: block;
  position: relative;
  z-index: 1;
  transition: .3s;
	border: 1px solid #888;
	height: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #888;
}
#voice dd + dd a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #888;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
#voice dd + dd a:hover {
  color: #fff;
}
#voice dd + dd a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
#youtubebnr {
	margin: 60px auto;
}
#youtubebnr p {
	margin: 0 auto;
}
#youtubebnr a {
	align-items: center;
	height: 185px;
	border: 1px solid #ccc;
}
#youtubebnr a:hover {
	opacity: 0.8;
}
#youtubebnr div {
	background: url("img/bg-youtubebnr.jpg") no-repeat center;
	background-size: cover;
	width: 50%;
	height: 100%;
}
#youtubebnr div + div {
	background: #fff;
	height: auto;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
#youtubebnr div + div img {
	display: block;
	margin: 0 auto 20px;
}
#news {
	background: #F2F9FF;
	padding: 60px 0;
}
#news .inner > .box {
	width: 20%;
}
#news .inner > .box.flex {
	width: 80%;
}
#news .inner .flex .box {
	width: 48%;
}
#news .box h2 {
	margin: 0 0 20px;
	letter-spacing: 0.05em;
	font-size: 40px;
	color: #1161B0;
}
#news .box p {
	margin: 30px 0 0;
	font-size: 14px;
	font-weight: 700;
}
#news .box p a {
	position: relative;
	padding: 0 20px 0 0;
}
#news .box p a:before,
#news .box p a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
}
#news .box p a:before {
	transform: translate(0, -50%);
	background: #1161B0;
	width: 12px;
	height: 2px;
}
#news .box p a:after {
	transform: translate(0, -50%) rotate(135deg);
	width: 7px;
	height: 7px;
	border-left: 2px solid #1161B0;
	border-top: 2px solid #1161B0;
}
#news .box p a:hover {
	color: #1161B0;
}
#news .box img {
	width: 48%;
	height: auto;
}
#news .box a {
	align-items: flex-start;
}
#news .box a:hover {
	opacity: 0.8;
}
#news .box dl {
	width: 48%;
	margin: 0;
}
#news .box dt {
	font-size: 14px;
	color: #888;
}
#news .box dd {
	margin: 15px 0 0;
}
#news .box dd ul {
	display: flex;
	flex-wrap: wrap;
}
#news .box dd ul li {
	background: #fff;
	border: 1px solid #888;
	margin: 0 5px 5px 0;
	padding: 5px;
	line-height: 1.2;
	font-size: 14px;
	color: #888;
}
#business {
	position: relative;
	background: #1161b0;
	padding: 100px 0;
	overflow: hidden;
	color: #fff;
}
#business:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #2a71b8;
	width: 70%;
	height: 39.8vw;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#business .inner {
	position: relative;
	z-index: 1;
}
#business h2 {
	position: relative;
	margin: 0 0 60px;
	padding: 50px 0 0;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 33px;
}
#business h2 span {
	position: relative;
	z-index: 2;
}
#business h2:before {
	content: "BUSINESS";
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	letter-spacing: 0.1em;
	line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 88px;
	color: #A2D1FF;
	opacity: 0.3;
}
#business ul {
	margin: 0 0 40px;
}
#business ul li {
	width: 24.5%;
}
#business ul li a {
	display: flex;
	align-items: flex-end;
	height: 245px;
	font-size: 20px;
	color: #fff;
}
#business ul li:nth-child(1) a {
	background: url("img/img-business1.jpg") no-repeat center;
	background-size: cover;
}
#business ul li:nth-child(2) a {
	background: url("img/img-business2.jpg") no-repeat center;
	background-size: cover;
}
#business ul li:nth-child(3) a {
	background: url("img/img-business3.jpg") no-repeat center;
	background-size: cover;
}
#business ul li:nth-child(4) a {
	background: url("img/img-business4.jpg") no-repeat center;
	background-size: cover;
}
#business ul li span {
	display: block;
	width: 100%;
	height: 100px;
	padding: 20px;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
}
#business .viewmore a {
	margin: 0 auto;
}
#company {
	position: relative;
	padding: 100px 0;
}
#company:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg);
	background: #F2F9FF;
	width: 30%;
	height: 14.5vw;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#recruit {
	padding-bottom: 100px;
}
#company .flex {
	align-items: flex-end;
}
#recruit .flex {
	align-items: flex-end;
	flex-direction: row-reverse;
}
#company .box,
#recruit .box {
	width: 48%;
}
#company .box img,
#recruit .box img {
	max-width: 100%;
	height: auto;
}
#company h2,
#recruit h2 {
	position: relative;
	margin: 0 0 60px;
	padding: 30px 0 0;
	letter-spacing: 0.05em;
	font-size: 33px;
}
#company h2 span,
#recruit h2 span {
	position: relative;
	z-index: 2;
}
#company h2:before,
#recruit h2:before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	line-height: 1;
	letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 88px;
	color: #A2D1FF;
	opacity: 0.3;
}
#company h2:before {
	content: "COMPANY";
}
#recruit h2:before {
	content: "RECRUIT";
}
@media screen and (max-width:767px) {
	#machine {
		margin: 40px auto;
	}
	#machine .box {
		width: 100%;
	}
	#machine .box p {
		font-size: 16px;
	}
	#machine .box dt {
		font-size: 24px;
	}
	#machine .box dd {
		font-size: 12px;
	}
	#voice {
		padding: 0 0 20px;
	}
	#voice h2 {
		margin: 0 0 30px;
		font-size: 20px;
	}
	#voice dl {
		width: 100%;
	}
	#voice dl + dl {
		margin: 20px 0 0;
	}
	#voice dt {
		font-size: 16px;
	}
	#voice dd + dd a {
		font-size: 13px;
	}
	#youtubebnr {
		margin: 40px auto;
	}
	#youtubebnr a {
		display: block;
		height: auto;
		}
	#youtubebnr div {
		width: 100%;
		height: 185px;
		}
	#youtubebnr div + div {
		padding: 25px 20px 20px;
		font-size: 15px;
	}
	#news {
		padding: 30px 0;
	}
	#news .inner > .box {
		position: relative;
		width: 100%;
		margin: 0 0 20px;
	}
	#news .inner > .box.flex {
		width: 100%;
	}
	#news .box h2 {
		margin: 0;
		font-size: 30px;
	}
	#news .box p {
		position: absolute;
		top: 50%;
		right: 20px;
		margin: 0;
	}
	#news .box img {
		width: 100%;
	}
	#news .box dl {
		width: 100%;
		margin: 10px 0 0;
	}
	#news .box dt {
		font-size: 13px;
	}
	#news .box dd {
		margin: 10px 0 0;
	}
	#news .box dd ul li {
		font-size: 12px;
	}
	#business {
		padding: 50px 0;
	}
	#business:before {
		width: 100%;
	}
	#business h2 {
		margin: 0 0 30px;
		padding: 20px 0 0;
		font-size: 26px;
	}
	#business h2:before {
		font-size: 50px;
	}
	#business ul {
		margin: 0;
	}
	#business ul li {
		width: 48%;
		margin: 0 0 20px;
	}
	#business ul li a {
		height: 180px;
		font-size: 16px;
	}
	#business ul li span {
		padding: 10px;
		height: 70px;
	}
	#company {
		padding: 50px 0;
	}
	#company:before {
		content: none;
	}
	#recruit {
		padding-bottom: 50px;
	}
	#recruit .flex {
		flex-direction: row;
	}
	#company .box,
	#recruit .box {
		width: 100%;
		margin: 0 0 20px;
	}
	#company h2,
	#recruit h2 {
		margin: 0 0 30px;
		padding: 20px 0 0;
		font-size: 26px;
	}
	#company h2:before,
	#recruit h2:before {
		bottom: 15px;
		font-size: 50px;
	}
}
/* title
------------------------------------------------*/
#title {
	position: relative;
	height: 600px;
	text-align: right;
	color: #fff;
}
.home #title {
	height: auto;
}
#title .video-wrap,
#title .img-wrap {
  position: relative;
	width: 80%;
	overflow: hidden;
}
#title .video-wrap {
	height: 54.642vw;
}
#title .img-wrap {
	height: 540px;
}
#title .img-wrap.information {
	background: url("img/bg-title-company.jpg") no-repeat center / cover;
}
#title .img-wrap.case {
	background: url("img/bg-title-case.jpg") no-repeat center / cover;
}
#title .video-wrap video {
  display: block;
	width: auto;
	height: 100%;
}
#title .opacity {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}
#title .bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: #2a71b8 url("img/bg-vis.png") no-repeat left top;
	background-size: 100% auto;
	width: 83.5%;
	height: 600px;
}
.home #title .bg {
	height: 100%;
}
#title .txt {
  position: absolute;
  top: 50%;
  right: 7%;
  z-index: 1;
	overflow: hidden;
}
.home #title .txt {
	top: 12.142vw;
}
#title .txt dl {
	margin: 0;
}
#title .txt dt {
	line-height: 1.1;
	font-size: 114px;
  font-weight: 700;
	opacity: 0.8;
}
#title .txt dt span:nth-child(1) {
	letter-spacing: -0.1em;
	font-size: 200px;
}
#title .txt dt span:nth-child(2) {
	letter-spacing: -0.06em;
	font-size: 140px;
}
#title .txt dt span:nth-child(3) {
	font-size: 120px;
}
#title .txt dd {
	margin: 40px 0 0;
	font-size: 21px;
}
#title .txt dl + p {
	margin: 1.2em 0;
	font-size: 33px;
	font-weight: 700;
}
#title .txt dl + p span {
	background: #A21818;
	margin: 0 5px;
	padding: 0 10px;
}
#title .txt p + p {
	margin: 2em 0;
	letter-spacing: 0.02em;
	font-size: 26px;
}
#title .txt .page-title {
	margin: 0;
	letter-spacing: 0.1em;
	font-size: 27px;
	font-weight: normal;
}
#title .txt .page-title span {
	display: block;
	text-transform: uppercase;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 88px;
}
#title .scrolltxt {
  position: absolute;
  bottom: 15px;
  left: 19px;
	transform: rotate(-90deg);
	line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
	color: #1161B0;
}
#title .scrolldown {
  position: absolute;
  bottom: 55px;
  left: 40px;
  width: 1px;
  height: 100px;
  right: 0;
  overflow: hidden;
}
#title .scrolldown .line {
	display: block;
	background: linear-gradient(to bottom, rgba(17, 97, 176, 1) 50%, rgba(17, 97, 176, 0) 50%);
	background-position: 0 -100px;
	background-size: 100% 200%;
	width: 100%;
	height: 100%;
	animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0%{
    background-position: 0 -100px;
  }
  75% {
    background-position: 0 0;
  }
  100%{
    background-position: 0 100px;
  }
}
@media screen and (max-width:1040px) {
	#title .txt dt {
		font-size: 75px;
	}
	#title .txt dt span:nth-child(1) {
		font-size: 140px;
	}
	#title .txt dt span:nth-child(2) {
		font-size: 100px;
	}
	#title .txt dt span:nth-child(3) {
		font-size: 90px;
	}
	#title .txt dd {
		font-size: 18px;
	}
	#title .txt dl + p {
		font-size: 22px;
	}
}
@media screen and (max-width:767px) {
	#title {
		height: 90vw;
	}
	#title .video-wrap {
		width: 100%;
		height: 40vh;
	}
	#title .img-wrap {
		height: 80vw;
	}
	#title .video-wrap video {
		width: 100%;
		height: auto;
	}
	#title .bg {
		top: 0;
		width: 83.5%;
		height: 90vw;
	}
	.home #title .bg {
		top: 100px;
		width: 100%;
		height: calc(100% - 100px);
	}
	#title .txt {
		right: 20px;
		transform: translate(0, -50%);
	}
	.home #title .txt {
		position: relative;
		top: -50px;
		right: -20px;
		transform: none;
		width: calc(100% - 40px);
		margin: 0 0 -20px;
	}
	#title .txt dt {
		line-height: 1.2;
		font-size: 42px;
	}
	#title .txt dt span:nth-child(1) {
		letter-spacing: -0.04em;
		font-size: 80px;
	}
	#title .txt dt span:nth-child(2) {
		letter-spacing: -0.02em;
		font-size: 54px;
	}
	#title .txt dt span:nth-child(3) {
		font-size: 42px;
	}
	#title .txt dd {
		margin: 20px 0 0;
		font-size: 15px;
	}
	#title .txt dl + p {
		margin: 30px 0;
		font-size: 22px;
	}
	#title .txt p + p {
		margin: 0;
		font-size: 16px;
	}
	#title .txt .page-title {
		font-size: 20px;
	}
	#title .txt .page-title span {
		font-size: 35px;
	}
	#title .scrolltxt {
		bottom: 60px;
		color: #fff;
	}
	#title .scrolldown {
		bottom: 100px;
	}
	#title .scrolldown .line {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
		background-position: 0 -100px;
		background-size: 100% 200%;
	}
}
@media screen and (max-width:480px) {
	#title .video-wrap video {
		width: auto;
		height: 100%;
	}
}

/* header
------------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 115px;
	color: #fff;
}
#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: none;
	height: 115px;
	padding: 0 0 0 35px;
}
#header a {
	text-decoration: none;
	color: #fff;
}
#header #logo {
	margin: 0;
	line-height: 1;
	letter-spacing: 0.06em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 60px;
}
#header #logo a:hover {
	opacity: 0.8;
}
#header #nav a {
	display: block;
}
#header #nav .toggle-area > ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header #nav .toggle-area > ul > li {
	position: relative;
	margin: 0 0 0 35px;
	white-space: nowrap;
}
#header #nav .toggle-area > ul > li > a {
	height: 30px;
	border-bottom: 2px solid transparent;
}
#header #nav .toggle-area > ul > li > a:hover {
	border-bottom: 2px solid #fff;
}
#header #nav .toggle-area > ul > li.menu-item-has-children > a:hover {
	border-bottom: 2px solid transparent;
}
#header #nav ul li > ul {
	display: none;
	background: #F7F7F7;
	position: absolute;
	top: 30px;
	z-index: 1000;
	width: 260px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
#header #nav ul li > ul li a {
	position: relative;
	border-top: 1px solid #ccc;
	padding: 10px 10px 10px 25px;
	font-size: 13px;
	font-weight: 700;
	color: #333;
}
#header #nav ul li > ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	background: #333;
	width: 8px;
	height: 2px;
	margin: -1px 0 0;
}
#header #nav ul li > ul li a:hover {
	opacity: 0.6;
}
#header #nav ul li > ul ul {
	display: block;
	position: relative;
	top: 0;
	background: #fff;
	padding: 0 20px;
	box-shadow: none;
}
#header #nav ul li > ul ul a {
	padding: 10px 0;
	font-size: 12px;
	font-weight: 400;
}
#header #nav ul li > ul ul li:first-child a {
	border: 0;
}
#header #nav ul li > ul ul a:before {
	content: none;
}
#header #nav p.home {
	display: none;
}
#header #nav ul li.contact a {
	position: relative;
	background: #333;
	width: 160px;
	height: 115px;
	padding: 70px 0 0;
	text-align: center;
}
#header #nav ul li.contact a:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	background: url("img/icon-mail.svg") no-repeat;
	background-size: cover;
	width: 30px;
	height: 21px;
}
#header #nav ul li.contact a:hover {
	background: #368ADD;
	border: 0;
}
#header.fixed {
	position: fixed;
	background: #fff;
	height: 80px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#header.fixed .inner {
	height: 80px;
}
#header.fixed #logo {
	font-size: 50px;
}
#header.fixed a {
	color: #333;
}
#header.fixed #nav > ul > li > a:hover {
	border-color: #333;
}
#header.fixed #nav ul li.contact a {
	height: 80px;
	padding: 0;
	line-height: 80px;
	color: #fff;
}
#header.fixed #nav ul li.contact a:before {
	content: none;
}
@media screen and (max-width:1040px) {
	#header #nav .toggle-area > ul > li {
		margin: 0 0 0 20px;
	}
}
@media screen and (max-width:767px) {
	#header {
		position: fixed;
	}
	#header,
	#header.fixed,
	#header .inner,
	#header.fixed .inner {
		height: 65px;
	}
	#header .inner {
		padding: 0 0 0 20px;
	}
	#header #logo {
		margin: 0;
		letter-spacing: 0.04em;
		font-size: 40px;
	}
	#header.fixed #logo {
		font-size: 40px;
	}
	#header.fixed #logo a {
		color: #333;
	}
	#header #nav .toggle-area {
		display: none;
		position: absolute;
		top: 64px;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 100dvh;
		background: #fff;
		padding: 0 0 64px;
		overflow-y: scroll;
	}
	#header #nav p.home {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 64px;
		margin: 0;
		padding: 0 20px;
	}
	#header #nav p.home a {
		display: inline-block;
		position: relative;
		background: none;
		padding: 0 0 0 15px;
		line-height: 64px;
		font-size: 14px;
		color: #333;
	}
	#header #nav p.home a:before,
	#header #nav p.home a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 2px;
	}
	#header #nav p.home a:before {
    transform: translate(0, -50%);
		background: #888;
		width: 9px;
		height: 1px;
	}
	#header #nav p.home a:after {
    transform: translate(0, -50%) rotate(-45deg);
    width: 5px;
    height: 5px;
    border-left: 1px solid #888;
    border-top: 1px solid #888;
	}
	#header #nav .toggle-area ul,
	#header #nav .toggle-area ul li > ul ul {
		display: block;
	}
	#header #nav .toggle-area > ul > li {
		margin: 0;
	}
	#header #nav .toggle-area > ul > li > a {
		position: relative;
		background: #333;
		height: auto;
		border: 0;
		border-top: 1px solid #fff;
		padding: 10px 20px;
		font-size: 16px;
		color: #fff;
	}
	#header #nav .toggle-area > ul > li > a:hover,
	#header #nav .toggle-area > ul > li.menu-item-has-children > a:hover {
		border: 0;
	}
	#header #nav .toggle-area > ul > li > a:before,
	#header #nav .toggle-area > ul > li > a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
	}
	#header #nav .toggle-area > ul > li > a:before {
    transform: translate(0, -50%);
		background: #fff;
		width: 9px;
		height: 1px;
	}
	#header #nav .toggle-area > ul > li > a:after {
    transform: translate(0, -50%) rotate(135deg);
    width: 5px;
    height: 5px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
	}
	#header #nav ul li > ul {
		position: relative;
		top: 0;
		width: auto;
		box-shadow: none;
	}
	#header #nav ul li > ul ul {
		padding: 0 25px;
	}
	#header #nav ul li.contact a {
		width: auto;
		height: auto;
		padding: 10px 20px;
		text-align: left;
	}
	#header #nav ul li.contact a:before {
    left: auto;
	}
	.menu-trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		background: #333;
    width: 64px;
    height: 64px;
		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: #fff;
	}
	.nav-open .toggle-bar {
		background: transparent;
	}
	.nav-open .toggle-bar::before,
	.nav-open .toggle-bar::after {
		top: 0;
		background: #333;
	}
	.nav-open .toggle-bar::before {
		transform: rotate(45deg);
	}
	.nav-open .toggle-bar::after {
		transform: rotate(-45deg);
	}
}
/* contact
------------------------------------------------*/
#contact {
	position: relative;
	background: #1161b0;
	padding: 100px 0;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
#contact:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #2a71b8;
	width: 70%;
	height: 39.8vw;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#contact .inner {
	position: relative;
	z-index: 1;
}
#contact h3 {
	margin: 0;
	letter-spacing: 0.05em;
	font-size: 40px;
}
#contact h3 + p {
	margin: 10px 0 60px;
	font-size: 20px;
	font-weight: 700;
}
#contact ul {
	display: flex;
	justify-content: center;
}
#contact li {
	width: 380px;
}
#contact li:first-child {
	margin: 0 50px 0 0;
	font-size: 12px;
}
#contact li a {
	display: block;
	padding: 20px;
	text-align: center;
}
#contact li:first-child a {
	background: #fff url("img/icon-tel.svg") no-repeat left 30px center;
	margin: 0 0 10px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-size: 23px;
	color: #1161B0;
}
#contact li:last-child a {
  position: relative;
  z-index: 1;
  transition: .3s;
	display: block;
	background: #333;
	font-size: 18px;
	color: #fff;
}
#contact li:last-child a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #368ADD;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
#contact li:last-child a:hover {
  color: #fff;
}
#contact li:last-child a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
#contact li:last-child a span {
	display: block;
	background: url("img/icon-mail.svg") no-repeat left 10px center;
	background-size: 30px auto;
}
@media screen and (max-width:767px) {
	#contact {
		padding: 50px 0;
	}
	#contact:before {
		width: 100%;
	}
	#contact h3 {
		font-size: 26px;
	}
	#contact h3 + p {
		margin: 5px 0 40px;
		font-size: 16px;
	}
	#contact ul {
		display: block;
	}
	#contact li {
		width: 80%;
		margin: 0 auto;
	}
	#contact li:first-child {
		margin: 0 auto 20px;
	}
}
@media screen and (max-width:480px) {
	#contact li {
		width: 100%;
	}
}
/* address
------------------------------------------------*/
#address {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 60px 0;
}
#address p {
	width: 20%;
	margin: 0;
	font-size: 22px;
}
#address p span {
	padding: 0 0 0 5px;
	font-size: 30px;
	font-weight: 700;
}
#address dl {
	display: table;
	width: 28%;
	margin: 0;
	font-size: 14px;
}
#address dl + dl {
	width: auto;
	margin: 0 0 0 50px;
}
#address dt {
	display: table-cell;
	padding: 0 15px 0 0;
	vertical-align: middle;
	font-weight: 700;
}
#address dd {
	display: table-cell;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 0 0 0 15px;
}
@media screen and (max-width:1040px) {
	#address p {
		width: 100%;
		margin: 0 0 20px;
	}
	#address dl,
	#address dl + dl {
		width: 50%;
		margin: 0;
	}
}
@media screen and (max-width:767px) {
	#address {
		padding: 40px 20px;
	}
	#address p {
		font-size: 18px;
	}
	#address p span {
		font-size: 22px;
	}
	#address dl,
	#address dl + dl {
		display: block;
		font-size: 13px;
	}
	#address dt {
		display: block;
		margin: 0 0 5px;
		padding: 0;
	}
	#address dd {
		display: block;
		border: 0;
		padding: 0;
	}
}
@media screen and (max-width:480px) {
	#address dl {
		width: 100%;
	}
	#address dl + dl {
		width: 100%;
		margin: 30px 0 0;
	}
}
/* footer
------------------------------------------------*/
#footer {
	background: #eee;
	padding: 30px 0;
}
#footer .flex {
	justify-content: flex-end;
	align-items: center;
}
#footer ul {
	display: flex;
}
#footer ul li {
	margin: 0 40px 0 0;
}
#footer ul li a {
	font-size: 14px;
}
#footer ul li a:hover {
	opacity: 0.8;
}
#footer p {
	margin: 0;
	font-size: 12px;
	color: #888;
}
@media screen and (max-width:767px) {
	#footer .flex {
		display: block;
	}
	#footer ul {
		justify-content: center;
	}
	#footer ul li:last-child {
		margin: 0;
	}
	#footer p {
		margin: 20px 0 0;
		text-align: center;
	}
}