@charset "utf-8";
/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */

/* 固定アンカーリンクナビ */
.page-cont {
	position: relative;
}
.page-cont .fixed-anchor {
	position: absolute;
	height: 100%;
}
.is-loaded .fixed-anchor {
    transition-delay: 3.5s;
}
.page-cont .fixed-anchor .inner {
	left: -101%;
}
.page-cont .fixed-anchor .inner {
	position: sticky;
	top: calc(50% - 350px /2);
	left: 0;
    transform: translate(0, 101%);
	z-index: 6;
	margin-top: calc(100vh - 180px);
    transition: all ease 1s;
    visibility: hidden;
}
.is-loaded .page-cont .fixed-anchor .inner {
	transform: translate(0, 0);
    transition-delay: 3s;
    visibility: visible;
}
.page-cont .fixed-anchor .head {
	padding-left: 31px;
	margin-bottom: -0.16em;
    transition: all ease 0.28s;
	letter-spacing: 0;
    font-size: 1.7rem;
}
.page-cont .fixed-anchor.active .head {
    padding-left: 10px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.page-cont .fixed-anchor ul {
	background-color: #fff;
	border-radius: 0 30px 30px 0;
	padding: 34px 20px;
	min-width: 170px;
    transition: all ease 0.28s;
}
.page-cont .fixed-anchor.active ul {
    min-width: 110px;
    padding: 30px 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.page-cont .fixed-anchor li a {
	display: inline-block;
	padding: 8px 5px;
}
.page-cont .fixed-anchor li.current span {
	color: #ed2c2c;
}

@media  (max-width: 991px) {
	.page-cont .fixed-anchor {
		display: none;
	}
}


/* sec-mv ---------------------- */
.sec-mv .f-w700 { font-weight: 700;}
.sec-mv {
    position: relative;
	width: 100%;
    height: 100vh;
    transition: all ease-in 0.28s;
    padding: 20px;
    overflow: hidden;
}
.sec-mv::after {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 4;
	transform: scaleY(1);
}
.sec-mv .inner {
	position: relative;
    width: 100%;
    height: 100%;
	overflow: hidden;
    border-radius: 20px;
	/*padding: min(4%, 55px) min(3.5%, 45px);*/
}

.sec-mv .area-slider {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.sec-mv .area-slider .slider {
	height: 100%;
}
.sec-mv .area-slider .slick-list,
.sec-mv .area-slider .slick-track {
	height: 100%;
}
.sec-mv .area-slider .slider-item {
	position: relative;
}
.sec-mv .area-slider .slider-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.sec-mv .area-slider .slider-item:before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: 0.3;
}

.js-slider-mv .slick-slide .of-wrap {
    width: 100%;
    height: 100%;
}
.add-animation {
    animation: zoomUp 6s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}

.sec-mv .area-temp {
	position: absolute;
	top: 48.5%;
	left: -10px;
	z-index: 5;
	width: calc(100% + 20px);
	transform: translateY(-50%);
	aspect-ratio: 100 / 41;
	opacity: 0.65;
    /*z-index: 10001;
	background-color: #cfde00;
	-webkit-: url(../img/common/txt-temperature.svg) no-repeat center;
	mask: url(../img/common/txt-temperature.svg) no-repeat center;*/
}

.sec-mv .area-temp .svg1085 path {
    visibility: hidden;
}
.is-ready .sec-mv .area-temp .svg1085 path {
    fill: #cfde00;
    stroke: #cfde00;
    stroke-width: .3px;
    animation: svg-anime 2s linear;
    visibility: visible;

}
.is-ready .sec-mv::after {
    transition: transform ease 1s;
	transition-delay: 2.25s;
	transform: scaleY(0);
	transform-origin: center bottom;
}
.is-ready .sec-mv .inner {
	transition-delay: 2.25s;
    animation: inner-anime 0.3s ease;
}

@keyframes inner-anime {
  0% {
    overflow: visible;
  }
  100%{
    overflow: hidden;
  }
}


.st0{fill:#CFDE00;}


@keyframes svg-anime {
  0% {
    fill: transparent;
    stroke-dasharray: 300px;
    stroke-dashoffset: 300px;
  }
  60% {
    fill: transparent;
  }
  100%{
    fill: #CFDE00;
    stroke-dashoffset: 0;
  }
}

.sec-mv .area-txt {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-25%);
    z-index: 6;
}

.sec-mv .area-txt .txt-01 {
	line-height: 1.3;
	letter-spacing: 0.025em;
	margin-bottom: 0;
    overflow: hidden;
    z-index: 6;
    /*visibility: hidden;
	opacity: 0;*/
    
	/* font-size: 6vw; */
	/* font-size: min(6vw, 9rem); */
}
.sec-mv .area-txt .txt-01 > span {
    transform: translate(0, 110%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    overflow: hidden;
    /*line-height: 1.1;*/
    display: inline-block;
    
}
.sec-mv .area-txt .txt-01 .letter{
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  visibility: hidden;
    opacity: 0;
}
.is-loaded .sec-mv .area-txt .txt-01 > span {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 2.6s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter{
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    transition-delay: 2.6s;
}
/*
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(1) {
   transition-delay: 3.0s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(2) {
  transition-delay: 3.06s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(3) {
  transition-delay: 3.12s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(4) {
  transition-delay: 3.18s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(5) {
  transition-delay: 3.24s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(6) {
  transition-delay: 3.30s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(7) {
  transition-delay: 3.36s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(8) {
  transition-delay: 3.42s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(9) {
  transition-delay: 3.48s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(10) {
  transition-delay: 3.54s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(11) {
  transition-delay: 3.6s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(12) {
  transition-delay: 3.66s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(13) {
  transition-delay: 3.72s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(14) {
  transition-delay: 3.78s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(15) {
  transition-delay: 3.84s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(16) {
  transition-delay: 3.88s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(17) {
  transition-delay: 3.92s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(18) {
  transition-delay: 3.96s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(19) {
  transition-delay: 4s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(20) {
  transition-delay: 4.04s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(21) {
  transition-delay: 4.08s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(22) {
  transition-delay: 4.12s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(23) {
  transition-delay: 4.16s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(24) {
  transition-delay: 4.2s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(25) {
  transition-delay: 4.24s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(26) {
  transition-delay: 4.28s;
}
.is-loaded .sec-mv .area-txt .txt-01 .letter:nth-of-type(27) {
  transition-delay: 4.32s;
}*/
.sec-mv .area-txt .txt-02 {
	line-height: 1.28;
	letter-spacing: 0;/*0.41em*/
	font-kerning: none;
	margin-bottom: 25px;
    overflow: hidden;
	/* font-size: 2.533333333333333vw; */
	/* font-size: min(2.533333333333333vw, 3.8rem); */
    visibility: hidden;
    opacity: 0;
    transition: all ease-in 0.28s;
    transform: translateY(15px);
    font-size: 4.8vw;
}

.is-loaded .sec-mv .area-txt .txt-02 {
    visibility: visible;
    opacity: 1;
    transition-delay: 3s;
    transform: translateY(0);
}

.sec-mv .area-txt .txt-03 {
	line-height: 1.3;
	margin-bottom: 20px;
	/* font-size: 1.6666666666666667vw; */
	/* font-size: min(1.6666666666666667vw, 2.5rem); */
    visibility: hidden;
    opacity: 0;
    transition: all ease-in 0.4s;
    transform: translateY(10px);
}
.is-loaded .sec-mv .area-txt .txt-03 {
    visibility: visible;
    opacity: 1;
    transition-delay: 3.5s;
    transform: translateY(0);
}
.sec-mv .area-txt .txt-04 {
	line-height: 1.3;
	letter-spacing: 0.6em;
	/* font-size: 1.7333333333333332vw; */
	/* font-size: min(1.7333333333333332vw, 2.6rem); */
    visibility: hidden;
    opacity: 0;
    transition: all ease-in 0.5s;
    transform: translateY(10px);
}
.is-loaded .sec-mv .area-txt .txt-04 {
    visibility: visible;
    opacity: 1;
    transition-delay: 4s;
    transform: translateY(0);
}
.sec-mv .area-scroll {
	position: absolute;
	bottom: min(6.5%, 65px);
	right: min(6.5%, 65px);
	width: clamp(120px, 12%, 175px);
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
    z-index: +1;
    visibility: hidden;
    transition: all ease 0.28s;
}

.sec-mv .area-scroll:hover .img-arrow {
    transform: rotate(135deg) scale(1.2);
    transform-origin: center;

}
.sec-mv .area-scroll:before {
  content: "";
	position: absolute;
	inset: 9.1%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #fff;
}
.sec-mv .area-scroll .img-arrow {
	width: 21%;
	transform: rotate(135deg);
    transition: all ease 0.3s;
}
.sec-mv .area-scroll .img-txt {
	position: absolute;
	inset: 0;

}
.sec-mv .area-scroll .img-txt {
    visibility: hidden;
    -webkit-animation: spin 13s linear infinite;
    -moz-animation: spin 13s linear infinite;
    animation: spin 13s linear infinite;
    transition: all ease 0.28s;
}
.is-loaded .sec-mv .area-scroll,
.is-loaded .sec-mv .area-scroll .img-txt {
    visibility: visible;
    transition-delay: 3.5s;
    opacity: 1;
    z-index: 7;
}

@media  (max-width: 1024px) {
    .sec-mv .area-txt .txt-01 {
        font-size: 3.6vw;
        margin-bottom: 10px;
    }
    .sec-mv .area-txt .txt-02 {
        font-size: 6vw;
    }
    .sec-mv .area-txt {
        transform: translateY(-10%);
    }
}


@media  (max-width: 767px) {
    .sec-mv .area-txt {
        right: auto;
        left: 6%;
    }
    .sec-mv .area-scroll {
        right: 5%;
        transform: scale(0.85);
        transform-origin: right;
        bottom: 5%;
    }
}
@media  (max-width: 480px) {
	.sec-mv {
		padding: 0;
        height: 85vh;
	    /*height: 85dvh;*/
	}
	.sec-mv .inner {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
    .sec-mv .area-scroll {
        bottom: 2%;
        transform: scale(0.75);
        right: 3%;
    }
    .sec-mv .area-txt {
        transform: translateY(-15%);
    }
    .sec-mv .area-temp {
        width: 100%;
        left: 0;
        top: 47%;
    }
    .sec-mv .area-txt .txt-01 {
        font-size: 10.5vw;
    }
    .sec-mv .area-txt .txt-03 {
        font-size: 108%;
    }
    .sec-mv .area-txt .txt-04 {
        font-size: 95%;
    }
}


/* anchor-trigger is-active ------- */
@media  (min-width: 992px) {
    .anchor-trigger.is-active .sec-news .inner {
        padding-left: max(110px, 5%);
    }
}
@media  (min-width: 992px) and (max-width: 1600px) {
    .anchor-trigger.is-active .wrap-m,
    .anchor-trigger.is-active .sec-company .wrap-l,
    .anchor-trigger.is-active .sec-recruit > .wrap-l {
        margin-left: max(130px, 5%);
        max-width: none;
        width: auto;
        margin-right: 5%;
    }

    .anchor-trigger.is-active .sec-about .bottom-wrap {
        margin-left: max(100px, 5%);
    }
    .anchor-trigger.is-active .sec-company .area-link .item-link {
        padding-left: max(110px, 8%);
    }

}

/* fixed-anchor */
.fixed-anchor ul .f-w700 {
	font-weight: 500;
}

/* sec-about ---------------------- */
.sec-about .top-cont .heading {
	font-size: min(50px, 7vw);
	margin-bottom: 0.8em;
}
.sec-about .bottom-wrap {
	margin-left: min(75px, 5%);
	padding-right: min(75px, 5%);
	background-color: rgba(238, 233, 87, 0.2);
	border-radius: 20px 0 0 20px;
}
.sec-about .bottom-cont {
	position: relative;
	display: flex;
}
.sec-about .bottom-cont .heading-en {
	position: absolute;
	top: 0;
	left: clamp(30px, 7%, 80px);
	transform: translateY(-50%);
	padding-left: 25px;
	padding-right: 20px;
}
.sec-about .bottom-cont .heading-en:before,
.sec-about .bottom-cont .heading-en:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	aspect-ratio: 1 / 1;
	background-color: #0465d4;
	border-radius: 50%;
}
.sec-about .bottom-cont .heading-en:before {
	left: 0;
}
.sec-about .bottom-cont .heading-en:after {
	right: 0;
}
.sec-about .bottom-cont .heading-ja {
	display: flex;
	align-items: center;
	width: max(14.2%, 120px);
	padding-top: 0.75em;
}
.sec-about .bottom-cont .heading-ja .txt {
	margin-left: 0.5em;
}
.sec-about .bottom-cont .txt {
	flex: 1;
}
.sec-about .area-life .head {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
}
.sec-about .area-life .border {
	content: "";
	position: absolute;
	height: 3px;
	border-radius: 1.5px;
	background-color: #ed2c2c;
}
.sec-about .area-life .border-01 {
	bottom: 0;
	left: -5px;
	width: 48%;
	width: calc(50% - 9px);
}
.sec-about .area-life .border-02 {
	bottom: 0;
	right: -5px;
	width: 49.5%;
	width: calc(50% - 2px);
}
.sec-about .area-life .border-03 {
	top: 0;
	left: 100%;
	width: 25px;
	transform: rotate(45deg);
	transform-origin: top left;
}
.sec-about .area-life .area-img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.sec-about .area-life .area-img .img:nth-child(1) {
	/*width: 182px;
	aspect-ratio: 182 / 221;*/
}
.sec-about .area-life .area-img .img:nth-child(2) {
	/*width: 251px;
	aspect-ratio: 251 / 218;*/
	margin-left: 5%;
	margin-right: 3%;
}
.sec-about .area-life .area-img .img:nth-child(3) {
	/*width: 215px;
	aspect-ratio: 215 / 191;*/
}
.sec-about .area-life .area-img .img img {
	width: 100%;
	height: 100%;
}

@media  (max-width: 767px) {
	.sec-about .bottom-cont {
		flex-wrap: wrap;
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: max(5%, 30px);
	}
	.sec-about .bottom-cont .heading-ja {
		display: block;
		width: auto;
		padding-top: 0;
		margin-bottom: 30px;
	}
	.sec-about .bottom-cont .heading-ja .txt {
		margin-left: 0;
	}
	.sec-about .bottom-cont .txt {
		flex: 0 1 auto;
	}
}
@media  (max-width: 640px) {
	.sec-about .area-life .area-img {
		flex-wrap: wrap;
		column-gap: 40px;
		row-gap: 40px;
	}
    /*
    .sec-about .area-life .area-img .img {
        width: calc(50% - 20px);
    }

	.sec-about .area-life .area-img .img:nth-child(1) {
		width: calc(182px * 0.8);
	}
	.sec-about .area-life .area-img .img:nth-child(2) {
		width: calc(251px * 0.8);
		margin-left: 0;
		margin-right: 0;
	}
	.sec-about .area-life .area-img .img:nth-child(3) {
		width: calc(215px * 0.8);
	}*/
    .sec-about .area-life .head .sttl {
       font-size: 123%;
    }

}

@media  (max-width: 480px) {
    .sec-about .bottom-wrap {
        border-radius: 10px 0 0 10px;
    }
    .sec-about .area-life .head .sttl {
       font-size: 140%;
    }
    .sec-about .area-life .border-01 {
        width: calc(48% - 9px);
        left: 0;
    }
    .sec-about .area-life .border-02 {
        width: calc(48% - 2px);
        right: 0;
    }
    .sec-about .bottom-cont .heading-ja .txt {
        font-size: 120%;
    }
}

@media  (max-width: 440px) {
	.sec-about .bottom-cont {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: max(5%, 25px);
	}
	.sec-about .bottom-cont .heading-ja {
		margin-bottom: 20px;
	}
}
@media  (max-width: 414px) {
	.sec-about .top-cont .heading {
		margin-bottom: 30px;
	}
}


/* area-gallery ------------- */
.sec-about .area-gallery  {
	position: relative;
}
.sec-about .area-gallery .box-gallery {
   height: 500px;
   width: 100%;
    overflow: hidden;
}
.sec-about .area-gallery .slide-list {
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.sec-about .area-gallery .slide-list .sbox-gallery {
    display: flex;
    flex-direction: row;
    animation: scroll 30s linear infinite;
    width: fit-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.sec-about .area-gallery .swiper-wrapper {
    transition-timing-function: linear !important; /* 線形のタイミング関数を使用 */
    will-change: transform; /* GPUの最適化を促進 */
	/*height: 500px;*/
}
.sec-about .area-gallery .slide {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: 5px;
	margin-right: 5px;
    /*width: 1032px;*/
    height: auto;
    width: fit-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.sec-about .area-gallery .slide .box-img {
	display: flex;
	gap: 10px;
}
.sec-about .area-gallery .img {
	border-radius: 10px;
	overflow: hidden;
    object-fit: cover;
}


/* スライド個別 ------- */
.sec-about .area-gallery .slide .box-pic {
   display: inline-flex;
   flex-direction: row;
   gap: 10px;
    /*flex-basis: 1480px;*/

    width: 1032px;
}
.sec-about .area-gallery .slide .box-pic > div {
    display: flex;
    flex-direction: column;
    gap: 10px 5px;
}

.sec-about .area-gallery .slide-01 {
	/**/
    width: 418px;
    gap: 10px 0 !important;
}
.sec-about .area-gallery .slide-01 .img:first-child {
	aspect-ratio: 418 / 195;
}
.sec-about .area-gallery .slide-01 .img:last-child {
    aspect-ratio: 418 / 295;
}
.sec-about .area-gallery .slide-02 {
	/*flex-basis: 604px;*/
    width: 604px;
    gap: 0 !important;
}
.sec-about .area-gallery .slide-02 .img {
    min-height: 100%;
    aspect-ratio: 604 / 500;
}
.sec-about .area-gallery .slide-03 {
	flex-basis: 418px;
    gap: 10px 0 !important;
}
.sec-about .area-gallery .slide-03 > .img:first-child {
   aspect-ratio: 418 / 286;
}
.sec-about .area-gallery .slide-03 .box-img > .img:first-child {
	aspect-ratio: 1 / 1;
	flex: 1;
}
.sec-about .area-gallery .slide-03 .box-img > .img:nth-child(2) {
	aspect-ratio: 1 / 1;
	flex: 1;
}
.sec-about .area-gallery .btnarea  {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	transform: translateY(-50%);
}

@media  (max-width: 767px) {

    .sec-about .area-gallery .slide-02 {
        width: auto;
    }
    .sec-about .area-gallery .box-gallery,
    .sec-about .area-gallery .slide-list {
        height: 400px;/* calc(500px * 0.8) */
    }
    .sec-about .area-gallery .slide-02 .img,
    .sec-about .area-gallery .slide-02 .img img {
        height: 400px;
        width: calc(604px * 0.8);/* calc(604px * 0.8) */
    }
    .sec-about .area-gallery .slide-02 .img {
        min-height: inherit;
    }
    .sec-about .area-gallery .slide-03 {
        width: calc(418px * 0.8);
    }
    .sec-about .area-gallery .slide-03 > .img:first-child {
        /*height: calc(286px * 0.8);*/
        height: calc(500px * 0.8 - 170px);
        width: 100%;
    }
    .sec-about .area-gallery .slide-03 > .img:first-child img {
        min-height: 100%;
    }
    .sec-about .area-gallery .slide-03 .box-img > .img {
        height: 160px;/* calc(200px * 0.8) */
        width: 160px;/* calc(200px * 0.8) */
    }
    .sec-about .area-gallery .slide-01,
    .sec-about .area-gallery .slide-01 .img {
        width: calc(418px * 0.8);
    }
    .sec-about .area-gallery .slide-01 .img:first-child {
        height: 156px;/* calc(195px * 0.8) */
    }
    .sec-about .area-gallery .slide-01 .img:last-child {
        height: calc(500px * 0.8 - 195px * 0.8 - 10px);
    }
    .sec-about .area-gallery .slide .box-pic {
        width: calc(418px * 0.8 + 10px + 604px * 0.8)
    }
}
@media  (max-width: 480px) {
    .sec-about .area-gallery .box-gallery,
    .sec-about .area-gallery .slide-list {
        height: 300px;
    }
    .sec-about .area-gallery .slide-02 .img,
    .sec-about .area-gallery .slide-02 .img img {
        height: 300px;/* calc(500px * 0.6) */
        width: calc(604px * 0.6);
    }
    .sec-about .area-gallery .slide-03 .box-img > .img {
        height: 120px;/* calc(200px * 0.6) */
        width: 120px;/* calc(200px * 0.6) */
    }
    .sec-about .area-gallery .slide-01,
    .sec-about .area-gallery .slide-01 .img {
        width: calc(418px * 0.6);
    }
    .sec-about .area-gallery .slide-01 .img:first-child {
        height: 117px;/* calc(195px * 0.6) */
    }
    .sec-about .area-gallery .slide-01 .img:last-child {
        height: calc(500px * 0.6 - 195px * 0.6 - 10px);
    }
    .sec-about .area-gallery .slide .box-pic {
        width: calc(418px * 0.6 + 10px + 604px * 0.6)
    }
    .sec-about .area-gallery .slide-03 {
        width: calc(418px * 0.6);
    }
    .sec-about .area-gallery .slide-03 > .img:first-child {
        /*height: calc(286px * 0.8);*/
        height: calc(500px * 0.6 - 130px);
        width: 100%;
    }


	.sec-about .area-gallery .slide-01,
	.sec-about .area-gallery .slide-03 {
		flex-basis: calc(418px * 0.6);
	}
	.sec-about .area-gallery .slide-02 {
		flex-basis: calc(604px * 0.6);
	}

	.sec-about .area-gallery .btnarea  {
		position: static;
		transform: none;
		margin-top: 20px;
		padding: 0 5%;
	}
}




/* sec-company ---------------------- */
.sec-company {
	overflow: hidden;
}
.sec-company .wrap-l {
	position: relative;
}
.sec-company .area-txt .top-txt,
.sec-company .area-txt .bottom-heading {
	max-width: 58%;
}
.sec-company .area-txt .bottom-txt {
	/*max-width: 880px;*/
}
@media  (max-width: 1350px) {
	.sec-company .area-txt .top-txt,
	.sec-company .area-txt .bottom-heading {
		max-width: 63%;
	}
	
}
@media (min-width: 1025px) and (max-width: 1350px) {
	.sec-company .area-txt .top-txt br.only {
		display: none;
	}
}
@media (max-width: 1024px) {
	.sec-company .area-txt .top-txt,
	.sec-company .area-txt .bottom-heading {
		max-width: none;
	}
	.sec-company .area-txt .bottom-txt {
		max-width: none;
	}
    .sec-company .contents .btnarea {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .sec-company.pt40 {
        padding-top: 0;
    }
}





/* area-link ---------------------- */
.sec-company .area-link .ban-list {
	padding: 0 20px;
}
.sec-company .area-link .list-item:last-child {
	margin-bottom: 0;
}
.sec-company .area-link .item-link {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	border-radius: 20px;
	height: 420px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	padding-left: 8%;
	padding-right: 18%;
}
.sec-company .area-link .item-link::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: #000;
	opacity: 0.7;
    transition: opacity 1.2s ease;
}
.sec-company .area-link .item-link:hover::before {
    opacity: 0.5;
}
.sec-company .area-link .item-link.technology {
	background-image: url(../img/home/banlink-technology.jpg);
}
.sec-company .area-link .item-link.facility {
	background-image: url(../img/home/banlink-facility.jpg);
}
.sec-company .area-link .item-link.product {
	background-image: url(../img/home/banlink-product.jpg);
}
.sec-company .area-link .item-link .item-ttl {
	margin-bottom: 0;
}

.sec-company .area-link .i-circle {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
	width: 102px;
	border: 2px solid #fff;
}
.sec-company .area-link .circle-arrow::before {
	width: 20px;
    content: none;
}
.circle-arrow .move-arrow {
    width: 22px;
    height: 22px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: url(../img/common/icon-arrow_wht.svg) no-repeat center;
    background-size: 11px auto;*/
}
.circle-arrow .move-arrow::before,
.circle-arrow .move-arrow::after {
    content:"";
    position: absolute;
    display: inline-block;
    height: 22px;
    width: 22px;
    background-size: 20px auto;
}
.circle-arrow.wht .move-arrow::before,
.circle-arrow.wht .move-arrow::after {
    background: url(../img/common/icon-arrow_wht.svg) no-repeat center;
}
.circle-arrow.blk .move-arrow::before,
.circle-arrow.blk .move-arrow::after {
    background-image: url(../img/common/icon-arrow_blk.svg);
}
.sec-news .area-link .circle-arrow.blk .move-arrow::before,
.sec-news .area-link .circle-arrow.blk .move-arrow::after {
    background-size: 12px;
    background-position: center 50%;
}

.circle-arrow .move-arrow::before {
    /*transform: translate3d(-100%, 200%, 0);*/
    transform: translate3d(-100%, 100%, 0);
}
.circle-arrow .move-arrow::after {
    /*transform: translate3d(50%, 50%, 0);*/
    transform: translate3d(0%, 0%, 0);
}
.item-link:hover .circle-arrow .move-arrow::before,
.link-item:hover .circle-arrow .move-arrow::before {
	animation: move-lefttop-anim2 .65s ease 0s 1 forwards;
}
.item-link:hover .circle-arrow .move-arrow::after,
.link-item:hover .circle-arrow .move-arrow::after {
	animation: move-righttop-anim2 .65s ease 0s 1 forwards;
}


@media (max-width: 1024px) {
	.sec-company .area-link .item-link {
		height: 300px;
	}
}
@media (max-width: 767px) {
	.sec-company .area-link .item-link {
		height: 200px;
        border-radius: 15px;
	}
	.sec-company .area-link .i-circle {
		transform: translateY(-50%) scale(0.65);
		transform-origin: right;
	}
}
@media (max-width: 480px) {
    .sec-company .area-link .ban-list {
        padding: 0 5%;
    }
	.sec-company .area-link .item-link {
		height: 160px;
        border-radius: 10px;
	}
	.sec-company .area-link .i-circle {
		transform: translateY(-50%) scale(0.5);
	}
}

/* sec-recruit ---------------------- */
.sec-recruit .area-slick .slider-item {
	position: relative;
	height: auto;
  aspect-ratio: 11 / 15;
	margin: 0 10px;
}
.sec-recruit .top-cont {
	column-gap: 50px;
	row-gap: 20px;
}
.sec-recruit .btn-block {
	align-items: center;
	justify-content: end;
	column-gap: 40px;
	row-gap: 15px;
	margin-top: 15px;
	margin-left: auto;
}
.sec-recruit .arrow {
	width: fit-content;
}
.sec-recruit .arrow .slider-arrow {
	position: relative;
	width: 65px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #333;
    transition: all ease 0.38s;
}
.sec-recruit .arrow .slider-arrow:first-child {
	margin-right: 2px;
}
.sec-recruit .arrow .slider-arrow.slick-disabled {
	background-color: #ebebeb;
}
.sec-recruit .arrow .slider-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	aspect-ratio: 68 / 75;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/common/icon-triangle-edge_wht.svg);
}
.sec-recruit .arrow .slider-arrow.slick-disabled:before {
	background-image: url(../img/common/icon-triangle-edge_blk.svg);
}
.sec-recruit .arrow .slider-prev::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.sec-recruit .arrow .slider-arrow:hover {
    background-color: #666;
}

@media (max-width: 767px) {
	.sec-recruit .arrow .slider-arrow {
		width: 55px;
	}
}
@media (max-width: 480px) {
    .sec-recruit .area-slick .slider-item {
        margin: 0 2px;
        min-width: 280px;
    }
    .sec-recruit .btn-block {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
    }
    .c-staff-dept {
        font-size: 1.3rem;
    }
}


/* sec-news ---------------------- */
/* news-list ------------- */
.sec-news .outer {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	/*border-radius: 20px;
	background-color: #f1f1f1;*/
}
.sec-news .inner {
	/*width: calc(1350 / 1460 * 100%);
	margin-left: auto;
	margin-right: auto;*/
	padding-right: 5%;
    padding-left: 5%;
    border-radius: 20px;
	background-color: #f1f1f1;

}

.sec-news .area-head {
	margin-bottom: 18px;
}
.sec-news .head-txt .txt-en {
	position: relative;
	padding-right: 27px;
}
.sec-news .head-txt .txt-en::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 17px;
	width: 1px;
	background-color: currentColor;
	transform: translateY(-50%);
}
.sec-news .head-txt .txt-ja {
	padding-left: 22px;
}
.sec-news .area-list .item-link {
	display: flex;
	flex-wrap: wrap;
	column-gap: 36px;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	min-height: 85px;
	padding: 10px 75px 10px 45px;
}
.sec-news .area-list .list-item:not(:last-child) {
	margin-bottom: 3px;
}
.sec-news .area-list .item-link.c-link-arrow:after {
  right: 38px;
}
.sec-news .area-list .item-date {
	padding-top: 5px;
	margin-right: 42px;
	display: inline-block;
}
.sec-news .area-list .item-cat {
	display: inline-block;
	min-width: 100px;
}
.sec-news .area-list .item-txt {
	flex: 1;
}

@media (max-width: 767px) {
	.sec-news .area-list .item-link {
		min-height: auto;
		row-gap: 5px;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-right: 60px;
	}
	.sec-news .area-list .item-cat {
		min-width: auto;
	}
	.sec-news .area-list .item-txt {
		width: 100%;
		flex: 0 1 auto;
	}
}
@media (max-width: 640px) {
	.sec-news .area-list .item-link {
		padding-left: 30px;
		padding-right: 50px;
	}
	.sec-news .area-list .item-link.c-link-arrow:after {
		right: 25px;
	}
	.sec-news .area-list .item-date {
		/* margin-right: 30px; */
	}
}
@media (max-width: 575px) {
	.sec-news .btn {
		width: auto;
		margin-bottom: 25px;
	}
}
@media (max-width: 480px) {
	.sec-news .outer {
        padding-left: 0;
        padding-right: 0;
    }
	.sec-news .area-list .item-link {
		padding-left: 20px;
		padding-right: 40px;
	}
	.sec-news .area-list .item-link.c-link-arrow:after {
		right: 15px;
	}
	.sec-news .area-list .item-date {
		margin-right: 20px;
	}
}

/* area-link ------------- */
.sec-news .area-link {
	column-gap: 20px;
}
.sec-news .area-link .link-item {
	position: relative;
	width: calc(50% - 10px);
	min-height: 240px;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 120px;
}
.sec-news .area-link .item-left {
	display: flex;
	align-items: center;
	padding-left: min(5%, 55px);
	padding-left: 55px;
	background-color: #0465d4;
}
.sec-news .area-link .item-left .img-trophy {
	width: 44px;
	aspect-ratio: 124 / 150;
	margin-right: 45px;
	flex: 0 0 auto;
}
.sec-news .area-link .item-left .box-txt {
	position: relative;
	padding-left: 40px;
	line-height: 1.3;
}
.sec-news .area-link .item-left .box-txt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 100px;
	background-color: #fff;
	opacity: 0.2;
	transform: translateY(-50%);
}
.sec-news .area-link .item-left .txt-top {
	margin-bottom: 13px;
}
.sec-news .area-link .item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #0599d9;
	padding-left: min(5%, 60px);
}
.sec-news .area-link .item-right .img-sdgs {
	max-width: 426px;
	aspect-ratio: 300 / 37;
	margin-bottom: 15px;
}
.sec-news .area-link .item-right .item-txt {
	width: 100%;
	line-height: 1.3;
}
.sec-news .area-link .i-circle {
	position: absolute;
	top: 50%;
	right: min(7%, 50px);
	width: 65px;
	background-color: #fff;
	transform: translateY(-50%);
}
.sec-news .area-link .circle-arrow.wht::before {
    background-image: none;
}
.sec-news .area-link .circle-arrow::before {
	width: 12px;
    content: none;
}
/*
@media (min-width: 992px) and (max-width: 1280px) {
	.sec-news .area-link .link-item {
		padding-left: 40px;
		padding-right: 120px;
	}
	.sec-news .area-link .item-left .img-trophy {
		margin-right: 30px;
	}
	.sec-news .area-link .item-left .box-txt {
		padding-left: 30px;
	}
	.sec-news .area-link .i-circle {
		right: 30px;
	}
}*/

@media (max-width: 1199px) {
	.sec-news .area-link {
		row-gap: 20px;
	}
	.sec-news .area-link .link-item {
		width: 100%;
		min-height: 180px;
		padding-left: 55px;
	}
}
@media (max-width: 767px) {
	.sec-news .area-link .link-item {
		padding-right: 115px;
		padding-left: 45px;
        border-radius: 15px;
	}
	.sec-news .area-link .i-circle {
		right: 20px;
	}
	.sec-news .area-link .item-left .img-trophy {
		margin-right: 35px;
	}
	.sec-news .area-link .item-left .box-txt {
		padding-left: 30px;
	}
}
@media (max-width: 576px) {
	.sec-news .area-link .link-item {
		min-height: 140px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.sec-news .area-link .i-circle {
		right: 10px;
		transform: translateY(10%) scale(0.65);
		transform-origin: right;
	}
	.sec-news .area-link .item-left .img-trophy {
		margin-right: 20px;
	}
	.sec-news .area-link .item-left .box-txt {
		padding-left: 20px;
	}
	.sec-news .area-link .item-left .box-txt::before {
		height: 70px;
	}
	.sec-news .area-link .item-right .img-sdgs {
		max-width: 300px;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {

    .sec-news .area-link {
		row-gap: 10px;
    }
	.sec-news .area-link .link-item {
		padding-left: 25px;
        border-radius: 10px;
	}
	.sec-news .area-link .item-left .img-trophy {
		width: 35px;
		margin-right: 20px;
	}
	.sec-news .area-link .item-left .box-txt {
		padding-left: 15px;
	}
    .sec-news .area-link .item-right .item-txt {
        padding-right: 20px;
    }
    .sec-news .area-link .item-right .img-sdgs {
        max-width: 250px;
    }
}

/* EN sdgs ------------- */
.wrap-sdgs{
	padding: 0 20px;
}
.sdgs-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: #0599d9 solid 3px;
	border-radius: 20px;
	padding: 50px 0;
	position: relative;
}
.sdgs-flex::before{
	display: block;
	content: "";
	background-color: #0599d9;
	width: 40%;
	height: 100%;
	border-radius: 15px 0 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sdgs-logo-area{
	width: 40%;
	padding: 0 50px;
}
.sdgs-logo-area .sdgs-logo{
	max-width: 420px;
}
.sdgs-txt-area{
	flex: 1;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.sdgs-txt-area .sdgs-txt{
	width: calc(100% - 85px);
}
.sdgs-txt-area .btn-cont{
	width: fit-content;
	max-width: 65px;
	height: auto;
	flex: 1;
	margin-left: 20px;
}
.circle-arrow.blu {
	background-color: #0599d9;
}
.sdgs-txt-area .btn-cont .icon.i-circle.tright {
	width: 100%;
	margin-left: 0;
}

@media (min-width: 992px) {
	.anchor-trigger.is-active .sdgs-logo-area{
		padding-left: max(110px , 8%);
	}
}

@media (max-width: 1200px) {
	.sdgs-logo-area {
		padding: 0px 30px;
	}
	.sdgs-txt-area {
		padding: 0 30px;
	}
	.sdgs-flex {
		padding: 30px 0;
	}
}
@media (max-width: 767px) {
	.sdgs-flex {
		padding: 0;
	}
	.sdgs-logo-area {
		width: 100%;
		background-color: #0599d9;
		border-radius: 15px 15px 0 0;
		padding: 20px 25px 15px;
	}
	.sdgs-logo-cont {
		margin: 0 auto;
	}
	.sdgs-flex::before {
		display: none;
	}
	/*.sdgs-flex::before {
		width: 100%;
		height: 130px;
		border-radius: 15px 15px 0 0;
	}*/
	.sdgs-txt-area {
		width: 100%;
		flex: auto;
		padding: 15px 25px 20px;
	}
	.sdgs-txt-area .btn-cont {
		max-width: 55px;
	}
	.sdgs-txt-area .sdgs-txt {
		width: calc(100% - 75px);
	}
}

@media (max-width: 480px) {
	.sdgs-txt-area {
		padding: 15px 25px 40px;
	}
	.sdgs-txt-area .sdgs-txt{
		width: 100%;
	}
	.sdgs-txt-area .btn-cont {
		transform: scale(0.6);
		width: 100%;
		flex: auto;
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
