.breadcrumbs {
  width: 100%;
  z-index: 1;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 50px;
  }
}
.breadcrumbs-inner {
  margin: 0 auto;
  width: 96%;
  padding: 0.520833333333333vw 0vw 0.520833333333333vw 0vw;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-list li {
  font-size: clamp(10px, 0.729166666666667vw, 14px);
}
@media screen and (max-width: 768px) {
  .breadcrumbs-list li {
    font-size: 12px;
  }
  .breadcrumbs-list li a {
    text-decoration: underline;
  }
}
.breadcrumbs-list li::after {
  content: "＞";
  margin: 0vw 1.041666666666667vw 0vw 1.041666666666667vw;
}
.breadcrumbs-list li a:hover {
  opacity: 0.8;
}
.breadcrumbs-list li:last-child:after {
  content: "";
}
.content {
  margin-top: 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .content {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 0;
  }
}
/* ========================================================================
   Component: mainvisual
 ========================================================================== */
.mainvisual {
  position: relative;
  overflow: hidden;
  background: #6b8393 url("/images/service/online/img_main.jpg");
  background-position: 100%;
  background-size: cover;
}
.mainvisual-inner {
  position: relative;
  height: 270px;
}
@media screen and (max-width: 768px) {
  .mainvisual-inner {
    height: 198px;
  }
}
.mainvisual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mainvisual-title {
    font-size: 3rem;
  }
}
.mainvisual-title span {
  display: block;
  font-size: 1.4rem;
}
/* ========================================================================
   Component: online
 ========================================================================== */
.online-inner {
  padding-top: 50px;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .online-inner {
    padding-top: 25px;
  }
}
.online-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .online-lead {
    text-align: left;
  }
}
.online-btn {
  margin: 40px auto;
  width: 483px;
  background: #fd4e4e;
  box-shadow: 3px 3px 0px 3px #b73030;
  color: #fff;
  line-height: 130px;
  font-size: 3.3rem;
  text-align: center;
  border-radius: 15px;
  transition: all 100ms;
}
@media screen and (max-width: 767px) {
  .online-btn {
    width: 100%;
    font-size: 2.4rem;
    line-height: 70px;
  }
}
.online-btn::before {
  margin-right: 5px;
  display: inline-block;
  content: "";
  width: 57px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}
.webp .online-btn::before {
  background-image: url("/images/service/online/icon_online.png.webp") !important;
}
.no-webp .online-btn::before {
  background-image: url("/images/service/online/icon_online.png");
}
@media screen and (max-width: 767px) {
  .online-btn::before {
    width: 50px;
    height: 22px;
  }
}
.online-btn:hover {
  opacity: 0.8;
  transform: translateY(6px);
  box-shadow: 1px 0px 0px 1px #b73030;
}
.online-attention {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  color: #f00;
}
@media screen and (max-width: 767px) {
  .online-attention {
    text-align: left;
  }
}
.online-attention a {
  color: #f00;
  text-decoration: underline;
}
.online-bellface {
  margin: 40px auto 90px;
  border: 1px dashed #bcbcbc;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .online-bellface {
    margin: 40px auto;
  }
}
.online-bellface-title {
  font-size: 1.6rem;
  line-height: 2em;
  font-weight: bold;
}
.online-bellface-text {
  font-size: 1.6rem;
  line-height: 2em;
}
.online-services {
  background: #efefef;
}
.online-services-inner {
  padding: 80px 0 50px;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .online-services-inner {
    padding: 40px 0;
  }
}
.online-services-title {
  font-size: 2.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .online-services-title {
    font-size: 2.4rem;
    line-height: 1.6em;
  }
}
.online-services-lead {
  font-size: 1.6rem;
  line-height: 2em;
}
.online-services-lists {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .online-services-lists {
    display: inherit;
  }
}
.online-services-lists li {
  width: 32%;
  background: #fff;
  border-radius: 15px;
  padding: 1.464128843338214vw 2.196193265007321vw;
  box-sizing: border-box;
  margin-bottom: 1.464128843338214vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .online-services-lists li {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 30px;
  }
}
.online-services-lists-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  opacity: 0;
  transition: opacity 300ms;
}
.online-services-lists-link:hover {
  opacity: 0.4;
}
.online-services-lists-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
}
.online-services-lists-image img {
  width: 100%;
  height: auto;
}
.online-services-lists-text {
  font-size: 1.4rem;
  line-height: 2em;
}
.online-btn-blue {
  margin-top: 20px;
}
.online-btn-blue a {
  display: inline-block;
  background: #206989;
  border-radius: 27px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2em;
  padding: 5px 55px;
  position: relative;
  transition: all 300ms;
}
@media screen and (max-width: 767px) {
  .online-btn-blue a {
    display: block;
  }
}
.online-btn-blue a::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 300ms;
}
.online-btn-blue a:hover {
  opacity: 0.8;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}
.online-btn-blue a:hover::after {
  transform: translateX(3px) rotate(45deg);
}
