section:not(:first-child) .wrap {
  padding-top: 240px;
}
section:not(#bottom_menu) .wrap .contents {
  max-width: 1220px;
}
section:not(#bottom_menu) .wrap .contents p {
  font-size: 2rem;
  line-height: 2;
}
section:not(#bottom_menu) .wrap .contents p:not(:last-child) {
  margin-bottom: 2em;
}
section:not(#bottom_menu) .wrap .contents p:not(:last-child):has(+ .img) {
  margin-bottom: 5em;
}
section:not(#bottom_menu) .wrap .contents p.sign {
  text-align: right;
  padding-top: 4em;
}
section:not(#bottom_menu) .wrap .contents p.sign span {
  font-size: 1.3em;
}
section:not(#bottom_menu) .wrap .contents .img {
  font-size: 3rem;
  overflow: hidden;
  -webkit-clip-path: polygon(1em 0, calc(100% - 1em) 0, 100% 1em, 100% calc(100% - 1em), calc(100% - 1em) 100%, 1em 100%, 0 calc(100% - 1em), 0 1em);
  clip-path: polygon(1em 0, calc(100% - 1em) 0, 100% 1em, 100% calc(100% - 1em), calc(100% - 1em) 100%, 1em 100%, 0 calc(100% - 1em), 0 1em);
}
section:not(#bottom_menu) .wrap .contents .img img {
  display: block;
}
section .wrap .contents h2 {
  font-size: 3.6rem;
  color: var(--color_main);
  line-height: 1.5;
  grid-template-columns: 1fr;
  margin-bottom: 2em;
}
section .wrap .contents h2 .font_en {
  font-size: 2.6rem;
  display: grid;
  grid-template-columns: 2em 1fr;
  align-items: center;
  grid-column-gap: 1em;
}
section .wrap .contents h2 .font_en::before {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color_main);
}
@media screen and (max-width: 1024px) {
  section:not(:first-child) .wrap {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  section:not(:first-child) .wrap {
    padding-top: 100px;
  }
  section:not(#bottom_menu) .wrap .contents p {
    font-size: 1.6rem;
  }
  section:not(#bottom_menu) .wrap .contents p:not(:last-child):has(+ .img) {
    margin-bottom: 3em;
  }
  section:not(#bottom_menu) .wrap .contents p.sign {
    padding-top: 2.5em;
  }
  section:not(#bottom_menu) .wrap .contents .img {
    font-size: 1rem;
  }
  section .wrap .contents h2 {
    font-size: 2.6rem;
    margin-bottom: 1.5em;
    grid-row-gap: 0.5em;
  }
  section .wrap .contents h2 .font_en {
    font-size: 2rem;
    grid-template-columns: 1.5em 1fr;
  }
}