@charset "utf-8";
/*----------------------------------------------------
  事業案内
----------------------------------------------------*/
/*-- スライド・コピー --*/
.business-area {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.business-area .business-contents .copy-area {
	float: left;
	width: 70%;
	margin: 0;
	padding: 30px;
	background: rgba(255, 255, 255, 0.9);
}
.business-area .business-contents .copy-area p {
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7;
}
.business-area .business-contents .business-image {
	position: inherit;
	float: right;
	width: 30%;
	margin-top: 30px;
}
@media (min-width: 768px) {
	.business-area {
		margin-bottom: 60px;
	}
	.business-area .business-contents {
		position: absolute;
		height: 100%;
	}
  .business-area .business-contents .copy-area {
		float: left;
		position: absolute;
		width: 40%;
		margin-top: 10px;
		margin-left: 5%;
	  z-index: 1;
	}
	.business-area .business-contents .business-image {
		position: absolute;
		bottom: 0;
		width: 25%;
		margin-left: 10%;
	}
}
/*-- fotorama（スライド） --*/
.business-area .slider {
	float: right;
	display: block;
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
}
.business-area .fotorama__nav {
	text-align: left;
}
.business-area .fotorama__nav--thumbs .fotorama__nav__frame {
	margin-top: 10px;
  padding: 0;
}
.business-area .fotorama__thumb-border {
  margin-top: 12px !important;
}
@media (min-width: 768px) {
	.business-area .slider {
		float: left;
		width: 60%;
		margin-left: 40%;
	}
}
@media (max-width: 575.98px) {
	.business-area .business-contents .copy-area {
		float: none;
		width: 100%;
	}
	.business-area .business-contents .business-image {
		position: inherit;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
}
/*-- できること --*/
.occupation {
  margin-bottom: 60px;
	padding: 30px 0;
	background: #eee;
}
.occupation h2 {
	margin-bottom: 10px;
  overflow: hidden;
	color: #1d52a2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.4rem;
	font-weight: 600;
  text-align: left;
}
.occupation h2 span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 1.0rem 0 0;
  text-align: left;
}
.occupation h2 span::before,
.occupation h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.occupation h2 span::before {
  right: 100%;
}
.occupation h2 span::after {
  left: 100%;
}
.occupation ul.first {
	margin: 0;
	padding: 0;
	list-style: none;
}
.occupation ul.first > li {
	margin-bottom: 3px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.occupation ul.first > li::before {
	content: "●";
	color: #1d52a2;
	padding-right: 5px;
}
.occupation ul.first > li > p {
	margin-top: 3px;
	margin-bottom: -1px;
	padding-left: 2.1rem;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
}
.occupation ul.first > li > ul {
	margin-top: 3px;
	padding-left: 4.5rem;
	list-style: disc;
}
.occupation ul.first > li > ul > li {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
}
.occupation ul.first > li > ul > li::before {
	content: "";
}

/*-- もっと見る --*/
.achievement table.table02 tbody tr:nth-child(11n+1) {
	border-top: 1px solid #1d52a2;
}
.achievement .btn-area {
  position: absolute;
  left: 50%;
	transform: translate(-50%);
	margin-top: 10px;
}

/*-- お知らせ --*/
.information-area dl {
  clear: both;
  margin-bottom: 30px;
  padding: 0;
  border-top: 1px dotted #ddd;
}
.information-area dt {
  margin: 0;
  padding: 15px 0 4px 15px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
}
.information-area dd {
  padding: 0 20px 8px 35px;
  border-bottom: 1px dotted #ddd;
  color: #1d52a2;
  font-size: 1.6rem;
  line-height: 1.4;
  text-indent: -1.6rem;
}
.information-area dd:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #1d52a2;
  font-size: 1.7rem;
  font-weight: 900;
  padding-right: 8px;
}
.information-area dd a {
  color: #1d52a2;
}
.information-area dd a:hover {
  color: #f30;
  text-decoration: underline;
}
.information-area dd:after {
  content: "";
  display: block;
  clear: both;
}
.information-area dt .new,
.information-area dd .new {
  margin: 0 0 0 10px;
  padding: 2px 6px 1px;
  background-color: #f30;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .information-area dt {
    float: none;
  }
  .information-area dd {
    padding: 0 0 8px 32px;
  }
}