/*-------------------------------------------------
	idx Layout
---------------------------------------------------*/
.mainVisual {
  background: url(../../images/idx/mv.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100vh;
  line-height: 1;
  z-index: 1;
}
.mainVisual__inner {
  display: block;
  margin: auto;
  position: relative;
}
.mainVisual__copy {
  position: absolute;
  top: 50%;
  left: calc(50% - 440px);
  transform: translateY(-50%);
  z-index: 2;
  width: 42.5%;
}
.mainVisual__copy img {
  width: 100%;
}
.mainVisual .scrolldown {
  width: 64px;
  height: 168px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.mainVisual .scrolldown__inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 168px;
  transform: translateX(-50%);
}
.mainVisual .scrolldown__inner p {
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 1px;
  text-align: end;
  transform: rotate(90deg);
  white-space: nowrap;
}
.mainVisual .scrolldown__inner .arrow {
  width: 1px;
  height: 80px;
  margin: 0 auto 40px;
  background: #0E6FBA;
  position: relative;
  overflow: hidden;
  display: block;
}
.mainVisual .scrolldown__inner .arrow::before {
  content: "";
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
          animation: arrow 2.5s ease 0s infinite normal;
}
.mainVisual .primary {
  width: 64px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  background: #0E6FBA;
  text-align: center;
  color: #fff;
}
.mainVisual .primary p {
  white-space: nowrap;
}
.mainVisual .primary--txt {
  writing-mode: vertical-rl;
}
.mainVisual__info {
  position: absolute;
  bottom: 0;
  right: 64px;
  background: #fff;
  width: calc(50% + 440px - 64px);
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.mainVisual__info dl {
  display: flex;
  padding: 24px 40px;
  line-height: 1;
}
.mainVisual__info dl dt {
  margin-right: 40px;
  font-weight: bold;
}
.mainVisual__info dl dd p,
.mainVisual__info dl dd a {
  color: #222;
  display: flex;
}
.mainVisual__info dl dd p .date,
.mainVisual__info dl dd a .date {
  width: 96px;
}
.mainVisual__info dl dd p::after,
.mainVisual__info dl dd a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
  right: 40px;
}

@-webkit-keyframes arrow {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}

@keyframes arrow {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
.idx__philosophy {
  background: url(../../images/idx/philosophy_bg.jpg) no-repeat 50% 100%;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 120px 0;
}
.idx__philosophy__body {
  max-width: 860px;
  margin: auto;
  transform: translateX(-20%);
  display: flex;
  justify-content: space-between;
}
.idx__philosophy__body .ttl--block {
  width: 35%;
}
.idx__philosophy__body .ttl--block .ttl {
  font-size: 2em;
  color: #0E6FBA;
  font-weight: bold;
}
.idx__philosophy__body .contents--block {
  width: 60%;
}

.idx__sdgs .sustaina {
  display: flex;
  justify-content: space-between;
}
.idx__sdgs .sustaina--photo {
  width: 35%;
}
.idx__sdgs .sustaina--photo a {
  display: block;
}
.idx__sdgs .sustaina--photo a figure {
  position: relative;
}
.idx__sdgs .sustaina--photo a figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.1em;
  font-weight: bold;
  color: #0E6FBA;
}
.idx__sdgs .sustaina--txt {
  width: 50%;
}

.idx__products .tab--menu {
  display: flex;
}
.idx__products .tab--menu li {
  flex-basis: 50%;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 16px 0;
}
.idx__products .tab--menu li:first-child {
  border-left: 1px solid #707070;
}
.idx__products .tab--menu li:hover {
  opacity: 0.5;
  transition: 0.3s all;
}
.idx__products .tab--menu li.active {
  border-bottom: none;
}
.idx__products .tab--menu li.active h3,
.idx__products .tab--menu li.active span {
  color: #0E6FBA;
}
.idx__products .tab--menu li.active h3:hover,
.idx__products .tab--menu li.active span:hover {
  opacity: 0.7;
}
.idx__products .tab--menu li h3 {
  font-size: 1.25em;
  color: #7E7E7E;
}
.idx__products .tab--menu li span {
  margin-top: 8px;
  color: #7E7E7E;
}
.idx__products .switch {
  padding: 40px 64px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.idx__products .switch--block {
  display: none;
}
.idx__products .switch--block.show {
  display: block;
}
.idx__products .switch--block .photo {
  text-align: center;
}

.idx__nav {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(140, 187, 239) 50%);
}
.idx__nav--item a {
  display: block;
  height: 0;
  padding: 0 0 220%;
  position: relative;
  color: #fff;
}
.idx__nav--item.nav_1 a {
  background: #222 url(../../images/idx/nav_1.jpg) no-repeat;
  background-size: 100% auto;
}
.idx__nav--item.nav_2 a {
  background: #222 url(../../images/idx/nav_2.jpg) no-repeat;
  background-size: 100% auto;
}
.idx__nav--item.nav_3 a {
  background: #222 url(../../images/idx/nav_3.jpg) no-repeat;
  background-size: 100% auto;
}
.idx__nav--txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 95%;
}
.idx__nav--txt h3 {
  font-size: 1.25em;
  font-weight: bold;
}
.idx__statement {
  background: #8CBBEF url(../../images/idx/footer.png) no-repeat 50% 100%;
  background-size: 100% auto;
  padding: 7.5% 0 35%;
  text-align: center;
  color: #fff;
}
.idx__statement h3 {
  margin-bottom: 40px;
}
.idx__statement p {
  line-height: 2.5;
}

.idx__statement + .footer {
  margin: 0;
}

.fixed--banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  opacity: 0;
}
.fixed--banner.--active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .mainVisual {
    background: url(../../images/idx/mv.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
    position: relative;
    width: 100%;
    min-height: 85vh;
  }
  .mainVisual__copy {
    width: 11%;
    min-width: inherit;
    top: 13.5%;
  }
  .mainVisual .scrolldown {
    height: 100px;
  }
  .mainVisual .scrolldown__inner {
    height: 80px;
  }
  .mainVisual .scrolldown__inner .arrow {
    height: 80px;
  }
  .mainVisual .scrolldown__inner .arrow::before {
    height: 80px;
  }
  .mainVisual__inner {
    display: block;
    margin: auto;
    position: relative;
  }
  .mainVisual__copy {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 80%;
  }
  .mainVisual__copy img {
    width: 100%;
  }
  .mainVisual .scrolldown {
    width: 48px;
    height: 168px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
  }
  .mainVisual .scrolldown__inner {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 168px;
    transform: translateX(-50%);
  }
  .mainVisual .scrolldown__inner p {
    color: #fff;
    font-size: 0.75em;
    letter-spacing: 1px;
    text-align: end;
    transform: rotate(90deg);
    white-space: nowrap;
  }
  .mainVisual .scrolldown__inner .arrow {
    width: 1px;
    height: 80px;
    margin: 0 auto 40px;
    background: #0E6FBA;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .mainVisual .scrolldown__inner .arrow::before {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: arrow 2.5s ease 0s infinite normal;
            animation: arrow 2.5s ease 0s infinite normal;
  }
  .mainVisual .primary {
    width: 48px;
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    background: #0E6FBA;
    text-align: center;
    color: #fff;
  }
  .mainVisual .primary p {
    white-space: nowrap;
    font-size: 0.875em;
  }
  .mainVisual .primary--txt {
    margin-bottom: 100px;
  }
  .mainVisual__info {
    background: #fff;
    width: calc(100% - 48px);
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    right: 48px;
  }
  .mainVisual__info dl {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 16px 24px;
  }
  .mainVisual__info dl dt {
    margin-right: 24px;
    font-weight: bold;
  }
  .mainVisual__info dl dd p,
.mainVisual__info dl dd a {
    color: #222;
    display: block;
  }
  .mainVisual__info dl dd p .date,
.mainVisual__info dl dd a .date {
    width: auto;
    display: block;
    margin-bottom: 4px;
    font-size: 0.75em;
  }
  .mainVisual__info dl dd p::after,
.mainVisual__info dl dd a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
    right: 16px;
  }
  .idx__philosophy {
    background: url(../../images/idx/philosophy_bg.jpg) no-repeat 95% 100%;
    background-size: cover;
    position: relative;
    min-height: inherit;
    padding: 17.5% 5% 30%;
  }
  .idx__philosophy__body {
    max-width: 860px;
    margin: auto;
    transform: translateX(0);
    display: block;
  }
  .idx__philosophy__body .ttl--block {
    width: auto;
  }
  .idx__philosophy__body .ttl--block .ttl {
    font-size: 2em;
    color: #0E6FBA;
    font-weight: bold;
  }
  .idx__philosophy__body .contents--block {
    width: auto;
    margin-top: 24px;
  }
  .idx__sdgs {
    margin-top: 10%;
  }
  .idx__sdgs .sustaina {
    display: flex;
    justify-content: space-between;
  }
  .idx__sdgs .sustaina--photo {
    display: none;
  }
  .idx__sdgs .sustaina--photo a figure figcaption {
    font-size: 1.5em;
  }
  .idx__sdgs .sustaina--txt {
    width: 100%;
  }
  .idx__products {
    padding: 0 5%;
    margin-top: 10%;
  }
  .idx__products .tab--menu {
    display: flex;
    margin-top: 10%;
  }
  .idx__products .tab--menu li {
    flex-basis: 50%;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    padding: 16px 0;
  }
  .idx__products .tab--menu li:first-child {
    border-left: 1px solid #666;
  }
  .idx__products .tab--menu li.active {
    border-bottom: none;
  }
  .idx__products .tab--menu li h3 {
    color: #0E6FBA;
    font-size: 1.25em;
  }
  .idx__products .tab--menu li span {
    margin-top: 8px;
  }
  .idx__products .switch {
    padding: 7.5% 5%;
  }
  .idx__products .switch--block {
    display: none;
  }
  .idx__products .switch--block.show {
    display: block;
  }
  .idx__products .switch--block .photo {
    text-align: center;
  }
  .idx__nav--item a:hover {
    opacity: 1;
  }
  .idx__nav--txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 95%;
  }
  .idx__nav--txt h3 {
    font-size: 1.25em;
  }
  .idx__nav--txt p {
    font-size: 0.675em;
  }
  .idx__statement {
    background: #8CBBEF url(../../images/idx/footer.png) no-repeat 50% 100%;
    background-size: 100% auto;
    padding: 7.5% 0 35%;
    text-align: center;
    color: #fff;
  }
  .idx__statement p {
    font-size: 0.875em;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .fixed--banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 104px;
  }
  .fixed--banner img {
    height: auto;
  }
}
/*# sourceMappingURL=idx.css.map */