@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1350px){
.gNavi li a {
  padding: 15px 10px;
  letter-spacing: 0.08em;
}
.headEntryBtn {
  width: 160px;
}
.gNaviBox {
  width: calc(100% - 460px);
}
}
@media screen and (max-width:1240px){
.gNavi li a {
  font-size: 13px;
}
.headEntryBtn {
  width: 140px;
}
.gNaviBox {
  width: calc(100% - 440px);
}
}
@media screen and (max-width:1180px){
	.gNaviBox{
		display: none;
	}
	.headEntryBtn{
		display: none;
	}
#menuButton {
    display: block;
    height: 80px;
    right: 0px;
    position: fixed;
    top: 0px;
    width: 80px;
    border: 0px solid #5a7c6d;
    z-index: 1200;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    background-color: rgba(0,163,149,0.00);
}
#menuButton.on {
    
}

#menuButton span {
    display: block;
    background-color: #FFF;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	border-radius: 10px;
}
#menuButton.fixColor span{
    background-color: #000;  
}
#menuButton.on span {
	background-color: #000;
}
#menuButton span:first-child {
    top: 25px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 25px;
}
#menuButton.active span{
    background-color: #000;  
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(14px) rotate(45deg);
    -moz-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}
#overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1100;
    background-color: #FFF;
    overflow: scroll;
    right: -110%;
    display: block;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	-webkit-overflow-scrolling: touch;

}

#overlay.openMenu{
	right: 0;
}
#overlay .box800 {
    position: relative;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 0 40px;
	width: 100%;
	margin-bottom: 0px;
    max-width: 800px;
    margin-top: 80px;
}
ul.menuSp{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
}
ul.menuSp li{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
	border-bottom: #000 1px solid;
}

ul.menuSp li a{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1em;
    padding: 20px 0;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding-left: 0px;
	letter-spacing: 0.05em;
	text-align: left;
}
ul.menuSp li a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #000;
}

ul.menuSp li a span{
	width: 100%;
	display: block;
	font-size: 13px;
	color: #00a395;
font-weight: 900;
font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	margin-bottom: 5px;
}

ul.menuSpSub{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
	margin-top: 30px;
}
ul.menuSpSub li{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}	
ul.menuSpSub li a{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
	line-height: 2em;
	color: #000;
	padding-left: 15px;
	text-decoration: none;
	display: flex;
align-items: center;
justify-content: flex-start;
}
ul.menuSpSub li a::before{
	content: '';
	width: 8px;
	height: 1px;
	background-color: #00a395;
	position: absolute;
	top: 50%;
	left: 0;
}
ul.menuSp li:first-child{
	border-top: #000 1px solid;
}
ul.menuSpSub li a img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.spMenuEntryBtn {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  text-align: center;
  position: relative;
  justify-content: center;
}
.spMenuEntryBtn a {
  width: 100%;
  height: auto;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  letter-spacing: 0.1em;
  max-width: 600px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  background-color: #f11f1e;
}
}
@media screen and (max-width:736px){
body {
	
}
.onPc{
	display:none !important;
}
.onSmt{
	display:block !important;
}

.spMbNon{
	margin-bottom: 0px !important;
}
.spMb05{
	margin-bottom: 5px !important;
}
.spMb10{
	margin-bottom: 10px !important;
}
.spMb15{
	margin-bottom: 15px !important;
}
.spMb20{
	margin-bottom: 20px !important;
}
.spMb30{
	margin-bottom: 30px !important;
}
.spMb40{
	margin-bottom: 40px !important;
}
.spMb50{
	margin-bottom: 50px !important;
}
.spMb60{
	margin-bottom: 60px !important;
}
.spMb70{
	margin-bottom: 70px !important;
}
.spMb80{
	margin-bottom: 80px !important;
}
.spMb90{
	margin-bottom: 90px !important;
}
.spMtNon{
	margin-top: 0px !important;
}
.spMt05{
	margin-top: 5px !important;
}
.spMt10{
	margin-top: 10px !important;
}
.spMt20{
	margin-top: 20px !important;
}
.spMt30{
	margin-top: 30px !important;
}
.spMt40{
	margin-top: 40px !important;
}
.spMt50{
	margin-top: 50px !important;
}
.spMt60{
	margin-top: 60px !important;
}
.spPl10{
	padding-left: 10px !important;
}
.spPl20{
	padding-left: 20px !important;
}
.spPl30{
	padding-left: 30px !important;
}
.spPl40{
	padding-left: 40px !important;
}
.spPl50{
	padding-left: 50px !important;
}
.spPl60{
	padding-left: 60px !important;
}
.spPlNon{
	padding-left: 0px !important;
}
.spPr10{
	padding-right: 10px !important;
}
.spPr20{
	padding-right: 20px !important;
}
.spPr30{
	padding-right: 30px !important;
}
.spPr40{
	padding-right: 40px !important;
}
.spPr50{
	padding-right: 50px !important;
}
.spPr60{
	padding-right: 60px !important;
}
.spPrNon{
	padding-right: 0px !important;
}
.spPb10{
    padding-bottom: 10px !important;    
}
.spPb05{
    padding-bottom: 5px !important;    
}
.spPb20{
    padding-bottom: 20px !important;    
}
.spPb30{
    padding-bottom: 30px !important;    
}
.spPb40{
    padding-bottom: 40px !important;    
}
.spPb50{
    padding-bottom: 50px !important;    
}
.spPb60{
    padding-bottom: 60px !important;    
}
.spPb100{
    padding-bottom: 100px !important;    
}
.spPt60{
    padding-top: 60px !important;    
}
.spPtNon{
    padding-top: 0px !important;    
}
.spPt10{
    padding-top: 10px !important;    
}
.spPt20{
    padding-top: 20px !important;    
}
.spPt30{
    padding-top: 30px !important;    
}
.spPt40{
    padding-top: 40px !important;    
}
.spText10{
    font-size: 10px !important;    
}
.spText11{
    font-size: 11px !important;    
}
.spText12{
    font-size: 12px !important;    
}
.spText13{
    font-size: 13px !important;    
}
.spText14{
    font-size: 14px !important;    
}
.spText15{
    font-size: 15px !important;    
}
.spText16{
    font-size: 16px !important;    
}
.spText18{
    font-size: 18px !important;    
}
.spText20{
    font-size: 20px !important;    
}
.spText22{
    font-size: 22px !important;    
}
.spText24{
    font-size: 24px !important;    
}
.spText30{
    font-size: 30px !important;    
}
.alignLeftSp{
	text-align: left !important;
}
.gNavi{
	display: none;
}
.header{
	height: 60px;	
}
.headLogo img {
    height: 30px;
	width: auto;
}
.headLogo{
	margin-left: 10px;
	margin-top: 15px;
}
.headSnsList li a {
    width: auto;
    height: auto;
    padding: 15px 10px;
}
.heroImage {
    height: 560px;
}

#menuButton {
    display: block;
    height: 60px;
    right: 0px;
    position: fixed;
    top: 0px;
    width: 60px;
	z-index: 1200;
	cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	
}
#menuButton.on {
    
}

#menuButton span {
    display: block;
    background-color: #FFF;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	border-radius: 10px;
}
#menuButton span:first-child {
    top: 20px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 20px;
}
#menuButton.active span{
      
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}


.goTopBtn.on{
	bottom:10px;
}

.heroInner {
  width: 100%;
  height: 100%;
  padding-left: 20px;
	padding-right: 20px;
	align-items: flex-end;
	padding-bottom: 60px;
}
.scrollBar {
  right: 40px;
	height: 60px;
}
.scrollBar::before {
	font-size: 10px;
}
.obTitle {
  font-size: 24px;

  top: -14px;
  left: -20px;
}
.obBox {
  width: calc(100% - 0px);
  padding: 20px;
  padding-right: 20;
  display: block;
  flex-wrap: wrap;
	float: left;
}
.obLeft {
  width: 100%;
	margin-top: 10px;
}
.obPh {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  position: relative;
  box-sizing: border-box;
   right: 0px;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: -40px;
}
.obBox .text24 {
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
	font-size: 15px;
}
.obBox .text30 {
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 17px;
}
.text16 {
  font-size: 13px;
  line-height: 2.0em;
	letter-spacing: 0.08em;
}
.halfBox{
	width: 100%;
}
.titlePhilo {
  padding-left: 40px;
	padding-right: 40px;
  margin-bottom: 20px;
}
.mixTitle{
	font-size: 18px;	
}
.title01 {
  font-size: 30px;
  line-height: 1.3;
}
.moreBtn a{
	max-width: 240px;
	padding: 10px 0;
padding-left: 20px;
	font-size: 12px;
	background-size: 12px auto;
background-position: 95% center;
}
.topWorkImg {
  width: calc(100% - 20px);
  height: 200px;
  position: relative;
  z-index: 10;
  right: 0;
  top: 0;
	float: right;
}
.topAtImg {
  width: calc(100% - 20px);
  height: 200px;
  position: relative;
  z-index: 10;
  left: 0;
  top: 0;
	float: left;
}
.lineBoxLeft {
  width: 100%;
  padding: 20px;
  padding-top: 20px;
  padding-right: 20px;
  margin-top: 40px;
}
.lineBoxRight {
  width: 100%;
  height: auto;
  padding: 20px;
  padding-top: 20px;
  padding-left: 20px;
  float: left;
  margin-top: 40px;
}
.lineBoxTitle {
  position: relative;
  top: -32px;
}
.enBoxTitle {
  font-size: 24px;
	margin-bottom: 5px;
	left: -10px;
}
.enBoxTitle span {
  padding: 0px 10px;
}
.topPeopleBox {
  width: 50%;
  height: 200px;
}
.bottomProfBox {
  padding: 0px 10px 15px;
}
.profTag span {
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
  font-weight: 500;
	letter-spacing: 0.03em;
}
.profName {
  font-size: 15px;
flex-wrap: wrap;
}
.profName span {
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-left: 0px;
	width: 100%;
	margin-top: 5px;
}
.bottomEntryBtn {
  height: 140px;
}
.footBox {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footInfo {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
}
.footMenu {
  display: none;
}
.bottomMenu {
  width: 100%;
}
.bottomMenu ul li a {
  font-size: 11px;
  line-height: 20px;
}
.copyright {
  width: 100%;
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
}
.pagePd {
  padding-top: 60px;
}	
.bc {
  font-size: 10px;
}
.intvHead {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px 0px;
  font-size: 16px;
  line-height: 1.5;
}
.intvMainProfBox {
  width: calc(100% - 40px);
  height: auto;
  position: relative;
  display: block;
  float: right;
  box-sizing: border-box;
  margin-right: 20px;
  background-color: #f2f2f2;
  padding: 15px 20px 20px;
padding-right: 0;
  top: -40px;
  margin-bottom: -40px;
}
.intvProfName {
  font-size: 18px;
  margin-top: 0px;
}
.intvProfName span {
  font-size: 12px;

}
.intvProfName span.en {
  font-size: 12px;

}
.kakkoLeft,.kakkoRight {
  width: 30px;
  height: 30px;
}
.grnLineBox.pageIntv {
  padding-top: 20px;
  padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.grnLineBox.pageIntv .box800 {
  padding-left: 0px;
  padding-right: 0px;
}
.intvMsgTitle {
  font-size: 16px;
  top: -30px;
  left: -10px;
}
.intvBox {
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.pageIntv .intvBox {
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.lineTitle {
  font-size: 18px;
  
  letter-spacing: 0.03em;
}
.bottomPeopleBox {
  width: 50%;
  height: 140px;
}
.tpCenter {
  top: calc(50% - 30px);
}
.ceoName {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.tpMore {
  width: 120px;
  line-height: 40px;
  font-size: 12px;
  background-size: 12px auto;
  background-position: 90% center;
  bottom: 10px;
  right: 10px;
}
.pageAboutBg {
  padding-top: 60px;
  min-height: 260px;
}
.gradeTitle {
  font-size: 16px;
	letter-spacing: 0.08em;
}
.secImg {
  height: 180px;
}
.secImg.pageTp{
	height: 140px;	
}
.bottomMenuBlock {
  width: 100%;
  height: 200px;
  padding-left: 20px;
}
.moreBtn.t-min span {
  max-width: 120px;
  padding: 0px 0;
  padding-left: 10px;
	font-size: 11px;
	background-size: 11px auto;
background-position: 94% center;
}
.grnLineBox {  
  padding: 20px;
}
.grnLineTitle {
  font-size: 16px;
  top: -9px;
  left: 0;
}
ul.licenceList li {
  width: 100%;
  
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 5px;
}
ul.licenceList li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #00a395;
  position: absolute;
  top: 12px;
  left: 0;
}
.workSecTitle {
  font-size: 22px;
  top: -11px;
}
.workSecTitle span {
  font-size: 12px;
}
.workBox {
  width: 100%;
  margin-bottom: 60px;
}
.lineTitle.t-min {
  font-size: 18px;
}
.exText {
  font-size: 12px;
  line-height: 1.8em;
  padding-left: 1em;
  letter-spacing: 0.08em;
}
.headPeopleBox{
	height: 140px;	
}
.tpBox {
  width: 100%;
  margin-bottom: 60px;
}
.tpBox .ph100{
	padding-left: 20px;
	padding-right: 20px;
}
.tpProfBox {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.grnLineBox dl dt {
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.08em;
	margin-bottom: 2px;
}
.grnLineBox dl dd {
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
	letter-spacing: 0.08em;
}
.profTag span.career {
  font-size: 11px;
  line-height: 1;
  padding: 2px 10px;
  
}
.whtBox {
  padding: 20px;
}
.qText {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 20px;
}
.qText::before {
  content: '';
  width: 12px;
  height: 1px;
  background-color: #00a395;
  position: absolute;
  left: 0;
  top: 14px;
}
.aBox dl {
  align-items: flex-start;
  margin-bottom: 30px;
}
.aBox dl dt {
  width: 70px;
  height: auto;
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
	padding-top: 5px;
}
.aBox dl dt img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.aBox dl dd {
  width: calc(100% - 70px);
  font-size: 13px;
  line-height: 1.8em;
  letter-spacing: 0.08em;
	text-align: justify;
}
.halfBox.sp50w{
	width: 50%;	
}
.profRight {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  padding: 10px 0px 0;
}
.profRight .text14{
	letter-spacing: 0.08em;
}
.bottomMenuBlock.t-message {
  height: 200px;
  padding-left: 20px;
}
.jobInfoList dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.jobInfoList dl dt {
  width: 100%;
  font-size: 12px;
  line-height: 2.2;
	letter-spacing: 0.08em;
}
.jobInfoList dl dd {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 0px;
  top: 0;
	letter-spacing: 0.08em;
}
.telBox {
  padding: 20px 10px;
}
.telNumber {
  font-size: 24px;
}
.text14{
	letter-spacing: 0.08em;
}
.smList ul.subPage li {
  width: 100%;
  margin-bottom: 10px;
}
.intvProfBox::before {
  bottom: 25px;
  right: 15px;
  font-size: 11px;
  padding-right: 20px;
  background-size: 10px auto;
}



/*add20220701
------------------------*/
.g_p_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 92%;
padding:30px 0 0px;
box-sizing: border-box;
margin: auto;
list-style-type: none;
}

.g_p_list li {
width: 30%;
position: relative;
}

.g_p_list li img{
width: 100%;
height: auto;
border-radius: 50%;
}

}
