@charset "UTF-8";
body {
  overflow-x: hidden;
}

.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.inner-width {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 640px) {
  .inner-width {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.site-body__inner {
  max-width: 1440px;
}

.fs28-bold {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .fs28-bold {
    margin-bottom: 24px;
    font-size: 22px;
  }
}

.of-main {
  background: url(/dcms_media/image/of-main.webp) no-repeat center right;
  background-size: cover;
  padding-bottom: 1px;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .of-main {
    padding-bottom: 1px;
    margin-bottom: 40px;
  }
}
.of-main-inner {
  padding: 160px 0 180px;
}
@media (max-width: 768px) {
  .of-main-inner {
    padding: 120px 0 140px;
  }
}
@media (max-width: 640px) {
  .of-main-inner {
    padding: 60px 0 60px;
  }
}
.of-main .lib-breadcrumb__list li a {
  color: #ffffff;
}
.of-main-title {
  max-width: 1440px;
  width: 95%;
  margin: auto;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .of-main-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.of-submain {
  background: url(/dcms_media/image/of-main.webp) no-repeat center right;
  background-size: cover;
  margin-bottom: 80px;
  padding: 180px 0;
}
@media (max-width: 1024px) {
  .of-submain {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .of-submain {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .of-submain {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.of-submain-inner {
  max-width: 1440px;
  width: 95%;
  margin: auto;
}
.of-submain-inner .-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .of-submain-inner .-title {
    font-size: 32px;
  }
}
.of-submain-inner .-subtitle {
  color: #ffffff;
  font-size: 20px;
  margin-top: 16px;
}
@media (max-width: 640px) {
  .of-submain-inner .-subtitle {
    font-size: 16px;
  }
}
.of-submain.-solutions {
  background-image: url(/dcms_media/image/of-main-solutions.webp);
}
.of-submain.-products {
  background-image: url(/dcms_media/image/of-main-products.webp);
}
.of-submain.-ds {
  background-image: url(/dcms_media/image/of-main-demosupport.webp);
}

.of-link-btn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .of-link-btn {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .of-link-btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 48px;
  }
}
.of-link-btn li a {
  color: #ffffff;
  display: flex;
  font-size: 14px;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.2;
  padding: 20px 40px 20px 20px;
  background: #013F99 url(../image/common/arr02.png) no-repeat 94% center;
}
@media (max-width: 640px) {
  .of-link-btn li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.of-link-btn li a:hover {
  opacity: 0.7;
}

.of-submain-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .of-submain-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .of-submain-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.of-submain-info-item {
  padding: 32px 16px;
  background-color: #013F99;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .of-submain-info-item {
    padding: 16px 8px;
  }
}
.of-submain-info-item .-nv {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 768px) {
  .of-submain-info-item .-nv {
    font-size: 16px;
  }
}
.of-submain-info-item .-nv .-num {
  font-size: 28px;
}
@media (max-width: 768px) {
  .of-submain-info-item .-nv .-num {
    font-size: 22px;
  }
}
.of-submain-info-item .-sub {
  margin-top: 0;
}
@media (max-width: 768px) {
  .of-submain-info-item .-sub {
    font-size: 14px;
  }
}

.of-solutions-info {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.of-solutions-info-wrap {
  position: relative;
  z-index: 1;
}
.of-solutions-info-item {
  padding: 16px;
  background-color: #013F99;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.of-solutions-info-item .-nv {
  font-weight: bold;
  font-size: 20px;
}
.of-solutions-info-item .-nv .-num {
  font-size: 28px;
}

.of-p-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .of-p-link {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.of-p-link-item {
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.of-p-link-catch {
  text-align: center;
  background-color: #F5F5F5;
  padding: 60px 0 130px;
  position: relative;
  bottom: -100px;
}
@media (max-width: 640px) {
  .of-p-link-catch {
    padding: 40px 0 80px;
    bottom: -60px;
  }
}
.of-p-link-catch .-catch {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .of-p-link-catch .-catch {
    font-size: 22px;
  }
}
.of-p-link-title {
  padding: 16px;
  background-color: #013F99;
  color: #ffffff;
  text-align: center;
}
.of-p-link-title .-subtitle {
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.of-p-link-title .-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .of-p-link-title .-title {
    font-size: 20px;
  }
}
.of-p-link-content {
  padding: 40px;
}
@media (max-width: 768px) {
  .of-p-link-content {
    padding: 24px;
  }
}
.of-p-link-content ul {
  padding: 16px 24px;
  background-color: #F5F5F5;
}
.of-p-link-content ul li {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}
.of-p-link-content ul li::before {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #013F99;
  position: absolute;
  top: 10px;
  left: 0;
}
.of-p-link-content .-btn {
  margin-top: 24px;
}
.of-p-link-content .-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 16px;
  padding: 16px;
  border: 1px solid #013F99;
  color: #013F99;
  transition: all 0.2s ease 0s;
}
.of-p-link-content .-btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #013F99;
  -webkit-mask-image: url(../image/common/icon-cret-right.svg);
          mask-image: url(../image/common/icon-cret-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.of-p-link-content .-btn a:hover {
  background-color: #013F99;
  color: #ffffff;
}
.of-p-link-content .-btn a:hover::after {
  background-color: #ffffff;
}

.of-subpmain {
  background: url(/dcms_media/image/of-s-ts.webp) no-repeat center right;
  background-size: cover;
  margin-bottom: 80px;
  padding: 100px 0;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .of-subpmain {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .of-subpmain {
    padding: 64px 0;
  }
}
@media (max-width: 640px) {
  .of-subpmain {
    padding: 48px 0;
    margin-bottom: 60px;
    margin-top: 60px;
    background-position: 60% center;
  }
}
.of-subpmain.-ts {
  background-image: url(/dcms_media/image/of-s-ts.webp);
}
.of-subpmain.-bs {
  background-image: url(/dcms_media/image/of-s-bs.webp);
}
.of-subpmain-inner .-catch {
  font-size: 18px;
  display: inline-block;
  padding: 6px;
  line-height: 1;
  color: #013F99;
  border-radius: 6px;
  border: 1px solid #013F99;
}
@media (max-width: 640px) {
  .of-subpmain-inner .-catch {
    font-size: 14px;
  }
}
.of-subpmain-inner .-title {
  font-size: 48px;
  color: #013F99;
  margin-top: 8px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 768px) {
  .of-subpmain-inner .-title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .of-subpmain-inner .-title {
    font-size: 32px;
  }
}
.of-subpmain-inner .-text {
  margin-top: 16px;
}

.of-baa + .of-baa {
  margin-top: 72px;
}
@media (max-width: 768px) {
  .of-baa + .of-baa {
    margin-top: 48px;
  }
}
@media (max-width: 640px) {
  .of-baa + .of-baa {
    margin-top: 40px;
  }
}
.of-baa-num {
  color: #013F99;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 690px) {
  .of-baa-num {
    font-size: 16px;
  }
}
.of-baa-num .-num {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.of-baa-num .-num::after {
  content: "";
  position: absolute;
  top: 0.25em;
  right: 0;
  width: 2px;
  height: 1em;
  background-color: #013F99;
}
.of-baa-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (max-width: 690px) {
  .of-baa-title {
    font-size: 24px;
  }
}
.of-baa-text {
  margin-top: 16px;
}
.of-baa-content {
  display: flex;
  margin-top: 24px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 690px) {
  .of-baa-content {
    flex-direction: column;
  }
}
.of-baa-content-b {
  padding: 30px 40px 30px 30px;
  flex: 1;
}
@media screen and (max-width: 690px) {
  .of-baa-content-b {
    padding: 24px 24px 50px 24px;
  }
}
.of-baa-content-b .-title {
  margin-bottom: -16px;
  text-align: center;
  color: #4F8ADC;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .of-baa-content-b .-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 690px) {
  .of-baa-content-b .-title {
    font-size: 18px;
  }
}
.of-baa-content-a {
  background-color: #f0f5ff;
  padding: 30px 30px 30px 50px;
  flex: 1;
  margin-left: -20px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 50%);
}
@media screen and (max-width: 690px) {
  .of-baa-content-a {
    margin-left: 0;
    margin-top: -30px;
    padding: 50px 24px 24px 24px;
    clip-path: polygon(0 0, 50% 30px, 100% 0, 100% 100%, 0 100%);
  }
}
.of-baa-content-a .-title {
  margin-bottom: -16px;
  text-align: center;
  color: #013F99;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .of-baa-content-a .-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 690px) {
  .of-baa-content-a .-title {
    font-size: 18px;
  }
}
.of-baa-content-a .-list {
  margin-top: 16px;
}
.of-baa-content-a .-list li {
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 16px;
  color: #013F99;
  font-weight: 600;
}
.of-baa-content-a .-list li::before {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #013F99;
  position: absolute;
  top: 10px;
  left: 0;
}
.of-baa-content-a .-list li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.of-baa-content-a .-list li ul li {
  width: 49%;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1025px) {
  .of-baa-content-a .-list li ul li {
    width: 100%;
  }
}
.of-baa-content-a .-list li ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #013F99;
  border-radius: 100vh;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: transparent;
}
.of-baa-content .-btn {
  margin-top: 24px;
}
.of-baa-content .-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 16px;
  padding: 16px;
  border: 1px solid #013F99;
  color: #013F99;
  transition: all 0.2s ease 0s;
  background-color: #ffffff;
}
.of-baa-content .-btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #013F99;
  -webkit-mask-image: url(../image/common/icon-cret-right.svg);
          mask-image: url(../image/common/icon-cret-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.of-baa-content .-btn a:hover {
  background-color: #013F99;
  color: #ffffff;
}
.of-baa-content .-btn a:hover::after {
  background-color: #ffffff;
}

.of-subpmain-ts {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .of-subpmain-ts {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 24px;
  }
}
.of-subpmain-ts-text {
  flex: 1.5;
}
.of-subpmain-ts-text .-title {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .of-subpmain-ts-text .-title {
    font-size: 24px;
  }
}
.of-subpmain-ts-list {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  flex: 2;
}
.of-subpmain-ts-list .-title {
  text-align: center;
  padding: 24px;
  background-color: #F0F6FF;
  color: #013F99;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .of-subpmain-ts-list .-title {
    font-size: 18px;
    padding: 16px;
  }
}
.of-subpmain-ts-list .-list {
  padding: 32px;
}
@media (max-width: 640px) {
  .of-subpmain-ts-list .-list {
    padding: 24px;
  }
}
.of-subpmain-ts-list .-list dl + dl {
  margin-top: 16px;
}
.of-subpmain-ts-list .-list dl dt {
  position: relative;
  padding-left: 18px;
  color: #013F99;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 640px) {
  .of-subpmain-ts-list .-list dl dt {
    font-size: 16px;
  }
}
.of-subpmain-ts-list .-list dl dt::before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #013F99;
  position: absolute;
  top: 15px;
  left: 0;
}
@media (max-width: 640px) {
  .of-subpmain-ts-list .-list dl dt::before {
    top: 12px;
  }
}
.of-subpmain-ts-list .-list dl dd {
  padding-left: 18px;
  margin-top: 4px;
}

.of-subpmain-bs {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .of-subpmain-bs {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 24px;
  }
}
.of-subpmain-bs-text {
  flex: 0.8;
}
.of-subpmain-bs-text .-title {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .of-subpmain-bs-text .-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .of-subpmain-bs-text .-title br {
    display: none;
  }
}
.of-subpmain-bs-image {
  flex: 1;
}

.of-submain-logo {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .of-submain-logo {
    margin-top: 56px;
  }
}
@media (max-width: 640px) {
  .of-submain-logo {
    margin-top: 24px;
  }
}
.of-submain-logo .swiper-slide {
  padding: 0 10px;
}
.of-submain-logo-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
}
.of-submain-logo-list img {
  max-width: 272px;
  width: 15%;
}
@media (max-width: 768px) {
  .of-submain-logo-list img {
    width: 30%;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.of-textimage {
  display: flex;
  gap: 32px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .of-textimage {
    margin-top: 64px;
  }
}
@media (max-width: 690px) {
  .of-textimage {
    flex-direction: column;
    margin-top: 48px;
  }
}
.of-textimage-text {
  flex: 1.2;
}
.of-textimage-text p {
  margin-top: 12px !important;
}
.of-textimage-text .-title {
  font-size: 28px;
  font-weight: 600;
  color: #013F99;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .of-textimage-text .-title {
    font-size: 22px;
  }
}
.of-textimage-text .-supp {
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px !important;
}
@media (max-width: 640px) {
  .of-textimage-text .-supp {
    font-size: 16px;
  }
}
.of-textimage-text .-subtitle {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .of-textimage-text .-subtitle {
    font-size: 18px;
  }
}
.of-textimage-image {
  flex: 1;
}

.of-texttab {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .of-texttab {
    flex-direction: column;
  }
}
.of-texttab-text {
  flex: 1;
}
.of-texttab-text .-title {
  font-size: 28px;
  font-weight: 600;
  color: #013F99;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .of-texttab-text .-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.of-texttab-text ul li {
  list-style-type: none;
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 18px;
}
.of-texttab-text ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #013F99;
  border-radius: 100vh;
  position: absolute;
  top: 10px;
  left: 0;
}
.of-texttab-tab {
  flex: 2.5;
}
@media (max-width: 640px) {
  .of-texttab-tab {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .of-texttab-tab .-scroll {
    min-width: 600px;
  }
}
.of-texttab-tab table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.of-texttab-tab table th, .of-texttab-tab table td {
  vertical-align: middle;
  text-align: center;
}
.of-texttab-tab table thead th {
  background-color: #013F99;
  color: #ffffff;
  font-size: 20px !important;
  font-weight: 400 !important;
  padding: 16px 8px !important;
  border-right: 1px solid #ffffff;
}
.of-texttab-tab table thead th:nth-child(3) {
  width: 17%;
}
.of-texttab-tab table thead th:last-child {
  width: 37%;
}
@media (max-width: 640px) {
  .of-texttab-tab table thead th {
    font-size: 18px !important;
  }
}
.of-texttab-tab table tbody td {
  padding: 8px !important;
  border-color: #eee !important;
}
.of-texttab-tab table tbody td:first-child {
  font-weight: 600;
}

ol.circle-num {
  margin-top: 16px;
  list-style: none;
}
ol.circle-num li {
  margin-top: 8px;
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.5em;
}
ol.circle-num li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
ol.circle-num li:nth-child(1)::before {
  content: "①";
}
ol.circle-num li:nth-child(2)::before {
  content: "②";
}
ol.circle-num li:nth-child(3)::before {
  content: "③";
}
ol.circle-num li:nth-child(4)::before {
  content: "④";
}
ol.circle-num li:nth-child(5)::before {
  content: "⑤";
}
ol.circle-num li:nth-child(6)::before {
  content: "⑥";
}
ol.circle-num li:nth-child(7)::before {
  content: "⑦";
}
ol.circle-num li:nth-child(8)::before {
  content: "⑧";
}
ol.circle-num li:nth-child(9)::before {
  content: "⑨";
}
ol.circle-num li:nth-child(10)::before {
  content: "⑩";
}

.of-textlist {
  display: flex;
  gap: 64px;
}
@media (max-width: 768px) {
  .of-textlist {
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .of-textlist {
    flex-direction: column;
    gap: 24px;
  }
}
.of-textlist + .of-textlist {
  margin-top: 80px;
}
@media (max-width: 640px) {
  .of-textlist + .of-textlist {
    margin-top: 48px;
  }
}
.of-textlist-text {
  flex: 1;
}
.of-textlist-text p {
  margin-top: 12px !important;
}
.of-textlist-list {
  flex: 1.3;
}
.of-textlist-list-item {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
}
@media (max-width: 640px) {
  .of-textlist-list-item {
    font-size: 16px;
    padding: 24px;
  }
}
.of-textlist-list-item + .of-textlist-list-item {
  margin-top: 8px;
}
.of-textlist-list-item p {
  margin-top: 10px !important;
}
.of-textlist-list-item .-title {
  font-size: 20px;
  font-weight: 600;
  color: #013F99;
  margin-bottom: 12px;
}
@media (max-width: 640px) {
  .of-textlist-list-item .-title {
    font-size: 18px;
  }
}
.of-textlist-list-item .-bold {
  font-weight: 600;
}
.of-textlist-list-item .-bold a {
  color: #333;
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: break-all;
}
.of-textlist-list-item .-bold a:hover {
  text-decoration: underline;
}
.of-textlist-list-item ul li {
  margin-top: 10px;
  position: relative;
  padding-left: 17px;
}
.of-textlist-list-item ul li::before {
  content: "";
  border-radius: 100vh;
  background-color: #013F99;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
}

.of-notes {
  margin-top: 80px;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 640px) {
  .of-notes {
    margin-top: 48px;
  }
}
.of-notes .of-grid-item {
  display: flex;
  gap: 24px;
}
@media (max-width: 640px) {
  .of-notes .of-grid-item {
    gap: 16px;
  }
}
.of-notes .of-grid-item .-left {
  flex: 1;
}
.of-notes .of-grid-item .-left img {
  border: 1px solid #ddd;
  padding: 8px;
}
.of-notes .of-grid-item .-right {
  flex: 1.5;
}

.subtitle_2 {
  font-size: 28px;
  font-weight: 700;
  color: #013F99;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .subtitle_2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.subtitle_3 {
  position: relative;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .subtitle_3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.subtitle_3.-color {
  color: #013F99;
}
.subtitle_3::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #013F99;
  position: absolute;
  top: 14px;
  left: 0;
}
@media (max-width: 640px) {
  .subtitle_3::before {
    top: 12px;
  }
}
.subtitle_3-2 {
  color: #013F99;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .subtitle_3-2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.subtitle_3-2::before {
  display: none;
}
.subtitle_3.-large {
  font-size: 24px;
}
@media (max-width: 640px) {
  .subtitle_3.-large {
    font-size: 20px;
  }
}
.subtitle_3.-large::before {
  top: 17px;
}
@media (max-width: 640px) {
  .subtitle_3.-large::before {
    top: 15px;
  }
}

.subtitle_3 + p {
  margin-top: auto !important;
}

.iframe-box {
  width: 100%;
  max-width: 800px;
}

.iframe-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

.of-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
}
@media (max-width: 768px) {
  .of-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media (max-width: 640px) {
  .of-grid-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.of-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 32px;
}
@media (max-width: 768px) {
  .of-grid-2 {
    gap: 32px 24px;
  }
}
@media (max-width: 640px) {
  .of-grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.of-btn {
  margin-top: 20px;
}
.of-btn a {
  color: #013F99;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  height: 100%;
  text-decoration: none;
  line-height: 1.2;
  padding: 20px 55px 20px 20px;
  background: #F1F1F1 url(../image/common/arr01.png) no-repeat 94% center;
}
@media (max-width: 640px) {
  .of-btn a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.of-btn a:hover {
  opacity: 0.7;
}

.iframe-box + h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .iframe-box + h3 {
    margin-top: 5px;
  }
}

.iframe-box iframe,
.iframe-box video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

video {
  max-width: 100%;
  height: auto;
}

.of-bg-gray {
  background-color: #F5F5F5;
  padding: 32px;
}
@media (max-width: 768px) {
  .of-bg-gray {
    padding: 24px;
  }
}

.of-list-maru li {
  margin: 10px 0;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}
.of-list-maru li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100vh;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #013F99;
}

.of-dsitem {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .of-dsitem {
    margin-top: 64px;
  }
}
@media (max-width: 640px) {
  .of-dsitem {
    margin-top: 56px;
  }
}
.of-dsitem .of-bg-gray {
  margin-top: 24px;
}

/* マップ全体を囲むコンテナ */
.map-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media (max-width: 1024px) {
  .map-container {
    width: 640px;
    margin-bottom: 60px;
  }
}
@media (max-width: 690px) {
  .map-container {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* 地図画像 */
.map-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 690px) {
  .map-image {
    display: none;
  }
}

.map-btn {
  position: absolute;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
  border-radius: 100vh;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  font-size: min(14px, 2vw);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease 0s;
}
@media (max-width: 1024px) {
  .map-btn {
    padding: 8px;
    gap: 6px;
  }
}
@media (max-width: 690px) {
  .map-btn {
    position: static;
    width: calc(50% - 4px);
    font-size: 14px;
    box-shadow: none;
    padding: 12px 8px;
    border-radius: 10px;
    justify-content: space-between;
  }
  .map-btn span {
    display: none;
  }
}

.map-btn:hover {
  background-color: #013F99;
  color: #ffffff;
  border-color: #013F99;
}

.map-btn::after {
  content: "";
  display: inline-block;
  transition: all 0.2s ease 0s;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #013F99;
  background-image: url(/dcms_media/other/icon-search-white.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .map-btn::after {
    width: 22px;
    height: 22px;
    background-size: 12px;
  }
}
@media (max-width: 690px) {
  .map-btn::after {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}

.map-btn:hover::after {
  background-image: url(/dcms_media/other/icon-search.svg);
  background-color: #ffffff;
}

.map-btn .pin {
  pointer-events: none;
}

/* 丸ポチ（地点） */
.map-btn .pin::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 3px solid #013F99;
  border-radius: 50%;
  z-index: 1;
}

/* 斜めの引き出し線 */
.map-btn .pin::after {
  content: "";
  position: absolute;
  background-color: #013F99;
  height: 2px;
}

/* --- ベルリン --- */
.map-btn.berlin {
  top: 27%;
  left: 15%;
}

.map-btn.berlin .pin::before {
  bottom: -40%;
  left: -19%;
}

.map-btn.berlin .pin::after {
  width: 18%;
  bottom: 21%;
  left: 0%;
  transform: rotate(143deg);
  transform-origin: left center;
}

@media (max-width: 1024px) {
  .map-btn.berlin {
    top: 23.5%;
    left: 16.5%;
  }
}
/* --- バレンシア --- */
.map-btn.valencia {
  top: 50%;
  left: 5%;
}

.map-btn.valencia .pin::before {
  top: -108%;
  left: 10%;
}

.map-btn.valencia .pin::after {
  width: 23%;
  top: -4%;
  left: 18%;
  transform: rotate(256deg);
  transform-origin: left center;
}

@media (max-width: 1024px) {
  .map-btn.valencia {
    top: 55%;
    left: 4%;
  }
}
/* --- ニューヨーク --- */
.map-btn.new-york {
  top: 25.5%;
  left: 76%;
}

.map-btn.new-york .pin::before {
  bottom: -87%;
  right: 51%;
}

.map-btn.new-york .pin::after {
  width: 16%;
  bottom: -6%;
  right: 43%;
  transform: rotate(73deg);
  transform-origin: left center;
}

@media (max-width: 1024px) {
  .map-btn.new-york {
    top: 21%;
    left: 73%;
  }
}
/* --- サンノゼ --- */
.map-btn.san-jose {
  top: 35%;
  left: 56%;
}

.map-btn.san-jose .pin::before {
  bottom: -75%;
  right: 3%;
}

.map-btn.san-jose .pin::after {
  width: 17%;
  bottom: -6%;
  right: -1%;
  transform: rotate(54deg);
  transform-origin: left center;
}

@media (max-width: 1024px) {
  .map-btn.san-jose {
    top: 30%;
    left: 50.5%;
  }
}
/* --- 静岡--- */
.map-btn.shizuoka {
  top: 53.5%;
  left: 41.5%;
}

.map-btn.shizuoka .pin::before {
  top: -62%;
  left: 18%;
}

.map-btn.shizuoka .pin::after {
  width: 12%;
  top: 0%;
  left: 29%;
  transform: rotate(-125deg);
  transform-origin: left center;
}

@media (max-width: 1024px) {
  .map-btn.shizuoka {
    top: 54.5%;
    left: 39.5%;
  }
}
/* モーダル背景（黒半透明のオーバーレイ） */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-overlay[style*="display: block"] {
  display: flex !important;
}

.modal-content {
  background-color: #ffffff;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  padding: 32px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 690px) {
  .modal-content {
    padding: 24px;
  }
}

.modal-close {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  background: #013F99;
  border: 1px solid #013F99;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  transition: all 0.2s ease 0s;
}

.modal-close:hover {
  color: #013F99;
  background: #ffffff;
}

.of-map {
  display: flex;
  gap: 32px;
}
@media (max-width: 690px) {
  .of-map {
    flex-direction: column;
    gap: 16px;
  }
}
.of-map-img {
  flex: 1;
}
.of-map-info {
  flex: 1.5;
}
.of-map-info .subtitle_3-2 {
  margin-bottom: 8px;
}
.of-map-info p {
  margin-top: 4px !important;
}
.of-map-info .of-bg-gray {
  margin-top: 24px;
  padding: 16px;
}
.of-map-info .of-bg-gray a {
  color: #333;
  text-decoration: none;
}
.of-map-info .of-bg-gray a:hover {
  color: #013F99;
}
.of-map-info .-title {
  color: #013F99;
  font-weight: 600;
  font-size: 18px;
}