* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

body,
html {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
}

.pbox-1 {
    background: url(/images/about/pic-4.jpg) no-repeat center;
    background-size: cover;
    padding-top: 150px;
}

.pbox-1 .inner {
    text-align: center;
}

.pbox-1 .logo {
    position: relative;
    height: 36px;
    overflow: hidden;
}

.pbox-1 .logo h1 {
    text-indent: -12em;
    position: absolute;
}

.pbox-1 .logo img {
    display: block;
    margin: 0 auto;
    height: 36px;
}

.pbox-1 .number {
    font-size: 124px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 24px 0;
}

.pbox-1 .txt {
    font-size: 36px;
}

.pbox-1 .the-btns {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 120px 0 200px 0;
}

.pbox-1 .the-btns .obtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #000;
    color: #fff;
    border-radius: 100px;
    height: 92px;
    width: 212px;
    font-size: 24px;
    cursor: pointer;
}

.pbox-1 .the-btns .obtn.long {
    width: auto;
    padding: 0 20px 0 15px;
    border: solid 2px #F3FF00;
}

.pbox-1 .the-btns .obtn.long svg {
    display: block;
    width: 30px;
    height: 30px;
}

.pbox-2 {
    position: relative;
    z-index: 2;
    margin-top: -120px;
    margin-bottom: -200px;
    overflow: hidden;
}

.pbox-2 .bg {
    display: block;
    width: 100%;
    min-width: 1400px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.pbox-2 .txtc {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    padding-top: 240px;
}

.pbox-2 .inner {
    max-width: 860px;
    ;
}

.pbox-2 h2 {
    font-size: 48px;
    margin-bottom: 40px;
}

.pbox-2 h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.pbox-2 p {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 40px;
}

.pbox-2 p.sp {
    font-size: 24px;
    font-weight: bold;
}

.pbox-3 {
    position: relative;
    z-index: 5;
}

.pbox-3 a {
    text-decoration: underline;
}

.pbox-3 .inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pbox-3 .the-img img {
    display: block;
}

.pbox-3 .the-txt h2 {
    font-size: 48px;
    margin-bottom: 40px;
}

.pbox-3 .the-txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.pbox-3 .the-txt p {
    font-size: 16px;
    margin-bottom: 40px;
}

.pbox-4 {
    margin-top: -150px;
    overflow: hidden;
}

.pbox-4 .bg {
    display: block;
    width: 100%;
    margin-bottom: -150px;
    margin-left: 50%;
    transform: translateX(-50%);
    min-width: 1400px;
}

.pbox-4 .inner {
    text-align: center;
    position: relative;
    z-index: 6;
}

.pbox-4 h2 {
    font-size: 48px;
    margin-bottom: 50px;
}

.pbox-4 p {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 50px;
}

.pbox-4 .the-btn {
    margin: 60px auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    font-size: 24px;
    font-weight: bold;
    width: 456px;
    height: 92px;
    border-radius: 100px;
    border: solid 2px #F3FF00;
    cursor: pointer;
}

.pbox-4 .the-img img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.pbox-4 .the-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    padding-bottom: 100px;
}

.pbox-4 .the-list .olist {
    background: #01102C;
    color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    gap: 20px;
    border-radius: 12px;
    text-align: left;
    font-size: 16px;
}

.pbox-4 .olist img {
    display: block;
}

.pbox-4 .olist strong {
    display: block;
    font-size: 28px;
}

@media screen and (max-width: 680px) {

    .pbox-1 {
        background-size: auto 100%;
        background-position: 10% top;
        padding-top: 150px;
    }

    .pbox-1 .logo {
        height: 28px;
    }

    .pbox-1 .logo img {
        height: 28px;
    }

    .pbox-1 .number {
        padding: 50px 0 10px;
        font-size: 46px;
    }

    .pbox-1 .txt {
        font-size: 24px;
    }

    .pbox-1 .the-btns {
        position: relative;
        margin: 80px 40px 0;
        padding-top: 70px;
        padding-bottom: 100px;
        gap: 20px;
    }

    .pbox-1 .the-btns .obtn {
        height: 55px;
        flex: 1;
        font-size: 14px;
        gap: 10px;
    }

    .pbox-1 .the-btns .obtn img {
        width: 30px;
    }

    .pbox-1 .the-btns .obtn.long {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 15px 0 10px;
        justify-content: space-between;
    }

    .pbox-1 .the-btns .obtn.long img {
        width: 100px;
    }

    .pbox-1 .the-btns .obtn.long svg {
        width: 20px;
        height: 20px;
    }

    .pbox-2 {
        margin-top: -100px;
        margin-bottom: -200px;
    }

    .pbox-2 .txtc {
        padding-top: 120px;
    }

    .pbox-2 .bg {
        min-width: 1200px;
    }

    .pbox-2 .inner {
        padding: 0 20px;
    }

    .pbox-2 h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .pbox-2 h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .pbox-2 p {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 0px;
    }

    .pbox-2 p.sp {
        font-size: 16px;
    }

    .pbox-3 .inner {
        flex-direction: column;
        gap: 20px;
    }

    .pbox-3 .the-img img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .pbox-3 .the-txt {
        padding: 0 20px;
        text-align: center;
    }

    .pbox-3 .the-txt h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .pbox-3 .the-txt h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .pbox-3 .the-txt p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .pbox-4 {
        margin-top: -80px;
    }

    .pbox-4 .bg {
        min-width: 800px;
        margin-bottom: -50px;
    }

    .pbox-4 h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .pbox-4 p {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .pbox-4 .the-btn {
        margin: 40px auto 30px;
        font-size: 20px;
        width: 300px;
        height: 72px;
    }

    .pbox-4 .the-img img {
        width: 110%;
        margin-left: -5%;
    }

    .pbox-4 .the-list {
        flex-direction: column;
        gap: 20px;
        padding: 0 40px 50px;
    }

    .pbox-4 .the-list .olist {
        height: 100px;
        flex: none;
    }

}

.pbox-faq {
    background: #FFFDF5;
    padding: 100px 0 80px;
}

.pbox-faq .inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}

.pbox-faq h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
    color: #01102C;
}

.pbox-faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pbox-faq .faq-list {
    gap: 0;
}

.pbox-faq details {
    border-bottom: 1px solid #ECE3C2;
}

.pbox-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 44px 20px 6px;
    font-size: 18px;
    font-weight: bold;
    color: #01102C;
    position: relative;
}

.pbox-faq summary::-webkit-details-marker {
    display: none;
}

.pbox-faq summary::after {
    content: "+";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
    color: #01102C;
    line-height: 1;
}

.pbox-faq details[open] {
    background: #FFE808;
    border-radius: 18px;
    border-bottom: none;
    margin-bottom: 8px;
}

.pbox-faq details[open] summary {
    padding: 20px 44px 14px 22px;
}

.pbox-faq details[open] summary::after {
    content: "–";
    right: 24px;
}

.pbox-faq .ans {
    padding: 0 22px 22px;
    font-size: 16px;
    line-height: 1.65;
    color: #3a3522;
}

.pbox-faq .ans a {
    color: #008bff;
    text-decoration: underline;
}

.pbox-faq details:not([open]) .ans {
    display: none;
}

@media screen and (max-width:680px) {
    .pbox-faq summary {
        font-size: 16px;
    }

    .pbox-faq .ans {
        font-size: 14px;
    }
}

.pbox-faq .faq-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #01102C;
}

.pbox-faq .faq-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.pbox-faq .faq-item p a {
    color: #008bff;
    text-decoration: underline;
}

@media screen and (max-width: 680px) {
    .pbox-faq {
        padding: 60px 0 50px;
    }

    .pbox-faq h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .pbox-faq .faq-item h3 {
        font-size: 18px;
    }

    .pbox-faq .faq-item p {
        font-size: 14px;
    }
}