@charset "UTF-8";

/* --------------------------------------------------------
	main image
-------------------------------------------------------- */
.page-head {
    z-index: 1;
    margin-bottom: auto;
}
.page-head > div{
   /* height: 450px; */
}
.aboutus .page-head{
    background: #fff;
}
.aboutus .page-head .about_mv{
    max-width: 1400px;
    margin: 0 auto; /*
    margin: 0 1%; */
}
.aboutus .page-head > div > div:first-child {
    background: #fff;
    width: 40%;
}
.aboutus .page-head > div > div:last-child {
    background: #fff;
    width: 60%;
    padding: 40px 0;
    margin: 0 auto 0 10px;
}
.aboutus .page-head h1, .aboutus .page-head p{
    position: inherit;
    max-width: 400px;
    margin: auto;
    padding: 1.5em 0 2em;
}
.aboutus .page-head h1 {
    background: none;
    padding: 0;
}
.aboutus .page-head p{
    font-size: 24px;
    color: #666;
}
.page-head ul {
    padding: 0;
}
.page-head ul li{
    color: #fff;
}
.page-head a{
    font-size: 19px;
    color: #fff;
}
.aboutus section.about_caps{
    padding: 2em 0 4em;
    max-width: 1200px;
    margin: auto;
}
.aboutus section.about_caps h2{
    color: #4d4d4d;
    padding: 1em 0 1.5em;
    line-height: 2;
    letter-spacing: 0.1em;
}
.aboutus section.about_caps p{
    letter-spacing: 0.12em;
    line-height: 1.8em;
}


@media screen and (max-width: 768px) {
    .aboutus .page-head .about_mv{
        max-width: 100%;
        margin: auto;
    }
    .aboutus .page-head h1 {
        padding: 0 4px;
    }
    .aboutus .page-head > div {
        /*height: 50vw; */
        height: auto;
        display: block;
    }
    .aboutus .page-head > div > div:first-child {
        width: 75%;
        margin: auto;
    }
    .aboutus .page-head > div > div:last-child {
        width: 100%;
        /* padding: 0; */
        margin: auto;
    }
    .aboutus .page-head p {
        font-size: 18px;
        background: none;
        padding: 8px 16px;
    }
    .aboutus div.b_area ul li img{
        width: 100%;
    }
    .aboutus div.bk_area{
        margin-bottom: -14em;
    }
}

/* aboutus */
.aboutus main{
    margin-bottom: 3em;
}
.aboutus div.aboutus-contents{
    margin: 0 auto;
}
.aboutus div.w_area{
    background: #fff;
    padding-bottom: 6em;
}
.aboutus div.lb_area{
    background: #c7d2e5;
}
.aboutus section{
    margin-bottom: 0;
}
.aboutus .text-head{
    color: #555;
    margin-top: auto;
    padding-top: 40px;
}
/* contents */
div.contents{
    max-width: 1140px;
    margin: 0 auto;
}
.aboutus div.w_area{
    background: #fff;
}
.aboutus div.lb_area{
    background: #c7d2e5;
}
.aboutus div.b_area{
    background: #024380;
}
.aboutus div.g_area{
    background: #ccc;
}
.aboutus div.bk_area{
    background: #333;
}
.contents h2 {
    font-weight: 600;
    letter-spacing: 0.09em;
    display: inline-block;
}
div.b_area .contents {
    padding-top: 1em;
    text-align: center;
}
div.b_area .contents h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 1.25em;
}
div.b_area .contents h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1.25em;
}
div.b_area ul.box-flex {
    flex-wrap: wrap;
    padding-bottom: 0.6em;
}
div.b_area ul.box-flex li {
    margin-bottom: 3em;
    padding: 1px;
    background: #fff;
}
div.b_area .contents span {
    color: #094589;
    font-weight: 500;
}
div.b_area ul li span {
    display: block;
    font-size: 15px;
    letter-spacing: -1.2px;
}
div.b_area ul li img{
    width: 264px;
}
div.b_area ul li.no-bg {
    background: none;
}

#japan.bk_area .contents{
    padding: 5em 0;
    margin-bottom: -3.2em;
}
#japan.bk_area h2, #japan.bk_area h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.7;
    font-family: monospace;
}
#japan.bk_area h3 {
    font-weight: 400;
    letter-spacing: 0.075em;
}
#japan.bk_area p{
    color: #acabab;
    font-size: 24px;
    padding-bottom: 1em;
}
#japan.bk_area small{
    color: #fff;
    font-size: 18px;
    padding-top: 1em;
    letter-spacing: 0.075em;
    display: block;
}


@media screen and (max-width: 768px) {
    div.contents {
        width: 100%;
    }

}

/* policy */
.policy section.about_caps h2 {
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.policy section.about_caps p {
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
.policy p, 
.policy ul li, 
.policy ol li {
    margin-bottom: 0.5em;
} 
.policy ol li:first-child {
    margin-top: 0.5em;
}
.policy #japan.bk_area p {
    padding-bottom: 0;
}
.policy section.about_caps {
    padding: 2em 0 0;
}

@media screen and (max-width: 768px) {
    .policy h1{
        font-size: 1.6em;
    }
    .policy h2{
        font-size: 1.4em;
    }
}