@charset "UTF-8";
/* =================================================================

  Settings

================================================================= */
/*
  Media Queries
--------------------------------- */
/* =================================================================

  TOP

================================================================= */
/*
  弊社が選ばれる理由（ページ上部 カード型コンポーネント）
--------------------------------- */
.p-strength {
  position: relative;
  padding: 40px 20px;
  margin-top: 140px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-strength {
    padding: 80px 20px;
    margin-top: 80px;
  }
}
.p-strength::before {
  position: absolute;
  content: "";
  background-color: #f8f6f0;
  width: 74%;
  height: calc(100% - 70px);
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-strength::before {
    height: calc(100% - 146px);
  }
}
.p-strength__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-strength__title {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-strength__title {
    font-size: 30px;
  }
}
.p-strength__title span.en {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  color: #f4e5e6;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .p-strength__title span.en {
    font-size: 70px;
  }
}
.p-strength__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

.p-strength-card {
  width: 97%;
  margin: 1.5%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 3px 40px rgba(94, 94, 94, 0.16);
  border-radius: 20px;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-strength-card {
    width: 47%;
  }
}
@media print, screen and (min-width: 1280px) {
  .p-strength-card {
    width: 30.33333%;
  }
}
.p-strength-card__body {
  order: 1;
}
.p-strength-card__thumbnail {
  text-align: center;
  vertical-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-strength-card__thumbnail {
    margin-bottom: 30px;
  }
}
.p-strength-card__thumbnail img {
  max-height: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-strength-card__thumbnail img {
    max-height: 60px;
  }
}
.p-strength-card__title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.2em;
  letter-spacing: 0.05em;
}
.p-strength-card__description {
  line-height: 2;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.p-strength-button {
  width: 100%;
  margin: 1.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-strength-button {
    width: 47%;
  }
}
@media print, screen and (min-width: 1280px) {
  .p-strength-button {
    width: 30.33333%;
  }
}

/*
  映像制作サービス一覧
--------------------------------- */
.p-service-list {
  position: relative;
  padding: 0 20px;
}
.p-service-list__title {
  text-align: center;
  font-size: 18px;
  color: #757575;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-service-list__title {
    font-size: 24px;
  }
}
.p-service-list__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

.p-service-list-grid-item {
  width: 46%;
  text-align: center;
  margin: 2%;
}
@media print, screen and (min-width: 768px) {
  .p-service-list-grid-item {
    width: 21%;
  }
}
.p-service-list-grid-item__thumbnail img {
  border-radius: 20px;
}
.p-service-list-grid-item__title {
  margin-top: 18px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-service-list-grid-item__description {
  margin-top: 0.5em;
  font-size: 1.2rem;
  color: #757575;
}

/*
  弊社が選ばれる理由
--------------------------------- */
.reason {
  position: relative;
  padding: 40px 20px;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .reason {
    padding: 80px 20px;
    margin-top: 80px;
  }
}
.reason::before {
  position: absolute;
  content: "";
  background-color: #f8f6f0;
  width: calc(100vw - ((100vw - 1080px) / 2 - 100px));
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.reason__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.reason__title {
  margin-bottom: 40px;
  font-size: 24px;
}
@media print, screen and (min-width: 768px) {
  .reason__title {
    margin-bottom: 60px;
    font-size: 30px;
  }
}

.reason-item {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .reason-item {
    margin-bottom: 70px;
  }
}
.reason-item:last-of-type {
  margin-bottom: 0;
}
.reason-item__title {
  margin-bottom: 1em;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .reason-item__title {
    font-size: 22px;
  }
}
.reason-item__text {
  line-height: 2;
  margin-bottom: 1em;
}
.reason-item__text:last-of-type {
  margin-bottom: 0;
}

.news-page .news-padding .container .container-box .box-lists__item img {
  aspect-ratio: 369/251;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}/*# sourceMappingURL=style.css.map */
/*#　追加モジュール　 */
.related-posts-container {
    border: 1px solid #e0e0e0;
    padding: 10px;
    background-color: #f8f8f8;
    margin: 3rem 0;
}

.related-posts-title {
    background-color: #ff5733;
    color: white;
    padding: 5px 10px !important;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: inline-block;
}

.related-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
	line-height:1.5;
}

.related-post-item {
    display: flex;
    align-items: center;
}

.related-post-link {
    margin-right: 10px;
    width: 25%;
}
.related-post-link img{
    width: 200px !important;
    height: 150px !important;
    object-fit: cover;
}
.related-post-thumbnail {
    width: 150px;
    height: auto;
}

.related-post-title {
    color: #e74c3c;
    font-size: 1.2em;
    text-decoration: none;
  }
.related-post-content{
  padding: 1rem 2rem;
  flex-grow: 1;
  width: 75%;
}

.related-post-title:hover {
    text-decoration: underline;
}

@media screen and (max-width:765px){
  .related-post-item{
    flex-direction: column;
  }
  .related-post-link {
    margin-right: 10px;
    width: 100%;
 }
  .related-post-content{
  padding: 2rem;
  flex-grow: 1;
  width: 100%;
 }
}
.supervisor-info {
    margin-top: 3rem;
    padding: 10px;
    background-color: #f9f9f9;
}

.supervisor-info h3 {
    margin-bottom: 10px;
}
.supervisor-header h2{
  margin: 0!important;
}
.p-blog{
  margin-top: 2rem !important;
  padding: 2rem !important;
}
@media screen and (max-width:765px){
  .supervisor-content{
    flex-direction: column;
  }
}
.cta_section {
  display: flex;
  flex-wrap: wrap; /* Flex items wrap */
  position: relative;
  margin: 3rem 0;
  justify-content: center;
  background-color: #fff; /* Ensure the top half is white */
}

.cta_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; /* Adjust this to control the height of the background */
  background-image: url('../../../../../wp-includes/images/cta-backgroud.svg');
  background-position: center bottom; /* Position the image at the bottom */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; /* Ensure it appears behind the content */
}

.cta, .cta_contact {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  text-align: center;
  width: 80%;
  margin: 2%;
  z-index: 2; /* Ensure content is above the background */
}

/* Additional styles for your content here */


.cta {
  background-image: url('../../../../../wp-includes/images/mobile-screen-button-solid.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cta_contact {
  background-image: url('../../../../../wp-includes/images/camera-retro-solid.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cta_lead {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.cta_dsc {
  font-size: 0.8em;
  color: #666;
  margin-bottom: 40px;
}

.cta_wrap, .cta_wrap_contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 0.8em;
}

.cta_btn, .cta_btn_contact {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  position: relative;
  justify-content: center;
}
.cta_btn p {
  margin-left: 2rem;
}


.cta_icon {
  font-size: 1.2em;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  flex-shrink: 0;
}

.icon_1 {
  color: #e67e22;
}

.icon_2 {
  color: #27ae60;
}

.icon_3 {
  color: #e74c3c;
}

.icon_4 {
  color: #fff;
  background: #e67e22;
}

.cta_wrap a, .cta_wrap_contact a {
  height: 50px;
}

.cta_btn-red {
  background-color: #e74c3c;
}

.cta_btn-green {
  background-color: #27ae60;
}

.cta_btn_contact {
  background-color: #e67e22;
  margin-bottom: 10px;
}

.cta_phone {
  font-size: 1.2em;
  color: #e67e22;
  background-color: transparent;
  border: 2px solid #e67e22;
}

.cta_phone i {
  margin-right: 5px;
}

@media (max-width: 765px) {
  .cta_section {
    flex-direction: column; /* 縦並びに変更 */
  }
  .cta_section::after{
    height: 110%;
    width: 110%;
    left: -5%;
    top: -5%;
  }
  .cta, .cta_contact {
    width: 100%; /* 幅を100%に */
    margin: 10px 0; /* 上下のマージンを調整 */
  }

  .cta_wrap, .cta_wrap_contact {
    flex-direction: column;
    gap: 15px; /* ボタン間の隙間を増やす */
  }

  .cta_wrap a, .cta_wrap_contact a {
    width: 90%; /* 幅を90%に調整 */
    margin: 0 auto; /* 中央揃え */
  }
  .cta_btn_text p{
    font-size: .95rem;
  }
  .cta_lead{
    font-size: 1.8rem;
  }
}

.nav-top-item__button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #950006;
  background-color: transparent; /* ボタンの背景色 */
  color: #950006;
  border-radius: 5px; /* 角を丸く */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.nav-top-item__button:hover {
  background-color: #950006; /* ホバー時の色 */
  color: #fff;
}

@media screen and (max-width:980px){
  .nav-top-item__button {
    border: 1px solid #fff;
    background-color: transparent; /* ボタンの背景色 */
    color: #fff !important;
    border-radius: 5px; /* 角を丸く */
  }
  
  .nav-top-item__button:hover {
    background-color: #ffff; /* ホバー時の色 */
    color: #000 !important
  }
}

