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

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #3E3A39;
    background-color: #EFEFEF;
}

a {
    color: #3E3A39;
}

/* ------------------------------------- /
/   common
/* ------------------------------------- */
.inner {
    max-width: 1080px;
    margin: 0 auto;
}

.sub_inner {
    max-width: 600px;
    margin: 0 auto;
}

.bk_c {
    background-color: #f0f9fc;
}

.flex {
    display: flex;
}

.jc-sb {
    justify-content: space-between;
}

.jc-c {
    justify-content: center;
}

.fw-w {
    flex-wrap: wrap;
}

.ai-fs {
    height: auto;
    align-items: flex-start;
}

.ai-fc {
    align-items: center;
}

.ai-fe {
    align-items: flex-end;
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

a h2 {
    color: #3E3A39;
}

a h2:hover {
    color: #3E3A39;
}

@media (max-width: 768px) {
    h2 {
        font-size: 4rem !important;
        margin-bottom: 40px !important;
    }
}

@media (max-width: 500px) {
    h2 {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .sp500_btm {
        margin-bottom: 30px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 425px) {
    h2 {
        font-size: 3.2rem !important;
    }
}

/*---------------------------------  /
/*  pc-sp none
/*--------------------------------- */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.sp768 {
    display: none !important;
}

@media (max-width: 1024px) {

    .inner,
    .sub_inner {
        padding: 0 20px;
    }
}

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

    .sp768 {
        display: block !important;
    }
}

@media (max-width: 500px) {

    .inner,
    .sub_inner {
        padding: 0 10px;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* ------------------------------------- /
/   header
/* ------------------------------------- */
.header h1 {
    padding: 20px 0 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.4rem;
}

.header .header_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.header .header_menu_pc {
    max-width: 570px;
    width: 100%;
}

.header .header_menu_pc ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header .header_menu_pc ul li a {
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #fff;
}

.header .header_menu_pc ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

@media (max-width: 1024px) {
    .header .header_inner {
        padding: 15px 20px;
    }
}

@media (max-width: 768px) {
    .header .header_menu_pc {
        display: none;
    }
}

/*---------------------------------  /
/*  flexslider
/*--------------------------------- */
.flexslider {
    position: relative;
}

.slide_text {
    width: 100%;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
}

.flexslider h2 {
    font-family: Noto Serif JP;
    font-size: 4.5rem;
    font-weight: 900;
    text-align: center;
    line-height: 2;
    color: #fff;
}

@media (max-width: 768px) {
    .flexslider {
        margin-top: 0px !important;
    }

    .slide_text {
        top: 71%;
    }

    .flexslider h2 {
        padding: 0 65px 0 20px;
        font-size: 2.5rem !important;
        line-height: 1.7;
    }
}

@media (max-width: 500px) {
    .flexslider h2 {
        padding: 0 65px 0 20px;
        font-size: 2.5rem !important;
        text-align: left;
        line-height: 1.7;
    }

    .slide_text {
        top: 67%;
    }

    .flexslider h2 br {
        display: none;
    }
}


/*---------------------------------  /
/*  header_area
/*--------------------------------- */
.header_area .main_logo {
    max-width: 146px;
}

.header_area .header_tel_left {
    max-width: 350px;
    max-height: 110px;
}

.header_area .left_tel_top {
    padding: 0 0 0 70px;
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 57px;
    background-position: 0 bottom;
}

.header_area .left_tel_top p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
}

.header_area .left_tel_top p.tel {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
}

.header_area .left_tel_btm a {
    display: block;
    padding: 6px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #9A5B9C;
    transition: 0.5s;
}

.header_area .left_tel_btm a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.header_area .header_tel_right {
    max-width: 380px;
    width: 100%;
    align-items: center;
}

.header_area .header_tel_right img {
    max-width: 92px;
    max-height: 92px;
}

.header_area .tel_right_box {
    max-width: 258px;
}

.header_area .tel_right_box .f12 {
    font-size: 1.2rem;
}

.header_area .tel_right_box .icon_tel {
    padding: 0 0 0 40px;
    font-size: 3.2rem;
    font-weight: 700;
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0 10px;
    letter-spacing: 0.01rem;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .header .header_menu_pc {
        display: none;
    }

    .header_menu_sp {
        width: 100%;
        background-color: #9A5B9C;
        padding: 20px 0 20px;
        position: fixed;
        z-index: 10000;
        top: 0;
    }

    .header_menu_sp img {
        max-width: 220px;
    }

    .flexslider {
        margin-top: 87px;
    }
}

@media (max-width: 500px) {
    .flexslider {
        margin-top: 0px;
    }
}

/*---------------------------------  /
/*  header_menu
/*--------------------------------- */
.header_menu {
    text-align: center;
    background-color: #9A5B9C;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header_menu li {
    width: calc(20% - 35px);
    height: 63px;
    transition: 0.5s;
}

.header_menu a {
    height: 100%;
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.header_menu li:nth-child(1) a,
.header_menu li:nth-child(3) a,
.header_menu li:nth-child(4) a,
.header_menu li:nth-child(5) a {
    padding: 20px 20px;
}

.header_menu li:hover {
    background-color: #7F4881;
    transition: 0.5s;
}

/*---------------------------------  /
/*  top_news_area
/*--------------------------------- */
.top_news_area {
    margin: 100px 0;
}

.top_news_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
    margin-bottom: 40px;
}

.top_news_area .back_btn {
    max-width: 300px;
    background-color: #9A5B9C;
    padding: 10px 0;
    margin: 50px auto;
}

.top_news_area .back_btn a {
    font-size: 1.7rem;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.top_news_area .back_btn a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.top_news_box {
    width: 100%;
    padding: 0 20px 20px;
    border: 0.5px solid #595757;
}

.top_news_box dl {
    padding: 15px 8px;
    border-bottom: 0.5px solid #595757;
}

.top_news_box dt {
    font-size: 1.2rem;
    color: #898989;
    margin-bottom: 6px;
}

.top_news_box dd {
    font-size: 1.5rem;
    font-weight: 700;
    color: #595757;
}

/*---------------------------------  /
/*  top_management_area
/*--------------------------------- */
.top_management_area {
    margin: 200px 0;
}

.top_management_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
    margin-bottom: 100px;
}

.top_management_area .title p {
    font-family: niconne;
    font-size: 2.7rem;
    font-weight: 300;
    color: #9A5B9C;
    margin-left: 25px;
    margin-top: 5px;
}

.top_management_area h3 {
    padding-left: 27px;
    font-family: Noto Serif JP;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.8;
}

.top_management_txt {
    margin: 40px 0 0 27px;
}
.top_management_txt h4{
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #9A5B9C;
}
.top_management_txt ul{
    padding-left: 27px;
    list-style: disc;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .top_management_area h3 {
        font-size: 2.8rem;
        font-weight: 900;
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    .top_management_area {
        margin: 100px 0;
    }
}

@media (max-width: 425px) {
    .top_management_area h3 {
        font-size: 2.4rem;
    }
}

/*---------------------------------  /
/*  top_action_area
/*--------------------------------- */
.top_action_area {
    margin: 100px 0 10px;
    background-image: url(../img/bk_action.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: right 10px;
}

.top_action_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
    margin-bottom: 100px;
}

.top_action_area .title p {
    font-family: niconne;
    font-size: 2.7rem;
    font-weight: 300;
    color: #9A5B9C;
    margin-left: 25px;
    margin-top: 5px;
}

.top_action_area .action_box {
    font-family: Noto Serif JP;
    font-weight: 700px;
}

.top_action_area .action_box .h3_area {
    padding-left: 100px;
    overflow: hidden;
    margin-bottom: 90px;
}

.top_action_area .action_box .h3_area h3 {
    width: 20%;
    font-size: 4.3rem;
    font-weight: 900;
    color: #9A5B9C;
}

.top_action_area .action_box .h3_area p {
    width: 80%;
    font-size: 2.6rem;
    font-weight: 900;
    padding-left: 25px;
}

.top_action_area .inner .btn_box {
    max-width: 1080px;
    padding: 0 100px;
    margin: 0 auto;
}

.top_action_area .action_btn {
    width: 23%;
    padding: 10px 0;
    background-color: #9A5B9C;
}

.action_btn a {
    font-size: 1.7rem;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.action_btn a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

@media (max-width: 1024px) {
    .top_action_area .action_box .h3_area {
        margin-bottom: 60px;
    }

    .top_action_area .action_box .h3_area h3 {
        font-size: 3.5rem;
    }

    .top_action_area .action_box .h3_area p {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    .top_action_area .action_box .h3_area h3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .top_action_area .action_box .h3_area p {
        width: 100%;
        padding-left: 0;
    }

    .top_action_area .action_box .h3_area {
        padding-left: 30px;
        line-height: 1.3;
    }

    .top_action_area .action_btn {
        margin: 20px 0 10px;
        width: 47%;
        padding: 10px 0;
        background-color: #9A5B9C;
    }
}

@media (max-width: 500px) {
    .top_action_area {
        background-image: none;
    }

    .top_action_area .action_box .h3_area br {
        display: none;
    }

    .top_action_area .action_box .h3_area h3 {
        font-size: 3rem;
        margin-bottom: 13px;
    }

    .top_action_area .inner .btn_box {
        padding: 0 10px;
    }

    .top_action_area .action_btn {
        width: 100%;
        padding: 10px 0;
        background-color: #9A5B9C;
    }

    .action_btn a {
        font-size: 1.4rem;
    }
}

/*---------------------------------  /
/*  top_business_area
/*--------------------------------- */
.top_business_area {
    margin: 100px 0;
}

.top_business_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
    margin-bottom: 100px;
}

.top_business_area .title p {
    font-family: niconne;
    font-size: 2.7rem;
    font-weight: 300;
    color: #9A5B9C;
    margin-left: 25px;
    margin-top: 5px;
}


.business_box_top {
    max-width: 706px;
    max-height: 706px;
    margin: 0 auto;
    padding: 37px 80px;
    background-color: #9A5B9C;
    border: 10px solid #D5B8D0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.business_inner {
    max-width: 495px;
    margin: 0 auto;
}

.business_box_top img {
    max-width: 163px;
    margin: 0 auto;
}

.business_box_top h3 {
    font-family: Noto Serif JP;
    margin: 35px 0;
    font-size: 4.4rem;
    font-weight: 900;
}

.business_box_top h4 {
    margin: 0 0 5px 0;
    font-size: 2.3rem;
    font-weight: 700;
}

.business_box_top .f14 {
    margin: 0 0 15px 0;
    font-size: 2rem;
    font-weight: 500;
}

.business_box_top p {
    margin: 0 0 28px 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.business_box_top p:nth-child(8) {
    margin: 0 0 0 0;
    padding-bottom: 28px;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1.6px #D5B8D0 dashed;
}

.business_box_top p:nth-child(9) {
    max-width: 270px;
    margin: 22px auto;
}


.business_box_btm {
    margin: 30px auto 80px;
}

.business_box_btm h3 {
    font-family: Noto Serif JP;
    font-size: 3.3rem;
    font-weight: 900;
    color: #9A5B9C;
    text-align: center;
}

.business_box_btm .btm_box {
    padding-top: 56px;
    background-image: url(../img/bk_business.png);
    background-repeat: no-repeat;
    background-size: 705px;
    background-position: center 30px;
}

.business_box_btm .box_mini {
    width: 23%;
    padding: 40px 0 30px;
    background-color: #9A5B9C;
    border: 5px solid #D5B8D0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.business_box_btm .box_mini h4 {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 31px;
}

.business_box_btm .box_mini p {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}


@media (max-width: 768px) {
    .business_box_top {
        max-width: 706px;
        max-height: 706px;
        margin: 0 auto 50px;
        padding: 37px 80px;
        background-color: #9A5B9C;
        border: 10px solid #D5B8D0;
        color: #fff;
        text-align: center;
    }

    .business_box_btm .btm_box {
        background-image: none;
        max-width: 500px;
        margin: 0 auto;
    }

    .business_box_btm .box_mini {
        width: 47%;
        padding: 50px 0 40px;
    }

    .business_box_btm .box_mini:nth-child(1),
    .business_box_btm .box_mini:nth-child(2) {
        margin-bottom: 20px;
    }

    .business_box_top p:nth-child(8) {
        padding-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .business_box_top {
        padding: 37px 20px;
        max-height: 100%;
        border-radius: 100px;
    }

    .business_box_top h3 {
        font-size: 3.4rem;
    }

    .business_box_top h4 {
        font-size: 2.4rem;
    }

    .business_box_btm .box_mini {
        width: 100%;
        border-radius: 100px;
    }

    .business_box_btm .box_mini:nth-child(3) {
        margin-bottom: 20px;
    }

    .business_box_top p:nth-child(9) {
        margin: 22px auto 0px;
    }

}

@media (max-width: 425px) {
    .business_box_btm .box_mini {
        padding: 30px 10px 30px;
    }

    .business_box_btm h3 {
        font-size: 2.5rem;
    }
}

/*---------------------------------  /
/*  top_insurance_area
/*--------------------------------- */
.top_insurance_area {
    padding: 197px 0;
    background-color: #fff;
}

.top_insurance_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
}

.top_insurance_area .title p {
    font-family: niconne;
    font-size: 2.7rem;
    font-weight: 300;
    color: #9A5B9C;
    margin-left: 25px;
    margin-top: 5px;
}

.insurance_txt {
    margin: 50px 0;
}
.insurance_txt h3{
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #9A5B9C;
}
.insurance_txt p{
    margin-bottom: 30px;
}

.top_insurance_area .box a:nth-child(1) img {
    max-width: 169px;
    max-height: 42px;
}

.top_insurance_area .box a:nth-child(2) img {
    max-width: 85px;
    max-height: 121px;
}

.top_insurance_area .box a:nth-child(3) img {
    max-width: 176px;
    max-height: 105px;
}

.top_insurance_area .box a:nth-child(4) img {
    max-width: 197px;
    max-height: 147px;
}

.top_insurance_area .box a:nth-child(5) img {
    max-width: 210px;
    max-height: 47px;
}

.top_insurance_area .box {
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .top_insurance_area {
        padding: 100px 0;
        background-color: #fff;
    }
}

@media (max-width: 425px) {
    .top_insurance_area {
        padding: 50px 0;
        background-color: #fff;
    }

    .top_accident_area {
        margin: 80px 0;
    }

    .top_insurance_area .flex.box {
        flex-direction: column;
    }

    .top_insurance_area .jc-sb.box {
        justify-content: center;
    }
}

/*---------------------------------  /
/*  side_btn_sp
/*--------------------------------- */
.side_btn_sp {
    margin: 0 auto;
    max-width: 800px;
}

.side_btn_sp a {
    width: calc(25% - 20px);
    margin-bottom: 40px;
}

.side_btn_sp .cont {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.side_btn_sp .cont a {
    width: calc(50% - 15px);
}

img.top_btn_bottom {
    margin-bottom: 40px;
}

@media (max-width: 500px) {
    .side_btn_sp a {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

/*---------------------------------  /
/*  top_accident_area
/*--------------------------------- */
.top_accident_area {
    margin: 200px 0;
}

.top_accident_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
    margin-bottom: 100px;
}

.top_accident_area h2 br {
    display: none;
}

.top_accident_area .title p {
    font-family: niconne;
    font-size: 2.7rem;
    font-weight: 300;
    color: #9A5B9C;
    margin-left: 25px;
    margin-top: 5px;
}

.top_accident_area .accident_box h3 {
    margin: 0 0 21px;
    font-size: 3rem;
    font-weight: 900;
}

.top_accident_area .accident_box p:nth-child(2) {
    margin: 0 0 13px;
}

.top_accident_area .box_in {
    padding: 0 27px;
    position: relative;
    background-color: #fff;
    margin-bottom: 90px;
}

.top_accident_area .box_in h4 {
    width: 45%;
    font-size: 2.3rem;
}

.top_accident_area .box_in .tel_box {
    width: 45%;
    padding-left: 15px;
    background-image: url(../img/icon_tel.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 47px;
    line-height: 1.2;
}

.top_accident_area .box_in .tel_box p {
    font-size: 1.2rem;
    font-weight: 900;
    text-align: right;
}

.top_accident_area .box_in .tel_box .tel_text {
    margin: 0 0 5px;
    font-size: 5.8rem;
    font-weight: 900;
    text-align: right;
    letter-spacing: 0.01rem;
}

.top_accident_area .box_in img {
    position: absolute;
    max-width: 120px;
    top: 50%;
    right: -20px;
    transform: translate(0%, -50%);
}



.top_accident_area .accident_btn {
    max-width: 303px;
    width: 100%;
    padding: 10px 0;
    background-color: #9A5B9C;
    margin: 102px auto 140px;
}

.accident_btn a {
    font-size: 1.7rem;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.accident_btn a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

@media (max-width: 1080px) {
    .top_accident_area .box_in h4 {
        width: 42%;
    }

    .top_accident_area .box_in .tel_box {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .top_accident_area h2 {
        line-height: 1.3;
    }

    .top_accident_area span {
        display: none;
    }

    .top_accident_area h2 br {
        display: block;
    }

    .top_accident_area .title p {
        font-family: niconne;
        font-size: 2.7rem;
        font-weight: 300;
        color: #9A5B9C;
        margin-left: 25px;
        margin-top: 40px;
    }

    .top_accident_area .accident_box h3 {
        font-size: 2.6rem;
        line-height: 1.4;
    }

    .top_accident_area .box_in {
        padding: 10px;
        margin-bottom: 50px;
    }

    .top_accident_area .box_in h4 {
        width: 43%;
        font-size: 2rem;
    }

    .top_accident_area .box_in .tel_box {
        width: 44%;
        background-size: 38px;
    }

    .top_accident_area .box_in .tel_box .tel_text {
        font-size: 3.8rem;
    }

    .top_accident_area .box_in img {
        max-width: 110px;
    }
}

@media (max-width: 500px) {
    .top_accident_area .accident_box h3 {
        font-size: 2rem;
    }

    .top_accident_area .box_in h4 {
        width: 100%;
        font-size: 2rem;
    }

    .top_accident_area .box_in .tel_box {
        width: 310px;
        background-image: url(../img/icon_tel.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 47px;
    }

    .top_accident_area .box_in .tel_box .tel_text {
        margin: 0 0 0;
        line-height: 1.1;
    }
}

@media (max-width: 425px) {
    .top_accident_area .accident_box h3 {
        font-size: 1.8rem;
    }

    .top_accident_area .box_in h4 {
        width: 100%;
        font-size: 1.6rem;
    }

    .top_accident_area .box_in .tel_box {
        width: 245px;
        background-size: 30px;
    }

    .top_accident_area .box_in .tel_box .tel_text {
        font-size: 3rem;
        margin: 0 0 0;
        line-height: 1.1;
    }

    .top_accident_area .box_in .tel_box p {
        font-size: 1rem;
        text-align: right;
    }

    .top_accident_area .accident_box p:nth-child(2) {
        margin: 0 0 5px;
    }

    .top_accident_area .box_in img {
        max-width: 80px;
        right: 15px;
    }

    .top_accident_area {
        margin: 100px 0;
    }

    .top_accident_area .accident_btn {
        margin: 60px auto 60px;
    }
}

@media (max-width: 375px) {
    .top_accident_area .box_in h4 {
        width: 100%;
        font-size: 1.6rem;
    }

    .top_accident_area .box_in .tel_box {
        width: 230px;
        background-size: 30px;
    }

    .top_accident_area .box_in .tel_box .tel_text {
        font-size: 2.8rem;
    }

    .top_accident_area .box_in .tel_box p {
        font-size: 1rem;
    }

    .top_accident_area .box_in img {
        max-width: 65px;
        right: 10px;
    }
}

@media (max-width: 320px) {
    .top_accident_area .box_in h4 {
        font-size: 1.4rem;
    }

    .top_accident_area .box_in .tel_box {
        width: 210px;
        background-size: 20px;
    }

    .top_accident_area .box_in .tel_box .tel_text {
        font-size: 2.7rem;
    }

    .top_accident_area .box_in .tel_box p {
        font-size: 0.9rem;
    }

    .top_accident_area .box_in img {
        max-width: 60px;
    }
}

/*---------------------------------  /
/*  top_contact_area
/*--------------------------------- */
.top_contact_area {
    margin: 200px 0 90px;
}

.top_contact_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
    margin-bottom: 100px;
}

.top_contact_area h2 br {
    display: none;
}

.top_contact_area .title p {
    font-family: niconne;
    font-size: 2.7rem;
    font-weight: 300;
    color: #9A5B9C;
    margin-left: 25px;
    margin-top: 5px;
}

.top_contact_area .img_logo {
    max-width: 40%;
    width: 100%;
    margin: 0 auto;
}

.top_contact_area .img_logo img {
    max-width: 280px;
    margin: 10px auto 0;
}

.top_contact_area .right_box {
    max-width: 45%;
    margin: 0 auto;
}

.top_contact_area .right_box h3 {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 15px;
}

.top_contact_area .right_box h3 span {
    font-size: 3.2rem;
    padding-right: 15px;
}

.top_contact_area .right_box p:nth-child(2) {
    margin-bottom: 5px;
}

.top_contact_area .right_box p:nth-child(4) {
    margin-bottom: 20px;
}

.top_contact_area .right_box p.mini {
    font-size: 1.2rem;
    font-weight: 500;
}

.top_contact_area .right_box p:nth-child(6) {
    padding-bottom: 35px;
    border-bottom: 0.5px solid #595757;
    margin-bottom: 35px;
}

.top_contact_area .right_box .tel_box {
    padding: 0 5px 10px 80px;
    border-bottom: 0.5px solid #595757;
    margin-bottom: 35px;
    background-image: url(../img/icon_tel.png);
    background-position: left 35px;
    background-repeat: no-repeat;
    background-size: 65px;
}

.top_contact_area .right_box .tel_box p {
    font-size: 1.4rem;
    font-weight: 500;
}

.top_contact_area .right_box .tel_box .tel_text {
    font-size: 4.7rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.top_contact_area .right_box .f9 {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.top_contact_area .right_box .company_box img {
    max-width: 305px;
}

.top_contact_area .right_box .flex_logo.nth1 {
    margin: 30px 0 0px;
}

.top_contact_area .right_box .flex_logo.nth2 {
    margin: 30px 0 0px;
}

.top_contact_area .right_box .flex_logo img {
    max-width: 65px;
    height: auto;
    margin-right: 40px;
}

.top_contact_area .right_box .flex_logo img.nth2 {
    max-width: 80px;
}

.top_contact_area .right_box .flex_logo img:last-child {
    margin-right: 0;
}

.top_contact_area .right_box .flex_logo img.nth5 {
    max-width: 80px;
}

.top_contact_area .right_box .flex_logo img.nth6 {
    max-width: 95px;
}

@media (max-width: 1024px) {
    .top_contact_area .img_logo {
        max-width: 30%;
    }

    .top_contact_area .right_box {
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    .top_contact_area h2 {
        line-height: 1.3;
    }

    .top_contact_area h2 br {
        display: block;
    }

    .top_contact_area h2 span {
        display: none;
    }

    .top_contact_area .title p {
        margin-top: 40px;
    }

    .top_contact_area .img_logo {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .top_contact_area .img_logo img {
        max-width: 280px;
        margin: 50px auto 0;
    }

    .top_contact_area .right_box {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .top_contact_area {
        margin: 90px 0;
    }

    .top_contact_area .img_logo img {
        max-width: 190px;
        margin: 0 auto;
    }

    .top_contact_area .right_box h3 span {
        font-size: 2.0rem;
        padding-right: 10px;
    }

    .top_contact_area .right_box h3 {
        font-size: 3.5rem;
    }

    .top_contact_area .right_box .tel_box {
        background-size: 45px;
        padding-left: 65px;
    }

    .top_contact_area .right_box .tel_box .tel_text {
        font-size: 3.2rem;
    }

    .top_contact_area .right_box .flex_logo img {
        width: 90%;
        margin-right: 30px;
    }

    /* .top_contact_area .right_box .flex_logo img {
        max-width: 50px;
        margin-right: 20px;
    }

    .top_contact_area .right_box .flex_logo img.nth2 {
        max-width: 60px;
    }


    .top_contact_area .right_box .flex_logo img.nth5 {
        max-width: 60px;
    } */
}

@media (max-width: 370px) {
    /* .top_contact_area .right_box .flex_logo img {
        max-width: 45px;
        margin-right: 10px;
    }

    .top_contact_area .right_box .flex_logo img.nth2 {
        max-width: 60px;
    }


    .top_contact_area .right_box .flex_logo img.nth5 {
        max-width: 60px;
    } */
}

/*---------------------------------  /
/*  top_movie_area
/*--------------------------------- */
.top_movie_area {
    background: #e6e6e6;
}
.top_movie_area .movie_box {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 50px 0;
}
.top_movie_area video{
    width: 100%;
    max-width: 600px;
}


/*---------------------------------  /
/*  contact_form_area
/*--------------------------------- */
.contact_form_area {
    margin: 68px 0 54px;
}

.contact_form_area dl {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 40px;
}

.contact_form_area dt {
    margin-bottom: 12px;
    border-spacing: 0px 50px;
    font-size: 1.8rem;
    vertical-align: top;
}

.contact_form_area dt span {
    padding-left: 10px;
    font-size: 1.2rem;
    color: red;
}

.contact_form_area dd input {
    width: 100%;
    height: 45px;
    border: 0.5px solid #3E3A39;
    padding: 3px 5px;
    margin-bottom: 20px;
}

.contact_form_area dd textarea {
    width: 100%;
    border: 0.5px solid #3E3A39;
    padding: 3px 5px;
}

.contact_form_area .accident_btn {
    max-width: 200px;
    margin: 51px auto 300px;
    text-align: center;
    color: #fff;
}

.contact_form_area .submit_btn {
    width: 100%;
    font-size: 1.8rem;
    padding: 8px 50px;
    background-color: #898989;
    text-align: center;
    border: none;
    transition: 0.5;
}

.contact_form_area .submit_btn:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.top_btn_bottom {
    max-width: 137px;
    margin: 0 auto;
    transition: 0.5s;
}

.top_btn_bottom:hover {
    opacity: 0.5;
    transition: 0.5s;
}

@media (max-width: 1024px) {
    .contact_form_area .accident_btn {
        max-width: 200px;
        margin-bottom: 130px;
        text-align: center;
        color: #fff;
    }
}

/*---------------------------------  /
/*  mw_wp_form_confirm_area
/*--------------------------------- */
.mw_wp_form_confirm dl {
    margin: 0 auto;
    overflow: hidden;
}

.mw_wp_form_confirm dt {
    width: 30%;
    float: left;
    clear: left;
    padding: 10px 20px;
    font-size: 1.8rem;
    background-color: #7F4881;
    color: #fff;
}

.mw_wp_form_confirm dd {
    padding: 9px 20px;
    width: 70%;
    float: left;
    font-size: 1.8rem;
    background-color: #fff;
}

.mw_wp_form_confirm img {
    display: none;
}

@media (max-width: 500px) {
    .mw_wp_form_confirm dl {
        margin-bottom: 20px;
    }

    .mw_wp_form_confirm dt {
        padding: 10px;
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .mw_wp_form_confirm dd {
        padding: 10px;
        width: 100%;
        font-size: 1.5rem;
    }
}

/*---------------------------------  /
/*  .txt .thanks
/*--------------------------------- */
.txt .thanks {
    margin: 100px 70px;
}

/*---------------------------------  /
/*  company
/*--------------------------------- */
/*---------------------------------  /
/*  company_area
/*--------------------------------- */
.company_area {
    margin: 80px 0 105px;
}

.company_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
    margin-bottom: 100px;
}

.company_area h2 br {
    display: none;
}

.company_area .title p {
    font-family: niconne;
    font-size: 2.7rem;
    font-weight: 300;
    color: #9A5B9C;
    margin-left: 25px;
    margin-top: 5px;
}

.company_area dl {
    overflow: hidden;
    border-top: 1px solid #3E3A39;
}

.company_area dt {
    width: 20%;
    font-size: 2rem;
    padding: 20px 17px;
    text-align: justify;
    text-justify: inter-ideograph;
    float: left;
    clear: left;
}

.company_area dd {
    width: 80%;
    font-size: 2rem;
    padding: 20px 17px;
    float: left;
    border-left: 1px solid #3E3A39;
}

.company_area .his {
    margin-bottom: 80px;
}

.company_area .his dl:last-child {
    border-bottom: 1px solid #3E3A39;
}

.company_area .btm_solid {
    border-bottom: 1px solid #3E3A39;
    margin-bottom: 85px;
}


.company_area h3 {
    font-family: Noto Serif JP;
    font-size: 3.7rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.company_area h3 span {
    font-family: Noto sans JP;
    font-size: 2rem;
    font-weight: 500;
    padding-left: 50px;
}

.company_area img {
    width: 48%;
}

.company_area .photo_area {
    margin-bottom: 58px;
}

.company_area .photo_area br {
    display: none;
}


.company_area .recruit_btn {
    margin: 70px 0 145px;
    padding: 20px 0;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    background-color: #9A5B9C;
    width: 100%;
}

.company_area .recruit_btn a {
    transition: 0.5s;
}

.company_area .recruit_btn a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.company_area .top_btn {
    padding: 10px 0;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    background-color: #9A5B9C;
    max-width: 303px;
}

.company_area .recruit_btn a, .company_area .top_btn a {
    display: block;
    color: #fff;
    letter-spacing: 0.3rem;
}


@media (max-width: 768px) {
    .company_area h3 span {
        padding-left: 0;
    }

    .company_area .photo_area br {
        display: block;
    }
}

@media (max-width: 500px) {
    .company_area h3 span {
        padding-left: 0;
    }

    .company_area .photo_area br {
        display: block;
    }

    .company_area dt {
        width: 30%;
        font-size: 1.5rem;
    }

    .company_area dd {
        width: 70%;
        font-size: 1.5rem;
    }

    .company_area img {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

    .company_area .recruit_btn {
        margin: 0 0 30px;
        padding: 20px 0;
        font-size: 2.5rem;
    }

    .company_area .top_btn {
        padding: 10px 0;
        margin: 0 auto;
        font-size: 1.5rem;
    }

    .company_area .his {
        margin-bottom: 40px;
    }

    .company_area .his dt {
        border-right: 1px solid #3E3A39;
    }

    .company_area .his dd {
        border-left: none;
    }
}

@media (max-width: 375px) {
    .company_area dt {
        font-size: 1.4rem;
        padding: 15px 0;
    }

    .company_area dd span {
        font-size: 1.3rem;
    }

    .company_area dd {
        font-size: 1.4rem;
        padding: 15px 15px;
    }
}



/*---------------------------------  /
/*  policy
/*--------------------------------- */
/*---------------------------------  /
/*  policy_main
/*--------------------------------- */
.policy_main {
    position: relative;
}

.policy_main .main_1 {
    max-width: 315px;
    position: absolute;
    top: 45%;
    left: 25%;
}

@media (max-width: 768px) {
    .policy_main .main_1 {
        max-width: 200px;
        top: 50%;
        left: 40%;
        transform: translateY(-50%) translateX(-50%);
    }
}

@media (max-width: 425px) {
    .policy_main .main_1 {
        max-width: 200px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}


/*---------------------------------  /
/*  policy_area
/*--------------------------------- */
.policy_area {
    margin: 150px 0 145px;
}

.policy_area h2 {
    font-family: Noto Serif JP;
    font-size: 4.8rem;
    font-weight: 900;
    padding-left: 15px;
    border-left: 12px solid #7F4881;
    margin-bottom: 150px;
    line-height: 1.5;
}

.policy_area h2 br {
    display: none;
}

.policy_area h2 span {
    font-size: 2.4rem;
}

.policy_area img {
    max-width: 142px;
    margin: 0 auto 42px;
}

.policy_area h4 {
    font-size: 1.7rem;
    font-weight: 900;
    color: #9A5B9C;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 114px;
}

.policy_area h4.b-h4 {
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.policy_area h3 {
    font-size: 2.4rem;
    font-weight: 900;
    color: #9A5B9C;
    margin: 0 auto 28px;
    letter-spacing: 0.3rem;
    line-height: 1.3;
}

.policy_area p {
    font-size: 1.3rem;
    padding-left: 37px;
    line-height: 1.5;
    margin-bottom: 68px;
}

.policy_area .btm_none {
    margin-bottom: 0;
}

.policy_area ul {
    margin: 30px 0 30px;
}

.policy_area li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-left: 37px;
}

.policy_area .top_btn {
    padding: 10px 0;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    background-color: #9A5B9C;
    max-width: 303px;
}

.policy_area .top_btn a {
    color: #fff;
}

.policy_area .con-box {
    padding-top: 60px;
    border-top: 1px solid #000;
    margin-bottom: 60px;
}

.policy_area .con-box h4 {
    color: #333;
    margin-bottom: 40px;
    text-align: left;
}

.policy_area .con-box dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.policy_area .con-box dl dt {
    width: 15%;
}

.policy_area .con-box dl dd {
    width: calc(85% - 20px);
    padding-left: 20px;
}


@media (max-width: 1024px) {
    .policy_area {
        margin: 80px 0 80px;
    }

    .policy_area h2 br {
        display: block;
    }
}

@media (max-width: 500px) {
    .policy_area img {
        margin-top: 50px;
    }

    .policy_area h4 {
        margin-bottom: 50px;
    }

    .policy_area p {
        margin-bottom: 40px;
        padding-left: 0;
    }

    .policy_area li {
        margin-left: 0;
    }

    .policy_area .con-box dl dt {
        width: 25%;
        font-size: 1.3rem;
    }

    .policy_area .con-box dl dd {
        width: calc(75% - 20px);
        padding-left: 20px;
        font-size: 1.3rem;
    }
}


/*---------------------------------  /
/*  archive-news
/*--------------------------------- */
/*---------------------------------  /
/*  archive-news_area
/*--------------------------------- */
.archive-news_area {
    margin: 100px 10px;
}

.archive-news_area .news_box_area::after {
    width: calc(33.333333% - 30px);
    display: block;
    content: "";
}

.archive-news_area .news_box {
    width: calc(33.333333% - 30px);
    margin-bottom: 50px;
}

.archive-news_area .news_box a:hover h2 {
    color: #9A5B9C;
    transition: 0.3s;
}

.archive-news_area .photo_bk {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.archive-news_area .photo_bk img {
    width: 100%;
    height: 100%;
}

.archive-news_area a p {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #595757;
}

.archive-news_area h2 {
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .archive-news_area .news_box {
        width: calc(50% - 20px);
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .archive-news_area .news_box {
        width: 100%;
    }
}



/*---------------------------------  /
/*  single-news
/*--------------------------------- */
/*---------------------------------  /
/*  single-news_area
/*--------------------------------- */
.single-news_area {
    margin: 100px 0;
}

.single-news_area .day {
    font-size: 2rem;
    margin-bottom: 20px;
}

.single-news_area h1 {
    font-family: Noto Serif JP;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 50px;
    padding-left: 30px;
    border-left: 12px solid #7F4881;
}

.single-news_area h2 {
    font-family: Noto Serif JP;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 30px;
    color: #3E3A39;
    padding: 10px 0;
    border-top: 3px solid #DFCADF;
    border-bottom: 3px solid #DFCADF;
}

.single-news_area h3 {
    font-family: Noto Serif JP;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7F4881;
}

.single-news_area h4 {
    font-family: Noto Serif JP;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #3E3A39;
    padding: 0.5em;
    display: inline-block;
}

.single-news_area h4:before {
    content: '●';
    color: #3E3A39;
    margin-right: 8px;
}

.single-news_area img {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.single-news_area p {
    line-height: 1.6;
    margin-bottom: 50px;
}

.single-news_area ul {
    margin-left: 20px;
    list-style: disc;
    margin-bottom: 50px;
}

.single-news_area li {
    padding: 5px 0;
}

.single-news_area .back_btn {
    max-width: 300px;
    background-color: #9A5B9C;
    padding: 10px 0;
    margin: 0 auto;
}

.single-news_area .back_btn a {
    font-size: 1.7rem;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.single-news_area .back_btn a:hover {
    opacity: 0.5;
    transition: 0.5s;
}



@media (max-width: 500px) {
    .single-news_area {
        margin: 30px 0;
    }

    .single-news_area h1 {
        font-size: 3rem;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .single-news_area h2 {
        font-size: 2.5rem;
        margin-bottom: 40px;
        line-height: 1.3;
        padding-bottom: 0;
        background: linear-gradient(transparent 70%, #DFCADF 20%);
    }

    .single-news_area .margin {
        margin-bottom: 200px;
    }

    .single-news_area h3 {
        font-size: 2.3rem;
        margin-bottom: 40px;
        line-height: 1.3;
        margin-bottom: 10px;
        padding-bottom: -10px;
    }

    .single-news_area h4 {
        font-size: 2rem;
        margin-bottom: 40px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
}

/************************************
** レスポンシブページネーション
************************************/
.pagination {
    display: block;
}

.pagination_b {
    list-style-type: none;
    padding-left: 0;
    margin: 50px 0 0;
}

.pagination_b,
.pagination_b li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pagination_b a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    border: 1px solid #7F4881;
    border-left-width: 1px;
    margin: 0 5px;
    min-width: 55px;
    min-height: 55px;
    color: #fff;
    background-color: #7F4881;
    border-radius: 50%;
}

.pagination_b li:not([class*="current"]) a:hover {
    border: 1px solid #DFCADF;
    transition: 0.3s;
}

.pagination_b li:first-of-type a {
    border-left-width: 1px;
}

.pagination_b li.first span,
.pagination_b li.last span,
.pagination_b li.previous span,
.pagination_b li.next span {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.pagination_b li.first a::before,
.pagination_b li.last a::after,
.pagination_b li.previous a::before,
.pagination_b li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.pagination_b li.first a::before {
    content: "«";
}

.pagination_b li.last a::after {
    content: "»";
}

.pagination_b li.previous a::before {
    content: "‹";
}

.pagination_b li.next a::after {
    content: "›";
}

.pagination_b li.current a {
    background-color: #fff;
    border: 1px solid #DFCADF;
    color: #333333;
    cursor: default;
    pointer-events: none;
    border-radius: 50%;
}

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

    .pagination_b li.first,
    .pagination_b li.last {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .pagination_b li.previous a {
        border-left-width: 1px;
    }
}

@media only screen and (max-width: 425px) {
    .pagination_b a {
        font-size: 14px;
    }

    .pagination_b li {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .pagination_b li.current,
    .pagination_b li.first,
    .pagination_b li.last,
    .pagination_b li.previous,
    .pagination_b li.next {
        position: initial;
        top: initial;
        left: initial;
    }

    .pagination_b li.previous a {
        border-left-width: 1px;
    }
}

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

    .pagination_b li.first,
    .pagination_b li.last {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .pagination_b li.previous a {
        border-left-width: 1px;
    }
}

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

    /* For watches? */
    .pagination_b li {
        width: 50%;
    }

    .pagination_b li.current {
        order: 2;
        width: 100%;
        border-left-width: 1px;
    }
}

/*---------------------------------  /
/*  page-top
/*--------------------------------- */
#page-top {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 30px;
    bottom: 10%;
    z-index: 9999;
}

#move-page-top {
    cursor: pointer;
}

#move-page-top img {
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    #page-top {
        right: 10px;
    }
}

/*---------------------------------  /
/*  side_btn
/*--------------------------------- */
/*.side_btn{
    position: fixed;
    z-index: 9999;
    bottom: 10%;
    right: 0;
    display: block;
    z-index: 10000;
}
.side_btn img{
    width: 120px;
    margin: 10px 0;
    transition: 0.5s;
}
.side_btn img:hover{
    opacity: 0.5;
    transition: 0.5s;
}
@media (max-width: 768px){
.side_btn{
    top: 10%;
}
.side_btn img{
    width: 60px;
    transition: 0.5s;
}
}*/
/*---------------------------------  /
/*  bottom_btn
/*--------------------------------- */
.bottom_btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
}

.bottom_btn ul {
    max-width: 800px;
    margin: 0 auto;
}

.bottom_btn li {
    width: 49%;
}

.bottom_btn a img {
    width: 100%;
}

/*---------------------------------  /
/*  btm_price
/*--------------------------------- */
.btm_price {
    display: none;
    padding: 20px 0;
    background-color: #fff;
    position: fixed;
    z-index: 9000;
    bottom: 0;
}

.btm_price .left_tel_top .contact {
    display: none;
}

@media (max-width: 768px) {
    .btm_price {
        display: block;
        width: 100%;
    }

    .btm_price_tel_left {
        max-height: 110px;
        margin: 0 auto;
    }

    .btm_price .left_tel_top {
        background-image: url(../img/icon_tel.png);
        background-repeat: no-repeat;
        background-size: 57px;
        background-position: left 155px center;
        margin: 0 auto;
    }

    .btm_price .left_tel_top p {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .btm_price .left_tel_top p.tel {
        font-size: 3.8rem;
        font-weight: 700;
    }

    .btm_price .left_tel_top .contact {
        display: none;
    }
}

@media (max-width: 500px) {
    .btm_price_tel_left {
        max-height: 110px;
        /*margin-left: 20px;*/
        margin: 0 auto;
        width: 265px;
    }

    .btm_price .left_tel_top .time {
        display: none;
    }

    .btm_price .left_tel_top .contact {
        display: block;
        text-align: left;
        font-weight: 900;
    }

    .btm_price .left_tel_top {
        padding: 0 0 0 45px;
        background-size: 30px;
        background-position: left center;
    }

    .btm_price .left_tel_top p.tel {
        font-size: 3rem;
        font-weight: 700;
        text-align: left;
    }
}

/*---------------------------------  /
/*  footer_area
/*--------------------------------- */
.footer br.sp425 {
    display: none;
}

.footer {
    padding: 46px 0 66px;
    background-color: #9A5B9C;
    color: #fff;
}

.footer .logo_box .logo_img {
    width: 22%;
}

.footer .logo_name {
    width: 68%;
    margin-left: 50px;
}

.footer .left_box h2 {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 17px;
    color: #fff;
}

.footer .left_box h2 span {
    font-size: 2.1rem;
    padding-right: 15px;
}

.footer .left_box p {
    font-size: 1.4rem;
    font-weight: 500;
}

.footer .left_box p.main {
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.footer .left_box p.mini {
    font-size: 1rem;
    margin-bottom: 15px;
}

.footer .left_box p.tel_box span {
    font-size: 2.3rem;
    font-weight: 700;
}

.footer .left_box .free-dial {
    padding: 0 0 0 45px;
    background-image: url(../img/icon_tel_white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left top 20px;
    margin-bottom: 10px;
}

.footer .left_box p.tel_box {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.1;
}

.footer .left_box p.fax_box {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 3px;
}

.footer .left_box p.fax_box:nth-child(2) {
    margin-bottom: 15px;
}


.footer .right_box {
    padding-right: 51px;
}

.footer .right_box li {
    font-size: 1.6rem;
    margin-bottom: 12px;
    color: #fff;
}

.footer .right_box li::before {
    position: relative;
    top: 1px;
    left: -18px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    border-radius: 100%;
    background: #fff;
}

.footer .copy p {
    text-align: center;
    font-size: 1.2rem;
}

.footer a {
    color: #fff;
    transition: 0.5s;
}

.footer .list_btm {
    padding-left: 15px;
}

.footer a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.footer .inner .flex {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .footer {
        margin-bottom: 57px;
    }

    .footer .left_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer .right_box {
        margin: 0 auto;
        padding-right: 0;
    }

    .footer .right_box .flex_768 {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .footer .right_box li {
        margin: 20px 40px 0;
    }

    .footer .right_box li::before {
        position: relative;
        top: 1px;
        left: -18px;
        display: inline-block;
        width: 15px;
        height: 15px;
        content: '';
        border-radius: 100%;
        background: #fff;
    }

    .footer .inner .flex {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .footer .left_box {
        width: 100%;
        margin: 0 auto;
    }

    .footer .left_box h2 {
        font-size: 3rem !important;
    }

    .footer .left_box h2 span {
        font-size: 2rem;
        padding-right: 10px;
    }

    .footer .left_box p.tel_box span {
        font-size: 2rem;
    }

    .footer .left_box p.tel_box {
        font-size: 2.5rem;
        margin-bottom: 5px;
        padding: 0 0 0 28px;
        background-size: 21px;
        background-position: left top 9px;
    }

    .footer .logo_box .logo_img {
        margin-left: 10px;
        margin-bottom: 30px;
    }

    .footer .logo_name {
        width: 100%;
        margin-left: 10px;
    }

    .footer .left_box .free-dial {
        padding: 0 0 0 35px;
        background-size: 25px;
        background-position: left top 14px;
    }

    .footer .right_box li {
        margin: 10px 0 0 30px;
        width: 100%;
    }

    .footer .left_box p.tel_box {
        font-size: 2rem;
        margin-bottom: 5px;
        padding: 0 0 0 0;
        background-size: 21px;
        background-position: left top 9px;
    }
}

@media (max-width: 425px) {
    .footer br.sp425 {
        display: block;
    }

    .footer {
        margin-bottom: 50px;
    }

    .footer .inner .flex {
        margin-bottom: 10px;
    }

    .footer .left_box h2 {
        font-size: 2rem !important;
    }

    .footer .left_box h2 span {
        font-size: 2rem;
        padding-right: 10px;
    }

    .footer .left_box p.tel_box span {
        font-size: 2rem;
    }

    .footer .left_box .free-dial {
        background-position: left top 43px;
    }
}

@media (max-width: 375px) {
    .footer .left_box h2 {
        font-size: 1.6rem !important;
    }

    .footer .left_box h2 span {
        font-size: 1.6rem;
    }

    .footer .left_box p.tel_box span {
        font-size: 1.6rem;
    }

    .footer .left_box p.tel_box {
        font-size: 1.6rem;
    }

    .footer .right_box .flex {
        flex-direction: column;
    }

    .footer .right_box li {
        font-size: 1.4rem;
    }

    .footer .inner .flex {
        margin-bottom: 40px;
    }
}