#page-title .img {
	max-width: 800px;
	width: 50%;
	right: -5%;
	bottom: -20px;
}
/* --------------------------------------------------- */
.job-nav {
	max-width: 1700px;
	width: 98%;
	margin: 0 auto 80px;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
	.job-nav li {
		border: none;
    }
}
@media screen and (max-width: 680px) {
	.job-nav {
		margin-bottom: 20px;
    }
}
/* --------------------------------------------------- */
#sec01 {
}
#sec01 .block {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}
#sec01 .block .inner {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
	padding-top: 30%;
}
#sec01 .block .inner::before {
	content: "";
	width: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
}
#sec01 .block:nth-child(1) .inner::before {
	background-image: url("../images/job/ph01.jpg");
	right: 0;
}
#sec01 .block:nth-child(2) .inner::before {
	background-image: url("../images/job/ph03.jpg");
	left: 0;
}
#sec01 .block:nth-child(3) .inner::before {
	background-image: url("../images/job/ph05.jpg");
	right: 0;
}
#sec01 .block:nth-child(4) .inner::before {
	background-image: url("../images/job/ph07.jpg");
	left: 0;
}
#sec01 .block:nth-child(5) .inner::before {
	background-image: url("../images/job/ph08.jpg");
	right: 0;
}
#sec01 .block .box {
	background-color: #449D36;
	color: #fff;
	max-width: 1000px;
	width: 70%;
	padding: 4%;
	position: relative;
	z-index: 1;
}
#sec01 .block:nth-child(odd) .box {
	margin: 0 auto 0 0;
}
#sec01 .block:nth-child(even) .box {
	margin: 0 0 0 auto;
}
#sec01 .block .box .title {
	font-family: "Kiwi Maru", serif;
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 30px;
}
#sec01 .block .box .title span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 10px;
}
#sec01 .block .box p {
}
#sec01 .block .comment {
	max-width: 1100px;
	width: 95%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}
#sec01 .block:nth-child(even) .comment {
	margin: 0 auto 0 2.5%;
}
#sec01 .block:nth-child(odd) .comment {
	margin: 0 2.5% 0 auto;
}
#sec01 .block .comment .speechBubble {
  position: relative;
  display: inline-block;
  padding: 30px;
  border-radius: 12px;
  background-color: #338026;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
	color: #fff;
	flex: 1;
}
#sec01 .block:nth-child(even) .comment .speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #338026 transparent transparent;
  translate: -100% -50%;
}
#sec01 .block:nth-child(odd) .comment .speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #338026;
  translate: 100% -50%;
}
#sec01 .block .comment .ph2 {
	width: 240px;
	margin-top: -60px;
}
#sec01 .block:nth-child(even) .comment .ph2 {
	margin-right: 30px;
}
#sec01 .block:nth-child(odd) .comment .ph2 {
	margin-left: 30px;
}
@media print, screen and ( max-width : 1300px ) {
	#sec01 .block .inner {
        padding-top: 40%;
    }
	#sec01 .block .inner::before {
        width: 100%;
    }
}
@media screen and (max-width: 910px) {
	#sec01 .block {
        margin-bottom: 50px;
    }
	#sec01 .block .box {
        max-width: none;
        width: 100%;
    }
	#sec01 .block .box .title {
        font-size: 1.6em;
        line-height: 1.3em;
        margin-bottom: 30px;
    }
    #sec01 .block .box .title span {
        font-size: .6em;
    }
	#sec01 .block .comment .ph2 {
        width: 300px;
        margin-top: -40px;
    }
	#sec01 .block .comment .speechBubble {
        font-size: .9em;
    }
}
@media screen and (max-width: 680px) {
	#sec01 .block {
        margin-bottom: 30px;
    }
	#sec01 .block .inner {
        padding-top: 60%;
    }
    #sec01 .block .inner::before {
        width: 100%;
		bottom: auto;
		padding-top: 60%;
    }
    
	#sec01 .block .box .title {
		font-weight: 500;
		line-height: 1.5;
	}
	#sec01 .block .box .title span {
        font-size: 10px;
    }
	#sec01 .block .comment,
	#sec01 .block:nth-child(even) .comment,
	#sec01 .block:nth-child(odd) .comment {
        display: block;
		margin: 0 auto;
    }
    #sec01 .block .comment .speechBubble {
      display: block;
		padding: 20px;
    }
    #sec01 .block:nth-child(even) .comment .speechBubble::after,
    #sec01 .block:nth-child(odd) .comment .speechBubble::after {
		position: absolute;
        top: 1px;
		right: auto;
        left: 50%;
        border-style: solid;
        border-width: 0 8px 16px 8px;
        border-color: transparent transparent #338026;
        translate: -50% -100%;
    }
    #sec01 .block .comment .ph2 {
		display: none;
    }
}
/* --------------------------------------------------- */
#sec02 {
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


