@charset "UTF-8";
/* ============
re-message
============ */
section#re-message {
  margin: 5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  section#re-message {
    margin: 3rem 0 5rem;
  }
}
section#re-message .contents__notice {
  background-color: #EAEEF6;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  section#re-message .contents__notice {
    padding: 1.2rem 1.5rem;
  }
}
section#re-message .contents__notice--label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 0.5rem;
}
section#re-message .contents__notice--text {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #252525;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section#re-message .contents__notice--text {
    font-size: 1rem;
  }
}
section#re-message .contents__text {
  line-height: 2.2;
  font-size: 0.9375rem;
  margin-bottom: 2rem;
}
section#re-message .contents__text:last-child {
  margin-bottom: 0;
}
section#re-message .contents__text .emphasis {
  color: #2C55A7;
  font-weight: 700;
}
section#re-message .contents__text strong {
  color: #2C55A7;
  font-weight: 700;
}

/* ============
re-style（テンプレ倉庫 column03-02-01 ベース）
============ */
section#re-style .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#re-style .bg {
    padding: 5rem 0;
  }
}
section#re-style .contents-column.column03-02-01 {
  margin-top: 4rem;
  position: relative;
  z-index: 10;
  display: flex;
  gap: 2.5%;
}
@media screen and (max-width: 767px) {
  section#re-style .contents-column.column03-02-01 {
    flex-direction: column;
    gap: 3rem;
  }
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card {
  flex: 1;
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card:nth-child(2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  section#re-style .contents-column.column03-02-01 .column03-02-01__card:nth-child(2) {
    margin-top: 0;
  }
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card:nth-child(3) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  section#re-style .contents-column.column03-02-01 .column03-02-01__card:nth-child(3) {
    margin-top: 0;
  }
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(251deg, #2C55A7 18.21%, #1E88CA 78.28%);
  z-index: 1;
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card-title {
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  color: #252525;
}
@media screen and (max-width: 767px) {
  section#re-style .contents-column.column03-02-01 .column03-02-01__card-title {
    font-size: 1.1rem;
  }
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card-divider {
  width: 4rem;
  height: 1px;
  background: #252525;
  margin: 0 auto 1.5rem;
}
section#re-style .contents-column.column03-02-01 .column03-02-01__card-text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section#re-style .contents-column.column03-02-01 .column03-02-01__card-text {
    font-size: 1rem;
  }
}

/* ============
re-cta（テンプレ倉庫 cta05-01 ベース）
============ */
section#re-cta {
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  section#re-cta {
    margin: 5rem 0 0;
  }
}
section#re-cta .cta-contents.cta05-01 {
  width: 100%;
  position: relative;
}
section#re-cta .cta-contents.cta05-01 .cta-contents__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  section#re-cta .cta-contents.cta05-01 .cta-contents__container {
    grid-template-columns: 1fr;
  }
}
section#re-cta .cta-contents.cta05-01 .cta-contents__item {
  position: relative;
  height: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
section#re-cta .cta-contents.cta05-01 .cta-contents__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section#re-cta .cta-contents.cta05-01 .cta-contents__item {
    height: 20rem;
  }
}
section#re-cta .cta-contents.cta05-01 .cta-contents__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section#re-cta .cta-contents.cta05-01 .cta-contents__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#re-cta .cta-contents.cta05-01 .cta-contents__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.3) 100%);
}
section#re-cta .cta-contents.cta05-01 .cta-contents__text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  section#re-cta .cta-contents.cta05-01 .cta-contents__text {
    padding: 0 1.25rem 2rem;
  }
}
section#re-cta .cta-contents.cta05-01 .cta-contents__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section#re-cta .cta-contents.cta05-01 .cta-contents__title {
    font-size: 1.2rem;
  }
}
section#re-cta .cta-contents.cta05-01 .cta-contents__button {
  display: inline-block;
  min-width: 200px;
  padding: 0.875rem 1.5rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}
section#re-cta .cta-contents.cta05-01 .cta-contents__button:hover {
  background-color: #ffffff;
  color: #2C55A7;
}
