@charset "utf-8";
/*------------------------------------------------------------------------------------
			common
------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #00b2d9;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 auto;
	overflow: hidden;
	touch-callout:none;
	-webkit-touch-callout:none;
	-moz-touch-callout:none;
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	max-width: 1000px;
	text-align: left;
	height: auto;
	margin: 0 auto;
	word-break: break-all;
	position: relative;
}
a:link {
	color: #55acee;
	text-decoration: none;
}
a:visited {
	color: #55acee;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
ul,ol {
	list-style-type: none;
}
img {
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}
h2 {
	font-size: 2.5rem;
	text-align: center;
	margin: 0 16px;
}
.logo {
	position: absolute;
	top: 0;
	right: 0;
}
.top {
	position: relative;
	width: 50%;
	margin: 5% 25%;
}
.top .wrapper {
	max-width: 100%;
}
.top img {
	width: 100%;
}
@media screen and (max-width: 768px) {
.top .wrapper {
	left: -30%;
}
.top img {
	width: 160%;
}
}
/*------------------------------------------------------------------------------------
			news
------------------------------------------------------------------------------------*/
.morelink{
	display: block;
	max-width: 200px;
	font-size: 16px;
	margin: 16px auto;
	padding:10px;
	background:#77a7fb;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}
.morelink:hover{
	cursor:pointer;
	opacity: .7;
}
.news {
	position: relative;
	width: 100%;
	padding: 5.5rem 0 1rem;
	margin-top: -2.5rem;
}
.news::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	margin: 2rem -2rem 0;
	background: #eef2f7;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.news .bnrArea {
	text-align: center;
	position: relative;
	margin-top: -20px;
}
.news .bnrArea img {
	width: 480px;
	max-width: 100%;
}
.news dl {
	margin: 16px;
	font-size: 16px;
}
.news dl dt {
	padding: 16px;
	background: #fff;
	margin-top: 16px;
}
.news dl dt:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.news dl dt span.date {
	font-weight: 100;
	margin-right: 24px;
	color: #999;
}
.news dl dt.active,
.news dl dt.active span.date {
	background: #c0c0c0;
	color: #fff;
}
.news dl dt p {
	font-weight: 600;
	display: inline-block;
}
.news dl dd {
	padding: 16px;
	border-top: 1px solid #eee;
	background: #fff;
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
.news {
	padding: 5rem 0 1rem;
}
.news dl dt {
	padding: 8px;
}
.news dl dd {
	padding: 12px 8px;
}
.news dl dt p {
	display: block;
}
}
/*------------------------------------------------------------------------------------
			profile
------------------------------------------------------------------------------------*/
.profile {
	padding: 5rem 0 1rem;
}
.profile img {
	width: 200px;
	display: inline-block;
}
.prof_text {
	width: 100%;
}
.prof_text h3 {
	display: block;
	width: 100%;
	font-size: 1.4em;
	font-weight: 100;
	padding: .4em 16px;
	margin: 12px 0;
	text-align: center;
}
.prof_text p {
	padding: 8px 16px;
	line-height: 1.8;
}
.prof1, .prof2, .prof3 {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 36px 10px;
}
.prof1 h3 {
	border-bottom: 3px solid #fcd20f;
}
.port1 {
	position: relative;
	left: 36px;
	background-image: url("../img/juri.jpg");
	background-size: cover;
	background-position: 50% 10%;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	display: inline-block;
}
.port1:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 246px;
	height: 246px;
	border-radius: 50%;
	border: 3px solid #fcd20f;
	left: -6px;
	top: -6px;
}
.prof2 h3 {
	border-bottom: 3px solid #cf0921;
}
.port2 {
	position: relative;
	left: 36px;
	background-image: url("../img/risa.jpg");
	background-size: cover;
	background-position: 50% 0%;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	display: inline-block;
}
.port2:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 246px;
	height: 246px;
	border-radius: 50%;
	border: 3px solid #cf0921;
	left: -6px;
	top: -6px;
}
.prof3 h3 {
	border-bottom: 3px solid #0cb637;
}
.port3 {
	position: relative;
	left: 36px;
	background-image: url("../img/kaede.jpg");
	background-size: cover;
	background-position: 50% 40%;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	display: inline-block;
}
.port3:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 246px;
	height: 246px;
	border-radius: 50%;
	border: 3px solid #0cb637;
	left: -6px;
	top: -6px;
}
.sns {
	margin: 16px;
}
.sns .twitter {
	mask: no-repeat center;
	-webkit-mask: no-repeat center;
	background: #55acee;
	mask-image: url(../img/sns_icon.png);
	-webkit-mask-image: url(../img/sns_icon.png);
	mask-position: 0 0;
	-webkit-mask-position: 0 0;
	mask-size: cover;
	-webkit-mask-size: cover;
	width: 24px;
	height: 24px;
	padding-left: 24px;
	margin-right: 2px;
	vertical-align: middle;
	display: inline-block;
}
@media screen and (max-width: 964px) {
.prof1, .prof2, .prof3 {
	width: 30%;
}
.port1, .port2, .port3 {
	left: 6.5%;
	width: 220px;
	height: 220px;
}
.port1:after, .port2:after, .port3:after {
	width: 226px;
	height: 226px;
}
}
@media screen and (max-width: 768px) {
.prof1, .prof2, .prof3 {
	padding: 0;
	width: 90%;
	margin: 48px auto;
	display: block;
}
.port1, .port2, .port3 {
	left: 7vw;
	width: 76vw;
	height: 76vw;
}
.port1:after, .port2:after, .port3:after {
	width: calc(76vw + 6px);
	height: calc(76vw + 6px);
}
.prof_text {
	display: block;
	width: 100%;
	margin: 10px 0;
}
.prof_text h3 {
	padding: 8px;
}
.prof_text p {
	font-size: 16px;
	padding: 8px;
	line-height: 1.6;
}
.sns {
	margin: 8px;
}
}
/*------------------------------------------------------------------------------------
			footer
------------------------------------------------------------------------------------*/
.footer {
	background: #eef2f7;
	padding: 24px 16px;
}
.footer .copyright {
	text-align: center;
	font-size: 12px;
}
.snsArea {
	text-align: center;
}
.snsArea .btn {
	display: inline-block;
	width: 260px;
	border-radius: 4px;
	padding: 8px;
	margin: 0 10px 20px;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
}
.snsArea .ytb {
	color: #fff;
	background: #c4302b;
}
.snsArea .ytb .fab {
	margin-right: 10px;
	position: relative;
	top: 2px;
	font-size: 24px;
}
.snsArea .ytb span {
	font-size: 18px;
}
.snsArea .yt {
	border: 2px solid #f00;
	color: #333;
	background: #fff;
}
.snsArea .yt .fab {
	color: #f00;
	margin-right: 10px;
	position: relative;
	top: 2px;
	font-size: 24px;
}
.snsArea .twitter {
	color: #fff;
	background: #55acee;
}
.snsArea .twitter .fab {
	margin-right: 10px;
	position: relative;
	top: 2px;
	font-size: 23px;
}
.snsArea .twitter span {
	font-size: 17px;
}
