/* --------------------
home
---------------------*/
/* main visual */
.p-home-mv {
	width: 100%;
	height: 0;
	padding-bottom: 96%;
	position: relative;
	overflow: hidden;
}

.p-home-mv__slide {
	width: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: opacity 1.5s linear;
}

.p-home-mv__slide.active {
	opacity: 1;
}

.p-home-mv__copy {
	width: 100%;
	padding-left: 6.66667%;
	padding-right: 6.66667%;
	position: absolute;
	top: 19.44444%;
	z-index: 2;
	height: fit-content;
}
.mv6.p-home-mv__copy {
	padding-top: 20px;
	padding-bottom: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mv6_outer{
	width: 61vw;
	max-width: 600px;
	margin-left: 0;
}

.p-home-mv__maincopy {
	width: 49.93333%;
}

.mv6.p-home-mv__copy .p-home-mv__maincopy {
	width: 100%;
}

.mv6.p-home-mv__copy .p-home-mv__maincopy img{
	width: 100%;
}

.mv6.p-home-mv__copy .link-button{
	margin: 10px auto 0;
	width: 100%;
}

.p-home-mv__maincopyText{
	font-size: 6.5vw;
	font-weight: bold;
	color: #008564;
	line-height: 1.4;
}

.p-home-mv__subcopy {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.8;
}

@media (min-width: 1000px) {
	.p-home-mv {
		padding-bottom: 41.6%;
	}
	.p-home-mv__copy {
		width: 100%;
		max-width: 960px;
		margin: auto;
		padding-left: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.mv6.p-home-mv__copy {
		left: 10%;
	}
	.mv6_outer{
		width: 32vw;
		max-width: 600px;
	}
	.p-home-mv__maincopy {
		width: 427px;
	}
	.p-home-mv__maincopyText{
		font-size: 4rem;
	}
	.p-home-mv__subcopy {
		font-size: 1.8rem;
	}
}

@media (max-width: 500px) {
	.p-home-mv__subcopy {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 3vw;
	}
}

.p-home-caution {
	margin-bottom: 25px;
	padding: 4%;
	border: 2px solid #C3001C;
	background-color: #FFF5F6;
}

.p-home-caution__title {
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	color: #C3001C;
}

@media (min-width: 1000px) {
	.p-home-caution {
		padding: 24px 120px;
	}
	.p-home-caution__title {
		font-size: 2.5rem;
	}
	.p-home-caution dd p:first-child {
		text-align: center;
	}
}

.p-home-important_notices {
	margin-top: 0;
}

@media (min-width: 1000px) {
	.p-home-important_notices {
		margin-top: 75px;
	}
}

.p-home-wrapper {
	padding-top: 25px;
}

.p-home-wrapper__inner {
	margin: 0 auto;
}

@media (min-width: 1000px) {
	.p-home-wrapper {
		padding-top: 0;
		padding-bottom: 40px;
		position: relative;
		z-index: 1;
		margin-top: -50px;
	}
	.p-home-wrapper__inner {
		width: 960px;
	}
}

@media (min-width: 1000px) {
	.p-home-maincontent {
		width: 100%;
		padding-top: 0;
	}
}

.p-home-section {
	margin-top: 80px;
}

@media (min-width: 1000px) {
	.p-home-section {
		margin-top: 100px;
	}
}

.p-home-cardlink {
	margin-top: 25px;
}

@media (min-width: 1000px) {
	.p-home-cardlink {
		position: relative;
		height: 360px;
	}
	.p-home-cardlink__card > a {
		display: block;
		width: 320px;
		height: 180px;
		padding-top: 30px;
		position: relative;
		text-align: center;
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		transition: color 0.2s linear, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
		transition: color 0.2s linear, transform 0.2s ease-out, box-shadow 0.2s ease-out;
		transition: color 0.2s linear, transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
	}
	.p-home-cardlink__card > a:hover {
		z-index: 1;
		color: #03926F;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	}
	.p-home-cardlink__icon {
		margin: auto;
		position: absolute;
		bottom: 34px;
		left: 0;
		right: 0;
	}
}

.p-home-thumblink {
	margin-top: 45px;
}

.p-home-sublink {
	padding: 15px 4%;
	border-top: 1px solid #03926F;
	border-bottom: 1px solid #03926F;
}

@media (min-width: 1000px) {
	.p-home-sublink {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 20px 10px;
	}
	.p-home-sublink__item {
		width: 25%;
		flex: 0 0 25%;
	}
}

/* topSlider swiper */
#topSlider .swiper-container .topSlider_nav{
	display: flex;
	justify-content: center;
    align-items: center;
	margin: 10px auto;
}

#topSlider .swiper-pagination{
	position: relative;
	margin: 0 16px;
}

#topSlider .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: auto;
}

#topSlider .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

#topSlider .swiper-container .swiper-button-prev::before, 
#topSlider .swiper-container .swiper-button-next::before{
	content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
	cursor: pointer;
}

#topSlider .swiper-container .swiper-button-prev::before {
    border-top: 3px solid #03926f;
    border-right: 3px solid #03926f;
    transform: rotate(-135deg);
}

#topSlider .swiper-container .swiper-button-next::before {
    border-top: 3px solid #03926f;
    border-right: 3px solid #03926f;
    transform: rotate(45deg);
}

#topSlider .swiper-pagination-bullet-active{
	background: #03926f;
}

#topSlider .link-button{
	max-width: 300px;
}

#topSlider .link-button > a {
	display: block;
	padding: 5px 0;
	position: relative;
	overflow: hidden;
	background-color: #03926F;
	color: #fff;
}

#topSlider .link-button > a::before {
	content: "\e916";
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	font-family: 'jrth-icons';
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

#topSlider .link-button > a > span {
	display: block;
	width: 100%;
	padding: 8px 35px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media (min-width: 1000px) {
	#topSlider .link-button > a {
		transition: background-color 0.2s linear;
	}
	#topSlider .link-button > a:hover {
		background-color: #00C594;
	}
}

@media (max-width: 500px) {
	#topSlider .link-button > a > span{
		font-size: 4vw;
	}
}

@media (max-width: 400px) {
	.p-home-mv__copy{
		top: 12%;
	}
}