@charset "UTF-8";

/* vis
------------------------------------------------*/
#vis {
	position: relative;
}
#vis:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("img/bg-vis.svg") no-repeat center top;
	background-size: 100% auto;
}
.catch {
	position: absolute;
	left: calc(((100% - 1000px) / 2) + 350px - 2% );
	bottom: 90px;
	z-index: 100;
	margin: 0;
}
.catch img {
	max-width: 100%;
	height: auto;
}
.subcatch {
	position: absolute;
	left: calc(((100% - 1000px)/2) + 350px);
	bottom: -160px;
	z-index: 100;
	margin: 0;
    text-shadow: 0 0 8px #fff;
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 31px;
	font-weight: 700;
}
.slide-img {
	height: 57.1vw;
}
.swiper .swiper-slide.slideimg01 .slide-img {
	background: url(img/img-top-slide01.jpg) no-repeat center;
	background-size: cover;
}
.swiper .swiper-slide.slideimg02 .slide-img {
	background: url(img/img-top-slide02.jpg) no-repeat center;
	background-size: cover;
}
.swiper .swiper-slide.slideimg03 .slide-img {
	background: url(img/img-top-slide03.jpg) no-repeat center;
	background-size: cover;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 7s linear 0s normal both;
}
.coinchange {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.coinchange li {
	position: absolute;
}
.circleimg li:nth-child(1) {
	top: 20px;
	left: 50px;
	width: 280px;
	height: 250px;
}
.circleimg li:nth-child(2) {
	bottom: 30px;
	left: -20px;
	width: 400px;
	height: 360px;
}
.circleimg li:nth-child(3) {
	bottom: -100px;
	left: 300px;
	width: 225px;
	height: 200px;
}
.circleimg li:nth-child(4) {
	bottom: -175px;
	right: 20px;
	width: 280px;
	height: 250px;
}
.coinchange li span {
	display: block;
	transition: all 0.1s;
	opacity: 1;
}
.coinchange li span:nth-child(1) {
	position: relative;
	z-index: 2;
}
.coinchange li span:nth-child(2) {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.circleimg li img {
	opacity: 0;
	transition: all 1.0s;
	max-width: 100%;
}
.anime_on .circleimg li img {
	opacity: 1;
}
.anime_on .circleimg li:nth-child(2) img {
	transition-delay: .2s;
}
.anime_on .circleimg li:nth-child(3) img {
	transition-delay: .4s;
}
.anime_on .circleimg li:nth-child(1) img {
	transition-delay: .7s;
}
.anime_on .circleimg li:nth-child(4) img {
	transition-delay: .8s;
}
.anime_on .coinchange .swiper-slide[class*=-active] li {
	animation-name: coinAnime;
	animation-fill-mode: forwards;
	animation-duration: 1.6s;
	animation-timing-function: linear;
	animation-delay: 0s;
}
.anime_on .coinchange .swiper-slide[class*=-active] li span:nth-child(1) {
	opacity: 0;
}
.anime_on .coinchange .swiper-slide[class*=-active] li:nth-child(2) {
	animation-delay: 0.5s;
}
.anime_on .coinchange .swiper-slide[class*=-active] li:nth-child(2) span:nth-child(1) {
	transition-delay: 1.3s;	/*「duration ÷ 2」+「delay」*/
}
.anime_on .coinchange .swiper-slide[class*=-active] li:nth-child(3) {
	animation-delay: 0.8s;
}
.anime_on .coinchange .swiper-slide[class*=-active] li:nth-child(3) span:nth-child(1) {
	transition-delay: 1.6s;
}
.anime_on .coinchange .swiper-slide[class*=-active] li:nth-child(1) {
	animation-delay: 2.7s;
}
.anime_on .coinchange .swiper-slide[class*=-active] li:nth-child(1) span:nth-child(1) {
	transition-delay: 3.5s;
}
.anime_on .coinchange .swiper-slide[class*=-active] li:nth-child(4) {
	animation-delay: 3.7s;
}
.anime_on .coinchange .swiper-slide[class*=-active] li:nth-child(4) span:nth-child(1) {
	transition-delay: 4.5s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
		backface-visibility:hidden;
  }
}
@keyframes coinAnime {
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(90deg);
	}
	100% {
			transform: rotateY(0deg);
	}
}
@media screen and (max-width:1310px) {
	.circleimg li:nth-child(1) {
		top: 0;
	}
	.circleimg li:nth-child(2) {
		bottom: -60px;
	}
	.circleimg li:nth-child(3) {
		left: auto;
		right: 20px;
	}
	.circleimg li:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width:1200px) {
	.catch {
		right: 0;
	}
}
@media screen and (max-width:1024px) {
	#vis p img,
	.circleimg img {
		max-width: 100%;
		height: auto;
	}
	.catch {
		left: auto;
		right: 5%;
		bottom: auto;
		top: 50px;
		width: 90%;
		text-align: center;
	}
	.subcatch {
		font-size: 26px;
	}
	.circleimg li:nth-child(1) {
		left: -40px;
		top: -140px;
	}
	.circleimg li:nth-child(2) {
		bottom: -60px;
		width: 320px;
		height: 288px;
	}
	.circleimg li:nth-child(3) {
		left: auto;
		right: 20px;
	}
}
@media screen and (max-width:767px) {
	.subcatch {
		bottom: -380px;
		left: 5%;
	}
	.slide-img {
		height: 133vw;
	}
	#vis {
		overflow-x: clip;
	}
	.subcatch {
		font-size: 24px;
	}
	.circleimg li:nth-child(1) {
		top: auto;
		left: 10%;
		bottom: -25px;
		width: 220px;
		height: 200px;
	}
	.circleimg li:nth-child(2) {
		bottom: -220px;
		left: auto;
		right: -20px;
		width: 300px;
		height: 270px;
	}
	.circleimg li:nth-child(3) {
		bottom: -200px;
		left: 10px;
		width: 180px;
		height: 160px;
	}
}
@media screen and (max-width:480px) {
	.catch {
		top: 30px;
	}
	.subcatch {
		font-size: 21px;
	}
	.circleimg li:nth-child(1) {
		left: 8%;
        bottom: -60px;
		width: 180px;
		height: 160px;
	}
	.circleimg li:nth-child(2) {
		bottom: -215px;
		width: 220px;
		height: 200px;
	}
	.circleimg li:nth-child(3) {
		left: 5%;
        bottom: -220px;
		width: 140px;
		height: 124px;
	}
}

/* area-info
------------------------------------------------*/
#area-info {
	position: relative;
	background: url("img/bg-stripe.png") repeat;
	padding: 200px 0 135px;
}
#area-info:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 85px;
	background: url("img/bg-blog.svg") no-repeat;
	background-size: cover;
}
#area-info .flex {
	align-items: flex-start;
}
#area-info .tour {
	position: relative;
	background: #FFFCF8;
	width: 300px;
	border: 5px solid #F4CBDF;
	border-radius: 20px;
	margin: 0;
	padding: 10px 30px 25px;
	text-align: center;
}
#area-info .tour:before {
	content: "";
	position: absolute;
	top: -90px;
	right: 40px;
	display: block;
	background: url("img/icon-owl.svg") no-repeat;
	background-size: cover;
	width: 50px;
	height: 90px;
}
#area-info .tour dt {
	font-size: 26px;
	font-weight: 700;
}
#area-info .tour dd {
	margin: 0;
	line-height: 1.8;
	color: #D6006C;
}
#area-info .tour dd span {
	display: block;
}
#area-info .tour dd + dd {
	margin: 20px 0 0;
}
#area-info .tour dd a {
	position: relative;
	display: block;
	background: #EB86B9;
	max-width: 220px;
	height: 40px;
	border-radius: 20px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	transition: background 0.3s;
}
#area-info .tour dd a:hover {
	background: #F26EB1;
}
#area-info .tour dd a:before,
#area-info .tour dd a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#area-info .tour dd a:before {
	right: 30px;
	transform: translate(0, -50%);
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#area-info .tour dd a:after {
	right: 36px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #EB86B9;
	border-top: solid 1px #EB86B9;
}
#area-info .news {
	position: relative;
	background: #fff;
	width: calc(100% - 350px);
	border-radius: 20px;
	padding: 30px;
}
#area-info .news h3 {
	background: url("img/icon-bell.svg") no-repeat left center;
	background-size: auto 33px;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 26px;
	font-weight: 700;
}
#area-info .news dl {
	margin: 10px 0 0;
}
#area-info .news dt {
	float: left;
	width: 100px;
	padding: 20px 0;
	line-height: 1.5;
}
#area-info .news dd {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 20px 0 20px 100px;
	line-height: 1.5;
}
#area-info .news p {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
}
#area-info .news p a {
	position: relative;
	display: block;
	background: #83D1E3;
	width: 160px;
	height: 50px;
	border-radius: 25px;
	padding: 0 20px 0 0;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	transition: background 0.3s;
}
#area-info .news p a:hover {
	background: #6ADDF7;
}
#area-info .news p a:before,
#area-info .news p a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#area-info .news p a:before {
	right: 30px;
	transform: translate(0, -50%);
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#area-info .news p a:after {
	right: 36px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #83D1E3;
	border-top: solid 1px #83D1E3;
}
@media screen and (max-width:1024px) {
	#area-info {
		padding: 250px 0 135px;
	}
	#area-info .news dt {
		float: none;
		width: auto;
		padding: 20px 0 0;
	}
	#area-info .news dd {
		padding: 5px 0 20px;
	}
	#area-info .news p a {
		width: 130px;
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
	}
	#area-info .news p a:before {
		right: 15px;
	}
	#area-info .news p a:after {
		right: 21px;
	}
}
@media screen and (max-width:767px) {
	#area-info {
		padding: 400px 0 80px;
	}
	#area-info:after {
		height: 40px;
	}
	#area-info .tour {
		width: 100%;
		margin: 20px 0 0;
		padding: 2px 10px 17px;
		font-size: 14px;
	}
	#area-info .tour dt {
		font-size: 21px;
	}
	#area-info .tour dd span {
		display: inline-block;
	}
	#area-info .tour dd span::before {
		content: "/";
		margin: 0 0.2em;
	}
	#area-info .tour dd small {
		display: block;
	}
	#area-info .tour dd a {
		max-width: 180px;
	}
	#area-info .tour dd a:before {
		right: 15px;
	}
	#area-info .tour dd a:after {
		right: 21px;
	}
	#area-info .tour dd + dd {
		margin: 10px 0 0;
	}
	#area-info .news {
		width: 100%;
		margin: 20px 0 0;
	}
	#area-info .news h3 {
		background-size: auto 24px;
		padding: 0 0 0 30px;
		font-size: 22px;
	}
}
/* area-about
------------------------------------------------*/
#area-blog {
	position: relative;
	padding-bottom: 60px;
}
#area-blog:before,
#area-blog:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 110px;
}
#area-blog:before {
	left: 20%;
	background: url("img/ill-blog01.png") no-repeat;
	background-size: contain;
	width: 122px;
}
#area-blog:after {
	right: 20%;
	background: url("img/ill-blog02.png") no-repeat;
	background-size: contain;
	width: 127px;
}
#area-blog p {
	margin: 0;
}
#area-blog h2 {
	margin: 0 0 35px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.08em;
	font-size: 34px;
	font-weight: 700;
}
#area-blog h2 i {
	position: relative;
	padding: 0 20px 0 25px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-size: 19px;
}
#area-blog h2 i:before,
#area-blog h2 i:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 2px;
	height: 20px;
	background: #725936;
}
#area-blog h2 i:before {
	left: 5px;
	transform: rotate(-30deg);
}
#area-blog h2 i:after {
	right: 10px;
	transform: rotate(30deg);
}
#area-blog h2 span {
	display: block;
	margin: 10px 0 0;
}
#area-blog .postbox {
	width: 30%;
	margin: 0 0 30px;
}
#area-blog .postbox a {
	display: block;
}
#area-blog .postbox a:hover img {
	opacity: 0.8;
}
#area-blog .postbox img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	transition: opacity 0.2s;
}
#area-blog .postbox dl {
	margin: 0;
}
#area-blog .postbox dt {
	margin: 10px 0;
	line-height: 1.7;
	font-size: 16px;
	font-weight: 700;
}
#area-blog .postbox dd {
	line-height: 2;
	margin: 0;
	font-size: 13px;
	color: #9B8E7D;
}
#area-blog .postbox ul {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	line-height: 1.4;
}
#area-blog .postbox ul .data {
	font-size: 14px;
	font-weight: 700;
}
#area-blog p a {
	position: relative;
	display: block;
	background: #83D1E3;
	max-width: 180px;
	height: 50px;
	border-radius: 25px;
	margin: 0 auto;
	padding: 0 20px 0 0;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	transition: background 0.3s;
}
#area-blog p a:hover {
	background: #6ADDF7;
}
#area-blog p a:before,
#area-blog p a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#area-blog p a:before {
	right: 30px;
	transform: translate(0, -50%);
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#area-blog p a:after {
	right: 36px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #83D1E3;
	border-top: solid 1px #83D1E3;
}
@media screen and (max-width:1024px) {
	#area-blog:before {
		left: 15%;
	}
	#area-blog:after {
		right: 15%;
	}
}
@media screen and (max-width:767px) {
	#area-blog {
		padding-bottom: 40px;
	}
	#area-blog:before,
	#area-blog:after {
		height: 80px;
	}
	#area-blog:before {
		left: 5%;
		width: 90px;
	}
	#area-blog:after {
		right: 5%;
		width: 92px;
	}
	#area-blog h2 {
		margin: 0 0 20px;
		font-size: 30px;
	}
	#area-blog h2 i {
		font-size: 16px;
	}
	#area-blog h2 i:before,
	#area-blog h2 i:after {
		height: 15px;
	}
	#area-blog h2 span {
		font-size: 24px;
	}
	#area-blog .postbox {
		width: 90%;
		margin: 0 auto 30px;
	}
	#area-blog .postbox a {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#area-blog .postbox a p {
		width: 180px;
	}
	#area-blog .postbox a dl {
		width: calc(100% - 200px);
	}
	#area-blog .postbox dt {
		margin: 0 0 10px;
	}
	#area-blog .postbox dd {
		line-height: 1.7;
		font-size: 12px;
	}
	#area-blog .postbox ul .data {
		font-size: 13px;
	}
}
@media screen and (max-width:480px) {
	#area-blog:before,
	#area-blog:after {
		top: 16px;
		height: 55px;
	}
	#area-blog:before {
		left: 25px;
		width: 61px;
	}
	#area-blog:after {
		right: 25px;
		width: 64px;
	}
	#area-blog .postbox a {
		display: block;
	}
	#area-blog .postbox a p,
	#area-blog .postbox a dl {
		width: auto;
	}
	#area-blog .postbox dt {
		margin: 10px 0;
	}
}
/* area-about
------------------------------------------------*/
#area-about {
	position: relative;
	background: url("img/bg-about.png") repeat;
	padding: 80px 0 0;
}
#area-about .flex {
	position: relative;
	align-items: flex-start;
	background: url("img/bgimg-about03.png") no-repeat center bottom;
	padding: 0 0 300px;
}
#area-about .flex:before {
	content: '';
	position: absolute;
	top: -60px;
	right: 50px;
	display: block;
	background: url("img/bgimg-about01.png") no-repeat;
	background-size: cover;
	width: 320px;
	height: 143px;
}
#area-about h2 {
	margin: 0;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.08em;
	font-size: 34px;
	font-weight: 700;
}
#area-about h2 i {
	position: relative;
	padding: 0 20px 0 25px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-size: 19px;
}
#area-about h2 i:before,
#area-about h2 i:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 2px;
	height: 20px;
	background: #725936;
}
#area-about h2 i:before {
	left: 5px;
	transform: rotate(-30deg);
}
#area-about h2 i:after {
	right: 10px;
	transform: rotate(30deg);
}
#area-about h2 span {
	display: block;
	margin: 10px 0 0;
}
#area-about .flex p {
	width: 50%;
	margin: 0;
	text-align: right;
}
#area-about .flex p img {
	max-width: calc(100% + 40px);
	height: auto;
	margin: 0 0 0 -40px;
}
#area-about .flex dl {
	background: url("img/bgimg-about02.png") no-repeat right 20px bottom 30px;
	background-size: contain;
	width: 50%;
	max-width: 620px;
	margin: 0 auto 0 0;
	padding: 0 20px 90px 50px;
}
#area-about .flex dt {
	padding: 60px 0 0;
	line-height: 1.7;
	font-size: 31px;
	font-weight: 700;
}
#area-about .flex dt:first-child {
	padding-top: 80px;
}
#area-about .flex dd + dt {
	padding: 40px 0 0;
}
#area-about .flex dd {
	margin: 10px 0 0;
}
#area-about .flex dd + dd {
	margin: 40px 0 0;
}
#area-about dd a {
	position: relative;
	display: block;
	background: #83D1E3;
	max-width: 300px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	transition: background 0.3s;
}
#area-about dd a:hover {
	background: #6ADDF7;
}
#area-about dd a:before,
#area-about dd a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#area-about dd a:before {
	right: 30px;
	transform: translate(0, -50%);
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#area-about dd a:after {
	right: 36px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #83D1E3;
	border-top: solid 1px #83D1E3;
}
#area-about ul {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: space-between;
}
#area-about ul li {
	width: 30%;
}
#area-about ul li a {
	display: block;
	background: #fff;
	border: 4px solid #ccc;
	border-radius: 15px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
#area-about ul li:nth-child(1) a {
	border-color: #FFCA60;
}
#area-about ul li:nth-child(2) a {
	border-color: #83D1E3;
}
#area-about ul li:nth-child(3) a {
	border-color: #8DD68F;
}
#area-about ul li span {
	display: block;
}
#area-about ul li .photo {
	height: 15vw;
	transition: opacity 0.2s;
}
#area-about ul li:nth-child(1) .photo {
	background: url("img/img-about-ul01.jpg") no-repeat center;
	background-size: cover;
}
#area-about ul li:nth-child(2) .photo {
	background: url("img/img-about-ul02.jpg") no-repeat center;
	background-size: cover;
}
#area-about ul li:nth-child(3) .photo {
	background: url("img/img-about-ul03.jpg") no-repeat center;
	background-size: cover;
}
#area-about ul li .photo + span {
	position: relative;
	padding: 10px;
}
#area-about ul li .photo + span:before,
#area-about ul li .photo + span:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#area-about ul li .photo + span:before {
	right: 20px;
	transform: translate(0, -50%);
	background: #7FD6F5;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#area-about ul li .photo + span:after {
	right: 27px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#area-about ul li a:hover .photo {
	opacity: 0.8;
}
@media screen and (max-width:1024px) {
	#area-about {
		padding: 60px 0 0;
	}
	#area-about .pc-block {
		display: none;
	}
	#area-about .flex {
		background: none;
		padding: 0;
	}
	#area-about .flex:before {
		top: -100px;
		right: 30px;
		width: 260px;
    height: 115px;
	}
	#area-about .flex:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translate(-50%, 0);
		background: url(img/bgimg-about02.png) no-repeat;
		background-size: cover;
		width: 555px;
		height: 70px;
	}
	#area-about .flex dl {
		background: none;
		padding: 0 5% 140px;
	}
	#area-about .flex dt {
		padding: 40px 0 0;
		font-size: 26px;
	}
	#area-about .flex dd + dt {
		padding: 30px 0 0;
	}
	#area-about .flex dd + dd {
		margin: 30px 0 0;
	}
	#area-about ul {
		position: inherit;
		bottom: auto;
		left: auto;
		transform: none;
		background: url(img/bgimg-about03.png) no-repeat center bottom;
		padding: 0 5% 50px;
	}
	#area-about ul li .photo {
		height: 130px;
	}
	#area-about ul li a {
		font-size: 16px;
	}
	#area-about ul li .photo + span {
		padding: 5px;
	}
}
@media screen and (max-width:767px) {
	#area-about {
		padding: 40px 0 0;
	}
	#area-about h2 {
		padding: 0 5%;
		text-align: left;
		font-size: 30px;
	}
	#area-about h2 i {
		font-size: 16px;
	}
	#area-about h2 i:before,
	#area-about h2 i:after {
		height: 15px;
	}
	#area-about h2 span {
		font-size: 24px;
	}
	#area-about .flex {
		padding: 0 5%;
	}
	#area-about .flex:before {
		top: -80px;
		right: 5px;
	}
	#area-about .flex:after {
		width: 440px;
		height: 55px;
	}
	#area-about .flex p {
		width: 30%;
		margin: 20px 0 0;
	}
	#area-about .flex dl {
		width: 66%;
		max-width: none;
		padding: 0 0 100px;
		margin: 0;
	}
	#area-about .flex dt {
		padding: 20px 0 0;
		font-size: 22px;
	}
	#area-about .flex dd + dt {
		padding: 20px 0 0;
	}
	#area-about .flex dd + dd {
		margin: 20px 0 0;
	}
	#area-about ul {
		flex-wrap: wrap;
		justify-content: center;
		background-size: 140% auto;
	}
	#area-about ul li {
		width: 48%;
	}
	#area-about ul li:first-child {
		margin: 0 4% 20px 0;
	}
}
@media screen and (max-width:480px) {
	#area-about h2 {
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	#area-about .flex {
		background: url(img/bgimg-about02.png) no-repeat center bottom 30px;
    background-size: 90% auto;
		padding-top: calc(80vw + 10px);
	}
	#area-about .flex:before {
		top: 75vw;
		right: 15px;
		width: 160px;
		height: 70px;
		z-index: 10;
	}
	#area-about .flex:after {
		background: url("img/img-about.png") no-repeat 0 0;
		background-size: contain;
		width: 100%;
		height: 80vw;
		top: 14px;
		left: -20px;
		bottom: auto;
		transform: none;
	}
	#area-about .flex p {
		display: none;
	}
	#area-about .flex dl {
		width: 100%;
		padding: 0 0 80px;
	}
	#area-about .flex dt {
		padding: 20px 0 0;
	}
	#area-about dd a {
		margin: 0 auto;
	}
	#area-about ul li .photo + span {
		padding: 5px 10px;
		text-align: left;
	}
	#area-about ul li .photo + span:before {
		right: 10px;
	}
	#area-about ul li .photo + span:after {
		right: 17px;
	}
}
/* area-link
------------------------------------------------*/
#area-link .box {
	width: 48%;
	margin: 80px 0;
	line-height: 1.7;
}
#area-link a {
	display: block;
}
#area-link p,
#area-link dl,
#area-link dd {
	margin: 0;
}
#area-link img {
	max-width: 100%;
	height: auto;
	border-radius: 50px;
	transition: opacity 0.2s;
}
#area-link a:hover img {
	opacity: 0.8;
}
#area-link dt {
	position: relative;
	display: inline-block;
	margin: 20px 0;
	padding: 0 30px 0 0;
	line-height: 1;
	font-size: 22px;
	font-weight: 700;
}
#area-link dt:before,
#area-link dt:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#area-link dt:before {
	right: 0;
	transform: translate(0, -50%);
	background: #7FD6F5;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#area-link dt:after {
	right: 7px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
@media screen and (max-width:767px) {
	#area-link .box {
		width: 440px;
		margin: 30px auto 0;
	}
	#area-link .box + .box {
		margin: 30px auto;
	}
	#area-link dt {
		margin: 20px 0 10px;
		font-size: 20px;
	}
}
@media screen and (max-width:480px) {
	#area-link .box {
		width: 100%;
	}
	#area-link img {
		border-radius: 30px;
	}
}
/* area-recruit
------------------------------------------------*/
#area-recruit {
	background-image: linear-gradient(90deg, rgba(212, 245, 244, 1), rgba(252, 252, 205, 1) 45%, rgba(255, 240, 211, 1) 100%);
	padding: 0 0 150px;
}
#area-recruit img {
	max-width: 100%;
	height: auto;
}
#area-recruit p {
	width: 48%;
	margin: 0;
}
#area-recruit dl {
	width: 48%;
	margin: 40px 0 0;
}
#area-recruit dt {
	line-height: 1.3;
	letter-spacing: 0.08em;
	font-size: 34px;
	font-weight: 700;
}
#area-recruit dt span {
	display: block;
}
#area-recruit dt i {
	position: relative;
	padding: 0 20px 0 25px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-size: 19px;
}
#area-recruit dt i:before,
#area-recruit dt i:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 2px;
	height: 20px;
	background: #725936;
}
#area-recruit dt i:before {
	left: 5px;
	transform: rotate(-30deg);
}
#area-recruit dt i:after {
	right: 10px;
	transform: rotate(30deg);
}
#area-recruit dd {
	margin: 20px 0 0;
	line-height: 1.6;
}
#area-recruit dd a {
	position: relative;
	display: block;
	background: #8DD68F;
	max-width: 300px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	transition: background 0.3s;
}
#area-recruit dd a:hover {
	background: #82E384;
}
#area-recruit dd a:before,
#area-recruit dd a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#area-recruit dd a:before {
	right: 30px;
	transform: translate(0, -50%);
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#area-recruit dd a:after {
	right: 36px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #8DD68F;
	border-top: solid 1px #8DD68F;
}
@media screen and (max-width:767px) {
	#area-recruit {
		padding: 0 0 100px;
	}
	#area-recruit .flex {
		position: relative;
	}
	#area-recruit p {
		position: absolute;
		top: 0;
		right: 10px;
		width: 40%;
	}
	#area-recruit dl {
		width: 70%;
		margin: 30px 0 0;
	}
	#area-recruit dt {
		font-size: 30px;
	}
	#area-recruit dt i {
		font-size: 16px;
	}
	#area-recruit dd a {
		width: auto;
	}
}
@media screen and (max-width:480px) {
	#area-recruit p {
		width: 280px;
		right: 50%;
		transform: translate(50%, 0);
	}
	#area-recruit dl {
		width: 100%;
		margin-top: 165px;
	}
	#area-recruit dt {
		line-height: 1.5;
		font-size: 24px;
		text-align: center;
	}
	#area-recruit dt span {
    line-height: 1;
    margin-top: 10px;
	}
	#area-recruit dt i:before,
	#area-recruit dt i:after {
		height: 15px;
	}
	#area-recruit dd a {
		margin: 0 auto;
	}
}