@charset "UTF-8";
/* ここからオリジナルコード */
.header-logo {
  display: block;
  max-width: 50px;
}

.header-logo img {
  display: block;
  max-width: 50px;
}

.header, .colorlib-nav {
  width: 100%;
  padding: 20px 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#colorlib-hero {
  height: 100vh;
  position: relative;
}

.slides li {
  height: 100vh;
}

.fv-slide {
  width: 100%;
  height: 100vh;
}

.fv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-text-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 98;
  opacity: 1;
}

.front-bg {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 110;
  animation: fadeOut 1.5s 1.5s forwards;
}

.fv-text-area-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.5); */
  color: #fff;
  z-index: 98;
  opacity: 1;
}

@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.fv-title {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 80px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 610px;
  z-index: 9999;
}

.fv-text {
  color: #dbdbdb;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 30px;
  z-index: 9999;
}

.flexslider {
  width: 100%;
}

.slide-text-outer {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.slider-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 800px;
  height: auto !important;
  margin: 0 auto;
}

.slider-text p:nth-of-type(1) {
  /* font-family: "Caveat", cursive; */
  /* font-optical-sizing: auto; */
  /* font-weight: 700; */
  /* font-style: normal; */
}

.slider-text p {
  color: #fff;
  font-size: 80px;
  height: 80px;
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fv-text-area-inner {
  width: auto;
  height: 150px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-section {
  padding: 50px !important;
}

.top-about-title {
  text-align: center;
  padding: 50px 0 0 0;
}

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

.top-page-container {
  margin-top: 100px;
}

.top-page-content {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  gap: 0 30px;
}

.col-md-4 {
  width: 40%;
  padding: 0;
}

.business-content {
  display: block;
}

.blog-entry .desc {
  width: 90%;
}

.business-content-img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.pos {
  color: #000 !important;
  font-weight: 700;
  margin-bottom: 10px;
}

.pos span {
  color: #666 !important;
  font-weight: 700;
  font-size: 25px;
}

.top-content-title {
  font-size: 18px !important;
  margin-bottom: 15px;
}

.top-content-title span {
  background: #62b9c9;
  color: #fff;
  padding: 5px;
  margin: 0 5px 0 0;
}

.top-content-text {
  font-size: 14px;
}

.top-content-text span {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #333;
}

.top-archive-title-area {
  margin-bottom: 50px;
}

.top-archive-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.top-archive-sub-title {
  font-size: 20px;
  color: #999;
  text-align: center;
}

.archive-slider {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 0 30px; */
}

.archive-slide {
  width: 300px;
  height: 300px;
  margin: 0 30px;
}

.archive-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-slide-btn {
  display: block;
  border: 1px solid #333;
  color: #333;
  width: 200px;
  margin: 100px auto;
  text-align: center;
}

.archive-slide-btn:hover {
  color: #fff;
  background: #333;
}

#colorlib-footer {
  padding: 50px 50px 20px 50px;
}

.footer-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
}

.footer-left {
  margin-right: 50px;
}

.footer-logo-link {
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-logo-link img {
  width: 100%;
}

.footer-logo-link p {
  /* margin-right: 10px; */
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
}

.footer-list {
  list-style: none;
  display: flex;
  gap: 0 50px;
  flex-wrap: wrap;
  padding: 0;
}

.footer-item {
  text-align: center;
  position: relative;
}

.footer-item a:hover {
  color: #62b9c9;
}

.footer-item::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 20px;
  height: 1px;
  /* background: #F6490D; */
  border-bottom: 1px solid #62b9c9;
}

.footer-item a {
  color: #fff;
}

.c-text {
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

.break-1060 {
  display: none;
}

@media screen and (max-width: 1250px) {
  .blog-entry .desc {
    width: 101%;
    margin-left: -1px;
    padding: 1em 1em 1em 0;
  }
}
@media screen and (max-width: 1250px) {
  .break-1060 {
    display: block;
  }
  .top-content-title {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1000px) {
  .top-about-title {
    text-align: left;
  }
  .top-about-text {
    text-align: left;
  }
  .top-page-content {
    flex-direction: column;
  }
  .col-md-4 {
    width: 100%;
    margin: 20px auto;
  }
  .business-content-img {
    width: auto;
    height: auto;
  }
  .top-content-title {
    font-size: 25px !important;
  }
  .break-1060 {
    display: none;
  }
  .top-content-text span {
    font-size: 20px;
  }
  .top-content-text {
    font-size: 20px;
  }
  .archive-slide {
    height: 210px;
  }
}
@media screen and (max-width: 800px) {
  .top-page-container {
    margin-top: 80px;
  }
  .archive-slide {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .header, .colorlib-nav {
    width: auto;
    padding: 20px 0px 0 20px;
  }
  .colorlib-nav-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .archive-slide {
    height: 250px;
  }
  #colorlib-footer {
    padding: 80px 50px 20px 50px;
  }
  .footer-main {
    flex-direction: column;
  }
  .footer-left {
    margin: 0;
  }
  .footer-logo-link p {
    margin: 0;
  }
  .footer-list {
    flex-direction: column;
    padding: 50px 0;
  }
  .footer-item {
    margin: 10px 0;
  }
  .footer-item a {
    font-size: 25px;
  }
  .footer-item::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    /* background: #F6490D; */
    border-bottom: 1px solid #62b9c9;
    margin: 0 auto;
    right: 0;
  }
}
@media screen and (max-width: 680px) {
  .fv-title {
    font-size: 50px;
    width: 380px;
  }
  .fv-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .main-section {
    padding: 0 20px !important;
  }
  .archive-slide {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .top-content-title {
    font-size: 22px !important;
  }
  .top-content-text span {
    font-size: 16px !important;
  }
  .top-content-text {
    font-size: 16px !important;
  }
  .archive-slide {
    height: 300px;
    margin: 0 20px;
  }
  .footer-item a {
    font-size: 20px;
  }
  .footer-item::after {
    top: 40px;
  }
}
@media screen and (max-width: 400px) {
  .fv-title {
    font-size: 40px;
    width: 302px;
    margin-bottom: 10px;
  }
  .fv-text {
    font-size: 18px;
  }
  .top-about-title {
    font-size: 25px;
  }
  .top-about-text {
    font-size: 13px;
  }
  .col-md-4 {
    margin: 10px auto;
  }
  .top-content-title {
    font-size: 17px !important;
  }
  .top-content-text span {
    font-size: 13px !important;
  }
  .top-content-text {
    font-size: 13px !important;
  }
}
.header-logo img {
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .header-logo img {
    max-width: 100px;
  }
}
.colorlib-nav ul li a {
  color: #fff;
}

.top-about-title,
.top-archive-title {
  font-weight: bold;
}

.colorlib-nav.nav_scroll ul li a {
  color: #000;
}

.colorlib-nav.nav_scroll ul li a:hover,
.colorlib-nav.nav_scroll ul li.active > a {
  color: #62b9c9;
}/*# sourceMappingURL=style_add.css.map */