.h_logo .img1 {
	display: none;
}
.h_logo .img2 {
	display: block;
}
.is-animation .h_logo .img1 {
	display: block;
}
.is-animation .h_logo .img2 {
	display: none;
}
@media only screen and ( max-width : 968px ) {
	.h_logo .img1,
	.is-animation .h_logo .img1 {
        display: block;
    }
    .h_logo .img2,
	.is-animation .h_logo .img2 {
        display: none;
    }
}
/* --------------------------------------------------- */
#content {
	margin-top: 0;
}
@media print, screen and ( min-width : 969px ) {
	#header {
		background-color: rgba(255,255,255,0);
        transition: .3s;
    }
	#gNav li > a,
	#gNav li.sub > a {
		color: #fff;
	}
	#gNav li.sub {
		background: url("../images/common/arrow06.png") no-repeat center bottom 10px;
		background-size: 10px auto;
	}
	.is-animation {
        background-color: rgba(255,255,255,1) !important;
    }
	.is-animation #gNav li > a,
	.is-animation #gNav li.sub > a {
		color: #333;
	}
	.is-animation #gNav li > a:hover,
	.is-animation #gNav li.sub > a:hover {
		color: #0069B5;
	}
	.is-animation #gNav li.sub {
		background: url("../images/common/arrow02.png") no-repeat center bottom 10px;
		background-size: 10px auto;
	}
}
@media screen and ( max-width : 968px ) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
}
/* --------------------------------------------------- */
#mainvisual {
	width: 100%;
	position: relative;
	height: 100vh;
	margin-bottom: 60px;
}
#mainvisual .slider {
    position:relative;
	z-index: 1;
	height: 100vh;
	display: flex;
	justify-content: space-between;
}
.slider-top,
.slider-bottom {
	width: 50%;
    height: 100vh;
}
.slider-item01 {
    background:url(../images/top/mv-l01.jpg);
}
.slider-item02 {
    background:url(../images/top/mv-l02.jpg);
}
.slider-item03 {
    background:url(../images/top/mv-l03.jpg);
}
.slider-item04 {
    background:url(../images/top/mv-r01.jpg);
}
.slider-item05 {
    background:url(../images/top/mv-r02.jpg);
}
.slider-item06 {
    background:url(../images/top/mv-r03.jpg);
}
.slider-item {
    width: 50%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#mainvisual .box {
	max-width: 440px;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}
#mainvisual .box h1 {
	text-align: center;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 50px;
	line-height: 190%;
}
#mainvisual .box h1 span {
	display: block;
	text-align: center;
	font-size: 2.9em;
	letter-spacing: 8px;
	margin-bottom: 20px;
	line-height: 110%;
}
#mainvisual .box a {
	display: block;
	border: rgba(255,255,255,.5) 2px solid;
	background: url("../images/top/banner01.jpg") no-repeat right center;
	background-size: 40% auto;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	font-size: 13px;
	padding: 20px 25px;
	line-height: 170%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
}
#mainvisual .box a:hover {
	border: rgba(255,255,255,1) 2px solid;
}
@media only screen and ( max-width : 968px ) {
	#mainvisual .slider {
        height: 100vh;
        display: block;
    }
	.slider-item,
    .slider-top,
    .slider-bottom {
        width: 100%;
        height: 50vh;
    }
}
@media screen and (max-width: 580px) {
	#mainvisual,
	#mainvisual .slider {
        height: 560px;
    }
	.slider-item,
	.slider-top,
    .slider-bottom {
        height: 280px;
    }
	#mainvisual .box h1 {
        font-size: 1.1em;
    }
	#mainvisual .box h1 span {
        font-size: 2.5em;
        letter-spacing: 4px;
        margin-bottom: 10px;
		line-height: 120%;
    }
	#mainvisual .box a {
		font-size: 12px;
		padding: 15px 20px;
		background-position: right -15px center;
	}
}
/* --------------------------------------------------- */
#area1 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
}
#area1 .ph1 {
	width: 40%;
	margin: 0 -5% 3% auto;
}
#area1 .ph2 {
	position: absolute;
	width: 18%;
	bottom: -90px;
	right: 0;
}
#area1 .ph3 {
	width: 38%;
	margin: 0 20% 0 auto;
}
#area1 .box {
	position: absolute;
	max-width: 800px;
	width: 65%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.95);
	padding: 5%;
}
#area1 .box h1 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-size: 1.3em;
	margin-bottom: 30px;
}
#area1 .box p {
}
@media screen and ( max-width : 968px ) {
	#area1 .box {
		width: 95%;
	}
}
@media screen and (max-width: 768px) {
	#area1 {
        margin: 0 auto 70px;
    }
	#area1 .ph1,
	#area1 .ph2,
	#area1 .ph3 {
		display: none;
	}
	#area1 .box {
		position: static;
		width: 100%;
		padding: 0 5%;
	}
}
@media screen and (max-width: 580px) {
}
/* --------------------------------------------------- */
#area2 {
	max-width: 1400px;
	width: 95%;
	background-color: #F5F5F5;
	padding: 80px 3% 3% 0;
	margin: 0 auto 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	box-shadow: 7px 7px 3px 0px rgba(0,0,0,0.1);
}
#area2 .ttl-style01 {
	width: 35%;
	margin: -7% 0 0 -2%;
}
#area2 ul {
	width: 65%;
}
#area2 li {
	background-color: #fff;
	width: 100%;
	display: table;
	padding: 15px 20px;
	margin-bottom: 7px;
}
#area2 li span,
#area2 li p {
	display: table-cell;
	vertical-align: top;
	font-size: .9em;
}
#area2 li span {
	font-size: 11px;
	width: 100px;
	color: #888;
}
#area2 li p {
}
#area2 li p a {
	transition: .3s;
}
#area2 li p a:hover {
	color: #0069B5;
	text-decoration: underline;
}
#area2 .btn-style01 {
	position: absolute;
	top: 150px;
	left: -2%;
	width: 30%;
}
@media screen and ( max-width : 968px ) {
	#area2 {
	}
	#area2 .ttl-style01 {
        margin: -8% 0 0 -1%;
    }
	#area2 ul {
        width: 60%;
    }
	#area2 li,
    #area2 li span,
    #area2 li p {
		display: block;
	}
	#area2 .btn-style01 {
		left: -1%;
	}
}
@media screen and (max-width: 768px) {
	#area2 {
		display: block;
		padding: 50px 3% 30px;
	}
	#area2 .ttl-style01 {
        width: auto;
		position: absolute;
		top: -15px;
		left: 0;
    }
    #area2 ul {
        width: 100%;
		margin-bottom: 20px;
    }
	#area2 .btn-style01 {
		position: relative;
		width: 90%;
		top: auto;
		left: 50%;
		transform: translate(-50%, 0%);
	}
}
@media screen and (max-width: 580px) {
	#area2 {
        margin: 0 auto 50px;
    }
}
/* --------------------------------------------------- */
#area3 {
	width: 100%;
}
#area3 .ttl {
	width: 90%;
	margin: 0 auto 10px;
}
#area3 .block {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#area3 .back1,
#area3 .back2 {
	display: block;
	position: absolute;
	background-color: rgba(0,105,181,.10);
	width: 50%;
	height: 65%;
	top: 25%;
	bottom: 10%;
	z-index: 0;
}
#area3 .back1 {
	left: -8%;
}
#area3 .back2 {
	right: -8%;
}
#area3 .block .box {
	width: 50%;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
#area3 .block .box1 {
	left: 5%;
}
#area3 .block .box2 {
	right: 5%;
}
#area3 .block .box .ttl-style02 {
	margin-bottom: 30px;
}
#area3 .block .box .number {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: #0069B5;
	margin-bottom: 30px;
}
#area3 .block .box .number span {
	display: block;
	font-size: 5.5em;
	line-height: 90%;
}
#area3 .block .box p {
	margin-bottom: 30px;
}
#area3 .block .ph1 {
	background: url("../images/top/ph04.jpg") no-repeat right center;
	margin: 0 -20% 0 auto;
}
#area3 .block .ph2 {
	background: url("../images/top/ph05.jpg") no-repeat left center;
	margin: 0 auto 0 -20%;
}
#area3 .block .ph3 {
	background: url("../images/top/ph06.jpg") no-repeat right center;
	margin: 0 -20% 0 auto;
}
#area3 .block .ph {
	height: 700px;
	width: 70%;
	background-size: contain;
	position: relative;
		z-index: -1;
}
@media screen and ( max-width : 968px ) {
	#area3 .block {
        margin: 0 auto 30px;
    }
	#area3 .block .ph1,
	#area3 .block .ph3 {
		background-position: left center;
        margin: 0 -10% 0 auto;
    }
    #area3 .block .ph2 {
        background-position: right center;
        margin: 0 auto 0 -10%;
    }
	#area3 .block .ph {
        height: 650px;
        width: 70%;
        background-size: auto 100%;
    }
	#area3 .block .box {
        width: 65%;
    }
}
@media screen and (max-width: 768px) {
	#area3 .ttl {
        margin: 0 auto 40px;
    }
	#area3 .back1,
    #area3 .back2 {
        width: 60%;
        height: 80%;
        top: 10%;
        bottom: 10%;
    }
	#area3 .block .ph {
        height: 300px;
        width: 100%;
        background-size: auto 100%;
		
    }
	#area3 .block .ph1,
	#area3 .block .ph2,
	#area3 .block .ph3 {
		margin: 0 auto;
		background-position: center;
    }
	#area3 .block .box {
		position: static;
        width: 90%;
		margin: 0 auto 10px;
		transform: translate(0%, 0%);
    }
}
@media screen and (max-width: 580px) {
	#area3 .ttl .ttl-style01 {
		line-height: 110%;
	}
	#area3 .block .ph {
        height: 200px;
    }
}
/* --------------------------------------------------- */
#area4 {
	width: 100%;
	padding: 60px 0 80px;
	background: url("../images/top/ph07.jpg") no-repeat center;
	background-size: cover;
}
#area4 .ttl {
	width: 90%;
	margin: 0 auto 50px;
}
#area4 ul {
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#area4 li {
	width: 18%;
	margin: 1%;
}
#area4 li a {
	display: block;
	text-align: center;
	background: url("../images/common/arrow04.png") no-repeat left 15px center;
	background-size: 6px auto;
	background-color: #fff;
	font-weight: 600;
	height: 100%;
	padding: 15% 0;
	border: #fff 2px solid;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0);
}
#area4 li a:hover {
	color: #263973;
	background-image: url("../images/common/arrow12.png");
	background-position: left 20px center;
	background-color: #EFEFEF;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#area4 li a img {
	display: block;
	max-width: 78px;
	width: 50%;
	margin: 0 auto 20px;
}
#area4 li a span {
	display: block;
	text-align: center;
	line-height: 160%;
}
@media screen and ( max-width : 968px ) {
	#area4 ul {
		width: 90%;
	}
	#area4 li {
        width: 32%;
        margin: 0 2% 2% 0;
    }
    #area4 li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
	#area4 li a {
		font-size: .9em;
	}
}
@media screen and (max-width: 580px) {
	#area4 {
        width: 100%;
        padding: 25px 0;
    }
    #area4 .ttl {
        margin: 0 auto 30px;
    }
	#area4 li,
	#area4 li:nth-child(3n){
        width: 48%;
        margin: 1%;
    }
	#area4 li a {
		padding: 10% 0;
		font-size: 1em;
	}
	#area4 li a img {
        width: 40%;
        margin: 0 auto 10px;
    }
}
/* --------------------------------------------------- */
#area5 {
	width: 100%;
	background-color: #0069B5;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
#area5 .ttl {
	position: absolute;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-size: 10em;
	line-height: 80%;
	top: -25px;
	left: 0;
	color: #fff;
}
#area5 .box {
	width: 35%;
	padding: 180px 0 60px;
	color: #fff;
	margin: 0 5%;
}
#area5 .box .ttl-style02 {
	margin-bottom: 30px;
}
#area5 .box p {
	margin-bottom: 50px;
}
#area5 .ph {
	width: 55%;
	background: url("../images/top/ph08.jpg") no-repeat center;
	background-size: cover;
}
@media screen and ( max-width : 968px ) {
	#area5 .ttl {
      font-size: 7em;
      top: -15px;
    }
	#area5 .box {
		width: 50%;
        padding: 170px 0 60px;
        margin: 0 5%;
	}
	#area5 .ph {
		width: 40%;
	}
}
@media screen and (max-width: 768px) {
	#area5 {
		display: block;
	}
	#area5 .ttl {
      font-size: 5em;
      top: -10px;
    }
	#area5 .box {
		width: 90%;
        padding: 130px 0 60px;
        margin: 0 5%;
	}
	#area5 .ph {
		width: 100%;
		height: 250px;
	}
}
@media screen and (max-width: 580px) {
	#area5 {
		margin-bottom: 40px;
	}
	#area5 .ttl {
      font-size: 4.5em;
      top: -7px;
    }
	#area5 .box {
		width: 90%;
        padding: 90px 0 40px;
        margin: 0 5%;
	}
	#area5 .ph {
		height: 150px;
	}
}
/* --------------------------------------------------- */
#area6 {
	width: 100%;
	margin-bottom: 80px;
}
#area6 .ttl {
	width: 90%;
	margin: 0 auto 50px;
}
#area6 ul {
	max-width: 1600px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#area6 li {
	width: 32%;
	padding-top: 450px;
	position: relative;
}
#area6 li.ph1 {
	background: url("../images/top/ph09.jpg") no-repeat center;
	background-size: cover;
}
#area6 li.ph2 {
	background: url("../images/top/ph10.jpg") no-repeat center;
	background-size: cover;
}
#area6 li.ph3 {
	background: url("../images/top/ph11.jpg") no-repeat center;
	background-size: cover;
}
#area6 li a {
	display: block;
	text-align: center;
	background: url("../images/common/arrow08.png") no-repeat left 15px center;
	background-size: 6px auto;
	background-color: rgba(0,105,181,.9);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 230px;
	width: 80%;
	padding: 15% 0;
}
#area6 li a:hover {
	background-position: left 20px center;
	background-color: rgba(0,105,181,1);
}
#area6 li a strong {
	display: block;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-size: 1.3em;;
}
#area6 li a span {
	display: block;
	text-align: center;
	font-size: 10px;
}
@media screen and ( max-width : 968px ) {
}
@media screen and (max-width: 768px) {
	#area6 {
        margin-bottom: 10px;
    }
	#area6 .ttl {
		margin: 0 auto 30px;
    }
	#area6 ul {
        display: block;
    }
    #area6 li {
        width: 100%;
        padding-top: 220px;
		margin-bottom: 10px;
    }
	#area6 li a {
		padding: 10% 0;
	}
}
@media screen and (max-width: 580px) {
}
/* --------------------------------------------------- */