@charset "utf-8";



/***********************

contact.css よりコピーし編集

***********************/

/* ============================
 * 
 *     contact
 *
 * ============================ */

#entry-top-back {
    width: 100%;
    text-align: right;
    margin-bottom: 1em;
}

#entry-top-back a {
    color: #fff;
    background-color: #003983;
    padding: 0.3em 1.5em;
    transition: all 0.25s linear;
}

#entry-top-back a:hover {
    color: #fff;
    background-color: #c1e4e9;
    transition: all 0.25s linear;
}


#form-basic {
    width: 100%;
    font-size: 120%;
}

.simple-table tr {
    border-bottom: #999 1px solid;
}


.cat-contact table.simple-table th,
.cat-contact table.simple-table td {
    padding: 10px 2px;
    border-bottom: 1px solid #DDDFE6;
}

.simple-table th {
    display: block;
    width: 10em;
    padding: 0.25em 1em 0.25em 0;

}

@media screen and (max-Width:960px) {
    .simple-table th {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 700;
        background-color: #f08300;
        padding: 0.5em 1em;
    }

    .simple-table td {
        display: block;
        width: 100%;
    }
}


/* ===== input ===== */
input[type=text],
textarea {
    padding: 5px 5px;
    border: 1px solid #CCC;
    border-top: 1px solid #A3A3A3;
    border-left: 1px solid #A3A3A3;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    font-size: 120%;
    margin: 0.5em 0 1em;
    resize: vertical;
}

input[type="radio"] {
    transform: scale(1.5);
    margin-right: 1em;
    margin-bottom: 0.5em;
}

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

    input[type=text],
    textarea {
        font-size: 100%;
    }
}

input[type=text].very-short {
    width: 10%;
}

input[type=text].short {
    width: 20%;
}

input[type=text].half {
    width: 40%;
}

input[type=text].long {
    width: 60%;
}

input[type=text].full {
    width: 80%;
}

input[type=text].max {
    width: calc(100% - 0.5em - 0px);
}

textarea.full {
    width: calc(100% - 0.5em - 0px);
}

label + label {
    margin-left: 0.5em;
}

label > input {
    margin: 0 0.25em;
}

label input {
    margin-right: 0em;
}

p em {
    color: #C00;
}

.checkbox-input {
    opacity: 0;
    z-index: -1;
}

.checkbox-parts {
    position: relative;
    color: #333;
    font-weight: 700;
    cursor: pointer;

}

.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0em;
    width: 1em;
    height: 1em;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #fff;
}

.checkbox-input:checked {
    color: #d01137;
}

.checkbox-input:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    width: 0.4em;
    height: 0.7em;
    transform: rotate(40deg);
    border-bottom: 3px solid #d01137;
    border-right: 3px solid #d01137;
}


.checkbox label:hover {
    opacity: 0.7;
}

.checkbox-input {}


.checkbox label span {
    padding-left: 2em;
}

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

    .checkbox {
        padding-left: 1em;
        padding-left: 2em;
    }

    .checkbox-parts {
        padding: 0;
        left: 0;

        padding-left: 1em;
    }

    .checkbox-input {
        padding: 0em;
        margin: 0;

        position: relative;
        left: 0em;
        top: 0.5em;

    }

    .checkbox-parts::before {
        top: 0.2em;
        left: -3em;
        width: 2em;
        height: 2em;
        border: 1px solid #999;
        border-radius: 4px;

        left: -2em;
    }

    .checkbox-input:checked + .checkbox-parts::after {
        top: 0.4em;
        left: -2.4em;
        width: 0.7em;
        height: 1em;
        transform: rotate(40deg);
        border-bottom: 5px solid #d01137;
        border-right: 5px solid #d01137;

        left: -1.5em;
    }

    .checkbox label span {
        padding-left: 1em;
        padding-top: 0.5em;
    }
}


.require {
    font-size: 70%;
    color: #fff;
    font-weight: 700;
    background-color: #c00;
    margin-left: 0.75em;
    padding: 0.1em 0.5em 0.3em;
    border-radius: 0.2em;
    vertical-align: middle;
}

.attention {
    margin: 20px 0;
    padding: 14px;
    border: 1px solid #FC6;
    background: #FFC;
    color: #C00;
}

.errors p {
    line-height: 120% !important;
}

.errors .title {
    margin: 0 0 1em;
}

.form-table {
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #999;

}

.form-table .note {
    margin-left: 0.5em;
}

.form-table .unit > input {
    margin-right: 0.25em;
}

.form-table .unit + .unit {
    margin-left: 0.5em;
}

.inner-layout {
    line-height: 30px;
}

.inner-layout dt {
    width: 7.5em;

    width: 100%;
}

.inner-layout dd {
    padding-left: 8em;

    padding: 0;
}

.inner-layout dd input {
    vertical-align: middle;
}

.inner-layout dd select {
    font-size: 120%;
    padding: 0.5em 1em;
}


.inner-layout p {
    margin: 0.5em 0;
}

.contact-sheet {
    overflow: hidden;
    width: 920px;
}

.buttons {
    width: 100%;
}

.buttons ul {
    text-align: center;
}

.buttons li {
    display: inline-block;
    padding: 0;
    margin: 2em 0;
}

.buttons li a {
    padding: 0;
}

#form-bt-back {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 200%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 0.5em 2em;
    background-color: #f08300;
    border: none;
}

#form-bt-back:hover {
    background-color: #e45e32;
}


#buttons-2 {
    text-align: center;
}

#form-bt-submit-2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 200%;
    font-weight: 700;
    color: #fff;
    padding: 0.5em 2em;
    background-color: #0079c2;
    border: none;
    transition: all 0.25s linear;

}

#form-bt-submit-2:hover {
    cursor: pointer;
    background-color: #e45e32;
    transition: all 0.25s linear;

}

@media screen and (max-width: 960px) {
    #form-bt {
        width: 100%;
    }

    #form-bt-back {
        font-size: 150%;
        width: 100%;
        margin-bottom: 2em;
    }

    #form-bt-submit-2 {
        font-size: 150%;
        width: 100%;
    }
}

.ie7 .buttons li {
    display: inline;
    zoom: 1;
    margin: 0 7px;
}

#form-bt-submit2 {
    width: 206px;
    height: 50px;
    background-image: url(../../../img/contact/form_bt_send_over.png);
}

#form-bt-submit2 input {
    width: 206px;
    height: 50px;
    border: 0;
    background-image: url(../../../img/contact/form_bt_send.png);
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#form-bt-submit2 input:hover {
    opacity: 0;
}

#form-sheet-2 {
    float: left;
    width: 440px;
}

#form-sheet-3 {
    float: right;
    width: 440px;
}

#entry-back {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 200%;
    font-weight: 700;
    color: #fff;
    padding: 0.5em 2em;
    background-color: #f00;
    border: none;
}



/* ===== check ===== */

.check-thtd {
    padding: 1em 0;
}


#contact-check .form-table td {
    color: #003983;
}


.check-mail {
    font-size: 1em;
    font-weight: bold;
}


.iferror {
    margin: 0;
    display: none;
}

.error2 input,
.error2 textarea,
.error2 select {
    border-width: 1px;
    border-style: solid;
    border-color: #ED1C24;
    background: #FFE6E7;
    line-height: 1.4;
    margin: 5px 0 0;
}

.error2 .iferror {
    display: block;
    color: #f00;
    padding: 0.5em 0em 1em 1.5em;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;

}

.attention.error2 {
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px solid #FF0000;
}




/* ===== complete ===== */


.sub-title {
    font-weight: bold;
    font-size: 120%;
    color: #e45e32;
    padding-bottom: 0.5em;
}








/*************************


company-recruit_2022 コピー


****************************/


/* ============================
 * 
 *   First View
 *
 * ============================ */


#entry-top-header {
    z-index: 3;
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

#entry-top-header ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#entry-top-header li {
    flex: 1;
    max-width: 20em;
    font-size: 80%;
    line-height: 150%;
    border-bottom: rgba(249, 249, 245, 0) 1px solid;
    background-color: rgba(249, 249, 245, 0.7);
    transition: all 0.5s linear;
}

#entry-top-header span {
    font-weight: 300;
    font-size: 80%;
}

#entry-top-header li a {
    display: block;
    padding: 1em 0;
    font-weight: 700;
    color: #333;


}


#entry-top-header li:hover {
    background-color: rgba(227, 227, 221, 0.9);
    border-bottom: #e95464 1px solid;
}


@media screen and (max-width: 960px) {
    #entry-top-header {
        position: static;
    }

    #entry-top-header li {
        flex: none;
        width: calc(100% / 3);
        max-width: inherit;
        border-bottom: #aaa 1px solid;
    }

    #entry-top-header li:nth-child(2),
    #entry-top-header li:nth-child(5) {
        border-right: #aaa 1px solid;
        border-left: #aaa 1px solid;
    }

    #entry-top-header li:hover {
        background-color: #ddd;
    }
}

@media screen and (max-width: 640px) {
    #entry-top-header {
        position: static;
    }

    #entry-top-header li {
        flex: none;
        width: 50%;
        max-width: inherit;
        border-bottom: #aaa 1px solid;
    }

    #entry-top-header li:nth-child(2),
    #entry-top-header li:nth-child(5) {
        border-right: inherit;
        border-left: inherit;
    }

    #entry-top-header li:nth-child(odd) {
        border-right: #aaa 1px solid;
    }

    #entry-top-header li:hover {
        background-color: #ddd;
    }
}






#medi-top-background-color {
    background-color: #fff;
}

#medical-fv {
    width: 100%;
    font-weight: 200;
    color: #666;
}

#medical-fv-wrap {
    position: relative;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

#medical-fv-wrap video {
    width: 100%;
}

#fv-title {
    position: absolute;
    top: calc(50% - 3em);
    left: 0;
    right: 0;
    margin: auto;
}

#fv-title p {
    text-align: center;
}

.title {
    font-size: 300%;
    font-weight: 700;
    line-height: 1.5em;
    text-align: justify;
    color: #d7003a;
}

.title-jp {
    font-family: 'noto serif JP';
    font-size: 150%;
    font-weight: 500;
    line-height: 1.5em;
    text-align: justify;
    color: #d7003a;
}

@media screen and (max-width: 960px) {
    #fv-title {
        top: calc(40% - 1em);
        left: 0;
        right: 0;
        margin: auto;
    }

    .title {
        font-size: 200%;
    }
}

@media screen and (max-width: 640px) {
    #fv-title {
        top: calc(25% - 1em);
        left: 0;
        right: 0;
        margin: auto;
    }

    .title {
        font-size: 120%;
    }
}



/************
*
* fv link button
*
*************/

#fv-entry-button-wrap,
#fv-movie-button-wrap {
    position: absolute;
    width: 18em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 110%;
    text-align: center;

}

#fv-entry-button-wrap {
    top: 80%;
    left: calc(50% - 20em);
}

#fv-movie-button-wrap {
    top: 80%;
    right: calc(50% - 20em);
}


#fv-entry-button a,
#fv-movie-button a {
    display: block;
    color: #fff;
    background-color: rgba(22, 74, 132, 0.2);
    padding: 0.5em 1em;
    border: #fff 2px solid;
    transition: all 0.5s linear;
    margin: auto;
}

#fv-entry-button a:hover,
#fv-movie-button a:hover {
    background-color: rgba(22, 74, 132, 0.9);
    transition: all 0.5s linear;
}

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

    #fv-entry-button-wrap,
    #fv-movie-button-wrap {
        width: 17em;
        font-weight: 300;
        font-size: 100%;
    }

    #fv-entry-button a,
    #fv-movie-button a {
        padding: 0.5em 0.5em;
    }

    #fv-entry-button-wrap {
        top: 75%;
        left: calc(50% - 18em);
    }

    #fv-movie-button-wrap {
        top: 75%;
        right: calc(50% - 18em);
        ;
    }

}


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

    #fv-entry-button-wrap,
    #fv-movie-button-wrap {
        position: inherit;
        top: inherit;
        left: inherit;
        right: inherit;
        margin: 1em auto;
    }

    #fv-entry-button a,
    #fv-movie-button a {
        color: #333;
        background-color: inherit;
        padding: 0.5em 1em;
        border: #333 1px solid;
        transition: all 0.5s linear;
        margin: auto;
    }

    #fv-entry-button a:hover,
    #fv-movie-button a:hover {
        color: #fff;
        background-color: rgba(22, 74, 132, 1);
        transition: all 0.5s linear;
    }
}


/* ============================
 * 
 *   本文
 *
 * ============================ */

#title_entry {
    font-size: 400%;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    padding: 0;
    color: #d7003a;
}

.sub-title-entry {
    text-align: center;
    font-size: 200%;
    font-weight: 700;
    color: #d7003a;
    padding: 1em 0 1.5em;
}

#entry-text {
    padding: 0.5em 0;
}


@media screen and (max-width: 960px) {
    #title_entry {
        font-size: 250%;
    }

    .sub-title-entry {
        font-size: 170%;
        padding: 0.75em 0 2em;

    }
}

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





/***********************/
/**                   **/
/**   エントリ         **/
/**                   **/
/***********************/



#entry-button {
    width: 40%;
    text-align: center;
    background-color: #00ada9;
    margin: auto;
    margin-top: 2em;
    transition: all 0.25s linear;
}

#entry-button a {
    display: block;
    font-size: 150%;
    font-weight: 700;
    color: #fff;
    padding: 1em;
}

#entry-button:hover {
    background-color: #b9d08b;
    transition: all 0.25s linear;
}

@media screen and (max-width: 960px) {
    width: 100%;
}

/* ============================
 * 
 *     footer
 *    medical-com.css
 *
 * ============================ */





/* ============================
 * 
 *     footer
 *    medical-com.css
 *
 * ============================ */
