@charset "UTF-8";
/*---------------------------
  フォントの読み込み
---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
/*---------------------------
  関数
---------------------------*/
/*---------------------------
  本館テクノステーション 下層ページ
---------------------------*/
.main {
  overflow: hidden;
}

.technoStationUnderKeyVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
  padding-right: 0;
  padding-left: 10.46852vw;
  position: relative;
  margin-bottom: 240px;
}

@media screen and (max-width: 767px) {
  .technoStationUnderKeyVisual {
    display: block;
    width: 100%;
    padding-top: 93px;
    padding-left: 0;
    margin: 0 auto 100px;
  }
}

.technoStationUnderKeyVisual--smallBottom {
  margin-bottom: 176px;
}

@media screen and (max-width: 767px) {
  .technoStationUnderKeyVisual--smallBottom {
    margin-bottom: 120px;
  }
}

.technoStationUnderKeyVisual__textBlock {
  width: 30.30747vw;
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .technoStationUnderKeyVisual__textBlock {
    width: 100%;
    padding-top: 0;
  }
}

.technoStationUnderKeyVisual__title {
  font-size: 4rem;
  padding: 23px 0 23px 40px;
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
  width: calc(100% + 40px);
  margin: 0 0 36px -40px;
}

@media screen and (max-width: 767px) {
  .technoStationUnderKeyVisual__title {
    font-size: 2.7rem;
    padding: 15px 0 15px 4.8%;
    width: 95.46667vw;
    margin: 0 0 33px 0;
  }
}

.technoStationUnderKeyVisual__subTitle {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.44;
  white-space: nowrap;
  margin-bottom: 23px;
}

@media screen and (max-width: 1400px) {
  .technoStationUnderKeyVisual__subTitle {
    font-size: 1.83016vw;
  }
}

@media screen and (max-width: 767px) {
  .technoStationUnderKeyVisual__subTitle {
    font-size: 1.8rem;
    width: 90.66667vw;
    margin: 0 auto 28px;
  }
}

.technoStationUnderKeyVisual__text {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .technoStationUnderKeyVisual__text {
    font-size: 1.4rem;
    line-height: 1.785;
    width: 90.66667vw;
    margin: 0 auto 44px;
  }
}

.technoStationUnderKeyVisual__text p {
  font-size: 1.2rem;
  line-height: 1.666;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-top: 23px;
}

.technoStationUnderKeyVisual img {
  width: 51.97657vw;
}

@media screen and (max-width: 767px) {
  .technoStationUnderKeyVisual img {
    width: 100%;
    padding-left: 4.8%;
  }
}

.technoStationUnderKeyVisual__movie {
  width: 44.80234vw;
  margin: 250px auto 113px;
  display: block;
}

@media screen and (max-width: 767px) {
  .technoStationUnderKeyVisual__movie {
    width: 90.66667vw;
    margin: 100px auto 170px;
  }
}

.pageScrollTechnoStation {
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: absolute;
  left: 5.85652%;
  bottom: 27.16049%;
}

.pageScrollTechnoStation__inner {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.pageScrollTechnoStation__text {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageScrollTechnoStation__text::after {
  content: "";
  border-top: 1px solid #000000;
  width: 60px;
  margin-left: 11.3px;
}

.technoStationPageAnker {
  margin-bottom: 88px;
}

@media screen and (max-width: 767px) {
  .technoStationPageAnker {
    margin-bottom: 30px;
  }
}

.technoStationPageAnker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .technoStationPageAnker__list {
    display: block;
  }
}

.technoStationPageAnker__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19.39312vw;
  height: 100px;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  margin-right: 44px;
  padding-left: 4.09956vw;
}

@media screen and (max-width: 767px) {
  .technoStationPageAnker__list a {
    width: 70.64267vw;
    margin: 0 auto 11px;
    padding-left: 14.93333vw;
  }
}

.technoStationPageAnker__list a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .technoStationPageAnker__list a:last-child {
    margin: 0 auto;
  }
}

.technoStationPageAnker__list a p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.technoStationPageAnker__list a img {
  width: 0.72548vw;
  margin-left: 24.8px;
}

@media screen and (max-width: 767px) {
  .technoStationPageAnker__list a img {
    width: 2.64267vw;
  }
}

#technoStationNaturalEnergy,
#technoStationNextEquipment,
#technoStationVisualization {
  width: 100%;
  height: 90px;
}

.technoStationContents {
  width: 58.56515vw;
  max-width: 1038px;
  margin: 0 auto;
  margin-bottom: 130px;
  /*矢印のアニメーション*/
}

@media screen and (max-width: 767px) {
  .technoStationContents {
    width: 90.66667vw;
  }
}

.technoStationContents__inner {
  margin-bottom: 130px;
  position: relative;
}

.technoStationContents__inner:last-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__inner {
    margin-bottom: 90px;
  }
  .technoStationContents__inner:last-child {
    margin-bottom: 160px;
  }
}

.technoStationContents__inner--wideBottom {
  margin-bottom: 220px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__inner--wideBottom {
    margin-bottom: 180px;
  }
}

.technoStationContents__title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.038;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 45px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__title {
    font-size: 2rem;
    line-height: 2.05;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 35px 0;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 80px;
  }
}

.technoStationContents__read {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.423;
  white-space: nowrap;
  margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  .technoStationContents__read {
    font-size: 1.90337vw;
  }
}

@media screen and (max-width: 767px) {
  .technoStationContents__read {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.technoStationContents__text {
  font-size: 1.4rem;
  line-height: 1.785;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__text {
    line-height: 1.785;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
}

.technoStationContents__text--wideBottom {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__text--wideBottom {
    margin-bottom: 33px;
  }
}

.technoStationContents__text--wideTop {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__text--wideTop {
    margin-top: 40px;
  }
}

.technoStationContents__text--noBottom {
  margin-bottom: 0;
}

.technoStationContents__subText {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.785;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .technoStationContents__subText {
    letter-spacing: 0.05em;
  }
}

.technoStationContents__subText--moreSmall {
  font-size: 0.87848vw;
  line-height: 2.083;
}

@media screen and (max-width: 767px) {
  .technoStationContents__subText--moreSmall {
    color: #707070;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
  }
}

.technoStationContents__imageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__imageWrapper {
    display: block;
    margin-bottom: 15px;
  }
}

.technoStationContents__imageWrapper img {
  width: 28.55051vw;
  margin-right: 20px;
  /* &:nth-child(2) {
                margin-right: 0;

                @media screen and (max-width: $breakPoint) {
                    margin-bottom: 0;
                }
            } */
}

@media screen and (max-width: 767px) {
  .technoStationContents__imageWrapper img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.technoStationContents__safetyImgLeft {
  width: 18.37482vw !important;
  margin-bottom: 60.6px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__safetyImgLeft {
    width: 100% !important;
    margin-bottom: 71.2px !important;
  }
}

.technoStationContents__safetyImgRight {
  width: 37.84773vw !important;
  margin-bottom: 60.6px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__safetyImgRight {
    width: 100% !important;
    margin-bottom: 72.4px !important;
  }
}

.technoStationContents__imageSmallWidth {
  margin: 70px 8.78477vw 35px 8.78477vw;
}

@media screen and (max-width: 767px) {
  .technoStationContents__imageSmallWidth {
    margin: 35px auto 10px auto;
  }
}

.technoStationContents__imageSmallBottom {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__imageSmallBottom {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .technoStationContents__imageSmallBottom--smallWidth {
    width: 61.33333vw;
    margin: 0 auto;
  }
}

.technoStationContents__safetyButtonWrapper {
  text-align: center;
}

.technoStationContents__safetyButtonWrapper:hover .technoStationContents__safetyButtonArrow {
  width: 2.19619vw;
}

.technoStationContents__safetyButton {
  display: inline-block;
  width: 22.56149vw;
  border: 0.5px solid #000000;
  border-radius: 35px;
  padding: 19.1px 0 23.7px 9.22401vw;
}

@media screen and (max-width: 1060px) {
  .technoStationContents__safetyButton {
    width: 308.19px;
    padding: 19.1px 0 23.7px 126px;
  }
}

@media screen and (max-width: 767px) {
  .technoStationContents__safetyButton {
    width: 82.184vw;
    padding: 19.1px 0 23.7px 33.6vw;
    margin-bottom: 71.2px;
  }
}

.technoStationContents__safetyButtonInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.technoStationContents__safetyButtonText {
  font-size: 1.02489vw;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  white-space: nowrap;
  margin-right: 70.5px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__safetyButtonText {
    font-size: 3.73333vw;
  }
}

.technoStationContents__safetyButtonArrow {
  width: 1.8243vw;
  height: 7.85px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .technoStationContents__safetyButtonArrow {
    width: 6.64533vw;
  }
}

.technoStationContents__guardWrapper {
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__guardWrapper {
    margin-bottom: 120px;
  }
}

.technoStationContents__guardText {
  font-size: 1.90337vw;
  font-weight: 500;
  line-height: 1.423;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__guardText {
    font-size: 4.8vw;
    line-height: 1.444;
    margin-bottom: 3px;
  }
}

.technoStationContents__img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .technoStationContents__img {
    margin-top: 15px;
  }
}

.technoStationContents__linkBtn {
  display: block;
  position: absolute;
  right: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  padding: 2.8px 1.05417vw 3.2px 1.1713vw;
  background-color: #000000;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .technoStationContents__linkBtn {
    font-size: 0.9rem;
    line-height: 1.76;
    padding: 6px 3.84vw 7px 4.26667vw;
  }
}

.technoStationContents__linkBtn > span {
  margin-right: 0.95168vw;
}

.technoStationContents__linkBtn::after {
  content: "＞";
}

.technoStationContents__supplement {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #707070;
  margin-top: 47px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .technoStationContents__supplement {
    margin-top: 16px;
  }
}

/* アニメーション */
#js-animation05,
#js-animation06 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #js-animation05,
  #js-animation06 {
    margin-top: 16px;
  }
}

.technoStationContentsTopics {
  width: 53.58712vw;
  max-width: 1038px;
  border: 1px solid #000000;
  padding: 12.4px 2.12299vw 36.4px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopics {
    width: 77.33333vw;
    padding: 35.4px 0 0 0;
  }
}

.technoStationContentsTopics__title {
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  width: 7.23719vw;
  border: 0.5px solid #000000;
  padding: 4.6px 0 5.4px 8.8px;
  margin-bottom: 28.6px;
  -webkit-transform: translateX(-8.8px);
          transform: translateX(-8.8px);
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopics__title {
    width: 26.36267vw;
    margin-left: 3.52vw;
  }
}

.technoStationContentsTopics__innerWrapper {
  width: 100%;
}

.technoStationContentsTopics__inner {
  width: 49.48755vw;
  width: 100%;
  padding-bottom: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopics__inner {
    width: 66.13333vw;
    padding-bottom: 34px;
  }
}

.technoStationContentsTopics__contentsTitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.technoStationContentsTopics__text {
  font-size: 1.4rem;
  line-height: 1.785;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopics__text {
    margin-bottom: 12px;
  }
}

.technoStationContentsTopics__imageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.61054vw;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopics__imageWrapper {
    display: block;
    padding: 0;
    margin-bottom: 37.3px;
  }
}

.technoStationContentsTopics__imageItem:nth-child(-n+2) {
  margin-right: 1.46413vw;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopics__imageItem:nth-child(-n+2) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.technoStationContentsTopics__image1 {
  margin-right: 2.68668vw;
}

.technoStationContentsTopics__subText {
  font-size: 1.4rem;
  line-height: 1.785;
  letter-spacing: 0.1em;
  border: 1px solid #000000;
  border-radius: 28px;
  padding: 26px 33px;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopics__subText {
    padding: 29px 19px;
  }
}

.technoStationContentsTopicsOther {
  width: 48.60908vw;
  width: 100%;
  padding: 28px 1.90337vw 9px;
  margin: 0 auto;
  background: #E2E2E2;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopicsOther {
    width: 100%;
    padding: 23px 15px 20px;
  }
}

.technoStationContentsTopicsOther__text {
  font-size: 1.3rem;
  line-height: 1.923;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.technoStationContentsTopicsOther__listWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopicsOther__listWrapper {
    display: block;
  }
}

.technoStationContentsTopicsOther__list {
  width: calc(95% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  padding: 10px 0 10px 1.02489vw;
  margin-right: 1.90337vw;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopicsOther__list {
    width: 100%;
    padding: 8px 10px 9px 12px;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 2000px) {
  .technoStationContentsTopicsOther__list {
    margin-right: 1.46413vw;
  }
}

.technoStationContentsTopicsOther__list:nth-child(2n) {
  margin-right: 0;
}

.technoStationContentsTopicsOther__list p {
  font-size: 1.4rem;
  line-height: 1.785;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopicsOther__list p {
    font-size: 1.2rem;
  }
}

.technoStationContentsTopicsOther__listText {
  position: relative;
  width: 100%;
}

.technoStationContentsTopicsOther__button {
  display: none;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopicsOther__button {
    color: #FFFFFF;
    font-size: 2.4vw;
    font-family: "Oswald", sans-serif;
    line-height: 1.555;
    display: inline-block;
    width: 19.73333vw;
    background: #000000;
    padding: 1.8px 0 3.2px 12.7px;
  }
}

.technoStationContentsTopicsOther__linkBtn {
  display: block;
  position: absolute;
  bottom: 0%;
  right: 3%;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  padding: 2.8px 0.58565vw 3.2px 1.05417vw;
  background-color: #000000;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .technoStationContentsTopicsOther__linkBtn {
    font-size: 0.9rem;
    padding: 1.8px 2.21333vw 3.2px 3.38667vw;
  }
}

.technoStationContentsTopicsOther__linkBtn > span {
  margin-right: 0.58565vw;
}

.technoStationContentsTopicsOther__linkBtn::after {
  content: "＞";
}

.technoStationAnotherContents {
  width: 68.96047vw;
  border: 1px solid #000000;
  padding: 38px 3.80673vw 11.2px 3.80673vw;
  margin: 0 auto 100px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .technoStationAnotherContents {
    width: 90.66667vw;
    padding: 38px 11.2vw 48.7px 11.2vw;
    margin: 0 auto 74.4px;
  }
}

.technoStationAnotherContents h3 {
  font-size: 1.7rem;
  line-height: 1.470;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45.3px;
}

.technoStationAnotherContents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .technoStationAnotherContents ul {
    display: block;
  }
}

.technoStationAnotherContentsInner {
  width: 18.59444vw;
  padding: 19.5px 2.01318vw 26.1px;
  background: #F0f0f0;
  margin-right: 2.63543vw;
  margin-bottom: 24.8px;
}

@media screen and (max-width: 767px) {
  .technoStationAnotherContentsInner {
    width: 67.73333vw;
    margin-right: 0;
    margin-bottom: 19px;
    padding: 19.5px 7.33333vw 26.1px;
  }
}

.technoStationAnotherContentsInner:nth-child(3) {
  margin-right: 0;
}

.technoStationAnotherContentsInner h4 {
  font-size: 1.3rem;
  line-height: 1.461;
  margin-bottom: 6px;
}

.technoStationAnotherContentsInner__line {
  width: 9.14129vw;
  height: 2px;
  background: #000000;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .technoStationAnotherContentsInner__line {
    width: 33.29867vw;
  }
}

.technoStationAnotherContentsInner p {
  font-size: 1.1rem;
  line-height: 1.4545;
  margin-bottom: 8px;
}

.technoStationAnotherContentsInner__imageWrapper {
  width: 14.57321vw;
  height: auto;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .technoStationAnotherContentsInner__imageWrapper {
    width: 53.08533vw;
  }
}

.technoStationAnotherContentsInner__button {
  color: #FFFFFF;
  font-size: 0.80527vw;
  line-height: 1.4545;
  background: #000000;
  font-family: "Oswald", sans-serif;
  width: 6.14934vw;
  padding: 2px 0 4px 1.05417vw;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .technoStationAnotherContentsInner__button {
    font-size: 2.93333vw;
    width: 22.4vw;
    padding: 2px 0 4px 3.84vw;
  }
}

/*---------------------------
  本館テクノステーション ページリンク
---------------------------*/
.technoStationLinkButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46.85212vw;
  max-width: 1038px;
  height: 60px;
  margin: 0 auto 20px;
  padding-left: 4.61201vw;
  padding-right: 3.66032vw;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  border: 0.5px solid #000000;
  border-radius: 30px;
  background: #FFFFFF;
}

.technoStationLinkButton:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .technoStationLinkButton {
    width: 90.66667vw;
    height: 80px;
    padding-left: 10.66667vw;
    padding-right: 7.33333vw;
    border-radius: 40px;
  }
}

.technoStationLinkButton--current {
  color: #FFFFFF;
  background: #000000;
}

.technoStationLinkButton__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .technoStationLinkButton__text {
    display: block;
  }
}

.technoStationLinkButton__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-right: 47px;
}

@media screen and (max-width: 767px) {
  .technoStationLinkButton__title {
    margin-bottom: 6px;
  }
}

.technoStationLinkButton__subTitle {
  font-size: 1.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .technoStationLinkButton__subTitle {
    font-size: 1.2rem;
  }
}

.technoStationLinkButton img {
  width: 24.41px;
  height: 6.28px;
}

.technoStationLink__returnBtn {
  text-align: center;
  text-decoration: underline;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-top: 60px;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .technoStationLink__returnBtn {
    margin-top: 40px;
  }
}

.technoStationLink__returnBtn a {
  z-index: 1000;
}
/*# sourceMappingURL=techno-station.css.map */