/*----------------------------------------------------------------------------
******************************************************************************
共通スタイル
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
.layout {
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Backgraund === */
#wrap {
	margin: 0 auto;
}
/* ==== Content === */
#con {}
/* ol,ul */
#con ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#con ul {
	list-style-type: disc;
}
#con ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#con table {
	margin: 10px 0px;
}
#con table th, #con table td {
	padding: 5px;
}
/* img */
#con a img{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#con a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/* ==== Footer === */
/*フッターコンテンツ*/
#ft_contents {
	border-top: 1px solid #6FC7DA;
	margin-top: 40px;
	padding: 25px 20px;

}
#company_ttl {
	font-size: 1.5em;
	font-weight:bold;
}
#company p {
	line-height: 1.2em;
}

#company_tel {
	font-size: 1.6em;
	font-weight:bold;
	color: #6EC6D9;
	background: url(../images/icon_tel.jpg) no-repeat left center;
	padding-left: 2.5em;
}
#company_mail {
	font-size: 1.6em;
	font-weight:bold;
	color: #6EC6D9;
	background: url(../images/icon_mail.jpg) no-repeat left 3px center / contain;
	padding-left: 2.5em;
	margin-top: .5rem;
}
#company_mail a {
	color: #6EC6D9;
	font-size: 1rem;
}
/*フッターナビ*/
#ft_nav {
	float:right;
}
#ft_nav ul {
	display:table;
}
#ft_nav ul li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;	
	border-right: 1px solid #CCC;
	list-style: none;
}
#ft_nav ul li:last-child {
	border-right: none;
}
#ft_nav ul li a{
	display: block;
	text-decoration: none;
	color:#000000;
}
#ft_nav ul li a:hover {
	color:#6EC6D9;
}
/*フッター*/
#ft {
	border-top: 1px solid #6FC7DA;
	padding-top: 10px;
	padding-bottom: 35px;
	text-align: right;
	background: url(../images/ft_bg.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
Head
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {}
h2 {
	margin: 0em 0 0.8em 0;
	font-size: 2.0em;
	color:#6FC7DA;
	padding: 0.5em 0 0.5em;
	border-top: 1px solid #6FC7DA;
	border-bottom: 1px solid #6FC7DA;
	text-align:center;
}
.h2_s {
	font-size:0.5em;
	color:#000000;
	vertical-align:middle;
	margin-left: 1em;
	font-weight:normal;
}
h3 {
	margin: 1.2em 0 0.5em 0;
	font-size: 1.3em;
	padding: 0.3em 0 0.3em 0.5em;
	border-bottom:double 3px #6FC7DA;
	color:#6FC7DA;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: 1.2em 0 1em 0;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
Original
----------------------------------------------------------------------------*/
/* ==== Index === */

/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 77%;
}
#page-top a {
    text-decoration: none;
    color: #6EC6D9;
    padding: 15px 0;
    text-align: center;
    display: block;
	font-weight: bold;
}

/* ==== Work === */
.work_txt {
	margin: 50px 0;
	font-size: 1.6em;
	text-align: center;
	letter-spacing: 0.2em;
}
.work_img_iist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 20px;
    padding: 0!important;
}
.work_img_iist li {
	width: calc(100% / 3 - 20px);
	margin: 0 10px;
	list-style: none;
}
.work_img_iist li img {
	width: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
スマホのスタイル
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
/* ==== Base === */
.layout {width: 94%;}
/* ==== Backgraund === */
#wrap {}
/* ==== h1 img === */
h1 {}
h2 {
	margin: 145px 0 10px 0;
	font-size: 1.8em;
}
h3{
	font-size: 1.2em;
}
/* ==== Content === */
#con {}

/* ==== Index === */
/* 新着情報 */
#i_news_ttl {
	font-size: 2.0em;
	font-weight:bold;
	margin-top: 20px;
	padding-left: 20px;
}
#i_news_ttl .ttl_s {
	font-size: 0.3em;
	color:#666666;
	margin-left: 1em;
	vertical-align:middle;
}
#i_news {
	width:100%;
	height:170px;
	overflow-y: scroll;
	box-sizing:border-box;
}
#i_news_box {
	padding: 8px 5px 8px 20px;
}
#i_news_box:nth-child(odd) {
	background: #EEF8FB;
}

/*メッセージ*/
#i_message {
	margin-top: 20px;
	background:url(../images/message_bg.jpg) no-repeat left bottom;
	background-size: contain;
	padding:20px 40px 10px;
}
#i_message p{
	width:100%;
	margin:0 auto;
}
p#i_message_ttl {
	font-size: 1em;
	font-weight:bold;
	line-height:normal;
	text-align:center;
	text-shadow: 1px 1px 0 #FFF;
}
#i_message_ttl02 {
	font-size: 1em;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}
#i_message_ttl03 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    text-shadow: 1px 1px 0 #FFF;
}
/*i_feature*/
#i_feature {
	display: flex;
	justify-content: space-around;
	margin-top: 2%;
	flex-wrap: wrap;
}
.i_feature_item {
	background: #5EBFD5;
	border-radius: 50%;
	width: 10em;
	height: 10em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.i_feature_ttl {
	font-size: 1.2em;
    font-weight: bold;
	margin-top: 15%;
}
.i_feature_txt {
	text-align: center;
	margin-bottom: 25%;
}

/*works,contact共通*/
#i_works,
#i_contact {
	width: 100%;
	box-sizing:border-box;
	margin-top: 20px;
	background: #6EC6D9;
	border-radius: 5px;
	padding: 10px;
}
#i_works p,
#i_contact p  {
	line-height: 1em;
	text-align:center;
}
#i_works p.waku,
#i_contact p.waku {
	width: 90%;
	padding-left: 8px;
	font-weight: bold;
}
#i_works p.waku a,
#i_contact p.waku a {
	border:#000000 2px solid;
	text-decoration:none;
	color: #000;
	padding: 10px 0;
	display:block;
	font-size:1.1em;
	text-align:center;
}
#i_works p.waku a .arrow,
#i_contact p.waku a .arrow {
}
/*works*/
#i_works p#i_works_ttl,
#i_contact p#i_contact_ttl {
	font-size: 1.8em;
	font-weight:bold;
	text-align:center;
}

/* ==== Footer === */
/*フッターコンテンツ*/
#ft_contents {
	margin-top: 20px;
	padding: 15px 10px;
}
#company_ttl {
	font-size: 1.3em;
}
#company p {
	line-height: 1.1em;
}

#company_tel {
	font-size: 1.4em;
}
/*フッターナビ*/
#ft_nav {
	display:none;
}
#ft {
	font-size: 0.8em;
	text-align:center;
}
/*----pagetop----*/
#page-top {
	display:none;
}

/* ==== Work === */
.work_img_iist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 20px;
    padding: 0!important;
}
.work_img_iist li {
	width: calc(100% / 2 - 20px);
	margin: 0 10px 20px;
	list-style: none;
}
.work_img_iist li img {
	width: 100%;
}

/* ==== header、ナビのスタイルは下部↓ === */
}



/*----------------------------------------------------------------------------
******************************************************************************
タブレットのスタイル
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (min-width:600px){
/* ==== Base === */
.layout {width: 96%;}
/* ==== Backgraund === */
#wrap {}
/* ==== Header === */

/* ==== h1 img === */
h1 {}
h2 {
	margin: 145px 0 30px 0;
}
/* ==== Content === */
#con {}

/* ==== Index === */
/* ==== 新着情報 === */
#i_news_ttl {
	font-size: 2.8em;
	font-weight:bold;
	margin-top: 20px;
	padding-left: 60px;
}
#i_news_ttl .ttl_s {
	font-size: 0.3em;
	color:#666666;
	margin-left: 1em;
	vertical-align:middle;
}
#i_news {
	width:100%;
	height:170px;
	overflow-y: scroll;
	box-sizing:border-box;
}
#i_news_box {
	padding: 8px 5px 8px 60px;
}
#i_news_box:nth-child(odd) {
	background: #EEF8FB;
}

/* ==== i_news === */
/*メッセージ*/
#i_message {
	margin-top: 10px;
	background:url(../images/message_bg.jpg) no-repeat left top;
	background-size: 100%;
	padding:150px;
	position: relative;
}
/*
#i_message p{
	width:60%;
	margin:0 auto;
}
*/
p#i_message_ttl {
	font-size: 1.4em;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	margin-top: 10%;
	position: absolute;
	top: 0;
	left: 28%;
}
#i_message_ttl02 {
	font-size: 1.4em;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
	position: absolute;
	top: 0;
	left: 28%;
}
#i_message_ttl03 {
    font-size: 1.4em;
    font-weight: bold;
    width: 70%;
    line-height: 1.4em;
    text-align: left;
    position: absolute;
    bottom: 3%;
    left: 10%;
}
/*i_feature*/
#i_feature {
	display: flex;
	justify-content: space-around;
	margin-top: 2%;
}
.i_feature_item {
	background: #5EBFD5;
	border-radius: 50%;
	width: 215px;
	height: 215px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	
}
.i_feature_ttl {
	font-size: 2.4em;
    font-weight: bold;
	margin-top: 25%;
}
.i_feature_txt {
	text-align: center;
	margin-bottom: 25%;
}

/*works,contact共通*/
#i_works,
#i_contact {
	width: 100%;
	box-sizing:border-box;
	margin-top: 40px;
	padding: 25px 0px 20px;
}
#i_works p,
#i_contact p  {
	padding-left: 60px;
}
#i_works p.waku,
#i_contact p.waku {
	width: 190px;
	padding-left: 20px;
}
#i_works p.waku a,
#i_contact p.waku a {
	border:#000000 2px solid;
	text-decoration:none;
	color: #000;
	padding: 5px 10px;
	display:block;
	font-size:1.3em;
}
#i_works p.waku a .arrow,
#i_contact p.waku a .arrow {
	font-weight:bold;
	margin-left:60px;
}
#i_works p.waku a:hover,
#i_contact p.waku a:hover {
	border:#000000 2px solid;
	color: #fff;
	background:#000000;
}
/*works*/
#i_works {
	background:url(../images/works_bg.jpg) no-repeat top left;
	background-size:contain;
}
#i_works p#i_works_ttl {
	font-size: 2.4em;
	font-weight:bold;
	padding-left: 60px;
}
/*Contact*/
#i_contact {
	background:url(../images/contact_bg.jpg) no-repeat top left;
	background-size:contain;
}
#i_contact p#i_contact_ttl {
	font-size: 2.4em;
	font-weight:bold;
	padding-left: 50px ;
}

/* ==== Footer === */
/*フッターコンテンツ*/
#ft_contents {}
#company_ttl {}
#company p {}
#company_tel {}
/*フッターナビ*/
#ft_nav {
	float:none;
	margin-bottom: 20px;
}
#ft_nav ul {
	width: 100%;
	display:table;
}
#ft_nav ul li{}
#ft_nav ul li:last-child {}
#ft_nav ul li a{
	padding: 5px 10px 5px;
}
#ft_nav ul li a:hover {}

/* ==== header、ナビのスタイルは下部↓ === */
}


/*----------------------------------------------------------------------------
******************************************************************************
パソコンのスタイル
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (min-width:1024px){
/* ==== Base === */
.layout {
	width: 960px;
	margin:0 auto;
}

/* ==== Backgraund === */
#wrap {}

/* ==== h1 img === */
h1 {
}
h2 {
	margin: 145px 0 30px 0;
}
/* ==== Content === */
#con {}

/* ==== index === */
/* ==== 新着情報 === */
#i_news_ttl {
	font-size: 2.8em;
	font-weight:bold;
	margin-top: 20px;
	padding-left: 60px;
}
#i_news_ttl .ttl_s {
	font-size: 0.3em;
	color:#666666;
	margin-left: 1em;
	vertical-align:middle;
}
#i_news {
	width:100%;
	height:170px;
	overflow-y: scroll;
	box-sizing:border-box;
}
#i_news_box {
	padding: 8px 5px 8px 60px;
}
#i_news_box:nth-child(odd) {
	background: #EEF8FB;
}


/*メッセージ*/
#i_message {
	margin-top: 20px;
	background:url(../images/message_bg.jpg) no-repeat left top;
	background-size: contain;
	padding:110px;
	position: relative;
}
#i_message_txt{
	width:40%;
	height: 167px;
	margin:0 auto;
}
p#i_message_ttl {
	font-size: 1.7em;
	font-weight:bold;
	margin-top: 5%!important;
	line-height:1.3em;
	text-align:left;
	position: absolute;
	top: 34%;
	left: 29%;
}
#i_message_ttl02 {
	font-size: 1.7em;
	font-weight:bold;
	width: 80%;
	line-height:1.3em;
	text-align:left;
	position: absolute;
	top: 10%;
	left: 29%;
}
#i_message_ttl03 {
    font-size: 1.7em;
    font-weight: bold;
    width: 70%;
    line-height: 1.3em;
    text-align: left;
    position: absolute;
    bottom: 3%;
    left: 10%;
}
.br_pc {
	display: none;
}
/*i_feature*/
#i_feature {
	display: flex;
	justify-content: space-around;
	margin-top: 2%;
}
.i_feature_item {
	background: #5EBFD5;
	border-radius: 50%;
	width: 215px;
	height: 215px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	
}
.i_feature_ttl {
	font-size: 2.4em;
    font-weight: bold;
	margin-top: 25%;
}
.i_feature_txt {
	text-align: center;
	margin-bottom: 25%;
}
/*works,contact共通*/
#i_works,
#i_contact {
	width: 50%;
	float:left;
	box-sizing:border-box;
	margin-top: 40px;
	padding: 25px 0px 20px;
}
#i_works,
#i_contact {
	width: 50%;
	float:left;
	box-sizing:border-box;
	margin-top: 40px;
	padding: 25px 0px 20px;
}
#i_works p,
#i_contact p  {
	padding-left: 60px;
}
#i_works p.waku,
#i_contact p.waku {
	width: 40%;
	padding-left: 20px;
}
#i_works p.waku a,
#i_contact p.waku a {
	border:#000000 2px solid;
	text-decoration:none;
	color: #000;
	padding: 5px 10px;
	display:block;
	font-size:1.3em;
}
#i_works p.waku a .arrow,
#i_contact p.waku a .arrow {
	font-weight:bold;
	margin-left:60px;
}
#i_works p.waku a:hover,
#i_contact p.waku a:hover {
	border:#000000 2px solid;
	color: #fff;
	background:#000000;
}
/*works*/
#i_works {
	background:url(../images/works_bg.jpg) no-repeat top left;
	background-size:contain;
}
#i_works p#i_works_ttl {
	font-size: 2.4em;
	font-weight:bold;
	padding-left: 60px;
}
/*Contact*/
#i_contact {
	background:url(../images/contact_bg.jpg) no-repeat top left;
	background-size:contain;
}
#i_contact p#i_contact_ttl {
	font-size: 2.4em;
	font-weight:bold;
	padding-left: 50px ;
}

/* ==== Footer === */
/*フッターナビ*/
#ft_nav {
	float:right;
}
#ft_nav ul {}
#ft_nav ul li{}
#ft_nav ul li:last-child {}
#ft_nav ul li a{
	padding: 5px 30px 5px;
}
#ft_nav ul li a:hover {}


/*----------------------------------------------------------------------------
******************************************************************************
以下ヘッダー＆ナビのスタイル
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== header === */
/*ヘッダー内お問い合わせ*/
#hd_contact {
	float:right;
}
#hd_contact p{
	float:left;
	margin-right: 10px;
}
#hd_contact p#hd_tel,
#hd_contact p#hd_mail {
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.4em;
}
#hd_contact p #number,
#hd_contact p #ad {
	font-size: 1.4em;
	color: #6EC6D9;
}
#hd_contact p #ad a {
	color: #6EC6D9;
	font-size: 1rem;
}
#hd_contact p a:hover img{
	opacity: 0.5;
}

/* ==== Navigation === */
nav {
	width: 680px;
	float:right;
	height: 47px;
	margin-top: 10px;
}
nav ul {}
nav li {
	width: 20%;
	float:left;
	text-align:center;
	font-size: 1.2em;
	line-height: 1.1em;
	background: url(../images/nav_line.jpg) no-repeat center right;    
}
nav li:last-child {
	background: none;
}
nav li .nav_s {
	font-size: 0.7em;
	font-weight:normal;
	white-space: nowrap;
}
nav li a{
	height: 47px;
	text-decoration: none;
	color: #000 !important;
	display: block;
	font-weight:bold;
	box-sizing:border-box;
	padding: 10px 40px 0 20px;
}
nav li a:hover,
nav li.current a{
	color: #6FC7DA !important;
}
nav li a:hover .nav_s ,
nav li.current a .nav_s {
	color: #000 !important;
}
}

/*以下レスポンシブ対応のためのスタイル【共通】*/
.inner {
    width: 960px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -130px;
    position: absolute;
    width: 100%;
    margin: 130px auto 0;
    padding: 10px 0 0;
    line-height: 1;
    z-index: 10000;
}
#top-head a,
#top-head {}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin-top: 8px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
#global-nav ul li {
}
#global-nav ul li a {
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 125px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {}
#top-head.fixed #global-nav ul li a {
    color: #333;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #6FC7DA;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*以下タブレット、スマホの個別スタイル*/
@media screen and (max-width: 800px) {
#top-head,
.inner {
	width: 100%;
    padding: 0;
    }
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 120px;
	z-index: 10000;
	position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 8px;
}
#global-nav {
	position: absolute;
/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #6FC7DA;
	width: 100%;
	text-align: center;
	padding: 80px 0 20px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight:bold;
}
#global-nav ul li .nav_s {
	font-size: 10px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #000;
	padding: 18px 0;
	text-decoration:none;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}

/*ヘッダー内お問い合わせ*/
#hd_contact {
	float:right;
	margin-top: 55px;
}
#hd_contact p{
	float:left;
	margin-right: 10px;
}
#hd_contact p#hd_tel{
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.4em;
}
#hd_contact p #number{
	font-size: 1.4em;
	color: #6EC6D9;
}
#hd_contact p a:hover img{
	opacity: 0.5;
}
}
@media screen and (max-width:599px){
/*ヘッダー内お問い合わせ*/
#hd_contact { 
	display: none;
}
}