.c-lead_block {
	max-width: 1060px;
	margin: 0 auto;
}

.c-contents_lead {
	text-align: center;
}

.p-subTit_deco {
	padding: 8px 0 0 0;
}

@media screen and (max-width: 480px) {
	.p-subTit_deco {
		padding: 15px 0 0 0;
	}
}

.c-lists_3col {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
}
.c-lists_3col > li {
	width: 26%;

}
.c-lists_2col {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
}
.c-lists_2col > li {
	width: 46%;
}


.c-bg_pink {
	background-color: rgba(var(--sub-color-light-rgb),0.4);
	padding: 20px 20px 30px;
}

.c-bgw_bred {
	background-color: #fff;
	border: var(--main-color) 1px solid;
	font-size: 0.875rem;
	padding: 20px 20px 20px 15px;
}

.p-biz_str_items {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.p-biz_str_items > li {
	width: 18%;
}

.p-biz_str_item--housing {
	background-image: url(/-/media/BREXA-CrossBorder/img/business/orjplus/icon_housing.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: top center;
}

.p-biz_str_item--lifeline {
	background-image: url(/-/media/BREXA-CrossBorder/img/business/orjplus/icon_lifeline.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: top center;
}

.p-biz_str_item--learning {
	background-image: url(/-/media/BREXA-CrossBorder/img/business/orjplus/icon_learning.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: top center;
}

.p-biz_str_item--callsupport {
	background-image: url(/-/media/BREXA-CrossBorder/img/business/orjplus/icon_callsupport.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: top center;
}

.p-biz_str_item--money {
	background-image: url(/-/media/BREXA-CrossBorder/img/business/orjplus/icon_money.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: top center;
}


.p-biz_img {
	width: 100%;
}

.c-bg_red {
	background-color: var(--main-color);
	padding: 30px 70px 40px;
}

.p-biz_commit_items {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-biz_commit_item {
	width: 41%;
	background-color: #fff;
	padding: 30px 40px 40px;
	margin-bottom: 24px;
}
.p-biz_commit_item:nth-of-type(n+3) {
	margin-bottom: 0;
}


@media screen and (max-width: 1060px) {
	.p-biz_commit_item {
		width: 39%;
	}
}

@media screen and (max-width: 950px) {
	.p-biz_commit_item {
		width: 37%;
	}
}

@media screen and (max-width: 840px) {
	.p-biz_commit_item {
		width: 35%;
	}
}


@media screen and (max-width: 768px) {
	.p-biz_commit_item {
		width: 100%;
	}
	.p-biz_commit_item:nth-of-type(3) {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 480px) {
	.c-lists_3col {
		display: block;
	}
	.c-lists_3col > li {
		width: 100%;
		margin-bottom: 20px;
	}
	.c-lists_3col > li:last-of-type {
		margin-bottom: 0;
	}
	.c-lists_2col {
		display: block;
	}
	.c-lists_2col > li {
		width: 100%;
		margin-bottom: 20px;
	}
	.c-lists_2col > li:last-of-type {
		margin-bottom: 0;
	}
	.p-biz_str_items {
		flex-wrap: wrap;
	}
	.p-biz_str_items > li {
		width: 45%;
		margin-bottom: 20px;
	}
	.p-biz_str_items > li:last-of-type {
		margin-bottom: 0;
	}


	.c-bg_red {
		padding: 30px 20px 40px;
	}
}



/**
 * 料金表（<table>ではない）
 */
 .p-fee {
	max-width: 850px;
	margin: 0 auto;
	border: solid 1px #ccc;
	text-align: center;
	/* font-size: 0.875rem; */
}

.p-fee__price {
	background: var(--text-color);
	color: #fff;
	padding: 0.5em 10px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}

.p-fee__em {
	font-size: 1.5rem;
}

.p-fee__detail {
	padding: 1em 10px;
}


/**
 * フロー
 */
 .c-flow {
	background: rgba(var(--sub-color-light-rgb),0.4);
	padding: 20px;
}

.c-flow__items {
	list-style: none;
}

.c-flow__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

.c-flow__title {
	box-sizing: border-box;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	width: 37%;
}

.c-flow__title span {
	display: block;
	padding: 10px;
	color: var(--main-color);
	background: #fff;
}

.c-flow__title--em span {
	color: #fff;
	background: var(--main-color);
}


.c-flow__title::after {
	content: '';
	display: block;
	background: url(/-/media/BREXA-CrossBorder/img/common/arrow_flow.svg) no-repeat center center;
	width: 100%;
	height: 40px;
}

.c-flow__item:last-child .c-flow__title::after {
	content: none;
}

.c-flow__desc {
	box-sizing: border-box;
	width: 60%;
	padding-top: 10px;
	/* font-size: 0.875rem; */
}

@media screen and (max-width: 730px) {
	.c-flow__title {
		width: 100%;
	}
	.c-flow__desc {
		width: 100%;
		padding: 10px;
	}

	.c-flow__title::after {
		content: none;
	}

	.c-flow__item::after {
		content: '';
		display: block;
		background: url(/-/media/BREXA-CrossBorder/img/common/arrow_flow.svg) no-repeat center center;
		width: 100%;
		height: 60px;
	}

	.c-flow__item:last-child::after {
		content: none;
	}
}

@media screen and (max-width: 480px) {
	.c-flow {
		padding: 20px 10px;
	}
}


/* 横2列 */
.c-2col {
	display: flex;
	justify-content: space-between;
}

.c-2col_box {
	width: 48%;
}

@media screen and (max-width:768px) {
	.c-2col {
		display: block;
	}

	.c-2col_box {
		width: 100%;
		margin-bottom: 40px;
	}

	.c-2col_box:last-of-type {
		margin-bottom: 0;
	}
}


/* 資格 */
.c-license {
	font-size: 1.125rem;
	font-weight: bold;
}

.c-license__type {
	display: inline-block;
	margin-right: 1em;
	padding: 0.1em 1em;
	border: solid 1px var(--text-color);
	font-size: 0.875rem;
}

/* 産業分野の、ピンク色背景の箱 */
.c-industry_box {
	padding: 20px 30px 30px;
	background: rgba(var(--sub-color-light-rgb),0.4);
}

@media screen and (max-width:480px) {
	.c-industry_box {
		padding: 20px 15px 30px;
	}
}

.c-industry_box__title {
	margin-bottom: 1em;
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--main-color);
}
.c-industry_box__label {
	font-size: 0.875rem;
	color: var(--text-color);
}

.c-industry_box__sub_title {
	background: var(--text-color);
	color: #fff;
	margin: 1.2em 0;
	padding: 0.1em 0.5em;
}

.c-industry_box__table {
	width: 100%;
}

.c-industry_box__table th {
	background: #efefef;
	vertical-align: middle;
}
.c-industry_box__table td {
	background: #fff;
	vertical-align: middle;
}



/**
 * 2025/07 追加
 */


.top-section01__contents {
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  position: relative;
}

.top-section01__contents a:link {
  color: #000;
  text-decoration: none;
}

.top-section01__contents a:visited {
  color: #000;
}

.top-section01__contents a:hover {
	color: #e03100;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


.top-section01__button {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.top-section01__button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
}

.top-card01__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 0 / 0;
}

.top-card01__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 38px 0px #0000000d;
  box-shadow: 0px 0px 38px 0px #0000000d;
  padding: 26px 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.top-card01__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 28%;
  height: 6px;
  background-color: #e03100;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.top-card01__title--long {
  padding: 16px 10px;
  min-height: 70px;
	box-sizing: border-box;
}

.top-card01__title .text {
  font-weight: 700;
  /* font-size: 1.4rem; */
	font-size: 14px;
  line-height: 1.25;
}

.top-card01__title span.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 1.625em;
  height: 1.125em;
  margin-left: 8px;
}

.top-card01__title span.icon span:before,.top-card01__title span.icon span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e03100;
}

.top-card01__title span.icon span:before {
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
}

.top-card01__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
}

.top-card01__link--white span.icon span:before,.top-card01__link--white span.icon span:after {
  color: #fff;
}


@media (min-width: 768px) {

  .top-section01__contents {
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 40px;
    margin-bottom: 60px;
  }

  .top-section01__button {
    padding: 40px 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }

  .top-section01__button>* {
    width: 50%;
  }

  .top-card01__title {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-top: -8%;
  }

  .top-card01__title::before {
    height: 8px;
  }

  .top-card01__title .text {
    /* font-size: 1.8rem; */
		font-size: 16px;
    line-height: 2;
  }

}



@media only screen and (min-width: 1025px) {
  .top-card01__link:hover img {
    opacity: 1;
  }

  .top-card01__link:hover span.icon span:after {
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
  }

  .top-card01__link:hover span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}