@charset "UTF-8";
/*!
Theme Name: Cocomi Care
Author: Takumi Wakamatsu
Description: powered by TOKON HUMANRESOUSE
*/
body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?cwxt01");
  src: url("fonts/icomoon.eot?cwxt01#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?cwxt01") format("truetype"), url("fonts/icomoon.woff?cwxt01") format("woff"), url("fonts/icomoon.svg?cwxt01#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fac {
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.fac-feedly:before {
  content: "\e900";
}

.fac-line:before {
  content: "\e901";
}

.fac-hatebu:before {
  content: "\e902";
}

/*--------------------------------------
base
---------------------------------------*/
html,
body {
  height: 100%;
}

body {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

ol, ul, li {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

a {
  color: #535353;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:focus, a:hover {
  color: #2d2d2d;
  text-decoration: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

ul, ol, dl,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
p {
  margin-bottom: 0;
}

/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  /*background:#000; padding:1px;*/
}

#cboxLoadingGraphic {
  background: url(img/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 32px;
  height: 31px;
  position: absolute;
  top: calc(50% - 15px);
  background: url(img/controls.png) no-repeat 0 0;
  outline: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  left: 5px;
}

#cboxPrevious:hover {
  background-position: 0px -32px;
}

#cboxNext {
  background-position: -43px 0px;
  right: 5px;
}

#cboxNext:hover {
  background-position: -43px -32px;
}

#cboxClose {
  display: none !important;
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.gf-lora, #gnav .gnav-link, #fnav .gnav-link, #index #kv .info .info-title a, #index section .title h2 span, #index section .title h2 a, #index section .more a, #index section.aboutus .content .button-group .caption, #index section.aboutus .content .button-group a.ghost, #index section.recruit .content .recruit-link .caption, #message #main h2 span, #company #main h2 span, #sidebar .title, #info-list #main .list .viewmore a, #service #main .facility .facility-title span, #facility-list #main h2.sectitle span, #search #main h2.sectitle span, #facility #main h2.sectitle span {
  font-family: 'Lora', serif;
}

.gf-roboto, #service-list .wrap .viewmore {
  font-family: 'Roboto', serif;
}

#load {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
#load i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #11cd86;
}

#header {
  padding-top: 8px;
  padding-bottom: 9px;
}
#header.scroll {
  background-color: rgba(51, 51, 51, 0.4);
}
#footer .company2 {
  border: solid #fff 1px;
  width: 240px;
  padding: 5px 0;
  margin: 10px 0;
}
#footer .company2 img{
    width: 220px;
    margin: auto;
    display: block;
}
@media all and (max-width: 991px) {
  #header.scroll {
    background-color: rgba(51, 51, 51, 0.8);
  }
}
@media all and (max-width: 991px) {
  #header .logo {
    width: 70px;
    z-index: 1030;
  }
}
#header .logo a {
  display: block;
  width: 100%;
}
#header .logo a img {
  max-width: 100%;
}

#hamburger {
  display: none;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media all and (max-width: 991px) {
  #hamburger {
    display: block;
    z-index: 1030;
  }
}

@media all and (max-width: 991px) {
  #gnav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 59px;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 1029;
  }
}
#gnav .gnav-list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  #gnav .gnav-list {
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#gnav .gnav-item {
  padding: 0 1rem;
}
@media all and (max-width: 991px) {
  #gnav .gnav-item {
    padding: 1rem 0;
  }
}
#gnav .gnav-item:nth-child(1) .gnav-link:hover {
  border-bottom-color: #11cd86;
}
#gnav .gnav-item:nth-child(2) .gnav-link:hover {
  border-bottom-color: #11cd86;
}
#gnav .gnav-item:nth-child(3) .gnav-link:hover {
  border-bottom-color: #11cd86;
}
#gnav .gnav-item:nth-child(4) .gnav-link:hover {
  border-bottom-color: #066fa5;
}
#gnav .gnav-item:nth-child(5) .gnav-link:hover {
  border-bottom-color: #c9171e;
}
#gnav .gnav-item:nth-child(6) .gnav-link:hover {
  border-bottom-color: #f7c242;
}
#gnav .gnav-item:nth-child(7) .gnav-link:hover {
  border-bottom-color: #535353;
}
#gnav .gnav-item:nth-child(8) .gnav-link {
  border-bottom: none;
}
#gnav .gnav-item:nth-child(8) .gnav-link:hover {
  color: #3B5998;
}
#gnav .gnav-link {
  color: #FFFFFF;
  font-size: 1.25rem;
  padding-bottom: 2px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

#main {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  #main {
    margin-bottom: 50px;
  }
}

#footer {
  padding: 15px 0 11px;
  background-color: #535353;
}
#footer .corporate {
  color: #FFFFFF;
}
#footer .company {
  display: flex;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  #footer .company {
    display: block;
    text-align: center;
  }
}
#footer .company .logo {
  margin-right: 1rem;
  text-align: left;
}
@media all and (max-width: 991px) {
  #footer .company .logo {
    text-align: center;
    margin-right: 0;
    margin-bottom: 1rem;
  }
#footer .company2 {
  margin: 20px auto;
}
}
#footer .company .text {
  font-size: 0.75rem;
}
#footer .company .text a {
  color: #FFFFFF;
}
#footer .company .text span {
  font-size: 1rem;
}
#footer p.cr {
  font-size: 0.75rem;
}
@media all and (max-width: 991px) {
  #footer p.cr {
    text-align: center;
  }
}
@media all and (min-width: 992px) {
  #footer p.cr br {
    display: none;
  }
}

@media all and (max-width: 991px) {
  #fnav {
    display: none;
  }
}
#fnav .gnav-item {
  padding: 0 1rem;
}
#fnav .gnav-link {
  color: #FFFFFF;
  font-size: 1.25rem;
}
#fnav .gnav-link:hover {
  opacity: 0.8;
}

#kv {
  background-color: #81674e;
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
  border-bottom: 10px solid #535353;
}
@media all and (max-width: 991px) {
  #kv {
    height: 320px;
    margin-bottom: 50px;
  }
}
#kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(img/kv-info-sepia.jpg);
}
#kv .dot {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/dot.png);
  width: 100%;
  height: 100%;
  z-index: 10;
}
#kv .catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  z-index: 10;
  font-weight: 300;
}
#kv .catch span {
  font-size: 120px;
}
@media all and (max-width: 991px) {
  #kv .catch span {
    font-size: 3rem;
  }
}

#index #footer {
  background-color: #535353;
}
#index #kv {
  background: none;
  border-bottom: none;
  height: 100vh;
  margin-bottom: 160px;
}
@media all and (max-width: 991px) {
  #index #kv {
    height: 320px;
    margin-bottom: 100px;
  }
}
#index #kv .catch {
  font-size: 4rem;
}
@media all and (max-width: 1199px) {
  #index #kv .catch {
    font-size: 3rem;
  }
}
@media all and (max-width: 991px) {
  #index #kv .catch {
    font-size: 2rem;
  }
}
#index #kv .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
@media all and (max-width: 991px) {
  #index #kv .slide {
    height: 320px;
  }
}
#index #kv .slide .slide-item {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media all and (max-width: 991px) {
  #index #kv .slide .slide-item {
    height: 320px;
  }
}
#index #kv .slide .slide-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
  #index #kv .slide .slide-item img {
    height: 100%;
  }
}
#index #kv .info {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background-color: rgba(247, 194, 66, 0.8);
  padding: 1rem;
  z-index: 10;
  display: flex;
}
@media all and (max-width: 991px) {
  #index #kv .info {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0.5rem 15px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#index #kv .info .info-title {
  position: relative;
  width: 10rem;
}
@media all and (max-width: 991px) {
  #index #kv .info .info-title {
    width: 100%;
  }
}
#index #kv .info .info-title a {
  display: block;
  color: #FFFFFF;
  line-height: 1;
}
@media all and (min-width: 992px) {
  #index #kv .info .info-title a {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
  }
}
#index #kv .info .info-title a:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#index #kv .info .info-title a:hover:after {
  width: 100%;
  left: 0;
}
@media all and (max-width: 991px) {
  #index #kv .info .info-list {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  #index #kv .info .info-item:not(:nth-child(1)) {
    display: none;
  }
}
#index #kv .info .info-link {
  display: block;
  width: calc(40vw - 1em);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFFFFF;
  line-height: 2;
  position: relative;
}
@media all and (max-width: 991px) {
  #index #kv .info .info-link {
    width: calc(100vw - 30px);
    font-size: 0.75rem;
    line-height: 1;
  }
}
#index #kv .info .info-link:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#index #kv .info .info-link:hover:after {
  width: 100%;
}
#index section {
  position: relative;
  width: 100%;
  padding-bottom: 200px;
  margin-top: -100px;
}
@media all and (min-width: 992px) {
  #index section {
    overflow-x: hidden;
  }
}
@media all and (max-width: 991px) {
  #index section {
    margin-top: -50px;
    padding: 0 15px 100px;
  }
}
#index section .bg {
  position: absolute;
  top: 0;
  width: 90%;
  height: 100%;
  z-index: -1;
}
#index section .title {
  padding: 2rem 2rem 3rem;
  position: relative;
  display: flex;
}
@media all and (max-width: 991px) {
  #index section .title {
    padding: 1rem 0;
  }
}
#index section .title h2 {
  font-size: 1rem;
  color: #FFFFFF;
}
#index section .title h2 span {
  font-size: 120px;
}
@media all and (max-width: 991px) {
  #index section .title h2 span {
    font-size: 3rem;
  }
}
#index section .title h2 a {
  display: block;
  width: 100%;
  border: 3px solid #FFFFFF;
  margin-top: 1rem;
  padding: 14px 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
}
#index section .title h2 a:hover {
  background-color: #FFFFFF;
  color: #535353;
}
#index section .content {
  position: relative;
}
#index section .more {
  margin-top: 2rem;
  width: 100%;
}
#index section .more a {
  display: block;
  width: 60%;
  margin: auto;
  border: 3px solid #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 0;
}
#index section .more a:hover {
  background-color: #FFFFFF;
  color: #535353;
}
@media all and (max-width: 991px) {
  #index section .more a {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
#index section.left .bg {
  left: 0;
}
#index section.right .title {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index section.right .bg {
  right: 0;
}
#index section.aboutus .bg {
  background-color: #11cd86;
}
#index section.aboutus .content img {
  display: block;
  margin-left: auto;
  width: 80%;
  -webkit-filter: grayscale(1) brightness(0.7);
  filter: grayscale(1) brightness(0.7);
}
@media all and (max-width: 991px) {
  #index section.aboutus .content img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#index section.aboutus .content .button-group {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 991px) {
  #index section.aboutus .content .button-group {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
#index section.aboutus .content .button-group .button-area:not(:last-child) {
  margin-bottom: 2rem;
}
@media all and (max-width: 991px) {
  #index section.aboutus .content .button-group .button-area:not(:last-child) {
    margin-bottom: 1rem;
  }
}
#index section.aboutus .content .button-group .caption {
  font-size: 5rem;
  color: #FFFFFF;
  text-align: center;
}
@media all and (max-width: 991px) {
  #index section.aboutus .content .button-group .caption {
    font-size: 2rem;
    text-align: left;
  }
}
#index section.aboutus .content .button-group a.ghost {
  display: block;
  width: 100%;
  border: 3px solid #FFFFFF;
  padding: 14px 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
}
@media all and (max-width: 991px) {
  #index section.aboutus .content .button-group a.ghost {
    width: 60%;
    padding: .5rem 0;
    font-size: 1rem;
  }
}
#index section.aboutus .content .button-group a.ghost:hover {
  background-color: #FFFFFF;
  color: #11cd86;
}
#index section.recruit .title h2 a:hover {
  color: #066fa5;
}
#index section.recruit .bg {
  background-color: #066fa5;
}
#index section.recruit .content .recruit-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
}
@media all and (max-width: 991px) {
  #index section.recruit .content .recruit-list {
    width: 100%;
  }
}
#index section.recruit .content .recruit-item {
  width: calc(100% / 3);
}
@media all and (max-width: 991px) {
  #index section.recruit .content .recruit-item {
    width: 50%;
  }
}
#index section.recruit .content .recruit-link {
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 66%;
}
#index section.recruit .content .recruit-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102%;
  -webkit-filter: grayscale(1) brightness(0.7);
  filter: grayscale(1) brightness(0.7);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#index section.recruit .content .recruit-link .frame {
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px;
  border: 4px solid #FFFFFF;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media all and (max-width: 991px) {
  #index section.recruit .content .recruit-link .frame {
    margin: 5px;
    border: 2px solid #FFFFFF;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
#index section.recruit .content .recruit-link .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 3rem;
}
@media all and (max-width: 991px) {
  #index section.recruit .content .recruit-link .caption {
    font-size: 1.5rem;
  }
}
#index section.recruit .content .recruit-link:hover img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
#index section.recruit .content .recruit-link:hover .frame {
  margin: 0;
  width: 100%;
  height: 100%;
}
#index section.service .title h2 a:hover {
  color: #c9171e;
}
#index section.service .bg {
  background-color: #c9171e;
}
#index section.service .content img {
  display: block;
  margin-left: auto;
  width: 65%;
  -webkit-filter: grayscale(1) brightness(0.7);
  filter: grayscale(1) brightness(0.7);
}
@media all and (max-width: 991px) {
  #index section.service .content img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#index section.service .content .service-list {
  position: absolute;
  top: 0;
  left: 2rem;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
@media all and (max-width: 991px) {
  #index section.service .content .service-list {
    position: relative;
    left: 0;
  }
}
@media all and (max-width: 991px) {
  #index section.service .content .service-list:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
#index section.service .content .service-link {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
}
@media all and (max-width: 991px) {
  #index section.service .content .service-link {
    font-size: 1rem;
    font-weight: 300;
  }
}
#index section.service .content .service-link:before {
  content: "\f055";
  font-family: fontAwesome;
  margin-right: 0.5rem;
}
#index section.service .content .service-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#index section.service .content .service-link:hover:before {
  content: "\f0a9";
}
#index section.service .content .service-link:hover:after {
  width: 100%;
}
#index section.service .content .service-link br {
  display: none;
}
#index section.facility {
  padding-bottom: 100px;
}
@media all and (max-width: 991px) {
  #index section.facility {
    padding-bottom: 50px;
  }
}
#index section.facility .title h2 a:hover {
  color: #f7c242;
}
#index section.facility .bg {
  background-color: #f7c242;
}
#index section.facility .content .facility-list {
  width: 90%;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  #index section.facility .content .facility-list {
    width: 100%;
  }
}
#index section.facility .content .facility-item {
  margin-bottom: 0 !important;
  width: calc(100% / 3);
}
@media all and (max-width: 991px) {
  #index section.facility .content .facility-item {
    width: 50%;
  }
}

#message #kv, #company #kv, #credo #kv{
  border-bottom-color: #11cd86;
}
#message #kv:after, #company #kv:after, #credo #kv:after {
  background-image: url(img/kv-aboutus-sepia.jpg);
}
#message #footer, #company #footer, #credo #footer {
  background-color: #11cd86;
}
#message #main .title, #company #main .title, #credo #main .title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
#message #main .text, #company #main .text, #credo #main .text {
  line-height: 2;
  margin-bottom: 1rem;
}
#message #main .name, #company #main .name, #credo #main .name {
  text-align: right;
  font-size: 2rem;
}
#message #main .name span, #company #main .name span, #credo #main .name span {
  font-size: 1rem;
}
#message #main h2, #company #main h2, #credo #main h2 {
  color: #11cd86;
  font-size: 1rem;
  margin-bottom: 2rem;
}
#message #main h2 span, #company #main h2 span, #credo #main h2 span {
  font-size: 5rem;
}
@media all and (max-width: 991px) {
  #message #main h2 span, #company #main h2 span, #credo #main h2 span {
    font-size: 2rem;
  }
}
#message #main .outline, #company #main .outline, #credo #main .outline {
  margin-bottom: 6.25rem;
}
#message #main .outline dl, #company #main .outline dl, #credo #main .outline dl {
  border-bottom: 1px solid #333333;
  display: flex;
  width: 83%;
  margin: 0 auto 2rem;
}
@media all and (max-width: 1199px) {
  #message #main .outline dl, #company #main .outline dl, #credo #main .outline dl {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
#message #main .outline dl dt, #company #main .outline dl dt, #credo #main .outline dl dt {
  width: 30%;
}
#message #main .outline dl dd, #company #main .outline dl dd, #credo #main .outline dl dd {
  width: 70%;
}
#message #main .history dl, #company #main .history dl, #credo #main .history dl {
  position: relative;
  padding: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  #message #main .history dl, #company #main .history dl, #credo #main .history dl {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#message #main .history dl:before, #company #main .history dl:before, #credo #main .history dl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(230px - 65px);
  width: 2px;
  height: 100%;
  background-color: #333333;
}
@media all and (max-width: 991px) {
  #message #main .history dl:before, #company #main .history dl:before, #credo #main .history dl:before {
    left: 9px;
  }
}
#message #main .history dl:after, #company #main .history dl:after, #credo #main .history dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(230px - 73px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #333333;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
@media all and (max-width: 991px) {
  #message #main .history dl:after, #company #main .history dl:after, #credo #main .history dl:after {
    left: 0;
  }
}
#message #main .history dl dt, #company #main .history dl dt, #credo #main .history dl dt {
  width: 230px;
}
@media all and (max-width: 991px) {
  #message #main .history dl dt, #company #main .history dl dt, #credo #main .history dl dt {
    padding-left: 2rem;
    width: 100%;
  }
}
#message #main .history dl dt:after, #company #main .history dl dt:after, #credo #main .history dl dt:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FAFAFA;
  z-index: -1;
}
#message #main .history dl dd, #company #main .history dl dd, #credo #main .history dl dd {
  margin-bottom: 0;
  width: calc(100% - 230px);
}
@media all and (max-width: 991px) {
  #message #main .history dl dd, #company #main .history dl dd, #credo #main .history dl dd {
    padding-left: 2rem;
    width: 100%;
  }
}

#privacy-policy #main > .container > .row > .col-lg-8:first-child p.text {
  border-top: 1px solid #8E8E8E;
}
#privacy-policy p.title,
#privacy-policy p.text {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8E8E8E;
  padding: 2rem 0;
}
#privacy-policy p.title {
  border-bottom-color: rgba(142, 142, 142, 0.25);
}

#sidebar .title {
  background-color: #535353;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 2rem;
  padding: .5rem 1rem;
  line-height: 1;
}
#sidebar li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #535353;
}

#info-list #main .list {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media all and (max-width: 991px) {
  #info-list #main .list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#info-list #main .list .img {
  width: 240px;
  margin-right: 1rem;
}
@media all and (max-width: 991px) {
  #info-list #main .list .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#info-list #main .list .img a {
  display: block;
}
#info-list #main .list .img a:hover {
  opacity: 0.6;
}
#info-list #main .list .img a img {
  width: 100%;
}
#info-list #main .list .text {
  width: calc(100% - 240px - 1rem);
}
@media all and (max-width: 991px) {
  #info-list #main .list .text {
    width: 100%;
  }
}
#info-list #main .list .title {
  margin-bottom: 1rem;
}
#info-list #main .list .title a {
  font-size: 1.25rem;
  line-height: 1.2;
}
#info-list #main .list .title a:hover {
  opacity: 0.6;
}
#info-list #main .list .date {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
#info-list #main .list .viewmore a {
  display: block;
  border: 1px solid #333333;
  padding: .5rem 0;
  width: 320px;
  text-align: center;
  position: relative;
}
@media all and (max-width: 991px) {
  #info-list #main .list .viewmore a {
    width: 100%;
  }
}
#info-list #main .list .viewmore a:after {
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontAwesome;
}
#info-list #main .list .viewmore a:hover {
  background-color: #333333;
  color: #FFFFFF;
}
#info-list #main .pagination {
  margin-bottom: 6rem;
}
#info-list #main .pagination a {
  color: #535353;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#info-list #main .pagination .active a {
  background-color: #535353;
  border-color: #535353;
  color: #FFFFFF;
}

#info #main article .text {
  margin-bottom: 1rem;
}
#info #main article .text h1.title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
#info #main article .img {
  margin-bottom: 2rem;
}
#info #main article .contents {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}
#info #main .pager {
  margin-bottom: 6rem;
}
#info #main .pager a {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 1rem;
  line-height: 1.1;
}
#info #main .pager .prev {
  text-align: right;
}

#service-list #kv, #service #kv {
  border-bottom-color: #c9171e;
}
#service-list #kv:after, #service #kv:after {
  background-image: url(img/kv-service-sepia.jpg);
}
#service-list #footer, #service #footer {
  background-color: #c9171e;
}

#service-list .wrap {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#service-list .wrap > * {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#service-list .wrap img {
  width: 100%;
  -webkit-filter: grayscale(1) brightness(0.7);
  filter: grayscale(1) brightness(0.7);
}
#service-list .wrap .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  text-shadow: 0 0 5px #333333;
  color: #FFFFFF;
  line-height: 1;
}
#service-list .wrap .viewmore {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border: 3px solid #FFFFFF;
  -webkit-box-shadow: 0 0 8px rgba(51, 51, 51, 0.8), inset 0 0 8px rgba(51, 51, 51, 0.8);
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.8), inset 0 0 8px rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #333333;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5rem;
  padding: .5rem 0;
  color: #FFFFFF;
  opacity: 0;
}
#service-list .wrap:hover {
  -webkit-box-shadow: 5px 5px 0 #FFFFFF, 10px 10px 0 #c9171e;
  box-shadow: 5px 5px 0 #FFFFFF, 10px 10px 0 #c9171e;
}
#service-list .wrap:hover img {
  filter: none;
}
#service-list .wrap:hover .title {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-bottom: 0.5rem;
}
#service-list .wrap:hover .viewmore {
  opacity: 1;
}

#service #main h2.title {
  margin-bottom: 2rem;
  color: #c9171e;
  font-weight: bold;
  font-size: 2.5rem;
}
@media all and (max-width: 991px) {
  #service #main h2.title {
    font-size: 1.5rem;
  }
}
#service #main h2.title br {
  display: none;
}
#service #main h2.title i.fa {
  background-color: #c9171e;
  color: #FFFFFF;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  font-size: 3rem;
  line-height: 1;
  padding: 16px 21px 16px;
  margin-right: 1rem;
}
@media all and (max-width: 991px) {
  #service #main h2.title i.fa {
    font-size: 1rem;
    padding: 16px 17px;
    margin-right: 0.5rem;
  }
}
#service #main .img img {
  width: 100%;
}
@media all and (max-width: 991px) {
  #service #main .img .imgbig {
    margin-bottom: 30px;
  }
}
#service #main .img .imgtop {
  margin-bottom: 21px;
}
#service #main .midashi01, #service #main .midashi02 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 2rem;
}
@media all and (max-width: 991px) {
  #service #main .midashi01, #service #main .midashi02 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
#service #main .honbun01, #service #main .honbun02 {
  line-height: 2;
}
#service #main .facility {
  margin-top: 4rem;
}
#service #main .facility .facility-title {
  margin-bottom: 1rem;
  text-align: center;
}
#service #main .facility .facility-title span {
  font-size: 3rem;
}
@media all and (max-width: 991px) {
  #service #main .facility .facility-title span {
    font-size: 2rem;
  }
}

#facility-list #kv, #facility #kv, #search #kv {
  border-bottom-color: #f7c242;
}
#facility-list #kv:after, #facility #kv:after, #search #kv:after {
  background-image: url(img/kv-facility-sepia.jpg);
}
#facility-list #footer, #facility #footer, #search #footer {
  background-color: #f7c242;
}
#facility-list #main h2.title, #facility #main h2.title, #search #main h2.title {
  margin-bottom: 2rem;
  color: #f7c242;
  font-weight: bold;
  font-size: 2.5rem;
}
@media all and (max-width: 991px) {
  #facility-list #main h2.title, #facility #main h2.title, #search #main h2.title {
    font-size: 1.5rem;
  }
}
#facility-list #main h2.title br, #facility #main h2.title br, #search #main h2.title br {
  display: none !important;
}
#facility-list #main h2.title i.fa, #facility #main h2.title i.fa, #search #main h2.title i.fa {
  background-color: #f7c242;
  color: #FFFFFF;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  font-size: 3rem;
  line-height: 1;
  padding: 16px 21px;
  margin-right: 1rem;
}
@media all and (max-width: 991px) {
  #facility-list #main h2.title i.fa, #facility #main h2.title i.fa, #search #main h2.title i.fa {
    font-size: 1rem;
    padding: 16px 17px;
    margin-right: 0.5rem;
  }
}

#facility-list #main #searchform, #search #main #searchform {
  margin-bottom: 6rem;
}
#facility-list #main #searchform button[type="submit"], #search #main #searchform button[type="submit"] {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f7c242;
  color: #FFFFFF;
  padding: 1rem;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media all and (max-width: 991px) {
  #facility-list #main #searchform button[type="submit"], #search #main #searchform button[type="submit"] {
    font-size: 1rem;
  }
}
#facility-list #main #searchform button[type="submit"]:hover, #search #main #searchform button[type="submit"]:hover {
  background-color: #535353;
}
#facility-list #main h2.sectitle, #search #main h2.sectitle {
  color: #f7c242;
  font-size: 1rem;
  margin-bottom: 2rem;
}
#facility-list #main h2.sectitle span, #search #main h2.sectitle span {
  font-size: 5rem;
}
@media all and (max-width: 991px) {
  #facility-list #main h2.sectitle span, #search #main h2.sectitle span {
    font-size: 2rem;
  }
}
#facility-list #main .term-list, #search #main .term-list {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media all and (max-width: 991px) {
  #facility-list #main .term-list, #search #main .term-list {
    grid-template-columns: 1fr;
  }
}
#facility-list #main .term-list .term-item > *, #search #main .term-list .term-item > * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#facility-list #main .term-list .term-item input[type="radio"], #search #main .term-list .term-item input[type="radio"] {
  display: none;
}
#facility-list #main .term-list .term-item input[type="radio"] + label, #search #main .term-list .term-item input[type="radio"] + label {
  display: block;
  width: 100%;
  background-color: #535353;
  padding: 1rem;
  line-height: 1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
}
#facility-list #main .term-list .term-item input[type="radio"] + label:before, #search #main .term-list .term-item input[type="radio"] + label:before {
  content: "\f056";
  display: inline-block;
  font-family: fontAwesome;
  margin-right: 0.5rem;
}
#facility-list #main .term-list .term-item input[type="radio"] + label:hover, #search #main .term-list .term-item input[type="radio"] + label:hover {
  background-color: #f7c242;
}
#facility-list #main .term-list .term-item input[type="radio"] + label:hover:before, #search #main .term-list .term-item input[type="radio"] + label:hover:before {
  content: "\f055";
}
@media (min-width: 992px) and (max-width: 1199px) {
  #facility-list #main .term-list .term-item input[type="radio"] + label, #search #main .term-list .term-item input[type="radio"] + label {
    font-size: 0.75rem;
  }
}
#facility-list #main .term-list .term-item input[type="radio"]:checked + label, #search #main .term-list .term-item input[type="radio"]:checked + label {
  background-color: #f7c242;
}
#facility-list #main .term-list .term-item input[type="radio"]:checked + label:before, #search #main .term-list .term-item input[type="radio"]:checked + label:before {
  content: "\f055";
}

#facility #main h2.sectitle {
  color: #f7c242;
  font-size: 1rem;
  margin-bottom: 2rem;
}
#facility #main h2.sectitle span {
  font-size: 5rem;
}
@media all and (max-width: 991px) {
  #facility #main h2.sectitle span {
    font-size: 2rem;
  }
}
#facility #main a.term {
  display: inline-block;
  margin-bottom: 2rem;
  background-color: #f7c242;
  color: #FFFFFF;
  font-size: 1.25rem;
  padding: .25rem .75rem;
  border: 3px solid #f7c242;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media all and (max-width: 991px) {
  #facility #main a.term {
    display: block;
    margin-left: 0;
    text-align: center;
    margin-top: 1rem;
  }
}
#facility #main a.term:hover {
  background-color: #FFFFFF;
  color: #f7c242;
}
#facility #main .img-wrap {
  margin-bottom: 30px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  #facility #main .img-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#facility #main .img-wrap .img-lg {
  width: 66%;
}
@media all and (max-width: 991px) {
  #facility #main .img-wrap .img-lg {
    width: 100%;
    margin-bottom: 1.5vw;
  }
}
#facility #main .img-wrap .img-sm-wrap {
  width: 33%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  #facility #main .img-wrap .img-sm-wrap {
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media all and (max-width: 991px) {
  #facility #main .img-wrap .img-sm-wrap .img-sm {
    width: 49%;
  }
}
#facility #main .img-wrap .img-sm-wrap a {
  padding-top: 65% !important;
}
#facility #main .img-wrap a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 66.66666%;
}
#facility #main .img-wrap a:hover {
  opacity: 0.6;
}
#facility #main .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
#facility #main dl.content dt {
  background-color: #fdf1d5;
  padding: .375rem 1rem;
  margin-bottom: .5rem;
}
#facility #main dl.content dd {
  line-height: 2;
  margin-bottom: 2rem;
}
#facility #main dl.content dd a {
  color: #f7c242;
}
#facility #main a.more {
  display: block;
  background-color: #f7c242;
  border-width: 3px;
  border-style: solid;
  border-color: #f7c242;
  color: #FFFFFF;
  font-size: 2rem;
  padding: 2rem 0;
  text-align: center;
  margin-bottom: 5rem;
}
@media all and (max-width: 991px) {
  #facility #main a.more {
    font-size: 1.25rem;
  }
}
#facility #main a.more:hover {
  background-color: #FFFFFF;
  color: #f7c242;
}

.facility-list .facility-item {
  margin-bottom: 30px;
}
.facility-list .facility-link {
  display: block;
  width: 100%;
  position: relative;
}
.facility-list .facility-link img {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-filter: grayscale(1) brightness(0.7);
  filter: grayscale(1) brightness(0.7);
}
.facility-list .facility-link .frame {
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px;
  border: 4px solid #FFFFFF;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media all and (max-width: 1199px) {
  .facility-list .facility-link .frame {
    margin: 15px;
    border: 3px solid #FFFFFF;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media all and (max-width: 991px) {
  .facility-list .facility-link .frame {
    margin: 5px;
    border: 2px solid #FFFFFF;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.facility-list .facility-link p.caption {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  .facility-list .facility-link p.caption {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.facility-list .facility-link:hover img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.facility-list .facility-link:hover .frame {
  margin: 0;
  width: 100%;
  height: 100%;
}

#contact #main .mw_wp_form {
  padding-top: 2rem;
  border-top: 1px solid #535353;
}
#contact #main .mw_wp_form div[class*='col-']:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #535353;
}
#contact #main .mw_wp_form span {
  color: #c9171e;
  font-weight: bold;
}
#contact #main .mw_wp_form .btn.btn-submit {
  width: 100%;
  background-color: #535353;
  color: #FFFFFF;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#contact #main .mw_wp_form.mw_wp_form_complete {
  padding-top: 0;
  border-top: none;
}
#contact #main .mw_wp_form.mw_wp_form_complete h2 {
  margin-bottom: 1rem;
  text-align: center;
}
#contact #main .mw_wp_form.mw_wp_form_complete p {
  text-align: center;
  line-height: 2;
}

ol ul, ul ol, ul ul {
    margin-bottom: 1em;
}
.top-future{
    width: 85%;
    margin: auto;
}
.content-bnr{
    display: flex;
    justify-content: center;
}
img.recruit-top {
    /*display: block;*/
    /*margin: auto;*/
}
.left-bnr{
    margin-right: 20px;
}
@media all and (max-width: 991px) {
  img.recruit-top {
      width: 100%;
  }
  #index #kv{
      margin-bottom: 80px;
  }
  .top-future{
    width: auto;
    margin: auto;
}
.content-bnr{
    display: block;
}
.left-bnr{
    margin: 0 0 15px;
}
}
.btn_document {
	background:#ed8b02;
	color:#fff !important;
	text-align:center;
	display:inline-block;
	font-size:16px;
	padding: 10px 20px;
	margin: 10px 0 0;
	min-width: 200px;
}
.btn_document:before {
	content:'';
	display:inline-block;
	background:url(img/facility/ico_document.png)no-repeat;
	width:20px;
	height:24px;
	background-size:cover;
	margin:0 10px -5px 0;
}
.btn_document:hover {
	opacity:0.7;
}