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



.vison-h3 {
  font-size: 4.8rem;
  color: #21606B;
  font-weight: 300;
	margin-bottom: 50px;
	line-height: 1.8;
}

.detail-txt {
  font-size: 2.0rem;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 767px) {
  
  .vison-h3 {
    font-size: 2.8rem;
    color: #21606B;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .detail-txt {
    font-size: 1.5rem;
    margin-bottom: 0rem;
  }
}


.title-beside-sec{
	
	display: flex;
	justify-content: space-between;
	
	
}

.tilte-inner{
	width: 33%;
}
.detail-inner{
	width: 65%;
}
@media (max-width: 767px) {
  .title-beside-sec{
	
	display: block;
	justify-content: space-between;
	
	
}

.tilte-inner{
	width: 100%;
}
.detail-inner{
	width: 100%;
}
  
  
}
.img-frame{
	position: relative;
	margin-bottom: 20px;
}

.h3-t{
	font-size: 4.8rem;
	color: #147075;
	margin-bottom: 48px;
	font-weight: 300;
}
.detail-text-s{
	margin-bottom: 20px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
  .h3-t{
	font-size: 2.4rem;
	color: #147075;
	margin-bottom: 24px;
	font-weight: 300;
}
.detail-text-s{
	margin-bottom: 20px;
	font-size: 1.5rem;
}
  
  
}
.signature{
	text-align: right;
}

.post-t{
	font-size: 1.4rem;
}
.name-t{
	font-size: 2.4rem;
}

.company-outline {
	border-top: 1px solid #354245;
}
.company-outline-inner {
	border-bottom: 1px solid #354245;
	display: flex;
	padding: 60px 0px;
}

.company-outline-title{
	font-size: 1.6rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.6rem;
	width: 70%;
}

@media (max-width: 767px) {
  .company-outline-title{
	font-size: 1.5rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.5rem;
	width: 70%;
}
  
  
}

.cate-box{
	display: flex;
	justify-content: space-between;
}


.cate-link{
	width: 15%;
	margin-right: 5%;
	font-weight: bold;
	font-size: 2.0rem;
	
}

.cate-link li{
	margin-bottom: 15px;
	
}


.cate-link a:link,.cate-link a:visited{
color: #899B9F;
}
.cate-link a:hover{
color: #1F989F;
}

.cate-detail{
	width: 80%;
	font-size: 1.6rem;
}

.h1-news-l{
	font-size: 2.4rem;
	color: #147075;
}

@media (max-width: 767px) {
.cate-box{
	display: block;
	justify-content: space-between;
}


.cate-link{
	width: 100%;
	margin-right: 0%;
	font-weight: bold;
	font-size: 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap row;
	margin-bottom: 50px;
}


.cate-detail{
	width: 100%;
	
}
}


.cat-list-l{
	position: relative;
	display: block;
	padding:60px;
}
@media only screen and (max-width: 767px) {
.cat-list-l{
	position: relative;
	display: block;
	padding:40px 20px;
}

}
.list-wrap{
	width: 100%;
	margin: 50px auto;
}


.list-wrap-li{
	border-top: solid 1px #B5B5B5;
	
}

.list-wrap-li:last-child{
	border-bottom: solid 1px #B5B5B5;

}
.cate{
	color: #1F989F;
	margin-left: 20px;
	font-size: 1.6rem;
}
.title-news-l{
	font-weight: 400;
	font-size: 2.0rem;
}
.cd{
	margin-bottom: 10px;
}

.attachment-post-thumbnail{
	margin-bottom: 50px;
}

.cat-link a{
	border: 1px solid #1F989F;
	border-radius: 20px;
	padding: 5px 50px;
	color: #1F989F;
	margin-right: 15px;
}


.kiji-t{
	font-size: 3.2rem;
	padding: 50px 0px;
}


.kiji-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
}

.kiji-nav li{
	width: 30%;
	text-align: center;
}
.kiji-nav li:first-child{

	text-align: left;
}
.kiji-nav li:last-child{

	text-align: right;
}
.kiji-nav li img{
	width: 32px;
	
}
.bk-l{
	font-size: 3.2rem;
	color: #1F989F;
}
@media only screen and (max-width: 767px) {
.bk-l{
	font-size: 1.6rem;
	color: #1F989F;
}

}

.kiji-nav a{
	display: inline-block;
}
.kiji-nav a:hover{
	opacity: 0.6;
}
