﻿@charset "utf-8";

.pbn {
	margin-top: 30px;
	font-size: 90%;
}
.pre {padding-right: 90px;}
.next {padding-left: 90px;}
@media screen and (max-width:768px) {  /*　画面サイズ768pxまでに適用　*/
	.pre {padding-right: 50px;}
	.next {padding-left: 50px;}
}
.pre,
.next {
	width: 90px;
	min-width: 60px;
}
.back {
	min-width: 80px;
	width: 200px;
}

.pbn a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	border: 1px solid #97E7E7;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	color: #2d2d33;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.2s;
}
@media screen and (max-width:500px) {  /*　画面サイズ500pxまでに適用　*/
	.pre {padding-right: 20px;}
	.next {padding-left: 20px;}
	.pbn a {padding: 0 5px;}
}
.pbn a:hover {
	background: #97E7E7;
	color: #FFFFFF;
}
.pbn .next a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6%;
	display: inline-block;
	border-style: solid;
	border-width: 8px 0 8px 7px;
	border-color: transparent transparent transparent #97E7E7;
	margin-top: -8px;
}
.pbn .pre a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6%;
	display: inline-block;
	border-style: solid;
	border-width: 8px 7px 8px 0;
	border-color: transparent #97E7E7 transparent transparent;
	margin-top: -8px;
}
.pbn .next a:hover:before {
	border-color: transparent transparent transparent #FFFFFF;
}
.pbn .pre a:hover:before {
	border-color: transparent #FFFFFF transparent transparent;
}

.Ctitle {
	position: relative;
	height: 150px;
	margin-bottom: 30px;
}
.Ctitle h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 200%;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: -2px -2px #FFFFFF, 2px 2px #FFFFFF, 2px -2px #FFFFFF, -2px 2px #FFFFFF, 2px 0px #FFFFFF, 0px 2px #FFFFFF, -2px 0px #FFFFFF, 0px -2px #FFFFFF, 6px 6px rgba(102, 204, 255, 0.1), 4px 4px 15px #DDFFFF;
}
@media screen and (max-width:768px) {  /*　画面サイズ768pxまでに適用　*/
	.Ctitle h2 {
		font-size: 160%;
	}
}
.Subtitle {
	font-size: 130%;
	margin-bottom: 60px;
	padding: 2px 20px 2px 20px;
	border-left: 10px solid #97E7E7;
	border-bottom: 1px solid #97E7E7;
	text-align: left;
	text-shadow: 1px 1px #FFFFFF, 2px 2px 3px #B3D8D8;
	margin-bottom: 30px;
}
.BaseBg {
	background-image: url("../news/img/back.jpg");
	background-size: cover;
	background-position: center 56%;
}
.SubBox {
	width: 80%;
	min-width: 330px;
	text-align: left;
}
.Subarea {
	margin: 10px 20px 40px 30px;
}
@media screen and (max-width:400px) {  /*　画面サイズ400pxまでに適用　*/
	.SubBox {
		width: 85%;
	}
	.Subarea {
		margin: 10px 20px 40px 20px;
	}
}
.Subarea p {
	text-indent: 1em;
	line-height: 1.8em;
}

.CorpBg {
	background-image: url("../company/img/back.jpg");
	background-size: cover;
	background-position: center 83%;
}
.CorpPhilo {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}
.company_philo_circle {
	width: 150px;
	height: 150px;
}
.company_philo_circle span {
	font-size: 120%;
	width: 150px;
}
.company_philo2 {
	margin-left: -25px;
	margin-top: 0;
}
.company_philo3 {
	margin-left: -25px;
	margin-top: 0;
}
.CorpPhiloMin {
	display:none;
}
@media screen and (max-width:768px) {  /*　画面サイズ768pxまでに適用　*/
	.company_philo2 {
		margin-left: 0;
		margin-top: -40px;
	}
	.company_philo3 {
		margin-left: -20px;
		margin-top: -40px;
	}
	.CorpPhiloMin {
		display:block;
		width: 100%;
	}
}
@media screen and (max-width:400px) {  /*　画面サイズ400pxまでに適用　*/
	.company_philo3 {
		margin-left: 0;
	}
}

.CorpBox table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #929B9B;
}
.CorpBox th,td {
	padding: 15px;
	border: 1px solid #929B9B;
}
.CorpBox th {
	min-width: 70px;
	background-color: #E5F3FC;
	text-align: center;
}
@media screen and (max-width:400px) {  /*　画面サイズ400pxまでに適用　*/
	.CorpBox th,td {
		padding: 5px;
	}
}

.ServBg {
	background-image: url("../service/img/back.jpg");
	background-size: cover;
	background-position: center 45%;
}
.ServL {
	margin-bottom: 1.8em;
}
.ServPicArea {
	margin: 40px auto;
	padding-bottom: 20px;
}
.ServPic {
	position: relative;
	border: 1px solid #B3D8D8;
	border-radius: 10px;
	width: 345px;
	min-width: 300px;
	height: 305px;
}
.ServPic div {
	position: absolute;
	left: 35px;
	border: 1px solid #E5F3FC;
	border-radius: 10%;
	text-align: center;
	font-size: 95%;
	padding: 5px;
	background-color: #E5F3FC;
}
.ServPic div:nth-of-type(1) {top:  10px;}
.ServPic div:nth-of-type(2) {top:  50px;}
.ServPic div:nth-of-type(3) {top:  90px;}
.ServPic div:nth-of-type(4) {top: 130px;}
.ServPic div:nth-of-type(5) {top: 170px;}
.ServPic div:nth-of-type(6) {top: 210px;}


.ServPicLine {
	position: absolute;
	display:block;
	background-color: #B3D8D8;
	height: 2px;
}
.SPL1 {
	top: 33px;
	left: 113px;
	width: 100px;
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}
.SPL2 {
	top: 83px;
	left: 110px;
	width: 105px;
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
}
.SPL3 {
	top: 72px;
	left: 105px;
	width: 118px;
	transform: rotate(-32deg);
	-webkit-transform: rotate(-32deg);
}
.SPL4 {
	top: 122px;
	left: 109px;
	width: 109px;
	transform: rotate(-23deg);
	-webkit-transform: rotate(-23deg);
}
.SPL5 {
	top: 155px;
	left: 113px;
	width: 102px;
	transform: rotate(13deg);
	-webkit-transform: rotate(13deg);
}
.SPL6 {
	top: 175px;
	left: 112px;
	width: 101px;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
.SPL7 {
	top: 195px;
	left: 106px;
	width: 115px;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.SPL8 {
	top: 63px;
	left: 100px;
	width: 126px;
	transform: rotate(38deg);
	-webkit-transform: rotate(38deg);
}
.SPL9 {
	top: 103px;
	left: 113px;
	width: 98px;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}
.SPL10 {
	top: 144px;
	left: 97px;
	width: 131px;
	transform: rotate(-41deg);
	-webkit-transform: rotate(-41deg);
}
.SPL11 {
	top: 163px;
	left: 84px;
	width: 157px;
	transform: rotate(-51deg);
	-webkit-transform: rotate(-51deg);
}

.ServBuil {
	position: absolute;
	font-size: 95%;
	left: 220px;
}
@media screen and (max-width:400px) {  /*　画面サイズ400pxまでに適用　*/
	.ServBuil {
		left: 200px;
	}
}
.ServBuil img {
	width: 25px;
	padding-right: 3px;
}
.ServBuil:nth-of-type(1) {top:  25px;}
.ServBuil:nth-of-type(2) {top:  85px;}
.ServBuil:nth-of-type(3) {top:  145px;}

.ServHuman {
	position: absolute;
	right: 60px;
/*	bottom: 10px;*/ /*IE対策*/
	top: 188px;
	width: 90px;
	z-index: 10;
}
@media screen and (max-width:500px) {  /*　画面サイズ500pxまでに適用　*/
	.ServPic {
		margin-left: -30px;
		width: 270px;
		min-width: 270px;
	}
	.ServPic div {left: 15px;}
	.SPL1 {left: 93px;}
	.SPL2 {left: 90px;}
	.SPL3 {left: 85px;}
	.SPL4 {left: 89px;}
	.SPL5 {left: 93px;}
	.SPL6 {left: 92px;}
	.SPL7 {left: 86px;}
	.SPL8 {left: 80px;}
	.SPL9 {left: 93px;}
	.SPL10 {left: 77px;}
	.SPL11 {left: 64px;}
	.ServBuil {left: 200px;}
	.ServHuman {right: 35px;}
}
.ServPicMid {
	vertical-align: middle;
	text-align: center;
}
.bigarrow {
	width: 0;
	height: 0;
	display:block;
	border-style: solid;
	border-width: 20px 10px 20px 30px;
	border-color: transparent transparent transparent #E5F3FC;
	margin-left: 10px;
}
@media screen and (max-width:1000px) {  /*　画面サイズ768pxまでに適用　*/
	.bigarrow {
		border-width: 30px 20px 0 20px;
		border-color: #E5F3FC transparent transparent transparent;
		margin: 10px auto;
	}
}
.ServExa li {
	display: inline-flex;
	position: relative;
	vertical-align: middle;
	width: 270px;
	margin :10px 5px;
}
.ServExa img {
	width: 260px;
	margin-left: 10px;
	margin-top: 15px;
}
.ServExa span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 3px 7px;
	border-left: 5px solid #97E7E7;
	background-color: #FFFFFF;
	font-size: 90%;
	max-width: 220px;
}
@media screen and (max-width:1200px) {  /*　画面サイズ1200pxまでに適用　*/
	.ServExa li {width: 220px;}
	.ServExa img {width: 210px;}
}
@media screen and (max-width:1000px) {  /*　画面サイズ1000pxまでに適用　*/
	.ServExa li {width: 240px;}
	.ServExa img {width: 230px;}
}
@media screen and (max-width:756px) {  /*　画面サイズ756pxまでに適用　*/
	.ServExa li {width: 290px;}
	.ServExa img {width: 280px;}
	.ServExa span {font-size: 100%;}
}
@media screen and (max-width:450px) {  /*　画面サイズ450pxまでに適用　*/
	.ServExa li {width: 240px;}
	.ServExa img {width: 230px;}
}
.ServExaWorkBtn {
	width: 120px;
	margin: 20px auto 10px;

}

.ServExaFun {
	margin-left: 1em;
}

.WorkBg {
	background-image: url("../work/img/back.jpg");
	background-size: cover;
	background-position: center 40%;
}
.WorkList {
	margin-bottom: 30px;
	width: 1050px;
}

/*
.WorkSB {
	position: relative;
	overflow: hidden;
	width: 200px;
	margin: 0 0 1em auto;
	border: 1px solid #B3D8D8;
	border-radius: 2px;
	background: #ffffff;
}
.WorkSB select {
	position: relative;
	width: 100%;
	padding: 4px 2em 4px 10px;
	font-size: 100%;
	color: #555555;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
	text-overflow: ellipsis;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.WorkSB select:-ms-expand {
    display: none;
}
.WorkSB:before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 6px;
	border-color: #B3D8D8 transparent transparent transparent;
	pointer-events: none;
	transition: all .8s;
}
*/

div.WorkCategory  {margin-bottom:10px;}
.WorkCategory ul {list-style: none;}
.WorkCategory li {
	position: relative;
	display: inline-block;
	border: 1px solid #97E7E7;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 10px;
	width: 140px;
	height: 40px;
}
.WorkCategory a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.WorkCategory a:hover {
	background-color: #97E7E7;
	color: #FFFFFF;
}
.WorkCategory span{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 150%;
	text-align: center;
}
.WorkCategoryChoice{
	background-color: #97E7E7;
	font-weight:bold;
}

.WorkPage ul {list-style: none;}
.WorkPage li {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}
.WorkPage a:hover {color: #97E7E7;}
.WorkPageChoice{
	position: absolute;
	top: -4px;
}

.WorkList ul {
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
}
.WorkList li {
	position: relative;
	width: 348px;
	height: 250px;
	background-size: 100%;
	background-position: center center;
	filter: saturate(75%);
	margin: 1px;
}

.WorkList li:hover {
	background-size: 105%;
	opacity: 0.9;
	filter: saturate(115%);
	transition: .4s;
}
@media screen and (max-width:1100px) {  /*　画面サイズ1100pxまでに適用　*/
	.WorkList { width: 700px;}
	.WorkList li {
		width: 344px;
		margin: 3px;
	}
}

@media screen and (max-width:768px) {  /*　画面サイズ768pxまでに適用　*/
	.WorkList { width: 500px;}
	.WorkList li {
		width: 244px;
		height: 180px;
		margin: 3px;
	}
}
@media screen and (max-width:550px) {  /*　画面サイズ550pxまでに適用　*/
	.WorkList { width: 350px;}
	.WorkList li {
		width: 350px;
		height: 200px;
	}
}
@media screen and (max-width:400px) {  /*　画面サイズ400pxまでに適用　*/
	.WorkList { width: 270px;}
	.WorkList li {
		width: 270px;
		height: 170px;
	}
}
.WorkList li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	z-index: 30;
}
.WorkList div/*:not(.WorkSB)*/ {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #D0E0E0;
	opacity: 0.2;
	z-index: 10;
}
.WorkList span {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #2d2d33;
	font-size: 130%;
	font-weight: bold;
	text-shadow: 1px 0 3px #FFF, 0 1px 3px #FFF, -1px 0 3px #FFF, 0 -1px 3px #FFF, 0 0 3px #FFF, 1px 1px 3px #FFF, -1px -1px 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 4px #FFF,0 0 4px #FFF,0 0 4px #FFF, 4px 4px 8px #DDFFFF;
	text-align: left;
	padding: 20px;
	z-index: 20;
}
.Wtitle {
	width: 350px;
	font-size: 150%;
	margin-bottom: 60px;
	padding: 10px 5px;
	border-top: 2px solid #97E7E7;
	border-bottom: 2px solid #97E7E7;
	text-shadow: 1px 1px #FFFFFF, 2px 2px 3px #B3D8D8;
}
.Wtitle span {
	font-size: 70%;
}
.Wgallery {
	column-width: 350px;
}
.Wgallery img {
	width: 100%;
	height: auto;
	border: 10px solid #FFFFFF;
	margin: 0 10px 10px 0;
	box-shadow: 3px 5px 13px -6px #4B5050;
	box-sizing: border-box;
}
@media screen and (max-width:400px) {  /*　画面サイズ400pxまでに適用　*/
	.Wtitle {
		width: 250px;
		font-size: 120%;
	}
	.Wgallery {column-width: 220px;}
	.Wgallery img {border: 6px solid #FFFFFF;}
}
.Wgallery div {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: visible;
}
.Wgallery span {
	position: absolute;
	top: 15px;
	left: 10px;
	padding: 3px 35px;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	z-index: 1;
	border-left:6px solid #97E7E7;
}
.W_bottom {
	margin: 30px auto;
}


.ContBg {
	background-image: url("../contact/img/back.jpg");
	background-size: cover;
	background-position: center 70%;
}
.ContTELL {
	position: relative;
	margin: 30px 0;
	border: 2px solid #97E7E7;
	border-radius: 20px 20px;
	text-align: right;
	text-shadow: -2px -2px #FFFFFF, 2px 2px #FFFFFF, 2px -2px #FFFFFF, -2px 2px #FFFFFF, 2px 0px #FFFFFF, 0px 2px #FFFFFF, -2px 0px #FFFFFF, 0px -2px #FFFFFF;
	background-color: #97E7E7;
	width: 420px;
	height: 120px;
	box-shadow: 3px 5px 8px -6px #4B5050;
}

.ContTELL img {
	position: absolute;
	left: 15px;
	z-index: 4;
}
.effect_trustme {
	top: 46px;
	height: 3px;
	opacity: 0;
	visibility: hidden;
	transform : translate(400px, 0);
	transition: all 1s;
}
.effect_trustme.come_now {
	top: 5px;
	height: 48px;
	opacity: 0.6;
	visibility: visible;
	transform : translate(0, 0);
}
.ContTELLLine {
	position: absolute;
	top: 50px;
	left: 10px;
	background-color: #FFFFFF;
	width: 95%;
	height: 2px;
	opacity: 0.4;
	z-index: 3;
}
.ContTELL span {
	position: absolute;
	bottom: 6px;
	right: 20px;
	z-index: 5;
	font-size: 180%;
	font-weight: bold;
}
.ContText {
	font-size: 90%;
	padding-bottom: 1em;
}
@media screen and (max-width:768px) {  /*　画面サイズ768pxまでに適用　*/
	.ContTELL {
		width: 370px;
	}
}
@media screen and (max-width:500px) {  /*　画面サイズ500pxまでに適用　*/
	.ContTELL {
		margin-left: -20px;
		width: 250px;
		height: 100px;
	}
	.ContTELL span {
		font-size: 120%;
	}
}

.NewsLine {
	padding: 0 10px;
	margin-left: -15px;
}
.news_line {
	display: block;
	height: 60px;
	font-size: 100%;
	font-weight: normal;
}
@media screen and (max-width:768px) {  /*　画面サイズ768pxまでに適用　*/
	.news_line {height: 82px;}
}
@media screen and (max-width:520px) {  /*　画面サイズ520pxまでに適用　*/
	.NewsLine {padding: 0;}
	.news_line {height: 105px;}
}
@media screen and (max-width:460px) {  /*　画面サイズ460pxまでに適用　*/
	.news_line {max-height: 125px;}
}
.news_date {
	font-size: 90%;
}
.news_text h3 {
	font-size: 100%;
	font-weight: normal;
}
