@charset "UTF-8";
/* CSS Document */
/*top_mv
────────────────────────────────────*/
.top_mv {
	background: black;
	height: 830px;
	position: relative;
	z-index: 1;
}
.top_mv .inner {
	height: 100%;
	position: relative;
	z-index: 2;
}
.top_mv .wrap_txt_area {
	padding-top: 123px;
	height: 100%;
	background: rgb(255 255 255 / 60%);
	width: 505px;
	display: flex;
	align-items: center;
	position: relative;
}
.top_mv .wrap_txt_area::before {
	content: '';
	width: 2000px;
	height: 100%;
	display: block;
	background: rgb(255 255 255 / 60%);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
}
/*
.top_mv .wrap_txt_area::after {
	content: '';
	width: 115px;
	height: 100%;
	display: block;
	background: url("../images/index/bg_brown.svg") no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(100%);
}*/
.top_mv .txt_area {
	text-align: center;
	/*margin-left: 82px;*/
	margin-left: 50px;
	margin-bottom: 85px;
}
.top_mv .txt_area .txt01 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.top_mv .txt_area .txt02 {
	font-family: YuMincho, 'Yu Mincho', serif;
	/* font-size: 4.6rem; */
	font-size: 4.3rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.top_mv .txt_area .txt03 {
	font-size: 2rem;
	font-weight: bold;
	color: #d22c54;
	line-height: 1.3;
}
.top_mv .txt_area .btn_green {
	margin: 45px auto 0;
}
.top_mv .swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.top_mv .swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.top_mv .swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.top_mv .swiper .slide01 {
	background: url("../images/index/index_mv01.jpg") no-repeat;
	background-size: cover;
	background-position: right 0 bottom 0;
}
.top_mv .swiper .slide02 {
	background: url("../images/index/index_mv02.jpg") no-repeat;
	background-size: cover;
	background-position: right 0 center;
}
@media screen and (max-width:1240px) {
	.top_mv .inner {
		width: 100%;
		max-width: unset;
	}
	.top_mv .wrap_txt_area {
		padding: 120px 20px 0;
		width: fit-content;
	}
	.top_mv .wrap_txt_area::before {
		content: unset;
	}
	.top_mv .txt_area {
		margin-left: unset;
	}
}
@media screen and (max-width: 1024px) {
	.top_mv .wrap_txt_area {
		justify-content: center;
		position: absolute;
		bottom:0;
		padding: 20px 0;
		width: 100%;
		height: fit-content;
	}
	.top_mv .txt_area {
		margin-bottom: unset;
	}
	.top_mv .txt_area .txt01 br,
	.top_mv .txt_area .txt02 br {
		display: none;
	}
	.top_mv .txt_area .txt01 {
		margin-bottom: unset;
	}
	.top_mv .txt_area .txt02 {
		margin-bottom: unset;
		/* font-size: 3.6rem; */
		font-size: 3.2rem;
	}
	.top_mv .txt_area .btn_green {
		margin-top: 20px;
	}

	.top_mv .swiper .slide01,
	.top_mv .swiper .slide02 {
		background-position: center;
	}
}
@media screen and (max-width:768px) {
	.top_mv {
	height: 630px;
	}
	/*.top_mv .inner {
	width: 100%;
	}
	.top_mv .wrap_txt_area {
	padding-top: 0;
	width: 405px;
	}
	.top_mv .wrap_txt_area::after {
	width: 88px;
	}
	.top_mv .txt_area {
	margin-left: 47px;
	margin-bottom: 30px;
	}*/
	.top_mv .txt_area .btn_green {
		min-height: unset;
		margin-top: 10px;
	}

	.top_mv .txt_area .txt02 {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 640px) {
	.top_mv .txt_area .txt02 br:first-of-type {
		display: block;
	}
}
@media screen and (max-width:540px) {
	.top_mv {
	height: 607px;
		overflow: hidden;
	}
	/*.top_mv .inner {
	display: flex;
	align-items: flex-end;
	}
	.top_mv .swiper .slide01 {
	background-position: right 27% top 0;
	background-size: 735px;
	}*/
	.top_mv .wrap_txt_area::before,
	.top_mv .wrap_txt_area::after{
		content:none;
	}
	/*.top_mv .wrap_txt_area {
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	background: rgb(67,31,0);
	background: -moz-linear-gradient(0deg, rgba(67,31,0,1) 69%, rgba(67,31,0,0.7077205882352942) 84%, rgba(67,31,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(67,31,0,1) 69%, rgba(67,31,0,0.7077205882352942) 84%, rgba(67,31,0,0) 100%);
	background: linear-gradient(0deg, rgba(67,31,0,1) 69%, rgba(67,31,0,0.7077205882352942) 84%, rgba(67,31,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#431f00",endColorstr="#431f00",GradientType=1);
	height: auto;
	background: rgb(255 255 255 / 60%);
	}*/
	/*.top_mv .txt_area {
	margin-left: 0;
	margin-bottom: 35px;
	}
	.top_mv .txt_area .txt01 {
	font-size: 2.5rem;
	margin-bottom: 4px;
	line-height: 1.5;
	}
	.top_mv .txt_area .txt02 {
	font-size: 3.6rem;
	margin-bottom: 10px;
	}
	.top_mv .txt_area .txt03 {
	font-size: 1.8rem;
	}
	.top_mv .txt_area .btn_green {
	margin: 20px auto 0;
	}*/
	.top_mv .txt_area .txt01 {
		font-size: 1.8rem;
	}
	.top_mv .txt_area .txt02 {
		font-size: 2.2rem;
	}


	.top_mv .swiper .slide01 {
		background-image: url("../images/index/index_mv01_sp.jpg");
	}
	.top_mv .swiper .slide02 {
		background-image: url("../images/index/index_mv02_sp.jpg");
	}
	.top_mv .swiper .slide01,
	.top_mv .swiper .slide02 {
		background-position: left 70% center;
	}
}
@media screen and (max-width:415px) {
	/* .top_mv .txt_area .txt02 br:first-of-type {
		display: block;
	} */

	.top_mv .swiper .slide01,
	.top_mv .swiper .slide02 {
		background-position: left 65% center;
	}
}
/*top_intro
────────────────────────────────────*/
.top_intro {
	padding: 110px 0 85px;
	position: relative;
}

.top_intro .collection_area {
	margin-bottom: 80px;
}
.top_intro .collection_area h2 {
	/* margin-bottom: 10px; */
	margin-bottom: 20px;
}
.top_intro .collection_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
	column-gap: 3%;
	margin-bottom: 20px;
}
.top_intro .collection_area ul li {
	width: 22%;
}
.top_intro .collection_area ul li + li {
	margin-top: unset;
}
.top_intro .collection_area ul li a figure img {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}
.top_intro .collection_area ul li h3 span {
	display: block;
}
.top_intro .collection_area .archive_link a {
	background: #8bc34a;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	/* width: 100%;
	max-width: 220px; */
	min-height: 50px;
	line-height: 1.3;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 30px;

	margin: 0 auto;
	width: min(240px, 100%);
}

@media screen and (max-width: 767px) {
	.top_intro .collection_area ul li {
		width: 48%;
	}
}

.top_intro .news_area {
	/*margin: 0 auto 50px;*/
	margin: 0 auto 80px;
	width: min(560px, 98%);
}
.top_intro .news_area h2 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
}
.top_intro .news_area ul li {
	border-bottom: #f2f0ea 1px solid;
}
.top_intro .news_area ul li a {
	display: flex;
	column-gap: 1em;
	padding: .25em 0 .25em 1em;
}

.top_intro h2 {
	margin-bottom: 50px;
}
.top_intro .box {
	position: relative;
	display: flex;
}
.top_intro .box figure {
	width: 40.3%;
	max-width: 484px;
	position: absolute;
	top: 0;
	left: 0;
}
.top_intro .box .txt_area {
	width: 67.5%;
	max-width: 810px;
	background: #fff3f3;
	margin: 50px 0 0 auto;
	padding: 55px 55px 55px 12.5%;
}
.top_intro .box .txt_area p + p {
	margin-top: 25px;
}
.top_intro .bg_img {
	position: absolute;
}
.top_intro .bg_img01 {
	width: 611px;
	top: -27px;
	left: 0;
	z-index: -2;
}
.top_intro .bg_img02 {
	width: 389px;
	top: 0;
	right: 0;
	z-index: -2;
}
.top_intro .bg_img03 {
	width: 33%;
	max-width: 440px;
	bottom: 0;
	right: 0;
	z-index: 0;
}
@media screen and (max-width:1240px) {
	.top_intro .box .txt_area {
	padding: 50px 55px 50px 12.5%;
	}
	.top_intro .bg_img01 {
	width: 72%;
	max-width: 611px;
	left: -80px;
	}
	.top_intro .bg_img02 {
	width: 34%;
	max-width: 389px;
	}
	.top_intro .bg_img03 {
	width: 40%;
	max-width: 440px;
	}
}
@media screen and (max-width:768px) {
	.top_intro {
	padding: 80px 0 80px;
	}

	.top_intro .news_area ul li a {
		flex-direction: column;
		padding-left: .25em;
	}

	.top_intro .box .txt_area {
	margin: 40px 0 0 auto;
	padding: 40px 35px 45px 12.5%;
	}
	.top_intro .bg_img01 {
	max-width: 465px;
	}
}
@media screen and (max-width:540px) {
	.top_intro {
	padding: 60px 0 70px;
	}
	.top_intro h2 {
	margin-bottom: 30px;
	}
	.top_intro .box {
	flex-wrap: wrap;
	}
	.top_intro .box figure {
	width: 100%;
	margin: 0 auto;
	position: static;
	}
	.top_intro .box .txt_area {
	margin: -20px 0 0;
	padding: 40px 25px 30px 25px;
	z-index: -1;
	width: 100%;
	}
	.top_intro .bg_img03 {
	width: 45%;
	}
}
@media screen and (max-width:415px) {
	.top_intro .bg_img03 {
	width: 51%;
	}
}
/*top_voice
────────────────────────────────────*/
.top_voice {
	background: #F2F0EA;
	/*padding: 120px 0 140px;*/
	padding: 120px 0 100px;
}
.top_voice > .inner {
	position: relative;
}
.top_voice h2 {
	font-size: 3rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	color: #231815;
	text-align: center;
	line-height: 1.65;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.top_voice h2::before {
	content: '';
	width: 120px;
	height: 75px;
	background: url("../images/index/ttl_img02.svg") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 40px;
}
.top_voice .box {
	width: 100%;
	max-width: 1010px;
	min-height: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.top_voice .box + .box {
	margin-top: 80px;
}
.top_voice .box .txt_area {
	width: 57%;
	margin-left: 43%;
}
.top_voice .box .txt_area .bg_green {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 6px 11px;
	line-height: 1.3;
	/*background: rgb(141, 157, 100);
	background: -moz-linear-gradient(90deg, rgba(141, 157, 100, 1) 0%, rgba(141, 157, 100, 1) 64%, rgba(141, 157, 100, 0.727328431372549) 73%, rgba(141, 157, 100, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(141, 157, 100, 1) 0%, rgba(141, 157, 100, 1) 64%, rgba(141, 157, 100, 0.727328431372549) 73%, rgba(141, 157, 100, 0) 100%);*/
	background: linear-gradient(90deg, rgba(204, 117, 117, 1) 0%, rgba(204, 117, 117, 1) 64%, rgba(204, 117, 117, 0.727328431372549) 73%, rgba(204, 117, 117, 0) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8d9d64", endColorstr="#8d9d64", GradientType=1);*/
}
.top_voice .box figure {
	width: 40%;
	max-width: 400px;
	position: absolute;
	top: 0;
	left: 0;
}
.top_voice .box .txt_area .txt01 {
	font-size: 2.4rem;
	margin-top: 15px;
	line-height: 1.5;
}
.top_voice .box .txt_area .txt02 {
	margin-top: 15px;
}
.top_voice .bg_img {
	width: 332px;
	position: absolute;
}
.top_voice .bg_img01 {
	top: 25.4%;
	left: -159px;
}
.top_voice .bg_img02 {
	top: 71.6%;
	left: -137px;
}
.top_voice .bg_img03 {
	top: 3%;
	right: -94px;
}
.top_voice .bg_img04 {
	top: 47.3%;
	right: -88px;
}
.top_voice .bg_img05 {
	bottom: -9.5%;
	right: -94px;
}
@media screen and (max-width:1240px) {}
@media screen and (max-width:768px) {
	.top_voice {
	padding: 80px 0 90px;
	}
	.top_voice h2 {
	font-size: 2.8rem;
	}
	.top_voice h2::before {
	width: 90px;
	margin: 0 auto 21px;
	}
	.top_voice .box + .box {
	margin-top: 50px;
	}
	.top_voice .box .txt_area {
	width: 55%;
	margin-left: 45%;
	}
	.top_voice .box .txt_area .txt01 {
	font-size: 2.1rem;
	}
	.top_voice .bg_img {
	width: 250px;
	}
}
@media screen and (max-width:540px) {
	.top_voice {
	padding: 50px 0 60px;
		overflow: hidden;
	}
	.top_voice h2 {
	font-size: 2.5rem;
	}
	.top_voice h2::before {
	width: 74px;
	height: 48px;
	margin: 0 auto 19px;
	}
	.top_voice .box + .box {
	margin-top: 40px;
	}
	.top_voice .box figure {
	width: 100%;
	margin: 22px auto 22px;
	position: static;
	}
	.top_voice .box .txt_area {
	width: 100%;
	margin-left: 0;
	}
	.top_voice .box .txt_area .bg_green {
	display: block;
	font-size: 1.6rem;
	width: 100%;
	max-width: 100%;
	text-align: center;
	/*background: rgb(141, 157, 100);
	background: -moz-linear-gradient(90deg, rgba(141, 157, 100, 0) 0%, rgba(141, 157, 100, 1) 15%, rgba(141, 157, 100, 1) 85%, rgba(141, 157, 100, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(141, 157, 100, 0) 0%, rgba(141, 157, 100, 1) 15%, rgba(141, 157, 100, 1) 85%, rgba(141, 157, 100, 0) 100%);
	background: linear-gradient(90deg, rgba(141, 157, 100, 0) 0%, rgba(141, 157, 100, 1) 15%, rgba(141, 157, 100, 1) 85%, rgba(141, 157, 100, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8d9d64", endColorstr="#8d9d64", GradientType=1);*/
	background: rgb(201,117,117);
	background: linear-gradient(90deg, rgba(201,117,117, 0) 0%, rgba(201,117,117, 1) 15%, rgba(201,117,117, 1) 85%, rgba(201,117,117, 0) 100%);
	}
	.top_voice .box .txt_area .txt01 {
	font-size: 2rem;
	margin-top: 12px;
	}
	.top_voice .box .txt_area .txt02 {
	margin-top: 10px;
	}
	/*
	.top_voice .bg_img {
	width: 180px;
	}
	.top_voice .bg_img01 {
	top: 20.4%;
	left: -95px;
	}
	.top_voice .bg_img02 {
	left: -95px;
	}
	.top_voice .bg_img04 {
	top: 51.3%;
	}
	.top_voice .bg_img05 {
	bottom: -3%;
	}*/
}
@media screen and (max-width:415px) {
	.top_voice .box figure {
	width: 100%;
	}
}
/*top_reason
────────────────────────────────────*/
.top_reason {
	padding: 120px 0 100px;
	background: #fff3f3;
}
.top_reason h2 {
	font-size: 3rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	color: #231815;
	text-align: center;
	line-height: 1.65;
	margin-bottom: 80px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.top_reason h2::before {
	content: '';
	width: 104px;
	height: 81px;
	background: url("../images/index/ttl_img03.svg") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 25px;
}
.top_reason .box {
	background: #fff;
	padding: 0 100px;
	position: relative;
	align-items: center;
}
.top_reason .box + .box {
	margin-top: 65px;
}
.top_reason .box::before, .top_reason .box::after {
	content: "";
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
}
.top_reason .box::before {
	left: 0;
	background: rgb(235, 248, 253);
	background: -moz-linear-gradient(90deg, rgba(255, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf8fd", endColorstr="#ffffff", GradientType=1);
}
.top_reason .box::after {
	right: 0;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 243, 243, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 243, 243, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 243, 243, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebf8fd", GradientType=1);
}
.top_reason .box .txt_area {
	width: 50%;
	margin: 40px 0 45px;
	display: flex;
	align-items: center;
}
.top_reason .box .txt_area .num {
	font-size: 4rem;
	color: #231815;
	font-family: YuMincho, 'Yu Mincho', serif;
	line-height: 1;
	margin: 0 auto;
	width: 125px;
	height: 65px;
	background: url("../images/index/bg_no.svg") no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 13px;
}
.top_reason .box .txt_area h3 {
	font-size: 2.8rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	text-align: center;
	line-height: 1.45;
	margin-bottom: 10px;
}
.top_reason .box figure {
	width: 41.7%;
	max-width: 417px;
	margin: 5px 0;
	position: relative;
}
.top_reason .box:nth-of-type(odd) figure {
	margin-right: 2%;
}
.top_reason .box:nth-of-type(even) figure {
	margin-left: 2%;
}
/*
.top_reason .box figure::before {
	content: '';
	width: 110.4%;
	height: 110.4%;
	background: url("../images/index/bg_circle_big.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -5.2%;
	left: -5.2%;
}*/
.top_reason .box figure img {
	position: relative;
}
@media screen and (max-width:1240px) {
	.top_reason .box {
	padding: 0 70px;
	}
	.top_reason .box::before, .top_reason .box::after {
	width: 70px;
	}
	.top_reason .box .txt_area h3 {
	font-size: 2.6rem;
	}
}
@media screen and (max-width:768px) {
	.top_reason {
	padding: 80px 0 110px;
	}
	.top_reason h2 {
	font-size: 2.8rem;
	}
	.top_reason h2::before {
	width: 90px;
	margin: 0 auto 5px;
	}
	.top_reason .box {
	padding-bottom: 40px;
	}
	.top_reason .box .txt_area {
	width: 100%;
	margin: 40px 0 30px;
	}
	.top_reason .box .txt_area h3 {
	font-size: 2.5rem;
	}
	.top_reason .box figure {
	width: 89.6%;
	margin: 5.2% auto;
	order: 1;
	}
	.top_reason .box:nth-of-type(odd) figure {
	margin-right: auto;
	}
	.top_reason .box:nth-of-type(even) figure {
	margin-left: auto;
	}
}
@media screen and (max-width:540px) {
	.top_reason {
	padding: 50px 0 60px;
	}
	.top_reason h2 {
	font-size: 2.4rem;
	margin-bottom: 35px;
	}
	.top_reason h2::before {
	width: 74px;
	height: 57px;
	margin: 0 auto 15px;
	}
	.top_reason .box {
	padding: 0 30px 25px;
	}
	.top_reason .box + .box {
	margin-top: 35px;
	}
	.top_reason .box::before, .top_reason .box::after {
	width: 20px;
	}
	.top_reason .box .txt_area .num {
	font-size: 3.3rem;
	width: 68px;
	height: 70px;
	margin-bottom: 10px;
	}
	.top_reason .box .txt_area h3 {
	font-size: 2rem;
	margin-bottom: 8px;
	}
	.top_reason .box .txt_area {
	margin: 25px 0 18px;
	}
}
@media screen and (max-width:415px) {}


/*top_company
────────────────────────────────────*/
.top_company {
	padding: 120px 0 100px;
}
.top_company table {
	margin: 0 auto;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: min(710px, 100%);
}
.top_company table th,
.top_company table td {
	padding: 16px 30px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.top_company table th {
	width: 20%;
}
.top_company h2 {
	font-size: 3rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	color: #231815;
	text-align: center;
	line-height: 1.65;
	margin-bottom: 80px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.top_company h2::before {
	content: '';
	width: 104px;
	height: 81px;
	background: url("../images/index/ttl_img04.svg") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 25px;
}
@media screen and (max-width: 540px) {
	.top_company table th,
	.top_company table td {
		display: block;
		padding: 12px 20px;
		width: 100%;
	}
	.top_company table th {
		padding-bottom: 6px;
		border-bottom: unset;
		text-align: left;
		font-weight: 700;
	}
	.top_company table td {
		padding-top: 6px;
	}
}

/*top_access
────────────────────────────────────*/
.top_access {
	padding: 120px 0 140px;
	background: #fff3f3;
}
.top_access h2 {
	font-size: 3rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	color: #231815;
	text-align: center;
	line-height: 1.65;
	margin-bottom: 80px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.top_access h2::before {
	content: '';
	width: 104px;
	height: 81px;
	background: url("../images/index/ttl_img05.svg") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 25px;
}
.top_access .map_frame,
.top_access .map_frame iframe {
	width: 100%;
}
