@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}


.c-headTitle {
	background: url(../images/back-title.png);
	padding: 30px 0;
}
.c-headTitle .l-inner {
	position: relative;
	color: #FFF;
}
.c-headTitle img {
	position: absolute;
	left: 0;
	top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-headTitle__txt01 {
	font-size: 36px;
	line-height: 1.4;
	display: block;
	font-family: 'Kosugi Maru', sans-serif;
	padding: 0 110px;
}
.c-headTitle__txt02 {
	font-size: 21px;
	line-height: 1.4;
	display: block;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-top: 11px;
	padding: 0 110px;
}

@media screen and (max-width: 750px) {
	.c-headTitle {
		background: url(../images/back-title.png);
		background-size: 51px auto;
		padding: 15px 0;
	}
	.c-headTitle .l-inner {
	}
	.c-headTitle img {
		left: 5px;
		width: 50px;
	}
	.c-headTitle__txt01 {
		font-size: 20px;
		line-height: 1.4;
		padding: 0 0 0 50px;
		text-align: left;
	}
	.c-headTitle__txt02 {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 2px;
		margin-top: 6px;
		padding: 0 0 0 50px;
		text-align: left;
	}	
}



.p-secMain {
	position: relative;
}
.p-secMain:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/movie_cover.png);
	background-size: 4px;
	opacity: 0.5;
	z-index: 1;
}
#main-video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.p-secMain__btn {
	position: absolute;
	bottom: 10vw;
	left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
	z-index: 1000;
}
.p-secMain__btn span {
	display: block;
	position: relative;
	padding: 114px 0 0 0;
	width: 180px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #FFF;
	
}
.p-secMain__btn span:before {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #FFF;
	position: absolute;
	content: '';
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.p-secMain__btn span:after {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 20px solid transparent;
	border-left: 40px solid #21acdc;
	z-index: 5;
}
.p-secMainSp {
	display: none;
}

@media screen and (max-width: 750px) {
	.p-secMain {
		position: relative;
	}
	.p-secMain:before {
		display: none;
	}
	#main-video {
		display: none;
	}
	.p-secMain__btn {
		display: none;
	}
	.p-secMainSp {
		display: block;
		border: #21acdc 5px solid;
	}
}





.p-mainVis1 {
	background: url(../images/main-back-01.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}
.p-mainVis1:before {
	content: '';
	background: url(../images/main-back-line.png.png) repeat-x;
	height: 206px;
	display: block;
	width: 100%;
	bottom:0;
	position: absolute;
	left: 0;
}
.p-mainVis1 .l-inner {
	height: 650px;
	position: relative;
	z-index: 10;
}
.p-mainVis1Frame {
	position: absolute;
	bottom: 33px;
	left: 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
}
.p-mainVis1__txt {
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	.p-mainVis1 {
		background: url(../images/main-back-01.jpg) no-repeat center center;
		background-size: cover;
		position:relative;
	}
	.p-mainVis1:before {
		background: url(../images/main-back-line.png.png) repeat-x center top;
		background-size: auto 100%;
		height: 20vw;
	}
	.p-mainVis1 .l-inner {
		height: 50vw;
	}
	.p-mainVis1Frame {
		bottom: 3vw;
		padding: 0 4vw;
	}
	.p-mainVis1__txt {
		margin-top: 3vw;
	}	
}


.p-mainVis2 {
	background: #ffe100;
	padding: 16px 0 27px 0;
}



.p-intro {
	padding: 13px 0 38px 0;
}
.p-intro__txt {
	background: url(../images/back-line-02.png);
	padding: 15px 20px 20px 20px;
	margin-top: 20px;
}



.p-sec01 {
	padding: 0 0 115px 0;
}
.p-sec01List {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	padding: 60px 0 0 0;
}
.p-sec01List li {
	width: 29.39%;
	margin-left: 5.915%;
}
.p-sec01List li:nth-child(3n + 1) {
	margin-left: 0;
}
.p-sec01__txt {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.p-sec01 {
		padding: 0 0 60px 0;
	}
	.p-sec01List {
		padding: 30px 0 0 0;
	}
	.p-sec01List li {
		width: 31%;
		margin-left: 3.5%;
	}
	.p-sec01List li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.p-sec01__txt {
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
		margin-top: 20px;
	}	
}




.p-sec02 {
	padding: 0 0 100px 0;
}
.p-sec02Frame {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	padding: 75px 0 0 0;	
}
.p-sec02Frame__photo {
	width: 39.56%;
}
.p-sec02Frame__txtWrap {
	width: 60.44%;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	text-align: left;
}
.p-sec02Frame__txt {
	font-size: 18px;
	line-height: 1.75;
}
@media screen and (max-width: 750px) {
	.p-sec02 {
		padding: 0 0 60px 0;
	}
	.p-sec02Frame {
		padding: 30px 0 0 0;
		display: block;
	}
	.p-sec02Frame__photo {
		width: 100%;
		margin-bottom: 15px;
	}
	.p-sec02Frame__txtWrap {
		width: 100%;
		padding: 0 0 0 0;
	}
	.p-sec02Frame__txt {
		font-size: 14px;
		line-height: 1.75;
	}	
}




.p-sec03 {
	padding: 0 0 100px 0;
}
.p-sec03Frame {
	padding: 75px 0 0 0;	
}
.p-sec03Frame__photo {
}
.p-sec03Frame__photoLogo {
	margin-top: 20px;
}
.p-sec03Frame__txtWrap {
	box-sizing: border-box;
	text-align: left;
	margin-top: 30px;
}
.p-sec03Frame__txt {
	font-size: 18px;
	line-height: 1.75;
}

@media screen and (max-width: 750px) {
	.p-sec03 {
		padding: 0 0 60px 0;
	}
	.p-sec03Frame {
		padding: 30px 0 0 0;	
	}
	.p-sec03Frame__photo {
	}
	.p-sec03Frame__photoLogo {
		margin-top: 15px;
	}
	.p-sec03Frame__txtWrap {
		margin-top: 20px;
	}
	.p-sec03Frame__txt {
		font-size: 14px;
		line-height: 1.75;
	}	
}



.p-sec04 {
	padding: 0 0 80px 0;
}
.p-sec04Frame {
	padding: 80px 0 0 0;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-sec04Frame__photo {
	width: 39.56%;
}
.p-sec04Frame__photo figure {
}
.p-sec04Frame__photo figure + figure {
	margin-top: 26px;
}
.p-sec04Frame__txtWrap {
	width: 60.44%;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 0 35px;
}
.p-sec04Frame__txt {
	font-size: 18px;
	line-height: 1.77;
}
.p-sec04Frame__txt strong {
	font-size: 22px;
	line-height: 1.45;
	color: #000096;
}

@media screen and (max-width: 750px) {
	.p-sec04 {
		padding: 0 0 60px 0;
	}
	.p-sec04Frame {
		padding: 30px 0 0 0;
		display : block;
	}
	.p-sec04Frame__photo {
		width: 100%;
	}
	.p-sec04Frame__photo figure {
	}
	.p-sec04Frame__photo figure + figure {
		margin-top: 10px;
	}
	.p-sec04Frame__txtWrap {
		width: 100%;
		padding: 0 0 0 0;
		margin-bottom: 20px;
	}
	.p-sec04Frame__txt {
		font-size: 14px;
		line-height: 1.77;
	}
	.p-sec04Frame__txt strong {
		font-size: 16px;
		line-height: 1.45;
	}	
}



.p-sec05 {
	padding: 0 0 100px 0;
}
.p-sec05 .c-headTitle {
	padding: 15px 0;
}
.p-sec05 .c-headTitle__txt02 {
	margin-top: 5px;
}
.p-sec05Frame {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	padding: 75px 0 0 0;	
}
.p-sec05Frame__photo {
	width: 39.56%;
}
.p-sec05Frame__txtWrap {
	width: 60.44%;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	text-align: left;
}
.p-sec05Frame__txt {
	font-size: 18px;
	line-height: 1.75;
}
.p-sec05Frame__txt strong {
	font-size: 22px;
	line-height: 1.45;
	color: #000096;
}

@media screen and (max-width: 750px) {
	.p-sec05 {
		padding: 0 0 60px 0;
	}
	.p-sec05 .c-headTitle {
		padding: 15px 0;
	}
	.p-sec05 .c-headTitle__txt02 {
		margin-top: 5px;
	}
	.p-sec05Frame {
		display : block;
		padding: 30px 0 0 0;	
	}
	.p-sec05Frame__photo {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-sec05Frame__txtWrap {
		width: 100%;
		padding: 0 0 0 0;
	}
	.p-sec05Frame__txt {
		font-size: 14px;
		line-height: 1.75;
	}
	.p-sec05Frame__txt strong {
		font-size: 16px;
		line-height: 1.45;
	}
}




.p-sec06 {
	padding: 0 0 100px 0;
}
.p-sec06Frame {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	padding: 75px 0 0 0;	
}
.p-sec06Frame__photo {
	width: 39.56%;
}
.p-sec06Frame__txtWrap {
	width: 60.44%;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	text-align: left;
}
.p-sec06Frame__txt {
	font-size: 18px;
	line-height: 1.75;
}
.p-sec06Frame__txt strong {
	font-size: 22px;
	line-height: 1.45;
	color: #000096;
}

@media screen and (max-width: 750px) {
	.p-sec06 {
		padding: 0 0 60px 0;
	}
	.p-sec06Frame {
		display : block;
		padding: 30px 0 0 0;	
	}
	.p-sec06Frame__photo {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-sec06Frame__txtWrap {
		width: 100%;
		padding: 0 0 0 0;
	}
	.p-sec06Frame__txt {
		font-size: 14px;
		line-height: 1.75;
	}
	.p-sec06Frame__txt strong {
		font-size: 16px;
		line-height: 1.45;
	}	
}



.p-sec07 {
	padding: 0 0 100px 0;
}
.p-sec07Frame {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	padding: 80px 0 0 0;	
}
.p-sec07__table {
	width: 100%;
	box-sizing: border-box;
	border-top: #21acdc 2px solid;
	border-left: #21acdc 2px solid;
}
.p-sec07__table th ,
.p-sec07__table td {
	border-bottom: #21acdc 2px solid;
	border-right: #21acdc 2px solid;	
	vertical-align: middle;
}
.p-sec07__table th {
	width: 180px;
	font-size: 24px;
	line-height: 1.4;
	padding: 10px 20px;
}
.p-sec07__table td {
	font-size: 24px;
	line-height: 1.4;
	padding: 10px 20px;
	text-align: left;
}
.p-sec07__table td p span {
	font-size: 18px;
	line-height: 1.4;
}
.p-sec07__table td p + p {
	margin-top: 5px;
}

@media screen and (max-width: 750px) {
	.p-sec07 {
		padding: 0 0 60px 0;
	}
	.p-sec07 .c-headTitle__txt01 ,
	.p-sec07 .c-headTitle__txt02 {
		padding-left: 0;
	}
	.p-sec07Frame {
		padding: 30px 0 0 0;	
	}
	.p-sec07__table {
		border-top: #21acdc 1px solid;
		border-left: #21acdc 1px solid;
	}
	.p-sec07__table th ,
	.p-sec07__table td {
		border-bottom: #21acdc 1px solid;
		border-right: #21acdc 1px solid;
	}
	.p-sec07__table th {
		width: 80px;
		font-size: 14px;
		line-height: 1.4;
		padding: 10px 10px;
	}
	.p-sec07__table td {
		font-size: 14px;
		line-height: 1.4;
		padding: 10px 10px;
	}
	.p-sec07__table td p span {
		font-size: 12px;
		line-height: 1.4;
	}
	.p-sec07__table td p + p {
		margin-top: 5px;
	}	
}



.p-sec08 {
	padding: 0 0 135px 0;
}
.p-sec08__txt {
	font-size: 18px;
	line-height: 1.7;
	text-align: left;
	margin: 75px 0 75px 0;
}
.p-sec08__title {
	font-size: 36px;
	line-height: 1.7;
	text-align: center;
	background: url(../images/back-line-02.png);
	font-family: 'Kosugi Maru', sans-serif;
	padding: 40px 30px 40px 30px;
}
.p-sec08Frame {
	background: #daf1f9;
	padding: 90px 30px;
}
.p-sec08__table {
	max-width: 850px;
	width: 100%;
}
.p-sec08__table th {
	text-align: right;
	font-size: 22px;
	line-height: 1.4;
	box-sizing: border-box;
	padding: 26px 18px 23px 0;
	vertical-align: top;
	width: 250px;
}
.p-sec08__table td {
	text-align: left;
	font-size: 24px;
	line-height: 1.4;
	padding: 13px 0 13px 0;
}
.p-sec08__table td input[type=text] {
	width: 100%;
	box-sizing: border-box;
	border: #21acdc 2px solid;
	background: #FFF;
	font-size: 18px;
	line-height: 1.4;
	height: 58px;
	padding: 0 15px;
}
.p-sec08__table td.p-sec08__tableRadio {
	padding: 23px 0 23px 30px;
}
.p-sec08__table td label {
	display: inline-block;
	cursor: pointer;
	margin-right: 60px;
}
.p-sec08__table td input[type=radio] {
	display: none;
}
.p-sec08__table td label span {
	position: relative;
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
	display: inline;
	padding: 0 0 0 40px;
}
.p-sec08__table td label span:before ,
.p-sec08__table td label span:after {
	content: '';
	display: block;
	box-sizing: border-box;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
.p-sec08__table td label span:before {
	width: 26px;
	height: 26px;
	background: #FFF;
	border: #21acdc 2px solid;
}
.p-sec08__table td label span:after {
	width: 18px;
	height: 10px;
	left: 4px;
	bottom: 4px;
	border-top: 4px solid #21acdc;
	border-right: 4px solid #21acdc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);	
	opacity: 0;
}
.p-sec08__table td input[type=radio]:checked + span:after {
	opacity: 1;
}

.p-sec08__table td.p-sec08__tableCaution {
	padding-bottom: 0;
}
.p-sec08__table td.p-sec08__tableCaution p {
	text-align: right;
	font-size: 18px;
	line-height: 1.4;
}
.p-sec08__table td textarea {
	width: 100%;
	box-sizing: border-box;
	border: #21acdc 2px solid;
	background: #FFF;
	font-size: 18px;
	line-height: 1.4;
	height: 260px;
	padding: 15px 15px;
}
.p-sec08__tableSubmit {
	margin-top: 30px;
}
.p-sec08__tableSubmit input[type=submit] {
	-webkit-appearance: none;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	letter-spacing: 10px;
	width: 150px;
	background: #1a31a0;
	border: none;
	border-bottom: #1a0058 5px solid;
	color: #FFF;
	font-weight: bold;
	padding: 15px 0 12px 10px;
	cursor: pointer;
}
.p-sec08__btn {
	margin-top: 80px;
}

@media screen and (max-width: 750px) {
	.p-sec08 {
		padding: 0 0 60px 0;
	}
	.p-sec08 .c-headTitle__txt01 ,
	.p-sec08 .c-headTitle__txt02 {
		padding-left: 0;
	}
	.p-sec08__txt {
		font-size: 14px;
		line-height: 1.7;
		margin: 30px 0 30px 0;
	}
	.p-sec08__title {
		font-size: 20px;
		line-height: 1.7;
		background: url(../images/back-line-02.png);
		background-size: 7px auto;
		padding: 20px 15px 20px 15px;
	}
	.p-sec08Frame {
		padding: 30px 15px 50px 15px;
	}
	.p-sec08__table ,
	.p-sec08__table tbody,
	.p-sec08__table tr,
	.p-sec08__table th,
	.p-sec08__table td{
		display: block;
	}
	.p-sec08__table tr + tr {
		margin-top: 20px;
	}
	.p-sec08__table th {
		font-size: 14px;
		line-height: 1.4;
		padding: 0 0 0 0;
		text-align: left;
		width: 100%;
	}
	.p-sec08__table td {
		font-size: 14px;
		line-height: 1.4;
		padding: 8px 0 0 0;
	}
	.p-sec08__table td input[type=text] {
		border: #21acdc 1px solid;
		font-size: 14px;
		line-height: 1.4;
		height: 40px;
		padding: 0 10px;
	}
	.p-sec08__table td.p-sec08__tableRadio {
		padding: 10px 0 0px 0px;
	}
	.p-sec08__table td label {
		display: inline-block;
		cursor: pointer;
		margin-right: 20px;
		text-align: center;
	}
	.p-sec08__table td input[type=radio] {
		display: none;
	}
	.p-sec08__table td label span {
		font-size: 14px;
		line-height: 1.3;
		padding: 0 0 0 20px;
	}
	.p-sec08__table td label span:before ,
	.p-sec08__table td label span:after {
	}
	.p-sec08__table td label span:before {
		width: 14px;
		height: 14px;
		border: #21acdc 1px solid;
	}
	.p-sec08__table td label span:after {
		width: 12px;
		height: 6px;
		left: 2px;
		bottom: 4px;
		border-top: 2px solid #21acdc;
		border-right: 2px solid #21acdc;
}
	.p-sec08__table td input[type=radio]:checked + span:after {
	}

	.p-sec08__table td.p-sec08__tableCaution {
		padding-bottom: 0;
	}
	.p-sec08__table td.p-sec08__tableCaution p {
		font-size: 12px;
		line-height: 1.4;
		margin-top: 3px;
	}
	.p-sec08__table td textarea {
		border: #21acdc 1px solid;
		font-size: 14px;
		line-height: 1.4;
		height: 200px;
		padding: 10px 10px;
	}
	.p-sec08__tableSubmit {
		margin-top: 20px;
	}
	.p-sec08__tableSubmit input[type=submit] {
		font-size: 18px;
		line-height: 1;
		letter-spacing: 5px;
		width: 150px;
		border-bottom: #1a0058 3px solid;
		padding: 15px 0 12px 5px;
	}
	.p-sec08__btn {
		margin-top: 30px;
	}
}


.c-flowBottomContact {
	position: fixed;
	bottom:0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 10000;
}
.c-flowBottomContactInner {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;		
	padding: 5px;
	background: rgba(0,0,0,0.7);
}
.c-flowBottomContactInner a {
	width: 49%;
	border-radius: 5px;
	padding: 10px 5px;
	box-sizing: border-box;
	background: #ffe100;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
}
.c-flowBottomContactInner a + a {
	margin-left: 2%;
}

@media screen and (max-width: 750px) {
	.c-flowBottomContact {
		display: block;
	}	
}

.u-movie {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.u-movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


	.u-showPc {
		display: none;
	}

@media screen and (min-width: 751px) {
	.u-spBr {
		display: none;
	}
	.u-showSp {
		display: none;
	}
	.u-showPc {
		display: inline;
	}
}
