@charset "UTF-8";
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide > div {
  font-size: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
}

@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp-sp {
    display: none;
  }
}
.btn {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer;
}

.a1l {
  font-family: "A1ゴシック L", "A1 Gothic L" !important;
}

.a1r {
  font-family: "A1ゴシック R", "A1 Gothic R" !important;
}

.a1m {
  font-family: "A1ゴシック M", "A1 Gothic M" !important;
}

.a1b {
  font-family: "A1ゴシック B", "A1 Gothic B" !important;
}

.loading-contents {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #edf1f4;
  z-index: 9999;
  animation: bgMoveUp 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.8s forwards;
}
.loading-contents .loading-logo {
  width: 166px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loading-contents .loading-logo .logo-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading-contents .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0%);
  background: #033793;
  overflow: hidden;
  animation: bgMoveUp 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.5s forwards;
}
.loading-contents .bg1 .bg-slider-box {
  position: absolute;
  width: 3000px;
  height: 200vh;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  animation: bgMoveLeft 3s linear forwards;
}
.loading-contents .bg1 .bg-slider-box .bg-parts1 {
  position: absolute;
  top: 0;
  left: 10%;
  width: 370px;
  height: 200vh;
  background: #0062b2;
  filter: blur(50px);
  transform: rotate(45deg);
  animation: bgWidth 3s linear forwards;
}
.loading-contents .bg1 .bg-slider-box .bg-parts2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 370px;
  height: 200vh;
  background: #0062b2;
  filter: blur(50px);
  transform: rotate(45deg);
  animation: bgWidth 3s linear forwards;
}
.loading-contents .bg1 .bg-slider-box .bg-parts3 {
  position: absolute;
  top: 0;
  right: 1%;
  width: 370px;
  height: 200vh;
  background: #0062b2;
  filter: blur(50px);
  transform: rotate(45deg);
  animation: bgWidth 2.5s linear forwards;
}
@media (max-width: 768px) {
  .loading-contents {
    height: calc(var(--vh) * 100);
  }
}

.main-contents {
  display: block;
  opacity: 1;
}

.wrapper {
  background-color: #edf1f4;
}

.mv-contents {
  width: 100%;
  height: 100vh;
  background-color: #edf1f4;
  overflow: hidden;
  position: relative;
}
.mv-contents .split-slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mv-contents .split-slideshow .slideshow {
  width: 100%;
  height: 100%;
}
.mv-contents .split-slideshow .slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.mv-contents .split-slideshow .slider .item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: none;
}
.mv-contents .split-slideshow .slider .item.bg {
  opacity: 1;
  z-index: 1;
  -webkit-clip-path: none;
          clip-path: none;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.mv-contents .split-slideshow .slider .item.fg {
  opacity: 1;
  z-index: 2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transform: scale(1);
  animation: maskIn 0.3s cubic-bezier(0.7, 0, 0.3, 1) forwards, zoomIn 2.8s 0.3s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.mv-contents .split-slideshow .slider .item picture,
.mv-contents .split-slideshow .slider .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.mv-contents .split-slideshow .slider .item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes maskIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
.mv-contents .slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 90vw;
}
.mv-contents .slideshow-text img {
  max-width: 35vw;
}
@media (max-width: 768px) {
  .mv-contents .slideshow-text {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -38%);
    z-index: 100;
    width: 90vw;
  }
  .mv-contents .slideshow-text img {
    max-width: 60vw;
  }
}
.mv-contents .mv-scroll {
  position: absolute;
  right: 38px;
  bottom: 40px;
  z-index: 5;
}
.mv-contents .mv-scroll .mv-scroll-circle {
  width: 100%;
  animation: rotate 15s linear infinite;
}
.mv-contents .mv-scroll .mv-scroll-arrow {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .mv-contents {
    min-height: 100vh;
  }
  .mv-contents .bg-video-wrappe {
    height: 700px;
  }
  .mv-contents .bg-video-wrappe:before {
    height: 100%;
  }
  .mv-contents .bg-video-wrappe video {
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv-contents .mv-ttl {
    position: absolute;
    width: 100%;
    top: 34.21%;
    left: 20px;
    font-size: 7.3vw;
    line-height: 2.2;
    color: #fff;
    letter-spacing: 0.09em;
  }
  .mv-contents .mv-ttl rt {
    font-size: 2.1vw;
    letter-spacing: 1.09em;
    text-align: center;
    margin-bottom: 0.2vw;
  }
  .mv-contents .mv-ttl span {
    font-size: 3vw;
    line-height: 2.1;
    display: block;
  }
  .mv-contents .mv-scroll {
    right: 15px;
    bottom: 40px;
    width: 95px;
    height: 95px;
  }
  .mv-contents .mv-scroll .mv-scroll-circle {
    width: 100%;
  }
  .mv-contents .mv-scroll .mv-scroll-arrow {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.news-contents {
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: -1px auto 60px;
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
}
.news-contents .news_ttl {
  font-size: 14px;
  font-weight: bold;
  background-color: #dde2e5;
  color: #2c2c2c;
  padding: 15px 20px;
  line-height: 1;
  position: relative;
}
.news-contents .news_summary {
  flex-grow: 1;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}
.news-contents .news_summary ul {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  animation: marquee 24s linear infinite both;
}
.news-contents .news_summary ul li {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: normal;
  margin-right: 50px;
  white-space: nowrap;
}
.news-contents .news_summary ul li span {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #2c2c2c;
  margin-right: 10px;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.news-contents .news_btn {
  background-color: #033793;
  background-image: linear-gradient(to right, #033793 0%, #033793 35%, #0080ca 50%, #0080ca 60%, #033793 80%, #033793 100%);
  background-size: 200% 100%;
  background-position: 100% 0%;
  padding: 16px 40px;
  text-align: center;
  position: relative;
}
.news-contents .news_btn p {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.news-contents .news_btn p:after {
  content: ">";
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 2px;
  right: -20px;
}
.news-contents .news_btn a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .news-contents {
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 auto 60px;
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .news-contents .news_summary {
    flex-grow: 1;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
  }
  .news-contents .news_summary ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    animation: marquee 10s linear infinite both;
  }
  .news-contents .news_summary ul li {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    margin-right: 50px;
    white-space: nowrap;
  }
  .news-contents .news_summary ul li span {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #2c2c2c;
    margin-right: 10px;
  }
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  .news-contents .news_btn {
    background-color: #033793;
    background-image: linear-gradient(to right, #033793 0%, #033793 35%, #0080ca 50%, #0080ca 60%, #033793 80%, #033793 100%);
    background-size: 200% 100%;
    background-position: 100% 0%;
    padding: 15px;
    text-align: center;
    position: relative;
  }
  .news-contents .news_btn p {
    color: #fff;
    position: relative;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    color: #fff;
  }
  .news-contents .news_btn p:after {
    content: none;
  }
  .news-contents .news_btn a {
    color: #fff;
    text-decoration: none;
  }
  .news-contents .news_btn:before {
    content: none;
  }
}
.vision-contents {
  padding: 90px 0;
  position: relative;
}
.vision-contents .container-in {
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.vision-contents .container-in .box-in {
  display: flex;
  justify-content: space-between;
}
.vision-contents .container-in .box-in .box-l {
  width: 49.609375%;
  word-break: break-all;
  display: flex;
  justify-content: space-between;
}
.vision-contents .container-in .box-in .box-l .ttl {
  width: 49px;
}
.vision-contents .container-in .box-in .box-l .ttl .en-ttl-text {
  writing-mode: vertical-rl;
}
.vision-contents .container-in .box-in .box-l .vision-dec {
  margin-top: 50px;
  width: 79.0551181102%;
  color: #2c2c2c;
}
.vision-contents .container-in .box-in .box-l .vision-dec .item-read {
  font-size: clamp(12px, 2.2vw, 16px);
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: left;
  color: #033793;
}
.vision-contents .container-in .box-in .box-l .vision-dec .item-ttl {
  font-weight: bold;
  line-height: 52px;
  text-align: left;
  font-size: clamp(12px, 2.2vw, 28px);
}
.vision-contents .container-in .box-in .box-l .vision-dec .item-ttl span {
  font-weight: bold;
  line-height: 52px;
  text-align: left;
  font-size: clamp(16px, 2.9vw, 38px);
}
.vision-contents .container-in .box-in .box-l .vision-dec .item-text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  color: #2c2c2c;
  letter-spacing: 0.01em;
}
.vision-contents .container-in .box-in .box-r {
  width: 43.984375%;
  position: relative;
  z-index: 1;
}
.vision-contents .container-in .box-in .box-r .vision-img img {
  box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
  border-radius: 20px;
  overflow: hidden;
}
.vision-contents .container-in .box-in .box-r .vision-img:nth-child(1) {
  width: 80.2841918295%;
  margin: 0 0 0 auto;
}
.vision-contents .container-in .box-in .box-r .vision-img:nth-child(2) {
  width: 35.8792184725%;
  position: absolute;
  left: 0;
  top: 25.72%;
}
.vision-contents .container-in .box-in .box-r .vision-img:nth-child(3) {
  width: 54.351687389%;
  margin: 78px 0 0 auto;
}
@media (max-width: 768px) {
  .vision-contents {
    padding: 65px 0;
    position: relative;
  }
  .vision-contents .container-in {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .vision-contents .container-in .box-in {
    display: block;
  }
  .vision-contents .container-in .box-in .box-l {
    width: 100%;
    align-items: flex-start;
  }
  .vision-contents .container-in .box-in .box-l .ttl {
    width: 31px;
  }
  .vision-contents .container-in .box-in .box-l .ttl .en-ttl-text {
    font-size: 40px;
  }
  .vision-contents .container-in .box-in .box-l .ttl svg {
    width: 31px;
    height: 151px;
  }
  .vision-contents .container-in .box-in .box-l .vision-dec {
    margin-top: 50px;
    width: calc(100% - 31px - 36px);
  }
  .vision-contents .container-in .box-in .box-l .vision-dec .item-read {
    font-size: 14px;
    line-height: 32px;
    margin: 0 0 15px 0;
  }
  .vision-contents .container-in .box-in .box-l .vision-dec .item-ttl {
    font-size: 20px;
    line-height: 40px;
  }
  .vision-contents .container-in .box-in .box-l .vision-dec .item-ttl span {
    font-size: 28px;
    line-height: 40px;
  }
  .vision-contents .container-in .box-in .box-l .vision-dec .item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 32px;
  }
  .vision-contents .container-in .box-in .box-r {
    width: 100%;
    margin: 45px auto 0 auto;
    padding-right: 10px;
  }
  .vision-contents .container-in .box-in .box-r .vision-img img {
    border-radius: 15px;
  }
  .vision-contents .container-in .box-in .box-r .vision-img:nth-child(1) {
    width: calc(100% - 31px - 36px);
    margin: 0 0 0 auto;
  }
  .vision-contents .container-in .box-in .box-r .vision-img:nth-child(2) {
    width: 34%;
    left: 25px;
    top: 35%;
  }
  .vision-contents .container-in .box-in .box-r .vision-img:nth-child(3) {
    width: 53.6%;
    margin: 52px 0 0 auto;
  }
}

.services-contents {
  padding: 90px 0;
  position: relative;
}
.services-contents .container-in {
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.services-contents .container-in .box-l {
  width: 335px;
}
.services-contents .container-in .box-l .ttl {
  position: sticky;
  top: 130px;
}
.services-contents .container-in .box-l .ttl .ttl-text {
  margin: 10px 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}
.services-contents .container-in .box-r {
  width: 66.25%;
}
.services-contents .container-in .box-r .services-list {
  display: flex;
  justify-content: space-between;
}
.services-contents .container-in .box-r .services-list:nth-child(2), .services-contents .container-in .box-r .services-list:nth-child(3) {
  margin-top: -30px;
}
.services-contents .container-in .box-r .services-list .services-box {
  width: 48%;
  position: relative;
}
.services-contents .container-in .box-r .services-list .services-box a {
  display: block;
  position: relative;
  color: #fff;
  transition: box-shadow 0.3s;
  overflow: hidden;
  border-radius: 20px;
}
.services-contents .container-in .box-r .services-list .services-box a .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.5s;
}
.services-contents .container-in .box-r .services-list .services-box a .item-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 35, 62, 0.5);
}
.services-contents .container-in .box-r .services-list .services-box a .services-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-top {
  width: 100%;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-top .info-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-top .info-num:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  top: 19px;
  left: 7px;
  transform: rotate(-45deg);
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-top .info-ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin-left: 43px;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom {
  width: 100%;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .info-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: #fff;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .btn-more {
  margin-top: 15px;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .btn-more a {
  display: flex;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .btn-more a .btn-arrow .white {
  display: block;
}
.services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .btn-more a .btn-arrow .blue {
  display: none;
}
.services-contents .container-in .box-r .services-list .services-box:nth-child(2) {
  margin-top: 80px;
}
.services-contents .container-in .box-r .services-list .services-box a:hover {
  box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
}
.services-contents .container-in .box-r .services-list .services-box a:hover .item-img {
  transform: scale(1.1, 1.1);
}
.services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a {
  background: #fff;
  background-image: none;
}
.services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-text {
  color: #005bac;
}
.services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-text span {
  transform: translateY(-120%);
}
.services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-text:before {
  transform: translateY(0);
}
.services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-arrow {
  animation: arrow 0.5s;
}
.services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-arrow .white {
  display: none;
}
.services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-arrow .blue {
  display: block;
}
.services-contents .container-in .box-r .services-ip {
  width: 100%;
  height: auto;
  padding-top: 28.301%;
  background-image: url(/assets/images/home/services-list_ip_bnr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  margin: 30px auto 0;
  filter: drop-shadow(16px 16px 26px rgba(255, 255, 255, 0));
}
.services-contents .container-in .box-r .services-ip .services-info {
  position: absolute;
  width: 60%;
  height: 62%;
  top: 28px;
  left: 0;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-top {
  width: 100%;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-top .info-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  color: #fff;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-top .info-num:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  top: 19px;
  left: 7px;
  transform: rotate(-45deg);
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-top .info-ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin-left: 43px;
  margin-bottom: 15px;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom {
  width: 100%;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .info-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: #fff;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .btn-more {
  margin-top: 15px;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .btn-more a {
  display: flex;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .btn-more a .btn-arrow .white {
  display: block;
}
.services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .btn-more a .btn-arrow .blue {
  display: none;
}
.services-contents .container-in .box-r .services-50th {
  width: 100%;
  height: auto;
  padding-top: 22.759%;
  background-image: url(/assets/images/home/services-list_50th_bnr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  margin: 20px auto 0;
  filter: drop-shadow(16px 16px 26px rgba(255, 255, 255, 0));
}
.services-contents .container-in .box-r a:hover .services-ip {
  width: 100%;
  height: auto;
  padding-top: 28.301%;
  background-image: url(/assets/images/home/services-list_ip_bnr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  filter: drop-shadow(16px 16px 26px rgba(66, 70, 74, 0.25));
}
.services-contents .container-in .box-r a:hover .services-50th {
  width: 100%;
  height: auto;
  padding-top: 22.759%;
  background-image: url(/assets/images/home/services-list_50th_bnr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  filter: drop-shadow(16px 16px 26px rgba(66, 70, 74, 0.25));
}
@media (max-width: 768px) {
  .services-contents {
    padding: 65px 0 35px 0;
  }
  .services-contents .container-in {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: block;
  }
  .services-contents .container-in .box-l {
    width: 100%;
  }
  .services-contents .container-in .box-l .ttl svg {
    width: 240px;
    height: 35.5px;
  }
  .services-contents .container-in .box-l .ttl .ttl-text {
    margin: 5px 0 0 0;
  }
  .services-contents .container-in .box-r {
    width: 100%;
    margin-top: 30px;
  }
  .services-contents .container-in .box-r .services-list {
    display: block;
  }
  .services-contents .container-in .box-r .services-list:nth-child(2), .services-contents .container-in .box-r .services-list:nth-child(3) {
    margin-top: 0;
  }
  .services-contents .container-in .box-r .services-list .services-box {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
  }
  .services-contents .container-in .box-r .services-list .services-box a .item-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s;
  }
  .services-contents .container-in .box-r .services-list .services-box a .item-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 35, 62, 0.5);
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in {
    padding: 20px;
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-top {
    width: 100%;
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-top .info-num {
    font-size: 18px;
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom {
    width: 100%;
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .info-text {
    font-size: 14px;
    line-height: 24px;
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .btn-more {
    margin: 15px 0 0 auto;
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .btn-more a {
    display: flex;
    border-radius: 25px;
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .btn-more a .btn-arrow .white {
    display: block;
  }
  .services-contents .container-in .box-r .services-list .services-box a .services-info .box-in .info-bottom .btn-more a .btn-arrow .blue {
    display: none;
  }
  .services-contents .container-in .box-r .services-list .services-box:nth-child(2) {
    margin-top: 0;
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover {
    box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover .item-img {
    transform: scale(1.1, 1.1);
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a {
    background: #fff;
    background-image: none;
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-text {
    color: #005bac;
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-text span {
    transform: translateY(-120%);
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-text:before {
    transform: translateY(0);
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-arrow {
    animation: arrow 0.5s;
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-arrow .white {
    display: none;
  }
  .services-contents .container-in .box-r .services-list .services-box a:hover .services-info .box-in .info-bottom .btn-more a .btn-arrow .blue {
    display: block;
  }
  .services-contents .container-in .box-r .services-ip {
    width: 100%;
    height: auto;
    padding-top: 115.273%;
    background-image: url(/assets/images/home/services-list_ip_bnr-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    margin: 30px auto 0;
    filter: drop-shadow(16px 16px 26px rgba(255, 255, 255, 0));
  }
  .services-contents .container-in .box-r .services-ip .services-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-top {
    width: 100%;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-top .info-num {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    color: #fff;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-top .info-num:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 19px;
    left: 7px;
    transform: rotate(-45deg);
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-top .info-ttl {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    margin-left: 43px;
    margin-bottom: 15px;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom {
    width: 100%;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .info-text {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    color: #fff;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .btn-more {
    margin-top: 28vw;
    margin-left: auto;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .btn-more a {
    display: flex;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .btn-more a .btn-arrow .white {
    display: block;
  }
  .services-contents .container-in .box-r .services-ip .services-info .box-in .info-bottom .btn-more a .btn-arrow .blue {
    display: none;
  }
  .services-contents .container-in .box-r .services-50th {
    width: 100%;
    height: auto;
    padding-top: 35.759%;
    background-image: url(/assets/images/home/services-list_50th_bnr-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 20px auto 0;
  }
  .services-contents .container-in .box-r a:hover .services-ip {
    width: 100%;
    height: auto;
    padding-top: 115.273%;
    background-image: url(/assets/images/home/services-list_ip_bnr-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    margin: 30px auto 0;
    filter: drop-shadow(16px 16px 26px rgba(255, 255, 255, 0));
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-top {
    width: 100%;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-top .info-num {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    color: #fff;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-top .info-num:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 19px;
    left: 7px;
    transform: rotate(-45deg);
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-top .info-ttl {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    margin-left: 43px;
    margin-bottom: 15px;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-bottom {
    width: 100%;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-bottom .info-text {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    color: #fff;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-bottom .btn-more {
    margin-top: 28vw;
    margin-left: auto;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-bottom .btn-more a {
    display: flex;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-bottom .btn-more a .btn-arrow .white {
    display: block;
  }
  .services-contents .container-in .box-r a:hover .services-ip .services-info .box-in .info-bottom .btn-more a .btn-arrow .blue {
    display: none;
  }
  .services-contents .container-in .box-r a:hover .services-50th {
    width: 100%;
    height: auto;
    padding-top: 35.759%;
    background-image: url(/assets/images/home/services-list_50th_bnr-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 20px auto 0;
  }
}

.solution-contents {
  padding: 90px 0 120px 0;
  position: relative;
}
.solution-contents .container-in {
  width: calc(100% - 20px);
  max-width: 1206px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.solution-contents .container-in .ttl {
  display: flex;
  align-items: flex-end;
}
.solution-contents .container-in .ttl .ttl-text {
  color: #2c2c2c;
  margin: 10px 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}
.solution-contents .container-in .ttl-sub-text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #2c2c2c;
}
.solution-contents .solution-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: relative;
  z-index: 10;
  margin-top: 100px;
  margin-left: calc((100% - 1206px - 20px) / 2);
}
.solution-contents .solution-slider li {
  margin-right: 30px;
  padding-bottom: 50px;
  width: 343px;
}
.solution-contents .solution-slider li img {
  transition: box-shadow 0.3s;
  border-radius: 20px;
  overflow: hidden;
}
.solution-contents .solution-slider li:hover img {
  box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
}
.solution-contents .solution-slider.slick-initialized {
  opacity: 1;
}
.solution-contents .solution-slider .slick-next {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  bottom: -50px;
  right: 195px;
  z-index: 10;
  background: linear-gradient(#0080ca 0%, #033793 100%);
}
.solution-contents .solution-slider .slick-next:before {
  content: "";
  position: absolute;
  width: 11.83px;
  height: 12.85px;
  background: url(../images/common/btn_arrow_ico_white.svg) no-repeat;
  background-size: 11.83px 12.85px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.solution-contents .solution-slider .slick-prev {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  bottom: -50px;
  right: 270px;
  z-index: 10;
  background: linear-gradient(#0080ca 0%, #033793 100%);
}
.solution-contents .solution-slider .slick-prev:before {
  content: "";
  position: absolute;
  width: 11.83px;
  height: 12.85px;
  background: url(../images/common/btn_arrow_ico_white.svg) no-repeat;
  background-size: 11.83px 12.85px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.solution-contents .bg-left {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 125px;
  height: 378px;
  border-radius: 0px 20px 20px 0px;
  background: linear-gradient(-20deg, #033793 0%, #033793 45%, #0062b2 55%, #0062b2 63%, #033793 73%, #033793 100%);
  background-size: auto 200%;
  background-position: 50% 100%;
  animation: bggrdAnime1 5s linear infinite;
  z-index: 0;
}
.solution-contents .bg-right {
  position: absolute;
  top: 30px;
  right: 0;
  width: 135px;
  height: 545px;
  border-radius: 20px 0px 0px 20px;
  background: linear-gradient(-20deg, #033793 0%, #033793 48%, #0062b2 55%, #0062b2 63%, #033793 73%, #033793 100%);
  background-size: auto 200%;
  background-position: 50% -50%;
  animation: bggrdAnime2 6s linear infinite;
  z-index: 0;
}
.solution-contents .bg-bottom {
  display: none;
}
@media screen and (max-width: 1206px) {
  .solution-contents {
    padding: 35px 0 85px 0;
    overflow: hidden;
  }
  .solution-contents .container-in {
    width: calc(100% - 30px);
  }
  .solution-contents .container-in .ttl {
    display: block;
    align-items: flex-end;
  }
  .solution-contents .container-in .ttl svg {
    width: 253.5px;
    height: 35.5px;
  }
  .solution-contents .container-in .ttl .ttl-text {
    margin: 5px 0 0 0;
    font-size: 13px;
  }
  .solution-contents .container-in .ttl-sub-text {
    margin-top: 12px;
  }
  .solution-contents .solution-slider {
    opacity: 0;
    margin-top: 30px;
    margin-left: 40px;
  }
  .solution-contents .solution-slider .slick-list {
    overflow: visible;
  }
  .solution-contents .solution-slider li {
    margin-right: 15px;
    padding-bottom: 50px;
    width: 260px;
  }
  .solution-contents .solution-slider li img {
    border-radius: 14px;
  }
  .solution-contents .solution-slider li:hover img {
    box-shadow: none;
  }
  .solution-contents .solution-slider .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    bottom: -65px;
    right: 15px;
  }
  .solution-contents .solution-slider .slick-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    bottom: -65px;
    right: 79px;
  }
  .solution-contents .bg-left {
    display: none;
  }
  .solution-contents .bg-right {
    display: none;
  }
  .solution-contents .bg-bottom {
    display: block;
    position: absolute;
    right: 0;
    bottom: 95px;
    width: calc(100% - 15px);
    height: 110px;
    border-radius: 20px 0 0 20px;
    background: linear-gradient(-20deg, #033793 0%, #033793 45%, #0062b2 55%, #0062b2 63%, #033793 73%, #033793 100%);
    background-size: auto 300%;
    background-position: 50% 100%;
    animation: bggrdAnime1 15s linear infinite;
    z-index: 0;
  }
}

.works-contents {
  padding: 90px 0 120px 0;
  position: relative;
}
.works-contents .container-in {
  width: calc(100% - 20px);
  max-width: 1206px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.works-contents .container-in .ttl {
  display: flex;
  align-items: flex-end;
}
.works-contents .container-in .ttl .ttl-text {
  color: #2c2c2c;
  margin: 10px 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}
.works-contents .container-in .ttl-sub-text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #2c2c2c;
}
.works-contents .works-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: relative;
  z-index: 10;
  margin: 100px 0 0;
  margin-left: calc((100% - 1206px - 20px) / 2);
}
.works-contents .works-slider .slick-track {
  display: flex;
  align-items: center;
}
.works-contents .works-slider li {
  margin-right: 50px;
  padding-bottom: 0;
  width: auto;
}
.works-contents .works-slider li img {
  max-width: 100%;
  min-height: 46px;
}
.works-contents .works-slider.slick-initialized {
  opacity: 1;
}
.works-contents .works-slider .slick-next {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  top: -190px;
  right: 195px;
  z-index: 10;
  background: linear-gradient(#0080ca 0%, #033793 100%);
}
.works-contents .works-slider .slick-next:before {
  content: "";
  position: absolute;
  width: 11.83px;
  height: 12.85px;
  background: url(../images/common/btn_arrow_ico_white.svg) no-repeat;
  background-size: 11.83px 12.85px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.works-contents .works-slider .slick-prev {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  top: -190px;
  right: 270px;
  z-index: 10;
  background: linear-gradient(#0080ca 0%, #033793 100%);
}
.works-contents .works-slider .slick-prev:before {
  content: "";
  position: absolute;
  width: 11.83px;
  height: 12.85px;
  background: url(../images/common/btn_arrow_ico_white.svg) no-repeat;
  background-size: 11.83px 12.85px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.works-contents .partner {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.works-contents .partner .copy {
  margin-right: 30px;
}
.works-contents .partner .logo {
  margin: 0 15px;
}
.works-contents .partner .logo img {
  width: 141px;
}
.works-contents .btn-more {
  margin: 60px auto 60px;
}
@media (max-width: 768px) {
  .works-contents .partner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .works-contents .partner .copy {
    margin-right: 0;
  }
  .works-contents .partner .copy {
    flex-basis: 100%;
  }
  .works-contents .partner .logo {
    flex-basis: 50%;
    margin: 5vw 0 3vw;
    text-align: center;
  }
  .works-contents .partner .logo img {
    width: auto;
  }
}
@media screen and (max-width: 1206px) {
  .works-contents {
    padding: 115px 0 85px 0;
    overflow: hidden;
  }
  .works-contents .container-in {
    width: calc(100% - 30px);
  }
  .works-contents .container-in .ttl {
    display: block;
    align-items: flex-end;
  }
  .works-contents .container-in .ttl svg {
    width: 253.5px;
    height: 35.5px;
  }
  .works-contents .container-in .ttl .ttl-text {
    margin: 5px 0 0 0;
    font-size: 13px;
  }
  .works-contents .container-in .ttl-sub-text {
    margin-top: 12px;
  }
  .works-contents .works-slider {
    opacity: 0;
    margin-top: 30px;
    margin-left: 40px;
  }
  .works-contents .works-slider .slick-list {
    overflow: visible;
  }
  .works-contents .works-slider li {
    margin-right: 45px;
    width: auto;
  }
  .works-contents .works-slider li img {
    max-width: 100%;
    min-height: 36px;
  }
  .works-contents .works-slider .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    bottom: -65px;
    right: 15px;
  }
  .works-contents .works-slider .slick-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    bottom: -65px;
    right: 79px;
  }
  .works-contents .btn-more {
    margin: 30px auto 60px;
  }
}

.material-contents {
  background: url(../images/home/material_bg.png) left 0px bottom 0px no-repeat;
  background-size: 100% auto;
  padding: 90px 0;
}
.material-contents .container-in {
  width: calc(100% - 20px);
  max-width: 1266px;
  margin: 0 auto;
}
.material-contents .container-in .ttl {
  text-align: center;
}
.material-contents .container-in .ttl img {
  width: 364px;
}
.material-contents .container-in .ttl .ttl-text {
  color: #2c2c2c;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.material-contents .container-in .material-list {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.material-contents .container-in .material-list .material-box {
  width: 31%;
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.material-contents .container-in .material-list .material-box .item-ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #2c2c2c;
}
.material-contents .container-in .material-list .material-box .item-img {
  margin-top: 25px;
}
.material-contents .container-in .material-list .material-box .item-sub-ttl {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  color: #005cac;
}
.material-contents .container-in .material-list .material-box .item-text {
  margin-top: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #2c2c2c;
}
.material-contents .container-in .material-list .material-box .btn-download {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 210px;
  height: 52px;
}
.material-contents .container-in .material-list .material-box .btn-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 26px;
  border: 1px solid #005bac;
  position: relative;
}
.material-contents .container-in .material-list .material-box .btn-download a .btn-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #005bac;
}
.material-contents .container-in .material-list .material-box .btn-download a .btn-arrow {
  position: absolute;
  overflow: hidden;
  top: 21px;
  right: 16px;
  width: 7.9px;
}
.material-contents .container-in .material-list .material-box:hover {
  box-shadow: 16px 16px 26px rgba(66, 70, 74, 0.25);
}
.material-contents .container-in .material-list .material-box:hover .btn-download .btn-arrow {
  animation: arrow 0.5s;
}
.material-contents .container-in .btn-more {
  margin: 60px auto 0 auto;
}
@media (max-width: 768px) {
  .material-contents {
    background: none;
    padding: 70px 0 0 0;
  }
  .material-contents .container-in {
    width: calc(100% - 30px);
  }
  .material-contents .container-in .ttl {
    text-align: center;
  }
  .material-contents .container-in .ttl img {
    width: 266px;
  }
  .material-contents .container-in .ttl svg {
    width: 267px;
    height: 36px;
  }
  .material-contents .container-in .ttl .ttl-text {
    margin-top: 5px;
    font-size: 13px;
  }
  .material-contents .container-in .material-list {
    display: block;
    margin-top: 30px;
  }
  .material-contents .container-in .material-list .material-box {
    margin-bottom: 25px;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
  }
  .material-contents .container-in .material-list .material-box .item-img {
    margin-top: 20px;
  }
  .material-contents .container-in .material-list .material-box å .item-sub-ttl {
    margin-top: 10px;
    font-size: 20px;
  }
  .material-contents .container-in .material-list .material-box .btn-download {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 300px;
    height: 55px;
  }
  .material-contents .container-in .material-list .material-box .btn-download a .btn-text {
    font-size: 14px;
  }
  .material-contents .container-in .material-list .material-box .btn-download a .btn-arrow {
    top: 22px;
  }
  .material-contents .container-in .btn-more {
    margin: 30px auto 0 auto;
  }
}

.about-contents {
  background-color: #edf1f4;
  padding-top: 90px;
  position: relative;
}
.about-contents .container-in {
  width: calc(100% - 20px);
  max-width: 1266px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-contents .container-in .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about-contents .container-in .about-img:before {
  position: absolute;
  content: "";
  background: #edf1f4;
  border-radius: 20px 0px 0px 0px;
  width: 630px;
  height: 126px;
  bottom: 0;
  right: 0;
}
.about-contents .container-in .about-info {
  padding: 70px;
  width: 635px;
  position: relative;
  margin: -125px 0 0 auto;
}
.about-contents .container-in .about-info .ttl {
  display: flex;
  align-items: flex-end;
}
.about-contents .container-in .about-info .ttl .en-ttl-text {
  text-align: left;
}
.about-contents .container-in .about-info .ttl .ttl-text {
  color: #2c2c2c;
  margin: 10px 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.about-contents .container-in .about-info .about-info-text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #2c2c2c;
}
.about-contents .container-in .about-info .btn-more {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .about-contents {
    padding-top: 70px;
  }
  .about-contents .container-in {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about-contents .container-in .about-img {
    position: relative;
  }
  .about-contents .container-in .about-img img {
    vertical-align: baseline;
  }
  .about-contents .container-in .about-img:before {
    width: 300px;
    height: 65px;
  }
  .about-contents .container-in .about-info {
    padding: 40px 15px 0 40px;
    width: 300px;
    position: relative;
    margin: -60px 0 0 auto;
  }
  .about-contents .container-in .about-info .ttl {
    display: block;
  }
  .about-contents .container-in .about-info .ttl .ttl-text {
    margin: 10px 0 0 0;
    font-size: 13px;
  }
  .about-contents .container-in .about-info .btn-more {
    margin-top: 20px;
  }
  .about-contents .slide-text {
    display: none;
  }
}

.contact-contents {
  background-color: #edf1f4;
  padding-top: 200px;
}
.contact-contents .box-in {
  background-color: #fff;
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 0 auto -100px auto;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-contents .box-in .ttl .ttl-text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}
.contact-contents .box-in .contact-btn-list {
  width: 400px;
}
.contact-contents .box-in .contact-btn-list .contact-btn {
  margin-bottom: 12px;
}
.contact-contents .box-in .contact-btn-list .contact-btn:last-child {
  margin-bottom: 0;
}
.contact-contents .box-in .contact-btn-list .contact-btn a {
  display: flex;
  align-items: center;
  height: 80px;
  border-radius: 40px;
  padding: 0 40px;
  background-image: linear-gradient(to right, #033793 0%, #033793 35%, #0080ca 50%, #0080ca 60%, #033793 80%, #033793 100%);
  background-size: 200% 100%;
  background-position: 100% 0%;
  transition: all 0.3s ease-out;
  font-weight: 500;
}
.contact-contents .box-in .contact-btn-list .contact-btn a .btn-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}
.contact-contents .box-in .contact-btn-list .contact-btn a .btn-text {
  margin-left: 12px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
.contact-contents .box-in .contact-btn-list .contact-btn a .btn-arrow {
  margin: 8px 0 0 auto;
  position: relative;
  overflow: hidden;
}
.contact-contents .box-in .contact-btn-list .contact-btn a:hover {
  background-position: 30% 110%;
}
.contact-contents .box-in .contact-btn-list .contact-btn a:hover .btn-arrow {
  animation: arrow 0.5s;
}
@media (max-width: 768px) {
  .contact-contents {
    padding-top: 70px;
  }
  .contact-contents .box-in {
    width: calc(100% - 30px);
    margin: 0 auto -55px auto;
    border-radius: 10px;
    padding: 50px 30px;
    display: block;
  }
  .contact-contents .box-in .ttl {
    text-align: center;
  }
  .contact-contents .box-in .ttl svg {
    width: 238px;
    height: 35.5px;
  }
  .contact-contents .box-in .ttl .ttl-text {
    margin-top: 5px;
    font-size: 13px;
  }
  .contact-contents .box-in .contact-btn-list {
    width: 100%;
    max-width: 300px;
    margin: 25px auto 0 auto;
  }
  .contact-contents .box-in .contact-btn-list .contact-btn {
    margin-bottom: 12px;
  }
  .contact-contents .box-in .contact-btn-list .contact-btn:last-child {
    margin-bottom: 0;
  }
  .contact-contents .box-in .contact-btn-list .contact-btn a {
    display: flex;
    align-items: center;
    height: 80px;
    border-radius: 40px;
    padding: 0 20px;
    background-size: 200% 100%;
    background-position: 100% 0%;
    transition: all 0.3s ease-out;
  }
  .contact-contents .box-in .contact-btn-list .contact-btn a .btn-ico {
    width: 42px;
    height: 42px;
  }
  .contact-contents .box-in .contact-btn-list .contact-btn a .btn-text {
    margin-left: 8px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    position: relative;
    display: inline-flex;
    overflow: hidden;
  }
  .contact-contents .box-in .contact-btn-list .contact-btn a .btn-arrow {
    margin: 8px 0 0 auto;
    position: relative;
    overflow: hidden;
  }
  .contact-contents .box-in .contact-btn-list .contact-btn a:hover {
    background-position: 30% 110%;
  }
  .contact-contents .box-in .contact-btn-list .contact-btn a:hover .btn-text span {
    transform: translateY(-120%);
  }
  .contact-contents .box-in .contact-btn-list .contact-btn a:hover .btn-text:before {
    transform: translateY(0);
  }
  .contact-contents .box-in .contact-btn-list .contact-btn a:hover .btn-arrow {
    animation: arrow 0.5s;
  }
}

.slide-text {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 135.6px;
  background-image: url(../images/common/bg_text.svg);
  background-repeat: repeat-x;
  background-size: auto 135.6px;
  /* 画像の高さ */
  animation: textPCloop 40s linear infinite;
}
@media (max-width: 768px) {
  .slide-text {
    height: 57.5px;
    background-image: url(../images/common/bg_text.svg);
    background-repeat: repeat-x;
    background-size: auto 57.5px;
    /* 画像の高さ */
    animation: textPCloop 60s linear infinite;
  }
}

.contact-contents {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .contact-contents {
    padding-top: 70px;
  }
}/*# sourceMappingURL=top.css.map */