@charset "UTF-8";
/*----------------------------------------

            $[japan]

----------------------------------------*/

.jpn__font {
    font-family: "Shippori Mincho", serif
}

.jpn__font .btn {
    font-family: "Shippori Mincho", serif
}

.jpn__kv {
    background-size: cover;
    background-position: center center;
    background-image: url(../images/page/about_bg_jp.jpg);
    padding: 200px 0;
    text-align: center
}

@media screen and (max-width:640px) {
    .jpn__kv {
        padding: 100px 0
    }
}

.jpn__kv h2 {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 1em
}

@media screen and (max-width:640px) {
    .jpn__kv h2 {
        margin: 0 auto 20px
    }
}

.jpn__kv h3 {
    font-size: 24px;
    color: #fff
}

@media screen and (max-width:640px) {
    .jpn__kv h3 {
        font-size: 12px
    }
}

.jpn__msg {
    text-align: center
}

@media screen and (max-width:640px) {
    .jpn__msg {
        width: 90%;
        margin: 0 auto
    }
}

.jpn__msg h2 {
    margin: 0 0 1.5em;
    font-size: 40px;
    font-weight: 600
}

@media screen and (max-width:640px) {
    .jpn__msg h2 {
        font-size: 22px
    }
}

.jpn__msg p {
    font-size: 20px;
    line-height: 2.5em
}

@media screen and (max-width:640px) {
    .jpn__msg p {
        font-size: 14px
    }
}

.jpn__about_box {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 5em
}

@media screen and (max-width:1180px) {
    .jpn__about_box {
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .jpn__about_box {
        width: 90%;
        margin: 0 auto 2em
    }
}

.jpn__about_box img {
    width: 40%;
    height: auto
}

@media screen and (max-width:640px) {
    .jpn__about_box img {
        width: 90%
    }
}

.jpn__about_box .txt {
    width: 50%
}

@media screen and (max-width:640px) {
    .jpn__about_box .txt {
        width: 100%
    }
}

.jpn__about_box .txt h3 {
    margin: 0 0 1em;
    font-size: 24px;
    font-weight: 600
}

@media screen and (max-width:800px) {
    .jpn__about_box .txt h3 {
        font-size: 18px
    }
}

.jpn__about_box .txt h3 span {
    font-size: 50px;
    margin-right: .5em
}

@media screen and (max-width:800px) {
    .jpn__about_box .txt h3 span {
        font-size: 30px
    }
}

.jpn__about_box .txt h3 a {
    text-decoration: underline
}

.jpn__about01 .txt {
    margin-top: 6em
}

@media screen and (max-width:640px) {
    .jpn__about01 .txt {
        margin-top: 1em
    }
}

.jpn__about02 {
    flex-direction: row-reverse
}

.jpn__about02 img {
    width: 45%;
    height: auto
}

@media screen and (max-width:640px) {
    .jpn__about02 img {
        width: 95%;
        margin: 0 0 1em
    }
}

.jpn__about02 .txt {
    width: 50%
}

@media screen and (max-width:640px) {
    .jpn__about02 .txt {
        width: 100%
    }
}

.jpn__about03 {
    margin: 0 auto
}

.jpn__about03 .txt {
    margin-bottom: 10em
}

@media screen and (max-width:640px) {
    .jpn__about03 .txt {
        margin: -5em 0 0
    }
}

.jpn__spmsg {
    background-color: #ecd33f
}

.jpn__spmsg .container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    position: relative
}

@media screen and (max-width:800px) {
    .jpn__spmsg .container {
        flex-direction: row
    }
}

.jpn__spmsg .container:after,
.jpn__spmsg .container:before {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/page/jpn_dot.png);
    z-index: -1
}

.jpn__spmsg .container:before {
    width: 150px;
    height: 150px;
    left: -10%;
    top: -5%
}

@media screen and (max-width:800px) {
    .jpn__spmsg .container:before {
        width: 100px;
        height: 100px;
        left: 0;
        top: auto;
        bottom: 35%
    }
}

.jpn__spmsg .container:after {
    width: 200px;
    height: 200px;
    right: -20%;
    bottom: -5%
}

@media screen and (max-width:800px) {
    .jpn__spmsg .container:after {
        width: 150px;
        height: 150px;
        right: 0;
        bottom: 0
    }
}

.jpn__spmsg h2 {
    display: none
}

@media screen and (max-width:800px) {
    .jpn__spmsg h2 {
        display: block
    }
}

.jpn__spmsg h3 {
    width: 140px;
    margin-top: -80px
}

@media screen and (max-width:800px) {
    .jpn__spmsg h3 {
        display: none
    }
}

.jpn__spmsg_txt {
    background-color: #fff;
    padding: 40px;
    height: 400px;
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media screen and (max-width:1180px) {
    .jpn__spmsg_txt {
        margin: 0 0 2em
    }
}

@media screen and (max-width:800px) {
    .jpn__spmsg_txt {
        width: 100%;
        height: auto;
        padding: 30px 10%;
        -ms-writing-mode: lr-tb;
        writing-mode: inherit
    }
}

.jpn__spmsg_txt span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all
}

.jpn__spmsg_profile {
    width: 200px;
    margin: 0 40px 0 0;
    text-align: center
}

@media screen and (max-width:1180px) {
    .jpn__spmsg_profile {
        width: 100%;
        margin: 0 auto
    }
}

.jpn__spmsg_profile img {
    width: 150px;
    border: 5px solid #fff;
    border-radius: 50%
}

.jpn__spmsg_profile .name {
    margin: 1em 0;
    font-size: 14px
}

.jpn__spmsg_profile .name strong {
    font-size: 24px
}

@media screen and (max-width:800px) {
    .jpn__spmsg_profile .name strong {
        font-size: 18px
    }
}

.jpn__secret {
    background-color: #a1c303
}

.bg-jpn {
    position: relative
}

@media screen and (max-width:800px) {
    .bg-jpn {
        margin-left: 0;
        margin-right: 0
    }
}

.bg-jpn:before {
    content: "";
    width: 100%;
    height: 400px;
    background-image: url(../images/page/jpn_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media screen and (max-width:800px) {
    .bg-jpn:before {
        height: 300px
    }
}

.bg-jpn__title {
    position: relative;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    padding: 3em 0;
    color: #fff;
    text-align: center;
    z-index: 3
}

@media screen and (max-width:800px) {
    .bg-jpn__title {
        max-width: 300px
    }
}

.bg-jpn__title img {
    margin: 0 0 1em
}

.bg-jpn__title a {
    color: #fff
}

.bg-jpn .message {
    border: 15px solid #a1c303;
    margin: 0 auto 3em
}

.bg-jpn .message p {
    text-align: center
}

.bg-jpn .message .name {
    margin: 0
}

.bg-jpn .message .name img {
    width: 150px;
    margin: 0 auto 1em
}

.bg-jpn .message .name strong {
    font-size: 24px
}

@media screen and (max-width:800px) {
    .bg-jpn .message .name strong {
        font-size: 18px
    }
}

.bg-jpn .about__diagram {
    margin: 0 0 5em;
    text-align: center
}

.bg-jpn .about__diagram img {
    width: 80%;
    margin: 2em auto
}

@media screen and (max-width:800px) {
    .bg-jpn .about__diagram img {
        width: 100%
    }
}

.bg-jpn .about .jpn__about_box {
    width: 100%;
    align-items: flex-start
}

.bg-jpn .about .jpn__about_box img {
    width: 40%
}

@media screen and (max-width:1180px) {
    .bg-jpn .about .jpn__about_box img {
        width: 100%
    }
}

.bg-jpn .about .jpn__about_box .txt {
    width: 55%;
    padding: 0
}

@media screen and (max-width:1180px) {
    .bg-jpn .about .jpn__about_box .txt {
        width: 100%;
        margin: 1em 0
    }
}

.bg-jpn .about .jpn__about_box .txt p {
    margin: 0 0 .75em
}

.bg-jpn .about .jpn__about03 {
    margin-bottom: 10em
}

@media screen and (max-width:1180px) {
    .bg-jpn .about .jpn__about03 .txt {
        margin: -8em 0 0
    }
}

.bg-jpn .about__pickup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bg-jpn .about__pickup_box {
    width: 45%
}

@media screen and (max-width:800px) {
    .bg-jpn .about__pickup_box {
        width: 100%
    }
}

.bg-jpn .about__pickup_box h3 {
    font-size: 24px;
    margin: 1em 0
}

@media screen and (max-width:800px) {
    .bg-jpn .about__pickup_box h3 {
        font-size: 18px
    }
}

.bg-jpn .about__pickup_box p {
    margin: 0 0 1em
}

.bg-jpn .about__pickup_box p span a {
    text-decoration: underline
}

.jpn__kiwi {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 5em
}

@media screen and (max-width:1100px) {
    .jpn__kiwi {
        width: 100%
    }
}

.jpn__kiwi_box {
    width: 32%;
    background: #ffefbc;
    border-radius: 10px;
    padding: 30px
}

@media screen and (max-width:800px) {
    .jpn__kiwi_box {
        width: 90%;
        margin: 0 auto 1em
    }
}

.jpn__kiwi_box h4 {
    margin: 1em 0;
    font-size: 18px;
    text-align: center
}

.jpn__kiwi_box .img {
    border: 5px solid #fff
}

.jpn__kiwi_box .txt {
    font-size: 14px
}

.jpn__kiwi_box .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0 0;
    font-size: 14px
}

.jpn__kiwi_box .info dt {
    width: 25%;
    margin: 0 0 .5em;
    background: #fff;
    border-radius: 20px;
    text-align: center
}

.jpn__kiwi_box .info dd {
    width: 70%;
    margin: 0 0 .5em
}

.jpn__kiwi03 .img {
    width: 70%;
    margin: 0 auto
}

.jpn__kiwi_photo {
    width: 100%
}

.jpn__kiwi_photo li {
    display: block;
    margin: 0 10px;
    text-align: center;
    font-size: 14px
}

@media screen and (max-width:800px) {
    .jpn__kiwi_photo li {
        margin: 0 5px;
        font-size: 12px
    }
}
