.info_box{
    margin: 80px auto;
    padding-left: 15px;
    padding-right: 15px;
}
.info_box .inner{
            max-width: 1300px;
        margin-bottom: 0;
        padding-top: 34px;
        padding-bottom: 0;
        display: block;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 80px;
    padding-bottom: 80px;


background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.16);
border-radius: 16px;


}

.info_box .inner .title-wrapper{}
.info_box .inner .content_inner{
    display: flex;
    margin-top: 50px;
    padding-left: 60px;
}
.info_box .inner .content_inner .date{
    width: 100%;
    max-width: 180px;
font-weight: 700;
font-size: 18px;
line-height: 180%;
color: #000000;
}

.info_box .inner .content_inner .content_text{}
.info_box .inner .content_inner .content_text h2{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 160%;

color: #000000;

}
.info_box .inner .content_inner .content_text p{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #000000;
margin-top: 24px;
}

@media screen and (max-width: 1100px) {
    .info_box .inner {
    padding-right: 40px;
}
    .info_box .inner .content_inner {
    display: flex;
    margin-top: 50px;
    padding-left: 20px;
}
}

@media screen and (max-width: 991px) {
        .info_box .inner .content_inner {
    display: flex;
    margin-top: 50px;
    padding-left: 20px;
    flex-direction: column;
}
    .info_box .inner {
    padding-bottom: 40px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 992px) {

.w-container.and_d-gnav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}
}
.home-1-banner-overlay {
    background-color: unset;
}
.w-nav {
    background: #fff;
}
.nav-link {
    color: #000;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    transition-property: none;
}
.nav-link.w--current {
    margin-left: 0px;
}
.nav-item-title {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-absolute {
    position: sticky;
    top: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-button-wrapper{
        display: flex;
    align-items: center;
    gap: 10px;
}

.secondary-button {
    background-color: #D7001D;
    padding: 11px 0px;
    width: 156px;
    display: flex;
    justify-content: center;
    border: 2px solid #D7001D;
}
.secondary-button:hover {
    background-color: #fff;
    color: #D7001D;
    border: 2px solid #D7001D
}
.and_d-nav-bt.secondary-button {
    background-color: #FFA4B0;
    padding: 11px 0px;
    color: #000;
    width: 156px;
    display: flex;
    justify-content: center;
    border: 2px solid #FFA4B0;
}

.and_d-nav-bt.secondary-button:hover {
    background-color: #fff;
    color: #D7001D;
    border: 2px solid #D7001D;
}
.and_d-nav-bt.secondary-button:hover .button-text-wrap.bottom-wrap{
    color: #fff;
}

.home-1-banner-top-wrapper {
    border-bottom: none;
}

.home-1-banner-bottom-wrapper {
    justify-content: flex-end;
    padding-top: 0px;
    margin-top: -30px;
}

.and_d-fv h1 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    color: #FFFFFF;
}

.and_d-fv h6 {
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
}


.section-label div{
color:#D7001D;
}

h2 {
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 120%;
color: #000000;
}

.home-1-about p{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 160%;
color: #000000;
}

@media screen and (min-width: 992px) {
    .and_d-fv h1 {
        letter-spacing: -1.4px;
        font-family: 'Zen Kaku Gothic New';
        font-weight: 700;
        font-size: 48px;
        line-height: 60px;
        color: #FFFFFF;
    }
}
@media screen and (max-width: 991px) {
    .home-1-banner-left-wrapper.mobile {
        max-width: 100%;
    }
}

.fv_area {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
        background-image: url(../img/fv_back.jpg);
}

.home-1-banner-top-wrapper{
    padding-bottom: 0px;
}


.contact_box .base-container{
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.contact_box .cta-card {
    background-image: url(../img/contact_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding-top: 34px;
}

.contact_box .cta-text-wrap {
    grid-row-gap: 64px;
}

.contact_box .section-label{
    width: 96px;
    justify-content: center;
}

.contact_box .section-label div{
    color:#D7001D;
}

.contact_box .large-text{
    margin-top: 60px;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New';

}

.primary-button{
    font-size: 14px;
    padding: 14px 42px;
}


.number-cell{
background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.16);
border-radius: 8px;
    padding: 34px 30px 54px;
}

.number-cell .section-label {
padding: 4px 14px;
    display: inline-block;
    font-size: 14px;
}

.number-cell .large-text{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 120%;
color: #000000;
}
.number-text-wrapper p{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 160%;
color: #000000;
}

.home-1-services h2{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 120%;
color: #000000;
margin-top: 20px;
}

.home-1-services-text-wrapper p{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 160%;
color: #000000;
}

.services-collection-list-wrapper {
    display: flex;
    gap: 16px;
}



@media screen and (min-width: 1280px) {
.home-1-service-section-title-wrapper {
    width: 26%;
    max-width: 340px;
}
}

@media screen and (min-width: 1380px) {
    .home-1-service-section-title-wrapper {
        width: 29%;
        max-width: 336px;
    }
}

.services-collection-item.c1{
background-image: url(../img/services_1.jpg);
}
.services-collection-item.c2{
background-image: url(../img/services_2.jpg);
}
.services-collection-item.c3{
background-image: url(../img/services_3.jpg);
}

.services-collection-item {
    height: 314px;
    justify-content: flex-end;
}

.service-card-text-wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.home-1-services .link_bt{
    margin-top: 60px;
}

.service-card-text-wrap h3{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.service-card-text-wrap p{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;
color: #FFFFFF;
}

.gray-card {
    padding: 18px 18px;
}

.gray-card-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 55%;
    max-width: none;
    padding-top: 16px;
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.gray-card-text-wrapper h2,
.gray-card-text-wrapper p{
    padding-left: 20px;
}

.gray-card-text-wrapper p{
    max-width: 340px;
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 160%;
color: #000000;
}

.gray-card .link_bt{
        margin-top: 40px;
    padding-left: 20px;
}

.home-1-gray-card-image {
    max-width: 495px;
}

@media screen and (max-width: 1280px) {

.services-collection-list {
    display: flex;
    width: 33%;
}
}

@media screen and (min-width: 1440px) {
    .services-collection-item {
        grid-column-gap: 160px;
        grid-row-gap: 160px;
        width: 286px;
    }
}

@media screen and (min-width: 1280px) {
    .contact_box .large-text.text-white {
        font-size: 42px;
    }
}

.contact_box .cta-paragraph{
    margin-top: 60px;
font-weight: 500;
    font-family: 'Zen Kaku Gothic New';
}

@media screen and (min-width: 1440px) {
    .contact_box .cta-text-wrap{
        max-width: 1300px;
        margin: auto;
    }
}

@media screen and (min-width: 1280px) {
    .home-1-banner {
        padding-top: 390px;
    }
}

/* footer */

.footer h6 {
font-family: 'Zen Kaku Gothic New';
font-weight: 700;
font-size: 20px;
line-height: 160%;
color: #000000;
    margin-bottom: 20px;
}

.post_address{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 160%;
text-align: left;
color: #000000;
}


@media screen and (min-width: 992px) {
    .brand, .brand.w--current {
    height: auto;
}

    .nav-menu-wrapper img.logo{
    width: 117px;
    height: auto;
}
.side_nav{
    display: none;
}
.menu-button.hum_bt{
    display: none;
}

}
@media screen and (max-width: 991px) {

.navbar-absolute {
    padding-top: 15px;
    padding-bottom: 14px;
}
.menu-button {
    display: block;
}
    .w-nav-menu .tablet-menu,
    .w-nav-menu .menu-wrap   
    {
        display: none;
    }
    .header-button-wrapper{
        display: none;
    }
    .image-burger.white {
        filter: none;
    }


       /* オーバーレイ */
    .nav_overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      z-index: 999;
    }

    .nav_overlay.is_open {
      opacity: 1;
      visibility: visible;
    }

    /* サイドナビ */
    .side_nav {
      position: fixed;
      top: 0;
      right: 0;
      width: 320px;
      max-width: 100%;
      height: 100vh;
      background: #fff;
      transform: translateX(100%);
      transition: 0.3s;
      z-index: 1000;
      box-sizing: border-box;
      padding: 20px;
      display: flex;
      flex-direction: column;
    }

    .side_nav.is_open {
      transform: translateX(0);
    }

    /* 上部 */
    .side_nav_head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 32px;
    }

    .side_nav_logo img {
      display: block;
      max-width: 80px;
      height: auto;
    }

    .side_nav_close {
      background: none;
      border: none;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      padding: 0;
    }

    /* リンク */
    .side_nav_links {
      display: flex;
      flex-direction: column;
      gap: 18px;
      margin-bottom: 32px;
    }

    .side_nav_links a {
      color: #000;
      text-decoration: none;
      font-size: 16px;
    }

    /* ボタン */
    .side_nav_buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .side_nav_buttons a {

    }

    .services-collection-list-wrapper {
    display: flex;
    gap: 0;
    flex-direction: column;
    }
    .services-collection-list {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }
    .gray-card-text-wrapper {
    width: 100%;
    }
    .home-1-numbers-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    }
    .number-cell {
    padding: 30px 10px 30px;
    }

}

/* about */

.and_d_top{
    background: #ffffff !important;
}

#sec_fv .base-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

#sec_fv .base-container .inner{
    max-width: 1200px;
    margin: auto;
}

#sec_fv .cta-card {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
background: linear-gradient(88.02deg, #D7001D -7.46%, #EB5267 48.02%, #FFA4B0 103.5%);
    border-radius: 0px;
    justify-content: space-between;
    align-items: flex-end;
    padding: 70px 74px 70px 60px;
}

#sec_fv .section-label{
    width: fit-content;
    padding: 4px 18px;
}

#sec_fv .large-text.text-white {
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 120%;
color: #FFFFFF;
}

.sec_about .home-1-about {
    grid-column-gap: 170px;
}
.sec_about .home-1-about h2{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 150%;
color: #000000;
}

.sec_about .paragraph-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    max-width: 550px;
    margin-top: 10px;
    display: flex;
}

.sec_about.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec_about .waves---center-heading-2 {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.sec_about .waves---main-container-2 {
    max-width: 1238px;
    padding-left: 24px;
    padding-right: 24px;
}

.sec_about .member_photo{
width: 264px;
    height: 264px;
    background: #FFF5F7;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.sec_about .member_photo img{
    width: 229px;
    height: auto;
}
.sec_about .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec_about .waves-tile-team-3 {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}
.sec_about .waves-name-wrap-team-3 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
.sec_about .w-layout-grid {
    grid-column-gap: 40px;
}
.sec_about .text-block-7.bold-text {
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 150%;
}
.sec_about .waves---paragraph-regular-2 {
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #000000;
text-align: left;
}
.section.about_sustainability {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec_about.section.company {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec_about .block{
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding-bottom: 30px;
}
.sec_about .block.non{
    border-bottom: none;
}
.sec_about .block h3{
font-weight: 700;
font-size: 22px;
line-height: 150%;

}
.sec_about .block p{
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #000000;


}

@media screen and (max-width: 991px) {
.sec_about .paragraph-wrapper {
    width: 100%;
    max-width: 100%;
}
}

/* our services */

.services-1-title {
    max-width: 100%;
}

.services-1-title h2 {
    font-family: 'Zen Kaku Gothic New';
font-weight: 700;
font-size: 36px;
line-height: 150%;
}

.services-1-title-wrap-3 {
    border-bottom: 1px solid #D9D9D9;
}

.our_services_rows{
    margin-top: 80px;
}
.our_services_rows ul {
    display: flex;
    row-gap: 42px;
    column-gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
        -webkit-text-fill-color: black;
}
.our_services_rows ul li {
    width: calc(50% - 10px);
    display: flex;
    gap: 20px;
}
.our_services_rows ul li .img {
    width: 152px;
    max-width: 100%;
    flex-shrink: 0;
}
.our_services_rows ul li .img img{
    width: 100%;
    border-radius: 8px;
}
.our_services_rows ul li .text{

}
.our_services_rows ul li .text h3{
font-family: 'Zen Kaku Gothic New';
font-weight: 700;
font-size: 23px;
line-height: 120%;
color: #000;
margin-top: 0;
}
.our_services_rows ul li .text p{
    margin-top: 13px;
color: #000;
font-family: 'Zen Kaku Gothic New';
font-weight: 500;
font-size: 16px;
line-height: 150%;

color: #000000;


}

@media screen and (min-width: 1280px) {
    .section-5.our_services_s5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.our_services_case .section-label{
    display: inline-flex;
    padding: 4px 20px;
}

.our_services_case{
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-global {
    padding-left: 0;
    padding-right: 0;
}

.home_how_we_work_component {
    margin-top: 15px;
}
.our_services_case .heading-style-h5{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;

color: #000000;


}

.our_services_case .max-width-xxsmall {
    width: 100%;
    max-width: 28rem;
}

.our_services_case .text-size-small{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;

color: #000000;

margin-top: 10px;
}
.our_services_contact{
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
.our_services_rows ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.our_services_rows ul li {
width: 100%;
        display: flex;
        gap: 20px;
        align-items: center;
        flex-direction: column;
}
.our_services_case .w-layout-grid {
    display: block;
}
.our_services_case .max-width-xxsmall {
    width: 100%;
    max-width: max-content;
}
.our_services_rows ul li .img {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}
.how_we_work_content_wrapper{
    margin-bottom: 40px;
}
}

/* eng */

.eng_sus{
    padding-bottom: 0;
}

.gray-card-text-wrapper.eng p {
    max-width: 430px;
}

.sec_about.section.company.eng {
    padding-top: 80px;
}

.contact_text_1{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 150%;
color: #000000;
}
.contact_text_2{

font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #5E5E5E;
}
.contact_text_3{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 140%;
color: #000000;
margin-top: 40px;
}
.contact_text_4{
font-family: 'Zen Kaku Gothic New';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 140%;
color: #727272;
}

#eng_page .paragraph-wrapper{
    width: 50%;
    max-width: 530px;
}

#Our-Services .home-1-service-section-title-wrapper {
    padding-top: 80px;
}
#Our-Services .bg-rectangle {
    margin: 110px 0px 40px;
}

/* murakami sp */

@media screen and (min-width: 768px) {
.sp_only{
display:none;
}
}

@media screen and (max-width: 767px) {
.brand, .brand.w--current {
    height: auto;
}
.brand.w-nav-brand .logo {
    height: 100%;
    height: auto;
    max-width: 80px;
}

.pc_only{
display:none;
}
.nav-menu-wrapper {
    padding: 0px 15px;
}

    h1 {
        font-size: 36px;
        line-height: 1.3 !important;
    }
h2 {
    font-size: 28px;
        line-height: 1.3 !important;
}
.home-1-about h2 {
    padding-top: 40px;

}
.home-1-about p {
    font-size: 16px;
}
.paragraph-wrapper {
    grid-row-gap: 40px;
    width: 100%;
    max-width: 100%;
}
#eng_page .paragraph-wrapper{
    width: 100%;
    max-width: 100%;
}
.section {
    padding-top: 60px;
    padding-bottom: 0px;
}
.number-cell .large-text {
    font-size: 28px;
}
.number-text-wrapper p {
    font-size: 16px;
}
.home-1-services {
    margin-top: 60px;
}
.home-1-services-text-wrapper {
    grid-row-gap: 0;
}
.home-1-services h2 {
    font-size: 28px;
}
.home-1-services-text-wrapper p {
    font-size: 16px;
}
.home-1-service-section-title-wrapper {
    padding-bottom: 60px;
}
.bg-rectangle {
    padding: 0;
}
.services-collection-list:nth-child(3) {
    margin-bottom: 0px;
}
.gray-card {
    padding: 0;
}
.gray-card {
    grid-row-gap: 60px;
padding: 40px 5px 15px 5px;
}
.gray-card-text-wrapper {
    padding-top: 0;
    padding-left: 0;
    grid-row-gap: 40px;
    padding-bottom: 0;
}
.gray-card-text-wrapper h2, .gray-card-text-wrapper p {
    padding-left: 0;
}
.heading-8 {
    margin-bottom: 0;
}
.gray-card-text-wrapper p {
    max-width: 100%;
    font-size: 16px;
}
.gray-card .link_bt {
    margin-top: 0;
    padding-left: 0;
}
.contact_box .cta-card {
    padding-top: 30px;
        padding-bottom: 30px;
}
.cta-text-wrapper {
    grid-row-gap: 40px;
}
.contact_box .cta-text-wrap {
    grid-row-gap: 40px;
}
.contact_box .large-text {
    margin-top: 0;
}
.large-text.text-white {
    font-size: 32px;
}
.large-text {
    margin-top: 0;
}
.contact_box .cta-paragraph {
    margin-top: 0;
}
.footer {
    text-align: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
}
.footer-wrapper {
    grid-row-gap: 40px;
    margin-top: 0;
}
.footer-brand-wrapper {
    display: none;
}
.footer-links-wrap {
    margin-top: 60px;
}
.footer h6 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}
.footer-link {
    font-size: 16px;
}
.footer-wrapper {
    margin-bottom: 60px;
}
.footer-bottom-wrapper {
    grid-row-gap: 0;
    padding-top: 20px;
}
.footer-copyright {
    font-size: 12px;
}

/* about */

#sec_fv .cta-card {
    padding: 30px 20px 30px 20px;
align-items: flex-start;
}
#sec_fv .base-container .inner {
    max-width: 100%;
    margin: inherit;
}
#sec_fv .large-text.text-white {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 0;
}
#sec_fv .cta-text-wrapper {
    grid-row-gap: 20px;
}
.sec_about.section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.heading-wrap {
    margin-top: 0;
}
.sec_about .home-1-about h2 {
    font-size: 28px;
    line-height: 130%;
        padding-top: 0;
}
.sec_about .paragraph-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
        width: 100%;
        max-width: 100%;
    margin-top: 0;
    display: flex;
}
.waves---section-medium-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec_about .waves---main-container-2 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.sec_about .waves-tile-team-3 {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}
.sec_about .waves-name-wrap-team-3 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
    display: flex;
}
.sec_about .text-block-7.bold-text {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 500;
        font-size: 20px;
        line-height: 160%;
}
.waves-grid-team-3 {
    grid-row-gap: 60px;
}
.sec_about .waves---paragraph-regular-2 {
    text-align: justify;
    font-size: 15px;
    line-height: 140%;
}
.section.about_sustainability {
    padding-top: 0;
    padding-bottom: 0;
}
.sec_about.section.company {
    padding-top: 0px;
    padding-bottom: 0px;
}
.sec_about_.heading-wrap {
        margin-top: 40px;
    }
.sec_about .block h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 0;
}
.sec_about .block {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding-bottom: 10px;
}
.sec_about .block.non {
border-bottom: 1px solid #D9D9D9;
}
.sec_about.section.pb0 {
    padding-bottom: 0px;
}

.sec_about .home-1-about {
    margin-bottom: 60px;
}
.sec_about .home-1-about.pt40 {
    padding-top: 40px;
}
.services-1-title h2 {
    font-size: 28px;
    line-height: 150%;
}
.services-1-title-wrap-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid #ebebeb;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 270px 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start;
    padding-bottom: 60px;
    display: flex;
}
.our_services_rows {
    margin-top: 60px;
}
.our_services_rows ul li .text h3 {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    margin-top: 0;
}
.our_services_rows ul li .text p {
    margin-top: 15px;
    color: #000;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.our_services_case .text-size-small {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-top: 0px;
}
.our_services_case .heading-style-h5 {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    height: auto !important;
    margin-bottom: 20px;
}
.our_services_contact {
    margin-top: 60px;
}
.how_we_work_content_wrapper:nth-child(3) {
    margin-bottom: 0px;
}

.uui-contact04_form-wrapper.w-form iframe{
width:100%;
}
.uui-padding-vertical-xhuge-3 {
    padding-top: 60px;
    padding-bottom: 0px;
}
}


.footer-links-wrapper {
    align-items: flex-end;
}


#eng_page .post_address {
    text-align: right;
}

#Point-Section{
background: #f9f9f9;
}

#eng_page .contact_box .large-text {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 49px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

#eng_page .contact_box .cta-paragraph {
    margin-top: 60px;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New';
}

#eng_page .cta-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 18px;
    flex-flow: column;
    max-width: 530px;
    display: flex;
}

.uui-page-padding-3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
#eng_page .sec_about .waves---paragraph-regular-2 {
    text-align: left;
}
}

@media screen and (max-width: 479px) {
#eng_page  .footer-links-wrap {
        grid-column-gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }
}


@media screen and (max-width: 767px) {
#About-Section .base-container {
padding-left: 20px;
padding-right: 20px;
}
#top_point .base-container {
padding-left: 20px;
padding-right: 20px;
}
#our_services .base-container {
padding-left: 20px;
padding-right: 20px;
}
.our_services_s5 .base-container-2{
padding-left: 20px;
padding-right: 20px;
}
.our_services_case .base-container-2{
padding-left: 20px;
padding-right: 20px;
}
.our_services_case .padding-global.padding-section-small {
    padding-left: 0;
    padding-right: 0;
}
.sec_about .waves---main-container-2 {
    padding-left: 20px;
    padding-right: 20px;
}
#About-company-Section .base-container{
    padding-left: 20px;
    padding-right: 20px;
}
.uui-section_contact04 .uui-page-padding-3{
    padding-left: 20px;
    padding-right: 20px;
}

}

.gnav_list{
display:flex;
    gap: 30px;
    align-items: center;
}
.gnav_list div{}
.gnav_list div a, .gnav_list div span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 0;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

.gnav_list div a:hover {
    color: #D7001D !important;
}
.gnav_list div a .border {
    display: block;
    position: relative;
}
.gnav_list div a .border::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D7001D;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.5s;
}
.gnav_list div a:hover > .border::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.primary-button {
    font-size: 14px;
    padding: 12px 42px;
border: 2px solid #D7001D;
transition: all .35s cubic-bezier(.77, 0, .175, 1);
}
.primary-button:hover {
    background-color: #fff;
    color: #D7001D;
    border: 2px solid #D7001D;
background-image:none;
}
