@charset "UTF-8";
/* CSS Document */

.slideImg .top-mainImg{
	position: relative;
	width: 75%;
	margin: auto;
}
.slideImg .top-mainImg .articleBox{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #f2f2f2;
	padding: 20px;
	opacity: 0.9;
	width: 40%;
}
.slideImg .top-mainImg .articleBox h2.ttl{
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}
.slideImg .top-mainImg .articleBox .desc{
	font-size: 13px;
	display: inline-block;
}
.top .slideImg{
	margin-top: 40px;
}
.top-main .news1 .pcFlex{
	display: flex;
	justify-content: space-between;

}
.top-main .news1 .catchImage{
  display: flex;
	align-items: flex-end;
	width: 30%;
	height: 300px;
}
.top-main .news1 h2.mainMission,
.news2 h2.mainMission{
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.3em;
  font-weight: bold;
}
.top-main .news1 .catchImage .articleBox{
	background: #f2f2f2;
	width: 90%;
	padding: 10px 0;
	margin: 0 auto -20px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
.top-main .news1 .catchImage .articleBox a h2.artTtl{
	font-size: 15px;
  text-align: center;
}
.top-main .news1 .catchImage .articleBox a .more{
	margin-top: 5px;
	display: inline-block;
	position: relative;
}
.top-main .news1 .catchImage .articleBox a .more:after{
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px green;
	border-right: solid 1px green;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	right: -12px;
}
.newBg01, .newBg02, .newBg03{
    background-size: auto 100%;
}
.newBg01{
  background-image: url("../img/top/mission1.jpg");
  
}
.newBg02{
  background-image: url("../img/top/mission2.jpg");
}
.newBg03{
  background-image: url("../img/top/mission3.jpg");
}
.top-main .news2{
	background-color: #faf8fa;
	margin-top: 80px;
	padding: 60px 0;
}
.top-main .news2 .flexBox{
	display: flex;
	justify-content: center;
}
.top-main .news2 .new2Bg{
	width: 40%;
	height: 300px;
	margin: 0 30px;
	display: flex;
	align-items: flex-end;
}
.top-main .news2 .new2Bg.bg01{
	background-image: url("../img/top/mission4.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat
}
.top-main .news2 .new2Bg.bg02{
	background-image: url("../img/top/mission5.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat
}
.top-main .news2 .imgBlock{
	display: flex;
	justify-content: center;
}
.top-main .news2 .catchImage .articleBox {
    background: #f2f2f2;
    width: 83%;
    padding: 10px 0;
  text-align: center;
    margin: 0 auto -20px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
.top-main .news2 .catchImage .articleBox h2{
  font-size: 15px;
}
.top-main .btnBox{
	margin-top: 60px;	
}
.top-main .news2 figure.image{
	width: 40%;
	height: 300px;
	margin: 0 2%;
}
.top-main .news3{
	margin: 60px auto;	
}
.top-main .news3 h2.ttl1{
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
}
.top-main .news3 ul.uList{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	flex-flow: wrap;
}
.top-main .news3 ul.uList li.item{
	width: 40%;
	margin: 0 10px;
	border-bottom: solid 1px #e4e2e1;
	padding: 20px 0px 10px;
}
.top-main .news3 ul.uList li.item a{
	display: block;
	padding: 0 0 0 15px;
}
.top-main .news3 ul.uList li.item h3.ttl1{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.top-main .news3 ul.uList li.item .date{
	display: inline-block;
	margin-top: 11px;
	font-size: 12px;
}

.col01.type-a{display: flex; justify-content: space-between; padding: 50px 0;}
.solution-main .harf{width: 50%;}
.solution-main .col02.pcFlex .img{margin: 0 3px;}
.solution-main .line01{padding: 0 10px 0 20px;}
.solution-main .line02{padding: 0 20px 0 10px;}
.solution-main .sec01{padding: 100px 0; }
h2.mainTtl{font-size: 1.5rem; text-align: center; margin-bottom: 20px;}
.sec01 .article { width: 80%; margin: auto;}
.type-a h3.subTtl{font-size: 1.3rem; margin-bottom: 5px;}
.solution-main .purpose{
  margin-top: 40px;
}

.sec01{padding: 60px 0;}
h2.mainTtl{font-size: 1.5rem; text-align: center; margin-bottom: 20px;}
.sec01 .article{width: 80%; margin: auto;}
.sec01 ul.target{display: table; margin: 20px auto 0;}
.sec01 .image.col02{margin: 30px 0;}
.sec02{ padding: 60px 0;}
.sec02.bgCol{background-color: #faf8fa;}
h2.subTtl{font-size: 1.5rem; text-align: center; font-weight: bold; margin-bottom: 30px;}
.sec02 ul.artBox{display: flex; justify-content: space-between; margin: 0 2%;}
.sec02 ul.artBox li.item{width: 31%; margin: 0 1%; background-color: #fff;}
.sec02 .art01{
background-image: url("./img/lake-2063957_1280.jpg");		
  height: 200px;
}
.sec02 ul.artBox li.item .article{padding: 15px;}
.sec02 ul.artBox li.item .article h3.subTtl{font-size: 1.1rem;}

.aboutus-main .addBox{
  display: flex;
  justify-content: space-between;
}
.aboutus-main .addBox .col01Box,
.aboutus-main .addBox .col02Box{
  width: 49%;
}
.aboutus-main .addBox .detailList .list{
  border-bottom: dotted 1px gray;
  padding: 7px 0;
}
.aboutus-main .listTtl{
  font-size: 1em;
}
@media screen and (max-width:780px){
  .memberArea{
    display: none;
  }
  .slideImg .top-mainImg{
    width: 100%;
  }
.slideImg .top-mainImg .articleBox {
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    background-color: #f2f2f2;
    padding: 4% 10px;
    opacity: 1;
    width: calc(100% - 20px);
    bottom: 0;
}
  .top-main .news1 h2.mainMission, .news2 h2.mainMission{
    font-size: 1.5em;
  }
  .top-main .news1 .pcFlex{
    display: block;
  }
  .top-main .news1 .catchImage{
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
  .top-main .news2 .flexBox{
    display: block;
  }
  .top-main .news2 .new2Bg{
    width: 100%;
    margin: 0;
    height: 200px;
    margin-bottom: 40px;
  }
  .sec01 .article{
    width: 100%;
  }
  .aboutus-main .addBox{
    display: block;
  }
  .aboutus-main .addBox .col01Box{
    margin-bottom: 30px;
  }
  .aboutus-main .addBox .col01Box, .aboutus-main .addBox .col02Box {
    width: 100%;
  }
  .newBg01, .newBg02, .newBg03{
    background-size:100% auto;
    background-repeat: no-repeat;
  }
  .top-main .news2 .new2Bg.bg01{
    background-image: url("../img/top/mission4.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat
  }
  .top-main .news2 .new2Bg.bg02{
    background-image: url("../img/top/mission5.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat
  }
  .top-main .news2{
    margin-top: 60px;
  }
  .top-main .news1 .catchImage .articleBox a h2.artTtl{
    font-size: 14px;
    text-align: center;
  }
  .top-main .news2 .catchImage .articleBox h2.artTtl{
    font-size: 14px;
    text-align: center;
  }
  .solution-main .sec01{
    padding: 60px 0;    
  }
  .solution-main .col02.pcFlex{display: block;}
  .solution-main .sec01 ul.target{
    margin:20px 0;
  }
}
