@charset "UTF-8";
/*
Theme Name: オハナホーム
Theme URI: https://ohanahome.jp/
Description: オハナホーム
Author: オハナホーム
Author URI: https://ohanahome.jp/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

body{
	line-height: 1;
	height: 100%;
	width: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings : "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: 'Shuei', Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Shuei';
	src:url('fonts/Shuei_L.eot');	/* IE9 Compat Modes */
	src:url('fonts/Shuei_L.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/Shuei_L.woff') format('woff'),
		url('fonts/Shuei_L.otf');
}

@font-face{
	font-weight: normal;
	font-family: 'tsukuA';
	src:url('fonts/TsukuARd.eot');	/* IE9 Compat Modes */
	src:url('fonts/TsukuARd.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/TsukuARd.woff') format('woff'),
		url('fonts/TsukuARd.otf');
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

a img{
	border: none;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.w700{
	margin: 0 auto;
	width: 700px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w740{
	margin: 0 auto;
	width: 740px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w800{
	margin: 0 auto;
	width: 800px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #fff;
}

body,
input,
textarea{
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

palt{
	clear: both;
	font-weight: normal;
}

blockquote{
	quotes: none;
}

blockquote:before,
blockquote:after{
	content: '';
	content: none;
}

del{
	text-decoration: line-through;
}

ul{
	list-style: none;
}

ol{
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-weight: normal;
	font-family: 'tsukuA';
}

strong{
	color: #40220f;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 120%;
}

em{
	font-style: normal;
	color: #f39800;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

small{
	font-size: smaller;
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

sup,
sub{
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	outline: none;
	font-feature-settings: "palt"1;
	background: #f9f5f5;
	font-family: 'Shuei', Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 12px 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #f39800;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #fff2e0;
}

::-moz-selection{
	background: #fff2e0;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center;}

.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

/* =404
-------------------------------------------------------------- */
.404{
	text-align: center;
}

.error404{
	text-align: center;
}

#content .error404 .entry-title{
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	margin-bottom: 80px;
}

#content .error404 p{
	text-align: center;
	margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#header{
	padding: 17px 0 23px 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#site-description{
	color: #333;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 1px;
	line-height: 1.0;
	color: #f39800;
	margin-top: -6.5px;
	margin-bottom: 0;
	position: absolute;
	top: 40px;
	left: 40px;
}

#site-title{
	width: 290px;
	height: 80px;
	margin: 0 auto;
	display: block;
}

#site-title a{
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 290px 80px;
	width: 290px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}

.h_sns{
	position: absolute;
	top: 70px;
	left: 40px;
}

.h_sns .sns{
	width: 110px;
}

.h_contact_block{
	position: absolute;
	top: 30px;
	right: 40px;
	display: flex;
}

.h_contact_block dl{
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
}

.h_contact_block dl dt{
	line-height: 1.0;
	margin-bottom: 10px;
}

.h_contact_block dl dt a{
	font-size: 26px;
	font-size: 2.6rem;
	color: #f39800;
	font-weight: normal;
	font-family: 'tsukuA';
}

.h_contact_block dl dt a:before{
	font-family: 'FontAwesome';
	content: "\f095";
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0.25em 0 0;
}

.h_contact_block dl dd{
	line-height: 1.0;
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.h_contact_block_box{
	width: 100px;
}

.h_contact_block_mail{
	margin-left: 10px;
}

.h_contact_block_box a{
	display: block;
	width: 100%;
	height: 62px;
	text-align: center;
	background: #ffe200;
	color: #40220f;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-family: 'tsukuA';
	line-height: 1.2;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.h_contact_block_line a{
	background: #2db937;
	color: #fff;
}

.h_contact_block_box a:before{
	content: '';
	display: block;
	background: url(images/icon_mail.svg) no-repeat;
	background-size: 22.5px 15px;
	width: 22.5px;
	height: 15px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.h_contact_block_line a:before{
	background: url(images/icon_line_2.svg) no-repeat;
	background-size: 21px 20px;
	width: 21px;
	height: 20px;
	margin-bottom: 0;
}

.h_contact_block_box a:after{
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #ffe200 transparent;
	border-width: 0 50px 8px 50px;
	margin-left: -50px;
}

.h_contact_block_line a:after{
	border-color: transparent transparent #2db937 transparent;
}

.h_contact_block_box a:hover{
	animation-name: poyopoyo;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
}

@keyframes poyopoyo{
	0%, 40%, 60%, 80%{
	transform: scale(1.0);
	}
	50%, 70%{
	transform: scale(0.95);
	}
}

.h_contact{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999;
	text-align: center;
	margin-top: -32px;
}

.h_contact a{
	width: 64px;
	height: 64px;
	display: block;
	text-align: center;
	background: #ffe200;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.0;
	color: #40220f;
	font-weight: normal;
	font-family: 'tsukuA';
	padding-top: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.h_contact a:hover{
	padding-top: 12px;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.h_contact a:before{
	content: '';
	display: block;
	background: url(images/icon_mail.svg) no-repeat;
	background-size: 30px 20px;
	width: 30px;
	height: 20px;
	margin: 0 auto;
	margin-bottom: 7px;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.h_contact a:hover:before{
	margin-bottom: 10px;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.h_line{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999;
	text-align: center;
	margin-top: 32px;
}

.h_line a{
	width: 64px;
	height: 64px;
	display: block;
	text-indent: -9999px;
	text-align: center;
	background: #4ec02e;
	position: relative;
}

.h_line a:before{
	content: '';
	width: 38px;
	height: 35.5px;
	display: block;
	background: url(images/icon_line_2.svg) no-repeat;
	background-size: 38px 35.5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	margin-top: -16px;
	margin-left: -19px;
}

.h_line a:hover:before{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.h_flyer{
	width: 250px;
	position: absolute;
	right: 206px;
	bottom: 0;
	z-index: 10;
	line-height: 0;
	animation: anime1 0.3s ease 0s alternate;
	transform-origin: center bottom;
	animation-delay: 2s;
	animation-iteration-count: 5;
}

@keyframes anime1{
	from{
		transform: scale(1.05,1.05);
	}
	to{
		transform: scale(1,1);
	}
}

.h_flyer img{
	width: 100%;
	height: auto;
}

.h_flyer a{
	display: block;
}

.h_flyer a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transform-origin: center bottom;
}

.recruit_link,
.entry_box{
	width: 166px;
	display: none !important;
	line-height: 0;
	opacity: 0;
	animation-name: anim_sc;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.0s;
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.entry_box{
	width: 200px;
	display: block !important;
	cursor: pointer;
	right: 10px;
}

@keyframes anim_sc{
	100%{
		transform: scale(1.025, 1.025);
	}
}

.home .recruit_link{
	display: block !important;
}

.recruit_link.is-animation,
.entry_box.is-animation{
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.recruit_link.sp{
	display: none;
}

.recruit_link:hover,
.entry_box:hover{
	animation-name: inherit;
}

.recruit_link img,
.entry_box img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.recruit_link a,
.entry_box a{
	display: block;
}

.recruit_link a:hover img,
.entry_box:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.modal_mail_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9995;
	transition: opacity 0.3s ease;
}

.modal_mail{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 600px;
	height: 300px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: auto;
	transition: opacity 0.3s ease;
}

.modal_open .modal_mail_bg,
.modal_open .modal_mail{
	opacity: 1;
	pointer-events: auto;
}

.modal_close{
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal_close::before,
.modal_close::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: #231815;
	position: absolute;
	left: 0;
	top: 50%;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.modal_close::before{
	transform: translateY(-50%) rotate(-45deg);
}

.modal_close::after{
	bottom: 0;
	transform: translateY(-50%) rotate(45deg);
}

.modal_text1{
	text-align: center;
	color: #40220f;
	font-family: 'tsukuA';
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: 0.75px;
	line-height: 1.0;
	margin-bottom: 25px;
}

input#copyTarget{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 300px;
	height: 40px;
	display: block;
	background: #fff;
	color: #40220f;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	line-height: 1.0;
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 0 10px 2px 10px !important;
	outline: none;
	margin: 0 auto;
	margin-bottom: 10px;
}

.modal_btn1{
	width: 200px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #f39800;
	color: #fff;
	font-feature-settings: "palt"1;
	font-family: 'tsukuA';
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	line-height: 1.0;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 auto;
}

.modal_btn1:hover{
	background: #40220f;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =ハンバーガーメニュー
-------------------------------------------------------------- */
#t-navi{
	display: block;
	text-align: left;
}

.navi-toggle{
	background: 0;
	top: 50%;
	right: 0;
	position: fixed;
	z-index: 999;
	padding: 0;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: transparent;
	background: #f39800;
	border: 0;
	margin-top: -96px;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	outline: 0;
}

.navi-toggle:hover{
	cursor: pointer;
}

.navi-toggle span.navi-toggle-icon{
	position: relative;
	display: block;
	width: 100%;
	margin-top: -17px;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.navi-toggle:hover span.navi-toggle-icon{
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	margin-top: -22px;
}

.navi-toggle span.navi-toggle-icon:before,
.navi-toggle span.navi-toggle-icon:after{
	position: absolute;
	content: "";
	top: -5px;
	left: 15px;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.navi-toggle span.navi-toggle-icon:after{
	top: 5px;
}

.navi-toggle.on span.navi-toggle-icon{
	background-color: transparent;
	margin-top: 0;
}

.navi-toggle.on span.navi-toggle-icon:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}

.navi-toggle.on span.navi-toggle-icon:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

.navi-toggle span.navi-toggle-text{
	position: absolute;
	display: block;
	right: 50%;
	bottom: 9px;
	margin-right: -18.5px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	transition: opacity 0.2s ease-in;
	color: #fff;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 12px;
	font-size: 1.2rem;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.navi-toggle:hover span.navi-toggle-text{
	bottom: 7px;
	transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.navi-toggle.on span.navi-toggle-text{
	opacity: 0;
	transition: opacity 0.2s ease-in;
}

.navi-toggle span.navi-toggle-text::selection{
	background: transparent;
}

.navi-toggle span.navi-toggle-text::-moz-selection{
	background: transparent;
}

#t-navi .t-menu{
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(51, 51, 51, 0.5);
}

.tmenu_block{
	width: 400px;
	height: 100%;
	background-color: #fff;
	background-image: url(images/dot.png);
	background-size: 14px 14px;
	padding: 40px 40px 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.tmenu_block ul.tmenu{
	width: 100%;
	margin: 0;
}
	
.tmenu_block ul.tmenu li{
	line-height: 1.0;
	border-bottom: 1px dashed #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.tmenu_block ul.tmenu li:nth-of-type(1){
	border-top: 1px dashed #40220f;
}

.tmenu_block ul.tmenu li a{
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 17px;
	font-size: 1.7rem;
	color: #40220f;
	display: block;
	padding: 14px 0 13px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.tmenu_block ul.tmenu li a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-size: 1.1rem;
	color: #f39800;
	margin: 0 0 5px 10px;
}

.t_sns{
	margin-top: 15px;
}

/* =Menu
-------------------------------------------------------------- */
#access{
	display: none;
}

#access ul{
	list-style: none;
	margin: 0;
}

#access ul li{
	float: left;
	position: relative;
}

#access ul li a{
	color: #aaa;
	display: block;
	padding: 10px;
	text-decoration: none;
}

#access ul li a:hover{
	background: #333;
	color: #fff;
}

#access ul ul{
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li{
	min-width: 180px;
}

#access ul ul li a{
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access ul ul ul{
	left: 100%;
	top: 0;
}

#access ul li:hover > ul{
	display: block;
}

/* =Slick Slider
-------------------------------------------------------------- */
.top_slider{
	clear: both;
	width: 100%;
	height: calc(100vh - 120px);
	height: -webkit-calc(100vh - 120px);
	overflow: hidden;
	position: relative;
}

.top_slider_copy{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	margin-top: -18px;
}

.top_slider_copy h1{
	text-align: center;
	line-height: 1.0;
	color: #fff;
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 0;
	letter-spacing: 1px;
	overflow: hidden;
	
}

.top_slider_copy h1 span{
	display: block;
	animation-name: fadeUpAnime;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-delay: 1.0s;
	text-shadow: 0 0 5px rgba(64, 32, 15, 0.1), 0 0 5px rgba(64, 32, 15, 0.1),
				 0 0 5px rgba(64, 32, 15, 0.1), 0 0 5px rgba(64, 32, 15, 0.1),
				 0 0 5px rgba(64, 32, 15, 0.1), 0 0 5px rgba(64, 32, 15, 0.1),
				 0 0 5px rgba(64, 32, 15, 0.1), 0 0 5px rgba(64, 32, 15, 0.1);
}

.top_slider_copy h1 span::selection{
	background: transparent;
}

.top_slider_copy h1 span::-moz-selection{
	background: transparent;
}

@keyframes fadeUpAnime{
	from{
	opacity: 0;
	transform: translateY(40px);
	}
	
	to{
	opacity: 1;
	transform: translateY(0);
	}
}

.swiper-container{
	clear: both;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: static !important;
	line-height: 0;
}

.swiper-container:before{
	content: "";
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/slider_mask.svg) top center no-repeat;
	background-size: 100%; 
}

.swiper-wrapper{
	will-change: transform;
}

.swiper-slide{
	line-height: 0;
	position: relative;
}

.swiper-slide .pc,
.swiper-slide .sp{
	height: 100% !important;
}

.swiper-slide img{
	width: 100%;
	height: 100% !important;
	transform: scale(1.1) translateX(0);
	display: block;
}

@keyframes zoomfade{
	0%{
	transform: scale(1);
	}
	100%{
	transform: scale(1.15);
	}
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img{
	animation: zoomfade 10s linear 0s 1 forwards;
}

/* =Content
-------------------------------------------------------------- */
*:before,
*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}

#container{
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}

#content{
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	line-height: 1.8;
	margin: 0 282px 100px 0;
	overflow: hidden;
}

.home #content{
	margin: 0 0 0 0;
}

.one-column #content{
	margin: 0 auto;
	width: 100%;
	margin-bottom: 50px;
}

.single-attachment #content{
	margin: 0 auto;
	width: 900px;
}

article,
section{
	display: block;
}

#content input,
#content textarea{
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

p,
#content p{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 1.8em;
}


#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	line-height: 1.8;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #333;
	line-height: 1.8;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-family: 'tsukuA';
}

#primary,
#secondary{
	float: right;
	overflow: hidden;
	width: 220px;
}

#secondary{
	clear: right;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

#content table{
	border: 1px solid #ccc;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

#content tr th,
#content tr td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 10px 20px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.page-title{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	font-family: 'tsukuA';
	margin: 0 0 36px 0;
}

.page-title span{
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #f39800;
}

.f_title{
	width: 220px;
	height: 66px;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 40px;
	background: #f2eeee;
	padding-top: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.f_title:before{
	content: '';
	display: block;
	position: absolute;
	top: -24px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #f2eeee transparent;
	border-width: 0 110px 24px 110px;
	margin-left: -110px;
}

#content h3.f-title,
h3.f-title{
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	margin-bottom: 10px;
	color: #40220f;
}

#content h3.f-title-en,
h3.f-title-en{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	color: #f39800;
	margin-bottom: 0;
}

#content h3.p-title,
h3.p-title{
	text-align: center;
	line-height: 1.0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #40220f;
	margin-bottom: 40px;
}

#content h3.p-title:before,
h3.p-title:before{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}

#content h3.p-title:after,
h3.p-title:after{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 0 4px 12px;
}

.entry-title a:link,
.entry-title a:visited{
	color: #333;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #f39800;
}

.entry-meta{
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
	display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

.entry-content fieldset legend{
	background: #fff;
	color: #333;
	font-weight: normal;
	font-family: 'tsukuA';
	padding: 0 24px;
}

.entry-content input{
	margin: 0 0 0 0;
	padding: 7px 10px;
}

.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #333;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
}

.entry-content blockquote.left{
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right{
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link{
	clear: both;
	color: #333;
	font-weight: normal;
	font-family: 'tsukuA';
	line-height: 48px;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #f39800;
}

body.page .edit-link{
	clear: both;
	display: block;
}

#entry-author-info{
	background: #f2f7fc;
	border-top: 4px solid #333;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#entry-author-info #author-avatar{
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #333;
	font-size: 100%;
	font-weight: normal;
	font-family: 'tsukuA';
	margin-bottom: 0;
}

.entry-utility{
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.red{
	color: #dc000f !important;
}

span.orange{
	color: #f39800 !important;
}

span.yellow{
	color: #ffe200 !important;
}

span.brown{
	color: #40220f !important;
}

span.bold{
	font-weight: normal;
	font-family: 'tsukuA';
}

span.author{
	display: none;
}

.none{
	display: none;
}

.more{
	display: block;
	clear: both;
}

.more a{
	width: 240px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-size: 1.8rem;
	border: 1px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #40220f;
	font-weight: normal;
	font-family: 'tsukuA';
	margin: 0 auto;
	text-align: center;
	clear: both;
	position: relative;
	padding-left: 5px;
	padding-bottom: 1px;
}

.more a:before{
	content: '';
	display: block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 42px 44px;
	width: 42px;
	height: 44px;
	position: absolute;
	top: -10px;
	left: -6px;
	z-index: 1;
	transform: rotateZ(0deg);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.more a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	display: inline-block;
	margin: 0 0 0 0.5em;
	font-size: 16px;
	font-size: 1.6rem;
}

.more a:hover{
	background: #f39800;
	border-color: #f39800;
	color: #fff;
}

.more a:hover:before{
	transform: rotateZ(90deg);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.img_center{
	text-align: center;
	margin: 0 auto;
	line-height: 0;
}

.p_eyecatch{
	margin-bottom: 80px;
	position: relative;
}

.p_eyecatch:before{
	content: "";
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/slider_mask.svg) top center no-repeat;
	background-size: 100%;
}

.p_eyecatch_img{
	line-height: 0;
	width: 100%;
	height: 260px;
}

.p_eyecatch_img img{
	width: 100%;
	height: 100% !important;
	pointer-events: none;
}

.p_eyecatch_img img:hover{
	opacity: 1.0;
}

.entry_title{
	width: 400px;
	height: 90px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	margin-left: -200px;
	background: #fff;
	padding-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry_title:before{
	content: '';
	display: block;
	position: absolute;
	top: -24px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 200px 24px 200px;
}

#content h3.entry-title,
h3.entry-title{
	text-align: center;	
	margin-bottom: 10px;
	line-height: 1.0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #40220f;
}

#content h3.entry-title-en,
h3.entry-title-en{
	text-align: center;	
	margin-bottom: 0;
	color: #f39800;
	line-height: 1.0;
	font-size: 15px;
	font-size: 1.5rem;
}

.fade{
	opacity: 0;
	transition: opacity 0.6s;
}
 
.fade.view{
	opacity: 1;
}

.mask-wrap{
	display: table;
	overflow: hidden;
}

.mask-wrap .mask{
	display: table;
	position: relative;
	left: -99.9%;
	overflow: hidden;
}

.mask-wrap .mask-bg{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #c21a1f;
}

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.box .boxInner{
	width: inherit;
	height: inherit;
	opacity: 0;
}

@keyframes play{
	from{
		transform: translateX(-100%);
	}
	
	to{
		transform: translateX(0);
	}
}

@keyframes maskOut{
	from{
		transform: translateX(0);
	}
	
	to{
		transform: translateX(100%);
	}
}

.isPlay{
	animation-name: play;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: relative;
	opacity: 1 !important;
}

.isPlay:before{
	animation-name: maskOut;
	animation-duration: .3s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #c21a1f;
}

/* loopslider
-------------------------------------------------------------- */
#slide-loop{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	overflow: hidden;
}

#t-loop{
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}

#loopslider{
	width: 100%;
	height: 250px;
	text-align: left;
	position: relative;
}

#loopslider ul,
#content #loopslider ul{
	height: 250px;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0;
}

#loopslider ul li{
	width: 400px;
	height: 250px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
}

#loopslider ul li img{
	width: 100%;
	height: 100%;
	border: 4px solid #f39800;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#loopslider ul li:nth-of-type(2n) img{
	border-color: #ffe200;
}

.sns{
	width: 150px;
}

#content .sns ul,
.sns ul{
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}

.sns ul li{
	width: 30px;
}

.sns ul li a{
	display: block;
	background: url(images/icon_circle_facebook.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}

.sns ul li.sns_instagram a{
	background: url(images/icon_circle_instagram.png) no-repeat;
	background-size: 30px 30px;
}

.sns ul li.sns_x a{
	background: url(images/icon_circle_x.png) no-repeat;
	background-size: 30px 30px;
}

.sns ul li.sns_line a{
	background: url(images/icon_circle_line.png) no-repeat;
	background-size: 30px 30px;
}

.sns ul li a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.jumbi{
	text-align: center;
	font-family: 'tsukuA';
	color: #f39800;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	margin: 140px 0 100px 0;
}

.p_intro{
	margin-bottom: 80px;
}

#content .p_intro p{
	margin-bottom: 0;
	line-height: 2.0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-prev{
	background-image: url(images/swipebox_prev.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 22px !important;
	height: 38px !important;
	background-position: inherit !important;
}

#swipebox-next{
	background-image: url(images/swipebox_next.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 22px !important;
	height: 38px !important;
	background-position: inherit !important;
}

#swipebox-close{
	background-image: url(images/swipebox_close.png) !important;
	background-size: 31px 31px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 31px !important;
	height: 31px !important;
	background-position: inherit !important;
	top: 5% !important;
	right: 60px !important;
}

#swipebox-bottom-bar{
	background: none !important;
	top: 50% !important;
}

#swipebox-arrows{
	width: 86% !important;
	max-width: inherit !important;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}

.wp-caption{
	width: 100% !important;
	max-width: 600px;
	background: #f2eeee;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 30px;
}

.single #content .wp-caption img{
	margin-bottom: 0;
}

#content .wp-caption p.wp-caption-text{
	text-align: center;
	color: #40220f;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 7px 0 11px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

.wp-smiley{
	margin: 0;
}

.gallery{
	margin: 0 auto 18px;
}

.gallery .gallery-item{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item{
	width: 50%;
}

.gallery-columns-4 .gallery-item{
	width: 25%;
}

.gallery img{
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery img{
	border: 10px solid #f1f1f1;
}

.gallery br+br{
	display: none;
}

#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}

#comments .navigation{
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title{
	color: #333;
	font-size: 20px;
	font-weight: normal;
	font-family: 'tsukuA';
	margin-bottom: 0;
}

h3#comments-title{
	padding: 24px 0;
}

.commentlist{
	list-style: none;
	margin: 0;
}

.commentlist li.comment{
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}

#comments .comment-body p:last-child{
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}

.commentlist ol{
	list-style: decimal;
}

.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite{
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-family: 'tsukuA';
}

.comment-author .says{
	font-style: italic;
}

.comment-meta{
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover{
	color: #f39800;
}

.reply{
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link{
	color: #777;
}

.reply a:hover,
a.comment-edit-link:hover{
	color: #f39800;
}

.commentlist .children{
	list-style: none;
	margin: 0;
}

.commentlist .children li{
	border: none;
	margin: 0;
}

.nopassword,
.nocomments{
	display: none;
}

#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback{
	margin-top: -6px;
}

#comments .pingback p{
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url{
	font-size: 13px;
	font-style: italic;
}

#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p{
	margin: 0;
}

#respond .comment-notes{
	margin-bottom: 1em;
}

.form-allowed-tags{
	line-height: 1em;
}

.children #respond{
	margin: 0 48px 0 0;
}

h3#reply-title{
	margin: 18px 0;
}

#comments-list #respond{
	margin: 0 0 18px 0;
}

#comments-list ul #respond{
	margin: 0;
}

#cancel-comment-reply-link{
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required{
	color: #f39800;
	font-weight: normal;
	font-family: 'tsukuA';
}

#respond label{
	color: #777;
	font-size: 12px;
}

#respond input{
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea{
	width: 98%;
}

#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code{
	font-size: 11px;
}

#respond .form-submit{
	margin: 12px 0;
}

#respond .form-submit input{
	font-size: 14px;
	width: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}

.widget-area select{
	max-width: 100%;
}

.widget_search #s{
	width: 60%;
}

.widget_search label{
	display: none;
}

.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}

.widget-container .wp-caption img{
	margin: auto;
}

.widget-title{
	color: #333;
	font-weight: normal;
	font-family: 'tsukuA';
	background: #f2f2f2;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}

.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}

.widget-area .entry-meta{
	font-size: 11px;
}

#wp_tag_cloud div{
	line-height: 1.6em;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	color: #222;
	font-size: 14px;
	font-weight: normal;
	font-family: 'tsukuA';
	padding-bottom: 4px;
	text-align: left;
}

#wp-calendar thead{
	font-size: 11px;
}

#wp-calendar tbody{
	color: #aaa;
}

#wp-calendar tbody td{
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad{
	background: none;
}

#wp-calendar tfoot #next{
	text-align: right;
}

.widget_rss a.rsswidget{
	color: #333;
}

.widget_rss a.rsswidget:hover{
	color: #f39800;
}
.widget_rss 
.widget-title img{
	width: 11px;
	height: 11px;
}

#main .widget-area ul{
	margin-left: 0;
	padding: 0 0 0 0;
}

#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop{
	position: fixed;
	z-index: 50 !important;
	bottom: -60px;
	right: 0;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#pagetop.show{
	bottom: -7px;
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2 ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

#pagetop a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.1;
	background: #f39800;
	width: 64px;
	height: 50px;
	color: #fff;
	font-weight: normal;
	font-family: 'tsukuA';
	text-align: center;
	text-decoration: none;
}

#pagetop a::selection{
	background: transparent;
}

#pagetop a::-moz-selection{
	background: transparent;
}

#pagetop a:before{
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #f39800 transparent;
	border-width: 0 32px 10px 32px;
}

#pagetop:hover{
	bottom: 0;
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2 ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

/* =Footer
-------------------------------------------------------------- */
.f_contact{
	background: #f2eeee;
	padding: 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_contact .f_title{
	background: none;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
}

.f_contact .f_title:before{
	content: none;
}

.f_contact p{
	text-align: center;
	margin-bottom: 35px;
}

.f_contact_flex{
	display: flex;
}

.f_contact_block{
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	border-right: 1px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_contact_block_line{
	border-right: none;
}

.f_contact_block h3{
	text-align: center;
	line-height: 1.0;
	color: #40220f;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 23px;
}

.f_contact_block h3:before{
	content: '';
	display: block;
	background: url(images/icon_orange_tel.svg) no-repeat;
	background-size: 36px 30px;
	width: 36px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.f_contact_block_mail h3:before{
	background: url(images/icon_orange_mail.svg) no-repeat;
	background-size: 36px 30px;
}

.f_contact_block_line h3:before{
	background: url(images/icon_orange_line.svg) no-repeat;
	background-size: 36px 30px;
}

.f_contact_block dl{
	text-align: center;
}

.f_contact_block dl dt{
	line-height: 1.0;
	margin-bottom: 12px;
}

.f_contact_block dl dt a{
	font-size: 26px;
	font-size: 2.6rem;
	color: #40220f;
	font-weight: normal;
	font-family: 'tsukuA';
	letter-spacing: 1px;
}

.f_contact_block dl dt a:before{
	font-family: 'FontAwesome';
	content: "\f095";
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0.25em 0 0;
}

.f_contact_block dl dd{
	line-height: 1.0;
	font-size: 14px;
	font-size: 1.4rem;
}

.f_contact_block .more a{
	width: 260px;
}

#footer{
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 60px 0;
}

#site-info{
	width: 218px;
	height: 60px;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

#site-info a{
	background: url(images/logo_2.png) 0 0 no-repeat;
	background-size: 218px 60px;
	width: 218px;
	height: 60px;
	display: block;
	text-indent: -9999px;
}

p.add{
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

p.add:nth-of-type(3){
	margin-bottom: 12px;
}

.f_tel{
	margin-bottom: 22px;
}

.f_tel dl dt{
	line-height: 1.0;
	margin-bottom: 10px;
}

.f_tel dl dt a{
	font-size: 26px;
	font-size: 2.6rem;
	color: #f39800;
	font-weight: normal;
	font-family: 'tsukuA';
	letter-spacing: 1px;
}

.f_tel dl dt a:before{
	font-family: 'FontAwesome';
	content: "\f095";
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0.25em 0 0;
}

.f_tel dl dd{
	line-height: 1.0;
	font-size: 14px;
	font-size: 1.4rem;
}

.f_licence ul{
	overflow: hidden;
}

.f_licence ul li{
	line-height: 1.0;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 7px;
	float: left;
}

.f_licence ul li:nth-of-type(3){
	clear: both;
	float: left;
	margin-bottom: 0;
}

.f_licence ul li:nth-of-type(4){
	margin-bottom: 0;
}

.f_licence ul li:nth-of-type(1):after,
.f_licence ul li:nth-of-type(3):after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #f39800;
	vertical-align: middle;
	margin: 0 10px 4px 10px;
}

.f_sns{
	position: absolute;
	top: 16px;
	left: 260px;
}

#first{
	position: absolute;
	top: 10px;
	right: 20px;
}

#first ul.xoxo{
	display: flex;
}

#first ul.xoxo li.widget-container{
	margin-right: 30px;
	border-left: 1px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-left: 15px;
}

#first ul.xoxo li#nav_menu-2{
	margin-right: 0;
}

#first ul.menu li.menu-item{
	margin-bottom: 15px;
	line-height: 1.0;
}

#first ul.menu li.menu-item:last-child{
	margin-bottom: 0;
}

#first ul.menu li.menu-item a{
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	color: #40220f;
}

#first ul.menu li.menu-item a:hover{
	color: #f39800;
}

#site-generator{
	position: absolute;
	right: 20px;
	bottom: 5px;
}

.f_policy ul{
	float: right;
	display: flex;
	margin-bottom: 7px;
}

.f_policy ul li{
	line-height: 1.0;
}

.f_policy ul li:nth-of-type(1){
	margin-right: 20px;
}

.f_policy ul li a{
	font-size: 13px;
	font-size: 1.3rem;
	color: #40220f;
	font-weight: normal;
	font-family: 'tsukuA';
}

.f_policy ul li a:hover{
	color: #f39800;
}

.copyright{
	clear: both;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-family: 'tsukuA';
	line-height: 1.0;
	color: #40220f;
}

/* =Contact
-------------------------------------------------------------- */
.recaptcha{
	margin: 40px 0;
	display: none;
}

.p_contact .p_intro{
	margin-bottom: 55px;
}

#content .p_contact .p_intro h5{
	max-width: 380px;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto;
	margin-top: 45px;
	font-size: 19px;
	font-size: 1.9rem;
	color: #f39800;
	position: relative;
}

#content .p_contact .p_intro h5 span.slash{
	display: block;
}

#content .p_contact .p_intro h5 span.slash:before{
	content: '';
	display: block;
	width: 2px;
	height: 60px;
	background: #f39800;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	position: absolute;
	left: -3px;
	bottom: -5px;
}

#content .p_contact .p_intro h5 span.slash:after{
	content: '';
	display: block;
	width: 2px;
	height: 60px;
	background: #f39800;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	position: absolute;
	right: 0;
	bottom: -5px;
}

.contact_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.contact_flex .contact_block{
	width: 48%;
}

.contact_flex .contact_block{
	border: 10px solid #f2eeee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 15px 0 21px 0;
}

#content .contact_block h3{
	text-align: center;
	line-height: 1.0;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 20px;
	color: #40220f;
}

#content .contact_mail h3{
	margin-bottom: 35px;
}

#content .contact_block h3:before{
	content: '';
	display: block;
	background: url(images/icon_orange_tel.svg) no-repeat;
	background-size: 36px 30px;
	width: 36px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#content .contact_line h3:before{
	background: url(images/icon_orange_line.svg) no-repeat;
	background-size: 36px 30px;
}

#content .contact_mail h3:before{
	background: url(images/icon_orange_mail.svg) no-repeat;
	background-size: 36px 30px;
}

.contact_tel dl{
	text-align: center;
}

#content .contact_tel dl dt{
	line-height: 1.0;
	margin-bottom: 10px;
}

#content .contact_tel dl dt a{
	font-size: 26px;
	font-size: 2.6rem;
	color: #f39800;
	font-weight: normal;
	font-family: 'tsukuA';
	letter-spacing: 1px;
}

#content .contact_tel dl dt a:before{
	font-family: 'FontAwesome';
	content: "\f095";
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0.25em 0 0;
}

#content .contact_tel dl dd{
	line-height: 1.0;
	font-size: 14px;
	font-size: 1.4rem;
}

.line_link{
	width: 240px;
	margin: 0 auto;
	margin-top: 24px;
}

.line_link a{
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'tsukuA';
	background: #2db937;
	color: #fff;
	line-height: 1.0;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.line_link a:before{
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #2db937 transparent;
	border-width: 0 120px 8px 120px;
	margin-left: -120px;
}

#content .contact_block h5{
	text-align: center;
	color: #dc000f;
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

#content .contact_form .center p{
	margin-bottom: 0;
}

#content table.contact_table{
	margin-bottom: 0;
	border: none;
}

#content table.contact_table:last-child{
	margin-bottom: 22px;
}

#content table.contact_table tr th,
#content table.contact_table tr td{
	clear: both;
	border: none;
	padding: 15px 0;
	border-top: 1px solid #f2eeee;
	vertical-align: top;
}

#content table.contact_table:last-child tr:last-child th,
#content table.contact_table:last-child tr:last-child td{
	border-bottom: 1px solid #f2eeee;
}

#content table.contact_table tr th{
	width: 220px;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 17px;
	font-size: 1.7rem;
	padding: 27px 0 0 0;
}

#content table.contact_table tr.pt_off th{
	padding: 15px 0 0 0;
}

#content table.contact_table tr.satei_form_title th{
	background: #40220f;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

table.contact_table em{
	width: 40px;
	padding: 3px 5px;
	text-align: center;
	font-style: normal;
	color: #f39800;
	font-size: 13px;
	font-size: 1.3rem;
	border: 1px solid #f39800;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: none;
	margin: 0 0 0 10px;
	line-height: 1.0;
	font-weight: normal;
}

.entry-content .wpcf7 input{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content table.contact_table textarea,
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 180px;
	font-size: 16px;
	font-size: 1.6rem;
}

dl.contact_policy{
	margin-bottom: 40px;
	background: #f2eeee;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

dl.contact_policy.mt_on{
	margin-top: 50px;
}

#content dl.contact_policy dt{
	margin-bottom: 10px;
	font-weight: normal;
	font-family: 'tsukuA';
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content dl.contact_policy dd{
	font-size: 13px;
	font-size: 1.3rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.confirmation{
	color: #dc000f;
	font-weight: bold;
	font-weight: normal;
	font-family: 'tsukuA';
	margin-bottom: 35px;
	font-size: 17px;
	font-size: 1.7rem;
}

.confirmation span.wpcf7-form-control-wrap{
	display: inline-block;
	vertical-align: middle;
}

#content input[type="submit"]{
	width: 240px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f39800 !important;
	color: #fff !important;
	font-size: 17px !important;
	font-size: 1.7rem !important;
	-webkit-appearance: none;
	border: none;
	outline: none;
	font-weight: normal;
	font-family: 'tsukuA';
	background: #333;
	cursor: pointer;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	border-radius: 0 !important;
	position: relative;
}

#content input[type="submit"]:hover{
	background: #40220f !important;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.wpcf7-list-item{
	display: block;
	line-height: 1.8;
	overflow: hidden;
}

#content .wpcf7-list-item input{
	outline: none;
	width: 16px;
}

span.wpcf7-radio{
	display: flex;
	flex-flow: wrap;
}

span.wpcf7-radio .wpcf7-list-item{
	margin-right: 15px;
}

span.wpcf7-radio .wpcf7-list-item input{
	margin-right: 5px;
}

span.wpcf7-form-control-wrap.your-message{
	display: block;
	line-height: 0;
}

#content table.contact_table select,
select.wpcf7-form-control.wpcf7-select{
	width: 120px;
	height: 52px;
	border: none;
	cursor: pointer;
	background: #f9f5f5;
	color: #333 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 10px;
	border-radius: 0;
	outline: none;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

#content table.contact_table select[name="birth-month"],
#content table.contact_table select[name="birth-day"]{
	margin-left: 10px;
}

span.c_arrow{
	position: relative;
}

span.c_arrow:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 20px;
	margin-top: -14px;
	font-size: 16px;
	font-size: 1.6rem;
	pointer-events: none;
}

#content input[name="your-zip"],
#content input[name="your-zip2"]{
	width: 100px;
	margin-bottom: 15px;
}

#content table.contact_table select[name="your-pref"],
input[name="your-addr"]{
	margin-bottom: 15px;
}

.entry-content .wpcf7 input[type="checkbox"]{
	background: transparent;
	opacity: 0.8;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	vertical-align: middle;
	padding: 0;
	border-radius: 3px !important;
}

.entry-content .wpcf7 input[type="checkbox"]:checked::after{
	position: absolute;
	content: "";
	top: 0;
	left: 4.5px;
	width: 8px;
	height: 14px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

_::-webkit-full-page-media, _:future, :root .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	border-color: #f39800;
	top: -1px;
	left: 4px;
}

:placeholder-shown{
	color: #ccc;
}

::-webkit-input-placeholder{
	color: #bebebe;
}

::-moz-placeholder{
	color: #c6c6c6;
	opacity: 1;
}

::-ms-input-placeholder{
	color: #c6c6c6;
}

#content table.contact_table tr td span.wpcf7-not-valid-tip{
	color: #f39800;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin-top: 0.5em;
	clear: both;
}

.wpcf7-validation-errors{
	margin-bottom: 15px;
	color: #f39800;
	font-weight: normal;
	font-family: 'tsukuA';
	text-align: center;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	margin-bottom: 15px;
	color: #f39800;
	font-weight: normal;
	font-family: 'tsukuA';
	text-align: center;
}

#content .screen-reader-response p{
	text-align: center;
}

div#wpcf7-f8-p4-o1 ul,
.screen-reader-response ul{
	display: none;
}

.wpcf7-response-output{
	text-align: center;
	color: #f39800;
	font-weight: normal;
	font-family: 'tsukuA';
	margin-top: 50px;
}

.page-id-17 #content{
	margin-bottom: 30px !important;
}

.page-id-17 .f_contact,
.page-id-36 .f_contact{
	display: none;
}

.page-id-17 #footer,
.page-id-36 #footer{
	border-top: 1px solid #40220f;
}

.grecaptcha-badge{
	visibility: hidden;
}

/* =Thanks
-------------------------------------------------------------- */
#content .thanks p{
	margin-bottom: 55px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	text-align: center;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	margin-bottom: 7px;
}

ul.breadcrumbs{
	width: 100%;
	overflow: hidden;
}

ul.breadcrumbs li{
	float: left;
	padding-right: 0.5em;
	position: relative;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li:before{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #f39800;
}

ul.breadcrumbs li:nth-child(1):before{
	font-family: 'FontAwesome';
	content:"\f015";
	display: none;
	margin-right: 0;
	font-size: 17px;
	font-size: 1.7rem;
	color: #f39800;
}

ul.breadcrumbs li a{
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #f39800;
}

/* =Policy
-------------------------------------------------------------- */
.policy_intro{
	margin-bottom: 40px;
}

#content .policy_intro p{
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

#content h4.policy_title{
	font-size: 18px;
	font-size: 1.8rem;
	color: #40220f;
	margin-bottom: 15px;
	line-height: 1.0;
}

#content h4.policy_title:before{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 7px 4px 0;
}

.policy_block{
	margin-bottom: 40px;
}

#content .policy_block p{
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

#content .policy_block ul{
	margin-left: 1.5em;
	margin-bottom: 30px;
}

.policy_block ul li{
	list-style: decimal;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

#content .policy_block:last-child,
#content .policy_block:last-child p,
#content .policy_block:last-child ul,
.policy_block ul li:last-child{
	margin-bottom: 0;
}

/* =News & Single
-------------------------------------------------------------- */
#f_news{
	border-top: 4px solid #f2eeee;
	border-bottom: 4px solid #f2eeee;
	background: url(images/dot.png);
	background-size: 14px 14px;
	padding: 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 84px;
}

.f_news,
.p_news{
	display: flex;
	flex-flow: wrap;
}

#content .f_news ul,
#content .p_news ul{
	width: 30%;
	height: auto;
	margin-right: 5%;
	margin-bottom: 40px;
}

#content .f_news ul{
	margin-bottom: 35px;
}

#content .f_news ul:nth-of-type(3n),
#content .p_news ul:nth-of-type(3n){
	margin-right: 0;
}

#content .f_news ul:nth-child(4){
	display: none;
}

#content .f_news ul a,
#content .p_news ul a{
	display: block;
}

li.news-img{
	line-height: 0;
	overflow: hidden;
	height: 200px;
}

li.news-img img{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

a:hover li.news-img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

li.date{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	background: #40220f;
	color: #ffe200;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 7px;
	padding-bottom: 2px;
}

li.blog-title{
	color: #40220f;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

a:hover li.blog-title{
	color: #f39800;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content .single-title{
	color: #40220f;
	border-bottom: 1px solid #40220f;
	padding: 0 0 10px 0;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: left !important;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.single #content p{
	font-size: 15px;
	font-size: 1.5rem;
}

.single #content p a{
	color: #40220f;
}

.single #content p a:hover{
	color: #f39800;
}

.single #content img{
	width: 100%;
	margin-bottom: 20px;
}

.single #content a:hover img{
	webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.single img:hover{
	opacity: 1.0;
}

.single .more{
	margin-bottom: 40px;
}

.seminar_movie{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 25px;
}
 
.seminar_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog .p_eyecatch{
	margin-bottom: 60px;
}

.news_tag{
	background: #f2eeee;
	padding: 20px 20px 15px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 60px;
}

.single .news_tag{
	margin-top: 60px;
	margin-bottom: 0;
}

#content h5.news-tags-title{
	text-align: center;
	color: #40220f;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	margin-bottom: 12px;
}

.news-tags{
	display: flex;
	flex-flow: wrap;
}

.news-tags a{
	display: block;
	background: #fff;
	color: #40220f;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.0;
	padding: 6px 6px 7px 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 5px;
}

.news-tags a:hover{
	background: #f39800;
	color: #fff;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation{
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited{
	color: #333;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover{
	color: #f39800;
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a{
	background: none;
	border: 1px solid #40220f;
	color: #40220f !important;
	text-align: center;
	width: 120px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-weight: normal;
	font-family: 'tsukuA';
}

.nav-previous a:before{
	font-family: 'FontAwesome';
	content: "\f0d9";
	display: inline-block;
	margin: 0 0.5em 0 0;
}

.nav-next a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.nav-previous a:hover,
.nav-next a:hover{
	background: #f39800;
	border-color: #f39800;
	color: #fff !important;
}

#nav-above{
	margin: 0 0 18px 0;
}

#nav-above{
	display: none;
}

.paged #nav-above,
.single #nav-above{
	display: block;
}

#nav-below{
	margin: 60px 0 0 0;
}

.n_youtube{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 1.8em;
}
 
.n_youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =News Pager
-------------------------------------------------------------- */
.wp-pagenavi{
	display: block;
	clear: both;
	text-align: center;
}

a.page-numbers,
span.page-numbers{
	background: #40220f;
	padding: 7px 0;
	margin: 0 4px;
	color: #fff;
	display: inline-block;
	width: 30px;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.0;
}

a.page-numbers:hover{
	background: #ffe200;
	color: #40220f;
}

span.dots{
	width: inherit;
	background: none;
	color: #40220f;
}

span.current{
	background: #f39800;
}

a.prev,
a.next{
	width: inherit;
	background: none;
	color: #40220f;
}

a.prev:hover,
a.next:hover{
	color: #f39800;
	background: none;
}

/* =Front-page
-------------------------------------------------------------- */
#f_intro{
	max-width: 900px;
	margin: 0 auto;
	min-height: 660px;
	padding: 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content #f_intro h3{
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: 2px;
	margin-bottom: 25px;
	line-height: 1.4;
	color: #40220f;
}

.f_intro_img{
	width: 400px;
	position: absolute;
	top: 80px;
	right: 0;
	line-height: 0;
}

.f_intro_img img{
	width: 100%;
	height: auto;
}

#content #f_intro p{
	width: calc(100% - 440px);
	width: -webkit-calc(100% - 440px);
	margin-bottom: 30px;
	line-height: 2.0;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
}

#content #f_intro p:nth-of-type(2){
	margin-bottom: 45px;
}

#f_intro .more a{
	margin: 0;
	width: 300px;
}

.f_worry{
	margin-bottom: 75px;
}

#content .f_worry ul.f_worry_block{
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 35px;
	border: 4px solid #40220f;
	background: #f2eeee;
	padding: 31px 30px 29px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_worry ul.f_worry_block:before{
	content: '';
	display: block;
	background: url(images/worry_1.svg) no-repeat;
	background-size: 130px 182px;
	width: 130px;
	height: 182px;
	position: absolute;
	left: -90px;
	bottom: -10px;
	z-index: 1;
}

#content .f_worry ul.f_worry_block:after{
	content: '';
	display: block;
	background: url(images/worry_2.svg) no-repeat;
	background-size: 130px 182px;
	width: 130px;
	height: 182px;
	position: absolute;
	right: -90px;
	bottom: -10px;
	z-index: 1;
}

.f_worry ul.f_worry_block li{
	font-weight: normal;
	font-family: 'tsukuA';
	text-align: center;
	color: #40220f;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.6;
	border-bottom: 1px dashed #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-bottom: 13px;
	margin-bottom: 15px;
}

.f_worry ul.f_worry_block li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#content .f_worry h5{
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.0;
	margin-bottom: 20px;
}

#content .f_worry h3{
	text-align: center;
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.6;
	margin-bottom: 25px;
	color: #f39800;
}

#content .f_worry h3 span.slash{
	display: inline-block;
}

#content .f_worry h3 span.slash:before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 50px;
	background: #f39800;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	vertical-align: middle;
	margin: 0 20px 0 0;
}

#content .f_worry h3 span.slash:after{
	content: '';
	display: inline-block;
	width: 3px;
	height: 50px;
	background: #f39800;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	vertical-align: middle;
	margin: 0 0 0 18px;
}

#content .f_worry ul.f_worry_img{
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.f_worry ul.f_worry_img li{
	width: 30%;
	line-height: 0;
}

.f_worry ul.f_worry_img li img{
	width: 100%;
	height: auto;
}

#content .f_worry h6{
	text-align: center;
	margin-bottom: 25px;
}

#content .f_worry h6 a{
	width: 340px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffe200;
	color: #40220f;
	line-height: 1.0;
	margin: 0 auto;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 30px;
	font-size: 3.0rem;
}

#content .f_worry h6 a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	display: inline-block;
	margin: 0 0 0 0.5em;
	font-size: 21px;
	font-size: 2.1rem;
}

#content .f_worry h6 a:hover{
	background: #f39800;
	color: #fff;
}

#content .f_worry p{
	text-align: center;
	line-height: 1.0;
	color: #f39800;
	font-family: 'tsukuA';
	margin-bottom: 0;
	font-size: 26px;
	font-size: 2.6rem;
}

.f_worry dl{
	margin-top: 30px;
	margin-bottom: -10px;
	text-align: center;
}

#content .f_worry dl dt{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 22px;
	line-height: 2.0;
}

#content .f_worry dl dd{
	font-family: 'tsukuA';
	color: #f39800;
	line-height: 1.6;
	font-size: 19px;
	font-size: 1.9rem;
}

.f_problem{
	background: #f2eeee;
	padding: 55px 0 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 84px;
}

#content .f_problem h3{
	line-height: 1.6;
	text-align: center;
	color: #40220f;
	letter-spacing: 1px;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 35px;
}

.f_problem_img{
	max-width: 800px;
	margin: 0 auto;
	line-height: 0;
}

.f_problem_img img{
	width: 100%;
	height: auto;
}

#f_service{
	margin-bottom: 60px;
}

.f_service_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.f_service_block{
	width: 48%;
}

#content .f_service_block h4{
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	font-size: 22px;
	font-size: 2.2rem;
	background: #40220f;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_service_img{
	line-height: 0;
}

.f_service_img img{
	width: 100%;
	height: auto;
}

#content #f_service h5{
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.6;
	margin-bottom: 35px;
}

#content #f_service h5 span.orange{
	display: inline-block;
	position: relative;
}

#content #f_service h5 span.orange:before{
	content: '';
	display: block;
	width: 2px;
	height: 70px;
	background: #f39800;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	position: absolute;
	top: 0;
	left: -15px;
}

#content #f_service h5 span.orange:after{
	content: '';
	display: block;
	width: 2px;
	height: 70px;
	background: #f39800;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	position: absolute;
	top: 0;
	right: -15px;
}

#content #f_service h5 span.b_line{
	background: linear-gradient(transparent 76%, #fff0d7 76%);
	padding: 0 5px 3px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_menu{
	margin-bottom: 60px;
}

#content .f_menu ul{
	margin-bottom: 0;
	display: flex;
	flex-flow: wrap;
}

.f_menu ul li{
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	margin-right: 10px;
	line-height: 0;
	overflow: hidden;
}

.f_menu ul li:nth-of-type(2n){
	margin-right: 0;
}

.f_menu ul li:nth-of-type(1),
.f_menu ul li:nth-of-type(2){
	margin-bottom: 10px;
}

.f_menu ul li img{
	width: 100%;
	height: auto;
}

.f_menu ul li a:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.f_menu ul li a{
	display: block;
	position: relative;
}

.f_menu ul li a:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(65, 33, 15, 0.5);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.f_menu ul li a span.f_menu_title{
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	line-height: 1.0;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 30px;
	font-size: 3.0rem;
	color: #fff;
	margin-top: -28px;
}

.f_menu ul li a span.en{
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	margin-top: 10px;
}

#f_voice .f_title{
	margin-bottom: 0;
}

#f_voice .voice_block{
	padding: 35px 0 35px 0;
	min-height: 308px;
}

#f_voice .voice_block_img{
	top: 40px;
}

#f_faq{
	border: 4px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 50px 60px 40px 60px;
	position: relative;
	margin-top: 116px;
	margin-bottom: 60px;
	background: #fff;
}

#f_faq .f_title{
	position: absolute;
	top: -60px;
	left: 50%;
	z-index: 1;
	margin-left: -110px;
}

#f_faq .more{
	margin-top: 40px;
}

#f_area{
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 60px;
	border: 10px solid #f2eeee;
	background: url(images/dot.png);
	background-size: 14px 14px;
	padding: 30px 30px 25px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	z-index: 0;
}

#f_area .f_title{
	margin-bottom: 30px;
}

#content #f_area h4{
	line-height: 1.0;
	font-family: 'tsukuA';
	color: #40220f;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
}

#content #f_area h5{
	line-height: 1.0;
	font-family: 'tsukuA';
	color: #40220f;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 32px;
}

#content #f_area p{
	text-align: center;
	margin-bottom: 0;
}

#content #f_area h6{
	max-width: 280px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f39800;
	color: #fff;
	line-height: 1.0;
	margin: 27px auto 15px auto;
	font-size: 24px;
	font-size: 2.4rem;
}

#f_access{
	padding: 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #f2eeee;
	margin-bottom: 60px;
}

#f_access .f_title{
	background: #fff;
}

#f_access .f_title:before{
	border-color: transparent transparent #fff transparent;
}

.f_access_block{
	display: flex;
	justify-content: space-between;
}

.f_access_block_content{
	width: calc((100% - 40px) / 2);
	width: -webkit-calc((100% - 40px) / 2);
	background: #fff;
}

#content .f_access_block_content h4{
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #40220f;
	line-height: 1.0;
	font-size: 19px;
	font-size: 1.9rem;
	color: #fff;
	margin-bottom: 20px;
}

#content .f_access_block_content p{
	text-align: center;
	margin-bottom: 20px;
}

#content .f_access_block_content h5{
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	max-width: 340px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #40220f;
	color: #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Shuei', Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	padding-top: 1px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.f_access_block_content dl{
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	margin: 0 auto;
	text-align: center;
}

#content .f_access_block_content dl dt{
	line-height: 0;
}

#content .f_access_block_content dl dd{
	line-height: 1.0;
}

#content .f_access_block_content dl dd a{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	color: #40220f;
}

#content .f_access_block_content dl dd a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

#content .f_access_block_content dl dd a:hover{
	color: #f39800;
}

/* =私たちについて（about）
-------------------------------------------------------------- */
.about_intro{
	margin-bottom: 70px;
}

.about_intro_img{
	line-height: 0;
	margin-bottom: 86px;
	position: relative;
}

.about_intro_img img{
	width: 100%;
	height: auto;
	display: block;
}

.about_intro_img img:nth-of-type(2){
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		opacity: 0;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}

.about_intro_img:hover img:nth-of-type(2){
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.about_philosophy{
	margin-bottom: 86px;
}

#content .about_intro_block h4{
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	color: #40220f;
	letter-spacing: 1px;
	line-height: 1.0;
	margin-bottom: 0;
}

.about_message{
	background: #f2eeee;
	padding: 70px 0 65px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .about_message h4{
	text-align: center;
	line-height: 1.0;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 1px;
	margin-bottom: 40px;
	color: #40220f;	
}

#content .about_message p{
	max-width: 780px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
}

#content .about_message p.text_right{
	text-align: right;
	margin-bottom: 0;
}

.about_company{
	padding: 70px 0 55px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .about_company table{
	border: none;
	max-width: 600px;
	margin: 0 auto;
}

#content .about_company tr th,
#content .about_company tr td{
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 0;
	border: none;
	background: #f2eeee;
}

#content .about_company tr:nth-of-type(2n) th,
#content .about_company tr:nth-of-type(2n)	td{
	background: none;
}

#content .about_company tr th{
	width: 200px;
	font-family: 'tsukuA';
	font-weight: normal;
	font-size: 17px;
	font-size: 1.7rem;
	color: #40220f;
	padding: 12px 0 12px 40px;
	vertical-align: top;
}

.about_area{
	background: #f2eeee;
	padding: 65px 0 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .about_area h3.p-title{
	margin-bottom: 30px;
}

#content .about_area h4{
	line-height: 1.0;
	font-family: 'tsukuA';
	color: #40220f;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
}

#content .about_area h5{
	line-height: 1.0;
	font-family: 'tsukuA';
	color: #40220f;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 40px;
}

#content .about_area p{
	text-align: center;
	margin-bottom: 0;
}

#content .about_area h6{
	max-width: 280px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f39800;
	color: #fff;
	line-height: 1.0;
	margin: 32px auto 15px auto;
	font-size: 24px;
	font-size: 2.4rem;
}

.about_recruit{
	line-height: 0;
	margin-top: 80px;
	overflow: hidden;
}

.about_recruit img{
	width: 100%;
	height: auto;
}

.about_recruit a{
	display: block;
	position: relative;
}

.about_recruit a:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(65, 33, 15, 0.5);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.about_recruit a:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.about_recruit a span.about_recruit_title{
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	line-height: 1.0;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 30px;
	font-size: 3.0rem;
	color: #fff;
	margin-top: -28px;
}

.about_recruit a span.en{
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	margin-top: 10px;
}

/* =サービス内容（service）
-------------------------------------------------------------- */
.service{
	margin-top: -10px;
	margin-bottom: 80px;
}

#content .service h4{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #40220f;
	color: #fff;
	line-height: 1.0;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

#content .service p{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 25px;
	text-align: center;
}

.service_img{
	line-height: 0;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.service_img img{
	width: 100%;
	height: auto;
}

#content .service h5{
	max-width: 500px;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0 11px 0;
	border: 1px solid #f39800;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #f39800;
	font-size: 19px;
	font-size: 1.9rem;
	margin: 0 auto;
}

#content .service h5 span{
	background: linear-gradient(transparent 76%, #fff0d7 76%);
	padding: 0 5px 3px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.service_regeneration{
	background: #f2eeee;
	padding: 55px 0 60px 0;
	margin-bottom: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .service_regeneration ul{
	display: flex;
	flex-flow: wrap;
	margin-bottom: 0;
}

.service_regeneration ul li{
	width: 48%;
	line-height: 0;
	margin-right: 4%;
	margin-bottom: 4%;
}

.service_regeneration ul li:nth-of-type(2n){
	margin-right: 0;
}

.service_regeneration ul li:last-child,
.service_regeneration ul li:nth-last-child(2){
	margin-bottom: 0;
}

.service_regeneration ul li img{
	width: 100%;
	height: auto;
}

.akiyasaisei{
	padding: 40px 0 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.akiyasaisei_deco{
	width: 100%;
	line-height: 0;
	margin-bottom: 60px;
}

.akiyasaisei_deco img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.akiyasaisei_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}

.akiyasaisei_block dl{
	width: calc(96% - 350px);
	width: -webkit-calc(96% - 350px);
}

#content .akiyasaisei_block dl dt{
	font-family: 'tsukuA';
	color: #f39800;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 1px;
	margin-top: -5px;
	margin-bottom: 15px;
	line-height: 1.5;
}

#content .akiyasaisei_block dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

.akiyasaisei_block_img{
	line-height: 0;
	width: 350px;
}

.akiyasaisei_block_img img{
	width: 100%;
	height: auto;
}

#content .akiyasaisei h3{
	max-width: 500px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	line-height: 1.0;
	color: #40220f;
	border: 2px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 24px;
	font-size: 2.4rem;
}

.akiyasaisei_role{
	background: #f2eeee;
	padding: 55px 0 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.akiyasaisei_role_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.akiyasaisei_role_block dl{
	width: calc(94% / 4);
	width: -webkit-calc(94% / 4);
	background: #fff;
}

#content .akiyasaisei_role_block dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #40220f;
	color: #fff;
	font-family: 'tsukuA';
	line-height: 1.0;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 30px;
}

#content .akiyasaisei_role_block dl dd.akiyasaisei_role_img{
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	max-width: 120px;
	margin: 0 auto;
	line-height: 0;
	margin-bottom: 27px;
}

#content .akiyasaisei_role_block dl dd.akiyasaisei_role_img img{
	width: 100%;
	height: auto;
}

#content .akiyasaisei_role_block dl dd.akiyasaisei_role_note{
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0 15px 22px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.7;
}

#content .akiyasaisei_role p{
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.akiyasaisei_title{
	
}

.akiyasaisei_title a{
	display: block;
	text-indent: -9999px;
	background: url(images/akiyasaisei_logo.png) no-repeat;
	background-size: 268px 60px;
	width: 268px;
	height: 60px;
	margin: 0 auto;
}

/* =サービスの流れ（flow）
-------------------------------------------------------------- */
.p_flow .p_eyecatch{
	margin-bottom: 0;
}

.flow{
	background: #f2eeee;
	padding: 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.flow_block{
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.flow .flow_block:last-child{
	margin-bottom: 0;
}

.flow_block:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -67px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 30px 50px 0 50px;
	margin-left: -50px;
}

.flow .flow_block:last-child:after{
	content: none;
}

.flow_block_img{
	line-height: 0;
	width: 180px;
}

.flow_block_img img{
	width: 100%;
	height: auto;
}

.flow_block_content{
	width: calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
}

#content .flow_block_content h4{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background: #40220f;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 15px;
}

#content .flow_block_content h4 span{
	width: 90px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f39800;
	color: #40220f;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 15px 0 5px;
	position: relative;
}

#content .flow_block_content h4 span:before{
	content: '';
	display: block;
	position: absolute;
	top: -16px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #f39800 transparent;
	border-width: 0 45px 16px 45px;
	margin-left: -45px;
}

#content .flow_block_content p{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

/* =セミナー＆メディア掲載実績（achievement）
-------------------------------------------------------------- */
.achievement_block{
	margin-bottom: 80px;
}

.achievement_media{
	margin-bottom: 0;
}

.seminar_block{
	margin-bottom: 40px;
}

.achievement_block .seminar_block:last-child{
	margin-bottom: 0;
}

#content .seminar_block h4{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.0;
	font-size: 21px;
	font-size: 2.1rem;
	background: #40220f;
	color: #fff;
	margin-bottom: 5px;
}

#content .seminar_block table{
	display: block;
	border: none;
	margin-bottom: 0;
}

#content .seminar_block tbody{
	display: block;
}

#content .seminar_block tr{
	display: flex;
}

#content .seminar_block tr th,
#content .seminar_block tr td{
	display: block;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	width: calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	padding: 10px 0 10px 15px;
	line-height: 1.5;
	margin-bottom: 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#content .seminar_block tr:last-child th,
#content .seminar_block tr:last-child td{
	margin-bottom: 0;
}

#content .seminar_block tr th{
	width: 160px;
	background: #f2eeee;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-family: 'tsukuA';
	font-size: 17px;
	font-size: 1.7rem;
	color: #40220f;
	padding: 10px 0;
}

#content .seminar_block tr td a{
	color: #f39800;
}

#content .seminar_block tr td a:hover{
	color: #40220f;
}

.media_block{
	min-height: 180px;
	position: relative;
	margin-bottom: 50px;
}

.achievement_media .media_block:last-child{
	margin-bottom: 0;
}

#content .media_block h4{
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	height: 50px;
	display: flex;
	align-items: center;
	border: 1px solid #f39800;
	font-family: 'Shuei', Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	letter-spacing: 0;
	line-height: 1.0;
	padding: 1px 0 0 15px;
	margin-bottom: 20px;
	border-right: none;
}

#content .media_block h4 span{
	display: block;
	color: #f39800;
	font-family: 'tsukuA';
	font-size: 21px;
	font-size: 2.1rem;
	margin-right: 15px;
}

.media_block_img{
	line-height: 0;
	width: 260px;
	position: absolute;
	top: 0;
	right: 0;
}

.media_block_img img{
	width: 100%;
	height: auto;
}

.media_block_img a{
	display: block;
}

#content .media_block p{
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	margin-bottom: 22px;
	font-family: 'tsukuA';
	color: #40220f;
	font-size: 17px;
	font-size: 1.7rem;
}

.media_block .more a{
	margin: 0;
	height: 46px;
}

/* =よくあるご質問（faq）
-------------------------------------------------------------- */
.faq{
	background: #f2eeee;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.faq_bg{
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.faq_block{
	border-bottom: 1px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 22px 0;
}

.faq_block.bt_on{
	border-top: 1px solid #40220f;
}

.faq_block:last-child{
	margin-bottom: 0;
}

#content .faq_block h4{
	cursor: pointer;
	font-size: 21px;
	font-size: 2.1rem;
	color: #40220f;
	line-height: 1.6;
	margin-bottom: 0;
	position: relative;
	padding-left: 65px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .faq_block h4 span{
	display: block;
	position: absolute;
	top: -9px;
	left: 0;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f39800;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	padding-bottom: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.faq_block nav{
	display: none;
	padding-left: 125px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.answer_block{
	position: relative;
	margin-top: 25px;
}

.answer_block:after{
	content: '';
	display: block;
	background: url(images/ohana.svg) no-repeat;
	background-size: 100px 75px;
	width: 100px;
	height: 75px;
	position: absolute;
	left: -125px;
	bottom: 0;
}

#content .answer_block p{
	border: 2px solid #fbb03b;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
	padding: 13px 20px 12px 20px;
	position: relative;
	min-height: 80px;
	z-index: 1;
}

#content .answer_block p:before{
	content: '';
	display: block;
	position: absolute;
	left: -25px;
	bottom: 20px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent #fbb03b transparent transparent;
	border-width: 10px 25px 10px 0;
	z-index: -1;
}

#content .faq_block p:after{
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	bottom: 20px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 10px 25px 10px 0;
}

/* =お客様の声（voice）
-------------------------------------------------------------- */
.voice_block{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 35px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #f2eeee;
	position: relative;
	margin-bottom: 60px;
	min-height: 364px;
}

.voice_block:last-child{
	margin-bottom: 0;
}

#content .voice_block h4{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #40220f;
	color: #fff;
	line-height: 1.0;
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 40px;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.voice_block dl{
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	padding: 0 0 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .voice_block dl dt{
	line-height: 1.6;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: 'tsukuA';
	font-weight: normal;
	color: #40220f;
	padding-bottom: 11px;
	border-bottom: 1px solid #40220f;
	margin-bottom: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .voice_block dl dd{
	margin-bottom: 0;
	line-height: 1.7;
}

.voice_block_img{
	width: 200px;
	line-height: 0;
	position: absolute;
	top: 95px;
	right: 40px;
	background: #fff;
}

.voice_block_img img{
	width: 100%;
	height: auto;
}

/* =アクセス（access）
-------------------------------------------------------------- */
.access_block{
	margin-bottom: 80px;
}

#content .access_block h4{
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #40220f;
	line-height: 1.0;
	font-size: 19px;
	font-size: 1.9rem;
	color: #fff;
	margin-bottom: 20px;
}

#content .access_block p{
	text-align: center;
	margin-bottom: 20px;
}

#content .access_block h5{
	max-width: 340px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #40220f;
	color: #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Shuei', Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	padding-top: 1px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.google_map{
	line-height: 0;
	margin-bottom: 20px;
}

.access_block .more a{
	height: 40px;
	font-size: 16px;
	font-size: 1.6rem;
}

#content .access_gallery ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.access_gallery ul li{
	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	border: 4px solid #f98d26;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 0;
}

.access_gallery ul li:nth-of-type(2){
	border-color: #ffe200;
}

.access_gallery ul li img{
	width: 100%;
	height: auto;
}

/* =求人情報（recruit）
-------------------------------------------------------------- */
.recruit{
	margin-bottom: 60px;
}

#content .recruit h3{
	max-width: 440px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	background: #ffe200;
	color: #40220f;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 auto;
	margin-bottom: 40px;
}

#content .recruit h3 span{
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	display: inline-block;
	font-size: 36px;
	font-size: 3.6rem;
	margin: 0 0 0 3px;
}

#content .recruit h4{
	text-align: center;
	line-height: 1.6;
	color: #40220f;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 25px;
}

#content .recruit h4 span{
	background: linear-gradient(transparent 70%, #f2eeee 70%);
	padding: 0 5px 3px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .recruit h4 span:nth-of-type(1){
	background: none;
	padding: 0;
}

#content .recruit ul{
	margin-bottom: 40px;
}

.recruit ul li{
	line-height: 1.2;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 1px;
	color: #f39800;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'tsukuA';
}

.recruit ul li:last-child{
	margin-bottom: 0;
}

.recruit ul li span{
	background: linear-gradient(transparent 66%, #fff0d7 66%);
	padding: 0 15px 5px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .recruit p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-bottom: 0;
}

#content .recruit p.center{
	text-align: center !important;
	margin-bottom: 40px;
}

.recruit dl{
	max-width: 500px;
	margin: 0 auto;
	border: 2px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: url(images/dot.png);
	background-size: 14px 14px;
	text-align: center;
	padding: 18px 0 13px 0;
}

#content .recruit dl dt{
	font-family: 'tsukuA';
	line-height: 1.0;
	font-size: 19px;
	font-size: 1.9rem;
	color: #40220f;
	margin-bottom: 10px;
}

#content .recruit dl dd{
	font-family: 'tsukuA';
	line-height: 1.6;
	color: #f39800;
	font-size: 24px;
	font-size: 2.4rem;
}

.recruit_condition{
	margin-bottom: 60px;
}

#content .recruit_condition h3{
	font-size: 19px;
	font-size: 1.9rem;
	color: #40220f;
	margin-bottom: 25px;
	line-height: 1.0;
	text-align: center;
}

#content .recruit_condition h3:before{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}

#content .recruit_condition h3:after{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 0 4px 10px;
}

.recruit_condition_block{
	display: flex;
	justify-content: space-between;
}

.recruit_condition_2 .recruit_condition_block{
	flex-flow: wrap;
}

.recruit_condition_block dl{
	width: calc(95% / 3);
	width: -webkit-calc(95% / 3);
	text-align: center;
}

.recruit_condition_2 .recruit_condition_block dl{
	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	margin-right: 20px;
}

.recruit_condition_2 .recruit_condition_block dl:nth-of-type(1){
	margin-bottom: 20px;
}

.recruit_condition_2 .recruit_condition_block dl:nth-of-type(2){
	margin-right: 0;
	margin-bottom: 20px;
}

.recruit_condition_2 .recruit_condition_block dl:nth-of-type(3),
.recruit_condition_2 .recruit_condition_block dl:nth-of-type(5){
	width: calc((49% - 60px) / 2);
	width: -webkit-calc((49% - 60px) / 2);
}

.recruit_condition_2 .recruit_condition_block dl:nth-of-type(4){
	width: 28%;
}

.recruit_condition_2 .recruit_condition_block dl:nth-of-type(6){
	width: 23%;
	margin-right: 0;
}

#content .recruit_condition_block dl dt{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'tsukuA';
	line-height: 1.0;
	background: #40220f;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
}

#content .recruit_condition_block dl dd{
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.6;
	font-family: 'tsukuA';
	color: #40220f;
	background: #f2eeee;
	padding: 15px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .recruit_condition_2 .recruit_condition_block dl dd{
	font-size: 17px;
	font-size: 1.7rem;
}

.recruit_note{
	margin-bottom: 50px;
}

#content .recruit_note p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 25px;
}

#content .recruit_note h4{
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	margin-bottom: 25px;
	color: #f39800;
}

#content .recruit_note h4 span{
	display: inline-block;
}

#content .recruit_note h4 span:before{
	content: '';
	display: inline-block;
	width: 2px;
	height: 40px;
	background: #f39800;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	vertical-align: middle;
	margin: 0 20px 0 0;
}

#content .recruit_note h4 span:after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 40px;
	background: #f39800;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	vertical-align: middle;
	margin: 0 0 0 18px;
}

.page-id-25 #content{
	margin-bottom: 30px !important;
}

/* =求人情報 - 新（recruit）
-------------------------------------------------------------- */
.page-id-25 #pagetop{
	display: none;
}

.recruit_intro{
	margin-bottom: 60px;
}

#content .recruit_intro h3{
	text-align: center;
	color: #f39800;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 1.5px;
	line-height: 1.0;
	margin-bottom: 35px;
}

#content .recruit_intro p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-bottom: 75px;
}

#content .recruit_intro p:nth-of-type(2){
	margin-bottom: 10px;
}

.recruit_mainimg{
	line-height: 0;
	margin-bottom: 55px;
}

.recruit_mainimg img{
	width: 100%;
	height: auto;
}

#content .recruit_intro h4{
	text-align: center;
	color: #f39800;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 1px;
	line-height: 1.0;
	margin-bottom: 0;
}

.recruit_personality{
	background: #f2eeee;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 55px;
}

#content .recruit_personality h3{
	text-align: center;
	color: #40220f;
	line-height: 1.0;
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 50px;
}

#content .recruit_personality h3 span{
	display: block;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}

.recruit_personality_block{
	display: flex;
	flex-flow: wrap;
}

.recruit_personality_block dl{
	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	text-align: center;
	background: #fff;
	padding: 27px 0 23px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 20px;
}

.recruit_personality_block dl:nth-of-type(1),
.recruit_personality_block dl:nth-of-type(2),
.recruit_personality_block dl:nth-of-type(3){
	width: calc((100% - 40px) / 3);
	width: -webkit-calc((100% - 40px) / 3);
	margin-bottom: 20px;
}

.recruit_personality_block dl:nth-of-type(3),
.recruit_personality_block dl:nth-of-type(5){
	margin-right: 0;
}

#content .recruit_personality_block dl dt{
	color: #40220f;
	font-family: 'tsukuA';
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	line-height: 1.0;
	margin-bottom: 22px;
}

#content .recruit_personality_block dl dd{
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	max-width: 130px;
	line-height: 0;
	margin: 0 auto;
}

#content .recruit_personality_block dl dd img{
	width: 100%;
	height: auto;
}

.recruit_occupation{
	margin-bottom: 55px;
}

#content .recruit_occupation p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-bottom: 50px;
}

#content .recruit_occupation h5{
	text-align: center;
	color: #f39800;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.0;
	margin-bottom: 0;
}

#content .recruit_occupation h5 span:before{
	content: "\f0dd";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin: 0 10px 10px 0;
}

#content .recruit_occupation h5 span:after{
	content: "\f0dd";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin: 0 0 10px 10px;
}

#content .recruit_occupation ul{
	display: flex;
	flex-flow: wrap;
	margin-bottom: 15px;
}

.recruit_occupation ul li{
	width: calc((100% - 45px) / 4);
	width: -webkit-calc((100% - 45px) / 4);
	margin-right: 15px;
	margin-bottom: 15px;
}

.recruit_occupation ul li:nth-of-type(4n){
	margin-right: 0;
}

.recruit_occupation ul li a{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #f2eeee;
	color: #40220f;
	font-family: 'tsukuA';
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.0;
	padding-bottom: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.occupation_link{
	max-width: 360px;
	margin: 0 auto;
}

.occupation_link a{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fae400;
	color: #40220f;
	font-family: 'tsukuA';
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	line-height: 1.0;
}

.occupation_link a:after{
	content: "\f0da";
	display: inline-block;
	font-family: 'FontAwesome';
	margin: 0 0 0 0.5em;
}

.occupation_link a:hover{
	background: #f39800;
	color: #fff;
}

.tab-panel{
	margin-bottom: 50px;
}

#content ul.tab-group{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #40220f;
	padding: 0 10%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

ul.tab-group li.tab{
	width: calc((100% - 20px) / 3);
	width: -webkit-calc((100% - 20px) / 3);
	text-align: center;
	background: #f2eeee;
	color: #40220f;
	font-family: 'tsukuA';
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
	cursor: pointer;
	padding: 15px 0 12px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

ul.tab-group li.tab.is-active{
	background: #40220f;
	color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

ul.tab-group li.tab span{
	width: 100px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #40220f;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 auto;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin-bottom: 10px;
}

ul.tab-group li.tab:nth-of-type(1) span{
	margin-bottom: 22px;
}

ul.tab-group li.tab.is-active span{
	background: #fff;
	color: #40220f;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.panel{
	display: none;
	padding-top: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.panel.is-show{
	display: block;
}

#content .panel h3{
	text-align: center;
	color: #40220f;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.75px;
	margin-bottom: 15px;
}

#content .panel p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 45px;
}

#content .panel h5{
	max-width: 800px;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #f2eeee;
	font-family: 'Shuei', Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.25px;
	padding: 18px 20px 13px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 30px;
}

#content .panel ul.recruit_point{
	max-width: 800px;
	display: flex;
	flex-flow: wrap;
	margin: 0 auto;
	margin-bottom: 40px;
}

.panel ul.recruit_point li{
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #40220f;
	font-family: 'tsukuA';
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6;
	border: 1px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
}

.panel ul.recruit_point li:nth-of-type(2n){
	margin-right: 0;
}

#content .panel h4{
	text-align: center;
	color: #40220f;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.0;
	margin-bottom: 20px;
}

#content .panel h4 span{
	display: inline-block;
}

#content .panel h4 span:before{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}

#content .panel h4 span:after{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 0 4px 10px;
}

#content .panel table{
	max-width: 800px;
	border: none;
	margin: 0 auto;
}

#content .panel tr th,
#content .panel tr td{
	font-family: 'tsukuA';
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.25px;
	border: none;
	border-bottom: 1px solid #f2eeee;
	padding: 25px 0;
}

#content .panel tr:nth-of-type(1) th,
#content .panel tr:nth-of-type(1) td{
	border-top: 1px solid #f2eeee;
}

#content .panel tr th{
	width: 240px;
	vertical-align: top;
	color: #40220f;
	font-size: 16px;
	font-size: 1.6rem;
}

#content .panel tr td{
	text-align: justify;
	text-justify: inter-ideograph;
}

#content .panel tr td span.bold{
	display: block;
	color: #40220f;
	font-size: 16px;
	font-size: 1.6rem;
}

#content .panel tr td span.mt_on{
	margin-top: 10px;
}

#content .panel tr td ul.caution{
	margin-top: 5px;
	margin-bottom: 0;
}

#content .panel tr td ul.caution li{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	font-size: 1.3rem;
	padding-left: 15px;
	position: relative;
}

#content .panel tr td ul.caution li:before{
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#content .panel tr td p{
	text-align: justify !important;
	text-justify: inter-ideograph !important;
	margin-bottom: 0 !important;
}

#content .recruit_entry p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-bottom: 40px;
}

#content .recruit_entry h4{
	text-align: center;
	color: #f39800;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.0;
	margin-bottom: 45px;
}

#content .recruit_entry h4 span{
	display: inline-block;
}

#content .recruit_entry h4 span:before{
	content: '';
	display: inline-block;
	width: 2px;
	height: 40px;
	background: #f39800;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	vertical-align: middle;
	margin: 0 20px 0 0;
}

#content .recruit_entry h4 span:after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 40px;
	background: #f39800;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	vertical-align: middle;
	margin: 0 0 0 18px;
}

#content table.contact_table select[name="select-755"],
select.wpcf7-form-control.wpcf7-select[name="select-755"]{
	width: 100%;
	max-width: 400px;
}

/* =施工協力会社様募集（partner）
-------------------------------------------------------------- */
.partner{
	margin-bottom: 80px;
}

#content .partner h3{
	max-width: 460px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	font-family: 'tsukuA';
	margin: 0 auto;
	background: #ffe200;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 1px;
	color: #40220f;
	margin-bottom: 55px;
}

#content .partner p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
	line-height: 2.0;
}

#content .partner p.center{
	text-align: center !important;
	margin-bottom: 0 !important;
}

.partner_business{
	margin-bottom: 60px;
}

#content .partner_business h3{
	font-size: 19px;
	font-size: 1.9rem;
	color: #40220f;
	margin-bottom: 35px;
	line-height: 1.0;
	text-align: center;
}

#content .partner_business h3 span{
	display: inline-block;
}

#content .partner_business h3 span:before{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}

#content .partner_business h3 span:after{
	content: '';
	display: inline-block;
	background: url(images/icon_ohana.svg) no-repeat;
	background-size: 28px 30px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	margin: 0 0 4px 10px;
}

#content .partner_business ul{
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	margin-bottom: 80px;
}

.partner_business ul li{
	width: 46%;
	margin-right: 8%;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.2;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 1px;
	color: #f39800;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'tsukuA';
}

.partner_business ul li:nth-of-type(2n){
	margin-right: 0;
}

.partner_business ul li:last-child{
	margin-left: 27%;
	margin-right: 0;
	margin-bottom: 0;
}

.partner_business ul li span{
	display: block;
	background: linear-gradient(transparent 70%, #fff0d7 70%);
	padding: 0 0 2px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .partner_business p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	margin-bottom: 0;
}

/* =チラシ情報（flyer）
-------------------------------------------------------------- */
.flyer{
	margin-bottom: 60px;
}

.flyer_block{
	margin-bottom: 60px;
	display: flex;
	flex-flow: wrap;
}

.flyer_block dl{
	width: calc((100% - 50px) / 3);
	width: -webkit-calc((100% - 50px)/ 3);
	margin-right: 25px;
	text-align: center;
}

.flyer_block dl:nth-of-type(3n){
	margin-right: 0;
}

.flyer_block dl:nth-of-type(1),
.flyer_block dl:nth-of-type(2),
.flyer_block dl:nth-of-type(3){
	margin-bottom: 50px;
}

#content .flyer_block dl dt{
	line-height: 0;
	margin-bottom: 20px;
}

#content .flyer_block dl dt img{
	width: 100%;
	height: auto;
}

#content .flyer_block dl dt a{
	display: block;
}

#content .flyer_block dl dt a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#content .flyer_block dl dd{
	width: 80%;
	max-width: 220px;
	margin: 0 auto;
}

#content .flyer_block dl dd a{
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	font-family: 'tsukuA';
	font-size: 18px;
	font-size: 1.8rem;
	color: #40220f;
	border: 1px solid #40220f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .flyer_block dl dd a:hover{
	background: #f39800;
	color: #fff;
	border-color: #f39800;
}

#content .flyer h4{
	width: 100%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
	color: #f39800;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 1px;
	border: 10px solid #f2eeee;
	background-image: url(images/dot.png);
	background-size: 14px 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
	padding-top: 2px;
}

.flyer_2 .flyer_block{
	margin-bottom: 0;
}

.flyer_2 .flyer_block dl{
	width: 100%;
	max-width: 452px;
	margin: 0 auto;
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 1270px){
	/* Header *********/
	#site-description{
		left: 20px;
	}
	
	.h_contact_block{
		right: 20px;
	}
	
	.h_contact_block_mail{
		display: none;
	}
}

/* @media screen（タブレット）
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		float: none;
		clear: both;
		display: block;
		margin: 0;
		padding: 0 20px;
	}
	
	/* Header *********/
	#site-description{
		line-height: 1.4;
		letter-spacing: 0;
		margin-top: -20px;
	}
	
	.h_contact_block dl{
		margin-right: 0;
	}
	
	.h_contact_block dl dt a{
		letter-spacing: 0;
	}
	
	.h_contact_block_box{
		display: none;
	}
	
	.h_flyer{
		right: 180px;
	}
	
	.recruit_link{
		width: 140px;
	}
	
	/* Footer *********/
	.f_contact_block .more a{
		width: 240px;
	}
	
	#first ul.xoxo li.widget-container{
		margin-right: 25px;
		padding-left: 12px;
	}
	
	#first ul.menu li.menu-item a{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* News *********/
	#content .f_news ul,
	#content .p_news ul{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	
	/* Front-page *********/
	#f_intro{
		max-width: 800px;
		margin: 0 auto;
		min-height: 570px;
		padding: 60px 0 80px 0;
	}
	
	#content #f_intro h3{
		font-size: 40px;
		font-size: 4.0rem;
		letter-spacing: 1px;
	}
	
	.f_intro_img{
		width: 100%;
		max-width: 360px;
		top: 60px;
	}
	
	#content #f_intro p{
		width: calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
		letter-spacing: 1px;
	}
	
	#content #f_intro p .pc{
		display: none;
	}
	
	.f_worry{
		margin-bottom: 55px;
	}
	
	.f_service_block{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	#content .f_service_block h4{
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.faq_block{
		padding: 17px 0;
	}
	
	#content .faq_block h4{
		font-size: 19px;
		font-size: 1.9rem;
		padding-left: 55px;
	}
	
	#content .faq_block h4 span{
		width: 40px;
		height: 40px;
		top: -4px;
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.answer_block{
		margin-top: 15px;
	}
	
	.f_access_block{
		max-width: 800px;
		display: block;
		justify-content: inherit;
		margin: 0 auto;
	}
	
	.f_access_block_content{
		width: 100%;
	}
	
	.f_access_block_content:nth-of-type(1){
		margin-bottom: 40px;
	}
	
	#content .f_access_block_content p{
		min-height: inherit;
		padding-top: 0;
	}
	
	#content .f_access_block_content p br,
	#content .f_access_block_content p .sp{
		display: none;
	}
	
	#t-loop,
	#loopslider,
	#loopslider ul,
	#content #loopslider ul{
		height: 200px;
	}
	
	#loopslider ul li{
		width: 320px;
		height: 200px;
	}
	
	/* サービス内容（service） *********/
	.akiyasaisei_deco img{
		min-height: 80px;
	}
	
	.akiyasaisei_block dl{
		width: calc(100% - 370px);
		width: -webkit-calc(100% - 370px);
	}
	
	#content .akiyasaisei_block dl dt{
		letter-spacing: 0.5px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#content .akiyasaisei_block dl dd .pc{
		display: none;
	}
	
	#content .akiyasaisei_role_block dl dd.akiyasaisei_role_note{
		line-height: 1.6;
		letter-spacing: 0;
	}
	
	/* サービスの流れ（flow） *********/
	.flow_block{
		padding: 40px 30px;
	}
	
	.flow_block_content{
		width: calc(100% - 210px);
		width: -webkit-calc(100% - 210px);
	}
	
	/* セミナー＆メディア掲載実績（achievement） *********/
	#content .seminar_block tr th{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#content .seminar_block tr td{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .media_block h4{
		width: calc(100% - 280px);
		width: -webkit-calc(100% - 280px);
	}
	
	#content .media_block h4 span{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	#content .media_block p{
		width: calc(100% - 280px);
		width: -webkit-calc(100% - 280px);
	}
	
	/* お客様の声（voice） *********/
	.voice_block dl{
		padding: 0 0 0 30px;
		width: calc(100% - 270px);
		width: -webkit-calc(100% - 270px);
	}
	
	/* 求人情報 - 新（recruit） *********/
	.entry_box{
		width: 180px;
	}
	
	.recruit_personality_block{
		max-width: 800px;
		margin: 0 auto;
	}
	
	.recruit_personality_block dl{
		width: calc((100% - 10px) / 2);
		width: -webkit-calc((100% - 10px) / 2);
		margin-right: 10px;
	}
	
	.recruit_personality_block dl:nth-of-type(1),
	.recruit_personality_block dl:nth-of-type(2),
	.recruit_personality_block dl:nth-of-type(3){
		width: calc((100% - 20px) / 3);
		width: -webkit-calc((100% - 20px) / 3);
		margin-bottom: 10px;
	}
	
	#content .recruit_personality_block dl dt{
		font-size: 21px;
		font-size: 2.1rem;
		letter-spacing: 0.25px;
	}
	
	#content .recruit_occupation ul{
		max-width: 800px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.recruit_occupation ul li,
	.recruit_occupation ul li:nth-of-type(4n){
		width: calc((100% - 30px) / 3);
		width: -webkit-calc((100% - 30px) / 3);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.recruit_occupation ul li:nth-of-type(3n){
		margin-right: 0;
	}
	
	.recruit_occupation ul li a{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	#content ul.tab-group{
		padding: 0 20px;
	}
	
	#content .panel tr th{
		width: 200px;
	}
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	.w800{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	#site-description{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#site-title{
		width: 250px;
		height: 69px;
	}
	
	#site-title a{
		background-size: 250px 69px;
		width: 250px;
		height: 69px;
	}
	
	/* Footer *********/
	#footer{
		padding: 50px 0 15px 0;
	}
	
	#site-info{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	p.add,
	.f_tel dl{
		text-align: center;
	}
	
	.f_licence{
		margin-bottom: 22px;
	}
	
	.f_licence ul{
		overflow: inherit;
	}
	
	.f_licence ul li{
		float: none !important;
		text-align: center;
		margin-bottom: 7px !important;
	}
	
	.f_licence ul li:after{
		content: none !important;
	}
	
	.f_sns{
		position: static;
		top: inherit;
		right: inherit;
		margin-bottom: 25px;
	}
	
	#footer-widget-area{
		display: none;
	}
	
	.f_menu_sp{
		display: block;
		margin-bottom: 45px;
	}
	
	.f_menu_sp ul{
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		flex-flow: wrap;
	}
	
	.f_menu_sp ul li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	.f_menu_sp ul li:nth-of-type(3n){
		margin-right: 0;
	}
	
	.f_menu_sp ul li:nth-of-type(10),
	.f_menu_sp ul li:nth-of-type(11),
	.f_menu_sp ul li:nth-of-type(12){
		margin-bottom: 0;
	}
	
	.f_menu_sp ul li a{
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'tsukuA';
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.0;
		color: #40220f;
		border: 1px solid #40220f;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		text-align: center;
	}
	
	#site-generator{
		position: static;
		right: inherit;
		bottom: inherit;
	}
	
	.f_policy ul{
		float: none;
		width: 215px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.copyright{
		float: none;
		text-align: center;
	}
	
	/* Front-page *********/
	#content .f_worry h3{
		font-size: 30px;
		font-size: 3.0rem;
		line-height: 1.4;
	}
	
	#content .f_worry h3 span.slash{
		position: relative;
	}
	
	#content .f_worry h3 span.slash:before{
		height: 80px;
		position: absolute;
		left: -25px;
		bottom: -3px;
		margin: 0;
	}
	
	#content .f_worry h3 span.slash:after{
		height: 80px;
		position: absolute;
		right: -25px;
		bottom: -3px;
		margin: 0;
	}
	
	#content .f_worry h3 .sp{
		display: block;
	}
	
	/* サービス内容（service） *********/
	.akiyasaisei{
		padding: 55px 0 60px 0;
	}
	
	.akiyasaisei_deco{
		margin-bottom: 40px;
	}
	
	.akiyasaisei_block{
		max-width: 600px;
		margin: 0 auto;
		display: block;
		justify-content: inherit;
	}
	
	.akiyasaisei_block dl{
		width: 100%;
		margin-bottom: 20px;
	}
	
	#content .akiyasaisei_block dl dt{
		margin-top: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.akiyasaisei_block_img{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	#content .akiyasaisei h3{
		max-width: 460px;
		height: 50px;
		font-size: 21px;
		font-size: 2.1rem;
	}
}

/* @media screen（タブレット2）
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w700,
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	#site-description,
	.h_contact_block,
	.h_contact,
	.h_line{
		display: none;
	}
	
	.top_slider{
		height: calc(100vh - 109px);
		height: -webkit-calc(100vh - 109px);
	}
	
	.top_slider_copy{
		margin-top: -23px;
	}
	
	.top_slider_copy h1{
		font-size: 34px;
		font-size: 3.4rem;
	}
	
	.swiper-container:before{
		background: url(images/slider_mask_sp.svg) top center no-repeat;
		background-size: 100%;
	}
	
	.navi-toggle{
		width: 76px;
		top: 15px;
		margin-top: 0;
		background: none;
	}
	
	.navi-toggle span.navi-toggle-icon{
		margin-top: 0 !important;
	}
	
	.navi-toggle span.navi-toggle-icon:before,
	.navi-toggle span.navi-toggle-icon:after{
		width: 36px;
		left: 20px;
		background: #f39800;
	}
	
	.navi-toggle span.navi-toggle-text{
		color: #f39800;
		bottom: 0 !important;
		margin-right: -18.5px;
	}
	
	.h_flyer{
		right: 160px;
	}
	
	.recruit_link{
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	
	.recruit_link.pc{
		display: none !important;
	}
	
	.recruit_link.sp{
		display: block !important;
	}
	
	/* Footer *********/
	.f_contact{
		display: block;
		padding: 30px ;
	}
	
	.bottom_menu{
		width: 100%;
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10;
		opacity: 0;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
	}
	
	.bottom_menu.show{
		opacity: 1;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
	}
	
	.bottom_menu ul{
		display: flex;
	}
	
	.bottom_menu ul li{
		width: calc((100% - 44px) / 3);
		width: -webkit-calc((100% - 44px) / 3);
		height: 44px;
	}
	
	.bottom_menu ul li.bottom_menu_totop{
		width: 44px;
	}
	
	.bottom_menu ul li a{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1.0;	
		background: #f39800;
		color: #fff;
		font-family: 'tsukuA';
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.bottom_menu ul li.bottom_menu_tel a{
		background: #40220f;
		color: #ffe200;
	}
	
	.bottom_menu ul li.bottom_menu_tel a:before{
		font-family: 'FontAwesome';
		content: "\f095";
		font-size: 18px;
		font-size: 1.8rem;
		display: inline-block;
		margin: 0 0.25em 0 0;
	}
	
	.bottom_menu ul li.bottom_menu_mail a{
		color: #40220f;
		background: #ffe200;
	}
	
	.bottom_menu ul li.bottom_menu_line a{
		background: #2db937;
		color: #fff;
	}
	
	.bottom_menu ul li.bottom_menu_mail a:before{
		content: '';
		display: inline-block;
		vertical-align: middle;
		background: url(images/icon_mail_2.svg) no-repeat;
		background-size: 30px 28px;
		width: 30px;
		height: 28px;
		margin: 0 5px 0 0;
	}
	
	.bottom_menu ul li.bottom_menu_line a:before{
		content: '';
		display: inline-block;
		vertical-align: middle;
		background: url(images/icon_line.svg) no-repeat;
		background-size: 30px 28px;
		width: 30px;
		height: 28px;
		margin: 0 5px 0 0;
	}
	
	.f_contact .f_title{
		width: 220px;
		height: 66px;
		margin: 0 auto;
		margin-top: 24px;
		margin-bottom: 20px;
		background: #fff;
		padding-top: 3px;
	}
	
	.f_contact .f_title:before{
		content: '';
		border-color: transparent transparent #fff transparent;
	}
	
	.f_contact p{
		margin-bottom: 20px;
	}
	
	.f_contact_flex{
		display: block;
	}
	
	.f_contact_block{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		max-width: 400px;
		margin: 0 auto;
		border-top: 1px dashed #40220f;
		border-right: none;
		padding-top: 20px;
		padding-bottom: 25px;
		border-left: none;
	}
	
	.f_contact_block_line{
		border-bottom: 1px dashed #40220f;;
	}
	
	.f_contact_block h3{
		margin-bottom: 20px;
	}
	
	.f_contact_block .more a{
		width: 260px;
	}
	
	#pagetop{
		display: none;
	}
	
	#footer{
		padding: 50px 0 55px 0;
	}
	
	p.add{
		line-height: 1.6;
		margin-bottom: 12px;
	}
	
	p.add .sp{
		display: block;
	}
	
	.f_menu_sp ul li{
		width: calc(98% / 3);
		width: -webkit-calc(98% / 3);
		margin-right: 1%;
		margin-bottom: 1%;
	}
	
	.f_menu_sp ul li a{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* Content *********/
	.p_eyecatch:before{
		background: url(images/slider_mask_sp.svg) top center no-repeat;
		background-size: 100%;
	}
	
	.p_eyecatch_img{
		height: 200px;
	}
	
	.entry_title{
		height: 80px;
		padding-top: 15px;
	}
	
	#content .p_intro p{
		max-width: 600px;
		margin: 0 auto;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.8;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .p_intro p .pc{
		display: none;
	}
	
	/* Contact *********/
	#content .p_contact .p_intro p{
		text-align: center;
	}
	
	#content .p_contact .p_intro p .pc{
		display: block;
	}
	
	.line_link{
		width: 220px;
	}
	
	.line_link a{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.line_link a:before{
		border-width: 0 110px 8px 110px;
		margin-left: -110px;
	}
	
	#content table.contact_table{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		border: none;
	}
	
	#content table.contact_table tr{
		width: 100%;
		display: block;
		list-style: none;
		border-top: 1px solid #f2eeee;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		padding: 15px 0 20px 0;
	}
	
	#content table.contact_table:last-child tr:last-child{
		border-bottom: 1px solid #f2eeee;
	}
	
	#content table.contact_table tr.pt_off{
		padding: 15px 0 0 0;
	}
	
	#content table.contact_table tr th,
	#content table.contact_table tr td{
		width: 100%;
		display: block;
		padding: 0 !important;
		border: none !important;
	}

	#content table.contact_table tr th{
		margin-bottom: 5px;
	}
	
	input[type="checkbox"]{
		display: inline-block;
		width: 18px;
		height: 18px;
		border: 1px solid #ccc;
		border-radius: 9px;
		background: transparent;
		opacity: 0.8;
	}
	
	dl.contact_policy,
	.confirmation{
		margin-bottom: 30px;
	}
	
	dl.contact_policy.mt_on{
		margin-top: 40px;
	}
	
	#content table.contact_table tr td span.annotation{
		display: block;
	}

	#content table.contact_table tr td span.wpcf7-not-valid-tip{
		margin-top: 0;
	}
	
	#content table.contact_table tr:nth-of-type(1) span.wpcf7-radio{
		display: block;
		flex-flow: inherit;
	}

	#content table.contact_table tr td span.wpcf7-list-item{
		margin-left: 0;
		margin-bottom: 0;
	}
	
	#content table.contact_table tr td span.wpcf7-list-item:last-child{
		margin-bottom: 15px;
	}

	textarea.wpcf7-form-control.wpcf7-textarea{
		height: 200px;
	}
	
	/* News *********/
	#f_news{
		margin-bottom: 60px;
		padding: 30px 0;
	}
	
	.f_news,
	.p_news{
		max-width: 600px;
		margin: 0 auto;
	}
	
	#content .f_news ul,
	#content .f_news ul:nth-of-type(3n),
	#content .p_news ul,
	#content .p_news ul:nth-of-type(3n){
		width: 48%;
		margin-right: 4%;
		margin-bottom: 35px;
	}
	
	#content .f_news ul:nth-of-type(2n),
	#content .p_news ul:nth-of-type(2n){
		margin-right: 0;
	}
	
	#content .f_news ul:nth-of-type(4){
		display: block;
	}
	
	li.news-img{
		height: 180px;
	}
	
	/* Front-page *********/
	#f_intro{
		min-height: inherit;
		position: static;
		padding: 50px 0 60px 0;
	}
	
	#content #f_intro h3{
		letter-spacing: 0.5px;
		font-size: 32px;
		font-size: 3.2rem;
		margin-top: 0;
		margin-bottom: 25px;
		text-align: center;
	}
	
	.f_intro_img{
		position: static;
		top: inherit;
		right: inherit;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	#content #f_intro p{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content #f_intro p:nth-of-type(2){
		margin-bottom: 30px;
	}
	
	#f_intro .more a{
		margin: 0 auto;
		width: 260px;
	}
	
	.f_worry{
		margin-bottom: 60px;
	}
	
	#content .f_worry ul.f_worry_block{
		padding: 25px 30px 23px 30px;
	}
	
	#content .f_worry ul.f_worry_block:before{
		left: -20px;
	}
	
	#content .f_worry ul.f_worry_block:after{
		right: -20px;
	}
	
	.f_worry ul.f_worry_block li{
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 1.5;
	}
	
	.f_worry ul.f_worry_block li .sp{
		display: block;
	}
	
	#content .f_worry h5{
		margin-bottom: 25px;
	}
	
	.f_worry ul.f_worry_img li{
		width: 32%;
	}
	
	.f_problem{
		padding: 50px 0 55px 0;
	}
	
	#content .f_problem h3{
		letter-spacing: 0.5px;
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.f_service_flex{
		display: block;
		justify-content: inherit;
		margin-bottom: 0;
	}
	
	.f_service_block{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#content #f_service h5{
		margin-top: -10px;
	}
	
	.f_menu ul li img{
		min-height: 180px;
		max-height: 180px;
	}
	
	.f_menu ul li a span.f_menu_title{
		font-size: 22px;
		font-size: 2.2rem;
		margin-top: -23.5px;
	}
	
	.f_menu ul li a span.en{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#f_voice .voice_block{
		padding: 25px 0 0 0;
		margin-bottom: 30px;
	}
	
	#f_faq{
		margin-top: 80px;
		padding: 40px 20px 30px 20px;
	}
	
	#content #f_area p:nth-of-type(1){
		max-width: 440px;
		margin: 0 auto;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	#content #f_area p:nth-of-type(1) .pc{
		display: none;
	}
		
	#t-loop,
	#loopslider,
	#loopslider ul,
	#content #loopslider ul{
		height: 180px;
	}
	
	#loopslider ul li{
		width: 288px;
		height: 180px;
		padding: 0 10px;
	}
	
	/* 私たちについて（about） *********/
	#content .about_intro_block h4{
		font-size: 34px;
		font-size: 3.4rem;
		letter-spacing: 0.5px;
	}
	
	#content .about_message h4{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#content .about_area dl dd{
		max-width: 500px;
		margin: 0 auto;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.6;
	}
	
	#content .about_area dl dd .pc{
		display: none;
	}
	
	.about_recruit a span.about_recruit_title{
		font-size: 22px;
		font-size: 2.2rem;
		margin-top: -23.5px;
	}
	
	.about_recruit a span.en{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .about_area p:nth-of-type(1){
		max-width: 440px;
		margin: 0 auto;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	#content .about_area p:nth-of-type(1) .pc{
		display: none;
	}
		
	/* サービス内容（service） *********/
	#content .service p .sp{
		display: block;
	}
	
	.service_regeneration ul li{
		width: 49%;
		margin-right: 2%;
	}
	
	.akiyasaisei_block_img{
		width: 100%;
		max-width: 350px;
	}
	
	.akiyasaisei_role{
		padding: 55px 0;
	}
	
	#content .akiyasaisei_role h3.p-title{
		margin-bottom: 30px;
	}
	
	.akiyasaisei_role_block{
		justify-content: inherit;
		flex-flow: wrap;
	}
	
	.akiyasaisei_role_block dl{
		width: 49%;
		margin-right: 2%;
	}
	
	.akiyasaisei_role_block dl:nth-of-type(2n){
		margin-right: 0;
	}
	
	.akiyasaisei_role_block dl:nth-of-type(1),
	.akiyasaisei_role_block dl:nth-of-type(2){
		margin-bottom: 2%;
	}
	
	#content .akiyasaisei_role p{
		margin-bottom: 25px;
	}
	
	/* サービスの流れ（flow） *********/	
	#content .flow_block_content p .pc{
		display: none;
	}
	
	/* セミナー＆メディア掲載実績（achievement） *********/
	.seminar_block{
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#content .seminar_block h4{
		margin-bottom: 0;
	}
	
	#content .seminar_block tr{
		display: block;
	}
	
	#content .seminar_block tr th{
		width: 100%;
		margin-bottom: 0;
		border: 1px solid #f2eeee;
		border-bottom: none;
		padding: 7px 15px;
	}
	
	#content .seminar_block tr td{
		width: 100%;
		margin-bottom: 0;
		border: 1px solid #f2eeee;
		padding: 15px 15px 13px 15px;
		text-align: center;
	}
	
	.media_block{
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
		position: static;
	}
	
	#content .media_block h4{
		width: 100%;
	}
	
	.media_block_img{
		margin: 0 auto;
		margin-bottom: 30px;
		position: static;
		top: inherit;
		right: inherit;
	}
	
	#content .media_block p{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.6;
	}
	
	.media_block .more a{
		margin: 0 auto;
	}
	
	/* よくあるご質問（faq） *********/
	.faq_bg{
		padding: 40px 20px;
	}
	
	/* お客様の声（voice） *********/
	.voice_block{
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
		position: static;
		padding-bottom: 0;
		min-height: inherit !important;
	}
	
	#content .voice_block h4{
		margin-bottom: 25px;
	}
	
	.voice_block dl{
		width: 100%;
		padding: 0 20px;
		margin-bottom: 0;
	}
	
	#content .voice_block dl dt{
		text-align: center;
	}
	
	.voice_block_img{
		position: static;
		right: inherit;
		bottom: inherit;
		margin: 0 auto;
		background: none;
	}
	
	/* 求人情報（recruit） *********/
	.recruit_condition_block{
		display: block;
		justify-content: inherit;
	}
	
	.recruit_condition_block dl{
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto !important;
		margin-bottom: 15px !important;
	}
	
	.recruit_condition_block dl:last-child{
		margin-bottom: 0 !important;
	}
	
	#content .recruit_condition_block dl dt{
		height: 36px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	#content .recruit_condition_block dl dd{
		height: 50px;
	}
	
	#content .recruit_condition_2 .recruit_condition_block dl dd{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	#content .recruit_condition_block dl dd br{
		display: none;
	}
	
	/* 求人情報 - 新（recruit） *********/
	#content .recruit_intro h3{
		font-size: 30px;
		font-size: 3.0rem;
		letter-spacing: 1px;
	}
	
	#content .recruit_intro p .pc{
		display: none;
	}
	
	#content .recruit_intro p .sp{
		display: block;
	}
	
	#content .recruit_intro h4{
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.recruit_personality_block{
		max-width: 600px;
	}
	
	#content .recruit_personality_block dl dt{
		font-size: 17px;
		font-size: 1.7rem;
		letter-spacing: 0;
		line-height: 1.5;
	}
	
	#content .recruit_personality_block dl:nth-of-type(4) dt .sp,
	#content .recruit_personality_block dl:nth-of-type(5) dt .sp{
		display: block;
	}
	
	#content .recruit_personality_block dl dd{
		max-width: 110px;
	}
	
	#content .recruit_occupation ul{
		max-width: 600px;
	}
		
	.recruit_occupation ul li a{
		height: 64px;
		font-size: 17px;
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	
	ul.tab-group li.tab{
		width: calc((100% - 10px) / 3);
		width: -webkit-calc((100% - 10px) / 3);
		font-size: 14.5px;
		font-size: 1.45rem;
		letter-spacing: 0;
	}
	
	#content .panel p{
		max-width: 500px;
		font-size: 15px;
		font-size: 1.5rem;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
		margin-bottom: 45px;
	}
	
	#content .panel p .pc{
		display: none;
	}
	
	#content .panel h5{
		padding: 15px 15px 10px 15px;
	}
	
	.panel ul.recruit_point li{
		height: 76px;
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0.25px;
	}
	
	#content .panel tr th{
		width: 150px;
	}
	
	/* 施工協力会社様募集（partner） *********/
	#content .partner p{
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	#content .partner p .pc{
		display: none;
	}
	
	/* チラシ情報（flyer） *********/
	#content .flyer h4{
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0.5px;
	}
	
	.flyer_block dl{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px)/ 3);
		margin-right: 20px;
	}
	
	.h_sns{
	display: none;
}
}

/* @media screen（スマートフォン）
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		margin: 0 0 0 0;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	.top_slider{
		height: 570px;
	}
	
	.top_slider_copy{
		top: 40%;
		margin-top: 0;
	}
	
	.top_slider_copy h1{
		line-height: 1.4;
	}
	
	.h_flyer{
		right: inherit;
		left: 15px;
		width: 200px;
	}
	
	.tmenu_block{
		width: 100%;
		padding-top: 15px;
	}
	
	.t_logo{
		width: 230px;
		height: 64px;
		margin: 0 auto;
		display: block;
		transform: translateX(-10px);
	}
	
	.t_logo a{
		background: url(images/logo.png) 0 0 no-repeat;
		background-size: 230px 64px;
		width: 230px;
		height: 64px;
		display: block;
		text-indent: -9999px;
	}
	
	.tmenu_block ul.tmenu{
		position: static;
		top: inherit;
		left: inherit;
		margin-top: 0;
		padding: 22px 20px 0 20px;
		margin-bottom: 10px;
		display: flex;
		flex-flow: wrap;
	}
	
	.tmenu_block ul.tmenu li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		border: none !important;
	}
	
	.tmenu_block ul.tmenu li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.tmenu_block ul.tmenu li:nth-of-type(13){
		width: 100%;
		margin-right: 0;
	}
	
	.tmenu_block ul.tmenu li:last-child a{
		background: #ffe200;
		color: #40220f;
	}
	
	.tmenu_block ul.tmenu li a{
		width: 100%;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		background: #f2eeee;
	}
	
	.tmenu_block ul.tmenu li.bg_orange a{
		background: #f39800;
		color: #fff;
	}
	
	.tmenu_block ul.tmenu li a span{
		display: none;
	}
	
	.t_sns .sns{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.tmenu_block dl{
		text-align: center;
	}
	
	.tmenu_block dl dt{
		line-height: 1.0;
		margin-bottom: 12px;
	}
	
	.tmenu_block dl dt a{
		font-size: 28px;
		font-size: 2.8rem;
		color: #f39800;
		font-weight: normal;
		font-family: 'tsukuA';
		letter-spacing: 1px;
	}
	
	.tmenu_block dl dt a:before{
		font-family: 'FontAwesome';
		content: "\f095";
		display: inline-block;
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0 0.25em 0 0;
	}
	
	.tmenu_block dl dd{
		line-height: 1.0;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* Footer *********/
	.f_contact_info .f_title{
		margin-bottom: 22px;
	}
	
	.f_contact_block h3{
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.f_contact_block_tel h3{
		margin-bottom: 17px;
	}
	
	#footer{
		padding: 45px 0 60px 0;
	}
	
	.f_menu_sp ul li,
	.f_menu_sp ul li:nth-of-type(3n){
		width: calc(99% / 2);
		width: -webkit-calc(99% / 2);
		margin-right: 1%;
		margin-bottom: 1% !important;
	}
	
	.f_menu_sp ul li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.f_menu_sp ul li:nth-of-type(11),
	.f_menu_sp ul li:nth-of-type(12){
		margin-bottom: 0 !important;
	}
	
	.f_menu_sp ul li a{
		font-size: 16px;
		font-size: 1.6rem;
	}
		
	/* Content *********/
	.f_title{
		height: 60px !important;
		margin-bottom: 20px;
	}
	
	#content h3.f-title,
	h3.f-title{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	
	#content h3.p-title,
	h3.p-title{
		margin-bottom: 30px;
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	#content h3.p-title:before,
	h3.p-title:before,
	#content h3.p-title:after,
	h3.p-title:after{
		background-size: 26px 28px;
		width: 26px;
		height: 28px;
	}
	
	.p_eyecatch{
		margin-bottom: 40px;
	}
	
	.p_eyecatch_img{
		height: 160px;
	}
	
	.entry_title{
		width: 280px;
		height: 64px;
		padding-top: 10px;
		margin-left: -140px;
		background: rgba(255, 255, 255, 0.8);
	}
	
	.entry_title:before{
		border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
		border-width: 0 140px 24px 140px;
	}
	
	#content h3.entry-title,
	h3.entry-title{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 5px;
	}
	
	#content h3.entry-title-en,
	h3.entry-title-en{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.jumbi{
		margin: 100px 0 60px 0;
	}
	
	.p_intro{
		margin-bottom: 30px;
	}
	
	.more a{
		height: 46px;
		font-size: 17px;
		font-size: 1.7rem;
	}
		
	/* Contact *********/
	.p_contact .p_eyecatch{
		margin-bottom: 45px;
	}
	
	.p_contact .p_intro{
		margin-bottom: 40px;
	}
	
	#content .p_contact .p_intro p{
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	#content .p_contact .p_intro p .pc{
		display: none;
	}
	
	#content .p_contact .p_intro h5{
		max-width: 340px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.5;
		margin-top: 35px;
	}
	
	#content .p_contact .p_intro h5 span.slash:before{
		width: 1px;
		height: 54px;
		transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		bottom: -3px;
	}
	
	#content .p_contact .p_intro h5 span.slash:after{
		width: 1px;
		height: 54px;
		transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		bottom: -3px;
	}
	
	.contact_flex{
		margin-bottom: 30px;
	}
	
	.contact_flex{
		display: block;
		justify-content: inherit;
	}
	
	.contact_flex .contact_block{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		border: 6px solid #f2eeee;
	}
	
	.contact_flex .contact_tel{
		margin-bottom: 20px;
	}
	
	#content .contact_block h3{
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
	
	#content .contact_mail h3{
		margin-bottom: 22px;
	}
	
	.line_link a{
		height: 40px;
		padding-bottom: 3px;
	}
	
	#content .contact_block h5{
		margin-bottom: 25px;
	}
	
	#content table.contact_table tr.satei_form_title{
		padding: 20px 0;
	}
	
	#content table.contact_table tr.satei_form_title th{
		line-height: 1.4;
		padding: 8px 0 !important;
		margin-bottom: 0;
	}
	
	span.wpcf7-radio .wpcf7-list-item{
		margin-right: 12px;
	}
	
	#content table.contact_table select,
	select.wpcf7-form-control.wpcf7-select{
		width: 90px;
	}
	
	#content table.contact_table select[name="birth-month"],
	#content table.contact_table select[name="birth-day"]{
		margin-left: 5px;
		width: 75px;
	}

	/* News *********/
	#primary,
	#container{
		float: none;
	}
	
	li.news-img{
		height: 160px;
	}
	
	#content .single-title{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.nav-previous a,
	.nav-next a{
		width: 100px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.blog .p_eyecatch{
		margin-bottom: 40px;
	}
	
	#nav-below{
		margin: 40px 0 0 0;
	}
	
	.news_tag{
		padding: 15px 10px 5px 10px;
		margin-bottom: 40px;
	}
	
	.single .news_tag{
		margin-top: 40px;
		margin-bottom: 10px;
	}
	
	.news-tags a{
		font-size: 14px;
		font-size: 1.4rem;
	}
		
	/* Front-page *********/
	#f_intro{
		padding: 40px 0 50px 0;
	}
	
	#content #f_intro h3{
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	#content #f_intro h3 .pc:nth-of-type(1){
		display: block;
	}
	
	.f_intro_img{
		width: 70%;
	}
	
	#content #f_intro p{
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	.f_worry{
		margin-bottom: 45px;
	}
	
	#content .f_worry ul.f_worry_block{
		margin-bottom: 160px;
		padding: 15px 20px 23px 20px;
	}
	
	#content .f_worry ul.f_worry_block:before{
		background-size: 110px 154px;
		width: 110px;
		height: 154px;
		left: 50%;
		bottom: -134px;
		margin-left: -110px;
	}
	
	#content .f_worry ul.f_worry_block:after{
		background-size: 110px 154px;
		width: 110px;
		height: 154px;
		right: 50%;
		bottom: -134px;
		margin-right: -110px;
	}
	
	.f_worry ul.f_worry_block li{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	#content .f_worry h5{
		margin-bottom: 17px;
	}
	
	#content .f_worry h3{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 25px;
	}
	
	#content .f_worry h3 span.slash:before,
	#content .f_worry h3 span.slash:after{
		content: none;
	}
	
	#content .f_worry h3 span.deco{
		display: inline-block;
		position: relative;
	}
	
	#content .f_worry h3 span.deco:before{
		content: '';
		display: block;
		background: url(images/deco_emphasis.svg) no-repeat;
		background-size: 16px 16px;
		width: 16px;
		height: 16px;
		position: absolute;
		top: -8px;
		left: -14px;
	}
	
	#content .f_worry ul.f_worry_img{
		margin-bottom: 20px;
	}
	
	.f_worry ul.f_worry_img li{
		width: 50%;
	}
	
	.f_worry ul.f_worry_img li:nth-of-type(2){
		display: none;
	}
	
	.f_worry dl{
		margin-top: 22px;
	}
	
	#content .f_worry dl dt{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 20px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	#content .f_worry dl dt .sp{
		display: none;
	}
	
	#content .f_worry dl dd{
	}
	
	#content .f_worry h6{
		margin-bottom: 15px;
	}
	
	#content .f_worry h6 a{
		width: 240px;
		height: 54px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#content .f_worry p{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.4;
	}
	
	.f_problem{
		padding: 30px 0 30px 0;
		margin-bottom: 60px;
	}
	
	#content .f_problem h3{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	
	.f_problem_img{
		max-width: 500px;
	}
	
	.f_problem_img img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	
	#f_service{
		margin-bottom: 40px;
	}
	
	.f_service_block{
		margin-bottom: 20px;
	}
	
	#content .f_service_block h4{
		height: auto;
		display: block;
		justify-content: inherit;
		align-items: inherit;
		padding: 18px 0;
		line-height: 1.2;
	}
	
	#content #f_service h5{
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 0;
		margin-bottom: 30px;
	}
	
	#content #f_service h5 br{
		display: none;
	}
	
	#content #f_service h5 span.orange:before,
	#content #f_service h5 span.orange:after{
		content: none;
	}
	
	#f_menu{
		margin-bottom: 40px;
	}
	
	.f_menu ul li img{
		min-height: 150px;
		max-height: 150px;
	}
	
	.f_menu ul li a span.f_menu_title{
		font-size: 19px;
		font-size: 1.9rem;;
		margin-top: -21px;
	}
	
	.f_menu ul li a span.en{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.f_menu ul li a span.f_menu_title .sp{
		display: none;
	}
	
	#f_faq{
		margin-bottom: 30px;
	}
	
	.faq_block{
		padding: 15px 0;
	}
	
	#content .faq_block h4{
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 40px;
	}
	
	#content .faq_block h4 span{
		width: 30px;
		height: 30px;
		font-size: 18px;
		font-size: 1.8rem;
		top: 0;
	}
	
	#f_faq .more{
		margin-top: 30px;
	}
	
	.faq_block nav{
		padding-left: 0;
	}
	
	.answer_block:after{
		position: static;
		left: inherit;
		bottom: inherit;
		margin: 0 auto;
		margin-top: 25px;
		transform: translateX(-5px);
	}
	
	#content .answer_block p{
		line-height: 1.6;
		padding: 13px 15px 12px 15px;
	}
	
	#content .answer_block p:before{
		border-color: #fbb03b transparent transparent transparent;
		border-width: 20px 15px 0 15px;
		left: 50%;
		bottom: -20px;
		margin-left: -15px;
	}
	
	#content .faq_block p:after{
		border-color: #fff transparent transparent transparent;
		border-width: 20px 15px 0 15px;
		left: 50%;
		bottom: -17px;
		margin-left: -15px;
	}
	
	#f_area{
		margin-bottom: 30px;
		padding: 30px 20px;
		border: 4px solid #f2eeee;
	}
	
	#content #f_area h3.p-title{
		margin-bottom: 25px;
	}
	
	#content #f_area h4{
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 0.5px;
	}
	
	#content #f_area h5{
		line-height: 1.6;
		margin-bottom: 22px;
	}
	
	#content #f_area h6{
		height: 40px;
		font-size: 22px;
		font-size: 2.2rem;
		margin: 25px auto 15px auto;
	}
		
	#f_access{
		margin-bottom: 40px;
		padding: 30px 0;
	}
	
	#f_access .f_title{
		margin-bottom: 20px;
	}
	
	#content .f_access_block_content h4{
		height: 40px;
		margin-bottom: 15px;
	}
	
	#content .f_access_block_content p{
		letter-spacing: 0.5px;
		margin-bottom: 15px;
	}
	
	#content .f_access_block_content p br,
	#content .f_access_block_content p .sp{
		display: block;
	}
	
	#content .f_access_block_content h5{
		letter-spacing: 0;
		margin-bottom: 25px;
	}
	
	#content .f_access_block_content dl dd a{
		height: 36px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#slide-loop{
		margin-bottom: 40px;
	}
	
	#t-loop,
	#loopslider,
	#loopslider ul,
	#content #loopslider ul{
		height: 150px;
	}
	
	#loopslider ul li{
		width: 240px;
		height: 150px;
	}
	
	/* 私たちについて（about） *********/
	.about_intro{
		margin-bottom: 35px;
	}
	
	.about_intro_img{
		margin-bottom: 62px;
	}
	
	.about_philosophy{
		margin-bottom: 60px;
	}
	
	#content .about_intro_block h4{
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	
	.about_message{
		padding: 35px 0;
	}
	
	#content .about_message h4{
		letter-spacing: 0.5px;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	#content .about_message p{
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.5px;
	}
	
	.about_company{
		padding: 40px 0 0 0;
	}
	
	#content .about_company h3.p-title{
		margin-bottom: 20px;
	}
	
	#content .about_company table{
		max-width: 400px;
		margin-bottom: 25px;
	}
	
	#content .about_company tr th{
		display: block;
		width: 100%;
		padding: 5px 0;
		font-size: 16px;
		font-size: 1.6rem;
		background: #f2eeee !important;
		text-align: center;
	}
	
	#content .about_company tr td{
		display: block;
		width: 100%;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 9px 0;
		background: none !important;
		text-align: center;
	}
		
	.about_area{
		padding: 40px 0 30px 0;
	}
	
	#content .about_area h3.p-title{
		margin-bottom: 25px;
	}
	
	.about_recruit{
		margin-top: 40px;
	}
	
	.about_recruit img{
		min-height: 140px;
		max-height: 140px;
	}
	
	.about_recruit a span.about_recruit_title{
		font-size: 24px;
		font-size: 2.4rem;
		margin-top: -24.5px;
	}
	
	#content .about_area h4{
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 0.5px;
		margin-bottom: 15px;
	}
	
	#content .about_area h5{
		line-height: 1.6;
		margin-bottom: 27px;
	}
	
	#content .about_area h6{
		font-size: 22px;
		font-size: 2.2rem;
		margin: 30px auto 15px auto;
	}
	
	.one-column #content{
		margin-bottom: 30px;
	}
	
	/* サービス内容（service） *********/
	.p_service .f_problem{
		margin-bottom: 40px;
	}
	
	.service{
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	#content .service h4{
		height: auto;
		display: block;
		justify-content: inherit;
		align-items: inherit;
		padding: 12px 0;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	
	#content .service p{
		font-size: 15px;
		font-size: 1.5rem;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-bottom: 13px;
	}
	
	#content .service p .sp{
		display: none;
	}
	
	.service_img{
		margin-bottom: 30px;
	}
	
	#content .service h5{
		padding: 11px 15px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.service_regeneration{
		padding: 40px 0 20px 0;
		margin-bottom: 40px;
	}
	
	#content .service_regeneration ul{
		display: block;
		flex-flow: inherit;
	}
	
	.service_regeneration ul li,
	.service_regeneration ul li:nth-of-type(2n){
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	
	.service_regeneration ul li:last-child{
		margin: 0 0 0 0 !important;
	}
	
	.akiyasaisei{
		padding: 40px 0 40px 0;
	}
	
	#content .akiyasaisei h3{
		max-width: 350px;
		height: 64px;
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.3;
	}
	
	.akiyasaisei_role{
		padding: 45px 0;
	}
	
	.akiyasaisei_deco{
		margin-bottom: 30px;
	}
	
	.akiyasaisei_deco img{
		min-height: 70px;
	}
	
	.akiyasaisei_role_block{
		display: block;
		flex-flow: inherit;
		margin-bottom: 25px;
	}
	
	.akiyasaisei_role_block dl,
	.akiyasaisei_role_block dl:nth-of-type(2n){
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		margin-bottom: 20px !important;
	}
	
	.akiyasaisei_role_block dl:last-child{
		margin-bottom: 0 !important;
	}
	
	#content .akiyasaisei_role_block dl dt{
		margin-bottom: 30px;
	}
	
	#content .akiyasaisei_role_block dl dd.role_block_img{
		max-width: 120px;
		margin-bottom: 20px;
	}
	
	#content .akiyasaisei_role_block dl dd.akiyasaisei_role_img{
		margin-bottom: 20px;
	}
	
	#content .akiyasaisei_role_block dl dd.role_block_note{
		letter-spacing: 0.5px;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0 20px 15px 20px;
	}
	
	/* サービスの流れ（flow） *********/
	.flow{
		padding: 55px 0 60px 0;
	}
	
	#content .flow h3.p-title{
		line-height: 1.4;
	}
	
	#content .flow h3.p-title:before,
	#content .flow h3.p-title:after{
		content: none;
	}
	
	#content .flow h3.p-title span{
		display: inline-block;
		position: relative;
	}
	
	#content .flow h3.p-title span:before{
		content: '';
		display: inline-block;
		background: url(images/icon_ohana.svg) no-repeat;
		background-size: 28px 30px;
		width: 28px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: -38px;
		margin-top: -15px;
	}
	
	#content .flow h3.p-title span:after{
		content: '';
		display: inline-block;
		background: url(images/icon_ohana.svg) no-repeat;
		background-size: 28px 30px;
		width: 28px;
		height: 30px;
		position: absolute;
		top: 50%;
		right: -38px;
		margin-top: -15px;
	}
	
	.flow_block{
		padding: 25px 20px;
		display: block;
		justify-content: inherit;
		margin-bottom: 50px;
	}
	
	.flow_block:after{
		bottom: -37px;
		border-width: 20px 40px 0 40px;
		margin-left: -40px;
	}
	
	.flow_block_img{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.flow_block_content{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	
	#content .flow_block_content h4{
		height: 46px;
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	
	#content .flow_block_content h4 span{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#content .flow_block_content p{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* セミナー＆メディア掲載実績（achievement） *********/
	.achievement_block{
		margin-bottom: 50px;
	}
	
	#content .seminar_block h4{
		height: auto;
		display: block;
		justify-content: inherit;
		align-items: inherit;
		padding: 10px 0;
		line-height: 1.4;
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	#content .seminar_block tr td{
		padding: 12px 10px 11px 10px;
	}
	
	#content .media_block h4{
		height: auto;
		display: block;
		align-items: inherit;
		padding: 12px 0;
		border: 1px solid #f39800;
		text-align: center;
	}
	
	#content .media_block h4 span{
		margin: 0 0 12px 0;
	}
	
	/* よくあるご質問（faq） *********/
	.faq{
		padding: 40px 0;
	}
	
	.faq_bg{
		padding: 30px 20px;
	}
	
	/* お客様の声（voice） *********/
	#content .voice_block h4{
		height: 46px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	#content .voice_block dl dt{
		line-height: 1.5;
		padding-bottom: 15px;
	}
	
	/* お客様の声（voice） *********/
	.access_block{
		margin-bottom: 50px;
	}
	
	#content .access_gallery ul{
		display: block;
		justify-content: inherit;
	}
	
	.access_gallery ul li{
		width: 100%;
		max-width: 390px;
		margin: 0 auto;
	}
	
	.access_gallery ul li:nth-of-type(1){
		margin-bottom: 20px;
	}
	
	/* 求人情報（recruit） *********/
	.recruit{
		margin-bottom: 40px;
	}
	
	#content .recruit h3{
		height: 56px;
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 25px;
	}
	
	#content .recruit h3 span{
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	#content .recruit h4{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 17px;
	}
	
	#content .recruit ul{
		margin-bottom: 30px;
	}
	
	.recruit ul li{
		margin-bottom: 25px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#content .recruit p{
		text-align: justify;
		text-justify: inter-ideograph;
		margin-bottom: 20px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	
	#content .recruit p.center{
		margin-bottom: 30px;
	}
	
	.recruit dl{
		padding: 18px 0 12px 0;
	}
	
	#content .recruit dl dd{
		line-height: 1.5;
	}
	
	.recruit_condition{
		margin-bottom: 40px;
	}
	
	#content .recruit_condition h3:before,
	#content .recruit_condition h3:after{
		background-size: 26px 28px;
		width: 26px;
		height: 28px;
	}
	
	#content .recruit_condition_block dl dd,,
	#content .recruit_condition_2 .recruit_condition_block dl dd{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	#content .recruit_condition_2 .recruit_condition_block dl:nth-of-type(1) dd{
		height: 70px;
		line-height: 1.4;
	}
	
	#content .recruit_condition_block dl dd br{
		display: block;
	}
	
	#content .recruit_condition_block dl dd .pc{
		display: none;	
	}
	
	.recruit_note{
		margin-bottom: 35px;
	}
	
	#content .recruit_note h4{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 0;
	}
	
	#content .recruit_note h4 span:before{
		height: 35px;
		margin: 0 17px 0 0;
	}
	
	#content .recruit_note h4 span:after{
		height: 35px;
		margin: 0 0 0 13px;
	}
	
	/* 求人情報 - 新（recruit） *********/
	.entry_box{
		width: 140px;
		position: absolute;
		top: 165px;
		bottom: inherit;
	}
	
	.modal_mail{
		height: 260px;
	}
	
	.modal_text1{
		line-height: 1.4;
	}
	
	.recruit_intro{
		margin-bottom: 40px;
	}
	
	#content .recruit_intro h3{
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.4;
		letter-spacing: 0.5px;
		margin-bottom: 30px;
	}
	
	#content .recruit_intro p{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 40px;
	}
	
	.recruit_mainimg{
		margin-bottom: 40px;
	}
	
	#content .recruit_intro h4{
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 0.5px;
		line-height: 1.4;
	}
	
	.recruit_personality{
		padding: 45px 0 55px 0;
		margin-bottom: 40px;
	}
	
	#content .recruit_personality h3{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	#content .recruit_personality h3 span{
		font-size: 30px;
		font-size: 3.0rem;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	
	.recruit_personality_block dl{
		padding: 20px 0 17px 0;
	}
	
	#content .recruit_personality_block dl dt{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	#content .recruit_personality_block dl dd{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		max-width: 80px;
	}
	
	.recruit_occupation{
		margin-bottom: 35px;
	}
	
	#content .recruit_occupation p{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 35px;
	}
	
	#content .recruit_occupation h5{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	#content .recruit_occupation h5 span:before{
		margin: 0 10px 8px 0;
	}
	
	#content .recruit_occupation h5 span:after{
		margin: 0 0 8px 10px;
	}
	
	#content .recruit_occupation ul{
		max-width: 400px;
		margin-bottom: 15px;
	}
	
	.recruit_occupation ul li,
	.recruit_occupation ul li:nth-of-type(3n),
	.recruit_occupation ul li:nth-of-type(4n){
		width: calc((100% - 5px) / 2);
		width: -webkit-calc((100% - 5px) / 2);
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	.recruit_occupation ul li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.recruit_occupation ul li a{
		height: 50px;
		font-size: 16px;
		font-size: 1.6rem;
		padding-bottom: 0;
	}
	
	.occupation_link{
		max-width: 300px;
	}
	
	.occupation_link a{
		height: 60px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.tab-panel{
		margin-bottom: 40px;
	}
	
	#content ul.tab-group{
		padding: 0 15px;
	}
	
	ul.tab-group li.tab{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px 0 10px 0;
	}
	
	ul.tab-group li.tab span{
		width: 80px;
		height: 22px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	ul.tab-group li.tab:nth-of-type(1) span{
		margin-bottom: 22px;
	}
	
	.panel{
		padding-top: 40px;
	}
	
	#content .panel h3{
		font-size: 20px;
		font-size: 2.0rem;
		letter-spacing: 0.5px;
		line-height: 1.5;
	}
	
	#content .panel p{
		margin-bottom: 40px;
	}
	
	#content .panel ul.recruit_point{
		max-width: 400px;
		display: block;
		flex-flow: inherit;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	.panel ul.recruit_point li{
		width: 100%;
		height: auto;
		display: block;
		justify-content: inherit;
		align-items: inherit;
		line-height: 1.5;
		padding: 10px 0;
		margin-bottom: 5px;
	}
	
	.panel ul.recruit_point li:last-child{
		margin-bottom: 0;
	}
	
	#content .panel h4 span:before,
	#content .panel h4 span:after{
		background-size: 26px 28px;
		width: 26px;
		height: 28px;
	}
	
	#content .panel tr th{
		width: 90px;
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	
	#content .panel tr td{
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	#content .panel tr td span.bold{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .recruit_entry p{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 30px;
	}
	
	#content .recruit_entry h4{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	
	#content .recruit_entry h4 span:before,
	#content .recruit_entry h4 span:after{
		height: 30px;
	}
	
	/* アクセス（access） *********/
	#content .access_block p{
		line-height: 1.6;
	}
	
	/* 施工協力会社様募集（partner） *********/
	.partner{
		margin-bottom: 35px;
	}
	
	#content .partner h3{
		height: 56px;
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 25px;
		letter-spacing: 0.5px;
		margin-bottom: 30px;
	}
	
	#content .partner p{
		line-height: 1.8;
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	
	.partner_business{
		margin-bottom: 30px;
	}
	
	#content .partner_business h3{
		margin-bottom: 15px;
	}
	
	#content .partner_business h3 span:before,
	#content .partner_business h3 span:after{
		background-size: 26px 28px;
		width: 26px;
		height: 28px;
	}
	
	#content .partner_business ul{
		max-width: 400px;
		margin-bottom: 35px;
	}
	
	.partner_business ul li{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.partner_business ul li:last-child{
		margin-left: 26.5%;
	}
	
	#content .partner_business p{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	
	/* チラシ情報（flyer） *********/
	.page-id-35 #content,
	.flyer{
		margin-bottom: 40px;
	}
	
	.flyer_block{
		margin-bottom: 15px;
	}
	
	.flyer_block dl,
	.flyer_block dl:nth-of-type(3n){
		width: calc((100% - 15px) / 2);
		width: -webkit-calc((100% - 15px)/ 2);
		margin-right: 15px;
		margin-bottom: 25px !important;
	}
	
	.flyer_block dl:nth-of-type(2n){
		margin-right: 0;
	}
	
	#content .flyer_block dl dt{
		margin-bottom: 10px;
	}
	
	#content .flyer_block dl dt a:hover{
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
	}
	
	#content .flyer_block dl dd{
		width: 100%;
		max-width: 160px;
	}
	
	#content .flyer_block dl dd a{
		height: 36px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#content .flyer h4{
		height: 120px;
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.5;
		border: 6px solid #f2eeee;
		padding-top: 1px;
	}
}

/* @media screen（スマートフォン2）
-------------------------------------------------------------- */
@media screen and (max-width: 500px){
	/* Footer *********/
	.bottom_menu ul li{
		width: calc((100% - 88px) / 2);
		width: -webkit-calc((100% - 88px) / 2);
	}
	
	.bottom_menu ul li.bottom_menu_tel{
		width: 44px;
	}
	
	.bottom_menu ul li.bottom_menu_tel a{
		font-size: 0;
		position: relative;
	}
	
	.bottom_menu ul li.bottom_menu_tel a:before{
		content: '';
		display: block;
		vertical-align: middle;
		background: url(images/icon_tel.svg) no-repeat;
		background-size: 24px 22px;
		width: 24px;
		height: 22px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -11px;
		margin-left: -12px;
	}
	
	.bottom_menu ul li.bottom_menu_mail a:before,
	.bottom_menu ul li.bottom_menu_line a:before{
		background-size: 26px 24px;
		width: 26px;
		height: 24px;
	}
	
	/* News *********/
	.f_news,
	.p_news{
		display: block;
		flex-flow: inherit;
	}
	
	#content .f_news ul,
	#content .f_news ul:nth-of-type(2n),
	#content .f_news ul:nth-of-type(3n),
	#content .p_news ul,
	#content .p_news ul:nth-of-type(2n),
	#content .p_news ul:nth-of-type(3n){
		width: 100%;
		overflow: hidden;
		margin-bottom: 16px;
	}
	
	#content .f_news ul:last-child{
		margin-bottom: 30px;
	}
	
	li.news-img{
		width: 44%;
		float: left;
		height: 110px;
	}
	
	li.date{
		width: 56%;
		float: right;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	li.blog-title{
		width: 56%;
		float: right;
		padding-left: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* Front-page *********/
	.f_menu ul li img{
		min-height: 100px;
		max-height: 100px;
	}
	
	.f_menu ul li a span.f_menu_title{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2;
		margin-top: -20px;
	}
	
	.f_menu ul li:nth-of-type(2) a span.f_menu_title,
	.f_menu ul li:nth-of-type(3) a span.f_menu_title{
		margin-top: -31px;
	}
	
	.f_menu ul li a span.en{
		margin-top: 5px;
	}
	
	.f_menu ul li a span.f_menu_title .sp{
		display: block;
	}
}

/* @media screen（Safari）
-------------------------------------------------------------- */
@media screen and (max-width: 380px){
	/* Header *********/
	#site-title{
		width: 230px;
		height: 64px;
		transform: translateX(-10px);
	}
	
	#site-title a{
		background-size: 230px 64px;
		width: 230px;
		height: 64px;
	}
	
	/* News *********/
	li.news-img{
		height: 110px;
	}
}
