﻿.soTopMv {
  width: 100%;
  position: relative;
}
.soTopMvBody {
  position: relative;
}
.soTopMvCube {
  position: absolute;
  top: 7%;
  right: 0;
  width: 40%;
    display: flex;
  justify-content: center;
}
.soTopMvCubeInner {
  width: 30vw;
  height: 30vw;
  perspective: 35vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soTopMvCubeBox {
  width: 18vw;
  height: 18vw;
  transform-style: preserve-3d;
  position: relative;
  animation: rotation 20s linear 0s infinite normal none running;
  transform-origin: center center;
}
@keyframes rotation {
  0% {
    transform: rotateY(360deg);
  }
  25% {
    transform: rotateY(270deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.face {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
}
.face img {
  width: 100%;
  height: 100%;
}
.face.face01 {
  transform: rotateY(-90deg) translateZ(9vw);
}
.face.face02 {
  transform: rotateY(0deg) translateZ(9vw);
}
.face.face03 {
  transform: rotateY(90deg) translateZ(9vw);
}
.face.face04 {
  transform: rotateY(180deg) translateZ(9vw);
}
@media screen and (min-width: 1025px) {
  .soTopMvBtnPosition {
    position: absolute;
    bottom: 5%;
    left: 1%;
    display: flex;
    justify-content: space-around;
    width: 70%;
  }
}
.soTopMvBtn {
  background-color: #fff;
  border-bottom: solid 1px #e1e1e1;
}
@media screen and (min-width: 1025px) {
  .soTopMvBtn {
    border: solid 1px #006FBC;
    width: 32%;
  }
}
.soTopMvBtn a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.soTopMvBtn a:after {
  font-family: ico;
  content: "\e900";
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: all .3s;
}
.soTopTitleh2 {
  margin-bottom: 50px;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}
.soTopTitleh2 > h2 {
  font-weight: normal;
}
.soTopNews {
  margin-top: 150px;
}
.soTopNewsList > ul > li:nth-of-type(n+2) {
  margin-top: 30px;
}
.soTopNewsList > ul > li > a {
  display: block;
  position: relative;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.soTopNewsList > ul > li > a:hover {
  background-color: #F2F7FC;
}
.soTopNewsList > ul > li > a:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-image: url(/files/img/so/common/arrow_topics_blue.png);
  content: "";
}
.soTopCopy {
  margin-top: 60px;
  margin-bottom: 80px;
}
.soTopCopyContents {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.soTopCopyText .sbTitle {
  font-size: 36px;
  margin-bottom: 0.5em;
}
.soTopCopyImg {
  width: 45%;
}
.soTopNewsList > p {
  margin-top: 20px;
  text-align: right;
}
.soTopNewsList > p > a {
  display: inline-block;
  padding-left: 10px;
  background-image: url(/files/img/so/common/arrow_r_blue.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #111;
}
.soTopNewsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #e1e1e1;
}
.soTopNewsCard > dt {
  width: 240px;
  background-color: #f4F4F4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.soTopNewsCard > dd {
  position: relative;
  width: calc(100% - 240px);
  padding: 45px 15px 30px;
}
.soTopNewsCardLabel {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 24px;
  background-color: #006FBC;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.soTopNewsCardDate {
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
}
.soTopNewsCardTitle {
  margin: 10px 0;
  padding: 5px;
}
.soTopNewsCardUpdate {
  position: absolute;
  right: 40px;
  bottom: 10px;
  color: #666;
  font-size: 1.4rem;
}
.soTopFeature {
  margin-top: 150px;
}
.soTopFeature > p {
  text-align: center;
}
.soTopFeatureList {
  margin-top: 20px;
}
.soTopFeatureList > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 25px;
}
.soTopFeatureList > ul > li > a > img {
  width: 100%;
}
.soTopFeatureBnr {
  margin-top: 40px;
}
.soTopFeatureBnr > p {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
.soTopReport {
  margin-top: 150px;
}
.soTopReportList {
  margin-bottom: 120px;
}
.soTopReportList .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}
.soTopReportList .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #000;
}
.soTopReportList .swiper-slide a:hover {
  opacity: .7;
}
.soTopReportList .swiper-slide .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: 160px;
  background-color: #f2f5f7;
  text-align: center;
}
.soTopReportList .swiper-slide .image img {
  position: absolute;
  right: -50%;
  left: -50%;
  margin: 0 auto;
  max-width: none;
  height: 100%;
}
.soTopReportList .swiper-slide .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.soTopReportList .swiper-slide .detail p {
  margin: 0;
  font-size: 15px;
  line-height: 1.33;
}
.soTopReportList .swiper-slide .detail .ttl {
  overflow: hidden;
  margin: 20px 0;
  height: 4em;
}
.soTopReportList .swiper-slide .detail .update {
  color: #777;
  font-size: 13px;
}
.soTopReportList .swiper-button-next, .soTopReportList .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  -webkit-transition: .3s;
  transition: .3s;
}
.soTopReportList .swiper-button-next:after, .soTopReportList .swiper-button-prev:after {
  display: none;
}
.soTopReportList .swiper-button-prev {
  left: 0;
  background-image: url('/files/img/so/common/ic_arrow_prev2.svg');
}
.soTopReportList .swiper-button-prev:hover {
  background-image: url('/files/img/so/common/ic_arrow_prev2_on.svg');
}
.soTopReportList .swiper-button-next {
  right: 0;
  background-image: url('/files/img/so/common/ic_arrow_next2.svg');
}
.soTopReportList .swiper-button-next:hover {
  background-image: url('/files/img/so/common/ic_arrow_next2_on.svg');
}
.soTopReportList .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.soTopReportList .btn a {
  display: inline-block;
  padding: 10px 60px;
  border: 1px solid #006FBC;
  border-radius: 25px;
  color: #006FBC;
  font-size: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}
.soTopReportList .btn a:hover {
  border: 1px solid #006FBC;
  background-color: #006FBC;
  color: #fff;
}
.soTopReportList .btn a span {
  display: block;
  padding-right: 25px;
  background: url('/files/img/so/common/ic_arrow_blue_bold.svg') right center no-repeat;
  background-size: 7px auto;
}
.soTopReportList .btn a:hover span {
  background: url('/files/img/so/common/ic_arrow_white_bold.svg') right center no-repeat;
  background-size: 7px auto;
}
.soTopPickup {
  margin-top: 150px;
  text-align: center
}
.soTopFund {
  margin-top: 60px;
}
.soTopFundList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.soTopFundList > ul > li {
  width: 470px;
}
.soTopFundList > ul > li > a {
  display: block;
  color: #555;
  font-size: 1.4rem;
}
.soTopFundList > ul > li > a > dl > dt > img {
  width: 100%;
}
.soTopFundList > ul > li > a > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.soTopLink {
  margin-top: 50px;
}
.soTopLinkList {
  padding: 20px;
  border: 1px solid #e1e1e1;
}
.soTopLinkList > h2 {
  font-size: 2.6rem;
  font-weight: normal;
}
.soTopLinkList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 1.4rem;
}
.soTopLinkList > ul > li {
  width: 33.33333%;
  padding-left: 10px;
  background-image: url(/files/img/so/common/arrow_r_blue.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.soTopLinkList > ul > li > a {
  display: inline-block;
  padding-right: 12px;
  background-image: url(/files/img/so/common/ico_neww.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .soTopTitleh2 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .soTopCopyContents {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
  .soTopCopyImg {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .soTopCopyText .sbTitle {
    font-size: 28px;
  }
  .soTopFeature {
    margin-top: 100px;
  }
  .soTopFeatureList > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .soTopNews {
    margin-top: 60px;
  }
  .soTopNewsCard {
    display: block;
  }
  .soTopNewsCard > dt {
    width: 100%;
    height: 160px;
  }
  .soTopNewsCard > dd {
    width: 100%;
    padding: 40px 10px 30px;
  }
  .soTopNewsCardLabel {
    width: 60px;
    height: 20px;
    line-height: 20px;
  }
  .soTopNewsCardDate {
    font-size: 1.2rem;
  }
  .soTopNewsCardTitle {
    margin: 15px 0 15px;
    padding: 0;
    font-size: 1.4rem;
  }
  .soTopNewsCardUpdate {
    font-size: 1.2rem;
  }
  .soTopFeature > p {
    text-align: left;
  }
  .soTopFeatureList > ul > li {
    width: 100%;
  }
  .soTopFeatureBnr {
    margin-top: 30px;
  }
  .soTopFeatureBnr > p {
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: left;
  }
  .soTopReport {
    margin-top: 60px;
  }
  .soTopReportList .swiper-button-prev {
    left: -10px;
  }
  .soTopReportList .swiper-button-next {
    right: -10px;
  }
  .soTopPickup {
    margin-top: 80px;
  }
  .soTopFundList > ul {
    display: block;
  }
  .soTopFundList > ul > li {
    width: 100%;
    margin-top: 35px;
  }
  .soTopFundList > ul > li > a > dl > dd {
    display: block;
  }
  .soTopLinkList > h2 {
    font-size: 2.0rem;
  }
  .soTopLinkList > ul {
    display: block;
    margin-top: 10px;
    padding-left: 10px;
  }
  .soTopLinkList > ul > li {
    width: 100%;
  }
  .soTopLinkList > ul > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px), print {
  .soTopMvBody ul > li {
    background-image: none !important;
  }
  .soTopFeatureList > ul > li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .soTopLinkList > ul > li:nth-of-type(n+4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .soTopReportList .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .soTopReportList .swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .soTopReportList .swiper-slide a:hover {
    opacity: .7;
  }
  .soTopReportList .swiper-slide .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    height: 160px;
    background-color: #f2f5f7;
    text-align: center;
  }
  .soTopReportList .swiper-slide .image img {
    position: absolute;
    right: -50%;
    left: -50%;
    margin: 0 auto;
    max-width: none;
    height: 100%;
  }
  .soTopReportList .swiper-slide .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .soTopReportList .swiper-slide .detail p {
    margin: 0;
    font-size: 15px;
    line-height: 1.33;
  }
  .soTopReportList .swiper-slide .detail .ttl {
    overflow: hidden;
    margin: 20px 0;
    height: 4em;
  }
  .soTopReportList .swiper-slide .detail .update {
    color: #777;
    font-size: 13px;
  }
  .soTopReportList .swiper-button-next, .soTopReportList .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 47px;
    height: 47px;
    background-size: 47px auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .soTopReportList .swiper-button-prev {
    left: 0;
    background-image: url('/files/img/so/common/ic_arrow_prev2.svg');
  }
  .soTopReportList .swiper-button-prev:hover {
    background-image: url('/files/img/so/common/ic_arrow_prev2_on.svg');
  }
  .soTopReportList .swiper-button-next {
    right: 0;
    background-image: url('/files/img/so/common/ic_arrow_next2.svg');
  }
  .soTopReportList .swiper-button-next:hover {
    background-image: url('/files/img/so/common/ic_arrow_next2_on.svg');
  }
  .soTopReportList .swiper-button-next:after, .soTopReportList .swiper-button-prev:after {
    display: none;
  }
  .soTopReportList .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .soTopReportList .btn a {
    display: inline-block;
    border: 1px solid #006FBC;
    border-radius: 25px;
    color: #006FBC;
    padding: 10px;
    font-size: 12px;
    */ -webkit-transition: .3s;
    transition: .3s;
  }
  .soTopReportList .btn a:hover {
    border: 1px solid #006FBC;
    background-color: #006FBC;
    color: #fff;
  }
  .soTopReportList .btn a span {
    display: block;
    padding-right: 25px;
    background: url('/files/img/so/common/ic_arrow_blue_bold.svg') right center no-repeat;
    background-size: 7px auto;
  }
  .soTopReportList .btn a:hover span {
    background: url('/files/img/so/common/ic_arrow_white_bold.svg') right center no-repeat;
    background-size: 7px auto;
  }
}
/*--------------------------.secDs------------------------*/
.secDs {
  padding: 150px 0 0;
  margin-bottom: 100px
}
.secDs.anim {
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s .3s
}
.secDs.anim.active {
  opacity: 1;
  transform: translateY(0)
}
.secDs .secDsInner {
  background: linear-gradient(90deg, #F4F5F7 0%, #F4F5F7 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%)
}
@media screen and (min-width: 769px) {
  .secDs .secDsInner {
    background: linear-gradient(90deg, #F4F5F7 0%, #F4F5F7 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%)
  }
}
.secDs .secDsTop {
  padding: 0 40px;
  transform: translateY(-65px)
}
.secDs .secDsTop .secDsTopInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
@media screen and (min-width: 1025px) {
  .secDs .secDsTop .secDsTopInner {
    flex-wrap: nowrap
  }
}
.secDs .secDsTop .secDsTopInner .secDsTopLogo {
  width: 100%;
  display: flex;
  justify-content: flex-start
}
@media screen and (min-width: 1025px) {
  .secDs .secDsTop .secDsTopInner .secDsTopLogo {
    width: auto
  }
}
@media screen and (min-width: 1025px) {
  .secDs .secDsTop .secDsTopInner .secDsTopList {
    padding-left: 25px
  }
}
.secDs .secDsTop .secDsTopInner .secDsTopList ul {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 630px
}
@media screen and (min-width: 769px) {
  .secDs .secDsTop .secDsTopInner .secDsTopList ul {
    display: flex;
  }
  .secDs .secDsTop .secDsTopInner .secDsTopList ul li {
    margin: 0 10px 15px 10px;
    letter-spacing: .025em;
  }
}
@media screen and (min-width: 1025px) {
  .secDs .secDsTop .secDsTopInner .secDsTopList ul li {
    margin: 0 25px 10px;
    font-size: 1.7rem
  }
}
.secDs .secDsTop .secDsTopInner .secDsTopList ul li a {
  text-decoration: underline;
  transition: all .3s
}
@media screen and (min-width: 1025px) {
  .secDs .secDsTop .secDsTopInner .secDsTopList ul li a:hover {
    text-decoration: none;
    color: #0066BB
  }
}
.secDs .secDsList {
  transform: translateY(-70px);
  overflow: hidden;
  padding: 0 40px;
}
.secDs .secDsList .swiper-container {
  width: 100%;
  margin: 20px auto 0;
  overflow: visible !important
}
@media screen and (min-width: 769px) {
  .secDs .secDsList .swiper-container {
    margin-top: 0;
  }
}
.secDs .secDsList .swiper-container .swiper-wrapper {
  padding: 70px 0 30px;
  display: flex;
  justify-content: flex-start
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  background: #fff;
  height: auto;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  width: 320px;
}
@media screen and (min-width: 769px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide {
    width: 250px;
  }
}
@media screen and (min-width: 1281px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide {
    width: 19%;
  }
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a {
  height: 100%;
  display: block;
  transition: all .3s
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg {
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg figure {
  display: block;
  height: 100%;
  width: 100%
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListImg figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
  transition: all .2s
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont {
  padding: 15px 20px 20px;
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont .secDsListContDate {
  color: #8C8D90;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px
}
@media screen and (min-width: 769px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont .secDsListContDate {
    font-size: 1.4rem
  }
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.75
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 260px
}
@media screen and (min-width: 769px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont ul {
    width: 290px
  }
}
@media screen and (min-width: 1281px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont ul {
    width: 420px
  }
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a .secDsListBox .secDsListCont ul li {
  margin: 0 2px 2px 0;
  color: #0066BB;
  font-size: 1.2rem;
  letter-spacing: .025em;
  background: #E9F0F5;
  padding: 2px 5px
}
@media screen and (min-width: 1025px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a:hover {
    color: #0066BB
  }
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide a:hover .secDsListBox .secDsListImg img {
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }
}
.secDs .secDsTopLogoBox {
  margin-bottom: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center
}
@media screen and (min-width: 1025px) {
  .secDs .secDsTopLogoBox {
    margin-bottom: 0
  }
}
.secDs .secDsTopLogoBox h2 a {
  background: none;
  width: inherit;
  height: inherit;
  transition: all .2s
}
.secDs .secDsTopLogoBox h2 a:after {
  content: none
}
.secDs .secDsTopLogoBox h2 a:hover {
  background: none;
  opacity: .7
}
.secDs .secDsTopLogoBox h2 img {
  width: 100%;
  max-width: 300px
}
.secDs .secDsTopLogoBox a {
  transform: translateY(-40px);
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 260px;
  height: 80px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 40px;
  line-height: 1.5;
  transition: all .3s
}
@media screen and (min-width: 1025px) {
  .secDs .secDsTopLogoBox a {
    line-height: 1.5
  }
}
.secDs .secDsTopLogoBox a:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  transition: all .3s;
  font-size: 2rem;
  font-weight: 500
}
@media screen and (min-width: 1025px) {
  .secDs .secDsTopLogoBox a:hover {
    background: #0066BB
  }
  .secDs .secDsTopLogoBox a:hover:after {
    right: 10px
  }
}
.secDs .secDsList .swiper-button-next, .secDs .secDsList .swiper-button-prev {
  position: absolute;
  display: block;
  z-index: 10;
  margin-top: 0;
  width: 52px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000;
  background: none;
  top: inherit;
  right: inherit;
  top: 0;
  left: 0;
  transition: all .3s;
  font-weight: 500;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer
}
.secDs .secDsList .swiper-button-next {
  left: 60px
}
.secDs .secDsList .swiper-button-next.swiper-button-disabled, .secDs .secDsList .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.secDs .secDsList .swiper-button-prev::after, .secDs .secDsList .swiper-button-next::after {
  position: relative;
  color: #000;
  opacity: 1;
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  transition: all .3s
}
.secDs .secDsList .swiper-button-prev::after {
  content: "←"
}
.secDs .secDsList .swiper-button-next::after {
  content: "→"
}
@media screen and (min-width: 1025px) {
  .secDs .secDsList .swiper-button-prev:hover, .secDs .secDsList .swiper-button-next:hover {
    border-color: #0066BB
  }
  .secDs .secDsList .swiper-button-prev:hover:after, .secDs .secDsList .swiper-button-next:hover:after {
    color: #0066BB
  }
}
.scrollbarCover {
  padding: 0 0 0 130px
}
@media screen and (min-width: 1025px) {
  .scrollbarCover {
    padding: 0 130px
  }
}
.secDs .secDsList .swiper-container-horizontal .swiper-scrollbar {
  height: 2px;
  background: #fff;
  bottom: -25px;
  border-bottom: 25px
}
.secDs .secDsList .swiper-scrollbar-drag {
  background: #000
}
*:focus {
  outline: none
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox a {
  height: auto;
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListImg {
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListImg figure {
  display: block;
  height: 100%;
  width: 100%
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListImg figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
  transition: all .2s
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont {
  padding: 30px
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont .secDsListContDate {
  color: #8C8D90;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px
}
@media screen and (min-width: 769px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont .secDsListContDate {
    font-size: 1.4rem
  }
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.75
}
@media screen and (min-width: 769px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont h2 {
    font-size: 1.8rem
  }
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 260px
}
@media screen and (min-width: 769px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont ul {
    width: 290px
  }
}
@media screen and (min-width: 1281px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont ul {
    width: 420px
  }
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont ul li {
  margin: 0 2px 2px 0;
  color: #0066BB;
  font-size: 1.2rem;
  letter-spacing: .025em;
  background: #E9F0F5;
  padding: 2px 5px
}
.secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox .secDsListCont ul li a {
  color: #0066BB;
}
@media screen and (min-width: 1025px) {
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox:hover .secDsListCont h2 {
    color: #0066BB;
  }
  .secDs .secDsList .swiper-container .swiper-wrapper .swiper-slide .secDsListBox:hover .secDsListImg img {
    transform: translate(-50%, -50%) scale(1.1, 1.1)
  }
}
.secDs .secDsList ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 630px;
}
@media screen and (min-width: 769px) {
  .secDs .secDsList ul {
    display: none;
  }
}
.secDs .secDsList ul li {
  margin: 0 10px 15px 10px;
  letter-spacing: 0.25em;
}
.secDs .secDsList ul li a {
  text-decoration: underline;
  transition: all .3s;
}