@charset "UTF-8";
/* var */
/* br.pc {
  display: none;
}
@media screen and (min-width: 1061px), print {
  br.pc {
    display: block;
  }
}

br.sp {
  display: block;
}
@media screen and (min-width: 1061px), print {
  br.sp {
    display: none;
  }
} */

/* タイトル */
@media screen and (max-width: 1060px), print {
  .gnav__cat-ttl__text {
    display: flex;
    align-items: center;
    color: #fff;
    height: 55px;
    padding-left: 40px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .gnav__cat-ttl__text:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    transform: rotate(45deg);
  }
  .gnav__cat-ttl__sub {
    margin-left: .5em;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav__cat-ttl {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .gnav__cat-ttl__text {
    color: #fff;
  }
  .gnav__cat-ttl__sub {
    font-size: 14px;
    font-weight: normal;
    margin-left: 2rem;
    position: relative;
  }
  .gnav__cat-ttl__sub::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../png/arw_white.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
    top: 5px;
    left: -1.15rem;
  }
}

header {
  position: static;
}
@media screen and (min-width: 1061px), print {
  header {
    background: #10326b;
  }
}
.overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.overlay.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1060px), print {
  .overlay {
    display: none;
  }
}

.hdr {
  background: #5a77a8;
  display: flex;
  margin: auto;
  position: relative;
  flex-direction: column;
  width: 100%;
}
.hdr a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
.hdr img {
  max-width: 100%;
}
@media screen and (min-width: 1061px), print {
  .hdr {
    background: #10326b;
    display: block;
    position: relative;
    z-index: 15;
  }
}
.hdr-sp {
  background: #fff;
  border-bottom: 1px solid #5a77a8;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1061px), print {
  .hdr-sp {
    display: none;
  }
}
.hdr-sp__btn {
  height: 64px;
  width: 64px;
  order: 1;
  position: relative;
  z-index: 2;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease 0.2s;
  display: block;
  background-color: #10326b;
}
.hdr-sp__btn__bdr, .hdr-sp__btn::before, .hdr-sp__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #fff;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hdr-sp__btn::before {
  transform: translateY(-8px);
}
.hdr-sp__btn::after {
  transform: translateY(8px);
}
.hdr-sp__btn.open .hdr-sp__btn__bdr {
  opacity: 0;
}
.hdr-sp__btn.open::before {
  transform: translateY(0) rotate(45deg);
}
.hdr-sp__btn.open::after {
  transform: translateY(0) rotate(-45deg);
}
.hdr__top {
  display: none;
  order: 3;
}
.hdr__top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #10326b;
  padding: 10px 20px 20px;
  gap: 20px;
}
@media screen and (min-width: 1061px), print {
  .hdr__top {
    display: block !important;
  }
  .hdr__top__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    height: 54px;
    padding: 0 15px;
    margin: auto;
    max-width: 1200px;
    gap: 35px;
  }
}
.hdr__srch {
  position: relative;
}
@media screen and (max-width: 1060px) {
  .hdr__srch {
    width: calc(100% - 135px);
  }
}
html .hdr__srch .mf_finder_searchBox {
  background: none;
  margin-bottom: 0;
}
.hdr__srch .mf_finder_searchBox_items {
  padding: 0;
}
/* .hdr__srch__input */
.hdr__srch input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  padding-left: 20px;
  border: none;
  outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* .hdr__srch__submit */
.hdr__srch .mf_finder_searchBox_submit {
  width: 24px;
  height: 24px;
  /* background: none; */
  background: url(../png/icon-srch.png) no-repeat;
  background-size: contain;
  padding: 0;
  border: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
/* .hdr__srch__submit img {
  width: 100%;
  height: 100%;
} */
.hdr__srch .mf_finder_searchBox_submit:before {
  content: none;
}
@media screen and (min-width: 1061px), print {
  /* .hdr__srch__input */
  .hdr__srch input[type="text"] {
    height: 26px;
  }
}
@media screen and (min-width: 1061px), print {
  /* .hdr__srch__submit */
  .hdr__srch .mf_finder_searchBox_submit {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}
.hdr .gnav {
  order: 2;
}
@media screen and (min-width: 1061px), print {
  .hdr .gnav {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .hdr .gnav.fixed {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1061px), print {
  .hdr .gnav__inner {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    margin: auto;
    max-width: 1240px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .hdr .gnav.fixed .gnav__inner {
    max-width: 1240px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1060px), print {
  .hdr .gnav__category {
    display: none;
  }
  .hdr .gnav__category__close {
    display: none;
  }
}
@media screen and (min-width: 1061px), print {
  .hdr .gnav__category {
    background: #10326b;
    box-sizing: border-box;
    display: block;
    flex-wrap: wrap;
    max-width: 1200px;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 118px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition-property: opacity;
    transition-duration: 200ms;
    pointer-events: none;
  }
  .hdr .gnav__category.gnav-tech {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hdr .gnav__category.gnav-services,
  .hdr .gnav__category.gnav-company {
    padding-left: 100px;
    padding-right: 100px;
  }
  .hdr .gnav__category__close {
    width: 22px;
    height: 22px;
    background: url(../png/icon-close.png) no-repeat;
    background-size: contain;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    appearance: none;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1060px), print {
  .hdr .gnav__item {
    display: none;
  }
  .hdr .gnav__item:not(:first-child) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 1061px), print {
  .hdr .gnav__item {
    display: block !important;
    width: calc((100% - 224px) / 5);
  }
  .hdr .gnav__item.open .gnav__item__ttl::after {
    opacity: 1;
  }
  .hdr .gnav__item.open .gnav__category {
    opacity: 1;
    pointer-events: all;
  }
  .hdr .gnav.fixed .gnav__item {
    width: calc((100% - 188px) / 5);
  }
  .hdr .gnav.fixed .gnav__item__ttl {
    min-height: 64px;
  }
}
.hdr .gnav__item.--logo {
  position: absolute;
  top: 0;
  left: 5%;
  display: flex;
  align-items: center;
  height: 64px;
  width: 38.4%;
}
.hdr .gnav__item.--logo a {
  display: block;
}
.hdr .gnav__item.--logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.hdr .gnav__item.--btn-wrap {
  display: none !important;
}
@media screen and (min-width: 1061px), print {
  .hdr .gnav__item.--logo {
    position: static;
    height: auto;
    width: auto;
    padding-right: 42px;
  }
  .hdr .gnav__item.--logo img {
    width: 182px;
  }
  .hdr .gnav.fixed .gnav__item.--logo {
    width: auto;
  }
  .hdr .gnav.fixed .gnav__item.--logo img {
    width: 40px;
  }
  .hdr .gnav.fixed .gnav__item.--btn-wrap.is-active {
    display: flex !important;
    align-items: center;
    width: auto;
  }
  .hdr .gnav.fixed .gnav__item.--btn-wrap::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #ccc;
  }
  .hdr .gnav__item.--btn-wrap .gnav__srch-btn {
    width: 40px;
    height: 40px;
    background: url(../png/icon-srch_w.png) no-repeat #10326B center / 24px 24px;
    border: none;
    margin-left: 22px;
  }
  .hdr .gnav__item.--btn-wrap .gnav__srch-btn.is-open {
    background-image: url(../png/icon-close.png);
    background-size: 20px 20px;
  }
  .hdr .gnav__item.--btn-wrap .gnav__contact {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../png/icon-mail_w.png) no-repeat #C81432 center / 24px 18px;
    margin-left: 16px;
  }
  .hdr .gnav__item.--btn-wrap .gnav__srch-btn:hover,
  .hdr .gnav__item.--btn-wrap .gnav__contact:hover {
    transition-duration: 0.2s;
    opacity: 0.8;
  }
  .hdr .gnav__item.--btn-wrap .gnav__srch__box {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100vw;
    background: #F6F9FF;
    box-shadow: 0px 6px 16px -5px rgba(114, 135, 171, 0.5);
  }
  .hdr .gnav__item.--btn-wrap .gnav__srch__box__inner {
    max-width: 1240px;
    padding: 14px 20px;
    display: flex;
    justify-content: flex-end;
  }
  html .hdr .gnav__item.--btn-wrap .gnav__srch__box__inner .mf_finder_searchBox {
    background: none;
    margin-bottom: 0;
  }
  .hdr .gnav__item.--btn-wrap .gnav__srch__box__inner .mf_finder_searchBox_items {
    padding: 0;
  }
  /* .hdr .gnav__item.--btn-wrap .gnav__srch__input */
  .hdr .gnav__item.--btn-wrap input[type="text"] {
    box-sizing: border-box;
    width: 500px;
    height: 42px;
    padding: 6px .5em;
    background: #fff;
    border: 2px solid #5A77A8;
    border-radius: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
  }
  /* .hdr .gnav__item.--btn-wrap .gnav__srch__submit */
  .hdr .gnav__item.--btn-wrap .mf_finder_searchBox_submit {
    width: 100px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    appearance: none;
    padding: 0;
    background: #10326B;
    text-align: center;
  }
  .hdr .gnav__item.--btn-wrap .mf_finder_searchBox_submit:before {
    content: "Search";
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (max-width: 1060px) {
  .hdr .gnav__item__ttl {
    background: #10326b;
    color: #fff;
    font-size: 16px;
    padding: 21px 20px;
    display: block;
    position: relative;
  }
  .hdr .gnav__item__ttl::after {
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transform: rotateX(0) rotateZ(135deg);
    transition-duration: 200ms;
  }
  .hdr .gnav__item__ttl.open::after {
    transform: rotateX(180deg) rotateZ(135deg);
  }
}
@media screen and (min-width: 1061px), print {
  .hdr .gnav__item__ttl {
    background: #fff;
    color: #10326b;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 64px;
    padding: 0;
    position: relative;
  }
  .hdr .gnav__item__ttl.--current {
    color: #c81432;
  }
  .hdr .gnav__item__ttl::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hdr .gnav__item .gnav__item__ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #10326b transparent;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    opacity: 0;
    transition-property: opacity;
    transition-duration: 200ms;
  }
}
.hdr .gnav__item .gnav__item__ttl .hdr__contact {
  background-color: #fff;
  box-sizing: border-box;
  color: #10326b;
  font-size: 16px;
  padding: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hdr__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  color: #10326b;
  font-size: 16px;
  background: #fff;
}
@media screen and (min-width: 1061px), print {
  .hdr__contact {
    width: 150px;
    height: auto;
    padding: 2px 6px;
    font-size: 14px;
  }
}
.hdr__contact__icon {
  background: url("../png/icon-mail.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-right: 10px;
}

/* 検索ボックス */
/* 言語選択 */
.lang {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1061px), print {
  .lang {
    gap: 12px;
  }
}
.lang__btn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}
.lang__btn {
  background: #10326b;
  color: #fff;
}
.lang__btn.--current {
  background: #fff;
  color: #c81432;
}
@media screen and (min-width: 1061px), print {
  .lang__btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .hdr .gnav__category.gnav-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 330px;
  }

  .hdr .gnav__category.gnav-products .gnav__cat-ttl {
    justify-content: space-between;
    width: 220px;
  }

  .gnav-products__inner {
    width: 870px;
    padding: 0 35px;
  }
}

@media screen and (max-width: 1060px) {
  .gnav-products__menu__item {
    border-bottom: 1px solid #ccc;
  }
  .gnav-products__menu__link {
    background: #5a77a8;
    color: #fff;
    display: block;
    padding: 16px 20px 16px 40px;
    position: relative;
  }
  .gnav-products__menu__link::after {
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    margin: auto;
    transform: rotateX(0) rotateZ(135deg);
    transition-duration: 200ms;
  }
  .gnav-products__menu__link.open::after {
    transform: rotateX(180deg) rotateZ(135deg);
  }
  .gnav-products__menu__link.no-item::after {
    transform: rotateZ(45deg);
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-products__menu__link {
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    display: block;
    width: 220px;
    min-height: 45px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    padding-left: 30px;
    border-top: 1px solid #5a77a8;
    position: relative;
  }
  .gnav-products__menu__link::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../png/arw_white.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .gnav-products__menu__link.--current {
    background: #5a77a8;
  }
  .gnav-products__menu__link.--current::before {
    background: url(../png/arw_red.png) no-repeat;
    background-size: contain;
  }
  .gnav-products__menu__link.--current::after {
    border-color: #fff;
  }
  .--current .gnav-products__content {
    display: block;
  }
  .gnav-products__menu__link[data-index="0"] {
    border: none;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1060px), print {
  .gnav-products__content {
    display: none;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content {
    display: none;
  }
}
.gnav-products__content__ttl {
  display: none;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content__ttl {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content__main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}
.gnav-products__content__main__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content__main__item:not(:last-child) {
    border: none;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content__main__item {
    width: calc((100% - 40px) / 3);
  }
}
.gnav-products__content__main__link {
  display: flex;
  align-items: center;
  color: #10326b;
  background: #fff;
  line-height: 1.3;
  height: 100%;
  min-height: 40px;
  padding-left: 55px;
  padding-right: 20px;
}
.gnav-products__content__main__link.icon--file::after {
  content: none;
}
.gnav-products__content__main__link.icon--file .icon-target::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
  content: "";
  background: url("../png/icon-file.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content__main__link.icon--file .icon-target::after {
    margin-left: 0.4rem;
  }
}
.gnav-products__content__main__link.icon--out::after {
  content: none;
}
.gnav-products__content__main__link.icon--out .icon-target::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
  content: "";
  background: url("../png/icon-out.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content__main__link.icon--out .icon-target::after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
@media screen and (max-width: 1060px) {
  .gnav-products__content__main__link {
    display: flex;
    align-items: center;
    color: #10326b;
    background: #fff;
    line-height: 1.3;
    min-height: 40px;
    padding-left: 55px;
    padding-right: 20px;
  }
  .gnav-products__content__main__link.icon--file::after {
    content: none;
  }
  .gnav-products__content__main__link.icon--file .icon-target::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.1rem;
    margin-left: 0.3rem;
    content: "";
    background: url("../png/icon-file.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav-products__content__main__link.icon--file .icon-target::after {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1060px) {
  .gnav-products__content__main__link.icon--out::after {
    content: none;
  }
  .gnav-products__content__main__link.icon--out .icon-target::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.1rem;
    margin-left: 0.3rem;
    content: "";
    background: url("../png/icon-out.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav-products__content__main__link.icon--out .icon-target::after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav-products__content__main__link {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content__main__link {
    padding: 0 20px 0 4px;
  }
}
.gnav-products__content__main__img {
  display: none;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__content__main__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23%;
    height: 54px;
    text-align: center;
  }
  .gnav-products__content__main__img img {
    max-height: 100%;
  }
  .gnav-products__content__main__txt {
    margin-left: 5px;
  }
}
.gnav-products__texts {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__texts {
    padding-right: 0;
    padding-left: 0;
  }
}
.gnav-products__texts__item {
  display: inline-block;
  min-width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1061px), print {
  .gnav-products__texts__item {
    min-width: unset;
  }
}
.gnav-products__texts__link {
  display: block;
  background: #fff;
  color: #10326b;
  padding: 14px 20px;
  text-align: center;
}
.gnav-products__texts__link.icon--file::after {
  content: none;
}
.gnav-products__texts__link.icon--file .icon-target::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
  content: "";
  background: url("../png/icon-file.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__texts__link.icon--file .icon-target::after {
    background-image: url("../png/icon-file_white.png");
    background-size: contain;
    margin-left: 0.4rem;
  }
}
.gnav-products__texts__link.icon--file::after {
  content: none;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__texts__link.icon--file .icon-target::after {
    margin-left: 0.4rem;
  }
}
.gnav-products__texts__link.icon--out::after {
  content: none;
}
.gnav-products__texts__link.icon--out .icon-target::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
  content: "";
  background: url("../png/icon-out.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav-products__texts__link.icon--out .icon-target::after {
    width: 0.9rem;
    height: 0.9rem;
    background: url("../png/icon-out_white.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-products__texts__link {
    background: #5a77a8 url("../png/design-label.png") no-repeat left top;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    min-width: 132px;
    box-sizing: border-box;
  }
}

.gnav-solution__ttl {
  display: none;
}
@media screen and (min-width: 1061px), print {
  .gnav-solution__ttl {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1060px) {
  .gnav-solution__list__ttl {
    display: flex;
    align-items: center;
    color: #fff;
    background: #5a77a8;
    padding: 16px 20px 16px 40px;
    position: relative;
  }
  .gnav-solution__list__ttl::after {
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    margin: auto;
    transform: rotateX(0) rotateZ(135deg);
    transition-duration: 200ms;
  }
  .gnav-solution__list__ttl.open::after {
    transform: rotateX(180deg) rotateZ(135deg);
  }
  .--no-menu .gnav-solution__list__ttl::after {
    transform: rotateX(0) rotateZ(45deg);
  }
  .gnav-solution__list__top {
    display: flex;
    align-items: center;
    color: #10326b;
    background: #fff;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .gnav-solution__list__top img {
    width: 25px;
    padding-left: 35px;
    margin-right: 5px;
  }
  .gnav-solution__list__block {
    display: none;
  }
  .gnav-solution__menu__close {
    display: none;
  }
}
.gnav-solution__list__ttl img {
  display: none;
}
@media screen and (min-width: 1061px), print {
  .gnav-solution__list__ttl img {
    display: block;
  }
}
.gnav-solution__menu__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1061px), print {
  .gnav-solution__menu__item:not(:last-child) {
    border-bottom: none;
  }
  .gnav-solution__menu__item__link {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .gnav-solution__menu__item__link {
    display: flex;
    align-items: center;
    color: #10326b;
    background: #fff;
    line-height: 1.3;
    min-height: 40px;
    padding-left: 55px;
    padding-right: 20px;
  }
  .gnav-solution__menu__item__link.icon--file::after {
    content: none;
  }
  .gnav-solution__menu__item__link.icon--file .icon-target::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.1rem;
    margin-left: 0.3rem;
    content: "";
    background: url("../png/icon-file.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav-solution__menu__item__link.icon--file .icon-target::after {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1060px) {
  .gnav-solution__menu__item__link.icon--out::after {
    content: none;
  }
  .gnav-solution__menu__item__link.icon--out .icon-target::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.1rem;
    margin-left: 0.3rem;
    content: "";
    background: url("../png/icon-out.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav-solution__menu__item__link.icon--out .icon-target::after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav-solution__menu__item__link {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    padding-left: 20px;
  }
}
.gnav-solution__menu__item__link.icon--file::after {
  content: none;
}
.gnav-solution__menu__item__link.icon--file .icon-target::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
  content: "";
  background: url("../png/icon-file.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav-solution__menu__item__link.icon--file .icon-target::after {
    margin-left: 0.4rem;
  }
}
.gnav-solution__menu__item__link.icon--out::after {
  content: none;
}
.gnav-solution__menu__item__link.icon--out .icon-target::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
  content: "";
  background: url("../png/icon-out.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav-solution__menu__item__link.icon--out .icon-target::after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
@media screen and (max-width: 1060px), print {
  .gnav-solution__list__item {
    border-bottom: 1px solid #ccc;
  }
  .gnav-solution__list__img {
    display: none;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-solution {
    padding: 30px 100px !important;
  }
  .gnav-solution__ttl__sub {
    font-size: 14px;
    font-weight: normal;
  }
  .gnav-solution__list {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
  }
  .gnav-solution__list__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #10326b;
  }
  .gnav-solution__list__item {
    width: 22%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #10326b;
    font-size: 16px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    position: relative;
  }
  .gnav-solution__list__item:not(.is-open):hover {
    opacity: .8;
  }
  .gnav-solution__list__item.--no-menu {
    display: block;
  }
  .gnav-solution__list__item.--no-menu > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 130px;
    transition: all .2s;
  }
  .gnav-solution__list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .gnav-solution__list__top {
    display: none;
  }
  .gnav-solution__list__item:not(.--no-menu).is-open {
    background-color: #fff;
    display: block;
  }
  .gnav-solution__list__item:not(.--no-menu).is-open .gnav-solution__menu {
    display: block;
  }
  .gnav-solution__list__item:not(.--no-menu).is-open .gnav-solution__list__ttl {
    display: none;
  }
  .gnav-solution__list__item:not(.--no-menu).is-open .gnav-solution__list__top {
    background-color: #5a77a8;
    color: #fff;
    align-items: center;
    display: flex;
    text-align: left;
    font-size: 14px;
    margin-left: 0;
    padding: 5px 20px 5px 5px;
    position: relative;
  }
  .gnav-solution__list__item:not(.--no-menu).is-open .gnav-solution__menu__close {
    display: block;
    cursor: pointer;
    opacity: 1;
  }
  .gnav-solution__list__item:not(.--no-menu).is-open .gnav-solution__menu__close:hover {
    opacity: .8;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-solution__list__item:not(.--no-menu).is-open .gnav-solution__list__top img {
    display: block;
    height: 16px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-solution__list__item:not(.--no-menu).is-open a.gnav-solution__list__top::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../png/arw_white.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1060px), print {
  .gnav-solution__menu__item.no-link {
    background: #fff;
    padding: 5px 5px 5px 40px;
  }
  .gnav-solution__menu__item.txt-red {
    color: #C81432;
    font-weight: bold;
  }
  .gnav-solution__menu__item.txt-black {
    color: #333;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav-solution__menu {
    display: none;
    background: #fff;
    padding: 5px 24px 5px 5px;
    transition-duration: 0.3s;
    line-height: 1.3;
  }
  .gnav-solution__menu a {
    color: #10326b;
    display: block;
    padding: 5px;
  }
  .gnav-solution__menu__item {
    padding-left: 24px;
    font-size: 14px;
    text-align: left;
    position: relative;
  }
  .gnav-solution__menu__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../png/arw_blue.png) no-repeat;
    background-size: contain;
    top: 10px;
    left: 10px;
  }
  .gnav-solution__menu__item.no-link {
    padding: 5px 5px 5px 9px;
  }
  .gnav-solution__menu__item.no-link::before,
  .gnav-solution__menu__item.no-link::after {
    content: none;
  }
  .gnav-solution__menu__item.txt-red,
  .gnav-solution__menu__item.txt-red .gnav-solution__menu__item__link {
    color: #C81432;
    font-weight: bold;
  }
  .gnav-solution__menu__item.txt-black,
  .gnav-solution__menu__item.txt-black .gnav-solution__menu__item__link {
    color: #333;
  }
  .gnav-solution__menu__close {
    display: none;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
    padding: 0;
    background: url(../png/icon-close.png) no-repeat #5a77a8 center / 10px 10px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    transition: all .2s;
  }
}

.gnav-tech__app__ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #c81432;
}
.gnav-tech__app__txt {
  color: #fff;
  font-size: 14px;
}
.gnav-tech__app__srch {
  background: #fff;
  margin: 10px auto 20px;
  padding: 10px 20px;
}
.gnav-tech__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.gnav-tech__app {
  width: 39.64%;
  flex-shrink: 0;
}
.gnav-tech__app__srch__inner {
  display: flex;
  gap: 20px;
}
.gnav-tech__app__srch__head {
  color: #10326b;
  font-size: 14px;
  font-weight: bold;
}
.gnav-tech__app__srch__wrd {
  width: 45%;
  flex-shrink: 0;
}
.gnav-tech__app__srch__wrd__inner {
  position: relative;
}
.gnav-tech__app__srch__wrd__input {
  box-sizing: border-box;
  width: 100%;
  line-height: 26px;
  border: 1px solid #5a77a8;
  border-radius: 14px;
  padding: 0 30px 0 15px;
}
.gnav-tech__app__srch__wrd__submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 16px;
  height: 16px;
}
.gnav-tech__app__srch__body {
  background: #E8EBF1;
  padding: 10px;
}
.gnav-tech__app__srch__chk__wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.gnav-tech__app__srch__chk__wrap:not(:first-child) {
  padding-top: 5px;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
.gnav-tech__app__srch input[type=checkbox] {
  margin-right: 5px;
}
.gnav-tech__app__btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  padding: 3px 10px 2px;
  margin: 10px auto 0;
  width: 200px;
}
.gnav-tech__app__btn.--red {
  background: #c81432;
  border-color: #c81432;
  color: #fff;
}
.gnav-tech__app__btn.--white {
  background: #fff;
  border-color: #c81432;
  color: #c81432;
}
.gnav-tech__app__btn.--lg {
  padding: 10px 10px 7px;
}
.gnav-tech__app__btn:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
@media screen and (min-width: 1061px), print {
  .gnav-tech__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
  }
  .gnav-tech__menu .gnav__link-list {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1060px), print {
  .gnav-tech__inner {
    flex-direction: column-reverse;
    gap: 0;
    align-items: stretch;
  }
  .gnav-tech__app {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  .gnav-tech__app__btn {
    width: 100%;
  }
  .gnav-tech__app__btn.--red {
    height: 45px;
  }
  .gnav-tech__app__srch__wrd {
    width: 100%;
  }
  .gnav-tech__app__srch__wrd__input {
    line-height: 40px;
    border-radius: 20px;
  }
  .gnav-tech__app__srch__wrd__submit {
    width: 20px;
    height: 20px;
  }
  .gnav-tech__app__srch__chk {
    margin-top: 20px;
  }
  .gnav-tech__app__srch__chk__wrap {
    gap: 20px;
  }
  .gnav-tech__app__srch__inner {
    display: block;
  }
  .gnav-tech__menu {
    display: block;
  }
}

.gnav__withbnr__bnr {
  padding: 20px;
  text-align: center;
}
.gnav__withbnr__bnr__link {
  color: #fff;
  display: block;
}
.gnav__withbnr__bnr__link.icon--out .icon-target::after,
.gnav__withbnr__bnr__link.icon--file .icon-target::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
}
.gnav__withbnr__bnr__link.icon--out .icon-target::after {
  background: url("../png/icon-out_white.png") no-repeat;
  background-size: contain;
}
.gnav__withbnr__bnr__link.icon--file .icon-target::after {
  background: url("../png/icon-file_white.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav__withbnr {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .gnav__withbnr__content {
    width: 64.8%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .gnav__withbnr__bnr {
    text-align: left;
    padding: 0;
    width: 30%;
  }
  .gnav__withbnr__bnr__link__txt {
    display: block;
    color: #fff;
  }
  .gnav__withbnr .gnav__link-list.--sm {
    width: calc((100% - 80px) / 3);
  }
  .gnav__withbnr .gnav__link-list.--lg {
    width: calc(100% - (((100% - 80px) / 3) + 40px));
  }
}

@media screen and (max-width: 1060px) {
  .gnav-company .gnav__link-list__block {
    display: block;
  }
  .gnav-company .gnav__link-list__link {
    min-height: inherit;
    line-height: inherit;
  }
  .gnav-company .gnav__link-list__link.icon--out .icon-target::after {
    background: url("../png/icon-out_white.png") no-repeat;
    background-size: contain;
  }
  .gnav-company .gnav__link-list__link.icon--file .icon-target::after {
    background: url("../png/icon-file_white.png") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 1060px) {
  .gnav__link-list {
    border-bottom: 1px solid #ccc;
  }
  .gnav-company .gnav__link-list__link,
  .gnav__link-list__ttl {
    background: #5a77a8;
    color: #fff;
    display: block;
    padding: 16px 20px 16px 40px;
    position: relative;
  }
  .gnav__link-list__ttl::after {
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    right: 23px;
    bottom: 0;
    margin: auto;
    transform: rotateX(0) rotateZ(135deg);
    transition-duration: 200ms;
  }
  .gnav__link-list__ttl.open::after {
    transform: rotateX(180deg) rotateZ(135deg);
  }
  .gnav__link-list__block {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  .gnav__link-list__link {
    display: flex;
    align-items: center;
    color: #10326b;
    background: #fff;
    line-height: 1.3;
    min-height: 40px;
    padding-left: 55px;
    padding-right: 20px;
  }
  .gnav__link-list__link.icon--file::after {
    background: 0 0;
  }
  .gnav__link-list__link.icon--file .icon-target::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.1rem;
    margin-left: 0.3rem;
    content: "";
    background: url("../png/icon-file.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav__link-list__link.icon--file .icon-target::after {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1060px) {
  .gnav__link-list__link.icon--out::after {
    background: 0 0;
  }
  .gnav__link-list__link.icon--out .icon-target::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.1rem;
    margin-left: 0.3rem;
    content: "";
    background: url("../png/icon-out.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav__link-list__link.icon--out .icon-target::after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1061px) {
  .gnav__link-list__link {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    padding-left: 20px;
  }
}
.gnav__link-list__link.icon--file::after {
  background: 0 0;
}
.gnav__link-list__link.icon--file .icon-target::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
  content: "";
  background: url("../png/icon-file.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav__link-list__link.icon--file .icon-target::after {
    background: url("../png/icon-file_white.png");
    background-size: contain;
    margin-left: 0.4rem;
  }
}
.gnav__link-list__link.icon--out::after {
  background: 0 0;
}
.gnav__link-list__link.icon--out .icon-target::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
  content: "";
  background: url("../png/icon-out.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1061px), print {
  .gnav__link-list__link.icon--out .icon-target::after {
    width: 0.9rem;
    height: 0.9rem;
    background: url("../png/icon-out_white.png") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1060px) {
  .gnav__link-list__block__item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 1061px), print {
  .gnav__link-list__ttl {
    color: #fff;
    border-bottom: 2px solid #5a77a8;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .gnav__link-list__block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .gnav__link-list__block__item {
    width: 100%;
  }
  .gnav__link-list__block.--col2 {
    justify-content: space-between;
  }
  .gnav__link-list__block.--col2 .gnav__link-list__block__item {
    width: calc((100% - 20px) / 2);
    flex-shrink: 0;
  }
  .gnav__link-list__item {
    width: 100%;
  }
  .gnav__link-list__link {
    color: #fff;
    margin-left: 20px;
    position: relative;
    display: block;
  }
  .gnav__link-list__link::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../png/arw_white.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
    top: 5px;
    left: -1.1rem;
  }
}

.video_caption_top {
  margin-bottom: 0;
}

.video_caption {
  margin-bottom: 20px;
  letter-spacing: .2px;
}

.thumnail_image {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}

.thumnail_image::before {
  position: absolute;
  background: url("../png/yt_icon_mono_light.png");
  content: "";
  background-size: 100%;
  width: 70px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .90;
  transition: .5s;
}

.thumnail_image img {
  width: 100%;
}

.remodal {
  padding: 0;
  background: #000;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.remodal-wrapper .remodal-close {
  left: auto;
  right: 4px;
  top: 10px;
}
.remodal-overlay.remodal-is-opened {
  background: rgba(43, 46, 56, 0.5);
}
.remodal-wrapper .remodal-close::before, .remodal-wrapper .remodal-close::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: 13px;
  border-bottom: 2px solid #10326B;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.remodal-wrapper .remodal-close::before {
  transform: translateY(0) rotate(45deg);
}
.remodal-wrapper .remodal-close::after {
  transform: translateY(0) rotate(-45deg);
}

.remodal-wrapper .caption_top {
  margin-bottom: 15px;
}

.remodal-wrapper .caption_bottom {
  text-align: left;
  margin-top: 15px;
}

.column-video-item a,
.remodal-wrapper a {
  color: #5a77a8;
}

.column-video-item a:hover,
.remodal-wrapper a:hover {
  text-decoration: underline;
}

.column-video-item a[target='_blank']::after,
.remodal-wrapper a[target='_blank']::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background:url(../svg/out_navy.svg) no-repeat center center;
  background-size: auto 100%;
  position: relative;
  top: 0.25em;
  padding-left: 20px;
}

.column-video-item a[href$=".pdf"]::after,
.remodal-wrapper a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background:url(../svg/pdf_navy.svg) no-repeat center center;
  background-size: auto 100%;
  position: relative;
  top: 0.25em;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .remodal-wrapper .remodal-close::before, .remodal-wrapper .remodal-close::after {
    width: 25px;
  }
  .remodal-wrapper .remodal-close {
    right: 0px;
  }
}

@media screen and (min-width: 641px) {
  .remodal-wrapper .remodal {
    max-width: 900px;
  }
}
