/* ==================================================

 4.トップページ

================================================== */
.p-home_mv{
  background-image: url('https://prismgate.jp/cms/wp-content/uploads/img_mv_bg_pc.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 639px) {
  .p-home_mv{
    background-image: url('https://prismgate.jp/cms/wp-content/uploads/img_mv_bg_sp.jpg');
  }
}

@media print, screen and (min-width: 1024px) {
  .section_top_mv {
    padding-bottom: 2rem !important;
  }
}
@media print, screen and (max-width: 639px) {
  .section_top_mv {
    padding-top: 0;
  }
}

@media print, screen and (max-width: 639px) {
  .block_top_seminar .title_seminar {
    font-size: 1.25rem !important;
  }
}
@media print, screen and (max-width: 639px) {
  .block_top_seminar p {
    margin-top: 0 !important;
    font-size: 1rem !important;
  }
}
@media print, screen and (max-width: 639px) {
  .block_top_seminar span {
    font-size: 1.125rem !important;
  }
}
@media print, screen and (max-width: 639px) {
  .block_top_seminar hr {
    margin-top: 0 !important;
  }
}

.top_title_serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.top_block_who {
  background: url(../img/bg_who_title.svg) no-repeat;
  background-position: left 3rem;
}
@media print, screen and (max-width: 1023px) {
  .top_block_who {
    padding-top: 0;
    background-size: 100%;
    background-position: left 2rem;
  }
}

.top_block_who_title {
  font-size: 2rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media print, screen and (max-width: 1023px) {
  .top_block_who_title {
    font-size: 1.125rem;
  }
}

.top_block_service .smb-panels__item {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top_block_service hr {
  margin-top: 0 !important;
  opacity: 0.5;
}
.top_block_service p {
  margin: 0 !important;
  color: #fff;
}
.top_block_service .service_p_serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top_block_service figure {
  margin-top: 18px !important;
}

.top_block_case img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (max-width: 1023px) {
  .top_block_case {
    padding-top: 0;
  }
}
.top_block_contact .is-layout-constrained > :not(:first-child) {
  margin-top: 0;
}
.top_block_contact .top_title_contact {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 639px) {
  .top_block_contact .top_title_contact {
    font-size: 1.375rem;
  }
}
.top_block_contact .top_contact_column_left {
  text-align: right;
  line-height: 1.3rem;
}
@media print, screen and (max-width: 639px) {
  .top_block_contact .top_contact_column_left {
    text-align: center;
  }
}
.top_block_contact .wp-block-buttons .wp-block-button a.wp-block-button__link {
  color: #b62e32;
  padding: 24px 0;
  line-height: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_block_contact .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  background-color: #b62e32 !important;
  color: #ffffff !important;
  opacity: 1;
}
.top_block_contact a.wp-block-button__link {
  position: relative;
}
@media print, screen and (max-width: 639px) {
  .top_block_contact .top_contact_column_right {
    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;
  }
}
.top_block_contact a.wp-block-button__link:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #b62e32;
  border-right: solid 2px #b62e32;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_block_contact a.wp-block-button__link:hover:after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

@media print, screen and (max-width: 639px) {
  .top_title_yt {
    font-size: 1.25rem !important;
  }
}

.top_news_title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media print, screen and (min-width: 1200px) {
  .top_block_case {
    background: url(../img/bg_top_achievement.svg) no-repeat bottom right;
  }
}

@media print, screen and (min-width: 1600px) {
  .p-home_mv{
    background-size: cover;
  }
}
