@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	min-height: 48rem;
	height: 100vh;
	overflow: hidden;
}
.mainVisual .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mainVisual .photo .image01 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}
.mainVisual .content {
	position: relative;
	z-index: 2;
	max-width: 116rem;
}
.mainVisual .image {
	margin-bottom: 7.5rem;
	width: 68.2rem;
	position: relative;
	z-index: 2;
}
.mainVisual .textBox {
	position: relative;
	z-index: 2;
}
.mainVisual .textBox .text {
	margin-bottom: 0.3rem;
	color: #000;
	font-size: 2.5rem;
	line-height: 1.72;
}
.mainVisual .textBox .big {
	color: #000;
	font-size: 3.4rem;
	line-height: 1;
	letter-spacing: 0.35rem;
}
.mainVisual .textBox .big span {
	margin-top: 2rem;
	font-size: 4.5rem;
	letter-spacing: 0;
	display: block;
}
.mainVisual .imgText {
	width: 29rem;
}
.mainVisual .imgText a {
	display: block;
}
.mainVisual .imgText a:hover {
	opacity: 0.7;
}
.mainVisual .scroll {
	position: absolute;
	z-index: 2;
	bottom: 3.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.6rem;
}
.mainVisual .scroll a {
	display: block;
	position: relative;
}
.mainVisual .scroll a::after {
	position: absolute;
	top: 2rem;
	left: 1.6rem;
	width: 0.2rem;
	height: 3.5rem;
	content: "";
	z-index: 1;
	background-color: #bbbcbc;
	animation: scroll 2s infinite;
}
.mainVisual .scroll a::before {
	position: absolute;
	top: 2rem;
	left: 1.6rem;
	width: 0.2rem;
	height: 3.5rem;
	content: "";
	z-index: 1;
	background-color: transparent;
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@media all and (min-width: 897px) {
	.mainVisual .content {
		padding-top: 5.5rem;
		width: 100%;
		height: inherit;
	}
	.mainVisual .imgBox {
		position: relative;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.mainVisual .imgBox .photoBox {
		position: absolute;
		bottom: 0;
		right: -6rem;
		z-index: 1;
		width: 59rem;
	}
	.mainVisual .imgBox .sub {
		width: 71.4rem;
	}
	.mainVisual .textBox .big {
		margin: 1.3rem -1rem 0 0;
	}
}
@media all and (min-width: 897px) and (max-height: 700px) {
	.mainVisual .imgBox .photoBox {
		width: 76vh;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		min-height: 50rem;
	}
	.mainVisual .content {
		padding-top: 11rem;
		height: 100%;
		position: relative;
	}
	.mainVisual .image {
		margin: 0 auto;
		width: 31.9rem;
	}
	.mainVisual .textBox {
		margin-bottom: 0;
		position: absolute;
		bottom: 0;
		z-index: 2;
		bottom: 4.3rem;
		left: 0;
	}
	.mainVisual .textBox .text {
		margin-bottom: 0.3rem;
		font-size: 1.3rem;
		line-height: 1.69;
		letter-spacing: 0.05rem;
	}
	.mainVisual .textBox .big {
		margin: 0.7rem -1rem 0 0;
		font-size: 3.4rem;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 0;
	}
	.mainVisual .textBox .big span {
		margin-top: 1.5rem;
		font-size: 2.1rem;
	}
	.banner {
		position: relative;
		z-index: 1;
	}
	.banner a {
		padding: 0.5rem 0.5rem 0.5rem 2rem;
		min-height: 7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.3rem;
		font-weight: 500;
		background-color: #95D5D2;
		letter-spacing: 0.07rem;
	}
	.banner a span {
		padding-right: 3rem;
		background: url(../img/common/icon01.png) no-repeat right center / 0.8rem;
	}
}
#main .what {
	padding: 10rem 0;
	overflow: hidden;
}
#main .what .info {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.22;
	letter-spacing: 0.09rem;
}
#main .what .info:last-of-type {
	margin-bottom: 6.9rem;
}
#main .what .imgText {
	margin: 0 auto 17.9rem;
	width: 23rem;
}
#main .what .imgBox {
	padding-right: 2rem;
	max-width: calc(50% + 54rem);
	align-items: center;
}
#main .what .imgBox .photoBox {
	flex: 1;
	margin-right: -7rem;
	transform: translate(-20px, 0);
    transition: all 1s cubic-bezier(0.59, 1.1, 0.85, 1);
    opacity: 0;
}
#main .what .imgBox .photoBox img {
	width: 100%;
}
#main .what .imgBox .textBox {
	padding: 4.5rem 0 4.3rem 8.2rem;
	width: 56rem;
	background-color: rgba(255, 255, 255, 0.80);
	transform: translate(20px, 0);
    transition: all 1s cubic-bezier(0.59, 1.1, 0.85, 1);
    opacity: 0;
    transition-delay: 0.5s;
}
#main .what .imgBox.animate.on .photoBox,
#main .what .imgBox.animate.on .textBox {
	transform: translate(0, 0);
    opacity: 1;
}
#main .what .imgBox .textBox h2 {
	margin-bottom: 2rem;
	font-size: 3.5rem;
	font-weight: 600;
}
#main .what .imgBox .textBox .text {
	margin-right: -2rem;
	line-height: 2.18;
	letter-spacing: 0.08rem;
}
@media all and (max-width: 896px) {
	#main .what {
		padding: 7rem 0 6rem;
	}
	#main .what .info {
		margin-bottom: 2rem;
		font-size: 1.4rem;
		line-height: 2.15;
		letter-spacing: 0.1rem;
	}
	#main .what .info:last-of-type {
		margin-bottom: 4.8rem;
	}
	#main .what .imgText {
		margin: 0 auto 17.9rem;
		width: 22.6rem;
	}
	#main .what .imgBox {
		padding-right: 0;
		max-width: 100%;
		display: block;
	}
	#main .what .imgBox .photoBox {
		margin-right: 0;
	}
	#main .what .imgBox .photoBox img {
		width: 100%;
	}
	#main .what .imgBox .textBox {
		margin: -2.5rem 0 0 2.8rem;
		padding: 6rem 2.8rem;
		width: auto;
	}
	#main .what .imgBox .textBox h2 {
		margin-bottom: 2.9rem;
		font-size: 2.5rem;
		font-weight: 700;
	}
	#main .what .imgBox .textBox .text {
		margin-right: 0;
		line-height: 2;
		letter-spacing: 0;
	}
}
#main .award {
	padding: 7.8rem 0 18.2rem;
}
#main .award h2 {
	margin-bottom: 8.5rem;
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
#main .award .imgBox {
	padding: 0 4.5rem;
	align-items: center;
}
#main .award .imgBox .photoBox {
	width: 45rem;
}
#main .award .imgBox .textBox {
	width: calc(100% - 52rem);
}
#main .award .imgBox .textBox .text {
	line-height: 2.18;
}
@media all and (max-width: 896px) {
	#main .award {
		padding: 3.7rem 0 15rem;
	}
	#main .award h2 {
		margin: 0 -0.5rem 6.3rem;
		font-size: 2.5rem;
		font-weight: 700;
		letter-spacing: 0;
	}
	#main .award .imgBox {
		padding: 0;
		display: block;
	}
	#main .award .imgBox .photoBox {
		margin: 0 auto 6rem;
		width: 31.9rem;
	}
	#main .award .imgBox .textBox {
		width: auto;
	}
	#main .award .imgBox .textBox .text {
		line-height: 2;
	}
}
#main .story .sub {
	position: sticky;
	top: 0;
	height: 100vh;
}
#main .story .sub > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#main .story .pageNavi.hide,
#main .story .sub > div:not(.active) {
	opacity: 0;
	user-select: none;
	pointer-events: none;
}
#main .story .pageNavi {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(50% - 66.3rem);
	z-index: 10;
	width: 1.3rem;
	transition: .5s;
}
#main .story .pageNavi li {
	margin: 1.9rem 0;
	padding: 1px;
	position: relative;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.5px solid transparent;
	cursor: pointer;
	transition: .5s;
}
#main .story .pageNavi li span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #D1D5D6;
	transition: .5s;
}
#main .story .pageNavi li.on {
	border-color: #C8B97D;
}
#main .story .pageNavi li.on span {
	background-color: #C8B97D;
}
#main .story .storyBox {
	padding: 3rem 0;
	display: flex;
	align-items: center;
	background: linear-gradient(251deg, #FFF 0%, #F5F5F5 100%);
}
#main .story .storyBox .content {
	max-width: 115rem;
	width: 80%;
}
#main .story .storyBox h2 {
	margin-bottom: 4.8rem;
	text-align: center;
	color: #C8B97D;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
}
#main .story .storyBox .imgBox {
	flex-direction: row-reverse;
}
#main .story .storyBox .imgBox .photoBox {
	margin: 0.9rem 2rem 0 0;
	width: 29.5rem;
}
#main .story .storyBox .imgBox .subBox {
	width: calc(100% - 37rem);
}
#main .story .storyBox .imgBox .textBox .title {
	margin-bottom: 2.4rem;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.75;
}
#main .story .storyBox .imgBox .textBox .title01 {
	margin-bottom: 3.7rem;
}
#main .story .storyBox .imgBox .textBox .text {
	line-height: 2.18;
	letter-spacing: 0.08rem;
}
#main .story .storyBox01 {
	padding: 3rem 0;
	background: #E9E9E9;
}
#main .story .storyBox .innerBox h3 {
	margin: 0 5.5rem 0 -1rem; 
	position: relative;
	width: 9rem;
	height: fit-content;
}
#main .story .storyBox .innerBox h3 .jp {
	display: block;
	color: #95D5D2;
	font-size: 9rem;
	font-weight: 600;
	line-height: 1.22;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}
#main .story .storyBox .innerBox h3 .en {
	position: absolute;
	top: 152%;
	right: -5.8rem;
	width: 18rem;
	height: 4.3rem;
	color: #95D5D2;
	font-size: 3rem;
	font-weight: 400;
	transform: rotate(90deg);
}
#main .story .storyBox .innerBox .rImgBox {
	padding-top: 8rem;
	position: relative;
	flex: 1;
	gap: 9.8rem;
}
#main .story .storyBox .innerBox .tag {
	padding: 0.2rem 1.9rem 0.4rem;
	width: fit-content;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #CDA918;
	letter-spacing: 0.08rem;
	border: 0.5px solid #CDA918;
	border-radius: 3rem;
}
#main .story .storyBox .innerBox .subBox {
	width: calc(100% - 54.7rem);
}
#main .story .storyBox .innerBox .title {
	margin-bottom: 5rem;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.15rem;
	line-height: 1.4;
}
#main .story .storyBox .innerBox .text {
	line-height: 2.18;
}
#main .story .storyBox .innerBox .photoBox {
	margin-top: 1.4rem;
	width: 28rem;
}
#main .story .storyBox02 .innerBox .photoBox {
	margin-top: -5rem;
}
#main .story .storyBox04 .innerBox .subBox {
	width: calc(100% - 52.7rem);
}
#main .story .storyBox04 .innerBox .photoBox {
	margin: 1rem 0.7rem 0 5.7rem;
}
#main .story .storyBox05 .innerBox .rImgBox {
	gap: 8.2rem;
}
#main .story .storyBox05 .innerBox .photoBox {
	width: 41rem;
}
#main .story .storyBox06 .innerBox .rImgBox {
	padding-top: 7.3rem;
	gap: 6.3rem;
}
#main .story .storyBox06 .innerBox .subBox {
	width: calc(100% - 49.7rem);
}
#main .story .storyBox06 .innerBox .photoBox {
	margin-top: 0.5rem;
	width: 41rem;
}
#main .story .storyBox07 .innerBox .rImgBox {
	gap: 7.2rem;
}
#main .story .storyBox07 .innerBox .subBox {
	width: calc(100% - 51.7rem);
}
#main .story .storyBox07 .innerBox .photoBox {
	margin-top: 0.3rem;
	width: 39rem;
}
#main .story .storyBox08 .innerBox .rImgBox {
	gap: 5rem;
}
#main .story .storyBox08 .innerBox .subBox {
	width: calc(100% - 51.7rem);
}
#main .story .storyBox08 .innerBox .textBox .title {
	color: #002139;
}
#main .story .storyBox08 .innerBox .textBox .text {
	color: #002139;
	letter-spacing: 0.08rem;
}
#main .story .storyBox08 .innerBox .photoBox {
	margin-top: 0.3rem;
	width: 39rem;
}
#main .story .storyBox08 .innerBox .btnBox {
	margin: 4.9rem 0 0 auto;
	width: fit-content;
}
#main .story .storyBox08 .btnBox .btn {
	width: 21rem;
}
#main .story .storyBox08 .btnBox .btn a {
	padding: 1.3rem 3rem 1.3rem 0.5rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.07rem;
	background: transparent url(../img/common/icon01.png) no-repeat right 3.2rem center / 0.8rem;
	border: 1px solid #333;
	border-radius: 0.5rem;
}
#main .story .storyBox08 .btnBox .notes {
	margin-top: 0.8rem;
	text-align: center;
	color: #878787;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.06rem;
}
@media all and (min-width: 897px) and (max-width: 1439px) {
	#main .story .pageNavi {
		right: 2rem;
	}
	#main .story .storyBox .content {
		width: 100%;
		padding: 0 1rem;
	}
	#main .story .storyBox .innerBox .subBox {
		width: calc(100% - 50rem);
	}
	#main .story .storyBox .innerBox .text {
		font-size: 1.5rem;
	}
}
@media all and (min-width: 897px) {
	#main .story .storyBox08 .btnBox .btn a:hover {
		border-color: #fff;
		color: #fff;
		background-image: url(../img/common/icon01_on.png);
		background-color: #333;
	}
}
@media all and (min-width: 1000px) and (max-width: 1380px) and (max-height: 550px) {
    #main .story .storyBox h2 {
        margin-bottom: 8.276vh;
        font-size: 6.897vh;
    }
    #main .story .storyBox .imgBox .subBox {
        width: calc(100% - 63.793vh);
    }
    #main .story .storyBox .imgBox .textBox .title {
        margin-bottom: 4.138vh;
        font-size: 4.5vh;
    }
    #main .story .storyBox .imgBox .textBox .text {
        font-size: 2.5vh;
    }
    #main .story .storyBox .imgBox .photoBox {
        width: 45vh;
    }
    #main .story .storyBox .innerBox .tag {
        padding: 0.345vh 3.276vh 0.69vh;
        font-size: 2.759vh;
    }
    #main .story .storyBox .innerBox h3 .jp {
        font-size: 13.517vh;
    }
    #main .story .storyBox .innerBox .rImgBox {
        padding-top: 7.793vh;
    }
    #main .story .storyBox .innerBox .title {
        margin-bottom: 5vh;
        font-size: 4.5vh;
    }
    #main .story .storyBox .innerBox .text {
        font-size: 2.3vh;
    }
    #main .story .storyBox .innerBox h3 {
        width: 15.517vh;
    }
    #main .story .storyBox .innerBox h3 .en {
        right: -6.5vh;
        width: 31.034vh;
        height: 7.414vh;
        font-size: 4.172vh;
    }
    #main .story .storyBox .innerBox .photoBox {
        width: 45vh;
    }
    #main .story .storyBox02 .innerBox .photoBox {
        margin-top: -8.621vh;
    }
    #main .story .storyBox04 .innerBox .photoBox {
        margin-right: 3rem;
    }
}
@media all and (max-width: 896px) {
	#main .story .pageNavi {
		top: 23.5%;
		transform: translateY(0);
		right: 2rem;
		width: 1.3rem;
	}
	#main .story .pageNavi li {
		margin: 1.55rem 0;
		padding: 0rem;
		width: 9px;
		height: 9px;
	}
	#main .story .pageNavi li span {
		width: 5px;
		height: 5px;
	}
	#main .story .storyBox {
		padding: 2rem 0;
		background: linear-gradient(197deg, #FFF 0%, #F5F5F5 100%);
	}
	#main .story .storyBox h2 {
		margin-bottom: 2.7rem;
		font-size: 2.5rem;
		line-height: 1.25;
		letter-spacing: 0.07rem;
	}
	#main .story .storyBox .imgBox {
		display: block;
	}
	#main .story .storyBox .imgBox .photoBox {
		margin: 0 auto 2.5rem;
		width: 16.42rem;
	}
	#main .story .storyBox .imgBox .subBox {
		width: auto;
	}
	#main .story .storyBox .imgBox .textBox .title {
		margin-bottom: 0;
		font-size: 1.9rem;
		font-weight: 700;
		line-height: 1.73;
	}
	#main .story .storyBox .imgBox .textBox .title01 {
		margin-bottom: 2.4rem;
	}
	#main .story .storyBox .imgBox .textBox .text {
		font-size: 1.3rem;
		line-height: 1.53;
		letter-spacing: 0.065rem;
	}
	#main .story .storyBox01 {
		padding: 2rem 0;
		background: #E9E9E9;
	}
	#main .story .storyBox .innerBox {
		padding-top: 5.7rem;
		position: relative;
		display: block;
	}
	#main .story .storyBox .innerBox h3 {
		margin: 0 0 15rem -0.5rem;
		width: 6rem;
	}
	#main .story .storyBox .innerBox h3 .jp {
		font-size: 5.5rem;
	}
	#main .story .storyBox .innerBox h3 .en {
		top: 142%;
		right: -3rem;
		width: 11rem;
		height: 2.6rem;
		font-size: 1.8rem;
	}
	#main .story .storyBox .innerBox .rImgBox {
		padding-top: 0;
		display: block;
		position: static;
	}
	#main .story .storyBox .innerBox .tag {
		padding: 0 1.4rem 0.2rem;
		font-size: 1.4rem;
		top: 0;
	}
	#main .story .storyBox .innerBox .subBox {
		width: auto !important;
	}
	#main .story .storyBox .innerBox .title {
		margin-bottom: 2rem;
		font-size: 1.9rem;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.73;
	}
	#main .story .storyBox .innerBox .text {
		font-size: 1.3rem;
		line-height: 1.53;
		letter-spacing: 0.065rem;
	}
	#main .story .storyBox .innerBox .photoBox {
		margin: 0 !important;
		position: absolute;
		z-index: 1;
		top: 6rem;
		left: 9.1rem;
		width: 17.7rem;
	}
	#main .story .storyBox02 .innerBox .photoBox {
		margin-top: 0;
	}
	#main .story .storyBox03 .innerBox .photoBox {
		width: 19rem;
	}
	#main .story .storyBox04 .innerBox .photoBox {
		width: 16.9rem;
	}
	#main .story .storyBox05 .innerBox .photoBox {
		left: 7.5rem;
		width: 21.6rem;
	}
	#main .story .storyBox06 .innerBox .rImgBox {
		padding-top: 0;
	}
	#main .story .storyBox06 .innerBox .photoBox {
		left: 7.5rem;
		width: 21.6rem;
	}
	#main .story .storyBox07 .innerBox .photoBox {
		left: 7.5rem;
		width: 21.6rem;
	}
	#main .story .storyBox08 .innerBox .textBox .title {
		color: #333;
	}
	#main .story .storyBox08 .innerBox .textBox .text {
		color: #333;
	}
	#main .story .storyBox08 .innerBox .photoBox {
		left: 7.5rem;
		width: 21.6rem;
	}
	#main .story .storyBox08 .innerBox .btnBox {
		margin: 1.3rem 0 0;
		align-items: center;
	}
	#main .story .storyBox08 .btnBox .btn a {
		padding: 1.1rem 3rem 1.1rem 0.5rem;
	}
	#main .story .storyBox08 .btnBox .notes {
		margin: 0 1.1rem;
		flex: 1;
		text-align: left;
		font-size: 1.1rem;
	}
}
@media all and (max-width: 896px) and (max-height: 640px) {
	#main .story .storyBox .imgBox .photoBox {
		width: 19.406vh;
	}
	#main .story .storyBox .innerBox h3 {
        margin: 0 0 23.438vh -0.781vh;
        width: 9.375vh;
    }
	#main .story .storyBox .innerBox h3 .jp {
		font-size: 7.594vh;
	}
	#main .story .storyBox .innerBox h3 .en {
        top: 142%;
        right: -3.8vh;
        width: 17.188vh;
        height: 4.063vh;
        font-size: 2.813vh;
    }
	#main .story .storyBox .innerBox .photoBox {
		width: 26.656vh;
	}
	#main .story .storyBox .imgBox .textBox .title,
	#main .story .storyBox .innerBox .title {
		font-size: 2.5vh;
	}
	#main .story .storyBox .imgBox .textBox .text,
	#main .story .storyBox .innerBox .text {
		font-size: 2vh;
	}
}
#main .future {
	padding: 0 2rem;
	position: relative;
	height: 59.028vw;
	display: flex;
	align-items: center;
	overflow: hidden;
}
#main .future .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .future .photo .image01 {
	width: 100%;
	height: 100%;
}
#main .future .content {
	position: relative;
	z-index: 3;
	max-width: 103.5rem;
	width: 100%;
}
#main .future .textBox {
	width: 48.3rem;
}
#main .future .textBox .text {
	margin-bottom: 5rem;
	color: #fff;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 2.03;
	letter-spacing: 0.135rem;
}
#main .future .textBox .image {
	margin: 0 1.8rem 0 auto;
	width: 15.4rem;
}
#main .future .content {
	height: inherit;
}
#main .future .imgBox {
	position: relative;
	height: inherit;
}
#main .future .imgBox .photoBox {
	position: absolute;
	bottom: 0;
	right: -9.5rem;
	z-index: 1;
	width: 75.3rem;
}
@media all and (min-width: 897px)  {
	#main .future .textBox  {
		padding-top: 32.767vh;
	}
}
@media all and (max-width: 896px) {
	#main .future {
		padding: 16.8vw 0 0;
		height: 178.667vw;
		max-height: 100%;
		display: block;
		overflow: hidden;
	}
	#main .future .content {
		width: auto;
	}
	#main .future .textBox {
		position: relative;
		z-index: 2;
		margin-top: 0;
		width: auto;
	}
	#main .future .textBox .text {
		margin-bottom: 2.5rem;
		text-align: center;
		font-size: 1.9rem;
		font-weight: 700;
		line-height: 1.73;
		letter-spacing: 0.095rem;
	}
	#main .future .textBox .image {
		margin: 0 auto;
		width: 7.1rem;
	}
	#main .future .photo {
		width: 89.6rem;
		left: 50%;
		margin-left: -44.8rem;
	}
	#main .future .photo .image01 {
		object-fit: cover;
		object-position: center bottom;
	}
	#main .future .imgBox .photoBox {
		margin-left: -26.8rem;
		right: auto;
		left: 50%;
		width: 47.5rem;
	}
}
#main .present {
	padding: 1.1rem 0 6.8rem;
	background-color: #95D5D2;
}
#main .present .content {
	max-width: 104rem;
}
#main .present .imgText {
	position: relative;
}
#main .present .imgText .btn {
	position: absolute;
	z-index: 2;
	bottom: 5.5rem;
	left: 7.7rem;
	width: 24rem;
}
#main .present .imgText .btn a {
	padding: 1rem 1.9rem 1rem 1rem;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.07rem;
	line-height: 2.14;
	background: #CDA918 url(../img/common/icon01_on.png) no-repeat right 2.2rem center / 0.8rem;
	border-radius: 0.5rem;
}
@media all and (min-width: 897px) {
	#main .present .imgText .btn a:hover {
		color: #CDA918;
		background-image: url(../img/common/icon02.png);
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	#main .present {
		padding: 6.5rem 0 7.6rem;
	}
	#main .present .content {
		max-width: 104rem;
	}
	#main .present .imgText {
		position: relative;
		margin: 0 auto;
		width: 31.8rem;
	}
	#main .present .imgText img {
		width: 100%;
	}
	#main .present .imgText .btn {
		bottom: -2.3rem;
		left: 50%;
		transform: translateX(-50%);
		width: 26.2rem;
	}
	#main .present .imgText .btn a {
		background-position: right 3.3rem top calc(50% + 0.2rem);
	}
}