@charset "utf-8";

/*========================================


　　　　　　　　　　　PC_First


==========================================*/
html {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


@media all and (-ms-high-contrast:none) {
    body {
        font-family: メイリオ, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}


body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.5;
    color: #393939;
    background: #ffffff;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.common_section_1,
.common_section_2,
.common_section_3 {
    padding: 150px 0px;
    margin: 0 auto;
}

.common_section_1 {
    max-width: 1024px;
}

.common_section_2 {
    max-width: 900px;
}

.common_section_3 {
    max-width: 680px;
}

.common_headline {
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 3px;
}

.common_headline_en {
    font-size: 24px;
    color: #ff8d6e;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: "Courgette", "cursive", "serif";
}

.common_headline_ja {
    font-size: 26px;
    font-weight: bold;
}

.common_readsentence {
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}


.br_896 {
    display: block;
}

.br_480_on {
    display: none;
}

.br_480_out {
    display: block;
}

.out_720 {
    display: block;
}

.in_720 {
    display: none;
}

.out_1080 {
    display: block;
}

.on_1080 {
    display: none;
}

.out_620 {
    display: block;
}

.bg_color {
    background: #ffe5dd;
}

.fadein {
    opacity: 0;
    transform: translateY(5px);
    transition: all 1s;
}



@media screen and (max-width: 1080px) {
    .out_1080 {
        display: none;
    }

    .on_1080 {
        display: block;
    }
}




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

    .common_section_1,
    .common_section_2,
    .common_section_3{
        padding: 100px 50px;
    }

    .common_headline_en {
        margin-bottom: 10px;
    }

    .br_896 {
        display: none;
    }

    .common_headline_ja {
        font-size: 20px;
    }

    .common_headline {
    margin-bottom: 50px;
}

}

@media screen and (max-width: 720px) {
.out_720 {
    display: none;
}
.in_720 {
    display: block;
}
}


@media screen and (max-width: 620px) {
    .out_620 {
        display: none;
    }
}


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

    .common_section_1,
    .common_section_2,
    .common_section_3{
        padding: 80px 20px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .common_headline_en {
        margin-bottom: 0px;
    }


    .br_480_on {
        display: block;
    }

    .br_480_out {
        display: none;
    }

    .common_headline {
        margin-bottom: 30px;
    }

    .common_readsentence {
        text-align: left;
        line-height: 2;
        font-size: 14px;
    }
}















/*---------------------------------------コンタクト*/
#contact {
    background-image: url(../img/base/contact_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact_inner {
    padding: 50px 0px;
    margin: 0 auto;
    max-width: 1024px;
}

.contact_area {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 50px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
}

.tel_btn,
.web_btn {
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    width: 48%;
    height: 40px;
    box-sizing: border-box;
    height: 90px;
    transition: all 1s;
    font-weight: bold;
}

.contact_area_headline {
    font-size: 24px;
    color: #ff8d6e;
    font-weight: bold;
}


.contact_area_headline_sub {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
}

.tel_btn {
    background-color: #8b95ef;
    float: left;
    position: relative;
}



.tel_btn::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    top: 24px;
    left: 50px;
    background-image: url(../img/base/tel_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}


.header_entry {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #ff8d6e;
    float: right;
    margin-top: 13px;
    margin-right: 70px;
    transition: all 1s;
}


.header_entry:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}


.web_btn {
    background-color: #ff8d6e;
    float: right;
    line-height: 1.7;
    position: relative;
}

.web_btn::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    top: 30px;
    left: 50px;
    background-image: url(../img/base/mail_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}


.web_btn:hover {
    transform: scale(1.05);
    transition-duration: 0.2s;
}


.tel_btn:hover {
    transform: scale(1.05);
    transition-duration: 0.2s;
}


.tel_btn_number {
    line-height: 1;
    font-size: 36px;
}


.web_btn_text {
    font-size: 24px;
    padding-left: 50px;
    padding-top: 8px;
}

.contact_area_subtext {
    margin-top: 20px;
}




@media screen and (max-width: 1024px) {
    .web_btn_text {
        font-size: 24px;
    }

    .tel_btn_number {
        font-size: 30px;
    }



    .tel_btn {
        margin-bottom: 20px;
    }

    .tel_btn_number {
        line-height: 1.1;
    }

    .web_btn::before {
    left: 25px;
}

    .tel_btn::before {
    left: 25px;
}

}




@media screen and (max-width: 896px) {
    .contact_inner {
        padding: 50px 50px;
    }

    .contact_area {
        padding: 50px 30px;
    }

    .web_btn_text {
        font-size: 18px;
    }

    .tel_btn_number {
        font-size: 20px;
        margin-left: 30px;
            padding-top: 5px;
    }


    .tel_btn_number_sub {
        margin-left: 30px;
    }

    .tel_btn::before {
        width: 30px;
        height: 30px;
        top: 32px;
    }

    .web_btn::before {
        width: 30px;
        height: 30px;
        top: 35px;
    }

    .web_btn_text {
        padding-top: 11px;
    }

}

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

    .tel_btn,
    .web_btn {
        height: 70px;
        float: none;
        margin:0 auto;
        width: 300px;
    }

    .contact_area {
        padding: 50px 50px;
    }

    .tel_btn {
        padding: 10px;
    margin-bottom: 20px;
    }

    .tel_btn::before {
        top: 20px;
        left: 27px;
    }

    .web_btn::before {
        top: 24px;
    }

    .web_btn {
        padding: 12px;
    }

    .tel_btn_number {
        margin-top: 0px;
    }

    .web_btn_text {
        padding-top: 10px;
    }

}




@media screen and (max-width: 620px) {
    .contact_area {
        padding: 30px 20px;
    }

    .web_btn_text {
        font-size: 20px;
    }

    .tel_btn_number {
        font-size: 20px;
    }



    .tel_btn {
        margin-bottom: 18px;
    }

    .contact_area_headline {
        font-size: 18px;
    }


    .contact_area_headline_sub {
        font-size: 18px;
    }


}


@media screen and (max-width: 480px) {
    .contact_inner {
        padding: 50px 20px;
    }

    .contact_area_headline {
        font-size: 18px;
    }

    .contact_area_headline_sub {
        font-size: 18px;
        margin-bottom: 20px;
    }



    .tel_btn::before {
        top: 13px;
        left: 16px;
    }

    .web_btn::before {
        top: 16px;
        left: 15px;
    }

    .web_btn_text {
        font-size: 18px;
        padding-top: 4px;
    }

    .tel_btn,
    .web_btn {
        padding: 10px 5px;
        height: 55px;
    }

    .tel_btn_number_sub {
        font-size: 12px;
    }

    .tel_btn_number {
        margin-top: 0px;
    }
    .tel_btn_number {
            padding-top: 0px;
                margin-top: -3px;
    }
    .web_btn_text {
    padding-left: 30px;
}


}


@media screen and (max-width: 360px) {
    .web_btn_text {
        font-size: 16px;
        padding-top: 5px;
    }
    .contact_area_headline_sub {
        font-size: 14px;
    }


    .web_btn_text {
        padding-left: 20px;
    }

    .tel_btn::before {
        left: 10px;
    }

    .web_btn::before {
        left: 10px;
    }

    .tel_btn_number_sub {
        margin-left: 20px;
    }

    .contact_area {
        padding: 30px 15px;
    }

    .tel_btn,
    .web_btn {
        width: 250px;
    }
        .tel_btn_number {
                margin-top: -2px;
    }
}













/*---------------------------------------フッター*/
.footer_area {
    display: flex;
    justify-content: space-between;
}

.footer_copyright {
    background: #ff8d6e;
    color: #fff;
    text-align: center;
    font-size: 12px;
    height: 50px;
    line-height: 4;
}

.footer_group_banner,
.footer_recruit_banner {
    transition: all .3s;
    width: 48%;
}


.footer_group_banner a {
    display: flex;
    align-items: center;
}

.footer_group_banner:hover,
.footer_recruit_banner:hover {
    transform: translateY(-5px);

}

.footer_group_banner_img img {
    width: 100%;
}



@media screen and (max-width: 480px) {
    .footer_area {
        display: flex;
        flex-direction: column;
    }

    .footer_group_banner,
    .footer_recruit_banner {
        width: 100%;
    }

    .footer_group_banner {
        margin-bottom: 20px;
    }

}











/*------------------------ローディングアニメーション*/
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}


/* ローディング画面 */
#loader-bg {
    background: #ff8d6e;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}

#loader {
 left: calc(50% - 50px);
    position: fixed;
    top: 50%;
}


#loader img {
    width: 50px;
    animation: fluffy1 3s ease infinite;
}


@keyframes fluffy1 {
    0% {
        transform: translateY(0)
    }

    5% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-15px)
    }

    25% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-15px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}



@media screen and (max-width: 480px) {
#loader {
    left: 42%;
}

}









/*--------------------------------トップへ戻るボタン*/
.topbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    transition: all 1s;
    font-size: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #ff8d6e;
}

.topbtn:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.topbtn a {
    color: #ff8d6e;
    font-family: "Courgette", "cursive", "serif";
}



.topbtn p {
    position: relative;
    padding-top: 12px;
    color: #ff8d6e;
    font-family: "Courgette", "cursive", "serif";
    cursor: pointer;
}


.topbtn p::before {
    position: absolute;
    top: 13px;
    left: 4px;
    right: 0;
    margin: auto;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/base/top.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}





@media screen and (max-width: 1080px) {
.topbtn {
    width: 52px;
    height: 52px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    right: 5px;
}

.topbtn p::before {
    top: 8px;
    left: 4px;
    width: 15px;
    height: 15px;
}


.topbtn p {
    padding-top: 6px;
}
.topbtn {
    bottom: 5px;
}

}
