<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
	##### INVESTOR IMPACT, INC. #####
	/career-jp/css/career_pc.css
*/



/* --------------------------------------------------
header elements
-------------------------------------------------- */
.main_img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 950px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/career-jp/images/img_career-main_pc.jpg) no-repeat center center / cover
}
.cont_top_ttl_area {
  width: 800px;
  height: 345px;
  background-color: rgba(255, 255, 255, .7)
}
.cont_ttl {
  margin: 53px auto 42px;
  text-align: center
}

.lead {
  width: 700px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9285714285714286;
  font-weight: 400;
  letter-spacing: .06em;
  text-align: justify;
  font-feature-settings: "pwid"
}
.button {
  margin: 60px auto 70px;
  width: 190px;
}

/* --------------------------------------------------
career elements
-------------------------------------------------- */
.career_sec {
  width: 775px;
  margin: 0 auto;
  padding-bottom: 38px;
}
.career_type {
  position: relative;
  font-size: 21.5px;
  font-weight: 600;
  padding-bottom: 23px;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
.career_type::after {
  content: '\e876';
  font-family: "Linearicons-Free";
  font-weight: normal;
  font-size: 110%;
  position: absolute;
  right: 10px;
  top: 0;
  transform-origin: center;
  transition: transform 1s ease
}
.career_type.open::after {
  transform: rotate(90deg)
}
.career_type .small {
  font-weight: normal
}
.career_description {
  padding-bottom: 38px
}
.career_description table {
  width: 100%;
}
.career_description th,
.career_description td {
  padding: 36px 0;
  vertical-align: top;
  border-bottom: 1px solid #000
}
.career_description th {
  width: 160px;
  padding-left: 16px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.career_description td {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  padding-right: 2em;
}
.career_description td li {
  padding-left: 1em;
  text-indent: -1em;
}
.career_description td ul li::before {
  content: '・'
}
.career_description td li + li {
  margin-top: .4em
}
</pre></body></html>