@charset "UTF-8";
.c-btn {
    width: 220px;
    margin: 0;
}
.c-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    color: #ff8b84;
    border: 1px solid #ff8b84;
    border-radius: 50vh;
    background: #fff;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
}
.c-btn a span {
    display: inline-block;
    position: relative;
    padding-right: 18px;
}
.c-btn a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -7px;
    z-index: 10;
    background: url(../svg/arrow_right_fill_pnk.svg) no-repeat center;
    background-size: auto 100%;
}
.c-breadcrumbs{
    padding: 18px 0 0;
}
.c-breadcrumbs ul{
    letter-spacing: -.04em;
    font-size: 12px;
    line-height: 1;
}
.c-breadcrumbs li{
    display: inline-block;
    letter-spacing: normal;
    padding-right: 1.4em;
    position: relative;
}
.c-breadcrumbs li:before {
    content: '';
    display: block;
    position: absolute;
    right: 6px;
    top: 4px;
    border-top: solid 1px #e15a4f;
    border-right: solid 1px #e15a4f;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
}
.c-breadcrumbs li:last-child:before {
    content: none;
}
.c-breadcrumbs li a{
    color: #e15a4f;
    display: block;
    text-decoration: underline;
}
.page_wrap{
    background-color: #fffafa;
    text-align: center;
    padding: 60px 0 52px;
    position: relative;
    z-index: 2;
}
.page_wrap .mds{
    font-size: 16px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: bold;
    color: #e15a4f;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}
.page_wrap .ttl{
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    z-index: 2;
    letter-spacing: 0.1em;
}
footer {
    background: #fff;
    position: relative;
    z-index: 2;
}
.footer_wrap{
    padding: 20px 0;
    position: relative;
}
.footer_lnk{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 1;
}
.footer_lnk li {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #000;
}
.footer_lnk li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.footer_copy{
    font-size: 11px;
    line-height: 1;
    padding-left: 20px;
    padding-bottom: 3px;
}
.cv_wrap {
    background: url(../img/top_bg.jpg) top center / cover no-repeat;
    padding: 40px 0 50px;
}
.cv_ttl {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding-top: 93px;
    background: url(../img/top_ttl5.png) no-repeat top center;
    background-size: 320px;
    text-align: center;
    margin-bottom: 50px;
}
.cv_btn {
    width: 330px;
    background: #fff;
    border-radius: 100vh;
    margin: 0 auto;
}
.cv_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    width: 100%;
    height: 70px;
    text-decoration: none;
    position: relative;
    color: #e98f58;
    background: #fff;
    border-radius: 100vh;
    box-sizing: border-box;
    border: 1px solid #e98f58;
}
.cv_btn a span {
    padding-left: 32px;
    display: inline-block;
    position: relative;
}
.cv_btn a span:after {
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icn_mail_or.png) no-repeat center;
}
.pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
}
.pagetop a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #e15a4f;
}
.pagetop a span {
    position: relative;
    display: block;
    height: 0;
    padding: 70px 0 0 0;
    overflow: hidden;
}
.pagetop a span:before {
    content: "";
    position: absolute;
    display: block;
    top: 21px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: url("../svg/arrow_up_fill_w.svg") no-repeat center center;
    background-size: 100% auto;
}
.contact_wrap {
    background: #fff;
    padding: 40px 0 60px 0;
    position: relative;
    letter-spacing: 0.1em;
}
.contact_wrap::before {
    content: "";
    position: absolute;
    background: url(../svg/logo_medi.svg) no-repeat center;
    top: 47px;
    left: 50%;
    width: 272px;
    height: 271px;
    opacity: 0.4;
    margin-left: 20%;
    z-index: 1;
}
.contact_ttl {
    font-size: 26px;
    font-weight: bold;
    color: #e57c3c;
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    padding-top: 75px;
}
.contact_ttl::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../svg/top_ttl5n.svg) no-repeat center / 100% auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 238px;
    height: 84px;
}
.contact_in {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.contact-txt {
    font-size: 18px;
    font-weight: bold;
    color: #e57c3c;
    line-height: 1.6;
}
.contact-txt.is-ver2 {
    color: #fff;
    letter-spacing: 0.1em;
}
.contact_btn {
    width: 297px;
    border-radius: 50px;
}
.contact_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    width: 100%;
    height: 63px;
    text-decoration: none;
    color: #fff;
    background: #e57c3c;
    border-radius: 100vh;
    box-sizing: border-box;
    border: 1px solid #e57c3c;
}
.contact_btn a span {
    padding-left: 40px;
    padding-top: 3px;
    position: relative;
}
.contact_btn a span::before {
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
    background: url(/cmn/img/icn_mail2.png) no-repeat center;
}
@media (min-width: 896px) {
    .c-btn a:hover {
        color: #fff;
        background: #ff8b84;
    }
    .c-btn a:hover span:before {
        background: url(../svg/arrow_right_fill_w.svg) no-repeat center;
        background-size: auto 100%;
    }
    .cv_btn a:hover {
        color: #fff;
        background: #e98f58;
        border: 1px solid #fff;
    }
    .cv_btn a:hover span:after {
        background: url(../img/icn_mail2.png) no-repeat center;
    }
    .footer_wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .footer_lnk{
        position: absolute;
        right: -5px;
        bottom: 28px;
    }
    .c-breadcrumbs li a:hover{
        text-decoration: none;
    }
    .contact_btn a:hover {
        color: #e57c3c;
        background: #fff;
    }
    .contact_btn a:hover span::before {
        background: url(../img/icn_mail_or.png) no-repeat center;
    }
    .contact_in .cv_btn {
        margin: 0;
    }
}
@media only screen and (max-width: 896px) {
    .c-btn {
        width: 210px;
        margin: 0 auto;
    }
    .c-btn a {
        height: 45px;
        font-size: 17px;
        position: relative;
    }
    .c-btn a span {
        position: static;
        padding-right: 0;
    }
    .c-btn a span:before {
        width: 8px;
        height: 14px;
        right: 25px;
    }
    .c-breadcrumbs{
        padding: 20px 0 5px;
        overflow-y: scroll;
        white-space: nowrap;
    }
    .c-breadcrumbs ul{
        padding: 0 13px;
    }
    .page_wrap{
        padding: 22px 0;
    }
    .page_wrap .mds{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .page_wrap .ttl{
        font-size: 24px;
    }
    footer {
        background: #fff;
    }
    .footer_wrap{
        padding: 40px 0 18px;
    }
    .footer_logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer_logo img{
        width: 158px;
        height: 25px;
    }
    .footer_lnk{
        display: block;
        font-size: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer_lnk li {
        font-size: 14px;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        margin-bottom: 20px;
    }
    .footer_lnk li:last-child {
        margin-bottom: 0;
    }
    .footer_copy{
        font-size: 10px;
        padding: 0;
        text-align: center
    }
    .cv_wrap {
        background: url(../img/sp/top_bg.jpg) center center / cover no-repeat;
        padding: 20px 0 42px;
    }
    .cv_ttl {
        font-size: 22px;
        padding-top: 55px;
        background: url(../img/sp/top_ttl5.png) no-repeat top center;
        background-size: 230px auto;
        margin-bottom: 25px;
    }
    .cv_btn {
        width: 230px;
    }
    .cv_btn a {
        font-size: 16px;
        height: 50px;
        border: 1px solid #fff;
    }
    .cv_btn a span {
        padding-left: 20px;
    }
    .cv_btn a span:after {
        width: 16px;
        height: 12px;
        background: url(../img/sp/icn_mail_or.png) no-repeat center;
        background-size: 100% auto;
    }
    .contact-txt {
        font-size: 16px;
    }
    .pagetop {
        bottom: 135px;
        right: 20px;
    }
    .pagetop a {
        width: 50px;
        height: 50px;
    }
    .pagetop a span {
        padding: 50px 0 0 0;
    }
    .pagetop a span:before {
        top: 14px;
        left: 13px;
        width: 24px;
        height: 24px;
    }
    .contact_wrap {
        padding: 50px 20px;
    }
    .contact_in {
        flex-direction: column;
        gap: 30px 0;
        padding: 0 20px;
    }
    .contact_ttl {
        font-size: 22px;
        padding-top: 35px;
    }
    .contact_ttl::before {
        top: -20px;
        width: 150px;
        height: 60px;
    }
    .contact_wrap::before {
        width: 150px;
        height: 150px;
        top: 50%;
        margin: -75px 0 0 -75px;
        opacity: 0.3;
    }
    .contact_btn {
        width: 230px;
        margin: 0 auto;
    }
    .contact_btn a {
        height: 50px;
    }
    .contact_btn a span {
        padding-left: 25px;
    }
    .contact_btn a span::before {
        width: 16px;
        height: 12px;
    }
}
@media only screen and (max-width: 374px) {
    .cv_ttl {
        font-size: 21px;
    }
    .footer_lnk {
        font-size: 12px;
    }
}
