/*--------------------------------------------
 *  Global
 * --------------------------------------------*/
html {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: initial;
  }
}
.ly_cont_inner {
  display: block;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
}

.ly_header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.bl_cont {
  padding: 120px 0;
}

.bl_cont_head {
  text-align: center;
  margin-bottom: 70px;
}

.bl_cont_head__white {
  color: #fff;
}
.bl_cont_head__white .el_title .title {
  color: #fff;
}

.bl_cont_desc {
  margin-top: 40px;
}

.bl_cont_desc__large {
  font-size: 1.25rem;
}

.bl_cont_lead {
  font-size: 1.75rem;
  font-weight: 500;
  color: #249645;
  margin-bottom: 30px;
  line-height: 1.6;
}

.bl_cont_label {
  padding-left: 16px;
  position: relative;
  font-weight: 500;
}
.bl_cont_label::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #249645;
  border-radius: 50%;
}

.bl_contNews {
  max-width: 1000px;
  margin: 0 auto;
}

.bl_contNews_title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #249645;
}

.bl_contNews_block p {
  margin-bottom: 20px;
}

@media not all and (min-width: 768px) {
  .bl_cont {
    padding: 80px 0;
  }
  .bl_cont_head {
    margin-bottom: 50px;
  }
  .bl_cont_lead {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .bl_cont_txt {
    font-size: 0.875rem;
  }
  .bl_cont_label {
    font-size: 0.875rem;
  }
  .bl_cont_label::before {
    top: 9px;
  }
  .bl_cont_desc {
    font-size: 1rem;
    margin-top: 30px;
  }
}
.bl_mv {
  margin-top: 100px;
  z-index: 2;
}

.bl_mv_inner {
  display: block;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
}

.bl_mv_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 200px);
}

.bl_mv_cont {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_mv_img {
  width: calc(100% - 600px);
  position: relative;
}
.bl_mv_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc((50vw - 640px) * -1);
  left: 0;
  bottom: 0;
  background-image: url(../img/top/mv_img.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bl_mv_title {
  font-size: 5.5rem;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #249645;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.bl_mv_title span {
  display: inline-block;
}

.bl_mv_txt {
  font-size: 1.25rem;
  margin-top: 50px;
}

.bl_mv_news {
  margin-top: 50px;
  width: 740px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f2;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
}

.bl_mv_label {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.25rem;
  color: #249645;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #dcdcdc;
  line-height: 1;
  margin-right: 20px;
  font-weight: 400;
}

.bl_mv_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .bl_mv_article:hover {
    color: #249645;
  }
}
@media not all and (min-width: 1320px) {
  .bl_mv_cont {
    width: 520px;
  }
  .bl_mv_img {
    width: calc(100% - 520px);
  }
  .bl_mv_img::before {
    right: -20px;
  }
  .bl_mv_title {
    font-size: 4.875rem;
  }
  .bl_mv_news {
    width: 670px;
    padding: 20px 15px;
  }
}
@media not all and (min-width: 992px) {
  .bl_mv {
    margin-top: 80px;
  }
}
@media not all and (min-width: 768px) {
  .bl_mv {
    padding-bottom: 60px;
  }
  .bl_mv_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .bl_mv_img {
    width: calc(100% + 20px);
    height: 400px;
  }
  .bl_mv_img::before {
    left: 0;
    right: 0;
  }
  .bl_mv_cont {
    width: 100%;
  }
  .bl_mv_title {
    font-size: 3.125rem;
    letter-spacing: 0.03em;
  }
  .bl_mv_txt {
    font-size: 1rem;
    margin-top: 30px;
  }
  .bl_mv_news {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
  .bl_mv_label {
    padding: 0;
    border-right: none;
    font-size: 1rem;
  }
  .bl_mv_article {
    font-size: 0.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bl_service {
  background-color: #f7f7f2;
  position: relative;
  clip-path: polygon(50% 0%, 100% 7%, 100% 100%, 0 100%, 0 7%);
  padding-top: 200px;
  margin-top: -60px;
}

.bl_service_block {
  margin-bottom: 120px;
}
.bl_service_block:last-of-type {
  margin-bottom: 0;
}

.bl_service_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 620px;
}

.bl_service_cont {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
}

.bl_service_img {
  width: calc(100% - 530px);
  position: relative;
}
.bl_service_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: calc((50vw - 640px) * -1);
  bottom: 0;
  background-image: url(../img/top/service_img01.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bl_service_row__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_service_row__rev .bl_service_cont {
  padding-left: 0;
  padding-right: 50px;
}
.bl_service_row__rev .bl_service_img::before {
  right: calc((50vw - 640px) * -1);
  left: 0;
  background-image: url(../img/top/service_img02.jpg);
  background-position: right top;
}

.bl_service_box {
  background-color: #fff;
  padding: 25px 30px;
  margin-top: 20px;
}

.bl_service_case {
  margin-top: 60px;
}

.bl_service_slide .swiper-slide {
  height: auto;
}
.bl_service_slide .swiper-pagination {
  position: static;
}
.bl_service_slide .swiper-horizontal > .swiper-pagination-bullets, .bl_service_slide .swiper-pagination-bullets.swiper-pagination-horizontal, .bl_service_slide .swiper-pagination-custom, .bl_service_slide .swiper-pagination-fraction {
  width: auto;
}
.bl_service_slide .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}
.bl_service_slide .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 0;
}
.bl_service_slide .swiper-pagination-bullet-active {
  background-color: #249645;
}
.bl_service_slide .swiper-button-prev, .bl_service_slide .swiper-button-next {
  position: static;
  margin-top: initial;
  width: 40px;
  height: 40px;
}
.bl_service_slide .swiper-button-prev::after, .bl_service_slide .swiper-button-next::after {
  display: none;
}

.bl_serviceCase_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.bl_serviceCase_item {
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.bl_serviceCase_thumbnail {
  text-align: center;
}

.bl_serviceCase_box {
  background-color: #fff;
  padding: 20px 20px 80px;
  text-align: left;
  position: inherit;
}
.bl_serviceCase_box .el_btn__mini {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_serviceCase_block {
  margin-top: 20px;
}

.bl_serviceCase_img {
  aspect-ratio: 400/225;
  overflow: hidden;
}
.bl_serviceCase_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bl_serviceCase_note {
  font-size: 0.75rem;
  color: #7a7a81;
  line-height: 1.2;
  margin-bottom: 4px;
}

.bl_serviceCase_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #333;
}

.bl_serviceCase_txt {
  margin-top: 8px;
  color: #333;
}

@media (min-width: 768px) {
  .bl_serviceCase_item:hover .bl_serviceCase_img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bl_serviceCase_item:hover .bl_serviceCase_title {
    color: #249645;
  }
}
@media not all and (min-width: 1320px) {
  .bl_service {
    clip-path: polygon(50% 0%, 100% 6%, 100% 100%, 0 100%, 0 6%);
  }
  .bl_service_img {
    width: calc(100% - 460px);
  }
  .bl_service_img::before {
    left: -20px;
  }
  .bl_service_row__rev .bl_service_img::before {
    left: 0;
    right: -20px;
  }
  .bl_service_cont {
    width: 460px;
  }
}
@media not all and (min-width: 768px) {
  .bl_service {
    clip-path: polygon(50% 0%, 100% 2.5%, 100% 100%, 0 100%, 0 2.5%);
    margin-top: 20px;
    padding-top: 80px;
  }
  .bl_service_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_service_row__rev .bl_service_img {
    margin-left: 0;
    margin-right: -20px;
  }
  .bl_service_row__rev .bl_service_cont {
    padding-right: 0;
  }
  .bl_service_img {
    width: calc(100% + 20px);
    height: 220px;
    margin-left: -20px;
    margin-bottom: 30px;
  }
  .bl_service_img::before {
    left: 0 !important;
    right: 0 !important;
  }
  .bl_service_cont {
    padding-left: 0;
    width: 100%;
  }
  .bl_service_box {
    padding: 20px;
  }
  .bl_service_slide .swiper-pagination-bullets {
    margin: 0 10px;
  }
  .bl_serviceCase_title {
    font-size: 1rem;
  }
}
.bl_message {
  background-image: url(../img/top/message_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bl_message_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_message_img {
  width: 37.5%;
  min-width: 350px;
}

.bl_message_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 730px;
}
.bl_message_cont .bl_cont_txt {
  line-height: 2.2;
}
.bl_message_cont .bl_cont_lead {
  text-align: center;
}

.bl_message_ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.bl_message_ceo .name {
  width: 120px;
}

@media not all and (min-width: 768px) {
  .bl_message_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .bl_message_img {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .bl_message_cont {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .bl_message_ceo {
    font-size: 0.875rem;
    margin-top: 30px;
  }
}
.bl_about_info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
}
.bl_about_info .row:last-of-type {
  border-bottom: none;
}
.bl_about_info dt {
  width: 180px;
  font-weight: 500;
}
.bl_about_info dd {
  width: 78.125%;
}
.bl_about_info .address {
  margin-bottom: 25px;
}
.bl_about_info .address:last-of-type {
  margin-bottom: 0;
}

.bl_about_box {
  padding: 25px 30px;
  background-color: #f7f7f2;
  margin-top: 20px;
}

@media not all and (min-width: 768px) {
  .bl_about_info .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    font-size: 0.875rem;
  }
  .bl_about_info dt {
    width: 100%;
  }
  .bl_about_info dd {
    width: 100%;
  }
  .bl_about_info .address {
    margin-bottom: 20px;
  }
  .bl_about_info .address:last-of-type {
    margin-bottom: 0;
  }
  .bl_about_box {
    padding: 20px;
  }
}
.bl_contact {
  background-image: url(../img/top/contact_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bl_contact_info {
  background-color: #fff;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.bl_contact_info + .bl_contact_info {
  margin-top: 70px;
}

.bl_contact_item {
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.bl_contact_tel {
  font-size: 3rem;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.2;
  padding-left: 50px;
  position: relative;
}
.bl_contact_tel::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/common/icon_tel_green.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_contact_note {
  margin-top: 10px;
}

.bl_contact_wrap__center {
  text-align: center;
}

.bl_contact_finish {
  text-align: center;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

@media not all and (min-width: 768px) {
  .bl_contact_info {
    gap: 30px;
    padding: 40px 20px 30px;
  }
  .bl_contact_tel {
    font-size: 2.125rem;
    padding-left: 35px;
  }
  .bl_contact_tel::before {
    width: 28px;
    height: 28px;
  }
  .bl_contact_note {
    font-size: 0.75rem;
  }
  .bl_contact_finish {
    font-size: 2.5rem;
  }
}
.bl_header_inner {
  padding-left: 20px;
}
.bl_header_inner .el_btn {
  max-width: 200px;
  padding: 10px 20px;
}

.bl_header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.bl_header_logo {
  width: 225px;
}

.bl_header_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bl_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-right: 50px;
}

.bl_header_link {
  font-weight: 500;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bl_header_link::before {
  content: "";
  width: 14px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #249645;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

.bl_header_mdBlock {
  display: contents;
}
.bl_header_mdBlock .bl_contact_info, .bl_header_mdBlock .bl_contact_item {
  display: contents;
}
.bl_header_mdBlock .bl_contact_tel, .bl_header_mdBlock .bl_contact_note {
  display: none;
}

@media (min-width: 992px) {
  .bl_header_link:hover {
    color: #249645;
  }
  .bl_header_link:hover::before {
    bottom: -5px;
  }
}
@media not all and (min-width: 992px) {
  .bl_header_inner {
    padding: 0 20px;
  }
  .bl_header_inner .el_btn {
    max-width: 400px;
    padding: 10px 20px;
  }
  .bl_header_row {
    height: 80px;
  }
  .bl_header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bl_header_content {
    display: none;
    position: fixed;
    z-index: -1;
    margin-right: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding: 60px 20px 100px;
    background-color: #249645;
    overflow-y: scroll;
  }
  .bl_header_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 300px;
  }
  .bl_header_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .bl_header_link {
    color: #fff;
    padding-bottom: 0;
  }
  .bl_header_link::before {
    content: none;
  }
  .bl_header_mdBlock {
    display: block;
    margin-top: 50px;
  }
  .bl_header_mdBlock .bl_contact_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_header_mdBlock .bl_contact_item, .bl_header_mdBlock .bl_contact_tel, .bl_header_mdBlock .bl_contact_note {
    display: block;
  }
}
.bl_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 40px 0;
}

.bl_footer_logo {
  width: 220px;
}

.bl_footer_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

.bl_footer_copy {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  padding: 20px;
  border-top: 1px solid #dcdcdc;
}

@media not all and (min-width: 768px) {
  .bl_footer_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_footer_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bl_lower {
  background-color: #f7f7f2;
  padding: 100px 0 115px;
  margin-top: 100px;
}
.bl_lower .bl_contact_info {
  display: block;
}

@media not all and (min-width: 992px) {
  .bl_lower {
    margin-top: 80px;
  }
}
.bl_form {
  text-align: left;
}
.bl_form input[type=text], .bl_form textarea {
  width: 100%;
  padding: 0.6rem;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.bl_form input[type=radio] {
  accent-color: #249645;
}
.bl_form input[type=checkbox] {
  width: 19px;
  height: 19px;
  display: inline-block;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.bl_form .mwform-radio-field {
  display: inline-block;
}
.bl_form .mwform-radio-field.horizontal-item {
  margin-left: 0 !important;
  margin-right: 10px;
}

.bl_form_wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.bl_form_block {
  background-color: #fff;
}

.bl_form_txt {
  text-align: center;
  margin-bottom: 60px;
}

.bl_form_flow {
  max-width: 370px;
  margin: 30px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.bl_form_flow::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  z-index: -2;
  border-top: 2px dotted #f2f2f2;
}
.bl_form_flow > p {
  display: none;
}

.bl_form_state {
  text-align: center;
}
.bl_form_state.is-active .bl_form_num {
  background-color: #249645;
  color: #fff;
}
.bl_form_state.is-active .bl_form_state_txt {
  color: #000;
}

.bl_form_num {
  background-color: #f2f2f2;
  font-size: 2rem;
  font-weight: 500;
  color: #b3b3b3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.bl_form_state_txt {
  font-size: 0.75rem;
  color: #b3b3b3;
  margin-top: 8px;
}

.bl_form_unit {
  border-top: 1px solid #dcdcdc;
}

.bl_form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.bl_form_row:last-of-type {
  margin-bottom: 0;
}
.bl_form_row dt {
  width: 290px;
  margin-right: 40px;
  font-weight: 500;
}
.bl_form_row dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_form_row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_form_row__top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_form_policy {
  text-align: center;
  margin-top: 45px;
}
.bl_form_policy label {
  cursor: pointer;
}

.bl_form_policyTxt {
  margin-bottom: 20px;
}

.bl_formPolicy {
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

.bl_formPolicy_inner {
  max-height: 220px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  padding-right: 4px;
  text-align: left;
}

.bl_formPolicy_wrap {
  padding: 20px;
}

.bl_formPolicy_block {
  margin-bottom: 40px;
}
.bl_formPolicy_block:last-of-type {
  margin-bottom: 0;
}
.bl_formPolicy_block h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.25rem;
}
.bl_formPolicy_block p {
  margin-top: 10px;
}
.bl_formPolicy_block .el_list {
  margin-top: 10px;
}

@media not all and (min-width: 768px) {
  .bl_form_block {
    margin-top: 30px;
  }
  .bl_form_txt {
    margin-bottom: 40px;
  }
  .bl_form_flow {
    max-width: 330px;
    margin: 0px auto 50px;
  }
  .bl_form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .bl_form_row dt {
    width: auto;
  }
  .bl_form_row dt label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
  }
  .bl_form_row dd {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .bl_form_txt {
    font-size: 0.875rem;
  }
  .bl_form_state {
    width: 85px;
    text-align: center;
    line-height: 1.5;
  }
  .bl_formPolicy_wrap {
    padding: 15px 10px;
  }
  .bl_formPolicy_inner {
    max-height: 370px;
  }
  .bl_formPolicy_block h3 {
    font-size: 1.125rem;
  }
  .bl_formPolicy_block p {
    font-size: 0.875rem;
  }
  .bl_formPolicy_block .el_list li {
    font-size: 0.875rem;
  }
}
.el_button {
  color: #333;
}

.el_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.el_btn {
  max-width: 400px;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #249645;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #249645;
  position: relative;
  padding: 10px 40px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el_btn::before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../img/common/icon_arrow_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_btn .mail {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.el_btn .mail::before {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(../img/common/icon_mail_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn__input {
  padding: 0;
}
.el_btn__input input {
  padding: 10px 40px;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.el_btn__arrowNone::before {
  content: none;
}

.el_btn__mini {
  max-width: 180px;
  height: 40px;
  font-size: 0.875rem;
  padding: 0;
  margin: 25px auto 0;
}
.el_btn__mini .mail {
  padding-left: 25px;
}
.el_btn__mini .mail::before {
  width: 18px;
  height: 14px;
}

.el_btn__rev {
  background-color: #fff;
  color: #249645;
}
.el_btn__rev input {
  color: #249645;
}

.el_btn__back {
  width: 200px;
}
.el_btn__back::before {
  right: auto;
  left: 20px;
  background-image: url(../img/common/icon_arrow_green.svg);
  -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.el_btn__white {
  background-color: #fff;
  color: #249645;
}
.el_btn__white .mail::before {
  background-image: url(../img/common/icon_mail_green.svg);
}

.el_btn__large {
  max-width: 460px;
}

.el_ham {
  display: none;
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  background-color: #249645;
}
.el_ham span {
  position: absolute;
  height: 1px;
  width: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.el_ham span:first-of-type {
  top: 16px;
}
.el_ham span:nth-of-type(2) {
  top: 24px;
}
.el_ham span:nth-of-type(3) {
  bottom: 14px;
}
.el_ham.is_open span {
  left: 43%;
}
.el_ham.is_open span:first-of-type {
  top: 15px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
      -ms-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}
.el_ham.is_open span:nth-of-type(2) {
  opacity: 0;
}
.el_ham.is_open span:nth-of-type(3) {
  bottom: 15px;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

@media (min-width: 768px) {
  .el_btn:hover {
    background-color: #fff;
    color: #249645;
  }
  .el_btn:hover::before {
    background-image: url(../img/common/icon_arrow_green.svg);
  }
  .el_btn:hover .mail::before {
    background-image: url(../img/common/icon_mail_green.svg);
  }
  .el_btn:hover input {
    color: #249645;
  }
  .el_btn__rev:hover {
    background-color: #249645;
    color: #fff;
  }
  .el_btn__rev:hover::before {
    background-image: url(../img/common/icon_arrow_white.svg);
  }
  .el_btn__rev:hover input {
    color: #fff;
  }
  .el_btn__white:hover {
    background-color: #249645;
    color: #fff;
  }
  .el_btn__white:hover .mail::before {
    background-image: url(../img/common/icon_mail_white.svg);
  }
}
@media not all and (min-width: 992px) {
  .el_ham {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .el_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.el_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  z-index: 101;
}
.el_modal.is_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el_modal_box {
  position: relative;
}

.el_modal_content {
  background: white;
  padding: 60px 50px;
  max-width: 960px;
  width: 92vw;
  max-height: 800px;
  margin: 0 15px;
  overflow-y: scroll;
}

.el_modal_content__large {
  max-width: 1080px;
  min-width: 1080px;
}

.el_modal_close {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #249645;
  border-radius: 50%;
}

.el_modal_close::before,
.el_modal_close::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.el_modal_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.el_modal_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media not all and (min-width: 768px) {
  .el_modal_content {
    padding: 30px 20px;
    width: 85vw;
  }
}
.el_title .title {
  font-size: 7.5rem;
  font-weight: 400;
  color: #249645;
  line-height: 1;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.el_title .catch {
  font-size: 0.875rem;
  margin-top: 20px;
}

.el_label {
  font-size: 3.75rem;
  font-weight: 500;
  padding-left: 20px;
  border-left: 4px solid #249645;
  line-height: 1;
  margin-bottom: 35px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.el_caseLabel {
  text-align: center;
  margin-bottom: 25px;
}
.el_caseLabel .inner {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding: 0 80px;
  position: relative;
  display: inline-block;
}
.el_caseLabel .inner::before, .el_caseLabel .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #249645;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_caseLabel .inner::after {
  left: auto;
  right: 0;
}

@media not all and (min-width: 768px) {
  .el_title .title {
    font-size: 3.75rem;
  }
  .el_title .catch {
    font-size: 0.75rem;
  }
  .el_label {
    font-size: 2.5rem;
    padding-left: 14px;
    margin-bottom: 30px;
  }
  .el_caseLabel {
    margin-bottom: 20px;
  }
  .el_caseLabel .inner {
    font-size: 1.5rem;
    padding: 0 42px;
  }
  .el_caseLabel .inner::before, .el_caseLabel .inner::after {
    width: 30px;
  }
}
.el_list li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}
.el_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #249645;
  border-radius: 50%;
}

@media not all and (min-width: 768px) {
  .el_list li {
    font-size: 0.75rem;
  }
  .el_list li::before {
    top: 8px;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.hp_required {
  min-width: 40px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #ff0000;
  line-height: 1;
  font-size: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hp_required__any {
  background-color: #b3b3b3;
}

@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
}
.js_scrollIn {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.js_scrollIn.on {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.js_slideInRight {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.js_slideInRight.on {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.js_slideInLeft {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.js_slideInLeft.on {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.js_fadeIn {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js_fadeIn.on {
  opacity: 1;
}

.js_zoomIn {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.js_zoomIn.on {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.js_mvTxt {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.js_mvTxt.on {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.js_delay01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.js_delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js_delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js_delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js_delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js_delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js_delay07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.js_delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js_delay09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.js_delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js_delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.js_delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js_delay13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.js_delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.js_delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}/*# sourceMappingURL=style.css.map */