@charset "UTF-8";
#main {
    min-width: 0;
}
body {
    overflow-x: hidden;
}

#a-style {
    overflow-x: hidden;
}

.a-style img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: auto;
}

.display-pc2 {
    display: block;
}

.display-pc {
    display: block;
}

.display-tb {
    display: none;
}
.display-sp {
    display: none;
}

.display-pc-sp {
    display: block;
}

@media screen and (max-width: 1024px) {
    .display-pc2 {
        display: none;
    }
    .display-tb {
        display: block;
    }
    .display-pc-sp {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .display-pc {
        display: none;
    }
    .display-sp {
        display: block;
    }
    .display-pc-sp {
        display: block;
    }
}

#a-style-float {
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media screen and (max-width: 1024px) {
    #a-style-float {
        width: 20%;
    }
}

.l_fbagjs {
    display: none;
}

@media screen and (max-width: 640px) {
    #a-style-float {
        background-color: #3c86c9;
        width: 100%;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #a-style-float img {
        width: 100%;
    }
}

#a-style {
    max-width: 1800px;
    padding-top: 90px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    #a-style {
        padding-top: 60px;
    }
}

.a-style p {
    font-family: 'Shippori Mincho', serif;
    font-size: 18px;
    line-height: 2.22em;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .a-style p {
        font-size: 16px;
        line-height: 2em;
    }
}

.a-style__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .a-style__inner {
        padding: 0 2%;
    }
}

@media screen and (max-width: 640px) {
    .a-style__inner {
        padding: 0 4%;
    }
}

.a-style-title {
    margin-bottom: 60px;
}

.a-style-title-span01 {
    font-family: 'Lora', serif;
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

.a-style-title > img {
    margin-bottom: 60px;
}

#a-style .a-style-title-span02 {
    font-family: 'Shippori Mincho', serif;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 0.04em;
    line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
    .a-style-title {
        margin-bottom: 6%;
    }

    .a-style-title-span01 {
        font-size: 32px;
    }

    .a-style-title > img {
        margin-bottom: 6%;
    }

    #a-style .a-style-title-span02 {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    .a-style-title-span01 {
        font-size: 18px;
    }
    #a-style .a-style-title-span02 {
        font-size: 20px;
    }
}

#a-style .a-style-fv {
    background-image: url(../img/a-style/a-style-fv-bg_pc.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1920px;
    height: 800px;
    position: relative;
}

#a-style .a-style-fv__inner--cnt--left {
    font-family: 'Shippori Mincho', serif;
    font-size: 24px;
    line-height: 1.66em;
    text-align: left;
    text-shadow: 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff,
        1px 1px 20px #ffffff, -1px 1px 20px #ffffff, 1px -1px 20px #ffffff, -1px -1px 20px #ffffff;
    position: absolute;
    top: 280px;
    left: 6%;
}

#a-style .a-style-fv__inner--cnt--right {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 110px;
    color: #2878bf;
    border-radius: 110px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#a-style .a-style-fv__inner--cnt--right div > span:nth-of-type(1) {
    display: block;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;
}

#a-style .a-style-fv__inner--cnt--right div > span:nth-of-type(2) {
    display: block;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
}

#a-style .a-style-fv__inner--img01 {
    z-index: 1;
    width: 60%;
    max-width: 1094px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#a-style .a-style-fv__inner--img02 {
    width: 50%;
    max-width: 892px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-fv {
        padding: 0 2%;
    }

    #a-style .a-style-fv__inner--cnt--left {
        font-size: 6vw;
        left: 2%;
    }

    #a-style .a-style-fv__inner--cnt--right {
        bottom: 2%;
        right: 2%;
    }

    #a-style .a-style-fv__inner--img01 {
        width: 80%;
    }

    #a-style .a-style-fv__inner--img02 {
        width: 60%;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-fv {
        background-image: url(../img/a-style/a-style-fv-bg_sp.jpg);
        height: 130vw;
        padding: 0 2%;
    }

    #a-style .a-style-fv__inner--cnt {
        display: flex;
        justify-content: space-between;
        padding-top: 3%;
    }

    #a-style .a-style-fv__inner--cnt--left {
        display: flex;
        justify-content: left;
        align-items: center;
        width: 60vw;
        font-size: 4.5vw;
        position: static;
    }

    #a-style .a-style-fv__inner--cnt--right {
        width: 30vw;
        height: 30vw;
        position: static;
    }

    #a-style .a-style-fv__inner--cnt--right div > span:nth-of-type(1) {
        font-size: 4vw;
        border-bottom: 1px solid #2878bf;
        padding-bottom: 1vw;
        margin-bottom: 2vw;
    }

    #a-style .a-style-fv__inner--cnt--right div > span:nth-of-type(2) {
        font-size: 4vw;
    }
}

#a-style .a-style-concept {
    padding: 160px 0;
}

#a-style .a-style-concept__inner--cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#a-style .a-style-concept__inner--cnt--left {
    order: 1;
    width: calc(48% - 600px / 2);
}

#a-style .a-style-concept__inner--cnt--center {
    order: 2;
    width: 600px;
}

#a-style .a-style-concept__inner--cnt--right {
    order: 3;
    width: calc(48% - 600px / 2);
}

#a-style .a-style-concept__inner--cnt--right img {
    margin-top: 70px;
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-concept {
        padding: 16% 0;
    }
    #a-style .a-style-concept__inner {
        max-width: 1024px;
        padding: 0 2%;
        margin: 0 auto;
    }

    #a-style .a-style-concept__inner--cnt {
        flex-wrap: wrap;
    }

    #a-style .a-style-concept__inner--cnt--left {
        order: 2;
        width: 48%;
    }

    #a-style .a-style-concept__inner--cnt--center {
        order: 1;
        width: 100%;
        margin-bottom: 8%;
    }

    #a-style .a-style-concept__inner--cnt--right {
        order: 3;
        width: 48%;
    }

    #a-style .a-style-concept__inner--cnt--right img {
        margin-top: 8%;
    }
}

#a-style .a-style-cta {
    background-image: url(../img/a-style/a-style-cta-bg_pc.jpg);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}

#a-style .a-style-cta__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 620px;
    height: 495px;
    padding: 0 20px;
    margin: 0 auto;
}

#a-style .a-style-cta__inner--cnt > span {
    font-family: 'Shippori Mincho', serif;
    display: block;
    font-size: 16px;
    line-height: 2.5em;
    text-align: center;
    margin: 10px auto 20px;
}
#a-style .a-style-cta__inner--cnt > a {
    background-color: rgba(15, 67, 138, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110px;
    border-radius: 110px;
    position: relative;
}

#a-style .a-style-cta__inner--cnt > a > span {
    font-family: 'Shippori Mincho', serif;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
}

#a-style .a-style-cta__inner--cnt > a::before {
    content: '';
    background-image: url(../img/a-style/a-style-arrow_pc.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 41px;
    height: 21px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-cta__inner {
        height: auto;
        padding: 0 2%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-cta {
        padding: 15% 0;
    }
    #a-style .a-style-cta__inner {
        padding: 0 4%;
        margin: 0 auto;
    }
    #a-style .a-style-cta__inner--cnt > a {
        max-width: 90%;
        height: 60px;
        margin: 0 auto;
    }

    #a-style .a-style-cta__inner--cnt > a > span {
        font-size: 5.5vw;
    }
    #a-style .a-style-cta__inner--cnt > a::before {
        width: 20.5px;
        height: 10.5px;
        right: 15px;
    }
}

#a-style .a-style-wide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    margin-bottom: 160px;
}

#a-style .a-style-wide__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}

#a-style .a-style-wide__inner--cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    position: relative;
}

#a-style .a-style-wide__inner--cnt::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    border-radius: 400px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#a-style .a-style-wide__inner--cnt h3 {
    position: relative;
}

#a-style .a-style-wide__inner--cnt .a-style-wide__inner--cnt--span01 {
    font-family: 'Lora', serif;
    display: table;
    color: #3a3a3a;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
    text-align: center;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 10px;
    margin: 0 auto 50px;
}

#a-style .a-style-wide__inner--cnt .a-style-wide__inner--cnt--span02 {
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: #3a3a3a;
    font-size: 40px;
    line-height: 1.5em;
    text-align: center;
}

#a-style .point01 .a-style-wide {
    background-image: url(../img/a-style/a-style-point-wide01-bg_pc.jpg);
}

#a-style .point02 .a-style-wide {
    background-image: url(../img/a-style/a-style-point-wide02-bg_pc.jpg);
}

#a-style .point03 .a-style-wide {
    background-image: url(../img/a-style/a-style-point-wide03-bg_pc.jpg);
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-wide {
        margin-bottom: 16%;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-wide {
        padding: 6% 0;
    }

    #a-style .a-style-wide__inner {
        padding: 0 4%;
    }

    #a-style .a-style-wide__inner--cnt {
        width: 90vw;
        height: 90vw;
    }

    #a-style .a-style-wide__inner--cnt .a-style-wide__inner--cnt--span01 {
        font-size: 4vw;
        margin: 0 auto 5%;
    }

    #a-style .a-style-wide__inner--cnt .a-style-wide__inner--cnt--span02 {
        font-size: 9vw;
    }
}

#a-style .point01 {
    padding-top: 250px;
    padding-bottom: 200px;
}

#a-style .point02 {
    padding-bottom: 200px;
}

#a-style .point03 {
    padding-bottom: 200px;
}

#a-style .a-style-cnt {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}

#a-style .a-style-cnt:not(:last-of-type) {
    margin-bottom: 120px;
}

#a-style .a-style-img {
    margin-bottom: 120px;
}

#a-style .a-style-cnt-reverse {
    flex-direction: row-reverse;
}

#a-style .a-style-cnt-01 {
    width: 50%;
}

#a-style .a-style-cnt-01 > div {
    box-sizing: border-box;
    padding: 0 50px;
}

#a-style .a-style-cnt-01 > div h4 {
    font-family: 'Shippori Mincho', serif;
    font-weight: bold;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 50px;
}

#a-style .a-style-cnt-02 {
    width: 50%;
}

#a-style .a-style-cnt-plan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
#a-style .a-style-cnt-plan-left {
    width: 40%;
}

#a-style .a-style-cnt-plan-left01 {
    font-family: 'Lora', serif;
    display: block;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 80px;
}

#a-style .a-style-cnt-plan-left02 {
    font-family: 'Shippori Mincho', serif;
    display: block;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 60px;
    margin-bottom: 30px;
}

#a-style .a-style-cnt-plan-left03 {
    font-family: 'Lora', serif;
    display: block;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
    text-align: left;
    border-bottom: #9d9d9d 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#a-style .a-style-cnt-plan-left04 {
    font-family: 'Shippori Mincho', serif;
    display: block;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2em;
    text-align: left;
}

#a-style .a-style-cnt-plan-right {
    width: 55%;
}

@media screen and (max-width: 1024px) {
    #a-style .point01 {
        padding-top: 25%;
        padding-bottom: 20%;
    }

    #a-style .point02 {
        padding-bottom: 20%;
    }

    #a-style .point03 {
        padding-bottom: 20%;
    }

    #a-style .a-style-cnt {
        display: block;
        max-width: 750px;
        padding: 0 2%;
        margin: 0 auto;
    }

    #a-style .a-style-cnt:not(:last-of-type) {
        margin-bottom: 12%;
    }

    #a-style .a-style-img {
        padding: 0 2%;
        margin-bottom: 12%;
    }

    #a-style .a-style-cnt-01 {
        width: 100%;
        margin-bottom: 8%;
    }

    #a-style .a-style-cnt-01 > div {
        padding: 0;
    }

    #a-style .a-style-cnt-01 > div h4 {
        font-size: 28px;
        margin-bottom: 5%;
    }

    #a-style .a-style-cnt-02 {
        width: 100%;
    }

    #a-style .a-style-cnt-plan {
        display: block;
        max-width: 750px;
        padding: 0 2%;
        margin: 0 auto;
    }
    #a-style .a-style-cnt-plan-left {
        width: 100%;
        margin-bottom: 8%;
    }

    #a-style .a-style-cnt-plan-left01 {
        margin-bottom: 8%;
    }

    #a-style .a-style-cnt-plan-left02 {
        font-size: 22px;
        margin-bottom: 6%;
        margin-bottom: 3%;
    }

    #a-style .a-style-cnt-plan-left03 {
        padding-bottom: 2%;
        margin-bottom: 2%;
    }

    #a-style .a-style-cnt-plan-right {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-cnt {
        padding: 0 4%;
    }

    #a-style .a-style-img {
        padding: 0 4%;
    }

    #a-style .a-style-cnt-01 > div h4 {
        font-size: 20px;
    }

    #a-style .a-style-cnt-02 img {
        object-fit: cover;
        width: 100%;
        height: 50vw;
    }

    #a-style .a-style-cnt-plan {
        padding: 0 4%;
    }

    #a-style .a-style-cnt-plan-left02 {
        font-size: 20px;
    }
    #a-style .a-style-cnt-plan-left04 {
        font-size: 14px;
    }
}

#a-style .a-style-feature {
    background-image: url(../img/a-style/a-style-feature-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
}

#a-style .a-style-feature__inner--cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 994px;
    margin: 0 auto;
}

#a-style .a-style-feature__inner--cnt li {
    width: 320px;
    margin-bottom: 60px;
}

#a-style .a-style-feature__inner--cnt02 {
    background-color: #eff4f8;
    border-radius: 10px;
    padding: 60px 20px;
}

#a-style .a-style-feature__inner--cnt02 > div {
    display: flex;
    justify-content: space-between;
    max-width: 994px;
    margin: 0 auto;
}

#a-style .a-style-feature__inner--cnt02--left {
    width: 32%;
    max-width: 320px;
}

#a-style .a-style-feature__inner--cnt02--right {
    width: 64%;
    max-width: 590px;
}

#a-style .a-style-feature__inner--cnt02--right h4 {
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-feature {
        padding: 20% 0;
    }

    #a-style .a-style-feature__inner--cnt li {
        width: 32%;
        margin-bottom: 6%;
    }
    #a-style .a-style-feature__inner--cnt02 {
        padding: 6% 2%;
    }

    #a-style .a-style-feature__inner--cnt02--right h4 {
        font-size: 24px;
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-feature {
        padding: 20% 0;
    }

    #a-style .a-style-feature__inner--cnt li {
        width: 48%;
        max-width: none;
        margin-bottom: 6%;
    }
    #a-style .a-style-feature__inner--cnt li:last-of-type {
        margin: 0 auto 6%;
    }
    #a-style .a-style-feature__inner--cnt02 {
        padding: 6% 0;
    }

    #a-style .a-style-feature__inner--cnt02 > div {
        display: block;
    }

    #a-style .a-style-feature__inner--cnt02--right h4 {
        font-size: 20px;
        padding: 0 4%;
        margin-bottom: 4%;
    }

    #a-style .a-style-feature__inner--cnt02--right p {
        padding: 0 4%;
    }
    #a-style .a-style-feature__inner--cnt02--left {
        display: block;
        width: 48%;
        max-width: none;
        margin: 0 auto 6%;
    }

    #a-style .a-style-feature__inner--cnt02--right {
        width: 100%;
        max-width: none;
    }
}

#a-style .a-style-merit {
    padding: 200px 0;
}

#a-style .a-style-merit__inner--cnt {
    align-items: end;
}

#a-style .a-style-merit__inner--cnt .a-style-cnt-01 > div > img {
    margin-top: 80px;
}

#a-style .a-style-merit__inner--cnt .a-style-cnt-02 img {
    object-fit: cover;
    width: 100%;
    height: 50vw;
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-merit {
        padding: 20% 0;
    }

    #a-style .a-style-merit__inner--cnt .a-style-cnt-01 > div > img {
        margin-top: 8%;
    }
}

#a-style .a-style-map-wide img {
    object-fit: cover;
    height: 1080px;
}

#a-style .a-style-map__inner {
    background-color: #fbfbfb;
    box-sizing: border-box;
    padding: 120px 20px 60px;
    margin: 0 auto;
}

#a-style .a-style-map__inner--iframe {
    max-width: 1200px;
    margin: 0 auto 60px;
}

#a-style .a-style-map__inner--iframe iframe {
    width: 100%;
    height: 360px;
}

#a-style .a-style-map__inner--h4 {
    font-family: 'Lora', serif;
    max-width: 980px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
    text-align: center;
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#a-style .a-style-map__inner--text {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.92em;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-map-wide img {
        height: 50vw;
    }

    #a-style .a-style-map__inner {
        padding: 12% 2% 6%;
    }

    #a-style .a-style-map__inner--iframe {
        margin-bottom: 6%;
    }

    #a-style .a-style-map__inner--iframe iframe {
        height: 50vw;
    }

    #a-style .a-style-map__inner--h4 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-map__inner {
        padding: 12% 4% 6%;
    }
}

.a-style .a-style-3column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.a-style .a-style-3column__box {
    width: 32%;
    max-width: 320px;
}

.a-style .a-style-3column__box--img {
    margin-bottom: 30px;
}

.a-style .a-style-3column__box--span01 {
    font-family: 'Lora', serif;
    display: block;
    font-size: 16px;
    margin: 0 auto 20px;
}

.a-style .a-style-3column__box--span01 .num {
    font-family: 'Lora', serif;
    font-size: 24px;
    letter-spacing: 0.04em;
    padding-left: 0.5em;
}

.a-style .a-style-3column__box--title {
    margin: 0 auto 30px;
}

.a-style .a-style-3column__box--h4 {
    font-family: 'Shippori Mincho', serif;
    display: block;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0 auto 30px;
}

@media screen and (max-width: 1240px) {
    .a-style .a-style-3column__box--h4 {
        font-size: 2vw;
    }
}

@media screen and (max-width: 1024px) {
    .a-style .a-style-3column {
        box-sizing: border-box;
        padding: 0 5%;
    }

    .a-style .a-style-3column__box {
        width: 45%;
        max-width: none;
    }

    .a-style .a-style-3column__box:last-of-type {
        margin: 3% auto 0;
    }

    .a-style .a-style-3column__box--img {
        margin-bottom: 3%;
    }

    .a-style .a-style-3column__box--span01 {
        margin: 0 auto 2%;
    }

    .a-style .a-style-3column__box--span01 .num {
        font-size: 3vw;
    }

    .a-style .a-style-3column__box--title {
        margin: 0 auto 3%;
    }

    .a-style .a-style-3column__box--h4 {
        font-size: 3.5vw;
        margin: 0 auto 3%;
    }
}

@media screen and (max-width: 640px) {
    .a-style .a-style-3column {
        display: block;
        padding: 0;
    }

    .a-style .a-style-3column__box {
        width: 100%;
    }

    #a-style .a-style-3column__box--img {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #a-style .a-style-3column__box--img img {
        object-fit: cover;
        width: 100%;
        height: 50vw;
    }

    .a-style .a-style-3column__box--span01 {
        font-size: 20px;
    }

    .a-style .a-style-3column__box--span01 .num {
        font-size: 22px;
    }

    .a-style .a-style-3column__box--title {
        margin: 0 auto 3%;
    }

    .a-style .a-style-3column__box--h4 {
        font-size: 5.5vw;
        margin: 0 auto 3%;
    }
}

#a-style .a-style-promise {
    padding: 180px 0;
}

#a-style .a-style-promise__inner--text {
    text-align: center;
    margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
    #a-style .a-style-promise {
        padding: 18% 0;
    }
    #a-style .a-style-promise__inner--text {
        margin-bottom: 10%;
    }
}

#a-style .a-style-flow {
    background: #fbfbfb;
    padding: 180px 0;
}

#a-style .a-style-flow .a-style-3column__box {
    position: relative;
}

#a-style .a-style-flow .a-style-3column__box:not(:last-of-type) {
    box-sizing: content-box;
    padding-right: 120px;
}

#a-style .a-style-flow .a-style-3column__box:not(:last-of-type)::before {
    content: '';
    background-image: url(../img/a-style/a-style-flow-arrow_pc.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 61px;
    height: 17px;
    position: absolute;
    top: 110px;
    right: 30px;
    margin: auto;
}

@media screen and (max-width: 1240px) {
    #a-style .a-style-flow .a-style-3column__box {
        width: 45%;
        max-width: none;
    }

    #a-style .a-style-flow .a-style-3column__box:last-of-type {
        margin: 3% auto 0;
    }
    #a-style .a-style-flow .a-style-3column__box:not(:last-of-type) {
        padding-right: 0;
    }
    #a-style .a-style-flow .a-style-3column__box:nth-of-type(1) {
        padding-right: 10%;
    }

    #a-style .a-style-flow .a-style-3column__box:nth-of-type(2)::before {
        top: auto;
        left: 0;
        bottom: -40px;
        right: 0;
        margin: auto;
        transform: rotate(135deg);
    }
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-flow {
        padding: 18% 0;
    }
    #a-style .a-style-flow .a-style-3column__box:not(:last-of-type)::before {
        width: 30.5px;
        height: 8.5px;
        position: absolute;
        top: 110px;
        right: 2vw;
        margin: auto;
    }
    #a-style .a-style-flow .a-style-3column__box:nth-of-type(2)::before {
        top: auto;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-flow .a-style-3column__box:nth-of-type(1) {
        padding-right: 0;
    }

    #a-style .a-style-flow .a-style-3column__box:nth-of-type(2)::before {
        top: auto;
        left: 0;
        bottom: -30px;
        right: 0;
        margin: auto;
        transform: rotate(135deg);
    }

    #a-style .a-style-flow .a-style-3column__box:not(:last-of-type) {
        padding-bottom: 30px;
    }

    #a-style .a-style-flow .a-style-3column__box:not(:last-of-type)::before {
        width: 30.5px;
        height: 8.5px;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transform: rotate(90deg);
    }
    #a-style .a-style-flow .a-style-3column__box {
        width: 100%;
    }
}

#a-style .a-style-profile {
    padding: 180px 0;
}

#a-style .a-style-profile__inner--img {
    margin-bottom: 100px;
}

#a-style .a-style-profile__inner--cnt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

#a-style .a-style-profile__inner--cnt--left {
    width: 50%;
}

#a-style .a-style-profile__inner--cnt--left h4 {
    font-family: 'Shippori Mincho', serif;
    color: #3a3a3a;
    font-size: 32px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 30px;
}

#a-style .a-style-profile__inner--cnt--right {
    width: 50%;
}

#a-style .a-style-profile .a-style-3column__box:nth-of-type(4) {
    margin-top: 120px;
    margin-left: auto;
    margin-right: 60px;
}

#a-style .a-style-profile .a-style-3column__box:nth-of-type(5) {
    margin-top: 120px;
    margin-left: 60px;
    margin-right: auto;
}

#a-style .a-style-profile .a-style-3column__box h4 {
    font-size: 22px;
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-profile {
        padding: 18% 0;
    }

    #a-style .a-style-profile__inner--img {
        margin-bottom: 10%;
    }

    #a-style .a-style-profile__inner--cnt {
        display: block;
        margin-bottom: 12%;
    }

    #a-style .a-style-profile__inner--cnt--left {
        width: 100%;
    }

    #a-style .a-style-profile__inner--cnt--left h4 {
        font-size: 28px;
    }

    #a-style .a-style-profile .a-style-3column__box h4 {
        font-size: 2.6vw;
        margin-bottom: 3%;
    }

    #a-style .a-style-profile__inner--cnt--right {
        width: 100%;
    }

    #a-style .a-style-profile .a-style-3column__box:nth-of-type(4) {
        margin-left: auto;
        margin-right: 0;
    }

    #a-style .a-style-profile .a-style-3column__box:nth-of-type(5) {
        margin-left: auto;
        margin-right: auto;
    }

    #a-style .a-style-profile .a-style-3column__box:not(:last-of-type) {
        margin-top: 6%;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-profile__inner--cnt--left h4 {
        font-size: 20px;
    }
}

#a-style .a-style-works__slider .slick-slide {
    box-sizing: content-box;
    padding: 0 10px;
}

#a-style .a-style-works__slider .slick-slide img {
    transform: scale(1);
}
@media screen and (max-width: 640px) {
    #a-style .a-style-works__slider .slick-slide {
        padding: 0 5px;
    }
}

#a-style .a-style-contact {
    background-color: #efefef;
    padding: 200px 0 250px;
    margin-top: 20px;
}

#a-style .a-style-contact__inner--text {
    margin-bottom: 60px;
}

#a-style .a-style-contact__inner--text p {
    text-align: center;
}

#a-style .a-style-contact__inner--cnt {
    max-width: 670px;
    margin: 0 auto 150px;
}

#a-style .a-style-contact__inner--cnt h4 {
    font-family: 'Shippori Mincho', serif;
    background-color: #efefef;
    z-index: 2;
    display: block;
    max-width: 450px;
    font-size: 18px;
    line-height: 1.5em;
    position: relative;
    padding: 10px;
    margin: 0 auto;
}

#a-style .a-style-contact__inner--cnt--text {
    text-align: center;
    border: 1px solid #212121;
    padding: 40px 20px 20px;
    margin-top: -23px;
}

@media screen and (max-width: 1024px) {
    #a-style .a-style-contact {
        padding: 20% 0 25%;
        margin-top: 20px;
    }

    #a-style .a-style-contact__inner--text {
        margin-bottom: 6%;
    }

    #a-style .a-style-contact__inner--cnt {
        max-width: 670px;
        margin: 0 auto 15%;
    }

    #a-style .a-style-contact__inner--cnt--text {
        text-align: center;
        border: 1px solid #212121;
        padding: 40px 20px 20px;
    }
}

@media screen and (max-width: 640px) {
    #a-style .a-style-contact {
        margin-top: 10px;
    }

    #a-style .a-style-profile .a-style-3column__box h4 {
        font-size: 5.5vw;
        line-height: 1.5em;
    }

    #a-style .a-style-contact__inner--cnt h4 {
        max-width: 300px;
    }

    #a-style .a-style-contact__inner--cnt--text {
        border: 1px solid #212121;
        padding: 40px 4% 4%;
        margin-top: -35px;
    }
}

@media screen and (max-width: 374px) {
    #a-style .a-style-contact__inner--cnt--text {
        font-size: 13px;
    }
}

.a-style-footer {
    padding: 80px 0;
}

.a-style-footer__inner {
    max-width: 1840px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}

.a-style-footer__inner--cnt {
    display: flex;
    justify-content: space-between;
}

.a-style-footer__inner--cnt--right {
    display: flex;
    align-items: center;
}

.a-style-footer__inner--cnt--right small {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .a-style-footer {
        padding: 8% 0;
    }
    .a-style-footer__inner {
        padding: 0 2%;
    }
    .a-style-footer__inner--cnt {
        display: block;
    }

    .a-style-footer__inner--cnt--left {
        display: flex;
        justify-content: left;
        margin-bottom: 4%;
    }
    .a-style-footer__inner--cnt--right {
        display: flex;
        justify-content: right;
    }
}

@media screen and (max-width: 640px) {
    .a-style-footer {
        padding-bottom: calc(8% + 20vw);
    }
    .a-style-footer__inner {
        padding: 0 4%;
    }
    .a-style-footer__inner--cnt--right small {
        font-size: 14px;
    }
    .a-style-footer__inner--cnt--left {
        display: flex;
        justify-content: center;
        max-width: 80%;
        margin: 0 auto 6%;
    }
    .a-style-footer__inner--cnt--right {
        display: flex;
        justify-content: center;
    }
    .a-style-footer__inner--cnt--right small {
        font-size: 10px;
    }
}

.open {
    overflow: hidden;
    height: 100vh;
}

.header {
    font-family: 'Lora', serif;
    background-color: #ffffff;
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.header__inner > *:nth-of-type(2) {
    margin-left: auto;
    margin-right: 0;
}

.headerLogo {
    display: block;
    max-height: 40px;
}

.headerLogo a {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.headerLogo a img {
    display: block;
    max-height: 40px;
    margin-left: 0;
    margin-right: auto;
}

.headerNav {
    font-size: 2rem;
}

.headerNav__inner ul {
    display: flex;
    justify-content: space-between;
}

.headerNav__inner ul li {
    margin: 0 10px;
}

.header__inner--cnt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__inner--cnt ul li a {
    font-family: 'Noto Serif JP', serif;
    color: #010101;
    font-size: 20px;
    padding: 15px;
}

@media (max-width: 1024px) {
    .header__inner {
        height: 60px;
    }

    .header__inner--cnt {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .headerNav {
        display: none !important;
    }
}

.navToggleCross {
    cursor: pointer;
    z-index: 100;
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
}

.navToggleCross > span {
    background: #212121;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    margin: auto;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
}

.navToggleCross > span:nth-child(1) {
    top: 20%;
}

.navToggleCross > span:nth-child(2) {
    top: 0;
    bottom: 0;
}

.navToggleCross > span:nth-child(3) {
    bottom: 20%;
}

.open .navToggleCross span {
    background: #212121;
}

.open .navToggleCross span:nth-child(1) {
    top: 49%;
    transform: rotate(45deg);
}

.open .navToggleCross span:nth-child(2) {
    visibility: hidden;
}

.open .navToggleCross span:nth-child(3) {
    bottom: 49%;
    transform: rotate(-45deg);
}

@media (max-width: 1024px) {
    .navToggleCross {
        display: flex !important;
    }
}

.headerNavHum {
    background: rgba(190, 153, 70, 0.9);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    max-width: 100%;
    color: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    box-sizing: border-box;
    padding: 100px 20px 80px;
    transition: all 0.6s;
}

.headerNavHum ul {
    text-align: left;
}

.headerNavHum .headerNavHum-titie img {
    display: block;
    max-width: 250px;
    margin: 0 auto 40px;
}

.headerNavHum .modelhouse-contact {
    display: block;
    width: calc(100% - 40px);
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 40px;
    position: absolute;
    bottom: 80px;
}

.headerNavHum ul li a {
    font-family: 'Noto Serif JP', serif;
    display: block;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    text-align: left;
    position: relative;
    padding: 15px 20px;
}

.headerNavHum ul li a::before {
    content: '￮';
    font-size: 15px;
    position: absolute;
    top: 23px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.open .headerNavHum {
    z-index: 20;
    opacity: 1;
    display: block !important;
    right: 0;
}

@media (max-width: 480px) {
    .headerNavHum ul li a {
        font-size: 20px;
    }

    .headerNavHum ul li::before {
        top: 3px;
    }
}

html {
    scroll-behavior: smooth;
}
