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

/*------
        TOPPAGE
                ------*/

/*------メインビジュアル------*/
.mainVisual{
  height: 620px;
    position: relative;
    top: -98px;
    left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mainVisual .catch{
  width: 600px;
  z-index: 1000;
  position: relative;
  text-shadow: white 1px 1px 10px, white -1px 1px 10px,
    white 1px -1px 10px, white -1px -1px 10px;
  }
.mainVisual .catch .text1{
  display: block;
  font-size: 20px;
  color: #da304c;
  letter-spacing: 0.4em;
  font-weight: normal;
  margin-bottom: 15px;
}
.mainVisual .catch .text2{
  margin-bottom: 10px;
  font-size: 40px;
  letter-spacing: 0.6em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mainVisual .catch .text2:after{
  content:"";
  display: inline-block;
  height: 4px;
  width: 30%;
  background: #000;
  box-shadow: white 1px 1px 10px, white -1px 1px 10px,
    white 1px -1px 10px, white -1px -1px 10px;
}
.mainVisual .catch .text3{
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.4em;
}
.mainVisual .catch .border{
  font-size: 15px;
  font-weight: bold;
}
.mainVisual #mainvisualImg{
  height: 620px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainVisual.noslide #mainvisualImg{
  background: url(../images/top/mv03.png) no-repeat center;
  background-size: cover;
}
@media screen and ( min-width: 1260px ){
  .mainVisual.noslide #mainvisualImg{
    background-size: contain;
  }
}
header #bannerArea{
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: right;
}
@media(max-width:1050px){
  .mainVisual{
    height: 540px;
    position: relative;
    top: -136px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .mainVisual .catch{
    width: auto;
    padding: 0 20px;
  }
  .mainVisual .catch .text1{
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .mainVisual .catch .text2{
    font-size: 28px;
    letter-spacing: 0.2em;
  }
  .mainVisual .catch .text2:after{
    height: 2px;
  }
  .mainVisual .catch .text3{
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .mainVisual .catch .border{
    font-size: 16px;
  }
  .mainVisual #mainvisualImg{
    height: 540px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  header #bannerArea{
    bottom: 20%;
    text-align: center;
  }
  header #bannerArea img{
    width: 50%;
    max-width: 300px
  }
}
.contentBanner{
  width: 90%;
  margin: 10px auto;
  padding: 2% 0;
  text-align: center;
}
@media(max-width:1050px){
  .contentBanner{
    width: 80%;
  }
}

/*------各インフォ------*/
#information .infoList{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
#information .infoList .box{
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-wrap: wrap;
}
#information .infoList .box h2{
  text-align: center;
  width: 100%;
}
#information .infoList .box h3{
  text-align: center;
  width: 100%;
}
#information .infoList .box .boxInner{
  background: #fff1f1;
  padding: 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 440px;
}
#information .infoList .box:nth-child(even) .boxInner{
  background: #f4f4f4;
}
#information .infoList .box .boxInner dl{
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid #ccc1c1;
}
#information .infoList .box .boxInner dl:last-of-type{
  padding: 0;
  border: 0;
}
#information .infoList .box .boxInner dl a{
  font-size: 14px;
}
#information .infoList .box .boxInner .more{
  padding-top: 20px;
  width: 100%;
  text-align: center;
  margin-top: auto;
}
@media(max-width:1050px){
  #information{
  }
  #information .infoList{
    display: block;
  }
  #information .infoList .box{
    width: 100%;
    margin-bottom: 30px;
  }
  #information .infoList .box .boxInner{
    min-height: 0;
    width: 100%;
  }
}

/*------事業内容------*/
#services{
  width: 100%;
  max-width: none;
  padding-top: 50px;
}
#services .boxInner{
  padding-bottom: 45px;
}
#services .boxInner .serviceList{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#services .boxInner .serviceList a{
  display: block;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 0 10px;
  text-decoration: none;
  width: calc(100% / 5 - 20px);
}
#services .boxInner .serviceList h4{
  padding: 10px 0;
}
@media(max-width:768px){
  #services .boxInner .serviceList{
    max-width: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  #services .boxInner .serviceList a{
    margin: 0 5px 10px;
    font-size: 14px;
    width: calc(100% / 2 - 10px);
  }
  #services .boxInner .serviceList h4{
    padding: 10px 0;
  }
}


.sitemap h2{
  margin: 30px 0 20px;
  text-align: left;
  font-size: 18px;
}
.sitemap h2 a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #fff;
  border: 2px solid #e4263c;
  color: #e4263c;
  padding: 4px 20px;
  font-weight: bold;
  position: relative;
}
.sitemap h2 a:after{
  font-family: "Font Awesome 5 Free";
  content:"\f054";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}
.sitemap h2:first-child{
  margin-top: 0;
}

.company1 td,
.company2 td{
  padding: 0;
  border: none;
  background: none;
  font-weight: normal;
}
.company1{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}
.company1 .child{
  width: 45%;
}

.company1 .child:first-child td:first-child,
.company2 td:first-child{
  width: 120px;
}
.company2 span{
  display: inline-block;
  width: 100px;
}
@media(max-width:768px){
  .company1{
    display: block;
  }
  .company1 .child{
    width: 100%;
  }
  .company1 .child:first-child td:first-child,
  .company2 td:first-child{
  }
}

.categoryList .first{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.categoryList span{
  flex: 1;
}
.categoryList img{
  width: 160px;
  height: auto;
  margin-left: 20px;
}

@media(max-width:768px){
  .categoryList .first{
    display: block;
  }
  .categoryList img{
    width: 100%;
    margin-left: 0;
  }
}