@charset "utf-8";

/********************************************
  OUR THOUGHTS
*********************************************/
.ly_ourThoughts{
  padding-bottom:65px;
  margin-top:-75px;
  padding-top:75px;
}
.ourThoughts{
  max-width:867px;
  width:90%;
  margin: 0 auto 75px auto;
  text-align: center;
}
.ourThoughts__title{
  font-weight: normal;
  font-size: 35px;
  padding-top: 30px;
}
.ourThoughts__catch{
  font-size: 20px;
  color:#E8A323;
  margin:50px 0 35px 0;
}
.ourThoughts__catch br{
  display: none;
}
.ourThoughts__detail{
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 900px) {
  .ly_ourThoughts{
    padding:50px 0 120px 0;
  }
  .ourThoughts{
    margin: auto;
  }
  .ourThoughts__title{
    font-size: 30px;
  }
  .ourThoughts__catch{
    font-size: 16px;
    margin:20px 0 15px 0;
  }
  .ourThoughts__catch br{
    display: block;
  }
  .ourThoughts__detail{
    font-size: 12px;
    padding: 0 25px;
  }
}


/********************************************
  ABOUT THE LOGO
*********************************************/
.ly_logo{
  background-color:#F8F1E8;
  overflow: hidden;
  padding-bottom:50px;
  margin-top:-75px;
  padding-top:75px;
}
.logo{
  max-width:867px;
  width:100%;
  margin: auto;
  text-align: center;
}
.logo__title{
  margin-top: 65px;
}
.logo__image{
  text-align: right;
  margin-top: 50px;
  max-width:796px;
  width:100%;
  margin-left: 60px;
}
.logo__image img{
  width:100%;
}
.logo__detail{
  margin-top: 50px;
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .logo__title{
    margin-top: 45px;
  }
  .logo__image{
    width: 85%;
    margin: 45px auto 0 auto;
  }
  .logo__image > img{
    width: 100%;
  }
  .logo__detail{
    margin-top: 30px;
    font-size: 12px;
  }
  .logo__lg{
    max-width: 375px;
    width: 75%;
    margin: auto;
  }
  .logo__lg > img{
    width: 100%;
  }
}
/********************************************
  MESSAGE
*********************************************/
.ly_message{
  padding-bottom:120px;
  margin-top:-75px;
  padding-top:75px;
}
.message{
  overflow: hidden;
  max-width:867px;
  width:90%;
  margin: auto;
}
.message__title{
  margin: 75px 0 45px 0;
}
.message__wrapper{
  background-color: #F8F1E8;
  padding: 100px;
}
.message__image{
  width:238px;
  float: left;
}
.message__image > img{
  width:100%;
}
.message__text{
  width:375px;
  float: right;
  line-height: 1.8;
  font-size: 18px;
}
.message__info{
  overflow: hidden;
  clear: both;
  padding-top:20px;
}
.message__info__ttl{
  font-size: 13px;
}
.message__info__name{
  font-size: 18px;
  border-bottom: 2px #E8A323 solid;
  padding-bottom:10px;
}
.message__info__about{
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .ly_message{
    padding-bottom:120px;
  }
  .message__wrapper{
    padding: 35px;
  }
  .message__title{
    margin: 35px 0 20px 0;
  }
  .message__image{
    width:280px;
    float: none;
    margin: auto;
  }
  .message__text{
    float: none;
    width:100%;
    margin: 25px auto;
    font-size: 12px;
  }
  .message__info{
    width:100%;
    padding-top:12px;
  }
}

/********************************************
  STAFF
*********************************************/
.ly_staff{
  background-color: #F8F1E8;
  overflow: hidden;
  padding-bottom: 75px;
  margin-top:-75px;
  padding-top:75px;
}
.staff{
  max-width:867px;
  width:90%;
  margin: auto;
}
.staff__title{
  margin-top:75px;
}
.staff__message{
  text-align: center;
  font-size: 18px;
  margin-top:35px;
}
.staff__message > br{
  display: none;
}
.staff__wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
.staff__wrapper--psychologist{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.staff__left,
.staff__right{
  width: 50%;
  margin-bottom: 45px;
}
.staff__info{
  display: table;
}
.staff__photo,
.staff__detail{
  display:table-cell;
  vertical-align: top;
}
.staff__photo{
  width: 150px;
  text-align: center;
}
.staff__photo > p{
  font-size: 12px;
  margin: 13px 0;
  cursor: pointer;
  height:12px;
}
.staff__photo > p > span{
  margin-left: 3px;
  padding-top: 2px;
  margin-top:10px;
}
.staff__photo > p > span > img{
  width:12px;
}
.staff__detail{
  padding: 0 100px 0 10px;
}
.staff__detail > p{
  margin: 3px 0;
  font-size: 12px;
}
.staff__detail > p
.staff__detail__ttl{
  font-size: 14px!important;
}
.staff__detail__english{
  float: right;
  background-color: #e8a221;
  color: #ffffff;
  padding: 0 7px;
  border-radius: 5px 0 5px 0;
}
.staff__detail__english > i{
  margin-right: 5px;
}
.staff__detail__jpName{
  font-size: 18px!important;
  font-weight: bold;
}
.staff__detail__romanName{
  font-size: 14px!important;
  font-weight: bold;
}
.staff__detail__message{
  padding-top:10px;
}
.staff__detail__blog{
	background-color: #bae2e2;
	color: #000000;
	padding: 3px 2px 4px 2px;
	margin-top: 15px!important;
	margin-bottom: 5px!important;
	/*border-radius: 5px 0 5px 0;*/
	text-align: center;
}
.staff__detail__blog > a:link,.staff__detail__blog > a:visited{
	color: #000000;
	font-size: 11px;
}
.staff__detail__shikaku{
  padding-top:10px;
}
.staff__detail__shikaku > span{
  color:#E8A323;
}
.staff__history{
  display:none;
  font-size:11px;
  line-height: 1.5;
  padding-top: 15px;
  margin: 0 20px;
  border-top: #E8A323 2px solid;
}
.staff__history span{
  display: table;
}
.staff__history span.as_ttl{
  width:50px;
clear: both;

}
.staff__history > span > span{
  display: table-cell;
}
.staff__history span.as_ttl_lg{
  width:100px;
}
@media screen and (max-width: 900px) {
  .ly_staff{
    padding-bottom: 40px;
  }
  .staff__title{
    margin-top:45px;
  }
  .staff__message{
    font-size: 14px;
    margin-top:35px;
    padding: 0 20px;
    line-height: 1.5;
  }
  .staff__message > br{
    display: block;
  }
  .staff__left,
  .staff__right{
    width: 100%;
    margin-bottom: 20px;
  }
  .staff__detail{
    padding: 0 20px 0 10px;
  }
  .staff__detail__jpName{
    font-size: 14px!important;
  }
  .staff__detail__romanName{
    font-size: 12px!important;
  }
  .staff__info{
    margin-bottom: 35px;
  }
}

/********************************************
  COMPANY
*********************************************/
.ly_company{
  padding-bottom: 45px;
	margin-top:-75px;
  padding-top:75px;
}
.company{
  max-width:867px;
  width:90%;
  margin: auto;
}
.company__title{
  margin-top: 75px;
}
.company__info{
  padding: 0;
  list-style: none;
  margin-top: 50px;
}
.company__detail{
  display: table;
  padding: 10px 0;
  border-top: 1px dashed #000000;
  width: 100%;
  font-size:14px;
}
.company__detail:last-child{
  border-bottom: 1px dashed #000000;
  margin-bottom: 45px;
}
.company__det{
  display: table-cell;
}
.company__det--ttl{
  width: 170px;
  padding-left: 25px;
}
.company__det--inf{
  line-height: 1.7;
}

.company__table{
	display: table;
}
.company__tr{
	display: table-row;
}
.company__th,.company__td{
	display: table-cell;
}
/*
<div class="company__table company__det--inf">
			<div class="company__tr">
				<div class="company__th">登録番号：</div>
				<div class="company__td">J0573</div>
			</div>
			<div class="company__tr">
				<div class="company__th">適用規格：</div>
				<div class="company__td">JIS Q27001:2014（ISO/IEC 27001:2013）</div>
			</div>
*/

@media screen and (max-width: 900px) {

  .company__title{
    margin-top: 45px;
  }
  .company__det{
    display: block;
  }
  .company__det--ttl{
    width: 100%;
    padding-left: 25px;
  }
  .company__det--inf{
    width: 100%;
    padding-left: 25px;
  }
	.company__table{
	}
	.company__th{
		width: 85px;
	}
	.company__td{

	}
}


