@charset "UTF-8";
/*****************************************************************
コーポレートサイト ベースレイアウト設定ファイル（common_kenkouclub.css）
      - Version: 1.0.0 (2017/09/04)
      - Create:  (2017/09/04)
      - Release: (yyyy/mm/dd)
*****************************************************************/
/*==========================================
/
/  1■body
/  2■common
/  3■header
/  4■breadcrumbs
/  5■title
/  6■footer
/  7■slider(top)
/  8■contents
/  9■news
/ 10■free
/
==========================================*/
/******************************************************************
  1■body
*****************************************************************/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.6rem;
  color: #252525;
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
}

/******************************************************************
  2■common
*****************************************************************/
a {
  color: #352216;
  text-decoration: underline;
  transition: opacity 0.25s linear;
}
a:link {
  color: #352216;
  text-decoration: underline;
}
@media (min-width: 992px) {
  a:hover {
    color: #352216;
    text-decoration: none;
  }
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.link-arrow {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
a.link-arrow::before, a.link-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  vertical-align: middle;
  opacity: 1;
}
a.link-arrow::before {
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #352216;
  border-right: 1px solid #352216;
  transform: rotate(45deg);
}

.anchor {
  padding-top: 104px;
  margin-top: -104px;
}
@media (max-width: 767px) {
  .anchor {
    padding-top: 54px;
    margin-top: -54px;
  }
}

@media (min-width: 992px) {
  section a:hover {
    opacity: 0.8;
  }
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

.btn-01, .btn-02 {
  display: table;
  min-width: 350px;
  margin: 32px auto;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
}
@media (max-width: 767px) {
  .btn-01, .btn-02 {
    min-width: 100%;
  }
}
.btn-01 a, .btn-02 a {
  display: table-cell;
  position: relative;
  padding: 0.6em;
  letter-spacing: 0;
  font-size: 2.4rem;
  color: #ffffff;
  background-color: #ff8c49;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .btn-01 a, .btn-02 a {
    font-size: 1.8rem;
  }
}
.btn-01 a::before, .btn-02 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

.mail {
  position: relative;
}
.mail::before {
  /*content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-mail.svg);
  background-size: 40px;
  @include css3(transform, translateY(-50%));
  z-index: 10;*/
}

/******************************************************************
  3■header
*****************************************************************/
header {
  position: relative;
  top: 0;
  width: 100%;
  height: 104px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  transition: height 0.1s ease;
  z-index: 1000;
}
@media (max-width: 767px) {
  header {
    position: fixed;
  }
}
@media (max-width: 991px) {
  header {
    position: fixed;
  }
}
header .header-logo {
  display: table;
  margin: 0;
  height: 100px;
  font-size: 12px;
  transition: height 0.2s ease;
}
@media (min-width: 992px) {
  header .header-logo img {
    width: 100%;
  }
}
header .header-logo a {
  display: table-cell;
  vertical-align: middle;
}
header .row {
  position: relative;
}
header .nav {
  display: table;
  height: 100%;
}
header .nav li {
  display: table-cell;
  width: 19%;
  position: relative;
  font-size: 1.6rem;
  color: #333333;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  header .nav li:first-child {
    padding-right: inherit;
  }
}
@media (min-width: 992px) {
  header .nav li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 1px;
    background-color: #c0c0c0;
    transform: translateY(-50%);
  }
  header .nav li:first-child::before {
    content: none;
  }
}
header .nav li a {
  display: block;
  padding: 40px 0 0;
  height: 100px;
  white-space: nowrap;
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease;
}
header .nav li a span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
}
header .nav li a span.focus {
  color: #ff8c49;
  border-bottom-color: #ff8c49;
}
@media (min-width: 992px) {
  header .nav li a:hover {
    color: #ff8c49;
  }
  header .nav li a:hover span {
    border-bottom-color: #ff8c49;
  }
}
header .nav li.contact-btn {
  width: auto;
  text-align: right;
}
header .nav li.contact-btn .contact-btn-bg {
  padding: 8px 12px;
  color: #ffffff;
  border-bottom: none;
  background-color: #ff8c49;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
header .nav li.contact-btn a {
  padding: 32px 0 0;
}
@media (min-width: 992px) {
  header .nav li.contact-btn a:hover {
    border-bottom: none;
  }
  header .nav li.contact-btn a:hover .contact-btn-bg {
    opacity: 0.8;
  }
}
header .nav .drawer-menu, header .nav .drawer-menu span {
  display: none;
}
@media (min-width: 992px) {
  header.mini-header {
    position: fixed;
    transition: all 1s ease;
  }
}

@media print {
  header {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .main {
    padding-top: 54px;
  }
  header {
    height: 54px;
    transition: all 0.2s ease;
  }
  header .container {
    padding: 0;
    width: 100%;
  }
  .sm-header {
    padding: 0 24px;
    width: 100%;
    background-color: #ffffff;
  }
  header .header-logo {
    height: 50px;
  }
  .header-logo img {
    width: auto;
    height: 40px;
  }
  ul.nav {
    display: none;
    padding: 28px;
  }
  .drawer-menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 17px;
    cursor: pointer;
  }
  .drawer-menu span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff8c49;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  .drawer-menu span:nth-of-type(1) {
    top: 0;
  }
  .drawer-menu span:nth-of-type(2) {
    top: 8px;
  }
  .drawer-menu span:nth-of-type(3) {
    bottom: 0;
  }
  .open header {
    height: 100%;
    overflow: scroll;
    background: rgba(30, 30, 30, 0.95);
    transition: all 0.2s ease;
  }
  .open header .drawer-menu span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .open header .drawer-menu span:nth-of-type(2) {
    opacity: 0;
  }
  .open header .drawer-menu span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .open header ul.nav {
    display: block;
  }
  .open header ul.nav li {
    display: block;
    width: 100%;
    /*opacity: 0;*/
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
    border-bottom: dotted 1px #999999;
    /*&:nth-of-type(1) {
        -webkit-animation: example 0.5s ease 0.2s 1 forwards;
        animation: example 0.5s ease 0.2s 1 forwards;
    }
    &:nth-of-type(2) {
        -webkit-animation: example 0.5s ease 0.3s 1 forwards;
        animation: example 0.5s ease 0.3s 1 forwards;
    }
    &:nth-of-type(3) {
        -webkit-animation: example 0.5s ease 0.4s 1 forwards;
        animation: example 0.5s ease 0.4s 1 forwards;
    }
    &:nth-of-type(4) {
        -webkit-animation: example 0.5s ease 0.5s 1 forwards;
        animation: example 0.5s ease 0.5s 1 forwards;
    }
    &:nth-of-type(5) {
        -webkit-animation: example 0.5s ease 0.6s 1 forwards;
        animation: example 0.5s ease 0.6s 1 forwards;
    }*/
  }
  .open header ul.nav li a {
    position: relative;
    padding: 16px 10px;
    height: auto;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: left;
  }
  .open header ul.nav li a span {
    padding: 0;
  }
  .open header ul.nav li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(135deg);
  }
  .open header ul.nav .contact-btn {
    border-bottom: none;
  }
  .open header ul.nav .contact-btn a {
    margin: 16px auto;
    text-align: center;
  }
  .open header ul.nav .contact-btn a .contact-btn-bg {
    padding: 12px 40px;
  }
  .open header ul.nav .contact-btn a::before {
    content: none;
  }
  @keyframes example {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
}
/******************************************************************
  4■mainimg
*****************************************************************/
.mainimg {
  position: relative;
}
.mainimg img {
  width: 100%;
}
.mainimg img.object-fit-img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media (max-width: 767px) {
  .mainimg img.object-fit-img {
    height: 432px;
  }
}

/******************************************************************
  5■title
*****************************************************************/
.img-text {
  /*width: 100%;*/
  font-size: 4.6vw;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #fff;
  text-shadow: 2px 2px 4px #3f6095;
  font-feature-settings: "palt";
  position: absolute;
  top: 12%;
  left: 6%;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .img-text {
    width: auto;
    font-size: 6.4vw;
  }
}
@media (max-width: 767px) {
  .img-text {
    width: 100%;
    font-size: 9.4vw;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 10px;
    text-shadow: none;
  }
}
.img-text.dark-color {
  color: #333333;
  text-shadow: 0 0 3px #ffffff;
}
.img-text.bright-color {
  color: #ffffff;
  text-shadow: 0 0 3px #333333;
}
@media (max-width: 767px) {
  .img-text span {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    padding: 10px;
  }
}

.title-box {
  position: relative;
  height: 344px;
  overflow: hidden;
  background-color: #9f9894;
}

.title-bg {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-right: -50%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.title-text-upper {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-text-upper {
    font-size: 3rem;
  }
}
.title-text-lower {
  padding-top: 24px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .title-text-lower {
    font-size: 2rem;
  }
}

.contents-ttl {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 48px;
  font-weight: bold;
  font-size: 4rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.25;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .contents-ttl {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
.contents-ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: #ff8c49;
  transform: translateX(-50%);
}
.contents-ttl-sub {
  position: relative;
  padding-left: 16px;
  margin-bottom: 32px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #ff8c49;
}
@media (max-width: 767px) {
  .contents-ttl-sub {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}
.contents-ttl-sub::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 5px;
  height: 25px;
  background-color: #ff8c49;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .contents-ttl.ttl-left {
    text-align: left;
  }
  .contents-ttl.ttl-left::after {
    left: 0;
    transform: translateX(0);
  }
}
/******************************************************************
  6■footer
*****************************************************************/
footer section {
  padding: 30px 0;
  margin: 0;
  color: #ffffff;
  background-color: #222222;
}
@media (max-width: 767px) {
  footer section {
    padding: 15px 0;
  }
}
footer section a {
  color: #cccccc;
}
footer section a:link, footer section a:visited {
  /*                color: #cccccc;*/
  text-decoration: none;
}
@media (min-width: 992px) {
  footer section a:hover {
    opacity: 1;
    color: #ffffff;
  }
}

.font-verdana {
  font-family: Verdana;
}

.copyright {
  margin: 8px 0;
  text-align: center;
}

.ga-pdf {
  margin: 8px 0;
  text-align: center;
}
.ga-pdf a {
  color: #ffffff;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
}
.pagetop a {
  display: block;
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  background: #ff8c49;
  border-radius: 4px;
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(315deg);
}

/******************************************************************
  7■slider(top)
*****************************************************************/
#resp-slider {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.slider-wrap, .slider-area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  z-index: 0;
}
@media (max-width: 767px) {
  .slider-wrap, .slider-area {
    height: 432px;
  }
}

.slider-area ul.slider-box {
  width: 6000px;
  overflow: hidden;
}
.slider-area ul.slider-box li.slider-item {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
}
.slider-area ul.slider-box li.slider-item a {
  display: block;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .slider-area ul.slider-box li.slider-item a {
    height: 432px;
  }
}
.slider-area ul.slider-box li.slider-item a.no-link {
  cursor: default;
}

/*スライダー画像*/
.slider-item:nth-child(1) a {
  background-image: url(../img/top-kv-01.jpg);
}
@media (max-width: 767px) {
  .slider-item:nth-child(1) a {
    background-image: url(../img/top-sm-kv-01.jpg);
  }
}

.slider-item:nth-child(2) a {
  background-image: url(../img/top-kv-02.jpg);
}
@media (max-width: 767px) {
  .slider-item:nth-child(2) a {
    background-image: url(../img/top-sm-kv-02.jpg);
  }
}

.slider-item:nth-child(3) a {
  background-image: url(../img/top-kv-03.jpg);
}
@media (max-width: 767px) {
  .slider-item:nth-child(3) a {
    background-image: url(../img/top-sm-kv-03.jpg);
  }
}

.icon-area {
  display: none;
  position: absolute;
  bottom: 10px;
  margin: 10px auto 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.icon-area li {
  display: inline-block;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
  background-color: #cccccc;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.2s linear;
}
.icon-area li.crt-carous {
  font-weight: bold;
  background-color: #ff8c49;
}
.icon-area li.btn-on {
  background-color: #999999;
}

.btn-start {
  position: absolute;
  bottom: 20px;
  height: auto;
  width: 100%;
  text-align: center;
  z-index: 300;
}
.btn-start p {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.btn-start p a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  background-size: cover;
  border-radius: 50%;
  text-decoration: none;
}
.btn-start p a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  height: 15px;
  width: 15px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateX(-50%) rotate(135deg);
}

/******************************************************************
  8■contents
*****************************************************************/
section {
  position: relative;
  padding: 64px 0;
}
@media (max-width: 767px) {
  section {
    padding: 32px 0;
  }
}
section p {
  line-height: 1.5;
}
section.section-colored {
  margin-bottom: 0;
  background-color: #ffeacd;
}
section.section-colored .contents-ttl {
  color: #252525;
}
section.section-colored .contents-ttl::after {
  /*background-color: $basefontColor;*/
}
section.section-colored .blockquote p {
  /*color: $basefontColor;*/
  font-weight: normal;
}
section.section-colored * {
  color: #252525;
}
section.section-colored .btn-01 a, section.section-colored .btn-02 a {
  color: #ffeacd;
  background-color: #ffffff;
}
section.section-colored .btn-01 a::before, section.section-colored .btn-02 a::before {
  border-top: 1px solid #ffeacd;
  border-right: 1px solid #ffeacd;
}
section.section-image, section.section-image-dark {
  position: relative;
  background-position: center center;
  background-size: cover;
}
section.section-image::before, section.section-image-dark::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffeacd;
  opacity: 0.8;
  z-index: 1;
}
section.section-image .container, section.section-image-dark .container {
  position: relative;
  z-index: 10;
}
section.image-box {
  padding: 0;
}
@media (max-width: 767px) {
  section.image-box {
    padding: 0;
  }
}
section .tel-number {
  font-size: 2.8rem;
  font-weight: normal;
  vertical-align: middle;
}
section .contact-info {
  margin: 8px auto;
}
section .mini-section {
  padding-top: 104px;
}
@media (max-width: 767px) {
  section .mini-section {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  section .mini-section {
    padding-top: 0;
  }
}

.row.flx .flx-box {
  background-clip: content-box;
}
.row.flx .flx-box .flx-box-inner {
  padding: 32px 16px;
}

@media (min-width: 768px) {
  .row.flx {
    display: flex;
  }
}
.m-b-sm {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 8px;
  }
}

.m-b-md {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 16px;
  }
}

.m-b-lg {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .sm-right-space {
    padding-right: 3%;
  }
  .sm-left-space {
    padding-left: 3%;
  }
}
.font-size-xs {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .font-size-xs {
    font-size: 1rem;
  }
}

.font-size-sm {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .font-size-sm {
    font-size: 1rem;
  }
}

.font-size-md {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .font-size-md {
    font-size: 1.2rem;
  }
}

.font-size-lg {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .font-size-lg {
    font-size: 1.6rem;
  }
}

.font-size-xl {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .font-size-xl {
    font-size: 3rem;
  }
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.lead {
  line-height: 2;
}

.article {
  line-height: 2;
}

.valign-m {
  vertical-align: middle;
}

.emphasis {
  font-weight: bold;
}
.emphasis-colored {
  color: #ff8c49;
}
.emphasis-boldcolored {
  font-weight: bold;
  color: #ff8c49;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-line {
  padding-left: 8px;
  border-left: 4px solid #ff8c49;
}

.label {
  padding: 4px 8px;
  color: #ffffff;
  background-color: #ff8c49;
}

.blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 16px;
  z-index: 1;
}
.blockquote p {
  position: relative;
  padding: 16px 0;
  font-size: 3rem;
  /*color: $baseColor;*/
  z-index: 3;
}
@media (max-width: 767px) {
  .blockquote p {
    font-size: 1.8rem;
  }
}

.colored-box {
  padding: 16px;
  background-color: #ffeacd;
  border: 1px solid #ff8c49;
}

.bg-gray {
  background-color: #cccccc;
}

.bg-white {
  background-color: #ffffff;
}

.bg-colored {
  background-color: #ffeacd;
}

.no-wrap {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

/* リスト関連 */
.dot-list li {
  position: relative;
  padding-left: 15px;
  margin: 16px 0;
}
.dot-list li::after {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #252525;
}
.dot-list.lh-sm li {
  margin: 8px 0;
}

.check-list li {
  position: relative;
  padding-left: 4px;
  margin: 16px 0 16px 24px;
}
@media (max-width: 767px) {
  .check-list li {
    margin: 8px 0 8px 24px;
  }
}
.check-list li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.2em;
  left: -1.4em;
  width: 16px;
  height: 10px;
  opacity: 0.8;
  border-left: 4px solid #ff8c49;
  border-bottom: 4px solid #ff8c49;
  transform: rotate(-45deg);
}
.check-list.lh-sm li {
  margin: 8px 0 8px 24px;
}

/* 画像関連 */
.img-fluid {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: 8px;
}

.img-radius-round {
  border-radius: 50%;
}

.img-cadre {
  padding: 8px;
  border: 1px solid #cccccc;
}

.img-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  border-radius: 4px;
}
.img-link figure {
  top: 0;
  left: 0;
  background-color: #333333;
}
.img-link figure img {
  width: 100%;
  opacity: 0.4;
  transition: transform 0.2s ease;
}
@media (min-width: 992px) {
  .img-link:hover figure img {
    transform: scale(1.08);
  }
}
.img-link .img-link-text {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #ffffff;
}
.img-link .img-link-text-ttl {
  font-size: 2.8rem;
}
.img-link .box-arrow::before, .img-link .box-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  vertical-align: middle;
  opacity: 1;
}
.img-link .box-arrow::before {
  right: 24px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

.fukidashi-top {
  position: relative;
  padding: 8px;
  margin: 16px 0 0;
  background-color: #ffffff;
  border: 1px solid #999999;
  z-index: 1;
}
.fukidashi-top::before, .fukidashi-top::after {
  content: " ";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  z-index: 1;
}
.fukidashi-top::after {
  top: -10px;
  border-bottom-color: #999999;
  z-index: 0;
}

/* テーブル関連 */
@media (min-width: 768px) {
  .table-list dl {
    display: table;
    width: 100%;
  }
  .table-list dt, .table-list dd {
    display: table-cell;
    padding: 24px;
    border-right: 1px solid #ff8c49;
    border-top: 1px solid #ff8c49;
    vertical-align: middle;
  }
  .table-list dt {
    position: relative;
    width: 25%;
    text-align: center;
  }
  .table-list dd {
    display: table-cell;
    width: auto;
    border-right: none;
  }
  .table-list dl:first-child dt, .table-list dl:first-child dd {
    border-top: none;
  }
  .table-list.no-v-line dt, .table-list.no-v-line dd {
    padding: 10px 0;
    border-right: none;
    border-top: none;
  }
  .table-list.time-line dt {
    color: #ff8c49;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    vertical-align: top;
    border-top: none;
  }
  .table-list.time-line dt::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 32px;
    width: 8px;
    height: 8px;
    background-color: #ff8c49;
    border-radius: 4px;
  }
  .table-list.time-line dd p {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .table-list dt, .table-list dd {
    padding: 8px;
  }
  .table-list dt {
    background-color: #fff;
  }
  .table-list dd {
    padding-bottom: 16px;
  }
  .table-list dl:first-child dt, .table-list dl:first-child dd {
    border-top: none;
  }
  .table-list.time-line dt {
    position: relative;
    font-weight: bold;
    color: #ff8c49;
    background-color: transparent;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    padding-left: 16px;
    border-top: none;
    border-left: 1px solid #ff8c49;
    vertical-align: top;
  }
  .table-list.time-line dt::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 13px;
    width: 7px;
    height: 7px;
    background-color: #ff8c49;
    border-radius: 4px;
  }
  .table-list.time-line dd {
    padding-top: 0;
  }
  .table-list.time-line dd p {
    margin: 8px 0 0 8px;
  }
}
/* その他 */
.map-link {
  display: inline-block;
  margin-top: 8px;
  vertical-align: middle;
}
.map-link img {
  margin-right: 8px;
}

.g-map {
  width: 100%;
  height: 320px;
  border: 0;
}

.map-responsive {
  position: relative;
  width: 100%;
}
.map-responsive::before {
  content: "";
  display: block;
  padding-top: 120%;
}
@media (max-width: 767px) {
  .map-responsive::before {
    padding-top: 100%;
  }
}
.map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}

.image-box .image-box-area {
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .image-box .image-box-area {
    height: 200px;
    background-attachment: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .image-box .image-box-area {
    background-attachment: scroll;
  }
}
.image-box .image-box-area.n-01 {
  background-image: url(../img/top-01-bg.jpg);
}
.image-box .image-box-area.n-02 {
  background-image: url(../img/top-02-bg.jpg);
}
.image-box .image-box-area.n-03 {
  background-image: url(../img/top-03-bg.jpg);
}

/******************************************************************
  9■news
*****************************************************************/
.news-list ul {
  margin-bottom: 32px;
}
.news-list ul li {
  border-bottom: 1px solid #ff8c49;
}
.news-list ul li a {
  display: table;
  padding: 8px 0;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-list ul li a {
    height: 96px;
    font-size: 1.4rem;
  }
  .news-list ul li a:hover {
    background-color: #ffeacd;
  }
}
.news-list ul li a .news-date, .news-list ul li a .news-category, .news-list ul li a .news-title {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date, .news-list ul li a .news-category, .news-list ul li a .news-title {
    display: inline-block;
    margin: 4px 0;
  }
}
@media (min-width: 768px) {
  .news-list ul li a .news-date {
    width: 136px;
  }
  .news-list ul li a .news-category {
    padding-right: 24px;
    width: 168px;
  }
  .news-list ul li a .news-category .category-frame {
    width: 100%;
    text-align: center;
  }
}
.news-list ul li a .news-date {
  color: #ff8c49;
  text-align: center;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date {
    margin-right: 24px;
    text-align: left;
  }
}
.news-list ul li a .news-category {
  margin: 4px 0;
}
.news-list ul li a .news-category .category-frame {
  display: inline-block;
  padding: 2px 8px;
  background-color: #ffffff;
  border: 1px solid #ff8c49;
}
@media (max-width: 767px) {
  .news-list ul li a .news-title {
    display: block;
  }
}
.news-list ul li a .news-text {
  width: 100%;
  color: #252525;
}
@media (min-width: 768px) {
  .news-list ul li a .news-text {
    display: inline-block;
    position: relative;
    padding-right: 56px;
  }
  .news-list ul li a .news-text::before, .news-list ul li a .news-text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    margin-right: 0;
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a .news-text::before {
    right: 24px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #352216;
    border-right: 1px solid #352216;
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .news-list ul li a {
    display: inline-block;
    position: relative;
    padding-right: 24px;
  }
  .news-list ul li a::before, .news-list ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    margin-right: 0;
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a::before {
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #352216;
    border-right: 1px solid #352216;
    transform: rotate(45deg);
  }
}

.table-news-list .news-box {
  width: 100%;
  border-top: 1px solid #ff8c49;
}
.table-news-list .news-box a {
  display: block;
  padding: 24px 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .table-news-list .news-box a {
    padding: 16px 0;
  }
}
.table-news-list .news-box a h3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .table-news-list .news-box a h3 {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.table-news-list .news-box:first-child {
  border-top: none;
}

.news-info {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news-info {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}
.news-info .news-date {
  margin-right: 16px;
}
.news-info .category-frame {
  display: inline-block;
  padding: 2px 8px;
  min-width: 8em;
  background-color: #ffffff;
  border: 1px solid #ff8c49;
  text-align: center;
}

.news-img {
  max-width: 500px;
}

/******************************************************************
  10■free(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
.kv-img {
  background-image: url("../img/top-kv-01.jpg");
}

.section-bg {
  background-position: 50% 50%;
}
.section-bg__1 {
  background-image: url("../img/contents-bg-01.png");
}
.section-bg__2 {
  background-image: url("../img/contents-bg-02.png");
}
.section-bg__3 {
  background-image: url("../img/contents-bg-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contents-ttl__h2 {
  display: inline-block;
  padding: 0 140px;
}
@media (max-width: 767px) {
  .contents-ttl__h2 {
    font-size: 2.1rem;
    padding: 0 72px;
  }
}
.contents-ttl__h2::before, .contents-ttl__h2::after {
  content: url("../img/ttl-line.png");
  background-color: inherit;
  position: absolute;
  top: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .contents-ttl__h2::before, .contents-ttl__h2::after {
    content: url("../img/ttl-line-s.png");
  }
}
.contents-ttl__h2::before {
  left: 0;
  padding-top: 204px;
}
@media (max-width: 767px) {
  .contents-ttl__h2::before {
    padding-top: 67px;
  }
}
.contents-ttl__h2::after {
  left: inherit;
  right: 0;
  width: auto;
  height: auto;
  transform: none;
  padding-top: 204px;
}
@media (max-width: 767px) {
  .contents-ttl__h2::after {
    padding-top: 67px;
  }
}

.contents-ttl__h3 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .contents-ttl__h3 {
    font-size: 2rem;
  }
}

h3 .font-size-jump-ratio {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  h3 .font-size-jump-ratio {
    font-size: 1.8rem;
  }
}

.qa-list dt, .qa-list dd {
  position: relative;
}
.qa-list dt::before, .qa-list dd::before {
  position: absolute;
  border-radius: 6px;
  color: #fff;
  font-size: 2rem;
  padding: 4px 16px;
}
.qa-list dt p, .qa-list dd p {
  position: relative;
  top: 8px;
  margin-left: 64px;
}
.qa-list dt {
  margin-bottom: 4px;
  padding: 8px;
}
.qa-list dt::before {
  content: "Q";
  background-color: #959595;
}
.qa-list dd {
  padding: 8px 8px 20px;
  border-bottom: 1px solid #ff8c49;
}
.qa-list dd::before {
  content: "A";
  background-color: #ff8c49;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

.recruit-staff {
  background-color: #fff;
  min-height: 486px;
}
@media (max-width: 767px) {
  .recruit-staff {
    min-height: inherit;
  }
}
.recruit-staff img {
  border-top: 8px solid #ff8c49;
}
.recruit-staff h4 {
  border-bottom: 1px solid #ff8c49;
  margin: 0 12px;
  padding: 0 0 8px;
}
.recruit-staff p {
  margin: 12px 12px 0;
  padding: 0 0 24px;
}
.recruit-point-ttl strong {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 3rem;
  color: #ff8c49;
}
@media (max-width: 767px) {
  .recruit-point-ttl strong {
    font-size: 2rem;
  }
}
.recruit-point-ttl strong::before, .recruit-point-ttl strong::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #ff8c49;
  transform: rotate(-60deg);
}
.recruit-point-ttl strong::before {
  transform: rotate(60deg);
  left: 0;
}
.recruit-point-ttl strong::after {
  right: 0;
}
.recruit-point-list {
  background-color: #fff0d9;
  border-radius: 8px;
  padding: 16px;
}
.recruit-point-list-item {
  background-color: #fff;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-point-list-item {
    padding: 20px;
  }
}
.recruit-point-list-item img {
  width: 64px;
}

.btn-levwell {
  max-width: 345px;
  margin: 0 auto 32px;
}
.btn-levwell img {
  width: 345px;
}
@media (max-width: 767px) {
  .btn-levwell img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .access {
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  .access .contents-ttl__h2::before {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .access .contents-ttl__h2::after {
    padding-top: 100px;
  }
}
.access-data {
  background-color: #fff;
  border: 1px solid #ff8c49;
  margin-bottom: 24px;
  padding: 12px;
}
.access-data dt, .access-data dd {
  padding: 12px;
}
@media (max-width: 767px) {
  .access-data dt {
    background-color: #eee;
  }
}

header .nav li .contact-btn .contact-btn-bg {
  border-bottom: none;
  background-color: #ff8c49;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.anchor {
  padding-top: 214px;
  margin-top: -214px;
}
@media (max-width: 767px) {
  .anchor {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .access .anchor {
    padding-top: 100px;
  }
}/*# sourceMappingURL=common.css.map */