.index-wrapper {
    width: calc(100% - 300px);
    font-size: 16px;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .index-wrapper {
        width: fit-content;
    }
  }

.index-wrapper .banner-wrap {
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.inner {
    margin: auto;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1380px;
}

.page-ksp .section1 {
    position: relative;
    z-index: 2;
    padding: 100px 40px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.page-ksp .section1 h2 {
    font-size: 26px;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
}

.page-ksp .section1 h2::after {
    content: "";
    width: 36px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hasbg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
}

.page-ksp .section1 .hasbg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    z-index: -1;
}

.page-ksp .section1::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    z-index: -1;
    background-color: rgba(32, 35, 42, 0.75);
}

.page-ksp .section2 {
    margin: 50px auto;
    text-align: center;
}

.page-ksp .section2 .logo {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding:10px;
    border: 1px solid #ccc;
    border-radius: 1px;
}

.page-ksp .section2 h3 {
    font-size: 23px;
    margin: 0.3em auto;
}

.tabs .tab-hd {
    /*cursor: pointer;*/
    text-align: center;
    background-color: #eaeaea;
    z-index: 1000;
}

.page-ksp .section3 .tabs .tab-hd {
    /*width: 50%;*/
    width: 100%;
    padding: 5px 10px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .page-ksp .section3 .tabs .tab-hd {
        width: 100%;
    }
}

.tabs .tab-hd .ja {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-ksp .section3 .tabs .tab-hd .ja {
    font-size: 22px;
}

.tabs .tab-hd .en {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 12px;
}


.tabs .tab-hd .active::after {
    content: "";
}

.page-ksp .section3 .tabs .tab-bd .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dbdbdb;
    border-top: none;
    padding: 50px;
}

@media screen and (max-width: 768px) {
    .page-ksp .section3 .tabs .tab-bd .col {
        flex-direction: column;
        padding: 2rem;
    }
}


.page-ksp .section3 .tabs .tab-bd .col > div {
    width: 45%;
}
@media screen and (max-width: 768px) {
    .page-ksp .section3 .tabs .tab-bd .col > div {
        width: 100%;
    }
    .page-ksp .section3 .tabs .tab-bd .col > div.img{
        margin-top: 1rem;
    }
}



.tabs {
    flex-wrap: wrap;
    display: flex;
}

.tab-hd {
    background-color: darkgrey;
    font-size: 15px;
    text-align: center;
    display: block;
    float: left;
    order: -1;
}

input[name="tab"] {
    display: none;
}

input:checked + .tab-hd {
    background-color: rgba(49, 169, 184, 1);
    color: aliceblue;
    position: relative;
}
input:checked + .tab-hd::after{
    content: '';
    position: absolute;
    height: 13px;
    width: 15px;
    border-style: solid;
    border-width: 15px 11.5px 0 11.5px;
    border-color: #30a8b8 transparent transparent transparent;
    bottom: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    input:checked + .tab-hd::after{
        content: none;
    }
}

.tab-bd {
    display: none;
    width: 100%;
}

input:checked + .tab-hd + .tab-bd {
    display: block;
}

#about-logo {
	margin-top: -160px;
	padding-top: 210px;
}
.page-ksp .section3 .tabs .tab-bd{
    padding-top: 300px;
    margin-top: -300px;
}

#about-can, #label-can {
    display:none;
}

/* .page-ksp .section3 .tabs .tab-bd > .col {

    border: 1px solid #dbdbdb;
    border-top: none;
    padding: 50px;
} */