@charset 'UTF8';

article {
	padding: 30px;
	background-color: #eef2ef;
}

@media screen and (max-width: 850px) {
	article {
		padding: 6px;
	}
}
/* メインタイトル */
.inpage_maintitle {
	height: auto;
}

.inpage_maintitle .wrap {
	padding: 10px 0;
}

@media screen and (max-width: 850px) {
	.inpage_maintitle .wrap {
		padding: 5px;
	}
}

.company_info {
	font-size: 1.8rem;
}

.company_info h3 {
	position: relative;
	overflow: hidden;
	padding: 0.3rem 0rem 1.5rem 180px;
	word-break: break-all;
	border-radius: 12px 0 0 0;
}

@media screen and (max-width: 850px) {
	.company_info h3 {
		padding: 0.3rem 0rem 1.5rem 113px;
	}
}

.company_info h3 .info {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 3px 20px;
	color: #fff;
	border-radius: 10px 0 20px 10px;
	background: linear-gradient(45deg, #83c734, #0e9a4d);;
	width: 128px;
}

@media screen and (max-width: 850px) {
	.company_info h3 .info {
		width: 112px;
	}
}

.company_info h3 .website_link {
	color: #007bff;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.company_info h3 .website_link:hover {
	color: #0056b3;
	text-decoration: underline;
	transform: scale(1.05);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.content_container {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	background: white;
	border-radius: 25px;
}

.content_container2 {
	width: 80%;
	height: auto;
	display: block;
	flex-direction: column;
	background: #E4F3E0;
	border-radius: 25px;
	margin-left: 30px;
}

.content_container3 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
	border-radius: 25px;
}

.side_by_side {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.side_by_side2 {
	display: flex;
	gap: 2rem;
    align-items: flex-start;
}

.side_by_side2 iframe{
	width: 560px;
    max-width: 100%;
    aspect-ratio: 16/9;
}

.right_side {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (max-width: 850px) {
	.side_by_side {
		display: block;
	}
}

.content_container .content_container2 .content_container3 img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 1em;
}

.text_container {
	width: 50%;
	padding: 15px;
}

@media screen and (max-width: 850px) {
	.text_container {
		width: 100%;
	}
}

.pic_container {
	width: 50%;
	padding: 15px;
	display: block;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 850px) {
	.pic_container {
		width: 100%;
	}
}

.pic_container img {
	max-height: 485px;
	width: auto;
}

.pic_container2 img {
	max-height: 485px;
	width: auto;
}

.pic_container3 img {
	max-height: 485px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.text_container2 {
	width: 25%;
	padding: 15px;
}

@media screen and (max-width: 850px) {
	.text_container2 {
		width: 100%;
	}
}

.pic_container2 {
    width: 25%;
	padding: 15px;
	display: block;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 850px) {
	.pic_container2 {
		width: 100%;
	}
}

.pic_container3 {
    width: 100%;
	padding: 15px;
	display: block;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 850px) {
	.pic_container3 {
		width: 100%;
	}
}

.text_container3 {
	width: 100%;
	padding: 15px;
}

.text_container4 {
	width: 75%;
	padding: 15px;
}

.text_container5 {
	width: 85%;
	padding: 15px;
}

.video-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.button_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 20px;
}

.info_btn {
	padding: 12px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(45deg, rgb(0, 221, 221), #0080ff);
	border: none;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 0px 4px 6px rgba(50, 50, 93, 0.11), 0px 1px 3px
		rgba(0, 0, 0, 0.08);
}

.info_btn:hover {
	background: linear-gradient(45deg, #0080ff, rgb(0, 221, 221));
	box-shadow: 0px 7px 14px rgba(50, 50, 93, 0.1), 0px 3px 6px
		rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.info_btn:active {
	background-color: #88d3ce;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
	transform: translateY(1px);
}

.small_title {
	color: #333;
	margin-bottom: 0.5em;
	font-size: 2.9rem;
	background-image: linear-gradient(45deg, rgb(0, 221, 221), #0080ff);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	font-weight: 600;
}

.small_title2 {
	color: #333;
	margin-bottom: 0.5em;
	font-size: 2.5rem;
	background-image: linear-gradient(45deg, rgb(0, 221, 221), #0080ff);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	font-weight: 600;
}

.content_title {
	font-size: 2.9rem;
	position: relative;
	display: inline-block;
	margin: 1rem 0 1rem -10px;
	padding: 1rem 3rem;
	color: #fff;
	font-weight: bolder;
	border-radius: 0 100vh 100vh 0;
	background: linear-gradient(45deg, rgb(0, 221, 221), #0080ff);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.content_title:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid  rgb(0, 221, 221);
	border-left: 10px solid transparent;
}

.content_text {
	font-size: 2rem;
	line-height: 1.6;
	color: #555;
	text-align: justify;
	margin-bottom: 1em;
}

/*追加　20251218*/
.content_text2 {
	font-size: 1.5rem;
	line-height: 1.0;
	color: #555;
	text-align: center;
	margin-top: 0.5em;
}

/*追加　20251218*/
.content_text3 {
	font-size: 1.5rem;
	line-height: 1.0;
	color: #555;
	text-align: left;
	margin-top: 0.5em;
}

/*追加　20251222*/
.content_text4 {
	font-size: 2rem;
	line-height: 1.6;
	color: #999999;
	text-align: justify;
	margin-bottom: 1em;
}

.content_text5 {
	font-size: 1.3rem;
	line-height: 1.6;
	color: #555;
	text-align: justify;
	margin-bottom: 1em;
}

.company_description h3 {
	font-size: 2rem;
	line-height: 1.6;
}

.empty_space {
	height: 2rem;
}

.product_video {
	background-color: #fff;
}

.movingTruck img {
	width: 154px;
}

@media screen and (max-width: 850px) {
	.movingTruck img {
		visibility: hidden;
	}
}

.movingTruck {
	position: relative;
	animation: example 27s infinite;
}

@keyframes example {
 0% {
    transform: translateX(100%);
  }
  55% {
    transform: translateX(55%);
  }
  100% {
        transform: translateX(-15%);
  }
}

.truckSection {
	background-color: #eef2ef;
	overflow: hidden;
	padding: 0px;
}

@media screen and (max-width: 850px) {
	.truckSection {
		visibility: hidden;
	}
}

@media screen and (max-width: 850px) {
	.content_container .content_container2 .content_container3 {
		flex-direction: column;
	}
	.text_container, .pic_container {
		width: 100%;
		padding: 10px;
	}
	.pic_container img {
		max-height: 300px;
	}
	.content_title, .small_title, .content_text, .content_text2, .company_description h3 {
		font-size: 1.5rem;
	}
	.button_container {
		flex-direction: column;
		padding: 10px;
	}
	.info_btn {
		font-size: 1.2rem;
	}
}

.video_banner {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #fa4141;
}

.video_banner:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fa4141;
}

.video_banner:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fa4141;
}

.video_banner span {
  position: relative;
  display: block;
}

.company-table{
  width: 80%;
  margin: 20px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: "Meiryo", sans-serif;
}

.company-table th,
.company-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.company-table th,
.company-table td
 {
  background-color: #f9f9f9;
  font-weight: bold;
}

.company-table .table-header {
  background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
  font-size: 18px;
  text-align: left;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: none;
}


