@charset "UTF-8";
.lower_ttl .en {
  height: auto;
  width: 100%;
}

.lower_ttl .en img {
  width: 100%;
  height: auto;
}

.policy .policy_ttl {
  padding-bottom: 0.8rem;
  margin-bottom: 3.2rem;
  color: #0486bd;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.policy .policy_ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #21b7e5 0%, #0486bd 50%, #0c6ac9 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.policy .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.policy .content_ttl {
  padding-left: 1.4rem;
  margin-bottom: 1.6rem;
  color: #00a5d9;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}

.policy .content_ttl::before {
  content: '';
  width: 0.6rem;
  aspect-ratio: 6 / 29;
  background-image: url(../img/common/ttl_bar.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.policy .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.policy .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.policy .text_wrap .text.small,
.policy .text_wrap .text small {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.policy .gap_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.policy .ttl {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.policy .ttl .num {
  color: #00b3e6;
}

.policy .list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.policy .list .item {
  padding-left: 1.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}

.policy .list .item::before {
  content: '';
  width: 0.6rem;
  aspect-ratio: 1/1;
  background-color: #00a5d9;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}

.policy .text a {
  color: #00a5d9;
  text-decoration: underline;
}

.to_home {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .policy .inner {
    width: 92.8rem;
    padding: 0;
    margin: 0 auto;
  }

  .lower_ttl .en {
    width: auto;
    height: 9.8rem;
  }

  .lower_ttl .en img {
    width: auto;
    height: 100%;
  }

  .policy .policy_ttl {
    font-size: 3.2rem;
  }

  .policy .content_ttl {
    font-size: 2.4rem;
  }

  .policy .content_ttl::before {
    top: 0.4rem;
  }

  .policy .text_wrap .text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }

  .policy .text_wrap .list .text {
    letter-spacing: normal;
  }

  .policy .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }

  .policy .text a:hover {
    opacity: 0.7;
  }
}
