@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	height: 700px;
	position: relative;
}
.mainVisual .imgBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mainVisual .imgBox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 1920px auto;
	content: "";
}
.mainVisual .content {
	position: relative;
	max-width: 1600px;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.mainVisual .title {
	position: absolute;
	font-size: 4.4rem;
	color: #f9f871;
	z-index: 10;
	opacity: 0;
    transition: 1s;
	-webkit-transition: 1s;
    font-weight: 700;
    line-height: 2.59;
}
.mainVisual .title:nth-child(1) {	right: 0;	top: 210px;}
.mainVisual .title:nth-child(2) {	right: 0;	top: 430px;}
.mainVisual .title:nth-child(3) {	left: 0;	top: 430px;}
.mainVisual .title.active {
	opacity: 1;
	visibility: visible;
}
.mainVisual .title .ttl {
	padding: 7px 20px;
	color: #1a1a1a;
	background-color: #fff;
	display: inline;
}
@media all and (max-width: 896px) {
	.mainVisual {
		height: 500px;
	}
	.mainVisual .title {
		position: absolute;
		font-size: 2.0rem;
	}
	.mainVisual .title:nth-child(1) {	right: 0;	top: 210px;}
	.mainVisual .title:nth-child(2) {	right: 0;	top: 330px;}
	.mainVisual .title:nth-child(3) {	left: 0;	top: 330px;}
}

@media all and (min-width: 897px) and (max-width: 1100px) {
	.mainVisual .photo {
		width: 36%;
    	right: 5%;
    	bottom: -40%;
	}
}
@media all and (min-width: 1101px) and (max-width: 1300px) {
	.mainVisual .photo {
		width: 40%;
    	right: 5%;
    	bottom: -46%;
	}
}
@media all and (min-width: 1301px) and (max-width: 1500px) {
	.mainVisual .photo {
    	right: 5%;
    	bottom: -53%;
	}
}	
#main .sec00 {
	padding-top: 130px;
}
#main .sec00.btm {
	padding-top: 0px;
	padding-bottom: 130px;
}
#main .sec00 .content {
    border: 3px solid #c00;
    color: #C00;
    padding: 30px;
}
#main .sec00 .content h3 {
    font-size: 8rem;
    text-align: center;
    border-bottom: 1px solid #C00;
}
#main .sec00 .content p {
    font-size: 3rem;
    padding-top: 1em;
    text-align: center;
}
#main .sec01 {
	padding-top: 130px;
}
#main .sec01 .content {
	position: relative;
	z-index: 2;
}
#main .sec01 h2 {
	margin-bottom: 41px;
	font-size: 10rem;
	text-align: center;
	color: #001d40;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .14em;
}
#main .sec01 h2 span {
	display: inline-block;
	margin: 0 auto;
	background: #f38f1e;
	padding: 5px 15px 5px 25px;
	font-size: 6rem;
	letter-spacing: .1em;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .sec01 h2 .title {
	margin-bottom: 4px;
	font-size: 6.8rem;
	color: #001d40;
	display: inline-block;
	background: linear-gradient(transparent 90%, #F9F871 0%);
	background-position: 0 -10px;
}
#main .sec01 .content p {
	text-align: center;
	margin-bottom: 118px;
	font-size: 2.8rem;
	line-height: 2.2;
}
#main .sec01 .photoBox {
	text-align: center;
}
@media all and (max-width: 896px) {	
    #main .sec00 {
        padding-top: 50px;
    }
    #main .sec00.btm {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    #main .sec00 .content {
        border: 3px solid #c00;
        color: #C00;
        padding: 20px;
    }
    #main .sec00 .content h3 {
        font-size: 4rem;
        text-align: center;
        border-bottom: 1px solid #C00;
    }
    #main .sec00 .content p {
        font-size: 1.6rem;
        padding-top: 1em;
        text-align: left;
    }
	#main .sec01 {
		padding-top: 50px;
	}
	#main .sec01 h2 {
		margin-bottom: 20px;
		font-size: 4rem;
		letter-spacing: .1em;
	}
	#main .sec01 h2 span {
		padding: 5px 15px 5px 25px;
		font-size: 2.4rem;
	}
	#main .sec01 .content p {
		text-align: left;
		margin-bottom: 40px;
		font-size: 2rem;
		padding: 0 10px;
	}
}
#main .sec02 {
	padding-top: 180px;
	box-sizing: border-box;
	position: relative;
}
#main .sec02 h2 {
	font-size: 12rem;
	text-align: center;
	color: #001d40;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
}
#main .sec02 .content {
	width: 100%;
    max-width: 100%;
}
#main .sec02 p {
	position: absolute;
	margin: 0;
	bottom: 0px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	background: #001d40;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	max-width: 350px;
	width: 100%;
	line-height: 60px;
}
#main .sec02 iframe {
	width: 100%;
	height: 500px;
	position: relative;
	top: -30px;
}
#main .sec02 div.text {
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {	
	#main .sec02 {
		padding-top: 50px;
	}
	#main .sec02 h2 {
		margin-bottom: 20px;
		font-size: 4rem;
		letter-spacing: .1em;
	}
}
#main .sec03 {
	padding-top: 140px;
	padding-bottom: 240px;
}
#main .sec03 .headLine02 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 80px;
	font-size: 6.4rem;
	letter-spacing: .1em;
	line-height: 1.8;
	border-right: 1px solid #1a1a1a;
	margin-bottom: 0;
}
#main .sec03 p.tittext {
	padding-left: 80px;
	padding-top: 65px;
	font-size: 2.4rem;
	line-height: 2.8;
}
#main .sec03 .pointList {
	padding-top: 110px;
}
#main .sec03 .pointList li {
	width: 33.33%;
	max-width: 380px;
}
#main .sec03 .pointList li h3 {
	position: relative;
	padding-left: 100px;
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
#main .sec03 .pointList li h3 span {
	font-size: 7.6rem;
	text-align: center;
	color: #001d40;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0em;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
#main .sec03 .pointList li p {
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 20px;
	height: 3.2em;
}
#main .sec03 .pointList li:nth-child(4) p,
#main .sec03 .pointList li:nth-child(5) p,
#main .sec03 .pointList li:nth-child(6) p {
	height: 4.8em;
}
#main .sec03 .photo {
	margin-bottom: 80px;
	text-align: center;
}
#main .sec03 .layout {
	position: relative;
	margin-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
}
#main .sec03 .layout::before {
	content: "";
	background: #eeeeee;
	position: absolute;
	top: 35px;
	width: 100%;
	height: 620px;
	z-index: -1;
}
#main .sec03 .layout .txtBox {
	max-width: 1200px;
    width: 100%;
	margin: 0 auto;
	position: relative;
}
#main .sec03 .layout .txtBox h4 {
	font-size: 3.2rem;
	padding-top: 10px;
}
#main .sec03 .layout .txtBox .img {
	height: 600px;
}
#main .sec03 .layout .photoBox {
	position: absolute;
	left: 760px;
    top: 0;
    width: 100%;
}
#main .sec03 .layout table.spec {
	margin-top: 50px;
	max-width: 620px;
	border: 1px solid #001d40;
	align-items: center;
	border-collapse: collapse;
}
#main .sec03 .layout table.spec th {
	background: #001d40;
	color: #FFF;
	width: 150px;
	height: 110px;
	text-align: center;
}
#main .sec03 .layout table.spec table td {
	padding: 7px 10px;
}
@media all and (max-width: 896px) {	
	#main .sec03 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#main .sec03 .headLine02 {
		width: 100%;
		text-align: left;
		padding: 20px 10px 20px;
		font-size: 4.4rem;
		letter-spacing: .1em;
		line-height: 1.6;
		border-right: 0;
		border-bottom: 1px solid #1a1a1a;
		margin: 10px 10px 0;
	}
	#main .sec03 p.tittext {
		padding: 20px 10px 30px;
		font-size: 1.6rem;
		line-height: 2.0;
	}
	#main .sec03 .pointList {
		padding-top: 50px;
	}
	#main .sec03 .pointList li {
		width: 100%;
		max-width: 400px;
		padding: 0 10px;
		margin: 0 auto;
	}
	#main .sec03 .pointList li h3 {
		padding-left: 75px;
		font-size: 2.0rem;
	}
	#main .sec03 .pointList li h3 span {
		font-size: 6rem;
	}
	#main .sec03 .pointList li p {
		height: auto;
	}
	#main .sec03 .pointList li:nth-child(4) p,
	#main .sec03 .pointList li:nth-child(5) p,
	#main .sec03 .pointList li:nth-child(6) p {
		height: auto;
	}
	#main .sec03 .layout {
		margin-top: 50px;
		background: #eeeeee;
	}
	#main .sec03 .layout::before {
		display: none;
	}
	#main .sec03 .layout .txtBox h4 {
		font-size: 2.4rem;
		padding: 10px;
	}
	#main .sec03 .layout .txtBox .img {
		height: auto;
	}
	#main .sec03 .layout table.spec {
		margin: 0 10px;
		width: calc(100% - 20px);
		margin-bottom: 30px;
	}
	#main .sec03 .layout table.spec tbody,
	#main .sec03 .layout table.spec tbody tr {
		display: block;
		width: 100%;
	}
	#main .sec03 .layout table.spec th {
		width: auto;
		height: auto;
		display: block;
		text-align: center;
		padding: 10px;
	}
	#main .sec03 .layout table.spec td {
		display: block;
	}
	#main .sec03 .layout .photoBox {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
	}
}
#main .sec04 {
	padding: 56px 0 120px;
	background: url("../img/index/sec04_titlebg.jpg") no-repeat;
	background-size: contain;
}
#main .sec05 {
	padding: 56px 0 70px;
	background: url("../img/index/sec05_titlebg.jpg") no-repeat;
	background-size: contain;
}
#main .headTitle .headLine02 {
	color: #FFF;
	font-size: 3.2rem;
	margin-bottom: 30px;
}
#main .headTitle .headLine02 .en {
    margin-bottom: 0;
    font-size: 12rem;
	font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
	margin-right: 20px;
	font-weight: bold;
    color: #FFF;
}
#main .headTitle p {
	text-align: center;
	color: #FFF;
	font-size: 2rem;
}
#main .headTitle dl {
	color: #FFF;
	margin: 20px auto;
	width: 520px;
	align-items: center;
}
#main .headTitle dl dt {
	border: 1px solid #FFF;
	width: 140px;
	height: 40px;
	box-sizing: border-box;
	font-size: 2rem;
	padding-top: 3px;
	margin-top: 15px;
	text-align: center;
}
#main .headTitle dl dd {
	font-size: 2.4rem;
}
#main .headTitle dl dd strong {
	font-size: 6rem;
	margin-right: 5px;
	font-family: 'Oswald', sans-serif;
}
#main .headTitle .carIcon {
	text-align: center;
	margin-top: 80px;
}
#main .sec04 .content,
#main .sec05 .content {
	padding-top: 100px;
	display: flex;
	flex-wrap : wrap;
	justify-content:space-between;
}
#main .sec04 .content .itemBox,
#main .sec05 .content .itemBox {
	flex-basis: 50%;
	max-width: 580px;
	margin-bottom: 80px;
}
#main .content .itemBox .item1p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 30px;
}

#main .content .itemBox .slider-nav .slick-slide {
	padding: 10px 5px;
}
.slick-prev{  background: #001d40; left:  0; z-index: 10; height: 106px; width: 30px;}
.slick-next{  background: #001d40; right: 0; z-index: 11; height: 106px; width: 30px;}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: #001d40;
}

#main .content .itemBox .pmain {
	margin-bottom: 20px;
}
#main .content .itemBox table.spec {
	margin-top: 20px;
	max-width: 580px;
	width: 100%;
	border: 1px solid #001d40;
	align-items: center;
	border-collapse: collapse;
}
#main .content .itemBox table.spec th {
	background: #001d40;
	color: #FFF;
	width: 100px;
	height: 140px;
	text-align: center;
}
#main .content .itemBox table.spec table td {
	padding: 5px 10px;
}
#main .content .itemBox h3 {
	font-size: 2.8rem;
	padding-left: 20px;
	border-left: 8px solid #001d40;
	line-height: 50px;
	margin-bottom: 30px;
}
#main .content .itemBox table.detail {
	width: 100%;
	border-collapse: collapse;
}
#main .content .itemBox table.detail th,
#main .content .itemBox table.detail td {
	border: 1px solid #afafaf;
	font-size: 1.6rem;
	padding: 17px;
	vertical-align: top;
	line-height: 1.6;
}
#main .content .itemBox table.detail th {
	background: #333;
	color: #FFF;
}
#main .content .itemBox table.detail td {
	font-weight: normal;
}
#main .content .itemBox table.detail.itemR td {
	text-align: right;
}
@media all and (max-width: 896px) {	
	#main .sec04,
	#main .sec05 {
		padding: 20px 0 70px;
		background-size: auto 400px;
		background-position: top center;
	}
	#main .headTitle .headLine02 {
		font-size: 2.8rem;
		margin-bottom: 10px;
	}
	#main .headTitle .headLine02 .en {
		font-size: 8rem;
		margin-right: 10px;
	}
	#main .headTitle p {
		font-size: 1.6rem;
		font-weight: normal;
	}
	#main .headTitle dl {
		color: #FFF;
		margin: 10px auto;
		width: 100%;
		max-width: 520px;
		align-items: center;
	}
	#main .headTitle dl dt {
		border: 1px solid #FFF;
		width: 90px;
		height: 38px;
		box-sizing: border-box;
		font-size: 1.6rem;
		padding-top: 3px;
		margin-top: 15px;
		text-align: center;
	}
	#main .headTitle dl dd {
		font-size: 1.8rem;
	}
	#main .headTitle dl dd strong {
		font-size: 4.6rem;
		margin-right: 5px;
		font-family: 'Oswald', sans-serif;
	}
	#main .headTitle .carIcon {
		text-align: center;
		margin-top: 30px;
	}
	#main .sec05 .headTitle .carIcon {
		padding-top: 40px;
	}
	#main .sec04 .content,
	#main .sec05 .content {
		display: block;
		padding: 50px 10px 20px;
	}
	#main .sec04 .content .itemBox,
	#main .sec05 .content .itemBox {
		flex-basis: 50%;
		max-width: 580px;
	    margin: 0 auto 30px;
	}
	#main .content .itemBox .item1p {
		font-size: 1.4rem;
		font-weight: normal;
		margin-top: 20px;
	}
	#main .content .itemBox table.detail th,
	#main .content .itemBox table.detail td {
		font-size: 1.4rem;
		padding: 10px;
	}
	#main .content .itemBox table.detail th {
		white-space: nowrap;
	}
	#main .content .itemBox table.spec table td {
		padding: 5px 10px;
		display: block;
	}
	#main .content .itemBox h3 {
		font-size: 2.0rem;
		padding-left: 20px;
		border-left: 8px solid #001d40;
		line-height: 50px;
		margin-bottom: 10px;
	}
}
#main .content .itemBox .price {
	margin-top: 40px;
	border-bottom: 2px solid #001d40;
	padding: 10px 30px;
	align-items: flex-end;
	margin-bottom: 30px;
}
#main .content .itemBox .price dt {
	color: #1a1a1a;
	font-size: 2rem;
}
#main .content .itemBox .price dd {
	color: #1a1a1a;
	font-size: 2rem;
	text-align: right;
}
#main .content .itemBox .price dd strong {
	color: #1a1a1a;
	font-size: 2.8rem;
}
#main .content .itemBox .pricep {
	font-weight: normal;
}

#main .sec06 {
	padding-top: 150px;
	background: #EEE;
	padding-bottom: 100px;
}
#main .sec06 .box {
	background: #FFF;
	margin-bottom: 50px;
}
#main .sec06 .box h4 {
	background: #001d40;
	font-size: 2.4rem;
	line-height: 60px;
	color: #FFF;
	padding: 0 40px;
}
#main .sec06 .box h4 span {
	font-size: 1.6rem;
	padding-left: 30px;
}
#main .sec06 .box .inner {
	padding: 30px 40px;
	color: #1a1a1a;
	font-weight: normal;
	line-height: 2;
}
#main .sec06 .box .inner .list {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
#main .sec06 .box .inner .list table {
	width: 540px;
	border-collapse: collapse;
}
#main .sec06 .box .inner .list table th,
#main .sec06 .box .inner .list table td {
	border-top: 1px #afafaf solid;
	border-bottom: 1px #afafaf solid;
	padding: 15px 20px;
}
#main .sec06 .box .inner .list table td {
	font-weight: bold;
	text-align: right;
}
@media all and (max-width: 896px) {
	#main .sec06 {
		background: #EEE;
		padding: 30px 10px;
	}
	#main .sec06 .box h4 {
		font-size: 2.0rem;
		line-height: 1.6;
		color: #FFF;
		padding: 10px 20px;
	}
	#main .sec06 .box h4 span {
		font-size: 1.4rem;
		font-weight: normal;
		padding-left: 0px;
		line-height: 1.6;
		display: block;
	}
	#main .sec06 .box .inner {
		padding: 20px 20px;
		line-height: 2;
		font-size: 1.4rem;
	}
	#main .sec06 .box .inner .list {
		display: block;
	}
	#main .sec06 .box .inner .list table:nth-child(1) {
		width: 100%;
	}
	#main .sec06 .box .inner .list table:nth-child(2) {
		width: 100%;
		border-bottom: 1px #afafaf solid;
	}
	#main .sec06 .box .inner .list table th,
	#main .sec06 .box .inner .list table td {
		border-top: 1px #afafaf solid;
		border-bottom: 0;
		padding: 10px 10px;
	}
	#main .sec06 .box .inner .list table td {
		white-space: nowrap;
	}
}

#gFooter .content {
	padding-top: 120px;
}
#gFooter .headLine02 {
	text-align: left;
	color: #FFF;
	font-size: 2.4rem;
}
#gFooter .headLine02 .en {
	margin-bottom: 0;
	font-size: 8.4rem;
	opacity: 1;
	font-family: 'Oswald', sans-serif;
	display: block;
	color: #FFF;
	letter-spacing: .1em;
}
#gFooter .content .detail {
	text-align: left;
	width: 720px;
	padding-top: 30px;
}
#gFooter .content .detail .cWrap {
	padding: 30px 0;
}
#gFooter .content .detail .cWrap .box {
	width: 350px;
	height: 140px;
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	padding-top: 30px;
	font-size: 1.6rem;
}
#gFooter .content .detail .cWrap .box .num {
	padding: 5px 0 0;
}
#gFooter .content .detail .cWrap .box:nth-child(1) .num {
	font-size: 3.2rem;
	font-family: 'Oswald', sans-serif;
}
#gFooter .content .detail .cWrap .box:nth-child(1) .num a {
	color: #FFF;
}
#gFooter .content .detail .cWrap .box:nth-child(1) .num img {
	vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}
#gFooter .content .detail .cWrap .box:nth-child(2) .num,
#gFooter .content .detail .cWrap .box:nth-child(2) .num a {
	font-size: 2.8rem;
	font-family: 'Oswald', sans-serif;
	color: #FFF;
}
#gFooter .content .detail p {
	color: #FFF;
	font-weight: normal;
	line-height: 2;
}

#gFooter address {
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #FFF;
	padding-bottom: 100px;
	max-width: 1200px;
	margin: 40px auto 0;
}
@media all and (max-width: 896px) {
	#gFooter .content {
		padding: 50px 10px 30px;
	}
	#gFooter .headLine02 {
		text-align: left;
		color: #FFF;
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	#gFooter .headLine02 .en {
		margin-bottom: 0;
		font-size: 4rem;
		opacity: 1;
		font-family: 'Oswald', sans-serif;
		display: block;
		color: #FFF;
		letter-spacing: .1em;
	}
	#gFooter .content .detail {
		width: 100%;
		padding-top: 10px;
	}
	#gFooter .content .detail .cWrap {
		padding: 30px 0 0;
	}
	#gFooter .content .detail .cWrap .box {
		max-width: 350px;
		width: 100%;
		height: 120px;
		border: 1px solid #FFF;
		padding-top: 15px;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	#gFooter .content .detail p {
		font-size: 1.4rem;
	}
}






	
	

