.hito2026 .container,
.hito2026 main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	border: none;
}
.hito2026 main ul {
	padding-left: 0;
}
figure {
	margin-bottom: 0;
}
/*.mv {
	padding-top: 34%;
	background: url(../img/mv.jpg) no-repeat 50% 50% / cover;
}*/
.mv {
	position: relative;
}
.mv::after {
	content: "";
	width: 100vw;
	height: 100%;
	background: url(../img/mv_over.png) no-repeat bottom center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mv_inner {
	width: 100%;
	max-width: 1262px;
	margin: 0 auto;
}
.mv_inner img {
	width: 100%;
	height: auto;
}
.mv_text {
	position: absolute;
	left: 10.98%;
}
.mv_title {
	color: #000;
	/*font-size: 23px;*/
	font-size: 1.2vw;
	letter-spacing: 0.12em;
	background: #fff;
	margin: 1em 0 17px;
}
.mv_title_b {
	/*font-size: 44px;*/
	font-size: 2.3vw;
	letter-spacing: 0.04em;
	line-height: 1.4772;
	margin-bottom: 26px;
}
.mv_lead {
	/*font-size: 31px;*/
	font-size: 1.6145vw;
	letter-spacing: 0.14em;
	color: #4D4D4D;
}
@media screen and (min-width: 1921px) {
	.mv_inner {
		max-width: none;
	}
	.mv::after {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.mv {
		overflow: hidden;
	}
	.mv::after {
		display: none;
	}
	.mv_text {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 90%;
	}
	.mv_title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.mv_title_b {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.mv_title_b br {
		display: none;
	}
	.mv_lead {
		font-size: 14px;
	}
}
.about {
	background: url(../img/bg_about.jpg) no-repeat 50% 50% / cover;
	padding: 45px 0 38px;
}
.about_logo {
	margin-bottom: 35px;text-align: center;
}
.about_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*width: 90%;
	max-width: 1342px;*/
	width: 80%;
    min-width: 698px;
    max-width: 796px;
	margin: 0 auto;
}
.about_content_box {
	width: 48.5842%;
}
.about_title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
.about_content_list {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.about_content_list dt {
	width: 3.5em;
}
.about_content_list dd {
	width: calc(100% - 3.5em);
	font-size: 16px;
	margin-bottom: 0;
}
.online {
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin-bottom: 38px;
	border: 2px solid #fff;
	border-radius: 17px;
}
.online .bold {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.06em;
	text-align: left;
	margin-right: 1em;
}
.about_btn {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.about_logo {
		width: 90%;
		margin: 0 auto 28px;
	}
	.about_logo img {
		width: 100%;
		height: auto;
	}
	.about_content {
		flex-direction: column;
		width: 90%;
		max-width: none;
		min-width: auto;
	}
	.about_content_box {
		width: 100%;
	}
	.about_title {
		font-size: 20px;
	}
	.online {
		flex-direction: column;
		font-size: 18px;
		padding: 10px;
		margin-bottom: 10px;
	}
	.about_content_box:last-child .online {
		margin-bottom: 28px;
	}
	.online .bold {
		font-size: 20px;
		margin: 0 0 2px 0;
	}
	.about_content.btn {
		width: 90%;
		border: none;
		padding: 0;
	}
	.about_btn {
		width: 100%;
	}
	.about_content img {
		width: 100%;
		height: auto;
	}
}
.booth {
	width: 80%;
	min-width: 698px;
	max-width: 796px;
	padding: 64px 0 38px;
	margin: 0 auto;
}
.booth_img {
	text-align: center;
	margin-bottom: 40px;
}
.booth_img img {
	width: 100%;
	height: auto;
}
.booth_title {
	text-align: center;
	font-size: 43px;
	margin-bottom: 28px;
}
.booth_title .mini {
	display: block;
	color: #241614;
	font-size: 18px;
	font-weight: normal;
	margin-top: 8px;
}
.booth_title.sub {
	text-align: center;
	color: #231815;
	font-size: 24px;
	line-height: 1.583;
	margin-bottom: 30px;
}
.booth_text {
	color: #231815;
	font-size: 19px;
	letter-spacing: 0.03em;
	line-height: 1.578;
}
/*.booth_list {
	display: flex;
	justify-content: space-between;
    align-items: center;
}*/
.booth_list_img img {
	width: 100%;
	height: auto;
}
/*.booth_list_item.item01 {
	width: 59.2964%;
}
.booth_list_item.item02 {
	width: 30.402%;
}
.booth_list_item.icon {
	width: 7.914%;
}
.booth_list_title {
	color: #231815;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.booth_list_img {
	display: flex;
	justify-content: space-around;
	padding: 0;
}
.booth_list_img li {
	width: 47.88%;
}
.booth_list_img.w100 li {
	width: 100%;
}
.booth_list_img img,
.booth_list_item.icon img {
	width: 100%;
	height: auto;
}*/
@media screen and (max-width: 768px) {
	.booth {
		width: 90%;
		min-width: auto;
	}
	.booth_img img {
		width: 100%;
		height: auto;
	}
	.booth_title {
		font-size: 24px;
	}
	.booth_title .mini {
		font-size: 16px;
	}
	.booth_title.sub {
		font-size: 20px;
		text-align: left;
	}
	/*.booth_list,
	.booth_list_img {
		flex-direction: column;
	}
	.booth_list_item.item01,
	.booth_list_item.item02,
	.booth_list_item.icon {
		width: 100%;
	}
	.booth_list_img,
	.booth_list_item.icon {
		text-align: center;
		margin-bottom: 15px;
	}
	.booth_list_img img {
		width: 100%;
		max-width: 277px;
	}
	.booth_list_img li {
		width: 100%;
		margin-bottom: 10px;
	}
	.booth_list_item.icon img {
		max-width: 32px;
	}*/
}
.layout {
	background: #E9F0F9;
	padding: 95px 0;
}
.layout_img {
	width: 80%;
	max-width: 796px;
	margin: 0 auto 38px;
}
.layout_img img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.layout_img {
		width: 90%;
		margin: 0 auto 16px;
	}
}
.booth_title.booth_contents,
.booth_title.product {
	margin: 38px 0 48px;
}
.booth_contents_inner {
	width: 90%;
	max-width: 1112px;
	margin: 0 auto;
}
.booth_contents_text {
	text-align: center;
	font-size: 18px;
	line-height: 1.777;
	margin-bottom: 65px;
}
.product_list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 90%;
	max-width: 1112px;
	margin: 0 auto;
}
.product_list::after {
    content: '';
    display: block;
    width: 31.6546%;
  }
.product_item {
	width: 31.6546%;
	background: #fff;

	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom: 2.5181%;
}
.product_item_category {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.06em;
	font-weight: bold;
	background: #2E008B;
	padding: 7px 0 4px 13px;
}
.product_list.seed .product_item_category {
	background: #45b035;
}
.product_item_title {
	text-align: center;
	font-size: 18px;
	/*letter-spacing: 0.06em;*/
	font-weight: bold;
}
.product_item_title .en {
	display: block;
	font-size: 10px;
	color: #1e2a6a;
}
.product_item_title img {
	width: 90%;
	max-width: 246px;
}
/*.product_item_title .blue {
	display: block;
	color: #212776;
	font-size: 15px;
	font-weight: 400;
}*/
.product_item_img {
	text-align: center;
	margin: 27px auto 23px;
	width: 91%;
}
.product_item_img img {
	width: 100%;
	height: auto;
}
/*.product_item_img.tate {
	margin: 0 auto;
}*/
.product_item_list {
	width: 90%;
	width: 78%;
	font-size: 13px;
	padding: 0;
	margin: 0 auto 17px;
}
.product_item_item {
	padding-left: 1em;
	position: relative;
}
.product_item_item::before {
	content: "・";
	position: absolute;
	left: 0;
}
.product_item .center {
	width: 75.568%;
	margin: 0 auto;
}
.product_item .center a {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.product_item .center img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.product_list {
		flex-direction: column;
	}
	.product_item {
		width: 100%;
		margin-bottom: 16px;
	}
}
.booth_title.stage {
    margin: 38px 0 48px;
}
.stage_tt {
	width: 90%;
    max-width: 1112px;
	border-top: 1px solid #2e008b;
	border-left: 1px solid #2e008b;
    margin: 0 auto;
}
.stage_tt thead th {
	text-align: center;
	background: rgba(46, 0, 139, .1);
	border-bottom: 1px solid #2e008b;
	border-right: 1px solid #2e008b;
	padding: 8px 4px 4px;
}

.stage_tt tbody tr:first-child td {
	padding-top: 10px;
	padding-bottom: 4px;
}
.stage_tt tbody th {
	text-align: center;
	font-weight: normal;
	background: #f2f2f2;
	border-bottom: 1px solid #2e008b;
	border-right: 1px solid #2e008b;
	padding: 0.5em 4px;
}
.stage_tt td {
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #2e008b;
	border-right: 1px solid #2e008b;
	padding: 0.5em 4px;
}
@media screen and (max-width: 768px) {
	.stage_scroll {
		width: 95%;
		overflow-x: scroll;
		padding-right: 5%;
		margin: 0 0 0 auto;
	}
	.stage_tt {
		width: 800px;
	}
}
.corporate {
	width: 90%;
	max-width: 1116px;
	padding-top: 58px;
	margin: 0 auto;
}
.corporate .booth_title {
	margin-bottom: 62px;
}
.corporate .booth_title.sub {
	letter-spacing: 0.06em;
	margin-bottom: 14px;
}
.corporate_lead {
	text-align: center;
	font-size: 18px;
	line-height: 1.777;
	margin-bottom: 65px;
}
.corporate_list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.corporate_item {
	width: 46.236%;
}
.corporate_item.w100 {
	width: 100%;
	/*margin-top: 54px;*/
}
.corporate_item.w90 {
	width: 90%;
	max-width: 1116px;
	margin: 0 auto;
}
.corporate_item_title {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background: #2E008B;
	border-radius: 24px;
	padding: 12px 0 10px;
}
.corporate_item_title .mini {
	font-size: 15px;
}
.corporate_img img {
	width: 100%;
	height: auto;
	margin-bottom: 19px;
}
.three .corporate_img img {
	margin-bottom: 0;
}
.corporate_img figcaption {
	color: #231815;
	font-size: 20px;
	letter-spacing: -0.02em;
}
.corporate_img figcaption a {
	color: #2E008B;
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.2;
	overflow-wrap: break-word;
}
.corporate_item_list {
	display: flex;
    justify-content: space-between;
}
.corporate_item_item {
	width: 32.258%;
}
.corporate_item_title_b {
	color: #2E008B;
	font-size: 25px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	line-height: 1.2;
}

.stage_tt th {
	padding-top: 6px;
	padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
	.corporate .booth_title {
		margin-bottom: 30px;
	}
	.corporate .booth_title.sub {
		text-align: center;
	}
	.corporate_lead {
		text-align: left;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.corporate_list,
	.corporate_item_list {
		flex-direction: column;
	}
	.corporate_item,
	.corporate_item_item {
		width: 100%;
	}
	.corporate_item {
		margin-bottom: 16px;
	}
	.corporate_item:last-child {
		margin-bottom: 0;
	}
	.corporate_img figcaption {
		font-size: 14px;
	}
	.corporate_item_title .mini {
		display: block;
	}
	.corporate_item_title_b {
		font-size: 20px;
		margin: 1em 0 0.5em;
	}
}
.recruit {
	background-image: linear-gradient(0deg, rgba(160, 226, 247, 1), rgba(244, 250, 255, 1) 85%, rgba(255, 255, 255, 1) 89%);
	padding: 50px 0 96px;
}
@media screen and (max-width: 768px) {
	.recruit .booth_title.sub {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.overview {
	background: url(../img/bg_overview.jpg) no-repeat 50% 50% / cover;
	padding: 36px 0 50px;
}
.overview .booth_title,
.overview .booth_title .mini {
	color: #fff;
}
.overview .booth_title {
	margin-bottom: 38px;
}
.overview_content {
	width: 90%;
	max-width: 990px;
	margin: 0 auto;
	border: none;
}
.overview_content tr {
	border: none;
}
.overview_content th,
.overview_content td {
	border: none;
	border-bottom: 1px solid #2E008B;
}
.overview_content th {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-align: center;
	background: #323333;
}
.overview_content td {
	font-size: 14px;
	background: #fff;
	width: 43.435%;
	padding: 27px 22px;
}
.overview_content td:first-child {
	width: 13.13%;
}
.overview_content td a {
	color: #2E008B;
}
@media screen and (max-width: 768px) {
	.overview_scroll {
		width: 95%;
		overflow-x: scroll;
		padding-right: 5%;
		margin: 0 0 0 auto;
	}
	.overview_content {
		width: 800px;
	}
}

.contct {
	width: 90%;
	max-width: 990px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 38px auto 46px;
}
.contct_btn {
	width: 48%;
}
.contct_btn img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.contct {
		flex-direction: column;
	}
	.contct_btn {
		width: 100%;
		margin-bottom: 16px;
	}
	.contct_btn:last-child {
		margin-bottom: 0;
	}
}

/* vertical center align for table cells */
.stage_tt td,
.stage_tt th {
	vertical-align: middle !important;
}


.overview_content {
	border-collapse: collapse;
}

.overview_content th {
	padding: 12px 10px;
}


/* stronger compact overview table */
.overview_content {
	border-collapse: collapse;
	line-height: 1.35;
}

.overview_content th,
.overview_content td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.overview_content td {
	padding-left: 16px !important;
	padding-right: 16px !important;
	font-size: 13px;
	line-height: 1.4;
}

.overview_content th {
	padding-left: 8px !important;
	padding-right: 8px !important;
	font-size: 12px;
	line-height: 1.2;
}

.overview_content p,
.overview_content br + br {
	margin: 0;
}


/* mobile horizontal scroll for all stage tables */
@media screen and (max-width: 768px) {
	.booth_contents_inner {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.booth_contents_inner > .stage_tt,
	.booth_contents_inner table.stage_tt {
		width: 800px;
		max-width: none;
	}

	.stage_scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}


/* reduce second row black text size */
.stage_tt tbody tr:first-child td strong{
	font-size: calc(0.9em + 2pt);
}
