@charset "UTF-8";

/*--------------------------------------------------------------
  Override
---------------------------------------------------------------*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

_:-ms-lang(x)::-ms-backdrop,
body {
    /* IE11 のみ適用される */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#menu01 {
    z-index: 100;
}

#menu03 {
    z-index: 101;
}

#wrap {
    overflow-x: hidden;
}

#wrap a:hover {
    text-decoration-color: #9a9a9a;
}

a:hover img {
    opacity: 0.6;
}

.pc {
    display: block;
}

.sp {
    display: none;
}


/* footer */

#footer_area {
    position: relative;
}


/* foot_info */

#foot_info {
    position: relative;
    background: url(../common_d/image/foot_info_bg02.png) repeat 0 0;
}


/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/


/* BxSlider - overwrite */

.bx-wrapper .bx-pager {
    padding-top: 15px;
    z-index: 1;
}


/* カテゴリTOP - スライダー */

ul.ctg-top-slider {
    position: relative;
    left: 0;
    width: 100%;
}

ul.ctg-top-slider li {
    width: 100%;
    height: auto;
}

ul.ctg-top-slider li a {
    width: 100%;
    height: 100%;
    display: block;
}


/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/

#home_infoarea {
    width: 1200px;
}


/* パンくず - 201809 */

.breadcrumb-list {
    margin-top: 15px;
}

.breadcrumb-list a {
    color: #ffffff;
}


/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/


/* Add 201809 */

#home_mainarea {
    margin: 0 !important;
    padding: 0 !important;
}


/*--------------------------------------------------------------
  メインエリア - Common
---------------------------------------------------------------*/


/* ページ見出し */

.page-heading {
    font-size: 40px;
    line-height: 1.25;
}

.page-heading small {
    font-size: 0.333em;
    display: block;
    padding-left: 2.75em;
}


/* サブ見出し */

.ss-heading {
    font-size: 24px;
    line-height: 1.25;
    text-align: left;
}

.ss-heading small {
    font-size: 0.5em;
    display: block;
    padding-left: 0.75em;
}

.section {
    position: relative;
    width: 100%;
}

.sec-heading {
    position: relative;
    height: 100%;
}

@media screen and (min-width:481px) {
    .secBg-heading {
        position: absolute;
        bottom: 30px;
        color: #ffffff!important;
        font-size: 36px!important;
        font-weight: normal;
        letter-spacing: 1px!important;
    }
    .secBg-heading span {
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        margin: -0.5em 0 0 25px;
    }
}


/*
.section h2 {
  font-size: 25px;
  color: #323232;
  text-align: left;
}
*/

.secBg-heading.item-pc {
    /*
  text-shadow: 0 0 20px rgba(157,118,82,1);
  */
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
}

.inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fluid-img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.con-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 55px 0;
    background: rgba(255, 255, 255, 1);
}


/* 四分の三 */

.three-quarter {
    width: 903px;
}


/* 二分の一 */

.half {
    width: 593px;
}

.three-eighth {
    width: 444px;
}


/* 四分の一 */

.quarter {
    width: 296px;
}


/* 八分の一 */

.eighth {
    width: 147px;
}

.item-sp {
    display: none !important;
}

.fixed {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

.floL {
    float: left;
}

.floR {
    float: right;
}


/* Font Family */

.ffss {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

.ffs {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", "MS Mincho", serif;
}

_:-ms-lang(x)::-ms-backdrop,
.ffs {
    /* IE11 のみ適用される */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*--------------------------------------------------------------
  Image Color
---------------------------------------------------------------*/


/* 医院施設 */

.d-colour_h {
    background-color: #015b99;
}

.n-colour_h {
    background-color: #348cc9;
}

.l-colour_h {
    background-color: #aadbfe;
}


/* 介護施設 */

.d-colour_k {
    background-color: #cc4984;
}

.n-colour_k {
    background-color: #ef85b5;
}

.l-colour_k {
    background-color: #fdbfdb;
}


/* 障がい者施設 */

.d-colour_s {
    background-color: #e08702;
}

.n-colour_s {
    background-color: #f8b34b;
}

.l-colour_s {
    background-color: #ffdba6;
}


/* 保育施設 */

.d-colour_ho {
    background-color: #4dc32e;
}

.n-colour_ho {
    background-color: #80df67;
}

.l-colour_ho {
    background-color: #a7f693;
}


/*--------------------------------------------------------------
  検索結果・最新実例 - 201809
---------------------------------------------------------------*/

#example,
#results {
    height: 100%;
    /*
  padding-top: 60px;
  border-bottom: solid 1px #e9ebeb;
  */
}

#results .ss-heading,
#example .ss-heading {
    margin-bottom: 0.25em;
}


/* 結果表示部分 */

.er-unit {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 60px 0 0;
}

.er-unit .quarter {
    width: 288px;
    float: left;
    margin: 0 16px 40px 0;
}

.er-unit .quarter:nth-of-type(4n),
.er-unit .quarter:last-child {
    margin-right: 0;
}

.er-unit .quarter h4 {
    font-size: 12px;
    color: #4d9fe2;
    text-align: left;
    margin-bottom: 5px;
}

.er-unit .quarter ul li {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.er-unit .quarter ul li span {
    display: block;
    font-size: 14px;
    padding: 0.75em 0;
    text-align: left;
}

.er-unit .quarter ul li a {
    color: #313131!important;
}

.er-unit .quarter ul li img,
.er-unit .quarter .facilityImg img {
    width: 100%;
}


/*--------------------------------------------------------------
  コンセプト - 201809
---------------------------------------------------------------*/


/* 見出し */

.con-heading img {
    width: 96px;
}

.con-heading span {
    font-size: 30px;
    line-height: 1.2;
    padding-left: 0.75em;
}

.con-heading img,
.con-heading span {
    display: inline-block;
    vertical-align: middle;
}


/*--------------------------------------------------------------
  カタログ請求・お問い合わせ - 201809
---------------------------------------------------------------*/

.information {
    position: relative;
    width: 100%;
}

.information .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

#bleu {
    background: rgba(232, 252, 255, 0.8)/* #e8fcff */
    ;
}

#yellow {
    background: rgba(255, 251, 230, 0.8)/* #fffbe6 */
    ;
}

.information .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info-heading {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
}

.cri-unit {
    width: 50%;
    text-align: center;
    padding: 45px 0 70px;
}

.cri {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 3.5%;
}

.cri .info-heading small {
    font-size: 0.7em;
    display: block;
}

.cri p {
    margin-top: 25px;
}

.cri dl {
    margin: 15px 0 30px;
    text-align: center;
}

.cri dl dt {
    font-size: 16px;
    line-height: 1.4;
}

.cri dl dt a {
    color: #363636;
}

.cri dl dd {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.cri dl dd {
    margin-top: 0.5em;
}

.cri dl dd ul {
    padding-left: 1.25em;
}

.cri span {
    font-size: 14px;
    line-height: 2.0;
    text-align: justify;
    width: 92%;
    display: block;
    text-align: left;
    margin: 0 auto 45px;
}

.seminar {
    width: 50%;
    padding: 45px 40px 70px;
    background-color: #ffffff;
}

.seminar ul {
    margin-top: 30px;
}

.seminar ul li:last-of-type {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 2em 1em;
}


/*--------------------------------------------------
  開業トータルバックアップ - 201809
--------------------------------------------------*/

#tbu {
    background-color: #c0d7e2;
    padding: 70px 0 30px;
}

#tbu h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}


/*
.step iframe {
  height: 350px;
  -ms-overflow-style: none;
}
.step iframe::-webkit-scrollbar {
  display: none;
}
*/

.step-flow p {
    width: 100%;
    height: 350px;
    overflow-x: auto;
    overflow-y: hidden;
    /*
  -ms-overflow-style: none;
  */
}

.step-flow p::-webkit-scrollbar {
    display: none;
}

#tbu ul {
    margin: 50px 0 30px;
}

#tbu ul li {
    float: left;
}

#tbu ul li:not(:last-of-type) {
    margin-right: 95px;
}


/*--------------------------------------------------------------
  続きを見る
---------------------------------------------------------------*/

.next {
    text-align: right;
    margin-top: 30px;
    padding: 10px 15px;
}

.next a {
    color: #2b2b2b;
}

.next a em {
    display: inline-block;
    padding-right: 0.5em;
}

.btn {
    padding: 10px 15px;
    width: 200px;
    position: relative;
    right: 0;
}

.next .btn a,
.next .btn a:link,
.next .btn a:visited {
    color: #FFF;
}


/* Add 181207 */

#example .next {
    margin: 0 0 50px;
}


/*--------------------------------------------------------------
  ボタン
---------------------------------------------------------------*/

.default-btn {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    text-align: center;
    color: #363636;
    display: block;
}

.default-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a9a9a9;
}

.default-btn em {
    font-size: 12px;
}

.default-btn:before {
    content: url(../../common_mc/images/listmark_catalog_btn.png);
    font-size: 14px;
    color: #c3c3c3;
    padding-right: 0.5em;
}


/*--------------------------------------------------------------
  Topへ戻るボタン
---------------------------------------------------------------*/

#btn_top {
    position: absolute;
    bottom: 70px;
    width: 100%;
    z-index: 999;
}

#btn_top a {
    position: fixed;
    bottom: 20px;
    left: 60%;
    width: 42px;
    height: 42px;
    margin-left: 458px;
    display: inline;
}

@media(max-width:479px) {
    #btn_top {
        bottom: 45px;
    }
    #btn_top a {
        left: -40% !important;
        bottom: 20px;
    }
}


/*--------------------------------------------------------------
  fadeIn
---------------------------------------------------------------*/

.fadeIn {
    opacity: 0;
    transform: translate(19px, 0);
    -webkit-transform: translate(19px, 0);
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
}

.fadeIn.scrollIn {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.fadeInUp {
    opacity: 0;
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
}

@media screen and (max-width:480px) {
    .fadeInUp {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

.fadeInUp.scrollIn {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.delay01 {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.delay02 {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}

.delay03 {
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
}

.delay04 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}

.er-unit .quarter ul li.list_description {
    height: 4.1em;
    overflow: hidden;
}

.er-unit .quarter ul li span {
    height: 2.7em;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.er-unit .quarter ul li span a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.categoryIconWrap {
    position: relative;
    overflow: hidden;
}

.categoryIcon {
    float: left;
    text-align: center;
    position: relative;
    left: 50%;
    float: left;
}

.categoryIcon:before,
.categoryIcon:after,
.cfx {
    content: "";
    display: block;
    clear: both;
}

.categoryIcon li {
    margin-right: 1rem;
    padding: 5px 10px;
    float: left;
    width: auto;
    color: #FFFFFF;
    background-color: #aaaaaa;
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
}

.facility_name {
    margin-top: 10px;
    font-size: 14px;
}

.categoryIcon.categoryIcon-1 li {
    background-color: #005b98;
}

.categoryIcon.categoryIcon-2 li {
    background-color: #cc4984;
}

.categoryIcon.categoryIcon-3 li {
    background-color: #4dc32e;
}

.categoryIcon.categoryIcon-4 li {
    background-color: #e08702;
}

.bg-color-medical {
    background-color: #005b98;
    color: #FFF;
}

.bg-color-care {
    background-color: #cc4984;
    color: #FFF;
}

.bg-color-kids {
    background-color: #4dc32e;
    color: #FFF;
}

.bg-color-welfare {
    background-color: #e08702;
    color: #FFF;
}
