@charset "utf-8";
/*
Theme Name:センシア株式会社
*/

/* ============================================================================
 * top
 * ========================================================================= */
/* header
 * ========================================================================= */
.p-top-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* mv
 * ========================================================================= */
.p-top-mv {
  display: flex;
  height: 100vh;
  min-height: 600px;
  padding: 160px 0 110px;
  position: relative;
  overflow: hidden;
}
.p-top-mv__anime {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-mv__catch {
  margin-top: auto;
  font-size: 60px;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.833;
  position: relative;
}
@media (max-aspect-ratio: 16/9) and ((min-height: 601px) or (max-width: 767px)) {
  .p-top-mv__anime {
    width: auto;
    height: 100%;
  }
}
@media (max-aspect-ratio: 16/9) and (max-height: 600px) and (min-width: 768px) {
  .p-top-mv__anime {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding: 120px 0 60px;
  }
  .p-top-mv__catch {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
/* サービス
 * ========================================================================= */
.p-top-service {
  position: relative;
}
.p-top-service .c-section__title, .p-top-service .c-section__text {
  position: relative;
  z-index: 2;
}
.p-top-service__group {
  margin-top: 70px;
}
.p-top-service__group-item + .p-top-service__group-item {
  margin-top: -1px;
}
.p-top-service__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 170px;
  padding: 50px 110px 50px 0;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
  position: relative;
  z-index: 2;
}
.p-top-service__title {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-top-service__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.833;
  letter-spacing: .05em;
}
.p-top-service__text:not(:first-child) {
  margin-top: 1em;
}
.p-top-service__btn {
  border-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #FFF;
}
.p-top-service__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.p-top-service__link:hover {
  opacity: 1;
}
.p-top-service__link:hover .p-top-service__btn {
  background-color: #fff;
  color: #515151;
}
.p-top-service__link:hover + .p-top-service__image {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service__link {
    padding: 40px 70px 40px 0;
  }
  .p-top-service__title {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .p-top-service__text:not(:first-child) {
    margin-top: 25px;
  }
}
/* 制作実績
 * ========================================================================= */
.p-top-solution-slider {
  width: 100vw;
  padding-bottom: 125px;
  position: relative;
  margin: 60px calc(50% - 50vw) 0 !important;
}
.p-top-solution-slider .c-slider-btns__btn {
  position: absolute;
  bottom: 0;
}
.p-top-solution-slider .c-slider-btns__btn-next {
  left: calc(50% + 15px);
}
.p-top-solution-slider .c-slider-btns__btn-prev {
  right: calc(50% + 15px);
}
/* お知らせ
 * ========================================================================= */
.p-top-news__btn-wrap {
  margin-top: 60px;
}
.p-top-news__btn {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn-wrap {
    margin-top: 50px;
  }
  .p-top-news__btn {
    margin-right: auto;
    margin-left: auto;
  }
}
/* ============================================================================
 * about
 * ========================================================================= */
.p-about-section:not(:first-child) {
  margin-top: 100px;
}
.p-about-section__title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}
.p-about-section__lead {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-about-section__lead:not(:first-child) {
  margin-top: 50px;
}
.p-about-section__text:not(:first-child) {
  margin-top: 50px;
}
.p-about-section__list {
  counter-reset: list;
}
.p-about-section__list:not(:first-child) {
  margin-top: 50px;
}
.p-about-section__list-item {
  counter-increment: list;
  padding-left: 1.575em;
  position: relative;
}
.p-about-section__list-item::before {
  content: counter(list) '.';
  position: absolute;
  left: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-about-section__list-item:not(:first-child) {
  margin-top: 1.5em;
}
.p-about-section__list-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-about-section__list-title span {
  display: inline-block;
  margin-left: .5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-about-section__list-title span::before {
  content: "(";
}
.p-about-section__list-title span::after {
  content: ")";
}
@media screen and (max-width: 767px) {
  .p-about-section:not(:first-child) {
    margin-top: 60px;
  }
  .p-about-section__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-about-section__lead {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .p-about-section__lead:not(:first-child), .p-about-section__list:not(:first-child) {
    margin-top: 30px;
  }
  .p-about-section__text:not(:first-child) {
    margin-top: 30px;
  }
  .p-about-section__list-item::before {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .p-about-section__list-title {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .p-about-section__list-title span {
    display: block;
    margin-left: 0;
  }
}
/* ============================================================================
 * service
 * ========================================================================= */
.p-service__title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-service__title:not(:last-child) {
  margin-bottom: calc(60px - .416em);
}
/* lead */
.p-service-lead__row {
  display: flex;
}
.p-service-lead__image {
  width: 510px;
  flex-shrink: 0;
  margin-right: 50px;
}
.p-service-lead__contents {
  flex: 1 1 auto;
}
.p-service-lead__contents-example {
  padding: 35px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.p-service-lead__contents-example:not(:first-child) {
  margin-top: 60px;
}
.p-service-lead__contents-example__title {
  font-weight: 700;
}
.p-service-lead__contents-example__group:not(:first-child) {
  margin-top: 10px;
}
.p-service-lead__contents-example__group-item {
  padding-left: 1em;
  position: relative;
}
.p-service-lead__contents-example__group-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
/* list */
.p-service-list:not(:first-child) {
  margin-top: 110px;
}
.p-service-list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
.p-service-list__group-item {
  display: flex;
  width: 33.333%;
  padding: 30px;
}
.p-service-list__card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-service-list__card-thumb:not(:last-child), .p-service-list__card-title:not(:last-child), .p-service-list__card-except:not(:last-child) {
  margin-bottom: 25px;
}
.p-service-list__card-thumb img {
  width: 100%;
}
.p-service-list__card-title {
  display: flex;
  justify-content: center;
  margin: -.416em 0;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
}
.p-service-list__card-except {
  margin-top: -.833em;
}
.p-service-list__card-link {
  margin-top: auto;
}
.p-service-list__card-link__btn {
  width: 220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-service-list__card:hover {
  opacity: 1;
}
.p-service-list__card:hover .p-service-list__card-link__btn > span {
  color: #fff;
}
.p-service-list__card:hover .p-service-list__card-link__btn::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 1023px) {
  .p-service-lead__image {
    width: 300px;
  }
  .p-service-list__group-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-lead__row {
    flex-wrap: wrap;
  }
  .p-service__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-service__title:not(:last-child) {
    margin-bottom: calc(40px - .416em);
  }
  .p-service-lead__image {
    width: 100%;
    margin-right: 0;
  }
  .p-service-lead__image img {
    width: 100%;
  }
  .p-service-lead__contents:not(:first-child) {
    margin-top: 35px;
  }
  .p-service-lead__contents-example {
    padding: 25px 0;
  }
  .p-service-lead__contents-example:not(:first-child) {
    margin-top: 35px;
  }
  .p-service-list:not(:first-child) {
    margin-top: 55px;
  }
  .p-service-list__group {
    margin: -25px;
  }
  .p-service-list__group-item {
    width: 100%;
    padding: 25px;
  }
}
/* ============================================================================
 * company
 * ========================================================================= */
.p-company-table {
  width: 100%;
}
.p-company-table tr {
  border-bottom: 1px solid #dcdcdc;
}
.p-company-table tr:first-child {
  border-top: 1px solid #dcdcdc;
}
.p-company-table th, .p-company-table td {
  padding: 40px 0;
}
.p-company-table th {
  width: 130px;
  text-align: left;
  font-weight: 700;
}
.p-company-table iframe {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-company-table, .p-company-table tbody, .p-company-table tr, .p-company-table th, .p-company-table td {
    display: block;
  }
  .p-company-table th {
    padding: 30px 0 5px;
  }
  .p-company-table td {
    padding: 5px 0 30px;
  }
  .p-company-table iframe {
    height: 230px;
    margin-top: 25px;
  }
}
/* ============================================================================
 * contact
 * ========================================================================= */
/* confirm
 * ========================================================================= */
.p-confirm-actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 100px;
}
.p-confirm-actions .c-btn {
  margin: 10px 20px;
}
.p-confirm-actions__send-btn {
  width: 500px;
}
.p-confirm-actions__back-btn {
  width: 300px;
}
/* ============================================================================
 * サイトマップ
 * ========================================================================= */
.p-sitemap-list__item {
  border-bottom: 1px solid #dcdcdc;
}
.p-sitemap-list__item:first-child {
  border-top: 1px solid #dcdcdc;
}
.p-sitemap-list__link {
  display: block;
  padding: 35px 0;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}
.p-sitemap-list__link span {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-sitemap-list-list {
  display: table;
  padding-bottom: 30px;
  margin-top: -10px;
}
.p-sitemap-list-list__item {
  display: table-row;
}
.p-sitemap-list-list__link, .p-sitemap-list-list-list {
  display: table-cell;
  padding: 15px 0;
}
.p-sitemap-list-list__link {
  font-weight: 700;
  white-space: nowrap;
}
.p-sitemap-list-list-list {
  padding-left: 60px;
}
.p-sitemap-list-list-list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -15px;
}
.p-sitemap-list-list-list__group-item {
  padding: 5px 15px;
}
.p-sitemap-list-list-list__link br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sitemap-list__link {
    padding: 25px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-sitemap-list-list, .p-sitemap-list-list__item, .p-sitemap-list-list__link, .p-sitemap-list-list-list {
    display: block;
  }
  .p-sitemap-list-list {
    padding-bottom: 25px;
  }
  .p-sitemap-list-list__item + .p-sitemap-list-list__item {
    margin-top: 25px;
  }
  .p-sitemap-list-list__link, .p-sitemap-list-list-list {
    padding: 0;
  }
  .p-sitemap-list-list__link {
    white-space: inherit;
  }
  .p-sitemap-list-list-list {
    padding-left: 0;
    margin-top: 15px;
  }
  .p-sitemap-list-list-list__group {
    margin: 0;
  }
  .p-sitemap-list-list-list__group-item {
    width: 100%;
    padding: 0;
  }
  .p-sitemap-list-list-list__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ============================================================================
 * プライバシーポリシー
 * ========================================================================= */
.p-privacy-list {
  counter-reset: list;
}
.p-privacy-list:not(:first-child) {
  margin-top: 1.833em;
}
.p-privacy-list__item {
  counter-increment: list;
  position: relative;
  padding-left: 1.25em;
}
.p-privacy-list__item::before {
  content: counter(list)'.';
  font-weight: 700;
  position: absolute;
  left: 0;
}
.p-privacy-list__item + .p-privacy-list__item {
  margin-top: 1.833em;
}
.p-privacy-list__title {
  font-weight: 700;
}
.p-privacy-list__title:not(:first-child) {
  margin-top: 1.833em;
}
