@charset "UTF-8";

/*:::::::::::::::
共通設定
:::::::::::::::*/
html{
font-size: 62.5%;
}
body {
	font-size:1.6rem;
  font-feature-settings : "palt";
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-family: 'Noto sans Japanese';
  line-height: 1.8;
}
a{color:#000;}
h2{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 2em 0 1em;
}
h2 span{
  display: block;
  font-size:1.5rem;
  color: #00a0e8;
  margin-top:0.5em;
}
img{
  width: 100%;
  max-width: 100%;
  height: auto;
	transition:0.3s;
}
h2 img{
width: auto;
}
a img:hover{
  opacity: 0.7;
}
.w1100{
  width:100%;
  max-width:1100px;
  display:block;
  margin:0 auto;
}
.w1000{
  width:100%;
  max-width:1000px;
  display:block;
  margin:0 auto;
}
.glay{
  background: #F2F2F2 ;
}
.pt40{
  padding-top:4em;
}
.rl {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: justify;
}
.flex{
  display: flex;
}
.button{
	margin:2em auto;
}
.button a {
  padding: 1.2em 3.5em;
	font-size: 1.6rem;
  line-height:2;
  background:#e3007f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  border: 2px solid #e3007f;
}
.button a:hover {
  background:#fff;
  color: #e3007f;
  border: 2px solid #e3007f;
  box-sizing: border-box;
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:600px) {
a img:hover{
  opacity: 1;
}
}
@media screen and (max-width:480px) {
}
/*:::::::::::::::
 Ｇナビ
:::::::::::::::*/
.header{
  width:100%;
  height:auto;
  box-shadow: 0px 9px 3px -3px rgba(125,125,125,0.37);
  position: relative;
}
.header h1{
  max-width: 1100px;
  margin: 2% auto 0;
  text-align: left;
}
.header h1 img{
  max-width: 430px;
}
.nav ul{
  max-width:1100px;
  margin:0 auto;
  display: flex;
  justify-content :flex-end;
  
}
.nav li a{
  display:block;
  margin:1.5em 1em 1em;
  padding:6px 2px 15px;
  position: relative;
  display: inline-block;
  filter: drop-shadow(1px 1px 1px #fff);
}
.nav .this a,
.nav li a:hover{
  color:#e3007f;
}
.nav a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #e3007f;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.nav .this a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e3007f;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.nav a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (max-width:960px) {
.header{
  width:100%;
  height:auto;
  box-shadow: 0px 9px 3px -3px rgba(125,125,125,0.37);
  position: relative;
}
.header h1{
  max-width: 85%;
  margin: 0;
  padding: 20px 10px;
}
nav.menu{ width:25px; height:30px; top: 25px; right:10px; position:fixed; cursor:pointer; overflow:hidden; z-index:9999;}
nav .menu1{ width:25px; height:2px; background-color: #e3007f; top:0px; position:absolute; } 
nav .menu2{ width:25px; height:2px; background-color: #e3007f; top:8px; position:absolute; } 
nav .menu3{ width:25px; height:2px; background-color: #e3007f; top:16px; position:absolute; }
nav .menu1,nav .menu2,nav .menu3{ transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
-webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }
nav .menuclick1{ top:8px; -o-transform: rotate(405deg); -moz-transform: rotate(405deg); -webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg); transform: rotate(405deg); }
nav .menuclick2{ background-color:rgba(255,255,255,0);  }
nav .menuclick3{ top:8px; -o-transform: rotate(-405deg); -moz-transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); -ms-transform: rotate(-405deg); transform: rotate(-405deg); }
#menu{
  position: fixed;
  display: none;
  right: 0;
  top: 63px;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 1);
  padding: 0 20px 0px 20px;
  z-index: 9999;
}
.nav li a{
  display:block;
  padding:0.2em;
}
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:480px) {
}
/*:::::::::::::::
メイン画像
:::::::::::::::*/
.bg-slider img{
	max-width: 150px;
}
.bg-slider {
	width: 100%;
  overflow: hidden;
	height: 80vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
.bg-slider .main-title{
	position: absolute;
	font-size: 4.5rem;
  font-weight: bold;
	right: 18%;
	top:0;
	bottom:0;
	color: #fff;
	text-align:center;
  filter: drop-shadow(1px 1px 1px #666);
  font-family:"游明朝", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.bg-slider .main-logo{
	position: absolute;
	bottom:10%;
	text-align:center;
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:960px) {

.bg-slider .main-title{
	position: absolute;
	font-size: 3.5rem;
	right: 8%;
	top:0;
  bottom:0;
  padding: 2% 0;
}
.bg-slider .main-logo img{
  max-width: 100px;
	bottom:10%;
}
}
@media screen and (max-width:600px) {
.bg-slider .main-title{
	position: absolute;
	font-size: 2.5rem;
	right: 8%;
	top:0;
  bottom:0;
  padding: 2% 0;
}
.bg-slider .main-logo img{
  max-width: 80px;
	bottom:7%;
}

}
@media screen and (max-width:480px) {
}
/*:::::::::::::::
ご挨拶
:::::::::::::::*/
.greetingCont{
  display: flex;
  flex-wrap: wrap;
  height: 320px;
  margin: 5em auto;
  justify-content: space-between;
  font-family:"游明朝", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
}
.greetingCont h2{
  text-align: left;
	padding: 0;
}
.greetingCont .greetingImg{
  width: 45%;
}
.greetingCont .greetingImg img{
  width: 100%;
  height: auto;
}
.greetingCont .greetingText{
  background: rgba(255,255,255,0.73);
  height: 320px;
}
.greetingCont h3{
  margin: 0 1em;
  font-size: 1.9rem;
  letter-spacing:3.5px;
}
.greetingCont p{
  margin: 1.5em 0 0;
}
@media screen and (max-width:1100px) {

.greetingCont{
  height: auto;
  padding:0 5%;
}
.greetingCont .rl{
  -webkit-writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
.greetingCont h2{
  display: none;
}
.greetingCont .greetingImg{
  max-width: 800px;
  width: auto;
  padding:0 0 8%;
  margin: 0 auto;
}
.greetingCont h3{
  margin: 0 1em;
  font-size: 1.9rem;
  letter-spacing:3.5px;
}
}
@media screen and (max-width:600px) {
.greetingCont .greetingImg{
  display: block;
  width: 100%;
  padding:0 0 8%;
  margin: 0 auto;
}
.greetingCont h3{
  margin: 0;
  font-size: 1.9rem;
  letter-spacing:3.5px;
}
}
@media screen and (max-width:480px) {
}
/*:::::::::::::::
ニュース
:::::::::::::::*/
.news dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.news dt{
width: 20%
}
.news dd{
width: 80%;
}
.news dt,
.news dd{
border-bottom: 1px dotted #999;
padding: 1em;
}
.news .button {
	margin:4em auto 5em;
}
.news .button a{
  display: block;
	margin:0 auto;
  width: 250px;
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:960px) {
  
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:480px) {
}
/*:::::::::::::::
業務内容
:::::::::::::::*/
.workBk{
  background: #f7f7f7;
  padding: 0 0 4em;
}
.workWrap{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workCont{
  width: 48%;
  position: relative;
}
.workImg{
  width: 60%;
}
.workImg img{
  width: 100%;
  height: auto;
}
.workText{
  width: 69%;
  background: rgba(255,255,255,0.73);
  position: absolute;
  padding: 1.5em 1.5em 6.5em;
/*  padding: 1.5em 1.5em 0;*/
  top:30%;
  right: 0;
}
.workText h3{
  font-size: 2.3rem;
  margin-bottom: 0.2em;
  font-weight: normal;
  }
/*.workText .button{
margin: 0 -1.5em 0.7em auto; 
padding-top:4em;
}*/
.workText .button {
    margin: 0 auto;
    /* padding-top: 4em; */
    /* display: inline-block; */
    position: absolute;
    bottom: 1em;
    right: 0;
}
.workWrap li:nth-child(1),
.workWrap li:nth-child(2){
  margin-top:3em;
}
.workWrap li:nth-child(3),
.workWrap li:nth-child(4){
  margin-top:13%;
  margin-bottom:5%;
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:960px) {
.workImg{
  width: 75%;
}
.workText{
  padding: 1.5em 1em 5.5em;
  width: 65%;
  top: 40%;
}
.workText h3{
  font-size: 2rem;
  }

.workText .button{
/*margin: 0 -1em 0.7em auto; */
padding-top:2em;
}
}
@media screen and (max-width:850px) {
.workBk{
  padding-bottom: 7em;
}
.workText{
  width: 75%;
  top: 30%;
}
.workWrap li:nth-child(3),
.workWrap li:nth-child(4){
  margin-top:20%;
}

}
@media screen and (max-width:670px) {
.workCont{
  width: 90%;
  margin: auto;
}
.workText{
  width: 65%;
  top: 35%;
}
.workImg{
  width: 60%;
}
.workWrap li:nth-child(2){
margin-top:8em;
}
.workWrap li:nth-child(3){
margin-top:8em;
}
.workWrap li:nth-child(4){
  margin-top:5em;
}
}
@media screen and (max-width:500px) {
.workCont{
  min-height: 280px;
}
.workImg{
  width: 70%;
}
.workText h3{
  font-size: 1.8rem;
}
.workText .button a{
padding: 1em 2em;
}
}
@media screen and (max-width:450px) {
.workCont{
  min-height: 300px;
}
  .workText{
  height: auto;
  width: 85%;
  top: 35%;
}

}

/*:::::::::::::::
フッター
:::::::::::::::*/

footer{
  background: #000;
}
.footerBk{
  background :url(../img/footerImg.png) no-repeat center center;
  padding: 3.5em 1.5em;
  background-size: cover;
}
.banner{
  display: flex;
  justify-content: space-between;
}
.banner li{
	width: 49%;
}
.banner li a{
  backface-visibility: hidden;
}
.footerBt{
  width: 100%;
  background: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3em 1.5em;
}
.footerBt .footerProf{
  width: 49%;
  color: #fff;
}
.footerBt .footerProf .footerLogo{
margin-bottom: 0.5em;
}
.footerBt .footerBanner{
  width: 40%;
}
.footerBt a{
  color: #fff;
}
.footerBt .footerBanner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerBt .footerBanner li {
  width: 49%;
}
.footerBt .footerBanner li a{
  width: 100%;
}
.footerBt .footerBanner li a img{
  width: 100%;
}
.footerBt .footerBanner li:nth-child(3){
  width: 100%
}
.footerBt .footerBanner li:nth-child(3) a{
  display: block;
  width: 100%;
  background: #00a0e8;
  text-align: center;
  padding: 1em;
	margin-top:0.5em;
  border: 2px solid #00a0e8;
transition: 0.3s;
}
.footerBt .footerBanner li:nth-child(3) a:hover{
  background:#fff;
  color: #00a0e8;
  border: 2px solid #00a0e8;
  box-sizing: border-box;
}
@media screen and (max-width:1280px) {
.footerBt .footerProf{
  width: 55%;
}
}
@media screen and (max-width:960px) {
.footerBt .footerBanner li {
  width: 100%;
	margin-top:0.5em;
}
.footerBt .footerBanner li:nth-child(3) a{
	margin-top:0.1em;
}
}
@media screen and (max-width:600px) {
.banner {
  flex-wrap: wrap;
}
.banner li{
	width: 90%;
  max-width: 400px;
  margin:0 auto; 
}

.banner li:nth-child(2){
  padding-top: 1.5em;
}
.footerBt{
  width: 90%;
  margin: 0 auto;
}
.footerBt .footerProf{
  width: 100%;
}
.footerBt .footerBanner{
  width: 100%;
  margin-top: 1em;
}
.footerBt .footerBanner li {
  width: 49%;
}
}
@media screen and (max-width:480px) {
}

/*:::::::::::::::
テーブルデザイン
:::::::::::::::*/
.table{
  width: 100%;
  padding: 1em 0 ;
  display: flex;
  flex-wrap: wrap;
}
.table dt{
  width: 25%;
  padding: 1.5% 2%;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  color: #e3007f;
  font-weight: bold;
}
.table dd{
  width: 75%;
  padding: 1.5% 2%;
  border-bottom: 1px solid #000;
}
.table dd:last-child,
.table dt:nth-last-child(2){
  border-bottom: none;
}
@media screen and (max-width:1280px) {
.table{
  width: 95%;
  margin:auto;
}
}
/*:::::::::::::::
会社概要
:::::::::::::::*/
.map iframe{
  width: 100%;
  height: 400px;
  display: block;
  margin:1em auto 5em;
}
@media screen and (max-width:1280px) {
.map iframe{
  width: 95%;
}
}
/*:::::::::::::::
新着情報一覧
:::::::::::::::*/
.newsPage article{
  display: flex;
  padding:2em 0;
  border-top: 1px solid #000;
}
.newsPage article:last-child{
  border-bottom: 1px solid #000;
  margin-bottom:5em;
}
.newsPage .newsImg{
  width: 30%;
  margin-right: 5%;
}
.newsPage .newsText{
  width: 70%;
}
.newsPage h3{
  font-size: 1.5em;
}
.newsPage .day{
  color: #666;
  margin-bottom:1.2em;
}
@media screen and (max-width:1280px) {
.newsPage article{
  margin:0 2%;
}
.newsPage .newsImg{
  margin-right: 2%;
}

}
@media screen and (max-width:960px) {
.newsPage article{
  flex-wrap: wrap;
}
.newsPage .newsImg{
  width: 90%;
  max-width: 300px;
  margin: 0 auto 2em;
}
.newsPage .newsText{
  width: 100%;
}
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:480px) {
}
/*:::::::::::::::
求人情報
:::::::::::::::*/
.recruitInner{
  display: flex;
  flex-direction:row-reverse;
  padding: 3em 0 5em;
}
.recruitInner .recruitImg{
  width: 50%;
}
.recruitInner .recruitText{
  width: 50%;
  margin: 1% 5% 1% 0;
  text-align: justify;
}
.recruitPage h3{
  border-bottom: 3px solid #0090D8;
  text-align: left;
  font-size:2.5rem;
  margin-bottom:1em;
}
.cooperativeText{
  text-align: center;
  max-width: 96%;
  display: block;
  margin:0 auto;
}
.cooperativeButton{
  display: flex;
  justify-content:space-between;
  margin:3.5em auto 5em;
  max-width: 950px;
}
.cooperativeButton li{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 450px;
}
.cooperativeButton a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  border:2px solid #e3007f;
  font-size:2rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 2.5px;
  padding: 0.5em;
  color: #fff;
  background: #e3007f;
  transition: 0.5s;
}
.cooperativeButton li:first-child a{
  background: #009AE2;
  border:2px solid #009AE2;
}
.cooperativeButton li a:hover{
  background: #fff;
  color: #e3007f;
}
.cooperativeButton li:first-child a:hover{
  background: #fff;
  color: #009AE2;
}
@media screen and (max-width:1280px) {
.recruitPage h3{
  max-width: 96%;
  margin: auto;
}
.recruitInner .recruitImg{
  margin: 0 2% ;
}
.recruitInner .recruitText{
  margin: 1% 0 1% 2% ;
}
}
@media screen and (max-width:960px) {
.cooperativeButton a{
  max-width:90%;
}
}
@media screen and (max-width:700px) {
.recruitInner{
  flex-wrap: wrap;
}
.recruitInner .recruitImg{
  width: 96%;
  max-width: 500px;
  margin:0 auto 3em;
}
.recruitInner .recruitText{
  width: 96%;
  margin: 0 auto;
}
.cooperativeButton{
  flex-wrap: wrap;
  justify-content: center;
}
.cooperativeButton li:nth-child(2){
  margin-top:1.5em;
}
}
@media screen and (max-width:480px) {
}
/*:::::::::::::::
フォーム
:::::::::::::::*/

.form table{
	width: 100%;
	text-align: left;
	margin-top: 5em;
  border:1px solid #000;
  letter-spacing: 2px;
  font-size: 1.8rem;
}
.form table .abs {
	margin-left: 3px;
	color: #dd007f;
}
.form table th, .form table td{
  padding: 0.5em 1em;
  vertical-align: center;
  border-bottom:2px solid #fff;
}

input,
textarea{
  line-height:1em;
  max-width:1000px;
  margin:0.2em auto 0.2em 0;
  padding:0.2em 1em;
  font-size: 100%;
  background:#fff;
}

.form table th {
	background: #F2F2F2;
  color:#dd007f;
	width: 30%;
  border-bottom:1px solid #000;
}

.form table td {
	width: 70%;
  border-bottom:1px solid #000;
  border-left:1px solid #000;
}
.form table td.submit {
	text-align: center;
}
.form table td.submit input{
  line-height:1em;
  margin:5% 0.5%;
  padding:1% 2%;
  background:#eee;
  border:1px solid #000;
  }
.submit input{
  line-height:1em;
  margin:5% 0.5%;
  padding:1% 2%;
  background:#eee;
  border:1px solid #000;
  }
@media screen and (max-width:1280px) {
  .form img{
    max-width: 96%;
    margin:auto;
    display: block;
  }
}
@media only screen and (max-width: 959px){
.form {
	width: 100%;
  display:block;
  margin:0 auto;
}
.form table {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}
.form table th {
	width: 40%;
}
.form table td {
	width: 60%;
}
}

@media only screen and (max-width: 620px){
.form {
	width: 100%;
  display:block;
  margin:0 auto;
}
.form table {
	width: 98%;
	margin-left: 1%;
}
.form table .abs {
	margin-left: 3px;
	color: #f00;
}
.form table th {
	width: 30%;
}
.form table td {
	width: 70%;
}
}

/*:::::::::::::::
個人情報
:::::::::::::::*/

.policy{
  width:100%;
  padding:5em 0 5em;
  line-height:2em;
}
.policy h3{
  font-size:2rem;
  font-weight: 500;
  margin-top:1.5em;
}
@media screen and (max-width:1280px) {
.policy{
  width: 96%;
  }
}
/*:::::::::::::::
施工実績一覧
:::::::::::::::*/
.worklist ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.worklist ul li{
  width: 32%;
}
.worklist ul li:last-child{
  margin-bottom: 7em;
}
.worklist ul h3{
  width: 100%;
  background: #009AE2;
  color: #fff;
  padding: 0.2em 0.5em;
  margin:0.5em 0 2em;
}
.worklist .worklistImg{
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
}
.worklist .button a{
float: right;
}
@media screen and (max-width:1280px) {
.worklist {
  width: 96%;
}
}
@media screen and (max-width:960px) {
.worklist ul li{
  width: 48%;
}
}
@media screen and (max-width:600px) {
.worklist ul li{
  width: 96%;
  margin: 0 auto;
}
}
/*:::::::::::::::
施工実績詳細
:::::::::::::::*/
.worklistInner{
  display: flex;
  padding-bottom: 5em;
  justify-content:space-between;
  flex-wrap: wrap;
}
.worksText{
  width: 30%;
}
.worksText .place,
.worksText .contents,
.worksText .comment{
  margin: 0.5em;
  text-align: justify;
}
.slider-pro{
  width: 70%;
}
.worksText h3{
  border-bottom: 2px solid #009AE2;
  font-size: 2rem;
}
@media screen and (max-width:1100px) {
.worksText{
  width: 100%;
}
.worksText .comment{
  margin-bottom: 3.5em;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:600px) {
}
/*:::::::::::::::
下層上部タイトル共通
:::::::::::::::*/
.frontText{
  text-align:center;
}
.frontText h3{
  font-size:2rem;
  margin-bottom: 1.5em;
  max-width: 96%;
  margin: 0 auto;
}
.frontText p{
  line-height: 2.5;
  max-width: 96%;
  margin: 0 auto;
}

/*:::::::::::::::
個人のお客様向け
:::::::::::::::*/
.icoList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0 5em;
}
.icoList li a{
  display: block;
  margin: 30px 30px 0;
  width: 250px;
  height: 250px;
  background: #E3007F;
  border-radius: 50%;
  color: #fff;
  transition: 0.2s;
  border:2px solid #E3007F;
}
.icoList li a:hover{
  border:2px solid #fff;
}
.icoList li a img{
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding-top: 12%;
}
.icoList li a:hover img{
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
  opacity: 1;
}
.workIndividualCont{
  padding-bottom: 5em;
}
.workIndividualCont h2 {
  line-height: 1;
  padding-bottom: 2em;
}
.workIndividualCont h2 .number{
  color: #000;
  font-size: 10rem;
  line-height: 1;
  margin-top: 10px;
}
.workIndivisialFlex,
.workIndivisialFlex2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.workIndivisialFlex2{
  flex-direction:row-reverse;
}
.workIndividualImg{
  width: 45%;
}
.workIndividualText{
  width: 50%;
  text-align: justify;
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:750px) {
.icoList{
}
.icoList li a{
  margin: 10px;
  width: 200px;
  height: 200px;
}
.workIndividual li a img{
  padding-top: 12%;
}
.workIndividualCont h2 .number{
  font-size: 7rem;
  margin-top: 17px;
}
.workIndividualImg{
  width: 90%;
  max-width: 600px;
  margin:0 auto 2em;
}
.workIndividualText{
  width: 96%;
  margin: 0 auto
}
}
/*:::::::::::::::
法人のお客様向け
:::::::::::::::*/
.workCorpWrap{
  margin: 4em auto 6em;
}
.workCorporation,
.workCorporation2{
  position: relative;
  height: 380px;
  margin: 5em auto ;
}
.workCorporation .workCorpImg,
.workCorporation2 .workCorpImg{
  box-shadow:6px 6px 6px -2px #555;
  width:40%;
}
.workCorporation2 .workCorpImg{
  position: absolute;
  right:0;
}
.workCorporation .workCorpText,
.workCorporation2 .workCorpText{
  position:absolute;
  bottom:0;
  right:0%;
  width:70%;
  min-height:250px;
  background:#009FE7;
  padding:3% 5% 3% 16%;
  color:#fff;
  z-index:-1;
}
.workCorporation2 .workCorpText{
  left:0%;
  padding:3% 16% 3% 5%;
}
.workCorporation h2,
.workCorporation2 h2{
    font-size:2.5rem;
    font-weight:300;
    padding:0 0 5px;
    text-align:left;
    letter-spacing:3px;
    border-bottom:4px solid #BFF1FF;
    margin-bottom: 10px;
}
.workCorporation h2 span,
.workCorporation2 h2 span{
    display:inline;
    font-size:1.8rem;
    color:#fff;
    margin-top:0;
    margin-left:1em;
}
@media screen and (max-width:1280px) {
.workCorpWrap{
  max-width: 96%;
}
}
@media screen and (max-width:960px) {
.workCorporation h2 span,
.workCorporation2 h2 span{
    display:block;
    margin-left:0;
}
}
@media screen and (max-width:600px) {
.workCorporation,
.workCorporation2{
  position: inherit;
  height: auto;
  margin: 2em auto 0;
}
.workCorporation .workCorpText,
.workCorporation2 .workCorpText{
  position: inherit;
  width:90%;
  margin: 0 auto;
  height: auto;
  padding: 3% 7%;
}
.workCorporation .workCorpImg,
.workCorporation2 .workCorpImg{
  position: inherit;
  box-shadow: none;
  width:90%;
  margin: 0 auto 0;
}
}
@media screen and (max-width:480px) {
}
/*:::::::::::::::
ご依頼の流れ
:::::::::::::::*/
.flow{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}
.corporationFlow,
.individualFlow{
  width:50%;
  padding:0 3%;
  margin-top:15em;
  margin-bottom:5em;
  position:relative;
}
.corporationFlow h3,
.individualFlow h3{
  position:absolute;
  top:-8em;
  left:25%;
  width:50%;
  padding:3% 0;
  color: #fff;
  text-align: center;
}
.corporationFlow h3{
  background:#00A0E8;
}
.individualFlow h3{
  background:#E3007F;
}
.corporationFlow dl,
.individualFlow dl{
  width:100%;
  padding:2%;
  margin-bottom: 2em;
  border:1px solid #B3B3B3;
}
.corporationFlow dl:last-child,
.individualFlow dl:last-child{
  margin-bottom: 0;
}
.corporationFlow{
  border-right:1px solid #B3B3B3;
}
.corporationFlow dt,
.individualFlow dt{
  font-size: 2.3rem;
  padding:0 2% 1%;
  border-bottom:1px solid #B3B3B3;
}
.corporationFlow dd,
.individualFlow dd{
  padding:2%;
}
.corporationFlow dd ul,
.individualFlow dd ul{
  display: flex;
}
.corporationFlow dd ul li,
.individualFlow dd ul li{
width: 50%;
margin: 3% 0;
}
.corporationFlow dd ul li:first-child a{
  background:#00A0E8;
  color: #fff;
  padding: 4% 10%;
}
.individualFlow dd ul li:first-child a{
  background:#E3007F;
  color: #fff;
  padding: 4% 10%;
}
.corporationFlow dd ul li:last-child a{
  color: #00A0E8;
  font-size: 1.2em;
}
.individualFlow dd ul li:last-child a{
  color: #E3007F;
  font-size: 1.2em;
}
.corporationFlow dt .num,
.individualFlow dt .num{
  font-size: 3rem;
  font-weight: bold;
  width:100%;
  padding:0 3% 0 1%;
  margin-right: 3%;
  border-right:1px solid #B3B3B3;
  line-height: 1;
}
.corporationFlow dt .num{
  color:#00A0E8;
}
.individualFlow dt .num{
  color:#E3007F;
}
@media screen and (max-width:600px) {
.corporationFlow,
.individualFlow{
  width:100%;
}
.individualFlow{
  margin-top:8em;
}
}

#page_top{
  width: 174px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-image: url("../img/page_top.png");
  opacity: 0.6;
}

#page_top a{
  position: relative;
  display: block;
  width: 174px;
  height: 60px;
  text-decoration: none;
}
#contact_btn{
  width: 174px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 39px;
  background-image:url("..//img/contact_btn.png");
  opacity: 0.6;
}

#contact_btn a{
  position: relative;
  display: block;
  width: 174px;
  height: 60px;
  text-decoration: none;
}


/*----------------2020/11/27追記------------*/
.mr_tp img{
	margin-top:82px;
	margin-bottom:20px;
}
.outdoor img{
	width: 1100px;
	display: block;
	margin:80px auto;
}
.mob img{
	display: none;
}
.h3_deco h3{
	margin-top:60px;
	border-bottom: 3px solid #0090D8;
	text-align: left;
	font-size:2.5rem;
	margin-bottom:1em;
}
.h3_deco p{
	margin-bottom: 2em;
}
.caution{
	font-size:14px;
}
/*-----------------------------*/
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    background-color: #e3007f;
    cursor :pointer;
  width: 96%;
	font-weight: bold;
  border:2px solid #e3007f;
  font-size:2rem;
  line-height: 1.2;
  letter-spacing: 2.5px;
  padding: 0.5em;
  color: #fff;
  background: #e3007f;
  transition: 0.5s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
  background: #fff;
  color: #e3007f;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*-----------------------------*/
@media screen and (max-width:600px){
		.outdoor img{
		display: none;
	}
	.mob img{
	display:inline;	
	}
	.mob{
		margin-top:25%;
	}
}
@media screen and (max-width:480px){

	.greetingCont{
		margin:1.5em auto 17em;
	}
	
	h2.S2{
		margin-top:170px;
	}
	.news dt{
		border:none;
	}
	.news dd{
		width: 100%;
	}
}