@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topslider {
  height: 95vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .topslider {
    height: 60vh;
  }
}
@media screen and (max-width: 600px) {
  .topslider {
    height: 70vh;
  }
}


.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 0%);
}
.topslider .slideitem {
  height: 95vh;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .topslider .slideitem {
    height: 60vh;
  }
}
@media screen and (max-width: 600px) {
  .topslider .slideitem {
    height: 70vh;
  }
}

.catchcopy{
  position: absolute;
  display: inline-block;
  color: #fff;
  top: 60%;
  right: 6%;
  transform: translateY(-50%) translateX(-8%);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
}
.catchcopy h2{
  font-size: 40px;
  background: rgb(50, 153, 50, 0.7);
  padding: 6px 20px;
  display: inline-block;
}
.catchcopy p{
  font-size: 26px;
  background: rgb(50, 153, 50, 0.7);
  margin-top: 10px;
  padding: 6px 10px;
  text-align: center;
}

@media only screen and (max-width: 1180px) {

}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
  .catchcopy {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-5%);
    margin: 0;
    padding: 10px 0;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .catchcopy {
    position: absolute;
    display: inline-block;
    top: 55%;
    right: 8%;
    transform: translateY(-50%) translateX(-1%);
    margin: 0;
    padding: 10px 0;
    z-index: 1;
  }
  .catchcopy h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .catchcopy p {
    font-size: 16px;
  }
}

/*****************************
  topsec2
*****************************/
.topsec2{
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.topsec2 .newsbox{
  background: rgb(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.topsec2 .newsbox .date,
.topsec2 .newsbox .cat{
  margin-right: 10px;
}
.topsec2 .newsbox .cat{
  border: 1px solid #707070;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  
}

/*****************************
  topsec3
*****************************/
.topsec3{
  margin: 30px 0;
  padding: 30px 0;
}
.topttl{
  margin-bottom: 20px;
}
.topttl p{
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
}
.topttl h2{
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.toptxt{
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.topsec3flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.topsec3fbox1{
  width: 30%;
  margin-right: 20px;
}
.topsec3fbox2{
  width: 60%;
}

.topsec3fbox1 p span{
  color: #A42020;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .toptxt{
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .toptxt{
    font-size: 18px;
  }
  .topsec3flex{
    flex-direction: column-reverse;
  }
  .topsec3fbox1 {
    width: 100%;
    margin-right: 0;
  }
  .topsec3fbox2{
    width: 100%;
    margin-bottom: 20px;
  }
  .topsec3fbox1 p {
    font-weight: inherit;
  }
}

.top-worksflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
.top-worksfbox{
  width: calc(100% / 2 - 20px);
  margin-bottom: 30px;
}
.top-worksfbox h3{
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .top-worksfbox h3{
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .top-worksflex{
    margin-top: 0px;
  }
  .top-worksfbox{
    width: 100%;
  }
  .top-worksfbox h3{
    font-size: 20px;
  }
}

/*****************************
  top bg
*****************************/
.topbg{
  position: relative;
  background: url(../images/top/topbg.webp) center / cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .topbg{
    margin-top: 0px;
  }
}

.topbg::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(6 22 52 / 0%);
}
/*****************************
 googlemap
*****************************/
.googlemap_area{
  width: 900px;
  margin: 0 auto;
  position: relative;
  top: -70px;
  max-width: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 45%;
  position: relative;
  }
  @media screen and (max-width: 767px) {
  .gmap {
  padding-bottom: 80%;
    }
    .googlemap_area{
      width: 100%;
      top: 0px;
    }
    
  }
  .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }


@media only screen and (max-width: 820px){
  .topcompany .topttl h2{
    font-size: 48px;
  }
}

.top_news_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_news_flex .left_area{
  width: 20%;
 }
.top_news_flex .right_area{
  width: 80%;
 }
 @media screen and (max-width: 820px) {
  .top_news_flex .left_area{
    display: none;
   }
  .top_news_flex .right_area{
    width: 100%;
   }
 }


.news_title {
  position: relative;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 600px;
}
.news_title:after {
  position: absolute;
  content: '';
  background: #CCE96C;
  width: 5px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: -2;
}

.news_title h2 {
  font-size: 35px;
  display: inline-block;
  background: #fff;
  padding: 10px 10px;
  letter-spacing: 3px;
  font-weight: bold;
  position: relative;
}
.news_title h2:before, .news_title h2:after {
  position: absolute;
  content: '';
  background: #8EC434;
  width: 5px;
  height: 60px;
  left: 44%;
  transform: translate(50%, 0%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.news_title h2:before {
  top: -60px;
}
.news_title h2::after {
  bottom: -60px;
}

.footer_box{
  padding: 30px;
  width: 100%;
  margin: 0 auto;
  background: rgb(0, 0, 0, 0.6);
  margin-top: 30px;
}

.footer_box_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer_box_flex .box_area{
  width: calc(100% / 2);
  padding: 0px 20px 0 50px;
  color: #fff;
}


.footer_box_flex .box_area:first-child{
  border-right:1px solid #fff;
}

@media screen and (max-width: 767px) {
  .footer_box_flex .box_area{
    width: calc(100% / 1);
    padding: 30px 5% 30px 5%;
  }
  .footer_box_flex .box_area:first-child{
    border-right:0px solid #fff;
    border-bottom:1px solid #fff;
  }
}

.footer_box_flex .box_area h2{
  font-size: 30px;
  font-weight: bold;
}

.footer_box_flex .box_area h3{
  font-size: 20px;
}

.footer_box_flex .box_area a{
  color: #fff;
}
.footer_box_flex .box_area .map_style a {
  font-size: 14px;
  color: #ada6ff;
  text-decoration: underline;
}
address {
  display: block;
  font-style: inherit;
  unicode-bidi: isolate;
}

.content-box {
  display: none;
  width: 100%;
  min-height: 400px;
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .content-box {
    padding: 20px;
  }
}


.tab-list li{
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    display: block;
    margin-right: 10px;
    padding: .3rem 0;
    position: relative;
    text-align: center;
    width: calc(20% - 10px);
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .tab-list li{
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
  .tab-list li{
    width: calc(33% - 10px);
    margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
  .tab-list li{
    width: calc(50% - 10px);
}
}

.flexbox3 .label.label1{
  background-color: #6F7070;
  color: #fff;
}
.flexbox3 .label.label2 {
  background-color: #1E6019;
  color: #fff;
}
.flexbox3 .label.label3{
  background-color: #2C6281;
  color: #fff;
}
.flexbox3 .label.label4{
  background-color: #8F323C;
  color: #fff;
}
.flexbox3 .label.label5 {
  background-color: #4B328F;
  color: #fff;
}

.label1.current {
  position: relative;
  background-color: #6F7070;
  color: #fff;
}
.label1.current::after {
  content: "";
  position: absolute;
  border-top: 10px solid #6F7070;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.label2.current {
  position: relative;
  background-color: #1E6019;
  color: #fff;
}
.label2.current::after {
  content: "";
  position: absolute;
  border-top: 10px solid #1E6019;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.label3.current {
  position: relative;
  background-color: #2C6281;
  color: #fff;
}
.label3.current::after {
  content: "";
  position: absolute;
  border-top: 10px solid #2C6281;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.label4.current {
  position: relative;
  background-color: #8F323C;
  color: #fff;
}
.label4.current::after {
  content: "";
  position: absolute;
  border-top: 10px solid #8F323C;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.label5.current {
  position: relative;
  background-color: #4B328F;
  color: #fff;
}
.label5.current::after {
  content: "";
  position: absolute;
  border-top: 10px solid #4B328F;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}