@charset "UTF-8";
.en_list {
  width: min(1528px, 94%);
  gap: 50px;
  margin-inline: auto;
}
.en_list > li .img_wrap {
  width: 100%;
  margin-bottom: 10px;
}
.en_list > li .img_wrap .img {
  aspect-ratio: 345/230;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}
.en_list > li .img_wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.en_list .detail {
  padding-top: 5px;
}
.en_list .detail li {
  padding-top: 10px;
  padding-bottom: 6px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.en_list .detail li .subj {
  font-weight: 500;
}
.en_list .detail li .subj:before {
  content: "●";
  color: #3a841c;
  font-size: 70%;
  display: inline-block;
  padding-right: 4px;
}
.en_list .detail li .txt20,
.en_list .detail li .txt14 {
  text-align: right;
  line-height: 1.4;
  width: calc(100% - 110px);
}
.en_list .btn_detail a {
  display: block;
  text-align: center;
  color: #3a841c;
  border: 1px solid #3a841c;
  line-height: 53px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
  background: url(/img/en/bt_ar_g.svg) 95% 50% no-repeat #fff;
}

#s01 .pickup {
  margin-inline: auto;
}
#s01 .pickup li .img img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  min-height: 100%;
}
#s01 .pickup li .txt_box {
  flex: 1;
  background-color: #f6f6f6;
  display: grid;
  place-items: center;
  padding: 20px;
}
#s01 .txt_btm {
  padding: 70px 0;
}

#s02 .box_w {
  box-sizing: border-box;
  border-left: 4px solid #3a841c;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

#s03 .step {
  margin-inline: auto;
}
#s03 .step li {
  border: 1px solid #3a841c;
  border-radius: 10px;
  position: relative;
  padding: 28px 38px;
}
#s03 .step li p {
  margin-top: 4px;
  position: relative;
}
#s03 .step li + li {
  margin-top: 50px;
}
#s03 .step li:not(:last-child)::before {
  display: block;
  content: "";
  width: 18px;
  height: 14px;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(/img/en/step_ar.svg) 50% 50% no-repeat;
}

#s04 {
  background: #f6f6f6;
}
#s04 table th {
  font-weight: 500;
}
#s04 table th:before {
  content: "●";
  color: #3a841c;
  font-size: 70%;
  display: inline-block;
  padding-right: 4px;
  line-height: 1;
  vertical-align: middle;
}
#s04 table td {
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
#s04 table td li {
  padding-left: 1em;
}
#s04 table td li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 6px;
  top: 9px;
  left: 4px;
  margin: auto;
  position: absolute;
  background: #333;
}

@media screen and (min-width: 737px) {
  /*---------*/
  .main section {
    margin-bottom: 160px;
  }
  #fv {
    margin-bottom: 160px;
  }
  #fv .swiper-slide img {
    width: 100%;
  }
  #fv .lead01 {
    position: absolute;
    top: 6.5vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  #fv .lead01 .txt_w {
    padding-left: 6.5%;
    font-size: min(2.05vw, 36px);
  }
  #fv .lead01 em {
    font-size: min(2.85vw, 50px);
  }
  #fv .inq_box {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 90;
  }
  /*---------*/
  /*---------*/
}
@media screen and (min-width: 737px) and (max-width: 1300px) {
  /*---------*/
  #fv .inq_box {
    bottom: 40px;
  }
}
@media screen and (min-width: 737px) and (max-width: 1105px) {
  /*---------*/
  #fv .en_slide picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%;
    max-width: none;
    min-height: 400px;
  }
}
@media screen and (min-width: 737px) {
  .en_list > li {
    width: calc((100% - 100px) / 3);
    padding-bottom: 90px;
  }
  .en_list .txt20.wb_ba {
    overflow: hidden;
    display: grid;
    place-items: center start;
    height: 3.2em;
  }
  .en_list .txt20.wb_ba span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
  }
  .en_list .btn_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 737px) {
  #s01 .pickup {
    margin-inline: auto;
  }
  #s01 .pickup li.rev {
    flex-direction: row-reverse;
  }
  #s01 .pickup li + li {
    margin-top: 40px;
  }
  #s01 .pickup li .img {
    flex: 1;
  }
  #s01 .pickup li .txt_box {
    flex: 1;
    padding: 20px;
  }
  #s01 .pickup li .txt_box .inbox {
    width: calc(100% - 80px);
    max-width: 664px;
  }
  #s01 .pickup li .txt_box .txt32 {
    line-height: 1.5;
    font-size: min(2.4vw, 32px);
  }
  #s01 .pickup li .txt_box .txt32 .txt64 {
    font-size: min(5vw, 64px);
    line-height: 0.75;
    padding-right: 10px;
  }
  #s01 .txt_btm {
    padding: 70px 0;
  }
}
@media screen and (min-width: 737px) {
  #s02 .box_w {
    width: min(998px, 80%);
    padding: 50px 398px 50px 60px;
  }
  #s02 .box_w .img01 {
    position: absolute;
    bottom: 0;
    right: 6%;
    margin: auto;
    width: 288px;
    height: 438px;
  }
  #s02 .img02 {
    display: block;
    margin-top: -300px;
  }
  #s02 .img02 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%;
    max-width: none;
    min-height: 600px;
  }
}
@media screen and (min-width: 737px) {
  #s03 .step {
    width: min(952px, 95%);
  }
  #s03 .step li p {
    padding-left: 1em;
    line-height: 1.55;
  }
  #s03 .step li p:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 6px;
    top: 12px;
    left: 4px;
    margin: auto;
    position: absolute;
    background: #333;
  }
}
@media screen and (min-width: 737px) {
  #s04 {
    padding: 160px 0 160px;
  }
  #s04 table {
    width: min(952px, 95%);
    margin-inline: auto;
    border-collapse: collapse;
  }
  #s04 table th {
    padding: 20px 0 3px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    width: 190px;
  }
  #s04 table td {
    padding: 20px 20px 3px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    width: calc(100% - 190px);
  }
  #s04 table td li {
    padding-left: 1em;
  }
  #s04 table td li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 6px;
    top: 9px;
    left: 4px;
    margin: auto;
    position: absolute;
    background: #333;
  }
} /*-----------*/
@media screen and (max-width: 736px) {
  /*---------*/
  .main section {
    margin-bottom: 60px;
  }
  .main section p {
    line-height: 1.625;
  }
  .main section .stit01.txt50 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .en_list {
    width: min(400px, 100%);
    gap: 30px;
    margin-inline: auto;
  }
  .en_list > li {
    width: 100%;
  }
  .en_list > li .img_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .en_list > li .txt20 {
    font-size: 20px;
  }
  .en_list .txt20.wb_ba {
    line-height: 1.6;
  }
  .en_list .subj {
    font-size: 16px;
  }
  .en_list .detail {
    margin-top: 0;
  }
  .en_list .detail li {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .en_list .detail li .txt20,
.en_list .detail li .txt14 {
    text-align: right;
    line-height: 1.4;
    width: calc(100% - 110px);
  }
  .en_list .btn_detail {
    margin-top: 30px;
  }
  #estate_feed .stit01.txt50 {
    margin-bottom: 20px;
  }
  #estate_feed .btn_g a span {
    font-size: 16px;
  }
  #s01 .pickup {
    margin-inline: auto;
  }
  #s01 .pickup li .txt_box {
    padding: 20px 5% 60px;
  }
  #s01 .pickup li .txt_box .txt32 {
    font-size: 20px;
    padding-left: 40px;
    position: relative;
    line-height: 1.5;
    margin: 20px 0 30px;
  }
  #s01 .pickup li .txt_box .txt32 .txt64 {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1em;
  }
  #s01 .txt_btm {
    padding: 30px 5% 0;
  }
  #s02 .stit01.txt50 {
    margin-bottom: 20px;
  }
  #s02 .box_w {
    padding: 30px 15px 0 20px;
  }
  #s02 .box_w .img01 {
    text-align: center;
  }
  #s02 .box_w .img01 img {
    margin-top: 20px;
    width: 180px;
    height: auto;
  }
  #s02 .img02 {
    display: block;
    margin-top: -120px;
  }
  #s03 .step {
    width: 100%;
  }
  #s03 .step li .txt18 {
    font-size: 18px;
    line-height: 1.4;
  }
  #s03 .step li p {
    margin-top: 10px;
    line-height: 1.55;
  }
  #s04 {
    padding: 60px 0 60px;
  }
  #s04 table {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #s04 table tr,
#s04 table tbody {
    display: block;
    width: 100%;
  }
  #s04 table th {
    display: block;
    width: 100%;
    padding: 22px 0 18px;
    text-align: left;
  }
  #s04 table td {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0 0 5px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.45;
  }
  #s04 table td:before {
    top: 5px;
    left: 2px;
  }
  /*
    .main_img {
      .lead02 {
        width: 25%;
        aspect-ratio: 94/350;
        position: absolute;
        top: 24px;
        right: 10%;
        margin: auto;
        img {
          width: 100%;
        }
      }
    }

    .stit.txt44,
    .stit.txt48 {
      font-size: 28px;
      line-height: 1.65;
    }

    h3.txt32,
    h3.txt30 {
      font-size: 20px;
      line-height: 1.7;
    }

    p.lh2 {
      line-height: 1.875;
    }

    figure.img01 img {
      height: 100px;
      width: auto;
    }
  */
} /*-----------*/
/*# sourceMappingURL=index_en.css.map */