@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding-left: 68px;
	margin: -8px 0 25px;
	position: relative;
	text-align: center;
	min-height: 670px;
}
#main .mainVisual .icon {
	position: absolute;
	right: 23.1%;
	top: -147px;
}
#main .mainVisual .txt {
	position: absolute;
	left: 9%;
	bottom: 95px;
}
#main .mainVisual .img {
	position: absolute;
	right: 17.2%;
	bottom: 88px;
}
#main .bg01 {
	padding-bottom: 354px;
	background: url(../img/left_bg.png) repeat-y left top,url(../img/right_bg.png) repeat-y right top;
	background-size: 220px auto;
}
#main .shiny {
	padding: 114px 0 110px;
	margin: 0 auto 75px;
	position: relative;
	width: 1300px;
	text-align: center;
	background: url(../img/shiny_bg.png) no-repeat top center / 100% auto;
}
#main .shiny .txt01 {
	position: absolute;
	left: 34px;
	top: -5px;
}
#main .shiny .txt02 {
	position: absolute;
	right: 0;
	top: 30px;
}
#main .shiny h2 {
	margin-bottom: 20px;
}
#main .shiny p {
	margin: 0 auto;
	max-width: 1100px;
	font-size: 2rem;
	color: rgb(27, 27, 27);
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
#main .timeBox {
	margin: 0 auto;
	width: 1110px;
}
#main .timeBox h2 {
	margin-bottom: 85px;
	text-align: center;
}
#main .timeBox .imgBox {
	margin-bottom: 250px;
	display: flex;
	justify-content: space-between;
}
#main .timeBox .imgBox .txtBox {
	margin-top: 45px;
	width: 420px;
}
#main .timeBox .imgBox .txtBox h3 {
	margin-bottom: 44px;
}
#main .timeBox .imgBox .txtBox p {
	margin-left: 20px;
	font-size: 1.8rem;
	color: rgb(255, 255, 255);
	line-height: 1.667;
	letter-spacing: 0.07em;
}
#main .timeBox .imgBox .photo {
	width: 558px;
	flex-shrink: 0;
	position: relative;
}
#main .timeBox .imgBox .photo ul li,
#main .timeBox .imgBox .photo .img {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#main .timeBox .imgBox .photo.on ul li,
#main .timeBox .imgBox .photo.on .img {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
#main .timeBox .imgBox .photo ul {
	position: absolute;
	display: flex;
	left: -91px;
	right: -86px;
	bottom: -125px;
}
#main .timeBox .imgBox .photo ul li:not(:last-child) {
	margin-right: 26px;
}
#main .timeBox .imgBox:nth-of-type(2n) .txtBox {
	order: 1;
}
#main .timeBox .imgBox:nth-of-type(2n) .photo ul {
	justify-content: flex-end;
}
#main .timeBox .imgBox:last-child {
	margin-bottom: 0;
}
#main .photoBox {
	margin-bottom: 127px;
}
#main .photoBox img {
	width: 100%;
}
#main .comment {
	margin-bottom: 111px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#main .comment .photo {
	position: relative;
	z-index: 1;
	margin-right: -93px;
	width: 444px;
}
#main .comment .txtBox {
	padding: 110px 125px 116px 193px;
	position: relative;
	flex-shrink: 0;
	width: 850px;
	box-sizing: border-box;
	background-color: #b37b24;
}
#main .comment .txtBox .ttl {
	position: absolute;
	top: -32px;
	right: 37px;
}
#main .comment .txtBox h2 {
	margin-bottom: 37px;
	padding-bottom: 38px;
	text-align: center;
	font-size: 3rem;
	color: #fff;
	line-height: 1.7;
	letter-spacing: 2px;
	background: url(../img/ttl_bg.png) no-repeat bottom center;
}
#main .comment .txtBox h2 span {
	font-size: 4rem;
	display: block;
}
#main .comment .txtBox p {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.875;
	letter-spacing: 1.2px;
}
#main .whiteBox {
	margin-bottom: 70px;
	padding: 236px 94px 90px;
	position: relative;
	background-color: #fff;
	border: 6px solid rgb(179, 123, 36);
	box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
#main .whiteBox .bg {
	position: absolute;
	right: 0;
	top: 0;
}
#main .whiteBox .bg {
	transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	-webkit-transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	-moz-transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	-ms-transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	-o-transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	transform: translateY(-50%) skewY(-5deg);
	-webkit-transform: translateY(-50%) skewY(-5deg);
	-moz-transform: translateY(-50%) skewY(-5deg);
	-ms-transform: translateY(-50%) skewY(-5deg);
	-o-transform: translateY(-50%) skewY(-5deg);
}
#main .whiteBox .bg.on {
	transform: translateY(0) skewY(0deg);
	-webkit-transform: translateY(0) skewY(0deg);
	-moz-transform: translateY(0) skewY(0deg);
	-ms-transform: translateY(0) skewY(0deg);
	-o-transform: translateY(0) skewY(0deg);
}
#main .whiteBox .topBox {
	margin-bottom: 78px;
	display: flex;
	justify-content: space-between;
}
#main .whiteBox .topBox .photo {
	position: relative;
	width: 550px;
	flex-shrink: 0;
}
#main .whiteBox .topBox .photo .img01 {
	position: absolute;
	left: 48px;
	top: -168px;
}
#main .whiteBox .topBox .photo .img01:before {
	margin-left: -7px;
	position: absolute;
	top: calc(100% + 24px);
	left: 50%;
	width: 17px;
	height: 0;
	background: url(../img/line01.png) no-repeat top center / 100% auto;
	content: "";
	transition: height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
	-webkit-transition: height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
	-moz-transition: height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
	-ms-transition: height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
	-o-transition: height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
}
#main .whiteBox .topBox .photo.on .img01:before {
	height: 297px;
}
#main .whiteBox .topBox .photo .img02 {
	position: absolute;
	bottom: 62px;
	right: -386px;
}
#main .whiteBox .topBox .photo .img02:before {
	margin-top: 53px;
	position: absolute;
	right: calc(100% + 3px);
	top: 50%;
	width: 0;
	height: 17px;
	background: url(../img/line02.png) no-repeat right center / auto 100%;
	content: "";
	transition: width 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
	-webkit-transition: width 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
	-moz-transition: width 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
	-ms-transition: width 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
	-o-transition: width 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms, height 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 800ms;
}
#main .whiteBox .topBox .photo.on .img02:before {
	width: 307px;
}
#main .whiteBox .topBox .txtBox {
	width: 420px;
	margin: 23px 60px 0 0;
	text-align: center;
}
#main .whiteBox .topBox .ttl {
	margin-bottom: 22px;
	padding-bottom: 7px;
	font-size: 4.5rem;
	color: rgb(27, 27, 27);
	font-feature-settings: "palt";
	font-weight: bold;
	line-height: 1.33;
	border-bottom: 4px solid #ccb02f;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .whiteBox .topBox .txt {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.07em;
}
#main .whiteBox .topBox .txt .small {
	font-size: 2rem;
}
#main .whiteBox .bgBox {
	margin-bottom: 54px;
	padding: 76px 70px 46px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url(../img/whitebox_bg01.jpg) no-repeat center / cover;
}
#main .whiteBox .bgBox .inner {
	width: 450px;
}
#main .whiteBox .bgBox h3 {
	margin: 0 27px 20px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#main .whiteBox .bgBox dt {
	padding: 0 0 0 30px;
	float: left;
	width: 90px;
	font-size: 1.5rem;
}
#main .whiteBox .bgBox dd {
	margin-bottom: 19px;
	padding: 0 0 10px 142px;
	border-bottom: 1px solid #dcb97d;
}
#main .whiteBox .bgBox .inner {
	margin-bottom: 22px;
}
#main .whiteBox .bgBox p {
	margin: -14px 27px 0;
	font-size: 1.5rem;
	line-height: 2;
}
#main .series {
    margin: 240px 0 -139px;
    padding: 50px 0 60px;
    position: relative;
	background: #FFF;
}
#main .series:after {
    width: 100%;
    height: 50px;
    position: absolute;
	left: 0;
	bottom: calc(100% - 6vw);
	height: 18.3vw;
    background: url(../img/service_bg.png) no-repeat top center / 100% auto;
	content: "";
}
#main .series .water {
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: -120px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#main .series .bg {
	margin-bottom: -73px;
	position: relative;
	top: -10px;
	overflow: hidden;
}
#main .series .bg img {
	transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	-webkit-transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	-moz-transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	-ms-transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	-o-transition: transform 2000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
	transform: translateY(-50%) skewY(-5deg);
	-webkit-transform: translateY(-50%) skewY(-5deg);
	-moz-transform: translateY(-50%) skewY(-5deg);
	-ms-transform: translateY(-50%) skewY(-5deg);
	-o-transform: translateY(-50%) skewY(-5deg);
}
#main .series .bg img.on {
	transform: translateY(0) skewY(0deg);
	-webkit-transform: translateY(0) skewY(0deg);
	-moz-transform: translateY(0) skewY(0deg);
	-ms-transform: translateY(0) skewY(0deg);
	-o-transform: translateY(0) skewY(0deg);
}
#main .series .bg img {
    width: 100%;
}
#main .series h2 {
    margin-bottom: 89px;
    padding-bottom: 25px;
    position: relative;
    font-size: 5rem;
    text-align: center;
    background: url(../img/series_h2_bg01.png) no-repeat center bottom;
}
#main .series ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#main .series ul::after {
    width: 325px;
    display: block;
    content: "";
}
#main .series li {
    margin-bottom: 57px;
    width: 325px;
}
#main .series li a {
    display: block;
}
#main .series li a:hover {
	opacity: 0.7;
}
#main .series li .pho {
    width: 320px;
    position: relative;
}
#main .series li .pho img {
    position: relative;
    z-index: 1;
}
#main .series li .pho::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #b37b24;
    content: "";
}
#main .series li p {
    margin-top: 15px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    font-weight: bold;
    text-align: center;
}
#main .faq {
    padding-top: 371px;
    background: url(../img/faq_bg01.png) repeat-x center top;
}
#main .faq h2 {
    margin-bottom: 90px;
    padding-bottom: 60px;
    color: #FFF;
    font-size: 5rem;
    letter-spacing: 0.075em;
    line-height: 1;
    text-align: center;
    background: url(../img/faq_h2_bg01.png) no-repeat center bottom / 420px 87px;
}
#main .faq dl {
    margin: -30px 0 80px;
}
#main .faq dt {
    margin-top: 30px;
    padding: 13px 64px 12px;
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.075em;
    font-weight: bold;
    background: url(../img/faq_imgtext01.png) no-repeat left 26px top 18px,url(../img/icon01.png) no-repeat right 30px top 28px;
    background-color: #fff;
    cursor: pointer;
}
#main .faq dt.on {
    background: url(../img/faq_imgtext01.png) no-repeat left 26px top 18px,url(../img/icon02.png) no-repeat right 30px top 28px;
    background-color: #fff;
}
#main .faq dt:hover::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.3);
    content: "";
}
#main .faq dd {
    display: none;
    padding: 30px 42px;
    color: #FFF;
    letter-spacing: 0.075em;
    background: #ccb02f;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 0 0 100px;
		margin: 0 0 100px;
		min-height: 200px;
	}
	#main .mainVisual .icon {
		right: 15px;
		top: -100px;
		width: 100px;
	}
	#main .mainVisual .txt {
		left: 15px;
		bottom: 15px;
		width: 200px;
	}
	#main .mainVisual .img {
		right: 15px;
		bottom: 95px;
		width: 210px;
	}
	#main .bg01 {
		padding-bottom: 100px;
		background-size: 50px auto;
	}
	#main .shiny {
		padding: 50px 20px 50px;
		margin: 0 10px 30px;
		width: auto;
		background-size: 100% 100%;
	}
	#main .shiny .txt01 {
		left: 0;
		top: -80px;
		width: 130px;
	}
	#main .shiny .txt02 {
		right: 0;
		top: -80px;
		width: 158px;
	}
	#main .shiny h2 {
		margin: 0 auto 20px;
		width: 200px;
	}
	#main .shiny p {
		font-size: 1.5rem;
	}
	#main .timeBox {
		margin: 0 10px;
		width: auto;
	}
	#main .timeBox h2 {
		margin: 0 auto 30px;
		width: 160px;
	}
	#main .timeBox .imgBox {
		margin-bottom: 100px;
		display: block;
	}
	#main .timeBox .imgBox .txtBox {
		margin-top: 0;
		width: auto;
	}
	#main .timeBox .imgBox .txtBox h3 {
		margin: 0 auto 22px;
		width: 210px;
	}
	#main .timeBox .imgBox .txtBox p {
		margin-left: 0;
		font-size: 1.2rem;
	}
	#main .timeBox .imgBox .photo {
		margin: 15px auto 0;
		width: 80%;
	}
	#main .timeBox .imgBox .photo img {
		width: 100%;
	}
	#main .timeBox .imgBox .photo ul {
		left: -20px;
		right: -20px;
		bottom: -60px;
		justify-content: space-between !important;
	}
	#main .timeBox .imgBox .photo ul li {
		width: 48%;
	}
	#main .timeBox .imgBox .photo ul li:not(:last-child) {
		margin-right: 0;
	}
	#main .timeBox .imgBox:last-child {
		margin-bottom: 0;
	}
	#main .photoBox {
		margin-bottom: 60px;
	}
	#main .comment {
		margin-bottom: 50px;
		display: block;
		overflow: hidden;
	}
	#main .comment .photo {
		margin: 0 auto;
		width: 300px;
	}
	#main .comment .txtBox {
		padding: 25px;
		margin: 20px 0 0;
		width: auto;
	}
	#main .comment .txtBox .ttl {
		top: -16px;
		right: 0;
		width: 130px;
	}
	#main .comment .txtBox h2 {
		margin-bottom: 19px;
		padding-bottom: 25px;
		font-size: 1.5rem;
	}
	#main .comment .txtBox h2 span {
		font-size: 2rem;
	}
	#main .comment .txtBox p {
		font-size: 1.2rem;
	}
	#main .whiteBox {
		margin-bottom: 30px;
		padding: 100px 15px 25px;
	}
	#main .whiteBox .bgBox {
		display: block;
	}
	#main .whiteBox .bg {
		width: 200px;
	}
	#main .whiteBox .topBox {
		margin-bottom: 30px;
		display: block;
	}
	#main .whiteBox .topBox .photo {
		margin: 0 auto;
		width: 160px;
	}
	#main .whiteBox .topBox .photo .img01 {
		left: 10%;
		top: -37px;
		width: 80%;
	}
	#main .whiteBox .topBox .photo .img01:before {
		margin-left: -37px;
		position: absolute;
		top: calc(100% - 10px);
		left: 50%;
		width: 8px;
		background-position: top -45px center;
	}
	#main .whiteBox .topBox .photo.on .img01:before {
		height: 150px;
	}
	#main .whiteBox .topBox .photo .img02 {
		right: -107px;
		width: 100px;
		bottom: 42px;
	}
	#main .whiteBox .topBox .photo .img02:before {
		margin-top: 38px;
		right: calc(100% - 64px);
		height: 8px;
	}
	#main .whiteBox .topBox .photo.on .img02:before {
		width: 150px;
	}
	#main .whiteBox .topBox .txtBox {
		width: auto;
		margin: 23px 0 0;
	}
	#main .whiteBox .topBox .ttl {
		margin-bottom: 10px;
		font-size: 2.8rem;
	}
	#main .whiteBox .topBox .txt {
		font-size: 2rem;
	}
	#main .whiteBox .topBox .txt .small {
		font-size: 1.5rem;
	}
	#main .whiteBox .bgBox {
		margin-bottom: 30px;
		padding: 25px;
	}
	#main .whiteBox .bgBox .inner {
		width: auto;
	}
	#main .whiteBox .bgBox h3 {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	#main .whiteBox .bgBox dt {
		padding: 0 0 0 10px;
		width: 70px;
		font-size: 1.2rem;
	}
	#main .whiteBox .bgBox dd {
		margin-bottom: 19px;
		padding: 0 0 10px 80px;
	}
	#main .whiteBox .bgBox .inner {
		margin-bottom: 15px;
	}
	#main .whiteBox .bgBox p {
		margin: 0 10px;
		font-size: 1.2rem;
	}
	#main .series {
        margin: 100px 0 -40px;
		padding: 10px 0 40px;
	}
	#main .series .water {
		width: 100%;
		position: absolute;
		left: 0;
	}
    #main .series .bg {
        margin-bottom: -30px;
		height: 20vw;
		top: 0;
    }
    #main .series .bg img {
        max-width: inherit;
        display: block;
        position: absolute;
        left: 0;
		top: 0;
		width: 100%;
    }
    #main .series h2 {
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-size: 2.6rem;
        background-size: auto 15px;
    }
    #main .series ul {
        display: block;
    }
    #main .series ul::after {
        display: none;
    }
    #main .series li {
        margin-bottom: 20px;
        width: auto;
    }
    #main .series li a {
        display: block;
    }
    #main .series li .pho {
        width: calc(100% - 5px);
    }
    #main .series li .pho img {
        width: 100%;
    }
    #main .series li p {
        margin-top: 10px;
        font-size: 1.5rem;
    }
    #main .faq {
        padding-top: 240px;
        background-size: auto 200px;
    }
    #main .faq h2 {
        margin-bottom: 50px;
        padding-bottom: 40px;
        font-size: 3rem;
        background-size: 280px 50px;
    }
    #main .faq dl {
        margin: -15px 0 40px;
    }
    #main .faq dt {
        margin-top: 15px;
        padding: 15px 30px;
        font-size: 1.7rem;
        line-height: 1.3;
        background: url(../img/faq_imgtext01.png) no-repeat left 10px top 15px / 14px auto,url(../img/icon01.png) no-repeat right 15px top 22px / 14px auto;
        background-color: #fff;
        cursor: pointer;
    }
    #main .faq dt.on {
        background: url(../img/faq_imgtext01.png) no-repeat left 10px top 15px / 14px auto,url(../img/icon02.png) no-repeat right 15px top 22px / 14px auto;
        background-color: #fff;
    }
    #main .faq dt:hover::before {
        display: none;
    }
    #main .faq dd {
        padding: 10px;
    }
}
@media all and (max-width: 454px) {
	#main .whiteBox .topBox .photo {
		margin-left: 0;
	}
}