@charset "utf-8";

body {
	
}

a, a:focus, a:hover {
    color: #000;
	text-decoration: none;
	color: unset;
}

section {
	margin: 1em 0;
}

area {
    border: none;
    outline: none;
}

a img {
	/*width: 100%;*/
	cursor: pointer;
	transition-duration: 0.3s;
}
a img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.zoom-in-img {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.zoom-in-img img {
  width: 100%;
  height: 100%;
}
.zoom-in-img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoom-in-img:hover img {
  transform: scale(1.3);
    opacity: 1.0;
}

.color_f {
	color: #fff;
}
.color_0 {
	color: #000;
}

.bg_e {
	background: #eee;
	padding: 20px 0;
}
.bg_f {
	background: #fff;
	padding: 20px 0;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.container:before {
	display: table;
    content: " ";
}
.container:after {
	/*clear: both;*/
	display: table;
    content: " ";
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
	/*margin-bottom: 10px;*/
}
.col-sm-1 img, .col-sm-10 img, .col-sm-11 img, .col-sm-12 img, .col-sm-2 img, .col-sm-3 img, .col-sm-4 img, .col-sm-5 img, .col-sm-6 img, .col-sm-7 img, .col-sm-8 img, .col-sm-9 img, .col-xs-1 img, .col-xs-10 img, .col-xs-11 img, .col-xs-12 img, .col-xs-2 img, .col-xs-3 img, .col-xs-4 img, .col-xs-5 img, .col-xs-6 img, .col-xs-7 img, .col-xs-8 img, .col-xs-9 img{
	height: auto;
}
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%;
    display: block;
}
.col-sm-6 {
	margin: 0 0 50px;
}

.flex_box_res {
	display: block;
	padding: 5px 5px;
	position: relative;
}
.flex_box {
	display: flex;
	padding: 5px 5px;
	position: relative;
}
.flex_jst_center {
	justify-content: center;
}
.flex_jst_left {
	justify-content: left;
}
.flex_jst_right {
	justify-content: right;
}
.flex_jst_btw {
	justify-content: space-between;
}
.flex_box_wrap {
	flex-wrap: wrap;
}
.flex_box_nowrap {
	flex-wrap: nowrap;
}
.order_0 {
	-ms-flex-order: 0;
    order: 0;
}
.order_1 {
	-ms-flex-order: 1;
    order: 1;
}

.inline_box{
	display: block;
	width: 240px;
    margin: 10px auto;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
}
/* Clearing floats */
.clear {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.inline_clear {
	letter-spacing: -.4em;
}
.red_line {
	color: red;
    font-weight: bold;
}

.spad5 { padding: 5px !important; }
.spad10 { padding: 10px !important; }
.spad15 { padding: 15px !important; }
.spad20 { padding: 20px !important; }
.spad30 { padding: 30px !important; }
.spad0 { padding: 0 !important; }

.top_space {
	margin-top: 10px !important;
}
.bottom_p {
	margin: 0 0 1.714285714rem 0;
}
.bottom_space {
	margin-bottom: 20px !important;
}
.bottom_space_s {
	margin-bottom: 10px !important;
}
.m_zero {
	margin: 0 !important;
}
.mg5 {
	margin: 5px;
}
.mg10 {
	margin: 10px;
}

hr {
	margin: 20px 0;
	border-top: 2px dotted #cbbcbc;
}
.radius {
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

/* animation-delay */
.anim01 { animation-delay: 0.4s; }
.anim02 { animation-delay: 0.8s; }
.anim03 { animation-delay: 1.2s; }
.anim04 { animation-delay: 1.6s; }
.anim05 { animation-delay: 2.0s; }
.anim06 { animation-delay: 2.4s; }
.anim07 { animation-delay: 2.8s; }
.anim08 { animation-delay: 3.2s; }

/*  meta slider */
.metaslider .flexslider {
	margin: 0 !important;
}
.ms-image {
	margin: 0;
}

.brtab {
	display:block;
}
.brtabpc {
	display:none;
}
.brtab768 {
	display:block;
}

/**/
.no-link {
	pointer-events:none;
	cursor:default;
}
.no-border {
    border: none !important;
}
.no-border tr td {
	border: none !important;
}


/* Text */
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.font10px{
	font-size: 10px;
	line-height: 1;
}
.font11px{
	font-size: 11px;
	line-height: 1.2;
}
.font12px{
	font-size: 12px;
	line-height: 1.2;
}
.font13px{
	font-size: 13px;
	line-height: 1.3;
}
.font15{
	font-size: 1.5em;
}

h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
h1 {
	font-size: 22px;
	line-height: 1.3;
	padding: 10px 0 0 0;
	border-top: solid 1px #cfcfcf;
	position: relative;
}
h1:before {
	position: absolute;
	left: 0;
	top: -3px;
	width: 80px;
	height: 3px;
	content: '';
	background: #6fb030;
}
h2 {
	font-size: 18px;
	line-height: 1.3;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	border-top: solid 1px #cfcfcf;
	position: relative;
	font-weight: 500;
}
h2:before {
	position: absolute;
	left: 0;
	top: -3px;
	width: 80px;
	height: 3px;
	content: '';
	/*background: #6fb030;*/
	background: #fe9494;
}
h2.fortop{
	border: none;
	font-weight: normal;
}
h2.fortop:before{
	border: none;
	font-weight: normal;
	background: none;
}
h2.section-title {
	position: relative;
	padding: 20px 10px;
}
h2.section-title:before{
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #ff6666;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
}
h3 {
	font-weight: bold;
	font-size: 17px;
	margin: 0.5em 0;
	padding: 0;
	line-height: 1.3 !important;
	color: #333;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	margin: 0 0 5px 0;
    padding: 0;
	font-weight: normal;
}

.fixed_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.fixed_request {
    background: #6fb030;
    padding: 16px 0 0 0;
    /*width: 42%;*/
	width: calc(100% / 2);
    float: left;
    height: 50px;
}
.fixed_request a{
	color: #fff !important;
}
.fixed_contact {
	background: #fe9494;
    padding: 16px 0 0 0;
    /*width: 42%;*/
	width: calc(100% / 2);
    float: left;
    height: 50px;
}
.fixed_contact a{
	color: #fff !important;
}
.fixed_sns {
    background: #ddd;
    padding: 12px 0 0 0;
    width: 16%;
    float: left;
    height: 50px;
}

.main-content-area {
	padding: 0;
	margin: 65px 0 0 0;
}
.b-flex {
	display: block;
}
.b-flex-contents {
	display: block;
	flex-wrap: wrap;
}
.b-flex-contents img {
	margin: 5px;
}
	.b-flex-contents-ph {
		width: 100%;
	}
.breadcrumbs {
		margin: 0 0 2em 0;
}

/* = Typing
---------------------------------------------- */

.TextTyping span {
	display: none;
}

.TextTyping::after {
 	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}


/* =entry header
---------------------------------------------- */
.fixp_header {
	background: #ddd;
	padding: 1em 0;
}
.fixp_header_tokuyou {
	background-image: url(../header_img/tokuyou.jpg);
    background-repeat: no-repeat;
    background-position: 0 30%;
	background-size: cover;
	height: 300px;
}
.fixp_header_silver {
	background-image: url(../header_img/silver.jpg);
    background-repeat: no-repeat;
    background-position: 0 60%;
	background-size: cover;
	height: 300px;
}
.fixp_header_mori {
	background-image: url(../header_img/mori.jpg);
    background-repeat: no-repeat;
    background-position: 0 60%;
	background-size: cover;
	height: 300px;
}
.fixp_header_group {
	background-image: url(../header_img/group.jpg);
    background-repeat: no-repeat;
    background-position: 0 60%;
	background-size: cover;
	height: 300px;
}
.fixp_header_day {
	background-image: url(../header_img/day.jpg);
    background-repeat: no-repeat;
    background-position: 20% 80%;
	background-size: cover;
	height: 400px;
}
.fixp_header_homehelp {
	background-image: url(../header_img/homehelp.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
	background-size: cover;
	height: 300px;
}
.fixp_header_kyotaku {
	background-image: url(../header_img/kyotaku.jpg);
    background-repeat: no-repeat;
    background-position: 0 60%;
	background-size: cover;
	height: 300px;
}
.fixp_header_nadeshiko {
	background-image: url(../header_img/nadeshiko.jpg);
    background-repeat: no-repeat;
    background-position: 0 60%;
	background-size: cover;
	height: 300px;
}
.fixp_header_meals {
	background-image: url(../header_img/meals.jpg);
    background-repeat: no-repeat;
    background-position: 0 60%;
	background-size: cover;
	height: 300px;
}
.fixp_header_reqruit {
	background-image: url(../header_img/reqruit.jpg);
    background-repeat: no-repeat;
    background-position: 0 65%;
	background-size: cover;
	height: 300px;
}

.fixp_header {
	background-image: url(../header_img/main.jpg);
    background-repeat: no-repeat;
    background-position: 0 75%;
	background-size: cover;
	height: 300px;
}
.entry-header .entry-title {
	font-size: 2em;
	margin: 0;
	color: #fff;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header{
	margin: 0 0 2em 0;
}
	
.entry-header p {
	color: #fff;
    text-align: center;
}


/* =Archives
---------------------------------------------- */

.archive-header,
.page-header {
	line-height: 1.846153846;
	margin: 0 0 2em 0;
}
.archive-header h1{
	font-size: 1.6em;
	margin: 0;
	color: #fff;
}

/* =button
---------------------------------------------- */
.btn a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #333;
    background-color: #ececec;
    border-color: #ccc;
}
.btn-default {
    color: #333;
    background-color: #ececec;
    border-color: #ccc;
}

.btn_g {
	margin: 0 5px 15px 5px;
	border: 3px solid #99c157;
	padding: 10px 0 7px 0;
    text-align: center;
}

.btn_contact {
	width: 249px;
    height: 52px;
    margin: 0 auto;
    float: none;
}
.btn_contact a {
	width: 100%;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    font-size: 14px;
    position: relative;
	text-align: center;
}
.btn_contact a::before {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 6px solid #818181;
    transition-duration: 200ms;
}
.btn_contact a:hover {
    background: #1c335a;
	color: #fff;
}

@media (min-width: 768px) {
	.btn_contact {
		float: left;
		margin: 0 20px 0 0;
	}
}

a.btn_hd01 {
	/*display: block;*/
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 2px 15px 3px;
	/*font-weight: bold;*/
	border: 2px solid #fe9494;
	color: #e57575;
	border-radius: 100vh;
	transition: 0.5s;
	font-size: 14px;
}
a.btn_hd01:hover {
	color: #fff;
	background: #fe9494;
}

a.btn_hd02 {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 10px 30px;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
	width: 320px;
    display: block;
}
a.btn_hd02:hover {
	color: #fff;
	background: #27acd9;
}

.side_wrap {
    display: none;
	margin-top: 20px;
}
.main_wrap {
    width: 100%;
    padding: 0 0 30px 0;
	margin-top: 0;
}

/*---header---*/
#header_left {
	float: none;
	width: 260px;
	padding: 10px 0;
	margin: 0 auto;
}

.header_logo {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}
#header_right {
	float: none;
	width: 100%;
	padding: 10px;
	text-align: center;
}

.hgroup_wrap {
	display: block;
	margin: 0 auto;
}
.hgroup_wrap div {
	width: 120px;
}

@media (min-width: 768px) {
	.hgroup_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		text-align-last: justify;
		align-items: center;
	}
	.hgroup_wrap div {
		width: 120px;
		margin: 0 5px;
	}
}

.h_tel{
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 25px;
	line-height: 1.6;
	text-align: center;
}
.h_tel span {
	background-image: url(../images/tels_bg.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
}
	
	
header h1 {
	margin: 0;
}
header h1 a img {
	width: 220px;
}

.description_wrap {
	display: none;
}
.site-description {
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: left;
}

/*---contact---*/
.view-sp .h_contact {
	text-align: center;
	margin-top: 15px;
}
.h_contact a {
	background: #fff;
	border-radius: 18px;
    padding: 3px 30px;
    color: #31708f;
	text-align: center;
}
.h_contact a:hover {
    color: #31708f;
	text-decoration: none;
}

/*　hamburger　*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 0;
	top   : 10px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	background-color: #fe9494;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 26px;
	height  : 2px ;
	left    : 8px;
	background : #fff;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition   : 0.5s ease-in-out;
	transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 6px;
}
.hamburger span:nth-child(2) {
	top: 14px;
}
.hamburger span:nth-child(3) {
	top: 22px;
}
.hamburger p {
	display : block;
	position: absolute;
	/*width   : 30px;*/
	top: 28px;
	margin: 0;
	padding: 0;
	color: #fff;
    font-size: 12px;
    left: 3px;
}

.hamburger.active span:nth-child(1) {
	top : 15px;
	left: 7px;
	background : #fff;
	-webkit-transform: rotate(315deg);
	-moz-transform   : rotate(315deg);
	transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 15px;
	background : #fff;
	-webkit-transform: rotate(-315deg);
	-moz-transform   : rotate(-315deg);
	transform        : rotate(-315deg);
}

/*---mobile primary navi---*/
.menu-mobile-menu-container {
	padding: 2em 0 3em 0;
}
nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba(0,0,0,0.9);
	text-align: center;
	width: 100%;
	/*opacity: 0;*/
	display: none;
	transition: opacity .6s ease, visibility .6s ease;
	background: rgb(255,255,255);
    filter: alpha(opacity=95);
    background: rgb(255,255,255, 0.95);
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
	height: 100%;
    overflow-y: auto;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	transition: .4s all;
	text-align: left;
	background-image: url(../images/mark02.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
	background :#ddd;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #0e0e0e;
	padding: 10px 0 10px 20px;
	text-decoration :none;
}

nav.globalMenuSp.active {
	/*opacity: 100;*/
	display: block;
}

nav.globalMenuSp ul li ul.sub-menu {
	/*display: none;*/
	margin: 0 0 0 1em;
}
nav.globalMenuSp ul li ul li {
	overflow: hidden;
	transition: .2s;
	background-image: url(../images/mark05.png);
    background-repeat: no-repeat;
    background-position: 5px 13px;
}

.submenu {
  background: #fff;
  display: none;
}

/* slickslider */
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}

.prev-arrow {
	left: -25px;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	cursor: pointer;
}
.next-arrow {
	right: -25px;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	cursor: pointer;
}

/* --- Top Page main image --- */
.topimage {
    width: 100%;
	height: auto;
    margin: 0;
    padding: 0;
	/*background: #034985;/* blue*/
	/*background: #ffafaf;/* pink*/
	/*background: #ffbe7d;/* orenge*/
}
.topimage div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
	text-decoration: none;
	opacity: 1;
}
.topimage a {

}
.topimage .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    /*background: rgba(0, 0, 0, 0.4);
    background: rgba(151,191,225,0.4) url(../images/dot.png);
    background-repeat: repeat;*/
}

.topimage h1 {
	margin: 0;
}

/*catch text*/
.catchtext {
	position: absolute;
    color: #fff;
	top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	min-width: 250px;
	width: 85%;
}
.catchtext div {
    font-size: 140%;
	font-weight: 500;
	color: #fff;
	line-height: 1.8;
    margin-bottom: 0.6em;
	padding: 4em 0 0 0;
	text-align: center;
	text-shadow: 0 0 5px rgb(0 0 0 / 60%);
}

}
.catchtext p {
    line-height: 1.5;
	font-size: 78%;
}
.catchtext img {
	width: 100%;
}
.page-catchtext {
	/*position: absolute;
    color: #fff;
	top: 110px;
    left: 5%;*/
}
.page-catchtext h1 {
	color: #fff;
}

/*--- recruit ---*/
.boshu_flex {
	display: block;
	justify-content: center;
	align-items: start;
}
.boshu_koeph {
	width: 100%;
	padding: 20px;
	text-align: center;
}
.boshu_koeph img {
    max-width: 180px;
}
.boshu_koetxt {
	width: 100%;
	padding: 20px;
}
.boshu_kubun {
	width: 100%;
	padding: 10px;
}
.boshu_naiyou {
	width: 100%;
	padding: 10px;
}
.recruit_inner {
	border: none;
	padding: 0;
}
.recruit_flex {
  display: block;
  justify-content: center;
  align-items: center;
}
.recruit_ttl {
	color: #fff;
    font-weight: bold;
	width: 100%;
	border: none;
	margin: 0 0 20px 0;
    padding: 0;
}
.recruit_ttl:before {
	background: none;
}
.recruit_box {
	background: #fff;
	background-image: url(../images/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
    width: 95%;
    height: 200px;
	padding: 0;
	margin: 0 auto;
}
.recruit_text {
	text-align: center;
	font-size: 1.5rem;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 80px 0 0 0;
}
.recruit_btn {

	text-align: center;
	width: 300px;
    padding: 10px 0;
	margin-right: auto;
	margin-left: auto;
}
.recruit_btn a{
	color: #fff;
}


	.recruit_btn {
		/*background: #6fb031;
		text-align: center;
		width: 300px;
		padding: 10px 0;
		margin-right: 0;
		margin-left: auto;*/
		
	}
	.recruit_btn a{
		/*color: #fff;*/
		background: #ffc0c0;
		border-radius: 3px;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto;
		width: 280px;
		padding: 15px 25px;
		color: #313131;
		transition: 0.3s ease-in-out;
		font-weight: 500;
	}
	.recruit_btn a:after {
		content: "";
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 2rem;
		font-size: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: right 0.3s;
		width: 6px;
		height: 6px;
		border-top: solid 2px currentColor;
		border-right: solid 2px currentColor;
		transform: translateY(-50%) rotate(45deg);
	}
	.recruit_btn a:hover {
		background: #fe9494;
		color: #FFF;
	}
	.recruit_btn a:hover:after {
		right: 1.4rem;
	}


/*--- news ---*/
#news_wrap {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
}
.news_ttl {
	font-weight: bold;
	width: 100%;
	border-right: none;
	margin: 15px 0 0 0;
	border: none;
}
.news_ttl:before {
	position: relative;
    background: none;
}
#news_box {
    width: 100%;
    overflow: hidden;
    padding: 10px 5px;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.news_ph {
	margin: 0 5px 0 0;
	width: 100%;
	text-align: center;
}
.news_date {
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	display: inline-block;
}
.news_icon {
	width: 130px;
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 2px 0 1px 0;
	display: inline-block;
}
.news_title {    
	width: 100%;
	padding: 0 0 0 20px;
	margin: 5px 0;
	display: block;
}
.news_title span {    
	background: #d6810e;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
}
.old_news {
	font-size: 13px;
    width: 160px;
    text-align: center;
    padding: 4px 20px;
	margin: 0;
	border: 1px solid #fe9494;
}
.old_news:hover {
	background: #fe9494;
	color: #fff;
	border: 1px solid #fe9494;
}
.news_line {
	border-bottom: 1px solid #8a8a8a;
	margin: 5px 0;
}

/*--- footer ---*/
footer {
	width: 100%;
    position: relative;
    bottom: 10px;
}
.footer_wrap {
	padding: 20px 0 5px 0;
	/*background: #ddd;*/
	font-size: 14px;
}
.footer_prof_wrap {
	display: block;
	width: 100%;
	text-align: center;
}
.footer_navi_wrap_1 {
	display: none;
}
.footer_navi_wrap_2 {
	display: none;
}
.footer_navi_wrap_3 {
	display: none;
}

.footer_add_wrap {
	width: 320px;
	float: none;
	margin: 0 auto;
}
.footer_add a {
    color: #000;
}
.footer_add {
	width: 320px;
    margin: 0 auto;
	text-align: center;
}
#footer_logo {
	padding: 1em 0 0 0;
	margin: 0 auto 5px;
	text-align: center;
}
#footer_logo img {
	width: 280px;
}

#footer_tel {
	font-size: 20px;
	font-weight: bold;
	margin-right: 0;
}

.menu-item {
    list-style: none;
    margin: 0 0 0 5px;
}
.menu-item .sub-menu {
    margin: 0;
}

.footer_navi_wrap ul {
    margin: 0;
}
.footer_navi_wrap ul li {
	list-style: none;
	margin: 0;
	display: inline-block;
	padding: 0 10px;
}
.footer_navi_wrap li a {
    color: #000;
}
.footer_navi_wrap ul li ul {
	margin: 10px 0 0 0 !important;
}
.footer_navi_wrap ul li ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}

.footer_copy_wrap {
	background: #606060;
	margin: 0 0 36px 0;
}
.footer_copy {
	/*color: #3c3c3c;*/
    text-align: center;
    font-size: 11.5px;
    padding: 10px 0;
	line-height: 1.3;
	color: #fff;
}

/*--- table ---*/
.res-table {
	width:100%;
    margin:2em auto;
}
.res-table tr{

}
.res-table th{
    padding:10px 5px;
	display:block;
    font-size: 16px;
	font-weight: normal;
	text-align:left;
    line-height: 1.5;
	border-right: none;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
	background: #e3e3e3;
}
.res-table td{
	padding:10px 5px;
	display:block;
	text-align:left;
	border-right: none;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
}

.res-table td p{
	margin: 0;
}

.scroll {
	overflow-x: auto;
}
.scr-table {
	min-width: 640px;
	margin: 0 0 20px 0;
	font-size: 13.5px;
}

.list_line {
    border-bottom: 1px solid #38322F;
    line-height: 1.5;
    padding: 1em 0;
    margin: 0;
}

.topics_link {
	color: #009a3a;
    font-size: 21px;
}

/*--- TOP事業内容grid ---*/
.b-contents-top {
	margin: 1.5em auto;
	width: 100%;
	width: calc(100% / 2);
	height: 180px;
	max-width: 480px;
	text-align: center;
	padding: 0 5px;
	position: relative;
	counter-increment: number;
}
.b-contents-top-note {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}
.b-contents-top-ph {
	margin-bottom: 1em;
}
.b-contents-top-ttl {
	font-size: 16px;
}

.b-contents-top:before {
    /*content: url(../top_img/home.png);*/
	content: "";
    position: absolute;
    top: -26px;
    left: 20px;
    background: #fe9494;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 37px;
    font-weight: bold;
    z-index: 2;
}
.b-contents-top:nth-child(1):before {
	content: url(../top_img/home.png);
}
.b-contents-top:nth-child(2):before {
	content: url(../top_img/home.png);
}
.b-contents-top:nth-child(3):before {
	content: url(../top_img/home.png);
}
.b-contents-top:nth-child(4):before {
	content: url(../top_img/group.png);
}
.b-contents-top:nth-child(5):before {
	content: url(../top_img/day.png);
}
.b-contents-top:nth-child(6):before {
	content: url(../top_img/help.png);
}
.b-contents-top:nth-child(7):before {
	content: url(../top_img/center.png);
}
.b-contents-top:nth-child(8):before {
	content: url(../top_img/kango.png);
}
.b-contents-top a {
	border: 2px solid #ff9190;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    display: block;
	font-size: 14px;
}
.b-contents-top a p{
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-weight: bold;
    line-height: 1.6;
	color: #444;
}
.b-contents-top a:hover {
    background: #ffcece;
}

/* Grid cards */
.card-grid {
	display:grid;
	grid-template-columns:repeat(1,1fr);
	gap:12px;
	}
@media(min-width:900px){
	.card-grid{grid-template-columns:repeat(2,1fr);}
	}
.card{
	background:var(--card-bg);
	border-radius:var(--radius);overflow:hidden;
	box-shadow:0 6px 18px rgba(0,0,0,0.06);
	display:flex;
	flex-direction:column;
	height:100%;
	background: #fff;
	}
	#residential-title {
		border: none;
		text-align: center;
	}
	#homecare-title {
		border: none;
		text-align: center;
	}
.card-visual{
	padding:18px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:linear-gradient(180deg,rgba(0,0,0,0.02),transparent);
	}
.card-visual svg{
	width: 64px;
	height: 64px;
	}
.card-body{
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex:1;
	justify-content: space-between;
	}
.card h3{
	margin:0;
	font-size: 18px;
	text-align: center;
	}
.card p{
	margin:0;color:var(--muted);
	font-size:0.95rem;
	}
.card .actions{
	margin-top:auto;
	display:flex;gap:8px;
	}
	.btn_work {
	margin: 10px;
}
	.btn_work a {
	background: #ffc0c0;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 180px;
	padding: 10px 5px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}
.btn_work a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 1.8em;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.btn_work a:hover {
	background: #fe9494;
	color: #FFF;
}
.btn_work a:hover:after {
	right: 1.2rem;
}

/* Contact CTA */
.cta{display:flex;flex-direction:column;gap:12px;align-items:center;padding:18px;border-radius:12px;background:linear-gradient(90deg,#fff,#f6fff6);margin-top:20px}
.cta .phone{font-size:1.2rem;font-weight:700;color:var(--accent)}
.footer{font-size:0.9rem;color:var(--muted);margin-top:24px;padding-bottom:40px}

/* Small accessibility tweaks */
a:focus,button:focus{outline:3px solid rgba(79,138,139,0.18);outline-offset:2px}

/*ABOUT*/
.about_ttl {
	font-size: 2.5em;
    margin: 15px 0;
	text-align: center;
	color: #fff;
}
.about_wrap {
	background: rgb(28,58,90,0.8);
	padding: 1.5em 1em 1em;
}
.about_text {
	font-size: 1.1em;
	line-height: 2;
    margin: 0 0 1.2em 0;
	text-align: center;
	color: #fff;
}
.about_more {
	position: relative;
    margin:0 auto;
	color: #fff;
	width: 200px;
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
	background: #4f6b89;
}
.about_more::before,
.about_more::after {
	content:"";
	position: absolute;
	background: #c6cfd9;
	width: 0;
	height:2px;
	transition: all 0.2s linear;
}
.about_more::before {
	right: 0;
	bottom: 0;
}
.about_more::after {
	left: 0;
	top: 0;
}
.about_more span {
	display: block;
}
.about_more span::before,
.about_more span::after {
	content:"";
	position: absolute;
	background: #c6cfd9;
	width: 2px;
	height: 0;
	transition: all 0.2s linear;
}
.about_more span::before {
	left: 0;
	bottom: 0;
}
.about_more span::after {
	right: 0;
	top: 0;
}

.about_more:hover::before,
.about_more:hover::after{
  width: 100%;
}
.about_more:hover::after{
  transition-delay: 0s;
}
.about_more:hover::before{
  transition-delay: 0.3s;
}
.about_more:hover span::before,
.about_more:hover span::after{
  height: 100%;
}
.about_more:hover span::before{
  transition-delay: 0.5s;
}
.about_more:hover span::after{
  transition-delay: 0.2s;
}


@media (min-width: 768px) {
	.about_ttl {
		font-size: 2.5em;
		margin: 20px 0 0 0;
		text-align: center;
	}
	.about_text {
		font-size: 1.2em;
		margin: 0 0 1.5em 0;
	}
}

/****なでしこの杜****/
.tbl-u {
	font-size: 14px;
	width: 220px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.tbl-u th, td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.gall_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding: 5px 5px;
    position: relative;
	line-height: 1.3;
}
.gall_ttl {
	padding: 5px;
	width: 33%;
}

/****画像配置****/
.ph_flex_1 {
	display: flex;
    padding: 5px 5px;
    position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-end;
	text-align: center;
}
.ph_flex_2 {
	display: flex;
    padding: 5px 5px;
    position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-end;
	text-align: center;
}
.ph_flex_3 {
	display: flex;
    padding: 5px 5px;
    position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-end;
	text-align: center;
}
.ph_flex_1 div {
	width: 100%;
	margin: 0 0 10px 0;
}
.ph_flex_1 p {
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
}
.ph_flex_2 div {
	width: 49%;
	margin: 0 0 20px 0;
}
.ph_flex_3 div {
	width: 49%;
    margin: 0 0 20px 0;
}

/*訪問看護ステーション*/
ol.list611 li {
    margin-top: 0;
    margin-bottom: 0;
    list-style: decimal;
    font-size: 180%;
    font-weight: bolder;
    font-style: italic;
    color: #6CA708;
}
ol.list611 li dl {
    font-size: 60%;
    font-style: normal;
    font-weight: normal;
    color: #333;
	margin: 0 0 0 12px
}
ol.list611 li dl dt {
    line-height: 1.3;
}

.r_display {
	width: 360px;
    margin-left: auto;
}

/*高喜苑*/
.kke_flex {
	display: flex;
    padding: 5px 5px;
    position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kke_flex .kke_wrap {
	width: 100%;
	margin: 0 0 20px 0;
}
.kke_flex .kke_wrap .img_box {
	margin: 0 auto;
	text-align: center;
}
.kke_flex .kke_wrap h3 {
	text-align: center;
}
.kke_flex .kke_wrap p {
	padding: 0 1em;
}

/*ご挨拶*/
.content_msg {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.message_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.message_name {
	width: 240px;
	text-align: right;
	margin-right: 15px;
}
.message_ph {
	width: 140px;
}

@media (min-width: 768px) {
.message_ph {
		width: 180px;
		min-width: 150px;
	}
}

/**/
#gallery img {
	border: none !important;
}
#gallery-1 img {
	border: none !important;
}
#gallery-1 {
    display: flex;
	flex-wrap: wrap;
	
}
#gallery-1 .gallery-item {
    float: none !important;
	width: 32% !important;
    margin: 10px 0 !important;
}
#gallery-2 img {
	border: none !important;
}
#gallery-2 {
    display: flex;
	flex-wrap: wrap;
	
}
#gallery-2 .gallery-item {
    float: none !important;
	width: 32% !important;
    margin: 10px 0 !important;
}


/*----- simple lightbox ----*/
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-size: 16px !important;
}
.slb_template_tag_item_description {
	display: none;
}
/*
.histry_d dt {
	font-size: initial;
    padding: 0;
    margin: 0;
}
.histry_d dd {
	font-size: initial;
    line-height: inherit;
    margin: 0;
    padding: 0;
	margin-bottom: 1.714285714rem;
    margin-left: 1em;
}*/

	/* =SmartPhone Non Display
----------------------------------------------- */
.view-pc {
	display: none;
}
.view-sp{
	display: block;
}
.view-sp li {
	display: block;
	width: 20%;
	text-align: center;
}
.view-sp li:hover{
	display: block;
	background-color: #fe9494;
}
.view-sp li a {
	display: block;
}
.view-sp li a:hover{
	display: block;
	background-color: #fe9494;
    color: #fff !important;
}

@media (max-width: 480px) {
	.table-scroll{
		overflow-x: auto;
		/*white-space: nowrap;*/
		max-width: 770px;
	}
	.table-scroll table{
		border-collapse: collapse;
		border-spacing: 0;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		max-width: 100%;
	}
	.table-scroll table th,
	.table-scroll table td{
		padding: 10px 15px;
		font-weight: normal;
		border-right: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
		white-space: nowrap;
	}
	.table-scroll table th{
		background: #eee;
	}
	/**/
	.table-scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.table-scroll::-webkit-scrollbar-track{
	 background: #333;
	}
	.table-scroll::-webkit-scrollbar-thumb {
	 background: #999;
	}
}

/*---- back number ----*/
.backnumber_box {
	width: 20%;
	padding: 10px 0;
}

/*********** Minimum width of 768 pixels. **************/
@media (min-width: 480px) {

}
/*********** Minimum width of 768 pixels. **************/
@media (min-width: 768px) {
	
	body {
		padding: 0;
	}
	
	.fixp_header_tokuyou {
		background-image: url(../header_img/tokuyou.jpg);
		background-repeat: no-repeat;
		background-position: 0 30%;
		background-size: cover;
		height: 600px;
	}

	.fixp_header_day {
		background-image: url(../header_img/day.jpg);
		background-repeat: no-repeat;
		background-position: 0 80%;
		background-size: cover;
		height: 700px;
	}
	
	/****なでしこの杜****/
	.gall_ttl {
		padding: 5px;
		width: 16.666%;
		font-size: 15px;
	}
	/****画像配置****/
	.ph_flex_1 div {
		width: 48%;
		margin: 0;
	}
	.ph_flex_1 p {
		width: 48%;
		text-align: left;
		margin: 0;
	}
	.ph_flex_2 div {
		width: 49%;
	}
	.ph_flex_3 div {
		width: 32%;
	}
	
	/*高喜苑*/
	.kke_flex .kke_wrap{
		width: 48%;
	}
	
	/*---- back number ----*/
	.backnumber_box {
		width: 12%;
		padding: 5px 0;
	}
	
	/*PC 電話発信 無効*/
	a[href^="tel:"]{
		pointer-events: none;
	}
	
	.brtab {
		display: none;
	}
	.brtabpc {
		display: initial;
	}
	.brtab768 {
		display: block;
	}
	
	/**/
	.fixed_btn {
		position: fixed;
		top: 130px;
		right: 0;
		width: 45px;
		text-align: center;
		display: block;
	}
	.fixed_request {
		padding: 0 12px;
		width: 100%;
		float: none;
		height: 140px;
		margin-bottom: 3px;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.fixed_contact {
		padding: 0 12px;
		width: 100%;
		float: none;
		height: 140px;
		margin-bottom: 3px;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.fixed_sns {
		padding: 10px 0;
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
	
	h1 {
		font-size: 26px;
		line-height: 1.3;
		padding: 10px 0 20px 0;
	}
	h2{
		font-size: 24px;
		padding: 20px 0;
		line-height: 1.2;
		margin: 20px 0 0 0;
	}
	h2.fortop{
		font-size: 26px;
		padding: 0 10px 20px 10px;
		line-height: 1.3;
		margin: 0;
		border-left: none;
	}
	h3 {
		font-weight: bold;
		font-size: 20px;
		margin: 1em 0;
		padding: 0;
	}
	h4,
	h5,
	h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4 {
		font-size: 18px;
		margin: 0 0 5px 0;
		padding: 0;
		font-weight: bold;
	}
	
	/*--- header ---*/
	.entry-header .entry-title {
		font-size: 30px;
		padding: 1em 0;
	}
	.archive-header .archive-title {
		font-size: 30px;
		margin: 0;
		padding: 1em 0;
	}
	.archive-header h1{
		font-size: 30px;
		margin: 0;
		padding: 1em 0;
		color: #fff;
	}
	
	/*--- grid ---*/
	.col-sm-3:first-child, .col-sm-4:first-child {
		padding-left: 0;
	}
	.col-sm-3:last-child, .col-sm-4:last-child {
		padding-right: 0;
	}
	.col-sm-4 {
		width: 33%;
	}
	.col-sm-6 {
		width: 50%;
	}
	
	.flex_box_res {
		display: flex;
		padding: 5px 5px;
		position: relative;
	}

	.order_sm_0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order_sm_1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.inline_box{
		display: inline-block;
		padding: 10px 10px 30px 10px;
		margin: 5px 5px 25px;
		width: 30.9%;
		height: 220px;
		vertical-align: top;
	}
	
	.main-content-area {
		padding: 0;
		margin: 75px 0 0 0;
	}
	.b-flex {
		display: flex;
		padding: 0;
		margin: 0;
	}
	.b-flex-contents {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.b-flex-contents-ph {
		width: calc(100% / 2 - 10px);
	}

	/*--- TOP事業内容grid ---*/
	.b-contents-top {
		/*margin: 0;*/
		width: calc(100% / 3);
		height: 240px;
		text-align: center;
		padding: 0 10px;
		font-size: 15px;
	}
	
	.b-contents-top-note {
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.b-contents-top-ph {
		margin-top: auto;
		margin-bottom: 1.5em;
		text-decoration: underline;
	}
	.b-contents-top-ttl {
		font-size: 16px;
	}
	
	/*--- 事業内容grid ---*/
	.b-contents {
		margin: 20px;
		width: calc(100% / 2 - 40px);
		text-align: center;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.b-contents-note {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.b-contents-ph {
		margin-top: auto;
		margin-bottom: 30px;
		text-decoration: underline;
	}

	/*--- Top Page main image ---*/
	.topimage{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.topimage img {
		margin-top: 6px;
		margin-right: 18px;
		margin: 0;
	}
	
	.catchtext {
		/*top: 200px;*/
		width: 72%;
	}
	.catchtext div {
		margin-bottom: 0.3em !important;
		font-size: 200%;
		line-height: 1.54;
		letter-spacing: .1em;
		padding: 5em 0 0 0;
	}
	.catchtext p {
		line-height: 2.1;
		font-size: 21px;
		/*max-width: 80%;*/
	}
	
	.page-catchtext h1 {

	}
	
	.main_wrap {
		padding: 0 0 30px 0;
	}
	.main_wrap_2b {
		width: 70%;
		padding: 0;
	}
	.side_wrap {
		width: 30%;
		display: block;
		margin-top: 5px;
	}
	
	.container {
		width: 750px;
	}
	
	.description_wrap {
		display: block;
		background: #ffae72;
		color: #fff;
	}
	.site-description {
		font-size: 11px;
		font-weight: normal;
		padding: 3px 0;
		margin: 0;
		text-align: right;
	}
	.site-description span{
		background: #d6810d;
		color: #fff;
		padding: 0 0 0 0.5em;
	}
	
	.header_flex {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#header_left {
		width: 200px;
		padding: 20px 0 0 0;
		margin: 0;
		text-align: left;
	}

	.header_logo {
		margin: 0;
		padding: 1px 0 0 0;
		float: left;
	}
	#header_right {
		width: 525px;
		padding: 15px 0 0 0;
		text-align: right;
	}
	.h_tel{
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 0 0 0 26px;
		font-size: 25px;
		line-height: 1.6;
		text-align: right;
	}
	.h_tel span {
		background-image: url(../images/tels_bg.png);
		background-position: 0 2px;
		background-repeat: no-repeat;
		padding: 0 0 0 40px;
	}
	.h_contact {
		text-align: right;
		margin: 0 0 10px 0;
	}
	.h_contact a {
		font-size: 15px;
	}
	
	/*--- site navigation ---*/
	#site-navigation {
		margin: 0;
		padding: 0;
	}
	.page_item {
		list-style: none;
	}
	.page_item a {
		/*color: #fff;*/
	}
	.page_item a:hover {
		/*color: #fff;*/
	}

	
	/*--- bignavi---*/
	.menu-dropdown-icon:before {
		/*display: none;*/
		cursor: pointer;
		float: right;
		padding: 1.5em 2em;
		background: #fff;
		color: #333;
	}

	/*--- Drop Navi ----*/
	#menu-primary {
		list-style-type: none;
		width: 540px;
		font-size: 0;
		padding: 0;
		margin: 0 auto;
		display: flex;
	}
	#menu-primary li {
		/*position: relative;*/
		width: 13.666%;
		margin: 5px 0 5px 0;
		padding: 0;
		text-align: center;
	}
	#menu-primary li:last-child {
		border-right: none;
	}
	#menu-primary li:nth-child(1) {
		width: 13%;
	}
	#menu-primary li:nth-child(2) {
		width: 14%;
	}
	#menu-primary li:nth-child(3) {
		width: 13%;
	}
	#menu-primary li:nth-child(4) {
		width: 17%;
	}
	#menu-primary li:nth-child(5) {
		width: 14%;
	}
	#menu-primary li:nth-child(6) {
		width: 13%;
	}
	#menu-primary li:nth-child(6) {
		width: 14%;
	}
	#menu-primary li:nth-child(7) {
		width: 17%;
	}


	#menu-primary li a {
		display: block;
		margin: 0;
		/*padding: 0;*/
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
		color: #000;
		font-size: 10px;
	}

	#menu-primary li ul {
		list-style: none;
		position: absolute;
		/*top: 100%;*/
		left: 0;
		margin: 10px 0 0 0;
		padding: 0;
		filter: alpha(opacity=95);
		background: rgb(255,255,255, 0.95);
		-webkit-transition: background 0.4s ease-out;
		transition: background 0.4s ease-out;
		width:100vw;
		/*margin:0 calc(0% - 50vw);*/
		margin:0;
	}
	#menu-primary li ul li {
		overflow: hidden;
		width: 100%;
		margin: 0;
		height: 0;
		/*color: #fff;*/
		transition: .2s;
		border-right: none;
	}
	#menu-primary li ul li a {
		padding: 14px 6px;
		text-align: left;
		color: #000;
		font-size: 12px;
		font-weight: normal;
		border-bottom: 1px solid #ddd7d0;
	}
	#menu-primary li ul li:last-child a {
		/*border-bottom: none;*/
	}

	#menu-primary li:hover > ul > li {
		overflow: visible;
		height: auto;
		display: block;
	}
	#menu-primary li:last-child ul li ul {
		left: -100%;
		width: 100%;
	}

	#menu-primary li ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: -20px;
		width: 0;
		height: 0;
	}
	#menu-primary li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		/*left: 200%;
		margin-left: -20px;*/
	}
	
	#menu-primary li ul li ul {
		top: 0;
		display: block;
		position: relative;
		display: block;
		height: auto;
	}
	#menu-primary li ul li ul li {
		display: block;
		height: auto;
	}
	#menu-primary li:hover > ul > li > ul {
		display: block;
		height: auto;
	}
	
	#menu-primary .menu-dropdown-icon ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		/*left: 25px;*/
		padding: 0 10px 0 20px;
		background: #efefef;
	}
	#menu-primary > ul:before,
	#menu-primary > ul:after	{
		content: "";
		display: table;
	}
	#menu-primary .menu-dropdown-icon ul li {
		width: calc(100% / 3);
		padding: 0 10px;
	}
	/*#menu-primary .menu-dropdown-icon ul li:nth-child(3) {
		width: 18%;
	}
	#menu-primary .menu-dropdown-icon ul li:nth-child(5) {
		width: 22%;
	}
	#menu-primary .menu-dropdown-icon ul li:nth-child(6) {
		width: 25%;
	}
	#menu-primary .menu-dropdown-icon ul li:nth-child(7) {
		width: 22%;
	}
	#menu-primary .menu-dropdown-icon ul li:nth-child(8) {
		width: 25%;
	}*/
	
	#menu-primary .menu-dropdown-icon ul {
		/*left: 50px;*/
	}
	
	#menu-primary .menu-dropdown-icon ul li a{
		padding: 14px 0;
		margin-top: 20px;
		text-align: left;
		/*color: #393939;*/
		color: #de5050;
		font-size: 13px;
		font-weight: bold;
		border-top: solid 1px #cfcfcf;
		border-bottom: none;
		/*background: #efefef;*/
	}
	#menu-primary .menu-dropdown-icon ul li a:before {
		position: absolute;
		left: 0;
		top: -3px;
		width: 80px;
		height: 3px;
		content: '';
		background: #fe9494;
	}
	#menu-primary .menu-dropdown-icon ul li ul {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		left: 0;
	}
	#menu-primary .menu-dropdown-icon ul li ul li{
		width: 100%;
		padding: 0 0 0 10px;
		background-image: url(../images/mark05.png);
		background-repeat: no-repeat;
		background-position: 0 5px;
	}
	#menu-primary .menu-dropdown-icon ul li ul li:nth-child(3) {
		width: 100%;
	}
	#menu-primary .menu-dropdown-icon ul li ul li:nth-child(5) {
		width: 100%;
	}
	#menu-primary .menu-dropdown-icon ul li ul li:nth-child(6) {
		width: 100%;
	}
	#menu-primary .menu-dropdown-icon ul li ul li:nth-child(7) {
		width: 100%;
	}
	#menu-primary .menu-dropdown-icon ul li ul li:nth-child(8) {
		width: 100%;
	}
	#menu-primary .menu-dropdown-icon ul li ul li a{
		padding: 0 3px 10px 3px;
		margin-top: 0;
		text-align: left;
		color: #000;
		font-size: 14px;
		font-weight: normal;
		border-bottom: none;
		background: none;
		border: none;
		line-height: 1.3;
	}
	#menu-primary .menu-dropdown-icon ul li ul li a:before {
		background: none;
	}
	#menu-primary .menu-dropdown-icon ul li ul li ul {
		display: block;
	}
	
	/*--- Navi under bar ---*/
	.menu_header li a{
		display: block;
		padding:10px 5px;
		text-decoration: none;
		color: #333;
	}

	.menu_header li{
		margin-bottom:20px;
	}

	.menu_header li a{
		position: relative;
	}

	.menu_header li.current-menu-item a,
	.menu_header li a:hover{
		color:#0481A2;
	}

	.menu_header li a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 20%;
		width: 60%;
		height: 2px;
		background: #fe9494;
		transition: all .3s;
		transform: scale(0, 1);/*X方向0、Y方向1*/
		transform-origin: center top;/*上部中央基点*/
	}

	/*現在地とhoverの設定*/
	.menu_header li.current-menu-item a::after,
	.menu_header li a:hover::after {
		transform: scale(1, 1);/*X方向にスケール拡大*/
	}

	.menu_header li ul li a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 20%;
		width: 60%;
		height: 2px;
		background: none;
	}
	
	/*-----------  side  ----------*/
	.side_wrap {
		padding: 0 2.5em 0 0;
	}
	
	/*--- recruit ---*/
	.boshu_flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	.boshu_koeph {
		width: 20%;
		padding: 20px;
	}
	.boshu_koetxt {
		width: 80%;
		padding: 20px;
	}
	.boshu_kubun {
		width: 20%;
		padding: 10px;
	}
	.boshu_naiyou {
		width: 80%;
		padding: 10px;
	}
	.recruit_inner {
		border: 3px solid #9dcc70;
		padding: 10px;
	}
	.recruit_flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.recruit_ttl {
		color: #fff;
		font-weight: bold;
		width: 30%;
		margin: 0;
	}
	.recruit_box {
		background: #fff;
		background-image: url(../images/recruit_bg.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 70%;
		height: 180px;
		padding: 20px;
		margin: 0;
	}
	.recruit_text {
		text-align: center;
		font-size: 1.5rem;
		width: 300px;
		margin-right: 0;
		margin-left: auto;
		padding: 30px 0 0 0;
	}
	.recruit_btn {
		/*background: #6fb031;
		text-align: center;
		width: 300px;
		padding: 10px 0;*/
		margin-right: 0;
		margin-left: auto;
		
	}
	.recruit_btn a{
		/*color: #fff;*/
		background: #ffc0c0;
		border-radius: 3px;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto;
		width: 280px;
		padding: 15px 25px;
		color: #313131;
		transition: 0.3s ease-in-out;
		font-weight: 500;
	}
	.recruit_btn a:after {
		content: "";
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 2rem;
		font-size: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: right 0.3s;
		width: 6px;
		height: 6px;
		border-top: solid 2px currentColor;
		border-right: solid 2px currentColor;
		transform: translateY(-50%) rotate(45deg);
	}
	.recruit_btn a:hover {
		background: #fe9494;
		color: #FFF;
	}
	.recruit_btn a:hover:after {
		right: 1.4rem;
	}

	/*--- news ---*/
	#news_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.news_ttl {
		font-weight: bold;
		width: 30%;
		border-right: 1px solid #ddd;
		margin-right: 30px;
	}
	
	#news_box {
		width: 70%;
		vertical-align: middle;
		padding: 0;
		margin: 0;
		line-height: 1.2;
	}
	
	.news_date {
		width: 105px;
		margin: 10px 0;
		padding: 0 0 0 5px;
		display: inline-block;
		vertical-align: top;
	}
	.news_icon {
		display: inline-block;
		width: 20%;
		font-size: 14px;
		text-align: center;
		margin: 7px 0 0 0;
		padding: 3px 0;
	}
	.news_title {
		width: 61%;
		padding: 0;
		margin: 9px 0 10px 7px;
		display: inline-block;
		vertical-align: top;
	}
	.news_line {
		margin: 0;
	}
	
	.side_box {
		margin: 0 0 20px 0;
	}

	.side_navi {
		margin: 20px 0 20px 0;
		line-height: 2;
	}
	.side_navi ul li {
		margin: 10px 0 20px 10px;
		padding: 5px 0 0 0;
		line-height: 1.3;
		list-style: none;
		position: relative;
		border-top: solid 1px #cfcfcf;
	}
	.side_navi ul li a {
		font-size: 14px;
		font-weight: bold;
		color: #393939;
	}
	.side_navi ul li a:before {
		position: absolute;
		left: 0;
		top: -3px;
		width: 50px;
		height: 3px;
		content: '';
		background: #6fb030;
		/*background: #3e3e3e;*/
	}
	.side_navi ul li ul li a:before {
		background: none;
	}
	
	.side_navi ul li ul {
		margin: 10px 0 0 0;
	}
	.side_navi ul li ul li {
		line-height: 1.3;
		list-style: none;
		margin: 10px 5px;
		padding: 0 0 0 10px;
		background-image: url(../images/mark05.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		border: none;
	}
	.side_navi ul li ul li a {
		font-weight: normal;
		color: #000;
	}
	.side_banner {
		width: 100%;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
		margin: 0 auto 10px;
	}
	.side_banner img {
		max-width: 230px;
	}
	.side_banner p {
		margin: 0;
		padding: 0;
	}
	
	/*--- Footer ---*/
	footer {
		bottom: 0;
	}
	.footer_flex {
		display: flex;
		line-height: 1.8;
	}
	.footer_wrap {
		padding: 20px 0 5px 0;
		font-size: 14px;
	}

	.footer_navi_wrap {
		margin: 0 auto 15px;
	}
	.menu-footer01-container {
		margin: 0;
		width: 24%;
		float: left;
	}

	.footer_navi_wrap_1 {
		display: block;
		width: 25%;
	}
	.footer_navi_wrap_2 {
		display: block;
		width: 28%;
	}
	.footer_navi_wrap_3 {
		display: block;
		width: 22%;
	}
	.footer_prof_wrap {
		margin: 20px 0 5px 0;
		display: flex;
		justify-content: center;
		align-items: end;
	}

	.footer_navi_wrap_1  ul li,
	.footer_navi_wrap_2 ul li {
		list-style: none;
		padding: 0 0 10px 0;
		margin: 0;
		display: block;
		border-left: none;
	}
	.footer_navi_wrap_1  ul li a,
	.footer_navi_wrap_2  ul li a,
	.footer_navi_wrap_3 ul li a {
		font-weight: bold;
		color: #393939;
	}
	
	.footer_navi_wrap_1  ul li ul li,
	.footer_navi_wrap_2 ul li ul li {
		padding: 0 0 10px 0;
		display: block;
		border-left: none;
		background-image: url(../images/mark03.png);
		background-repeat: no-repeat;
		background-position: 2px 8px;
		padding: 0 0 0 15px;
		margin: 0;
	}
	.footer_navi_wrap_1  ul li ul li a,
	.footer_navi_wrap_2 ul li ul li a {
		font-weight: normal;
		color: #000;
	}

	.footer_navi_wrap_3 ul li {
		list-style: none;
		padding: 0 0 10px 0;
		margin: 0;
		display: block;
		border-left: none;
	}
	
	.footer_add_wrap {
		width: 520px;
		margin: 0;
		padding: 0;
	}
	.footer_add {
		width: 100%;
		text-align: left;
	}
	
	#footer_logo {
		padding: 0;
		margin: auto 0 5px 0;
		text-align: left;
	}
	#footer_logo img {

	}
	#footer_tel {
		font-size: 20px;
		font-weight: bold;
		margin-right: 1.3em;
	}
	#footer_time {
		font-size: 13px;
	}
	
	.footer_copy_wrap {
	    /*position: absolute;
		bottom: 0;*/
		width: 100%;
		margin: 0;
	}
	.footer_copy {
		font-size: 11.5px;
		padding: 10px 0;
		line-height: 1.3;
	}
	
	/*--- table ---*/
	.scroll {
		overflow-x: inherit;
	}
	.scr-table {
		width: 100%;
		margin: 0;
		font-size: 15px;
	}
	
	.res-table{
		width:100%;
		margin:5px auto;
		font-size:95%;
		border: none;
	}
	.res-table tr{

	}
	.res-table tr:last-child{

	}
	.res-table th{
		width:25%;   
		padding:15px 10px;
		display:table-cell;
		text-align: left;
	}
	.res-table td{
		width:75%;   
		padding:15px 5px;
		display:table-cell;
		text-align: left;
	}
	
	.mem-intro li{
		width: 30%;
		float: left;
		padding: 5px;
		margin: 0;
	}
	
	.view-pc {
		display: block;
	}
	.view-pc img{
		max-width: 100%;
	}
	.view-sp {
		display: none;
	}

}

/* Minimum width of 992 pixels. */
@media (min-width: 992px) {
	.brtab {
		display:none;
	}
	.brtabpc {
		display: initial;
	}
	.brtab768 {
		display:none;
	}
	.font_ss{
		font-size: 11px;
		line-height: 1.1;
	}
	
	.site-description {
		font-size: 13px;
	}
	
	.container {
		width: 970px;
	}
	
	.inline_box{
		display: inline-block;
		padding: 10px 10px 30px 10px;
		margin: 5px 5px 25px;
		width: 23.4%;
		height: 240px;
		vertical-align: top;
	}
	
	.main_wrap {
		padding: 0 0 30px 0;
	}
	
	/*--- header ---*/
	.header_inner {
		padding: 10px 0;
	}
	.header_logo {

	}
	#header_left {
		width: 300px;
		padding: 10px 0 0 0;
		margin: 0;
		text-align: left;
	}
	#header_right {
		width: 620px;
		padding: 15px 0 0 0;
	}
	
	/*--- Drop Navi ---*/
	#site-navigation {
		margin: 0;
		padding: 0;
	}
	
	#menu-primary {
		width: 620px;
	}
	
	h1 {
		font-size: 28px;
	}
	
	/*#menu-primary li:nth-child(1) {
		width: 100px;
		width: 18%;
	}
	#menu-primary li:nth-child(2) {
		width: 120px;
		width: 18%;
	}
	#menu-primary li:nth-child(3) {
		width: 130px;
		width: 18%;
	}
	#menu-primary li:nth-child(4) {
		width: 150px;
		width: 18%;
	}
	#menu-primary li:nth-child(5) {
		width: 180px;
		width: 18%;
	}
	#menu-primary li:nth-child(6) {
		width: 18%;
	}*/
	#menu-primary li a {
		font-size: 13px;
	}
	
	#menu-primary .menu-dropdown-icon ul {
		/*left: 25px;*/
	}
	#menu-primary .menu-dropdown-icon ul li a{
		padding: 10px 0 20px 0;
		font-size: 14px;
	}
	
	.side_wrap {
		padding: 0 3em 0 0;
	}
	
	.main-content-area {
		margin: 90px 0 0 0;
		padding: 0;
	}
	.entry-header .entry-title {
		font-size: 30px;
		color: #fff;
	}
	.archive-header .archive-title {
		font-size: 30px;
	}

	.main_wrap {
		padding-bottom: 30px;
	}
	
	.news_ph {
		width: 25%;
	}
	.news_r {
		width: 72%;
	}
	.news_icon {
		width: 16%;
		font-size: 15px;
	}
	.news_title {    
		width: 70%;
	}

/*--- Top Page main image ---*/

	.catchtext {
		top: 25%;
		width: 67%;
	}
	.catchtext div {
		/*margin-bottom: 32px;*/
		font-size: 240%;
		line-height: 1.54;
		letter-spacing: .1em;
	}
	.catchtext p {
		/*font-size: 16px;*/
	}
	
	.side_navi ul li a {
		font-size: 15px;
	}
	
	/*--- TOP事業内容grid ---*/
	.b-contents-top {
		width: calc(100% / 4);
	}
	
	/*--- Footer ---*/
	.footer_add_wrap {
		margin: 0;
		padding: 0 0 8px 10px;;
	}
	.footer_add {

	}

}

/* Minimum width of 1200 pixels. */
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
	
	#header_left {
		padding: 10px 0 0 0;
		width: 350px;
	}
	#header_logo {

	}
	#header_right {
		padding: 10px 0 0 0;
		width: 670px;
	}
	#menu-primary {
		width: 670px;
	}
	
	/*.h_tel{
		padding: 0 0 0 31px;
		font-size: 28px;
		line-height: 1.5;
	}*/
	
	#menu-primary li a {
		font-size: 15px;
	}
	
	#menu-primary .menu-dropdown-icon ul {
		/*left: 15px;*/
	}
	#menu-primary .menu-dropdown-icon ul li a{
		font-size: 15px;
	}
	
	#menu-primary li ul li a {
		padding: 12px 6px;
		font-size: 14px;
	}
	
	.catchtext {
		width: 62%;
		top: 20%;
	}
	.catchtext div {
		font-size: 280%;
	}
	.news_icon {
		width: 13%;
		font-size: 14px;
		text-align: center;
		margin: 7px 0 0 0;
		padding: 3px 0;
	}
	.news_title {
		width: 74%;
	}
	
	.inline_box{
		font-size: 16px;
	}
	
	.side_wrap {
		padding: 0 4em 0 0;
	}
	.side_navi ul li a {
		font-size: 15px;
	}
	
	.b-contents-top a {
		font-size: 15px;
	}
	
}
