/* 全体設定 */

body {
    color: #000;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


/* フォントの設定 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote,
article,
section,
figure,
textarea,
input,
select {
    font-family: '游明朝', YuMincho, YuGothic, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Sawarabi Mincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    margin: 0px;
    padding: 0px;
}

.sub {
    font-size: 18px;
}


/* グローバルナビ位置関係 */

.navbar {
    min-height: 30px;
    margin-bottom: 0;
}

.navbar-brand {
    height: 40px;
    padding: 10px 10px;
    0
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 15px 15px;
    }
}

nav.navbar .navbar-brand img.logo {}

@media (min-width: 1024px) {
    nav.navbar .navbar-brand img.logo {
        height: 30px;
    }
}

@media (max-width: 992px) {
    nav.navbar .navbar-brand img.logo {
        height: 30px;
        /*調整する*/
    }
}

@media (min-width: 768px) {
    nav.navbar .navbar-brand img.logo {
        height: 30px;
        /*追加する*/
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.section {
    padding: 0;
    /*調整する*/
}


/* グローバルナビ色関係 */

nav.navbar.bootsnav {
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

nav.navbar.bootsnav.navbar-fixed {
    opacity: 0.8;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #111;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        color: #000;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #000;
    }
}


/* ヘッダー画像周り */

#top-page .top-image .header-inner {
    min-height: 500px;
}

.header-inner h1 {
    font-size: 48px;
    color: #2d2d2d;
}

@media (max-width: 992px) {
    #top-page .top-image .header-inner {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    #top-page .top-image .header-inner {
        min-height: 200px;
    }
}

.category .top-image .header-inner {
    min-height: 300px;
}

@media (max-width: 992px) {
    .category .top-image .header-inner {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .category .top-image .header-inner {
        min-height: 170px;
    }
}

.header-inner h1 {
    text-shadow: -1px 1px 0 rgba(158, 158, 158, 0.5);
}


/* ヘッダーのメッセージ */

#top-page .header-inner .inner {
    padding-top: 200px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 992px) {
    #top-page .header-inner .inner {
        padding-top: 150px;
    }
}

@media (max-width: 768px) {
    #top-page .header-inner .inner {
        padding-top: 70px;
    }
    #top-page .header-inner .inner h1 {
        font-size: 24px;
    }
}

.category .header-inner .inner {
    padding-top: 120px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 992px) {
    .category .header-inner .inner {
        padding-top: 80px;
    }
}

@media (max-width: 768px) {
    .category .header-inner .inner {
        padding-top: 50px;
    }
    .category .header-inner .inner h1 {
        font-size: 24px;
    }
}

.separator {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    background-image: -moz-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    background-image: -ms-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    background-image: -o-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    margin: 60px 0;
}

.separator-narrow {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    background-image: -moz-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    background-image: -ms-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    background-image: -o-linear-gradient(left, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
    margin: 60px auto;
    width: 50%;
}


/* コンテンツ1 */

#top-page .contents h2 {
    text-align: center;
    font-size: 32px;
    margin: 80px 0;
}

.contents .catchcopy h3 {
    font-size: 24px;
    text-align: center;
}

@media (max-width: 768px) {
    #top-page .contents h2 {
        font-size: 24px;
        margin: 40px 0;
    }
    #top-page .contents h3 {
        margin-top: 1em;
    }
}

.contents img {
    max-width: 100%;
    border: thin solid #eee;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.contents h3 {
    font-size: 24px;
    color: #135197;
    margin-bottom: 24px;
}

.contents p {
    margin-bottom: 1em;
    font-size: 18px;
}

.contents .center {
    text-align: center;
}

.left-side {
    margin-right: 30px;
}

.left-side h3 {
    text-align: right;
}

.right-side {
    margin-left: 30px;
}

.left-side,
.right-side {
    margin-top: 60px;
}

@media (min-width: 768px) {
    .category .contents .col-sm-6 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .top-menu .contents .col-sm-6 {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .right-side {
        margin-top: 1em;
    }
}


/* ボトム画像周り */

.bottom-image {
    min-height: 250px;
    border-bottom: thin solid #f43438;
}

.profile .bottom-image {
    border-style: hidden;
    margin-bottom: 60px;
}

.bottom-image>p {
    font-size: 16px;
    color: #111;
    padding-top: 90px;
    text-align: center;
    line-height: 28px;
}

@media (max-width: 992px) {
    .bottom-image {
        min-height: 200px;
    }
    .bottom-image>p {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    .bottom-image {
        min-height: 150px;
    }
    .bottom-image>p {
        padding-top: 50px;
    }
}


/* 底部お問い合わせブロック */

.formblock {
    border-bottom: thin solid #f43438;
    padding-bottom: 60px;
    text-align: center;
}

.formblock p {
    margin-top: 1em;
    margin-bottom: 30px;
}


/* フッター */

.footer {
    background: url(../images/machi.png) repeat-x bottom;
    z-index: 200;
}

.fotter-inner {
    z-index: 100;
}

.footer-image {
    min-height: 300px;
}

.footer h2 img {
    width: 300px;
    margin-top: 70px;
    margin-bottom: 20px;
}

.logo-box {
    margin-top: 70px;
    margin-bottom: 20px;
}

.logo {
    font-size: 24px;
    text-shadow: -1px 1px 0 rgba(158, 158, 158, 0.5);
}

.logo img {
    height: 60px;
}

.fax {
    margin-left: 2em;
}

.fa-phone,
.fa-fax {
    padding-right: 0.5em;
    color: #135197;
}

.fa-phone {
    font-size: 1.2em;
}


/* 会社概要ページ */

.profile {
    text-align: center;
}

.profile .contents h3 {
    font-size: 36px;
    padding-bottom: 30px;
}

.profile .contents p {
    text-align: left;
}

.profile table {
    margin: 30px auto 0;
}

@media (max-width: 992px) {
    .profile table {
        margin-top: 0;
    }
}

.profile td {
    padding: 5px;
    color: #ddd;
}

.profile td.left {
    width: 30%;
}

.profile td.right {
    text-align: left;
}

.profile .bottom-image {
    min-height: 270px;
}


/* お問い合わせページ */

.contact .contents h3 {
    margin-bottom: 48px;
}

.form-group {
    margin-bottom: 40px;
}

.contact dl {
    margin-top: 40px;
}

.contact dt {
    width: 95%;
    color: #135197;
    border-bottom: thin solid #135197;
}

.contact dd {
    padding-bottom: 30px;
}


/* ヘルスケアDXページ */

.category.healthcaredx .section h2 {
    text-align: center;
    font-size: 32px;
    margin: 80px 0 24px;
}

.category.healthcaredx .mission_text {
    text-align: center;
}


/* リクルートページ */

.cont-sep {
    border-top: 1px solid #135197;
    margin: 18px 0;
}

.skill-list {
    list-style-type: none;
}

.content-sub h4 {
    font-family: '游明朝', YuMincho, YuGothic, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Sawarabi Mincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    line-height: 30px;
}

.content-sub ul {
    box-shadow: 0px 0px 3px silver;
    border: solid 1px whitesmoke;
    margin: 0.5em;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    background: #fafafa;
}

.content-sub ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}

.content-sub ul li:before {
    /* font-family: "Font Awesome 5 Free"; */
    content: "\25B6";
    position: absolute;
    left: 1em;
    /*左端からのアイコンまで*/
    color: gray;
    /*アイコン色*/
}

.other dd {
    margin-bottom: 0.5em;
}

@media (max-width: 768px) {
    .content-sub {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* プライバシーページ */

.privacy .section {
    padding-bottom: 20px;
    border-bottom: thin solid #f43438;
}

.privacy .box {
    width: 90%;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
}

.privacy .panel {
    margin-bottom: 36px;
}

.privacy .panel-warning>.panel-heading {
    font-weight: bold;
    color: #5d4317;
}

.privacy ul.sub,
.manage ul.sub,
.campus ul.sub,
.shop ul.sub,
.book ul.sub,
.food ul.sub {
    margin-top: 1em;
    margin-left: 1.5em;
}

.busyo {
    color: #f43438;
}


/* メディカルキャリアサポート対応 */

#top-page .card,
.career .card {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
    margin-left: 1em;
    margin-right: 1em;
}

#top-page .card i,
.career .card i {
    padding-left: 0.5em;
}

#top-page a:hover {
    text-decoration: none;
}

#top-page .card p,
.career .card p {
    color: #fff;
    padding: 2em;
}