@charset "UTF-8";
/*32~80px,vw="375~1920"*/
/*32~60px,vw="375~1920"*/
/*22~38px,vw="375~1920"*/
/*18~32px,vw="375~1920"*/
/*18~24px,vw="375~1920"*/
/*18~20px,vw="375~1920"*/
/*16~24px,vw="375~1920"*/
/*14~18px,vw="375~1920"*/
/*14~16px,vw="375~1920"*/
/*12~16px,vw="375~1920"*/
/*12~14px,vw="375~1920"*/
/*50~100px,vw="375~1920"*/
body {
  font-family: YuMincho,'Yu Mincho',serif;
  line-height: 2rem;
  background-color: #ececec;
}

.inner {
  width: 85%;
  max-width: 1640px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

.inner-min {
  width: 75%;
  max-width: 1364px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner-min {
    width: 90%;
  }
}

.top-sect-title {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
}

.sentence {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  line-height: 2rem;
}

.post-none {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  text-align: center;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.sect-404-title {
  text-align: center;
  line-height: 3rem;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.sect-404-title .title-404 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.sect-404-title .sentence {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
}

.site-single {
  margin-top: 8vh;
}

.site-single .sect-single-title {
  margin-top: 1vw;
}

.site-single .sect-single-title .area-single-title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-single .sect-single-title .area-single-title .single-title .single-sect-title {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
}

.site-single .sect-single-title .area-single-title .post-date {
  padding-top: 1rem;
}

.site-single .sect-single {
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.site-single .sect-single .area-single h1 {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single h2 {
  font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single h3 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single p {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  padding: 0 0 24px;
}

.site-single .sect-single .area-single ul {
  padding: 0 0 24px;
}

.site-single .sect-single .area-single ul li:not(:last-child) {
  padding: 0 0 8px;
}

.site-single .back-btn {
  text-align: center;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.site-single .back-btn .link {
  color: #000;
}

.site-single .back-btn .link article {
  border: 1px solid #000;
}

.site-single .back-btn .link article .btn {
  width: clamp(10.625rem, 8.653rem + 8.41vw, 18.75rem);
  /*170~300px,vw="375~1920"*/
  margin: 5px;
  padding: 3px 0;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

.site-single .back-btn .link article .btn span {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  letter-spacing: 0.1rem;
}

@media (max-width: 600px) {
  .site-single {
    margin-top: 6vh;
  }
  .site-single .sect-single-title .area-single-title .post-date {
    padding-top: 0.5rem;
  }
}

@media (max-width: 450px) {
  .back-btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*15~30px,vw="375~1920"*/
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 7%;
  z-index: 997;
}

.site-header .site-logo .link img {
  width: clamp(9.375rem, 6.417rem + 12.62vw, 21.563rem);
  /*150~345px,vw="375~1920"*/
  height: auto;
}

@media (max-width: 600px) {
  .site-header {
    top: 1%;
    left: 3%;
  }
}

.navi-wrap .hamburger-icon {
  position: fixed;
  top: 1%;
  right: 7%;
  z-index: 999;
  cursor: pointer;
  width: clamp(2.5rem, 1.969rem + 2.27vw, 4.688rem);
  /*40~75px,vw="375~1920"*/
  height: clamp(2.5rem, 1.969rem + 2.27vw, 4.688rem);
  /*40~75px,vw="375~1920"*/
  border-radius: 5px;
}

.navi-wrap .hamburger-icon.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.navi-wrap .hamburger-icon.active span:nth-of-type(2) {
  opacity: 0;
}

.navi-wrap .hamburger-icon.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

.navi-wrap .hamburger-icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
  width: 70%;
}

.navi-wrap .hamburger-icon span:nth-of-type(1) {
  top: 15px;
}

.navi-wrap .hamburger-icon span:nth-of-type(2) {
  top: 24px;
}

.navi-wrap .hamburger-icon span:nth-of-type(3) {
  top: 33px;
}

.navi-wrap .global-navi {
  position: fixed;
  z-index: 998;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -150%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #000;
  /*動き*/
  -webkit-transition: all 1s;
  transition: all 1s;
}

.navi-wrap .global-navi.panelactive {
  right: 0;
  opacity: 0.9;
}

.navi-wrap .global-navi .list-navi {
  position: absolute;
  z-index: 999;
  top: 26%;
  right: -10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.navi-wrap .global-navi .list-navi .navi-item {
  width: clamp(1.875rem, 1.268rem + 2.59vw, 4.375rem);
  /*30~70px,vw="375~1920"*/
  padding-top: 20px;
  margin-right: clamp(0.625rem, 0.322rem + 1.29vw, 1.875rem);
  /*10~30px,vw="375~1920"*/
  border-top: 3px solid #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi-wrap .global-navi .list-navi .navi-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navi-wrap .global-navi .list-navi .navi-item ul li {
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  /*20~30px,vw="375~1920"*/
  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;
}

.navi-wrap .global-navi .list-navi .navi-item ul li .link figure {
  width: clamp(1.875rem, 1.723rem + 0.65vw, 2.5rem);
  /*30~40px,vw="375~1920"*/
  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;
}

.navi-wrap .global-navi .list-navi .navi-item ul li .link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navi-wrap .global-navi .list-navi .navi-item .link {
  color: #fff;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.navi-wrap .global-navi .list-navi .navi-item .link:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .navi-wrap .global-navi .list-navi {
    right: -20%;
  }
}

@media (max-width: 600px) {
  .navi-wrap .hamburger-icon {
    top: 0;
  }
  .navi-wrap .hamburger-icon span {
    width: 80%;
  }
  .navi-wrap .global-navi .list-navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navi-wrap .global-navi .list-navi .navi-item {
    width: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 0;
    padding: 0 0 30px;
    border-top: 0;
  }
  .navi-wrap .global-navi .list-navi .navi-item ul li {
    margin: 0 clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem) 0 0;
    /*20~30px,vw="375~1920"*/
  }
}

@media (max-width: 400px) {
  .navi-wrap .global-navi .list-navi .navi-item .link {
    font-size: 14px;
  }
}

.site-footer {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7))), url(../images/top/main.jpg) no-repeat center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7)), url(../images/top/main.jpg) no-repeat center/cover;
  color: #fff;
}

.site-footer .area-footer {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .area-footer .site-logo {
  width: 50%;
}

.site-footer .area-footer .site-logo figure {
  width: clamp(11.563rem, 6.253rem + 22.65vw, 33.438rem);
  /*185~535px,vw="375~1920"*/
  margin: 0 auto;
}

.site-footer .area-footer .site-logo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

.site-footer .area-footer .company-meta {
  width: 50%;
  margin-top: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem);
}

.site-footer .area-footer .company-meta .company-meta-wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.site-footer .area-footer .company-meta .company-meta-wrap .branch-item {
  line-height: 1.2rem;
}

.site-footer .area-footer .company-meta .company-meta-wrap .branch-item:first-child {
  padding-bottom: 3rem;
}

.site-footer .area-footer .company-meta .company-meta-wrap .branch-item .branch-name {
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  padding-bottom: 1.6rem;
}

.site-footer .area-footer .company-meta .company-meta-wrap .branch-item .branch-mata {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
}

.site-footer .area-footer .company-meta .company-meta-wrap .about-contact {
  margin: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer .area-footer .company-meta .company-meta-wrap .about-contact .about-contact-item {
  background-color: #008182;
  padding: 1px 0;
  border-radius: 7px;
  width: 47%;
  text-align: center;
}

.site-footer .area-footer .company-meta .company-meta-wrap .about-contact .about-contact-item .link {
  color: #fff;
  width: 100%;
  height: 100%;
}

.site-footer .area-footer .company-meta .company-meta-wrap .about-contact .about-contact-item .link article p {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
}

.site-footer .copy-right {
  text-align: center;
  padding: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem) 0;
  /*15~20px,vw="375~1920"*/
  border-top: 2px solid #fff;
}

.site-footer .copy-right p {
  color: #fff;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  letter-spacing: 0.1rem;
}

@media (max-width: 960px) {
  .site-footer .area-footer {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .site-footer .area-footer {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .area-footer .site-logo {
    width: 100%;
    margin-top: 1rem;
  }
  .site-footer .area-footer .company-meta {
    width: 100%;
  }
  .site-footer .area-footer .company-meta .company-meta-wrap {
    width: 100%;
  }
  .site-footer .area-footer .company-meta .company-meta-wrap .branch-item {
    line-height: 1rem;
  }
  .site-footer .area-footer .company-meta .company-meta-wrap .branch-item:first-child {
    padding-bottom: 2rem;
  }
  .site-footer .area-footer .company-meta .company-meta-wrap .branch-item .branch-name {
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    padding-bottom: 1rem;
  }
  .site-footer .area-footer .company-meta .company-meta-wrap .branch-item .branch-mata {
    font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  }
}

.top-scroll {
  position: fixed;
  z-index: 500;
  bottom: 2vw;
  right: 1vw;
}

.top-scroll .link:hover {
  opacity: 0.7;
}

.top-scroll .link .top-scroll-btn {
  width: clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem);
  /*40~100px,vw="375~1920"*/
  height: clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem);
  /*40~100px,vw="375~1920"*/
}

.top-scroll .link .top-scroll-btn img {
  width: 100%;
}
/*# sourceMappingURL=header_footer.css.map */