@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(../font/meiryo.ttc);
  font-family: "メイリオ";
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(../font/meiryo.ttc);
  font-family: "Meiryo";
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: rgb(17, 17, 17);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-size-adjust: 100%;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
.font-mei {
  font-family: "メイリオ", "Meiryo", sans-serif !important;
  letter-spacing: 2px;
  font-weight: 500;
}
.font-yugothic {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

ul {
  list-style-type: none;
}

a {
  color: currentcolor;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

.c-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-bg--before,
.c-bg--after {
  position: relative;
}
.c-bg--before::before,
.c-bg--after::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.c-flex {
  display: flex;
  justify-content: space-between;
}
.c-highlight {
  display: inline-block;
  border-bottom: 1px solid #0076c2;
  color: #0076c2;
  line-height: 1.4;
}
/**Btn*/
.c-btn-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.c-btn--many {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 42px 2%;
  margin: auto;
}
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
  line-height: 1.4;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

.c-btn::before,
.c-btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: inherit;
}
.c-btn::before {
  display: none;
}
.c-btn:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  .c-btn-list {
    gap: 15px 20px;
  }
  .c-btn--many {
    gap: 40px 2%;
    padding: 0;
  }
  .c-btn--many .c-btn {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .c-btn-list {
    gap: 15px 20px;
  }
}
/*Custom btn*/
.c-btn1,
.c-btn3 {
  border: 1px solid #cccccc;
  width: 240px;
  height: 64px;
  background-color: #fff;
  border-radius: 100px;
}
.c-btn1.--cus {
  background-color: transparent;
  color: #fff;
}
.c-btn1::after {
  background-image: url("../images/common/ic-arr-right2.png");
  width: 9px;
  height: 16px;
  margin-left: 16%;
}
.c-btn1.--cus::after {
  background-image: url("../images/common/ic-arr-right-hv.png");
}
.c-btn1:hover,
.c-btn3:hover {
  color: #fff;
  background-color: #0076c2;
  border-color: #0076c2;
}
.c-btn1:hover::after {
  background-image: url("../images/common/ic-arr-right-hv.png") !important;
}

.c-btn2 {
  background: transparent;
  border-bottom: 1px solid #cccccc;
  padding: 0 20px 25px;
  width: 400px;
  justify-content: space-between;
}
.c-btn2::after,
.c-btn3::after {
  background-image: url("../images/common/ic-arr-right2.png");
  width: 9px;
  height: 16px;
  transition: all ease 0.4s;
}
.c-btn2::before {
  width: 60px;
  background: #0076c2;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.c-btn2:hover {
  color: #0076c2;
}
.c-btn2:hover::before {
  width: 100%;
}
.c-btn2:hover::after {
  background-image: url("../images/common/ic-arr-right2-hv.png");
}
.c-btn3 {
  width: 425px;
  height: 80px;
  transition: all ease 0.4s;
  font-size: 18px;
}
.c-btn3::before {
  display: block;
  background-image: url("../images/common/ic-monstr.png");
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.c-btn3::after {
  margin-left: 14%;
}
.c-btn3:hover::before {
  background-image: url("../images/common/ic-monstr-hv.png");
}
.c-btn3:hover::after {
  background-image: url("../images/common/ic-arr-right-hv.png");
}

.c-btn4,
.c-btn4.--cus {
  border: 1px solid #0076c2;
  background-color: #0076c2;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 0.6px;
  justify-content: space-between;
  padding: 0 7%;
  width: 585px;
  height: 80px;
}
.c-btn4::after,
.c-btn4.--cus::after {
  background-image: url("../images/common/ic-arr-right-hv.png");
  width: 9px;
  height: 16px;
}
.c-btn4.--cus2 {
  justify-content: center;
}
.c-btn4.--cus2::after {
  display: none;
}
.c-btn4:hover {
  background-color: #fff;
  color: #0076c2;
}
.c-btn4:hover::after {
  background-image: url("../images/common/ic-arr-right2-hv.png");
}
.c-btn4.--cus {
  background-color: #fff;
  color: #0076c2;
  font-size: 18px !important;
}
.c-btn4.--cus::after {
  background-image: url("../images/common/ic-arr-right2-hv.png");
}

.c-btn4.--cus:hover {
  background-color: orange;
  color: #fff;
}

.c-btn4.--cus:hover::after {
  background-image: url("../images/common/ic-arr-right-hv.png");
}

.--page .c-btn4 {
  height: 160px;
  font-size: 24px;
  border-radius: 100px;
}

.c-viewSite {
  background-color: #fff;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 640px;
  height: 100px;
}
.c-viewSite::before {
  background-image: url("../images/common/ic-arr-down2.png");
  margin-right: 10px;
  height: 17px;
  width: 18px;
  display: block;
  margin-top: -4px;
  transition: all ease 0.4s;
}
.c-viewSite.active::before {
  transform: rotate(180deg);
}
.c-viewSite:hover {
  background-color: #0076c2;
  color: #fff;
  opacity: 1;
}
.c-viewSite:hover::before {
  background-image: url("../images/common/ic-arr-down2-hv.png");
}

.c-btn--many.--col2 .c-btn {
  width: 48%;
}
.c-btn--many.--col2 .c-btn4 {
  width: 48.8%;
}
.c-btn--many.--col3 {
  justify-content: center;
}
.c-btn--many.--col3 .c-btn {
  width: 32%;
}

.--page .c-btn--many.--col2 {
  gap: 30px 2.4%;
}

.c-btn--inner {
  display: flex;
  align-items: center;
}
.c-btn--inner i {
  margin-top: 5px;
  margin-left: 7px;
}
@media (max-width: 1024px) {
  .--page .c-btn4 {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .c-btn1 {
    width: 200px;
    height: 53px;
    font-size: 13px;
  }
  .c-btn1::after {
    width: 7px;
    height: 13px;
  }
  .c-btn2 {
    padding: 0 10px 22px;
    font-size: 14px;
  }
  .c-btn2::after,
  .c-btn3::after {
    width: 7px;
    height: 13px;
  }
  .c-btn3 {
    width: 270px;
    height: 51px;
    font-size: 14px;
  }
  .c-btn3:before {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    margin-right: 10px;
  }
  .c-btn3:after {
    margin-left: 6%;
  }
  .c-btn4,
  .c-btn4.--cus {
    font-size: 14px;
    border-radius: 10px;
    padding: 0 5%;
    width: 270px;
    border-radius: 50px;
    height: 60px;
  }
  .c-btn4.--cus {
    font-size: 10px !important;
  }
  .c-btn4::after,
  .c-btn4.--cus::after {
    width: 7px;
    height: 12px;
  }

  .c-viewSite {
    width: 100%;
    max-width: 450px;
    height: 60px;
    font-size: 14px;
  }
  .c-viewSite::before {
    height: 13px;
    width: 15px;
  }

  .c-btn--many.--col2 {
    gap: 20px 6%;
    justify-content: center;
  }
  .c-btn--many.--col2 .c-btn {
    max-width: 164px;
    height: 50px;
    width: 47%;
  }
  .c-btn--many.--col2 .c-btn4 {
    max-width: inherit;
    height: 60px;
    font-size: 13px;
    padding: 5%;
    border-radius: 50px;
    line-height: 1.4;
  }
  .c-btn--many.--col3 {
    justify-content: space-between;
  }
  .c-btn--many.--col3 .c-btn {
    width: 47%;
  }

  .c-btn--inner i {
    margin-top: 3px;
  }
}
/**End btn*/

/*Title*/
.c-title {
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.c-title span {
  display: block;
}

/*custom*/
.c-bord::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #0076c2;
  margin: 28px auto 0;
  display: block;
}
.c-txt {
  font-size: 18px;
  line-height: 36px;
}
.c-title1 {
  font-size: 64px;
}
.c-title1 small {
  font-size: 58px;
}
.c-title2 {
  font-size: 28px;
}

.c-title1 span,
.c-title2 span {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 36px;
}
.c-title3 {
  font-size: 26px;
  line-height: 1.7;
}
.c-title4 {
  font-size: 30px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .c-title1 small {
    font-size: 100%;
  }
  .c-title1 {
    font-size: 40px;
  }
  .c-title2 {
    font-size: 28px;
  }
  .c-title3 {
    font-size: 22px;
  }
  .c-title4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-title2,
  .c-txt {
    font-size: 15px;
    line-height: 30px;
  }
  .c-title3 {
    font-size: 18px;
  }
  .c-title1 span,
  .c-title2 span {
    font-size: 14px;
    line-height: 1.4;
  }
  .c-title1.--sp {
    font-size: 36px;
  }
  .c-bord::after {
    width: 20px;
    margin-top: 18px;
  }
  .c-title4 {
    font-size: 20px;
  }
}
/**End Title */

/**pallarax*/
.c-pallarax {
  height: 600px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.c-parallax--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
}

.parallax {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 110% !important;
}

/*custom*/
.c-pallarax::after {
  background-image: url("../images/top/bg-pallarax.png");
  width: 100%;
  height: 100%;
  background-size: cover;
}
.c-pallarax__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pallarax__content .c-title {
  color: #fff;
}
.c-pallarax__content span {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .c-pallarax {
    height: 200px;
  }
}
/**End pallarax*/

/**Nav Menu*/
.c-nav__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.c-nav__link {
  display: block;
  font-size: 18px;
  letter-spacing: 0px;
  transition: all 0.4s ease 0s;
  position: relative;
  color: #fff;
  padding: 0 20px 27px;
  z-index: 2;
}
.c-nav__menu__item.--cus .c-nav__link {
  background-color: #fff;
  height: 80px;
  color: #0076c2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 0 12.5%;
  border: 1px solid #fff;
}
.c-nav__menu__item.--cus .c-nav__link:hover {
  opacity: 1;
  background-color: transparent;
  color: #fff;
}
.c-nav__menu__item.--cus .c-nav__link:after {
  width: 10px;
  height: 16px;
  background-image: url(../images/common/ic-arr-right.png);
}
.c-nav__menu__item.--cus .c-nav__link:hover::after {
  background-image: url(../images/common/ic-arr-right-hv.png);
}
.c-nav__menu__item {
  position: relative;
  width: 47.8%;
  border-bottom: 1px solid #fff;
}
.c-nav__menu__item::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/common/ic-arr-down.png");
  width: 16px;
  height: 10px;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 20px;
  top: 24%;
  transform: translateY(-50%);
}
.c-nav__menu__item.--cus::after {
  display: none;
}
.c-nav__menu__item.--cus {
  border: 0;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .c-nav {
  }
  .c-nav__menu {
    max-width: 500px;
    margin: auto;
    gap: 10px;
  }
  .c-nav__menu__item {
    width: 100%;
  }
  .c-nav__menu__item::after {
    width: 14px;
    height: 8px;
    top: 35%;
  }
  .c-nav__menu__item.--cus ~ .c-nav__menu__item.--cus {
    margin-top: 0;
  }
  .c-nav__link {
    padding: 0 10px 10px;
    font-size: 13px;
  }
  .c-nav__menu__item.--cus .c-nav__link {
    height: 45px;
    border-radius: 15px;
    max-width: 300px;
    margin: auto;
    font-size: 13px;
    padding: 0 10%;
  }
  .c-nav__menu__item.--cus .c-nav__link:after {
    width: 6px;
    height: 12px;
  }
  .c-nav__menu__item.--cus {
    margin-top: 15px;
  }
}
/**End Nav Menu*/
/**Menu*/
.c-menu {
  position: fixed;
  height: 100vh;
  width: 120px;
  z-index: 9999999999;
  top: 0;
  right: 0;
  transition: all ease 0.4s;
  background-color: rgba(255, 255, 255, 0.88);
}
.c-menu.--hide {
  right: -100%;
}
.c-menu__txt {
  position: absolute;
  bottom: 0;
  width: 480px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  transition: all ease 0.4s;
}
.c-menu__txt.--cus {
  bottom: 120px;
}
.c-menuIcon {
  display: block;
  height: 25px;
  width: 36px;
  z-index: 1001;
  cursor: pointer;
  position: relative;
}
.c-menuIcon p {
  font-size: 12px;
  position: absolute;
  bottom: -26px;
  left: -1px;
}
.c-menuIcon span {
  width: 100%;
  height: 2px;
  background-color: #111;
  position: absolute;
  left: 0px;
  border-radius: 50px;
  transition: all 0.2s ease 0s;
  display: block;
}

.c-menuIcon span:nth-child(1) {
  top: 0px;
}

.c-menuIcon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-menuIcon span:nth-child(3) {
  bottom: 0px;
}

.c-menu:hover {
  background-color: rgba(0, 118, 194, 0.88);
}
.c-menu.active {
  background-color: transparent;
}
.c-menu.active .c-menu__txt,
.c-menu:hover .c-menu__txt {
  color: #fff;
}
.c-menu.active .c-menuIcon span,
.c-menu:hover .c-menuIcon span {
  background-color: #fff;
}
.c-menuIcon-wrapper.active span:nth-child(1),
.c-menu.active .c-menuIcon span:nth-child(1) {
  top: 50%;
  transform: rotate(30deg) translateY(-60%);
}

.c-menuIcon-wrapper.active span:nth-child(2),
.c-menu.active .c-menuIcon span:nth-child(2) {
  left: 150%;
  opacity: 0;
}

.c-menuIcon-wrapper.active span:nth-child(3),
.c-menu.active .c-menuIcon span:nth-child(3) {
  bottom: 50%;
  transform: rotate(-30deg) translateY(60%);
}

.c-menuIcon-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.8);
  padding-bottom: 17px;
  transition: all ease 0.4s;
  cursor: pointer;
}
.c-menuIcon-wrapper:hover {
  background-color: #0076c2;
}
.c-menuIcon-wrapper span {
  background-color: #fff;
}
.c-menuIcon-wrapper p {
  color: #fff;
}
@media (max-height: 800px) {
  .c-menuIcon {
    /* top: 40%; */
  }
}
@media (max-width: 1024px) {
  .c-menuIcon p {
    /* display: none; */
    font-size: 10px;
    bottom: -22px;
  }
  .c-menu {
    height: 70px;
    width: 70px;
    background-color: #fff;
  }
  .c-menu__txt {
    width: auto;
    transform: translateX(-50%);
    color: #1a1311;
    font-size: 8px;
    bottom: 16px !important;
  }
  .c-menuIcon {
    /* top: 44%; */
    height: 20px;
    width: 30px;
  }
  .c-menu.active .c-menuIcon span {
    left: -1px;
  }
  .c-menu.active .c-menuIcon span:nth-child(1) {
    transform: rotate(40deg) translateY(-60%);
  }
  .c-menu.active .c-menuIcon span:nth-child(3) {
    transform: rotate(-40deg) translateY(60%);
  }

  .c-menuIcon-wrapper {
    height: 70px;
    width: 70px;
    z-index: 9999;
  }
  .active .c-menuIcon-wrapper {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .c-menuIcon {
    /* height: 30px; */
  }
}
/**End Menu*/
/**Logo*/
.c-logo {
  width: 330px;
  gap: 5px;
  position: relative;
  z-index: 9999;
  align-items: center;
  margin-top: 15px;
  padding-top: 50px;
  padding-left: 8px;
  justify-content: flex-start;
}
.c-logo p {
  font-size: 16px;
  letter-spacing: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.4;
}
.c-logo p small {
  font-size: 14px;
  letter-spacing: 6px;
}
.c-logo__img {
  flex: 0 0 48px;
}
.c-logo__img img {
  width: 100%;
  display: block;
}

/**Custom*/
.c-logo__content {
  width: 290px;
  font-weight: bold;
  color: #111;
}
.is-white .c-logo__content,
.c-logo__content.active,
.is-white p {
  color: #fff;
}
.c-logo__content h1,
.c-logo__content h2 {
  font-size: 28px;
}
.c-logo__content h1 small,
.c-logo__content h2 small {
  font-size: 20px;
}
.c-logo__content p {
  font-size: 12px;
}

@media (max-width: 1600px) {
  .c-logo {
    width: 319px;
    margin-top: 8px;
  }
  .c-logo__img {
    /* flex: 0 0 45px; */
  }
  .c-logo__content h1,
  .c-logo__content h2 {
  }
  .c-logo__content h1 small,
  .c-logo__content h2 small {
    font-size: 8px;
  }
  .c-logo__content p {
    font-size: 10px;
  }
  .c-logo__content {
    width: 235px;
  }
}
@media (max-width: 1024px) {
  .c-logo {
    padding-top: 29px;
    margin-top: 0px;
  }
  .c-logo p {
    font-size: 9px;
    letter-spacing: 3.7px;
  }
  .c-logo p small {
    font-size: 8px;
    letter-spacing: 3px;
  }
  .c-logo__img {
    flex: 0 0 28px;
  }
  .c-logo h1 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .active .c-logo h1,
  .active .c-logo p {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .c-logo {
    width: 225px;
    margin-top: 0;
  }
  .c-logo__img {
  }
  .c-logo__content h1,
  .c-logo__content h2 {
  }
  .c-logo__content h1 small,
  .c-logo__content h2 small {
    font-size: 10px;
  }
  .c-logo__content p {
    font-size: 8px;
  }
  .c-logo__content {
    width: 177px;
  }
}

/*---------------Ver2-----------------*/
.c-logo.--ver2 h1 {
  display: none !important;
}
.c-logo__logo {
  display: block;
  margin-top: 4px;
}
.c-logo__logo::before {
  background-image: url("../images/common/logo-black.png");
  width: 285px;
  height: 39px;
}
.is-white .c-logo__logo::before {
  background-image: url("../images/common/logo-white.png");
}
@media (max-width: 1024px) {
  .c-logo__logo::before {
    width: 150px;
    height: 23px;
  }
  .c-logo__logo {
    margin-top: 1px;
  }
  .active .c-logo__logo::before {
    background-image: url("../images/common/logo-white.png") !important;
  }
}
@media (max-width: 380px) {
  .c-header__inner {
    padding-left: 10px !important;
  }
  .c-logo__logo::before {
    width: 120px;
  }
  .c-logo p {
    font-size: 8px;
    letter-spacing: 2px;
  }
  .c-logo p small {
    font-size: 7px;
    letter-spacing: 1.7px;
  }
  .c-logo {
    padding-left: 5px;
    padding-top: 23px;
  }
}
/**----------------End Ver2-----------*/

/**End Logo*/
/**Header*/
.c-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: inherit;
  position: relative;
  padding-left: 50px;
  width: 100%;
  height: 120px;
}

.c-header__group {
  display: none;
}

.c-header__inner {
  height: 100px;
  z-index: 1;
}

.c-header__group {
  position: absolute;
  top: 0;
  right: 0px;
  width: 70%;
  max-width: 1100px;
  height: 100vh; /* background-color: rgb(255, 255, 255); */
  justify-content: center;
  z-index: 1000;
  display: flex;
  transform: translateX(100%);
  transition: all ease 0.4s;
  padding-top: 0 !important; /* background-color: rgba(0, 118, 194, .88); */ /* backdrop-filter: blur(30px); */
}
.c-header__group::before,
.c-header__group::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-header__group::before {
  z-index: 1;
  background: rgb(121, 121, 121);
  background: linear-gradient(
    17deg,
    rgba(121, 121, 121, 1) 0%,
    rgba(121, 121, 121, 0.8716736694677871) 18%,
    rgba(121, 121, 121, 0.46271008403361347) 43%,
    rgba(121, 121, 121, 0) 100%
  );
  opacity: 1;
  backdrop-filter: blur(30px);
}
.c-header__group::after {
  background-color: rgba(0, 118, 194, 0.88);
  z-index: 2;
  opacity: 1;
}
.c-header__group.active {
  display: flex;
  transform: translateX(0);
}
.c-header--btns {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 9999999;
}
.c-header--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 64px;
  padding: 12px 15px 10px;
  border: 2px solid #0076c2;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  background-color: #0076c2;
}
.c-header--btn::after {
  content: "";
  width: 10px;
  height: 16px;
  background-size: contain;
  margin-left: 10px;
  background-image: url(../images/common/ic-arr-right-hv.png);
  transition: all ease 0.4s;
  background-repeat: no-repeat;
  transform: translate(20px, -1px);
}
.c-header--btn:hover {
  background-color: #fff;
  color: #0076c2;
  opacity: 1;
}
.c-header--btn:hover::after {
  background-image: url(../images/common/ic-arr-right.png);
}
@media screen and (max-width: 1024px) {
  .c-header--btn::before {
    width: 18px;
    height: 14px;
    margin-bottom: 3px;
  }
  .c-header--btn {
    width: 130px;
    font-size: 13px;
    height: 50px;
    padding-top: 12px;
  }
  .c-header--btn::after {
    width: 6px;
    height: 12px;
    transform: translate(10px, 0px);
  }
  .c-header__inner {
    height: 70px;
    padding-left: 23px;
  }
  .c-header__inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all ease 0.4s;
    opacity: 0;
  }
  .c-header__inner.active::before {
    opacity: 1;
  }
  .c-header__group.active {
    min-height: 580px;
    width: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    padding-left: 20px;
    height: 70px;
  }
  .c-header--btn {
    width: 100px;
    font-size: 12px;
    height: 40px;
    padding: 10px;
  }
  .c-header--btn::after {
    transform: translateY(1px);
  }
  .c-header--btns {
    gap: 10px;
  }
}
/**End Header*/
/**Slider*/
.swiper-button-next,
.swiper-button-prev {
  width: 72px;
  height: 114px;
  margin-top: 0;
  transform: translateY(-50%);
  transition: all ease 0.4s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: initial;
  background-image: url("../images/top/ic-slide-prev.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}
.swiper-button-next::after {
  background-image: url("../images/top/ic-slide-next.png");
}
.swiper-pagination {
  display: none;
}
@media (max-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 80px;
  }
  .swiper-button-next {
    right: 20px;
  }
  .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 800px) {
  .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 10px;
  }
  .swiper-pagination-bullet {
    background: #eeeeee;
    width: 7px;
    height: 7px;
    opacity: 1;
    margin: 0 3px !important;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0076c2;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
/**End Slider*/
/**News*/
.c-news__card {
  display: flex;
  gap: 10px 0;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 22px 20px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-news__card:first-child {
  /* padding-top: 0; */
}
.c-news__card::after {
  background-image: url("../images/common/ic-arr-right2.png");
  width: 9px;
  height: 16px;
  transition: all ease 0.4s;
  position: absolute;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
}
.c-news__date {
  font-size: 16px;
  color: #666666;
  transition: all ease 0.4s;
  margin-right: 28px;
}
.c-news__new {
  width: 46px;
  height: 23px;
  color: #fff;
  font-size: 12px;
  background-color: #e82020;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  line-height: 1;
}
.c-news__title {
  font-size: 16px;
  flex: 1;
  min-width: 300px;
  transition: all ease 0.4s;
  overflow: hidden;
  background: linear-gradient(to right, #0076c2, #0076c2 50%, #111 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 400ms ease;
  text-decoration: none;
  padding-right: 36px;
}
.c-news__card:hover {
  opacity: 1;
}
.c-news__card:hover::after {
  background-image: url("../images/common/ic-arr-right2-hv.png");
}
.c-news__card:hover .c-news__title {
  background-position: 0 100%;
}
.c-news__card:hover .c-news__date {
  color: #0076c2;
}
.c-news__card .c-news__title .lines-hover {
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(to right, #0076c2, #0076c2, #0076c2);
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
}
.c-news__card:hover .c-news__title .lines-hover {
  background-size: 0 1px, 100% 1px;
}
@media (max-width: 768px) {
  .c-news__card:last-child {
    border: 0;
  }
  .c-news__card {
    padding: 15px 20px;
  }
  .c-news__title {
    font-size: 13px;
    flex: auto;
    width: 100%;
    min-width: auto;
  }
  .c-news__card::after {
    top: 68%;
  }
  .c-news__date {
    font-size: 12px;
    color: #666666;
    justify-content: center;
    margin-right: 10px;
    display: inline-flex;
  }
  .c-news__new {
    font-size: 9px;
    width: 40px;
    height: 20px;
    margin-right: 0;
  }
}
/**End News*/
/**Main*/
.main-position {
  position: relative;
  z-index: 1;
}
.main-bg {
  background: #f7f9fa;
}
/**End Main*/
/**Bock3*/
.c-strengths {
  background-color: #232323;
}
.c-strengths:before {
  background-image: url("../images/top/bg2.png");
  background-size: cover;
  height: 1699px;
  position: absolute;
  top: 15%;
  left: -461px;
  width: 3081px;
  z-index: 0;
}
.c-strengths-infor__content {
  width: 506px;
}
.c-strengths-infor__img {
  width: 640px;
}
.c-strengths-infor {
  max-width: 1258px;
  color: #fff;
  gap: 2%;
}
.c-strengths-infor__subtitle {
  font-size: 24px;
  font-weight: bold;
  margin: 34px 0 24px;
  letter-spacing: 0.6px;
}
.c-strengths-sliders {
  max-width: 1550px;
  gap: 2%;
}

.c-strengths-slider {
  width: calc(960px + 200px);
  margin-left: -200px;
  margin-right: 0;
  height: 485px;
  padding-bottom: 55px;
}
.c-strengths-slider img {
  border-radius: 20px;
}
.c-strengths-sliders__content {
  width: 506px;
  color: #fff;
}

.c-strengths-slider__img {
  width: 100%;
}

.top-slider1 .swiper-slide {
  display: flex;
  align-items: center;
  transition: all ease 0.4s;
}
.top-slider1 .swiper-wrapper {
  align-items: center;
}
.top-slider1 .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  bottom: 0;
}
.top-slider1 .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  opacity: 1 !important;
}

/*Left*/
.top-slider1 .swiper-pagination-bullet-active {
  background: #0076c2;
}
.top-slider1 .swiper-slide.swiper-slide-active {
  width: 460px !important;
}
.top-slider1 .swiper-slide.swiper-slide-next {
  width: 640px !important;
}
.top-slider1 .swiper-slide.swiper-slide-active img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
/*Right*/
.c-strengths-sliders.--right {
  margin-right: 0;
  margin-left: auto;
}
.--right .top-slider1 .swiper-pagination {
  justify-content: flex-start;
}
.--right .c-strengths-slider {
  margin-left: auto !important;
  margin-right: -200px;
}
.--right .top-slider1 .swiper-slide.swiper-slide-active {
  width: 640px !important;
}
.--right .top-slider1 .swiper-slide.swiper-slide-next {
  width: 460px !important;
}
.--right .top-slider1 .swiper-slide.swiper-slide-active img {
  filter: unset;
  -webkit-filter: unset;
  -moz-filter: unset;
  -ms-filter: unset;
  -o-filter: unset;
}
.--right .top-slider1 .swiper-slide.swiper-slide-next img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
@media (max-width: 1650px) {
  .c-strengths-sliders {
    max-width: 1260px;
    align-items: center;
  }

  /*Left*/
  .c-strengths-slider {
    width: 830px;
    height: 380px;
    margin-left: -150px;
  }
  .top-slider1 .swiper-slide.swiper-slide-active {
    width: 320px !important;
  }
  .top-slider1 .swiper-slide.swiper-slide-next {
    width: 480px !important;
  }
  /*Right*/
  .--right .c-strengths-slider {
    margin-right: -150px;
  }
  .--right .top-slider1 .swiper-slide.swiper-slide-active {
    width: 480px !important;
  }
  .--right .top-slider1 .swiper-slide.swiper-slide-next {
    width: 320px !important;
  }
}
@media (max-width: 1400px) {
  .c-strengths-sliders {
    max-width: 960px;
    align-items: center;
  }

  /*Left*/
  .c-strengths-slider {
    width: 650px;
    height: 300px;
  }
  .c-strengths-sliders__content {
    width: 400px;
  }
  .c-strengths-infor__subtitle {
    font-size: 20px;
  }
  .top-slider1 .swiper-slide.swiper-slide-active {
    width: 250px !important;
  }
  .top-slider1 .swiper-slide.swiper-slide-next {
    width: 370px !important;
  }

  /*Right*/
  .--right .top-slider1 .swiper-slide.swiper-slide-active {
    width: 370px !important;
  }
  .--right .top-slider1 .swiper-slide.swiper-slide-next {
    width: 250px !important;
  }
}
@media (max-width: 1024px) {
  /*Left*/
  .c-strengths-slider {
    width: 500px;
    /* flex: 0 0 500px; */
    height: 250px;
    margin-left: -110px;
  }
  .c-strengths-sliders__content {
    width: 48%;
    padding: 0 20px;
  }
  .--right .c-strengths-sliders__content {
  }
  .c-strengths-infor__subtitle {
    font-size: 18px;
  }
  .top-slider1 .swiper-slide.swiper-slide-active {
    width: 200px !important;
  }
  .top-slider1 .swiper-slide.swiper-slide-next {
    width: 285px !important;
  }

  /*Right*/
  .--right .c-strengths-slider {
    margin-right: -110px;
  }
  .--right .top-slider1 .swiper-slide.swiper-slide-active {
    width: 285px !important;
  }
  .--right .top-slider1 .swiper-slide.swiper-slide-next {
    width: 200px !important;
  }
}

@media (max-width: 768px) {
  .c-strengths-infor {
    flex-wrap: wrap;
  }
  .c-strengths-infor__img {
    order: 1;
  }
  .c-strengths-infor__content {
    order: 2;
  }
  .c-strengths-infor__subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin: 18px 0;
  }
  .c-strengths-infor .top-block2-infor2__txt.--cus {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .c-strengths-sliders {
    flex-wrap: wrap;
    padding: 0 35px;
    position: relative;
  }
  .c-strengths-slider {
    width: 100%;
    margin: auto !important;
    height: inherit;
    padding-bottom: 0;
    order: 1;
  }
  .c-strengths-sliders__content {
    padding: 0;
    width: 100%;
    order: 2;
  }
  .c-strengths-sliders .c-title1.--sp {
    text-align: right;
    width: 100%;
    color: #fff;
  }
  .c-strengths-sliders.--right .c-title1.--sp {
    text-align: left;
  }
  .top-slider1 .swiper-slide.swiper-slide-next,
  .top-slider1 .swiper-slide.swiper-slide-active,
  .--right .top-slider1 .swiper-slide.swiper-slide-active,
  .--right .top-slider1 .swiper-slide.swiper-slide-next {
    width: inherit !important;
  }
  .top-slider1 .swiper-slide.swiper-slide-active img,
  .--right .top-slider1 .swiper-slide.swiper-slide-active img,
  .--right .top-slider1 .swiper-slide.swiper-slide-next img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
  }
  .top-slider1 .swiper-pagination {
    margin-top: 20px;
    justify-content: center !important;
  }
  .top-slider1 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px !important;
  }
  .c-strengths:before {
    background-image: url("../images/top/bg2-sp.png");
    width: 742px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    opacity: 0.06;
    top: 4.5%;
  }
}
@media (max-width: 390px) {
  .c-strengths-sliders {
    padding: 0 20px;
  }
}
/**End Block3*/

/**Block4*/
.c-recruit .l-wrapper::before {
  background-image: url("../images/top/bg3.png");
  height: 1370px;
  background-size: cover;
  width: 1582px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-recruit__wrapper {
  max-width: 1622px;
}
.c-recruit__slider {
  max-width: 1370px;
}
.c-recruit__wrapper .swiper-button-next,
.c-recruit__wrapper .swiper-button-prev {
  transform: translateY(-80%);
}
@media (max-width: 768px) {
  .c-recruit .c-title1 span.--cus {
    font-size: 13px;
    line-height: 30px;
  }
  .c-recruit .c-title1 {
    padding: 0 30px;
  }
  .c-recruit__slider {
    padding: 0 !important;
  }
  .c-recruit .l-wrapper::before {
    background-image: url("../images/top/bg3-sp.png");
    width: 100%;
    height: 728px;
  }
  .c-recruit .c-btn--many {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .c-recruit .c-btn--many.--col2 .c-btn {
    width: 270px;
    max-width: inherit;
  }
}
/**End Block4*/
/**Top news*/
.top-news {
  background-color: #2e2e2e;
  padding: 186px 20px;
  background-image: url("../images/top/bg4.png");
  background-size: cover;
  background-position: center;
}
.top-news-flex {
  background-color: #fff;
  padding: 32px 70px 56px;
  border-radius: 20px;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.top-news__title {
  width: 200px;
  text-align: center;
}
.top-news__title h2 {
  font-size: 26px;
  font-weight: bold;
}
.top-news__title a {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  display: block;
}
.top-news__content {
  flex: 1;
}
@media (max-width: 1200px) {
  .top-news-flex {
    gap: 20px;
    padding: 45px 50px;
  }
  .top-news__title {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .top-news-flex {
    gap: 25px;
    padding: 23px 50px 45px;
  }
  .top-news__title {
    width: 120px;
  }
  .top-news {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .top-news-flex {
    flex-wrap: wrap;
    padding: 30px 15px 40px;
  }
  .top-news__title {
    width: auto;
  }
  .top-news__content {
    flex: auto;
    width: 100%;
  }
  .top-news__title a {
    font-size: 14px;
    color: #666;
  }
  .top-news__title h2 {
    line-height: 1.2;
  }
}
/**End Top News*/

/**Card*/
.c-cards {
  flex-wrap: wrap;
  display: flex;
}
.c-card__img {
  height: 214px;
  overflow: hidden;
  border-radius: 50px;
}
.c-card img {
  transform: scale(1);
  transition: all ease 0.4s;
  border-radius: 50px;
}
.c-card__date {
  font-weight: bold;
  color: #6f6e6f;
  margin-top: 20px;
  display: inline-block;
}
.c-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 10px 0 0px;
}
.c-card__title strong {
  font-size: 26px;
}
.c-card__txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
}

.c-card:hover {
  opacity: 1;
}
.c-card:hover img {
  transform: scale(1.1);
}
.c-card__label {
  border-radius: 50%;
  background: #e80909;
  color: #fff;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -15px;
  left: 20px;
  z-index: 2;
}
.c-cards {
  display: flex;
  gap: 74px 2.8%;
}
.c-cards .c-card {
  width: 22.9%;
  position: relative;
}
@media (max-width: 1024px) {
  .c-cards {
    gap: 50px 3.5%;
  }
  .c-cards .c-card {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .c-cards {
    gap: 40px 2%;
    justify-content: space-between;
  }
  .c-cards .c-card {
    width: 48.5%;
  }
  .c-card__title {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 5px;
  }
  .c-card__date {
    font-size: 13px;
    margin-top: 12px;
  }
  .c-card__txt {
    font-size: 12px;
    line-height: 1.7;
  }
  .c-card__img {
    height: 280px;
  }
  .c-cards .c-card__img {
    height: 160px;
    border-radius: 25px;
  }
  .c-cards .c-card__img img {
    border-radius: 25px;
  }
  .c-card__label {
    width: 45px;
    height: 45px;
    font-size: 12px;
    left: 10px;
    top: -10px;
  }
  .c-card img {
    border-radius: 20px;
  }
}
/**c-card--cus**/
.c-cards.--cus {
  gap: 55px 50px;
  justify-content: space-between;
  max-width: 1370px;
}
.c-card--cus .c-card__img {
  height: 429px;
}
.c-card--cus .c-card__content {
  background: #fff;
  border-radius: 100px;
  margin-top: -60px;
  width: 340px;
  position: relative;
  padding-left: 60px;
  padding-bottom: 21px;
}
.c-card--cus .c-card__label {
  display: block;
  background: #ebeb24;
  color: #111;
  border-radius: 100px;
  font-size: 13px;
  font-weight: bold;
  width: max-content;
  padding: 10px 19px;
  position: relative;
  top: -17px;
  height: auto;
  left: 0;
}
.c-card--cus .c-card__date {
  margin-top: 0;
  color: #111111;
  font-size: 15px;
  transform: translateY(1px);
  display: block;
}
.c-card--cus .c-card__title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}

.c-cards.--cus {
  gap: 55px 2%;
  justify-content: space-between;
}
.c-cards.--cus .c-card {
  width: 48%;
}
@media (max-width: 1024px) or (max-height: 900px) {
  .c-card--cus .c-card__img {
    height: 350px;
  }
  .c-card--cus .c-card__content {
    border-radius: 60px;
    width: 270px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-left: 0;
  }
  .c-card--cus .c-card__title {
    font-size: 18px;
    margin-top: 0;
  }
  .c-card--cus .c-card__date {
    font-size: 13px;
  }
  .c-card--cus .c-card__label {
    padding: 6px 12px;
    font-size: 12px;
    top: -15px;
  }
}
@media (max-width: 768px) {
  .c-card--cus .c-card__img {
    height: 234px;
    border-radius: 20px;
  }
  .c-card--cus .c-card__content {
    border-radius: 100px;
    width: 175px;
    background: #fff;
    padding-left: 30px;
    margin-left: 0;
    margin-top: -40px;
    padding-bottom: 20px;
    height: 76px;
    padding-right: 10px;
  }
  .c-card--cus .c-card__title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: -5px;
  }
  .c-card__title strong {
    font-size: 20px;
  }
  .c-card--cus .c-card__date {
    font-size: 11px;
    transform: translateY(-6px);
  }
  .c-card--cus .c-card__label {
    padding: 8px 17px 7px;
    font-size: 10px;
    top: -13px;
  }

  .c-cards.--cus .c-card__img {
    height: 160px;
    border-radius: 25px;
  }
  .c-cards.--cus .c-card__img img {
    border-radius: 25px;
  }
  .c-cards.--cus .c-card__content {
    width: 100%;
    margin: -30px auto 0;
    border-radius: 30px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
}
/**End Card*/
/**------Single--------------------**/
.c-single__img,
.c-single__img img {
  border-radius: 50px;
}
.c-single__img {
  height: 534px;
}
.c-single__date {
  font-size: 16px;
  font-weight: 500;
}
.c-single__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.8;
}
.c-single__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .c-single__img {
    height: 400px;
  }
  .c-single__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .c-single__img {
    height: 250px;
  }
  .c-single__title {
    font-size: 22px;
  }
  .c-single__date,
  .c-single__content p {
    font-size: 14px;
    line-height: 1.6;
  }
}
/**End Single*/

/**Footer*/
.c-footer {
  background-color: #232323;
}
.c-footer__heading {
  max-width: 544px;
  align-items: flex-end;
  gap: 4%;
  margin-bottom: 74px;
}
.c-footer__heading .c-logo {
  width: 100%;
  padding-left: 22px;
  gap: 10px;
  padding-top: 83px;
}
.c-footer__heading .c-logo__img {
  flex: 0 0 80px;
  height: 60px;
}
.c-footer__heading .c-logo__content {
  width: auto;
  flex: 1;
  color: #fff;
}
.c-footer__heading .c-logo__content p {
  font-size: 26px;
  letter-spacing: 9px;
}
.c-footer__heading .c-logo__content small {
  font-size: 20px;
  letter-spacing: 10.3px;
}
.c-footer__heading .c-logo__content .c-logo__title {
  font-size: 41px;
  color: #fff;
}
.c-footer__contact::after {
  display: none;
}
.c-footer__contact {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  width: 200px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-bottom: 12px;
}
.c-footer__contact::before {
  background-image: url("../images/common/ic-mail.png");
  width: 22px;
  height: 16px;
  display: block;
  margin-right: 9px;
}
.c-footer__contact:hover {
  opacity: 1;
  background-color: #0076c2;
  border-color: #0076c2;
}

.c-footer__nav {
  display: flex;
  gap: 55px 4%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-footer__menus--inner {
  width: 198px;
}
.c-footer__menu--inner {
  width: 20%;
  color: #fff;
}
.c-footer__navTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}
.c-footer__menu li ~ li {
  margin-top: 10px;
}
.c-footer__menu a {
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.c-footer__menu a::after {
  position: absolute; /* content: ""; */
  background: rgb(226, 169, 35);
  width: 0px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  transition: 0.4s;
}

.c-footer__hr {
  border-top: 1px solid #f7fbfd;
  opacity: 0.1;
  margin-block-start: 0;
  margin-block-end: 0;
}
#toTop {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  background-color: #0076c2;
  width: 120px;
  padding-top: 20px;
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 9999;
}
#toTop::before {
  background-image: url("../images/common/ic-arr-right-hv.png");
  height: 16px;
  width: 9px;
  transform: rotate(-90deg);
  position: absolute;
  top: 35px;
}
.c-copyright {
  text-align: center;
  width: 100%;
  padding: 44px 20px;
  background-color: #fff;
  font-size: 12px;
  color: #1a1311;
}

.c-footer-iso {
  gap: 2%;
  max-width: 880px;
  flex-wrap: wrap;
}
.c-footer-iso__imgs {
  gap: 2%;
  width: 41%;
}
.c-footer-iso__imgs figure {
  width: 100px;
}
.c-footer-iso__imgs figure img {
  width: 100%;
  display: block;
}
.c-footer-iso__content {
  width: 55%;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.c-footer-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.c-footer-banner__img {
  width: 100%;
  max-width: 230px;
}
.c-footer-banner__img img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .c-footer-iso {
    max-width: 400px;
    gap: 30px;
  }
  .c-footer-iso__imgs,
  .c-footer-iso__content {
    width: 100%;
    font-size: 13px;
  }
  #toTop {
    width: 50px;
    height: 50px;
    padding-top: 17px;
    font-size: 10px;
  }
  #toTop::before {
    top: 13px;
    width: 5px;
    height: 11px;
  }
  .c-footer__heading .c-logo__content .c-logo__title {
    font-size: 22px;
  }
  .c-footer__heading .c-logo__content p {
    font-size: 13px;
    letter-spacing: 5.6px;
  }
  .c-footer__heading .c-logo__content small {
    font-size: 11px;
    letter-spacing: 5px;
  }
  .c-footer__heading {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
  }
  .c-footer__heading .c-logo {
    gap: 5px;
    justify-content: center;
    width: 250px;
    padding-top: 40px;
    padding-left: 8px;
  }

  .c-footer__heading .c-logo__img {
    flex: 0 0 45px;
    height: auto;
  }
  .c-footer__contact {
    height: 53px;
    margin-bottom: 0;
    margin-top: 35px;
    font-size: 14px;
  }
  .c-footer__contact::before {
    width: 21px;
    height: 16px;
    margin-bottom: 1px;
  }

  .c-footer__menu--inner {
    width: 45%;
  }
  .c-footer__nav {
    max-width: 348px;
  }
}

/**--------------------Ver2-----------------**/
.c-footer .c-logo__logo {
  width: 415px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-footer .c-logo__logo {
    width: 225px;
  }
}
/**--------------------End Ver2-----------------**/
/**End Footer*/
/**Icon**/

.ic-building::before {
  background-image: url("../images/common/ic-building-white.png");
  width: 14px;
  height: 16px;
}
.ic-mdmail::before {
  background-image: url("../images/common/ic-mdmail-white.png");
  width: 22px;
  height: 18px;
}

.--icon i::before {
  transition: all ease 0.4s;
}
.--icon:hover .ic-building::before {
  background-image: url("../images/common/ic-building-blue.png");
}
.--icon:hover .ic-mdmail::before {
  background-image: url("../images/common/ic-mdmail-blue.png");
}

@media (max-width: 768px) {
  .ic-building::before {
    width: 10px;
    height: 12px;
  }
  .ic-mdmail::before {
    width: 16px;
    height: 14px;
  }
}
/**End Icon**/
