:root {
	--font-size: 12px;
}
* {
	margin: 0;
	padding: 0;
/* 	vertical-align: top; */
	box-sizing: border-box;
}
.fnt_r {
	font-family: kinto-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fnt_m {
	font-family: kinto-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fnt_en_b {
	font-family: expressway, sans-serif;
	font-weight: 700;
	font-style: normal;
}
/*============================================================================================================================*/
html {
	width: 100%;
	visibility: hidden;
}
html.wf-active {
	visibility: visible;
}
body {
	width: 870px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
@media all and (max-width: 768px) {
body {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
}
a {
	text-decoration: none;
	color: #000;
}
/*============================================================================================================================*/
header {
	width: 100%;
	display: flex;
	flex-direction: row;
}
@media all and (max-width: 768px) {
header {
	flex-direction: column;
	margin-bottom: 50px;
}
}
header > div:nth-child(1) {
	width: 100%;
	display: flex;
	flex-direction: row;
}
@media all and (max-width: 768px) {
header > div:nth-child(1) {
	margin-bottom: 10px;
}
}
header.common {
	width: 100%;
	padding-top: 70px;
}
@media all and (max-width: 768px) {
header.common {
	padding-top: 50px;
}
}
header.common > div {
	position: relative;
}
header.common > div > div:last-child {
	position: absolute;
	right: 0;
}
@media all and (max-width: 768px) {
header.common > div > div:last-child {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
}
div#topImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*============================================================================================================================*/
main {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 100px;
}
@media all and (max-width: 768px) {
main {
	flex-direction: column;
}
}
main > div:first-child {
	padding: 20px 0px 0px 0px;
}
main > div:not(:first-child) {
	padding: 0px 50px 0px 50px;
}
@media all and (max-width: 768px) {
main > div:not(:first-child) {
	padding: 0px 20px 0px 20px;
}
}
main.common {
	width: 100%;
	display: flex;
	flex-direction: row;
}
@media all and (max-width: 768px) {
main.common {
	flex-direction: column;
	padding-left: 20px;
	padding-right: 20px;
}
}
main.common > div:first-child {
	width: 72%;
	padding: 40px 0px 0px 0px;
	margin-right: 82px;
}
@media all and (max-width: 768px) {
main.common > div:first-child {
	width: 100%;
	padding: 40px 0px 0px 0px;
	margin-right: 0px;
}
}
main.common > div:last-child {
	padding: 160px 0px 0px 0px;
	font-size: 15px;
}
main.common > div:last-child > p {
	font-size: 15px;
	margin-bottom: 30px;
}
div#statement {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	margin-bottom: 70px;
	justify-content: space-between;
	align-items: center;
}
@media all and (max-width: 768px) {
div#statement {
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 50px;
}
}
@media all and (max-width: 768px) {
br.off {
	display: none;
}
}
div#logo {
	width: 400px;
	margin-bottom: 70px;
}
@media all and (max-width: 768px) {
div#logo {
	margin-bottom: 50px;
}
}
div#logo a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
div#logo a > img:first-child {
	width: 100%;
	margin-bottom: 25px;
}
@media all and (max-width: 768px) {
div#logo a > img:first-child {
	width: 80%;
	margin-bottom: 18px;
}
}
div#logo a > img:last-child {
	width: 200px;
}
@media all and (max-width: 768px) {
div#logo a > img:last-child {
/* 	width: 150px; */
}
}
div#statement > div:last-child > p {
	line-height: 2.3em;
	letter-spacing: 1px;
	text-align: center;
	font-size: 17px;
}
@media all and (max-width: 768px) {
div#statement > div:last-child > p {
	text-align: left;
}
}
div#statement > div:last-child > p:first-child {
	margin-bottom: 30px;
}
div#menu {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
@media all and (max-width: 768px) {
div#menu {
	margin-bottom: 50px;
}
}
div#menu nav {
	width: 100%;
}
div#menu ul {
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media all and (max-width: 768px) {
div#menu ul {
	flex-direction: row;
/* 	align-items: center; */
	justify-content: center;
}
}
div#menu ul li:not(:last-child) {
	width: 170px;
	text-align: center;
	font-size: 20px;
	margin-right: 30px;
	margin-bottom: 27px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media all and (max-width: 768px) {
div#menu ul li:not(:last-child) {
	width: calc((100%/2) - 10px);
	text-align: center;
	margin-right: 0px;
	margin-bottom: 27px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}
@media all and (max-width: 768px) {
div#menu ul li:nth-child(2n-1) {
	margin-right: 20px;
}
}
div#menu ul li:nth-child(4n) {
	margin-right: 0px;
}
@media all and (max-width: 768px) {
div#menu ul li:not(:last-child) {
	margin-bottom: 20px;
}
}
div#menu ul li:not(:last-child) a {
	width: 100%;
	height: 45px;
	border: 1px solid #000;
	border-radius: 10px;
	display: inline-block;
	padding: 12px 0 12px 0;
}
div#menu ul li:not(:last-child) span {
	width: 100%;
	font-size: 0.9rem;
	margin-bottom: 10px;
}
div#menu ul li:last-child {
	width: 170px;
	height: 55px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0px 10px 0px 10px;
}
@media all and (max-width: 768px) {
div#menu ul li:last-child {
	width: calc((100%/2) - 10px);
	height: 45px;
}
}
div#menu ul li:last-child a {
	width: calc(100% / 3);
	padding: 0px 0 0px 0;
}
div#menu ul li:last-child a:not(:last-child) {
	margin-right: 18px;
}
div#menu ul li:not(:last-child) a:hover {
	color: #fff;
	background-color: #000;
}
div#menu ul li#report_button {
	position: relative;
}
div#menu ul li#report_button > div {
	width: 60%;
	position: absolute;
	top: 85%;
	display: none;
}
div#menu ul li#report_button > div > div {
    width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
div#menu ul li#report_button > div > div > a {
    width: 100%;
    height: 28px;
    border: 1px solid #000;
    border-radius: 7px;
    display: inline-block;
    padding: 5px 0 0px 0;
    font-size: 1.0rem;
    background-color: #fff;
    position: absolute;
}
@media all and (max-width: 768px) {
div#menu ul li#report_button > div > div > a {
    height: 28px;
    padding: 5px 0 0px 0;
}
}
div#menu ul li#report_button > div > div > a:first-child {
	top: 0px;
}
div#menu ul li#report_button > div > div > a:last-child {
	top: 27px;
}
div#menu ul li#report_button > div > div > a:only-child {
	top: 0px;
}
div#menu ul li#report_button > div > div > a:hover {
	color: #fff;
	background-color: #000;
}
/*
div#menu ul li#report_button > div > a:last-child {
    border-top: 0px solid #000;
}
*/
/*
div#menu ul li span {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 8px 0 8px 0;
}
*/
header.common {
}
@media all and (max-width: 768px) {
header.common {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}
}
header.common div#menu {
	width: 72%;
}
@media all and (max-width: 768px) {
header.common div#menu {
	width: 100%;
	padding-top: 230px;
}
}
header.common div#menu ul li {
	width: 138px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 10px;
	letter-spacing: 2px;
}
@media all and (max-width: 768px) {
header.common div#menu ul li {
	width: 100%;
}
}
body#project header.common div#menu ul li:nth-child(1) {
	background-color: #000;
}
body#project header.common div#menu ul li:nth-child(1) span {
	color: #fff;
}
body#about header.common div#menu ul li:nth-child(4) {
	background-color: #000;
}
body#about header.common div#menu ul li:nth-child(4) span {
	color: #fff;
}
div#about {
	margin-bottom: 50px;
}
div#about p {
	font-size: 15px;
	letter-spacing: 1px;
}
div#about p:first-child {
	line-height: 2em;
	margin-bottom: 30px;
}
p.contact {
	line-height: 2em;
}
div#credit p {
	font-size: 12px;
	line-height: 2em;
}

/* ============================================================================================================ */
body#about h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 35px;
}
body#about p.fnt_r {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2em;
	text-align: justify;
}
@media all and (max-width: 768px) {
body#about div.member {
	margin-bottom: 40px;
}
}
body#about div.member >  div p > img {
	padding-top: 60px;
	margin-bottom: 40px;
}
body#about div.member >  div:first-child p > img {
	width: 150px;
}
body#about div.member >  div:last-child p > img {
	width: 165px;
}
#about main > div:first-child {
	padding: 0px 0px 0px 0px;
}
@media all and (max-width: 768px) {
#about main > div:first-child {
	margin-bottom: 40px;
}
}
#about main > div:last-child {
	padding: 0px 0px 0px 0px;
}
#about div#logo {
	width: 100%;
	margin-bottom: 50px;
}
@media all and (max-width: 768px) {
#about div#logo {
	margin-bottom: 20px;
}
}
#about div#logo a {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
@media all and (max-width: 768px) {
#about div#logo a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}
#about div#logo a > img:first-child {
	width: 380px;
	margin-right: 40px;
	margin-bottom: 0px;
}
@media all and (max-width: 768px) {
#about div#logo a > img:first-child {
	width: 80%;
	margin-right: 0px;
	margin-bottom: 18px;
}
}
#about div#logo a > img:last-child {
	width: 200px;
}
@media all and (max-width: 768px) {
#about div#logo a > img:last-child {
	width: 170px;
}
}
@media all and (max-width: 768px) {
#about main > div > div:first-child {
	display: flex;
	justify-content: center;
	margin-bottom: 17px;
}
}
#about main > div > div:first-child > h2 {
	width: 170px;
	text-align: center;
	font-size: 20px;
}
#about main > div > div:first-child > h2 span {
	width: 100%;
	height: 45px;
	border: 1px solid #000;
	border-radius: 10px;
	display: inline-block;
	padding: 12px 0 12px 0;
}
#about ul {
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
@media all and (max-width: 768px) {
#about ul {
	flex-direction: row;
	justify-content: center;
/* 	align-items: center; */
}
}
#about ul li:not(:last-child) {
    width: 170px;
    text-align: center;
    font-size: 20px;
    margin-right: 0px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media all and (max-width: 768px) {
#about ul li:nth-child(2n-1) {
	margin-right: 20px;
}
}
#about ul li:nth-child(4n) {
	margin-right: 0px;
}
@media all and (max-width: 768px) {
#about ul li:not(:last-child) {
	width: calc((100%/2) - 10px);
	margin-bottom: 20px;
}
}
#about ul li:not(:last-child) a {
	width: 100%;
	height: 45px;
	border: 1px solid #000;
	border-radius: 10px;
	display: inline-block;
	padding: 12px 0 12px 0;
}
#about ul li:not(:last-child) span {
	width: 100%;
	font-size: 0.9rem;
	margin-bottom: 10px;
}
#about ul li:last-child {
	width: 170px;
	height: 55px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0px 10px 0px 10px;
}
@media all and (max-width: 768px) {
#about ul li:last-child {
	width: calc((100%/2) - 10px);
	height: 45px;
}
}
#about ul li:last-child a {
	width: calc(100% / 3);
	padding: 0px 0 0px 0;
}
#about ul li:last-child a:not(:last-child) {
	margin-right: 18px;
}
#about ul li:not(:last-child) a:hover {
	color: #fff;
	background-color: #000;
}
#about ul li#report_button {
	position: relative;
}
#about ul li#report_button > div {
	width: 60%;
	position: absolute;
	top: 85%;
	display: none;
}
#about ul li#report_button > div > div {
    width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#about ul li#report_button > div > div > a {
    width: 100%;
    height: 28px;
    border: 1px solid #000;
    border-radius: 7px;
    display: inline-block;
    padding: 5px 0 0px 0;
    font-size: 1rem;
    background-color: #fff;
    position: absolute;
}
@media all and (max-width: 768px) {
#about ul li#report_button > div > div > a {
    height: 28px;
    padding: 5px 0 0px 0;
    font-size: 1rem;
}
}
#about ul li#report_button > div > div > a:first-child {
	top: 0px;
}
#about ul li#report_button > div > div > a:last-child {
	top: 27px;
}
#about ul li#report_button > div > div > a:only-child {
	top: 0px;
}
#about ul li#report_button > div > div > a:hover {
	color: #fff;
	background-color: #000;
}
/* ============================================================================================================ */
body#project h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 35px;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	vertical-align: baseline;
}
body#project h2 > span:first-child {
	font-size: 28px;
/* 	font-weight: bold; */
}
body#project h2 > span:last-child {
	font-size: 15px;
	padding-left: 10px;
}
body#project div.fnt_r {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2em;
	text-align: justify;
}
body#project p.fnt_r {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2em;
	text-align: justify;
}
body#project  main > div > div:first-child {
/* 	margin-bottom: 100px; */
}
div.project > div {
	padding-top: 100px;
}
/* top=========================================================================================================== */
#top div.top {
	width: 900px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}
@media all and (max-width: 768px) {
#top div.top {
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
}
#top div.top > img:first-child {
	width: 400px;
	position: absolute;
	z-index: 999;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
@media all and (max-width: 768px) {
#top div.top > img:first-child {
	width: 200px;
	position: relative;
	z-index: 998;
	margin: 0 auto -40px auto;
}
}
#top div.top > img:nth-child(2) {
	width: 100%;
	position: absolute;
}
@media all and (max-width: 768px) {
#top div.top > img:nth-child(2) {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
}
#top div.top > div.menu {
	width: 145px;
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 999;
	top: 5px;
}
@media all and (max-width: 768px) {
#top div.top > div.menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 9999;
	top: 0px;
	margin: 0 auto;
}
}
#top div.top > div.menu a {
	margin-bottom: 40px;
}
@media all and (max-width: 768px) {
#top div.top > div.menu a {
	width: calc(100% / 3);
	margin: 0 auto 20px auto;
}
}
