@charset "UTF-8";
#index {
  margin-bottom: 200px;
  /* MV
  ---------------------------------------------------------------------------- */
  /* 人と人との関係を大切に、中小企業を本当の成長へ導きます。
  ---------------------------------------------------------------------------- */
  /* 会計・財務顧問
  ---------------------------------------------------------------------------- */
  /* このような経営課題にお応えします
  ---------------------------------------------------------------------------- */
  /* 中小企業のチカラになる3つのサービス
  ---------------------------------------------------------------------------- */
  /* 私たちについて
  ---------------------------------------------------------------------------- */
  /* 他ページリンク
  ---------------------------------------------------------------------------- */
  /* お知らせセクション
  ---------------------------------------------------------------------------- */
}
@media screen and (max-width: 767px) {
  #index {
    margin-bottom: 6rem;
  }
}
#index .p-mv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #index .p-mv {
    margin-top: 6rem;
    height: 53rem !important;
  }
}
#index .p-mv::before {
  content: "";
  position: absolute;
  bottom: 20rem;
  transform: translateX(-50%);
  left: 50%;
  width: calc(100% + 40rem);
  height: 37rem;
  z-index: 10;
  background: url(../img/index/bg_mv_people.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-mv::before {
    content: none;
  }
}
#index .p-mv .slider-box {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #index .p-mv .slider-box {
    height: 100%;
  }
}
#index .p-mv .slider-box * {
  height: 100%;
}
#index .p-mv .slider-box .slick-slider {
  visibility: hidden;
}
#index .p-mv .slider-box .slick-slider.slick-initialized {
  visibility: visible;
}
#index .p-mv .slider-box .slider {
  padding-top: 13rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-mv .slider-box .slider {
    padding-top: 0;
  }
}
#index .p-mv .slider-box .slider_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .p-mv .slider-box .slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .p-mv .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #index .p-mv .txt-box {
    width: 100%;
    top: auto;
    transform: translateX(-50%);
    bottom: 8rem;
  }
}
#index .p-mv .txt-box .c-secttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #index .p-mv .txt-box .c-secttl-box {
    width: 100%;
  }
}
#index .p-mv .txt-box .c-secttl-box .c-secsubttl {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-mv .txt-box .c-secttl-box .c-secsubttl {
    font-size: 1.6rem;
  }
}
#index .p-mv .txt-box .c-secttl-box .c-secsubttl::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  background-color: rgba(255, 255, 255, 0.64);
  filter: blur(1rem);
}
#index .p-mv .txt-box .c-secttl-box .c-secttl {
  display: inline-block;
  position: relative;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-mv .txt-box .c-secttl-box .c-secttl {
    font-size: 2.6rem;
  }
}
#index .p-mv .txt-box .c-secttl-box .c-secttl::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  background-color: rgba(255, 255, 255, 0.64);
  filter: blur(1rem);
}
#index .p-about {
  padding-top: 6rem;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-about {
    height: auto;
    padding: 6rem 0 13rem;
  }
}
#index .p-about::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  transform: translateX(-50%);
  left: 50%;
  width: calc(100% + 40rem);
  height: 48rem;
  background: url(../img/index/bg_about_people.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-about::before {
    width: 56rem;
    height: 13rem;
    background: url(../img/index/bg_about_people_sp.png) no-repeat center center/contain;
  }
}
#index .p-about .txt {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #index .p-about .txt {
    margin-top: 2rem;
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}
#index .p-about .c-btn {
  margin-top: 5rem;
}
#index .p-service {
  padding: 17rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #index .p-service {
    padding: 5rem 0 8rem;
  }
}
#index .p-theme {
  padding: 6rem 0 8rem;
  background-color: #EFFAFD;
}
#index .p-theme .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-theme .list {
    grid-template-columns: repeat(1, 1fr);
    margin: 4rem 5rem 0;
  }
}
#index .p-theme .list_item {
  border: 1px solid #006CB8;
  border-radius: 1rem;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 4.6rem 0 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-theme .list_item {
    padding: 3rem 0;
  }
}
#index .p-theme .list_item_img {
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
}
#index .p-theme .list_item_txt {
  margin-top: 1.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5555;
}
@media screen and (max-width: 767px) {
  #index .p-theme .list_item_txt {
    font-size: 1.5rem;
  }
}
#index .p-theme .list_item:nth-child(2) .list_item_img {
  width: 3.4rem;
}
#index .p-theme .list_item:nth-child(3) .list_item_img {
  width: 5rem;
}
#index .p-theme .list_item:nth-child(4) .list_item_img {
  empty-cells: 3rem;
}
#index .p-support {
  padding: 13rem 0 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-support {
    padding: 6rem 0 8rem;
  }
}
#index .p-support .c-secttl-box {
  text-align: center;
}
#index .p-support .list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #index .p-support .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
    margin: 3rem 2rem 0;
  }
}
#index .p-support .list_item_ttl {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 700;
  color: #006CB8;
  margin-top: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.619;
}
@media screen and (max-width: 767px) {
  #index .p-support .list_item_ttl {
    margin-top: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
#index .p-support .list_item_txt {
  margin-top: 1.5rem;
  line-height: 1.8666666;
}
@media screen and (max-width: 767px) {
  #index .p-support .list_item_txt {
    text-align: center;
  }
}
#index .p-support .list_item .c-btn {
  margin-top: 3.5rem;
}
#index .p-training {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-training {
    padding: 8rem 0 6.5rem;
  }
}
#index .p-training .c-flex-box .ttl {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #index .p-training .c-flex-box .ttl {
    text-align: center;
    font-size: 1.4rem;
  }
}
#index .p-training .c-flex-box .c-secttl-box {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-training .c-flex-box .c-secttl-box {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-training .c-flex-box .c-secttl-box .c-secsubttl {
    font-size: 1.8rem;
  }
}
#index .p-training .c-flex-box .c-secttl-box .c-secttl {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #index .p-training .c-flex-box .c-secttl-box .c-secttl {
    margin-top: 0;
  }
}
#index .p-training .award {
  margin-top: 15rem;
  background-color: #FFFAEB;
  border-radius: 3rem;
  padding: 7rem 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #index .p-training .award {
    margin-top: 6.5rem;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    border-radius: 0;
    display: block;
    padding: 8rem 1.5rem 7rem;
  }
}
#index .p-training .award .txt-box {
  flex: 1;
  text-align: center;
}
#index .p-training .award .txt-box .lead {
  display: inline-block;
  font-size: 1.8rem;
  color: #006CB8;
  padding: 0 2.5rem;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-training .award .txt-box .lead {
    font-size: 1.4rem;
    text-align: center;
  }
}
#index .p-training .award .txt-box .lead::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../img/index/icon_training_ttl_left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-training .award .txt-box .lead::before {
    width: 2.3rem;
    height: 3.4rem;
    background: url(../img/index/icon_training_ttl_left_sp.svg) no-repeat center center/contain;
  }
}
#index .p-training .award .txt-box .lead::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 0;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../img/index/icon_training_ttl_right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-training .award .txt-box .lead::after {
    width: 2.3rem;
    height: 3.4rem;
    background: url(../img/index/icon_training_ttl_right_sp.svg) no-repeat center center/contain;
  }
}
#index .p-training .award .txt-box .ttl {
  margin-top: -0.2rem;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  line-height: 1.6;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #index .p-training .award .txt-box .ttl {
    margin-top: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    text-align: center;
    white-space: nowrap;
  }
}
#index .p-training .award .txt-box .txt {
  margin-top: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #index .p-training .award .txt-box .txt {
    margin-top: 3.5rem;
    letter-spacing: 0.07em;
    font-size: 1.5rem;
  }
}
#index .p-training .award .img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #index .p-training .award .img {
    margin: 2rem auto 0;
  }
}
#index .p-links {
  padding-bottom: 3.8rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #EFFAFD 30%, #EFFAFD 100%);
}
@media screen and (max-width: 767px) {
  #index .p-links {
    background: none;
  }
}
#index .p-links .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-links .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-links .list_item {
    padding: 0 1.5rem 5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #EFFAFD 30%, #EFFAFD 100%);
  }
}
#index .p-links .list_item_ttl {
  margin-top: 3rem;
  text-align: center;
  color: #006CB8;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  #index .p-links .list_item_ttl {
    font-size: 1.8rem;
  }
}
#index .p-links .list_item_txt {
  margin-top: 1.5rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #index .p-links .list_item_txt {
    letter-spacing: 0.08em;
  }
}
#index .p-links .list_item .c-link {
  margin-top: 0.5rem;
}
#index .l-info-box {
  padding: 14rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #index .l-info-box {
    padding: 8rem 0 10rem;
  }
}
#index .l-info-box .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  #index .l-info-box .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
  }
}
#index .l-info-box .inner .ttl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #index .l-info-box .inner .ttl-box {
    justify-content: center;
  }
}
#index .l-info-box .inner .ttl-box .c-secttl {
  margin-top: 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #index .l-info-box .inner .ttl-box .c-secttl {
    font-size: 2.4rem;
  }
}
#index .l-info-box .inner .list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #index .l-info-box .inner .c-link {
    margin-top: 3rem;
  }
/*# sourceMappingURL=index.css.map */
