@charset "UTF-8";
/*左から右テキストエフェクト*/
.leftAnime {
  opacity: 0;
  overflow: hidden;
  display: inline-block;
}

.leftAnimeInner {
  display: inline-block;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.mv .mv-fullmovie {
  max-width: 218px;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .mv .c-wrap1200 {
    padding: 0;
  }
  .mv .mv-fullmovie {
    max-width: 166px;
    margin-left: 20px;
  }
  .mv video {
    border-radius: 5px;
  }
}
.intro {
  padding-top: 200px;
}
.intro .intro-ttl {
  font-size: 40px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.8048780488;
  letter-spacing: 0.13em;
  padding-bottom: 50px;
  height: 232px;
}
.intro .intro-botom {
  border-top: 1px solid #656565;
  padding-top: 5%;
}
.intro .intro-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 260px;
}
.intro .intro-flex-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
}
.intro .video-area {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
.intro video {
  display: block;
  width: 100%;
  border-radius: 13px;
}
.intro .video-border {
  height: 10px;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
}
.intro .video-circle-box {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1024px) {
  .intro .intro-flex {
    display: block;
  }
  .intro .intro-rig {
    max-width: 432px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: 100px;
  }
  .intro .intro-ttl {
    font-size: 31px;
    line-height: 1.6129032258;
    padding-bottom: 48px;
    height: 150px;
    font-weight: 500;
  }
  .intro .intro-botom {
    padding-top: 46px;
  }
  .intro .intro-flex-txt {
    font-size: 18px;
  }
  .intro .intro-flex {
    margin-bottom: 100px;
  }
  .intro video {
    border-radius: 5px;
  }
}
.service {
  margin-top: 145px;
}
.service .service-ttl {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
}
.service .service-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service .service-bnr {
  flex: 0 0 558px;
}
.service .service-bnr-item {
  display: block;
}
.service .service-bnr-item01 {
  margin-bottom: 60px;
}
.service .service-bnr-item-box {
  background: #ffffff;
  padding: 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.service .service-bnr-item-box-wrap {
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  width: 100%;
  padding: 30px 10px;
}
.service .service-bnr-item-box-ttl {
  font-size: 18px;
  margin-bottom: 30px;
}
.service .service-bnr-item-box-flex {
  display: flex;
  align-items: center;
}
.service .service-bnr-item01 .service-bnr-item-box-logo {
  max-width: 246px;
  width: 100%;
  margin-right: 50px;
}
.service .service-bnr-item02 .service-bnr-item-box-logo {
  max-width: 238px;
  width: 100%;
  margin-right: 15px;
}
.service .service-bnr-item02 .service-bnr-item-box-ttl {
  margin-bottom: 40px;
}
.service .service-bnr-item-box-txt {
  display: flex;
  align-items: center;
  font-size: 23px;
}
.service .service-bnr-item-box-txt img {
  max-width: 24px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.service .service-bnr-item-botom {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.service .service-bnr-item-botom-txt {
  font-size: 18px;
  font-weight: 500;
}
.service .service-bnr-item01 .service-bnr-item-botom-arrow {
  height: 1px;
  max-width: 136px;
  width: 100%;
  background: #1a1a1a;
  margin-left: auto;
}
.service .service-bnr-item02 .service-bnr-item-botom-arrow {
  height: 1px;
  max-width: 312px;
  width: 100%;
  background: #1a1a1a;
  margin-left: auto;
}
.service .service-rig-ttl {
  max-width: 340px;
  width: 100%;
  margin-bottom: 70px;
}
.service .service-rig-subttl {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
.service .service-rig-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 42px;
}
.service .service-bnr-item-botom-arrow {
  position: relative;
}
.service .service-bnr-item-botom-arrow-head {
  max-width: 8px;
  width: 100%;
  position: absolute;
  top: -5px;
  right: -1px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .service .service-bnr {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .service .service-flex {
    display: block;
  }
  .service .service-bnr {
    margin-bottom: 60px;
    margin-right: 0;
  }
  .service .service-rig {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 100px;
  }
  .service .service-ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .service .service-bnr-item-box {
    display: block;
    font-weight: 600;
  }
  .service .service-bnr-item-box-ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .service .service-bnr-item-box-flex {
    display: block;
  }
  .service .service-bnr-item01 .service-bnr-item-box-logo {
    max-width: 240px;
    margin: auto;
    margin-bottom: 17px;
  }
  .service .service-bnr-item-box-txt {
    justify-content: center;
    font-size: 20px;
  }
  .service .service-bnr-item-box-txt img {
    max-width: 18px;
  }
  .service .service-bnr-item-botom {
    display: block;
    padding-top: 20px;
  }
  .service .service-bnr-item-botom-txt {
    font-size: 17px;
    font-weight: 600;
  }
  .service .service-bnr-item01 .service-bnr-item-botom-arrow {
    max-width: 100%;
    margin-top: 10px;
  }
  .service .service-bnr-item01 {
    margin-bottom: 70px;
  }
  .service .service-bnr-item-box-logo {
    margin: auto;
  }
  .service .service-bnr-item02 .service-bnr-item-box-logo {
    max-width: 240px;
    margin: auto;
    margin-bottom: 23px;
  }
  .service .service-bnr-item02 .service-bnr-item-box-ttl {
    margin-bottom: 30px;
  }
  .service .service-bnr-item02 .service-bnr-item-botom-arrow {
    max-width: 100%;
    margin-top: 10px;
  }
  .service .service-bnr {
    margin-bottom: 110px;
  }
  .service .service-rig-ttl {
    margin-bottom: 60px;
  }
  .service .service-rig-subttl {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .service .service-rig-txt {
    font-size: 15px;
    line-height: 33px;
  }
  .service .service-bnr-item-box-wrap {
    padding: 15px 15px;
  }
}
.news-top-img {
  margin-top: 180px;
}
.news-top-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-top-img {
    margin-top: 100px;
  }
}
.news {
  background: #fff;
  padding-bottom: 60px;
}
.news .news-top {
  display: flex;
  align-items: center;
  padding-top: 90px;
}
.news .news-ttl {
  font-size: 32px;
  font-weight: 500;
  flex: 0 0 260px;
}
.news .news-category {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news .news-category li {
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
}
.news .news-category li.active::after {
  content: "";
  display: block;
  width: 110%;
  height: 3px;
  background: #f00000;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.news .news-botom {
  border-top: 1px solid #656565;
  margin-top: 60px;
  padding-top: 20px;
}
.news .news-botom-flex {
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news .news-botom-lft {
  flex: 0 0 260px;
}
.news .news-botom-rig {
  width: 100%;
}
.news .news-botom-rig-item {
  display: none;
}
.news .news-botom-rig-item.active {
  display: block;
}
.news .news-list {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
}
.news .news-list:nth-child(even) {
  background: #f1f1f1;
}
.news .news-list-time {
  margin-right: 80px;
  font-size: 16px;
  font-weight: 500;
}
.news .news-list-rig {
  display: flex;
  align-items: center;
  width: 100%;
}
.news .news-list-cate {
  flex: 0 0 auto;
}
.news .news-list-cate li {
  background: #1a1a1a;
  color: #ffffff;
  padding: 3px 5px;
  line-height: 1;
  margin-right: 13px;
  font-size: 13px;
  min-width: 62px;
  text-align: center;
}
.news .news-list-ttl {
  font-size: 16px;
  font-weight: 500;
}
.news .c-section-link {
  width: 240px;
}
.news .c-section-link-parent {
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .news .news-botom-lft {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 100px;
  }
  .news .news-top {
    display: block;
  }
  .news .news-ttl {
    margin-bottom: 50px;
  }
  .news .news-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
  }
  .news .news-category li {
    margin: 0;
    text-align: center;
  }
  .news .news-category li.active:after {
    width: 90%;
    right: 0;
    margin: auto;
  }
  .news .news-list {
    display: block;
    position: relative;
    padding: 15px 20px;
  }
  .news .news-list-cate {
    position: absolute;
    top: 15px;
    left: 100px;
  }
  .news .news-list-time {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .news .news-botom .c-wrap1200 {
    padding: 0;
  }
  .news .c-section-link-parent {
    justify-content: center;
    margin-top: 50px;
  }
  .news .c-section-link {
    max-width: 338px;
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */