@charset "UTF-8";
/* CSS Document */

.basho-wrap {
  display: flex;
  justify-content: space-between;
}
.basho-block {
  display: block;
  width: calc((100% - 60px) / 3);
  position: relative;
}
.basho-block p {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  border: none;
  color: #fff;
  font-size: 26px;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-feature-settings: 'palt';
  padding-bottom: 15px;
}
.basho-block:nth-child(2) p {
  width: 65%;
}


/* ▼20250213 add Toybox */
.btn-blue {
	border: 1px solid #00A3D9;
  background: #fff;
	min-width: 250px;
	height: 60px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #00A3D9;
	margin: 20px 0;
	padding: 10px 60px 10px 20px;
	text-decoration: none !important;
	position: relative;
}
.btn-blue:hover {
	border: 1px solid #000 !important;
}
.btn-blue::after {
	content: '→';
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}

/* TOPページ_自社工場紹介画像 */
.factoryImg {
  display: flex;
  justify-content: space-between;
}
.factoryImg-item {
  width: calc((100% - 40px) / 5);
}
.factoryImg-item .factory-img {
  width: 100%;
}
.factoryImg-item .factory-name {
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0;
}
/* ▲20250213 add Toybox */
