/* Scss Document */
/* Scss Document */
#mv {
  position: relative;
  width: 100%;
}
#mv .bx-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0;
  background: none;
  border: none;
}
#mv .bx-viewport {
  height: 39.5vw !important;
}
#mv li[aria-hidden="false"] {
  animation: anime_zoom 5s linear;
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#mv .catch {
  position: absolute;
  top: 50%;
  right: 9.5vw;
  transform: translate(0%, -50%);
  width: 40%;
  z-index: 999;
}

.index_lttl {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  text-indent: .1em;
}
.index_lttl .en {
  color: #DDD;
  font-family: "Times New Roman", Times, "serif";
  font-size: 6.0rem;
}
.index_lttl .jp {
  position: relative;
  color: #000;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.0rem;
}
.index_lttl .jp:after {
  position: absolute;
  top: 50%;
  left: 120px;
  content: '';
  width: 79px;
  height: 2px;
  background: #094;
}

.index_lead {
  margin: -55px 0 70px 400px;
  font-size: 1.5rem;
}

#business .contents_list, #product .contents_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#business .contents_list a, #product .contents_list a {
  position: relative;
  display: block;
}
#business .contents_list a:hover, #product .contents_list a:hover {
  opacity: .6;
  transition: .5s;
}
#business .contents_list li, #product .contents_list li {
  width: 500px;
}
#business .contents_list li:nth-child(even), #product .contents_list li:nth-child(even) {
  margin-top: 120px;
}
#business .contents_list .textarea, #product .contents_list .textarea {
  position: absolute;
  bottom: 40px;
  transform: translate(0, 100%);
  padding: 30px 20px;
  background: #0A3190;
  color: #FFF;
}
#business .contents_list .textarea .contents_list_ttl, #product .contents_list .textarea .contents_list_ttl {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.2;
}

#business .business_content {
  background: url("../images/index/business_bg.jpg") top center no-repeat;
  background-size: auto 100%;
  border-bottom: #CCC 5px solid;
}
#business .contents_list {
  margin-bottom: 70px;
}
#business .contents_list .textarea {
  right: 50%;
  transform: translate(50%, 100%);
  width: 250px;
  background: url("../images/index/index_arrow_white.png") top 50% right 20px no-repeat, #0A3190;
}
#business .btn_more {
  text-align: center;
}
#business .btn_more a {
  display: block;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  padding: 0 20px;
  background: url("../images/index/index_arrow_white.png") top 50% right 20px no-repeat, #0A3190;
  color: #FFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 50px;
  letter-spacing: 0;
  text-align: left;
}
#business .btn_more a:hover {
  opacity: .6;
  transition: .5s;
}

#product .product_content {
  background: url("../images/index/product_bg.jpg") top center no-repeat;
  background-size: auto 100%;
  border-bottom: #CCC 5px solid;
}
#product .contents_list li {
  margin-bottom: 150px;
  margin-left: 40px;
}
#product .contents_list .textarea {
  left: -40px;
  width: 400px;
}
#product .contents_list .textarea .contents_list_ttl {
  margin-bottom: 20px;
}
#product .contents_list .textarea .more {
  padding-right: 2em;
  background: url("../images/index/index_arrow_white.png") top 50% right no-repeat;
  font-size: 1.3rem;
  font-family: "Times New Roman", Times, "serif";
  text-align: right;
}

#company .contents_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-around;
  padding: 0 30px;
}
#company .contents_list li {
  width: 20vw;
}
#company .contents_list a {
  display: block;
}
#company .contents_list a:hover {
  opacity: .6;
  transition: .5s;
}
#company .contents_list .thumb {
  width: 100%;
  margin-bottom: 30px;
}
#company .contents_list .contents_list_ttl {
  margin-bottom: 20px;
  color: #094;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8rem;
  letter-spacing: .1em;
}
#company .contents_list .more {
  margin-top: 1em;
  padding-right: 2em;
  background: url("../images/index/index_arrow_green.png") top 50% right no-repeat;
  color: #094;
  font-size: 1.3rem;
  font-family: "Times New Roman", Times, "serif";
  text-align: right;
}

#information {
  min-width: 100%;
  overflow: hidden;
}
#information .information_content {
  background: #F0F0E1;
}
#information .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
#information .index_lttl {
  width: 500px;
}
#information .textarea {
  width: 550px;
}
#information .information_list li {
  clear: both;
  overflow: hidden;
  padding: .5em 0;
  border-bottom: #CCC 1px solid;
}
#information .information_list li:first-child {
  border-top: #CCC 1px solid;
}
#information .information_list .date {
  float: left;
}
#information .information_list .info_ttl {
  padding-left: 10em;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  #mv .bx-viewport {
    height: 480px !important;
  }
  #mv .catch {
    font-size: 4.1666666667vw;
  }

  #company .contents_list li {
    width: 23%;
  }
}
@media screen and (max-width: 640px) {
  #header {
    min-width: 100%;
  }

  #mv .bx-viewport {
    height: 112vw !important;
  }
  #mv .catch {
    width: 28.8vw;
    height: 102.5333333333vw;
    right: 3.3333333333vw;
  }

  .index_lttl {
    margin-bottom: 5.3333333333vw;
    text-align: center;
    text-indent: .1em;
  }
  .index_lttl .en {
    font-size: 8vw;
  }
  .index_lttl .jp {
    font-size: 5.3333333333vw;
  }
  .index_lttl .jp:after {
    width: 10.5333333333vw;
    top: auto;
    bottom: -1.3333333333vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .index_lead {
    margin: 0 0 5.3333333333vw;
    font-size: 3.4666666667vw;
    text-align: center;
    letter-spacing: 0;
  }

  #business .contents_list li, #product .contents_list li {
    width: 45.3333333333vw;
  }
  #business .contents_list li:nth-child(even), #product .contents_list li:nth-child(even) {
    margin-top: 0;
  }
  #business .contents_list .textarea, #product .contents_list .textarea {
    position: static;
    bottom: auto;
    transform: translate(0, 0);
    padding: 4vw 2.6666666667vw;
  }
  #business .contents_list .textarea .contents_list_ttl, #product .contents_list .textarea .contents_list_ttl {
    font-size: 3.2vw;
  }

  #business .business_content {
    background: url("../images/index/business_sp_bg.jpg") top center no-repeat;
    background-size: auto 100%;
  }
  #business .contents_list {
    margin-bottom: 0;
  }
  #business .contents_list li {
    margin-bottom: 5.3333333333vw;
  }
  #business .contents_list .textarea {
    width: 33.3333333333vw;
    margin: -5.3333333333vw auto 0;
  }
  #business .btn_more a {
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    padding: 0 2.6666666667vw;
    background: url("../images/index/index_arrow_white.png") top 50% right 2.6666666667vw no-repeat, #0A3190;
    background-size: 2.4vw;
    font-size: 1.8666666667vw;
    line-height: 6.6666666667vw;
  }

  #product .product_content {
    background: url("../images/index/product_sp_bg.jpg") top center no-repeat;
    background-size: auto 100%;
  }
  #product .contents_list li {
    width: 100%;
    margin-bottom: 4vw;
    margin-left: 0;
  }
  #product .contents_list .thumb {
    display: block;
    margin-left: auto;
    width: 66.6666666667vw;
  }
  #product .contents_list .textarea {
    width: 76vw;
    margin: -10.6666666667vw auto 0 4vw;
    background: rgba(10, 49, 144, 0.9);
  }
  #product .contents_list .textarea .contents_list_ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  #product .contents_list .textarea .more {
    font-size: 2.6666666667vw;
    background-size: 4.8vw;
  }
  #product .contents_list li:nth-child(even) .thumb {
    margin-right: auto;
    margin-left: 0;
  }
  #product .contents_list li:nth-child(even) .textarea {
    margin: -10.6666666667vw 4vw 0 auto;
  }

  #company .contents_list {
    display: block;
    padding: 0 4vw;
  }
  #company .contents_list li {
    width: 100%;
    border-bottom: #CCC 1px solid;
  }
  #company .contents_list li:first-child {
    border-top: #CCC 1px solid;
  }
  #company .contents_list a {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-around;
    padding: 2vw 0;
    background: url("../images/index/company_arrow.png") top 50% right 0 no-repeat;
    background-size: 1.8666666667vw;
  }
  #company .contents_list .thumb {
    width: 33.3333333333vw;
    margin-bottom: 0;
  }
  #company .contents_list .textarea {
    width: 51.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  #company .contents_list .textarea .contents_list_ttl {
    margin-bottom: 1.3333333333vw;
    font-size: 4vw;
    line-height: 1.3;
  }
  #company .contents_list .textarea p {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    line-height: 1.3;
  }

  #information .inner {
    display: block;
  }
  #information .index_lttl {
    width: 100%;
  }
  #information .textarea {
    width: 100%;
  }
  #information .information_list li {
    letter-spacing: 0;
  }
  #information .information_list .info_ttl {
    padding-left: 8em;
  }
}
