/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2026 | 02:37:21 */
/* セクション1 */
.p-interview__box--1 {
  display: flex;
  gap: 48px;
  justify-content: center;
  width: 100%;
}

main:has(.p-interview__box--1) {
	padding-inline: 4%;
}


@media (max-width: 767px) {
  .p-interview__box--1 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    justify-content: center;
    width: 100%;
  }
	
	.p-interview__box--1,
	.p-interview__box--2,
	.p-interview__block {
		padding-inline: 4%;
	}
}

.p-interview__box--1-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: fit-content;
}

.p-interview__box--1-text * {
  width: 100%;
}

.p-interview__box--1-image {
  max-width: 48%;
}

.p-interview__box--1-image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media (max-width: 767px) {
  .p-interview__box--1-image {
    max-width: 100%;
  }
}

/* セクション2 */
.p-interview__box--2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-interview__box--2 img {
  width: 100%;
  aspect-ratio: 7/3;
  object-fit: cover;
}

@media (max-width: 767px) {
  .p-interview__box--2 {
  }
}

.p-interview__box--2 figure {
  max-width: initial !important;
  margin: 0 !important;
}

.p-interview__heading {
  margin: 0 0 16px 0 !important;
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 600;
  color: #000;
}

.p-interview__heading--sub {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  font-size: clamp(20px, 2.1vw, 24px);
  font-weight: 600;
  color: #ff3700;
}

.p-interview__heading--sub::before {
  content: "";
  display: block;
  width: 11px;
  height: 21px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMyIgZmlsbD0ibm9uZSI+CiAgPHBhdGggc3Ryb2tlPSJyZWQiIGQ9Im0uMzU0LjM1MyAxMSAxMS4wMDFNLjM1NCAyMi4wNmwxMS0xMSIvPgo8L3N2Zz4=');
  background-size: contain;
  background-repeat: no-repeat;
}

.p-interview__lead {
  margin: 0 !important;
  font-size: clamp(16px, 2.1vw, 18px);
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}

.p-interview__name {
  margin-bottom: 8px;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 500;
  text-align: right;
}

.l-contents--w1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.c-section__space {
  margin-bottom: clamp(80px, 6vw, 120px) !important;
}

.u-ta--right {
  text-align: right !important;
}