/* FV */
@media screen and (min-width: 768px) {
    .w2_firstview {
        padding-top: 7.63889vw;
    }
}

@media screen and (max-width: 767px) {
    .w2_firstview {
        padding-top: 12vw;
    }
}

@media screen and (min-width: 1440px) {
    .w2_firstview {
        padding-top: 78px;
    }
}

@media screen and (min-width: 768px) {
    .w2_firstview .w2_container .w2_fv_text_container {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .w2_firstview .w2_container .w2_fv_image_container .w2_fv_image_container_img {
        width: 55.2vw !important;
    }
}

@media screen and (min-width: 768px) {
    #FirstView .w2_container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding-bottom: 1vw;
        height: 30vw;
    }

    #FirstView .w2_container::before {
        content: "";
        background: url(../img/static/repeat-hlp/fv_bg_repeat.png) no-repeat center;
        background-size: contain;
        width: 60vw;
        height: 40vw;
        position: absolute;
        left: -5vw;
        top: 0;
        z-index: -1;
    }

    #FirstView .w2_container::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
    }
}

@media screen and (max-width: 767px) {
    #FirstView .w2_container {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1921px) {
    #FirstView .w2_container {
        height: 560px;
    }
}

@media screen and (min-width: 768px) {
    #FirstView .w2_container .w2_fv_img {
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#FirstView .w2_container .w2_fv_img .w2_fv_image_container_img {
    width: 25vw;
}

@media screen and (min-width: 768px) {
    #FirstView .w2_container .w2_fv_text_container {
        width: 50%;
        padding: 0;
        padding-left: 5vw;
        box-sizing: border-box;
    }
}

#FirstView .w2_container .w2_fv_text_container .w2_fv_no1 {
    margin-top: 1.26389vw;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    #FirstView .w2_container .w2_fv_text_container .w2_fv_text1 {
        position: relative;
        padding-bottom: 10px;
        font-size: 1.6666666667vw;
        padding-top: 1.14444vw;
        padding-bottom: 25px;
        margin-bottom: 1.14444vw;
    }

    #FirstView .w2_container .w2_fv_text_container .w2_fv_text1::before {
        content: "";
        position: absolute;
        right: 1.5625vw;
        top: 0;
        background: url(../img/fv/fv_logo.png) no-repeat center;
        background-size: contain;
        width: 9.375vw;
        height: 4.6875vw;
    }
}

@media screen and (max-width: 767px) {
    #FirstView .w2_container .w2_fv_text_container .w2_fv_text1 {
        padding-top: 0;
    }
}

@media screen and (min-width: 1440px) {
    #FirstView .w2_container .w2_fv_text_container .w2_fv_text1 {
        padding-top: 50px;
    }

    #FirstView .w2_container .w2_fv_text_container .w2_fv_text1::before {
        top: 0.5208333333vw;
    }
}

@media screen and (min-width: 1921px) {
    #FirstView .w2_container .w2_fv_text_container .w2_fv_text1 {
        font-size: 25px;
    }
}

#FirstView .w2_container .w2_fv_text_container .w2_fv_text1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
}

#FirstView .w2_container .w2_fv_text_container .w2_fv_logo .fv_logo_span {
    position: relative;
}

#FirstView .w2_container .w2_fv_text_container .w2_fv_logo .fv_logo_span .w2_fv_note {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
}

#FirstView .w2_container .w2_fv_text_container #fv_sub_ttl {
    font-weight: 500;
    background: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
    color: #fff;
    display: block;
    padding: 0.5208333333vw;
    width: 23.28125vw;
    font-size: 1.5625vw;
}

@media screen and (min-width: 1440px) {
    #FirstView .w2_container .w2_fv_text_container #fv_sub_ttl {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    #FirstView .w2_container .w2_fv_text_container #fv_sub_ttl {
        width: auto;
        display: inline-block;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 767px) {
    #FirstView .w2_container .w2_fv_text_container #fv_sub_ttl {
        width: 89.33333vw;
        display: block;
        padding: 5px 10px;
        margin: 0 auto;
        text-align: center;
        font-size: 4vw;
        padding: 10px 0;
        margin-bottom: 10px;
    }
}

#FirstView .w2_container .w2_fv_text_container h1 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.5625vw;
    line-height: normal;
    font-size: 2.3958333333vw;
    letter-spacing: 0px;
    line-height: 1.4;
}

@media screen and (min-width: 1921px) {
    #FirstView .w2_container .w2_fv_text_container h1 {
        font-size: 52px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    #FirstView .w2_container .w2_fv_text_container h1 {
        font-size: 2vw;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    #FirstView .w2_container .w2_fv_text_container h1 {
        width: 100%;
        font-size: 6vw;
        text-align: center;
    }
}

#FirstView .w2_container .w2_fv_text_container .w2_fv_no1_img {
    display: none;
}

@media screen and (min-width: 768px) {
    #FirstView .w2_container .w2_fv_text_container .w2_fv_no1_img {
        display: block;
        margin-top: 1.5625vw;
    }
}

@media screen and (min-width: 1921px) {
    #FirstView .w2_container .w2_fv_text_container .w2_fv_no1_img {
        margin-top: 30px;
    }
}

.w2_firstview .w2_container .w2_fv_text_container .w2_fv_no1 .w2_fv_no1_img {
    width: auto;
}

@media (min-width: 1440px) {
    #Main.repeat_add_bg::before {
        background-image: url(../img/repeat_medical/bg1_pc.webp) !important;
        background-size: contain;
    }
}

.w2_patterns_scroll {
    display: block;
}

@media screen and (min-width: 768px) {
    #Main::before {
        background-image: url(../img/repeat_medical/bg1_pc.webp) !important;
        background-size: contain;
    }

    .custom_fv_cta_btn {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 36.90278vw;
    }

    .custom_fv_cta_btn p {
        width: calc(100% / 2.3);
    }

    .custom_fv_cta_btn p img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #Main {
        background-image: url(../img/common/sp_bg1.jpg) !important;
    }
}

@media screen and (min-width: 1924px) {
    .custom_fv_cta_btn {
        width: 750px;
    }
}

@media screen and (max-width: 767px) {
    .custom_fv_cta_btn .n_cta:nth-child(2) {
        margin-top: 1rem;
    }
}

.w2_top_group1 {
    display: block;
    background: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
}

@media screen and (min-width: 768px) {
    .w2_top_group1 {
        padding-block: calc(30*(100vw / 1400)) calc(5*(100vw / 1400));
        margin-block-start: calc(30*(100vw / 1400));
    }
}

@media screen and (max-width: 767px) {
    .w2_top_group1 {
        padding-top: 8vw;
        padding-bottom: 2vw;
    }
}

@media screen and (min-width: 768px) {
    #Patterns {
        margin-top: 3vw;
    }
}

.w2_top_group1 .w2_top_group1_num,
.w2_top_group1 .w2_top_group1_text2,
.n_top_group1 .w2_top_group1_item .w2_top_group1_header {
    color: #FC6F1B;
}

.w2_top_group1 .w2_top_group1_list {
    padding: 0 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1440px) {
    .w2_top_group1 .w2_top_group1_list {
        padding: 0 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .w2_top_group1 .w2_top_group1_num {
        line-height: normal;
    }
}

@media screen and (max-width: 767px) {
    .w2_top_group1 .w2_top_group1_header {
        height: auto;
        padding: 2vw 0 2vw 4vw;
    }
}

.w2_top_group1 .group1_ttl {
    margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767px) {
    .w2_top_group1 .group1_ttl {
        margin-bottom: 15px;
    }
}

.w2_top_group1 .group1_ttl p {
    font-size: 1.5625vw;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .w2_top_group1 .group1_ttl p {
        font-size: 14px;
    }
}

.w2_top_group1 .w2_top_group1_arrow {
    display: inline;
}

.w2_top_group1 .w2_top_group1_text2 {
    font-size: 1.4583333333vw;
}

@media screen and (min-width: 1440px) {
    .w2_top_group1 .w2_top_group1_text2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .w2_top_group1 .w2_top_group1_text2 {
        font-size: 16px;
    }
}

.w2_top_group1 .w2_top_group1_item {
    height: auto;
}

@media screen and (max-width: 767px) {
    .w2_top_group1 .w2_top_group1_item {
        min-height: auto;
        align-items: center;
    }
}

.w2_top_group1 .w2_top_group1_text_container {
    padding: 0.5208333333vw;
}

@media screen and (max-width: 767px) {
    .w2_top_group1 .w2_top_group1_text_container {
        padding: 2vw;
    }
}

.n_about .w2_about_title {
    font-size: 2.9vw !important;
}

.n_about .w2_about_text {
    font-size: 1.2vw !important;
}

@media (min-width: 1440px) {
    .n_about .w2_about_title {
        font-size: 42px !important;
    }

    .n_about .w2_about_text {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    .n_about .w2_about_title {
        font-size: 7vw !important;
    }

    .n_about .w2_about_text {
        font-size: 4vw !important;
    }
}

#Contact {
    background: #F9F9F9;
    padding: 4.1666666667vw 0;
}

@media screen and (min-width: 1920px) {
    #Contact {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    #Contact {
        padding: 16vw 0;
    }
}

#Contact .w2_form_inner {
    margin: 0 auto;
}

#Contact #ContactForm {
    width: 55.5555555556vw;
    margin: 2.4305555556vw auto 0;
}

@media screen and (min-width: 1920px) {
    #Contact #ContactForm {
        width: 1066.6666666667px;
        margin: 46.6666666667px auto 0;
    }
}

@media screen and (max-width: 767px) {
    #Contact #ContactForm {
        width: 92vw;
        margin: 9.3333333333vw auto 0;
    }
}

#Contact #ContactForm .w2_form_input_outer_privacy {
    padding-top: 0;
}

#Contact #ContactForm [type=checkbox].n_large {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
}

@media screen and (min-width: 1920px) {
    #Contact #ContactForm [type=checkbox].n_large {
        width: 26.6666666667px;
        height: 26.6666666667px;
    }
}

@media screen and (max-width: 767px) {
    #Contact #ContactForm [type=checkbox].n_large {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }
}

#Contact #ContactForm [type=checkbox].n_large::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
}

@media screen and (min-width: 1920px) {
    #Contact #ContactForm [type=checkbox].n_large::before {
        width: 26.6666666667px;
        height: 26.6666666667px;
    }
}

@media screen and (max-width: 767px) {
    #Contact #ContactForm [type=checkbox].n_large::before {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }
}

#Contact #ContactForm .w2_form_input_outer_submit {
    padding-top: 1.5vw;
}

@media screen and (min-width: 1440px) {
    #Contact #ContactForm .w2_form_input_outer_submit {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    #Contact #ContactForm .w2_form_input_outer_submit {
        padding-top: 5.73333vw;
    }
}

#Contact #ContactForm .w2_form_input_outer_submit input[type="submit"] {
    background: #FC7A1D;
}

#Contact #ContactForm .w2_form_input_outer {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #Contact #ContactForm .w2_form_input_outer {
        padding-bottom: 3.33333vw;
        margin-bottom: 3.33333vw;
    }
}

#Contact #ContactForm .w2_form_input_outer input {
    font-size: 1.11111vw;
    height: 3.07222vw;
}

@media screen and (max-width: 767px) {
    #Contact #ContactForm .w2_form_input_outer input {
        height: 10.66667vw;
        font-size: 3.86667vw;
    }
}

@media screen and (min-width: 1440px) {
    #Contact #ContactForm .w2_form_input_outer input {
        font-size: 14px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    #Contact #ContactForm .w2_form_input_title {
        margin-bottom: 0;
    }
}

#Contact #ContactForm textarea {
    font-size: 1.11111vw;
    height: 10.27778vw;
}

@media screen and (max-width: 767px) {
    #Contact #ContactForm textarea {
        font-size: 3.86667vw;
        height: 33.33333vw;
    }
}

@media screen and (min-width: 1440px) {
    #Contact #ContactForm textarea {
        font-size: 14px;
        height: 150px;
    }
}

.section_ttl {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .section_ttl {
        width: 92vw;
        margin: 0 auto;
    }
}

.section_ttl h2 {
    font-size: 2.2222222222vw;
    font-weight: bold;
    color: var(--color-w2-blue);
    line-height: normal;
}

@media screen and (min-width: 1920px) {
    .section_ttl h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .section_ttl h2 {
        font-size: 8vw;
    }
}

.section_ttl p {
    font-size: 1.1111111111vw;
    margin-top: 2.0833333333vw;
    line-height: normal;
}

@media screen and (min-width: 1920px) {
    .section_ttl p {
        font-size: 18.6666666667px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .section_ttl p {
        font-size: 4.8vw;
        margin-top: 5.3333333333vw;
    }
}

.custom_footer {
    width: 100%;
    height: 6.9444444444vw;
    border-top: solid 1px var(--color-w2-blue);
}

@media screen and (min-width: 1920px) {
    .custom_footer {
        height: 133.3333333333px;
    }
}

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

.custom_footer ul {
    height: 100%;
    width: 62.5vw;
    margin: 0 auto;
}

@media screen and (min-width: 1920px) {
    .custom_footer ul {
        width: 1200px;
    }
}

.custom_footer ul li {
    padding: 0 2.4305555556vw;
    position: relative;
    font-size: 1.1111111111vw;
}

@media screen and (min-width: 1920px) {
    .custom_footer ul li {
        padding: 0 46.6666666667px;
        font-size: 18.6666666667px;
    }
}

.custom_footer ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #333333;
}

.custom_footer ul li:nth-child(1)::before {
    content: none;
}

.custom_footer ul li a {
    font-size: 1.1111111111vw;
    color: #333333;
    text-decoration: none;
}

@media screen and (min-width: 1920px) {
    .custom_footer ul li a {
        font-size: 18.6666666667px;
    }
}

.custom_footer ul li.w2_footer_copyright {
    font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.3888888889vw;
}

@media screen and (min-width: 1920px) {
    .custom_footer ul li.w2_footer_copyright {
        font-size: 24px;
    }
}

.custom_footer ul li .w2_footer_tel p {
    font-size: 0.9027777778vw;
}

@media screen and (min-width: 1920px) {
    .custom_footer ul li .w2_footer_tel p {
        font-size: 14.6666666667px;
    }
}

.custom_footer ul li .w2_footer_tel p:nth-child(1) {
    font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.6666666667vw;
    margin-right: 1.3888888889vw;
}

@media screen and (min-width: 1920px) {
    .custom_footer ul li .w2_footer_tel p:nth-child(1) {
        font-size: 29.3333333333px;
        margin-left: 26.6666666667px;
    }
}

.custom_footer_sp {
    width: 100%;
    box-sizing: border-box;
    border-top: solid 1px #F71768;
}

@media screen and (max-width: 767px) {
    .custom_footer_sp {
        height: auto;
        padding: 13.3333333333vw 5.3333333333vw 8vw;
    }
}

@media screen and (max-width: 767px) {
    .custom_footer_sp ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 5.3333333333vw 0;
    }
}

.custom_footer_sp ul li {
    position: relative;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .custom_footer_sp ul li {
        width: calc(100% /2);
    }
}

.custom_footer_sp ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #333333;
}

.custom_footer_sp ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #333333;
}

.custom_footer_sp ul li:nth-child(3)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #333333;
}

@media screen and (max-width: 767px) {
    .custom_footer_sp ul li:nth-child(4) {
        margin-top: 8vw;
    }
}

.custom_footer_sp ul li:nth-child(4)::before {
    content: none;
}

@media screen and (max-width: 767px) {
    .custom_footer_sp ul li {
        padding: 0 2.6666666667vw;
        box-sizing: border-box;
    }
}

.custom_footer_sp ul li a {
    color: #333333;
    text-decoration: none;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .custom_footer_sp ul li a {
        font-size: 3.7333333333vw;
    }
}

.custom_footer_sp ul li.mx_width {
    width: 100%;
}

.custom_footer_sp ul li.w2_footer_copyright {
    font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .custom_footer_sp ul li.w2_footer_copyright {
        font-size: 5.3333333333vw;
    }
}

@media screen and (max-width: 767px) {
    .custom_footer_sp ul li .w2_footer_tel p {
        font-size: 3.4666666667vw;
        letter-spacing: 0;
    }
}

.custom_footer_sp ul li .w2_footer_tel p:nth-child(1) {
    font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .custom_footer_sp ul li .w2_footer_tel p:nth-child(1) {
        font-size: 6.4vw;
        margin-right: 5.3333333333vw;
    }
}

.w2_footer_inner,
.w2_sp_footer_linklist,
.w2_footer_copyright_sns {
    display: none !important;
}

.w2_footer {
    padding: 0;
}

.row {
    display: flex;
    flex-direction: row;
}

.al-center {
    align-items: center;
}

.js-center,
.custom_footer,
.custom_footer_sp {
    justify-content: center;
}

.w2_footer_backscroll {
    margin-top: 0 !important;
    top: -9.0277777778vw !important;
    right: 20% !important;
}

@media screen and (min-width: 1920px) {
    .w2_footer_backscroll {
        top: -173.3333333333px !important;
    }
}

@media screen and (max-width: 767px) {
    .w2_footer_backscroll {
        display: block;
        position: absolute;
        right: 2.6666666667vw !important;
        top: -69.3333333333vw !important;
    }
}

@media screen and (max-width: 767px) {
    .w2_footer_backscroll a {
        width: 16vw;
        height: 16vw;
    }
}