@charset "utf-8";
/* CSS Document */

#container{
  display: block;
}
h1{
  color: #426bb9;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "I-OTF-UDゴ表示Pro M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: normal;
  background: transparent;
  background-color: transparent;
}


#mv{
  position: relative;
}
#bgtop{
	position:relative;
  height:375px;
}

/* slideshow area */
#slideshow{
	width:100%;
	height:375px;
}
#slideshow .slideimg div {
  background-position: center 0;
  background-repeat:no-repeat;
	width:100%;
  height:375px;
  float: left;
 }
#slideshow .slideimg div a{
  display: block;
  background-position: center 0;
  background-repeat:no-repeat;
	width:100%;
  height:375px;
  overflow: hidden;
  text-indent: -99999px;
 }
#slideshow .slideimg div#img1 a{ background-image:url("../../img/img_top01.jpg"); }
#slideshow .slideimg div#img2 a{ background-image:url("../../img/img_top04.png"); }
#slideshow .slideimg div#img3 a{ background-image:url("../../img/img_top03.jpg"); }
#slideshow .slideimg div#img4 a{ background-image:url("../../img/img_top05.png"); }


#slidebtns{
	position:absolute;
	top:170px;
	left:0;
	right:0;
	z-index:10;
	
}
#inslidebtns{
	max-width:1180px;
	position:relative;
	margin:0 auto;
}
#slidebtns ul{
}
#slidebtns ul li#btnprev{
	position:absolute;
	top:0;
	left:0;
}
#slidebtns ul li#btnnext{
	position:absolute;
	top:0;
	right:0;
}
#slidebtns ul li a{
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	width:40px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
  opacity: 0.7;
  transition: opacity .3s;
}
#slidebtns ul li a:hover{
  opacity: 1.0;
}
#slidebtns ul li#btnprev a{
	background-image:url(../../img/btn_prev_l.png);
}
#slidebtns ul li#btnnext a{
	background-image:url(../../img/btn_next_l.png);
}

#pager{
  position: absolute;
  text-align: center;
	letter-spacing:-0.44em;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
#pager ul{
  display: flex;
  justify-content: center;
}
#pager li{
	margin:0 7px;
}
#pager li a{
	display:block;
	width:13px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
  background-color: #FFFFFF;
  border-radius: 6px;
  cursor: default;
}
#pager li a:link, #pager li a:visited{
  background-color: #FFFFFF;
}
#pager li a.active:link, #pager li a.active:visited{
  background-color: #426bb9;
}

.info{
  width: 1180px;
  background-color: #e9f1fb;
  padding: 20px 82px 20px 83px;
  display: flex;
  align-items: center;
  margin: 50px auto 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.info .ttl{
  color: #426bb9;
  position: relative;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  line-height: 35px;
  text-align: left;
  font-family: "I-OTF-UDゴ表示Pro M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.info .ttl::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #97afd3;
}
.info .detail{
  text-align: left;
}
.info ul li{
  padding-left: 8em;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
.info ul li:last-child{
  margin: 0;
}
.info ul li a{
  color: #000000;
}
.info ul li .date{
  display: inline-block;
  width: 10em;
  margin-left: -10em;
  text-align: left;
}

.info p{
  margin: 0 auto;
  text-align: center;
}

hr{
  margin: 70px 0;
  height: 0;
  border: none;
  border-top: 2px solid #cccccc;
  color: #cccccc;
}

/* about */
.about{
  padding: 0 0 70px 0;
}
.aboutbox{
  display: flex;
  margin: 0 auto;
  padding: 0;
  width:100%;
  box-sizing: border-box;
  min-width: 1180px;
}
.aboutbox p{
  margin: 0;
}
.aboutbox > div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 250px;
  text-align: center;
  margin: 0 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.aboutbox > div:nth-of-type(1){
  background-image: url("../../img/img_about_hd01.jpg");
}
.aboutbox > div:nth-of-type(2){
  background-image: url("../../img/img_about_hd02.jpg");
}
.aboutbox > div:nth-of-type(3){
  background-image: url("../../img/img_about_hd03.jpg");
}

.aboutbox .btnabout{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 250px;
}
.aboutbox .btnabout a{
  text-decoration: none !important;
  color: #FFFFFF;
}
.aboutbox > div .btnabout{
  flex-direction: column;
}
.aboutbox .btnabout p{
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: "I-OTF-UDゴ表示Pro M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  transition:all 0.3s;
  cursor: pointer;
}
.aboutbox > div .btnabout.active p{
  height: 50%;
}
.aboutbox > div .btnabout div{
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  background-image: url("../../img/bg_blue.png");
  margin-bottom: -125px;
  box-sizing: border-box;
  transition:all 0.3s;
}
.aboutbox > div .btnabout.active div{
  margin-bottom: 0;
}
.aboutbox > div .btnabout ul{
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px;
}
.aboutbox > div .btnabout ul li{
  width: 60%;
  line-height: 1.8;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 14px;
  box-sizing: border-box;
  
  display: flex;
  align-items: center;
}
.aboutbox > div .btnabout ul li:first-child,
.aboutbox > div .btnabout ul li:nth-of-type(2){
  margin: 0;
}
.aboutbox > div .btnabout ul li:nth-child(2n){
  width: 40%;
}
.aboutbox > div .btnabout ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  background-image:url("../img/icon_yaji03.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.aboutbox > div .btnabout ul li a{
  color: #FFFFFF;
  line-height: 1.4;
}

/* rd */
.rd{
  background-image: url("../../img/bg_business01.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  height: 485px;
  box-sizing: border-box;
}
.rd .inner{
  width: 1210px;
  height: 100%;
}
.rd .txt{
  margin: 47px 0 0 0;
}
.rd .txt p{
  margin: 0 0 18px 0;
  line-height: 1.6;
}

.rdlinks{
  position: absolute;
  top: 80px;
  right: 0;
}

.rdlinks ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 690px;
}
.rdlinks ul li{
  margin: 0 0 20px 0;
}
.rdlinks ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 160px;
  height: 160px;
  background: rgb(47,116,200);
  background: linear-gradient(180deg, rgba(47,116,200,1) 0%, rgba(38,95,171,1) 100%);
  opacity: 0.85;
  border-radius: 100px;
  color: #FFFFFF;
  transition: opacity .3s;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding: 0 9px 0 0;
}
.rdlinks ul li a::after{
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  width: 9px;
  height: 14px;
  background-image:url("../img/icon_yaji03.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.rdlinks ul li a:hover{
  opacity: 1;
}
.rd .btnarea{
  display: inline-block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.rd .btnarea .btn2{
  background-color: #FFFFFF;
  border: none;
}
.rd .btnarea .btn2:hover{
  background-color: #1f4d90;
}
.rd .leadentxt{
  color: #1f4d90;
  font-family: "I-OTF-UDゴ表示Pro M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* group */
.group{
  background-color: #eeeeee;
  padding: 70px 0;
}
#groupbtn{
  margin: 30px 0 28px 0;
}
#groupbtn ul{
  display: flex;
  justify-content: space-between;
}
#groupbtn ul li{
  width: calc((100% - 12px) / 7);
  box-sizing: border-box;
  margin: 0 0 0 0;
}
#groupbtn ul li a{
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #000000 !important;
  text-decoration: none;
  font-family: "I-OTF-UDゴ表示Pro M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-align: center;
}
#groupbtn ul li a:hover{
  color: #ffffff !important;
  background-color: #426bb9;
  transition:all 0.3s;
}
#groupbtn ul li a.active{
  color: #ffffff !important;
  background-color: #426bb9;
  position: relative;
}
#groupbtn ul li a.active::after{
  content: "";
  position: absolute;
  left: calc(50% - 9px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #426cb9 transparent transparent transparent;
}
#groupbtn ul li:first-child a{
  border-radius: 30px 0 0 30px;
}
#groupbtn ul li:last-child a{
  border-radius: 0 30px 30px 0;
}

#slidecorp{
  width: 1017px;
  margin: 0 auto;
  border-radius:17px; 
  background-color: #FFFFFF;
  position: relative;
}

#slidecorp .caroufredsel_wrapper{
  border-radius: 18px;  
}
/* slideshow area */
#inslidecorp{
	width:100%;
}
#inslidecorp .corpdetail{
  background-position: center bottom;
  background-repeat:no-repeat;
	width:1017px;
  min-height:560px;
  float: left;
  display: flex;
  border-radius: 18px;
  padding: 0 0 246px 0;
  box-sizing: border-box;
 }
#inslidecorp .corpdetail .logo{
  width: 300px;
  height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#inslidecorp .corpdetail .detail{
  width: 645px;
  margin: 0 0 0 18px;
  padding: 25px 0 0 0;
}
#inslidecorp .corpdetail .detail p{
  line-height: 1.6;
  margin: 0 0 20px 0;
}
#inslidecorp .corpdetail .waku{
  border: 2px solid #cbcbcb;
  border-radius: 8px;
  padding: 15px 10px 10px 15px;
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
#inslidecorp .corpdetail .waku .ttl{
  width: 100px;
  display: flex;
  align-items: center;
}
#inslidecorp .corpdetail .waku .ttl p{
  margin: 0;
}
#inslidecorp .corpdetail .waku .txt{
  width: 500px;
}
#inslidecorp .corpdetail .waku .txt ul{
  display: flex;
  flex-wrap: wrap;
}
#inslidecorp .corpdetail .waku .txt ul li{
  position: relative;
  padding: 0 8px 0 8px;
  line-height: 1.6;
  width: 48%;
  box-sizing: border-box;
}
#inslidecorp .corpdetail .waku .txt ul li.long{
  width: 100%;
}
#inslidecorp .corpdetail .waku .txt ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #000000;
}
  
#inslidecorp .corpdetail#group1{
  background-image: url("../../img/img_group01.jpg");
}
#inslidecorp .corpdetail#group2{
  background-image: url("../../img/img_group02.jpg");
}
#inslidecorp .corpdetail#group3{
  background-image: url("../../img/img_group03.jpg");
}
#inslidecorp .corpdetail#group4{
  background-image: url("../../img/img_group04.jpg");
}
#inslidecorp .corpdetail#group5{
  background-image: url("../../img/img_group05.jpg");
}
#inslidecorp .corpdetail#group6{
  background-image: url("../../img/img_group06.jpg");
}
#inslidecorp .corpdetail#group7{
  background-image: url("../../img/img_group07.jpg");
}

#slidecorpbtns{
	position:absolute;
	top:calc(50% - 20px);
	left:-20px;
	right:-20px;
	z-index:10;
	
}
#inslidecorpbtns{
	max-width:1057px;
	position:relative;
	margin:0 auto;
  height: 100%;
}
#slidecorpbtns ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#slidecorpbtns ul li a{
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	width:40px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
  position: absolute;
  opacity: 0.7;
  transition: opacity .3s;
}
#slidecorpbtns ul li a:hover{
  opacity: 1.0;
}
#slidecorpbtns ul li#btnprev2 a{
  top:0;
  left: 0;
	background-image:url(../../img/btn_prev_l.png);
}
#slidecorpbtns ul li#btnnext2 a{
  top:0;
  right: 0;
	background-image:url(../../img/btn_next_l.png);
}

/* bnr */
#bnr{
  background-color: #d3e4f8;padding: 60px 0;
  position: relative;
}
#bnr .inner{
  width: 1036px;
  margin: 0 auto;
}
#bnrslide ul li{
  float: left;
  margin: 0 10px 0 9px;
}
#bnrslide ul li a img{
  display: block;
  border-radius: 10px;
}


#slidebnrbtns{
	position:absolute;
	top:calc(50% - 15px);
	left:-15px;
	right:-15px;
	z-index:10;
	
}
#inslidebnrbtns{
	max-width:1047px;
	position:relative;
	margin:0 auto;
  height: 100%;
}
#slidebnrbtns ul{
}
#slidebnrbtns ul li a{
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	width:30px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
  position: absolute;
  opacity: 0.7;
  transition: opacity .3s;
}
#slidebnrbtns ul li a:hover{
  opacity: 1.0;
}
#slidebnrbtns ul li#btnprev3 a{
  top:0;
  left: 0;
	background-image:url(../../img/btn_prev_s.png);
}
#slidebnrbtns ul li#btnnext3 a{
  top:0;
  right: 0;
	background-image:url(../../img/btn_next_s.png);
}




