@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	background: url(../image/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 14px;
}
img {
	border: 0;
	width: 100%;
	display: block;
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}


/* PC */
@media print, screen and (min-width: 769px){
.pc_none {
  display: none;
}

header {
	width: 100%;
	height: 92px;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #FFF;
}
#header_inner {
	width: 96%;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
#header_inner h1 {
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	top: 15px;
	left: 0;
}
#header_inner .logo {
	width: 150px;
	margin: 12px auto;
}
#header_inner .lang {
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	top: 15px;
	right: 0;
}
#header_inner .lang a {
	background-color: #333;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 20px;
	display: block;
	text-decoration: none;
}
#header_inner .lang a:hover {
	background-color: #555;
	transition: .5s;
}
#yt-wrapper {
	max-width: 900px;
	width: 90%;
	margin: 100px auto 0;
}
#yt {
    position: relative;
    padding-top: 56.25%; /* アスペクト比16:9の場合 */
    height: 0;
    overflow: hidden;
}
#yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contents-wrapper {
	max-width: 760px;
	width: 90%;
	margin: 0 auto;
	padding: 60px 0 100px;
}
.main_ttl {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px;
}
.sub_ttl {
	font-size: 24px;
	font-weight: 600;
	overflow: hidden;
	text-align: center;
	margin: 0 0 20px;
}
.sub_ttl span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.sub_ttl span::before,
.sub_ttl span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.sub_ttl span::before {
	right: 100%;
}
.sub_ttl span::after {
	left: 100%;
}
.btn {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.btn a {
	background-color: #333;
	border-radius: 5px;
	color: #FFF;
	padding: 10px;
	display: block;
	text-decoration: none;
}
.btn a:hover {
	background-color: #555;
	transition: .5s;
}
#outline .desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	text-align: center;
	margin: 0 0 50px;
}
#outline dl {
	background-color: #F6F6F6;
	border-radius: 5px;
	padding: 20px 10px;
	display: flex;
	flex-wrap: wrap;
}
#outline dl dt {
	font-size: 15px;
	font-weight: 400;
	width: 20%;
	padding: 5px 10px;
	box-sizing: border-box;
}
#outline dl dd {
	font-size: 15px;
	font-weight: 400;
	width: 80%;
	padding: 5px 10px;
	box-sizing: border-box;
}
#outline dl dd a {
	color: #111;
}
#outline dl dd a:hover {
	text-decoration: none;
}
#philosophy .desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	text-align: center;
	margin: 0 0 30px;
}
#philosophy ol {
	width: 600px;
    margin: 1em auto 30px;
    position: relative;
    padding: 20px 30px 0px;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
#philosophy ol:before, #philosophy ol:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
#philosophy ol:before {left: 10px;}
#philosophy ol:after {right: 10px;}
#philosophy ol li {
    margin: 0; 
    padding: 0;
}
#philosophy ol li {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px 2em;
}
#philosophy ol li span {
	background: -webkit-linear-gradient(transparent 70%, #c0e2ff 70%);
	background: -o-linear-gradient(transparent 70%, #c0e2ff 70%);
	background: linear-gradient(transparent 70%, #c0e2ff 70%);
}
#philosophy ol li ul {
	list-style-type: circle;
}
#philosophy ol li ul li {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 0 1.5em;
}
#philosophy .txt {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 50px;
}
#philosophy .txt span {
	font-size: 18px;
	font-weight: 600;
}
#activity ul {
}
#activity ul li {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
#activity ul li img {
	width: 30%;
	border-radius: 5px;
}
#activity ul li .inner {
	width: 68%;
}
#activity ul li .caption {
	font-size: 15px;
	font-weight: 600;
	border-bottom: solid 1px #CCC;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
#activity ul li .txt {
	font-size: 15px;
	font-weight: 400;
}
#activity .note {
	font-size: 14px;
	font-weight: 400;
}
#voice ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}
#voice ul li {
	width: 49%;
	margin: 0 0 20px;
	border: solid 1px #CCC;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
}
#voice ul li span {
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin: 0 0 10px;
}
#voice ul li img {
	width: 30%;
	margin: 0 auto 5px;
}
#carousel {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 50px;
}
#carousel ul {
}
#carousel ul li {
	width: 200px;
	float: left;
}
#organized img {
	border-radius: 5px;
	margin: 0 0 20px;
}
#organized .desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	text-align: center;
	margin: 0 0 50px;
}

footer {
	background-color: #F6F6F6;
	padding: 20px;
	text-align: center;
}
footer img {
	width: 100px;
	margin: 0 auto 10px;
}
footer p {
	font-size: 12px;
	font-weight: 400;
}

#anc_top {
	padding-top: 100px;
	margin-top: -100px;
}

#pagetop {
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}

}


/* SP */
@media only screen and (max-width: 768px) {
.sp_none {
  display: none;
}

header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #FFF;
}
#header_inner {
	width: 96%;
	height: 40px;
	margin: 5px auto;
	position: relative;
}
#header_inner .logo {
	width: 80px;
	margin: 0 auto;
}
#header_inner .logo img {
	padding: 1px 0 0;
}
#header_inner h1 {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 2px;
	left: 0;
}
#header_inner .lang {
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	top: 6px;
	right: 0;
}
#header_inner .lang a {
	background-color: #333;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
#yt {
    position: relative;
    padding-top: 56.25%; /* アスペクト比16:9の場合 */
    height: 0;
    overflow: hidden;
	margin: 50px 0 0;
}
#yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contents-wrapper {
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0  60px;
}
.main_ttl {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px;
}
.sub_ttl {
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	text-align: center;
	margin: 0 0 20px;
}
.sub_ttl span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: center;
}
.sub_ttl span::before,
.sub_ttl span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.sub_ttl span::before {
	right: 100%;
}
.sub_ttl span::after {
	left: 100%;
}
.btn {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.btn a {
	background-color: #333;
	border-radius: 5px;
	color: #FFF;
	padding: 10px;
	display: block;
	text-decoration: none;
}
.btn a:hover {
	background-color: #555;
	transition: .5s;
}
#outline .desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	margin: 0 0 50px;
}
#outline dl {
	background-color: #F6F6F6;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 50px;
}
#outline dl dt {
	font-size: 14px;
	font-weight: 400;
	border-bottom: dashed 1px #333;
}
#outline dl dd {
	font-size: 14px;
	font-weight: 400;
	margin:  5px 0 20px;
}
#outline dl dd a {
	color: #111;
}
#outline dl dd a:hover {
	text-decoration: none;
}
#philosophy .desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	margin: 0 0 30px;
}
#philosophy ol {
    margin: 2em 0 30px;
    position: relative;
    padding: 15px 20px 0px 10px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
#philosophy ol:before, #philosophy ol:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
#philosophy ol:before {left: 10px;}
#philosophy ol:after {right: 10px;}
#philosophy ol li {
    margin: 0; 
    padding: 0;
}
#philosophy ol li {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 20px 2em;
}
#philosophy ol li span {
	background: -webkit-linear-gradient(transparent 70%, #cfe9ff 70%);
	background: -o-linear-gradient(transparent 70%, #cfe9ff 70%);
	background: linear-gradient(transparent 70%, #cfe9ff 70%);
}
#philosophy ol li ul {
	list-style-type: circle;
	margin: 0 0 0 1.5em;
}
#philosophy ol li ul li {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
#philosophy .txt {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 50px;
}
#philosophy .txt span {
	font-size: 16px;
	font-weight: 600;
}
#activity ul {
	width: 90%;
	margin: 0 auto;
}
#activity ul li {
	margin: 0 0 30px;
}
#activity ul li img {
	width: 100%;
	border-radius: 5px;
	margin: 0 auto 10px;
}
#activity ul li .inner {
}
#activity ul li .caption {
	font-size: 14px;
	font-weight: 600;
	border-bottom: solid 1px #CCC;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
#activity ul li .txt {
	font-size: 14px;
	font-weight: 400;
}
#activity .note {
	font-size: 13px;
	font-weight: 400;
}
#voice ul {
	width: 90%;
	margin: 0 auto 30px;
}
#voice ul li {
	margin: 0 0 20px;
	border: solid 1px #CCC;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
}
#voice ul li span {
	font-size: 13px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin: 0 0 10px;
}
#voice ul li img {
	width: 30%;
	margin: 0 auto 5px;
}
#carousel {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#carousel ul {
}
#carousel ul li {
	width: 200px;
	float: left;
}
#organized img {
	border-radius: 5px;
	margin: 0 0 20px;
}
#organized .desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	margin: 0 0 50px;
}

footer {
	background-color: #F6F6F6;
	padding: 10px;
	text-align: center;
}
footer img {
	width: 70px;
	margin: 0 auto 1px;
}
footer p {
	font-size: 12px;
	font-weight: 400;
}

#pagetop {
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 10px;
	right: 5px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}
}