@charset "utf-8";
/***************************************************************************************************
	page_business.css
***************************************************************************************************/

#page_business {
  width: 100%;
  overflow: hidden;
}
/*
*/
#page_business .blk_1 {
  width: 100%;
  padding:0 0 120px 0;
}
/*
*/
#page_business .blk_2 {
  width: 100%;
}
#page_business .blk_2 > section {
  width: 100%;

}
/*  */
#page_business .blk_2_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_3);
  margin:auto;
}
/*  */
#page_business .blk_2_2 {
  width: 100%;
  padding:100px 0 0 0;
}
/*  */
#page_business .blk_2_2_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_2);
  margin:auto;
}
#page_business .blk_2_2_1 p {
  width:100%;
  font-size: 16px;
  line-height:2.5;
  font-weight: 500;
  padding: 0 0 100px 0;
}
#page_business .blk_2_2_1.tgt_nm_psa p {
  translate:0 40px;
  opacity: 0;
}
#page_business .blk_2_2_1.tgt_nm_psa.psa_show p {
  animation:blk_2_kf_1 .6s ease-out .4s 1 normal forwards;
}
@keyframes blk_2_kf_1 {
  100% { translate: 0 0; opacity:1; scale:1 1;}
}
/*  */
#page_business .blk_2_2_2 {
  width:100%;
}
#page_business .blk_2_2_2 > div:nth-of-type(1) {
  width:100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_4);
  margin:auto;
}
#page_business .blk_2_2_2 h4 {
  display: block;
  width:100%;
  left:0;
  top:0;
  text-align: center;
  padding: 0 18.75%;
}
#page_business .tgt_nm_psa .blk_2_2_2 h4 {
  translate:0 30px;
  opacity: 0;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_2 h4 {
  animation:blk_2_kf_1 .6s ease-out .2s 1 normal forwards;
}
#page_business .blk_2_2_2 h4::before {
	display: block;
	content: '';
	width: 100%;
  padding:26% 0 0 0;
	background-image: 
  url('../images/business_ill_arrow_03.svg'),
  url('../images/business_ill_arrow_04.svg');
	background-position:
  100% calc(100% - 50px),
  0 calc(100% - 15px);
	background-size: auto 25px, auto 25px;
}
#page_business .tgt_nm_psa .blk_2_2_2 h4::before {
  opacity: 0;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_2 h4::before {
  animation:blk_2_kf_1 .6s ease-out .8s 1 normal forwards;
}
#page_business .blk_2_2_2 h4 > span {
  display: block;
  padding: 0 3%;
  text-align: center;
}
#page_business .blk_2_2_2 h4 > span::after {
	display: block;
	content: '';
	width: 100%;
  padding:14% 0 0 0;
	background-image:  url('../images/business_ill_arrow_05.svg');
	background-position: 50% 50%;
	background-size: auto 60%;
}
#page_business .tgt_nm_psa .blk_2_2_2 h4 > span::after {
  opacity: 0;
  translate:0 10px;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_2 h4 > span::after {
  animation:blk_2_kf_1 .6s ease-out 1.4s 1 normal forwards;
}
#page_business .blk_2_2_2 h4 > span span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset:7px;
}
#page_business .blk_2_2_2 > div:nth-of-type(2) {
  position: absolute;
  width:100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_4);
  min-width: 1100px;
  margin:auto;
  left:50%;
  top:0;
  translate:-50% 0;
  height: 100%;
}
#page_business .blk_2_2_2 ul {
  display: flex;
  width:100%;
  justify-content: space-between;
  list-style: none;
  height: 100%;
}
#page_business .tgt_nm_psa .blk_2_2_2 ul {
  translate:0 40px;
  opacity: 0;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_2 ul {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_business .blk_2_2_2 ul li {
  display: block;
  width:18.75%;
  height: 100%;
}
#page_business .blk_2_2_2 ul li > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  left:0;
  top:0;
  font-size: min(1.2vw, 16px);
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background-color: #efefef;
}
#page_business .blk_2_2_2 ul li::before {
  position: absolute;
	display: block;
	content: '';
	width: 100%;
  height: 50%;
  left:0;
  top:40px;
}
#page_business .blk_2_2_2 ul li:nth-of-type(1)::before {
	background-image: url('../images/business_ill_01_01.svg');
	background-position: 50% 40%;
	background-size: auto 75%;
}
#page_business .blk_2_2_2 ul li:nth-of-type(2)::before {
	background-image: url('../images/business_ill_01_02.svg');
	background-position: 50% 65%;
	background-size: auto 65%;
}
#page_business .blk_2_2_2 ul li::after {
  position: absolute;
	display: block;
	content: '';
	width: 100%;
  height: calc(50% - 60px);
  left:0;
  top: calc(50% + 40px);
	background-image: 
  url('../images/business_ill_arrow_01.svg'),
  url('../images/business_ill_arrow_02.svg');
	background-position:
  calc(50% - 22px) 0,
  calc(50% + 22px) 100%;
	background-size: 25px auto, 25px auto;
}
#page_business .tgt_nm_psa .blk_2_2_2 ul li::after {
  opacity: 0;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_2 ul li::after {
  animation:blk_2_kf_1 .6s ease-out .8s 1 normal forwards;
}
/*  */
#page_business .blk_2_2_3 {
  width: 100%;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) {
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_2);
  margin:auto;  
}
#page_business .blk_2_2_3 > div:nth-of-type(1) > div {
  padding:30px 3% 20px 3%;
  border:1px solid #000000;
}
#page_business .tgt_nm_psa .blk_2_2_3 > div:nth-of-type(1) > div {
  opacity: 0;
  translate:0 20px;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(1) > div {
  animation:blk_2_kf_1 .6s ease-out .8s 1 normal forwards;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) > div::before {
	position: absolute;
	display: block;
	content: '';
	width: 95%;
	height: 12px;
	left:50%;
	top:100%;
  translate:-50% 0;
	background-color: #000000;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) h4 {
  text-align: center;
  padding:0 5% 15px 5%;
  margin-bottom: 30px;
}
#page_business .tgt_nm_psa .blk_2_2_3 > div:nth-of-type(1) h4 {
  opacity: 0;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(1) h4 {
  animation:blk_2_kf_1 .6s ease-out 1s 1 normal forwards;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) h4::before {
  display: block;
  content:'';
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  height:1px;
  border-bottom:1px solid #000000;
}
#page_business .tgt_nm_psa .blk_2_2_3 > div:nth-of-type(1) h4::before {
  opacity:0;
  scale:0 1;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(1) h4::before {
  animation:blk_2_kf_1 .8s ease-out 1s 1 normal forwards;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) h4 span {
  font-size: min(3vw, 40px);
  line-height: 1.25;
  font-weight: 700;
  scale:1 .89;
  white-space: nowrap;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}
#page_business .tgt_nm_psa .blk_2_2_3 > div:nth-of-type(1) ul {
  opacity:0;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(1) ul {
  animation:blk_2_kf_1 .6s ease-out 1s 1 normal forwards;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) ul li {
  display: block;
  width:32%;
  background-color: #000000;
  text-align: center;
  padding:10px;
  margin-bottom: 1.75%;
  min-height: 60px;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) ul li span {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color:#ffffff;
  top:50%;
  translate:0 -50%;
  word-break: keep-all;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) {
  width:100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_4);
  margin:auto;
  padding-top:100px;
}
#page_business .blk_2_2_3 > div:nth-of-type(2)::before {
  position: absolute;
  display:block;
  content:'';
  left:0;
  top:30px;
  width:100%;
  height:50px;
  background-image: 
  url('../images/business_ill_arrow_01.svg'),
  url('../images/business_ill_arrow_02.svg');
	background-position:
  calc(50% - 22px) 0,
  calc(50% + 22px) 100%;
	background-size: 25px auto, 25px auto;
}
#page_business .tgt_nm_psa .blk_2_2_3 > div:nth-of-type(2)::before {
  opacity:0;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(2)::before {
  animation:blk_2_kf_1 .6s ease-out 1.6s 1 normal forwards;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li {
  display: block;
  width:31%;
  background-color: #efefef;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding:20px 10px;
}
#page_business .tgt_nm_psa .blk_2_2_3 > div:nth-of-type(2) ul li {
  translate:0 40px;
  opacity:0;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(2) ul li {
  animation:blk_2_kf_1 .6s ease-out 1s 1 normal forwards;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(2) ul li:nth-of-type(1) {
  animation-delay: 1.2s;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(2) ul li:nth-of-type(2) {
  animation-delay: 1.3s;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_3 > div:nth-of-type(2) ul li:nth-of-type(3) {
  animation-delay: 1.4s;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li::after {
  display:block;
  content:'';
  width:100%;
  padding:38% 0 0 0;
	background-position: 50% 50%;
	background-size: auto 95%;
  margin-top: 20px;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li:nth-of-type(1):after {
	background-image: url('../images/business_ill_02_01.svg');
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li:nth-of-type(2):after {
	background-image: url('../images/business_ill_02_02.svg');
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li:nth-of-type(3):after {
	background-image: url('../images/business_ill_02_03.svg');
}
/*
*/
#page_business .blk_3 {
  width: 100%;
  padding:120px 0 100px 0;
}
#page_business .blk_3::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: calc(100% - 240px);
	left:0;
	top:140px;
	background-color: #efefef;
}
#page_business .blk_3 > section {
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_3);
  margin:auto;
}
/*  */
#page_business .blk_3_1 {
  padding:0 0 100px 0;
}
/*  */
#page_business .blk_3_2 .rep_1 {
  padding:0 0 150px 0;
}
#page_business .blk_3_2 .rep_1 h4 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding:0 0 30px 0;
  border-bottom: 1px solid #d7d7d7;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa h4 {
  translate:0 30px;
  opacity: 0;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show h4 {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_3_kf_1 {
  100% { translate: 0 0; opacity:1; scale:1 1;}
}
#page_business .blk_3_2 .rep_1 p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  padding:30px 0 40px 0;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa p {
  translate:0 40px;
  opacity: 0;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show p {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_business .blk_3_2 .rep_1 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: auto;
}
#page_business .blk_3_2 .rep_1 ul li {
  display: block;
  width: 25%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa ul li {
  translate:0 40px;
  opacity: 0;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show ul li {
  animation:blk_3_kf_1 .8s ease-out 0s 1 normal forwards;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show ul li:nth-of-type(1) {
  animation-delay: .4s;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show ul li:nth-of-type(2) {
  animation-delay: .5s;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show ul li:nth-of-type(3) {
  animation-delay: .6s;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show ul li:nth-of-type(4) {
  animation-delay: .7s;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show ul li:nth-of-type(5) {
  animation-delay: .8s;
}
#page_business .blk_3_2 .rep_1.tgt_nm_psa.psa_show ul li:nth-of-type(6) {
  animation-delay: .9s;
}
#page_business .blk_3_2 .rep_1 ul li a {
  display: table;
  width: 100%;
  height:100%;
  font-size: clamp(12px, 1.4vw, 18px);
  line-height: 1.25;
  font-weight: 700;
	background-position: 50% 50%;
	background-size: 100% auto;
  padding:0 5%;
  transition:background-size .4s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
}
#page_business .blk_3_2 .rep_1 ul li a.nm_hover {
	background-size: 125% auto;
}
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 1) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 3) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 6) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 8) a {
  background-color: #ffffff;
}

#page_business .blk_3_2 .rep_1 ul li a::before {
  display: table-row;
  content: '';
  width: 100%;
  height:70%;
}
#page_business .blk_3_2 .rep_1 ul li a::after {
  display: table-row;
  content: '';
  width: 100%;
  height:5%;
}
#page_business .blk_3_2 .rep_1 ul li a > span {
  display: table-row;
  width:100%;
  height: 25%;
}
#page_business .blk_3_2 .rep_1 ul li a > span > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#page_business .blk_3_2 .rep_1 ul li a > span > span span {
  display: inline-block; 
}
#page_business .blk_3_2 .rep_1 ul li a > span > span::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:calc(100% - 18px);
	top:calc(100% + 0px);
	translate:-100% -100%;
	width:14px;
	height:14px;
	rotate:-45deg;
	background-image: url('../images/btn_ill_01.svg');
	background-position: 50% 50%;
	background-size: 100% auto;

}
/*  */
#page_business .blk_3_2 .rep_1.blk_3_2_1 ul li:nth-of-type(1) a {
	background-image: url('../images/business_ill_04_01.svg');
}
#page_business .blk_3_2 .rep_1.blk_3_2_1 ul li:nth-of-type(2) a {
	background-image: url('../images/business_ill_04_02.svg');
}
#page_business .blk_3_2 .rep_1.blk_3_2_1 ul li:nth-of-type(3) a {
	background-image: url('../images/business_ill_04_03.svg');
}
/*  */
#page_business .blk_3_2 .rep_1.blk_3_2_2 ul li:nth-of-type(1) a {
	background-image: url('../images/business_ill_04_04.svg');
}
#page_business .blk_3_2 .rep_1.blk_3_2_2 ul li:nth-of-type(2) a {
	background-image: url('../images/business_ill_04_05.svg');
}
#page_business .blk_3_2 .rep_1.blk_3_2_2 ul li:nth-of-type(3) a {
	background-image: url('../images/business_ill_04_06.svg');
}
/*  */
#page_business .blk_3_2 .rep_1.blk_3_2_3 ul li:nth-of-type(1) a {
	background-image: url('../images/business_ill_04_07.svg');
}
#page_business .blk_3_2 .rep_1.blk_3_2_3 ul li:nth-of-type(2) a {
	background-image: url('../images/business_ill_04_08.svg');
}
#page_business .blk_3_2 .rep_1.blk_3_2_3 ul li:nth-of-type(3) a {
	background-image: url('../images/business_ill_04_09.svg');
}
#page_business .blk_3_2 .rep_1.blk_3_2_3 ul li:nth-of-type(4) a {
	background-image: url('../images/business_ill_04_10.svg');
}
/*  */
#page_business .blk_2 .panch_t {
  top:-180px;
}
/*  */
#page_business .blk_3 .panch_t {
  top:-60px;
}

/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_business .blk_1 {
  padding:0 0 80px 0;
}
/*
*/
#page_business .blk_2_1 {
  max-width: none;
  padding:var(--padding_1_sp);
}
/*  */
#page_business .blk_2_2 {
  padding:50px 0 0 0;
}
/*  */
#page_business .blk_2_2_1 {
  max-width: none;
  padding:var(--padding_2_sp);
}
#page_business .blk_2_2_1 p {
  font-size: 12px;
  line-height: 2.5;
  padding: 0 0 70px 0;
}
/*  */
#page_business .blk_2_2_2 > div:nth-of-type(1) {
  max-width: var(--max_wid_2);
  padding:var(--padding_2_sp);
}
#page_business .blk_2_2_2 h4 {
  padding: 0 20%;
}
#page_business .blk_2_2_2 h4::before {
	width: 76%;
  padding:75% 0 0 0;
	background-position:
  100% calc(100% - 50px),
  0 calc(100% - 30px);
  left:50%;
  translate:-50% 0;
	background-size: auto 13px, auto 13px;
}
#page_business .tgt_nm_psa.psa_show .blk_2_2_2 h4::before {
  animation:blk_2_kf_1_sp .6s ease-out .8s 1 normal forwards;
}
@keyframes blk_2_kf_1_sp {
  100% {   translate:-50% 0; opacity:1; scale:1 1;}
}
#page_business .blk_2_2_2 h4 > span {
  padding: 0;
}
#page_business .blk_2_2_2 h4 > span::after {
  padding:35% 0 0 0;
	background-size: auto 50%;
}
#page_business .blk_2_2_2 h4 > span span {
  font-size: 16px;
  text-underline-offset:5px;
  white-space: nowrap;
}
#page_business .blk_2_2_2 > div:nth-of-type(2) {
  max-width: var(--max_wid_2);
  padding:var(--padding_1_sp);
  min-width: 0;
}
#page_business .blk_2_2_2 ul li {
  width:32%;
}
#page_business .blk_2_2_2 ul li > span {
  width:100%;
  height: 46px;
  font-size: min(3vw, 12px);
  line-height: 46px;
}
#page_business .blk_2_2_2 ul li::before {
  height: 50%;
  left:0;
  height: 35%;
  top:46px;
}
#page_business .blk_2_2_2 ul li:nth-of-type(1)::before {
	background-position: 50% 50%;
	background-size: auto 70%;
}
#page_business .blk_2_2_2 ul li:nth-of-type(2)::before {
	background-position: 50% 60%;
	background-size: auto 55%;
}
#page_business .blk_2_2_2 ul li::after {
  height: calc(65% - 61px);
  left:0;
  top: calc(35% + 46px);
	background-position:
  calc(50% - 12px) 0,
  calc(50% + 8px) 100%;
	background-size: 13px auto, 13px auto;
}
#page_business .blk_2_2_2 ul li:nth-of-type(2):after {
	background-position:
  calc(50% - 8px) 0,
  calc(50% + 12px) 100%;
}
/*  */
#page_business .blk_2_2_3 {
  width: 100%;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) {
  max-width: 640px;
  padding:var(--padding_1_sp);
}
#page_business .blk_2_2_3 > div:nth-of-type(1) > div {
  padding:25px 5% 25px 5%;
  border:1px solid #000000;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) > div::before {
	width: 92%;
}

#page_business .blk_2_2_3 > div:nth-of-type(1) h4 {
  padding:0 0 13px 0;
  margin-bottom: 25px;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) h4 span {
  font-size: 23px;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) ul li {
  width:48%;
  padding:10px 10px;
  margin-bottom: 2%;
  min-height: 46px;
}
#page_business .blk_2_2_3 > div:nth-of-type(1) ul li span {
  font-size: min(2.8vw, 12px);
}
#page_business .blk_2_2_3 > div:nth-of-type(2) {
  max-width: 640px;
  padding:var(--padding_1_sp);
  padding-top:105px;
}
#page_business .blk_2_2_3 > div:nth-of-type(2)::before {
  top:20px;
  height:70px;
  background-position:
  calc(50% - 12px) 0,
  calc(50% + 8px) 100%;
	background-size: 13px auto, 13px auto;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul {
  width: 100%;
  justify-content:space-around;
  flex-wrap:wrap;
  padding:0 2.5%;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li {
  width:47%;
  min-height: 80px;
  text-align: left;
  font-size: 12px;
  line-height: 1.25;
  padding:10px 10px 10px min(100px, 20%);
  margin-bottom: 5%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li span {
  display: block;
  top:50%;
  translate: 0 -50%;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li::after {
  position: absolute;
  left:2%;
  top:0;
  width:min(90px, 40%);
  height:100%;
  padding:0;
	background-position: 50% 50%;
	background-size: min(55px, 65%) auto;
  margin-top: auto;
}
#page_business .blk_2_2_3 > div:nth-of-type(2) ul li:nth-of-type(1):after {
	background-size: min(50px, 62%) auto;
}
/*
*/
#page_business .blk_3 {
  padding:75px 0 60px 0;
}
#page_business .blk_3::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: calc(100% - 115px);
	left:0;
	top:90px;
	background-color: #efefef;
}
#page_business .blk_3 > section {
  width: 100%;
  max-width: none;
  padding:0;
  margin:auto;
}
/*  */
#page_business .blk_3_1 {
  width: 100%;
  padding:var(--padding_1_sp);
  padding-bottom: 60px;
}
/*  */
#page_business .blk_3_2 {
  padding:var(--padding_1_sp);
}
#page_business .blk_3_2 .rep_1 {
  padding:0 0 60px 0;
}
#page_business .blk_3_2 .rep_1 h4 {
  font-size: 20px;
  padding:0 0 15px 0;
}
#page_business .blk_3_2 .rep_1 p {
  font-size: 12px;
  line-height: 1.75;
  padding:15px 0 30px 0;
}
#page_business .blk_3_2 .rep_1 ul li {
  max-width: 240px;
}
/*  */
}
/*
*/
@media screen and (max-width: 900px) {
#page_business .blk_3_2 .rep_1 ul {
   max-width:700px;
}
#page_business .blk_3_2 .rep_1 ul li {
  width: 33.33%;
  max-width: none;
}
#page_business .blk_3_2 .rep_1 ul li a {
  font-size: clamp(12px, 3.3vw, 14px);
}
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 1) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 3) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 6) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 8) a {
  background-color: transparent;
}
#page_business .blk_3_2 .rep_1 ul li:nth-child(6n + 1) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(6n + 3) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(6n + 5) a {
  background-color: #ffffff;
}
/*  */
}
/*
*/
@media screen and (max-width: 600px) {
#page_business .blk_3_2 .rep_1 ul {
   max-width:400px;
}
#page_business .blk_3_2 .rep_1 ul li {
  width: 50%;
}
#page_business .blk_3_2 .rep_1 ul li a {
  font-size: clamp(12px, 3.3vw, 14px);
}
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 1) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 3) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 6) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(8n + 8) a {
  background-color: transparent;
}
#page_business .blk_3_2 .rep_1 ul li:nth-child(6n + 1) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(6n + 3) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(6n + 5) a {
  background-color: transparent;
}
#page_business .blk_3_2 .rep_1 ul li:nth-child(4n + 2) a,
#page_business .blk_3_2 .rep_1 ul li:nth-child(4n + 3) a {
  background-color: #ffffff;
}
/*  */
}

