/* header overwrite
------------------------------------------*/
body#top {
  padding-top: 0;
}
body#top #header {
  background: none;
  position: fixed;
}
body#top #header:after {
  display: none;
}
body#top #header .gnav {
  background: none;
}
body#top #header.fixedBG {
  background: #FFF;
}
body#top #header.fixedBG:after {
  display: block;
}
body#top #header.fixedBG .gnav {
  background: #FFF;
}

body#top #contents {
  padding: 0 0 5rem 0;
  max-width: none;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  #header {
    max-width: 100vw;
  }
}
/* vi_top
------------------------------------------*/
#vi_top {
  position: relative;
}
#vi_top:after {
  content: "";
  background: #0f286c;
  width: 64px;
  height: 100%;
  position: absolute;
  right: 7vw;
  top: 0;
}
#vi_top .catch {
  position: absolute;
  bottom: 6%;
  left: 10vw;
  z-index: 100;
  width: 40%;
}
#vi_top .vi_top_slick li {
  vertical-align: bottom;
  width: 100%;
  height: 70vh;
  background: #CCC;
}
#vi_top .vi_top_slick li img {
  display: none;
}
#vi_top .vi_top_slick li.vi01 {
  background: url("/cms/wp-content/themes/sdat_renew/img/top/vi_01.webp") center center/cover no-repeat;
}
#vi_top .vi_top_slick li.vi02 {
  background: url("/cms/wp-content/themes/sdat_renew/img/top/vi_02.webp") center top/cover no-repeat;
}
#vi_top .vi_top_slick li.vi03 {
  background: url("/cms/wp-content/themes/sdat_renew/img/top/vi_03.webp") right center/cover no-repeat;
}
#vi_top .vi_top_slick li.vi04 {
  background: url("/cms/wp-content/themes/sdat_renew/img/top/vi_04.webp") center top/cover no-repeat;
}
#vi_top .slick-dots {
  position: absolute;
  z-index: 101;
  bottom: 0;
  right: 14vw;
  width: 30%;
  display: flex;
  justify-content: center;
  background: none;
  padding: 5px 5px 0px 5px;
  background: #0f286c;
}
#vi_top .slick-dots li {
  padding: 5px;
  height: auto;
  width: auto;
  background: none;
  position: relative;
}
#vi_top .slick-dots li img {
  display: block;
}
#vi_top .slick-dots li.slick-active:after {
  position: absolute;
  width: calc(100% - 10px);
  height: 2px;
  content: "";
  background: #50a6d8;
  bottom: -3px;
  left: 5px;
}
@media screen and (max-width: 1024px) {
  #vi_top:after {
    display: none;
  }
  #vi_top .catch {
    bottom: 8vw;
    left: 5vw;
    width: 60%;
  }
  #vi_top .slick-dots {
    right: 4vw;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #vi_top .catch {
    bottom: 15vw;
    left: 5vw;
    width: 80%;
  }
  #vi_top .slick-dots {
    right: 0;
    width: 60%;
  }
}

/* news
------------------------------------------*/
#news {
  background: #0f286c;
  margin-top: 0 !important;
  position: relative;
}
#news .newsContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
#news .headBlock {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 7rem 0 6rem 2.5rem;
}
#news .headBlock h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.3;
  padding: 20px 40px 0 40px;
  position: relative;
  letter-spacing: -0.1rem;
  min-width: 4em;
  width: 25.2rem;
}
#news .headBlock h2::before, #news .headBlock h2::after {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
}
#news .headBlock h2::before {
  background: #d2d5df;
  transform: rotate(90deg);
  transform-origin: 0 0;
  left: 0;
  top: -10px;
}
#news .headBlock h2::after {
  background: #df8833;
  left: -10px;
  top: 0;
}
#news .headBlock h2 .en {
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  display: block;
  color: #a6abbf;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
}
#news .headBlock ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#news .headBlock ul li a {
  background: #1f4584;
  padding: 0.5rem 2rem;
  color: #FFF;
  text-decoration: none;
  border-radius: 50vh;
  display: block;
}
#news .headBlock ul li a.current {
  background: #FFF;
  color: #333;
}
#news .headBlock ul li a:hover {
  opacity: 0.5;
}
#news .bodyBlock {
  padding: 0 5rem;
}
#news .bodyBlock a {
  color: #FFF;
  text-decoration: none;
}
#news .bodyBlock li {
  margin-bottom: 3rem;
}
#news .bodyBlock dl {
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 3rem;
}
#news .bodyBlock dl dt {
  padding: 0.2rem 0;
  width: 6em;
  font-size: 1.4rem;
  color: #ccd9fc;
}
#news .bodyBlock dl dd:nth-child(2) a {
  display: block;
  width: 8em;
  border-radius: 50vh;
  background: #1f4584;
  padding: 0.2rem 1rem;
  font-size: 1.3rem;
  text-align: center;
}
#news .bodyBlock dl dd:nth-child(2) a:hover {
  opacity: 0.5;
}
#news .bodyBlock dl dd:last-child {
  width: calc(100% - 6em - 8em);
  line-height: 1.4;
}
#news .bodyBlock dl dd:last-child a {
  text-decoration: underline;
}
#news .link {
  background: #001650;
  text-align: right;
  transform: translateY(50%);
  position: relative;
  box-shadow: 1px 1px 5px #222;
}
#news .link:before {
  display: none;
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(100%);
  background: #001650;
  box-shadow: 1px 1px 5px #222;
}
#news .link a {
  padding: 2rem 4rem;
  display: inline-block;
  background: #1f4584;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  position: relative;
}
#news .link a span {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 1.6rem;
}
#news .link a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 5px solid transparent;
  border-left: 5px solid #FFF;
  transform: translateY(-50%);
}
#news .link a:hover:after {
  transform: translate(0.5rem, -50%);
}
@media screen and (max-width: 1024px) {
  #news .headBlock {
    padding: 5rem 2.5rem 6rem 2.5rem;
    align-items: center;
  }
  #news .headBlock h2 {
    white-space: nowrap;
  }
  #news .headBlock ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #news {
    margin-bottom: 10rem;
  }
  #news .headBlock {
    display: block;
    padding: 5rem 2rem 3rem 2rem;
  }
  #news .headBlock h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    padding: 20px 75px 0 75px;
    text-align: center;
  }
  #news .headBlock h2::before, #news .headBlock h2::after {
    width: 5.5rem;
  }
  #news .headBlock h2 .en {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  #news .headBlock ul {
    justify-content: center;
    gap: 1rem;
  }
  #news .headBlock ul li {
    margin-bottom: 1rem;
  }
  #news .bodyBlock {
    padding: 0;
  }
  #news .bodyBlock li {
    padding-top: 1.5rem;
    border-top: 1px dotted #1f4584;
  }
  #news .bodyBlock dl {
    flex-wrap: wrap;
    grid-gap: 1rem;
  }
  #news .bodyBlock dl dd:last-child {
    width: 100%;
    line-height: 1.4;
  }
  #news .link a {
    padding: 1rem 4rem;
    font-size: 1.6rem;
  }
  #news .link a span {
    font-size: 1.2rem;
    margin-right: 1.2rem;
  }
}

/* product
------------------------------------------*/
#product {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
}
#product h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0f286c;
  line-height: 1.3;
  padding: 10px 0 0 0;
  position: relative;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 10rem;
}
#product h2::before, #product h2::after {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
}
#product h2::before {
  background: #d2d5df;
  transform: rotate(90deg) translateY(6em);
  transform-origin: 0 0;
  left: 50%;
  top: -10px;
}
#product h2::after {
  background: #df8833;
  left: calc(50% - 10px);
  top: 0;
  transform: translateX(-6em);
}
#product h2 .en {
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  display: block;
  color: #a6abbf;
  margin-bottom: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #product h2 {
    font-size: 2.5rem;
  }
  #product h2::before, #product h2::after {
    width: 5.5rem;
  }
  #product h2 .en {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
#product .newProduct {
  margin-bottom: 5rem;
}
#product .newProduct > * {
  margin: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d5df;
}
#product .newProduct > *:first-child {
  border-top: 1px solid #0f286c;
}
#product .newProduct > *:last-child {
  border-bottom: 1px solid #0f286c;
}
#product .newProduct > *:nth-child(even) {
  background: #f6f7f9;
}
#product .newProduct > * .image {
  width: 160px;
}
#product .newProduct > * .link {
  width: calc(6em + 4rem);
  text-align: center;
}
#product .newProduct > * .link a {
  display: block;
  padding: 0.5rem 1rem;
  background: #1f4584;
  color: #FFF;
  text-decoration: none;
}
#product .newProduct > * .text {
  width: calc(100% - 160px - 6em - 10rem);
}
#product .newProduct > * .text h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0f286c;
  margin-bottom: 1rem;
}
#product .newProduct > * .text h3 span {
  line-height: 1;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 50vh;
  border: 1px solid #0f286c;
  margin-right: 1rem;
}
#product .newProduct > * .text p {
  line-height: 1.5;
}
#product .product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#product .product_list > * {
  width: 33.3%;
  padding-bottom: 80px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10rem;
}
#product .product_list > * h3 a {
  display: flex;
  height: 90px;
  color: #001650;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  background: #f6f6f6;
  transition: 0.3s;
  border-left: 1px solid #CCC;
}
#product .product_list > * h3 a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #001650;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
#product .product_list > * h3 a:hover {
  opacity: 0.8;
}
#product .product_list > *:nth-child(3n-2) h3 a {
  border-left: none;
}
#product .product_list > * .image {
  border-left: 1px solid #FFF;
}
#product .product_list > * .image img {
  width: 100%;
}
#product .product_list > * p {
  margin: 30px 30px 0 30px;
}
#product .product_list > * .mente {
  margin: 10px 30px;
  text-align: center;
}
#product .product_list > * .mente a {
  padding: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  background: #50a6d8;
  display: block;
  color: #FFF;
  position: relative;
}
#product .product_list > * .mente a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#product .product_list > * ul {
  margin: 30px 30px 0 30px;
  border-left: solid 1px #d2d5df;
  padding-left: 15px;
}
#product .product_list > * ul li {
  margin-bottom: 7px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
#product .product_list > * ul li::before {
  content: "";
  width: 10px;
  height: 3px;
  background: #50a6d8;
  position: absolute;
  left: 0;
  top: 12px;
}
#product .product_list > * .btn {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  background: #0c1f55;
  text-align: right;
}
#product .product_list > * .btn a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  background: #1f4584;
  text-decoration: none !important;
}
#product .product_list > * .btn a:hover {
  opacity: 0.8;
}
#product .product_list > * .btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #product .product_list > * {
    margin-bottom: 5rem;
  }
  #product .product_list > * h3 a {
    font-size: 1.6rem;
  }
  #product .product_list > * ul {
    margin: 20px 5px 0 0px;
  }
  #product .product_list > * .btn a {
    font-size: 1.4rem;
  }
  #product .newProduct > * {
    padding: 1rem 1rem;
  }
  #product .newProduct > * .link {
    width: calc(4em + 2rem);
  }
  #product .newProduct > * .link a {
    padding: 0.5rem 1rem;
  }
  #product .newProduct > * .text {
    width: calc(100% - 160px - 4em - 6rem);
  }
}
@media screen and (max-width: 767px) {
  #product h2 {
    margin-bottom: 5rem;
  }
  #product .product_list {
    display: block;
  }
  #product .product_list > * {
    width: auto;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 55px !important;
  }
  #product .product_list > * h3 a {
    height: 7rem;
    color: #001650;
    border-left: none;
  }
  #product .product_list > * h3 a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #001650;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: 2px;
  }
  #product .product_list > * h3 a:hover {
    opacity: 0.8;
  }
  #product .product_list > * .image {
    border-left: none;
  }
  #product .product_list > * .image img {
    width: 100%;
  }
  #product .product_list > * ul {
    margin: 15px 5px 0 15px;
    border-left: solid 1px #d2d5df;
    padding-left: 15px;
    overflow: hidden;
  }
  #product .product_list > * ul li {
    float: left;
    min-width: 50%;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 1.2rem;
    padding-left: 15px;
  }
  #product .product_list > * ul li a {
    font-size: 1.2rem;
  }
  #product .product_list > * ul li::before {
    content: "";
    width: 7px;
    height: 3px;
    left: 0;
    top: 7px;
  }
  #product .product_list > * .btn {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    background: #0c1f55;
    text-align: right;
  }
  #product .product_list > * .btn a {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    background: #1f4584;
    text-decoration: none !important;
  }
  #product .product_list > * .btn a:hover {
    opacity: 0.8;
  }
  #product .product_list > * .btn a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #product .newProduct {
    margin-bottom: 5rem;
  }
  #product .newProduct > * {
    margin: 0;
    padding: 1rem 1rem 1rem 1rem;
    grid-template-columns: 30% 1fr;
    display: grid;
    align-items: flex-end;
  }
  #product .newProduct > * .image {
    width: 100%;
    order: 2;
  }
  #product .newProduct > * .link {
    order: 3;
    width: 100%;
    padding: 0 1rem;
  }
  #product .newProduct > * .link a {
    font-size: 1.2rem;
  }
  #product .newProduct > * .text {
    order: 1;
    width: 100%;
    grid-column: span 2;
    margin-bottom: 1rem;
  }
  #product .newProduct > * .text h3 {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  #product .newProduct > * .text h3 span {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
  #product .newProduct > * .text p {
    font-size: 1.2rem;
  }
}

/* about
------------------------------------------*/
#about {
  display: none;
  margin-top: 0 !important;
  background: url("/cms/wp-content/themes/sdat_renew/img/top/bg_about.webp") no-repeat 0 3rem/100% auto;
}
#about .aboutContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
#about .headBlock {
  max-width: 50%;
  background: rgba(15, 40, 108, 0.7);
  padding: 7rem 10rem 5rem 10rem;
  display: inline-block;
}
#about .headBlock h2 {
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.3;
  padding: 20px 0 0 0;
  position: relative;
  margin-bottom: 3rem;
  letter-spacing: -0.1rem;
}
#about .headBlock h2::before, #about .headBlock h2::after {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
}
#about .headBlock h2::before {
  background: #d2d5df;
  transform: rotate(90deg);
  transform-origin: 0 0;
  left: -4rem;
  top: -10px;
}
#about .headBlock h2::after {
  background: #df8833;
  left: calc(-4rem - 10px);
  top: 0;
}
#about .headBlock h2 .en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  display: block;
  color: #FFF;
  margin-top: 5px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #about .headBlock h2 {
    font-size: 2.5rem;
  }
  #about .headBlock h2::before, #about .headBlock h2::after {
    width: 5.5rem;
  }
  #about .headBlock h2 .en {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
#about .headBlock .lead {
  font-size: 1.8rem;
  color: #FFF;
}
#about .bodyBlock {
  background: #FFF;
  padding: 6rem 6rem 2rem 6rem;
}
#about .bodyBlock p {
  line-height: 2;
}
#about .link {
  background: #001650;
  text-align: right;
  transform: translateY(50%);
  position: relative;
  box-shadow: 1px 1px 5px #222;
}
#about .link:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  transform: translateY(-100%);
  background: #FFF;
}
#about .link:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 0;
  transform: translateX(100%);
  background: #001650;
  display: block;
  box-shadow: 1px 1px 5px #222;
}
#about .link a {
  padding: 2rem 4rem;
  display: inline-block;
  background: #1f4584;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  position: relative;
}
#about .link a span {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 1.6rem;
}
#about .link a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 5px solid transparent;
  border-left: 5px solid #FFF;
  transform: translateY(-50%);
}
#about .link a:hover:after {
  transform: translate(0.5rem, -50%);
}
@media screen and (max-width: 1024px) {
  #about .headBlock {
    padding: 7rem 5rem 5rem 5rem;
  }
  #about .headBlock h2::before {
    left: -2rem;
  }
  #about .headBlock h2::after {
    left: calc(-2rem - 10px);
  }
  #about .headBlock .lead {
    font-size: 1.6rem;
  }
  #about .bodyBlock {
    padding: 3rem 3rem 0rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  #about {
    background-size: cover;
  }
  #about .headBlock {
    max-width: 100%;
    padding: 7rem 3rem 5rem 5rem;
    display: block;
  }
  #about .headBlock h2::before {
    left: -2rem;
  }
  #about .headBlock h2::after {
    left: calc(-2rem - 10px);
  }
  #about .headBlock .lead {
    font-size: 1.4rem;
  }
  #about .bodyBlock {
    padding: 3rem 3rem 1rem;
  }
  #about .link:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    transform: translateY(-100%);
    background: #FFF;
  }
  #about .link a {
    padding: 1rem 4rem;
    font-size: 1.6rem;
  }
  #about .link a span {
    font-size: 1.2rem;
    margin-right: 1.2rem;
  }
}

/* tech
------------------------------------------*/
#tech {
  background: #000920;
  padding: 6rem 0 0 0;
}
#tech .techContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
#tech h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.3;
  padding: 10px 0 0 0;
  position: relative;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 6rem;
}
#tech h2::before, #tech h2::after {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
}
#tech h2::before {
  background: #d2d5df;
  transform: rotate(90deg) translateY(6em);
  transform-origin: 0 0;
  left: 50%;
  top: -10px;
}
#tech h2::after {
  background: #df8833;
  left: calc(50% - 10px);
  top: 0;
  transform: translateX(-6em);
}
#tech h2 .en {
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  display: block;
  color: #a6abbf;
  margin-top: 12px;
  font-weight: 400;
}
#tech .lead {
  color: #FFF;
}
#tech .toplink {
  display: flex;
  justify-content: space-between;
  grid-gap: 4rem;
  margin-bottom: 3rem;
}
#tech .toplink li {
  width: calc((100% - 8rem) / 3);
  font-size: 2rem;
}
#tech .toplink li a {
  padding: 3rem 0;
  border-radius: 0;
  border: none;
}
#tech .specialtyLink ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  grid-gap: 1rem;
}
#tech .specialtyLink ul li {
  width: calc((100% - 4rem) / 4);
  position: relative;
}
#tech .specialtyLink ul li dl dt {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 20px);
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
}
#tech .specialtyLink ul li dl dt:before {
  content: "";
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #FFF;
}
#tech .specialtyLink ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 22, 80, 0.5);
}
#tech .specialtyLink ul li a:hover:before {
  background: rgba(0, 22, 80, 0.3);
}
#tech .link {
  background: #001650;
  text-align: right;
  transform: translateY(50%);
  position: relative;
  box-shadow: 1px 1px 5px #222;
}
#tech .link:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  background: #001650;
  display: block;
  box-shadow: 1px 1px 5px #222;
}
#tech .link a {
  padding: 2rem 4rem;
  display: inline-block;
  background: #1f4584;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  position: relative;
}
#tech .link a span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1.6rem;
}
#tech .link a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 5px solid transparent;
  border-left: 5px solid #FFF;
  transform: translateY(-50%);
}
#tech .link a:hover:after {
  transform: translate(0.5rem, -50%);
}
@media screen and (max-width: 1024px) {
  #tech .toplink {
    grid-gap: 2rem;
  }
  #tech .toplink li {
    width: calc((100% - 4rem) / 3);
  }
  #tech .specialtyLink ul li dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #tech h2 {
    font-size: 2.5rem;
  }
  #tech h2::before, #tech h2::after {
    width: 5.5rem;
  }
  #tech h2 .en {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  #tech .toplink {
    display: block;
    margin-bottom: 2rem;
  }
  #tech .toplink li {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  #tech .toplink li a {
    padding: 1rem 0;
  }
  #tech .specialtyLink ul {
    display: block;
    margin-bottom: 0rem;
    grid-gap: 0;
    overflow: hidden;
  }
  #tech .specialtyLink ul li {
    width: 100%;
    position: relative;
    padding: 0 1rem;
  }
  #tech .specialtyLink ul li a:before {
    background: rgba(0, 22, 80, 0.3);
  }
  #tech .specialtyLink .slick-prev,
  #tech .specialtyLink .slick-next {
    color: #FFF;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 100%;
    z-index: 100;
  }
  #tech .specialtyLink .slick-prev {
    left: 0;
    text-indent: -100vw;
    background: url("/cms/wp-content/themes/sdat_renew/img/top/allow_previous.png") no-repeat center center;
  }
  #tech .specialtyLink .slick-next {
    right: 0;
    text-indent: 100vw;
    background: url("/cms/wp-content/themes/sdat_renew/img/top/allow_next.png") no-repeat center center;
  }
  #tech .link a {
    padding: 1rem 4rem;
    font-size: 1.6rem;
  }
  #tech .link a span {
    font-size: 1.2rem;
    margin-left: 1.2rem;
  }
}

/* contact
------------------------------------------*/
#contact {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
#contact h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0f286c;
  line-height: 1.3;
  padding: 10px 0 0 0;
  position: relative;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 10rem;
}
#contact h2::before, #contact h2::after {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
}
#contact h2::before {
  background: #d2d5df;
  transform: rotate(90deg) translateY(6em);
  transform-origin: 0 0;
  left: 50%;
  top: -10px;
}
#contact h2::after {
  background: #df8833;
  left: calc(50% - 10px);
  top: 0;
  transform: translateX(-6em);
}
#contact h2 .en {
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  display: block;
  color: #a6abbf;
  margin-bottom: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #contact h2 {
    font-size: 2.5rem;
  }
  #contact h2::before, #contact h2::after {
    width: 5.5rem;
  }
  #contact h2 .en {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
#contact .department {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
#contact .department > * {
  background: #f6f6f6;
  margin: 0;
  border: 1px solid #dee0e6;
  padding: 0 1rem 1rem 1rem;
}
#contact .department > *:first-child {
  background: #eff5f8;
}
#contact .department h3 {
  font-size: 1.8rem;
  color: #0f286c;
  min-height: 80px;
  padding: 10px 5px 10px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
}
#contact .department h3:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #0f286c;
  position: absolute;
  left: -1.1rem;
  top: 0;
}
#contact .department ul li {
  overflow: hidden;
  background: #FFF;
  padding: 1.5rem 2rem;
  margin-bottom: 2px;
}
#contact .department dl {
  clear: both;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
#contact .department dl dt {
  vertical-align: middle;
  display: block;
  color: #FFF;
  background: #0f286c;
  padding: 0rem 2rem 0.3rem 2rem;
  line-height: 1.5;
  margin: 0 1rem 0.5rem 0;
  white-space: nowrap;
  min-width: 6.5em;
  text-align: center;
}
#contact .department dl dd {
  white-space: nowrap;
  vertical-align: middle;
  display: block;
  padding: 0 0 0.5rem 0.5rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
#contact .department dl dd .dept {
  white-space: nowrap;
  display: inline-block;
}
#contact .department dl dd .call {
  padding: 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #contact .department {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 3rem;
  }
  #contact h2 {
    margin-bottom: 5rem;
  }
  #contact .department {
    grid-gap: 1rem;
  }
  #contact .department h3 {
    font-size: 1.4rem;
    min-height: 80px;
    padding: 5px 5px 5px 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #contact .department ul li {
    padding: 1rem 0.5rem;
    margin-bottom: 2px;
  }
  #contact .department dl {
    display: block;
  }
  #contact .department dl dt {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
    white-space: normal;
    min-width: 0;
  }
  #contact .department dl dd {
    white-space: normal;
    vertical-align: middle;
    display: block;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  #contact .department dl dd .dept {
    white-space: normal;
    display: inline-block;
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  #contact .department dl dd .call {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}