@charset "utf-8";

body {
	border-left: 6px solid #000;
	border-right: 6px solid #000;

}

/*ヘッダー*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 81px;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.68);
	border-top: 6px solid #000;
	border-left: 6px solid #000;
	border-right: 6px solid #000;
}

#header .inner {
	position: relative;
}

#header .logo {
	float: left;
	line-height: 62px;
	padding-left: 10px;
}

#header .g_nav {
	float: right;
	padding-right: 140px;
}

#header #nav-toggle {
	float: right;
	line-height: 74px;
	margin-right: 7px;
	cursor: pointer;
}

#header .g_nav li {
	float: left;
	padding-left: 30px;
	line-height: 74px;
	color: #fff;
}

#header .g_nav a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;

}

#header .to_form a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
	height: 74px;
	padding: 0px;
	background: url(../img/mail_icon.gif) no-repeat center center;
}

.sp_menu {
	position: absolute;
	width: 100%;
	top: 72px;
	background: rgba(0, 0, 0, 0.88);
	text-align: left;
	z-index: 100;
	display: none;
    opacity: 0;
  	transform: translateY(-20px); 
  	transition: opacity 0.3s ease, transform 0.3s ease;
}
.sp_menu.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
  }

.sp_menu ul li {
	padding: 20px;
	border-bottom: dotted 1px #fff;
}

.sp_menu ul li a {
	color: #fff;
	display: inline-block;
	width: 100%;
}

/*メインビジュアル*/
#main_visual {
	width: 100%;
	height: auto;
}

/*↓動画用に修正*/
#main_visual .key01 {
	padding: 0;
	/*background: url(../img/01.jpg) no-repeat center center;
	background-size: cover;*/
	text-align: center;
	overflow: hidden;
	width: 100%;
	width: 100vw;
	min-height: 800px;
	height: 100%;
	height: 100vh;
}

/*↓動画用に追加*/
#main_visual .key01 .inner {
	position: absolute;
	z-index: 2;
	padding: 200px 0 60px 0;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
}

#main_visual .key01 .inner h1 {
	color: #FFF;
}

/*↓動画用に追加*/
#main_visual .key01 video {
	position: relative;
	display: block;
	z-index: 1;
	padding: 0;
	width: 160vw;
	left: -webkit-calc((160vw - 100vw)/-2);
	left: calc((160vw - 100vw)/-2);
	top: -webkit-calc((160vw - 100vh)/-2 + 30vw);
	top: calc((160vw - 100vh)/-2 + 30vw);
}

#main_visual .key01 .link01 {
	margin-top: 70px;
}

.img_pv {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.img_pv iframe {
	position: absolute;
	top: 5%;
	right: 12.5%;
	width: 75% !important;
	height: 75% !important;
}

/*フッター*/
#footer_nav {
	background-color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px;
	color: #FFFFFF;
}

.foot_nav {
	float: left;
	padding: 20px;

}

.foot_nav li {
	margin-bottom: 4px;

}

.pull-right {
	text-align: center;
	background-color: #000000;

}

#footer {
	padding: 10px 0;
	background-color: #000000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

#footer .foot_info {
	display: inline-block;
}

#footer .foot_nav {
	float: right;
}

#footer .foot_nav ul li {
	display: inline-block;
}

#footer .foot_nav ul li+li {
	padding-left: 16px;
	margin-left: 10px;
	background: url(#../img/foot_nav_border.png) no-repeat left center;
}

#footer .foot_nav ul li a {
	color: #fff;
}

.copyright {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 10px;
}

/*共通*/
h1 {
	line-height: 1.0625;
	margin-bottom: 10px;
	/*font-size: 3px;*/
	font-size: 5.5rem;
	font-weight: bold;
	color: #000000;

}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	color: #000000;
}

h3 {
	margin-bottom: 10px;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	line-height: 200%;
}

h4 {
	font-size: 1.8rem;
	color: #000000;

}

h5 {
	line-height: 1.0625;
	margin-bottom: 10px;
	/*font-size: 3px;*/
	font-size: 4rem;
	font-weight: bold;
	color: #000000;

}

p {
	color: #000000;
	font-size: 1.5rem;
}

.title {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;

}

.title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #d4ce26;
}

.box {
	margin-bottom: 70px;
}

.box .tit01 {
	text-align: center;
	font-size: 40px;
	font-size: 4rem;
	color: #36c7c3;
	font-weight: 600;
}

.box .tit01 .fc_key {
	color: #e94b41;
	font-weight: 600;
}

.box .tit02 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	color: #e94b41;
	font-weight: 600;
}

.box .tit03 {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.box .tit04 {
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
}

.box .tit05 {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

.box .text_area p {
	margin-bottom: 30px;
}

.box .text_area .linear {
	background: linear-gradient(transparent 60%, #fce519 0%);
}

.box .text_area .bold {
	font-weight: 600;
}

.box .border {
	height: 6px;
	width: 100%;
	margin-bottom: 70px;
	background: url(#../img/border01.png) no-repeat center center;
}

.download {
	padding: 45px 0;
	background-color: #36c7c3;
	text-align: center;
}

ul.indent_list li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}

.scroll_box {
	max-width: 470px;
	width: 100%;
	height: 100px;
	margin: 0 auto 30px;
	overflow: scroll;
	border: solid 1px #b5b5b5;
	padding: 3px 20px;
}

.scroll_box ul li {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
}

/*3カラム*/
.col_3 {
	float: left;
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 0 20px;
}

/*テーブル*/
.table {
	color: #FFFFFF;
	font-weight: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	table-layout: fixed;
	margin-bottom: 30px;
	border: none;

}

.table th,
.table td {
	border: 1px solid #ddd;
	border-bottom: solid 1px silver;
}

.table td:first-child {
	border-right: solid 1px silver;
}

.company_table {
	color: #FFFFFF;
	font-weight: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	table-layout: fixed;

}

.company_table th,
.company_table td {
	/*padding: 10px;*/
	border: 1px solid #ddd;
}

.cmn_table {
	width: 100%;
	border-collapse: collapse;
}

.cmn_table th,
.cmn_table td {
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 5px;
	border: 2px solid #b5b5b5;
	text-align: center;
	font-weight: 600;
}

.cmn_table .table_head th {
	background-color: #36c7c3;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.cmn_table .table_head th .sub_tit {
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
}

.cmn_table .table_head th.on {
	background-color: #279390;
}

.cmn_table tr:nth-child(odd) {
	background: #ededed;
}

.cmn_table td.possible {
	color: #e94b41;
}

.cmn_table .recommend {
	position: relative;
}

.cmn_table .recommend .pin {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center
}


/*Youtube*/
.movie-wrap {
	text-align: center;
	padding-top: 76px;
	margin-bottom: 70px;
}

@media (min-width: 768px) {

	/*共通*/
	.box .text_area {
		padding: 0 80px;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1220px) {

	/*ヘッダー*/
	.g_nav,
	#header .to_form {
		display: block;
	}

	.sp_menu,
	#nav-toggle {
		display: none;
	}
}

@media (max-width: 1219px) {

	/*ヘッダー*/
	.g_nav,
	#header .to_form {
		display: none;
	}

	/*追加：メニューの開始位置を調整*/
	.sp_menu {
		top: 77px;
	}

	#nav-toggle {
		display: block;
	}

	/*メインビジュアル*/
	#main_visual .key01 {
		/*padding: 124px 0 280px;*/
	}
}

@media (max-width: 991px) {

	/*↓動画用に追加*/
	/*メインビジュアル*/
	#main_visual .key01 {
		padding: 0;
		background: url(../img/01.png) no-repeat center center;
		background-size: cover;
		text-align: center;
	}

	/*↓動画用に追加*/
	#main_visual .key01 .inner {
		position: static;
		padding: 200px 0 60px 0;
		width: 100%;
		text-align: center;
	}

	/*共通*/
	h1 {
		margin-bottom: 10px;
		/*font-size: 3px;*/
		font-size: 5rem;
		font-weight: 700;
		color: #000000;
	}

	h2 {
		margin-bottom: 10px;
		font-size: 4rem;
		font-weight: 700;
		color: #000000;
	}

	h3 {
		margin-bottom: 10px;
		font-size: 2.5rem;
		font-weight: 700;
		color: #000000;
	}

	h4 {
		font-size: 1.8rem;
		color: #000000;
	}

	p {
		color: #000000;
		font-size: 1.5rem;
	}

	/*Header*/
	/*Header*/
	#header .logo {
		display: block;
		width: 70%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	h3 {
		margin-bottom: 10px;
		font-size: 2.5px;
		font-size: 2.5rem;
		font-weight: 700;
		color: #FFFFFF;
	}

	.overlay {
		background-size: cover;
		background-position: center;
		height: 100%;
		width: 100%;
		background-attachment: fixed;
	}

	.company_table th,
	.company_table td {
		padding: 10px;
		border: 1px solid #ddd;
	}

	.company_table th {}

	.company_table th,
	.company_table td {
		width: 100%;
		display: block;
		border-top: none;
	}

	/*メインビジュアル*/
	#main_visual .key02 .txt01 {
		top: -205px;
	}

	#main_visual .key01 p.fc_key {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/*↓動画用に追加*/
	#main_visual .key01 {
		padding: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}

	#main_visual .key01 .inner {
		position: static;
		padding: 100px 0 60px 0;
		width: 100%;
		height: auto;
		text-align: center;
	}

	/*pv*/
	#introduction,
	#introduction h1,
	#introduction h2,
	#introduction h3,
	#introduction p {
		color: #000000;
	}

	/*pv*/
	#cm,
	#cm h1,
	#cm h2 {
		text-align: center;
	}

	#cm h3,
	#cm p {
		color: #000000;
	}

	#cm {
		color: #000000;
		text-align: center;
	}

	#cm .overlay {
		height: 100%;
		background-attachment: fixed;
		padding: 10% 5% 10% 5%;
	}

	#cm .row .col-md-12 h1,
	#cm .row .col-md-12 h2 {
		text-align: center;
	}

	/*3カラム*/
	.col_3 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.scroll {
		overflow-x: auto;
	}

	/*フッター*/
	#footer .foot_nav {
		float: none;
		margin: 20px 0;
	}

	/*共通*/
	.box {
		margin-bottom: 40px;
	}

	.box .tit01 {
		font-size: 30px;
		font-size: 3rem;
	}

	.box .tit02 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.box .tit03 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.box .tit04 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.box .tit05 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.box .list_box01 {
		padding: 20px;
	}

	.foot_nav {
		float: none;
		padding: 0px;

	}
}

@media screen and (max-width: 375px) {
	#header {
		height: 55px;
	}

	#header .logo {
		float: left;
		line-height: 42px;
		padding-left: 10px;
	}

	#header #nav-toggle {
		float: right;
		line-height: 45px;
		margin-right: 7px;
		width: 30px;
		height: 30px;
	}

	/*追加：メニューの開始位置を調整*/
	.sp_menu {
		top: 51px;
	}

	/*共通*/
	h1 {
		margin-bottom: 10px;
		/*font-size: 3px;*/
		font-size: 1.7rem;
		font-weight: 700;
		color: #000000;
	}

	h2 {
		margin-bottom: 10px;
		font-size: 1.7rem;
		font-weight: 700;
		color: #000000;
	}

	h3 {
		margin-bottom: 10px;
		font-size: 1.3rem;
		font-weight: 700;
		color: #000000;
	}

	h4 {
		font-size: 1.1rem;
		color: #000000;
	}

	p {
		color: #000000;
		font-size: 1.1rem;
	}

	.overlay {
		background-size: cover;
		background-position: center;
		height: 100%;
		width: 100%;
		background-attachment: fixed;
	}
}

/*レイアウト*/
#cm,
#cm h1,
#cm h2 {
	text-align: center;
}

#cm h3,
#cm p {
	color: #000000;
}

#cm {
	color: #000000;
	text-align: center;
}

#cm .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}

#cm .row .col-md-12 h1,
#cm .row .col-md-12 h2 {
	text-align: center;
}

/*01*/
#concept {
	background: url(../img/back_concept.gif);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
}

#concept .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}

/*02*/
#merit {
	background: url(../img/back_merit.gif);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
}

#merit .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}

#merit .row p {
	text-align: center;
}

/*　bootstrap　*/
#merit .col-md-4 {
	padding-bottom: 60px;
}

/*03*/
#evolution {

	color: #000000;
	text-align: center;
}

#evolution .overlay .row {
	margin-bottom: 20px;
}

/*　bootstrap　*/
#evolution .col-md-6 {
	padding-bottom: 20px;
}

#evolution .col-md-6 img {
	width: 100%;
	margin: 0 auto;
}

#evolution .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}

/*03-1*/
#kontentu {

	color: #000000;
	text-align: center;
}

#kontentu .overlay .row {
	margin-bottom: 20px;
}

/*　bootstrap　*/
#kontentu .col-md-6 {
	padding-bottom: 20px;
}

#kontentu .col-md-6 img {
	width: 100%;
	margin: 0 auto;
}

#kontentu .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}


/*03-2*/
#taiken {

	color: #000000;
	text-align: center;
}

#taiken .overlay .row {
	margin-bottom: 20px;
}

/*　bootstrap　*/
#taiken .col-md-6 {
	padding-bottom: 20px;
}

#taiken .col-md-6 img {
	width: 100%;
	margin: 0 auto;
}

#taiken .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}

/*03-3*/
#shiryou {

	color: #000000;
	text-align: center;
}

#shiryou .overlay .row {
	margin-bottom: 20px;
}

/*　bootstrap　*/
#shiryou .col-md-6 {
	padding-bottom: 20px;
}

#shiryou .col-md-6 img {
	width: 100%;
	margin: 0 auto;
}

#shiryou .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}

/*03-3*/
#trk {

	color: #000000;
	text-align: center;
}

#trk .overlay .row {
	margin-bottom: 20px;
}

/*　bootstrap　*/
#trk .col-md-6 {
	padding-bottom: 20px;
}

#trk .col-md-6 img {
	width: 100%;
	margin: 0 auto;
}

#trk .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}


/*04*/
#case {
	background-color: #336caa;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
}

#case .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}

/*　bootstrap　*/
#case .col-md-4 {
	padding-bottom: 30px;
}

/*pv*/
#introduction {
	background: url(../img/back_introduction.gif);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
}

#introduction .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 10% 5%;
}

/*07*/
#contact {
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
}

#contact .overlay {
	height: 100%;
	background-attachment: fixed;
	padding: 10% 5% 5% 5%;
}

.space {
	padding: 10%;
}

.space_5p {
	padding: 0;
	height: 50px;
	width: 100%;
}

.section-title_left {
	float: left;
}

/*　ページトップ　*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 60px 0 0 60px;
	/*border-radius: 30px;*/
	width: 35px;
	height: 35px;
	background: url(../img/page_top.png) center center no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#contact {
	text-align: center;
	padding-top: 30px;
}

#img_dri-vr {
	margin-bottom: 60px;
}

/* パソコンで見た時はclass名pc-onlyだけ表示 */
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

/* スマホで見た時はclass名sp-onlyだけ表示 */
@media screen and (max-width: 768px){
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    } 
}
/* --------------------------------------------------------
	container
-------------------------------------------------------- */

.container {
	width: 90%;
	margin: 50px auto;
}

/* -----------------------------------------------------------
	topics
----------------------------------------------------------- */

.ttl {
font-size: 130%;
font-weight: bold;
color: #045FB4;
padding: 10px 0;
border-bottom: solid 2px #045FB4;
}

.topics {
margin: 10px 0;

}

.topics dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.topics dt {
font-size: 110%;
padding-bottom: 5px;
padding-right: 0px;
padding-left: 0px;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 10%;
font-weight: normal;
padding-left: 10px;
}
.topics dd { 
margin-left: 18%;
font-size: 120%;
text-align:left;

}
}/* PC end */
