@charset "UTF-8";
/*==============================================

    0. STYLE SHEET

==============================================*/
/*==============================================

    1. RESET

==============================================*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: top;
}

/*==============================================

    2. SETTING MIXIN

==============================================*/
/*==============================================
    2-1. mixins
==============================================*/
/* font family */
/*==============================================

    3. BASE

==============================================*/

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

a:link,
a:visited {
  color: #333;
}

a:hover {
  opacity: 0.7;
}

a[data-rel="external"]:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  background: transparent
    url("/dam/profile/strategy/dx/imgs/spark/icon-external.png") no-repeat
    scroll center center;
  background-size: contain;
  margin-right: 0.5em;
}

/*==============================================

    4. LAYOUT

==============================================*/
/*==============================================
    4-1. LAYOUT LIMIT
==============================================*/
.l-limit {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-limit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1000px;
    max-width: 1400px;
  }
}

.l-container {
  padding-top: 51px;
}

@media screen and (min-width: 769px) {
  .l-container {
    padding-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .js-fixed.l-container {
    padding-top: 0;
  }
}

/*==============================================
    4-2. LAYOUT FRAME
==============================================*/
.l-frame--full {
  width: 100%;
}

.l-frame {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-frame {
    width: 85.9%;
    margin: 0 0 0 auto;
  }
}

.l-frame--ld {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-frame--ld {
    width: 96.3%;
    margin: 0;
  }
}

.l-frame--md {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-frame--md {
    width: 87.2%;
    margin: 0;
  }
}

.l-frame--center {
  width: 89.3%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-frame--center {
    width: 87.2%;
    margin: 0;
  }
}

.l-frame--sp {
  width: 89.3%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-frame--sp {
    width: auto;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-frame--facility {
    width: 89%;
    margin: 0 auto;
  }
}

/*==============================================
    4-3. LAYOUT COLUMNS
==============================================*/
@media screen and (min-width: 769px) {
  .l-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.l-col--both {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-col__item {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-col__item {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .l-col__2 {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .l-col__3 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 769px) {
  .l-col__4 {
    width: 25%;
  }
}

.l-col--fw {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-col--rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*==============================================
    4-X. LAYOUT XXXXXX
==============================================*/
/*==============================================

    5. HEADER

==============================================*/
/* head */
.l-header .wrap {
  width: auto;
  margin-bottom: -4px;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .l-header .wrap {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
  }
}

.l-header #head {
  width: 100%;
  padding: 13px 0;
}

@media screen and (min-width: 769px) {
  .l-header #head {
    background: #fff;
    position: relative;
    z-index: 900;
    border-bottom: 1px solid #e6e7e7;
  }
}

.l-header #head.fixed {
  position: fixed;
  top: 0;
}

@media screen and (min-width: 769px) {
  .l-header #head.fixed {
    position: relative;
    top: auto;
  }
}

.l-header #head .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header #head .logo01 {
  width: 22%;
}

@media screen and (min-width: 769px) {
  .l-header #head .logo01 {
    width: 136px;
  }
}

.l-header #head .logo02 {
  display: none;
}

@media screen and (min-width: 769px) {
  .l-header #head .logo02 {
    display: block;
    width: 115px;
    margin-left: 14px;
  }
}

.l-header #head .logo03 {
  display: block;
  width: 78%;
  margin-bottom: -6px;
  padding-left: 10px;
}

@media screen and (min-width: 769px) {
  .l-header #head .logo03 {
    width: 259px;
    margin: 0 0 -7px auto;
  }
}

.l-header #head .logo03 img {
  max-width: 65%;
}

@media screen and (min-width: 769px) {
  .l-header #head .logo03 img {
    max-width: 100%;
  }
}

/*==============================================
    5-1. l-header
==============================================*/
.l-header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0.25em 0;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .l-header {
    position: relative;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.l-header__btn {
  z-index: 999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 36px;
  right: 8px;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/head_btn_menu.png) no-repeat
    scroll center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .l-header__btn {
    display: none;
  }
}

.js-active.l-header__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 36px;
  right: 8px;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/head_btn_close.png) no-repeat
    scroll center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .js-active.l-header__btn {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .l-header--fixed {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff;
    -webkit-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
  }
}

@media screen and (min-width: 769px) {
  .clone {
    position: fixed;
    width: 100%;
    top: -100px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: top 0.4s ease 0s;
    transition: top 0.4s ease 0s;
  }
}

.clone .l-header__entry {
  display: none;
}

@media screen and (min-width: 769px) {
  .clone .l-header__entry {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .l-header--clone {
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff;
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-header--cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 964px;
    margin: 0 auto;
    padding: 0.5em 0;
  }
}

.l-header__logo {
  display: none;
}

@media screen and (min-width: 769px) {
  .l-header__logo {
    display: block;
    width: 240px;
  }
}

.l-header__gnav {
  z-index: 200;
  position: fixed;
  width: 70%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  overflow-y: scroll;
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: #e60000;
}

@media screen and (min-width: 769px) {
  .l-header__gnav {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
    overflow-y: visible;
    background-color: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.js-active.l-header__gnav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-nav {
  padding: 4em 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .l-nav {
    padding: 0;
  }
}

.l-nav__ul__item {
  padding: 0.5em 0;
}

@media screen and (min-width: 769px) {
  .l-nav__ul__item {
    padding-right: 3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 769px) {
  .l-nav__ul__item:last-child {
    padding-right: 0;
  }
}

.l-nav__ul__item a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .l-nav__ul__item a {
    color: #000000;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.l-header__entry {
  z-index: 120;
  position: fixed;
  height: 118px;
  top: 6em;
  right: 0;
}

@media screen and (min-width: 769px) {
  .l-header__entry {
    position: relative;
    height: auto;
    top: auto;
  }
}

.l-header__entry a {
  text-align: center;
  position: relative;
  display: block;
  width: 22px;
  padding: 1em 0.5em 1em 0.5em;
  color: #ffffff;
  background-color: #e60000;
  letter-spacing: 0.16em;
  font-size: 1rem;
  line-height: 1.28571;
}

@media screen and (min-width: 769px) {
  .l-header__entry a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 1em 1.5em 1em 1.5em;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.l-header__entry a img {
  display: block;
  width: 20px;
  margin: 0 0 0.5em 0;
}

@media screen and (min-width: 769px) {
  .l-header__entry a img {
    margin: 0 0.5em 0 0;
  }
}

.l-header__entry__icon {
  width: 22px;
  padding-right: 0.5em;
}

/*==============================================

    6. FOOTER

==============================================*/
.l-footer .wrap {
  width: auto;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .l-footer .wrap {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-footer .footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 26px 0 14px 0;
}

@media screen and (min-width: 769px) {
  .l-footer .footer-link {
    margin: 26px 10px 14px 10px;
  }
}

.l-footer .footer-link li {
  position: relative;
  margin-bottom: 4px;
  padding: 0 20px 0 0;
  font-size: 0.85714rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .l-footer .footer-link li {
    margin-bottom: 10px;
    padding: 0 10px;
    letter-spacing: 0.05em;
    font-size: 0.8rem;
    line-height: 1;
  }
  .l-footer .footer-link li:nth-child(1) {
    padding: 0 10px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .l-footer .footer-link li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 80%;
    background-color: #d4d4d4;
  }
}

.l-footer .footer-link li:first-child::before {
  display: none;
}

.l-footer .footer-link li a {
  position: relative;
  display: block;
  padding-left: 8px;
  font-size: 95%;
  color: #000;
  letter-spacing: 0.025em;
}

.l-footer .footer-link li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-65%);
  left: 0;
  width: 4px;
  height: 7px;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/icon_nav_next.png) no-repeat
    scroll center center;
  background-size: cover;
}

.l-footer .footer-link li a:hover {
  color: #e60000;
}

@media screen and (min-width: 769px) {
  .l-footer .footer-link li a:hover {
    color: #e60000;
  }
}

.l-footer .copyright {
  font-size: 71%;
  margin: 0;
  padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .l-footer .copyright {
    margin: 0 0 0 11px;
    margin-left: 11px;
    padding-bottom: 30px;
  }
}

/*==============================================
    6-1. l-footer
==============================================*/
.l-banners {
  padding: 2em 0;
  background-color: #000000;
}

@media screen and (min-width: 769px) {
  .l-banners {
    padding: 3em 0;
  }
}

.l-banners__col {
  width: 62.9%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-banners__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 49%;
  }
}

.l-banners__col a {
  display: block;
  margin: 2em 0;
}

@media screen and (min-width: 769px) {
  .l-banners__col a {
    width: 48%;
    margin: 0;
  }
}

.l-banners__col__text {
  text-align: center;
  padding-top: 0.5em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35714;
}

@media screen and (min-width: 769px) {
  .l-banners__col__text {
    font-size: 0.93333rem;
    line-height: 1.4;
  }
}

.l-footer__topback {
  display: none;
  z-index: 100;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 1em;
  bottom: 1em;
}

@media screen and (min-width: 769px) {
  .l-footer__topback {
    width: 90px;
    height: 90px;
    cursor: pointer;
  }
}

.l-footer__link {
  position: relative;
  overflow: hidden;
}

.l-footer__link__image {
  overflow: hidden;
}

.l-footer__link__image img {
  display: block;
  width: 200%;
  margin-left: -50%;
}

@media screen and (min-width: 769px) {
  .l-footer__link__image img {
    width: 100%;
    margin-left: 0;
  }
}

.l-footer__link__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 83.4%;
}

@media screen and (min-width: 769px) {
  .l-footer__link__box {
    width: 36%;
  }
}

.l-footer__link__box__name {
  width: 67%;
  margin: 0 auto 2em auto;
}

@media screen and (min-width: 769px) {
  .l-footer__link__box__name {
    width: 90%;
    margin: 0 auto 2.5em auto;
  }
}

.l-footer__link__box__logo {
  width: 37.6%;
  margin: 2em auto;
}

@media screen and (min-width: 769px) {
  .l-footer__link__box__logo {
    width: 31.8%;
    margin: 2.5em auto;
  }
}

.l-footer__link__box__btn {
  margin: 2em 0 0 0;
  padding-top: 2em;
  border-top: 1px solid #c6c4c5;
}

@media screen and (min-width: 769px) {
  .l-footer__link__box__btn {
    margin: 2em 2em 0 2em;
  }
}

.l-footer__link__box .c-btn a {
  -webkit-box-shadow: 1px 1px 10px #555 !important;
  box-shadow: 1px 1px 10px #555 !important;
}

.l-footer__link__box__btn a {
  position: relative;
  padding: 0.75em 2em 0.75em 3.5em !important;
}

@media screen and (min-width: 769px) {
  .l-footer__link__box__btn a {
    padding: 0.75em 2em 0.75em 3.5em !important;
  }
}

.l-footer__link__box__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.5em;
  width: 18px;
  height: 15px;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/icon_entry.png) no-repeat scroll
    center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .l-footer__link__box__btn a::before {
    width: 25px;
    height: 21px;
  }
}

/*==============================================

    7. COMPONENT

==============================================*/
/*==============================================
    7-1. COMPONENT TEXT
==============================================*/
.c-h1 {
  text-align: center;
  color: #e60000;
  margin: 0 0 1em 0;
  font-weight: 300;
  font-size: 1.85714rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .c-h1 {
    text-align: left;
    margin: 0 0 1.25em 0;
    font-size: 3.33333rem;
    line-height: 1.5;
  }
}

.c-h1 span {
  position: relative;
  display: block;
  font-weight: Medium;
  color: #000000;
  padding-bottom: 1.5em;
  font-size: 0.85714rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .c-h1 span {
    font-size: 1.06667rem;
    line-height: 1.5;
  }
}

.c-h1 span::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 21px;
  height: 1px;
  bottom: 0;
  background-color: #e60000;
}

@media screen and (min-width: 769px) {
  .c-h1 span::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.c-p {
  font-size: 1.14286rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .c-p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.c-p--sm {
  font-size: 1.14286rem;
  line-height: 1.75;
}

.c-p--sm a {
  text-decoration: underline;
  color: #e60000;
}

@media screen and (min-width: 769px) {
  .c-p--sm {
    font-size: 1.06667rem;
    line-height: 1.8125;
  }
}

.c-relative {
  z-index: 2;
  position: relative;
}

/*==============================================
    7-2. COMPONENT BUTTON
==============================================*/
.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn a {
  display: inline-block;
  padding: 0.75em 2em;
  border-radius: 100px;
  color: #e60000;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 10px #cccccc;
  box-shadow: 1px 1px 10px #cccccc;
  font-size: 0.92857rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .c-btn a {
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

.c-btn--red a {
  color: #ffffff;
  background-color: #e60000;
  padding: 0.75em 2em 0.55em 2em;
}

/*==============================================
    7-3. COMPONENT ARTICLE
==============================================*/
.c-article {
  margin: 3em 0 6em;
}

@media screen and (min-width: 769px) {
  .c-article {
    margin: 4em 0 8em;
  }
}

.c-article--top {
  margin: 3em 0 0 0;
  padding-bottom: 3em;
}

@media screen and (min-width: 769px) {
  .c-article--top {
    margin: 4em 0 0 0;
    padding-bottom: 8em;
  }
}

.c-article--none {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .c-article--none {
    margin: 0;
  }
}

/*==============================================
    7-X. COMPONENT XXXXXX
==============================================*/
/*==============================================

    ?. UTILITY

==============================================*/
.u-hidden {
  display: none;
}

@media (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

@media (min-width: 769px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 1050px) {
  .u-hidden-1050 {
    display: none;
  }
}

@media (min-width: 1400px) {
  .u-hidden-1400 {
    display: none;
  }
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-red {
  color: red;
}

.u-bg-red {
  background-color: red;
}

/*==============================================

    THEME HOME

==============================================*/
/*==============================================
    HOME HERO
==============================================*/
.t-hero {
  position: relative;
}

.t-hero__bg {
  width: 100%;
  height: 280px;
  min-height: 280px;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/img_main.jpg) no-repeat scroll
    center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .t-hero__bg {
    height: 600px;
    min-height: 600px;
  }
}

.t-hero__primary {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 57.8%;
}

@media screen and (min-width: 769px) {
  .t-hero__primary {
    width: 589px;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.t-hero__primary__text {
  text-align: center;
  margin-bottom: 1.5em;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.92857rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-hero__primary__text {
    text-align: left;
    margin-bottom: 1em;
    font-size: 1.12667rem;
    line-height: 1.7503;
  }
}

.t-hero__primary__logo {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .t-hero__primary__logo {
    width: 100%;
  }
}

/*==============================================
    HOME NEWS
==============================================*/
.t-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: -2.5em;
  padding: 0 2%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .t-news {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0.5em 2%;
  }
}

.t-news__title {
  color: #e60000;
  padding-right: 1em;
  font-weight: 300;
  font-size: 1.14286rem;
  line-height: 3.62438;
}

@media screen and (min-width: 769px) {
  .t-news__title {
    font-size: 1.33333rem;
    line-height: 2.8995;
  }
}

.t-news__list {
  z-index: 1;
  position: relative;
  display: block;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-width: none;
}

.t-news__list::-webkit-scrollbar {
  display: none;
}

.t-news__list tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (min-width: 769px) {
  .t-news__list tr {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.t-news__list tr th {
  display: inline-block;
  padding-right: 1em;
  font-size: 0.85714rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-news__list tr th {
    width: 74px;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

.t-news__list tr td {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.85714rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-news__list tr td {
    width: calc(100% - 74px);
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

/*==============================================
    HOME COLUMN
==============================================*/
@media screen and (min-width: 769px) {
  .t-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .t-column__title {
    width: 250px;
    padding-right: 3em;
  }
}

.t-column__contents {
  padding: 2.5em 0 2.5em 5.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .t-column__contents {
    width: calc(100% - 250px);
    padding: 4em 0 4em 3em;
  }
}

/*==============================================
    HOME TOPICS
==============================================*/
#topics {
  z-index: 2;
  position: relative;
}

.t-topics {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .t-topics__item {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 864px) {
  .t-topics__item {
    min-width: 180px !important;
  }
}

.t-topics__item__title {
  padding: 1em 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-topics__item__title {
    font-size: 0.93333rem;
    line-height: 1.75;
  }
}

.t-topics__item__view {
  position: relative;
  padding-left: 2.25em;
  color: #a4a4a5;
  font-size: 0.85714rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-topics__item__view {
    font-size: 1.06667rem;
    line-height: 1.5;
  }
}

.t-topics__item__view::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 13px;
  left: 0;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/icon_view.png) no-repeat scroll
    center center;
  background-size: cover;
}

.t-topics__item__date {
  color: #a4a4a5;
  font-size: 0.85714rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-topics__item__date {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .t-topics--col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1em 0 0 0;
  }
}

.t-topics__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0.5em;
}

@media screen and (min-width: 769px) {
  .t-topics__btn {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 7em;
  }
}

.t-topics__btn a {
  display: block;
  margin: 2.5em auto 0;
  padding: 0.75em 2.5em;
  border-radius: 100px;
  color: #e60000;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-topics__btn a {
    margin: 0 0 0 auto;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

.t-topics__nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76px;
  margin: 1em auto 0 auto;
}

@media screen and (min-width: 769px) {
  .t-topics__nav {
    margin: 0;
  }
}

.t-topics__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 13px;
  margin: 0;
  background-color: #5b5b5b;
}

.t-topics__nav .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 15px;
  left: 0;
  margin-top: 0;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/icon_nav_prev.png) no-repeat
    scroll center center;
  background-size: cover;
  outline: none;
}

.t-topics__nav .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 15px;
  right: 0;
  margin-top: 0;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/icon_nav_next.png) no-repeat
    scroll center center;
  background-size: cover;
  outline: none;
}

/*==============================================
    HOME FACILITY
==============================================*/
#facility {
  z-index: 1;
  position: relative;
  margin-top: -6em;
}

@media screen and (min-width: 769px) {
  #facility {
    margin-top: -28em;
  }
}

@media screen and (min-width: 769px) {
  .t-facility--triangle {
    width: 95.3%;
  }
}

.t-facility--frame {
  background-color: #f1f2f2;
}

@media screen and (min-width: 769px) {
  .t-facility--frame {
    width: 95.3%;
    padding: 4em 0 8em;
  }
}

@media screen and (min-width: 769px) {
  .t-facility--frame__md {
    width: 86%;
    margin: 0 0 0 auto;
  }
}

.t-facility {
  position: relative;
  margin: 2em 0 2em 0;
  padding-left: 6.2%;
}

@media screen and (min-width: 480px) {
  .t-facility {
    margin: 2em 0 2em 0;
  }
}

@media screen and (min-width: 769px) {
  .t-facility {
    margin: 4em 0 2em 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .t-facility__directory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .t-facility__directory .c-p {
    width: 64%;
  }
}

.t-facility__directory__item {
  margin: 0 0 -4em auto;
  padding-right: 6%;
  width: 40%;
}

@media screen and (min-width: 480px) {
  .t-facility__directory__item {
    width: 34%;
  }
}

@media screen and (min-width: 769px) {
  .t-facility__directory__item {
    position: relative;
    width: 36%;
    margin: -3em 0 0 0;
  }
}

@media screen and (min-width: 769px) {
  .t-facility__directory__item img {
    display: block;
    width: 62%;
    margin: 0 auto;
  }
}

.t-facility__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .t-facility__btn {
    display: block;
    width: 82px;
  }
}

.t-facility__btn__item {
  z-index: 50;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53px;
  height: 53px;
  margin: 0 1em 1.5em 0;
  color: #e60000;
  background-color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-facility__btn__item {
    width: 67px;
    height: 67px;
    margin: 0 0 1em 0;
    cursor: pointer;
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

.js-current.t-facility__btn__item {
  color: #ffffff;
  background-color: #e60000;
}

.js-current.t-facility__btn__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16.4%;
  left: 0;
  bottom: -16%;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/icon_crrent_floor_sp.png)
    no-repeat scroll center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .js-current.t-facility__btn__item::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16.4%;
    height: 100%;
    right: -16.4%;
    left: auto;
    bottom: auto;
    background: transparent
      url(/dam/profile/strategy/dx/imgs/spark/icon_crrent_floor.png)
      no-repeat scroll center center;
    background-size: cover;
  }
}

.t-facility--main {
  margin-bottom: 2em;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .t-facility--main {
    width: calc(100% - 82px);
  }
}

.t-facility--main .slick-list {
  padding: 0 10% 0 0;
}

@media screen and (min-width: 769px) {
  .t-facility--main .slick-list {
    padding: 0 20% 0 0;
  }
}

.t-facility__slide__item {
  margin: 0 10px 0 0;
  outline: none;
}

@media screen and (min-width: 769px) {
  .t-facility__slide__item {
    margin: 0 40px 0 0;
  }
}

@media screen and (min-width: 1240px) {
  .t-facility__slide__item {
    max-width: 700px;
    width: 700px;
  }
}

.t-facility__slide__item__text {
  opacity: 0;
  padding-top: 0.5em;
  color: #949494;
  -webkit-transition: opacity 0.4s ease 0;
  transition: opacity 0.4s ease 0;
  font-size: 0.85714rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-facility__slide__item__text {
    font-size: 0.93333rem;
    line-height: 1.5;
  }
}

.slick-current .t-facility__slide__item__text {
  opacity: 1;
}

.next-arrow {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .next-arrow {
    z-index: 20;
    display: block !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23%;
    width: 30px;
    cursor: pointer;
  }
}

@media screen and (min-width: 1240px) {
  .next-arrow {
    right: auto;
    left: 645px;
  }
}

.prev-arrow {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .prev-arrow {
    z-index: 20;
    display: block !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3%;
    width: 30px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
  }
}

.slick-disabled.next-arrow,
.slick-disabled.prev-arrow {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

@media screen and (min-width: 769px) {
  .t-facility--sub {
    margin: 0 0 0 auto;
    width: calc(100% - 82px);
  }
}

.t-facility--sub .slick-list {
  padding: 0 10% 0 0;
}

.t-facility--sub .slick-track {
  margin: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.t-facility--sub .js-active.slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.t-facility__thumb__item {
  margin: 0 10px 0 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-facility--sub .slick-list .slick-current .t-facility__thumb__item__image {
  border: 2px solid #e60000;
}

.t-facility--main {
  position: relative;
}

.t-facility__slide--3f {
  display: none;
}

.t-facility__slide--2f {
  display: none;
}

.t-facility__slide--b1f {
  display: none;
}

.js-current.t-facility__slide--3f {
  display: block;
}

.js-current.t-facility__slide--2f {
  display: block;
}

.js-current.t-facility__slide--b1f {
  display: block;
}

.t-facility__thumb {
  position: relative;
}

.t-facility__thumb--3f {
  display: none;
}

.t-facility__thumb--2f {
  display: none;
}

.t-facility__thumb--b1f {
  display: none;
}

.js-current.t-facility__thumb--3f {
  display: block;
}

.js-current.t-facility__thumb--2f {
  display: block;
}

.js-current.t-facility__thumb--b1f {
  display: block;
}

/*==============================================
    HOME BASIC
==============================================*/
.t-basic {
  z-index: 2;
  position: relative;
  padding: 2em 6.2% 2em 6.2%;
  background-color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .t-basic {
    width: 89%;
    margin: -4em 0 13em;
    padding: 4em 8.5% 4em 14.2%;
  }
}

.t-basic__item {
  margin-bottom: 2em;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .t-basic__item {
    width: 47.2%;
    margin-bottom: 0;
  }
}

.t-basic__item__heading {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ffffff;
  font-size: 1.14286rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-basic__item__heading {
    font-size: 1.06667rem;
    line-height: 1.75;
  }
}

.t-basic__item__text {
  font-size: 1.14286rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-basic__item__text {
    font-size: 1.06667rem;
    line-height: 1.75;
  }
}

.t-basic__item__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.t-basic__item__table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  vertical-align: middle;
}

.t-basic__item__table tr th {
  display: inline-block;
  width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  font-size: 1.14286rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-basic__item__table tr th {
    font-size: 1.06667rem;
    line-height: 1.75;
  }
}

.t-basic__item__table tr td {
  display: inline-block;
  width: calc(100% - 50px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  font-size: 1.14286rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-basic__item__table tr td {
    font-size: 1.06667rem;
    line-height: 1.75;
  }
}

.t-basic__item__list {
  list-style: none;
  margin-left: 1.5em;
}

.t-basic__item__list li {
  font-size: 1.14286rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-basic__item__list li {
    font-size: 1.06667rem;
    line-height: 1.75;
  }
}

/*==============================================
    HOME EVENT
==============================================*/
#event {
  z-index: 0;
  position: relative;
  margin-top: -8em;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  #event {
    margin-top: -26em;
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .t-event--triangle {
    width: 100%;
  }
}

.t-event--frame {
  padding: 2em 0 3em;
  background-color: #f1f2f2;
}

@media screen and (min-width: 769px) {
  .t-event--frame {
    width: 100%;
    padding: 4em 0 5em;
  }
}

.t-event--frame__md {
  width: 89.3%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .t-event--frame__md {
    width: 75%;
  }
}

.t-event {
  padding-bottom: 1em;
}

.event-title {
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
  .t-event {
    padding-bottom: 4em;
  }
}

.t-event__item {
  margin: 0 0 1.5em 0;
  background-color: #000000;
  -webkit-box-shadow: 1px 1px 10px #cccccc;
  box-shadow: 1px 1px 10px #cccccc;
}

@media screen and (min-width: 769px) {
  .t-event__item {
    width: 48%;
    margin: 2em 0 0 0;
  }
}

.t-event__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-event__item__num {
  text-align: center;
  color: #ffffff;
  width: 66px;
  font-weight: 300;
  font-size: 0.71429rem;
  line-height: 0.8;
}

@media screen and (min-width: 769px) {
  .t-event__item__num {
    width: 83px;
    font-size: 0.8rem;
    line-height: 0.83333;
  }
}

.t-event__item__num strong {
  display: block;
  margin-bottom: -8px;
  font-size: 1.71429rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-event__item__num strong {
    margin-bottom: -8px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.t-event__item__text {
  position: relative;
  width: calc(100% - 66px);
  padding: 4% 6% 4% 6%;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-event__item__text {
    width: calc(100% - 83px);
    padding: 1.5em 4em 4.5em 1.5em;
    font-size: 1.06667rem;
    line-height: 1.75;
  }
}

.t-event__item__text::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 1em;
  bottom: 8%;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/icon_nav_event_next.png)
    no-repeat scroll center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .t-event__item__text::before {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
  }
}

.t-event__item__text span {
  display: block;
  padding-top: 1em;
  font-size: 0.85714rem;
  line-height: 1.875;
}

@media screen and (min-width: 769px) {
  .t-event__item__text span {
    font-size: 0.93333rem;
    line-height: 2;
  }
}

.t-event__comingsoon {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 3em 0;
  border: 1px solid #dedede;
}

@media screen and (min-width: 769px) {
  .t-event__comingsoon {
    width: 48%;
    margin: 2em 0 0 0;
    padding: 6em 0;
  }
}

.t-event__comingsoon__text {
  text-align: center;
  width: 100%;
  color: #a4a4a5;
  font-weight: 300;
  font-size: 1.33571rem;
  line-height: 2.26684;
}

@media screen and (min-width: 769px) {
  .t-event__comingsoon__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.24667rem;
    line-height: 2.26684;
  }
}

/*==============================================
    HOME BANNER
==============================================*/
.t-banner {
  padding: 2.3em 0;
  background-color: #e90000;
}

.t-banner__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 89.3%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .t-banner__col {
    width: 56.3%;
  }
}

.t-banner__col__logo {
  width: 23.9%;
}

.t-banner__col__text {
  position: relative;
  width: 72%;
  color: #ffffff;
  padding-right: 12%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.85714rem;
  line-height: 1.625;
}

@media screen and (min-width: 769px) {
  .t-banner__col__text {
    padding-right: 8%;
    font-size: 0.93333rem;
    line-height: 1.75;
  }
}

.t-banner__col__text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  right: 0;
  background: transparent
    url(/dam/profile/strategy/dx/imgs/spark/icon_nav_event_next.png)
    no-repeat scroll center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .t-banner__col__text::before {
    width: 40px;
    height: 40px;
  }
}

.t-banner__image {
  overflow: hidden;
}

.t-banner__image img {
  display: block;
  width: 170%;
  margin-left: -35%;
}

@media screen and (min-width: 769px) {
  .t-banner__image img {
    width: 100%;
    margin-left: 0;
  }
}

/*==============================================
    HOME ACCESS
==============================================*/
.t-access {
  position: relative;
  margin: 3em 0 0 0;
}

@media screen and (min-width: 769px) {
  .t-access {
    margin: 6em 0 0 0;
  }
}

.t-access__map {
  overflow: hidden;
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .t-access__map {
    z-index: 0;
    position: absolute;
    top: -26%;
    right: 0;
    width: 64%;
    margin-top: 0;
    max-width: 900px;
    min-width: 710px;
  }
}

.t-access__map img {
  display: block;
  width: 140%;
  margin-left: -20%;
}

@media screen and (min-width: 769px) {
  .t-access__map img {
    width: 100%;
    max-width: 804px;
    margin-left: 0;
  }
}

/*==============================================
    HOME NEWS LIST
==============================================*/
.t-list {
  position: relative;
  background-color: #f0f2f2;
  padding: 4em 0;
}

@media screen and (min-width: 769px) {
  .t-list {
    width: 96%;
    margin: 0 0 0 auto;
    padding: 8em 0;
  }
}

@media screen and (min-width: 769px) {
  .t-list--triangle {
    width: 96%;
    margin: 0 0 0 auto;
  }
}

.t-list__inner {
  width: 89.3%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .t-list__inner {
    width: 77.7%;
    margin: 0 auto;
  }
}

.t-list__inner__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 0 0.5em 0;
}

@media screen and (min-width: 769px) {
  .t-list__inner__table {
    padding: 3em 0 0.5em 0;
  }
}

.t-list__inner__table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #dedede;
}

.t-list__inner__table tr:nth-child(1) {
  border-top: 1px solid #dedede;
}

@media screen and (min-width: 769px) {
  .t-list__inner__table tr {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.25em 0;
  }
}

.t-list__inner__table tr th {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .t-list__inner__table tr th {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 146px;
  }
}

.t-list__inner__table tr th span {
  display: inline-block;
  padding: 0.25em 2em;
  background-color: #ffffff;
  color: #e60000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.85714rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .t-list__inner__table tr th span {
    padding: 0.25em 2em;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

.t-list__inner__table tr td {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .t-list__inner__table tr td {
    font-size: 0.93333rem;
    line-height: 1.75;
  }
}

.t-list__inner__table__date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 769px) {
  .t-list__inner__table__date {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 80px;
  }
}

.t-list__inner__table__text {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: block;
  width: 100%;
  padding-top: 0.5em;
}

@media screen and (min-width: 769px) {
  .t-list__inner__table__text {
    display: inline-block;
    width: calc(100% - 146px - 80px);
    padding-top: 0;
  }
}

.t-list__inner__table__text a {
  color: #e60000;
  text-decoration: underline;
}

#news {
  margin: -6em 0 0 0;
}

@media screen and (min-width: 769px) {
  #news {
    margin: 3em 0 0 0;
  }
}

/*==============================================
    HOME LYAOUT & COMPONENT(PREDEFINED)
==============================================*/
