@charset "utf-8";


/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */

/* common reset ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, header label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, ection, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
main {
	display: block;
	overflow: hidden;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* common ==== */

html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	color: #000;
	background: #ffffe5;
	font-size: 1.8rem;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button, input, select, textarea, option {
	font-family: inherit;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, YuGothic, "Original Yu Gothic", "Yu Gothic", sans-serif;
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
input[type="text"]:focus, button {
	outline: 0;
}

/* ----------------------------------------------------
index
---------------------------------------------------- */
.index {
	height: 100vh;
	padding: 0 15px;
	position: relative;

}
.index h2 {
	text-align: center;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding: 10vh 0 5vh;
}
.index h2 img {
	max-width: none;
	width: 100%;
}
.index .menu {
	display: flex;
	justify-content: space-between;
}
.index .btn-area {
	width: 60%;
}
.index .btn-area li {
	counter-increment: number;
	width: 100%;
	margin-top: -5px;
}

.index .btn-area a {
	width: 100%;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/kaigo/bg_menu01.png) 0 0 / 100% 100% no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 5.5vw;
	padding: 4.5vw 0 7vw;
	line-height: 1;
	position: relative;
}
.index .aos-init a {
	animation: gelatine 0.5s infinite;
	animation-duration: 4s;
	animation-delay: 1.5s;
}

.index .btn-area .btn02 a {
	background-image: url(../img/kaigo/bg_menu02.png);
	animation-delay: 2s;
}
.index .btn-area .btn03 a {
	background-image: url(../img/kaigo/bg_menu03.png);
	animation-delay: 2.5s;
}
.index .btn-area .btn04 a {
	background-image: url(../img/kaigo/bg_menu04.png);
	animation-delay: 3s;
}

.index .btn-area a span {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
	margin-right: 1vw;
}
.index .btn-area a span::before {
	content: "1";
	font-size: 4vw;
	width: 1.6em;
	height: 1.6em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	margin-right: 1vw;
	color: #17ac5e;
}
.index .btn-area .btn02 a span::before {
	content: "2";
	color: #6b68ad;
}
.index .btn-area .btn03 a span::before {
	content: "3";
	color: #4693cf;
}
.index .btn-area .btn04 a span::before {
	content: "4";
	color: #ea6188;
}
.index .gif-a {
	width: 35%;
	max-width: 210px;
}
.index footer {
	position: absolute;
	bottom: -10px;
}
@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	5% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	15% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	25% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
	35% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 1);
	}
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	5% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	15% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	25% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
	35% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 1);
	}
}



/* ----------------------------------------------------
top
---------------------------------------------------- */
.top .menu {
	display: block;
}
.top h2 {
	padding-bottom: 3vh;
}
.top .btn-area {
	width: 100%;
	margin-bottom: 3vh;
}
.top .btn-area li {
	transform: translate3d(0, 0, 0);
}
.top .btn-area a {
	font-size: 7vw;
	padding: 6.5vw 0 9vw;
}
.top .gif {
	text-align: center;
	position: relative;
	z-index: 10;
}


@media screen and (min-width: 769px) {
	.index {
		height: auto !important;
	}
	.index .btn-area a {
		font-size: 4rem;
		padding: 30px 0 45px;
	}
	.top .btn-area a {
		padding: 30px 0 45px;
	}
	.index .btn-area a span::before {
		font-size: 2.4rem;
	}
}
/* ----------------------------------------------------
contents
---------------------------------------------------- */
.contents {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}
h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 150px;
	z-index: 10;
}
.movie-box {
	width: 100%;
	height: 100vh;
	position: relative;

}
.movie-box .v-box {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.movie-box video {
	position: absolute;
	display: block;
	width: auto;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.movie-box p {
	max-width: 60px;
}
.movie-box ul {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: flex;
	flex-wrap: wrap;
}
.movie-box ul li {
	max-width: 60px;
}
.movie-box ul li + li {
	margin-left: 10px;
}
.end-box {
	padding-bottom: 30px;
}
.movie-box p {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.end-box ul {
	bottom: 40px;
}

.copy {
	position: relative;
	z-index: 10;
	margin-top: -30px;
	font-size: 0.8rem;
	text-align: center;
	padding-bottom: 5px;
}
.content01 #movie01 .aos-animate {
	transition-delay: 5s;
}
.content01 #movie02 .aos-animate {
	transition-delay: 12s;
}
.content01 #movie03 .aos-animate {
	transition-delay: 13s;
}
.content01 #movie04 .aos-animate {
	transition-delay: 8s;
}

.content02 #movie01 .aos-animate {
	transition-delay: 5s;
}
.content02 #movie02 .aos-animate {
	transition-delay: 14s;
}
.content02 #movie03 .aos-animate {
	transition-delay: 13s;
}
.content02 #movie04 .aos-animate {
	transition-delay: 10s;
}

.content03 #movie01 .aos-animate {
	transition-delay: 5s;
}
.content03 #movie02 .aos-animate {
	transition-delay: 17s;
}
.content03 #movie05 .aos-animate {
	transition-delay: 10s;
}
.content03 #movie03 .aos-animate {
	transition-delay: 10s;
}
.content03 #movie04 .aos-animate {
	transition-delay: 8s;
}


.content04 #movie01 .aos-animate {
	transition-delay: 8s;
}
.content04 #movie02 .aos-animate {
	transition-delay: 11s;
}
.content04 #movie03 .aos-animate {
	transition-delay: 13s;
}
.content04 #movie04 .aos-animate {
	transition-delay: 13s;
}
.content04 #movie05 .aos-animate {
	transition-delay: 9s;
}
.content04 #movie06 .aos-animate {
	transition-delay: 8s;
}
/*
.content04 #movie06 li:last-of-type {
	width: 100%;
	max-width: none;
	margin: 15px 0 0 0;
}
.content04 #movie06 li:last-of-type img {
	max-width: 60px;
}
*/
