@charset "utf-8";

/*---------------------------------------------------
under 1000
---------------------------------------------------*/

@media screen and (max-width: 1000px) {

/* ---------------------------------------------------✂ common */

body {
	min-width: 100%;
}

#wrapper {
	position: relative;
}

.content {
	width: 767px;
}

/* ---------------------------------------------------✂ top */


/* ---------------------------------------------------✂ news */

#news .content {
	width: 90%;
}

/* ---------------------------------------------------✂ project*/

#project .visual {
	padding: 0;
}

#project .visual .content {
	padding: 0 50px 50px;
	margin-top: 44%;
	width: 100%;
}

#project .visual .image {
	max-width: 100%;
	border-radius: 0;
}







}

/*---------------------------------------------------
under 767
---------------------------------------------------*/

@media screen and (max-width: 767px) {

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 12px;
	line-height: 1.7em;
}

h1, h2, h3, h4, h5 {
	line-height: 1.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	line-height: 1.5em;
}

.content {
	max-width: 600px;
	width: 90%;
}

#header {
	padding: 0;
}

#header h1 {
	width: 80px;
	margin: 9px auto;
}

#footer {
	padding: 30px 0;
}

#footer .flex {
	display: block;
}

#footer .logo {
	width: 80px;
	margin: 0 auto;
}

#footer .nav ul {
	display: block;
	margin: 20px 0;
}

#footer .nav ul li {
	padding: 0 5px;
	display: inline-block;
}

#footer .nav ul li a {
	font-size: 11px;
}

#footer .sns ul {
	display: block;
	text-align: center;
}

#footer .sns ul li {
	display: inline-block;
}

#footer .sns li a {
	width: 33px;
	line-height: 30px;
	font-size: 12px;
}

#footer .copyright {
	margin: 20px 0 0;
}


/* ---------------------------------------------------✂ menu-trigger */

.menu-trigger {
	top: -6px;
	right: 0;
	transform: scale(0.9);
	margin: -5px;
}

#nav ul li a {
	font-size: 27px;
}

.menu-trigger i {
	left: 18px;
}

#nav ul li a p {
	font-size: 20px;
}

#nav ul li a span {
	font-size: 11px;
}

/* ---------------------------------------------------✂ top */

.title {
	padding: 15px 0;
}

.title h2 {
	font-size: 50px;
}

.flex {
	display: block;
}

.flex > div {
	width: 100%;
}

#top .visual .bg .slider div {
	height: 70vh;
}

#top .visual .text {
    padding: 0 3%;
}

#top .visual .text h2 {
	font-size: 20vw;
	line-height: 17vw;
	margin: 0 0 5px;
}

#top .visual .text li {
    margin: 0 0 3px;
	line-height: 1em;
}

#top .visual .text li p {
	font-size: 4vw;
}

#top .news {
	height: auto;
}

#top .news .news-content {
	margin: 0;
	position: relative;
	right: 0;
	top: 0;
	min-width: 100%;
	padding: 30px 5%
}

#top .news .news-content .title h2 {
	font-size: 25px;
}

#top > section .content {
	padding: 50px 0;
}

#top .about .text {
	width: 100%;
	padding: 0;
}

#top .about .text h3 {
	font-size: 18px;
}

#top .about .image {
	display: none;
}

#top .bg-photo {
    background-attachment: inherit;
	background-size: 100%;
}

#top .bg-photo.photo1 {
	background-position: center top;
}

#top .bg-photo.photo2 {
	background-position: center 20%;
}


#top .founders .text {
	width: 100%;
	padding: 0;
}

#top .founders .image {
	width: 100%;
}

#top .founders .poster {
	position: relative;
	padding: 30px 0 0;
	width: 110%;
	margin: 0 -5%;
}

.poster .slider {
	height: auto;
}

#top .founders .members {
	margin: 20px 0;
}

#top .founders .members ul {
	flex-wrap: wrap;
	justify-content: center;
}

#top .founders .members ul li {
	width: 25%;
	padding: 10px 5px;
}

#top .founders .members ul li figcaption {
	margin: 5px 0 0;
	font-size: 11px;
}

#top .supporter .bg {
	width: 100%;
	justify-content: center;
}

#top .supporter .bg img {
	width: 60%;
}


#top .supporter .title h2 {
	font-size: 25px;
}

#top .supporter ul li {
	padding: 0px 15px 10px 0;
	font-size: 11px;
	line-height: 1em;
}

#top .channel .text {
	width: 100%;
	padding: 0;
}

#top .channel .image {
	width: 100%;	
}

#top .comment .content {
	display: block;
}

#top .comment .content .image {
	width: 100%;
}

#top .comment .content .text {
	width: 100%;
	padding: 20px 20px 20px;
}

#top .comment .content .text h2 {
	font-size: 30px;
}

#top .comment .text footer .face {
	width: 80px;
}

#top .comment .text footer .name h4 {
	font-size: 18px;
}

#top .comment .text footer .name h4 span {
	font-size: 12px;
}

#top .comment .text footer .name p {
	font-size: 10px;
}

/* ---------------------------------------------------✂ blog */

.blog-list li article {
	display: block;
	padding: 10px 0;
}

.blog-list li article .image,
.blog-list li article h3,
.blog-list li article .data {
	width: 100%;
}


.blog-list li article .image {
	margin: 0 0 20px;
}

.blog-list li article h3 a {
	font-size: 16px;
}

.blog-list li article .data {
	margin: 5px 0 0;
}

.blog-list li article .data time {
	display: inline-block;
	margin: 0 5px 0 0;
}

.blog-list li article .data .category {
	display: inline-block;
}

/* ---------------------------------------------------✂ page */

.wp-pagenavi {
	margin-top: 20px;
}

.page-title {
	padding: 25px 0 20px;
}

.page-title h2 {
	font-size: 40px;
	line-height: 1em;
}

.page-title p {
	font-weight: bold;
	font-size: 11px;
}


/* ---------------------------------------------------✂ about */

#about .description h3 {
	font-size: 20px;
	margin: 0 0 10px;
	letter-spacing: 3px;
}

#about .description .content {
	padding: 20px;
	margin: -10% auto 0;
}

#about .philosophy article {
	display: block;
	padding: 40px 0;
}

#about .philosophy article header {
	width: 100%;
	margin-bottom: 20px;
}

#about .philosophy article header h4 {
	
}

#about .philosophy article .text {
	width: 100%;
}

#about .philosophy article ul li {
	padding-left: 22px;
}

#about .philosophy article ul li img {
	width: 16px;
}

#about .member {
	padding: 40px 0;
}

#about .member .content {
	display: block;
}

#about .member .content .text {
	width: 100%;
}

#about .member .content .image {
	width: 100%;
}


/* ---------------------------------------------------✂ news */


#founders {
	
}

#founders .poster {
	margin: 30px 0;
}

#founders .members article {
	display: block;
}

#founders .members article .image {
	width: 100%;
	padding: 0;
}

#founders .members article .image img {
	width: 100px;
	display: block;
	margin: 0 auto 20px;
}

#founders .members article .text {
	width: 100%;
	text-align: center;
}

#founders .members article .text p {
	text-align: left;
}

#founders .members article .text ul {
	text-align: left;
}

/* ---------------------------------------------------✂ blog */

#blog .content > article {
	display: block;
}

#blog article .data {
	width: 100%;
}

#blog article .main-content {
	width: 100%;
}

#blog article .data {
	margin: 0 0 5px;
}

#blog article .data time {
	display: inline-block;
	margin: 0 5px 0 0;
}

#blog article .data .category {
	display: inline-block;
}

#blog article header {
	margin: 10px 0 20px;
}

#blog article header h1 {
	font-size: 18px;
}

#blog article .share h3 {
	line-height: 30px;
}


/* ---------------------------------------------------✂ news */



/* ---------------------------------------------------✂ contact */

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"], 
textarea {
	font-size: 16px;
}

#contact .form .table {
	padding: 0 15px;
}

#contact .form dl {
	padding-bottom: 15px;
}

#contact .form dt {
	float: none;
	width: 100%;
	padding: 10px 0;
}

#contact .form dd {
	margin-left: 0;
	border: none;
	padding: 0;
}

#message p {
	font-size: 13px;
}


/* ---------------------------------------------------✂ supporter*/

#supporter .page-title h2 {
	font-size: 35px;
}

/* ---------------------------------------------------✂ members*/

#members .visual {
	padding: 50px 0;
}

#members .visual header h2 {
    font-size: 10vw;
}

#members .description {
	padding: 50px 0 30px;
}


#members .description h3 {
	font-size: 18px;
	text-align: left;
}

#members .description p {
	text-align: left;
}

#members .plan .content {
	padding: 10px;
	width: 100%;
}

#members .plan header {
	display: block;
	padding-bottom: 0px;
}

#members .plan header .hgroup p {
	font-size: 11px;
	padding: 2px 6px 0;
}

#members .plan header .hgroup h4 {
	font-size: 18px;
    margin: 10px 0 0;
}

#members .plan header .price {
	margin: 0;
}

#members .plan header .price dl {
	display: block;
}

#members .plan header .price dl dt {
	line-height: 1.3em;
	font-size: 12px;
	display: inline-block;
}

#members .plan header .price dl dd {
	line-height: 1em;
	font-size: 14px;
	display: inline-block;
	vertical-align: -4px;
}

#members .plan header .price dl dd span {
	font-size: 1.7em;
}

#members .plan .detail li {
	width: 49%;
	padding: 10px 5px;
}

#members .plan .detail li img {
	width: 25px;
}

#members .plan .detail li span {
	font-size: 9px;
}

#members.detail .plan .detail li {
	padding: 10px;
}

#members.detail .plan .detail li .icon {
	width: 35px;
	padding-right: 5px;
}

#members.detail .plan .detail li .icon img {
	width: 100%;
}

#members.detail .plan .detail li .text {
	flex: 1;
}

#members.detail .plan .detail li span {
	font-size: 12px;
}

#members.detail .plan .detail li p {
	font-size: 11px;
}

#members.detail .content section > header h3 {
	font-size: 13px;
}

#members.detail .about > h4 {
	font-size: 20px;
}

#members.detail .about > p {
	font-size: 12px;
}

#members.detail .about ul {
	display: block;
}

#members.detail .about ul li {
	width: 100%;
}

#members.detail .about ul li article {
	padding: 10px 0;
}

#members.detail .about ul li article h5 {
	font-size: 14px;
	margin: 0 0 15px;
}

#members.detail .about ul li article p {
	font-size: 12px;
}

#members.detail .flow ul {
	display: block;
}

#members.detail .flow ul li {
	width: 100%;
}

#members.detail .flow ul li article:after {
	display: none;
}

#members.detail .flow ul li article header {
	padding: 5px 0;
	font-size: 13px;
}

#members.detail .flow ul li article header span {

}

#members.detail .simulation .description h4 {
	font-size: 16px;
}

#members.detail .simulation .description img {
	max-width: 300px;
}

#members.detail .simulation .description p {
	text-align: center;
}

#members.detail .box article {
	padding: 10px;
}

#members.detail .simulation .price .list dl dd input,
#members.detail .simulation .price .getsugaku dl dd input {
	font-size: 13px;
}

#members.detail .simulation .price .total dl dt {
	font-size: 14px;
	white-space: nowrap;
}

#members.detail .simulation .price .total dl dd input {
	font-size: 20px;
}

#members.detail .form .price dl {
	padding-bottom: 0;
}

#members.detail .form .price dl dt {
	float: left;
	width: 10em;
}

#members.detail .form .price dl dd {
	margin-left: 10em;
}

#members.detail .form .price .time dt {
	float: none;
	width: 100%;
	padding-bottom: 0;
}

#members.detail .form .price .time dd {
	margin-left: 0;
}

#members.detail .form .price .time dd input {
	text-align: left;
}

#members.detail .form .price dd {
	
}

#members.detail .form .birthday dd div {
	display: block;
	margin-bottom: 3px;
}

#contact .form select {
    width: 100%;
    display: block;
    font-size: 16px;
}

#contact .form dt br {
	display: none;
}


/* ---------------------------------------------------✂ accident*/

#accident .title h2.jp {
	font-size: 20px;
}

#accident .flow ul li article header {
	padding: 5px 10px;
}

#accident .flow ul li article header h3 {
	font-size: 16px;
}

#accident .flow ul li article header h3 span {
	font-size: 18px;
}

#accident .flow ul li article .box {
	padding: 10px;
}


/* ---------------------------------------------------✂ project*/

#project .visual {
	padding: 0;
	height: auto;
}

#project .visual .content {
	display: block;
	padding: 30px 30px;
	position: relative;
	margin: 0;
}

#project .visual header {
	width: 100%;
	padding: 0;
	margin-bottom: 28px;
}

#project .visual .image {
	max-width: 100%;
	border-radius: 0;
	height: 60vw;
	background-size: 220vw 60vw;
}

#project .visual .judge-content {
    margin: auto;
	width: 100%;
}

#project .visual .judge-content h2 {
	font-size: 20px;
}

#project > section {
	padding: 70px 0;
}

#project .title {
	margin-bottom: 30px;
}

#project .title h2 {
	font-size: 30px;
	margin-bottom: 5px;
}

#project .title p {
	font-size: 12px;
}

#project .concept {
	text-align: left;
}

#project .concept h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

#project .concept h4 {
	font-size: 16px;
}

#project .concept h3 em {
	font-size: 20px;
}

#project .concept span {
    display: block;
    width: 300px;
    margin: 20px auto;
    text-align: center;
}

#project .concept > p {
	text-align: left;
}

#project .judge article {
	display: block;
}

#project .judge article .text span {
	font-size: 10px;
}

#project .judge article .image {
	width: 100%;
	padding: 0;
}

#project .judge article .image img {
	width: 100px;
	display: block;
	margin: 0 auto 20px;
}

#project .judge article .text {
	width: 100%;
	text-align: center;
}

#project .judge article .text p {
	text-align: left;
	font-size: 11px;
	line-height: 1.6em;
}

#project > .image img {
	display: block;
}

#project .regulations .table {
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

#project .regulations .table table,
#project .regulations .table table tbody,
#project .regulations .table table tr,
#project .regulations .table table th,
#project .regulations .table table td {
	display: block;
}

#project .regulations .table table th {
	padding: 20px 0 5px;
	font-size: 13px;
	border-bottom: none;
}

#project .regulations .table table td {
	padding: 0 0 20px;
}

#project .entry .form {
	padding: 10px 15px 20px;
}



}



/*---------------------------------------------------
under 400
---------------------------------------------------*/

@media screen and (max-width: 500px) {


}



