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

/*h2,h3,h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3";
}*/

html {
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: #232323;
  line-height: 28px;
  font-size: 15px;
  /*font-family: "Open Sans", Arial, sans-serif;*/
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 480px){
body {
  font-size: 1.4rem;
}
}
a {
	transition: .3s all;
	color: #00a0ff;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #007aff;
}

.pad0 {
	padding:0;
}
.pad5 {
	padding:0 0.5em;
}
.mt0 {
	margin-top: 0px;
}
.ml10 {
	margin-left: 10px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt160 {
	margin-top: 160px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.aka {
	color:#E1494B;
}
.bg_ao {
	background-color: #EBF7FC;
}
.cc1 {
	color: #00a0ff;
}
.cc2 {
	color: #007aff;
}
.sc1 {
	color: #a8916f;
}
.futo {
	font-weight: bold;
}
.label-iro{
	background-color: #007aff;
	color:#FFF;
	font-size:80%;
	text-align:left;
	padding:5px 10px;
	border-radius:5px;
}


/* trimming */
.thumbs{
  width: 100%;
  height: 100%;
  max-width: 800px;
  position: relative;
}
.thumbs::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbs a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*.thumbs a{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/
.thumbs img{
  width: 100%;
  height: auto;
  line-height: 0;
  position: absolute;
  bottom: 0;
}



.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 350px;
}


.probootstrap-navbar .navbar-brand {
	padding-top: 0!important;
    padding-bottom: 0!important;
    font-size: 30px;
    text-transform: uppercase;
    background: url(../img/common/logo.png) left top no-repeat;
    top: 20px;
    position: relative;
    width: 270px;
    height: 50px;
    text-indent: -999999px;
    -webkit-transition: .2s all;
    transition: .2s all;
}
@media screen and (max-width: 768px){
.probootstrap-navbar .navbar-brand {
	top: 5px!important;
    background-position: left 100%;
}
}
.probootstrap-navbar .navbar-nav>li>a {
	color: #333333;
    font-size: 16px;
	font-weight: bold;
    position: relative;
	text-shadow: 0 0 5px #ffffff;
	/*font-family: 'Josefin Slab', serif;*/
}
@media screen and (max-width: 768px){
.probootstrap-navbar .parent-nav-link-padding, .probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
}

@media screen and (max-width: 768px){
.probootstrap-navbar .navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	color: rgba(0,0,0,0.7);
}
}

.probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav>li>a, .probootstrap-navbar .parent-nav-link-padding {
	margin-left: 10px;
    margin-right: 10px;
    padding: 34px 0;
}

.probootstrap-navbar .dropdown-menu {
	background-color: #ededed;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li a {
	padding: 10px;
	color: rgba(0,0,0,0.7);
}

.probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
	border: 1px solid #ededed;
	content: "";
	position: absolute;
	top: -20px;
	left: 40px;
	border-color: rgba(133,200,221,0);
	border-bottom-color: #ededed;
	border-width: 10px;
	margin-left: -10px;
}
.navbar-toggle .icon-bar{
	width:27px;
}

.probootstrap-section {
  padding: 4em 0;
}

.section-heading h2 {
  line-height: 35px;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.1em;

}

@media screen and (max-width: 768px) {
.section-heading h2 {
  line-height: 24px;
  font-size: 24px;
}
}
/*@media screen and (max-width: 768px) {
  .section-heading p {
    font-size: 15px;
  }
}*/

.lead {
  font-size: 18px;
  line-height: 32px;
  color: rgba(165, 155, 140, 1.0);;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 15px;
  }
}

.copyright {
    font-size: 11px !important;
    text-align: center;
    margin: 1em auto;
    display: block;
    padding: 10px 0 40px;
    border-top: dotted 1px #ccc;
	color:#4c4c4c !important;
}
@media screen and (max-width: 991px) {
  .copyright {
    padding: 10px 0 50px;
}
}
@media screen and (max-width: 480px) {
  .copyright {
    padding: 10px 0 30px;
}
}

.probootstrap-footer-social li ul {
	padding-left: 20px;
}

.sec {
	padding-bottom: 40px;
}
.ttl{
	font-size: 1.6em;
	line-height: 1.4em;
}
@media screen and (max-width: 768px){
.ttl{
	font-size: 1.4em;
}
}
@media screen and (max-width: 480px){
.ttl{
	font-size: 1.3em;
}
}


/*-----------------------TOP*/
.top .section-heading {
	padding-top: 20px;
}
.top .sec {
	padding-bottom: 60px;
}
.top ul.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.top ul.nav-menu li {
	display: inline-block;
	font-size: 1.3rem;
	width: 23%;
	margin: 0 1% 0 0;
}
.top ul.nav-menu li:nth-child(2) {
	width: 18%;
}
.top ul.nav-menu li:nth-child(3) {
	width: 28%;
}
@media screen and (max-width: 768px) {
.top ul.nav-menu li {
	display: inline-block;
	width: 48%;
	margin:1%;
	font-size: 1.2rem;
}
.top ul.nav-menu li:nth-child(2) {
	width: 48%;
}
.top ul.nav-menu li:nth-child(3) {
	width: 48%;
}
}
.top ul.nav-menu li a {
	display: block;
	background-color: #00A0FF;
	padding: 0.3em 0;
	border-radius: 3px;
	color: #ffffff;
}
.top ul.nav-menu li a:hover {
	background-color: #007AFF;
}
.top .item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.top .item_wrap .sec {
	padding-bottom: 20px;
}
.top .item_wrap .item {
	width: 31.33%;
	margin:0 1% 2%;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}

@media screen and (max-width: 768px){
.top .item_wrap .item {
	width: 98%;
	margin: 1%;
}
}
.top .item_wrap a {
	transition: .4s;
}
.top .item_wrap a:hover {
	text-decoration: none;
}
.top .item_wrap .item .item_inner{
	background-color: #EBF7FC;
	height: 100%;
	color: #333333;
	text-align: center;
	transition: .4s;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.top .item_wrap .item .item_inner:hover{
	opacity:0.7;
	box-shadow: none;
}
.top .item_wrap .item .item_inner img{
	width: 100%;
	background-color: #ffffff;
}
.top .item_wrap .item .item_inner .text{
	display:flex;
	align-content: center;
	justify-content: center;
	min-height: 100px;
}
.top .item_wrap .item .item_inner .komidashi{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0.7em 0.3em 0.8em;
	text-align: center;
	margin:auto;
}

.top .news {
	width: 100%;
	max-width: 800px;
	overflow: auto;
    clear: both;
    height: 230px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: 1px solid #cccccc;
	margin-left: auto;
	margin-right: auto;
}
.top .news .inner {
	padding: 0.4em 0.7em 0.4em 0.7em;
}
.top .news .inner ul {
	padding: 0;
	list-style: none;
	text-align: left;
}
.top .news .inner ul li{
	padding: 10px 10px;
	line-height: 1.4em;
	font-size: 1em;
}
.top .news .inner ul li a {
	color: #00A0FF;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
.top .news .inner ul li{
	font-size: 1.4rem;
	padding: 7px 7px;
}
}
@media screen and (max-width: 480px) {
.top .news .inner ul li{
	font-size: 1.3rem;
	padding: 7px 7px;
}
}

.top .news .inner ul li .date{
	display: block;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
	padding-left: 1.6em;
}
.top .news .inner ul li .date::before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  position: absolute;
  left : 0em;
  color: #007AFF; 
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.top .greeting {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.top .greeting p {
	text-align: justify;
}
.top .area {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.top .area p {
	text-align: justify;
}
.top .area p span {
	display: block;
	font-weight: 600;
	color: #00A0FF;
}


/*---------------フッター*/
.footer {
	background-color: #F5FAFC;
	color: #333333;
}
.footer h1 {
	font-size:11px;
	line-height:1.4em;
	padding: 1em 0;
	margin: 0 auto;
}

.footer a{
	color: #333333;
}
.footer .list02 {
	 padding:0;
	 margin:0;
 }

.footer .list02 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	/*margin-left: 10px;*/
	position: relative;
	list-style-type: none!important;
}
.footer .list02 li {
	margin: 0;
	padding: 0 0 0.3em 0;
	list-style-type: none!important;
	font-size:0.9em;
	position: relative;
}
.footer .list02 li a {
	 padding: 0 0 0 0.7em;
	 text-decoration: none;
	 color: #333333;
 }
.footer .list02 li a:hover {
	text-decoration: underline;
	color: #00a0ff;
}
.footer .list02 li::before {/*疑似要素*/
  font-family: "Font Awesome 5 Free"; 
  content: "\f105";
  font-weight: bold;
  position: absolute;
  left : 0;/*左端からのアイコンまでの距離*/
  color: #333333;/*アイコン色*/
}
.footer .list02 li ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	list-style-type: none!important;
}
.footer .list02 li ul li {
	list-style-type: none!important;
	font-size:1em;
	position: relative;
}
.footer .list02 li ul li a {
	 padding: 0 0 0 1.1em;
	 text-decoration: none;
	 color: #333333;
 }
.footer .list02 li ul li::before {/*疑似要素*/
  font-family: "Font Awesome 5 Free"; 
  content: "\f101";
  font-weight: bold;
  position: absolute;
  left : 0;/*左端からのアイコンまでの距離*/
  color: #333333;/*アイコン色*/
}


/* ページトップ */
@media only screen and (min-width: 767px), print {
 #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 70%;
	z-index: 9999;
}
#page-top a {
    background-color: rgba(0,122,255,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 70px;
	height: 70px;
    display: block;
    border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(0,160,255,1);
	color: rgba(255,255,255,1);
}
}

@media screen and (min-width: 481px)  and (max-width: 768px) {
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 8px;
	z-index: 9999;
}
#page-top a {
    background-color: rgba(0,122,255,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
	height: 60px;
    display: block;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(0,160,255,1);
	color: rgba(255,255,255,1);
} 
}
@media screen and (max-width: 480px) {
 #page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 8px;
	z-index: 9999;
}
#page-top a {
    background-color: rgba(0,122,255,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
	height: 60px;
    display: block;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(0,160,255,1);
	color: rgba(255,255,255,1);
} 
}



/*-----------------------下固定バナー*/
#fh5co-clients {
    padding: 0.3em 0;
    background: #39aa3b;
	background: #ffffff;
	border-top:2px solid #00A0FF;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

#fh5co-clients img{
	   z-index: 1100;
}
.migisen{
	border-right: dotted 1px #84685a;
	height:80%;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.btn.btn-warning {
	color: #ffffff;
	background-color: #00a0ff;
	border: none;
	border-radius: 20px;
	font-size: 15px;
	transition: .2s;
}
.btn.btn-warning a { 
    color:#ffffff;
	text-decoration:none;
}
.btn.btn-warning:hover,.btn.btn-warning:active {
	background-color: #007aff;
	color: #ffffff;
	text-decoration: none;
	border: none;
}




/*-----------------------第二階層*/
.page-title-out {
	background-image:url(../img/common/bg_daini.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#page-title {
	/*background-color: rgba(234,231,228,1.00);*/
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 7em 0 3em 0;
}

#page-title h3{
	text-align : center;
	font-weight : normal;
	font-size: 3rem;
	letter-spacing: 0.1em;
	color: #ffffff;
}

@media screen and (max-width: 768px){
#page-title{
	padding: 6em 0 2em 0;
	}
#page-title h3{
	font-size : 2.4rem;
	}
}

@media screen and (max-width: 480px){
#page-title{
	padding: 7em 0 2em 0;
	}
#page-title h3{
	font-size : 1.9rem;
	}
}

.daini_main {
	width: 100%;
	max-width: 940px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.daini_main .section-heading {
	margin-bottom: 40px;
}


/*-----------------------お問合せ*/

.contact .form-horizontal {
	padding: 0.5em;
	font-size: 16px;
}
.contact .form-horizontal span{
	font-size: 0.8em;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0.3em 0.5em;
	vertical-align: middle;
}
.contact .col-sm-3.control-label {
	text-align: left;
}
.contact .form-horizontal.checkbox+.checkbox {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
}

.contact .form-horizontal .checkbox label {
	font-weight: 400;
}
.contact .form-horizontal input[type=checkbox], input[type=radio] {
	margin: 7px 0 0 -20px;
}
/*@media screen and (max-width: 991px) {
.contact .checkbox-inline {
	display:block;
	margin-left: 0;
}
}*/


/*---------------プライバシーポリシー*/
.privacy p {
	text-align: justify;
	line-height: 1.6em;
}
.privacy h3 {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #00a0ff;
}
@media screen and (max-width: 768px) {
.privacy h3 {
	font-size: 1.2em;
	line-height: 1.3em;
}
}



/*---------------サイトマップ*/
.sitemap {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.sitemap .list02 {
	 padding:0;
	 margin:0;
 }

.sitemap .list02 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none!important;
}
.sitemap .list02 li {
	margin: 0;
	padding: 0 0 0.5em 0;
	list-style-type: none!important;
	position: relative;
}
.sitemap .list02 li a {
	 padding: 0 0 0 0.7em;
	 text-decoration: none;
	 color: #333333;
 }
.sitemap .list02 li a:hover {
	text-decoration: underline;
	color: #00a0ff;
}
.sitemap .list02 li::before {/*疑似要素*/
  font-family: "Font Awesome 5 Free"; 
  content: "\f105";
  font-weight: bold;
  position: absolute;
  left : 0;/*左端からのアイコンまでの距離*/
  color: #333333;/*アイコン色*/
}
.sitemap .list02 li ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	list-style-type: none!important;
}
.sitemap .list02 li ul li {
	list-style-type: none!important;
	position: relative;
}
.sitemap .list02 li ul li a {
	 padding: 0 0 0 1.1em;
	 text-decoration: none;
	 color: #333333;
 }
.sitemap .list02 li ul li::before {/*疑似要素*/
  font-family: "Font Awesome 5 Free"; 
  content: "\f101";
  font-weight: bold;
  position: absolute;
  left : 0;/*左端からのアイコンまでの距離*/
  color: #333333;/*アイコン色*/
}



/*---------------当社の強み*/
.advantage .ttl {
	padding-left: 0;
	border-bottom: solid 3px #64c021;
	position: relative;
}
.advantage .ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #10803e;
	bottom: -3px;
	width: 20%;
}
.advantage .komidashi {
	font-size: 1.5em;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
.advantage .komidashi {
	font-size: 1.3em;
}
}
@media screen and (max-width: 480px){
.advantage .komidashi {
	font-size: 1.2em;
}
}
.advantage {
	counter-reset: point;
}
.advantage .sec {
	border-bottom: 1px dotted #BCA7A6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.advantage .sec .sec_left{
	width: 30%;
	float: left;
}
.advantage .sec .sec_right{
	width: 68%;
	float: right;
}
@media screen and (max-width: 768px){
.advantage .sec .sec_left{
	width: 100%;
	float: none;
}
.advantage .sec .sec_right{
	width: 100%;
	float: none;
}
}
.advantage .sec .sec_right .komidashi {
	font-size: 1.4em;
	line-height: 1.4em;
	padding:0 0 0.2em 0;
	font-weight: bold;
	/*border-bottom: 2px solid #D78283;*/
	margin-bottom: 0.7em;
}
@media screen and (max-width: 768px){
.advantage .sec .sec_right .komidashi {
	font-size: 1.2em;
	line-height: 1.4em;
}
}
.advantage .sec .sec_right .komidashi::before {
	counter-increment: point;
	content: counter(point)".";
	color: #007aff;
}
@media screen and (min-width: 993px) {
.advantage .sec .sec_right .komidashi br{
	display: none;
}
}


/*---------------事業概要*/
.outline p {
	line-height: 1.6em;
	text-align: justify;
}
.outline .ttl {
	padding-left: 0;
	border-bottom: solid 3px #bde9ff;
	position: relative;
}
.outline .ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00a0ff;
	bottom: -3px;
	width: 20%;
}
.outline .komidashi {
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: justify;
}
@media screen and (max-width: 768px) {
.outline .komidashi {
	font-size: 1.2em;
}
}
@media screen and (max-width: 480px){
.outline .komidashi {
	font-size: 1.1em;
}
}
.outline .sec {
	padding-bottom: 20px;
}
.outline .sec .komidashi {
	font-size: 1.2em;
	background-color: #00a0ff;
	color: #ffffff;
	font-weight: bold;
	padding: 0.3em 0 0.2em 0.5em;
}
.outline .sec .komidashi2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.3em 0 0.2em 0.5em;
	border-left: 7px solid #bde9ff;
	background-color: #ebf7fc;
	color: #333333;
}
.outline .sec .waku{
	background-color: #ffffff;
	padding: 1em;
	border: 1px solid #cccccc;
	height: 100%;
	color: #333333;
	width: 98%;
	margin: 1% auto;
}
.outline .item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.outline .item_wrap .item {
	width: 31.33%;
	margin: 1%;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}
.outline .item_wrap .item2 {
	width: 48%;
	margin: 1% 1%;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}
@media screen and (max-width: 680px){
.outline .item_wrap .item,
.outline .item_wrap .item2 {
	width: 98%;
	margin: 1%;
}
}
.outline .item_wrap .item ul,li {
	margin: 0;
	padding: 0;
}
.outline .item_wrap .item2 ul,li {
	margin: 0;
	padding: 0;
}
.outline .item_wrap .item ul,
.outline .item_wrap .item2 ul {
	list-style: none;
}
.outline .item_wrap .item ul li,
.outline .item_wrap .item2 ul li {
	position: relative;
	list-style: none;
	line-height: 1.5em;
	padding: 0 0 0.5em 1.5em;
	font-weight: bold;
}
.outline .item_wrap .item ul li::before,
.outline .item_wrap .item2 ul li::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free"; 
	content: "\f00c";
	font-weight: 600;
	color: #00a0ff;
}
.outline .item_wrap .item2 .item_inner{
	background-color: #ffffff;
	padding: 1em;
	border: 1px solid #cccccc;
	height: 100%;
	color: #333333;
	transition: .4s;
}
.outline .item_wrap .item2 .item_inner .komidashi {
	border-left: 7px solid #bde9ff;
	background-color: #ebf7fc;
	color: #333333;
}



/*---------------事例・実績*/
.results .ttl {
	padding-left: 0;
	border-bottom: solid 3px #bde9ff;
	position: relative;
}
.results .ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00a0ff;
	bottom: -3px;
	width: 20%;
}
.results .table  {
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
.results .table th  {
	background:#ebf7fc;
}
.results .table th,.table td  {
	border-left:solid 1px #ccc;
}
@media screen and (max-width: 768px) {
.results .table th,.table td  {
	font-size: 0.9em;
}
}



/*---------------代表挨拶・経営理念*/
.philosophy p {
	line-height: 1.6em;
	text-align: justify;
}
.philosophy .ttl {
	padding-left: 0;
	border-bottom: solid 3px #bde9ff;
	position: relative;
}
.philosophy .ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00a0ff;
	bottom: -3px;
	width: 20%;
}
.philosophy .sec .sec_left{
	width: 51%;
	float: left;
}
.philosophy .sec .sec_right{
	width: 46%;
	float: right;
}
@media screen and (max-width: 768px){
.philosophy .sec .sec_left{
	width: 100%;
	float: none;
}
.philosophy .sec .sec_right{
	width: 100%;
	float: none;
}
}




/*---------------会社概要*/
.company .ttl {
	padding-left: 0;
	border-bottom: solid 3px #bde9ff;
	position: relative;
}
.company .ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00a0ff;
	bottom: -3px;
	width: 20%;
}
.company .dl_com dt,
.company .dl_com dd {
	padding: 0.5em;
	line-height: 1.6em;
}
.company .dl_com {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ebf7fc;
	font-size: 1em;
}
.company .dl_com dt {
	border-top: 1px solid #cccccc;
	clear: left;
	float: left;
	width: 25%;
}
.company .dl_com dd {
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	margin-left: 25%;
}
@media screen and (max-width: 768px) {
.company .dl_com {
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 0.9em;
}
.company .dl_com dt {
	float: none;
	width: 100%;
	border-top: 1px solid #ebf7fc;
	background-color: #ebf7fc;
}
.company .dl_com dd {
	border-top: none;
	margin-left: 0;
}
}



/*---------------求人募集・パートナー募集*/
.recruit h3 {
	line-height: 1.4em;
	color: #333333;
}
@media screen and (max-width: 768px) {
.recruit h3 {
	font-size: 22px;
}
}
@media screen and (max-width: 480px){
.recruit h3 {
	font-size: 20px;
}
}
.recruit p {
	line-height: 1.6em;
	text-align: justify;
}
.recruit .ttl {
	padding-left: 0;
	border-bottom: solid 3px #bde9ff;
	position: relative;
}
.recruit .ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00a0ff;
	bottom: -3px;
	width: 20%;
}
.recruit .dl_rec dt,
.recruit .dl_rec dd {
	padding:0.7em;
	line-height: 1.6em;
}
.recruit .dl_rec {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ebf7fc;
	font-size: 1em;
}
.recruit .dl_rec dt {
	border-top: 1px solid #cccccc;
	clear: left;
	float: left;
	width: 25%;
}
.recruit .dl_rec dd {
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	margin-left: 25%;
}
@media screen and (max-width: 768px) {
.recruit .dl_rec {
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 0.9em;
}
.recruit .dl_rec dt {
	float: none;
	width: 100%;
	border-top: 1px solid #ebf7fc;
	background-color: #ebf7fc;
}
.recruit .dl_rec dd {
	border-top: none;
	margin-left: 0;
}
}
.recruit .komidashi {
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: justify;
}
@media screen and (max-width: 768px) {
.recruit .komidashi {
	font-size: 1.2em;
}
}
@media screen and (max-width: 480px){
.recruit .komidashi {
	font-size: 1.1em;
}
}
.recruit .komidashi2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.3em 0 0.2em 0.5em;
	border-left: 7px solid #bde9ff;
	background-color: #ebf7fc;
	color: #333333;
}
.recruit .item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.recruit .item_wrap .item3 {
	width: 31.33%;
	margin: 1%;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}
@media screen and (max-width: 680px){
.recruit .item_wrap .item3 {
	width: 98%;
	margin: 0 1%;
}
}
.recruit .item_wrap .item3 ul,li {
	margin: 0;
	padding: 0;
}
.recruit .item_wrap .item3 ul,li {
	margin: 0;
	padding: 0;
}
.recruit .item_wrap .item3 ul {
	list-style: none;
}
.recruit .item_wrap .item3 li {
	position: relative;
	list-style: none;
	line-height: 1.5em;
	padding: 0 0 0.5em 1.5em;
	font-weight: bold;
}
.recruit .item_wrap .item3 ul li::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free"; 
	content: "\f101";
	font-weight: 600;
	color: #00a0ff;
}





/*---------------最新情報詳細ページ*/

.news_s .news_s_inner .ttl{
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 3px solid #00a0ff;
	padding: 0.2em 0.3em;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: bold;
}
@media screen and (max-width: 768px){
.news_s .news_s_inner .ttl{
	font-size: 1.2em;
	line-height: 1.3em;
}
}

.news_s .news_s_inner .date{
	display: block;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
	padding-left: 1.6em;
}
.news_s .news_s_inner .date:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
  color: #007aff; /*アイコン色*/
}
.news_s .news_s_inner .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.news_s .news_s_inner .item_wrap .item {
	width: 31%;
	margin: 1%;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}
@media screen and (max-width: 680px){
.news_s .news_s_inner .item_wrap .item {
	width: 98%;
	margin: 1%;
}
}





















