@charset "UTF-8";

/* Common CSS */

/* _setting CSS */

html,
body {
  background: #e1e1e1;
  font-size: 10px;
}

* {
  box-sizing: border-box;
}

/* ___________________Font */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  color: #333333;
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica,
    Arial, Verdana, sans-serif;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

/* new font added for globle wysing editor */

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  font-size: 14px;
}

h1 {
  font-size: 7rem;
}

h2 {
  font-size: 6rem;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 4rem;
}

h5 {
  font-size: 2.6rem;
}

h6 {
  font-size: 2.2rem;
}

/* new font added for globle wysing editor */

/* ___________________Link */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

button {
  appearance: none;
  border: none;
  background-color: transparent;
}

sup {
  font-size: 1rem;
  vertical-align: super;
}

sub {
  font-size: 1rem;
  vertical-align: sub;
}

.common_color-grad-text {
  background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  -webkit-background-clip: text;
  color: transparent;
}

#header .common_inner #logo a p,
#sp_menu .common_inner #menu_logo {
  font-size: 8.5px;
}

/* Desktops and laptops */

@media print, screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  /* ___________________Layout */
  #wrapper {
    width: 100%;
    /* min-width: 1200px; */
  }

  .sec {
    width: 100%;
    margin: 0 auto;
    /* min-width: 1200px; */
  }

  .common_inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  /* ___________________header */
  #header {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(225, 225, 225, 0.85);
  }

  #header .common_inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header .common_inner #logo {
    width: 290px;
  }

  #header .common_inner #logo a {
    width: 100%;
    padding: 20px 0 0px 0px;
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    color: #333;
  }

  #header .common_inner #logo a p {
    font-size: 1rem;
  }

  #header .common_inner #logo a img {
    width: auto;
    height: 35px;
    margin-right: 10px;
    display: block;
    float: left;
    transform: translate3d(0, -5px, 0);
  }

  #header .common_inner #logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  #header .common_inner #gnav {
    width: calc(100% - 320px);
    display: flex;
    justify-content: space-between;
  }

  #header .common_inner #gnav .main {
    width: calc(100% - 300px);
    text-align: center;
    display: block;
  }

  #header .common_inner #gnav .main li {
    display: inline-block;
  }

  #header .common_inner #gnav .main li a {
    padding: 10px;
    display: inline-block;
    font-size: 1rem;
    color: #333;
  }

  #header .common_inner #gnav .sub {
    width: 300px;
    padding-top: 10px;
    padding-right: 0px;
    text-align: right;
    display: block;
  }

  #header .common_inner #gnav .sub.insight-sub,
  #header .common_inner.insight-common_inner {
    padding-right: 0;
  }

  #header .common_inner #gnav .sub li {
    min-width: 40px;
    margin-left: 20px;
    display: inline-block;
    white-space: nowrap;
  }

  #header .common_inner #gnav .sub li a {
    display: block;
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
  }

  #header .common_inner #gnav .sub li a img {
    width: auto;
    height: auto;
    max-height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }

  #header .common_inner #gnav .sub li.sp {
    display: none;
  }

  /* ___________________global navigation */
  /* ___________________pankuzu */
  .pankuzu .pankuzu__list {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
  }

  .pankuzu .pankuzu__item {
    position: relative;
    font-size: 1.2rem;
    color: #fff;
    padding-right: 15px;
    margin-right: 13px;
  }

  .pankuzu .pankuzu__item:first-child {
    padding-left: 0;
  }

  .pankuzu .pankuzu__item:last-child:after {
    display: none;
  }

  .pankuzu .pankuzu__item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .pankuzu .pankuzu__item a {
    font-size: 1.2rem;
    color: #fff;
  }

  /* ___________________footer */
  #footer #footer_contact {
    padding: 160px 0;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  #footer #footer_contact .common_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  #footer #footer_contact .common_inner .head {
    width: 650px;
  }

  #footer #footer_contact .common_inner .head .title {
    margin-bottom: 35px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 6rem;
    letter-spacing: 0.06em;
  }

  #footer #footer_contact .common_inner .head .copy {
    margin-bottom: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.667;
  }

  #footer #footer_contact .common_inner .head .text {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.857;
  }

  #footer #footer_contact .common_inner .btn {
    width: 530px;
  }

  #footer #footer_contact .common_inner .btn a {
    padding: 45px 0;
    background-color: #fff;
  }

  #footer #footer_contact .common_inner .btn a span {
    font-size: 2rem;
    font-weight: bold;
  }

  #footer #footer_contact .common_inner .btn:hover {
    opacity: 0.75;
  }

  #footer #footer_menu {
    background-color: #fff;
  }

  #footer #footer_menu .common_inner {
    max-width: 1140px;
    width: 100%;
    padding: 70px 20px;
  }

  #footer #footer_menu .nav {
    margin-bottom: 65px;
    display: flex;
  }

  #footer #footer_menu .nav li {
    width: 150px;
    margin-right: 25px;
    display: inline-flex;
  }

  #footer #footer_menu .nav li:last-child {
    margin-right: 0;
  }

  #footer #footer_menu .nav li a {
    width: 100%;
    padding: 10px 0;
    display: block;
    color: #333;
    font-size: 1.4rem;
    border-bottom: solid 1px #aaa;
    border-image: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    border-image-slice: 1;
    text-decoration: none;
    transition: all 200ms linear;
  }

  #footer #footer_menu .nav li a:hover {
    opacity: 0.6;
  }

  #footer #footer_menu .nav .member {
    width: 200px;
  }

  #footer #footer_menu .office {
    display: flex;
    flex-wrap: wrap;
  }

  #footer #footer_menu .office dt,
  #footer #footer_menu .office dd {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }

  #footer #footer_menu .office dt {
    width: 160px;
  }

  #footer #footer_menu .office dd {
    width: calc(100% - 160px);
  }

  #footer #footer_content {
    padding: 90px 0 20px 0;
    background-color: #333;
    text-align: center;
  }

  #footer #footer_content .logo {
    margin: 0 0 85px -100px;
    text-align: center;
  }

  #footer #footer_content .logo a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
  }

  #footer #footer_content .logo a img {
    margin-right: 10px;
    display: block;
    float: left;
    transform: translate3d(0, -5px, 0);
  }

  #footer #footer_content .logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  #footer #footer_content .copyright {
    text-align: center;
    color: #fff;
  }

  .error_page {
    padding-top: 250px;
  }

  .error_page .page_title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 80px;
  }

  .error_page .btn {
    margin: 0 auto 100px;
  }

  .error_page .btn a {
    color: #fff;
  }

  /* ___________________UI */
  .btn {
    width: 248px;
    background-color: #333;
    transition: all 200ms linear;
  }

  .btn a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
  }

  .btn a span {
    font-size: 1.4rem;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
  }

  .btn:hover {
    opacity: 0.9;
  }

  .btn_bd {
    width: 248px;
    background-color: transparent;
    border: solid 1px #fff;
    transition: all 200ms linear;
  }

  .btn_bd a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
  }

  .btn_bd a span {
    font-size: 1.4rem;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
  }

  .btn_bd:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .btn_bd_grad {
    width: 248px;
    background-color: transparent;
    border: solid 1px #fff;
    border-image: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    border-image-slice: 1;
    transition: all 200ms linear;
  }

  .btn_bd_grad a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
  }

  .btn_bd_grad a span {
    font-size: 1.4rem;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
  }

  .btn_bd_grad:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .common_btn {
    width: 320px;
  }

  .common_btn a {
    width: 100%;
    height: 68px;
    display: block;
    background: url(../images/common/icon_look.svg) 10px center no-repeat;
    background-size: 54px 54px;
    font-size: 2rem;
    line-height: 68px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .common_btn a:hover {
    opacity: 0.8;
  }

  .common_title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }

  /* ___________________layout */
  #wrapper {
    margin: 0 auto;
  }

  #sub {
    margin: 0 auto;
  }

  #main {
    margin: 0 auto;
  }

  .news_list .selects {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .news_list .select_wrap {
    width: 250px;
    position: relative;
    margin-right: 20px;
  }

  .news_list .select_wrap:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #737373;
    border-left: 2px solid #737373;
    transform: translateY(-50%) rotate(-135deg);
    pointer-events: none;
  }

  .news_list .select {
    width: 100%;
    height: 42px;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 12px 15px;
    margin-right: 20px;
    outline: none;
    border: none;
    appearance: none;
  }

  .news_list .article_list {
    margin-bottom: 50px;
  }

  .news_list .article_list .noentry {
    text-align: center;
    font-size: 1.6rem;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .news_list .article_item {
    position: relative;
  }

  .news_list .article_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  .news_list .article_item:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  .news_list .article_item a {
    position: relative;
    display: block;
    padding: 15px;
    margin: 1px 0;
  }

  .news_list .article_item a:hover {
    text-decoration: none;
  }

  .news_list .article_item a:hover:before {
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    opacity: 0.05;
    z-index: 1;
  }

  .news_list .article_item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e1e1e1;
    z-index: -1;
  }

  .news_list .article_item_pdf .article_item_title:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url("../images/common/icon_pdf.svg") center center/100%
      no-repeat;
    margin-left: 15px;
    vertical-align: middle;
  }

  .news_list .article_item_title {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .article .article_head {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .article .article_date {
    width: 105px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .article .article_cats {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 105px);
  }

  .article .article_cats .cat {
    min-width: 90px;
    font-size: 1rem;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .article .article_cats .cat_branch {
    position: relative;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  .article .article_cats .cat_branch:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #e1e1e1;
  }

  .article .article_cats .cat_branch span {
    position: relative;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 1;
  }

  .article .article_cats .cat_news {
    color: #fff;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  .kv_pt1 {
    position: relative;
    padding-top: 320px;
    padding-bottom: 120px;
    overflow: hidden;
  }

  .kv_pt1:before {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 100%;
    height: 410px;
    background-image: url("../images/common/kv_pt1_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms linear;
    filter: blur(32px);
    transform: translate3d(0, 30px, 0);
  }

  .kv_pt1.finish:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }

  .kv_pt1 .page_title {
    position: relative;
    color: #fff;
    font-size: 7rem;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.03em;
    margin-bottom: 75px;
    z-index: 1;
  }

  .kv_pt2 {
    position: relative;
    padding-top: 205px;
    padding-bottom: 60px;
    overflow: hidden;
    margin-bottom: 70px;
  }

  .kv_pt2:before {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 100%;
    height: 185px;
    background-image: url("../images/common/kv_pt2_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms linear;
    filter: blur(32px);
    transform: translate3d(0, 30px, 0);
  }

  .kv_pt2.finish:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }

  .kv_pt2 .page_title {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.03em;
    margin-bottom: 50px;
    text-align: center;
    z-index: 1;
  }

  .wp-pagenavi {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 40px auto 0;
  }

  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: block;
    background-color: #e1e1e1;
  }

  .wp-pagenavi .page:hover,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
  }

  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: transparent;
    font-size: 1.4rem;
    margin-right: 15px;
    border: 1px solid #c2c2c2;
  }

  .wp-pagenavi .extend {
    width: 20px;
    height: 20px;
    line-height: 14px;
    border: none;
    background-color: transparent;
  }

  .wp-pagenavi .current {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
  }

  .wp-pagenavi .previouspostslink {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: transparent;
    border: none;
  }

  .wp-pagenavi .previouspostslink:before {
    position: absolute;
    top: 17px;
    left: 16px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(2px, 0px);
  }

  .wp-pagenavi .previouspostslink:hover {
    background-color: #333;
  }

  .wp-pagenavi .previouspostslink:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .wp-pagenavi .nextpostslink {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    color: #000;
    background-color: transparent;
    border: none;
  }

  .wp-pagenavi .nextpostslink:after {
    position: absolute;
    top: 16px;
    left: 14px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-1px, 1px);
  }

  .wp-pagenavi .nextpostslink:hover {
    background-color: #333;
  }

  .wp-pagenavi .nextpostslink:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #contents,
  .common-content {
    font-size: 1.4rem;
    color: #333;
    line-height: 2;
    overflow: hidden;
    padding: 0 15px;
    /* margin-bottom: 80px; */
    margin-bottom: 56px;
  }
  #contents h1,
  #contents h2,
  .common-content h1,
  .common-content h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.2em;
  }
  #contents h3,
  .common-content h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    color: #0093d1;
    margin-bottom: 0.8em;
  }
  #contents h4,
  #contents h5,
  #contents h6,
  .common-content h4,
  .common-content h5,
  .common-content h6 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  #contents p,
  .common-content p {
    color: #000;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  #contents a,
  .common-content a {
    color: #0093d1;
    text-decoration: underline;
  }
  #contents a:hover,
  .common-content a:hover {
    text-decoration: none;
  }
  #contents a[target="_blank"],
  .common-content a[target="_blank"] {
    position: relative;
    padding-left: 30px;
  }
  #contents a[target="_blank"]:before,
  #contents a[target="_blank"]:after,
  .common-content a[target="_blank"]:before,
  .common-content a[target="_blank"]:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
  }
  #contents a[target="_blank"]:before,
  .common-content a[target="_blank"]:before {
    width: 14px;
    height: 10px;
    background: #0093d1;
    top: 6px;
    left: 5px;
  }
  #contents a[target="_blank"]:after,
  .common-content a[target="_blank"]:after {
    width: 12px;
    height: 8px;
    border-top: 2px solid #0093d1;
    border-right: 2px solid #0093d1;
    top: 2px;
    left: 10px;
  }
  #contents img,
  .common-content img {
    display: inline-block;
    text-align: center;
    max-width: 800px;
    height: auto;
    margin: 0 auto 1.5em;
  }
  #contents b,
  #contents strong,
  .common-content b,
  .common-content strong {
    font-weight: bold;
  }
  #contents i,
  .common-content i {
    font-style: italic;
  }
  #contents iframe,
  .common-content iframe {
    display: block;
    width: 720px;
    height: 405px;
    margin: 0 auto 30px;
  }
  #contents ul,
  .common-content ul {
    margin-bottom: 1em;
  }
  #contents ul li,
  .common-content ul li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 0 20px;
    margin-bottom: 0.8em;
  }
  #contents ul li:before,
  .common-content ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    margin-bottom: 1px;
  }
  #contents ol,
  .common-content ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
  }
  #contents ol li,
  .common-content ol li {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.8em;
  }
  #contents .wp-caption,
  .common-content .wp-caption {
    max-width: 800px;
  }
  #contents .wp-caption img,
  .common-content .wp-caption img {
    margin-bottom: 0;
  }
  #contents .wp-caption-text,
  .common-content .wp-text {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #666;
  }
  #contents .aligncenter,
  #contents .alignnone,
  .common-content .aligncenter,
  .common-content .alignnone {
    display: block;
    height: auto;
    margin: 0 auto 1.5em;
  }
  #contents .alignright,
  .common-content .alignright {
    display: block;
    float: right;
    margin-left: 15px;
  }
  #contents .alignleft,
  .common-content .alignleft {
    display: block;
    float: left;
    margin-right: 15px;
  }
  #contents blockquote,
  .common-content blockquote {
    font-style: italic;
    position: relative;
    padding: 50px;
    background: #cfcfcf;
    margin-bottom: 1em;
  }
  #contents blockquote:before,
  #contents blockquote:after,
  .common-content blockquote:before,
  .common-content blockquote:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url("../images/common/quote.png") center 0/100% no-repeat;
    width: 25px;
    height: 21px;
  }
  #contents blockquote:before,
  .common-content blockquote:before {
    top: 15px;
    left: 25px;
  }
  #contents blockquote:after,
  .common-content blockquote:after {
    bottom: 15px;
    right: 25px;
    transform: rotate(180deg);
  }
  #contents blockquote p,
  .common-content blockquote p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  #contents table,
  .common-content table {
    max-width: 100%;
    border: 1px solid #aaa;
    margin: 0 0 1em;
  }
  #contents table tr th,
  .common-content table tr th {
    padding: 15px 20px;
    font-weight: bold;
    line-height: 1.7;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #eee;
  }
  #contents table tr td,
  .common-content table tr td {
    padding: 15px 20px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  #contents sup,
  .common-content sup {
    font-size: 70%;
    vertical-align: super;
  }
  #contents sub,
  .common-content sub {
    font-size: 70%;
    vertical-align: sub;
  }

  .page_navi {
    width: 100%;
    border-top: 1px solid #0093d1;
  }

  .page_navi .inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .page_navi .page_navi_btn {
    width: 400px;
    height: 150px;
  }

  .page_navi .page_navi_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 65px;
  }

  .page_navi .page_navi_btn a:hover {
    text-decoration: none;
  }

  .page_navi .page_navi_btn a:hover:before {
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    opacity: 0.05;
    z-index: 1;
  }

  .page_navi .page_navi_btn a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e1e1e1;
    z-index: -1;
  }

  .page_navi .page_navi_btn a span {
    font-size: 2rem;
    font-style: italic;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
  }

  .page_navi .page_navi_prev {
    position: relative;
    width: 400px;
    float: left;
    z-index: 1;
  }

  .page_navi .page_navi_prev a {
    position: relative;
    padding-top: 65px;
    z-index: 1;
  }

  .page_navi .page_navi_prev a span {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/page_navi_arrow.png") center center/100%
      no-repeat;
    width: 127px;
    height: 16px;
    margin: 0 auto;
  }

  .page_navi .page_navi__next {
    position: relative;
    width: 400px;
    float: right;
    z-index: 1;
  }

  .page_navi .page_navi__next a {
    padding-top: 65px;
  }

  .page_navi .page_navi__next a span {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/page_navi_arrow.png") center center/100%
      no-repeat;
    width: 127px;
    height: 16px;
    margin: 0 auto;
    transform: rotate(180deg);
  }

  .page_navi .page_navi_back {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-right: 1px solid #0093d1;
    border-left: 1px solid #0093d1;
  }

  /* ___________________member */
  .member .member_list .member_item:hover {
    cursor: pointer;
  }

  .member .member_list .member_image {
    position: relative;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .member .member_list .member_image img {
    position: absolute;
    top: 0;
    left: -25%;
    transition: all linear 200ms;
  }

  .member .member_list .member_image_check {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    text-align: center;
  }

  .member .member_list .check {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }

  .member .member_list .detail_each {
    margin-bottom: 12px;
  }

  #modal.modal_member {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }

  #modal.modal_member .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  #modal.modal_member .modal_cont {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 900px;
    height: 550px;
    background-color: #fff;
  }

  #modal.modal_member .btn {
    background-color: transparent;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #000;
    z-index: 100;
  }

  #modal.modal_member .btn:hover {
    opacity: 0.8;
  }

  #modal.modal_member .btn:before {
    content: "";
    width: 26px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 7px;
    background-color: #fff;
    transform: rotate(45deg);
  }

  #modal.modal_member .btn:after {
    content: "";
    width: 26px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 7px;
    background-color: #fff;
    transform: rotate(-45deg);
  }

  #modal.modal_member .wrap {
    width: 900px;
    display: flex;
    justify-content: space-between;
  }

  #modal.modal_member .modal_member_item {
    opacity: 0;
    transition: opacity 1500ms ease-in-out;
  }

  #modal.modal_member .modal_member_image {
    width: 450px;
  }

  #modal.modal_member .modal_member_image img {
    max-width: 100%;
  }

  #modal.modal_member .detail {
    width: 450px;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 75px;
  }

  #modal.modal_member .detail_each {
    margin-bottom: 40px;
  }

  #modal.modal_member .slick-prev,
  #modal.modal_member .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 80px;
    z-index: 10;
    transform: translate(0, 0);
  }

  #modal.modal_member .slick-prev:before,
  #modal.modal_member .slick-next:before {
    display: none;
  }

  #modal.modal_member .slick-prev:hover,
  #modal.modal_member .slick-next:hover {
    opacity: 0.8;
  }

  #modal.modal_member .slick-prev {
    left: 0;
    background: url("../images/member/slide_prev.svg") center center/100%
      no-repeat;
  }

  #modal.modal_member .slick-next {
    right: 0;
    background: url("../images/member/slide_next.svg") center center/100%
      no-repeat;
  }

  .member .member_name,
  .modal_member .member_name {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .member .member_branch,
  .modal_member .member_branch {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }

  .member .detail_each:last-child,
  .modal_member .detail_each:last-child {
    margin-bottom: 0;
  }

  .member .detail_each dt,
  .modal_member .detail_each dt {
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 7px;
  }

  .member .detail_each dd,
  .modal_member .detail_each dd {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    white-space: normal;
  }
}

/* Smartphones (portrait and landscape) */

/* Smartphones (portrait and landscape) */

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* ___________________Smartphones Layout */
  .sec {
    width: 100%;
    margin: 0 auto;
  }

  /* ___________________Smartphones header */
  /* #header {
        width: 100%;
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: rgba(225, 225, 225, 0.85);
    }
    #header .common_inner {
        width: 100%;
        position: relative;
    }
    #header .common_inner #logo {
        position: absolute;
        top: 0;
        z-index: 5;
    }
    #header .common_inner #logo a {
        width: 100%;
        padding: 13px 0 15px 15px;
        display: block;
        font-size: 8.5px;
        line-height: 1.2;
        color: #333;
        white-space: nowrap;
    }
    #header .common_inner #logo a img {
        width: auto;
        height: 25px;
        margin-right: 5px;
        display: block;
        float: left;
        transform: translate3d(0, 0, 0);
    }
    #header .common_inner #logo a:hover {
        opacity: .8;
        text-decoration: none;
    }
    #header .common_inner #gnav {
        width: 100vw;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 4;
    }
    #header .common_inner #gnav .sub {
        position: absolute;
        top: 0;
        right: 10px;
        padding-top: 15px;
        padding-right: 0px;
        text-align: right;
        display: block;
    }
    #header .common_inner #gnav .sub li {
        margin-left: 5px;
        display: inline-block;
        white-space: nowrap;
    }
    #header .common_inner #gnav .sub li a {
        display: block;
        font-size: 1rem;
        color: #fff;
        white-space: nowrap;
    }
    #header .common_inner #gnav .sub li a img {
        width: auto;
        height: auto;
        max-height: 15px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }
    #header .common_inner #gnav .sub li a span {
        display: none;
    }
    #header .common_inner #gnav .sub li:nth-child(1) img {
        width: 20px;
    }
    #header .common_inner #gnav .sub li.lang span {
        padding: 5px 3px;
        display: block;
        font-size: 1.2rem;
        color: #333;
    }
    #header .common_inner #gnav .sub li.lang img {
        display: none;
    }
    #header .common_inner #gnav .sub li.btn_menu {
        vertical-align: middle;
    }
    #header .common_inner #gnav .sub li.btn_menu button {
        width: 18px;
        height: 18px;
    }
    #header .common_inner #gnav .sub li.btn_menu button img {
        width: auto;
        height: 100%;
    } */
  /* ___________________Smartphones global navigation */
  /* #sp_menu {
        width: 100vw;
        height: 100vh;
        background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }
    #sp_menu.on {
        display: block;
    }
    #sp_menu #menu_logo {
        position: absolute;
        top: 0;
        z-index: 5;
    }
    #sp_menu #menu_logo a {
        width: 100%;
        padding: 13px 0 15px 15px;
        display: block;
        font-size: 8.5px;
        line-height: 1.2;
        color: #fff;
        white-space: nowrap;
    }
    #sp_menu #menu_logo a img {
        width: auto;
        height: 25px;
        margin-right: 5px;
        display: block;
        float: left;
        transform: translate3d(0, 0, 0);
    }
    #sp_menu #menu_logo a:hover {
        opacity: .8;
        text-decoration: none;
    }
    #sp_menu #menu_gnav {
        width: 100vw;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 4;
    }
    #sp_menu #menu_gnav .sub {
        position: absolute;
        top: 0;
        right: 10px;
        padding-top: 15px;
        padding-right: 0px;
        text-align: right;
        display: block;
    }
    #sp_menu #menu_gnav .sub li {
        margin-left: 5px;
        display: inline-block;
        white-space: nowrap;
    }
    #sp_menu #menu_gnav .sub li a {
        display: block;
        font-size: 1rem;
        color: #fff;
        white-space: nowrap;
    }
    #sp_menu #menu_gnav .sub li a img {
        width: auto;
        height: auto;
        max-height: 15px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }
    #sp_menu #menu_gnav .sub li a span {
        display: none;
    }
    #sp_menu #menu_gnav .sub li:nth-child(1) img {
        width: 20px;
    }
    #sp_menu #menu_gnav .sub li.lang span {
        padding: 5px 3px;
        display: block;
        font-size: 1.2rem;
        color: #fff;
    }
    #sp_menu #menu_gnav .sub li.lang img {
        display: none;
    }
    #sp_menu #menu_gnav .sub li.btn_menu {
        vertical-align: middle;
    }
    #sp_menu #menu_gnav .sub li.btn_menu button {
        width: 18px;
        height: 18px;
        display: block;
        position: relative;
    }
    #sp_menu #menu_gnav .sub li.btn_menu button::before,
    #sp_menu #menu_gnav .sub li.btn_menu button::after {
        content: '';
        width: 22px;
        height: 1px;
        margin: auto;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform: rotate(45deg);
    }
    #sp_menu #menu_gnav .sub li.btn_menu button::after {
        transform: rotate(-45deg);
    }
    #sp_menu #menu_main {
        width: 65vw;
        padding-top: 20vw;
        margin: 0 auto 12vw auto;
        text-align: center;
    }
    #sp_menu #menu_main li {
        width: 100%;
        margin-bottom: 5vw;
    }
    #sp_menu #menu_main li a {
        width: 100%;
        padding: 10px 0;
        display: block;
        color: #fff;
        font-size: 5.066vw;
        border-bottom: solid 1px #fff;
        border-image: linear-gradient(90deg, #ffffff 0%, #75aee4 50%, #0093d1 100%);
        border-image-slice: 1;
    }
    #sp_menu .btn {
        width: 86.67vw;
        margin: 0 auto;
    }
    #sp_menu .btn a {
        background-color: #fff;
    }
    #sp_menu .btn a span {
        font-weight: bold;
        font-size: 3.733vw;
        letter-spacing: 0.03em;
    } */
  /* ___________________pankuzu */
  .pankuzu {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .pankuzu .pankuzu__list {
    list-style-type: none;
  }

  .pankuzu .pankuzu__item {
    position: relative;
    display: inline-block;
    font-size: 2.66667vw;
    padding-right: 3.33333vw;
    margin-right: 3.33333vw;
  }

  .pankuzu .pankuzu__item:first-child {
    padding-left: 0;
  }

  .pankuzu .pankuzu__item:last-child:after {
    display: none;
  }

  .pankuzu .pankuzu__item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }

  .pankuzu .pankuzu__item a {
    font-size: 2.66667vw;
    color: #333;
  }

  /* ___________________Smartphones footer */
  #footer {
    padding: 0;
  }

  #footer #footer_contact {
    padding: 13.3vw 6.6vw;
    background: linear-gradient(120deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  #footer #footer_contact .common_inner .head {
    width: 100%;
    text-align: center;
  }

  #footer #footer_contact .common_inner .head .title {
    margin-bottom: 5.33vw;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 9.8vw;
    letter-spacing: 0.06em;
  }

  #footer #footer_contact .common_inner .head .copy {
    margin-bottom: 4.66vw;
    color: #fff;
    font-weight: bold;
    font-size: 3.7vw;
    line-height: 1.667;
  }

  #footer #footer_contact .common_inner .head .text {
    margin-bottom: 3vw;
    text-align: left;
    color: #fff;
    font-size: 2.9vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  #footer #footer_contact .common_inner .btn {
    width: 100%;
  }

  #footer #footer_contact .common_inner .btn a {
    width: 100%;
    padding: 6vw 0;
    background-color: #fff;
    display: block;
    text-align: center;
  }

  #footer #footer_contact .common_inner .btn a span {
    font-size: 3.7vw;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
  }

  #footer #footer_contact .common_inner .btn a:hover {
    opacity: 0.8;
  }

  #footer #footer_menu {
    background-color: #fff;
  }

  #footer #footer_menu .common_inner {
    width: 100%;
    padding: 6.67vw;
  }

  #footer #footer_menu .nav {
    margin-bottom: 6vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #footer #footer_menu .nav li {
    width: 45%;
    margin-bottom: 3vw;
  }

  #footer #footer_menu .nav li a {
    width: 100%;
    padding: 10px 0;
    display: block;
    color: #333;
    font-size: 3.467vw;
    border-bottom: solid 1px #aaa;
    border-image: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    border-image-slice: 1;
    text-decoration: none;
    transition: all 200ms linear;
    text-align: left;
  }

  #footer #footer_menu .nav li a:hover {
    opacity: 0.6;
  }

  #footer #footer_menu .office {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

  #footer #footer_menu .office dt,
  #footer #footer_menu .office dd {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 2.933vw;
    line-height: 1.3;
  }

  #footer #footer_menu .office dd {
    margin-bottom: 5vw;
  }

  #footer #footer_content {
    padding: 8vw 0 2vw 0;
    text-align: center;
    background-color: #333;
  }

  #footer #footer_content .logo {
    margin: 0 0 8vw 0;
  }

  #footer #footer_content .logo a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
  }

  #footer #footer_content .logo a img {
    width: auto;
    height: 26px;
    margin: 0 10px 0 -10px;
    display: block;
    float: left;
    transform: translate3d(0, -1px, 0);
  }

  #footer #footer_content .logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  #footer #footer_content .copyright {
    color: #fff;
  }

  .error_page {
    padding-top: 33.33333vw;
  }

  .error_page .page_title {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    margin-bottom: 13.33333vw;
  }

  .error_page .btn {
    width: 80%;
    margin: 0 auto 10.66667vw;
  }

  .error_page .btn a {
    color: #fff;
  }

  /* ___________________Smartphones UI */
  /* ___________________UI */
  .btn {
    width: 100%;
    background-color: #333;
    transition: all 200ms linear;
  }

  .btn a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
  }

  .btn a span {
    font-size: 1.4rem;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }

  .btn:hover {
    opacity: 0.9;
  }

  .btn_bd {
    width: 100%;
    background-color: transparent;
    border: solid 1px #fff;
    transition: all 200ms linear;
  }

  .btn_bd a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
  }

  .btn_bd a span {
    font-size: 1.4rem;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }

  .btn_bd:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .btn_bd_grad {
    width: 100%;
    background-color: transparent;
    border: solid 1px #fff;
    border-image: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    border-image-slice: 1;
    transition: all 200ms linear;
  }

  .btn_bd_grad a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
  }

  .btn_bd_grad a span {
    font-size: 1.4rem;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.4rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }

  .btn_bd_grad:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .common_btn {
    width: 320px;
    margin: 0 auto;
  }

  .common_btn a {
    width: 100%;
    height: 50px;
    display: block;
    background-size: 30px auto;
    font-size: 1.8rem;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .common_btn a:hover {
    opacity: 0.8;
  }

  .common_title strong {
    display: inline-block;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }

  .news_list {
    padding: 0 6.67vw;
  }

  .news_list .selects {
    margin-bottom: 10.66667vw;
  }

  .news_list .select_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 4vw;
  }

  .news_list .select_wrap:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 1px solid #737373;
    border-left: 1px solid #737373;
    transform: translateY(-50%) rotate(-135deg);
    pointer-events: none;
  }

  .news_list .select {
    width: 100%;
    height: 10.66667vw;
    background-color: #fff;
    font-size: 3.46667vw;
    padding: 12px 15px;
    outline: none;
    border: none;
    appearance: none;
  }

  .news_list .article_list {
    margin-bottom: 13.33333vw;
  }

  .news_list .article_list .noentry {
    text-align: center;
    font-size: 4vw;
    padding-top: 10vw;
    padding-bottom: 6.66667vw;
  }

  .news_list .article_item {
    position: relative;
  }

  .news_list .article_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  .news_list .article_item:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  .news_list .article_item a {
    position: relative;
    display: block;
    padding: 6.66667vw 2.66667vw 5.33333vw;
    margin: 0.26667vw 0;
  }

  .news_list .article_item a:hover {
    text-decoration: none;
  }

  .news_list .article_item a:hover:before {
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    opacity: 0.05;
    z-index: 1;
  }

  .news_list .article_item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e1e1e1;
    z-index: -1;
  }

  .news_list .article_item_pdf .article_item_title:after {
    content: "";
    display: inline-block;
    width: 7.06667vw;
    height: 8.8vw;
    background: url("../images/common/icon_pdf.svg") center center/100%
      no-repeat;
    margin-left: 3.2vw;
    vertical-align: middle;
  }

  .news_list .article_item_title {
    display: inline-block;
    font-size: 3.46667vw;
    line-height: 1.5;
  }

  .article .article_date {
    width: 100%;
    font-size: 3.46667vw;
    margin-bottom: 4vw;
  }

  .article .article_cats {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .article .article_cats .cat {
    min-width: 26.66667vw;
    font-size: 3.2vw;
    text-align: center;
    padding: 2.66667vw;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
  }

  .article .article_cats .cat_branch {
    position: relative;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  .article .article_cats .cat_branch:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #e1e1e1;
  }

  .article .article_cats .cat_branch span {
    position: relative;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 1;
  }

  .article .article_cats .cat_news {
    color: #fff;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  }

  .kv_pt1 {
    position: relative;
    padding-top: 32.66667vw;
    margin-bottom: 18.66667vw;
    overflow: hidden;
  }

  .kv_pt1:before {
    position: absolute;
    bottom: 2vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 100%;
    height: 40vw;
    background-image: url("../images/common/sp_kv_pt1_bg.png");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms linear;
    filter: blur(32px);
    transform: translate3d(0, 30px, 0);
  }

  .kv_pt1.finish:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }

  .kv_pt1 .page_title {
    position: relative;
    color: #fff;
    font-size: 6.93333vw;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.03em;
    margin-bottom: 16vw;
    z-index: 1;
  }

  .kv_pt1 .common_inner {
    width: 86.66667vw;
  }

  .kv_pt2 {
    position: relative;
    padding-top: 34.66667vw;
    margin-bottom: 13.33333vw;
    overflow: hidden;
  }

  .kv_pt2:before {
    position: absolute;
    bottom: 2vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 100%;
    height: 41.33333vw;
    background-image: url("../images/common/sp_kv_pt2_bg.png");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms linear;
    filter: blur(32px);
    transform: translate3d(0, 30px, 0);
  }

  .kv_pt2.finish:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }

  .kv_pt2 .page_title {
    position: relative;
    color: #fff;
    font-size: 4.8vw;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 16vw;
    z-index: 1;
  }

  .kv_pt2 .common_inner {
    width: 86.66667vw;
  }

  .kv_pt2 .pankuzu__list {
    padding-bottom: 4vw;
  }

  .wp-pagenavi {
    width: 86.66667vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 9.33333vw auto 0;
  }

  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: block;
    background: transparent;
  }

  .wp-pagenavi .page:hover,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
  }

  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 10.66667vw;
    height: 10.66667vw;
    padding: 3.46667vw 0;
    color: #000;
    background-color: transparent;
    border: 1px solid #c2c2c2;
    font-size: 3.46667vw;
    margin-right: 2vw;
  }

  .wp-pagenavi .current {
    background-color: #333;
    color: #fff;
  }

  .wp-pagenavi .extend {
    width: 8vw;
    height: 8vw;
    padding: 2.66667vw 0;
    border: none;
    background-color: transparent;
  }

  .wp-pagenavi .previouspostslink {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 10.66667vw;
    height: 10.66667vw;
    color: #000;
    padding: 2.66667vw 0;
    background-color: transparent;
    border: none;
  }

  .wp-pagenavi .previouspostslink:before {
    position: absolute;
    top: 4vw;
    left: 3.73333vw;
    content: "";
    display: inline-block;
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translate(2px, 0px);
  }

  .wp-pagenavi .previouspostslink:hover {
    background-color: #ccbea2;
  }

  .wp-pagenavi .previouspostslink:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .wp-pagenavi .nextpostslink {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 10.66667vw;
    height: 10.66667vw;
    font-size: 4.26667vw;
    color: #000;
    background-color: transparent;
    border: none;
  }

  .wp-pagenavi .nextpostslink:after {
    position: absolute;
    top: 4vw;
    left: 3.73333vw;
    content: "";
    display: inline-block;
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(-1px, 1px);
  }

  .wp-pagenavi .nextpostslink:hover {
    background-color: #ccbea2;
  }

  .wp-pagenavi .nextpostslink:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #contents,
  .common-content {
    font-size: 3.73333vw;
    color: #333;
    line-height: 2;
    overflow: hidden;
    padding: 0 2.66667vw;
    /* margin-bottom: 29.33333vw; */
    margin-bottom: 50px;
  }
  #contents h1,
  #contents h2,
  .common-content h1,
  .common-content h2 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.2em;
  }
  #contents h3,
  .common-content h3 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.4;
    color: #0093d1;
    margin-bottom: 0.8em;
  }
  #contents h4,
  #contents h5,
  #contents h6,
  .common-content h4,
  .common-content h5,
  .common-content h6 {
    font-size: 4.26667vw;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  #contents p,
  .common-content p {
    color: #000;
    font-size: 3.73333vw;
    margin-bottom: 0.5em;
  }
  #contents a,
  .common-content a {
    color: #0093d1;
    text-decoration: underline;
  }
  #contents a:hover,
  .common-content:hover {
    text-decoration: none;
  }
  #contents a[target="_blank"],
  .common-content a[target="_blank"] {
    display: inline-block;
    position: relative;
    padding-left: 8vw;
  }
  #contents a[target="_blank"]:before,
  #contents a[target="_blank"]:after,
  .common-content a[target="_blank"]:before,
  .common-content a[target="_blank"]:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
  }
  #contents a[target="_blank"]:before,
  .common-content a[target="_blank"]:before {
    width: 3.73333vw;
    height: 2.66667vw;
    background: #0093d1;
    top: 1.6vw;
    left: 1.33333vw;
  }
  #contents a[target="_blank"]:after,
  .common-contenta[target="_blank"]:after {
    width: 3.2vw;
    height: 2.13333vw;
    border-top: 2px solid #0093d1;
    border-right: 2px solid #0093d1;
    top: 0.53333vw;
    left: 2.66667vw;
  }
  #contents img,
  .common-content img {
    display: inline-block;
    text-align: center;
    margin: 0 auto 1.5em;
  }
  #contents b,
  #contents strong,
  .common-content b,
  .common-content strong {
    font-weight: bold;
  }
  #contents i,
  .common-content i {
    font-style: italic;
  }
  #contents iframe,
  .common-content iframe {
    display: block;
    width: 92vw;
    height: 51.73333vw;
    margin: 0 auto 4vw;
  }
  #contents ul,
  .common-content ul {
    margin-bottom: 1em;
  }
  #contents ul li,
  .common-content ul li {
    position: relative;
    font-size: 3.73333vw;
    line-height: 1.5;
    padding: 0 0 0 5.33333vw;
    margin-bottom: 0.8em;
  }
  #contents ul li:before,
  .common-content ul li:before {
    position: absolute;
    top: 1.33333vw;
    left: 0;
    content: "";
    display: inline-block;
    width: 3.33333vw;
    height: 3.33333vw;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    margin-bottom: 1px;
  }
  #contents ol,
  .common-content ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
  }
  #contents ol li,
  .common-content ol li {
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-bottom: 0.8em;
  }
  #contents .wp-caption,
  .common-content .wp-caption {
    max-width: 100%;
  }
  #contents .wp-caption img,
  .common-content .wp-caption img {
    margin-bottom: 0;
  }
  #contents .wp-caption-text,
  .common-content .wp-caption-text {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #666;
  }
  #contents .aligncenter,
  #contents .alignnone,
  .common-content .aligncenter,
  .common-content .alignnone {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto 1.5em;
  }
  #contents .alignright,
  .common-content .alignright {
    display: block;
    float: right;
    margin-left: 4vw;
  }
  #contents .alignleft,
  .common-content .alignleft {
    display: block;
    float: left;
    margin-right: 4vw;
  }
  #contents blockquote,
  .common-content blockquote {
    font-style: italic;
    position: relative;
    padding: 9.33333vw;
    background: #cfcfcf;
    margin-bottom: 1em;
  }
  #contents blockquote:before,
  #contents blockquote:after,
  .common-content blockquote:before,
  .common-content blockquote:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url("../images/common/quote.png") center 0/100% no-repeat;
    width: 5.33333vw;
    height: 4.26667vw;
  }
  #contents blockquote:before,
  .common-content blockquote:before {
    top: 4vw;
    left: 4vw;
  }
  #contents blockquote:after,
  .common-content blockquote:after {
    bottom: 4vw;
    right: 4vw;
    transform: rotate(180deg);
  }
  #contents blockquote p,
  .common-content blockquote p {
    font-size: 4.26667vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  #contents table,
  .common-content table {
    max-width: 100%;
    border: 1px solid #aaa;
    margin: 0 auto 1em;
  }
  #contents table tr th,
  .common-content table tr th {
    padding: 1.33333vw 2vw;
    font-weight: bold;
    line-height: 1.7;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #eee;
    vertical-align: middle;
  }
  #contents table tr td,
  .common-content table tr td {
    padding: 1.33333vw 2vw;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  #contents sup,
  .common-content sup {
    font-size: 70%;
    vertical-align: super;
  }
  #contents sub,
  .common-content sub {
    font-size: 70%;
    vertical-align: sub;
  }

  .page_navi {
    width: 100%;
    border-top: 1px solid #0093d1;
  }

  .page_navi .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .page_navi .page_navi_btn {
    width: 53.33333vw;
    height: 20vw;
  }

  .page_navi .page_navi_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 8vw;
  }

  .page_navi .page_navi_btn a:hover {
    text-decoration: none;
  }

  .page_navi .page_navi_btn a:hover:before {
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    opacity: 0.05;
    z-index: 1;
  }

  .page_navi .page_navi_btn a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e1e1e1;
    z-index: -1;
  }

  .page_navi .page_navi_btn a span {
    font-size: 4.53333vw;
    font-style: italic;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    -webkit-background-clip: text;
    color: transparent;
  }

  .page_navi .page_navi_prev {
    position: relative;
    width: 23.33333vw;
    float: left;
    z-index: 1;
  }

  .page_navi .page_navi_prev a {
    position: relative;
    padding-top: 8.66667vw;
    z-index: 1;
  }

  .page_navi .page_navi_prev a span {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/sp_page_navi_arrow.png") center
      center/100% no-repeat;
    width: 15.06667vw;
    height: 3.2vw;
    margin: 0 auto;
  }

  .page_navi .page_navi__next {
    position: relative;
    width: 23.33333vw;
    float: right;
    z-index: 1;
  }

  .page_navi .page_navi__next a {
    padding-top: 8.66667vw;
  }

  .page_navi .page_navi__next a span {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/sp_page_navi_arrow.png") center
      center/100% no-repeat;
    width: 15.06667vw;
    height: 3.2vw;
    margin: 0 auto;
    transform: rotate(180deg);
  }

  .page_navi .page_navi_back {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-right: 1px solid #0093d1;
    border-left: 1px solid #0093d1;
  }

  /* ___________________member */
  .member .member_list {
    width: 92vw;
    padding-top: 13.33333vw;
  }

  .member .member_list .member_item {
    width: 42.66667vw;
    padding-top: 13.33333vw;
    margin-top: -13.33vw;
  }

  .member .member_list .member_item:hover {
    cursor: pointer;
  }

  .member .member_list .member_item:hover img {
    transform: scale(1.05);
  }

  .member .member_list .member_image {
    position: relative;
    width: 100%;
    height: 42.66667vw;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 4vw;
    z-index: 1;
  }

  .member .member_list .member_image img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 200ms;
  }

  .member .member_list .member_image_check {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.73333vw;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    text-align: center;
  }

  .member .member_list .check {
    color: #fff;
    font-size: 2.66667vw;
    text-align: center;
    line-height: 7.73333vw;
  }

  .member .member_list .detail_each {
    margin-bottom: 4vw;
  }

  #modal.modal_member {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }

  #modal.modal_member .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  #modal.modal_member .modal_cont {
    position: absolute;
    top: 18.66667vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 78.66667vw;
    background-color: #fff;
  }

  #modal.modal_member .btn {
    background-color: transparent;
    width: 10.66667vw;
    height: 10.66667vw;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #000;
    z-index: 100;
  }

  #modal.modal_member .btn:hover {
    opacity: 0.8;
  }

  #modal.modal_member .btn:before {
    content: "";
    width: 6.66667vw;
    height: 0.26667vw;
    position: absolute;
    top: 5.06667vw;
    left: 2.13333vw;
    background-color: #fff;
    transform: rotate(45deg);
  }

  #modal.modal_member .btn:after {
    content: "";
    width: 6.66667vw;
    height: 0.26667vw;
    position: absolute;
    top: 5.06667vw;
    left: 2.13333vw;
    background-color: #fff;
    transform: rotate(-45deg);
  }

  #modal.modal_member .wrap {
    position: relative;
    width: 78.66667vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  #modal.modal_member .modal_member_item {
    opacity: 0;
    transition: opacity 1500ms ease-in-out;
  }

  #modal.modal_member .modal_member_image {
    width: 78.66667vw;
    height: 96vw;
  }

  #modal.modal_member .modal_member_image img {
    max-width: 100%;
  }

  #modal.modal_member .detail {
    position: relative;
    width: 78.66667vw;
    padding: 6.66667vw 5.33333vw;
  }

  #modal.modal_member .detail_each {
    margin-bottom: 2.66667vw;
  }

  #modal.modal_member .slick-prev,
  #modal.modal_member .slick-next {
    position: absolute;
    top: 74.66667vw;
    width: 10.66667vw;
    height: 21.33333vw;
    z-index: 10;
    transform: translate(0, 0);
  }

  #modal.modal_member .slick-prev:before,
  #modal.modal_member .slick-next:before {
    display: none;
  }

  #modal.modal_member .slick-prev:hover,
  #modal.modal_member .slick-next:hover {
    opacity: 0.8;
  }

  #modal.modal_member .slick-prev {
    left: 0;
    background: url("../images/member/slide_prev.svg") center center/100%
      no-repeat;
  }

  #modal.modal_member .slick-next {
    right: 0;
    background: url("../images/member/slide_next.svg") center center/100%
      no-repeat;
  }

  .member .member_name,
  .modal_member .member_name {
    display: inline-block;
    font-size: 5.06667vw;
    line-height: 1.3;
    margin-bottom: 3.33333vw;
  }

  .member .member_branch,
  .modal_member .member_branch {
    display: inline-block;
    font-size: 3.73333vw;
    font-weight: bold;
    margin-bottom: 2.66667vw;
  }

  .member .detail_each:last-child,
  .modal_member .detail_each:last-child {
    margin-bottom: 0;
  }

  .member .detail_each dt,
  .modal_member .detail_each dt {
    display: inline-block;
    font-size: 2.66667vw;
    margin-bottom: 1.33333vw;
  }

  .member .detail_each dd,
  .modal_member .detail_each dd {
    display: block;
    font-size: 3.2vw;
    line-height: 1.3;
    white-space: normal;
  }
}

/* joolee css for header 21 feb */

.cmn-btn {
  background: transparent
    linear-gradient(90deg, #1691cd 0%, #5875b2 48%, #63539b 100%);
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
}

.cmn-btn span {
  position: relative;
  z-index: 2;
}

.cmn-btn::before {
  text-decoration: none;
  position: absolute;
  content: "";
  inset: 0;
  /* same as { top: 0; right: 0; bottom: 0; left: 0; } */
  background: transparent
    linear-gradient(90deg, #333333 0%, #333333 48%, #333333 100%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.cmn-btn:hover {
  text-decoration: none;
}

.cmn-btn:hover::before {
  opacity: 1;
}

.mega-menu-wrap {
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  box-shadow: 0px 50px 60px #0000006e;
  padding: 35px 40px 60px;
}

.mega-menu-wrap .mega-menu-inner {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 -30px;
}

.mega-menu-wrap .mega-menu-inner .mega-menu-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 30px 30px;
}

.mega-menu-wrap .mega-menu-inner .mega-menu-col .mega-menu-title {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.mega-menu-wrap .mega-menu-inner .mega-menu-col .mega-menu {
  display: flex;
  flex-direction: column;
}

.mega-menu-wrap .mega-menu-inner .mega-menu-col .mega-menu-title a {
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  color: #1691cd !important;
  font-weight: 600 !important;
  transition: all 0.3s ease-in;
}

.mega-menu-wrap
  .mega-menu-inner
  .mega-menu-col
  .mega-menu
  .mega-menu-item
  .mega-menu-link {
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.375 !important;
  margin-bottom: 12px;
  transition: all 0.3s ease-in;
}

.mega-menu-wrap
  .mega-menu-inner
  .mega-menu-col
  .mega-menu
  .mega-menu-item:last-child
  .mega-menu-link {
  margin-bottom: 0;
}

.mega-menu-wrap
  .mega-menu-inner
  .mega-menu-col
  .mega-menu
  .mega-menu-item
  .mega-menu-link:hover {
  color: #1691cd !important;
}

.tab-content.erp-tab.main-erp-tab {
  padding-top: 120px;
  margin-top: -120px;
  padding-bottom: 0;
}

.erp-tab .img-with-text:after {
  content: "";
  display: block;
  clear: both;
}

.erp-tab .img-with-text img.alignleft {
  float: left;
  margin-right: 15px;
}

.erp-tab .img-with-text img.alignleft {
  float: right;
  margin-left: 15px;
}

.erp-tab .img-with-text img {
  margin-top: 0;
}

.erp-tab .img-with-text b {
  font-weight: bold;
}

@media print, screen and (min-width: 751px) {
  #header .common_inner,
  #header .common_inner #gnav {
    height: 100%;
  }

  #header .common_inner #gnav .main li {
    display: inline-flex;
    align-items: center;
    height: 100%;
  }

  #header .common_inner #gnav .sub {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #header .common_inner #gnav .sub {
    width: 342px;
    padding-top: 0;
  }

  #header .common_inner #gnav .sub li.contact-wrap {
    height: 100%;
  }

  #header .common_inner #gnav .sub li.contact-wrap a {
    display: inline-flex;
    color: #fff;
    height: 100%;
    align-items: center;
  }

  #header .common_inner #gnav .sub li.contact-wrap a img {
    filter: brightness(0) invert(1);
  }

  #header .common_inner #gnav .sub li.contact-wrap a:hover span {
    position: relative;
  }
}

@media print, screen and (min-width: 1280px) {
  #header .common_inner #gnav .main li .mega-menu-wrap {
    opacity: 0;
    visibility: hidden;
  }

  #header .common_inner #gnav .main li:hover .mega-menu-wrap {
    opacity: 1;
    visibility: visible;
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1499px) {
  #header .common_inner #logo {
    width: 240px;
  }

  #header .common_inner #logo a {
    padding-top: 10px;
    font-size: 12px;
  }

  #header .common_inner #logo a img {
    height: 28px;
  }

  #header .common_inner #gnav {
    width: calc(100% - 280px);
  }

  #header .common_inner #gnav .main {
    width: calc(100% - 240px);
  }

  #header .common_inner #gnav .main li a {
    padding: 10px 8px;
  }

  #header .common_inner #gnav .sub {
    width: 288px;
  }

  #header .common_inner #gnav .sub li {
    margin-left: 12px;
  }

  #header .common_inner #gnav .sub li.contact-wrap a {
    padding: 15px 25px;
  }

  .mega-menu-wrap {
    padding: 25px 25px 50px;
  }

  .mega-menu-wrap .mega-menu-inner {
    margin: 0 -20px;
  }

  .mega-menu-wrap .mega-menu-inner .mega-menu-col {
    padding: 0 20px;
  }

  .mega-menu-wrap .mega-menu-inner .mega-menu-col .mega-menu-title {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .mega-menu-wrap .mega-menu-inner .mega-menu-col .mega-menu-title a {
    font-size: 16px !important;
  }

  .mega-menu-wrap
    .mega-menu-inner
    .mega-menu-col
    .mega-menu
    .mega-menu-item
    .mega-menu-link {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1369px) {
  #header .common_inner #logo {
    width: 200px;
  }
  #header .common_inner #logo a img {
    height: 24px;
  }
  #header .common_inner #logo a p {
    font-size: 0.8rem;
  }
  #header .common_inner #gnav {
    width: calc(100% - 220px);
  }
  #header .common_inner #gnav .main li a {
    padding: 10px 5px;
  }
}

@media print, screen and (max-width: 1279px) {
  /* ___________________Smartphones header */
  #header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(225, 225, 225, 0.85);
  }

  #header .common_inner {
    width: 100%;
    position: relative;
  }

  #header .common_inner #logo {
    position: absolute;
    top: 0;
    z-index: 5;
  }

  #header .common_inner #logo a {
    width: 100%;
    padding: 13px 0 15px 0px;
    display: block;
    font-size: 8.5px;
    line-height: 1.2;
    color: #333;
    white-space: nowrap;
  }

  #header .common_inner #logo a img {
    width: auto;
    height: 25px;
    margin-right: 5px;
    display: block;
    float: left;
    transform: translate3d(0, 0, 0);
  }

  #header .common_inner #logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  #header .common_inner #gnav {
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 4;
  }

  #header .common_inner #gnav .sub {
    position: absolute;
    top: 0;
    right: 10px;
    padding-top: 15px;
    padding-right: 0px;
    text-align: right;
    display: block;
  }

  #header .common_inner #gnav .sub li {
    margin-left: 5px;
    display: inline-block;
    white-space: nowrap;
  }

  #header .common_inner #gnav .sub li a {
    display: block;
    font-size: 1rem;
    color: #fff;
    white-space: nowrap;
  }

  #header .common_inner #gnav .sub li a img {
    width: auto;
    height: auto;
    max-height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }

  #header .common_inner #gnav .sub li a span {
    display: none;
  }

  #header .common_inner #gnav .sub li:nth-child(1) img {
    width: 20px;
  }

  #header .common_inner #gnav .sub li.lang span {
    padding: 5px 3px;
    display: block;
    font-size: 1.2rem;
    color: #333;
  }

  #header .common_inner #gnav .sub li.lang img {
    display: none;
  }

  #header .common_inner #gnav .sub li.btn_menu {
    vertical-align: middle;
  }

  #header .common_inner #gnav .sub li.btn_menu button {
    width: 18px;
    height: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  #header .common_inner #gnav .sub li.btn_menu button img {
    width: 4px;
    height: 100%;
  }

  /* ___________________Smartphones global navigation */
  #sp_menu {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }

  #sp_menu.on {
    display: block;
  }

  #sp_menu #menu_logo {
    position: absolute;
    top: 0;
    z-index: 5;
  }

  #sp_menu #menu_logo a {
    width: 100%;
    padding: 13px 0 15px 15px;
    display: block;
    font-size: 8.5px;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
  }

  #sp_menu #menu_logo a img {
    width: auto;
    height: 25px;
    margin-right: 5px;
    display: block;
    float: left;
    transform: translate3d(0, 0, 0);
  }

  #sp_menu #menu_logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  #sp_menu #menu_gnav {
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 4;
  }

  #sp_menu #menu_gnav .sub {
    position: absolute;
    top: 0;
    right: 10px;
    padding-top: 15px;
    padding-right: 0px;
    text-align: right;
    display: block;
  }

  #sp_menu #menu_gnav .sub li {
    margin-left: 5px;
    display: inline-block;
    white-space: nowrap;
  }

  #sp_menu #menu_gnav .sub li a {
    display: block;
    font-size: 1rem;
    color: #fff;
    white-space: nowrap;
  }

  #sp_menu #menu_gnav .sub li a img {
    width: auto;
    height: auto;
    max-height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }

  #sp_menu #menu_gnav .sub li a span {
    display: none;
  }

  #sp_menu #menu_gnav .sub li:nth-child(1) img {
    width: 20px;
  }

  #sp_menu #menu_gnav .sub li.lang span {
    padding: 5px 3px;
    display: block;
    font-size: 1.2rem;
    color: #fff;
  }

  #sp_menu #menu_gnav .sub li.lang img {
    display: none;
  }

  #sp_menu #menu_gnav .sub li.btn_menu {
    vertical-align: middle;
  }

  #sp_menu #menu_gnav .sub li.btn_menu button {
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
  }

  #sp_menu #menu_gnav .sub li.btn_menu button::before,
  #sp_menu #menu_gnav .sub li.btn_menu button::after {
    content: "";
    width: 22px;
    height: 1px;
    margin: auto;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(45deg);
  }

  #sp_menu #menu_gnav .sub li.btn_menu button::after {
    transform: rotate(-45deg);
  }

  #sp_menu #menu_main {
    width: 65vw;
    padding-top: 20vw;
    margin: 0 auto 12vw auto;
    text-align: center;
  }

  #sp_menu #menu_main li {
    width: 100%;
    margin-bottom: 5vw;
  }

  #sp_menu #menu_main li a {
    width: 100%;
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 5.066vw;
    border-bottom: solid 1px #fff;
    border-image: linear-gradient(90deg, #ffffff 0%, #75aee4 50%, #0093d1 100%);
    border-image-slice: 1;
  }

  #sp_menu .btn {
    width: 86.67vw;
    margin: 0 auto;
  }

  #sp_menu .btn a {
    background-color: #fff;
  }

  #sp_menu .btn a span {
    font-weight: bold;
    font-size: 3.733vw;
    letter-spacing: 0.03em;
  }

  #header .common_inner #gnav .sub li.sp {
    display: inline-block;
  }

  #sp_menu #menu_gnav .sub li a span,
  #header .common_inner #gnav .main {
    display: none;
  }

  #header .common_inner #gnav .sub li.contact-wrap a {
    background: none;
    padding: 0;
    min-height: 22px;
  }

  #header .common_inner #gnav .sub li {
    min-width: auto;
  }

  #header .common_inner #gnav .sub {
    width: auto;
  }

  #header .common_inner #gnav .sub li.contact-wrap a img {
    filter: none;
    transform: translateY(2px);
  }

  .mega-menu-wrap {
    opacity: 1;
    visibility: visible;
    top: auto;
    background-color: transparent;
    position: relative;
    padding: 0;
    display: none;
    box-shadow: none;
  }

  .mega-menu-wrap .mega-menu-inner {
    margin: 0;
    flex-direction: column;
  }

  .mega-menu-wrap .mega-menu-inner .mega-menu-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .mega-menu-wrap .mega-menu-inner .mega-menu-col .mega-menu-title {
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .mega-menu-wrap .mega-menu-inner .mega-menu-col .mega-menu-title a {
    border: none !important;
    padding: 0 25px !important;
    color: #fff !important;
    font-size: 16px !important;
  }

  .mega-menu-wrap
    .mega-menu-inner
    .mega-menu-col
    .mega-menu
    .mega-menu-item
    .mega-menu-link {
    padding: 10px 40px !important;
    margin-bottom: 0;
    font-size: 14px !important;
  }

  .mega-menu-wrap .mega-menu-inner .mega-menu-col .mega-menu .mega-menu-item {
    margin-bottom: 0 !important;
  }

  #sp_menu #menu_main {
    width: 100%;
    padding-top: 70px;
    text-align: left;
    height: 100vh;
    overflow-y: auto;
  }

  /* .common_inner {
        max-width: 100%;
        padding: 0;
    } */
  #sp_menu #menu_main li {
    width: 100%;
    margin-bottom: 0;
  }

  #sp_menu #menu_main > li > a {
    padding: 20px 15px;
    font-size: 20px;
  }

  .mega-menu-main .down-arrow {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 28px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(-50%) rotate(-135deg);
    z-index: 1;
    padding: 5px;
  }

  #sp_menu #menu_main > li.mega-menu-main {
    position: relative;
    border-bottom: solid 1px #fff;
    border-image: linear-gradient(90deg, #ffffff 0%, #75aee4 50%, #0093d1 100%);
    border-image-slice: 1;
  }

  #sp_menu #menu_main > li.mega-menu-main > a {
    padding-right: 40px;
    display: inline-block;
    width: auto;
    border: none;
  }
}

@media print, screen and (max-width: 750px) {
  #header .common_inner #gnav .sub li.contact-wrap a img {
    transform: none;
  }

  .common_inner {
    width: 100%;
    margin: 0 auto;
  }

  #header .common_inner {
    padding-left: 20px;
  }
}

/* .header-top {
    display: none;
}

@media print,
screen and (min-width: 1280px) {
    .core_business .header-top {
        background-color: #E1E1E1;
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 9999;
        height: 45px;
        display: block;
    }

    .core_business .header-top .header-top-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        column-gap: 15px;
    }

    .core_business .header-top .header-top-inner .header-top-left #logo {
        width: auto !important;
        opacity: 0;
        visibility: hidden;
        transition: all 200ms linear;
    }

    .core_business #header.fixed .header-top .header-top-inner .header-top-left #logo {
        opacity: 1;
        visibility: visible;
    }

    .core_business #header {
        height: auto;
        position: static;
        padding-top: 45px;
    }

    .core_business .header-top .header-top-inner .header-top-left #logo a {
        padding: 0 !important;
    }

    .core_business .header-top .header-top-inner .header-top-left #logo a img {
        float: none !important;
        height: 27px !important;
        transform: none !important;
    }

    .core_business .header-top .header-top-inner .header-top-right {
        flex: 1;
        justify-content: flex-end;
        display: flex;
    }

    .core_business .header-top .header-top-inner .header-top-right ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 50px;
    }

    .core_business .header-top .header-top-inner .header-top-right ul li a {
        letter-spacing: 1.12px;
        color: #333333;
        text-transform: uppercase;
        line-height: 1.143;
    }

    .core_business #header.fixed .header-top {
        background-color: #fff;
    }

    .core_business .mega-menu-wrap {
        top: 87px;
        z-index: 999;
    }

    .core_business .sticky-sec {
        top: 45px;
    }

    .core_business .header-top + .common_inner {
        align-items: inherit !important;
        background-color: #fff;
    }

    .core_business .header-top + .common_inner #gnav {
        height: unset !important;
    }
}

@media print,
screen and (min-width: 1500px) {
    .core_business .mega-menu-wrap {
        top: 100px;
    }
} */

.sticky-contact-btn {
  display: none;
}

.core_business .tab-content.erp-tab .common_inner > .arrow-btn {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  border: none;
  padding: 2px;
  height: 40px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 41px;
}

.core_business .tab-content.erp-tab .common_inner > .arrow-btn.disabled {
  display: none;
}

.core_business .tab-content.erp-tab .common_inner > .arrow-btn:before {
  position: relative;
  content: "";
  background-image: url(../images/common/gradient-left.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
}

.core_business .tab-content.erp-tab .common_inner > .arrow-btn.left {
  left: 0;
}

.core_business .tab-content.erp-tab .common_inner > .arrow-btn.right {
  right: 0;
}

.core_business .tab-content.erp-tab .common_inner > .arrow-btn.right:before {
  background-image: url(../images/common/gradient-right.svg);
}

.core_business .tab-content.erp-tab.main-erp-tab > .common_inner {
  position: relative;
}

.core_business .tab-content.erp-tab.main-erp-tab > .common_inner > .arrow-btn {
  bottom: auto;
  top: 0;
}

@media print, screen and (min-width: 1280px) {
  .core_business .sticky-contact-btn {
    position: fixed;
    right: 25px;
    bottom: 60px;
    font-size: 14px;
    height: 60px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
    display: flex;
    align-items: center;
    padding: 15px 24px;
  }

  .core_business.fixed .sticky-contact-btn {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }

  .core_business .sticky-contact-btn img {
    filter: brightness(0) invert(1);
    margin-right: 9px;
    margin-top: 0;
  }

  .core_business .sticky-sec {
    top: 0 !important;
    padding-top: 20px;
  }

  .core_business.fixed .sticky-sec {
    z-index: 9999;
  }

  .core_business #footer .footer_menu,
  .core_business #footer .footer_content {
    position: relative;
    z-index: 999;
  }
  .core_business .lead {
    margin-bottom: 20px !important;
    position: relative;
    z-index: 999;
  }
  .core_business .lead > .common_inner,
  .core_business #kv {
    z-index: 999;
  }
  .core_business #header {
    z-index: 9999;
  }
  .core_business .erp-sec > #tabs-content .decoration {
    width: 100%;
    height: 426px;
    position: relative;
    overflow: hidden;
  }
  .core_business .erp-sec > #tabs-content > .common_inner:not(:first-child) {
    margin-top: -100px;
  }
  .core_business .erp-sec > #tabs-content .decoration:nth-child(4n) {
    transform: scaleX(-1);
  }
  .core_business .erp-sec > #tabs-content .decoration::before {
    content: "";
    width: 29.15vw;
    height: 261px;
    background: url("../images/top/asset_ellipse1.png") right top no-repeat;
    position: absolute;
    bottom: 180px;
    left: 0;
  }
  .core_business .erp-sec > #tabs-content .decoration::after {
    content: "";
    width: 29.15vw;
    height: 200px;
    background: url("../images/top/asset_ellipse1_shadow.png") right bottom
      no-repeat;
    position: absolute;
    top: 243px;
    left: 0;
  }
  .core_business .erp-sec > #tabs-content .decoration.animate::before,
  .core_business .erp-sec > #tabs-content .decoration.animate::after {
    opacity: 0;
    height: 0;
    transition: all 600ms ease-out;
  }
  .core_business .erp-sec > #tabs-content .decoration.animate.finish::before {
    opacity: 1;
    height: 261px;
  }
  .core_business .erp-sec > #tabs-content .decoration.animate.finish::after {
    opacity: 1;
    height: 200px;
  }
  .core_business .erp-sec > #tabs-content .decoration:last-child {
    display: none;
  }
  .core_business
    .erp-sec
    > #tabs-content
    .common_inner:not(:last-child)
    .erp-tab {
    padding-bottom: 0;
  }
  .core_business .tab-content.erp-tab .common_inner > .arrow-btn {
    display: none;
  }
  #footer {
    position: relative;
    z-index: 0;
  }
}

@media print, screen and (min-width: 1480px) {
  .core_business .common_inner {
    max-width: 1480px;
  }
}

/* Case Study list  */

.case-study-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: center;
  gap: 40px;
}

.case-study-item {
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.case-study-item:nth-child(odd) {
  position: relative;
}
/* .case-study-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 1px;
  height: 100%;
  background: transparent
    linear-gradient(180deg, #1494d0 0%, #1b8ecb 58%, #63529d 100%) 0% 0%
    no-repeat padding-box;
} 
.case-study-item:last-child::after {
  display: none;
} */
.case-study-item .case-study-item-link{
  
}
.case-study-item .case-study-item-img {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 580 / 327;
  margin: 0;
}
.case-study-btn-section {
  margin: 70px auto 0;
}
.case-study-item-content {
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.case-study-item-title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case-study-item-title a{
  color: #333333 !important;
  text-decoration: none !important;
}
.case-study-item-desc {
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.case-study-item-title + .case-study-item-author {
  margin-top: 10px;
}
.case-study-item-author {
  margin-bottom: 0px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: right;
  margin-top: 5px;
}
.insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.case-study-item .case-study-item-small-img,
.insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .case-study-item-details .case-study-item-small-img {
  margin: auto 0 0 auto;
  width: 163px;
  height: 90px;
  object-fit: contain;
  display: block;
  object-position: right;
}
/* .tab-content .case-study .case-study-item .case-study-item-img {
  height: 260px;
  max-height: 260px;
} */
.case-study .common_color-grad-text {
  display: inline-block;
}
.case-study-list .case-study-item-content .case-study-item-title a {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: linear-gradient(90deg, #0093d1 0%, #5e72b2 50%, #63509c 100%);
  -webkit-background-clip: text;
  /* color: #333333 !important; */
  color: transparent !important;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
.case-study-list .case-study-item-content .case-study-item-decs {
  font-size: 14px;
  line-height: 1.57143;
  letter-spacing: 0.16px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 400;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-study-list .case-study-item-content  .case-study-item-details {
  display: flex;
  column-gap: 20px;
  margin-top: auto;
}
.case-study-list .case-study-item-content .case-study-item-details .case-study-item-date {
  font-size: 16px;
  line-height: 1.57143;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 600;
}
.case-study-item .case-study-item-link {
  width: 100%;
}
.insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .blog-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .case-study-item-details > .case-study-item-author {
    padding-top: 90px;
}
.insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .case-study-item-details > .case-study-item-small-img + .case-study-item-author {
    padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .case-study-item {
    flex-direction: column;
  }

  .case-study-item-img {
    width: 100%;
  }

  .case-study-item-content {
    width: 100%;
  }

  .case-study-item-content {
    padding: 20px 30px 10px;
  }

  .insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .case-study-item-details {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .case-study-item-details .case-study-item-small-img {
    margin: 0;
    object-position: left;
  }
  
  .insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .case-study-item-details  .case-study-item-author {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-list {
    padding: 0 6.67vw;
    gap: 40px;
  }
  .case-study-item {
    flex-direction: row;
    width: 100%;
  }

  .case-study-item-img {
    width: 46.526%;
  }

  .case-study-item-content {
    width: 100%;
  }

  .case-study-item:nth-child(odd) {
    padding-right: 0;
    padding-bottom: 0;
  }
  .case-study-item:nth-child(odd)::after {
    display: none;
  }
  .case-study-item:nth-child(even) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .case-study-item {
    flex-direction: column;
  }

  .case-study-item-img,.case-study-item .case-study-item-img {
    width: 100%;
  }

  .case-study-item-content {
    width: 100%;
  }

  .case-study-list .case-study-item-content .case-study-item-details .case-study-item-date {
    font-size: 14px;
  }

  .case-study-item .case-study-item-small-img,
  .insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .case-study-item-details .case-study-item-small-img {
    width: 143px;
    height: 50px;
  }
  .insights.blog-main .blog-wrapper .blog-box .blog-info-box .blog-info-bottom .case-study-item-details > .case-study-item-author {
    padding-top: 0;
  }
}

/* News New Design Start */
@media only screen and (min-width: 768px) {
  .news_single .article_single_title{
    margin-bottom: 30px !important;
  }
}
.request-form-wrapper {
  position: relative;
}
.common-content{
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.highlight-row {
  display: flex;
  gap: 80px;
  margin-bottom: 50px;
}
.highlight-row .common-content{
  margin-bottom: 0 !important; 
}
.highlight-row.reverse,
.key-point-wrapper.reverse {
  flex-direction: row-reverse;
}

.highlight-row-left {
  flex: 1;
}
.highlight-row-right {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.highlight-row-right li,
.news-gallery li,
.key-point-left,
.center-media-content {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.highlight-row-right li img,
.news-gallery li img,
.key-point-left img,
.center-media-content img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.highlight-row-right li:before,
.news-gallery li::before {
  display: none !important;
}
.highlight-row-right iframe,
.highlight-row-right video,
.news-gallery iframe,
.news-gallery video,
.key-point-left iframe,
.key-point-left video,
.center-media-content video {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background-color: #000;
}
.highlight-row-right li a,
.news-gallery li a,
.key-point-left a,
.center-media-content a {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.highlight-row-right .request-full,
.news-gallery .request-full,
.key-point-left .request-full,
.center-media-content .request-full {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 9px;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    rgba(22, 145, 205, 1) 0%,
    rgba(97, 85, 157, 1) 100%
  );
}
.news-gallery .request-full{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.request-form {
  display: none;
}
.request-success-msg:empty {
  display: none;
}
.request-success-msg {
  font-size: 12px;
  text-align: center;
  background: #d5ffd5;
  padding: 5px;
  margin-top: 15px;
  color: green;
  border: 1px solid #5dff5d;
}
.request-form.open{
  display: block;
  position: absolute;
  width: 100%;
  top: 33px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .request-form.open{
    min-width: 391px;
  }
}

.highlight-row.reverse .request-form {
  left: 0;
  right: unset;
}
.news-gallery li .request-form.open{
  top: 0;
  left: 0;
  right: unset;
}

.request-form form {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.request-form form .form-group, .request-form form .form-group p {
  display: flex;
  align-items: center;
  gap: 23px;
  justify-content: space-between;
}

.request-form form .form-group:has(input[type="submit"]) {
  justify-content: flex-start;
  gap: 0;
}

.request-form form label {
  color: #979797;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03px;
  flex: 0 0 100px;
}

.request-form form input,.request-form form textarea {
  border: 1px solid #1691cd;
  outline: none;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03px;
  outline: none !important;
  flex: 1;
  width: 100px;
}
@media only screen and (min-width: 1200px) {
  .request-form form input,.request-form form textarea {
      min-width: 250px;
  }
}

.request-form form [type="submit"] {
  background: linear-gradient(
    90deg,
    rgba(22, 145, 205, 1) 0%,
    rgba(97, 85, 157, 1) 100%
  );
  color: #ffffff;
  padding: 8px 25px;
  min-width: unset;
  margin-left: 100px;
  align-self: flex-start;
}

.news-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 30px 0 50px;
}

.news-gallery li {
  width: calc(25% - 30px);
  height: 100%;
}

.key-point-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin: 56px 0 38px;
}

.key-point-left {
  width: 100%;
  max-width: 48.834%;
}

.key-point-right {
  width: 100%;
  max-width: 45.5%;
}

.key-point-right .common-content {
  padding: 0;
  margin: 0;
}

/* .key-point-right .common-content ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.key-point-right .common-content ul li {
  margin: 0;
  padding-left: 12px;
}

.key-point-right .common-content ul li::before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  top: 8px;
} */

.center-media-content-wrapper {
    margin: 50px 0 166px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.center-media-content-wrapper .center-media-content {
  width: 100%;
}
.center-media-content-wrapper .center-media-content iframe,
.center-media-content-wrapper .center-media-content video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .request-form.open{
      width: 100%;
  }
  .request-form form input, .request-form form textarea{
    min-width: unset !important;
    width: 100% !important;
    flex: 1 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .highlight-row {
    gap: 40px;
  }

  .news-gallery {
    margin: 30px 0;
  }

  .news-gallery li {
    width: calc(50% - 20px);
  }

  .key-point-wrapper {
    gap: 40px;
    margin: 45px 0 30px;
  }

  .key-point-left {
    max-width: calc(40% - 20px);
  }

  .key-point-right {
    max-width: calc(60% - 20px);
  }

  .center-media-content-wrapper {
    margin: 45px 0 140px;
  }
}

@media only screen and (max-width: 768px) {
  .center-media-content-wrapper .center-media-content iframe,
    .center-media-content-wrapper .center-media-content video {
        aspect-ratio: 16/9;
    }
  .highlight-row {
    flex-direction: column;
  }

  .highlight-row-left br:first-of-type {
    display: none;
  }

  .highlight-row-right {
    flex-direction: row;
    width: 100%;
    flex: 1;
    padding: 0;
  }

  .highlight-row-right li {
    width: calc(50% - 16px);
  }

  .highlight-row.reverse,
  .key-point-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .news-gallery {
    margin: 36px 0 24px;
  }

  .key-point-wrapper {
    gap: 40px;
    margin: 36px 0 24px;
  }

  .key-point-left {
    max-width: 100%;
  }

  .key-point-right {
    max-width: 100%;
  }

  .center-media-content-wrapper {
    margin: 36px 0 120px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 575px) {
  .highlight-row-left br:last-of-type {
    display: none;
  }

  .news-gallery li {
    width: 100%;
  }

  .highlight-row-right {
    flex-direction: column;
  }
  .highlight-row-right li {
    width: 100%;
  }

  .center-media-content-wrapper .center-media-content {
    max-width: 100%;
  }

  .request-full.open + .request-form {
    width: 100%;
  }
}
/* News New Design End */

.request-form .wpcf7 .screen-reader-response {
  display: none;
}
/* .request-form .wpcf7 .form-group {
  gap: 0;
  flex-wrap: wrap;
} */
.request-form .wpcf7 .form-group br {
  display: none;
}
/* .request-form .wpcf7 .form-group label {
  color: #000;
  margin-bottom: 5px;
}
.request-form .wpcf7 .form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.request-form .wpcf7 .form-group .wpcf7-form-control-wrap input {
  padding: 5px 10px;
  color: #000;
  width: 100%;
} */
.request-form .wpcf7 .form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 5px;
  display: block;
  color: red;
  font-size: 12px;
}
.request-form form .wpcf7-validation-errors,
.request-form form .wpcf7-response-output {
  margin-top: 5px;
  display: block;
  color: red;
  font-size: 12px;
}
.request-form form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green;
}
.request-form .wpcf7 .form-group .wpcf7-submit {
  max-width: 100%;
}
.request-form form {
  /* flex-direction: row;
  flex-wrap: wrap; */
  position: relative;
  z-index: 3;
}
.center-media-content-wrapper .center-media-content .request-form {
  z-index: 1000;
}
.request-form form .form-group .form-label {
  flex: 0 0 100px;
  max-width: 100px;
  letter-spacing: 0.03px;
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
}
.request-form form .form-group .wpcf7-form-control-wrap {
  flex: 1;
}
.request-form form .form-group .wpcf7-form-control-wrap input, .request-form form .form-group .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #1691CD;
  padding: 3px 10px;
  color: #000;
}
.request-form form .form-group .wpcf7-form-control-wrap textarea,.request-form textarea{
  height: 100px;
}
.request-form form .form-group .wpcf7-submit {
  border: none;
  width: auto;
  display: inline-block;
  margin-left: 123px;
}
.request-form .error {
  font-size: 12px;
  margin-left: 100px;
  display: block;
  margin-top: 8px;
}
.request-form .error:empty {
  display: none;
}
.request-form form .form-group {
  align-items: flex-start;
  gap: 0;
}

.request-form form .wpcf7-validation-errors:empty,
.request-form form .wpcf7-response-output:empty {
  display: none;
}

.request-full.open + .request-form {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .center-media-content-wrapper .center-media-content .request-form {
    z-index: 0;
  }
}
@media only screen and (max-width: 575px) {
  .request-full.open + .request-form {
    min-width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .request-full.open + .request-form {
    min-width: 391px;
  }
}
@media screen and (min-width: 1024px) {
  .news-gallery li:nth-child(3) .request-full.open + .request-form,
  .news-gallery li:nth-child(4) .request-full.open + .request-form,
  .news-gallery li:nth-child(7) .request-full.open + .request-form,
  .news-gallery li:nth-child(8) .request-full.open + .request-form,
  .news-gallery li:nth-child(11) .request-full.open + .request-form,
  .news-gallery li:nth-child(12) .request-full.open + .request-form,
  .news-gallery li:nth-child(15) .request-full.open + .request-form,
  .news-gallery li:nth-child(16) .request-full.open + .request-form{
    left: unset !important;
    right: 0;
  }

}