@charset "UTF-8";
@media screen and (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

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

.tab-sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .tab-sp {
    display: block;
  }
}

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

.sec-inner {
  max-width: 1080px;
  margin: 0 auto;
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .sec-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header {
  background: #f1f1f1;
  padding-bottom: 36px;
}
@media screen and (max-width: 1199px) {
  .header {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 6px 15px;
  }
}

.header__logo img {
  max-width: 434px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .header__logo img {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    height: 38px;
  }
}

.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .header__right {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .header__right {
    display: none;
  }
}

.header__tel-wrap {
  margin-right: 15px;
}

.header__tel {
  font-family: "Stoke", serif;
}
@media screen and (max-width: 1199px) {
  .header__tel {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1240px) {
  .header__tel img {
    width: 30px;
  }
}
.header__tel span {
  font-size: 39px;
  color: #f68014;
}
@media screen and (max-width: 1240px) {
  .header__tel span {
    font-size: 28px;
  }
}

.header__time {
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .header__time {
    font-size: 10px;
  }
}
.header__time span {
  display: block;
}
.header__time .header__time-label {
  padding: 3px 11px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .header__time .header__time-label {
    padding: 3px 7px;
  }
}
.header__time .header__time-value {
  padding: 2px 33px;
  border: 1px solid #000;
}
@media screen and (max-width: 1240px) {
  .header__time .header__time-value {
    padding: 2px 10px;
  }
}

.header__contact {
  margin-right: 10px;
}

.header__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  background: #fff;
  line-height: 1.25;
  text-align: center;
  color: #06c755;
}
.header__line img {
  display: block;
}

.header__line-en {
  font-size: 18px;
}

.header__menu-toggle {
  display: none;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 16px;
}
@media screen and (max-width: 767px) {
  .header__menu-toggle {
    display: block;
  }
}

.header__menu-icon {
  font-weight: bold;
}

.header__nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__nav.is-open {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    margin-left: auto;
  }
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.header__menu-item a {
  text-decoration: none;
  font-size: 14px;
  color: inherit;
}

.header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__links {
    display: none;
  }
}

.header__link {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  color: inherit;
}
@media screen and (max-width: 1199px) {
  .header__link {
    font-size: 16px;
  }
}
.header__link:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: #f68014;
  width: 0;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link:hover {
  color: #f68014;
}
.header__link:hover::after {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide-container {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .slide-container {
    margin-top: 0;
  }
}

.slide-title-container {
  margin: 3px auto 0;
  max-width: 660px;
  line-height: 1.667;
}
@media screen and (max-width: 767px) {
  .slide-title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slide-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-size: 12px;
}

.slide-date {
  color: #b9b9b9;
}

.slide-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-post-container {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .category-post-container {
    margin-top: 60px;
  }
}

.category-wrap {
  margin-bottom: 18px;
}
.category-wrap:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .cta-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

.footer-logo {
  margin-bottom: 15px;
}
.footer-logo img {
  width: 371px;
}

.footer-tel {
  margin: 20px 0;
}

.footer-address {
  line-height: 1.8;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .footer-address {
    text-align: left;
    margin-top: 30px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-cta-web {
  margin-bottom: 15px;
}

.footer-cta-line {
  margin-bottom: 20px;
}

.footer-address-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer-address-item a {
  color: #fff;
  text-decoration: underline;
}
.footer-address-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer-address-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer-address-item-name {
  width: 60px;
}

.footer-nav-container {
  width: 63%;
}

.footer-nav-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 40px;
}
.footer-nav-area > div {
  width: 33.3%;
  max-width: 220px;
}
.footer-nav-area a {
  color: inherit;
}

.footer-section-title {
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}

.footer-link-list {
  margin-top: 18px;
}
.footer-link-list a {
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
}
.footer-link-list a::after {
  background-image: url(../img/right-arrow.svg);
  background-size: cover;
  content: "";
  position: absolute;
  top: 3px;
  right: -18px;
  width: 6px;
  height: 11px;
  /* transform: translateY(-50%); */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-link-list a:hover::after {
  right: -20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-link-list a.company-link::after {
  background-image: url(../img/link-icon.svg);
  right: -20px;
  width: 12px;
  height: 12px;
}

.footer-cert-and-copy {
  width: 345px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 43px;
}
.footer-cert-and-copy a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .footer-cert-and-copy {
    width: 100%;
    margin-right: auto;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-cert img {
  min-width: 57px;
}

.footer-cert-text {
  line-height: 1.8;
  font-size: 100;
  font-size: 12px;
}
.footer-cert-text a {
  text-decoration: underline;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.8s ease, visibility 0.5s ease;
  transition: opacity 0.8s ease, visibility 0.5s ease;
}

/* JavaScriptで消すとき */
.js-enabled #loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.btnshine {
  position: relative;
  display: inline-block;
  color: #fff;
  background: transparent;
  text-decoration: none;
  overflow: hidden;
  border-radius: 100px;
}

.btnshine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.btnshine:hover::before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.fixed-btn {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s;
}
.fixed-btn.visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1860px) {
  .fixed-btn {
    width: 68vw;
    left: calc(50% - 200px);
  }
}
@media screen and (max-width: 1280px) {
  .fixed-btn {
    width: 65vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
    gap: 0.4rem;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .fixed-btn a {
    border-radius: 0;
  }
}
.fixed-btn img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fixed-btn__tel {
    width: 44%;
  }
  .fixed-btn__contact,
  .fixed-btn__line {
    width: 27%;
  }
}
.fixed-btn__top {
  margin-top: 13px;
  margin-left: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed-btn__top:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .fixed-btn__top {
    max-width: 40px;
  }
}

.fixed-btn__contact {
  position: relative;
}
.fixed-btn__contact .fixed-btn__contact__tag {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
  width: 17vw;
}

.fixed-btn-pc {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  background: #fff7e6;
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed-btn-pc {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    position: static;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.fixed-btn-pc-head {
  background: -webkit-gradient(linear, left top, right top, from(#ffb487), color-stop(#ffbd58), to(#ff7660));
  background: -webkit-linear-gradient(left, #ffb487, #ffbd58, #ff7660);
  background: linear-gradient(to right, #ffb487, #ffbd58, #ff7660);
  line-height: 1.52;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fixed-btn-pc-head {
    font-size: clamp(12px, 4.5vw, 17px);
  }
}

.fixed-btn-pc-content {
  background: #fff7e6;
  padding: 20px;
}
.fixed-btn-pc-content a {
  display: block;
}

.fixed-btn-pc-text {
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
}

.fixed-btn-pc-teltext {
  margin-bottom: 10px;
  font-size: 14px;
}

.fixed-btn-pc-tel {
  margin-bottom: 20px;
}

.fixed-btn-pc-contact {
  margin-bottom: 15px;
}