@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gNavi .navi01 a {
	color: #004094;
}
#gNavi .navi01 a:before {
	transform: scale(1, 1);
}
.mainVisual {
    position: relative;
    margin: 0 0 0 120px;
    height: 800px;
    background: url("../img/index/main_img_bg.jpg") no-repeat center center;
    background-size: cover;
    z-index: 10;
}
.mainVisual .scroll {
    position: absolute;
    left: -67px;
    top: 390px;
}
.mainVisual .scroll a:hover {
    opacity: 0.7;
}
.mainVisual .textBox {
    padding: 337px 0 0 8.9%;
    color: #fff;
    width: 80%;
}
.mainVisual .textBox .title {
    margin-bottom: 21px;
    font-weight: bold;
    font-size: 6rem;
}
.mainVisual .textBox .title .txtSpan {
    position: relative;
    display: inline-block;
}
.mainVisual .textBox .title .txtSpan:before {
    position: absolute;
    right: -42px;
    top: -19px;
    width: 46px;
    height: 44px;
    background: url("../img/index/icon.png") no-repeat right top;
    background-size: 46px 44px;
    content: "";
}
.mainVisual .textBox .title .info {
    font-size: 4.8rem;
}
.mainVisual .textBox .txt {
    margin-bottom: 45px;
    font-size: 3.9rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.mainVisual .textBox .txtList li {
    color: #004097;
    font-size: 3.2rem;
    font-weight: 700;
    margin-right: 10px;
    float: left;
    width: 230px;
    height: 70px;
    box-sizing: border-box;
    line-height: 63px;
    text-align: center;
    background: url("../img/index/bg01.png") no-repeat center center;
    background-size: 100% 100%; 
    letter-spacing: 1px;
}
#main .sec001 {
    padding: 65px 0 20px;
}
#main .sec001 h4 {
	text-align: center;
}
#main .sec001 .image {
	width: 451px;
	margin: 0 auto;
}
#main .sec001 h3 {
	text-align: center;
	font-size: 36px;
	color: #004097;
	padding: 10px 40px 20px;
}
#main .sec001 h3 div.inner {
    display: inline-block;
}
#main .sec001 h3::before {
	content: "";
	display: inline-block;
	/*top,right < bottom,left*/
	border-top: 2px solid transparent;
	border-right: 10px solid #004097;
	border-bottom: 110px solid transparent;
	border-left: 5px solid transparent;
	position: relative;
	top: 15px;
	left: -15px;
	transform: rotate(-5deg);
}
#main .sec001 h3::after {
	content: "";
	display: inline-block;
	/*top,right < bottom,left*/
	border-top: 2px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 110px solid transparent;
	border-left: 10px solid #004097;
	position: relative;
	top: 15px;
	right: -5px;
	transform: rotate(5deg);
}
#main .sec001 .desc {
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: bold;
}
#main .sec001 .small {
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: bold;
}
#main .sec002 .wrap {
	background: #E5F1F7;
	display: flex;
}
#main .sec002 .wrap h3 {
	font-size: 32px;
	color: #004097;
	width: 310px;
	text-align: center;
	background: url("../img/index/sec002_h3.png");
	background-position: center top;
	background-size: 136px auto;
	background-repeat: no-repeat;
	padding: 70px 0 0;
	margin-top: 55px;
}
#main .sec002 .wrap h3 span {
	display: block;
	font-size: 14px;
}
#main .sec002 .wrap .inner {
	padding: 30px 30px 30px 20px;
}
#main .sec002 .wrap .inner ul {
	background: #FFF;
	padding: 30px 30px 20px;
	border-radius: 6px;
}
#main .sec002 .wrap .inner ul::after {
	content: "";
	display: block;
	clear: both;
	float: none;
}
#main .sec002 .wrap .inner ul li {
	background: #004097;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 20px;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	box-sizing: border-box;
}
#main .sec002 .wrap .inner ul li.liall {
	width: auto;
}
#main .sec002 .wrap .inner ul li.litop {
	clear: left;
}
#main .sec003 {
	padding-top: 80px;
}
#main .sec003 ul::after {
	content: "";
	display: block;
	clear: both;
	float: none;
}
#main .sec003 li {
	float: left;
	width: 50%;
}
#main .sec003 li:nth-child(1) {	text-align: left;}
#main .sec003 li:nth-child(2) {	text-align: right;}
#main .sec003 li img {
	max-width: 580px;
}
#main .sec00 {
    padding: 105px 0 0;
}
#main .sec00 .tit {
	font-size: 36px;
	font-weight: bold;
	background: #004097;
	border-radius: 40px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	padding: 15px 50px;
	display: block;
	margin: 0 auto 20px;
	max-width: 800px;
}
#main .sec00 .headLine01 {
	font-size: 36px;
	text-align: center;
	color: #004097;
	margin-bottom: 20px;
}
#main .sec00 .headLine01 .sp {
	display: none;
}
#main .sec00 p {
	margin-bottom: 50px;
    line-height: 1.75;
}
#main .sec00 p.su {
	text-align: center;
	font-weight: bold;
}
#main .sec00 p.desc {
	padding-top: 30px;
}
#main .sec00 .linkList li {
	width: 31.7%;
}
#main .sec00 .linkList li:nth-child(1),
#main .sec00 .linkList li:nth-child(3) {
	width: 35%;
}
#main .sec00 .linkList li:nth-child(2) {
	width: 30%;
}
#main .sec00 .linkList li a {
	display: block;
	position: relative;
}
#main .sec01 {
    padding: 115px 0 0;
}
#main .sec000 {
    padding: 115px 0 0;
}
#main .sec01 p {
	margin-bottom: 50px;
    line-height: 1.75;
}
#main .sec01 .linkList li {
	width: 31.7%;
}
#main .sec01 .linkList li a {
	display: block;
	position: relative;
}
#main .sec01 .linkList li .bg {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,64,151,0.5);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
}
#main .sec01 .linkList li a:hover .bg {
	-webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
}
#main .sec01 .linkList li .txtBox {
	padding-bottom: 42px;
	position: absolute;
	left: 0;
	color: #fff;
	top: 50%;
	width: 100%;
	font-size: 2.8rem;
	font-weight: 700;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
}
#main .sec01 .linkList li .txtBox .title {
	margin-bottom: 0;
	padding: 39px 0;
	background: url("../img/common/line03.png") no-repeat center bottom;
	background-size: 51px 7px; 
}
#main .sec01 .linkList li .txtBox span {
	display: block;
}
#main .sec01 .linkList li .txtBox .topImg {
	margin-bottom: 8px;
}
#main .sec01 .linkList li .txtBox .en {
	font-size: 1.8rem;
	opacity: 0.7;
}
#main .sec02 {
	margin-bottom: 202px;
	padding: 117px 0 112px;
	position: relative;
}
#main .sec02:before {
	position: absolute;
	left: 0;
	right: 50%;
	top: -105px;
	bottom: 0;
	background: url("../img/index/bg02.png") no-repeat right bottom;
	background-size: cover;
	content: "";
	z-index: -1;
}
#main .sec02 .comPropertyList {
	margin-bottom: 0;
}
#main .sec02 .comPropertyList li {
	float: left;
	width: 380px !important;
	margin: 0;
	padding: 0 15px 20px;
}
#main .sec02 .txtP {
	margin-bottom: 50px;
}
#main .sec02 .txtP .info {
	display: inline-block;
	position: relative;
	line-height: 1.75;
}
#main .sec02 .txtP .info .txtImg {
	position: absolute;
	right: 68px;
	top: -105px;
}
#main .sec02 .sliderBox {
	position: relative;
	clear: both;
}
#main .sec02 .sliderBox .comPropertyList {
	margin-top: 0;
	padding-left: 10px;
	float: right;
	width: calc(50% + 626px);
}
#main .sec02 .sliderBox .comPropertyList li {
	padding-bottom: 10px;
	width: 380px;
}
#main .sec02 .sliderBox .prev {
	margin-top: -40px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 100;
	cursor: pointer;
}
#main .sec02 .sliderBox .next {
	margin-top: -40px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 100;
	width: 80px;
	cursor: pointer;
}
#main .sec02 .sliderBox .prev,
#main .sec02 .sliderBox .next {
    transition: .3s;
	-webkit-transition: .3s;
}
#main .sec02 .sliderBox .prev:hover,
#main .sec02 .sliderBox .next:hover {
	opacity: 0.7;
}
#main .sec03 {
    max-width: 1920px;
}
#main .sec03 .inner {
    margin-bottom: 158px;
}
#main .sec03 .inner .photoBox {
    float: right;
    width: 50%;
    margin-top: -10.7%;
} 
#main .sec03 .inner .textBox {
    width: 46%;
}
#main .sec03 .inner .textBox p {
    margin-bottom: 58px;
    line-height: 1.75;
}
#main .sec03 .inner .textBox .btnList {
    width: 72.5%;
}
#main .sec03 .inner .textBox .btnList li {
    margin-bottom: 20px;
    width: 100%;
}
#main .sec03 .inner .textBox .btnList li a {
    padding: 27px 30px 29px;
    color: #fff;
	position: relative;
    font-weight: bold;
    display: block;
	background: #004097;
}
#main .sec03 .inner .textBox .btnList li a::after {
	margin-top: -3px;
	position: absolute;
	right: 19px;
	top: 50%;
	width: 51px;
	height: 7px;
    background: url("../img/common/icon15.png") no-repeat left center;
    background-size: 51px 7px; 
	content: "";
}
#main .sec03 .inner .textBox .btnList li a span {
	position: relative;
	z-index: 2;
}
#main .sec03 .inner .textBox .btnList li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #d0a616;
    -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
#main .sec03 .inner .textBox .btnList li a:hover::before {
	top: auto;
    bottom: 0;
    height: 100%;
}
#main .sec03 .inner01 .photoBox {
    float: left;
}
#main .sec03 .inner01 .textBox {
    float: right;
    width: 45%;
}
#main .sec03 .inner01 .textBox .txt01 {
    margin-bottom: 18px;
}
#main .sec03 .inner01 .textBox .txtList {
    margin-bottom: 18px;
}
#main .sec03 .inner01 .textBox .txtList li {
    margin: 0 1px 6px 0;
    padding: 1px 18px 3px;
    display: inline-block;
    vertical-align: top;
    color: #004097;
    font-weight: bold;
    border: 1px solid #004097;
}
#main .sec04 {
    margin: -39px 0 70px;
}
#main .sec04 .listUl li {
    width: 50%;
}
#main .sec04 .listUl li a {
    display: block;
    position: relative;
	overflow: hidden;
}
#main .sec04 .listUl li img {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#main .sec04 .listUl li .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,64,151,0.5);
	z-index: 1;
}
#main .sec04 .listUl li .bg01 {
	background: rgba(0,131,203,0.5);
}
#main .sec04 .listUl li .headLine01 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    padding-bottom: 49px;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 2;
}
#main .sec04 .listUl li .headLine01 .en {
	margin-bottom: 8px;
    color: #fff;
}
#main .sec04 .listUl li a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#main .sec04 .listUl li .headLine01:before {
	margin-left: -26px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 51px;
	height: 7px;
    background: url("../img/common/icon15.png") no-repeat center bottom;
    background-size: 51px 7px;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
#main .sec04 .listUl li a:hover .headLine01:before {
	margin-left: -12px; 
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	.mainVisual .textBox {
		padding: 337px 0 0 5%;
		width: 90%;
	}
	.mainVisual .textBox .title {
		font-size: 5rem;
	}
	.mainVisual .textBox .txt {
		font-size: 3.6rem;
	}
	.mainVisual .textBox .txtList li {
		width: 210px;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin: 0;
		height: 400px;
	}
	.mainVisual .scroll {
		position: static;
		left: auto;
		top: auto;
		display: none;
	}
	.mainVisual .textBox {
		padding: 70px 10px 0;
		width: 100%;
		box-sizing: border-box;
	}
	.mainVisual .textBox .title {
		margin-bottom: 10px;
		font-size: 2.3rem;
	}
	.mainVisual .textBox .title .txtSpan:before {
		position: absolute;
		right: -16px;
		top: -12px;
		width: 23px;
		height: 22px;
		background: url("../img/index/icon.png") no-repeat right top;
		background-size: 23px 22px;
		content: "";
	}
	.mainVisual .textBox .title .info {
		font-size: 1.9rem;
	}
	.mainVisual .textBox .txt {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.mainVisual .textBox .txtList li {
		font-size: 1.4rem;
		margin: 0 10px 10px 0;
		width: 106px;
		height: 38px;
		line-height: 38px;
		letter-spacing: 1px;
	}
	#main .sec0000 {
		padding: 0px 0 0;
	}
	#main .sec001 {
		padding: 50px 0 20px;
	}
	#main .sec001 .image {
		width: 300px;
		margin: 0 auto;
	}
	#main .sec001 h3 {
		font-size: 18px;
		padding: 10px 0px 20px;
		margin-left: 5px;
	}
	#main .sec001 h3::before {
		border-top: 2px solid transparent;
		border-right: 5px solid #004097;
		border-bottom: 30px solid transparent;
		border-left: 5px solid transparent;
		top: 8px;
		left: -10px;
	}
	#main .sec001 h3::after {
		border-top: 2px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 5px solid #004097;
		top: 8px;
		right: -5px;
	}
	#main .sec001 .desc {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#main .sec002 .wrap {
		background: #E5F1F7;
		display: block;
		padding-top: 20px;
	}
	#main .sec002 .wrap h3 {
		font-size: 26px;
		color: #004097;
		width: 100%;
		text-align: center;
		background: url(../img/index/sec002_h3.png);
		background-position: center top;
		background-size: 100px auto;
		background-repeat: no-repeat;
		padding: 50px 0 10px;
		margin-top: 0;
	}
	#main .sec002 .wrap .inner {
		padding: 10px 10px 20px;
	}
	#main .sec002 .wrap .inner ul {
		background: #FFF;
		padding: 15px 0 15px 10px;
		border-radius: 6px;
	}
	#main .sec002 .wrap .inner ul li {
		height: 30px;
		border-radius: 15px;
		text-align: center;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		display: block;
		float: left;
		padding: 0 10px;
		line-height: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc((100% / 3) - 10px);
		box-sizing: border-box;
	}
	#main .sec003 {
		padding-top: 30px;
	}
	#main .sec003 li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#main .sec003 li a img {
		width: 100%;
	}
	#main .sec00 {
		padding: 50px 0;
	}
	#main .sec00 .tit {
		font-size: 2.0rem;
		font-weight: bold;
		background: #004097;
		border-radius: 40px;
		color: #FFF;
		text-align: center;
		line-height: 30px;
		padding: 10px 10px;
		display: block;
		margin: 0 auto 20px;
		max-width: 800px;
	}
	#main .sec00 .headLine01 {
		font-size: 2.0rem;
	}
	#main .sec00 .headLine01 .sp {
		display: block;
	}
	#main .sec00 p {
		margin-bottom: 30px;
	}
	#main .sec00 p.desc {
		display: none;
	}
	#main .sec00 .linkList li {
		width: 100% !important;
		margin-bottom: 15px;
	}
	#main .sec01 {
		padding: 50px 0;
	}
	#main .sec01 p {
		margin-bottom: 30px;
	}
	#main .sec01 .linkList {
		display: block;
		margin: 0 auto;
	}
	#main .sec01 .linkList li {
		width: 100%;
		margin-bottom: 15px;
	}
	#main .sec01 .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .linkList li .txtBox {
		padding-bottom: 0;
	}
	#main .sec01 .linkList li > a > img {
		width: 100%;
	}
    #main .sec01 .linkList li .bg {
 		-webkit-transform: none;
		transform: none;
    }
	#main .sec01 .linkList li a:hover .bg {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
	#main .sec02 {
		margin-bottom: 100px;
		padding: 57px 0;
	}
	#main .sec02:before {
		top: -145px;
	}
	#main .sec02 .comPropertyList li {
		float: left;
		width: 380px !important;
		margin: 0;
		padding: 0 15px 20px;
	}
    #main .sec02 .headLine01 .imgtext {
        position: absolute;
        right: 0;
        top: -10px;
    }
	#main .sec02 .txtP {
		margin-bottom: 30px;
	}
	#main .sec02 .txtP .info {
		display: inline-block;
		position: relative;
		line-height: 1.75;
	}
	#main .sec02 .txtP .info .txtImg {
		position: static;
		right: auto;
		top: auto;
		display: block;
		width: 160px;
		margin-bottom: 10px;
	}
	#main .sec02 .sliderBox .comPropertyList {
		padding: 0 0 10px;
		float: none;
		width: auto;
	}
	#main .sec02 .sliderBox .comPropertyList li {
		width: 320px !important;
		padding: 0 10px 10px;
	}
	#main .comPropertyList li a {
		box-shadow: 0 0 6px rgb(0,0,0,0.2);
	}
	#main .sec02 .sliderBox .prev {
		margin-top: -20px;
	}
	#main .sec02 .sliderBox .next {
		margin-top: -20px;
		width: 40px;
	}
	#main .sec02 .sliderBox .prev:hover,
	#main .sec02 .sliderBox .next:hover {
		opacity: 1;
	}
	#main .sec02 .sliderBox .prev img,
	#main .sec02 .sliderBox .next img {
		width: 40px;
	}
	#main .sec03 {
		max-width: inherit;
	}
	#main .sec03 .inner {
		margin-bottom: 50px;
	}
	#main .sec03 .inner .photoBox {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	} 
	#main .sec03 .inner .textBox {
		width: 100%;
	}
	#main .sec03 .inner .textBox p {
		margin-bottom: 30px;
	}
	#main .sec03 .inner .textBox .btnList {
		width: 100%;
	}
	#main .sec03 .inner .textBox .btnList li {
		margin-bottom: 10px;
	}
	#main .sec03 .inner .textBox .btnList li a {
		padding: 20px 20px 23px;
	}
	#main .sec03 .inner .textBox .btnList li a::after {
		margin-top: -7px;
		width: 40px;
		height: 7px;
		background-size: 40px auto;
	}
	#main .sec03 .inner .textBox .btnList li a::before {
		display: none;
	}
	#main .sec03 .inner01 .photoBox {
		float: none;
	}
	#main .sec03 .inner01 .textBox {
		float: none;
		width: 100%;
	}
	#main .sec03 .inner01 .textBox .txtList {
		margin-bottom: 18px;
	}
	#main .sec03 .inner01 .textBox .txtList li {
		padding: 2px 18px 4px;
	}
	#main .sec04 {
		margin: 0 0 70px;
	}
	#main .sec04 .listUl li {
		width: 100%;
	}
	#main .sec04 .listUl li .headLine01 {
		padding-bottom: 30px;
		font-size: 2.2rem;
	}
	#main .sec04 .listUl li .headLine01 .en {
		margin-bottom: 4px;
	}
	#main .sec04 .listUl li a:hover img {
		-webkit-transform: none;
		transform: none;
	}
	#main .sec04 .listUl li .headLine01:before {
		margin-left: -20px;
		width: 40px;
		height: 7px;
		background-size: 40px auto;
	}
	#main .sec04 .listUl li a:hover .headLine01:before {
		margin-left: -20px; 
	}
}
@media all and (max-width: 374px) {
	.mainVisual .textBox .txtList li {
		width: 90px;
	}
	.mainVisual .textBox .txt {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
#loading-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
}
#loading-wrapper #loading-back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10002
}
#loading-wrapper #loading-back:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f3f4f5
}
#loading-wrapper #loading-logo {
	position: fixed;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	z-index: 10003
}
#loading-wrapper #loading--animation {
	width: auto;
	white-space: nowrap;
	font-size: 0;
}
#loading-wrapper #loading-logo img {
	height: 100px;
	width: auto;
}
#loading-wrapper #loading-logo span {
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	will-change: transform,opacity;
}
@media all and (max-width: 896px) {
    #loading-wrapper #loading-logo {
        margin-left: -130px;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    #loading-wrapper #loading-logo img {
        height: 40px;
    }
}