@charset "UTF-8";
/* form */
/*共通*/
/*202409 Start*/
.report25Inveter__imgArea, .report25Seminar__imgArea, .report25Update__imgArea, .report25Cms__imgArea {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 3.5rem 0;
}
.report25Inveter__imgArea > figure > img, .report25Seminar__imgArea > figure > img, .report25Update__imgArea > figure > img, .report25Cms__imgArea > figure > img {
  border: 1px solid rgb(188, 192, 194);
}

.report25Others__itemArea .item__link, .report25Seminar__linkBt, .report25Cms__linkBt {
  display: flex;
  justify-content: space-around;
  padding: 3.5rem 0;
}
.report25Others__itemArea .item__link > a, .report25Seminar__linkBt > a, .report25Cms__linkBt > a {
  color: #FFFFFF;
  background-color: #004C97;
  border: 1px solid #004C97;
  border-radius: 0.125rem; /*2px*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 62px;
  margin: 0 auto;
  text-align: center;
  width: 26.25rem;
  margin: 0;
}
.report25Others__itemArea .item__link > a:hover, .report25Seminar__linkBt > a:hover, .report25Cms__linkBt > a:hover {
  background-color: #002A50;
}
.report25Others__itemArea .item__link > a svg, .report25Seminar__linkBt > a svg, .report25Cms__linkBt > a svg {
  fill: #FFFFFF;
}
.report25Others__itemArea .item__link > a .btnText, .report25Seminar__linkBt > a .btnText, .report25Cms__linkBt > a .btnText {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1rem;
  padding: 1.74rem 0;
}
.report25Others__itemArea .item__link > a .btnText__icon, .report25Seminar__linkBt > a .btnText__icon, .report25Cms__linkBt > a .btnText__icon {
  position: absolute;
  left: 0;
  left: 90%;
}
.report25Others__itemArea .item__link > a svg, .report25Seminar__linkBt > a svg, .report25Cms__linkBt > a svg {
  fill: #FFFFFF;
}

.chapter__intro, .pageIntro .topImgArea + p {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.75rem;
}

.pageIntro__inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.pageIntro__inner > p {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 2rem;
}
.pageIntro__inner > p:last-of-type {
  margin-bottom: 0;
}
.pageIntro__heading {
  font-size: 2.5rem;
}
.pageIntro .topImgArea {
  margin-bottom: 3.5rem;
}
.pageIntro .topImgArea + p {
  text-align: center;
  margin-bottom: 0;
}

.chapter__intro {
  text-align: left;
  margin-bottom: 1rem;
}
.chapter__intro:last-of-type {
  margin-bottom: 0;
}
.chapter__introNoTopBlank {
  margin-top: 0;
}

.movieArea {
  padding: 5rem 0;
  text-align: center;
}
.movieArea > h4 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #004c97;
  margin-bottom: 2rem;
}
.movieArea__description {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #004C97;
  margin-bottom: 2rem;
}

.report25Cms__imgArea > figure > img {
  border: none;
}
.report25Update__imgArea {
  text-align: center;
  padding: 3.5rem 0 0;
}

.report25Seminar__linkBt {
  padding: 0 0 3.5rem;
}

.report25Inveter__imgArea {
  text-align: center;
  padding: 3.5rem 0 0;
}

.report25Others {
  background-color: #E4E6E7;
  padding: 2rem 0;
}
.report25Others .chapter__intro {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.5rem;
}
.report25Others__itemArea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.report25Others__itemArea .item {
  text-align: center;
}
.report25Others__itemArea .item__img {
  margin-bottom: 1rem;
}
.report25Others__itemArea .item__name {
  font-weight: 500;
  margin-bottom: 2rem;
}
.report25Others__itemArea .item__link {
  width: 70%;
  padding: 0;
  margin: 0 auto;
}
.report25Others__itemArea .item__link > a .btnText {
  padding: 1.25rem 0;
}

.report25Contact .suppText__heading {
  display: none;
}
.report25Contact .suppContact {
  display: none;
}
.report25Contact .suppArea {
  padding: 0;
}
.report25Contact .suppArea__wrapper .suppText__inner {
  padding: 0;
}

.report25Atex {
  padding-top: 3.5rem;
}
.report25Atex .chapter__intro {
  font-size: 1.125rem;
}
.report25Atex .suppText__heading {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.75rem;
  color: #004C97;
}
.report25Atex .suppText__heading::before, .report25Atex .suppText__heading::after {
  background-color: #004C97;
}
.report25Atex__itemArea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding-top: 3.5rem;
}
.report25Atex__itemArea .item {
  text-align: center;
}
.report25Atex__itemArea .item__img {
  margin-bottom: 1rem;
}
.report25Atex__itemArea .item__img > img {
  border: 1px solid rgb(188, 192, 194);
}
.report25Atex__itemArea .item__name {
  font-size: 1.125rem;
  font-weight: 500;
}/*# sourceMappingURL=report-2025.css.map */