/* CSS Document */
/* ---------------------------------------------------------------------------------------------

　   サイト全体

--------------------------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, div, dt, dd, dl, img, input, form, ul, li, span, iframe {
	margin: 0;
	padding: 0;
vertical-align: bottom;
}
.t_160 {
 font-size: 160%;
}
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
background-color: rgba(255,255,255,0.9);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  }

html {
margin:0;
padding:0;
overflow-y:scroll;
-moz-text-size-adjust:none;/* スマホ文字サイズ自動調整 */
-webkit-text-size-adjust:100%;
overflow-x: hidden;
}
*{
margin:0;
padding:0;
box-sizing:border-box;/* ボックスサイズ枠線まで含める */
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
body {
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-feature-settings : "palt";
letter-spacing: .5px;
color: #333;
font-size: 16px;
line-height:1.8em;
overflow-wrap: break-word;
word-wrap: break-word;
}
img {
 border: 0;
 vertical-align: bottom;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
overflow:hidden;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ------------------------------------- */
/* リンク
/* ------------------------------------- */
a {
 text-decoration: none;
 -webkit-tap-highlight-color: transparent; /* 強調をなくす */
}
/* ------------------------------------- */
/* 画像
/* ------------------------------------- */
img{vertical-align:middle;border-style:none;border:0;-webkit-backface-visibility: hidden;vertical-align: bottom;}
a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )";
}
/* ------------------------------------- */
/* reCAPTCHA
/* ------------------------------------- */
.grecaptcha-badge {
	bottom: 80px!important;
}
@media (max-width: 768px) {
    .grecaptcha-badge { display : none; }
}

/*	container
/* ------------------------------------- */
.container {
padding: 0 6%;
box-sizing:border-box;
width:100%;
}
@media screen and (min-width: 768px) {
.container {
width: 748px;
margin: 0 auto;
}}
@media screen and (min-width: 980px) {
.container {
	width:980px;
	margin: 0px auto;
	padding: 0;
}
.container2 {
margin: 0px auto;
}}

/*	PC contact（right）
/* ------------------------------------- */
.right {
position:fixed;
top:0;
right:0;
z-index:9999
}
.contact {
	float: right;
	width: 90px;
	height: 90px;
	text-align: center;
	margin: 0;
	line-height: 1.5em;
	font-size: 1.5em;
	display: block;
	}
.contact a {
	display: block;
	background-color: #0085da;
	color: #fff;
    height:100%;
    width: 100%;
	transition: 0.5s;
	padding: 25px 0 0 0;
	box-sizing: border-box;
	}
.contact a:hover {
opacity: 0.5;
}
@media screen and (max-width: 979px) {
.right {
right:54px;
}
.contact {
	width: 54px;
	height: 54px;
	margin: 0;
	font-size: 1.5em;
	}
.contact a {
	padding: 8px 0 0 0;
	}
}
/*	改行
/* ------------------------------------- */
.sp{ display: none; }
.pc{ display: block; }

@media screen and (max-width: 768px) {
  .sp{ display: block; }
  .pc{ display: none; }
}

/* ------------------------------------- */

/*フロート設定
/* ------------------------------------- */

.tex img.centered, .tex img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: none;
}
.tex img.alignright, .tex .alignright img{
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	display: inline;
	clear: none;
}
.tex img.alignleft, .tex .alignleft img{
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
	clear: none;
}
.tex img.alignnone, .tex .alignnone img{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	clear: none;
	display: block;
}
.tex .alignright, .right {
	float: right;
}
.tex .alignleft {
	float: left;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width:60em) {
	.tex img.alignright, .tex img.alignleft, .tex img.alignnone, .tex img.aligncenter{
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.tex .alignright {
		float: none;
	}
	.tex .alignleft {
		float: none;
	}
	.tex .aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */
.logo{
margin: 10px 0 14px 3%;
}

h1 a {
	background: url(../img/logo.svg) no-repeat;
	background-size: 175px 16px;
  display: block;
  width: 175px;
  height: 16px;
  float: left;
}
h1 a span {
display: none;
}
@media screen and (min-width: 980px) {
.logo{
margin: 5px 0 0 6%;
}
h1 a {
	background-size: 307px 28px;
  display: block;
  width: 307px;
  height: 28px;
}}
/* ---------------------------------------------------------------------------------------------

　   背景

--------------------------------------------------------------------------------------------- */
.back_inquiry{
padding:50px 0;
background: #333333;
}
.back_business{
padding:50px 0;
background: #333333;
color: #fff
}
.back_news {
padding:50px 0;
background: #e9e9e9;
margin-top: 55px
}
.back_works {
padding:40px 0;
margin: 0 auto;
text-align: center;}

.back_page {
padding:40px 0;
background: #fff
}
@media screen and (min-width: 980px) {
.back_inquiry {
padding:40px 0 30px 0;
}
.back_page {
padding:60px 0;
background: #fff
}
}

/* ---------------------------------------------------------------------------------------------

　   お問い合わせ

--------------------------------------------------------------------------------------------- */
.two-inquiry-pc	{
width: 320px;
margin: 0 auto;
}
.two-inquiry-pc:after	{content: "";
display: block;
clear: both}
.two-inquiry-l	{
margin-bottom: 10px}
	
/*	電話
/* ------------------------------------- */
.text_tel {
color: #fff;
font-size: .7em;
text-align: center;
margin: 10px 0 20px 0
}
.two-inquiry-l img{
max-width: 100%;
height: auto;
	
}
/*	メール
/* ------------------------------------- */
.btn_01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1em 2em 1em 2em;
    border: 1px solid #fff;
    background-color: #333333;
    color: #fff;
    font-size: 1em;
		border-radius: 50px;
}

.textlink a {
	position: relative;
	color: #fff;
	text-decoration: none;
}

.btn_mail::before {
    width: 1em;
    height: 1em;
    margin-right: 10px;
    content: "\f0e0";
font-family: FontAwesome;
}

@media screen and (min-width: 768px) {
.two-inquiry-pc	{
width: 100%;
}

.two-inquiry-l	{float: left;
	width: 48%;
	margin-bottom: 0}
.two-inquiry-r	{float: right;
	width: 48%;
}
.text_tel {
		margin: 10px 0 0 0;
		font-size: .8em;
}
}

@media screen and (min-width: 980px) {
.two-inquiry-pc	{
width: 700px;
}
.two-inquiry-l	{width: 45%;}
.two-inquiry-r	{width: 45%;
}
}

/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
#footer{
background: #fff;
width: 100%;
margin: 0;
color: #333;
padding: 50px 0
}
.footer_box {
	text-align:center;
}
#footer h4 a img{
padding: 10px 0;
	color: #333;
  margin: 0 auto;
	width: 243px;
	height: auto
}

#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
#footer address a {
	color:#333;
}
#footer p {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
.footer_i {
	width:100%;
	margin: 0 auto;
}
.footer_i img {
	width:30px;
	float:center;
	margin: 10px 0;
}
.footer_i a img {
transition: 0.3s;
}
.header_i a:hover img,
.header_is a:hover img,
.footer_i a:hover img {
opacity: 0.5;
}
.flex_foot-box{display: none}

.copy {
  text-align: center;
  font-family: Verdana, “Droid Sans”;
  font-size: 10px;
	padding-top: 3%
}
@media screen and (min-width: 980px) {
a[href^="tel:"] {
    pointer-events: none;
}
#footer{
	width: 100%;
	margin: 0;
}
.footer_box{
	padding: 0;
	text-align: left;
	float: left;
	width: 35%
}
#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.8em;
  margin: 15px 0 0 0;
}

#footer p {
	font-style: normal;
	font-size: 80%;
line-height:1.8em;
  margin: 5px auto 0 auto;
}
.footer_i {
	width:60px;
	margin: 10px 0;
}
.footer_i img {
	float:left;
}

/*	footer　menu　 */
.flex_foot-box {
    padding:  0;
    justify-content:center;
		float: right;
		display: flex;
		text-align: left;
		width: 60%
}
 
.flex_foot-item {
    padding: 0;
    margin:  0 0 0 40px;
		display: block;
}
.flex_foot-item ul {
  list-style: none;
}
.flex_foot-item ul li a{
  line-height: 1.8; 
  font-size: .9em;
	color: #333;
}

/*	子　menu　 */
.flex_foot-item ul li ul {
  margin: 0 0 0 1em;
}
.flex_foot-item ul li ul li {
  position: relative;
}
.flex_foot-item ul li ul li a{
  line-height: 1.8; 
  font-size: .8em;
	color: #333;
}
.flex_foot-item ul li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #333;
}
}
/*	pagetop
/* ------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    display: block;
    background-color: #0085da;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 10px 5px 10px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------

　   NEWS WORKS

--------------------------------------------------------------------------------------------- */

.work_box_list {
	text-align: left;
	margin: 0;
}
.work_box_list ul {
	list-style: none;
	line-height: 0;
	margin-top: 2%
}
.work_box_list ul:after {
	content: "";
	clear: both;
	display: block;
}
.work_box_list li div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* トリミングしたい枠の幅 */
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.work_box_list ul li {
	display: inline-block;
	/display: inline;
	/* IE用ハック */
	/zoom: 1;
	/* IE用ハック */
	vertical-align: top;
	/* 上端を揃える */
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 5%
}
.work_box_list ul li a{
color: #333
}
.c_mise {
	width: 100%;
	max-width: 100%;
	margin: 0;
	position: relative;
	padding-bottom: 100%;
	height: 0;
	display: flex;
}
.c_mise::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.c_mise img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}
.c_mise a img {
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.work_box_list li img a {
	border: 0;
}
.work_box_list a:hover, a:hover .c_mise, a:hover .cate_box {
	opacity: 0.6;
	transition: 0.5s;
	text-decoration: none;
}
	
.work_box_tex {
	margin-top: 15px;
	text-align: left
}
.work_box_tex h5 {
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
	clear: both;
	margin-top: 0;
}
.work_box_tex p {
	margin: 0;
	float: none;
	font-size: .8em;
	line-height: 1.5;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.work_box_list ul li {
		width: 47%;
		margin-right: 4%;
		margin-bottom: 5%
	}
	.work_box_list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.work_box_list li h5 {
		font-size: 1em;
		line-height: 1.3;
	}
}
@media screen and (min-width:768px) {
	.work_box_list ul li {
		width: 22%;
		margin-right: 3%;
	}
	.work_box_list ul li:nth-child(4n) {
		margin-right: 0;
	}
}
/* カテゴリの設定（スラッグはtopとpage）
/* ------------------------------------- */

.catebl {
	display: inline-block;
	font-weight: normal;
	margin: 20px 0;
	color: #333;
	font-size: .7em;
}
.cate_box {
	display: flex;
	align-items: center;
}
.en_news {
	padding: 5px 8px;
	color: #333;
	border: solid 1px #333;
	border-radius: 20px;
}
