@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


 env


============================================================================= */
.about {
  padding-bottom: 140px;
}

.about._main {
  padding-top: 100px;
}

.about-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(-190px / 2);
  position: relative;
  width: 190px;
  z-index: 1;
}

.about-head {
  font-size: clamp(4rem, calc(3.8rem + (0.625vw * 1)), 5rem);
  font-weight: 900;
  line-height: 1.3;
  margin-top: 12px;
  text-align: center;
}

.about-txt {
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  margin-top: 24px;
  text-align: center;
}

.en-content-inner {
  margin: auto 5% 0 25%;
  width: 70%;
}

.merit {
  padding: 140px 0;
  position: relative;
  z-index: 1;
}

.merit:before {
  background: #f6f2e4;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.en-content-ttl {
  font-size: clamp(4rem, calc(3.8rem + (0.625vw * 1)), 5rem);
  font-weight: 900;
}

.enlist {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enitem {
  margin-top: 24px;
  width: calc(50% - 20px);
}

.enitem-img {
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  margin-bottom: -1.5em;
}

.enitem-ttl {
  background: #2d2d2d;
  border-radius: 30px;
  color: #fff;
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  font-weight: bold;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  padding: 0.75em 0.5em;
  position: relative;
  text-align: center;
}

.enitem-txt {
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  margin-top: 20px;
}

.entable {
  border-bottom: 1px solid #2d2d2d;
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  font-weight: 700;
  margin: 100px 0;
  text-align: center;
}

.entable tr th:nth-child(1) {
  text-align: left;
  width: 20%;
}

.entable tr td:nth-child(2),
.entable tr th:nth-child(2),
.entable tr th:nth-child(3) {
  border-left: 1px solid #2d2d2d;
}

.entable td,
.entable th {
  border-top: 1px solid #2d2d2d;
  padding: 1em 0;
  text-align: center;
}

/* =============================================================================


     .kwiami


============================================================================= */
.kiwami {
  padding-bottom: 140px;
}

.kwiami-img {
  width: 100%;
}

.en-kiwami-ttl {
  margin-top: -90px;
  width: 330px;
}

.en-kiwami-ttl img {
  width: 100%;
}

.en-content-head {
  font-size: clamp(3.1rem, calc(2.9rem + (0.625vw * 1)), 4.1rem);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}

.en-kiwami-txt {
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  margin-top: 32px;
}

.kiwami-about {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
  margin-top: 120px;
}

.kiwami-img {
  border-radius: 40px;
  margin-right: -8%;
  overflow: hidden;
  width: calc(58% - 30px);
}

.kiwami-img img {
  border-radius: 40px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  width: 100%;
}

.kiwami-aboutbox {
  width: calc(50% - 30px);
}

.kiwami-aboutitem + .kiwami-aboutitem {
  margin-top: 28px;
}

.kiwami-aboutttl {
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
}

.kiwami-abouttxt {
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  margin-top: 12px;
}

/* =============================================================================


     .features


============================================================================= */
.features {
  background: #eee;
  overflow: hidden;
  padding: 160px 0;
  position: relative;
}

.features-ttl {
  font-size: clamp(4.2rem, calc(4rem + (0.625vw * 1)), 5.2rem);
  font-weight: bold;
  line-height: 1.2;
}

.fr-itemboxes {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fr-itemboxes .fr-itembox:nth-last-child(1) {
  margin-top: auto;
}

.features-txt {
  font-size: 1.4rem;
  margin-top: 40px;
}

.pdf-list {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.pdf-item {
  width: calc(33.33333% - ((20px * 2) / 3));
}

.pdf-item a {
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #305e19;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  position: relative;
  width: 100%;
}

.pdf-item a img {
  margin-top: auto;
  min-width: 20px;
  width: 20px;
}

.features-head {
  font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 50px;
}

.column {
  padding-top: 140px;
  position: relative;
}

.column:before {
  background: transparent url(../asset/images/environment/people-img01.png) no-repeat top center/contain;
  content: "";
  height: 250px;
  position: absolute;
  right: -60px;
  top: -60px;
  width: 345px;
}

.column:after {
  background: transparent url(../asset/images/environment/people-img02.png) no-repeat top center/contain;
  bottom: -100px;
  content: "";
  height: 250px;
  left: -20px;
  position: absolute;
  width: 90px;
  z-index: 2;
}

.column-box {
  background: #fff;
  padding: 80px 100px;
  position: relative;
  z-index: 1;
}

.column-ttl {
  color: #202c7e;
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.column-txt {
  font-size: 1.8rem;
  margin-top: 12px;
}

/* =============================================================================


     yen


============================================================================= */
.yen {
  overflow: hidden;
  padding: 120px 0;
}

.yen-ttl {
  font-size: clamp(4rem, calc(3.8rem + (0.625vw * 1)), 5rem);
  font-weight: 900;
  line-height: 1.2;
}

.yen-br-txt {
  border-bottom: 1px solid #2d2d2d;
  border-top: 1px solid #2d2d2d;
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  margin-top: 28px;
  padding: 0.25em 0;
}

.yen-list {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.yen-item {
  background: rgba(48, 94, 25, 0.2);
  border-radius: 20px;
  margin-top: 16px;
  padding: 26px 30px;
  width: calc(50% - 20px);
}

.yen-item-ttl {
  color: rgba(255, 255, 255, 0.8);
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(2.9rem, calc(2.7rem + (0.625vw * 1)), 3.9rem);
  font-weight: bold;
  line-height: 1.1;
}

.yen-item-txt {
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  line-height: 1.81818;
}

.yen-item-span {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 8px;
}

.yen-uchi-ttl {
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  font-weight: bold;
  margin-top: 20px;
}

.uchi-list {
  gap: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

.uchi-item {
  background: #f6f2e4;
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  font-weight: bold;
  padding: 8px 8px;
  position: relative;
}

.uchi-item:nth-last-child(1):after {
  display: none;
}

.uchi-item:after {
  background: transparent url(../asset/images/common/plus.svg) no-repeat top center/contain;
  content: "";
  height: 40px;
  left: calc(100% + 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}

.yen-uchi-span {
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  margin-top: 10px;
  opacity: 0.8;
}

.yen-head {
  font-size: clamp(3.2rem, calc(3rem + (0.625vw * 1)), 4.2rem);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 80px;
}

/* =============================================================================


     flow


============================================================================= */
.flow {
  padding: 130px 0;
  position: relative;
}

.flow-ttlbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.flow-ttlbox span {
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
}

.flow-ttl {
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(9rem, calc(8.8rem + (0.625vw * 1)), 10rem);
  font-weight: bold;
  line-height: 1;
}

.flow-list {
  margin-top: 80px;
}

.flow-item {
  border-top: 1px solid #2d2d2d;
  padding: 40px 0;
}

.flow-item:nth-last-child(1) {
  border-bottom: 1px solid #2d2d2d;
}

.flow-item-num {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2d2d2d;
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(7.4rem, calc(7.2rem + (0.625vw * 1)), 8.4rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 3px 3px #fd0;
}

.flow-item-head {
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  margin-top: 12px;
  text-align: center;
}

.flow-item-txt {
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  margin-top: 10px;
  text-align: center;
}

.flow-contact-ttl {
  font-weight: bold;
}

.flow-contact-mail {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.flow-contact-mail:hover {
  opacity: 0.7;
}

.flow-contacts {
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.flow-contact-tel {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.flow-contact-tel:hover {
  opacity: 0.7;
}

.flow-contact-telspan,
.flow-contact-mailspan {
  font-size: 1.2rem;
  text-align: right;
}

.flow-contact-telbox,
.flow-contact-mailbox {
  gap: 0 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flow-contact-telnum {
  font-family: "tt_commons_pro", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.flow-contact-mailtxt {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
}

/* =============================================================================


     works


============================================================================= */
.works {
  background: rgba(48, 94, 25, 0.2);
  padding: 140px 0;
}

.works-ttl {
  font-size: clamp(4rem, calc(3.8rem + (0.625vw * 1)), 5rem);
  font-weight: bold;
}

@media screen and (max-width: 1260px){
  .flow-contacts {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1208px){
  .about-icon {
    margin-top: -60px;
    width: 120px;
  }
  .en-content-ttl {
    font-size: clamp(3.6rem, calc(3.4rem + (0.625vw * 1)), 4.6rem);
  }
  .enlist {
    gap: 20px;
  }
  .enitem {
    width: calc(50% - 10px);
  }
  .enitem-ttl {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
    max-width: 90%;
  }
  .en-kiwami-ttl {
    margin-top: -80px;
    width: 280px;
  }
  .en-kiwami-ttl {
    margin-top: -60px;
    width: 180px;
  }
  .en-content-head {
    font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  }
  .kiwami-about {
    gap: 20px;
  }
  .kiwami-img {
    width: calc(58% - 15px);
  }
  .kiwami-aboutbox {
    width: calc(58% - 15px);
  }
  .kiwami-aboutttl {
    font-size: clamp(2.1rem, calc(1.9rem + (0.625vw * 1)), 3.1rem);
  }
  .features {
    padding: 120px 0;
  }
  .features-ttl {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
  .column:before {
    height: 210px;
    top: -40px;
    width: 305px;
  }
  .column:after {
    height: 240px;
    width: 80px;
  }
  .column-box {
    padding: 60px 80px;
  }
  .yen-list {
    gap: 20px;
  }
  .yen-item {
    width: calc(50% - 10px);
  }
  .yen-item-ttl {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .uchi-list {
    gap: 10px 40px;
  }
  .uchi-item {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  }
  .uchi-item:after {
    height: 30px;
    width: 30px;
  }
  .yen-head {
    font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  }
  .flow {
    padding: 100px 0;
  }
  .flow-contact-telnum {
    font-size: 3rem;
  }
  .works {
    padding: 100px 0;
  }
}

@media (max-width: 767px){
  .about {
    padding-bottom: 60px;
    text-align: center;
  }
  .about._main {
    padding-top: 60px;
  }
  .about-head {
    font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  }
  .about-txt {
    display: inline-block;
    margin: 24px auto 0;
    text-align: left;
  }
  .en-content-inner {
    margin: auto;
    padding: 0 16px;
    width: 100%;
  }
  .merit {
    padding: 60px 0;
  }
  .en-content-ttl {
    font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  }
  .enlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .enitem {
    width: 100%;
  }
  .entable {
    font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
    margin: 40px 0;
  }
  .kiwami {
    padding-bottom: 60px;
  }
  .en-content-head {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .en-kiwami-txt {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
    margin-top: 20px;
  }
  .kiwami-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
    margin-top: 60px;
  }
  .kiwami-img {
    border-radius: 20px;
    margin: auto;
    width: 100%;
  }
  .kiwami-aboutbox {
    width: 100%;
  }
  .kiwami-abouttxt {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .features {
    padding: 60px 0 120px;
  }
  .features-ttl {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
    letter-spacing: 0;
  }
  .fr-itemboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pdf-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .pdf-item {
    width: 100%;
  }
  .features-head {
    font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
    margin-top: 32px;
  }
  .column {
    padding-top: 80px;
  }
  .column:before {
    height: 180px;
    top: -20px;
    width: 200px;
  }
  .column:after {
    height: 180px;
    left: -12px;
    width: 50px;
  }
  .column-box {
    padding: 20px 28px;
  }
  .column-ttl {
    font-size: clamp(1.9rem, calc(1.7rem + (0.625vw * 1)), 2.9rem);
  }
  .column-txt {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  }
  .yen {
    padding: 60px 0;
  }
  .yen-ttl {
    font-size: clamp(3rem, calc(2.8rem + (0.625vw * 1)), 4rem);
  }
  .yen-br-txt {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
    margin-top: 20px;
  }
  .yen-list {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yen-item {
    width: 100%;
  }
  .uchi-list {
    gap: 10px 30px;
  }
  .uchi-item:after {
    height: 20px;
    width: 20px;
  }
  .flow {
    padding: 60px 0;
  }
  .flow-ttl {
    font-size: clamp(5.4rem, calc(5.2rem + (0.625vw * 1)), 6.4rem);
  }
  .flow-list {
    margin-top: 40px;
  }
  .flow-item {
    padding: 20px 0;
  }
  .flow-item-num {
    font-size: clamp(4.4rem, calc(4.2rem + (0.625vw * 1)), 5.4rem);
  }
  .flow-item-txt {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  }
  .flow-contact-telspan,
  .flow-contact-mailspan {
    text-align: center;
  }
  .flow-contact-mailtxt {
    font-size: 1.8rem;
  }
  .works {
    padding: 60px 0;
  }
  .works-ttl {
    font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  }
}

@media (min-width: 1208px){
  .uchi-item:nth-child(n + 3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}


/*# sourceMappingURL=environment.css.map*/
