@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

html { scroll-behavior: smooth;}

body{
	font: 14px/1.9 "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #767676;
	background-image: url(https://switch0n.com/images/common/background_img.png);
	background-repeat: repeat-x;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.bold {
	font-weight: bold;
}

/* ヘッダー
------------------------------------------------------------*/
@media only screen and (min-width: 1000px){
	#nav_wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		background: linear-gradient(to top, #d5d5d5, #d5d5d5 2%, #cdcdcd 4%, #ececec 6%, #cdcdcd 8%, #ececec 10%, #ececec 70%, #fff);
	}
	h1 {
		margin-top: 0.8%;
		width: 25%;
	}
	h1 img{
		width: 98%;
	}
}


@media only screen and (max-width: 999px){
	h1 img{
		position: absolute;		
		width: 50%;
		top: 3px;
		left: 3px;
		z-index: 10;
	}
}

#mainnav a{
	color: #3aa3bc;

}
#mainnav .panel ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	z-index: 900px;

}
@media only screen and (min-width: 1000px){
	#mainnav {
	width: 100%;
		margin-right: 1%;
	}	
	#mainnav .panel ul{
	list-style-position: inside;
	list-style-image: url(https://switch0n.com/images/common/nav_icon.png);
	font-size: 24px;
	}
	#mainnav .panel li{
	font-size: 12px;
		line-height: 70px;
	}
}
@media only screen and (min-width: 1070px){
	#mainnav .panel li{
	font-size: 16px;
	}
}
@media only screen and (min-width: 1480px){
	#mainnav .panel li{
	line-height: 92px;
	}
}
@media only screen and (min-width: 1790px){
	#mainnav .panel li{
	line-height: 115px;
	}
}

.slider5-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 1;
}
.slider-5 .slick-slide {

  overflow: hidden;
}
.slider-5 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dots-5 .slick-dots {
  text-align: center;
}
.dots-5 .slick-dots li {
  display: inline-block;
  width: 100px;
  height: 6px;
  margin: 4px;
  background: #eaeaea;
  cursor: pointer;
}
.dots-5 .slick-dots button {
  display: block;
  width: 0%;
  height: 6px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #0a467d;
  cursor: pointer;
}
.dots-5 .slick-dots .slick-active button {
  background: #0a467d;
  opacity: 1;
}


/* フッター
------------------------------------------------------------*/
footer {
	background: #3aa3bc;
	padding: 40px 0 0;
}

#footernav a{
	display: block;
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
}
#footernav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px;
}
#footernav li{
	width: 49%;
	margin-bottom: 5px;
	text-align: center;
	line-height: 300%;
}
@media only screen and (max-width: 641px){
	#footernav li{
		font-size: 10px;
	}
}

#sec06 form{
	width: 100%;
}
#contact_form p{
	text-align: center;
}
#contact_form input{
	width: 100%;
}
#contact_form textarea{
	width: 100%;
}

#copy{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img{
	max-width: 100%;
	height: auto;
}


section{
  clear: both;
}

section h2{
	width: 90%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}




/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.company_info table{
	width: 100%;
	line-height: 130%;
}
.company_info th{
	text-align: center;
	font-weight: normal;
	background-color: #f0f0f0;
	padding: 10px 0;
}
.company_info td{
	text-align: center;
	padding: 10px 0;
}


/* SEC06 CONTACT
------------------------------------------------------------*/
#contact_btn {
	padding: 0 40px;
}

#contact_btn a{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #3aa3bc;
	line-height: 300%;
	color: #3aa3bc;
}




/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1000px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
		margin: 0 auto;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #fff;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 999px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  #mainnav .panel ul{
  	display: block;
  	}
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
  	background: #3aa3bc;
  	border-radius: 10%;
	z-index: 999;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 900;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}

	#sec03 ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
		width: 48%;
	}
	section h2{
		margin: 55px auto;
	}
}

#it_business {
	background: #fff;
	padding: 50px;
}

.it_business {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	 justify-content: space-around;
	width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width: 680px){
	.it_business {
		display: block;
		width: 100%;
	}
}

.it_business h3{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
}

.it_business_box{
	width: 48%;
}
@media only screen and (max-width: 680px){
	.it_business_box{
		width: 100%;
		margin: 0 auto;
	}
}
.it_business_box img{
	width: 100%!important;
}
.it_business_box .article img {
    float: left;
    margin: 0!important;
}
.it_business_box p{
	width: 90%;
	margin: 0 auto;
}


/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	margin-top: 15px;
	padding: 0.5em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.ai_menu_title {
	background: #333;
	color: #fff;
	padding: 3px 0;
}

.ai_menu_text {
	background: #f9f9f9;
	padding: 3px 0;
}

.ai_menu_contact {
	border: 1px dotted #000;
	padding: 5px;
}
.text_center {
	text-align: center;
}

.developmen_box {
	width: 90%;
	margin: 0 auto;
}
@media only screen and (max-width: 680px){
	.developmen_box {
		width: 100%;
	}
}

.link_btn_facebook a{
	display: block;
	text-align: center;
	background: #0866ff;
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
}

.button a {
    background: #0866ff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0;
	width: 80%;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	color: #fff;
}
.button a:hover {
    background: #333333;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}
