@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  color: #343254;
  font-family: "Noto Sans JP", "¥á¥¤¥ê¥ª", "Meiryo", verdana, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Sans-Serif;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

h2, h3, h4, h5,
p,
li,
dt, dd,
span,
strong,
a,
input, textarea,
th, td,
small {
  line-height: 1.5;
}

h2, h3, h4, h5,
strong {
  font-weight: 500;
}

a img {
  transition: opacity .3s;
}

a:link, a:visited {
  color: #343254;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

a:hover img, a:active img, a:focus img {
  opacity: 0.7;
}

input:hover,
button:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

main {
  display: block;
}

.header-logo a:hover,
.footer-logo a:hover {
  text-decoration: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************** header *****************/
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.logo {
  font-weight: 500;
  background-image: url(/grdc_d/en/img/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.logo h1 {
  margin: 0;
}

.logo span {
  display: block;
}

.header-logo h1 {
  font-weight: 500;
}

.header-top-left {
  line-height: 1;
  font-family: "Barlow Semi Condensed", "Arial", "¥á¥¤¥ê¥ª", "Meiryo", verdana, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Sans-Serif;
}

.header-top-left .current {
  margin-right: 5px;
  margin-left: 5px;
  padding: 0 2px;
}

.header-top-left a {
  margin-left: 2px;
  padding: 0 2px 0 3px;
}

.header-top-left span, .header-top-left a {
  line-height: 1;
}

.header-top-center li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
}

.header-top-right a {
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

.header-top-right a:hover {
  opacity: .8;
  text-decoration: none;
}

.header-btn-contact a {
  padding: 0 10px 0 35px;
  background-image: url(/grdc_d/en/img/icon_mail.svg);
  background-size: 13%;
  background-color: #ff9639;
}

.header-btn-kihu a {
  padding: 0 10px 0 40px;
  background-image: url(/grdc_d/en/img/icon_handshake.svg);
  background-size: 16%;
  background-color: #3bb5fa;
}

/***************** footer *****************/
.footer {
  background-color: #fff;
}

.footer-add {
  font-style: normal;
}

.add-name {
  font-weight: 500;
}

.btn-contact a {
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 14px;
  color: #fff;
  background-image: url(/grdc_d/en/img/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 6%;
  background-position: 31% 51%;
  background-color: #343254;
}

.btn-contact a:hover {
  opacity: .8;
  text-decoration: none;
}

.btn-contact.btn-faculty {
  margin-left: auto;
  margin-right: auto;
}

.btn-contact.btn-faculty a {
  font-size: 1.2em;
  background-image: none;
}

.right-list li ul {
  margin-left: 18px;
}

.right-list .mb {
  margin-bottom: 2em;
}

.in-right-list {
  margin-bottom: 2em;
}

.right-list > li > a,
.in-right-list > li > a {
  display: flex;
  align-items: center;
}

.right-list > li > a::before,
.in-right-list > li > a::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  margin-right: 10px;
  background-color: #343254;
}

/***************** contents *****************/
.en {
  font-family: "Barlow Semi Condensed", "Arial", "¥á¥¤¥ê¥ª", "Meiryo", verdana, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Sans-Serif;
  letter-spacing: 0.075em;
}

#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.btn-more {
  font-weight: 600;
  font-family: "Barlow Semi Condensed", "Arial", "¥á¥¤¥ê¥ª", "Meiryo", verdana, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Sans-Serif;
}

.btn-more a {
  padding: 10px 0 10px 10px;
}

.btn-more a span {
  padding: 0 0 0 10px;
}

.btn-more a span::after {
  transition: all .3s;
  content: "";
  display: inline-block;
  width: 56px;
  height: 1px;
  margin-left: 20px;
  vertical-align: super;
  background-color: #343254;
}

.news-list li,
.news-data-area li {
  border-bottom: 1px solid #bbbacc;
  padding-bottom: 26px;
}

.news-list .date,
.news-data-area .date {
  display: block;
  font-family: "Barlow Semi Condensed", "Arial", "¥á¥¤¥ê¥ª", "Meiryo", verdana, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Sans-Serif;
  font-weight: 600;
}

.news-list .cat,
.news-data-area .cat {
  display: inline-block;
  min-width: 6.5em;
  margin-right: 1em;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #343254;
}

.news-list .text,
.news-data-area .text {
  display: block;
  margin-top: 5px;
}

.news-list .news-ja .text,
.news-data-area .news-ja .text {
  margin-bottom: 10px;
}

.news-list .icon {
  position: relative;
  padding-right: 1.5em;
}

.news-list .icon::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/grdc_d/en/img/icon_clip.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}
.lang-switch {
  text-align: right;
  margin-bottom: 20px;
}
.lang-switch li {
  display: inline-block;
  margin-left: -4px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #343254;
  color: #343254;
  text-decoration: none;
}
.lang-switch li a {
  display: block;
  width: 120px;
  height: 34px;
  padding: 5px 10px;
  text-decoration: none;
}
.lang-switch .current {
  display: block;
  width: 120px;
  height: 34px;
  padding: 5px 10px;
  background-color: #343254;
  color: #ffffff;
}
.lang-switch li:first-of-type {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.lang-switch li:last-of-type {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.lang-switch a:hover {
  background-color: #343254;
  color: #ffffff;
  text-decoration: none;
}
.lang-switch .current:hover {
  opacity: .8;
  cursor: default;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.64583vw;
  }
  body.fixed {
    position: fixed;
  }
  .pc,
  .pc-inline {
    display: none;
  }
  .wrap,
  .wrap-sp {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  /***************** header 767 *****************/
  .header {
    padding: 3% calc(50px + 3%) 3% 3%;
  }
  .inner-header-wrap {
    display: none;
  }
  .inner-header {
    display: flex;
    flex-direction: column;
  }
  .nav {
    order: 1;
  }
  .logo-wrap {
    order: 2;
  }
  .header-top-area {
    order: 3;
    display: flex;
    flex-direction: column;
  }
  .header-top-left {
    order: 2;
  }
  .header-top-center {
    order: 1;
  }
  .header-top-right {
    order: 3;
  }
  .header-logo .logo-top {
    font-size: 2.86458vw;
  }
  .header-logo .logo-bottom {
    font-size: 1.84583vw;
  }
  .logo {
    padding-left: 7%;
    background-size: 6%;
  }
  .logo span {
    line-height: 1.2;
  }
  .inner-header-wrap {
    overflow-y: scroll;
    position: absolute;
    top: 58.5px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    background-color: #343254;
  }
  .nav {
    padding: 20px 0;
    font-size: 4.42708vw;
    font-weight: 500;
    border-bottom: 1px solid #fff;
  }
  .nav li {
    margin-bottom: 1em;
  }
  .logo-right-link {
    font-size: 3.90625vw;
  }
  .logo-right-link li:not(:last-child) {
    margin-bottom: 1em;
  }
  .logo-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
  .header-top-center {
    padding: 20px 0;
  }
  .header-top-center li:not(:last-child) {
    margin-bottom: 1em;
  }
  .header-top-center li::before {
    border-color: transparent transparent transparent #fff;
  }
  .header-top-left {
    margin-top: 10px;
    font-size: 5.07813vw;
    color: #fff;
  }
  .header-top-left .current {
    color: #343254;
    background-color: #fff;
  }
  .header-top-right {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .header-top-right li {
    width: 49%;
    height: 40px;
  }
  /* SP ¥á¥Ë¥å©`¥Ü¥¿¥ó */
  .sp--btn-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
  }
  .sp--btn-menu .close {
    display: none;
  }
  .sp--btn-menu.active .menu {
    display: none;
  }
  .sp--btn-menu.active .close {
    display: block;
  }
  .sp--btn-menu.active .border-menu {
    border-bottom: 2px solid transparent;
  }
  .sp--btn-menu.active .border-menu:before {
    transform: rotate(-162deg);
    top: 17px;
  }
  .sp--btn-menu.active .border-menu:after {
    transform: rotate(162deg);
    bottom: 31px;
  }
  .border-menu {
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
  }
  .border-menu:before, .border-menu:after {
    transition: all 0.3s;
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #343254;
  }
  .border-menu:before {
    top: 11px;
  }
  .border-menu:after {
    bottom: 28px;
  }
  .menu-title {
    margin-top: 5px;
    font-size: 3.64583vw;
    letter-spacing: 0.15em;
    line-height: 1;
    font-family: "Barlow Semi Condensed", "Arial", "¥á¥¤¥ê¥ª", "Meiryo", verdana, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Sans-Serif;
  }
  .chenge-color.header {
    background-color: #343254;
  }
  .chenge-color.header a {
    color: #fff;
  }
  .chenge-color .logo {
    background-image: url(/grdc_d/en/img/logo_white.png);
  }
  .chenge-color .border-menu:before, .chenge-color .border-menu:after {
    background: #fff;
  }
  .chenge-color .menu-title {
    color: #fff;
  }
  /***************** footer 767 *****************/
  .gotop {
    display: none;
  }
  .footer {
    padding: 35px 20px;
  }
  .logo {
    letter-spacing: .075em;
  }
  .footer-logo {
    margin-bottom: 35px;
  }
  .footer-logo .logo-top {
    font-size: 2.86458vw;
  }
  .footer-logo .logo-bottom {
    font-size: 1.84583vw;
  }
  .footer-add li {
    margin-bottom: 15px;
  }
  .add-name {
    margin-bottom: 5px;
    font-size: 4.16667vw;
  }
  .btn-contact {
    margin-top: 45px;
    margin-bottom: 55px;
    font-size: 3.90625vw;
  }
  .btn-contact.btn-faculty {
    width: 60%;
  }
  .right-list a {
    padding: 2px 5px 2px 0;
  }
  .right-list.list-1 > li {
    margin-bottom: 20px;
  }
  .right-list.last-list {
    margin-top: 2em;
  }
  .right-list .copy {
    margin-top: 2em;
  }
  .news-list .date,
  .news-data-area .date {
    margin-bottom: 5px;
    font-size: 3.64583vw;
  }
  .news-list .cat,
  .news-data-area .cat {
    padding: 0 1em 1px;
    font-size: 3.125vw;
  }
  .news-list li {
    margin-bottom: 20px;
  }
  .news-list a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    position: relative;
  }
  .news-list .icon {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  body {
    max-width: 1920px;
    min-width: 1330px;
    font-size: 1.6rem;
  }
  .wrap,
  .wrap-pc {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap-wide {
    width: 1330px;
    margin-right: auto;
    margin-left: auto;
  }
  .sp {
    display: none;
  }
  .pc-inline {
    display: inline-block;
  }
  /***************** ¹²Í¨ *****************/
  .container {
    padding-top: 203px;
  }
  .hover span {
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .hover span::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #343254;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .hover a:hover {
    color: #fff;
  }
  .hover a:hover span::before {
    transform: scaleX(1);
  }
  /***************** header *****************/
  .header {
    padding-bottom: 30px;
  }		
  .inner-header {		
    max-width: 1330px;		
    margin-right: auto;		
    margin-left: auto;
  }
  .header-top-area,
  .header-top-center,
  .header-top-right,
  .logo-wrap,
  .logo-right-link {
    display: flex;
  }
  .header-top-area {
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .header-top-left {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 1.3rem;
  }
  .header-top-left .current {
    color: #fff;
    background-color: #343254;
  }
  .header-top-center {
    align-items: center;
    font-size: 1.3rem;
  }
  .header-top-center li {		
    line-height: 1.2;		
  }
  .header-top-center li:not(:last-child) {
    margin-right: 20px;
  }
  .header-top-center li::before {
    border-color: transparent transparent transparent #343254;
  }
  .header-top-right {
    margin-left: 26px;
    font-size: 1.2rem;
  }
  .header-top-right li {
    height: 32px;
    margin-left: 4px;
  }
  .logo-wrap {
    margin-bottom: 34px;
  }
  .logo-right-link {
    align-items: center;
    margin-top: 8px;
    margin-left: auto;
    font-size: 1.4rem;
  }
  .logo-right-link li {
    width: 168px;
    margin-left: 4px;
  }
  .logo-right-link a {
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #343254;
  }
  .logo-right-link a:hover {
    opacity: .8;
    text-decoration: none;
  }
  .logo-right-link .on {
    display: none;
  }
  .logo {
    padding-left: 37px;
  }
  .logo-top {
    font-size: 1.5rem;
  }
  .logo-bottom {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
  .nav-wrap .sp {
    display: none;
  }
  .nav {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .nav ul {
    display: flex;
    justify-content: space-between;
  }
  .nav li {
    display: flex;
    align-items: center;
    width: calc(100% / 4);
    text-align: center;
    border-right: solid 1px #343254;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .nav li:first-child {
    border-left: 1px solid #343254;
  }
  .nav a {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .nav a:hover {
    color: #fff;
    text-decoration: none;
  }
  .header,
  .logo-wrap,
  .logo-right-link,
  .logo-top,
  .logo-bottom {
    transition: all .5s;
  }
  .header-logo {
    transition: all .2s;
  }
  .logo-wrap.out {
    opacity: 0;
  }
  .logo-wrap.in {
    opacity: 1;
  }
  .active.header {
    top: -42px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .active .logo-wrap {
    margin-bottom: 20px;
  }
  .active .header-logo {
    padding-left: 0;
    background: none;
  }
  .active .logo-top {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .active .logo-bottom {
    display: inline-block;
    vertical-align: middle;
  }
  .active .logo-bottom .pc {
      display: none;
  }
  .active .logo-right-link {
    margin-top: 0;
  }
  .active .logo-right-link li {
    width: auto;
    font-size: 1.3rem;
  }
  .active .logo-right-link li:first-child {
    width: 96px;
  }
  .active .logo-right-link li:nth-child(2) {
    width: 185px;
  }
  .active .logo-right-link li:last-child {
    width: 96px;
  }
  .active .logo-right-link a {
    padding: 10px;
  }
  .active .logo-right-link .br {
    display: none;
  }
  /***************** footer *****************/
  .gotop {
    transform: rotate(0.25turn);
    position: absolute;
    right: -90px;
    top: 145px;
    padding: 5px 5px 5px 195px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    font-family: "Barlow Semi Condensed", "Arial", "¥á¥¤¥ê¥ª", "Meiryo", verdana, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Sans-Serif;
  }
  .gotop::before {
    position: absolute;
    top: 1em;
    right: 5em;
    vertical-align: middle;
    content: "";
    display: inline-block;
    width: 170px;
    height: 1px;
    background-color: #343254;
  }
  .gotop:hover {
    cursor: pointer;
  }
  .footer {
    overflow: hidden;
    position: relative;
    padding: 50px 0 80px;
    font-size: 1.4rem;
  }
  .inner-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 65px;
  }
  .footer-logo a {		
    display: inline-block;		
  }
  .footer-logo .logo-bottom {
    font-size: 1.8rem;
  }
  .footer-left {
    margin-left: 40px;
  }
  .footer-add li {
    margin-bottom: 20px;
  }
  .add-name {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .btn-contact {
    width: 256px;
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .btn-contact a {
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 14px;
    color: #fff;
    background-image: url(/grdc_d/en/img/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: 31% 51%;
    background-color: #343254;
  }
  .btn-contact a:hover {
    opacity: .8;
    text-decoration: none;
  }
  .footer-right {
    display: flex;
  }
  .right-list:not(:last-child) {
    margin-right: 65px;
  }
  .right-list:last-child {
    margin-right: 40px;
  }
  .right-list p {
    margin-bottom: 10px;
  }
  .right-list li {
    margin-bottom: 10px;
  }
  .right-list li ul {
    margin-top: 7px;
    margin-left: 18px;
  }
  .right-list li ul li {
    margin-bottom: 3px;
  }
  .right-list .footer-margin {
    margin-bottom: 2em;
  }
  .copy {
    margin-top: 30px;
    text-indent: -1.2em;
    margin-left: 1.2em;
  }
  /***************** contents *****************/
  .btn-more a:hover span::after {
    background-color: #fff;
  }
  .news-list .date,
  .news-data-area .date {
    flex-shrink: 0;
    width: 6em;
  }
  .news-list li {
    display: flex;
  }
  .news-list .cat {
    padding: 0 1em;
    font-size: 1.2rem;
  }
  .news-list a {
    overflow: ?hidden;
    white-space: ?nowrap;
    text-overflow: ?ellipsis;
    display: inline-block;
  }
  .news-hover {
    transition: all .3s;
    display: inline-block;
  }
  .news-hover:hover {
    color: #fff;
    background-color: #343254;
  }
  .news-hover:hover a {
    color: #fff;
    text-decoration: none;
  }
  .news-hover:hover .cat {
    color: #343254;
    background-color: #fff;
  }
  .news-hover:hover .icon::after {
    background-image: url(/grdc_d/en/img/icon_clip_white.png);
  }
}

@media screen and (min-width: 1330px) {
  body {
    overflow-x: hidden;
  }
}
