@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

#index .section.servicetop .service-items .service-item-inner {
  cursor: pointer;
}

#index .section.servicelist .swiper-button-prev, #index .section.servicelist .swiper-button-next {
  display: none;
}

#index .section.seminar .swiper-button-next {
  display: none !important;
}

.slide-servicepickup-item-text {
  font-size: 2rem;
  font-weight: bold;
}

#index .section.servicepickup .swiper-container .swiper-button-next .icon {
  display: none !important;
}

#index .section.servicetop .service-items .service-item-content .link-text {
  display: none;
}

#index .section.access {
  margin-top: 5%;
}

#index .section.seminar .swiper-button-prev {
  display: none !important;
}

.servicetop a {
  cursor: initial;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

.footer .footer-nav-area .navs {
  width: initial;
}

.footer .footer-nav-area .sns-share {
  position: initial;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav-area .wrap {
    text-align: center;
  }
  .footer .footer-nav-area .site-title {
    margin: 0 auto;
  }
  .footer .footer-nav-area .sns-share_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 40px;
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 0px 20px;
  }
}

#index .section.seminar .swiper-container .slide-seminar-item-date {
  font-weight: bold;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  #index .section.seminar .swiper-container .slide-seminar-item-date {
    font-size: 1.5rem;
  }
}

#index .section.seminar .swiper-container .slide-seminar-item-visual {
  height: 250px;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px #ddd;
          box-shadow: 0 3px 6px #ddd;
}

@media screen and (max-width: 767px) {
  #index .section.seminar .swiper-container .slide-seminar-item-visual {
    height: 150px;
  }
}

#index .section.seminar .swiper-container .slide-seminar-item-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
}

@media screen and (min-width: 768px) {
  #index .section.seminar .swiper-container {
    margin-top: 60px;
  }
  #index .section.servicetop .service-items .service-item-title-index {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #index .section.seminar .section-headline {
    display: block !important;
  }
  #index .section.seminar .section-headline .link-button {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}
