@charset "utf-8";


body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    color: #000;
    text-align: left;
}

.yugothic {
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.yumincho {
    font-family: "Yu Mincho", "YuMincho", "游明朝体", "Hiragino Mincho ProN", serif;
    font-weight: bold;
}

img {
    vertical-align: middle;
}

.clearfix::after {
    content: "";
    clear: both;
}

/*main-visual*/

.clearfix::after {
    content: "";
    clear: both;
}

header .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.mainvisual {
    width: 100%;
    height: 590px;
    position: relative;
}

.mainvisual .img_area {
    position: absolute;
    width: 100%;
    max-height: 590px;
    overflow: hidden;
}

.mainvisual p {
    color: #fff;
    line-height: 1.6;
}

.text_area {
    background: rgba(0, 0, 0, 0.6);
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.first_text {
    position: absolute;
    right: 0;
    padding-top: 30px;
}

.first_text p {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0.25em;
    text-align: center;
    text-align: end;
}

.third_text {
    /*    padding: 7% 8%;*/
    margin: 6%;
}

.bg_black {
    padding: 1% 2%;
}

.third_text p {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 3
}

.contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.fadeRS,
.fadeLS {
    opacity: 0;
}

.background-img {
    width: 100%;
}


/* scroll */

.scroll {
    position: absolute;
    top: 80%;
    left: 5%;
    right: 80%;
    animation: 1s arrow-animation infinite;
    width: 0;
    height: 6em;
    border: .5px solid #fff;
}

.scroll::after {
    content: '';
    display: block;
    position: relative;
    top: 80%;
    left: -3px;
    width: 1px;
    height: 10px;
}


@keyframes arrow-animation {
    0% {
        height: 1em;
    }

    66% {
        height: 6em;
    }
}

.scroll span {
    color: #fff;
    padding: 10px 0;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 100%;
    position: absolute;
    top: -60px;
    left: -10px;
}


@media screen and (max-width: 480px) {
    .mainvisual {
        height: 388px;
    }

    .video {
        max-width: 800px;
    }

}





.inner {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
}

.catch {
    margin: 100px auto;
    text-align: center;
}

.catch h2 {
    font-size: 26px;
}

.catch p {
    margin: 50px auto;
    font-size: 18px;
    line-height: 2.5;
}

.catch .btn a {
    display: inline-block;
    padding: 20px 60px;
    background-color: #f2971a;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
}

.consul {
    background-image: url(../images/owner/bg_01_v2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.consul h2 {
    font-size: 30px;
    text-align: center;
    margin: 20px auto;
    line-height: 1.2;
}

.consul h2 small {
    font-size: 0.75em;
}

.consul ul.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px auto 0px;
}

.consul ul.flex li {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    width: 320px;
    margin: 10px 5px;
    padding: 20px 20px 30px;
}

.consul ul.flex li p.orange {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #f2971a;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #f2971a;
}

.consul ul.flex li p.orange.p20 {
    padding: 15px 0 24px;
}

.consul ul.flex li .float_box {
    text-align: left;
    margin: 15px auto 30px;
}

.consul ul.flex li p.orange.fs18 {
    font-size: 18px;
    padding: 8px 0;
}


.consul ul.flex li .float_box img {
    float: left;
    margin-right: 10px;
}

.ie-width {
    width: 102%;
}


.arrow {
    position: absolute;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    margin-top: 15px;
    bottom: 30px;
    left: 47%;
    right: 47%;
}

.arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    /*border: 2px solid #f2971a;*/
    background-color: #999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.arrow::after {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news {
    background-image: linear-gradient(-45deg,
            rgba(233, 148, 36, 0.7) 35%,
            rgba(233, 148, 36, 0.55) 35%,
            rgba(233, 148, 36, 0.55) 50%,
            rgba(233, 148, 36, 0.7) 50%,
            rgba(233, 148, 36, 0.7) 85%,
            rgba(233, 148, 36, 0.55) 85%,
            rgba(233, 148, 36, 0.55));
    background-size: 10px 10px;
    background-attachment: fixed;
    background-repeat: repeat;
    padding: 100px 0;
}

.news h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 29px;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 0.8;
}

.news h3 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.news dl {
    margin: 80px auto;
    width: 96%;
    max-width: 840px;
}

.news dl dt {
    float: left;
    clear: left;
    padding: 20px 10px 20px 0;
    width: 12%;
}

.news dl dd {
    position: relative;
    padding: 20px 15% 20px 0;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-left: 14%;
}

.news dl dd span {
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 20%;
    padding: 5px 0;
}

.news dl dd span::before {
    content: "";
    border-bottom: 1px solid #000;
    width: 2.5rem;
    position: absolute;
    left: -45px;
    bottom: 50%;

}

.news .btn {
    text-align: center;
}

.news .btn a {
    display: inline-block;
    padding: 20px 110px;
    background-color: #fff;
    color: #f2971a;
    border-radius: 40px;
    font-size: 18px;
}

.contact_btn {
    padding: 70px 0;
}

.contact_btn .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_btn .btn {
    width: 48%;
    margin: 10px auto;
}

.contact_btn .btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #787878;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .catch {
        margin: 80px auto;
        text-align: center;
    }

    .catch h2 {
        font-size: 22px;
    }

    .catch p {
        margin: 30px auto;

    }

    .consul {
        padding: 50px 0;
        background-size: contain;
        background-position: top;
        background-color: rgba(242, 151, 26, 0.15);
    }

    .consul h2 {
        font-size: 24px;
    }


    .consul ul.flex {
        justify-content: space-around;
        margin: 50px auto 40px;
    }

    .news {
        padding: 80px 0;
    }

    .news dl {
        margin: 50px auto;
    }

    .news dl dd span {
        bottom: 10%;
    }

    .news dl dd span::before {
        bottom: 40%;
    }

}

@media screen and (max-width: 480px) {
    br.sp_non {
        display: none;
    }

    .catch {
        margin: 50px auto;
    }

    .catch h2 {
        font-size: 18px;
    }

    .catch p {
        margin: 30px auto;
        font-size: 16px;
        text-align: left;
        line-height: 2;
    }

    .catch .btn a {
        font-size: 16px;
    }

    .consul {
        padding: 30px 0;
    }

    .consul h2 {
        font-size: 20px;
    }

    .consul ul.flex {
        margin: 40px auto 40px;
    }

    .news {
        padding: 50px 0;
    }

    .news dl dt {
        float: none;
        padding: 20px 10px 0 0;
        width: 100%;
    }

    .news dl dd {
        position: relative;
        padding: 10px 0 30px 0;
        width: 100%;
        padding-left: 0;
    }

    .news dl dd span {
        bottom: 5%;
        padding: 5px 0;
    }

    .news dl dd span::before {
        bottom: 50%;
    }

    .news .btn a {
        font-size: 16px;
    }

    .contact_btn {
        padding: 50px 0;
    }

    .contact_btn .btn {
        width: 100%;
    }

    .contact_btn .btn a {
        font-size: 16px;
    }
}


.header-owner {
    background-image: url('../images/owner/header_bg.png');
}


.feature {
    margin: 100px auto;
    text-align: center;
}


.feature h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 29px;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 0.8;
}

.feature h3 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding: 0 1.5rem 10px;
    border-bottom: 2px solid #f2971a;
}

.feature h2 {
    font-size: 46px;
    color: #f2971a;
    font-weight: 900;
    text-align: center;
    margin: 80px auto 50px;
}

.feature .flex2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px auto;
}

.feature .flex2 .txt_area {
    text-align: left;
    font-size: 20px;
    line-height: 2.2;
    width: 50%;
    padding: 0 30px 0 0;
}

.feature .flex2 .photo_area {
    width: 42%;
}

.feature .flex3 {
    background: linear-gradient(#fff 20%, #e3e3e2 20%);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px auto;
    padding: 0 0 50px;
}

.feature .flex3_box {
    width: 33.33%;
}

.feature .flex3_box h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 120px;
    color: rgba(120, 120, 120, 0.3);
}

.feature .flex3_box p {
    font-size: 21px;
    line-height: 1.8;
    font-weight: 400;
}

.feature .flex3_box p span {
    font-size: 26px;
    font-weight: 900;
    color: #f2971a;
}

.feature .flex3_box img {
    margin: 20px auto;
}

.feature .bdr_r {
    border-right: 1px dotted #999;
}

.service {
    margin: 100px auto 0;
    text-align: center;
}


.service h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 29px;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 0.8;
    margin-bottom: 100px;
}

.service h3 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding: 0 0.5em 10px;
    border-bottom: 2px solid #f2971a;
}

.service .flex2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}

.service .service_01 {
    background-color: rgba(255, 242, 182, 0.55);
    padding: 130px 0;
}

.service .service_01 .txt_area {
    text-align: left;
    line-height: 2.2;
    width: 50%;
    padding: 0 0 0 30px;
}

.service .service_01 .txt_area .ttl {
    margin-bottom: 30px;
}

.service .service_01 .txt_area .ttl p {
    color: #f2971a;
    font-size: 18px;
    font-weight: 700;
}

.service .service_02 {
    background-color: rgba(255, 227, 178, 0.7);
    padding: 130px 0;
}

.service .service_02 .txt_area {
    text-align: left;
    line-height: 2.2;
    width: 50%;
    padding: 0 30px 0 0;
}

.service .service_02 .txt_area .ttl {
    margin-bottom: 30px;
}

.service .service_02 .txt_area .ttl p {
    color: #f2971a;
    font-size: 18px;
    font-weight: 700;
}

.service .service_03 {
    background-color: rgba(255, 242, 182, 0.55);
    padding: 130px 0;
}

.service .service_03 .txt_area {
    text-align: left;
    line-height: 2.2;
    width: 50%;
    padding: 0 30px 0 0;
}

.service .service_03 .txt_area .ttl {
    margin-bottom: 30px;
}

.service .service_03 .txt_area .ttl p {
    color: #f2971a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}

.service .service_03 .txt_area .ttl p.fs_26 {
    font-size: 26px;
}

.service .txt_area .btn {
    margin: 20px auto;
}

.service .txt_area .btn a {
    display: inline-block;
    padding: 10px 80px;
    background-color: #f2971a;
    color: #fff;
    line-height: 2.2;
    border-radius: 30px;
    font-size: 16px;
}

.service p.fs_26 {
    font-size: 26px;
}

.service .photo_area {
    width: 50%;
}


.service_03 .flex3 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 80px auto 0;
}

.service_03 .flex3_box {
    position: relative;
    width: 32%;
    max-width: 315px;
    background-color: #fff;
}

.service_03 .flex3_box h5 {
    color: #f2971a;
    font-size: 24px;
    line-height: 1.2;
}

.service_03 .flex3_box h5.m05 {
    margin: 0.5em;
}

.service_03 .flex3_box p {
    text-align: left;
    padding: 20px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

.service_03 .flex3_box img {
    margin: 0 auto 20px;
}

.service_03 .flex3_box .btn {
    margin: 20px auto 50px;
}

.service_03 .flex3_box .btn a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #f2971a;
    color: #f2971a;
    line-height: 2.2;
    border-radius: 30px;
    font-size: 18px;
}

.service_03 .flex3_box .btn a:hover {
    border: 1px solid #f2971a;
    background-color: #f2971a;
    color: #fff;
}

.service_03 .flex3_box .square {
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f2971a;
    border-right: 15px solid #f2971a;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact_btn .flex3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_btn .flex3 .btn {
    width: 32%;
    margin: 10px auto;
}


@media screen and (max-width: 768px) {
    .feature {
        margin: 80px auto;
    }

    .feature h2 {
        font-size: 30px;
        margin: 50px auto 50px;
    }

    .feature .flex2 .txt_area {
        font-size: 16px;
        width: 54%;
        padding: 0 20px 0 0;
    }

    .feature .flex2 .photo_area {
        width: 42%;
    }

    .feature .flex3_box {
        width: 33.33%;
    }

    .feature .flex3_box h4 {
        font-size: 100px;
    }

    .feature .flex3_box p {
        font-size: 18px;
    }

    .feature .flex3_box p span {
        font-size: 24px;
    }

    .feature .flex3_box img {
        margin: 20px auto;
    }

    .feature .bdr_r {
        border-right: 1px dotted #999;
    }

    .service {
        margin: 80px auto 0;
    }

    .service .flex2 {
        margin: 0 auto;
    }

    .service .txt_area br.sp_non {
        display: none;
    }

    .service .service_01 {
        padding: 100px 0;
    }

    .service .service_01 .txt_area {
        width: 55%;
        padding: 0 0 0 20px;
    }

    .service .service_01 .txt_area .ttl {
        margin-bottom: 30px;
    }

    .service .service_01 .txt_area .ttl p {
        font-size: 16px;
    }

    .service .service_02 {
        padding: 100px 0;
    }

    .service .service_02 .txt_area {
        width: 55%;
        padding: 0 20px 0 0;
    }

    .service .service_02 .txt_area .ttl {
        margin-bottom: 30px;
    }

    .service .service_02 .txt_area .ttl p {
        font-size: 16px;
    }

    .service .service_03 {
        padding: 100px 0;
    }

    .service .service_03 .txt_area {
        width: 55%;
        padding: 0 20px 0 0;
    }

    .service .service_03 .txt_area .ttl {
        margin-bottom: 30px;
    }

    .service .service_03 .txt_area .ttl p {
        font-size: 16px;
    }

    .service .photo_area {
        width: 45%;
    }

    .service_03 .flex3_box h5 {
        font-size: 20px;
    }

    .service_03 .flex3_box h5.m05 {
        margin: 0.5em;
    }

    .service_03 .flex3_box p {
        padding: 10px 20px;
        font-size: 16px;
    }

    .service_03 .flex3_box img {
        margin: 0 auto 20px;
    }

    .service_03 .flex3_box .btn {
        margin: 20px auto 50px;
    }

    .service_03 .flex3_box .btn a {
        font-size: 16px;
    }

    .contact_btn .flex3 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contact_btn .flex3 .btn {
        width: 32%;
        margin: 10px auto;
    }

    .contact_btn .flex3 .btn a {
        font-size: 16px;
    }

}


@media screen and (max-width: 480px) {
    br.sp_non {
        display: none;
    }

    .feature {
        margin: 50px auto;
    }

    .feature h2 {
        font-size: 20px;
        margin: 50px auto 30px;
    }

    .feature .flex2 {
        margin: 30px auto;
    }

    .feature .flex2 .txt_area {
        font-size: 16px;
        width: 100%;
        padding: 0 0 20px;
    }

    .feature .flex2 .photo_area {
        width: 100%;
    }

    .feature .flex3 {
        background: #e3e3e2;
        padding: 50px 0;
    }

    .feature .flex3_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .feature .flex3_box h4 {
        font-size: 80px;
    }

    .feature .bdr_r {
        border-right: none;
        border-bottom: 1px dotted #999;
        width: 80%;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    .service {
        margin: 50px auto 0;
    }

    .service h3 {
        margin-bottom: 50px;
    }

    .service .flex2 {
        margin: 0 auto;
    }

    .service .txt_area br.sp_non {
        display: none;
    }

    .service .service_01 {
        padding: 50px 0;
    }

    .service .service_01 .txt_area {
        width: 100%;
        padding: 20px 0;
    }

    .service .service_01 .txt_area .ttl {
        margin-bottom: 30px;
    }

    .service .service_01 .txt_area .ttl p {
        font-size: 14px;
    }

    .service .service_02 {
        padding: 50px 0;
    }

    .service .service_02 .txt_area {
        width: 100%;
        padding: 20px 0;
        order: 1;
    }

    .service .service_02 .txt_area .ttl {
        margin-bottom: 30px;
    }

    .service .service_02 .txt_area .ttl p {
        font-size: 14px;
    }

    .service .service_03 {
        padding: 50px 0;
    }

    .service .service_03 .txt_area {
        width: 100%;
        padding: 20px 0;
        order: 1;
    }

    .service .service_03 .txt_area .ttl {
        margin-bottom: 30px;
    }

    .service .service_03 .txt_area .ttl p {
        font-size: 14px;
    }

    .service .service_03 .txt_area .ttl p.fs_26 {
        font-size: 24px;
    }

    .service .txt_area .btn {
        text-align: center;
        margin: 20px auto;
    }


    .service .photo_area {
        width: 100%;
    }


    .service_03 .flex3 {
        margin: 0 auto 0;
    }

    .service_03 .flex3_box {
        width: 100%;
        max-width: 315px;
        margin: 30px auto;
    }


    .service_03 .flex3_box p {
        padding: 10px;
    }

    .contact_btn .flex3 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contact_btn .flex3 .btn {
        width: 100%;
    }

    .contact_btn .flex3 .btn a {
        font-size: 16px;
    }
}


/* floating */

.floating {
    position: fixed;
    bottom: 25%;
    right: 0;
    background-color: #f2971a;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    z-index: 99;
}

.floating a {
    display: inline-block;
    padding: 10px 5px 20px 15px;
    color: #fff;
}

.floating img {
    width: 27px;
    vertical-align: middle;
    margin: 5px 10px 10px 0;
}

@media screen and (max-width: 768px) {
    .floating {
        bottom: 10%;
    }
}

@media screen and (max-width: 480px) {
    .floating {
        position: fixed;
        bottom: auto;
        top: 93%;
        left: 16px;
        right: auto;
        background-color: #f2971a;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        text-align: center;
    }

    .floating a {
        display: inline-block;
        padding: 10px 30px;
        color: #fff;
        font-size: 0.8rem;
    }

    .floating a img {
        width: 20px;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

}

/* 2022/12/09 main-visual変更 */

/* roll */

.text_area {
    overflow: hidden;
}

.roll-area {
    position: absolute;
    text-align: left;
    width: 1200px;
    max-width: 100%;
    right: 0;
    left: 0;
    animation: 60s credits;
    animation-fill-mode: forwards
}


/* animate__delay */

.animate__animated.animate__delay-20s {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
    -webkit-animation-delay: calc(var(--animate-delay)*20);
    animation-delay: calc(var(--animate-delay)*20);
}

@media screen and (max-width: 1200px) {
    .mainvisual .img_area img {
        height: 590px;
    }

    .first_text p {
        font-size: 5.95vw;
        font-weight: bold;
        letter-spacing: 0.25em;
        text-align: end;
    }

    .third_text {
        margin: 8% 6% 0;
    }

    .bg_black {
        padding: 1% 2% 0;
    }

    .third_text p {
        font-size: 1.14vw;
        letter-spacing: 0.1em;
        line-height: 3
    }
}

@media screen and (max-width: 768px) {
    .mainvisual {
        height: 590px;
        position: relative;
    }

    .mainvisual .img_area {
        position: absolute;
        width: 100%;
        max-height: 900px;
        overflow: hidden;
        text-align: center;
    }

    .mainvisual .img_area img {
        height: 590px;
    }

    .first_text {
        padding-top: 70px;
    }

    .third_text {
        /*        padding: 15% 5% 0;*/
        margin: 12% 3% 0;
    }

    .bg_black {
        padding: 2% 2% 0;
    }

    .third_text p {
        font-size: 12px;
    }

}

@keyframes credits {
    0% {
        top: 100%;
    }

    100% {
        top: -160%;
    }
}

@media screen and (max-width: 480px) {
    .mainvisual {
        height: 480px;
    }

    .mainvisual .img_area img {
        width: auto;
        object-fit: cover;
        height: 480px;
    }

    .mainvisual .text_area {
        width: 92%;
        height: 480px;
    }

    .first_text {
        padding: 50% 5%;
    }

    .third_text {
        margin: 6% 0%;
    }

    .bg_black {
        padding: 2% 0;
    }

    .third_text p {
        font-size: 10px;
        letter-spacing: 0;
    }

    .roll-area {
        text-align: left;
    }

}
.marginB20{margin-bottom:20px !important;}

