.icatch,
.common-title-sub-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,
.common-title-sub-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,
  .common-title-sub-icatch {
    font-size: clamp(10px, 2.5vw, 12px);
  }
}
/* ========================================================================
   Component: body
========================================================================== */
body p {
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body p {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 17vw;
  }
}
.body {
  padding-top: 5.277777777777778vw;
}
@media screen and (min-width: 1440px) {
  .body {
    padding-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  .body {
    padding-top: 0;
  }
}
.is_scrolled .headernav {
  top: 0;
}
/* ========================================================================
   Component: headernav
 ========================================================================== */
.headernav {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.08);
  transition: top 300ms;
}
@media screen and (max-width: 767px) {
  .headernav {
    top: 30px;
    border-bottom: 1px solid #e5f6ff;
  }
}
.headernav.is_open .headernav-list {
  max-height: calc(100vh - 61px);
}
.headernav.is_open .headernav-hamburger span {
  background-color: #3f84a7;
}
.headernav.is_open .headernav-hamburger span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 30px;
}
.headernav.is_open .headernav-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.headernav.is_open .headernav-hamburger span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 30px;
}
.headernav-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .headernav-inner {
    padding-left: calc((100vw - 26.25vw - 250px) / 2);
  }
}
.headernav-logo {
  line-height: 5.277777777777778vw;
}
@media screen and (min-width: 1440px) {
  .headernav-logo {
    line-height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .headernav-logo {
    line-height: 60px;
  }
}
.headernav-logo img {
  height: auto;
  vertical-align: middle;
  width: 8.75vw;
}
@media screen and (min-width: 1440px) {
  .headernav-logo img {
    width: 126px;
  }
}
@media screen and (max-width: 767px) {
  .headernav-logo img {
    width: 26.25vw;
  }
}
.headernav-list {
  position: absolute;
  right: 17.63888888888889vw;
  display: flex;
}
@media screen and (min-width: 1440px) {
  .headernav-list {
    right: 254px;
  }
}
@media screen and (max-width: 767px) {
  .headernav-list {
    display: block;
    right: 0;
    top: 61px;
    width: 100%;
    height: calc(100vh - 61px);
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
  }
}
.headernav-link {
  font-weight: bold;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
  margin: 0 1.041666666666667vw;
}
@media screen and (min-width: 1440px) {
  .headernav-link {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .headernav-link {
    margin: 0 5%;
    font-size: clamp(10px, 5vw, 24px);
    text-align: center;
  }
  .headernav-link:first-child {
    margin-top: 9.375vw;
  }
}
.headernav-link >a {
  display: inline-block;
  line-height: 5.277777777777778vw;
}
@media screen and (min-width: 1440px) {
  .headernav-link >a {
    line-height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .headernav-link >a {
    display: block;
    padding: 4.166666666666666vw 0;
  }
}
.headernav-link.is_current a {
  color: #3da2db;
}
.headernav-link-close {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.headernav-link-close::before {
  color: #3da2db;
  display: inline-block;
  content: "×";
  border: 2px solid #3da2db;
  text-align: center;
  line-height: 22px;
  width: 22px;
  box-sizing: content-box;
  margin-top: 8.333333333333332vw;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .headernav-link-close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .headernav-contact {
    position: absolute;
    top: 0;
    right: 60px;
  }
}
.headernav-contact a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #0aeaae;
  background: linear-gradient(110deg, #0aeaae 0%, #019cc3 40%, #0d43fb 100%);
  text-align: center;
  line-height: 5.277777777777778vw;
  width: 17.63888888888889vw;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (min-width: 1440px) {
  .headernav-contact a {
    line-height: 76px;
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .headernav-contact a {
    line-height: 60px;
    width: 190px;
    font-size: 15px;
  }
}
.headernav-contact a::after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: rotate(45deg);
  width: 0.694444444444444vw;
  height: 0.694444444444444vw;
  right: 1.736111111111111vw;
  bottom: 2.291666666666667vw;
}
@media screen and (min-width: 1440px) {
  .headernav-contact a::after {
    width: 10px;
    height: 10px;
    right: 25px;
    bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .headernav-contact a::after {
    display: none;
  }
}
.headernav-hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .headernav-hamburger {
    display: none;
  }
}
.headernav-hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: calc(50% - 12.5px);
  height: 3px;
  background: #0043ff;
  width: 25px;
}
.headernav-hamburger span:nth-of-type(1) {
  top: 19px;
}
.headernav-hamburger span:nth-of-type(2) {
  top: 29px;
}
.headernav-hamburger span:nth-of-type(3) {
  top: 39px;
}
/* ========================================================================
   Component: Common
========================================================================== */
.common-inner-1 {
  margin: 0 auto;
  width: 90%;
  max-width: 940px;
}
.common-inner-2 {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}
.common-inner-3 {
  margin: 0 auto;
  width: 90%;
  max-width: 780px;
}
.common-title {
  text-align: center;
  margin-bottom: 4.166666666666666vw;
}
@media screen and (min-width: 1440px) {
  .common-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .common-title {
    margin-bottom: 8.75vw;
  }
}
.common-title-sub {
  display: block;
  color: #3da2db;
  font-weight: 500;
  font-size: clamp(10px, 0.972222222222222vw, 14px);
}
@media screen and (max-width: 767px) {
  .common-title-sub {
    font-size: clamp(10px, 2.916666666666667vw, 14px);
  }
}
.common-title-sub-icatch {
  margin-right: 10px;
}
.common-title-main {
  padding: 0 0.1em;
  display: inline;
  position: relative;
  z-index: 1;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #e5f6ff 0%);
  margin-top: 10px;
  font-size: clamp(10px, 2.638888888888889vw, 38px);
}
@media screen and (max-width: 767px) {
  .common-title-main {
    margin-top: 1.041666666666667vw;
    font-size: clamp(10px, 6.666666666666667vw, 32px);
  }
}
.common-catch {
  font-weight: 500;
  color: #e5f6ff;
  text-align: center;
}
.common-text-right {
  text-align: right;
}
.common-text-link {
  text-decoration: underline;
  color: #0043ff !important;
}
.common-link a {
  color: #0043ff;
  font-weight: bold;
  border-bottom: 1px solid #0043ff;
  padding-bottom: 3px;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .common-link a {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.common-link-arrow a {
  color: #0043ff;
  font-weight: bold;
  border-bottom: 1px solid #0043ff;
  padding-bottom: 3px;
  transition: border 300ms;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .common-link-arrow a {
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.common-link-arrow a::after {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #0043ff;
  border-right: solid 2px #0043ff;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 0.3em;
}
.common-link-arrow a:hover {
  border-bottom: 1px solid transparent;
}
.common-link-arrow-down a::after {
  transform: rotate(135deg);
  margin-top: -3px;
}
.common-link-blank::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: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .common-link-blank::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.common-link-blank:hover {
  opacity: 0.6;
}
.common-btn-hover {
  opacity: 1;
  transition: opacity 300ms;
}
.common-btn-hover:hover {
  opacity: 0.7;
}
.common-btn-white {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  opacity: 1;
  width: 33.33333333333333vw;
}
@media screen and (min-width: 1440px) {
  .common-btn-white {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn-white {
    width: 100%;
  }
}
.common-btn-white:hover a {
  background: #0043ff;
  color: #fff;
}
.common-btn-white:hover::after {
  border-color: #fff;
}
.common-btn-white::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 2px #0043ff;
  border-right: solid 2px #0043ff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  width: 0.694444444444444vw;
  height: 0.694444444444444vw;
  right: 1.736111111111111vw;
  transition: 300ms;
}
@media screen and (min-width: 1440px) {
  .common-btn-white::after {
    width: 10px;
    height: 10px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn-white::after {
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    right: 6.25vw;
  }
}
.common-btn-white a {
  display: block;
  background: #fff;
  border: 2px #0043ff solid;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #0043ff;
  box-shadow: 0px 8px 8px rgba(0,0,0,0.1);
  transition: 300ms;
  line-height: 4.861111111111112vw;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (min-width: 1440px) {
  .common-btn-white a {
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn-white a {
    line-height: 12.5vw;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.common-btn-contact,
.common-btn-apply {
  background: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  width: 33.33333333333333vw;
  opacity: 1;
  transition: opacity 300ms;
}
@media screen and (min-width: 1440px) {
  .common-btn-contact,
  .common-btn-apply {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn-contact,
  .common-btn-apply {
    width: 100%;
  }
}
.common-btn-contact:hover,
.common-btn-apply:hover {
  opacity: 0.7;
}
.common-btn-contact::before,
.common-btn-apply::before,
.common-btn-contact::after,
.common-btn-apply::after {
  content: "";
  display: block;
  position: absolute;
}
.common-btn-contact::before,
.common-btn-apply::before {
  background: url("/images/service/network/uspot/icon_mail_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 3vw;
  width: 1.597222222222222vw;
  height: 1.180555555555556vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 1440px) {
  .common-btn-contact::before,
  .common-btn-apply::before {
    width: 23px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn-contact::before,
  .common-btn-apply::before {
    left: 6.25vw;
    width: 4.791666666666667vw;
    height: 3.541666666666667vw;
  }
}
.common-btn-contact::after,
.common-btn-apply::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateX(-50%);
  top: 50%;
  right: 1.666666666666667vw;
  width: 0.902777777777778vw;
  height: 0.902777777777778vw;
}
@media screen and (min-width: 1440px) {
  .common-btn-contact::after,
  .common-btn-apply::after {
    right: 24px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn-contact::after,
  .common-btn-apply::after {
    right: 6.25vw;
    width: 2.708333333333333vw;
    height: 2.708333333333333vw;
  }
}
.common-btn-contact a,
.common-btn-apply a {
  display: block;
  background: linear-gradient(110deg, #0aeaae 0%, #019cc3 50%, #0d43fb 100%);
  border: 3px #fff solid;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 8px 8px rgba(0,0,0,0.1);
  line-height: 6.041666666666667vw;
  font-size: clamp(10px, 1.388888888888889vw, 20px);
}
@media screen and (min-width: 1440px) {
  .common-btn-contact a,
  .common-btn-apply a {
    line-height: 87px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn-contact a,
  .common-btn-apply a {
    line-height: 16.25vw;
    font-size: 18px;
  }
}
.common-btn-apply::before {
  background-image: url("/images/service/network/uspot/icon_pencil.svg");
  width: 1.25vw;
  height: 1.319444444444444vw;
}
@media screen and (max-width: 767px) {
  .common-btn-apply::before {
    width: 3.75vw;
    height: 3.958333333333333vw;
  }
}
.common-btn-site {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #0043ff;
  color: #0043ff;
  text-align: center;
  padding: 13px;
  border-radius: 40px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 8px 8px rgba(0,0,0,0.1);
}
.common-btn-site::after {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #0043ff;
  border-right: solid 2px #0043ff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.common-btn-site:hover {
  background: #0043ff;
  color: #fff;
}
.common-btn-site:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.common-list-bullet,
.common-list-asterisk,
.common-list-asterisknum {
  counter-reset: cnt;
}
.common-list-bullet > li,
.common-list-asterisk > li,
.common-list-asterisknum > li {
  position: relative;
  padding-left: 1.3em;
  counter-increment: cnt;
}
.common-list-bullet > li::before,
.common-list-asterisk > li::before,
.common-list-asterisknum > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
}
.common-list-bullet > li::before {
  content: "・";
}
.common-list-asterisk > li::before {
  content: "※";
}
.common-list-asterisknum > li {
  padding-left: 1.8em;
}
.common-list-asterisknum > li::before {
  content: "※" counter(cnt);
}
/* ========================================================================
   Component: Common
========================================================================== */
.content {
  position: relative;
}
.content:before {
  content: "";
  width: 100%;
  height: 400px;
  background: #ddd;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
  opacity: 0.25;
  transform: skew(0deg, -10deg);
}
@media screen and (max-width: 767px) {
  .content:before {
    height: 250px;
    transform: skew(0deg, -20deg);
  }
}
.breadcrumbs {
  background: none;
  position: relative;
  padding: 0;
}
.breadcrumbs-inner {
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-inner {
    padding: 6.25vw 0 0;
  }
}
.breadcrumbs-list {
  display: flex;
}
.breadcrumbs-list li {
  font-size: 1.4rem;
}
.breadcrumbs-list li::after {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg) translateX(-50%);
  margin: 0 8px;
}
.breadcrumbs-list li a {
  color: #3da2db;
}
.breadcrumbs-list li a:hover {
  opacity: 0.8;
}
.breadcrumbs-list li:last-child:after {
  display: none;
}
.main-title {
  position: relative;
  font-weight: bold;
  margin-top: 3.611111111111111vw;
  font-size: clamp(10px, 3.194444444444444vw, 46px);
}
@media screen and (min-width: 1440px) {
  .main-title {
    margin-top: 52px;
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    margin-top: 8.333333333333332vw;
    font-size: clamp(10px, 8.75vw, 42px);
  }
}
.anchor {
  margin-top: 4.305555555555555vw;
}
@media screen and (min-width: 1440px) {
  .anchor {
    margin-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    margin-top: 4.166666666666666vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor-inner {
    overflow: scroll;
    padding: 0 5% 5vw;
  }
}
.anchor-list {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.08);
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .anchor-list {
    margin: 0 auto;
    width: 95%;
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-list {
    width: 156.25vw;
  }
}
.anchor-link a {
  display: inline-block;
  font-weight: 500;
  line-height: 8.333333333333332vw;
  margin: 0 1.388888888888889vw;
  font-size: clamp(10px, 1.25vw, 18px);
}
@media screen and (min-width: 1440px) {
  .anchor-link a {
    line-height: 120px;
    margin: 0 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link a {
    line-height: 18.333333333333332vw;
    margin: 0 4.166666666666666vw;
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.anchor-link a::after {
  margin-left: 0.7em;
  content: "";
  display: inline-block;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg) translateY(50%);
  width: 0.694444444444444vw;
  height: 0.694444444444444vw;
}
@media screen and (min-width: 1440px) {
  .anchor-link a::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link a::after {
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
  }
}
.anchor-header {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
@media screen and (max-width: 767px) {
  .anchor-header {
    padding-top: 70px;
    margin-top: -70px;
  }
}
/* ========================================================================
   Component: onlineform
========================================================================== */
.onlineform {
  position: fixed;
  bottom: 0;
  right: 35px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .onlineform {
    transform: translateY(185px);
    transition: transform 300ms;
  }
}
@media screen and (max-width: 767px) {
  .onlineform {
    bottom: 0;
    right: 0;
    width: 100%;
    border: 2px solid #fff;
  }
}
.onlineform.is_open {
  transform: translateY(0);
}
.onlineform.is_open .onlineform-toggle::after {
  top: calc(50% - 6px);
  transform: rotate(135deg);
}
.onlineform-toggle {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transform: translate(50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .onlineform-toggle {
    display: none;
  }
}
.onlineform-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(315deg);
  transition: transform 300ms;
}
@media screen and (min-width: 768px) {
  .onlineform-inner {
    background: #e5f6ff;
    border: 3px solid #fff;
    border-bottom: none;
    border-radius: 6px 0 0 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
    padding: 18px;
  }
}
.onlineform-title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .onlineform-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-links {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-links li {
    width: 50%;
  }
}
.onlineform-links li a {
  position: relative;
  display: block;
  font-weight: 500;
  transition: opacity 300ms;
  font-size: 1.6rem;
  padding: 0 33px 0 40px;
  border-radius: 4px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .onlineform-links li a {
    padding: 4.166666666666666vw 0;
    border-radius: 0;
    line-height: 1em;
    font-size: clamp(10px, 3.125vw, 15px);
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .onlineform-links li a:hover {
    opacity: 0.6;
  }
}
.onlineform-links li a::before,
.onlineform-links li a::after {
  content: "";
  display: block;
}
.onlineform-links li a::before {
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .onlineform-links li a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .onlineform-links li a::before {
    margin: 0 auto 1.041666666666667vw;
    width: 4.166666666666666vw;
    height: 4.166666666666666vw;
  }
}
.onlineform-links li a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .onlineform-links li a::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .onlineform-link-1 {
    margin-bottom: 8px;
  }
}
.onlineform-link-1 a {
  background: #0043ff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .onlineform-link-1 a {
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-link-1 a {
    border-right: 2px solid #fff;
  }
}
.onlineform-link-1 a::before {
  background-image: url("/images/service/network/uspot/icon_cs.svg");
}
.onlineform-link-1 a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (min-width: 768px) {
  .onlineform-link-2 {
    margin-bottom: 8px;
  }
}
.onlineform-link-2 a {
  background: #fff;
  color: #0043ff;
}
@media screen and (min-width: 768px) {
  .onlineform-link-2 a {
    border: 1px solid #0043ff;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-link-2 a {
    background: #e5f6ff;
    border-right: 2px solid #fff;
  }
}
.onlineform-link-2 a::before {
  background-image: url("/images/service/network/uspot/icon_mail_blue.svg");
}
.onlineform-link-2 a::after {
  border-top: solid 2px #0043ff;
  border-right: solid 2px #0043ff;
}
.onlineform-link-3 a {
  background: #fff;
  color: #0043ff;
}
@media screen and (min-width: 768px) {
  .onlineform-link-3 a {
    border: 1px solid #0043ff;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-link-3 a {
    background: #e5f6ff;
  }
}
.onlineform-link-3 a::before {
  background-image: url("/images/service/network/uspot/icon_form_blue.svg");
}
.onlineform-link-3 a::after {
  border-top: solid 2px #0043ff;
  border-right: solid 2px #0043ff;
}
/* ========================================================================
   Component: cta area
 ========================================================================== */
.cta {
  background: #e5f6ff;
}
.cta-inner {
  text-align: center;
  padding: 4.166666666666666vw 0;
}
@media screen and (min-width: 1440px) {
  .cta-inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .cta-inner {
    padding: 12.5vw 0;
    margin: 0 auto;
    width: 90%;
  }
}
.cta-title {
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  font-size: clamp(10px, 2.916666666666667vw, 42px);
}
@media screen and (max-width: 767px) {
  .cta-title {
    font-size: clamp(10px, 6.666666666666667vw, 32px);
  }
}
.cta-title-sub {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(10px, 1.527777777777778vw, 22px);
}
@media screen and (max-width: 767px) {
  .cta-title-sub {
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.cta-title-sub::before,
.cta-title-sub::after {
  content: "";
  display: inline-block;
  width: 1px;
  background: #3da2db;
  vertical-align: middle;
  height: 1.736111111111111vw;
}
@media screen and (min-width: 1440px) {
  .cta-title-sub::before,
  .cta-title-sub::after {
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cta-title-sub::before,
  .cta-title-sub::after {
    height: 5.625vw;
  }
}
.cta-title-sub::before {
  margin-right: 0.5em;
  transform: rotate(-40deg);
}
.cta-title-sub::after {
  margin-left: 0.5em;
  transform: rotate(40deg);
}
.cta-title-large {
  font-size: clamp(10px, 4.861111111111112vw, 70px);
  line-height: 0.5;
}
@media screen and (max-width: 767px) {
  .cta-title-large {
    font-size: clamp(10px, 10.416666666666668vw, 50px);
  }
}
.cta-title-small {
  font-size: clamp(10px, 1.944444444444444vw, 28px);
}
@media screen and (max-width: 767px) {
  .cta-title-small {
    font-size: clamp(10px, 5vw, 24px);
  }
}
.cta-contact,
.cta-apply {
  margin-top: 0.694444444444444vw;
  margin-bottom: 1.388888888888889vw;
}
@media screen and (min-width: 1440px) {
  .cta-contact,
  .cta-apply {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta-contact,
  .cta-apply {
    margin-top: 4.166666666666666vw;
    margin-bottom: 4.166666666666666vw;
  }
}
/* ========================================================================
   Component: others
 ========================================================================== */
.others-inner {
  position: relative;
  padding-top: 8.333333333333332vw;
  padding-bottom: 8.333333333333332vw;
}
@media screen and (min-width: 1440px) {
  .others-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .others-inner {
    padding-top: 18.75vw;
    padding-bottom: 18.75vw;
  }
}
@media screen and (min-width: 768px) {
  .others-container {
    display: flex;
    justify-content: space-between;
  }
}
.others-box-1,
.others-box-2 {
  background: #f8f8f8;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .others-box-1 {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .others-box-1 {
    margin-bottom: 8.333333333333332vw;
  }
}
@media screen and (min-width: 768px) {
  .others-box-2 {
    width: 65%;
  }
  .others-box-2 .others-box-col {
    width: 49%;
  }
}
.others-box-title {
  background: #3da2db;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(10px, 1.25vw, 18px);
}
@media screen and (min-width: 1440px) {
  .others-box-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .others-box-title {
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.others-box-inner {
  padding: 1.388888888888889vw;
}
@media screen and (min-width: 1440px) {
  .others-box-inner {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .others-box-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .others-box-inner {
    padding: 4.166666666666666vw;
  }
}
@media screen and (max-width: 767px) {
  .others-box-col:nth-child(1) {
    margin-bottom: 5.208333333333334vw;
  }
}
.others-box-col-lead {
  text-align: center;
  font-weight: bold;
  font-size: clamp(10px, 1.25vw, 18px);
}
@media screen and (min-width: 1440px) {
  .others-box-col-lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .others-box-col-lead {
    font-size: clamp(10px, 3.75vw, 18px);
  }
}
.others-box-col-contents {
  background: #fff;
  border-radius: 8px;
  margin-top: 1.388888888888889vw;
  padding: 0.694444444444444vw 1.388888888888889vw 1.388888888888889vw;
}
@media screen and (min-width: 1440px) {
  .others-box-col-contents {
    margin-top: 20px;
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .others-box-col-contents {
    margin-top: 4.166666666666666vw;
    padding: 2.083333333333333vw 4.166666666666666vw 4.166666666666666vw;
  }
}
.others-box-col-image {
  text-align: center;
}
.others-box-col-image img {
  width: 90%;
  height: auto;
}
.others-box-col-text {
  margin: 1.388888888888889vw 0 0;
  font-size: clamp(10px, 1.111111111111111vw, 16px);
}
@media screen and (min-width: 1440px) {
  .others-box-col-text {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .others-box-col-text {
    margin: 4.166666666666666vw 0 0;
    font-size: clamp(10px, 3.333333333333333vw, 16px);
  }
}
.others-btn {
  width: 100%;
  margin: 1.388888888888889vw auto 0;
}
@media screen and (min-width: 1440px) {
  .others-btn {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .others-btn {
    margin: 4.166666666666666vw auto 0;
  }
}
.others-btn a {
  line-height: 3.472222222222222vw;
}
@media screen and (min-width: 1440px) {
  .others-btn a {
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .others-btn a {
    line-height: 10.416666666666668vw;
  }
}
