@charset "UTF-8";
/*
 * index.css
 *
 */


/*==================================
          Font Style
===================================*/

.page_ttl {
	margin:0 auto 50px;
	padding:60px 0 37px;
	background-image:url(../img/til-r.jpg);
	background-position:50% 10%;
	background-repeat:no-repeat;
	background-size:100% auto;
    box-shadow: 1px 6px 11px;
}
.page_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}
.sectionLv0 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv0 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
    text-align: left;
}

.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}

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

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv0 h2 {
padding:0px;

}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv0 h2 {
	font-size:3vw;
}
}
.p-top-about {
    position: absolute;
    top: 1%;
    left: 28%;

}
.p-top-object_row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(0,0,0,.07);
    font-size: 200px;
    font-size: 10vw;
    font-family: "EB Garamond",serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: .8;
    overflow: hidden;

}
.p-top-about01 {
    position: inherit;
    margin-left: 8%;
    margin-bottom: -168px;

}
.p-top-object_row01{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(0,0,0,.07);
    font-size: 200px;
    font-size: 6rem;
    font-family: "EB Garamond",serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;

}
/*==================================
          Font Style End
===================================*/
.sectionLv01{
	margin-top:120px;
    position: relative;
	width:1100px;
}

.sectionLv01 h6{
	color: #0000cc;
    text-align: center;
    font-size: 3vw;
    font-weight: 900;
	background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
}
.sectionLv01 h2{
	text-align:center;
	margin-bottom:20px;
	color:#000000;
}
.sectionLv01 p{
	text-align: left;
	padding:0px 20px;
	font-family: "Sawarabi Gothic";
}

.sectionLv02{
	margin-top:10%;
    position: relative;
	width:1100px;
	margin-bottom:8vw;
}
.sectionLv02 h3{
	color:black;
	border-bottom: solid 3px #cce4ff;
	
}
/*==================================
          recruit
===================================*/


.float_block h2{
	text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin: 15px;
    border-bottom: 1px solid;
    color: #088424;
}
.float_block{
	margin-bottom:8%;
}
.float_block img{
	float: right;
    margin: 20px 10px 10px 70px;
    width: 400px;
	
}
.view_more_link {
    
    margin-left: 20%;
 
}
.float_block {
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 2px 8px 9px rgb(0 0 0 / 25%);
}
/*==================================
          recruit R1
===================================*/

 .p-tbl__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
    border-bottom: 1px solid #ddd;
	background:#f7f7f7;
}

.p-tbl__hd {
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    color: #132840;
}
 .p-tbl__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 200px);
    font-size: 14px;
    line-height: 1.8;
    color: #132840;
}

/*==================================
          rinan
===================================*/
.rinen{

	background-image:url(../img/rinan.jpg);
	background-repeat:no-repeat;
	margin-top:15%;
	margin-bottom:80px;
	background-position: 50% 22%;
    background-repeat: no-repeat;
    background-size: 100% auto;
	width:1100px;


	}
.rinen h6{
	font-size:3vw;
	font-weight:900;
	text-align:center;
	background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;

}
	
.rinen p{
	color: #10235f;
    font-family: serif;
    font-size: x-large;
	padding:0px 30px 30px 30px;
}
@media screen and (max-width: 950px){
.view_more_link {
    margin: 11px auto;
}
}
@media screen and (max-width:800px){
	.float_block img{
		width:90vw;
	}
	.p-tbl__row {
	display:block;
	}
	.p-tbl__row p {
    border-bottom: 0.2rem solid;
	margin-bottom:20px;
	text-align:left;
	}
	.p-tbl__hd {
    width: 400px;
	}
	.p-tbl__data {
	width:auto;
	}

}
@media screen and (max-width:400px){
	.float_block img{
		width:80vw;
	}

}
