@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 15px;
	height: 100%;
	line-height: 160%;
	color: #212121;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
iframe {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
header {
	background: #FFF;
	height: 102px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	padding: 0 20px;
}
header div {
	width: 100%;
	height: 102px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.fixed {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 3;
	top: 0;
}
.re_height {
	margin-top: 100px;
}
h1 {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #999;
	position: absolute;
	top: 15px;
	left: 0;
}
h2 {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 44px;
	font-weight: normal;
	line-height: 140%;
	color: #212121;
	margin-bottom: 40px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 140%;
	color: #212121;
	margin-bottom: 60px;
	text-align: center;
}
h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	color: #212121;
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: 1px solid #212121;
	text-align: center;
}
h5 {
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	color: #212121;
	margin-bottom: 25px;
	text-align: center;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.eng {
    color: #212121;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.eng span {
    border-bottom: solid 1px #212121;
    padding-bottom: 14px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}
.t-cnr {
	text-align: center;
}
#logo {
	background: url(../images/base/logo.png) no-repeat left top;
	width: 180px;
	height: 24px;
	background-size: 100%;
	display: block;
	position: absolute;
	text-indent: -900em;
	top: 46px;
	left: 0;
}
.contact_btn {
	width: 236px;
	height: 60px;
	background: #33a8b3;
	position: absolute;
	right:0;
	top: 20px;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
	color: #fff;
	border-radius: 8px;
}
.btn_cnts {
	width: 640px;
	display: inline-block;
	padding: 28px 0;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #33a8b3;
	border-radius: 100px;
	transition: .4s;
}
.btn_cnts:hover {
  background: #86d7df;
  color: white;
}
.btn_sml {
	width: 320px;
	display: inline-block;
	padding: 20px 0;
	text-decoration: none;
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	border-radius: 100px;
	transition: .4s;
}
.btn_sml:hover {
  background: #3b7d94;
  color: white;
}

footer {
	background: #f5f5f5;
	padding: 30px 20px;
}
#copyright_wrap {
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#copyright_wrap .f_logo {
	width: 160px;
	margin-right: 90px;
}
#copyright_wrap .f_logo img {
	width: 100%;
}
#copyright_wrap p {
	font-size: 10px;
	text-align: center;
	color: #212121;
	margin-bottom: 0;
}
.back_top {
	background: #212121;
	width: 50px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	z-index: 3;
	border-radius: 100px;
}