#pagettl .wrap {
  background-color: var(--color_main);
  padding: 150px 0;
}
#pagettl .wrap .contents {
  max-width: 1220px;
}
#pagettl .wrap .contents h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  grid-template-columns: 1fr;
  color: #FFFFFF;
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.01em;
}
#pagettl .wrap .contents p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  line-height: 2;
}

.contents_wrap {
  max-width: 1600px;
  width: calc(100% - 160px);
  padding-top: 180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: max(250px, 25%) 1fr;
  grid-column-gap: 50px;
  align-items: start;
}
.contents_wrap .sidebar {
  font-size: 1.6rem;
  display: grid;
  align-content: start;
  grid-row-gap: 1em;
  position: sticky;
  top: 200px;
  left: 0;
}
.contents_wrap .sidebar li a {
  line-height: 1.5;
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: start;
  grid-column-gap: 1em;
}
.contents_wrap .sidebar li span {
  color: var(--color_main);
}
.contents_wrap .sidebar li .num {
  display: grid;
  grid-template-columns: 1em auto;
  grid-column-gap: 0.5em;
  align-items: center;
}
.contents_wrap .sidebar li .num::before {
  content: "";
  height: 1px;
  background-color: var(--color_main);
}
.contents_wrap .sidebar li .num .font_en {
  font-weight: 400;
  transition: 0.3s;
}
.contents_wrap .sidebar li.active a .num .font_en {
  transform: scale(1.875);
}
.contents_wrap section:first-child .wrap {
  padding-top: 0;
}
.contents_wrap section .wrap .contents {
  width: 100%;
}
.contents_wrap section .wrap .contents h3 {
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  background-color: var(--color_main);
  width: 12em;
  height: 2.6em;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 1.3em;
  margin: -1.3em auto 1.33em;
}
.contents_wrap section .wrap .contents p {
  line-height: 2;
  letter-spacing: 0.01em;
}
.contents_wrap section .wrap .contents p:not(:last-child) {
  margin-bottom: 3em;
}
.contents_wrap section .wrap .contents > img {
  display: block;
}
.contents_wrap section .wrap .contents dl {
  margin-bottom: 60px;
}
.contents_wrap section .wrap .contents dl dt {
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 1.33em;
}
.contents_wrap section .wrap .contents dl dt span {
  color: var(--color_main);
  text-decoration: underline;
}
.contents_wrap section .wrap .contents dl dt span strong {
  font-weight: 600;
}
.contents_wrap section .wrap .contents h4 {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  background-color: var(--color_main);
  width: 12em;
  height: 2.6em;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 1.3em;
  margin: 0 auto -1.3em;
}
.contents_wrap section .wrap .contents .img {
  font-size: 3rem;
  overflow: hidden;
  position: relative;
  -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);
}
.contents_wrap section .wrap .contents .img img {
  display: block;
}
.contents_wrap section .wrap .contents .imgbox {
  font-size: 3rem;
  -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);
  background-color: var(--color_sub3);
  padding: 70px 60px 60px;
  position: relative;
}
.contents_wrap section .wrap .contents .imgbox::before {
  content: "";
  display: block;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  z-index: 1;
  top: 1.5px;
  left: 1.5px;
  background-color: var(--color_sub4);
  -webkit-clip-path: inherit;
  clip-path: inherit;
}
.contents_wrap section .wrap .contents .imgbox .contents_inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 4%;
}
.contents_wrap section .wrap .contents .imgbox .contents_inner li img {
  display: block;
}
.contents_wrap section .wrap .contents .imgbox .contents_inner li p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color_main);
  text-align: center;
  padding-top: 1em;
  margin: 0;
}
.contents_wrap section#business3 .wrap .contents .imgbox {
  margin-bottom: 90px;
}
.contents_wrap section#business3 .wrap .contents .tit2 {
  width: 19em;
}
.contents_wrap section#business3 .wrap .contents > .contents_inner {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-column-gap: 5%;
}
.contents_wrap section#business3 .wrap .contents > .contents_inner .imgbox {
  padding: 40px;
  margin-bottom: 0;
}
.contents_wrap section#business3 .wrap .contents > .contents_inner .imgbox p {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 2;
}
.contents_wrap section#business3 .wrap .contents > .contents_inner .imgbox p span {
  color: var(--color_main);
}
@media screen and (max-width: 1500px) {
  .contents_wrap {
    width: calc(100% - 100px);
  }
  .contents_wrap section .wrap .contents h2 {
    font-size: 1.8rem;
  }
  .contents_wrap section .wrap .contents h2 .font_en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .contents_wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1024px) {
  #pagettl .wrap {
    padding: 120px 0;
  }
  #pagettl .wrap .contents h2 {
    font-size: 3.2rem;
  }
  .contents_wrap {
    width: calc(100% - 40px);
    padding-top: 120px;
    grid-template-columns: 1fr;
  }
  .contents_wrap .sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #pagettl .wrap {
    padding: 80px 0;
  }
  #pagettl .wrap .contents {
    width: 84%;
  }
  #pagettl .wrap .contents h2 {
    font-size: 2.6rem;
  }
  .contents_wrap {
    padding-top: 90px;
  }
  .contents_wrap section .wrap .contents h2 .font_en {
    font-size: 4.6rem;
  }
  .contents_wrap section .wrap .contents h3 {
    font-size: 1.8rem;
    margin: -1.3em auto 1.66em;
  }
  .contents_wrap section .wrap .contents dl {
    max-width: 400px;
    margin: 0 auto 60px;
  }
  .contents_wrap section .wrap .contents dl dt {
    font-size: 2.2rem;
  }
  .contents_wrap section .wrap .contents h4 {
    font-size: 1.6rem;
  }
  .contents_wrap section .wrap .contents .img {
    font-size: 1.2rem;
  }
  .contents_wrap section .wrap .contents .imgbox {
    font-size: 2em;
    padding: 60px 30px 50px;
    max-width: 400px;
    margin: 0 auto;
  }
  .contents_wrap section .wrap .contents .imgbox .contents_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 6%;
  }
  .contents_wrap section .wrap .contents .imgbox .contents_inner li {
    width: 47%;
  }
  .contents_wrap section .wrap .contents .imgbox .contents_inner li p {
    font-size: 1.4rem;
  }
  .contents_wrap section#business1 .wrap .contents > img {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .contents_wrap section#business3 .wrap .contents .imgbox {
    margin-bottom: 90px;
  }
  .contents_wrap section#business3 .wrap .contents .tit2 {
    width: 100%;
    max-width: 16em;
  }
  .contents_wrap section#business3 .wrap .contents > .contents_inner {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .contents_wrap section#business3 .wrap .contents > .contents_inner .img {
    max-width: 400px;
    margin: 0 auto;
  }
  .contents_wrap section#business3 .wrap .contents > .contents_inner .img img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .contents_wrap section#business3 .wrap .contents > .contents_inner .imgbox {
    padding: 40px 30px;
  }
  .contents_wrap section#business3 .wrap .contents > .contents_inner .imgbox p {
    font-size: 1.5rem;
  }
}