@charset "UTF-8";
/* form */
.archiveFlame {
  scroll-behavior: smooth;
}

.description {
  width: 1152px;
  background-color: #CCE5FD;
  padding: 2rem;
  margin: 3.5rem auto 3.5rem;
}
.description__content {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}
.description__content--text {
  color: #333638;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.description__content--text > span {
  color: #004C97;
  font-weight: 500;
}
.description__whatIs-gearMotor {
  font-size: 1rem;
  padding: 1rem;
}
.description__whatIs-gearMotor dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.description__whatIs-gearMotor dt .icon {
  color: #004C97;
}
.description__whatIs-gearMotor small {
  display: flex;
  margin-top: 1rem;
  gap: 0.25rem;
  line-height: 1.5;
}
.description__whatIs-gearMotor small::before {
  content: "※";
}
.description__whatIs-gearMotor small:last-of-type {
  margin-top: 0;
}

.startu {
  width: 1152px;
  margin: 5rem auto;
  position: sticky;
  z-index: 99;
  top: 52px;
}
.startu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.startu > ul.startup {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.startu > ul > li {
  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;
}
.startu > ul > li:hover {
  background-color: #002A50;
}
.startu > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rlh;
  line-height: 2.5rem;
  text-align: center;
  border-right-color: #FFFFFF;
  line-height: 1.35;
  flex: 1;
  cursor: pointer;
}
.startu > ul > li:last-of-type {
  border-right: none;
}
.startu > ul > li.active {
  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;
}
.startu > ul > li.active:hover {
  background-color: #EEAA00;
}

.pageFlame__point {
  display: block;
  margin-top: -180px;
  padding-top: 180px;
}

.aboutGearmotors {
  margin: 0 auto 5rem;
  line-height: 1.3;
}
.aboutGearmotors:last-of-type {
  margin-bottom: 0;
}
.aboutGearmotors h3 {
  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: 3.5rem;
}
.aboutGearmotors h3--mb0 {
  margin-bottom: 0;
}
.aboutGearmotors h3 + div {
  width: 1000px;
  margin: 0 auto 3.5rem;
}
.aboutGearmotors__text {
  width: 1000px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 3.5rem;
}
.aboutGearmotors__text .supplement {
  display: flex;
  margin-top: 1rem;
  gap: 0.25rem;
}
.aboutGearmotors__text .supplement::before {
  content: "※";
}
.aboutGearmotors__text .supplement:last-of-type {
  margin-top: 0;
}

.examplesApplication {
  margin: 0 auto 5rem;
  line-height: 1.3;
}
.examplesApplication:last-of-type {
  margin-bottom: 0;
}
.examplesApplication h3 {
  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: 3.5rem;
}
.examplesApplication h3--mb0 {
  margin-bottom: 0;
}
.examplesApplication h3 + div {
  width: 1000px;
  margin: 0 auto 3.5rem;
}
.examplesApplication__itemList {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.examplesApplication__itemList li {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.examplesApplication__itemList li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px #004C97 solid;
  border-radius: 50%;
}
.examplesApplication__itemList li .itemName {
  font-size: 1.25rem;
  font-weight: 500;
  color: #004C97;
  line-height: 1;
}

.aboutfoodMachineryOption {
  background-color: #CCE5FD;
  padding: 3.5rem 0;
}
.aboutfoodMachineryOption__inner {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 1152px;
  margin: 0 auto;
}
.aboutfoodMachineryOption__inner .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #004C97;
}
.aboutfoodMachineryOption__inner .text {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.aboutfoodMachineryOption {
  margin-bottom: 0;
}
.aboutfoodMachineryOption__inner .downLoadDocument__button {
  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;
}
.aboutfoodMachineryOption__inner .downLoadDocument__button:hover {
  background-color: #002A50;
}
.aboutfoodMachineryOption__inner .downLoadDocument__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
.aboutfoodMachineryOption__inner .downLoadDocument__button .inner {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rlh 4rem;
}
.aboutfoodMachineryOption__inner .downLoadDocument__button .inner .icon {
  position: absolute;
  top: 1rlh;
  left: 6%;
}
.aboutfoodMachineryOption__inner .downLoadDocument__button svg {
  fill: #FFFFFF;
}

.productLineup {
  margin: 0 auto 5rem;
  line-height: 1.3;
}
.productLineup:last-of-type {
  margin-bottom: 0;
}
.productLineup h3 {
  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: 3.5rem;
}
.productLineup h3--mb0 {
  margin-bottom: 0;
}
.productLineup h3 + div {
  width: 1000px;
  margin: 0 auto 3.5rem;
}
.productLineup__item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  margin-top: 2rem;
  position: relative;
}
.productLineup__item:last-of-type {
  margin-bottom: 0;
}
.productLineup__item > * {
  flex: 1;
}
.productLineup__item + hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #D7D9DB;
  margin: 5rem 0;
}
.productLineup__item .productText {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  flex-grow: 2;
}
.productLineup__item .productText > h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333638;
}
.productLineup__item .productText > p {
  font-size: 1rem;
  line-height: 1.35;
}
.productLineup__item .productText__link .button {
  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;
}
.productLineup__item .productText__link .button:hover {
  background-color: #002A50;
}
.productLineup__item .productText__link .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 62px;
  margin: 0 auto;
  text-align: center;
  width: 24rem;
}
.productLineup__item .productText__link .button p {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  padding: 1.5rlh 2rem;
}
.productLineup__item .productText__link .button p .icon {
  position: absolute;
  top: 1.5rlh;
  left: 90%;
}
.productLineup__item .productText__link .button svg {
  fill: #FFFFFF;
}
.productLineup__item .productImg {
  flex-grow: 1;
  aspect-ratio: 3/2;
}

.seriesComparisonTable {
  margin: 0 auto 5rem;
  line-height: 1.3;
}
.seriesComparisonTable:last-of-type {
  margin-bottom: 0;
}
.seriesComparisonTable h3 {
  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: 3.5rem;
}
.seriesComparisonTable h3--mb0 {
  margin-bottom: 0;
}
.seriesComparisonTable h3 + div {
  width: 1000px;
  margin: 0 auto 3.5rem;
}
.seriesComparisonTable h3 + div {
  width: 1152px;
}
.seriesComparisonTable .tableFrame {
  overflow-x: scroll;
}
.seriesComparisonTable .tableWrapper {
  width: 104rem;
}
.seriesComparisonTable table {
  border-collapse: inherit;
}
.seriesComparisonTable table th:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.seriesComparisonTable table > tbody tr th,
.seriesComparisonTable table > tbody tr td {
  border-bottom: 1px #BCC0C2 solid;
  border-right: 1px #BCC0C2 solid;
  padding: 1rem;
  vertical-align: middle;
}
.seriesComparisonTable table > tbody tr td:last-of-type {
  border-right: none;
}
.seriesComparisonTable table > tbody tr .productName {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  background-color: #E4E6E7;
}
.seriesComparisonTable table > tbody tr .productName + td > p {
  margin-bottom: 0.5rem;
}
.seriesComparisonTable table > tbody tr .productName + td > p:last-of-type {
  margin-bottom: 0;
}
.seriesComparisonTable table > tbody tr .asteroParameters p {
  display: flex;
}
.seriesComparisonTable table > tbody tr .asteroParameters small {
  display: block;
  margin-top: 0.5rem;
}
.seriesComparisonTable table > tbody tr .motor > p {
  margin-bottom: 0.5rem;
}
.seriesComparisonTable table > tbody tr .motor > p:last-of-type {
  margin-bottom: 0;
}
.seriesComparisonTable table > tbody tr .kinds,
.seriesComparisonTable table > tbody tr .outputShaft {
  text-align: center;
}
.seriesComparisonTable table .itemName th {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  background-color: #D7D9DB;
  border-top: 1px #BCC0C2 solid;
}
.seriesComparisonTable table .itemName th:last-of-type {
  border-right: none;
}
.seriesComparisonTable .tableNote {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.seriesComparisonTable .tableNote::before {
  content: "※";
}
.seriesComparisonTable .tableNote > span {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.seriesComparisonTable .tableNote__title {
  font-weight: 500;
}
.seriesComparisonTable .tableNote__link {
  display: flex;
  align-items: center;
  color: #004C97;
}
.seriesComparisonTable .tableNote__link:before {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  display: inline-block;
}
.seriesComparisonTable .tableNote__link:hover > span {
  text-decoration: underline;
}
.seriesComparisonTable .tableNote__link > span {
  padding-bottom: calc((18.2px - 0.875rem) / 2);
}

.selectionGuide {
  margin: 0 auto 5rem;
  line-height: 1.3;
}
.selectionGuide:last-of-type {
  margin-bottom: 0;
}
.selectionGuide h3 {
  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: 3.5rem;
}
.selectionGuide h3--mb0 {
  margin-bottom: 0;
}
.selectionGuide h3 + div {
  width: 1000px;
  margin: 0 auto 3.5rem;
}
.selectionGuide__item {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
  margin-bottom: 3.5rem;
}
.selectionGuide__item:last-of-type {
  margin-bottom: 0;
}
.selectionGuide .guideTitle {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.selectionGuide .guideTitle__main {
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  color: #004C97;
}
.selectionGuide .guideTitle .arrowContainer {
  display: flex;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  align-items: center;
}
.selectionGuide .guideTitle .arrowContainer .arrow {
  width: 1rem;
  height: auto;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  opacity: 0;
  /* 1：アニメーションの「時間や動き方」だけはベースで決めておく（名前はまだ入れない） */
  animation-duration: 1.5s;
  animation-iteration-count: 2.5;
  /*消えないフレームにする*/
  /* 2：終わった後に最後の状態（定位置で表示）を保持する設定を追加 */
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.selectionGuide .guideTitle .arrowContainer .arrow--top {
  background-color: rgba(0, 75, 151, 0.6980392157);
  /* マイナス遅延を入れておくと起動直後から綺麗に流れます */
  animation-delay: -0.4s;
}
.selectionGuide .guideTitle .arrowContainer .arrow--middle {
  background-color: rgba(0, 75, 151, 0.7960784314);
  animation-delay: -0.2s;
}
.selectionGuide .guideTitle .arrowContainer .arrow--bottom {
  background-color: #004C97;
  animation-delay: 0s;
}
.selectionGuide .guideTitle .arrowContainer.active .arrow {
  /* 3：クラスがついた瞬間に、アニメーションの「名前」だけを付与して発火させる */
  animation-name: arrow-flow;
}
.selectionGuide .guideTitle {
  /* キーフレーム */
}
@keyframes arrow-flow {
  0% {
    opacity: 0;
    transform: translateX(-4px);
  }
  40%, 60% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(4px);
  }
}
.selectionGuide .guideTitle__sub {
  font-size: 1.75rem;
  font-weight: 500;
  align-items: baseline;
}
.selectionGuide .guideTitle__sub > span:nth-of-type(2) {
  font-size: 1.25rem;
  font-weight: 400;
}
.selectionGuide .guideList {
  width: 70%;
  display: inline-flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding: 2rem;
  background-color: #F2F2F3;
  margin: 0 auto;
}
.selectionGuide .guideList > li {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.selectionGuide .guideList > li::before {
  content: "✔";
  color: #004C97;
}
.selectionGuide .guideList > li:last-of-type {
  margin-bottom: 0;
}

@keyframes arowGradationTop {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arowGradationMiddle {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arowGradationBottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.productSelectionTool {
  background-color: #CCE5FD;
  padding: 3.5rem 0;
}
.productSelectionTool__inner {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 1152px;
  margin: 0 auto;
}
.productSelectionTool__inner .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #004C97;
}
.productSelectionTool__inner .text {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.productSelectionTool__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.productSelectionTool__list .item {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.productSelectionTool__list .item__text {
  display: grid;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 1rem;
  width: 100%;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}
.productSelectionTool__list .item__text .guidance {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-top: 1rlh;
}
.productSelectionTool__list .item__text .guidance::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-top: calc(0.875rem - 5px - 1px);
  background-color: #000000;
}
.productSelectionTool__list .item__text p:has(.item__linkButton) {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.productSelectionTool__list .item__text p:has(.item__linkButton) .appNote {
  display: flex;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
.productSelectionTool__list .item__text p:has(.item__linkButton) .appNote::before {
  content: "※";
}
.productSelectionTool__list .item__linkButton {
  color: #002A50;
  background-color: #FFFFFF;
  border: 1px solid #004C97;
  background-image: linear-gradient(to right, rgba(0, 76, 151, 0.08), rgba(0, 76, 151, 0.08));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0% 100%;
  transition: background-size 0.35s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.productSelectionTool__list .item__linkButton .icon > svg {
  fill: #004C97;
  transition: fill 0.25s ease;
}
.productSelectionTool__list .item__linkButton:hover, .productSelectionTool__list .item__linkButton:focus-visible {
  border-color: #002A50;
  background-size: 100% 100%;
}
.productSelectionTool__list .item__linkButton:hover .icon > svg, .productSelectionTool__list .item__linkButton:focus-visible .icon > svg {
  fill: #002A50;
}
.productSelectionTool__list .item__linkButton {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  padding: 1.25rem 1.25rem;
  border-radius: 3.5rem;
  font-size: min(3vw, 1rem);
  font-weight: 500;
}
.productSelectionTool__list .item__linkButton::before {
  content: "";
}
.productSelectionTool__list .item__linkButton .icon {
  display: flex;
  justify-content: right;
}
.productSelectionTool__list .item__linkButton .icon > svg {
  fill: #004C97;
}

.faq {
  margin: 0 auto 5rem;
  line-height: 1.3;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  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: 3.5rem;
}
.faq h3--mb0 {
  margin-bottom: 0;
}
.faq h3 + div {
  width: 1000px;
  margin: 0 auto 3.5rem;
}
.faq__item {
  margin-bottom: 3.5rem;
}
.faq__item:last-of-type {
  margin-bottom: 0;
}
.faq__item > h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #004C97;
  margin-bottom: 2rem;
}
.faq__item .item {
  border: 1px #006BDE solid;
  margin-bottom: 2rem;
}
.faq__item .item:last-of-type {
  margin-bottom: 0;
}
.faq__item .item__question {
  font-size: 1.125rem;
}
.faq__item .item__question label {
  display: flex;
  padding: 2rem;
  position: relative;
}
.faq__item .item__question label > span {
  flex: 1;
}
.faq__item .item__question label .questionNumber {
  color: #006BDE;
  font-weight: 500;
  flex-grow: 1;
}
.faq__item .item__question label .questionTitle {
  flex-grow: 12;
  padding-right: 3rem;
}
.faq__item .item__question label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 1px #006BDE solid;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-color: #006BDE;
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0% 100%;
  transition: background-size 0.35s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.faq__item .item__question label .icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Material Symbols Outlined";
  content: "\e145";
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__item .item__question label .icon:hover::before {
  color: #006BDE;
}
.faq__item .item__question .swich {
  display: none;
}
.faq__item .item__question + dd {
  display: none;
}
.faq__item .item__question:has(:checked) .icon::before {
  content: "\f88a";
}
.faq__item .item__question:has(:checked) + dd {
  display: block;
}
.faq__item .item__question:hover .questionTitle {
  color: #006BDE;
  text-decoration: underline;
}
.faq__item .item__question:hover .icon {
  background-size: 100% 100%;
}
.faq__item .item__question:hover .icon::before {
  color: #006BDE;
}
.faq__item .item__answer {
  padding: 2rem;
  padding-top: 0;
}
.faq__item .item-link a {
  display: flex;
  align-items: center;
  color: #004C97;
}
.faq__item .item-link a:before {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  display: inline-block;
}
.faq__item .item-link a:hover > span {
  text-decoration: underline;
}
.faq__item .item-link a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.125rem;
}
.faq__item .item-link a > span {
  padding-bottom: calc((25px - 1.125rem) / 2);
}
.faq__item .item-link a::before {
  color: #004C97;
  font-size: 1.5rem;
}

.link-contact-connection {
  margin: 0 auto 5rem;
  line-height: 1.3;
}
.link-contact-connection:last-of-type {
  margin-bottom: 0;
}
.link-contact-connection h3 {
  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: 3.5rem;
}
.link-contact-connection h3--mb0 {
  margin-bottom: 0;
}
.link-contact-connection h3 + div {
  width: 1000px;
  margin: 0 auto 3.5rem;
}
.link-contact-connection__list {
  display: flex;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
.link-contact-connection__list li {
  width: 50%;
}
.link-contact-connection__list li a {
  display: flex;
  align-items: center;
  color: #004C97;
}
.link-contact-connection__list li a:before {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  display: inline-block;
}
.link-contact-connection__list li a:hover > span {
  text-decoration: underline;
}
.link-contact-connection__list li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.link-contact-connection__list li a > span {
  padding-bottom: calc((25px - 1.125rem) / 2);
}
.link-contact-connection__list li a::before {
  color: #004C97;
  font-size: 1.5rem;
}/*# sourceMappingURL=6w-to-3-7kw.css.map */