@charset "UTF-8";
.top-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 218px;
  background: url(/img/img_bg_title.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.top-wrap .top {
  width: 1078px;
  margin: 0 24px;
}
.top-wrap .top-list {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
}
.top-wrap .top-item {
  font-size: 16px;
}
.top-wrap .top-item:not(:last-of-type) {
  margin-right: 24px;
}
.top-wrap .top-item::before {
  content: "●";
  margin-right: 8px;
}
.top-wrap .top .top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}
.top-wrap .top .top-detail {
  font-size: 16px;
  text-align: center;
}

.contents-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.contents {
  max-width: 1078px;
  width: 100%;
  margin: 80px 0 24px;
}
.contents:has(.tab--top) {
  margin-top: 56px;
}
.contents:has(.site-map) {
  margin-bottom: 0;
}

.tab {
  position: relative;
}
.tab--top {
  position: sticky;
  top: 90px;
  padding-top: 24px;
  background-color: #f3f6f6;
  z-index: 999;
}

.tab-list {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.tab-list .tab-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  height: 40px;
  background: #dbeaee;
  text-align: center;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.tab-list .tab-list-item:hover {
  background-color: #3facbc;
}
.tab-list .tab-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #007789;
}
.tab-list .tab-list-item:hover a {
  color: #fff;
}
.tab-list .tab-list-item:not(:last-of-type) {
  margin-right: 8px;
}
.tab-list .tab-list-item--active {
  background-color: #3facbc;
  cursor: default;
}
.tab-list .tab-list-item--active a {
  color: #fff;
  pointer-events: none;
}

.content-section {
  background: #fff;
  padding: 56px;
}
.content-section--top {
  padding: 0;
}
.content-section section:not(:last-of-type) {
  margin-bottom: 48px;
}
.content-section .main-img {
  margin-right: 40px;
}
.content-section .sub-img {
  margin-right: 40px;
}
.content-section .sub-img img {
  vertical-align: top;
}
.content-section .page-main-title {
  font-size: 28px;
}
.content-section .page-main-title + .section-title {
  margin-top: 50px;
}
.content-section .sub-text {
  display: flex;
  background-color: #e3f0f3;
  font-size: 24px;
  color: #007789;
}
.content-section .sub-text__inner {
  padding: 12px 12px 12px 0;
}
.content-section .sub-text::before {
  content: "";
  display: inline-block;
  width: 6px;
  margin-right: 12px;
  background-color: #3facbc;
  flex: none;
}
.content-section .page-main-title + .sub-text {
  margin: 34px 0 28px;
}
.content-section .section-title {
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #dbeaee;
}
.content-section .section-title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 40px;
  height: 4px;
  background: #3facbc;
}
.content-section .section-sub-title {
  margin-bottom: 12px;
  color: #007789;
  font-size: 20px;
}
.content-section .section-subsection {
  margin: 32px 0 0 8px;
}
.content-section .section-subsection-title {
  margin-bottom: 12px;
  color: #383838;
  font-size: 18px;
  font-weight: bold;
}
.content-section .section-desc--top-flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.content-section .section-desc--top-flex + .section-desc {
  margin-top: 0;
}
.content-section .section-desc--col1-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-section .section-desc--col1-img .img {
  margin-bottom: 8px;
}
.content-section .section-desc--col1-img .img img {
  vertical-align: middle;
}
.content-section .section-desc--col1-img .text {
  font-size: 20px;
}
.content-section .section-desc--col1-img img + .text {
  margin-top: 8px;
}
.content-section .section-desc--col1 {
  counter-reset: listnum;
  list-style: none;
}
.content-section .section-desc--col1 .col1-item {
  display: flex;
  align-items: baseline;
}
.content-section .section-desc--col1 .col1-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.content-section .section-desc--col1 .col1-item::before {
  counter-increment: listnum;
  content: counter(listnum);
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #fff;
  font-size: 15px;
  background: #007789;
  border-radius: 50%;
  flex: none;
}
.content-section .section-desc--col1 .col1-item:has(.section-sub-title) {
  display: block;
  margin-bottom: 32px;
}
.content-section .section-desc--col1 .col1-item:has(.section-sub-title)::before {
  display: none;
}
.content-section .section-desc--col1 .col1-item:has(.section-sub-title) .section-sub-title {
  display: flex;
  align-items: baseline;
}
.content-section .section-desc--col1 .col1-item:has(.section-sub-title) .section-sub-title::before {
  counter-increment: listnum;
  content: counter(listnum);
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: #007789;
  border-radius: 50%;
  flex: none;
}
.content-section .section-desc--col2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 26px;
}
.content-section .section-desc--col2-grid .section-sub-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.content-section .section-desc--col2-grid .section-sub-title::before {
  font: var(--fa-font-solid);
  content: "\f058";
  margin-right: 8px;
}
.content-section .section-desc--col2-grid:has(.section-box) {
  margin-top: 24px;
}
.content-section .section-desc--col2-grid .box-text {
  font-weight: bold;
}
.content-section .section-desc--col2-grid .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.content-section .section-desc--col2-grid:has(.grid-list) {
  gap: 10px;
}
.content-section .section-desc--col2-grid .gird-box {
  height: 100%;
  border: 1px solid #e5e5ec;
  border-radius: 8px 8px 0 0;
}
.content-section .section-desc--col2-grid .gird-box .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  background: #f2f2f2;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}
.content-section .section-desc--col2-grid .gird-box .box-inner {
  padding: 24px;
}
.content-section .section-desc--col2-grid .gird-box .inner-title {
  margin-bottom: 8px;
  font-weight: bold;
}
.content-section .section-desc--col2-grid .gird-box .text-list:not(:last-of-type) {
  margin-bottom: 28px;
}
.content-section .section-desc--col2-grid .gird-box .notes-text {
  margin-top: 28px;
}
.content-section .section-desc--col2-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.content-section .section-desc--col2-flex .text--list .item:not(:first-of-type) {
  margin-top: 16px;
}
.content-section .section-desc--col2-flex .text--list .text-title {
  margin-bottom: 8px;
}
.content-section .section-desc--col2-flex .text + .img {
  margin-left: 32px;
}
.content-section .section-desc--col2-flex .img + .img {
  margin-left: 24px;
}
.content-section .section-desc--col2-flex .profile-box {
  display: flex;
  width: 100%;
  padding: 32px;
  border: 1px solid #e5e5ec;
  border-radius: 8px;
}
.content-section .section-desc--col2-flex .profile-box .img {
  margin-right: 36px;
}
.content-section .section-desc--col2-flex .profile-box .title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.content-section .section-desc--col2-flex .profile-box .title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  margin-right: 8px;
  background-color: #3facbc;
}
.content-section .section-desc--col2-flex .profile-box .name {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.content-section .section-desc--col2-flex .profile-box .detail {
  font-size: 12px;
}
.content-section .section-desc--col2-flex:has(.profile-box) {
  gap: 32px;
}
.content-section .section-desc .section-desc--col2-flex .section-subsection-title,
.content-section .section-desc .section-desc--col2-grid .section-subsection-title {
  margin-bottom: 8px;
}
.content-section .section-desc .section-desc--col2-flex .section-desc + .section-subsection-title,
.content-section .section-desc .section-desc--col2-grid .section-desc + .section-subsection-title {
  margin-top: 20px;
}
.content-section .section-desc .text-title {
  margin-bottom: 16px;
  color: #007789;
  font-size: 20px;
  font-weight: bold;
}
.content-section .section-desc .section-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.content-section .section-desc .section-box .box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  color: #007789;
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #cae1e6;
}
.content-section .section-desc .section-box .box-title::after {
  font: var(--fa-font-solid);
  content: "\f105";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #b5dfe5;
  color: #75c3ce;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.3s;
}
.content-section .section-desc .section-box:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.content-section .section-desc .section-box:hover .box-title::after {
  transform: translateX(6px);
}
.content-section .section-desc .section-box__inner {
  padding: 24px;
}
.content-section .section-desc .section-box--QA {
  box-shadow: none;
  cursor: default;
}
.content-section .section-desc .section-box--QA:hover {
  box-shadow: none;
}
.content-section .section-desc .section-box--QA:not(:last-of-type) {
  margin-bottom: 24px;
}
.content-section .section-desc .section-box--QA .box-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 24px;
  border-bottom: none;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #dbeaee 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.content-section .section-desc .section-box--QA .box-title::before {
  content: "Q";
  width: auto;
  height: auto;
  margin: -5px 20px 0 0;
  font-size: 24px;
  flex: none;
}
.content-section .section-desc .section-box--QA .box-title::after {
  display: none;
}
.content-section .section-desc .section-box--QA .box-text {
  display: flex;
  align-items: flex-start;
  padding: 24px 26px;
}
.content-section .section-desc .section-box--QA .box-text::before {
  content: "A";
  margin: -5px 24px 0 0;
  font-size: 24px;
  flex: none;
  font-weight: bold;
}
.content-section .section-desc .text-list {
  width: 100%;
  margin-bottom: 8px;
}
.content-section .section-desc .text-item {
  display: flex;
}
.content-section .section-desc .text-item::before {
  content: "・";
  color: #3facbc;
}
.content-section .section-desc .text-item-inner {
  margin-left: 36px;
}
.content-section .section-desc .text-item-flex {
  display: flex;
}
.content-section .section-desc--intro {
  padding: 40px;
  border: 1px solid #e5e5ec;
  border-radius: 8px;
}
.content-section .section-desc--intro .intro {
  margin-bottom: 16px;
}
.content-section .section-desc--intro .intro-img {
  margin-bottom: 32px;
}
.content-section .section-desc--intro .intro-title {
  margin-bottom: 12px;
}
.content-section .section-desc--intro .loc {
  margin-top: 16px;
}
.content-section .section-desc--intro .loc .loc-img {
  margin-bottom: 16px;
}
.content-section .section-desc--intro .loc .loc-url {
  display: inline-flex;
  align-items: center;
  color: #007789;
  text-decoration: underline;
}
.content-section .section-desc--intro .loc .loc-url::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: url(/img/icon_link.svg) no-repeat;
}
.content-section .section-desc--intro .loc .loc-url:hover {
  opacity: 0.7;
}
.content-section .section-desc--intro .title {
  margin-bottom: 12px;
}
.content-section .section-desc.section-table {
  width: 100%;
  border: 1px solid #e5e5ec;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
}
.content-section .section-desc.section-table th,
.content-section .section-desc.section-table td {
  padding: 24px;
  border-bottom: 1px solid #e5e5ec;
}
.content-section .section-desc.section-table th {
  width: 30%;
  background: #f2f2f2;
}
.content-section .section-desc.section-table td {
  width: 70%;
}
.content-section .section-desc.section-table td:nth-of-type(n + 2) {
  border-left: 1px solid #e5e5ec;
}
.content-section .section-desc.section-table tr:last-child th,
.content-section .section-desc.section-table tr:last-child td {
  border-bottom: none;
}
.content-section .section-desc.section-table--col2 th {
  width: 30%;
}
.content-section .section-desc.section-table--col2 td {
  width: 70%;
}
.content-section .section-desc.section-table--col3 th {
  width: 33%;
}
.content-section .section-desc.section-table--col3 td {
  width: 45%;
}
.content-section .section-desc.section-table small {
  font-size: 14px;
}
.content-section .section-desc.section-table dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.content-section .section-desc.section-table dt {
  margin-bottom: 8px;
  font-weight: bold;
}
.content-section .section-desc.section-table dd {
  line-height: 1.8;
}
.content-section .section-desc.section-table:has(thead) thead th {
  text-align: center;
  vertical-align: middle;
}
.content-section .section-desc.section-table:has(thead) tbody th {
  background: #fff;
}
.content-section .section-desc.section-table:has(thead) th:nth-child(n+2),
.content-section .section-desc.section-table:has(thead) td:nth-child(n+2) {
  border-left: 1px solid #e5e5ec;
}
.content-section .section-desc.section-table:has(thead) th {
  padding: 16px;
}
.content-section .section-desc .text-item-hyphen {
  display: flex;
  padding-left: 18px;
}
.content-section .section-desc .text-item-hyphen::before {
  content: "-";
  margin-right: 8px;
  color: #3facbc;
}
.content-section .section-desc .section-desc + div,
.content-section .section-desc .section-desc + p {
  margin-top: 24px;
}
.content-section .section-desc .section-sub-title + .section-desc {
  margin-top: 16px;
}
.content-section .section-desc .section-sub-title + .section-desc:not(:last-of-type) {
  margin-bottom: 24px;
}
.content-section .section-desc .section-sub-title + .section-desc:has(.text-item) {
  margin-top: 0;
}
.content-section .section-desc .desc-url {
  color: #007789;
}
.content-section .section-desc .desc-url:hover {
  text-decoration: underline;
}
.content-section .section-desc + .section-desc {
  margin-top: 24px;
}
.content-section .section-desc + .section-sub-title,
.content-section .section-desc + .section-subsection-title {
  margin-top: 32px;
}
.content-section .section-desc + .section-desc--col1-img {
  margin-top: 34px;
}
.content-section .section-gray-el {
  padding: 24px;
  background: #f2f2f2;
  border-radius: 8px;
}
.content-section .section-gray-el .gray-el-title {
  margin-bottom: 8px;
  color: #007789;
  font-weight: bold;
}
.content-section .section-gray-el .gray-el-list .gray-el-item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.content-section .section-gray-el .gray-el-list .gray-el-item:not(:last-of-type) {
  margin-bottom: 6px;
}
.content-section .section-gray-el .gray-el-list .gray-el-item::before {
  content: "●";
  margin: 8px 8px 0 0;
  font-size: 8px;
  color: #007789;
  flex: none;
}
.content-section .section-gray-el .gray-el-list .gray-el-item--check:not(:last-of-type) {
  margin-bottom: 8px;
}
.content-section .section-gray-el .gray-el-list .gray-el-item--check::before {
  font: var(--fa-font-solid);
  content: "\f058";
  margin: 5px 8px 0 0;
  font-size: 20px;
}
.content-section .section-gray-el .gray-el-list .gray-el-item .item-title {
  font-weight: bold;
  flex: none;
}
.content-section .section-notes-text {
  margin-top: 8px;
  color: #7e8689;
  font-size: 16px;
}
.content-section .section-notes-text a {
  color: #7e8689;
  text-decoration: underline;
}
.content-section .section-movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.content-section .section-movie iframe {
  width: 100%;
  height: 100%;
}
.content-section .section-movie .section-notes-text {
  margin-top: 16px;
  color: #7e8689;
}

.content-bottom {
  display: block;
  margin-top: 18px;
}

.related-items-area-wrap {
  width: 100%;
  margin: 80px auto;
  padding: 0 24px;
}

.related-items-area {
  max-width: 1078px;
  margin: auto;
}
.related-items-area .card-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 24px;
}
.related-items-area .card-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 33px;
  margin-right: 12px;
  background-color: #3facbc;
}
.related-items-area .card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 26px;
  margin-bottom: 20px;
}
.related-items-area .card-list-hide {
  display: none;
}
.related-items-area .card-item-wrap {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background: #f2f2f2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  transition: 0.3s;
}
.related-items-area .card-item-wrap:hover {
  border: 1px solid #3facbc;
  background: #dbeaee;
}
.related-items-area .card-item-wrap:hover .card-item__img img {
  transform: scale(1.07);
  transition: 0.3s;
}
.related-items-area .card-item-wrap:hover .card-item__text {
  color: #007789;
}
.related-items-area .card-item-wrap:hover .card-item__text li {
  color: #007789;
}
.related-items-area .card-item {
  display: block;
  width: 100%;
  height: 100%;
}
.related-items-area .card-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 160px;
  background: #fff;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}
.related-items-area .card-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.related-items-area .card-item__text {
  padding: 16px;
}
.related-items-area .card-item__text .sub-title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.related-items-area .card-item__text .detail {
  margin-bottom: 8px;
  font-size: 14px;
}
.related-items-area .card-item__text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.related-items-area .card-item__text ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #747a7d;
  line-height: 18px;
  flex: none;
}
.related-items-area .card-item__text ul li:not(:last-of-type) {
  margin-right: 38px;
}
.related-items-area .card-item__text ul li::before {
  content: "●";
  margin: 1px 6px 0 0;
  font-size: 8px;
  color: #3facbc;
  flex: none;
}
.related-items-area .all-item-wrap {
  width: 100%;
  text-align: center;
}
.related-items-area .all-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.related-items-area .all-item::before {
  content: "全ての関連製品を見る";
}
.related-items-area .all-item::after {
  font: var(--fa-font-solid);
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  background: #fff;
  border: 2px solid #3facbc;
  color: #3facbc;
  font-size: 16px;
  border-radius: 50%;
}
.related-items-area .all-item.active::before {
  content: "閉じる";
}
.related-items-area .all-item.active::after {
  content: "\f068";
}
.related-items-area .all-item:hover {
  opacity: 0.7;
}
.related-items-area .all-item--single::before {
  content: "シングルサインオンを見る";
}
.related-items-area .all-item--enc-sec::before {
  content: "暗号化・セキュリティを見る";
}
.related-items-area .all-item--data::before {
  content: "データ統合・活用・監視を見る";
}
.related-items-area .all-item--pcidss::before {
  content: "PCIDSSを見る";
}
.related-items-area .all-item--system::before {
  content: "システム運用・管理を見る";
}
.related-items-area .all-item--others::before {
  content: "その他を見る";
}

.inquiry-area-wrap {
  padding: 58px 24px;
  background: url(/img/img_bg_contant.jpg) no-repeat;
  background-size: cover;
}

.inquiry-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1078px;
  margin: auto;
  padding: 40px 50px 40px 63px;
  background: #fff;
  border-radius: 16px;
}
.inquiry-area .area-left {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.inquiry-area .area-left__title {
  margin-bottom: 50px;
  font-size: 28px;
}
.inquiry-area .area-left__title::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  margin-top: 16px;
  background: #3facbc;
}
.inquiry-area .area-left__text {
  font-size: 16px;
}
.inquiry-area .area-left::after {
  content: "";
  display: block;
  width: 1px;
  height: 186px;
  margin: 0 16px;
  background: #f3f3f6;
}
.inquiry-area .address span {
  display: inline-block;
}
.inquiry-area .address .name {
  padding: 4px 14px;
  background: #ebf7f8;
  margin: 42px 0 0px;
  color: #3facbc;
  font-size: 12px;
  font-weight: bold;
  border-radius: 90px;
}
.inquiry-area .address .address-flex {
  display: flex;
  align-items: baseline;
}
.inquiry-area .address .tel {
  display: flex;
  align-items: baseline;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
}
.inquiry-area .address .tel::before {
  content: "";
  width: 16px;
  height: 25px;
  margin: 2px 8px 0 0;
  background: url(/img/icon_tel.svg) no-repeat;
}
.inquiry-area .address .time {
  margin-left: 14px;
  font-size: 12px;
}
.inquiry-area--top {
  display: block;
}
.inquiry-area--top .area-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.inquiry-area--top .area-left__title {
  margin-bottom: 32px;
}
.inquiry-area--top .area-left::after {
  display: none;
}
.inquiry-area--top .area-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.inquiry-area--top .blue-button--inquiry {
  width: 420px;
}
.inquiry-area--top .area-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inquiry-area--top .area-bottom .address {
  padding: 20px 24px;
  background: #f5f8f8;
  border-radius: 8px;
}
.inquiry-area--top .area-bottom .address .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007789;
  font-size: 16px;
  font-weight: bold;
}
.inquiry-area--top .area-bottom .address .name {
  margin-top: 20px;
}
.inquiry-area--top .area-bottom .address .address-flex {
  display: block;
}

.not-found {
  padding: 40px 0 100px;
  text-align: center;
  background: url(/img/bg_section_logo.png) no-repeat;
  background-position: right;
}
.not-found .title {
  color: #268798;
  font-size: 148px;
  font-weight: normal;
  line-height: 1;
}
.not-found .sub-title {
  margin-bottom: 20px;
  color: #268798;
  font-size: 32px;
}
.not-found .text {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
.not-found .detail {
  margin-bottom: 48px;
  font-size: 14px;
}
.not-found .blue-button--back {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 286px;
  height: 65px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}
.not-found .blue-button--back::before {
  position: absolute;
  left: 36px;
  content: "▲";
  color: #fff;
  font-size: 14px;
  transform: rotate(30deg);
}

.horizontal-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 88px;
}
.horizontal-menu:last-of-type {
  margin-bottom: 80px;
}
.horizontal-menu .product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
.horizontal-menu .product-top a {
  width: 100%;
  color: #007789;
  font-size: 24px;
}
.horizontal-menu .product-top::after {
  font: var(--fa-font-solid);
  content: "\f105";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #75c3ce;
  font-size: 12px;
}
.horizontal-menu .title {
  margin-bottom: 32px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #dbeaee;
}
.horizontal-menu .title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 16%;
  height: 4px;
  background: #3facbc;
}
.horizontal-menu .product-list {
  display: grid;
  gap: 12px 0;
}
.horizontal-menu .product-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.horizontal-menu .product-item a {
  width: 100%;
  color: #007789;
  font-size: 18px;
}
.horizontal-menu .product-item::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #75c3ce;
  font-size: 12px;
  line-height: 29px;
  margin-left: 8px;
}
.horizontal-menu--modal {
  grid-template-columns: 1fr 1fr;
  gap: 36px 40px;
}
.horizontal-menu--modal:last-of-type {
  margin-bottom: 0;
}
.horizontal-menu--modal .horizontal-menu:last-of-type {
  margin-bottom: 0;
}
.horizontal-menu--modal .horizontal-menu-list:not(:last-of-type) {
  margin-bottom: 36px;
}
.horizontal-menu--modal .product-item {
  color: #007789;
  font-size: 16px;
  cursor: pointer;
}
.horizontal-menu--modal .product-item::after {
  margin-left: 30px;
}

.notes {
  margin: 0 0 16px;
  color: #7e8689;
  font-size: 14px;
}

/* 画面サイズ 1024px 未満 */
@media screen and (max-width: 1024px) {
  img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .top-wrap .top {
    margin: 0 16px;
  }
  .top-wrap .top-list {
    margin-bottom: 32px;
  }
  .top-wrap .top-item {
    font-size: 14px;
  }
  .top-wrap .top-item:not(:last-of-type) {
    margin-right: 16px;
  }
  .top-wrap .top .top-title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 550px) {
  .top-wrap .top .top-title.top-title--long {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: initial;
    gap: 2px;
  }
  .tab-list--tow-four {
    grid-template-columns: 1fr 1fr;
  }
  .tab-list--three-six {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tab-list--five {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .tab-list--five .tab-list-item:first-of-type {
    grid-area: 1/1/2/3;
  }
  .tab-list--five .tab-list-item:nth-of-type(2) {
    grid-area: 1/3/2/5;
  }
  .tab-list--five .tab-list-item:nth-of-type(3) {
    grid-area: 1/5/2/7;
  }
  .tab-list--five .tab-list-item:nth-of-type(4) {
    grid-area: 2/1/3/4;
  }
  .tab-list--five .tab-list-item:nth-of-type(5) {
    grid-area: 2/4/3/7;
  }
  .tab-list .tab-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    height: 40px;
    background: #dbeaee;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
  }
  .tab-list .tab-list-item:hover {
    background-color: #3facbc;
  }
  .tab-list .tab-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #007789;
    font-size: 12px;
  }
  .tab-list .tab-list-item:hover a {
    color: #fff;
  }
  .tab-list .tab-list-item:not(:last-of-type) {
    margin-right: 0;
  }
  .tab-list .tab-list-item--active {
    background-color: #3facbc;
    cursor: default;
  }
  .tab-list .tab-list-item--active a {
    color: #fff;
    pointer-events: none;
  }
  #spTabA {
    display: none;
  }
  #spTabB {
    visibility: hidden;
  }
  .tab-wrap {
    position: sticky;
    top: 60px;
    margin-top: -40px;
    z-index: 101;
    overflow-x: auto;
  }
  .tab--follow {
    position: relative;
    width: 100%;
  }
  .tab--follow .tab-list {
    display: flex;
    width: 100%;
    gap: 0;
    margin-right: -1px;
  }
  .tab--follow .tab-list .tab-list-item {
    flex-grow: 1;
    padding: 12px 16px;
    font-size: 12px;
  }
  .tab--follow .tab-list.tab-list--tow .tab-list-item {
    width: 50%;
  }
  .tab--follow .tab-list.tab-list--three .tab-list-item {
    width: 33.3333333333%;
  }
  .tab--follow:has(.tab-list--many) {
    min-width: 728px;
  }
  .tab--follow .scroll-nav-button {
    position: fixed;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 40px;
    background: #dbeaee;
    z-index: 999;
  }
  .tab--follow .scroll-nav-button::after {
    font: var(--fa-font-solid);
    content: "\f101";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #007789;
  }
  .tab--follow .scroll-nav-button.nav-next {
    right: 0;
  }
  .tab--follow .scroll-nav-button.nav-prev {
    left: 0;
  }
  .tab--follow .scroll-nav-button.nav-prev::after {
    transform: scale(-1, 1);
  }
  .contents-wrap {
    padding: 0;
  }
  .contents {
    margin: 0 16px;
  }
  .contents:has(.tab--top) {
    margin-top: 0;
  }
  .content-section {
    padding: 20px 16px;
  }
  .content-section section:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .content-section .page-main-title {
    font-size: 20px;
  }
  .content-section .page-main-title + .section-title {
    margin-top: 40px;
  }
  .content-section .sub-text {
    margin: 24px 0 20px;
    font-size: 18px;
  }
  .content-section .section-title {
    font-size: 18px;
  }
  .content-section .section-title::before {
    width: 15%;
  }
  .content-section .section-desc + .section-desc--col1-img {
    margin-top: 16px;
  }
  .content-section .section-sub-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .content-section .section-subsection {
    margin: 24px 0 0 8px;
  }
  .content-section .section-subsection-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .content-section .section-desc--top-flex {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .content-section .section-desc--top-flex + .section-desc {
    margin-top: 0;
  }
  .content-section .section-desc--top-flex .main-img {
    margin: 12px 0 32px;
  }
  .content-section .section-desc--top-flex .sub-img {
    margin: 0 0 32px 0;
  }
  .content-section .section-desc--col1-img .text {
    font-size: 16px;
  }
  .content-section .section-desc--col1 .col1-item:has(.section-sub-title) {
    margin-bottom: 24px;
  }
  .content-section .section-desc--col1 .col1-item:has(.section-sub-title) .section-sub-title::before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 14px;
  }
  .content-section .section-desc--col1 .col1-item::before {
    width: 18px;
    height: 18px;
    align-items: center;
    margin-right: 4px;
    font-size: 12px;
  }
  .content-section .section-desc--col2-grid {
    grid-template-columns: 1fr;
  }
  .content-section .section-desc--col2-grid .grid-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .content-section .section-desc--col2-grid:has(.section-box) {
    gap: 16px;
  }
  .content-section .section-desc .text-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .content-section .section-desc--col2-flex {
    align-items: center;
    flex-direction: column-reverse;
  }
  .content-section .section-desc--col2-flex .text + .img,
  .content-section .section-desc--col2-flex .img + .text {
    margin: 0 0 16px 0;
  }
  .content-section .section-desc--col2-flex .img + .img {
    margin-left: 0;
  }
  .content-section .section-desc--col2-flex:has(.profile-box) {
    gap: 16px;
  }
  .content-section .section-desc--col2-flex .profile-box {
    display: block;
    padding: 20px;
  }
  .content-section .section-desc--col2-flex .profile-box .img {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .content-section .section-desc--col2-flex .profile-box .img img {
    width: auto;
  }
  .content-section .section-desc--col2-flex .profile-box .title {
    font-size: 12px;
  }
  .content-section .section-desc--col2-flex .profile-box .name {
    font-size: 16px;
  }
  .content-section .section-desc--col2-flex-img {
    flex-direction: column;
  }
  .content-section .section-desc .section-box .box-title {
    font-size: 16px;
    padding: 16px;
  }
  .content-section .section-desc .section-box .box-title::after {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .content-section .section-desc .section-box__inner {
    padding: 16px;
  }
  .content-section .section-desc .section-box--QA .box-title {
    padding: 20px;
  }
  .content-section .section-desc .section-box--QA .box-text {
    padding: 20px 16px;
  }
  .content-section .section-desc--intro {
    padding: 20px;
  }
  .content-section .section-desc--intro .intro-img {
    margin-bottom: 20px;
  }
  .content-section .section-desc--intro .intro-title {
    margin-bottom: 8px;
    text-align: center;
  }
  .content-section .section-desc--intro .loc {
    margin-top: 20px;
  }
  .content-section .section-desc--intro .loc-img {
    margin-bottom: 4px;
  }
  .content-section .section-desc--intro .loc-img img {
    width: auto;
  }
  .content-section .section-desc--intro .loc-title {
    margin-bottom: 4px;
  }
  .content-section .section-desc .section-sub-title + .section-desc {
    margin-top: 8px;
  }
  .content-section .section-desc .section-sub-title + .section-desc:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .content-section .section-desc.section-table th,
  .content-section .section-desc.section-table td {
    padding: 8px;
  }
  .content-section .section-desc.section-table small {
    font-size: 10px;
  }
  .content-section .section-desc.section-table:has(thead) th {
    padding: 8px;
  }
  .content-section .section-desc + .section-sub-title,
  .content-section .section-desc + .section-subsection-title {
    margin-top: 24px;
  }
  .content-section .section-gray-el {
    padding: 16px;
  }
  .content-section .section-gray-el .gray-el-title {
    font-size: 14px;
  }
  .content-section .section-gray-el .gray-el-list .gray-el-item:not(:last-of-type) {
    margin-bottom: 4px;
  }
  .content-section .section-gray-el .gray-el-list .gray-el-item::before {
    margin: 4px 4px 0 0;
    font-size: 8px;
  }
  .content-section .section-gray-el .gray-el-list .gray-el-item--check:not(:last-of-type) {
    margin-bottom: 4px;
  }
  .content-section .section-gray-el .gray-el-list .gray-el-item--check::before {
    margin: 3px 8px 0 0;
    font-size: 16px;
  }
  .content-section .section-notes-text {
    font-size: 14px;
  }
  .content-bottom {
    margin-top: 8px;
  }
  .related-items-area-wrap {
    margin: 40px auto 32px;
    padding: 0 16px;
  }
  .related-items-area-wrap .card-title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .related-items-area-wrap .card-title::before {
    width: 4px;
    height: 23px;
    margin: 2px 8px 0 0;
  }
  .related-items-area-wrap .card-list {
    grid-template-columns: auto;
    gap: 20px 0;
  }
  .related-items-area-wrap .card-item-wrap {
    gap: 20px 0;
  }
  .related-items-area-wrap .card-item__text .title {
    font-size: 16px;
  }
  .related-items-area-wrap .all-item {
    font-size: 14px;
  }
  .related-items-area-wrap .all-item::after {
    width: 24px;
    height: 24px;
    margin-left: 6px;
  }
  .inquiry-area-wrap {
    padding: 30px 16px;
    background-position: top center;
  }
  .inquiry-area {
    display: block;
    padding: 32px 16px;
  }
  .inquiry-area__inner {
    width: 100%;
  }
  .inquiry-area .area-left {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .inquiry-area .area-left__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 32px;
    font-size: 20px;
  }
  .inquiry-area .area-left__title::after {
    margin-top: 8px;
  }
  .inquiry-area .area-left__text {
    font-size: 14px;
  }
  .inquiry-area .area-left::after {
    display: none;
  }
  .inquiry-area .area-right .address {
    margin-top: 32px;
  }
  .inquiry-area .area-right .address .name {
    margin: 0;
  }
  .inquiry-area .area-right .address .tel {
    line-height: 1.5;
  }
  .inquiry-area .area-right .address .address-flex {
    display: block;
  }
  .inquiry-area--top .area-top {
    flex-direction: column;
  }
  .inquiry-area--top .blue-button--inquiry {
    width: 100%;
  }
  .inquiry-area--top .area-bottom {
    flex-direction: column;
    align-items: initial;
  }
  .inquiry-area--top .area-bottom .address {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 16px 80px;
    text-align: left;
    background: url(/img/bg_section_logo.png) no-repeat;
    background-position: right;
  }
  .not-found .title {
    color: #268798;
    font-size: 148px;
    font-weight: normal;
    line-height: 1;
  }
  .not-found .sub-title {
    margin-bottom: 32px;
  }
  .not-found .text {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .not-found .detail {
    margin-bottom: 52px;
  }
  .not-found .blue-button--back {
    width: 216px;
    height: 50px;
    font-size: 18px;
  }
  .not-found .blue-button--back::before {
    left: 20px;
    font-size: 10px;
  }
  .horizontal-menu {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .horizontal-menu:last-of-type {
    margin-bottom: 32px;
  }
  .horizontal-menu .product-top {
    margin-bottom: 32px;
    font-size: 18px;
  }
  .horizontal-menu:first-of-type {
    margin-top: 32px;
  }
  .horizontal-menu .title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .horizontal-menu .title::before {
    width: 14%;
  }
  .horizontal-menu .product-list {
    gap: 10px 0;
  }
  .horizontal-menu--modal {
    gap: 0;
    grid-template-areas: "a" "b" "c" "d";
  }
  .horizontal-menu--modal:first-of-type, .horizontal-menu--modal:last-of-type {
    margin: 0;
  }
  .horizontal-menu--modal .horizontal-menu-list:first-of-type {
    grid-area: a;
  }
  .horizontal-menu--modal .horizontal-menu-list:nth-of-type(2) {
    grid-area: c;
  }
  .horizontal-menu--modal .horizontal-menu-list:nth-of-type(3) {
    grid-area: b;
  }
  .horizontal-menu--modal .horizontal-menu-list:last-of-type {
    grid-area: d;
  }
  .notes {
    margin-bottom: 12px;
  }
}/*# sourceMappingURL=contents.css.map */