@charset "utf-8";
/* CSS Document */
/*====================================
top
====================================*/
/* float_bnr_pc */
.float_bnr_pc{
	top: 554px;
}

/* main
--------------------------------------*/
#top .sec_main{
	width: 100%;
	overflow: hidden;
}
#top .sec_main .sec_inner{
	position: relative;
}
#main_slider{
	width: calc((100vw - 100%) / 2 + 100%);
	border-radius: 10px 0 0 10px;
}
#top .sec_main .main_slider_pagination{
	position: absolute;
	left: 2.41vw;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 5;
}
#top .sec_main .main_slider_pagination .swiper-pagination-bullet{
	display: block;
}
#top .sec_main .main_slider_pagination .swiper-pagination-bullet:not(:last-child){
	margin-right: 0;
	margin-bottom: 1.2vw;
}
#top .sec_main .main_slider_pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background-color: #fff;
}
#top .sec_main .catch{
	position: absolute;
	z-index: 5;
	bottom: 6.03vw;
	right: 0;
	height: 31.88vw;
}
#top .sec_main .catch img{
	height: 100%;
	width: auto;
}


@media screen and (max-width: 599px) {
	#main_slider .swiper-slide .disp--pc,
	#top .sec_main .catch .disp--pc{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	#main_slider .swiper-slide .disp--sp,
	#top .sec_main .catch .disp--sp{
		display: none;
	}
	#top .sec_main .main_slider_pagination{
		left: 20px;
		transform: translateY(-70%);
	}
	#top .sec_main .main_slider_pagination .swiper-pagination-bullet:not(:last-child){
		margin-bottom: 10px;
	}
	#top .sec_main .catch{
		bottom: 30px;
		height: 230px;
	}
}
@media screen and (min-width: 1200px) {
	#main_slider{
		width: 1250px;
		border-radius: 10px;
	}
	#top .sec_main .catch{
		bottom: 40px;
	}
}


/* bnr
--------------------------------------*/
#top .sec_bnr{
	position: relative;
	z-index: 2;
	padding-top: 4.83vw;
}
#top .sec_bnr .corona_bnr{
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 3px #FFF;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	box-shadow: 0px 3px 5px 0px #E0ECE5;
}
#top .sec_bnr .corona_bnr .blc_txt,
#top .sec_bnr .corona_bnr .blc_img{
	width: 50%;
}
#top .sec_bnr .corona_bnr .blc_txt{
	background: url(../img/top/bnr-corona_bg-sp.jpg) no-repeat left center;
	background-size: cover;
	padding: 4.1vw 2.41vw 0 1.69vw;
}
#top .sec_bnr .corona_bnr .blc_txt .baloon{
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding-top: 1.2vw;
	padding-bottom: 1.69vw;
	color: #1A7588;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.04em;
	margin-bottom: 3.62vw;
}
#top .sec_bnr .corona_bnr .blc_txt .baloon:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 8px 0 8px;
	border-color: #FFF transparent transparent transparent;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
}
#top .sec_bnr .corona_bnr .blc_txt .txt{
	font-size: 1.2rem;
	line-height: 1.25;
	letter-spacing: -0.05em;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#top .sec_bnr .corona_bnr .blc_txt .baloon{
		line-height: 1.25;
	}
	#top .sec_bnr .corona_bnr .blc_txt .txt br.disp--pc,
	#top .sec_bnr .corona_bnr .blc_img img.disp--pc{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_bnr .corona_bnr .blc_txt{
		width: 47.27%;
		background-image: url(../img/top/bnr-corona_bg-pc.jpg);
		padding: 10px 20px 10px 20px;
	}
	#top .sec_bnr .corona_bnr .blc_txt .baloon{
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 16px;
		margin-bottom: 12px;
	}
	#top .sec_bnr .corona_bnr .blc_txt .baloon br.disp--sp{
		display: none;
	}
	#top .sec_bnr .corona_bnr .blc_txt .txt{
		font-size: 13px;
		line-height: 1.2;
	}
	#top .sec_bnr .corona_bnr .blc_img{
		width: 57.73%;
	}
	#top .sec_bnr .corona_bnr .blc_img img.disp--sp{
		display: none;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_bnr{
		padding-top: 70px;
	}
	#top .sec_bnr .corona_bnr{
		transition: opacity .3s ease;
	}
	#top .sec_bnr .corona_bnr:hover{
		opacity: .7;
	}
	#top .sec_bnr .corona_bnr .blc_txt{
		padding: 15px 30px 10px 27px;
	}
	#top .sec_bnr .corona_bnr .blc_txt .baloon{
		font-size: 25px;
		padding-top: 10px;
		padding-bottom: 11px;
	}
	#top .sec_bnr .corona_bnr .blc_txt .txt{
		font-size: 16px;
		line-height: 1.375;
	}
}
@media screen and (min-width: 1200px) {
	#top .sec_bnr .corona_bnr{
		width: 1100px;
		margin: 0 auto;
	}
	#top .sec_bnr .corona_bnr .blc_txt{
		width: 520px;
		padding: 19px 45px 13px 42px;
	}
	#top .sec_bnr .corona_bnr .blc_txt .baloon{
		font-size: 24px;
		margin-bottom: 15px;
	}
}

/* beginner
--------------------------------------*/
#top .sec_beginner{
	background-image:url(../img/top/beginner-bg.jpg);
	padding-top: 9.66vw;
	overflow: hidden;
	padding-bottom: 9.66vw;
}
#top .sec_beginner:before{
	background: linear-gradient(180deg, rgba(246,255,250,1) 0%, rgba(246,255,250,1) 9.66vw, rgba(246,255,250,0) 92.99vw, rgba(246,255,250,0) 100%);
}

@media screen and (min-width: 960px) {
	#top .sec_beginner{
		padding-top: 80px;
		padding-bottom: 71px;
	}
	#top .sec_beginner:before{
		background: linear-gradient(180deg, rgba(246,255,250,1) 0%, rgba(246,255,250,1) 60px, rgba(246,255,250,0) 445px, rgba(246,255,250,0) 100%);
	}
	#top .sec_beginner .sec_ttl{
		margin-bottom: 90px;
	}
}

/* effect */
@media screen and (max-width: 599px) {
	#top .sec_beginner .blc_message .box_img,
	#top .sec_beginner .blc_message .box_content{
		opacity: 0;
		transform: translateY(5rem);
	}
	#top .sec_beginner .blc_message.is--fire .box_img,
	#top .sec_beginner .blc_message.is--fire .box_content{
		transition: opacity .6s ease-out, transform .6s ease-out;
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (min-width: 1200px) {
	#top .sec_beginner .sec_ttl,
	#top .sec_beginner .blc_message .box_img,
	#top .sec_beginner .blc_message .box_content{
		opacity: 0;
		transform: translateY(5rem);
	}
	#top .sec_beginner .sec_ttl.is--fire,
	#top .sec_beginner .blc_message.is--fire .box_img,
	#top .sec_beginner .blc_message.is--fire .box_content{
		transition: opacity .6s ease-out, transform .6s ease-out;
		opacity: 1;
		transform: translateY(0);
	}
	#top .sec_beginner .blc_message.is--fire .box_content{
		transition-delay: .15s;
	}
}

/* blc_message */
#top .sec_beginner .blc_message .box_img .img{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#top .sec_beginner .blc_message{
	margin-bottom: 4.83vw;
	position: relative;
}
#top .sec_beginner .blc_message .box_content{
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 7.24vw 4.83vw;
}
#top .sec_beginner .blc_message .txt{
	margin-bottom: 7.24vw;
}
#top .sec_beginner .blc_message .txt p{
	font-size: 1.4rem;
	line-height: 1.78;
}
#top .sec_beginner .blc_message .txt p:not(:last-child){
	margin-bottom: 1.5em;
}
#top .sec_beginner .blc_message .link{
	display: block;
	box-sizing: border-box;
	border-radius: 100px;
	border: solid 3px #DBE9EF;
	font-size: 1.6rem;
	color: #1A7588;
	text-align: center;
	padding: 3.86vw 0;
	font-weight: 700;
}

@media screen and (max-width: 959px) {
	#top .sec_beginner .blc_message .box_img .img{
		width: calc(100% + 2.41vw);
		margin-left: -1.205vw;
	}
	#top .sec_beginner .blc_message .catch{
		text-align: center;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_beginner .blc_message .link:not(:last-child){
		margin-bottom: 2.41vw;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_beginner .blc_message .link_list{
		display: flex;
	}
	#top .sec_beginner .blc_message .link{
		font-size: 18px;
		padding: 18px 0;
		width: calc((100% - 10px) / 3);
		transition: background .3s ease;
	}
	#top .sec_beginner .blc_message .link:not(:last-child){
		margin-right: 5px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_beginner .blc_message{
		margin-bottom: 90px;
	}
	#top .sec_beginner .blc_message .box_img{
		position: absolute;
		width: 47.91%;
		top: -8.33%;
		right: 0;
		z-index: 2;
	}
	#top .sec_beginner .blc_message .box_content{
		padding: 30px 20px 30px 30px;
		padding-right: calc(47.91% + 20px);
		border-radius: 10px;
	}
	#top .sec_beginner .blc_message .txt{
		margin-bottom: 50px;
	}
	#top .sec_beginner .blc_message .txt p{
		font-size: 14px;
		line-height: 1.87;
	}
	#top .sec_beginner .blc_message .link:hover{
		background-color: #DBE9EF;
	}
}
@media screen and (min-width: 1200px) {
	#top .sec_beginner .blc_message .box_img{
		top: -50px;
	}
	#top .sec_beginner .blc_message .box_content{
		padding: 40px 40px 52px 40px;
		padding-right: calc(47.91% + 40px);
	}
	#top .sec_beginner .blc_message .catch{
		font-size: 28px;
	}
	#top .sec_beginner .blc_message .txt p{
		font-size: 16px;
	}
	#top .sec_beginner .blc_message .link{
		width: 165px;
	}
	#top .sec_beginner .blc_message .link:not(:last-child){
		margin-right: 20px;
	}
}

/* blc_profile */
#top .sec_beginner .blc_profile{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 7.97vw 0 0 0;
}
#top .sec_beginner .blc_profile .blc_ttl{
	margin-bottom: 7.48vw;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#top .sec_beginner .blc_profile .blc_ttl img{
	width: 6.03vw;
	padding-right: 1.2vw;
	vertical-align: middle;
}
#top .sec_beginner .blc_profile .open_btn{
	background-color: #137465;
	position: relative;
	padding-top: 4.34vw;
	padding-bottom: 3.86vw;
}
#top .sec_beginner .blc_profile .open_btn.is--open{
	display: none;
}
#top .sec_beginner .blc_profile .open_btn .txt{
	text-align: center;
	color: #FFF;
	font-size: 1.6rem;
}
#top .sec_beginner .blc_profile .open_btn span{
	position: absolute;
	width: 4.83vw;
	height: 4.83vw;
	right: 4.83vw;
	top: 50%;
	transform: translateY(-50%);
}
#top .sec_beginner .blc_profile .open_btn span:before,
#top .sec_beginner .blc_profile .open_btn span:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 2px;
	border-radius: 30px;
	background-color: #fff;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#top .sec_beginner .blc_profile .open_btn span:after{
	transform: translateY(-50%) rotate(90deg);
}
#top .sec_beginner .blc_profile .profile_box{
	box-sizing: border-box;
	background-color: #F5F5F5;
	padding: 6.03vw 4.83vw 4.83vw 4.83vw;
	border-radius: 10px;
}
#top .sec_beginner .blc_profile .profile_box .box_ttl{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 3.8vw;
}
#top .sec_beginner .blc_profile .box_txt{
	font-size: 1.4rem;
	line-height: 1.42;
}
#top .sec_beginner .blc_profile .box_txt p,
#top .sec_beginner .blc_profile .year_list li:not(:last-child),
#top .sec_beginner .blc_profile .sub_list li:not(:last-child){
	margin-bottom: 1.81vw;
}
#top .sec_beginner .blc_profile .list > li:not(:last-child){
	margin-bottom: 2.5vw;
}
#top .sec_beginner .blc_profile .list .ttl{
	position: relative;
	padding-left: 4.83vw;
	margin-bottom: 1.81vw;
}
#top .sec_beginner .blc_profile .list .ttl:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #137465;
	border-radius: 100%;
	width: 2.4vw;
	height: 2.4vw;
	left: 0;
	top: 0.3em;
}

@media screen and (max-width: 959px) {
	#top .sec_beginner .blc_profile .blc_ttl{
		margin-left: 4.83vw;
		margin-right: 4.83vw;
	}
	#top .sec_beginner .blc_profile .blc_inner{
		padding: 0 4.83vw 4.83vw 4.83vw;
	}
	#top .sec_beginner .blc_profile .profile_box:not(:last-child){
		margin-bottom: 3vw;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_beginner .blc_profile .list .ttl{
		padding-left: 25px;
	}
	#top .sec_beginner .blc_profile .list .ttl:before{
		width: 10px;
		height: 10px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_beginner .blc_profile{
		padding: 40px 40px 30px 40px;
	}
	#top .sec_beginner .blc_profile .blc_ttl{
		margin-bottom: 25px;
	}
	#top .sec_beginner .blc_profile .blc_ttl img{
		width: 25px;
		padding-right: 15px;
	}
	#top .sec_beginner .blc_profile .open_btn{
		display: none;
	}
	#top .sec_beginner .blc_profile .blc_inner{
		display: flex !important;
		justify-content: space-between;
	}
	#top .sec_beginner .blc_profile .profile_box{
		padding: 30px;
		width: calc((100% - 10px) / 2);
	}
	#top .sec_beginner .blc_profile .profile_box .box_ttl{
		font-size: 22px;
		margin-bottom: 22px;
	}
	#top .sec_beginner .blc_profile .box_txt{
		font-size: 16px;
	}
	#top .sec_beginner .blc_profile .box_txt p,
	#top .sec_beginner .blc_profile .year_list li:not(:last-child){
		margin-bottom: 12px;
	}
	#top .sec_beginner .blc_profile .year_list li{
		display: flex;
	}
	#top .sec_beginner .blc_profile .year_list .year{
		width: 6em;
		padding-right: 1em;
		text-align: right;
	}
	#top .sec_beginner .blc_profile .year_list .txt{
		flex:1;
	}
	#top .sec_beginner .blc_profile .list > li:not(:last-child){
		margin-bottom: 20px;
	}
	#top .sec_beginner .blc_profile .list .ttl{
		margin-bottom: 10px;
	}
	#top .sec_beginner .blc_profile .sub_list li:not(:last-child){
		margin-bottom: 7px;
	}
}

/* rehabili
--------------------------------------*/
#top .sec_rehabili{
	background-image:url(../img/top/rehabili-bg.jpg);
	padding: 9.66vw 0;
}
#top .sec_rehabili:before{
	background: linear-gradient(155deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .95) 14.49vw, rgba(223, 246, 255, .95) calc(100% - 5.79vw), rgba(223, 246, 255, .95) 100%);
}
#top .sec_rehabili .sec_ttl{
	margin-bottom: 4.83vw;
}
#top .sec_rehabili .content_wrap{
	position: relative;
	padding-top: 32.85vw;
}
#top .sec_rehabili .blc_content{
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 10px;
	padding: 7.24vw 4.83vw;
}
#top .sec_rehabili .blc_content .box_txt{
	margin-bottom: 7.24vw;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.94;
}
#top .sec_rehabili .blc_content .btn_to_degail{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 12.07vw;
	border: solid 3px #DBE9EF;
	color: #1A7588;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 100px;
}

@media screen and (max-width: 959px) {
	#top .sec_rehabili .content_wrap:before{
		content:'';
		display: block;
		position: absolute;
		pointer-events: none;
		z-index: 0;
		width: calc(100% + 2.41vw);
		height: 43.71vw;
		top: 0;
		left: -1.205vw;
		border-radius: 10px;
		background: url(../img/top/rehabili-img.jpg) no-repeat center center;
		background-size: cover;
		box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.05);
	}
}

@media screen and (min-width: 960px) {
	#top .sec_rehabili{
		padding: 70px 0;
	}
	#top .sec_rehabili:before{
		background: linear-gradient(155deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .95) 75px, rgba(223, 246, 255, .95) calc(100% - 35px), rgba(223, 246, 255, .95) 100%);
	}
	#top .sec_rehabili .sec_ttl{
		margin-bottom: 26px;
	}
	#top .sec_rehabili .content_wrap{
		border-radius: 10px;
		padding: 50px 0;
		background: url(../img/top/rehabili-img.jpg) no-repeat center center;
		background-size: cover;
		box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.05);
	}
	#top .sec_rehabili .blc_content{
		width: 410px;
		padding: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec_rehabili .blc_content .box_txt{
		margin-bottom: 35px;
		font-size: 18px;
	}
	/*#top .sec_rehabili .blc_content{
		width: 550px;
		padding: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec_rehabili .blc_content .box_txt{
		margin-bottom: 35px;
		font-size: 26px;
	} */
	#top .sec_rehabili .blc_content .btn_to_degail{
		width: 300px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		transition: background .3s ease;
	}
	#top .sec_rehabili .blc_content .btn_to_degail:hover{
		background-color: #DBE9EF;
	}
}

/* trouble
--------------------------------------*/
#top .sec_trouble{
	padding: 9.66vw 0;
}
#top .sec_trouble .sec_ttl{
	margin-bottom: 10.86vw;
}

@media screen and (min-width: 960px) {
	#top .sec_trouble{
		padding: 70px 0;
	}
	#top .sec_trouble .sec_ttl{
		margin-bottom: 70px;
	}
}

/* about
--------------------------------------*/
#top .sec_about{
	background: url(../img/top/about-bg-sp2.jpg) no-repeat center top, #FBF2E8;
	background-size: 100% auto;
	padding-top: 67.23vw;
	padding-bottom: 9.66vw;
}
/* #top .sec_about{
	background: url(../img/top/about-bg-sp.jpg) no-repeat center top, #FBF2E8;
	background-size: 100% auto;
	padding-top: 36.23vw;
	padding-bottom: 9.66vw;
} */
#top .sec_about .blc_content{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, .1);
	padding: 7.24vw;
}
#top .sec_about .sec_ttl{
	margin-bottom: 4.83vw;
}
#top .sec_about .box_txt{
	font-size: 1.6rem;
	line-height: 1.25;
}
#top .sec_about .box_txt li{
	padding-left: 1em;
	text-indent: -1em;
}
#top .sec_about .box_txt li:not(:last-child){
	margin-bottom: 3.62vw;
}

@media screen and (min-width: 960px) {
	#top .sec_about{
		background: url("../img/top/about-bg-pc.jpg") no-repeat center top;
		background-size: cover;
		padding-top: 90px;
		padding-bottom: 90px;
	}
	#top .sec_about .blc_content{
		width: 484px;
		margin-left: auto;
		margin-right: auto;
		padding: 35px 40px 35px 40px;
	}
	#top .sec_about .sec_ttl{
		margin-bottom: 20px;
	}
	#top .sec_about .box_txt{
		font-size: 18px;
		line-height: 1.36;
	}
	/*#top .sec_about .blc_content{
		width: 535px;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 43px 32px 43px;
	}
	#top .sec_about .sec_ttl{
		margin-bottom: 25px;
	}
	#top .sec_about .box_txt{
		font-size: 22px;
		line-height: 1.36;
	} */
	#top .sec_about .box_txt li:not(:last-child){
		margin-bottom: 20px;
	}
}

/* photo
--------------------------------------*/
#top .photo_bg_area{
	background-image:url(../img/top/photo-bg.jpg);
	padding-bottom: 9.66vw;
}
#top .photo_bg_area:before{
	background: linear-gradient(180deg, rgba(246, 255, 250, 0) 0%, rgba(246, 255, 250, 1) 100%);
}
#top .sec_photo{
	padding-top: 9.66vw;
	padding-bottom: 9.66vw;
}
#top .sec_photo .sec_ttl{
	margin-bottom: 4.83vw;
}
#top .sec_photo .blc_slider{
	position: relative;
}
#top .sec_photo .slider_arrows{
	top: 24.39vw;
	width: calc(100vw - 4.82vw);
	left: 2.41vw;
}

@media screen and (min-width: 960px) {
	#top .photo_bg_area{
		padding-bottom: 70px;
	}
	#top .sec_photo{
		padding-top: 70px;
		padding-bottom: 60px;
	}
	#top .sec_photo .sec_ttl{
		margin-bottom: 40px;
	}
	#top .sec_photo .slider_arrows{
		top: 193px;
		width: 770px;
		left: calc((100vw - 770px) / 2);
	}
}

#photo_slider{
	margin-bottom: 4.83vw;
}
#photo_slider .photo_item{
	width: 85.5vw;
}
#photo_slider .photo_item .box_img{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 3px 5px 0px #E0ECE5;
}
#photo_slider .photo_item .box_txt{
	padding-top: 4.83vw;
}
#photo_slider .photo_item .photo_ttl,
#photo_slider .photo_item .photo_txt{
	text-align: center;
}
#photo_slider .photo_item .photo_ttl{
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	margin-bottom: 3.14vw;
}
#photo_slider .photo_item .photo_txt{
	font-size: 1.4rem;
}

#photo_slider .photo_item.swiper-slide-prev .box_img,
#photo_slider .photo_item.swiper-slide-next .box_img{
	transform: scale(0.76);
	transition: transform .4s ease;
}
#photo_slider .photo_item.swiper-slide-prev .box_img{
	transform-origin: right center;
}
#photo_slider .photo_item.swiper-slide-next .box_img{
	transform-origin: left center;
}
#photo_slider .photo_item.swiper-slide-prev .box_txt,
#photo_slider .photo_item.swiper-slide-next .box_txt{
	opacity: 0;
	transition: opacity .3s ease;
}

@media screen and (min-width: 960px) {
	#photo_slider{
		margin-bottom: 30px;
	}
	#photo_slider .photo_item{
		width: 670px;
	}
	#photo_slider .photo_item .box_txt{
		padding-top: 22px;
	}
	#photo_slider .photo_item .photo_ttl{
		font-size: 28px;
		margin-bottom: 15px;
	}
	#photo_slider .photo_item .photo_txt{
		font-size: 16px;
	}
}

/* news
--------------------------------------*/
/*
#top .sec_news{
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	border: solid 2px #F2F2F2;
	padding: 4.83vw 4.83vw 7.24vw 4.83vw;
}
#top .sec_news .blc_ttl .icon{
	width: 6.03vw;
	margin: 0 auto 4.83vw auto;
}
#top .sec_news .blc_ttl .ttl{
	font-weight: 700;
	text-align: center;
	font-size: 2.2rem;
}
#top .sec_news .news_list .news_item:not(:last-child){
	margin-bottom: 4.83vw;
}
#top .sec_news .news_list .news_item .date{
	font-size: 1.4rem;
}
#top .sec_news .news_list .news_item .ttl{
	display: block;
	font-size: 1.5rem;
	line-height: 1.33;
}
#top .sec_news .box_link{
	margin-top: 7.24vw;
}
#top .sec_news .btn_to_archive{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #DBE9EF;
	width: 100%;
	height: 12.07vw;
	color: #1A7588;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 100px;
}

@media screen and (max-width: 959px) {
	#top .sec_news .blc_ttl{
		margin-bottom: 4.83vw;
	}
	#top .sec_news .box_link.disp--pc{
		display: none;
	}
	#top .sec_news .news_list .news_item .date{
		margin-bottom: 2.41vw;
	}
}

@media screen and (min-width: 960px) {
	#top .sec_news{
		padding: 20px 0;
		display: flex;
	}
	#top .sec_news .blc_ttl{
		width: 200px;
		padding-top: 7px;
	}
	#top .sec_news .blc_ttl .icon{
		width: 30px;
		margin-bottom: 12px;
	}
	#top .sec_news .blc_ttl .ttl{
		font-size: 28px;
	}
	#top .sec_news .blc_list{
		flex: 1;
		border-left: solid 1px #E6E6E6;
		padding: 10px 15px;
	}
	#top .sec_news .news_list .news_item{
		display: flex;
	}
	#top .sec_news .news_list .news_item:not(:last-child){
		margin-bottom: 20px;
	}
	#top .sec_news .news_list .news_item .date,
	#top .sec_news .news_list .news_item .ttl{
		font-size: 16px;
	}
	#top .sec_news .news_list .news_item .date{
		width: 6.25em;
	}
	#top .sec_news .news_list .news_item .ttl{
		flex:1;
		padding-left: 10px;
	}
	#top .sec_news .news_list .news_item .ttl:hover{
		text-decoration: underline;
	}
	#top .sec_news .box_link{
		margin-top: 23px;
	}
	#top .sec_news .box_link.disp--sp{
		display: none;
	}
	#top .sec_news .btn_to_archive{
		width: 180px;
		height: 35px;
		font-size: 16px;
		margin-left: auto;
		margin-right: auto;
		transition: background .3s ease;
	}
	#top .sec_news .btn_to_archive:hover{
		background-color: #DBE9EF;
	}
}
@media screen and (min-width: 1200px) {
	#top .sec_news .blc_ttl{
		width: 250px;
	}
	#top .sec_news .blc_list{
		padding: 10px 43px;
	}
	#top .sec_news .news_list .news_item .ttl{
		padding-left: 27px;
	}
}
*/

#top .sec_news{
	padding-top: 16.9vw;
	padding-bottom: 6.03vw;
}
#top .sec_news .sec_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 7.24vw;
	font-size: 2.6rem;
	font-weight: 700;
	color: #137465;
}
#top .sec_news .sec_ttl .icon{
	width: 5.55vw;
	padding-right: 1.2vw;
}
#top .sec_news .news_item .box_img .img{
	border: 2px solid #F5F5F5;
	border-radius: 10px;
	position: relative;
}
#top .sec_news .news_item .box_img .img.dummy{
	background-color: #fff;
}
#top .sec_news .news_item .box_img .img.dummy img{
	position: absolute;
	width: 33.81vw;
	height: auto;
	opacity: 0.3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#top .sec_news .news_item .box_txt{
	font-size: 1.4rem;
	line-height: 1.64;
}
#top .sec_news .btn_to_archive{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #DBE9EF;
	background-color: #fff;
	width: 80.67vw;
	height: 12.07vw;
	color: #1A7588;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 100px;
	margin: 7.24vw auto 0 auto;
}

@media screen and (max-width: 959px) {
	#top .sec_news .news_item{
		display: flex;
	}
	#top .sec_news .news_item:not(:last-child){
		padding-bottom: 4.83vw;
		border-bottom: 1px solid #D7E3DD;
	}
	#top .sec_news .news_item:not(:first-child){
		padding-top: 4.83vw;
	}
	#top .sec_news .news_item .box_img{
		width: 57.21%;
	}
	#top .sec_news .news_item .box_txt{
		flex: 1;
		padding-left: 3.62vw;
	}
}

@media screen and (min-width: 960px) {
	#top .sec_news{
		padding-top: 110px;
		padding-bottom: 15px;
	}
	#top .sec_news .sec_ttl{
		margin-bottom: 50px;
		font-size: 35px;
	}
	#top .sec_news .sec_ttl .icon{
		width: 38px;
		padding-right: 10px;
	}
	#top .sec_news .news_list{
		display: flex;
		justify-content: center;
	}
	#top .sec_news .news_item{
		display: block;
		width: calc((100% - 39px * 2) / 3);
	}
	#top .sec_news .news_item:not(:nth-child(3n)){
		margin-right: 39px;
	}
	#top .sec_news .news_list.has--1post .news_item,
	#top .sec_news .news_list.has--2post .news_item:nth-child(2){
		margin-right: 0;
	}
	#top .sec_news .news_item .box_img .img{
		transition: opacity .3s ease;
	}
	#top .sec_news .news_item:hover .box_img .img{
		opacity: 0.7;
	}
	#top .sec_news .news_item .box_img .img.dummy img{
		width: 245px;
	}
	#top .sec_news .news_item .box_txt{
		padding-top: 20px;
		font-size: 16px;
		line-height: 1.87;
	}
	#top .sec_news .news_item:hover .box_txt{
		text-decoration: underline;
	}
	#top .sec_news .btn_to_archive{
		width: 300px;
		height: 60px;
		margin-top: 60px;
		font-size: 18px;
		transition: background .3s ease;
	}
	#top .sec_news .btn_to_archive:hover{
		background-color: #DBE9EF;
	}
}

/* time
--------------------------------------*/
#top .sec_time{
	padding-top: 9.66vw;
}
#top .sec_time .blc_ttl{
	display: flex;
}
#top .sec_time .blc_ttl .box_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3DA6BC;
	border-radius: 2.41vw 2.41vw 0 0;
	padding: 0 4.83vw;
	height: 14.49vw;
}
#top .sec_time .blc_ttl .box_ttl .icon{
	width: 5.79vw;
	margin-right: 1.93vw;
}
#top .sec_time .blc_ttl .box_ttl .txt{
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#top .sec_time .blc_time{
	background-color: #fff;
	border-radius: 0 2.41vw 2.41vw 2.41vw;
	padding: 4.83vw;
	box-shadow: 0px 3px 5px -5px #E0ECE5;
}
#top .sec_time .blc_time table{
	width: 100%;
}
#top .sec_time .blc_time th,
#top .sec_time .blc_time td{
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
	padding: 2.7vw 0;
	width: calc((100% - 22.94vw - 2.66em) / 6);
}
#top .sec_time .blc_time th:not(:last-child),
#top .sec_time .blc_time td:not(:last-child){
	border-right: 1px solid #E6E6E6;
}
#top .sec_time .blc_time tr:not(:last-child) th,
#top .sec_time .blc_time tr:not(:last-child) td{
	border-bottom: 1px solid #E6E6E6;
}
#top .sec_time .blc_time tr:first-child th{
	padding: 4.2vw 0;
}
#top .sec_time .blc_time td{
	color: #333;
}
#top .sec_time .blc_time tr:first-child th:first-child{
	width: 22.94vw;
}
#top .sec_time .blc_time .box_tbl th .txt1{
	font-size: 1.9rem;
	line-height: 1.1;
}
#top .sec_time .blc_time .box_tbl .txt2{
	font-size: 1.5rem;
	line-height: 1.33;
	margin-top: 2px;
	color: #ff0000;
}
#top .sec_time .blc_time .box_tel .item_access{
	display: flex;
	margin-bottom: 4.83vw;
}
#top .sec_time .blc_time .box_tel .item_access .el_icon{
	background-color: #3DA6BC;
	border-radius: 2.41vw 0 0 2.41vw;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16.9vw;
	height: 12.07vw;
}
#top .sec_time .blc_time .box_tel .item_access .el_icon img{
	width: 3.62vw;
}
#top .sec_time .blc_time .box_tel .item_access .el_txt{
	flex: 1;
	box-sizing: border-box;
	border: 1px solid #3DA6BC;
	border-radius: 0 2.41vw 2.41vw 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3da6bc;
	font-size: 1.7rem;
}
#top .sec_time .blc_time .box_tel .item_tel .tel_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16.9vw;
}
#top .sec_time .blc_time .box_tel .item_tel .tel_btn.tel1{
	border-radius: 2.41vw 2.41vw 0 0;
	margin-bottom: 2px;
}
#top .sec_time .blc_time .box_tel .item_tel .tel_btn.tel2{
	border-radius: 0 0 2.41vw 2.41vw;
}
#top .sec_time .blc_time .box_tel .item_tel .tel_btn_txt{
	font-size: 1.7rem;
	text-align: center;
}
#top .sec_time .blc_time .box_tel .item_tel .tel_btn_num{
	display: flex;
	align-items: center;
}
#top .sec_time .blc_time .box_tel .item_tel .tel_btn_num svg{
	width: 4.83vw;
	height: 4.83vw;
}
#top .sec_time .blc_time .box_tel .item_tel .tel_btn_num .num{
	font-size: 2rem;
	margin-left: 1.44vw;
}
#top .sec_time .blc_note .box_note{
	font-size: 1.7rem;
	line-height: 1.64;
	margin-top: 4.83vw;
	color: #ff0000;
}
#top .sec_time .blc_note .box_time{
	font-size: 1.4rem;
	line-height: 1.42;
	margin-top: 2.41vw;
}

@media screen and (max-width: 959px) {
	#top .sec_time .disp--pc{
		display: none;
	}
	#top .sec_time .blc_time td:last-child{
		width: 2.66em;
	}
	#top .sec_time .blc_time .box_tel{
		margin-top: 4.83vw;
	}
	#top .sec_time .blc_time .box_tel .item_tel{
		color: #fff;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn.tel1{
		background-color: #3DA6BC;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn.tel2{
		background-color: #298173;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn_txt{
		line-height: 1.35;
		width: 25.36vw;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn_num path{
		fill: #fff;
	}
}

@media screen and (min-width: 960px) {
	#top .sec_time .disp--sp{
		display: none;
	}
	#top .sec_time{
		padding-top: 60px;
	}
	#top .sec_time .blc_ttl{
		align-items: center;
	}
	#top .sec_time .blc_ttl .box_ttl{
		border-radius: 10px 10px 0 0;
		padding: 0 30px;
		height: 60px;
	}
	#top .sec_time .blc_ttl .box_ttl .icon{
		width: 24px;
		margin-right: 8px;
	}
	#top .sec_time .blc_ttl .box_ttl .txt{
		font-size: 18px;
	}
	#top .sec_time .blc_ttl .box_note{
		margin-left: 20px;
		font-size: 18px;
		color: #ff0000;
	}
	#top .sec_time .blc_time{
		border-radius: 0 10px 10px 10px;
		padding: 30px;
		display: flex;
	}
	#top .sec_time .blc_time .box_tbl{
		flex: 1;
		padding-right: 20px;
	}
	#top .sec_time .blc_time th,
	#top .sec_time .blc_time td{
		font-size: 16px;
		padding: 16px 0;
		width: 80px;
	}
	#top .sec_time .blc_time tr:first-child th{
		font-size: 18px;
		padding: 20px 0;
	}
	#top .sec_time .blc_time tr:first-child th:first-child{
		width: 198px;
	}
	#top .sec_time .blc_time .box_tbl th .txt1{
		font-size: 22px;
	}
	#top .sec_time .blc_time .box_tbl .txt2{
		font-size: 15px;
	}
	#top .sec_time .blc_time .box_tel{
		width: 220px;
	}
	#top .sec_time .blc_time .box_tel .item_access{
		margin-bottom: 20px;
	}
	#top .sec_time .blc_time .box_tel .item_access .el_icon{
		border-radius: 10px 0 0 10px;
		width: 50px;
		height: 50px;
	}
	#top .sec_time .blc_time .box_tel .item_access .el_icon img{
		width: 15px;
	}
	#top .sec_time .blc_time .box_tel .item_access .el_txt{
		border-radius: 0 10px 10px 0;
		padding-right: 5px;
		font-size: 17px;
		transition: color .3s ease, background .3s ease;
	}
	#top .sec_time .blc_time .box_tel .item_access:hover .el_txt{
		color: #fff;
		background-color: #3DA6BC;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn{
		background-color: #F5F5F5;
		flex-direction: column;
		pointer-events: none;
		height: 75px;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn.tel1{
		border-radius: 10px 10px 0 0;
		color: #1a7588;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn.tel1 .tel_btn_num path{
		fill: #1a7588;
	}
		#top .sec_time .blc_time .box_tel .item_tel .tel_btn.tel2{
		border-radius: 0 0 10px 10px;
		color: #137465;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn.tel2 .tel_btn_num path{
		fill: #137465;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn_txt{
		font-size: 17px;
		margin-bottom: 5px;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn_num svg{
		width: 20px;
		height: 20px;
	}
	#top .sec_time .blc_time .box_tel .item_tel .tel_btn_num .num{
		font-size: 20px;
		margin-left: 6px;
	}
	#top .sec_time .blc_note .box_time{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 1200px) {
	#top .sec_time .sec_inner{
		width: 1100px;
	}
}

/*===============================

===============================*/
/*
--------------------------------------*/
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}

@media screen and (min-width: 960px) {
}
@media screen and (min-width: 1200px) {
}
