@charset "UTF-8";
.section-offset{
	padding-top: 8vw;
}
h2{font-size: 5vw;
	position: relative;
	display: inline-block;
	font-family: 'Raleway';
}
.text{
position: relative;
z-index: 9;
}
.ityped-cursor {
  font-size: 1em;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  -moz-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  100% {
    opacity: 0;
  }
}
.gaiyou,.aisatsu{
	padding: 0 0 10vw 0;
}
h3{
		font-size: 3vw;
		font-weight: bold;
		color: #cfcfcf;
		margin-bottom: 2vw;
}
table{
	border: 1px solid #eaeaea;
	width: 100%;
}
tr{
	border: 1px solid #eaeaea;
}
td,th{
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
    line-height: 2.5rem;
}
th{
	text-align: left;
	letter-spacing: .05em;
	padding: 28px 30px;
}
.aisatsu h4{
	font-size: 3vw;
	line-height: 1.8;
	font-weight: bold;
}

.aisatsu h4{
	margin-bottom: 50px;
}
.aisatsu p{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .8px;
}
#member{
	margin-top:-100px;
  padding-top:100px;
}
.member ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.member li{
	position: relative;
	box-sizing: border-box;
	padding: 0 2vw 5vh;
	width: calc(100% / 4);
	margin-bottom: 20px;
}
.member li img{
	width: 100%;
}
.name{
	text-align: center;
	margin-top: 0.8vw;
}
.member li a{
	transition: 0.5s;
	display: inline-block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 6px;
	background: linear-gradient(to bottom, #5fa7ff, #6becff);
	box-sizing: border-box;
	position: relative;
}
.member li a:hover{
	opacity: .6;
}


/* 1000px以下 */
@media screen and (max-width: 1000px) {
.section-offset{
	padding-top: 70px;
}
#gaiyou tr{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#gaiyou table,
#gaiyou tr{
	border: none;
}
#gaiyou tr{
	margin-bottom: 20px;
}
#gaiyou th,
#gaiyou td{
	width: 100%;
	padding: 10px 15px;
}
#gaiyou th{
	background: #3f556f;
	font-size: 1.4rem;
	color: #fff;
}
#gaiyou td{
	font-size: 1.7rem;
}
}

@media screen and (max-width: 800px) {
	.member li{
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 500px) {
	.aisatsu h4{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
}
