/* PC First --------------------- */
/* -----------------------------------
    top navi
------------------------------------ */
/* -----------------------------------
    top hero
------------------------------------ */
#top .hero {
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  #top .hero {
    min-width: auto;
    width: 100%;
  }
}
#top .hero .kv-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
}
@media screen and (orientation: portrait) {
  #top .hero .kv-wrap {
    height: 800px;
  }
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap {
    height: 89vh;
    display: block;
  }
}
#top .hero .kv-wrap .kv-left {
  position: relative;
  width: 56.6%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap .kv-left {
    width: 100%;
    height: 61.5%;
  }
}
#top .hero .kv-wrap .kv-left .kv-images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/kv-image01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#top .hero .kv-wrap .kv-left h1 {
  opacity: 0;
  position: relative;
  font-weight: 700;
  font-size: clamp(24px, 2vw, 30px);
  color: white;
  letter-spacing: 0.3em;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap .kv-left h1 {
    padding-top: 4em;
    font-size: 17.5px;
  }
}
#top .hero .kv-wrap .kv-right {
  width: 43.4%;
  background-color: #004ea2;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap .kv-right {
    width: 100%;
    height: 38.5%;
  }
}
#top .hero .kv-wrap .kv-right .movies {
  width: 100%;
  height: 100%;
  background-image: url(../mov/gms_hero_mov.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#top .hero .kv-wrap .kv-right .movies .kv-movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
#top .hero .kv-wrap .kv-right .movies .kv-movie-poster {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
#top .hero .kv-wrap .kv-right .odometer-wrap {
  opacity: 0;
  height: 160px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #004ea2;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap .kv-right .odometer-wrap {
    width: 86%;
    padding: 0 8vw 0 0;
    height: 24vw;
  }
}
#top .hero .kv-wrap .kv-right .odometer-wrap .earth-tit {
  color: white;
  font-size: 14px;
  letter-spacing: 0.15em;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap .kv-right .odometer-wrap .earth-tit {
    padding-top: 12px;
    padding-bottom: 1px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}
#top .hero .kv-wrap .kv-right .odometer-wrap .odometer-num {
  display: block;
  width: auto;
  color: white;
  text-align: right;
  padding: 0px 0px 0 0;
  line-height: 1em;
}
#top .hero .kv-wrap .kv-right .odometer-wrap .odometer-num .gms_odometer {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.25em;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap .kv-right .odometer-wrap .odometer-num .gms_odometer {
    font-size: 24px;
  }
}
#top .hero .kv-wrap .kv-right .odometer-wrap .odometer-num .gms_odometer .odometer-formatting-mark {
  vertical-align: -0.05em;
}
#top .hero .kv-wrap .kv-right .odometer-wrap .odometer-num .km {
  vertical-align: -0.7em;
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap .kv-right .odometer-wrap .odometer-num .km {
    vertical-align: -0.3em;
  }
}
#top .hero .kv-wrap .kv-right .odometer-wrap .earth-lap {
  display: block;
  width: auto;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: white;
  padding: 0px 0px 30px 0;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #top .hero .kv-wrap .kv-right .odometer-wrap .earth-lap {
    font-size: 12px;
    padding: 0px 0px 15px 0;
  }
}
#top .hero .consideration-nav {
  opacity: 0;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 200px;
  right: 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: white;
  padding: 1.9em 3.4em;
}
@media screen and (max-width: 1024px) {
  #top .hero .consideration-nav {
    display: none;
  }
}
#top .hero .consideration-nav p {
  line-height: 1em;
  padding-bottom: 0.6em;
  display: block;
}
#top .hero .consideration-nav ul {
  display: flex;
  justify-content: space-between;
}
#top .hero .consideration-nav ul li a {
  color: white;
  position: relative;
  line-height: 2em;
  display: inline-block;
}
#top .hero .consideration-nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid white;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #top .hero .consideration-nav ul li a::after {
    display: none;
  }
}

/* -----------------------------------
    top service & sustainability
------------------------------------ */
#top #service, #top #sustainability {
  perspective: 1000;
  margin: 170px auto 0;
  position: relative;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #top #service, #top #sustainability {
    margin-top: 100px;
    min-width: auto;
    width: 100%;
  }
}
#top #service .bg-service, #top #sustainability .bg-service {
  aspect-ratio: 300/187;
  width: 100%;
  position: relative;
  max-height: 1200px;
  top: 0;
  background-image: url(../img/top/bg-service01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #top #service .bg-service, #top #sustainability .bg-service {
    width: 100%;
    min-height: auto;
  }
}
#top #service .bg-sustainability, #top #sustainability .bg-sustainability {
  aspect-ratio: 300/180;
  width: 100%;
  position: relative;
  max-height: 1200px;
  top: 0;
  background-image: url(../img/top/bg-sustainability01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #top #service .bg-sustainability, #top #sustainability .bg-sustainability {
    width: 100%;
    min-height: auto;
  }
}
#top #service .top-title-box, #top #sustainability .top-title-box {
  background-color: #004ea2;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(660px, 48.3%, 770px);
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: clamp(70px, 5%, 100px);
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #top #service .top-title-box, #top #sustainability .top-title-box {
    position: relative;
    width: 100%;
    padding: 50px 30px 45px;
  }
}
#top #service .top-title-box h2, #top #sustainability .top-title-box h2 {
  display: flex;
  align-items: center;
}
#top #service .top-title-box h2 .h2-en, #top #sustainability .top-title-box h2 .h2-en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.25em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #top #service .top-title-box h2 .h2-en, #top #sustainability .top-title-box h2 .h2-en {
    font-size: 25px;
  }
  #top #service .top-title-box h2 .h2-en.sus, #top #sustainability .top-title-box h2 .h2-en.sus {
    letter-spacing: 0.14em;
  }
}
#top #service .top-title-box h2 .h2-jp, #top #sustainability .top-title-box h2 .h2-jp {
  padding: 0 0 0 1.3em;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 13px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #top #service .top-title-box h2 .h2-jp, #top #sustainability .top-title-box h2 .h2-jp {
    font-size: 10px;
  }
  #top #service .top-title-box h2 .h2-jp.sus, #top #sustainability .top-title-box h2 .h2-jp.sus {
    letter-spacing: 0.15em;
  }
}
#top #service .top-title-box p, #top #sustainability .top-title-box p {
  padding: 40px 0 16px 0;
  font-size: clamp(13px, 0.97vw, 14px);
  letter-spacing: 0.01em;
  line-height: 2.2em;
}
#top #service .top-title-box p sup, #top #sustainability .top-title-box p sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.3em;
}
@media screen and (max-width: 767px) {
  #top #service .top-title-box p, #top #sustainability .top-title-box p {
    font-size: 12px;
    line-height: 2em;
  }
}
#top #service .top-title-box ul.notice, #top #sustainability .top-title-box ul.notice {
  margin: 0;
  padding: 0px 0 0 0;
  transform: scale(0.8);
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  #top #service .top-title-box ul.notice, #top #sustainability .top-title-box ul.notice {
    transform: scale(1);
    margin: 0 0 1em 0;
  }
}
#top #service .top-title-box ul.notice > li, #top #sustainability .top-title-box ul.notice > li {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2.2em;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  #top #service .top-title-box ul.notice > li, #top #sustainability .top-title-box ul.notice > li {
    font-size: 8px;
  }
}
#top #service .top-title-box .btn-view-more, #top #sustainability .top-title-box .btn-view-more {
  margin-top: 34px;
}

#top #service .service-lineup {
  width: 100%;
  background-color: #004ea2;
}
#top #service .service-lineup ul.tab-menu {
  width: 100%;
  display: flex;
  margin: 0;
}
#top #service .service-lineup ul.tab-menu li {
  width: 50%;
  height: 80px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-menu li {
    height: 50px;
  }
}
#top #service .service-lineup ul.tab-menu li:first-child {
  display: flex;
  justify-content: flex-end;
}
#top #service .service-lineup ul.tab-menu li button {
  cursor: pointer;
  width: clamp(500px, 50vw, 550px);
  height: 100%;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: black;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-menu li button {
    width: 50vw;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
#top #service .service-lineup ul.tab-menu li button span {
  position: relative;
  line-height: 1em;
}
#top #service .service-lineup ul.tab-menu li button span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  display: block;
  position: absolute;
  bottom: -9px;
  width: 0;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-menu li button span::after {
    bottom: -8px;
  }
}
#top #service .service-lineup ul.tab-menu li button span::before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: transparent;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  margin-left: 50%;
  transform: translateY(0px) translateX(-8px) rotate(45deg);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-menu li button span::before {
    width: 10px;
    height: 10px;
    transform: translateY(0px) translateX(-5px) rotate(45deg);
  }
}
#top #service .service-lineup ul.tab-menu li button:hover span::after {
  width: 100%;
}
#top #service .service-lineup ul.tab-menu li.active {
  background-color: #004ea2;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-menu li.active {
    border-top: 1px solid white;
  }
}
#top #service .service-lineup ul.tab-menu li.active button {
  cursor: auto;
  color: white;
}
#top #service .service-lineup ul.tab-menu li.active button span::after {
  display: none;
}
#top #service .service-lineup ul.tab-menu li.active button span::before {
  opacity: 1;
  transform: translateY(28px) translateX(-10px) rotate(45deg);
}
#top #service .service-lineup ul.tab-content {
  margin: 0;
}
#top #service .service-lineup ul.tab-content > li {
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
}
#top #service .service-lineup ul.tab-content > li.active {
  opacity: 1;
  height: auto;
}
#top #service .service-lineup ul.tab-content > li .tbl-content {
  width: clamp(1000px, 100vw, 1100px);
  margin: 80px auto 80px;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-content > li .tbl-content {
    min-width: auto;
    width: 100%;
    margin: 50px auto 100px;
  }
}
#top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business {
    display: block;
    width: calc(100% - 15vw);
    margin: 0 auto;
  }
}
#top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column {
  position: relative;
  background-color: white;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column {
    width: 100%;
    padding-bottom: 20px;
  }
}
#top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column img, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column img {
  aspect-ratio: 125/70;
  width: 100%;
}
#top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column h3, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column h3 {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.2em;
  color: #004ea2;
  padding: 26px 0;
  text-align: center;
}
#top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column h3.finance, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column h3.finance {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column h3, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column h3 {
    font-size: 12px;
    padding: 16px 0;
  }
  #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column h3.finance, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column h3.finance {
    font-size: 12px;
  }
}
#top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column h3.wide-ls, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column h3.wide-ls {
  letter-spacing: 0.3em;
}
#top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column .txt-box, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column .txt-box {
  margin: 0 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column .txt-box .right p, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column .txt-box .right p {
  line-break: loose;
  word-break: break-all;
  letter-spacing: 0.05em;
  padding-left: 35px;
  font-size: clamp(10px, 1vw, 12px);
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-loan li.column .txt-box .right p, #top #service .service-lineup ul.tab-content > li .tbl-content ul.slick-business li.column .txt-box .right p {
    font-size: 2vw;
    padding-left: 20px;
    line-height: 1.6em;
  }
}

/* -----------------------------------
    sustainability
------------------------------------ */
#sustainability .g20 {
  width: clamp(100px, 15%, 120px);
  display: block;
  position: absolute;
  bottom: 85px;
  right: 85px;
}
@media screen and (max-width: 1280px) {
  #sustainability .g20 {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #sustainability .g20 {
    width: 60px;
    bottom: 45px;
    right: 30px;
  }
}
#sustainability h3 {
  width: 100%;
  height: 105px;
  text-align: center;
  background-color: #004ea2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.4em;
  color: white;
}
@media screen and (max-width: 767px) {
  #sustainability h3 {
    width: calc(100% - 60px);
    margin: 38px auto 0;
    font-size: 13px;
    height: 75px;
    letter-spacing: 0.3em;
    line-height: 1.8em;
  }
}
#sustainability .sdgs {
  position: relative;
}
#sustainability .sdgs .sdgs-box {
  margin: 0 auto;
  width: clamp(1000px, 100%, 1100px);
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs .sdgs-box {
    display: block;
    width: 100%;
    padding: 45px 0 0;
  }
}
#sustainability .sdgs .sdgs-box .left {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs .sdgs-box .left {
    padding-left: 0;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
#sustainability .sdgs .sdgs-box .left img {
  width: clamp(500px, 41vw, 500px);
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs .sdgs-box .left img {
    width: 100%;
  }
}
#sustainability .sdgs .sdgs-box .right {
  position: relative;
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs .sdgs-box .right {
    padding-right: 0px;
  }
}
#sustainability .sdgs .sdgs-box .right figure {
  position: relative;
  width: 458px;
  aspect-ratio: 916/695;
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs .sdgs-box .right figure {
    width: 85%;
    margin: 0 auto;
  }
}
#sustainability .sdgs .sdgs-box .right figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 458px;
}
#sustainability .sdgs-partner {
  position: relative;
}
#sustainability .sdgs-partner h3 {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs-partner h3 {
    letter-spacing: 0.15em;
  }
}
#sustainability .sdgs-partner .stockholder {
  color: #004ea2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5em;
  position: relative;
  width: 75%;
  max-width: 1020px;
  margin: 100px auto 10px;
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs-partner .stockholder {
    font-size: 3.4vw;
    width: 80%;
    margin: 40px auto 10px;
  }
}
#sustainability .sdgs-partner .stockholder::after, #sustainability .sdgs-partner .stockholder::before {
  content: "";
  display: block;
  border-top: 1px solid #004ea2;
  width: 46%;
  height: 1px;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs-partner .stockholder::after, #sustainability .sdgs-partner .stockholder::before {
    font-size: 3.2vw;
    width: 40%;
  }
}
#sustainability .sdgs-partner .stockholder::after {
  right: 0;
}
#sustainability .sdgs-partner .partner-logos {
  display: block;
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 0 100px;
}
@media screen and (max-width: 767px) {
  #sustainability .sdgs-partner .partner-logos {
    width: 88%;
    padding: 0px 0 85px;
  }
}

/* -----------------------------------
    news
------------------------------------ */
#news.bg-gray {
  background-color: #eeeeee;
}
#news .news-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #news .news-wrap {
    padding: 50px 30px 50px;
  }
}
#news .news-wrap h2 {
  color: #004ea2;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.25em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #news .news-wrap h2 {
    font-size: 25px;
  }
}
#news .news-wrap .news-box {
  margin: 50px 0 50px 0;
  padding: 42px 50px 10px;
  background-color: white;
  overflow: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box {
    margin: 28px 0 28px 0;
    padding: 30px 18px 10px;
  }
}
#news .news-wrap .news-box .category-selector {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
#news .news-wrap .news-box .category-selector .txt {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box .category-selector .txt {
    width: 100px;
  }
}
#news .news-wrap .news-box .category-selector .txt P {
  font-size: 12px;
  color: #707070;
  letter-spacing: 0.2em;
  line-height: 1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box .category-selector .txt P {
    font-size: 10px;
  }
}
#news .news-wrap .news-box .category-selector .selectbox {
  position: relative;
}
#news .news-wrap .news-box .category-selector .selectbox select {
  position: relative;
  letter-spacing: 0.2em;
  line-height: 1em;
  color: #707070;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.5px solid #7d7d7d;
  padding: 0.8em 3em 0.9em 1em;
  outline: none;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box .category-selector .selectbox select {
    font-size: 10px;
  }
}
#news .news-wrap .news-box .category-selector .selectbox::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
  position: absolute;
  top: 12px;
  right: 18px;
  transform: rotate(135deg);
  pointer-events: none;
}
#news .news-wrap .news-box #news-list {
  border: none;
  min-height: 300px;
  height: 300px;
  overflow: scroll;
}
#news .news-wrap .news-box #news-list li {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 0.5px solid black;
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box #news-list li {
    display: block;
  }
}
#news .news-wrap .news-box #news-list li .item_meta {
  font-size: 12px;
  letter-spacing: 0.05em;
  flex-basis: 150px;
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box #news-list li .item_meta {
    font-size: 10px;
    width: 100%;
  }
}
#news .news-wrap .news-box #news-list li .item_title {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box #news-list li .item_title {
    width: 100%;
  }
}
#news .news-wrap .news-box #news-list li .item_title p {
  padding: 0em 0;
  line-height: 1em;
}
#news .news-wrap .news-box #news-list li .item_title p .category {
  background-color: #0148a0;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 0.6em 0.7em 0.7em;
  margin: 0em 1em 0.7em 0;
  display: inline-block;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box #news-list li .item_title p .category {
    font-size: 7px;
  }
}
#news .news-wrap .news-box #news-list li .item_title a {
  font-size: 12px;
  color: #004ea2;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  display: block;
}
@media screen and (max-width: 767px) {
  #news .news-wrap .news-box #news-list li .item_title a {
    font-size: 10px;
    display: block;
    line-height: 1.6em;
  }
}
#news .news-wrap .news-box #news-list li.load_more {
  justify-content: center;
}
#news .news-wrap .news-box #news-list li.load_more a {
  font-size: 14px;
  color: #004ea2;
}
#news .news-wrap .news-box #news-list .load_more, #news .news-wrap .news-box #news-list .news-loader {
  display: flex;
  justify-content: center;
  border: none;
}
#news .news-wrap .news-box #news-list .load_more a, #news .news-wrap .news-box #news-list .news-loader a {
  padding: 3em;
}
#news .news-wrap .news-box #news-list .load_more img, #news .news-wrap .news-box #news-list .news-loader img {
  width: 100px;
}

aside .aside-wrap {
  margin: 170px 0 0 0;
}
@media screen and (max-width: 767px) {
  aside .aside-wrap {
    margin: 100px 0 0 0;
  }
}
aside .aside-wrap.content .tbl-content ul li.recruit {
  background-image: url(/img/top/ph_aside_recruit.jpg);
}
aside .aside-wrap.content .tbl-content ul li.contact {
  background-image: url(/img/top/ph_aside_contact.jpg);
}
aside .aside-wrap.content .tbl-content ul li.contact h2 .h2-jp {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  aside .aside-wrap.content .tbl-content ul li h2 .h2-en {
    font-size: 8px;
  }
}/*# sourceMappingURL=gms_top.css.map */