
#top #mv {
  padding-top: 0px;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
#top #mv {
  padding-top: 10px;
}
}
#top #mv::before {
  content: "";
  display: block;
  width: 1.5vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#top #mv .inner {
    width: 100%;
    max-width: none;
    padding-top: 0px;
}
#top #mv .inner .mv_slider {
  opacity: 0;
  transition: 0.4s ease;
}
#top #mv .inner .mv_slider.slick-initialized {
  opacity: 1;
}
#top #mv .inner .mv_slider .slide {
  height: calc(100vh - 140px);
  width: auto;
  aspect-ratio: 9/8;
  margin: 0 5px;
  position: relative;
}
#top #mv .inner .mv_slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(37, 45, 47, 0.2), rgba(37, 45, 47, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  z-index: 2;
}
#top #mv .inner .mv_slider .slide img {
  border-radius: 30px;
}
#top #mv .inner .mv_slider .slide img.pc {
  display: block;
}
#top #mv .inner .mv_slider .slide img.sp {
  display: none;
}
#top #mv .intern_news {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 38%;
}
#top #mv .intern_news .intern_btn {
  margin-bottom: 20px;
}
#top #mv .intern_news .intern_btn a {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  background: url(../img/top/mv_btn_bg.png) no-repeat center left/cover;
  width: 50%;
  min-width: 302px;
  height: 66px;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  color: #fff;
  position: relative;
  padding: 0 1.4em 0 2em;
  border-radius: 50px 0 0 50px;
}
#top #mv .intern_news .intern_btn a::before {
  content: "";
  display: block;
  width: 81px;
  height: 40px;
  background: url(../img/top/mv_btn_txt.svg) no-repeat center/contain;
  position: absolute;
  top: -13px;
  left: -11px;
}
@media (hover: hover) and (pointer: fine) {
  #top #mv .intern_news .intern_btn a:hover {
    opacity: 0.8;
  }
}
#top #mv .intern_news .intern_btn._anm {
  transform: translate(100%, 0);
  transition: 0.6s ease 0.4s;
}
#top #mv .intern_news .intern_btn._anm a::before {
  transform: translate(0, 6px);
  opacity: 0;
  transition: 0.3s ease 0.8s;
}
#top #mv .intern_news .intern_btn._anm._is-inview {
  transform: translate(0);
}
#top #mv .intern_news .intern_btn._anm._is-inview a::before {
  transform: translate(0);
  opacity: 1;
}
#top #mv .intern_news .news {
  background: #fff;
  border-top-left-radius: 30px;
}
#top #mv .intern_news .news .news_slider {
  padding-right: 80px;
}
#top #mv .intern_news .news .news_slider .slide {
  padding: 30px 0 45px 30px;
}
#top #mv .intern_news .news .news_slider .slide a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #top #mv .intern_news .news .news_slider .slide a:hover {
    opacity: 0.8;
  }
}
#top #mv .intern_news .news .news_slider .slide .date_cat {
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
#top #mv .intern_news .news .news_slider .slide .date_cat .date {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}
#top #mv .intern_news .news .news_slider .slide .date_cat .cat {
  margin-left: 12px;
  background: rgba(18, 150, 143, 1.0);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 12px;
}
#top #mv .intern_news .news .news_slider .slide .ttl {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
#top #mv .intern_news .news .news_slider .slick-arrow {
  font-size: 0;
  cursor: pointer;
  top: 50%;
  width: 15px;
  height: 21px;
  position: absolute;
}
#top #mv .intern_news .news .news_slider .slick-arrow.slick-prev {
  display: none !important;
}
#top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
    right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/arrow_b.svg);
}
/*#top #mv .intern_news .news::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom right/contain;
    background-image: url(../img/arrow_b.svg);
    position: absolute;
    bottom: 0;
    right: 100%;
}*/
#top #mv .copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: flex-end;
  padding-left: 66px;
  padding-bottom: 30px;
}

#top #mv .copy .group .sub {
  font-size: 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 1;
  margin-bottom: 1vw;
}
#top #mv .copy .group .copy_en img {
  width: 46vw;
  max-width: 900px;
  min-width: 540px;
}




/*メッセージ*/
.message_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
@media screen and (max-width: 767px) {
.message_area {
    padding-top: 15%;
	padding-left: 5%;
    padding-right: 5%;
    background-image: url(../img/home/message/message_img.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
}
.message_ttl {
    font-size: 2.1vw;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;  /*color: #000;*/
    margin-bottom: 5%;
}
.message_ttl span {
    font-size: 3.5vw;
    display: block;
}
@media screen and (max-width: 575px) {
.message_ttl {
    font-size: 3.1vw;
}
.message_ttl span {
    font-size: 5.5vw;
}
}

/*仕事*/
.works_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
@media screen and (max-width: 1199px) {
.works_area {
    padding-left: 5%;
    padding-right: 5%;    
}
}
.works_ttl {
    font-size: 2.1vw;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;  /*color: #000;*/
    margin-bottom: 5%;
}
.works_ttl span {
    font-size: 3.5vw;
    display: block;
}
.works_tx {  
  font-size: 1.0vw;  
}

.works_link_area {
	margin-bottom: 3%;
	margin-top: 3%;	
}
.works_link01,.works_link02,.works_link03 {
    position: relative;
    overflow: hidden;
    height: 70vh;
    border-radius: 5% 5% 5% 5%;
    margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
.works_link01,.works_link02,.works_link03 {    
    height: 50vh;
}
}
.works_link01:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background-image: url("../img/home/works/01.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
	
}

.works_link02:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background-image: url("../img/home/works/02.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.works_link03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("../img/home/works/03.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: center 0%;
}
.works_link01:hover:after,.works_link02:hover:after,.works_link03:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.works_link01:before,.works_link02:before,.works_link03:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background-color: rgba(0,0,0,.9);
}

.works_link_name {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  transition: opacity 400ms cubic-bezier(0.18, 0.06, 0.23, 1)
}
.works_link_name_jp {
  display: block;
  font-size: 3vw;
  line-height: 1;
  font-weight: 100;
	  text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}
@media screen and (max-width: 767px) {
.works_link_name_jp {    
    font-size: 5vw;
}
}
@media screen and (max-width: 575px) {
.works_link_name_jp {    
    font-size: 8vw;
}
}

.works_link_name_en {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 29px 0 0;
    text-transform: uppercase;
	text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}



/* インタビュー
------------------------------------------------------------*/
.voice_area {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 1199px) {
.voice_area {
    padding-left: 5%;
    padding-right: 5%;    
}
}

.swiper_area {
  padding-top: 2%;
  padding-bottom: 1%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  /*text-align: center;*/
  font-size: 18px;
  /*background: #fff;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper_area .image01 {
  line-height: 0;
  overflow: hidden;
	border-radius: 20px;
}
.swiper_area .image01 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.swiper_area .image01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.voice_name {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 22px;
    color: #000;
    line-height: 1.4;
    font-weight: bold;
}
/*@media screen and (max-width: 1199px) {
.voice_name {    
    font-size: 1.5vw;
}
}*/
/*@media screen and (max-width: 991px) {
.voice_name {    
    font-size: 1.8vw;
}
}*/
/*@media screen and (max-width: 767px) {
.voice_name {    
    font-size: 2.8vw;
}
}*/
@media screen and (max-width: 575px) {
.voice_name {    
    font-size: 18px;
}
}
.voice_name2 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #000;
	line-height: 1.4;
}
@media screen and (max-width: 575px) {
.voice_name2 {
    font-size: 14px;
}
}
/*special*/
.special_area {
    padding-top: 5%;
    padding-bottom: 15%;
    background-image: url(../img/home/special/bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
	/*border-radius: 0% 15% 0% 0%;*/
}
@media screen and (max-width: 1699px) {
.special_area {
    background-size: 70%;
	padding-top: 5%;
    padding-bottom: 5%;
}
}
/*@media screen and (max-width: 1199px) {
.special_area {
    padding-left: 5%;
    padding-right: 5%;    
}
}*/
@media screen and (max-width: 767px) {
.special_area {
    background-image: none;
}
}
.special_box {
    /*background-color: rgba(255,255,255,0.8); */
	padding: 5%;
}

/*environment*/
.environment_area {
    margin-top: 10%;
	padding-top: 15%;
    padding-bottom: 5%;
    background-image: url(../img/home/environment/bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
	border-radius: 10vw 0% 0% 0%;
}
@media screen and (max-width: 767px) {
.environment_area {
    background-image: none;
	padding-top: 3%;
	margin-top: 0%;
}
}
.environment_box {
    background-color: rgba(255,255,255,0.8); 
	padding: 5%;
}

.list-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5%;
}
.list-links > .item {
  width: 30%;
  margin: 0 5% 2.5% 0;
}
@media screen and (max-width: 897px) {
  .list-links > .item {
    width: 45%;
    margin: 0 5% 2.5% 0;
  }
}
@media screen and (max-width: 700px) {
  .list-links > .item {
    width: 100%;
    margin: 0 0 2.5% 0;
  }
}
.list-links > .item:nth-child(3n) {
  margin: 0 0 2.5% 0;
}
@media screen and (max-width: 897px) {
  .list-links > .item:nth-child(3n) {
    margin: 0 5% 2.5% 0;
  }
}
@media screen and (max-width: 700px) {
  .list-links > .item:nth-child(3n) {
    margin: 0 0 2.5% 0;
  }
}
@media screen and (max-width: 897px) {
  .list-links > .item:nth-child(2n) {
    margin: 0 0 2.5% 0;
  }
}
.list-links > .item > .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #999;
  text-decoration: none;
  padding: 10px 0;
  background: url(../img/arrow_b2g.png) right 50% no-repeat;
  transition: 0.4s ease;
}
.list-links > .item > .links.-inner {
  background: url("../img/arrow_b2g.png") right 50% no-repeat;
}
.list-links > .item > .links > .text {
    font-weight: bold;
    transition: 0.4s ease;
    font-size: 1.8rem;
    color: rgba(0,0,0,1.00);
}
/*.list-links > .item > .links > .text > .sub {
  display: inline-block;
  font-size: 1.2rem;
}*/
.list-links > .item > .links > .blank {
  opacity: 1;
  transition: 0.4s ease;
}
.list-links > .item > .links > .blank.-inner {
  transform: rotate(45deg);
}
.list-links > .item > .links:hover {
  border-bottom: 2px solid #12968f;
}
.list-links > .item > .links:hover > .text {
  color: #12968f;
}
.list-links > .item > .links:hover > .blank {
  opacity: 0;
}
.list-links > .item.-top {
  width: 45%;
  margin: 0 10% 2.5% 0;
}
/*@media screen and (max-width: 1200px) {
  .list-links > .item.-top {
    width: 100%;
    margin: 0 0 5px 0;
  }
}*/
@media screen and (max-width: 700px) {
  .list-links > .item.-top {
    width: 46.5%;
    margin: 0 0 13px 0;
  }
}
@media screen and (max-width: 575px) {
  .list-links > .item.-top {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.list-links > .item.-top:nth-child(3n) {
  margin: 0 10% 2.5% 0;
}
/*@media screen and (max-width: 1200px) {
  .list-links > .item.-top:nth-child(3n) {
    width: 100%;
    margin: 0 0 5px 0;
  }
}*/
@media screen and (max-width: 700px) {
  .list-links > .item.-top:nth-child(3n) {
    width: 46.5%;
    margin: 0 0 13px 0;
  }
}
@media screen and (max-width: 575px) {
  .list-links > .item.-top:nth-child(3n) {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.list-links > .item.-top:nth-child(2n) {
  margin: 0 0 2.5% 0;
}
/*@media screen and (max-width: 1200px) {
  .list-links > .item.-top:nth-child(2n) {
    width: 100%;
    margin: 0 0 5px 0;
  }
}*/
@media screen and (max-width: 700px) {
  .list-links > .item.-top:nth-child(2n) {
    width: 46.5%;
    margin: 0 0 13px 7%;
  }
}
@media screen and (max-width: 575px) {
  .list-links > .item.-top:nth-child(2n) {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 700px) {
  .list-links > .item.-top > .links {
    font-size: 1.4rem;
  }
}

/*insta*/
.insta_area {
    padding-top: 10%;
    padding-bottom: 0%;    
    padding-right: 5%;
	padding-left: 5%;
}
.insta_logo {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
@media screen and (max-width: 575px) {
.insta_logo img {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 30%;
}
}
/*info*/
.info_area {
    margin-top: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 10vw 10vw 0% 0%;
    background-color: rgba(18,150,143,0.1);
    padding-right: 5%;
	padding-left: 5%;
}
@media screen and (max-width: 575px) {
.info_area {    
    border-radius: 20vw 20vw 0% 0%;
}
}
.info_area .links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 5%;
}

/*.info_area .links {
    width: 61.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
/*.info_area .links li {
    width: 48.6%;
    display: inline-block;
}
@media (max-width: 575px) {
.info_area .links li {
    width: 100%;
}
  }*/



@media (max-width: 1180px) {
  #top #mv {
    margin-bottom: 175px;
  }
  #top #mv .mv_slider .slide {
    max-height: 960px;
  }
  #top #mv .copy::before {
    width: 28vw;
    height: 28vw;
  }
  #top #mv .copy .group .sub {
    font-size: 1.6vw;
  }
  #top #mv .copy .group .copy_en img {
    width: 60vw;
  }
  #top #mv .intern_news {
    bottom: unset;
    right: unset;
    top: 100%;
    left: 6%;
    width: 88%;
    max-width: 1232px;
    border-bottom: 1px solid #e8e8e8;
  }
  #top #mv .intern_news .intern_btn {
    position: absolute;
    right: -6vw;
    top: 20px;
    z-index: 2;
  }
  #top #mv .intern_news .intern_btn a {
    font-size: 15px;
    min-width: auto;
    width: 230px;
    padding: 0 0.8em;
    justify-content: center;
  }
  #top #mv .intern_news .news {
    padding-top: 46px;
  }
  #top #mv .intern_news .news .news_slider {
    padding-right: 27px;
  }
  #top #mv .intern_news .news .news_slider .slide {
    padding-left: 0;
  }
  #top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
    right: 0;
  }
  
}

@media (max-width: 767px) {
  #top header .inner h1::before {
    width: 15px;
    height: 15px;
  }
  #top header .inner::before {
    width: 15px;
    height: 15px;
    left: 2.5vw;
  }
  #top #mv {
    padding-top: 10px;
  }
  #top #mv .inner .mv_slider .slide {
    width: 88vw;
    height: auto;
    aspect-ratio: 66/83;
  }
  #top #mv .inner .mv_slider .slide img {
    border-radius: 15px;
  }
  #top #mv .inner .mv_slider .slide img.sp {
    display: block;
  }
  #top #mv .inner .mv_slider .slide img.pc {
    display: none;
  }
  #top #mv .copy {
    padding-left: 23px;
    padding-bottom: 12px;
    width: 100%;
  }
  #top #mv .copy .mv_line {
    height: 12.2vw;
    left: 11px;
  }
  #top #mv .copy .mv_line::after {
    height: 12.2vw;
    animation-name: mv_line_sp;
  }
  #top #mv .copy .group .sub {
    font-size: 2.666vw;
    margin-bottom: 6px;
  }
  #top #mv .copy .group .copy_en img {
    width: 82.4vw;
    min-width: auto;
    margin-bottom: 30px;
  }
  #top #mv .copy .copy_jp {
    margin-left: 0;
    position: absolute;
    bottom: -2vw;
    right: 25px;
    padding-bottom: 81px;
  }
  #top #mv .copy .copy_jp img {
    width: 9.2vw;
    min-width: auto;
  }
  #top #mv .copy::before {
    width: 40vw;
    height: 40vw;
    min-width: auto;
    min-height: auto;
    bottom: -8px;
  }
  #top #mv .intern_news .intern_btn {
    top: 13px;
  }
  #top #mv .intern_news .intern_btn a {
    width: 190px;
    height: 50px;
    font-size: 12px;
  }
  #top #mv .intern_news .intern_btn a::before {
    width: 61px;
    height: 30px;
  }
  #top #mv .intern_news .news::before {
    content: none;
  }
  #top #mv .intern_news .news .news_slider .slide {
    padding: 20px 0 25px 0;
  }
  
  #top #mv .intern_news .news .news_slider .slide .ttl::after {
    width: 8px;
    height: 13px;
    margin-left: 18px;
  }
  #top #mv .intern_news .news .news_slider .slick-arrow.slick-next {
    right: 0;
  }
  
}

