@charset "UTF-8";

#wrapper {
	border: none;
}
#index.lp #content {
	width: 100%;
}

.color-yellow {
	color: rgb(211, 176, 85)!important;
}
.bg-yellow {
	background-color: rgba(211, 176, 85 , 1.0)!important;
}

#index.lp #visual {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(0, 0, 0, .8), rgba(20, 83, 150, .3)),  url("../img/bg_main.jpg?ver=1.0.1") center center;
	

	padding: 40px 10px 40px 10px;
}
#index.lp .logo {
	text-align: left;
	margin-bottom: 20px;
	
}

#index.lp #visual .titlebox {
	border: 4px solid #d3b055;
	padding: 50px 0px 50px 0px;
	margin: 0 auto 10px auto;
	display: inline-block;
	position: relative;
	width: 90%;
}

#index.lp #visual .titlebox:after{
  content: "";
  border: solid 1px #d3b055;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
#index.lp #visual h1 {
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 0px;
	color: transparent;	
	background: linear-gradient( 0deg, #d3b055 0% 60% , #d3b055 60% 100%);	
	-webkit-background-clip: text;
	letter-spacing: 8px;
}
#index.lp #visual h2 {
	font-size: 16px;
	color: #d3b055;
	margin-top: 10px;
	margin-bottom: 0px;
}
#index.lp #visual p {
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
}

.font-ex ,
#index.lp h2 {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.1em;
}
#index.lp h3 {
	font-size: 15px!important;
	line-height: 24px!important;
}

.heading-marker {
	padding: 30px 0 10px 0;
}
.heading-marker p {
	font-family: 'WebSubsetFont';
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	padding: 8px 30px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #111;
	background-color: rgba(211, 176, 85 , 1.0)!important;
}

#index.lp .section .section-header{
	padding: 0 20px;
}
#index.lp #sec05.section .section-header,
#index.lp #sec07.section .section-header{
	padding: 0 0;
}
#index.lp .section .section-body{
	padding: 0 20px 60px 20px;
}

#index.lp .section .section-body p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 1.2em;
}
#index.lp .section .section-body p strong {
	font-size: 20px;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

.heading {
	background-color: rgba(35, 11, 5, 0.8);
	padding: 1.6em;
	margin-bottom: 2em;
	position: relative;
}
.heading::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-top: 30px solid rgba(35, 11, 5, 0.8);
  border-bottom-width: 0;
}

#index.lp #sec01 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(10, 17, 62, 1.0), rgba(10, 17, 62, 0.4)),
  url("../img/bg01.jpg") top center;
}
#index.lp #sec02 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.2)),
  url("../img/bg02.jpg") bottom center;
}
#index.lp #sec03 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(10, 17, 62, 1.0), rgba(10, 17, 62, 0.6)),
  url("../img/bg03.jpg") top center;
}
#index.lp #sec04 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8)),
  url("../img/bg04.jpg") center center;
}
#index.lp #sec05 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(10, 17, 62, 0.2), rgba(10, 17, 62, 0.6)),
  url("../img/bg05.jpg") top center;
}
#index.lp #sec05 .heading {
	background: linear-gradient(-45deg, rgba(211, 176, 85, 1.0), rgba(211, 176, 85, .4));
}
#index.lp #sec05 .heading::before {
  border-top: 30px solid rgba(211, 176, 85, 0.7);
}

#index.lp #sec06 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(0,0,0, .7), rgba(0,0,0, .5)),
  url("../img/bg03.jpg") top center;
	padding-top: 60px;
}
#index.lp #sec07 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.2)),
  url("../img/bg02.jpg") bottom center;
}

.btn {
	text-align: center;
}
.btn strong {
	font-size: 14px!important;
}

#index.lp #sec06 .btn strong {
	font-size: 18px!important;
}

.iframe_wrap {
	text-align: center;
}

