@charset "UTF-8";
/*! ---------- common ---------- */
.white-bg {
  background-color: #fcf9f9;
}

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  font-family: 'Noto Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 62.5%;
}

.sans-serif {
  font-family: 'Noto Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.min-serif {
  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

body {
  color: #8ecff2;
  background-color: #fdfbf4;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  body {
    max-width: 1920px;
  }
}

ul {
  list-style: none;
}

ul.list-disc {
  list-style-type: disc;
}

@media only screen and (min-width: 576px) {
  .sp_br {
    display: none;
  }
}

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

@media screen and (min-width: 992px) {
  .tb_br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .sp-hide {
    display: none;
  }
}

a {
  color: #8ecff2;
  word-break: break-all;
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #fcff43;
}

a:visited {
  color: #0d5074;
}

p {
  font-size: 1.3rem;
  line-height: 3rem;
  letter-spacing: .2em;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button:focus {
  outline: none;
}

.heading-style {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 700;
  background-color: #feffc2;
  border-left: 8px solid #8ecff2;
  padding: .5rem 1rem;
}

@media screen and (min-width: 768px) {
  .heading-style {
    font-size: 1.2rem;
  }
}

.heading-style-secondary {
  color: #8ecff2;
  padding: 0.5em;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  background: #feffc2;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}

.heading-style-secondary:before {
  content: '●';
  color: #572304;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .heading-style-secondary {
    font-size: 1.2rem;
  }
}

.heading-style-3rd {
  position: relative;
  padding: .25rem 1rem;
  margin-top: 1rem;
  border-bottom: 6px solid #feffc2;
  font-size: 1rem;
  font-weight: bold;
}

.heading-style-3rd::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #8ecff2;
}

@media screen and (min-width: 768px) {
  .heading-style-3rd {
    font-size: 1.3rem;
  }
}

.article-headning-top {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background-color: #feffc2;
  color: #8ecff2;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.article-headning-top:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #7c5341;
}

@media screen and (min-width: 768px) {
  .article-headning-top {
    font-size: 1.2rem;
  }
}

.half-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(0%, #f5e65c));
  background: linear-gradient(transparent 45%, #f5e65c 0%);
  border-radius: 4px;
  display: inline;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.strong-txt {
  color: #e6554e;
}

.strong-txt-lg {
  color: #da8f93;
  font-size: 2.2rem;
}

.strong-txt-xl {
  font-size: 2.1rem;
}

@media screen and (min-width: 768px) {
  .strong-txt-xl {
    font-size: 3rem;
  }
}

.text-indent {
  text-indent: 0.5em !important;
}

.outline-txt {
  color: #7c5341;
  text-shadow: #fff 0px -2px, #fff 0px 2px, #fff 2px 0px,  #fff -2px 0px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  font-weight: 700;
}

.outline-txt-dark {
  color: #f7b13c;
  text-shadow: #7c5341 0px -2px, #7c5341 0px 2px, #7c5341 2px 0px, #7c5341 -2px 0px, #7c5341 2px 2px, #7c5341 -2px 2px, #7c5341 2px -2px, #7c5341 -2px -2px, #7c5341 1px 2px, #7c5341 -1px 2px, #7c5341 1px -2px, #7c5341 -1px -2px, #7c5341 2px 1px, #7c5341 -2px 1px, #7c5341 2px -1px, #7c5341 -2px -1px;
  font-weight: 700;
}

.txt-indent {
  text-indent: 1em;
}

.float-img-size {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .float-img-size {
    max-width: 50%;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

.profile-box {
  display: inline;
}

.profile-name {
  position: absolute;
  bottom: 0;
  left: 50%;
}

img {
  max-width: 100%;
  height: auto;
}

.img-box-border {
  border: 0.5px solid #fcf9f9;
}

.img-box-shadow {
  -webkit-box-shadow: 0px 4px 10px 4px rgba(131, 130, 130, 0.3);
          box-shadow: 0px 4px 10px 4px rgba(131, 130, 130, 0.3);
}

.box-fluid {
  max-width: 100%;
  height: auto;
}

.img-fuwafuwa {
  -webkit-animation-name: fuwafuwa-material;
          animation-name: fuwafuwa-material;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fuwafuwa-material {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

@keyframes fuwafuwa-material {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

#wrapaper {
  max-width: 100vw;
}

@media screen and (min-width: 1200px) {
  #wrapaper {
    max-width: 1920px !important;
  }
}

#main {
  background: #eee;
}

#main-in {
  padding-left: 360px;
}

#main p {
  margin-bottom: 1em;
  line-height: 1.9;
}

#main .inner {
  padding: 60px;
}

/* main-visual */
#main-visual {
  background: #64CE80;
  background: linear-gradient(-45deg, #64CE80, #C68BC4);
  height: 1080px;
  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;
}

#main-visual h2 {
  font-size: 110%;
  color: #fff;
}

h3 {
  font-size: 110%;
  margin-bottom: .7em;
}

#copyright a {
  color: #666;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

#brand-logo img {
  max-width: 200px;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  #brand-logo img {
    max-width: 200px;
    padding-top: 10px;
  }
}

.section-title {
  font-size: 1.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (max-width: 576px) {
  .section-title {
    font-size: 1.3rem;
  }
}

/* ここから */
#global-head {
  position: fixed;
  color: #ffffff;
  width: 360px;
  text-align: center;
  padding-top: 1rem;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  #global-head {
    display: none;
  }
}

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

#sidebar-pc {
  font-size: 15px;
  padding-top: 15rem;
  /* sidebar menu top height */
  width: 360px;
  height: 100%;
  position: fixed;
  color: #8ecff2;
  background: #feffc2;
  text-align: center;
  z-index: 3;
}

#global-nav ul {
  list-style: none;
  margin-left: 0;
}

#global-nav > ul > li {
  position: relative;
}

@media screen and (max-width: 767px) {
  #sidebar-pc {
    padding-top: 5rem;
  }
  #global-nav a {
    color: #8ecff2;
  }
}

#global-nav a {
  color: #8ecff2;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

#global-nav .sub-menu.is-active > a, #global-nav a:hover {
  color: #ffffff;
  background: #e9f6fd;
}

#global-nav .sub-menu-nav a, #global-nav .sub-menu:hover .sub-menu-nav {
  width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
  position: relative;
}

#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #033560;
  border-right: 1px solid #033560;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* sub-menu */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #033560;
  color: #fff;
  top: 0;
  padding-top: 90px;
  left: 260px;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

#global-nav .sub-menu.is-active > a:after, #global-nav .sub-menu-head:hover:after {
  border-color: #fff;
}

#global-nav .sub-menu-nav a {
  color: #fff;
}

#global-nav .sub-menu-nav a:hover {
  color: #8ecff2;
  background: #fff;
}

/* nav-toggle */
#nav-toggle {
  display: none;
  position: fixed;
  top: 15px;
  /* hamburger menu position */
  right: 20px;
  height: 32px;
}

#nav-toggle > div {
  position: relative;
  width: 32px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #8ecff2;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #main-in {
    padding-left: 0;
  }
  #sidebar-pc {
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    color: #8ecff2;
    background: #feffc2;
    /* sp時ナビバー背景色 */
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #global-nav a {
    color: #8ecff2;
  }
  #global-nav .sub-menu-head:after, #global-nav .sub-menu-nav {
    display: none;
  }
  #nav-toggle {
    display: block;
  }
  /* nav open */
  .open {
    overflow: hidden;
  }
  .open #overlay {
    display: block;
  }
  .open #sidebar-pc {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  #overlay {
    z-index: 200;
  }
  #sidebar-pc {
    z-index: 300;
  }
  #nav-toggle {
    z-index: 400;
  }
}

@media screen and (max-width: 400px) {
  #sidebar-pc {
    right: -240px;
    width: 240px;
    padding-top: 60px;
  }
  .open #sidebar-pc {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

.sidebar-tel {
  color: #ffffff;
  font-size: 1.5rem;
  padding-top: 5rem;
}

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

.menu-icon {
  width: 100%;
  max-width: 100px;
}

/* Main section */
/* header slider */
#header-slider {
  background-color: #ffffff;
}

#header-slider img {
  width: 100%;
}

.front-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .l-header-front {
    display: none;
  }
}

.c-iconBtn__icon {
  font-size: 40px;
}

.npcatch-wrapp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

ul#npcatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

ul#npcatch li {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  ul#npcatch li {
    width: 33%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

#npcatch .detail .title {
  font-size: 1.8rem;
  font-weight: 700;
}

#npcatch .detail .date {
  display: block;
  padding-left: 1rem;
}

.call-wrapp {
  position: relative;
}

.call-sp {
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 0;
  width: 50px;
  height: 50px;
}

/* lead 1st section */
.lead-1st-wrapp {
  position: relative;
}

.lead-1st-map img {
  width: 100%;
  height: auto;
}

.lead-1st-upper-layer {
  position: absolute;
  top: 3rem;
  left: 3rem;
}

.lead-1st {
  color: #feffc2;
  overflow: hidden;
}

.lead-1st h2 {
  position: relative;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  text-shadow: 1px 1px 2px rgba(131, 130, 130, 0.7);
}

@media screen and (min-width: 768px) {
  .lead-1st h2 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .lead-1st h2 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 1600px) {
  .lead-1st h2 {
    font-size: 10rem;
  }
}

.lead-1st h2::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #feffc2;
  width: 100%;
  max-width: 240px;
  height: 10px;
  border-radius: 5rem;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .lead-1st h2::after {
    max-width: 460px;
  }
}

@media screen and (min-width: 992px) {
  .lead-1st h2::after {
    max-width: 520px;
  }
}

@media screen and (min-width: 1600px) {
  .lead-1st h2::after {
    max-width: 840px;
  }
}

.lead-1st p {
  padding-left: 1rem;
  text-shadow: 1px 1px 2px rgba(131, 130, 130, 0.7);
}

@media screen and (min-width: 768px) {
  .lead-1st p {
    font-size: 2rem;
    padding-top: 2rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .lead-1st p {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1600px) {
  .lead-1st p {
    font-size: 3rem;
  }
}

.letter-1st {
  font-size: 5rem;
}

@media screen and (min-width: 768px) {
  .letter-1st {
    font-size: 12rem;
  }
}

@media screen and (min-width: 1200px) {
  .letter-1st {
    font-size: 12rem;
  }
}

@media screen and (min-width: 1600px) {
  .letter-1st {
    font-size: 18rem;
  }
}

/* 2nd lead section */
.lead-2nd {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lead-2nd h3 {
  width: 100%;
  max-width: 600px;
  padding: 1rem 2rem;
  margin: 0 auto;
}

.lead-2nd p {
  padding: 2rem;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .lead-2nd p {
    font-size: 2.2rem;
    text-align: center;
  }
}

.lead-2nd-table {
  max-width: 100%;
  padding: 1rem 2rem;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .lead-2nd-table {
    max-width: 70%;
  }
}

.lead-2nd-point {
  margin: 0 auto;
  max-width: 720px;
}

.contact-btn01 {
  max-width: 240px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .contact-btn01 {
    max-width: 420px;
  }
}

.divider01 {
  width: 120px !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.divider02 {
  width: 120px !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .divider02 {
    margin-bottom: 5rem;
  }
}

.divider-hr {
  background-color: #707070;
  height: 1px;
  width: 60%;
  border: none;
  margin: 5rem auto;
}

.nintei01 {
  max-width: 720px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Wordks section */
.works {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.works-header-title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
}

@media screen and (min-width: 1200px) {
  .works-header-title {
    padding-top: 5rem;
  }
}

.works-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
}

.works-heading h4 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.works-lead-wrapp {
  background-image: url(../images/lead-wrapp-bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.works-lead-title {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 2rem;
  line-height: 4rem;
}

@media screen and (min-width: 768px) {
  .works-lead-title {
    font-size: 3rem;
    font-weight: 700;
    padding: 2rem;
    letter-spacing: 1.2rem;
    line-height: 5rem;
  }
}

.works-lead {
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .works-lead {
    padding: 2.5rem;
  }
}

.works-lead-tb {
  padding: 2rem;
  -webkit-filter: drop-shadow(7px 6px 6px #000);
          filter: drop-shadow(7px 6px 6px #000);
}

@media screen and (min-width: 768px) {
  .works-lead-tb {
    padding: 0;
  }
}

.price-heading-label {
  color: #fcf9f9;
  font-size: 2rem;
  font-weight: bold;
  background-color: #8ecff2;
  padding: 1rem 2rem;
  border-radius: 1rem;
  display: inline-block;
}

.works-heading-after {
  text-align: center;
}

.works-heading-after::after {
  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  display: block;
  font-size: 1.6rem;
}

.tokushuseisou-heading::after {
  content: "Special Cleaning";
}

.ihinseiri-heading::after {
  content: "Organize relics";
}

.seizenseiri-heading::after {
  content: "Organize before life";
}

.house-cleaning-heading::after {
  content: "House Cleaning";
}

.gomiyashiki-heading::after {
  content: "Hoarding House";
}

.ippanseisou-heading::after {
  content: "General Cleaning ";
}

.panel-slider-bg {
  background-color: transparent !important;
}

/* top blog section */
.topBlog-header-title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
}

@media screen and (min-width: 1200px) {
  .topBlog-header-title {
    padding-top: 5rem;
  }
}

.read-more-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 3rem auto;
}

.read-more-btn:hover {
  text-decoration: none;
  color: #8ecff2;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #8ecff2;
  border-radius: 3rem;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  background: #feffc2;
}

a.btn-flat:hover:before {
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}

/* access section */
#access {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

#access p {
  padding-left: 1rem;
}

#access p .address-indent {
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  #access p .address-indent {
    padding-left: 3.5rem;
  }
}

#access p .txt-bold {
  font-weight: bold;
}

/* footer seciton */
#front-footer {
  padding-top: 30px;
  padding-left: 360px;
  color: #fcf9f9;
  background-color: #8ecff2;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #front-footer {
    padding-top: 15px;
    padding-left: 0;
  }
}

#front-footer .footer-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-bottom: 15px;
}

.bar-line::after {
  content: "|";
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .front-footer-logo {
    max-width: 150px;
  }
}

.front-footer-officeProfile {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .front-footer-officeProfile {
    max-width: 150px;
  }
}

/* staff section */
#staff-section {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #staff-section {
    padding-top: 60px;
  }
}

#staff-section .card-header {
  background-color: #968c8c;
  margin: 2%;
  max-width: 320px;
}

@media screen and (max-width: 960px) {
  #staff-section .card-header {
    max-width: 200px;
  }
}

@media screen and (max-width: 567px) {
  #staff-section .card-header {
    max-width: 95%;
    margin: 15px auto;
  }
}

#staff-section h2 {
  padding-top: 30px;
}

#staff-section .card-header p {
  color: #ffffff;
  line-height: 1.3rem;
  padding: 2%;
  margin-bottom: 0;
}

.staff-header img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.staff-header {
  position: relative;
}

.staff-header .over-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  /*余計な隙間を除く*/
  padding: 0;
  /*余計な隙間を除く*/
}

.over-text {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
  font-size: 1.8rem;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  max-height: 100%;
}

@media screen and (max-width: 567px) {
  .over-text {
    font-size: 1.2rem;
  }
}

.over-text .text-divider-wrap {
  position: relative;
}

@media screen and (min-width: 567px) {
  .text-divider::before {
    content: "";
    display: block;
    background: #ffffff;
    width: 2px;
    height: 2em;
    margin-bottom: 5px;
    position: absolute;
    top: -50%;
    left: 50%;
  }
  .text-divider::after {
    content: "";
    display: block;
    background: #ffffff;
    width: 2px;
    height: 2em;
    position: absolute;
    top: 100%;
    left: 50%;
  }
}

.txt-small {
  font-size: 1.2rem;
  padding-bottom: 0;
}

@media screen and (max-width: 567px) {
  .txt-small {
    font-size: 0.9rem;
  }
}

/* contact-page section */
#contact-page {
  min-height: calc(100vh - 130px);
}

@media screen and (max-width: 767px) {
  #contact-page {
    padding-top: 60px;
  }
}

.contact-p-indent {
  padding-left: 2rem;
}

.tel-link-dark {
  color: #000000 !important;
  text-decoration: none !important;
}

.tel-link-light {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* SNS section */
/* scrollreveal */
/*# sourceMappingURL=style.css.map */