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

main {
    margin: 320px 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: 6rem;
    margin-top: 70px;
}

.header-title-en span {
    display: block;
}

.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;
}






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

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

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

    .header-title-en {
        font-size: 2.4rem;
        margin-top: 83px
    }

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