@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}
/* -- アクセシビリティ用 -- */
/*a:focus { outline: 1px #000 dotted;}*/
/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
html, body {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	line-height: 1.6;
	word-wrap: break-word;
	color: #313131;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}
u { border-bottom: solid 1px #fff;}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float:left;}
.fr { float:right;}

.tal { text-align:left !important;}
.tac { text-align:center;}
.tar { text-align:right;}
.vat { vertical-align:top;}
.vam { vertical-align:middle;}
.vab { vertical-align:bottom;}

strong, .bold { font-weight: bold;}
.nobold { font-weight: normal !important;}
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none{ display: none;}
/* 行スペース */
.b1 { margin-bottom: 1.7em;}
.b2 { margin-bottom: 3.4em;}

/* スペース */
.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb120 { margin-bottom: 120px !important;}
.mr0 { margin-right: 0 !important;}
.nopd { padding: 0 !important;}

/* リンク */
a {
	color: #313131;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:focus, a:hover {
	color: #e41a2b;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:focus img, a:hover img {
	opacity: 0.7;
}

/* フォントサイズ */
.big, .f18 { font-size: 1.8rem;}
.f11 { font-size: 1.1rem;}
.f12 { font-size: 1.2rem;}
.f13 { font-size: 1.3rem;}
.f15 { font-size: 1.5rem;}
.f16 { font-size: 1.6rem;}
.f20 { font-size: 2rem;}
.f22 { font-size: 2.2rem;}
.f24 { font-size: 2.4rem;}
.f25 { font-size: 2.5rem;}
.small, small, .f14 { font-size: 1.4rem;}

sup {
	font-size: 80%;
	vertical-align:top;
}
sub {
	font-size: 80%;
	vertical-align:bottom;
}
/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	display: block;
	position: fixed;
	height: 140px;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
}
.headerBlock  {
	margin: 0 auto;
	text-align: left;
}
.headerBlock a {
	color: #000;
}
/* -- ロゴ -- */
.headerBlock_logo a {
	text-decoration: none;
	position: relative;
}
.headerBlock_logo img {
	vertical-align: middle;
}
.headerBlock_logo:hover img,
.copyImg:hover img {
	opacity: 1;
}
.header {
	min-width: 1200px;
}
.slidemenu-btn,
.btn-submenu-toggle {
	display: none !important;
}
.headerBlock {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
/*-- ロゴ --*/ 
.logo-outer {
	display: flex;
	width: 100%;
	max-width: 1140px;
	height: 90px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.headerBlock_logo {
	width: 370px;
}
.headerBlock_logo img {
	width: 96px;
}
/*-- サブメニュー --*/
.logo-outer .headerBlock_submenu ul{
	display: flex;
}
.logo-outer .headerBlock_submenu ul li:not(:last-child) {
	margin-right: 30px;
}
.logo-outer .headerBlock_submenu ul li a {
	font-size: 1.4rem;
	text-decoration: none;
	color: #5a5a5a;
}
.logo-outer .headerBlock_submenu ul li a:hover,
.logo-outer .headerBlock_submenu ul li a:focus {
	color: #50a56d;
}
.logo-outer .headerBlock_submenu ul li.mail a{
	padding-left: 30px;
	background: url(../img/icon_mail.svg) no-repeat 0 center / 22px auto;
}
.logo-outer .headerBlock_submenu ul li.earth a{
	padding-left: 28px;
	background: url(../img/icon_earth.svg) no-repeat 0 center / 20px auto;
}
/*-- グローバルナビ --*/ 
.gnav {
	width: 100%;
	display: block;
	background: #50a56d;
}
.gnav .inBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gnav .inBlock::after {
	content: none;
}
.gnav .inBlock > p {
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
}
.headerBlock .gnav .headerMenu {
	height: 50px;
	visibility: visible;
	display: flex;
	justify-content: center;
	padding: 15px 0;
}
.headerBlock .gnav .headerMenu > li {
	font-size: 1.5rem;
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
}
.headerBlock .gnav .headerMenu > li:not(:first-child) {
	padding-left: 20px;
}
.headerBlock .gnav .headerMenu > li:not(:last-child) {
	border-right: 1px solid #fff;
	padding-right: 20px;
}
.headerBlock .gnav .headerMenu > li:last-child {
	padding-right: 0;
}
.headerBlock .gnav .headerMenu > li > p {
	display: flex;
	height: 100%;
	align-items: center;
}
.headerBlock .gnav .headerMenu > li > p a {
	display: flex;
	height: 100%;
	align-items: center;
	transition: 0.3s ease-in-out;
	text-decoration: none;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	color: #fff;
}
.headerBlock .gnav .headerMenu > li:focus > p a::after,
.headerBlock .gnav .headerMenu > li:hover > p a::after,
.headerBlock .gnav .headerMenu > li.on > p a::after {
	opacity: 1;
}
.headerBlock .gnav .headerMenu > li > a::after,
.headerBlock .gnav .headerMenu > li > p > a::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	right: 50%;
	z-index: -1;
	height: 2px;
	background: #fff;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.headerBlock .gnav .headerMenu > li:hover a::after,
.headerBlock .gnav .headerMenu > li.on a::after {
	left: 0;
	right: 0;
}
/* safari(iOS)ハック */
@media print, screen and (min-width:768px) and (max-width:1200px) {
	_::-webkit-full-page-media, _:future, :root .headerBlock .gnav .headerMenu > li:not(:first-child) {
		margin-left: 10px;
	}
	_::-webkit-full-page-media, _:future, :root .headerBlock .gnav .headerMenu > li:not(:last-child) {
		margin-right: 10px;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 1.5rem;
}
.contentsHome,
.contentsTop,
.contents {
	width: 100%;
	position:relative;
	text-align: left;
	padding-top: 140px;
}
.contentsTop {
	padding-bottom: 170px;
}
.contents {
	padding-bottom: 155px;
}
/* -- 横幅1140px -- */
.inBlock {
	text-align: left;
}
.inBlock::after {
	content: "";
	clear: both;
	display: block;
}
.contents .inBlock {
	position: relative;
}
.contents .inBlock:not(:last-child) {
	margin-bottom: 110px;
}
.site { min-width: 1240px;}
.contentsHome,
.contentsTop,
.contents {
	min-width: 1240px;
}
/* -- 横幅1140px -- */
.inBlock {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------
 フッタ
------------------------------ */
.footer {
	color: #fff;
	background: #4c5258;
	position: relative;
	z-index: 4;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer-mainlink{
	width: 1140px;
	margin: 0 auto;
	padding: 70px 0 40px 0;
	text-align: left;
}
.footer-mainlink a {
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	padding-left: 23px;
}
.footer-mainlink a::before,
.footer-mainlink a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.footer-mainlink a::before{
	content: "";
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer-mainlink a::after{
	content: "";
	left: 5.5px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.p-footer-link {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0 80px;
	border-top: solid 1px #707579;
	text-align: left;
}
.p-footer-link a{
	padding-left: 0 !important;
	padding-right: 2rem !important;
	border-right: none !important;
}
.p-footer-link a::after{
	content: "";
    width: 4px;
    height: 4px;
	display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	vertical-align: middle;
	margin-left: 5px;
}
.footerBottom a:focus,
.footerBottom a:hover {
	text-decoration: underline;
}
/* -- フッターサブメニューブロック -- */
.footerBottom {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    color: #5f676b;
}
/* -- フッターサブメニュー　ロゴ -- */
.copyImg {
	margin-bottom: 10px;
}
.copyImg a {
	display: block;
	width: 96px;
}
/* -- コピーライト -- */
.copyright {
	font-size: 1.1rem;
	line-height: 1.2;
}
/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	background: #000;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
}
.js-btn-pagetop::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 5px;
	margin: auto;
	width: 14px;
	height: 14px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}

/* -- フッターサブメニューブロック -- */
.footerBottom {
	padding: 25px 0;
}/* -- PAGE TOP -- */
.js-btn-pagetop:hover{
	opacity: .7;
}


/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #0064FF;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}
/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	.gnav_bg, .header, .snsBox { position: absolute;}
}
 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}

/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	line-height: 18px;
	background-size: 20px 18px;
	margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	text-decoration: none;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    color: #b09e71;
    display: inline-block;
}

