@charset "utf-8";



/***************************************************
page-about　会社概要 .company-outline
***************************************************/
.messageBox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 100%;
  max-width: min(100%, 78ch);
  margin-inline: auto;
}

.messageBox p:not(.mintyo) {
  width: fit-content;
  /* max-width: min(100%, 80ch); */
  line-height: 2;
  margin: 0;
}

.messageBox .mintyo {
  width: 100%;
  /* max-width: min(100%, 80ch); */
  margin: 0 auto;
  text-align: right !important;
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
}

.messageBox .inner-right {
	width: 100%;
	aspect-ratio: 1/1.5;
}

.messageBox .inner-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .mintyo {
	font-family: "Noto Serif JP", serif;
	font-size: 120%;
	text-align: right;
	width: 100%;
} */

.mintyo span {
	font-size: 70%;
	letter-spacing: 0.2em;
}

@media screen and (max-width:768px) {
	.messageBox {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.messageBox .inner-right {
		aspect-ratio: 1 / 1;
	}
}

.company-outline {
	border: none;
	margin: 0 auto;
	/* width: 100%; */
	border-collapse: collapse;
}

.company-outline dl {
	border-top: 1px solid #eee;
	display: grid;
	align-items: center;
	margin: 0;
	padding: 10px;
	gap: 15px;
	grid-template-columns: 0.3fr 1fr;
}

.company-outline dl:last-child {
	border-bottom: 1px solid #eee;
}

.company-outline dt {
	padding: 15px 10px 15px 3em;
	width: 10em;
	/* text-align: center; */
	color: var(--main-purple);
	position: relative;
}

.company-outline dt:before {
    height: 1px;
    width: 5px;
    background-color: red;
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
}

.company-outline dd {
	padding: 15px 10px 15px 30px;
	margin: 0;
}

.addressBox {
	display: flex;
	flex-wrap: wrap;
	/* gap: 40px; */
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	justify-content: space-between;
}

.addressBox .inner-map {
	width: calc(100% - 320px);
}

.Google-map {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	/* 56.25%が16:9 の比率 */
	height: 0;
	overflow: hidden;
}

.Google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width:768px) {
	.company-outline dl {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.company-outline dl dt {
		text-align: left;
		padding: 0 0 0 1em;
	}

	.company-outline dt:before {
    height: 1px;
    width: 5px;
    background-color: red;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
}

	.company-outline dd {
		padding: 0 0 0 1em;
		margin: 0;
	}
}

/*------------------------------------------
 history 
 ------------------------------------------*/
.history {
	max-width: var(--max);
	margin: 0 auto;
	/* padding: 0 20px; */
	max-width: 960px;
}

#history {
	background-color: #f2f4f6;
}

.history ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.history li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.history li span {
	display: block;
	width: 120px;
	white-space: nowrap;
	font-size: clamp(12px, 3vw, 14px);
	margin: 0 30px;
}

.history li div {
	width: calc(100% - 130px);
	font-size: clamp(12px, 3vw, 14px);
}

@media screen and (max-width:767.98px) {
	.history li span {
		width: 100px;
		font-size: clamp(12px, 3vw, 14px);
		margin: 0;
	}

	.history li {
		font-size: 14px;
	}

	.history li div {
		font-size: clamp(12px, 3vw, 14px);
		width: calc(100% - 50px);
	}
}

/* ========================================
   経営理念：ピラミッド
======================================== */
.company-vision {
  padding: 100px 0;
  /* background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.06), transparent 32%),
    #f7f7f7; */
	background: #f7f7f7;
}

.vision-pyramid {
  position: relative;
  margin-top: 48px;
  min-height: 430px;
  padding: 56px 24px 48px;
  overflow: hidden;
}

.vision-pyramid__shape {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  width: min(760px, 86%);
  height: 360px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 0, 0, 0.05) 100%
  );
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.vision-pyramid__shape::after {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 100%;
  height: 0px;
  background: rgba(255, 255, 255, 0.9);
}

.vision-pyramid__item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.vision-pyramid__item--top {
  margin-bottom: 58px;
}

.vision-pyramid__item h3 {
  margin: 0 0 24px;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #9b0000;
  font-weight: 700;
  font-family: serif;
}

.vision-pyramid__item p {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #111;
  text-align: center !important;
}

.vision-pyramid__item--bottom h3 {
  margin-top: 8px;
}

/* SP */
@media screen and (max-width: 768px) {
  .company-vision {
    padding: 70px 0;
  }

  .vision-pyramid {
    margin-top: 0;
    min-height: auto;
    padding: 40px 18px;
    border-radius: 16px;
  }

  .vision-pyramid__shape {
    width: 100%;
    height: 78%;
    bottom: 22px;
  }

  .vision-pyramid__item--top {
    margin-bottom: 46px;
  }

  .vision-pyramid__item h3 {
    margin-bottom: 16px;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }

  .vision-pyramid__item p {
    font-size: 0.95rem;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .vision-pyramid__item p br {
    display: none;
  }
}

/*------------------------------------------
 access 
 ------------------------------------------*/
#access .access {
	margin: 0 auto;
	background: transparent;
	border: none;
}

.access__block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

/* .access__img {
    width: 100%;
    height: 100%;
} */

.access__img img {
    width: 100%;
    height: 100%;
	max-height: 350px;
    object-fit: cover;
}

.access__info {
    height: 100%;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.access__info h4 {
	margin: .3em 0 .5em;
	font-size: 16px
}

.note {
	color: var(--sub);
	font-size: 13px
}

.btns {
	display: flex;
	gap: 10px;
	margin-top: 12px
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid var(--line);
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	background: var(--main-purple);
	margin: 30px auto;
	max-width: 300px;
	color: #fff;
}

.labelline {
	position: relative;
	padding-top: 16px;
	margin-top: 10px
}

.labelline::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: var(--line)
}

.access__map iframe {
	width: 100%;
	height: 300px;
	display: block
}

@media (max-width: 767.98px) {
	:root {
		--gap: 18px
	}

	.message {
		grid-template-columns: 1fr
	}

	.dl-table tr {
		display: table-row;
	}


	.dl-table th {
		/* width: 80px; */
		width: 100%;
		display: block;
		font-size: 12px;
		text-align: left;
		border-bottom: none;
		padding: 12px 10px 0px 10px
	}

	.dl-table td {
		font-size: 12px;
		width: 100%;
		display: block;
	}

	.dl-table td ul li,
	.dl-table td a {
		font-size: 12px;
	}

	.access__block {
		grid-template-columns: 1fr
	}

	.container {
		/* padding: 12px 14px 60px */
	}

	.access__map iframe {
		height: 200px
	}
}