.site-header-logo {
  font-weight: 700;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 767.8px) {
  .site-header-logo {
    padding-left: 64px !important;
    padding-right: 64px;
  }
}
.site-header-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header-logo .txt {
  font-size: 75%;
  margin-left: 12px;
  margin-top: -5px;
}
@media (max-width: 767.8px) {
  .site-header-logo .txt {
    font-size: 60%;
  }
}

.gnav-checkbox {
  display: none;
}
.gnav-checkbox:checked ~ .gnav-checkbox-label {
  display: block;
}
.gnav-checkbox:checked ~ .gnav-checkbox-label span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnav-checkbox:checked ~ .gnav-checkbox-label span::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gnav-checkbox:checked ~ .gnav-checkbox-label span::after {
  opacity: 0;
}

.gnav-checkbox-layer {
  display: none;
}
.gnav-checkbox:checked ~ .gnav-checkbox-layer {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.gnav-checkbox-label {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: fixed;
  z-index: 10010;
  left: 8px;
  top: 8px;
  background-color: black;
  -webkit-box-shadow: 0 1px 4px rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 4px rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.scrolled .gnav-checkbox-label {
  display: block;
}
.admin-bar .gnav-checkbox-label {
  top: 62px;
}
.gnav-checkbox-label span {
  position: absolute;
  left: 8px;
  top: 23px;
  display: block;
  height: 2px;
  width: 32px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnav-checkbox-label span::before, .gnav-checkbox-label span::after {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnav-checkbox-label span::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gnav-checkbox-label span::after {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

#gnav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 80px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translate(-120%);
          transform: translate(-120%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
  pointer-events: none;
}
#gnav #menu-menu_01 {
  display: block;
}
#gnav #menu-menu_01 > li:not(:first-child) {
  border-top: 1px solid #ccc;
}
#gnav #menu-menu_01 > li a {
  display: block;
  height: auto;
  padding: 15px 20px;
  border: 0;
}
.gnav-checkbox:checked ~ #gnav {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  pointer-events: auto;
}
body #gnav > .gnav-inner {
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  white-space: normal;
  padding: 20px;
}

#menu-footer_menu_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #menu-footer_menu_02 {
    font-size: 14px;
  }
}
#menu-footer_menu_02 > li {
  margin-left: 8px;
  margin-right: 8px;
}
#menu-footer_menu_02 > li a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}
#menu-footer_menu_02 > li a:hover {
  text-decoration: none;
  color: #1e73be;
}

.c-title {
  text-align: center;
  padding-bottom: 7vw;
  font-size: 175%;
}
@media (min-width: 768px) {
  .c-title {
    font-size: 2.65rem;
    padding-bottom: 50px;
  }
}

.c-title-02 {
  position: relative;
  font-size: 150%;
  text-align: center;
  padding-bottom: 0.42em;
  margin-bottom: 2em;
}
.c-title-02::before {
  content: "";
  height: 0.2em;
  width: 2.3em;
  border-radius: 0.25em;
  background-color: #e10001;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-title-03 {
  border-bottom: 3px solid #adacac;
  font-size: 125%;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.75;
}
.c-title-03::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.2em;
  border-radius: 0.2em;
  background-color: #e10001;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title-04 {
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}
.c-title-04::before {
  content: "";
  position: absolute;
  bottom: -1px;
  overflow: hidden;
  display: block;
  width: 30%;
  line-height: 0;
  border-bottom: 1px solid #cf000e;
}

.c-section {
  position: relative;
  padding-top: 7vw;
  padding-bottom: 7vw;
}
@media (min-width: 768px) {
  .c-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.c-posts-slider {
  position: relative;
}

.c-posts-slider-item {
  max-width: 300px;
}

.c-posts-slider-item__thumbnail {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  line-height: 1;
}
.c-posts-slider-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-posts-slider-item__body {
  background-color: #fff;
  padding: 20px;
  padding-top: 10px;
}

.c-posts-slider-item__time {
  font-size: 75%;
  color: #cf000e;
  font-weight: bold;
}

.c-posts-slider-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 4.5em;
  line-height: 1.5;
}

.c-btn {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 5px;
  max-width: 280px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 1.5rem 24px;
  outline: none;
  cursor: pointer;
}
.c-btn::before {
  content: "";
  width: 8px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-4px) rotate(45deg);
          transform: translateY(-4px) rotate(45deg);
  border: 1px solid #cf000e;
  border-bottom-width: 0;
  border-left-width: 0px;
  height: 8px;
}

.c-btn-02 {
  position: relative;
  max-width: 275px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  display: inline-block;
  position: relative;
  border-radius: 9999px;
  text-align: center;
  background-color: #cf000e;
  color: white;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 13px;
}
.c-btn-02:hover {
  color: white;
  background-color: #000;
}
.c-btn-02:hover::before {
  right: 15px;
}
.c-btn-02::before {
  content: "";
  width: 8px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-4px) rotate(45deg);
          transform: translateY(-4px) rotate(45deg);
  border: 1px solid white;
  border-bottom-width: 0;
  border-left-width: 0px;
  height: 8px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.bg-gray {
  background-color: #e3e3e3;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-12 {
  margin-top: 3rem;
}

@media screen and (min-width: 480px) {
  .mt-12-xs {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .mt-12-sm {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .mt-12-md {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .mt-12-lg {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .mt-12-xl {
    margin-top: 3rem;
  }
}
.mt-8 {
  margin-top: 2rem;
}

@media screen and (min-width: 480px) {
  .mt-8-xs {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .mt-8-sm {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .mt-8-md {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .mt-8-lg {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .mt-8-xl {
    margin-top: 2rem;
  }
}
.font-bold {
  font-weight: 700;
}/*# sourceMappingURL=override.css.map */