.main-content {
	padding-bottom: 0;
}
/* =================================================
OUR STORY (会社について)
================================================= */
.our-story__intro {
  display: flex;
  gap: calc(110 / 1600 * 100%);
  margin-bottom: 60px;
}

.our-story__intro-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  row-gap: clamp(30px, 5vw, 75px);
}

.our-story__intro-title {
	letter-spacing: 0;
	padding-top: 105px;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.5714;
	font-family: "Noto Serif JP", serif;
	color: #352209;
}
.our-story__intro-lead {
  
  font-size: 24px;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.916;
  margin-top: -10px;
}

.our-story__intro-name {
  
  font-size: clamp(18px, 1.14vw, 22px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.818;
  margin-top: 10px;
}

.our-story__intro-img {
	width: calc(750 / 1600 * 100%);
	height: auto;
}
.our-story__intro-img img {
  width: 100%;
  height: auto;
}

.our-story__message-content {
  margin-bottom: 56px;
}

.our-story__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.0556;
}
.section-title-ja.history__section-title-ja {
	font-size: clamp(2rem, 1.58rem + 0.61vw, 2.5rem);
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	color: #352209;
}

.section-title-en.history__section-title-en {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
}
.our-story__text + .our-story__text {
  margin-top: 40px;
}

.our-story__video {
  width: calc(1160 / 1600 * 100%);
  max-width: 100%;
  margin-inline: auto;
  aspect-ratio: 1160 / 702;
}

.our-story__video video {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 1700px) {
  .our-story__intro {
    align-items: center;
  }

  .our-story__intro-title {
    line-height: 1.4;
    padding-top: 0;
  }

  .our-story__intro-lead {
    margin-top: 0;
  }
}

@media screen and (max-width: 1400px) {
  .our-story__video {
    width: 70%;
  }
}

@media screen and (max-width: 1300px) {
  .our-story__intro-img {
    width: 50%;
  }

  .our-story__video {
    width: 70%;
    min-width: 800px;
  }
}

@media screen and (max-width: 1200px) {
  .our-story__intro-body {
    row-gap: 30px;
  }

  .our-story__intro {
    gap: 30px;
  }
}

@media screen and (max-width: 960px) {
  .our-story__intro-title {
    font-size: 25px;
  }

  .our-story__intro-lead {
    font-size: clamp(16px, 1.875vw, 18px);
  }

  .our-story__intro-name {
    font-size: clamp(15px, 1.771vw, 17px);
    margin-top: 0;
  }

  .our-story__video {
    width: 100%;
    min-width: initial;
  }
}

@media screen and (max-width: 820px) {
  .our-story__intro {
    align-items: flex-start;
  }

  .our-story__intro-name {
    margin-top: -10px;
  }
}

@media screen and (max-width: 768px) {
.nav__nav-list {
	width: 100%;
}
  .our-story {
    padding-bottom: clamp(70px, 14.323vw, 110px);
  }
  .our-story__inner {
    padding-inline: 20px;
    max-width: 640px;
  }

  .our-story__intro {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .our-story__intro-body {
    row-gap: 0;
  }

  .our-story__intro-title {
    margin-bottom: 30px;
  }
.our-story__text {
	font-size: 16px;
	line-height: 2;
}
  .our-story__intro-lead {
    margin-bottom: 20px;
  }

  .our-story__intro-img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .our-story__intro-img {
    width: 100%;
  }
}

/* =================================================
  HISTORY (わたしたちについて)
   ================================================= */
.history {
  padding-top: 93px;
}

.history__section-title {
	margin-bottom: 51px;
	text-align: center;
}

.history__block {
  display: flex;
  gap: 67px;
  margin-left: calc(50% - 50vw);
}

.history__block.history__block--reverse {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
.history__inner.main__contents-inner {
	overflow-x: hidden;
}
.history__block-image {
	width: calc(961 / (1600 + 160) * 100%);
	aspect-ratio: 961 / 615;
	overflow: hidden;
}

.history__block-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history__block--reverse .history__block-img {
  object-position: right center;
}

.history__block-body {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  padding-top: 28px;
  width: calc(732 / (1600 + 160) * 100%);
}

.history__block--reverse .history__block-body {
  padding-top: 113px;
}

.history__block-title {
letter-spacing: 0;
  padding-top: 105px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5714;
  font-family: "Noto Serif JP", serif;
  color: #352209;
}

.history__block-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.0556;
	letter-spacing: -1px;
}

.history__gallery {
  display: flex;
  gap: 23px;
  justify-content: center;
  margin-top: 62px;
  margin-bottom: 67px;
}

.outline__section-title-ja {
	font-size: 33px;
	font-weight: 500;
	line-height: 2.2121;
	letter-spacing: 0.05em;
	white-space: nowrap;
	font-family: "Noto Serif JP", serif;
	color: #352209;
}
.history__gallery-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .history__block {
    align-items: center;
    gap: clamp(25px, 4.786vw, 67px);
  }

  .history__block-text {
    padding-right: 0;
  }

  .history__block-body {
    padding-top: 0;
    row-gap: clamp(20px, 3.86vw, 54px);
  }

  .history__block--reverse .history__block-body {
    padding-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .history__block {
    align-items: flex-start;
    gap: 30px;
  }

  .history__block-body {
    row-gap: 20px;
  }

  .history__block-title {
    font-size: clamp(20px, 2.27vw, 25px);
  }

  .history__block-text {
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
.history {
	padding-top: 0;
}
  .history__inner {
    max-width: 640px;
    padding-inline: 20px;
  }

  .history__section-title {
    margin-bottom: 45px;
  }

  /* 親要素をFlex（縦並び）にする */
  .history__block,
  .history__block.history__block--reverse {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    gap: 0;
  }

  /* 子要素の並び順を制御 */
  .history__block-body {
    display: contents;
  }

  /* 1. タイトルを一番上にする */
.history__block-title {
	order: 1;
	width: 100%;
	margin-bottom: 25px;
	font-size: 20px;
	padding-top: 0;
}

  /* 2. 画像を真ん中にする */
  .history__block-image {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }

  /* 3. テキストを一番下にする */

.history__block-text {
	font-size: 16px;
    order: 3;
    width: 100%;
    margin-bottom: 40px;
	line-height: 2;
}
  .history__block-body,
  .history__block--reverse .history__block-body {
    padding-top: 0;
  }

  .history__gallery {
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 600px;
    margin-inline: auto;
  }

  .history__gallery-item {
    width: 100%;
  }
}

/* =================================================
  OUTLINE (会社概要)
   ================================================= */

.outline {
  padding-top: clamp(80px, 8vw, 153px);
  padding-bottom: clamp(80px, 8.6vw, 165px);
}

.outline__section-title {
	margin-top: -10px;
	flex-shrink: 0;
	row-gap: 13px;
	width: 220px;
}

.outline__content {
  display: flex;
  gap: clamp(40px, 8.125vw, 156px);
  justify-content: space-between;
  align-items: flex-start;
}

.outline__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.outline__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(30px, 5.729vw, 110px);
  row-gap: 0;
  width: 100%;
}

.outline__item {
	width: calc((100% - clamp(30px, 5.7vw, 110px)) / 2 - 0.1%);
	padding-top: clamp(20px, 2.3vw, 45px);
	padding-bottom: clamp(25px, 3.1vw, 60px);
	position: relative;
}

.outline__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D6C9B4;
}
.outline__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 4px;
  background: #dcc9a6;
  z-index: 1;
}
.outline__item:nth-child(-n + 2) {
  border-top: 1px solid #707070;
}

.outline__item:nth-child(7),
.outline__item:nth-child(8) {
  border-bottom: none;
}

.outline__term {
	color: #352209;
	font-size: 20px;
	line-height: 2.25;
	font-weight: 500;
	margin-bottom: 10px;
}
.outline__list2 .outline__item {
	display: flex;
	align-items: first baseline;
	gap: 5rem;
	width: 100%;
}
.outline__desc {
	font-size: 17px;
	font-weight: 500;
	line-height: 2.2353;
	letter-spacing: 0;
	color: #352209;
}

.outline__map {
  width: 100%;
  aspect-ratio: 1258 / 554;
  margin-top: 29px;
}

.outline__map iframe {
  width: 100%;
  height: 100%;
}
.note {
	text-align: right;
	margin-top: 50px;
}
@media screen and (max-width: 1120px) {
  .outline__desc {
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .outline {
    padding-top: clamp(50px, 10.417vw, 80px);
    padding-bottom: clamp(30px, 7.813vw, 60px);
  }

  .outline__inner {
    max-width: 640px;
    padding: 0 20px;
  }
.outline__section-title-ja {
	font-size: 25px;
}
.outline__section-title {
    width:auto;
}
.outline__body {
	width: 100%;
}
.outline__content.outline__content2 {
	padding-top: 100px;
}
  .outline__content {
    flex-direction: column;
    gap: 40px;
  }

  .outline__item {
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #707070;
  }
.outline__term {
	font-size: 18px;
}
.outline__desc {
	font-size: 16px;
}
  /* 1列目の一番上だけに線を引く */
  .outline__item:first-child {
    border-top: 1px solid #707070;
  }
.outline__list2 .outline__item {
	gap: 0;
	flex-direction: column;
}
  .outline__item:nth-child(2) {
    border-top: none;
  }

  .outline__item:nth-child(7) {
    border-bottom: 1px solid #707070;
  }

  .outline__map {
    aspect-ratio: 16 / 9;
  }
}

/* =================================================
  RECRUITERS MESSAGE (採用担当メッセージ)
================================================= */
.recruiters-message {
  padding-top: clamp(80px, 7vw, 135px);
  padding-bottom: clamp(60px, 6.615vw, 127px);
}

.recruiters-message__section-title {
	margin-bottom: clamp(40px, 5vw, 96px);
	font-size: 2rem;
	margin-bottom: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	color: #352209;
}
.recruiters-message__section-title-ja, .recruiters-message__section-title-en {
	font-size: clamp(2rem, 1.58rem + 0.61vw, 2.5rem);
	font-weight: 500;
}
.recruiters-message__body {
  display: block;
  overflow: hidden;
}

.recruiters-message__image {
  float: left;
  width: 45.3%;
  margin-right: clamp(30px, 4vw, 74px);
  margin-bottom: 20px;
}
.section-title-en.recruiters-message__section-title-en {
	font-size: 1.25rem;
	font-weight: 400;
}
.recruiters-message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.recruiters-message__text {
	font-size: clamp(16px, 1.04vw, 20px);
	line-height: 2;
	font-weight: 500;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.0556;
	letter-spacing: -1px;
}

/* 段落間の余白 */
.recruiters-message__text p + p {
  margin-top: 40px;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 850px) {
  .recruiters-message__image {
    min-width: min(380px, 100%);
  }
}

@media screen and (max-width: 768px) {
  .recruiters-message {
    padding-top: clamp(50px, 10.417vw, 80px);
    padding-bottom: clamp(30px, 7.813vw, 60px);
  }
.recruiters-message__text {
	font-size: 16px;
}
  .recruiters-message__inner {
    padding-inline: 20px;
    max-width: 640px;
  }
.recruiters-message__section-title-ja, .recruiters-message__section-title-en {
	font-size: 25px;
}
  .recruiters-message__image {
    float: none;
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 30px;
    aspect-ratio: 3 / 2;
  }
}

/* =================================================
   5. Recruitment FAQ Section (.recruitment-faq)
================================================= */
.recruitment-faq {
	padding-top: clamp(60px, 5vw, 67px);
	padding-bottom: clamp(40px, 3.438vw, 66px);
	background: #fff5e9;
}


.recruitment-faq__title {
  color: #352209;
  margin-bottom: clamp(30px, 2.76vw, 53px);
  font-size: clamp(2rem, 1.58rem + 0.61vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.recruitment-faq__container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6%;
}

.recruitment-faq__item {
  padding-top: clamp(25px, 1.823vw, 35px);
  padding-left: clamp(10px, 1.615vw, 31px);
  padding-right: clamp(3px, 0.521vw, 10px);
  padding-bottom: clamp(25px, 2.865vw, 55px);
  width: 46.99%;
  font-family: "Noto Serif JP", serif;
}
.recruitment-faq__item {
	border-top: 1px solid #C97A7C;
}
.recruitment-faq__item:nth-last-child(-n+2) {
	border-bottom: 1px solid #C97A7C;
}

.recruitment-faq__row {
  position: relative;
  padding-left: clamp(45px, 6vw, 100px);
}

.recruitment-faq__row::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 900;
	color: #FF7577;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
}
.recruitment-faq__row--question::before {
  content: "Q.";
}

.recruitment-faq__row--answer::before {
	content: "A.";
	color: #4AB578;
}

.recruitment-faq__text--question {
	font-size: clamp(18px, 1.2vw, 22px);
	line-height: 1.8;
	font-weight: 600;
}

.recruitment-faq__row--answer {
  margin-top: clamp(20px, 2.5vw, 40px);
}

.recruitment-faq__text--answer {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 2;
  font-weight: 500;
}


/* --- レスポンシブ --- */
@media screen and (max-width: 850px) {
  .recruitment-faq__text--answer {
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .recruitment-faq {
    padding-top: clamp(50px, 10.417vw, 80px);
    padding-bottom: clamp(30px, 7.813vw, 60px);
  }
.recruitment-faq__title {
	font-size: 25px;
}
  .recruitment-faq__inner {
    padding-inline: 20px;
    max-width: 640px;
  }

  .recruitment-faq__item {
    width: 100%;
    padding-left: 0;
  }

  .recruitment-faq__item:nth-child(n) {
    border-top: none;
    border-bottom: 1px solid #054582;
  }

  .recruitment-faq__item:first-child {
    border-top: 1px solid #054582;
  }
  .recruitment-faq__item:last-child {
    border-bottom: none;
  }

  .recruitment-faq__row {
    padding-left: 50px;
  }
}
