@charset "UTF-8";

.mainvis {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 0;
}

.mainvis_li {
  width: 100%;
  height: 550px;
  text-align: center;
}

.mainvis_li-01 {
  background: url(../img/index/mainvis_img_01.jpg) no-repeat center center;
  background-size: cover;
}

.mainvis_li-02 {
  background: url(../img/index/mainvis_img_02.jpg) no-repeat center center;
  background-size: cover;
}

.mainvis_li-03 {
  background: url(../img/index/mainvis_img_03.jpg) no-repeat center center;
  background-size: cover;
}

.mainvis_li-04 {
  background: url(../img/index/mainvis_img_04.jpg) no-repeat center center;
  background-size: cover;
}

.mainvis_li-05 {
  background: url(../img/index/mainvis_img_06.jpg) no-repeat center center;
  background-size: cover;
}

.mainvis_li-06 {
  background: url(../img/index/mainvis_img_07.jpg) no-repeat center center;
  background-size: cover;
}

.mainvis_li-07 {
  background: url(../img/index/mainvis_img_08.jpg) no-repeat center center;
  background-size: cover;
}

.mainvis_li-08 {
  background: url(../img/index/mainvis_img_09.jpg) no-repeat center center;
  background-size: cover;
}

.mainvis_li-09 {
  background: url(../img/index/mainvis_img_10.jpg) center center / auto 100%
    no-repeat #ecf1fa;
}
.mainvis_li .spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  .mainvis_li .pcimg {
    display: none;
  }
  .mainvis_li .spimg {
    display: block;
    max-width: 84.67vw;
  }
  .mainvis_li-08 {
    background: url(../img/index/mainvis_img_09sp.jpg) center bottom / 100% auto
      no-repeat #ecf1fa;
  }
  .mainvis_li-08 .mainvis_content {
    vertical-align: top;
    padding-top: 7vw;
  }
  .mainvis_li-09 {
    background: url(../img/index/mainvis_img_10sp.jpg) center bottom / 100% auto
      no-repeat #ecf1fa;
  }
  .mainvis_li-09 .mainvis_content,
  .mainvis_li-09 .mainvis_content {
    vertical-align: top;
    padding-top: 7vw;
  }
  .mainvis_li-08 .mainLang,
  .mainvis_li-09 .mainLang {
    left: 5vw;
  }
}

.mainvis_inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  text-align: right;
  position: relative;
}

.mainvis_inner:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

.mainvis_inner--hide {
  display: none;
}

.mainvis_content {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.mainvis_title {
  margin: 0;
}

.mainvis_title > img {
  display: block;
}

.mainvis_text {
  margin: 40px 0 0;
}

.mainvis_text > img {
  display: block;
}

.mainvis_dummy {
  display: none;
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -500px;
  z-index: 9000;
}

.mainvis_dummy--show {
  display: block;
}

/*override bx-css*/
.bx-wrapper .bx-viewport {
  border: 0;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bx-wrapper .bx-loading {
  background: none;
}
.mainLang {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 15px;
  margin-left: 80px;
}
.mainLang_li {
  width: 85px;
  height: 40px;
  float: left;
  border: solid 1px #d4251e;
  line-height: 1;
  text-align: center;
  background: #fff;
}
.mainLang_li:first-child {
  border-radius: 3px 0 0 3px;
}
.mainLang_li:last-child {
  border-radius: 0 3px 3px 0;
}
.mainLang_li > a {
  display: block;
  height: 100%;
}
.mainLang_li--on > a {
  background: #d4251e;
  cursor: default;
}
.mainLang_li > a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.mainLang_li img {
  display: initial;
}

@media screen and (max-width: 767px) {
  .mainvis {
    height: 330px;
  }

  .mainvis_li {
    height: 330px;
  }

  .mainvis_li-05 {
    background: url(../img/index/mainvis_img_05.jpg) no-repeat center center
      #ccc;
    background-size: contain;
  }

  .mainvis_inner {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
  }

  .mainvis_inner--hide {
    display: none;
  }

  .mainvis_text {
    margin: 20px 0 0;
  }

  .mainvis_dummy {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .mainvis_dummy--show {
    display: block;
  }
  .mainvis_title > img {
    display: block;
    max-width: 80%;
  }
  .mainvis_text > img {
    display: block;
    max-width: 80%;
  }
  .mainLang {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    margin-left: 0;
  }
}

.topIntroduction {
  margin-bottom: 50px;
  text-align: center;
}

/* 主力製品 */
.banner-wrapper {
  display: flex;
  justify-content: center;
}

.banner img {
  width: 600px;
}

/* 注目製品 */
.attention_product {
  text-align: center;
}

.banner video {
  width: 500px;
  margin: 30px;
}

.iframe-wrapper {
  width: 500px;
  margin: 30px;
}

/* 注目製品の中の見出し */
/* .attention-sub{
	display: inline-block;
	background: linear-gradient(180deg, #4472C4 0%, #7bc0be 72%, #afebea 100%);
	background: -webkit-linear-gradient(-90deg, #4472C4 0%, #7bc0be 72%, #afebea 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  } */

h3 {
  color: #ff0000;
  font-size: 20px;
  font-family: sans-serif;
}

/* 注目製品部分の囲み */
.banner-wrapper-video {
  width: 100%;
  max-width: 1200px;
  border: #96b0d3 solid 2px;
  background: #f3f6fbc9;
  margin: 0 auto;
}
.banner-wrapper-iframe {
  width: 100%;
  max-width: 1200px;
  border-top-color: #96b0d3;
  border-right-color: #96b0d3;
  border-bottom-color: #f3f6fbc9;
  border-left-color: #96b0d3;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  background: #f3f6fbc9;
  margin: 0 auto;
}
.banner-wrapper-text {
	width: 100%;
  max-width: 1200px;
  border-width: 0px 2px 2px 2px;
  border-top-color: #f3f6fbc9;
  border-right-color: #96b0d3;
  border-bottom-color: #96b0d3;
  border-left-color: #96b0d3;
  border-style: solid;
  background: #f3f6fbc9;
  margin: 0 auto;
}

.topCommonTitle {
  position: relative;
  margin: 0;
  padding: 0 0 30px;
  text-align: center;
}

.topCommonTitle > img {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}

.topCommonTitle:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  background: #00adee;
}

/* トピック見出し */
.gradation-ttl {
  margin: 50px 0 30px;
  text-align: center;
}
.gradation-ttl::before,
.gradation-ttl::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 73px;
  height: 5px;
  background: url(../img/index/line.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.gradation-ttl::after {
  margin-left: 10px;
}

.gradation-ttl span {
  font-family: serif;
  font-size: 38px;
  font-weight: bold;
  background: radial-gradient(circle, #4875c6 0%, #bccff2 60%, #4875c6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: transparent;
	background: repeating-linear-gradient( 90deg, #4875c6 0 35%, #bccff2 45% 55% ,#4875c6 60% 100%);
	-webkit-background-clip: text; */
}

@media screen and (max-width: 767px) {
  .banner-wrapper {
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .iframe-wrapper {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 128, 0, 0.1);
    width: 100%;
    /* border: 10px solid green; */
  }

  .iframe-wrapper iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .banner-contents {
    text-align: center;
  }

  .banner img {
    width: 100%;
  }

  .banner-wrapper-video {
    width: 80%;
  }
  .banner-wrapper-iframe {
    width: 80%;
  }
  .banner-wrapper-text {
    width: 80%;
  }

  .banner video {
    width: 100%;
    margin: 0;
  }

  .topCommonTitle {
    padding: 0 0 15px;
  }

  .topCommonTitle > img {
    max-height: 20px;
    width: auto;
    margin-top: 30px;
  }
}

.startNav {
  width: 800px;
  margin: 50px auto 0;
}

.startNav_ul {
  margin: 0 -6px;
}

.startNav_ul > li {
  float: left;
  box-sizing: border-box;
  margin-left: 10px;
  margin-bottom: 15px;
}

.startNav_ul > li > a {
  display: block;
}

.startNav_ul > li > font {
  display: block;
  text-align: center;
}

.startNav_ul > li > a > img {
  display: block;
}

.topService {
  width: 1000px;
  margin: 85px auto 0;
}

.topService_ul {
  margin: 45px -25px 0;
}

.topService_ul > li {
  display: block;
  padding: 0 25px;
}

.topService_item {
  position: relative;
  min-height: 460px;
  padding-bottom: 40px;
}

.topService_thumb {
  display: block;
  margin: 0 auto;
}

.topService_name {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.topService_text {
  margin: 10px 0 0;
  font-size: 13px;
  text-align: justify;
}

.topService_text > small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.7;
}

.topService_text > strong {
  font-weight: bold;
}

.topService_link {
  display: block;
  position: absolute;
  width: 160px;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
  padding: 7px 0;
  border-radius: 4px;
  background: #00adee;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.topService_link:hover {
  opacity: 0.7;
}

.topService_link:hover,
.topService_link:focus {
  color: #fff;
}

.proposal {
  margin: 60px 0 0;
  text-align: center;
  padding-bottom: 60px;
}

.proposal_text {
  margin: 35px 0 0;
}

.proposal_text > p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
.movie {
  text-align: center;
}
.movie .pv {
  display: block;
  margin: 30px auto 50px;
}
.movie .whatsNew_ul {
  margin: 40px -25px;
}
.movie .whatsNew_text {
  margin: 10px 20px 0;
}
.movie .whatsNew_item {
  height: 250px;
}

@media screen and (max-width: 767px) {
  .startNav {
    width: 100%;
    margin: 25px 0 0;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .startNav_ul {
    margin: 0 -6px -12px;
  }

  .startNav_ul > li {
    width: 50%;
    margin: 0 0 12px;
    padding: 0 6px;
  }

  .topService {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 10px;
  }

  .topService_ul {
    margin-top: 30px;
  }

  .topService_item {
    min-height: 1px;
    padding-bottom: 50px;
    margin: 0 0 25px;
  }

  .topService_name {
    margin: 15px 0 0;
  }

  .proposal {
    margin: 50px 0 0;
    padding: 0;
  }

  .proposal_text {
    margin: 20px 15px 0;
  }

  .proposal_text > p {
    margin: 0 15px;
    font-size: 14px;
  }
  .movie video {
    max-width: 90%;
    height: 200px;
    margin: 20px auto 30px;
  }
  .movie .whatsNew_ul {
    margin: 20px -25px;
  }
  .movie .whatsNew_text {
    margin: 10px 20px;
  }
  .movie .whatsNew_item {
    height: auto;
  }
}

.whatsNew {
  position: relative;
  margin: 0 0 90px;
  padding: 93px 0 0;
  background: url(../img/index/whatsnew_bg.png) no-repeat top center;
}

.whatsNew_inner {
  width: 1000px;
  margin: 0 auto;
}

.whatsNew_ul {
  margin: 50px -25px 0;
}

.whatsNew_ul > li {
  display: block;
  padding: 0 25px 40px;
}

.whatsNew_item {
  display: block;
  position: relative;
  height: 320px;
  background: #f5f5f5;
  overflow: hidden;
}
.whatsNew_item.business {
  height: inherit;
}
.whatsNew_item:hover {
  opacity: 0.7;
}

.whatsNew_item:hover,
.whatsNew_item:focus {
  color: #000;
}

.whatsNew_item:after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -9px;
  width: 18px;
  height: 18px;
  background: #00adee;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.whatsNew_thumb {
  display: block;
  margin: 0 auto;
}

.whatsNew_date {
  margin: 18px 20px 0;
  font-size: 13px;
}

.whatsNew_date:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px 2px 0;
  background: url(../img/date_icon.png) no-repeat center center;
  vertical-align: middle;
}

.whatsNew_text {
  margin: 3px 20px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.whatsNew_text.business {
  font-size: 13px;
  font-weight: normal;
  margin: 10px 20px;
}

.whatsNew_btn {
  display: block;
  width: 160px;
  margin: 5px auto 0;
  padding: 7px 0;
  border-radius: 4px;
  background: #00adee;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.whatsNew_btn:hover {
  opacity: 0.7;
}

.whatsNew_btn:hover,
.whatsNew_btn:focus {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .whatsNew {
    margin: 40px 0 50px;
    padding: 20px 0 0;
    background: url(../img/index/whatsnew_bg.png) no-repeat top center;
    background-size: auto 100px;
  }

  .whatsNew_inner {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  .whatsNew_ul {
    margin: 20px -25px 0;
  }

  .whatsNew_ul > li {
    display: block;
    padding: 0 25px 10px;
  }

  .whatsNew_date {
    margin: 15px 15px 0;
  }

  .whatsNew_text {
    margin: 3px 15px 15px;
  }
  .whatsNew_item {
    height: auto;
  }
  .whatsNew_item img {
    width: 100%;
  }
}

.banner {
  margin: 20px;
  text-align: center;
}

.banner a:hover {
  opacity: 0.7;
}
.banner-text {
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner {
    margin: 30px 10px 0;
  }
  .banner-text {
    margin: 0 10px 30px;
  }
}
.sp {
  display: none;
}
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* トピック */
.topics-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.topics-flex .proposal {
  width: calc((100% / 2) - 40px);
}
.topics-flex .proposal p {
  text-align: left;
}
.topics-flex .proposal p span {
  color: #ff0000;
}
@media screen and (max-width: 1024px) {
  .topics-flex {
    flex-direction: column;
  }
  .topics-flex .proposal {
    width: 100%;
  }
  .topics-flex .proposal.first {
    margin: 0;
  }
  .topics-flex .proposal p {
    width: 90%;
    margin: 0 auto;
  }
}
