@charset "utf-8";

/*===================================
基本設定
===================================*/

/*html*/

html {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,
    "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

/*表示・非表示*/

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id].show\@tb: after {
  display: block;
  content: "モバイル用です。";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id].show\@sp: after {
  display: block;
  content: "モバイル用です。";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/*画像*/

.pic {
  text-align: center;
}

.pic img {
  width: 100%;
}

.radius10 img {
  border-radius: 10px;
  overflow: hidden;
}

/*フォント*/

.font-cmn-sans {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,
    "Yu Gothic", sans-serif;
}

.font-cmn-serif {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
}

/*カラー*/

.color-cmn-black {
  color: #000;
}

.color-cmn-white {
  color: #fff;
}

/*pink*/
.color-cmn-01 {
  color: #7ccae1;
}

/*yellow*/
.color-cmn-02 {
  color: #ffd674;
}

/*背景カラー*/

.bg-cmn-curve {
  background: #e5f4f9;
  position: relative;
  overflow: hidden;
}

.bg-cmn-curve:before {
  content: "";
  width: 120%;
  height: 70%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-bottom-left-radius: 2000px 600px;
  border-bottom-right-radius: 2000px 600px;
  margin-left: -10%;
  margin-right: -10%;
}

.bg-cmn-curve > * {
  position: relative;
  z-index: 1;
}

/* 共通コンテンツ間隔 */

.margin-cmn-all {
  margin-top: 150px;
  margin-bottom: 150px;
}

.margin-cmn-top {
  margin-top: 150px;
}

.margin-cmn-bottom {
  margin-bottom: 150px;
}

.margin-cmn-medium-all {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin-cmn-medium-top {
  margin-top: 100px;
}

.margin-cmn-medium-bottom {
  margin-bottom: 100px;
}

.margin-cmn-small-all {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-cmn-small-top {
  margin-top: 50px;
}

.margin-cmn-small-bottom {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .margin-cmn-all {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .margin-cmn-top {
    margin-top: 120px;
  }

  .margin-cmn-bottom {
    margin-bottom: 120px;
  }

  .margin-cmn-medium-all {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .margin-cmn-medium-top {
    margin-top: 80px;
  }

  .margin-cmn-medium-bottom {
    margin-bottom: 80px;
  }

  .margin-cmn-small-all {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .margin-cmn-small-top {
    margin-top: 40px;
  }

  .margin-cmn-small-bottom {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .margin-cmn-all {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .margin-cmn-top {
    margin-top: 90px;
  }

  .margin-cmn-bottom {
    margin-bottom: 90px;
  }

  .margin-cmn-medium-all {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .margin-cmn-medium-top {
    margin-top: 60px;
  }

  .margin-cmn-medium-bottom {
    margin-bottom: 60px;
  }

  .margin-cmn-small-all {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .margin-cmn-small-top {
    margin-top: 30px;
  }

  .margin-cmn-small-bottom {
    margin-bottom: 30px;
  }
}

.padding-cmn-all {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding-cmn-top {
  padding-top: 150px;
}

.padding-cmn-bottom {
  padding-bottom: 150px;
}

.padding-cmn-medium-all {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-cmn-medium-top {
  padding-top: 100px;
}

.padding-cmn-medium-bottom {
  padding-bottom: 100px;
}

.padding-cmn-small-all {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-cmn-small-top {
  padding-top: 50px;
}

.padding-cmn-small-bottom {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .padding-cmn-all {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding-cmn-top {
    padding-top: 120px;
  }

  .padding-cmn-bottom {
    padding-bottom: 120px;
  }

  .padding-cmn-medium-all {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-cmn-medium-top {
    padding-top: 80px;
  }

  .padding-cmn-medium-bottom {
    padding-bottom: 80px;
  }

  .padding-cmn-small-all {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-cmn-small-top {
    padding-top: 40px;
  }

  .padding-cmn-small-bottom {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .padding-cmn-all {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .padding-cmn-top {
    padding-top: 90px;
  }

  .padding-cmn-bottom {
    padding-bottom: 90px;
  }

  .padding-cmn-medium-all {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-cmn-medium-top {
    padding-top: 60px;
  }

  .padding-cmn-medium-bottom {
    padding-bottom: 60px;
  }

  .padding-cmn-small-all {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-cmn-small-top {
    padding-top: 30px;
  }

  .padding-cmn-small-bottom {
    padding-bottom: 30px;
  }
}

/*===================================
共通ブロック　block-cmn
==================================*/

/* 共通ブロック1 */

.block-cmn-01 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-cmn-01 .flex:not(:last-of-type) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .block-cmn-01 .flex:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .block-cmn-01 .flex:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/* 共通ブロック2 */

.block-cmn-02 .flex:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-cmn-02 .flex:not(:last-of-type) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .block-cmn-02 .flex:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .block-cmn-02 .flex:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/* 共通ブロック3 */

.block-cmn-03 .flex:nth-of-type(2n + 2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-cmn-03 .flex:not(:last-of-type) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .block-cmn-03 .flex:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .block-cmn-03 .flex:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/*===================================
共通タイトル　ttl-cmn
===================================*/

/* 共通タイトル1 */

.ttl-cmn-01 {
  font-size: 36px;
  color: #6d6d6d;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  padding: 50px 0;
  letter-spacing: 3px;
  text-align: center;
}

.ttl-cmn-01:after {
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  background: #eeb3c1;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 1024px) {
  .ttl-cmn-01 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-cmn-01 {
    font-size: 26px;
  }
}

/* 共通タイトル2 */

.ttl-cmn-02 {
  color: #727171;
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  background: url(/import/tenant_1/160.16.151.11/html/images/common/deco.png) 0 0 no-repeat;
  background-size: 36px;
  border-bottom: 1px solid #e8e8e8;
  letter-spacing: 3px;
  padding: 0 0 15px 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .ttl-cmn-02 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-cmn-02 {
    font-size: 20px;
  }
}

/* 共通タイトル3 */

.ttl-cmn-03 {
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  padding: 0 0 15px 30px;
  position: relative;
}

.ttl-cmn-03:before {
  display: block;
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: bold;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  background: #fed673;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .ttl-cmn-03 {
    font-size: 18px;
  }
}

/* 共通タイトル4 */

.ttl-cmn-04 {
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
  margin-bottom: 30px;
  position: relative;
}

.ttl-cmn-04:before {
  content: "";
  width: 145px;
  height: 1px;
  background: #7ccae1;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .ttl-cmn-04 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-cmn-04 {
    font-size: 20px;
  }
}

/* 共通タイトル5 */

.ttl-cmn-05 {
  font-weight: bold;
  color: #727171;
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .ttl-cmn-05 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-cmn-05 {
    font-size: 20px;
  }
}

/* 共通タイトル6 */

.ttl-cmn-06 {
  font-size: 30px;
  color: #6d6d6d;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .ttl-cmn-06 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-cmn-06 {
    font-size: 24px;
  }
}

/*===================================
共通リスト　list-cmn
==================================*/

/* 共通リスト1 */

.list-cmn-01 li {
  font-size: 16px;
  padding: 0 0 5px 25px;
  color: #fff;
  position: relative;
}

.list-cmn-01 li:before {
  display: block;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/* 共通リスト2 */

.list-cmn-02 li {
  padding-left: 15px;
  position: relative;
}

.list-cmn-02 li:not(:last-of-type) {
  margin-bottom: 5px;
}

.list-cmn-02 li:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  top: 4px;
  left: 0;
}

/* 共通リスト3 */

.list-cmn-03 dl:not(:last-of-type) {
  margin-bottom: 15px;
}

.list-cmn-03 dt {
  font-weight: bold;
  margin-bottom: 5px;
}

/* 共通リスト4 */

.list-cmn-04 .flex:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/*===================================
共通ボタン btn-cmn
===================================*/

/* 共通ボタン1 */

/*===================================
共通要素
===================================*/

/*ヘッダー*/

#header {
  padding: 10px 0;
}

#header .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#header h1 {
  width: 100%;
  color: #8f8f8f;
  font-size: 12px;
  margin-bottom: 5px;
}

#header .logo {
  max-width: 200px;
}

#header .info .tit {
  color: #7ccae1;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  text-align: left;
}

#header .info .tel a {
  color: #7ccae1;
  font-size: 34px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .info .tel a:before {
  display: block;
  content: "\f879";
  font-family: "font awesome 5 free";
  font-weight: bold;
  width: 32px;
  height: 32px;
  line-height: 27px;
  font-size: 18px;
  border: solid 3px;
  border-radius: 100%;
  margin-right: 5px;
  text-align: center;
}

#header .right .txt {
  font-size: 10px;
  color: #8f8f8f;
}

.home1 .ttl {
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  #header {
    background: none;
    padding-right: 40px;
  }
  #header .info .tel a {
    font-size: 30px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 599px) {
  /* #header {
    width: 150px;
    padding: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
  } */

  /* #header h1 {
    display: none;
  } */

  /* #header .right {
    display: none;
  } */
}

/*logo-wrap*/

.gnav-wrap {
  margin-top: -60px;
  position: relative;
  z-index: 250;
}

.logo-wrap {
  margin-bottom: 30px;
  text-align: center;
}

.logo-wrap a {
  display: inline-block;
}

.logo-wrap .logo {
  margin-bottom: 45px;
  max-width: 250px;
}

.logo-wrap .name {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .logo-wrap {
    margin-bottom: 0;
  }
}

/*gnav*/

#gnav.fixed {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

#gnav ul {
  max-width: 1200px;
  margin: 0 auto;
}

#gnav li {
  position: relative;
}

#gnav li a {
  display: block;
  color: #7ccae1;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  font-weight: bold;
  padding: 15px 40px;
}

#gnav li + li:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #7ccae1;
  position: absolute;
  top: 0;
  left: 0;
}


#gnav .dropdown {
    cursor: pointer;
}

#gnav .dropdown > a {
    pointer-events: none;
}

#gnav .dropdown ul {
    width: 220px;
    height: 0;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.4s;
    opacity: 0;
    overflow: hidden;
}

[data-element-id] #gnav .dropdown ul {
    height: auto;
    position: static;
    opacity: 1;
    overflow: auto;
}

#gnav .dropdown ul li:not(:last-of-type) {
    border-bottom: solid 1px #7ccae1;
}

#gnav .dropdown ul li:before {
    display: none;
}

#gnav .dropdown:hover ul {
    height: auto;
    opacity: 1;
    overflow: auto;
}

@media only screen and (max-width: 1024px) {
  #gnav li {
    width: 100%;
  }

  #gnav .barger-logo {
    width: 80%;
    max-width: 200px;
    margin-bottom: 40px;
    text-align: center;
  }

  #gnav li a {
    padding: 15px 20px;
  }
  
      #gnav .dropdown ul {
        width: 100%;
        height: auto;
        background: none;
        position: static;
        opacity: 1;
        overflow: auto;
    }
    
    #gnav .dropdown ul li {
        border: none !important;
        padding-left: 10px;
        margin-bottom: 0;
    }
    
    #gnav .dropdown ul li a:before {
        display: inline-block;
        content: "∟";
        margin-right: 5px;
    }
}

/*ハンバーガー*/

@media only screen and (max-width: 1024px) {
  .toggle {
    position: fixed !important;
    top: 10px;
    right: 10px;
    z-index: 251;
    width: 42px;
    height: 42px;
    background: #7ccae1;
    opacity: 0.8;
    cursor: pointer;
    display: block;
  }

  .toggle .bar {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    margin-top: -1px;
    padding: 0;
    width: 28px;
    height: 2px;
    background: #fff;
    text-indent: 9999px;
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
  }

  .toggle .bar:before,
  .toggle .bar:after {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    content: "";
  }

  .toggle .bar:before {
    top: -10px;
  }

  .toggle .bar:after {
    top: 10px;
  }

  .toggle.active .bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .toggle.active .bar:after,
  .toggle.active .bar:before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .barger-body {
    width: 80%;
    max-width: 220px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 250;
  }

  .barger-body.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .barger-inner {
    padding: 80px 15px 100px;
  }

  .overlay {
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }

  .overlay.active {
    opacity: 0.3;
    visibility: visible;
  }
}

/*フッター*/

#footer {
  background: #e5f4f9;
}
#footer h3 a {
  display: inline-block;
  padding: 20px;
}
#footer h3 {
  margin-bottom: 0;
}

#footer .map {
  width: 100%;
  height: 280px;
}

.footnav li {
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  margin: 15px 0;
  position: relative;
}

.footnav li + li:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #7ccae1;
  position: absolute;
  top: 0;
  left: 0;
}

.footnav a {
  display: block;
  color: #7ccae1;
  font-weight: bold;
  padding: 5px 18px;
}

#footer .copy {
  color: #8f8f8f;
  text-align: center;
}

.totop {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  position: fixed;
  z-index: 99;
  bottom: 2%;
  right: 2%;
}

[data-element-id] .ftel .conbtn {
  display: inline-block;
  position: static;
}

/* .ftel .conbtn {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 50;
} */

.ftel .conbtn a {
  color: #fff;
  background: rgba(254, 138, 0, 0.8);
  border-radius: 10px 0 0 10px;
  padding: 20px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ftel .conbtn img {
  width: 35px;
}

/* .ftel .conbtn a:before {
  display: block;
  content: "\f0e0";
  font-family: "font awesome 5 free";
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 5px;
} */

[data-element-id] .ftel .conbtn a .txt {
  -ms-writing-mode: initial;
  -webkit-writing-mode: initial;
  writing-mode: initial;
  vertical-align: middle;
}

.ftel .conbtn a .txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  margin-top: 10px;
  letter-spacing: 0.2em;
}

.ftel .conbtn a .txt .br {
  display: block;
}

[data-element-id] .ftel .tel {
  display: block;
}

.ftel .tel {
  display: none;
  width: 50%;
  color: #f9ba00;
  font-size: 34px;
}

.ftel .tel a {
  color: #7ccae1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftel .tel a:before {
  display: block;
  content: "\f879";
  font-family: "font awesome 5 free";
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 20px;
  border: solid 3px;
  border-radius: 100%;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .totop {
    bottom: 90px;
  }

  .ftel .tel {
    width: 48%;
    display: block;
    position: fixed;
    left: 2%;
    bottom: 15px;
    z-index: 50;
  }

  /* .ftel .conbtn {
    width: 45%;
    top: auto;
    right: 3%;
    bottom: 15px;
  } */

  .ftel .conbtn a {
    font-size: 18px;
    border-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ftel .conbtn a:before {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle;
  }

  .ftel .conbtn a .txt {
    display: inline-block;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    vertical-align: middle;
  }

  .ftel .conbtn a .txt .br {
    display: none;
  }

  .footnav a {
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 599px) {
  #footer {
    padding-bottom: 70px;
  }

  .totop {
    bottom: 70px;
  }

  .ftel .tel {
    font-size: 18px;
    font-weight: bold;
    bottom: 20px;
  }

  .ftel .tel a:before {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 12px;
    border: solid 2px;
    margin-right: 5px;
  }

  .ftel .conbtn a {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
  }

  .ftel .conbtn a:before {
    font-size: 16px;
  }

  .footnav li {
    margin: 7px 0;
  }

  .footnav a {
    font-size: 12px;
    padding: 2px 10px;
  }
}

/* A-BiSUスライダー用 */

.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
}

.mainimg .uk-slideshow {
  height: 100% !important;
}

.mainimg .uk-slideshow > li {
  height: 100% !important;
}

.mainimg .uk-slideshow > li > div {
  height: 100% !important;
}

/*===================================
トップページ
===================================*/

/*header*/

#header {
  width: 100%;
  max-width: 480px;
  background: #e5f4f9;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  right: calc(50% - 500px);
  z-index: 10;
}

#header .left {
  width: 100%;
}

#header .right {
  width: 100%;
}

#header h1 {
  text-align: center;
}

#header .logo {
  display: none;
}

#header .right .txt {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  #header {
    padding: 10px;
    left: 0;
    right: auto;
    max-width: 100%;
    border-radius: 0;
  }
}

@media only screen and (max-width: 599px) {
  /* .index #header {
    width: 150px;
    background: none;
    padding: 0;
    position: fixed;
    top: 10px;
    left: 10px;
  } */

  /* .index #header .logo {
    display: block;
  } */
}

/*home-slide*/

.mainimg {
  overflow: hidden;
}

.mainimg .pic {
  width: 120%;
  height: 600px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 2000px 600px;
  border-bottom-right-radius: 2000px 600px;
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 10%;
  padding-right: 10%;
}

.mainimg .pic li > div {
  position: relative;
  height: 100%;
}
.mainimg .pic * {
  height: 100%;
}
.mainimg .pic li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media only screen and (max-width: 1024px) {
  .mainimg .pic {
    height: 500px;
  }
}

@media only screen and (max-width: 599px) {
  .mainimg .pic {
    height: 350px;
  }
}


/*home0*/
.home0 .txt {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
}
.home0 .inner{
   border: 1px solid #7ccae1;
    padding:50px;
}
.home0 .ttl-cmn-05{
  color: #7ccae1;
}
.home0 .inner ul{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;
  margin:10px auto;
  background-color:#e5f4f9;
  color:#0AA5EB;
    padding:30px 30px 30px 40px;
    list-style-type:disc;
}

@media only screen and (max-width: 599px) {
   .home0 .inner{
    padding: 40px 20px;
  } 
}


/*home1*/

.home1 .txt {
  color: #727171;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  padding: 0 0 20px 0;
  text-align: center;
}

/*home2*/

.home2.bg-cmn-curve:before {
  height: 50%;
}

.home2 .no1 li {
  width: 80%;
  margin-bottom: 40px;
}

.home2 .no1 li:nth-of-type(2n) {
  margin-left: auto;
}

.home2 .no2 .item {
  display: block;
  background: #7ccae1;
  position: relative;
}

.home2 .no2 .item .pic {
  opacity: 0.55;
}

.home2 .no2 .item .tit {
  width: 95%;
  color: #fff;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .home2 .no1 li {
    margin-bottom: 30px;
  }

  .home2 .no2 .item .tit {
    font-size: 18px;
  }
}

@media only screen and (max-width: 599px) {
  .home2 .no1 li {
    margin-bottom: 20px;
  }

  .home2 .no2 .item .tit {
    font-size: 16px;
  }
}

/*home-nayami*/

.home-nayami .col {
  max-width: 788px;
  margin: 0 auto;
}

.home-nayami .item {
  display: block;
}

.home-nayami .item .pic {
  background: #7ccae1;
}

.home-nayami .item .pic img {
  opacity: 0.4;
}

.home-nayami .item .tit {
  color: #7ccae1;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
}

/*home3*/

.home3.bg-cmn-curve:before {
  height: 176px;
  border-bottom-left-radius: 800px 300px;
  border-bottom-right-radius: 800px 300px;
}

.home3 .no1 .item {
  display: block;
  width: 80%;
  background: #7ccae1;
  margin-bottom: 40px;
  position: relative;
}

.home3 .no1 .item:nth-of-type(2n) {
  margin-left: auto;
}

.home3 .no1 .item .pic {
  opacity: 0.4;
}

.home3 .no1 .item .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 250px;
  width: 95%;
  border: 1px solid #fff;
  text-align: center;
  z-index: 1;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  color: #fff;
  padding: 16px 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.home3 .no3 .col {
  max-width: 800px;
  margin: 0 auto;
}

.home3 .no3 .item {
  display: block;
}

.home3 .no3 .tit {
  font-weight: bold;
  color: #7ccae1;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  padding-top: 10px;
  text-align: center;
}

.home3 .no3 .img {
  display: block;
  background: #7ccae1;
  text-align: center;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
}

.home3 .no3 .img img {
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .home3 .no1 .item {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .home3 .no1 .item {
    margin-bottom: 20px;
  }

  .home3 .no3 .tit {
    font-size: 14px;
  }
}

/*home-reason*/

.home-reason .item .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  background: rgba(254, 138, 0, 0.8);
  border-radius: 100%;
  margin: -20px auto 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-reason .item .tit {
  font-size: 18px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  margin-bottom: 20px;
  text-align: center;
  color: #7ccae1;
}

/*home-news*/

.home-news .ttlbox {
  margin-bottom: 10px;
}

.home-news .ttlbox .ttl {
  margin-bottom: 0;
}

.home-news .ttlbox .more a {
  padding: 5px 0;
}

.home-news .ttlbox .more a:after {
  display: inline-block;
  content: "\f0c9";
  font-family: "font awesome 5 free";
  font-weight: bold;
  margin-left: 10px;
}

.home-news .item {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 10px;
}

.home-news .width:nth-child(1) .item,
.home-news .width:nth-child(2) .item {
  position: relative;
  border-top: 1px solid #e8e8e8;
}

.home-news .width:nth-child(1) .item:before,
.home-news .width:nth-child(2) .item:before {
  content: "";
  width: 145px;
  height: 1px;
  background: #7ccae1;
  position: absolute;
  top: -1px;
  left: 0;
}

.home-news .item .date {
  color: #b3b3b3;
  font-size: 12px;
}

.home-news .item .cate span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background: #7ccae1;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}

@media only screen and (max-width: 599px) {
  .home-news .item {
    width: 100%;
    margin-right: 0;
  }

  .home-news .width:nth-child(2) .item {
    border-top: none;
  }

  .home-news .width:nth-child(2) .item:before {
    display: none;
  }
}

/*home-rec*/

.home-rec .item {
  display: block;
  max-width: 750px;
  background: #7ccae1;
  margin: 0 auto;
  position: relative;
}

.home-rec .pic {
  position: relative;
  opacity: 0.4;
}

.home-rec .tit {
  width: 95%;
  max-width: 250px;
  color: #fff;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 16px 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*===================================
下層ページ
===================================*/

/*subimg*/

.subimg {
  overflow: hidden;
}

.subimg .pic {
  width: 120%;
  height: 600px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 2000px 600px;
  border-bottom-right-radius: 2000px 600px;
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 10%;
  padding-right: 10%;
}

@media only screen and (max-width: 1024px) {
  .subimg .pic {
    height: 400px;
  }
}

@media only screen and (max-width: 599px) {
  .subimg .pic {
    height: 300px;
  }
}

/*guide*/

.guide1 .tbox dt {
  padding: 0 0 15px 30px;
  position: relative;
}

.guide1 .tbox dt:before {
  display: block;
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: bold;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #ffd674;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
}

.guide1 .tbox .table {
  border-top: #7f7f7f 1px dotted;
  padding-top: 20px;
}

.guide1 .tbox table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.guide1 .tbox thead th {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  background: #7ccae1;
}

.guide1 .tbox thead td {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  background: #7ccae1;
}

.guide1 .tbox th {
  width: 120px;
  border: solid 1px #e8e8e8;
}

.guide1 .tbox td {
  width: 50px;
  text-align: center;
  border: solid 1px #e8e8e8;
}

.guide1 .tbox td .r {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 1024px) {
  .guide1 .tbox h4 .s {
    font-size: 16px;
  }
    .guide1 .tbox td {
      font-size: 13px;
    }
}

@media only screen and (max-width: 599px) {
  .guide1 .pic {
    width: 100%;
    text-align: center;
  }

  /* .guide1 .pic img {
    width: auto;
  } */

  .guide1 .tbox {
    width: 100%;
  }

  .guide1 .tbox th {
    font-size: 12px;
  }

  .guide1 .tbox td {
    font-size: 12px;
  }
}

.guide2 li {
  padding: 0 0 34px 0;
}

.guide3 .wrap {
  max-width: 600px;
  margin: 0 auto;
}

.guide3 .wrap .img {
  padding: 0 0 20px 0;
}

/*concept*/

.concept1 .tbox .txt {
  line-height: 2;
  text-align: center;
}

/*staff*/

.staff1 .tbox h3 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  border-bottom: 1px dotted #7f7f7f;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.staff1 .tbox h3 .en {
  color: #727171;
  font-size: 12px;
}

.staff2 .flex {
  background: #e5f4f9;
  padding: 40px 20px;
  border-radius: 10px;
}

.staff2 dd {
  padding: 0 0 0 15px;
  position: relative;
}

.staff2 dd:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #7ccae1;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .staff2 .flex {
    padding: 20px;
  }
}

/*recruit*/

.rec2 .list {
  border-radius: 10px;
  overflow: hidden;
}

.rec2 .list dl {
  width: 14%;
  background: #7ccae1;
  padding: 20px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rec2 .list dl + dl:before,
.rec2 .list dl + dl:after {
  content: "";
  width: 2px;
  height: 50.5%;
  background: #fff;
  position: absolute;
}

.rec2 .list dl + dl:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.rec2 .list dl + dl:after {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.rec2 .list dt {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.rec2 .list dt:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 5px auto 0 auto;
}

.rec2 .list dd {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.rec3 .box {
  max-width: 720px;
  margin: 0 auto;
}

.rec3 .more {
  text-align: center;
  margin-top: 40px;
}
.rec3 .more a {
    display: inline-block;
    width: 200px;
    color: #7ccae1;
    border: 1px solid #7ccae1;
    padding: 5px;
    text-align: center;
}

.rec3 dl {
  border-bottom: 1px dotted #7f7f7f;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.rec3 dt {
  width: 200px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
}

.rec3 dt:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #7ccae1;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 0;
}

.rec3 dd {
  width: calc(100% - 250px);
}

@media only screen and (max-width: 1024px) {
  .rec2 .list dt {
    font-size: 20px;
  }

  .rec2 .list dd {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .rec2 .list dl {
    width: 100%;
  }

  .rec2 .list dl + dl:before,
  .rec2 .list dl + dl:after {
    width: 15%;
    height: 2px;
  }

  .rec2 .list dl + dl:before {
    left: auto;
    right: 49.8%;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  .rec2 .list dl + dl:after {
    top: 0;
    bottom: auto;
    left: 49.8%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  .rec3 dt {
    width: 100%;
    margin-bottom: 5px;
  }

  .rec3 dd {
    width: 100%;
    padding-left: 20px;
  }
}

/*menu*/

.menu1 .table {
  border: 1px solid #e8e8e8;
}

.menu1 dl:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.menu1 dt {
  font-weight: bold;
  background: #e5f4f9;
  padding: 15px;
}

.menu1 dd {
  border-left: 1px solid #e8e8e8;
}

.menu1 .col3 dt {
  width: 35%;
}

.menu1 .col3 dd {
  width: 65%;
}

.menu1 .col3 dd ul:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.menu1 .col3 dd .flex01 li {
  width: 60%;
  padding: 15px;
}

.menu1 .col3 dd .flex01 li:nth-child(2) {
  width: 40%;
  border-left: 1px solid #e8e8e8;
  text-align: right;
}

.menu1 .col3 dd .flex02 > li {
  width: 60%;
  padding: 15px;
}

.menu1 .col3 dd .flex02 > li:nth-of-type(2) {
  width: 40%;
  border-left: 1px solid #e8e8e8;
  padding: 0;
  text-align: right;
}

.menu1 .col3 dd .flex02 li li {
  padding: 15px;
}

.menu1 .col3 dd .flex02 li li:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.menu1 .col2 dt {
  width: 65%;
}

.menu1 .col2 dd {
  width: 35%;
  padding: 15px;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .menu1 .col3 dt {
    width: 100%;
    padding: 10px;
  }

  .menu1 .col3 dd {
    width: 100%;
    border: none;
  }

  .menu1 .col3 dd .flex01 li {
    padding: 10px;
  }

  .menu1 .col3 dd .flex02 > li {
    padding: 10px;
  }

  .menu1 .col3 dd .flex02 li li {
    padding: 10px;
  }

  .menu1 .col2 dt {
    width: 100%;
    padding: 10px;
  }

  .menu1 .col2 dd {
    width: 100%;
    border: none;
    padding: 10px;
  }
}

/*ippan*/

/* .ippan2 {
  background: linear-gradient(
    115deg,
    rgba(244, 191, 201, 1) 0%,
    rgba(244, 191, 201, 1) 50%,
    rgba(241, 177, 188, 1) 50%,
    rgba(241, 177, 188, 1) 50%,
    rgba(244, 191, 201, 1) 50%,
    rgba(241, 177, 188, 1) 50%,
    rgba(241, 177, 188, 1) 100%
  );
  position: relative;
  overflow: hidden;
} */
.ippan2 {
  background: linear-gradient(
    115deg,
    rgb(93 211 235) 0%,
    #4cd5ee 50%,
    rgb(78 213 237) 50%,
    rgb(78 213 238) 50%,
    rgb(79 213 238) 50%,
    rgb(185 242 255) 50%,
    rgb(184 243 255) 100%
  );
  position: relative;
  overflow: hidden;
}

.ippan2 .ttl {
  color: #fff;
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  padding-bottom: 10px;
  padding-right: 55%;
  position: relative;
}

.ippan2 .ttl:before {
  content: "";
  width: 400%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -200%;
}

.ippan2 .pic {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.ippan2 .tbox {
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .ippan2 .ttl {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .ippan2 .pic {
    margin-top: 0;
  }
}

.ippan3 .flex:not(:last-of-type) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .ippan3 .flex:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .ippan3 .flex:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.ippan4 .flex:not(:last-of-type) {
  margin-bottom: 50px;
}

.ippan4 .tbox .label {
  color: #fff;
  background: #7ccae1;
  border-radius: 15px;
  padding: 0 1.5em;
  margin-right: 1em;
}

.ippan4 .tbox .ttl02 {
  font-size: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .ippan4 .flex:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .ippan4 .flex:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.ippan5 .txt {
  margin-bottom: 30px;
}

.ippan5 .table {
  max-width: 700px;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
}

.ippan5 .table dl:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.ippan5 .table dt {
  padding: 10px;
  text-align: center;
}

.ippan5 .table dt img {
  width: 80%;
  max-width: 120px;
}

.ippan5 .table dt strong {
  display: block;
  color: #7ccae1;
  margin-top: 5px;
}

.ippan5 .table dd {
  border-left: 1px solid #e8e8e8;
  padding: 10px;
}

.ippan5 .table .th dt {
  color: #fff;
  font-size: 16px;
  background: #7ccae1;
  text-align: center;
}

.ippan5 .table .th dd {
  color: #fff;
  font-size: 16px;
  background: #7ccae1;
  border-color: #fff;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .ippan5 .table dt {
    font-size: 12px;
    padding: 5px;
  }

  .ippan5 .table dd {
    font-size: 12px;
    padding: 5px;
  }

  .ippan5 .table .th dt {
    font-size: 14px;
  }

  .ippan5 .table .th dd {
    font-size: 14px;
  }
}

.ippan6 .table {
  max-width: 600px;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
}

.ippan6 .table dl:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.ippan6 .table dt {
  text-align: center;
  padding: 10px;
}

.ippan6 .table dd {
  border-left: 1px solid #e8e8e8;
  padding: 10px;
}

.ippan6 .table dt img {
  width: 80%;
  max-width: 120px;
}

.ippan6 .table dt strong {
  display: block;
  color: #7ccae1;
  font-size: 16px;
  margin-top: 5px;
}

.ippan6 .table .th dt {
  color: #fff;
  font-size: 16px;
  background: #7ccae1;
  border-color: #fff;
  text-align: center;
}

.ippan6 .table .th dd {
  color: #fff;
  font-size: 16px;
  background: #7ccae1;
  border-color: #fff;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .ippan6 .table dt {
    padding: 5px;
  }

  .ippan6 .table dt strong {
    font-size: 14px;
  }

  .ippan6 .table dd {
    font-size: 12px;
    padding: 5px;
  }

  .ippan6 .table .th dt {
    font-size: 14px;
  }

  .ippan6 .table .th dd {
    font-size: 14px;
  }
}

/*faq*/

.faqlist .item:not(:last-of-type) {
  margin-bottom: 80px;
}

.faqlist .item dt {
  color: #fff;
  font-size: 16px;
  background: #7ccae1;
  padding: 15px 15px 15px 70px;
  margin-bottom: 20px;
  position: relative;
}

.faqlist .item dt .q {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #7ccae1;
  font-size: 34px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 10px;
}

.faqlist .item dd {
  min-height: 45px;
  padding: 10px 0 0 70px;
  position: relative;
}

.faqlist .item dd .a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  background: #7ccae1;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 10px;
}

.faqlist .item dd .txt {
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .faqlist .item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 599px) {
  .faqlist .item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .faqlist .item dt {
    padding: 10px 10px 10px 55px;
    margin-bottom: 10px;
  }

  .faqlist .item dt .q {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
  }

  .faqlist .item dd {
    min-height: 35px;
    padding: 5px 0 0 55px;
  }

  .faqlist .item dd .a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
  }
}

/*contact*/

.contactwrap .wrap {
  max-width: 760px;
  margin: 0 auto;
  width: 95%;
}

.contactwrap .wrap .ch {
  color: #ac3b3b;
  margin-bottom: 10px;
}

.contactwrap .table {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 40px;
}

.form dl {
  border-bottom: 1px dotted #7f7f7f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.form dl:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form dt {
  width: 200px;
  font-weight: bold;
}

.form dt strong {
  color: #ac3b3b;
}

.form dd {
  width: calc(100% - 200px);
}

.form dd li {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form dd li label {
  line-height: 1;
  margin-left: 5px;
}

.form dd dl {
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.form dd dt {
  width: 70px;
  text-align: right;
  font-weight: normal;
}

.form dd dd {
  width: calc(100% - 80px);
}

.form dd .size1,
.form dd .size2 {
  border: #e8e8e8 1px solid;
  padding: 5px;
}

.form dd .size1 {
  width: 100%;
}

.form dd .size2 {
  width: 80%;
  max-width: 200px;
}

.form dd textarea {
  width: 100%;
  height: 180px;
  border: #e8e8e8 1px solid;
}

.form .formbtn {
  text-align: center;
}

.form .formbtn li {
  width: 45%;
  max-width: 200px;
  display: inline-block;
  margin: 0 2%;
  vertical-align: middle;
}

.form .formbtn button {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  background: #7ccae1;
  border: none;
  padding: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .contactwrap .table {
    padding: 15px;
  }

  .form dt {
    width: 100%;
    margin-bottom: 5px;
  }

  .form dd {
    width: 100%;
  }

  .form dd dt {
    text-align: left;
  }

  .form .formbtn button {
    font-size: 18px;
  }
}

/*blog*/

.side dl:not(:last-of-type) {
  margin-bottom: 100px;
}

.side dt {
  color: #7ccae1;
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  margin-bottom: 20px;
  text-align: center;
}

.side dd {
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
}

.side dd:not(:last-of-type) {
  margin-bottom: 10px;
}

.side dd a {
  color: #727171;
}

@media only screen and (max-width: 1024px) {
  .side dl:not(:last-of-type) {
    margin-bottom: 80px;
  }

  .side dt {
    font-size: 26px;
  }

  .side dd {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .main-column {
    margin-bottom: 60px;
  }

  .side dl:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .side dt {
    font-size: 24px;
  }

  .side dd {
    font-size: 16px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bloglist .item {
  margin-bottom: 50px;
}

.bloglist .item .date {
  color: #b3b3b3;
  font-size: 12px;
}

.bloglist .item .cate span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background: #7ccae1;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}

.bloglist .item .tit {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bloglist .item .more {
  text-align: right;
}

.bloglist .item .more a {
  display: inline-block;
  width: 120px;
  color: #7ccae1;
  border: 1px solid #7ccae1;
  padding: 5px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .bloglist .item {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .bloglist .item {
    margin-bottom: 30px;
  }
}

.pagenav li {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho",
    "Yu Mincho", "游明朝体", serif;
  font-size: 30px;
}

.pagenav li a {
  color: #c2c2c2;
  padding: 5px 15px;
}

.pagenav .prev a,
.pagenav .next a {
  color: #7ccae1;
}

.pagenav .now {
  color: #727171;
  padding: 5px 15px;
}

@media only screen and (max-width: 1024px) {
  .pagenav li {
    font-size: 26px;
  }
}

@media only screen and (max-width: 599px) {
  .pagenav li {
    font-size: 22px;
  }
}

.single {
  padding-left: 30px;
  border-left: 1px solid #7ccae1;
}

.single .meta .date {
  color: #b3b3b3;
  font-size: 12px;
}

.single .meta .cate span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background: #7ccae1;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}

.single .tit {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.single .back {
  text-align: right;
  margin-top: 30px;
}

.single .back a {
  display: inline-block !important;
  border: 1px solid #7ccae1;
  color: #7ccae1;
  padding: 3px 17px;
}

@media only screen and (max-width: 1024px) {
  .single {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .single {
    padding-left: 10px;
  }
}

.recommend .item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.recommend .item .date {
  color: #b3b3b3;
  font-size: 12px;
}

.recommend .item .cate span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background: #7ccae1;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}

.recommend .item .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*news*/

.news-wrap .bloglist dl {
  padding-left: 30px;
  border-left: 1px solid #7ccae1;
}

@media only screen and (max-width: 1024px) {
  .news-wrap .bloglist dl {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .news-wrap .bloglist dl {
    padding-left: 10px;
  }
}

.news-wrap .blog1 .box dl {
  width: auto;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 300px;
}

/* 追加CSS */

/* index */

.home3 .no3 .item .pic {
  border-radius: 50%;
  overflow: hidden;
}
.home-reason .ttl-cmn-05 {
  margin-bottom: 50px;
}
.snsnav {
  margin: 30px 0;
}
.snsnav li {
  margin: 0 15px;
}
.snsnav li a {
  color: #6d6d6d;
  font-size: 50px;
  line-height: 1;
}
.side-btn {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 300;
}
.ftel .conbtn:first-child {
  margin-bottom: 20px;
}
.ftel .conbtn.line-btn a {
  background: rgba(3, 194, 3, 0.7);
}
.ftel .line-btn i {
  font-size: 40px;
}
.home-greet .right .name {
  text-align: right;
  color: #727171;
  font-weight: bold;
}
#footer h3.ttl {
  letter-spacing: inherit;
}

@media only screen and (max-width: 1024px) {
  .side-btn {
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    right: 0;
  }
  .ftel .conbtn:first-child {
    margin-bottom: 0;
  }
  .ftel .conbtn a {
    border-radius: 0;
    height: 100%;
    padding: 10px 0;
  }
  .ftel .conbtn a .txt {
    margin-top: 0;
    margin-left: 8px;
    letter-spacing: inherit;
  }
  #header h1 {
    text-align: left;
    font-size: 11px;
  }
  .head-under {
    width: 400px;
    margin-left: auto;
  }
  #gnav li a {
    height: auto;
    display: block !important;
    padding: 8px 14px 8px 14px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1px;
  }
  #gnav li + li:before {
    content: none;
  }
  #gnav li {
  }
  .home-reason .item .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-reason .item .txt {
    font-size: 14px;
  }
  .home-greet .left .txt {
    font-size: 14px;
  }
  .home-greet .right .name {
    font-size: 14px;
  }
  .home-news .tit a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .head-under {
    width: 100%;
  }
  #header h1 {
    font-size: 10px;
    padding-right: 50px;
  }
  #header .info .tit {
    font-size: 10px;
    margin-right: 5px;
  }
  #header .info .tel a {
    font-size: 18px;
  }
  #header .info .tel a:before {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 12px;
  }
  .home1 .txt {
    font-size: 14px;
    text-align: left;
  }
  .home3 .no1 .item .tit {
    font-size: 18px;
    padding: 12px 0;
  }
  .home-greet .right .name {
    font-size: 18px;
  }
  .home-news .ttlbox {
    margin-bottom: 5px;
  }
  .barger-inner {
    padding: 55px 15px 100px;
  }
  #gnav .barger-logo {
    margin-bottom: 10px;
  }
  #gnav li a {
    padding: 7px 10px 7px 10px;
    font-size: 13px;
  }
  .logo-wrap .logo {
    margin-bottom: 20px;
  }
  .home1 h2 {
    margin-bottom: 20px;
  }
  .home-news .item {
    padding: 10px 8px;
  }
  .home-news .item .cate span {
    margin: 0 8px 0 0;
  }
  .snsnav {
    margin: 0 0 15px 0;
  }
  .snsnav li a {
    font-size: 42px;
  }
  #footer .copy {
    font-size: 11px;
  }
  .footnav {
    margin-bottom: 15px;
  }
  .home-reason .item .tit {
    height: auto !important;
  }
  .ftel .conbtn img {
    width: 25px;
  }
  .ftel .line-btn i {
    font-size: 25px;
  }
  .home-news .more a {
    font-size: 14px;
  }
}

/* staff */

.staff2 .right dd:before {
  content: none;
}

.fc .fc-toolbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.staff4.guide2 li a {
  text-decoration: underline;
}
@media only screen and (max-width: 599px) {
  .staff2 .right dd {
    padding: 0;
  }
  .staff2 dd:before {
    top: 8px;
  }
}

/* with */

.with1 {
  overflow: hidden;
}
.btn-list a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border: 2px solid;
}
.btn-list .re01 a {
  border-color: #eb6877;
  color: #eb6877;
}
.btn-list .re02 a {
  border-color: #03c303;
  color: #03c303;
}
.btn-list .re03 a {
  border-color: #00a0e9;
  color: #00a0e9;
}
.btn-list .re04 a {
  border-color: #eb6877;
  color: #eb6877;
}
.tel-box .tel a {
  font-size: 30px;
  font-weight: bold;
  color: #727171;
}

.picwrap .picbox:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.with3list {
  overflow: hidden;
}

.with3list .pic {
  border-radius: 100%;
  overflow: hidden;
}
.more01 {
  margin-top: 20px;
  text-align: center;
}
.more01 a {
  display: inline-block;
  width: 180px;
  color: #00a0e9;
  border: 1px solid #00a0e9;
  padding: 10px;
  text-align: center;
}

.with5con1 {
  background: #e5f4f9;
  padding: 20px;
}

@media only screen and (max-width: 599px) {
  .bloglist .item .tit {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .bloglist .item .cate span {
    margin: 0 10px 0 0;
  }
}

/* recruit */
.rec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rec-list li {
  font-size: 13px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 1000px;
  background: #e5f4f9;
  color: #6cb1c5;
  margin: 1%;
}

@media only screen and (max-width: 1024px) {
  .rec3 dt:before {
    top: 6px;
  }
}

@media only screen and (max-width: 599px) {
  .rec1 h3.ttl {
    font-size: 14px;
  }
  .rec-list li {
    font-size: 11px;
    padding: 3px 8px;
  }
}

/* 見たまま編集 */

[data-element-id] .side-btn {
  position: absolute;
  width: 150px;
}
[data-element-id] .ftel .conbtn {
  display: block;
}
[data-element-id] .barger-logo img {
  width: 120px;
}
[data-element-id] .totop {
  position: absolute;
}
[data-element-id] .home2 .no2 .item .tit {
  position: absolute!important;
}
[data-element-id] .home3 .no1 .item .tit {
  position: absolute!important;
}
[data-element-id] .home-rec .tit {
  position: absolute!important;
}
[data-element-id] #header {
  position: static;
}

/* 2025/04/18 */
.uk-lb:hover{
  cursor: pointer;
}

/* 2025/04/24 */

@media screen and (max-width:599px) {
 .maxwidth-none-sp{
  max-width: none;
 }
}

/* 2026/08/10 */

@media screen and (min-width:600px) {
 #footer .conbtn.pc-none{
   display: none;
 }
 
 #footer .conbtn.sp-block{
 display: none;
}
}

@media screen and (max-width:599px) {
 #footer .conbtn.pc-block{
   display: none;
 }
 
 #footer .conbtn.sp-block{
 display: block;
}
}


[data-element-id].conbtn.line-btn.type-a.fead-mv.pc-none.sp-block{
  position: relative;
  margin-bottom: 40px;
}

[data-element-id].conbtn.line-btn.type-a.fead-mv.pc-none.sp-block::before {
    content: "タブレット以下表示";
    background: #fff;
    color: red;
    padding: 5px;
    width: 100%;
    display: block;
    font-weight: bold;
    text-align: center;
}

[data-element-id].conbtn.line-btn.type-a.fead-mv.sp-none.pc-block{
  position: relative;
}

[data-element-id].conbtn.line-btn.type-a.fead-mv.sp-none.pc-block::before {
    content: "PC表示";
    background: #fff;
    color: red;
    padding: 5px;
    width: 100%;
    display: block;
    font-weight: bold;
    text-align: center;
}

/* ========================================
   提携駐車場のご案内
======================================== */

.top-parking-notice {
  padding: 70px 20px;
  background: #e5f4f9;
}

.top-parking-notice__inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.top-parking-notice__heading {
  margin-bottom: 28px;
  text-align: center;
}

.top-parking-notice__en {
  margin-bottom: 7px;
  color: #9ccfdd;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.top-parking-notice__title {
  margin: 0;
  color: #62bfd8;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.top-parking-notice__box {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 34px 40px;
  background: #fff;
  border: 1px solid #b9deea;
  box-sizing: border-box;
}

.top-parking-notice__icon {
  display: flex;
  flex: 0 0 78px;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background: #68c5df;
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(82, 173, 198, 0.12);
}

.top-parking-notice__icon span {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}

.top-parking-notice__content {
  flex: 1;
}

.top-parking-notice__lead {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 11px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.top-parking-notice__text {
  color: #666;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.top-parking-notice__text strong {
  color: #4eb7d4;
  font-weight: 500;
} 

.top-parking-notice__old {
  color: #777;
}


/* ========================================
   Tablet
   1024px以下
======================================== */

@media screen and (max-width: 1024px) {

  .top-parking-notice {
    padding: 60px 30px;
  }

  .top-parking-notice__box {
    gap: 24px;
    padding: 30px 34px;
  }

}


/* ========================================
   Smartphone
   599px以下
======================================== */

@media screen and (max-width: 599px) {

  .top-parking-notice {
    padding: 45px 20px;
  }

  .top-parking-notice__heading {
    margin-bottom: 22px;
  }

  .top-parking-notice__en {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .top-parking-notice__title {
    font-size: 19px;
  }

  .top-parking-notice__box {
    display: block;
    padding: 28px 22px 26px;
    text-align: center;
  }

  .top-parking-notice__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 20px;
  }

  .top-parking-notice__icon span {
    font-size: 36px;
  }

  .top-parking-notice__lead {
    margin-bottom: 14px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .top-parking-notice__lead::after {
    right: 0;
    left: 0;
    margin: auto;
  }

  .top-parking-notice__text {
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }

  .top-parking-notice__text strong {
    font-size: 15px;
  }

}
