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

  射出成形で世界の医療を支える

---------------------------------*/
.aboutBlock {}
.aboutBlock .l-inner {
  max-width: none;
}
.aboutBlock .ttlBox {
  text-align: center;
  margin-bottom: 7rem;
}
.aboutBlock .title h2 {
  font-size: 3em;
  margin-bottom: 2rem;
}
.aboutBlock .wrap {
  border-top: 1px solid #8899b0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.aboutBlock .wrap .itemBox {
  border-bottom: 1px solid #8899b0;
  position: relative;
}
.aboutBlock .wrap .itemBox a {
  color: var(--col-main);
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding: 5rem;
}
.aboutBlock .wrap .itemBox a * {
  transition: all .3s;
}
.aboutBlock .wrap .itemBox:nth-child(even)::before {
  background: #8899b0;
  content: '';
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 5rem);
}
.aboutBlock .wrap .itemBox ._txt {}
.aboutBlock .wrap .itemBox ._txt dt {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2.6rem;
}
.aboutBlock .wrap .itemBox ._txt dt span {
  display: block;
  font-size: 5.0rem;
  font-weight: 500;
}
.aboutBlock .wrap .itemBox ._txt dd .__ttl {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.aboutBlock .wrap .itemBox ._txt dd .__txt {
  text-align: justify;
}
.aboutBlock .wrap .itemBox ._img {
  flex: 0 0 26rem;
  position: relative;
}
.aboutBlock .wrap .itemBox ._img::after {
  background: url("../images/arr_b_bottom.svg") no-repeat center right/.8rem;
  content: 'View More';
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 1rem;
  padding-right: 1.5rem;
  text-align: right;
  transition: all .3s;
}
.aboutBlock .wrap .itemBox ._img figure {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.aboutBlock .wrap .itemBox ._img figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.aboutBlock .wrap .itemBox a:hover ._img figure img {
  transform: scale(1.1);
}
.aboutBlock .wrap .itemBox a:hover ._img::after {
  letter-spacing: 4px;
}
.aboutBlock .btn {
  margin-top: 7rem;
}
@media screen and (max-width: 1024px) {
  .aboutBlock .wrap .itemBox a {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem;
  }
  .aboutBlock .wrap .itemBox ._txt {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .aboutBlock .wrap .itemBox ._txt dt {
    margin-bottom: 0;
  }
  .aboutBlock .wrap .itemBox ._txt dd .__ttl {
    font-size: 1.3em;
    line-height: 1.3;
    margin: 0;
  }
}
@media screen and (max-width: 995px) {
  .aboutBlock .ttlBox ._txt br {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .aboutBlock {
    padding: 5rem 0;
  }
  .aboutBlock .title h2 {
    font-size: 2.6em;
  }
  .aboutBlock .wrap .itemBox a {
    gap: 1rem;
    padding: 2rem;
  }
  .aboutBlock .wrap .itemBox ._txt {
    display: block;
  }
  .aboutBlock .wrap .itemBox ._txt dt {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .aboutBlock .wrap .itemBox ._txt dt span {
    font-size: 3.5rem;
  }
  .aboutBlock .wrap .itemBox ._txt dd .__ttl {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .aboutBlock .wrap .itemBox ._txt dd .__txt {}
}
@media screen and (max-width: 480px) {
  .aboutBlock::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
    height: calc(100% - 3rem);
  }
  .aboutBlock .title h2 {
    font-size: 2.2em;
  }
  .aboutBlock .ttlBox {
    margin-bottom: 3rem;
  }
  .aboutBlock .wrap {}
  .aboutBlock .wrap .itemBox a {
    padding: 1.5rem;
  }
  .aboutBlock .wrap .itemBox ._txt dt span {
    font-size: 2.8rem;
  }
  .aboutBlock .wrap .itemBox ._txt dd .__ttl {
    font-size: 1.1em;
    min-height: 2.6em;
  }
  .aboutBlock .wrap .itemBox ._img {
    flex: 0 0 auto;
  }
  .aboutBlock .wrap .itemBox ._img::after {
    font-size: 1rem;
  }
}
/*---------------------------------

  一覧

---------------------------------*/
.ListSection {}
.ListSection + .ListSection {
  border-top: 1px dotted var(--col-sub02);
}
.ListSection .title {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.ListSection .title ._en {
  color: var(--col-main);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .05em;
  padding-bottom: 0;
}
.ListSection .title ._en span {
  display: block;
  font-size: 3.5em;
}
.ListSection .contentsTxt {}
.ListSection .wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
}
.ListSection .wrap figure {
  margin: 0;
}
.ListSection .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .ListSection {
    padding-bottom: 5rem !important;
  }
  .ListSection + .ListSection {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ListSection {
    padding-bottom: 3rem !important;
  }
  .ListSection + .ListSection {
    padding-top: 3rem !important;
  }
  .ListSection:last-child {
    padding-bottom: 0 !important;
  }
  .ListSection .title {
    gap: 2rem;
  }
}
/*---------------------------------

  詳細ページ

---------------------------------*/
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}