@charset "UTF-8";
/**
 * Base Font Size
 */
.standard .stTitle {
  margin: 0 auto 72px;
  display: flex;
  justify-content: center;
  max-width: 586px;
}
@media screen and (max-width: 1024px) {
  .standard .stTitle {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  .standard .stTitle {
    margin: 0 32px 40px;
  }
}
.standard .stTitle img {
  width: auto;
  max-width: 100%;
}
.standard .stVideo {
  margin: 0 auto 72px;
  max-width: 736px;
}
@media screen and (max-width: 768px) {
  .standard .stVideo {
    max-width: calc(100% - 32px);
    margin: 8.203125vw 16px;
  }
}
.standard .stVideo .ytVideoPlayer {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9アスペクト比 */
  height: 0;
  overflow: hidden;
}
.standard .stVideo .ytVideoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.standard .stList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 96px;
  margin: 0 17.7777777778vw 72px;
}
@media screen and (max-width: 1024px) {
  .standard .stList {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 4.4444444444vw 72px;
  }
}
.standard .stList .stListItem {
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
}
.standard .stList .stListItem .stLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  transition: all 0.3s;
  text-decoration: none;
}
.standard .stList .stListItem .stLink .stLinkText {
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .standard .stList .stListItem .stLink .stLinkText {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .standard .stList .stListItem .stLink .stLinkText {
    font-size: 1.125rem;
  }
}
.standard .stList .stListItem .stLink .stLinkIcon {
  border-radius: 50%;
  border: 1px solid #333333;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.standard .stList .stListItem .stLink .stLinkIcon::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateY(-25%) rotate(135deg);
}
.standard .stList .stListItem .stLink.pageLink .stLinkIcon::after {
  transform: translateX(-25%) rotate(45deg);
}
.standard .stList .stListItem .stLink:hover .stLinkIcon {
  border: 1px solid #ffffff;
  background-color: #333333;
  transition: all 0.3s;
}
.standard .stList .stListItem .stLink:hover .stLinkIcon::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.standard .stCaption {
  margin: 0 auto;
  text-align: center;
  font-size: 0.875rem;
  color: #333333;
  padding: 0 16px;
}
.standard .logoBox .img {
  max-width: 340px;
}

/*# sourceMappingURL=tech_standard.css.map */
