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

/* 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;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

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

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

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


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	margin-left: auto;
	margin-right: auto;
	width: 99%;
		height: 0;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		padding-top: 13.25%;
		background: url("../images/top_back_pc.png") 0 0 no-repeat;
		background-size: contain;
}
#topspace{
	padding-top: 0%;
}

#mainnav a{
	color: #000;
}
#mainnav2 a{
	color: #000;
}

#mainImg{
	position: relative;
  width: 100%;
}

#mainImg img{
	position: absolute;
  max-width: 100%;
  width: 100%;
}

/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
    position: absolute;
    width: 17%;
    height: 10%;
    margin-top: -10%;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.headsec{
	border-bottom: dashed 1px #0e788c;
	color: #0e788c;
	font-size: 32px;
	font-weight: 400;
	font-family: Hiragino Maru Gothic ProN;
	padding-bottom: 1%;
}
.sechead{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.topreason{
	font-size: 32px;
	font-weight: 500;
	font-family: Hiragino Maru Gothic ProN;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 5%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #2a798c;
}


/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 0%;
}

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

section h2 span {
	background: #fff;
}

.top_nico{
	width: 75%;
	margin-left:auto;
	margin-right: auto;
}

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

.innerS{
	width: 78%;
	margin: 0 auto;
	padding-bottom: 5%;
	font-size: 12px;
}
.innerS2{
	width: 78%;
	margin: 0 auto;
	padding-bottom: 5%;
	font-size: 18px;
}
.imgS{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.txg{
	font-size: 22px;
	color:#13708f;
	font-weight: 400;
}
.txg3{
	font-size: 19px;
	color:#13708f;
	font-weight: 400;
}
.txg2{
	font-size: 22px;
	font-weight: 400;
}
.txgS{
	font-size: 18px;
	color:#13708f;
	font-weight: 400;
}
.txb{
	font-size: 14px;
	font-weight: 400;
}
.txb2{
	font-size: 18px;
	font-weight: 400;
}
.txbS{
	font-size: 14px;
	font-weight: 400;
}
.txbB{
	font-size: 22px;
	font-weight: 400;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


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

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

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#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;
}



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

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
	section h2 span {
	background: #fff;
}

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

.innerS{
	width: 78%;
	margin: 0 auto;
	padding-bottom: 5%;
	margin-top: 2%;
	font-size: 20px;
}
.imgS{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.txg{
	font-size: 22px;
	color:#13708f;
	font-weight: 400;
}
.txgS{
	font-size: 18px;
	color:#13708f;
	font-weight: 400;
}
.txb{
	font-size: 22px;
	font-weight: 400;
}
.txbS{
	font-size: 18px;
	font-weight: 400;
}
.txbB{
	font-size: 22px;
	font-weight: 400;
}

}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		/* box-shadow */
		box-shadow:0px 0px 6px 3px #dbdbdb;
		/* border-radius */
		border-radius:6px;
		/* border */
		border:1px solid #cccccc;
		/* react native */
		{
			shadowColor:"#dbdbdb",
			shadowOffset:{width:0,height:0},
			shadowOpacity:1,
			shadowRadius:6,
			borderWidth:1,
			borderColor:"#cccccc",
			borderRadius:6
		}

	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	#mainnav2 li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
		.headsec{
		border-bottom: dashed 1px #0e788c;
		color: #0e788c;
		font-size: 30px;
		font-weight: 400;
		font-family: arial unicode ms;
	}
	.sechead{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_nico{
		width: 100%;
		margin-left:auto;
		margin-right: auto;
		margin-bottom: -5%;
	}
	.linkbox {
	    position: absolute;
	    width: 17%;
	    height: 10%;
	    margin-top: -10%;
	}
	.linkbox a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height:100%;
	    width: 100%;
	}
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
	#insta {
		height: 480px;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
	.headsec{
		border-bottom: dashed 1px #0e788c;
		color: #0e788c;
		font-size: 40px;
		font-weight: 400;
		font-family: sans-serif;
		padding-bottom: 1%
	}
	.headsec2{
		padding-bottom: 2%
	}
	.sechead{
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_nico{
		width: 75%;
		margin-left:auto;
		margin-right: auto;
	}
	.linkbox {
	    position: absolute;
	    width: 250px;
	    height: 111px;
	    margin-top: -120px;
	}
	.linkbox a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height:100%;
	    width: 100%;
	}
	#insta {
		height: 550px;
	}
	.topblog{
		width: 100%;
	}
	.blogimg{
		width: 30%;
		padding: 2%;
		float: left;
	}
	.blogtxt{
		width: 58%;
		padding: 2%;
		float: left;
	}
	.blogtxtt{
		font-size: 20px;
		color: #666666;
	}
	.blogtxtp{
		font-size: 22px;
		font-weight: 400;
		color: #000000;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 80%;
		padding-bottom: 2%;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
	#insta {
		height: 250px;
	}
		.headsec{
		border-bottom: dashed 1px #0e788c;
		color: #0e788c;
		font-size: 30px;
		font-weight: 400;
		font-family: arial unicode ms;
	}
	.sechead{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_nico{
		width: 100%;
		margin-left:auto;
		margin-right: auto;
	}
	.linkbox {
	    position: absolute;
	    width: 17%;
	    height: 10%;
	    margin-top: -10%;
	}
	.linkbox a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height:100%;
	    width: 100%;
	}
	.blogimg{
		width: 50%;
	}
	.blogimg{
		width: 50%;
	}
	.topreason{
		font-size: 22px;
		font-weight: 500;
	}
	.txg{
		font-size: 18px;
		color:#13708f;
		font-weight: 400;
	}
	.txg2{
		font-size: 18px;
		font-weight: 400;
		font-weight: bold;
	}
	.headsec{
	font-family: Hiragino Maru Gothic ProN;
}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	.topblog{
		width: 100%;
	}
	.blogimg{
		width: 37%;
		padding: 3%;
		float: left;
	}
	.blogtxt{
		width: 48%;
		padding: 2%;
		float: left;
	}
	.blogtxtt{
		font-size: 12px;
		color: #666666;
	}
	.blogtxtp{
		font-size: 14px;
		font-weight: 400;
		color: #000000;
	}
	.headsec{
		border-bottom: dashed 1px #0e788c;
		color: #0e788c;
		font-size: 30px;
		font-weight: 400;
		font-family: sans-serif;
	}
	.headsec2{
		padding-bottom: 2%
	}
	.sechead{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_nico{
		width: 100%;
		margin-left:auto;
		margin-right: auto;
	}
	.linkbox {
	    position: absolute;
	    width: 17%;
	    height: 10%;
	    margin-top: -10%;
	}
	.linkbox a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height:100%;
	    width: 100%;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		width: 100%;
		height: 0;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		padding-top: 20.25%;
		background: url("../images/top_back.png") 0 0 no-repeat;
		background-size: contain;
	}
	
	#header h1 img{
		width: 30%;
		margin-left: -55%;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 10%;
  	margin-top: 9%;
  	margin-right:8%;
  	margin-bottom: 6%;
	}

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

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 38px;
  	height: 2px;
  	background: #000;
  	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: 0;
		z-index: 100;
		margin-top: 3.7%;
	}

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

	#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);
	}
	#mainnav2{
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

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

	#mainnav2 li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav2 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);
	}
	#mainImg{
		padding-top: 19%;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 0%;
	}

	section h2{
		width: 80%;
		margin: 0 auto 20px;
	}
	#topspace{
		padding-top: 19%;
	}
	#topspace_about{
		padding-top: 25%;
	}
}


.btn{
    width:50%;
    margin: 5% auto 5% auto;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#2a798c;
    text-align:center;
    color:#FFFFFF;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    font: 22px/1.9 'Noto Sans JP', Arial, Verdana, YuGothic,'繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', 繝｡繧､繝ｪ繧ｪ, Meiryo,sans-serif;
}
.btn2{
    width:80%;
    margin: 0% auto 5% auto;
}
.btn2 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#2a798c;
    text-align:center;
    color:#FFFFFF;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    font: 22px/1.9 'Noto Sans JP', Arial, Verdana, YuGothic,'繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', 繝｡繧､繝ｪ繧ｪ, Meiryo,sans-serif;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #bbbbbb;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #bbbbbb;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 0% 5% 0% 5%;
    box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}