/* CSS Document */
@media screen and (max-width:768px) {
  .pc {
    display: none
  }
  header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
  }
  header h1 {
    width: 40%;
    margin-left: 2%;
    padding-top: 8px
  }
  header h1 figure {
    width: 100%;
    max-width: 300px
  }
  header h1 figure img {
    width: 100%
  }
  header h1 p {
    display: none
  }
  header h1 span {
    display: none
  }
  header nav {
    width: 55%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header nav ul.menu {
    display: none;
  }
  header nav ul.atc {
    display: flex;
    justify-content: right;
    align-items: stretch;
    position: absolute;
    top: 0;
    width: 55%;
    margin-right: 60px
  }
  header nav ul.atc li {
    list-style: none;
    height: 45px;
    display: table;
    padding: 0 7px
  }
  header nav ul.atc li a {
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  header nav ul.atc li:hover {
    opacity: 0.7;
    transition: .3s; /*変更速度*/
  }
  header nav ul.atc li.bk {
    width: 33%;
    background-color: #000000;
    white-space: pre
  }
  header nav ul.atc li.gr {
    background-color: #30a11a;
    width: 33%;
    white-space: pre;
    text-align: center
  }
  header nav ul.atc li.spnavi {
    background-color: #30a11a;
    width: 33%;
    white-space: pre
  }
  /*mv*/
  section.mv {
    width: 100%;
    background-image: url("../img/sp_bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 80px 15px 60px;
 
  }
  section.mv div {
    width: 70%;
	 
	     min-height: 50vh
  }
  section.mv h1 {
    font-weight: normal;
    letter-spacing: 1px;
	
  }
  section.mv h1 span, section.mv h1 .catch {
    display: block;
    font-size: 16px;
    line-height: 160%;

    color: #FFFFFF;
    white-space: nowrap
  }
  section.mv h1 .title {
    font-size: 36px;
    margin-top: 20px;
    color: #88f851;
    margin-bottom: 20px;
    white-space: nowrap;
    line-height: 150%;
	  	font-weight: bold
  }
  section.mv figure {
    display: none
  }
  /*entry*/
  section.entry {
    width: 91%;
    background-image: url("../img/bg_entry.png");
    background-position: center;
    background-size: cover;
    padding: 20px 2% 20px 4%;
    margin-left: 9%;
    margin-top: -80px;
    border-radius: 6px 0px 0px 6px
  }
  section.entry .header {
   
    color: #FFFFFF;
    margin-bottom: 20px
  }
  section.entry .header h2 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap
  }
  section.entry .header p {
    line-height: 160%;
    font-size: 11px;
    letter-spacing: 1px
  }
  section.entry ul {
    margin-left: -33px
  }
  section.entry ul li {
    width: 97%;
    list-style: none;
    margin-right: 3%;
    background-color: #FFFFFF;
    padding: 20px 5% 20px;
    color: #30a11a;
    border-radius: 6px;
    box-shadow: 5px 6px 14px -1px rgba(47, 47, 47, 1);
    margin-bottom: 20px
  }
  section.entry ul li h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 14px;
  }
  section.entry ul li .catch {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.entry ul li h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
  }
  section.entry ul li .sl_area {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block
  }
  section.entry ul li button {
    font-size: 14px;
    background-color: #30a11a;
    text-align: center;
    width: 100%;
    padding: 6px;
  }
  section.entry ul li button a {
    color: #FFFFFF
  }
  /*contents*/
  button:hover {
    opacity: 0.7;
    transition: .3s; /*変更速度*/
  }
  section.contents {
    width: 90%;
    margin: 60px 5%;
    text-align: left
  }
  section.contents h2, section.member h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px
  }
  section.contents h2 span, section.member h2 span {
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
    margin-left: 20px;
  }
  section.contents p {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 2px;
    text-align: left
  }
  section.contents figure {
    width: 100%;
    margin: 40px 0%;
  }
  /*prj*/
  section.prj {
    width: 100%;
    margin: 60px 0%;
    background-color: #ffffff;
    padding: 40px 8%
  }
  section.prj .header {}
  section.prj .header h2 {
    font-size: 24px;
    margin-bottom: 30px
  }
  section.prj .header h2 span {
    font-size: 14px;
    color: #000000;
    display: block;
    font-weight: normal;
    margin-top: 2px
  }
  section.prj .header .catch {
    width: 100%;
    line-height: 160%;
    font-size: 22px;
    margin-bottom: 40px;
  }
  section.prj .header h4 {
    letter-spacing: 2px;
    line-height: 180%
  }
  section.prj .header .caution {
    font-size: 14px;
    color: #bcbcbc;
  }
  section.prj .header .txt {
    font-size: 14px;
    margin-top: 40px;
    line-height: 160%;
    letter-spacing: 2px
  }
  section.prj article {
    width: 100%;
    justify-content: space-between;
  }
  .mb120 {
    margin-bottom: 60px
  }
  section.prj article figure {
    width: 100%
  }
  section.prj article figure img {
    width: 100%
  }
  section.prj article .contents {
    width: 100%;
    margin-top: 20px
  }
  section.prj article .contents ul {
    display: flex;
    margin-bottom: 10px
  }
  section.prj article .contents ul li {
    border-radius: 24px;
    font-size: 12px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 3px 15px;
    margin-right: 10px;
    list-style: none
  }
  section.prj article .contents ul li:last-child {
    margin-right: 0px;
    list-style: none
  }
  section.prj article .contents h3 {
    letter-spacing: 2px;
    line-height: 150%;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold
  }
  section.prj article .contents .txt {
    letter-spacing: 2px;
    line-height: 160%;
    font-size: 14px;
    margin-bottom: 20px
  }
  section.prj article .contents button, section.member ul.contents li button {
    font-size: 14px;
    background-color: #000000;
    text-align: center;
    width: 100%;
    padding: 6px 36px;
    color: #FFFFFF;
    width: 100%
  }
  section.prj article .contents button a, section.member ul.contents li button a {
    color: #FFFFFF
  }
	section.prj .ex_title{
		
		margin-bottom: 20px;
		color: #30a11a;
		font-size: 17px
	}
	
  /*member*/
  section.member {
    width: 90%;
    margin: 60px 5% 10px;
    
  }
  section.member ul.contents {
    }
  section.member ul.contents > li {
    width: 100%;
   
    margin-bottom: 60px
  }
  section.member ul.contents li figure {
    width: 100%;
    margin-bottom: 20px
  }
  section.member ul.contents li ul.lv {
    display: flex;
    margin-bottom: 10px
  }
  section.member ul.contents li ul.lv li {
 border-radius: 24px;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #000000;
    padding: 3px 10px;
    margin-right: 10px;
    list-style: none;
	  white-space: nowrap
  }
  section.member ul.contents li h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 160%
  }
  section.member ul.contents li p {
    letter-spacing: 2px;
    line-height: 160%;
    font-size: 14px;
    margin-bottom: 20px
  }
  section.member li {
    list-style: none
  }
	
	
	
	/*msg*/
	
	section.msg {
	width: 100%;
	background-color: #000000;
	padding: 20px;

	color: #FFFFFF
}
section.msg h2{font-size: 24px;
	margin-bottom: 30px

	}
section.msg h2 span{font-size: 14px;color: #bcbcbc;
display: block;
	font-weight: normal;
margin-top: 8px
	
}
section.msg .contants{
	width: 100%;
	margin-bottom: 25px
}
section.msg .contants h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 160%
}
section.msg .contants .txt{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 160%;
	letter-spacing: 2px
}
section.msg .contants .auth{
	font-size: 12px;
	
	margin-bottom: 30px;

	letter-spacing: 2px
}

section.msg .contants button{
	font-size: 12px;
	background-color: #ffffff;
	text-align: center;
	padding: 6px 16px;
	width: 100%;
	
}
	
	
section.msg figure{
	display: none;
	}
	footer{
	text-align: center;
	width: 90%;
	margin:50px 5% 0px}
	
	/*figure*/
	footer{
	text-align: center;
	width: 90%;
	margin:20px 5% 0px}
footer figure{
	width: 70%;
	max-width: 200px;
	display: inline-block
}
footer figure img{
	width: 100%;
	
}
footer ul{
	display: flex;width: 100%;
margin: 12px 0%;
	justify-content: center;
	flex-wrap: wrap;
	
}
footer ul li{
		display: inline-block;
line-height: 260%;
	
	margin-right:4%;
	list-style: none;
		font-size: 10px

}
footer ul li img.tw{width: 20px; display: block}
footer ul li img.yt{width: 60px; display: block}
footer ul li:last-child{
	margin-right: 0%;
}
footer p{
	font-size: 12px;
	margin-bottom: 0px
}
html {
    scroll-behavior: smooth;
	}
}