@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*-----------------BODY--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	font-size: 1.9rem;
	font-size: calc(1.9rem + (1vw - 19.2px) * 0.1942);
	font-weight: 400;
}
body.mobile #mainImg, body.mobile #breadcrumb {
	margin-top: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fa, .far, .fas {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-weight: normal;
}
/*-----------------BODY--------------------------------------------*/
/*-----------------ヘッダー--------------------------------------------*/
/*------PC・SP共通
--------------------------------------------*/
.bg .inner {
	width: auto;
}
/*------PC・SP共通__キャッチフレーズ
--------------------------------------------*/
#header .bg, .bg {
	background: none;
	margin: 0 auto;
}
#header h1, #header .description {
	color: #000; /*文字色変更*/
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.2232); /* フォントサイズ：1.2rem → 1rem */
}
@media print, screen and (min-width: 1024px) {
	/*------ヘッダー下部
--------------------------------------------*/
	#header {
		overflow: hidden;
		width: 100%;
		height: 90px; /* 高さ変更 */
		margin: auto;
	}
	#header .inner, #header-layout, #header .logo, #header .sticky-logo, #header .logo a, #header .header__nav-contact, nav#mainNav, #mainNav .inner, nav div.panel, nav#mainNav ul, #header ul.header__contact, #header ul.header__contact li, #header a.headBtn {
		height: 100%;
		float: none;
	}
	#header .inner {
		width: 100%;
		max-width: none;
	}
	#header-layout {
		width: 100%;
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}
	/*------ヘッダー下部__ロゴ
--------------------------------------------*/
	#header .logo {
		display: block;
		line-height: 0;
		padding: calc(10px + (1vw - 19.2px) * 0.5580) calc(20px + (1vw - 19.2px) * 1.1161); /* 可変：縦10px → 5px、横20px → 10px */
	}
	#header .logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#header .logo img {
		-o-object-fit: contain;
		object-fit: contain;
		max-width: 355px;
		max-height: calc(60px + (1vw - 19.2px) * 2.2321);
	}
	/*------ヘッダー下部__グローバルナビ
--------------------------------------------*/
	#header .header__nav-contact {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	nav#mainNav {
		background: rgba(255, 255, 255, .8); /* 背景色変更 */
		margin: 0;
	}
	nav#mainNav ul, #header .header__nav-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	nav#mainNav ul li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: calc(1.9rem + (1vw - 19.2px) * 0.4464);
		padding: calc(15px + (1vw - 19.2px) * 0.5580) calc(30px + (1vw - 19.2px) * 1.6741);
	}
	nav#mainNav ul ul.sub-menu {
		width: 100%;
		height: auto;
	}
	nav#mainNav ul li:hover ul.sub-menu {
		top: 100%;
	}
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		content: '';
		position: absolute;
		width: 30px;
		height: 3px;
		background: #F66B35;
		left: 50%;
		bottom: 5px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	nav#mainNav ul ul.sub-menu li a::after {
		content: none !important;
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
	#header ul.header__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 20px;
	}
	#header a.headBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; /* アイコンを横並びにする場合は「row」 */
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff; /* 文字色変更 */
		background: #f66b35; /* 背景色変更 */
		font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232); /* 可変：1.6rem → 1.4rem */
		font-weight: 600;
		padding: calc(10px + (1vw - 19.2px) * 0.2232) calc(20px + (1vw - 19.2px) * 0.5580); /* 可変：縦10px → 8px、横20px → 15px */
	}
	#header a.headBtn.mailBtn {
		background: #FF9B74;
	}
	#header a.headBtn.telBtn span {
		font-size: calc(2.2rem + (1vw - 19.2px) * 0.6696);
	}
	#header .b-txt {
		display: block;
		font-size: calc(1.2rem + (1vw - 19.2px) * 0.2232);
		font-weight: 300;
	}
	/*------スティッキーヘッダー
--------------------------------------------*/
	.sticky-header .site-header {
		z-index: 9999;
	}
	.sticky-header #header > .inner {
		height: auto;
		background: #fff; /* 背景色変更 */
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2); /* 不要なら削除 */
	}
	.sticky-header #header-layout {
		height: 80px; /* 高さ変更 */
	}
	.sticky-header nav#mainNav {
		background: none;
	}
	.sticky-header #header a.headBtn::before {
		margin-bottom: 0;
	}
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1240px) and (min-width: 1024px) {
	#header a.headBtn::before {
		display: block;
		font-family: 'Font Awesome 5 Free';
		font-size: 150%; /* サイズ変更 */
		font-weight: 900;
		line-height: 1;
	}
	#header a.headBtn.telBtn::before {
		content: '\f095';
	}
	#header a.headBtn.mailBtn::before {
		content: '\f0e0';
	}
	#header a.headBtn span, #header a.headBtn b.b-txt {
		display: none;
	}
}
@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}
	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
	#header .inner {
		width: 100%;
	}
	#header-layout {
		padding: 0;
	}
	#header .logo {
		display: block;
		text-align: center;
		margin: 0 auto 20px;
		padding: 0;
	}
	#header .logo img {
		max-height: 60px; /* サイズ変更 */
	}
	/*------レスポンシブ__スティッキーヘッダー
--------------------------------------------*/
	.mobile #header {
		background: #fff; /* 背景色変更 */
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2); /* 不要なら削除 */
		z-index: 9999;
	}
}
/*--------------------------------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	body.mobile #header .logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mobile #header .logo .mark, .mobile #header .logo .spmenu {
		display: block !important;
	}
}
/*-----------------ヘッダー--------------------------------------------*/
/*-----------------フッター--------------------------------------------*/
/*------共通
--------------------------------------------*/
#footer {
	font-size: calc(1.4rem + (1vw - 19.2px) * 0.1942);
	padding: calc(50px + (1vw - 19.2px) * 0.9709) 0 30px;
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
	width: 95%;
	max-width: 1100px;
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
	padding: 0;
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
	margin-bottom: 30px;
}
#footer .footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 calc(16px + (1vw - 19.2px) * 0.4531) 0 calc(15px + (1vw - 19.2px) * 0.4531);
	margin-bottom: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #FF9B74;
	top: 0;
}
#footer .footnav ul > li::before {
	left: 0;
}
#footer .footnav ul > li::after {
	right: -1px;
}
/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x {
	font-size: inherit;
}
#footer .footer__socialicon ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footer .footer__socialicon ul li {
	text-align: center;
	padding: 0 5px;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .footer__socialicon ul li::before {
	content: none;
}
#footer .footer__socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: 1;
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before {
	color: #f66b35;
	font-size: 3rem; /* ----SNSボタン（LINEを除く）の大きさ変更はこちら---- */
}
#footer .SvgLine {
	fill: #f66b35;
	width: 28px; /* ----LINEボタンの大きさ変更はこちら---- */
	height: 28px; /* ----LINEボタンの大きさ変更はこちら---- */
}
@media print, screen and (max-width: 768px) {
	#footer {
		padding-bottom: 60px;
	}
}
/*------コピーライト
--------------------------------------------*/
#copyright {
	background: none;
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.1294);
	letter-spacing: .1rem;
	padding: 0;
	margin: 30px auto 0;
}
/*-----------------フッター--------------------------------------------*/
/*----------------SPフッタータブメニュー--------------------------------------------*/
ul#MESY_FTMFM_footer_bar .fa, ul#MESY_FTMFM_footer_bar .far, ul#MESY_FTMFM_footer_bar .fas {
	font-weight: 900;
}
/*----------------SPフッタータブメニュー--------------------------------------------*/
/*----------------メインイメージ--------------------------------------------*/
/*----------------メインイメージ--------------------------------------------*/
/*-----------------見出し--------------------------------------------*/
/*------共通
--------------------------------------------*/
h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title, .post h3, .post h4 {
	line-height: 1.6;
}
h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title {
	background: none;
}
.post h1 span, .post h2 span, .post h3 span, .post h4 span {
	padding: 0;
}
/*------h1タイトル
--------------------------------------------*/
h1.title, .post h1, header#h1Header h1.title {
	font-size: calc(4.2rem + (1vw - 19.2px) * 0.7767);
	font-weight: 600;
	letter-spacing: calc(.4rem + (1vw - 19.2px) * 0.1294);
	text-align: center;
	text-shadow: none;
	padding: 0;
	z-index: 10;
}
h1.title, .post h1 {
	position: relative;
	margin: 0 auto calc(80px + (1vw - 19.2px) * 1.9417);
}
.post h1.frontTtl {
	margin: 0 auto calc(50px + (1vw - 19.2px) * 1.2945);
}
header#h1Header h1.title {
	width: 90%;
	max-width: 1700px;
	color: #fff;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*header#h1Header::after {
	content: '';
	position: absolute;
	width: 1799px;
	height: 300px;
	background: url(/struct/wp-content/uploads/eyecatch-bg.png) no-repeat center;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/
/*------h2タイトル
--------------------------------------------*/
.post h2 {
	font-size: calc(3.8rem + (1vw - 19.2px) * 1.0356);
	font-weight: 600;
	letter-spacing: calc(.2rem + (1vw - 19.2px) * 0.0647);
	text-align: center;
	padding: 0 0 calc(20px + (1vw - 19.2px) * 0.3236);
	border-bottom: 2px solid #F66B35;
	margin: calc(120px + (1vw - 19.2px) * 1.2945) auto 50px;
}
.post h2.midTtl {
	font-size: calc(2.8rem + (1vw - 19.2px) * 0.6472);
}
.post h2.frontTtl {
	color: #F66B35;
	letter-spacing: .2rem;
	padding: 0;
	margin: 0 auto calc(30px + (1vw - 19.2px) * 0.9709);
}
.post h2.frontTtl::before, .post h2.frontTtl::after {
	content: none;
}
/*------h3タイトル
--------------------------------------------*/
.post h3 {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.3236);
	font-weight: 600;
	letter-spacing: calc(.2rem + (1vw - 19.2px) * 0.0324);
	padding: 6px calc(15px + (1vw - 19.2px) * 0.3236);
	margin: calc(80px + (1vw - 19.2px) * 1.2945) auto calc(40px + (1vw - 19.2px) * 0.6472);
}
.post h3.s-bdrTtl {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	color: #513D35;
	background: none;
	padding: 0 0 0 calc(25px + (1vw - 19.2px) * 0.6472);
	border-left: calc(5px + (1vw - 19.2px) * 0.1294) solid #FFC678;
}
/*------h4タイトル
--------------------------------------------*/
/*------サブタイトル
--------------------------------------------*/
#breadcrumb .jpTtl, #sitemap_list .jpTtl {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}
#breadcrumb b, ul#sitemap_list b {
	display: none;
}
/*------上部マージン消去
--------------------------------------------*/
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
	margin-top: 0;
}
/*-----------------見出し--------------------------------------------*/
/*-----------------パンくずリスト--------------------------------------------*/
#breadcrumb {
	padding: 12px 0;
}
#breadcrumb ul {
	width: 98%;
	max-width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}
#breadcrumb ul li {
	float: none;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
	padding: 0;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0;
}
.wpcf7-form .must, .wpcf7-form .option {
	font-size: 75%;
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
/*-----------------共通--------------------------------------------*/
/*------TOPに戻る
--------------------------------------------*/
#scrollUp, .icon-up-open:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#scrollUp {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.icon-up-open:before {
	content: '';
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 1rem;
	width: 30px;
	height: 36px;
	background: url(/struct/wp-content/uploads/scroll-top-img.png) no-repeat center;
	background-size: 36px auto;
	text-align: center;
	margin: 0 auto;
}
/*------ラッパーコンテンツ
--------------------------------------------*/
#full-wrapper .post {
	margin: 0 auto;
}
.wrapper-content {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	z-index: 10;
}
/*------フレックスボックス
--------------------------------------------*/
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbox {
	margin: calc(80px + (1vw - 19.2px) * 1.9417) auto;
}
.alternateBox > .flexbox:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.item-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.w30 {
	width: 28.5%;
}
.w40 {
	width: 38.5%;
}
.w50 {
	width: 48%;
}
.w60 {
	width: 58.5%;
}
.w70 {
	width: 68.5%;
}
.flexbox:first-child {
	margin-top: 0;
}
.flexbox:last-child {
	margin-bottom: 0;
}
/*------pタグ
--------------------------------------------*/
.post p {
	padding-bottom: 0;
}
/*------リスト
--------------------------------------------*/
.post ul {
	margin: 0;
}
.post li {
	line-height: 2;
	margin-bottom: 0;
}
.post ol {
	margin: 0 0 0 1.2em;
}
.post ul.discList {
	list-style: disc;
	margin: 0 0 0 1.2em;
}
.post ol:first-child, .post ul.discList:first-child {
	margin-top: 0;
}
.post ol:last-child, .post li:last-child, .post ul.discList:last-child {
	margin-bottom: 0;
}
/*------テーブル
--------------------------------------------*/
.post table {
	margin: 30px auto;
}
.post table th, .post table td {
	padding: calc(10px + (1vw - 19.2px) * 0.3236) calc(15px + (1vw - 19.2px) * 0.4531);
}
.post table th {
	width: 25%;
}
.post table:first-child {
	margin-top: 0;
}
.post table:last-child {
	margin-bottom: 0;
}
/*------画像
--------------------------------------------*/
.post img.aligncenter {
	margin: 0 auto;
}
.aspectImg, .circleImg {
	position: relative;
	overflow: hidden;
}
.circleImg {
	border-radius: 50%;
}
.aspectImg::before, .circleImg::before {
	content: '';
	display: block;
	padding-top: 66.7%;
}
.aspectImg::before {
	padding-top: 66.7%;
}
.circleImg::before {
	padding-top: 100%;
}
.aspectImg img, .circleImg img {
	position: absolute;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.aspectImg img {
	width: 100.5%;
	height: auto;
}
.circleImg img {
	width: auto;
	height: 100.5%;
}
/*------リンクボタン
--------------------------------------------*/
a.morelinkBtn {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #F66B35;
	font-weight: 500;
	line-height: 1.6;
	padding: calc(15px + (1vw - 19.2px) * 0.3236) 50px;
	border: 2px solid #F66B35;
	border-radius: 50vw;
	-webkit-transition: .2s;
	transition: .2s;
}
a.morelinkBtn:hover {
	color: #F66B35;
	background: #fff;
	text-decoration: none;
}
a.morelinkBtn::after {
	content: '\f061';
	position: absolute;
	font-size: .9em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.linkBtn-area {
	text-align: center;
	margin: calc(50px + (1vw - 19.2px) * 1.2945) auto;
}
a.external::after {
	content: '\f35d';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 10px;
}
ul.linkBtn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	margin: 70px auto;
}
ul.linkBtn-list > li {
	width: 100%;
	margin-bottom: 20px;
}
ul.linkBtn-list > li a.morelinkBtn {
	width: 100%;
}
.linkBtn-area:first-child, ul.linkBtn-list:first-child {
	margin-top: 0;
}
.linkBtn-area:last-child, ul.linkBtn-list:last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 641px) {
	ul.linkBtn-list > li {
		width: 48%;
	}
	ul.linkBtn-list > li:nth-child(2n+1):nth-last-child(-n+2), ul.linkBtn-list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*------アンカーリンク
--------------------------------------------*/
.anchorLink::before {
	content: '';
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
/*------注釈・強調テキスト
--------------------------------------------*/
.note, .inlinenote {
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.1294);
}
.note {
	display: block;
}
.nowrap {
	display: inline-block;
}
.orgTxt, .post .orgTxt {
	color: #f66b35;
}
.redTxt, .post .redTxt {
	color: #ff0000;
}
.emTxt, .post .emTxt {
	font-size: 1.5em;
	font-weight: 500;
}
.midTxt, .post .midTxt {
	font-size: 1.15em;
}
.minTxt, .post .minTxt {
	font-size: .8em;
}
.readTxt {
	font-size: calc(2.2rem + (1vw - 19.2px) * 0.3883);
	letter-spacing: calc(.1rem + (1vw - 19.2px) * 0.0324);
	line-height: 2.2;
	margin: calc(60px + (1vw - 19.2px) * 1.2945) auto calc(70px + (1vw - 19.2px) * 1.2945);
}
.l-space p:not(:last-child) {
	margin-bottom: 1.4em;
}
.leftTxt, .post .lefttTxt {
	text-align: left;
}
.rightTxt, .post .rightTxt {
	text-align: right;
}
.cntTxt, .post .cntTxt {
	text-align: center;
}
.top-null {
	margin-top: 2rem;
}
.post .none-tnull {
	margin-top: 0 !important;
}
.uBrdTxt, .post .uBrdTxt {
	font-size: calc(2.4rem + (1vw - 19.2px) * 0.3883);
	font-weight: 500;
	text-align: center;
	padding: 0 0 10px;
	margin-bottom: 1.2em;
	border-bottom: 1px dashed #ddd;
}
.orgBox, .gryBox, .bdrBox {
	padding: calc(70px + (1vw - 19.2px) * 1.2945) calc(80px + (1vw - 19.2px) * 1.9417);
	margin: calc(60px + (1vw - 19.2px) * 1.2945) auto calc(70px + (1vw - 19.2px) * 1.2945);
	border-radius: 30px;
}
.orgBox {
	background: #ffe6dc;
}
.gryBox {
	background: #f2f2f2;
}
.bdrBox {
	border: 2px solid #F66B35;
}
.sideDeco {
	width: 90%;
	position: relative;
	padding-left: 135px;
	padding-right: 135px;
	margin-left: auto;
	margin-right: auto;
}
.bgBox {
	padding: 50px calc(50px + (1vw - 19.2px) * 1.2945);
	border: 1px solid #fff8ee;
	border-radius: calc(30px + (1vw - 19.2px) * 0.6472);
	background: #fff;
}
.readTxt:first-child, .orgBox:first-child, .gryBox:first-child, .bdrBox:first-child {
	margin-top: 0;
}
.readTxt:last-child, .orgBox:last-child, .gryBox:last-child, .bdrBox:last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
	.sideDeco {
		padding-left: calc(135px + (1vw - 19.2px) * 3.0408);
		padding-right: calc(135px + (1vw - 19.2px) * 3.0408);
	}
}
@media print, screen and (max-width: 768px) {
	.sideDeco {
		width: 100%;
		padding-left: calc(60px + (1vw - 7.68px) * 7.6336);
		padding-right: calc(60px + (1vw - 7.68px) * 7.6336);
		padding-bottom: calc(210px + (1vw - 7.68px) * 12.7226);
	}
}
@media print, screen and (max-width: 425px) {
	.emTxt, .post .emTxt {
		font-size: 1.3em;
	}
	.midTxt, .post .midTxt {
		font-size: 1.05em;
	}
}
/*------ギャラリー
--------------------------------------------*/
.gallery {
	margin: calc(50px + (1vw - 19.2px) * 1.2945) auto !important;
}
.gallery > br {
	display: none;
}
.gallery > *:last-child {
	display: block;
}
.gallery:first-child, .gallery:nth-child(2) {
	margin-top: 0 !important;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery-item {
	margin-top: 0 !important;
	line-height: 0;
	margin-bottom: calc(20px + (1vw - 19.2px) * 0.7819);
}
.gallery-caption {
	line-height: 1.8;
	margin: 1rem auto 0 !important;
	padding: 0;
}
.gallery-columns-2 .gallery-item {
	width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
	width: calc(100% / 3) !important;
}
.gallery-columns-4 .gallery-item {
	width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
	width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
	width: calc(100% / 6) !important;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
	max-width: 95%;
}
/*------レスポンシブ時、改行無し、左揃え
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	.pc-center {
		text-align: center;
	}
}
@media print, screen and (max-width: 768px) {
	.br-none br {
		display: none;
	}
}
/*------横100%
--------------------------------------------*/
#wrapper, #content, .post {
	overflow: visible;
}
.fullwidthBox {
	position: relative;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 30px calc((100vw - 100%) / 2);
}
/*------Googleマップ
--------------------------------------------*/
.googlemap {
	padding-bottom: 45%;
	margin: calc(50px + (1vw - 19.2px) * 1.2945) auto;
}
.googlemap:first-child {
	margin-top: 0;
}
.googlemap:last-child {
	margin-bottom: 0;
}
/*-----------------共通--------------------------------------------*/
/*-----------------トップ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.home #content {
	padding: 0;
}
.front-contents {
	position: relative;
	padding: calc(150px + (1vw - 19.2px) * 4.5307) 0;
}
.front-contents > * {
	position: relative;
	z-index: 10;
}
/*------sec01
--------------------------------------------*/
#sec01 {
	background: #ffe4be;
}
.greetinBg {
	overflow: hidden;
	width: 85%;
	height: 860px;
	max-width: 1600px;
	background: url(/struct/wp-content/uploads/bg_greeting.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	margin: 0 0 0 auto;
}
.mobile .greetinBg {
	background-attachment: scroll;
}
.greetingArea {
	position: relative;
	width: 54%;
	max-width: 900px;
	background: #fff;
	padding: 120px 70px 140px;
	border-radius: 50px;
	z-index: 10;
	margin: 0 auto 0 0;
}
.greetingArea::before, .greetingArea::after {
	content: '';
	position: absolute;
	width: 800px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.greetingArea::before {
	height: 131px;
	background: url(/struct/wp-content/uploads/deco_bubble-t.png) no-repeat center;
	background-size: contain;
	top: -40px;
}
.greetingArea::after {
	height: 144px;
	background: url(/struct/wp-content/uploads/deco_bubble-b.png) no-repeat center;
	background-size: contain;
	bottom: -40px;
}
.post h1.greetingTtl {
	padding: 0 0 20px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #FF9B74;
}
.greetingTxt {
	font-size: calc(2rem + (1vw - 19.2px) * 0.2589);
	line-height: 2.4;
	letter-spacing: .1rem;
	padding: 0 calc(30px + (1vw - 19.2px) * 1.2945);
}
@media print, screen and (max-width: 1920px) and (min-width: 1024px) {
	#sec01 .wrapper-content {
		max-width: 1800px;
	}
	.greetingArea {
		padding: calc(120px + (1vw - 19.2px) * 6.6964) calc(70px + (1vw - 19.2px) * 3.3482) calc(140px + (1vw - 19.2px) * 6.6964);
	}
	.greetingArea::before, .greetingArea::after {
		width: calc(800px + (1vw - 19.2px) * 27.9018);
	}
	.greetingArea::before {
		height: calc(131px + (1vw - 19.2px) * 4.5759);
		top: -40px;
	}
	.greetingArea::after {
		height: calc(144px + (1vw - 19.2px) * 4.6875);
		bottom: -40px;
	}
	.greetinBg {
		height: calc(860px + (1vw - 19.2px) * 6.6964);
	}
}
@media print, screen and (min-width: 1024px) {
	#sec01 {
		padding: 60px 0;
	}
	#sec01 .wrapper-content {
		width: 95%;
		margin: 0 0 0 auto;
	}
	.greetingArea {
		position: absolute;
		z-index: 10;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media print, screen and (max-width: 1023px) {
	#sec01 {
		padding-bottom: 0;
	}
	#sec01 .wrapper-content {
		width: 100%;
		margin: 0 auto;
	}
	.greetingArea {
		width: 90%;
		padding: calc(120px + (1vw - 10.23px) * 9.2593) calc(70px + (1vw - 10.23px) * 6.1728) calc(140px + (1vw - 10.23px) * 10.8025);
		border-radius: calc(50px + (1vw - 10.23px) * 1.5432);
		margin: 0 auto;
	}
	.greetingArea::before, .greetingArea::after {
		width: calc(800px + (1vw - 10.23px) * 74.0741);
	}
	.greetingArea::before {
		height: calc(131px + (1vw - 10.23px) * 12.0370);
		top: calc(-40px + (1vw - 10.23px) * -3.0864);
	}
	.greetingArea::after {
		height: calc(144px + (1vw - 10.23px) * 13.2716);
		bottom: calc(-40px + (1vw - 10.23px) * -3.0864);
	}
	.greetinBg {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 48%;
		background-attachment: fixed;
		background-position: center right;
		margin-top: calc(100px + (1vw - 10.23px) * 4.6296);
		top: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
	}
}
@media print, screen and (min-width: 1921px) {
	#sec01 .wrapper-content {
		width: 95%;
		max-width: 1920px;
		margin: 0 auto;
	}
}
/*------sec02
--------------------------------------------*/
#sec02 .flexbox:not(:first-child) {
	margin-top: 80px;
}
#sec02 .flexbox:not(:last-child) {
	margin-bottom: 80px;
}
.shadowImg {
	-webkit-box-shadow: 14px 10px 0 rgb(255 228 190);
	box-shadow: 14px 10px 0 rgb(255 228 190);
}
.flowerBg01, .flowerBg02 {
	position: relative;
}
.flowerBg01::after, .flowerBg02::after {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .2;
	z-index: -1;
}
.flowerBg01::after {
	background: url(/struct/wp-content/uploads/ico_flower01.png) no-repeat center;
	background-size: contain;
}
.flowerBg02::after {
	background: url(/struct/wp-content/uploads/ico_flower02.png) no-repeat center;
	background-size: contain;
}
@media print, screen and (max-width: 1920px) and (min-width: 769px) {
	.flowerBg01::after, .flowerBg02::after {
		width: calc(500px + (1vw - 19.2px) * 15.6386);
		height: calc(500px + (1vw - 19.2px) * 15.6386);
	}
}
@media print, screen and (min-width: 769px) {
	#sec02 .w50 {
		width: 45%;
	}
}
@media print, screen and (max-width: 768px) {
	.circleImg {
		width: 80%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.circleImg img {
		width: 100% !important;
		max-height: none !important;
	}
	.flowerBg01::after, .flowerBg02::after {
		width: 200px;
		height: 200px;
		top: auto;
		left: auto;
		bottom: -20px;
		right: 0;
		-webkit-transform: none;
		transform: none;
	}
}
/*------sec03
--------------------------------------------*/
#sec03 {
	background: #ffe4be;
	padding: 0;
}
#sec03 .wrapper-content {
	max-width: 1600px;
	padding: 70px 0;
}
.recruitArea {
	position: relative;
	background: #fff;
}
.recruitArea::before {
	content: '';
	position: absolute;
	background: url(/struct/wp-content/uploads/deco_tree.png) no-repeat center;
	background-size: contain;
}
.post h1.recruitTtl {
	position: relative;
	display: table;
	font-size: calc(4.8rem + (1vw - 19.2px) * 1.2945);
	letter-spacing: .2rem;
	padding: 0 0 0 calc(130px + (1vw - 19.2px) * 3.2362);
	margin-bottom: calc(30px + (1vw - 19.2px) * 0.6472);
}
.post h1.recruitTtl .fukidashi {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100px + (1vw - 19.2px) * 1.9417);
	height: calc(100px + (1vw - 19.2px) * 1.9417);
	background: #FF9B74;
	color: #fff;
	font-size: calc(3.2rem + (1vw - 19.2px) * 0.7767);
	padding: 10px 0 10px 4px;
	border-radius: 50%;
	top: 20px;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post h1.recruitTtl .fukidashi::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 20px;
	border-color: transparent transparent transparent #FF9B74;
	top: calc(50% + 20px);
	right: -8px;
	-webkit-transform: rotate(20deg) translateY(-50%);
	transform: rotate(20deg) translateY(-50%);
}
.txtWrap {
	border-top: 1px dashed #ff9b74;
	padding: calc(40px + (1vw - 19.2px) * 0.6472) 30px 0;
}
figure.staffImg {
	position: absolute;
	bottom: 0;
}
.staffImg img {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 650px;
}
@media print, screen and (min-width: 1024px) {
	#sec03::before {
		content: '';
		position: absolute;
		width: calc(200px + (1vw - 19.2px) * 6.6964);
		height: calc(197px + (1vw - 19.2px) * 7.0312);
		background: url(/struct/wp-content/uploads/deco_sun.png) no-repeat center;
		background-size: contain;
		top: calc(40px + (1vw - 19.2px) * -5.5804);
		right: calc(70px + (1vw - 19.2px) * 3.3482);
		z-index: 10;
	}
	.recruitArea {
		width: calc(100% - (600px + (1vw - 19.2px) * 33.4821));
		padding: 80px calc(100px + (1vw - 19.2px) * 6.6964);
		border-radius: 60px;
	}
	.recruitArea::before {
		width: calc(250px + (1vw - 19.2px) * 7.8125);
		height: calc(269px + (1vw - 19.2px) * 12.3884);
		left: calc(-60px + (1vw - 19.2px) * -4.4643);
		bottom: calc(-60px + (1vw - 19.2px) * -4.4643);
	}
	.staffImg {
		position: absolute;
		right: calc(30px + (1vw - 19.2px) * 3.3482);
	}
	.staffImg img {
		max-width: calc(650px + (1vw - 19.2px) * 33.4821);
	}
}
@media print, screen and (max-width: 1023px) {
	.staffImg {
		right: 0;
	}
	.recruitArea {
		padding: calc(80px + (1vw - 10.23px) * 1.5432) calc(100px + (1vw - 10.23px) * 12.3457);
		border-radius: calc(60px + (1vw - 10.23px) * 4.6296);
	}
	.recruitArea::before {
		width: calc(200px + (1vw - 10.23px) * 12.3457);
		height: calc(175px + (1vw - 10.23px) * 10.8025);
		left: calc(-10px + (1vw - 10.23px) * -0.7716);
		bottom: calc(-60px + (1vw - 10.23px) * -1.5432);
	}
	.recruitArea::after {
		content: '';
		position: absolute;
		width: calc(130px + (1vw - 10.23px) * 4.6296);
		height: calc(125px + (1vw - 10.23px) * 4.4753);
		background: url(/struct/wp-content/uploads/deco_sun.png) no-repeat center;
		background-size: contain;
		top: calc(-50px + (1vw - 10.23px) * -4.6296);
		right: calc(20px + (1vw - 10.23px) * 1.5432);
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 769px) {
	.recruitArea {
		padding: calc(80px + (1vw - 10.23px) * 1.5432) calc(210px + (1vw - 10.23px) * 51.1811);
	}
	.staffImg img {
		max-width: calc(300px + (1vw - 10.23px) * 23.6220);
	}
}
@media print, screen and (max-width: 768px) {
	.staffImg {
		display: none;
	}
}
@media print, screen and (max-width: 425px) {
	.post h1.recruitTtl {
		padding-top: 30px;
		padding-left: 0;
	}
	.post h1.recruitTtl .fukidashi {
		top: calc(0px + (1vw - 4.25px) * 20.0000);
	}
	.post h1.recruitTtl .fukidashi::after {
		top: calc(50% + 28px);
		right: 12px;
		-webkit-transform: rotate(60deg) translateY(-50%);
		transform: rotate(60deg) translateY(-50%);
	}
	.staffImg {
		display: none;
	}
}
/*------sec04
--------------------------------------------*/
#sec04 {
	padding: calc(100px + (1vw - 19.2px) * 1.9417) 0 0;
}
.fw-map {
	position: relative;
	margin: calc(80px + (1vw - 19.2px) * 1.9417) auto 0;
}
.fw-map::before {
	content: '';
	display: block;
	padding-top: calc(500px + (1vw - 19.2px) * 10.3560);
}
.fw-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*------SNS
--------------------------------------------*/
#sns {
	background-color: #fff;
	background-image: radial-gradient(#fff8ee 20%, transparent 20%), radial-gradient(#fff8ee 20%, transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	padding: 60px 0 80px;
}
#sns .fa-2x {
	font-size: inherit;
}
.socialicon {
	margin: 30px auto 0;
}
.fa-instagram:before {
	content: '\e055';
}
#sns .socialicon ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#sns .socialicon ul li {
	text-align: center;
	padding: 0 5px;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
#sns .socialicon ul li::before {
	content: none;
}
#sns .socialicon ul li a {
	display: block;
	padding: 0;
	overflow: initial;
	line-height: 1;
}
#sns .SvgLine {
	width: 45px; /* ----LINEボタンの大きさ変更はこちら---- */
	height: 45px; /* ----LINEボタンの大きさ変更はこちら---- */
}
/*------新着情報
--------------------------------------------*/
#front-sectionPost {
	padding: calc(150px + (1vw - 19.2px) * 4.5307) 0 calc(180px + (1vw - 19.2px) * 4.5307);
}
#front_top_content, #front_bottom_content {
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
#front_top_content .linkBtn-area, #front_bottom_content .linkBtn-area {
	margin-top: 50px;
}
#front-sectionPost ul.post li, #cat-post ul.post li, .post2b, .post4b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.post .post_img, .post_text70, .post_img img {
	float: none;
}
.post .post_img, .post_text70, .post2b li, .post4b li {
	width: 100%;
}
#front-sectionPost ul.post li, #cat-post ul.post li, .post2b li, .post4b li {
	border-bottom: none !important;
}
.post2b li, .post4b li {
	margin: 0 0 20px;
	padding: 0;
}
.post_img img, .post2b .post2b_img {
	text-align: center;
}
.postlist {
	margin-bottom: 0;
}
.postlist li {
	border-bottom: 1px solid #B3B3B3;
	margin: 0 auto;
}
.postlist li:first-child {
	border-top: 1px solid #B3B3B3;
}
.postlist .ttls, .postlist .date {
	display: block;
	padding: 0 10px;
	margin-bottom: 0;
}
.postlist .ttls {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.postlist .ttls a {
	color: #513D35;
}
.postlist .ttls a:hover {
	text-decoration: underline;
}
.postlist .post_text {
	width: 98%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 12px 0;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.1294);
	line-height: 1.2;
	padding: 5px 10px;
	border-radius: 0;
}
.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
.clearfix:after {
	content: none;
}
@media print, screen and (min-width: 800px) {
	.post .post_img, .post_text70 {
		margin: 0;
	}
	.post .post_img {
		width: 30%;
	}
	.post_text70 {
		width: 65%;
	}
	.post2b li {
		width: 48%;
	}
	.post4b li {
		width: 24%;
	}
	.post4b li:nth-child(4n+2):last-child {
		margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
	}
	.post4b li:nth-child(4n+3):last-child {
		margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
	}
	.post2b li:nth-child(2n+1):nth-last-child(-n+2), .post2b li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
	.post4b li:nth-child(4n+1):nth-last-child(-n+4), .post4b li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 799px) {
	.post .post_img {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
}
/*-----------------トップ--------------------------------------------*/
/*-----------------記事詳細--------------------------------------------*/
#cat-post h2, #cat-post h2 a {
	font-size: calc(2rem + (1vw - 19.2px) * 0.2589);
	letter-spacing: .1rem;
}
#cat-post h2 {
	font-style: normal;
	margin-bottom: 0;
	text-align: left;
	padding: 10px 0;
	border: none;
}
#cat-post .post2b h2, #cat-post .post4b h2, #cat-post .post2b h2 a, #cat-post .post4b h2 a {
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.1294);
}
#cat-post h2::before, #cat-post h2::after {
	content: none;
}
#cat-post li {
	margin-bottom: calc(30px + (1vw - 19.2px) * 0.6472);
}
#cat-post li .post_contents {
	margin-top: 1rem;
}
#cat-post .postlist li {
	margin-bottom: 0;
}
.post_link {
	font-size: calc(1.4rem + (1vw - 19.2px) * 0.1294);
}
.single-post h1.title {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	font-style: normal;
	margin: 0 auto 20px;
}
.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 20px 0 0;
}
/*-----------------記事詳細--------------------------------------------*/
/*-----------------下層ページ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.post {
	margin: 0 auto;
	padding: 0;
}
#wrapper, .inner {
	width: 100%;
	max-width: 1000px;
}
body:not(.home) #wrapper {
	width: 90%;
}
#content, body:not(.home) #content.wide {
	line-height: 2;
	padding: calc(100px + (1vw - 19.2px) * 3.2362) 0 calc(180px + (1vw - 19.2px) * 3.8835);
	margin: 0 auto;
}
body:not(.home) #content.wide {
	width: 100%;
}
#content {
	letter-spacing: .1rem;
}
.content-inner + .content-inner {
	margin-top: calc(120px + (1vw - 19.2px) * 2.5890);
}
.fw-contents {
	margin-top: calc(-100px + (1vw - 19.2px) * -3.2362);
	margin-bottom: calc(-180px + (1vw - 19.2px) * -3.8835);
}
.fw-contents .content-inner {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: calc(120px + (1vw - 19.2px) * 2.5890) calc((100vw - 100%) / 2) calc(150px + (1vw - 19.2px) * 3.2362);
	margin-top: 0;
}
.fw-contents .content-inner:nth-child(even) {
	background: #fff8ee;
}
/*------アイキャッチ
--------------------------------------------*/
#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
	height: 300px;
	z-index: -1;
}
#thumbImg img, header#h1Header img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*------ひなたぼっことは
--------------------------------------------*/
.post h2.catchTtl {
	font-size: 3.5rem;
	color: #8c6758;
	letter-spacing: .6rem;
	padding: 0 0 0 0.6rem;
	border: none;
	margin-bottom: 80px;
}
.content-inner.rowheight-content {
	padding-top: calc(60px + (1vw - 19.2px) * 1.2945);
	padding-bottom: calc(60px + (1vw - 19.2px) * 1.2945);
}
.oldIco::before, .oldIco::after {
	content: '';
	position: absolute;
	bottom: -20px;
}
.oldIco::before {
	width: 130px;
	height: 265px;
	background: url(/struct/wp-content/uploads/ico_woman.png) no-repeat center;
	background-size: contain;
	left: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.oldIco::after {
	width: 170px;
	height: 265px;
	background: url(/struct/wp-content/uploads/ico_man.png) no-repeat center;
	background-size: contain;
	right: 20px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.r-orgBg {
	background: #ffeee8;
}
.w800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.u-bdr {
	border-bottom: 1px solid #f66b35;
}
@media print, screen and (max-width: 1023px) {
	.post h2.catchTtl {
		font-size: calc(3.5rem + (1vw - 10.23px) * 1.5432);
		margin-bottom: calc(80px + (1vw - 10.23px) * 3.0864);
	}
}
@media print, screen and (max-width: 768px) {
	.oldIco::before, .oldIco::after {
		bottom: 0;
	}
	.oldIco::before {
		width: calc(88px + (1vw - 7.68px) * 4.3257);
		height: calc(180px + (1vw - 7.68px) * 8.9059);
		left: calc(50% - 5px);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.oldIco::after {
		width: calc(115px + (1vw - 7.68px) * 5.5980);
		height: calc(180px + (1vw - 7.68px) * 8.9059);
		right: 50%;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@media print, screen and (max-width: 425px) {
	.oldIco {
		padding-left: 10px;
		padding-right: 10px;
	}
	.oldIco .emTxt {
		font-size: 1em;
	}
}
/*------サービス案内
--------------------------------------------*/
.womanIco::after {
	content: '';
	position: absolute;
	width: 177px;
	height: 306px;
	background: url(/struct/wp-content/uploads/ico_woman02.png) no-repeat center;
	background-size: contain;
	bottom: -20px;
	right: 20px;
}
.bdrBox.inTtl {
	overflow: hidden;
	padding: 0;
}
.post h2.bdrBox-Ttl {
	color: #fff;
	background: #F66B35;
	font-size: calc(2.8rem + (1vw - 19.2px) * 0.5178);
	letter-spacing: calc(.2rem + (1vw - 19.2px) * 0.0647);
	padding: 15px calc(20px + (1vw - 19.2px) * 0.3236);
	margin: 0 auto;
}
.bdrBox.inTtl .flexbox {
	padding: calc(60px + (1vw - 19.2px) * 1.2945) calc(80px + (1vw - 19.2px) * 3.2362);
	margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
	.womanIco {
		padding-left: 80px;
		padding-right: calc(200px + (1vw - 19.2px) * 1.7376);
	}
	.womanIco::after {
		width: calc(177px + (1vw - 19.2px) * 3.4752);
		height: calc(306px + (1vw - 19.2px) * 5.9948);
	}
}
@media print, screen and (max-width: 768px) {
	.womanIco::after {
		width: calc(107px + (1vw - 7.68px) * 5.8524);
		height: calc(185px + (1vw - 7.68px) * 10.1781);
		bottom: 0;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
/*------ご利用の流れ
--------------------------------------------*/
ul.flowList {
	margin: calc(60px + (1vw - 19.2px) * 1.2945) auto;
}
ul.flowList, ul.flowList > li {
	position: relative;
}
ul.flowList, ul {
	counter-reset: flowList;
}
ul.flowList > li {
	padding: 0 0 0 calc(110px + (1vw - 19.2px) * 1.4887);
	margin-bottom: calc(50px + (1vw - 19.2px) * 0.6472);
}
ul.flowList::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 100%;
	background: #c8c8c8;
	border-radius: 50vw;
	top: 0;
	left: calc(75px + (1vw - 19.2px) * 0.9709);
}
ul.flowList > li::before, ul.flowList > li::after {
	position: absolute;
	top: calc(20px + (1vw - 19.2px) * 0.0647);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.flowList > li::before {
	content: 'step\A'counter(flowList, decimal-leading-zero);
	counter-increment: flowList;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #F66B35;
	width: calc(50px + (1vw - 19.2px) * 0.3236);
	height: calc(50px + (1vw - 19.2px) * 0.3236);
	font-size: calc(1.4rem + (1vw - 19.2px) * 0.1294);
	line-height: 1.4;
	text-align: center;
	white-space: pre;
	border-radius: 50%;
	left: 0;
}
ul.flowList > li::after {
	content: '';
	border-style: solid;
	border-width: calc(6px + (1vw - 19.2px) * 0.0647) 0 calc(6px + (1vw - 19.2px) * 0.0647) calc(15px + (1vw - 19.2px) * 0.1942);
	border-color: transparent transparent transparent #F66B35;
	left: calc((50px + (1vw - 19.2px) * 0.3236) - 2px);
}
.post dl.flow-summary dt {
	position: relative;
	color: #513d35;
	font-size: calc(2rem + (1vw - 19.2px) * 0.1942);
	font-weight: 500;
	margin: 0 auto 10px;
}
.post dl.flow-summary dt::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	top: calc((2rem + (1vw - 19.2px) * 0.1942) - 0.2em);
	left: calc((-75px + (1vw - 19.2px) * -0.9709) / 2);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.post dl.flow-summary dd {
	padding: 0;
}
.post dl.flow-summary dd > ul.linkBtn-list:not(:first-child) {
	margin-top: 30px;
}
.post dl.flow-summary dd > ul.linkBtn-list:not(:last-child) {
	margin-bottom: 30px;
}
ul.flowList:first-child {
	margin-top: 0;
}
ul.flowList:last-child {
	margin-bottom: 0;
}
/*------採用情報
--------------------------------------------*/
.staffIco::before, .staffIco::after {
	content: '';
	position: absolute;
	bottom: -20px;
}
.staffIco::before {
	width: 169px;
	height: 235px;
	background: url(/struct/wp-content/uploads/ico_staff02.png) no-repeat center;
	background-size: contain;
	left: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.staffIco::after {
	width: 140px;
	height: 228px;
	background: url(/struct/wp-content/uploads/ico_staff01.png) no-repeat center;
	background-size: contain;
	right: 20px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
@media print, screen and (max-width: 768px) {
	.staffIco::before, .staffIco::after {
		bottom: 0;
	}
	.staffIco::before {
		width: calc(130px + (1vw - 7.68px) * 7.3791);
		height: calc(180px + (1vw - 7.68px) * 10.1781);
		left: 50%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.staffIco::after {
		width: calc(107px + (1vw - 7.68px) * 6.1069);
		height: calc(175px + (1vw - 7.68px) * 10.1781);
		right: 50%;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
/*------お問い合わせ
--------------------------------------------*/
.page-thanks #content header {
	display: none;
}
/*------プライバシーポリシー
--------------------------------------------*/
#privacy h2 {
	display: block;
	color: #fff;
	background: #FF9B74;
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.1942);
	font-weight: 500;
	letter-spacing: .2rem;
	text-align: left;
	padding: calc(8px + (1vw - 19.2px) * 0.1942) calc(12px + (1vw - 19.2px) * 0.1294);
	margin: calc(50px + (1vw - 19.2px) * 0.9709) auto 20px;
	border: none;
}
#privacy h2::before, #privacy h2::after {
	content: none;
}
#privacy h2:first-child {
	margin-top: 0;
}
/*------
--------------------------------------------*/
/*-----------------下層ページ - --------------------------------------------*/
/*-----------------ブレイクポイント（- 1024px）--------------------------------------------*/
@media print, screen and (max-width: 1024px) {
	/*------下層・アイキャッチ
--------------------------------------------*/
	#h1Header #thumb img {
		height: 100%;
		margin: auto;
	}
	#thumbImg, header#h1Header {
		height: calc(300px + (1vw - 10.24px) * 9.2450);
	}
}
/*-----------------ブレイクポイント（- 1024px）--------------------------------------------*/
/*-----------------ブレイクポイント（1023px-）--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	body.mobile {
		margin-top: 60px;
	}
	#content, #content.wide {
		width: 90%;
	}
}
/*-----------------ブレイクポイント（1023px-）--------------------------------------------*/
/*-----------------ブレイクポイント（768px-）--------------------------------------------*/
@media print, screen and (max-width: 768px) {
	/*------フレックスボックス
--------------------------------------------*/
	.w30, .w40, .w50, .w60, .w70 {
		width: 100%;
		margin-bottom: 20px;
	}
	.w30:last-child, .w40:last-child, .w50:last-child, .w60:last-child, .w70:last-child {
		margin-bottom: 0;
	}
	.w30 img, .w40 img, .w50 img, .w60 img, .w70 img {
		width: 90%;
		-o-object-fit: contain;
		object-fit: contain;
		max-height: 320px;
	}
	/*------Googlemap
--------------------------------------------*/
	.googlemap {
		padding-bottom: 80%;
	}
}
/*-----------------ブレイクポイント（768px-）--------------------------------------------*/
/*-----------------ブレイクポイント（640px-）--------------------------------------------*/
@media print, screen and (max-width: 640px) {
	.post table.responsive th, .post table.responsive td {
		text-align: left;
	}
	/*------パンくずリスト
--------------------------------------------*/
	#breadcrumb ul {
		max-width: 100%;
	}
	/*------ギャラリー
--------------------------------------------*/
	.gallery {
		margin: 20px auto !important;
	}
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: calc(100%/2) !important;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		margin-bottom: 10px;
	}
	.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
		max-width: 100%;
	}
	/*------新着情報
--------------------------------------------*/
	.postlist .post_text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.postlist .ttls {
		width: 100%;
		margin-top: 10px;
	}
	.postlist .ttls, .postlist .date {
		padding: 0 5px;
	}
	.postlist .time {
		margin: 0 5px 0 0;
	}
}
/*-----------------ブレイクポイント（640px-）--------------------------------------------*/