.property > div,
.property .webgene-blog {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
  width: 100%;
}
.property .webgene-item {
  height: 100%;
  width: 100%;
}

.property__item {
  background-color: #fff;
  border: 1px solid #5b6977;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 537px;
  overflow: hidden;
  width: 100%;
}

.property__body {
  height: 100%;
  padding-block: 40px 50px;
  padding-inline: 20px;
}

.property__inner {
  margin-inline: auto;
  max-width: 423px;
  width: 100%;
}

.property__title {
  font-size: 18px;
  font-weight: 500;
}

.property__day {
  align-items: center;
  color: #999;
  display: flex;
  font-size: 11px;
  gap: 10px;
  margin-top: 12px;
}

.property__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 35px;
}

.property__listitem {
  align-items: center;
  border-bottom: 1px dotted #646a73;
  display: flex;
  gap: 5px;
  padding-bottom: 10px;
}

.property__label {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  max-width: 90px;
  width: 100%;
}

.property__desc {
  font-size: 13px;
  font-weight: 400;
}

a.property__more {
  align-items: center;
  background: #284169;
  color: #fff;
  display: flex;
  font-family: "Shippori Mincho", serif;
  gap: 12px;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.08em;
  padding-inline: 20px;
}
a.property__more:hover {
  opacity: 1;
}
a.property__more:hover::after {
  transform: translateX(5px);
}
a.property__more::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 10px;
  transition: transform 0.3s ease;
  width: 10px;
}

.recruit__btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.product-free {
  padding-bottom: 80px;
  padding-inline: 20px;
  padding-top: 80px;
  position: relative;
}
.product-free::after {
  aspect-ratio: 1366/1210;
  background: linear-gradient(180deg, #98d0ee 0%, #66b3e7 32.69%, #92c5e8 62.37%);
  content: "";
  display: block;
  height: auto;
  left: 0;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-free .search-title-wrapper,
.product-free .search-subtitle-wrapper {
  display: none;
}
.product-free .webgene-search-form {
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 56px;
  grid-template-rows: 56px;
  margin-inline: auto;
  margin-top: 25px;
  max-width: 750px;
  overflow: hidden;
  position: relative;
}
.product-free .webgene-search-form input {
  border: none;
}
.product-free .webgene-search-form .search-area-wrapper {
  height: 100%;
}
.product-free .webgene-search-form .search-contents-wrapper {
  height: 100%;
}
.product-free .webgene-search-form .search-contents-wrapper input {
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
  color: #5b6977;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  line-height: calc(20 / 14);
  padding: 17px 20px;
  width: 100%;
}
.product-free .webgene-search-form .search-contents-wrapper input::-moz-placeholder {
  color: #b9b9b9;
}
.product-free .webgene-search-form .search-contents-wrapper input::placeholder {
  color: #b9b9b9;
}
.product-free .webgene-search-form .search-submit {
  background: url(../images/product_free_icon.svg) no-repeat center center;
  background-color: #ff8928;
  background-size: 22px;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.product-free :focus-visible {
  outline: #ff8928 auto 1px;
}

.product-free__wrap {
  color: #fff;
  position: relative;
  z-index: 2;
}

.c-product-title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: calc(32 / 24);
  text-align: center;
}

.product-free__notes {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: normal;
  gap: 10px;
  line-height: calc(19 / 13);
  margin-inline: auto;
  margin-top: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.product-search {
  background: #f0f3f6;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  padding-bottom: 80px;
  padding-inline: 20px;
  padding-top: 80px;
  position: relative;
  z-index: 3;
}
.product-search .c-product-title {
  text-align: left;
}
.product-search .webgene-search-form {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 36px;
  width: 100%;
}
.product-search .search-title {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18);
  padding-left: 20px;
  position: relative;
}
.product-search .search-title::before {
  background-color: #0391db;
  content: "";
  flex-shrink: 0;
  height: 84.6153846154%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.product-search .search-area-wrapper {
  margin-top: 17px;
}
.product-search .search-contents-wrapper {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 30px;
}
.product-search label {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
}
.product-search input {
  border: none;
  margin: 0;
}
.product-search .search-submit__wrap {
  height: 50px;
  margin-inline: auto;
  position: relative;
  width: 251px;
}
.product-search .search-submit__top {
  align-items: center;
  display: flex;
  gap: 8px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-search .search-submit__top::before {
  background: url(../images/product_free_icon.svg) no-repeat center center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 17px;
  width: 17px;
}
.product-search .search-submit__top p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: calc(20 / 14);
}
.product-search .search-submit {
  background: #1169ca;
  border: 1px solid #004fa4;
  border-radius: 45px;
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.product-search__inner {
  margin-inline: auto;
  max-width: 1130px;
}

.product-list {
  background-color: #f0f3f6;
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 80px;
}

.product-detail__pict {
  aspect-ratio: 924/420;
  border-radius: 5px;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
}

.product-detail__list {
  margin-top: 40px;
}

.product-detail__item {
  border-bottom: 1px solid #c7c7c7;
  display: grid;
  grid-template-columns: 90px 1fr;
  padding-block: 30px;
}

.product-detail__label {
  color: #004fa4;
  font-size: 14px;
  font-weight: 500;
}

.product-detail__text {
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .property > div,
  .property .webgene-blog {
    -moz-column-gap: 20px;
         column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 537px));
    justify-content: space-between;
    row-gap: 60px;
  }
  .product-search .search-contents-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 50px 60px;
  }
}

@media (min-width: 1024px) {
  .product-free {
    padding-bottom: 160px;
    padding-top: 105px;
  }
  .product-free .webgene-search-form .search-contents-wrapper input {
    padding: 17px 30px;
  }
  .product-search {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    padding-bottom: 144px;
    padding-top: 107px;
  }
  .product-search .search-submit__wrap {
    margin-top: 22px;
  }
  .product-list {
    padding-bottom: 130px;
    padding-top: 130px;
  }
  .product-detail__pict {
    margin-top: 74px;
  }
  .product-detail__list {
    margin-top: 74px;
  }
  .product-detail__item {
    grid-template-columns: 208px 1fr;
  }
}