/* ==============================
		home.scss
================================= */
.h01 {
  padding-left: 50px;
  position: relative;
}
.h01 .h01_line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e59a8;
  width: 1px;
  height: 100%;
}
.h01 .jp {
  font-size: 50px;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.h01 .en {
  font-size: 18px;
  display: block;
  font-weight: 300;
  color: #1e59a8;
}

/*--
	section-mv
--*/
.section-mv {
  margin-bottom: 200px;
  position: relative;
}

.mv__container {
  padding-left: 4vw;
  position: relative;
}

.mv__text {
  position: absolute;
  top: 16.354vw;
  left: 10.771vw;
  z-index: 11;
}
.mv__text .catch-copy .sp {
  display: none;
}

@media screen and (max-width: 1420px) {
  .mv__text {
    width: 50vw;
  }
}
@media screen and (max-width: 810px) {
  .section-mv {
    margin-bottom: 16vw;
  }

  .mv__container {
    padding-left: 13.333vw;
  }

  .mv__text {
    top: 25.333vw;
    left: 21.333vw;
  }
  .mv__text .catch-copy .pc {
    display: none;
  }
  .mv__text .catch-copy .sp {
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .mv__text {
    width: 78vw;
  }
  .mv__text .catch-copy {
    margin-right: 8vw;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.mv_slider .swiper-slide .bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-slide-active .bg,
.swiper-slide-duplicate-active .bg,
.swiper-slide-prev .bg {
  -webkit-animation: zoomUp 8s linear 0s;
          animation: zoomUp 8s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.mv_slider .swiper-slide {
  will-change: transform, animation, position;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mv_slider .swiper-slide .bg {
  height: 50.5208vw;
}
.mv_slider .swiper-slide .bg.slide1 {
  background-image: url(../img/home/slide1.jpg);
}
.mv_slider .swiper-slide .bg.slide2 {
  background-image: url(../img/home/slide2.jpg);
}
.mv_slider .swiper-slide .bg.slide3 {
  background-image: url(../img/home/slide3.jpg);
}
.mv_slider .swiper-slide .bg.slide4 {
  background-image: url(../img/home/slide4.jpg);
}

@media screen and (max-width: 810px) {
  .mv_slider .swiper-slide .bg {
    height: 139.0667vw;
  }
  .mv_slider .swiper-slide .bg.slide1 {
    background-image: url(../img/home/sp_slide1@2x.jpg);
  }
  .mv_slider .swiper-slide .bg.slide2 {
    background-image: url(../img/home/sp_slide2@2x.jpg);
  }
  .mv_slider .swiper-slide .bg.slide3 {
    background-image: url(../img/home/sp_slide3@2x.jpg);
  }
  .mv_slider .swiper-slide .bg.slide4 {
    background-image: url(../img/home/sp_slide4@2x.jpg);
  }
}
@media screen and (max-width: 480px) {
  .mv_slider .swiper-slide .bg {
    height: 139.0667vw;
  }
  .mv_slider .swiper-slide .bg.slide1 {
    background-image: url(../img/home/sp_slide1.jpg);
  }
  .mv_slider .swiper-slide .bg.slide2 {
    background-image: url(../img/home/sp_slide2.jpg);
  }
  .mv_slider .swiper-slide .bg.slide3 {
    background-image: url(../img/home/sp_slide3.jpg);
  }
  .mv_slider .swiper-slide .bg.slide4 {
    background-image: url(../img/home/sp_slide4.jpg);
  }
}
@-webkit-keyframes svg {
  0% {
    stroke-dasharray: 155px;
    stroke-dashoffset: 155px;
  }
  82% {
    stroke-dashoffset: -155px;
  }
  100% {
    stroke: none;
  }
}
@keyframes svg {
  0% {
    stroke-dasharray: 155px;
    stroke-dashoffset: 155px;
  }
  82% {
    stroke-dashoffset: -155px;
  }
  100% {
    stroke: none;
  }
}
.section-mv .swiper-nav-box {
  position: absolute;
  top: 19.27vw;
  right: 5vw;
  z-index: 11;
}
.section-mv .swiper-pagination-bullet {
  position: relative;
  background: none !important;
}
.section-mv .swiper-pagination-bullet svg {
  opacity: 0;
}
.section-mv .swiper-pagination-bullet-active {
  background: none !important;
}
.section-mv .swiper-pagination-bullet-active svg {
  opacity: 1;
}
.section-mv .swiper-pagination-bullet-active .number_circle {
  fill: transparent;
  stroke: white;
  stroke-width: 2px;
  -webkit-animation: 6.6s cubic-bezier(0.95, 0.3, 0.88, 0.63) 0s 1 normal forwards running svg;
          animation: 6.6s cubic-bezier(0.95, 0.3, 0.88, 0.63) 0s 1 normal forwards running svg;
}
.section-mv .swiper-pagination {
  bottom: auto !important;
  top: auto;
}
.section-mv .swiper-pagination .swiper-pagination-bullet {
  width: 44px;
  height: 44px;
  margin-bottom: 10px !important;
  opacity: 1 !important;
  position: relative;
}
.section-mv .swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 0;
  left: 0;
}
.section-mv .swiper-pagination .swiper-pagination-bullet .number {
  color: #fff;
  line-height: 42px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .section-mv .swiper-nav-box {
    top: auto;
    right: auto;
    left: 8vw;
    bottom: 8vw;
  }
  .section-mv .swiper-pagination {
    width: 100%;
    text-align: left;
    position: static;
  }
  .section-mv .swiper-pagination .swiper-pagination-bullet .number {
    display: none;
  }
  .section-mv .swiper-pagination .swiper-pagination-bullet .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .section-mv .swiper-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 34px;
  }
  .section-mv .swiper-pagination .swiper-pagination-bullet svg {
    width: 34px;
    height: 34px;
  }
  .section-mv .swiper-pagination .swiper-pagination-bullet .circle {
    width: 8px;
    height: 8px;
  }
}
.section-top_news {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  width: 800px;
  background-color: #fff;
}
.section-top_news a {
  padding: 30px 40px 25px;
  display: flex;
  align-items: center;
  width: 100%;
}
.section-top_news a:hover {
  background-color: #e8eef6;
}
.section-top_news a:hover .title::after {
  transform: translateX(5px);
}
.section-top_news .news_h {
  font-family: poppins, sans-serif;
  font-size: 20px;
  color: #1e59a8;
  font-weight: 300;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  width: 80px;
  padding-right: 25px;
  margin-right: 25px;
}
.section-top_news .news_h::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #1e59a8;
  position: absolute;
  top: 0;
  right: 0;
}
.section-top_news .date {
  font-family: poppins, sans-serif;
  font-size: 14px;
  color: #566374;
  white-space: nowrap;
  margin-right: 10px;
  display: inline-block;
  width: 80px;
  padding-top: 2px;
}
.section-top_news .entry__item__category {
  min-width: 60px;
  max-width: 130px;
  overflow: hidden;
  text-overflow: "";
  box-sizing: initial;
}
.section-top_news .title {
  display: inline-block;
  padding-right: 40px;
  margin-left: 10px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-top_news .title::after {
  background-image: url(../img/common/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 31px;
  height: 10px;
  transition: all 0.3s;
  position: absolute;
  top: 45%;
  right: 40px;
}

@media screen and (max-width: 810px) {
  .section-top_news {
    position: static;
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    width: 100%;
  }
  .section-top_news a {
    padding: 15px 0px 0px;
    flex-wrap: wrap;
  }
  .section-top_news .title {
    width: 100%;
    margin-left: 0;
    padding-right: 8vw;
  }
}
/*--
	section-about
--*/
.section-about {
  margin-bottom: 200px;
  overflow: hidden;
}

.about__inner {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 810px) {
  .section-about {
    margin-bottom: 16vw;
  }

  .about__inner {
    max-width: 810px;
    display: block;
  }
}
@media screen and (max-width: 1620px) {
  .about__inner {
    width: 100%;
  }
}
.about__img {
  width: 57.292vw;
  position: relative;
  overflow: hidden;
}
.about__img .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 840px;
  background-image: url(../img/home/about_img01@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: 100%;
  overflow: hidden;
}

.about__text {
  width: 485px;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-left: 7.031vw;
}
.about__text .h01 {
  margin-bottom: 50px;
}
.about__text .text01 {
  padding-left: 50px;
}
.about__text .text01 p {
  line-height: 2.8;
}

@media screen and (max-width: 1620px) {
  .about__text {
    width: 30%;
    margin-right: 4vw;
  }
  .about__text .bg {
    width: 60%;
  }
}
@media screen and (max-width: 1420px) {
  .about__img .bg {
    background-position-x: 80%;
  }

  .about__text .text01 p br {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .about__img {
    width: 55%;
  }
  .about__img .bg {
    background-position-x: 70%;
    height: 800px;
  }

  .about__text {
    width: 35%;
    padding: 70px 0;
  }
}
@media screen and (max-width: 1100px) {
  .about__img {
    width: 50%;
  }
  .about__img .bg {
    background-position-x: 60%;
    height: 845px;
  }

  .about__text {
    width: 40%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .about__img {
    width: 50%;
  }
  .about__img .bg {
    height: 780px;
  }

  .about__text .h01 {
    padding-left: 30px;
  }
  .about__text .h01 .jp {
    letter-spacing: 0.05em;
  }
  .about__text .text01 {
    padding-left: 30px;
  }
  .about__text .text01 p {
    line-height: 2.5;
  }
}
@media screen and (max-width: 810px) {
  .about__img {
    width: 100%;
    padding-right: 8vw;
    height: 50.666vw;
  }
  .about__img .bg {
    position: static;
    width: 100%;
    height: 590px;
    background-position-x: 100%;
  }

  .about__text {
    width: 100%;
    padding: 16vw 8vw 0;
    margin-left: 0;
    margin-right: 0;
  }
  .about__text .h01 .jp {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 480px) {
  .about__img .bg {
    height: 380px;
  }

  .about__text .h01 {
    padding-left: 4vw;
  }
  .about__text .h01 .jp {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
  .about__text .text01 {
    padding-left: 0px;
  }
  .about__text .text01 p br {
    display: none;
  }
}
/*--
	section-production
--*/
.section-production {
  background-color: #e5e9f0;
  overflow: hidden;
  position: relative;
}

.production__inner {
  max-width: 1520px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
}

@media screen and (max-width: 1620px) {
  .production__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 810px) {
  .production__inner {
    max-width: 810px;
    padding: 0 8vw 16vw;
  }

  .production__inner {
    padding-top: 16vw;
  }
}
.production__head {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  position: relative;
  z-index: 11;
}
.production__head .h01 {
  padding-bottom: 80px;
}

.production__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

.production__category__box {
  width: 32%;
  max-width: 490px;
  margin-bottom: 90px;
}
.production__category__box a {
  display: block;
  width: 100%;
  height: 100%;
}
.production__category__box a .fig {
  max-width: 490px;
  max-height: 460px;
  overflow: hidden;
  margin-bottom: 40px;
}
.production__category__box a .fig img {
  transition: 0.5s all;
}
.production__category__box a:hover .fig img {
  transform: scale(1.1);
}
.production__category__box .category .third_header {
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.production__big-text .en {
  color: #f5f6f9;
}

@media screen and (max-width: 810px) {
  .production__head {
    padding-left: 0px;
  }
  .production__head .h01 {
    padding-bottom: 0px;
  }
  .production__head .link-btn01 {
    display: none;
  }

  .production__categories {
    margin-top: 10vw;
  }

  .production__category__box {
    width: 47%;
    margin-bottom: 10vw;
  }

  .link-btn01.sp-block a {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .production__head .h01 {
    padding-left: 4vw;
  }
  .production__head .h01 .jp {
    font-size: 36px;
    letter-spacing: 0.05em;
  }

  .production__category__box .category .third_header {
    padding-left: 10px;
    line-height: 1.75;
  }
}
/*--
	section-technology
--*/
.section-technology {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.technology__inner {
  width: 100%;
  padding-top: 200px;
  position: relative;
  z-index: 12;
}

@media screen and (max-width: 810px) {
  .section-technology {
    padding-bottom: 12vw;
  }

  .technology__inner {
    max-width: 810px;
    padding: 16vw 0 0;
  }
}
.technology__head {
  max-width: 1520px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  position: relative;
  z-index: 11;
}
.technology__head .h01 {
  padding-bottom: 80px;
}

.corporate__content {
  position: relative;
  z-index: 10;
  margin-top: -20px;
}

.section-technology_block {
  display: flex;
  margin-bottom: 120px;
}
.section-technology_block.block01 .bg {
  background-image: url(../img/home/technology_img01@2x.jpg);
}
.section-technology_block.block02 .bg {
  background-image: url(../img/home/technology_img04@2x.jpg);
}
.section-technology_block.block03 .bg {
  background-image: url(../img/home/technology_img07@2x.jpg);
}

.technology-block__head {
  order: 2;
  width: 220px;
}
.technology-block__head .vh {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: 300;
  border-top: 4px solid #1e59a8;
  width: 40px;
  line-height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.technology-block__head .vh .s {
  font-size: 18px;
}
.technology-block__head .vh .bullet {
  position: relative;
  left: 3px;
}

.technology-block__img {
  order: 1;
  width: 51.042vw;
  position: relative;
  overflow: hidden;
}
.technology-block__img .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 850px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: 100%;
}

.technology-block__text {
  width: 520px;
  order: 3;
}
.technology-block__text .head {
  margin-bottom: 20px;
}
.technology-block__text .head p {
  font-size: 20px;
}
.technology-block__text .text01 {
  margin-bottom: 40px;
}
.technology-block__text .text01 p {
  font-size: 14px;
  line-height: 2;
}
.technology-block__text .imgs {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology-block__text .imgs .fig {
  max-width: 250px;
  width: 47%;
}

.technology__big-text .en {
  color: #e5e9f0;
}

@media screen and (max-width: 1620px) {
  .technology__head {
    margin-left: 4vw;
  }

  .technology-block__text {
    margin-right: 4vw;
  }

  .technology-block__img .bg {
    background-position-x: 60%;
  }
}
@media screen and (max-width: 1420px) {
  .technology-block__head {
    width: 180px;
  }
}
@media screen and (max-width: 1260px) {
  .technology-block__head {
    width: 160px;
  }

  .technology-block__img .bg {
    background-position-x: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .technology-block__img .bg {
    background-position-x: 40%;
  }
}
@media screen and (max-width: 810px) {
  .technology__head {
    padding: 0px 8vw;
    margin-bottom: 8vw;
    margin-left: 0;
  }
  .technology__head .h01 {
    padding-bottom: 0;
  }

  .section-technology_block {
    display: block;
    margin-bottom: 16vw;
  }

  .technology-block__head {
    width: 100%;
  }
  .technology-block__head .vh {
    border-top: none;
    border-left: 4px solid #1e59a8;
    padding: 0 10px 0;
    margin: 0 8vw 8vw;
    -ms-writing-mode: initial;
        writing-mode: initial;
    width: 100%;
  }

  .technology-block__img {
    width: 100%;
    height: 50.666vw;
    padding-right: 8vw;
    margin-bottom: 8vw;
  }
  .technology-block__img .bg {
    position: static;
    width: 100%;
    height: 590px;
  }

  .technology-block__text {
    width: 100%;
    padding: 0 8vw;
  }
  .technology-block__text .link-btn01 a {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .technology__head .h01 {
    padding-left: 4vw;
  }
  .technology__head .h01 .jp {
    font-size: 36px;
    letter-spacing: 0.05em;
  }

  .technology-block__img .bg {
    height: 380px;
  }

  .technology-block__head .vh {
    font-size: 24px;
  }

  .technology-block__text .head p {
    font-size: 18px;
  }
  .technology-block__text .imgs .fig {
    width: 47%;
  }
}
/*--
	section-corporate
--*/
.section-corporate {
  background-color: #e5e9f0;
  position: relative;
  margin-bottom: 200px;
  overflow: hidden;
}

.corporate__inner {
  max-width: 1520px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 220px;
}

@media screen and (max-width: 1620px) {
  .corporate__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 810px) {
  .section-corporate {
    margin-bottom: 16vw;
  }

  .corporate__inner {
    max-width: 810px;
    padding-top: 16vw;
    padding-bottom: 16vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.corporate__head {
  padding-left: 30px;
  position: relative;
  z-index: 11;
}
.corporate__head .h01 {
  padding-bottom: 80px;
}

.corporate__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin-top: -20px;
}

.corporate__box {
  max-width: 750px;
  width: 49%;
}

.corporate__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.corporate__link .fig {
  max-width: 750px;
  max-height: 500px;
  overflow: hidden;
}
.corporate__link .fig img, .corporate__link .arrow img {
  transition: 0.5s all;
}
.corporate__link:hover .fig img {
  transform: scale(1.1);
}
.corporate__link:hover .arrow img {
  transform: translateX(5px);
}

.corporate__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.corporate__text:hover {
  cursor: pointer;
}
.corporate__text .link-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  justify-content: flex-end;
}
.corporate__text .link-btn .text01 {
  margin-right: 10px;
}
.corporate__text .link-btn .arrow img {
  margin-bottom: 4px;
}

.corporate__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.corporate__title::after {
  position: relative;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 20px auto 0;
}

.corporate__big-text .en {
  color: #f5f6f9;
}

@media screen and (max-width: 810px) {
  .corporate__head {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .corporate__head .h01 {
    padding-bottom: 0px;
  }

  .corporate__content {
    padding-left: 8vw;
    padding-right: 8vw;
    display: block;
    margin-top: 50px;
  }

  .corporate__box {
    width: 100%;
    margin-bottom: 30px;
  }

  .corporate__link .fig {
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 480px) {
  .corporate__head .h01 {
    padding-left: 4vw;
  }
  .corporate__head .h01 .jp {
    font-size: 36px;
    letter-spacing: 0.05em;
  }

  .corporate__title {
    font-size: 26px;
  }

  .corporate__text .link-btn {
    bottom: 4vw;
    right: 4vw;
  }
}
/*--
	section-news_entries
--*/
.section-news_entries {
  margin-bottom: 200px;
  overflow: hidden;
}

.news-entries__inner {
  max-width: 1520px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1620px) {
  .news-entries__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 810px) {
  .section-news_entries {
    margin-bottom: 16vw;
  }

  .news-entries__inner {
    max-width: 810px;
    display: block;
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
.news-entries__head {
  width: 250px;
  margin-right: 30px;
}
.news-entries__head .news-entries__h01 {
  padding-left: 40px;
  padding-bottom: 60px;
  margin-bottom: 6vw;
  border-left: 1px solid #1e59a8;
}
.news-entries__head .news-entries__h01 .jp {
  font-size: 40px;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}
.news-entries__head .news-entries__h01 .en {
  font-size: 18px;
  display: block;
  font-weight: 300;
  color: #1e59a8;
}

.news-entries__contents {
  position: relative;
}

.news-entries__list {
  width: 80vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.news-entries__box {
  width: 380px;
  margin-right: 30px;
}

.news-entries__link {
  display: block;
  width: 100%;
  height: 100%;
}
.news-entries__link:hover .news-entries__eye_catch img {
  transform: scale(1.1);
}
.news-entries__link .news-meta {
  margin-bottom: 15px;
  display: flex;
}
.news-entries__link .news-meta .date {
  font-family: poppins, sans-serif;
  font-size: 14px;
  color: #566374;
  white-space: nowrap;
  margin-right: 10px;
}

.entry__item__eye-catch {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.entry__item__eye-catch .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s all;
}

.slide_num_1 .entry__item__eye-catch {
  height: 380px;
}

.slide_num_4 .entry__item__eye-catch {
  height: 265px;
}

.news-entries__link {
  display: block;
}
.news-entries__link:hover .entry__item__eye-catch .img {
  transform: scale(1.1);
}

@media screen and (max-width: 1620px) {
  .slide_num_4 .entry__item__eye-catch {
    height: 240px;
  }
}
@media screen and (max-width: 1420px) {
  .slide_num_4 .entry__item__eye-catch {
    height: 200px;
  }
}
@media screen and (max-width: 1260px) {
  .slide_num_4 .entry__item__eye-catch {
    height: 190px;
  }
}
@media screen and (max-width: 1100px) {
  .slide_num_4 .entry__item__eye-catch {
    height: 160px;
  }

  .slide_num_1 .entry__item__eye-catch {
    height: 380px;
  }
}
@media screen and (max-width: 960px) {
  .slide_num_4 .entry__item__eye-catch {
    height: 140px;
  }
}
@media screen and (max-width: 810px) {
  .slide_num_1 .entry__item__eye-catch {
    height: 380px;
  }

  .news-entries__link .news-meta {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .slide_num_1 .entry__item__eye-catch {
    height: 210px;
  }
}
.news-entries__title {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 810px) {
  .news-entries__head {
    width: 100%;
    margin-right: 0px;
  }
  .news-entries__head .news-entries__h01 {
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  .news-entries__head .link-btn01 {
    display: none;
  }

  .news-entries__contents {
    width: 100%;
  }

  .news-entries__list {
    position: static;
    width: 100vw;
  }

  .news-entries__eye_catch {
    height: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .news-entries__head .news-entries__h01 {
    padding-left: 4vw;
  }
  .news-entries__head .news-entries__h01 .jp {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-nav-area .swiper-button-prev,
.swiper-nav-area .swiper-button-next {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid #1e59a8;
}
.swiper-nav-area .swiper-button-prev {
  left: -20px;
  top: 7vw;
}
.swiper-nav-area .swiper-button-prev .cls-1 {
  fill: none;
  stroke: #1e59a8;
  stroke-width: 1px;
  fill-rule: evenodd;
}
.swiper-nav-area .swiper-button-prev:hover {
  background-color: #1e59a8;
  color: #fff;
}
.swiper-nav-area .swiper-button-prev:hover .cls-1 {
  stroke: #fff;
}
.swiper-nav-area .swiper-button-next {
  right: 80px;
  top: 7vw;
}
.swiper-nav-area .swiper-button-next .cls-1 {
  fill: none;
  stroke: #1e59a8;
  stroke-width: 1px;
  fill-rule: evenodd;
}
.swiper-nav-area .swiper-button-next:hover {
  background-color: #1e59a8;
  color: #fff;
}
.swiper-nav-area .swiper-button-next:hover .cls-1 {
  stroke: #fff;
}

@media screen and (max-width: 1260px) {
  .swiper-nav-area .swiper-button-next {
    right: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .swiper-nav-area .swiper-button-next {
    right: 120px;
  }

  .slide_num_1 .swiper-nav-area .swiper-button-prev {
    top: 24vw;
  }
  .slide_num_1 .swiper-nav-area .swiper-button-next {
    top: 24vw;
  }
}
@media screen and (max-width: 810px) {
  .swiper-nav-area .swiper-button-prev {
    left: -20px;
  }
  .swiper-nav-area .swiper-button-next {
    right: -20px;
  }

  .slide_num_1 .swiper-nav-area .swiper-button-prev {
    top: 24vw;
  }
  .slide_num_1 .swiper-nav-area .swiper-button-next {
    top: 24vw;
  }

  .slide_num_4 .swiper-nav-area .swiper-button-prev {
    top: 7vw;
  }
  .slide_num_4 .swiper-nav-area .swiper-button-next {
    top: 7vw;
  }
}
@media screen and (max-width: 480px) {
  .slide_num_1 .swiper-nav-area .swiper-button-prev {
    top: 28vw;
  }
  .slide_num_1 .swiper-nav-area .swiper-button-next {
    top: 28vw;
  }

  .slide_num_4 .swiper-nav-area .swiper-button-prev {
    top: 18vw;
  }
  .slide_num_4 .swiper-nav-area .swiper-button-next {
    top: 18vw;
  }
}
/* scroll btn */
.scroll-btn {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  top: calc(100vh - 280px);
  left: 3vw;
  width: 150px;
  transform-origin: left top;
  transform: rotate(90deg);
}
.scroll-btn .text {
  position: relative;
  display: block;
  font-family: poppins, sans-serif;
  font-weight: 300;
  color: #1e59a8;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
}
.scroll-btn .text::after {
  position: relative;
  content: "";
  display: inline-block;
  -webkit-animation-name: expansion;
          animation-name: expansion;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  height: 1px;
  width: 120px;
  background-color: #1e59a8;
  margin-bottom: 3px;
  margin-left: 10px;
}
.scroll-btn .text::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #1e59a8;
  top: 10px;
  right: 80px;
  -webkit-animation-name: moving_ball;
          animation-name: moving_ball;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@media screen and (max-width: 1260px) {
  .scroll-btn {
    top: auto;
    bottom: 125px;
  }
}
@media screen and (max-width: 810px) {
  .scroll-btn {
    top: calc(78vh - 280px);
    left: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .scroll-btn {
    top: 115vw;
  }
}
@-webkit-keyframes moving_ball {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(80px);
    opacity: 0;
  }
}
@keyframes moving_ball {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(80px);
    opacity: 0;
  }
}
/*# sourceMappingURL=maps/home.css.map */