@charset "UTF-8";
/* form */
.menu__title {
  font-size: 0.875rem;
}
.menu__item > li a {
  font-size: 0.875rem;
}

.pageFlame {
  scroll-behavior: smooth;
}

.pageFlame__point {
  display: block;
  margin-top: -4rem;
  padding-top: 4rem;
}

.introDuction {
  width: 1152px;
  text-align: center;
  margin-bottom: 5rem;
  padding-bottom: 0;
}
.introDuction__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #004C97;
  margin-bottom: 2rem;
}
.introDuction__inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.introDuction__inner .text {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.introDuction__inner .text > small {
  display: flex;
  justify-content: center;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 1rem;
}
.introDuction__inner .text > small::before {
  content: "※";
}
.introDuction__inner .information {
  display: inline-block;
  background-color: #e4ecf7;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
.introDuction__inner .information__item {
  display: grid;
  grid-template-columns: 10rem auto;
  text-align: left;
  font-size: 1rem;
  border-bottom: #BCC0C2 1px dotted;
  padding: 0.5rem 0;
}
.introDuction__inner .information__item:last-of-type {
  margin-bottom: 0;
}
.introDuction__inner .information__link {
  display: block;
  text-align: left;
  border-bottom: none;
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.introDuction__inner .information__link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004C97;
  font-size: 0.875rem;
  font-weight: 500;
}
.introDuction__inner .information__link > a:hover > span {
  text-decoration: underline;
}
.introDuction__inner .information__link > a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  display: inline-block;
}
.introDuction__inner .information__link > a > span {
  padding-bottom: 2px;
}
.introDuction__inner .information__link > a::after {
  width: 20px;
  font-size: 1rem;
}
.introDuction__inner .anchorLink-button > a {
  color: #000000;
  background-color: #FFC72C;
  border: 1px solid #FFC72C;
  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: #000000;
  display: inline-block;
}
.introDuction__inner .anchorLink-button > a:hover {
  background-color: #EEAA00;
}
.introDuction__inner .anchorLink-button > a > .buttonText {
  padding: 1rem 2.5rem 1.1rem 1rem;
  position: relative;
}
.introDuction__inner .anchorLink-button > a > .buttonText .icon {
  position: absolute;
  top: calc((100% - 0.85rem) / 2);
  left: 90%;
}
.introDuction__inner .anchorLink-button > a > .buttonText .icon > svg {
  width: auto;
  height: 1rem;
  transform: rotate(90deg);
  fill: #000000;
}

.chapter {
  margin-bottom: 5rem;
}
.chapter__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #004C97;
  text-align: center;
  margin-bottom: 2rem;
}
.chapter__title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 3px;
  background-color: #004C97;
}
.chapter__title--contact {
  margin-bottom: 5rem;
}
.chapter__inner {
  margin-bottom: 3.5rem;
}
.chapter__inner > .contentsName {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  border-left: 3px solid #004C97;
  padding-left: 1rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.chapter__inner .exhibitionContents {
  width: 1000px;
  margin: 0 auto;
}
.chapter__inner .exhibitionContents__text {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.chapter__inner .exhibitionContents__text:last-of-type {
  margin-bottom: 0;
}
.chapter__inner .exhibitionContents__text > small {
  display: flex;
  justify-content: center;
  font-weight: normal;
  justify-content: left;
  font-size: 70%;
  margin-top: 0.5rem;
}
.chapter__inner .exhibitionContents__text > small::before {
  content: "※";
}
.chapter__inner .exhibitionContents__text > small.productIntroduction {
  display: flex;
  justify-content: left;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  background-color: #E4E6E7;
  padding: 1rem;
  font-size: 1rem;
  margin-top: 1rem;
}
.chapter__inner .exhibitionContents__text > small.productIntroduction::before {
  content: "ご紹介製品︓";
}
.chapter__inner .exhibitionContents__product {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.chapter__inner .exhibitionContents__product .item__image {
  position: relative;
  margin-bottom: 1rem;
}
.chapter__inner .exhibitionContents__product .item__image > small {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.chapter__inner .exhibitionContents__product .item__name {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.chapter__inner .exhibitionContents__product .item__link {
  padding-top: 1rem;
}
.chapter__inner .exhibitionContents__product .item__link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004C97;
  font-size: 1rem;
  font-weight: 500;
}
.chapter__inner .exhibitionContents__product .item__link > a:hover > span {
  text-decoration: underline;
}
.chapter__inner .exhibitionContents__product .item__link > a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  display: inline-block;
}
.chapter__inner .exhibitionContents__product .item__link > a > span {
  padding-bottom: 4px;
}
.chapter__inner .exhibitionContents__product .item__link > a::after {
  width: 20px;
  font-size: 1.25rem;
}
.chapter__inner .exhibitionContents__demo {
  background-color: #e4ecf7;
  padding: 1.4rem 0;
}
.chapter__inner .exhibitionContents__demo > h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #004C97;
  margin-bottom: 1rem;
}
.chapter__inner .exhibitionContents__demo > h6::before, .chapter__inner .exhibitionContents__demo > h6::after {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #004C97;
}
.chapter__inner .exhibitionContents__demo .text {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  color: #000000;
}
.chapter__inner .exhibitionContents--other {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: #e4e6e7;
  padding: 2rem;
}
.chapter__inner .exhibitionContents--other .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0.5rem;
}
.chapter__inner .exhibitionContents--other .item__image {
  background-color: #FFFFFF;
}
.chapter__inner .exhibitionContents--other .item__image > img {
  width: 100%;
  height: auto;
}
.chapter__inner .exhibitionContents--other .item__name {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
}
.chapter__inner .exhibitionContents--other .item__link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004C97;
  font-size: 0.875rem;
  font-weight: 500;
}
.chapter__inner .exhibitionContents--other .item__link > a:hover > span {
  text-decoration: underline;
}
.chapter__inner .exhibitionContents--other .item__link > a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  display: inline-block;
}
.chapter__inner .exhibitionContents--other .item__link > a > span {
  padding-bottom: 5px;
}
.chapter__inner .exhibitionContents--other .item__link > a::after {
  width: 16px;
  font-size: 1.25rem;
}
.chapter__inner:last-of-type {
  margin-bottom: 0;
}

.animationPointJs {
  visibility: visible;
  opacity: 0;
  transform: translateY(40px);
}
.animationPointJs.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.64s ease-out, transform 0.44s ease-out;
  will-change: opacity, transform;
}

form .wrapper {
  min-height: auto;
}/*# sourceMappingURL=irex-2025.css.map */