body,
h1,
h2,
h3 {
    margin: 0;

}

.effect-fade {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 500ms;
    will-change: transform;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
    will-change: transform;
}


.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

.block_move {
    position: relative;
    overflow: hidden;
}

.block_move:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #E7A758;
    animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(.77, 0, .175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(.77, 0, .175, 1);
    animation-fill-mode: both;
}



.block_move_action {
    margin: 0.05em;
    animation: fadeIn 0.1s 0.5s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes secondaryImageOverlayIn {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes secondaryImageOverlayOut {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(102%);
    }
}

a {
    text-decoration: none;
}


body {
    font-family:
        "Hiragino Kaku Gothic Pro",
        "ヒラギノ角ゴ Pro",
        "Yu Gothic Medium",
        "游ゴシック Medium",
        YuGothic,
        "游ゴシック体",
        "メイリオ",
        sans-serif;
}


.white {
    color: #fff;
}

.mt50 {
    margin-top: 50px;
}



.area_row {
    max-width: 900px;
}

.mv_row {
    max-width: 1280px;
}

.footer_row {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.mv_row,
.row,
section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}





@keyframes wid {
    0% {
        width: 0;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

@keyframes hei {
    0% {
        height: 0;
    }

    50% {
        height: 80%;
    }

    100% {
        height: 100%;
    }
}



#area_0 {

    background-color: #E7A758;
    height: 100vh;
    position: relative;



}

.mv_area {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
}


#area_1 {

    background-color: #f9f9f9;
}

#area_2 {

    background-color: #E7A758;
}

#area_3 {

    background-color: #00355F;
}

#area_4 {

    background-color: #D14726;
}

.mv {
    position: relative;
}

.mv span {}

h1 {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.saiyou_area {
    display: flex;
    justify-content: center;
}

.saiyou_link {
    border-bottom: dotted 5px #E7A758;
    line-height: 1.8;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    color: #D57E0C;
}

.info {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.info_area {
    display: flex;
    justify-content: center;
}

.info_link {
    border-bottom: dotted 5px #1F5D8E;
    line-height: 1.8;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    color: #00355F;
}

.midashi span {
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.midashi h2 {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.title {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.title span {
    line-height: 2;
}

.text {
    line-height: 2;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footer {
    text-align: center;
    line-height: 1.8;
    ;
}

.footer img {
    max-width: 200px;
    max-height: 75px;
    margin: 20px 0 50px;
}



.saiyou_img {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background-color: #fff;
    border-radius: 200px;
    margin-bottom: 50px;
}

.saiyou_img img {
    max-height: 150px;
}


.btn {
    padding: 10px 20px;
    margin-bottom: 20px;
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}



.tag {
    padding: 10px 20px;
    margin-bottom: 40px;
    border: solid 1px #00355F;
    background-color: #fff;
    color: #00355F;
    text-decoration: none;
    display: inline-block;
}

.pagetop {
    width: 100%;
    position: relative;
}

.pagetop a {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 80px;
    text-align: center;
    bottom: 0;
    padding: 20px 10px 15px;
    border: solid 1px #fff;
    display: inline-block;
    transition: all 0.2s;
}

.mv a {

    transition: all 0.2s;
}

.pagetop svg {
    height: 50px;
    width: 50px;

}



.people {
    flex: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.people img {
    width: 100px;
    height: 100px;
}


.people_name {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.8;


}

.people_detail {
    display: inline-block;
    width: 100%;
    height: 100px;
    font-size: 12px;
    text-align: left;
}


.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.scroll_dawn {
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    font-family: 'Josefin Sans',
        sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}


.scroll_dawn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #999;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
    0% {
        opacity: 1;
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    30.1%,
    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}



@media screen and (min-width: 1081px) {

    .mail.btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #D14726;
        transition: all 0.2s;

    }

    .pagetop a:hover {
        background-color: #fff;
        border-color: #fff;
        color: #D14726;
        transition: all 0.2s;

    }



    .pagetop a:hover .cls-1 {
        fill: #D14726 !important;
        transition: all 0.2s;

    }

    .mv a:hover .saiyou_area {
        opacity: 0.8;
        transition: all 0.2s;
    }

    .info:hover .info_area {
        opacity: 0.8;
        transition: all 0.2s;
    }

    .saiyousite.btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #00355F;
        transition: all 0.2s;
    }


    .only_sp {
        display: none;
    }

    .contents {
        flex: 1;
    }

    .left {
        margin: 0 0 0 5%;
    }

    .right {
        margin: 0 5% 0 0;
    }

    .mv_img {
        margin-left: 30px;
        max-width: 500px;
    }

    .logo_img {
        max-width: 480px;
    }

    .midashi h2 img {
        max-width: 60px;
    }


    .title {
        margin-bottom: 50px;
    }

    .text {
        font-size: 18px;
    }

    .title h3 {
        margin: 50px 0;
        font-size: 28px;
        line-height: 1.9;
        display: inline-block;
    }

    .area_row {
        max-width: 900px;
        margin: 100px 0;
        width: 100%;
    }

    .mv_row {
        max-width: 1280px;
        width: 100%;
    }

    .footer_row {
        max-width: 1280px;
        width: 100%;
        margin: 250px 0 150px;
    }

    .img_01 {
        margin: 80px 0 40px;
    }

    .img_01 img {
        max-width: 700px;
        width: 100%;

    }

    .pagetop {
        height: 250px;
    }




}


@media screen and (min-width: 768px) and (max-width: 1080px) {



    .mail.btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #D14726;
        transition: all 0.2s;

    }

    .pagetop a:hover {
        background-color: #fff;
        border-color: #fff;
        color: #D14726;
        transition: all 0.2s;

    }

    .pagetop a:hover .cls-1 {
        fill: #D14726 !important;
        transition: all 0.2s;

    }


    .saiyousite.btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #00355F;
        transition: all 0.2s;
    }

    .info:hover .info_area {
        opacity: 0.8;
        transition: all 0.2s;
    }

    .wid100 {
        width: 100%;
    }

    .only_pc {
        display: none !important;
    }


    .contents {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 5%;

    }

    .logo_img {
        max-width: 350px;
        width: 100%;
    }

    .left {
        margin-top: 0px;
    }

    .right {
        margin-top: 50px;
    }

    .mv_img {
        width: 100%;
        max-width: 600px;
        max-height: 300px;
        margin-left: 3%;
    }

    .midashi h2 img {
        max-width: 50px;
    }

    .title {
        margin-bottom: 50px;
    }

    .title h3 {
        margin: 50px 0;
        font-size: 28px;
        line-height: 1.9;
    }

    .area_row {
        max-width: 600px;
        margin: 100px 0;
        width: 100%;
    }

    .footer_row {
        max-width: 600px;
        width: 100%;
        margin: 100px 0;
    }

    .img_01 {
        margin: 80px 0;
    }

    .img_01 img {
        max-width: 700px;
        width: 100%;

    }

    .mt80 {
        margin-top: 80px;
    }

    .pagetop {
        height: 250px;
    }


    .scroll_dawn {
        margin: auto;
        right: 0;
        left: 0;
        width: 50px;
        bottom: 35px;
        padding: 0px 10px 55px;
        font-size: 10px;
        writing-mode: initial;
    }

    .saiyou_link {
        font-size: 13px;
    }

    .scroll_dawn::after {
        height: 40px;
    }


}

@media screen and (max-width: 767px) {

    .wid100 {
        width: 100%;
    }



    #area_0 {
        padding: 0;
    }


    .mv_area {
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .contents {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;

    }

    .only_pc {
        display: none !important;
    }

    .logo_img {
        max-height: 50px !important;

        width: 100%;
    }

    .mv_img {
        max-height: 260px;
        max-width: 260px;
        width: 100%;
        margin-left: 5%;
    }

    .midashi h2 img {
        max-width: 40px;
    }


    .left {}

    .right {
        margin-top: 15%;
    }

    .title {
        margin-bottom: 50px;
    }

    .title h3 {
        margin: 50px 0;
        font-size: 24px;
        line-height: 1.9;
    }

    .area_row {
        max-width: 300px;
        margin: 100px 0;
        width: 100%;
    }

    .footer_row {
        max-width: 300px;
        width: 100%;
        margin: 100px 0;
    }

    .img_01 {
        margin: 40px 0;
    }

    .img_01 img {
        max-width: 300px;
        width: 100%;

    }

    .mt80 {
        margin-top: 80px;
    }

    .pagetop {
        height: 200px;
    }

    .people {
        padding: 20px;
    }

    .scroll_dawn {
        margin: auto;
        right: 0;
        left: 0;
        width: 50px;
        bottom: 35px;
        padding: 0px 10px 55px;
        font-size: 10px;
        writing-mode: initial;
    }

    .saiyou_link {
        font-size: 13px;
    }

    .scroll_dawn::after {
        height: 40px;
    }

}

@media screen and (max-width: 320px) {



    .mv_area {
        height: calc(100% - 20px);
        width: calc(100% - 20px);
    }

    section {
        padding: 0 20px;


    }

    .saiyou_link {
        margin: 10px 0 45px;
    }
}