@charset "UTF-8";

/* common */

.renew-main h2.title-new{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 300px;
}

@media (max-width: 999px){
  .renew-main h2.title-new{
    height: 200px;
  }
}

.renew-main h2.title-new .tt-ja{
  font-size: 1.8rem;
  display: block;
  color: #142474;
}

.renew-main h2.title-new .tt-ja hr{
  display: inline-block;
  height: 15%;
  border: .8px solid #000;
}

.sp{
  display: none;
}

@media (max-width: 999px){
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}

/* header */

.renew-header .site-header__menubutton svg .fillPath{
  fill: #000;
}

.site-header.renew-header{
  background: #fff;
}

.site-header.bgcolor.renew-header{
  background: #fff;
}

@media (min-width: 1000px){
  .site-header.bgcolor.renew-header{
    background-image: none;
  }
}

/* main */

.renew-main{
  padding-top: 13rem;
}

/* mv */

.renew-main .home-mv{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

@media (min-width: 1000px){
  .renew-main .home-mv{
    height: auto;
  }
}

.home-mv .home-newsbox{
  width: 70%;
  box-sizing: border-box;
  border-radius: 0 0 50px 0;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 999px){
  .home-mv .home-newsbox{
    width: 100%;
  }
}

.home-mv .home-newsbox .img{
  width: 60%;
}

@media (max-width: 999px){
  .home-mv .home-newsbox .img{
    width: 100%;
  }
}

.home-mv .home-newsbox .txt{
  width: 40%;
  box-sizing: border-box;
  padding: 0 30px;
}

@media (max-width: 999px){
  .home-mv .home-newsbox .txt{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .home-mv .home-newsbox .txt .logo{
    width: 50%;
  }
  .home-mv .home-newsbox .txt .fooma-logo{
    width: 48%;
  }
}

.home-mv .mv-link{
  padding: 0 30px;
  width: 30%;
}

@media (max-width: 999px){
  .home-mv .mv-link{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
  }
}

.home-mv .mv-link .catch{
  box-sizing: border-box;
  padding: 0 30px 30px 50px;
}

@media (max-width: 999px){
  .home-mv .mv-link .catch{
    width: 35%;
    padding: 0;
  }
}

.home-mv .mv-link .links{
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
}

@media (max-width: 999px){
  .home-mv .mv-link .links{
    width: 60%;
  }
}

.home-mv .mv-link .links p,.home-mv .mv-link .links p a{
  display: block;
  position: relative;
}

.home-mv .mv-link .links p a span{
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 1;
}

/* service */

.home-service-new{
  position: relative;
}

@media (min-width: 1000px){
  .home-service.home-service-new{
    padding-top: 20rem;
  }
}

@media (max-width: 999px){
  .home-service.home-service-new{
    background: none;
  }
}

.home-service-new h2{
  position: absolute;
  top: 30px;
  left: 30px;
  height: 360px;
}

@media (max-width: 999px){
  .home-service-new h2{
    position: static;
    margin: 0 auto 9rem;
  }
}

.home-service-box .service-odd{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-service-box .service-odd .text{
  width: 40%;
  text-align: right;
}

@media (max-width: 999px){
  .home-service-box .service-odd .text{
    width: 100%;
    order: 2;
  }
}

.home-service-box .service-odd h4{
  position: relative;
  width: 30%;
  float: right;
}

.home-service-box .service-odd h4 span{
  display: block;
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.home-service-box .service-odd .text p{
  clear: both;
  text-align: right;
  padding: 30px 30px 0;
}

@media (max-width: 999px){
  .home-service-box .service-odd h4 span{
    bottom: 44%;
  }
  .home-service-box .service-odd .text p{
    padding-bottom: 30px;
    text-align: center;
  }
}

.home-service-box .service-odd .img{
  width: 60%;
}

@media (max-width: 999px){
  .home-service-box .service-odd .img{
    width: 100%;
    order: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .home-service-box .service-odd .img h4{
    width: 30%;
  }
  .home-service-box .service-odd .img > img{
    width: 65%;
  }
}

.home-service-box .service-even{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-service-box .service-even .text{
  width: 40%;
}

@media (max-width: 999px){
  .home-service-box .service-even .text{
    width: 100%;
    order: 2;
  }
  .home-service-box .service-even .text p{
    text-align: center;
  }
}

.home-service-box .service-even h4{
  position: relative;
  width: 30%;
}

.home-service-box .service-even h4 span{
  display: block;
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.home-service-box .service-even .text p{
  padding: 30px 0 30px 30px;
}

.home-service-box .service-even .img{
  width: 60%;
}

@media (max-width: 999px){
  .home-service-box .service-even h4 span{
    bottom: 44%;
  }
  .home-service-box .service-even .img{
    width: 100%;
    order: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home-service-box .service-even .img h4{
    width: 30%;
    order: 2;
  }
  .home-service-box .service-even .img > img{
    width: 65%;
    order: 1;
  }
}

/* movie */

.home-movie{
  padding-top: 9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-movie .inner{
  width: 86%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.renew-main .home-movie h2.title-new{
  padding-left: 30px;
  height: 260px;
  display: inline-block;
}

@media (max-width: 999px){
  .home-movie .inner{
    padding: 0;
  }
  .renew-main .home-movie h2.title-new{
    padding-left: 0;
    height: 180px;
    margin: 0 auto 9rem;
  }
}

.home-movie .home-movie-list{
  width: 86%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 999px){
  .home-movie .home-movie-list{
    width: 100%;
    justify-content: space-between;
  }
}

.home-movie .home-movie-list .home-movie-box{
  width: 48%;
}

.movie-text{
  border-radius: 0 0 50px 0;
  box-sizing: border-box;
  padding: 2rem;
  color: #fff;
  background: #000;
}

/* news */

.home-info{
  padding-top: 9rem;
  position: relative;
}

.renew-main .home-info h2.title-new{
  position: absolute;
  top: 9rem;
  left: 30px;
}

@media (max-width: 999px){
  .home-information.home-info{
    background: none;
  }
  .renew-main .home-info h2.title-new{
    position: static;
    margin: 0 auto 9rem;
  }
}

.home-information__container .inner{
  padding: 18rem 0 0 10%;
}

@media (max-width: 999px){
  .home-information__container .inner{
    padding: 0;
  }
}

.home-information__container .inner .home-news-tab{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 999px){
  .home-information__container .inner .home-news-tab{
    width: 96%;
    margin: 0 auto;
  }
}

.home-information__container .inner .home-news-tab li{
  width: 24%;
  background: url("../img/renew-top/tab02.svg") no-repeat center center/contain;
}

.home-information__container .inner .home-news-tab li.active{
  background: url("../img/renew-top/tab01.svg") no-repeat center center/contain;
}

.home-information__container .inner .home-news-tab li a{
  display: block;
  text-align: center;
  padding: 6rem 0 9rem;
  color: #fff;
}

@media (max-width: 999px){
  .home-information__container .inner .home-news-tab li a{
    padding: 20px 0 25px;
  }
}

.home-information__container .inner .home-news-list{
  width: 90%;
  max-width: 760px;
  margin: 30px auto;
  display: none;
}

@media (max-width: 999px){
  .home-information__container .inner .home-news-list{
    margin-top: 0;
  }
}

.home-information__container .inner .home-news-list.active{
  display: block;
}

.home-information__container .inner .home-news-list li{
  padding: 2rem 0;
  border-bottom: 1px solid #000;
}

.home-information__container .inner .home-news-list li a{
  display: block;
  position: relative;
}

.home-information__container .inner .home-news-list li .home-news-date{
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--font-family-latin);
}

.home-information__container .inner .home-news-list li .home-news-tt{
  font-weight: bold;
  padding-right: 4rem;
}

.home-information__container .inner .home-news-list li .home-news-txt{
  font-size: 1.5rem;
  padding-right: 4rem;
}

.home-information__container .inner .home-news-list li .icon-arrow{
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*products*/

.home-products{
  padding-top: 9rem;
  position: relative;
  background: url(../img/home/bg-service.jpg) no-repeat center center/63rem auto
}

@media (max-width: 999px){
  .home-products{
    background: none;
  }
}

.home-products h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media (max-width: 999px){
  .home-products h2{
    position: static;
    margin: 0 auto 9rem;
    transform: none;
  }
}

.home-products .home-products-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-products .home-products-list .home-products-item{
  width: 40%;
}

@media (max-width: 999px){
  .home-products .home-products-list .home-products-item{
    width: 49%;
  }
}

.home-products .home-products-list .home-products-item .txt{
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

/*activity*/

.home-activity-new{
  position: relative;
  padding-bottom: 9rem;
}

.renew-main .home-activity-new h2.title-new{
  position: absolute;
  top: 9rem;
  left: 30px;
  height: 260px;
}

@media (max-width: 999px){
  .home-activity-new{
    padding-top: 9rem;
  }
  .renew-main .home-activity-new h2.title-new{
    position: static;
    margin: 0 auto;
    height: 150px;
  }
}

.home-activity-new .home-activity{
  background: none;
  padding: 9rem 0 0 9rem;
}

@media (max-width: 999px){
  .home-activity-new .home-activity{
    padding-left: 0;
  }
}

/*development*/

.home-development-new{
  position: relative;
}

.home-development-new h2{
  position: absolute;
  top: 9rem;
  left: 30px;
}

@media (max-width: 999px){
  .home-development-new{
    background-color: var(--color-bg-black);
    padding-top: 9rem;
  }
  .home-development-new h2{
    position: static;
    margin: 0 auto 9rem;
  }
}

.renew-main .home-development-new h2.title-new .tt-ja{
  color: #fff;
}

.renew-main .home-development-new h2.title-new .tt-ja hr{
  border-color: #fff;
}

.home-development-new .home-development__content{
  padding-left: 9rem;
  padding-top: 18rem;
}

@media (max-width: 999px){
  .home-development-new .home-development__content{
    padding: 0;
  }
  .home-development-new .home-development__content .home-development__button{
    padding-bottom: 9rem;
  }
}