@charset "utf-8";
main {
  padding:0 10px;
  background: #fdf5e0;
}
main>section {
  padding: 0;
  margin: 0;
  background: none;
}

.c-alt {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.pj-discovery {
  margin-bottom: 3rem;
}
.pj-discovery:last-of-type {
  margin-bottom: 20px;
}
.pj-discovery_ttl {
  border-bottom: 5px solid #efebe2;
}
.pj-discovery_wrapper {
	padding: 28px 10px 30px;
	background: #fff;
}
.pj-discovery:nth-of-type(2n) .pj-discovery_wrapper {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column-reverse;
}

.pj-discovery_content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pj-discovery_item {
  width: calc(50% - 20px);
}
.pj-discovery_item_group {
  margin-bottom: 35px;
}
.pj-discovery_item_group:last-of-type {
  margin-bottom: 0;
}
.pj-discovery_item_group_ttl {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #fb597f;
}
.pj-discovery_item_group_list {
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
}
.pj-discovery_item_group_list::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.pj-discovery_item_group_list:last-of-type {
  margin-bottom: 0;
}
.pj-discovery_img {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.l-kv {
  width: calc(100% + 20px);
	margin:0 -10px 15px -10px;
}
a.l-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background: #fd7091;
  margin-bottom: 65px;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.l-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
