.section-hero .box {
  position: relative;
  z-index: 0;
  width: 100%; }
  .section-hero .box .img {
    width: 91.666vw;
    border-top-right-radius: 6.166vw;
    border-bottom-right-radius: 6.166vw;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .section-hero .box .img {
        width: 95.312vw; } }
    .section-hero .box .img img {
      width: 100%; }
  .section-hero .box .txt {
    position: absolute;
    top: 50%;
    left: 3.333vw;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 3.666vw;
    font-weight: bold;
    color: #666666;
    mix-blend-mode: hard-light; }
    @media screen and (max-width: 640px) {
      .section-hero .box .txt {
        font-size: 3.75vw; } }
.section-policy {
  padding: 0 0 40px; }
  @media screen and (max-width: 1200px) {
    .section-policy {
      padding: 0 4.333vw 3.333vw; } }
  @media screen and (max-width: 640px) {
    .section-policy {
      padding: 3.125vw 6.25vw 6.25vw; } }
  .section-policy .box {
    max-width: 880px;
    margin: 0 auto; }
    .section-policy .box .policy-title {
      font-size: 22px;
      font-weight: bold;
      color: #895024;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .section-policy .box .policy-title {
          font-size: 1.916vw; } }
      @media screen and (max-width: 640px) {
        .section-policy .box .policy-title {
          font-size: 4.593vw; } }
    .section-policy .box .txt01 {
      font-size: 14px;
      line-height: 2;
      margin: 40px 0 20px; }
      @media screen and (max-width: 640px) {
        .section-policy .box .txt01 {
          margin: 30px 0 20px; } }
    .section-policy .box .col {
      margin: 10px 0 30px; }
      .section-policy .box .col h3 {
        font-size: 16px; }
      .section-policy .box .col .col-txt {
        font-size: 14px;
        line-height: 2; }
      .section-policy .box .col ul li {
        font-size: 14px;
        line-height: 2;
        padding-left: 10px; }
      .section-policy .box .col h4 {
        font-size: 14px;
        margin-left: -5px;
        margin-bottom: 5px; }
