#header *{
  box-sizing: border-box;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
#header a{
  text-decoration: none;
}
#header{
  position: fixed !important;
}
#header .global-header__request:visited,
#header .global-header__request:link,
#header .global-header__info-tel{
  color: #1D6974;
}
#header .global-header__contact:visited,
#header .global-header__contact:link{
  color: #fff;
}
.header-megamenu__slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.header-megamenu__seminar-slide{
  position: relative;
}
.header-megamenu__slide-item {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  display: block;
}
.header-megamenu__seminar-slide .header-swiper-button-prev,
.header-megamenu__seminar-slide .header-swiper-button-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.header-megamenu__seminar-slide .header-swiper-button-prev{
  width: clamp(1.375rem, 0.983rem + 1.67vw, 2.75rem);
  height: clamp(1.375rem, 0.983rem + 1.67vw, 2.75rem);
  background-image: url(/cms/images/common/icon_slide_arrow_left.png);
  background-size: 100% 100%;
}
.header-megamenu__seminar-slide .header-swiper-button-next{
  width: clamp(1.375rem, 0.983rem + 1.67vw, 2.75rem);
  height: clamp(1.375rem, 0.983rem + 1.67vw, 2.75rem);
  background-image: url(/cms/images/common/icon_slide_arrow_right.png);
  background-size: 100% 100%;
  right: 18px;
}
.header-megamenu__seminar-slide .header-swiper-button-prev::after,
.header-megamenu__seminar-slide .header-swiper-button-next::after{
  content: none;
}
.header-megamenu__seminar-slide .header-swiper-button-prev.swiper-button-disabled,
.header-megamenu__seminar-slide .header-swiper-button-next.swiper-button-disabled{
  display: none;
}
/*導入事例ページ*/
.content-column #header{
  margin-top: 0;
  padding-top: 20px;
  background: #edf8f7;
}
#mainContents .cate_fixed_detail{
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.content-column div.container_{
  padding-top: 150px;
}
.content-column div#topicPath{
  width: 97.13vw;
  max-width: 1691px;
  margin: 0 auto;
}
.content-column .article_banner2 .article.a-fixed{
  top: 140px;
}
.global-megamenu__content-btn.-case{
  color: #fff;
  font-weight: bold;
  background-color: #3D9897;
  border: 1px solid #3D9897;
}
.global-megamenu__content-btn.-case:hover{
  color: #3D9897;
  background-color: #fff;
  transition: 0.3s background-color ease;
}
.global-megamenu__content-btn.-case:hover::before{
  background-image: url(/cms/images/common/ico_arrow_right_gr01.png);
}
.global-megamenu__content-btn.-review{
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #63C8AC;
  border: 1px solid #63C8AC;
}
.global-megamenu__content-btn.-review:hover{
  color: #63C8AC;
  background-color: #fff;
  transition: 0.3s background-color ease;
}
.global-megamenu__content-btn.-review:hover::before{
  background-image: url(/cms/images/common/ico_arrow_right_gr02.png);
}
.global-megamenu__content-btn.-case::before,
.global-megamenu__content-btn.-review::before{
  background-image: url(/cms/images/common/icon_arrow-rigth-white.png);
}
@media (max-width:767px){
  .content-column #header{
    margin-top: 0;
    padding-top: 0;
    background: #edf8f7;
  }
  .content-column #header .global-header__logo a img{
    width: auto;
    height: 37px;
  }
  .content-column .wrapper_{
    position: relative;
    z-index: 0;
  }
  .content-column .cate_fixed_detail{
    top: 50px;
  }
  .content-column div#topicPath{
    position: relative;
    z-index: -1;
  }
  #topicPath + .forcms_block{
    position: relative;
    z-index: -1;
  }
  .global-megamenu,
  .global-header__nav,
  .global-header__other{
    display: none;
  }
  #header{
    width: 100%;
    min-width: unset;
  }
  .global-header__box{
    display: flex;
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
  .global-header__logo{
    margin-left: 10px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .global-header__tell-sp{
    margin-left: auto;
  }
  .global-header__tell-sp a{
    padding: 2.67vw;
    display: flex;
    color: #111;
    font-size: 12px;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
  }
  .global-header__tell-sp a:link,
  .global-header__tell-sp a:visited{
    color: #111;
  }
  .global-header__tell-sp a > img{
    width: 100%;
    max-width: 16px;
  }
  .global-header__tell-sp a > span{
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  .global-header__contact-sp a{
    padding: 2.67vw 1.33vw;
    display: flex;
    font-size: 12px;
    text-decoration: none;
    color: #111;
    flex-direction: column;
    align-items: center
  }
  .global-header__contact-sp a:visited,
  .global-header__contact-sp a:link{
    color: #111;
  }
  .global-header__contact-sp a > img{
    width: 100%;
    max-width: 20PX;
  }
  .global-header__contact-sp a > span{
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  .toggle_button{
    padding: 2.67vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 0 0 0 10px;
    color: #111;
    z-index: 100;
  }
  .toggle_button-bar-top,
  .toggle_button-bar-bottom{
    width: 6.4vw;
    height: 0.5333333333vw;
    display: block;
    background: #033824;
    border-radius: 1px;
  }
  .toggle_button.is-active .toggle_button-bar-top{
    transform: translateY(6px) rotate(45deg);
    transition: 0.3s transform ease-in-out;
  }
  .toggle_button.is-active .toggle_button-bar-bottom{
    transform: translateY(-1px) rotate(-45deg);
    transition: 0.3s transform ease-in-out;
  }
  .toggle_button-bar-bottom{
    margin-top: 5px;
  }
  .toggle_button-text{
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
  }
  .hamburger-menu{
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
  }
  .hamburger-menu.is-open{
    transform: translateX(0);
    transition: 0.3s transform ease-in;
  }
  .hamburger-menu__nav{
    padding: 18.67vw 0 2.67vw;
  }
  .hamburger-menu__item{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #B9B9B9;
  }
  .hamburger-menu__item:first-child{
    border-top: 1px solid #B9B9B9;
  }
  .hamburger-menu__item-name{
    margin: 0;
    padding: 0 6.4vw;
    color: #111;
    text-decoration: none;
  }
  .hamburger-menu__item-name:visited,
  .hamburger-menu__item-name:link{
    color: #111;
  }
  .hamburger-menu__item-name span{
    padding: 5.33vw 6.4vw 5.33vw 0;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: left;
    position: relative;
    display: block;
  }
  .accordion-content{
    width: 100vw;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    background-color: #DFEAEB;
  }
  .accordion-content.is-open{
    visibility: visible;
    opacity: 1;
    transition: height 0.3s ease-in-out;
  }
  .accordion-content .accordion-content{
    width: 100%;
  }
  .accordion-content-wrap{
    padding: 3.2vw 15px 6.4vw;
  }
  .hamburger-menu__item-name{
    position: relative;
  }
  a.hamburger-menu__item-name:after{
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-top: 2px solid #033824;
    border-right: 2px solid #033824;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  p.hamburger-menu__item-name:before,
  p.hamburger-menu__item-name:after{
    content: '';
    width: 14px;
    height: 2px;
    display: block;
    background-color: #033824;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  p.hamburger-menu__item-name:after{
    transform: rotate(90deg);
    transition: 0.3s transform ease-in-out;
  }
  p.hamburger-menu__item-name.is-active:after{
    transform: rotate(0);
    transition: 0.3s transform ease-in-out;
  }
  .accordion-content__product-lists{
    margin-top: 2.67vw;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .accordion-content__product-item{
    width: calc((100% - 10px) / 2);
  }
  .accordion-content__product-link{
    width: 100%;
    height: 100%;
    padding:  2.13vw 1.067vw;
    background-color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 20px;
  }
  .accordion-content__product-title{
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .accordion-content__product-image{
    width: 90%;
    height: 28px;
    margin: 2.67vw auto 0;
    text-align: center;
  }
  .accordion-content__product-image img{
    width: auto;
    height: 100%;
  }
  .accordion-content__product-desc{
    margin-top: 2.67vw;
    font-size: 3.2vw;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .accordion-content__title{
    margin: 2.13vw 0 0 0;
    padding: 2.13vw 4.27vw 2.13vw 0;
    font-size: 4.267vw !important;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: left;
  }
  .accordion-content__title{
    position: relative;
  }
  .accordion-content__title::before,
  .accordion-content__title::after{
    content: '';
    width: 14px;
    height: 2px;
    display: block;
    background-color: #033824;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .accordion-content__title::after{
    transform: rotate(90deg);
    transition: 0.3s transform ease-in-out;
  }
  .accordion-content__title.is-active::after{
    transform: rotate(0);
    transition: 0.3s transform ease-in-out;
  }
  .accordion-content__title.-function-title span{
    padding-left: 8vw;
    position: relative;
  }
  .accordion-content__title.-function-title span:after{
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(/cms/images/common/icon_function.png);
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .-function .accordion-content__product-item{
    width: 100%;
  }
  .-function .accordion-content__product-link{
    padding: 2.13vw 2.67vw;
    position: relative;
  }
  .-function .accordion-content__product-link::before{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-color: #3AC0A2;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
  }
  .-function .accordion-content__product-link::after{
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 16px;
  }
  .accordion-content__product-sub-text{
    margin: 0;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: left;
  }
  .accordion-content__product-main-text{
    margin: 2.13vw 0 0 0;
    font-size: 3.47vw;
    font-weight: bold;
    text-align: left;
  }
  .accordion-content__title.-purpose-title span{
    padding-left: 8vw;
    position: relative;
  }
  .accordion-content__title.-purpose-title span:after{
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(/cms/images/common/icon_purpose.png);
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .-purpose .accordion-content__product-item{
    width: calc((100% - 10px) / 2);
  }
  .-purpose .accordion-content__product-link{
    padding: 2.13vw 2.67vw;
    position: relative;
  }
  .-purpose .accordion-content__product-link::before{
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background-color: #3AC0A2;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 7px);
    right: 6px;
  }
  .-purpose .accordion-content__product-link::after{
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 11px;
  }
  .-purpose .accordion-content__product-main-text{
    margin-top: 0;
    font-size: 2.93vw;
  }
  .case-category__title.-search-category{
    margin-top: 2.67vw;
    padding-left: 30px;
    color: #1D6974;
    font-size: clamp(1.125rem, 0.917rem + 0.89vw, 1.25rem) !important;
    font-weight: bold;
    text-align: left;
    position: relative;
  }
  .case-category__title.-search-category:after{
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(/cms/images/common/icon_category-search.png);
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .case-category__title.-search-purpose{
    margin-top: 2.67vw;
    padding-left: 30px;
    color: #1D6974;
    font-size: clamp(1.125rem, 0.917rem + 0.89vw, 1.25rem) !important;
    font-weight: bold;
    text-align: left;
    position: relative;
  }
  .case-category__title.-search-purpose:after{
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(/cms/images/common/icon_search-purpose.png);
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .accordion-content__case-company{
    height: 155px;
    padding: 5px 5px 8px;
    border-radius: 4px;
    background-color: #fff;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }
  /* .accordion-content .accordion-content__title{
    padding-left: 8vw;
  } */
  .accordion-content__case-lists{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 16px;
  }
  .accordion-content__case-item{
    width: calc((100% - 16px) / 2);
    display: flex;
    flex-direction: column;
  }
  .accordion-content__case-name{
    margin-top: 2.67vw;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
  }
  .accordion-content__case-detail{
    margin-top: auto;
    display: flex;
    flex-direction: column;

  }
  .accordion-content__case-interview{
    font-size: 3.2vw;
    position: relative;
    color: #111;
    text-decoration: none;
  }
  .accordion-content__case-interview:visited,
  .accordion-content__case-interview:link{
    color: #111;
  }
  .accordion-content__case-interview:after{
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
  }
  .accordion-content__case-company-link{
    margin-top: 8px;
    display: block;
    text-align: left;
    color: #111;
  }
  .accordion-content__case-company-link:visited,
  .accordion-content__case-company-link:link{
    color: #111;
  }
  .accordion-content__case-company-link span{
    padding-left: 4vw;
    color: #111;
    font-size: 3.2vw;
    line-height: 1.4;
    display: inline-block;
    position: relative;
  }
  .accordion-content__case-company-link span::after{
    content: '';
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    background-image: url(/cms/images/common/icon_new-window.png);
    background-size: 100% 100%;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .accordion-content__content-link-wrap{
    margin-top: 50px;
    text-align: right;
  }
  .accordion-content__content-link{
    padding-right: 5.33vw;
    color: #1D6974;
    font-size: 3.73vw;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  .accordion-content__content-link:visited,
  .accordion-content__content-link:link{
    color: #1D6974;
  }
  .accordion-content__content-link:before{
    content: '';
    width: 1em;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: 45%;
    right: -0.05em;
    background: currentColor;
  }
  .accordion-content__content-link:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 52%;
    right: -0.05em;
    box-sizing: border-box;
  }
  .accordion-content__interview{
    margin-top: 6.67vw;
  }
  .accordion-content__interview-cotent{
    display: block;
    text-decoration: none;
    background-color: #fff;
  }
  .accordion-content__interview-detail{
    margin-top: 4vw;
    padding: 10px;
  }
  .accordion-content__interview-title{
    font-size: 3.73vw;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }
  .accordion-content__interview-text{
    margin-top: 4vw;
    font-size: 3.2vw;
    text-align: left;
    line-height: 1.4;
  }
  .global-megamenu__interview-link-text{
    margin-top: 10px;
    color: #1D6974;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }
  .global-megamenu__interview-link-text span{
    padding-right: 2em;
    position: relative;
  }
  .global-megamenu__interview-link-text span::before{
    content: '';
    width: 1em;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: 45%;
    right: -0.05em;
    background: currentColor;
  }
  .global-megamenu__interview-link-text span:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 52%;
    right: -0.05em;
    box-sizing: border-box;
  }
  .accordion-content__interview-cotent + .accordion-content__content-link-wrap{
    margin-top: 20px;
  }
  .header-megamenu__slide-text{
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.4;
    text-align: left;
  }
  .accordion-content__category-title{
    margin-top: 6.67vw;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
  }
  .accordion-content__category-title.-seminar{
    padding-left: 6.67vw;
    position: relative;
  }
  .accordion-content__category-title.-seminar:after{
    content: '';
    width: 5.33vw;
    height: 5.33vw;
    display: block;
    background-image: url(/cms/images/common/icon_seminar.png);
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 0;
  }
  .header-megamenu__slide-link{
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    display: block;
    background-color: #FFF;
  }
  .accordion-content__seminar-column{
    margin-top: 4vw;
    display: block;
  }
  .accordion-content__seminar-column-detail{
    margin-top: 2.67vw;
  }
  .accordion-content__seminar-column-title{
    font-size: 3.73vw;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
  }
  .accordion-content__seminar-column-text{
    margin-top: 2.67vw;
    font-size: 3.2vw;
    line-height: 1.6;
    text-align: left;
  }
  .accordion-content__category-title.-media{
    padding-left: 6.67vw;
    position: relative;
  }
  .accordion-content__category-title.-media:after{
    content: '';
    width: 5.33vw;
    height: 5.33vw;
    display: block;
    background-image: url(/cms/images/common/icon_media.png);
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 0;
  }
  .accordion-content__media{
    margin-top: 5.33vw;
  }
  .accordion-content__media-text{
    font-size: 3.2vw;
    line-height: 1.2;
    text-align: left;
  }
  .accordion-content__media-content .accordion-content__btn-wrap{
    margin-top: 5.33vw;
  }
  .accordion-content__media-content .accordion-content__content-btn{
    width: 60%;
    margin: 0 auto;
    padding: 2.67vw;
    display: block;
    color: #1D6974;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: left;
    border: 1px solid #1D6974;
    border-radius: 25px;
    position: relative;
    background-color: #fff;
  }
  .accordion-content__media-content .accordion-content__content-btn:after{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(/cms/images/common/icon_arrow-rigth.png);
    background-size: 100% 100%;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
  }
  .hamburger-menu__cta{
    margin-top: 8vw;
    padding: 0 4vw;
    display: flex;
    justify-content: space-between;
    gap: 5.33vw;
  }
  .hamburger-menu__cta-document{
    width: calc(50% - 2.67vw);
    padding: 4vw;
    color: #fff;
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #EE5917;
    border-radius: 25px;
    border: 1px solid #EE5917;
  }
  .hamburger-menu__cta-document:link,
  .hamburger-menu__cta-document:visited{
    color: #fff;
  }
  .hamburger-menu__cta-contact{
    width: calc(50% - 2.67vw);
    padding: 4vw;
    color: #033824;
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    border-radius: 25px;
    border: 1px solid #033824;
  }
  .hamburger-menu__cta-contact:link,
  .hamburger-menu__cta-contact:visited{
    color: #033824;
  }
}
@media (min-width:768px){
  .top-mv{
    margin-top: 0;
    padding-top: 101px;
  }
  .hamburger-menu,
  .toggle_button,
  .global-header__tell-sp,
  .global-header__contact-sp{
    display: none;
  }
  #header{
    min-width: unset;
    height: auto;
    margin-top: 20px;
    background: transparent;
  }
  .global-megamenu__overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.26, 0.16, 0.1, 1);
  }
  .global-megamenu__overlay.is-open{
    opacity: 1;
    pointer-events: auto;
  }
  .global-header__box{
    width: 97.13vw;
    max-width: 1691px;
    margin: 0 auto;
    padding: 16px 16px 16px 40px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .global-header__box.is-open{
    border-radius: 15px 15px 0 0;
  }
  .global-header__nav{
    margin-left: auto;
  }
  .global-header__lists{
    display: flex;
    gap:3.058vw;
  }
  .global-header__link{
    color: #111;
    font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
    font-weight: bold;
    letter-spacing: 0.01em;
    display: inline-block;
    overflow: unset;
    position: relative;
  }
  .global-header__link:link,
  .global-header__link:visited{
    color: #111;
  }
  .global-header__link::after{
    content: '';
    width: 0;
    height: 3px;
    display: block;
    background-color: #1D6974;
    position: absolute;
    bottom: -0.83vw;
    left: -10%;
    transition: 0.3s width ease-in-out;
  }
  .global-header__link:hover::after{
    width: 120%;
  }
  .global-header__other{
    margin-left: 3.058vw;
    display: flex;
    align-items: center;
  }
  .global-header__info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .global-header__info-tel{
    padding-left: 25px;
    color: #1D6974;
    font-size: clamp(1rem, 0.786rem + 0.54vw, 1.188rem);
    font-weight: bold;
    text-align: left;
    position: relative;
  }
  .global-header__info-tel:after{
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/cms/images/common/icon_tell_green.png);
    position: absolute;
    left: 0;
  }
  .global-header__branch{
    margin: 8px 0 0;
    font-size: clamp(0.688rem, 0.616rem + 0.18vw, 0.75rem);
  }
  .global-header__branch a:visited,
  .global-header__branch a:link{
    color: #111;
  }
  .global-header__branch a:hover{
    opacity: 0.8;
    transition: 0.3s;
  }
  #header .global-header__request{
    max-width: 157px ;
    min-height: 44px;
    margin-left: 1.18vw;
    padding: 0 clamp(2.25rem, 2rem + 0.67vw, 2.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D6974;
    font-size: clamp(0.875rem, 0.732rem + 0.36vw, 1rem);
    font-weight: bold;
    border: 2px solid #1D6974;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #header .global-header__request::after{
    background: #1D6974;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  #header .global-header__request:hover{
    color: #FFF;
  }
  #header .global-header__request:hover::after {
    transform: scale(1, 1);
  }
  .global-header__request:visited{
    color: #1D6974;
  }
  #header .global-header__contact{
    max-width: 157px ;
    min-height: 44px;
    margin-left: 10px;
    padding: 0 clamp(2.25rem, 2rem + 0.67vw, 2.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(0.875rem, 0.732rem + 0.36vw, 1rem);
    font-weight: bold;
    border: 2px solid #EE5917;
    border-radius: 30px;
    background-color: #EE5917;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #header .global-header__contact::after{
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  #header .global-header__contact:hover{
    color: #111;
  }
  #header .global-header__contact:hover:after{
    transform: scale(1, 1);
  }
  .global-megamenu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 97.13vw;
    max-width: 1691px;
    max-height: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
    transform: translateX(-50%)
  }
  .global-megamenu.is-open {
      max-height: calc(100vh - 120px);
      visibility: visible;
      opacity: 1;
      overflow-y: scroll;
      clip-path: inset(0 round 0 0 15px 15px);
  }
  .global-megamenu.is-open::-webkit-scrollbar-button{
    display: none;
  }
  .global-megamenu__container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.53vw 1.02vw 2.66vw;
    overflow-y: scroll;
  }
  .global-megamenu__container::-webkit-scrollbar{
    display: none;
  }
  .global-megamenu__header-title{
    color: #1D6974;
    font-size: clamp(1.5rem, 1.071rem + 1.07vw, 1.875rem);
    font-weight: bold;
    text-align: left;
  }
  .global-megamenu__header-close{
    padding-right: clamp(1.625rem, 1.488rem + 0.37vw, 1.875rem);
    font-size: clamp(1rem, 0.875rem + 0.33vw, 1.125rem);
    font-weight: bold;
    background-color: unset;
    border: none;
    position: absolute;
    top: 0.83vw;
    right: 4.17vw;
    z-index: 100;
    cursor: pointer;
  }
  .global-megamenu__header-close::after{
    content: '';
    width: clamp(1.25rem, 1rem + 0.67vw, 1.5rem);
    height: clamp(1.25rem, 1rem + 0.67vw, 1.5rem);
    display: block;
    background-image: url(/cms/images/common/icon_close.png);
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    right: 0;
  }
  .global-megamenu__content{
    margin-top: 20px;
  }
  .global-megamenu__produt-list{
    display: flex;
    gap: 20px;
  }
  .global-megamenu__produt-item{
    width: calc(100% / 4);
  }
  .global-megamenu__produt-link{
    width: 100%;
    height: 100%;
    padding: 1.18vw 1.06vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 11px;
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.38);
  }
  .global-megamenu__produt-link:hover{
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.38);
    transition: 0.3s box-shadow ease-in-out;
  }
  .global-megamenu__product-title{
    font-size: clamp(1rem, 0.875rem + 0.33vw, 1.125rem);
    font-weight: bold;
  }
  .global-megamenu__product-image{
    margin-top: clamp(1.125rem, 0.75rem + 1vw, 1.5rem);
  }
  .global-megamenu__product-image img{
    width: 100%;
    height: auto;
  }
  .global-megamenu__product-desc{
    margin-top: clamp(2rem, 1.5rem + 1.33vw, 2.5rem);
    font-size: clamp(0.938rem, 0.875rem + 0.17vw, 1rem);
    font-weight: bold;
    line-height: 1.6 !important;
  }
  .global-megamenu__content-link-wrap{
    margin-top: 50px;
    text-align: right;
  }
  .global-megamenu__content-link {
    font-size: 15px;
    color: #1D6974;
    font-weight: bold;
    position: relative;
    padding-right: 1.5em;
    display: inline-flex;
    align-items: center;
}

.global-megamenu__content-link:before {
    content: '';
    width: 1em;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.global-megamenu__content-link:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    transform-origin: center;
    box-sizing: border-box;
    translate: 0 -50%;
}

  .global-megamenu__content-link:visited,
  .global-megamenu__content-link:link{
    color: #1D6974;
  }
  .global-megamenu__content-link:hover{
    color: #1D6974;
    opacity: 0.8;
    transition: 0.3s;
  }
  .global-megamenu__sub-product{
    margin-top: 5px;
  }
  .global-megamenu__category-title{
    padding: 0 0 18px 14px;
    text-align: left;
    position: relative;
  }
  .global-megamenu__category-title:before{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: #B9B9B9;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .global-megamenu__category-title::after{
    content: '';
    width: 8%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .global-megamenu__category-title.-function::after{
    background-color: #3AC0A2;
  }
  .global-megamenu__category-title  > span{
    display: inline-block;
    font-size: clamp(1.25rem, 1.063rem + 0.5vw, 1.438rem);
    font-weight: bold;
    position: relative;
  }
  .global-megamenu__category-title.-function  > span{
    padding-left: 37px;
    color: #3AC0A2;
  }
  .global-megamenu__category-title.-function  > span::before{
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(/cms/images/common/icon_function.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .global-megamenu__produt-list{
    margin-top: clamp(1rem, 0.875rem + 0.33vw, 1.125rem);
    justify-content: space-between;
  }
  .global-megamenu__sub-product .global-megamenu__produt-list{
    flex-wrap: wrap;
    gap: 20px 25px;
  }
  .global-megamenu__sub-product .global-megamenu__produt-item{
    width: calc((100% - 80px) / 4);
  }
  .global-megamenu__sub-product .global-megamenu__produt-link{
    padding: 15px 25px 15px 10px;
    align-items: flex-start;
    gap: 5px;
    border-radius: 15px;
    position: relative;
  }
  .global-megamenu__sub-product .-function-lists .global-megamenu__produt-link:before{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-color: #3AC0A2;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
  }
  .global-megamenu__sub-product .global-megamenu__produt-link::after{
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 16px;
  }
  .global-megamenu__product-sub-text{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
  }
  .global-megamenu__product-main-text{
    margin: 0;
    font-size: clamp(0.875rem, 0.625rem + 0.67vw, 1.125rem);
    font-weight: bold;
    text-align: left;
  }
  .global-megamenu__content-link-wrap.-function-link .global-megamenu__content-link{
    color: #3AC0A2;
  }
  .global-megamenu__content-link-wrap.-function-link.pt2 .global-megamenu__content-link{
    color: #3380BA;
  }
  .global-megamenu__category-title.-purpose::after{
    background-color: #3380BA;
  }
  .global-megamenu__category-title.-purpose  > span{
    padding-left: 46px;
    color: #3380BA;
  }
  .global-megamenu__category-title.-purpose  > span::before{
    content: '';
    width: 22px;
    height: 33px;
    display: block;
    background-image: url(/cms/images/common/icon_purpose.png);
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    left: 10px;
  }
  .global-megamenu__sub-product .-purpose-lists .global-megamenu__produt-link:before{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-color: #3380BA;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
  }

  /*導入事例*/
  #header-case .global-megamenu__content{
    display: flex;
  }
  .global-megamenu__sidemenu{
    width: calc(286 / 1200 * 100%);
    flex-shrink: 0;
  }
  .global-megamenu__sidemenu-title{
    margin-top: 30px;
    padding-left: clamp(2.25rem, 2rem + 0.67vw, 2.5rem);
    display: flex;
    align-items: center;
    color: #1D6974;
    font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
    font-weight: bold;
    text-align: left;
    position: relative;
  }
  .global-megamenu__sidemenu-title:before{
    content: '';
    width: 2.33vw;
    max-width: 28px;
    height: 2.5vw;
    max-height: 30px;
    display: block;
    background-image: url(/cms/images/common/icon_category-search.png);
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    left: 0;
  }
  .global-megamenu__sidemenu-title.-case-purpose:before{
    width: 2.17vw;
    max-width: 26px;
    height: 2.75vw;
    max-height: 33px;
    background-image: url(/cms/images/common/icon_search-purpose.png);
    top: -10px;
  }
  .global-megamenu__sidemenu-title.-case-lists:before{
    width: 2.42vw;
    max-width: 29px;
    height: 1.67vw;
    max-height: 20px;
    background-image: url(/cms/images/common/icon_search-lists.png);
    top: -3px;
  }
  .global-megamenu__sidemenu-lists{
    margin-top: 15px;
  }
  .global-megamenu__sidemenu-item{
    border-bottom: 1px solid #B9B9B9;
  }
  .global-megamenu__sidemenu-item:first-of-type{
    border-top: 1px solid #B9B9B9;
  }
  .global-megamenu__sidemenu-tab{
    width: 100%;
    padding: 0.65vw 0.65vw 0.71vw 0.59vw;
    color: #7C7C7C;
    font-size: clamp(0.875rem, 0.625rem + 0.67vw, 1rem);
    font-weight: bold;
    text-align: left;
    border: none;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer;
  }
  .global-megamenu__sidemenu-tab[aria-selected="true"]{
    color: #fff;
    background-color: #1D6974;
    position: relative;
    border: none;
  }
  .global-megamenu__sidemenu-tab[aria-selected="true"]::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 18px solid #1D6974;
    border-right: 0;
    position: absolute;
    top: calc(50% - 9px);
    right: -10px;
  }
  .global-megamenu__sidemenu-lists + .global-megamenu__sidemenu-title{
    margin-top: 2.04vw;
  }
  .global-megamenu__btn-wrap{
    margin-top: 1.42vw;
  }
  .global-megamenu__content-btn{
    width: 100%;
    padding: 0.51Vw 0.51vw 0.51vw 1.02vw;
    display: block;
    color: #1D6974;
    font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
    font-weight: bold;
    text-align: left;
    border: 1px solid #1D6974;
    border-radius: 25px;
    position: relative;
  }
  .global-megamenu__content-btn:hover{
    color: #fff;
    background-color: #1D6974;
    transition: 0.3s background-color ease-in;
  }
  .global-megamenu__content-btn::before{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(/cms/images/common/icon_arrow-rigth.png);
    background-size: 100% 100%;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
  }
  .global-megamenu__content-btn:hover::before{
    background-image: url(/cms/images/common/icon_arrow-rigth-white.png);
  }
  .global-megamenu__content-area{
    width: calc(666 / 1200* 100%);
    margin: 0 0 20px 1.95vw;
    flex-grow: 1;
  }
  .global-megamenu__case{
    padding: 1.66vw 1.89vw 1.48vw;
    background-color: #DFEAEB;
  }
  .global-megamenu__case-lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px 1.12VW;
  }
  .global-megamenu__case-item{
    width: calc((100% - 2.4vw) / 3);
    display: flex;
    flex-direction: column;
  }
  .global-megamenu__case-company{
    width: 100%;
    height: 188px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.44);
  }
  .global-megamenu__case-company:hover{
    opacity: 0.8;
    box-shadow: none;
    transition: 0.3s box-shadow ease;
  }
  .global-megamenu__case-image{
    flex-shrink: 0;
  }
  .global-megamenu__case-image img{
    width: 100%;
    max-width: 140px;
  }
  .global-megamenu__case-name{
    margin-top: 0.82vw;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
  }
  .global-megamenu__case-detail{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .global-megamenu__case-interview{
    margin-top: auto;
    padding: 9px 35px 10px 25px;
    color: #111;
    font-size: clamp(0.75rem, 0.688rem + 0.17vw, 0.813rem);
    font-weight: bold;
    display: flex;
    border-radius: 25px;
    background-color: #F2F2F2;
    border: 1px solid #707070;
    position: relative;
  }
  .global-megamenu__case-interview:visited,
  .global-megamenu__case-interview:link{
    color: #111;
  }
  .global-megamenu__case-interview::before{
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(/cms/images/common/icon_arrow-rigth-white.png);
    background-size: 100% 100%;
    position: absolute;
    top: 23%;
    right: 10px;
  }
  .global-megamenu__case-company-link{
    margin: 8px 8px 0;
    color: #111;
    font-size: clamp(0.75rem, 0.716rem + 0.09vw, 0.813rem);
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .global-megamenu__case-company-link:visited,
  .global-megamenu__case-company-link:link{
    color: #111;
  }
  .global-megamenu__case-company-link:hover{
    opacity: 0.7;
    transition: 0.1s opacity ease;
  }
  .global-megamenu__case-company-link span{
    padding-left: 18px;
    position: relative;
  }
  .global-megamenu__case-company-link span:before{
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    background-image: url(/cms/images/common/icon_new-window.png);
    background-size: 100% 100%;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .global-megamenu__interview{
    margin-top: 16px;
    padding: 1.66vw 1.06vw 1.48vw 1.89vw;
    background-color: #DFEAEB;
  }
  .global-megamenu__interview-cotent{
    display: flex;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.44);
    overflow: hidden;
  }
  .global-megamenu__interview-cotent:hover{
    opacity: 0.85;
    box-shadow: none;
    transition: 0.1s box-shadow ease-in;
  }
  .global-megamenu__interview-image{
    max-width: 360px;
  }
  .global-megamenu__interview-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .global-megamenu__interview-detail{
    max-width: 438px;
    margin-left: 1.42vw;
    padding: 10px 15px 10px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .global-megamenu__interview-title{
    font-size: clamp(0.875rem, 0.8rem + 0.33vw, 1.4rem);
    font-weight: bold;
    line-height: 1.6 !important;
    text-align: left;
  }
  .global-megamenu__interview-text{
    margin-top: 0.76vw;
    font-size: 13px;
    text-align: left;
    line-height: 1.6 !important;
  }
  .global-megamenu__interview-link-text{
    margin-top: auto;
    color: #1D6974;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  .global-megamenu__interview-link-text span{
    padding-right: 2em;
    position: relative;
  }
  .global-megamenu__interview-link-text span::before{
    content: '';
    width: 1em;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .global-megamenu__interview-link-text span::after{
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    transform-origin: center;
    box-sizing: border-box;
    translate: 0 -50%;
  }
  #header-case .global-megamenu__case-lists + .global-megamenu__content-link-wrap{
    margin-top: 50px;
  }
  #header-case .global-megamenu__content-link-wrap{
    margin-top: 20px;
  }

  /* セミナー */
  #header-seminar .global-megamenu__content{
    display: block;
  }
  .header-megamenu__seminar-slide{
    padding: 5px;
  }
  .header-megamenu__slide-item{
    height: auto;
    padding: 12px clamp(1.125rem, 0.919rem + 0.55vw, 1.5rem) 20px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.39);
    border-radius: 26px;
  }
  .header-megamenu__slide-link{
    height: 100%;
  }
  .header-megamenu__slide-image img{
    width: 100%;
    height: auto;
  }
  .header-megamenu__slide-text{
    margin-top: clamp(1.25rem, 1.078rem + 0.46vw, 1.563rem);
    font-size: clamp(0.75rem, 0.625rem + 0.33vw, 0.875rem);
    line-height: 1.6 !important;
    text-align: left;
  }
  .global-megamenu__category-title.-seminar{
    margin-top: 15px;
  }
  .global-megamenu__category-title.-seminar:after{
    background-color: #1D6974;
  }
  .global-megamenu__category-title.-seminar > span{
    padding-left: clamp(2.5rem, 2.156rem + 0.92vw, 3.125rem);
  }
  .global-megamenu__category-title.-seminar > span:after{
    content: '';
    width: clamp(1.5rem, 0.938rem + 1.5vw, 2.063rem);
    height: clamp(1.5rem, 0.938rem + 1.5vw, 2.063rem);
    display: block;
    background-image: url(/cms/images/common/icon_seminar.png);
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    left: 0;
  }
  #header-seminar .global-megamenu__content-link-wrap{
    margin-top: 30px;
  }
  .global-megamenu__seminar-column{
    margin-top: 20px;
    display: flex;
  }
  .global-megamenu__seminar-column-image{
    max-width: 300px;
  }
  .global-megamenu__seminar-column-image img{
    width: 100%;
  }
  .global-megamenu__seminar-column-detail{
    margin-left: 3vw;
  }
  .global-megamenu__seminar-column-title{
    font-size: clamp(1.125rem, 0.75rem + 1vw, 1.0rem);
    font-weight: bold;
    line-height: 1.6 !important;
    text-align: left;
  }
  .global-megamenu__seminar-column-text{
    margin-top: 1em;
    font-size: 16px;
    text-align: left;
    line-height: 1.6 !important;
  }
  .global-megamenu__category-title.-media span{
    padding-left: clamp(2.5rem, 2.156rem + 0.92vw, 3.125rem);
  }
  .global-megamenu__category-title.-media > span:after{
    content: '';
    width: clamp(1.5rem, 0.938rem + 1.5vw, 2.063rem);
    height: clamp(1.438rem, 1.25rem + 0.5vw, 1.625rem);
    display: block;
    background-image: url(/cms/images/common/icon_media.png);
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 0;
  }
  .global-megamenu__media{
    margin-top: clamp(1.125rem, 0.541rem + 1.56vw, 2.188rem);
  }
  .global-megamenu__media-content{
    display: flex;
    justify-content: space-between;
  }
  .global-megamenu__media-content .global-megamenu__content-btn{
    padding:0.5em 2em 0.3em;
  }
  .global-megamenu__media-content .global-megamenu__btn-wrap{
    margin-top: 0;
  }
  .fl_dl{
    z-index: 200 !important;
  }



}
@media (max-width:1300px){
  .global-header__link{
    font-size: 16px;
  }
}

@media (min-width:1200px){
  .global-megamenu__product-image img{
    width: auto;
    max-height: 39px;
  }
  .global-header__link{
    font-size: 20px;
  }
  .global-megamenu__product-desc{
    margin-top: 25px;
    font-size: 14px;
  }
  .global-megamenu__product-main-text{
    font-size: 16px;
  }
  .global-megamenu__case-company{
    gap: 0;
  }

}
@media (min-width:1530px){
  .global-megamenu__content-area{
    margin-top: -60px;
  }
  .global-megamenu__case{
    padding: 30px 20px;
  }
  .global-megamenu__interview{
    padding: 30px 20px;
  }
}