header {
    background: url('../img/photo_main03.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 320px;
}

main {
    margin: 180px auto 0 auto;
    width: 72%;
    max-width: 1024px;
    min-width: 600px;
    text-align: left;
    padding-bottom: 70px;
}

.logo {
    padding: 10px;
}

.header-title {
    text-align: center;
    transform: translateY(113px);
}

.header-title-jp {
    color: #fff;
    font-size: 1.6rem;
}

.header-title-en {
    color: #0000ff;
    font-size: 7rem;
    margin-top: 70px;
}

.info-header {
    text-align: center;
}

.info-header h2 {
    font-size: 1.4rem;
}

.info-header h2 span {
    display: inline-block;
    white-space: nowrap;
}

.info-header h2 span:first-child::first-letter {
    color: #0000ff
}

.info-header p {
    font-size: 0.8rem;
    color: #0000ff;
    margin: 10px 0;
}

.info-header div {
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    white-space: pre-line;
    letter-spacing: 1px;
    line-height: 1.6rem;
}

.info-header div strong {
    color: #0000ff;
}

.policy {
    margin-top: 50px;
}

.policy-heading {
    padding: 14px;
    font-size: 1.2rem;
    line-height: 1.5;
}


.policy-heading strong,
.policy-body strong
{
    color: #0000ff;
}

.policy-heading h3 {
    display: inline;
}

.policy-body {
    padding: 14px 4px 14px 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    white-space: pre-line;
}

.contact-box {
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0000ff;
    padding: 18px;
    color: #fff;
    margin: 50px auto;
}

.contact-box>div:first-child {
    font-size: 1.2rem;
    font-weight: 600;
    width: 138px;
    padding: 0 20px;
    white-space: nowrap;
}

.contact-box>div:nth-child(2) {
    height: 100%;
    width: 2px;
    background: #767676;
}

.contact-box>div:nth-child(3) {
    width: calc(100% - 240px);
    max-width: 710px;
    padding: 0 0 0 20px;
}

.contact-box span {
    display: inline-block;
    width: 290px;
    padding: 3px 0;
    white-space: nowrap;
}

@media (max-width: 768px) {
    header {
        background-position: top 0 right -210px;
    }

    main {
        width: calc(100% - 10px);
        padding: 0 5px;
        min-width: auto;
    }

    .header-title {
        transform: translateY(139px);
    }

    .header-title-en {
        font-size: 4rem;
    }

    .info-header h2 {
        font-size: 1.4rem;
    }

    .contact-box {
        width: calc(100% - 36px);
        display: block;
        height: auto;
    }

    .contact-box>div:first-child {
        width: calc(100% - 20px);
        text-align: center;
        padding-bottom: 10px;
    }

    .contact-box>div:nth-child(2) {
        height: 2px;
        width: 100%;
        background: #767676;
    }

    .contact-box>div:nth-child(3) {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        padding: 20px 0 0 0;
        line-height: 1.6;
    }

}
