@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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;
}

.animBox {
	opacity: 0;
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	-o-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.animBox_moved {
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.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;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 900px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 43px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size:31px;
	line-height: 1;
  letter-spacing : 3px;
	margin-right: -3px;
	
    
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin-left: 5px;
}

.comBtn embed {
	width: 13px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-left:4px;
	margin-top: -2px;
}

.comBtn a {
	display: inline-block;
	font-weight: normal !important;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	width: 90px;
	text-align: center;
	position: relative;
	border: 2px solid #FFF;
	letter-spacing: 1px;
	line-height: 1;
	padding: 8px 0 8px 8px;
	box-sizing: border-box;
}

.busBtn {
	margin: 10px 0 !important;
}

.comBtn.busBtn a {
	width: auto;
	padding: 5px 10px 2px;
}

@media all and (min-width: 768px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}


.comBtn a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 46px;
	font-size : 30px;
	line-height : 1;
	letter-spacing : 1px;
	font-weight: normal;

}
.headLine02.line{
	line-height : 1.3;
}

.headLine02 .en {
	display: block;
	margin-top: 1em;
  font-size : 18px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
  letter-spacing : 1px;
  color : #175B72;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 1000;
	mix-blend-mode: difference;
}

.pageTop a {
	display: block;
	width: 46px;
	height: 46px;
}

.pageTop a:before {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.pageTop embed {
	width: 46px;
	height: 46px;
}

@media all and (min-width: 768px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}


@media all and (max-width: 767.98px) {
	/*------------------------------------------------------------
		content
  ------------------------------------------------------------*/
	.content {
		width: auto;
		margin: 0 auto;
		padding: 0 calc(45 / 750 * 100vw);
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	.headLine01 {
		margin-bottom: calc(70 / 750 * 100vw);
		font-size: calc(40 / 750 * 100vw);
		letter-spacing: calc(4 / 750 * 100vw);
		margin-right: calc(-4 / 750 * 100vw);
	}

	/*------------------------------------------------------------
		comBtn
	------------------------------------------------------------*/
	.comBtn {
	}

	.comBtn a {
		padding: 8px 0 4px;
		font-size: calc(22 / 750 * 100vw);
	}

	.busBtn {
		float: none !important;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	.headLine02 {
		font-size: calc(41 / 750 * 100vw);
		letter-spacing: calc(7 / 750* 100vw);
		line-height: 1.2;
		margin-bottom: calc(40 / 750 * 100vw);
		/* text-align: center; */
	}

	.headLine02 .en {
		font-size: calc(24 / 750 * 100vw);
		letter-spacing: calc(2.64 / 750 * 100vw);
		margin-top: calc(10 / 750 * 100vw);
		margin-bottom: calc(25 / 750 * 100vw);
		margin-bottom: 0;
		/* text-align: center; */
	}

	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		position: fixed;
		right: 10px;
		bottom: 40px;
		opacity: .8;
		
	}

	.pageTop a {
		width: 41px;
		height: 41px;
	}

	.pageTop a:before {
		width: 41px;
		height: 41px;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
	}

	.pageTop embed {
		width: 41px;
		height: 41px;
	}
}

@media all and (-ms-high-contrast: none) {
	.comBtn a {
		padding-top: 4px;
	}
}