@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.l-header {
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 9999;
}
.l-header .is-hidden {
  top: -100px;
}
@media (min-width: 1024px) {
  .l-header.is-fixed .l-header__logo.is-fixed {
    opacity: 0;
  }
  .l-header.is-fixed .l-header__iconbutton {
    display: none;
  }
  .l-header.is-fixed .l-header__inner.u-xxl-hidden--flex.is-tab .l-header__iconbutton.is-cate {
    display: block;
  }
  .l-header.is-fixed .l-header__nav {
    position: fixed;
    width: 46%;
    min-width: 621px;
    top: 21px;
    right: 0;
    padding-right: 3%;
    z-index: 99999999;
  }
}
@media (min-width: 1024px) and (max-width: 1420px) {
  .l-header.is-fixed .l-header__nav {
    width: calc(100% - 542px);
  }
}
@media (min-width: 1024px) {
  .l-header.is-fixed .l-header__buttonwrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .l-header.is-fixed .l-header__inner.u-xxl-hidden--flex.is-tab {
    top: 1px;
    padding-left: 2.5%;
    width: 54%;
    max-width: calc(100% - 620px);
  }
}
@media (min-width: 1024px) and (max-width: 1485px) {
  .l-header.is-fixed .l-header__inner.u-xxl-hidden--flex.is-tab {
    top: 1px;
    padding-left: 2.5%;
    max-width: calc(100% - 620px);
  }
}
@media (min-width: 1024px) {
  .l-header.is-fixed .l-header__nav-list li.has-child::after {
    right: -15px;
  }
  .l-header.is-fixed .l-header__iconbutton.is-cate {
    width: auto;
  }
  .l-header.is-fixed .l-header__nav-list li.has-child {
    padding-right: 0;
  }
  .l-header.is-fixed .l-header__nav-list li.has-child span {
    font-size: 16px;
  }
  .l-header.is-fixed .l-header__nav-list {
    gap: 5%;
    width: 100%;
    margin-top: 2px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1485px) {
  .l-header.is-fixed .l-header__nav-list {
    gap: 4.3%;
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .l-header.is-fixed .has-child.is-company {
    display: none;
  }
  .l-header.is-fixed .l-header__serch {
    width: calc(100% - 222px);
    max-width: 535px;
  }
  .l-header.is-fixed .l-header__inner.u-xxl-hidden--flex.is-tab.is-fixed .l-header__serch {
    width: calc(100% - 212px);
    min-width: 325px;
  }
}
@media (min-width: 1024px) and (max-width: 1420px) {
  .l-header.is-fixed .l-header__inner.u-xxl-hidden--flex.is-tab.is-fixed .l-header__serch {
    min-width: unset;
    max-width: unset;
    width: 298px;
  }
}
@media (min-width: 1024px) and (max-width: 1485px) {
  .l-header.is-fixed .l-header__serch-input {
    padding: 12px 23px;
  }
}
@media (min-width: 1024px) {
  .l-header.is-fixed .l-header__serch-button {
    width: 53px;
  }
}
@media (min-width: 1024px) and (max-width: 1485px) {
  .l-header.is-fixed .l-header__serch::after {
    width: 53px;
  }
}
@media (min-width: 1024px) and (max-width: 1485px) {
  .l-header.is-fixed .l-header__serch::before {
    right: 13px;
  }
}
@media (min-width: 1024px) {
  .l-header {
    position: absolute;
  }
}
@media (max-width: 1023.9px) {
  .l-header {
    position: fixed;
    height: 61px;
  }
}
.l-header__bg {
  content: "";
  width: 100%;
  height: 120px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(21, 44, 129, .1);
          box-shadow: 0 3px 10px rgba(21, 44, 129, .1);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .l-header__bg.is-fixed {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 61px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__bg {
    position: relative;
    z-index: 100;
    height: 61px;
  }
}
.l-header__buttonwrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header__buttonwrap2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__button {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .l-header__button {
    display: none;
  }
}
@media (max-width: 1023.9px) {
  .l-header__button {
    display: block;
    width: 70px;
    height: 60px;
    right: 0;
    top: 0;
    position: absolute;
  }
  .l-header__button .--text {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 36px;
    color: #152c81;
    font-family: "Poppins", sans-serif;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    position: relative;
  }
  .l-header__button .--text::after {
    position: absolute;
    content: "MENU";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header__button.is-active span {
    top: 20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header__button.is-active span:nth-child(2) {
    top: 20px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  .l-header__button.is-active .--text::after {
    content: "CLOSE";
  }
  .l-header__button span {
    background: #152c81;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header__button span:nth-child(2) {
    top: 28px;
  }
}
.l-header__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -8px;
}
@media (max-width: 1279px) {
  .l-header__logo {
    width: 162px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__logo {
    width: 128px;
    height: unset;
    margin-top: 0px;
  }
  .l-header__logo img {
    display: block;
    max-width: 100%;
  }
}
.l-header__inner {
  padding: 9px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1079px) {
  .l-header__inner {
    padding: 9px 10px 15px;
  }
}
.l-header__inner.is-top {
  padding: 15px 30px 0px 30px;
}
@media (max-width: 1079px) {
  .l-header__inner.is-top {
    padding: 15px 10px 0px 10px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__inner.is-top {
    padding: 15px 30px 0px 12px;
  }
}
@media (max-width: 1750px) and (min-width: 1270px) {
  .l-header__inner.u-xxl-hidden--flex.is-tab.is-fixed .l-header__serch {
    width: calc(100% - 620px);
    min-width: 325px;
  }
}
@media (min-width: 1270px) {
  .l-header__inner.u-xxl-hidden--flex.is-tab {
    top: 54px;
  }
  .l-header__inner.u-xxl-hidden--flex.is-tab.is-fixed {
    top: 4px;
  }
}
@media (min-width: 1024px) {
  .l-header__inner.u-xxl-hidden--flex.is-tab {
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header__inner.u-xxl-hidden--flex.is-tab.is-fixed {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 1270px) and (min-width: 1024px) {
  .l-header__inner.u-xxl-hidden--flex.is-tab {
    top: 4px;
    width: 100%;
    max-width: unset;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.9px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background: #fff;
  }
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 50px;
  color: #152c81;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .l-header__nav-list {
    gap: 24px;
  }
}
@media (max-width: 1279px) {
  .l-header__nav-list {
    gap: 1.875vw;
    font-size: 14px;
  }
}
@media (max-width: 1152px) {
  .l-header__nav-list {
    gap: 16px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
    width: 100%;
  }
  .l-header__nav-list .has-child__contents {
    display: none;
  }
}
@media (max-width: 1330px) {
  .l-header__nav-list {
    width: 100%;
  }
}
@media (max-width: 1023.9px) {
  .l-header__nav-list li {
    border-bottom: 1px solid #ebedf2;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li {
    font-weight: 700;
  }
}
@media (max-width: 1023.9px) {
  .l-header__nav-list li.is-log a {
    position: relative;
  }
  .l-header__nav-list li.is-log a::after {
    position: absolute;
    right: 24px;
    content: "";
    background: url(../images/icon-log.svg) no-repeat;
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__nav-list li a {
    padding: 24px 13px 24px 16px;
    display: block;
    background: #fff;
    font-size: 16px;
  }
}
.l-header__nav-list li.has-child {
  padding-right: 20px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  /*
  &::before {
    @media (max-width: 1023.9px) {
      position: absolute;
      content: "";
      width: 2px;
      height: 15px;
      border: unset;
      transform: unset;
      right: 32px;
      top: 26px;
      background: #152c81;
      transition: 0.3s ease;
    }
  }
  */
}
@media (max-width: 1023.9px) {
  .l-header__nav-list li.has-child {
    padding-right: 0;
  }
  .l-header__nav-list li.has-child .has-child__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 26px;
  }
  .l-header__nav-list li.has-child .has-child__title::before {
    display: none;
  }
  .l-header__nav-list li.has-child .has-child__title .has-child__title-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-header__nav-list li.has-child .plus {
    width: 14px;
    height: 14px;
    position: relative;
  }
  .l-header__nav-list li.has-child .plus::before {
    position: absolute;
    content: "";
    background: #152c81;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 14.28%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .l-header__nav-list li.has-child .plus::after {
    position: absolute;
    content: "";
    background: #152c81;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.28%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li.has-child {
    padding-right: 24px;
  }
  .l-header__nav-list li.has-child .has-child__title {
    padding-right: 0;
  }
}
.l-header__nav-list li.has-child.is-active .plus::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.l-header__nav-list li.has-child.is-active .plus::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 1023.9px) {
  .l-header__nav-list li.has-child li {
    border: unset;
    font-weight: 500;
  }
  .l-header__nav-list li.has-child li a {
    padding: 9px 13px 13px 24px;
    display: block;
    background: #fff;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .l-header__nav-list li.has-child:hover {
    color: rgba(21, 44, 129, .5);
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .l-header__nav-list li.has-child:hover::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 6px;
  }
}
.l-header__nav-list li.has-child:hover .has-child__title::after {
  rotate: 180deg;
  top: -10%;
}
@media (max-width: 1023.9px) {
  .l-header__nav-list li.has-child:hover .has-child__title::after {
    top: 33px;
  }
}
.l-header__nav-list li .has-child__title {
  position: relative;
}
.l-header__nav-list li .has-child__title::after {
  position: absolute;
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  right: -20px;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1023.9px) {
  .l-header__nav-list li .has-child__title::after {
    content: none;
  }
}
.l-header__iconbutton {
  margin-left: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #152c81;
}
@media (max-width: 1440px) {
  .l-header__iconbutton {
    margin-left: 30px;
  }
}
@media (max-width: 1279px) {
  .l-header__iconbutton {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton {
    margin-left: unset;
  }
}
@media (max-width: 1023.9px) and (max-width: 1023.9px) {
  .l-header__iconbutton {
    width: 48%;
    min-height: 60px;
  }
}
@media screen and (max-width: 360px) {
  .l-header__iconbutton {
    width: 49%;
  }
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton > a {
    height: 35px;
    border: 1px solid #ebedf2;
    border-radius: 21px;
    width: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
  }
}
.l-header__iconbutton > a.l-header__iconbutton--bplog:hover {
  opacity: 1;
}
.l-header__iconbutton > a:hover {
  background: #152c81;
}
.l-header__iconbutton > a:hover .--text {
  color: #fff;
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton > a:hover .--text {
    color: #152c81;
  }
}
.l-header__iconbutton > a:hover .--icon::after {
  content: url(../images/icon/icon-log2.svg);
}
@media (max-width: 1279px) {
  .l-header__iconbutton > a:hover .--icon::after {
    width: 15px;
    height: 15px;
  }
}
.l-header__iconbutton > a .--text {
  line-height: 1;
}
.l-header__iconbutton > a .--text.is-eng {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #152c81;
  padding-top: 3px;
}
@media (max-width: 1279px) {
  .l-header__iconbutton > a .--text.is-eng {
    font-size: 14px;
    padding-top: 0px;
    margin-right: -4px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton > a .--text.is-eng {
    color: #fff;
    margin-right: 21px;
  }
}
@media screen and (max-width: 360px) {
  .l-header__iconbutton > a .--text.is-eng {
    margin-right: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .l-header__iconbutton > a .--text.is-catalog {
    font-size: 12px;
  }
}
.l-header__iconbutton > a .--icon {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  position: relative;
}
@media (max-width: 1279px) {
  .l-header__iconbutton > a .--icon {
    margin-left: 8px;
  }
}
.l-header__iconbutton > a .--icon::after {
  position: absolute;
  content: url(../images/icon-log.svg);
}
.l-header__iconbutton > a .--icon.is-kata {
  content: url(../images/icon-cata.svg);
  width: unset;
  height: unset;
  top: 1px;
}
@media (max-width: 1279px) {
  .l-header__iconbutton > a .--icon.is-kata {
    left: unset;
    right: 0px;
    margin-left: 7px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton > a .--icon.is-kata {
    margin-left: 24px;
    width: 18.86px;
    height: 15.46px;
  }
}
.l-header__iconbutton > a .--icon.is-shop {
  content: url(../images/icon-shop.svg);
  width: unset;
  height: unset;
  top: 1px;
}
@media (max-width: 1279px) {
  .l-header__iconbutton > a .--icon.is-shop {
    top: 0px;
    left: unset;
    right: -3px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton > a .--icon.is-shop {
    content: url(../images/hisago-icon.svg);
    width: 14.66px;
    height: 13.18px;
    top: -1px;
    right: 3px;
  }
}
.l-header__iconbutton.is-cate {
  width: auto;
  max-width: 224px;
  margin-left: unset;
  pointer-events: none;
}
.l-header__iconbutton.is-cate a {
  border: unset;
  border-radius: unset;
  width: unset;
}
.l-header__iconbutton.is-blue {
  margin-left: 10px;
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton.is-blue {
    margin-left: unset;
  }
}
.l-header__iconbutton.is-blue a {
  background: #e3ebfa;
  border: 1px solid #e3ebfa;
  color: #152c81;
}
@media (max-width: 1279px) {
  .l-header__iconbutton.is-blue a {
    width: 140px;
  }
}
.l-header__iconbutton.is-blue a:hover {
  background: #152c81;
  opacity: 1;
  color: #fff;
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton.is-blue a:hover {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.l-header__iconbutton.is-blue a:hover .--icon.is-kata {
  content: url(../images/icon/icon-cata2.svg);
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton.is-blue a:hover .--icon.is-kata {
    content: url(../images/icon-cata.svg);
  }
}
.l-header__iconbutton.is-blue a:hover .--text.is-eng {
  color: #fff;
}
.l-header__iconbutton.is-blue a:hover .--icon.is-shop {
  content: url(../images/icon/icon-shop2.svg);
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton.is-blue a:hover .--icon.is-shop {
    content: url(../images/hisago-icon.svg);
  }
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton.is-blue a {
    width: 100%;
    height: 100%;
    background: #152c81;
    border-color: #152c81;
    border-radius: 8px;
  }
  .l-header__iconbutton.is-blue a .--text.is-px {
    color: #fff;
  }
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton.is-blue.is-w a {
    width: 100%;
    height: 100%;
    background: #fff;
    border-color: #fff;
    color: #152c81;
  }
  .l-header__iconbutton.is-blue.is-w a:hover {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.l-header__iconbutton__button {
  background: #e6960b;
  border-radius: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 224px;
}
@media (max-width: 1279px) {
  .l-header__iconbutton__button {
    max-width: 204px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__iconbutton__button {
    height: 35px;
  }
}
@media (min-width: 1024px) {
  .l-header__iconbutton__button:hover {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header__iconbutton__button:hover .--icon::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -5px;
  }
  .l-header__iconbutton__button .--icon.rotate::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -5px;
  }
}
.l-header__iconbutton__button .--text {
  color: #fff;
  font-size: 15px;
  padding-right: 20px;
}
@media (max-width: 1279px) {
  .l-header__iconbutton__button .--text {
    font-size: 14px;
    padding-right: 18px;
  }
}
.l-header__iconbutton__button .--icon {
  position: relative;
}
.l-header__iconbutton__button .--icon::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5.svg);
  top: -11px;
  left: -11px;
}
@media (max-width: 1279px) {
  .l-header__iconbutton__button .--icon::after {
    top: -9px;
  }
}
.l-header__serch {
  width: calc(100% - 250px);
  max-width: 794px;
  position: relative;
  margin-left: 20px;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .l-header__serch {
    max-width: 538px;
  }
}
@media (max-width: 1279px) {
  .l-header__serch {
    max-width: 427px;
  }
}
@media (max-width: 1023.9px) {
  .l-header__serch {
    min-width: unset;
    max-width: unset;
    width: 298px;
  }
}
.l-header__serch:hover::after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.7;
}
.l-header__serch::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  background: #152c81;
  border-radius: 27px;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1279px) {
  .l-header__serch::after {
    width: 53px;
  }
}
.l-header__serch::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/icon-serch.svg) no-repeat center center/cover;
  top: 50%;
  right: 17px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1279px) {
  .l-header__serch::before {
    width: 22px;
    height: 21px;
    right: 15px;
  }
}
.l-header__serch-input {
  display: block;
  width: 100%;
  border-radius: 27px;
  border: 1px solid #ebedf2;
  padding: 9px 27px;
  background: #fff;
  line-height: 21px;
}
@media (max-width: 1023.9px) {
  .l-header__serch-input {
    height: 35px;
    padding: 9px 27px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 44, 88, .1);
            box-shadow: 0px 0px 10px 0px rgba(32, 44, 88, .1);
    border: unset;
  }
}
@media (max-width: 1100px) and (min-width: 1024px) {
  .l-header__serch-input {
    padding: 9px 11px;
  }
}
.l-header__serch-input::-webkit-input-placeholder {
  color: #c9ccdb;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}
.l-header__serch-input::-moz-placeholder {
  color: #c9ccdb;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}
.l-header__serch-input::-ms-input-placeholder {
  color: #c9ccdb;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}
.l-header__serch-input::placeholder {
  color: #c9ccdb;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}
@media (max-width: 1279px) {
  .l-header__serch-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .l-header__serch-input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .l-header__serch-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .l-header__serch-input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }
}
.l-header__serch-button {
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 1279px) {
  .l-header__serch-button {
    width: 53px;
  }
}
.l-header__serch-button:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.7;
}
.l-header__buttonwrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023.9px) {
  .l-header__buttonwrap {
    padding: 20px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header__spmenu {
  display: none;
}
@media (max-width: 1023.9px) {
  .l-header__spmenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    background: #e3ebfa;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    padding-bottom: 60px;
  }
  .l-header__spmenu.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header__spmenu .c-keyword__serch-wrap {
    padding: 22px 15px;
  }
  .l-header__spmenu .category-box__text {
    background: #e3ebfa;
    color: #a8aec4;
    font-size: 12px;
    padding: 0 17px 12px;
  }
}

.l-header2 .category-box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 15px);
  background: #ebedf2;
  top: 15px;
  left: 302px;
}
@media (min-height: 721px) and (min-width: 1024px) {
  .category-box {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .category-box ::-webkit-full-page-media,
  .category-box :future, :root .category-box {
    height: revert;
  }
}
@media (max-height: 720px) and (min-width: 1024px) {
  .category-box {
    height: 100%;
  }
}
@media (max-width: 1023.9px) {
  .category-box {
    display: block;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  .category-box {
    z-index: -1;
    -webkit-transform: translateY(-100);
            transform: translateY(-100);
    position: absolute;
    top: 40px;
    left: 20px;
    width: 686px;
    padding-top: 15px;
    display: none;
  }
  .category-box.is-active {
    z-index: 1000;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
  .category-box-2 {
    top: 94px;
  }
  .category-box__wrap {
    border: 1px solid #ebedf2;
    border-radius: 4px;
    padding-top: 21px;
    padding-bottom: 19px;
    background: #fff;
    position: relative;
  }
  .l-header .category-box__wrap::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ebedf2;
    top: 0;
    left: 302px;
  }
  .category-box__list {
    width: 304px;
  }
  .category-box__list-title {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #152c81;
    font-weight: 500;
    padding: 5px 17px 5px 20px;
    position: relative;
    text-align: left;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .category-box__list-title.is-active {
    background: #f2f7fd;
    padding: 5px 17px 5px 26px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0.6;
  }
  .category-box__list-title.is-link::after {
    position: static;
    content: "";
  }
  .category-box__list-title::after {
    position: absolute;
    content: url(../images/icon/arrow-gray-w10-h5.svg);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: 14px;
    top: 5px;
  }
  .category-box__child {
    position: absolute;
    top: 21px;
    left: unset;
    right: 0;
    display: block;
    height: 0;
    z-index: -2;
    width: calc(100% - 302px);
    padding-top: 8px;
    padding: 7px 20px 0px;
  }
  .category-box__child-2 {
    top: 21px;
  }
  .category-box__child-3 {
    top: 21px;
  }
  .category-box__child.is-active {
    height: 100vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 99;
  }
  .category-box__child-title {
    width: calc(100% - 20px);
    border-bottom: 1px solid #ebedf2;
    font-size: 12px;
    padding-bottom: 2px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
  }
  .category-box__child-item {
    width: 100%;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
    line-height: 26px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .category-box__child-item:hover {
    background: #f2f7fd;
    padding-left: 16px;
  }
  .category-box__child-item:hover a {
    opacity: 0.6;
  }
  .category-box__child-item.is-image {
    padding-left: 0;
    padding-right: 0;
    margin-top: 9px;
    width: 100%;
  }
  .category-box__child-item.is-image:hover {
    background: unset;
    padding-left: unset;
    -webkit-transition: unset;
    transition: unset;
  }
  .category-box__child-item a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 6px 0 5px;
    font-size: 13px;
  }
}
@media (min-width: 1281px) {
  .category-box-2 {
    top: 94px;
  }
}
.category-box__item {
  padding-top: 20px;
}
.category-box__item:first-child {
  padding-top: unset;
}
.category-box__item-title {
  color: #a8aec4;
  font-size: 12px;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 4px;
  margin-left: 21px;
  width: calc(42% - 26px);
  margin-bottom: 9px;
}

.has-child {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .has-child:hover .has-child__contents {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: auto;
  }
  .has-child:hover .has-child__list {
    display: block;
  }
}
.has-child__title {
  cursor: pointer;
}
@media (max-width: 1023.9px) {
  .has-child__title {
    padding: 24px 13px 24px 16px;
    display: block;
    background: #fff;
    font-size: 16px;
  }
}
@media (max-width: 1023.9px) {
  .has-child__title::before {
    position: absolute;
    content: "";
    background-image: url(../images/icon-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    top: 26px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .has-child__title::before {
    right: -3px;
  }
}
@media (max-width: 1023.9px) {
  .has-child__title2 {
    padding-right: 18px;
  }
}
@media (min-width: 1024px) {
  .has-child__contents {
    position: absolute;
    width: 193px;
    left: 0;
    padding-top: 15px;
    top: 13px;
    z-index: 99;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: 0;
    opacity: 0;
  }
  .has-child__contents-1 {
    width: 290px;
  }
  .has-child__contents-2 {
    width: 270px;
  }
  .has-child__list {
    background: #f7f9fd;
    padding: 30px 19px 9px;
    border-radius: 4px;
    border-right: #ebedf2 2px solid;
    border-left: #ebedf2 2px solid;
    border-bottom: #ebedf2 2px solid;
    -webkit-box-shadow: 7px 7px 20px -19px #152c81;
            box-shadow: 7px 7px 20px -19px #152c81;
    display: none;
    position: relative;
  }
  .has-child__list::after {
    content: "";
    position: absolute;
    background: #152c81;
    width: calc(100% + 4px);
    height: 6px;
    top: 0;
    left: -2px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .has-child__list li {
    padding-bottom: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .has-child__list li a {
    color: #152c81;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    width: 100%;
  }
  .has-child__list li a::after {
    position: absolute;
    content: url(../images/icon/gnav-icon.svg);
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .has-child__list li:hover a {
    padding-left: 6px;
    opacity: 0.6;
  }
}

.l-header2 {
  width: 100%;
  position: fixed;
  top: -120px;
  width: 100%;
  z-index: 9998;
  opacity: 0;
}
.l-header2__bg {
  content: "";
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(21, 44, 129, .1);
          box-shadow: 0 3px 10px rgba(21, 44, 129, .1);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .l-header2__bg.is-fixed {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 60px;
  }
}
@media (max-width: 1023.9px) {
  .l-header2__bg {
    height: 61px;
  }
}
.l-header2__buttonwrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 710px);
  margin-right: 30px;
}
.l-header2__buttonwrap .l-header__serch {
  max-width: 535px;
}
@media (max-width: 1280px) {
  .l-header2__buttonwrap {
    width: calc(100% - 664px);
  }
}
@media (max-width: 1279px) {
  .l-header2__buttonwrap {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1023.9px) {
  .l-header2__buttonwrap {
    padding: 20px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-header2__nav-list {
  gap: 0;
  width: 680px;
  padding-right: 15px;
}
@media (max-width: 1280px) {
  .l-header2__nav-list {
    width: 664px;
  }
}
@media (max-width: 1279px) {
  .l-header2__nav-list {
    font-size: 13px;
    width: 550px;
    padding-right: 0;
  }
}
.l-header2__nav-list > li:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 1230px) {
  .l-header2__nav-list > li:not(:first-of-type) {
    margin-left: 16px;
  }
}
.l-header2__serch {
  width: calc(100% - 244px);
  max-width: 535px;
}
@media (max-width: 1279px) {
  .l-header2__serch {
    width: calc(100% - 204px);
  }
}
@media (max-width: 1023.9px) {
  .l-header2 {
    display: none;
  }
}
.l-header2 .l-header__nav {
  width: 100%;
}
.l-header2 .category-box {
  position: fixed;
  top: 40px;
}
.l-header2 .category-box__wrap {
  height: 100%;
}
@media (max-height: 720px) {
  .l-header2 .category-box__wrap {
    overflow-y: scroll;
  }
}
.l-header2 .category-box__wrap::-webkit-scrollbar {
  width: 1px;
  height: 3px;
}
.l-header2 .category-box__wrap::-webkit-scrollbar-track {
  background-color: #ebedf2;
}
.l-header2 .category-box__wrap::-webkit-scrollbar-thumb {
  background-color: #5e73bc;
}

@media (max-width: 1023.9px) {
  .l-header3 {
    width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .l-header3 {
    width: 100%;
  }
}
.l-header3 + body {
  padding-top: 0;
}
.l-header3__inner.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.l-header3__head {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2f4c9c;
  padding: 0 15px;
}
@media screen and (max-width: 1023.9px) {
  .l-header3__head {
    padding: 0 15px;
  }
}
.l-header3__link {
  color: #fff;
  font-size: 15px;
  position: relative;
  padding-left: 21px;
}
@media screen and (max-width: 1023.9px) {
  .l-header3__link {
    font-size: 12px;
  }
}
.l-header3__link::before {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5.svg);
  left: 4px;
  top: 0px;
  rotate: 90deg;
}
.l-header3__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1400px) {
  .l-header3__left {
    display: block;
  }
}
@media screen and (max-width: 1023.9px) {
  .l-header3__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header3__body {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 44, 88, .06);
          box-shadow: 0px 0px 10px 0px rgba(32, 44, 88, .06);
}
@media screen and (max-width: 1400px) {
  .l-header3__body {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  .l-header3__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    height: 60px;
  }
}
.l-header3__logo {
  width: 167px;
  margin-bottom: 6px;
  margin-top: 4px;
}
@media screen and (max-width: 1400px) {
  .l-header3__logo {
    width: 140px;
  }
}
@media screen and (max-width: 1023.9px) {
  .l-header3__logo {
    margin-top: 0;
    width: 167px;
  }
}
.l-header3__logo img {
  width: 100%;
  height: auto;
}
.l-header3__title {
  font-size: 14px;
  font-weight: 500;
  color: #676974;
  margin-left: 24px;
}
@media screen and (max-width: 1400px) {
  .l-header3__title {
    margin-top: 16px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .l-header3__title {
    margin-left: 24px;
    margin-top: 0;
    font-size: 12px;
  }
}
.l-header3__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 1034px;
}
@media screen and (max-width: 767px) {
  .l-header3__buttons {
    display: none;
  }
}
.l-header3__button {
  height: 46px;
  max-width: 251px;
  width: calc(25% - 10px);
  border-radius: 4px;
  background: #e3ebfa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.l-header3__button p {
  font-size: 13px;
  font-weight: 700;
  color: #152c81;
  padding-left: 21px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .l-header3__button p {
    font-size: 12px;
    padding-left: 8px;
  }
}
.l-header3__button p::before {
  position: absolute;
  content: url(../images/icon/icon-pdf2.svg);
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
@media screen and (max-width: 1023.9px) {
  .l-header3__button p::before {
    right: 8px;
  }
}
@media (max-width: 1190px) {
  .l-header3__button p span {
    display: block;
  }
}
.l-header3__button.cata p::before {
  content: url(../images/icon/icon-cata.svg);
  top: 11px;
}

.l-footer {
  background: #202c58;
  color: #fff;
  padding: 126px 0 109px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    padding: 83px 0 0px;
  }
}
.l-footer__top {
  position: absolute;
  width: 100%;
  height: 44px;
  background: #354273;
  top: 0;
  left: 0;
}
.l-footer__top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.l-footer__top a::after {
  position: absolute;
  content: "";
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  right: 9%;
  content: url(../images/icon/arrow-white-w10-h5.svg);
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1426px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}
.l-footer__iconbutton {
  margin-left: 43px;
  font-size: 16px;
  font-weight: 500;
  color: #152c81;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .l-footer__iconbutton {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__iconbutton {
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__iconbutton {
    width: 48%;
    min-height: 60px;
  }
}
.l-footer__iconbutton a {
  border: 1px solid #ebedf2;
  border-radius: 20px;
  width: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 9px 0;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .l-footer__iconbutton a {
    width: 205px;
    font-size: 16px;
  }
}
.l-footer__iconbutton a .--text.is-eng {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
}
.l-footer__iconbutton a .--icon {
  display: block;
  width: 17px;
  height: 15px;
  background: url(../images/icon-log.svg) no-repeat center center/contain;
  margin-left: 7px;
  margin-top: 1px;
}
.l-footer__iconbutton a .--icon.is-kata {
  background: url(../images/icon-cata.svg) no-repeat center center/contain;
}
.l-footer__iconbutton a .--icon.is-shop {
  background: url(../images/icon-shop.svg) no-repeat center center/contain;
}
.l-footer__iconbutton.is-blue {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .l-footer__iconbutton.is-blue {
    margin-left: unset;
  }
}
.l-footer__iconbutton.is-blue a {
  background: #e3ebfa;
  border: 1px solid #e3ebfa;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .l-footer__iconbutton.is-blue a {
    width: 100%;
    height: 100%;
    background: #152c81;
    border-color: #152c81;
    border-radius: 8px;
  }
  .l-footer__iconbutton.is-blue a .--text.is-px {
    color: #fff;
  }
}
.l-footer__head {
  width: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 33px;
  gap: 28%;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .l-footer__head {
    max-width: unset;
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__head {
    width: 100%;
    max-width: unset;
    padding-bottom: 13px;
  }
}
.l-footer__head-nav {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .l-footer__head-nav {
    margin-bottom: 42px;
  }
}
.l-footer__head-nav li {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__head-nav li {
    margin-bottom: 18px;
  }
}
.l-footer__head-nav li a {
  font-size: 13px;
  font-weight: 400;
}
.l-footer__head-thumb {
  width: 115px;
  height: auto;
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .l-footer__head-thumb {
    width: 100px;
    margin-bottom: 23px;
  }
}
.l-footer__head-thumb img {
  width: 100%;
  height: auto;
}
.l-footer__head-bottom {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer__head-bottom {
    margin-top: 40px;
  }
}
.l-footer__buttonwrap .l-header__iconbutton:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__spnav {
    margin-top: 19px;
  }
}
.l-footer__spnav-button {
  margin-bottom: 20px;
}
.l-footer__spnav-list li {
  border-top: 1px solid #58638d;
  position: relative;
}
.l-footer__spnav-list li::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #e6960b;
  top: -1px;
  left: 0;
}
.l-footer__spnav-list li a {
  padding: 24px 0;
  display: block;
  position: relative;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-footer__spnav-list li a {
    padding: 24px 0 24px;
  }
}
.l-footer__spnav-list li a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 3%;
  content: url(../images/icon/arrow-white-w10-h5.svg);
}
@media screen and (max-width: 767px) {
  .l-footer__spnav-list li a::after {
    top: 53%;
    right: 9px;
  }
}
.l-footer__spnav-bottom {
  background: #354273;
  border-radius: 8px;
  margin-top: 20px;
}
.l-footer__spnav-bottom a {
  padding: 22px 20px 21px;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer__spnav-bottom a {
    padding: 23px 20px 21px;
  }
}
.l-footer__spnav-bottom a .--title {
  text-align: center;
  font-size: 16px;
}
.l-footer__spnav-bottom a .--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  margin-top: 9px;
  font-size: 13px;
}
.l-footer__spnav-bottom a .--text span {
  display: block;
  margin-left: 10px;
  width: 17px;
  height: 17px;
  background: url(../images/icon-set2.svg) no-repeat center center/cover;
}
.l-footer__links {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo a {
    width: 120px;
    margin: 0 auto 0;
    display: block;
  }
}
.l-footer__logo-text {
  font-size: 13px;
  font-weight: 400;
  margin-top: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-text {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
  }
}
.l-footer__sns {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: unset;
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 50%;
  }
}
.l-footer__sns li {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns li {
    margin-bottom: 13px;
  }
}
.l-footer__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
}
.l-footer__sns-icon {
  width: 51px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-icon {
    width: 43px;
    margin-right: 11px;
  }
}
.l-footer__copy {
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 10px;
    line-height: 1;
    display: block;
    text-align: center;
    color: #a8aec4;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__navitem {
    display: none;
  }
}
.l-footer__navitem:nth-of-type(2) {
  margin-top: 56px;
}
.l-footer__navitem.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .l-footer__navitem.u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__navitem.u-flex {
    display: none;
  }
}
.l-footer__navitem.u-flex .l-footer__nav {
  width: 250px;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .l-footer__navitem.u-flex .l-footer__nav {
    width: calc(50% - 26px);
  }
}
.l-footer__nav {
  border-top: 1px solid #58638d;
  padding-top: 24px;
  margin-bottom: 51px;
  position: relative;
}
.l-footer__nav-2 {
  margin-bottom: 0px;
}
.l-footer__nav.is-top {
  padding-top: 13px;
}
.l-footer__nav::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #e6960b;
  top: -1px;
  left: 0;
}
.l-footer__nav-title {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 38px;
}
.l-footer__nav-titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.l-footer__nav-titleWrap .l-footer__nav-title {
  margin-bottom: unset;
}
.l-footer__nav-titleWrap .--text {
  color: #152c81;
  padding-right: 0px;
  font-weight: 500;
}
.l-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3%;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .l-footer__nav-wrap {
    margin-top: -28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__nav-list {
  width: 100%;
}
.l-footer__nav-list.is-top {
  width: calc(25% - 26px);
}
@media (max-width: 1350px) and (min-width: 768px) {
  .l-footer__nav-list.is-top {
    width: calc(50% - 26px);
    margin-top: 28px;
  }
}
.l-footer__nav-link {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
  display: block;
}
.l-footer__nav-link::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5.svg);
  top: 0%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -5px;
}
.l-footer__nav-childlist {
  padding-left: 3px;
  margin-top: 28px;
}
.l-footer__nav-childlist.is-child li {
  margin-bottom: 8px;
}
.l-footer__nav-childlist li {
  margin-bottom: 3px;
}
.l-footer__nav-childlist li a {
  padding-left: 21px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  color: #fff;
}
.l-footer__nav-childlist li a::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5.svg);
  top: 0%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -3px;
}
.l-footer__nav-childlist2 {
  padding-left: 3px;
  margin-top: -3px;
}
.l-footer__nav-childlist2.is-child li {
  margin-bottom: 8px;
}
.l-footer__nav-childlist2 li {
  margin-bottom: 4px;
}
.l-footer__nav-childlist2 li a {
  padding-left: 12px;
  position: relative;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
  display: block;
  color: #fff;
}
.l-footer__nav-childlist2 li a::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5.svg);
  top: 0%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -6px;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #152c81;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagetop a:link, .pagetop a:visited {
  background: #152c81;
}
.pagetop a:hover {
  opacity: 1;
}
.pagetop a:hover .--icon::after {
  top: -10px;
}
.pagetop a .--icon {
  display: block;
  margin-bottom: 17px;
  position: relative;
}
.pagetop a .--icon::after {
  position: absolute;
  content: url(../images/icon/arrow-orange-w18-h10.svg);
  left: 0;
  top: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pagetop a .--text {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  margin-top: 0px;
  font-weight: 500;
}

.chat {
  position: fixed;
  bottom: 10px;
  left: 20px;
  width: 260px;
  z-index: 20;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none;
}
@media screen and (max-width: 767px) {
  .chat {
    width: 80px;
  }
}
.chat.is-close {
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.chat .--close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  z-index: 21;
  cursor: pointer;
}

.l-footer2 {
  background: #202c58;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .l-footer2 {
    height: unset;
    overflow-x: hidden;
  }
}
.l-footer2__inner {
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer2__inner {
    display: block;
    padding: 0 16px 12px;
  }
}
.l-footer2__head {
  background: #354273;
  width: 100%;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer2__head p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
}
.l-footer2__head p::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5-2.svg);
  right: 36px;
  top: 0;
  rotate: -90deg;
}
.l-footer2__logo {
  width: 197px;
}
@media screen and (max-width: 767px) {
  .l-footer2__logo {
    display: none;
  }
}
.l-footer2__logo img {
  width: 100%;
  height: auto;
}
.l-footer2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer2__contents {
    display: block;
  }
}
.l-footer2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer2__nav {
    display: block;
    margin-top: 33px;
  }
}
.l-footer2__navitem {
  color: #fff;
  font-size: 13px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer2__navitem {
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
  }
}
.l-footer2__logoff {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer2__logoff {
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
    margin-left: 0px;
    position: relative;
  }
  .l-footer2__logoff::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 2px;
    background: #354273;
    left: 50%;
    top: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-footer2__logoff::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 2px;
    background: #354273;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-footer2__logoff a {
  position: relative;
  padding-right: 29px;
}
.l-footer2__logoff a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/icon-logoff.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer2__logoff:hover a::after {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-footer2__gmo {
  width: 100px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer2__gmo {
    margin: 40px auto 0;
  }
}
.l-footer2__gmo img {
  width: 100%;
  height: auto;
}
.l-footer2__copy {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer2__copy {
    display: block;
    color: #a8aec4;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-top: 14px;
  }
}