@charset "UTF-8";


/*
font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
*/

/* ############################################## */

.main_title_wrap {
	width: 100%;
	height: 150px;
	background: #ffd40b;
}
.main_title {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.main_title dd {
	width: 100%;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 15px;
}
.main_title dt {
	width: 100%;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 10px;
}
.main_title p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #fff;
}
.main_title:after {
	content: "";
	background: url("../pc_img/private/common/main_title_icon.png") no-repeat;
	background-size: 124px 102px;
	width: 124px;
	height: 102px;
	position: absolute;
	top: 24px;
	right: 25px;
	z-index: 20;
}

/* ############################################## */

.main_contents_wrap {
	width: 100%;
	background: #fff;
	padding: 0 0 65px 0;
}

/* ############################################## */

.contents_title_wrap {
	width: 100%;
	background: url("../pc_img/private/hire/main_img.jpg") no-repeat center center;
	background-size: cover;
}
.contents_title {
	width: 1100px;
	height: 528px;
	margin: 0 auto;
	padding-top: 132px;
	box-sizing: border-box;
}
.contents_title div {
	width: 560px;
	height: 264px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	padding: 50px 35px 35px 35px;
	box-sizing: border-box;
	text-align: center;
}
.contents_title div:after {
	content: "";
	background: url("../pc_img/private/hire/main_title_icon.png") no-repeat;
	background-size: 90px 61px;
	width: 90px;
	height: 61px;
	position: absolute;
	top: -30px;
	left: 250px;
	z-index: 20;
}
.contents_title div:before {
	content: "";
	width: 560px;
	height: 264px;
	border: 1px solid #ffd40b;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;	
}
.contents_title div dt {
	font-size: 54px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}
.contents_title div dd {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;
	margin-bottom: 10px;
}
.contents_title div p {
  position: relative;
  width: 490px;
  padding: 7px 10px 10px 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  font-size: 19px;
  line-height: 33px;
  font-weight: bold;
}
.contents_title div p::before,
.contents_title div p::after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_title div p::before {
  left: 0;
  border-left: 2px solid #000;
  border-radius: 5px 0 0 5px;
}
.contents_title div p::after {
  right: 0;
  border-right: 2px solid #000;
  border-radius: 0 5px 5px 0;
}


/* ############################################## */

.contents_title_bottom_wrap {
	width: 100%;
	background: #fef7d9;
	margin-bottom: 65px;
	padding: 15px 0;
}
.contents_title_bottom {
	width: 635px;
	margin: 0 auto;
}
.contents_title_bottom dt {
	width: 311px;
	font-size: 19px;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	text-align: left;
}
.contents_title_bottom dd {
	width: 292px;
	padding: 10px 0 10px 32px;
	background: url("../pc_img/common/contents_dot_border_01.png") repeat-y left top;
	background-size: 2px auto;
	display: inline-block;
	text-align: right;
}

/* ############################################## */

.contents_01 {
	width: 670px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.contents_01 h3 {
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.contents_01 h3 span {
	position: relative;
	display: inline-block;
}
.contents_01 h3 span:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #ffd40b;
	position: absolute;
	bottom: 0px;
	left: -10px;
	padding: 0 10px;
}
.contents_01 div {
	position: relative;
	z-index: 1;
}
.contents_01 dl {
	width: 194px;
	height: 194px;
	border-radius: 97px;
	padding-top: 55px;
	box-sizing: border-box;
	background: #ffd40b;
	position: absolute;
	top: 115px;
	right: -60px;
	text-align: center;
	z-index: 0;
}
.contents_01 dd {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 38px;
	line-height: 1;
	color: #fff;
	margin-bottom: 8px;
}
.contents_01 dt {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

/* ############################################## */

.contents_wrap_border {
	width: 1100px;
	background-image: url("../pc_img/private/hire/contents_bg_top.png"),url("../pc_img/private/hire/contents_bg_bottom.png");
	background-size: 1100px auto;
	background-position: top left,bottom left;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 75px 0 55px 0;
	margin: -80px auto 65px auto;
	position: relative;
}

/* ############################################## */

.contents_title_01 {
	width: 100%;
	margin: 0 auto 120px auto;
	position: relative;
}
.contents_title_01:after {
	content: "Use Scene";
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 175px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #fef7d9;
	position: absolute;
	top: 75px;
	left: 0;
	text-align: center;
	z-index: 0;
}
.contents_title_01 dl {
  position: relative;
  width: 490px;
  padding: 15px 25px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
}
.contents_title_01 dl::before,
.contents_title_01 dl::after {
  position: absolute;
  top: 0;
  content: '';
  width: 25px;
  height: 100%;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_title_01 dl::before {
  left: 0;
  border-left: 3px solid #000;
  border-radius: 10px 0 0 10px;
}
.contents_title_01 dl::after {
  right: 0;
  border-right: 3px solid #000;
  border-radius: 0 10px 10px 0;
}
.contents_title_01 dt {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
}
.contents_title_01 dd {
	font-size: 57px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 10px;
	padding-left: 10px;
}

/* ############################################## */

.contents_txt_01 {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.contents_txt_01 h4 {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 25px;
}
.contents_txt_01 p {
	font-size: 16px;
	line-height: 30px;
}

/* ############################################## */

.contents_list {
	width: 826px;
	margin: 0 auto 50px auto;
}
.contents_list li {
	width: 388px;
	float: left;
	margin: 0 50px 55px 0;
	position: relative;
	text-align: center;
}
.contents_list li:nth-child(2n) {
	margin-right: 0;
}
.contents_list li:after {
	content: "";
	background: url("../pc_img/private/hire/contents_img_bg.png") no-repeat;
	background-size: 321px 324px;
	width: 321px;
	height: 324px;
	position: absolute;
	top: 18px;
	right: -10px;
	z-index: 0;
}
.contents_list li img {
	width: 328px;
	position: relative;
	z-index: 1;
}
.contents_list li dl {
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.contents_list li dt {
	margin-top: 25px;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 8px;
}
.contents_list li dd {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;	
}
.contents_list li p {
	font-size: 16px;
	line-height: 30px;
}

/* ############################################## */

.contents_bottom {
	width: 860px;
	margin: 0 auto;
}
.contents_bottom dt {
	width: 420px;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-top: 30px;
	text-align: left;
}
.contents_bottom dd {
	width: 400px;
	padding: 10px 0 10px 40px;
	background: url("../pc_img/common/contents_dot_border_01.png") repeat-y left top;
	background-size: 2px auto;
	display: inline-block;
	text-align: right;
}

/* ############################################## */

.contents_02 {
	width: 980px;
	margin: 0 auto;
}
.contents_02 dl {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.contents_02 dt {
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
}
.contents_02 dd {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #ffd40b;
}
.contents_02 h4 {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding-bottom: 17px;
	margin-bottom: 15px;
	background: url("../pc_img/private/common/contents_border_02.png") repeat-x bottom left;
	background-size: 6px 2px;
}
.contents_02 p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 65px;
}
.contents_02 p:nth-of-type(2) {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.contents_02 h5 {
  position: relative;
  width: 240px;
  padding: 5px 10px;
  margin: 0 auto 15px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
}
.contents_02 h5::before,
.contents_02 h5::after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_02 h5::before {
  left: 0;
  border-left: 2px solid #000;
  border-radius: 5px 0 0 5px;
}
.contents_02 h5::after {
  right: 0;
  border-right: 2px solid #000;
  border-radius: 0 5px 5px 0;
}
.contents_02_img:nth-of-type(1){
	width: 861px;
	margin: 0 auto 45px auto;
}
.contents_02_img:nth-of-type(2) {
	width: 861px;
	margin: 0 auto 75px auto;
}
.contents_02_illust {
	width: 855px;
	background: #fef7d9;
	border-radius: 20px;
	padding: 25px 0;
	text-align: center;
	margin: 0 auto;
}
.contents_02_illust img {
	width: 725px !important;
	margin-bottom: 0 !important;
}