@charset "UTF-8";

/* corporate index */
.corporate_index {
  background: url(../img/corporate/index/pc/articleHeadBg.png) center 85px no-repeat;
}
@media (max-width: 767px) {
  .corporate_index {
    background: url(../img/corporate/index/sp/articleHeadBg.png) center 3em no-repeat;
    background-size: 100% auto;
  }
}
.corporate_link {
  padding-top: 3.875em;
}
.corporate_link section {
  margin-top: 0;
}
.corporate_link a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  text-decoration: none;
}
.corporate_link a img {
  max-height: max-content;
}
.corporate_link a span {
  width: 100%;
  padding: 1em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.25em;
  height: max-content;
}
@media (min-width: 768px) {
  .corporate_link a:hover {
    color: var(--red);
  }
}
@media (max-width: 767px) {
  .corporate_link {
    padding-top: 2.5em;
  }
  .corporate_link .linkArea_border {
    row-gap: 10.666vw;
  }
}

.lang_pdfDL a {
  border: 1px solid var(--red);
  border-radius: 8px;
  display: block;
  font-size: 1.125em;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  padding: 1.2em;
}
.lang_pdfDL li {
  width: 23.4%;
}
@media (max-width: 767px) {
  .lang_pdfDL li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .lang_pdfDL li:last-child {
    margin-bottom: 0;
  }
}


/* corporate about */
#graduate_philosophy {
  background: url(../img/corporate/about/pc/articleHeadBg.png) center 85px no-repeat;
}
@media (max-width: 767px) {
  #graduate_philosophy {
    background: url(../img/corporate/about/sp/articleHeadBg.png) center 3em no-repeat;
    background-size: 100% auto;
  }
}

#graduate_philosophy #mission section,
#graduate_philosophy #vision section {
  margin-top: 0;
}
@media (max-width: 767px) {
  #graduate_philosophy .secWrap {
    padding-left: 0;
    padding-right: 0;
  }
}



/* ====================
会社概要
=====================*/
#gaiyo .listInner dt {
	display: inline-block;
	width: 25%;
}

#gaiyo .listInner dd {
	display: inline-block;
	width: 70%;
}

#gaiyo .listInner dd p,
#gaiyo .listInner dd span {
  display: inline-block;
}

#gaiyo .company_profile {
	margin-top: 40px;
}

#gaiyo .company_profile dt {
	border-left: 5px solid #990000;
	padding-left: 10px;
	font-weight: bold;
}

#gaiyo .company_profile dd {
	margin-left: 15px;
}

#gaiyo .company_profile dd p.link {
	background: url(../../assets/img/corporate/gaiyo/icon_company_profile.png) no-repeat left center;
}

#gaiyo .company_profile dd p.link a {
	padding-left: 25px;
}

#gaiyo .lang_pdfDL li {
	width: 23.4%;
}

#gaiyo .lang_pdfDL a {
    border: 1px solid var(--red);
    border-radius: 8px;
    display: block;
    font-size: 1.125em;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    padding: 1.2em;
}

#gaiyo .hr{
	background: #ddd;
	height: 1px;
}

@media (max-width: 767px) {
	#gaiyo .listInner dt {
		width: 35%;
    vertical-align: middle;
    margin: 0.5em 0;
	}

	#gaiyo .listInner dd {
		width: 60%;
    vertical-align: middle;
    line-height: 1.4;
    margin: 0.5em 0;
	}
  #gaiyo .listInner dd span {
    display: block;
  }

	#gaiyo .lang_pdfDL li {
        width: 100%;
        margin-bottom: 8vw;
    }
}

/* ====================
アクセス
=====================*/

@media (max-width: 767px) {
  #access .infoTable th {
    font-size: 90%;
  }
}

/* ====================
次世代育成支援対策推進法に基づく一般事業主行動計画
=====================*/

@media (max-width: 767px) {
  #jisedai .jisedai_table {
    flex-direction: column;
  }

  #jisedai .jisedai_table > div {
    flex-basis: auto !important;
  }

  #jisedai .jisedai_table > div > div {
    flex-direction: column;
  }

  #jisedai .jisedai_table div div div {
    flex-basis: auto !important;
  }
}

/* ====================
女性活躍推進法に基づく一般事業主行動計画
=====================*/

@media (max-width: 767px) {
  #womanaction .womanaction_table {
    flex-wrap: wrap;
  }
}



.page-access .hover_linear li:nth-child(1) > a {
  color: #333!important;
}
.page-access .hover_linear li:nth-child(1) > a::before {
  content: none!important;
}