main {
  background: linear-gradient(rgba(46, 218, 255, 0.5) 5rem, #fff 10rem, #fff);
  z-index: -2;
  position: relative;
}

/* ******************************
#policy_eyecatch
****************************** */
section#policy_eyecatch {
  margin: 0 0 3rem;
  margin-bottom: 0;
}
section#policy_eyecatch > div {
  position: relative;
  text-align: right;
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div {
    text-align: left;
    background-size: cover;
    background-position: center;
  }
  section#policy_eyecatch > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    backdrop-filter: blur(10px);
  }
}
section#policy_eyecatch > div > h1 {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  background: #2EDAFF;
  top: 1rem;
  left: 0;
  width: 50%;
  position: absolute;
  padding: 0.5rem;
  color: #fff;
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > h1 {
    top: 50%;
  }
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > h1 {
    width: 62%;
  }
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > h1 {
    padding: 0.5rem 0 0.5rem 3rem;
  }
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > h1 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transform: translate(0, -50%);
    z-index: 2;
  }
}
section#policy_eyecatch > div > h1::after {
  font-size: 0.6rem;
  letter-spacing: 0;
  content: "POLICY";
  display: block;
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > h1::after {
    font-size: 1rem;
  }
}
section#policy_eyecatch > div > p > img {
  display: inline-block;
  max-width: 90%;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > p > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > p > img {
    display: block;
    max-height: 75vh;
    object-fit: contain;
    object-position: right;
    padding-right: 6rem;
    z-index: 1;
  }
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > h1 {
    max-width: 50%;
  }
}
section#policy_eyecatch > div > p > img {
  max-width: initial;
}
@media screen and (min-width: 481px) {
  section#policy_eyecatch > div > p > img {
    padding-right: 6rem;
  }
}

/* ******************************
#policy_value
****************************** */
section#policy_value {
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#policy_value {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 481px) {
  section#policy_value {
    margin: 0 0 6rem;
  }
}
@media screen and (min-width: 481px) {
  section#policy_value > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section#policy_value > div > div + div {
  margin: 3rem 0 0;
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div + div {
    margin: 6rem 0 0;
  }
}
section#policy_value > div > div:last-of-type > h3 {
  font-size: 1rem;
  line-height: 1.5;
  background: #eee;
  color: #666;
  margin: 0 0 0 2rem;
  padding: 0 1rem 1rem;
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div:last-of-type > h3 {
    text-align: center;
  }
}
section#policy_value > div > div:last-of-type > h3:first-of-type {
  margin: -1.5rem 0 0 2rem;
  padding: 2.5rem 1rem 1rem;
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div:last-of-type > h3:first-of-type {
    padding: 3.5rem 1rem 1rem;
  }
}
section#policy_value > div > div:last-of-type > p {
  margin: 0 0 0 2rem;
  padding: 0 1rem 1rem;
  font-weight: 400;
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div:last-of-type > p {
    padding: 0 3rem 3rem;
  }
}
section#policy_value > div > div > h2 {
  background: #2EDAFF;
  max-width: 62%;
  padding: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div > h2 {
    margin: 0 auto;
  }
}
section#policy_value > div > div > h2 > span {
  display: block;
}
section#policy_value > div > div > h2 > span:nth-of-type(1) {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div > h2 > span:nth-of-type(1) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
section#policy_value > div > div > h2 > span:nth-of-type(2) {
  font-size: 0.6rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div > h2 > span:nth-of-type(2) {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
section#policy_value > div > div > p {
  font-size: 0.875rem;
  line-height: 1.5;
  background: #eee;
  color: #666;
  margin: -1.5rem 0 0 2rem;
  padding: 2.5rem 1rem 1rem;
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div > p {
    padding: 3.5rem 3rem 3rem;
  }
}
@media screen and (min-width: 481px) {
  section#policy_value > div > div > p {
    text-align: center;
  }
}

/* ******************************
#policy_message
****************************** */
@media screen and (min-width: 481px) {
  section#policy_message {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 481px) {
  section#policy_message > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section#policy_message > div > h2 {
  font-size: 0.875rem;
  line-height: 1.5;
  background: #e60012;
  max-width: 62%;
  padding: 1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 481px) {
  section#policy_message > div > h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section#policy_message > div > h2 {
    margin: 0 auto 3rem;
  }
}
section#policy_message > div > p {
  color: #666;
  margin: -1.5rem 0 0 2rem;
  padding: 4.5rem 3rem 3rem;
  z-index: -1;
  position: relative;
}
section#policy_message > div > p > img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  section#policy_message > div > p > img {
    max-width: 62%;
  }
}

/*# sourceMappingURL=policy.css.map */
