@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 80px;
}

#about .container {
	display: flex;
	justify-content: space-between;
}

#about .section {
	width: 720px;
	text-align: justify;
}

#about h2 {
	font-feature-settings: "palt" 1;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.4;
	color: #6e9fcf;
}

#about p {
	margin-top: 2em;
	font-size: 15px;
}

#about .figure {
	width: 410px;
	height: 360px;
	overflow: hidden;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	animation: fuwa 10s infinite;
}

@keyframes fuwa {
	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%;
	}
}

#about .figure figure img {
	width: 410px;
	height: 360px;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept {
	margin-bottom: 50px;
}

#concept .container {
	width: 900px;
}

#concept .section {
	margin-bottom: 30px;
	padding: 30px 40px;
	border-radius: 5px;
	background: #f8f7f4;
}

#concept h2 {
	display: inline-block;
	vertical-align: top;
	width: 158px;
	margin-bottom: 1em;
	padding-bottom: 0.7em;
	border-bottom: dashed 1px #d4c29f;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1;
}

#concept ol li {
	margin-left: 1.7em;
	padding-left: 0.5em;
	text-align: justify;
	font-size: 15px;
	letter-spacing: 0.05em;
	list-style: decimal;
}

#concept ul li {
	margin-left: 1.7em;
	text-align: justify;
	font-size: 15px;
	letter-spacing: 0.05em;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 40px;
}

#anchor ul {
	display: flex;
	width: 900px;
}

#anchor li {
	width: 25%;
	margin-top: -1px;
	margin-left: -1px;
}

#anchor li a {
	display: block;
	height: 52px;
	padding-left: 20px;
	border: solid 1px #d3d3d3;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 50px;
	color: #444;
	position: relative;
}

#anchor li a:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -9px;
	border-right: solid 2px #d4c29f;
	border-bottom: solid 2px #d4c29f;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

/* ---------------------------------------------------------
	CSS Document btn
--------------------------------------------------------- */

.btn {
	display: flex;
	justify-content: center;
}

.btn li {
	width: 230px;
	margin: 0 15px;
}

.btn li a {
	display: block;
	height: 52px;
	background: #a1c1e0;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 50px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#summary {
	margin: 100px 0 80px;
	padding: 60px 0 70px;
	background: #f2faff;
}

#summary .container {
	display: flex;
	justify-content: space-between;
}

#summary .section {
	width: 570px;
	text-align: justify;
}

#summary h2 {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: -0.05em;
	line-height: 1;
}

#summary p {
	margin-top: 2em;
	font-size: 15px;
}

#summary figure {
	width: 570px;
	height: 350px;
}

/* ---------------------------------------------------------
	CSS Document greeting
--------------------------------------------------------- */

#greeting {
	margin-bottom: 70px;
}

#greeting .section {
	height: 390px;
	margin-bottom: 30px;
	padding-top: 50px;
	position: relative;
	z-index: 0;
}

#greeting .section figure {
	height: 390px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#greeting .row {
	margin-left: 50px;
	text-align: left;
	color: #fff;
}

#greeting h2 {
	margin-bottom: 40px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.4;
}

#greeting .name {
	font-size: 24px;
	line-height: 1.5;
}

#greeting .name .en {
	display: block;
	font-size: 18px;
}

#greeting .name .kana {
	display: block;
	margin-top: 15px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1;
}

#greeting .flex {
	display: flex;
	justify-content: space-between;
	text-align: justify;
	font-size: 15px;
}

#greeting .flex p {
	width: 570px
}

/* ---------------------------------------------------------
	CSS Document profile
--------------------------------------------------------- */

#profile {
	margin-bottom: 100px;
}

#profile .container {
	padding: 60px 60px 70px;
	border-radius: 5px;
	background: #f8f7f4;
	font-size: 15px;
}

#profile h2 {
	margin-bottom: 30px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
}

#profile .logo {
	margin-bottom: 20px;
}

#profile .logo img {
	height: 251px;
}

#profile .logo figcaption {
	margin-top: 20px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1;
	color: #6e9fcf;
}

#profile .flex {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-top: 60px;
}

#profile .section {
	width: 570px;
	text-align: justify;
}

#profile h3 {
	margin-bottom: 1em;
	text-decoration: underline dashed #d4c29f 1px;
	text-underline-offset: 0.6em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: -0.05em;
	line-height: 50px;
}

#profile h4 {
	margin-top: 1.5em;
	font-weight: 400;
	font-size: 15px;
}

#profile h4:first-letter {
	color: #a1c1e0;
}

#profile .flex img {
	height: 280px;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin-bottom: 80px;
}

#outline .container {
	width: 900px;
}

#outline h2 {
	margin-bottom: 30px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
}

#outline .table {
	display: table;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
	font-size: 15px;
}

#outline dl {
	display: table-row;
}

#outline dt {
	display: table-cell;
	vertical-align: top;
	width: 260px;
	padding: 15px 25px;
	border: solid 1px #e4e4e4;
	background: #eefaff;
}

#outline dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 25px;
	border: solid 1px #e4e4e4;
}

#outline dd li:first-letter {
	color: #a1c1e0;
}

/* ---------------------------------------------------------
	CSS Document chart
--------------------------------------------------------- */

#chart {
	margin-bottom: 80px;
}

#chart h2 {
	margin-bottom: 50px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
}

#chart img {
	height: 389px;
}