/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top > section {
  padding-top: 70px;
  padding-bottom: 100px;
}

main.top #news .content {
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.top #news .news-block {
  padding-left: 160px;
}

main.top #news .news-block:not(:last-child) {
  margin-bottom: 70px;
}

main.top #news .news-title {
  margin-bottom: 60px;
  position: relative;
  padding-left: 70px;
}

main.top #news .news-title span:nth-child(1) {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  position: relative;
}

main.top #news .news-title span:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 70px;
  right: -50px;
  margin-top: -35px;
  background: #00848f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.top #news .news-title span:nth-child(2) {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Overpass', sans-serif;
  font-weight: 100;
  font-size: 72px;
  font-size: 5.1428571429rem;
  line-height: 1;
  color: #00848f;
}

main.top #products {
  background: #f1f5f5;
  padding-top: 110px;
  overflow: hidden;
}

main.top #products .content {
  width: 1040px;
}

main.top #company-support {
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

main.top #company-support .company {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 110px;
}

main.top #company-support .company:before, main.top #company-support .company:after {
  z-index: 1;
}

main.top #company-support .company:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50vw;
  height: calc(100% + 100px);
  right: 50%;
  background: #FFF;
}

main.top #company-support .company:after {
  content: "";
  display: block;
  position: absolute;
  top: -300px;
  width: 980px;
  height: 930px;
  right: calc(50% + 60px);
  background: url(../img/top/bg-company.svg) no-repeat center;
}

main.top #company-support .company > * {
  position: relative;
  z-index: 3;
}

main.top #company-support .company-title {
  margin-bottom: 60px;
  position: relative;
  padding-right: 70px;
  text-align: right;
}

main.top #company-support .company-title span:nth-child(1) {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  position: relative;
}

main.top #company-support .company-title span:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 50%;
  width: 1px;
  height: 70px;
  margin-top: -35px;
  background: #00848f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.top #company-support .company-title span:nth-child(2) {
  position: absolute;
  right: -20px;
  top: 0;
  font-family: 'Overpass', sans-serif;
  font-weight: 100;
  font-size: 72px;
  font-size: 5.1428571429rem;
  line-height: 1;
  color: #00848f;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}

main.top #company-support .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
  padding-right: 140px;
}

main.top #company-support .company-list li {
  margin: 0 30px 30px 0;
  width: calc(33.3333333333% - 30px);
}

main.top #company-support .company-list li > a {
  display: block;
  position: relative;
  overflow: hidden;
}

main.top #company-support .company-list li > a:hover .item-img img {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
}

main.top #company-support .company-list li .item-img {
  line-height: 0;
}

main.top #company-support .company-list li .item-img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top #company-support .company-list li .item-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

main.top #company-support .company-list li .item-text span:nth-child(1) {
  color: #c8e4ec;
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

main.top #company-support .company-list li .item-text span:nth-child(2) {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #FFF;
}

main.top #company-support .support {
  background: #ebf1f1;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

main.top #company-support .support > * {
  position: relative;
  z-index: 2;
}

main.top #company-support .support:before, main.top #company-support .support:after {
  pointer-events: none;
}

main.top #company-support .support:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f1f5f5;
}

main.top #company-support .support:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100px;
  right: 0;
  bottom: 0;
  background: #FFF;
}

main.top #company-support .support-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #company-support .support-block > * {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.top #company-support .support-hd:not(:last-child) {
  margin-bottom: 35px;
}

main.top #company-support .support-hd span {
  display: block;
  text-align: center;
  line-height: 1.6;
}

main.top #company-support .support-hd span:nth-child(1) {
  color: #cad7d8;
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

main.top #company-support .support-hd span:nth-child(2) {
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: #00848f;
}

main.top #company-support .support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

@media screen and (min-width: 900px) {
  main.top #company-support .support-list.column-02 {
    margin-right: -20px;
  }
  main.top #company-support .support-list.column-02 li {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  main.top #company-support .support-list.column-02 li a span:nth-child(1) {
    width: 80px;
  }
}

main.top #company-support .support-list li {
  width: 100%;
  margin-bottom: 20px;
}

main.top #company-support .support-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 80px;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 5%;
  line-height: 1.5;
  text-align: center;
}

main.top #company-support .support-list li a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(94, 102, 102, 0.1);
}

main.top #company-support .support-list li a span:nth-child(1) {
  line-height: 0;
  text-align: center;
  width: 120px;
}

main.top #company-support .support-list li a span:nth-child(2) {
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #000000;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main top
------------------------------------------------------------*/
  main.top #news .content {
    padding-left: 0px;
  }
  main.top #news .news-block {
    padding-left: 80px;
  }
  main.top #news .news-title {
    padding-left: 50px;
  }
  main.top #company-support {
    padding-top: 100px;
    padding-bottom: 120px;
    overflow: hidden;
  }
  main.top #company-support .company-list {
    margin: 0 -20px -20px 0;
    padding-right: 100px;
  }
  main.top #company-support .company-list li {
    margin: 0 20px 20px 0;
    width: calc(33.3333333333% - 20px);
  }
  main.top #company-support .support {
    margin-left: -20px;
    margin-right: -20px;
  }
  main.top #company-support .support:after {
    height: 50px;
  }
  main.top #company-support .support-block > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top > section {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  main.top #news .content {
    padding-left: 0;
  }
  main.top #news .news-block {
    padding-left: 0;
  }
  main.top #news .news-block:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #news .news-title {
    margin-bottom: 30px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.top #news .news-title span:nth-child(1) {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.top #news .news-title span:nth-child(1):after {
    height: 30px;
    right: -30px;
    margin-top: -15px;
  }
  main.top #news .news-title span:nth-child(2) {
    position: relative;
    left: 0px;
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    font-size: 50px;
    font-size: 3.5714285714rem;
    margin-bottom: 5px;
  }
  main.top #products {
    padding-top: 50px;
  }
  main.top #company-support {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  main.top #company-support .company {
    padding-bottom: 60px;
  }
  main.top #company-support .company:before, main.top #company-support .company:after {
    z-index: 1;
  }
  main.top #company-support .company:before {
    height: calc(100% + 40px);
  }
  main.top #company-support .company:after {
    width: 400px;
    height: 400px;
    background-size: contain;
    right: calc(50% + 20px);
    top: inherit;
    bottom: -100px;
  }
  main.top #company-support .company-title {
    margin-bottom: 30px;
    padding-right: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.top #company-support .company-title span:nth-child(1) {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    position: relative;
  }
  main.top #company-support .company-title span:nth-child(1):after {
    left: initial;
    height: 30px;
    right: -30px;
    margin-top: -15px;
  }
  main.top #company-support .company-title span:nth-child(2) {
    position: relative;
    right: 0px;
    top: 0;
    font-size: 50px;
    font-size: 3.5714285714rem;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    font-feature-settings: initial;
  }
  main.top #company-support .company-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -15px -15px 0;
    padding-right: 0;
  }
  main.top #company-support .company-list li {
    margin: 0 15px 15px 0;
    width: calc(33.3333333333% - 15px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main.top #company-support .company-list li {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 700px) {
  main.top #company-support .company-list li .item-text span:nth-child(1) {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.top #company-support .company-list li .item-text span:nth-child(2) {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.top #company-support .support {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
  }
  main.top #company-support .support:after {
    height: 20px;
  }
  main.top #company-support .support-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #company-support .support-block > * {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.top #company-support .support-block > *:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #company-support .support-hd:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #company-support .support-list {
    margin-bottom: -10px;
  }
  main.top #company-support .support-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  main.top #company-support .support-list li a {
    height: 60px;
    line-height: 1.5;
  }
  main.top #company-support .support-list li a span:nth-child(1) {
    width: 80px;
  }
}

main.top #ytb {text-align: center;}
main.top #ytb iframe {
  width: 939px;
  height: 528px;
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  main.top #ytb iframe {
    width: 100%;
    height: 100%;
  }
}