<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------
- common
--------------------*/

/*-----heading-----*/
.headingWrap {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  
  .paragraph {
    font-size: 16px;
  }
  
}

@media only screen and (max-width: 640px) {
  
  /*-----heading-----*/
  .headingWrap {
    margin-bottom: 15%;
  }
  .paragraph {
    font-size: 12px;
  }

}

@media only screen and (max-width: 640px) {
  
  #wrapper .swiper-button-next {
    background-size: 13.5px 22px;
  }
  #wrapper .swiper-button-prev {
    background-size: 13.5px 22px;
  }
  #wrapper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #wrapper .swiper-pagination {
    bottom: 2px;
  }
  
}


/*--------------------
- prologue
--------------------*/
.sec {
  padding-top: 125px;
  padding-bottom: 125px;
  text-align: center;
}
.goals_wrap {
  padding-bottom: 80px;

}

@media only screen and (max-width: 1024px) {
  .sec {
    padding-top: 14%;
    padding-bottom: 14.8%;
  }
}

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

  .goals_wrap {
    padding-bottom: 15%;
  }

}




/*--------------------
- footer
--------------------*/
.footer {}
.copyright {
  text-align: center;
  font-size: 14px;
}

.mv_image {
  width: 100vw;
}
.sec h3 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 25px;
}
.sec h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.sec h5 {
  font-size: 18px;
  font-weight: bold;
}

.musubitework {
  background-image: url('../images/top/bg_musubitework.jpg');
  background-size: cover;
}
.musubitework_imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 100px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.musubitework_imgWrap div {
  width: 48%;
}
.musubitework .heading_ttl {
  margin-bottom: 25px;
}


.musubitework .recently-news {
  background-color: white;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}
#wrapper .recently-news ul li {
  padding: 70px 0;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #231815;
}
#wrapper .recently-news ul li:last-child {
  border-bottom: 0;
}
.recently-news ul li a {
  display: inline-block;
  width: 8em;
  position: relative;
  overflow: hidden;
}
.recently-news a span {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.recently-news a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  position: absolute;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
a.cat-03:after {
  background: #20893B;
}
a.cat-08:after {
  background: #8B1C31;
}
a.cat-12:after {
  background: #C48B15;
}
.recently-news a:hover:after {
  right: 0;
}
.recently-news a:hover span {
  color: #fff;
}


.goal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goal_wrap div {
  max-width: 308px;
  width: 100%;
}
.goal_wrap div img {
  margin-bottom: 10%;
}
#wrapper .goal_wrap div p {
  line-height: 2;
  margin-bottom: 0px;
}
#wrapper .goal_wrap div strong {
  line-height: 2;
}

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

  .musubitework_imgWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5% auto;
  }
  .musubitework_imgWrap div {
    width: 100%;
    margin-bottom: 5%;
  }
  .musubitework .heading_ttl {
    margin-bottom: 5%;
  }

  .musubitework .recently-news {
    padding: 0 5%;
  }
  #wrapper .recently-news p {
    padding: 10% 0;
  }
  #wrapper .text-title {
    font-size: 4vw;
  }
  .goal_wrap div {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10%;
  }

}



@media only screen and (min-width: 641px) and (max-width:1023px) {

  .goal_wrap div {
    width: 32%;
  }

}








</pre></body></html>