/* ========================================================================
   Component: Common
========================================================================== */
body {
  background: #efefef;
}
body p {
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body p {
    line-height: 1.8em;
  }
}
.breadcrumbs {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    top: 50px;
  }
}
.breadcrumbs-inner {
  margin: 0 auto;
  width: 85%;
  padding: 1.041666666666667vw 0vw 1.041666666666667vw 0vw;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-inner {
    width: 90%;
  }
}
.breadcrumbs-list {
  display: flex;
}
.breadcrumbs-list li {
  color: #fff;
  font-size: clamp(10px, 0.729166666666667vw, 14px);
}
@media screen and (max-width: 768px) {
  .breadcrumbs-list li {
    font-size: 14px;
  }
}
.breadcrumbs-list li::after {
  content: "＞";
  margin: 0vw 1.041666666666667vw 0vw 1.041666666666667vw;
}
.breadcrumbs-list li a {
  color: #fff;
}
.breadcrumbs-list li a:hover {
  opacity: 0.8;
}
.breadcrumbs-list li:last-child:after {
  content: "";
}
/* ========================================================================
   Component: mainvisual
 ========================================================================== */
.mainvisual {
  position: relative;
}
.mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: #206989;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mainvisual::before {
    height: 300px;
  }
}
.mainvisual-inner {
  margin: 0 auto;
  max-width: 1056px;
  width: 90%;
  padding: 145px 0 0;
}
@media screen and (max-width: 768px) {
  .mainvisual-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-inner {
    padding: 100px 0 0;
  }
}
.mainvisual-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.mainvisual-title-lead {
  color: #206989;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  width: 12.225475841874085vw;
  line-height: 2.635431918008785vw;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mainvisual-title-lead {
    width: 130px;
    line-height: 30px;
    font-size: 14px;
  }
}
.mainvisual-title-main {
  display: block;
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .mainvisual-title-main {
    font-size: clamp(10px, 8vw, 40px);
  }
}
.mainvisual-title-sub {
  text-align: center;
  color: #c9c9c9;
  display: block;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .mainvisual-title-sub {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.mainvisual-image {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mainvisual-image {
    margin-bottom: 10px;
  }
}
.mainvisual-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainvisual-link li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .mainvisual-link li {
    width: 48%;
  }
  .mainvisual-link li:nth-child(-n+2) {
    margin-bottom: 20px;
  }
}
.mainvisual-link li a {
  position: relative;
  display: block;
  font-weight: bold;
  color: #206989;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  line-height: 80px;
  font-size: 16px;
  transition: all 300ms;
}
.mainvisual-link li a:hover {
  opacity: 0.8;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
@media screen and (max-width: 1200px) {
  .mainvisual-link li a {
    line-height: 5.856515373352855vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual-link li a {
    font-size: 14px;
    line-height: 60px;
  }
}
.mainvisual-link li a::after {
  margin: 0 auto;
  content: "";
  display: block;
  border-bottom: solid 2px #206989;
  border-right: solid 2px #206989;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: calc(50% - 4px);
}
@media screen and (max-width: 1200px) {
  .mainvisual-link li a::after {
    width: 0.585651537335286vw;
    height: 0.585651537335286vw;
    bottom: 1.09809663250366vw;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-link li a::after {
    bottom: 10px;
    width: 8px;
    height: 8px;
  }
}
.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;
  }
}
.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;
}
.breadcrumbs-list {
  flex-wrap: wrap;
}
/* ========================================================================
   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;
  background: #fff;
  width: 31%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .product-list > li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.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: clamp(10px, 1.953125vw, 20px);
}
@media screen and (max-width: 820px) {
  .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: clamp(10px, 1.5625vw, 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: clamp(10px, 1.3671875vw, 14px);
  height: 14em;
}
@media screen and (max-width: 1200px) {
  .product-list-text {
    height: 17em;
  }
}
@media screen and (max-width: 768px) {
  .product-list-text {
    font-size: 12px;
    height: 18em;
  }
}
@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;
}
.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;
}
@media screen and (max-width: 767px) {
  .product-list-link img {
    height: 24vw;
  }
}
/* ========================================================================
   Component: feature
 ========================================================================== */
.feature {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 22vw;
}
.webp .feature {
  background-image: url("/images/service/camera/bg_feature.png.webp") !important;
}
.no-webp .feature {
  background-image: url("/images/service/camera/bg_feature.png");
}
@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: 65vw;
  }
  .webp .feature {
    background-image: url("/images/service/camera/bg_feature_sp.png.webp") !important;
  }
  .no-webp .feature {
    background-image: url("/images/service/camera/bg_feature_sp.png");
  }
}
.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 {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .feature-group-1 .feature-group-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-group-1 .feature-group-col-image {
    height: 44vw;
  }
}
.feature-group-2 .feature-group-col {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .feature-group-2 .feature-group-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-group-2 .feature-group-col-image {
    height: 68vw;
  }
}
.feature-group-3 .feature-group-col {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .feature-group-3 .feature-group-col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature-group-3 .feature-group-col-title {
    height: 3.3em;
  }
}
@media screen and (max-width: 767px) {
  .feature-group-3 .feature-group-col-image {
    height: 68vw;
  }
}
.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;
  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;
}
@media screen and (max-width: 767px) {
  .feature-note-link {
    margin-top: 20px;
  }
}
/* ========================================================================
   Component: lineup
 ========================================================================== */
.lineup-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.392386530014641vw;
}
@media screen and (max-width: 767px) {
  .lineup-subtitle {
    font-size: 18px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 320px) {
  .lineup-subtitle {
    font-size: 15px;
  }
}
.lineup-subtitle.first-child {
  margin-top: 0;
}
.lineup-subtitle span {
  display: inline-block;
  border-left: 1px solid #c4c4c4;
  text-align: right;
  width: 16.105417276720353vw;
  height: 2.928257686676428vw;
}
@media screen and (max-width: 767px) {
  .lineup-subtitle span {
    right: 10px;
    top: 0;
    width: 100px;
    height: 100%;
  }
}
.lineup-subtitle span img {
  margin-right: 10px;
  height: auto;
  width: 10.980966325036604vw;
}
@media screen and (max-width: 767px) {
  .lineup-subtitle span img {
    width: 70px;
  }
}
.lineup-subtitle span.lineup-subtitle-two {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 30.74670571010249vw;
}
.lineup-subtitle-can {
  width: auto !important;
  height: 2.708638360175696vw !important;
}
@media screen and (max-width: 767px) {
  .lineup-subtitle-can {
    height: 16px !important;
  }
}
.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;
}
.webp .contact {
  background-image: url("/images/service/camera/bg_contact.png.webp") !important;
}
.no-webp .contact {
  background-image: url("/images/service/camera/bg_contact.png");
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 75vw;
  }
  .webp .contact {
    background-image: url("/images/service/camera/bg_contact_sp.png.webp") !important;
  }
  .no-webp .contact {
    background-image: url("/images/service/camera/bg_contact_sp.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;
}
.contact-image {
  margin-top: 10px;
  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;
  transform: translateY(-40px);
}
@media screen and (max-width: 767px) {
  .contact-diagram {
    display: inherit;
    padding: 20px 10px 5px;
    transform: translateY(-20px);
  }
}
.contact-diagram-col:nth-child(2) .contact-diagram-body-box {
  width: 48%;
}
.contact-diagram-col:nth-child(2) .contact-diagram-subtitle:nth-child(1) {
  width: 47%;
}
.contact-diagram-col:nth-child(2) .contact-diagram-subtitle:nth-child(2) {
  width: 40%;
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  .contact-diagram-col:nth-child(1) {
    width: 40%;
  }
  .contact-diagram-col:nth-child(1) .contact-diagram-head {
    background-position: 40% 0;
  }
  .contact-diagram-col:nth-child(2) {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .contact-diagram-col {
    margin-bottom: 20px;
  }
}
.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: space-between;
  align-items: center;
  height: 8.784773060029282vw;
}
@media screen and (max-width: 767px) {
  .contact-diagram-head {
    height: auto;
    padding: 44px 0 22px;
  }
}
.contact-diagram-subtitle {
  padding: 5px 0;
  text-align: center;
  background: #fff;
  color: #206989;
  font-weight: bold;
  border: 2px solid #206989;
  border-radius: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact-diagram-subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact-diagram-subtitle {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .contact-diagram-subtitle:nth-child(1) {
    width: 35%;
  }
  .contact-diagram-subtitle:nth-child(2) {
    width: 60%;
  }
  .contact-diagram-subtitle:nth-child(3) {
    width: 50%;
  }
}
.contact-diagram-body {
  display: flex;
  justify-content: space-between;
}
.contact-diagram-body-box {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 7.320644216691069vw 15px 30px 15px;
  height: 20.497803806734993vw;
}
@media screen and (max-width: 768px) {
  .contact-diagram-body-box {
    height: 29.282576866764277vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-diagram-body-box {
    height: auto;
    padding: 15px 15px 70px;
  }
}
.contact-diagram-logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-diagram-logo {
    position: absolute;
    top: 2.196193265007321vw;
    left: 0;
    width: 100%;
  }
}
.contact-diagram-logo img {
  margin: 0 auto;
}
.contact-diagram-logo-ueyes {
  width: 10.61493411420205vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contact-diagram-logo-ueyes {
    width: 70px;
  }
}
.contact-diagram-logo-unext {
  width: 12.298682284040996vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contact-diagram-logo-unext {
    width: 80px;
  }
}
.contact-diagram-logo-can {
  width: 14.055636896046853vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contact-diagram-logo-can {
    width: 95px;
  }
}
.contact-diagram-text {
  font-size: 14px;
}
@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 {
  position: absolute;
  width: 16.105417276720353vw;
  bottom: 2.196193265007321vw;
  left: calc(50% - 8vw);
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .contact-diagram-btn {
    width: 20.497803806734993vw;
    bottom: 2.196193265007321vw;
    left: calc(50% - 10vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-diagram-btn {
    width: 35vw;
    bottom: 15px;
    left: calc(50% - 17vw);
  }
}
.contact-diagram-btn a {
  background: #206989;
  font-size: 16px;
  height: 4.24597364568082vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-diagram-btn a {
    height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .contact-diagram-btn a {
    font-size: 11px;
  }
}
.seo_next_system {
  display: none;
}
.cta-banner img {
  width: 100%;
  height: auto;
}
.cta-detail {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta-detail {
    margin-bottom: 20px;
  }
}
.cta-detail a {
  color: #7c7c7c;
}
.cta-detail::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #7c7c7c;
  border-right: solid 2px #7c7c7c;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
