.icatch,
.mainvisual-point-icatch,
.reason-subtitle-icatch,
.function-card-icatch {
  position: relative;
  z-index: 1;
  color: #113b5c;
  font-weight: bold;
  line-height: 1em;
  font-style: italic;
  text-align: left;
  display: inline-block;
  font-size: clamp(10px, 0.833333333333333vw, 12px);
  padding: 5px 8px;
}
.icatch::before,
.mainvisual-point-icatch::before,
.reason-subtitle-icatch::before,
.function-card-icatch::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-15deg);
  width: 100%;
  height: 100%;
  background-color: #1fecb5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .icatch,
  .mainvisual-point-icatch,
  .reason-subtitle-icatch,
  .function-card-icatch {
    font-size: clamp(10px, 2.5vw, 12px);
  }
}
/* ========================================================================
   Component: mainvisual
 ========================================================================== */
.mainvisual {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
}
.webp .mainvisual {
  background-image: url("/images/service/network/uspot/mainvisual.jpg.webp") !important;
}
.no-webp .mainvisual {
  background-image: url("/images/service/network/uspot/mainvisual.jpg");
}
@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 60px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 100% 0;
  }
  .webp .mainvisual {
    background-image: url("/images/service/network/uspot/mainvisual_sp.jpg.webp") !important;
  }
  .no-webp .mainvisual {
    background-image: url("/images/service/network/uspot/mainvisual_sp.jpg");
  }
}
.mainvisual::before {
  content: "";
  display: block;
  background: #e5f6ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 75vw;
  height: 73.47222222222223vw;
}
@media screen and (min-width: 1440px) {
  .mainvisual::before {
    width: 1080px;
    height: 1058px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual::before {
    height: 258.5416666666667vw;
  }
}
.mainvisual-inner {
  position: relative;
  padding-bottom: 3.333333333333333vw;
}
@media screen and (min-width: 1440px) {
  .mainvisual-inner {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-inner {
    width: 90%;
    margin: 0 auto;
  }
}
.mainvisual-title {
  text-align: center;
  padding-top: 1.736111111111111vw;
}
@media screen and (min-width: 1440px) {
  .mainvisual-title {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-title {
    padding-top: 70px;
  }
}
.mainvisual-title img {
  height: auto;
  width: 48.75vw;
}
@media screen and (min-width: 1440px) {
  .mainvisual-title img {
    width: 702px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-title img {
    width: 100%;
  }
}
.mainvisual-point {
  padding-top: 3.819444444444445vw;
}
@media screen and (min-width: 1440px) {
  .mainvisual-point {
    padding-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual-point {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-point {
    margin: 30px auto 0;
    width: 100%;
  }
}
.mainvisual-point-list {
  background: rgba(255,255,255,0.7);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  border-radius: 10px;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 300ms;
  margin: 0 1.388888888888889vw;
  padding: 3.472222222222222vw 5px;
  width: 19.86111111111111vw;
}
@media screen and (min-width: 1440px) {
  .mainvisual-point-list {
    margin: 0 20px;
    padding: 50px 0;
    width: 286px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-point-list {
    width: 100%;
    margin: 0 0 20px;
    padding: 30px 0;
    width: 100%;
  }
  .mainvisual-point-list:nth-child(1) .mainvisual-point-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}
.mainvisual-point-list::after {
  content: "";
  display: block;
  border-top: solid 2px #3da2db;
  border-right: solid 2px #3da2db;
  position: absolute;
  bottom: 1.5vw;
  transform: rotate(135deg);
  transition: bottom 300ms;
  width: 0.902777777777778vw;
  height: 0.902777777777778vw;
  right: 45%;
}
@media screen and (min-width: 1440px) {
  .mainvisual-point-list::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-point-list::after {
    width: 2.708333333333333vw;
    height: 2.708333333333333vw;
    right: 48%;
    bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual-point-list:hover {
    opacity: 0.6;
  }
  .mainvisual-point-list:hover::after {
    bottom: 1.2vw;
  }
}
.mainvisual-point-list-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mainvisual-point-list-inner {
    text-align: center;
  }
}
.mainvisual-point-wraplink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mainvisual-point-badge {
  background: #3da2db;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding-top: 1.111111111111111vw;
  width: 4.861111111111112vw;
  height: 4.861111111111112vw;
  font-size: clamp(10px, 0.833333333333333vw, 12px);
}
@media screen and (min-width: 1440px) {
  .mainvisual-point-badge {
    padding-top: 16px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-point-badge {
    padding-top: 2.083333333333333vw;
    width: 11.25vw;
    height: 11.25vw;
    font-size: 10px;
  }
}
.mainvisual-point-badge >span {
  display: block;
  line-height: 1em;
  font-size: clamp(10px, 2.083333333333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .mainvisual-point-badge >span {
    font-size: clamp(10px, 4.791666666666667vw, 23px);
  }
}
.mainvisual-point-title {
  color: #113b5c;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  font-size: clamp(10px, 1.805555555555555vw, 26px);
}
@media screen and (max-width: 767px) {
  .mainvisual-point-title {
    font-size: clamp(10px, 5vw, 24px);
  }
}
.mainvisual-point-text {
  margin-top: 10px;
  line-height: 1.5em;
  text-align: center;
  font-size: clamp(10px, 1.25vw, 18px);
}
@media screen and (max-width: 767px) {
  .mainvisual-point-text {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.mainvisual-point-text-small {
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .mainvisual-point-text-small {
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
.mainvisual-contact {
  margin-top: 40px;
  z-index: 1;
}
/* ========================================================================
   Component: webonly
 ========================================================================== */
.webonly {
  position: relative;
  margin-top: 6.597222222222222vw;
}
@media screen and (min-width: 1440px) {
  .webonly {
    margin-top: 95px;
  }
}
@media screen and (max-width: 767px) {
  .webonly {
    margin-top: 41.66666666666667vw;
  }
}
.webonly-inner {
  border-radius: 10px;
  background: #fff;
  position: relative;
  border: 4px solid #3da2db;
  padding-bottom: 1.736111111111111vw;
}
@media screen and (min-width: 1440px) {
  .webonly-inner {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .webonly-inner {
    padding: 8.333333333333332vw 4.166666666666666vw;
  }
}
.webonly-inner::before {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  top: -24.305555555555554vw;
  left: -41.66666666666667vw;
  width: 79.86111111111111vw;
  height: 44.93055555555556vw;
}
.webp .webonly-inner::before {
  background-image: url("/images/service/network/uspot/webonly_img_01.png.webp") !important;
}
.no-webp .webonly-inner::before {
  background-image: url("/images/service/network/uspot/webonly_img_01.png");
}
@media screen and (min-width: 1440px) {
  .webonly-inner::before {
    top: -350px;
    left: -600px;
    width: 1150px;
    height: 647px;
  }
}
@media screen and (min-width: 768px) {
  .webonly-inner::before {
    left: -34.72222222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .webonly-inner::before {
    top: -56.25vw;
    left: -56.25vw;
    width: 135.83333333333334vw;
    height: 76.45833333333333vw;
  }
}
.webonly-badge {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
  transform: translateX(30%) translateY(-42%);
  font-size: clamp(10px, 1.25vw, 18px);
  width: 12.708333333333332vw;
  padding-top: 3.472222222222222vw;
}
@media screen and (min-width: 1440px) {
  .webonly-badge {
    width: 183px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .webonly-badge {
    transform: translateX(10%) translateY(-95%);
    width: 33.125vw;
    padding-top: 8.333333333333332vw;
    font-size: clamp(10px, 3.125vw, 15px);
  }
}
.webonly-badge::before {
  content: "";
  display: block;
  background: #3da2db;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border: 0.277777777777778vw solid #fff;
  width: 12.708333333333332vw;
  height: 12.708333333333332vw;
}
@media screen and (min-width: 1440px) {
  .webonly-badge::before {
    width: 183px;
    height: 183px;
  }
}
@media screen and (max-width: 767px) {
  .webonly-badge::before {
    border: 2px solid #fff;
    width: 33.125vw;
    height: 33.125vw;
  }
}
.webonly-badge span {
  display: block;
  font-size: clamp(10px, 3.472222222222222vw, 50px);
}
@media screen and (max-width: 767px) {
  .webonly-badge span {
    font-size: clamp(10px, 8.958333333333334vw, 43px);
  }
}
.webonly-title {
  font-weight: bold;
  text-align: center;
  font-size: clamp(10px, 2.916666666666667vw, 42px);
}
@media screen and (max-width: 767px) {
  .webonly-title {
    font-size: clamp(10px, 7.5vw, 36px);
  }
}
.webonly-title-sub {
  display: block;
  margin-top: 45px;
  font-size: clamp(10px, 1.527777777777778vw, 22px);
}
@media screen and (max-width: 767px) {
  .webonly-title-sub {
    margin-top: 0;
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.webonly-title-sub::before,
.webonly-title-sub::after {
  content: "";
  display: inline-block;
  width: 1px;
  background: #3da2db;
  vertical-align: middle;
  height: 1.736111111111111vw;
}
@media screen and (min-width: 1440px) {
  .webonly-title-sub::before,
  .webonly-title-sub::after {
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .webonly-title-sub::before,
  .webonly-title-sub::after {
    height: 5.208333333333334vw;
  }
}
.webonly-title-sub::before {
  margin-right: 0.5em;
  transform: rotate(-40deg);
}
.webonly-title-sub::after {
  margin-left: 0.5em;
  transform: rotate(40deg);
}
.webonly-title-line {
  margin-top: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.webonly-title-line span {
  font-size: clamp(10px, 2.222222222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .webonly-title-line span {
    font-size: clamp(10px, 5.833333333333333vw, 28px);
  }
}
.webonly-title-line::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 0.5em;
  background: #e5f6ff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.webonly-box {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 2.777777777777778vw;
}
@media screen and (min-width: 1440px) {
  .webonly-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .webonly-box {
    justify-content: space-between;
    margin-top: 5.208333333333334vw;
  }
}
.webonly-card {
  width: 20.833333333333336vw;
}
@media screen and (min-width: 1440px) {
  .webonly-card {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .webonly-card {
    width: 34.375vw;
  }
  .webonly-card:nth-child(1) .webonly-card-price {
    margin-bottom: 1.041666666666667vw;
  }
}
.webonly-card-inner {
  background: #f8f8f8;
  border-radius: 8px;
  text-align: center;
  padding: 1.388888888888889vw;
}
@media screen and (min-width: 1440px) {
  .webonly-card-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .webonly-card-inner {
    padding: 2.083333333333333vw;
  }
}
.webonly-card-title {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  font-size: clamp(10px, 1.666666666666667vw, 24px);
}
@media screen and (max-width: 767px) {
  .webonly-card-title {
    padding-bottom: 0.833333333333333vw;
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.webonly-card-title-sup {
  font-size: clamp(10px, 0.694444444444444vw, 10px);
}
.webonly-card-text {
  color: #666;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  margin-top: 5px;
  line-height: 1.5em;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .webonly-card-text {
    font-size: 12px;
  }
}
.webonly-card-text span {
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .webonly-card-text span {
    font-size: 12px;
  }
}
.webonly-card-correct {
  color: #666;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  margin-top: 5px;
  font-size: clamp(10px, 1.944444444444444vw, 28px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .webonly-card-correct {
    margin-top: 10px;
    font-size: 20px;
  }
}
.webonly-card-correct span {
  font-size: clamp(10px, 1.527777777777778vw, 22px);
}
@media screen and (max-width: 767px) {
  .webonly-card-correct span {
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
.webonly-card-correct::before,
.webonly-card-correct::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #666;
  position: absolute;
  top: 44%;
  left: 0;
}
.webonly-card-correct::before {
  transform: translateY(-2px);
}
.webonly-card-correct::after {
  transform: translateY(2px);
}
.webonly-card-iconarrow {
  margin: 5px auto 0;
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 8px #3da2db;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .webonly-card-iconarrow {
    margin: 10px auto 0;
  }
}
.webonly-card-price {
  line-height: 1em;
  color: #3da2db;
  font-weight: bold;
  font-size: clamp(10px, 4.097222222222222vw, 59px);
}
@media screen and (max-width: 767px) {
  .webonly-card-price {
    font-size: clamp(10px, 6.666666666666667vw, 32px);
  }
}
.webonly-card-price span {
  font-size: clamp(10px, 1.944444444444444vw, 28px);
}
@media screen and (max-width: 767px) {
  .webonly-card-price span {
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.webonly-card-price span.webonly-card-price-attention {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(10px, 1.25vw, 18px);
  background: #3da2db;
  color: #fff;
  padding: 3px 0 6px;
  border-radius: 3px;
  margin-right: 4px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .webonly-card-price span.webonly-card-price-attention {
    vertical-align: text-bottom;
  }
}
.webonly-card-note {
  font-weight: 500;
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .webonly-card-note {
    margin-top: 10px;
    font-size: clamp(10px, 2.5vw, 12px);
    line-height: 1.2em;
  }
}
.webonly-more {
  text-align: center;
  font-weight: bold;
  font-size: clamp(10px, 1.527777777777778vw, 22px);
  margin: 70px 25px 0;
}
@media screen and (max-width: 767px) {
  .webonly-more {
    margin: 9.375vw 0 0;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
    letter-spacing: -0.15em;
  }
}
@media screen and (max-width: 767px) {
  .webonly-more-text {
    transform: translateX(-1px);
  }
}
.webonly-more-plus {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .webonly-more-plus {
    margin-top: 35px;
  }
}
.webonly-more-plus::before,
.webonly-more-plus::after {
  content: "";
  display: block;
  width: 2.777777777777778vw;
  height: 0.694444444444444vw;
  background: #333;
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 1440px) {
  .webonly-more-plus::before,
  .webonly-more-plus::after {
    width: 40px;
    height: 10px;
  }
}
.webonly-more-plus::before {
  transform: translateY(50%) translateX(-50%);
}
.webonly-more-plus::after {
  transform: translateY(50%) translateX(-50%) rotate(90deg);
}
.webonly-apply {
  margin-top: 1.736111111111111vw;
}
@media screen and (min-width: 1440px) {
  .webonly-apply {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .webonly-apply {
    margin-top: 3.125vw;
  }
  .webonly-apply a {
    line-height: 14.583333333333334vw;
  }
}
.webonly-note {
  margin-top: 15px;
  font-size: clamp(10px, 0.694444444444444vw, 10px);
}
@media screen and (max-width: 767px) {
  .webonly-note {
    font-size: clamp(10px, 2.083333333333333vw, 10px);
  }
}
/* ========================================================================
   Component: difference
 ========================================================================== */
.difference {
  position: relative;
  margin-top: 4.166666666666666vw;
}
@media screen and (min-width: 1440px) {
  .difference {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .difference {
    margin-top: 18.75vw;
  }
}
.difference::before,
.difference::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.difference::before {
  background: #ddd;
  border-right: none;
  border-left-width: 7px;
  transform: skewY(10deg);
  left: 0;
}
.difference::after {
  background: #f8f8f8;
  border-left: none;
  border-right-width: 7px;
  transform: skewY(-10deg);
  right: 0;
}
.difference-inner {
  position: relative;
  z-index: 1;
  padding-top: 10.069444444444445vw;
  padding-bottom: 9.027777777777777vw;
}
@media screen and (min-width: 1440px) {
  .difference-inner {
    padding-top: 145px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .difference-inner {
    padding-top: 12.5vw;
    padding-bottom: 6.25vw;
  }
}
.difference-title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(10px, 2.638888888888889vw, 38px);
}
@media screen and (max-width: 767px) {
  .difference-title {
    font-size: clamp(10px, 6.666666666666667vw, 32px);
  }
}
.difference-title-balloon {
  position: relative;
  display: inline-block;
  border: solid 2px #707070;
  border-radius: 30px;
  background: #fff;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
  margin-bottom: 1.388888888888889vw;
  padding: 0.694444444444444vw 1.388888888888889vw;
}
@media screen and (min-width: 1440px) {
  .difference-title-balloon {
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .difference-title-balloon {
    margin-bottom: 4.166666666666666vw;
    padding: 2.083333333333333vw 4.166666666666666vw;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.difference-title-balloon::before,
.difference-title-balloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}
.difference-title-balloon::before {
  bottom: -14px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 9px solid #fff;
  z-index: 2;
}
.difference-title-balloon::after {
  bottom: -19px;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 12px solid #707070;
  z-index: 1;
}
.difference-box {
  margin-top: 4.513888888888888vw;
}
@media screen and (min-width: 1440px) {
  .difference-box {
    margin-top: 65px;
  }
}
@media screen and (min-width: 768px) {
  .difference-box {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .difference-box {
    margin-top: 3.125vw;
  }
}
.difference-box >* {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .difference-box >* {
    width: 100%;
  }
}
.difference-card-inner {
  background: #fff;
  border-radius: 6px;
  font-weight: 500;
}
.difference-card-title {
  border-radius: 6px 6px 0 0;
  background: #626262;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 1.041666666666667vw 0;
  font-size: clamp(10px, 1.666666666666667vw, 24px);
}
@media screen and (min-width: 1440px) {
  .difference-card-title {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-title {
    padding: 2.083333333333333vw 0;
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.difference-card-title::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  top: -1.736111111111111vw;
  right: -0.416666666666667vw;
  width: 6.944444444444445vw;
  height: 7.291666666666667vw;
}
.webp .difference-card-title::after {
  background-image: url("/images/service/network/uspot/difference_img_01.png.webp") !important;
}
.no-webp .difference-card-title::after {
  background-image: url("/images/service/network/uspot/difference_img_01.png");
}
@media screen and (min-width: 1440px) {
  .difference-card-title::after {
    top: -25px;
    right: -6px;
    width: 100px;
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-title::after {
    top: -2.916666666666667vw;
    right: 0vw;
    width: 18.75vw;
    height: 19.791666666666664vw;
  }
}
.difference-card-list {
  padding: 1.527777777777778vw 2.083333333333333vw;
}
@media screen and (min-width: 1440px) {
  .difference-card-list {
    padding: 22px 30px;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-list {
    padding: 3.541666666666667vw 5vw;
  }
}
.difference-card-list li {
  position: relative;
  border-bottom: 2px dashed #ddd;
}
.difference-card-list-num {
  position: relative;
  padding: 2.222222222222222vw 0;
  font-size: clamp(10px, 1.388888888888889vw, 20px);
}
@media screen and (min-width: 1440px) {
  .difference-card-list-num {
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-list-num {
    padding: 3.125vw 0;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.difference-card-list-num span {
  background: #626262;
  color: #fff;
  font-weight: bold;
  width: 1.5em;
  line-height: 1.5em;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .difference-card-2 {
    margin-top: 10.416666666666668vw;
  }
}
.difference-card-2 .difference-card-title,
.difference-card-2 .difference-card-list-num span {
  background: #3da2db;
}
.difference-card-2 .difference-card-list-num {
  padding: 0.972222222222222vw 0 3.472222222222222vw;
}
@media screen and (min-width: 1440px) {
  .difference-card-2 .difference-card-list-num {
    padding: 14px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-2 .difference-card-list-num {
    padding: 3.333333333333333vw 0 8.333333333333332vw;
  }
}
.difference-card-2 .difference-card-title::after {
  top: -1.736111111111111vw;
  right: -0.416666666666667vw;
  width: 7.708333333333334vw;
  height: 6.944444444444445vw;
}
.webp .difference-card-2 .difference-card-title::after {
  background-image: url("/images/service/network/uspot/difference_img_02.png.webp") !important;
}
.no-webp .difference-card-2 .difference-card-title::after {
  background-image: url("/images/service/network/uspot/difference_img_02.png");
}
@media screen and (min-width: 1440px) {
  .difference-card-2 .difference-card-title::after {
    top: -25px;
    right: -9px;
    width: 111px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-2 .difference-card-title::after {
    top: -3.333333333333333vw;
    right: 0vw;
    width: 18.75vw;
    height: 16.875vw;
  }
}
.difference-card-2 .difference-card-list-point {
  position: absolute;
  background: #3da2db;
  border-radius: 2px;
  width: 100%;
  color: #fff;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
  bottom: 1.041666666666667vw;
  line-height: 1.666666666666667vw;
  padding: 3px 4px 3px 4em;
}
@media screen and (min-width: 1440px) {
  .difference-card-2 .difference-card-list-point {
    bottom: 15px;
    line-height: 24px;
    padding: 3px 4px 3px 55px;
  }
}
@media screen and (max-width: 1024px) {
  .difference-card-2 .difference-card-list-point {
    padding: 3px 4px 3px 4.861111111111112vw;
  }
}
@media screen and (max-width: 780px) {
  .difference-card-2 .difference-card-list-point {
    padding: 3px 4px 3px 4.2em;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-2 .difference-card-list-point {
    padding: 2px 2px 2px 4em;
    bottom: 2.083333333333333vw;
    line-height: 4.166666666666666vw;
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
.difference-card-2 .difference-card-list-point span {
  margin-right: 6px;
  padding: 0 2px;
  border-radius: 2px;
  background: #fff;
  color: #3da2db;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  line-height: 1.388888888888889vw;
  font-size: clamp(10px, 0.833333333333333vw, 12px);
}
@media screen and (min-width: 1440px) {
  .difference-card-2 .difference-card-list-point span {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-2 .difference-card-list-point span {
    line-height: 14px;
    font-size: 10px;
  }
}
.difference-card-2 .difference-card-list-point span::after {
  position: absolute;
  right: -4px;
  top: calc(50% - 2px);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #fff;
}
.difference-card-note {
  text-align: right;
  font-size: clamp(10px, 0.833333333333333vw, 12px);
  margin-top: 0.694444444444444vw;
}
@media screen and (min-width: 1440px) {
  .difference-card-note {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .difference-card-note {
    font-size: clamp(10px, 2.5vw, 12px);
  }
}
/* ========================================================================
   Component: reason
 ========================================================================== */
.reason-inner {
  position: relative;
  z-index: 1;
  padding-top: 13.88888888888889vw;
  padding-bottom: 2.777777777777778vw;
}
@media screen and (min-width: 1440px) {
  .reason-inner {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reason-inner {
    padding-top: 20.833333333333336vw;
    padding-bottom: 0;
  }
}
.reason-box-1,
.reason-box-2 {
  justify-content: space-between;
  position: relative;
  display: flex;
  margin-bottom: 5.555555555555555vw;
}
@media screen and (min-width: 1440px) {
  .reason-box-1,
  .reason-box-2 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .reason-box-1,
  .reason-box-2 {
    margin-bottom: 16.666666666666664vw;
    display: block;
  }
}
.reason-box-1::before,
.reason-box-2::before {
  display: block;
  content: "";
  background-size: contain;
  position: absolute;
  z-index: -1;
  width: 28.888888888888886vw;
  height: 19.86111111111111vw;
  bottom: -2.777777777777778vw;
}
.webp .reason-box-1::before,
.webp .reason-box-2::before {
  background-image: url("/images/service/network/uspot/reason_bg.jpg.webp") !important;
}
.no-webp .reason-box-1::before,
.no-webp .reason-box-2::before {
  background-image: url("/images/service/network/uspot/reason_bg.jpg");
}
@media screen and (min-width: 1440px) {
  .reason-box-1::before,
  .reason-box-2::before {
    width: 416px;
    height: 286px;
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .reason-box-1::before,
  .reason-box-2::before {
    width: 150%;
    height: 52.083333333333336vw;
    bottom: -6.25vw;
  }
}
.reason-box-1::before {
  right: -17.36111111111111vw;
}
@media screen and (min-width: 1440px) {
  .reason-box-1::before {
    right: -250px;
  }
}
@media screen and (max-width: 767px) {
  .reason-box-1::before {
    right: -10%;
  }
}
.reason-box-2 {
  flex-direction: row-reverse;
}
.reason-box-2::before {
  left: -17.36111111111111vw;
}
@media screen and (min-width: 1440px) {
  .reason-box-2::before {
    left: -250px;
  }
}
@media screen and (max-width: 767px) {
  .reason-box-2::before {
    left: -10%;
  }
}
.reason-box-contents {
  position: relative;
  z-index: 1;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .reason-box-contents {
    width: 100%;
  }
}
.reason-box-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .reason-box-image {
    margin-top: 6.25vw;
    width: 100%;
  }
}
.reason-subtitle-point {
  color: #3da2db;
  font-weight: 500;
  margin-right: 0.347222222222222vw;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .reason-subtitle-point {
    margin-right: 1.041666666666667vw;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.reason-subtitle-pointnum {
  color: #3da2db;
  font-weight: bold;
  font-size: clamp(10px, 2.222222222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .reason-subtitle-pointnum {
    font-size: clamp(10px, 6.666666666666667vw, 32px);
  }
}
.reason-subtitle-text {
  line-height: 1.2em;
  display: block;
  font-weight: bold;
  margin-top: 3px;
  font-size: clamp(10px, 2.222222222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .reason-subtitle-text {
    font-size: clamp(10px, 6.666666666666667vw, 32px);
  }
}
.reason-subtitle-icatch {
  padding: 3px 5px;
  margin-left: 7px;
  vertical-align: middle;
}
.reason-lead {
  font-weight: bold;
  margin-top: 3px;
  font-size: clamp(10px, 1.388888888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .reason-lead {
    font-size: clamp(10px, 4.166666666666666vw, 20px);
  }
}
.reason-lead span {
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .reason-lead span {
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
.reason-text {
  margin-top: 20px;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .reason-text {
    margin-top: 4.166666666666666vw;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.reason-link {
  margin-top: 1.388888888888889vw;
}
@media screen and (max-width: 767px) {
  .reason-link {
    margin-top: 4.166666666666666vw;
  }
}
/* ========================================================================
   Component: function
 ========================================================================== */
.function {
  background: #f8f8f8;
}
.function-inner {
  position: relative;
  padding-top: 8.333333333333332vw;
  padding-bottom: 8.333333333333332vw;
}
@media screen and (min-width: 1440px) {
  .function-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .function-inner {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) {
  .function-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.function-card {
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0,96,159,0.1);
  width: 31.5%;
  margin-bottom: 2.777777777777778vw;
  padding: 1.736111111111111vw 2.083333333333333vw;
}
@media screen and (min-width: 1440px) {
  .function-card {
    margin-bottom: 40px;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .function-card {
    width: 100%;
    margin-bottom: 4.166666666666666vw;
    padding: 5.208333333333334vw 3.125vw 5.208333333333334vw 2.083333333333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.function-card-link {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .function-card-link:hover {
    opacity: 0.4;
  }
}
.function-card-image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .function-card-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .function-card-image {
    width: 20.833333333333336vw;
  }
}
.function-card-image img {
  width: 16.319444444444446vw;
  height: 10.76388888888889vw;
}
@media screen and (min-width: 1440px) {
  .function-card-image img {
    width: 235px;
    height: 155px;
  }
}
@media screen and (max-width: 767px) {
  .function-card-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .function-card-body {
    width: 56.25vw;
  }
}
.function-card-title {
  font-weight: bold;
  font-size: clamp(10px, 1.388888888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .function-card-title {
    font-size: clamp(10px, 4.166666666666666vw, 20px);
  }
}
.function-card-title-small {
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .function-card-title-small {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.function-card-text {
  margin-top: 20px;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .function-card-text {
    margin-top: 10px;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.function-card-note {
  margin-top: 10px;
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .function-card-note {
    margin-top: 5px;
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
/* ========================================================================
   Component: price
 ========================================================================== */
.price-inner {
  position: relative;
  padding-top: 8.333333333333332vw;
  padding-bottom: 8.333333333333332vw;
}
@media screen and (min-width: 1440px) {
  .price-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .price-inner {
    padding-top: 18.75vw;
    padding-bottom: 18.75vw;
  }
}
.price-table {
  width: 100%;
  border-top: 1px solid #ddd;
}
.price-table tbody th,
.price-table tbody td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.price-table tbody th {
  width: 35%;
  padding: 1.388888888888889vw 0;
}
@media screen and (min-width: 1440px) {
  .price-table tbody th {
    padding: 20px 0;
  }
}
.price-table tbody td {
  width: 65%;
}
.price-table tbody td:nth-child(2) {
  background: #efefef;
  position: relative;
}
.price-table tbody td.bg-yellow {
  background: #ffffd9;
}
.price-table-text1 {
  color: #333;
  font-weight: 500;
  line-height: 1.6;
  font-size: clamp(10px, 1.666666666666667vw, 24px);
}
@media screen and (max-width: 767px) {
  .price-table-text1 {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.price-table-text1-note {
  color: #8b8b8b;
  display: block;
  margin-top: 3px;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .price-table-text1-note {
    margin-top: 0;
    font-size: clamp(10px, 2.5vw, 12px);
  }
}
.price-table-text1-sup {
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .price-table-text1-sup {
    font-size: clamp(10px, 2.083333333333333vw, 10px);
  }
}
.price-table-text2 {
  color: #3da2db;
  font-weight: 500;
  font-size: clamp(10px, 2.777777777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .price-table-text2 {
    font-size: clamp(10px, 6.666666666666667vw, 32px);
  }
}
.price-table-text2-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-table-text2-attention img {
  height: auto;
  transform: translateY(-0.25em);
  width: 2.361111111111111vw;
  margin: 0 0.486111111111111vw;
}
@media screen and (min-width: 1440px) {
  .price-table-text2-attention img {
    width: 34px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .price-table-text2-attention img {
    width: 5.208333333333334vw;
  }
}
.price-table-text2-arrow {
  display: block;
  content: "";
  background: url("/images/service/network/uspot/price_img_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.430555555555556vw;
  height: 1.597222222222222vw;
  margin: 0 10px;
}
@media screen and (min-width: 1440px) {
  .price-table-text2-arrow {
    width: 35px;
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .price-table-text2-arrow {
    width: 4.166666666666666vw;
    height: 2.5vw;
  }
}
.price-table-text2-note {
  font-size: clamp(10px, 0.833333333333333vw, 12px);
}
@media screen and (max-width: 767px) {
  .price-table-text2-note {
    font-size: clamp(10px, 2.5vw, 12px);
  }
}
.price-table-text2-sup {
  font-size: clamp(10px, 0.694444444444444vw, 10px);
}
@media screen and (max-width: 767px) {
  .price-table-text2-sup {
    font-size: clamp(10px, 2.083333333333333vw, 10px);
  }
}
.price-table-text2-correct {
  color: #666;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: clamp(10px, 2.777777777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .price-table-text2-correct {
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.price-table-text2-correct::before,
.price-table-text2-correct::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #666;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .price-table-text2-correct::before,
  .price-table-text2-correct::after {
    height: 1px;
  }
}
.price-table-text2-correct::before {
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .price-table-text2-correct::before {
    transform: translateY(-2px);
  }
}
.price-table-text2-correct::after {
  transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .price-table-text2-correct::after {
    transform: translateY(2px);
  }
}
.price-table-text2-correct span {
  font-size: clamp(10px, 1.25vw, 18px);
}
@media screen and (max-width: 767px) {
  .price-table-text2-correct span {
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.price-note {
  margin-top: 20px;
}
/* ========================================================================
   Component: usenhikari
 ========================================================================== */
.usenhikari {
  border: 4px solid #3da2db;
  border-radius: 8px;
  margin-top: 2.777777777777778vw;
  padding: 50px;
}
@media screen and (min-width: 1440px) {
  .usenhikari {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .usenhikari {
    margin-top: 12.5vw;
    padding: 8.333333333333332vw 4.166666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .usenhikari-inner {
    display: flex;
    justify-content: space-between;
  }
}
.usenhikari-col:nth-child(1) {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  width: 270px;
}
.webp .usenhikari-col:nth-child(1) {
  background-image: url("/images/service/network/uspot/usenhikari_bg_01.jpg.webp") !important;
}
.no-webp .usenhikari-col:nth-child(1) {
  background-image: url("/images/service/network/uspot/usenhikari_bg_01.jpg");
}
@media screen and (max-width: 767px) {
  .usenhikari-col:nth-child(1) {
    width: 100%;
  }
}
.usenhikari-col:nth-child(2) {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .usenhikari-col:nth-child(2) {
    width: 100%;
  }
}
.usenhikari-title {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .usenhikari-title {
    padding-bottom: 2.083333333333333vw;
  }
}
.usenhikari-title span {
  display: block;
  line-height: 1.3em;
}
.usenhikari-title-1 {
  font-size: 24px;
}
.usenhikari-title-2 {
  font-size: 30px;
}
.usenhikari-title-3 {
  font-size: 60px;
}
.usenhikari-title-logo {
  text-align: center;
}
.usenhikari-title-logo img {
  height: auto;
  width: 126px;
}
.usenhikari-text {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .usenhikari-text {
    margin-top: 4.166666666666666vw;
  }
}
.usenhikari-btn {
  width: 100%;
  max-width: 380px;
  margin-top: 2.777777777777778vw;
}
@media screen and (max-width: 767px) {
  .usenhikari-btn {
    margin-top: 4.166666666666666vw;
  }
}
/* ========================================================================
   Component: voice
 ========================================================================== */
.voice {
  background: #f8f8f8;
}
.voice-inner {
  position: relative;
  padding-top: 8.333333333333332vw;
  padding-bottom: 8.333333333333332vw;
}
@media screen and (min-width: 1440px) {
  .voice-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .voice-inner {
    padding-top: 18.75vw;
    padding-bottom: 18.75vw;
  }
}
@media screen and (min-width: 768px) {
  .voice-main {
    max-width: 780px;
    margin: auto;
  }
}
.voice-main-image {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .voice-main-image {
    padding-right: 60px;
  }
}
.voice-main-image-1 {
  display: inline-block;
}
.voice-main-image-1 img {
  height: auto;
}
.voice-card-image-1 {
  display: inline-block;
}
.voice-card-image-1 img {
  height: auto;
}
.voice-card-image-2 {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  line-height: 1;
  transform: translateX(-50%) translateY(-25%);
}
.voice-card-image-2:before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #f8f8f8;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .voice-card-image-2 {
    transform: translateX(10%) translateY(0%);
  }
}
.voice-card-image-2 img {
  height: auto;
  width: 5.833333333333333vw;
}
@media screen and (min-width: 1440px) {
  .voice-card-image-2 img {
    width: 84px;
  }
}
@media screen and (max-width: 767px) {
  .voice-card-image-2 img {
    width: 20.416666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .voice-main {
    display: flex;
    align-items: cente;
    justify-content: center;
  }
}
.voice-main-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-main-image {
    margin-bottom: 10px;
  }
}
.voice-main-image-1 img {
  width: 21.73611111111111vw;
}
@media screen and (min-width: 124px) {
  .voice-main-image-1 img {
    width: 313px;
  }
}
@media screen and (max-width: 767px) {
  .voice-main-image-1 img {
    width: 66.66666666666666vw;
  }
}
.voice-main-image-2 {
  display: inline-block;
  line-height: 1;
  border-radius: 100%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .voice-main-image-2 {
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
}
.voice-main-image-2:before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #f8f8f8;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .voice-main-image-2 {
    position: static;
    transform: translateX(10%) translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .voice-main-image-2 img {
    width: 20.416666666666668vw;
  }
}
.voice-grid {
  border-top: 1px solid #ddd;
  margin-top: 4.444444444444445vw;
  padding-top: 4.444444444444445vw;
}
@media screen and (min-width: 768px) {
  .voice-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.voice-card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice-card {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .voice-card {
    margin-bottom: 12.5vw;
  }
  .voice-card:last-child {
    margin-bottom: 0;
  }
}
.voice-card-image-1 img {
  width: 15.972222222222221vw;
}
@media screen and (min-width: 1440px) {
  .voice-card-image-1 img {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .voice-card-image-1 img {
    width: 66.66666666666666vw;
  }
}
.voice-card-head {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .voice-card-head {
    position: absolute;
    top: 1.736111111111111vw;
    left: 20.833333333333336vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice-card-head {
    top: 25px;
    left: 290px;
  }
}
@media screen and (max-width: 767px) {
  .voice-card-head {
    margin-top: 10px;
  }
}
.voice-card-head-title {
  margin-bottom: 0.347222222222222vw;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .voice-card-head-title {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.voice-card-head-title-small {
  margin-left: 0.3em;
  font-size: clamp(10px, 0.833333333333333vw, 12px);
}
@media screen and (max-width: 767px) {
  .voice-card-head-title-small {
    font-size: clamp(10px, 2.5vw, 12px);
  }
}
.voice-card-head-text {
  line-height: 1.5em;
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .voice-card-head-text {
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
.voice-card-head-link {
  font-size: clamp(10px, 0.833333333333333vw, 12px);
}
@media screen and (max-width: 767px) {
  .voice-card-head-link {
    font-size: clamp(10px, 2.5vw, 12px);
  }
}
.voice-card-head-link::after {
  margin-left: 0.2em;
  content: "";
  display: inline-block;
  background: url("/images/service/network/uspot/icon_blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 0.833333333333333vw;
  height: 0.833333333333333vw;
}
@media screen and (max-width: 767px) {
  .voice-card-head-link::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.voice-card-body {
  margin-top: 2.083333333333333vw;
}
.voice-card-body-title {
  font-weight: bold;
  font-size: clamp(10px, 1.388888888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .voice-card-body-title {
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.voice-card-body-toggle {
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .voice-card-body-toggle {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.voice-card-body-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 6em;
  transition: all 300ms;
}
@media screen and (max-width: 767px) {
  .voice-card-body-text {
    -webkit-line-clamp: 4;
    max-height: 7.5em;
  }
}
.voice-card-body-text.is_open {
  -webkit-line-clamp: unset;
  max-height: 400px;
}
.voice-card-body-text.is_open + .voice-card-body-more span:nth-child(1) {
  display: none;
}
.voice-card-body-text.is_open + .voice-card-body-more span:nth-child(2) {
  display: inline;
}
.voice-card-body-text.is_open + .voice-card-body-more span::after {
  transform: rotate(315deg);
  top: calc(50% - 0.15vw);
}
.voice-card-body-more {
  margin-top: 2.083333333333333vw;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.voice-card-body-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}
.voice-card-body-more span {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  font-size: clamp(10px, 0.833333333333333vw, 12px);
  padding: 0.208333333333333vw 1.736111111111111vw;
}
@media screen and (max-width: 767px) {
  .voice-card-body-more span {
    font-size: clamp(10px, 2.916666666666667vw, 14px);
    padding: 0.625vw 5.208333333333334vw;
  }
}
.voice-card-body-more span:nth-child(1) {
  display: inline;
}
.voice-card-body-more span:nth-child(2) {
  display: none;
}
.voice-card-body-more span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  transform: rotate(135deg);
  top: calc(50% - 0.35vw);
  right: 0.5vw;
  width: 0.486111111111111vw;
  height: 0.486111111111111vw;
}
@media screen and (max-width: 767px) {
  .voice-card-body-more span::after {
    top: calc(50% - 1vw);
    right: 2vw;
    width: 1.458333333333333vw;
    height: 1.458333333333333vw;
  }
}
/* ========================================================================
   Component: support
 ========================================================================== */
.support {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 76.38888888888889vw 41.388888888888886vw;
}
.webp .support {
  background-image: url("/images/service/network/uspot/support_bg.jpg.webp") !important;
}
.no-webp .support {
  background-image: url("/images/service/network/uspot/support_bg.jpg");
}
@media screen and (min-width: 1440px) {
  .support {
    background-size: 1100px 596px;
  }
}
@media screen and (max-width: 767px) {
  .support {
    background-size: contain;
  }
  .webp .support {
    background-image: url("/images/service/network/uspot/support_bg_sp.jpg.webp") !important;
  }
  .no-webp .support {
    background-image: url("/images/service/network/uspot/support_bg_sp.jpg");
  }
}
.support-inner {
  position: relative;
  padding-top: 8.333333333333332vw;
  padding-bottom: 8.333333333333332vw;
}
@media screen and (min-width: 1440px) {
  .support-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .support-inner {
    padding-top: 18.75vw;
    padding-bottom: 89.58333333333334vw;
  }
}
.support-subtitle {
  text-align: center;
  font-weight: bold;
  font-size: clamp(10px, 2.222222222222222vw, 32px);
}
@media screen and (max-width: 767px) {
  .support-subtitle {
    font-size: clamp(10px, 5vw, 24px);
  }
}
.support-subtitle-sub {
  display: inline-block;
  color: #fff;
  background: #3da2db;
  border-radius: 6px;
  font-weight: bold;
  font-size: clamp(10px, 1.25vw, 18px);
  margin-bottom: 1.736111111111111vw;
  padding: 0.347222222222222vw 1.041666666666667vw;
}
@media screen and (min-width: 1440px) {
  .support-subtitle-sub {
    margin-bottom: 25px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .support-subtitle-sub {
    font-size: clamp(10px, 3.75vw, 18px);
    margin-bottom: 3.125vw;
    padding: 1.041666666666667vw 3.125vw;
  }
}
.support-container-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .support-container-before {
  margin: 30px 0 70px;
}
@media screen and (max-width: 767px) {
  .support .support-container-before .support-container-grid {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .support .support-container-before .support-card {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .support .support-container-before .support-card {
    margin-bottom: 8.333333333333332vw;
  }
}
.support .support-container-before .support-card-image img {
  width: 100%;
  height: auto;
}
.support .support-container-before .support-card-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .support .support-container-before .support-card-title {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.support .support-container-before .support-card-text {
  margin-top: 10px;
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .support .support-container-before .support-card-text {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.support .support-container-after {
  margin: 30px 0 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .support .support-container-after {
    margin: 8.333333333333332vw 0 0;
    width: 100%;
  }
}
.support .support-container-after .support-card {
  width: 48%;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 1.736111111111111vw 1.388888888888889vw;
  margin-bottom: 1.736111111111111vw;
}
@media screen and (min-width: 1440px) {
  .support .support-container-after .support-card {
    padding: 25px 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .support .support-container-after .support-card {
    padding: 6.25vw 3.125vw;
    margin-bottom: 4.166666666666666vw;
  }
}
.support .support-container-after .support-card-image {
  text-align: center;
}
.support .support-container-after .support-card-image img {
  height: auto;
  width: 7.986111111111111vw;
}
@media screen and (max-width: 767px) {
  .support .support-container-after .support-card-image img {
    width: 23.958333333333336vw;
  }
}
.support .support-container-after .support-card-title {
  text-align: center;
  font-weight: bold;
  margin-top: 0.694444444444444vw;
  font-size: clamp(10px, 1.25vw, 18px);
}
@media screen and (max-width: 767px) {
  .support .support-container-after .support-card-title {
    margin-top: 2.083333333333333vw;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.support .support-container-after .support-card-text {
  margin-top: 0.347222222222222vw;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .support .support-container-after .support-card-text {
    margin-top: 2.083333333333333vw;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
/* ========================================================================
   Component: flow
 ========================================================================== */
.flow {
  background: #f8f8f8;
}
.flow-inner {
  position: relative;
  padding-top: 8.333333333333332vw;
  padding-bottom: 8.333333333333332vw;
}
@media screen and (min-width: 1440px) {
  .flow-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .flow-inner {
    padding-top: 18.75vw;
    padding-bottom: 18.75vw;
  }
}
.flow-header {
  text-align: center;
}
.flow-subtitle {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #3da2db;
  border-radius: 6px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0.347222222222222vw 1.041666666666667vw;
  font-size: clamp(10px, 1.25vw, 18px);
}
@media screen and (min-width: 1440px) {
  .flow-subtitle {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .flow-subtitle {
    margin-bottom: 5.208333333333334vw;
    padding: 1.041666666666667vw 3.125vw;
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.flow-account {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow-account {
    justify-content: center;
  }
}
.flow-account li:nth-child(2) {
  margin-left: 10px;
}
.flow-account-customer,
.flow-account-usen {
  font-weight: bold;
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .flow-account-customer,
  .flow-account-usen {
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
.flow-account-customer::before,
.flow-account-usen::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  width: 2.222222222222222vw;
  height: 2.222222222222222vw;
}
@media screen and (min-width: 1440px) {
  .flow-account-customer::before,
  .flow-account-usen::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .flow-account-customer::before,
  .flow-account-usen::before {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
  }
}
.flow-account-customer::before {
  background-image: url("/images/service/network/uspot/flow_icon_customer.svg");
}
.flow-account-usen::before {
  background-image: url("/images/service/network/uspot/flow_icon_usen.svg");
}
.flow-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 4.166666666666666vw;
}
@media screen and (min-width: 1440px) {
  .flow-grid {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .flow-grid {
    flex-wrap: wrap;
    margin-top: 12.5vw;
  }
}
.flow-card {
  background: #fff;
  position: relative;
  width: 23%;
  padding: 4.166666666666666vw 1.388888888888889vw 5.555555555555555vw;
}
@media screen and (min-width: 1440px) {
  .flow-card {
    padding: 60px 20px 80px;
  }
}
@media screen and (max-width: 767px) {
  .flow-card {
    width: 48%;
    padding: 12.5vw 3.125vw 16.666666666666664vw;
  }
  .flow-card:nth-child(1),
  .flow-card:nth-child(2) {
    margin-bottom: 12.5vw;
  }
}
.flow-card-title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(10px, 1.388888888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .flow-card-title {
    font-size: clamp(10px, 4.166666666666666vw, 20px);
  }
}
.flow-card-title a {
  color: #0043ff;
  text-decoration: underline;
}
.flow-card-title-num {
  display: block;
  box-sizing: content-box;
  border-radius: 100%;
  background: #f5f5f5;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  border: 10px solid #fff;
  transform: translateX(-50%) translateY(-50%);
  width: 3.888888888888889vw;
  height: 3.888888888888889vw;
  line-height: 3.611111111111111vw;
  font-size: clamp(10px, 2.222222222222222vw, 32px);
}
@media screen and (min-width: 1440px) {
  .flow-card-title-num {
    width: 56px;
    height: 56px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .flow-card-title-num {
    border-width: 2.083333333333333vw;
    width: 11.666666666666666vw;
    height: 11.666666666666666vw;
    line-height: 10.833333333333334vw;
    font-size: clamp(10px, 6.666666666666667vw, 32px);
  }
}
.flow-card-text {
  margin-top: 15px;
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .flow-card-text {
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
.flow-card-icon {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 1.388888888888889vw;
}
@media screen and (min-width: 1440px) {
  .flow-card-icon {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow-card-icon {
    bottom: 4.166666666666666vw;
  }
}
.flow-card-icon-customer,
.flow-card-icon-usen {
  margin: 0 4px;
  text-indent: -9999px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 2.222222222222222vw;
  height: 2.222222222222222vw;
}
@media screen and (min-width: 1440px) {
  .flow-card-icon-customer,
  .flow-card-icon-usen {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .flow-card-icon-customer,
  .flow-card-icon-usen {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
  }
}
.flow-card-icon-customer {
  background-image: url("/images/service/network/uspot/flow_icon_customer.svg");
}
.flow-card-icon-usen {
  background-image: url("/images/service/network/uspot/flow_icon_usen.svg");
}
.flow-note {
  margin-top: 25px;
  font-size: clamp(10px, 0.902777777777778vw, 13px);
}
.flow-note-link {
  margin-top: 10px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow-note-link {
    display: block;
  }
}
.flow-note-link li {
  margin-right: 1em;
}
