/*----- top common -----*/
.section__ttl {
    font-size: 2rem;
    font-weight: 300;
    color: var(--color01);
    position: relative;
    margin-bottom: 10px;
}
.section__ttl .line {
    position: absolute;
    top: 50%;
    /* right: 0; */
    left: 100px;
    transform: translateY(-50%);
    height: 1px;
    background-color: var(--color01);
    width: 0;
    transition: width 3s ease;
}

.section__ttl .line.animate {
    width: calc(100% - 100px); 
}
.section__en {
    font-size: 6.5rem;
    font-family: Montserrat;
    color: var(--color01);
}
@media screen and (max-width: 1440px) {
.section__en {
    font-size: 4.6rem;
}
}
@media screen and (max-width: 767px) {
.section__ttl {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.section__en {
    font-size: 3.2rem;
}
.section__ttl .line {
    left: 90px;
}

.section__ttl .line.animate {
    width: calc(100% - 90px);
}
}
/*----- top common end -----*/
/*----- top kv -----*/

.kv {
  width: 100vw;
  height: calc(100svh - 100px);
  min-height: 620px;
  max-height: 1080px;
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
.kv::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #0B354D;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.kv video {
    position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kv__catchWrapper {
    position: relative;
    z-index: 1;
    max-width: 1820px;
    margin: 0 auto;
}
.kv__catch {
    position: absolute;
    bottom: 80px;
    padding: 0 130px;
    color: #fff;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    filter: drop-shadow(0px 0px 6px #00000055);
}

.kv__catch__sub {
    font-size: 3.2rem;
    /* opacity: 0; */
}
.kv__catch__main {
    /* letter-spacing: 0.1em; */
    letter-spacing: 0.05em;
    /* opacity: 0; */
    font-size: 6rem;
}
.kv__catch__sub.slideIn,.kv__catch__main.slideIn {
  /* animation: slideIn 2s ease forwards; */
}
 
@keyframes slideIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.kv__catch__main .l {
    /* font-size: 8.2rem; */
}
.kv__catch__main .m {
    /* font-size: 6.4rem; */
}
@media screen and (max-width: 1440px) {
    .kv__catch {
        padding: 0 90px;
    }
    .kv__catch__sub {
    font-size: 2.2rem;
}
.kv__catch__main {
    font-size: 3.2rem;
}
.kv__catch__main .l {
    /* font-size: 5.7rem; */
}
.kv__catch__main .m {
    /* font-size: 4.5rem; */
}
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: -80px;
    min-height: inherit;
    height: calc(100svh);
  }
  .kv__catch {
    padding: 0 20px;
    /* bottom: 40px; */
  }
  .kv__catch__sub {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .kv__catch__main {
    line-height: 1.4em;
  }
.kv__catch__main .l {
    /* font-size: 3.6rem; */
}
.kv__catch__main .m {
    /* font-size: 2.6rem; */
}
}

/*----- top kv end -----*/

/*----- top section business -----*/
.secBusiness {
    /* padding: 120px 0 170px; */
    padding: 120px 0;
    background: var(--main-gradient);
    color: #fff;
    position: relative;
}
/* .secBusiness::after {
    content: "";
    display: inline-block;
    width: 522px;
    height: 522px;
    position: absolute;
    left: calc(50% - 790px);
    bottom: 0;
    transform: translateX(-50%);
    background-image: url(./images/worker.webp);
    background-size: cover;
} */
.secBusiness::after {
    content: "";
    display: inline-block;
    /* width: 522px;
    height: 522px; */
    width: 452px;
    height: 362px;
    position: absolute;
    /* left: calc(50% - 790px); */
    /* left: calc(50% - 760px); */
    left: calc(50% - 790px);
    bottom: 0;
    transform: translateX(-50%);
    /* background-image: url(./images/worker01.webp); */
    background-image: url(./images/worker02.webp);
    background-size: cover;
}
.secBusiness::before {
    content: "";
    display: inline-block;
    width: 500px;
    height: 336px;
    width: 430px;
    height: 386px;
    position: absolute;
    /* right: calc(50% - 870px); */
    right: calc(50% - 790px);
    /* top: 0; */
    top: -40px;
    transform: translateX(50%);
    background-image: url(./images/electronics.webp);
    background-image: url(./images/electronics01.webp);
    background-size: cover;
}
.secBusiness::before,.secBusiness::after {
    display: none;
}
.secBusiness__container {
    /* max-width: 1400px; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}
.secBusiness__en {
  color: #fff;
}
.secBusiness__ttl {
    font-size: 2rem;
    font-weight: 300;
    position: relative;
    color: #fff;
}
.secBusiness__ttl .line {
    background-color: #fff;
}

/* .secBusiness__ttl::after {
    content: "";
    display: inline-block;
    width: calc(100% - 100px);
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
} */
.secBusiness__col {
    display: flex;
    align-items: center;
    padding-top: 40px;
}
.secBusiness__txt {
    flex-shrink: 0;
}
.secBusiness__catch {
    /* font-size: 6rem; */
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.secBusiness__desc {
    font-size: 1.8rem;
    line-height: 2;
    max-width: 450px;
    margin-bottom: 2em;
}
.secBusiness__figures {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px 75px;
    position: relative;
}
.secBusiness__figures::before {
    content: "";
    display: inline-block;
    width: 368px;
    height: 368px;
    border-radius: 368px;
    border: solid 1px #fff;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
.secBusiness__figure {
    width: fit-content;
    position: relative;
    z-index: 1;
}
.secBusiness__figure:first-of-type {
    width: 100%;
    text-align: center;
}
.secBusiness__figure__inner {
    background-color: #ecf5ff;
    width: 184px;
    height: 184px;
    border-radius: 184px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color01);
    font-size: 3rem;
    font-weight: 600;
}
.secBusiness__figure__inner span {
    position: relative;
    z-index: 1;
}
.secBusiness__figure__inner::before,.secBusiness__figure__inner::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
    z-index: 0;
}

.secBusiness__figure--parts .secBusiness__figure__inner::before {
    width: 106px;
    height: 96px;
    background-image: url(./images/parts.svg);
}
.secBusiness__figure--context .secBusiness__figure__inner::before {
    width: 97px;
    height: 90px;
    background-image: url(./images/context.svg);
}
.secBusiness__figure--assembly .secBusiness__figure__inner::before {
    width: 82px;
    height: 114px;
    background-image: url(./images/assembly.svg);
}
.secBusiness__figure__inner::after {
    width: 170px;
    height: 170px;
    border: solid 1px var(--color01);
    border-radius: 184px;
}
@media screen and (max-width: 1440px) {
    .secBusiness {
        padding: 84px 0;
    }
    .secBusiness::after {
        width: 322px;
        height: 252px;
        left: calc(50% - 580px);
        /* width: 365px;
        height: 365px;
        left: calc(50% - 550px); */
    }
    .secBusiness::before {
        /* width: 350px;
        height: 235px;
        right: calc(50% - 610px); */
        width: 290px;
        height: 255px;
        right: calc(50% - 590px);
    }
    .secBusiness__container {
        max-width: 1000px;
    }
    .secBusiness__ttl {
        font-size: 1.8rem;
    }
    .secBusiness__col {
    padding-top: 30px;
}
.secBusiness__catch {
    font-size: 4.2rem;
}
.secBusiness__desc {
    font-size: 1.6rem;
}
.secBusiness__figures {
    gap: 20px 52px;
    
}
.secBusiness__figures::before {
    width: 180px;
    height: 180px;
    border-radius: 180px;
}
.secBusiness__figure__inner {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    font-size: 2.4rem;
}

.secBusiness__figure--parts .secBusiness__figure__inner::before {
    width: 74px;
    height: 67px;
}
.secBusiness__figure--context .secBusiness__figure__inner::before {
    width: 68px;
    height: 63px;
}
.secBusiness__figure--assembly .secBusiness__figure__inner::before {
    width: 57px;
    height: 80px;
}
.secBusiness__figure__inner::after {
    width: 119px;
    height: 119px;
    border-radius: 119px;
}
}
@media screen and (max-width: 1024px) {
    .secBusiness__col {
    flex-direction: column-reverse;
    gap: 30px;
    }
}
@media screen and (max-width: 767px) {
.secBusiness {
    padding: 60px 0;
}
.secBusiness::before {
    /* display: none; */
    /* width: 200px;
    height: 134.4px; */
    width: 180px;
    height: 154.4px;
    right: -60px;
    top: -10px;
    transform: none;
}
.secBusiness::after {
    /* display: none; */
    /* width: 158.8px;
    height: 168.8px; */
    /* left: 0; */
    /* bottom: -17px; */
    transform: none;
    /* width: 168.8px;
    height: 128.8px;
    bottom: -6px; */
    left: -20px;
        width: 148.8px;
        height: 128.8px;
        bottom: 0px;

}
.secBusiness__container {
    padding: 0 20px;
}
.secBusiness__catch {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
}
.secBusiness__desc {
    font-size: 1.5rem;
    /* margin-bottom: 60px; */
}
.secBusiness__linkBtnWrapper {
    text-align: center;
}

.secBusiness__figures {
    gap: 15px 38px;
}
.secBusiness__figures::before {
    width: 184px;
    height: 184px;
    border-radius: 184px;
}
.secBusiness__figure__inner {
    width: 92px;
    height: 92px;
    border-radius: 92px;
    font-size: 1.6rem;
}

.secBusiness__figure--parts .secBusiness__figure__inner::before {
    width: 53px;
    height: 48px;
}
.secBusiness__figure--context .secBusiness__figure__inner::before {
    width: 48.5px;
    height: 45px;
}
.secBusiness__figure--assembly .secBusiness__figure__inner::before {
    width: 41px;
    height: 57px;
}
.secBusiness__figure__inner::after {
    width: 85px;
    height: 85px;
    border-radius: 85px;
}
}

/*----- top section business end -----*/
/*----- top section company  -----*/
.secCompany {
    /* margin: 140px 0; */
    margin: 0;
    overflow: visible;
}
.secCompany__col {
    display: flex;
    /* align-items: center; */
    gap: 70px;
    height: 570px;
}
.secCompany__image {
    width: 48.75%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}
.secCompany__image img {
    width: 100%;
    height: 100%;
}
.secCompany__txt {
    /* width: 39%;
    padding-right: 14%; */
    width: 44%;
    padding-right: 9%;
        padding-top: 100px;
    position: relative;
}
.secCompany__txt::after {
    content: "";
    display: inline-block;
    width: 39.06vw;
    height: 39.27vw;
    width: min(29.06vw,500px);
    height: min(29.27vw, 500px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./images/amakusa.svg);
    background-size: cover;
    z-index: -1;
}

.secCompany__en {
    margin-bottom: 30px;
}
.secCompany__catch {
    font-size: 4.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.secCompany__desc {
    line-height: 2;
    margin-bottom: 40px;
}
.secCompany__linkBtnWrapper {
    text-align: right;
}
@media screen and (max-width: 1440px) {
.secCompany {
    /* margin: 98px 0; */
    margin: 0;
}
.secCompany__col {
    gap: 50px;
}
.secCompany__txt {
    width: 48%;
    padding-right: 6%;
}
}
@media screen and (max-width: 1440px) {
    .secCompany__catch {
    font-size: 3.2rem;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
.secCompany {
    /* margin: 70px 0; */
    margin: 0;
}
    .secCompany__col {
        gap: 35px;
        flex-direction: column;
    }
    .secCompany__image {
    width: 100%;
    align-self: flex-end;
    /* border-radius: 10px 0 0 10px; */
}
    .secCompany__txt {
        width: 100%;
        padding: 0 20px;
    }
    .secCompany__txt::after {
    width: 289.8px;
    height: 291.6px;
}
    .secCompany__en {
    margin-bottom: 15px;
}
.secCompany__catch {
    font-size: 2rem;
    margin-bottom: 10px;
}
.secCompany__desc {
    margin-bottom: 30px;
}
.secCompany__linkBtnWrapper {
    text-align: center;
}
}
/*----- top section company end -----*/
/*----- top section news  -----*/
.secNews {
    margin: 140px 0;
    overflow: visible;
}
.secNews__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
.secNews__head {
    /* display: flex; */
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}
.secNews__txt {
    /* display: flex; */
    align-items: flex-end;
    gap: 30px;
}
.secNews__ttlArea {
    margin-bottom: -15px;
}
.secNews__ttl {}
.secNews__en {}
.secNews__desc {
    padding-left: 270px;
    margin-top: -57px
}
.secNews__list {
    border-top: solid 1px #B1B5C3;
    margin: 40px 0;
}
.secNews__listItem {}
.secNewsPost {}
.secNewsPost__link {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding: 20px 0;
    padding-right: 30px;
    border-bottom: solid 1px #B1B5C3;
    position: relative;
    transition: all ease .4s;
}
.secNewsPost__link::after {
    content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #B1B5C3;
  border-right: solid 1px #B1B5C3;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  transition: all ease .4s;
}
.secNewsPost__date {
    width: 80px;
    font-size: 1.4rem;
}
.secNewsPost__cat {
    font-size: 1.4rem;
    text-align: center;
    border: solid 1px var(--color01);
    border-radius: 3px;
    width: 110px;
    padding: 0 1em;
    color: var(--color01);
}
.secNewsPost__ttl {
    font-size: 1.8rem;
    font-weight: normal;
    color: #000;
}
.secNewsPost__link:hover {
    background-color: #fafafa;
}
.secNews__spLinkBtnWrapper {
    text-align: right;
}
@media screen and (max-width: 1440px) {
    .secNews {
        margin: 98px 0;
    }
    .secNews__desc {
        margin-top: -45px;
    }
    .secNews__head {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .secNews {
        margin: 60px 0;
    }
    .secNews__container {
        padding: 0 20px;
    }
    .secNews__head {
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
}
.secNews__desc {
    margin-top: 20px;
    padding-left: 0;
}
.secNews__list {
    margin: 30px 0;
}
.secNews__txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.secNewsPost__link {
    gap: 5px;
    width: 100%;
    padding: 15px 0;
    padding-right: 20px;
    flex-wrap: wrap;
}
.secNewsPost__date {
    width: 70px;
    font-size: 1.2rem;
}
.secNewsPost__cat {
    font-size: 1.2rem;
    width: 90px;
}
.secNewsPost__ttl {
    font-size: 1.5rem;
    width: 100%;
}
.secNewsPost__link::after {
    right: 10px;
}
.secNews__spLinkBtnWrapper {
    text-align: center;
}
}
/*----- top section news end -----*/
/*----- top section recruit -----*/
.secRecruit {
    padding: 120px 0 280px;
    background-color: #DFF4FF;
}
.secRecruit__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
.secRecruit__head {
    /* display: flex; */
    gap: 90px;
    margin-bottom: 20px;
}
.secRecruit__ttlArea {}
.secRecruit__catch {
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.secRecruit__col {
    display: flex;
    align-items: center;
}
.secRecruit__image {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
.secRecruit__txt {
    width: 50%;
    padding-left: 40px;
}
.secRecruit__desc {
    line-height: 2;
    margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
.secRecruit {
    padding: 84px 0 250px;
}
.secRecruit__head {
    gap: 63px;
}
.secRecruit__catch {
    font-size: 3.2rem;
}
.secRecruit__txt {
    padding-left: 30px;
}
.secRecruit__desc {
    margin-bottom: 35px;
}
}
@media screen and (max-width: 767px) {
.secRecruit {
    padding: 60px 0 140px;
}
.secRecruit__container {
    padding: 0 20px;
}
    .secRecruit__head {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
    }
    .secRecruit__catch {
        font-size: 2.1rem;
        margin-bottom: 5px;
    }
    .secRecruit__col {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.secRecruit__image {
    width: 100%;
    height: 180px;
}
    .secRecruit__txt {
        width: 100%;
        padding: 0;
    }
}
/*----- top section recruit end -----*/
/*----- top gallery -----*/
.carouselWrapper {
    margin-top: -170px;
}
.carousel .slick-slide{
  min-width: var(--WIDTH);
  max-width: var(--WIDTH);
  margin-right: 40px;
}
.carousel .slick-slide img {
    width: 100%;
    border-radius: 10px;
}
@media screen and (min-width: 1024px){
  .carousel .slick-slide{
    --WIDTH: 428px;
  }
}

@media screen and (max-width: 1024px){
  .carousel .slick-slide{
    --WIDTH: 240px;
  }
}
@media screen and (max-width: 767px) {
   .carouselWrapper {
    margin-top: -80px;
}
.carousel .slick-slide{
  margin-right: 20px;
} 
}
/*----- contact -----*/
.sectionContact {
    width: 90%;
	max-width: 1000px;
	margin: 120px auto;
	padding: 70px;
	background-image: url(./images/contact-bg.webp);
	background-size: cover;
	color: #fff;
    border-radius: 13px;
    overflow: hidden;
}
.sectionContact__head {
	/* display: flex; */
    align-items: flex-end;
    gap: 50px;
    padding-bottom: 30px;
}
.sectionContact__ttlArea {
    margin-bottom: -15px;
}
.sectionContact__ttl {
	color: #fff;
}
.sectionContact__ttl .line {
    background-color: #fff;
    left: 150px;
}

.sectionContact__ttl .line.animate {
    width: calc(100% - 150px);
}
.sectionContact__en {
	color: #fff;
}
.sectionContact__desc {
    padding-left: 310px;
    margin-top: -80px;
}
.sectionContact__col {
    display: flex;
    /* align-items: center; */
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 30px 0;
}
.contactItem {
    width: 50%;
    padding: 30px 0;
    text-align: center;
}
.contactItem--tel {
    border-right: solid 1px #fff;
}
.contactItem--mail {}
.contactItem__ttl {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 30px;
}
.contactItem--tel .contactItem__ttl::before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 29px;
    background-image: url(./images/icon_tel.svg);
    background-size: cover;
    margin-right: 5px;
    transform: translateY(3px);
}
.contactItem--mail .contactItem__ttl::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 24px;
    background-image: url(./images/icon_mail.svg);
    background-size: cover;
    margin-right: 5px;
    transform: translateY(3px);
}
.contactItem__num {
    margin-top: -10px;
}
.contactItem__num a {
    color: #fff;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.contactItem__info {
    font-size: 1.4rem;
}
.contactItem__btn a {
    display: inline-block;
    border-radius: 30px;
    border: solid 1px #fff;
    line-height: 45px;
    padding: 0 1em;
    color: #fff;
}
.contactItem__btn a {
    	transition: ease-in-out .4s;
	box-shadow: 0.3rem 0.3rem 0px 0.1rem  #fff;
}
.contactItem__btn a:hover {
	transform: translate3d(0.3rem, 0.3rem, 0);
	box-shadow: none;
    color: #156d8f;
    background-color: #fff;
}
.sectionContact__moreBtn {
    margin-top: 30px;
    text-align: right;
}
.sectionContact__moreBtn + .sectionContact__moreBtn {
    margin-top: 3px;
}
.sectionContact__moreBtn a {
    display: inline-block;
    color: #fff;
    padding-right: 2em;
    position: relative;
}
.sectionContact__moreBtn a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./images/arrow_white.svg);
    background-size: cover;
    transition: all ease .4s;
}
.sectionContact__moreBtn a:hover::after {
    right: -3px;
}
@media screen and (max-width: 1440px){
.sectionContact {
	margin: 84px auto;
	padding: 50px;
}
.sectionContact__desc {
    padding-left: 240px;
    margin-top: -70px;
}
}
@media screen and (max-width: 767px){
.sectionContact {
	margin: 60px auto;
	padding: 30px;
}
.sectionContact__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
}
.sectionContact__ttl .line {
    left: 120px;
}

.sectionContact__ttl .line.animate {
    width: calc(100% - 120px);
}
.sectionContact__desc {
    margin-top: 00px;
    padding-left: 0;
}
.sectionContact__ttlArea {
    margin-bottom: 0px;
}
.sectionContact__col {
    flex-direction: column;
    border: none;
    padding: 0;
}
.contactItem {
    width: 100%;
    padding: 20px 0 30px;
}
.contactItem--tel {
    border-right: none;
    border-bottom: solid 1px #fff;
}
.contactItem__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.contactItem--tel .contactItem__ttl::before {
    width: 32px;
    height: 25px;
}
.contactItem--mail .contactItem__ttl::before {
    width: 30px;
    height: 20px;
}
.contactItem__num {
    margin-top: 0;
}
.contactItem__num a {
    font-size: 2.8rem;
}
.contactItem__info {
    font-size: 1.3rem;
}
.contactItem__btn {
    margin-top: 20px;
}
.sectionContact__moreBtn {
    margin-top: 0;
}
}
/*----- contact end -----*/