#lead {
  margin: 15vw 0;
}
#lead h2 {
  margin: 7vw 0 4vw;
}
@media only screen and (min-width: 768px) {
  #lead {
    margin: 84px 0 57px;
  }
  #lead .wrap {
    max-width: 974px;
    width: 100%;
  }
  #lead .df-pc {
    justify-content: flex-start;
  }
  #lead .lead-img {
    width: 38.5%;
    margin-right: 6.6%;
  }
  #lead .lead-info {
    width: 49%;
  }
  #lead h2 {
    margin: 0 0 27px;
  }
}

#message {
  padding: 15vw 0 5vw;
}
#message h2 {
  margin-bottom: 10vw;
}
#message .message-img1 {
  margin: 0 auto 10vw;
}
#message .message-info1 {
  margin: 5vw 0 20vw;
}
#message .message-info1 h3 {
  margin-bottom: 3vw;
}
#message .message-item2 {
  position: relative;
  z-index: 0;
  margin-bottom: 13vw;
}
#message .message-item2 .message-deco1 {
  position: absolute;
  z-index: -1;
  width: 50%;
  top: -5vw;
  left: -3%;
}
#message .message-item2 .message-img2 {
  margin: 3vw auto 5vw;
  width: 70%;
}
#message .message-item2 .message-name {
  margin-bottom: 5vw;
}
#message .message-item2 .message-name p:nth-child(2) {
  font-size: 200%;
}
#message .message-item2 .message-name p:nth-child(3) {
  font-size: 66%;
}
#message .message-item3 {
  position: relative;
  z-index: 0;
}
#message .message-item3 .message-deco2 {
  position: absolute;
  z-index: -1;
  width: 50%;
  top: -8vw;
  left: -3%;
}
#message .message-item3 .message-img2 {
  margin: 3vw auto 7vw;
  width: 70%;
}
#message .message-item3 .message-txt3 {
  margin-top: 5vw;
}
@media only screen and (min-width: 768px) {
  #message {
    padding: 77px 30px 100px;
  }
  #message .wrap {
    max-width: 900px;
    width: 100%;
  }
  #message h2 {
    margin-bottom: 50px;
  }
  #message .message-item1 {
    margin-bottom: 70px;
  }
  #message .message-img1 {
    margin: 0 auto 70px;
    width: 712px;
  }
  #message .order2 {
    order: 2;
  }
  #message .message-img2 {
    width: 48.4%;
  }
  #message .message-info1 {
    width: 48.4%;
    margin: 0;
  }
  #message .message-info1 h3 {
    margin-bottom: 25px;
  }
  #message .message-item2 {
    margin-top: 94px;
    margin-bottom: 105px;
  }
  #message .message-item2 .message-deco1 {
    width: 255px;
    top: -46px;
    left: -34px;
  }
  #message .message-item2 .df-pc {
    justify-content: flex-end;
  }
  #message .message-item2 .message-img2 {
    margin: 28px 8.9% 0 0;
    width: 257px;
  }
  #message .message-item2 .message-info1 {
    margin-top: 46px;
    margin-left: 80px;
  }
  #message .message-item2 .message-name {
    letter-spacing: 2px;
    margin-bottom: 30px;

  }
  #message .message-item2 .message-name p:nth-child(2) {
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 5px;
  }
  #message .message-item2 .message-name p:nth-child(3) {
    font-size: 10px;
    margin-top: 5px;
    letter-spacing: 1px;
  }
  #message .message-item3 .message-deco2 {
    width: 303px;
    top: -70px;
    left: -70px;
  }
  #message .message-item3 .ttl24 {
    margin-bottom: 25px;
  }
  #message .message-item3 .df-pc {
    justify-content: flex-end;
  }
  #message .message-item3 .message-img2 {
    margin: 0 4% 0 0;
    width: 367px;
  }
  #message .message-item3 .message-info1 {
    margin-top: 34px;
  }
  #message .message-item3 .message-txt3 {
    margin-top: 22px;
  }



  
  #message .message-item2 .df-pc {
    justify-content: flex-start;
  }

  #message .message-item2 .message-info1 {
    width: 100%;
    margin-top: 0;
  }
}

.rss {
  padding: 11vw 0;
  position: relative;
}
.rss h2 {
  margin-bottom: 5vw;
}
.rss .slide_rss {
  margin-left: var(--wrapPadding);
  padding-bottom: 50px;
  position: relative;
}
.rss .row {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 250px !important;
  margin-right: 20px;
}
.rss .row .rss_img a {
  display: block;
  padding-top: 65.4%;
  position: relative;
}
.rss .row .rss_img a span {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  background: url("../img/media/no-img.webp") no-repeat center/cover;
}
.rss .row .rss_img a:hover span {
  opacity: 0.7;
}
.rss .row .rss-info {
  margin: 4vw 5%;
  position: relative;
}
.rss .row .rss-info:before {
  content: "";
  position: absolute;
  background: url("../img/media/arrow.webp") no-repeat center/100% auto;
  width: 18px;
  height: 18px;
  bottom: 0;
  right: 0;
}
.rss .row .rss_ttl {
  font-family: "Shippori Antique B1";
  font-weight: 400;
  margin-bottom: 14px;
}
.rss .row .rss_ttl a {
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.75;
}
.rss .row .rss_ttl a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.rss .row .date {
  color: #92B992;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
}
.rss .slick-arrow {
  top: auto;
  bottom: 0;
  width: 30px;
  height: 30px;
}
.rss .slick-arrow.slick-prev {
  left: 4%;
  background: url("../img/media/left.webp") no-repeat center/100% auto;
}
.rss .slick-arrow.slick-next {
  right: auto;
  left: 60px;
  background: url("../img/media/right.webp") no-repeat center/100% auto;
}
.rss .btn-link {
  position: absolute;
  bottom: -5px;
  right: 4%;
  width: 170px;
  z-index: 3;
}
.rss .btn-link a {
  font-size: 14px;
  padding: 4px 0 4px 20px;
}
.rss .btn-link a:after {
  width: 20px;
  height: 20px;
  right: 12px;
  background: url(../img/shared/arrow.svg) no-repeat center/10px auto, #fff;
}
.rss #rss1, .rss #rss2 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rss {
    padding: 106px 0;
  }
  .rss .wrap {
    width: 100%;
    max-width: 1080px;
  }
  .rss h2 {
    margin-bottom: 16px;
  }
  .rss .slide_rss {
    margin-left: calc(50% - 540px);
    padding-bottom: 94px;
  }
  .rss .row {
    width: 344px !important;
    margin-right: 24px;
  }
  .rss .row .rss_img a {
    padding-top: 225px;
  }
  .rss .row .rss-info {
    margin: 20px 15px 25px;
  }
  .rss .row .rss-info:before {
    width: 20px;
    height: 20px;
    bottom: -15px;
    right: -8px;
  }
  .rss .row .rss_ttl {
    margin-bottom: 18px;
  }
  .rss .slick-arrow {
    top: auto;
    bottom: 0;
    width: 49px;
    height: 49px;
  }
  .rss .slick-arrow.slick-prev {
    left: 790px;
  }
  .rss .slick-arrow.slick-next {
    left: 860px;
  }
  .rss .btn-link {
    bottom: 6px;
    right: auto;
    left: calc(50% + 391px);
    width: 193px;
  }
  .rss .btn-link a {
    font-size: 16px;
    padding: 4px 0 4px 25px;
  }
  .rss .btn-link a:after {
    width: 22px;
    height: 22px;
    right: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .rss {
    padding-left: 40px;
  }
  .rss .wrap {
    max-width: inherit;
  }
  .rss .slide_rss {
    margin-left: 0;
  }
  .rss .btn-link {
    left: auto;
    right: 30px;
  }
  .rss .slick-arrow.slick-next {
    left: auto;
    right: 252px;
  }
  .rss .slick-arrow.slick-prev {
    left: auto;
    right: 319px;
  }
}

#rss1 {
  margin-bottom: 15vw;
}
@media only screen and (min-width: 768px) {
  #rss1 {
    margin-bottom: 49px;
  }
}/*# sourceMappingURL=media.css.map */

#performance {
  padding: 15vw 0;
}
#performance .ttl-style1 {
  margin-bottom: 6vw;
}
#performance .performance-txt {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 9vw;
  padding: 0 var(--wrapPadding);
  box-sizing: border-box;
}
#performance .performance-slider {
  margin: 0 0 0 10px;
}
#performance .performance-slider .item {
  width: 78vw;
  margin-right: 4vw;
  background: #FCFCFC;
  border-radius: 8px;
  padding: 9vw 7vw;
  box-sizing: border-box;
  text-align: center;
}
#performance .performance-slider .blob {
  width: 13vw;
  height: 13vw;
  max-width: 48px;
  max-height: 48px;
  margin: 0 auto 5vw;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
#performance .performance-slider .blob-pink {
  background: #E3A6B3;
}
#performance .performance-slider .blob-yellow {
  background: var(--yellow);
}
#performance .performance-slider .blob-blue {
  background: var(--blue);
}
#performance .performance-slider .tit-group {
  border-bottom: 2px dashed #C8D6BE;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
}
#performance .performance-slider .tit {
  font-size: 4.8vw;
  line-height: 1.6;
}
#performance .performance-slider .tit-sub {
  font-size: 3.2vw;
  color: var(--green);
  margin-top: 1vw;
}
#performance .performance-slider .txt {
  text-align: left;
  line-height: 1.9;
  font-size: 3.7vw;
}
#performance .performance-slider .slick-list {
  overflow: visible;
  padding-bottom: 2vw;
}
#performance .performance-slider .slick-dots {
  position: relative;
  margin: 7vw 0 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#performance .performance-slider .slick-dots li {
  background: #DDD3C2;
  margin: 0;
  width: 8px;
  height: 8px;
}
@media (hover: hover) {
  #performance .performance-slider .slick-dots li:hover {
    opacity: 0.8;
  }
}
#performance .performance-slider .slick-dots li.slick-active {
  background: var(--green);
}
@media only screen and (min-width: 768px) {
  #performance {
    padding: 106px 0;
  }
  #performance .wrap {
    max-width: 1080px;
  }
  #performance .ttl-style1 {
    margin-bottom: 30px;
  }
  #performance .performance-txt {
    font-size: 16px;
    margin: 0 auto 60px;
    padding: 0;
  }
  #performance .performance-slider {
    margin-left: calc(50% - 540px);
  }
  #performance .performance-slider .item {
    width: 350px;
    margin-right: 30px;
    padding: 48px 38px;
  }
  #performance .performance-slider .blob {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
  }
  #performance .performance-slider .tit-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #performance .performance-slider .tit {
    font-size: 20px;
  }
  #performance .performance-slider .tit-sub {
    font-size: 13px;
    margin-top: 6px;
  }
  #performance .performance-slider .txt {
    font-size: 15px;
  }
  #performance .performance-slider .slick-dots {
    margin: 40px 0 0;
    gap: 14px;
  }
  #performance .performance-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #performance .performance-slider {
    margin-left: 0;
    padding: 0 40px;
    box-sizing: border-box;
  }
}

#scene {
  padding: 15vw 0;
}
#scene .ttl-style1 {
  margin-bottom: 6vw;
}
#scene .scene-txt {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 9vw;
  padding: 0 var(--wrapPadding);
  box-sizing: border-box;
}
#scene .scene-item {
  background: #F7F3ED;
  border-radius: 12px;
  padding: 6vw 6vw 8vw;
  margin-bottom: 8vw;
}
#scene .scene-item:last-child {
  margin-bottom: 0;
}
#scene .scene-head {
  display: flex;
  align-items: flex-start;
  font-family: "Shippori Antique B1";
  font-weight: 400;
  font-size: 4.6vw;
  line-height: 1.5;
  border-bottom: 2px solid #EEEBE3;
  padding-bottom: 4vw;
  margin-bottom: 6vw;
}
#scene .scene-num {
  flex: 0 0 auto;
  color: var(--org);
  font-size: 5.3vw;
  line-height: 1.5;
  margin-right: 3vw;
  padding-right: 3vw;
  border-right: 2px solid var(--org);
}
#scene .scene-head-txt {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 0.15em;
}
#scene .scene-img {
  background: #DAD6CC;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  padding-top: 52.8%;
  margin-bottom: 7vw;
}
#scene .scene-sub {
  padding: 5vw 0;
  border-top: 1px dashed #C8D6BE;
}
#scene .scene-sub:first-of-type {
  border-top: none;
  padding-top: 0;
}
#scene .scene-sub-tit {
  font-family: "Shippori Antique B1";
  font-weight: 400;
  color: var(--green);
  font-size: 4.2vw;
  margin-bottom: 3vw;
  position: relative;
  padding-left: 4vw;
}
#scene .scene-sub-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--org);
}
#scene .scene-sub-plain {
  border-top: none;
  padding-top: 0;
}
#scene .scene-info {
  display: flex;
  align-items: flex-start;
  font-size: 3.7vw;
  line-height: 1.9;
  margin-bottom: 3vw;
}
#scene .scene-info:last-child {
  margin-bottom: 0;
}
#scene .label {
  flex: 0 0 auto;
  width: 16vw;
  box-sizing: border-box;
  text-align: center;
  background: #EDE9E1;
  border-radius: 999px;
  color: #8A8477;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.8;
  margin-right: 3vw;
}
#scene .scene-info-txt {
  flex: 1 1 auto;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  #scene {
    padding: 106px 0;
  }
  #scene .wrap {
    max-width: 900px;
  }
  #scene .ttl-style1 {
    margin-bottom: 30px;
  }
  #scene .scene-txt {
    font-size: 16px;
    margin: 0 auto 60px;
    padding: 0;
  }
  #scene .scene-item {
    padding: 40px 50px 50px;
    margin-bottom: 40px;
  }
  #scene .scene-head {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #scene .scene-num {
    font-size: 26px;
    margin-right: 16px;
    padding-right: 16px;
  }
  #scene .scene-img {
    width: 420px;
    padding-top: 221.76px;
    margin: 0 auto 30px;
  }
  #scene .scene-sub {
    padding: 22px 0;
  }
  #scene .scene-sub-tit {
    font-size: 20px;
    margin-bottom: 12px;
    padding-left: 18px;
  }
  #scene .scene-info {
    font-size: 15px;
    margin-bottom: 12px;
  }
  #scene .label {
    width: 64px;
    font-size: 13px;
    line-height: 26px;
    margin-right: 16px;
  }
}

.section-common {
  padding: 70px 20px;
}





#footer .set3 {
  margin: 0 0;

}
@media only screen and (min-width: 768px) {
  .section-common {
    padding: 119px 0 91.5px;
  }
}
@media only screen and (min-width: 768px) {
  #footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; /* 0に変更 */
    background: #fff;
  }
  #footer .set2 {
    position: relative;
    z-index: 2;
    margin: 0; /* 0（または必要な分だけの余白、例: 40px 0 0 など）に変更 */
    padding-top: 110px;
    background: transparent;
  }
  #footer .set3 {
    margin: 80px 0 0;

  }
}
