@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 900px) {
	.menu-list{
	width: 95%;
	justify-content: space-between;
	margin: 0 auto;
}
	.menu-list ul li{
		width: 25%;
	}
	.menu-list li a {
    font-size: 35px;
}

	}
@media screen and (max-width: 640px) {
	.menu-wrapper{display: none;}
	.top-container{width: 100%;} 
	.contact-wrapper{
		width: 95vw;
		height: 73vh;
	}
	.contact-txt01{
		text-align: center;
	    position: absolute;
        left: 0;
        right: 0;
        margin: auto;
		width: 80vw
		
	}
	.contact-txt01 p{
		font-size: 20px;
		padding-right: 0px;
	}
	.contact-txt02{
		text-align: center;
	    position: absolute;
        left: 0;
        right: 0;
        margin: auto;
		width: 90vw;
;
	}
	.contact-txt02 p{	
	font-size: 16px;
	line-height: 2;
}
	.contact-title h2{
		font-size: 40px;
	}
	.contact-title02{
     display: inline-block;
	position: absolute;
	z-index: 10px;
	border: 2px solid black;
    border-radius: 3em;
	top: 89%;
	z-index: 5;
	background-color: #e70012;
	left: 0;
    right: 0;
    margin: 0px 50px;
	}
	.contact-title02 h3{
		font-size: 25px;
	}
	.kai{
		display: inline-block;
	}
	
	/*トップスマホ表示*/
	.top-container{
	height: 70vh;
    width: 100%;
    background: url("../img01/top_smp.png") no-repeat center;
    background-size: 100% auto;
    background-position: 50% 0;
}
	
	/*アバウトスマホ表示*/
	.about-titter h1{
		font-size: 40px;
	}
	.about-titter{
	margin-top: 30px;
}
	.about-textbox{
	right: 0px;
	top: 10vh;
	background-color: white;
	border: solid 2px #000000;
	width: 85vw;
	padding: 20px;
	display: block;
	}
	.about-wrapper{
		height: 65vh;
	}
	.about-textbox p span{
		font-size: 20px;
	}
	.about-textbox p{
		font-size: 13px;
		padding: 10px 0px;
		line-height: 2;
	}
	/*プロジェクトスマホ表示*/
	.project-titter h1{
		font-size: 40px;
	}
	.project-list li{
	width: 40vw;
	margin-right: 10px;
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
}
.project-list  li p{
	margin-top: 13px;
	font-size: 0.7rem;
	text-align: center;
}
.spacer{
	width: 100%;
}
.project-list span{
	background-color: white;
	border: solid 2.5px black;
	
	font-size: 15px;
	padding: 7px 10px;
	position: absolute;
	top: 0;
	left: 0;
	}

	/*メニュースマホ表示*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #e70012;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    /*background-color: #e70012;*/
	background-color: rgba(231,0,18,0.8);
	transition: 0.5s;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

	/*メンバースマホ表示*/
	.member-titter h1{
	
	font-size: 40px;
	color: black;
	text-align: center;	
	position: relative;
    display: inline-block;
    padding: 0 45px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.member-list ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 30px;
}
.member-list li{
	width: 40vw;
	display: inline-block;
}
.member-list .width100{
width: 100%;
	}
.member-list img{
	border-radius: 50%;
    width: 140px;
    height: 140px; 
    object-fit: cover;
}
.member-list p{
	font-size: 15px;
	margin-top: 20px
	}
	.hamburger-menu{
		display: block;
	}
iframe{
width: 95%;
}
}
	
	/*コンタクトスマホ表示*/
@media screen and (max-width: 377px) {
	.contact-wrapper{
	position: relative;
	display: inline-block;
	border: solid 2px black;
	width: 85vw;
	height: 68vh;
	margin-top: 60px; 
	background-image:
    radial-gradient(#ebebec 3px, transparent 3px);
	background-size: 20px 20px;
	
	}
.contact-title h2{
	
	font-size: 40px;
	text-align: center;
	border: solid 3px black;
	display: inline-block;
	padding: 10px 35px;
	background-color: white;
	z-index: 20;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);	
}
.contact-txt01{
	
	font-size: 20px;
	text-align: left;
	background-color: white;
	width: 35vh;
	position: absolute;
	top: 50px;
	z-index: 10;
	padding: 20px 20px 20px 15px;
	left: 0;
  right: 0;
  margin: auto;
}
.contact-txt01 p{
	padding-left: 0;
	padding-right: 0px;
	text-align: center;
	font-size: 18px;
}
.contact-txt02{
	background-color: white;
	width: 80vw;
	text-align: center;
	padding: 30px 10px 50px 10px;
	position: absolute;
	top: 170px;
	border: solid 2px black;
	left: 0;
    right: 0;
    margin: auto;
}
.contact-txt02 p{
	
	font-size: 13px;
	padding: 0 10px;
	letter-spacing: -0.01em;
	line-height: 1.7;
}

.contact-title02{
	display: inline-block;
	position: absolute;
	z-index: 10px;
	border: 2px solid black;
    border-radius: 3em;
	top: 89%;
	z-index: 5;
	background-color: #e70012;
	left: 0;
    right: 0;
    margin: 0px 50px;
}

.contact-title02 a{
	display: block;
}
.contact-title02 a:hover{
	opacity: 1;
	background-color: black;
	border-radius: 3em;
}
.contact-title02 h3{	
	font-size: 25px;
	color: white;
	padding: 15px 70px;
}
		/*トップスマホ表示*/
	.top-container{
	height: 65vh;
    width: 100%;
    background: url("../img01/top_smp.png") no-repeat center;
    background-size: 100% auto;
    background-position: 50% 0;
}
.hamburger-menu{
		display: block;
	}
	.about-textbox p{
		font-size: 13px;
	}
	
iframe{
width: 95%;
}
.movie{
padding-top:1px;
}
}