section.business {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.business .business-box {
  display: flex;
  margin-top: 60px;
  gap: 0 6%;
}
@media screen and (max-width: 767px) {
  section.business .business-box {
    flex-direction: column;
    margin-top: 40px;
    gap: 15px 0;
  }
}
section.business .business-box .img {
  margin-top: 5px;
  width: 44%;
}
@media screen and (max-width: 767px) {
  section.business .business-box .img {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
section.business .business-box .txt-area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.business .business-box .txt-area {
    width: 100%;
  }
}
section.business .business-box .txt-area h3 {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.business .business-box .txt-area h3 {
    font-size: 18px;
    padding-left: 25px;
  }
}
section.business .business-box .txt-area h3:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 13px;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  section.business .business-box .txt-area h3:before {
    translate: 0 -5px;
  }
}
section.business .business-box .txt-area h4 {
  font-size: 20px;
  color: var(--blue);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  section.business .business-box .txt-area h4 {
    margin-top: 10px;
    font-size: 16px;
  }
}
section.business .business-box .txt-area p {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  section.business .business-box .txt-area p {
    margin-top: 10px;
  }
}

section.products {
  margin: 140px auto 0;
}
@media screen and (max-width: 767px) {
  section.products {
    margin-top: 80px;
  }
}
section.products h2.ttl-shape {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
section.products .anchor-area {
  margin-top: 40px;
  background-color: var(--light-blue);
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.products .anchor-area {
    margin-top: 20px;
    padding: 30px 0;
  }
}
section.products .anchor-area ul.anchor-list {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 767px) {
  section.products .anchor-area ul.anchor-list {
    gap: 20px;
  }
}
section.products .anchor-area ul.anchor-list li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  section.products .anchor-area ul.anchor-list li {
    width: calc((100% - 20px) / 2);
  }
}
section.products .anchor-area ul.anchor-list li a {
  color: var(--blue);
  font-size: 16px;
  border-bottom: 1px solid var(--light-gray);
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-right: 30px;
  cursor: pointer !important;
  transition: border 0.3s;
}
section.products .anchor-area ul.anchor-list li a:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 10px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(/common/img/icn_arrow.svg) no-repeat center/12px;
  rotate: 90deg;
}
@media (hover) {
  section.products .anchor-area ul.anchor-list li a:hover {
    border-color: var(--blue);
  }
}
section.products .products-box {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 0 5%;
  margin-top: 100px;
}
section.products .products-box:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.products .products-box {
    gap: 15px 0;
    flex-direction: column;
    margin-top: 40px;
  }
}
section.products .products-box .img {
  width: 30%;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  section.products .products-box .img {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
section.products .products-box .txt-area {
  width: 65%;
}
@media screen and (max-width: 767px) {
  section.products .products-box .txt-area {
    width: 100%;
  }
}
section.products .products-box .txt-area h3 {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.products .products-box .txt-area h3 {
    font-size: 18px;
    padding-left: 25px;
  }
}
section.products .products-box .txt-area h3:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 13px;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  section.products .products-box .txt-area h3:before {
    translate: 0 -5px;
  }
}
section.products .products-box .txt-area p {
  margin-top: 12px;
}
section.products .products-box .txt-area ul.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.products .products-box .txt-area ul.link-list {
    margin-top: 10px;
    gap: 0 20px;
  }
}
section.products .products-box .txt-area ul.link-list li {
  width: calc((100% - 35px) / 2);
}
@media screen and (max-width: 767px) {
  section.products .products-box .txt-area ul.link-list li {
    width: calc((100% - 20px) / 2);
  }
}
section.products .products-box .txt-area ul.link-list li a {
  font-size: 16px;
  color: var(--blue);
  font-weight: bold;
  padding: 15px 35px 15px 0;
  line-height: 1.7;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #d4d4d9;
  transition: color 0.3s, border 0.3s;
}
@media screen and (max-width: 767px) {
  section.products .products-box .txt-area ul.link-list li a {
    font-size: 15px;
    padding: 10px 20px 10px 0;
    line-height: 1.5;
  }
}
section.products .products-box .txt-area ul.link-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(/common/img/icn_arrow.svg) no-repeat;
  transform: translateY(-50%);
}
section.products .products-box .txt-area ul.link-list li a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/common/img/icn_blank.svg) no-repeat;
  transform: translateY(-50%);
}
@media (hover) {
  section.products .products-box .txt-area ul.link-list li a:hover {
    color: var(--blue);
    border-color: var(--blue);
  }
}

section.link-area {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.link-area {
    margin-top: 80px;
  }
}
section.link-area ul.link-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  section.link-area ul.link-list {
    margin-top: 20px;
    gap: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  section.link-area ul.link-list {
    flex-direction: column;
  }
}
section.link-area ul.link-list > li {
  width: calc((100% - 100px) / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  section.link-area ul.link-list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 500px) {
  section.link-area ul.link-list > li {
    width: 100%;
  }
}
section.link-area ul.link-list > li > a .img {
  overflow: hidden;
  aspect-ratio: 2/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.link-area ul.link-list > li > a .img:after {
    display: none;
  }
}
section.link-area ul.link-list > li > a .img img {
  transition: transform 0.3s;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
section.link-area ul.link-list > li > a .category {
  margin-top: 20px;
  font-size: 12px;
  border: 1px solid var(--blue);
  color: var(--blue);
  line-height: 1;
  width: fit-content;
  padding: 5px 10px;
}
@media screen and (max-width: 500px) {
  section.link-area ul.link-list > li > a .category {
    margin-top: 15px;
  }
}
section.link-area ul.link-list > li > a p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 30px 0 0;
  font-weight: bold;
  position: relative;
  margin-top: 12px;
  transition: color 0.3s;
}
section.link-area ul.link-list > li > a p:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(/common/img/icn_blank.svg) no-repeat center/15px;
  transform: translateY(-50%);
}
@media (hover) {
  section.link-area ul.link-list > li > a:hover img {
    transform: scale(1.07);
  }
  section.link-area ul.link-list > li > a:hover p {
    color: var(--blue);
  }
}