

#key-box {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
  margin-top: 0px;
  padding: 127px 0px 80px ;
  position: relative;
  overflow: unset;
  max-height: 930px;
  min-height: 750px;
  height: 100vh;
}

#key-box:after {
  content: "";
  position: absolute;
  top: 110px;
  left: calc(50% - 70px);
  background-image: url(../images/index/kv_deco.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1670px;
  height: clamp(1260px, calc(100vh + 510px - 750px), 1440px);
  z-index: -1;
}

#key-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #f6f6f6;
  z-index: -2;
  border-radius: 20px;
}

#key-box #keyvisual {
  /* height: 722px; */
  margin-right: 0px;
  margin-left: 0px;
  max-width: none;
  padding: 0px;
}

#key-box .key-slider {
  /* background-image: url(../images/index/kv_slide.png); */
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#key-box .key-slider .slick-slide{
	padding: 0 30px;
}

#key-box .key-txt {
  margin: -100px 0px 0px calc(50% - 750px);
  padding-left: 20px;
  text-shadow: 0px 1px 1px #fff, 1px 0px 1px #fff, 1px 1px 0px #fff;
  position: absolute;
  z-index: 1;
  bottom: 80px;
}

#key-box .key-txt small {
  font-size: 24px;
  line-height: 1.72;
}

#key-box .key-txt span {
  font-size: 75px;
  font-weight: 500;
  line-height: 83px;
  display: block;
  margin-top: 6px;
}

@media only screen and (max-width: 768px) {
  #key-box {
	height: calc(var(--vh, 1vh) * 100);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 85px 0px 35px;
    overflow: hidden;
    max-height: none;
	min-height: auto;

  }

  #key-box:after {
    top: 0px;
    left: 23%;
    right: -130%;
    bottom: -40vw;
    width: auto;
    height: auto;
    background-size: 100% auto;
  }

  #key-box:before {
    border-radius: 10px;
  }

  #key-box #keyvisual {
    /* height: 399px; */
    padding: calc(var(--vh, 1vh) * 1) 0;
  }

  #key-box .key-slider {
    /* background-image: url(../images/index/kv_slide_sp.png); */
  }
  #key-box .key-slider .slick-slide {
	  padding: 0;
  }
  #key-box .key-slider .slick-slide img {
	max-width: none;
	width: auto;
	height: calc(var(--vh, 1vh) * 65);
  }
  
  #key-box .key-txt {
    margin: 0px 10px;
    position: relative;
    bottom: auto;
    padding: 0;
  }

  #key-box .key-txt small {
    font-size: 11px;
    line-height: 19px;
  }

  #key-box .key-txt span {
    font-size: 35px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 424px) {
  #key-box .key-txt span {
    font-size: 33px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1540px) {
  #key-box {
/*     padding-left: 20px; */
  }
}

.btn-global {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #000!important;
}
.btn-global:hover{
	opacity: 1;
	background-color: transparent;
	color: #fff!important;
}

.btn-global::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e72132;
  transform: translateX(-100%);
  transition: 0.25s;
  z-index: -1;

}
.btn-global:hover::before {
  transform: translateX(0);
}

.btn-global:hover::after{
	background-image: url(../images/arrow_next.png);
}

@media only screen and (max-width: 768px) {
  .btn-viewmore {
    width: auto;
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
  }
}

.content-page {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}

@media only screen and (max-width: 768px) {
  .content-page {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
  }
}

#service {
  margin-top: 132px;
}

#service a:hover,
#service a:hover img{
	opacity: 1;
}
#service a{
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
#service a:hover{
	box-sizing: border-box;
}
#service a:hover img{
	
	transform: scale(1.2);
}

#service .txt {
  width: 713px;
  margin: 15px 0px 0px 55px;
}

#service .service-slider {
  margin: 60px 0px 0px;
  position: relative;
}

#service .slick-slide {
  margin: 0px 20px;
}

#service .slick-arrow {
  font-size: 0;
  width: 52px;
  height: 52px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: -142px;
  z-index: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#service .slick-arrow:hover {
  opacity: 0.7;
}

#service .slick-prev {
  background-image: url(../images/arrow_prev.png);
  left: calc(50% + 398px);
}

#service .slick-next {
  background-image: url(../images/arrow_next.png);
  left: calc(50% + 470px);
}

#service .btn-link {
  margin-top: 10px;
}

#service .btn-link a {
  font-size: 18px;
  line-height: 1.78;
  position: relative;
  display: flex;
  align-items: center;
}

#service .btn-link a:before {
  content: "";
  position: relative;
  display: inline-block;
  top: 0px;
  left: 0px;
  background-image: url(../images/arrow_red.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

#service .btn-viewmore {
  margin-top: 69px;
}

#service .btn-viewmore .btn-global {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
}

@media only screen and (max-width: 768px) {
  #service {
    margin-top: 39px;
  }

  #service .inner-top {
    flex-direction: column;
    margin: 0px 10px;
  }

  #service .txt {
    width: auto;
    margin: 20px 0px 0px 0px;
  }

  #service .service-slider {
    margin-left: 30px;
  }

  #service .slick-arrow {
    top: calc(50% - 35px);
    width: 39px;
    height: 39px;
  }

  #service .slick-prev {
    left: -20px;
  }

  #service .slick-next {
    right: 10px;
    left: auto;
  }

  #service .slick-slide {
    margin: 0px 16px;
    width: 245px !important;
  }

  #service .btn-link a {
    font-size: 14px;
    line-height: 25px;
  }

  #service .btn-link a:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  #service .btn-viewmore {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1540px) {
  #service .service-slider {
    margin-left: 20px;
  }
}

#news {
  margin-top: 113px;
  background: #f6f6f6;
  padding: 76px 0px 78px;
}

#news .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 0px auto;
}

#news .btn-viewmore {
  width: 249px;
  margin-top: 140px;
}

#news .col-txt {
  width: 311px;
}

#news .txt {
  margin-top: 40px;
}

#news .news-detail {
  margin-top: -10px;
  width: 693px;
}

#news .news-detail .item {
  border-top: 1px solid #E0E0E0;
  position: relative;
  padding: 30px 0px;
}

#news .news-detail .item:first-of-type {
  border-top: 0px;
}

#news .news-detail .news-img {
  width: 150px;
}

#news .news-detail dl {
  margin: 8px 0px 0px 25px;
  width: calc(100% - 215px);
}

#news .news-detail .news-date {
  font-size: 14px;
}

#news .news-detail .news-title {
  font-size: 18px;
  line-height: 1.53;
  margin-top: 3px;
}

#news .btn-more {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #news {
    margin-top: 50px;
    padding: 35px 20px 57px;
  }

  #news .box {
    display: block;
  }

  #news .col-txt {
    width: auto;
  }

  #news .txt {
    margin-top: 20px;
  }

  #news .news-detail {
    margin-top: 20px;
    width: auto;
  }

  #news .news-detail .item {
    border-top: 1px solid #E0E0E0;
    padding: 15px 0px;
  }

  #news .news-detail .item:first-of-type {
    border-top: 1px solid #E0E0E0;
  }

  #news .news-detail .item:last-of-type {
    border-bottom: 1px solid #E0E0E0;
  }

  #news .news-detail .item+.item {
    margin-top: 0px;
    padding-top: 15px;
  }

  #news .news-detail .news-img {
    width: 120px;
  }

  #news .news-detail dl {
    width: calc(100% - 130px);
    margin: 8px 0px 0px 10px;
  }

  #news .news-detail .news-date {
    color: #9d9d9d;
  }

  #news .news-detail .news-title {
    font-size: 15px;
    line-height: 23px;
  }

  #news .btn-more {
    display: none;
  }

  #news .btn-viewmore {
    margin-top: 30px;
    position: static;
  }
}

.global-slide .slides-numbers {
  font-size: 14px;
  line-height: 1;
}

.global-slide .slides-numbers .active {
  color: #e72132;
}

.global-slide .slides-numbers .total {
  position: relative;
  padding-left: 74px;
  margin-left: 12px;
}

.global-slide .slides-numbers .total:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  background: #000;
  height: 1px;
  width: 62px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .global-slide .slides-numbers {
    margin-top: 15px;
    justify-content: center;
    display: flex;
    font-size: 11px;
  }
}


#mistion {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding-top: 50px;
  height: 1000px;
}

.mistion__in {
  position: relative;
  margin: 0px 0px 0px;
  background-image: url(../images/index/mistion_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0px;
  border-radius: 20px;
  height: 100%;
}
.mistion__in:before{
	position: absolute;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 20px;
    background-color: rgba(0,0,0,0.6);	
}

.mistion__in.bg1 { background-image: url(../images/index/mistion_img1.jpg); }
.mistion__in.bg2 { background-image: url(../images/index/mistion_img2.jpg); }
.mistion__in.bg3 { background-image: url(../images/index/mistion_img3.jpg); }
.mistion__in.bg4 { background-image: url(../images/index/mistion_img4.jpg); } 

#mistion .wrap {
  position: relative;
  max-width: 1140px;
  z-index: 0;
  height: 100%;
}

#mistion .wrap:before {
  content: "";
  position: absolute;
  top: 175px;
  left: -67px;
  background-image: url(../images/index/mistion_deco.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 791px;
  height: 199px;
  z-index: -1;
}

#mistion .inside {
  color: #fff;
  display: flex;
  justify-content: space-between;
}

#mistion .col-txt {
  width: 520px;
  margin: 0 5% 0 0;
}

#mistion h3 {
  font-size: 27px;
  line-height: 1.73;
  margin-top: 90px;
}

#mistion .txt {
  margin-top: 34px;
}

#mistion .btn-viewmore {
  width: 249px;
  margin-top: 40px;
}

#mistion .col-slider {
  width: 647px;
  margin-top: 142px;
}

#mistion .slides-numbers {
  text-align: right;
  margin-top: 23px;
}

#mistion .slides-numbers .total:before {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  #mistion {
    margin: 13px 0px 0px;
    height: 97vh;
  }

  .mistion__in {
    padding: 16px 0;
    background-image: url(../images/index/mistion_bg_sp.jpg);
  }

  #mistion .wrap {
    max-width: none;
  }

  #mistion .wrap:before {
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: 100% auto;
    width: auto;
    height: auto;
  }
  #mistion .col-txt {
    width: 85vw;
    margin: 0;
  }

  #mistion h3 {
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px;
  }

  #mistion .txt {
    margin-top: 10px;
    font-size: 13px;
    line-height: 200%;
  }

  #mistion .btn-viewmore {
    margin-top: 25px;
  }

  #mistion .col-slider {
    margin-top: 20px;
    width: auto;
  }
  #mistion .btn-viewmore {
    width: 235px;
  }
  
  #mistion .gr-inside{
	flex-direction: column-reverse;
  }
}


.gr-photo {
  width: 570px;
  /* height: 434px; */
  border-radius: 20px;
  overflow: hidden;
  margin-top: 140px;
  position: relative;
}

.inside {
  display: flex;
  height: 100vh;
  gap: 0;
  padding: 0;
  margin: 0;
}

.gr-inside {
  display: flex;
  align-items: flex-start;
  flex: 0 0 100vw;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

/*
.gr-numbers {
  width: 165px;
  margin-left: auto;
  font-size: 14px;
  position: absolute;
  top: 50px;
  right: 0;
  color: #fff;
  margin-top: 16px;
}

.gr-numbers .number-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.gr-numbers .number-item .number-target {
  display: none;
}

.gr-numbers .number-item.active-n .number-first {
  color: #e72132;
  opacity: 1;
}

.gr-numbers .number-first {
  opacity: 0;
  background: #6a6e71;
  color: #e72132;
  padding: 2px 5px;
  border-radius: 50%;
  font-size: 20px;
  background: #fff;
}
.number-default .number-first{
	opacity: 1;
}

.gr-numbers .number-target {
  padding-left: 73px;
  position: relative;
   font-size: 20px;

}

.gr-numbers .number-target::before {
  content: "";
  background: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 37px;
  margin-top: -1px;
}
*/

.gr-numbers {
  width: 115px;
  margin-left: auto;
  font-size: 14px;
  position: absolute;
  top: 50px;
  right: 0;
  color: #fff;
  margin-top: 16px;
}

.gr-numbers .number-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.gr-numbers .number-item .number-target {
  display: none;
}

.gr-numbers .number-item.active-n .number-first {
  color: #e72132;
  opacity: 1;
}

.gr-numbers .number-first {
  opacity: 0;
  background: #6a6e71;
  color: #e72132;
  padding: 2px 5px;
  border-radius: 50%;
  background: #fff;
}
.number-default .number-first{
	opacity: 1;
}

.gr-numbers .number-target {
  padding-left: 73px;
  position: relative;

}

.gr-numbers .number-target::before {
  content: "";
  background: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -1px;
}

@media only screen and (max-width: 1200px) {
	.gr-inside{
		padding: 0 50px;
	}	
}

@media only screen and (max-width: 768px) {

  .inside {
    height: 100vh;
    flex-direction: row;
  }
  .gr-inside{
	flex-wrap: wrap;
	align-items: self-start;
	justify-content: flex-end;
	overflow-y: auto;
	padding: 0;
  }
  .gr-photo {
    width: 50vw;
    margin: 0 0 20px;
  }
  .gr-numbers{
	bottom: 0;
    right: 5%;
    top: initial;
  }
  
  .gr-inside .ttl-style span{
	font-size: 32px;
  }
}

#sustainability {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding-top: 150px;
  height: 1000px;
}

.sustainability__in{
	height: 100%;
}

#sustainability .wrap{
  position: relative;
  max-width: 1140px;
  z-index: 0;
  height: 100%;
}

#sustainability .gr-inside{
	justify-content: flex-start;
}
#sustainability .gr-photo{
	padding: 0;
}

#sustainability h3 {
  font-size: 27px;
  line-height: 1.73;
  margin-top: 65px;
}

#sustainability .txt {
  margin-top: 29px;
  width: 405px;
}

#sustainability .btn-viewmore {
  width: 249px;
  margin-top: 40px;
}

#sustainability .inside {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  position: relative;
/*   height: 650px; */
}

#sustainability .col-slider .secglobal-slide {
  width: 650px;
}

#sustainability .slides-numbers {
  position: absolute;
  bottom: -5px;
  right: 200px;
}

#sustainability .col-txt {
  width: 600px;
  margin: 50px 0 0px 148px;
}

@media only screen and (max-width: 768px) {
  #sustainability {
    padding-top: 50px;
    height: 95vh;
  }
  #sustainability .sustainability__in{
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #sustainability .gr-inside{
	  display: block;
  }

  #sustainability .col-txt {
    width: 85vw;
    margin: 30px 0 0;
  }

  #sustainability .ttl-style span {
    font-size: 42px;
  }

  #sustainability h3 {
  	font-size: 20px;
    line-height: 34px;
    margin-top: 22px;
  }

  #sustainability .txt {
    margin-top: 15px;
    width: auto;
    font-size: 13px;
  }

  #sustainability .slides-numbers {
    position: static;
  }

  #sustainability .btn-viewmore {
    margin-top: 25px;
    position: static;
  }

  #sustainability .col-slider {
    margin-top: 20px;
  }

  #sustainability .col-slider .secglobal-slide {
    width: auto;
  }
  #sustainability .btn-viewmore {
    width: 235px;
  }
}

@media only screen and (max-width: 424px) {
  #sustainability .ttl-style span {
    font-size: 32px;
  }
}




.su-photo {
  width: 650px;
  /* height: 646px; */
  border-radius: 20px;
  overflow: hidden;
  margin-top: 0;
  position: relative;
  margin-right: 0;
}

.su-photo .photo-default {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%;
}

.su-photo .photo-item.actives{
  right: 0px;
}

.su-photo .photo-item {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: all .4s ease;
}
.su-photo .photo-item img{
  opacity: 0;
}


/*
.su-numbers {
  width: 165px;
  margin-left: auto;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 0;
  color: #000;
}

.su-numbers .number-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.su-numbers .number-item .number-target {
  display: none;
}

.su-numbers .number-first {
  opacity: 0;
  padding: 2px 5px;
  border-radius: 50%;
  font-size: 20px;
}

.su-numbers .number-item.active-n .number-first {
  color: #fff;
  opacity: 1;
  background: #e72132;
}

.su-numbers .number-target {
  padding-left: 81px;
  position: relative;
  font-size: 20px;
}

.su-numbers .number-target::before {
  content: "";
  background: #000;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 41px;
  margin-top: -1px;
}
*/

.su-numbers {
  width: 134px;
  margin-left: auto;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 0;
  color: #000;
}

.su-numbers .number-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.su-numbers .number-item .number-target {
  display: none;
}

.su-numbers .number-first {
  opacity: 0;
  padding: 2px 5px;
  border-radius: 50%;
}

.su-numbers .number-item.active-n .number-first {
  color: #fff;
  opacity: 1;
  background: #e72132;
}

.su-numbers .number-target {
  padding-left: 81px;
  position: relative;
}

.su-numbers .number-target::before {
  content: "";
  background: #000;
  width: 65px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -1px;
}

@media only screen and (max-width: 768px) {
  .su-photo {
    width: 50vw;
    margin: 0;
  }

  .su-numbers {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    top: initial;
    bottom: 0;
  }
}




#banner-group {
  margin-top: 157px;
}

#banner-group .wrap {
  column-gap: 55px;
}

#banner-group .bnr-link {
  margin-top: 8px;
  text-align: center;
}

#banner-group .bnr-link span {
  display: inline-block;
  position: relative;
  font-size: 40px;
  line-height: 1.5;
}

#banner-group .bnr-link span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  background-image: url(../images/arrow_red.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

#banner-group .bnr-link small {
  display: block;
  font-size: 16px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #banner-group {
    margin-top: 74px;
  }

  #banner-group .wrap {
    flex-direction: column;
    row-gap: 20px;
  }

  #banner-group .bnr-link span {
    font-size: 29px;
  }

  #banner-group .bnr-link span:before {
    left: -37px;
    width: 17px;
    height: 17px;
  }

  #banner-group .bnr-link small {
    font-size: 12px;
  }
}

.contact-bottom {
  margin-top: 150px;
}

@media only screen and (max-width: 768px) {
  .contact-bottom {
    margin-top: 50px;
  }
}