* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #363636;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.btn {
    border-radius: 0;
}

.hel {
    text-align: center;
    margin-left: 80px;
    margin-top: 60px;
}


/* -----header css----- */

#header {
    position: fixed;
    z-index: 10;
    width: 100%;
}

.navbar {
    padding: 0px 0;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 1090px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.submenu_lists {
    visibility: hidden;/*hidden*/
    position: absolute;
    margin: 0px;
    padding: 10px;
    background-color: #f8f9fa!important;
    border-radius: 15px;
}

.text-center {
    margin-left: 1rem;
}

div#navbarSupportedContent {
    flex-grow: 0 !important;
    padding-right: 1rem !important;
}

.nav-item {
    font-weight: 600;
    margin-left: 35px;
}

.navbar-toggler {
    margin-right: 30px;
}

.collapse.navbar-collapse {
    margin-right: 0px;
}

.nav-link.text-dark {
    font-size: 14px;
    font-weight: 500;
}

.navbar-nav.ml-auto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px;
}

.nav-link.text-dark:hover {
    color: #1aa6e4 !important;
}

.nav-item:hover .submenu_lists {
    visibility: visible;
}


#specifed {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #006dba;
    background-color: #006dba;
}

#specifed>.nav-link.text-dark {
    color: #fff !important;
}

.selectorfont {
    font-size: 16px;
}

#selectorfield select {
    padding-left: 5px;
    padding-bottom: 3px;
    min-width: 100px;
}

.form-control {
    border-style: solid;
    border-color: #1aa6e4;
    color: #1aa6e4 !important;
    padding: 0px;
    font-size: 10px;
    max-height: 20px;
    border-radius: 20px;
    font-weight: bold;
}


/* ------------Content CSS-------------- */
a {
    text-decoration: none;
}

img.medi-net {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

img.intro_Photo1 {
    width: 300px;
    box-shadow: 5px 5px 0px 0 #006dba;
}
img.intro_Photo2 {
    width: 300px;
    box-shadow: -5px 5px 0px 0 #1aa6e4;
}

.intro_child_a {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.intro_child_a:hover  {
    box-shadow: 0 1px 1px gray;
    transform: translate(0, -5px);
}

.intro_child_a_1 {
    padding: 1rem;
}
.intro_child_a_2 {
    padding: 1rem;
}

.intro_child_b {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.intro_child_b:hover  {
    box-shadow: 0 1px 1px gray;
    transform: translate(0, -5px);
}

.intro_child_b_2 {
    padding: 1rem;
}
.intro_child_b_1 {
    padding: 1rem;
}


p.intro_desc {
    color: black;
    font-size: medium;
}

span.intro_ttl1 {
    color: black;
    font-weight: 500;
    font-size: 25px;
}
span.intro_ttl2 {
    color: black;
    font-weight: 500;
    font-size: 25px;
}
span.intro_ttlno1 {
    font-size: 30px;
    color: #006dba;
    font-weight: 500;
}
span.intro_ttlno2 {
    font-size: 30px;
    color: #1aa6e4;
    font-weight: 500;
}
p.intro_desc {
    color: black;
}

.text_contents2 {
    justify-content: center;
    margin-top: 6rem;
    padding-left: 180px;
    padding-right: 180px;
    text-align: center;
}

img.medi-lablogp {
    width: 382px;
}

.text_contents2>.content_desc {
    margin-bottom: 0px;
    color: #353535;
    text-align: left;
    margin-top: 30px;
}
.medi-list-parent {
    display: flex;
    margin-top: 2rem;
}

.lab_date {
    color: #363636;
    font-size: large;
    margin-bottom: 0.5rem;
}

.lab_title {
    color: #363636;
    margin-bottom: 3rem;
}

.lab_title_a {
    color: #363636;
}


.medi-article {
    padding: 1rem;
}
img.lab_Photo {
    width: 348px;
    object-fit: cover;
    height: 218px;
}
.medi-list {
    width: 350px;
    border: 2px solid #e8e8e8;
    margin: 8px;
    box-shadow: 0px 3px 0px 0 #e8e8e8;
}

.medi-list:hover  {
    box-shadow: 0 1px 1px gray;
    transform: translate(0, -5px);
}


a.btn-light2 {
    font-size: 19px;
    font-weight: 500;
    color: #006dba;
    border: 1px solid #006dba;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 51px;
    padding-right: 51px;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

a.btn-light2:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}
    /* 2025-1-18 */



.newsbutton {
    text-align: right;
}

/* corporate対応 */

.service-box-c {
    width: 50%;
}
a.introa {
    color: #353535;
    text-decoration: none;
}

.service-box-c a {
    width: 100%;
}


.service-box-c:hover .service-icon {
    background: #82ccdd;
    color: #ddd;
}


#boxes3 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.service-image-c {
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.iamge_span {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-top: 144px;
    color: #036EB8;
    text-shadow: 1px 2px 3px #fff;
    font-family: "Noto Serif JP", serif;
    background: rgba(255,255,255,0.5);

}

.image-div-c {
    width: 100%;
    height: 275px;
    background-color: black;
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/ttopmessage.png);
    /* background-position: right; */
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
    /* justify-content: center; */
    align-items: center;
    display: flex;
    text-align: center;
}

.service-image-c:hover .image-div-c,
.service-image-c:focus .image-div-c {
    transform: scale(1.1);
}

.image-div-c::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image-c:hover .image-div-c:before,
.service-image-c:focus .image-div-c:before {
    display: block;
}
.image-div-c_e {
    width: 100%;
    height: 275px;
    background-color: black;
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/ttopmessage_en.png);
    /* background-position: right; */
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
    /* justify-content: center; */
    align-items: center;
    display: flex;
    text-align: center;
}

.service-image-c:hover .image-div-c_e,
.service-image-c:focus .image-div-c_e {
    transform: scale(1.1);
}

.image-div-c_e::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image-c:hover .image-div-c_e:before,
.service-image-c:focus .image-div-c_e:before {
    display: block;
}

.image-div-cm {
    width: 100%;
    height: 275px;
    background-color: black;
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/ttopmessage_mobile.png);
    /* background-position: right; */
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
    /* justify-content: center; */
    align-items: center;
    display: none;
    text-align: center;
}

.service-image-c:hover .image-div-cm,
.service-image-c:focus .image-div-cm {
    transform: scale(1.1);
}

.image-div-cm::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image-c:hover .image-div-cm:before,
.service-image-c:focus .image-div-cm:before {
    display: block;
}
.image-div-cm_e {
    width: 100%;
    height: 275px;
    background-color: black;
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/ttopmessage_mobile_en.png);
    /* background-position: right; */
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
    /* justify-content: center; */
    align-items: center;
    display: none;
    text-align: center;
}

.service-image-c:hover .image-div-cm_e,
.service-image-c:focus .image-div-cm_e {
    transform: scale(1.1);
}

.image-div-cm_e::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image-c:hover .image-div-cm_e:before,
.service-image-c:focus .image-div-cm_e:before {
    display: block;
}

.service-box-h {
    width: 50%;
}


.service-box-h a {
    width: 100%;
}


.service-box-h:hover .service-icon {
    background: #82ccdd;
    color: #ddd;
}

.service-image-h {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.image-div-h {
    width: 100%;
    height: 275px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/saiyo.png);
    background-position: left;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 50px;

}

.service-image-h:hover .image-div-h,
.service-image-h:focus .image-div-h {
    transform: scale(1.1);
}

.image-div-h::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image-h:hover .image-div-h:before,
.service-image-h:focus .image-div-h:before {
    display: block;
}
.image-div-hm {
    width: 100%;
    height: 275px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/saiyo_mobile.png);
    background-position: left;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: none;
    margin-top: 50px;

}

.service-image-h:hover .image-div-hm,
.service-image-h:focus .image-div-hm {
    transform: scale(1.1);
}

.image-div-hm::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image-h:hover .image-div-hm:before,
.service-image-h:focus .image-div-hm:before {
    display: block;
}

/* corporate対応 */

.service-image {
    overflow: hidden;
}

.imagediv {
    width: 100%;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url("//www.medi-l.com/wp-content/themes/twentytwentyone-child/asset/images/AdobeStock_278780529_Preview.png");
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
}

.service-image:hover .imagediv,
.service-image:focus .imagediv {
    transform: scale(1.2);
}

.imagediv::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image:hover .imagediv:before,
.service-image:focus .imagediv:before {
    display: block;
}

.imagediv1 {
    width: 100%;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/intro2.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
}

.service-image:hover .imagediv1,
.service-image:focus .imagediv1 {
    transform: scale(1.2);
}

.imagediv1::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image:hover .imagediv1:before,
.service-image:focus .imagediv1:before {
    display: block;
}

.imagediv2 {
    width: 100%;
    cursor: pointer;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/intro1.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
}

.service-image:hover .imagediv2,
.service-image:focus .imagediv2 {
    transform: scale(1.2);
}

.imagediv2::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image:hover .imagediv2:before,
.service-image:focus .imagediv2:before {
    display: block;
}
.imagediv30 {
    width: 100%;
    cursor: pointer;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/intro3.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
}

.service-image:hover .imagediv30,
.service-image:focus .imagediv30 {
    transform: scale(1.2);
}

.imagediv30::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image:hover .imagediv30:before,
.service-image:focus .imagediv30:before {
    display: block;
}
.service-image1 {
    overflow: hidden;
    width: 40%;
    height: 100%;
}

.imagediv3 {
    width: 100%;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url("//www.medi-l.com/wp-content/themes/twentytwentyone-child/asset/images/data_business.png");
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
}

.service-image1:hover .imagediv3,
.service-image1:focus .imagediv3 {
    transform: scale(1.2);
}

.imagediv3::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image1:hover .imagediv3:before,
.service-image1:focus .imagediv3:before {
    display: block;
}

.imagediv4 {
    width: 100%;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2033.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
}

.service-image1:hover .imagediv4,
.service-image1:focus .imagediv4 {
    transform: scale(1.2);
}

.imagediv4::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image1:hover .imagediv4:before,
.service-image1:focus .imagediv4:before {
    display: block;
}

.imagediv5 {
    width: 100%;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2058.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
}

.service-image1:hover .imagediv5,
.service-image1:focus .imagediv5 {
    transform: scale(1.2);
}

.imagediv5::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image1:hover .imagediv5:before,
.service-image1:focus .imagediv5:before {
    display: block;
}

.imagediv6 {
    width: 100%;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2059.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
}

.service-image1:hover .imagediv6,
.service-image1:focus .imagediv6 {
    transform: scale(1.2);
}

.imagediv6::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.imagediv7 {
    width: 100%;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2034.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
}

.service-image1:hover .imagediv7,
.service-image1:focus .imagediv7 {
    transform: scale(1.2);
}

.imagediv7::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image1:hover .imagediv7:before,
.service-image1:focus .imagediv7:before {
    display: block;
}

.imagediv8 {
    width: 100%;
    height: 200px;
    background-color: black;
    /* fallback color */
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2030.png);
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
}

.service-image1:hover .imagediv8,
.service-image1:focus .imagediv8 {
    transform: scale(1.2);
}

.imagediv8::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service-image1:hover .imagediv8:before,
.service-image1:focus .imagediv8:before {
    display: block;
}

.contenttext {
    font-size: 32px;
    font-weight: bold;
}

.service_text {
    font-size: 34px;
    font-weight: normal;
    color: #006dba;
    margin-bottom: 0px;
    text-align:right;
}

.red_logo {
    width: 89px;
    padding-bottom: 8px;
}
.red_logo:hover {
    opacity: 0.3;
    color: white;
}
.service_text_blow {
    font-size: 12px;
    font-weight: bold;
    color: #006dba;
    width: 50%;
    margin-left: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #006dba;
    padding-left: 10px;
    padding-right: 10px;
}

.service_textfield>.service_text {
    font-weight: 500;
    color: #000;
}

.service_textfield {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    text-align: left;
}

.service_textfield>.service_item>.service_date {
    font-size: 12px;
    margin-bottom: 0px;
    color: #1aa6e4;
}

.service_textfield>.service_item>.service_desc {
    margin-bottom: 0px;
    color: #010101;
    margin-left: 30px;
}

.service_textfield>.service_item>.service_desc a {
    color: inherit;
}

.service_textfield>.service_item {
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.service_textfield>.service_text {
    font-weight: 500;
}


.image_div_field {
    background: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/k-message.png);
    background-size: cover;
    background-position: right;
    height: 400px;
    margin-top: 100px;
    text-align: center;
    padding-top: 110px;
}



.top_message_a {
    text-decoration: none!important;
}

.news_a {
    text-decoration: none!important;
}


.important_notice>.important_notice_desc {
    margin-bottom: 0px;
    color: #353535;
    text-align: left;
}


.important_notice {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    display: grid;
    justify-content: center;
    margin-top: 30px;

}

.important_notice p {
    margin-bottom: 0.2rem;

}


.text_contents>.content_header {
    font-size: 28px;
    margin-bottom: 0px;
    color: #353535;
    text-align: center;
    position: relative;
    padding: 1.0rem;
}

.text_contents>.content_header span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #006dba;
}

.text_contents>.content_desc {
    margin-bottom: 0px;
    color: #353535;
    text-align: left;
    margin-top: 30px;
}

.text_contents {
    display: grid;
    justify-content: center;
    margin-top: 0px;
    padding-left: 180px;
    padding-right: 180px;
}

.image_div_field>.image_text {
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0px;
    color: #000;
    text-shadow: 1px 2px 3px #fff;
    font-family: "Noto Serif JP", serif;
}

.bottom_field {
    width: 100%;
    background-color: #0f397e;
    height: 15px;
}

.bottom_field1 {
    width: 100%;
    background-color: #0068b8;
    height: 15px;
}

.bottom_field2 {
    width: 100%;
    background-color: #1aa6e4;
    height: 15px;
}
.bottom_field3 {
    width: 100%;
    background-color: #B0D677;
    height: 15px;
}


#imageservice {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.text_field {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.main {
    position: relative;
    color: white;
    height: 640px;
    animation: image_anime 20s cubic-bezier(1,0,1,.68) infinite;
    background-size: cover;
    background-position: center;
    padding-top: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
}
@keyframes image_anime {
  0% {
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/meditop1.png); /* 背景画像1を指定 */
  }
  33% {
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/meditop2.png); /* 背景画像2を指定 */
  }
  67% {
    background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/meditop3.png); /* 背景画像3を指定 */
  }
}


.mcenter {
    position: absolute;
    /* top: 40%; */
    left: 5%;
    /* transform: translate(-222%, -50%); */
    /* filter: drop-shadow(30px 10px 4px #C0C0C0); */
    height: 57px;
}

.ayus {
    padding-left: 100px;
    margin-top: 50px;
}

.top_blue {
    color: #28A7E1;
    font-weight: 600;
}

.top_text {
    position: absolute;
    /* top: 55%; */
    /* left: 15%; */
    align-items: center;
    color: #000;
    /* padding: 15px; */
    background: hsla(0,0%,100%,.85);
    border-radius: 5px;
    /* opacity: 0.8; */
    font-family: "Noto Serif JP", serif;
    width: 579px;
    transform: translateY(217%) translateX(-42%);
}

.top_text p {
    margin-top: 8px;
    /* margin-left: 10px; */
    text-align: left;
    /* font-size: 18px; */
    animation: 3s;
    /* color: #036EB8; */
    /* padding-top: 30px; */
}

.top_vision {
    font-size: 23px;
    /* background-color: #28A7E1; */
    width: 93%;
    padding-left: 10px;
    color: #000000 !important;
    border-bottom: solid 3px #28A7E1;
    font-weight: 500;
}

.top_text_en {
    position: absolute;
    /* top: 55%; */
    /* left: 15%; */
    align-items: center;
    color: #000;
    /* padding: 15px; */
    background: hsla(0,0%,100%,.85);
    border-radius: 5px;
    /* opacity: 0.8; */
    font-family: "Noto Serif JP", serif;
    width: 579px;
    transform: translateY(217%) translateX(-42%);
}

.top_text_en p {
    margin-top: 8px;
    /* margin-left: 10px; */
    text-align: left;
    /* font-size: 18px; */
    animation: 3s;
    /* color: #036EB8; */
    /* padding-top: 30px; */
}

.top_vision_en {
    font-size: 19px !important;
    /* background-color: #28A7E1; */
    width: 93%;
    padding-left: 10px;
    color: #000000 !important;
    border-bottom: solid 3px #28A7E1;
    font-weight: 500;
}


.topmesse {
  display: none;
  text-align: center;
}

.topmesse.appear {
    display: block;
    animation: 3s fadeIn;
    margin-left: 10px;
    font-family: system-ui;
    margin-right: 40px;
    color: #001100;
    font-weight: 400;
    font-size: 17px;
    margin-top: -8px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*=============Services Section==================*/

.services-section {
    background-color: #fff;
    background-size: cover;
    padding: 20px 0 0px 0;
    color: white;
}

.images-section {
    background-color: #fff;
    background-size: cover;
    padding: 20px 0 0px 0;
    color: white;
}

.box-area {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.box-area.fir-box .headertext {
    background-color: #0f397e;
}

.box-area.sec-box .headertext {
    background-color: #006dba;
}

.box-area.thi-box .headertext {
    background-color: #1aa6e4;
}

.box-area>.item-box>.itembox_text>.headertext {
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 2px;
}

.box-area>.item-box>.itembox_text>.item_date {
    color: #1aa6e4;
    font-size: 12px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.box-area>.item-box>.itembox_text {
    padding-bottom: 15px;
    background: #fff;
    width: 60%;
}

.box-area>.item-box>.itembox_text>.item_dec {
    color: #464646;
    font-size: 14px;
    padding: 0 15px 0 20px;
    margin-bottom: 1px;
}

.box-area>.item-box>.itembox_text>.item_dec a {
    color: inherit;
}

.box-area>.item-box {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    border: 1px solid #d7d7d7;
    border-style: solid;
}

.box-area>.item-box:last-child {
    margin-left: 20px;
    border: 1px solid #d7d7d7;
    border-style: solid;
}

.section-title {
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: 30px;
}

.border {
    width: 160px;
    height: 2px;
    background: #82ccdd;
    margin: 40px auto;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services-box {
    max-width: 33.33%;
    padding: 10px;
    text-align: center;
    color: #ddd;
    cursor: pointer;
}

.service-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #82ccdd;
    color: #82ccdd;
    transform: rotate(45deg);
    margin-bottom: 30px;
    margin-top: 16px;
    margin-left: 50px;
    transition: 0.3s linear;
}

.service-icon i {
    padding-left: 20px;
    line-height: 70px;
    transform: rotate(-45deg);
    font-size: 26px;
}

.service-box:hover .service-icon {
    background: #82ccdd;
    color: #ddd;
}

.service-title {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    text-align: center;
}

.service-title_MHP {
    font-size: 20px;
    font-weight: bold;
    color: #464646;
    text-align: center;
    font-weight: 500;
}

.service-title_below_MHP {
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    text-align: center;
}

.service-title_market {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    text-align: center;
}

.service-title_below {
    font-size: 14px;
    color: #464646;
    font-weight: bold;
    text-align: center;
}

.service-title_below_market {
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    text-align: center;
}

.service-desc {
    text-align: left;
    color: #464646;
    margin-top: 30px;
}

.serviceboxs {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px 0 60px;
}

.service-box {
    border-style: solid;
    border-color: rgb(181, 181, 181);
    border-width: 1px;
    width: 100%;
    margin: 0.2rem;
}

.service-box:hover {
    box-shadow: 0 5px 10px gray;
    transform: translate(0, -5px);
}

.service-box a:hover {
    text-decoration: none;
}


.researchboxs {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px 0 60px;
}

.research-box {
    border-style: solid;
    border-color: rgb(181, 181, 181);
    border-width: 1px;
    width: 50%;
}

.research-box:hover {
    box-shadow: 0 5px 10px gray;
    transform: translate(0, -5px);
}

.research-box a:hover {
    text-decoration: none;
}

.research-box:not(:last-child) {
    border-right: none;
}

#sevice_container {
    max-width: 1100px;
    padding-left: 0px;
    padding-right: 0px;
}

#sevice_container_news {
    max-width: 990px;
    padding-left: 45px;
    padding-right: 45px;
}

#images_container {
    max-width: 990px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
}

#images_container>.box_header {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 11px;
    padding: 0.01em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #006dba;
}

.box_header.fir-box {
    color: #0f397e;
    margin-top: 0px;
}

.box_header.sec-box {
    color: #006dba;
}

.box_header.thi-box {
    color: #1aa6e4;
}

.button_filed_items>.btn.btn-light {
    font-size: 20px;
    font-weight: 500;
    color: #0f397e;
    padding-left: 117px;
    padding-right: 120px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #0f397e;
    margin-top: 0px;
}

.button_filed_items {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 33px;
}

@media screen and (max-width: 800px) {
    .box-area {
        flex-direction: column;
        padding: 0px 10px;
    }
    .box-area>.item-box {
        margin-left: 0px !important;
        margin-top: 10px;
    }
    #item_image {
        height: 200px;
    }
    .serviceboxs {
        display: grid;
    }
    .researchboxs {
        display: grid;
    }

/*    .mcenter {
        top: 40%;
        left: 50%;
    }
    .top_text {
        width: 90%;
        right: 0%;
    }
    .top_text_en {
        width: 90%;
        right: 0%;

    }*/
}


}

@media screen and (max-width: 325px) {
    .box-area {
        display: grid;
    }
    .box-area>.item-box {
        margin-left: 0px !important;
        margin-top: 10px;
    }
    #item_image {
        height: 100px;
    }
    .serviceboxs {
        display: grid;
    }
    .researchboxs {
        display: grid;
    }

}


/* ------------------------------------- */

@media screen and (max-width:960px) {
    .nav-item:hover .submenu_lists {
        visibility: hidden;
    }


}

@media screen and(max-width:768px) {
    .service-box {
        max-width: 50%;
    }
    .research-box {
        max-width: 50%;
    }
    .mcenter {
        top: 40%;
        left: 50%;
    }
    .top_text {
        width: 90%;
    }
    .top_text_en {
        width: 90%;
    }
    #boxes3 {
        margin-top: 10px;
        display: block;
    }
    .service-image-c {
        margin-left: 0px;
        padding: 0px 10px;
        margin-top: 10px;
    }
}

@media screen and(max-width:480px) {
    .service-box {
        max-width: 100%;
    }
    .research-box {
        max-width: 100%;
    }
    .mcenter {
        top: 40%;
        left: 50%;
    }
    .top_text {
        width: 90%;
    }
    .top_text_en {
        width: 90%;
    }

}


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

.part2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/%E3%81%8A%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    height: 360px;
    opacity: 0.9;
    display: flex;
    justify-content: center;
}

#part2_field {
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 990px;
    padding-top: 85px;
}

.part4 {
    background-color: #fff;
}

#part4_container {
    max-width: 990px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gre {
    color: #a0fa69;
}

.bo {
    background-color: white;
}

.san {
    color: #b4b8b2;
}

hr {
    width: 20%;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: grey;
}

ul {
    list-style: none;
}

li {
    margin: 10px 0;
    text-align: left;
}

.op {
    opacity: 0.5;
}

.btn {
    color: white;
}

.yel {
    background: #f9ee8a no-repeat center center fixed;
    background-size: auto 100%;
}


/*footer*/

.section-title1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
}

.part4_text {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
}

.part4_text1 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.divider {
    border-style: solid;
    border-width: 1px;
    border-color: #5093c4;
}

#contact {
    background: #006dbb;
}

.logo-text {
    margin: 15px 0 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.logo-text1 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 3px;
}

.btn.btn-light {
    color: #006dba;
    font-size: 16px;
    padding-right: 50px;
    padding-left: 50px;
    font-weight: bold;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.btn.btn-light:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}

#Copyright {
    max-width: 990px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part5 {
    background-color: #002f89;
}

.logo-text_main {
    color: #6de6fc;
    font-weight: bold;
}

.copyrighttext {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer {
    color: #d3d3d3;
    position: relative;
}

.footer h1 {
    font-size: 16px;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

#footer_container {
    max-width: 990px;
}

.footer .footer-content {
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
}

.footer .footer-content .footer-section {
    flex: 1;
    padding: 10px 5px 10px 15px;
    border-left: 1px solid #5093c4;
}

.footer .footer-content .footer-section a {
    color: inherit;
}

.footer .footer-content .about h1 span {
    color: #05f7ff;
}

.footer .footer-content .about .contact span {
    display: block;
    font-size: 1.1em;
    margin-bottom: 8px;
}

.footer .footer-content .about .socials a {
    border: 1px solid gray;
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    border-radius: 5px;
    transition: all 0.3s;
}

.footer .footer-content .about .socials a:hover {
    border: 1px solid white;
    color: white;
    transition: all 0.3s;
}

.footer .footer-content .links ul {
    padding-top: 5px;
}

.footer .footer-content .links ul a {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    transition: all 0.3s;
}

.footer .footer-content .links ul a:hover {
    color: white;
    margin-left: 15px;
    transition: all 0.3s;
}

.footer .footer-content .contact-form .contact-input {
    background: #272727;
    color: #bebdbd;
    margin-bottom: 10px;
    line-height: 1.5rem;
    padding: 0.9rem 1.4rem;
    border: none;
}

.footer .footer-content .contact-form .contact-input:focus {
    background: #1a1a1a;
}

.footer .footer-content .contact-form .contact-btn {
    float: right;
}

@media (max-width: 767px) {
    .text_contents2 {
	margin-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
    }
    img.intro_Photo1 {
        width: 365px;
    }
    img.intro_Photo2 {
        width: 365px;
    }
    img.medi-lablogp {
        width: 307px;
    }
    img.lab_Photo {
        width: 380px;
    }
    .button_filed_items {
        margin-bottom: 1px;
    }
    .medi-list {
        width: 382px;
    }
    .medi-list-parent {
        display: flow;
        margin-top: 1rem;
    }
    #sevice_container_news {
        padding-left: 0px;
        padding-right: 0px;
    }
    .intro_child_a {
        display: flex;
        flex-direction: column;
    }
    .intro_child_b {
        display: flex;
        flex-direction: column-reverse;
    }
    .intro_child_a_1 {
        padding: 0rem 1rem 1rem 1rem;
    }
    .intro_child_b_1 {
        padding: 0rem 1rem 1rem 1rem;
    }
    .intro_child_a_2 {
        padding: 0rem 1rem 1rem 1rem;
    }
    .intro_child_b_2 {
        padding: 0rem 1rem 1rem 1rem;
    }
    span.intro_ttl1 {
        font-size: 24px;
    }
    span.intro_ttl2 {
        font-size: 24px;
    }
    span.intro_ttlno1 {
        font-size: 32px;
    }
    span.intro_ttlno2 {
        font-size: 32px;
    }
    .service_text_blow {
        margin-left: 2px;
    }
    #header .container-fluid {
        padding: 0 10px;
    }
    #header .navbar {
        padding: 5px;
        border-radius: 5px;
    }
    #header .navbar-toggler {
        margin-right: 0px;
    }
    .service_text {
        padding: 0 10px;
    }
    .part2 {
        background-size: auto;
    }
    .iamge_span {
        font-size: 15px;
        margin-left: 0px;
    }
    .service_textfield {
        margin-top: 20px;
        padding: 0 10px;
    }
    .service_textfield>.service_item {
        align-items: flex-start;
    }
    .service_textfield>.service_item>.service_desc {
        margin-left: 10px;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .image_div_field>.image_text {
        font-size: 16px;
    }
    .image_div_field2 {
        margin-top: 50px;
        height: 100%;
    }
    .text_contents {
        padding: 0 10px;
        margin-top: 30px;
    }
    .text_contents>.content_desc {
        margin-top: 20px;
    }
    .service-box {
        border-style: none;
    }
    .research-box {
        border-style: none;
    }
    .serviceboxs {
        display: grid;
        margin: 50px 0 20px;
        padding: 0px 10px;
    }
    .researchboxs {
        display: grid;
        margin: 50px 0 20px;
        padding: 0px 10px;
    }
    .service-box {
        border: 1px solid rgb(181, 181, 181);
        margin-top: 5px;
    }
	.service-box:not(:last-child) {
        border-right: 1px solid rgb(181, 181, 181);
    }
    .serviceboxs .service-box:nth-child(1)>.text_field {
        border-right: 1px solid rgb(181, 181, 181);
    }
    .serviceboxs .service-box:nth-child(2)>.text_field {
        border-right: 1px solid rgb(181, 181, 181);
    }


    .research-box {
        border: 1px solid rgb(181, 181, 181);
        margin-top: 5px;
        width: 100%;
    }
       .research-box:not(:last-child) {
    border-right: 1px solid rgb(181, 181, 181);
    }
    .researchboxs .service-box:nth-child(1)>.text_field {
     border-right: 1px solid rgb(181, 181, 181);
    }
    .researchboxs .service-box:nth-child(2)>.text_field {
        border-right: 1px solid rgb(181, 181, 181);
    }

    .box-area>.item-box {
        flex-direction: column;
        margin: 0;
		width: 100%;
        margin-bottom: 20px;
    }
    #images_container {
        padding-top: 0;
    }
    #images_container>.box_header {
        margin-top: 20px;
        margin-left: 10px;
        text-align: center;

    }
    #item_image {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .service-image1 {
        width: 100%;
    }
    .box-area>.item-box>.itembox_text {
        width: 100%;
    }
    .button_filed_items {
        padding: 0 10px;
    }
    .button_filed_items>.btn.btn-light {
        padding: 10px 25px;
    }
    .footer .footer-content {
        flex-direction: column;
    }
    .footer .footer-content .footer-section {
        border-left: none;
        border-bottom: 1px solid #5093c4;
    }
    .footer-section.contact-form .mt-80 {
        margin-top: 20px;
    }
    .nav-item {
        margin: 10px 0;
    }
    img.banner-photo {
        width: 200px;
    }
    .top_text {
        width: 332px;
        transform: translateY(100%) translateX(0%) !important;
    }
    .top_text_en {
        width: 332px;
        transform: translateY(100%) translateX(0%) !important;
    }
    .image-div-h {
        display: none;
    }
    .image-div-hm {
        display: flex;
        height: 398px;
        background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/saiyo_mobile.png);
        background-size: cover;
    }
    .image-div-c {
        display: none;
    }
    .image-div-c_e {
        display: none;
    }
    .image-div-cm {
        display: flex;
        height: 398px;
        background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/ttopmessage_mobile.png);
        background-size: cover;
    }
    .image-div-cm_e {
        display: flex;
        height: 398px;
        background-image: url(https://243993822.fs1.hubspotusercontent-na2.net/hubfs/243993822/raw_assets/public/medilead-hubspot-theme/wp-content/themes/twentytwentyone-child/asset/images/ttopmessage_mobile_en.png);
        background-size: cover;
    }
    .service-image-c {
        padding: 0.5rem;
    }
    .service-image-h {
        padding: 0.5rem;
    }


}

@media (max-width: 989px) {
    #header .container-fluid {
        padding: 0 10px;
    }
    #header .navbar {
        padding: 5px;
        border-radius: 5px;
    }
    #header .navbar-toggler {
        margin-right: 0px;
    }
    .service_text {
        padding: 0 10px;
    }
    .service_textfield>.service_item {
        padding: 0 10px;
    }
}

@media (max-width: 1070px) {
    .top_text {
         transform: translateY(150%) translateX(0%);
    }
    .top_text_en {
         transform: translateY(150%) translateX(0%);
    }
    .top_vision {
        font-size: 21px !important;
    }

}


@media (max-width: 1440px) {
    .top_vision {
        font-size: 21px!important;
    }

}