@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
	box-sizing: border-box;
}
body {
	font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-size: 13px;
	font-feature-settings: "palt";
	color: #1F1F1F;
}
a {
	color: #4B4B4B;
	text-decoration: none;
}
a:link {
	color: #4B4B4B;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus, input:focus {
	outline: none;
	text-decoration: none;
}
a img:hover {
	opacity: 0.8;
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
li {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.row {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0 2%;
}
#skrollr-body {
	height: 100%;
	overflow: visible;
	position: relative;
}
.wrap{
    overflow: hidden;/*et*/
}
/*-------------------------
	header
-------------------------*/
/* menu */
.main_h {
	position: fixed;
	width: 100%;
	max-height: 70px;
	top: -100px;
	padding-top: 8px;/*et 17px*/
	padding-bottom: 6px;
	background: none;/*et none*/
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	font-family: "Montserrat", sans-serif;
	z-index: 999;
}
/*et*/
.main_h a,.main_h a:link{
	color: #fff;/*et*/	
}
.main_h nav{
	padding-top: 10px;
}
@media only screen and (max-width: 766px) {
	.main_h {
		padding-top: 10px;/*et 25px*/
	}
}
.open-nav {
	max-height: 400px !important;
}
.open-nav .mobile-toggle {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sticky {
	background-color: #015959;/*et #fff*/
	opacity: 1;
	top: 0px;
/*et	border-bottom: 1px solid gainsboro;*/

}
.menu-logo {
	display: block;
	float: left;
	width: 50px;
	font-size: 25px;
	color: #8f8f8f;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 10px;
}
.menu-logo img {
	width: auto;
	height: 50px;/*et 30*/
}
@media only screen and (max-width: 766px) {
	.menu-logo {
		float: none;
	}
	.menu-logo img {}
}
nav {
	float: right;
	width: 70%;
}
@media only screen and (max-width: 766px) {
	nav {
		width: 100%;
	}
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: right;
	float: right;
}
@media only screen and (max-width: 766px) {
	nav ul {
		padding-top: 10px;
		margin-bottom: 22px;
		float: left;
		text-align: center;
		width: 100%;
	}
}
nav ul li {
	display: inline-block;
	margin-left: 35px;
	line-height: 1.5;
}
@media only screen and (max-width: 766px) {
	nav ul li {
		width: 100%;
		padding: 14px 0;/*et 7px 0*/
		margin: 0;
	}
}
nav ul a {
	color: #888888;
	text-transform: uppercase;
	font-size: 14px;/*et 12*/
}
@media only screen and (max-width: 766px) {
	nav ul a {
		font-size: 16px;/*et*/
	}
}
.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 22px;
	top: 12px;/*et*/
	width: 30px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
	.mobile-toggle {
		display: block;
	}
}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	border-radius: 1000px;
	background: #ffffff;/*et #8f8f8f*/
	display: block;
}
/*menu button*/
@media only screen and (min-width: 767px) {
	/*PCのみ適用*/
	.btn {
		display: inline-block;
		position: relative;
		padding: 5px 0;
		margin: 5px 0;
		color: #ecf0f1;
	}
	.m-btn {
		color: #4B4B4B;
		overflow: hidden;
	}
	.m-btn:before, .m-btn:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		top: 0;
		left: -100%;
		background-color: #FFFFFF;/*et #4B4B4B*/
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.m-btn:after {
		bottom: 0 !important;
		top: auto !important;
		right: -100%;
		left: auto;
	}
	.m-btn:hover:before {
		left: 0;
	}
	.m-btn:hover:after {
		right: 0;
	}
}
/* slider */
#vegas {
	width: 100vw;
	height: 100vh;
}
.vegas-div01 {
	visibility: visible;
	opacity: 1;
	min-height: 600px;
}
.vegas-div02 {
	position: relative;
	overflow: hidden;
	height: 800px;
}
.vegas-caption {
	position: absolute;
	width: 444px;
	height: 450px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.vegas-logo {
	margin-top: 80px;
}
.vegas-logo img {
	width: 302px;
}
.vegas-scrolldown {
	margin: 130px 0 0 0;
}
.vegas-scrolldown img {
	width: 67px;
	height: 40px;
}
@media only screen and (max-width: 766px) {
	.vegas-caption {
		width: 80%;
		background: none;
	}
	.vegas-logo {
		margin: 0;
		background: rgba(0, 0, 0, 0.2);
		padding: 30px;
	}
	.vegas-logo img {
		width: 90%;
	}
	.vegas-scrolldown {
		margin: 50px 0 0 0;
	}
}
/*-------------------------
	main
-------------------------*/
.contents {
	padding: 115px 0;
	background: #ffffff;
}
/*button*/
.b-container {
	font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
	text-align: center;
	padding-top: 40px;
}
.b-container a {
	color: #fff;
}
.b-container i {
	font-weight: 600;
}
.btn-open {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 60px;
	padding: 5px 0 0 15px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	background-color: #bea32e;/*9ec34b*//*et 4B4B4B*/
	border: 2px solid #bea32e;/*et 4B4B4B*/
	z-index: 1;
}
.btn-open:after {
	width: 100%;
	height: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #FFF;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: .2s;
	z-index: -1;
}
.btn-open:hover {
	color: #0A2342;/*et #4B4B4B*/
}
.btn-open:hover:after {
	height: 240%;
	opacity: 1;
}
.btn-open:active:after {
	height: 340%;
	opacity: 1;
}
/*Info(イベント情報)*/
.swiper-container {
	width: 80%;
	height: 600px;
	padding: 0 0 25px;
}
.swiper-slide {
	font-size: 18px;
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-button-prev, .swiper-button-next, .swiper-pagination {
	top: 92%;
}
.swiper-pagination-bullet-active {
	background: #ffa500;
}
.swiper-custom-button {
	background-image: none !important;
	background: #4B4B4B;
	color: #fff;
	font-size: 30px;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px;
}
.swiper-custom-button .fa {
	line-height: 22px;
}
@media only screen and (max-width: 980px) {
	.swiper-container {
		width: 100%;
	}
}
.info-card {
	position: relative;
	width: 400px;
	top: 0;
	margin-top: 2em;
	padding: 0.8em;
	background: #f8f8ff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 766px) {
	.info-card {
		width: 100%;
		margin-top: 0;
	}
}
.info-card::before, .info-card::after {
	position: absolute;
	width: 0;
	height: 51.95px;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-width: 0 0 0 1px;
	border-style: dashed;
	border-color: #4B4B4B;
}
.info-card::before {
	top: -15px;
	right: 10px;
}
.info-card::after {
	bottom: -15px;
	left: 10px;
}
.info-card .cp_authorname {
	display: flex;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 1em;
}
.info-card .cp_authorname h2 {
	margin: 0.8em 0.3em 0.3em 0.8em;
	width: 65%;
	color: #4B4B4B;
}
.info-card .cp_authorname ul {
	margin: 0.5em 0;
	padding: 0.3em 0 0.3em 0.8em;
	width: 35%;
	/*text-align: center;*/
	border-left: 1px dashed #4B4B4B;
}
.info-card .cp_authorname li {
	display: inline;
	padding: 0 0.5em;
	color: #4B4B4B;
	font-size: 0.5em;
}
.info-card .cp_img {
	padding: 1em auto;
	text-align: center;
}
.info-card .cp_authorinfo {
	padding: 0.5em 1.5em 0.5em 1.5em;
	font-size: 0.8em;
	text-align: left;
}
/*concept(コンセプト)*/
.con_title {
	text-align: center;
}
.con_title h2 {
	font-size: 54px;
	letter-spacing: 5px;
	font-family: 'Lato', sans-serif;
	color: #333;
	font-weight: normal;
	line-height: 1.2;
}
.con_title span {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
}
@media only screen and (max-width: 766px) {
	.con_title h2 {
		font-size: 45px;
	}
}
.contents.con_back {
	padding: 115px 0 130px;
	background-color: #0A2342;
    /*et  darkgreen url("../images/concept_back.jpg") no-repeat*/
	background-size: cover;
	color: #fff;
}
.contents.con_back .con_title h2 {
	color: #fff;
}
.con_lead {
	font-size: 36px;
	text-align: center;
	margin: 25px 0 60px;
	font-weight: bold;
	letter-spacing: 2px;
}
.con_text {
	font-size: 17px;
	text-align: center;
	padding: 0;
	line-height: 2.2;
	letter-spacing: 2px;
	text-shadow: 1px 1px 3px #808080;
    font-weight: 600;
}
@media only screen and (max-width: 766px) {
	.con_lead {
		font-size: 25px;
	}
	.con_text {
		font-size: 15px;
	}
}
.con_text br {
/*	display: none;*/
}
.con_text br.spbr {
	display: none;/*et inline-block*/
}
@media only screen and (max-width: 766px) {
	.con_text br {
		display: inline;
	}
	.con_text br.spbr {
		display: inline-block;
	}
}
.textcenter {
	text-align: center !important;
}
.con_link {
	display: inline-block;
	position: relative;
	background: #c5af6b;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 17px 65px;
	margin: 70px auto 0;
	font-size: 14px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.con_link:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.con_link a {
	color: #fff;
	outline: none;
}
/* Product(製品情報) */
.pro_text {
	font-size: 16px;
	font-weight: 600px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0 20px;
}
.pro_link {
	display: inline-block;
	position: relative;
	background: #fff;
	font-size: 14px;
	color: #4f4745;
	border: 2px solid #4f4745;
	text-decoration: none;
	text-align: center;
	padding: 17px 65px;
	margin: 50px auto 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.pro_link:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #4f4745;
	border-right: solid 2px #4f4745;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pro_link a {
	outline: none;
}
.pro-lineup {
	max-width: 1024px;
	margin: 60px auto 0;
}
.pro-lineup ul li {
	float: left;
	margin: 0 4px 4px 0;
    width:100%;/*et*/
}
.pro-lineup ul li:nth-child(4n) {
	margin: 0 0 4px 0;
}
.pro-lineup ul li img {
	vertical-align: bottom;
}
@media only screen and (max-width: 766px) {
	.pro_text {
		font-size: 13px;
	}
	.pro-lineup {
		max-width: 1024px;
		margin: 30px auto 0;
	}
	.pro-lineup ul li {
		float: left;
		width: 100%;/*et 24.25*/
		margin: 0 1% 4px 0;
	}
	.pro-lineup ul li:nth-child(4n) {
		margin: 0 0 4px 0;
	}
	.pro-lineup ul li img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}
.gal_img {
	width: 100%;
	text-align: center;
	margin: 35px auto 10px;
}
@media only screen and (max-width: 766px) {
	.gal_img {
		float: none;
		width: auto;
		padding: 0 20px;
	}
	.gal_img img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
}
/*-------------------------
	page
-------------------------*/
/*parallax*/
.first, .b, .d {
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.first {
	height: 240px;
}
.first p, .b p {
	text-align: center;
	padding-top: 10vh;
	font-family: 'Gulim';
	font-size: 3rem;
	color: #13B3A1;
	text-shadow: 0 0 10px #fff;
}
.first h1 {
	text-align: center;
	font-size: 54px;
	color: #fff;
	text-shadow: 0 0 15px #222;
	letter-spacing: 5px;
	font-family: 'Gulim';
	font-weight: normal;
	line-height: 1.2;
	padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
	.first, .b {
		background-image: none;
	}
	.first::before, .b::before {
		content: "";
		display: block;
		min-width: 100vw;
		min-height: 100vh;
		/*background-image: url("../images/about_top.png");*/
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}
}
.a, .c, .e {
	height: auto;
	max-height: 100vh;
	background-color: #fff;
    margin: 80px 0;/*et*/
}
.b, .d {
	height: 240px;
	max-height: 100vh;
}
/*カードレイアウト*/
*, *:before, *:after {
	font-family: 'FontAwesome';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_quote {
	position: relative;
	overflow: hidden;
	width: 50%;
	margin: 1.5em auto;
	text-align: left;
	color: #333;
	box-shadow: none !important;
}
.cp_quote img {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 150px;
	max-width: 100%;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}
.cp_quote blockquote {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 -50px 0;
	padding: 30px 50px 65px 50px;
	color: #fff;
	border-radius: 8px;
	background: #4b4b4b;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.cp_quote blockquote:before, .cp_quote blockquote:after {
	font-size: 50px;
	font-style: normal;
	position: absolute;
	content: '\201C';
	opacity: 0.3;
}
.cp_quote blockquote:before {
	top: 35px;
	left: 20px;
}
.cp_quote blockquote:after {
	right: 20px;
	bottom: 35px;
	content: '\201D';
}
.cp_quote .author {
	margin: 0;
	text-align: center;
	color: #222;
}
.cp_quote .author h5 {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin: 0;
	opacity: 0.8;
}
.cp_quote .author h5 span {
	font-size: .6em;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
}
/*テーブル*/
.company {
	display: block;
	width: 70%;
	margin: 3% auto;
}
.company table {
	width: 100%;
	border-collapse: collapse;
}
.company table tr {
	border-bottom: solid 2px white;
}
.company table tr:last-child {
	border-bottom: none;
}
.company table th {
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #4b4b4b;
	color: white;
	text-align: center;
	padding: 10px 0;
}
.company table th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #4b4b4b;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.company table td {
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 10px 0;
}
.company2 table td {
	width: 70%;
	text-align: left;
	background-color: #eee;
	padding: 10px 20px;
}
/*map*/
.address {
	display: block;
	width: 70%;
	margin: 3% auto;
	text-align: center;
}
.box {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
}
.map {
	width: 600px;
	height: 300px;
}
@media only screen and (max-width:768px) {
	.map {
		width: 100%;/*et */
		height: 200px;
	}
}
.cp_blockdesign {
	position: relative;
	top: 0;
	width: 350px;
	margin: 0 0 10px 50px;
	padding: 1em 0em 0.5em 0em;
	border-top: solid 1px #4b4b4b;
	border-bottom: solid 1px #4b4b4b;
}
.cp_blockdesign::before, .cp_blockdesign::after {
	position: absolute;
	content: '';
	top: -10px;
	width: 1px;
	height: calc(100%+ 20px);
	background-color: #4b4b4b;
}
.cp_blockdesign::before {
	left: 10px;
}
.cp_blockdesign::after {
	right: 10px;
}
.cp_blockdesign .cp_authorname {
	display: flex;
	background-color: #4b4b4b;
}
.cp_blockdesign .cp_authorname h2 {
	margin: 0.3em 0.3em 0.3em 0.8em;
	width: 65%;
	color: #fff;
	text-align: left;
}
.cp_blockdesign .cp_authorname ul {
	margin: 0.5em 0;
	padding: 0.3em 0 0.3em 0.8em;
	width: 35%;
	text-align: center;
	border-left: 1px dashed #fff;
}
.cp_blockdesign .cp_authorname li {
	display: inline;
	padding: 0 0.5em;
}
.cp_blockdesign .cp_authorname li a {
	color: #fff;
}
.cp_blockdesign .cp_authorinfo {
	text-align: left;
	font-size: 0.8rem;
	padding: 0.5em 1.5em 0.5em 1.5em;
}

/*-------------------------
	資料請求
-------------------------*/
.cp_card {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.45em;
	width: 60%;
	height: 200px;
	margin: 2% auto 1.6%;
	-webkit-transition: height 0.3s ease;
			transition: height 0.3s ease;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
			box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.cp_card:hover .details {
	left: 0;
}
.cp_card:hover.alt .details {
	right: 0;
}
.cp_card.alt .details {
	right: -100%;
	left: inherit;
}
.cp_card .photo {
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.cp_card:hover .photo {
	-webkit-transform: rotate(5deg) scale(1.3);
			transform: rotate(5deg) scale(1.3);
}
.cp_card .photo.photo1 {
	background-size: cover;
}
.cp_card .details {
	position: absolute;
	top: 0;
	left: -100%;
	width: 40%;
	height: 200px;
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
	color: #fff;
	background: rgba(255, 87, 34, 0.4);
}
.cp_card .details > li {
	padding: 3px 0;
}
.cp_card .details li::before, .cp_card .details .tags ul::before {
	font-family: FontAwesome;
	margin-right: 10px;
	vertical-align: middle;
}
.cp_card .details .author::before {
	content: '\f007';
}
.cp_card .details .date::before {
	content: '\f133';
}
.cp_card .details .tags ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cp_card .details .tags ul::before {
	content: '\f02b';
}
.cp_card .details .tags li {
	display: inline-block;
	margin-right: 3px;
}
.cp_card .details a {
	color: inherit;
}
.cp_card .details a:hover {
	color: #ff5722;
}
.cp_card .description {
	position: relative;
	z-index: 0;
	float: left;
	width: 60%;
	padding: 10px;
	min-height: 200px;
}
.cp_card .description::before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 100%;
	content: '';
	-webkit-transform: skewX(-8deg);
	transform: skewX(-8deg);
	background: #fff;
}
.cp_card .description h1 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 10px 0;
}
.cp_card .description h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 1.2% 0;
	color: #9b9b9b;
}
.cp_card .description p {
	position: relative;
	margin: 0;
	padding-top: 20px;
}
.cp_card .description p::after {
	position: absolute;
	top: 6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: #ff5722;
}
.cp_card .description a {
	float: right;
	margin-bottom: 10px;
	text-decoration: none;
	color: #ff5722;
}
.cp_card .description a::after {
	font-family: FontAwesome;
	margin-left: -10px;
	content: '\f061';
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
	vertical-align: middle;
	opacity: 0;
}
.cp_card .description a:hover::after {
	margin-left: 5px;
	opacity: 1;
}
@media screen and (max-width: 480px) {
	.cp_card .description h1 {
		font-size: 1.3em;
	}
}

/*-------------------------
	mail form
-------------------------*/
.cp_form .cp_group {
	position: relative;
	width: 600px;
	margin: 40px auto;
	box-shadow: 0px 0px 3px 2px #ededed;
}
.cp_form .cp_group > div, .cp_group > .title {
	margin: 30px;/*et 8*/
}
.cp_form .cp_group .column {
	float: left;
}
.cp_form .cp_group .column1 {
	width: 100%;
}
.cp_form .cp_group .column2 {
	width: 50%;
}
.cp_form .cp_group .column3 {
	width: 33%;
}
.cp_form .cp_group .column4 {
	width: 25%;
}
.cp_form .cp_group .column5 {
	width: 20%;
}
.cp_form .cp_group .large {
	width: 100%;
}
.cp_form .cp_group .medium {
	width: 50%;
}
.cp_form .cp_group .small {
	width: 25%;
}
.cp_form .cp_group textarea.large {
	width: 100%;
	height: 20em;
}
.cp_form .cp_group textarea.medium {
	width: 100%;
	height: 10em;
}
.cp_form .cp_group textarea.small {
	width: 100%;
	height: 5.5em;
}
.cp_form .clearfix {
	*zoom: 1;
}
.cp_form .clearfix:before, .cp_form .clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.cp_form .cp_group {
	font-size: 1em;
	line-height: 1.231;
	border: 2px solid #7f8c8d;
	border-radius: 6px;
}
.cp_form .cp_group label.title {
	font-size: 1em;
	font-weight: 500;
	width: auto;
}
.cp_form .cp_group input[type=button] {
	font-size: 1em;
	color: #666;
	outline: none;
}
.cp_form .cp_group input[type=submit] {
	font-size: 1.2em;
	color: #666;
	outline: none;
}
.cp_form .cp_group > div {
	position: relative;
	margin-right: 25px;
	margin-left: 25px;
}
.cp_form .cp_group h2 {
	font-size: 1.7em;
	margin: 0.2em 0;
	color: #fff;
}
.cp_form .cp_group h3.title {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.cp_form .cp_group label {
	display: block;
	clear: both;
	margin-bottom: 3px;
}
.cp_form .cp_group div, .cp_form .cp_group span, .cp_form .cp_group label, .cp_form .cp_group input, .cp_form .cp_group textarea, .cp_form .cp_group select, .cp_form .cp_group button, .cp_form .cp_group ul, .cp_form .cp_group li, .cp_form .cp_group a {
	font-family: inherit;
	color: inherit;
}
/* submit + title */
.cp_form .cp_group div.submit, .cp_form .cp_group div.title {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}
.cp_form .cp_group div.submit {
	text-align: right;
	vertical-align: middle;
	border-top: 2px solid #bdc3c7;
	border-radius: 0 0 6px 6px;
}
.cp_form .cp_group div.title {
	background-color: #7f8c8d;
}
.cp_form .cp_group div.title h2 {
	margin-left: 27px;
}
/* element-submit + element-text */
.cp_form .cp_group > .submit, .cp_form .cp_group > .title {
	background-color: #bcc3ca;
}
.cp_form .cp_group > .submit {
	background-color: #ecf0f1;
}
/* Button & submit*/
.cp_form .cp_group input[type=button], .cp_form .cp_group input[type=submit] {
	display: inline-block;
	margin-bottom: 1px;
	padding: 4px 12px;
	cursor: pointer;
	-webkit-transition: border-color 0.6s;
			transition: border-color 0.6s;
	text-align: left;
	vertical-align: middle;
	color: #666;
	border: 2px solid #bdc3c7;
	border-radius: 6px;
	background: #fff;
	-webkit-appearance: none;
			appearance: normal;
}
.cp_form .cp_group input[type=button][disabled] {
	cursor: default;
	opacity: 0.65;
}
.cp_form .cp_group input[type=submit] {
	right: 20px;
	margin-right: 27px;
	padding: 7px 15px;
	-webkit-transition: background-color 0.25s;
			transition: background-color 0.25s;
	text-align: center;
	opacity: 1;
	color: #fff;
	border: none;
}
.cp_form .cp_group input[type=submit]:hover {
	text-decoration: none;
}
/* File input */
.cp_form .cp_group .cp_file label {
	position: relative;
}
.cp_form .cp_group .cp_file .title {
	position: static;
}
.cp_form .cp_group .cp_file .button {
	position: absolute;
	cursor: pointer;
	float: none;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 1.8% 1.2em 0 1.2em;
	color: #fff;
	font-size: 1em;
	border-radius: 0 6px 6px 0;
	-webkit-transition: background-color 0.25s;
			transition: background-color 0.25s;
	z-index: 1;
}
.cp_form .cp_group .cp_file .file_text {
	overflow: hidden;
	-webkit-transition: border-color 0.25s;
			transition: border-color 0.25s;
}
.cp_form .cp_group .cp_file .file_input {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* Radio & checkbox */
.cp_form .cp_group div.cp_ipcheck, 
.cp_form .cp_group div.cp_ipradio {
	overflow: hidden;
}
.cp_form .cp_group input[type=checkbox], 
.cp_form .cp_group input[type=radio] {
	font-size: 1em;
	position: absolute;
	float: left;
	width: 1em;
	height: 1em;
	margin: 0;
	cursor: pointer;
	opacity: 0.01;
	z-index: 1;
}
.cp_form .cp_group input[type=radio] + span, 
.cp_form .cp_group input[type=checkbox] + span {
	position: relative;
	cursor: pointer;
	vertical-align: top;
	height: 19px;
	margin-right: -19px;
	padding-top: 0;
	left: 0;
	top: 0;
	font-size: 1em;
	line-height: 0.8;
	z-index: 0;
}
.cp_form .cp_group input[type=radio] + span:before, 
.cp_form .cp_group input[type=checkbox] + span:before {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-size: 1em;
	line-height: 1;
	width: 1em;
	margin: 0 0.2em;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox] + span:before {
	content: '\f096';
	-webkit-transition: color 0.5s;
			transition: color 0.5s;
}
.cp_form .cp_group input[type=checkbox]:hover + span:before {
	content: '\f046';
}
.cp_form .cp_group input[type=checkbox]:checked + span:before {
	content: '\f046';
}
/* radio */
.cp_form .cp_group input[type=radio] + span:before {
	content: '\f096';
	-webkit-transition: color 0.5s;
			transition: color 0.5s;
}
.cp_form .cp_group input[type=radio]:hover + span:before {
	content: '\f0c8';
}
.cp_form .cp_group input[type=radio]:checked + span:before {
	content: '\f0c8';
}
.cp_form .cp_group input[type=text], .cp_form .cp_group input[type=tel], 
.cp_form .cp_group input[type=password], .cp_form .cp_group input[type=email], 
.cp_form .cp_group input[type=url], .cp_form .cp_group input[type=date], 
.cp_form .cp_group input[type=number], .cp_form .cp_group textarea, 
.cp_form .cp_group .cp_file .file_text, .cp_form .cp_group select {
	font-size: 1em;
	box-sizing: border-box;
	padding: 6px 10px;
	-webkit-transition: border-color 0.6s;
			transition: border-color 0.6s;
	border-width: 2px;
	border-style: solid;
	border-color: #bdc3c7;
	border-radius: 6px;
	outline: none;
	-webkit-appearance: none;
			appearance: normal;
}
.cp_form .cp_group select::-ms-expand {
	display: none;
}
/*.cp_form .cp_group input[type=text], 
.cp_form .cp_group .cp_file .file_text, 
.cp_form .cp_group textarea {
	width: 100%;
}*/
.cp_form .cp_group textarea {
	height: auto;
}
.cp_form .cp_group select {
	width: 100%;
	cursor: pointer;
	text-align: left;
}
/* type number */
.cp_form .cp_group input[type=number]::-webkit-inner-spin-button, 
.cp_form .cp_group input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
@media all and (max-width:400px) {
	.cp_form .cp_group .cp_ipradio .column, 
	.cp_form .cp_group .cp_ipcheck .column {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
/* .cp_group color scheme begin */
.cp_form .cp_group input[type=button]:focus, 
.cp_form .cp_group input[type=button]:active, 
.cp_form .cp_group input[type=button][disabled] {
	border-color: #da3c3c;
}
.cp_form .cp_group input[type=submit] {
	background-color: #da3c3c;
}
.cp_form .cp_group input[type=submit]:hover {
	background-color: #ff4b4b;
}
.cp_form .cp_group input[type=submit]:active {
	background-color: #b02f2f;
}
/* File input */
.cp_form .cp_group .cp_file .button {
	background-color: #bdc3c7;
}
.cp_form .cp_group .cp_file .file_text {
	border-color: #bdc3c7;
}
.cp_form .cp_group .cp_file label:hover .button {
	background-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .button {
	background-color: #b02f2f;
}
.cp_form .cp_group .cp_file label:hover .file_text {
	border-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .file_text {
	border-color: #b02f2f;
}
/* Radio & checkbox */
.cp_form .cp_group input[type=radio] + span:before, 
.cp_form .cp_group input[type=checkbox] + span:before {
	color: #bdc3c7;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox]:checked + span:before {
	color: #da3c3c;
}
/* radio */
.cp_form .cp_group input[type=radio]:checked + span:before {
	color: #da3c3c;
}
.cp_form .cp_group input[type=text]:focus, .cp_form .cp_group input[type=tel]:focus, 
.cp_form .cp_group input[type=password]:focus, .cp_form .cp_group input[type=email]:focus, 
.cp_form .cp_group input[type=url]:focus, .cp_form .cp_group input[type=date]:focus, 
.cp_form .cp_group input[type=number]:focus, .cp_form .cp_group textarea:focus, 
.cp_form .cp_group .cp_file .file_text:active, .cp_form .cp_group select:focus {
	border-color: #da3c3c;
}
/*select*/
.cp_form .cp_group .cp_select span {
	position: relative;
}
.cp_form .cp_group .cp_select i::before {
	position: absolute;
	top: 0.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666;
	pointer-events: none;
}
.cp_form .cp_group select:focus + i::before {
	border-top: 6px solid #da3c3c;
}

/*-------------------------
	footer
-------------------------*/
footer {
	background: #dcd9cc;/*et #dcdcdc*/
	color: #174465;/*et #6a5d5a*/
}
.footer_inner {
	max-width: 1024px;
	margin: 0 auto;
	padding: 60px 0 30px;
}
.footer_logo {
	width: 33.33%;/*et*/
	float: left;
	text-align: center;
}
.footer_menu {
	width: 33.33%;
	float: left;
	color:#0A2342;/*et*/
}
.footer_menu img {
	width: 85%;
	max-width: 100%;
	height: auto;
}
.footer_store {
	width: 33.33%;
	float: left;
}
.footer_logo img {/*et*/
	width: 264px;
	height: 68px;
}
.footer_logo ul {
	text-align: center;
}
.footer_logo ul li {
	display: inline-block;
	margin: 30px 5px 0;
	width: 40px;
}
.footer_logo ul li img {
	width: 40px;
	height: 40px;
}
.footer_logo ul li.insta_new {
	position: relative;
}
.footer_logo ul li a {
	background: #4B4B4B;/*6a5d5a*/
	display: inline-block;
	height: 40px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.footer_logo ul li a:hover {
	background: #4f4745;
}
.footer_logo ul li a.balloon {
	position: absolute;
	top: -19px;
	left: 0;
	background: none;
	height: 23px;
}
.footer_logo ul li a.balloon:hover {
	background: none;
}
.footer_menu ul {
	border-left: 1px solid #0a2342;/*et bac5b8*/
	margin: 20px 0;
	padding: 0 0 0 35px;
}
.footer_menu ul li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 0;
	color:#0A2342;/*et*/
}
.footer_title {
	font-size: 16px;
	font-weight: 600;
}
.footer_store ul {
	border-left: 1px solid #0a2342;/*et bac5b8*/
	margin: 20px 0;
	padding: 0 0 0 35px;
}
.footer_store ul li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 0;
}
.footerblock_link {
	display: inline-block;
	position: relative;
	width: 80%;
	color: #fff;
	font-size: 14px;
	background: #0a2342;/*et 4f4745*/
	text-align: center;
	text-decoration: none;
	padding: 17px 25px;
	margin: 15px auto 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.footerblock_link:hover {
	background: #14447F;/*et 3c3735*/
	color: #fff;
	text-decoration: none;
}
.footerblock_link span {
	font-size: 11px;
	margin-right: 5px;
}
.footerblock_link:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footerblock_link a, .footerblock_link p {
	color: #fff;
}
.footer_link {
	width: 100%;
	text-align: center;
}
.footer_link ul {}
.footer_link ul li {
	display: inline-block;
	margin: 0 50px 0 0;
	font-size: 12px;
}
.footer_link ul li a {
	text-decoration: none;
}
.copyright {
	text-align: center;
	font-size: 10px;
	font-family: 'Lato', sans-serif;
}
.w a {
	color: #fff;
}
@media only screen and (max-width: 766px) {
	.footer_inner {
		padding: 30px 0;
	}
	.footer_logo {
		width: auto;
		float: none;
		margin: 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #0a2342;/*et bac5b8*/
	}
	.footer_menu {
		width: auto;
		float: none;
		margin: 0 20px;
		padding: 20px 0;
		border-bottom: 1px solid #0a2342;/*et bac5b8*/
	}
	.footer_store {
		width: auto;
		float: none;
		margin: 0 20px;
		padding: 20px 0;
	}
	.footer_logo ul li {
		display: inline-block;
		margin: 30px 5px 0;
	}
	.footer_logo ul li a {
		display: inline-block;
		width: 40px;
	}
	.footer_logo ul li a:hover {
		background: #0a2342;/*et 4f4745*/
	}
	.footer_menu ul {
		border-left: 0;
		padding: 0 0 0 10px;
	}
	.footer_menu ul li a {
		display: inline-block;
		text-decoration: none;
		padding: 5px 0;
	}
	.footer_store ul {
		border-left: 0;
		margin: 20px 0;
		padding: 0 0 0 10px;
	}
	.footer_store ul li a {
		display: inline-block;
		text-decoration: none;
		padding: 5px 0;
	}
	.footerblock_link {
		display: inline-block;
		position: relative;
		width: 100%;
		color: #fff;
		font-size: 14px;
		background: #0A2342;/*et 4f4745*/
		text-align: center;
		text-decoration: none;
		padding: 17px 0;
		margin: 15px auto 0;
	}
	.footerblock_link:hover {
		color: #fff;
		background: #14447F;/*et 3c3735*/
		text-decoration: none;
	}
	.footerblock_link span {
		font-size: 11px;
		margin-right: 5px;
	}
	.footerblock_link:after {
		display: block;
		position: absolute;
		content: "";
		top: 50%;
		right: 20px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.footer_link {
		margin: 0 20px;
	}
	.footer_link ul li {
		margin: 0 20px 10px 0;
	}
}
/*-------------------------
	TOPに戻る
-------------------------*/
#page_top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: -50px;
	bottom: 50px;
	background: #696969;
	opacity: 0.6;
	border-radius: 50%;
	z-index: 999;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	position: absolute;
	font-family: FontAwesome;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	width: 25px;
	height: 25px;
	top: -10px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*et アンカーずれる対策*/
#concept{
    padding-top: 70px;
    margin-top: -70px;
}
/*et レスポンシブ対応*/
@media only screen and (max-width: 766px) {
    .cp_quote {
        width: 90%;
        font-size: 90%;
        }
    .company {
	width: 90%;
    }
    .company table th,
    .company table td{
        display: block;
        width: 100%;
    }
    .company table th:after {
	display: none;
        }
    .e {
    height: auto;
    max-height: initial;
        }
    .cp_form .cp_group {
        width: 90%;
    }
    .title{
        text-align: center;
    }
    .cp_tx .title{
        text-align: left;
        vertical-align:top;
    }
    .title2{
        margin: 0 auto;	
        }
    .cp_tx .title h2{
        margin-left: 27px;
    }
    .cp_form .cp_group div.title2 h2{
        margin: 0.2em auto;
    }
    .box{
        width: 90%;        
    }
    .address{
        width: 100%;
    }
    .cp_blockdesign{
        margin: 0 auto;
        width: 100%;
    }
}
/*et 改行制御*/
.title .spbr{
    display: none;
}
@media only screen and (max-width: 766px) {
    .title .spbr{
    display: block;
    }
}
.comingsoon{
    text-align: center;
    height: 300px;
    width: 100%;
    display: table;
}
.comingsoon_inn{
    display: table-cell;
    vertical-align: middle;    
    font-size: 54px;
    color: #3c3735;
    letter-spacing: 5px;
    font-weight: bold;
}
.footer_logo_inn{
    text-align: left;
    margin: 10px 40px;
    line-height: 2;
}
@media only screen and (max-width: 766px) {
    .footer_logo_inn{
        margin: 0;
        border-top: 1px solid #0a2342;
    }
    .footer_logo_inn div{
        margin: 25px 0 0;
    }
}
/*et*/
.a.contents.con_back {
	padding: 0;
	margin: 0;
}
/*et*/
div.wrapKOPIPE {
    border-radius: 15px;
    margin: 100px auto;
    background: #eff5f6;
    border: 5px solid #e5eeef;
    padding: 20px;
	max-width: 800px;
}
div.wrapHINAGATA p.tR {
    margin: 30px 0 0 0;
    font-size: 0.95em;
    line-height: 140%;
    text-align: right;
}
div.wrapHINAGATA h1 {
    margin: 0 0 30px 0;
	font-size: 2em;
    line-height: 140%;
}
div.wrapHINAGATA p {
    margin: 20px 0;
    font-size: 0.95em;
    line-height: 1.6;
	padding: 0;
    border: none;
}
div.wrapHINAGATA h2 {
    margin: 30px 0 20px 0;
	font-size: 1.5em;
    line-height: 140%;
    color: #202231;
}
div.wrapHINAGATA ol {
    margin: 20px 0 0 40px;
}
div.wrapHINAGATA ol li {
    list-style: outside decimal;
    font-size: 0.95em;
    line-height: 140%;
    margin: 10px 0 0 0;
}

/*et*/
.address .box{
    margin: 3% 0;
}
/*et thanks*/
.con_main {
    width: 1000px;
    margin: 100px auto 120px;
}
.con_main .con_inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}
.con_main .con_inner h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #20334d;
    line-height: 1.4em;
    text-align: center;
    padding: 20px 0;
    position: relative;
    margin: 0 auto;
}
.con_main .con_inner p {
    line-height: 1.5;
}

/*PDF用*/
.pdf-box_01{
   padding: 0 0 150px;
}
table {
  margin: 20px auto;
}
.tbl-r01 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r01 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r01 img {
  width:300px;
  height:240px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r01 {
    width: 80%;
  }
  .tbl-r01 th,
  .tbl-r01 td {
  border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*ボタン用*/

a.btn_09 {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    width: 40%;
    height: 10%;
    padding: 15px 5px;
    margin: 0 30%;
    background-color: #174465;
    /*border: 5px solid #bea32e;*/
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.3s;
}
a.btn_09::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -15px;
    background-image:url("../images/pdf/img/book.png");;
    background-size: contain;
    background-repeat: no-repeat;
}
a.btn_09 span {
	font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    padding-left: 30px;
}
a.btn_09 span span {
	display: block;
    font-size: 0.6rem;
    margin-bottom: 7px
px
;
}
a.btn_09:hover {
  color: #ffffff;
  background-color: #b55a11;
}
/*検索窓用*


