@charset "UTF-8";


.inner {
	width: 1200px;
}


#mainimage {
	padding-top: 250px;
	position: relative;
}
#mainimage p {
	margin-left: 30%;
	width: 70%;
}
#mainimage p img {
	border-radius: 60px 0 0 60px;
}
#mainimage h2 {
	position: absolute;
	width: 500px;
	
	top: 300px;
	left: 100px;
}






.concept {
	margin-bottom: 60px;
	margin-top: -150px;
}
.concept .inner {
	position: relative;
}
.concept .text {
	position: absolute;
	top: 120px;
	right: 0;
	width: 55%;
	font-size: 2.4rem;
}
.concept .text img {
	margin-bottom: 40px;
	mix-blend-mode: overlay;
}
.concept .text p {
	margin-bottom: 20px;
}
.concept .pht {
	width: 40%;
}
.concept .pht img {
	border-radius: 60px 0 60px 0;
}



.promise {
	padding: 10% 0;
}
.promise .text {
	float: left;
	width: 40%;
}
.promise .text dl {
	margin-bottom: 30px;
}
.promise .text dt {
	display: inline-block;
	background: #866c44;
	color: #FFF;
	text-align: center;
	padding: 5px 20px;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 6px;
}
.promise .text dd {
	font-size: 4.5rem;
	color: #ef9c94;
}
.promise .text dd strong {
	font-size: 6rem;
}
.promise .text dd strong {
	font-size: 6rem;
}
.promise img {
	position: absolute;
	bottom: -50px;
	right: 0;
	max-width: 1100px;
	width: 55%;
	border-radius: 60px 0 0 0;
 }


.event {
	background: #f9fbdb;
	position: relative;
	padding-bottom: 60px;
}
.event .bg {
	width: 100%;
	position: absolute;
	top: -150px;
	left: 0;
	z-index: -100;
}
.event h2 {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.event .text {
	float: left;
	width: 48%;
	font-size: 1.8rem;
}
.event .text p {
	margin-bottom: 20px;
	padding-left: 42px;
}
.event .text .no01 {
	background: url("../img/top/icon01.svg") no-repeat left top;
	background-size: 36px;
}
.event .text .no02 {
	background: url("../img/top/icon02.svg") no-repeat left top;
	background-size: 36px;
}
.event .text .no03 {
	background: url("../img/top/icon03.svg") no-repeat left top;
	background-size: 36px;
}
.event .pht {
	float: right;
	width: 48%;
}
.event .pht img {
	border-radius: 60px 0 60px 0;
}

.message {
	background: url("../img/top/img_message.webp") no-repeat left center;
	background-size: 65%;
	padding: 50px 0;
	padding-left: 50%;
	position: relative;
}
.message .tt {
	text-align: center;
	position: absolute;
	top: 80px;
	left: calc(25% - 10em);
}
.message .tt dt {
	font-size: 2.4rem;
	color: #ef9c94;
	margin-bottom: 10px;
}
.message .tt dd {
}



.message .text {
	padding: 0 100px;
}
.message .text p {
	margin-bottom: 20px;
}
.message .text .box {
}
.message .text .box dt {
	font-size: 2rem;
	color: #ef9c94;
	margin-bottom: 10px;
}
.message .text .box dd {
}




.hope {
	padding: 80px 0;
}
.hope a {
	width: 32%;
	margin-right: 2%;
	background: #FFF;
	border-radius: 60px 0;
	text-align: center;
	padding: 60px 0;
	box-shadow: 6px 6px 0px 0px rgba(243, 241, 232, 1);
}
.hope a:hover {
	background: #fef7f8;
	box-shadow: 0px 0px 0px 0px rgba(243, 241, 232, 1);
}
.hope a:last-child {
	margin-right: 0%;
}
.hope a dt {
	width: 20%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.hope a dd {
	font-size: 2.2rem;
	font-weight: 700;
	color: #ef9c94;
}




.news {
	margin-bottom: 60px;
}
.news .index_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 3px #FFF;
}
.news .index_title h2 {
	font-size: 2.4rem;
	color: #ef9c94;
}
.news .index_title h2 span {
	font-size: 1.8rem;
	color: #866c44;
	display: block;
}
.news .inner {
	background: #f3f1e8;
	border-radius: 60px 0;
	padding: 60px;
}
.news dl {
}
.news dl dt {
	width: 15%;
	float: left;
}
.news dl dd {
	width: 85%;
	float: right;
}









/* 1200px */
@media screen and (max-width: 1350px) {


}





/* max 1023px */
@media screen and (max-width: 1023px) {



#mainimage {
	padding-top: 50px;
	position: relative;
}
#mainimage p {
	margin-left: 0%;
	width: 100%;
}
#mainimage p img {
	border-radius: 0;
}
#mainimage h2 {
	position: relative;
	width: 90%;
	margin: 0 auto;
	
	top: -60px;
	left: 0;
}






.concept {
	margin-bottom: 30px;
	margin-top: 0;
}
.concept .inner {
	position: relative;
}
.concept .text {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	font-size: 1.6rem;
}
.concept .text img {
	display: none;
}
.concept .text p {
	margin-bottom: 20px;
}
.concept .pht {
	width: 100%;
}
.concept .pht img {
	border-radius: 60px 0 60px 0;
}



.promise {
}
.promise .text {
	float: none;
	width: 100%;
}
.promise .text dl {
	margin-bottom: 10px;
}
.promise .text dt {
	display: inline-block;
	background: #866c44;
	color: #FFF;
	text-align: center;
	padding: 5px 20px;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 6px;
}
.promise .text dd {
	font-size: 2.4rem;
	color: #ef9c94;
}
.promise .text dd strong {
	font-size: 3rem;
}
.promise img {
	position: relative;
	bottom: -80px;
	right: 0;
	max-width: 1100px;
	width: 100%;
	border-radius: 0px 0 0 0;
 }


.event {
	background: #f9fbdb;
	position: relative;
	padding-bottom: 30px;
}
.event .bg {
	width: 100%;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: -100;
}
.event h2 {
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.event .text {
	float: none;
	width: 100%;
	font-size: 1.6rem;
}
.event .text p {
	margin-bottom: 20px;
	padding-left: 32px;
}
.event .text .no01 {
	background: url("../img/top/icon01.svg") no-repeat left top;
	background-size: 24px;
}
.event .text .no02 {
	background: url("../img/top/icon02.svg") no-repeat left top;
	background-size: 24px;
}
.event .text .no03 {
	background: url("../img/top/icon03.svg") no-repeat left top;
	background-size: 24px;
}
.event .pht {
	float: none;
	width: 100%;
}
.event .pht img {
	border-radius: 60px 0 60px 0;
}

.message {
	background: none;
	background-size: 100%;
	padding: 30px 0;
	padding-left: 0;
	position: relative;
}
.message .tt {
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
}
.message .tt dt {
	font-size: 1.8rem;
	color: #ef9c94;
	margin-bottom: 5px;
}
.message .tt dd {
	font-size: 1.4rem;
}



.message .text {
	padding: 0 5%;
}
.message .text p {
	margin-bottom: 20px;
}
.message .text .box {
}
.message .text .box dt {
	font-size: 2rem;
	color: #ef9c94;
	margin-bottom: 10px;
}
.message .text .box dd {
}




.hope {
	padding: 5% 0;
}
.hope a {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 5%;
	background: #FFF;
	border-radius: 60px 0;
	text-align: center;
	padding: 60px 0;
	box-shadow: 6px 6px 0px 0px rgba(243, 241, 232, 1);
}
.hope a:hover {
	background: #fef7f8;
	box-shadow: 0px 0px 0px 0px rgba(243, 241, 232, 1);
}
.hope a:last-child {
	margin-right: 0%;
}
.hope a dt {
	width: 20%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.hope a dd {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ef9c94;
}




.news {
	margin-bottom: 30px;
}
.news .index_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 3px #FFF;
}
.news .index_title h2 {
	font-size: 1.8rem;
	color: #ef9c94;
}
.news .index_title h2 span {
	font-size: 1.4rem;
	color: #866c44;
	display: block;
}
.news .inner {
	background: #f3f1e8;
	border-radius: 60px 0;
	padding: 20px;
}
.news dl {
}
.news dl dt {
	width: 100%;
	float: none;
}
.news dl dd {
	width: 100%;
	float: none;
}
	
	
}