@charset "utf-8";


.mb-br {
    display: none;
}

/* ===== main ===== */
.main-wrap .sec-tit h3 {
    font-size: 4.8rem;
    font-weight: 900;
    color: #014099;
}
.main-wrap .sec-tit p {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 3rem;
}
.main-wrap .more-btn a {
    overflow: hidden;
    position: relative;
    border: solid 1px #114c9f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 191px;
    height: 52px;
    border-radius: 25px;
    transition: 0.3s;
}
.main-wrap .more-btn a span {
    font-size: 1.5rem;
    margin-right: 1rem;
}
.main-wrap .more-btn a i {
    background: url('/img/ico-plus02.png') no-repeat center / cover;
    width: 17px;
    height: 17px;
    transition: 0.3s;
}
.main-wrap .more-btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #114c9f;
    transition: 0.3s;
    z-index: -1;
}


.main-wrap .more-btn a:hover {
    color: #fff;
}
.main-wrap .more-btn a:hover::after {
    width: 100%;
}
.main-wrap .more-btn a:hover i {
    background-image: url('/img/ico-plus02-white.png');
    transform: rotate(90deg);
}




.main-wrap .sec01 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.main-wrap .sec01 .sec01Slide {
    height: 100%;
}
.main-wrap .sec01 .sec01Slide .swiper-slide {
    overflow: hidden;
}
.main-wrap .sec01 .sec01Slide .swiper-button-prev {
    left: 5rem;
}
.main-wrap .sec01 .sec01Slide .swiper-button-next {
    right: 5rem;
}
.main-wrap .sec01 .sec01Slide .swiper-button-prev::after,
.main-wrap .sec01 .sec01Slide .swiper-button-next::after {
    color: #fff;
}
.main-wrap .maxinner {
    position: relative;
    height: 100%;
}
.main-wrap .sec01 .txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
}
.main-wrap .sec01 .txt h2 {
    font-size: 6.5rem;
    font-weight: 700;
    /* text-shadow: 4px 4px 10px rgba(0,0,0,0.64); */
    overflow: hidden;
}
.main-wrap .sec01 .txt h2 .whitespace {
    margin: 0 1rem;
}
.main-wrap .sec01 .txt .desc {
    font-size: 2.5rem;
    padding-top: 5rem;
    font-weight: 500;
    overflow: hidden;
}
.main-wrap .sec01 .txt .desc .whitespace {
    margin: 0 3px;
}
.main-wrap .sec01 .list {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
    bottom: 10rem;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
}
.main-wrap .sec01 .list li {
    width: 33.3%;
    max-width: 20rem;
}

.main-wrap .sec01 .list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-wrap .sec01 .list li a span {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
}
.main-wrap .sec01 .list li a i {
    background: url('/img/ico-plus.png') no-repeat center / cover;
    min-width: 78px;
    height: 78px;
    transition: 0.3s;
}
.main-wrap .sec01 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 4s;
    transform: scale(1.15);
}


.main-wrap .sec01 .sec01Slide .swiper-slide.swiper-slide-active .bg {
    transform: scale(1);
}
.main-wrap .sec01 .list li a:hover i {
    transform: rotate(90deg);
}



.main-wrap .sec01 .sec01Slide .swiper-slide.swiper-slide-active .txt span {
    -webkit-animation: text-active-animation 1.0s cubic-bezier(0.25, 0.69, 0.57, 0.88) both;
    animation: text-active-animation 1.0s cubic-bezier(0.25, 0.69, 0.57, 0.88) both;
    animation-delay: calc(35ms * var(--char-index));
}


@keyframes text-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}






.main-wrap .sec02 {
    padding: 20rem 0 13rem;
}
.main-wrap .sec02 .flex-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6rem;
}
.main-wrap .sec02 .flex-box .box {
    padding: 0 6rem;
}
.main-wrap .sec02 .flex-box .box:first-child {
    width: 55%;
}
.main-wrap .sec02 .flex-box .box:first-child .img-box {
    margin-top: 10rem;
    padding-bottom: 88%;
}
.main-wrap .sec02 .flex-box .box:last-child {
    width: 45%;
}
.main-wrap .sec02 .flex-box .box:last-child .img-box {
    padding-bottom: 108%;
}
.main-wrap .sec02 .flex-box .box .img-box {
    overflow: hidden;
}
.main-wrap .sec02 .flex-box .box .img-box .img {
    transform: scale(1.18);
    transition: 2.5s;
}
.main-wrap .sec02 .flex-box .box .txt {
    margin-top: 4rem;
}
.main-wrap .sec02 .flex-box .box .txt h4 {
    font-size: 3.2rem;
    font-weight: 700;
}
.main-wrap .sec02 .flex-box .box .txt p {
    font-size: 1.8rem;
    margin-top: 2rem;
    line-height: 1.5;
}
.main-wrap .sec02 .flex-box .box .more-btn {
    margin-top: 4rem;
}


.main-wrap .sec02 .flex-box .box.aos-animate .img {
    transform: scale(1);
}






.main-wrap .sec03 {
    padding: 13rem 0;
}
.main-wrap .sec03 .business-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7rem;
}
.main-wrap .sec03 .business-list li {
    width: 33.3%;
    overflow: hidden;
}
.main-wrap .sec03 .business-list li .box {
    position: relative;
}
.main-wrap .sec03 .business-list li .box .img-box {
    padding-bottom: 86%;
    overflow: hidden;
}
.main-wrap .sec03 .business-list li .box .img-box .img {
    transition: 1.5s;
}
.main-wrap .sec03 .business-list li .box .txt {
    text-align: right;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    min-height: 168px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-wrap .sec03 .business-list li .box .txt strong {
    font-size: 3.6rem;
    font-weight: 700;
}
.main-wrap .sec03 .business-list li .box .txt p {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1.5rem;
}
.main-wrap .sec03 .business-list li:nth-child(2) .box .txt,
.main-wrap .sec03 .business-list li:nth-child(5) .box .txt {
    text-align: center;
}
.main-wrap .sec03 .business-list li:nth-child(3) .box .txt {
    text-align: left;
}


.main-wrap .sec03 .business-list li .box:hover .img-box .img {
    transform: scale(1.05);
}
.main-wrap .sec03 .business-list li.apyung .box:hover .img-box .img {
    transform: unset;
}







.main-wrap .sec04 {
    padding: 13rem 0;
    position: relative;
}
.main-wrap .sec04 .maxinner {
    position: initial;
}
.main-wrap .sec04 .tit-box {
    width: 38%;
}
.main-wrap .sec04 .tit-box .more-btn {
    margin-top: 5rem;
}
.main-wrap .sec04 .slide-wrap {
    width: 59%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-wrap .slide-btn {
    display: flex;
    align-items: center;
    margin-top: 7rem;
}
.main-wrap .sec04 .slide-btn > div {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin: 0;
    width: 19px;
    height: 38px;
}
.main-wrap .sec04 .slide-btn > div::after {
    display: none;
}
.main-wrap .sec04 .slide-btn .swiper-button-prev {
    background: url('/img/ico-prev.png') no-repeat center / cover;
}
.main-wrap .sec04 .slide-btn .swiper-button-next {
    background: url('/img/ico-next.png') no-repeat center / cover;
}
.main-wrap .sec04 .slide-btn .line {
    margin: 0 2.5rem;
    width: 1px;
    height: 3rem;
    background-color: #484848;
}
.main-wrap .sec04 .slide-wrap .GallerySlide .swiper-slide .img-box {
    padding-bottom: 145%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.26);
}
.main-wrap .sec04 .slide-wrap .GallerySlide .swiper-slide .sw_tit {
    font-size: 2.2rem;
    min-height: auto;
    margin: 2rem 0 0;
}
.main-wrap .sec04 .slide-wrap .swiper-pagination {
    position: relative;
    margin-top: 6rem;
    background-color: transparent;
    height: 6px;
    border-bottom: solid 1px #a5a5a5;
}
.main-wrap .sec04 .slide-wrap .swiper-pagination span {
    height: 6px;
    background-color: #4d7ebf;
}




.main-wrap .sec05 {
    padding: 13rem 0 20rem;
}
.main-wrap .sec05 .pic_lt {
    margin-top: 7rem;
}
.main-wrap .sec05 .pic_lt .galley_li a {
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    max-height: 322px;
}
.main-wrap .sec05 .pic_lt .galley_li a img {
    transform: scale(1.05);
    transition: 1.5s;
}
.main-wrap .sec05 .pic_lt .galley_li a + a {
    margin: 2rem 0 5rem;
    text-align: center;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-wrap .sec05 .pic_lt .galley_li a + a:hover {
    color: #000;
}
.main-wrap .sec05 .pic_lt .galley_li:hover a img {
    transform: scale(1.1);
}








/* ===== sub ===== */
.sec-wrap .maxinner {
    max-width: 1360px;
}
.sub-visual {
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sub-visual .sub-tit {
    z-index: 1;
}
.sub-visual .sub-tit h3 {
    font-size: 5.8rem;
    color: #fff;
}
.sub-visual .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sub-visual .img-box .img {
    transform: scale(1.1);
    transition: 3s;
}
.sub-visual .img-box.aos-animate .img {
    transform: scale(1);
}

.sub-visual .sub-tit h3 span {
    -webkit-animation: text-active-animation 1.0s cubic-bezier(0.25, 0.69, 0.57, 0.88) both;
    animation: text-active-animation 1.0s cubic-bezier(0.25, 0.69, 0.57, 0.88) both;
    animation-delay: calc(90ms * var(--char-index));
}



.sub-visual .sub-nav {
    position: absolute;
    bottom: 0;
    width: 90%;
    max-width: 1760px;
    margin-left: auto;
    display: flex;
    align-items: center;
    background: rgba(0, 18, 48, 75%);
    right: 0;
}
.sub-visual .sub-nav .home {
    width: 80px;
    height: 80px;
    transition: 0.3s;
    background: #001230;
}
.sub-visual .sub-nav .home:hover {
    background-color: #005bac;
}
.sub-visual .sub-nav .home a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-visual .sub-nav .sub-nav-select {
    position: relative;
    display: flex;
    align-items: center;
}
.sub-visual .sub-nav .sub-nav-select li {
    position: relative;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.sub-visual .sub-nav .sub-nav-select li .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    height: 80px;
    border-top: none;
    border-bottom: none;
    padding: 0 20px;
    cursor: pointer;
    margin-left: auto;
}
.sub-visual .sub-nav .sub-nav-select li .btn img {
    transition: 0.3s;
}
.sub-visual .sub-nav .sub-nav-select li .btn.active img {
    transform: rotate(180deg);
}
.sub-visual .sub-nav .sub-nav-select li .btn p {
    font-size: 16px;
    color: #fff;
}
.sub-visual .sub-nav .sub-nav-select .dep02 {
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    top: 81px;
    right: 0;
    margin: 0 0 -1px;
    border-top: none;
    background: #fff;
    z-index: 2;
    display: none;
    box-shadow: 2px 0 20px rgb(0 0 0 / 10%);
}
.sub-visual .sub-nav .sub-nav-select .dep02 li {
    width: 100%;
    padding: 0;
    position: relative;
    height: 80px;
    border-bottom: solid 1px #f2f3f5;
}
.sub-visual .sub-nav .sub-nav-select .dep02 li a {
    color: #666666;
    text-align: left;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    height: 100%;
}
.sub-visual .sub-nav .sub-nav-select .dep02 li a:hover {
    font-weight: 500;
}



.sub-content {
    padding: 15rem 0;
}
.sub-content .sub-tit {
    text-align: center;
    margin-bottom: 5rem;
}
.sub-content .sub-tit h4 {
    font-size: 4.6rem;
    color: #014099;
    font-weight: 900;
}



.top-img {
    padding-bottom: 25%;
}
.top-img .img::after {
    content: "";
    position: absolute;
    right: 0;
    top: -0.5%;
    width: 100%;
    height: 101%;
    background: #fff;
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -o-transition: all 1.1s;
    transition: all 1.1s;
}
.top-img.aos-animate .img::after {
    width: 0%;
}
.top-img.board {
    margin-bottom: 5rem;
}






#ceo .flex-box {
    padding-top: 9rem;
    display: flex;
}
#ceo .flex-box .tit {
    width: 44%;
}
#ceo .flex-box .tit p {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}
#ceo .flex-box .desc {
    width: 56%;
}
#ceo .flex-box .desc .txt strong {
    font-size: 2.4rem;
    font-weight: 500;
}
#ceo .flex-box .desc .txt p {
    margin: 4rem 0 5rem;
    font-size: 1.8rem;
    line-height: 1.5;
}
#ceo .flex-box .desc .txt span {
    font-size: 2.4rem;
    font-weight: 700;
    color: #014099;
}
#ceo .flex-box .desc .icon {
    margin-top: 5rem;
}
#ceo .flex-box .desc .icon ul {
    display: flex;
    align-items: center;
}
#ceo .flex-box .desc .icon li + li {
    margin-left: 10rem;
}







#company .flex-box {
    display: flex;
    align-items: center;
    margin-top: 9rem;
}
#company .flex-box .img {
    width: 41%;
}
#company .flex-box .list {
    width: 57%;
    padding-left: 2%;
}
#company .flex-box .list table {
    width: 100%;
}
#company .flex-box .list table th {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    padding: 1rem 3rem;
    border-bottom: solid 1px #014099;
    vertical-align: top;
    color: #014099;
}
#company .flex-box .list table td {
    font-size: 1.6rem;
    padding: 1rem 3rem;
    border-bottom: solid 1px #b0b0b0;
    line-height: 1.7;
}






#history .history-cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10rem;
    position: relative;
    padding-top: 5rem;
}
#history .history-cont::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #ddd;
}
#history .history-cont li {
    width: 50%;
    padding: 0 10rem;
}
#history .history-cont li .box .text {
    margin-bottom: 3rem;
    text-align: right;
}
#history .history-cont li .box .text strong {
    font-size: 3.2rem;
    color: #014099;
    display: block;
}
#history .history-cont li .box .text p {
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0;
}
#history .history-cont li .box .text span {
    font-size: 1.6rem;
}
#history .history-cont li .box .img-box {
    padding-bottom: 50%;
}

#history .history-cont li:nth-child(2n) {
    padding-top: 40rem;
}
#history .history-cont li:nth-child(2n) .box .text {
    text-align: left;
}






.etc-type10 .sec-tit {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 700;
}
.etc-type10 .top-list .map {
    margin-bottom: 30px;
}
.etc-type10 .top-list .map iframe {
    width: 100%;
    height: 500px;
}
.etc-type10 .top-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.etc-type10 .top-list ul > li {
    width: 33.3%;
    padding: 0 20px;
}
.etc-type10 .top-list ul > li .box {
    border: solid 1px #ddd;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 1rem;
}
.etc-type10 .top-list ul > li .box .icon {
    margin-bottom: 10px;
}
.etc-type10 .top-list ul > li .box strong {
    font-size: 2.2rem;
}
.etc-type10 .top-list ul > li .box p {
    font-size: 1.4rem;
    color: #666;
    margin-top: 10px;
    text-align: center;
}
.etc-type10 .top-list + .top-list {
    margin-top: 8rem;
}




#privacy {
    
}
#privacy .privacy-box {
    
}
#privacy .privacy-box .p-box {
    background-color: #fafafa;
    padding: 5rem;
    font-size: 1.6rem;
    line-height: 1.5;
}
#privacy .privacy-box .box {
    margin-top: 8rem;
    border-top: solid 1px #ddd;
    padding-top: 8rem;
}
#privacy .privacy-box .box dl {
    margin-bottom: 7rem;
}
#privacy .privacy-box .box dt {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
#privacy .privacy-box .box dd {
    font-size: 1.6rem;
}
#privacy .privacy-box .box dd + dd {
    margin-top: 1rem;
}
#privacy .privacy-box .box dd .cont {
    margin: 2rem 0;
}
#privacy .privacy-box .box dd .cont ul {
    font-weight: 500;
}
#privacy .privacy-box .box dd .cont ul li {
    margin-top: 1rem;
    font-weight: 400;
}





.sub-content .bo_sch .sch_input {
    width: 85%;
}
.sub-content .bo_sch .sch_btn {
    width: 15%;
}



@media (max-width:1600px) {
    .pc-br {
        display: none;
    }
    .mb-br {
        display: block;
    }
    .main-wrap .maxinner {
        width: 80%;
    }
}

@media (max-width:1024px) {
    .main-wrap .sec-tit h3 {
        font-size: 4.2rem;
    }
    .main-wrap .sec-tit p {
        font-size: 2.2rem;
    }


    
    .main-wrap .maxinner {
        width: 90%;
    }
    .main-wrap .sec01 .txt h2 {
        font-size: 5.6rem;
    }
    .main-wrap .sec01 .list li a i {
        min-width: 65px;
        height: 65px;
    }
    .main-wrap .sec01 .sec01Slide .swiper-button-next,
    .main-wrap .sec01 .sec01Slide .swiper-button-prev {
        display: none;
    }


    .main-wrap .sec02 {
        padding: 15rem 0 10rem;
    }
    .main-wrap .sec02 .flex-box {
        margin: 0 -2rem;
    }
    .main-wrap .sec02 .flex-box .box {
        padding: 0 2rem;
    }
    .main-wrap .sec02 .flex-box .box .txt h4 {
        font-size: 3rem;
    }


    .main-wrap .sec03 {
        padding: 10rem 0;
    }
    .main-wrap .sec03 .business-list li {
        width: 50%;
    }
    .main-wrap .sec03 .business-list li .box .txt {
        text-align: center !important;
    }
    .main-wrap .sec03 .business-list li .box .txt strong {
        font-size: 3rem;
    }
    .main-wrap .sec03 .business-list li .box .img-box {
        padding-bottom: 75%;
    }


    .main-wrap .sec04 {
        padding: 10rem 0;
    }
    .main-wrap .sec04 .tit-box {
        width: 100%;
    }
    .main-wrap .sec04 .slide-wrap {
        width: 100%;
        position: relative;
        top: unset;
        transform: unset;
    }
    .main-wrap .sec04 .slide-wrap .GallerySlide .swiper-slide .sw_tit {
        font-size: 2rem;
    }    


    .main-wrap .sec05 {
        padding: 10rem 0 15rem;
    }




    .sub-visual {
        height: 50vh;
    }
    .sub-visual .sub-tit h3 {
        font-size: 5.2rem;
    }
    .sub-visual .sub-nav {
        display: none;
    }
    .sub-content .sub-tit h4 {
        font-size: 4rem;
    }


    .sub-content {
        padding: 8rem 0;
    }


    #ceo .flex-box {
        flex-direction: column;
    }
    #ceo .flex-box .tit {
        width: 100%;
        margin-bottom: 3rem;
    }
    #ceo .flex-box .desc {
        width: 100%;
    }
    #ceo .flex-box .desc .icon ul {
        justify-content: center;
    }
    #ceo .flex-box .tit p {
        font-size: 2.8rem;
    }
    #ceo .flex-box .desc .txt strong {
        font-size: 2.2rem;
    }
    #ceo .flex-box .desc .txt span {
        font-size: 2.2rem;
    }




    #company .flex-box {
        flex-direction: column;
        margin-top: 5rem;
    }
    #company .flex-box .img {
        width: 50%;
    }
    #company .flex-box .list {
        width: 80%;
        margin-top: 3rem;
        padding-left: 0;
    }



    #history .history-cont {
        margin: 0 -5rem;
    }
    #history .history-cont li {
        padding: 0 5rem;
    }
    #history .history-cont li .box .text strong {
        font-size: 2.8rem;
    }

}

@media (max-width:768px) {
    .main-wrap .sec01 .list {
        width: 100%;
        padding: 0 1rem;
    }
    .main-wrap .sec01 .list li {
        padding: 0 1.5rem;
    }
    .main-wrap .sec01 .list li a span {
        font-size: 2.4rem;
    }
    .main-wrap .sec01 .list li a i {
        min-width: 50px;
        height: 50px;
    }


    .main-wrap .sec02 .flex-box .box {
        width: 100% !important;
    }
    .main-wrap .sec02 .flex-box .box + .box {
        margin-top: 2rem;
    }
    .main-wrap .sec03 .business-list {
        margin-top: 5rem;
    }
    .main-wrap .sec03 .business-list li .box .txt {
        min-height: 120px;
    }
    .main-wrap .sec03 .business-list li .box .txt strong {
        font-size: 2.6rem;
    }
    .main-wrap .sec03 .business-list li .box .txt p {
        font-size: 1.8rem;
    }



    .sub-visual .sub-tit h3 {
        font-size: 4.6rem;
    }
    .sub-content .sub-tit h4 {
        font-size: 3.2rem;
    }
    
    .sub-content #bo_gall #gall_ul {
        display: flex;
        flex-wrap: wrap;
    }
    .sub-content #bo_gall li.empty_list {
        width: 100%;
    }
    .sub-content #bo_gall .gall_li {
        width: 33.3%;
    }
    .sub-content #bo_gall .box_clear {
        clear: none;
    }



    .etc-type10 .top-list ul {
        margin: 0 -1rem;
    }
    .etc-type10 .top-list ul > li {
        padding: 0 1rem;
    }
    .etc-type10 .top-list ul > li .box strong {
        font-size: 2rem;
    }
}

@media (max-width:500px) {
    .main-wrap .more-btn a {
        width: 125px;
        height: 40px;
    }
    .main-wrap .more-btn a span {
        font-size: 1.4rem;
        margin-right: 1.5rem;
    }
    .main-wrap .more-btn a i {
        width: 13px;
        height: 13px;
    }


    
    .main-wrap .sec01 .txt h2 {
        font-size: 4rem;
    }
    .main-wrap .sec01 .txt h2 .whitespace {
        margin: 0 0.5rem;
    }
    .main-wrap .sec01 .txt .desc {
        font-size: 2rem;
        padding-top: 3rem;
    }
    .main-wrap .sec01 .list {
        bottom: 5rem;
    }
    .main-wrap .sec01 .list li {
        width: 100%;
        max-width: 100%;
        padding: 1rem 1.5rem;
    }
    .main-wrap .sec01 .list li + li {
        border-top: solid 1px rgba(255, 255, 255, 0.5);
    }
    .main-wrap .sec01 .list li a span {
        font-size: 1.8rem;
    }
    .main-wrap .sec01 .list li a i {
        min-width: 30px;
        height: 30px;
    }
    


    .main-wrap .sec02 {
        padding: 8rem 0 5rem;
    }
    .main-wrap .sec-tit h3 {
        font-size: 2.8rem;
    }
    .main-wrap .sec-tit p {
        font-size: 2rem;
        margin-top: 1.5rem;
    }
    .main-wrap .sec02 .flex-box .box:first-child .img-box {
        margin-top: 3rem;
        padding-bottom: 70%;
        opacity: 1;
        transition: 0s;
        transform: translateZ(0);
    }
    .main-wrap .sec02 .flex-box .box:last-child .img-box {
        padding-bottom: 70%;
        opacity: 1;
        transition: 0s;
        transform: translateY(0);
    }
    .main-wrap .sec02 .flex-box .box .txt h4 {
        font-size: 2.4rem;
    }




    .main-wrap .sec03 {
        padding: 7rem 0;
    }
    .main-wrap .sec03 .business-list {
        width: 90%;
        margin: 5rem auto 0;
    }
    .main-wrap .sec03 .business-list li {
        width: 100%;
    }
    .main-wrap .sec03 .business-list li + li {
        margin-top: 2rem;
    }
    .main-wrap .sec03 .business-list li:last-child .box::after {
        display: none;
    } 
    .main-wrap .sec03 .business-list li .box {
        display: block;
    }
    .main-wrap .sec03 .business-list li .box::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(57,154,234), transparent), linear-gradient(90deg, transparent, transparent), linear-gradient(90deg, transparent, transparent), linear-gradient(90deg, transparent, transparent);
    }
    .main-wrap .sec03 .business-list li .box .img-box {
        padding-bottom: 60%;
    }
    .main-wrap .sec03 .business-list li .box .txt {
        min-height: auto;
        height: 100%;
        background-color: transparent;
        text-align: left !important;
        padding: 0 2rem;
        width: 70%;
        color: #fff;
    }
    .main-wrap .sec03 .business-list li .box .txt strong {
        font-size: 2.4rem;
    }
    .main-wrap .sec03 .business-list li .box .txt p {
        margin-top: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }



    .main-wrap .sec04 {
        padding: 7rem 0;
    }
    .main-wrap .sec04 .tit-box .more-btn {
        margin-top: 3rem;
    }
    .main-wrap .sec04 .slide-btn {
        display: none;
    }
    .main-wrap .sec04 .slide-wrap .GallerySlide .swiper-slide .sw_tit {
        font-size: 1.6rem;
    }
    .main-wrap .sec04 .GallerySlide {
        margin-top: 3rem;
    }
    .main-wrap .sec04 .slide-wrap .swiper-pagination {
        margin-top: 3rem;
        height: 3px;
    }





    .main-wrap .sec05 {
        padding: 7rem 0;
    }
    .main-wrap .sec05 .pic_lt {
        margin-top: 3rem;
    }
    .main-wrap .sec05 .pic_lt ul {
        margin: 0 -1rem;
    }
    .main-wrap .sec05 .pic_lt li {
        width: 50%;
        padding: 0 1rem;
    }
    .main-wrap .sec05 .pic_lt .galley_li a + a {
        margin: 1rem 0 3rem;
        text-align: left;
        font-size: 1.7rem;
    }




    .sub-visual {
        height: 35vh;
    }
    .sub-visual .sub-tit h3 {
        font-size: 3.4rem;
    }
    .sub-content {
        padding: 5rem 0 8rem;
    }
    .sub-content .sub-tit h4 {
        font-size: 2.6rem;
    }
    .top-img {
        padding-bottom: 30%;
    }
    .sub-content #bo_gall .gall_li {
        width: 50%;
    }
    .sub-content #bo_gall .gall_li:last-child .gall_box {
        margin-bottom: 0;
    }
    .sub-content #bo_gall .gall_box {
        margin-bottom: 3rem;
    }
    .sub-content #bo_gall .bo_tit {
        font-size: 1.6rem;
        text-align: center;
    }
    .sub-content .search-form .search-select {
        width: 24%;
        margin-right: 1%;
    }
    .sub-content .bo_sch .sch_input {
        width: 100%;
    }



    #ceo .flex-box {
        padding-top: 4rem;
    }
    #ceo .flex-box .tit p {
        font-size: 2rem;
        transition: 0s;
    }
    #ceo .flex-box .desc .txt strong {
        font-size: 1.8rem;
    }
    #ceo .flex-box .desc .txt p {
        margin: 3rem 0;
        font-size: 1.6rem;
    }
    #ceo .flex-box .desc .txt span {
        font-size: 1.8rem;
    }
    #ceo .flex-box .desc .icon {
        margin-top: 3rem;
    }
    #ceo .flex-box .desc .icon li + li {
        margin-left: 0;
    }
    #ceo .flex-box .desc .icon li img {
        width: 50%;
    }




    #company .flex-box .img {
        width: 100%;
        height: 25rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #company .flex-box .list {
        width: 100%;
    }
    #company .flex-box .list table th {
        font-size: 1.6rem;
        padding: 1rem;
    }
    #company .flex-box .list table td {
        font-size: 1.5rem;
        padding: 1rem;
    }




    #history .history-cont {
        margin: 0;
        flex-direction: column;
        padding-top: 0;
    }
    #history .history-cont::after {
        display: none;
    }
    #history .history-cont li {
        width: 100%;
        padding: 0 0 7rem;
    }
    #history .history-cont li:nth-child(2n) {
        padding-top: 0;
    }
    #history .history-cont li:last-child {
        padding-bottom: 0;
    }
    #history .history-cont li .box {
        display: flex;
        flex-direction: column-reverse;
        transition: 0s;
        opacity: 1;
        transform: translateZ(0);
    }
    #history .history-cont li .box .text {
        margin: 2rem 0 0;
        text-align: left;
    }
    #history .history-cont li .box .text strong {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    #history .history-cont li .box .text p {
        margin: 0;
    }
    #history .history-cont li .box .text span + p {
        margin-top: 1rem;
    }



    .etc-type10 .sec-tit {
        font-size: 2rem;
        text-align: center;
    }
    .etc-type10 .top-list + .top-list {
        margin-top: 5rem;
    }
    .etc-type10 .top-list .map iframe {
        height: 30rem;
    }
    .etc-type10 .top-list ul {
        flex-direction: column;
    }
    .etc-type10 .top-list ul > li {
        width: 100%;
    }
    .etc-type10 .top-list ul > li + li {
        margin-top: 1rem;
    }
    .etc-type10 .top-list ul > li .box {
        min-height: auto;
        padding: 2rem 1rem;
    }
    .etc-type10 .top-list ul > li .box strong {
        font-size: 1.8rem;
    }
    .etc-type10 .top-list ul > li .box .icon {
        display: none;
    }



    .tbl_head01 thead th {
        padding: 1rem 0;
        height: 40px;
    }
    .tbl_head01 td {
        padding: 1rem;
        height: 40px;
        font-size: 1.4rem;
    }



    #bo_btn_top {
        margin-top: 3rem;
    }
    .bo_sch select {
        height: 35px;
        font-size: 1.4rem;
        color: #000;
        background-color: #fff;
    }
    .search-form .sch_bar {
        height: 35px;
        overflow: hidden;
    }
    .bo_sch .sch_input {
        height: 35px;
        font-size: 1.4rem;
    }
    .bo_sch .sch_btn {
        height: 35px;
    }



    #bo_v_title .bo_v_tit {
        font-size: 2rem; 
    }
    .bo_v_nb li .nb_date {
        display: none;
    }
    .bo_v_nb li {
        display: flex;
    }
    .bo_v_nb li .nb_tit {
        display: flex;
        align-items: center;
    }
    .bo_v_nb li i {
        margin-right: 5px;
    }
    .bo_v_nb {
        margin: 0;
    }
    .list-view a {
        width: 12.5rem;
        height: 4rem;
        font-size: 1.6rem;
    }
}