/* #target
----------------------------------- */
#firstLead {
  padding: 2rem clamp(1.25rem, 6.9vw, 6.25rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background: #BBE0E4;
  color: #1B728D;
  font-size: clamp(0.875rem, 1.7vw, 1.5rem);
}
#firstLead strong {
  display: inline-block;
  background: linear-gradient(90deg, #1B728D 0%, #33B6C4 29.33%, #267B93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1rem, 1.7vw, 1.5rem);
}
#firstLead strong span.fia {
  font-size: clamp(1.1875rem, 2.4vw, 2.125rem);
}
#firstLead strong span.service {
  font-size: clamp(1.125rem, 2.1vw, 1.875rem);
  padding-left: 0.25em;
}
@media screen and (max-width: 768px) {
  #firstLead {
    padding: 1rem clamp(0.625rem, 1.4vw, 1.25rem);
  }
}

#vi {
  border-bottom: 10px solid #BFDEE0;
  position: relative;
}
#vi .person {
  position: absolute;
  right: 11.3vw;
  bottom: 0;
  width: 19.4vw;
}
@media screen and (max-width: 768px) {
  #vi .person {
    display: none;
  }
}

/* #target/remedicFeature
----------------------------------- */
#target {
  padding: 2.5rem 0 0;
  background: #0097A7;
}
#target .hgtype01 {
  --color: #FFF;
  margin-bottom: 2.5rem;
}
#target .targetContainer {
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 16.2vw 16.2vw 1fr;
  grid-template-columns: 1fr 13vw 13vw 1fr;
  grid-template-areas: "seller sellerphoto buyerphoto buyer";
  position: relative;
  gap: 3px;
}
#target .targetContainer:before {
  content: "";
  width: 1px;
  height: calc(100% + 9.4444444444vw);
  background: #D9D9D9;
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 1px);
  z-index: 10;
}
#target .targetContainer::after {
  content: "";
  width: 100vw;
  aspect-ratio: 1440/136;
  background: url(/lib/img/audience_bg.svg) no-repeat top/cover;
  top: calc(100% - 0.5px);
  left: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
#target .targetContainer .photo {
  position: relative;
  aspect-ratio: 233/680;
}
#target .targetContainer .photo::before {
  content: "";
  width: 15.6vw;
  aspect-ratio: 224/593;
  display: block;
  position: absolute;
  bottom: -4.2vw;
  z-index: 2;
}
#target .targetContainer .sellerphoto {
  grid-area: sellerphoto;
}
#target .targetContainer .sellerphoto::before {
  background: url(/lib/img/faq_from.webp) no-repeat bottom right/contain;
  right: 0;
}
#target .targetContainer .buyerphoto {
  grid-area: buyerphoto;
}
#target .targetContainer .buyerphoto::before {
  background: url(/lib/img/faq_to.webp) no-repeat bottom right/contain;
  left: 0;
}
#target .targetContainer section {
  color: #FFF;
}
#target .targetContainer section h3 {
  display: grid;
  width: fit-content;
  margin: 0 auto 2rem;
}
#target .targetContainer section h3 span {
  display: block;
  background: #1B728D;
  width: fit-content;
  padding: 0.8rem 1rem;
}
#target .targetContainer section h3 span:first-child {
  font-size: clamp(1.125rem, 2.6vw, 2.375rem);
}
#target .targetContainer section h3 span:last-child {
  font-size: clamp(0.875rem, 1.9vw, 1.75rem);
  margin-left: 3em;
}
#target .targetContainer section ul {
  width: fit-content;
  border-top: 2px dotted #FFF;
}
#target .targetContainer section ul li {
  padding: 1rem 0;
  border-bottom: 2px dotted #FFF;
  font-size: clamp(0.875rem, 1.4vw, 1.25rem);
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
}
#target .targetContainer section ul li strong {
  display: inline;
  padding: 0 3px;
}
#target .targetContainer section ul li::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  mask: url(/lib/img/icon_check.svg) no-repeat center/contain;
  display: block;
  background: #FFF;
}
#target .targetContainer section.seller {
  grid-area: seller;
}
#target .targetContainer section.seller ul {
  margin: 0 0 0 auto;
}
#target .targetContainer section.seller ul li strong {
  background: #BE5456;
}
#target .targetContainer section.buyer {
  grid-area: buyer;
  padding-left: 3.5vw;
}
#target .targetContainer section.buyer ul {
  margin: 0 auto 0 0;
  min-width: calc(17 * clamp(1rem, 1.4vw, 1.25rem) + 20px + 1rem);
}
#target .targetContainer section.buyer ul li strong {
  background: #9DA848;
}
@media screen and (max-width: 1024px) {
  #target .targetContainer section ul li {
    padding: 0.6rem 0;
  }
  #target .targetContainer section ul li strong {
    padding: 0 2px;
  }
  #target .targetContainer section.buyer ul {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #target .targetContainer {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "seller sellerphoto" " buyerphoto buyer";
    gap: 2rem 0;
    position: relative;
  }
  #target .targetContainer::before {
    display: none;
  }
  #target .targetContainer section {
    width: 80%;
  }
  #target .targetContainer .photo {
    width: 20%;
    position: relative;
    aspect-ratio: 224/593;
  }
  #target .targetContainer .photo::before {
    width: 100%;
    aspect-ratio: 224/593;
    bottom: auto;
    top: 0;
  }
  #target .targetContainer section h3 {
    margin: 0 auto 1rem;
  }
  #target .targetContainer section h3 span {
    width: fit-content;
    padding: 0.4rem 1rem;
  }
  #target .targetContainer section h3 span:first-child {
    font-size: clamp(1.125rem, 2.6vw, 2.375rem);
  }
  #target .targetContainer section h3 span:last-child {
    font-size: clamp(0.875rem, 1.9vw, 1.75rem);
    margin-left: 3em;
  }
  #target .targetContainer section ul {
    width: 100%;
  }
  #target .targetContainer section ul li {
    padding: 0.5rem 0;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    font-size: 0.75rem;
  }
  #target .targetContainer section ul li strong {
    display: inline;
    padding: 0 3px;
  }
  #target .targetContainer section ul li::before {
    content: "";
    width: 20px;
  }
  #target .targetContainer section.buyer {
    padding-left: 0;
  }
  #target .targetContainer section.buyer ul {
    min-width: auto;
  }
  #target .targetContainer section.buyer {
    padding-left: 0;
  }
  #target .targetContainer section.buyer ul {
    min-width: auto;
  }
}

#remedicFeature {
  padding: 9.4444444444vw 0;
  margin-bottom: 6rem;
  background: url(/lib/img/remedicFeature_bg.webp) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
#remedicFeature:before {
  content: "";
  display: block;
  width: 60vw;
  border-radius: 100vh;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.26);
  position: absolute;
  left: 20%;
  top: 0;
  transform: translateY(-50%);
  z-index: 0;
}
#remedicFeature > * {
  position: relative;
}
#remedicFeature h3 {
  margin: 0 auto 3rem;
  text-align: center;
}
#remedicFeature h3 img {
  width: clamp(200px, 28vw, 28vw);
}
#remedicFeature .rmFeature_container {
  padding: 0 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.8vw, 2.5rem);
}
#remedicFeature .rmFeature_container section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  box-shadow: 0 0 10px rgba(27, 114, 141, 0.3);
}
#remedicFeature .rmFeature_container h4 {
  background: #1B728D;
  padding: clamp(0.625rem, 2.2vw, 2rem) 0.5rem;
  color: #FFF;
  font-size: clamp(1.125rem, 1.7vw, 1.5rem);
  text-align: center;
  position: relative;
}
#remedicFeature .rmFeature_container h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 4px;
}
#remedicFeature .rmFeature_container h4 span {
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}
#remedicFeature .rmFeature_container .detail {
  background: #FFF;
  padding: clamp(0.625rem, 2.2vw, 2rem);
  position: relative;
}
#remedicFeature .rmFeature_container .detail::before {
  content: "";
  width: 40%;
  height: 22px;
  display: block;
  border-right: 3px solid #1B728D;
  border-bottom: 3px solid #1B728D;
  position: absolute;
  right: -3px;
  bottom: -3px;
}
#remedicFeature .rmFeature_container .detail p {
  font-size: clamp(1rem, 1.3vw, 1.125rem);
}
#remedicFeature .rmFeature_container .detail p strong {
  font-weight: bold;
  color: #BE5456;
  background: linear-gradient(transparent 50%, #FFE3E3 50%);
  background: linear-gradient(180deg, transparent 60%, #FFE3E3 60%, #FFE3E3 80%, transparent 80%);
}
#remedicFeature .rmFeature_container .detail p.check {
  margin-top: 1rem;
  background: #F6F8E2;
  padding: 5px;
  display: grid;
  grid-template-columns: 20px 1fr;
  color: #1B728D;
  font-weight: 500;
  gap: 5px;
}
#remedicFeature .rmFeature_container .detail p.check::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/21;
  display: block;
  background: url(/lib/img/icon_check.svg) no-repeat bottom/contain;
}
@media screen and (max-width: 768px) {
  #remedicFeature .rmFeature_container {
    padding: 0 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* #flowchart
----------------------------------- */
#flowchart {
  padding: 1rem 0 3rem;
}
#flowchart .flowscrollbox {
  margin: 2rem 0 10rem;
}
#flowchart .flow {
  background: #FFF;
  border-top: 1px solid #1B728D;
  border-bottom: 1px solid #1B728D;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
#flowchart .flow .step {
  --stepcolor: #CCC;
  padding: 2.5rem 2rem 3.5rem 2rem;
  position: relative;
}
#flowchart .flow .step .phasename {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  background: var(--stepcolor);
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: clamp(1rem, 1.8vw, 1.625rem);
}
#flowchart .flow .step .phasename a {
  color: #FFF;
}
#flowchart .flow .step .phasename span {
  font-size: clamp(0.875rem, 1.4vw, 1.25rem);
}
#flowchart .flow .step .en {
  display: flex;
  align-items: start;
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  font-size: clamp(1.125rem, 1.7vw, 1.5rem);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  gap: 1rem;
  color: var(--stepcolor);
}
#flowchart .flow .step .en span {
  position: relative;
  font-size: clamp(2rem, 4.4vw, 4rem);
  top: -0.2em;
}
#flowchart .flow .step .illust {
  width: clamp(6.25rem, 13.9vw, 12.5rem);
  aspect-ratio: 200/140;
  margin: 0 auto;
}
#flowchart .flow .step .illust img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#flowchart .flow .step:not(:last-child) {
  padding-right: calc(2rem + clamp(0.625rem, 2.1vw, 1.875rem));
}
#flowchart .flow .step:not(:last-child):after {
  content: "";
  width: clamp(0.625rem, 2.1vw, 1.875rem);
  height: 100%;
  display: block;
  background: url(/lib/img/icon_allow_02.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}
#flowchart .flow .step.step01 {
  --stepcolor: #1B728D;
}
#flowchart .flow .step.step02 {
  --stepcolor: #5D73AA;
}
#flowchart .flow .step.step03 {
  --stepcolor: #A76BA2;
}
@media screen and (max-width: 1024px) {
  #flowchart .flow .step {
    padding: 2.5rem 2rem 3.5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  #flowchart .flowscrollbox {
    width: 100vw;
    overflow-x: scroll;
    margin-bottom: 3rem;
  }
  #flowchart .flowscrollbox .flow {
    justify-content: start;
    width: fit-content;
  }
}
#flowchart .phase {
  padding: 0 1.25rem;
  --stepcolor: #CCC;
  max-width: 1024px;
  margin: 0 auto 4rem;
  display: grid;
  grid-template-columns: clamp(2rem, 2.6vw, 2.375rem) 1fr;
  gap: 1rem;
}
#flowchart .phase hgroup {
  padding: 10px 2px;
  background: var(--stepcolor);
  margin-bottom: 50%;
  position: relative;
}
#flowchart .phase hgroup:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.5;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: var(--stepcolor);
  position: absolute;
  top: calc(100% - 0.5px);
  left: 0;
}
#flowchart .phase hgroup h3 {
  writing-mode: vertical-lr;
  color: #FFF;
  font-size: clamp(1.125rem, 1.8vw, 1.625rem);
  letter-spacing: 1px;
}
#flowchart .phase hgroup h3 span {
  padding-top: 0.3rem;
  font-size: clamp(0.875rem, 1.4vw, 1.25rem);
}
#flowchart .phase .flowsteps {
  display: grid;
  gap: 5px;
}
#flowchart .phase .step {
  background: #FFF;
  padding: 1.25rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  align-items: start;
}
#flowchart .phase .step .num {
  border: 1px solid var(--stepcolor);
  color: var(--stepcolor);
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  font-weight: 300;
  font-size: clamp(1.25rem, 1.8vw, 1.625rem);
  width: clamp(2.125rem, 2.8vw, 2.5rem);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flowchart .phase .step .detail {
  padding-top: 0.3em;
}
#flowchart .phase .step .title {
  color: var(--stepcolor);
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  font-weight: 500;
}
#flowchart .phase .step .title + .desc {
  margin-top: 0.5rem;
}
#flowchart .phase .step .desc {
  font-size: clamp(1rem, 1.3vw, 1.125rem);
}
#flowchart #flowstep01 {
  --stepcolor: #1B728D;
}
#flowchart #flowstep02 {
  --stepcolor: #5D73AA;
}
#flowchart #flowstep03 {
  --stepcolor: #A76BA2;
}
@media screen and (max-width: 768px) {
  #flowchart .phase .step {
    gap: 0.3rem;
    grid-template-columns: 1fr;
  }
}

/* #plan
----------------------------------- */
#plan {
  padding: 2.5rem 0;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 790' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><radialGradient id='grad' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(42 28.028 -51.088 40.363 255 257.04)'><stop stop-color='rgba(52,183,197,1)' offset='0'/><stop stop-color='rgba(26,167,182,1)' offset='0.5'/><stop stop-color='rgba(13,159,174,1)' offset='0.75'/><stop stop-color='rgba(0,151,167,1)' offset='1'/></radialGradient></defs></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#plan .hgtype01 {
  --color: #FFF;
  margin-bottom: 2.5rem;
}
#plan .plan_container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
#plan .plan_container + .plan_container {
  margin-top: 4rem;
}
#plan .plan_container p {
  color: #FFF;
}
#plan .plan_container table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
}
#plan .plan_container table caption {
  caption-side: bottom;
  text-align: right;
  color: #FFF;
  padding: 0.5rem 0 0 0;
}
#plan .plan_container table th,
#plan .plan_container table td {
  padding: 1rem 2rem;
  font-weight: 400;
  text-align: center;
  width: 33.333%;
}
#plan .plan_container table thead tr {
  border-top: 1px solid #FFF;
  background: rgba(27, 114, 141, 0.4);
}
#plan .plan_container table thead th {
  color: #FFF;
  border-left: 1px dashed #FFF;
}
#plan .plan_container table tbody {
  background: #F6FCFC;
  color: #1B728D;
}
#plan .plan_container table tbody tr {
  border-top: 1px dashed #1B728D;
}
#plan .plan_container table tbody tr th {
  text-align: left;
  font-weight: 600;
  background: #D2EEF1;
}
#plan .plan_container table tbody tr td + td {
  border-left: 1px dashed #1B728D;
}
@media screen and (max-width: 768px) {
  #plan .plan_container table th,
  #plan .plan_container table td {
    padding: 1rem 1rem;
    width: auto;
  }
  #plan .plan_container table thead tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #plan .plan_container table thead td {
    display: none;
  }
  #plan .plan_container table thead th:first-of-type {
    border-left: none;
  }
  #plan .plan_container table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "rowhead rowhead" "seller buyer";
    border-top: none;
  }
  #plan .plan_container table tbody tr th {
    grid-area: rowhead;
  }
  #plan .plan_container table tbody tr td.col2 {
    grid-column: 1/3;
  }
  #plan .plan_container table tbody tr td:not(.col2):first-of-type {
    grid-area: seller;
  }
  #plan .plan_container table tbody tr td:not(.col2):last-of-type {
    grid-area: buyer;
  }
}

/* #about
------------------------------------ */
#faq {
  padding: 2.5rem 0;
}
#faq section {
  position: relative;
  max-width: calc(1024px + 2.5rem);
  margin: 0 0 0 auto;
  padding: 0 2.5rem 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-template-areas: "hgroup hgroup" "dl photo";
}
#faq section hgruop {
  grid-area: hgroup;
  margin: 0 0 0 auto;
  width: fit-content;
  display: grid;
  justify-items: end;
}
#faq section hgruop h3,
#faq section hgruop p {
  background: #1B728D;
  width: fit-content;
  display: block;
  padding: 0.5rem 1.5em;
  color: #FFF;
}
#faq section hgruop h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.375rem);
  margin-right: calc(0.5em + 1ch);
}
#faq section hgruop p {
  font-size: clamp(1.125rem, 1.9vw, 1.75rem);
}
#faq section .photo {
  align-self: self-end;
  grid-area: photo;
  width: 220px;
  position: relative;
  right: 0;
  left: -20px;
  z-index: 1;
}
#faq section dl {
  grid-area: dl;
  z-index: 2;
}
#faq section dl dt,
#faq section dl dd {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.8rem;
  align-items: self-start;
}
#faq section dl dt span,
#faq section dl dd span {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  font-size: clamp(1.25rem, 2.1vw, 1.875rem);
  line-height: 1;
  font-weight: 500;
  color: #1B728D;
}
#faq section dl dt {
  color: #1B728D;
  padding: 0.5rem 0;
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
#faq section dl dd {
  background: #FFF;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}
#faq section dl dd span {
  padding-right: 0.5em;
  border-right: 1px solid #1B728D;
}
#faq section.faq_buyer {
  margin: 4rem auto 0 0;
  padding: 0 1.25rem 0 2.5rem;
  grid-template-areas: "hgroup hgroup" "photo dl";
  grid-template-columns: 220px 1fr;
}
#faq section.faq_buyer .photo {
  right: -20px;
  left: auto;
  z-index: 1;
}
#faq section.faq_buyer hgruop {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #faq section {
    position: relative;
    padding: 0 1.25rem;
    max-width: 1024px;
    margin: 3rem auto;
    display: grid;
    grid-template-columns: 1fr 70px;
    align-items: end;
    grid-template-areas: "hgroup photo" "dl dl";
  }
  #faq section hgruop {
    grid-area: hgroup;
    margin: 0 auto 0 0;
    width: fit-content;
    display: grid;
    justify-items: end;
  }
  #faq section .photo {
    grid-area: photo;
    width: 70px;
    right: -1.25rem;
    left: auto;
    position: absolute;
    top: -20px;
  }
  #faq section.faq_buyer {
    margin-top: 4rem;
    grid-template-areas: "photo hgroup" "dl dl";
    grid-template-columns: 70px 1fr;
  }
  #faq section.faq_buyer .photo {
    right: auto;
    left: -1.25rem;
    z-index: 1;
  }
  #faq section.faq_buyer hgruop {
    margin: 0 0 0 auto;
  }
  #faq section.faq_buyer dl {
    z-index: 2;
  }
}

/* #about
------------------------------------ */
#about {
  padding: 2.5rem 0 0;
  width: 100%;
  color: #FFF;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1440 790' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><radialGradient id='grad' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(42 28.028 -51.088 40.363 255 257.04)'><stop stop-color='rgba(52,183,197,1)' offset='0'/><stop stop-color='rgba(26,167,182,1)' offset='0.5'/><stop stop-color='rgba(13,159,174,1)' offset='0.75'/><stop stop-color='rgba(0,151,167,1)' offset='1'/></radialGradient></defs></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#about .hgtype01 {
  --color: #FFF;
  margin-bottom: 2.5rem;
}
#about .about_container {
  padding: 3.75rem 1.25rem;
  background: rgba(27, 114, 141, 0.4);
}
#about .about_container h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  line-height: 1;
}
#about .about_container h3 span {
  font-size: 1.125rem;
  display: inline-block;
}
#about .about_container dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.75rem 0;
  font-size: 1.125rem;
  width: fit-content;
  margin: 0 auto;
}
#about .about_container dl dt {
  padding: 0 clamp(1.25rem, 3.1vw, 2.8125rem) 0.75rem clamp(0.625rem, 1.7vw, 1.5625rem);
  border-bottom: 1px solid #FFF;
}
#about .about_container dl dd {
  padding: 0 clamp(1.25rem, 3.1vw, 2.8125rem) 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#about .linkbtn {
  background: rgba(27, 114, 141, 0.4);
  position: relative;
  padding: 0 1.25rem;
}
#about .linkbtn::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #EFF0EE;
  position: absolute;
  left: 0;
  bottom: 0;
}
#about .linkbtn a {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
  background: #595959;
  padding: 2rem;
  font-size: 1.375rem;
  color: #FFF;
  line-height: 1;
  align-items: center;
  transition: 2s;
}
#about .linkbtn a::before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #0D0D0D;
  transition: width 0.4s ease;
}
#about .linkbtn a:hover::before {
  width: 100%;
}
#about .linkbtn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: 2rem;
  width: 11px;
  height: 39px;
  background: url(/lib/img/icon_allow_01.svg) no-repeat center/contain;
}
#about .linkbtn a span {
  position: relative;
}
#about .linkbtn a span:first-child {
  width: 215px;
  aspect-ratio: 214/52;
  mask: url(/lib/img/logo_remedic.svg) no-repeat center/contain;
  background: #FFF;
}
#about .linkbtn a span:last-child {
  padding-top: 0.6em;
}
@media screen and (max-width: 768px) {
  #about .about_container dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 0;
    font-size: 1.125rem;
    width: fit-content;
    margin: 0 auto;
  }
  #about .about_container dl dt {
    width: fit-content;
    padding: 0;
    border-bottom: 1px solid #FFF;
  }
  #about .about_container dl dd {
    padding-left: 0;
    border-bottom: none;
  }
  #about .linkbtn a {
    max-width: 80%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1rem 2rem 1rem 1rem;
    font-size: 1rem;
  }
  #about .linkbtn a::after {
    right: 1rem;
  }
  #about .linkbtn a span:first-child {
    width: 70%;
  }
}