@charset "utf-8";
/*
Theme Name: e-sekkotu
Theme URI: http://www.e-sekkotu.com/
Description: 品川接骨院グループのテーマです
*/

h1, h2, h3, h4, h5, h6, strong, dt, li {
	font-family: 'Noto Sans Japanese', sans-serif !important;
}

/*カスタム設定*/

.fadein_cstm {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    transition: all 0.5s;
    display: block;
}

.fadein_cstm.scrollin {
    opacity: 1;
  -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* LINE@　友だちボタン*/
#line_atto a {
    background:#25af00;
    box-shadow:0 5px 0 #219900;
    font-size:95%;
    position:relative;
    display:block;
    padding:10px;
    color:#fff;
    border-radius:6px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    width:280px;
    margin:5% 0% 5% 0%;
}
 
#line_atto a:hover {
    background:#219900;
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow:none;
}

@keyframes SlideUp {
0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.slideup {
    animation-duration: 0.5s;
    animation-name: SlideUp;
    /*animation-iteration-count: infinite;*/
}

.scale {
	overflow: hidden;

}
 
.scale img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
	
}

.scale img:hover {
	webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*ついてくるエントリーボタン*/

#entry_btn {
    position: fixed;
    right: 0;
   	bottom:13%;
    text-align: center;
    z-index: 10000;
}

#entry_btn a {
	display:inline-block;
	background:#376fc7;
	color:#FFF;
	padding:2rem 3rem;
	text-align:center;
	font-size:1.2em;
	line-height:1.4;
}

#entry_btn a small {
	display:block;
	text-align:center;
	font-size:0.5em;
}

@media (max-width: 1024px){
#entry_btn {
	display:none;
}
}

#hnm_box {
	background:url(../images/recruit/mainvisual_bg.png) no-repeat center center;
	background-size:cover;
}

#header_lp {
	padding:3rem 3rem 0 3rem;
}

@media (max-width: 1024px){
#header_lp {
	padding:10px;
}

#header_lp h1 {
	width:50%;
	margin-top:1rem;
}

#header_lp h1 img {
	width:100%;
	height:auto;
	max-width:291px;
}

}

/*ヘッダーナビ*/

#lp_nav {
	position:absolute;
	right:3rem;
	top:3rem;
}

#lp_nav ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}

#lp_nav ul li {
	margin-left:1rem;
}

#lp_nav ul li a {
	color:#FFF;
	font-size:0.9em;
}

@media (max-width: 1024px){
#lp_nav  {
	display:none;
}
}

/*フッターナビ*/

#footer_lp nav {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	padding:3rem 0;
}

#footer_lp nav > ul {
	font-size:0.9em;
	padding:0 3rem;
}

#footer_lp nav > ul li span,
#footer_lp nav > ul li a {
	color:#333;
	font-weight:bold;
}

#footer_lp nav > ul li ul li {
	margin-left:1.5rem;
}

#footer_lp nav > ul li ul li a {
	font-weight:normal;
	font-size:0.9em;
}

#footer_lp nav > ul li ul li:before {
    content: "-";
    margin-right:0.5rem;
}

#footer_lp h2 {
	text-align:center;
	padding:3rem 0;
	border-top:1px solid #dddddd;
}

#footer_lp p#copy {
	text-align:center;
	padding:1rem 0;
	background:#7baf20;
	color:#FFF;
}

@media (max-width: 1024px){

#footer_lp {
	padding-bottom:2.97rem;
}

#footer_lp h2 {
	padding:1.5rem 0;
	text-align:center;
}

#footer_lp h2 img {
	width:50%;
	max-width:291px;
	height:auto;
}

#footer_lp nav {
	padding:3rem 0 1.5rem 0;
}

#footer_lp nav > ul {
	padding:0 1rem;
	margin-bottom:1rem;
}

#footer_lp nav > ul li ul li {
	margin-left:0.5rem;
}

}

/*求人トップメインビジュアル*/

#lp_mainvisual {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top:3.5%;
	padding-bottom:12%;
}

#lp_mainvisual:after {
	content:none;
}

#lp_mainvisual h2 {
	padding-left:6.3%;
	width:37.6%;
}

#lp_mainvisual h2 img {
	width:100%;
	height:auto;
}

#lp_mainvisual figure {
	width:56.77%;
	border:10px solid #dbdbdb;
	border-right:none;
	border-radius:250px 0 0 250px;
}

#lp_mainvisual figure img {
	border-radius:250px 0 0 250px;
	width:100%;
	height:auto;
}

@media (max-width: 1024px){

#lp_mainvisual {
	margin-top:10%;
}

#lp_mainvisual h2 {
	width:70%;
	padding-left:0;
	margin:0 auto 2rem auto;
}
	
#lp_mainvisual figure {
	width:97%;
	margin-left:3%;
}

}


/*もっと読むボタン*/
.read_more a:link, .read_more a:visited {
	display:inline-block;
	text-align:center;
	padding:0.75rem 3rem;
	background:#7baf20;
	color:#FFF;
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
}


/*求人トップ*/
#recruit01 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#recruit01:after {
	content:none;
}

#recruit01 > p {
	width:30.46%;
}

#recruit01 > p img {
	width:100%;
	height:auto;
}

#recruit01 div.box01 {
	width:39.08%;
	background:#FFF;
	text-align:center;
	margin-top:-3rem;
	margin-bottom:-3rem;
	position:relative;
	border-radius:5px;
}

#recruit01 div.box01 .box02 img {
	width:80%;
	height:auto;
	max-width:562px;
}

#recruit01 div.box01 .box02 {
	/*中央*/
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	display:inline-block;
}

#recruit01 div.box01 .box02 h2 {
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3rem;
	font-weight:bold;
}

#recruit01 div.box01 .box02 strong {
	display:block;
	margin-bottom:3rem;
}

#recruit01 div.box01 .box02 p {
	width:90%;
	margin:0 auto 3rem auto;
	font-size:0.9em;
}


#recruit01 div.box01 .box02 .read_more {
	text-align:center;
}


@media (max-width: 1024px){
.read_more a:link, .read_more a:visited {
	font-size:0.9em;
	padding:0.5rem 1.5rem;
}

#recruit01 div.box01 {
	width:100%;
	margin-top:0;
	margin-bottom:0;
	padding:3rem 0;
}

#recruit01 div.box01 .box02 {
	/*中央*/
	width:100%;
	position:relative;
	top:inherit;
	left: inherit;
	transform: translateY(0) translateX(0);
	-webkit- transform: translateY(0) translateX(0);
	margin: auto;
	display:inline-block;
}

#recruit01 div.box01 .box02 h2 {
	font-size:2em;
	margin-bottom:1.5rem;
}

#recruit01 div.box01 .box02 strong {
	margin-bottom:1.5rem;
}

#recruit01 div.box01 .box02 p {
	margin-bottom:1.5rem;
	
}

#recruit01 div.box01 .box02 p br {
	display:none;
}

#recruit01 > p {
	display:none;
}

}


#recruit02 {
	background:url(../images/recruit/recruit02_bg.png) no-repeat right bottom #fafafa;
	background-size:72%;
	padding:9rem 0;
}

#recruit02 .box01 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#recruit02 .box01:after {
	content:none;
}

#recruit02 div.box01 figure {
	width:44.84%
}

#recruit02 div.box01 figure img {
	width:100%;
	height:auto;
}

#recruit02 div.box01 .box02  {
	width:50.16%;
}

#recruit02 div.box01 .box02 h2 {
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:2rem;
	font-weight:bold;
	color:#7baf20;
	line-height:1.2;
}

#recruit02 div.box01 .box02 h2 small {
	display:block;
	color:#333;
	font-size:0.4em;
}

#recruit02 div.box01 .box02 p {
	line-height:2;
	margin-bottom:2rem;
}

@media (max-width: 1024px){
#recruit02 {
	padding:4rem 0 3rem 0;
}

#recruit02 div.box01 .box02 {
	width:100%;
}


#recruit02 div.box01 .box02 h2 {
	font-size:2em;
	margin-bottom:1.5rem;
	text-align:center;
}

#recruit02 div.box01 .box02 p {
	margin-bottom:1rem;
	line-height:2;
}

#recruit02 div.box01 .box02 p br {
	display:none;
}

#recruit02 div.box01 .box02 .read_more {
	text-align:right;
}

#recruit02 div.box01 figure {
	width:70%;
	margin:0 auto 1.5rem auto;
}

}

#recruit03 {
	background: linear-gradient(transparent 58%, #7baf20 58%);
}

#recruit03 .bg_wrapper {
	background:url(../images/recruit/recruit03_bg.png) no-repeat left bottom;
	background-size:80%;
	padding:9rem 0;
}

.lp_page #recruit03 .bg_wrapper {
	padding-top:0;
}

#recruit03 h2 {
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3rem;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}

#recruit03 h2 small {
	display:block;
	color:#333;
	font-size:0.4em;
	color:#7baf20;
}

#recruit03 .box01 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#recruit03 .box01 ul:after {
	content:none;
}

#recruit03 .box01 ul li {
	width:20.3%;
	position:relative;
}

#recruit03 .box01 ul li a:hover img,
#recruit03 .box01 ul li a:hover {
	text-decoration: none;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
	-ms-transition: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


#recruit03 .box01 ul li strong {
	position:absolute;
	color:#FFF;
	padding:1rem;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(71,112,0,0.8);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
	width:			100%;
	height:			100%;
	box-sizing:border-box;
}

#recruit03 .box01 ul li:hover strong {
	opacity:		1;	/* マスクを表示する */
}

#recruit03 .box01 ul li .box01_text {
	position:absolute;
	bottom:-1rem;
	left:-1rem;
	display:inline-block;
	padding:0.75rem;
	background:rgba(255,255,255,0.95);
	color:#333;
	width:85%;
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

#recruit03 .box01 ul li:hover .box01_text {
	background:#d7e7ba;
	
}

#recruit03 .box01 ul li .box01_text h3 {
	font-size:1.2em;
	margin-bottom:1rem;
}

#recruit03 .box01 ul li .box01_text h3 small {
	display:block;
	font-size:0.6em;
}

#recruit03 .box01 ul li .box01_text p {
	font-size:0.9em;
}

@media (max-width: 1024px){

#recruit03 .bg_wrapper {
	padding:4.5rem 0 3rem 0;
}

#recruit03 h2 {
	font-size:2em;
	margin-bottom:1.5rem;
	text-align:center;
}

#recruit03 .box01 ul {
	padding-left:1rem;
}

#recruit03 .box01 ul li {
	width:45%;
	margin-bottom:3rem;
}

#recruit03 .box01 ul li .box01_text {
	width:100%;
}

#recruit03 .box01 ul li .box01_text h3 {
	font-size:1em;
	margin-bottom:0.5rem;
}

#recruit03 .box01 ul li .box01_text p {
	font-size:0.8em;
	letter-spacing:0;
}

}

#recruit04 {
	padding:9rem 0;
	background:url(../images/recruit/recruit04_bg.png) no-repeat right bottom #fafafa;
	background-size:78%;
}

#recruit04 h2 {
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3rem;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	color:#7baf20;
}

#recruit04 h2 small {
	display:block;
	color:#333;
	font-size:0.4em;
}

#recruit04 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#recruit04 ul:after {
	content:none;
}

#recruit04 ul li {
	width:33.3%;
	background:rgba(255,255,255,0.8);
	padding-bottom:1.5rem;
}

#recruit04 ul li img {
	width:100%;
	height:auto;
	margin-bottom:1rem;
}

#recruit04 ul li h3 {
	color:#7baf20;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#recruit04 ul li h3 small {
	color:#333;
	font-size:0.8em;
	display:block;
}

@media (max-width: 1024px){
#recruit04 {
	padding:4.5rem 0;
}

#recruit04 h2 {
	font-size: 2em;
	margin-bottom: 1.5rem;
	text-align: center;
}

#recruit04 ul li img {
	margin-bottom:0.5rem;
}

#recruit04 ul li h3 {
	font-size:1.1em;
}

}

#recruit05 {
	padding:9rem 0;
	background:url(../images/recruit/recruit05_bg.png) no-repeat left bottom;
	background-size:60%;
}

#recruit05 h2 {
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3rem;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	color:#7baf20;
}

#recruit05 h2 small {
	display:block;
	color:#333;
	font-size:0.4em;
	color:#333;
}

#recruit05 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#recruit05 ul li {
	width:50%;
}

#recruit05 ul li img {
	width:100%;
	height:auto;
}

@media (max-width: 1024px){
#recruit05 {
	padding:4.5rem 0;
}

#recruit05 h2 {
	font-size: 2em;
	margin-bottom: 1.5rem;
	text-align: center;
}

#recruit05 ul li {
	width:100%;
}

}

#recruit06 {
	background:#7baf20;
	padding:9rem 0 0 0;
}

#recruit06 .bg_wrapper {
    background: linear-gradient(transparent 80%, #ebffc9 80%);
}

#recruit06 .bg_wrapper02 {
    background: url(../images/recruit/recruit06_bg.png) no-repeat right bottom;
    background-size: 60%;
	padding-bottom:9rem;
}

#recruit06 h2 {
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3rem;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	color:#FFF;
}

#recruit06 h2 small {
	display:block;
	color:#333;
	font-size:0.4em;
	color:#FFF;
}

#recruit06 table td {
	border:none;
	background:#FFF;
	padding:10px;
	font-size:0.9em;
}

#recruit06 table td input[type="text"],
#recruit06 table td input[type="email"],
#recruit06 table td input[type="tel"] {
	background:#ebebeb;
	padding:0.25rem;
}

#recruit06 table td:nth-child(1) {
	width:30%;
}

#recruit06 form {
	padding:0 15% 5% 15%;
	background:#FFF;
}

#recruit06 p {
	background:#FFF;
	padding:7% 0;
	text-align:center;
}

#recruit06 p.submit_btn {
	padding:3.5% 0;
	text-align:center;
}

#recruit06 p.submit_btn input {
	display:inline-block;
	text-align:center;
	padding:0.75rem 3rem;
	background:#7baf20;
	color:#FFF;
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
}

#recruit06 table td span.required {
	color:#FF0000;
	font-size:0.7em;
	border:1px solid #FF0000;
	display:inline-block;
	padding:0 0.25rem;
	margin-left:1rem;
}

span.wpcf7-list-item {
	margin:0 1em 0 0 !important;
}

div.wpcf7 .ajax-loader {
	display:block !important;
	text-align:center !important;
	margin:1rem auto 0 auto !important;
}


@media (max-width: 1024px){
#recruit06 {
	padding:4.5rem 0 0 0;
}

#recruit06 h2 {
	font-size: 2em;
	margin-bottom: 1.5rem;
	text-align: center;
}

#recruit06 p {
	padding:1.5rem 1rem;
	text-align:left;
}

#recruit06 .bg_wrapper02 {
	padding-bottom:4.5rem;
}

#recruit06 form {
	padding:10px;
}

#recruit06 table td,
#recruit06 table td:nth-child(1) {
	display:block;
	width:100%;
	box-sizing:border-box;
}

#recruit06 table td:nth-child(1) {
	padding-bottom:0.5rem;
	border-bottom:1px solid #DDD;
}

#recruit06 table td input[type="text"],
#recruit06 table td input[type="email"],
#recruit06 table td input[type="tel"] {
	width:100%;
}
}



/*スマホサイト下部お問い合わせボタン*/

@media screen and (min-width:1024px){
#sp_contact_lp {
	display:none;
}
}

@media (max-width: 1024px){
#sp_contact_lp {
    position: fixed !important;
    bottom: 0;
    right: 0;
	width: 100%;
	z-index:9999;
	border-top: 1px solid #FFF;
}

#sp_contact_lp ul {
	position:relative;

}

#sp_contact_lp li a {
    background: #7baf20;
    text-decoration: none;
    color: #fff;
    width: 50%;
    padding: 10px 0;
    text-align: center;
	letter-spacing: 0rem;
    display: block;
	float: left;
}
#sp_contact_lp li:last-of-type a {
	border-left: 1px solid #FFF;
}
#sp_contact_lp a:hover {
    text-decoration: none;
    background:#F16672;
}

#sp_contact_lp li a i {
	margin-right:0.5rem;
}

}

/*ページタイトル*/

#lp_pagetitle {
	text-align:center;
	padding:4.5rem;
	font-size:3em;
	margin-top:3rem;
	color:#FFF;
	margin-bottom:6rem;
}

#lp_pagetitle h1 {
	font-weight:bold;
    text-shadow: 3px 2px 2px #333333;
}

#lp_pagetitle h1#int {
	text-align:left;
    text-shadow: none;
	color:#555;
}


/*ページ用css*/
.lp_page h2 {
    position: relative;
    background-color: #fff;
    border-top: none;
    border-bottom: 2px solid #525252;
    max-width: 50%;
    margin: 0 auto 4.5rem auto;
    font-size: 2.4em;
	text-align:center;
	padding-bottom:0.5rem;
	font-weight:bold;
}

.lp_page p {
	margin-bottom:1.5rem;
	line-height:2;
}

.lp_page h2:before {
	border: solid 12px transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 12px;
	border-top: solid 12px #525252;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lp_page h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	border: solid 14px transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 14px;
    border-top: solid 14px #fff;
    margin-top: -5px;
} 


.lp_page h3 {
    margin: 0 auto 3rem auto;
    font-size: 2em;
	text-align:center;
	font-weight:bold;
}

.lp_page .wp-block-media-text {
	background:none;
}

.lp_page .wp-block-spacer {
	height:6rem !important;
}


@media (max-width: 1024px){

#lp_pagetitle {
	padding:2.5rem 10px;
	font-size:2em;
	margin-bottom:4.5rem;
	margin-top:1rem;
}

#lp_pagetitle h1 {
}

.lp_page h2 {
    max-width: 100%;
    font-size: 1.4em;
	margin-bottom:2.5rem;
}

.lp_page h3 {
    font-size: 1.2em;
	margin-bottom:1.5rem;
}

.lp_page .wp-block-spacer {
	height:4.5rem !important;
}

.base01.lp_page {
	padding:0 10px;
}

}

/*理念*/

ul.shakun {
}

ul.shakun li {
	font-size:1.6em;
}

/*お問い合わせページ*/
#lp-contact01 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center;
	justify-content: center;
}

#lp-contact01 ul li {
	margin:0 1.5rem;
}

#lp-contact01 ul li:nth-child(1) {
	font-size:2.4em;
	color:#219900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#lp-contact01 ul li:nth-child(1) i {
	margin-right:0.5rem;
}


/*研修制度・福利厚生*/

#lp-benefits01 {
	width:100%;
	max-width:1280px;
	margin:0 auto 6rem auto;
}

#lp-benefits01 dl {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#lp-benefits01 dl dt {
	width:40%;
	text-align:center;
	font-weight:bold;
	font-size:2.4em;
	color:#7baf20;
}

#lp-benefits01 dl dd {
	width:60%;
	border:1px solid #e3e3e3;
	background:#f5f5f5;
	padding:1.5rem;
}

#lp-benefits01 dl dd span {
	display:block;
}

#lp-benefits02 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width:1280px;
	margin:0 auto;
}

#lp-benefits02:after {
	content:none;
}

#lp-benefits02 dl {
	width:30%;
	position:relative;
}

#lp-benefits02 dl dt {
	margin-bottom:1rem;
}

#lp-benefits02 dl dt img {
	width:100%;
	height:auto;
}

#lp-benefits02 dl dd small {
	display:inline-block;
	padding:0.5rem;
	line-height:1;
	font-size:2em;
	color:#FFF;
	background:#7baf20;
	position:absolute;
	left:0;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#lp-benefits02 dl dd strong {
    font-size: 1.6em;
    font-weight: 900;
	display:block;
	margin-bottom:1rem;
	color:#7baf20;
}


#lp-benefits03 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width:90%;
	margin:0 auto;
}

#lp-benefits03:after {
	content:none;
}

#lp-benefits03 dl {
	width:48%;
	margin-bottom:3rem;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-radius:0.5rem;
}

#lp-benefits03 dl dt {
	width:50%;
}

#lp-benefits03 dl dt img {
	width:100%;
	height:auto;
}

#lp-benefits03 dl dd {
	width:50%;
	padding:1.5rem;
}

#lp-benefits03 dl dd strong {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:1rem;
	color:#7baf20;
}

#lp-benefits04 {
	width:100%;
	max-width:90%;
	margin:0 auto;
}

#lp-benefits04 p {
	padding:1.5rem;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	text-align:center;
}

#lp-benefits05 {
	width:100%;
	max-width:1280px;
	margin:3rem auto;
}

#lp-benefits05 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#lp-benefits05 ul:after {
	content:none;
}

#lp-benefits05 ul li {
	font-size:1.4em;
	font-weight:bold;
	background:#7baf20;
	color:#FFF;
	line-height:1;
	padding:1rem;
	width:16.66666666%;
	text-align:center;
	position:relative;
}

#lp-benefits05 ul li:nth-child(2n) {
	background:#5f9600;
}

#lp-benefits05 ul li:after {
    content: "\f101";
    font-family: FontAwesome;
    margin-right:0.5rem;
	position:absolute;
	top:18%;
	right:-9%;
	z-index:100;
	font-size:1.4em;
}

#lp-benefits05 ul li:last-child:after {
	content:none;
}

@media (max-width: 1024px){
#lp-benefits01 {
	margin-bottom:3rem;
}

#lp-benefits01 dl dt {
	width:100%;
	margin-bottom:1rem;
	font-size:1.8em;
}

#lp-benefits01 dl dd {
	width:100%;
}

#lp-benefits02 dl {
	width:100%;
	margin-bottom:1.5rem;
}

#lp-benefits02 dl:last-child {
	margin-bottom:0;
}

#lp-benefits02 dl dt {
	width:80%;
	margin:0 auto 1rem auto;
}

#lp-benefits02 dl dd strong {
	margin-bottom:0.5rem;
	text-align:center;
}

#lp-benefits02 dl dd small {
	left:10%;
}

#lp-benefits03 dl {
	width:100%;
}

#lp-benefits03 dl dt {
	width:100%;
	padding:0;
	margin-bottom:1rem;
}

#lp-benefits03 dl dt img {
	border-radius:0;
}

#lp-benefits03 dl dd {
	width:100%;
	padding:0;
}

#lp-benefits03 dl dd strong {
	margin-bottom:0.5rem;
	text-align:center;
}

#lp-benefits04 p {
	margin-bottom:0;
	padding:1rem;
	font-size:0.9em;
}

#lp-benefits04 p br {
	display:none;
}

#lp-benefits05 ul li {
	width:100%;
	padding:1.5rem 1rem;
}

#lp-benefits05 ul li::after {
    content: "\f103";
    font-family: FontAwesome;
    margin-right:0;
    position: absolute;
    top: 78%;
	left:-10%;
    z-index: 100;
    font-size: 1.4em;
	display:block;
}

}



#lp-information01 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#lp-information01:after {
	content:none;
}

#lp-information01 h3 {
	width:20%;
	line-height:1;
	color:#7baf20;
	background:#FAFAFA;
	padding:1.5rem 1rem;
	margin-bottom:0;
}

#lp-information01 ul {
	width:70%;
	padding:1.5rem 0;
}

#lp-information01 ul li {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:1rem;
}

#lp-information01 ul li div.job_title {
	width:30%;
}

#lp-information01 ul li div.job_text {
	width:70%;
	font-size:0.9em;
}

@media (max-width: 1024px){
#lp-information01 h3 {
	width:100%;
}

#lp-information01 ul {
	width:100%;
	padding-bottom:0;
}

#lp-information01 ul li div.job_title {
	width:100%;
	border-bottom:1px solid #DDD;
	padding-bottom:0.5rem;
}

#lp-information01 ul li div.job_text {
	width:100%;
	padding-bottom:0.5rem;
}

}


/*会社案内*/

#lp_company01 {
	position:relative;
	min-height:437px;
}

#lp_company01 h3 {
	text-align:left;
	font-size:3em;
	padding-top:3rem;
	line-height:1;
	position:relative;
	z-index:100;
}

#lp_company01 h3 small {
	font-size:0.6em;
	font-weight:bold;
	font-family: 'Noto Sans Japanese', sans-serif !important;
}

#lp_company01 .box01 {
	padding:2rem;
	background:rgba(123,175,32,0.8);
	color:#FFF;
	width:60%;
	position:relative;
	z-index:100;
}

#lp_company01 .box01 p {
	margin-bottom:0;
}

#lp_company01 figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
	z-index:10;
}

#lp_company02,
#lp_company03 {
	padding:4.5rem 0 0 0;
}

#lp_company02,
#lp_company03 {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#lp_company03 {
	flex-direction:row-reverse; /*逆順*/
}

#lp_company02:after,
#lp_company03:after {
	content:none;
}

#lp_company02 strong,
#lp_company03 strong {
	font-size:2em;
	font-weight:bold;
	display:block;
	width:100%;
	margin-bottom:3rem;
}

#lp_company02 figure,
#lp_company03 figure {
	width:36%;
}

#lp_company02 .box01,
#lp_company03 .box01 {
	width:60%;
}

@media (max-width: 1024px){
#lp_company01 {
    min-height: auto;
}

#lp_company01 h3 {
	font-size:1.6em;
	padding-top:1.5rem;
	margin-bottom:1.5rem;
}

#lp_company01 .box01 {
	padding:1rem;
	width:100%;
}

#lp_company02, #lp_company03 {
	padding-top:2rem;
}

#lp_company02 strong,
#lp_company03 strong {
	font-size:1.2em;
	margin-bottom:1.5rem;
}

#lp_company02 figure, #lp_company03 figure {
	width:80%;
	margin:0 auto 1rem auto;
}

#lp_company02 .box01, #lp_company03 .box01 {
	width:100%;
}

}

#lp-faq01 dl {
	padding:1.5rem 1.5rem 1rem 1.5rem;
	background:#FAFAFA;
}

#lp-faq01 dl:nth-child(2n) {
	background:none;
}

#lp-faq01 dl dt {
	font-size:1.2em;
	margin-bottom:1rem;
	padding-bottom:0.5rem;
	border-bottom:1px solid #7baf20;
}

#lp-faq01 dl dt:before {
    content: "Q.";
    margin-right:0.5rem;
	font-size:1.8em;
	font-weight:bold;
	color:#7baf20;
	font-family:Arial, Helvetica, sans-serif;
}

#lp-faq01 dl dd:before {
    content: "A.";
    margin-right:0.5rem;
    margin-left:0.2rem;
	font-size:2em;
	font-weight:bold;
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
}

#lp-faq01 dl dd p {
	margin-bottom:0.5rem;
	position:relative;
	left:3rem;
	top:-2.5rem;
}

/*理念*/

#lp-vision02 {
	 background:#fafafa;
	 padding:4.5rem 0;
}

#lp-vision02 h2 {
	background:#FAFAFA;
}

#lp-vision01 p,
#lp-vision03 p {
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	font-family:'Noto Sans Japanese', sans-serif !important;
}

#lp-vision02 ul li {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:1rem;
}


@media (max-width: 1024px){
#lp-vision02 {
	 padding:2rem 0;
}

#lp-vision01 p,
#lp-vision03 p {
	font-size:1.2em;
}

#lp-vision02 ul {
	padding:10px;
}

#lp-vision02 ul li {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0.5rem;
}
}



/*インタビュー*/


@media (min-width: 1024px){
.staff_interview_intro_wrapper {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	margin-top:-6rem;
}

.staff_interview_intro {
	position:relative;
}

.staff_interview_intro:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3000px;
    height: 240px;
    background: #7baf20;
}

.staff_interview_intro .staff_name_en {
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 0;
    margin-bottom: -185px;
    font-size: 150px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    width: 100%;
    white-space: nowrap;
    opacity: .35;
	z-index:10;
	text-align:right;
}

.staff_interview_intro .box01 {
	position:relative;
	z-index:100;
	top:3.5rem;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.staff_interview_intro .box01:after {
	content:none;
}

.staff_interview_intro .box02 {
	border-bottom:3px solid #FFF;
	padding-bottom:0.5rem;
	position:relative;
	color:#FFF;
	display:inline-block;
}

.staff_interview_intro .box02 .staff_join {
}

.staff_interview_intro .box02 .staff_divsion {
}

.staff_interview_intro .box02 .staff_name {
	font-size:1.8em;
}

.staff_interview_intro .box02 .staff_name small {
	font-size:0.6em
}

.staff_interview_intro figure {
	width:42%;
	position:absolute;
	right:0;
	top:-260%;
}

.staff_interview_intro figure img {
	width:100%;
	height:auto;
}

}

.staff_interview_detail01 {
	margin-top:200px !important;
}

.sid {
	width:100%;
	max-width:1280px;
	margin:0 auto 6rem auto;
	position:relative;
}

.sid dl {
	position:relative;
	width:55%;
	padding-right:3rem;
	padding-bottom:3rem;
	border-bottom:1px solid #7baf20;
	border-right:1px solid #7baf20;
}

.sid dl dt {
	font-weight:bold;
	font-size:1.35em;
	margin-bottom:0.5rem;
}

.sid dl dd p:last-child {
	margin-bottom:0;
}

.sid dl dd strong {
	font-weight:bold;
	font-size::1.3em;
	margin-bottom:1rem;
	background: linear-gradient(transparent 50%, yellow 50%);
}

.staff_interview_detail01 {
}

.staff_interview_detail01:before {
	content:"01";
	font-size:5em;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	left:45%;
	top:0;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	color:#ebffc9;
}

.staff_interview_detail01 figure {
	position:absolute;
	left:60%;
	top:0;
	width:40%;
	z-index:10;
}

.staff_interview_detail01 figure img {
	width:100%;
	height:auto;
}

.staff_interview_detail02 {
	margin-left:20%;
}

.staff_interview_detail02.sid dl {
	width:80%;
}

.staff_interview_detail02:before {
	content:"02";
	font-size:5em;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	left:69%;
	top:0;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	color:#ebffc9;
}

.staff_interview_detail03 {
	margin-left:45%;
	position:relative;
}

.staff_interview_detail03:before {
	content:"03";
	font-size:5em;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	left:45%;
	top:0;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	color:#ebffc9;
}

.staff_interview_detail03 figure {
	position:absolute;
	left:-45%;
	top:0;
	width:40%;
	z-index:10;
}

.staff_interview_detail03 figure img {
	width:100%;
	height:auto;
}

.staff_interview_detail04 {
	margin-left:20%;
}

.staff_interview_detail04.sid dl {
	width:80%;
}


.staff_interview_detail04:before {
	content:"04";
	font-size:5em;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	left:69%;
	top:0;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	color:#ebffc9;
}

.staff_interview_detail05 {
}

.staff_interview_detail05.sid {
	margin-bottom:0;
}

.staff_interview_detail05:before {
	content:"05";
	font-size:5em;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	left:45%;
	top:0;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	color:#ebffc9;
}


.staff_interview_detail05 figure {
	position:absolute;
	left:60%;
	top:0;
	width:40%;
	z-index:10;
}

.staff_interview_detail05 figure img {
	width:100%;
	height:auto;
}

@media (max-width: 1024px){
.staff_interview_intro_wrapper {
	position:relative;
	margin-top:-4.5rem;
}
.staff_interview_intro:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3000px;
    height: 240px;
    background: #7baf20;
}

.staff_interview_intro .box02 {
	border-bottom:3px solid #FFF;
	padding-bottom:0.5rem;
	position:relative;
	color:#FFF;
	display:inline-block;
	padding:4.5rem 0 0.5rem 0;
	margin-bottom:1.5rem;
}

.staff_interview_intro .staff_name_en {
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    width: 100%;
    white-space: nowrap;
    opacity: .35;
    z-index: 10;
    text-align: right;
	padding-top:1rem;
}

.staff_interview_intro figure {
}

.staff_interview_intro figure img {
	width:100%;
	height:auto;
}

.sid {
	padding-right:1rem;
	border-bottom:1px solid #7baf20;
	border-right:1px solid #7baf20;
}

.sid.staff_interview_detail02,
.sid.staff_interview_detail04 {
	margin-bottom:3rem;
}

.sid dl {
	padding-right:0;
	padding-bottom:1rem;
	width:100%;
	border:none;
}

.sid dl dt,
.sid dl dt strong {
	position:relative;
}

.staff_interview_detail01:before,
.staff_interview_detail02:before,
.staff_interview_detail03:before,
.staff_interview_detail04:before,
.staff_interview_detail05:before {
	left:inherit;
	right:2%;
}

.staff_interview_detail01 {
	margin-top:3rem !important;
}

.staff_interview_detail01 figure,
.staff_interview_detail03 figure,
.staff_interview_detail05 figure {
	position:relative;
	left:7%;
	top:inherit;
	bottom:0;
	width:90%;
	margin-bottom:-3rem;
}

.staff_interview_detail02,
.staff_interview_detail03,
.staff_interview_detail04,
.staff_interview_detail05 {
	margin-left:0;
}

.staff_interview_detail02.sid dl,
.staff_interview_detail03.sid dl,
.staff_interview_detail04.sid dl,
.staff_interview_detail05.sid dl {
	width:100%;
}


}