.l-header header .menuBtn {
  width: 60px !important;
  color: #fff;
  font-size: 1rem;
}

@media screen and (max-width: 1299px) {
  .l-header header .menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-header header .menuBtn::before {
  content: none !important;
}

.l-header header .menuBtn .icon {
  margin-block: 12px;
}

.l-header header .menuBtn .text {
  position: relative;
}

.l-header header .menuBtn .text > span {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.l-header header .menuBtn .text > span:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.l-header header .menuBtn.-active .text > span:nth-child(1) {
  opacity: 0;
}

.l-header header .menuBtn.-active .text > span:nth-child(2) {
  opacity: 1;
}

@media not all and (max-width: 767px) {
  .pg-home .mainVisualArea .swiper-slide {
    height: 300px;
  }
}

.pg-home .mainVisualArea .swiper-nav {
  bottom: 25px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .pg-home .mainVisualArea .swiper-nav {
    bottom: 15px;
  }
}

.pg-home .mainVisualArea .swiper-btn {
  pointer-events: auto;
}

.pg-home .topLinkBtnListArea {
  margin-top: 0;
  padding-top: 30px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .pg-home .topLinkBtnListArea {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pg-home .topLinkBtnListArea .topLinkBtnList {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .pg-home .topLinkBtnListArea .topLinkBtnList a {
    min-height: 90px;
  }
}

.pg-home .topLinkBtnListArea .topLinkBtnList .container {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .pg-home .topLinkBtnListArea .topLinkBtnList--3item li:nth-last-child(2) a {
    border-radius: 0 3px 0 0;
  }
  .pg-home .topLinkBtnListArea .topLinkBtnList--3item li:last-child {
    width: 100%;
  }
  .pg-home .topLinkBtnListArea .topLinkBtnList--3item li:last-child a {
    border-bottom-left-radius: 3px;
  }
  .pg-home .topLinkBtnListArea .topLinkBtnList--3item li:last-child .text br {
    display: none;
  }
}

.pg-home .topLinkBtnListArea .topLinkBtnList .icon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 15px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f6f3f3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pg-home .topLinkBtnListArea .topLinkBtnList .icon2 {
    margin-right: 10px;
    width: 48px;
    height: 48px;
  }
}

.pg-home .topLinkBtnListArea .topLinkBtnList .icon2 > div {
  position: relative;
}

.pg-home .topLinkBtnListArea .topLinkBtnList .icon2 img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .pg-home .topLinkBtnListArea .topLinkBtnList .icon2 img {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.pg-home .topLinkBtnListArea .topLinkBtnList .icon2 img:nth-child(1) {
  opacity: 0;
  -webkit-filter: invert(35%) sepia(89%) saturate(882%) hue-rotate(183deg) brightness(70%) contrast(102%);
  filter: invert(35%) sepia(89%) saturate(882%) hue-rotate(183deg) brightness(70%) contrast(102%);
}

.pg-home .topLinkBtnListArea .topLinkBtnList .icon2 img:nth-child(2) {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

html[data-whatintent="mouse"] .pg-home .topLinkBtnListArea .topLinkBtnList a:hover .icon2 img:nth-child(1) {
  opacity: 1;
}

html[data-whatintent="mouse"] .pg-home .topLinkBtnListArea .topLinkBtnList a:hover .icon2 img:nth-child(2) {
  opacity: 0;
}

.pg-home .contGr--bgGray {
  background-color: #f5f5f5;
}

.pg-home .contGr--bgLBlue {
  background-color: #eceef4;
}

.pg-home .eventTopicsSect {
  background-color: transparent;
}

.pg-home .eventTopicsSect .eventTopicsList .body p {
  min-height: 0;
}

@media not all and (max-width: 767px) {
  .pg-home .eventTopicsSect .eventTopicsList--3col li {
    width: 33.333%;
  }
}

.pg-home .contGr:not(.contGr--bgGray) .eventTopicsSect .eventTopicsList a {
  background-color: #f5f5f5;
}

.pg-home .contGr .bannerArea {
  margin-bottom: 0;
  background-color: transparent;
}

.pg-home .newsSect {
  margin-top: 0;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .pg-home .newsSect {
    padding: 50px 0;
  }
}

.pg-home .magazineSect {
  position: relative;
}

.pg-home .magazineSect .swiper-container {
  margin: auto;
  padding: 80px 0;
  width: 920px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pg-home .magazineSect .swiper-container {
    padding: 50px 20px;
    width: auto;
  }
}

.pg-home .magazineSect .swiper-slide {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pg-home .magazineSect .swiper-slide {
    padding: 0;
  }
}

.pg-home .magazineSect .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -25px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #00337f;
  font-size: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

html[data-whatintent="mouse"] .pg-home .magazineSect .swiper-btn:not(.swiper-btn-disabled):hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .pg-home .magazineSect .swiper-btn {
    top: 50px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pg-home .magazineSect .swiper-btn img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pg-home .magazineSect .swiper-btn-prev {
  right: 50%;
  margin-right: 460px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .pg-home .magazineSect .swiper-btn-prev {
    right: 4vw;
    margin-inline: 0 70px;
  }
}

.pg-home .magazineSect .swiper-btn-next {
  left: 50%;
  margin-left: 460px;
}

@media screen and (max-width: 767px) {
  .pg-home .magazineSect .swiper-btn-next {
    left: auto;
    right: 4vw;
    margin-inline: 0 20px;
  }
}

.pg-home .magazineSect .swiper-btn-disabled {
  background-color: #ccc;
  pointer-events: none;
}

.pg-home .magazineSect__body .lead a {
  color: #1358a2;
  text-underline-offset: 3px;
}

.pg-home .magazineSect__body .lead a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 13px;
  height: 11px;
  background: url(../images/icon_blank_blue.svg) no-repeat;
  background-size: 100%;
}

.pg-home .magazineSect__body .lead a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 15px;
  background: url(../images/icon_pdf_blue.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

html[data-whatintent="mouse"] .pg-home .magazineSect__body .lead a:hover {
  text-decoration: underline;
}

.pg-home .magazineSect__body .container .image a {
  display: block;
}

html[data-whatintent="mouse"] .pg-home .magazineSect__body .container .image a:hover {
  opacity: .6;
}

.pg-home .magazineSect__body .container .body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pg-home .magazineSect__body .container .body li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pg-home .magazineSect__body .container .body li.fdCol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pg-home .magazineSect__body .container .body li .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
}

.pg-home .magazineSect__body .container .body li .text {
  padding-left: 0.5em;
}

.pg-home .magazineSect__body .container .body li .text a {
  color: #1358a2;
  text-underline-offset: 3px;
}

.pg-home .magazineSect__body .container .body li .text a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 13px;
  height: 11px;
  background: url(../images/icon_blank_blue.svg) no-repeat;
  background-size: 100%;
}

.pg-home .magazineSect__body .container .body li .text a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 15px;
  background: url(../images/icon_pdf_blue.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

html[data-whatintent="mouse"] .pg-home .magazineSect__body .container .body li .text a:hover {
  text-decoration: underline;
}

.pg-home .recruitSect {
  margin-top: 0;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .pg-home .recruitSect {
    padding: 50px 0;
  }
}

.pg-home .confSect {
  margin-top: 0;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .pg-home .confSect {
    padding: 50px 0;
  }
}

.pg-home .confSect .contListArea {
  padding-bottom: 0;
}

.pg-home .confSect .contListArea::before {
  content: none;
}

.pg-home .otherSect {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .pg-home .otherSect {
    padding: 50px 0;
  }
}

.pg-home .contGr .contactSect {
  margin: 0;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .pg-home .contGr .contactSect {
    padding: 33px 0 40px;
  }
}

.pg-home .contGr .contactSect .linkBtnList .c-linkBtn {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .pg-home .contGr .contactSect .linkBtnList .c-linkBtn > div {
    padding: 12px 25px;
  }
}

.pg-home .contGr .contactSect .linkBtnList .c-linkBtn .text {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pg-home .contGr .contactSect .linkBtnList .c-linkBtn .text::before {
    content: none;
  }
}

.pg-home .p-snsShare {
  margin-top: 0;
}

.pg-home .addlNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  height: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-filter: drop-shadow(0 0 18px rgba(20, 27, 41, 0.12));
  filter: drop-shadow(0 0 18px rgba(20, 27, 41, 0.12));
  pointer-events: none;
}

@media screen and (max-width: 1299px) {
  .pg-home .addlNav {
    padding-right: 60px;
    height: 60px;
    -webkit-filter: none;
    filter: none;
  }
}

.pg-home .addlNav > * {
  pointer-events: auto;
}

.pg-home .addlNav .gForm {
  opacity: 0;
  visibility: hidden;
  position: relative;
  height: 100%;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.pg-home .addlNav .gForm.-active {
  opacity: 1;
  visibility: visible;
}

@media not all and (max-width: 1299px) {
  .pg-home .addlNav .gForm {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 1299px) {
  .pg-home .addlNav .gForm {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    max-width: 450px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pg-home .addlNav .gForm {
    height: 43px;
  }
}

.pg-home .addlNav .gForm input[type="text"] {
  border: none;
  border-radius: 0 0 0 5px;
  padding: 0 50px 0 19px;
  width: 226px;
  height: 100%;
  background-color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1299px) {
  .pg-home .addlNav .gForm input[type="text"] {
    border-radius: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pg-home .addlNav .gForm input[type="text"] {
    padding: 0 calc($contMargin-sp + 45px) 0 4vw;
  }
}

.pg-home .addlNav .gForm button {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  width: 45px;
  height: 100%;
  text-align: left;
  font-size: 0;
}

.pg-home .addlNav .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1299px) {
  .pg-home .addlNav .linkList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pg-home .addlNav .linkList li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 21px;
    bottom: 21px;
    border-right: 1px solid #ccc;
  }
}

.pg-home .addlNav .linkList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  height: 100%;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #808080;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 1299px) {
  .pg-home .addlNav .linkList li a {
    height: auto;
    font-size: 1.2rem;
  }
}

.pg-home .addlNav .linkList li a.colored {
  color: #1358a2;
}

@media not all and (max-width: 1299px) {
  .pg-home .addlNav .linkList li a.colored {
    background-color: #eceef4;
  }
}

.pg-home .addlNav .linkList li a > span {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

html[data-whatintent="mouse"] .pg-home .addlNav .linkList li a:hover > span {
  opacity: .6;
}

.pg-home .addlNav .searchToggleBtn {
  display: none;
}

@media screen and (max-width: 1299px) {
  .pg-home .addlNav .searchToggleBtn {
    display: block;
    position: relative;
    padding-right: 2px;
    width: 42px;
    height: 60px;
    font-size: 0;
  }
  .pg-home .addlNav .searchToggleBtn img {
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
  }
  .pg-home .addlNav .searchToggleBtn .crossIcon {
    opacity: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
  }
  .pg-home .addlNav .searchToggleBtn .crossIcon::before, .pg-home .addlNav .searchToggleBtn .crossIcon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #808080;
  }
  .pg-home .addlNav .searchToggleBtn .crossIcon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .pg-home .addlNav .searchToggleBtn .crossIcon::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pg-home .addlNav .searchToggleBtn.-active img {
    opacity: 0;
  }
  .pg-home .addlNav .searchToggleBtn.-active .crossIcon {
    opacity: 1;
  }
}

.pg-home .addlNav .myPageLink {
  background-color: #fff;
}

@media screen and (max-width: 1299px) {
  .pg-home .addlNav .myPageLink {
    display: none;
  }
}

.pg-home .addlNav .myPageLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px 0 26px;
  height: 100%;
  background-color: #1358a2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

html[data-whatintent="mouse"] .pg-home .addlNav .myPageLink a:hover {
  opacity: .7;
}

.pg-home .addlNav .myPageLink a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pg-home .myPageLinkBtn {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 65px;
  bottom: 15px;
  z-index: 10;
  border-radius: 5px;
  width: 120px;
  height: 40px;
  background-color: #1358a2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-filter: drop-shadow(0 0 18px rgba(20, 27, 41, 0.12));
  filter: drop-shadow(0 0 18px rgba(20, 27, 41, 0.12));
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pg-home .myPageLinkBtn.-visible {
  opacity: 1;
  visibility: visible;
}

.l-footer .topArea {
  display: block;
  padding-block: 42px 18px;
}

@media screen and (max-width: 767px) {
  .l-footer .topArea {
    padding-top: 30px;
  }
}

.l-footer .topArea .linkListWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.l-footer .topArea .linkListWrapper .item {
  width: calc((100% - 40px * 3) / 4);
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper .item {
    border-bottom: 1px solid #fff;
    width: auto;
  }
}

.l-footer .topArea .linkListWrapper .linkList a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper .linkList .lvl2 {
    position: relative;
  }
}

.l-footer .topArea .linkListWrapper .linkList .lvl2 a {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper .linkList .lvl2 a {
    display: block;
    padding: 16px 40px 16px 0;
    font-size: 1.3rem;
  }
}

.l-footer .topArea .linkListWrapper .linkList .lvl2 .accordionBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper .linkList .lvl2 .accordionBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer .topArea .linkListWrapper .linkList .lvl2 .accordionBtn .icon {
    position: relative;
    width: 14px;
    height: 1px;
  }
  .l-footer .topArea .linkListWrapper .linkList .lvl2 .accordionBtn .icon::before, .l-footer .topArea .linkListWrapper .linkList .lvl2 .accordionBtn .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
  }
  .l-footer .topArea .linkListWrapper .linkList .lvl2 .accordionBtn .icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-footer .topArea .linkListWrapper .linkList .lvl2 .accordionBtn.-active .icon::after {
    opacity: 0;
  }
}

@media not all and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper .linkList .lvl3 {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper .linkList .lvl3 {
    display: none;
  }
}

.l-footer .topArea .linkListWrapper .linkList .lvl3 ul {
  padding: 4px 0 0 14px;
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper .linkList .lvl3 ul {
    padding-block: 0 12px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .linkListWrapper .linkList .lvl3 li + li {
    margin-top: 5px;
  }
}

.l-footer .topArea .linkListWrapper .linkList .lvl3 a {
  font-size: 1.3rem;
}

.l-footer .topArea .subLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 8px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-footer .topArea .subLinkList {
    margin-top: 40px;
  }
}

.l-footer .topArea .subLinkList li {
  position: relative;
  padding-right: 15px;
}

.l-footer .topArea .subLinkList li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.4em;
  bottom: 0.4em;
  border-right: 1px solid #51555c;
}

@media not all and (max-width: 767px) {
  .l-footer .topArea .subLinkList li:last-child {
    padding-right: 0;
  }
  .l-footer .topArea .subLinkList li:last-child::before {
    content: none;
  }
}

.l-footer .topArea .subLinkList a {
  color: #c6c6c6;
  font-size: 1.3rem;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  -webkit-transition: -webkit-text-decoration-color .3s;
  transition: -webkit-text-decoration-color .3s;
  transition: text-decoration-color .3s;
  transition: text-decoration-color .3s, -webkit-text-decoration-color .3s;
}

html[data-whatintent="mouse"] .l-footer .topArea .subLinkList a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
