@charset "UTF-8";

/* Base
------------------------------------------- */

body{
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:100%;
	line-height:150%;
	background-color: #fff;
}


a{
	color:#1E2753;
	text-decoration:none;
	border:0;
}

a:hover{
	color:#FF4338;
	text-decoration:none;
	border:0;
}


img{
	border:0;
    width: 90%;
    height: auto;
}

.p_l{
	margin:0 0 20px 0;
	padding:0;
    display: block;
}

.p_r{
	margin:0 0 20px 0;
	padding:0;
    display: block;
}


/* Margin Padding Control
------------------------------------------- */
.mt-60{margin-top: -60px; !important;}
.mt10{margin-top: 10px; !important;}
.mt20{margin-top: 20px; !important;}
.mt30{margin-top: 30px; !important;}
.mt40{margin-top: 40px; !important;}
.mt60{margin-top: 60px; !important;}
.mt80{margin-top: 50px; !important;}
.mt100{margin-top: 100px; !important;}
.mt160{margin-top: 160px; !important;}
.mb20{margin-bottom: 20px; !important;}
.mb40{margin-bottom: 40px; !important;}
.mb60{margin-bottom: 60px; !important;}
.mb100{margin-bottom: 100px; !important;}
.mtb20{margin-top: 20px; !important; margin-bottom: 20px; !important;}
.mtb40{margin-top: 40px; !important; margin-bottom: 40px; !important;}
.mtb60{margin-top: 60px; !important; margin-bottom: 60px; !important;}
.mtb100{margin-top: 220px; !important; margin-bottom: 220px; !important;}
.pt10{padding-top: 10px; !important;}
.pt20{padding-top: 20px; !important;}
.pt30{padding-top: 30px; !important;}
.pt40{padding-top: 40px; !important;}
.pt50{padding-top: 50px; !important;}
.pt60{padding-top: 60px; !important;}
.pt100{padding-top: 100px; !important;}
.pt150{padding-top: 100px; !important;}
.pb10{padding-bottom: 10px; !important;}
.pb20{padding-bottom: 20px; !important;}
.pb40{padding-bottom: 40px; !important;}
.pb60{padding-bottom: 60px; !important;}
.pb150{padding-bottom: 150px; !important;}
.ptb10{padding-top: 10px; !important; padding-bottom: 10px; !important;}
.ptb20{padding-top: 20px; !important; padding-bottom: 20px; !important;}
.ptb30{padding-top: 30px; !important; padding-bottom: 30px; !important;}
.ptb40{padding-top: 40px; !important; padding-bottom: 40px; !important;}
.ptb60{padding-top: 60px; !important; padding-bottom: 60px; !important;}
.ptb100{padding-top: 100px; !important; padding-bottom: 100px; !important;}



/* Layout
------------------------------------------- */

section#kv{
	width:100%;
	height:100vh;
	min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	z-index:1;
	position: relative;
}



/* header
------------------------------------------- */

header{
	width: 100%;
	height: 70px;
	z-index:100;
	position:fixed;
	overflow: hidden;
	background-color: #000;
}

header h1{
	position:absolute;
	top:50%;
	left:5px;
    margin-top: -15px;
}

header h1 img{
    height: 30px;
}



/* Layout
------------------------------------------- */

section{
	width:100%;
    margin-left: auto;
    margin-right: auto;
}

div.contents{
	width:97%;
    margin-left: auto;
    margin-right: auto;
}

/* Title
------------------------------------------- */

h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:140%;
	color:#FFF;
	line-height:130%;
	font-weight: bold;
	text-align:center;    
    text-shadow: 3px 3px 3px #000;
    letter-spacing: 0.1em;
    padding-top: 300px;
    margin-left: 20px;
}

h3{
	font-size:180%;
	color:#000;
	text-align:left;
	font-weight:bold;
    line-height: 100%;
    margin-left: 20px;
}

h3 span{
	margin:15px 0 0 0;
	padding:0;
	font-size:50%;
	color:#000;
	font-weight:normal;
}

h4{
	font-size:150%;
	color:#006633;
	text-align:left;
	font-weight:bold;
    line-height: 160%;
    margin-left: 20px;
    margin-right: 20px;
}

h5{
    font-size: 130%;
    color: #8990E5;
    text-align: left;
    font-weight: bold;
    margin-left: 20px;
}
h5.rec{
    font-size: 120%;
    color: #8990E5;
    text-align: center;
    font-weight: bold;
    margin-left: 20px;
}



/* Text & Object
------------------------------------------- */


p.co_txt{
	text-align:left;
	overflow:hidden;
	line-height:170%;
    margin-left: 20px;
    margin-right: 20px;
}

p.co_txt2{
	text-align:center;
	overflow:hidden;
}

p.obj_c{
	text-align: center;
}

p.obj_l{
	text-align: left;
}



/* Philosophy
------------------------------------------- */

div.philosophy_wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.philosophy_box{
    width: 92%;
    border: 1px solid #CCC;
    background-color: antiquewhite;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

div.philosophy_box p{
    text-align: center;
    line-height: 145%;
    padding: 10px;
}

/* Feedback
------------------------------------------- */

div.feedback_wrap{
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.feedback_box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
    border: 2px solid #006633;
    border-radius: 5px;
    padding-bottom: 10px;
}



/* Staff-1
------------------------------------------- */

div.feedback_box li:nth-child(1){
    font-size: 300%;
    font-style: italic;
    color: #8AABE0;
    z-index: 2;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
}
div.feedback_box li:nth-child(2){
    z-index:4;
    text-align: center;
    margin-top: -20px;
}

div.feedback_box li:nth-child(2) span{
    z-index:4;
    color: #FFF;
    background-color: #006633;
    padding: 5px 10px;
    margin-right: 10px;
}

div.feedback_box li:nth-child(3) img{
    width: 70%;
    height: auto;
    z-index: 1;
    margin-top: 10px;
}
div.feedback_box li:nth-child(4){
    font-size: 115%;
    color: #003366;
    font-weight: bold;
    line-height: 125%;
    z-index: 3;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}



/* Staff-button
------------------------------------------- */

div.feedback_box li:nth-child(5){
    width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #006633;
    z-index: 5;
    margin-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div.feedback_box li:nth-child(5) a::after{
    font-family: "Font Awesome 5 Free";
	content: '\f054';
	margin-left:10px;
	font-weight: bold;
}
div.feedback_box li:nth-child(5) a{
	  color: #FFF;
	  text-align: center;
	  font-size: 100%;
	  background-color: #006633;
	  z-index: 2;
}




/* Staff-Detail
------------------------------------------- */

div.staff_wrap{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

div.staff_image{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}
div.staff_info{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.staff_image img{
    width: 80%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div.staff_image p{
    text-align: center;
}
div.staff_image p span{
    color: #FFF;
    background-color: #006633;
    padding: 5px 10px;
    margin-right: 10px;
}

div.staff_info dl{
    
}
div.staff_info dl dt{
    background-color: #8990E5;
    padding: 5px 10px;
    color: #FFF;
    display: inline-block;
}
div.staff_info dl dd{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.back a{
    display: block;
    color: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #8990E5;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding-top: 10px;
}
div.back a:hover{
    display: block;
    color: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #6252E5;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding-top: 10px;
}
div.back a::before{
    font-family: "Font Awesome 5 Free";
	content: '\f0e2';
	margin-bottom:0px;
	font-weight: bold;
    display: block;
    color: #FFF;
}




/* Recruitment
------------------------------------------- */

div.recruit_wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.recruit_box{
    width: 90%;
    border: 1px solid #91ABDE;
    border-radius: 5px;
    background-color: #FAEFFA;
    margin-bottom: 20px;
    vertical-align: top;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

div.recruit_box2{
    width: 90%;
    border: 1px solid #91ABDE;
    border-radius: 5px;
    background-color: #FAEFFA;
    margin-left: auto;
    margin-right: auto;
}

div.recruit_box2 p{
    text-align: left;
    padding: 20px;
    line-height: 150%;
}



/* Recruit guide
------------------------------------------- */

div.download_wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.download_box{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}



div.download_box a{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #5DAE3A;
  background-color: #fff;
  position: relative;
  border: 1px solid #5DAE3A;
  transition: all .5s;
  border-radius: 6px;
  font-weight: bold;
}
div.download_box a:hover {
  color: #fff;
  background: #5DAE3A;
}

a.pdf::before{
    font-family: "Font Awesome 5 Free";
	content: '\f101';
	margin-right:10px;
    margin-left: 10px;
	font-weight: bold;
}

a.pdf2::after{
    font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	margin-left:5px;
	font-weight: bold;
    color: #FF0000;
    font-size: 120%;
    vertical-align: top;
}









/* Footer
------------------------------------------- */

footer{
	width:100%;
	height:30px;
    background-color: #006633;
    line-height: 30px;
    position: fixed;
    bottom: 0;
    z-index: 900;
}

footer p{
	font-size:80%;
	color:#fff;
	text-align:center;
}




