
body {
    line-height: 1.8rem;
}

main {
    padding-top: 60px;
}

header {
    height: calc(100vh - 47px);
}

.logo-area {
    background: #0000ff;
    height: 50px;
}

.logo {
    background: #ffffff;
    font-weight: 800;
    font-size: 1.8rem;
    width: 50%;
    padding: 10px 24px;
}

.logo img {
    height: 30px;
    object-fit: contain;
}

.cover {
    position: relative;
    display: flex;
    height: calc(100% - 50px);
    text-shadow: 1px 1px #464646;
}

.cover-image {
    position: relative;
    height: 100%;
    width: 75%;
    text-align: right;
    background: url('../img/photo_main01.png') no-repeat;
    background-size: cover;
    background-position: top 0 right -1px;
    z-index: 10;
}
.cover-logo-jl {
    position: relative;
    width: 25%;
    height: 100%;
    background: #fff;
}

.cover-logo-jl img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.cover-text-title-box,
.cover-title-behind {
    position: relative;
    width: 480px;
    height: 50px;
    z-index: 10;
    background: transparent;
}

.cover-text-message-box,
.cover-message-behind {
    position: relative;
    height: 50px;
    width: 100%;
    top: 0;
    right: 0;
}

.cover-message-behind {
    position: absolute;
    overflow: hidden;
}

.cover-text-box {
    position: absolute;
    bottom: 10%;
    left: 0;
    line-height: normal;
    white-space: pre-line;
}

.cover-text-box h1,
.cover-title-behind div {
    position: absolute;
    font-size: 2.4rem;
    color: #464646;
    font-weight: 600;
    margin: 0;
    left: 0;
    top: 0;
    height: 50px;
    z-index: 8;
}

.cover-title-behind {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

.cover-title-behind div {
    color: #fff;
    z-index: 11;
}

.cover-text-box p {
    color: #0000ff;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 600;
    text-shadow: none;
}

.cover-text-message-box>div:first-child,
.cover-message-behind div {
    position: absolute;
    width: 256px;
    top: 0;
    right: 0;
    text-align: right;
    color: #464646;
    font-size: 1rem;
    padding-right: 80px;
    z-index: 9;
}

.cover-message-behind div {
    color: #fff;
    z-index: 11;
}

.cover-text-box h3 {
    text-align: right;
    color: #0000ff;
    font-size: 0.8rem;
    padding-right: 30px;
    line-height: 1.2rem;
    text-shadow: none;
}

.section-title {
    text-align: center;
    line-height: normal;
}

.section-title div {
    display: inline-block;
    vertical-align: middle;
}

.section-title .section-title-jp {
    font-size: 1.2rem;
    color: #464646;
    font-weight: 600;
}

.section-title .section-title-jp:first-letter {
    color: #0000ff;
}

.section-title .section-title-en{
    font-size: 7.2rem;
    color: #0000ff;
    letter-spacing: 1.1rem;
}

.section-text h3 {
    color: #0000ff;
    font-size: 1.1rem;
}

.section-text .section-text-main {
    white-space: pre-line;
}

.blue-square {
    position: absolute;
    z-index: -10;
    background-color: #0000ff;
}



/******************
* concept
*******************/

section.concept .section-title div {
    margin: 20px 40px;
}

section.concept .section-body {
    display: flex;
    margin-right: 15%;
}

section.concept .section-body .section-image {
    flex: 2;
    position: relative;
    text-align: right;
    height: 450px;
}

section.concept .section-body .section-text {
    flex: 3;
    padding: 20px 40px;
}

section.concept .section-text-main {
    max-width: 520px;
}

section.concept .section-image img {
    width: 240px;
    height: 375px;
    margin-right: 30px;
    box-shadow: 30px 30px 30px #aaaaff;
}

section.concept .section-image .blue-square {
    left: 0;
    bottom: 0;
    width: 22vw;
    height: 22vw;
    max-width: 350px;
    max-height: 350px;
}

section.concept .signature {
    white-space: pre-line;
    text-align: right;
    font-size: 0.9rem;
    transform: translate(30px, 0);
}

section.concept .signature strong {
    color: #0000ff;
}


/******************
* service
*******************/

section.service {
    display: flex;
    justify-content: right;
}

section.service .section-title {
    position: relative;
    text-align: right;
    width: 30%;
}

section.service .section-title div {
    display: block;
    width: 100%;
}

section.service .section-title-jp {
    transform: translate(80px, 0);
}

section.service div.section-title-en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding-top: 20px;
    margin-left: auto;
    margin-right: 30px;
    width: calc(100% - 30px);
}

section.service .section-body {
    margin-top: 60px;
    width: 70%;
}

section.service .section-image {
    width: 100%;
}

section.service .section-image img {
    width: 100%;
    max-width: 950px;
}

section.service .section-body-inner-wrap {
    display: flex;
}

section.service .section-body-inner-wrap .section-image {
    flex: 1;
}

section.service .section-body-inner-wrap .section-text {
    flex: 1;
    padding: 20px 50px;
}


section.service .section-body-inner-wrap .section-image img {
    width: 240px;
    height: 375px;
    margin-right: 30px;
    box-shadow: 30px 30px 30px #aaaaff;
}

section.service .section-text h3 {
    color: #000;
    white-space: pre-line;
}

section.service .section-text h3:first-letter {
    color: #0000ff;
}

section.service .link-button-box {
    margin-top: 10px;
}

section.service .link-button-box a {
    display: block;
    position: relative;
    width: 190px;
    height: 50px;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #fff;
    background-color: #0000ff;
    text-decoration: none;
    padding-left: 10px;
    margin-left: auto;
    margin-right: 5px;
}

section.service .link-button-box a span {
    display: inline-block;
    transform: translateY(50%);
}

section.service .link-button-box a span.more {
    padding-left: 20px;
}

section.service .link-button-box a span.arrow {
    position: absolute;
    right: 10px;
    display: inline-block;
    text-align: center;
    border: 0.5px solid #888;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transform: translateY(5px);
}

section.service .link-button-box a span.arrow i {
    transform: translateY(6px);
}

section.service .section-image {
    position: relative;
}

section.service .section-body-inner-wrap .section-image img {
    transform: translateY(-60px);
}

section.service .section-image .blue-square {

    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    max-width: 350px;
    max-height: 400px;
    transform: translateY(150px);
}

/**********************
* company
**********************/

section.company {
    display: flex;
    margin-top: 80px;
}

section.company .section-image {
    position: relative;
    width: 25%;
}

section.company .section-body {
    width: 75%;
    padding: 80px 30px;
    background:rgba(130, 130, 130, 0.25);
}

section.company .section-image img.section-img-small {
    position: relative;
    width: 240px;
    height: 240px;
    transform: translate(80px, 120px);
    z-index: 10;
    box-shadow: 30px 30px 30px #aaaaff;
}

section.company .section-image img.section-img-big {
    position: relative;
    width: 120%;
    max-width: 520px;
    max-height: 360px;
    min-width: 360px;
    transform: translateY(40px);
    z-index: 5;
}

section.company .section-image .blue-square {
    position: absolute;
    width: 240px;
    height: 240px;
    left: 0;
    top: 60px;
}

section.company .section-title {
    text-align: left;
    padding-left: 20px;
}

section.company .section-title-jp {
    vertical-align: top;
    transform: translate(-10px, -5px);
}

section.company .section-title-en {
    font-size: 6rem;
}

section.company .section-text table {
    margin-left: 200px;
}

section.company .section-text table th {
    padding: 20px 15px 20px 2px;
    border-bottom: 1px solid #0000ff;
    white-space: nowrap;
    text-align: left;
}

section.company .section-text table td.blank {
    width: 10px;
}

section.company .section-text table td.content {
    padding: 20px 50px 20px 2px;
    border-bottom: 1px solid #999999;
}


/******************
* contact
*******************/

section.contact {
    display: flex;
    width: calc(100% - 100px);
    height: 155px;
    background: #0000ff;
    color: #fff;
    padding: 50px;
}

section.contact .section-title {
    width: 40%;
    position: relative;
}

section.contact .section-title .section-title-wrap {
    position: absolute;
    right: 0;
}

section.contact .section-title .section-title-wrap div {
    display: block;
    text-align: left;
}

section.contact .section-title .section-title-en {
    font-size: 1rem;
    color: #fff;
    letter-spacing: normal;
}

section.contact .section-title .section-title-jp {
    font-size: 1.5rem;
    color: #fff;
}

section.contact .section-title .section-title-jp:first-letter {
    color: #fff;
}

section.contact .section-body {
    width: 50%;
    white-space: pre-line;
    padding: 0 30px;
}

section.contact .section-body .notion {
    text-align: right;
    margin-top: 10px;
    font-size: 0.8rem;
}

section.contact .section-body .notion a {
    color: #aaa;
    padding: 0 2px;
}

section.contact .section-body .notion a:hover {
    opacity: 0.8;
}

section.contact .section-link {
    position: relative;
    width: 35px;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}

section.contact .section-link a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #fff;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

section.contact .section-link a span.arrow {
    display: inline-block;
    text-align: center;
    border: 0.5px solid #888;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    transform: translate(1px, 0);
}

section.contact .section-link a span.arrow i {
    transform: translateX(0px);
}


@media (max-width: 768px) {

    .logo {
        width: 70%;
    }

    .cover-logo-jl {
        display: none;
    }

    .cover {
        display: block;
    }

    .cover-text-box {
        left: auto;
        right: 10px;
        bottom: 0;
        width: calc(100vw - 50px);
    }

    .cover-text-box h1 {
        position: static;
    }

    .cover-text-box h1 span {
        color: #fff;
        display: inline-block;
    }

    .cover-text-message-box div:first-child {
        color: #fff;
        padding-right: 20px;
    }

    .cover-image {
        width: auto;
        margin-left: 0;
        text-align: right;
    }

    .cover-text-title-box {
        width: 100%;
        height: auto;
    }

    .cover-title-behind {
        display: none;
    }

    section {
        display: block;
    }

    section.concept .section-body {
        display: block;
        margin-right: 0;
    }

    .section-title .section-title-en {
        font-size: 2.5rem;
    }

    section.concept .section-body .section-text {
        padding: 20px;
    }

    section.concept .section-body .section-image {
        height: 350px;
        text-align: left;
    }

    section.concept .section-image .blue-square {
        width: 200px;
        height: 200px;
    }

    section.concept .section-image img {
        height: 300px;
        width: 192px;
        transform: translateX(40px);
    }

    section.concept .signature {
        font-size: .7rem;
        transform: none;
    }

    section.service .section-body-inner-wrap {
        display: block;
    }

    section.service .section-body-inner-wrap .section-text {
        padding: 20px 0;
    }

    section.service .section-text .section-text-main {
        width: 120%;
        transform: translateX(-70px);
    }

    section.service .section-body-inner-wrap .section-image img {
        width: 155px;
        height: 230px;
        transform: none;
    }

    section.service .section-image .blue-square {
        width: 60%;
        transform: translateY(60px);
    }

    section.company {
        display: block;
    }

    section.company .section-body {
        width: calc(100% - 40px);
        padding: 50px 20px;
        margin-top: 40px;
    }

    section.company .section-title {
        text-align: center;
    }

    section.company .section-title-en {
        font-size: 2.2rem;
    }

    section.company .section-text table {
        margin-left: 0;
    }

    section.company .section-text table td.content {
        padding: 20px 2px;
    }

    section.contact {
        display: block;
        width: calc(100% - 20px);
        padding: 30px 10px;
        height: auto;
    }

    section.contact .section-title {
        width: 100%;
    }

    section.contact .section-title .section-title-wrap {
        position: static;
    }

    section.contact .section-body {
        width: calc(100% - 20px);
        padding: 10px 0 20px 0;
        text-align: center;
    }

    section.contact .section-body .notion {
        text-align: left;
        padding-left: 20px;
    }

    section.contact .section-link {
        writing-mode: initial;
        width: 100%;
        text-align: center;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }

    section.contact .section-link a {
        display: inline;
        position: static;
        border-left: none;
    }

    section.contact .section-link a span.arrow {
        transform: translate(3px, 5px);
        border-color: #fff;
    }

    section.contact .section-link a span.arrow i {
        transform: translate(0px, 2px);
    }
}
