/* ========================================================================
   Component: ourmission
========================================================================== */
.ourmission {
  padding: 100px 0 150px;
  background: #eff7ff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ourmission {
    padding: 50px 0;
  }
}
.ourmission::before {
  content: "";
  display: block;
  width: 100%;
  height: 150vw;
  position: absolute;
  top: 0;
  left: 0;
  background: #efefef;
  transform: rotate(25deg) translateX(-62%) translateY(-25%);
}
@media screen and (max-width: 768px) {
  .ourmission::before {
    height: 290vw;
    transform: rotate(25deg) translateX(-62%) translateY(-5%);
  }
}
.ourmission-inner {
  margin: 0 100px;
  position: relative;
}
@media screen and (max-width: 1215px) {
  .ourmission-inner {
    width: 100%;
    max-width: 845px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .ourmission-inner {
    width: 90%;
  }
}
.ourmission-title {
  font-weight: bold;
  line-height: 1em;
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .ourmission-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ourmission-title {
    font-size: 28px;
    text-align: center;
  }
}
.ourmission-title span {
  display: block;
  font-weight: normal;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .ourmission-title span {
    font-size: 12px;
  }
}
.ourmission-copy {
  margin-top: 45px;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .ourmission-copy {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .ourmission-copy {
    margin-top: 20px;
    font-size: 2em;
    text-align: center;
  }
}
.ourmission-subtitle {
  margin-top: 25px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .ourmission-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ourmission-subtitle {
    font-size: 14px;
  }
}
.ourmission-subtitle::before {
  margin-right: 10px;
  margin-bottom: 5px;
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .ourmission-subtitle::before {
    width: 40px;
  }
}
.ourmission-subtitle::after {
  margin-left: 10px;
  margin-bottom: 5px;
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .ourmission-subtitle::after {
    width: 40px;
  }
}
.ourmission-text {
  margin-top: 20px;
  font-size: clamp(10px, 1.25vw, 24px);
  width: 60%;
  line-height: 2em;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 1023px) {
  .ourmission-text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .ourmission-text {
    font-size: 16px;
    width: 100%;
    text-align: left;
  }
}
.ourmission-link {
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .ourmission-link {
    display: block;
  }
}
.ourmission-link a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ourmission-link a {
    width: 180px;
  }
}
@media screen and (min-width: 769px) {
  .ourmission-image {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 50%;
  }
  .ourmission-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .ourmission-image {
    margin: 30px auto 0;
    width: 100%;
  }
}
/* ========================================================================
   Component: usendx
========================================================================== */
.usendx {
  position: relative;
  overflow: hidden;
  padding: 10.416666666666668vw 0vw 0vw 0vw;
}
@media screen and (max-width: 768px) {
  .usendx {
    padding: 50px 0 20px;
    background: #001f4a;
  }
}
@media screen and (min-width: 769px) {
  .usendx::before {
    content: "";
    display: block;
    width: 150%;
    height: 285%;
    position: absolute;
    top: 0;
    left: 0;
    background: #001f4a;
    transform: rotate(45deg) translateX(-90%) translateY(-25%);
  }
}
@media screen and (min-width: 768px) {
  .usendx-image {
    position: absolute;
    right: 0;
    top: 2vw;
    width: 46.875vw;
  }
}
.usendx-image img {
  width: 100%;
  height: auto;
}
.usendx-inner {
  margin: 0 auto;
  position: relative;
  width: 73.85416666666667vw;
}
@media screen and (max-width: 768px) {
  .usendx-inner {
    width: 90%;
  }
}
.usendx-inner::before {
  content: "USEN DX";
  display: block;
  color: rgba(255,255,255,0.05);
  white-space: nowrap;
  position: absolute;
  top: 2vw;
  left: -3vw;
  width: 100%;
  font-size: clamp(10px, 13.177083333333334vw, 253px);
}
@media screen and (max-width: 767px) {
  .usendx-inner::before {
    font-size: 23.4375vw;
    text-align: center;
  }
}
.usendx-title {
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  padding: 1.041666666666667vw 0vw 1.041666666666667vw 0vw;
  font-size: clamp(10px, 1.458333333333333vw, 28px);
}
@media screen and (max-width: 767px) {
  .usendx-title {
    font-size: 3.645833333333333vw;
    text-align: center;
  }
}
.usendx-title span {
  font-size: clamp(10px, 1.458333333333333vw, 28px);
  color: #db3b15;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .usendx-title span {
    font-size: 3.645833333333333vw;
  }
}
.usendx-subtitle {
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  margin: 3.125vw 0vw 5.208333333333334vw 0vw;
  font-size: clamp(10px, 2.5vw, 48px);
}
@media screen and (max-width: 767px) {
  .usendx-subtitle {
    font-size: 6.25vw;
    text-align: center;
  }
}
.usendx-subtitle span {
  font-size: clamp(10px, 1.614583333333333vw, 31px);
}
@media screen and (max-width: 767px) {
  .usendx-subtitle span {
    font-size: 4.036458333333334vw;
    display: block;
  }
}
.usendx-advantages {
  margin: 4.6875vw 0vw 0vw 0vw;
}
@media screen and (max-width: 1023px) {
  .usendx-advantages {
    margin-top: 0;
  }
}
.usendx-advantages::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1.5625vw 7.8125vw 0vw 0vw;
  width: 2.395833333333333vw;
  height: 6.822916666666666vw;
}
.webp .usendx-advantages::after {
  background-image: url("/images/top/img_usendx_arrow.png.webp");
}
.no-webp .usendx-advantages::after {
  background-image: url("/images/top/img_usendx_arrow.png");
}
@media screen and (max-width: 1023px) {
  .usendx-advantages::after {
    margin-right: 12%;
  }
}
@media screen and (min-width: 768px) {
  .usendx-advantages::after {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .usendx-advantages::after {
    margin: 20px auto 0;
    width: 30px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .usendx-advantages {
    margin-top: 0;
  }
}
.usendx-advantages .fz-10 {
  font-size: clamp(10px, 0.625vw, 12px);
}
@media screen and (max-width: 767px) {
  .usendx-advantages .fz-10 {
    font-size: 1.5625vw;
  }
}
.usendx-advantages-title {
  color: #fff;
  font-weight: bold;
  margin: 0vw 0vw 3.125vw 0vw;
  font-size: clamp(10px, 1.041666666666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .usendx-advantages-title {
    margin: 0vw 0vw 7.8125vw 0vw;
    font-size: 2.604166666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .usendx-advantages-lists {
    display: flex;
    justify-content: space-between;
  }
}
.usendx-advantages-list {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  width: 24%;
  padding: 2.864583333333333vw 0.78125vw 0.520833333333333vw 0.78125vw;
}
@media screen and (max-width: 767px) {
  .usendx-advantages-list {
    width: 100%;
    padding: 1.953125vw 3.90625vw 1.302083333333333vw 3.90625vw;
    margin: 0vw 0vw 2.604166666666667vw 0vw;
  }
  .usendx-advantages-list:first-child .usendx-advantages-list-image {
    width: 40%;
  }
  .usendx-advantages-list:first-child .usendx-advantages-list-image img {
    width: 100%;
  }
  .usendx-advantages-list:last-child {
    margin-bottom: 0;
  }
}
.usendx-advantages-list-num {
  color: #d8d8d8;
  font-family: 'Lato';
  position: absolute;
  top: -3.5vw;
  left: 1vw;
  font-size: clamp(10px, 3.958333333333333vw, 76px);
}
@media screen and (max-width: 767px) {
  .usendx-advantages-list-num {
    top: 0;
    left: 3vw;
    font-size: 6.510416666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .usendx-advantages-list-inner {
    display: flex;
    align-items: center;
  }
}
.usendx-advantages-list-text {
  font-weight: bold;
  font-size: clamp(10px, 1.302083333333333vw, 25px);
}
@media screen and (max-width: 767px) {
  .usendx-advantages-list-text {
    width: 70%;
    font-size: 3.255208333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .usendx-advantages-list-image {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .usendx-advantages-list-image {
    width: 30%;
  }
}
.usendx-advantages-list-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .usendx-advantages-list-image img {
    width: 100%;
  }
}
.usendx-advantages-list-discription {
  font-weight: bold;
  text-align: center;
  font-size: clamp(10px, 0.625vw, 12px);
}
@media screen and (max-width: 767px) {
  .usendx-advantages-list-discription {
    text-align: right;
    font-size: 1.5625vw;
  }
}
/* ========================================================================
   Component: support
========================================================================== */
.support {
  padding: 100px 0 20px;
  background: #efefef;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 50px 0 0;
  }
}
.support-inner {
  margin: 0 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1215px) {
  .support-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 845px;
  }
}
@media screen and (max-width: 768px) {
  .support-inner {
    width: 90%;
  }
}
.support-title {
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1700px) {
  .support-title {
    margin-bottom: 60px;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .support-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.support-lists {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support-lists {
    display: inherit;
  }
}
.support-list {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 32%;
  padding: 80px 45px 45px;
}
@media screen and (max-width: 1700px) {
  .support-list {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .support-list {
    padding: 50px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-list {
    width: 100%;
    margin-bottom: 60px;
  }
}
.support-list:nth-child(1) .support-image,
.support-list:nth-child(2) .support-image {
  margin: auto auto 0;
  width: 80%;
}
.support-subtitle-1 {
  border-radius: 30px;
  background: #db3b15;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -1.5em;
  line-height: 3em;
  font-size: 32px;
  width: 80%;
  left: calc(50% - 40%);
}
@media screen and (max-width: 1700px) {
  .support-subtitle-1 {
    font-size: 20px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .support-subtitle-1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support-subtitle-1 {
    line-height: 4em;
    font-size: 12px;
    width: 40%;
    left: calc(50% - 20%);
  }
}
.support-subtitle-1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #db3b15 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 10px);
  border-width: 17px 10px 0 10px;
}
.support-subtitle-2 {
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5em;
  line-height: 1em;
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .support-subtitle-2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-subtitle-2 {
    height: 2em;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.support-text {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  .support-text {
    font-size: 14px;
  }
}
.support-image {
  margin-top: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support-image {
    width: 90%;
    margin: auto auto 0;
  }
}
.support-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .support-image img {
    width: 90%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .support-list {
    display: block;
  }
}
/* ========================================================================
   Component: tenpodx
========================================================================== */
@media screen and (min-width: 1400px) {
  .tenpodx {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .tenpodx {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tenpodx {
    padding: 0;
  }
}
.tenpodx-inner {
  width: auto;
  margin: 0 100px;
  position: relative;
}
@media screen and (max-width: 1215px) {
  .tenpodx-inner {
    width: 100%;
    max-width: 845px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tenpodx-inner {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .tenpodx-image {
    position: absolute;
    top: calc(50% - 28vw);
    right: -4vw;
    width: 40vw;
  }
}
@media screen and (max-width: 1300px) {
  .tenpodx-image {
    width: 433px;
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tenpodx-image {
    margin: 0 auto;
    width: 65%;
  }
}
.tenpodx-image img {
  width: 100%;
  height: auto;
}
.tenpodx-title {
  font-weight: bold;
  padding-top: 170px;
  margin-bottom: 50px;
  font-size: 48px;
}
@media screen and (max-width: 1700px) {
  .tenpodx-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .tenpodx-title {
    font-size: 20px;
    padding-top: 35px;
    margin-bottom: 45px;
    text-align: center;
  }
}
.tenpodx-text {
  width: 47%;
  margin-bottom: 80px;
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  .tenpodx-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .tenpodx-text {
    width: 55%;
  }
}
@media screen and (max-width: 1100px) {
  .tenpodx-text {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .tenpodx-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.tenpodx-banner {
  width: 60%;
  box-sizing: border-box;
  min-width: 830px;
}
@media screen and (max-width: 768px) {
  .tenpodx-banner {
    width: 100%;
    min-width: inherit;
  }
}
.tenpodx-banner a {
  display: block;
  background: #fff;
  border-radius: 15px;
  position: relative;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .tenpodx-banner a {
    font-size: 28px;
    padding: 90px 50px 90px 230px;
    transition: all 300ms;
  }
  .tenpodx-banner a:hover {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  }
}
@media screen and (max-width: 768px) {
  .tenpodx-banner a {
    font-size: 14px;
    padding: 20px 0 20px 90px;
  }
}
.tenpodx-banner a::before {
  position: absolute;
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.webp .tenpodx-banner a::before {
  background-image: url("/images/top/img_tenpodx_logo.png.webp");
}
.no-webp .tenpodx-banner a::before {
  background-image: url("/images/top/img_tenpodx_logo.png");
}
@media screen and (min-width: 769px) {
  .tenpodx-banner a::before {
    width: 152px;
    height: 150px;
    top: calc(50% - 75px);
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tenpodx-banner a::before {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .tenpodx-banner a::after {
    position: absolute;
    top: calc(50% - 20px);
    right: 50px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 2px solid #006eb5;
    border-right: 2px solid #006eb5;
    transform: rotate(45deg);
  }
}
/* ========================================================================
   Component: tenpodx
========================================================================== */
.topics {
  position: relative;
}
.topics::before {
  content: "TOPICS";
  position: absolute;
  top: 0;
  color: rgba(255,255,255,0.2);
  z-index: -1;
  left: calc(50% - 450px);
  font-size: 26px;
}
@media screen and (max-width: 1700px) {
  .topics::before {
    font-size: 130px;
    left: calc(50% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .topics::before {
    font-size: 110px;
    left: calc(50% - 200px);
  }
}
.topics-inner {
  margin: 0 auto;
  width: auto;
  max-width: 1400px;
  width: 90%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .topics-inner {
    width: 90%;
  }
}
.topics-title {
  text-align: center;
  font-weight: bold;
  line-height: 0.7em;
  margin-top: 150px;
  margin-bottom: 40px;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .topics-title {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.topics-title span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .topics-title span {
    font-size: 13px;
  }
}
.topics-subtitle {
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .topics-subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .topics-lists-wraper {
    width: 100%;
    overflow-x: scroll;
  }
}
.topics-lists {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topics-lists {
    width: 260vw;
  }
}
.topics-list {
  background: #fff;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .topics-list {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .topics-list {
    width: 85vw;
  }
}
.topics-list >a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  opacity: 0;
  transition: all 300ms;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
.topics-list >a:hover {
  opacity: 1;
}
.topics-list-image {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.topics-list-image img {
  width: 100%;
  height: auto;
}
.topics-list-body {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .topics-list-body {
    padding: 15px;
  }
}
.topics-list-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.topics-list-category {
  display: inline-block;
  background: #008dd0;
  border-radius: 18px;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .topics-list-category {
    font-size: 10px;
    line-height: 24px;
  }
}
.topics-list-date {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .topics-list-date {
    font-size: 10px;
  }
}
.topics-list-text {
  font-size: 16px;
}
.topics-group {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.topics-col {
  width: 48%;
}
.topics-col-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .topics-col-title {
    font-size: 12px;
  }
}
.topics-col-image {
  position: relative;
}
.topics-col-image a {
  border-radius: 15px;
  transition: box-shadow 300ms;
  display: block;
  line-height: 0;
}
.topics-col-image a img {
  width: 100%;
  height: auto;
}
.topics-col-image a:hover {
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
.topics-banner {
  margin-top: 66px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .topics-banner-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .topics-banner-list {
    width: 32%;
    margin-bottom: 30px;
  }
  .topics-banner-list a {
    border-radius: 15px;
    transition: box-shadow 300ms;
    display: block;
    line-height: 0;
  }
  .topics-banner-list a:hover {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  }
}
@media screen and (max-width: 768px) {
  .topics-banner-list {
    margin-bottom: 16px;
  }
}
.topics-banner-list img {
  width: 100%;
  height: auto;
}
.topics-link {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}
.topics-link a {
  width: auto;
  padding: 15px 50px 15px 30px;
}
@media screen and (max-width: 767px) {
  .topics-link a {
    padding: 10px 40px 10px 30px;
  }
}
