@charset "UTF-8";
body{
	background: #f8f7f3;
}
.l-cont{
	max-width: 1040px;
	min-width: 960px;
	padding: 6rem 10px;
	position: relative;
}
.lv2{
	padding-top: 160px;
}

.lv2-catch{
	font-size: 56px;
    margin: auto;
	max-width: 80%;
    margin-bottom: 3rem;
}
.lv2-tit{
	font-size: 20px;
	color: #218f3a;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 0.5rem 0;
	text-align: center;
	position: relative;
}
.lv2-tit::before,
.lv2-tit::after{
	content: " ";
	display: block;
	border-top: 1px dotted #218f3a;
	width: 100%;
	max-width: 180px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
}
.lv2-tit::before{
	top: 0;
}
.lv2-tit::after{
	bottom: 0;
}
.lv2 object#EdgeID {
    margin: auto;
    width: 100%;
}
.lv2 .txt{
	line-height: 2;
}

/*table*/
.lv2 table{
	width: 100%;
    letter-spacing: 2px;
	line-height: 2;
}
.lv2 table tr{
	border-top: 1px dotted #218f3a;
}
.lv2 table tr:last-child{
	border-bottom: 1px dotted #218f3a;
}
.lv2 table th,
.lv2 table td{
	padding: 1.5rem;
	text-align: left;
}
.lv2 table th{
	width: 280px;
	display: block;
	font-weight: normal;
	vertical-align: top;
}
.lv2 table td{
	width: 700px;
}

/* business */
.business .lv2-catch{
	width: 570px;
}
.business .cach-txt{
	line-height: 2;
	margin-top: 10rem;
	margin-bottom: 6rem;
}
.business-box{
	line-height: 2;
	margin: 3rem auto;
}
.business-box.business-box::after {
    content: " ";
    display: block;
    background: url(../img/business/business-arrow.png) no-repeat center;
    height: 200px;
}
.business-box .position{
	position: relative;
	height: 400px;
}

.business-box img{
	max-width: 400px;
	position: absolute;
	left: 120px;
	top: 6%;
}
.business-box.nm-05 .position{
	height: 480px;
}
.business-box.nm-05  img{
	top: 0;
}
.business-box .namber{
	position: absolute;
	right: 100px;
	top: calc(50% - 100px);
    background: #011945;
    border-radius: 100%;
    color: #fff;
    font-size: 40px;
	font-weight: bold;
    height: 200px;
    width: 200px;
    text-align: center;
    padding-top: 80px;
}
.business-box .namber span{
	font-family: 'Oswald';
	font-size: 36px;
	font-weight: 500;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
}
.business-box .box{
	clear: both;
	padding: 1.5rem 0px;
}
h4.business-box-tit {
    color: #218f3a;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px dashed;
    padding-bottom: 0.25rem;
    margin-bottom: 1rem;
}

.business-future{
	margin-bottom: 3rem;
}
.business-future p{
	color: #218f3a;
	text-align: center;
	font-size: 24px;
}
.business-future ul{
	display: flex;
	justify-content: center;
	margin: 3rem auto;
}
.business-future ul li{
	background: #011945;
    font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	padding: 80px 0;
}
.business-future ul li:nth-child(2){
	margin: 0 2rem;
	padding: 60px 0;
}

/*recruit*/
.recruit .l-cont{
	max-width: 1000px;
	min-width: 980px;
    padding: 3rem 10px;
    position: relative;
}
.rec-nav li{
	width: 49.5%;
	margin-bottom: 0.5rem;
}
.rec-nav li:nth-child(2n){
	float: right;
}
.rec-nav li:nth-child(2n-1){
	float: left;
}
/*.rec-nav li:first-child{
	width: 100%;
	display: block;
}*/
.rec-nav li a{
	display: block;
	padding: 1rem;
	background: #218f3a;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.rec-nav li:nth-child(1) a,
.rec-nav li:nth-child(2) a,
.rec-nav li:nth-child(3) a{
	padding: 1rem 1.25rem;
}
.rec-nav li .shinsotsu{
	background: #ff9b1f;
	line-height: 28px;
}
.table_tit{
	font-size: 20px;
	text-align: center;
	color: #218f3a;
	margin-bottom: 3.5rem;
	position: relative;
}
.table_tit::after{
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 100px;
	border: 1px solid #218f3a;

}
.recruit-table th{
	width: 30%;
}
.recruit-table td{
	width: 70%;
}
/*about*/
.about .lv2-catch{
	max-width: 742px;
}
.about-box{
	padding: 5rem 0;
	position: relative;
}
.about-box::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: " ";
	display: block;
	border-top: 1px dotted #218f3a;
	width: 100%;
	max-width: 160px;
	margin: auto;
}
.about-box img{
	margin: 0 auto 1.5rem;
}
.about-box.right-box::after{
	border: none;
}
.about-box .txt-w {
	max-width: 480px;
}
.about-box.left-box img{
	float: right;
	margin: auto;
	max-width: 400px;
}
.about-box.left-box .txt{
	float: left;
	padding-top: 72px;
}
.about-box.right-box img{
	float: left;
	margin: auto;
	max-width: 300px;
}
.about-box.right-box .txt{
	float: right;
}

.company{
	padding: 3rem;
}


.bnr-area li{
	text-align: center;
	margin-bottom: 1.5rem;
}
.bnr-area li a{
	display: block;
}

/*message*/
.message .lv2-catch{
	max-width: 628px;
}
.message-box {
	position: relative;
	border: 1px solid #0b2a56;
	border-radius: 20px;
	padding: 3.5rem 8rem;
	margin-bottom: 200px;
}
.message-box:before{
	content: "";
  position: absolute;
  bottom: -30px;
  right: 400px;
  width: 0;
  height: 0;
  border-top: 30px solid #0b2a56;
  border-left: 26px solid transparent;
  border-right: 20px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
.message-box:after{
	content: " ";
	  position: absolute;
	  bottom: -28px;
	  right: 401px;
	  width: 0;
	  height: 0;
	  border-top: 30px solid #f8f7f3;
	  border-left: 28px solid transparent;
	  border-right: 19px solid transparent;
	  transform-origin: left top;
	  transform: skewX(38deg);
}

.message-box p{
	padding: 1.5rem 0;
	position: relative
}
.message-box p::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: " ";
	display: block;
	border-top: 1px dotted #218f3a;
	width: 100%;
	max-width: 100px;
	margin: auto;
}
.message-box p:last-child::after{
	border: none;
}
.president {
	position: absolute;
	bottom: 0;
	right: 15%;
}
.president > img{
	max-width: 200px;
}
.president .name{
	position: absolute;
	right: -140px;
    bottom: 126px;
}
.president .name img{
	width: 127px;
}

/*imterview*/
.interview-all{
	background-color: #fffef7;
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url(../img/interview/interview-bk.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
.interview-all::after {
    content: " ";
    display: block;
    background: url(../img/intervew-track.png) no-repeat;
    position: absolute;
    bottom: 0;
    background-size: contain;
    right: 20%;
    width: 180px;
    height: 105px;
}
.interview-all h2{
	font-size: 84px;
	text-align: center;
	margin: auto;
	margin-bottom: 2rem;
	line-height: 1.2;
	color: #001945;
	position: relative;
}
.interview-all h2::after {
    content: " ";
    display: block;
    position: absolute;
    width: 330px;
    right: calc(50% - 160px);
    margin: auto;
    border-bottom: 8px solid #001945;
}
.interview_sub-tit{
	text-align: center;
    color: #001945;
    padding-bottom: 48px;
    font-weight: bold;
    font-size: 24px;
}
.interview-all-box {
	text-align: center;
	width: 980px;
}
.interview-all-box ul{
	margin: 1rem;
	width: 980px;
}
.interview-all-box li{
	width: 310px;
	float: left;
	padding: 0;
}
.interview-all-box li:nth-child(2),
.interview-all-box li:nth-child(5){
	margin: 0 1.5rem;
}
.interview-all-box a{
	max-width: 407px;
	display: block;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #001945;
    margin: auto;
	position: relative;
	padding-top: 3rem;
}
.interview-all-box a:hover{
	transition: .3s;
	color: #218f3a;
}

.interview-all-box li a span,
.other-interview li a span {
	position: absolute;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5;
	padding: 8px 10px;
	background: #218f3a;
	border-radius: 12px;
	color: #fff;
	top : 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.interview-all-box li span::before,
.other-interview li span::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    margin-left: 20px;
    border: 15px solid transparent;
    border-top: 10px solid #218f3a;
    border-style: solid;
    border-width: 12px 11px 0 0;
}
.interview-all-box a:hover span,
.other-interview a:hover span {
	transition: .3s;
	opacity: 1;
	/*background: #14a2b1;*/
	display: block;
}
.interview-all-box a:hover span::before,
.other-interview a:hover span::before{
	transition: .3s;
	/*border-top: 10px solid #14a2b1;*/
}
.other-interview a.active {
	color: #218f3a;
}
.other-interview a.active span {
	transition: .3s;
	opacity: 1;
	display: block;
}
.interview-all-box li img {
    max-width: 100%;
    display: block;
    margin: auto;
	margin-bottom: 0.5rem;
}


/* interview-個人 */

.interview-fv{
	position: relative;
	background: url(../img/interview-bk.png) ;
	background-position-y: 65%;
	background-repeat: repeat-x;
	text-align: center;
}
.interview-fv::after,
.interview::after{
	content: " ";
	width: 100px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	border-bottom: 1px dotted #218f3a;
}
.interview-fv figure{
	position: relative;
	max-width: 940px;
	margin: auto;
}
.interview-fv figure .cach{
	position: absolute;
	top: calc( 50% - 80px);
	left: -60px;
	background: #001945;
	color: #fff;
	padding: 1.5rem 3rem;
	border-radius: 5px;
	text-align: left;
	font-size: 24px;
}
.interview-fv figure .cach span{
	font-size: 14px;
}

.interview{
	position: relative;
}
.interview-box{
	text-align: center;
}
.interview-box img{
	padding: 4rem;
}
.interview-box_tit{
	font-size: 24px;
	color: #001945;
	margin-bottom: 1.5rem;
}
.interview-box p{
	text-align: left;
	font-size: 14px;
	line-height: 2;
}

.other-interview{ 
	background: url(../img/interview-bk.png);
	background-position-y: 70%;
	background-repeat: repeat-x;
	text-align: center;
}

.other-interview h2 {
    font-size: 84px;
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
    line-height: 1.2;
    color: #001945;
	position: relative;
}
.other-interview h2::after {
    content: " ";
    display: block;
    position: absolute;
    width: 330px;
    right: calc(50% - 160px);
    margin: auto;
    border-bottom: 8px solid #001945;
}
.other-interview .interview_sub-tit{
	text-align: center;
	font-size: 24px;
    color: #001945;
    padding-bottom: 48px;
}

.other-interview li{
	display: inline-block;
	width: 31%;
	text-align: left;
	position: relative;
	padding-top: 3rem;
	font-weight: bold;
}
.other-interview li:nth-child(2),
.other-interview li:nth-child(5){
	margin: 1rem 3%; 
}
.other-interview li img{
	margin-bottom: 0.5rem;
}
.other-interview  a{
	display: block;
}
.other-interview  a:hover{
	transition: .3s;
	color: #218f3a;
}

footer{
	border-top: 80px solid #0b2a56;
}
.f-nav{
	padding: 4rem 0;
}
.f-nav li{
	display: inline-block;
	text-align: center;
}
.f-nav a{
	display: block;
	color: #fff;
	padding: 0 2rem
}

.f-nav .btn-wrap a {
    display: inline-block;
    width: 240px;
    text-align: center;
    color: #fff;
    background: #218f3a;
    border: 1px solid #218f3a;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
	margin: 4rem 1rem 5rem; 
}

.f-nav a:hover{
	transition: .3s;
	color: #218f3a;
	
}
.f-nav .btn-wrap a:hover {
	transition: .3s;
	background: #fff;
}


