#mv {
	position: relative;
	height: calc(100vh - 145px);
	overflow: hidden;
}
#mv #mv_ttl {
	line-height: 1;
	z-index: 2;
	position: absolute;
	top: 22vh;
	left: 10vw;
}
#mv #mv_ttl .ja {
	font-family: 'Shimanami';
	font-size: 60px;
	letter-spacing: 0.2em;
}
#mv #mv_ttl .ja span {
	display: inline-block;
	background: #fff;
	padding: 22px 0 22px 30px;
}
#mv #mv_ttl .ja span.second {
	position: relative;
	left: 170px;
}
#mv #mv_ttl .en {
	right: -195px;
	top: -10px;
	position: absolute;
	color: #0066d3;
	font-family: 'Caveat', cursive;
	font-size: 34px;
	letter-spacing: 0 0.05em;
	transform: rotate(12deg);
}
#mv video {
	z-index: 1;
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../img/index/pc.jpg) no-repeat center center;
background-size:cover;
	background-attachment: fixed;
}

@media all and (-ms-high-contrast: none) {
	#mv video {
		z-index: 1;
		height: auto;
		width: auto;
		min-width: 100%;
		min-height: 100%;
		object-fit: fill;

	}
}
#section01 {
	padding: 190px 0 110px;
}
#section01 .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#section01 .left {
	width: 52.5%;
}
#section01 ul {
	position: relative;
	z-index: 1;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	overflow: hidden;
	-webkit-animation: morphing 10s infinite;
	animation: morphing 10s infinite;
}
#section01 ul img {
	width: 100%;
}
#section01 .right {
	width: 38.13%;
	padding-top: 20px;
}
#section01 h2 {
	line-height: 1;
	font-weight: bold;
	font-size: 52px;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
}
#section01 h2 span {
	display: block;
	color: #0066d3;
}
#section01 h2 .first {
	margin-bottom: 20px;
}
#section01 h2 .second {
	color: #808080;
}
#section01 p {
	line-height: 2.5;
	margin-bottom: 80px;
}

#section02 {
	overflow: hidden;
}

.w_anim_img {
	position: relative;
	padding-bottom: 260px;
}
.w_anim_img.reverse .anim_img {
	margin-left: auto;
}
.w_anim_img.reverse .w_text {
	right: auto;
	left: 0;
}
.w_anim_img:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 440px;
	background: #8ebbee;
}
.w_anim_img .w_text {
	width: 100%;
	max-width: 815px;
	z-index: 3;
	position: absolute;
	right: 0;
	bottom: 100px;
	background: #fff;
	padding: 130px 50px 120px 160px;
}
.w_anim_img .w_text h2 {
	font-size: 28px;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
}
.w_anim_img .w_text h2 span {
	font-size: 40px;
}
.w_anim_img .w_text .dosis {
	color: #8ebbee;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.w_anim_img .w_text .text {
	line-height: 2.5;
	margin-bottom: 50px;
	max-width: 480px;
}

.anim_img {
	background: #fff;
	z-index: 2;
	position: relative;
	width: calc(100% - 470px);
	font-size: 0;
	line-height: 1;
	overflow: hidden;
}
.anim_img:before {
	z-index: 1;
	transition: 1.5s ease;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: #fff;
}
.anim_img img {
	transition: 1.5s ease;
	opacity: 0;
	transform: scale(1.1);
	width: 100%;
}
.anim_img.active:before {
	left: 100vw;
}
.anim_img.active img {
	transform: scale(1);
	opacity: 1;
}

@-webkit-keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
	}
	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
	}
	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
	}
}
@keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
	}
	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
	}
	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
	}
}
#section03 {
	position: relative;
	padding: 70px 0;
	background: #dfedfe;
}
#section03:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 370px;
	background: #fff;
}
#section03 .w1180 {
	position: relative;
	z-index: 1;
}
#section03 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section03 ul li {
	transition: .4s ease;
	width: 32%;
	margin-bottom: 20px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
#section03 ul li:hover {
	box-shadow: none;
}
#section03 ul li:hover img {
	transform: scale(1.1);
}
#section03 ul a {
	position: relative;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
	display: block;
}
#section03 ul img {
	transition: .4s ease;
	width: 100%;
}
#section03 ul p {
	z-index: 1;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 1.23;
	font-weight: bold;
	width: 100%;
	bottom: 45px;
}
#section03 ul .two_lines {
	bottom: 25px;
}
#section03 .w_btn {
	margin-top: 40px;
}
#section03 .w_btn .btn01 {
	max-width: 260px;
	margin-left: auto;
}

#section05 {
	background: #dfedfe;
	padding: 70px 0 50px;
}
#section05 .read {
	font-size: 16px;
	line-height: 2.18;
	text-align: center;
	margin-bottom: 45px;
}
#section05 #top_slider02 .slick-slide {
	position: relative;
	margin: 0 13px;
}
#section05 #top_slider02 .slick-slide p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.4);
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
#section05 #top_slider02 .slick-dots {
	visibility: hidden;
	height: 0;
}
#section05 #top_slider02 .slick-counter {
	text-align: center;
	margin-top: 40px;
}
#section05 #top_slider02 .slick-prev,
#section05 #top_slider02 .slick-next {
	outline: none;
	position: absolute;
	bottom: 3px;
	border: none;
	display: block;
	width: 0;
	height: 0;
	padding: 19px 10px 0 0;
	overflow: hidden;
	cursor: pointer;
}
#section05 #top_slider02 .slick-prev {
	background: url(../img/index/prev.png) no-repeat left top/100% auto;
	left: calc(50% - 55px);
}
#section05 #top_slider02 .slick-next {
	background: url(../img/index/next.png) no-repeat left top/100% auto;
	right: calc(50% - 55px);
}

#section06 {
	padding: 140px 0 90px;
}
#section06 .tab {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	border-bottom: solid 3px #0066d3;
}
#section06 .tab li {
	width: 16.66667%;
	cursor: pointer;
	margin-right: 2px;
	text-align: center;
	font-size: 18px;
}
#section06 .tab li:last-child {
	margin-right: 0;
}
#section06 .tab li.is-active {
	padding-top: 0;
}
#section06 .tab li.is-active span {
	background: #0066d3;
	color: #fff;
	font-weight: bold;
	padding: 20px 5px 16px;
}
#section06 .tab li span {
	display: block;
	background: #dfedfe;
	color: #808080;
	padding: 14px 0;
}
#section06 .w_btn {
	margin-top: 30px;
}
#section06 .w_btn .btn01 {
	margin-left: auto;
}

.news_list a {
	transition: .4s ease;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 22px 40px 18px;
	position: relative;
}
.news_list a:hover {
	background: #f3f3f3;
}
.news_list a:after {
	content: '';
	display: block;
	position: absolute;
	left: 30px;
	bottom: 0;
	width: calc(100% - 60px);
	height: 1px;
	background: #eee;
}
.news_list .data {
	font-size: 14px;
	margin-right: 30px;
}
.news_list .date {
	color: #808080;
	margin-right: 40px;
}
.news_list .cat {
	color: #0066d3;
	display: inline-block;
	min-width: 170px;
	border: solid 1px #0066d3;
	text-align: center;
	padding: 3px;
}
.news_list .cat.light_blue {
	color: #8ebbee;
	border: solid 1px #8ebbee;
}

@media only screen and (max-width: 1360px) {
	.w_anim_img {
		padding-bottom: 280px;
	}

	.anim_img {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 1180px) {
	#mv #mv_ttl .ja {
		font-size: 50px;
	}

	#section01 {
		padding: 100px 0;
	}
	#section01 .left {
		width: 40%;
	}
	#section01 .right {
		width: 57%;
	}
	#section01 h2 {
		font-size: 36px;
	}

	.w_anim_img .w_text {
		max-width: 655px;
		padding: 80px 30px 80px 50px;
	}

	#section03 ul p {
		font-size: 20px;
	}

	.news_list a {
		display: block;
	}
	.news_list .data {
		margin-bottom: 8px;
	}

	#section06 .sp_scroll {
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#section06 .tab {
		width: 1200px;
	}
}
@media only screen and (max-width: 1120px) {
	#mv {
		height: calc(100vh - 75px);
	}
}
@media only screen and (max-width: 736px) {
	#mv {
		height: calc(100vh - 65px);
	}
	#mv video {
	z-index: 1;
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../img/index/sp.jpg) no-repeat center center !important;
background-size:cover !important;
	background-attachment: fixed;
}
	#mv #mv_ttl {
		left: 20px;
		top: 36vh;
	}
	#mv #mv_ttl .ja {
		font-size: 32px;
	}
	#mv #mv_ttl .ja span {
		padding: 8px 0 8px 17px;
	}
	#mv #mv_ttl .ja span.second {
		left: 70px;
	}
	#mv #mv_ttl .en {
		font-size: 13px;
		right: -70px;
		top: 0;
	}

	#section01 {
		padding: 25px 0 50px;
	}
	#section01 .flex {
		display: block;
	}
	#section01 .flex .left {
		width: 80%;
		margin-left: auto;
	}
	#section01 .flex .right {
		position: relative;
		z-index: 5;
		padding-top: 0;
		width: 100%;
		margin-top: -50px;
	}
	#section01 h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	#section01 h2 .first {
		margin-bottom: 10px;
	}
	#section01 p {
		margin-bottom: 30px;
	}

	#section02 .w_anim_img .w_text .text br {
		display: none;
	}

	.w_anim_img {
		padding-bottom: 20px;
	}
	.w_anim_img:after {
		height: 120px;
	}
	.w_anim_img .w_text {
		z-index: 5;
		position: relative;
		right: auto;
		bottom: auto;
		padding: 30px 15px;
		width: 92%;
		margin: -28px auto 0;
	}
	.w_anim_img .w_text h2 {
		font-size: 17px;
		letter-spacing: 0;
		margin-bottom: 18px;
	}
	.w_anim_img .w_text h2 span {
		letter-spacing: 0.2em;
		font-size: 24px;
	}
	.w_anim_img .w_text .dosis {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.w_anim_img .w_text .text {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.anim_img {
		width: 100%;
	}
	.anim_img:before {
		transition: .8s ease;
	}

	#section03 {
		padding: 35px 0;
	}
	#section03:after {
		height: 150px;
	}
	#section03 ul {
		padding: 0 10px;
	}
	#section03 ul li {
		width: 48%;
		margin-bottom: 10px;
	}
	#section03 ul p {
		font-size: 13px;
		bottom: 20px;
	}
	#section03 ul .two_lines {
		bottom: 12px;
	}
	#section03 .w_btn {
		margin-top: 25px;
	}
	#section03 .w_btn .btn01 {
		margin-right: auto;
	}

	#section05 {
		overflow: hidden;
		padding: 40px 0 30px;
	}
	#section05 .ttl01 {
		text-align: left;
	}
	#section05 .ttl01 span {
		display: inline-block;
	}
	#section05 .ttl01 .sub {
		position: relative;
		font-size: 12px;
		top: -5px;
		left: -8px;
	}
	#section05 .ttl01 .dosis {
		display: block;
		margin-top: 5px;
	}
	#section05 .read {
		font-size: 14px;
		text-align: left;
		margin-bottom: 30px;
	}
	#section05 #top_slider02 {
		width: 180px;
		margin: 0 auto;
	}
	#section05 #top_slider02 .slick-slide {
		margin: 0 6px;
	}
	#section05 #top_slider02 .slick-slide p {
		font-size: 12px;
		padding: 10px 0;
	}
	#section05 #top_slider02 .slick-counter {
		margin-top: 18px;
		padding-right: 9px;
	}
	#section05 #top_slider02 .slick-next,
	#section05 #top_slider02 .slick-prev {
		bottom: 0;
		z-index: 5;
	}
	#section05 .slick-list {
		overflow: visible;
	}

	#section06 {
		padding: 45px 0 70px;
	}
	#section06 .w1200 {
		padding: 0;
	}
	#section06 .tab {
		width: 1000px;
	}
	#section06 .tab li {
		font-size: 14px;
	}
	#section06 .tab li.is-active span {
		padding: 18px 5px 14px;
	}
	#section06 .tab_panel > div {
		padding: 0 20px;
	}
	#section06 .w_btn {
		padding-right: 20px;
		margin-top: 20px;
	}

	.news_list li {
		border-bottom: solid 1px #eee;
	}
	.news_list a {
		padding: 15px 0 12px;
	}
	.news_list a:after {
		content: none;
	}
	.news_list .data {
		font-size: 12px;
	}
	.news_list .date {
		font-weight: bold;
		margin-right: 10px;
	}
	.news_list .cat {
		position: relative;
		top: -1px;
		padding: 1px;
		min-width: 120px;
	}
	.news_list .text {
		line-height: 1.8;
	}
}
@media only screen and (max-width: 340px) {
	#mv #mv_ttl .ja {
		font-size: 24px;
	}
}
