#visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  color: #fff;
  overflow: hidden;
  background: url(../images/index/visual-1.jpg) center center /cover no-repeat;
}
#visual .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
#visual .inner {
    position: relative;
    z-index: 1;
    text-align: center;
}
#visual .inner .line-1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: Rajdhani,sans-serif;
    line-height: 1.33;
    text-shadow: 0 0 5px rgba(0,0,0,.8);
    letter-spacing: .1em;
}
#visual .inner .line-2 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.33;
    text-shadow: 0 0 5px rgba(0,0,0,.8);
    letter-spacing: .2em;
}
#visual .scroll {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: Rajdhani,sans-serif;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: .2s;
}
#visual .scroll:after {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background: #fff;
    margin: .4em auto 0;
    transition: .2s;
}
#visual .scroll:hover {
    padding-top: 10px;
}
#visual .scroll:hover:after {
    height: 70px;
}
@media (max-width:1180px) {
    #visual .inner .line-1 {
        font-size: 2.2rem;
    }
    #visual .inner .line-2 {
        font-size: 5rem;
    }
}
@media (max-width:960px) {
    #visual .inner .line-1 {
        font-size: 2rem;
    }
    #visual .inner .line-2 {
        font-size: 4rem;
    }
}
@media (max-width:768px) {
    #visual {
        aspect-ratio: 1 / 1;
    }
}
@media (max-width:540px) {
    #visual .scroll:after {
        height: 50px;
    }
    #visual .scroll:hover:after {
        height: 30px;
    }
    #visual .inner .line-1 {
        font-size: 1.6rem;
    }
    #visual .inner .line-2 {
        font-size: 3rem;
    }
}

#main .layout-1 {
    position: relative;
    padding: 0;
    margin: 90px 0;
}
#main .layout-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 60%;
    background: #B3D1F2;
    background: linear-gradient(90deg, rgba(179, 209, 242, 1) 0%, rgba(247, 250, 255, 1) 100%);
}
#main .layout-1 .inner {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 30px);
    width: 1600px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#main .layout-1 .inner > .content {
    width: 49.375%;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
#main .layout-1 .inner > .content > div {
    max-width: 530px;
    padding-right: 90px;
    margin-left: auto;
}
#main .layout-1 .inner > .photo {
    width: 50.625%;
    transform: translateY(-90px);
}
@media (max-width:1080px) {
    #main .layout-1 {
        padding: 50px 0;
        margin: 0;
    }
    #main .layout-1:before {
        width: 100%;
    }
    #main .layout-1 .inner > .content,
    #main .layout-1 .inner > .photo {
        width: 100%;
    }
    #main .layout-1 .inner > .content {
        padding-top: 0;
    }
    #main .layout-1 .inner > .content > div {
        padding: 0 !important;
        margin: 0 auto !important;
    }
    #main .layout-1 .inner > .photo {
        text-align: center;
        transform: none;
        margin-top: 40px;
    }
}

#main .strong {
    margin-bottom: 180px;
}
#main .strong:before {
    left: auto;
    right: 0;
    background: linear-gradient(-90deg, rgba(179, 209, 242, 1) 0%, rgba(247, 250, 255, 1) 100%);
}
#main .strong .inner {
    flex-direction: row-reverse;
}
#main .strong .inner > .content > div {
    padding-right: 0;
    padding-left: 90px;
    margin-left: 0;
}
@media (max-width:1080px) {
    #main .strong {
        margin-bottom: 50px;
    }
}

#main .news {
    max-width: 100%;
    width: 1600px;
    background: url(../images/common/bg-1.png) 5% center no-repeat,
                url(../images/common/bg-2.png) right 0 center no-repeat;
    margin-left: auto;
    margin-right: auto;
}
#main .news .body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .news .header {
    width: 280px;
}
#main .news .header .title-1 {
    font-size: 1.6rem;
}
#main .news .header .title-1 span {
    letter-spacing: normal;
}
#main .news .header .btn-1 {
    width: 160px;
    height: 40px;
}
#main .news .content {
    width: calc(100% - 280px - 50px);
    margin-top: -1em;
}
@media (max-width:1080px) {
    #main .news {
        background: url(../images/common/bg-1.png) left 0 /25% auto no-repeat,
                    url(../images/common/bg-2.png) right 0 /25% auto no-repeat;
    }
    #main .news .header,
    #main .news .content {
        width: 100%;
    }
    #main .news .header {
        text-align: center;
    }
    #main .news .header .btn-1 {
        margin-left: auto;
        margin-right: auto;
    }
    #main .news .content {
        margin-top: 1em;
    }
}

#main .company .list .item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.25em 0;
    border-bottom: 1px solid #fff;
}
#main .company .list .item:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--c-blue2);
    border-right: 2px solid var(--c-blue2);
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    transition: .2s;
}
#main .company .list .item:hover:after {
    right: 0;
}
#main .company .list .item .title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--c-blue2);
    padding-left: 1em;
    padding-right: 2em;
}
@media (max-width:768px) {
    #main .company .list .item .photo img {
        height: 60px;
    }
}

#main .business {
    background: url(../images/index/business-bg.png) center 10% no-repeat #eee;
}
#main .business .title-1 {
    text-align: center;
}
#main .business .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3em;
}
#main .business .list .item {
    position: relative;
    width: 47.2222%;
    color: #fff;
}
#main .business .list .item .photo {
    overflow: hidden;
}
#main .business .list .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
#main .business .list .item:hover .photo img {
    transform: scale(1.05);
}
#main .business .list .item .title {
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    text-align: center;
}
#main .business .list .item .title span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.33;
}
#main .business .list .item .title small {
    display: block;
    font-size: 2rem;
    font-family: Rajdhani,sans-serif;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: .1em;
    margin-top: .5em;
}
@media (max-width:736px) {
    #main .business .list {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
    #main .business .list .item {
        width: 100%;
    }
    #main .business .list .item ~ .item {
        margin-top: 2em;
    }
}

#main .equipment {
    margin-top: 180px;
}
#main .equipment .btn {
    margin-top: 2em;
}
@media (max-width:1080px) {
    #main .equipment {
        margin-top: 50px;
    }
}

#main .products {
    color: #fff;
    overflow: hidden;
    background: url(../images/index/case-bg.jpg) center center /cover no-repeat;
}
#main .products .title-1 {
    color: #fff;
    text-align: center;
}
#main .products .title-1 span {
    color: #fff;
}
#main .products .btn {
    margin-top: 3em;
}
#main .products .btn .btn-2 {
    width: 300px;
    justify-content: center;
    margin: 0 auto;
}
#main .products .products-swiper {
    position: relative;
    margin-top: 2em;
}
#main .products .products-swiper .swiper-slide {
    padding: 0 15px;
}
@media (max-width:880px) {
    #main .products .products-swiper .swiper-slide {
        padding: 0 10px;
    }
}
@media (max-width:540px) {
}
#main .products .products-swiper .item {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
#main .products .products-swiper .item .photo {
    overflow: hidden;
}
#main .products .products-swiper .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
#main .products .products-swiper .item:hover .photo img {
    transform: scale(1.05);
}
#main .products .products-swiper .item .title {
    position: relative;
    text-align: center;
    color: #fff;
    padding: .25em 1em;
    background: var(--c-blue);
}
#main .products .products-swiper .item .content:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    margin-left: -3px;
}
#main .products .products-swiper .swiper-button-prev {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../images/index/icon-prev.png) center center /contain no-repeat;
}
#main .products .products-swiper .swiper-button-prev:after,
#main .products .products-swiper .swiper-button-next:after {
    content: none;
}
#main .products .products-swiper .swiper-button-next {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/index/icon-next.png) center center /contain no-repeat;
}
#main .products .products-swiper .swiper-button-prev:hover,
#main .products .products-swiper .swiper-button-next:hover {
    opacity: .8;
}

#main .bg-gray {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    background: #eee;
}

#main .faq .flex {
    flex-wrap: wrap;
}
#main .faq .photo {
    width: 50%;
}
#main .faq .content {
    width: 50%;
    padding-left: 90px;
}
#main .faq .content .btn {
    margin-top: 2em;
}
@media (max-width:800px) {
    #main .faq .photo,
    #main .faq .content {
        width: 100%;
        padding-left: 0;
    }
    #main .faq .photo {
        text-align: center;
    }
    #main .faq .photo img {
        width: 50%;
    }
    #main .faq .content {
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;
    }
}

#main .csr {
}
#main .csr:before {
    left: auto;
    right: 0;
    background: url(../images/index/csr-bg.jpg) center center /cover no-repeat;
}
#main .csr .inner {
    flex-direction: row-reverse;;
}
@media (min-width:1081px) {
    #main .csr .inner > .content > div {
        padding-left: 90px;
        padding-right: 0;
        margin-left: 0;
        margin-right: auto;
    }
}
#main .csr .content .btn {
    margin-top: 2em;
}

#main .recruit {
    background: url(../images/index/recruit-bg.jpg) center center /cover no-repeat;
}
#main .recruit .inner {
    max-width: 100%;
    width: 1340px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
#main .recruit .title-1 {
    text-align: center;
}
#main .recruit .catch {
    font-size: 2.7rem;
    font-weight: 700;
    color: var(--c-blue);
    text-align: center;
}
#main .recruit .btn {
    margin-top: 2em;
}
#main .recruit .btn .btn-1 {
    margin: 0 auto;
}
#main .recruit .content {
    order: 2;
    padding: 0 50px;
}
#main .recruit .bg-1 {
    order: 1;
}
#main .recruit .bg-2 {
    order: 3
}
@media (max-width:1080px) {
    #main .recruit .content {
        padding: 0 20px;
    }
}
@media (max-width:920px) {
    #main .recruit .inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    #main .recruit .content {
        max-width: 540px;
        order: 1;
        margin-bottom: 3em;
    }
    #main .recruit .bg-1 {
        max-width: 48%;
        order: 2;
        margin: 0 1%;
    }
    #main .recruit .bg-2 {
        max-width: 48%;
        order: 3;
        margin: 0 1%;
    }
}
@media (max-width:768px) {
    #main .recruit .catch {
        font-size: 2.2rem;
    }
}
