@charset "utf-8";

/*
01 - top
02 - message
03 - charm
04 - voice
05 - staff
06 - faq
07 - news
08 - privacy
09 - recruit
*/

/* 01 - top
-------------------------------------------------- */
.home .mv {
	background: url(/img/bg_home_mv_pc.jpg?=v220418) 50% 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 790px;
}

.home .mv_inner {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

.home .mv_ttl {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.6;
	position: absolute;
	top: 40px;
	left: 5px;
}

.home .pay {
	position: absolute;
	top: 246px;
	left: 5px;
	font-weight: bold;
	text-align: center;
	width: 330px;
}

.home .pay_ttl {
	margin: 0 auto 14px;
  padding-left: 8px;
	font-size: 2.2rem;
	color: #736357;
	background: url(/img/bg_top_balloon.svg) 50% 50% no-repeat;
  width: 312px;
  height: 35px;
}

.home .pay_list {
	margin-bottom: -8px;
}

.home .pay_list li {
	margin-bottom: 8px;
	padding: 9px;
	font-size: 1.8rem;
	background: #f5cad0;
	border-radius: 6px;
}

.home .pay_list li:nth-child(2) {
	background: #efdcbf;
}

.home .slider_list {
  margin: -295px auto 100px;
  max-width: 1200px;
}

.home .slider_item {
	margin: 0 20px 20px 0;
	width: 280px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.home .slider_img img {
	transition: all 0.2s linear;
}

.home .slider_img img:hover {
	transform: scale(1.1);
	opacity: 0.7;
}

.home .slider_txt {
	position: relative;
	padding: 12px 12px 12px 18px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #3db249;
	width: 280px;
	background: #fff;
}

.home .slider_txt:after {
	content: '';
	position: absolute;
	display: inline-block;
  top: 17px;
  right: 13px;
  width: 24px;
  height: 14px;
	background: url(/img/icon_arrow_02.svg) 0 0 no-repeat;
	background-size: 24px 15px;
}

.home .info {
  margin: 0 auto 56px;
	max-width: 1000px;
	padding: 50px 80px;
	background: #fff;
	border-radius: 10px;
}

.home .info h2 {
  text-align: center;
	font-size: 2.9rem;
  font-weight: bold;
  color: #2c9ccb;
  margin-bottom: 38px;
  padding-bottom: 15px;
  background: url(/img/line_dotted_03.svg) 51% 60px no-repeat;
  background-size: 120px 2px;
}

.home .info .info_list {
	margin-bottom: 25px;
	padding: 35px 55px 60px 55px;
	border: 2px solid #e8dfd5;
	border-radius: 10px;
}

.home .info .info_list li {
	padding: 25px 0;
	background: url(/img/line_dotted_02.svg) 0 bottom repeat-x;
  background-size: 18px 2px;
}

.home .info .info_list .info_date {
	float: left;
  width: 250px;
	font-weight: bold;
	color: #736357;
}

.home .info .info_list .info_date span {
	margin: -2px 20px 0 0;
  padding: 2px 0 2px 2px;
	float: left;
	display: inline-block;
	width: 125px;
  background: #ee6db3;
	font-size: 1.3rem;
	text-align: center;
  color: #fff;
	letter-spacing: 0.1rem;
}

.home .info .info_list .info_date span.blue {
	background: #2c9ccb;
}

.home .info .info_list li a {
	transition: all 0.3s;
}

.home .info .info_list li a:hover {
	color: #2c9ccb;
  opacity: 1;
}

.home .info .info_more {
  margin-top: 25px;
  margin-left: auto;
	border: 1px solid #2c9ccb;
	width: 110px;
	height: 35px;
}

.home .info .info_more a {
  font-size: 1.3rem;
	text-align: center;
	line-height: 33px;
	color: #2c9ccb;
	display: block;
}

.home .info .info_more i {
	margin-right: 8px;
}

.home .ranking {
	margin: 0 auto;
  max-width: 1000px;
  padding: 75px 50px;
  background: #f4f4f4;
  border-radius: 10px;
  text-align: center;
}

.home .ranking h3 {
  margin-bottom: 10px;
  padding: 13px 0 60px 0;
  background: url(/img/bg_home_ribbon_pc.svg) 50% 0 no-repeat;
  background-size: 656px 116px;
  font-size: 2rem;
	color: #fff;
	line-height: 1.5;
}

.home .ranking h3 span {
  font-size: 3.2rem;
	font-weight: bold;
}

.home .ranking .ranking_list {
  margin: 0 auto 55px;
  display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  justify-content: space-around;
  color: #736357;
}

.home .ranking .ranking_list li {
  padding-top: 80px;
  background: url(/img/bg_home_ranking.svg) 0 0 no-repeat;
  width: 278px;
  height: 278px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
	letter-spacing: 0.2rem;
}

.home .ranking .ranking_list .ranking_number {
	font-size: 1.7rem;
	margin-bottom: 23px;
}

.home .ranking .ranking_list .small {
	font-size: 1.3rem;
	margin-bottom: 12px;
  padding-bottom: 12px;
  background: url(/img/line_dotted_06.svg) 50% 48px no-repeat;
  background-size: 42px 2px;
}

.home .ranking .ranking_list p {
	font-size: 2.1rem;
}

.home .ranking .ranking_more {
	position: relative;
	padding: 10px 43px 12px 27px;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #736357;
	border-radius: 8px;
}

.home .ranking .ranking_more a {
	color: #fff;
}

.home .ranking .ranking_more a:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
	.home .mv_inner {
		width: auto;
	}

	.home .mv_ttl {
		left: 20px;
	}

	.home .pay {
		left: 20px;
	}

	.home .info {
		margin: 0 20px 56px;
		width: auto;
		padding: 50px 40px;
	}

	.home .ranking {
		margin: 0 20px;
		width: auto;
		padding: 75px 30px;
	}
}

@media screen and (max-width: 767px) {
  .home .mv {
		background: url(/img/bg_home_mv_sp.jpg?=v220418) 50% 0 no-repeat;
		background-size: cover;
		height: 245px;
  }

  .home .mv_ttl {
		margin: auto;
		padding: 11px 0 12px 0;
		font-size: 1.6rem;
		text-align: center;
		color: #000;
		background: #fff;
		width: 100%;
		position: absolute;
		top: 245px;
		left: 0;
  }

	.home .pay {
		padding: 25px 15px 10px;
		position: absolute;
		top: 318px;
		left: 0;
		width: 100%;
		background: #f4f4f4;
	}

	.home .pay_ttl {
		margin: 0 auto 10px;
	  padding-left: 6px;
		font-size: 1.4rem;
		background: url(/img/bg_top_balloon.svg) 50% 50% no-repeat;
	  width: 205px;
	  height: 22px;
	}

	.home .pay_list {
		margin-bottom: -7px;
	}

	.home .pay_list li {
		margin-bottom: 7px;
		padding: 9px;
		font-size: 1.4rem;
	}

  .home .slider_list {
		margin: 277px auto 20px;
		width: 100%;
		padding: 20px 15px;
		background: #f4f4f4;
  }

	.home .slider_item {
		float: none;
		width: 100%;
		margin: 0 auto 15px;
	}

	.home .slider_list .slider_item:last-child {
		margin-bottom: 0;
	}

	.home .slider_img img {
		width: 100%;
	}

	.home .slider_txt {
		padding: 12px 12px 12px 15px;
		width: 100%;
	}

	.home .info {
	  width: auto;
		margin: 0 15px 40px;
		padding: 22px 20px;
		border-radius: 6px
	}

	.home .info h2 {
	  font-size: 1.7rem;
	  margin-bottom: 20px;
		padding-bottom: 15px;
		background: url(/img/line_dotted_03.svg) 50% 35px no-repeat;
		background-size: 75px 2px;
	}

	.home .info .info_list {
		margin-bottom: 0;
		padding: 2px 20px 20px 20px;
		border-radius: 6px;
	}

	.home .info .info_list li {
		padding: 20px 0 14px 0;
	}

	.home .info .info_list .info_date {
		margin-bottom: 8px;
		float: none;
	  width: 100%;
	}

	.home .info .info_list .info_date span {
		margin: -3px 13px 0 0;
	  padding: 2px 0 2px 2px;
		float: none;
		width: 120px;
		font-size: 1.2rem;
		vertical-align: 1px;
	}

	.home .info .info_more {
	  margin-top: 15px;
	margin-left: auto;
		width: 100px;
		height: 30px
	}

	.home .info .info_more a {
	  font-size: 1.2rem;
		line-height: 27px;
	}

	.home .ranking {
		margin: 0	15px;
	  padding: 0;
	  width: auto;
		background: none;
	}

	.home .ranking h3 {
	  margin-bottom: 15px;
		padding: 9px 0 20px 0;
	  background: url(/img/bg_home_ribbon_sp.svg) 50% 0 no-repeat;
	  background-size: 273px 96px;
	  font-size: 1.2rem;
		line-height: 1.4;
	}

	.home .ranking h3 span {
	  font-size: 2rem;
	}

	.home .ranking .ranking_list {
	  margin: 0 auto 30px;
		width: 100%;
	}

	.home .ranking .ranking_list li {
		margin-bottom: 15px;
	  padding-top: 61px;
	  width: 215px;
	  height: 215px;
	}

	.home .ranking .ranking_list li:last-child {
		margin-bottom: 0;
	}

	.home .ranking .ranking_list .ranking_number {
		font-size: 1.4rem;
		margin-bottom: 12px;
	}

	.home .ranking .ranking_list .small {
		font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 5px;
	padding-bottom: 13px;
	background: url(/img/line_dotted_06.svg) 50% 42px no-repeat;
	background-size: 32px 2px;
	}

	.home .ranking .ranking_list p {
		font-size: 1.6rem;
	}

	.home .ranking .ranking_more {
		padding: 10px 20px;
		width: 100%;
		font-size: 1.5rem;
		border-radius: 4px;
	}
}

/* 02 - message
-------------------------------------------------- */
.message .message_img {
	margin-bottom: 60px;
	text-align: center;
}

.message .message_ttl {
  margin-bottom: 30px;
  font-size: 3.5rem;
  font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.2rem;
  color: #736357;
}

.message p {
  margin-bottom: 12px;
	font-size: 1.5rem;
	line-height: 1.7;
}

.message .message_name {
	padding-top: 25px;
	font-size: 1.3rem;
  text-align: right;
}

.message .message_name img {
	margin-left: auto;
	padding-top: 5px;
	width: 123px;
	display: block;
}


@media screen and (max-width: 767px) {
	.message .main {
	  padding-top: 20px;
	}

	.message .main-inner {
		padding: 20px;
	  width: 100%;
	}

	.message .message_img {
		margin: -8px 0 20px 0;
	}

	.message .message_ttl {
	  margin-bottom: 15px;
	  font-size: 2rem;
	}

	.message p {
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.message .message_name {
		padding: 20px 0 5px 0;
		font-size: 1.4rem;
	}

	.message .message_name img {
		padding-top: 3px;
		width: 111px;
	}
}

/* 03 - charm
-------------------------------------------------- */
.charm .charm-list {
	margin-bottom: -25px;
  display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.charm .charm-list_item {
  margin-bottom: 25px;
  padding: 35px;
  width: 48.5%;
  border-radius: 12px;
}

.charm-list_item:nth-child(1) {background: #f7e2e2;}
.charm-list_item:nth-child(2) {background: #f2eadd;}
.charm-list_item:nth-child(3) {background: #e5f2d0;}
.charm-list_item:nth-child(4) {background: #e2ebf7;}
.charm-list_item:nth-child(5) {background: #f0e2f7;}
.charm-list_item:nth-child(6) {background: #f2edbe;}
.charm-list_item:nth-child(7) {background: #c4e8ff;}
.charm-list_item:nth-child(8) {background: #ffdeee;}

.charm .charm-list_catch {
  text-align: center;
}

.charm .charm-list_catch span {
  margin: 0 auto 3px;
  display: block;
  background: url(/img/bg_charm_balloon.svg) 50% 50% no-repeat;
  width: 187px;
  height: 70px;
	font-weight: bold;
  color: #736357;
}

.charm .charm-list_catch img {
  width: 152px;
  height: 152px;
}

.charm .prep {
	margin-top: 20px;
	padding: 6px;
	border-radius: 5px;
	background: #fff;
	font-size: 1.4rem;
	text-align: center;
	box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

.charm .prep img {
	padding-right: 12px;
	width: 120px;
	vertical-align: -5px;
}

.charm .prep a {
	display: block;
}

.charm h2 {
  margin-bottom: 8px;
  padding-top: 25px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #736357;
}

.charm p {
	letter-spacing: -0.02em;
}

.charm p.note {
  padding-top: 5px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .charm .charm-list {
		margin-bottom: -15px;
	-webkit-box-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
  }

	.charm .charm-list_item {
	  margin-bottom: 15px;
	  padding: 25px 20px 20px 20px;
	  width: 100%;
		border-radius: 6px;
	}

	.charm .charm-list_catch span {
	  margin: 0 auto 0;
	  width: 187px;
	  height: 65px;
	}

	.charm h2 {
		margin-bottom: 5px;
	  padding-top: 20px;
	  font-size: 1.7rem;
	}
}

/* 04 - voice
-------------------------------------------------- */
.voice .voice_list {
	margin-bottom: 30px;
  padding: 50px 60px;
	border-radius: 10px;
	background: #f4f4f4;
}

.voice .voice_list.mb0 {
	margin-bottom: 0;
}

.voice .voice_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.voice .voice_ttl .voice_number {
	margin: 2px 10px 0 -60px;
	padding-left: 28px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	width: 75px;
	background: url(/img/bg_voice_flag_01.svg) 0 0 no-repeat;
}

.voice .voice_ttl h2 {
	font-size: 2.5rem;
  font-weight: bold;
  color: #736357;
}

.voice .voice_ttl h2 span {
	font-size: 1.1rem;
}

.voice figure img {
	width: 720px;
}

.voice .comment {
	margin-bottom: 15px;
}

.voice .comment:last-of-type {
	margin-bottom: 30px;
}

.voice .comment dt {
	padding: 15px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #736357;
}

.voice .comment .comment_indent {
	padding: 15px 20px 15px 10px;
}

.voice .comment.odd dt {
	background: #c5e8ff;
}

.voice .comment.even dt {
	background: #efe3f6;
}

.voice .comment dd {
	padding: 25px 40px 28px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.voice .comment.odd dd {
	background: #dcf1ff;
}

.voice .comment.even dd {
	background: #f5edf9;
}

.voice .comment .comment_toggle {
	position: relative;
	margin-right: 5px;
	padding: 0 28px 0 8px;
	float: right;
	display: inline-block;
	cursor: pointer;
	width: 150px;
	height: 28px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 28px;
	background: #fff;
}

.voice .comment .comment_toggle:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 12px;
	width: 11px;
	height: 11px;
	margin-top: -8px;
	border-top: 2px solid #736357;
	border-right: 2px solid #736357;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 0.3s;
}

.voice .comment .comment_toggle.active:after {
	top: 70%;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	transition: all 0.3s;
}

.voice .comment li {
	margin-bottom: 15px;
	padding: 0 0 15px 1.5rem;
	width: 300px;
	border-bottom: 2px solid #fff;
	font-size: 1.3rem;
	line-height: 1.7;
	text-indent: -1.5rem;
}

.voice .comment li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.voice .comment li:before {
	content: '●';
	color: #736357;
}

.voice .comment li span {
	font-size: 1.1rem;
	padding: 3px 0 0 1.5rem;
	display: block;
}

.voice .comment li.line-3 {
	padding-bottom: 38px;
}

.voice .note {
	padding-top: 5px;
	font-size: 80%;
}

.voice .last_ttl {
  margin: 0 auto 30px;
  max-width: 620px;
}

.voice .last_ttl h3 {
	margin-bottom: 18px;
	padding-top: 60px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	color: #736357;
	line-height: 1.4;
	background: url(/img/bg_voice_flag_02_pc.svg) 0 bottom no-repeat;
}

.voice .last_ttl h3 + p {
	padding-left: 30px;
}

.voice .last_comment {
	margin: 0	auto;
	padding: 60px 60px 55px;
	background: #f5eefa;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.voice .last_comment li {
	margin-bottom: 25px;
  padding: 0 0 25px 1.5rem;
  width: 330px;
  border-bottom: 2px solid #fff;
  font-size: 1.3rem;
  line-height: 1.7;
  text-indent: -1.5rem;
}

.voice .last_comment li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.voice .last_comment li:before {
	content: '●';
	color: #736357;
}

.voice .last_comment li.line-3 {
	padding-bottom: 48px;
}

.voice .last_comment li span {
	font-size: 1.2rem;
  padding: 3px 0 0 1.5rem;
  display: block;
}

.voice .last_comment .conclusion {
	margin: 0 auto;
	padding-top: 65px;
	font-size: 2.3rem;
	font-weight: bold;
	color: #736357;
}

@media screen and (max-width: 1024px) {
	.voice .comment li {
		margin-bottom: 15px;
		width: 100%;
	}

	.voice .comment ul {
		width: 100%;
	}

	.voice .comment ul li:last-child {
		margin-bottom: 15px;
		padding: 0 0 15px 1.5rem;
		border-bottom: 2px solid #fff;
	}

	.voice .comment ul + ul li:last-child {
		margin-bottom: 0;
		padding: 0 0 3px 1.5rem;
		border-bottom: none;
	}

	.voice .comment li.line-3 {
		padding-bottom: 15px;
	}

	.voice .comment li.last {
		margin-bottom: 0;
		padding-bottom: 3px;
	}

	.voice .last_comment ul {
		width: 100%;
	}

	.voice .last_comment li {
		margin-bottom: 15px;
		padding: 0 0 15px 1rem;
		border-bottom: 2px solid #fff;
		font-size: 1.3rem;
		line-height: 1.7;
		text-indent: -1rem;
		width: 100%;
	}

	.voice .last_comment ul li:last-child {
		margin-bottom: 15px;
		padding: 0 0 15px 1.5rem;
		border-bottom: 2px solid #fff;
	}

	.voice .last_comment ul + ul li:last-child {
		margin-bottom: 0;
		padding: 0 0 3px 1.5rem;
		border-bottom: none;
	}

	.voice .last_comment li.line-3 {
		padding-bottom: 15px;
	}

	.voice .last_comment .conclusion {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.voice .voice_list {
		margin-bottom: 20px;
	  padding: 20px;
		border-radius: 6px;
	}

	.voice .voice_ttl .voice_number {
		margin: 1px 6px 0 -20px;
		padding-left: 20px;
		font-size: 1.7rem;
		line-height: 23px;
		height: 25px;
		width: 50px;
		background: url(/img/bg_voice_flag_01.svg) 0 0 no-repeat;
	}

	.voice .voice_ttl {
		width: 250px;
	}

	.voice .voice_ttl h2 {
		font-size: 1.6rem;
		letter-spacing: -0.03em;
	}

	.voice figure img {
		margin: 20px auto 30px;
	}

	.voice .comment {
		margin-bottom: 10px;
	}

	.voice .comment:last-of-type {
		margin-bottom: 20px;
	}

	.voice .comment dt {
		padding: 10px 5px 10px 10px;
		font-size: 1.4rem;
	}

	.voice .comment dt .small {
		font-size: 1.1rem;
	}

	.voice .comment .comment_indent {
		padding: 10px 5px 10px 5px;
	}

	.voice .comment .space {
		margin-left: 5rem;
	}

	.voice .comment dd {
		padding: 15px;
	}

	.voice .comment .comment_toggle {
		margin-right: 5px;
		padding: 0;
		width: 27px;
		height: 26px;
		font-size: 1.2rem;
		line-height: 26px;
	}

	.voice .comment .comment_toggle:after {
		right: 8px;
		margin-top: -8px;
	}

	.voice .comment .comment_toggle span {
		display: none;
	}

	.voice .comment ul {
		width: 100%;
	}

	.voice .comment li {
		margin-bottom: 15px;
		font-size: 1.2rem;
	}

	.voice .comment ul li:last-child {
		margin-bottom: 15px;
		padding: 0 0 15px 1.5rem;
		border-bottom: 2px solid #fff;
	}

	.voice .comment ul + ul li:last-child {
		margin-bottom: 0;
		padding: 0 0 3px 1.5rem;
		border-bottom: none;
	}

	.voice .comment li.line-3 {
		padding-bottom: 15px;
	}

	.voice .comment li.last {
		margin-bottom: 0;
		padding-bottom: 3px;
	}

	.voice .last_ttl {
	  margin: 0 auto 18px;
	  max-width: 615px;
	}

	.voice .last_ttl h3 {
		margin-bottom: 15px;
		padding-top: 50px;
		font-size: 5vw;
		line-height: 1.4;
		background: url(/img/bg_voice_flag_02_sp.svg) 0 bottom no-repeat;
	}

	.voice .last_ttl h3 + p {
		padding-left: 0;
	}

	.voice .last_comment {
		margin: 0	auto;
		padding: 20px;
	  width: 100%;
		border-radius: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	  -ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	  -webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.voice .last_comment li {
		margin-bottom: 15px;
		padding: 0 0 15px 1rem;
		width: 100%;
		border-bottom: 2px solid #fff;
		font-size: 1.3rem;
		line-height: 1.7;
		text-indent: -1rem;
	}

	.voice .last_comment ul {
		width: 100%;
	}

	.voice .last_comment ul li:last-child {
		margin-bottom: 15px;
		padding: 0 0 15px 1.5rem;
		border-bottom: 2px solid #fff;
	}

	.voice .last_comment ul + ul li:last-child {
		margin-bottom: 0;
		padding: 0 0 3px 1.5rem;
		border-bottom: none;
	}

	.voice .last_comment li.line-3 {
		padding-bottom: 15px;
	}

	.voice .last_comment .conclusion {
		padding-top: 25px;
		font-size: 1.5rem;
		text-align: center;
	}
}

/* 05 - staff
-------------------------------------------------- */
.staff .staff_list {
	margin-bottom: -25px;
  display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.staff .staff_item {
	margin-bottom: 25px;
  width: 48.5%;
	position: relative;
}

.staff .staff_item img {
	background: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	width: 100%;
}

.staff .staff_item a:hover {
	color: #000;
	opacity: 1;
}

.staff .staff_name {
	padding: 30px 0 0 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.staff .staff_name p span {
	font-size: 2rem;
}

.staff .staff_name h2 {
	margin-bottom: 18px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #736357;
	line-height: 1.4;
	border-bottom: 1px solid #736357;
	width: 150px;
}

.staff .staff_name h2 span {
	font-size: 2.9rem;
}

.staff .staff_item .staff_txt {
	position: relative;
	padding: 13px 0 17px 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #736357;
	width: 100%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.staff .staff_item .staff_txt:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 18px;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.staff .mv {
	position: relative;
	border-top: 8px solid #736357;
}

.staff .mv_img-sp {
	display: none;
}

.staff .profile {
	position: absolute;
	left: 190px;
	top: 85px;
	width: 250px;
}

.staff .profile .profile_ttl {
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
	color: #736357;
	border-bottom: 1px solid #736357;
}

.staff .profile .profile_ttl span {
	font-size: 3.5rem;
}

.staff .profile .profile_name {
	margin-bottom: 20px;
}

.staff .profile .profile_name span {
	font-size: 2rem;
}

.staff .profile .profile_txt {
	font-size: 1.2rem;
}

.staff .interview {
	padding: 70px 140px;
	background: #fff;
	border-bottom: 4px solid #f6f6f6;
}

.staff .interview h2 {
	font-size: 2.3rem;
	font-weight: bold;
	color: #736357;
}

.staff .interview h3 {
	margin-bottom: 10px;
	padding-top: 25px;
	font-size: 1.8rem;
	font-weight: bold;
}

.staff .schedule {
	padding: 65px 140px 40px;
	background: #fff;
	border-bottom: 4px solid #f6f6f6;
}

.staff .schedule h4 {
  margin: 0 0 35px -140px;
	padding-left: 30px;
  color: #fff;
  font-size: 1.7rem;
	font-weight: bold;
  line-height: 32px;
  height: 32px;
  width: 258px;
  background: url(/img/bg_staff_flag.svg) 0 0 no-repeat;
}

.staff .schedule .schedule_list {
	margin-bottom: -20px;
}

.staff .schedule .schedule_item {
	background: url(/img/line_dotted_05.svg) 33px 0 repeat-y;
	background-size: 4px 58px;
}

.staff .schedule .schedule_item:last-of-type {
	background: none;
}

.staff .schedule .schedule_item:after {
	content: '';
	display: block;
	clear: both;
}

.staff .schedule .schedule_item .schedule_time {
	float: left;
	width: 70px;
	height: 70px;
}

.staff .schedule .schedule_item section {
	margin-bottom: 50px;
	padding: 5px 0 0 40px;
	float: left;
	width: 90%;
}

.staff .schedule .schedule_item section.line-1 {
	margin-bottom: 70px;
	padding: 15px 0 0 40px;
}

.staff .schedule .schedule_item h5 {
	font-size: 2.3rem;
	font-weight: bold;
	color: #736357;
	text-indent: -1.2rem;
}

.staff .schedule .schedule_item figure {
	padding-top: 30px;
}

.staff .local-nav {
	padding: 60px 80px 80px;
	background: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.staff .local-nav_ttl {
	margin-bottom: 12px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #736357;
}

.staff .local-nav_list {
	margin-bottom: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.staff .local-nav_item {
	margin-bottom: 25px;
}

.staff .local-nav_item .local-nav_txt {
	position: relative;
  padding: 12px 0;
	font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #736357;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.staff .local-nav_item .local-nav_txt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.staff .local-nav_item .local-nav_txt span {
	font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
	.staff .profile {
		left: 80px;
	}

	.staff .staff_name {
		padding: 20px 0 0 25px;
		top: 0;
		left: 0;
	}

	.staff .staff_name p span {
		font-size: 1.5rem;
	}

	.staff .staff_name h2 {
		margin-bottom: 13px;
		padding-bottom: 6px;
		font-weight: bold;
		color: #736357;
		line-height: 1.4;
		border-bottom: 1px solid #736357;
		width: 120px;
	}

	.staff .staff_name h2 span {
		font-size: 2.4rem;
	}

	.staff .staff_item .staff_txt {
		padding: 13px 0 17px 0;
		font-size: 1.4rem;
	}

	.staff .staff_item .staff_txt:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin-top: -8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.staff .local-nav_list {
	  justify-content: space-around;
	}

	.staff .interview {
	padding: 70px 80px;
	}

	.staff .schedule {
	padding: 70px 80px 50px;
	}

	.staff .schedule h4 {
	margin: 0 0 35px -80px;
	}

	.staff .schedule .schedule_item section {
	padding: 5px 0 0 30px;
	width: 87%;
	}

	.staff .schedule .schedule_item section.line-1 {
		margin-bottom: 70px;
		padding: 15px 0 0 30px;
	}

	.staff .local-nav_ttl {
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.staff .staff_list {
		margin-bottom: -15px;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.staff .staff_item {
		margin-bottom: 15px;
		width: 100%;
	}

	.staff .staff_item:nth-child(1) {
	  -ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.staff .staff_item:nth-child(2) {
	  -ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.staff .staff_item:nth-child(3) {
	  -ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.staff .staff_item:nth-child(4) {
	  -ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.staff .staff_item:nth-child(5) {
	  -ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.staff .staff_item:nth-child(6) {
	  -ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.staff .staff_name {
		padding: 20px 0 0 20px;
	  width: 100%;
	}

	.staff .staff_name p {
		font-size: 1.1rem;
		line-height: 1.6;
	}

	.staff .staff_name p span {
		font-size: 1.4rem;
	}

	.staff .staff_name h2 {
		margin-bottom: 10px;
		padding-bottom: 6px;
		width: 96px;
		font-size: 1.1rem;
	}

	.staff .staff_name h2 span {
		font-size: 1.7rem;
	}

	.staff .staff_item .staff_txt {
		padding: 8px 0 10px 0;
		font-size: 1.4rem;
	}

	.staff .staff_item .staff_txt:after {
		right: 20px;
	}

	.staff .mv {
		position: relative;
		border-top: 4px solid #736357;
	}

	.staff .mv_img-pc {
		display: none;
	}

	.staff .mv_img-sp {
		display: block;
		width: 100%;
		height: auto;
	}

	.staff .profile {
		padding: 20px;
		position: static;
		width: 100%;
	}

	.staff .profile.blue {
		background: #d1e9f4;
	}

	.staff .profile.pink {
		background: #fbdfee;
	}

	.staff .profile .profile_ttl {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 1.4rem;
		text-align: center;
	}

	.staff .profile .profile_ttl span {
		font-size: 2rem;
	}

	.staff .profile .profile_name {
		margin-bottom: 10px;
	}

	.staff .profile .profile_name span {
		font-size: 1.7rem;
	}

	.staff .interview {
		padding: 20px 20px;
		border-bottom: 3px solid #f6f6f6;
	}

	.staff .interview h2 {
		font-size: 1.7rem;
		line-height: 1.5;
	}

	.staff .interview h3 {
		margin-bottom: 5px;
		padding-top: 15px;
		font-size: 1.4rem;
	}

	.staff .schedule {
		padding: 25px 20px 15px 20px;
	}

	.staff .schedule h4 {
	  margin: 0 0 20px -20px;
		padding-left: 13px;
	  font-size: 1.4rem;
	  line-height: 23px;
	  height: 23px;
	  width: 230px;
	  background: url(/img/bg_staff_flag.svg) 0 0 no-repeat;
	}

	.staff .schedule .schedule_list {
		margin-bottom: -20px;
	}

	.staff .schedule .schedule_item {
		background: url(/img/line_dotted_05.svg) 24px 0 repeat-y;
		background-size: 2px 29px;
	}

	.staff .schedule .schedule_item .schedule_time {
		float: left;
		width: 50px;
		height: 50px;
	}

	.staff .schedule .schedule_item section {
		margin: -55px 0 30px 0;
		padding: 5px 0 0 67px;
		float: left;
		width: 100%;
	}

	.staff .schedule .schedule_item section.line-1 {
		margin: -55px 0 30px 0;
		padding: 5px 0 0 67px;
	}

	.staff .schedule .schedule_item h5 {
		margin-bottom: 5px;
		font-size: 1.7rem;
		line-height: 1.5;
		text-indent: -1.2rem;
	}

	.staff .schedule .schedule_item figure {
		padding-top: 15px;
	}

	.staff .local-nav {
		padding: 25px 20px 20px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.staff .local-nav_ttl {
		margin-bottom: 10px;
		padding-left: 5px;
		font-size: 1.7rem;
	}

	.staff .local-nav_list {
		margin-bottom: -10px;
	}

	.staff .local-nav_item {
		margin-bottom: 10px;
		width: 47%;
	}

	.staff .local-nav_item:nth-child(1) {
	  -ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.staff .local-nav_item:nth-child(2) {
	  -ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.staff .local-nav_item:nth-child(3) {
	  -ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.staff .local-nav_item:nth-child(4) {
	  -ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.staff .local-nav_item:nth-child(5) {
	  -ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.staff .local-nav_item:nth-child(6) {
	  -ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.staff .local-nav_item .local-nav_img img {
		width: 100%;
	}

	.staff .local-nav_item .local-nav_txt {
	  padding: 10px 0;
		font-size: 1.1rem;
		border-bottom-left-radius: 6px;
	  border-bottom-right-radius: 6px;
	}

	.staff .local-nav_item .local-nav_txt:after {
	  position: absolute;
	  content: "";
	  top: 50%;
	  right: 12px;
	  width: 10px;
	  height: 10px;
	  margin-top: -7px;
	  border-top: 1px solid #fff;
	  border-right: 1px solid #fff;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.staff .local-nav_item .local-nav_txt span {
		font-size: 1.5rem;
	}
}


/* 06 - faq
-------------------------------------------------- */
.faq .faq-list {
	margin-bottom: -20px;
}

.faq .faq-list dt {
	position: relative;
	margin-bottom: 4px;
	padding: 25px 20px 25px 78px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #736357;
	background: #dddfe0;
}

.faq .faq-list dd {
	position: relative;
	margin-bottom: 20px;
	padding: 25px 20px 25px 78px;
	font-size: 1.5rem;
	background: #fce9f4;
}

.faq .faq-list dd .note {
	padding-top: 5px;
	font-size: 1.1rem;
	line-height: 1.8;
}

.faq .faq-list dd .note.mb15 {
	margin-bottom: 15px;
}

.faq .faq-list dt:before,
.faq .faq-list dd:before {
	content: '';
	position: absolute;
	display: inline-block;
  top: 18px;
  left: 20px;
  width: 40px;
  height: 40px;
	background-size: 40px 40px;
}

.faq .faq-list dt:before {
	background: url(/img/bg-faq_question.svg) 0 0 no-repeat;
}

.faq .faq-list dd:before {
	background: url(/img/bg-faq_anser.svg) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
	.faq .faq-list {
		margin-bottom: -15px;
	}

	.faq .faq-list dt {
		margin-bottom: 2px;
		padding: 12px 12px 10px 52px;
		font-size: 1.4rem;
	}

	.faq .faq-list dd {
		margin-bottom: 15px;
		padding: 12px 12px 10px 52px;
		font-size: 1.3rem;
	}

	.faq .faq-list dt:before,
	.faq .faq-list dd:before {
	  top: 9px;
	  left: 10px;
	  width: 30px;
	  height: 30px;
		background-size: 30px 30px;
	}
}

/* 07 - news
-------------------------------------------------- */
.news h1 {font-size: 2.3rem; font-weight: bold;}
.news h2 {font-size: 2.1rem; font-weight: bold;}
.news h3 {font-size: 1.9rem; font-weight: bold;}
.news h4 {font-size: 1.7rem; font-weight: bold;}
.news h5 {font-size: 1.5rem; font-weight: bold;}
.news h6 {font-size: 1.3rem; font-weight: bold;}

.news .post ul {margin: 1em 0; padding-left: 40px; list-style-type: disc;}
.news .post ol {margin: 1em 0; padding-left: 40px; list-style-type: decimal;}
.news .post blockquote {display: block; margin: 1em 40px;}

.news .news_ttl {
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
	color: #2c9ccb;
	margin-bottom: 30px;
	padding-bottom: 25px;
	background: url(/img/line_dotted_04.svg) 51% 70px no-repeat;
	background-size: 140px 2px;
}

.news .info .info_list {
	margin-bottom: 25px;
	padding: 35px 55px 60px 55px;
	border: 2px solid #e8dfd5;
	border-radius: 10px;
}

.news .info .info_list li {
	padding: 25px 0;
	background: url(/img/line_dotted_02.svg) 0 bottom repeat-x;
	background-size: 18px 2px;
}

.news .info .info_list .info_date {
	float: left;
	width: 200px;
	font-weight: bold;
	color: #736357;
}

.news .info .info_list .info_date span {
	margin: -2px 20px 0 0;
	padding: 2px 0 2px 2px;
	float: left;
	display: inline-block;
	width: 75px;
	background: #ee6db3;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1rem;
}

.news .info .info_list .info_date span.blue {
	background: #2c9ccb;
}

.news .info .info_list li a {
	transition: all 0.3s;
}

.news .info .info_list li a:hover {
	color: #2c9ccb;
	opacity: 1;
}

.news .post {
	margin-bottom: 40px;
	padding: 50px 60px 40px 60px;
	background: #fff;
	border: 2px solid #ebebde;
	border-radius: 10px;
}

.news .post .post_date {
	margin-bottom: 18px;
	font-weight: bold;
	color: #736357;
}

.news .post .post_date span {
	margin-right: 15px;
	padding: 2px 0 2px 2px;
	background: #ee6db3;
	display: inline-block;
	width: 125px;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.1rem;
	text-align: center;
	vertical-align: 1px;
}

.news .post .post_date span.blue {
	background: #2c9ccb;
}

.news .post .post_ttl {
	margin-bottom: 17px;
	padding-bottom: 12px;
	font-size: 2.3rem;
	font-weight: bold;
	background: url(/img/line_dotted_02.svg) 0 bottom repeat-x;
	background-size: 18px 2px;
}

.news .post p {
	margin-bottom: 10px;
}

.news .post p.note {
	font-size: 1.1rem;
}

.news .post p a {
	color: #2c9ccb;
}

.news .aligncenter {
	margin: 0 auto;
	padding: 30px 0;
	display: block;
}

.news .pagination {
	margin: 0 -15px 0 0;
}

.news .pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.news .pagination li {
	margin-right: 15px;
	padding: 3px 12px;
	font-size: 1.3rem;
	text-align: center;
	line-height: 25px;
	color: #2c9ccb;
	display: block;
	border: 1px solid #2c9ccb;
}

.news .pagination li.list {
	padding: 4px 12px 3px 14px;
}

.news .pagination li a {
	color: #2c9ccb;
}

.news .pagination .prev i {
	padding-right: 8px;
	font-size: 2.2rem;
	position: relative;
	top: 2px;
}

.news .pagination .list i {
	padding-right: 8px;
}

.news .pagination .next i {
	padding-left: 8px;
	font-size: 2.2rem;
	position: relative;
	top: 2px;
}

.news .footer .entry {
	display: none;
}

@media screen and (max-width: 1024px) {
	.news .post .post_date span {
	  padding: 2px 1px 3px 4px;
	}
}

@media screen and (max-width: 767px) {
	.news h1 {font-size: 1.7rem; font-weight: bold;}
	.news h2 {font-size: 1.5rem; font-weight: bold;}
	.news h3 {font-size: 1.3rem; font-weight: bold;}
	.news h4 {font-size: 1.1rem; font-weight: bold;}
	.news h5 {font-size: 0.9rem; font-weight: bold;}
	.news h6 {font-size: 0.7rem; font-weight: bold;}

	.news .news_ttl {
	  font-size: 2rem;
	  margin: -10px 0 15px 0;
	  padding-bottom: 15px;
	  background: url(/img/line_dotted_04.svg) 50% 40px no-repeat;
	  background-size: 76px 2px;
	}

	.news .info .info_list {
		margin-bottom: 0;
		padding: 2px 20px 22px 20px;
		border-radius: 6px;
	}

	.news .info .info_list li {
		padding: 20px 0 14px 0;
	}

	.news .info .info_list .info_date {
		margin-bottom: 8px;
		float: none;
	  width: 100%;
	}

	.news .info .info_list .info_date span {
		margin: -3px 13px 0 0;
	  padding: 2px 0 2px 2px;
		float: none;
		width: 120px;
		font-size: 1.2rem;
		vertical-align: 1px;
	}

	.news .info .info_more {
	  margin-top: 15px;
	margin-left: auto;
		width: 100px;
		height: 30px
	}

	.news .info .info_more a {
	  font-size: 1.2rem;
		line-height: 27px;
	}

	.news .post {
		margin-bottom: 20px;
		padding: 20px 20px 8px;
		border-radius: 6px;
	}

	.news .post .post_date {
		margin-bottom: 12px;
		font-size: 1.4rem;
	}

	.news .post .post_date span {
		margin-right: 12px;
	  padding: 2px 1px 2px 4px;
		width: 120px;
		font-size: 1.2rem;
	}

	.news .post .post_ttl {
		margin-bottom: 13px;
		padding-bottom: 10px;
		font-size: 1.7rem;
	}

	.news .post p {
		margin-bottom: 8px;
		font-size: 1.4rem;
	}

	.news .aligncenter {
		padding: 15px 0 20px;
	}

	.news .pagination {
		margin: 0 -10px 5px 0;
	}

	.news .pagination li {
		margin-right: 10px;
		padding: 3px 7px;
		font-size: 1.1rem;
		line-height: 20px;
	}

	.news .pagination li.list {
	padding: 4px 6px 3px 8px;
	}

	.news .pagination .prev i {
		padding-right: 5px;
		font-size: 1.8rem;
	}

	.news .pagination .list i {
		padding-right: 5px;
	}

	.news .pagination .next i {
		padding-left: 5px;
		font-size: 1.8rem;
	}
}

/* 08 - privacy
-------------------------------------------------- */
.privacypolicy .privacy_ttl {
	margin-bottom: 50px;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	color: #736357;
}

.privacypolicy .privacy_ttl + p {
	margin-bottom: 60px;
}

.privacypolicy section {
	margin-bottom: 30px;
}

.privacypolicy section:last-of-type {
	margin-bottom: 0;
}

.privacypolicy h2 {
	margin-bottom: 5px;
	padding-left: 8px;
	border-left: 4px solid #736357;
	font-weight: bold;
	line-height: 1.6rem;
}

.privacypolicy a[href^="mailto"] {
  color: #2c9ccb;
}

@media screen and (max-width: 767px) {
	.privacypolicy .privacy_ttl {
		margin: -10px 0 15px 0;
		font-size: 2rem;
	}

	.privacypolicy .privacy_ttl + p {
		margin-bottom: 40px;
	}

	.privacypolicy section {
		margin-bottom: 25px;
	}
}

/* 09 - recruit
-------------------------------------------------- */
.recruit .footer .entry {
	display: none;
}

.recruit .recruit_ttl {
	margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  color: #736357;
}

.recruit .recruit_ttl-txt {
	margin-bottom: 45px;
	font-size: 1.6rem;
  letter-spacing: -0.03em
}

.recruit .interview-list {
	margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.recruit .interview-list_item {
	margin-bottom: 30px;
  width: 47.75%;
	border-radius: 10px;
}

.recruit .interview-list_item:nth-of-type(1) { background:#f7e2e2; }
.recruit .interview-list_item:nth-of-type(2) { background:#f2eadd; }
.recruit .interview-list_item:nth-of-type(3) { background:#e2ebf7; }
.recruit .interview-list_item:nth-of-type(4) { background:#e5f2d0; }

.recruit .interview-list_head {
	padding: 13px 0;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.recruit .interview-list_item:nth-of-type(1) .interview-list_head { background:#daa9a6; }
.recruit .interview-list_item:nth-of-type(2) .interview-list_head { background:#d2af95; }
.recruit .interview-list_item:nth-of-type(3) .interview-list_head { background:#aaaec4; }
.recruit .interview-list_item:nth-of-type(4) .interview-list_head { background:#a8be87; }

.recruit .interview-list_head span {
	font-size: 1.5rem;
}

.recruit .interview-list_body {
  padding: 25px 35px;
}

.recruit .interview-list_body .note {
	padding-top: 5px;
  font-size: 1.1rem;
  display: inline-block;
}

.recruit .interview-list_icon {
	margin: 0 auto;
	width: 200px;
	height: 100px;
}

.recruit .interview-list_ttl {
	margin-bottom: 15px;
	padding-top: 15px;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1rem;
}

.recruit .interview-line_icon {
	margin-left: auto;
	padding-top: 5px;
	width: 60px;
	height: 60px;
}

.recruit .interview-entry {
	padding-top: 70px;
	width: 100%;
}

.recruit .interview-entry_btn {
	font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
	border: 2px solid #2c9ccb;
  border-radius: 52px;
}

.recruit .interview-entry_btn:first-of-type {
	margin-bottom: 20px;
}

.recruit .interview-entry_btn a {
	position: relative;
  padding: 10px 0;
  color: #2c9ccb;
	border-radius: 52px;
  display: block;
  transition: all 0.6s;
}

.recruit .interview-entry_btn a:after {
	content: '';
  position: absolute;
  display: inline-block;
  margin-left: 8px;
  top: 18px;
  transition: transform .2s;
  width: 30px;
  height: 22px;
  background: url(/img/icon_arrow_01.svg) 0 0 no-repeat;
  background-size: 30px 22px;
}

.recruit .interview-entry_btn a:hover {
  background: #d5ebf5;
}

.recruit .interview-entry_btn a:hover:after {
  transform: translateX(30%);
}

.recruit .occupation-item {
	margin-bottom: 40px;
}

.recruit .occupation-item:last-of-type {
	margin-bottom: 0;
}

.recruit .occupation_ttl {
	margin-bottom: 25px;
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #736357;
  border-radius: 6px;
}

.recruit .occupation_txt {
	margin-bottom: 20px;
}

.recruit .occupation_btn {
	text-align: right;
	padding-top: 20px;
	display: block;
}

.recruit .occupation_btn a {
	position: relative;
	padding: 6px;
	font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #2c9ccb;
  display: inline-block;
	width: 270px;
  border: 2px solid #2c9ccb;
  border-radius: 6px;
  transition: all 0.6s;
}

.recruit .occupation_btn a:after {
	position: absolute;
  content: '';
  display: inline-block;
  right: 15px;
  top: 35%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2c9ccb;
  border-right: 2px solid #2c9ccb;
  transform: rotate(45deg);
}

.recruit table.base {
	border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.recruit table.base th {
	padding: 5px;
	text-align: center;
  font-weight: bold;
  color: #887a70;
  vertical-align: middle;
  border-top: 2px solid #ebebde;
  border-bottom: 2px solid #ebebde;
  background: #f5f5ef;
	width: 23%;
}

.recruit table.base td {
	padding: 20px 20px 25px 20px;
  border-top: 2px solid #ebebde;
  border-bottom: 2px solid #ebebde;
  vertical-align: middle;
	text-align: left;
}

.recruit table.base td .note {
	padding-top: 10px;
	font-size: 1.1rem;
}

.recruit table.base td .red {
	color: red;
}

.recruit table.base td .brown {
	color: #887a70;
}

.recruit table.base td .bold {
	font-weight: bold;
}

.recruit table.base td p + p {
	padding-top: 15px;
}

.recruit .entry-list {
	padding-top: 30px;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recruit .entry-item:not(:last-child) {
	margin-right: 15px;
}

.recruit .entry-link {
	width: 150px;
	padding: 12px;
  font-size: 1.5rem;
  font-weight: bold;
	text-align: center;
	letter-spacing: 0.05rem;
  border-radius: 6px;
  display: inline-block;
  background: #2b9bca;
  color: #fff;
}

.recruit .entry-link i {
	padding-right: 8px;
	font-size: 2.3rem;
}

.recruit .entry-link.line {
	padding: 12px 0 12px 35px;
	position: relative;
}

.recruit .entry-link.line:before {
	position: absolute;
	content: '';
	display: inline-block;
	background-image: url(/img/icon_recruit_line_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	width: 21px;
	height: 21px;
	top: 13px;
	margin-left: -3.1rem;
}

.recruit .entry-list.seminar .entry-link {
	width: 190px;
}

@media screen and (max-width: 1024px) {
	.recruit .interview-list_item {
		margin-bottom: 20px;
	  width: 48.5%;
	}
	.recruit .entry-link {
		width: 130px;
	}
}

@media screen and (max-width: 767px) {
	.recruit .recruit_ttl {
		margin: -10px 0 15px 0;
    font-size: 2rem;
	}

	.recruit .recruit_ttl-txt {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.recruit .interview-list {
		margin-bottom: -15px;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	}

	.recruit .interview-list_item {
		margin-bottom: 15px;
	  width: 100%;
		border-radius: 6px;
	}

	.recruit .interview-list_head {
		padding: 12px 0;
	  font-size: 1.4rem;
	  border-top-left-radius: 6px;
	  border-top-right-radius: 6px;
	}

	.recruit .interview-list_head span {
		font-size: 1.2rem;
	}

	.recruit .interview-list_body {
	  padding: 23px 20px 20px;
	}

	.recruit .interview-list_body .note {
		padding-top: 3px;
	  font-size: 1.2rem;
	}

	.recruit .interview-list_icon {
		width: 160px;
		height: 95px;
	}

	.recruit .interview-list_ttl {
		margin-bottom: 10px;
		padding-top: 0;
		font-size: 1.7rem;
	}

	.recruit .interview-line_icon {
		display: none;
	}

	.recruit .interview-entry {
		padding-top: 25px;
	}

	.recruit .interview-entry_btn {
	  font-size: 1.5rem;
	  border: 1px solid #2c9ccb;
	  border-radius: 35px;
	}

	.recruit .interview-entry_btn:first-of-type {
		margin-bottom: 12px;
	}

	.recruit .interview-entry_btn a {
	  padding: 10px 0;
	}

	.recruit .interview-entry_btn a:after {
		margin-left: 5px;
    top: 14px;
    width: 20px;
    height: 16px;
    background-size: 20px 16px;
	}

	.recruit .occupation-item {
		margin-bottom: 30px;
	}

	.recruit .occupation_ttl {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}

	.recruit .occupation_txt {
		margin-bottom: 15px;
	}

	.recruit .occupation_btn {
		padding-top: 10px;
	}

	.recruit .occupation_btn a {
		padding: 6px;
		font-size: 1.5rem;
		width: 100%;
	  border-radius: 6px;
	}

	.recruit table.base {
		border-top: 1px solid #ebebde;
	  border-bottom: 1px solid #ebebde;
	}

	.recruit table.base th {
		font-size: 1.5rem;
		display: block;
		width: 100%;
		border-top: 1px solid #ebebde;
	  border-bottom: 1px solid #ebebde;
	}

	.recruit table.base td {
		padding: 15px 5px 20px 5px;
		display: block;
		border-top: 1px solid #ebebde;
	  border-bottom: 1px solid #ebebde;
	}

	.recruit table.base td p + p {
		padding-top: 8px;
	}

	.recruit .entry-list {
		flex-direction: column;
		padding-top: 20px;
		width: 100%;
	}

	.recruit .entry-item {
		margin-bottom: 10px;
	}

	.recruit .entry-item:last-child {
		margin-bottom: 0;
	}

	.recruit .entry-item:not(:last-child) {
		margin-right: 0;
	}

	.recruit .entry-link {
		padding: 10px;
		width: 100%;
		font-size: 1.4rem;
	}

	.recruit .entry-link i {
		font-size: 2.1rem;
	}

	.recruit .entry-link.line:before {
		top: 12px;
	}

	.recruit .entry-list.seminar .entry-link {
		width: 100%;
	}
}