@charset "utf-8";
/*
Theme Name: interwork
Theme URI: null
Description: Description
Author: Shunc - QP
Version: 1.0
*/

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "小塚ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 42px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.animation {
	opacity: 0;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		margin-bottom: 26px;
	}

	#container {
		padding-top: 50px;
	}

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
/*#gHeader {
	padding: 15px 0 17px;
	margin: 0 auto;
	width: 1084px;
}*/
#gHeader {
	padding: 15px auto;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,0.9);
}
#gHeader .pc_head {
	margin: auto;
	width: 1084px;
	padding:15px 0px;
	height: 40px;
	position: relative;

}

#gHeader h1 {
	float: left;
}

#gHeader .hLink {
	margin-top: 11px;
	float: right;
	width: 55px;
	text-align: right;
	display: none;
}


#gHeader .hLink li {
	display: inline-block;
}

#gHeader .hLink li a img {
	display: block;
	width: 21px;
}

#gHeader .hLink li a:hover img {
	opacity: 0.7;
}

#gHeader .menuBox {
	width: 670px;
	float: right;
}
#gHeader .pc_head .bnr {
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 90;
}

#gHeader .bnr img{
width: 120px;
transition-duration: 0.2s;
}

.bnr:hover img{
  transform: scale(1.2);
  transition-duration: 0.2s;
}

@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: block !important;
	}

}

@media screen and (max-width: 767px) {
	#gHeader {
		padding: 0;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		background: rgba(255,255,255,0.9);
	}
	#gHeader .pc_head{
		width: 100%;
		padding:0;
		height:50px;
	}

	#gHeader h1 {
		padding: 14px 0 9px;
		float: none;
		margin: 0;
		text-align: center;
		position: relative;
		z-index: 90;
	}

	#gHeader.on h1 {
		position: relative;
		background-color: #fff;
	}

	#gHeader h1 img {
		width: 130px;
	}

	#gHeader .menuBox {
		display: none;
		width: auto;
		float: none;
		text-align: center;
		position: fixed;
		background-color: #fff;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 80;
		max-height: 100%;
		overflow-y: auto;
	}

	#gHeader .menu {
		position: absolute;
		top: 12px;
		left: 23px;
		z-index: 90;
	}
	#gHeader .bnr {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 90;
	}

	#gHeader .menu img{
		width: 34px;
	}
	#gHeader .bnr img{
		width: 80px;
	}
.bnr:hover img{
  transform: none;
  transition-duration: none;
}
	#gHeader .menu .over {
		display: none;
	}

	#gHeader .menu .on .out {
		display: none;
	}

	#gHeader .menu .on .over {
		display: block;
	}

	#gHeader .hLink {
		padding: 63px 0 20px;
		margin: 0;
		float: none;
		width: auto;
		text-align: center;
	}

	#gHeader .hLink li {
		margin: 0 2px;
		float: none !important;
		display: inline-block;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 8px;
	float: left;
	width: 600px;
	text-align: center;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#gNavi > li {
	margin: 0 12px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	vertical-align: top;
}

#gNavi > li > a {
	display: block;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#gNavi > li > a:before {
	margin: 0 auto;
	position: absolute;
	top: -6px;
	left: -2px;
	right: -2px;
	height: 1px;
	background-color: #000;
	content: "";
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 0;
}

#gNavi > li.on > a:before,
#gNavi > li > a:hover:before {
	width: 100%;
}

#gNavi > li.on > a,
#gNavi > li > a:hover {
	color: #d4d4d4;
}

#gNavi li .subBox {
	padding-top: 11px;
	position: absolute;
	top: 100%;
	left: -25px;
	width: 164px;
	display: none;
	z-index: 10;
}

#gNavi li .subBox .subNavi {
	padding: 20px 0;
	border-radius: 4px;
	border: 1px solid #000;
	background-color: #fff;
}

#gNavi li .subBox:before {
	position: absolute;
	top: 0;
	left: 48px;
	background: url(img/common/com_img01.png) no-repeat;
	width: 12px;
	height: 13px;
	content: "";
}

#gNavi li .subBox .subNavi li {
	font-weight: normal;
	line-height: 1.375;
}

#gNavi li .subBox .subNavi li a {
	padding: 8px 20px 5px;
	display: block;
	position: relative;
}

#gNavi li .subBox .subNavi li a:hover {
	opacity: 0.7;
}

#gNavi li .subBox .subNavi li a:before {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	height: 1px;
	background: #DBDBDB;
	content: "";
}

#gNavi li .subBox .subNavi li:last-child a:before {
	display: none;
}

@media screen and (max-width: 767px) {
	#gNavi {
		padding: 50px 0 60px;
		float: none;
		width: auto;
	}

	#gNavi li {
		display: block;
		font-size: 19px;
	}

	#gNavi li a {
		padding: 9px 0;
		display: block;
	}


	#gNavi > li > a:hover {
		color: #d4d4d4;
	}

	#gNavi > li.on > a {
		color: #d4d4d4;
	}

	#gNavi > li > a:before {
		top: 5px;
	}

	#gNavi > li.on > a:before,
	#gNavi > li > a:hover:before {
		width: 35px;
	}

	#gNavi li .subBox {
		padding: 0;
		position: static;
		width: auto;
	}

	#gNavi li .subBox:before {
		display: none;
	}

	#gNavi li .subBox .subNavi {
		border: none;
	}

	#gNavi li .subBox .subNavi li {
		font-weight: normal;
		line-height: 1.375;
	}

	#gNavi li .subBox .subNavi li a {
		padding: 8px 20px 5px;
		display: block;
		position: relative;
		border-bottom: 1px solid #DBDBDB;
	}

	#gNavi li .subBox .subNavi li a:before {
		display: none
	}

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 105px;
	padding: 7px 0 6px;
	background-color: #EDEDED;
}

#pagePath ul {
	margin: 0 auto;
	width: 1044px;
}

#pagePath li {
	display: inline;
	font-size: 16px;
	letter-spacing: 2.5px;
}

#pagePath li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#pagePath {
		margin: 0;
		padding: 0 23px;
		line-height: 1.3;
	}

	#pagePath ul {
		width: auto;
	}

	#pagePath li {
		font-size: 14px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 15px;
	position: relative;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 1100px;
}

#gFooter .fBox .fLogo {
	float: left;
}

#gFooter .fBox ul {
	margin-top: 16px;
	color: #A8A8A8;
	float: right;
	font-weight: bold;
	width: 800px;
	text-align: right;
}

#gFooter .fBox ul li {
	display: inline-block;
	font-size: 16px;
}

#gFooter .fBox ul li a {
	margin: 0 5px;
}

#gFooter .fBox ul li a:hover {
	text-decoration: underline;
}

#gFooter .fBox ul .color {
	color: #000;
}

#gFooter .copyright {
	margin: 22px auto 0;
	color: #4f4d4c;
	font-size: 12px;
	width: 1100px;
	text-align: center;
}

#gFooter .fImg {
	font-size: 16px;
	position: absolute;
	bottom: 50px;
	right: 35px;
	min-width: 85px;
	text-align: center;
}

#gFooter .fImg span {
	margin-bottom: 5px;
	display: block;
}

#gFooter .fImg img {
	width: 44px;
}

#gFooter .fImg a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#gFooter {
		padding: 0 24px 80px;
		position: relative;
	}

	#gFooter .fBox {
		margin-bottom: 30px;
		width: auto;
	}

	#gFooter .fBox .fLogo {
		display: none;
	}

	#gFooter .fBox ul {
		margin-top: 16px;
		float: none;
		width: auto;
		text-align: left;
	}

	#gFooter .fBox ul li {
		margin-top: 22px;
		display: block;
		font-size: 14px;
	}

	#gFooter .fBox ul li:first-child {
		margin-bottom: 0;
	}

	#gFooter .fBox ul li a {
		margin: 0;
	}

	#gFooter .fBox ul li a:hover {
		text-decoration: none;
	}

	#gFooter .copyright {
		margin: 0;
		font-size: 11px;
		width: auto;
	}

	#gFooter .fImg {
		margin-bottom: 50px;
		font-size: 12px;
		position: static;
		min-width: 85px;
		text-align: left;
	}

	#gFooter .fImg a {
		margin-left: 10px;
	}

	#gFooter .fImg img {
		width: 30px;
	}

	#gFooter .fImg a:hover img {
		opacity: 1;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
/* 	padding: 25px 0 51px;
	font-size: 38px;
	text-align: center;
	line-height: 1.1;
	position: relative; */
	    font-size: 38px;
    position: relative;
    padding: 25px 0 50px;
    letter-spacing: 3px;
    text-align: center;
    font-family: 游ゴシック体, 'yu gothic', yugothic, 'ヒラギノ角ゴシック pro', 'hiragino kaku gothic pro', メイリオ, meiryo, osaka, 'ｍｓ ｐゴシック', 'ms pgothic', sans-serif;
    line-height: 1.3;
}

#main .headLine01 span {
/* 	display: block;
	font-size: 14px; */
	display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}

#main .headLine01:before {
/* 	position: absolute;
	top: 0;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	content: "";
	height: 1px;
	background: #000; */
	content: '';
    width: 140px;
    height: 1px;
    position: absolute;
    background: #000;
    left: 50%;
    top: 2px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
	#main .headLine01 {
		    font-size: 26px!important;
	}

	#main .headLine01:before {
		width: 73px!important;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 20px;
	color: #bab9b9;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#main .headLine02 {
		margin-bottom: 5px;
		font-size: 25px;
	}
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
	margin: 0 auto;
	width: 1080px;
}

@media screen and (max-width: 767px) {
	#main .mainBox {

		margin: 0 auto;
		width: auto;
	}
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin-bottom: 29px;
	text-align: center;
}

.pageTop img {
	width: 46px;
}
.pageTop a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.pageTop {
		margin-bottom: 0;
		position: fixed;
		bottom: 6px;
		right: 20px;
		display: none;
	}
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
#main .mainVisual {
	padding-top: 230px;
	text-align: center;
	height: 545px;
	box-sizing: border-box;
	background: url(img/common/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
	font-size: 60px;
	color: #000;
	    font-family: 游ゴシック体, 'yu gothic', yugothic, 'ヒラギノ角ゴシック pro', 'hiragino kaku gothic pro', メイリオ, meiryo, osaka, 'ｍｓ ｐゴシック', 'ms pgothic', sans-serif;
}

#main .mainVisual h2 {
	margin-bottom: 36px;
	font-size: 0.9em;
	line-height: 1.1;
}

#main .mainVisual h2 span {
	    font-size: 24px;
    opacity: .8;
	display: block;
    font-weight: 500;
    padding-top: 10px;
}

#main .mainVisual p {
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	#main .mainVisual {
		margin-bottom: 60px;
/* 		padding: 68px 5px 0; */
/* 		height: 250px; */
		padding-top:180px;
		height: 488px;
		background: url(img/common/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .mainVisual h2 {
		margin-bottom: 15px;
		font-size: 30px;
	}

	#main .mainVisual h2 span {
		font-size: 16px;
	}

	#main .mainVisual p {
		font-size: 20px;
		line-height: 1.32;
	}

}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .index .topBox {
	opacity: 0;
	margin-bottom: 101px;
	text-align: center;
	position: relative;
	height: calc(100vh - 70px);
	background: url(img/index/top_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .index .topBox .subBox {
	position: absolute;
	top: 29%;
	left: 0;
	right: 0;
	opacity: 0;
	margin-top: -50px;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
}

#main .index .topBox .subBox.on {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
}

#main .index .topBox h2 {
	margin-bottom: 75px;
}

#main .index .topBox p {
	color: #fff;
	font-size: 40px;
	opacity: 0;
	letter-spacing: 2px;
	transition: all 1.2s ease 0.8s;
	-webkit-transition: all 1.2s ease 0.8s;
	-ms-transition: all 1.2s ease 0.8s;
}

#main .index .topBox p span {
	font-weight: bold;
}

#main .index .topBox .arrow {
	position: absolute;
	bottom: 49px;
	left: 50%;
	margin-left: -35px;
	opacity: 0;
	transition: all 1.2s ease 1.6s;
	-webkit-transition: all 1.2s ease 1.6s;
	-ms-transition: all 1.2s ease 1.6s;
}

#main .index .topBox.on p,
#main .index .topBox.on .arrow {
	opacity: 1;
}

#main .index .topBox .arrow a:hover {
	opacity: 0.7;
}

#main .index .sec01 {
	margin: 0 auto 187px;
	width: 1080px;
}

#main .index .sec01 li {
	margin-right: 30px;
	float: left;
	width: 340px;
	position: relative;
}

#main .index .sec01 li:nth-child(2) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
}

#main .index .sec01 li:nth-child(3) {
	margin-right: 0;
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
}

#main .index .sec01 li a {
	display: block;
}

#main .index .sec01 li span {
	display: block;
	position: absolute;
}

#main .index .sec01 li .txt {
	font-size: 28px;
	font-weight: bold;
	top: 95px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	letter-spacing: 1px;
}

#main .index .sec01 li .link {
	padding: 7px 5px 6px;
	position: absolute;
	bottom: 50px;
	width: 137px;
	left: 50%;
	margin-left: -68px;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
}

#main .index .sec01 li .link img {
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 10;
}

#main .index .sec01 li .link:before {
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-ms-transition: width 0.3s;

	content: "";
}

#main .index .sec01 li a:hover .link:before {
	width: 100%;
}

#main .index .sec02 {
	padding: 82px 0 71px;
	background-color: #F2F2F2;
}

#main .index .sec02 .secUl > li {
	margin-right: 85px;
	float: left;
	font-size: 16px;
	line-height: 1.63;
	width: 302px;
}

#main .index .sec02 .secUl > li:nth-child(2) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
}

#main .index .sec02 .secUl > li:nth-child(3) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
}

#main .index .sec02 .secUl > li:nth-child(3n) {
	margin-right: 0;
}

#main .index .sec02 .secUl > li .headLine01 {
	padding: 26px 0 43px;
}

#main .index .sec02 .secUl > li .date {
	margin-bottom: 12px;
}

#main .index .sec02 .secUl > li .date span {
	display: inline-block;
}

#main .index .sec02 .secUl > li .date .num {
	width: 100px;
}

#main .index .sec02 .secUl > li .date .txt {
	padding-top: 2px;
	width: 200px;
	color: #4b4948;
	line-height: 1.3;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}

#main .index .sec02 .secUl > li ul {
	margin-bottom: 46px;
}

#main .index .sec02 .secUl > li li {
	margin-top: 45px;
}

#main .index .sec02 .secUl > li li:first-child {
	margin-top: 0;
}

#main .index .sec02 .secUl > li li a {
	display: block;
}

#main .index .sec02 .secUl > li li a:hover {
	opacity: 0.7;
}

#main .index .sec02 .secUl > li .link {
	margin: 0 auto;
	width: 150px;
	box-sizing: border-box;
	text-align: center;
}

#main .index .sec02 .secUl > li .link a {
	padding: 3px 0 2px;
	display: block;
	line-height: 1.2;
	letter-spacing: 1.5px;
	border: 1px solid #000;
	background-color: #fff;
	border-radius: 20px;
}

#main .index .sec02 .secUl > li:nth-child(3) .link a {
	padding: 4px 0 1px;
}

#main .index .sec02 .secUl > li .link a span {
	padding-right: 20px;
	display: inline-block;
	background: url(img/common/icon01.png) no-repeat right 5px;
	background-size: 13px 9px;
}

#main .index .sec02 .secUl > li .link a:hover {
	color: #fff;
	background-color: #000;
}

#main .index .sec02 .secUl > li .link a:hover span {
	background: url(img/common/icon02.png) no-repeat right 5px;
	background-size: 13px 9px;
}

#main .index .sec02 .secUl > li:nth-child(3) .headLine01 {
	padding-bottom: 40px;
}

#main .index .sec02 .secUl > li:nth-child(3) p {
	margin-bottom: 21px;
	line-height: 1.44;
}

@media screen and (max-width: 767px) {
	#main .index .topBox {
		margin-bottom: 60px;
		height: 100vh;
		background: url(img/index/sp_top_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .index .topBox .subBox {
		margin-top: -80px;
		left: 27px;
		right: 27px;
		top: 50%;
	}

	#main .index .topBox h2 {
		margin-bottom: 66px;
	}

	#main .index .topBox h2 img {
		max-width: 321px;
		width: 100%;
	}

	#main .index .topBox p {
		margin: 0 -5px;
		font-size: 15.5px;
		line-height: 1.67;
		letter-spacing: 2px;
	}

	#main .index .topBox .arrow {
		bottom: 23px;
		margin-left: -21px;
	}

	#main .index .topBox .arrow img {
		width: 42px;
	}

	#main .index .sec01 {
		margin-bottom: 85px;
		width: auto;
	}

	#main .index .sec01 li {
		margin: 0 0 48px;
		float: none;
		width: auto;
	}

	#main .index .sec01 li:nth-child(2) {
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-ms-animation-delay: 0s;
	}

	#main .index .sec01 li:nth-child(3) {
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-ms-animation-delay: 0s;
	}

	#main .index .sec01 li:last-child {
		margin: 0;
	}

	#main .index .sec01 li img {
		width: 100%;
	}

	#main .index .sec01 li .txt {
		font-size: 24px;
		top: 37%;
	}

	#main .index .sec01 li a:hover .link,
	#main .index .sec01 li .link {
		padding: 5px;
		bottom: 16%;
		width: 102px;
		left: 50%;
		margin-left: -51px;
		background: rgba(0,0,0,0.5);
	}

	#main .index .sec01 li .link img {
		width: 22px;
	}

	#main .index .sec01 li .link:before {
		display: none;
	}

	#main .index .sec02 {
		padding: 60px 25px 64px;
	}

	#main .index .sec02 .secUl > li {
		margin: 0 0 60px;
		float: none;
		line-height: 1.25;
		width: auto;
	}

	#main .index .sec02 .secUl > li:nth-child(2) {
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-ms-animation-delay: 0s;
	}

	#main .index .sec02 .secUl > li:nth-child(3) {
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-ms-animation-delay: 0s;
	}

	#main .index .sec02 .secUl > li:last-child {
		margin-bottom: 0;
	}

	#main .index .sec02 .secUl > li .headLine01 {
		padding: 13px 0 41px;
	}

	#main .index .sec02 .secUl > li .date {
		margin-bottom: 17px;
		font-size: 14px;
	}

	#main .index .sec02 .secUl > li .date .num {
		margin-right: 8px;
		width: auto;
	}

	#main .index .sec02 .secUl > li .date .txt {
		padding: 2px 0 2px;
		min-width: 125px;
		width: auto;
		line-height: 0.8;
	}

	#main .index .sec02 .secUl > li li {
		margin-top: 35px;
	}

	#main .index .sec02 .secUl > li .link {
		width: auto;
		text-align: right;
	}

	#main .index .sec02 .secUl > li .link a {
		padding: 1px 12px 2px;
		display: inline-block;
	}

	#main .index .sec02 .secUl > li:nth-child(3) .link a {
		padding: 1px 12px 1px;
	}

	#main .index .sec02 .secUl > li .link a span {
		padding-right: 20px;
		display: inline-block;
		background-size: 11px auto;
		background-position: right 7px;
	}

	#main .index .sec02 .secUl > li .link a:hover span {
		background-size: 11px auto;
		background-position: right 7px;
	}

	#main .index .sec02 .secUl > li:nth-child(3) .link a span,
	#main .index .sec02 .secUl > li:nth-child(3) .link a span {
		background-position: right 6px;
	}

	#main .index .sec02 .secUl > li:nth-child(3) .headLine01 {
		padding-bottom: 43px;
		color: #000;
	}

	#main .index .sec02 .secUl > li:nth-child(3) .headLine01:before {
		background-color: #000;
	}

	#main .index .sec02 .secUl > li:nth-child(3) p {
		color: #000;
		line-height: 1.25;
	}

	#main .index .sec02 .secUl > li:nth-child(3) p:last-of-type {
		margin-bottom: 46px;
	}

	#main .index .sec02 .secUl > li:nth-child(3) .link a span {
		padding-right: 23px;
		background-size: 11px auto;
	}

	#main .index .sec02 .secUl > li:nth-child(3) .link a:hover span {
		background-size: 11px auto;
	}

	#main .index .eir_page_top .s_eirList_item_head {
		margin-bottom: 17px;
		font-size: 14px;
	}

	#main .index .eir_page_top .s_eirList_item_category {
		padding: 2px 0 2px;
		min-width: 125px;
		width: auto;
		line-height: 0.8;
	}

}

/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .company .headLine01 {
	padding-bottom: 83px;
}

#main .company .sec {
	margin: 0 auto 90px;
	width: 882px;
	text-align: center;
}

#main .company .sec p {
	margin-bottom: 64px;
	font-size:16px;
	line-height: 1.55;
}

#main .company .sec p:last-of-type {
	margin-bottom: 0;
}

#main .company .sec01 {
	margin-bottom: 100px;
}

#main .company .sec .ttl {
	margin-bottom: 25px;
	padding: 3px 0 1px;
	font-size: 30px;
	line-height: 1.4;
	border: 1px solid #000;
}

#main .company .messageBox {
	margin-bottom: 100px;
}

#main .company .messageBox .headLine01 {
	padding-bottom: 33px;
}

#main .company .messageBox .bgBox {
	padding: 73px 100px 72px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 3px;
	background-color: #F2F2F2;
}

#main .company .messageBox .bgBox p {
	margin-bottom: 33px;
}

#main .company .messageBox .bgBox p:last-of-type {
	margin-bottom: 0;
}

#main .company .messageBox .bgBox .btmTxt {
	margin: 65px 0 0 0;
	text-align: right;
}

#main .company .messageBox .bgBox .btmTxt > span {
	display: inline-block;
	text-align: left;
}

#main .company .messageBox .bgBox .btmTxt > span span {
	display: inline-block;
}

#main .company .messageBox .bgBox .btmTxt > span .lTxt {
	width: 260px;
}

#main .company .companyBox {
	margin-bottom: 80px;
}

#main .company .companyBox .headLine01 {
	padding-bottom: 54px;
}

#main .company .companyBox dl {
	font-size: 16px;
	letter-spacing: 2.5px;
}

#main .company .companyBox dt {
	padding-top: 11px;
	float: left;
}

#main .company .companyBox dd {
	padding: 11px 0 10px 14.8em;
	border-bottom: 1px solid #F0F0F0;
}

#main .company .companyBox dd .txt {
	display: block;
}

#main .company .companyBox dd li {
	margin-top: 21px;
}

#main .company .companyBox dd li:first-child {
	margin: 0;
}

#main .company .companyBox .ddStyle {
	line-height: 1.65;
}

#main .company .accessBox {
	margin-bottom: 100px;
	font-size: 16px;
	text-align: center;
}

#main .company .accessBox .headLine01 {
	padding-bottom: 25px;
}

#main .company .accessBox ul li {
	margin-top: 80px;
}

#main .company .accessBox ul li:first-child {
	margin: 0;
}

#main .company .accessBox ul li span {
	display: block;
}

#main .company .accessBox ul li .txt {
	margin-bottom: 32px;
}

#main .company .historyBox .headLine01 {
	padding-bottom: 30px;
}

#main .company .historyBox ul {
	margin: 0 -4px;
}

#main .company .historyBox ul li {
	font-size: 16px;
	line-height: 1.95;
}

#main .company .historyBox ul li .date {
	margin-right: 2px;
	display: inline-block;
	min-width: 140px;
}

@media screen and (max-width: 767px) {
	#main .company .mainVisual p {
		font-size: 16px;
	}

	#main .company .sec {
		margin: 0 25px 120px;
		width: auto;
	}

	#main .company .headLine01 {
		padding-bottom: 17px;
	}

	#main .company .sec p {
		margin-bottom: 21px;
		font-size: 16px;
		line-height: 1.66;
	}

	#main .company .sec01 .headLine02 {
		margin-bottom: 15px;
	}

	#main .company .sec02 .headLine02 {
		margin-bottom: 15px;
	}

	#main .company .sec .ttl {
		margin-bottom: 15px;
		font-size: 20px;
	}

	#main .company .messageBox {
		margin-bottom: 120px;
	}

	#main .company .messageBox .headLine01 {
		padding-bottom: 23px;
	}

	#main .company .messageBox .photo img {
		width: 100%;
	}

	#main .company .messageBox .bgBox {
		padding: 35px 25px 28px;
		font-size: 16px;
		line-height: 1.66;
		text-align: left;
		letter-spacing: 1px;
	}

	#main .company .messageBox .bgBox p {
		margin-bottom: 25px;
	}

	#main .company .messageBox .bgBox .btmTxt {
		margin: 45px 0 0 0;
		font-size: 14px;
		line-height: 2.14;
		text-align: right;
	}

	#main .company .messageBox .bgBox .btmTxt > span .lTxt {
		width: 190px;
	}

	#main .company .companyBox {
		margin: 0 25px 120px;
	}

	#main .company .companyBox .headLine01 {
		padding-bottom: 25px;
	}

	#main .company .companyBox dl {
		font-size: 16px;
		letter-spacing: 2.5px;
		line-height: 1.66;
		border-top: 1px solid #B4B4B4;
	}

	#main .company .companyBox dt {
		padding-top: 10px;
		float: none;
		font-weight: bold;
	}

	#main .company .companyBox dd {
		padding: 0 0 10px;
		border-bottom: 1px solid #B4B4B4;
	}

	#main .company .companyBox dd .txt {
		margin-top: 10px;
	}

	#main .company .companyBox dd li {
		margin-top: 0;
	}

	#main .company .accessBox {
		margin: 0 25px 120px;
		font-size: 14px;
	}

	#main .company .accessBox .headLine01 {
		padding-bottom: 19px;
	}

	#main .company .accessBox ul li {
		line-height: 1.89;
		margin-top: 30px;
	}

	#main .company .accessBox ul li .txt {
		margin-bottom: 23px;
	}

	#main .company .accessBox ul li .map {
		position: relative;
		padding-bottom: 117.2%;
	}

	#main .company .accessBox ul li iframe {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	#main .company .accessBox ul li:nth-child(2) {
		font-size: 16px;
		line-height: 1.66;
	}

	#main .company .historyBox {
		margin: 0 25px 120px;
	}

	#main .company .historyBox .headLine01 {
		padding-bottom: 12px;
	}

	#main .company .historyBox ul {
		margin: 0;
	}

	#main .company .historyBox ul li {
		padding: 10px 0 10px;
		font-size: 16px;
		line-height: 1.25;
		border-bottom: 1px solid #B4B4B4;
	}

	#main .company .historyBox ul li .date {
		margin: 0 0 10px;
		display: block;
		font-weight: bold;
		min-width: inherit;
	}
}

/*------------------------------------------------------------
	comTopUl
------------------------------------------------------------*/
#main .comTopUl {
	margin-bottom: 62px;
}

#main .comTopUl li {
	margin-right: 4%;
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 22%;
}

#main .comTopUl li:nth-child(4) {
	margin-right: 0;
}

#main .comTopUl li a {
	display: table;
	width: 100%;
	height: 100%;
}

#main .comTopUl li a span {
	padding: 8px 0 6px;
	color: #605e5e;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #605E5E;
	background-color: #fff;
}

#main .comTopUl li a:hover span,
#main .comTopUl li.on a span {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

@media screen and (max-width: 767px) {
	#main .comTopUl {
		margin-bottom: 38px;
	}

	#main .comTopUl li {
		margin-right: 1.33%;
		font-size: 14px;
		line-height: 1.14;
		width: 24%;
	}

	#main .comTopUl li a:hover span,
	#main .comTopUl li a span {
		padding: 2px 0 3px;
		color: #bfbfbf;
		border: 1px solid #BEBEBE;
		background-color: #fff;
	}

	#main .comTopUl li.on a:hover span,
	#main .comTopUl li.on a span {
		color: #fff;
		border: 1px solid #000;
		background-color: #000;
	}

}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main .news #pagePath {
	margin-bottom: 108px;
}

#main .news .mainVisual {
	min-height: 549px;
	background: url(img/news/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .news dl {
	font-size: 16px;
}

#main .news dt {
	padding-top: 21px;
	float: left;
}

#main .news dt .tag {
	padding-top: 2px;
	margin: -2px 0 0 8px;
	display: inline-block;
	color: #4b4948;
	min-width: 200px;
	text-align: center;
	vertical-align: top;
	line-height: 1.3;
	border: 1px solid #000;
}

#main .news dd {
	padding: 21px 0 20px 20em;
	font-weight: bold;
	border-bottom: 1px dotted #7A7878;
}

#main .news dd a:hover {
	text-decoration: underline;
}

#main .news .wp-pagenavi {
	margin-top: 106px;
	font-size: 0;
	text-align: center;
}

#main .news .wp-pagenavi span,
#main .news .wp-pagenavi a {
	margin-left: -1px;
	padding: 4px 0;
	min-width: 30px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #BEBEBE;
	background-color: #EDEDED;
}

#main .news .wp-pagenavi span.current {
	background-color: #fff;
}

#main .news .wp-pagenavi a:hover {
	background-color: #fff;
}

#main .news .wp-pagenavi .first,
#main .news .wp-pagenavi .last,
#main .news .wp-pagenavi .previouspostslink,
#main .news .wp-pagenavi .nextpostslink {
	background-color: #fff;
}

#main .news .wp-pagenavi .first,
#main .news .wp-pagenavi .last,
#main .news .wp-pagenavi .pages {
	display: none;
}

#main .news .wp-pagenavi .extend {
}

@media screen and (max-width: 767px) {
	#main .news #pagePath {
		margin-bottom: 0;
	}

	#main .news .mainVisual {
		padding-top: 200px;
		min-height: inherit;
		background: url(img/news/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .news dt {
		padding: 0 22px;
		float: none;
		font-size: 14px;
	}

	#main .news dt .tag {
		padding-top: 0;
		margin: 0 0 0 8px;
		min-width: 125px;
		line-height: 1;
	}

	#main .news dd {
		margin-bottom: 40px;
		padding: 15px 22px 25px;
		font-weight: bold;
		border-bottom: 1px dotted #7A7878;
		line-height: 1.25;
	}

	#main .news dd:last-of-type {
		margin: 0;
	}

	#main .news dd a:hover {
		text-decoration: none;
	}

	#main .news .wp-pagenavi {
		padding: 60px 0;
		margin-top: 0;
		background-color: #EDEDED;
	}

	#main .news .wp-pagenavi span,
	#main .news .wp-pagenavi a {
		margin: 0 5px;
		padding: 3px 0;
		min-width: 33px;
		font-size: 18px;
		vertical-align: top;
	}

	#main .news .wp-pagenavi a:hover {
		background-color: #EDEDED;
	}

	#main .news .wp-pagenavi .first,
	#main .news .wp-pagenavi .last,
	#main .news .wp-pagenavi .previouspostslink,
	#main .news .wp-pagenavi .nextpostslink {
		padding: 6px 0 5px;
		font-size: 15px;
	}

	#main .news .wp-pagenavi .first,
	#main .news .wp-pagenavi .last {
		display: inline-block;
	}

	#main .news .wp-pagenavi .extend {
		display: none;
	}
}

/*------------------------------------------------------------
	news_detail
------------------------------------------------------------*/
.txtBox a {text-decoration: underline!important;}

#main .news_detail #pagePath {
	margin-bottom: 108px;
}

#main .news_detail .mainVisual {
	min-height: 549px;
	background: url(img/news/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .news_detail .comTopUl {
	margin-bottom: 80px;
}

#main .news_detail .newsDl {
	margin-bottom: 53px;
	font-size: 16px;
}

#main .news_detail .newsDl dt {
	padding-top: 21px;
	float: left;
}

#main .news_detail .newsDl dt .tag {
	padding-top: 2px;
	margin: -2px 0 0 8px;
	display: inline-block;
	color: #4b4948;
	min-width: 200px;
	text-align: center;
	vertical-align: top;
	line-height: 1.3;
	border: 1px solid #000;
}

#main .news_detail .newsDl dd {
	padding: 21px 0 20px 20em;
	font-weight: bold;
	border-bottom: 1px dotted #7A7878;
}

#main .news_detail .newsDl dd a:hover {
	text-decoration: underline;
}

#main .news_detail .subheading{
	margin-bottom: 0;
}

#main .news_detail .subcolumn ul{
	float: left;
}

#main .news_detail .subcolumn ul:not(:last-child){
	margin-right: 120px;
}

#main .news_detail .subcolumn ul li{
	font-size: 16px;
	line-height: 1.8;
}

#main .news_detail .subcolumn:after{
	clear: both;
	content: "";
	display: block;
}

@media screen and (max-width: 767px) {
	#main .news_detail .subcolumn ul{
	float: none;
}
	#main .news_detail .subcolumn ul:not(:last-child){
	margin-right: 0;
		margin-bottom:20px;
}
	#main .news_detail .subcolumn ul li{
	font-size: 12px;
}
}

#main .news_detail p {
	margin-bottom: 23px;
	line-height: 1.8;
	font-size: 16px;
}

#main .news_detail p:last-of-type {
	margin-bottom: 0;
}

#main .news_detail .pressSpan {
	font-weight: bold;
	display: inline-block;
	margin: 15px 0 5px;
}


	#main .news_detail table tr:nth-child(4) td{
		padding-top: 50px;
	}
#main .news_detail table tr td img{
	padding-top: 10px;
}
#main .news_detail .c-table{
	width: 100%;
}
#main .news_detail .c-table tr td:first-child{
	width: 300px;
}
#main .news_detail .c-table tr td:nth-child(2){
	width: 200px;
}

#main .news_detail .c-table tr:nth-child(4) td{
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	#main .news_detail #pagePath {
		margin-bottom: 0;
	}

	#main .news_detail .mainVisual {
		padding-top: 200px;
		min-height: inherit;
		background: url(img/news/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .news_detail .comTopUl {
		margin-bottom: 40px;
	}

	#main .news_detail .newsDl {
		margin-bottom: 20px;
	}

	#main .news_detail .newsDl dt {
		padding: 0 22px;
		float: none;
		font-size: 14px;
	}

	#main .news_detail .newsDl dt .tag {
		padding-top: 0;
		margin: 0 0 0 8px;
		min-width: 125px;
		line-height: 1;
	}

	#main .news_detail .newsDl dd {
		margin-bottom: 40px;
		padding: 15px 22px 25px;
		font-weight: bold;
		border-bottom: 1px dotted #7A7878;
		line-height: 1.25;
	}

	#main .news_detail .newsDl dd:last-of-type {
		margin: 0;
	}

	#main .news_detail dd a:hover {
		text-decoration: none;
	}

	#main .news_detail .txtBox {
		margin: 0 15px;
	}

	#main .news_detail p {
		margin-bottom: 20px;
		line-height: 1.8;
		font-size: 12px;
	}

	#main .news_detail .txtBox a{
		word-break: break-all;
		font-size: 12px;
	}

	#main .news_detail img {
		width: 100%;
		height: auto;
	}

	#main .news_detail table td{
		font-size: 12px;
		display: block;
		width: 100%;
	}
	#main .news_detail table td iframe{
		width: 100%;
	}
	#main .news_detail table td.boximg{
		text-align: center;
		padding-bottom: 20px;
	}
	#main .news_detail table td.boximg img{
		width: auto;
	}

	#main .news_detail .c-table tr td:first-child{
		width: auto;
		max-width: 142px;
	}
	#main .news_detail table td{
		width: auto!important;
	}
}

@media screen and (max-width: 350px){
	#main .news_detail table td{
		font-size: 10px;
	}
	#main .news_detail .c-table tr td:first-child{
		max-width: 118px;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main .contact .mainVisual {
	min-height: 549px;
	background: url(img/contact/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .contact #pagePath {
	margin-bottom: 60px;
}

#main .contact .mailBox {
	margin: 0 auto 48px;
	padding: 31px 20px 26px 40px;
	border: 5px solid #000;
	box-sizing: border-box;
	width: 1080px;
}

#main .contact .mailBox .lTxt {
	margin-top: 13px;
	width: 460px;
	float: left;
	color: #000;
	font-size: 38px;
	font-weight: bold;
}

#main .contact .mailBox .rTxt {
	width: 550px;
	float: right;
	font-size: 16px;
	line-height: 2;
}

#main .contact .mailBox .rTxt a {
	display: inline-block;
	color: #212121;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
}

#main .contact .stepUl {
	margin-bottom: 46px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}

#main .contact .stepUl li {
	margin: 0 32px;
	color: #ededed;
	display: inline-block;
	position: relative;
}

#main .contact .stepUl li.on {
	color: #000;
}

#main .contact .stepUl li:nth-child(2):before {
	margin-top: -4px;
	position: absolute;
	background: #000;
	height: 1px;
	width: 57px;
	content: "";
	top: 50%;
	left: 110%;
}

#main .contact .stepUl li:nth-child(2):after {
	margin-top: -4px;
	position: absolute;
	background: #000;
	height: 1px;
	width: 57px;
	content: "";
	top: 50%;
	right: 110%;
}

#main .contact .bgBox {
	padding: 46px 0 69px;
	background-color: #EDEDED;
}

#main .contact .bgBox .mailFormBox {
	padding: 48px 80px 41px 70px;
	margin: 0 auto;
	width: 1234px;
	font-size: 16px;
	box-sizing: border-box;
	background-color: #fff;
}

#main .contact .bgBox .mailFormBox table {
	margin-bottom: 38px;
	width: 100%;
	border-collapse: collapse;
	background: #fff url(img/common/line01.gif) no-repeat left top;
}

#main .contact .bgBox .mailFormBox th,
#main .contact .bgBox .mailFormBox td {
	padding: 22px 6px 19px;
	color: #2E2E2E;
	font-size: 16px;
	text-align: left;
	line-height: 1.71;
	vertical-align: middle;
	background: url(img/common/line01.gif) no-repeat left bottom;
}

#main .contact .bgBox .mailFormBox th {
	padding: 21px 91px 18px 15px;
}

#main .contact .bgBox .mailFormBox th span {
	width: 64px;
	padding: 1px 0;
	float: right;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
}

#main .contact .bgBox .mailFormBox .must {
	background-color: #C00000;
}

#main .contact .bgBox .mailFormBox .arbitrary {
	background-color: #7A7A7A;
}

#main .contact .bgBox .mailFormBox input[type="email"],
#main .contact .bgBox .mailFormBox input[type="corpname"],
#main .contact .bgBox .mailFormBox input[type="tel"],
#main .contact .bgBox .mailFormBox input[type="text"] {
	width: 590px;
	min-height: 25px;
	line-height: 1.8;
	position: relative;
	border: 1px solid #A9A9A9;
	border-radius: 2px;
	appearance: none;
	-webkit-appearance: none;
}

#main .contact .bgBox .mailFormBox input[type="email"],
#main .contact .bgBox .mailFormBox input[type="corpname"],
#main .contact .bgBox .mailFormBox input[type="tel"] {
	width: 160px;
	border-color: #CBCBCB;
	min-height: 23px;
	border-radius: 0;
}

#main .contact .bgBox .mailFormBox .checkList {
	margin-right: 23px;
	width: 300px;
	float: left;
}

#main .contact .bgBox .mailFormBox .checkList01 {
	margin-right: 0;
}

#main .contact .bgBox .mailFormBox .checkList li {
	padding: 8px 0 7px;
}

#main .contact .bgBox .mailFormBox .checkList input[type="checkbox"] {
	margin-right: 16px;
	vertical-align: middle;
}

#main .contact .bgBox .mailFormBox textarea {
	width: 596px;
	height: 288px;
	border: 1px solid #A9A9A9;
	border-radius: 3px/20px;
}

#main .contact .bgBox .mailFormBox .submit {
	text-align: center;
}

#main .contact .bgBox .mailFormBox .submit li {
	display: inline-block;
	vertical-align: top;
}

#main .contact .bgBox .mailFormBox .submit input {
	padding: 7px 10px 3px;
	width: 253px;
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	vertical-align: top;
	border: 5px solid #000;
	border-radius: 70px;
	position: relative;
	background: url(img/common/icon06.png) no-repeat right 17px center;
}

#main .contact .bgBox .mailFormBox .submit input:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#main .contact #pagePath {
		margin-bottom: 0;
	}

	#main .contact .mainVisual {
		margin-bottom: 30px;
		padding-top: 172px;
		min-height: inherit;
		background: url(img/contact/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .contact .mailBox {
		margin: 0 25px 24px;
		padding: 23px 15px;
		width: auto;
		border-width: 3px;
		text-align: center;
	}

	#main .contact .mailBox .lTxt {
		margin: 0 0 5px;
		width: auto;
		float: none;
		font-size: 20px;
	}

	#main .contact .mailBox .rTxt {
		width: auto;
		float: none;
		font-size: 16px;
		line-height: 1.4;
	}

	#main .contact .mailBox .rTxt a {
		margin-bottom: -10px;
		font-size: 28.5px;
		display: inline-block;
	}

	#main .contact .mailBox .rTxt a span {
		font-size: 20px;
	}

	#main .contact .stepUl {
		margin-bottom: 28px;
		font-size: 28px;
	}

	#main .contact .stepUl li {
		margin: 0;
	}

	#main .contact .stepUl li:nth-child(2) {
		margin: 0 50px;
	}

	#main .contact .stepUl li:nth-child(2):before {
		margin-top: -3px;
		width: 48px;
	}

	#main .contact .stepUl li:nth-child(2):after {
		margin-top: -3px;
		width: 48px;
	}

	#main .contact .bgBox {
		padding: 27px 25px 30px;
	}

	#main .contact .bgBox .mailFormBox {
		padding: 20px 15px 20px 15px;
		font-size: 10px;
		width: auto;
	}

	#main .contact .bgBox .mailFormBox table {
		margin-bottom: 19px;
	}

	#main .contact .bgBox .mailFormBox th,
	#main .contact .bgBox .mailFormBox td {
		padding: 16px 3px;
		width: 100%;
		font-size: 14px;
		float: left;
		box-sizing: border-box;
	}

	#main .contact .bgBox .mailFormBox th {
		padding: 10px 5px;
		width: 100%;
	}

	#main .contact .bgBox .mailFormBox th span {
		width: 40px;
		font-size: 9px;
	}

	#main .contact .bgBox .mailFormBox input[type="email"],
	#main .contact .bgBox .mailFormBox input[type="corpname"],
	#main .contact .bgBox .mailFormBox input[type="tel"],
	#main .contact .bgBox .mailFormBox input[type="text"] {
		width: 100%;
		height: 30px;
		font-size: 14px;
		min-height: inherit;
		line-height: 1.5;
		box-sizing: border-box;
	}

	#main .contact .bgBox .mailFormBox input[type="email"],
	#main .contact .bgBox .mailFormBox input[type="corpname"],
	#main .contact .bgBox .mailFormBox input[type="tel"] {
		width: 50%;
	}

	#main .contact .bgBox .mailFormBox .checkList {
		margin: 0 0 10px;
		width: auto;
		float: none;
	}

	#main .contact .bgBox .mailFormBox .checkList01 {
		margin-bottom: 0;
	}

	#main .contact .bgBox .mailFormBox .checkList li {
		padding: 1px 0 1px;
	}

	#main .contact .bgBox .mailFormBox .checkList input[type="checkbox"] {
		margin-right: 5px;
	}

	#main .contact .bgBox .mailFormBox textarea {
		width: 100%;
		height: 119px;
		border-radius: 0;
		font-size: 14px;
	}

	#main .contact .bgBox .mailFormBox .submit li {
		width: 49%;
	}

	#main .contact .bgBox .mailFormBox .submit input {
		padding: 2px 5px 0 0;
		width: 100%;
		font-size: 19px;
		border-width: 3px;
		line-height: 1;
		box-sizing: border-box;
		background-position: right 10px center;
		background-size: 11px auto;
	}

	#main .contact .bgBox .mailFormBox input[type="checkbox"] {
		vertical-align: middle;
	}

	#main .contact .bgBox .mailFormBox .submit input:hover {
		opacity: 1;
	}
}

@media screen and (max-width: 374px) {
	#main .contact .bgBox .mailFormBox .submit input {
		font-size: 17px;
		background-position: right 5px center;
	}

	#main .contact .mailBox {
		padding: 23px 5px;
	}

	#main .contact .mailBox .rTxt a {
		font-size: 26px;
	}

	#main .contact .mailBox .rTxt a span {
		font-size: 17px;
	}

}

/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#main .service .mainVisual {
	padding-top: 170px;
	background: url(img/service/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .service .mainVisual .txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.55;
}

#main .service .imgBoxL {
	margin-bottom: 81px;
}

#main .service .imgBoxL .photo {
	float: left;
}

#main .service .imgBox .textBox,
#main .service .imgBoxL .textBox {
	margin-top: 55px;
	float: right;
	width: 570px;
	text-align: center;
}

#main .service .imgBox .textBox h3,
#main .service .imgBoxL .textBox h3 {
	margin-bottom: 50px;
	font-size: 38px;
	line-height: 1.1;
	font-family: 游ゴシック体, 'yu gothic', yugothic, 'ヒラギノ角ゴシック pro', 'hiragino kaku gothic pro', メイリオ, meiryo, osaka, 'ｍｓ ｐゴシック', 'ms pgothic', sans-serif;
}

#main .service .imgBox .textBox h3 span,
#main .service .imgBoxL .textBox h3 span {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#main .service .imgBox .textBox p,
#main .service .imgBoxL .textBox p {
	font-size: 20px;
	line-height: 1.7;
}

#main .service .imgBox .textBox .link,
#main .service .imgBoxL .textBox .link {
	margin-top: 69px;
}

#main .service .imgBox .textBox .link a,
#main .service .imgBoxL .textBox .link a {
	    padding: 3px 0 2px;
	display: block;
	margin: 0 auto;
	display: block;
	width: 137px;
	font-size: 16px;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}

#main .service .imgBox .textBox .link a span,
#main .service .imgBoxL .textBox .link a span {
	padding-right: 25px;
	display: inline-block;
	background: url(img/common/icon01.png) no-repeat right 7px;
	background-size: 13px 9px;
}

#main .service .imgBoxL .textBox .link a:hover {
	opacity: 0.7;
}

#main .service .bgBox {
	margin-bottom: 80px;
	padding: 80px 0;
	background-color: #F2F2F2;
}

#main .service .imgBox .photo {
	float: right;
}

#main .service .imgBox .textBox {
	margin-top: 65px;
	float: left;
}

#main .service .imgBox .textBox .link {
	margin-top: 49px;
}

@media screen and (max-width: 767px) {
	#main .service .mainVisual {
		padding: 60px 0 57px;
		height: auto;
		background: url(img/service/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .service .mainVisual h2 {
		margin-bottom: 23px;
	}

	#main .service .mainVisual p {
		font-size: 18px;
	}

	#main .service .mainVisual .txt {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.8;
	}

	#main .service .imgBoxL {
		margin: 0 25px 100px;
	}

	#main .service .imgBox .photo,
	#main .service .imgBoxL .photo {
		float: none;
	}

	#main .service .imgBox .photo img,
	#main .service .imgBoxL .photo img {
		width: 100%;
	}

	#main .service .imgBox .textBox,
	#main .service .imgBoxL .textBox {
		margin-top: 28px;
		float: none;
		width: auto;
		text-align: center;
	}

	#main .service .imgBox h3,
	#main .service .imgBoxL h3 {
		padding: 20px 0 38px;
	}

	#main .service .imgBox h3 span,
	#main .service .imgBoxL h3 span {
		margin-top: 4px;
		font-weight: normal;
	}

	#main .service .imgBox .textBox h3,
	#main .service .imgBoxL .textBox h3 {
		display: none;
	}

	#main .service .imgBox .textBox p,
	#main .service .imgBoxL .textBox p {
		font-size: 16px;
		line-height: 1.56;
	}

	#main .service .imgBox .textBox .link,
	#main .service .imgBoxL .textBox .link {
		margin-top: 32px;
	}

	#main .service .imgBox .textBox .link a,
	#main .service .imgBoxL .textBox .link a {
		padding: 2px 0 0 10px;
		width: 145px;
		font-size: 18px;
		border-radius: 15px;
		line-height: 1;
	}

	#main .service .imgBox .textBox .link a span,
	#main .service .imgBoxL .textBox .link a span {
		background: url(img/common/icon06.png) no-repeat right 5px;
		background-size: 11px auto;
	}

	#main .service .bgBox {
		margin-bottom: 0;
		padding: 0 25px 100px;
		background-color: #fff;
	}

	#main .service .imgBox .textBox .link {
		margin-top: 25px;
	}
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main .privacy .mainVisual {
	background: url(img/privacy/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .privacy .headLine01 {
	padding-bottom: 75px;
}

#main .privacy p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.94;
}

#main .privacy .data {
	margin-bottom: 16px;
	text-align: right;
	line-height: 1.44;
}

#main .privacy .data span {
	display: inline-block;
	text-align: left;
}

#main .privacy .ttl {
	margin: 0;
	font-weight: bold;
}

#main .privacy p a:hover {
	text-decoration: underline;
}

#main .privacy p a[href^="tel:"]:hover {
	text-decoration: none;
}

#main .privacy .note {
	margin: -20px 0 0;
	text-align: right;
	line-height: 1.44;
}

#main .privacy .note span {
	display: inline-block;
	text-align: left;
}

#main .privacy p:last-of-type {
	margin-bottom: 0;
}

#main .privacy .sec01 {
	margin-bottom: 100px;
}

#main .privacy .sec02 {
	margin-bottom: 125px;
}

#main .privacy .sec03 .headLine01 {
	padding-bottom: 65px;
}

#main .privacy table {
	margin-bottom: 74px;
	width: 100%;
	border-collapse: collapse;
	background: url(img/common/line01.gif) no-repeat left top;
}

#main .privacy table th,
#main .privacy table td {
	padding: 22px 6px 19px;
	color: #2E2E2E;
	font-size: 16px;
	text-align: left;
	line-height: 1.71;
	vertical-align: middle;
	background: url(img/common/line01.gif) no-repeat left bottom;
}

#main .privacy table th {
	padding: 21px 91px 18px 15px;
}

#main .privacy .txtUl {
	margin-bottom: 30px;
}

#main .privacy .txtUl li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 1.94;
}

#main .privacy .txtUl01 li {
	text-indent: 1em;
	font-size: 16px;
	line-height: 1.94;
}

@media screen and (max-width: 767px) {
	#main .privacy .mainVisual {
		padding-top: 172px;
		background: url(img/privacy/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .privacy .headLine01 {
		padding-bottom: 32px;
		line-height: 1.23;
	}

	#main .privacy .mainBox {
		margin: 0 25px;
	}

	#main .privacy p {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 1.79;
	}

	#main .privacy .data {
		margin-bottom: 33px;
		font-size: 11px;
		line-height: 1.45;
	}

	#main .privacy .ttl {
		margin: 0 0 7px;
		font-size: 16px;
		line-height: 1.25;
	}

	#main .privacy .note {
		margin: -5px 0 0;
		font-size: 11px;
		line-height: 1.45;
	}

	#main .privacy .sec01 {
		margin-bottom: 55px;
	}

	#main .privacy .sec02 {
		margin-bottom: 55px;
	}

	#main .privacy .sec03 .headLine01 {
		padding-bottom: 30px;
	}

	#main .privacy p a:hover {
		text-decoration: none;
	}

	#main .privacy table {
		margin-bottom: 30px;
		background: url(img/common/line01.gif) no-repeat left top;
	}

	#main .privacy table th,
	#main .privacy table td {
		padding: 11px 3px 10px;
		width: 100%;
		display: block;
		font-size: 14px;
		box-sizing: border-box;
	}

	#main .mailFormBox th {
		padding: 10px;
	}

	#main .privacy .txtUl li {
		font-size: 14px;
		line-height: 1.79;
	}

	#main .privacy .txtUl01 li {
		font-size: 14px;
		line-height: 1.79;
	}
}

/*------------------------------------------------------------
	social
------------------------------------------------------------*/
#main .social .mainVisual {
	background: url(img/social/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .social .headLine01 {
	padding-bottom: 70px;
}

#main .social .headLine01:before {
	width: 145px;
	margin-left: -73px;
}

#main .social .data {
	margin-bottom: 45px;
	text-align: right;
}

#main .social p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.94;
}

#main .social .ttl {
	font-weight: bold;
}

#main .social p:last-of-type {
	margin-bottom: 0;
}

#main .social .sec01 {
	margin-bottom: 86px;
}

#main .social table {
	width: 100%;
	border-collapse: collapse;
}

#main .social table td,
#main .social table th {
	padding: 14px 0 13px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #F0F0F0;
}

#main .social table th {
	font-weight: bold;
	width: 13%;
}

#main .social table .wid01 {
	width: 23.5%;
}

#main .social table td a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#main .social .mainVisual {
		padding: 64px 0 0;
		background: url(img/social/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .social .mainVisual h2 {
		margin-bottom: 0;
		line-height: 1.5;
	}

	#main .social .mainVisual h2 span {
		letter-spacing: 0;
	}

	#main .social .headLine01 {
		padding: 20px 0 32px;
	}

	#main .social .headLine01:before {
		width: 72px;
		margin-left: -36px;
	}

	#main .social .mainBox {
		margin: 0 25px;
	}

	#main .social p {
		margin-bottom: 27px;
		font-size: 14px;
		line-height: 1.79;
	}

	#main .social .data {
		margin-bottom: 28px;
		font-size: 11px;
	}

	#main .social .ttl {
		margin-bottom: 2px;
		font-size: 16px;
	}

	#main .social .sec01 {
		margin-bottom: 45px;
	}

	#main .social table {
		padding-bottom: 35px;
		display: block;
		border-bottom: 1px solid #F0F0F0;
	}

	#main .social table td,
	#main .social table th {
		padding: 0;
		line-height: 1.79;
		display: block;
		width: 100% !important;
		border-bottom: none;
	}

	#main .social table td {
		font-size: 14px;
	}

	#main .social table th {
		padding-top: 35px;
		margin-top: 22px;
		border-top: 1px solid #F0F0F0;
	}

	#main .social table tr:first-child th {
		padding-top: 0;
		margin-top: 0;
		border: none;
	}

	#main .social table td a:hover {
		text-decoration: none;
	}

}

/*------------------------------------------------------------
	service1
------------------------------------------------------------*/
#main .service1 .mainVisual {
	padding-top: 183px;
	background: url(img/service1/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .service1 .mainVisual h2 {
	margin-bottom: 70px;
}

#main .service1 .mainVisual h2 span {
	margin: 0 0 15px;
}

#main .service1 .imgBoxL .photo {
	float: left;
}

#main .service1 .imgBox .photo {
	float: right;
}

#main .service1 .imgBoxL .textBox {
	margin-top: 60px;
	float: right;
	width: 570px;
	text-align: center;
}

#main .service1 .imgBox .textBox {
	margin-top: 55px;
	float: left;
	width: 570px;
	text-align: center;
}

#main .service1 .imgBox .textBox h3,
#main .service1 .imgBoxL .textBox h3 {
	margin-bottom: 30px;
	min-height: 60px;
	font-size: 38px;
	line-height: 1;
}

#main .service1 .imgBox .textBox h3 span,
#main .service1 .imgBoxL .textBox h3 span {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#main .service1 .imgBox .textBox p,
#main .service1 .imgBoxL .textBox p {
	font-size: 20px;
	line-height: 1.7;
	min-height: 68px;
}

#main .service1 .linkUl {
	margin-top: 80px;
	text-align: center;
}

#main .service1 .linkUl01 {
	margin-right: 48px;
}

#main .service1 .linkUl li {
	margin: 0 6px;
	display: inline-block;
	width: 182px;
}

#main .service1 .linkUl a {
	padding: 3px 0 2px;
	display: block;
	font-size: 16px;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}

#main .service1 .linkUl .black a {
	color: #fff;
	background-color: #000;
}

#main .service1 .linkUl a span {
	padding-right: 25px;
	display: inline-block;
	    background: url(img/common/icon01.png) no-repeat right 7px;
    background-size: 13px 9px;
}

#main .service1 .linkUl .black a span {
	display: inline-block;
	background: url(img/common/icon02.png) no-repeat right 7px;
    background-size: 13px 9px;
}

#main .service1 .linkUl a:hover {
	opacity: 0.7;
}

#main .service1 .imgUl {
	margin: 55px 0 0 19px;
}

#main .service1 .imgUl li {
	margin-right: 98px;
	float: left;
}

#main .service1 .imgUl li:nth-child(3n) {
	margin-right: 0;
}

#main .service1 .bgBox {
	margin: 119px 0 117px;
	padding: 80px 0 78px;
	background-color: #F2F2F2;
}

@media screen and (max-width: 767px) {
	#main .service1 .mainVisual {
		padding: 140px 20px 0;
		background: url(img/service1/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .service1 .mainVisual h2 {
		margin-bottom: 22px;
	}

	#main .service1 .mainVisual h2 span {
		margin: 5px 0 0;
	}

	#main .service1 .mainVisual p {
		font-size: 16px;
	}

	#main .service1 .imgBoxL {
		margin: 0 25px 0;
	}

	#main .service1 .imgBox .photo,
	#main .service1 .imgBoxL .photo {
		float: none;
	}

	#main .service1 .imgBox .photo img,
	#main .service1 .imgBoxL .photo img {
		width: 100%;
	}

	#main .service1 .imgBox .textBox,
	#main .service1 .imgBoxL .textBox {
		margin-top: 35px;
		float: none;
		width: auto;
		text-align: center;
	}

	#main .service1 .imgBox .textBox {
		margin-top: 45px;
	}

	#main .service1 .imgBox h3,
	#main .service1 .imgBoxL h3 {
		padding: 25px 0 35px;
	}

	#main .service1 .imgBox .textBox h3,
	#main .service1 .imgBoxL .textBox h3 {
		display: none;
	}

	#main .service1 .imgBox .textBox p,
	#main .service1 .imgBoxL .textBox p {
		font-size: 16px;
		line-height: 1.56;
	}

	#main .service1 .linkUl {
		margin-top: 40px;
	}

	#main .service1 .linkUl01 {
		margin-right: 0;
	}

	#main .service1 .linkUl li {
		display: block;
		margin: 15px auto 0;
		width: 194px;
	}

	#main .service1 .linkUl li:first-child {
		margin-top: 0;
	}

	#main .service1 .linkUl a {
		padding: 2px 0 0 10px;
		font-size: 18px;
		border-radius: 15px;
		line-height: 1;
	}

	#main .service1 .linkUl a span {
		background: url(img/common/icon06.png) no-repeat right 4px;
		background-size: 11px auto;
	}

	#main .service1 .linkUl .black a span {
		    display: block;
    background: url(img/common/icon05.png) no-repeat right 6px top 4px;
    background-size: 11px auto;
	}

	#main .service1 .bgBox {
		margin: 60px 0 60px;
		padding: 38px 25px 35px;
	}

	#main .service1 .imgBox .textBox .link {
		margin-top: 25px;
	}

	#main .service1 .imgUl {
		margin: 23px 20px 0;
		font-size: 0;
		text-align: center;
	}

	#main .service1 .imgUl li:nth-child(3n),
	#main .service1 .imgUl li {
		margin: 0 1.5%;
		float: none;
		width: 47%;
		display: inline-block;
	}

	#main .service1 .imgUl li img {
		margin-top: -17px;
		width: 100%;
	}

	#main .service1 .spLink {
		margin: 40px 0 100px;
	}
}

/*------------------------------------------------------------
	service2
------------------------------------------------------------*/
#main .service2 .mainVisual {
	padding-top: 192px;
	background: url(img/service2/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .service2 .mainVisual h2 {
	margin-bottom: 68px;
}

#main .service2 .mainVisual h2 span {
	margin-top: 8px;
}

#main .service2 .topUl {
	margin-bottom: 87px;
}

#main .service2 .topUl li {
	float: left;
	position: relative;
}

#main .service2 .topUl li:nth-child(2) {
	float: right;
}

#main .service2 .topUl li:first-child:before {
	background: url(img/service2/img01.png) no-repeat;
	width: 46px;
	height: 46px;
	right: -83px;
	top: 196px;
	content: "";
	position: absolute;
}

#main .service2 p {
	font-size: 18px;
	line-height: 1.78;
	text-align: center;
	letter-spacing: 3px;
}

#main .service2 .ttl {
	margin-bottom: 45px;
	font-size: 40px;
	line-height: 2;
	letter-spacing: 8px;
}

#main .service2 .bgBox {
	margin-top: 111px;
	padding: 80px 0;
	text-align: center;
	background-color: #F2F2F2;
}

#main .service2 .bgBox .headLine01 {
	letter-spacing: 5px;
}

#main .service2 .bgBox ul {
	font-size: 0;
}

#main .service2 .bgBox li {
	margin: 0 6px;
	display: inline-block;
}

#main .service2 .linkUl {
	margin-top: 70px;
	text-align: center;
}

#main .service2 .linkUl li {
	margin: 0 6px;
	display: inline-block;
	width: 182px;
}

#main .service2 .linkUl a {
	    padding: 3px 0 2px;
	display: block;
	font-size: 16px;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}

#main .service2 .linkUl .black a {
	color: #fff;
	background-color: #000;
}

#main .service2 .linkUl a span {
	padding-right: 25px;
	display: inline-block;
	background: url(img/common/icon01.png) no-repeat right 7px;
    background-size: 13px 9px;
}

#main .service2 .linkUl .black a span {
	display: inline-block;
	background: url(img/common/icon02.png) no-repeat right 7px;
    background-size: 13px 9px;
}

@media screen and (max-width: 767px) {
	#main .service2 .mainVisual {
		padding-top: 160px;
		background: url(img/service2/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .service2 .mainVisual h2 span {
		margin-top: 2px;
	}

	#main .service2 .mainVisual h2 {
		margin-bottom: 22px;
	}

	#main .service2 .mainVisual p {
		letter-spacing: 0;
		font-size: 16px;
		line-height: 1.325;
	}

	#main .service2 .topUl {
		margin: 0 25px 30px;
	}

	#main .service2 .topUl li {
		float: none !important;
	}

	#main .service2 .topUl li img {
		margin: 0 auto;
		max-width: 100%;
	}

	#main .service2 .topUl li:first-child {
		margin-bottom: 47px;
	}

	#main .service2 .topUl li:first-child:before {
		margin-right: -12px;
		background-size: 23px 23px;
		width: 23px;
		height: 23px;
		right: 50%;
		top: auto;
		bottom: -35px;
	}

	#main .service2 p {
		font-size: 16px;
		line-height: 1.56;
		letter-spacing: 1px;
	}

	#main .service2 .ttl {
		margin-bottom: 10px;
		font-size: 20px;
		letter-spacing: 3px;
	}

	#main .service2 .bgBox {
		margin-top: 60px;
		padding: 40px 25px;
	}

	#main .service2 .bgBox .headLine01 {
		padding: 25px 0 30px;
		letter-spacing: 4px;
		line-height: 1.3;
	}

	#main .service2 .bgBox ul {
		margin: 0 47px;
	}

	#main .service2 .bgBox li {
		margin: 10px 0 0;
		display: block;
	}

	#main .service2 .bgBox li img {
		max-width: 100%;
	}

	#main .service2 .bgBox li:first-child {
		margin: 0;
	}

	#main .service2 .linkUl {
		margin-top: 35px;
	}

	#main .service2 .linkUl li {
		display: block;
		margin: 15px auto 0;
		width: 194px;
	}

	#main .service2 .linkUl li:first-child {
		margin-top: 0;
	}

	#main .service2 .linkUl a {
		padding: 2px 0 0 10px;
		font-size: 18px;
		border-radius: 15px;
		line-height: 1;
	}

	#main .service2 .linkUl a span {
		background: url(img/common/icon06.png) no-repeat right 4px;
		background-size: 11px auto;
	}

	#main .service2 .linkUl .black a span {
		    display: block;
    		background: url(img/common/icon05.png) no-repeat right 6px top 4px;
			background-size: 11px auto;
	}
}

/*------------------------------------------------------------
	service3
------------------------------------------------------------*/
#main .service3 .mainVisual {
	padding-top: 205px;
	background: url(img/service3/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .service3 #pagePath {
	margin-bottom: 110px;
}

#main .service3 .headLine01 {
	padding-bottom: 95px;
}

#main .service3 .textImg {
	margin-bottom: 75px;
}

#main .service3 .mainBox p {
	font-size: 20px;
	text-align: center;
}

#main .service3 .link {
	margin: 73px auto 0;
	width: 182px;
	text-align: center;
}

#main .service3 .link a {
	padding: 3px 0 2px;
	display: block;
	font-size: 16px;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}

#main .service3 .link a span {
	padding-right: 25px;
	display: inline-block;
	    background: url(img/common/icon01.png) no-repeat right 7px;
    background-size: 13px 9px;
}

#main .service3 .link a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#main .service3 .mainVisual {
		padding: 150px 25px 0;
		background: url(img/service3/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .service3 #pagePath {
		margin-bottom: 0;
	}

	#main .service3 .mainVisual h2 {
		margin-bottom: 25px;
	}

	#main .service3 .textImg {
		margin: 0 24px 25px;
	}

	#main .service3 .textImg img {
		width: 100%;
	}

	#main .service3 .mainBox p {
		font-size: 1.56;
		font-size: 16px;
	}

	#main .service3 .link {
		margin-top: 35px;
		width: 194px;
	}

	#main .service3 .link a {
		padding: 2px 0 0 10px;
		font-size: 18px;
		border-radius: 15px;
		line-height: 1;
	}

	#main .service3 .link a span {
		padding-right: 25px;
		display: inline-block;
		background: url(img/common/icon06.png) no-repeat right 5px;
		background-size: 11px auto;
	}
}

/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#main .p-404 .mainVisual {
		padding: 250px 25px 0;
		background: url(img/404/irn-mainvisual.jpg) no-repeat center center;
		background-size: cover;
	height: 837px;
}

#main .p-404  .mainVisual h2{
	color: #fff;
	font-size: 2em;
	margin-bottom: 40px;
    font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro","メイリオ", "Meiryo", sans-serif;
}
#main .p-404  .mainVisual h2 span {
    font-size: 0.5em;
    margin-top: -15px;
}
#main .p-404  .mainVisual p{
	color: #fff;
}

@media screen and (max-width: 767px) {
	#main .p-404  .mainVisual {
		    padding: 160px 0 160px;
		background: url(img/404/irn-mainvisual_sp.jpg) no-repeat center center;
		background-size: cover;
	height: auto;
}
	#main .p-404  .mainVisual h2 {
    font-size: 45px;
}
	#main .p-404  .mainVisual h2 span {
    font-size: 14px!important;
    margin-top: 0!important;
		padding-top: 0;
}
	#main .p-404  .mainVisual p {
    font-size: 14px!important;
}
}
