@charset "UTF-8";
html {
  font-size: 10px;
}

@media screen and (max-width: 724px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  color: #222;
}
body.-locked {
  overflow: hidden;
}

*:focus {
  outline: none;
}

.__inner {
  max-width: 124rem;
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
}

.btn--prime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.6rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--prime.-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-height: 7rem;
  padding: 1.1rem 5rem;
  background-color: #054A97;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.btn--prime.-blue::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 1.6rem;
  margin-right: 1.5rem;
  background: url(../images/icon_mail.svg) no-repeat center center;
  background-size: contain;
}
.btn--prime.-blue.-noIcon::before {
  display: none;
}
.btn--prime.-blue:disabled {
  background-color: #BABABA;
}
.btn--prime.-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 21rem;
  height: 4rem;
  margin-bottom: 0.3rem;
  background-color: #064A97;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.btn--prime.-download::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.9rem;
  margin-right: 1.2rem;
  background: url(../images/icon_download.svg) no-repeat center center;
  background-size: contain;
}
.btn--prime.-download_ele {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 32rem;
  height: 7rem;
  margin-bottom: 0.3rem;
  margin-top: 2rem;
  background-color: #028ae8;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.btn--prime.-download_ele::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.9rem;
  margin-right: 1.2rem;
  background: url(../images/icon_download.svg) no-repeat center center;
  background-size: contain;
}
.btn--prime.-iflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-height: 5.6rem;
  padding: 1.5rem 5rem;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.btn--prime.-bdr--blue {
  border: 0.1rem solid #064A97;
  color: #054A97;
}
.btn--prime.-bg--orange {
  background-color: #D84C41;
  color: #fff;
}
.btn--prime.-bg--blue {
  background-color: #064A97;
  color: #fff;
}
.btn--prime.-back {
  background-color: #064A97;
  color: #fff;
}
.btn--prime.-gray {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-height: 7rem;
  padding: 1.1rem 5rem;
  background-color: #899DB4;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.btn--prime:hover {
  opacity: 0.8;
}

@media screen and (max-width: 724px) {
  .btn--prime.-blue {
    width: 100%;
  }
  .btn--prime.-iflex {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 1.2rem;
  }
}
img {
  width: 100%;
}

a {
  color: #054A97;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.-sp {
  display: none;
}

@media screen and (max-width: 724px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  padding: 0 3rem;
  border-bottom: 0.1rem solid #D9DCE0;
  background-color: #fff;
}

@media screen and (max-width: 1109px) {
  #header {
    gap: 1.74rem;
    height: 5rem;
    padding: 0 1.5rem;
  }
}
.header__logo {
  width: 38rem;
  margin-right: 1.8rem;
}

@media screen and (max-width: 1109px) {
  .header__logo {
    width: 25rem;
    margin-right: 0;
  }
}
.header__block {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: auto 0 0 auto;
}

@media screen and (max-width: 1109px) {
  .header__block {
    position: absolute;
    top: 5rem;
    right: -37.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 0;
    height: calc(100vh - 5rem);
    margin: 0;
    padding-bottom: 6rem;
    background-color: #F0F4F8;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__block.-open {
    right: 0;
    width: 37.5rem;
  }
}
@media screen and (max-width: 724px) {
  .header__block {
    right: -100vw;
  }
  .header__block.-open {
    right: 0;
    width: 100vw;
  }
}
.header__func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 1109px) {
  .header__func {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}
.header__language {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #5B6B81;
}
.header__language::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_globe.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.header__language::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-style: solid;
  border-color: #5B6C81 transparent;
  pointer-events: none;
}
.header__language select {
  padding: 0 1.3rem 0 2.2rem;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #5B6B81;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link:hover {
  color: #054A97;
}
.header__link:hover .icon__external {
  color: #054A97;
}

.icon__external {
  width: 1.2rem;
  stroke: #5b6b81;
  height: 1.2rem;
  margin-right: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav {
  width: 100%;
  max-width: 51rem;
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
}

@media screen and (max-width: 1109px) {
  .header__nav__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.header__nav__item {
  position: relative;
  padding-bottom: 0.8rem;
  font-size: 1.7rem;
  font-weight: 700;
}
.header__nav__item > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
.header__nav__item:hover > a {
  color: #054A97;
}
.header__nav__item:hover .header__subnav__list {
  opacity: 1;
  visibility: visible;
  translate: -50% 0;
}
.header__nav__item.-contact {
  display: none;
}

@media screen and (max-width: 1109px) {
  .header__nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #DADCE0;
  }
  .header__nav__item > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 2rem;
  }
  .header__nav__item > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    translate: 0 -50%;
    display: block;
    width: 0.9rem;
    height: 1.6rem;
    background: url(../images/arrow_spmenu.svg) no-repeat center center;
    background-size: contain;
  }
  .header__nav__item.-hasChild > a::after {
    width: 1.6rem;
    height: 0.2rem;
    background: url(../images/border_spmenu.svg) no-repeat center center;
    background-size: contain;
  }
  .header__nav__item.-hasChild > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    translate: 0 -50%;
    display: block;
    width: 1.6rem;
    height: 0.2rem;
    background: url(../images/border_spmenu.svg) no-repeat center center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav__item.-hasChild > a.-open::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header__nav__item.-search {
    display: none;
  }
  .header__nav__item.-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav__item:hover > a {
    color: #054A97;
  }
  .header__nav__item:hover .header__subnav__list {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
}
.header__subnav__list {
  position: absolute;
  top: 3.7rem;
  left: 50%;
  translate: -50% -1rem;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(6, 30, 64, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1109px) {
  .header__subnav__list {
    position: static;
    translate: 0 0;
    display: none;
    padding: 2.5rem 2rem;
    opacity: 1;
    visibility: visible;
    background-color: #E2E9F1;
  }
}
.header__subnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  border-bottom: 0.1rem solid #516788;
  white-space: nowrap;
}
.header__subnav__item a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.header__subnav__item:last-child {
  border: 0;
}

@media screen and (max-width: 1109px) {
  .header__subnav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
    border-bottom: 0;
    white-space: normal;
  }
  .header__subnav__item::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 0.5rem;
    height: 0.1rem;
    background-color: #38485F;
    margin: 1.3rem 0.5rem 0 0;
  }
  .header__subnav__item a {
    font-size: 1.6rem;
    color: #38485F;
  }
  .header__subnav__item:last-child {
    margin: 0;
  }
}
.header__search.-single {
  display: none;
}

@media screen and (max-width: 1109px) {
  .header__search.-single {
    display: block;
    margin-left: auto;
  }
}
.icon__search {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-bottom: 0.4rem;
  stroke: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon__search:hover {
  stroke: #054A97;
}
.-single .icon__search {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.3rem;
}
.icon__search.-open {
  display: block;
}
.-open .icon__search.-open {
  display: none;
}
.icon__search.-close {
  display: none;
  stroke: #38485f;
}
.-open .icon__search.-close {
  display: block;
}

.header__contact {
  width: 20rem;
  height: 5rem;
  margin-left: 1.2rem;
  background-color: #054A97;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1109px) {
  .header__contact {
    width: 100%;
    height: 7rem;
    margin-left: 0;
  }
  .header__contact::before {
    margin-right: 2rem;
  }
  #header > .header__contact {
    display: none;
  }
}
.sp__contact {
  display: none;
}

@media screen and (max-width: 1109px) {
  .sp__contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    width: 100%;
    padding: 0 2rem;
  }
}
.header__search__area {
  position: absolute;
  top: 8rem;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  background-color: #F0F4F8;
  display: none;
}

@media screen and (max-width: 1109px) {
  .header__search__area {
    top: 5rem;
  }
}
.search__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  max-width: 85rem;
  height: 12rem;
}

@media screen and (max-width: 724px) {
  .search__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
    max-width: 100%;
    height: 20.5rem;
    padding-top: 3rem;
  }
}
.search__input {
  width: 70rem;
  height: 4rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border: 0.1rem solid #909090;
  border-radius: 0.4rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 724px) {
  .search__input {
    width: 100%;
    height: 5rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.search__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14rem;
  height: 4rem;
  background-color: #054A97;
  border-radius: 0.4rem;
  color: #fff;
  text-align: center;
}
.search__btn svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
  stroke: #fff;
  vertical-align: sub;
}

@media screen and (max-width: 724px) {
  .search__btn {
    width: 100%;
    height: 5rem;
  }
}
.search__close__btn {
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #5B6B81;
  cursor: pointer;
}
.search__close__btn::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.6rem;
  background: url(../images/icon_close.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 724px) {
  .search__close__btn {
    display: none;
  }
}
#sp__btn {
  display: none;
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.4rem;
  height: 3.4rem;
  background-color: #054A97;
  border-radius: 0.3rem;
}
#sp__btn span {
  display: block;
  width: 2rem;
  height: 0.2rem;
  margin: 0.6rem 0;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp__btn::before, #sp__btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp__btn.-open span {
  opacity: 0;
}
#sp__btn.-open::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg) translate(0.4rem, -0.2rem);
          transform: rotate(45deg) translate(0.4rem, -0.2rem);
}
#sp__btn.-open::after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg) translate(0.4rem, 0.2rem);
          transform: rotate(-45deg) translate(0.4rem, 0.2rem);
}

@media screen and (max-width: 1109px) {
  #sp__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer {
  position: relative;
  background-color: #F0F4F8;
  padding: 4rem 0 2rem;
}

@media screen and (max-width: 724px) {
  #footer {
    padding-bottom: 6rem;
  }
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 9rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5rem;
}

@media screen and (max-width: 724px) {
  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.footer__box {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__link__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

@media screen and (max-width: 724px) {
  .footer__link__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__link__title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #38485F;
  text-decoration: none;
}
.footer__link__title:hover {
  color: #054A97;
  text-decoration: underline;
}
.footer__link__title + .footer__link__title {
  margin-top: 1.5rem;
}

.footer__list > li {
  margin-bottom: 0.5rem;
}
.footer__list > li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #5B6B81;
  text-decoration: none;
}
.footer__list > li a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  background-color: #5B6C81;
  border-radius: 50%;
}
.footer__list > li a:hover {
  color: #054A97;
  text-decoration: underline;
}

@media screen and (max-width: 724px) {
  .footer__list > li {
    margin-bottom: 0;
  }
}
.footer__sublist {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
.footer__sublist > li a::before {
  height: 0.1rem;
  border-radius: 0;
}

@media screen and (max-width: 724px) {
  .footer__sublist {
    display: none;
  }
}
.copy__block {
  padding-top: 3rem;
  border-top: 0.1rem solid #D9DCE0;
}

.footer__bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem;
  margin-bottom: 4rem;
}
.footer__bottom__list li a {
  font-size: 1.4rem;
  color: #38485F;
  text-decoration: none;
}
.footer__bottom__list li a:hover {
  color: #054A97;
  text-decoration: underline;
}

@media screen and (max-width: 724px) {
  .footer__bottom__list {
    gap: 1.5rem 0;
    margin-bottom: 2rem;
  }
  .footer__bottom__list li {
    width: 50%;
    text-align: center;
  }
}
.copy {
  text-align: center;
  font-size: 1.2rem;
  color: #8A9CB4;
}

.gototop {
  position: fixed;
  z-index: 999;
  bottom: 0.5rem;
  right: 0.5rem;
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../images/img_gototop.png) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.contacttop {
  position: fixed;
  z-index: 999;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11rem;
  height: 11rem;
  padding-top: 2.4rem;
  background: url(../images/icon_tocontact.svg) no-repeat center 3.7rem #fff;
  background-size: 2.2rem 1.6rem;
  border-radius: 50%;
  -webkit-box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.contacttop.-fixed {
  bottom: 7.1rem;
  opacity: 1;
  pointer-events: auto;
}
.contacttop.-fixed__footer {
  position: absolute;
  top: -17.6rem;
  bottom: initial;
}

@media screen and (max-width: 724px) {
  .gototop {
    top: -4.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
  .contacttop {
    width: 8rem;
    height: 8rem;
    background-position: center 2.4rem;
    font-size: 1.2rem;
  }
  .contacttop.-fixed__footer {
    top: -15rem;
  }
}
#layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#layer.-active {
  opacity: 1;
  visibility: visible;
}
#layer.-active__modal {
  opacity: 1;
  visibility: visible;
  z-index: 105;
}

.page__title {
  padding: 1.6rem 0 6rem;
  border-bottom: 0.1rem solid #D9DCE0;
}

@media screen and (max-width: 724px) {
  .page__title {
    padding: 3rem 0;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.breadcrumb__list .breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__list .breadcrumb__item::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 1.5rem;
  border-width: 0.1rem 0.1rem 0 0;
  border-style: solid;
  border-color: #8A9CB4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumb__list .breadcrumb__item.-home::before {
  width: 2.2rem;
  height: 1.8rem;
  margin-right: 0.5rem;
  border: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: url(../images/icon_home.svg) no-repeat center center;
}
.breadcrumb__list.-white .breadcrumb__item {
  color: #fff;
}
.breadcrumb__list.-white .breadcrumb__item a {
  color: #fff;
}
.breadcrumb__list.-white .breadcrumb__item.-home::before {
  background-image: url(../images/icon_home_white.svg);
}

@media screen and (max-width: 724px) {
  .breadcrumb__list {
    display: none;
  }
}
.page__title__headline {
  font-size: 3.8rem;
  font-weight: 700;
  color: #054A97;
}
.page__title__headline span {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 724px) {
  .page__title__headline {
    font-size: 2.6rem;
  }
}
.section__border__title, .blog__border__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #8A9CB4;
  font-size: 3.4rem;
  font-weight: 700;
  color: #054A97;
  line-height: 1.411;
}
.section__border__title::before, .blog__border__title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.5rem;
  margin: 0.5rem 1.5rem 0.5rem 0;
  background-color: #054A97;
}

@media screen and (max-width: 724px) {
  .section__border__title, .blog__border__title {
    padding: 1rem 0;
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .section__border__title::before, .blog__border__title::before {
    width: 0.4rem;
    margin: 0.3rem 1.2rem 0.3rem 0;
  }
}
.section__subtitle, .blog__subtitle {
  margin: 7rem 0 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #054A97;
}
.section__subtitle.-middle, .-middle.blog__subtitle {
  margin: 6rem 0 2rem;
  font-size: 2.2rem;
}
.section__subtitle.-small, .-small.blog__subtitle {
  margin: 4rem 0 1.5rem;
  font-size: 1.8rem;
  color: #000;
}

@media screen and (max-width: 724px) {
  .section__subtitle, .blog__subtitle {
    margin: 7rem 0 2rem;
    font-size: 1.9rem;
  }
  .section__subtitle.-middle, .-middle.blog__subtitle {
    margin: 6rem 0 1.5rem;
    font-size: 1.6rem;
  }
  .section__subtitle.-small, .-small.blog__subtitle {
    margin: 4rem 0 1rem;
    font-size: 1.4rem;
  }
}
.section__lead {
  margin-bottom: 1rem;
}

.contact__area {
  margin-bottom: 10rem;
  padding: 5rem 0;
  background-color: #F0F4F8;
}

@media screen and (max-width: 724px) {
  .contact__area {
    margin-bottom: 9.5rem;
    padding: 4rem 0;
  }
}
.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products__table {
  table-layout: fixed;
  width: 100%;
  border: 0.1rem solid #C2D4E8;
}
.products__table thead tr th {
  min-height: 4.8rem;
  padding: 1rem;
  border: 0.1rem solid #C2D4E8;
  background-color: #38485F;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.products__table tbody tr td {
  min-height: 8.6rem;
  padding: 1.2rem 2rem;
  border: 0.1rem solid #C2D4E8;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
}

.nav__field {
  position: sticky;
  top: 8rem;
  left: 0;
  z-index: 80;
  height: 4.5rem;
}
.nav__field.-mobility {
  background-color: #2E3D5D;
}
.nav__field.-mobility .nav__field__head::before {
  background-image: url(/images/icon_mobility.png);
}
.nav__field.-electronics {
  background-color: #364B46;
}
.nav__field.-electronics .nav__field__head::before {
  background-image: url(/images/icon_electronics.png);
}
.nav__field.-construction {
  background-color: #582726;
}
.nav__field.-construction .nav__field__head::before {
  background-image: url(/images/icon_construction.png);
}
.nav__field.-packaging {
  background-color: #50451D;
}
.nav__field.-packaging .nav__field__head::before {
  background-image: url(/images/icon_packaging.png);
}
.nav__field.-packaging .nav__field__head::after {
  display: none;
}
.nav__field.-healthcare {
  background-color: #4D2C33;
}
.nav__field.-healthcare .nav__field__head::before {
  background-image: url(/images/icon_healthcare.png);
}
.nav__field.-healthcare .nav__field__head::after {
  display: none;
}

@media screen and (max-width: 1109px) {
  .nav__field {
    top: 5rem;
    height: 4rem;
  }
  .nav__field.-packaging {
    display: none;
  }
}
.nav__field__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  height: 100%;
}

@media screen and (max-width: 1109px) {
  .nav__field__block {
    gap: 0;
  }
}
.nav__field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.nav__field__head a {
  color: #fff;
  text-decoration: none;
}
.nav__field__head span {
  display: block;
  margin-bottom: -0.5rem;
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.181;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.nav__field__head::before {
  content: "";
  position: relative;
  z-index: 10;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  margin-top: 1.2rem;
  margin-right: 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.nav__field__head::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 2.9rem;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: 3rem;
}

@media screen and (max-width: 1109px) {
  .nav__field__head {
    font-size: 1.4rem;
  }
  .nav__field__head a {
    color: #fff;
    text-decoration: none;
  }
  .nav__field__head span {
    margin-bottom: -0.3rem;
    font-size: 1rem;
  }
  .nav__field__head::before {
    width: 3.8rem;
    height: 3.8rem;
    margin-top: 0.7rem;
    margin-right: 0.7rem;
  }
  .nav__field__head::after {
    display: none;
  }
}
.nav__field__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 5rem;
}
.-electronics .nav__field__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 3rem;
}
.nav__field__list li a {
  color: #fff;
  text-decoration: none;
}
.nav__field__list.-has-dropmenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.nav__field__list.-has-dropmenu > li a {
  width: 100%;
}

@media screen and (max-width: 1109px) {
  .nav__field__list {
    display: block;
    position: absolute;
    top: 4rem;
    right: 0;
    width: 0;
    height: auto;
    padding: 2rem 0;
    border-top: 0.1rem solid #828B9E;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav__field__list.-open {
    right: 0;
    width: 37.5rem;
  }
  .nav__field__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.5rem;
    margin-bottom: 1.5rem;
    padding: 0 2rem;
    white-space: nowrap;
  }
  .nav__field__list li:last-child {
    margin: 0;
  }
  .nav__field__list li::after {
    content: "";
    display: block;
    width: 0.7rem;
    height: 1.2rem;
    margin-left: auto;
    background: url(/products/images/arrow_subnav_sp.svg) no-repeat center center;
    background-size: contain;
  }
  .-mobility .nav__field__list {
    background-color: #2E3D5D;
  }
  .-electronics .nav__field__list {
    background-color: #364B46;
  }
  .-construction .nav__field__list {
    background-color: #582726;
  }
}
.megaMenu {
  position: absolute;
  top: 4.5rem;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #222;
  opacity: 0;
  visibility: hidden;
  translate: 0 -1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.-has-dropmenu > li:hover .megaMenu {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.megaMenu .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 0;
  padding: 3rem 2rem 3rem 8rem;
}
.megaMenu .__inner li {
  width: 22.8rem;
}
.megaMenu .__inner li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  font-size: 1.4rem;
}
.megaMenu .__inner li a figure {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem;
  vertical-align: middle;
  overflow: hidden;
}
.megaMenu .__inner li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.megaMenu .__inner li a:hover figure img {
  scale: 1.2;
}
.megaMenu.-device .__inner li a figure, .megaMenu.-app .__inner li a figure {
  border: 0.1rem solid #fff;
}
.megaMenu.-form .__inner li a figure, .megaMenu.-func .__inner li a figure {
  overflow: visible;
  border-radius: 50%;
}
.megaMenu.-needs .__inner li {
  width: 25%;
  min-width: 22.8rem;
}
.megaMenu.-needs .__inner li a figure {
  overflow: visible;
  border-radius: 50%;
}

@media screen and (max-width: 1109px) {
  .megaMenu {
    display: none;
  }
}
#btn__subnav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14rem;
  height: 2.6rem;
  margin-left: auto;
  padding: 0 0.8rem 0 1.4rem;
  border: 0.1rem solid #fff;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  color: #fff;
}
#btn__subnav::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.5rem;
  background: url(/products/images/arrow_subnav.svg) no-repeat center center;
  background-size: contain;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#btn__subnav.-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1109px) {
  #btn__subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__top__link {
  position: absolute;
  top: 6.4rem;
  right: 2rem;
}
.section__top__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #054A97;
  text-decoration: none;
}
.section__top__link a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-left: 1.2rem;
  background: url(../images/arrow__link.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 724px) {
  .section__top__link {
    top: auto;
    top: initial;
    right: 2rem;
  }
}
.related-product__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}

@media screen and (max-width: 724px) {
  .related-product__list {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
  }
}
.related-product__item {
  display: block;
  width: 22rem;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.related-product__item:hover {
  opacity: 0.8;
}
.related-product__item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 724px) {
  .related-product__item {
    -webkit-transition: 0s;
    transition: 0s;
  }
}
.related-product__img {
  width: 100%;
  height: 14rem;
  margin-bottom: 1.5rem;
  border: 0.1rem solid #D9DCE0;
  overflow: hidden;
}
.related-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.related-product__text dt {
  margin-bottom: 1rem;
}
.related-product__text dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 724px) {
  .splide {
    position: relative;
    width: 100vw;
    translate: -2rem 0;
  }
}
.related-article__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}

@media screen and (max-width: 724px) {
  .related-article__list {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
  }
}
.related-article__item {
  display: block;
  width: 22rem;
  color: #222;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.related-article__item:hover {
  opacity: 0.8;
}
.related-article__item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.related-article__item span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #5B6B81;
}

@media screen and (max-width: 724px) {
  .related-article__item {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .related-article__item.-center {
    margin: 0 auto;
  }
}
.related-article__img {
  width: 100%;
  height: 10rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.related-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.splide__arrows {
  display: none;
}

@media screen and (max-width: 724px) {
  .splide__arrows {
    display: block;
  }
}
.splide__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 20;
  width: 3.7rem;
  height: 3.7rem;
}
.splide__arrow--prev {
  left: 2rem;
}
.splide__arrow--next {
  right: 2rem;
}

#related-article__slide,
#related-product__slide {
  visibility: visible;
}

.filtering__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.filtering__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 724px) {
  .filtering__list {
    gap: 1.2rem;
    padding-right: 0;
  }
}
.filtering__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.4rem;
  padding: 0 2rem;
  border: 0.1rem solid #899DB4;
  border-radius: calc(infinity * 1px);
  font-size: 1.6rem;
  color: #38485F;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filtering__item a {
  color: #38485F;
  text-decoration: none;
}
.filtering__item:hover {
  background: #054A97;
  border-color: #054A97;
  color: #fff;
}
.filtering__item:hover a {
  color: #fff;
}
.filtering__item.-active {
  background: #054A97;
  border-color: #054A97;
  font-weight: 700;
  color: #fff;
}
.filtering__item.-active a {
  color: #fff;
}

@media screen and (max-width: 724px) {
  .filtering__item {
    height: 2.8rem;
    padding: 0 1.2rem;
    font-size: 1.3rem;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
.pagination.-bottom {
  margin: 2rem 0 0;
}

.pagination__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #899DB4;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: #5B6B81;
  text-decoration: none;
}
.pagination__btn.-current a {
  background-color: #38485F;
  border-color: #38485F;
  color: #fff;
}
.pagination__btn.-prev a::before, .pagination__btn.-next a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background: url(/documents/images/arrow_pagination.svg) no-repeat center center;
  background-size: contain;
}
.pagination__btn.-prev a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#detail {
  margin-bottom: 10rem;
  padding-bottom: 10rem;
  border-bottom: 0.1rem solid #D9DCE0;
}

@media screen and (max-width: 724px) {
  #detail {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
.detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-top: 2.5rem;
}

.info__date {
  color: #5B6B81;
}

.detail__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}

.detail__tag__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.1rem;
  padding: 0.3rem 2rem;
  border-radius: 0.4rem;
  background-color: #E5F0FA;
  font-size: 1.5rem;
  color: #38485F;
}

@media screen and (max-width: 724px) {
  .detail__tag__item {
    height: 2.8rem;
    font-size: 1.4rem;
  }
}
.detail__top {
  padding: 5rem 0 0;
  margin-bottom: 5rem;
}

@media screen and (max-width: 724px) {
  .detail__top {
    padding: 4rem 0 0;
    margin-bottom: 4rem;
  }
}
.detail__hash__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem 1.5rem;
  margin-bottom: 2rem;
}

.detail__hash__item {
  font-size: 1.4rem;
  color: #38485F;
}

.detail__mv {
  width: 100%;
  height: 40rem;
}
.detail__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 724px) {
  .detail__mv {
    width: 100%;
    height: 24rem;
  }
}
.details__relation {
  padding-bottom: 10rem;
}

.details__content__body {
  margin-bottom: 10rem;
}
.details__content__body:last-of-type {
  margin: 0;
}

@media screen and (max-width: 724px) {
  .details__content__body {
    margin-bottom: 8rem;
  }
  .details__content__body:last-of-type {
    margin: 0;
  }
}
.detail__btn__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2rem;
  margin-top: 8rem;
}
.detail__btn__area.-back {
  margin-top: 7rem;
}

@media screen and (max-width: 724px) {
  .detail__btn__area {
    gap: 2rem;
    margin-top: 6rem;
  }
  .detail__btn__area.-back {
    margin-top: 4rem;
  }
}
.news__top__box {
  margin-bottom: 4rem;
}

@media screen and (max-width: 724px) {
  .news__top__box {
    margin-bottom: 3rem;
  }
}
.news__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__tag__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 4.1rem;
  padding: 0 2rem;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#E5F0FA), to(#E7EAF8));
  background-image: linear-gradient(to right bottom, #E5F0FA, #E7EAF8);
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: #38485F;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__tag__item:hover {
  background: #054A97;
  color: #fff;
}
.news__tag__item.-active {
  background: #054A97;
  color: #fff;
}

@media screen and (max-width: 724px) {
  .news__tag__item {
    width: 16.2rem;
  }
}
.news__list {
  border-top: 0.1rem solid #D9DCE0;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  min-height: 14rem;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #D9DCE0;
}
.news__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17rem;
  height: 10rem;
  border: 0.1rem solid #D9DCE0;
  border-radius: 0.4rem;
  overflow: hidden;
}
.news__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 1.6rem;
  font-weight: 400;
  color: #5B6B81;
  white-space: nowrap;
}
.news__item dl dd a {
  color: #222;
  text-decoration: none;
}
.news__item dl dd a:hover {
  color: #054A97;
  text-decoration: underline;
}
.news__item.-disabled {
  display: none;
}

@media screen and (max-width: 724px) {
  .news__item {
    min-height: 0;
    padding: 2.5rem 0;
  }
  .news__item figure {
    display: none;
  }
  .news__item dl dt {
    gap: 0.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.news__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.news__tag span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4rem;
  padding: 0 1.5rem;
  background-color: #E5F0FA;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  color: #38485F;
}

@media screen and (max-width: 724px) {
  .news__tag {
    display: contents;
  }
  .news__tag span {
    padding: 0 0.8rem;
  }
  .news__tag span:first-child {
    margin-left: 1.2rem;
  }
}
#single__page {
  padding: 5rem 0 8rem;
}

@media screen and (max-width: 724px) {
  #single__page {
    padding: 3rem 0 5rem;
  }
}
.single__page__box {
  padding-bottom: 3rem;
}

.page__text {
  margin-bottom: 1.2em;
}
.page__text.-right {
  text-align: right;
}
.page__text:last-child {
  margin-bottom: 0;
}

.-dotted {
  margin-bottom: 1.2em;
}
.-dotted li {
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  text-indent: -2rem;
}
.-dotted li::before {
  content: "";
  translate: 0 -0.2rem;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 1.3rem;
  background-color: #38485F;
  border-radius: 50%;
}
.-dotted li:last-child {
  margin-bottom: 0;
}
.-dotted:last-child {
  margin-bottom: 0;
}

.-alphabet {
  margin-bottom: 1.2em;
  padding-left: 2rem;
  list-style: lower-alpha;
}
.-alphabet li {
  margin-bottom: 0.8rem;
}
.-alphabet li:last-child {
  margin-bottom: 0;
}
.-alphabet:last-child {
  margin-bottom: 0;
}

.-decimal {
  margin-bottom: 1.2em;
  padding-left: 2rem;
  list-style: decimal;
}
.-decimal li {
  margin-bottom: 0.8rem;
}
.-decimal li:last-child {
  margin-bottom: 0;
}
.-decimal:last-child {
  margin-bottom: 0;
}

.box--gray {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 2rem 3rem;
  background-color: #F0F4F8;
}

.text__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
.text__link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 0.5rem;
  border-width: 0.5rem 0 0.5rem 0.6rem;
  border-style: solid;
  border-color: transparent #38485F;
}
.text__link.-single__page {
  margin-top: 0;
}

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  list-style: none;
}
.blog__list li {
  position: relative;
  padding-left: 2rem;
}
.blog__list li::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-transform: translateY(calc(0.8125em - 50%));
          transform: translateY(calc(0.8125em - 50%));
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background: #000;
}
.blog__list.-annotation li {
  font-size: 1.4rem;
}
.blog__list.-annotation li::before {
  content: "※";
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: auto;
  height: 100%;
  border-radius: 0;
  background: none;
}

.blog__table__wrap {
  margin-bottom: 5rem;
  overflow-x: auto;
}
.blog__table__wrap .blog__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
}
.blog__table__wrap .blog__table.-col_2 thead tr th:nth-of-type(1) {
  min-width: auto;
  width: 45.8rem;
}
.blog__table__wrap .blog__table.-col_2 thead tr th:nth-of-type(2) {
  min-width: auto;
  width: 73.9rem;
}
.blog__table__wrap .blog__table.-col_2 tbody tr td {
  text-align: left;
}
.blog__table__wrap .blog__table thead tr th {
  min-height: 4.8rem;
  background-color: #38485F;
  font-weight: 700;
  color: #fff;
  border: 0.1rem solid #8A9CB4;
  text-align: center;
  padding: 0.75em 0.857em;
}
.blog__table__wrap .blog__table thead tr th:nth-of-type(1) {
  min-width: 44.3rem;
}
.blog__table__wrap .blog__table thead tr th:nth-of-type(2) {
  min-width: 16.8rem;
}
.blog__table__wrap .blog__table thead tr th:nth-of-type(3) {
  min-width: 16.8rem;
}
.blog__table__wrap .blog__table thead tr th:nth-of-type(4) {
  min-width: 16.8rem;
}
.blog__table__wrap .blog__table thead tr th:nth-of-type(5) {
  min-width: 24.9rem;
}
.blog__table__wrap .blog__table tbody tr:nth-of-type(2n + 1) {
  background: #F2F6FA;
}
.blog__table__wrap .blog__table tbody tr:nth-of-type(2n) {
  background: #fff;
}
.blog__table__wrap .blog__table tbody tr td {
  vertical-align: middle;
  text-align: center;
  min-height: 8.6rem;
  padding: 1.2rem;
  border: 0.1rem solid #C2D4E8;
}
.blog__table__wrap .blog__table tbody tr td:nth-of-type(1) {
  text-align: left;
}
.blog__table__wrap .blog__table tbody tr td:has(.__button) {
  font-size: 1.3rem;
}
.blog__table__wrap .blog__table tbody tr td .__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
  width: 21rem;
  height: 4rem;
  padding: 1.2rem 2rem;
  color: #fff;
  background: #064A97;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  text-decoration: none;
}
.blog__table__wrap .blog__table tbody tr td .__button::before {
  content: "";
  background-image: url(../images/icon_download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.2rem;
  height: 2rem;
}
.blog__table__wrap .blog__table tbody tr td p {
  margin-top: 0.3rem;
  font-size: 1.3rem;
}

@media screen and (max-width: 724px) {
  .blog__table__wrap {
    margin-bottom: 5rem;
  }
  .blog__table__wrap .blog__table {
    font-size: 1.5rem;
  }
  .blog__table__wrap .blog__table.-col_2 thead tr th:nth-of-type(1) {
    min-width: 265.873015873%;
  }
  .blog__table__wrap .blog__table.-col_2 thead tr th:nth-of-type(2) {
    min-width: 162.6213592233%;
  }
  .blog__table__wrap .blog__table.-col_2 tbody tr td {
    text-align: left;
  }
  .blog__table__wrap .blog__table thead tr th {
    min-height: 4.8rem;
    border: 0.1rem solid #8A9CB4;
    padding: 0.75em 0.857em;
  }
  .blog__table__wrap .blog__table tbody tr td {
    min-height: 8.6rem;
    padding: 1.2rem;
    border: 0.1rem solid #C2D4E8;
  }
  .blog__table__wrap .blog__table tbody tr td:has(.__button) {
    font-size: 1.3rem;
  }
  .blog__table__wrap .blog__table tbody tr td .__button {
    gap: 1.1rem;
    width: 21rem;
    height: 4rem;
    padding: 1.2rem 2rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
  }
  .blog__table__wrap .blog__table tbody tr td .__button::before {
    content: "";
    width: 2.2rem;
    height: 2rem;
  }
  .blog__table__wrap .blog__table tbody tr td p {
    margin-top: 0.3rem;
    font-size: 1.3rem;
  }
}
.blog__border__title {
  margin-top: 10rem;
}
.blog__border__title:nth-of-type(1) {
  margin-top: 5rem;
}

@media screen and (max-width: 724px) {
  .blog__border__title {
    margin-top: 9rem;
  }
}
.blog__border {
  height: 0.1rem;
  margin-top: 12rem;
}
.blog__border::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #D9DCE0;
}

@media screen and (max-width: 724px) {
  .blog__border {
    margin-top: 9rem;
  }
}
.blog__image__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.5rem;
  border: 0.1rem solid #C5C5C5;
}

@media screen and (max-width: 724px) {
  .blog__image__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6rem;
}
.blog__column2:has(.text) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.blog__column2:has(.text) .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog__column2:has(.text) img {
  width: 44rem;
}

@media screen and (max-width: 724px) {
  .blog__column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .blog__column2:has(.text) {
    gap: 3rem;
  }
  .blog__column2:has(.text) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .blog__column2:has(.text) img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.blog__column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.5rem;
}

@media screen and (max-width: 724px) {
  .blog__column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.blog__image__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.blog__image__caption p {
  text-align: center;
}
.blog__image__caption p.-bold {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */