@charset "utf-8";

/* header */
@media only screen and (min-width: 600px) {
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 1) { width: 22%; }
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 2) { width: 22%; }
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 3) { width: 31%; }
}


/* main */
#main { text-align: center; }
#main .message {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: rgb(252,181,128);
  background: -moz-linear-gradient(left,  rgba(252,181,128,1) 0%, rgba(255,220,100,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(252,181,128,1) 0%,rgba(255,220,100,1) 100%);
  background: linear-gradient(to right,  rgba(252,181,128,1) 0%,rgba(255,220,100,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af80fc', endColorstr='#61aef5',GradientType=1 );
  padding: 1.125em;
}
#main .gift {
  background: #FA6B02 url("/ringbell/contents/company/present/images/main_bg_01.jpg") no-repeat center bottom;
  background-size: 100% auto;
  padding: 50px 50px 215px;
  overflow: hidden;
  position: relative;
}
#main .gift > .inner {
  max-width: 1060px;
  margin: 0 auto;
}
#main .gift .circle {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%,0);
}
#main .gift .circle img {
  width: 100%;
  height: 100%;
}
#main .gift .txt1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
}
#main .gift .item-wrap {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: #1688c5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
#main .gift .item-wrap .item {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.9);
  text-align: left;
  box-sizing: border-box;
  width: 250px;
  height: 90px;
  border-radius: 10px;
  opacity: 0;
  transform: scale(0.8);
}
#main .gift .item-wrap .item:nth-child(n+5) { margin-top: 20px; }
#main .gift .item-wrap .item > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
  padding: 20px;
}
#main .gift .item-wrap .item a:hover { opacity: 0.6; }
#main .gift .item-wrap .item i {
  font-size: 36px;
  width: 1em;
}
#main .gift .item-wrap .item .txt { width: calc(100% - 48px); }

/* is-inview */
#main.is-inview  .gift .txt1 {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
#main.is-inview .gift .item-wrap .item {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease-in-out, transform 0.6s ease-out;
}
#main.is-inview .gift .item-wrap .item:nth-child(1) { transition-delay: 0.1s; }
#main.is-inview .gift .item-wrap .item:nth-child(2) { transition-delay: 0.2s; }
#main.is-inview .gift .item-wrap .item:nth-child(3) { transition-delay: 0.3s; }
#main.is-inview .gift .item-wrap .item:nth-child(4) { transition-delay: 0.4s; }
#main.is-inview .gift .item-wrap .item:nth-child(5) { transition-delay: 0.5s; }
#main.is-inview .gift .item-wrap .item:nth-child(6) { transition-delay: 0.6s; }
#main.is-inview .gift .item-wrap .item:nth-child(7) { transition-delay: 0.7s; }
#main.is-inview .gift .item-wrap .item:nth-child(8) { transition-delay: 0.8s; }

@media only screen and (max-width: 599px) {
  #main .message { font-size: 3.466666666666667vw; }
  #main .gift {
    background-size: 150% auto;
    padding: 6.666666666666667vw 4vw 16vw;
  }
  #main .gift .circle { height: 6.666666666666667vw; }
  #main .gift .txt1 { font-size: 5.333333333333333vw; }
  #main .gift .item-wrap {
    font-size: 2.666666666666667vw;
    margin-top: 6.666666666666667vw;
  }
  #main .gift .item-wrap .item {
    width: 49.27536231884058%;
    height: auto;
    border-radius: 1.333333333333333vw;
  }
  #main .gift .item-wrap .item > * { padding: 2vw; }
  #main .gift .item-wrap .item:nth-child(n+3) { margin-top: 1.333333333333333vw; }
  #main .gift .item-wrap .item i { font-size: 4.8vw; }
  #main .gift .item-wrap .item .txt { width: calc(100% - 2.5em); }
}



/* trouble */
#trouble { margin-top: 20px; }

@media only screen and (max-width: 599px) {
  #trouble { margin-top: 1.333333333333333vw; }
}

#trouble .consultation {
  text-align: center;
  position: relative;
}
#trouble .consultation:before {
  background: #ffdc64;
  display: block;
  content: "";
  width: 100%;
  height: 43px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#trouble .consultation > .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 290px;
  position: relative;
}
#trouble .consultation .image {
  position: relative;
  z-index: 1;
}
#trouble .consultation .bubble li { position: absolute; }
#trouble .consultation .bubble li:nth-child(1) {
  top: 0;
  left: 30px;
}
#trouble .consultation .bubble li:nth-child(2) {
  top: 190px;
  left: 0;
}
#trouble .consultation .bubble li:nth-child(3) {
  top: 0;
  right: 30px;
}
#trouble .consultation .bubble li:nth-child(4) {
  top: 190px;
  right: 0;
}
#trouble .consultation .bubble li:nth-child(5) {
  top: 100px;
  left: 270px;
}
#trouble .consultation .bubble li:nth-child(6) {
  top: 100px;
  right: 270px;
}
#trouble .consultation .bubble li img {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateY(50%) scale(0.8);
  transform-origin: center bottom;
}

/* is-inview */
#trouble .consultation.is-inview .bubble li img {
  opacity: 1;
  transform: translateY(0%) scale(1);
  transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#trouble .consultation.is-inview .bubble li:nth-child(5) img { transition-delay: 0.05s; }
#trouble .consultation.is-inview .bubble li:nth-child(3) img { transition-delay: 0.1s; }
#trouble .consultation.is-inview .bubble li:nth-child(4) img { transition-delay: 0.25s; }
#trouble .consultation.is-inview .bubble li:nth-child(1) img { transition-delay: 0.3s; }
#trouble .consultation.is-inview .bubble li:nth-child(6) img { transition-delay: 0.35s; }
#trouble .consultation.is-inview .bubble li:nth-child(2) img { transition-delay: 0.4s; }

/* consultation */
@media only screen and (max-width: 599px) {
  #trouble .consultation { padding:  0 4vw; }
  #trouble .consultation:before { height: 5.066666666666667vw; }
  #trouble .consultation > .inner { padding-top: 49.27536231884058%; }
  #trouble .consultation .image { text-align: center; }
  #trouble .consultation .bubble li { width: 31.88405797101449%; }
  #trouble .consultation .bubble li:nth-child(1) {
    top: 5.333333333333333vw;
    left: 0;
  }
  #trouble .consultation .bubble li:nth-child(2) {
    top: 28vw;
    left: auto;
    right: 0;
  }
  #trouble .consultation .bubble li:nth-child(3) {
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
  #trouble .consultation .bubble li:nth-child(4) {
    top: 24vw;
    right: 50%;
    transform: translateX(50%);
  }
  #trouble .consultation .bubble li:nth-child(5) {
    top: 28vw;
    left: 0;
  }
  #trouble .consultation .bubble li:nth-child(6) {
    top: 5.333333333333333vw;
    right: 0;
  }
}

/* solition */
#trouble .solution {
  background: #ffdc64;
  text-align: center;
  padding: 35px 50px 0;
}
#trouble .solution .title {
  font-size: 38px;
  font-weight: 700;
  color: #516bcb;
  background: #fff;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  max-width: 800px;
  margin: 0 auto;
  padding: 0.3026315789473684em;
  border-radius: 1.052631578947368em;
  opacity: 0;
  transform: scale(0.8);
}
#trouble .solution .title > span {
  display: inline-block;
  vertical-align: top;
  background: -webkit-linear-gradient(0deg, #4faaff, #542c97);
  opacity: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#trouble .solution .txt1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6875;
  margin-top: 1em;
  opacity: 0;
}
#trouble .solution .txt2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1em;
  opacity: 0;
}
#trouble .solution .item-wrap {
  letter-spacing: -0.4em;
  text-align: center;
  max-width: 1400px;
  margin: 50px auto 0;;
}
#trouble .solution .item-wrap .item {
  background: #f2f2f2;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 0;
  max-width: 450px;
  width: 32.14285714285714%;
  margin: 0.5%;
  opacity: 0;
  transform: translateY(20%);
}
#trouble .solution .item-wrap .item .performance {
  padding: 11.11111111111111% 6.666666666666667% 11.11111111111111% 31.11111111111111%;
  position: relative;
}
#trouble .solution .item-wrap .item .performance .icon {
  font-size: 0;
  width: 21.33333333333333%;
  position: absolute;
  top: 50%;
  left: 16.66666666666667%;
  transform: translate(-50%, -50%);
}
#trouble .solution .item-wrap .item .performance .subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.222222222222222;
  color: #fff;
  background: #695093;
  border-radius: 1.111111111111111em;
}
#trouble .solution .item-wrap .item .performance .text {
  font-family: Roboto, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
#trouble .solution .item-wrap .item .performance .number {
  color: #1688c5;
  margin-top: 0.25em;
}
#trouble .solution .item-wrap .item .performance .number .num {
  font-size: 3.5em;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.1em;
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#trouble .solution .item-wrap .item .performance .number .num.is-active { opacity: 1; }
#trouble .solution .item-wrap .item .merit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.636363636363636;
  color: #fff;
  background: #1688c5;
  display: flex;
  align-items: center;
  text-align: center;
  height: 180px;
  overflow: hidden;
  position: relative;
}
#trouble .solution .item-wrap .item:nth-child(even) .merit { background: #695093; }
#trouble .solution .item-wrap .item .merit:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #f2f2f2 transparent transparent transparent;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#trouble .solution .item-wrap .item .merit p { width: 100%; }
#trouble .solution .item-wrap .notes {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  text-align: right;
  margin-right: 0.5%;
  margin-top: 1em;
}
#trouble .solution .txt3 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 1em;
  opacity: 0;
  transform: translateY(100%);
}
#trouble .solution .txt3 .maker { background: linear-gradient(transparent 60%, #fff 60%); }
#trouble .solution .image { margin-top: 35px; }
#trouble .solution .image img { margin-bottom: -40px; }

/* is-inview */
#trouble .solution.is-inview .title {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-out;
}
#trouble .solution.is-inview .title > span,
#trouble .solution.is-inview .txt1,
#trouble .solution.is-inview .txt2 {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.4s;
}
#trouble .solution.is-inview .txt1 { transition-delay: 0.6s; }
#trouble .solution.is-inview .txt2 { transition-delay: 0.7s; }
#trouble .solution .item-wrap.is-inview .item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-out;
}
#trouble .solution .item-wrap.is-inview .item:nth-child(2) { transition-delay: 0.1s; }
#trouble .solution .item-wrap.is-inview .item:nth-child(3) { transition-delay: 0.12s; }
#trouble .solution .txt3.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-out;
}

@media only screen and (max-width: 599px) {
  #trouble .solution { padding: 4vw 4vw 0; }
  #trouble .solution .title {
    font-size: 5.333333333333333vw;
    border-radius: 2em;
    padding: 0.5em;
  }
  #trouble .solution .txt1 { font-size: 4.8vw; }
  #trouble .solution .txt2 { font-size: 2.933333333333333vw; }
  #trouble .solution .item-wrap {
    margin: 6.666666666666667vw -2.666666666666667vw 0;
  }
  #trouble .solution .item-wrap .item {
    box-sizing: border-box;
    display: flex;
    max-width: none;
    width: 100%;
    margin: 0;
  }
  #trouble .solution .item-wrap .item:nth-child(n+2) { margin-top: 2.666666666666667vw; }
  #trouble .solution .item-wrap .item > * {
    width: 50%!important;
    height: auto!important;
    padding: 1.333333333333333vw!important;
  }
  #trouble .solution .item-wrap .item:nth-child(even) { flex-direction: row-reverse; }
  #trouble .solution .item-wrap .item .performance .subtitle { font-size: 3.466666666666667vw; }
  #trouble .solution .item-wrap .item .performance .text {
    font-size: 2.666666666666667vw;
    margin: 4vw 0;
    /*padding-left: 14vw;*/
    letter-spacing: -0.4em;
    text-align: center;
    position: relative;
  }
  #trouble .solution .item-wrap .item .performance .text > * {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
  }
  #trouble .solution .item-wrap .item .performance .text .icon {
    width: 7.733333333333333vw;
    position: static;
    transform: translateY(0);
    margin-right: 1.333333333333333vw;
  }
  #trouble .solution .item-wrap .item .performance .text .icon img { width: 100%; }
  #trouble .solution .item-wrap .item .performance .text .number {
    line-height: 1;
    margin: 0;
  }
  #trouble .solution .item-wrap .item .performance .text .number .num {
    font-size: 3.2em;
    transform: translateY(5%);
  }
  #trouble .solution .item-wrap .item .merit {font-size: 3.2vw; }
  #trouble .solution .item-wrap .item:nth-child(odd) .merit:after {
    border-width: 2.666666666666667vw 0 2.666666666666667vw 2.666666666666667vw;
    border-color: transparent transparent transparent #f2f2f2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #trouble .solution .item-wrap .item:nth-child(even) .merit:after {
    border-width: 2.666666666666667vw 2.666666666666667vw 2.666666666666667vw 0;
    border-color: transparent #f2f2f2 transparent transparent;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }
  #trouble .solution .item-wrap .notes {
    font-size: 2.666666666666667vw;
    margin-right: 0;
  }
  #trouble .solution .txt3 {
    font-size: 5.333333333333333vw;
    margin-top: 1.5em;
  }
  #trouble .solution .txt3 .slash { display: none; }
  #trouble .solution .txt3 > span {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #trouble .solution .txt3 > span:before,
  #trouble .solution .txt3 > span:after {
    background: #000;
    display: block;
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    bottom: 0;
    transform-origin: bottom left;
  }
  #trouble .solution .txt3 > span:before {
    left: 1.333333333333333vw;
    transform: skewX(30deg);
  }
  #trouble .solution .txt3 > span:after {
    right: 1.333333333333333vw;
    transform: skewX(-30deg);
  }
  #trouble .solution  .image {
    text-align: center;
    margin-top: 3.333333333333333vw;
  }
  #trouble .solution  .image img {
    width: 79.71014492753623%;
    margin-bottom: -4.666666666666667vw;
  }
}


/* ranking */
#ranking { margin-top: 120px; }
#ranking > .inner {
  max-width: 1060px;
  margin: 0 auto;
}
#ranking .box-wrap {
  margin-top: 90px;
  padding: 8px 0;
  border-top: solid 2px #c1a56a;
  border-bottom: solid 2px #c1a56a;
}
#ranking .box-wrap .box {
  padding: 60px;
  border-left: solid 2px #c1a56a;
  border-right: solid 2px #c1a56a;
  position: relative;
}
#ranking .box-wrap .box > .icon {
  width: 124px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#ranking .box-wrap .box > .icon img { display: block; }
#ranking .box-wrap .box .subtitle {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
#ranking .box-wrap .box .subtitle .maker { background: linear-gradient(transparent 60%, #ffdc64 60%); }
#ranking .box-wrap .box .item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
#ranking .box-wrap .box .item-wrap .item { width: 48.07692307692308%; }
#ranking .box-wrap .box .item-wrap .item:nth-child(n+3) { margin-top: 50px; }
#ranking .box-wrap .box .item-wrap .item .subhead {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #c1a56a;
  text-align: center;
  padding: 0.25em;
  border-radius: 1em;
  position: relative;
}
#ranking .box-wrap .box .item-wrap .item .subhead:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #c1a56a transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,99%);
}
#ranking .box-wrap .box .item-wrap .item .rank-wrap { margin-top: 15px; }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank {
  display: flex;
  justify-content: space-between;
  transition: opacity 0.3s ease-in-out;
}
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:hover { opacity: 0.6; }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 12px;
  border-top: solid 1px #ddd;
}
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .icon,
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .text { padding-top: 5px; }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .icon { width: 40px; }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .icon img { width: 100%; }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .image { width: 80px; }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .image img { width: 100%; }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .text { width: calc(100% - 160px); }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .text h5 {
  font-size: 16px;
  font-weight: 700;
}
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .text h5 a { color: #333; }
#ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .text p {
  font-size: 12px;
  color: #666;
  margin-top: 0.5em;
}
#ranking .btn-wrap { margin-top: 40px; }
#ranking .btn-wrap ul {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-align: center;
}
#ranking .btn-wrap li { width: 320px; }
#ranking .btn-wrap li:nth-child(2) { margin-left: 10px; }
#ranking .btn-wrap li a {
  color: #fff;
  background: #c1a56a;
  display: block;
  padding: 0.8125em;
  position: relative;
  border-radius: 5px;
  transition: opacity 0.3s ease-in-out;
}
#ranking .btn-wrap li a:hover { opacity: 0.6; }
#ranking .btn-wrap li a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8125em;
  transform: translateY(-50%) scale(0.75);
}
#ranking .item-carousel-wrap { margin-top: 120px; }


@media only screen and (min-width: 600px) {
  #ranking .box-wrap .box .item-wrap .item .rank-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank { position: relative; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 200px;
    padding: 40px 0 40px 18px;
    border-bottom: solid 1px #ddd;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .icon { width: 80px; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .text {
    width: auto;
    margin-top: 15px;
    margin-right: 240px;
    padding-top: 0;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .text h5 { font-size: 20px; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .image {
    text-align: center;
    width: 240px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .image img { width: 83.33333333333333%; }
  
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(n+2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 44.44444444444444%;
    margin-top: 20px;
    padding-top: 0;
    border: none;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(n+2) .icon {
    order: 1;
    text-align: center;
    width: 100px;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(n+2) .icon img { width: 60%; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(n+2) .image {
    order: 2;
    width: 90px;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(n+2) .text {
    order: 3;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  #ranking {
    margin-top: 20vw;
    padding: 0 4vw;
  }
  #ranking .box-wrap {
    margin-top: 16vw;
    border-width: 1px;
  }
  #ranking .box-wrap .box {
    padding: 12vw 3.333333333333333vw 6.666666666666667vw;
    border-width: 1px;
  }
  #ranking .box-wrap .box .icon { width: 20vw; }
  #ranking .box-wrap .box .subtitle { font-size: 4.8vw; }
  #ranking .box-wrap .box .item-wrap {
    display: block;
    margin-top: 4.8vw;
  }
  #ranking .box-wrap .box .item-wrap .item { width: auto; }
  #ranking .box-wrap .box .item-wrap .item:nth-child(n+2) { margin-top: 6.666666666666667vw; }
  #ranking .box-wrap .box .item-wrap .item .subhead { font-size: 4.266666666666667vw; }
  #ranking .box-wrap .box .item-wrap .item .subhead:after { border-width: 2.133333333333333vw 1.466666666666667vw 0 1.466666666666667vw; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap { margin-top: 6.666666666666667vw; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(n+2) {
    margin-top: 4vw;
    padding-top: 4vw;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .icon { width: 10vw; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .image { width: 16vw; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .image img { width: 80%; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .text { width: calc(100% - 32vw); }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .text h5 { font-size: 3.2vw; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank .text p { font-size: 2.666666666666667vw; }
  #ranking .btn-wrap { margin-top: 8vw; }
  #ranking .btn-wrap ul {
    font-size: 3.733333333333333vw;
    display: block;
  }
  #ranking .btn-wrap li { width: auto; }
  #ranking .btn-wrap li:nth-child(2) { margin: 2.666666666666667vw 0 0; }
  #ranking .btn-wrap li a { border-radius: 1.333333333333333vw; }
  #ranking .item-carousel-wrap { margin-top: 16vw; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) {
    display: block;
    position: relative;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .icon {
    width: 18.66666666666667vw;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .text {
    width: auto;
    margin: 1vw 40.8vw 0 0;
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .text h5 { font-size: 4.266666666666667vw; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .text p { font-size: 3.2vw; }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .image {
    text-align: center;
    width: 40.8vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #ranking .box-wrap .box .item-wrap .item .rank-wrap .rank:nth-child(1) .image img { width: 90%; }
}


/* scene */
#scene { margin-top: 120px; }
#scene .scene-item-wrap { margin-top: 40px; }
#scene .scene-item-wrap .swiper-wrapper { padding-top: 50px; }
#scene .scene-item-wrap .swiper-slide {
  background: #f2f2f2;
  box-sizing: border-box;
  width: 720px;
  padding: 10px;
}
#scene .scene-item-wrap .swiper-slide .slide-header {
  text-align: center;
  padding: 55px 0 20px;
}
#scene .scene-item-wrap .swiper-slide .slide-header .icon {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#scene .scene-item-wrap .swiper-slide .slide-header .industry {
  font-size: 14px;
  font-weight: 700;
  color: #666;
}
#scene .scene-item-wrap .swiper-slide .slide-header .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0.5em;
}
#scene .scene-item-wrap .swiper-slide .slide-body { background: #fff; }
#scene .scene-item-wrap .swiper-slide .slide-body .item-table {
  font-size: 18px;
  color: #666;
  table-layout: fixed;
  width: 100%;
}
#scene .scene-item-wrap .swiper-slide .slide-body .item-table tr td {
  vertical-align: top;
  padding: 20px 30px;
}
#scene .scene-item-wrap .swiper-slide .slide-body .item-table tr:nth-child(n+2) td { border-top: solid 2px #f2f2f2; }
#scene .scene-item-wrap .swiper-slide .slide-body .item-table tr td:nth-child(n+2) { border-left: solid 2px #f2f2f2; }
#scene .scene-item-wrap .swiper-slide .slide-body .item-table tr td > *:nth-child(n+2) { margin-top: 0.5em; }
#scene .scene-item-wrap .swiper-slide .slide-body .item-table tr td h4 {
  font-size: 0.8888888888888889em;
  font-weight: 700;
  color: #000;
}
#scene .scene-item-wrap .swiper-button-prev,
#scene .scene-item-wrap .swiper-button-next {
  line-height: 42px;
  background: #fff;
  width: 42px;
  height: 42px;
  border: solid 4px #f2f2f2;
  border-radius: 50%;
  top: calc(50% + 50px);
}
#scene .scene-item-wrap .swiper-button-prev {
  left: 50%;
  transform: translateX(-380px);
}
#scene .scene-item-wrap .swiper-button-next {
  right: 50%;
  transform: translateX(380px);
}
#scene .scene-item-wrap .swiper-button-prev:after,
#scene .scene-item-wrap .swiper-button-next:after {
  font-size: 14px;
  display: block;
  text-align: center;
  width: 100%;
  font-family: 'ringbell-icon';
  content: "\e90f";
  color: #1688c5;
}
#scene .scene-item-wrap .swiper-button-prev:after { transform: scaleX(-1); }
#scene .scene-item-wrap .swiper-pagination { display: none; }
#scene .btn1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  max-width: 720px;
  margin: 40px auto 0;
}
#scene .btn1 a {
  color: #fff;
  background: rgb(97,174,245);
  background: -moz-linear-gradient(left, rgba(97,174,245,1) 0%, rgba(175,128,252,1) 100%);
  background: -webkit-linear-gradient(left, rgba(97,174,245,1) 0%,rgba(175,128,252,1) 100%);
  background: linear-gradient(to right, rgba(97,174,245,1) 0%,rgba(175,128,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61aef5', endColorstr='#af80fc',GradientType=1 );
  display: block;
  padding: 1.333333333333333em;
  border-radius: 20px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
#scene .btn1 a i {
  position: absolute;
  top: 50%;
  right: 1.333333333333333em;
  transform: translateY(-50%) scale(0.75);
  transition: opacity 0.3s ease-in-out;
}
#scene .btn1 a:hover { opacity: 0.6; }

@media only screen and (min-width: 600px) {
  #scene .scene-item-wrap .swiper-slide .slide-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px 8px;
  }
  #scene .scene-item-wrap .swiper-slide .slide-header .icon {
    position: static;
    transform: none;
  }
  #scene .scene-item-wrap .swiper-slide .slide-header .industry {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin-left: 18px;
  }
}

@media only screen and (max-width: 599px) {
  #scene { margin-top: 16vw; }
  #scene .scene-item-wrap { margin-top: 8vw; }
  #scene .scene-item-wrap .swiper-wrapper { padding-top: 8vw; }
  #scene .scene-item-wrap .swiper-slide {
    width: 84vw;
  }
  #scene .scene-item-wrap .swiper-slide .slide-header { padding: 8vw 0 5.333333333333333vw; }
  #scene .scene-item-wrap .swiper-slide .slide-header .icon { width: 16vw; }
  #scene .scene-item-wrap .swiper-slide .slide-header .industry { font-size: 2.666666666666667vw; }
  #scene .scene-item-wrap .swiper-slide .slide-header .name { font-size: 3.733333333333333vw; }
  #scene .scene-item-wrap .swiper-slide .slide-body .item-table { font-size: 2.666666666666667vw; }
  #scene .scene-item-wrap .swiper-slide .slide-body .item-table tr td { padding: 2.666666666666667vw 4vw; }
  #scene .scene-item-wrap .swiper-slide .slide-body .item-table tr td h4 { font-size: 1.2em; }
  #scene .scene-item-wrap .swiper-button-prev,
  #scene .scene-item-wrap .swiper-button-next { display: none; }
  #scene .scene-item-wrap .swiper-pagination {
    font-size: 0;
    display: block;
    margin-top: 8vw;
    position: static;
  }
  #scene .scene-item-wrap .swiper-pagination .swiper-pagination-bullet {
    background: #bfbfbf;
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.333333333333333vw;
    border-radius: 50%;
    opacity: 1;
  }
  #scene .scene-item-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #000; }
  #scene .btn1 {
    font-size: 4.266666666666667vw;
    margin-top: 8vw;
    padding: 0 4vw;
  }
  #scene .btn1 a { border-radius: 2.666666666666667vw; }
  #scene .btn1 a i { right: 0.8125em; }
}


/* voice */
#voice {
  margin-top: 120px;
  padding: 0 20px;
}
#voice .voice-slide-container {
  background: #f2f2f2;
  margin-top: 70px;
  padding: 80px 20px; 
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide { background: #fff; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .profile { text-align: center; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .ico {
  background: #1688c5;
  border-radius: 50%;
  overflow: hidden;
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide:nth-child(even) .profile .ico { background: #695093; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .ico img { width: 100%; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .job {
  font-size: 16px;
  line-height: 1.571428571428571;
  margin-top: 1em;
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0.5em;
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title:nth-child(n+2) { margin-top: 40px; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title .line {
  line-height: 1;
  display: block;
  padding-left: 20px;
  position: relative;
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title .line:before,
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title .line:after {
  background: #695093;
  display: block;
  content: "";
  width: 4px;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title .line:after {
  background: #1688c5;
  height: 0.5em;
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item {
  font-size: 18px;
  color: #666;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item .txt1:only-child { width: 100%; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item .txt1:not(:only-child) { width: calc(100% - 150px); }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item .txt1 a { color: #666; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item .txt1 a:hover { text-decoration: underline; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item .img1 { width: 130px; }
#voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item .img1 img { width: 100%; }

@media only screen and (min-width: 600px) {
  #voice .voice-slide-container .swiper-wrapper { display: block; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide {
    box-sizing: border-box;
    max-width: 1060px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide:nth-child(n+2) { margin-top: 40px; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .slide-inner {
    display: flex;
    justify-content: space-between;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile { width: 200px; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .img1 { margin-top: 40px; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .img1 img { width: 80%; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1em;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .txt1 {
    font-size: 15px;
    margin-top: 0.75em;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .txt1 a { color: #666; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data { width: calc(100% - 240px); }
  #voice .voice-slide-container .swiper-pagination { display: none; }
}

@media only screen and (max-width: 599px) {
  #voice {
    margin-top: 16vw;
    padding: 0;
  }
  #voice .voice-slide-container { padding: 8vw 0 16vw; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide {
    width: 84vw;
    height: auto;
    border-radius: 2.666666666666667vw;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .slide-inner { padding: 4vw 4vw 8vw; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .ico {
    width: 26.66666666666667vw;
    margin: 0 auto;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .job { font-size: 2.666666666666667vw; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .name { font-size: 3.733333333333333vw; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy {
    text-align: left;
    margin-top: 8.666666666666667vw;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy:after {
    display: block;
    content: "";
    clear: both;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .img1 {
    background: #fff;
    text-align: center;
    float: right;
    width: 24vw;
    margin-left: 8vw;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .img1 img { width: 100%; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .title {
    font-size: 3.733333333333333vw;
    font-weight: 700;
    margin-right: 32vw;
    padding-bottom: 0.8571428571428571em;
    border-bottom: solid 1px #ddd;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .title .line {
    line-height: 1;
    display: block;
    padding-left: 4vw;
    position: relative;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .title .line:before,
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .title .line:after {
    background: #695093;
    display: block;
    content: "";
    width: 0.8vw;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .title .line:after {
    background: #1688c5;
    height: 0.5em;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .txt1 {
    font-size: 3.733333333333333vw;
    margin-top: 1em;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .profile .buy .txt1 a { color: #666; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data { margin-top: 6.666666666666667vw; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title {
    font-size: 3.733333333333333vw;
    padding-bottom: 0.8571428571428571em;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title .line { padding-left: 4vw; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title .line:before,
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .title .line:after { width: 0.8vw; }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item {
    font-size: 3.733333333333333vw;
    margin-top: 1em;
  }
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item .txt1:not(:only-child) { calc(100% - 21.33333333333333vw; )}
  #voice .voice-slide-container .swiper-wrapper .swiper-slide .data .item-wrap .item .img1 { width: 18.66666666666667vw; }
  #voice .voice-slide-container .swiper-pagination {
    font-size: 0;
    display: block;
    margin-top: 8vw;
    position: static;
  }
  #voice .voice-slide-container .swiper-pagination .swiper-pagination-bullet {
    background: #bfbfbf;
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.333333333333333vw;
    border-radius: 50%;
    opacity: 1;
  }
  #voice .voice-slide-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #000; }
}


/* other */
#other { padding: 120px 0 0; }

@media only screen and (max-width: 599px) {
  #other {
    margin: 0;
    padding: 16vw 0 0;
  }
}


/* confirm */
#confirm { margin-top: 120px; }

@media only screen and (max-width: 599px) {
  #confirm { margin-top: 16vw; }
}

/* regist */
#regist { margin-top: 120px; }

@media only screen and (max-width: 599px) {
  #regist { margin-top: 16vw; }
}



