@charset "UTF-8";

@import url("/css/initialize.css");
@import url("/css/general.css?20231220");
@import url("/css/margin.css");

/* COMMON STYLE */
#main {
	padding-top: 100px;
}
#main p {
	font-size: 122.71%;
	line-height: 1.8;
}
#head_image {
	width: 100%;
	position: relative;
}
#head_image {
	background: url('/images/owner/head-image.png') top center no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}

.page-lead {
	text-align: center;
	margin-bottom: 50px;
}
.page-lead .lead-copy {
	font-size: 188.71%;
	line-height: 1.6;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	margin-bottom: 20px;
}
.page-lead .red {
	color: #CC0000;
}
/* PC SIZE */
@media screen and (min-width: 980px) {
	#head_image {
		min-height: 520px;
	}
	#head_image .page-title {
		position: absolute;
		left: 0;
		width: 100%;
		top: 50%;
		margin-top: -115px;
		font-size: 240.28%;
		text-align: center;
		font-weight: 100;
		line-height: 110%;
		background-color: rgba(255,255,255,0.5);
		padding: 30px 0 25px;
		font-family: "FP-ヒラギノ角ゴ StdN W7";
	}
	#head_image .page-title .eng {
		display: block;
		margin-top: 10px;
		font-size: 64.28%;
		font-family: "FP-ヒラギノ角ゴ StdN W5";
	}
}

/* SMARTPHONES SIZE */
@media screen and (max-width: 980px) {
	#main {
		padding-top: 10px;
	}
	#head_image {
		background-size: 0;
	}
	#head_image .page-title .eng {
		display: block;
		margin-top: 10px;
		font-size: 64.28%;
		line-height: 1.5;
		font-family: "FP-ヒラギノ角ゴ StdN W5";
	}
	.page-lead {
		text-align: center;
		margin-bottom: 32px;
	}
	.page-lead .lead-copy {
		font-size: 128.71%;
		font-weight: 700;
		line-height: 1.6;
		margin-bottom: 16px;
	}
}

/* ===================================
   VOICE INTERVIEW CARDS
   =================================== */

.voice-list {
  max-width: 960px;
  margin: 60px auto 70px;
  padding: 0 20px;
}

.voice-item {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #CECECE;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 40px;
}

/* Even items: image on right */
.voice-item:nth-child(even) {
  flex-direction: row-reverse;
}

.voice-item__image {
  flex: 0 0 280px;
  overflow: hidden;
}

.voice-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.voice-item__content {
  flex: 1;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.voice-item__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.voice-tag {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 86%;
  font-weight: 700;
  line-height: 1.4;
}

.voice-tag--corp {
  background: #CC0000;
  color: #fff;
}

.voice-tag--indiv {
  background: #FCA400;
  color: #fff;
}

.voice-tag--age {
  background: #fff;
  color: #796328;
  border: 1px solid #796328;
}

.voice-item__question {
  font-size: 141%;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #ccc;
  font-family: "FP-ヒラギノ角ゴ StdN W7", sans-serif;
}

.voice-item__body p {
  font-size: 112% !important;
  line-height: 1.85;
  color: #444;
  margin-bottom: 12px;
}

.voice-item__body p:last-child {
  margin-bottom: 0;
}

/* SP SIZE */
@media screen and (max-width: 767px) {
  .voice-item__tags {
    padding-top: 10px;
  }
  .voice-list {
    margin: 30px auto 40px;
    padding: 0 16px;
  }

  .voice-item,
  .voice-item:nth-child(even) {
    flex-direction: row;
  }

  .voice-item__image {
    flex: 0 0 120px;
    height: auto;
  }

  .voice-item__content {
    padding: 16px 16px 18px;
  }

  .voice-item__question {
    font-size: 116%;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .voice-item__body p {
    font-size: 106% !important;
    line-height: 1.7;
  }

  .voice-item {
    margin-bottom: 20px;
  }
}

/* ===================================
   OWNER OPEN SECTION STYLES
   =================================== */

.owner-open-title {
	font-size: 220.71%;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	padding-top: 40px;
}

/* SP SIZE */
@media screen and (max-width: 980px) {
	.owner-open {
		padding: 0;
	}

	.owner-open-header {
		margin-bottom: 15px;
	}

	.owner-open-title {
		font-size: 158.71%;
		line-height: 1.8;
	}
}
