@charset "utf-8";
/*=============================
		common
===============================*/
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
#wrapper {
  clear: both;
  width: 100%;
}
header {
  clear: both;
  overflow: hidden;
  width: 960px;
  padding: 12px 0px;
  margin: 0px auto;
}
header h1 {
  float: left;
  width: 210px;
}
header ul {
  float: right;
  width: 660px;
  margin: 30px 0px 0px 0px;
}
header ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 10px;
  text-align: center;
}
#mainvisual {
  clear: both;
  width: 100%;
  height: 500px;
  background: url("../images/mv01.webp") no-repeat center center;
  background-size: cover;
}
#mv_box {
  clear: both;
  width: 950px;
  height: 500px;
  margin: 0px auto;
  position: relative;
}
#mainvisual h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  font-size: 30px;
  font-weight: bolder;
  line-height: 1.4em;
  color: #544100;
  padding: 20px 30px;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: rgba(255, 255, 255, 0.8);
}
#contents {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 50px 0px 50px;
}
.sec {
  clear: both;
  width: 920px;
  margin: 0px auto 50px;
}
.sec p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
}
.sec p.desc {
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 40px;
}
.sec h2 {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 35px;
  color: #2A2A2A;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.sec h2::after {
  width: 100%;
  content: 'ー';
  display: block;
  text-align: center;
}
.box_yellow {
  box-sizing: border-box;
  padding: 40px 80px;
  background-color: #ffc300;
}
.box_yellow .sec p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
}
.f_right {
  float: right;
  margin-left: 30px;
}
.flex {
  display: flex;
  width: 100%;
}
.box_img {
  width: 50%;
}
.box_text {
  width: 50%;
}
.box_text p {
  line-height: 2.0em;
}
ul.pagelink {
  clear: both;
  overflow: hidden;
  width: 920px;
  margin: 0px auto 50px;
}
ul.pagelink li a {
  float: left;
  display: block;
  width: 260px;
  height: 260px;
  padding: 180px 0px 0px 0px;
  margin: 0px 20px 0px;
  text-align: center;
  font-size: 24px;
  box-sizing: border-box;
  background-color: #f6ebe4;
  transition: all .3s;
}
ul.pagelink li.pl01 a {
  background-image: url("../images/ic_pl01.jpg");
  background-repeat: no-repeat;
  background-position: center 60px;
}
ul.pagelink li.pl02 a {
  background-image: url("../images/ic_pl02.jpg");
  background-repeat: no-repeat;
  background-position: center 60px;
}
ul.pagelink li.pl03 a {
  background-image: url("../images/ic_pl03.jpg");
  background-repeat: no-repeat;
  background-position: center 60px;
}
ul.pagelink li a:hover {
  opacity: 0.8;
  transition: all .3s;
}
#f_entry {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 500px;
  text-align: center;
  box-sizing: border-box;
  padding: 120px 0px 0px 0px;
  background: url("../images/bg_entry.png") no-repeat center center;
  background-size: cover;
}
#f_entry h3 {
  font-size: 38px;
  color: #bada55;
  font-weight: bold;
  margin-bottom: 20px;
}
#f_entry p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.bt_entry {
  clear: both;
  width: 370px;
  margin: 0px auto 0px;
}
.bt_entry a {
  display: block;
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 36px;
  padding: 24px 0px;
  background-color: #35c68b;
  transition: all .3s;
}
.bt_entry a::after {
  content: '>';
  font-weight: normal;
  margin-left: 15px;
}
.bt_entry a:hover {
  opacity: 0.8;
  transition: all .3s;
}
footer > ul {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 25px 0px;
  background-color: #999999;
}
footer > ul li {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin: 0px 30px;
}
footer > ul li a {
  color: #FFFFFF;
}
footer > ul li a:hover {
  color: #FFFF00;
}

footer ul#foot_sub {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
footer ul#foot_sub li {
  margin: 0px 30px;
}


footer ul#foot_sub li a {
	color: #464646;
	font-size: 13px;
}
footer ul#foot_sub li a:hover {
  color: #FF7E00;
}





#copyright {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #353535;
  padding: 20px 0px;
}
/*-------------------------------------------*/
.button {
  clear: both;
  overflow: hidden;
  width: 340px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 40px auto 0px;
}
.button a {
  display: block;
  width: 100%;
  padding: 16px 0px;
  transition: all .3s;
}
.button a:hover {
  transition: all .3s;
}
.bt01 a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  background-color: #333333;
}
.bt01 a:hover {
  color: #333333;
  background-color: #FFFFFF;
}
.bt02 a {
  color: #FFFFFF;
  background-color: #ffc300;
}
.bt02 a:hover {
  color: #FFFFFF;
  background-color: #333333;
}
/*-------------------------------------------*/
#c_header {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  height: 260px;
  padding: 70px 0px 50px;
}
.ch01 {
  background: url("../images/c_head01.jpg") no-repeat center center;
  background-size: cover;
}
.ch02 {
  background: url("../images/c_head02.jpg") no-repeat center center;
  background-size: cover;
}
#c_header div {
  clear: both;
  width: 580px;
  text-align: center;
  margin: 0px auto 0px;
  box-sizing: border-box;
  padding: 30px 0px;
  background-color: rgba(255, 255, 255, 0.7);
}
#c_header h2 {
  font-size: 50px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
#c_header p {
  display: block;
  margin-top: 20px;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.faq {
  clear: both;
  width: 800px;
  margin: 0px auto 0px;
}
.faq dt {
  color: #ffc300;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.faq dt::before {
  content: 'ー';
  margin-right: 10px;
}
.faq dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.faq dd p {
  margin-bottom: 10px;
}
h3.h3_common {
  clear: both;
  width: 500px;
  font-size: 33px;
  font-weight: bold;
  color: #3592cc;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #333;
  padding: 0px 0px 20px 0px;
  margin: 0px auto 40px;
}
.sec h2#h2_jinzai {
  clear: both;
  width: 680px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #f2668f;
  padding: 0px 0px 20px 0px;
  margin: 0px auto 30px;
}
.sec h2#h2_jinzai::after {
  content: none;
}
#box_jinzai {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 50px 0px;
  background-color: #ffefe8;
}
.li_jinzai {
  clear: both;
  width: 700px;
  margin: 0px auto 30px;
}
.li_jinzai dt {
  font-size: 28px;
  font-weight: bold;
  color: #3592cc;
  margin-bottom: 10px;
  padding: 2px 0px 3px 40px;
}
.li_jinzai dt.lj_01 {
  background: url("../images/01.webp") no-repeat 0px 2px;
  background-size: 28px 28px;
}
.li_jinzai dt.lj_02 {
  background: url("../images/02.webp") no-repeat 0px 2px;
  background-size: 28px 28px;
}
.li_jinzai dt.lj_03 {
  background: url("../images/03.webp") no-repeat 0px 2px;
  background-size: 28px 28px;
}
.li_jinzai dt.lj_04 {
  background: url("../images/04.webp") no-repeat 0px 2px;
  background-size: 28px 28px;
}
.li_jinzai dt.lj_05 {
  background: url("../images/05.webp") no-repeat 0px 2px;
  background-size: 28px 28px;
}
.li_jinzai dt.lj_06 {
  background: url("../images/06.webp") no-repeat 0px 2px;
  background-size: 28px 28px;
}
.li_jinzai dd {
  font-size: 14px;
  line-height: 1.6em;
  border-bottom: 1px dotted #CCCCCC;
  padding: 0px 0px 20px 0px;
  margin-bottom: 30px;
}
/**/
dl.faq_dl {
  clear: both;
  width: 800px;
  margin: 0px auto 30px;
}
dl.faq_dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 4px 0px 6px 40px;
  background: url("../images/faq/ic_faq.webp") no-repeat 0px 0px;
  background-size: 28px auto;
}
dl.faq_dl dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  padding-left: 40px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.sec dl.faq_dl dd p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 15px;
}
dl.faq_dl dd .fright {
  float: right;
  margin: 0px 0px 0px 30px;
}
.rec_list {
  clear: both;
  width: 700px;
  margin: 0px auto 30px;
}
.rec_list li {
  clear: both;
  width: 500px;
  margin: 0px auto 20px;
}
.rec_list li a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #ffc300;
  transition: all .3s;
}
.rec_list li a:hover {
  color: #FFFFFF;
  background-color: #333333;
  transition: all .3s;
}
h3.h3_recruit {
  clear: both;
  width: 600px;
  font-size: 33px;
  font-weight: bold;
  color: #252525;
	line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid #333;
  padding: 0px 0px 20px 0px;
  margin: 0px auto 40px;
}
#last_block {
  border-top: 1px solid #CCC;
  padding-top: 50px;
}
.tb_rec {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
.tb_rec th {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  color: #252525;
  padding: 15px 20px;
  white-space: nowrap;
  background-color: #EDEDED;
  border: 1px solid #CCC;
  border-collapse: collapse;
}
.tb_rec td {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  color: #252525;
  padding: 15px 20px;
  border: 1px solid #CCC;
  border-collapse: collapse;
}
.last_entry {
  clear: both;
  overflow: hidden;
  width: 680px;
  margin: 0px auto 50px;
}
.last_entry h4 {
  font-size: 30px;
  font-weight: bold;
  color: #3592cc;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 3px double #CCCCCC;
  padding: 0px 0px 20px 0px;
  margin: 0px auto 25px;
}
.last_entry p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0px 40px;
}
.mb40 {
  margin-bottom: 40px !important;
}
/*==================================
 			policy
===================================*/
#policy {
  line-height: 1.5em;
}
#policy .wrap {
  width: 100%;
}
#policy p.txt {
  margin-bottom: 40px;
}
#policy .txt span.txt_padding {
  display: inline-block;
  padding-top: 15px;
}
#policy dl {
  margin-bottom: 40px;
}
#policy dl:last-child {
  margin-bottom: 0;
}
#policy dl dt {
  padding-bottom: 20px;
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  position: relative;
  display: flex;
}
#policy dl dt .title_flex {
  font-weight: bold;
}
#policy dl dt .title_flex span {
  padding-right: 5px;
}
#policy dl dt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #e4e4e4;
  border-radius: 20px;
  bottom: 0;
}
#policy dl dt::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 4px;
  background: #F88311;
  border-radius: 20px;
  bottom: 0;
}
#policy dl dd {
  font-size: 15px;
  font-weight: normal;
  padding: 0px 15px;
}
#policy dl dd ul {
  margin-top: 10px;
}
#policy dl dd ul li {
  position: relative;
  padding-left: 15px;
  margin-top: 2px;
}
#policy .address_box {
  display: inline-block;
  margin-top: 20px;
}
#policy .address_box .company_name {
  font-size: 18px;
  font-weight: bold;
}
#policy .company_address {
  line-height: 1.4em;
}
#policy ul.p_list {
  padding-bottom: 30px;
  line-height: 1.8;
}
#policy dd ul.p_list {
  padding-bottom: 0;
}
#policy ul.p_list .p_list2 {
  padding-bottom: 0;
}
#policy ul.p_list li {
  display: flex;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}
#policy ul.p_list li span {
  padding-right: 5px;
}
#policy ul.p_list li.no_flex {
  display: block;
}
#policy ul.p_list li.in_list {
  display: block;
  padding-right: 0;
}
#policy ul.p_list li.in_list .in_list_box {
  display: flex;
}
#policy ul.p_list li.in_list .in_list_box span {
  display: flex;
  padding-right: 5px;
}
#policy dd.policy_right {
  text-align: right;
}
/*-------------------------------------------*/
#formbox {
  clear: both;
  width: 920px;
  margin: 0px auto 40px;
}
#mfp_element_submit {
  display: block;
  clear: both;
  width: 360px;
  color: #FFFFFF;
  background-color: #06DB84;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 20px 0px;
  margin: 40px auto 30px;
  border-radius: 40px;
  transition: all .3s ease;
  cursor: pointer;
  border: none;
}
#mfp_element_submit:hover {
  opacity: 0.8;
  transition: all .3s ease;
}
.checkbox_wrap {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  padding: 50px 0 30px;
}
.checkbox_wrap a {
  color: #0074FF;
  transition: all .3s ease;
}
.checkbox_wrap a:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: all .3s ease;
}
/*-------------------------------------------*/

#add_10sen {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}
#add_10sen p {
	font-size: 16px;
	line-height: 1.8em;
}
#add_10sen p.add10_title {
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.8em;
	font-weight: bold;
	padding: 4px 20px;
	background-color: #FF8600;
	border-radius: 20px;
	margin-bottom: 10px;
}
#add_10sen h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0px 0px 40px 20px;
}
.sec #add_10sen h2 {
	font-size: 42px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 50px 20px;
}
.sec #add_10sen h2::after {
	content: none;
}
.sec #add_10sen h3 {
	clear: both;
	width: 82%;
	font-size: 30px;
	font-weight: bold;
	color: #564000;
	text-align: center;
	letter-spacing: 0.025em;
	margin: 0px auto 20px;
	padding: 0px 0px 10px;
	border-bottom: 3px solid #FFDD00;
}

#add_10sen p.text_p {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8em;
	text-align: center;
}
.mb30 {
	margin-bottom: 30px;
}

#add_10sen dl {
	clear: both;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 100px;
	background-color: #FFFBEB;
}
#add_10sen dl dt {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8em;
	padding: 5px 0px 5px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 30px;
	background-color: #A27F19;
}
#add_10sen dl dd {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 30px;
}




