@charset "UTF-8";

/* =======================================
    パートナー企業の募集
======================================= */
.bg_col2 {
  background: #f4f1e9;
  padding: 1% 3%;
}

.partner h3 {
	font-size: clamp(18px, 2.4vw, 24px);
  margin-top: 1%;
  text-align: center;
}

.partner h4 {
	font-size: clamp(18px, 2.4vw, 24px);
}

.li-style {
  padding: 0 3%;
}

.li-style li {
  list-style:disc;
  margin-bottom: 1%;
}

.partner-ttl span {
  border-bottom: double #222;
  font-size: clamp(24px,3.2vw,32px);
  font-weight: bold;
  margin: 0 2%;
  padding-bottom: .5%;
}

.partner-eyecatch div {
  padding: 1% 2%  2%;
}

.session {
  background: url("../images/partner/img02.jpg") no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.session div {
  background: rgba(255,255,255,0.7);
  max-width: 1000px;
  padding: 4% 2%;
  text-align: left;
}

.partner-eyecatch h3 {
  color: #086;
}

.partner-subttl {
  border-left: 8px solid #086;
  display: block;
  font-size: clamp(20px,2.6vw,26px);
  font-weight: bold;
  margin: 3% 0;
  padding-left: 1%;
}

.gentei {
  align-items: center;
  display: flex;
  color: #f33;
  font-size: 20px;
  font-weight: bold;
}
.gentei:before,
.gentei:after {
  content: "";
  height: 1px;
  flex-grow: 1;
}
.gentei:before {
  background: linear-gradient(-90deg, #f33, transparent);
  margin-right: 16px;
}
.gentei:after {
  background: linear-gradient(90deg, #f33, transparent);
  margin-left: 16px;
}

.partner .border span {
  color: #086;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.products {
  margin: 0 2%;
}

.products  li {
  font-weight: bold;
  padding: .5% 1%;
}

.products li li {
  font-weight: normal;
  list-style: none;
}

.stepflow li {
  background: #f4f1e9;
  border: solid 3px #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 2;
  margin: 1.5em 0;
  max-width: 1000px;
  padding: 3% 2%;
  position: relative;
  width: 100%;
}

.stepflow li:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f4f1e9;
  z-index: 2;
}

.stepflow li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ccc;
  z-index: 1;
}

.stepflow li span {
  background: #277;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 2%;
  padding: .5% 1.5%;
}

caption {
  font-size: 20px;
  font-weight: bold;
  margin: 1% 0;
  text-align: left;
}

caption:before {
  content: "■";
  font-size: 20px;
  padding-right: .5%;
}

/* =======ボタン======== */
.button {
	background:#fff;
	border:3px solid #e00;
  border-radius: 6px;
	font-weight:bold;
	margin: 3% auto;
	max-width: 400px;
  padding: 0;
	text-align: center;
}

.button a {
	background:#e00;
	color:#fff;
	cursor:pointer;
	display:block;
	padding:3% 0 2%;
  text-decoration: none;
}

.button a:hover {
  background: #fff;
	color:#e00;
  filter: alpha(opacity=100);
  opacity:1;
	-webkit-transition: all 1s;
	transition: all 1s;
}