@charset "utf-8";
/*
Theme Name: EMAR
Description: エマールテーマ
Version: 1.0
Author: marineroad
Author URI: http://www.marineroad.com/
*/

/* IMPORT RESET */
@import url("./css/reset.css");

/* Web Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand');


/*********************************************************************************
        初期設定　Initialize
**********************************************************************************/
/*		html, body
-----------------------------------*/
html {
	font-size: 10px;
	/* %表記の場合62.5% */
}

body {
	font-size: 1rem;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 1.5;
	color: #000;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

html,
body {}

@media only screen and (max-width:640px) {
	body {
		font-weight: normal;
	}
}

/*		link
-----------------------------------*/
a {
	color: #005fb3;
	/*color: inherit;*/
	text-decoration: none;
	font-size: inherit;
	text-align: inherit;
}

a:hover {
	/*text-decoration: underline;*/
	transition: 0.3s all;
}

/*		micro clearfix
-----------------------------------*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* for IE */
.clearfix {
	*zoom: 1;
	/* hasLayout on */
}

/*		box sizing
-----------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	/* for IE7 and lower make */
	*behavior: url(https://emar.co.jp/js/boxsizing.htc);
	/* IE7以下の対応が必要ない場合は削除でもOK */
}

/*		word wrap
-----------------------------------*/
* {
	word-wrap: break-word;
}

/*		web font
-----------------------------------*/
@font-face {}

/*		max height
-----------------------------------*/
html.spMode p {
	max-height: 100%;
}

/*		instafeed
-----------------------------------*/
/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/*---------------------------------------------------------------
*		z-indexについて
*		z-indexをつけたものはこちらに記載して管理ください
*
*		1.ヘッダー全体（通常・スティッキー時）：100
*		2.スティッキーフッター：100
*		3. ハンバーガーメニュー：10
*		4. ヘッダ（スマホ）：10
*		5. グロナビ（スライド）：9
-----------------------------------------------------------------*/


/*********************************************************************************
       汎用スタイル設定　Utility
**********************************************************************************/
/********************** Display **********************/
.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

/*		spMode
-----------------------------------*/
html.spMode .u-pc {
	display: none;
}

html.spMode .u-sp {
	display: block;
}

/********************** Wrapper **********************/
.u-wrapper {
	width: 100%;
	min-width: 1020px;
	margin: 0 auto;
}

.u-wrap {}

/*		spMode
-----------------------------------*/
html.spMode .u-wrapper {
	min-width: 750px;
}

/********************** Margin/Padding **********************/
/*** margin-bottom ***/
.u-mb10 {
	margin-bottom: 10px;
}

.u-mb20 {
	margin-bottom: 20px;
}

.u-mb30 {
	margin-bottom: 30px;
}

.u-mb40 {
	margin-bottom: 40px;
}

/********************** Title **********************/
.u-sectionTitle {
	text-align: center;
}

.u-title {
	position: relative;
}

.u-title:after {
	content: " ";
	width: 100px;
	height: 33px;
	margin: auto;
	background-image: url(./img/common/caption_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
}

.u-title--sizeS:after {
	width: 21px;
	height: 5px;
	background-image: url(./img/common/caption_sizeS01.png);
	top: 30px;
}

.u-title--sizeS02:after {
	width: 33px;
	height: 9px;
	background-image: url(./img/common/caption_sizeS02.png);
	top: 60px;
}

.u-title--contact:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/common/caption_contact.png);
	top: 54px;
}

.u-title--infoList:after {
	width: 100px;
	height: 32px;
	background-image: url(./img/info/caption_info.png);
	top: 47px;
}

.u-title--eventList:after {
	width: 162px;
	height: 33px;
	background-image: url(./img/info/caption_event.png);
	top: 47px;
}

.u-title--eventList2:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/info/caption_event.png);
	top: 47px;
}
.u-title--recruitList:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/info/caption_recruit.png);
	top: 47px;
}

.u-title--officeGroup {
	color: #fff;
}

.u-title--officeGroup:after {
	width: 158px;
	height: 33px;
	background-image: url(./img/info/caption_officegroup.png);
	top: 47px;
}

.u-title--ideal:after {
	width: 100px;
	height: 32px;
	background-image: url(./img/recruit/caption_ideal.png);
	top: 50px;
}

.u-title--message:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/recruit/caption_mess.png);
	top: 50px;
}

.u-title--recruitment:after {
	width: 145px;
	height: 33px;
	background-image: url(./img/recruit/caption_rec.png);
	top: 50px;
}

.u-title--flow:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/recruit/caption_flow.png);
	top: 50px;
}

.u-title--faq:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/recruit/caption_faq.png);
	top: 50px;
}

.u-title--philo:after {
	width: 119px;
	height: 33px;
	background-image: url(./img/group/caption_philo.png);
	top: 48px;
}

.u-title--rec:after {
	width: 119px;
	height: 33px;
	background-image: url(./img/group/caption_rec.png);
	top: 48px;
}

.Section-title.u-title--advantage {
	padding-bottom: 45px;
}

.u-title--advantage:after {
	width: 119px;
	height: 33px;
	background-image: url(./img/group/caption_advantage.png);
	top: 48px;
}

.u-title--access:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/group/caption_access.png);
	top: 46px;
}

.u-title--emar:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/group/caption_emar.png);
	top: 46px;
}

.u-title--emarEng:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/group/caption_emar.png);
	top: 46px;
}

.u-title--emarNishi:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/group/caption_emar.png);
	top: 46px;
}

.u-title--csr:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/group/caption_csr.png);
	top: 46px;
}
.u-title--csr2:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/group/caption_csr2.png);
	top: 46px;
}
.u-title--odm:after {
	width: 100px;
	height: 9px;
	background-image: url(./img/common/caption_sizeM01.png);
	top: 88px;
}

.u-title--dispatch:after {
	width: 100px;
	height: 9px;
	background-image: url(./img/common/caption_sizeM01.png);
	top: 58px;
}
.u-title--tadakan:after {
	width: 100px;
	height: 9px;
	background-image: url(./img/common/caption_sizeM01.png);
	top: 58px;
}

.u-title--training:after {
	width: 100px;
	height: 9px;
	background-image: url(./img/common/caption_sizeM01.png);
	top: 58px;
}

.u-title--it:after {
	width: 100px;
	height: 9px;
	background-image: url(./img/common/caption_sizeM01.png);
	top: 58px;
}

.u-title--consul:after {
	width: 100px;
	height: 9px;
	background-image: url(./img/common/caption_sizeM01.png);
	top: 88px;
}

.u-title--green:after {
	width: 100px;
	height: 9px;
	background-image: url(./img/common/caption_sizeM01.png);
	top: 88px;
}

.u-title--bis:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/business/caption_business.png);
	top: 46px;
}

.u-title--his:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/group/caption_his.png);
	top: 47px;
}

/*		spMode
-----------------------------------*/
html.spMode .u-title--sizeS:after {
	width: 42px;
	height: 10px;
	top: 60px;
}

html.spMode .u-title--sizeS02:after {
	width: 66px;
	height: 18px;
	top: 66px;
}

html.spMode .u-title--contact:after {
	width: 200px;
	height: 66px;
	top: 108px;
}

html.spMode .u-title--infoList:after {
	width: 264px;
	height: 66px;
	top: 94px;
}

html.spMode .u-title--eventList:after {
	width: 324px;
	height: 66px;
	top: 94px;
}
html.spMode .u-title--eventList2:after {
	width: 324px;
	height: 66px;
	top: 94px;
}

html.spMode .u-title--recruitList:after {
	width: 200px;
	height: 66px;
	top: 94px;
}

html.spMode .u-title--officeGroup {
	color: #fff;
}

html.spMode .u-title--officeGroup:after {
	width: 280px;
	height: 66px;
	background-image: url(./img/info/caption_officegroup.png);
	top: 94px;
}


html.spMode .u-title--ideal:after {
	width: 200px;
	height: 64px;
	top: 100px;
}

html.spMode .u-title--message:after {
	width: 200px;
	height: 66px;
	top: 100px;
}

html.spMode .u-title--recruitment:after {
	width: 262px;
	height: 66px;
	top: 100px;
}

html.spMode .u-title--flow:after {
	width: 200px;
	height: 66px;
	top: 100px;
}

html.spMode .u-title--faq:after {
	width: 200px;
	height: 66px;
	top: 100px;
}

html.spMode .u-title--philo:after {
	width: 238px;
	height: 66px;
	top: 96px;
}

html.spMode .u-title--rec:after {
	width: 238px;
	height: 66px;
	top: 96px;
}

html.spMode .u-title--access:after {
	width: 200px;
	height: 66px;
	top: 92px;
}

html.spMode .u-title--emar:after {
	width: 200px;
	height: 66px;
	top: 92px;
}

html.spMode .u-title--emarEng:after {
	width: 200px;
	height: 66px;
	top: 147px;
}

html.spMode .u-title--emarNishi:after {
	width: 200px;
	height: 66px;
	top: 147px;
}

html.spMode .u-title--csr:after {
	width: 200px;
	height: 66px;
	top: 92px;
}
html.spMode .u-title--csr2:after {
	width: 200px;
	height: 66px;
	top: 92px;
}

html.spMode .u-title--odm:after {
	width: 200px;
	height: 18px;
	top: 166px;
}

html.spMode .u-title--dispatch:after {
	width: 200px;
	height: 18px;
	top: 116px;
}

html.spMode .u-title--tadakan:after {
	width: 200px;
	height: 18px;
	top: 176px;
}

html.spMode .u-title--training:after {
	width: 200px;
	height: 18px;
	top: 100px;
}

html.spMode .u-title--it:after {
	width: 200px;
	height: 18px;
	top: 116px;
}

html.spMode .u-title--consul:after {
	width: 200px;
	height: 18px;
	top: 176px;
}

html.spMode .u-title--green:after {
	width: 200px;
	height: 18px;
	top: 166px;
}

html.spMode .u-title--bis:after {
	width: 200px;
	height: 66px;
	top: 92px;
}

html.spMode .u-title--his:after {
	width: 200px;
	height: 66px;
	top: 94px;
}

/********************** Link **********************/
.u-inherit a {
	color: inherit;
}

.u-link:hover {}

/********************** Icon **********************/
.u-chevRight {
	position: relative;
}

.u-chevRight:after {
	content: " ";
	width: 6px;
	height: 6px;
	margin: auto;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-radius: 0px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.u-chevLeft {
	position: relative;
}

.u-chevLeft:before {
	content: " ";
	width: 6px;
	height: 6px;
	margin: auto;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.u-chevLeft--left:before {
	border-right: none;
	border-left: 1px solid #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.u-arrow {
	position: relative;
}

.u-arrow:after {
	content: " ";
	margin: auto;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #589ad3;
	position: absolute;
	top: 0;
	bottom: 0;
}

.u-circle {
	position: relative;
}

.u-circle:before {
	content: " ";
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #3dbbaa;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
}

.u-circlePlus {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border-width: 2px;
	border-color: #307cc0;
	border-style: solid;
	margin-right: 5px;
	margin-top: -2px;
	position: relative;
}

.u-circlePlus:before,
.u-circlePlus:after {
	content: " ";
	width: 2px;
	height: 8px;
	background-color: #307cc0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.u-circlePlus:after {
	transform: rotate(90deg);
}

/*		spMode
-----------------------------------*/
html.spMode .u-chevRight:after,
html.spMode .u-chevLeft:before {
	border-width: 2px;
	width: 18px;
	height: 18px;
}

html.spMode .u-circle:before {
	width: 16px;
	height: 16px;
	left: -30px;
	top: 0.50em;
	bottom: auto;
}

html.spMode .u-circlePlus {
	width: 36px;
	height: 36px;
	border-width: 4px;
	margin-right: 10px;
	margin-top: -4px;
}

html.spMode .u-circlePlus:before,
html.spMode .u-circlePlus:after {
	width: 4px;
	height: 16px;
}

/********************** HoverAction **********************/
.u-hoverOpacity:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
}

/********************** Button **********************/
.u-btn {
	display: inline-block;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	transition: border, color, background-color 0.3s ease;
	cursor: pointer;
}

.u-btn a {
	display: block;
}

.u-btn:hover {
	/*opacity: 0.5;*/
}

.u-btn--01 {
	/* グロナビ用ボタンスタイル*/
	border-width: 2px;
	border-radius: 6px;
	border-color: #fff;
}

.u-btn--01:hover {
	border-color: transparent;
	background-color: #fff;
	opacity: 1;
	color: #317dc0;
}

.u-btn--02 {
	/* フッター用ボタンスタイル1*/
	border-radius: 6px;
	border-width: 2px;
	border-color: #317dc0;
}

.u-btn--02.u-hoverOn:hover,
.u-btn--02.u-current {
	border-color: transparent;
	background-color: #317dc0;
	opacity: 1;
	color: #fff;
}

.u-btn--03 {
	/* フッター用ボタンスタイル2*/
	border-radius: 6px;
	border-width: 0;
	background-color: #ddeaf6;
}

.u-btn--04 {
	/* 採用情報ページ用スタイル */
	border-radius: 6px;
	border-width: 2px;
	border-color: #ffffff;
	background-color: rgba(49, 125, 192, 0.9);
}

/*		spMode
-----------------------------------*/
html.spMode .u-btn {
	border-radius: 8px;
	border-width: 2px;
	font-size: 2.8rem;
}

html.spMode .u-btn--01 {
	/* グロナビ用ボタンスタイル*/
	border-width: 4px;
	border-radius: 12px;
}

html.spMode .u-btn--02 {
	/* フッター用ボタンスタイル1*/
	border-radius: 12px;
	border-width: 4px;
}

html.spMode .u-btn--03 {
	/* フッター用ボタンスタイル2*/
	border-radius: 12px;
	border-width: 0;
}

/********************** Hamberger Menu **********************/
/*** 初期表示 ***/
.u-hamb {}

.u-hamb span {
	width: 25px;
	height: 2px;
	display: block;
	background: #fff;
	position: absolute;
	top: 24px;
	transition: transform 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.u-hamb .u-hamb-top {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
}

.u-hamb .u-hamb-bottom {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-o-transform: translateY(8px);
}

/*		spMode
-----------------------------------*/
html.spMode .u-hamb span {
	width: 40px;
	height: 4px;
	top: 34px;
}

html.spMode .u-hamb .u-hamb-top {
	transform: translateY(-14px);
	-webkit-transform: translateY(-14px);
	-moz-transform: translateY(-14px);
	-ms-transform: translateY(-14px);
	-o-transform: translateY(-14px);
}

html.spMode .u-hamb .u-hamb-bottom {
	transform: translateY(14px);
	-webkit-transform: translateY(14px);
	-moz-transform: translateY(14px);
	-ms-transform: translateY(14px);
	-o-transform: translateY(14px);
}

/*** メニューオープン時 ***/
.u-hamb.js-open {}

.u-hamb.js-open .u-hamb-middle {
	background: rgba(255, 255, 255, 0);
}

.u-hamb.js-open .u-hamb-top {
	transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	-o-transform: rotate(-45deg) translateY(0px);
}

.u-hamb.js-open .u-hamb-bottom {
	transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	-o-transform: rotate(45deg) translateY(0px);
}

/*		spMode
-----------------------------------*/
html.spMode .u-hamb.js-open .u-hamb-top {
	transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	-o-transform: rotate(-45deg) translateY(0px);
}

html.spMode .u-hamb.js-open .u-hamb-bottom {
	transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	-o-transform: rotate(45deg) translateY(0px);
}

/********************** Slider pager **********************/
.u-slidePager a {
	background-color: #fff;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 33px 0 0;
	outline: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.u-slidePager a:hover,
.u-slidePager a:active {
	background-color: #dc0010;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 33px 0 0;
	outline: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

/*		spMode
-----------------------------------*/

/********************** Divide **********************/
.u-divArea {
	font-size: 0;
	text-align: center;
}

.u-divArea-div {
	display: inline-block;
	vertical-align: top;
}

/********************** Label **********************/
.u-label {
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

.u-label--info {
	background-color: #36b5a4;
}

.u-label--event {
	background-color: #6067ac;
}

.u-label--recruit {
	background-color: #349321;
}

/*		spMode
-----------------------------------*/
html.spMode .u-label {
	height: 64px;
	line-height: 64px;
	border-radius: 6px;
	font-size: 2.8rem;
}
.text-white {
	color: #fff;
}

/********************** BlueBox  **********************/
.u-blueBox {
	width: 940px;
	border-radius: 10px;
	background-color: #ddeaf6;
	margin: 40px auto 0;
	padding: 0 40px 40px;
}

.u-blueBox--noTitle {
	padding-top: 40px;
}

.u-blueBox:first-of-type {
	margin-top: 0;
}

.u-blueBox-title {
	color: #317dc0;
	font-size: 2.2rem;
	line-height: 1;
	text-align: center;
	padding: 24px 0;
}

.u-blueBox-cont {
	width: 860px;
	padding: 30px 30px 35px;
	background-color: #fff;
}

.u-blueBox-cont--radius {
	border-radius: 6px;
	padding: 0;
}

.u-blueBox-cont--noPadding {
	padding: 0;
}

.u-blueBox-list {
	width: 860px;
	padding: 30px 0 30px;
	background-color: #fff;
}

.u-blueBox-thin {
	width: 80px;
	padding: 30px;
	background-color: #fff;
}

/*		spMode
-----------------------------------*/
html.spMode .u-blueBox {
	width: 100%;
	border-radius: 20px;
	margin: 80px auto 0;
	padding: 0 40px 40px;
}

html.spMode .u-blueBox--noTitle {
	padding-top: 40px;
}

html.spMode .u-blueBox:first-of-type {
	margin-top: 0;
}

html.spMode .u-blueBox-title {
	color: #317dc0;
	font-size: 3.0rem;
	line-height: 1.2;
	padding: 48px 0;
}

html.spMode .u-blueBox-cont {
	width: 560px;
	padding: 60px 60px 70px;
}

html.spMode .u-blueBox-cont--radius {
	border-radius: 12px;
}

html.spMode .u-blueBox-list {
	width: 100%;
}

html.spMode .u-blueBox-thin {
	width: 100%;
	padding: 30px;
}

/********************** Other **********************/
.u-bold {
	font-weight: bold;
	font-size: inherit;
}

.u-bold--01 {
	color: #000;
}

.u-centering {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}

.u-img {
	overflow: hidden;
}

.u-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.u-spacer {
	display: inline-block;
	font-size: inherit;
	width: 2em;
}

.u-indent {
	padding-left: 2em;
	font-size: inherit;
}

.u-maxHeight {
	max-height: 100%;
}

/*		spMode
-----------------------------------*/

/*********************************************************************************
       JS用スタイル設定　State
**********************************************************************************/
.js-slideNav {
	display: none;
}

.js-subMenu {
	display: none;
}

.js-accordion-cont {
	display: none;
}


/*********************************************************************************
		共通ヘッダー
**********************************************************************************/
/********************** 包括ブロック **********************/
.Header {
	position: relative;
	z-index: 100;
}

/********************** 常時表示エリア **********************/
.Header-topArea {
	min-width: 940px;
	max-width: 940px;
	margin: 0 auto;
	text-align: right;
}

.Header-logo {
	display: block;
	padding-top: 10px;
	width: 173px;
	float: left;
	text-align: left;
}

.header-english-sp {
	display: none;
	;
}

html.spMode .header-english-sp {
	display: inline-block;
	float: left;
	font-size: 2.2rem;
	padding-top: 32px;
	margin-left: 34px;
	position: relative;
}

html.spMode .header-english-sp:after {
	content: " ";
	width: 13px;
	height: 13px;
	margin: auto;
	border-right: 1px solid #005fb3;
	border-top: 1px solid #005fb3;
	border-radius: 0px;
	position: absolute;
	right: -14px;
	top: 28px;
	bottom: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}





.Header-logo img {
	display: none;
}


@media only screen and (max-width: 768px) {
	.Header-logo img {
		display: block;
		width: 100%;
		height: auto;
	}
}

.Header-topArea-rightArea {
	display: inline-block;
	padding: 10px 0 0;
	font-size: 0;
}

.Header-topArea-item {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	color: #fff;
	margin-left: 10px;
}

.Header-topArea-item * {
	color: inherit;
}

.Header-topArea-item--bilingual {
	display: block;
	height: 14px;
	line-height: 14px;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: right;
}

.Header-topArea-item--bilingual:after {
	border-color: #fff;
}

.Header-topArea-item--bilingual:hover a {
	color: #317cbd;
	transition: all 0.3s;
}

.Header-topArea-item--bilingual:hover:after {
	border-color: #317cbd;
	transition: all 0.3s;
}

.Header-topArea-item--btn {
	width: 130px;
	height: 30px;
	line-height: 30px;
	border-color: rgba(255, 255, 255, 0.6);
}

.Header-topArea-item--btn:hover {
	border-color: transparent;
	background-color: #317cbd;
	transition: all 0.3s;
}

/*		spMode
-----------------------------------*/
html.spMode .Header-topArea {
	position: fixed;
	min-width: 750px;
	max-width: 750px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	top: 0;
	z-index: 10;
}

html.spMode .Header-logo {
	display: block;
	padding-top: 15px;
	padding-left: 40px;
	width: 346px;
}

html.spMode .Header-topArea-rightArea {
	display: none;
	padding: 20px 0 0;
}

html.spMode .Header-topArea-item {
	font-size: 2.8rem;
	margin-left: 20px;
}

html.spMode .Header-topArea-item--bilingual {
	height: 28px;
	line-height: 28px;
	margin-bottom: 20px;
	padding-right: 30px;
}

html.spMode .Header-topArea-item--btn {
	width: 260px;
	height: 60px;
	line-height: 60px;
}

/*** ハンバーガーメニュー ***/
.Header-navArea-hambArea {
	position: fixed;
	right: -15px;
	top: 30px;
	width: 75px;
	min-height: 64px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-radius: 6px;
	background-color: #317dc0;
	padding-left: 18px;
	z-index: 10;
}

.Header-navArea-hambText {
	display: inline-block;
	margin-left: -5px;
	margin-top: 45px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1;
}

.Header-navArea-hambArea.js-open {
	/*border-color: #fff;
	border-radius: 0;
	transition: all 0.2s;*/
}

/*		spMode
-----------------------------------*/
html.spMode .Header-navArea-hambArea {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 80px;
	min-height: 80px;
	border-width: 6px;
	border-radius: 12px;
	padding-left: 20px;
}

html.spMode .Header-navArea-hambText {
	margin-left: -10px;
	margin-top: 90px;
	margin-bottom: 20px;
	font-size: 2.4rem;
	display: none;
}

/*共通トピックス*/
.Header-navArea-infobox {
	position: fixed;
	right: 0;
	top: 120px;
	width: 230px;
	height: 64px;
	z-index: 10;
}

.Header-navArea-info {
	width: 210px;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.26);
	padding: 8px;

}

.Header-navArea-info-cat {
	display: inline-block;
	line-height: 22px;
	border-radius: 3px;
	background-color: #36b5a4;
	padding: 2px 10px 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}

.Header-navArea-info-date {
	color: #000000 !important;
	font-size: 13px;
	font-weight: 400;
	padding-left: 5px;
}

.Header-navArea-info-title {
	margin: 0;
	color: #005fb3 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 5px;
}

.Header-navArea-info-close {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border-width: 1px;
	border-color: #a0a0a0;
	border-style: solid;
	background-color: #ffffff;
	position: absolute;
	right: 12px;
	top: -8px;
	cursor: pointer;
	color: #a0a0a0 !important;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

html.spMode .Header-navArea-infobox {
	display: none;
}

/********************** グローバルナビエリア（初期非表示） **********************/
.Header-navArea {
	width: 100%;
	color: #fff;
}

.Header-navArea * {
	color: inherit;
}

.Header-navArea-nav {
	position: fixed;
	right: 0;
	top: 100px;
	width: 980px;
	min-height: 540px;
	height: 540px;
	padding: 20px 0 37px;
	border-radius: 6px 0 6px 6px;
	background-color: #317dc0;
	z-index: 9;
	overflow-y: scroll;
}

.Header-navArea-navItem {
	width: 320px;
	/*	height: 430px;*/
	height: 680px;
	background: url(./img/common/line01.png) repeat-y left top;
	background-size: 4px auto;
}

.Header-navArea-navItem:first-child {
	background-image: none;
}

.Header-navArea-navItem--home {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	background-image: none;
}

.Header-navArea-list {
	text-align: center;
}

.Header-navArea-list--info {
	margin-top: 55px;
}

.Header-navArea-caption {
	margin-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}

.Header-navArea-item {
	width: 280px;
	min-height: 40px;
	max-height: 40px;
	margin-top: 10px;
	line-height: 40px;
	border-radius: 6px;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	color: #fff;
}

.Header-navArea-item.new {
	position: relative;
}

.Header-navArea-item.new::before {
	content: '';
	width: 44px;
	height: 44px;
	position: absolute;
	top: -4px;
	left: 8px;
	background: url(./img/common/icon_new.png) no-repeat;
}

.Header-navArea-item.h_instagram span {
	position: relative;
	font-size: 1.4rem;
	display: inline-block;
	height: 36px;
}

.Header-navArea-item.h_instagram span::before {
	content: '';
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -35px;
	background: url(./img/common/icon_ig.png) no-repeat;
	background-position: center;
}

.Header-navArea-item.h_instagram:hover span::before {
	content: '';
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -35px;
	background: url(./img/common/icon_ig_ov.png) no-repeat;
	background-position: center;
}

.Header-navArea-home {
	text-align: center;
}

.Header-navArea-home a {
	display: inline-block;
	padding: 0 0 0 25px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 17px;
	text-decoration: underline;
	position: relative;
}

.Header-navArea-home a:before {
	content: "";
	width: 18px;
	height: 17px;
	margin: auto;
	background: url(./img/common/icon_home_wh.png) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.Header-navArea-home:hover * {
	opacity: 0.5;
	transition: opacity 0.3s;
}

li.u-subtitle {
	margin-top: 15px;
	padding-left: 20px;
	font-size: 14px;
	color: #BAD8F2;
}

/* タイトルに隣接した項目のみ、余白調整 */
.u-subtitle+.Header-navArea-item {
	margin-top: 0;
}

html.is-fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}

.Header-navArea-home {
	height: 320px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}




/*		spMode
-----------------------------------*/
html.spMode .Header-navArea-nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 80px 0;
	padding-top: 180px;
}

html.spMode .Header-navArea-navItem {
	width: 710px;
	height: auto;
	margin-top: 80px;
	background-image: none;
}

html.spMode .Header-navArea-navItem:first-child {
	margin-top: 0;
}

html.spMode .Header-navArea-list--info {
	margin-top: 80px;
}

html.spMode .Header-navArea-caption {
	margin-bottom: 40px;
	font-size: 3.6rem;
}

html.spMode .Header-navArea-item {
	width: 640px;
	min-height: 80px;
	max-height: 80px;
	margin-top: 20px;
	line-height: 80px;
	border-radius: 12px;
	border-width: 4px;
}

html.spMode .Header-navArea-item.new::before {
	width: 90px;
	height: 90px;
	background-size: 90px;
	top: -10px;
}

html.spMode .Header-navArea-item.h_instagram span {
	position: relative;
	font-size: 2.8rem;
	height: 72px;
}

html.spMode .Header-navArea-item.h_instagram span::before {
	width: 40px;
	/*	height: 40px;*/
	background-size: 40px;
	left: -50px;
}

html.spMode .Header-navArea-home a {
	padding: 0 0 0 50px;
	font-size: 2.8rem;
	line-height: 34px;
}

html.spMode .Header-navArea-home a:before {
	width: 36px;
	height: 34px;
}

/*********************************************************************************
		共通ヘッダー（スティッキーヘッダー時スタイル）
**********************************************************************************/
/********************** 包括ブロック **********************/
.Header.js-sticky {
	position: fixed;
	top: 0;
	background-color: rgba(232, 232, 232, 0.9);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
}

/********************** 常時表示エリア **********************/
.Header.js-sticky .Header-topArea {
	min-height: 40px;
}

.Header.js-sticky .Header-logo {
	padding-top: 4px;
	width: 139px;
}

.Header.js-sticky .Header-topArea-rightArea {
	padding: 5px 0 5px;
}

.Header.js-sticky .Header-topArea-item--bilingual {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
	margin-right: 24px;
	color: #005fb3;
}

.Header.js-sticky .Header-topArea-item--bilingual:after {
	border-color: #317cbd;
}

.Header.js-sticky .Header-topArea-item--btn {
	border-color: transparent;
	background-color: #317cbd;
}

.Header.js-sticky .Header-topArea-item--bilingual:hover a {
	text-decoration: underline;
}

.Header.js-sticky .Header-topArea-item--btn:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
}

/*** ハンバーガーメニュー ***/

/*
.Header.js-sticky .Header-navArea-hambArea{
	top: 70px;
}
*/

/********************** グローバルナビエリア（初期非表示） **********************/

/*
.Header.js-sticky .Header-navArea-nav{
	top: 139px;
}
*/

.Header.js-sticky .Header-navArea-infobox {
	top: 160px;
}

/*********************************************************************************
		共通フッター
**********************************************************************************/
.Footer {
	background-color: #fff;
}

/********************** フッター上（コンタクトエリア） **********************/
.Footer-contactArea {
	min-width: 940px;
	margin: 0 auto;
	padding-top: 73px;
	padding-bottom: 84px;
}

.Footer-contactArea-caption {
	font-size: 2.8rem;
	padding-bottom: 40px;
	text-align: center;
}

.Footer-contactArea-text {
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 27px auto 29px;
	text-align: center;
}

.Footer-contactArea-item {
	width: 300px;
	height: 100px;
	margin-left: 20px;
	padding: 6px 0 6px 50px;
	position: relative;
}

.Footer-contactArea-item:hover {
	opacity: 0.5;
	transition: all 0.3s;
}

.Footer-contactArea-item:first-child {
	margin-left: 0;
}

.Footer-contactArea-itemInner {
	border-left: 1px solid #c1d8ec;
	color: #317dc0;
	font-size: 1.6rem;
	line-height: 85px;
	text-align: center;
}

.Footer-contactArea-itemInner--tel {
	text-align: left;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 11px;
	line-height: 1.5;
}

.Footer-contactArea-itemInner:before {
	content: " ";
	margin: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
}

.Footer-contactArea-itemInner--tel:before {
	width: 21px;
	height: 29px;
	background-image: url(./img/common/icon_phone01.png);
	left: 16px;
}

.Footer-contactArea-itemInner--mail:before {
	width: 27px;
	height: 19px;
	background-image: url(./img/common/icon_email01.png);
	left: 13px;
}

.Footer-contactArea-itemInner--book:before {
	width: 29px;
	height: 20px;
	background-image: url(./img/common/icon_book01.png);
	left: 12px;
}

.Footer-contactArea-itemInner a {
	display: block;
}

.Footer-contactArea-img {
	width: 208px;
	margin-bottom: 8px;
}

.Footer-contactArea-subText {
	font-size: 1.4rem;
	color: #000;
}

/*--20180526追加 外国人技能実習制度の展開用フッター--*/
.footer_business_t {
	display: none;
}

#busi-tra .Footer-contactArea {
	display: none !important;
}

#busi-tra .footer_business_t {
	display: block !important;
}

.Footer-contactArea-caption02 {
	font-size: 2.8rem;
	padding-bottom: 40px;
	text-align: center;
	margin-bottom: 40px;
}

html.spMode .Footer-contactArea-caption02 {
	font-size: 5.6rem;
	padding-bottom: 80px;
	display: none;
}

.u-title--contact02:after {
	width: 100px;
	height: 33px;
	background-image: url(./img/common/caption_contact02.png);
	top: 54px;
}

.Footer-contactArea-item-business_t {
	width: 360px;
	height: 100px;
	margin-right: 20px;
	padding: 6px 0 6px 50px;
	position: relative;
}

.Footer-contactArea-item-business_t:hover {
	opacity: 0.5;
	transition: all 0.3s;
}

.Footer-contactArea-item-business_t:first-child {
	margin-left: 0;
}

.Footer-contactArea-item-business_tInner {
	border-left: 1px solid #b6d9b3;
	font-size: 1.6rem;
	line-height: 85px;
	text-align: center;
}

.Footer-contactArea-item-business_tInner--tel {
	text-align: left;
	padding-left: 25px;
	padding-top: 23px;
	padding-bottom: 11px;
	line-height: 1.5;
}

.Footer-contactArea-item-business_tInner:before {
	content: " ";
	margin: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
}

.Footer-contactArea-item-business_tInner--tel:before {
	width: 21px;
	height: 29px;
	background-image: url(./img/common/icon_phone03.png);
	left: 16px;
}

.u-btn--05 {
	border-radius: 6px;
	border-width: 0;
	background-color: #e1f7df;
}

.u-kecsbnr {
	border-width: inherit;
}

html.spMode #busi-tra .Footer-contactArea {
	display: none !important;
}

html.spMode #busi-tra .footer_business_t {
	display: block !important;
}

html.spMode .Footer-contactArea-item-business_t {
	width: 640px;
	height: 200px;
	margin-left: 0;
	margin-top: 40px;
	padding: 12px 0 12px 100px;
	border: 0px;
}

html.spMode .Footer-contactArea-item-business_t:first-child {
	margin-top: 0;
}

html.spMode .Footer-contactArea-item-business_tInner {
	border-width: 2px;
	font-size: 3.2rem;
	line-height: 170px;
}

html.spMode .Footer-contactArea-item-business_tInner--tel {
	padding-left: 14px;
	padding-top: 46px;
	padding-bottom: 22px;
	line-height: 1.5;
}

html.spMode .Footer-contactArea-item-business_tInner--tel:before {
	width: 42px;
	height: 58px;
	left: 32px;
}

html.spMode .u-kecsbnr {
	border-width: inherit;
}

html.spMode .u-kecsbnr img {
	width: 640px;
	padding-top: 40px;
}


/*		spMode
-----------------------------------*/
html.spMode .Footer-contactArea {
	max-width: 640px;
	min-width: 640px;
	padding-top: 100px;
	padding-bottom: 100px;
	/*background-color: #dce9f4;*/
}

html.spMode .Footer-contactArea-caption {
	font-size: 5.6rem;
	padding-bottom: 80px;
	display: none;
}

html.spMode .Footer-contactArea-text {
	font-size: 2.8rem;
	margin: 0 auto 58px;
	text-align: left;
}

html.spMode .Footer-contactArea-item {
	width: 640px;
	height: 200px;
	margin-left: 0;
	margin-top: 40px;
	padding: 12px 0 12px 100px;
}

html.spMode .Footer-contactArea-item:first-child {
	margin-top: 0;
}

html.spMode .Footer-contactArea-itemInner {
	border-width: 2px;
	font-size: 3.2rem;
	line-height: 170px;
}

html.spMode .Footer-contactArea-itemInner--tel {
	padding-left: 14px;
	padding-top: 46px;
	padding-bottom: 22px;
	line-height: 1.5;
}

html.spMode .Footer-contactArea-itemInner--tel:before {
	width: 42px;
	height: 58px;
	left: 32px;
}

html.spMode .Footer-contactArea-itemInner--mail:before {
	width: 54px;
	height: 38px;
	left: 26px;
}

html.spMode .Footer-contactArea-itemInner--book:before {
	width: 58px;
	height: 40px;
	left: 24px;
}

html.spMode .Footer-contactArea-img {
	width: 416px;
	margin-bottom: 16px;
}

html.spMode .Footer-contactArea-subText {
	font-size: 2.8rem;
}

/***  ぱんくずリスト ***/
.Pankuzu {
	width: 940px;
	margin: 0 auto 22px;
}

.Pankuzu-list {
	text-align: left;
}

.Pankuzu-list-li {
	padding-left: 22px;
	padding-right: 10px;
	font-size: 1.3rem;
	line-height: 1;
	color: #8a8a8a;
}

.Pankuzu-list-li a {
	color: inherit;
}

.Pankuzu-list-li:before {
	width: 8px;
	height: 8px;
	border-color: #8a8a8a;
	bottom: auto;
}

.Pankuzu-list-li:first-child {
	padding-left: 0;
}

.Pankuzu-list-li:first-child:before {
	display: none;
}

.Pankuzu-list-li.u-current {
	color: #000;
}

/*		spMode
-----------------------------------*/
html.spMode .Pankuzu {
	width: 750px;
	margin: 0 auto 44px;
	display: none;
}

html.spMode .Pankuzu-list-li {
	padding-left: 44px;
	padding-right: 20px;
	font-size: 2.6rem;
}

html.spMode .Pankuzu-list-li:before {
	width: 16px;
	height: 16px;
}

html.spMode .Pankuzu-list-li:first-child {
	padding-left: 0;
}

html.spMode .Pankuzu-list-li:first-child:before {
	display: none;
}

/********************** フッター下 **********************/
.Footer-bottomArea {
	min-width: 1020px;
	background-color: #dce9f4;
	padding-top: 53px;
	padding-bottom: 23px;
}

/*		spMode
-----------------------------------*/
html.spMode .Footer-bottomArea {
	min-width: 750px;
	padding-top: 46px;
	padding-bottom: 46px;
}

/***  よく見られているページ ***/
.Footer-pickUp {
	width: 940px;
	min-width: 940px;
	margin: 0 auto;
}

.Footer-pickUp-title {
	padding-left: 39px;
	margin-bottom: 17px;
	color: #317dc0;
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
}

.Footer-pickUp-title:before {
	content: " ";
	width: 32px;
	height: 8px;
	background: url(./img/common/caption_sizeS02.png) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 3px;
	margin: auto;
}

.Footer-pickUp-list {}

.Footer-pickUp-list-li {
	width: 300px;
	height: 200px;
	margin-left: 20px;
	border-radius: 6px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.Footer-pickUp-list-li:first-child {
	margin-left: 0;
}

.Footer-pickUp-list-li:hover .Footer-pickUp-overlay {
	background-color: transparent;
	transition: all 0.3s;
}

.Footer-pickUp-list-li:hover .Footer-pickUp-text {
	/*color: #000;
	transition: all 0.3s;*/
}

.Footer-pickUp-overlay {
	width: 300px;
	height: 200px;
	border-radius: 6px;
	background-color: rgba(0, 111, 249, 0.7);
	position: absolute;
	z-index: 2;
}

.Footer-pickUp-img {
	width: 300px;
	height: 200px;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

.Footer-pickUp-text {
	display: inline-block;
	border-radius: 6px;
	width: 300px;
	min-height: 14px;
	max-height: 28px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	z-index: 3;
}

.Footer-pickUp-text-sub {
	font-size: 1.4rem;
	line-height: 1;
	display: block;
	text-align: center;
}

.Footer-line {
	width: 620px;
	height: 1px;
	margin: 60px auto 53px;
	background-color: rgba(49, 125, 192, 0.3);
}

/*		spMode
-----------------------------------*/
html.spMode .Footer-pickUp {
	display: none;
}

/***  フッターナビ ***/
.Footer-navArea {
	min-width: 620px;
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}

.Footer-navArea-list {
	width: 300px;
	margin-left: 20px;
}

.Footer-navArea-list:first-child {
	margin-left: 0;
}

.Footer-navArea-list:last-child {
	margin-right: auto;
}

.Footer-naviItem {
	margin-top: 17px;
}

.Footer-naviItem:first-child {
	margin-top: 0;
}

.Footer-navArea-caption {
	color: #739fc6;
	font-size: 1.6rem;
	margin-bottom: 18px;
}

.Footer-navArea-item {
	font-size: 1.3rem;
	margin-top: 5px;
}

.Footer-navArea-item:first-child {
	margin-top: 0;
}

.Footer-navArea-item:hover a {
	text-decoration: underline;
}

/*		spMode
-----------------------------------*/
html.spMode .Footer-navArea {
	display: none;
}

html.spMode .Footer-navArea-app {
	display: grid;
	margin-left: 75px;
}

html.spMode .Footer-navArea-list:nth-child(1) {
	width: 300px;
	margin-left: 0;
}

html.spMode .Footer-navArea-list:nth-child(2),
html.spMode .Footer-navArea-list:nth-child(3) {
	width: 300px;
	margin-left: 0;
	margin-top: 40px;
}

html.spMode .Footer-navArea-caption {
	font-size: 2.6rem;
}

html.spMode .Footer-navArea-item img {
	width: 200%;
	height: auto;
}

.Footer-Company {}

.Footer-Company .Footer-Company-nm {
	color: #317dc0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	margin-top: -16px;
	padding-bottom: 14px;
}

.Footer-Company .Footer-Company-addr {
	color: #000000;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.57;
	text-align: center;
}

html.spMode .Footer-Company .Footer-Company-nm {
	font-size: 2.6rem;
}

html.spMode .Footer-Company .Footer-Company-addr {
	font-size: 2.4rem;
	padding-bottom: 40px;
}


/*** フッター最下部 ***/
.Footer-bottomArea-bottom {
	width: 940px;
	min-width: 940px;
	margin: 105px auto 0;
	margin: 85px auto 0;
	text-align: right;
}

.Footer-subNavArea {
	display: block;
	float: left;
}

.Footer-subNavArea-list {
	margin-bottom: 13px;
}

.Footer-subNavArea-item {
	border-right: 1px solid #8ba2b5;
	padding: 0 5px;
	color: #66839b;
	font-size: 1.2rem;
}

.Footer-subNavArea-item a {
	color: inherit;
}

.Footer-subNavArea-item:hover a {
	text-decoration: underline;
}

.Footer-subNavArea-item:first-child {
	border-left: 1px solid #8ba2b5;
}

.Footer-credit {
	color: #97acbd;
	font-size: 1.1rem;
}

.Footer-logo {
	width: 173px;
}

/*		spMode
-----------------------------------*/
html.spMode .Footer-bottomArea-bottom {
	width: 750px;
	min-width: 750px;
	margin: 0 auto;
}

html.spMode .Footer-subNavArea {
	float: none;
}

html.spMode .Footer-subNavArea-list {
	display: none;
}

html.spMode .Footer-credit {
	font-size: 2.2rem;
	text-align: center;
}

html.spMode .Footer-logo {
	display: none;
}


/*********************************************************************************
		共通フッター（スティッキーヘッダー時スタイル）
**********************************************************************************/
.FooterSticky {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
	display: none;
	background-color: rgba(232, 232, 232, 0.9);
}

.FooterSticky-list {
	min-width: 940px;
	max-width: 940px;
	margin: 0 auto;
}

.FooterSticky-list-li {
	padding: 0 29px;
	line-height: 40px;
	font-size: 1.4rem;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	cursor: pointer;
}

.FooterSticky-list-li:first-child {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.FooterSticky-list-li:last-child {
	border-color: transparent;
}

.FooterSticky-list-li--home {
	background: url(./img/common/icon_home_wh.png) no-repeat center center;
	background-size: 15px 14px;
}

.FooterSticky-list-li--home img {
	width: 15px;
	height: 14px;
	vertical-align: middle;
}

.FooterSticky-list-li--privacy,
.FooterSticky-list-li--sitemap {
	display: none;
}

.FooterSticky-list-li--close {
	height: 40px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 9px 35px 0;
	cursor: pointer;
	position: relative;
}

.FooterSticky-list-li--close:before {
	content: " ";
	width: 12px;
	height: 1px;
	margin: auto;
	background-color: #317cbd;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	left: 20px;
	top: 13px;
}

.FooterSticky-list-li--close:after {
	content: " ";
	width: 12px;
	height: 1px;
	margin: auto;
	background-color: #317cbd;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	left: 20px;
	top: 13px;
}

.FooterSticky-list-li a {
	display: block;
	padding: 0 47px;
	margin: 0 -29px;
}

.FooterSticky-list-li:hover {
	background-color: #36b5a4;
	color: #fff;
	border-color: transparent;
}

.FooterSticky-list-li--home:hover img {
	opacity: 0;
	transition: opacity 0.3s;
}

.FooterSticky-list-li--close:hover {
	background-color: transparent;
	color: #000;
}

.FooterSticky a {
	color: inherit;
}

/*		spMode
-----------------------------------*/
html.spMode .FooterSticky {
	position: static;
	bottom: auto;
	z-index: 100;
	display: block;
	background-color: rgba(232, 232, 232, 0.9);
}

html.spMode .FooterSticky-list {
	min-width: 750px;
	max-width: 750px;
}

html.spMode .FooterSticky-list-li {
	width: 100%;
	min-height: 100px;
	max-height: 100%;
	padding: 0;
	line-height: 100px;
	font-size: 2.8rem;
	border-right: none;
	border-top: 2px solid rgba(0, 0, 0, 0.3);
}

html.spMode .FooterSticky-list-li:first-child {
	border-color: transparent;
}

html.spMode .FooterSticky-list-li:last-child {
	border-color: rgba(0, 0, 0, 0.3);
}

html.spMode .FooterSticky-list-li--home {
	background-size: 30px 28px;
}

html.spMode .FooterSticky-list-li--home img {
	width: 30px;
	height: 28px;
}

html.spMode .FooterSticky-list-li--privacy,
html.spMode .FooterSticky-list-li--sitemap {
	display: inline-block;
}

html.spMode .FooterSticky-list-li--close {
	display: none;
}

html.spMode .FooterSticky-list-li.js-haveSub {
	position: relative;
}

html.spMode .FooterSticky-list-li.js-haveSub:before {
	/*	content: " ";
	width: 40px;
	height: 2px;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 40px;
	top: 50px;*/
}

html.spMode .FooterSticky-list-li.js-haveSub:after {
	/*	content: " ";
	width: 40px;
	height: 2px;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.3);
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	position: absolute;
	left: 40px;
	top: 50px;
	transition: all 0.3s;*/
}

html.spMode .FooterSticky-list-li.js-haveSub.js-open:after {
	/*transform: rotate(0deg);
	-webkit-transform: rotate(0deg);*/
}

html.spMode .FooterSticky-list-li a {
	padding: 0;
	margin: 0;
}

html.spMode .FooterSticky-list-li:hover {
	background-color: #36b5a4;
	color: #fff;
	border-color: transparent;
}

html.spMode .FooterSticky-list-li.js-haveSub:hover:before,
html.spMode .FooterSticky-list-li.js-haveSub:hover:after {
	background-color: rgba(255, 255, 255, 1);
}

html.spMode .FooterSticky a {
	color: inherit;
}

/********************** サブメニュー **********************/
.FooterSticky-subList {
	width: 320px;
	border-radius: 9px 9px 9px 0;
	background-color: #36b5a4;
	padding: 10px 20px 20px;
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: left;
}

.FooterSticky-subList-li {
	margin-right: 10px;
}

.FooterSticky-subList-li:nth-child(even) {
	margin-right: 0;
}

.FooterSticky-subList-li:hover {
	color: #36b5a4;
	transition: none;
}

.FooterSticky-subList-li a {
	padding: 0;
	margin: 0;
}

li.u-subtitle-footer {
	border: 0;
	text-align: left;
	line-height: 20px;
	min-height: 20px;
	max-height: 20px;
	margin-top: 20px;
}

li.u-subtitle-footer:hover {
	background-color: #36b5a4;
	color: #fff;
	transition: none;
	cursor: initial;
}

.u-subtitle-footer+.Header-navArea-item {
	margin-top: 0;
}



/*		spMode
-----------------------------------*/
html.spMode .FooterSticky-subList {
	width: 750px;
	border-radius: 0;
	padding: 20px 0 40px;
	position: static;
	bottom: auto;
	left: auto;
	text-align: center;
}

.FooterSticky-subList-li {
	margin-right: 0;
}

.FooterSticky-subList-li:nth-child(even) {
	margin-right: 0;
}

.FooterSticky-subList-li:hover {
	color: #36b5a4;
	transition: none;
}

.FooterSticky.js-stickyOff {
	/*height: 0;*/
	display: none !important;
	transition: all 0.3s;
}


/*********************************************************************************
		コンテンツ
**********************************************************************************/
/********************** 包括ブロック Contents **********************/
.Contents {
	max-width: 100%;
	min-width: 1020px;
}

/*		spMode
-----------------------------------*/
html.spMode .Contents {
	min-width: 640px;
	margin-top: 0;
}

/*** 下層ページベース ***/
.Contents--lower {
	margin-top: 121px;
}


/*********************************************************************************
		ページTOPへ PageTop
**********************************************************************************/
.PageTop {
	width: 1020px;
	min-width: 1020px;
	margin: 0 auto;
	position: relative;
}

.PageTop-cont {
	display: none;
	width: 58px;
	height: 58px;
	/*position: absolute;
	right: 0;
	top: -20px;*/
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 200;
}

/*		spMode
-----------------------------------*/
html.spMode .PageTop {
	width: 750px;
	min-width: 750px;
}

html.spMode .PageTop-cont {
	display: none;
	width: 116px;
	height: 116px;
}


/*********************************************************************************
		ページネーション Pagination
**********************************************************************************/
.Pagination {
	margin: 60px auto;
}

.Pagination-list {}

.Pagination-list-li {
	width: 40px;
	max-height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	color: #307cc0;
	text-align: center;
	margin-left: 20px;
}

.Pagination-list-li:first-child {
	margin-left: 0;
}

.Pagination-list-li a {
	display: block;
	color: inherit;
}

.Pagination-list-li a:hover {
	transition: nonel;
}

.Pagination-list-li--prev {
	width: 120px;
	font-size: 1.4rem;
}

.Pagination-list-li--next {
	width: 120px;
	font-size: 1.4rem;
}

.Pagination-list-li--back {
	width: 160px;
	font-size: 1.4rem;
}

.Pagination-list-li--prev.u-chevLeft--left:before {
	border-color: #317dc0;
	left: 14px;
}

.Pagination-list-li--next.u-chevRight:after {
	border-color: #317dc0;
	right: 14px;
}

.Pagination-list-li.u-current,
.Pagination-list-li:hover {
	background-color: #317dc0;
	color: #fff;
	opacity: 1;
}

.Pagination-list-li.u-current a,
.Pagination-list-li:hover a {
	color: inherit;
}

.Pagination-list-li:hover.u-chevLeft--left:before,
.Pagination-list-li:hover.u-chevRight:after {
	border-color: #fff;
}

/*		spMode
-----------------------------------*/
html.spMode .Pagination {
	margin: 120px auto;
}

html.spMode .Pagination-list-li {
	width: 80px;
	max-height: 80px;
	line-height: 80px;
	font-size: 3.2rem;
	margin-left: 20px;
}

html.spMode .Pagination-list-li:first-child {
	margin-left: 0;
}

html.spMode .Pagination-list-li--prev {
	width: 220px;
	font-size: 2.8rem;
}

html.spMode .Pagination-list-li--next {
	width: 220px;
	font-size: 2.8rem;
}

html.spMode .Pagination-list-li--back {
	width: 240px;
	font-size: 2.8rem;
}

html.spMode .Pagination-list-li--prev.u-chevLeft--left:before {
	left: 28px;
}

html.spMode .Pagination-list-li--next.u-chevRight:after {
	right: 28px;
}

.image-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
	max-width: 70vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.image-gallery a {
	display: block;
	flex: 1 1 calc(20% - 10px);
	margin: 0 5px;
	position: relative;
}

.image-gallery img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border: 1px solid #ccc;
}

.new-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	background-image: url('https://emar.co.jp/wp/wp-content/themes/emar/img/common/new_icon.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}
.MainArea-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画面サイズに合わせて適切に調整 */
}
/* スマホ表示時のスタイル調整 */
@media (max-width: 768px) {
	.image-gallery {
		max-width: 100vw;
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.image-gallery a {
		flex: 1 1 50%;
		margin: 0;
	}

	.image-gallery img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border: none;
	}

	.new-icon {
		width: 100px;
		/* スマホ表示時のアイコンサイズを大きく設定 */
		height: 100px;
	}
	.MainArea-img img{
		display: none;
	}
}