  /*--==========================
  module
============================--*/

/* ========
modules
======== */

.button-white {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 384px;
  height: 66px;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #017976;
  background-color: #fff;
  border-radius: 10px;
}

.button-white::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: inline-block;
  width: 13px;
  height: 22px;
  margin: auto;
  content: '';
  background-image: url(/future/common/images/com_arrow_green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.anchor-target {
  position: absolute;
  top: -60px;
  left: 0;
}

.page-collection .section-01,
.page-collection .section-02 {
  position: relative;
}

.page-processing .section-01,
.page-processing .section-02,
.page-processing .section-03 {
  position: relative;
}

.site-footer .footer-block-02 {
  padding: 100px  0 36px;
  color: #fff;
  background-color: #02ada9;
}

.site-footer .footer-link-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 384px;
  height: 66px;
  margin: 0 auto 100px;
  font-size: 2.0rem;
  font-weight: 700;
  border: 4px solid rgba(250, 250, 250, 0.5);
  border-radius: 10px;
}

.site-footer .footer-link-btn::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 13px;
  height: 22px;
  margin: auto;
  content: '';
  background-image: url(/future/common/images/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer .footer-copyright {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
}

.footer-block-01 {
  padding: 100px 0 60px;
  background-color: #fff;
}

.footer-block-01 .btn-page-top {
  position: relative;
  display: block;
  width: 98px;
  margin: 0 auto 55px;
}

.footer-block-01 .btn-page-top__circle {
  box-sizing: border-box;
  display: inline-block;
  width: 98px;
  height: 98px;
  background-color: #ccefee;
  border: 6px solid #02ada9;
  border-radius: 50%;
}

.footer-block-01 .btn-page-top img {
  position: absolute;
  top: 11px;
  left: -8px;
  width: 86px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer-block-01 .btn-page-top__text {
  display: block;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #02ada9;
  text-align: center;
}

.footer-block-01 .footer-image {
  margin-bottom: 40px;
}

.footer-block-01 .footer-image picture {
  display: block;
  max-width: 842px;
  margin: 0 auto;
}

.footer-block-01 .site-logo {
  display: block;
  width: 156px;
  margin: 0 auto 58px;
}

.footer-block-01 .site-logo:hover {
  opacity: 1;
}

.footer-block-01 .sns-list {
  display: flex;
  justify-content: center;
}

.footer-block-01 .sns-list__item {
  flex-basis: 38px;
  max-width: 38px;
  margin: 0 28px;
}

.footer-block-01 .footer-link-list {
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  margin-top: 60px;
  color: #000000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.02);
}

.footer-block-01 .footer-link-list__item {
  margin: 0 48px;
  font-weight: 700;
}

.footer-block-01 .footer-link-list__item::before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  border-color: transparent transparent transparent #fee028;
  border-style: solid;
  border-width: 6px 0 6px 10px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100px;
}

.site-header .l-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 0 40px;
}

.site-header .site-logo {
  padding: 5px 10px;
  background-color: #fff;
}

.site-header .site-logo img {
  width: 156px;
}

.site-header .site-logo:hover {
  opacity: 1;
}

.btn-globalmenu {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 101;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #02ada9;
  border-radius: 50%;
  transition-duration: .3s;
}

.btn-globalmenu::before,
.btn-globalmenu::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 4px;
  margin: auto;
  content: '';
  background-color: #fff;
  border-radius: 2px;
  transition-duration: .3s;
  transform: translateY(-5px);
}

.btn-globalmenu::after {
  transform: translateY(5px);
}

.btn-globalmenu__close {
  position: absolute;
  bottom: -29px;
  left: -1px;
  display: none;
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.btn-globalmenu.is-active {
  background-color: #fff;
}

.btn-globalmenu.is-active::before {
  background-color: #02ada9;
  transform: translateY(0) rotate(45deg);
}

.btn-globalmenu.is-active::after {
  background-color: #02ada9;
  transform: translateY(0) rotate(-45deg);
}

.btn-globalmenu.is-active .btn-globalmenu__close {
  display: inline-block;
}

.globalmenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  width: 100%;
  max-height: 100vh;
  padding: 120px 0 120px;
  overflow-y: scroll;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
  background-color: #02ada9;
  opacity: 0;
  transition: opacity .3s;
}

.globalmenu__list {
  max-width: 310px;
  margin: 0 auto;
  line-height: 3.333;
}

.globalmenu__item > a {
  position: relative;
  display: inline-block;
  line-height: 1.8;
}

.globalmenu__item > a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  content: '';
  background-color: #fff;
  border-radius: 2px;
  transition-duration: .3s;
}

.globalmenu__item > a:hover,
.globalmenu__item > a.is-active {
  opacity: 1;
}

.globalmenu__item > a:hover::after,
.globalmenu__item > a.is-active::after {
  width: calc(100% + 10px);
}

.globalmenu__item > a:hover span,
.globalmenu__item > a.is-active span {
  opacity: .7;
}

.globalmenu__item.-contact {
  margin-top: 10px;
}

.globalmenu__item.-contact > p {
  line-height: 1.875;
}

.globalmenu.is-active {
  z-index: 100;
  pointer-events: all;
  opacity: 1;
}

.globalmenu__contact-group {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.875;
}

.transparentLayer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
}

.transparentLayer.is-active {
  z-index: 99;
  display: block;
}

.js-image-slider .slick-track,
.js-image-slider .slick-list {
  font-size: 0;
}

.js-image-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
}

.js-image-slider .slick-dots li {
  margin: 0 10px;
}

.js-image-slider .slick-dots button {
  width: 16px;
  height: 16px;
  font-size: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  opacity: .5;
}

.js-image-slider .slick-dots .slick-active button {
  opacity: 1;
}

.js-modal-box {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.js-modal-box.-active {
  z-index: 1;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transition: all .3s 0s;
}

.modal-box-02-wrapper {
  margin-top: 5vh;
}

.modal-box-02 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 596px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 22px 22px 20px 0px #009692;
}

.modal-box-02__close {
  position: absolute;
  top: -24px;
  right: -24px;
  z-index: 1;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #02ada9;
  border: 4px solid #c0e3e7;
  border-radius: 50%;
  box-shadow: 22px 22px 20px 0px #009692;
}

.modal-box-02__close::before,
.modal-box-02__close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 4px;
  margin: auto;
  content: '';
  background-color: #fff;
  border-radius: 2px;
  transition-duration: .3s;
  transform: rotate(45deg);
}

.modal-box-02__close::after {
  transform: rotate(-45deg);
}

.modal-box-02__inner {
  max-height: 90vh;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  border: 8px solid #c0e3e7;
  border-radius: 20px;
}

.modal-box-02__head {
  padding: 9px 0;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  color: #02ada9;
  text-align: center;
  background-color: #c0e3e7;
}

.modal-box-02__body {
  padding: 24px 22px 30px;
}

.modal-box-02__link-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  margin-top: 38px;
  border-top: 1px solid #ccefee;
}

.modal-box-02__link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #02ada9;
}

.modal-box-02__link::before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  border-color: transparent transparent transparent #fee028;
  border-style: solid;
  border-width: 6px 0 6px 10px;
}

.modal-box-02 .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: auto 0;
  font-size: 0;
  cursor: pointer;
  background: url(/future/common/images/icon-arrow.png) no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center left 12px;
  background-size: 8px;
  border-radius: 50%;
  transition-duration: .3s;
}

.modal-box-02 .slick-arrow.slick-prev {
  left: 6px;
  transform: rotate(180deg);
}

.modal-box-02 .slick-arrow.slick-next {
  right: 6px;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 120vh;
  pointer-events: none;
  opacity: 0;
}

.modal-container__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 252, 252, 0.7);
}

.modal-container.-active {
  z-index: 1000;
  display: block;
  pointer-events: all;
  opacity: 1;
  transition: all .3s 0s;
}

.modal-box {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 596px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 22px 22px 20px 0px #009692;
}

.modal-box__close {
  position: absolute;
  top: -24px;
  right: -24px;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #02ada9;
  border: 4px solid #c0e3e7;
  border-radius: 50%;
  box-shadow: 22px 22px 20px 0px #009692;
}

.modal-box__close::before,
.modal-box__close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 4px;
  margin: auto;
  content: '';
  background-color: #fff;
  border-radius: 2px;
  transition-duration: .3s;
  transform: rotate(45deg);
}

.modal-box__close::after {
  transform: rotate(-45deg);
}

.modal-box__inner {
  overflow: hidden;
  background-color: #fff;
  border: 8px solid #c0e3e7;
  border-radius: 20px;
}

.modal-box__head {
  padding: 9px 20px;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-color: #02ada9;
}

.modal-box__body {
  padding: 24px 22px 30px;
}

.modal-box__link-row {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 38px;
  border-top: 1px solid #ccefee;
}

.modal-box__link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #02ada9;
}

.modal-box__link::before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  border-color: transparent transparent transparent #fee028;
  border-style: solid;
  border-width: 6px 0 6px 10px;
}

.modal-box.-active {
  z-index: 1;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transition: all .3s 0s;
  transform: translateY(0);
}

.next-contents {
  padding: 48px 0 40px;
  margin-bottom: 155px;
  text-align: center;
  background-color: #fff;
  box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.02);
}

.next-contents__head {
  margin-bottom: 34px;
  font-family: "Heebo", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  color: #e5e5e5;
}

.next-contents__bar {
  padding: 9px 0;
  background-color: #ccefee;
}

.next-contents__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #007887;
}

.next-contents__link::after {
  display: inline-block;
  width: 15px;
  height: 24px;
  margin-left: 38px;
  content: '';
  background-image: url(/future/common/images/com_arrow_green02.png);
  background-repeat: none;
  background-position: center;
  background-size: cover;
}

.section-banner {
  padding: 100px 0;
  background-color: #02ada9;
}

.section-banner .banner-item {
  margin-top: 70px;
  box-shadow: 22px 22px 20px 0px rgba(0, 0, 0, 0.2);
}

.section-banner .banner-item:first-of-type {
  margin-top: 0;
}

.section-hero-nonferrousmetal {
  position: relative;
  box-sizing: border-box;
  height: 700px;
}

.section-hero-nonferrousmetal::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  content: '';
  background: url(/future/common/images/com_mainvisual_bg01.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.section-hero-nonferrousmetal__inner {
  height: 100%;
}

.section-hero-nonferrousmetal .l-inner {
  position: relative;
  box-sizing: border-box;
  max-width: 820px;
  height: 100%;
}

.section-hero-nonferrousmetal__titleGroup {
  position: absolute;
  bottom: -10px;
  left: 454px;
  width: 580px;
}

.section-hero-nonferrousmetal__title {
  font-size: 55px;
  font-style: italic;
  font-weight: bold;
  color: #007887;
}

.section-hero-nonferrousmetal__title-en {
  font-family: "Heebo", sans-serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 0.9;
  color: #e5e5e5;
  letter-spacing: -2px;
}

.section-hero-nonferrousmetal__character-doctor {
  position: absolute;
  bottom: 42px;
  left: 30px;
  width: 232px;
}

.section-hero-nonferrousmetal__imgGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 320px;
  margin: 0 auto;
}

.section-hero-nonferrousmetal__image {
  position: absolute;
  bottom: 170px;
  left: 526px;
  width: 191px;
}

.section-hero-nonferrousmetal__border {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 300px;
  margin: 0 auto;
  background-color: #fee028;
  transform: translateY(50%);
}

.section-hero-v2 {
  position: relative;
  box-sizing: border-box;
  height: 700px;
}

.section-hero-v2::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  content: '';
  background: url(/future/common/images/com_mainvisual_bg01.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.section-hero-v2__inner {
  height: 100%;
}

.section-hero-v2 .l-inner {
  position: relative;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding-top: 160px;
}

.section-hero-v2__titleGroup {
  margin-top: 102px;
  margin-left: 40px;
}

.section-hero-v2__title {
  font-size: 55px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.3;
  color: #007887;
}

.section-hero-v2__title-en {
  width: 840px;
  font-family: "Heebo", sans-serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 0.9;
  color: #e5e5e5;
  letter-spacing: -2px;
}

.section-hero-v2__character-doctor {
  width: 232px;
}

.section-hero-v2__border {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 300px;
  margin: 0 auto;
  background-color: #fee028;
  transform: translateY(50%);
}

.section-hero {
  position: relative;
  background-color: #fff;
  background-position: center;
  background-size: cover;
}

.section-hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.section-hero__figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-hero .l-inner {
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  height: 100%;
}

.section-hero--home {
  height: 700px;
}

.section-hero--home .l-inner {
  position: relative;
  align-items: flex-start;
  padding-top: 157px;
}

.section-hero--home .section-hero__title {
  width: 509px;
  margin-top: 130px;
  margin-left: 80px;
}

.section-hero--home .section-hero__character {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 444px;
  margin-left: 27px;
}

.section-hero--home .section-hero__character img:first-of-type {
  width: 47.97297%;
}

.section-hero--home .section-hero__character img:last-of-type {
  width: 53.15315%;
  margin-left: -6px;
}

@-webkit-keyframes scrollAnimation {
  0% {
    left: -10px;
  }

  20% {
    left: -10px;
  }

  100% {
    left: 60px;
  }
}

@keyframes scrollAnimation {
  0% {
    left: -10px;
  }

  20% {
    left: -10px;
  }

  100% {
    left: 60px;
  }
}

.section-hero--home .section-hero__scroll-item {
  position: absolute;
  right: 30px;
  bottom: -38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #02ada9;
  transform: rotate(90deg);
}

.section-hero--home .section-hero__scroll-item::before {
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-right: 10px;
  content: '';
  background-color: #02ada9;
}

.section-hero--home .section-hero__scroll-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  display: inline-block;
  width: 5px;
  height: 3px;
  margin: auto;
  content: '';
  background-color: #fff;
  -webkit-animation-name: scrollAnimation;
  animation-name: scrollAnimation;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.03, 0.5, 1);
  animation-timing-function: cubic-bezier(0.5, 0.03, 0.5, 1);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.section-hero--home .figure-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  margin: auto;
}

.section-hero--home .figure-layer img {
  /* stylelint-disable-line */
  position: absolute;
  max-width: initial;
}

.section-hero--home .figure-layer-01 .figure-item-01 {
  top: 295px;
  left: 320px;
  width: 234px;
}

.section-hero--home .figure-layer-01 .figure-item-02 {
  top: 230px;
  left: 500px;
  width: 146px;
  height: 146px;
}

.section-hero--home .figure-layer-01 .figure-item-03 {
  top: 192px;
  left: 300px;
  width: 72px;
}

.section-hero--home .figure-layer-01 .figure-item-04 {
  top: 250px;
  left: -240px;
  width: 384px;
}

.section-hero--home .figure-layer-01 .figure-item-05 {
  top: 226px;
  left: -460px;
  width: 156px;
}

.section-hero--home .figure-layer-01 .figure-item-06 {
  top: -20px;
  left: -380px;
  width: 174px;
}

.section-hero--home .figure-layer-01 .figure-item-07 {
  top: -204px;
  left: -500px;
  width: 320px;
}

.section-hero--home .figure-layer-01 .figure-item-08 {
  top: -174px;
  left: -110px;
  width: 60px;
}

.section-hero--home .figure-layer-01 .figure-item-09 {
  top: 18px;
  left: 360px;
  width: 330px;
}

.section-hero--home .figure-layer-01 .figure-item-10 {
  top: 358px;
  left: 690px;
  width: 148px;
}

.section-hero--home .figure-layer-01 .figure-item-11 {
  top: 138px;
  left: 740px;
  width: 140px;
}

.section-hero--home .figure-layer-01 .figure-item-12 {
  top: 486px;
  left: -450px;
  width: 300px;
}

.section-hero--home .figure-layer-02 .figure-item-01 {
  top: -120px;
  left: 86px;
  width: 230px;
}

.section-hero--home .figure-layer-02 .figure-item-02 {
  top: -180px;
  left: 640px;
  width: 186px;
}

.section-hero--home .figure-layer-02 .figure-item-03 {
  top: 40px;
  left: -100px;
  width: 144px;
}

.section-hero--home .figure-layer-02 .figure-item-04 {
  top: 370px;
  left: 184px;
  width: 30px;
}

.section-hero--home .figure-layer-03 .figure-item-01 {
  top: -340px;
  left: 216px;
  width: 230px;
}

.section-hero--home .figure-layer-03 .figure-item-02 {
  top: -74px;
  left: 578px;
  width: 120px;
}

.section-hero--home .figure-layer-03 .figure-item-03 {
  top: 290px;
  left: -490px;
  width: 160px;
}

/* stylelint-disable */

.section-hero--home .section-hero__title {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-duration: 1.3s;
  transform: translateY(10px);
  transition-delay: 0.5s;
}

.section-hero--home .section-hero__character img {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-duration: 1.3s;
  transition-delay: 2s;
}

.section-hero--home .section-hero__character img:last-of-type {
  transition-delay: 2.5s;
}

@-webkit-keyframes float02 {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(20px);
  }
}

@keyframes float02 {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(20px);
  }
}

@-webkit-keyframes float01 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

@keyframes float01 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

.section-hero--home.is-animated .section-hero__title {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.section-hero--home.is-animated .section-hero__character img {
  opacity: 1;
  visibility: visible;
}

/* stylelint-enable */

@media (min-width: 769px) {
  .btn-globalmenu:hover {
    background-color: #fff;
  }

  .btn-globalmenu:hover::before {
    background-color: #02ada9;
    transform: translateY(0) rotate(45deg);
  }

  .btn-globalmenu:hover::after {
    background-color: #02ada9;
    transform: translateY(0) rotate(-45deg);
  }

  .section-hero--home .figure-layer img {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }

  .section-hero--home .figure-layer img.is-animated {
    opacity: 1;
    visibility: visible;
    transition-duration: .3s;
  }

  .section-hero--home .figure-layer img.is-animated {
    -webkit-animation-name: float01;
    animation-name: float01;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .section-hero--home .figure-layer.figure-layer-01 .figure-item-01.is-animated {
    -webkit-animation-name: float02;
    animation-name: float02;
  }

  .section-hero--home .figure-layer.figure-layer-02 .figure-item-01.is-animated {
    -webkit-animation-name: float02;
    animation-name: float02;
  }

  .section-hero--home .figure-layer.figure-layer-02 .figure-item-02.is-animated {
    -webkit-animation-name: float02;
    animation-name: float02;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-width105Sp {
    width: 105%;
  }

  .site-footer .footer-block-02 {
    padding: 100px  0 150px;
  }

  .site-footer .footer-link-btn {
    width: 100%;
    max-width: 335px;
  }

  .footer-block-01 .btn-page-top {
    margin: 0 auto 50px;
  }

  .footer-block-01 .footer-image {
    width: 100vw;
    margin-left: -20px;
  }

  .footer-block-01 .footer-image picture {
    max-width: 344px;
  }

  .footer-block-01 .footer-link-list {
    display: block;
  }

  .footer-block-01 .footer-link-list__item {
    display: block;
  }

  .site-header {
    height: 90px;
  }

  .site-header .l-inner {
    padding: 0 20px;
  }

  .btn-globalmenu {
    top: 25px;
    right: 20px;
  }

  .globalmenu {
    padding: 120px 40px 120px;
  }

  .globalmenu__list {
    max-width: 100%;
  }

  .js-image-slider .slick-dots li {
    margin: 0 5px;
  }

  .js-image-slider .slick-dots button {
    width: 12px;
    height: 12px;
  }

  .modal-box-02-wrapper {
    margin-top: 5vh;
  }

  .modal-box-02 {
    width: auto;
    margin: 0 20px 0;
    box-shadow: 10px 10px 10px 0px rgba(0, 150, 146, 0.8);
  }

  .modal-box-02__close {
    top: -20px;
    right: -12px;
    box-shadow: 10px 10px 10px 0px rgba(0, 150, 146, 0.8);
  }

  .modal-box-02__inner {
    height: 88vh;
    overflow-y: scroll;
  }

  .modal-box-02__link-row {
    display: block;
    padding-top: 20px;
  }

  .modal-box-02__link {
    margin-top: 20px;
  }

  .modal-box-02__link:first-of-type {
    margin-top: 0;
  }

  .modal-box-02 .slick-arrow.slick-prev {
    left: 0;
  }

  .modal-box-02 .slick-arrow.slick-next {
    right: 0;
  }

  .modal-box {
    top: 40px;
    width: auto;
    margin: 0 20px 0;
    box-shadow: 10px 10px 10px 0px rgba(0, 150, 146, 0.8);
  }

  .modal-box__close {
    top: -20px;
    right: -12px;
    box-shadow: 10px 10px 10px 0px rgba(0, 150, 146, 0.8);
  }

  .modal-box__inner {
    height: 88vh;
    overflow-y: scroll;
  }

  .modal-box__link-row {
    display: block;
    padding-top: 20px;
  }

  .modal-box__link {
    margin-top: 20px;
  }

  .modal-box__link:first-of-type {
    margin-top: 0;
  }

  .next-contents {
    margin-bottom: 100px;
  }

  .next-contents__head {
    font-size: 44px;
  }

  .next-contents__bar {
    padding: 14px 0;
  }

  .next-contents__link {
    font-size: 20px;
  }

  .section-banner {
    padding: 20px 0;
  }

  .section-banner .banner-item {
    margin-top: 20px;
  }

  .section-hero-nonferrousmetal {
    height: 800px;
    padding-top: 90px;
  }

  .section-hero-nonferrousmetal::before {
    min-width: auto;
    background-image: url(/future/common/images/com_mainvisual_bg01-sp.png);
  }

  .section-hero-nonferrousmetal .l-inner {
    padding-top: 70px;
  }

  .section-hero-nonferrousmetal__titleGroup {
    position: static;
    width: auto;
    margin-top: 24px;
    text-align: center;
  }

  .section-hero-nonferrousmetal__title {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .section-hero-nonferrousmetal__title-en {
    font-size: 45px;
  }

  .section-hero-nonferrousmetal__character-doctor {
    position: static;
    width: 160px;
  }

  .section-hero-nonferrousmetal__image {
    position: static;
    width: 140px;
    margin-top: 80px;
  }

  .section-hero-v2 {
    height: 800px;
    padding-top: 90px;
  }

  .section-hero-v2::before {
    min-width: auto;
    background-image: url(/future/common/images/com_mainvisual_bg01-sp.png);
  }

  .section-hero-v2 .l-inner {
    flex-direction: column;
    padding: 70px 0 0;
  }

  .section-hero-v2__titleGroup {
    margin: 20px 0 0;
    text-align: center;
  }

  .section-hero-v2__title {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .section-hero-v2__title-en {
    width: auto;
    font-size: 45px;
  }

  .section-hero-v2__imgGroup {
    display: flex;
    justify-content: center;
  }

  .section-hero-v2__character-doctor {
    width: 160px;
  }

  .section-hero {
    padding-top: 90px;
  }

  .section-hero .l-inner {
    display: block;
  }

  .section-hero--home {
    position: relative;
  }

  .section-hero--home .l-inner {
    position: static;
    padding-top: 0;
  }

  .section-hero--home .section-hero__title {
    width: 100%;
    max-width: 318px;
    margin: 30px auto 32px;
  }

  .section-hero--home .section-hero__character {
    width: 100%;
    max-width: 306px;
    margin: 0 auto;
  }

  .section-hero--home .section-hero__character img:first-of-type {
    width: 45%;
  }

  .section-hero--home .section-hero__character img:last-of-type {
    width: 50%;
  }

  .section-hero--home .section-hero__scroll-item {
    right: 10px;
    bottom: 0;
    transform-origin: top right;
  }

  .section-hero--home .figure-layer {
    width: 200px;
    height: 200px;
  }

  .section-hero--home .figure-layer-01 .figure-item-01 {
    display: none;
  }

  .section-hero--home .figure-layer-01 .figure-item-02 {
    display: none;
  }

  .section-hero--home .figure-layer-01 .figure-item-03 {
    display: none;
  }

  .section-hero--home .figure-layer-01 .figure-item-04 {
    top: 40px;
    left: 190px;
    width: 430px;
  }

  .section-hero--home .figure-layer-01 .figure-item-06 {
    top: -260px;
    left: 60px;
    width: 174px;
  }

  .section-hero--home .figure-layer-01 .figure-item-07 {
    display: none;
  }

  .section-hero--home .figure-layer-01 .figure-item-08 {
    display: none;
  }

  .section-hero--home .figure-layer-01 .figure-item-09 {
    display: none;
  }

  .section-hero--home .figure-layer-01 .figure-item-10 {
    display: none;
  }

  .section-hero--home .figure-layer-01 .figure-item-12 {
    top: 264px;
    left: -18px;
    width: 300px;
  }

  .section-hero--home .figure-layer-02 {
    display: none;
  }

  .section-hero--home .figure-layer-03 .figure-item-01 {
    display: none;
  }

  .section-hero--home .figure-layer-03 .figure-item-02 {
    display: none;
  }

  .section-hero--home .figure-layer-03 .figure-item-03 {
    top: 30px;
    left: -120px;
    width: 200px;
  }
}

@media screen and (min-width: 1px) and (max-width: 374px) {
  .site-footer .footer-link-btn {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) and (min-width: 1px) and (max-width: 374px) {
  .footer-block-01 .footer-image picture {
    max-width: 284px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) and (min-width: 1px) and (max-width: 768px) {
  .footer-block-01 .footer-link-list__item {
    margin: 20px 40px;
  }
}