@charset "utf-8";
/* CSS Document */

/* micro clearfix */

.cf:before,.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;
}
.cf {
	*zoom: 1;
}

/* スクロールバー　*/

::-webkit-scrollbar {
	width: 12px;
  	height: 10px;
}
::-webkit-scrollbar-thumb {
  	background: rgba(219,219,219,1.00);
  	border-radius: 5px;
	border: solid 1px rgba(147,147,147,0.71);
}
html {
	font-size: 100%;  /* 16px */
	scroll-behavior: smooth;
}
body {
	color: #282A2D;
	font-family: "Sawarabi Gothic";
}
h1 a {
	font-size: 3rem;
}
a {
	text-decoration: none;
}
p {
	font-size: 1.3rem;
}
img {
	max-width: 100%;
}
li {
	list-style: none;
	font-size: 1.2rem;
}

/* ========================================
    About
========================================= */

.wrapper {
	width: 100%;
	margin: 50px auto 100px auto;
	padding: 0 5%;
	text-align: center;
}
.about {
	margin: 0 auto;
	max-width: 1280px;
	margin-bottom: 40px;
	text-align:left;
}
.about h1 {
	color: #3F3F3F;
	font-size: calc(1.2vw + 1rem);
	margin-bottom: 40px;
}

.about p {
	color: #24292E;
	font-size: calc(0.3vw + 0.8rem);
	padding-bottom: 10px;
}
.about h3 {
	font-weight: 500;
	color: #27292B;
	font-size: calc(0.4vw + 0.7rem);
	margin: 20px 0 105px 0;	
}
.section {
	width: 100%px;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	display: flex;
}
#sec-face {
	width: 250px;
	height: auto;
}
#sns-top img.icon {
	width: 45px;
} 
#sns-top img:hover {
	transition: 0.6s;
	opacity: 0.3;
	color: #9F9F9F;
}
#about-text a img {
	width: 15px;
	height: 15px;
	vertical-align:inherit;
}

.sec-text {
	width: 100%;
	height: auto;
	font-size: calc(0.4vw + 0.8rem);
}
.sec-text {
	display: flex;
	flex-wrap: wrap;
}
#sns-top img.icon {
	padding-top: 20px;
	width: 45px;
} 
#sns-top img:hover {
	transition: 0.6s;
	opacity: 0.3;
	color: #9F9F9F;
}
/* HOME ボタン */
#back-home {
	margin: 100px auto 80px auto;
	text-align: center;
}
#back-home a {
	display:inline-block;
	font-size: 1.3rem;
	border-radius: 5px;
	padding: 0 50px;
	line-height: 55px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
	color: #2B2B2B;
} 
#back-home a:hover {
	transition: 0.7s;
	opacity: 0.5;
	background-color: #FFFFFF;
	color: #C8C8C8
}

/* フッター  */
.footer {
	max-width: 1380px;
	height: 52px;
	margin: 0 auto;
	padding: 0 5%;	
}
.footer nav ul{
	display: flex;
	
}
.footer ul li {
	font-size: 1.2rem;
	width: 300px;
	height: 48px;	
}
.footer ul li a {
	color: #24292e;
	transition: all 0.3s;
	display: block;
	text-align: center;
}
.footer ul li a:hover {
	transition: 0.7s;
	opacity: 0.5;
	color: #B4B4B4;
}
#footer-last  {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	line-height: 80px;
	text-align: center;
	border-top: solid 1px #24292E;
}
#footer-last p {
	color: #24292E;
	font-size: calc(0.8vw + 0.6rem);	
}

@media screen and (min-width: 1381px) {
	
	.nav-fast {
		float: left;	
	}
	.footer nav {
		float: right;
	}
	.footer ul li a {
		line-height: 48px;
	}
}

@media screen and (max-width: 1080px){
	.wrapper {
		padding: 0 8%;
	}
}
@media screen and (min-width: 861px) and (max-width: 1080px) {	
	.footer {
		padding: 0 10%;	
	}	
	.footer nav ul li {
		width: 200px;
	}
}

@media screen and (min-width: 1081px) and (max-width: 1380px) {
	.footer {
		padding: 0 10%;	
	}
	.footer nav ul li {
		width: 260px;
	}
}

@media screen and (min-width: 861px) and (max-width: 1380px) {
	.nav-fast {
		float: left;	
	}
	.footer nav ul li {
		line-height: 48px;
	}
}
@media screen and (min-width: 861px){
	.footer ul li {
		line-height: 2;
	}
	.section {
		text-align: left;
	}
	.sec-text {
		padding-left: 100px;
	}
	.sec-text dt {
		width: 22%;
		padding-right: 3%;	
	}
	.sec-text dd {
		Word-break:break-all;
		width: 78%;	
}
}
@media screen and (max-width: 860px) {
	.wrapper {
		margin: 10px auto;
	}
	.about h3 {
		margin: 20px 0 30px 0;
	}
	#sns-top img.icon {
		width: 35px;
	}
	.section {
		display: block;
	}
	#sec-face {
		margin: 0 auto;
	}
	
	#sec-face img {
		max-width: 150px;
	}
	.sec-text {
		text-align: left;
		margin-top: 30px;
	}
	.sec-text dt {
		width: 30%;
		padding-left: 3%;
	}
	.sec-text dd {
		width: 70%;
		Word-break:break-all;
	}
	#back-home a {
		font-size: 0.9rem;
		padding: 0 40px;
		line-height: 40px;
	} 
	.footer {
		padding: 0 3%;
		height: 80px;
	}
	.footer ul li {
		width: 380px;
		height: 38px;
		line-height: 2;
	}
}
@media screen and (max-width: 680px) {
	
	.footer li {
		font-size: 0.8rem;
	}
	.section {
    	padding: 20px 10px;
	}	
}


	
	
	