@charset "UTF-8";
/*
30th トップ CSS //
*/
#contents section figure {
  width: auto;
  margin: 0 0 80px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  #contents section figure {
    margin: 0 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  #contents section figure {
    margin: 0 0 5vw;
  }
}
#contents section figure img {
  width: 100%;
  height: auto;
}
#contents section p {
  font-size: clamp(14px, 1.7595307918vw, 18px);
  margin: 0 0.625vw 1.5em;
  line-height: 1.94;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  #contents section p {
    margin: 0 5vw 1em;
  }
}
@media screen and (max-width: 767px) {
  #contents section p {
    margin: 0 5vw 1em;
  }
}
#contents section figure:nth-last-child(3) {
  display: block;
  text-align: right;
  margin: 0 0 1em;
}
#contents section figure:nth-last-child(3) img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  #contents section figure:nth-last-child(3) img {
    width: 211px;
  }
}
@media screen and (max-width: 767px) {
  #contents section figure:nth-last-child(3) img {
    width: 36vw;
  }
}
#contents section figure:nth-last-child(1) img {
  width: 210px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-for-pc {
    display: none;
  }
}

.column-sign-ceo {
  display: flex;
}
@media screen and (max-width: 767px) {
  .column-sign-ceo {
    flex-flow: column;
  }
}
.greeting-last-image {
  margin-bottom: 0 !important;
}
.greeting-last-image figure img {
  width: 100% !important;
}

.photo-ceo {
  display: table;
  width: 210px;
  float: right;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 0.625vw;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .photo-ceo {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-ceo {
    display: table;
    float: none;
    vertical-align: center;
    margin: 0 auto 50px;
  }
}
.photo-ceo figure {
  margin: 0 0 0 !important;
}

.sign-ceo {
  margin: 0 0.625vw 0;
}
@media screen and (max-width: 767px) {
  .sign-ceo {
    margin: 0 5vw 50px;
  }
}
.sign-ceo figure {
  text-align: right;
  display: block;
}
.sign-ceo p {
  text-align: right;
  font-size: clamp(14px, 1.7595307918vw, 16px) !important;
  line-height: 1.7;
  margin: 1em 0 0.5em !important;
}