@charset "UTF-8";
/* 400 600 */
/* 400 */
/* structure
----------------------------------------------------------------------*/
html, body {
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  /* html入力枠用設定 */
  visibility: hidden; }

html.wf-active, html.wfno-load {
  visibility: visible; }

body {
  width: 100%;
  color: #231815;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0em;
  letter-spacing: 0.1em;
  text-align: left; }

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 2.0em;
    letter-spacing: 0.1em; } }
@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0; } }
input::placeholder {
  color: #A0A0A0; }

textarea::placeholder {
  color: #A0A0A0; }

/* IE */
input:-ms-input-placeholder {
  color: #A0A0A0; }

textarea:-ms-input-placeholder {
  color: #A0A0A0; }

/* Edge */
input::-ms-input-placeholder {
  color: #A0A0A0; }

textarea::-ms-input-placeholder {
  color: #A0A0A0; }

/* 携帯以外の電話リンク無効 */
a[href^="tel:"] {
  color: #231815; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none; } }
/* Scrollup */
#scrollUp {
  background: url("../images/common/pagetop.gif") left top no-repeat;
  background-size: contain;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 70px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  transition: all 0.5s; }

#scrollUp.hide {
  right: -60px; }

/* Font */
.c_black {
  color: #231815; }

.c_red {
  color: #CF4142; }

.c_blue {
  color: #5AA3B8; }

.c_blue2 {
  color: #87A1BE; }

.c_green {
  color: #ABB364; }

.c_orange {
  color: #FEA938; }

.c_yellow {
  color: #C3A959; }

.fsize11 {
  font-size: 11px; }

.fsize12 {
  font-size: 12px; }

.fsize13 {
  font-size: 13px; }

.fsize14 {
  font-size: 14px; }

.fsize15 {
  font-size: 15px; }

.fsize16 {
  font-size: 16px; }

.fsize18 {
  font-size: 18px; }

.fsize20 {
  font-size: 20px; }

.fsize22 {
  font-size: 22px; }

.fsize23 {
  font-size: 23px; }

.fsize24 {
  font-size: 24px; }

.fsize25 {
  font-size: 25px; }

.fsize26 {
  font-size: 26px; }

.fsize28 {
  font-size: 28px; }

.fsize30 {
  font-size: 30px; }

.fsize33 {
  font-size: 33px; }

.fsize35 {
  font-size: 35px; }

.fsize40 {
  font-size: 40px; }

.fsize45 {
  font-size: 45px; }

.fsize50 {
  font-size: 50px; }

.fsize60 {
  font-size: 60px; }

.tx_right {
  text-align: right; }

.tx_center {
  text-align: center; }

.tx_center_pc {
  text-align: center; }

a {
  color: #231815; }

b {
  font-weight: 600; }

.f_mgo_400 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400; }

.f_mgo_600 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600; }

.f_min_400 {
  font-family: ten-mincho-text, serif;
  font-weight: 400; }

.tl_wave {
  width: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  margin: 0 auto 60px auto; }
  .tl_wave span {
    display: block;
    width: 300px;
    color: #5AA3B8;
    font-size: 20px;
    background: url("../images/common/line_w.png") bottom center repeat-x;
    background-size: 47px 5px;
    line-height: 1.4em;
    margin: 0 auto 7px auto;
    padding-bottom: 15px; }

.tl_wave2 {
  width: 450px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  background: url("../images/common/line_w.png") bottom center repeat-x;
  background-size: 47px 5px;
  text-align: center;
  margin: 0 auto 15px auto;
  padding: 0 0 15px 0; }
  .tl_wave2 span {
    display: block;
    color: #5AA3B8;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px; }

.tl_info {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 auto 60px auto; }
  .tl_info span {
    display: block;
    color: #5AA3B8;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 10px; }

.tl_bblue {
  position: relative;
  width: 855px;
  height: 60px;
  font-size: 30px;
  font-weight: 600;
  line-height: 60px;
  margin: 0 auto 70px auto;
  padding: 0 0 0 32px; }
  .tl_bblue::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 50px;
    background-color: #5AA3B8;
    z-index: 1; }
  .tl_bblue::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 850px;
    height: 60px;
    background-color: #E5F1F4;
    z-index: -1; }

.tl_underline {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  border-bottom: 1px solid #5AA3B8;
  margin-bottom: 40px;
  padding: 0 0 7px 0; }

@media screen and (max-width: 767px) {
  .fsize11 {
    font-size: 10px; }

  .fsize12 {
    font-size: 12px; }

  .fsize13 {
    font-size: 13px; }

  .fsize14 {
    font-size: 14px; }

  .fsize15 {
    font-size: 15px; }

  .fsize16 {
    font-size: 14px; }

  .fsize18 {
    font-size: 16px; }

  .fsize20 {
    font-size: 18px; }

  .fsize22 {
    font-size: 18px; }

  .fsize23 {
    font-size: 21px; }

  .fsize24 {
    font-size: 22px; }

  .fsize25 {
    font-size: 22px; }

  .fsize26 {
    font-size: 23px; }

  .fsize28 {
    font-size: 28px; }

  .fsize30 {
    font-size: 22px; }

  .fsize33 {
    font-size: 33px; }

  .fsize35 {
    font-size: 30px; }

  .fsize40 {
    font-size: 28px; }

  .fsize45 {
    font-size: 25px; }

  .fsize50 {
    font-size: 40px; }

  .fsize60 {
    font-size: 35px; }

  .tx_center_pc {
    text-align: left; }

  .tl_wave {
    font-size: 28px;
    line-height: 1.4em;
    margin: 0 auto 30px auto; }

  .tl_wave2 {
    width: 100%;
    font-size: 28px;
    line-height: 1.4em;
    background: url("../images/common/line_w.png") bottom center repeat-x;
    background-size: 47px 5px;
    margin: 0 auto 15px auto;
    padding: 0 0 15px 0; }

  .tl_info {
    font-size: 28px;
    line-height: 1.4em;
    margin: 0 auto 30px auto; }

  .tl_bblue {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    margin: 0 auto 25px auto;
    padding: 0 0 0 30px; }
    .tl_bblue::before {
      top: 5px;
      left: 0;
      width: 5px;
      height: 40px;
      z-index: 1; }
    .tl_bblue::after {
      top: 0;
      right: 0;
      width: calc(100% - 5px);
      height: 50px;
      z-index: -1; }

  .tl_underline {
    font-size: 24px;
    line-height: 1.4em;
    border-bottom: 1px solid #5AA3B8;
    margin-bottom: 25px;
    padding: 0 0 7px 0; } }
/* INDENT */
.indent {
  text-indent: -1.0em;
  padding-left: 1.0em; }

@media screen and (max-width: 767px) {
  .newline {
    display: block; } }
/* ボタン */
a.btn, button {
  display: block;
  width: 280px;
  height: 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  background-color: #5AA3B8;
  margin: 0 auto;
  border-radius: 30px;
  transition: all 0.3s; }

button:hover {
  opacity: 0.8; }

header a.btn_availability {
  display: block;
  width: 200px;
  height: 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  background-color: #231815;
  margin: 0 auto; }

footer .btnarea a {
  position: relative;
  display: block;
  width: 280px;
  height: 80px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  background-color: #231815;
  margin: 0 auto; }
  footer .btnarea a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 270px;
    height: 70px;
    border: 1px solid #FFF;
    transform: translate(-50%, -50%); }

@media screen and (max-width: 767px) {
  header a.btn_availability {
    width: 150px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    background-color: #231815;
    margin: 0 auto; } }
/* fullwidth */
.fullwidth_img, .fullwidth_half {
  width: 100%; }

/* margin */
.mbox {
  width: 855px;
  margin: 0 auto; }

.mboxarea {
  width: 1000px;
  margin: 0 auto; }

.m_top20 {
  margin-top: 20px; }

.m_bottom80 {
  margin-bottom: 80px; }

@media screen and (max-width: 767px) {
  .mbox, .mbox1, .mbox2 {
    width: 90%;
    margin: 0 auto; }

  .m_top20 {
    margin-top: 15px; }

  .m_bottom80 {
    margin-bottom: 40px; } }
/* dl */
dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  dl.reverse {
    flex-wrap: wrap-reverse; } }
/* Object Fit */
.img_of {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover'; }

.imgbox {
  position: relative;
  width: 100%; }

/* dl table */
dl.pointtable {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin: 0 auto 50px auto;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  dl.pointtable dt {
    width: 170px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
    border-bottom: 2px solid #808080;
    margin-bottom: 10px;
    padding: 0 0 10px 20px; }
  dl.pointtable dd {
    width: calc(100% - 195px);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 10px;
    padding: 0 0 10px 20px; }

/* table */
table.availability {
  width: 570px;
  background-color: #FFF;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto; }
  table.availability th, table.availability td {
    color: #231815;
    font-size: 18px;
    line-height: 1.4em;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px 15px; }
    table.availability th.c_red, table.availability td.c_red {
      color: #CF4142; }
  table.availability th {
    text-align: left; }
    table.availability th.w46 {
      width: 46%; }
    table.availability th.w27 {
      width: 27%; }
    table.availability th.center {
      text-align: center; }
  table.availability td {
    text-align: right; }

@media screen and (max-width: 767px) {
  /* dl table */
  dl.pointtable {
    width: 100%;
    margin: 0 auto 50px auto; }
    dl.pointtable dt {
      width: 100%;
      font-size: 16px;
      line-height: 1.7em;
      border-bottom: 2px solid #808080;
      margin-bottom: 10px;
      padding: 0 0 10px 5px; }
    dl.pointtable dd {
      width: 100%;
      font-size: 16px;
      line-height: 1.7em;
      letter-spacing: 0;
      border-bottom: 1px solid #CECECE;
      margin-bottom: 25px;
      padding: 0 0 10px 5px; }

  /* table */
  table.availability {
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin: 0 auto; }
    table.availability th, table.availability td {
      color: #231815;
      font-size: 16px;
      line-height: 1.4em;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      padding: 5px 7px; }
    table.availability th.w46 {
      width: 46%; }
    table.availability th.w27 {
      width: 27%; } }
/* 非表示 */
.disno {
  display: none; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*--------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

.top_titlearea {
  width: 100%;
  height: 750px;
  background: url("../images/top/top_main.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 40px; }
  .top_titlearea h2 {
    width: 836px;
    height: 255px;
    background: url("../images/top/top_tl.png") top center no-repeat;
    background-size: contain;
    margin: 110px auto 0 auto;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px; }

.titlearea {
  position: relative;
  width: 100%;
  height: 500px;
  padding-top: 40px; }
  .titlearea::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("../images/common/bg_w.png") left top repeat-x;
    background-size: 127px 50px;
    z-index: 1; }
  .titlearea h2 {
    margin: 90px auto 0 auto; }

body#about .titlearea {
  background: url("../images/about/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#services .titlearea {
  background: url("../images/services/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#services_y .titlearea {
  background: url("../images/services/clenarth/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#services_s .titlearea {
  background: url("../images/services/clenarth_s/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#services_l .titlearea {
  background: url("../images/services/levent/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#services_c .titlearea {
  background: url("../images/services/sodan/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#info .titlearea {
  background: url("../images/info/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#recruit .titlearea {
  background: url("../images/recruit/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#contact .titlearea {
  background: url("../images/contact/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

body#privacy .titlearea {
  background: url("../images/privacy/titlephoto.jpg") center center no-repeat;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .top_titlearea {
    position: relative;
    width: 100%;
    height: 400px;
    background: none;
    padding-top: 0; }
    .top_titlearea::before {
      content: '';
      display: block;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      height: calc(100% - 60px);
      background: url("../images/top/top_main_sp.jpg") center center no-repeat;
      background-size: cover;
      z-index: -1; }
    .top_titlearea h2 {
      width: 84%;
      height: auto;
      background: url("../images/top/top_tl.png") top center no-repeat;
      background-size: contain;
      margin: 105px auto 0 auto;
      padding-top: 25.72%; }

  .titlearea {
    position: relative;
    width: 100%;
    height: 350px;
    padding-top: 0; }
    .titlearea::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -13px;
      left: 0;
      width: 100%;
      height: 25px;
      background: url("../images/common/bg_w.png") left top repeat-x;
      background-size: 63px 25px;
      z-index: 1; }
    .titlearea h2 {
      margin: 90px auto 0 auto; }

  body#about .titlearea {
    background: url("../images/about/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#services .titlearea {
    background: url("../images/services/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#services_y .titlearea {
    background: url("../images/services/clenarth/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#services_s .titlearea {
    background: url("../images/services/clenarth_s/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#services_l .titlearea {
    background: url("../images/services/levent/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#services_c .titlearea {
    background: url("../images/services/sodan/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#info .titlearea {
    background: url("../images/info/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#recruit .titlearea {
    background: url("../images/recruit/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#contact .titlearea {
    background: url("../images/contact/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; }

  body#privacy .titlearea {
    background: url("../images/privacy/titlephoto_sp.jpg") center center no-repeat;
    background-size: cover; } }
/* basehead
--------------------------------------------------*/
header#basehead {
  position: relative;
  width: 1100px;
  height: 127px;
  margin: 0 auto; }
  header#basehead .logoarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 178px;
    height: 46px;
    z-index: 4; }
    header#basehead .logoarea a {
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/header/logo.svg") left top no-repeat;
      background-size: contain;
      font-size: 0;
      line-height: 0;
      text-indent: -9999px; }
  header#basehead .availabilitylink {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 50px;
    z-index: 1500; }
  header#basehead .subnav {
    display: none; }
  header#basehead .pc_navi {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 860px;
    height: 25px;
    transform: translateX(-50%);
    z-index: 3; }
    header#basehead .pc_navi > ul {
      display: flex;
      display: -webkit-flex;
      width: 100%;
      padding-top: 10px;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      header#basehead .pc_navi > ul li.firstnav {
        position: relative;
        height: 25px; }
        header#basehead .pc_navi > ul li.firstnav > a {
          display: block;
          height: 25px;
          color: #231815;
          font-weight: 700;
          line-height: 1.0em;
          margin-top: 7px; }
        header#basehead .pc_navi > ul li.firstnav ul.secondnav_group {
          position: absolute;
          top: 0;
          left: 50%;
          min-width: 260px;
          -webkit-transition: all .2s ease;
          transition: all .2s ease;
          transform: translateX(-50%);
          visibility: hidden;
          opacity: 0;
          z-index: 0; }
          header#basehead .pc_navi > ul li.firstnav ul.secondnav_group li {
            width: 100%;
            min-height: 30px;
            border-bottom: 1px solid #5AA3B8; }
            header#basehead .pc_navi > ul li.firstnav ul.secondnav_group li a {
              display: block;
              width: 100%;
              height: 100%;
              color: #231815;
              line-height: 1.5em;
              text-align: center;
              background-color: #E5F1F4;
              padding: 7px 0; }
        header#basehead .pc_navi > ul li.firstnav:hover ul.secondnav_group {
          top: 40px;
          visibility: visible;
          opacity: 1; }
      header#basehead .pc_navi > ul li#n_stay ul.secondnav_group {
        width: 320px; }

li#n_about > a::after, li#n_services > a::after {
  content: '▼'; }

#top header#basehead .logoarea a {
  background: url("../images/header/logo_w.svg") left top no-repeat; }
#top header#basehead .pc_navi > ul li.firstnav > a {
  color: #FFF; }

#top #fixhead header#basehead .logoarea a {
  background: url("../images/header/logo.svg") left top no-repeat; }
#top #fixhead header#basehead .pc_navi > ul li.firstnav > a {
  color: #231815; }

@media screen and (max-width: 767px) {
  header#basehead {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: rgba(90, 163, 184, 0.95); }
    header#basehead .logoarea {
      position: absolute;
      top: 10px;
      left: 15px;
      width: 147px;
      height: 38px; }
      header#basehead .logoarea a {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/header/logo_w.svg") left top no-repeat;
        background-size: contain;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px; }
    header#basehead .availabilitylink {
      position: absolute;
      top: inherit;
      bottom: -40px;
      right: 0;
      width: 150px;
      height: 40px; }
    header#basehead .subnav {
      display: block;
      position: absolute;
      top: 0;
      right: 15px;
      width: 60px;
      height: 60px; }
      header#basehead .subnav ul.first_menu {
        position: relative;
        width: 60px;
        height: 60px; }
    header#basehead .pc_navi {
      display: none; }

  #top #fixhead header#basehead .logoarea a {
    background: url("../images/header/logo_w.svg") left top no-repeat; }

  a.hmenu_btn {
    display: block;
    position: relative;
    width: 25px;
    height: 20px;
    margin: 20px 0 0 auto; }
    a.hmenu_btn span.line {
      display: block;
      position: absolute;
      left: 0;
      width: 25px;
      height: 1px;
      background-color: #FFF;
      transform-origin: 0 0;
      transition: all 0.2s; }
    a.hmenu_btn span.line:nth-child(1) {
      top: 0px; }
    a.hmenu_btn span.line:nth-child(2) {
      top: 8px;
      opacity: 1; }
    a.hmenu_btn span.line:nth-child(3) {
      top: 16px; }

  .hmenu_btn.active span.line:nth-child(1) {
    top: 0px;
    left: 4px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }

  .hmenu_btn.active span.line:nth-child(2) {
    opacity: 0; }

  .hmenu_btn.active span.line:nth-child(3) {
    top: 16px;
    left: 3px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg); }

  .hmenu_btn.active span.tx::after {
    content: 'close'; } }
/* fixhead
--------------------------------------------------*/
#fixhead {
  position: fixed;
  top: -127px;
  left: 0;
  width: 100%;
  height: 127px;
  opacity: 0;
  transition: all 0.65s;
  padding: 0;
  z-index: 200; }

#fixhead.scrolled {
  top: 40px;
  opacity: 1; }

@media screen and (max-width: 767px) {
  #fixhead {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0;
    transition: all 0.65s;
    padding: 0;
    z-index: 200; }

  #fixhead.scrolled {
    top: 0;
    opacity: 1; }

  .pc_linkiconarea {
    display: none; } }
/* ハンバーガーメニュー
--------------------------------------------------*/
.hmenu {
  display: none; }

@media screen and (max-width: 767px) {
  .hmenu {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background: #5AA3B8;
    z-index: -1;
    opacity: 0;
    transition: all 0.6s;
    overflow: hidden; }

  .hmenu.active {
    opacity: 1;
    z-index: 1000 !important; }

  .hmenu_in {
    position: relative;
    padding: 0;
    overflow: hidden;
    z-index: 300; }

  .hnavi {
    width: 300px;
    height: 100vh;
    background: url("../images/common/bg_1.jpg") bottom center no-repeat;
    margin: 0 0 40px auto; }
    .hnavi ul.hnavi_menu {
      width: 100%;
      background: url("../images/common/tl_illust.png") bottom center no-repeat;
      background-size: cover;
      padding: 75px 0 0 30px; }
      .hnavi ul.hnavi_menu > li {
        width: 100%;
        margin-bottom: 20px; }
        .hnavi ul.hnavi_menu > li > a {
          display: block;
          font-size: 20px;
          font-weight: 600;
          line-height: 1.4em;
          letter-spacing: 0; }
        .hnavi ul.hnavi_menu > li ul.secondnav_group {
          width: 100%;
          margin: 10px 0 15px 0; }
          .hnavi ul.hnavi_menu > li ul.secondnav_group li.disc {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.4em;
            letter-spacing: 0;
            margin-bottom: 10px; }
            .hnavi ul.hnavi_menu > li ul.secondnav_group li.disc::before {
              content: '・'; }
          .hnavi ul.hnavi_menu > li ul.secondnav_group li.circle {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.4em;
            letter-spacing: 0;
            margin: 0 0 10px 20px;
            padding-left: 1.0em;
            text-indent: -1.0em; }
            .hnavi ul.hnavi_menu > li ul.secondnav_group li.circle::before {
              content: '●';
              color: #5AA3B8; } }
/* footer
--------------------------------------------------*/
footer {
  width: 100%;
  background-color: #F3F6F3;
  padding: 50px 0 0 0; }
  footer .farea {
    display: flex;
    display: -webkit-flex;
    width: 700px;
    margin: 0 auto;
    padding-bottom: 35px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    footer .farea .flogo {
      width: 178px;
      height: 46px;
      background: url("../images/header/logo.svg") left top no-repeat;
      background-size: contain;
      margin-bottom: 30px;
      font-size: 0;
      line-height: 0;
      text-indent: -9999px; }
    footer .farea .txtarea {
      width: 360px; }
    footer .farea .btnarea {
      width: 280px;
      padding-top: 25px; }
  footer .copyrightarea {
    width: 100%;
    background-color: #5AA3B8;
    padding: 30px 0 15px 0; }
    footer .copyrightarea a.f_privacy {
      display: block;
      width: 170px;
      height: 16px;
      color: #FFF;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF;
      margin: 0 auto 25px auto; }
    footer .copyrightarea p.copyright {
      color: #FFF;
      font-size: 11px;
      line-height: 1.4em;
      text-align: center; }

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 40px 0 0 0; }
    footer .farea {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 30px; }
      footer .farea .flogo {
        width: 178px;
        height: 46px;
        background: url("../images/header/logo.svg") left top no-repeat;
        background-size: contain;
        margin: 0 auto 25px auto; }
      footer .farea .txtarea {
        width: 100%;
        margin-bottom: 30px;
        text-align: center; }
      footer .farea .btnarea {
        width: 100%;
        margin: 0 auto;
        padding-top: 0; }
    footer .copyrightarea {
      width: 100%;
      padding: 30px 0 15px 0; }
      footer .copyrightarea p.copyright {
        font-size: 11px;
        line-height: 1.4em;
        letter-spacing: 0;
        text-align: center; } }
/* トップ
--------------------------------------------------*/
.toparea1 {
  width: 100%;
  background: url("../images/common/bg_1.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 80px; }
  .toparea1 .top_aboutbox {
    width: 634px;
    padding: 80px 90px;
    background-color: #FFF;
    border-radius: 0 0 50px 50px;
    margin: 0 auto; }
  .toparea1 h3 {
    margin-bottom: 20px; }
  .toparea1 p {
    margin-bottom: 30px;
    letter-spacing: 0; }

.toparea2 {
  width: 100%;
  background: url("../images/common/bg_pattern.gif") center center repeat;
  background-size: 25px 35px;
  padding: 80px 0 120px 0; }
  .toparea2 .sbox {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 50px auto; }
    .toparea2 .sbox .photoarea {
      width: 550px; }
      .toparea2 .sbox .photoarea .imgbox {
        width: 100%;
        overflow: hidden; }
    .toparea2 .sbox .txtarea {
      width: calc(100% - 550px);
      padding-top: 75px; }
      .toparea2 .sbox .txtarea h4 {
        width: 450px; }
        .toparea2 .sbox .txtarea h4 a.i_arrow {
          display: block;
          width: 340px;
          font-size: 30px;
          font-weight: 600;
          line-height: 1.4em;
          background: url("../images/common/arrow.png") right bottom 10px no-repeat;
          background-size: 25px 25px;
          margin-bottom: 20px; }
          .toparea2 .sbox .txtarea h4 a.i_arrow span {
            font-size: 25px; }
      .toparea2 .sbox .txtarea .txtbox {
        width: 100%;
        height: 170px;
        padding-top: 25px; }
        .toparea2 .sbox .txtarea .txtbox p {
          width: 450px;
          letter-spacing: 0; }
  .toparea2 table.availability {
    margin: 0 auto 90px auto; }

.toparea2 #yamanashiclenarth .imgbox {
  border-top: 10px solid #ABB364;
  border-right: 10px solid #ABB364;
  border-bottom: 10px solid #ABB364;
  border-radius: 0 50px 50px 0; }

.toparea2 #clenarthsakaori .imgbox {
  border-top: 10px solid #87A1BE;
  border-bottom: 10px solid #87A1BE;
  border-left: 10px solid #87A1BE;
  border-radius: 50px 0 0 50px; }

.toparea2 #levent .imgbox {
  border-top: 10px solid #FEA938;
  border-right: 10px solid #FEA938;
  border-bottom: 10px solid #FEA938;
  border-radius: 0 50px 50px 0; }

.toparea2 #chujyo .imgbox {
  border-top: 10px solid #C3A959;
  border-bottom: 10px solid #C3A959;
  border-left: 10px solid #C3A959;
  border-radius: 50px 0 0 50px; }

.toparea2 #yamanashiclenarth .txtbox {
  background-color: #DEE1C2;
  border-top: 15px solid #ABB364; }

.toparea2 #yamanashiclenarth .txtbox p, .toparea2 #yamanashiclenarth h4 {
  margin-left: 45px; }

.toparea2 #clenarthsakaori .txtbox {
  background-color: #D2DCE7;
  border-top: 15px solid #87A1BE; }

.toparea2 #clenarthsakaori .txtbox p, .toparea2 #clenarthsakaori h4 {
  width: 495px;
  margin: 0 0 20px auto;
  padding-right: 45px; }

.toparea2 #levent .txtbox {
  background-color: #FFE6C5;
  border-top: 15px solid #FEA938; }

.toparea2 #levent .txtbox p, .toparea2 #levent h4 {
  margin-left: 45px; }

.toparea2 #chujyo .txtbox {
  background-color: #EBE3C8;
  border-top: 15px solid #C3A959; }

.toparea2 #chujyo .txtbox p, .toparea2 #chujyo h4 {
  width: 495px;
  margin: 0 0 20px auto;
  padding-right: 45px; }

@media screen and (min-width: 1500px) {
  .toparea2 #yamanashiclenarth .imgbox {
    border: 10px solid #ABB364;
    border-radius: 50px; }

  .toparea2 #clenarthsakaori .imgbox {
    border: 10px solid #87A1BE;
    border-radius: 50px; }

  .toparea2 #levent .imgbox {
    border: 10px solid #FEA938;
    border-radius: 50px; }

  .toparea2 #chujyo .imgbox {
    border: 10px solid #C3A959;
    border-radius: 50px; } }
.toparea3 {
  width: 100%;
  background: url("../images/top/line_h.jpg") center bottom repeat-x;
  background-size: 808px 100px;
  padding: 50px 0 100px 0; }
  .toparea3 h3 {
    width: 850px; }

ul.infobox {
  width: 850px;
  margin: 0 auto 50px auto; }
  ul.infobox li {
    width: 100%;
    border-bottom: 1px solid #5AA3B8;
    margin-bottom: 30px;
    padding: 0 0 20px 0; }
    ul.infobox li a {
      display: block; }
      ul.infobox li a time {
        display: block;
        width: 100px;
        font-size: 14px;
        line-height: 1.4em;
        margin: 0 0 7px 0; }
      ul.infobox li a p {
        width: 100%; }

.toparea4 {
  width: 100%;
  background: url("../images/top/main_recruit.jpg") top center no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .toparea4 .top_recruitarea {
    width: 1000px;
    margin: 0 auto; }
  .toparea4 .top_recruitbox {
    width: 453px;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 0 0 auto; }
  .toparea4 h3 {
    margin-bottom: 20px; }
  .toparea4 p {
    margin-bottom: 30px;
    letter-spacing: 0; }

@media screen and (max-width: 767px) {
  .toparea1 {
    width: 100%;
    background: url("../images/common/bg_1.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 40px; }
    .toparea1 .top_aboutbox {
      width: 90%;
      padding: 40px 6%;
      border-radius: 0 0 50px 50px;
      margin: 0 auto; }
    .toparea1 h3 {
      margin-bottom: 20px; }
    .toparea1 p {
      margin-bottom: 25px;
      letter-spacing: 0; }

  .toparea2 {
    width: 100%;
    background: url("../images/common/bg_pattern.gif") center center repeat;
    background-size: 25px 35px;
    padding: 40px 0 50px 0; }
    .toparea2 .sbox {
      width: 100%;
      margin: 0 auto 30px auto; }
      .toparea2 .sbox .photoarea {
        width: 85%; }
      .toparea2 .sbox .txtarea {
        width: 100%;
        padding-top: 20px; }
        .toparea2 .sbox .txtarea h4 {
          width: 90%;
          margin: 0 auto; }
          .toparea2 .sbox .txtarea h4 a.i_arrow {
            display: block;
            width: 275px;
            font-size: 25px;
            line-height: 1.4em;
            background: url("../images/common/arrow.png") right bottom 10px no-repeat;
            background-size: 20px 20px;
            margin: 0 auto 20px auto; }
            .toparea2 .sbox .txtarea h4 a.i_arrow span {
              font-size: 20px; }
        .toparea2 .sbox .txtarea .txtbox {
          width: 100%;
          height: auto;
          padding: 25px 5% 25px 5%; }
          .toparea2 .sbox .txtarea .txtbox p {
            width: 100%;
            letter-spacing: 0; }
    .toparea2 table.availability {
      width: 90%;
      margin: 0 auto 70px auto; }

  .toparea2 #yamanashiclenarth .imgbox {
    border-top: 10px solid #ABB364;
    border-right: 10px solid #ABB364;
    border-bottom: 10px solid #ABB364;
    border-radius: 0 50px 50px 0; }

  .toparea2 #clenarthsakaori .sbox {
    flex-wrap: wrap-reverse; }

  .toparea2 #clenarthsakaori .photoarea {
    margin: 0 0 0 auto; }

  .toparea2 #clenarthsakaori .imgbox {
    border-top: 10px solid #87A1BE;
    border-bottom: 10px solid #87A1BE;
    border-left: 10px solid #87A1BE;
    border-radius: 50px 0 0 50px; }

  .toparea2 #levent .imgbox {
    border-top: 10px solid #FEA938;
    border-right: 10px solid #FEA938;
    border-bottom: 10px solid #FEA938;
    border-radius: 0 50px 50px 0; }

  .toparea2 #chujyo .sbox {
    flex-wrap: wrap-reverse; }

  .toparea2 #chujyo .photoarea {
    margin: 0 0 0 auto; }

  .toparea2 #chujyo .imgbox {
    border-top: 10px solid #C3A959;
    border-bottom: 10px solid #C3A959;
    border-left: 10px solid #C3A959;
    border-radius: 50px 0 0 50px; }

  .toparea2 #yamanashiclenarth .txtbox {
    background-color: #DEE1C2;
    border-top: 15px solid #ABB364; }

  .toparea2 #yamanashiclenarth .txtbox p, .toparea2 #yamanashiclenarth h4 {
    margin: 0 auto 20px auto; }

  .toparea2 #clenarthsakaori .txtbox {
    background-color: #D2DCE7;
    border-top: 15px solid #87A1BE; }

  .toparea2 #clenarthsakaori .txtbox p, .toparea2 #clenarthsakaori h4 {
    width: 90%;
    margin: 0 auto 20px auto;
    padding-right: 0; }

  .toparea2 #levent .txtbox {
    background-color: #FFE6C5;
    border-top: 15px solid #FEA938; }

  .toparea2 #levent .txtbox p, .toparea2 #levent h4 {
    margin: 0 auto 20px auto; }

  .toparea2 #chujyo .txtbox {
    background-color: #EBE3C8;
    border-top: 15px solid #C3A959; }

  .toparea2 #chujyo .txtbox p, .toparea2 #chujyo h4 {
    width: 90%;
    margin: 0 auto 20px auto;
    padding-right: 0; }

  .toparea3 {
    width: 100%;
    background: url("../images/top/line_h.jpg") left bottom repeat-x;
    background-size: 808px 100px;
    padding: 50px 0 100px 0; }
    .toparea3 h3 {
      width: 90%;
      margin: 0 auto 30px auto; }

  ul.infobox {
    width: 90%;
    margin: 0 auto 30px auto; }
    ul.infobox li {
      width: 100%;
      border-bottom: 1px solid #5AA3B8;
      margin-bottom: 30px;
      padding: 0 0 15px 0; }
      ul.infobox li a {
        display: block; }
        ul.infobox li a time {
          display: block;
          width: 100px;
          font-size: 14px;
          line-height: 1.4em;
          margin: 0 0 5px 0; }
        ul.infobox li a p {
          width: 100%; }

  .toparea4 {
    width: 100%;
    background: url("../images/top/main_recruit.jpg") top center no-repeat;
    background-size: contain;
    padding: 41.75% 0 0 0; }
    .toparea4 .top_recruitarea {
      width: 100%;
      margin: 0 auto; }
    .toparea4 .top_recruitbox {
      width: 100%;
      padding: 5% 5% 50px 5%;
      background-color: #FFF;
      margin: 0; }
    .toparea4 h3 {
      margin-bottom: 20px; }
    .toparea4 p {
      margin-bottom: 30px;
      letter-spacing: 0; } }
/* 忠恕会について
--------------------------------------------------*/
#a1 {
  width: 855px;
  margin: 0 auto;
  padding: 70px 0; }
  #a1 h2 {
    line-height: 1.6em;
    margin-bottom: 50px;
    letter-spacing: 0em; }

#a2 {
  width: 855px;
  margin: 0 auto;
  padding: 0 0 70px 0; }
  #a2 h3.tl_bblue {
    margin-bottom: 40px; }
  #a2 dl.quality_list {
    width: 100%;
    margin-top: 50px; }
    #a2 dl.quality_list dt {
      width: 40px;
      height: 40px;
      font-size: 20px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #231815;
      text-align: center;
      margin-bottom: 30px; }
    #a2 dl.quality_list dd {
      width: calc(100% - 60px);
      margin-bottom: 30px; }

#a3 {
  width: 855px;
  margin: 0 auto;
  padding: 0 0 70px 0; }
  #a3 ul li {
    list-style-type: disc;
    margin-left: 1.2em;
    letter-spacing: 0em; }

@media screen and (max-width: 767px) {
  #a1 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #a1 h2 {
      line-height: 1.6em;
      margin-bottom: 25px;
      letter-spacing: 0em; }

  #a2 {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px 0; }
    #a2 h3.tl_bblue {
      margin-bottom: 20px; }
    #a2 dl.quality_list {
      width: 100%;
      margin-top: 50px; }
      #a2 dl.quality_list dt {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        border-radius: 50%;
        border: 1px solid #231815;
        text-align: center;
        margin-bottom: 20px; }
      #a2 dl.quality_list dd {
        width: calc(100% - 60px);
        margin-bottom: 20px; }

  #a3 {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 0; }
    #a3 ul li {
      list-style-type: disc;
      margin-left: 1.2em;
      letter-spacing: 0em; } }
/* 施設のご案内
--------------------------------------------------*/
#s1 {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0; }
  #s1 .officelist {
    width: 100%;
    margin-bottom: 50px; }
    #s1 .officelist dt {
      width: 350px; }
      #s1 .officelist dt .imgbox {
        width: 100%;
        border-radius: 50px;
        overflow: hidden; }
    #s1 .officelist dd {
      width: 570px; }
      #s1 .officelist dd h4 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.4em;
        margin-bottom: 20px; }
        #s1 .officelist dd h4 span {
          font-size: 25px; }
      #s1 .officelist dd p {
        line-height: 1.7em;
        margin-bottom: 15px; }
  #s1 a.btn {
    margin: 0 auto 75px auto; }

#s1 #yamanashiclenarth .imgbox {
  border: 10px solid #ABB364; }

#s1 #clenarthsakaori .imgbox {
  border: 10px solid #87A1BE; }

#s1 #levent .imgbox {
  border: 10px solid #FEA938; }

#s1 #chujyo .imgbox {
  border: 10px solid #C3A959; }

.services_contactarea {
  width: 850px;
  background-color: #E5F1F4;
  border-radius: 50px 50px 0 0;
  margin: 0 auto;
  padding: 50px 0 30px 0; }
  .services_contactarea h3 {
    color: #5AA3B8;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px; }
  .services_contactarea p {
    margin-bottom: 5px;
    text-align: center; }
  .services_contactarea a.teltxt {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center; }

.sfarea1 {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0; }
  .sfarea1 .tl_sf {
    width: 100%;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    padding: 20px 0; }
    .sfarea1 .tl_sf span {
      font-size: 25px; }
  .sfarea1 .sftelarea {
    width: 100%;
    line-height: 1.6em;
    margin: 0 0 50px 0;
    padding: 20px 0; }
    .sfarea1 .sftelarea .fsize25 {
      font-weight: 600;
      margin-top: 10px; }
  .sfarea1 .sflinkarea {
    width: 850px;
    margin: 0 auto; }
    .sfarea1 .sflinkarea h2 {
      width: 100%;
      line-height: 1.7em;
      margin-bottom: 50px;
      text-align: center; }
    .sfarea1 .sflinkarea .linkbtnarea {
      width: 610px;
      margin: 0 auto; }
      .sfarea1 .sflinkarea .linkbtnarea dt, .sfarea1 .sflinkarea .linkbtnarea dd {
        width: 280px; }

#services_y .sfarea1 .tl_sf {
  background-color: #ABB364; }

#services_s .sfarea1 .tl_sf {
  background-color: #87A1BE; }

#services_l .sfarea1 .tl_sf {
  background-color: #FEA938; }

#services_c .sfarea1 .tl_sf {
  background-color: #C3A959; }

#services_y .sfarea1 .sftelarea {
  background-color: #DEE1C2; }

#services_s .sfarea1 .sftelarea {
  background-color: #D2DCE7; }

#services_l .sfarea1 .sftelarea {
  background-color: #FFE6C5; }

#services_c .sfarea1 .sftelarea {
  background-color: #EBE3C8; }

.sfarea2, .sfarea3 {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 70px 0; }
  .sfarea2 p, .sfarea3 p {
    width: 850px;
    margin: 0 auto 50px auto; }
  .sfarea2 .photoarea, .sfarea3 .photoarea {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin: 0 auto 70px auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .sfarea2 .photoarea li, .sfarea3 .photoarea li {
      width: 22.75%; }
  .sfarea2 p.tx_eigyobi, .sfarea3 p.tx_eigyobi {
    width: 850px;
    margin: 0 auto 50px auto; }
    .sfarea2 p.tx_eigyobi span.holiday, .sfarea3 p.tx_eigyobi span.holiday {
      display: block;
      width: 100%;
      margin-top: 16px;
      padding-left: 5.2em;
      text-indent: -5.2em; }
  .sfarea2 .pointtable, .sfarea3 .pointtable {
    width: 850px;
    margin: 0 auto; }
  .sfarea2 .flow_y, .sfarea2 .flow_s, .sfarea2 .flow_l, .sfarea3 .flow_y, .sfarea3 .flow_s, .sfarea3 .flow_l {
    width: 100%;
    margin: 0 auto 70px auto; }
    .sfarea2 .flow_y dt, .sfarea2 .flow_y dd, .sfarea2 .flow_s dt, .sfarea2 .flow_s dd, .sfarea2 .flow_l dt, .sfarea2 .flow_l dd, .sfarea3 .flow_y dt, .sfarea3 .flow_y dd, .sfarea3 .flow_s dt, .sfarea3 .flow_s dd, .sfarea3 .flow_l dt, .sfarea3 .flow_l dd {
      display: none; }
  .sfarea2 .flow_y, .sfarea3 .flow_y {
    background: url("../images/services/clenarth/flow_y_pc.jpg") top center no-repeat;
    background-size: contain;
    padding-top: 170.96%; }
  .sfarea2 .flow_s, .sfarea3 .flow_s {
    background: url("../images/services/clenarth_s/flow_s_pc.jpg") top center no-repeat;
    background-size: contain;
    padding-top: 170.96%; }
  .sfarea2 .flow_l, .sfarea3 .flow_l {
    background: url("../images/services/levent/flow_l_pc.jpg") top center no-repeat;
    background-size: contain;
    padding-top: 195.45%; }

@media screen and (max-width: 767px) {
  #s1 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    #s1 .officelist {
      width: 100%;
      margin-bottom: 30px; }
      #s1 .officelist dt {
        width: 90%;
        margin: 0 auto 20px auto; }
        #s1 .officelist dt .imgbox {
          width: 100%;
          border-radius: 50px;
          overflow: hidden; }
      #s1 .officelist dd {
        width: 100%; }
        #s1 .officelist dd h4 {
          font-size: 25px;
          line-height: 1.4em;
          text-align: center;
          margin-bottom: 20px; }
          #s1 .officelist dd h4 span {
            font-size: 20px; }
        #s1 .officelist dd p {
          line-height: 1.7em;
          margin-bottom: 15px; }
    #s1 a.btn {
      margin: 0 auto 50px auto; }

  .services_contactarea {
    width: 100%;
    background-color: #E5F1F4;
    border-radius: 50px 50px 0 0;
    margin: 0 auto;
    padding: 20px 0; }
    .services_contactarea h3 {
      font-size: 20px;
      line-height: 1.4em;
      text-align: center;
      margin-bottom: 15px; }
    .services_contactarea p {
      margin-bottom: 5px;
      text-align: center; }
    .services_contactarea a.teltxt {
      display: block;
      width: 100%;
      font-size: 24px;
      line-height: 1.4em;
      text-align: center; }

  .sfarea1 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0; }
    .sfarea1 .tl_sf {
      width: 100%;
      font-size: 25px;
      line-height: 1.4em;
      text-align: center;
      padding: 20px 0; }
      .sfarea1 .tl_sf span {
        font-size: 20px; }
    .sfarea1 .sftelarea {
      width: 100%;
      line-height: 1.6em;
      margin: 0 0 50px 0;
      padding: 20px 0; }
      .sfarea1 .sftelarea .fsize25 {
        margin-top: 10px; }
    .sfarea1 .sflinkarea {
      width: 90%;
      margin: 0 auto; }
      .sfarea1 .sflinkarea h2 {
        width: 100%;
        line-height: 1.7em;
        margin-bottom: 30px; }
      .sfarea1 .sflinkarea .linkbtnarea {
        width: 280px;
        margin: 0 auto; }
        .sfarea1 .sflinkarea .linkbtnarea dt, .sfarea1 .sflinkarea .linkbtnarea dd {
          width: 100%; }
        .sfarea1 .sflinkarea .linkbtnarea dt {
          margin-bottom: 10px; }

  #services_y .sfarea1 .tl_sf {
    background-color: #ABB364; }

  #services_s .sfarea1 .tl_sf {
    background-color: #87A1BE; }

  #services_l .sfarea1 .tl_sf {
    background-color: #FEA938; }

  #services_c .sfarea1 .tl_sf {
    background-color: #C3A959; }

  #services_y .sfarea1 .sftelarea {
    background-color: #DEE1C2; }

  #services_s .sfarea1 .sftelarea {
    background-color: #D2DCE7; }

  #services_l .sfarea1 .sftelarea {
    background-color: #FFE6C5; }

  #services_c .sfarea1 .sftelarea {
    background-color: #EBE3C8; }

  .sfarea2, .sfarea3 {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px 0; }
    .sfarea2 p, .sfarea3 p {
      width: 100%;
      margin: 0 auto 20px auto; }
    .sfarea2 .photoarea, .sfarea3 .photoarea {
      width: 100%;
      margin: 0 auto 50px auto; }
      .sfarea2 .photoarea li, .sfarea3 .photoarea li {
        width: 47.5%;
        margin-bottom: 5%; }
    .sfarea2 p.tx_eigyobi, .sfarea3 p.tx_eigyobi {
      width: 100%;
      margin: 0 auto 50px auto; }
      .sfarea2 p.tx_eigyobi span.holiday, .sfarea3 p.tx_eigyobi span.holiday {
        display: block;
        width: 100%;
        margin-top: 1em;
        padding-left: 0;
        text-indent: 0; }
    .sfarea2 .pointtable, .sfarea3 .pointtable {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    .sfarea2 .flow_y, .sfarea2 .flow_s, .sfarea2 .flow_l, .sfarea3 .flow_y, .sfarea3 .flow_s, .sfarea3 .flow_l {
      width: 100%;
      margin: 0 auto 50px auto; }
    .sfarea2 .flow_y, .sfarea3 .flow_y {
      background: url("../images/services/clenarth/flow_y_sp.jpg") top center no-repeat;
      background-size: contain;
      padding-top: 506.17%; }
    .sfarea2 .flow_s, .sfarea3 .flow_s {
      background: url("../images/services/clenarth_s/flow_s_sp.jpg") top center no-repeat;
      background-size: contain;
      padding-top: 505.75%; }
    .sfarea2 .flow_l, .sfarea3 .flow_l {
      background: url("../images/services/levent/flow_l_sp.jpg") top center no-repeat;
      background-size: contain;
      padding-top: 593.38%; } }
/* 職員採用
--------------------------------------------------*/
#r1 {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 0 0; }
  #r1 h2 {
    line-height: 1.4em;
    margin-bottom: 50px; }
  #r1 .r_dl_area1 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #r1 .r_dl_area1 dt {
      width: 53%;
      margin-right: 50px; }
      #r1 .r_dl_area1 dt .imgbox {
        width: 100%; }
    #r1 .r_dl_area1 dd {
      width: 34%; }

#r2 {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 0 0; }
  #r2 .r_dl_area2 {
    width: 850px;
    margin: 0 auto; }
    #r2 .r_dl_area2 dt {
      width: 420px; }
      #r2 .r_dl_area2 dt ul li {
        margin: 0 0 5px 1em;
        list-style: disc;
        letter-spacing: 0; }
    #r2 .r_dl_area2 dd {
      width: 398px; }

#r3 {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 0 0; }
  #r3 h3 {
    width: 1000px;
    margin: 0 auto 40px auto; }
  #r3 .miryokulist {
    display: flex;
    display: -webkit-flex;
    width: 850px;
    margin: 0 auto 70px auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #r3 .miryokulist li {
      width: 46.47%;
      margin-bottom: 40px; }
      #r3 .miryokulist li h4 {
        color: #5AA3B8;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        margin-bottom: 15px; }
      #r3 .miryokulist li p {
        line-height: 1.7em;
        letter-spacing: 0; }
  #r3 .slider {
    position: relative;
    width: 100%; }
    #r3 .slider::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: url("../images/common/bg_w.png") left top repeat-x;
      background-size: 127px 50px;
      z-index: 1; }

#r4 {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 30px 0; }
  #r4 .pointtable {
    width: 850px;
    margin: 0 auto; }
    #r4 .pointtable .txindent {
      display: block;
      padding-left: 6.6em;
      text-indent: -6.6em; }
  #r4 dl.pointtable {
    width: 100%;
    margin: 0 auto 80px auto; }

@media screen and (max-width: 767px) {
  #r1 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0; }
    #r1 h2 {
      line-height: 1.7em;
      letter-spacing: 0.05em;
      margin-bottom: 40px; }
    #r1 .r_dl_area1 {
      width: 100%;
      margin: 0 auto;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      #r1 .r_dl_area1 dt {
        width: 100%;
        margin: 0 0 20px 0; }
      #r1 .r_dl_area1 dd {
        width: 90%;
        margin: 0 auto; }

  #r2 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0; }
    #r2 .r_dl_area2 {
      width: 100%;
      margin: 0 auto; }
      #r2 .r_dl_area2 dt {
        width: 100%;
        margin: 0 0 20px 0; }
        #r2 .r_dl_area2 dt ul li {
          margin: 0 0 5px 1em;
          list-style: disc;
          letter-spacing: 0; }
      #r2 .r_dl_area2 dd {
        width: 100%; }

  #r3 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0; }
    #r3 h3 {
      width: 90%;
      margin: 0 auto 25px auto; }
    #r3 .miryokulist {
      width: 90%;
      margin: 0 auto 0px auto; }
      #r3 .miryokulist li {
        width: 100%;
        margin-bottom: 20px; }
        #r3 .miryokulist li h4 {
          font-size: 18px;
          line-height: 1.4em;
          margin-bottom: 10px; }
        #r3 .miryokulist li p {
          line-height: 1.7em;
          letter-spacing: 0; }
    #r3 .slider::after {
      width: 100%;
      height: 25px;
      background: url("../images/common/bg_w.png") left top repeat-x;
      background-size: 64px 25px; }

  #r4 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 20px 0; }
    #r4 .pointtable {
      width: 100%;
      margin: 0 auto; }
      #r4 .pointtable .txindent {
        display: block;
        padding-left: 0;
        text-indent: 0; }
    #r4 dl.pointtable {
      width: 100%;
      margin: 0 auto 50px auto; } }
/* お知らせ
--------------------------------------------------*/
.iarea1 {
  width: 850px;
  margin: 0 auto;
  padding: 70px 0; }
  .iarea1 .infodetailarea {
    width: 100%; }
    .iarea1 .infodetailarea .infodate time {
      display: block;
      width: 100%;
      font-size: 16px;
      line-height: 1.7em;
      letter-spacing: 0.05em; }
    .iarea1 .infodetailarea .infodate h1 {
      width: 100%;
      font-size: 30px;
      line-height: 1.7em;
      letter-spacing: 0;
      margin-bottom: 30px; }
    .iarea1 .infodetailarea p.tx_info {
      width: 100%;
      margin-bottom: 30px; }
    .iarea1 .infodetailarea .imgbox {
      width: 100%;
      margin-bottom: 30px; }
      .iarea1 .infodetailarea .imgbox.p_large {
        width: auto;
        max-width: 100%; }
      .iarea1 .infodetailarea .imgbox.p_medium {
        width: auto;
        max-width: 500px; }
      .iarea1 .infodetailarea .imgbox.p_small {
        width: auto;
        max-width: 350px; }
    .iarea1 .infodetailarea ul.linkarea, .iarea1 .infodetailarea ul.downloadarea {
      width: 100%;
      margin: 0 auto 30px auto; }
      .iarea1 .infodetailarea ul.linkarea li a.i_arrow, .iarea1 .infodetailarea ul.downloadarea li a.i_arrow {
        display: block;
        min-height: 25px;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        background: url("../images/common/arrow.png") left top no-repeat;
        background-size: 25px 25px;
        padding-left: 35px; }
    .iarea1 .infodetailarea a.btn {
      margin: 60px auto 0 auto; }

/* ページネーション */
ul.pagination {
  display: flex;
  display: -webkit-flex;
  width: 400px;
  height: 25px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center; }

ul.pagination li {
  color: #5AA3B8;
  margin-right: 5px;
  line-height: 25px; }

ul.pagination li.dot {
  line-height: 36px; }

ul.pagination li:last-child {
  margin-right: 0; }

ul.pagination li a {
  display: block;
  width: 25px;
  height: 25px;
  color: #5AA3B8;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s ease-out; }

ul.pagination li a:hover {
  text-decoration: underline; }

ul.pagination li a.pageon {
  font-weight: 600;
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  .iarea1 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    .iarea1 .infodetailarea .infodate time {
      display: block;
      width: 100%;
      font-size: 16px;
      line-height: 1.7em;
      letter-spacing: 0.05em; }
    .iarea1 .infodetailarea .infodate h1 {
      width: 100%;
      font-size: 22px;
      line-height: 1.7em;
      letter-spacing: 0;
      margin-bottom: 20px; }
    .iarea1 .infodetailarea p.tx_info {
      width: 100%;
      margin-bottom: 30px; }
    .iarea1 .infodetailarea .imgbox {
      width: 100%;
      margin-bottom: 30px; }
      .iarea1 .infodetailarea .imgbox.p_large {
        width: auto;
        max-width: 100%; }
      .iarea1 .infodetailarea .imgbox.p_medium {
        width: auto;
        max-width: 100%; }
      .iarea1 .infodetailarea .imgbox.p_small {
        width: auto;
        max-width: 100%; }
    .iarea1 .infodetailarea ul.linkarea, .iarea1 .infodetailarea ul.downloadarea {
      width: 100%;
      margin: 0 auto 30px auto; }
      .iarea1 .infodetailarea ul.linkarea li a.i_arrow, .iarea1 .infodetailarea ul.downloadarea li a.i_arrow {
        display: block;
        min-height: 20px;
        font-size: 16px;
        line-height: 20px;
        background: url("../images/common/arrow.png") left top no-repeat;
        background-size: 20px 20px;
        padding-left: 25px; }
    .iarea1 .infodetailarea a.btn {
      margin: 50px auto 0 auto; }

  /* ページネーション */
  ul.pagination {
    display: flex;
    display: -webkit-flex;
    width: 300px;
    height: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center; }

  ul.pagination li {
    color: #5AA3B8;
    margin-right: 5px;
    line-height: 20px; }

  ul.pagination li.dot {
    line-height: 36px; }

  ul.pagination li:last-child {
    margin-right: 0; }

  ul.pagination li a {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease-out; } }
/* contact
--------------------------------------------------*/
.carea1 {
  width: 850px;
  margin: 0 auto;
  padding: 70px 0; }
  .carea1 h2 {
    line-height: 1.6em;
    margin-bottom: 30px; }
  .carea1 p.tx_center {
    margin: 0 0 40px 0; }
    .carea1 p.tx_center a {
      color: #5AA3B8; }

dl.formarea {
  width: 100%;
  margin: 70px auto 20px auto; }
  dl.formarea dt {
    width: 258px;
    padding-top: 10px; }
  dl.formarea dd {
    width: 592px;
    margin-bottom: 10px; }
  dl.formarea label {
    display: block;
    font-size: 18px;
    line-height: 20px; }
    dl.formarea label span {
      display: inline-block;
      width: 45px;
      height: 20px;
      color: #FFF;
      font-size: 13px;
      line-height: 20px;
      background-color: #CF4142;
      border-radius: 10px;
      margin-left: 10px;
      text-align: center; }
  dl.formarea p.formitem1 {
    width: 100%;
    margin: 0 0 30px 0; }
  dl.formarea p.formitem2 {
    width: 100%;
    margin: 0 0 30px 0; }
  dl.formarea .text1 {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    background-color: #FFF;
    padding: 15px; }
  dl.formarea .text2 {
    width: 50%;
    height: 50px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    background-color: #FFF;
    padding: 15px; }
  dl.formarea .text3 {
    width: 80%;
    height: 50px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    background-color: #FFF;
    padding: 15px 10px; }
  dl.formarea .text4 {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    background-color: #FFF;
    margin: 0 5px 0 10px;
    padding: 15px 10px; }
  dl.formarea .textarea1 {
    width: 100%;
    height: 200px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    background-color: #FFF;
    padding: 15px; }
  dl.formarea ul.radioarea {
    width: 100%;
    margin-bottom: 40px; }
    dl.formarea ul.radioarea li {
      margin: 0 0 10px 0;
      text-indent: -1.0em;
      padding-left: 1.0em;
      vertical-align: bottom; }

p.checkbox {
  width: 350px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  background-color: #E6E6E6;
  margin: 0 auto 50px auto; }
  p.checkbox .check1 {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1.0em;
    border: 1px solid #000; }

@media screen and (max-width: 767px) {
  .carea1 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    .carea1 h2 {
      line-height: 1.6em;
      margin-bottom: 20px; }
    .carea1 p.tx_center {
      margin: 0 0 30px 0; }

  dl.formarea {
    width: 100%;
    margin: 40px auto 10px auto; }
    dl.formarea dt {
      width: 100%;
      margin-bottom: 15px;
      padding-top: 0; }
    dl.formarea dd {
      width: 100%;
      margin-bottom: 10px; }
    dl.formarea label {
      display: block;
      font-size: 18px;
      line-height: 20px; }
      dl.formarea label span {
        display: inline-block;
        width: 45px;
        height: 20px;
        color: #FFF;
        font-size: 13px;
        line-height: 20px;
        background-color: #CF4142;
        border-radius: 10px;
        margin-left: 10px;
        text-align: center; }
    dl.formarea p.formitem1 {
      width: 100%;
      margin: 0 0 20px 0; }
    dl.formarea p.formitem2 {
      width: 100%;
      margin: 0 0 20px 0; }
    dl.formarea .text1 {
      width: 100%;
      height: 50px;
      font-size: 16px;
      line-height: 1.6em;
      border: 1px solid #B3B3B3;
      border-radius: 10px;
      background-color: #FFF;
      padding: 15px; }
    dl.formarea .text2 {
      width: 75%;
      height: 50px;
      font-size: 16px;
      line-height: 1.6em;
      border: 1px solid #B3B3B3;
      border-radius: 10px;
      background-color: #FFF;
      padding: 15px; }
    dl.formarea .text3 {
      width: 100%;
      height: 50px;
      font-size: 16px;
      line-height: 1.6em;
      border: 1px solid #B3B3B3;
      border-radius: 10px;
      background-color: #FFF;
      padding: 15px 10px; }
    dl.formarea .text4 {
      width: 50px;
      height: 50px;
      font-size: 16px;
      line-height: 1.6em;
      border: 1px solid #B3B3B3;
      border-radius: 10px;
      background-color: #FFF;
      margin: 0 5px 0 10px;
      padding: 15px 10px; }
    dl.formarea .textarea1 {
      width: 100%;
      height: 200px;
      font-size: 16px;
      line-height: 1.6em;
      border: 1px solid #B3B3B3;
      border-radius: 10px;
      background-color: #FFF;
      padding: 15px; }
    dl.formarea ul.radioarea {
      width: 100%;
      margin-bottom: 20px; }
      dl.formarea ul.radioarea li {
        margin: 0 0 10px 0;
        text-indent: -1.0em;
        padding-left: 1.0em;
        vertical-align: bottom; }

  p.checkbox {
    width: 350px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background-color: #E6E6E6;
    margin: 0 auto 50px auto; }
    p.checkbox .check1 {
      width: 16px;
      height: 16px;
      font-size: 16px;
      line-height: 1.0em;
      border: 1px solid #000; } }
/* プライバシーポリシー
--------------------------------------------------*/
.parea1 {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0; }
  .parea1 h3.tl_privacy {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
    border-bottom: 1px solid #5AA3B8;
    padding: 0 0 10px 70px;
    margin: 60px 0 30px 0; }
  .parea1 p.tx_privacy {
    width: 860px;
    margin: 0 auto; }
  .parea1 ul.privacylist {
    width: 860px;
    margin: 0 auto; }
    .parea1 ul.privacylist li {
      line-height: 1.6em;
      text-indent: -1.0em;
      padding-left: 1.0em;
      margin-top: 10px; }
      .parea1 ul.privacylist li::before {
        content: '・'; }

@media screen and (max-width: 767px) {
  .parea1 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0; }
    .parea1 h3.tl_privacy {
      width: 100%;
      font-size: 24px;
      border-bottom: 1px solid #5AA3B8;
      padding: 0 0 10px 5px;
      margin: 40px 0 15px 0; }
    .parea1 p.tx_privacy {
      width: 100%;
      margin: 0 auto;
      padding: 0 5px; }
    .parea1 ul.privacylist {
      width: 100%;
      margin: 0 auto;
      padding: 0 5px; }
      .parea1 ul.privacylist li {
        line-height: 1.6em;
        text-indent: -1.0em;
        padding-left: 1.0em;
        margin-top: 5px; } }
/* スクロールトリガー
--------------------------------------------------*/
.visible, .invisible {
  opacity: 0.0;
  transition: opacity 0.5s ease; }

.visible {
  opacity: 1.0; }

.visible.translateY, .invisible.translateY {
  transform: translateY(100px);
  transition: all 1s cubic-bezier(0.165, 0.5, 0.44, 1); }

.visible.translateY {
  transform: translateY(0); }

.visible.translateToLeft, .invisible.translateToLeft {
  transform: translateX(100px);
  transition: all 1s cubic-bezier(0.165, 0.5, 0.44, 1); }

.visible.translateToLeft {
  transform: translateX(0); }

.visible.translateToRight, .invisible.translateToRight {
  transform: translateX(-100px);
  transition: all 1s cubic-bezier(0.165, 0.5, 0.44, 1); }

.visible.translateToRight {
  transform: translateX(0); }

@media screen and (max-width: 767px) {
  .photoarea_r .visible.translateToLeft, .invisible.translateToLeft {
    transform: translateX(50px); }

  .photoarea_r .visible.translateToLeft {
    transform: translateX(-50%); }

  .photoarea_r .visible.translateToRight, .invisible.translateToRight {
    transform: translateX(-50px); }

  .photoarea_r .visible.translateToRight {
    transform: translateX(-50%); }

  .photoarea_l .visible.translateToLeft, .invisible.translateToLeft {
    transform: translateX(50px); }

  .photoarea_l .visible.translateToLeft {
    transform: translateX(-50%); }

  .photoarea_l .visible.translateToRight, .invisible.translateToRight {
    transform: translateX(-50px); }

  .photoarea_l .visible.translateToRight {
    transform: translateX(-50%); } }
