@charset "UTF-8";
/*****************************************
	style.css
  lp専用CSS
******************************************/
/*******************************
 reset
*******************************/
/***** #main .content *****/
@media screen and (min-width: 768px) {
  .global-nav-list {
    padding-bottom: 270px;
  }
}

@media (max-width: 767px) {
  .global-nav-list {
    padding-bottom: 160px;
  }
}

@media (max-width: 767px) {
  #header .header-text {
    border-top: 3px solid #058152;
    background: #ffffff;
    color: #333;
  }
}

body {
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.714;
  }
}

a[href^="tel:"].disabled {
  color: inherit !important;
  text-decoration: none !important;
  cursor: initial;
}

@media (max-width: 374px) {
  .global-nav-list-item a, .global-nav-inner-list-item a, .global-nav-list-item p {
    font-size: 15px;
  }
}

/*******************************
 lp modules
*******************************/
/***** section *****/
* {
  box-sizing: border-box;
}

img,
img {
  max-width: 100%;
}

/***** title *****/
.heading-lp-1 {
  margin-bottom: 17px;
  padding: 14px 30px;
  line-height: 1;
  background-color: #d7f0ed;
  color: #6c5125;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .heading-lp-1 {
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 17px;
  }
}

.heading-lp-2 {
  margin-bottom: 12px;
  line-height: 1;
  font-size: 18px;
  color: #6c5125;
  font-weight: bold;
}

@media (max-width: 767px) {
  .heading-lp-2 {
    margin-bottom: 5px;
    font-size: 15px;
  }
}

/***** table *****/
.lp-table {
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
  border-collapse: collapse;
  border: none;
  color: #333;
}

.lp-table tbody th {
  background-color: #d8f1ed;
}

.lp-table th, .lp-table td {
  padding: 20px;
  border: 2px solid #333;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .lp-table th, .lp-table td {
    padding: 10px 5px;
    font-size: 12px;
  }
}

@media (max-width: 374px) {
  .lp-table th, .lp-table td {
    padding: 7px 3px;
    font-size: 10px;
  }
}

.lp-table .visibility-none {
  visibility: hidden;
}

.lp-table .bg-yellow {
  background-color: #ffe699;
}

.lp-table .bg-green {
  background-color: #c7e0b5;
}

.lp-table .bg-blue {
  background-color: #d8f1ed;
}

.lp-table + .note {
  max-width: 780px;
  margin: 30px auto 0;
  text-indent: -10em;
  padding-left: 10em;

}

@media (max-width: 767px) {
  .lp-table + .note {
    font-size: 12px;
  }
}

/***** link *****/
.lp-link {
  color: #058152;
}

/*******************************
 KV
*******************************/
.kv {
  padding: 16px 0 0;
}

@media (max-width: 767px) {
  .kv {
    padding: 0;
  }
  .kv .sec-h2-inner {
    padding: 0;
  }
}

/*******************************
 recruit
*******************************/
.recruit {
  color: #6c5125;
}

.recruit.sec-cmn {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .recruit.sec-cmn {
    padding-top: 25px;
  }
}

.recruit .section-recruit {
  margin-bottom: 30px;
}

.recruit .section-recruit:last-child {
  margin-bottom: 0;
}

.recruit .section-recruit .inner {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .recruit .section-recruit .inner {
    padding: 0 15px;
  }
}

.recruit .section-recruit .row {
  display: flex;
}

@media (max-width: 767px) {
  .recruit .section-recruit .row {
    flex-wrap: wrap;
  }
}

.recruit .section-recruit .row .col {
  width: calc((100% - 50px)/2);
}

@media (max-width: 767px) {
  .recruit .section-recruit .row .col {
    width: 100%;
    margin-bottom: 2em;
  }
}

.recruit .section-recruit .row .col:nth-child(2n) {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .recruit .section-recruit .row .col:nth-child(2n) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .recruit .section-recruit .row .col .lp-text {
    margin-bottom: 3em;
    font-size: 15px;
  }
  .recruit .section-recruit .row .col .lp-text.mb0-pc {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .recruit .section-recruit .row .col .lp-text {
    margin-bottom: 2em;
  }
  .recruit .section-recruit .row .col .lp-text.mb0-sp {
    margin-bottom: 0;
  }
}


/* add 2023 July */
.ul_ad {
	font-size: 16px;
}
.ul_ad li:nth-child(3) {
	text-indent: 4em;
}
.ul_ad li:nth-child(4) {
  /* .ul_ad li:nth-child(5) { */
  margin-top: 1em;
}
.ul_date {
	font-size: 15px;
	margin-bottom: 2em;
}
.ul_date li {
	margin-bottom: 15px;
	line-height: 1.5em;
}

.ul_tel {
	font-size: 15px;
}
.ul_tel li:nth-child(2) {
	text-indent: 3em;
}

@media (max-width: 767px) {
	.ul_ad, .ul_date, .ul_tel	{
		font-size: 14px;
	}
}

/*******************************
 workstyle
*******************************/
.workstyle .box-work {
  margin: 0 auto;
  max-width: 960px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

@media (max-width: 767px) {
  .workstyle .box-work {
    flex-wrap: wrap;
  }
}

.workstyle .box-work-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.16666667%;
  font-weight: bold;
  font-size: 24px;
  color: #6c5125;
}

@media (max-width: 767px) {
  .workstyle .box-work-head {
    font-size: 15px;
    width: 100%;
    height: 30px;
  }
}

.workstyle .box-work-body {
  width: calc(100% - 29.16666667%);
  padding: 20px;
}

@media (max-width: 767px) {
  .workstyle .box-work-body {
    padding: 15px;
    width: 100%;
  }
}

.workstyle .box-work-body .heading-lp-2 {
  line-height: 1.3;
}

.workstyle .box-work.-time {
  margin-bottom: 20px;
}

.workstyle .box-work.-time .box-work-head {
  background-color: #fadf89;
}

.workstyle .box-work.-time .box-work-body {
  background-color: #eee4c5;
}

.workstyle .box-work.-part {
  margin-bottom: 25px;
}

.workstyle .box-work.-part .box-work-head {
  background-color: #c7e0b5;
}

.workstyle .box-work.-part .box-work-body {
  background-color: #dbedcd;
}

.workstyle .box-tekiyou {
  margin: 0 auto;
  max-width: 980px;
}

.workstyle .box-tekiyou .box-tekiyou-head .title01 {
  margin: 0 auto -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  height: 50px;
  border-radius: 25px;
  background: #058152;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-head .title01 {
    margin: 0 auto -17px;
    height: 34px;
    border-radius: 17px;
    font-size: 18px;
    max-width: 200px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body {
  border: 2px solid #058152;
  border-radius: 8px;
  padding: 60px 30px 30px;
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-body {
    border: 1px solid #058152;
    border-radius: 4px;
    padding: 30px 7px 15px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .title02 {
  margin: 0 auto -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  max-width: 450px;
  height: 50px;
  color: #058152;
  background-color: #d4eec5;
  font-size: 24px;
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-body .title02 {
    margin: 0 auto -17px;
    height: 34px;
    border-radius: 15px;
    font-size: 15px;
    max-width: 200px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .row {
  display: flex;
  justify-content: center;
  padding: 20px 12px 18px;
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row {
    flex-wrap: wrap;
    padding: 10px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .row .col {
  padding: 0 12px;
  width: 25%;
}

@media (max-width: 960px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row .col {
    padding: 0 8px;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row .col {
    padding: 0 5px;
    width: 50%;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-part {
  padding-top: 50px;
  background-color: #d4eec5;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row.-part {
    padding-top: 25px;
    border-radius: 12px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-part .col figure {
  height: 111px;
}

@media (max-width: 960px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row.-part .col figure {
    height: 77px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(1) img {
  width: 114px;
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(2) img {
  width: 116px;
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(3) img {
  width: 111px;
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(4) img {
  width: 102px;
}

@media (max-width: 960px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(1) img {
    width: 85px;
  }
  .workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(2) img {
    width: 86px;
  }
  .workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(3) img {
    width: 84px;
  }
  .workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(4) img {
    width: 78px;
  }
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(3), .workstyle .box-tekiyou .box-tekiyou-body .row.-part .col:nth-child(4) {
    margin-top: 10px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-all figure {
  height: 104px;
}

@media (max-width: 960px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row.-all figure {
    height: 77px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-all .col:nth-child(1) img {
  width: 80px;
}

.workstyle .box-tekiyou .box-tekiyou-body .row.-all .col:nth-child(2) img {
  width: 90px;
}

@media (max-width: 960px) {
  .workstyle .box-tekiyou .box-tekiyou-body .row.-all .col:nth-child(1) img {
    width: 59px;
  }
  .workstyle .box-tekiyou .box-tekiyou-body .row.-all .col:nth-child(2) img {
    width: 68px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.workstyle .box-tekiyou .box-tekiyou-body .icon {
  padding-top: 15px;
  border-radius: 4px;
  max-width: 100%;
  height: 175px;
  background-image: linear-gradient(0deg, #5ba426 0%, #6dc52e 100%);
}

@media (max-width: 960px) {
  .workstyle .box-tekiyou .box-tekiyou-body .icon {
    height: auto;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-body .icon {
    height: auto;
    padding-bottom: 15px;
  }
}

.workstyle .box-tekiyou .box-tekiyou-body .text {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

@media (max-width: 960px) {
  .workstyle .box-tekiyou .box-tekiyou-body .text {
    margin-top: 10px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .workstyle .box-tekiyou .box-tekiyou-body .text {
    margin-top: 10px;
    font-size: 15px;
  }
}

/*******************************
 csr
*******************************/
.csr {
  color: #663333;
}

.csr .section-csr {
  margin-bottom: 50px;
}

.csr .section-csr.mt60 {
  margin-top: 60px;
}

.csr .section-csr .inner {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .csr .section-csr {
    margin-bottom: 25px;
  }
  .csr .section-csr.mt60 {
    margin-top: 30px;
  }
  .csr .section-csr .inner {
    padding: 0 15px;
  }
}

@media (max-width: 374px) {
  .csr .section-csr .inner {
    padding: 0 7px;
  }
}

.csr .row-flex {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.csr .row-flex:last-child {
  margin-bottom: 0;
}

.csr .row-flex.-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 960px) {
  .csr .row-flex figure {
    width: 60%;
  }
}

.csr .row-flex .csr-lead {
  margin-left: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #058152;
}

@media (max-width: 960px) {
  .csr .row-flex .csr-lead {
    font-size: 22px;
  }
}

.csr .row-flex.-reverse .csr-lead {
  margin-right: 25px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .csr .row-flex {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-right: 10.86%;
    flex-wrap: wrap;
  }
  .csr .row-flex.-reverse {
    flex-direction: row;
    padding-right: 0;
    padding-left: 10.86%;
  }
  .csr .row-flex figure {
    width: 100%;
    order: 2;
  }
  .csr .row-flex .csr-lead {
    width: 100%;
    order: 1;
    margin-left: 0;
    font-size: 15px;
  }
  .csr .row-flex.-reverse .csr-lead {
    margin-right: 0;
  }
}

.csr .hr {
  padding: 40px 0 60px;
  font-size: 12px;
  letter-spacing: 15px;
  color: #058152;
  text-align: center;
}

@media (max-width: 767px) {
  .csr .hr {
    padding: 20px 0 30px;
    font-size: 10px;
    letter-spacing: 6px;
  }
}

.csr .model-csr.mt50 {
  margin-top: 50px;
}

.csr .model-csr figure {
  margin: 30px auto 0;
}

.csr .model-csr figure.w490 {
  max-width: 490px;
}

.csr .model-csr figure.w558 {
  max-width: 558px;
}

.csr .model-csr figure.w474 {
  max-width: 474px;
}

.csr .box-csr {
  margin: 0 auto;
  max-width: 780px;
  border-radius: 10px;
  border: 2px solid #058152;
  padding: 40px 15px 15px;
}

@media (max-width: 767px) {
  .csr .box-csr {
    padding: 26px 10px 10px;
  }
}

.csr .box-csr .box-csr-head {
  text-align: center;
  margin-top: -60px;
}

@media (max-width: 767px) {
  .csr .box-csr .box-csr-head {
    margin-top: -39px;
  }
}

.csr .box-csr .box-csr-head p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 30px 0;
  height: 40px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  background: #d7f0ed;
  color: #058152;
  font-weight: bold;
}

@media (max-width: 767px) {
  .csr .box-csr .box-csr-head p {
    padding: 0 15px;
    height: 23px;
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .csr .box-csr .box-csr-head p {
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .csr .box-csr .box-csr-body .lp-text {
    font-size: 14px;
  }
}

#headContent {
  margin-bottom: 0;
}

#main .space {
  padding-bottom: 220px;
}

@media (max-width: 767px) {
  #main .space {
    padding-bottom: 130px;
  }
}

.footer-nav-position {
  height: 120px;
  background-color: rgba(5, 129, 82, 0.6);
}

@media (max-width: 767px) {
  .footer-nav-position {
    height: 75px;
  }
}

.footer-nav-position .footer-nav {
  padding: 15px 0;
  width: 100%;
}

@media (max-width: 767px) {
  .footer-nav-position .footer-nav {
    padding: 10px 0;
  }
}

.footer-nav-position .footer-nav.visible {
  bottom: 25px;
}

@media (max-width: 767px) {
  .footer-nav-position .footer-nav.visible {
    right: 0;
    bottom: 15px;
  }
}

.footer-nav-position .footer-nav .footer-nav-wrapper {
  position: relative;
  max-width: 940px;
}

@media (max-width: 767px) {
  .footer-nav-position .footer-nav .footer-nav-wrapper {
    padding: 0 15px;
  }
}

.footer-nav-position .footer-nav .footer-nav-wrapper .btn-jobfind {
  text-align: center;
  margin: 10px auto;
  max-width: 700px;
  width: calc(100% - 260px);
}

@media (max-width: 767px) {
  .footer-nav-position .footer-nav .footer-nav-wrapper .btn-jobfind {
    margin: 5px 0;
    padding: 5px 0;
    width: calc(100% - 45px);
  }
}

.footer-nav-position .footer-nav .footer-nav-wrapper .btn-jobfind a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 70px;
  font-size: 30px;
  background-color: #e72b20;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer-nav-position .footer-nav .footer-nav-wrapper .btn-jobfind a {
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
  }
}

.footer-nav-position .footer-nav .footer-nav-wrapper .btn-jobfind a:hover {
  background-color: #ec574e;
}

.footer-nav-position .footer-nav .footer-nav-wrapper .btn-jobfind a::after {
  content: "\E893";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: recop-iconfont;
}

@media (max-width: 767px) {
  .footer-nav-position .footer-nav .footer-nav-wrapper .btn-jobfind a::after {
    right: 5px;
  }
}

.footer-nav-position .footer-nav .footer-nav-wrapper .btn-pagetop {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: auto;
}

@media (max-width: 767px) {
  .footer-nav-position .footer-nav .footer-nav-wrapper .btn-pagetop {
    top: -3px;
    right: 5px;
  }
  .footer-nav-position .footer-nav .footer-nav-wrapper .btn-pagetop a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
  }
}
/*-----------------------------------*/
/*テキスト差し替え後の調整*/
.lp-text.adress span.br {
  display: inline-block;
}

/* 20240708 内容差し替え */
.recruit .section-recruit .row .col {
  width: initial;
}
.recruit .section-recruit .row .col:nth-child(1) {
  flex-shrink: 0;
}
.recruit .section-recruit .row .col:nth-child(2) {
  flex-shrink: 1;
}
.recruit .section-recruit .row .col .lp-text span {
  display: inline-block;
}
@media (max-width: 911px) {
  .recruit .section-recruit .inner {
    padding: 0 15px;
  }
  .recruit .section-recruit .row {
    flex-wrap: wrap;
  }
  .recruit .section-recruit .row .col {
    width: 100%;
    margin-bottom: 2em;
  }
  .recruit .section-recruit .row .col:nth-child(2n) {
    margin-left: 0;
  }
  .recruit .section-recruit .row .col .lp-text {
    margin-bottom: 2em;
  }
  .recruit .section-recruit .row .col .lp-text.mb0-sp {
    margin-bottom: 0;
  }
}
@media (min-width: 912px) {
  .recruit .section-recruit .row .col .lp-text {
    margin-bottom: 3em;
    font-size: 15px;
  }
  .recruit .section-recruit .row .col .lp-text.mb0-pc {
    margin-bottom: 0;
  }
}
.mensetsunittei {
}
.mensetsunittei .mensetsunittei-item {
  display: flex;
}
.mensetsunittei .mensetsunittei-item .mensetsunittei-item-head {
  flex-shrink: 0;
  margin-right: 1em;
}
.mensetsunittei .mensetsunittei-item .mensetsunittei-item-body {
}
.mensetsunittei .mensetsunittei-item .mensetsunittei-item-body .mensetsunittei-date {
}
.mensetsunittei .mensetsunittei-item .mensetsunittei-item-body .mensetsunittei-date span {
  display: inline-block;
}
.mensetsunittei .mensetsunittei-item .mensetsunittei-item-body .mensetsunittei-venue {
  display: flex;
}
.mensetsunittei .mensetsunittei-item .mensetsunittei-item-body .mensetsunittei-venue span:first-child {
  flex-shrink: 0;
}

/* 20250728 調整 */
.ul_date li span {
  display: inline-block;
}

/* 20250825 調整 */
.ul_date li .date_spn_1{
	text-indent: 4em;
}
.ul_date li .date_spn_2{
	text-indent: 7.35em;
}
.ul_date li .ul_date_br{
  display: none;
}
@media (max-width: 911px) {
  .ul_ad li:nth-child(3) {
    text-indent: 0;
  }

  .ul_date li .date_spn_1{
    text-indent: 0;
  }
  .ul_date li .date_spn_2{
    text-indent: 0;
  }
  .ul_date li .ul_date_br{
    display: block;
  }
}

/* 改行調整 */
.lp-text span.br_adj {
  display: block;
}
@media screen and (max-width: 640px) {
  .lp-text span.br_adj {
    display: inline;
  }
}