@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     採用情報
 Notes:          
--------------------------------------------------------------- */
/* section 1 */
.sec01 {
	padding: 0 0 10%;
  border-bottom: 3px solid #50b464;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-image: linear-gradient(to right, #50b46400 0, #50b464 50%, #50b46400 100%);
  border-image-slice: 1;
}
.sec01 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec01 h1.title .color01 {
	color: #f5b2b2;
}
.sec01 h3.txt {
	margin: 0 auto 5%;
	font-size: 1.3em;
	font-weight: 700;
}
.sec01 .txt01 {
	margin: 0 auto 10%;
	text-align: center;
}
.sec01 .wrap01 {
	margin: 0 auto 15%;
	position: relative;
}
.sec01 .wrap01 .photo {
  width: 65%
}
.sec01 .wrap01:nth-child(1) .photo {
	margin: 0 0 3%;
}
.sec01 .wrap01:nth-child(1) .photo::after {
	content: '';
  width: 65%;
  height: 10em;
  position: absolute;
  bottom: -2em;
  right: -40%;
  background-color: #f5b2b2;
  z-index: -1;
}
.sec01 .wrap01:nth-child(2) .photo {
  margin: 0 0 3% auto;
}
.sec01 .wrap01:nth-child(2) .photo::after {
	content: '';
  width: 65%;
  height: 10em;
  position: absolute;
  bottom: -2em;
  left: -40%;
  background-color: #a1d8e6;
  z-index: -1;
}
.sec01 .wrap01:nth-child(3) .photo {
	margin: 0 0 3%;
}
.sec01 .wrap01:nth-child(3) .photo::after {
	content: '';
  width: 65%;
  height: 10em;
  position: absolute;
  bottom: -2em;
  right: -40%;
  background-color: #c1db81;
  z-index: -1;
}
.sec01 .wrap01:nth-child(1) .txt {
	width: 30%;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec01 .wrap01:nth-child(2) .txt {
	width: 33%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec01 .wrap01:nth-child(3) .txt {
	width: 30%;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* section 2 */
.sec02 {
	padding: 10% 0 0;
}
.sec02 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec02 .wrap01 {
	margin: 0 auto 15%;
	position: relative;
}
.sec02 .wrap01 .photo {
  width: 65%
}
.sec02 .wrap01:nth-child(1) .photo {
  margin: 0 0 3% auto;
}
.sec02 .wrap01:nth-child(1) .photo::after {
	content: '';
  width: 65%;
  height: 10em;
  position: absolute;
  bottom: -2em;
  left: -40%;
  background-color: #f5b2b2;
  z-index: -1;
}
.sec02 .wrap01:nth-child(2) .photo {
	margin: 0 0 3%;
}
.sec02 .wrap01:nth-child(2) .photo::after {
	content: '';
  width: 65%;
  height: 10em;
  position: absolute;
  bottom: -2em;
  right: -40%;
  background-color: #a1d8e6;
  z-index: -1;
}
.sec02 .wrap01:nth-child(1) .txt {
	width: 33%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec02 .wrap01:nth-child(2) .txt {
	width: 30%;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* section 3 */
.sec03 {
	padding: 10% 0;
	background: #e6e6e6;
}
.sec03 .content {
	width: 80%;
  max-width: 870px;
  margin: 0 auto;
}
.sec03 .area01 {
	display: flex;
	justify-content: space-between;
}
.sec03 .wrap01 {
	width: 49%;
}
.sec03 h2.title {
	margin: 0 0 1em;
	padding: 1em 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}
.sec03 .wrap01:nth-child(1) h2.title {
	background: #f5b2b2;
}
.sec03 .wrap01:nth-child(2) h2.title {
	background: #c1db81;
}
.sec03 h3.txt {
	text-align: center;
}
.sec03 .txt01 {
	margin: 0 0 1em;
	text-align: center;
}
.sec03 .flow-wrap {
	margin: 0 0 15%;
	padding: 2em;
	box-sizing: border-box;
	background: #fff;
}
.sec03 .wrap01:nth-child(1) .flow-wrap {
	border: 2px solid #f5b2b2;
}
.sec03 .wrap01:nth-child(2) .flow-wrap {
	border: 2px solid #c1db81;
}
.sec03 .wrap01 .box {
	margin: 0 0 3em;
	padding: 0.5em 1em;
	position: relative;
}
.sec03 .box .txt01 {
	margin: 0;
}
.sec03 .wrap01:nth-child(1) .box {
	border: 1px solid #f5b2b2;
}
.sec03 .wrap01 .box:last-child {
	margin: 0;
}
.sec03 .wrap01:nth-child(1) .box::after {
	content: '';
	width: 0.3em;
	height: 3em;
	position: absolute;
	bottom: -3.1em;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	background: #f5b2b2;
}
.sec03 .wrap01:nth-child(1) .box:nth-child(5)::after {
	content: '';
	width: 0.3em;
	height: 2.5em;
	position: absolute;
	bottom: -2.5em;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	background: #f5b2b2;
}
.sec03 .wrap01:nth-child(1) .box:nth-child(5)::before {
	content: '';
	width: 0;
  height: 0;
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	border-top: 0.8em solid #f5b2b2;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
}
.sec03 .wrap01:nth-child(1) .box:last-child::after {
	content: '';
	display: none
}
.sec03 .wrap01:nth-child(2) .box {
	border: 1px solid #c1db81;
}
.sec03 .wrap01:nth-child(2) .box::after {
	content: '';
	width: 0.3em;
	height: 3em;
	position: absolute;
	bottom: -3.1em;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	background: #c1db81;
}
.sec03 .wrap01:nth-child(2) .box:nth-child(5)::after {
	content: '';
	width: 0.3em;
	height: 2.5em;
	position: absolute;
	bottom: -2.5em;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	background: #c1db81;
}
.wrap01:nth-child(2) .box:nth-child(5)::before {
	content: '';
	width: 0;
  height: 0;
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	border-top: 0.8em solid #c1db81;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
}
.sec03 .wrap01:nth-child(2) .box:last-child::after {
	content: '';
	display: none
}
.sec03 h3.title {
	margin: 0 auto 7%;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.sec03 .btn {
  width: 14em;
  margin: 0 auto 3%;
  display: table;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  text-decoration: inherit;
  background: #fff;
	border: 0.13em solid #000;
  box-shadow: 6px 6px 0 #000;
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.sec03 .btn a {
  padding: 3% 0;
  display: block;
}
.sec03 .btn:hover {
	background: #fff;
	box-shadow: 3px 3px 0 #000;
	transform: translate(3px,1px);
}
.sec03 .btn:active {
	background: #fff;
	box-shadow: 0 0 0 #000;
	transform: translate(4px,2px);
	transition-duration: .1s;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
/* section 1 */
.sec01 .content {
  width: 90%;
}
.sec01 .txt01 {
  text-align: left;
}
.sec01 .wrap01 .photo {
  width: 90%;
}
.sec01 .wrap01:nth-child(1) .photo::after {
  content: '';
  width: 80%;
  height: 10em;
  position: absolute;
  bottom: -5em;
  right: -10%;
  background-color: #f5b2b2;
  z-index: -1;
}
.sec01 .wrap01:nth-child(2) .photo::after {
  content: '';
  width: 80%;
  height: 10em;
  position: absolute;
  bottom: -5em;
  left: -10%;
  background-color: #a1d8e6;
  z-index: -1;
}
.sec01 .wrap01:nth-child(3) .photo::after {
  content: '';
  width: 80%;
  height: 10em;
  position: absolute;
  bottom: -5em;
  right: -10%;
  background-color: #c1db81;
  z-index: -1;
}
.sec01 .wrap01:nth-child(1) .txt {
  width: 80%;
  margin: 0 0 0 auto;
  position: relative;
}
.sec01 .wrap01:nth-child(2) .txt {
  width: 80%;
  margin: 0 auto 0 0;
  position: relative;
}
.sec01 .wrap01:nth-child(3) .txt {
  width: 80%;
  margin: 0 0 0 auto;
  position: relative;
}
/* section 2 */
.sec02 .content {
  width: 90%;
}
.sec02 .wrap01 .photo {
  width: 90%;
}
.sec02 .wrap01:nth-child(1) .photo::after {
  content: '';
  width: 80%;
  height: 10em;
  position: absolute;
  bottom: -5em;
  left: -10%;
  background-color: #f5b2b2;
  z-index: -1;
}
.sec02 .wrap01:nth-child(2) .photo::after {
  content: '';
  width: 80%;
  height: 10em;
  position: absolute;
  bottom: -5em;
  right: -10%;
  background-color: #a1d8e6;
  z-index: -1;
}
.sec02 .wrap01:nth-child(1) .txt {
  width: 80%;
  margin: 0 auto 0 0;
  position: relative;
}
.sec02 .wrap01:nth-child(2) .txt {
  width: 80%;
	margin: 0 0 0 auto;
  position: relative;
}
/* section 3 */
.sec03 .content {
  width: 90%;
}
.sec03 .area01 {
  display: block;
}
.sec03 .wrap01 {
  width: 100%;
}
.sec03 .wrap02 {
  width: 100%;
}
.sec03 h2.title {
  font-size: 20px;
}
}