@charset "UTF-8";
/* =================================================
    .bl_topFv
=================================================== */
@media screen and (min-width: 1025px) {
  .bl_topFv_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topFv_img {
    width: 62.5%;
  }
}
.bl_topFv_img img {
  width: 100%;
}
.bl_topFv_content {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #333333;
}
@media screen and (min-width: 1025px) {
  .bl_topFv_content {
    width: 37.0238095238%;
  }
}
.bl_topFv_content_inner {
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_topFv_content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 22%;
    height: 100%;
  }
}
.bl_topFv_content_inner picture {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .bl_topFv_content_inner picture {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 87.5%;
    margin-bottom: 0;
  }
}
.bl_topFv_content_inner h1 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .bl_topFv_content_inner h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.bl_topFv_content_inner h1 span {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #C4A979;
}
@media screen and (min-width: 1280px) {
  .bl_topFv_content_inner h1 span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topFv_content_inner h1 {
    /*　for PC　*/
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 1366px) {
  .bl_topFv_content_inner h1 {
    font-size: 2.635431918vw;
  }
}
@media screen and (min-width: 1680px) {
  .bl_topFv_content_inner h1 {
    font-size: 2.1428571429vw;
  }
}
@media screen and (min-width: 1920px) {
  .bl_topFv_content_inner h1 {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 2560px) {
  .bl_topFv_content_inner h1 {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 3840px) {
  .bl_topFv_content_inner h1 {
    /*　for 4ｋ*/
    font-size: 0.9375vw;
  }
}

/* =================================================
    .bl_topPolicy
=================================================== */
.bl_topPolicy_wrap {
  padding-bottom: 8rem;
}
.bl_topPolicy_wrap:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_topPolicy_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_topPolicy_img {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .bl_topPolicy_img {
    width: 48%;
  }
}
.bl_topPolicy_content h2 {
  margin-bottom: 3rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .bl_topPolicy_content h2 {
    margin-bottom: 4rem;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
}
.bl_topPolicy_content p {
  margin-bottom: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .bl_topPolicy_content p {
    margin-bottom: 4rem;
  }
}
.bl_topPolicy_content .el_wrapBtn {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .bl_topPolicy_content .el_wrapBtn {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .bl_topPolicy_content {
    width: 48%;
  }
}
.bl_topPolicy .ly_flex_pc {
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .bl_topPolicy .ly_flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
}
.bl_topPolicy .bl_sdgs {
  text-align: center;
}
.bl_topPolicy .bl_sdgs .el_sdgs img {
  width: 100%;
  max-width: 490px;
}
.bl_topPolicy .bl_sdgs p {
  max-width: 490px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .bl_topPolicy .bl_sdgs p {
    max-width: none;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.bl_topPolicy .bl_sdgs_ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bl_topPolicy .bl_sdgs_ttl {
    width: 45.1685393258%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .bl_topPolicy .bl_sdgs_content {
    width: 49.4382022472%;
  }
}
.bl_topPolicy .bl_sdgs_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bl_topPolicy .bl_bunner {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_topPolicy .bl_bunner {
    margin-top: 0;
  }
}
.bl_topPolicy .bl_bunner .el_img img {
  width: 100%;
  max-width: 490px;
}
.bl_topPolicy .bl_bunner_symphonicband {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_topPolicy .bl_bunner_symphonicband {
    max-width: none;
  }
}

/* =================================================
    .bl_movie
=================================================== */
.bl_movie {
  background: rgba(43, 101, 54, 0.05);
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.bl_movie video {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

/* =================================================
    .bl_link
=================================================== */
@media screen and (min-width: 768px) {
  .bl_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_link_box {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_link_box {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_link_box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.bl_link_box h2 {
  margin-bottom: 3.6rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .bl_link_box h2 {
    margin-bottom: 5.6rem;
    font-size: 30px;
    font-size: 3rem;
  }
}
.bl_link_renewal {
  background: url(../images/front-page/renewal_bak_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1025px) {
  .bl_link_renewal {
    background: url(../images/front-page/renewal_bak_pc.jpg) no-repeat center center/cover;
  }
}
.bl_link_company {
  background: url(../images/front-page/company_bak_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1025px) {
  .bl_link_company {
    background: url(../images/front-page/company_bak_pc.jpg) no-repeat center center/cover;
  }
}

/* =================================================
    .bl_topRecruit
=================================================== */
.bl_topRecruit {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 1280px) {
  .bl_topRecruit {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.bl_topRecruit .bl_topRecruit_linkBox {
  position: relative;
  width: 95.5223880597%;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 59.7014925373%;
}
.bl_topRecruit .bl_topRecruit_linkBox:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_topRecruit .bl_topRecruit_linkBox {
    width: 48%;
    padding-top: 30%;
    margin: 0;
  }
}
.bl_topRecruit .bl_topRecruit_linkBox a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
}
.bl_topRecruit .bl_topRecruit_linkBox a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(43, 101, 54, 0.4);
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit .bl_topRecruit_linkBox a:hover {
    cursor: pointer;
  }
  .bl_topRecruit .bl_topRecruit_linkBox a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topRecruit .bl_topRecruit_linkBox a {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.bl_topRecruit .bl_topRecruit_linkBox a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.bl_topRecruit .bl_topRecruit_linkBox a span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../images/common/arrow_right-white_large.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .bl_topRecruit .bl_topRecruit_linkBox a span::after {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.bl_topRecruit .bl_topRecruit_linkBox.bl_interview {
  background: url(../images/front-page/interview_bak.jpg) no-repeat center center/contain;
}
.bl_topRecruit .bl_topRecruit_linkBox.bl_application {
  background: url(../images/front-page/application_bak.jpg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .bl_topRecruit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* =================================================
    .bl_call
=================================================== */
.bl_call {
  padding-top: 5rem;
  padding-bottom: 5.6rem;
  background: rgba(43, 101, 54, 0.1);
}
.bl_call .ly_sec_inner {
  width: 78.6666666667%;
}
.bl_call .ly_sec_inner h2 {
  margin-bottom: 0.8rem;
  font-size: 22px;
  font-size: 2.2rem;
  color: #2B6536;
  font-weight: bold;
}
.bl_call .ly_sec_inner p {
  padding-bottom: 0.8rem;
  margin-bottom: 1em;
  border-bottom: 1px solid #2B6536;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
.bl_call_link {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 38px;
  font-size: 3.8rem;
  color: #2B6536;
}
@media screen and (min-width: 1280px) {
  .bl_call_link {
    font-size: 50px;
    font-size: 5rem;
  }
}
.bl_call_link::before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 4.2rem;
  margin-right: 0.8rem;
  margin-bottom: 10px;
  background: url(../images/common/icon_sp-green.svg) no-repeat center center/contain;
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .bl_call .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 750px;
  }
  .bl_call .ly_sec_inner p {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .bl_call_content {
    width: 50%;
    position: relative;
  }
  .bl_call_content::after {
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    background: #2B6536;
  }
}
@media screen and (min-width: 1280px) {
  .bl_call {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .bl_call .ly_sec_inner {
    width: 1000px;
    max-width: 1000px;
  }
  .bl_call .ly_sec_inner h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .bl_call .ly_sec_inner p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* =================================================
    .bl_pageNavi
=================================================== */
.bl_pageNavi {
  width: 100%;
  height: auto;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background: rgba(43, 101, 54, 0.05);
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .bl_pageNavi {
    padding-top: 8rem;
    padding-bottom: 8rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_pageNavi .ly_sec_inner {
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_pageNavi .ly_sec_inner {
    width: 1200px;
  }
}
.bl_pageNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .bl_pageNavi ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bl_pageNavi ul li {
  position: relative;
  width: 50%;
  height: auto;
  padding: 1rem;
  padding-right: 0;
}
.bl_pageNavi ul li::after {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_pageNavi.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .bl_pageNavi ul li::after {
    top: 55%;
    right: 6%;
  }
}
.bl_pageNavi ul li:nth-of-type(even) {
  margin-right: 0;
}
.bl_pageNavi ul li:nth-of-type(even) a {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .bl_pageNavi ul li:nth-of-type(even) a {
    border-right: 1px solid rgba(43, 101, 54, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .bl_pageNavi ul li {
    width: auto;
    margin-right: 0;
  }
}
.bl_pageNavi ul li:last-of-type a {
  border-right: none;
}
.bl_pageNavi ul li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  border-right: 1px solid rgba(43, 101, 54, 0.5);
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .bl_pageNavi ul li a {
    text-align: center;
    padding-left: 2rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_pageNavi ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =================================================
    .bl_band
=================================================== */
.bl_pageHeader img {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.bl_pageHeader img:first-of-type {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_pageHeader img {
    width: 100%;
    display: block;
  }
}

.bl_band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_band img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_band img {
    width: 33.33%;
  }
}

/* =================================================
    .bl_message
=================================================== */
.bl_message .ly_sec_inner {
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .bl_message .bl_ceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .bl_message .bl_ceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.bl_message .bl_ceo_img {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_message .bl_ceo_img {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_message .bl_ceo_img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .bl_message .bl_ceo_contents {
    width: 66.6666666667%;
    padding-left: 6.6666666667%;
  }
}
.bl_message .bl_ceo_contents h3 {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .bl_message .bl_ceo_contents h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_message .bl_ceo_contents dl {
  margin-bottom: 40px;
  text-align: right;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .bl_message .bl_ceo_contents dl {
    margin-bottom: 0;
  }
}
.bl_message p {
  margin-bottom: 1em;
  line-height: 2;
}
.bl_message p:last-of-type {
  margin-bottom: 0;
}

/* =================================================
    .bl_philosophy
=================================================== */
.bl_philosophy .ly_sec_inner {
  max-width: 650px;
}
.bl_philosophy p {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 1280px) {
  .bl_philosophy p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_philosophy ul li {
  margin-bottom: 1.6em;
  padding-left: 2.3em;
  text-indent: -2.3em;
}
@media screen and (min-width: 1280px) {
  .bl_philosophy ul li {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =================================================
    .bl_policy
=================================================== */
.bl_policy .ly_sec_inner {
  max-width: 750px;
}
.bl_policy p {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 1280px) {
  .bl_policy p {
    margin-bottom: 1.6em;
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_policy ul li {
  margin-bottom: 1.6em;
  padding-left: 2.3em;
  text-indent: -2.3em;
}
@media screen and (min-width: 1280px) {
  .bl_policy ul li {
    margin-bottom: 1.6em;
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =================================================
    .bl_company
=================================================== */
.bl_company_img {
  width: 89.3333333333%;
  margin: 0 auto 60px;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_company_img img {
  width: 31.6666666667%;
}
@media screen and (min-width: 1280px) {
  .bl_company_img {
    margin: 0 auto 120px;
  }
}

.bl_map {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bl_map {
    height: 600px;
  }
}

.el_tbl-underline {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .el_tbl-underline {
    margin: 0 auto 80px;
  }
}
.el_tbl-underline th,
.el_tbl-underline td {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .el_tbl-underline th,
  .el_tbl-underline td {
    display: table-cell;
    padding-top: 0.7rem;
    padding-bottom: 1.3rem;
  }
}
.el_tbl-underline th {
  padding-top: 1.7rem;
  padding-bottom: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .el_tbl-underline th {
    width: 33.3333333333%;
    border-bottom: 1px dotted #222;
  }
}
.el_tbl-underline td {
  border-bottom: 1px dotted #222;
}
@media screen and (min-width: 768px) {
  .el_tbl-underline td {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .el_tbl-underline tr:nth-child(1) th,
  .el_tbl-underline tr:nth-child(1) td {
    padding-top: 0;
  }
}

.bl_history_list {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.bl_history_list h3 {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .bl_history_list h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_history_list ul li {
  margin-bottom: 1em;
}
.bl_history_list ul li::before {
  content: "●";
  color: #2B6536;
}
.bl_history_list ul li span {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_history_list ul li span {
    display: inline-block;
    margin-left: 1em;
  }
}

/* =================================================
    .bl_contact
=================================================== */
.bl_contact .ly_sec_inner {
  max-width: 720px;
}
.bl_contact .ly_sec_inner .el_lv2pageHeading {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .bl_contact .ly_sec_inner .el_lv2pageHeading {
    margin-bottom: 60px;
  }
}
.bl_contact .el_lead {
  margin-bottom: 30px;
}
.bl_contact .el_error {
  margin-bottom: 30px;
  font-size: 120%;
  color: #B70000;
}
.bl_contact_tel {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #2B6536;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2B6536;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_contact_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .bl_contact_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 70px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_contact_tel::before {
    content: "";
    position: absolute;
    top: 27%;
    left: 44%;
    display: block;
    width: 1px;
    height: 46%;
    background: rgba(43, 101, 54, 0.5);
  }
}
.bl_contact_tel dt {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .bl_contact_tel dt {
    margin-bottom: 0;
  }
}
.bl_contact_tel .el_call {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  color: #2B6536;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_contact_tel .el_call {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .bl_contact_tel .el_call {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.bl_contact_tel .el_call::before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 4.2rem;
  margin-right: 0.8rem;
  margin-bottom: 10px;
  background: url(../images/common/icon_sp-green.svg) no-repeat center center/contain;
  vertical-align: middle;
}
.bl_contact_tel + p {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .bl_contact_tel + p {
    margin-bottom: 50px;
  }
}
.bl_contact .bl_form table {
  width: 100%;
}
.bl_contact .bl_form table th, .bl_contact .bl_form table td {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_form table th, .bl_contact .bl_form table td {
    display: table-cell;
    vertical-align: middle;
  }
}
.bl_contact .bl_form table th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding-top: 1rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_form table th {
    width: 30.5555555556%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_form table td {
    width: 69.4444444444%;
  }
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_form .mw_wp_form_confirm th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.bl_contact .bl_form .mw_wp_form_confirm .bl_policy a {
  text-decoration: none;
}
.bl_contact .bl_form input:not([type=submit]), .bl_contact .bl_form textarea {
  border: 1px solid #C3C3C3;
  border-radius: 5px;
}
.bl_contact .bl_form .bl_policy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.bl_contact .bl_form .bl_policy a {
  text-decoration: underline;
}

/* =================================================
    .bl_interview
=================================================== */
@media screen and (min-width: 768px) {
  .bl_interview_header {
    max-width: 860px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 10px;
  }
}
.bl_interview_header .el_no {
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #8CBF96;
}
@media screen and (min-width: 768px) {
  .bl_interview_header .el_no {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (min-width: 1280px) {
  .bl_interview_header .el_no {
    font-size: 90px;
    font-size: 9rem;
  }
}
.bl_interview_header .el_headerCont h3 {
  margin-bottom: 0.8em;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .bl_interview_header .el_headerCont h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_interview_header .el_headerCont h4 {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2B6536;
}
@media screen and (min-width: 768px) {
  .bl_interview_header .el_headerCont h4 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .bl_interview_header .el_headerCont h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_interview_header .el_headerImg {
  width: 200px;
  height: 200px;
  padding: 10px;
  margin: 0 auto 10px;
  border: 1px solid #8CBF96;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .bl_interview_header .el_headerImg {
    margin: 0;
  }
}
.bl_interview_header .el_headerImg img {
  border-radius: 100vh;
}
.bl_interview_content {
  margin: 0 -6% 60px;
  background: #8CBF96;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1280px) {
  .bl_interview_content {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin: 0 auto 120px;
  }
}
.bl_interview_content dl {
  width: 89.3333333333%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .bl_interview_content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.bl_interview_content dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_interview_content dl.hp_row-reverse dt {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .bl_interview_content dl.hp_row-reverse dd::before {
    left: auto;
    right: -40px;
    border-left: 30px solid #fff;
    border-right: 20px solid transparent;
  }
}
.bl_interview_content dl dt {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_interview_content dl dt {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .bl_interview_content dl dt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_interview_content dl dd {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 1.6em;
}
@media screen and (min-width: 768px) {
  .bl_interview_content dl dd {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_interview_content dl dd {
    padding: 50px;
  }
}
.bl_interview_content dl dd::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
@media screen and (min-width: 768px) {
  .bl_interview_content dl dd::before {
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: 20px solid transparent;
    border-right: 30px solid #fff;
  }
}

/* =================================================
    .bl_recruit
=================================================== */
.bl_recruit_content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: rgba(196, 169, 121, 0.09);
}
@media screen and (min-width: 1280px) {
  .bl_recruit_content {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_recruit_content table {
    border-collapse: separate;
    border-spacing: 0 10px;
  }
}
.bl_recruit_content table th, .bl_recruit_content table td {
  display: block;
  background: #fff;
  padding: 18px 50px;
}
@media screen and (min-width: 768px) {
  .bl_recruit_content table th, .bl_recruit_content table td {
    display: table-cell;
  }
}
.bl_recruit_content table th {
  padding: 1em 1em 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_recruit_content table th {
    padding: 18px 50px;
    padding-right: 0;
    white-space: nowrap;
    vertical-align: middle;
  }
}
.bl_recruit_content table td {
  padding: 1em 2em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .bl_recruit_content table td {
    padding: 18px 48px;
    padding-left: 30px;
    margin-bottom: 0;
  }
}
.bl_recruit_lead {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .bl_recruit_lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.bl_recruit_bottom {
  padding-top: 6rem;
  padding-bottom: 0rem;
  text-align: center;
}
.bl_recruit_bottom .el_recruitBtn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  max-width: 500px;
  padding: 25px 1em;
  background: #2B6536;
  border-radius: 100vh;
  border: 1px solid #2B6536;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .bl_recruit_bottom .el_recruitBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #8CBF96;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .bl_recruit_bottom .el_recruitBtn:hover {
    background: transparent;
    opacity: 1;
  }
  .bl_recruit_bottom .el_recruitBtn:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
  }
}
.bl_recruit_bottom .el_recruitBtn::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../images/common/arrow_right-white.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
@media screen and (min-width: 1280px) {
  .bl_recruit_bottom .el_recruitBtn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .bl_recruit_bottom {
    padding-top: 12rem;
    padding-bottom: 0rem;
  }
}

/* =================================================
    .bl_policy
=================================================== */
@media screen and (min-width: 1025px) {
  .bl_pagePolicy .ly_sec_inner {
    max-width: 800px;
  }
}
.bl_pagePolicy p {
  margin-bottom: 42px;
}
.bl_pagePolicy p:last-of-type {
  margin-bottom: 0;
}
.bl_pagePolicy ul {
  margin-bottom: 42px;
}
.bl_pagePolicy ul li {
  line-height: 2;
}
.bl_pagePolicy h3 {
  margin-bottom: 30px;
  padding: 15px 30px;
  background: rgba(140, 191, 150, 0.2);
  border: 1px solid rgba(112, 112, 112, 0.2);
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #2B6536;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .bl_pagePolicy h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =================================================
    .bl_refresh
=================================================== */
.bl_refresh {
  padding-bottom: 0;
}
.bl_refresh_content {
  margin-bottom: 40px;
}
.bl_refresh_content h3 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_refresh_content h3 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .bl_refresh_content .ly_flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .bl_refresh_content .ly_flex_pc {
    width: 82%;
    max-width: 820px;
    margin: 0 auto 40px;
  }
}
.bl_refresh_content .el_disc {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .bl_refresh_content .el_disc {
    text-align: center;
  }
}
.bl_refresh_img {
  width: 77.3333333333%;
  max-width: 580px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .bl_refresh_img {
    width: 35.6097560976%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .bl_refresh_disc {
    width: 58.5365853659%;
  }
}
.bl_refresh_disc ul li {
  margin-bottom: 1.5em;
}
.bl_refresh_disc ul li h4 {
  color: #2B6536;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .bl_refresh_disc ul li h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_refresh .bl_reason {
  padding: 2em 1em;
  margin-bottom: 20px;
  background: #f8fcea;
}
@media screen and (min-width: 1280px) {
  .bl_refresh .bl_reason {
    padding: 50px;
    margin-bottom: 50px;
  }
}
.bl_refresh .bl_reason h3 {
  margin-bottom: 0.6em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  color: #2B6536;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .bl_refresh .bl_reason h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_refresh .bl_partner li:first-of-type {
  margin-bottom: 20px;
}

/* =================================================
    .bl_benefits
=================================================== */
.bl_benefits {
  padding-bottom: 0;
}
.bl_benefits_content ol {
  counter-reset: benefitscount 0;
  list-style: none;
  border: 4px solid #8cbf96;
  border-radius: 10px;
  padding: 1em;
}
@media screen and (min-width: 1280px) {
  .bl_benefits_content ol {
    border-radius: 20px;
    padding: 45px 100px 50px;
  }
}
.bl_benefits_content ol li {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 50px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.bl_benefits_content ol li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .bl_benefits_content ol li {
    grid-template-columns: 60px 1fr;
    grid-template-rows: 60px 1fr;
    margin-bottom: 45px;
  }
}
.bl_benefits_content ol li::before {
  grid-row: 1/2;
  grid-column: 1/2;
  content: "0" counter(benefitscount);
  counter-increment: benefitscount 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8cbf96;
  border-radius: 100vh;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
@media screen and (min-width: 1280px) {
  .bl_benefits_content ol li::before {
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 50px;
  }
}
.bl_benefits_content ol li h3 {
  grid-row: 1/2;
  grid-column: 2/3;
  position: relative;
  color: #2B6536;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.bl_benefits_content ol li p {
  grid-row: 2/3;
  grid-column: 1/3;
  border-top: 2px solid #8cbf96;
  padding-top: 1em;
}

/* =================================================
    .bl_works
=================================================== */
.bl_works_case {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .bl_works_case {
    margin-bottom: 160px;
  }
}
.bl_works_case:last-of-type {
  margin-bottom: 0;
}
.bl_works_case h3 {
  width: 100%;
  height: auto;
  padding-top: 0.9rem;
  padding-bottom: 0.6rem;
  margin-bottom: 1em;
  background: #8cbf96;
  border-radius: 100vh;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .bl_works_case h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_works_case p {
  margin-bottom: 1em;
}
@media screen and (min-width: 1280px) {
  .bl_works_case p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .bl_works_case ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_works_case ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_works_case ul li {
    width: 48%;
  }
}
.bl_works_case ul li:first-of-type::after {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/refresh/arrow_beforeafter.svg) no-repeat center center/contain;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
@media screen and (min-width: 768px) {
  .bl_works_case ul li:first-of-type::after {
    position: absolute;
    top: 50%;
    right: -6%;
    -webkit-transform: translateY(-50%) rotateZ(0);
            transform: translateY(-50%) rotateZ(0);
    width: 4%;
    height: 8%;
  }
}
.bl_works_case ul li span {
  position: absolute;
  padding: 5px 20px 3px;
  background: #333333;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .bl_works_case ul li span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_works_case ul .blur:first-of-type::after {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.bl_works_case ul + ul {
  margin-top: 40px;
}

/* =================================================
    .bl_service
=================================================== */
.bl_service_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.bl_service_img img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49.3%;
}
.bl_service p {
  line-height: 2;
}

/* =================================================
    .bl_area
=================================================== */
.bl_area_content {
  position: relative;
}
.bl_area_content > p {
  width: 100%;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
}
.bl_area_content > p strong {
  color: #F9417A;
}
@media screen and (min-width: 768px) {
  .bl_area_content > p {
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_area_content > p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_area_content ul {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bl_area_content ul {
    width: 20em;
    margin-bottom: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_area_content ul {
    margin-bottom: 30%;
  }
}
.bl_area_content ul li {
  display: inline-block;
  margin-right: 1em;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .bl_area_content ul li {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_area_content .bl_area_map {
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .bl_area_content .bl_area_map {
    top: 4px;
  }
}
.bl_area_content .bl_area_map img {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .bl_area_content .bl_area_map img {
    margin-bottom: 0;
  }
}
.bl_area_content .bl_area_map > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .bl_area_content .bl_area_map > p {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_area_content .bl_area_map > p {
    width: 53.3333333333%;
    bottom: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =================================================
    .bl_maintenance
=================================================== */
.bl_maintenance_lead {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .bl_maintenance_lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_maintenance_lead strong {
  color: #2B6536;
}
.bl_maintenance_list {
  counter-reset: count 0;
  list-style: none;
}
.bl_maintenance_list li {
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  background: rgba(43, 101, 54, 0.1);
}
@media screen and (min-width: 768px) {
  .bl_maintenance_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .bl_maintenance_list li {
    padding: 15px 50px 15px 35px;
  }
}
.bl_maintenance_list li::before {
  content: "0" counter(count);
  counter-increment: count 1;
  display: block;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100px;
  font-size: 10rem;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .bl_maintenance_list li::before {
    font-size: 200px;
    font-size: 20rem;
  }
}
.bl_maintenance_list li h3 {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2B6536;
}
@media screen and (min-width: 768px) {
  .bl_maintenance_list li h3 {
    top: 48%;
    left: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .bl_maintenance_list li h3 {
    left: 80px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_maintenance_list li p {
    padding-left: 1em;
  }
}
.bl_maintenance_report {
  padding: 1em;
  border: 1px solid #2B6536;
}
@media screen and (min-width: 1280px) {
  .bl_maintenance_report {
    padding: 50px;
  }
}
.bl_maintenance_report h3 {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2B6536;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .bl_maintenance_report h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_maintenance_report h4 {
  padding-bottom: 5px;
  margin-bottom: 1em;
  border-bottom: 1px solid #2B6536;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .bl_maintenance_report h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_maintenance_report p + h4 {
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .bl_maintenance_report p + h4 {
    margin-top: 50px;
  }
}
.bl_maintenance_report ul li {
  line-height: 2;
}
.bl_maintenance_report ul + p {
  margin-bottom: 1em;
}/*# sourceMappingURL=page.css.map */