@charset "UTF-8";
.parallax_content {
  position: relative;
  background: #fff;
}
.parallax_content .movie {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 99.5%;
  padding: 100vh 0 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.parallax_content .movie iframe,
.parallax_content .movie video {
  position: fixed;
  top: 0;
  top: 69px;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.parallax_content .intro {
  position: relative;
  margin-top: 100vh;
  padding: 200px 0 48px;
  width: 100%;
  background: #fff;
}
.parallax_content .intro .inner .title01 {
  width: 80%;
  max-width: 720px;
  margin: 0 auto 40px;
}
.parallax_content .intro .inner table {
  margin: 0 auto;
}
.parallax_content .intro .inner table tr td {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.parallax_content .intro .inner table tr td:nth-child(1) {
  width: 6.5em;
  vertical-align: top;
}
.parallax_content .intro .inner table tr td:nth-child(2) {
  padding: 10px 0 10px 1em;
  text-indent: -1em;
}
.parallax_content .intro .inner table tr td:nth-child(2):before {
  content: "：";
}
.parallax_content .intro .inner .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.parallax_content .intro .inner .text.text {
  margin: 2em 0 0;
}
.parallax_content .intro .inner .btn {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  .parallax_content .movie {
    top: -100vh;
    padding: 100vh 0 0;
  }
  .parallax_content .movie iframe,
  .parallax_content .movie video {
    top: 0;
    height: 100%;
  }
  .parallax_content .intro {
    margin-top: 100vh;
    padding: 290px 0 64px;
    width: 100%;
    background: #fff;
  }
  .parallax_content .intro .inner .title01 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 56px;
  }
  .parallax_content .intro .inner table {
    margin: 0 auto;
  }
  .parallax_content .intro .inner table tr td {
    font-size: 18px;
  }
  .parallax_content .intro .inner .text {
    font-size: 18px;
    text-align: center;
  }
}

.service-bg {
  margin: -10px 0 0;
  padding: 0 0 64px;
}
.service-bg .wave {
  position: relative;
  bottom: -5px;
  background: #fff;
}
.service-bg .service {
  margin: 0 0 80px;
}
.service-bg .service .area-service .area-title {
  margin: 0 0 40px;
}
.service-bg .service .area-service .area-title .title01 {
  margin: 0 0 12px;
}
.service-bg .service .area-service .area-title .title01 .text {
  margin: 0;
}
.service-bg .service .area-service .area-title .text {
  margin: 0 0 24px;
  color: #fff;
}
.service-bg .service .area-service .area-title .btn {
  margin: 0;
}
.service-bg .service .area-service .area-title .btn a {
  margin: 0 auto;
  border: none;
}
.service-bg .report .area-report .area-title {
  margin: 0 0 40px;
}
.service-bg .report .area-report .area-title .title01 {
  margin: 0 0 12px;
}
.service-bg .report .area-report .area-title .title01 .text {
  margin: 0;
}
.service-bg .report .area-report .area-detail .list {
  margin: 0;
  padding: 0;
}
.service-bg .report .area-report .area-detail .list .item {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: solid 1px #fff;
}
.service-bg .report .area-report .area-detail .list .item + .item {
  margin: 0;
}
.service-bg .report .area-report .area-detail .list .item .title02 {
  margin: 0 0 12px;
}
.service-bg .report .area-report .area-detail .list .item .title02 .text {
  margin: 0;
}
.service-bg .report .area-report .area-detail .list .item .text {
  margin: 0 0 12px;
  color: #fff;
}
.service-bg .report .area-report .area-detail .list .item .btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-bg {
    padding: 0 0 88px;
  }
  .service-bg .service {
    margin: 0 0 80px;
  }
  .service-bg .service .area-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service-bg .service .area-service .area-title {
    width: 35%;
    margin: 0;
  }
  .service-bg .service .area-service .area-title .title01 {
    margin: 0 0 18px;
  }
  .service-bg .service .area-service .area-title .title01 .text {
    margin: 0;
  }
  .service-bg .service .area-service .area-title .text {
    margin: 0 0 32px;
  }
  .service-bg .service .area-service .area-title .btn {
    text-align: left;
  }
  .service-bg .service .area-service .area-detail {
    width: calc(65% - 40px);
  }
  .service-bg .report .area-report {
    display: flex;
    justify-content: space-between;
  }
  .service-bg .report .area-report .area-title {
    width: 35%;
    margin: 0;
  }
  .service-bg .report .area-report .area-title .title01 {
    margin: 0;
  }
  .service-bg .report .area-report .area-detail {
    width: calc(65% - 40px);
  }
  .service-bg .report .area-report .area-detail .list {
    margin: 0;
    padding: 0;
  }
  .service-bg .report .area-report .area-detail .list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px;
    padding: 0 0 32px;
  }
  .service-bg .report .area-report .area-detail .list .item .area-text {
    width: calc(100% - 178px);
  }
  .service-bg .report .area-report .area-detail .list .item .area-text .title02 {
    margin: 0 0 16px;
  }
  .service-bg .report .area-report .area-detail .list .item .btn a {
    width: 150px;
    margin: 0 auto;
    padding: 17px 28px 17px 0;
    box-sizing: border-box;
  }
}

.article {
  padding: 64px 0 24px;
}
.article .topix {
  margin: 0 0 64px;
}
.article .topix .title .text {
  color: #444;
}
.article .topix .tab-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 24px;
  padding: 24px 0 0;
  border-top: solid 1px #6E6E6E;
}
.article .topix .tab-container .tab {
  width: calc(50% - 10px);
  padding: 3px 0;
  background: #fff;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #6E6E6E;
  text-align: center;
  cursor: pointer;
}
.article .topix .tab-container .tab.active {
  background: #4392BB;
  color: #fff;
}
.article .topix .content-container .content {
  display: none;
}
.article .topix .content-container .content.show {
  display: block;
}
.article .topix .content-container .btn {
  margin: 0;
}
.article .news .area-title {
  /*width: 35%;*/
  width: 100%;
}
.article .news .area-title .title {
  text-align: center;
}
.article .news .area-title .title .text {
  color: #444;
}
.article .news .area-news {
  /*width: calc(65% - 40px);*/
}
.article .news .area-news .contents-body {
  margin: 0 0 24px;
}
.article .news .area-news .contents-body .item .category a {
  width: 90px;
  text-align: center;
}
.article .news .area-news .btn {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .article {
    padding: 88px 0 48px;
  }
  .article .topix {
    margin: 0 0 96px;
  }
  .article .topix .title {
    margin: 0 0 16px;
  }
  .article .topix .tab-container {
    justify-content: start;
    gap: 12px;
    margin: 0 0 24px;
    padding: 24px 0 0;
  }
  .article .topix .tab-container .tab {
    width: auto;
    padding: 5px 21px;
    border-radius: 40px;
    font-size: 14px;
  }
  .article .topix .content-container .content {
    display: none;
  }
  .article .topix .content-container .content.show {
    display: block;
  }
  .article .topix .content-container .btn {
    margin: 0;
  }
  .article .news {
    display: flex;
    justify-content: space-between;
  }
  .article .news .area-title {
    width: 280px;
  }
  .article .news .area-title .title {
    display: flex;
    margin: 0 0 16px;
    text-align: left;
  }
  .article .news .area-title .title .img {
    width: 82px;
    margin: 0 10px 0 0;
  }
  .article .news .area-title .btn {
    margin: 0;
    text-align: left;
  }
  .article .news .area-news {
    width: calc(100% - 386px);
  }
  .article .news .area-news .contents-body {
    margin: 0 0 24px;
  }
  .article .news .area-news .contents-body .item .category a {
    width: 90px;
    text-align: center;
  }
  .article .news .area-news .contents-body .item .title {
    width: 24em;
  }
  .article .news .area-news .btn {
    margin: 0;
  }
}/*# sourceMappingURL=top.css.map */