#main {
	padding-top: 0;
}
/* --------------------------------------------------- */
.mainView {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
	margin-bottom: 60px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainView .msk {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0,0,0,.4);
}
.mainView .img1,
.mainView .img2 {
	width: 70%;
	position: absolute;
	z-index: 1;
}
.mainView .img1 {
	bottom: 60%;
	left: -5%;
}
.mainView .img2 {
	top: 58%;
	right: -10%;
	left: 40%;
}
.mainView .mv-ttl {
	position: absolute;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 160%;
	text-align: right;
	top: 40%;
	right: 5%;
	z-index: 2;
	letter-spacing: 8px;
}
.mainView .mv-ttl span {
	display: block;
	font-size: 16px;
	text-align: right;
	margin-right: 30px;
	letter-spacing: 4px;
}
@media screen and (max-width: 900px) {
	.mainView .mv-ttl {
		font-size: 2em;
	}
	.mainView .mv-ttl span {
		font-size: 14px;
	}
}
@media screen and (max-width: 680px) {
	.mainView {
		background-position: center;
		background-size: cover;
		height: 620px;
		margin-bottom: 0;
	}
	.mainView .img1,
    .mainView .img2 {
        width: 90%;
    }
	.mainView .img1 {
    }
    .mainView .img2 {
        top: 65%;
        left: auto;
    }
	.mainView .mv-ttl {
		font-size: 1.3em;
		top: 45%;
		right: 3%;
	}
	.mainView .mv-ttl span {
		font-size: 10px;
	}
}
/* --------------------------------------------------- */
#sec01 {
	width: 100%;
	position: relative;
	padding: 100px 0;
	margin-bottom: 140px;
}
#sec01 .inner {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#sec01 dl {
	max-width: 560px;
	width: 60%;
	margin-bottom: 70px;
}
#sec01 dt {
	color: #06479C;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 170%;
	margin-bottom: 25px;
}
#sec01 dt img {
	display: block;
	max-width: 650px;
	width: 85%;
}
#sec01 dd {
}
#sec01 .ph-set {
	max-width: 700px;
	width: 40%;
	position: absolute;
	top: 40px;
	right: -5%;
	z-index: 0;
}
#sec01 .ph1 {
	width: 100%;
}
#sec01 .ph2 {
	width: 30%;
	position: absolute;
	left: 0;
	top: 85%;
	margin-left: -7%;
}
#sec01 .ph3 {
	width: 30%;
	position: absolute;
	top: 102%;
	left: 17%;
}
#sec01 .ph4 {
	position: relative;
	width: 480px;
	margin: 0 auto 0 -80px;
}
#sec01 .btn {
	position: absolute;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	left: 15%;
	bottom: 0;
}
#sec01 .btn a {
	display: block;
	height: 100%;
	background-color: #06479C;
	color: #fff;
	font-weight: 500;
	font-size: .9em;
	padding: 60px 70px;
	position: relative;
}
#sec01 .btn a span {
	display: block;
	font-size: 2em;
	font-weight: 700;
}
#sec01 .btn a::after {
	content: "〉";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	font-size: 15px;
	font-weight: 900;
	color: #fff;
	transition: .3s;
}
#sec01 .btn a:hover {
	background-color: #05336F;
}
#sec01 .btn a:hover::after {
	right: 5px;
}
#sec01 .img-set {
	padding-top: 61.93%;
	width: 105%;
	position: absolute;
	z-index: -1;
	left: 5%;
	right: -10%;
	bottom: -40%;
}
#sec01 .img-set .img1 {
	width: 13.47%;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 7%;
	transition-delay: .5s;
}
#sec01 .img-set .img2 {
	width: 48.98%;
	position: absolute;
	z-index: 1;
	left: 25%;
	top: 5%;
	transition-delay: .4s;
	opacity: .2;
}
#sec01 .img-set .img3 {
	width: 34.74%;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	transition-delay: .3s;
	opacity: .6;
}
#sec01 .img-set .img4 {
	width: 42.15%;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 2%;
	transition-delay: .2s;
	opacity: .4;
}
@media screen and (max-width: 900px) {
	#sec01 {
        padding: 0px 0 50px;
        background-size: 1400px;
		background-position: center bottom 80px;
        margin-bottom: 100px;
    }
	#sec01 .ph-set {
        top: -100px;
        right: -5%;
    }
	#sec01 .ph4 {
        width: 380px;
        margin: 0 auto 0 -80px;
    }
	#sec01 .img-set {
        bottom: 20%;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
        padding: 50px 0;
        margin-bottom: 80px;
		background-size: 800px;
		background-position: center bottom 50px;
    }
	#sec01 .ph-set {
		width: 200px;
        top: -160px;
        right: -15%;
    }
	#sec01 dl {
        max-width: none;
        width: 95%;
        margin: 0 auto 70px;
    }
    #sec01 dt {
        font-size: 1.4em;
        margin-bottom: 25px;
    }
	#sec01 .ph4 {
        width: 300px;
        margin: 0 auto 0 -40px;
    }
    #sec01 .since {
		font-size: 2em;
        right: auto;
        bottom: 260px;
		left: 200px;
    }
    #sec01 .btn {
        left: auto;
        bottom: 0;
		right: 10%;
    }
    #sec01 .btn a {
        padding: 40px 50px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	width: 100%;
	position: relative;
	padding-bottom: 80px;
}
#sec02 > .img1,
#sec02 > .img2,
#sec02 > .img3 {
	display: block;
	position: absolute;
	z-index: -1;
}
#sec02 > .img1 {
	width: 90%;
	top: 5%;
	left: 30%;
	right: -20%;
}
#sec02 > .img2 {
	width: 50%;
	top: 60%;
	left: 10%;
}
#sec02 > .img3 {
	width: 23%;
	top: 76%;
	right: 22%;
}
#sec02 .in {
	width: 90%;
	margin: 0 auto 50px;
}
#sec02 .in p {
	max-width: 600px;
	width: 100%;
	margin: 0 0 0 auto;
}
#sec02 .block2 {
	margin: -3% 0;
}
#sec02 .block .inner,
#sec02 .block2 .inner {
	max-width: 1500px;
	width: 110%;
	display: table;
}
#sec02 .block .inner {
	margin: 0 auto 0 -10%;
}
#sec02 .block2 .inner {
	margin: 0 -10% 0 auto;
}
#sec02 .block .ph,
#sec02 .block2 .ph,
#sec02 .block .box,
#sec02 .block2 .box {
	display: table-cell;
	vertical-align: middle;
}
#sec02 .block .ph,
#sec02 .block2 .ph {
	width: 50%;
}
#sec02 .block .box,
#sec02 .block2 .box {
	width: 50%;
	padding: 0 5%;
}
#sec02 .block .box .ttl-style01,
#sec02 .block2 .box .ttl-style01 {
	margin-bottom: 15px;
}
#sec02 .block .box p,
#sec02 .block2 .box p {
	margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
	#sec02 .block2 {
        margin: 80px 0;
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
		padding-bottom: 20px;
    }
	#sec02 > .img1,
    #sec02 > .img2,
    #sec02 > .img3 {
		display: none;
    }
	#sec02 .in {
        margin: 0 auto 30px;
    }
	#sec02 .block,
    #sec02 .block2 {
		width: 95%;
        margin: 0 auto 10px;
		background-color: #fff;
		box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
		padding: 35px;
    }
	#sec02 .block .inner,
    #sec02 .block2 .inner {
        width: 100%;
        display: block;
		margin: 0;
		position: relative;
    }
	#sec02 .block .ph,
    #sec02 .block2 .ph,
    #sec02 .block .box,
    #sec02 .block2 .box {
        display: block;
    }
	#sec02 .block .ph,
    #sec02 .block2 .ph {
        width: 100px;
		position: absolute;
		top: -40px;
		right: 0;
		margin-right: -60px;
    }
    #sec02 .block .box,
    #sec02 .block2 .box {
        width: 100%;
        padding: 0;
    }
	#sec02 .block .box p,
    #sec02 .block2 .box p {
        margin-bottom: 10px;
    }
}
/* --------------------------------------------------- */
#sec03 {
	width: 100%;
	position: relative;
	background-color: #06479C;
	padding: 70px 0;
}
#sec03 .ttl-style02 {
	margin-left: 5%;
}
#sec03 .inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
#sec03 .ttl-style02,
#sec03 .ttl-style02 span {
	color: #fff;
}
#sec03 ul {
	max-width: 900px;
	width: 100%;
	margin: 0 0 40px auto;
}
#sec03 li {
	width: 100%;
	display: table;
	background-color: #fff;
	margin-bottom: 10px;
}
#sec03 li span,
#sec03 li a {
	display: table-cell;
	vertical-align: top;
	line-height: 160%;
}
#sec03 li span {
	width: 130px;
	font-size: 11px;
	padding: 21px;
	color: #999;
}
#sec03 li a {
	padding: 18px 30px 18px 20px;
	position: relative;
	font-weight: 500;
}
#sec03 li a::after {
	content: "〉";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	font-size: 10px;
	font-weight: 900;
	color: #ddd;
	transition: .3s;
}
#sec03 li a:hover {
	color: #06479C;
	background-color: #f6f6f6;
}
#sec03 li a:hover::after {
	color: #06479C;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec03 {
        padding: 30px 0 40px;
    }
    #sec03 .inner {
        width: 85%;
    }
	#sec03 li {
        display: block;
        margin-bottom: 5px;
		position: relative;
    }
    #sec03 li span,
    #sec03 li a {
        display: block;
    }
    #sec03 li span {
		display: inline-block;
        width: auto;
        font-size: 10px;
        padding: 0px;
		position: absolute;
		right: 35px;
		bottom: 5px;
		z-index: 1;
    }
    #sec03 li a {
        padding: 18px 35px 25px 20px;
		position: relative;
		z-index: 0;
    }
	#sec03 li a::after {
        right: 7px;
    }
}
/* --------------------------------------------------- */
#sec04 {
	width: 100%;
	height: auto;
	min-height: 700px;
	background: url("../images/top/ph09.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	padding: 70px 0;
	margin-bottom: 160px;
}
#sec04 .ttl-style02 {
	margin: 0 5% 30px auto;
	text-align: right;
	position: relative;
	z-index: 1;
}
#sec04 .ttl-style02 span {
	text-align: right;
}
#sec04 p {
	max-width: 600px;
	width: 90%;
	margin: 0 5% 50px auto;
	position: relative;
	z-index: 1;
}
#sec04 .back {
	display: block;
	width: 2000px;
	position: absolute;
	left: 50%;
	bottom: -140px;
	transform: translate(-50%, 0%);
	z-index: 0;
}
#sec04 .btn-style01 {
	background-color: rgba(255,255,255,1);
	margin: 0 5% 30px auto;
	max-width: 300px;
	width: 90%;
	padding: 20px 20px;
}
#sec04 .btn-style01:hover {
	background-color: rgba(255,255,255,0);
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec04 {
		min-height: inherit;
        padding: 50px 0;
        margin-bottom: 120px;
    }
	#sec04 .back {
        width: 1000px;
        bottom: -100px;
    }
	#sec04 p {
		max-width: 350px;
        width: 80%;
        margin: 0 10% 80px auto;
    }
}
/* --------------------------------------------------- */
#sec05 {
}
#sec05 .ttl-style02 {
	margin-left: 5%;
}
#sec05 .inner {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#sec05 .box {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#sec05 .box:nth-child(3n) {
	margin-right: 0;
}
#sec05 .box a {
	display: table;
	width: 100%;
	
    outline: 1px solid #06479C;
    position: relative;
    cursor: pointer;
    z-index:9;
    transition: all 0.3s;
}
#sec05 .box a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background: rgba(6,71,156,.05);
    z-index:-999;
    transition: all 0.3s ease;
}
#sec05 .box a:hover::before {
    top: 0;
    left: 0;
    transition: all 0.3s;
	background: rgba(6,71,156,1);
}
#sec05 .box .ph,
#sec05 .box h6 {
	display: table-cell;
	vertical-align: middle;
}
#sec05 .box .ph {
	position: relative;
    width: 40%;
    padding-top: 150px;
}
#sec05 .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#sec05 .box h6 {
	font-size: 1.1em;
	line-height: 160%;
	padding: 0 10px 0 25px;
}
#sec05 .box h6 span {
	display: block;
	color: #06479C;
	font-size: 10px;
	line-height: 140%;
}
#sec05 .box a:hover h6,
#sec05 .box a:hover h6 span {
	color: #fff;
	transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
	#sec05 .box,
	#sec05 .box:nth-child(3n) {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    #sec05 .box:nth-child(2n) {
        margin-right: 0;
    }
	#sec05 .box .ph {
        width: 35%;
        padding-top: 120px;
    }
}
@media screen and (max-width: 680px) {
	#sec05 .inner {
        width: 90%;
        margin: 0 auto 30px;
        display: block;
    }
    #sec05 .box,
	#sec05 .box:nth-child(2n),
	#sec05 .box:nth-child(3n) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
	#sec05 .box .ph {
        position: relative;
        width: 25%;
        padding-top: 90px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


