.main {
  background-color: #FFF;
}

.kv__img img {
  width: 100%;
  height: auto;
  margin-top: -0.7px;
}


.items {
  padding-bottom: 10rem;
}
.item {
  margin-top: 5.5rem;
  position: relative;
}
.item__accent__1::before{
  content: "";
  background-color: #F0f0f0;
  width: 85%;
  position: absolute;
  height: 500px;
  z-index: 1;
}
.item__accent__2{
  background-color: #F0f0f0;
}
.item__accent__2 .sub__ttl{
  min-width: 100px;
  display: block;
  width: 30%;
  height: auto;
  margin: auto;
  padding-bottom: 2rem;
}
.item__accent__2 .item__lead{
text-align: center;
}
.item__accent__3::before{
  content: "";
  background-color: #F0f0f0;
  width: 100%;
  position: absolute;
  height: 19%;
  z-index: 1;
  top: 30%;
}
.item__accent__3 .item__lead{
padding-top: 2rem;
padding-bottom: 5rem;
}

.item__lead{
  position: inherit;
  z-index: 2;
  font-size: 1.75rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-right: 31px;
  padding-left: 31px;
}
.itemBody{
  position: inherit;
  z-index: 3;
}

.item img {
  width: 100%;
  height: auto;
}
.item .itemHeading {
  padding-left: 31px;
  padding-right: 31px;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Serif CJK JP", serif;
  line-height: 1.7;
  display: grid;
  grid-template-columns: 25fr 65fr;
  vertical-align: middle;
  align-items: center;
  gap: 10%;
}

.item img.itemHeading__no {
  max-width: 110px;
  height: auto;
}

.itemData__note{
  margin-top: 7px;
  font-size: 1.2rem;
  line-height: 1.4583333333;
}

.mv {
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 31px;
  padding-right: 31px;
}
.item .itemBody__img__1 {
  width: calc(100% - 31px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 31px;
  padding-bottom: 31px;
}

.item .itemBody__img__2 {
  width: calc(91% - 62px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 31px;
  padding-bottom: 31px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.item .itemBody__img__3 {
  width: calc(100% - 31px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 31px;
  padding-bottom: 31px;
}
.item .itemBody__img__4 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.item .itemBody__img__5 {
  width: calc(100% - 31px);
  margin-left: 31px;
  padding-top: 31px;
  padding-bottom: 31px;
}

.item .itemBody__img__6 {
  width: calc(100% - 31px);
  margin-right: 31px;
  padding-top: 31px;
  padding-bottom: 31px;
}
.item .itemBody__img__7 {
  padding-top: 31px;
  padding-bottom: 31px;
}

@media (max-width: 768px) {
  .lead {
    font-size: 6cqw;
  }
  .item .itemHeading {
    font-size: 4cqw;
    place-items: center;
  }
  .item__accent__3::before{
    content: "";
    background-color: #F0f0f0;
    width: 100%;
    position: absolute;
    height: 22%;
    z-index: 1;
    top: 100cqw;
  }
  .item__lead{
 font-size: 4.4cqw;
  }
}
