
/*# sourceMappingURL=index.css.map */
body.frontpage_biz header {
  background: #63A4C2;
}

/** smartphone **/
@media screen and (max-width: 767px) {
body.frontpage_biz {
}


body.frontpage_biz .eyecatch {
  background: #e8f2d9 url("../images/development/abstract/header_image.jpg") 50% 20% no-repeat;
  background-size: auto 250px;
}

body.frontpage_biz .page_category {
  display: block;
  margin: 0 auto;
  padding: 40px 0;
}

body.frontpage_biz .eyecatch_copy {
  display: none;
}

body.frontpage_biz .news {
  padding: 0 13px 20px;
}

body.frontpage_biz .news h3 {
  margin: 20px 0;
  text-align: center;
  font-size: 175%;
}

body.frontpage_biz .news h3:after {
  content: attr(data-text);
}

body.frontpage_biz .news h3 img {
  display: none;
}



body.frontpage_biz .news span {
	color: #fff;
	font-size: 70%;
	width: 60px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 20px;
}
body .news dl.table {
  margin: 0 auto;
	position: relative;
}

body .news dl.table dt {
  width: 130px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 5px;
  border: none;
  font-weight: bold;
	float: none;
	height: 2.5em;
}

body .news dl.table dt:before {
  content: none;
}

body .news dl.table dt:first-child {
  margin-top: 0;
}

body .news dl.table dd {
  width: 100%;
	float: none;  background: #faffeb;
	padding: 1em;
}

body .news span {
	color: #fff;
	font-size: 75%;
	width: 60px;
	display: block;
	text-align: center;
	position: absolute;
	top:1em;	height: 2em;
	left: 8em;    line-height: 2;
	border-radius: 4px;
}

body.frontpage_biz .body_menu {
  margin: 15px;
}

body.frontpage_biz .body_menu_inner {
  margin: 20px 0;
  padding-bottom: 130px;
  background: #fff url("../images/index/body_menu_image_01@2x.jpg") center bottom no-repeat;
  background-size: 100%;
  box-shadow: 0 0 20px rgba(63, 63, 63, 0.5);
}

body.frontpage_biz .body_menu_inner h3 {
  background: #d6f3ff;
}

body.frontpage_biz .body_menu_inner h3 a {
  display: block;
  padding: 20px 0 15px;
  text-align: center;
  color: #333;
}

body.frontpage_biz .body_menu_inner h3 a img {
  display: none;
}

body.frontpage_biz .body_menu_inner h3 a:after {
  content: attr(data-text);
}

body.frontpage_biz .body_menu_inner ul {
  display: block;
  margin: 0 0 15px;
  padding: 5px 7px;
  font-size: 0.85em;
}

body.frontpage_biz .body_menu_inner ul li {
  display: inline;
  list-style: none;
  line-height: 1.5;
text-shadow: #fff 1px 1px 0px,  #fff -1px 1px 0px,
 #fff 1px -1px 0px,  #fff -1px -1px 0px;
}

body.frontpage_biz .body_menu_inner ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c4bcb6;
}

body.frontpage_biz .body_menu_inner ul li.break:after {
  content: "\A";
  white-space: pre;
}

body.frontpage_biz .body_menu_inner.menu_02 {
  background-image: url("../images/index/body_menu_image_02@2x.jpg");
}

body.frontpage_biz .body_menu_inner.menu_03 {
  background-image: url("../images/index/body_menu_image_03@2x.jpg");
}

body.frontpage_biz .body_menu_inner.menu_04 {
  background-image: url("../images/index/body_menu_image_04@2x.jpg");
}

body.frontpage_biz .body_menu_inner.menu_tomawave {
  display: none;
}

body.frontpage_biz .body_menu_inner.menu_smile {
  display: none;
}

body.frontpage_biz .body_menu_inner.menu_tomawave_header {
  min-height: auto;
  padding-bottom: 0;
  background-image: none;
}

body.frontpage_biz .body_menu_inner.menu_tomawave_header a {
  padding: 50px 0;
}

body.frontpage_biz .body_menu_inner.menu_tomawave_header img {
  display: block;
  margin: 0 auto;
}

body.frontpage_biz .body_menu_inner.menu_smile_header {
  min-height: auto;
  padding-bottom: 0;
  background-image: none;
}

body.frontpage_biz .body_menu_inner.menu_smile_header a {
  padding: 15px 0;
}

body.frontpage_biz .body_menu_inner.menu_smile_header img {
  display: block;
  margin: 0 auto;
}

body.frontpage_biz .sns {
  margin: 30px 15px;
  text-align: center;
}

body.frontpage_biz .sns .sp {
  width: 100%;
}

body.frontpage_biz .pagetop {
  padding-top: 75px;
  text-align: center;
  background: none;
}


}

/** Tablet **/
@media screen and (min-width: 768px) and (max-width: 1079px) {


body.frontpage_biz .eyecatch {
  height: auto;
  background: #e8f2d9 url("../images/development/abstract/header_image.jpg") 50% 20% no-repeat;
    background-size: auto 400px;
}

body.frontpage_biz .eyecatch_inner {
	  background: none;
	position: relative;
	height: 300px;
}

body.frontpage_biz .page_category {
  display: block;
  padding: 0;
	position: absolute;
	top: 30px;
	left: 50px;
}

body.frontpage_biz .eyecatch_copy {
  display: block;
		position: absolute;
	bottom: 30px;
	right: 00px;

}

body.frontpage_biz .news {
    position: relative;
    width: 90%;
    min-height: 150px;
    margin: 45px auto 0;
    padding: 15px 15px 30px;
    background: #fff;
    border-top: 7px solid #d8e4e6;
}
body.frontpage_biz .news::after {
	position: absolute;
    top: 25px;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: -1;
    content: '';
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}
body.frontpage_biz .news h3 {
margin: 20px 0;
    text-align: center;
    font-size: 175%;
}
body.frontpage_biz .news h3 img{
	display: none;
}
body.frontpage_biz .news h3:after {
    content: attr(data-text);
}
body.frontpage_biz .news dl.table {
  width: 90%;
  margin: 0 auto;
}

body.frontpage_biz .news dl.table dt {
  width: 10em;
}

body.frontpage_biz .news dl.table dd {
  width: 75%;
}

body.frontpage_biz .news span {
	color: #fff;
	font-size: 70%;
	width: 60px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 20px;
}

body.frontpage_biz .body_menu {
width: 90%;
    margin: 50px auto 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;}

body.frontpage_biz .body_menu_inner {
    width: 25%;
    min-height: 240px;
    border: 1px solid #ccc;
    border-left: none;

	background: url("../images/index/body_menu_image_01.jpg") center bottom no-repeat;
    background-size: contain;
}

body.frontpage_biz .body_menu_inner:first-child {
  border: 1px solid #ccc;
}

body.frontpage_biz .body_menu_inner:nth-child(5n) {
  border-left: 1px solid #ccc;
  border-top: none;
}

body.frontpage_biz .body_menu_inner h3 {
  padding: 5px 0 0;
  border-bottom: 1px solid #ccc;
  background: #d6f3ff;
  line-height: 1;    text-align: center;
}
body.frontpage_biz .body_menu_inner h3 a {
    color: #333;
}
body.frontpage_biz .body_menu_inner h3 a img {
    display: none;
}
body.frontpage_biz .body_menu_inner h3 a::after {
   content: attr(data-text);
}
body.frontpage_biz .body_menu_inner ul {
  display: block;
  margin: 0 0 15px;
  padding: 5px 7px;
  font-size: 0.85em;
}

body.frontpage_biz .body_menu_inner ul li {
  display: inline;
  list-style: none;
  line-height: 1.5;
}

body.frontpage_biz .body_menu_inner ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c4bcb6;
}

body.frontpage_biz .body_menu_inner ul li.break:after {
  content: "\A";
  white-space: pre;
}

body.frontpage_biz .body_menu_inner.menu_02 {
  background-image: url("../images/index/body_menu_image_02.jpg");
}

body.frontpage_biz .body_menu_inner.menu_03 {
  background-image: url("../images/index/body_menu_image_03.jpg");
}

body.frontpage_biz .body_menu_inner.menu_04 {
  background-image: url("../images/index/body_menu_image_04.jpg");
}

body.frontpage_biz .body_menu_inner.menu_tomawave {
  min-height: 120px;
  border-top: none;
  border-left: none;
  background-image: url("../images/index/body_menu_image_tomawave.jpg");
}

body.frontpage_biz .body_menu_inner.menu_tomawave_header {
  min-height: 120px;
  background: #d6f3ff;
  border-top: none;
  border-left: 1px solid #ccc;
}

body.frontpage_biz .body_menu_inner.menu_tomawave_header h3 {
  padding-top: 40px;
  border-bottom: none;
  text-align: center;
}

body.frontpage_biz .body_menu_inner.menu_tomawave_header h3 a img {
  display: inline;
  width: 160px;
}

body.frontpage_biz .body_menu_inner.menu_smile {
  min-height: 120px;
  border-top: none;
  background-image: url("../images/index/body_menu_image_smile.jpg");
}

body.frontpage_biz .body_menu_inner.menu_smile_header {
  min-height: 120px;
  background: #d6f3ff;
  border-top: none;
  border-left: none;
}

body.frontpage_biz .body_menu_inner.menu_smile_header h3 {
  border-bottom: none;
  text-align: center;
}

body.frontpage_biz .body_menu_inner.menu_smile_header h3 a img {
  display: inline;
  width: 80px;
}

body.frontpage_biz .sns {
  margin: 30px 0 0;
  text-align: center;
}

body.frontpage_biz .pagetop {
    padding-top: 75px;
    text-align: center;
    background: none;
}
}

/** PC ***/
@media screen and (min-width: 1080px)  {


body.frontpage_biz .eyecatch {
  height: auto;
  background: #e8f2d9 url("../images/development/abstract/header_image.jpg") 50% 20% no-repeat;
}

body.frontpage_biz .eyecatch_inner {
  background: none;
	height: 280px;
}

body.frontpage_biz .page_category {
  display: block;
	position: absolute;
	top: 30px;
	left: 10px;
}

body.frontpage_biz .eyecatch_copy {
  display: block;
		position: absolute;
	bottom: 0;
	right: 10px;

}

.news {
    width: 928px;
    min-height: 150px;
    margin: 50px auto 0;
    padding: 14px 14px 20px;
	background: url("../images/index/top_news_bg.png") center top no-repeat;
}

.news h3 {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  border: none;
}
.news h3 img{
	width: 100%;
}

.news dl.table {
  width: 800px;
  margin: 0 auto;
}

.news dl.table dt {
  width: 130px;
}

.news dl.table dd {
  width: 622px;
}

.news span {
	color: #fff;
	font-size: 70%;
	width: 60px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 20px;
}


body.frontpage_biz .body {
  float: none;
  width: 1080px;
  margin: 40px auto 0;
  background: none;
}

body.frontpage_biz .body_menu {
	width: 900px;
    margin: 50px auto 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(63, 63, 63, 0.5);
    display: flex;
    flex-wrap: wrap;
}

body.frontpage_biz .body_menu_inner {
  width: 225px;
  min-height: 260px;
  border: 1px solid #ccc;
  border-left: none;
  background: url("../images/index/body_menu_image_01.jpg") center bottom no-repeat;
}

body.frontpage_biz .body_menu_inner:first-child {
  border: 1px solid #ccc;
}

body.frontpage_biz .body_menu_inner:nth-child(5n) {
  border-left: 1px solid #ccc;
  border-top: none;
}

body.frontpage_biz .body_menu_inner h3 {
  padding: 5px 0 0;
  border-bottom: 1px solid #ccc;
  background: #d6f3ff;
  line-height: 1;
}

body.frontpage_biz .body_menu_inner ul {
  display: block;
  margin: 0 0 15px;
  padding: 5px 7px;
  font-size: 0.85em;
}

body.frontpage_biz .body_menu_inner ul li {
  display: inline;
  list-style: none;
  line-height: 1.5;
}

body.frontpage_biz .body_menu_inner ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c4bcb6;
}

body.frontpage_biz .body_menu_inner ul li.break:after {
  content: "\A";
  white-space: pre;
}

body.frontpage_biz .body_menu_inner.menu_02 {
  background-image: url("../images/index/body_menu_image_02.jpg");
}

body.frontpage_biz .body_menu_inner.menu_03 {
  background-image: url("../images/index/body_menu_image_03.jpg");
}

body.frontpage_biz .body_menu_inner.menu_04 {
  background-image: url("../images/index/body_menu_image_04.jpg");
}

body.frontpage_biz .body_menu_inner.menu_tomawave {
  min-height: 120px;
  border-top: none;
  border-left: none;
  background-image: url("../images/index/body_menu_image_tomawave.jpg");
}

body.frontpage_biz .body_menu_inner.menu_tomawave_header {
  min-height: 120px;
  background: #d6f3ff;
  border-top: none;
  border-left: 1px solid #ccc;
}

body.frontpage_biz .body_menu_inner.menu_tomawave_header h3 {
  padding-top: 50px;
  border-bottom: none;
  text-align: center;
}

body.frontpage_biz .body_menu_inner.menu_smile {
  min-height: 120px;
  border-top: none;
  background-image: url("../images/index/body_menu_image_smile.jpg");
}

body.frontpage_biz .body_menu_inner.menu_smile_header {
  min-height: 120px;
  background: #d6f3ff;
  border-top: none;
  border-left: none;
}

body.frontpage_biz .body_menu_inner.menu_smile_header h3 {
  margin-top: 5px;
  border-bottom: none;
  text-align: center;
}

body.frontpage_biz .sns {
  margin: 30px 0 0;
  text-align: center;
}

body.frontpage_biz .pagetop {
  width: 950px;
  margin: 0 auto;
  padding-top: 75px;
  background: none;
}
}