.lowPage.newlowPage section .container {
  width: 80%;
  max-width: 1000px;
  margin: auto;
}
.main section {
  padding-bottom: 90px;
}
.main section:last-child {
  padding-bottom: 0;
}
.main section .sec_ttl {
  color: #31180b;
  margin-bottom: 50px;
}
.main section .sec_ttl h2 {
  letter-spacing: 0.1em;
  line-height: 1.719;
  margin-bottom: 10px;
}
.main section .sec_ttl p {
  gap: 10px;
}
.main section .sec_ttl p span {
  width: 81.03px;
  height: 1px;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  .main section {
    padding-bottom: 60px;
  }
  .main section:last-child {
    padding-bottom: 50px;
  }
  .main section .sec_ttl {
    margin-bottom: 34px;
  }
}


/* セクション1 */
.lowPage.newlowPage .sec1 {
  margin-top: 80px;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list {
  flex-wrap: wrap;
  gap: 40px 4%;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item {
  width: calc(100% / 3 - 3%);
  height: fit-content;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item a {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item a .item_img {
  width: 100%;
  height: 17.06vw;
  max-height: 230px;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item a .item_txt {
  padding: 16px;
  padding-top: 30px;
  padding-bottom: 34px;
  border-radius: 0 0 10px 10px;
  background-color: #FCF1E0;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list .itema  .item_txt .name h3 {
  line-height: 1.5;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item a .item_txt .name p {
  line-height: 1.5;
  color: #F85509;
  margin-top: 0.2em;
  margin-bottom: 1em;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item a .item_txt h5 {
  gap: 10px;
  line-height: 1.5;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item a .item_txt h5 span {
  width: 10%;
  height: 1px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item {
    width: calc(100% / 2 - 3%);
  }
  .lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item a .item_img {
    height: 26.06vw;
    max-height: 356px;
  }
}

@media screen and (max-width: 480px) {
  .lowPage.newlowPage .sec1 .container .wrapper .box .item_list {
    flex-direction: column;
    gap: 32px;
    max-width: 320px;
    margin: auto;
  }
  .lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item {
    width: 100%;
  }
  .lowPage.newlowPage .sec1 .container .wrapper .box .item_list .item a .item_img {
    width: 100%;
    height: 230px;
  }
}