@charset "UTF-8";
/*!-- Base
================================================== */
* {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
	font-feature-settings: "palt";
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	font-size: 100%;
}
body {
	font-size: 1rem;
	font-weight: 400;
	color: #3f3f3f;
	line-height: 1;
}
body:after {
	content: "";
	display: table;
	clear: both;
}
h1, h2, h3 {
	font-size: 1rem;
	font-weight: 200;
	line-height: 1;
}
p {
	text-align: justify;
	line-height: 2;
}
strong {
	font-weight: 700;
	color: #009eb0;
}
a {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
a:link {
	color: #dd4827;
	text-decoration: none;
}
a:visited {
	color: #7a6c49;
	text-decoration: none;
}
a:hover {
	color: #dd4827;
	text-decoration: none;
}
/*!-- Style
================================================== */
header {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 987654;
}
header h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 72px;
	background-image: url("../images/cmn_logo.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -987654px;
	overflow: hidden;
}
#hero {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100dvh;
}
#hero .desc {
	padding: 1.25rem;
	width: 100%;
}
#hero .desc p {
	display: inline;
	font-size: 1.125rem;
	line-height: 1.75;
}
#hero .desc p br {
	display: none;
}
section {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100dvh;
	padding: 1.25rem;
}
section h2 {
	margin: 0 0 5rem;
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
}
section ul {
	margin: 0 auto;
	width: 100%;
}
section ul > li {
	margin: 0 0 1rem;
	padding: 0 0 1rem;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5;
}
section ul > li:last-of-type {
	margin: 0;
	padding: 0;
	border-bottom: 0 none;
}
section ul > li dl {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section ul > li dl dt {
	width: 32.5%;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
}
section ul > li dl dt::after {
	content: "：";
}
section ul > li dl dd {
	width: 65%;
	line-height: 1.5;
}
section ul > li dl dd ol {
	margin: 0 0 0 1rem;
	list-style-position: outside;
	list-style-type: decimal
}
section ul > li dl dd ol li {
	margin: 0 0 0.5rem;
	padding: 0 0 0.5rem;
}
section ul > li dl dd ol li:last-of-type {
	margin: 0;
	padding: 0;
}
section p {
	margin: 0 auto 2.5rem;
	width: 100%;
}
button {
	padding: 1rem 2rem;
	border: none;
	border-radius: 0.5rem;
	font-weight: bold;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	color: #009eb0;
	transition: all 1000ms;
	position: relative;
	overflow: hidden;
	outline: 2px solid #009eb0;
	cursor: help;
}
button:hover {
	color: #ffffff;
	transform: scale(1.1);
	outline: 2px solid #70bdca;
	box-shadow: 4px 5px 17px -4px #268391;
}
button::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #009eb0;
	transform: skewX(45deg);
	z-index: -1;
	transition: width 1000ms;
}
button:hover::before {
	width: 250%;
}
footer {
	margin: 0 auto;
	padding: 0 0 2.5rem;
	width: 100%;
}
footer small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1rem;
}
/* Animation */
.circles {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(0, 158, 176, 0.2);
	animation: animate 25s linear infinite;
	bottom: -150px;
}
.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}
.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}
.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}
.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}
.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}
.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}
.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}
.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}
.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}
.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}
@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}
	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}