@charset "UTF-8";

/* --------------------------------------------------
 key-visual
-------------------------------------------------- */

#key-visual {
  position: relative;
}

/* #key-visual .key-visual-slider ---------------------- */

#key-visual .key-visual-slider .key-visual-box {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#key-visual .key-visual-slider .bg-box {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#key-visual .key-visual-slider .txt-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 92vh;
  box-sizing: border-box;
}

/* #key-visual .key-visual-img ---------------------- */

#key-visual .key-visual-img .key-visual-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 450px;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}

#key-visual .key-visual-img .key-visual-box .bg-box {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#key-visual .key-visual-img .key-visual-box .txtBox {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#key-visual .key-visual-img .key-visual-box .txtBox h1 {
  font-size: 230%;
  color: #fff;
  text-shadow: 1px 0 2px #000;
}

/* #key-visual .key-visual-txt ---------------------- */

#key-visual .key-visual-txt h1 {
  font-size: 300%;
  font-weight: bold;
  letter-spacing: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  text-shadow: 0 0px 10px #5a5a5a;
  padding: 2rem 4rem;
  box-sizing: border-box;
}

@media screen and (max-width:1280px) {
  #key-visual .key-visual-slider .txt-box {
    min-height: 92vh;
  }
}

@media screen and (max-width:1000px) {
  #key-visual .key-visual-txt h1 {
    font-size: 250%;
  }
}

@media screen and (max-width:767px) {
  #key-visual .key-visual-txt h1 {
    padding: 2rem;
  }
}

@media screen and (max-width:480px) {
  #key-visual .key-visual-slider .txt-box {
    min-height: 91vh;
  }

  #key-visual .key-visual-txt h1 {
    padding: 20px;
    font-size: 200%;
  }
}

/* --------------------------------------------------
 business-blc
-------------------------------------------------- */

#business-blc .list-style01 {
  margin-top: 3rem;
  max-width: 100%;
}

#business-blc .list-style01 li {
  width: calc((100% - 6%) / 4);
  margin-top: 4%;
  margin-right: 2%;
}

#business-blc .list-style01 li:nth-child(-n+4) {
  margin-top: 0;
}

#business-blc .list-style01 li:nth-child(3n+3) {
  margin-right: 2%;
}

#business-blc .list-style01 li:nth-child(4n+4) {
  margin-right: 0;
}

@media screen and (max-width:1000px) {
  #business-blc .list-style01 li {
    width: calc((100% - 2%) / 2);
    margin-top: 4%;
  }

  #business-blc .list-style01 li:nth-child(-n+4) {
    margin-top: 4%;
  }

  #business-blc .list-style01 li:nth-child(-n+2) {
    margin-top: 0;
  }

  #business-blc .list-style01 li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width:640px) {
  #business-blc .list-style01 {
    max-width: 360px;
  }

  #business-blc .list-style01 li {
    width: 100%;
    margin-top: 3rem !important;
    margin-right: 0 !important;
  }

  #business-blc .list-style01 li:first-child {
    margin-top: 0 !important;
  }
}

/* --------------------------------------------------
 news
-------------------------------------------------- */

/* news-blc topic-blc ---------------------- */

#news-blc .topic-blc {
  width: 25%;
  padding-right: 20px;
  box-sizing: border-box;
}

#news-blc .topic-blc .ttl-style01 {
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
}

/* news-blc list-news-blc ---------------------- */

#news-blc .list-news-blc {
  width: 75%;
}

#news-blc .list-news-blc .list dl {
  display: none;
  margin-top: 20px;
}

#news-blc .list-news-blc .list dl dt {
  margin-right: 20px;
  color: #86868b;
  max-width: 150px;
  width: 100%;
}

#news-blc .list-news-blc .list dl dd {
  width: calc(100% - 150px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
}

#news-blc .list-news-blc .list dl:first-child {
  margin-top: 0;
}

#news-blc .list-news-blc .list dl:nth-child(-n+3) {
  display: flex;
}

@media screen and (max-width:767px) {
  #news-blc .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  #news-blc .d-flex .topic-blc {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  #news-blc .d-flex .topic-blc .ttl-style01 {
    text-align: center;
  }

  #news-blc .d-flex .list-news-blc {
    width: 100%;
    margin-top: 3rem;
  }
}

@media screen and (max-width:640px) {
  #news-blc .list-news-blc .list dl {
    flex-wrap: wrap;
  }

  #news-blc .list-news-blc .list dl dt {
    margin-right: 0;
    max-width: 100%;
  }

  #news-blc .list-news-blc .list dl dd {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  #news-blc .d-flex .list-news-blc {
    margin-top: 2rem;
  }
}

/* news-blc btn-style ---------------------- */

@media screen and (min-width:1201px) {
  .news-comm-blc .btn-blc a:hover {
    color: #2e69c8;
  }
}

.news-comm-blc .btn-blc {
  text-align: center;
  margin-top: 3rem;
}

.news-comm-blc .btn-blc a {
  text-decoration: none;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.news-comm-blc .btn-blc a.animation-hide {
  opacity: 1;
}

.news-comm-blc .btn-blc a::before {
  content: "";
  background-color: #2e69c8;
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: 5px;
  right: 50%;
  transform: rotate(30deg);
  transform-origin: bottom right;
  transition: all 0.3s;
}

.news-comm-blc .btn-blc a:hover::before {
  bottom: 0;
}

.news-comm-blc .btn-blc a::after {
  content: "";
  background-color: #2e69c8;
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: rotate(-30deg);
  transform-origin: bottom left;
  transition: all 0.3s;
}

.news-comm-blc .btn-blc a:hover::after {
  bottom: 0;
}

.news-comm-blc .btn-blc a .txt-hide {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.news-comm-blc .btn-blc a .txt-hide .txt01 {
  font-weight: 500;
}

@media screen and (max-width:480px) {
  .news-comm-blc .btn-blc {
    text-align: center;
    margin-top: 3rem;
  }
}

/* --------------------------------------------------
 About
-------------------------------------------------- */

#about-blc .part-blc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

#about-blc .part-blc .img-blc {
  width: 50%;
  position: relative;
  overflow: hidden;
}

#about-blc .part-blc .img-blc::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 600ms ease-in-out;
}

#about-blc .part-blc .img-blc::after {
  height: 0;
}

#about-blc .part-blc .img-blc .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1000ms ease-in-out;
  transform: scale(1.2);
}

#about-blc .part-blc .img-blc.do-animate .img {
  transform: scale(1);
}

#about-blc .part-blc .txt-blc {
  width: 50%;
  padding: 4rem;
  box-sizing: border-box;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#about-blc .part-blc .txt-blc .ttl-style01 {
  text-align: left;
  margin-bottom: 2rem;
}

#about-blc .part-blc .txt-blc .inner-blc {
  width: 100%;
}

@media screen and (max-width:1200px) {
  #about-blc .part-blc .txt-blc {
    min-height: 40vw;
  }
}

@media screen and (max-width:1000px) {
  #about-blc .part-blc .txt-blc {
    padding: 2rem;
  }
}

@media screen and (max-width:767px) {
  #about-blc .part-blc {
    margin-bottom: 0;
  }

  #about-blc .part-blc .img-blc {
    width: 100%;
    height: 50vw;
  }

  #about-blc .part-blc .txt-blc {
    width: 100%;
    padding: 2rem 8vw;
  }

  #about-blc .part-blc .txt-blc .inner-blc {
    width: 100%;
  }

  #about-blc .part-blc .txt-blc .inner-blc {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  #about-blc .part-blc .img-blc {
    height: 60vw;
  }

  #about-blc .part-blc .txt-blc {
    padding: 2rem 4%;
  }
}

/* btn-style --------------------- */

#about-blc .btn-style {
  margin-top: 2rem;
  margin-left: 0;
}

#about-blc .btn-style a {
  margin-left: 0;
}