@charset "UTF-8";
/* CSS Document */

/*
Theme Name: JY theme
Description:JY theme
Author: JY
Version: 1.0
License: All rights reserved
*/
.pt6{padding-top: 0;}
.pb6{padding-bottom: 0;}


.gototop {
	position: relative;
	
	
	
	
}

.gototop a {
	border-left-color: rgba(102, 102, 102, 1.00);
	border-right-color: rgba(102, 102, 102, 1.00);
	border-top-color: rgba(102, 102, 102, 1.00);
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
	width: 140px;
	border-top-right-radius: 11px;
	border-top-left-radius: 11px;
	height: 40px;
	text-align: center;
	line-height: 4rem;
	position: absolute;
	z-index: 100;
	top: -60px;
	left: 840px;
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(51, 51, 51, 1.00);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	
	
	
	
}

.gototop a:hover {
	height: 45px;
	top: -65px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 250, 237, 1.00)), to(rgba(255, 255, 255, 1.00)));
	background-image: linear-gradient(180deg, rgba(254, 250, 237, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%);
	color: rgba(242, 150, 26, 1.00);
	font-weight: 700;
	
	
	
	
}



/* スマホサイトで使うよ */
/*
* {overflow: hidden;}
*/
meta {}
body {
	-webkit-text-size-adjust: 100%;
}
input,
textarea,
select {
	-webkit-appearance: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.pcdn {
	display: block;
}



/*mobile.css*/

#menu {
	display: none;
}

.slicknav_menu {
	display: block;
}




/*
body {
	background-color: rgb(255, 211, 211);
}
*/




/*
HTMLソース内ここから
*/

header {
	margin-bottom: 60px;
	position: relative;
	margin-bottom: 0;
	margin-top: -1px;
	
	
	
	
}

.gmenucover_mobile {
	position: fixed;
	width: 100%;
	z-index: 400;
	height: 150px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	
	
	height: auto;
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.gmenucover_mobile .logo_mobile {
	
	
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 10px;
  height: 60px;
}
.gmenucover_mobile .logo_mobile .logobox {
	
	
	
	
	padding-top: 0;
}
header .gmenucover_mobile .logobox a {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	
	
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 0;
}
header .gmenucover_mobile .logomark img {
	width: 60px;
	margin-right: 20px;



	width: auto;
	height: 40px;
	margin: 0 10px 0;
}
header .gmenucover_mobile .logotype img {
	width: 100px;



	width: auto;
	height: 25px;
}

header .gmenubox {
	background-color: #FFF;
	border-bottom: 1px solid #e8e8e8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 150px;
	
	
	
	display: none;
}


header .gmenu {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 1px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	
	
	width: 100%;
}

header .menu {
	height: 150px;
	text-align: center;
	line-height: 150px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	
	
	
	height: auto;
	line-height: 1;
}

header .menu:nth-child(1) {
	line-height: 1;
	
	
	
	
}

#menu1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	
	
	
	
}

#menu2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	
	
	
	
}

#menu3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	
	
	
	
}

#menu4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	
	
	
	
}

#menu5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	
	
	
	
}

header .menu a {
	display: block;
	position: relative;
	border-bottom: 4px solid rgba(25, 144, 48, 0);
	
	
	
	border-bottom: none;
}

header .menu:hover {
	border-bottom: 4px solid rgb(25, 144, 48);
	
	
	
	border-bottom: none;
}
.slicknav_menu .icon_mini {
	display: none;
}
header .menu .icon_mini img {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 70px;
	margin-left: 5px;


	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	
	
}











.submenubox {
	width: 100%;
	height: auto;
	background-color: rgb(240, 240, 240);
	border-bottom: 0px solid #ddd;
	border-top: 1px solid #C8C8C8;
}
.submenubox .submenu_in {
	width: 100%;
	height: auto;
	padding: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
}
.submenubox .submenu {
	font-size: 14px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	border-left: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	
	
	
	-webkit-box-flex: calc(100% / 3);
	-ms-flex: calc(100% / 3) 0 0px;
	flex: calc(100% / 3) 0 0;
	font-size: 1.3rem;
}
.submenubox .submenu:nth-child(n+4) {
	
	
	
	border-bottom: none;
	-webkit-box-flex: 1;
	-ms-flex: auto 1 0px;
	flex: auto 1 0;
}
.submenubox .submenu:last-child {
	border-right: 0px solid #C8C8C8;
}
.submenubox a {
	display: block;
}
.submenubox a:hover {
	color: rgb(25, 144, 48);
}



.mainimagebox01 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 200px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	
	
	padding: 60px 0 0;
	flex-wrap: wrap;
	
}
.mainimagebox01::before {
	content:"";
	display: block;
	padding-top: 17%;
	
	
	
	
}
[class^="mainimage_0"] {
	text-align: center;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin: 10px;
	overflow: hidden;
	border-radius: 50%;
	z-index: 200;
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	
	
	
	-webkit-box-flex: calc(100% / 3);
	-ms-flex: calc(100% / 3) 0 0px;
	flex: calc(100% / 3) 0 0;
	margin: 0;
	border-radius: 0;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
	height: auto;
}

[class^="mainimage_0"]:not(:last-child) {
	border-right: 1px solid #ddd;
}
[class^="mainimage_0"]:nth-child(3) {
	border-right: none;
}
/*2行めを4列に*/
[class^="mainimage_0"]:nth-child(n + 4) {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	max-width: 25%;
}
[class^="mainimage_0"]:nth-child(-n + 3) {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33%;
	flex: 1 1 33%;
	max-width: 34%;
}

[class^="mainimage_0"]::after {
	background-size: cover;
	background-position: center;
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	opacity: 0;
	z-index: 100;
	
	
	
	
}

.mainimage_01::after {
	background-image: url(../images/mainimage_top_01@2x.jpg);
	
	
	
	
}
.mainimage_02::after {
	background-image: url(../images/mainimage_top_02@2x.jpg);
	
	
	
	
}
.mainimage_03::after {
	background-image: url(../images/mainimage_top_03@2x.jpg);
	
	
	
	
}
.mainimage_04::after {
	background-image: url(../images/mainimage_top_04@2x.jpg);
	
	
	
	
}
.mainimage_05::after {
	background-image: url(../images/mainimage_top_05@2x.jpg);
	
	
	
	
}
.mainimage_06::after {
	background-image: url(../images/mainimage_top_06@2x.jpg);
	
	
	
	
}

[class^="mainimage_0"]:hover {

	
	
	
	
}
.mainimage_01:hover {
	background-color: #85f285;
	
	
	
	
}
.mainimage_02:hover {
	background-color: #ffb266;
	
	
	
	
}
.mainimage_03:hover {
	background-color: #ff7d7d;
	
	
	
	
}
.mainimage_04:hover {
	background-color: #8c8cff;
	
	
	
	
}
.mainimage_05:hover {
	background-color: #6de3f2;
	
	
	
	
}
.mainimage_06:hover {
	background-color: #ff8cff;
	
	
	
	
}
[class^="mainimage_0"]:hover::after {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .3;
	
	
	
	
}
[class^="mainimage_0"] a {
	z-index: 200;
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
	
	
	padding: 20px 0;
}




.mainimage_title{
	margin: 0 auto .7rem;
	padding-bottom: .7rem;
	border-bottom: 1px solid #AAA;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 70%;
	font-size: 1vw;
	line-height: 1;
	
	
	
	font-size: 3vw;
	width: 100%;
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.mainimage_e {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 0.7vw;
	font-family: Raleway;
	line-height: 1;
	
	
	
	color: #aaa;
	font-size: 2vw;
}

.mainimage_txt {
	width: 100%;
	margin-top: 1rem;
	
	
	
	
}
.mainimage_catch {
	font-size: 2.4rem;
	margin-top: 2rem;
	line-height: 1.4;
	text-align: center;
	
	
	
	font-size: 1.6rem;
}
.mainimage_btn {
	margin-top: 20px;
	position: relative;
	
	
	
	
}
[class^="mainimage_0"]:hover .mainimage_title {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	color: #FFF;
	border-bottom: 1px solid #fff;
	
	
	
	border-bottom: none;
}
[class^="mainimage_0"]:hover .mainimage_e {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	color: #FFF;
	
	
	
	
}
[class^="mainimage_0"]:hover .mainimage_txt {
	color: #FFF;
	
	
	
	
}
[class^="mainimage_0"]:hover .mainimage_btn {
	color: #FFF;
	
	
	
	
}



[class^="icon_0"] {
	width: 5vw;
	height: 5vw;
	margin: 0 auto 1vw;
	border-radius:50%;
	-webkit-transition: -webkit-transform 1s linear;
	transition: -webkit-transform 1s linear;
	transition: transform 1s linear;
	transition: transform 1s linear, -webkit-transform 1s linear;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	
	
	
	width: 10vw;
	height: 10vw;
	margin-bottom: 10px;
}
.maincontent .icon_00 {
	background-color: #FFF;
	
	
	
	width: 60px;
	height: 60px;
}
.maincontent .icon_01 {
	background-color: #85f285;
	
	
	
	
}
.maincontent .icon_02 {
	background-color: #ffb266;
	
	
	
	
}
.maincontent .icon_03 {
	background-color: #ff7d7d;
	
	
	
	
}
.maincontent .icon_04 {
	background-color: #8c8cff;
	
	
	
	
}
.maincontent .icon_05 {
	background-color: #6de3f2;
	
	
	
	
}
.maincontent .icon_06 {
	background-color: #ff8cff;
	
	
	
	
}
.maincontent .icon_cp {
	margin: 30px auto 20px;
	width: 100px;
	height: 100px;
	
	
	
	
}
.maincontent .icon_11 {
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
	background-color: #F29E26;
	border-radius:50%;
	
	
	
	
}
[class^="mainimage_0"]:hover [class^="icon_0"] {
	background-color: transparent;
	-webkit-animation: spin .5s linear;
	animation: spin .5s linear;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotateY(0deg);transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);transform: rotateY(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotateY(0deg);transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);transform: rotateY(360deg);
	}
}







.catchimage_01 {
	width: 100%;
	max-width: 100%;
	margin-top: 0px;
	overflow: hidden;
	height: 170px;
	padding-top: 195px;
	
	
	
	height: auto;
	padding-top: 152px;
}

.catchimage_01 img {
	max-width: 200%;
	position: absolute;
	left: -50%;
	
	
	
	position: relative;
}






.content_wrapper {}

.content_wrapper .maincontent {}

.content_wrapper .maincontent_2nd {
	padding-top: 195px;
	
	
	
	padding-top: 152px;
}



.feature {
	background-image: url(../images/feature_bg@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding-bottom: 200px;
	padding: 80px 0 200px;
	margin-bottom: 80px;
	
	
	
	padding: 100px 20px 40px;
  margin-bottom: 0;
}

.feature::after {
	content: "";
	background-image: url(../images/feature_bg2@2x.png);
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: -60px;
	
	
	
	left: 0px;
}
.feature_comment {
	
	
	
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.6;
/*	margin-bottom: 40px;*/
}





.content_wrapper .content_100p {
	width: 100%;
	position: relative;
	
	
	
	
}
.content_100p > * {
	
	
	
	
}
.content_wrapper .content_1200 {
	width: 100%;
	margin-bottom: 40px;
	
	
	
	margin-bottom: 0;
	padding: 60px 20px;
}

.content_wrapper .content_880 {
	width: 100%;
	margin-bottom: 80px;
	
	
	
	margin-bottom: 0;
	padding: 60px 20px;
	overflow: hidden;
}

.content_wrapper .content_680 {
	width: 100%;
	margin-bottom: 140px;
	
	
	
	margin-bottom: 0;
	padding: 60px 20px;
}


.content_wrapper h3 {
	width: 100%;
	font-size: 1.8rem;
	text-shadow: 1px 1px 1px #FFF;
	
	
	
	border-bottom: 1px solid #999;
}
.content_wrapper .feature h3 {
	text-shadow: none;
}


.content_wrapper .feature .h3_e {
	width: 300px;
	margin: 0 auto 40px;
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	font-size: 1.2rem;
	
	
	
	margin-bottom: 30px;
}
.content_wrapper .h3_e {
	width: 300px;
	margin: 0 auto 40px;
	font-size: 1.3rem;
	text-align: center;
	
	
	width: 100%;
	font-size: 1.2rem;
	color: #999;
	
	
	
	margin-bottom: 30px;
}

.content_wrapper .newsbox {
	width: 100%;
	float: left;
	margin-bottom: 60px;
	
	
	
	margin-bottom: 0;
}

.content_wrapper .news {
	width: 100%;
	float: left;
	border-top: 1px dotted #CCC;
	
	
	
	
}

.content_wrapper .news:last-child {
	border-bottom: 1px dotted #CCC;
	
	
	
	
}

.content_wrapper .news a {
	width: 100%;
	padding: 10px 0;
	display: block;
	float: left;
	position: relative;
	
	
	
	
}

.content_wrapper .news a:hover {
}

.content_wrapper .newsdate {
	width: 20%;
	margin-right: 80%;
	padding-left: 0px;
	float: left;
	font-size: 11px;
	color: #999;
	font-weight: 700;

	
	
	
	
}

.content_wrapper .newscategory {
	width: 15%;
	float: left;
	margin-bottom: 10px;
	font-size: 11px;
	
	
	
	font-size: 1rem;
	margin: 0;
	padding: 0 5px;
	width: auto;
}

.content_wrapper .newstitle {
	width: 100%;
	line-height: 20px;
	float: left;
	padding: 0;
	
	
	
}

.content_wrapper .txtbox {
	
	
	
	margin-bottom: 20px;
}

.content_wrapper .txtbox img {
	width: 40%;
	
	
	
	
}

.h3_e + .fz16 {
	font-size: 14px;
	
	
	
	
}

.cardbox {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	
	
	
	padding: 0;
}

.cardbox div[class^="card0"] {
	width: 48%;
	margin: 0 0px 20px;
	
	
	
	border-radius: 5px;
	overflow: hidden;
}

.cardbox div[class^="card0"]:nth-child(1) {}

.cardbox div[class^="card0"]:nth-child(4n) {}

.cardbox div[class^="card0"]:nth-child(4n+1) {}

.cardbox div[class^="card0"]:last-child {}


.cardbox .card01:hover {
	background-color: #85f285;
	
	
	
	
}
.cardbox .card02:hover {
	background-color: #ffb266;
	
	
	
	
}
.cardbox .card03:hover {
	background-color: #ff7d7d;
	
	
	
	
}
.cardbox .card04:hover {
	background-color: #8c8cff;
	
	
	
	
}
.cardbox .card05:hover {
	background-color: #6de3f2;
	
	
	
	
}
.cardbox .card06:hover {
	background-color: #ff8cff;
	
	
	
	
}

.cardbox div[class^="card0"]:hover div {}

.cardbox .cardimage {
	width: 100%;
	
	
	
	
}

.cardbox .cardtitle {
	font-size: 13px;
	text-indent: 13px;
	
	
	
	
}

.cardbox .cardtitle span[class^="tribgc"] {
	top: 6px;
	
	
	
	
}

.cardbox .cardtitle img {}

.cardbox .cardaddress {
	font-size: 11px;
	
	
	
	
}

.cardbox .cardtel {
	font-size: 15px;
	
	
	
	
}

.cardbox .cardtel span[class^="telbgc"] {
	top: 2px;
	
	
	
	
}

.cardbox .cardtel img {}

.content_1200 .icon_00 {
	background-color: #008de8;
}



.aboutusbox {
	width: 1200px;
	margin: 60px auto 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	
	
	width: 100%;
	margin-top: 40px;
}
.aboutusbox div[class^="aboutus_0"] {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	position: relative;
	width: 300px;
	padding: 0 10px;
	
	
	
	-webkit-box-flex: 50%;
	-ms-flex: 50% 0 0px;
	flex: 50% 0 0;
	margin-bottom: 40px;
}

/*4つ目以降を2行に*/
.aboutusbox div[class^="aboutus_0"]:nth-child(-n + 3) {
	-webkit-box-flex: 30%;
	-ms-flex: 30% 0 0px;
	flex: 30% 0 0;
	margin-bottom: 100px;
	
	
	
	-webkit-box-flex: 50%;
	-ms-flex: 50% 0 0px;
	flex: 50% 0 0;
	margin-bottom: 40px;
}
.aboutusbox div[class^="aboutus_0"]:nth-child(n + 4) {
	-webkit-box-flex: 23%;
	-ms-flex: 23% 0 0px;
	flex: 23% 0 0;
	
	
	
	-webkit-box-flex: 50%;
	-ms-flex: 50% 0 0px;
	flex: 50% 0 0;
	margin-bottom: 40px;
}

.aboutus_title{
	font-size: 1.6rem;
	margin: 0;
	padding-bottom: 0.5rem;
	text-shadow: 1px 1px 1px #FFF;
	border-bottom: 2px groove #CCC;
	
	
	
	font-size: 1.4rem;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.aboutus_e {
	display: block;
	font-size: 1.1rem;
	text-shadow: 1px 1px 0px #FFF;
	margin-bottom: 10px;
	
	
	
	font-size: 1rem;
}
.aboutusbox div[class^="aboutus_0"]>img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-height: 180px;
	margin-bottom: 10px;
	
	
	
	
}
.aboutusbox div[class^="aboutus_0"]>img a {
	background-color: #333;
	
	
	
	
}
.aboutusbox .aboutus_01 {
	
	
	
	
}
.aboutusbox .icon_01 {
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
	background-color: #85f285;
	border-radius: 50%;
	
	
	
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.aboutusbox .aboutus_02 {
	
	
	
	
}
.aboutusbox .icon_02 {
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
	background-color: #ffb266;
	border-radius: 50%;
	
	
	
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.aboutusbox .aboutus_03 {
	
	
	
	
}
.aboutusbox .icon_03 {
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
	background-color: #ff7d7d;
	border-radius: 50%;
	


	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.aboutusbox .aboutus_04 {
	
	
	
	
}
.aboutusbox .icon_04 {
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
	background-color: #8c8cff;
	border-radius: 50%;


	
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.aboutusbox .aboutus_05 {
	
	
	
	
}
.aboutusbox .icon_05 {
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
	background-color: #6de3f2;
	border-radius: 50%;
	
	
	
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.aboutusbox .aboutus_06 {
	
	
	
	
}
.aboutusbox .icon_06 {
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
	background-color: #ff8cff;
	border-radius: 50%;
	
	
	
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.aboutustxt {
	text-align: left;
	font-size: 1.3rem;
	
	
	
	
}

.buttonbox {
	padding: 0 20px;
	
	
	
	padding: 0;
}
.buttonbox a {
	position: absolute;
	right: 20px;
	bottom: -30px;
	padding-right: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	
	
	
	bottom: -20px;
	font-size: 1.2rem;
	padding-right: 10px;
}
.buttonbox a:hover  {
	color: #008de8;
	
	
	
	
}
.buttonbox a:after  {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	
	
	
	right: 3px;
}
.buttonbox a:hover:after  {
	right: 8px;
	border-top: solid 1px #008de8;
	border-right: solid 1px #008de8;
	
	
	
	right: 0;
}






.profile {
	width: 100%;
	
	
	
	
}

.profile .borderlist {
	width: 100%;
	padding: 20px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top: 0px solid #DDD;
	
	
	
	padding: 20px;
}

.profile .borderlist:last-child {
	border-bottom: 0px solid #DDD;
	
	
	
	
}

.profile .title {
	-webkit-box-flex: 2;
	-ms-flex: 2 0 100%;
	flex: 2 0 100%;
	text-indent: 0px;
	font-size: 12px;
	
	
	
	width: 100%;
	color: #666;
	font-weight: 400;
}

.profile .txt {
	-webkit-box-flex: 8;
	-ms-flex: 8 0 100%;
	flex: 8 0 100%;
	
	
	
	width: 100%;
}


.history {
	padding: 0 20px;
	
	
	
	
}

.history li {
	line-height: 1.4;
	margin-bottom: 30px;
	
	
	
	
}

.history li span {
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
	
	
	
	
}

.maincontent .sitemap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
	margin-top: 60px;
	
	
	
	margin-top: 30px;
}
.maincontent .sitemapbox {
	width: 30%;
	margin-bottom: 60px;
	
	
	
	width: 47%;
	
}
.maincontent  .sitemapbox ul {
	padding: 0 10px;
	
	
	
	padding: 0 0 0 5px;
	font-size: 1.3rem;
}
.maincontent  .sitemapbox .sitemap_txt {
	line-height: 2;
	text-indent: 20px;
	
	
	
	line-height: 1.2;
	text-indent: 0;
	overflow: visible;
}
.maincontent  .sitemapbox .sitemap_txt a {
	display: block;
	background-image: url(../images/arrow_tri_02@2x.png);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 0px center;
	
	
	
	overflow: visible;
	padding: 10px 0 10px 18px;
}
.maincontent  .sitemapbox .sitemap_txt a:hover {
	background-position: 3px center;
	
	
	
	
}
.maincontent  .sitemap_title {
	font-size: 1.6rem;
	margin: 0 0 10px 0;
	padding:0 0 10px 10px;
	text-shadow: 1px 1px 1px #FFF;
	border-bottom: 1px solid #CCC;
	
	
	
	font-size: 1.4rem;
	margin: 0 0 5px 0;
	padding:0 0 5px 5px;
}
.maincontent  .sitemap_title .sitemap_txt {
	
	
	
	
}
.maincontent  .tbbox {
	position: relative;
	
	
	
	
}
.maincontent  .icon_mini {
	
	
	
	
}
.maincontent  .icon_mini img {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 7px;
	margin-left: 5px;
	
	
	
	top: 11px;
}



.effort {
	padding: 160px 0 80px;
	margin-top: -80px;
	position: relative;
	z-index: 1;
	
	
	
	padding: 60px 20px;
}
.effort .effort_comment {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
	
	
	
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.6;
}
.effort img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 30px;
	
	
	
	
}







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

homecare_business

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

.content_1200 .homecare_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	
	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.content_1200 .homecare {
	-webkit-box-flex: 30%;
	-ms-flex: 30% 0 0px;
	flex: 30% 0 0 ;
	
	
	
	margin-bottom: 60px;
}
.content_1200 .homecare .icon_04 {
	
	
	
	
}
.content_1200 .homecare img {
	
	
	
	
}
.content_1200 .homecare h3 {
	
	
	
	
}
.content_1200 .homecare .txtbox {
	margin-bottom: 20px;
	
	
	
	
}
.content_1200 .homecare .feature_buttonbox {
	width: 100%;
	margin: 0;
	
	
	
	
}
.content_1200 .homecare .feature_buttonbox a {
	background-color: #5266AE;
	border: 1px solid #5266AE;
	
	
	
	
}
.content_1200 .homecare .feature_buttonbox a:hover {
	background-color: transparent;
	color: #5266AE;
	
	
	
	
}


/*

homecare 下位ページ

*/

.content_1200 .homecare_trouble_box {
	width: 880px;
	margin: 0 auto 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	
	
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content_1200 .homecare_trouble {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 0 20px;
	text-align: center;
	
	
	
	-webkit-box-flex: 50%;
	-ms-flex: 50% 0 0px;
	flex: 50% 0 0;
	padding: 0 10px;
	margin-bottom: 40px;
}
.content_1200 .homecare_trouble_image {
	margin-bottom: 20px;
	
	
	
	width: 60%;
	margin: 0 auto 20px;
}
.content_1200 .homecare_trouble_image img {
	
	
	
	
}
.content_1200 .homecare_trouble_image br {
	
	
	
	
}
.content_1200 .homecare_trouble_comment {
	
	
	
	
}

.homecare_flow_comment {
	width: 680px;
	margin: 0 auto 50px;
	font-size: 1.6rem;
	
	
	
	width: 100%;
}
.content_1200 .homecare_flow_box {
	width: 680px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
	
	
	width: 100%;
}
.content_1200 .homecare_flow {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	
	
	
	
}
.content_1200 .homecare_flow_number {
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #5266AE;
	border-radius: 50%;
	font-size: 3.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: -80px;
	
	
	
	width: 40px;
	height: 40px;
	left: 0;
}
.content_1200 .homecare_flow_title {
	font-size: 2.2rem;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	
	
	height: 40px;
	text-indent: 50px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.content_1200 .homecare_flow_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	
	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.content_1200 .homecare_flow_txt p{
	padding-top: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1;
	flex: 1 0 1;
	
	
	
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.content_1200 .homecare_flow_txt img {
	margin-left: 30px;
	margin-top: -40px;
	
	
	
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0;
	width:70%;
	max-width: 70%;
	height: auto;
	margin: 0 auto;
}









footer .bannerbox {
	width: 1200px;
	margin: 0 auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	
	
	
	
}

footer .banner {
	width: 200px;
	
	
	
	
}

footer .gototop {
	bottom: 20px;
	right: 20px;
	
	
	
	
}

footer .gototop img {
	opacity: 0.7;
	
	
	
	
}

footer .footertop {
	width: 100%;
	background-color: #F0F0F0;
	padding: 40px 20px 0;
	
	
	
	
}

footer .footertop .footer_in {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	
	
	
}

footer .footermenubox {
	width: 48%;
	margin-bottom: 40px;
	
	
	
	
}

footer .footermenubox ul {
	padding: 0;
	
	
	
	font-size: 1.3rem;
}

footer .footermenubox .footermenu_txt {
	line-height: 2;
	text-indent: 20px;
	
	
	
	text-indent: 15px;
	line-height: 3;
}

footer .footermenubox .footermenu_txt a {
	display: block;
	background-image: url(../images/arrow_tri_02@2x.png);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 0px center;
	
	
	
	
}

footer .footermenubox .footermenu_txt a:hover {
	background-position: 3px center;
	
	
	
	
}

footer .footermenu_title {
	font-size: 1.4rem;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	border-bottom: 1px solid #AAA;
	
	
	
	font-size: 1.3rem;
}

footer .footermenu_title .footermenu_txt {}

footer .tbbox {
	position: relative;
	
	
	
	
}

footer .icon_mini {
}

footer .icon_mini img {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 14px;
	margin-left: 5px;
	
	
	
	
}

footer .footermiddle {
	width: 100%;
	padding: 20px 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	
	
	
}

footer .footerlogo {
	width: 100%;
	max-width: 300px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 0 20px;
	
	
	
	
}

footer .footerlogo img {
	width: 100%;
	margin-right: 0px;
	
	
	
	
}

footer .footeraddress {
	width: 100%;
	margin-top: 10px;
	padding: 0 0 0 20px;
	-webkit-box-flex: 2;
	-ms-flex: 2 0 100%;
	flex: 2 0 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	
	
	
	
}

footer .footergmenubox {
	width: 100%;
	margin-top: 20px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	
	
	
	
}

footer .footergmenubox ul {
	width: 100%;
	height: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
	
	
	
}

footer .footergmenu {
	width: 100%;
	border-bottom: 1px solid #CCC;
	
	
	
	
}

footer .footergmenu:first-child {
	border-top: 1px solid #CCC;
	
	
	
	
}

footer .footergmenu a {
	width: 100%;
	display: block;
	padding: 0 20px;
	margin: 0 0;
	text-align: center;
	
	
	
	
}


footer .footerbottom {
	background-color: #F0F0F0;
	padding: 10px 0;
	
	
	
	padding: 5px 0;
}

footer .copyright {
	text-align: center;
	font-size: 12px;
	
	
	
	font-size: 11px;
}

/*
HTMLソース内ここまで
*/