@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,body{
     height:100%;
}
body{
	*font-size:small;
	*font:	x-small;
	line-height:1.6;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
    -moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: url(../common/img/bg_green.jpg) repeat;
	color: #505050;
}
body a{
	text-decoration: none;
}

body a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
img{width: 100%;}
ul{
	list-style: none;
}

.block{
	display: block;
	text-indent: -9999px;
}
/*ここからヘッダー*/
#logo{
	width: 190px;
	height: 69px;
	background-image: url(https://www.sepio.co.jp/wp/wp-content/uploads/2025/06/logo_nm.png);
	background-size:100%;
	margin: 0 auto;
	margin-top: 20px;
}

/************/
header{
	border-bottom: solid 1px #b9b9b9;
	padding-bottom: 30px;
}

header nav ul{
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}
header nav ul li:first-child{
	margin-left: 0;
}

.g-nav{
	width: 20%;
	float: left;
	margin-left: 21%;
	border-bottom: solid 1px #FFF;
	padding:0;
	position: relative;
}
li.g-nav:first-child{
	width: 18%;
}
.g-nav img{
	vertical-align: bottom;
}
.g-nav a:hover{
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01::before{
  background-color: #505050;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 右下へ配置 */
.change-border01::before {
  bottom: -5px;
  height: 1px;
  left: -1px;
  width: 0px;
}

/* hover */
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
/* *************************************** */
/***/
article{
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
   	padding-bottom: 100px;	
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#prof-nav{
	width: 86%;
	height: 40px;
	-moz-box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.5);
	-ms-box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.5);
	box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.5);margin: 0 auto;
	margin-top: 30px;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
#prof-nav ul{
	padding: 12px 0 0 0;
}
#prof-nav ul li{
	float: left;
	margin-left: 10%;
	position: relative;
}
#prof-nav ul li:first-child{
	margin-left: 7%;
}
#prof-nav ul li a{
	text-indent: -9999px;
	display: block;
	height: 18px;
}

#prof-nav ul li a:hover{
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
 	border-bottom: solid 1px #919191;
}

#prof-nav ul li a.on{
	border-bottom: solid 1px #919191;
}
#prof-nav ul li a#prof-nav01{
	background: url(../img/profile/prf-in-nav01.png) no-repeat left top;
	width: 63px;
}
#prof-nav ul li a#prof-nav02{
	background: url(../img/profile/prf-in-nav02.png) no-repeat left top;
	width: 38px;
}
#prof-nav ul li a#prof-nav02:hover{
	background: url(../img/profile/prf-in-nav02-on.png) no-repeat left top;
}
#prof-nav ul li a#prof-nav03{
	background: url(../img/profile/prf-in-nav03.png) no-repeat left top;
	width: 65px;
}
#prof-nav ul li a#prof-nav03:hover{
	background: url(../img/profile/prf-in-nav03-on.png) no-repeat left top;
}
#prof-nav ul li a#prof-nav04{
	background: url(../img/profile/prf-in-nav04.png) no-repeat left top;
	width: 65px;
}
#prof-nav ul li a#prof-nav04:hover{
	background: url(../img/profile/prf-in-nav04-on.png) no-repeat left top;
}


h1{
	margin: 0 auto;
	margin-top: 60px;
}
h1#prof-tit01{
	background: url(../img/profile/prof-tit01.svg) no-repeat left top;
	width: 102px;
	height: 40px;
}
div.prof-border{
	width: 86%;
	margin: 0 auto;
	margin-top: 18px;
	padding-top: 38px;
	border-top: 1px solid #787878;
}

table#prof-table{
	width: 100%;
	margin: 0 auto;
}

table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
  table-layout: fixed;
}
th,td{
  vertical-align: top;
  font-weight:normal;
  text-align:left;
}
table#prof-table td{
	height: 14px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#prof-table th{ 
	width: 120px;
	text-align: center;
	padding-top: 10px;
}
table#prof-table dl.prof-tbl-in01 dt{
	width: 100px;
}
table#prof-table dl.prof-tbl-in01 dd{
	width: 100%;
}
h1#prof-tit02{
	background: url(../img/profile/prof-tit02.svg) no-repeat left top;
	width: 74px;
	height: 43px;
}
h1#daihyou-tit01{
	background: url(../img/profile/daihyou-tit01.svg) no-repeat left top;
	width: 101px;
	height: 42px;
}
#daihyou01{
	color: #787878;
}

#daihyou01 figure{
	width: 100%;
	margin: 0;
	margin-top: 30px;
	text-align: right;
}
#daihyou01 figure img{
	width: 120px;
	display: block;
	float: right;
}
h1#rinen-tit01{
	background: url(../img/profile/daihyou-tit02.svg) no-repeat left top;
	width: 102px;
	height: 41px;
}
#daihyou02 ul{
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;
}
#daihyou02 ul li{
	width: 80%;
	margin: 0 auto;
}
#daihyou02 ul li:first-child{
}
h1#recruit-tit{
	background: url(../img/profile/recruit-tit-01.svg) no-repeat left top;
	width: 102px;
	height: 40px;
}
h1#contact-tit{
	background: url(../img/profile/contact-tit-01.svg) no-repeat left top;
	width: 155px;
	height: 41px;
}


/*



/**/

/*
table#Hist-table{
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 160px;
}
table#Hist-table th{ 
	text-align: left;
	padding-top: 15px;
	padding-left: 136px;
}
table#Hist-table td{
	height: 14px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
	border-left: 1px solid #c8c8c8;
}

/*代表挨拶*/
/*
#daihyou01 p{
	width: 550px;
	margin: 0 auto;
	text-align: justify;
	letter-spacing: -0.02em;
	font-size:13px;
	line-height: 1.8em;
}
#daihyou01 figure img{
	width: 107px;	
}






/**/
#to-top{
	border-top: 1px solid #b9b9b9;
}
#to-top a{
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 48px;
	background: url(../img/to-top.png) no-repeat center center;
}
#to-top a:hover{
	background: url(../img/to-top.png) no-repeat center center #CCCCCC;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
/**/

/**/
#contact-box{
	width: 86%;
	margin: 0 auto;
}
#contact-box p{
	margin: 30px 0 30px 0;
}
#contact-box-in{
	background: #f2f2f2;
	padding: 40px 0 18px 40px;
}
#contact-box-in dl{
	margin-bottom: 22px;
}

textArea{
	border: solid 1px #ccc;
	width: 86%;
	height: 200px;
}

input.input01{
	border: none;
	width: 86%;
	height: 35px;
}

#submit-btn{
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	border: 0px;
	width: 120px;
	height:50px;
	background: url(../img/profile/submit-btn.png) left top no-repeat;
	margin: 0 auto;
	margin-top: 14px;
}
#submit-btn:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}



footer{
	width: 100%;
	background: #C8C8C8;
	color: #646464;
	padding-top: 15px;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}


footer ul{
	width: 90%;
	margin: 0 auto;
}
footer ul li{
	float: left;
	margin-left: 30px;
}
footer ul li a{
	color: #646464;
	text-decoration: none;
}
#foot-in02{
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
#foot-logo{
	width: 159px;
	height: 70px;
	background: url(https://www.sepio.co.jp/wp/wp-content/uploads/2024/09/foot-logo_2.png) no-repeat left top;
	background-size:100%;
	float: none;
	margin: 0 auto;
}
#foot-in02 p{
	float: none;
	text-align: center;
}

p#copy{
	margin-top: 21px;
	text-align: center;
	font-family: serif;
}


