@charset "UTF-8";
.en{
  font-family: "Inter", sans-serif;
}
.section .headline__title {
  line-height: 1;
}

.section .headline__title span.en {
  display: block;
  color: #957751;
  font-family: "Inter", sans-serif;
  font-size: 3.4vw;
  font-weight: 800;
}

/* .section-hero {
  padding: 20px;
} */

/* @media only screen and (max-width: 767px) {
  .section-hero {
    padding: 10px;
  }
} */

.section-hero .content {
  position: relative;
}

.section-hero .imgarea {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-hero .imgarea .swiper-slide{
    width: 100vw;
    height: 56vw;
  }
}
/* .section-hero .imgarea::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, #002347, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 2;
} */

@media only screen and (max-width: 767px) {
  .section-hero .imgarea::before {
    height: 75px;
  }
}


 .section-hero .imgarea .img img {
  width: 100%;
  /* height: calc(100vh - 140px); */
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: 50% 20%;
} 

/* .section-hero .imgarea .img.earth img {
  object-position: 50% 50%;
} */

@media only screen and (max-width: 767px) {
  .section-hero .imgarea .img.earth img {
    object-position: 76% 20%;
  }

  .section-hero .imgarea .img.security img {
    object-position: 75% 20%;
  }
}

.section-hero .txt {
  position: absolute;
  bottom: 11%;
  right: 5.5%;
  z-index: 9;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .section-hero .txt {
    left: 0;
    bottom: 10vw;
    width: 100%;
    padding: 0px 7vw;
  }
}

.section-hero .txt .main-title {
  font-size: 6.8vw;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.0;
  margin-bottom: 1.6vw;
}
.section-hero .txt .main-title-jp {
  font-size: 3.4vw;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1vw;
  letter-spacing: 0.1em;
}
.section-hero .txt .main-title-sub {
  font-size: 1.4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .section-hero .txt .main-title {
    font-size: 14vw;
    margin-bottom: 3vw;
  }
  .section-hero .txt .main-title-jp {
    font-size: 7vw;
    margin-bottom: 3vw;  
  }
  .section-hero .txt .main-title-sub {
    font-size: 2.8vw;
  }
}

.section-hero .txt .lead {
  font-size: 1.8rem;
  font-size: 1.32353vw;
}

@media only screen and (max-width: 767px) {
  .section-hero .txt .lead {
    font-size: 1.1rem;
  }
}

.section-hero .txt.en {
  right: auto;
  left: 7.5%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .section-hero .txt.en {
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
.section-news{
  margin-left: 12vw;
}
}

.section-news .section-content {
  display: flex;
  padding: 6vw 0;
  max-width: 75vw;
  margin: 0 auto;
}
.section-news .section-content .headline{
  width: 16.5vw;
  padding: 0.5vw 0.8vw;
}
.section-news .section-content .headline__title{
  font-size: 1.1vw;
  padding: 0 0 1.5vw;
}
.section-news .headline__title span {
  padding-bottom: 0.7vw;
}

/* .section-news .section-content.flex > .flex-box.text-box {
  width: 52%;
  margin-left: 5%;
} */
.section-news button.more {
  position: relative;
  padding-right: 3vw;
}
.section-news button.more a span{
  letter-spacing: 0.1em;
  padding: 0 0.8vw 0 0.2vw;
  line-height: 2.7vw;
  color: #312b27;
  font-size: 0.97vw;
}

  /* .section-news button.more a::after{ left: -2vw; } */

.section-news button.more a + span {
  width: 3vw;
  /* right: -2.5vw; */
  top: 50%;
  background: #55a900;
  height: 1.2vw;
  position: absolute;
  border-radius: 1vw;
  transform: translateY(-50%);
}
@keyframes loop_animation_right {
  0% {
    transform: translate(-200%, -50%);
  }
  50% {
    transform: translate(0, -50%);
  }
  90% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(120%, -50%);
  }
}

.section-news button.more a + span::after {
  content: "";
  background: url(../img/top/arrow.svg) center / contain no-repeat;
  position: absolute;
  width: 0.9vw;
  height: 0.9vw;
  right: 0.3vw;
  top: 50%;
  transform: translateY(-50%);
}
.section-news button.more:hover a + span::after {
  animation: loop_animation_right 1.5s linear infinite;
}
@media only screen and (max-width: 767px) {
  .section-news button.more a + span::after {
    width: 2.8vw;
    height: 2.8vw;
    right: 1vw;
  }
}


.section-news .section-content .flex{
  display: flex;
  padding: 0.8vw 0;
  align-items: center;
}
.section-news .section-content.flex .text-content{
  width: 90vw;
  padding: 4.8vw 0vw 5.2vw 13.5vw;
  background: #f0edeb;
  margin-right: calc(50% - 50vw);
  margin-left: 5vw;
}

 .news-list dl {
  /* font-size: clamp(0.5rem, 1vw, 14rem);
  flex-wrap: wrap;
  padding: 1.29vw 0;
  border-bottom: #d3d3d3 solid 1px;
  letter-spacing: 0.1em; */
  position: relative;
} 
/* .news-list dl:first-child {
  border-top: #d3d3d3 solid 1px;
} */
.news-list a {
  display: flex;
  padding: 0.9vw 0;
  align-items: center;
}

.news-list dt {
  text-align: center;
  width: 8vw;
  padding: 0 1vw 0 2vw;
}
.news-list dt .year{
  font-size: 0.9vw;
  display: block;
  line-height: 1;
}
.news-list dt .date{
  font-size: 1.4vw;
  line-height: 1;
}
  .news-list dd {
/*  width: 100%;
  transition: background-size 0.3s ease-out;
  margin: 0.5vw 0;
  padding-left: 6.5%;*/
  font-size: 1vw;
} 
/* .news-list dl {
  transition: all 0.3s ease-out;
} */
 .news-list dl:hover dd {
  text-decoration: underline 1px;
  text-underline-offset: 10px;
  transition: 400ms color cubic-bezier(0.17, 0.67, 0.3, 0.87);
} 

.section-news .banner {
  padding: 0.8vw 0 0.4vw;
  width: 21vw;
}
.section-news .banner a {
  padding-bottom: 0.7vw;
}

span.isnew.en {
  position: absolute;
  font-size: clamp(0.4rem, 0.8vw, 11rem);
  background: #fff000;
  padding: 0.3em 0.8em;
  color: #3f7d00;
  font-weight: 900;
  transform: translateX(-50%);
  margin: 0.3vw 0;
}
span.cat {
  padding: 0.25vw 1.0vw;
  border: solid 1px #5D564B;
  display: block;
  /* line-height: 1; */
  border-radius: 1vw;
  font-size: 0.8vw;
  letter-spacing: 0.01em;
  width: 8vw;
  text-align: center;
  margin-right: 1.8vw;
}


@media only screen and (max-width: 767px) {
  .section-news .section-content{ 
    max-width: 90vw;
    flex-wrap: wrap;
    padding : 15vw 0; 
  }
  .section-news .section-content .headline{
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 11vw;
  }
  .section-news .section-content .headline__title{
    font-size: 3.0vw;
  }
  .section .headline__title span.en{
    font-size: 10vw;
    padding-bottom: 2vw;
    }

  .section-news .section-content .txt-lt{
    width: 100%;
    padding-left: 5vw;
  }
  .section-news .section-content.flex > .flex-box.text-box {
    width: 95%;
  }
  .section-news .section-content.flex .text-content{
    padding: 29vw 0 23vw;
    width: 92vw;
    margin: 12vw -5vw 0 8vw;
  }
  .news-list{ width: 100%; }
  
  .news-list dl {
    width: 100%;
    font-size: 3vw;
    padding: 1.5vw 0;
    /* padding-right: 8.2vw; */
  }
  .news-list a {
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2vw 0;
  }
  span.isnew.en {
    top: 12vw;
    transform: translate(0);
    margin-left: -1.6vw;
    font-size: 2.6vw;
    font-weight: 700;
    padding: 0.3vw 2vw;
    /* border-radius: 0; */
    /* top: 10%; */
  }
  .news-list dt {
    width: 14vw;
    padding: 0;
    margin: 1vw 3 -1vw -3vw;
    text-align: left;
    /* letter-spacing: 0.08em;
    border: none; */
  }
  span.cat {
    position: relative;
    text-align: center;
    width: 24vw;
    left: 0;
    font-size: 2.6vw;
    padding: 0.3vw 0;
    border-radius: 4vw;
  }

  .news-list dt .year{
    font-size: 2.6vw;
    /* text-align: left; */
  }
  .news-list dt .date{
    font-size: 4vw;
    line-height: 1.7;
  }  
  .news-list dd {
    width: calc(100% - 13.5vw);
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.06em;
    margin: 0 0 0 13.5vw;
    padding: 1.0vw 0;
  }

  .section-news button.more{ 
    position: absolute;
    right: 0;
    bottom: 2.2vw;
    margin: 2.5vw 11vw 0 0;
    width: 19vw;
    padding: 0;
  }
  /* .section-insta button.more{ margin : 0.5vw 3% 0 auto; } */


  .section-news button.more a::after,
  .section-insta button.more a::after{ left: -2.5vw; }
  
  .section-news button.more a span{
    /* width: 32vw; */
    line-height: 0vw;
    /* height: 1vw; */
    font-size: 3vw;
    font-weight: 600;
    padding: 0;
    letter-spacing: 0.05em;
  }
  .section-news button.more a + span{
    width: 9.5vw;
    right: -10.6vw;
    height: 3.6vw;
    border-radius: 3vw;
  }
  /* .section-insta button.more a span {
    padding: 4vw 0vw 4vw 9vw;
  } */
  .section-news .section-content.flex > .flex-box.banner{
    width: 100%;
    padding: 7vw 3vw;
  }
  .section-news .banner {
    padding: 10vw 0 0;
    gap: 1vw;
    width: 96vw;
    margin: 0 0 0 -4vw;
  }
  
  .section-news .banner a {
    padding: 0;
  }

}
