/* ========================================================================
   Component: Common
========================================================================== */
.common-inner {
  padding-top: 80px;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .common-inner {
    padding-top: 50px;
  }
}
.common-title {
  font-weight: bold;
  margin-bottom: 3.294289897510981vw;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .common-title {
    margin-bottom: 25px;
    font-size: 23px;
  }
}
.common-title::after {
  content: "";
  display: block;
  background: #206989;
  width: 4.026354319180088vw;
  height: 4px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .common-title::after {
    width: 40px;
  }
}
.common-subtitle {
  font-weight: bold;
  margin-bottom: 1.830161054172767vw;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .common-subtitle {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.common-subtitle span {
  color: #989898;
}
.btn-blue {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 17.569546120058565vw;
}
@media screen and (max-width: 767px) {
  .btn-blue {
    width: 100%;
  }
}
.btn-blue a {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #206989;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  transition: all 300ms;
  margin: 0 auto;
  border-radius: 60px;
  height: 3.513909224011713vw;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .btn-blue a {
    font-size: 15px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .btn-blue a {
    height: 48px;
    font-size: 18px;
  }
}
.btn-blue a:hover {
  box-shadow: none;
}
.btn-blue.btn-arrow a:hover::after {
  transform: translateX(3px) rotate(45deg);
}
.btn-blue.btn-arrow a::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  width: 4px;
  height: 4px;
  display: inline-block;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 300ms;
}
@media screen and (max-width: 767px) {
  .btn-blue.btn-arrow a::after {
    top: calc(50% - 4px);
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
.btn-blue.btn-large {
  width: 29.282576866764277vw;
}
@media screen and (max-width: 767px) {
  .btn-blue.btn-large {
    width: 100%;
  }
}
.btn-blue.btn-large a {
  height: 4.758418740849195vw;
}
@media screen and (max-width: 768px) {
  .btn-blue.btn-large a {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btn-blue.btn-large a {
    height: 65px;
  }
}
.text-red {
  color: #db3b15;
}
.text-baige {
  color: #b08f3a;
}
.text-bold {
  font-weight: bold;
}
.font-size-15 {
  font-size: 1.5rem;
}
.font-size-30 {
  font-size: 3rem;
  line-height: 0.9em;
}
.content {
  background: #e0edf2;
}
/* ========================================================================
   Component: product
 ========================================================================== */
.product {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-list {
    display: flex;
    justify-content: space-between;
  }
}
.product-list > li {
  box-sizing: border-box;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .product-list > li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.product-list-inner {
  background: #fff;
  padding: 20px;
}
.product-list-title {
  font-weight: bold;
  color: #fff;
  background: #206989;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 5.856515373352855vw;
}
@media screen and (max-width: 767px) {
  .product-list-title {
    padding: 10px 0;
    height: auto;
  }
}
.product-list-title-inner {
  text-align: center;
}
.product-list-title-main {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .product-list-title-main {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-list-title-main {
    font-size: 18px;
  }
}
.product-list-title-sub {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product-list-title-sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-list-title-sub {
    font-size: 15px;
  }
}
.product-list-text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .product-list-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-list-text {
    font-size: 15px;
    height: auto;
  }
}
.product-list-link {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
}
.product-list-link li {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}
.product-list-link a {
  display: block;
  transition: all 300ms;
}
.product-list-link a:hover {
  opacity: 0.6;
}
.product-list-link img {
  width: 100%;
  height: auto;
}
/* ========================================================================
   Component: feature
 ========================================================================== */
.feature {
  padding-bottom: 2.928257686676428vw;
}
.feature-group-1,
.feature-group-2,
.feature-group-3 {
  background: #fff;
  padding: 3.660322108345535vw;
  margin-bottom: 2.928257686676428vw;
}
@media screen and (max-width: 767px) {
  .feature-group-1,
  .feature-group-2,
  .feature-group-3 {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.feature-group-1 .feature-group-col,
.feature-group-2 .feature-group-col,
.feature-group-3 .feature-group-col {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .feature-group-1 .feature-group-col,
  .feature-group-2 .feature-group-col,
  .feature-group-3 .feature-group-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-group-1 .feature-group-col-image,
  .feature-group-2 .feature-group-col-image,
  .feature-group-3 .feature-group-col-image {
    height: 68vw;
  }
}
.feature-group-2 .feature-group-col-title,
.feature-group-3 .feature-group-col-title {
  min-height: 3.2em;
}
.feature-group-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .feature-group-inner {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .feature-group-col {
    margin-bottom: 30px;
  }
}
.feature-group-col-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .feature-group-col-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .feature-group-col-title {
    font-size: 18px;
  }
}
.feature-group-col-image img {
  width: 100%;
  height: auto;
}
.feature-group-col-text {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .feature-group-col-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .feature-group-col-text {
    font-size: 16px;
  }
}
.feature-group-col-list {
  margin-top: 10px;
  font-size: 11px;
}
.feature-note {
  border: 4px solid #e5e5e5;
  border-radius: 20px;
  margin-top: 2.928257686676428vw;
  padding: 2.562225475841874vw 4%;
}
@media screen and (max-width: 767px) {
  .feature-note {
    margin-top: 40px;
    padding: 20px;
  }
}
.feature-note-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature-note-inner {
    display: inherit;
  }
}
.feature-note-title {
  font-weight: bold;
  color: #206989;
  text-align: center;
  width: 30%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .feature-note-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .feature-note-title {
    width: 100%;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.feature-note-body {
  border-left: 1px solid #ddd;
  padding-left: 4%;
  width: 62%;
}
@media screen and (max-width: 767px) {
  .feature-note-body {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
}
.feature-note-text {
  font-size: 14x;
}
@media screen and (max-width: 768px) {
  .feature-note-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .feature-note-text {
    font-size: 14px;
  }
}
.feature-note-link {
  margin-top: 1.464128843338214vw;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .feature-note-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-note-link {
    margin-top: 20px;
  }
}
/* ========================================================================
   Component: support
 ========================================================================== */
.support {
  background: #ccdfe7;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 22vw;
}
.webp .support {
  background-image: url("/images/service/network/bg_feature.png.webp") !important;
}
.no-webp .support {
  background-image: url("/images/service/network/bg_feature.png");
}
@media screen and (max-width: 767px) {
  .support {
    padding-bottom: 5vw;
  }
  .webp .support {
    background-image: url("/images/service/network/bg_feature_sp.png.webp") !important;
  }
  .no-webp .support {
    background-image: url("/images/service/network/bg_feature_sp.png");
  }
}
/* ========================================================================
   Component: lineup
 ========================================================================== */
@media screen and (max-width: 767px) {
  .lineup-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 320px) {
  .lineup-subtitle {
    font-size: 15px;
  }
}
.lineup-subtitle-area {
  margin-top: 4.392386530014641vw;
  margin-bottom: 1.09809663250366vw;
}
@media screen and (min-width: 768px) {
  .lineup-subtitle-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .lineup-subtitle-area {
    margin-top: 60px;
  }
}
.lineup-subtitle-area > span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .lineup-subtitle-area > span {
    border-left: 1px solid #c4c4c4;
    padding-left: 3.660322108345535vw;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .lineup-subtitle-area > span {
    margin-bottom: 10px;
  }
}
.lineup-subtitle-area > span img {
  margin-right: 10px;
  width: auto;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .lineup-subtitle-area > span img {
    width: auto;
    height: 28px;
  }
}
.lineup-subtitle-area > span.lineup-subtitle-two {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 30.74670571010249vw;
}
.lineup-subtitle.first-child {
  margin-top: 0;
}
.lineup-subtitle-can {
  width: auto !important;
  height: 2.708638360175696vw !important;
}
@media screen and (max-width: 767px) {
  .lineup-subtitle-can {
    height: 16px !important;
  }
}
.lineup-tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lineup-tag {
    margin-bottom: 20px;
  }
}
.lineup-tag li {
  margin-right: 0.732064421669107vw;
}
.lineup-tag li span {
  background: #000;
  color: #fff;
  padding: 3px 10px;
}
@media screen and (max-width: 425px) {
  .lineup-tag li span {
    font-size: 12px;
  }
}
.lineup-group {
  background: #fff;
  padding: 0 2.928257686676428vw;
  margin-bottom: 1.830161054172767vw;
}
@media screen and (max-width: 767px) {
  .lineup-group {
    padding: 0 20px;
    margin-bottom: 25px;
  }
}
.lineup-group-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lineup-group-inner {
    display: inherit;
  }
}
.lineup-group-image {
  width: 30%;
}
.lineup-group-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lineup-group-image {
    width: 100%;
    height: 60vw;
  }
}
.lineup-group-body {
  padding: 2.928257686676428vw 0;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .lineup-group-body {
    padding: 0 0 20px;
    width: 100%;
  }
}
.lineup-group-title {
  font-weight: bold;
  color: #206989;
  margin-bottom: 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .lineup-group-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lineup-group-title {
    font-size: 21px;
  }
}
.lineup-group-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lineup-group-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lineup-group-text {
    font-size: 16px;
  }
}
/* ========================================================================
   Component: relation
 ========================================================================== */
.relation {
  padding-bottom: 3.660322108345535vw;
}
.relation-grid-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .relation-grid-list {
    display: inherit;
  }
}
.relation-col {
  position: relative;
  margin-bottom: 20px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .relation-col {
    width: 100%;
  }
}
.relation-col >a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: #efefef;
  transition: all 300ms;
}
.relation-col >a:hover {
  opacity: 0.4;
}
.relation-col-image {
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .relation-col-image {
    height: 60vw;
  }
}
.relation-col-image img {
  width: 100%;
  height: auto;
}
.relation-col-image-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border-radius: 17px 0 0 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .relation-col-image-label {
    font-size: 12px;
  }
}
.relation-col-title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .relation-col-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .relation-col-title {
    font-size: 18px;
  }
}
.relation-col-name {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .relation-col-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .relation-col-name {
    font-size: 14px;
  }
}
.relation-col-category {
  display: inline-block;
  border-radius: 3px;
  background: #206989;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .relation-col-category {
    font-size: 12px;
  }
}
/* ========================================================================
   Component: contact
 ========================================================================== */
.contact {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #206989;
  padding-bottom: 25vw;
  margin-top: 7.320644216691069vw;
}
.webp .contact {
  background-image: url("/images/service/network/bg_contact.png.webp") !important;
}
.no-webp .contact {
  background-image: url("/images/service/network/bg_contact.png");
}
@media screen and (max-width: 1023px) {
  .contact {
    padding-bottom: 36vw;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 30vw;
  }
  .webp .contact {
    background-image: url("/images/service/network/bg_contact.png.webp") !important;
  }
  .no-webp .contact {
    background-image: url("/images/service/network/bg_contact.png");
  }
}
.contact-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .contact-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 22px;
  }
}
.contact-lead {
  color: #fff;
  text-align: center;
  margin-top: 2.562225475841874vw;
  margin-bottom: 1.464128843338214vw;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact-lead {
    text-align: left;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact-ctabtn {
    width: 36.603221083455345vw !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-ctabtn {
    width: 100% !important;
  }
}
.contact-ctabtn a {
  background: #ea1317;
}
@media screen and (max-width: 767px) {
  .contact-ctabtn a {
    font-size: 14px;
  }
}
.contact-image {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-image {
    margin-top: 20px;
  }
  .contact-image img {
    width: 100%;
    height: auto;
  }
}
.contact-diagram {
  background: #efefef;
  display: flex;
  justify-content: space-between;
  padding: 3.660322108345535vw;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .contact-diagram {
    display: inherit;
    padding: 20px 10px 5px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-diagram-col {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .contact-diagram-col {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .contact-diagram-col:nth-child(1) .contact-diagram-title {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .contact-diagram-col:nth-child(2) .contact-diagram-title {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-diagram-col:nth-child(2) .contact-diagram-head {
    justify-content: flex-start;
  }
}
.contact-diagram-title {
  border-radius: 10px;
  text-align: center;
  background: #206989;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.490483162518302vw;
}
@media screen and (max-width: 767px) {
  .contact-diagram-title {
    height: 3.5em;
  }
}
.contact-diagram-title-1 {
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .contact-diagram-title-1 {
    font-size: 16px;
  }
}
.contact-diagram-title-2 {
  display: block;
  line-height: 1.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-diagram-title-2 {
    font-size: 12px;
  }
}
.contact-diagram-head {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 160px;
}
@media screen and (max-width: 1024px) {
  .contact-diagram-head {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .contact-diagram-head {
    height: auto;
    padding: 44px 0 22px;
  }
}
.contact-diagram-subtitle {
  width: 100%;
  padding-top: 1.464128843338214vw;
  padding-bottom: 1.464128843338214vw;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background: #fff;
  color: #206989;
  font-weight: bold;
  border: 2px solid #206989;
  border-radius: 10px;
  font-size: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact-diagram-subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-diagram-subtitle {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .contact-diagram-subtitle {
    transform: translate(-50%, 15%);
  }
}
@media screen and (min-width: 1024px) {
  .contact-diagram-subtitle.tab {
    display: none;
  }
}
.contact-diagram-body {
  display: flex;
  justify-content: space-between;
}
.contact-diagram-body-box {
  width: 50%;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 15px 160px 15px;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .contact-diagram-body-box {
    padding: 15px 15px 120px;
  }
}
.contact-diagram-logo {
  text-align: center;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-diagram-logo {
    height: 90px;
  }
}
.contact-diagram-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 1;
  margin: 15px auto;
}
.contact-diagram-text {
  font-size: 14px;
  margin-bottom: 1.464128843338214vw;
  line-height: 1.8;
  min-height: 5.4em;
}
@media screen and (max-width: 768px) {
  .contact-diagram-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact-diagram-text {
    font-size: 14px;
  }
}
.contact-diagram-btn {
  width: 100%;
  line-height: 1.3em;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-diagram-btn .btn-blue,
.contact-diagram-btn .btn-red {
  width: 100%;
}
.contact-diagram-btn .btn-blue a,
.contact-diagram-btn .btn-red a {
  width: 90%;
  height: auto;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .contact-diagram-btn .btn-blue a,
  .contact-diagram-btn .btn-red a {
    height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .contact-diagram-btn .btn-blue a,
  .contact-diagram-btn .btn-red a {
    font-size: 11px;
  }
}
.contact-diagram-btn .btn-red {
  margin-top: 10px;
}
.contact-diagram-btn .btn-red a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #206989;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  transition: all 300ms;
  margin: 0 auto;
  border-radius: 60px;
  background: #ea1317;
}
