@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low .inner, .main_page .inner {
	max-width: calc(1000px + 10%);
}
.content_low {
	padding: 85px 0 200px;
}
.main_page {
	padding: 122px 0 133px;
	background: url(images/page/bg_ttl_page.jpg)no-repeat center / cover;
}
.hdg2 {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff;
}
.hdg2 .ja {
	color: #333;
	font-size: 222.22%;
	letter-spacing: .1em;
	display: block;
	line-height: 1.4;
	margin-bottom: 15px;
}
.hdg2 .en {
	font-size: 133.33%;
	letter-spacing: .1em;
	display: block;
	line-height: 1;
}
.page_main section:not(:last-child) {
	margin-bottom: 100px;
}
.hdg3 {
	font-size: 222.22%;
	color: #333;
	line-height: 1.5;
	letter-spacing: .1em;
	margin-bottom: 50px;
}
.hdg4 {
	color: #333;
	font-size: 122.22%;
	letter-spacing: .1em;
	line-height: 1.36;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 14px 0 15px;
}
.bg_common01 {
	background: #f3f3f3;
	padding: 60px 0;
}
.copy_common01 {
	font-size: 222.22%;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #333;
	margin-bottom: 25px;
}
.copy_common02 {
	font-size: 166.67%;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px;
}
.copy_common03 {
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 25px;
}
.ttl_common01.parallax {
	padding: 165px 0;
	background: url(images/page/bg_common01.jpg)no-repeat center / cover;
	background-attachment: fixed;
}
.parallax.is_ios {
	background-attachment: inherit;
}
.ttl_common01 .box {
	background: rgba(255,255,255,.9);
	border-top: 1px solid #9cc93a; /* 変更 */
	border-bottom: 1px solid #9cc93a; /* 変更 */
	padding: 36px 0 38px;
}
.ttl_common01 .ja {
	display: block;
	line-height: 1;
	color: #333;
	font-size: 277.78%;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.ttl_common01 .en {
	display: block;
	line-height: 1;
	font-size: 133.33%;
	letter-spacing: .1em;
}
.ttl_common02 {
	font-size: 122.22%;
	letter-spacing: .1em;
	line-height: 1.4;
	padding: 14px 15px 16px;
}
.ttl_common03 {
	position: relative;
	z-index: 0;
	background: none;
}
.ttl_common03:before {
	content: "";
	position: absolute;
	opacity: .2;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.ttl_common03.color01:before {
	background: #9cc93a; /* 変更 メインカラー */
}
.ttl_common03.color02:before {
	background: #f39945; /* 変更 サブカラー */
}
.ttl_common03 span {
	position: relative;
	z-index: 1;
}
.ttl_common03 .num {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 111.11%;
	letter-spacing: 0;
}
.ttl_common03 .ttl {
	display: inline-block;
	width: calc(100% - 50px);
	color: #333;
	line-height: 1.6;
	font-size: 111.11%;
	letter-spacing: .1em;
	padding: 8px 20px 10px;
}
.row_common01 .col {
	width: 50%;
}
.row_common03 .copy {
	margin-bottom: 25px;
}
.row_common04 .ttl {
	line-height: 1.4;
	padding: 10px;
}
.row_common05 .col_img {
	width: 45%;
}
.row_common05 .col_txt {
	width: 50%;
}
.row_common05 .col_txt .tel {
	max-width: 240px;
	width: 100%;
}
.row_common05 .col_txt .tel a {
	background: #f3f3f3;
	color: #333;
	font-size: 122.22%;
	letter-spacing: .05em;
	display: block;
	font-weight: bold;
	padding: 7px;
}
.row_common05 .col_txt .tel a span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.row_common05 .col_txt .tel a span:before {
	content: "";
	position: absolute;
	background: url(images/page/icn_tel.svg)no-repeat center / cover;
	width: 10px;
	height: 26px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_common06 .col .ttl {
	margin-bottom: 30px;
}
.row_common07 .col_img {
	width: 36%;
}
.row_common07 .col_txt {
	width: 59%;
}
.row_common07 .col_txt .name {
	font-size: 166.67%;
	letter-spacing: .1em;
	color: #333;
	line-height: 1.5;
}
.group_common01 dt {
	color: #333!important;
	font-size: 133.33%;
	letter-spacing: .1em;
	position: relative;
	padding: 6px 0px 11px 30px;
	line-height: 1.4;
}
.group_common01 dt:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.group_common01 dt.color01:before {
	background: #9cc93a; /* 変更 メインカラー */
}
.group_common01 dt.color02:before {
	background: #f39945; /* 変更 サブカラー */
}
.box_common01 {
	border: 1px solid #333;
	background: none;
}
.box_common02 {
	padding-top: 50px;
}
.box_common01.list {
	padding-top: 50px;
	padding-bottom: 33px;
}
.box_common01 .ttl, .box_common02 .ttl {
	font-size: 111.11%;
	line-height: 1.4;
	padding: 6px;
	margin-bottom: 23px;
}
.box_common03 .col_txt dt .ttl {
	font-size: 111.11%;
	color: #333;
}
.box_common03.arw_flow:before {
	border-top-color: #9cc93a; /* 変更 */
}
.list_common01 li {
	margin-bottom: 12px!important;
}
.list_common01.list_default01 li, .list_common01.list_default01:before, .list_common01.list_default01:after {
	max-width: 425px;
}
.list_common01.list_default02 li, .list_common01.list_default02:before, .list_common01.list_default02:after {
	max-width: 280px;
}
.list_common01.color01 li, .list_common01.color02 li {
	color: #888;
}
.list_common01 li:before {
	width: 8px;
	height: 8px;
}
.list_common01.color01 li:before {
	background: #9cc93a; /* 変更 メインカラー */
}
.list_common01.color02 li:before {
	background: #f39945; /* 変更 サブカラー */
}
.list_common02 li {
	background: #fff;
	border-radius: 30px;
}
.list_common02 li:not(:last-child) {
	margin-bottom: 10px;
}
.list_common02 dt {
	width: 140px;
	border-radius: 30px;
	padding: 5px;
}
.list_common02 dd {
	width: calc(100% - 140px);
	padding: 5px 20px;
}
.tbl_common01 {
	color: #888!important;
}
.tbl_common01.color01 table {
	border-color: #9cc93a; /* 変更 メインカラー */
}
.tbl_common01.color02 table {
	border-color: #f39945; /* 変更 サブカラー */
}
.tbl_common01 th {
	width: 25%;
}
.tbl_common01.color01 th {
	background: #9cc93a; /* 変更 メインカラー */
	color: #fff;
}
.tbl_common01.color02 th {
	background: #f39945; /* 変更 サブカラー */
	color: #fff;
}
.tbl_common01 td {
	width: 75%;
}
.tbl_common01.color01 tr:not(:last-child) td {
	border-bottom-color: #9cc93a; /* 変更 メインカラー */
}
.tbl_common01.color02 tr:not(:last-child) td {
	border-bottom-color: #f39945; /* 変更 サブカラー */
}
.tbl_common02 {
	color: #888!important;
}
.tbl_common02.color01 table {
	border-color: #9cc93a; /* 変更 メインカラー */
}
.tbl_common02.color02 table {
	border-color: #f39945; /* 変更 サブカラー */
}
.tbl_common02.color01 th {
	background: #9cc93a; /* 変更 メインカラー */
	color: #fff;
}
.tbl_common02.color02 th {
	background: #f39945; /* 変更 サブカラー */
	color: #fff;
}
.tbl_common02.color01 tr:not(:last-child) td {
	border-bottom-color: #9cc93a; /* 変更 メインカラー */
}
.tbl_common02.color02 tr:not(:last-child) td {
	border-bottom-color: #f39945; /* 変更 サブカラー */
}
.tbl_common02 .require span:after {
	font-size: 66.67%;
}
.box_privacy .ttl {
	color: #333;
	font-size: 111.11%;
}
.txt_accept {
	margin-bottom: 45px;
}
.btn_submit input {
	font-size: 122.22%;
}
.btn_submit.bg_color01 input {
	background: #9cc93a; /* 変更 メインカラー */
}
.btn_submit.bg_color02 input {
	background: #f39945; /* 変更 サブカラー */
}
.btn_common01 {
	max-width: 350px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.btn_common01 a {
	display: block;
	font-size: 111.11%;
	letter-spacing: .05em;
	position: relative;
	padding: 18px 10px 19px;
}
.btn_common01 a:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	right: 33px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_common02 {
	max-width: 240px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.btn_common02 a {
	display: block;
	font-size: 88.89%;
	letter-spacing: .05em;
	position: relative;
	padding: 6px 5px 8px;
	background: #fff;
	color: #333;
}
.btn_common02 a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(-45deg);
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_guideline01 {
	margin-left: 0;
}
.bnr_common01 {
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.bnr_common01 a {
	display: block;
	padding: 20px 4% 32px;
	position: relative;
	z-index: 0;
}
.bnr_common01 a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	max-width: 350px;
	margin: auto;
	background: url(images/parts/bg_parts01.png)no-repeat right center / auto 100%;
	z-index: 1;
}
.bnr_common01 a .txt,.bnr_common02 a .txt {
	display: inline-block;
	font-size: 166.67%;
	letter-spacing: .1em;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}
.bnr_common01 a.bg_color01 .txt, .bnr_common02 a.bg_color01 .txt, .bnr_common03 a.bg_color01 .txt {
	text-shadow: 0px 0px 5px #9cc93a, 0px 0px 10px #9cc93a; /* 変更 メインカラー */
}
.bnr_common01 a.bg_color02 .txt, .bnr_common02 a.bg_color02 .txt, .bnr_common03 a.bg_color02 .txt {
	text-shadow: 0px 0px 5px #f39945, 0px 0px 10px #f39945; /* 変更 サブカラー */
}
.bnr_common01 a .box, .bnr_common02 a .box {
	display: block;
	width: 100%;
	max-width: 240px;
	font-size: 88.89%;
	letter-spacing: .05em;
	position: relative;
	padding: 6px 5px 8px;
	background: #fff;
	color: #333;
	z-index: 2;
}
.bnr_common01 a .box:after, .bnr_common02 a .box:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(-45deg);
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bnr_common02 {
	width: 49%;
	max-width: 480px;
}
.bnr_common02 a {
	display: block;
	padding: 20px 6% 32px;
	position: relative;
	z-index: 0;
}
.bnr_common02 a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 55%;
	max-width: 250px;
	margin: auto;
	background: url(images/parts/bg_parts02.png)no-repeat right center / auto 100%;
	z-index: 1;
}
.row_common09 {
	position: relative;
}
.row_common09:before,.row_common09:after {
	content: "";
	display: block;
	width: 24%;
}
.row_common09:before {
	order: 1;
}
.bnr_common03 {
	width: 24%;
}
.bnr_common03 a {
	position: relative;
	padding: 32px 5% 34px;
}
.bnr_common03 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 14px solid #fff;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	transform: rotate(-45deg);
	right: -4px;
	bottom: 4px;
	z-index: 0;
}
.bnr_common03 a .txt {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 111.11%;
	letter-spacing: .1em;
	line-height: 1.6;
}
.map02 {
	padding-top: 430px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.row_common05 {
		display: block;
	}
	.row_common05 .col_img {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.row_common05 .col_txt {
		width: 100%;
	}
	.row_common05 .col_txt .logo, .row_common05 .col_txt .address {
		text-align: center;
	}
	.row_common05 .col_txt .tel {
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		padding: 15vw 0 16.5vw;
		background: url(images/page/bg_ttl_page_sp.jpg)no-repeat center / cover;
	}
	.hdg2 .ja {
		font-size: 156.25%;
		margin-bottom: 2vw;
	}
	.hdg2 .en {
		font-size: 93.75%;
	}
	.hdg3 {
		font-size: 156.25%;
		margin-bottom: 6vw;
	}
	.hdg4 {
		padding: 2vw 0 3vw;
		letter-spacing: 0;
		font-size: 125%;
	}
	.col_img {
		text-align: center;
	}
	.bg_common01 {
		padding: 10vw 0;
	}
	.copy_common01 {
		font-size: 156.25%;
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 4.5vw;
	}
	.copy_common02 {
		font-size: 125%;
		letter-spacing: 0;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.copy_common03 {
		font-size: 137.5%;
		letter-spacing: 0;
		margin-bottom: 3vw;
	}
	.ttl_common01.parallax {
		padding: 20.5vw 0;
		background: url(images/page/bg_common01_sp.jpg)no-repeat center / cover;
	}
	.ttl_common01 {
		background-attachment: inherit;
	}
	.ttl_common01 .box {
		padding: 4.5vw 0 4.2vw;
	}
	.ttl_common01 .ja {
		font-size: 187.5%;
		margin-bottom: 4vw;
	}
	.ttl_common01 .en {
		font-size: 100%;
	}
	.ttl_common02 {
		font-size: 112.5%;
		letter-spacing: 0;
		padding: 2vw;
	}
	.ttl_common03 .num {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 137.5%;
	}
	.ttl_common03 .ttl {
		width: calc(100% - calc(80 / 750 * 100vw));
		font-size: 112.5%;
		padding: 1.2vw 3vw 2vw;
		letter-spacing: 0;
	}
	.row_common01 {
		display: block;
	}
	.row_common01 .col {
		width: 100%;
	}
	.row_common03 .copy {
		margin-bottom: 2vw;
	}
	.row_common04 .ttl {
		max-width: calc(640 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_common05 {
		display: block;
	}
	.row_common05 .col_img {
		width: 100%;
		max-width: calc(450 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.row_common05 .col_txt {
		width: 100%;
	}
	.row_common05 .col_txt .tel {
		margin-right: auto;
		margin-left: auto;
	}
	.row_common06 .col .ttl {
		margin-bottom: 3.5vw;
	}
	.row_common07 {
		display: block;
	}
	.row_common07 .col_img {
		width: 100%;
		max-width: calc(360 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.row_common07 .col_txt {
		width: 100%;
	}
	.row_common07 .col_txt .name {
		font-size: 137.5%;
	}
	.group_common01 dt {
		font-size: 125%;
		letter-spacing: 0;
		padding: 1vw 0 1.5vw 5vw;
		margin-bottom: 2vw;
	}
	.box_common01.list {
		padding-top: 6vw;
		padding-bottom: 7vw;
	}
	.box_common01 .ttl, .box_common02 .ttl {
		font-size: 106.25%;
		margin-bottom: 3.5vw;
		padding: 1vw 1vw 1.5vw;
	}
	.box_common02 {
		padding-top: 6vw;
	}
	.list_common01 li {
		margin-bottom: 3vw !important;
	}
	.list_common01 li:last-child {
		margin-bottom: 0!important;
	}
	.list_common02 dt {
		width: calc(240 / 750 * 100vw);
		padding: 1.2vw 1vw 1.5vw;
	}
	.list_common02 dd {
		width: calc(100% - calc(240 / 750 * 100vw));
		padding: 1.2vw 3vw 1.5vw;
	}
	.tbl_common01 th {
		width: 40%;
	}
	.tbl_common01 td {
		width: 60%;
	}
	.btn_common01 {
		max-width: calc(600 / 750 * 100vw);
	}
	.btn_common01 a {
		font-size: 100%;
		padding: 3.2vw;
	}
	.btn_common01 a:after {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		right: 4vw;
	}
	.btn_common02 {
		max-width: 100%;
	}
	.btn_common02 a {
		font-size: 100%;
		padding: 3vw 3vw 3.8vw;
	}
	.btn_common02 a:after {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		right: 4vw;
	}
	.bnr_common01 a {
		padding: 3vw 4vw 4vw;
	}
	.bnr_common01 a:before {
		width: 60%;
	}
	.bnr_common01 a .txt, .bnr_common02 a .txt {
		font-size: 125%;
	}
	.bnr_common01 a .box, .bnr_common02 a .box {
		max-width: calc(300 / 750 * 100vw);
		padding: 1.2vw 1vw 1.5vw;
		font-size: 75%;
	}
	.bnr_common01 a .box:after, .bnr_common02 a .box:after {
		width: calc(16 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
		right: 3vw;
	}
	.row_common08 {
		display: block;
	}
	.bnr_common02 {
		width: 100%;
		max-width: 100%;
	}
	.bnr_common02 a {
		padding: 3vw 4vw 4vw;
	}
	.row_common08 .bnr_common02:not(:last-child) {
		margin-bottom: 2vw;
	}
	.bnr_common03 {
		width: 48%;
	}
	.bnr_common03 a {
		padding: 5vw 4vw 6vw;
	}
	.bnr_common03 a:after {
		border-top-width: calc(20 / 750 * 100vw);
		border-right-width: calc(20 / 750 * 100vw);
		border-left-width: calc(20 / 750 * 100vw);
		right: -.5vw;
		bottom: .8vw;
	}
	.row_common09 .bnr_common03:not(:nth-last-child(-n+2)) {
		margin-bottom: 4%;
	}
	.bnr_common03 a .txt {
		font-size: 106.25%;
		letter-spacing: 0;
	}
	.btn_submit input {
		font-size: 106.25%;
	}
	.txt_accept {
		margin-bottom: 10vw;
		text-align: left;
	}
	.map02 {
		padding-top: calc(500 / 750 * 100vw);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 87.5%;
	line-height: 30px;
	margin-bottom: 7px;
	text-align: center;
}
#sidebar caption {
	margin-bottom: 8px;
}
#wp-calendar {
	width: 100%;
	margin-bottom: 25px;
}
#wp-calendar thead th {
	background: #888;
	border: 1px solid #888;
	border-right-color: #888;
	font-size: 81.25%;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #888;
	text-align: center;
	font-size: 87.5%;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #9cc93a; /* 変更 */
	text-decoration: underline;
}
#wp-calendar tfoot td {
	font-size: 81.25%;
}
#wp-calendar tfoot td#prev {
	padding-top: 8px;
	padding-left: 10px;
}
#wp-calendar tfoot td#next {
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
}
#wp-calendar tfoot td a {
	padding-bottom: 3px;
	border-bottom: 1px solid #333;
}
#sidebar ul {
	margin-bottom: 25px;
	font-size: 87.5%;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: 30px;
}
.navigation li {
	width: 125px;
	font-size: 87.5%;
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: 13px;
	margin-top: -30px;
	margin-bottom: 40px;
}
.post_content {
	line-height: 1.75;
}
.img_thmb {
	width: 120px;
	height: 120px;
	display: block;
	border: 1px solid #959595;
}
.thmb {
	width: 120px;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - 140px);
}
.page_main section.blog_archive {
	padding-bottom: 40px;
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: 40px;
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	color: #333;
}
.txt_post .date {
	font-size: 75%;
	color: #959595;
}
.txt_post .txt_excerpt {
	font-size: 87.5%;
	line-height: 1.75;
	margin-top: 10px;
}
.txt_post .txt_excerpt a {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: 65px;
	text-align: center;
	font-size: 87.5%;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 4px 10px;
	margin: 2px;
}
.page_main .wp-pagenavi span.pages {
	padding: 4px 11px;
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
@media(min-width: 768px) and (max-width:960px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	.post_main {
		width: 100%;
		margin-bottom: 100px;
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: 30%;
	}
	.img_thmb {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 100%;
	}
	.txt_post {
		width: 66%;
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
}

/* 介護職員 care
------------------------------------------------------------------*/
.row_care01 {
	position: relative;
}
.row_care01:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid #b0deef;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	right: 0;
	left: 0;
	bottom: -40px;
	margin: auto;
}
.row_care01 .col_l {
	width: 200px;
	background: #9cc93a;
	color: #fff;
	font-weight: bold;
	font-size: 133.33%;
	letter-spacing: .1em;
}
.tbl_care01 {
	width: calc(100% - 200px);
}
.tbl_care01.color01 table {
	border-left-color: #fff;
}
.tbl_care01 thead th {
	text-align: center;
	font-weight: bold;
	font-size: 111.11%;
	letter-spacing: .1em;
}
.tbl_care01.color01 tbody th {
	background: #feffb2;
}
.tbl_care01.color01 tbody tr:last-child th {
	text-align: center;
	font-weight: bold;
	font-size: 133.33%;
	letter-spacing: .1em;
	color: #888;
	vertical-align: middle;
}
.tbl_care01.color01 tbody tr:last-child td {
	text-align: center;
	font-weight: bold;
	font-size: 133.33%;
	letter-spacing: .1em;
}
.tbl_care02 table {
	border-width: 2px;
}
.tbl_care02 tr:not(:last-child) th {
	border-bottom-color: #333;
}
.tbl_care02 tbody tr.bottom th, .tbl_care02 tbody tr.bottom td {
	border-top: 2px solid #333
}
.tbl_care02 tbody th {
	background: #eee;
	color: #888;
}
.tbl_care02 tbody th.yellow {
	background: #feffb2;
}
.tbl_care02 tbody tr.bold th, .tbl_care02 tbody tr.bold td {
	font-weight: bold;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.row_care01 {
		display: block;
		margin-bottom: 12vw;
	}
	.row_care01:after {
		border-top-width: calc(40 / 750 * 100vw);
		border-right-width: calc(80 / 750 * 100vw);
		border-left-width: calc(80 / 750 * 100vw);
		bottom: -9vw;
	}
	.row_care01 .col_l {
		width: 100%;
		border-bottom: 1px solid #fff;
		font-size: 125%;
		padding: 2vw 3vw 3vw;
	}
	.tbl_care01 {
		width: 100%;
	}
	.tbl_care01.color01 table {
		border-left-color: #9cc93a;
	}
	.tbl_care01 thead th {
		font-size: 106.25%;
		letter-spacing: 0;
	}
	.tbl_care01.color01 tbody tr:last-child th, .tbl_care01.color01 tbody tr:last-child td {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.tbl_care02 th, .tbl_care02 td {
		width: 50%;
	}
}


/* キャリアプラン career
------------------------------------------------------------------*/
.row_career01 .col_img {
	width: 200px;
	border: 6px solid #9cc93a;
	border-radius: 50%;
}
.row_career01 .col_img img {
	border-radius: 50%;
}
.row_career01 .col_txt {
	width: calc(100% - (200px + 3%));
}
.row_career01 .name {
	border-bottom: 2px solid #9cc93a;
	font-weight: bold;
	font-size: 122.22%;
	letter-spacing: .1em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.row_career02 .col_l {
	width: 56%;
}
.list_career02 {
	position: relative;
}
.list_career02:before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% + 30px);
	background: #9cc93a;
	left: 9px;
	top: 1em;
}
.list_career02 li:not(:last-child) {
	margin-bottom: 40px;
}
.row_career02 dt {
	padding-left: 30px;
	position: relative;
	font-weight: bold;
	width: 170px;
	font-size: 111.11%;
	letter-spacing: .1em;
	line-height: 1;
}
.row_career02 dt:before {
	content: "";
	position: absolute;
	background: #9cc93a;
	border-radius: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	top: .5em;
}
.row_career02 dt span {
	color: #9cc93a;
	font-size: 150%;
	padding: 0 3px;
}
.row_career02 dd {
	width: calc(100% - 190px);
	padding-top: 4px;
}
.row_career02 .col_r {
	width: 42%;
}
@media(min-width: 768px) and (max-width:960px) {
	.list_career02 li:not(:last-child) {
		margin-bottom: 30px;
	}
	.row_career02 dl {
		display: block;
	}
	.row_career02 dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.row_career02 dd {
		width: 100%;
		padding-left: 30px;
	}
	.row_career02 .col_r {
		width: 44%;
	}
}
@media(max-width: 767px) {
	.row_career01 {
		display: block;
		margin-bottom: 8vw;
	}
	.row_career01 .col_img {
		width: 100%;
		text-align: center;
		margin: 0 auto 5vw;
		max-width: calc(400 / 750 * 100vw);
	}
	.row_career01 .col_txt {
		width: 100%;
	}
	.row_career01 .name {
		text-align: center;
		font-size: 125%;
	}
	.row_career02 {
		display: block;
	}
	.row_career02 .col_l {
		width: 100%;
		margin-bottom: 12vw;
	}
	.list_career02 li:not(:last-child) {
		margin-bottom: 6vw;
	}
	.row_career02 dl {
		display: block;
	}
	.row_career02 dt {
		width: 100%;
		margin-bottom: 2vw;
		font-size: 106.25%;
		padding-left: 8vw;
	}
	.row_career02 dt:before {
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		top: .4em;
	}
	.row_career02 dd {
		width: 100%;
		padding-left: 8vw;
		padding-top: 0;
	}
	.row_career02 .col_r {
		width: 100%;
		text-align: center;
	}
}

/* 職種紹介 job
------------------------------------------------------------------*/
.job .row_common03 .col_img {
	width: 45%;
}
.job .row_common03 .col_img img {
	width: 100%;
}
.job .row_common03 .col_txt {
	width: 52%;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	
}