@charset "UTF-8";
/* CSS Document */
.pc {
	display: block;
}

.sp {
	display: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1100px;
	z-index: 9999;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
}
#sub .wrapper {
	background-color: rgba(255,255,255,0.18);
	height: 70px;
	width: 100%;
	position: fixed;
	z-index: 10;
}


#header h1 {
	float: left;
}


#header nav {
	float: right;
	margin-top: 27px;
}

#header nav ul {
	display: inline-block;
}

#header nav span {
	display: inline-block;
}

#header nav ul li {
	display: inline-block;
}

#header nav a {
	font-family: 'Noto Serif', serif;
	/*color: rgba(209,209,209,1.00);*/
	color: #ffffff;
	color: rgba(107,107,107,1.00);
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}


body[data-page="1"] #header nav a {
	color: #ffffff;
}

body[data-page="4"] #pageDown {
	display: none!important;
}



#footer {
	color: #ffffff;
	background-color: #04286d;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	padding: 5px;
}

.stageBase .fieldWrap {
	padding-top: 0;
}

.stageBase .fieldWrap .conBlc {
	max-height: 75%;
	height: 415px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.stageBase h2 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Noto Serif', serif;
	letter-spacing: 1px;
	text-align: center;
}

.stageBase h2 span {
	display: block;
	font-size: 18px;
	margin-top: 8px;
	color: #114199;
}

.stageBase .leftBlc {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.stageBase .rightBlc {
	float: right;
	width: 50%;
	box-sizing: border-box;
}

.stageBase .fieldWrap h3 {
	color: #114199;
	font-size: 17px;
	margin-bottom: 10px;
}


.stageBase .btn a {
	color: #ffffff;
	font-size: 15px;
	border: 1px solid #3b9fbf;
	background-color: #3b9fbf;
	text-align: center;
	padding: 5px 20px;
	border-radius: 100px;
}


#stage1 {
	/*
	background-image: url(../img/sec01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	*/
}

/*
#stage1 .fieldWrap {
	position: relative;
	height: 100%;
	width: 100%;
}
*/


#stage1 #trim {
  position: relative;
  margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	background-image: url(../img/sec01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-color: rgba(255,255,255,0.11);*/
	width: 100%;
	height: 100%;
	background-size: cover;
	text-align: center;
}

/*
#stage1 #trim:before {
	display: block;
	content: "";
	background: inherit;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 600px;
	height: 320px;
	background-size: 100vw;
}
*/

#stage1 #trim .imgBlc {
/*background-color: rgba(233,0,0,0.5);*/
    width: 35.0%;
    height: 40.32%;
    position: absolute;
    top: -15%;
	bottom: 0;
	left: 0;
	right: 0;
	margin:  auto;
	text-align: center;
}

#stage1 #trim .imgBlc img {
	width: 75%;
	vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;	
/*
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto; 
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
	width: 100%;
	height: 100%;
*/
}

#stage2 {
	background-image: url(../img/sec02_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#stage2 .inner {
	background-color: rgba(255,255,255,0.80);
	width: 100%;
	height: 100%;
}

#stage2 .fieldWrap {
	padding-top: 10%;
	box-sizing: border-box;
	text-align: left;
}

#stage2 .fieldWrap h2 {
	display: inline-block;
	margin-bottom: 30px;
}

#stage2.stageBase .rightBlc {
	padding-left: 90px;
	margin-top: 20px;
}

#stage2.stageBase .rightBlc img {
	vertical-align: middle;
}

#stage2 .fieldWrap p {
	margin-bottom: 1em;
}

#stage2 .btn {
	margin-top: 20px;
	float: right;
}

#stage2 .btn:after {
	content: "";
	display: inline-block;
	clear: both;
}

#stage3 {
	background-image: url(../img/sec03_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#stage3 .inner {
	background-image: url(../img/sec03_inner_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}

#stage3 .fieldWrap h2 {
	margin-bottom: 30px;
}

#stage3 .fieldWrap h3 {
	margin-bottom: 25px;
}

#stage3 .fieldWrap .leftBlc,
#stage3 .fieldWrap .rightBlc {
	text-align: left;
	width: 46%;
	border: 1px solid #114199;
	background-color: rgba(255,255,255,0.50);
	padding: 30px 30px 15px 30px;
	-moz-transition-property: background-color;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	-ms-transition-property: background-color;
	transition-property: background-color;

	-moz-transition-duration:1.5s;
	-webkit-transition-duration:1.5s;
	-o-transition-duration:1.5s;
	-ms-transition-duration:1.5s;
	transition-duration:1.5s;

	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out;
}

#stage3 .fieldWrap .leftBlc:hover,
#stage3 .fieldWrap .rightBlc:hover {
	background-color: rgba(255,255,255,0.90);
}

#stage3 .fieldWrap p {
	margin-bottom: 1em;
}

#stage4 .inner {
	height: 100%;
}

#stage4 .fieldWrap .conBlc {
	height: auto;
}

#stage4 .fieldWrap h2 {
	margin-bottom: 30px;
	display: inline-block;
}

#stage4 .fieldWrap h2.sp {
	display: none;
}

#stage4 .fieldWrap .leftBlc,
#stage4 .fieldWrap .rightBlc {
	width: 47%;
	text-align: left;
	height: 100%;
}

#stage4 .fieldWrap .clearfix {
	height: 100%;
}

#stage4 .fieldWrap .leftBlc iframe {
	width: 100%;
	height: 100%;
}

#stage4 .fieldWrap .leftBlc.new iframe {
	height: 63%;
	height: 260px;
}

#stage4 .fieldWrap .leftBlc.new iframe:first-child {
	margin-bottom: 20px;
}

#stage4 .fieldWrap table {
	width: 100%;
}

#stage4 .fieldWrap table tr:first-child th,
#stage4 .fieldWrap table tr:first-child td {
	border-top: 1px solid rgba(17,65,153,0.55);
}

#stage4 .fieldWrap table th {
	color: #114199;
	border-bottom: 1px solid rgba(17,65,153,0.55);
	font-weight: bold;
	font-size: 15px;
	padding: 30px 0;
}

#stage4 .fieldWrap table td {
	border-bottom: 1px solid rgba(17,65,153,0.55);
	font-size: 14px;
	padding: 30px 0;
}

#stage4 .fieldWrap table td > div {
	margin-bottom: 20px;
}

/*
#sub #pageDown {
	display: none!important;
}
*/

#sub #footer {
	/*position: relative;*/
}

#contact {
	background: linear-gradient(rgba(59, 159, 191, .8), rgba(13, 63, 152, .8)),
	url(../img/con_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	height: 100%;
	min-height: 100vh;
} 

#contact .fieldWrap {
	margin-top: 100px;
	height: 100%;
}

#contact .fieldWrap h2 {
	color: #ffffff;
}

#contact .fieldWrap h2 span {
	color: #ffffff;
}

#contact .fieldWrap .inner {
	background-color: rgba(255,255,255,0.65);
	box-sizing: border-box;
	height: auto;
	width: 830px;
	margin: 30px auto 100px;
	padding: 60px 80px;
	min-height: 600px;
} 

#contact .fieldWrap .inner table {
	border-top: 1px solid rgba(131,131,131,0.70);	
	width: 100%;
}

#contact .fieldWrap .inner table th,
#contact .fieldWrap .inner table td {
	border-bottom: 1px solid rgba(131,131,131,0.70);
	padding: 30px 0;
	vertical-align: middle;
	font-size: 14px;
}

#contact .fieldWrap .inner table th {
	color: #123980;
	width: 30%;
}

.icn_ast {
	color: #d60606;
	display: inline-block;
	margin-left: 10px;
}

#contact .fieldWrap .inner table td p {
	margin-top: 3px;
	color: #123980;
	font-size: 90%;
} 

#contact .fieldWrap .inner table td .error {
	color: #d60606;
	font-size: 90%;
	line-height: 1;
}


#contact .fieldWrap .inner table td input {
	width: 100%;
	box-sizing: border-box;
}

#contact .fieldWrap .inner table td textarea {
	width: 100%;
	box-sizing: border-box;
	height: 300px;
}

#contact .fieldWrap .inner .message {
	margin-top: 100px;
}

#contact .btnArea {
	padding-top: 50px;
}

#contact .btnArea a {
	padding: 8px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	/*box-shadow: 3px 3px 5px #EBEBEB;	*/
	font-size: 14px;
	border-radius: 80px;
	background-color: #ffffff;
	color: #0d6485;
	border: 2px solid #0d6485;
	font-weight: bold;
	box-sizing: border-box;
}

#contact .btnArea a.back {
	margin-right: 15px;
}


#contact .btnArea a:hover {
	cursor: pointer;
	background-color: #0d6485;
	color: #ffffff;
	border: 2px solid #0d6485;
	outline: 0;
}

#contact .btnArea input.send {
	margin-left: 15px;
}

@media screen and (max-width: 1109px) {
	#header {
	max-width: 100%;
}

	.stageBase .fieldWrap {
	max-width: 100%;
		box-sizing: border-box;
		padding: 0 3vw;
}
	
#stage1 #trim .imgBlc img {
    width: 100%;
	}
	
	
}

@media screen and (max-width: 737px) {
	
#stage1 #trim {
    background-image: url(../img/sec01_bg_sp_02.jpg);
}	
	
#stage1 #trim img {
	width: 100%;
	}
	
#stage1 #trim .imgBlc {
		/*background-color: rgba(233,0,0,0.5);*/
    width: 75%;
    height: 36.32%;
    position: absolute;
    top: -15%;
}	
	
	
}


@media screen and (max-width: 812px) {
	.pc {
		display: none!important;
	}
	
	.sp {
		display: block!important;
	}
	
	p {
		font-size: 3.5vw;
		line-height: 1.4;
	}	
	
#header h1 {
	left: 3vw;
	}
	
	.navToggle {
    display: block;
    position: fixed;
    right: 5px;
    top: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
		background-color: rgba(46,87,124,0.85);
		text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
	
#header nav a {
color: #fff;
	}
 
.navToggle span:nth-child(1) {
    top: 11px;
}
 
.navToggle span:nth-child(2) {
    top: 20px;
}
 
.navToggle span:nth-child(3) {
    top: 29px;
}
 	
.navToggle.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}	
	
	nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0!important;
    left: 0;
    /*background: #fff;*/
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
		float: none!important;
		margin-top: 0!important;
}
 
nav.globalMenuSp ul,
	nav.globalMenuSp span {
	background-color: rgba(155,155,155,0.80);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li,
nav.globalMenuSp span	{
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
nav.globalMenuSp span {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp a {
    display: block;
    padding: 1em 0!important;
}
 
nav.globalMenuSp {
	opacity: 0;
	}
	
	nav.globalMenuSp.active {
    transform: translateY(0%);
		opacity: 1;
}

.stageBase .leftBlc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.stageBase .rightBlc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
	
	.stageBase .fieldWrap {
		padding: 0 3vw;
	}
	
	.stageBase .fieldWrap .conBlc {
	box-sizing: border-box;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	}
	
.stageBase h2 {
    font-size: 6vw;
}	

	.stageBase h2 span {
    font-size: 4vw;
		margin-top: 0.5vw;
}	

	.stageBase .fieldWrap h3 {
		font-size: 4vw;
		margin-bottom: 10px;
    margin-bottom: 1.0vw!important;
}
	
#pageDown {
	bottom: 4vw;
	}
	
.stageSlide .sdPrev {
    left: 1vw;
    background-image: url(../img/arrow_prev.png)!important;
		background-position: left 9px center;
}	

	.stageSlide .sdNext {
    right: 1vw;
    background-image: url(../img/arrow_next.png)!important;
		background-position: center center;
}	

.stageSlide .sdPrev,
.stageSlide .sdNext {
		background-repeat: no-repeat;
		background-color: rgba(46,87,124,0.80);
		background-size: 10px auto;
    margin-top: 0;
    top: 25%;
    width: 33px;
    height: 33px;
		border-radius: 100px;
    display: block;
    z-index: 99;
		border: 1px solid rgba(129,129,129,0.61);
}	

	/*
#stage1 #trim {
    background-image: url(../img/sec01_bg_sp.jpg);
}	
	
	
#stage1 #trim img {
	width: 100%;
	}
	
#stage1 #trim .imgBlc {
    width: 75%;
    height: 36.32%;
    position: absolute;
    top: -15%;
}	

	*/

	
	#stage2 .inner {
    height: 100%;
		box-sizing: border-box;
		padding-top: 80px;
}
	
	#stage2 .inner .conBlc {
		text-align: center;
	}

#stage2 .fieldWrap {
	padding: 0;
	box-sizing: border-box;
	}
	
.stageSlide .slidePanel .leftBlc {
	padding: 0 5.5vw;
	box-sizing: border-box;
}	
	
#stage2 .fieldWrap h2 {
    margin-bottom: 2vw;
	text-align: center;
}
	
	#stage2 .btn {
    margin-top: 15vw;
		margin-bottom: 10vw;
    float: none;
		text-align: center;
}
	
	#stage2.stageBase .rightBlc {
    padding-left: 0px;
		width: 80%;
		margin: 10vw auto;
}
	
	#stage3 .inner {
    height: 100%;
		box-sizing: border-box;
		padding-top: 80px;
}
	
	#stage3 .fieldWrap {
		padding: 0;
	}	
	
#stage3 .fieldWrap h2 {
    margin-bottom: 4vw;
}
	
#stage3 .fieldWrap .leftBlc,
#stage3 .fieldWrap .rightBlc {
    text-align: none;
    width: 100%;
	padding: 3vw 2.5vw 3vw 2.5vw;
	box-sizing: border-box;
	margin: 0 auto;
	width: 85%;
	}
	
#stage4 .fieldWrap h2 {
    margin-bottom: 4vw;
}	
	
	#stage4 .inner {
    height: 100%;
		box-sizing: border-box;
		padding-top: 80px;
}	
	
#stage4 .fieldWrap .leftBlc,
#stage4 .fieldWrap .rightBlc {
    width: 100%;
	float: none;
	text-align: center;
}	
	
	#stage4 .fieldWrap .leftBlc {
		margin-bottom: 5vw;
	}	
	
	#stage4 .fieldWrap table th,
	#stage4 .fieldWrap table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
}

	#stage4 .fieldWrap table th {
		border-bottom: none;
		padding: 4.5vw 1em 0.5vw 1em;
	}

		#stage4 .fieldWrap table td {
		border-top: none!important;
			padding: 0.5vw 1em 4.5vw 1em;
	}

		#stage4 .fieldWrap table td a i {
			display: inline-block;
			margin-right: 0.5em;
			margin-top: 1em;
	}
	
#contact {
    background: linear-gradient(rgba(59, 159, 191, .8), rgba(13, 63, 152, .8)), url(../img/con_bg_sp.png);
	background-position: bottom;
}	
	
#contact .fieldWrap .inner {
	width: 100%;
	box-sizing: border-box;
	padding: 5vw 4vw;
	min-height: 40vh;
	margin: 30px auto 15vw;
} 

#contact .fieldWrap .inner table th,
#contact .fieldWrap .inner table td {
	display: block;
	width: 100%;
}

	#contact .fieldWrap .inner table th {
padding: 30px 0 5px;
		border-bottom: none;
	}

		#contact .fieldWrap .inner table td {
padding: 5px 0 30px;
			border-top: 0;
	}

#contact .btnArea {
    padding-top: 5vw;
}	
	
#contact .btnArea a {
    width: 80%;
    text-align: center;
	margin-bottom: 4vw;
}	

	#contact .btnArea a.back {
	margin-right: 0;
}	

#contact .btnArea input {
    width: 80%;
}	

	#contact .btnArea input.send {
    margin-left: 0;
}	

	

}





