@charset "utf-8";

@import url("destyle.css");
@import url("fontawesome-free/css/fontawesome-all.min.css");

/*--------*/
/*　全体  */
/*--------*/

/* *, *::before, *::after{transition:all .3s ease-in-out;} */
#mainav form *{transition:none !important;}

body, input, textarea, select{font-family:Verdana, Geneva, sans-serif;}
 h1, h2, h4.serif,.heading{font-family:Georgia, "Times New Roman", Times, serif;}
h3, h4, h5, h6, .heading{
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

ul{
  list-style: none;
  overflow: hidden;
}

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}
.cb {clear:both;}


figure{
  border-width:1px;
  border-style:solid;
  border-color:#53D3DE;
  background-color:#fff;
  font-size:14px;
  text-align: center;
  margin-left:20px;
  margin-bottom:20px;
  padding:20px;
  line-height:140%;
  font-weight:bold;
  height:auto;
}

/* アイコン　*/

i.fas{color:#53D3DE;}
i.white{color:white;}
i.btni{color:inherit;font-size:inherit;margin-left:5px;}

/*リンクボタン*/ 

.btn,.linknav a{
  display:inline-block;
  color:#FFFFFF; 
  background-color:#53D3DE; 
  border-color:#53D3DE;border-style:solid;border-width:1px;

  padding: 10px;
  text-align:center;
  width:120px;
  border-radius: 5px;
}

.btn:hover,.linknav a:hover{
  transition:all .3s ease-in-out;
  background-color:#FFF; 
  border-color:#53D3DE;
}
.linknav a:hover span,.btn:hover span{transition:all .3s ease-in-out;color:inherit;color:#333;}
.linknav a:hover i.btni,.btn:hover i.btni{transition:all .3s ease-in-out;color:#53D3DE}

.linknav{text-align:center;}
.linknav a{width:150px;margin:10px;}

main,section,address{padding-top:30px;padding-bottom:15px;}

/*-----------*/
/*　ヘッダー */
/*-----------*/

header{background-color:rgb(32,15,63);color:white;height:100px;width:100%;}
/*header,section,main{padding-left:150px;}*/
/*header,section,main{width:1000px;margin:0 auto;}*/

header:after,section:after,address:after{ clear: both; }
header,nav li{background-color:rgb(32,15,63);}

h1{font-size:35px;line-height:100px;width:220px;}
h1 #logojp{display:none;}


nav li.active,nav li:hover{background-color:#53D3DE;  transition:all .3s ease-in-out;
}

nav ul{
  text-align:right;
}
 
nav li {
  font-size:14px;
  width: 84px;
  text-align: center;
  float: left;
  height: 100px;
  padding-top:40px;
}

nav li a {
  display:block;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  width:100%;
  height:100%;
}

/*-----------*/
/*  　ロゴ   */
/*-----------*/

section.logo{
border-style:solid;border-width:2px 0px 0px 0px ;border-color:white;
	background-color: rgb(29,12,62);
	font-size:20px;
	color:white;
	height:540px;

	background-img: url('../images/bg1.jpg');
	background: linear-gradient(90deg,rgb(29 12 62 / 99%) 0%,transparent 100%),url('../images/bg1.jpg');
/* caution: ie11 */

}

h2{font-size:50px;line-height:300px;}

.logo li {
  line-height:40px;
  font-size:14px;
  width: 130px;
  text-align: center;
  float: left;
  padding-top:40px;
  margin-right:20px;
}
.logo li {
  line-height:40px;
  font-size:14px;
  text-align: center;
  float: left;
  padding-top:40px;
  margin-right:20px;
}

/*---------------*/
/*  記事本文共用 */
/*---------------*/

section{background:#ffffff;}
section.gray{background:#ddd;}

h3{font-size:30px;text-align:center;padding-bottom:30px;}

section article{
  background:#fff;
  margin:0px 30px 30px 30px;
  padding:30px;}

article h3{padding-top:0px;}

li.col3{
  display: block;
  width: 300px;
  float: left;
  margin:0 16px 20px 16px;
}

li.col3 h4{
  font-size:20px;height:2em;
  margin:10px 0px 4.5em 0px;
  text-align:center;
}
li.col3 i.icon{font-size:60px;margin-top:20px;margin-bottom:10px;display:block;text-align:center;}

/*-----------------*/
/*    事業理念     */
/*-----------------*/

.intro article{
	width:620px;
	height:420px;
	line-height:140%;
	float: right;
	margin:0 20px 20px 10px;
}

.intro h3{
	font-size:25px;
	padding-bottom:5px;
}

.intro h3 i{
	margin-right:10px;
}

.intro figure{
	width:300px;
	float: right;
	height:420px;
	margin-right:20px;
}

.intro h4{
	text-align:center;
font-size:1.25em;
padding:20px;
}

.btn#note{
	background-color:rgb(45,185,168);
	border-color:rgb(45,185,168);
	width: 130px;
}

.btn#note:hover{
	background-color:#fff;
	color:rgb(45,185,168);
}

.btn#note span:hover{
	background-color:#fff;
	color:000;
}

.kipc{color:#53D3DE;}

/*-----------------*/
/*  サービス一覧   */
/*-----------------*/

main li{
  border-width:1px;
  border-style:solid;
  border-color:#53D3DE;
  background-color:#f8f8f8;
  display: block;
  font-size:14px;
  height:400px;
  text-align: center;
  float: left;
  padding:20px;
  line-height:140%;
  font-weight:normal;
}

main p{text-align:left;}

/*　コラボ */
section.collaborate{text-align:center;background:#f8f8f8;} 

a.collabologo{
	display:block;
	background-color:rgb(21,31,119);
	border-radius: 10px;
	width:400px;
	padding:20px;
	margin: auto;
	margin-bottom:40px;
}
a.collabologo img{width:100%;}

a.parintek{color:rgb(21,31,119);display:block;margin-top:5px;}
span.stat{color:#666;font-weight:normal;}

section.collaborate figcaption{margin-top:5px;}
section.collaborate ul{
	margin: auto;
}

section.collaborate li{
  width: 300px;
  float:left;
}
section.collaborate figure{
	border-color:rgb(21,31,119);
}

/* news */

.news li{
  border-width:1px;
  border-style:solid;
  border-color:#53D3DE;
/*  border-radius:10px; */
  background-color:rgb(247,249,255);
  font-size:14px;
  padding:20px;
  line-height:140%;
  font-weight:normal;
}

.news article{
  background-color:inherit;
  margin:0px;padding:0px;
  text-align:left;
  height:280px; 
  overflow: hidden;
}

.news li.col3 h4{
text-align:left;
font-weight:bold;
margin:0;
font-family: sanserif;font-size:1.2em;}

.news time{
  display:block;
  font-weight:normal;
  font-family:serif;
  font-style:italic;
  text-align:right;
  margin: 3px 3px 10px 0px;}

.news h3{margin-left:150px;} /* check */

.news .btn#more{
  width:150px;
  margin-right: 20px;
}


/* tec */

section.tec{
	background-image:url('../images/bg2.jpg');
}
section.tec h3{color:#fff;}
/*
section.tec i{font-size:60px;}
section.tec h4{font-size:20px;text-align:center;}
*/

.tec article{margin:10px;}


/*.tec ul.mark{list-style:disc; padding-left:30px;}*/

.tec ul.mark li{
    padding-left: 1em; 
    text-indent: -.7em;
}
.tec ul.mark li:before {
    content: "• ";
    color: #53D3DE;
}


/* address */

/*address {text-align:center;}*/

address i{
 margin-right:0.25em;
 margin-bottom:0.15em;
font-size:1.5em;
  vertical-align:middle;
}

/*address{height:200px;}*/
address .fa-phone{ margin-bottom:0.275em;} /*アイコンのデザイン上の微調整*/

address a#tel{margin:0 20px 10px 20px;}

address a{
  float: left;
}

address a,.fm{
  display: block;

  padding:20px;
　border-style:solid;
  border-color: #000;
  border-width:1px;
  border-radius:5px;
  background-color:#fff;
  text-align:center;
  font-size:1.25em;
  line-height:2em;
  color:#000;
}

/* mailform*/

.acd-check{
    display: none;
}
.acd-label{
    display: block;
    padding: 10px;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
/*    transition: .25s;*/
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 350px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

section.mailform,.acd-label{
	width:590px;
	margin-left:20px;
}

section.mailform{
	background-color:#eee;
	color:#000;
}

section.mailform h3{
	color:#000;
}

section.mailform label, input, textarea, select, button{
	display:block; resize:none;
	outline:none; 
	font-size:inherit;
	font-family:inherit;
	vertical-align:middle;
	background-color:#f8f8f8;
	margin-top:3px;
	padding:3px;
	width:460px;
}

section.mailform input{
  margin-bottom:10px;
}

section.mailform textarea{
	height:10em;
}

:required, :invalid{outline:none; box-shadow:none;}
::placeholder{opacity:1;color:#888;}

section.mailform fieldset{
  background-color:#666;
  color:#fff;
  width:500px;
  margin:0 auto;padding:20px;
  margin-bottom:10px;
}

footer{
	padding:60px 200px 10px 200px;
	margin-top:50px;
	min-height:200px;
	display:block;
	color:white;
	background-color:rgb(32,15,63);
/*	background-color:#53D3DE; */
	border-style:solid;
	border-color:white;
	border-width:1px 0px 0px 0px;
}


/*  icon   */

.faicon-dribble:hover{background-color:#EA4C89;}
.faicon-facebook:hover{background-color:#3B5998;}
.faicon-google-plus:hover{background-color:#DB4A39;}
.faicon-linkedin:hover{background-color:#0E76A8;}
.faicon-twitter:hover{background-color:#00ACEE;}
.faicon-vk:hover{background-color:#4E658E;}

/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center;
background-color:#fff;
opacity:1;
color:#53D3DE;
border-radius:18px;
border:1px solid #53D3DE;
}

#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:1;}
#backtotop:hover{opacity:1;}

/*-----------------------------------------------------------------------------
/*newsページ用
/*-----------------------------------------------------------------------------

.news_sg article{line-height:140%;}


/* -------------*/
/*   配置調整   */
/* -------------*/

.mainw{margin:0 auto;}
.mainw{
	max-width:1000px;margin:0 auto;
}
.mainw2{max-width:650px;margin:0 auto;}
.mainw3{max-width:650px;margin:0 auto;}


/*スマホ　縦画面*/
@media screen and (max-width: 480px) { 
.mainw2{max-width:100%;}
.mainw3{max-width:100%;}


header{height:75px;background-color:#53D3DE; }
header nav { display:none;}
h1{width:100%;line-height:20px;padding:10px;}
h1 #logojp{display: block;font-size:20px;}
h1 #logoen{display: inline-block;position:relative;left:60px;font-size:20px;letter-spacing:-1px;transform: scale(2, 1);}

.news h3{margin-left:0px;} /* check */
h3{
  font-family:sanserif;
  font-size:1.25em;margin:0 0 10px 0px;padding:0 0 0 15px;text-align:left;
/*  border-width:1px;border-color:#000;border-style:solid;*/
}
section.logo {display:none;}
li.col3{margin:10px 0 0 0;float:none;width:100%;}
.news article{height:auto;}
.news .allview{display:none;}

.intro article{margin:10px 0 0 0;float:none;width:100%;height:auto;}
.intro figure{margin:0px 0 0 0;float:none;width:100%;border-width:0px;}

li.col3 i.icon{font-size:20px;display:inline;}
li.col3 i.icon:after{content:" ";}
li.col3 h4{
  font-size:1.5em;height:2em;
  margin:0px;
  text-align:center;
}

main li{
  height:auto;margin:0;padding 0;  float: none;
}

main h4 br{display:none;}

a.collabologo{
	width:80%;
	max-width:400px;
	margin-bottom:20px;
}

section.collaborate li{
  width:auto;
  margin:5%;
  float:none;
}

section.tec h4 br{display:none;}
section.tec h4{font-size:1.2em;text-align:center;}

address i{
 margin-right:0.25em;
 margin-bottom:0.15em;
font-size:1.25em;
  vertical-align:middle;
}

address a#tel{margin:0 5%;}
address .fa-phone{ margin-bottom:0;} /*アイコンのデザイン上の微調整*/

address a{
  display: block;
  float: none;

  padding:10px;
  font-size:1em;
  line-height:1.25em;
  width:90%;
  margin:5px 5%;
}

section.mailform label, input, textarea, select, button{
	margin-top:3px;
	padding:3px;
	width:80%;
}

section.mailform fieldset{
  width:auto;
  margin:0 auto;padding:20px;
  margin-bottom:10px;"
}

footer{
	padding:10px 20px 0 20px;
	height:50px;
	background-color:rgb(32,15,63);
	border-style:solid;
	border-color:white;
	border-width:1px 0px 0px 0px;
}


}
@media (min-width:680px) and (max-width:1024px) {
	header{min-width:750px;}
	.mainw ul{max-width:680px;margin:0 auto;}
	.intro article{width:640px;height:auto;margin:0 auto;float:none;}
	.intro figure{width:640px;height:auto;margin:0 auto;float:none;border-width:0px;}
	footer{padding:20px 10px 0px 10px;height:50px;}
}


@media (max-width:1000px) {
}

*/


