@charset "UTF-8";
/* Body */
body {
	margin: 0px;
	font-family: "Times New Roman", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #444;
	line-height: 1.5;
	background-color: #fff;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
ul li {
	list-style: none;
	transition: all 0.3s linear;
}

/* Container */
.container {
	width: 100%;
	border-top: 10px solid #6FA0C1;
}
/* Navigation */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em 10px;
	background-color: #fff;
}
header .logo {
	width: 38%;
	padding: 0;
	margin: 0;
}
header nav {
	width: 14%;
	text-align: right;
}
header nav ul {
	list-style: none;
  display: flex;
  justify-content: flex-end;
}
header nav ul li {
  padding-left: 15px;
}
header nav ul li a {
	display: block;
  width: 5em;
	padding: 5px 15px;
	text-decoration: none;
	background-color: #6FA0C1;
}
ul li:hover a {
	color: #2C9AB7;
}

section {}
.block {
	max-width: 1200px;
	margin: 0 auto;
	padding:0 10px 10px;
	box-sizing: border-box;
}
.block h2 {
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background-color: #6FA0C1;
}
.col_set {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.col_set .col100 {
	width: 100%;
	box-sizing: border-box;
}
.col_set .col70 {
	width: 68%;
	box-sizing: border-box;
}
.col_set .col50 {
	width: 49%;
	box-sizing: border-box;
}
.col_set .col30 {
	width: 29%;
	box-sizing: border-box;
}

/* Section */
.event {
  padding-bottom: 1em;
}
.event .ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.event .txt {
  margin: 0;
	padding: 0 0 1em;
}
.event ul {
  margin: 0;
	padding: 0 0 0.5em 2em;
}
.event ul li {
  padding: 0 0 0.5em;
  list-style:circle;
}
.event .entry_btn a {
  display: inline-block;
  padding: 0.8em 2em;
  font-size: 1.1em;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  background-color: #6FA0C1;
  box-sizing: border-box;
  text-decoration: none;
}
.event .entry_btn a:hover {
  opacity: 0.8;
}
.event .img {
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0.85em;
}
.event .img img {
  padding-bottom: 10px;
}
.event .img a {
  color: #333;
}

.about {}
.about .txt {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.business {}
.business ul li::before {
	content: "■"
}
.service {}
.service .ya {
	position: relative;
}
.service .ya::before {
	content: "";
	position: absolute;
	right: -40px;
	top: 50%;
	width: 50px;
	height: 50px;
	background: url("../images/ya.svg") no-repeat center center;
	background-size: 100%;
}
.flow {}
.flow .col50 {
	padding: 0 40px;
}

.company .co_tb {
	width: 100%;
	padding-left: 30px;
	background: url("../images/chara.jpg") no-repeat right bottom;
	background-size: 250px;
	box-sizing: border-box;
}
.company .co_tb dl {
	width: 60%;
	display: flex;
	flex-flow: wrap;
}
.company .co_tb dl dt {
	width: 25%;
	margin: 0;
	padding:5px 0;
}
.company .co_tb dl dd {
	width: 75%;
	margin: 0;
	padding:5px 0;
}

.contact {
	padding: 30px 0 0;
	background-color: #DAE6EF;
}

.btn {
	text-align: center;
}
.btn a {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 20px;
	border: 0;
	background-color: #838383;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

/* ------ 実績 ------ */
#contents-body {
	width:100%;
}
.contents {
	width:1000px;
	margin:0 auto;
	padding:0 0 30px;
}

#full-col {
	width: 100%;
	padding:0 ;
	background-color:#fff;
	box-sizing:border-box;
}
.ttl-box {
	text-align: center;
}
.ttl-box h2 {
	padding: 0 20px 5px;
	margin:0 auto 40px;
	/*letter-spacing:0.4em;*/
	border-bottom:1px #333 solid;
}

.col-set {
	display: flex;
	flex-flow: wrap;
	padding-bottom:30px;
}
.col-set .col6 {
	width: 100%;
	padding: 0 15px 30px;
}
.col-set .col5 {
	width: 83.33%;
	padding: 0 15px 30px;
}
.col-set .col4 {
	width: 66.66%;
	padding: 0 15px 30px;
}
.col-set .col3 {
	width: 50%;
	padding: 0 15px 30px;
}
.col-set .col2 {
	width: 33.33%;
	padding: 0 15px 30px;
}
.col-set .col1 {
	width: 16.66%;
	padding: 0 15px 30px;
}
.in-box {
	padding-top:20px;
}
.pb0 {
  padding-bottom: 0 !important;
}
#breadcrumb {
	padding:0 0 15px;
}
.breadcrumb-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
  box-sizing: border-box;
}
.breadcrumb-inner ul {
	display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.breadcrumb-inner li {
	margin-right:10px;
	padding-right:20px;
	font-size:14px;
	background:url(../images/arrow_bk.svg) no-repeat right center;
	background-size: 7px;
  white-space:nowrap;
}
.breadcrumb-inner li:last-child {
	margin-right:0;
	padding-right:0;
	background:none;
}
.breadcrumb-inner li a {
  color: #246E9E;
	text-decoration:underline;
}

#case h2,
#info h2 {
  margin: 0;
}

.cat_nav {
  display: none;
	/*display: flex;*/
	justify-content: center;
  margin: 0;
  padding: 10px 0;
}
.cat_nav li {
	padding: 5px;
}
.cat_nav li a {
	display: block;
	padding: 3px 10px;
	border-radius: 6px;
	background-color: #EBF5FA;
  text-decoration: none;
}
.cat_nav li.now a {
	color: #fff;
	background-color:#009FE8;
}

.case-list {
	display: flex;
	flex-flow: wrap;
}
.case-list > div {
	width: 33.33%;
	padding: 0 15px 30px;
  box-sizing: border-box;
}
.case-list .thumbNailWrap {
	display: block;
}
.case-list p {
	margin: 0;
  padding: 5px 10px;
}
.case-list a {
	text-decoration: none;
  color: #111;
}
.case-list .cat {
  margin-bottom: 10px;
	color:#fff;
  background-color: rgba(0,0,0,0.8);
}

#case #detail {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 40px;
}
#case #detail .detailText {
	width: 50%;
	padding: 0 15px 40px;
  box-sizing: border-box;
}
#case #detail .detailText:first-child {
	width: 100%;
}
#case #detail .detailUpfile {
	width: 50%;
	padding: 0 15px 40px;
  box-sizing: border-box;
}
#case #detail .case-data {
	width: 100%;
  border-collapse: collapse;
	border-spacing: 0;
}
#case #detail .case-data td {
	width: 50%;
	padding: 0px;
}
#case #detail .case-data dl {
	display: flex;
	width: 100%;
  margin: 0;
  padding: 0;
}
#case #detail .case-data dl dt {
	width: 20%;
  margin: 0;
	margin-bottom: 8px;
	padding: 0 10px 8px;
	border-bottom: 1px #666 solid;
}
#case #detail .case-data dl dd {
	width: 80%;
  margin: 0;
	margin-bottom: 8px;
	padding: 0 10px 8px;
	border-bottom: 1px #666 solid;
}

.info .block h2 {
  background-color: #EC6DA6;
}
.info .block .col_set {
  padding: 0 40px;
}
.info_ttl-box {
	margin-bottom: 30px;
	padding: 20px 0;
}
dl.info-list {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
  box-sizing: border-box;
}
dl.info-list dt {
	width: 20%;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 20px;
  display: flex;
	align-items: center;
  box-sizing: border-box;
  border-bottom: 1px #aaa dotted;
}
dl.info-list dd {
	width: 80%;
  margin: 0;
	padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 1em;
  box-sizing: border-box;
  border-bottom: 1px #aaa dotted;
}
dl.info-list dd a {
  color: #246E9E;
}
.info-list .date,
.info_ttl-box .date {
	display:inline-block;
	padding-right: 1em;
	font-size:14px;
	color: #444;
}
.info-list .cat,
.info_ttl-box .cat {
	display:inline-block;
	width: 100px;
	text-align: center;
	font-size:12px;
	color:#fff;
	background-color: #415C72;
}
.info-list .new {
	padding-left: 0.5em;
	color: #FF3D40;
}
.news-icon-class {
	color:#45addc;
	border:1px #45addc solid;
}
.detailText{
	padding-bottom: 30px;
}
.detailUpfile {
	padding-bottom: 40px;
}

/*ページャーボタン*/
.pager{
	text-align:center;
	padding:10px 0;
	clear:both;
}
.pager a{
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin:0 1px;
}
.pager a.current{
	background: #999;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px 2px;
	margin:0 1px;
	text-decoration: none;
}
.pager a:hover{
	background:#999;
	color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}

.banner_list {
	display: flex;
	justify-content: space-between;
  margin: 0;
  padding:15px 0;
}
.banner_list li {
	width: 15%;
	text-align: center;
}
.banner_list li a{
	transition: .3s;
}
.banner_list li a:hover {
	opacity: 0.8;
}

.footer {}
.footer .block {
	padding: 15px 30px;
}
.f_logo {
	width: 30%;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #6FA0C1;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

.page_top {
	position:fixed;
	right:20px;
	bottom:30px;
	width:50px;
  height: 50px;
	border-radius:30px;
  font-size: 13px;
	color:#fff;
	text-align:center;
	line-height:1.3;
	padding:10px 0 0;
	cursor:pointer;
	background-color:#6FA0C1;
  box-sizing: border-box;
}
.sp {
  display: none;
}

/* Small Tablets */
@media (min-width: 320px)and (max-width: 767px) {
body {
	font-size: 16px;
}
header {
	padding:5px 10px;
}
header .logo {
	width: 65%;
}
header nav {
	width: 25%;
}
header nav ul {
	padding: 0px;
}
header nav ul li {
	width: 100%;
}
header nav ul li a {
	width: 100%;
	padding: 5px 8px;
	color: #fff;
	box-sizing: border-box;
}
.contents {
	width: 100%;
	padding:0 0 30px;
}
.breadcrumb-inner {
	width: 100%;
	padding: 0 15px;
}
.block h2 {
	padding: 5px 0;
	font-size: 18px;
}
.col_set .col70,
.col_set .col30 {
	width: 100%;
}
.event .ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.event .img {
  padding: 0 2em 10px;
}
.event .entry_btn {
  text-align: center;
}
.about .txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.business ul {
	margin: 0;
	padding: 0 15px;
}
.business .col50,
.service .col50 {
	width: 100%;
}
.service .ya::before {
	display: none;
}
.service {}
.flow {}
.flow .col50 {
	padding: 0;
}

.company .co_tb {
	width: 100%;
	padding: 0px 10px;
	background-size: 100px;
}
.company .co_tb dl {
	width: 100%;
	display:block;
}
.company .co_tb dl dt {
	width: 100%;
	margin: 0;
	padding:5px 0 0;
}
.company .co_tb dl dd {
	width: 100%;
	margin: 0;
	padding:5px 0;
}
  
.case-list {
	padding-top: 10px;
}
.case-list > div {
	width: 50%;
	padding: 0 5px 20px;
}
#case #detail {
	padding: 0 10px;
}
#case #detail .detailText {
	padding: 0 10px 30px;
}
#case #detail .detailText:first-child {
	width: 100%;
}
#case #detail .detailUpfile {
  width: 100%;
	padding: 0 20px 30px;
}

.info .block .col_set {
  padding: 0 10px;
}
dl.info-list dt {
	width: 100%;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
  border-bottom: 0;
}
dl.info-list dd {
	width: 100%;
  padding: 0;
	padding-bottom: 20px;
}
  
.footer .block {
	padding: 15px 30px;
}
.f_logo {
	width: 80%;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #6FA0C1;
}

.banner_list {
	display: flex;
	justify-content: space-between;
  flex-flow: wrap;
}
.banner_list li {
	width: 31%;
  padding: 6px 0;
  text-align: center;
}
.banner_list li a{
	transition: .3s;
}
.banner_list li a:hover {
	opacity: 0.8;
}

.page_top {
	position:fixed;
	right:12px;
	bottom:20px;
	width:50px;
	border-radius:30px;
	color:#fff;
	text-align:center;
	line-height:1.3;
	padding:10px 0 8px;
	cursor:pointer;
	background-color:#6FA0C1;
}
  
.pc {display: none;}
.sp {display: block;}
}

/* Small Desktops 
@media (min-width: 768px) and (max-width: 1000px) {
header img {
	vertical-align: middle;
}
header nav {
	width: 20%;
}
.pc {display: none;}
}
*/
