@charset "UTF-8";
/* about.css */

#lower_mv:before {
	background-image: url(../../img/about/mv_pc.jpg);
}

@media screen and (max-width:768px) {
	#lower_mv:before {
		background-image: url(../../img/about/mv_sp.jpg);
	}
}


/* ===== ポイント ===== */
#sec_point .card {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
#sec_point .card + .card {
	margin-top: 60px;
}
#sec_point .img_wrap  {
	width: 55%;
}
#sec_point .cont_wrap {
	width: 40%;
}
#sec_point .img_wrap img {
	border-radius: 20px;
}
#sec_point h2 {
	width: 100%;
	margin-bottom: 30px;
}
#sec_point h2 img {
	width:  100%;
	height: 30px;
	object-fit: contain;
	object-position: left center;
}
#sec_point h3 {
	font-size: 24px;
	font-size: min(2.4vw,24px);
	font-weight: bold;
	font-feature-settings: "palt";
	margin-bottom: .85em;
}
#sec_point p {
	letter-spacing: .15em;
	font-feature-settings: "palt";
}
#sec_point .cont_wrap a {
	width:  100%;
	height: auto;
	display: inline-block;
	margin-top: 25px;
	border-radius: 10px;
	background-color: #fff;
}


/* ===== ごあいさつ ===== */
#sec_greeting .bg_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 0;
}
/* 背景を変更としたため、不使用
#sec_greeting .bg_border {
	width:  92%;
	height: 100%;
	max-width: 1160px;
	position: absolute;
	top:  0;
	margin-left:  auto;
	margin-right: auto;
	background-image: url(../../img/about/greeting_dashed.svg);
	background-size: 20px;
	background-position: top center;
	background-repeat: repeat-y;
	opacity: .15;
	z-index: -1;
}
#sec_greeting .bg_border:before,
#sec_greeting .bg_border:after  {
	content: "";
	width:  20px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background-image: url(../../img/about/greeting_solid.svg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
	z-index: -1;
}
#sec_greeting .bg_border:before {
	left: 0;
}
#sec_greeting .bg_border:after {
	right: 0;
} */

#sec_greeting .bg_border {
	content: "";
	width:  100%;
	height: 100%;
	position: absolute;
	top:  0;
	left: 0;
	background-image: url(../../img/about/greeting_bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: .35;
	z-index: -1;
}


/* 本文 */
#sec_greeting .cont_wrap {
	width: 100%;
	max-width: 940px;
	margin: auto;
	padding: 0 40px;
}
#sec_greeting h3 {
	font-size: 20px;
	font-feature-settings: "palt";
	font-weight: bold;
	margin-bottom: 1.5em;
}
#sec_greeting p  {
	font-feature-settings: "palt";
}
#sec_greeting dl {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-end;
}
#sec_greeting dd {
	font-size: 14px;
	line-height: 1;
	margin-right: 2em;
}
#sec_greeting dt {
	font-size: 24px;
	line-height: 1;
}


/* ===== 会社概要 ===== */
/* 写真 flex */
#sec_about .about_img,
#sec_about .img_flex .img_wrap {
	overflow: hidden;
	border-radius: 10px;
}
#sec_about .img_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#sec_about .img_flex .img_wrap {
	width: calc(100%/2 - 1.25%);
}


.dl_about div,
.dl_about div * {
	font-size: 16px;
	font-size: clamp(13px,1.6vw,16px);
}
.dl_about div {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 1.5em 0;
	border-bottom: 1px solid #cbcbcb;
}
.dl_about div * {
	line-height: 1.5;
}
.dl_about div:after,
.dl_about dt {
	min-width: 18em;
}
.dl_about div:after {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #ff5d00;
}
.dl_about dt {
	font-weight: bold;
	text-align: center;
}
.dl_about dd {
	font-weight: normal;
	margin-left: 2em;
}
.dl_about a {
	word-break: break-all;
}

/* 工場（地図+dl flex） */
#sec_about h3 {
	margin-bottom: 1em;
}
.about_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.about_flex .gmap {
	width: 48%;
}
.about_flex .gmap iframe {
	width: 100%;
	min-height: 305px;
}
.about_flex .dl_about {
	width: 48%;
}
.about_flex .dl_about div:after,
.about_flex .dl_about dt {
	min-width: 6em;	
}
.about_flex .dl_about dd {
	margin-left: 1em;
}
.about_flex .dl_about div {
	padding: 1em 0;
}
.about_flex .dl_about div:first-of-type {
	padding-top: .6em;
}


/* ===== 沿革 ===== */


/* --- ▼ テスト 実装 --- */
#sec_history .bg_wrap {
	padding-right: 0;
}
.history_wrap {
	width: 100%;
	overflow-x: scroll;
	margin-left: auto;
	padding-bottom: 10px;
}
.history_flex {
	width: fit-content;
	min-width: fit-content;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	position: relative;
	z-index: 0;
}
.history_point,
.history_img p  {
	font-size: 16px;
}
.history_point {
	width: 280px;
	display: flex;
	flex-direction: column;
	margin-left: -100px;
}
.history_img p {
	width: fit-content;
	font-weight: bold;
	text-align: left;
	margin: 20px auto 1em;
}
/* マル */
.history_maru {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}
.history_maru:before {
	content: "";
	width: 4px;
	height: 80px;
	display: block;
	margin-left:  auto;
	margin-right: auto;
	background-image: url(../../img/about/history_dashed.svg);
	background-repeat: repeat-y;
	background-position: center;
}
.history_maru p {
	width:  70px;
	height: 70px;
	min-width:  70px;
	min-height: 70px;
	font-size:  20px;
	font-family: din-2014, "Barlow", sans-serif !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border-radius: 100px;
	background-color: #2c2c2c;
}
/* おおきなマル */
.birth_point {
	font-size: 18px;
	margin-left: 0;
}
.birth_point .history_maru:before {
	height: 60px;
}
.birth_point .history_maru {
	position: relative;
}
.birth_point .history_maru p {
	width:  120px;
	height: 120px;
	min-width:  120px;
	min-height: 120px;
	margin-bottom: -30px;
}
/* 車 */
.birth_point .history_maru:after {
	content: "";
	width:  75px;
	height: 30px;
	display: block;
	position: absolute;
	right:  -10%;
	bottom:  26%;
	background-image:  url(../../img/about/history_car.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
/* 偶数・奇数 */
.history_point:nth-of-type(even) {
	flex-direction: column-reverse;
}
.history_point:nth-of-type(even) .history_img {
	padding-top: 20px;
}
.history_point:nth-of-type(odd) .history_maru {
	margin-bottom: 80px;
}
.history_point:nth-of-type(even) .history_maru {
	flex-direction: column-reverse;
	margin-top: 80px;
}
/* 背景の線 */
.history_flex:after {
	content: "";
	width: 95%;
	height: 5px;
	display: block;
	position: absolute;
	top:  48%;
	left: 150px;
	background-color: #2c2c2c;
	z-index: -1;
}
/* 2番目だけ幅を広げる */
.history_point:nth-of-type(2) {
	margin-left: 50px;
}

@media screen and (min-width:1040px) {
	.history_scroll_area {
		max-width: calc(100% - (100% - 1000px)/2);
		margin-left: auto;
	}
}


/* --- 横スクロール実装のための追加記述 --- */
/* 見出しを固定表示（ページ上部などに留める） */
/* .heading_sticky {
  position: sticky;
  top: 180px;
  z-index: 10;
  padding: 10px 0;
} */

/* 横スクロール領域 */
/* .history_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: sticky;
  top: 250px;
} */

/* 横並び */
/* .history_flex {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
} */

/* --- ▲ テスト 実装 --- */






/* --- ▼ js 動作確認用 初期コード --- */
/* 
#sec_history h2 {
	position: sticky;
	top: 150px;
}
.scroll_container {
	height: 400vh;
	margin-top: -250px;
	transform: translateY(250px);
}
.horizontal_scroll {
	width: 200vw;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	will-change: transform;
}
.scroll_contents {
	width: 200vw;
	height: 100%;
}
.sticky_wrap {
	height: 500px;
	overflow: hidden;
	position: sticky;
	top: 0;
}
.red {
	background-color: #ff3d00;
}
.yellow {
	background-color: #ffff00;
}
.green {
	background-color: #05ff00;
}
.blue {
	background-color: #2835f8;
}
h2 {
	font-size: 2rem;
	color: #f7f7f7;
}
.left {
	margin-top:  5vh;
	margin-left: 5vw;
}
.right {
	text-align: right;
	margin-top:  85vh;
	margin-right: 5vw;
} */
/* --- ▲ js 動作確認用 初期コード --- */





@media screen and (max-width:768px) {
	/* ===== ポイント ===== */
	#sec_point .card {
		width: 100%;
		flex-wrap: wrap;
	}
	#sec_point .img_wrap,
	#sec_point .cont_wrap {
		width: 100%;
	}
	#sec_point h2 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#sec_point h2 img {
		height: 25px;
	}
	#sec_point h3 {
        font-size: 18px;
        font-size: min(4.8vw, 18px);
	}
	#sec_point .cont_wrap a {
		max-width: 350px;
	}
	#sec_point .card + .card {
		margin-top: 30px;
	}
	#sec_point .img_wrap img {
		border-radius: 5px;
	}
	#sec_point .cont_wrap a {
		border-radius: 5px;
	}


	/* ===== ごあいさつ ===== */
	#sec_greeting .cont_wrap {
		padding: 0;
	}
	#sec_greeting h3 {
		font-size: 18px;
	}
	#sec_greeting p {
		font-size: 16px;
	}
	#sec_greeting .bg_border {
		background-image: url(../../img/about/greeting_bg_sp.svg);
	}


	/* ===== 会社概要 ===== */
	/* 写真flex */
	#sec_about .about_img,
	#sec_about .img_flex .img_wrap {
		border-radius: 5px;
	}
	#sec_about .img_flex .img_wrap {
		width: calc(100%/2 - 2%);
	}
	.dl_about div {
		flex-wrap: wrap;
	}
	.dl_about dt,
	.dl_about dd {
		width: 100%;
		min-width: inherit;
		text-align: center;
		margin-left:  0;
		margin-right: 0;
	}
	.dl_about dt {
		font-size: 14px;
		margin-bottom: .25em;
		color: #ff5d00;
	}
	.dl_about dd,
	.dl_about dd a {
		font-size: 15px;
	}
	.dl_about div:after {
		content: none;
	}

	/* 工場 */
	.about_flex {
		flex-wrap: wrap;
	}
	.about_flex .gmap,
	.about_flex .dl_about {
		width: 100%;
	}
	.about_flex .dl_about dt,
	.about_flex .dl_about dd {
		min-width: inherit;
	}
	.about_flex .dl_about dd {
		margin-left: 0;
	}
}