@charset "UTF-8";

/*メインイメージ
---------------------------------------------------------*/
.m_img {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 25vw;
	max-height: 300px;
	background: url("../images/content/m_img_blog@2x.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}

/*ページタイトル*/
.m_img .com_title {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	color: #fff;
	font-size: 425%;
	font-size: min(413%,6.8vw);
	letter-spacing: .1em;
	line-height: 1em;
}
.m_img .com_title .ft_br {
	font-size: 52%;
	letter-spacing: .1em;
	line-height: 1em;
	margin-top: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*ページタイトル*/
.m_img .com_title {
	font-size: 6.5vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img {
	width: 100%;
	height: 35vw;
	max-height: 100%;
	background-position: right center;
}
/*ページタイトル*/
.m_img .com_title {
	font-size: 230%;
}
}



/*共通パーツ
---------------------------------------------------------*/
/*パンくず*/
.pankuzu {
	padding: 50px 0 110px;
	display: flex;
	justify-content: flex-end;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.pankuzu a {
	text-decoration: underline;
}
.pankuzu a:hover {
	text-decoration: none;
}
.pankuzu li::after {
	content: "ー";
	margin: 0 .2em;
}
.pankuzu li:last-child::after {
	display: none;
}

/*ボックス*/
.com_inbox {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*導入*/
.com_lead > dt {
	font-size: 305%;
	font-size: min(3.3vw,231.25%);
	letter-spacing: 0.15em;
	line-height: 1.8em;
	margin-bottom: 0.8em;
}

/*タイトルバー*/
.com_index1 {
	background: #3fbc9d;
	color: #fff;
	text-align: center;
	font-size: 190%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.0em 3%;
	margin-bottom: 80px;
}

/*ボタン*/
.com_btn {
	text-align: center;
}
.com_btn a {
	display: inline-block;
	background: linear-gradient(to right, rgba(90,203,200,1) 61%,rgba(134,217,235,1) 100%);
	text-align: center;
	color: #fff;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: 1.2em 5.0em;
	border-radius: 5px;
	position: relative;
}
.com_btn a::before {
	font-family: 'fontello';
	content: '\e801';
	position: absolute;
	font-size: 120%;
	font-weight: normal;
	right: .8em;
	top: 50%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*パンくず*/
.pankuzu {
	padding: 3% 0 6%;
	font-size: 80%;
	letter-spacing: .1em;
}
/*導入*/
.com_lead > dt {
	font-size: 4.0vw;
	letter-spacing: .1em;
}
/*タイトルバー*/
.com_index1 {
	font-size: 180%;
	margin-bottom: 6%;
}
/*ボタン*/
.com_btn a {
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*パンくず*/
.pankuzu {
	padding: 4% 0 10%;
	font-size: 80%;
	letter-spacing: .05em;
}
/*導入*/
.com_lead > dt {
	font-size: 150%;
	letter-spacing: normal;
	margin-bottom: .8em;
}

/*タイトルバー*/
.com_index1 {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .8em 3%;
	margin-bottom: 8%;
}
/*ボタン*/
.com_btn a {
	display: block;
	width: 80%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	font-size: 110%;
	padding: 1.0em 1.5em;
}
}



/*ブログ
---------------------------------------------------------*/
.blog .m_img {
	background-image: url("../images/content/m_img_blog@2x.jpg");
}
.blog .cont_side {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 3%;
}
.blog .content {
	width: 69%;
	max-width: 870px;
}
.blog .side {
	width: 27%;
	box-sizing: border-box;
	background: #edf7f6;
	padding: 30px 2.5%;
}

.blog .content pre {
	white-space: pre-wrap;
}
.blog .content article {
	padding: 60px 0;
	border-top: solid 1px #ccc;
}
.blog .content article:last-of-type {
	border-bottom: solid 1px #ccc;
}
.blog .content article .float_box .img_thumbnail {
	float: left;
	width: 34%;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.blog .content article .float_box .img_thumbnail:before {
    content:"";		/*高さ*/
    display: block;
    padding-top: 67%;
}
.blog .content article .float_box .img_thumbnail img {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	text-align: center;
}
.blog .content article .float_box .txt_box {
	float: right;
	width: 62%;
}

.blog .content .entry-inf {
	margin-bottom: .5em;
}
.blog .content .entry-date {
	color: #3fbc9d;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.2em;
	font-family: "brother-1816", sans-serif;
	font-weight: 100!important;
	font-style: normal!important;
	margin-bottom: 0.8em;
}
.blog .content .entry-inf .entry-title {
	font-size: 200%;
	font-size: min(200%,3.4vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.blog .content .entry-inf .entry-title a:hover {
	color: #3fbc9d;
}
.blog .content .cat_list {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-top: 2.0em;
}
.blog .content .cat_list li::after {
	content: ",";
	margin-right: 1.0em;
}
.blog .content .cat_list li:first-child::after,
.blog .content .cat_list li:last-child::after {
	display: none;
}
.blog .content .cat_list li:first-child {
	color: #999;
	font-weight: bold;
}
.blog .content .cat_list li a {
	color: #666;
	text-decoration: underline;
}
.blog .content .cat_list li a:hover {
	color: #3fbc9d;
	text-decoration: none;
}
.blog .content .entry-content p:last-of-type {
	margin-bottom: 0 !important;
}
.blog .content .entry-content a {
	color: #666;
	text-decoration: underline;
}
.blog .content .entry-content a:hover {
	color: #3fbc9d;
	text-decoration: none;
}

.blog .side .s_index {
	text-align: center;
	color: #3fbc9d;
	font-size: 120%;
	letter-spacing: .2em;
	line-height: 1.6em;
	padding-bottom: .5em;
	border-bottom: solid 1px #3fbc9d;
	margin-bottom: 1.5em;
}
.blog .side .s_list {
	margin-bottom: 60px;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.blog .side .s_list li {
	margin-bottom: .8em;
}
.blog .side .s_list li a {
	display: block;
	padding-left: 1.2em;
	position: relative;
}
.blog .side .s_list li a:hover {
	color: #3fbc9d;
}
.blog .side .s_list li a::before {
	content: "";
	position: absolute;
	width: .4em;
	height: .4em;
	border-left: solid 1px #666;
	border-bottom: solid 1px #666;
	left: 0;
	top: .5em;
	transform: rotate(-135deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.blog .cont_side {
	display: block;
	margin-bottom: 0;
}
.blog .content {
	width: 100%;
}
.blog .side {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 8% auto 0;
	padding: 3% 6%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog .side > div {
	width: 45%;
}

.blog .content article {
	padding: 5% 0;
}
.blog .content article .float_box .img_thumbnail {
	margin-right: 4%;
	margin-bottom: 1.0em;
}
.blog .content .entry-date {
	letter-spacing: .1em;
}
.blog .content .entry-inf .entry-title {
	font-size: 180%;
	letter-spacing: .05em;
}
.blog .side .s_list {
	font-size: 90%;
	margin-bottom: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.blog .cont_side {
	display: block;
}
.blog .content {
	width: 100%;
	margin-bottom: 14%;
}
.blog .side {
	width: 100%;
	max-width: 100%;
	padding: 6%;
}

.blog .content article {
	padding: 8% 3%;
}
.blog .content article .float_box .img_thumbnail {
	float: none;
	width: 60%;
	margin: 0 auto 1.0em;
}
.blog .content article .float_box .txt_box {
	float: none;
	width: 100%;
}
.blog .content .entry-date {
	font-size: 100%;
	letter-spacing: .1em;
}
.blog .content .entry-inf .entry-title {
	font-size: 150%;
	letter-spacing: .05em;
}
.blog .content .cat_list {
	margin-top: 1.0em;
}

.blog .side .s_index {
	padding-bottom: .3em;
	margin-bottom: 1.0em;
}
.blog .side .s_list {
	margin-bottom: 8%;
	letter-spacing: normal;
}

.blog .side .s_list li a::before {
	top: .5em;
}
}



/*ブログ：レイアウト
---------------------------------------------------------*/
/*パーツ*/
.single_page .entry-content a {
	color: #3fbc9d;
	text-decoration: underline;
}
.single_page .entry-content a:hover {
	color: #666;
	text-decoration: none;
}
.single_page .entry-content p {
	margin-bottom: 1.5em;
}
.single_page .entry-content h2,
.rec_content h2{
	background: #3fbc9d !important;
	text-align: center !important;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
	color: #fff !important;
	font-size: 190% !important;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.0em 3%;
	margin-bottom: 60px;
	margin-top: 100px;
}
.rec_content h2{
	background: #FFA191 !important;
}
.single_page .entry-content h2 *,
.rec_content h2 *{
	font-weight: 400 !important;
	font-style: normal !important;
	color: #fff !important;
	font-size: 100% !important;
}
.single_page .entry-content h3,
.recruit h3{
	background: rgba(115,217,202,0.25)!important;
	text-align: left !important;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
	color: #354A4C !important;
	font-size: 165% !important;
	letter-spacing: .04em;
	line-height: 1.4em;
	padding: 1.0em 3%;
	border-left: solid 5px #3fbc9d;
	margin-bottom: 40px;
	margin-top: 100px;
}
.recruit h3{
	background: #FFEFEC!important;
	border-color: #FFA191;
}
.single_page .entry-content h3 *,
.recruit h3 * {
	font-weight: 400 !important;
	font-style: normal !important;
	color: #3fbc9d !important;
	font-size: 100% !important;
}
.single_page .entry-content h4 {
	text-align: left !important;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
	color: #3fbc9d !important;
	font-size: 175% !important;
	letter-spacing: .04em;
	line-height: 1.4em;
	padding-bottom: .5em;
	border-bottom: solid 1px #ccc;
	margin-bottom: .8em;
	margin-top: 100px;
}
.single_page .entry-content h4 * {
	font-weight: 400 !important;
	font-style: normal !important;
	color: #3fbc9d !important;
	font-size: 100% !important;
}
.single_page .entry-content h5 {
	background: #f4f4f4 !important;
	text-align: left !important;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
	color: #354A4C !important;
	font-size: 125% !important;
	letter-spacing: .04em;
	line-height: 1.4em;
	padding: .6em 1.0em;
	margin-bottom: 40px;
	margin-top: 100px;
}
.single_page .entry-content h5 * {
	font-weight: 400 !important;
	font-style: normal !important;
	color: #3fbc9d !important;
	font-size: 100% !important;
}
.single_page .entry-content ul,
.single_page .entry-content ol {
	list-style: none;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
	font-size: 125%;
	line-height: 1.4em;
	position: relative;
	margin-bottom: .8em;
}
.single_page .entry-content ul.toc_list > li,
.single_page .entry-content ul.toc_list > li > ul > li{
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal!important;	
	font-weight: normal!important;
	font-size: 100%;
}
.single_page .entry-content ul > li a,
.single_page .entry-content ol > li a {
	color: #292421;
}
.single_page .entry-content ul > li a:hover,
.single_page .entry-content ol > li a:hover {
	text-decoration: none;
	color: #3fbc9d;
}
.single_page .entry-content ul > li {
	padding-left: 1.5em;
}
.single_page .entry-content ul > li::before {
	content: "";
	position: absolute;
	letter-spacing: normal;
	line-height: 1.0em;
	width: .8em;
	height: .8em;
	border-radius: 50%;
	background: #3fbc9d;
	opacity: 0.6;
	left: 0;
	top: .3em;
}
.single_page .entry-content ol > li {
	padding-left: 1.5em;
	position: relative;
}
.single_page .entry-content ol > li::before {
	content: "1";
	font-family: "brother-1816", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #3fbc9d;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: .07em;
}
.single_page .entry-content ol > li:nth-child(2)::before {content: "2";}
.single_page .entry-content ol > li:nth-child(3)::before {content: "3";}
.single_page .entry-content ol > li:nth-child(4)::before {content: "4";}
.single_page .entry-content ol > li:nth-child(5)::before {content: "5";}
.single_page .entry-content ol > li:nth-child(6)::before {content: "6";}
.single_page .entry-content ol > li:nth-child(7)::before {content: "7";}
.single_page .entry-content ol > li:nth-child(8)::before {content: "8";}
.single_page .entry-content ol > li:nth-child(9)::before {content: "9";}
.single_page .entry-content ol > li:nth-child(10)::before {content: "10";}
/*目次*/
.single_page #toc_container {
	background: transparent !important;
	border-top: solid 1px #ccc;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #ccc;
	padding: 2em 0 2em;
	margin-top: 80px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
	font-size: 100%;
}
.single_page #toc_container .toc_title {
	text-align: left;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #3fbc9d;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-left: 1.5em;
	position: relative;
}
.single_page #toc_container .toc_title::before {
	font-family: 'fontello';
	content: '\e802';
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 47%;
	transform: translateY(-50%);
}
.single_page #toc_container .toc_title .toc_toggle {
	display: inline-block;
	vertical-align: middle;
	font-size: 70%;
	margin-left: .5em;
	transform: translateY(-.1em);
}
.single_page #toc_container .toc_title .toc_toggle a {
	color: inherit !important;
	text-decoration: none;
	display: inline-block;
	width: 3.5em;
	text-align: center;
}
.single_page #toc_container .toc_list {
	margin: 1em 0 0 !important;
	width: 100% !important;
}
.single_page #toc_container .toc_list li {
	color: #292421 !important;
	letter-spacing: .04em !important;
	font-weight: 400 !important;
	line-height: 1.5em !important;
	padding: .5em !important;
	margin: 0 !important;
}
.single_page #toc_container .toc_list li::before {
	display: none;
}
.single_page #toc_container .toc_list a {
	display: block;
	color: #292421 !important;
	text-decoration: none !important;
	position: relative;
	padding-left: 4.0em;
}
.single_page #toc_container .toc_list a:hover {
	color: #999 !important;
}
.single_page #toc_container .toc_list > li ul {
	margin-left: 1.5em !important;
	margin-top: .5em !important;
	margin-bottom: 0!important;
}
.single_page #toc_container .toc_list > li li {
	font-size: 90% !important;
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}
.single_page #toc_container .toc_list .toc_number {
	font-family: "brother-1816", sans-serif;
	font-weight: 100!important;
	font-style: normal!important;
	text-align: center;
	color: #3fbc9d;
	font-size: 120%;
	line-height: 1.0em;
	display: block;
	width: 2.5em;
	border-right: solid 1px #3fbc9d;
	position: absolute;
	left: 0;
	top: .1em;
}
.single_page #toc_container .toc_list ul ul a {
	padding-left: 4.5em;
}
.single_page #toc_container .toc_list ul ul .toc_number {
	width: 3.2em;
}
.single_page #toc_container .toc_list ul ul ul a {
	padding-left: 5.5em;
}
.single_page #toc_container .toc_list ul ul ul .toc_number {
	width: 4.0em;
}

/* 画像 */
article img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article img.alignright {
	padding-left: 1.0em;
	padding-bottom:.5em;
	display: inline;
}
article img.alignleft {
	padding-right: 1.0em;
	padding-bottom: .5em;
	display: inline;
}	
article .alignright {
	float: right;
}
article .alignleft {
	float: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-content p {
	margin-bottom: 1.0em;
}
/*パーツ*/
.single_page .entry-content h2,
.rec_content h2 {
	font-size: 180% !important;
	padding: .8em 3%;
	margin-bottom: 5%;
	margin-top: 8%;
}
.single_page .entry-content h3,
.recruit h3{
	font-size: 160% !important;
	padding: .8em 3%;
	margin-bottom: 4%;
	margin-top: 8%;
}
.single_page .entry-content h4 {
	font-size: 165% !important;
	padding-bottom: .3em;
	margin-top: 8%;
}
.single_page .entry-content h5 {
	font-size: 125% !important;
	margin-bottom: 3%;
	margin-top: 8%;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	letter-spacing: .04em;
}
/*目次*/
.single_page #toc_container {
	width: 90%;
	margin: 6% auto 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-content p {
	margin-bottom: 1.0em;
}
/*パーツ*/
.single_page .entry-content h2,
.rec_content h2 {
	font-size: 155% !important;
	line-height: 1.4em;
	padding: .6em 2%;
	margin-bottom: 8%;
	margin-top: 10%;
}
.single_page .entry-content h3,
.recruit h3 {
	font-size: 140% !important;
	line-height: 1.4em;
	padding: .6em 2%;
	padding-left: 4%;
	border-width: 3px;
	margin-bottom: 6%;
	margin-top: 10%;
}
.single_page .entry-content h4 {
	font-size: 140% !important;
	padding-bottom: .2em;
	margin-bottom: .8em;
	margin-top: 10%;
}
.single_page .entry-content h5 {
	font-size: 125% !important;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: .6em .8em;
	margin-bottom: 6%;
	margin-top: 10%;
}
.single_page .entry-content ul > li,
.single_page .entry-content ol > li {
	font-size: 105% !important;
	letter-spacing: .04em;
	margin-bottom: .4em;
}
/*目次*/
.single_page #toc_container {
	padding: 1.25em 0;
	margin-top: 10%;
	margin-bottom: 14%;
}
.single_page #toc_container .toc_title {
	font-size: 130%;
}
	
/* 画像 */
article img.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
article img.alignright,
article img.alignleft {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}	
article .alignright,
article .alignleft {
	float: none;
}
}



/*page number
-----------------------------------------------------*/
.wp-pagenavi {
	padding-top: 50px;
	clear: both;
	width: 100%;
	font-family: "brother-1816", sans-serif;
	font-weight: 100!important;
	font-style: normal!important;
	font-size: 140%;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: transparent;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 1.0em;
	line-height: 1.4em;
	box-sizing: border-box;
	margin: 0 10px;
	letter-spacing: normal;
	position: relative;
}
.wp-pagenavi span::before,
.wp-pagenavi a::before {
	content: "";
	position: absolute;
	width: 70%;
	height: 2px;
	background: #3fbc9d;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.6s;
}

/* 現在地 */
.wp-pagenavi span.current,
.wp-pagenavi a.page:hover {
	color: #3fbc9d;
}
.wp-pagenavi span.current::before,
.wp-pagenavi a.page:hover::before {
	opacity: 1;
}

/* 左右の矢印 */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	width: 1.5em;
	height: 1.5em;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	font-family: 'fontello';
	content: '\e801';
	position: absolute;
	font-size: 90%;
	opacity: 0.5;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
	transition: all 0.6s;
}
.wp-pagenavi .previouspostslink::after {
	transform: translateY(-50%) rotate(180deg);
}
.wp-pagenavi .nextpostslink:hover::after,
.wp-pagenavi .previouspostslink:hover::after {
	color: #a1d651;
	opacity: 1;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
	color: #666;
	font-size: 80%;
	letter-spacing: .15em;
	width: 3.0em;
}
.wp-pagenavi .last:hover,
.wp-pagenavi .first:hover {
	color: #a1d651;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wp-pagenavi {
	padding-top: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wp-pagenavi {
	padding-top: 10%;
	font-size: 130%;
}
.wp-pagenavi span,
.wp-pagenavi a {
	margin: 0 .3em;
}
}



/*前後のページへ
-----------------------------------------------------*/
.single_page .page_link {
	color: #292421;
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-top: 1.5em;
}
.single_page .page_link li {
	width: 48%;
}
.single_page .page_link li.flt_l {
	text-align: left;
}
.single_page .page_link li.flt_r {
	text-align: right;
}
.single_page .page_link a {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.single_page .page_link a:hover {
	color: #666;
}
.single_page .page_link li.flt_l a::before,
.single_page .page_link li.flt_r a::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 120%;
	position: absolute;
	color: #3fbc9d;
	font-weight: normal;
	top:0em;
}
.single_page .page_link li.flt_l a {
	padding-left: 1.8em;
}
.single_page .page_link li.flt_l a::before {
	left: 0;
	transform: rotate(180deg);
}
.single_page .page_link li.flt_r a {
	padding-right: 1.8em;
}
.single_page .page_link li.flt_r a::before {
	right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-inf {
	margin-bottom: 8% !important;
}
.single_page .page_link {
	font-size: 100%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	margin-bottom: 8% !important;
}
.single_page .page_link {
	width: 100%;
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.4em;
}
.single_page .page_link li {
	width: 100%;
}
.single_page .page_link li.flt_l {
	text-align: center;
	float: none;
}
.single_page .page_link li.flt_r {
	margin-top: 10px;
	text-align: center;
	float: none;
}
}



/*採用
---------------------------------------------------------*/
.recruit .m_img {
	background-image: url("../images/content/m_img_rec@2x.jpg");
}
.bosyu_txt {
	margin-top: 50px;
	text-align: center;
	color: #3fbc9d;
	font-size: 145%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.recruit .tbl_bosyu {
	width: 100%;
	border-top: solid 1px #CCCCCC;
}
.recruit .tbl_bosyu th,
.recruit .tbl_bosyu td {
	border-bottom: solid 1px #CCCCCC;
	box-sizing: border-box;
	padding: 2.0em 3%;
}
.recruit .tbl_bosyu th {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.6em;
	background: rgba(204,204,204,0.3);
}
.recruit .tbl_bosyu th small {
	display: block;
	font-size: 80%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.recruit .tbl_bosyu td {
	width: 75%;
	text-align: left;
	vertical-align: text-bottom;
}

/*募集要項*/
.bosyu .tbl_bosyu td p {
	margin-bottom: 1.5em;
}
.bosyu .tbl_bosyu td p:last-of-type {
	margin-bottom: 0 !important;
}
.bosyu .tbl_bosyu .entry_tel,
.bosyu .tbl_bosyu .entry_mail,
.bosyu .tbl_bosyu .entry_txt2 {
	margin-top: 1.5em;
}

/*アコーディオン*/
.recruit .open_btn {
	color: #FFA191;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	cursor: pointer;
}
.recruit .open_btn > span {
	display: inline-block;
	padding-right: 2.0em;
	position: relative;
}
.recruit .open_btn .icon_open {
	display: block;
	letter-spacing: normal;
	line-height: 1.0em;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	background: #FFA191;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-55%);
}
.recruit .open_btn .icon_open::before,
.recruit .open_btn .icon_open::after {
	content: "";
	position: absolute;
	width: .6em;
	height: 1px;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.6s;
}
.recruit .open_btn .icon_open::after {
	transform: translateY(-50%) rotate(90deg);
}
.recruit .open_btn.close_btn .icon_open::after {
	transform: translateY(-50%) rotate(0deg);
}
.recruit .open_box {
	display: none;
	padding-top: 1.0em;
}

/*ドメイン設定*/
.recruit .mobile_attention {
	margin-top: 1.0em;
}
.recruit .mobile_attention .open_box {
	margin-top: 1.0em;
	padding: 1.5em;
	background: rgba(204,204,204,0.15);
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.recruit .mobile_attention .open_box .color {
	color: #FFA191;
	font-weight: bold;
}
.recruit .mobile_attention ul {
	margin-top: 1.0em;
}
.recruit .mobile_attention li {
	margin-top: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	position: relative;
	line-height: 1.2em;
}
.recruit .mobile_attention li::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-40%);
    border-left: 5px solid #666;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.recruit .mobile_attention a:hover {
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bosyu_txt {
	margin-top: 6%;
	font-size: 140%;
	letter-spacing: .1em;
}
.recruit .tbl_bosyu th {
	font-size: 110%;
	letter-spacing: .1em;
}
/*募集要項*/
.bosyu .tbl_bosyu td p {
	margin-bottom: 1.0em;
}
.bosyu .tbl_bosyu .entry_tel,
.bosyu .tbl_bosyu .entry_mail,
.bosyu .tbl_bosyu .entry_txt2 {
	margin-top: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bosyu_txt {
	margin-top: 6%;
	text-align: left;
	font-size: 120%;
	letter-spacing: .05em;
}
.recruit .tbl_bosyu tr,
.recruit .tbl_bosyu th,
.recruit .tbl_bosyu td {
	display: block;
	width:  100%;
	box-sizing: border-box;
}
.recruit .tbl_bosyu th {
	border-bottom: none;
	padding: .5em 3%;
	text-align: center;
	font-size: 110%;
	letter-spacing: .1em;
}
.recruit .tbl_bosyu td {
	padding: 1.5em 4%;
}

/*募集要項*/
.bosyu .tbl_bosyu td p {
	margin-bottom: 1.0em;
}
.bosyu .tbl_bosyu .entry_tel,
.bosyu .tbl_bosyu .entry_mail,
.bosyu .tbl_bosyu .entry_txt2 {
	margin-top: 1.0em;
}

/*アコーディオン*/
.recruit .open_btn {
	font-size: 100%;
}

/*ドメイン設定*/
.recruit .mobile_attention .open_box {
	letter-spacing: normal;
}
}



/*フッター
---------------------------------------------------------*/
footer {
	border-top: solid 1px #cacaca;
	padding: 100px 0 150px;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer {
	padding: 8vw 0 13vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer {
	padding: 10vw 0 32vw;
}
}



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

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}