@charset "utf-8";
/* CSS Document */

/*******************************
1024
*******************************/
@media screen and (max-width:1024px) {
	#mainVisual .next-arrow {
		right: 7.4%;
	}
	#mainVisual .prev-arrow {
		left: 7.4%;
	}
	#activitiesBox02 div .btn01 {
		width: auto;
	}
	#activitiesBox01 h2 {
	    font-size: 2rem;
	}
	#news ul li a dl dt {
		width: 27%;
	}
	#news ul li a dl dd {
		width: 73%;
	}
	#sns {
		width: 49%;
	}
	#sns .snsOther01 a .txt01 {
		font-size: 0.65rem;
	}

}

/*******************************
738
*******************************/
@media screen and (max-width:738px) {
	#mainVisual .next-arrow, #mainVisual .prev-arrow {
    	display: none!important;
	}
	#mainVisual ul li {
		margin: 0 10px;
		border: 10px solid #fff;
	}
	#mainVisual ul li img.sp {
		display: block!important;
	}
	#infomation {
		padding: 2.5rem 0;
	}
	#informationBox01 {
		display: block;
	}
	#news, #sns {
		width: auto;
	}
	#news ul li a dl {
		align-items: normal;
	}
	#sns {
		margin-top: 2.5rem;
	}
	#sns .snsOther01 a {
		display: block;
	    padding: 0.75em 2.5% 1.25rem;
	}
	#sns .snsOther01 a img {
		display: block;
		margin: 0 auto 0.65em;
	}
	#sns .snsOther01 a div {
		width: auto;
		text-align: center;
	}
	#sns .snsOther01 a .txt01 {
		font-size: 3.25vw;
	}
	#sns .snsOther01 a .txt02 {
		position: static;
		padding: 0.15em 0.5em;
		text-align: center;
		width: 10em;
		margin: 0 auto;
	}
	#sns .snsOther01 a h3 {
		margin: 0.25em 0 0.35em;
	}
	#activities {
		background: url(/wp-content/themes/teamnet01/top/images/activitiesBg01.png) no-repeat 0 0;
		background-size: 400% auto;
		padding: 2.5rem 0 3rem;
	}
	#activitiesBox02 {
		display: block;
	    margin-top: 1rem;
	}
	#activitiesBox01 h2 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#activitiesBox01 h2 span {
		width: 85%;
		line-height: 2;
	}
	#activitiesBox02 img {
		width: 60%;
		display: block;
		margin: 0 auto 1rem;
	}
	#activitiesBox02 div {
		width: auto;
	}
}











