/* ----------------------------------------
.companyList
---------------------------------------- */
.companyList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
	width: 100%;
}
.companyList.-mt {
  margin-top: 1.6rem;
}
.companyList_item {
  padding: 1.6rem;
  width: calc((100% - 6.4rem) / 5);
  background: #fff;
  border: 1px solid #0b419b;
  font-size: 1.4rem;
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .companyList_item {
    width: calc((100% - 4.8rem) / 4);
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  .companyList_item {
    width: calc((100% - 4.8rem) / 4);
  }
}

@media (max-width: 768px) {
  .companyList_item {
    width: 100%;
  }
}

.introBlock_text {
  width: 55%;
}
.tab_nav {
  display: inline-flex;
  margin: 0 0 3.7rem;
  border-bottom: 2px solid #0b419b;
  width: 100%;
}
.tab_nav_item-sdgs {
  width: 220px;
  height: 65px;
  flex: 1;
  text-align: center;
  margin-right: 10px;
  display: block;
  background-color: #ced9ea;
  color: #0b419b;
  line-height: 65px;
}
.tab_nav_item-sdgs:first-of-type {
  margin-left: 10px;
}
.tab_nav_item-sdgs a {
  display: block;
  text-decoration: none;
}
.tab_nav_item-sdgs.odd01 a,.tab_nav_item-sdgs.odd02 a {
  line-height: 1.5;
  height: 65px;
  padding: 10px;
}
.tab_nav_item-sdgs.odd01 a{
	padding-top: 13px;
}
.tab_nav_item-sdgs.odd02 a{
	padding-top: 13px;
}
.tab_nav_item-sdgs a.-active {
  background-color: #0b419b;
  color: #fff;
  text-decoration: none;
  display: block;
}
.font-12 {
  display: block;
  font-size: 1.2rem;
}
.sp-only {
  display: none;
}
.c-ancherList_item a {
    display: inherit;
}
.c-tab_content {
  display: block;
    padding-top: 200px;
    margin-top: -200px;
}
.adjust-li {
	margin-left: 1.4rem!important;
}

@media (max-width: 768px) {
  .introBlock_text {
    width: auto;
  }
}

@media (max-width: 765px) {
  .tab_nav_item-sdgs {
    margin-right: 2px;
  }
  .tab_nav_item-sdgs a {
    font-size: 1.4rem;
  }
  .font-12 {
    font-size: 1rem;
  }
  .sp-only {
    display: block;
  }
  .tab_nav_item-sdgs:first-of-type {
    margin-left: 0;
  }
  .tab_nav_item-sdgs:last-of-type {
    margin-right: 0;
  }
	.tab_nav li:nth-child(4) a {
		    padding: 2px 0;
	}
	  .tab_nav_item-sdgs.odd01 a {
  padding-top: 16px;
}
  .tab_nav_item-sdgs.odd02 a {
  padding: 8px 0;
}
	.adjust-li {
	margin-left: 0!important;
}

	.c-grid.-division3>.c-grid_col {
	width: 100%!important;
}
}

/* video-list */
.video-list a p,
.video-list div p {
	color: #333;
	padding-top: 7px;
	max-width: 359px;
    margin: 0 auto;
}
.video-list a:hover {
	text-decoration: none;
}
.mfp-iframe-scaler {
	overflow: visible;
}
.mfp-iframe-holder .mfp-close {
    top: auto;
    right: auto;
    bottom: -20px;
    background: #fff;
    opacity: 1;
    color: #305ba3;
    border: 2px solid #305ba3;
    border-radius: 5px;
    position: relative;
    width: 230px;
    height: 60px;
    margin: 0 auto;
	font-size: 40px;
}
.mfp-iframe-holder .mfp-close::before {
	content: "閉じる";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}