@charset "UTF-8";
/* ------------------------------
BASE
------------------------------ */
html {
	font-size: 62.5%;
}
body{
	position: relative;
	margin:0;
	padding:0;
	font-size:14px;
	font-size:1.4rem;
	font-family:'メイリオ', 'Meiryo' ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#3E3F44;
	background:#fff ;
	text-align:center;
}
div ,p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,form ,li ,ul ,ol ,dl ,dd ,dt ,table {
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
}

/* Micro clearfix */
.clearfix { zoom: 1; }
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.wrap { zoom: 1; }
.wrap:before,
.wrap:after { content: ""; display: table; }
.wrap:after { clear: both; }

blockquote { zoom: 1; }
blockquote:before,
blockquote:after { content: ""; display: table; }
blockquote:after { clear: both; }

.post { zoom: 1; }
.post:before,
.post:after { content: ""; display: table; }
.post:after { clear: both; }

/* サイズ調整用 */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* --------------------------------------------------------- 汎用 */
.hid{
	display:none;
}
.small{
	font-size:10px;
	font-size:1rem;
}
.large{
	font-size:16px;
	font-size: 1.6rem;
}
.alignRight{
	text-align:right;
}
.alignCenter{
	text-align:center;
}
.alignLeft{
	text-align:left;
}
.red{
	color:#FF3300;
}
.blue{
	color: #2662AC;
}
/* レスポンシブ表示調整 */
.sp{
	display: none;
}
.tablet{
	display: none;
}
/* エラーメッセージ */
.error{
	color:#FF3300;
	margin:1em 0px 1.5em 45px;
	line-height: 1.3;
}
.error li{
	margin:0.5em 0;
	font-weight: bold;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* --------------------------------------------------------- リンクの基本色 */
a:link { text-decoration:none; color:#2662AC;transition: all 0.4s;}
a:visited { text-decoration:none; color:#2662AC; }
a:active { text-decoration:none; color:#004380; }
a:hover { text-decoration:none; color:#004380;}

/* --------------------------------------------------------- 画像共通 */
img{
	vertical-align:top;
	max-width: 100%;
}
img.alignright{
	float:right;
	margin:0px 0px 5px 10px;
}
img.alignleft{
	float:left;
	margin:0px 10px 5px 0px;
}
img.aligncenter{
	float: none;
	margin: 0 auto;
	display: block;
}

/* --------------------------------------------------------- 枠組み共通 */
.wrap{
	position: relative;
	max-width:1024px;
	margin:0 auto;
}
#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
}
/* --------------------------------------------------------- header */
#header{
	height: 90px;
}
#header .inner{
	width: 100%;
	height: 90px;
	position: fixed;
	text-align:left;
	border-bottom: solid 2px #eeeeee;
	background: #ffffff;
	z-index: 9999;
}
#header a:link { text-decoration:none; color:#3E3F44; }
#header a:visited { text-decoration:none; color:#3E3F44; }
#header a:active { text-decoration:none; color:#2662AC; }
#header a:hover { text-decoration:none; color:#2662AC;}


/* --------------------------- logo */
#header .logo{
	position: absolute;
	left: 35px;
	bottom: 28px;
}
#header .logo img{
	max-width:270px;
	height: auto;
}

/* --------------------------- global navigation */
#gNav {
	position: absolute;
	left: 380px;
	bottom: 25px;
}
#gNav ul{
	list-style: none;
	text-align: left;
}
#gNav ul.nav li{
	display: inline-block;
	padding:0 40px 0 0;
	vertical-align: top;
	font-weight: bold;
}

/* --------------------------- breadcrumb */
.breadcrumb {
	margin-top: 0;
	padding: 20px 0 0 35px;
	text-align: left;
}
.breadcrumb li {
	font-size: 14px;
	font-size: 1.4rem;
	list-style: none;
	display: inline;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 10px;
}
.breadcrumb li:last-child {
	content: ' ';
}
.breadcrumb li:last-child:after {
	content: ' ';
}

/* --------------------------------------------------------- pagetop */
#pagetop{
}


/* --------------------------------------------------------- contents */
#main{
	clear:both;
}
#contents{
}


/* 見出し */
.articleTitle{
	margin:80px 0;
	font-size:20px;
	font-size:2.0rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #2662ac;
}
.articleTitle span{
	display: block;
	line-height: 1;
}
.articleTitle span.en{
	display: inline-block;
	margin-bottom: 20px;
	padding:0 40px 20px 40px;
	border-bottom: solid 1px #c8c8c8;
	font-size:33px;
	font-size:3.3rem;
}
.articleTitle span.ja{
	color: #4d4d4d;
}

/* キャッチコピー（基本） */
.articleCopy{
	margin:80px 0;
	font-size:24px;
	font-size:2.4rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #21356c;
}


a.arrow {
	display:inline-block;
	padding-right:30px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 21px auto;
	background-image: url(../img/arrow_blue_02.png);
}



.article#inquiry{
	padding: 70px 0;
	background-color: #f1f1f1;
}
.article#inquiry .articleCopy{
	margin-top: 0;
}
.article#inquiry ul{
	display:flex;
	align-items: normal;
	justify-content: center;
	padding:35px 0;

	list-style:none;
	background-color: #fff;
	border:solid 1px #cccccc;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
}
.article#inquiry li{
	width:calc(100% / 3);
	font-size:16px;
	font-size:1.6rem;
}
.article#inquiry li:nth-child(2){
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
.article#inquiry li h3{
	padding-bottom: 70px;
	line-height:1;
	font-size:18px;
	font-size:1.8rem;
	font-weight: normal;
	letter-spacing: 0.05em;

	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.article#inquiry li.tel h3 {
	background-size: 45px auto;
	background-image: url(../img/ico_circle_tel.png);
}
.article#inquiry li.mail h3 {
	background-size: 46px auto;
	background-image: url(../img/ico_mail.png);
}
.article#inquiry li.map h3 {
	background-size: 30px auto;
	background-image: url(../img/ico_map.png);
}


.article#inquiry li.tel {
	line-height:2;
}
.article#inquiry li.mail a.arrow,
.article#inquiry li.map a.arrow{
	line-height:4;
} 


/* --------------------------- footer */
#footer{
	clear:both;
	padding-top: 70px;
	text-align:left;
}
#footer a:link { text-decoration:none; color:#3E3F44; }
#footer a:visited { text-decoration:none; color:#3E3F44; }
#footer a:active { text-decoration:none; color:#2662AC; }
#footer a:hover { text-decoration:none; color:#2662AC;}

.footerTel{
	text-align: center;
	padding-bottom: 120px;
	margin-bottom: 80px;
	border-bottom: solid 1px #cccccc;
}

.footerInfo{
	margin-bottom: 30px;
}
.footerInfo p{
	display:inline-block;
	margin-right: 1em;
}
#footer .logo{
	margin-bottom: 30px;
}
#footer .logo img{
	display:inline-block;
	max-width:270px;
	height: auto;
}

.footerNav {
	padding-top: 30px;
	border-top: solid 1px #cccccc;
	text-align:left;
}
.footerNav li{
	display:inline-block;
	list-style:none;
	padding-right: 40px;
}
/* -------------------- copyright */
address{
	margin:45px 0;
	font-style: normal;
	text-align:center;
}

#pagetop{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index:1000;
}


/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ960px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {

/* --------------------------------------------------------- 汎用パーツ */
/* レスポンシブ表示調整 */
.tablet{
	display: block;
}


/* --------------------------------------------------------- 枠組み共通 */
.wrap{
	margin:0 auto;
	padding:0 2%;
}

#header {
	height: 40px;
}
#header .inner{
	height: 40px;
}
#header a:link { text-decoration:none; color:#fff; }
#header a:visited { text-decoration:none; color:#fff; }
#header a:active { text-decoration:none; color:#ddd; }
#header a:hover { text-decoration:none; color:#ddd;}

#header .logo{
	left: 10px;
	bottom: 10px;;
	z-index: 1001;
}
#header .logo img{
	max-width:140px;
}
#header a{
	color: #fff;
}
/* --------------------------- global navigation */
#gNav{
	top: 0;
	bottom:0;
	left: auto;
	right:0;
	z-index: 1000;
	width:100%;
}

#gNav .btn{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px ;
	height: 40px;
	padding:11px 13px;
	background-color: #2662AC;
	z-index: 1000;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 14px;
	height: 17px;
}
.menu-trigger span {
	position: absolute;
	/*left: 3px;*/
	width: 100%;
	height: 3px;
	background-color: #fff;
	/*border-radius: 4px;*/
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

#gNav ul.nav{
	display:none;
	width:100%;
	padding: 40px 0 0 0;
}
#gNav ul.nav li{
	display: block;
	margin:30px 0;
	padding:0 20px;
}
#gNav ul.nav li a{
	padding: 20px 0;
}

}



/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ767px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

@media screen and (max-width: 767px){
body{
	font-size:12px;
	font-size:1.2rem;
}


/* --------------------------------------------------------- 汎用パーツ */
/* レスポンシブ表示調整 */
.pc{
	display: none;
}
.tablet{
	display: none;
}
.sp{
	display: block;
}
br.sp{
	display: inline;
}
.wrap{
	padding:0 5%;
}



/* --------------------------- breadcrumb */
.breadcrumb {
	margin-top: 0;
	padding: 15px 0 0 10px;
	text-align: left;
}
.breadcrumb li {
	font-size: 9px;
	font-size: 0.9rem;
}


/* 見出し */
.articleTitle{
	margin:40px 0;
	font-size:12px;
	font-size:1.2rem;
}

.articleTitle span.en{
	display:none;
	margin-bottom: 20px;
	padding:0 40px 20px 40px;
}
/* キャッチコピー（基本） */
.articleCopy{
	margin:40px 0;
	font-size:12px;
	font-size:1.2rem;
}


/*CTA*/
.article#inquiry{
	padding:30px 0;
}
.article#inquiry ul{
	display:block;
	padding:0;
	border:none;
	background-color: transparent;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0);
}
.article#inquiry li{
	width:100%;
	padding:0px 0;
	margin-bottom: 25px;
	background-color: #fff;
	font-size:12px;
	font-size:1.2rem;
	font-weight: bold;

	background-image: linear-gradient(-135deg, #f1f1f1 10px, transparent 0);
}
.article#inquiry li:nth-child(2){
	border-left:solid 0px #cccccc;
	border-right:solid 0px #cccccc;
}
.article#inquiry li:last-child{
	margin-bottom: 0;
}
.article#inquiry li.mail a.arrow,
.article#inquiry li.map a.arrow{
	line-height:1;
} 

.article#inquiry li h3{
	padding:0;
	font-size:12px;
	font-size:1.2rem;
	font-weight: bold;
	text-align: left;
}
.article#inquiry li.tel h3 {
	background-image: none;
}
.article#inquiry li.mail h3 {
	background-image: none;
}
.article#inquiry li.map h3 {
	background-image: none;
}
.article#inquiry li h3 a{
	display:block;
	padding:25px 0 25px 60px;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	color:#3E3F44;
}
.article#inquiry li.tel h3 a{
	background-size: 23px auto;
	background-image: url(../img/ico_circle_tel.png);
}
.article#inquiry li.mail h3 a{
	background-size: 23px auto;
	background-image: url(../img/ico_mail.png);
}
.article#inquiry li.map h3 a{
	background-size: 23px auto;
	background-image: url(../img/ico_map.png);
}


/* --------------------------- footer */
#footer{
	padding-top: 25px;
	text-align:center;
}

.footerInfo{
	margin-bottom: 15px;
}
.footerInfo p{
	display:block;
	margin-right: 0;
	margin-bottom: 0.5em;
}
#footer .logo{
	margin-bottom: 15px;
}
#footer .logo img{
	width:50%;
	max-width:270px;
}
.footerNav {
	display:none;
}
/* -------------------- copyright */
address{
	font-size:8px;
	font-size:.8rem;
	margin:30px 0 20px 0;
}

}

