@charset "UTF-8";

/* reset
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a {
	text-decoration: none;
}
a img {
	border: none;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* icon font
------------------------------------------------------------ */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoonb7c7.eot?sxg9mf');
	src: url('../fonts/icomoonb7c7.eot?sxg9mf#iefix') format('embedded-opentype'),
		url('../fonts/icomoonb7c7.ttf?sxg9mf') format('truetype'),
		url('../fonts/icomoonb7c7.woff?sxg9mf') format('woff'),
		url('../fonts/icomoonb7c7.svg?sxg9mf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

/* html.body
------------------------------------------------------------ */
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
html.no-scroll {
	overflow-y: hidden;
}
body {
	-webkit-text-size-adjust: 100%; /* ios用フォントサイズ自動調整解除 */
	font-size: 1.0rem;
	line-height: 1.5;
	color: #000;
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}
a {
	transition: all .3s ease-out;
}

/* wrapper
------------------------------------------------------------ */
#wrapper {
	overflow: hidden;
}

/* header
------------------------------------------------------------ */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
header #header-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 40px;
	background-color: rgba(255,255,255,0);
	box-sizing: border-box;
	transition: all .3s ease-out;
}
header.head-hover #header-inner,
header.head-bg #header-inner,
body[data-type="page"] header #header-inner {
	background-color: rgba(255,255,255,1);
}
header #header-inner #logo {
	position: static;
	width: 244px;
	z-index: 2;
}
header #header-inner #logo:lang(en) {
	width: 320px;
}
header #header-inner #nav-btn {
	display: none;
}
header #header-inner #header-menu {
	position: static;
	z-index: 1;
}
header #header-inner #header-menu #search {
	padding-top: 13px;
	padding-right: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(191,191,191,0);
	transition: all 0.4s ease;
}
header #header-inner #header-menu #search:lang(en) {
	padding: 0;
	border: none;
}
header #header-inner #header-menu #search.search-on {
	border-bottom-color: rgba(191,191,191,1);
}
header #header-inner #header-menu #search span::before {
	content: "";
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon_search_b.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
header.head-hover #header-inner #header-menu #search span::before,
header.head-bg #header-inner #header-menu #search span::before,
body[data-type="page"] header #header-inner #header-menu #search span::before {
	background-image: url(../img/icon_search_b.png);
}
header #header-inner #header-menu #search span:lang(en) {
	display: none;
}
header #header-inner #header-menu #search .search-box {
	display: inline-block;
	margin-left: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}
header #header-inner #header-menu #search .search-box:lang(en) {
	display: none;
}
header #header-inner #header-menu #search .search-box input.searchField {
	width: 0;
	font-size: 1.4rem;
	color: #969696;
	vertical-align: bottom;
	background: none;
	border: none;
	outline: none;
}
header #header-inner #header-menu #search.search-on .search-box input.searchField {
	width: 150px;
}
header #header-inner #header-menu #search .search-box input.searchField:placeholder-shown {
	color: #969696;
	transition: all 0.3s ease;
}
header #header-inner #header-menu #search .search-box input.searchField::-webkit-input-placeholder {
	color: #969696;
	transition: all 0.3s ease;
}
header #header-inner #header-menu #search .search-box input.searchField:-moz-placeholder {
	color: #969696;
	transition: all 0.3s ease;
}
header #header-inner #header-menu #search .search-box input.searchField::-moz-placeholder {
	color: #969696;
	transition: all 0.3s ease;
}
header #header-inner #header-menu #search .search-box input.searchField:-ms-input-placeholder {
	color: #969696;
	transition: all 0.3s ease;
}
header #header-inner #header-menu #search .search-box input.searchField:focus:placeholder-shown {
	color: transparent;
}
header #header-inner #header-menu #search .search-box input.searchField:focus::-webkit-input-placeholder {
	color: transparent;
}
header #header-inner #header-menu #search .search-box input.searchField:focus:-moz-placeholder {
	color: transparent;
}
header #header-inner #header-menu #search .search-box input.searchField:focus::-moz-placeholder {
	color: transparent;
}
header #header-inner #header-menu #search .search-box input.searchField:focus:-ms-input-placeholder {
	color: transparent;
}
header #header-inner #header-menu #search .search-box button.searchsubmit {
	display: none;
}
header #header-inner #header-menu #sub-menu {
	display: flex;
	justify-content: flex-end;
}
header #header-inner #header-menu #sub-menu .lang {
	padding-top: 15px;
	display: flex;
}
header #header-inner #header-menu #sub-menu .lang li {
	height: 18px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
header.head-hover #header-inner #header-menu #sub-menu .lang li,
header.head-bg #header-inner #header-menu #sub-menu .lang li {
	border-left: 1px solid #000;
}
header #header-inner #header-menu #sub-menu .lang li:first-child {
	border-left: none;
}
header #header-inner #header-menu #sub-menu .lang li a {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	color: #000;
	opacity: 0.5;
}
header.head-hover #header-inner #header-menu #sub-menu .lang li a,
header.head-bg #header-inner #header-menu #sub-menu .lang li a,
body[data-type="page"] header #header-inner #header-menu #sub-menu .lang li a {
	color: #000;
}
header #header-inner #header-menu #sub-menu .lang li.lang-active a {
	opacity: 1;
}
header #header-inner #header-menu nav {
	margin-top: 15px;
}
header #header-inner #header-menu nav > ul {
	display: flex;
	justify-content: flex-end;
}
header #header-inner #header-menu nav > ul > li {
	margin-left: 40px;
	padding-bottom: 20px;
}
header #header-inner #header-menu nav > ul > li a {
	position: relative;
	font-size: 1.6rem;
	color: #000;
	font-weight: bold;
}
header.head-hover #header-inner #header-menu nav > ul > li a,
header.head-bg #header-inner #header-menu nav > ul > li a,
body[data-type="page"] header #header-inner #header-menu nav > ul > li a {
	color: #000;
}
header #header-inner #header-menu nav > ul > li a:hover {
	color: #e60012;
}
header #header-inner #header-menu nav > ul > li.hover-on > a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	display: block;
	width: 0;
	height: 0;
	margin-left: -6.5px;
	border-style: solid;
	border-width: 0 6.5px 10px 6.5px;
	border-color: transparent transparent #eee transparent;
	opacity: 0;
	transition: all .3s ease-out;
}
header #header-inner #header-menu nav > ul > li.hover-on:hover > a::after {
	bottom: -20px;
	opacity: 1;
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #eee;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
}
header #header-inner #header-menu nav > ul > li.hover-on:hover .sub-nav {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav .nav-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	background-image: url(../img/sub_nav_img_company.jpg);
}
header #header-inner #header-menu nav > ul > li.hover-on:nth-child(3) .sub-nav .nav-img {
	background-image: url(../img/sub_nav_img_ship.jpg);
}
header #header-inner #header-menu nav > ul > li.hover-on:nth-child(4) .sub-nav .nav-img {
	background-image: url(../img/sub_nav_img3.jpg);
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav .nav-img .img-inner {
	font-size: 3.4rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: -0.1em;
	text-align: center;
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav .nav-img .img-inner:lang(en) {
	letter-spacing: 0.05em;
	text-indent: -0.05em;
	line-height: 1.2;
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav .nav-img .img-inner span {
	display: block;
	width: 100%;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0;
	text-indent: -0.9em;
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav .nav-img .img-inner:lang(en) span {
	margin-top: 15px;
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav > ul {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 88px;
	box-sizing: border-box;
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav > ul > li {
	width: 214px;
	margin: 20px 0;
	padding-left: 23px;
	box-sizing: border-box;
	background: url(../img/icon_nav.svg) no-repeat left center;
	background-size: 8px;
}
header #header-inner #header-menu nav > ul > li.hover-on .sub-nav > ul li a {
	font-size: 1.8rem;
	font-weight: normal;
}
header #header-inner #header-menu > .lang {
	display: none;
}

/* style
------------------------------------------------------------ */
.more-btn-a {
	position: relative;
	text-align: center;
}
.more-btn-a a {
	position: relative;
	display: inline-block;
	padding: 10px 115px;
	font-size: 3.2rem;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-indent: -0.4em;
	text-align: center;
	background-color: #fff;
}
.more-btn-a a:lang(en) {
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.more-btn-a a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	text-align: center;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	transform:rotate(-45deg);
	transition: all .3s ease-out;
}
.more-btn-a a span {
	position: relative;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-indent: -0.3em;
	text-align: center;
}
.more-btn-a a:hover {
	color: #0aa951;
}
.more-btn-a a:hover::before {
	border-right: 3px solid #0aa951;
	border-bottom: 3px solid #0aa951;
}

/* page ttl
------------------------------------------------------------ */
#page-ttl {
	position: relative;
	margin-top: 97px;
}
#page-ttl #ttl-green {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	transform: skewY(-15deg);
	transform-origin: top left;
	overflow: hidden;
	z-index: 2;
}
#page-ttl #ttl-white {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#page-ttl .ttl-inner {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: skewY(15deg);
	transform-origin: top left;
	overflow: hidden;
}
#page-ttl #ttl-white .ttl-inner {
	transform: skewY(0deg);
	transform-origin: top left;
	background: none;
	overflow: visible;
}
body[data-page="company"] #page-ttl .ttl-inner {
	background-image: url(../img/company/company_ttl_bg.jpg);
}
body[data-page="ship"] #page-ttl .ttl-inner {
	background-image: url(../img/ship/ship_ttl_bg.jpg);
}
body[data-page="csr"] #page-ttl .ttl-inner {
	background-image: url(../img/csr/csr_ttl_bg.jpg);
}
body[data-page="news"] #page-ttl .ttl-inner {
	background-image: url(../img/news/news_ttl_bg.jpg);
}
#page-ttl .ttl-inner #breadcrumbs {
	display: flex;
	margin: 20px 40px 0;
}
#page-ttl .ttl-inner #breadcrumbs li::before {
	content: "/";
	display: inline-block;
	margin: 0 0.5em;
	font-size: 1.4rem;
	color: #fff;
}
#page-ttl .ttl-inner #breadcrumbs li:first-child::before {
	display: none;
}
#page-ttl .ttl-inner #breadcrumbs li,
#page-ttl .ttl-inner #breadcrumbs li a {
	font-size: 1.4rem;
	color: #fff;
}
#page-ttl .ttl-inner #breadcrumbs li a:hover {
	color: #000;
}
#page-ttl .ttl-inner h1 {
	position: relative;
	width: 1200px;
	margin: 120px auto 0;
	font-size: 4.4rem;
	font-weight: bold;
	color: #fff;
}
#page-ttl .ttl-inner h1::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 24px;
	margin-left: 17px;
	margin-right: 34px;
	margin-bottom: 4px;
	background-color: #000;
	transform: skewX(-45deg);
}
#page-ttl .ttl-inner h2 {
	width: 1200px;
	margin: 115px auto 0;
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
}
#page-ttl #ttl-white .ttl-inner h2 {
	color: #000;
}
#page-ttl .ttl-inner p {
	width: 1200px;
	margin: 15px auto 0;
	font-size: 1.8rem;
	line-height: 1.7;
	color: #fff;
}
#page-ttl #ttl-white .ttl-inner p {
	color: #000;
}
#page-ttl #back_number {
	position: absolute;
    top: 335px;
    left: 40px;
	display: flex;
    z-index: 3;
}
#page-ttl #back_number p {
	margin-right: 20px;
	padding: 15px 0;
	font-size: 1.8rem;
	color: #fff;
}
#page-ttl #back_number #year-list #select-year {
	position: relative;
	display: block;
	width: 240px;
	padding: 15px 25px;
	font-size: 1.8rem;
	color: #000;
	cursor: pointer;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}
#page-ttl #back_number #year-list #select-year::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -9px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	transform:rotate(45deg);
	box-sizing: border-box;
}
#page-ttl #back_number #year-list {
	position: relative;
}
#page-ttl #back_number #year-list ul {
	position: absolute;
	display: none;
    height: 325px;
    overflow-y: scroll;
    top: -100px;
    right: -245px;
}
#page-ttl #back_number #year-list ul li {
	margin-top: 2px;
}
#page-ttl #back_number #year-list ul li a {
	display: block;
	width: 240px;
	padding: 15px 25px;
	font-size: 1.8rem;
	color: #000;
	box-sizing: border-box;
	background-color: #c9c9c9;
}

/* page ttl a
------------------------------------------------------------ */
#page-ttl-a {
	position: relative;
	margin-top: 97px;
	z-index: 2;
}
#page-ttl-a #breadcrumbs {
	padding: 15px 0;
	background-color: #e5e5e5;
}
#page-ttl-a #breadcrumbs ul {
	display: flex;
	margin: 0 40px;
}
#page-ttl-a #breadcrumbs ul li::before {
	content: "/";
	display: inline-block;
	margin: 0 0.5em;
	font-size: 1.4rem;
	color: #201313;
}
#page-ttl-a #breadcrumbs ul li:first-child::before {
	display: none;
}
#page-ttl-a #breadcrumbs ul li,
#page-ttl-a #breadcrumbs ul li a {
	font-size: 1.4rem;
	color: #201313;
}
#page-ttl-a #breadcrumbs ul li a:hover {
	color: #0aa951;
}
#page-ttl-a #ttl-inner {
	padding: 80px 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
body[data-page="company"] #page-ttl-a #ttl-inner {
	background-image: url(../img/company/company_ttl_bg2.jpg);
}
body[data-page="ship"] #page-ttl-a #ttl-inner {
	background-image: url(../img/ship/ship_ttl_bg2.jpg);
}
body[data-page="csr"] #page-ttl-a #ttl-inner {
	background-image: url(../img/csr/csr_ttl_bg2.jpg);
}
body[data-page="news"] #page-ttl-a #ttl-inner {
	background-image: url(../img/news/news_ttl_bg2.jpg);
}
#page-ttl-a #ttl-inner #ttl {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	font-size: 4.4rem;
	font-weight: bold;
	color: #fff;
}
#page-ttl-a #ttl-inner #ttl::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 24px;
	margin-left: 17px;
	margin-right: 34px;
	margin-bottom: 4px;
	background-color: #0aa951;
	transform: skewX(-45deg);
}

/* page ttl b
------------------------------------------------------------ */
#page-ttl-b {
	position: relative;
	margin-top: 97px;
}
#page-ttl-b #breadcrumbs {
	padding: 15px 0;
	background-color: #e5e5e5;
}
#page-ttl-b #breadcrumbs ul {
	display: flex;
	margin: 0 40px;
}
#page-ttl-b #breadcrumbs ul li::before {
	content: "/";
	display: inline-block;
	margin: 0 0.5em;
	font-size: 1.4rem;
	color: #201313;
}
#page-ttl-b #breadcrumbs ul li:first-child::before {
	display: none;
}
#page-ttl-b #breadcrumbs ul li,
#page-ttl-b #breadcrumbs ul li a {
	font-size: 1.4rem;
	color: #201313;
}
#page-ttl-b #breadcrumbs ul li a:hover {
	color: #0aa951;
}
#page-ttl-b #ttl-inner {
	padding: 80px 0;
	background-color: #0aa951;
}
#page-ttl-b #ttl-inner h1 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	font-size: 4.4rem;
	font-weight: bold;
	color: #fff;
}
#page-ttl-b #ttl-inner h1::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 24px;
	margin-left: 17px;
	margin-right: 34px;
	margin-bottom: 4px;
	background-color: #000;
	transform: skewX(-45deg);
}

/* news ttl
------------------------------------------------------------ */
#news-ttl {
	width: 1200px;
	margin: 70px auto 0;
	padding: 15px 35px;
	background-color: #eee;
	box-sizing: border-box;
}
#news-ttl h1 {
	padding-left: 42px;
    text-indent: -42px;
	font-size: 2.6rem;
	color: #000;
}
#news-ttl h1::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 19px;
	margin-right: 28px;
	background-color: #000;
	transform: skewX(-45deg);
}
#news-ttl time {
	display: block;
	margin-top: 10px;
	margin-left: 42px;
	font-size: 1.6rem;
	color: #747474;
}

/* search form
------------------------------------------------------------ */
.search-form {
	width: 1200px;
	margin: 70px auto 0;
	padding: 24px 30px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.search-form.marg-foot {
	margin: 70px auto 180px;
}
.search-form input.searchField {
	width: 600px;
	padding: 10px 20px;
	font-size: 2.4rem;
	color: #000;
	vertical-align: bottom;
	background-color: #e8e8e8;
	border: none;
	outline: none;
}
.search-form button.searchsubmit {
	display: inline-block;
	width: 210px;
	margin-left: 10px;
	padding: 6px 20px;
	text-align: center;
	background-color: #000;
	border: none;
	outline: none;
	box-sizing: border-box;
}
.search-form button.searchsubmit::before {
	content: "";
	display: inline-block;
	width: 22px;
    height: 22px;
    margin-bottom: -2px;
	margin-right: 15px;
	background-image: url(../img/icon_search_w.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.search-form button.searchsubmit::after {
	content: "再検索";
	font-size: 2.4rem;
	color: #fff;
}

/* search result
------------------------------------------------------------ */
.search-result {
	width: 1200px;
	margin: 35px auto 0;
}
.search-result p {
	font-size: 1.6rem;
}

/* search pagination
------------------------------------------------------------ */
#pagination-area #transition-btn {
	display: flex;
	justify-content: center;
}
#pagination-area #transition-btn a {
	position: relative;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 470px;
	height: 60px;
	margin: 0 5px;
	color: #b5b5b5;
	background-color: #fff;
	font-size: 2.2rem;
	text-decoration: none;
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
}
#pagination-area #transition-btn a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
#pagination-area #transition-btn a i {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-top: -7px;
	border-right: 3px solid #b5b5b5;
	border-bottom: 3px solid #b5b5b5;
}
#pagination-area #transition-btn a i.prev-icon {
	left: 30px;
	transform:rotate(135deg);
}
#pagination-area #transition-btn a i.next-icon {
	right: 30px;
	transform: rotate(-45deg);
}
#pagination-area #transition-btn a:hover i.prev-icon,
#pagination-area #transition-btn a:hover i.next-icon {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#pagination-area .pagination {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: transparent;
}
#pagination-area .pagination h2.screen-reader-text {
	display: none;
}
#pagination-area .pagination .nav-links {
	display: flex;
	justify-content: center;
}
#pagination-area .pagination a {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	color: #b5b5b5;
	background-color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
}
#pagination-area .pagination a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
#pagination-area .pagination span {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	font-size: 1.6rem;
	color: #b5b5b5;
	box-sizing: border-box;
}
#pagination-area .pagination span.current {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
#pagination-area .pagination a.next::before,
#pagination-area .pagination a.prev::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #b5b5b5;
	border-bottom: 2px solid #b5b5b5;
}
#pagination-area .pagination a.next::before {
	transform:rotate(-45deg);
}
#pagination-area .pagination a.prev::before {
	transform:rotate(135deg);
}
#pagination-area .pagination a.next:hover::before,
#pagination-area .pagination a.prev:hover::before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* history bg
------------------------------------------------------------ */
#history-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #201313;
	z-index: 1;
}
#history-bg::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #201313;
	opacity: 0.8;
	z-index: 2;
}
#history-bg ul li {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
	transition: all .3s ease-out;
}
#history-bg ul li.img-off {
	opacity: 0;
}
#history-bg ul li#bg1 {
	background-image: url(../img/company/history/bg1.jpg);
}
#history-bg ul li#bg2 {
	background-image: url(../img/company/history/bg2.jpg);
}
#history-bg ul li#bg3 {
	background-image: url(../img/company/history/bg3.jpg);
}
#history-bg ul li#bg4 {
	background-image: url(../img/company/history/bg4.jpg);
}
#history-bg ul li#bg5 {
	background-image: url(../img/company/history/bg5.jpg);
}
#history-bg ul li#bg6 {
	background-image: url(../img/company/history/bg6.jpg);
}
#history-bg ul li#bg7 {
	background-image: url(../img/company/history/bg7.jpg);
}
#history-bg ul li#bg8 {
	background-image: url(../img/company/history/bg8.jpg);
}
#history-bg ul li#bg9 {
	background-image: url(../img/company/history/bg9.jpg);
}
#history-bg ul li#bg10 {
	background-image: url(../img/company/history/bg10.html);
}
#history-bg ul li#bg11 {
	background-image: url(../img/company/history/bg11.jpg);
}

/* history main
------------------------------------------------------------ */
#history-main {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 2;
}
#history-main #main-inner h1 {
	font-size: 5.2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
	text-align: center;
}
#history-main #main-inner h1:lang(en) {
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
#history-main #main-inner #catch {
	margin-top: 40px;
	font-size: 3rem;
	color: #fff;
	text-align: center;
}
#history-main #scroll {
	position: absolute;
    left: 50%;
	bottom: 110px;
    transform: translateX(-50%);
}
#history-main #scroll span {
	position: relative;
	display: block;
	padding-right: 80px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    transform: rotate(90deg);
}
#history-main #scroll span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 60px;
	height: 1px;
	background-color: #fff;
	animation: scroll 1s infinite;
}
@keyframes scroll {
	0% {
		right: 60px;
		width: 0;
	}
	50% {
		right: 0;
		width: 60px;
	}
	100% {
		right: 0;
		width: 0;
	}
}

/* history content
------------------------------------------------------------ */
#history-content {
	position: relative;
	margin-top: 110px;
	z-index: 2;
}
#history-content #lead {
	font-size: 2.2rem;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.2em;
	text-indent: -0.2em;
	text-align: center;
}
#history-content #lead:lang(en) {
	letter-spacing: 0.05em;
	text-indent: -0.05em;
}
#history-content #historys {
	display: flex;
	justify-content: space-between;
	width: 1040px;
	margin: 80px auto 0;
}
#history-content #historys #imazo {
	position: relative;
	width: 518px;
	padding: 15px;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background-color: #0aa951;
}
#history-content #historys #imazo::before {
	content: "IMAZO";
    position: absolute;
    top: 6px;
    left: -21px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8rem;
    color: #fff;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    transform: rotate(90deg);
    opacity: 0.5;
}
#history-content #historys #imazo::after {
	content: "";
	position: absolute;
	top: -25px;
	left: 10px;
	width: 1px;
	height: 140px;
	background-color: #fff;
	opacity: 0.5;
}
#history-content #historys #world {
	position: relative;
	width: 518px;
	padding: 15px;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background-color: #7d7d7d;
}
#history-content #historys #world::before {
	content: "WORLD";
    position: absolute;
    top: 6px;
    right: -29px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8rem;
    color: #fff;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    transform: rotate(90deg);
    opacity: 0.5;
}
#history-content #historys #world::after {
	content: "";
	position: absolute;
	top: -25px;
	right: 30px;
	width: 1px;
	height: 140px;
	background-color: #fff;
	opacity: 0.5;
}
#history-content #history-body {
	width: 1040px;
	margin: 60px auto 0;
}
#history-content #history-body dl {
	position: relative;
	opacity: 0;
	transition: all .3s ease-out;
}
#history-content #history-body dl.scroll-on {
	opacity: 1;
}
#history-content #history-body dl dt {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	margin-left: -30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    color: #fff;
    font-weight: normal;
	font-style: italic;
	text-align: center;
}
#history-content #history-body dl dd {
	display: flex;
	justify-content: space-between;
}
#history-content #history-body dl dd p {
	margin-bottom: 15px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
	text-align: center;
	line-height: 2;
}
#history-content #history-body dl dd p img {
	width: 320px;
	height: auto;
	margin-top: 5px;
}
#history-content #history-body dl dd .imazo {
	position: relative;
	width: 440px;
	margin-left: 40px;
	padding-right: 60px;
	box-sizing: border-box;
}
#history-content #history-body dl dd .imazo::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
}
#history-content #history-body dl dd .world {
	position: relative;
	width: 440px;
	margin-right: 40px;
	padding-left: 60px;
	box-sizing: border-box;
}
#history-content #history-body dl dd .world::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
}

/* content
------------------------------------------------------------ */
#content {
	position: relative;
	z-index: 2;
}
body[data-type="page"] #content {
	margin-top: 80px;
	margin-bottom: 140px;
}
body[data-type="page"] #content.mrg-t {
	margin-top: 300px;
}

/* ------- == page-list == ------- */
#content #page-list {
	width: 1200px;
	margin: 0 auto;
}
#content #page-list ul {
	display: flex;
	flex-wrap: wrap;
}
#content #page-list ul li {
	width: 376px;
	margin-left: 36px;
	margin-bottom: 55px;
}
#content #page-list ul li:nth-child(3n+1) {
	margin-left: 0;
}
#content #page-list ul li a span {
	position: relative;
	display: block;
	margin-top: 10px;
	padding-left: 28px;
	font-size: 2.4rem;
	line-height: 1.7;
	color: #000;
	transition: all .3s ease-out;
}
#content #page-list ul li a span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	text-align: center;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	transform:rotate(-45deg);
	box-sizing: border-box;
	transition: all .3s ease-out;
}
#content #page-list ul li a:hover span {
	color: #0aa951;
}
#content #page-list ul li a:hover span::before {
	border-right: 3px solid #0aa951;
	border-bottom: 3px solid #0aa951;
}

/* ------- == anchor-links == ------- */
#content #anchor-links {
	width: 1200px;
	margin: 0 auto;
}
#content #anchor-links .accordion-a {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
#content #anchor-links .accordion-a dt {
	position: relative;
	padding: 20px 40px;
	font-size: 3rem;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	background-color: #e5e5e5;
	transition: all .3s ease-out;
}
#content #anchor-links .accordion-a dt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 60px;
	display: block;
	width: 4px;
	height: 24px;
	margin-top: -12px;
	background-color: #000;
	transition: all .3s ease-out;
}
#content #anchor-links .accordion-a dt.open::before {
	height: 4px;
	margin-top: -2px;
}
#content #anchor-links .accordion-a dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	left: auto;
	bottom: auto;
	display: block;
	width: 24px;
	height: 4px;
	margin-top: -2px;
	margin-left: 0;
	border: none;
	background-color: #000;
	transition: all .3s ease-out;
}
#content #anchor-links .accordion-a dt:hover {
	color: #0aa951;
}
#content #anchor-links .accordion-a dt:hover::before,
#content #anchor-links .accordion-a dt:hover::after {
	background-color: #0aa951;
}
#content #anchor-links .accordion-a dd {
	display: none;
	padding: 25px 40px 15px;
}
#content #anchor-links .accordion-a dd ul {
	display: flex;
	flex-wrap: wrap;
}
#content #anchor-links .accordion-a dd ul li {
	width: 270px;
	margin-bottom: 15px;
}
#content #anchor-links .accordion-a dd ul li.width-w {
	width: 320px;
}
#content #anchor-links .accordion-a dd ul li:lang(en) {
	padding-left: 17px;
    text-indent: -17px;
    box-sizing: border-box;
}
#content #anchor-links .accordion-a dd ul li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	border-right: 2px solid #0aa951;
	border-bottom: 2px solid #0aa951;
	transform:rotate(-45deg);
}
#content #anchor-links .accordion-a dd ul li a {
	font-size: 1.6rem;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0);
}
#content #anchor-links .accordion-a dd ul li a:hover {
	border-bottom: 1px solid rgba(0,0,0,1);
}
#content #anchor-links .accordion-a dd .map-img {
	position: relative;
	margin-bottom: 40px;
}
#content #anchor-links .accordion-a dd .posi-left {
	display: flex;
}
#content #anchor-links .accordion-a dd .posi-left .map-img {
	width: 50%;
	padding-right: 80px;
	margin-bottom: 0;
	box-sizing: border-box;
}
#content #anchor-links .accordion-a dd .map-img ul li {
	position: absolute;
	width: auto;
}
#content #anchor-links .accordion-a dd .map-img ul li:lang(en) {
	padding-left: 0;
    text-indent: 0;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(1) {
	top: 268px;
	left: 320px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(2) {
	top: 62px;
    left: 497px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(2):lang(en) {
	top: 45px;
    left: 497px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(3) {
	top: 180px;
    left: 386px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(4) {
	top: 31px;
    left: 204px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(4):lang(en) {
	top: 31px;
    left: 130px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(5) {
	top: 10px;
    left: 277px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(6) {
	top: 126px;
    left: 340px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(6):lang(en) {
	top: 121px;
    left: 348px;
    width: 120px;
    line-height: 1.3;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(7) {
	top: 108px;
    left: 26px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(8) {
	top: 73px;
    left: 137px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(9) {
	top: 111px;
    left: 497px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(9):lang(en) {
	top: 105px;
    left: 497px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(10) {
	top: 226px;
    left: 26px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(11) {
	top: 86px;
    left: 497px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(11):lang(en) {
	top: 69px;
    left: 497px;
    width: 180px;
    line-height: 1.2;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(12) {
	top: 136px;
    left: 497px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(12):lang(en) {
	top: 128px;
    left: 497px;
    width: 180px;
    line-height: 1.2;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(13) {
	top: 203px;
    left: 386px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(14) {
	top: 31px;
    left: 405px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(14):lang(en) {
	top: 31px;
    left: 369px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(15) {
	top: 189px;
    left: 979px;
}
#content #anchor-links .accordion-a dd .map-img ul#map_world li:nth-child(1) {
	top: 214px;
	left: 92px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(16) {
	top: 213px;
    left: 979px;
	width: 170px;
	line-height: 1.4;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(17) {
	top: 236px;
    left: 800px;
	line-height: 1.4;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(18) {
	top: 291px;
	left: 320px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(19) {
	top: 314px;
	left: 320px;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(20) {
	top: 161px;
    left: 497px;
	line-height: 1.4;
}
#content #anchor-links .accordion-a dd .map-img ul li:nth-child(20):lang(en) {
	top: 166px;
    left: 497px;
	line-height: 1.2;
}
#content #anchor-links .accordion-a dd .map-img ul li:before {
	display: none;
}
#content #anchor-links .accordion-a dd .map-img ul li a {
	font-size: 1.4rem;
}
#content #anchor-links .anchor-link a {
	position: relative;
	display: block;
	padding: 20px 40px;
	font-size: 3rem;
	color: #000;
	font-weight: bold;
	background-color: #e5e5e5;
}
#content #anchor-links .anchor-link a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 56px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -10px;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	transform:rotate(45deg);
	box-sizing: border-box;
	transition: all .3s ease-out;
}
#content #anchor-links .anchor-link a:hover {
	color: #0aa951;
}
#content #anchor-links .anchor-link a:hover::before {
	border-right: 4px solid #0aa951;
	border-bottom: 4px solid #0aa951;
}

/* ------- == site-map == ------- */
#content #site-map {
	width: 1200px;
	margin: 0 auto;
}
#content #site-map .category {
	padding: 55px 0;
	border-bottom: 1px solid #dcdcdc;
}
#content #site-map .category:first-child {
	border-top: 1px solid #dcdcdc;
}
#content #site-map .category h2 a {
	font-size: 3rem;
	color: #000;
}
#content #site-map .category ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
#content #site-map .category ul li {
	width: 170px;
	margin-bottom: 10px;
	padding-left: 17px;
    text-indent: -17px;
    box-sizing: border-box;
}
#content #site-map .category ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
	border-right: 2px solid #0aa951;
	border-bottom: 2px solid #0aa951;
	transform:rotate(-45deg);
	box-sizing: border-box;
	transition: all .3s ease-out;
}
#content #site-map .category ul li a {
	font-size: 1.6rem;
	color: #000;
}

/* ------- == content-body == ------- */
#content #content-body {
	width: 1200px;
	margin: 0 auto;
}
#content #content-body a {
	color: #0aa951;
}
#content #content-body a:hover {
	color: #000;
}
#content #content-body p {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#content #content-body figure {
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#content #content-body figure figcaption {
	margin-top: 18px;
	margin-bottom: 0;
	font-size: 1.6rem;
}
#content #content-body ol {
	margin-top: 30px;
	padding-left: 2em;
}
#content #content-body ol li {
	list-style-type: decimal;
	font-size: 1.6rem;
	line-height: 1.5;
}
#content #content-body ul {
	margin-top: 30px;
	padding-left: 2em;
}
#content #content-body ul li {
	list-style-type: disc;
	font-size: 1.6rem;
	line-height: 1.5;
}
#content #content-body ul {
	margin-top: 30px;
	padding-left: 2em;
}
#content #content-body ul li {
	list-style-type: disc;
	font-size: 1.6rem;
	line-height: 1.5;
}
#content #content-body figure.wp-block-table table tbody {
	border-top: 1px solid #ececec;
}
#content #content-body figure.wp-block-table table tbody tr {
	border-bottom: 1px solid #ececec;
}
#content #content-body figure.wp-block-table table tbody td {
	padding: 15px 0;
	font-size: 1.6rem;
	vertical-align: top;
}
#content #content-body figure.wp-block-table.table-officer table tbody td:first-child {
	width: 300px;
	color: #0aa951;
}
#content #content-body figure.wp-block-gallery {
	display: block;
}
#content #content-body figure .blocks-gallery-grid {
	width: 100% !important;
	max-width: 640px;
	margin: 0 auto;
}
#content #content-body figure .blocks-gallery-grid figure {
	margin-top: 0;
}
#content #content-body figure .blocks-gallery-grid figure img {
	width: 100% !important;
	max-width: 640px;
}
.bx-pager {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.bx-pager-item {
	display: inline-block;
	margin: 0 5px;
}
.bx-pager-item a {
	display: block;
	width: 12px;
	height: 12px;
	color: #a4a4a4;
	text-align: left;
	text-indent: -9999px;
	border-radius: 6px;
	background-color: #c9c9c9;
	overflow: hidden;
}
.bx-pager-item a.active {
	background-color: #0aa951;
}
#content #content-body h2 {
	position: relative;
	margin-top: 100px;
	padding-bottom: 18px;
	font-size: 3rem;
	color: #000;
	border-bottom: 1px solid #dcdcdc;
}
#content #content-body h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 120px;
	height: 4px;
	background-color: #0aa951;
}
#content #content-body h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 120px;
	height: 4px;
	background-color: #0aa951;
}
#content #content-body h2 + p,
#content #content-body h2 + figure {
	margin-top: 50px;
}
#content #content-body h3 {
	margin-top: 80px;
	padding: 15px 35px 15px 75px;
	text-indent: -40px;
	font-size: 2.6rem;
	color: #000;
	background-color: #eee;
}
#content #content-body h3::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 19px;
	margin-right: 28px;
	background-color: #000;
	transform: skewX(-45deg);
}
#content #content-body h3 + p,
#content #content-body h3 + figure {
	margin-top: 40px;
}
#content #content-body h4 {
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
}
#content #content-body .ttl-a {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 80px;
	background-color: #eee;
	overflow: hidden;
}
#content #content-body .ttl-a h3 {
	flex: 1;
	margin-top: 0;
}
#content #content-body .ttl-a p.lead {
	width: 700px;
	margin-top: 0;
}
#content #content-body .ttl-a p.lead::before {
	content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    width: 700px;
    height: 120px;
    margin-top: -60px;
    margin-right: 28px;
    background-color: #dde9d0;
    transform: skewX(-45deg);
    transform-origin: bottom left;
    z-index: 1;
}
#content #content-body .ttl-a p.lead span {
	position: relative;
	display: block;
	padding: 15px 35px 15px 85px;
	font-size: 1.8rem;
	color: #545454;
	font-style: italic;
	text-align: right;
	z-index: 2;
}
#content #content-body .base-body {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#content #content-body .base-body .base-img {
	width: 520px;
}
#content #content-body .base-body .base-info {
	width: 647px;
}
#content #content-body .base-body .base-info table tbody {
	border-top: 1px solid #ececec;
}
#content #content-body .base-body .base-info table tbody tr {
	border-bottom: 1px solid #ececec;
}
#content #content-body .base-body .base-info table tbody th {
	width: 154px;
	padding: 15px 0;
	font-size: 1.6rem;
	vertical-align: top;
}
#content #content-body .base-body .base-info table tbody td {
	width: 590px;
	padding: 15px 0;
	font-size: 1.6rem;
	vertical-align: top;
}
#content #content-body .base-body .base-info table tbody td .btn-a {
	margin-top: 1em;
}
#content #content-body .base-body .btn-a {
	display: inline-block;
	width: 173px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #0aa951;
	border-radius: 4px;
}
#content #content-body .base-body .btn-a:hover {
	background-color: #dde9d0;
}
#content #content-body .text-c {
	text-align: center;
}

/* ---- contact ---- */
#content #content-body table#contact {
	margin-top: 60px;
}
#content #content-body table#contact tbody {
	border-top: 1px solid #ececec;
}
#content #content-body table#contact tbody tr {
	border-bottom: 1px solid #ececec;
}
#content #content-body table#contact tbody th {
	width: 280px;
	padding: 25px 0;
	font-size: 1.6rem;
	vertical-align: top;
}
#content #content-body table#contact tbody th span {
	display: inline-block;
	margin-left: 20px;
	padding: 1px 10px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	background-color: #e60012;
	border-radius: 4px;
}
#content #content-body table#contact tbody td {
	width: 920px;
	padding: 25px 0;
	font-size: 1.6rem;
	vertical-align: top;
}
#content #content-body table#contact tbody td span.come {
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
}
#content #content-body table#contact tbody td .email {
	margin-top: 25px;
}
#content #content-body table#contact tbody td input {
	width: 320px;
	margin-right: 20px;
	padding: 10px 20px;
	font-size: 1.6rem;
	color: #878787;
	background-color: #e8e8e8;
	border: none;
	outline: none;
	box-sizing: border-box;
}
#content #content-body table#contact tbody td.input-100 input {
	width: 660px;
}
#content #content-body table#contact tbody td select {
	padding: 7px 20px;
	font-size: 1.6rem;
	color: #878787;
	background-color: #e8e8e8;
	border: none;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
	text-overflow: ellipsis;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#content #content-body table#contact tbody td textarea {
	width: 100%;
	margin-right: 20px;
	padding: 10px 20px;
	font-size: 1.6rem;
	color: #878787;
	background-color: #e8e8e8;
	border: none;
	outline: none;
	box-sizing: border-box;
}
#content #content-body table#contact tbody td .wpcf7-form-control-wrap.acceptance-573 {
	display: block;
	width: 0;
	height: 0;
}
#content #content-body table#contact tbody td input[type="checkbox"] {
	display: none;
}
#content #content-body table#contact tbody td label[for="check"] {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding: 10px 50px 10px 95px;
	font-size: 1.6rem;
	cursor: pointer;
	background-color: #e8e8e8;
}
#content #content-body table#contact tbody td label[for="check"]::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50px;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border: 2px solid #000;
	box-sizing: border-box;
}
#content #content-body table#contact tbody td label[for="check"].btn-on::after {
	content: "";
    position: absolute;
    top: 50%;
    left: 56px;
    display: block;
    width: 18px;
    height: 8px;
    margin-top: -6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#content #content-body table#contact tbody td a {
	color: #000;
	border-bottom: 1px solid #000;
}
#content #content-body table#contact tbody td span.blank {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin-left: 10px;
	background: url(../img/icon_blank2.png) no-repeat center;
	background-size: contain;
}
#content #content-body table#contact tbody td a:hover {
	color: #0aa951;
	border-bottom: 1px solid #0aa951;
}
#content #content-body ul.form-btn {
	display: flex;
	justify-content: center;
	padding-left: 0;
}
#content #content-body ul.form-btn li {
	position: relative;
	width: 400px;
	margin: 0 30px;
	list-style-type: none;
}
#content #content-body ul.form-btn li input {
	width: 100%;
	margin-right: 20px;
	padding: 18px 20px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	background-color: #fff;
	border: 2px solid #000;
	outline: none;
	box-sizing: border-box;
	z-index: 1;
}
#content #content-body ul.form-btn li::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -17px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
    box-sizing: border-box;
    z-index: 2;
}
#content #content-body ul.form-btn li.submit input[type="submit"]:disabled {
	color: #fff;
	background-color: #e8e8e8;
	border: 2px solid #e8e8e8;
	cursor: no-drop;
	transition: all .3s ease-out;
}
#content #content-body ul.form-btn li.submit input[type="submit"] {
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
}
#content #content-body ul.form-btn li::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -17px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
    box-sizing: border-box;
    z-index: 2;
}
#content #content-body ul.form-btn li.submit::before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
div.wpcf7-response-output {
	font-size: 1.6rem;
    text-align: center;
    padding: 10px !important;
}

/* ---- news ---- */
#content #content-body #news-list {
	border-top: 1px solid #ececec;
}
#content #content-body #news-list li {
	padding: 25px 0;
	list-style-type: none;
	border-bottom: 1px solid #ececec;
}
#content #content-body #news-list li time {
	display: inline-block;
	width: 157px;
	font-size: 1.6rem;
}
#content #content-body #news-list li a {
	font-size: 1.6rem;
	color: #000;
	border-bottom: 1px solid #000;
}
#content #content-body #news-list li a:hover {
	color: #0aa951;
	border-bottom: 1px solid #0aa951;
}

/* ------- == search-list == ------- */
#content #content-body #search-list {
	border-top: 1px solid #ececec;
}
#content #content-body #search-list article {
	padding: 40px 0;
	border-bottom: 1px solid #ececec;
}
#content #content-body #search-list article h2 {
	position: relative;
    margin-top: 0;
    padding-bottom: 0;
	font-size: 1.8rem;
    color: #000;
    border-bottom: none;
}
#content #content-body #search-list article h2::before {
	display: none;
}
#content #content-body #search-list article h2 a {
	padding-bottom: 5px;
	font-size: 1.8rem;
    color: #000;
	border-bottom: 1px solid #000;
}
#content #content-body #search-list article h2 a:hover {
    color: #0aa951;
	border-bottom: 1px solid #0aa951;
}
#content #content-body #search-list article .content {
	margin-top: 25px;
	color: #747474;
}
#content #content-body #search-list article .url {
	margin-top: 10px;
}
#content #content-body #search-list article .url a {
	font-size: 1.4rem;
	color: #0aa951;
}
#content #content-body #search-list article .url a:hover {
	color: #000;
}
#content #content-body #search-list article .time {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #747474;
}

/* ------- == ship-chart == ------- */
#content #ship-chart {
	width: 1200px;
    margin: 0 auto;
}
#content #ship-chart h3 {
	position: relative;
	margin-top: 100px;
	padding-bottom: 18px;
	font-size: 3rem;
	color: #000;
	border-bottom: 1px solid #dcdcdc;
}
#content #ship-chart h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 120px;
	height: 4px;
	background-color: #0aa951;
}
#content #ship-chart ul {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#content #ship-chart ul li {
	width: 350px;
	margin: 0 90px;
}
#content #ship-chart ul li h4 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#content #ship-chart ul li p {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}
#content #ship-chart ul li span {
	margin-right: 15px;
}
#content #ship-chart ul li p .imazo::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-bottom: -2px;
	background-color: #0aa951;
}
#content #ship-chart ul li p .jp::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-bottom: -2px;
	background-color: #fcd475;
}
#content #ship-chart p {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 1.4rem;
	text-align: center;
}

/* page top
------------------------------------------------------------ */
#page_top {
	position: fixed;
	right: 20px;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 9998;
	transition: all .3s ease-out;
}
#page_top.page_top-on {
	opacity: 1;
	visibility: visible;
}
#page_top a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #666;
}
#page_top a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-bottom: -12px;
	text-align: center;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform:rotate(-45deg);
	box-sizing: border-box;
	transition: all .3s ease-out;
}
#page_top a:hover::before {
	border-top: 5px solid #0aa951;
	border-right: 5px solid #0aa951;
}

/* footer
------------------------------------------------------------ */
footer {
	position: relative;
	z-index: 3;
}

/* ------- == foot-bnr == ------- */
footer #foot-bnr {
	padding: 60px;
	background-color: #dbdbdb;
}
footer #foot-bnr ul {
	display: flex;
	justify-content: center;
}
footer #foot-bnr ul li {
	width: 320px;
	margin: 0 25px;
}

/* ------- == footer-inner == ------- */
footer #footer-inner {
	padding: 60px 40px;
	background-color: #000;
}
footer #footer-inner #foot-logo {
	width: 244px;
}
footer #footer-inner #foot-logo:lang(en) {
	width: 360px;
}
footer #footer-inner #foot-link {
	margin-top: 55px;
	display: flex;
}
footer #footer-inner #foot-link li {
	position: relative;
	margin-right: 35px;
	padding-left: 14px;
}
footer #footer-inner #foot-link li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	text-align: center;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform:rotate(-45deg);
}
footer #footer-inner #foot-link li a {
	font-size: 1.4rem;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0);
}
footer #footer-inner #foot-link li a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
}
footer #footer-inner #copy {
	margin-top: 30px;
	font-size: 1.4rem;
	color: #fff;
}

/* no-lang-en
------------------------------------------------------------ */
.no-lang-en:lang(en) {
	display: none !important;
}

@media print {

	/* wrapper
	------------------------------------------------------------ */
	#wrapper {
		min-width: 1280px;
	}

}

@media only screen and (min-width:769px) {

	/* wrapper
	------------------------------------------------------------ */
	#wrapper {
		min-width: 1280px;
	}

	/* device-sp
	------------------------------------------------------------ */
	.device-sp {
		display: none !important;
	}

}

@media only screen and (max-width:768px) {

	/* header
	------------------------------------------------------------ */
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	header #header-inner {
		padding: 0 0 0 15px;
		background-color: rgba(255,255,255,0);
	}
	header.head-hover #header-inner,
	header.head-bg #header-inner,
	body[data-type="page"] header #header-inner {
		background-color: rgba(255,255,255,1);
	}
	header #header-inner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 50px;
		background-color: rgba(255,255,255,0);
		z-index: 2;
		transition: all 0.5s ease;
	}
	body.nav-open header #header-inner::before {
		background-color: rgba(255,255,255,1);
	}
	header #header-inner #logo {
		width: 155px;
		z-index: 3;
	}
	header #header-inner #logo:lang(en) {
		width: auto;
		max-width: 300px;
		padding-right: 10px;
	}
	header #header-inner #nav-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 9999;
		background-color: #fff;
		box-sizing: border-box;
		z-index: 3;
	}
	header #header-inner #nav-btn #btn-inner {
		position: relative;
		display: block;
		width: 30px;
		height: 20px;
	}
	header #header-inner #nav-btn #btn-inner span {
		position: absolute;
		display: block;
		width: 30px;
		height: 2px;
		background-color: #000;
		transition: all 0.5s ease;
	}
	header #header-inner #nav-btn #btn-inner span:nth-child(1) {
		top: 0;
	}
	header #header-inner #nav-btn #btn-inner span:nth-child(2) {
		top: 9px;
	}
	header #header-inner #nav-btn #btn-inner span:nth-child(3) {
		bottom: 0;
	}
	body.nav-open header #header-inner #nav-btn #btn-inner span:nth-child(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	body.nav-open header #header-inner #nav-btn #btn-inner span:nth-child(2) {
		opacity: 0;
	}
	body.nav-open header #header-inner #nav-btn #btn-inner span:nth-child(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	header #header-inner #header-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		overflow-y: scroll;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.5s;
	}
	body.nav-open header #header-inner #header-menu {
		opacity: 1;
		visibility: visible;
	}
	header #header-inner #header-menu #search {
		width: 100%;
		margin-top: 50px;
		padding: 17px 19px;
		border-bottom-width: 0;
		background-color: #e5e5e5;
		box-sizing: border-box;
		visibility: hidden;
	}
	header #header-inner #header-menu #search:lang(en) {
		border-bottom: 1px solid #e5e5e5;
	}
	body.nav-open header #header-inner #header-menu #search {
		visibility: visible;
	}
	header #header-inner #header-menu #search span {
		display: none;
	}
	header #header-inner #header-menu #search .search-box {
		width: 100%;
	}
	header #header-inner #header-menu #search .search-box form {
		display: flex;
	}
	header #header-inner #header-menu #search .search-box input.searchField {
		width: 100%;
		margin-right: 10px;
		padding: 10px;
		color: #000;
		background: #fff;
	}
	header #header-inner #header-menu #search .search-box input.searchField:placeholder-shown {
		color: #000;
		transition: all 0.3s ease;
	}
	header #header-inner #header-menu #search .search-box input.searchField::-webkit-input-placeholder {
		color: #000;
		transition: all 0.3s ease;
	}
	header #header-inner #header-menu #search .search-box input.searchField:-moz-placeholder {
		color: #000;
		transition: all 0.3s ease;
	}
	header #header-inner #header-menu #search .search-box input.searchField::-moz-placeholder {
		color: #000;
		transition: all 0.3s ease;
	}
	header #header-inner #header-menu #search .search-box input.searchField:-ms-input-placeholder {
		color: #000;
		transition: all 0.3s ease;
	}
	header #header-inner #header-menu #search .search-box input.searchField:focus:placeholder-shown {
		color: transparent;
	}
	header #header-inner #header-menu #search .search-box input.searchField:focus::-webkit-input-placeholder {
		color: transparent;
	}
	header #header-inner #header-menu #search .search-box input.searchField:focus:-moz-placeholder {
		color: transparent;
	}
	header #header-inner #header-menu #search .search-box input.searchField:focus::-moz-placeholder {
		color: transparent;
	}
	header #header-inner #header-menu #search .search-box input.searchField:focus:-ms-input-placeholder {
		color: transparent;
	}
	header #header-inner #header-menu #search .search-box button.searchsubmit {
		display: inline;
		padding: 0;
		background: none;
		border: none;
		outline: none;
	}
	header #header-inner #header-menu #search .search-box button.searchsubmit::before {
		content: "";
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-bottom: -2px;
		background-image: url(../img/icon_search_b.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	header #header-inner #header-menu #sub-menu {
		display: block;
	}
	header #header-inner #header-menu #sub-menu .lang {
		display: none;
	}
	header #header-inner #header-menu nav {
		margin-top: 0;
	}
	header #header-inner #header-menu nav > ul {
		display: block;
	}
	header #header-inner #header-menu nav > ul > li {
		margin-left: 0;
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	header #header-inner #header-menu nav > ul > li a {
		display: block;
		padding: 20px;
		font-size: 1.8rem;
		color: #000;
	}
	header #header-inner #header-menu nav > ul > li.hover-on > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 24px;
		display: block;
		width: 2px;
		height: 18px;
		margin-top: -9px;
		background-color: #959595;
	}
	header #header-inner #header-menu nav > ul > li.hover-on > a.open::before {
		height: 2px;
		margin-top: -1px;
	}
	header #header-inner #header-menu nav > ul > li.hover-on > a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		left: auto;
		bottom: auto;
		display: block;
		width: 18px;
		height: 2px;
		margin-top: -1px;
		margin-left: 0;
		border: none;
		background-color: #959595;
		opacity: 1;
	}
	header #header-inner #header-menu nav > ul > li.hover-on .sub-nav {
		position: static;
		display: none;
		width: 100%;
		background-color: #fff;
		opacity: 1;
		visibility: hidden;
		z-index: 1;
		transition: none;
	}
	body.nav-open header #header-inner #header-menu nav > ul > li.hover-on .sub-nav {
		visibility: visible;
	}
	header #header-inner #header-menu nav > ul > li.hover-on .sub-nav .nav-img {
		display: none;
	}
	header #header-inner #header-menu nav > ul > li.hover-on .sub-nav > ul {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	header #header-inner #header-menu nav > ul > li.hover-on .sub-nav > ul > li {
		width: 100%;
		margin: 0;
		padding-left: 0;
		box-sizing: border-box;
		background: none;
		border-top: 1px solid #e5e5e5;
	}
	header #header-inner #header-menu nav > ul > li.hover-on .sub-nav > ul li a {
		padding: 15px 20px 15px 35px;
		font-size: 1.6rem;
		font-weight: normal;
	}
	header #header-inner #header-menu > .lang {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
	header #header-inner #header-menu > .lang li {
		width: 50%;
		margin: 0 5px;
	}
	header #header-inner #header-menu > .lang li a {
		display: block;
		width: 100%;
		padding: 8px;
		font-size: 1.5rem;
		font-weight: bold;
		color: #000;
		text-align: center;
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
	}
	header #header-inner #header-menu > .lang li.lang-active a {
		background-color: #e5e5e5;
	}
	
	/* style
	------------------------------------------------------------ */
	.more-btn-a a {
		padding: 5px 80px;
		font-size: 2rem;
		color: #000;
	}
	.more-btn-a a:lang(en) {
		letter-spacing: 0.05em;
		text-indent: -0.05em;
	}
	.more-btn-a a::before {
		left: 15px;
		width: 9px;
		height: 9px;
		margin-top: -6px;
	}
	.more-btn-a a span {
		font-size: 1rem;
	}
	.more-btn-a a span:lang(en) {
		letter-spacing: 0.15em;
		text-indent: -0.15em;
	}

	/* page ttl
	------------------------------------------------------------ */
	#page-ttl {
		margin-top: 50px;
	}
	#page-ttl #ttl-green {
		height: 180px;
	}
	#page-ttl .ttl-inner {
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		transform: skewY(15deg);
		transform-origin: top left;
		overflow: hidden;
	}
	#page-ttl #ttl-white .ttl-inner {
		transform: skewY(0deg);
		transform-origin: top left;
		background: none;
	}
	#page-ttl .ttl-inner #breadcrumbs {
		display: none;
	}
	#page-ttl .ttl-inner h1 {
		width: auto;
		margin: 60px 20px 0;
		font-size: 2.6rem;
	}
	#page-ttl .ttl-inner h1::before {
		width: 10px;
		height: 15px;
		margin-left: 9px;
		margin-right: 16px;
		margin-bottom: 2px;
	}
	#page-ttl .ttl-inner h2 {
		width: auto;
		margin: 50px 20px 0;
		font-size: 2.2rem;
	}
	#page-ttl .ttl-inner p {
		width: auto;
		margin: 15px 20px 0;
		font-size: 1.4rem;
	}

	#page-ttl #back_number {
		position: absolute;
		top: 150px;
		left: 20px;
	}
	#page-ttl #back_number p {
		padding: 10px 0;
		font-size: 1.4rem;
		color: #000;
	}
	#page-ttl #back_number #year-list #select-year {
		width: 200px;
		padding: 10px 20px;
		font-size: 1.4rem;
	}
	#page-ttl #back_number #year-list #select-year::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		width: 10px;
		height: 10px;
		margin-top: -9px;
		border-right: 3px solid #000;
		border-bottom: 3px solid #000;
		transform:rotate(45deg);
		box-sizing: border-box;
	}
	#page-ttl #back_number #year-list {
		position: relative;
	}
	#page-ttl #back_number #year-list ul {
		position: absolute;
		display: none;
		height: 240px;
		overflow-y: scroll;
		top: 50px;
		right: 0;
	}
	#page-ttl #back_number #year-list ul li a {
		width: 200px;
		padding: 10px 20px;
		font-size: 1.4rem;
	}

	/* page ttl a
	------------------------------------------------------------ */
	#page-ttl-a {
		margin-top: 50px;
	}
	#page-ttl-a #breadcrumbs {
		display: none;
	}
	#page-ttl-a #ttl-inner {
		padding: 50px 0;
	}
	body[data-page="company"] #page-ttl-a #ttl-inner {
		background-image: url(../img/company/company_ttl_bg2_sp.jpg);
	}
	body[data-page="ship"] #page-ttl-a #ttl-inner {
		background-image: url(../img/ship/ship_ttl_bg2_sp.jpg);
	}
	body[data-page="csr"] #page-ttl-a #ttl-inner {
		background-image: url(../img/csr/csr_ttl_bg2_sp.jpg);
	}
	body[data-page="news"] #page-ttl-a #ttl-inner {
		background-image: url(../img/news/news_ttl_bg2_sp.jpg);
	}
	#page-ttl-a #ttl-inner #ttl {
		width: auto;
		margin: 0 20px;
		font-size: 2.6rem;
	}
	#page-ttl-a #ttl-inner #ttl::before {
		width: 10px;
		height: 14px;
		margin-left: 10px;
		margin-right: 20px;
		margin-bottom: 2px;
	}

	/* page ttl b
	------------------------------------------------------------ */
	#page-ttl-b {
		margin-top: 50px;
	}
	#page-ttl-b #breadcrumbs {
		display: none;
	}
	#page-ttl-b #ttl-inner {
		padding: 50px 0;
	}
	#page-ttl-b #ttl-inner h1 {
		width: auto;
		margin: 0 20px;
		font-size: 2.6rem;
	}
	#page-ttl-b #ttl-inner h1::before {
		width: 10px;
		height: 14px;
		margin-left: 10px;
		margin-right: 20px;
		margin-bottom: 2px;
	}

	/* news ttl
	------------------------------------------------------------ */
	#news-ttl {
		width: auto;
		margin: 20px 20px 0;
		padding: 12px 15px;
	}
	#news-ttl h1 {
		padding-left: 28px;
		text-indent: -28px;
		font-size: 1.7rem;
	}
	#news-ttl h1::before {
		width: 6px;
		height: 9px;
		margin-right: 21px;
		margin-bottom: 1px;
	}
	#news-ttl time {
		margin-left: 28px;
		font-size: 1.2rem;
		color: #747474;
	}

	/* search form
	------------------------------------------------------------ */
	.search-form {
		width: auto;
		margin: 20px 20px 0;
		padding: 10px 15px;
	}
	.search-form.marg-foot {
		margin: 50px 20px 100px;
	}
	.search-form.marg-foot .searchform {
		display: flex;
	}
	.search-form input.searchField {
		width: 66%;
		padding: 5px 10px;
		font-size: 1.7rem;
		box-sizing: border-box;
	}
	.search-form button.searchsubmit {
		display: inline-block;
		width: 33%;
		margin-left: 0;
		padding: 2px 5px;
		box-sizing: border-box;
	}
	.search-form button.searchsubmit::before {
		width: 14px;
		height: 14px;
		margin-bottom: 0;
		margin-right: 5px;
	}
	.search-form button.searchsubmit::after {
		font-size: 1.7rem;
	}
	
	/* search result
	------------------------------------------------------------ */
	.search-result {
		width: auto;
		margin: 15px 20px 0;
	}
	.search-result p {
		font-size: 1.4rem;
	}

	/* search pagination
	------------------------------------------------------------ */
	#pagination-area #transition-btn {
		padding: 0 20px;
	}
	#pagination-area #transition-btn a {
		width: 100%;
		max-width: 250px;
		height: 40px;
		font-size: 1.6rem;
	}
	#pagination-area #transition-btn a i {
		top: 50%;
		width: 9px;
		height: 9px;
		margin-top: -4px;
	}
	#pagination-area #transition-btn a i.prev-icon {
		left: 10px;
	}
	#pagination-area #transition-btn a i.next-icon {
		right: 10px;
	}
	#pagination-area #transition-btn a:hover i.prev-icon,
	#pagination-area #transition-btn a:hover i.next-icon {
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}
	#pagination-area .pagination {
		margin-top: 20px;
	}
	#pagination-area .pagination a {
		width: 30px;
		height: 30px;
		font-size: 1.3rem;
	}
	#pagination-area .pagination span {
		width: 30px;
		height: 30px;
		font-size: 1.3rem;
	}
	#pagination-area .pagination a.next::before,
	#pagination-area .pagination a.prev::before {
		width: 6px;
		height: 6px;
	}

	/* history bg
	------------------------------------------------------------ */
	#history-bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #201313;
		z-index: 1;
	}
	#history-bg::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #201313;
		opacity: 0.8;
		z-index: 2;
	}
	#history-bg ul li {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		opacity: 1;
		transition: all .3s ease-out;
	}
	#history-bg ul li.img-off {
		opacity: 0;
	}
	#history-bg ul li#bg1 {
		background-image: url(../img/company/history/bg1.jpg);
	}
	#history-bg ul li#bg2 {
		background-image: url(../img/company/history/bg2.jpg);
	}
	#history-bg ul li#bg3 {
		background-image: url(../img/company/history/bg3.jpg);
	}
	#history-bg ul li#bg4 {
		background-image: url(../img/company/history/bg4.jpg);
	}
	#history-bg ul li#bg5 {
		background-image: url(../img/company/history/bg5.jpg);
	}
	#history-bg ul li#bg6 {
		background-image: url(../img/company/history/bg6.jpg);
	}
	#history-bg ul li#bg7 {
		background-image: url(../img/company/history/bg7.jpg);
	}
	#history-bg ul li#bg8 {
		background-image: url(../img/company/history/bg8.jpg);
	}
	#history-bg ul li#bg9 {
		background-image: url(../img/company/history/bg9.jpg);
	}
	#history-bg ul li#bg10 {
		background-image: url(../img/company/history/bg10.html);
	}
	#history-bg ul li#bg11 {
		background-image: url(../img/company/history/bg11.jpg);
	}
	
	/* history main
	------------------------------------------------------------ */
	#history-main #main-inner h1 {
		font-size: 2.6rem;
	}
	#history-main #main-inner #catch {
		margin-top: 25px;
		font-size: 1.5rem;
	}
	
	/* history content
	------------------------------------------------------------ */
	#history-content {
		margin-top: 60px;
	}
	#history-content #lead {
		font-size: 1.4rem;
		margin-left: 20px;
		margin-right: 20px;
	}
	#history-content #historys {
		width: auto;
		margin: 60px 20px 0;
	}
	#history-content #historys #imazo {
		width: 50%;
		padding: 10px;
		font-size: 1.6rem;
		opacity: 0.8;
	}
	#history-content #historys #imazo.active {
		opacity: 1;
	}
	#history-content #historys #imazo::before {
		display: none;
	}
	#history-content #historys #imazo::after {
		display: none;
	}
	#history-content #historys #imazo.active::after {
		content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    top: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0aa951 transparent transparent transparent;
    background: none;
    opacity: 1;
    transition: all .3s ease-out;
	}
	#history-content #historys #world {
		width: 50%;
		padding: 10px;
		font-size: 1.6rem;
		background-color: #0aa951;
		opacity: 0.8;
	}
	#history-content #historys #world.active {
		opacity: 1;
	}
	#history-content #historys #world::before {
		display: none;
	}
	#history-content #historys #world::after {
		display: none;
	}
	#history-content #historys #world.active::after {
		content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    top: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0aa951 transparent transparent transparent;
    background: none;
    opacity: 1;
    transition: all .3s ease-out;
	}
	#history-content #history-body {
		width: auto;
		margin: 60px 20px 0;
	}
	#history-content #history-body dl {
		position: relative;
		display: flex;
	}
	#history-content #history-body dl dt {
		position: relative;
		top: 0;
		left: 0;
		width: 40px;
		margin-left: 0;
		font-size: 1.4rem;
	}
	#history-content #history-body dl dd {
		display: block;
		flex: 1;
	}
	#history-content #history-body dl dd p {
		font-size: 1.4rem;
		text-align: left;
	}
	#history-content #history-body dl dd p img {
		width: 100%;
		max-width: 320px;
	}
	#history-content #history-body dl dd .imazo {
		position: relative;
		width: auto;
		margin-left: 15px;
		padding-left: 65px;
		padding-right: 0;
	}
	#history-content #history-body dl dd .imazo::before {
		top: 16px;
		left: 0;
	}
	#history-content #history-body dl dd .world {
		position: relative;
		width: auto;
		margin-right: 0;
		margin-left: 15px;
		padding-left: 65px;
	}
	#history-content #history-body dl dd .world::before {
		top: 16px;
		left: 0;
	}
	
	/* content
	------------------------------------------------------------ */
	body[data-type="page"] #content {
		margin-top: 40px;
		margin-bottom: 70px;
	}
	body[data-type="page"] #content.mrg-t {
		margin-top: 150px;
	}
	
	/* ------- == page-list == ------- */
	#content #page-list {
		width: auto;
		margin: 0 20px;
	}
	#content #page-list ul li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 25px;
	}
	#content #page-list ul li:nth-child(3n+1) {
		margin-left: 4%;
	}
	#content #page-list ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	#content #page-list ul li a span {
		margin-top: 5px;
		padding-left: 12px;
		font-size: 1.4rem;
	}
	#content #page-list ul li a span::before {
		width: 5px;
		height: 5px;
		margin-top: -2px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
	}
	#content #page-list ul li a:hover span {
		color: #0aa951;
	}
	#content #page-list ul li a:hover span::before {
		border-right: 3px solid #0aa951;
		border-bottom: 3px solid #0aa951;
	}

	/* ------- == anchor-links == ------- */
	#content #anchor-links {
		width: auto;
		margin: 0 20px;
	}
	#content #anchor-links .accordion-a {
		margin-bottom: 15px;
	}
	#content #anchor-links .accordion-a dt {
		padding: 15px;
		font-size: 1.7rem;
	}
	#content #anchor-links .accordion-a dt::before {
		right: 20px;
		width: 2px;
		height: 12px;
		margin-top: -6px;
	}
	#content #anchor-links .accordion-a dt.open::before {
		height: 2px;
		margin-top: -1px;
	}
	#content #anchor-links .accordion-a dt::after {
		right: 15px;
		width: 12px;
		height: 2px;
		margin-top: -1px;
	}
	#content #anchor-links .accordion-a dd {
		display: none;
		padding: 0;
	}
	#content #anchor-links .accordion-a dd ul {
		display: block;
	}
	#content #anchor-links .accordion-a dd ul li {
		display: block;
		width: auto;
		margin-bottom: 0;
		padding: 15px;
		border-top: 1px solid #e5e5e5;
	}
	#content #anchor-links .accordion-a dd ul li.width-w {
		width: auto;
	}
	#content #anchor-links .accordion-a dd ul li:lang(en) {
		padding: 15px 15px 15px 31px;
		text-indent: -17px;
		box-sizing: border-box;
	}
	#content #anchor-links .accordion-a dd ul li a:hover {
		border-bottom: 1px solid rgba(0,0,0,0);
	}
	#content #anchor-links .accordion-a dd .map-img {
		margin-bottom: 0;
	}
	#content #anchor-links .accordion-a dd .posi-left {
		display: block;
	}
	#content #anchor-links .accordion-a dd .posi-left .map-img {
		width: 100%;
		padding-right: 0;
	}
	#content #anchor-links .accordion-a dd .map-img ul {
		display: none;
	}
	#content #anchor-links .anchor-link a {
		padding: 15px;
		font-size: 1.7rem;
	}
	#content #anchor-links .anchor-link a::before {
		right: 18px;
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
	}
	#content #anchor-links .anchor-link a:hover::before {
		border-right: 2px solid #0aa951;
		border-bottom: 2px solid #0aa951;
	}

	/* ------- == site-map == ------- */
	#content #site-map {
		width: auto;
		margin: 0 20px;
	}
	#content #site-map .category {
		padding: 30px 0;
	}
	#content #site-map .category:first-child {
		border-top: 1px solid #dcdcdc;
	}
	#content #site-map .category h2 a {
		font-size: 1.8rem;
	}
	#content #site-map .category ul {
		margin-top: 20px;
	}
	#content #site-map .category ul li {
		width: 140px;
		padding-left: 13px;
		text-indent: -13px;
	}
	#content #site-map .category ul li::before {
		margin-right: 5px;
		margin-bottom: 1px;
	}
	#content #site-map .category ul li a {
		font-size: 1.2rem;
	}
	
	/* ------- == content-body == ------- */
	#content #content-body {
		width: auto;
		margin: 0 20px;
	}
	#content #content-body p {
		margin-top: 25px;
		font-size: 1.4rem;
	}
	#content #content-body figure {
		margin-top: 25px;
		text-align: center;
	}
	#content #content-body figure img {
		height: auto;
	}
	#content #content-body ol {
		margin-top: 25px;
	}
	#content #content-body ol li {
		font-size: 1.4rem;
	}
	#content #content-body ul {
		margin-top: 25px;
	}
	#content #content-body ul li {
		font-size: 1.4rem;
	}
	#content #content-body figure.wp-block-table table tbody td {
		padding: 5px 0;
		font-size: 1.2rem;
	}
	#content #content-body figure.wp-block-table.table-officer table tbody td:first-child {
		width: 130px;
	}
	#content #content-body figure.wp-block-table.table-officer table tbody td:nth-child(2) {
		width: 70px;
	}
	#content #content-body figure .blocks-gallery-grid figure {
		margin-top: 0;
	}
	#content #content-body h2 {
		position: relative;
		margin-top: 45px;
		padding-bottom: 15px;
		font-size: 1.8rem;
	}
	#content #content-body h2::before {
		width: 67px;
		height: 3px;
	}
	#content #content-body h2 + p,
	#content #content-body h2 + figure {
		margin-top: 50px;
	}
	#content #content-body h3 {
		margin-top: 40px;
		padding: 12px 15px 12px 35px;
		text-indent: -20px;
		font-size: 1.7rem;
	}
	#content #content-body h3::before {
		width: 6px;
		height: 9px;
		margin-right: 13px;
		margin-bottom: 1px;
	}
	#content #content-body h3 + p,
	#content #content-body h3 + figure {
		margin-top: 40px;
	}
	#content #content-body h4 {
		margin-top: 25px;
		font-size: 1.6rem;
	}
	#content #content-body .ttl-a {
		display: block;
		margin-top: 40px;
		background-color: none;
		overflow: visible;
	}
	#content #content-body .ttl-a p.lead {
		position: relative;
		display: block;
		width: auto;
		height: auto;
		background-color: #dde9d0;
	}
	#content #content-body .ttl-a p.lead::before {
		display: none;
	}
	#content #content-body .ttl-a p.lead span {
		padding: 7px 15px;
		font-size: 1.1rem;
		text-align: left;
	}
	#content #content-body .base-body {
		display: block;
		margin-top: 20px;
	}
	#content #content-body .base-body .base-img {
		width: auto;
	}
	#content #content-body .base-body .base-info {
		width: auto;
		margin-top: 20px;
	}
	#content #content-body .base-body .base-info table tbody th {
		width: 100px;
		padding: 7px 0;
		font-size: 1.4rem;
	}
	#content #content-body .base-body .base-info table tbody td {
		width: auto;
		padding: 7px 0;
		font-size: 1.4rem;
	}
	#content #content-body .base-body .base-info table tbody td .btn-a {
		margin-top: 1em;
	}
	#content #content-body .base-body .btn-a {
		width: 115px;
		padding: 3px;
	}

	/* ---- contact ---- */
	#content #content-body table#contact {
		margin-top: 40px;
	}
	#content #content-body table#contact tbody {
		border-top: 1px solid #ececec;
	}
	#content #content-body table#contact tbody tr {
		border-bottom: 1px solid #ececec;
	}
	#content #content-body table#contact tbody th {
		width: 130px;
		padding: 20px 0;
		font-size: 1.4rem;
	}
	#content #content-body table#contact tbody th span {
		margin-left: 5px;
		font-size: 1rem;
	}
	#content #content-body table#contact tbody td {
		width: auto;
		padding: 20px 0 15px;
		font-size: 1.4rem;
		vertical-align: top;
	}
	#content #content-body table#contact tbody td span.come {
		font-size: 1.2rem;
	}
	#content #content-body table#contact tbody td .email {
		margin-top: 20px;
	}
	#content #content-body table#contact tbody td input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		padding: 5px 10px;
		font-size: 1.4rem;
	}
	#content #content-body table#contact tbody td.input-100 input {
		width: 100%;
	}
	#content #content-body table#contact tbody td select {
		padding: 5px 10px;
		font-size: 1.4rem;
	}
	#content #content-body table#contact tbody td textarea {
		width: 100%;
		margin-right: 0;
		padding: 5px 10px;
		font-size: 1.4rem;
	}
	#content #content-body table#contact tbody td label[for="check"] {
		position: relative;
		margin-right: 20px;
		padding: 10px 40px 10px 75px;
		font-size: 1.4rem;
		cursor: pointer;
		background-color: #e8e8e8;
	}
	#content #content-body table#contact tbody td label[for="check"]::before {
		left: 40px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	#content #content-body table#contact tbody td label[for="check"].btn-on::after {
		left: 43px;
		width: 14px;
		height: 6px;
		margin-top: -4px;
	}
	#content #content-body table#contact tbody td a {
		display: inline-block;
	}
	#content #content-body ul.form-btn li {
		width: 48%;
		margin: 0 1%;
	}
	#content #content-body ul.form-btn li input {
		margin-right: 0;
		padding: 10px 15px;
		font-size: 1.8rem;
	}
	div.wpcf7-response-output {
		font-size: 1.4rem;
	}

	/* ---- news ---- */
	#content #content-body #news-list li {
		padding: 20px 0;
	}
	#content #content-body #news-list li time {
		display: block;
		width: 100%;
		font-size: 1rem;
	}
	#content #content-body #news-list li a {
		font-size: 1.4rem;
	}

	/* ------- == search-list == ------- */
	#content #content-body #search-list article {
		padding: 20px 0;
	}
	#content #content-body #search-list article h2 {
		position: relative;
		margin-top: 0;
		padding-bottom: 0;
		font-size: 1.6rem;
		color: #000;
		border-bottom: none;
	}
	#content #content-body #search-list article h2::before {
		display: none;
	}
	#content #content-body #search-list article h2 a {
		padding-bottom: 5px;
		font-size: 1.6rem;
	}
	#content #content-body #search-list article .content {
		margin-top: 20px;
		font-size: 1.2rem;
	}
	#content #content-body #search-list article .url {
		margin-top: 0;
	}
	#content #content-body #search-list article .url a {
		font-size: 1.1rem;
	}
	#content #content-body #search-list article .time {
		margin-top: 5px;
		font-size: 1.1rem;
	}

	/* ------- == ship-chart == ------- */
	#content #ship-chart {
		width: auto;
		margin: 0 20px;
	}
	#content #ship-chart h3 {
		position: relative;
		margin-top: 45px;
		padding-bottom: 15px;
		font-size: 1.8rem;
	}
	#content #ship-chart h3::before {
		width: 67px;
		height: 3px;
	}
	#content #ship-chart ul {
		display: block;
	}
	#content #ship-chart ul li {
		width: 280px;
		margin: 0 auto 30px;
	}
	#content #ship-chart ul li h4 {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#content #ship-chart ul li p {
		margin-bottom: 15px;
		font-size: 1rem;
	}
	#content #ship-chart ul li span {
		margin-right: 10px;
	}
	#content #ship-chart ul li p .imazo::before {
		width: 10px;
		height: 10px;
	}
	#content #ship-chart ul li p .jp::before {
		width: 10px;
		height: 10px;
	}
	#content #ship-chart p {
		margin-top: 30px;
		font-size: 1rem;
	}
	
	/* page top
	------------------------------------------------------------ */
	#page_top {
		right: 10px;
		bottom: 15px;
	}
	#page_top a {
		width: 40px;
		height: 40px;
	}
	#page_top a::before {
		width: 15px;
		height: 15px;
		margin-bottom: -8px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	#page_top a:hover::before {
		border-top: 4px solid #0aa951;
		border-right: 4px solid #0aa951;
	}
	
	/* footer
	------------------------------------------------------------ */
	footer {
		position: relative;
		z-index: 3;
	}
	
	/* ------- == foot-bnr == ------- */
	footer #foot-bnr {
		padding: 20px 12px;
		background-color: #dbdbdb;
	}
	footer #foot-bnr ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	footer #foot-bnr ul li {
		width: 46%;
		margin: 2%;
	}
	
	/* ------- == footer-inner == ------- */
	footer #footer-inner {
		padding: 35px 20px;
	}
	footer #footer-inner #foot-logo {
		width: 160px;
	}
	footer #footer-inner #foot-logo:lang(en) {
		width: auto;
		max-width: 320px;
	}
	footer #footer-inner #foot-link {
		margin-top: 25px;
		flex-wrap: wrap;
	}
	footer #footer-inner #foot-link li {
		position: relative;
		width: 50%;
		margin-right: 0;
		margin-bottom: 15px;
		padding-left: 14px;
		box-sizing: border-box;
	}
	footer #footer-inner #foot-link li::before {
		width: 4px;
		height: 4px;
		margin-top: -3px;
	}
	footer #footer-inner #foot-link li a {
		font-size: 1.2rem;
	}
	footer #footer-inner #copy {
		margin-top: 10px;
		font-size: 1.2rem;
	}

	/* device-pc
	------------------------------------------------------------ */
	.device-pc {
		display: none !important;
	}

}
