.show-pc {
    display: block !important;
}

.show-sp {
    display: none !important;
}

.d-none, .hide {
    display: none;
}

html {
    overflow-x: hidden;
}
body {
    margin: 0;
    overflow-x: hidden;
}

* {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #3B3B3B;
}

ul, ol {
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
}

body p, span {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}

body a, a span, li span{
    text-decoration: none;
    color: #3B3B3B;
}


figure {
    margin: 0;
}

.justify-between {
    justify-content: space-between;
}

.header-block {
    padding: 0 20px;
    position: relative;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.main-logo-link {
    display: flex;
}

.text-logo {
    font-size: 20px;
    line-height: 24px;
}

.text-logo b {
    font-size: 36px;
    line-height: 43px;
}

.main-logo {
    width: 89px;
    height: 89px;
}

.main-logo-label {
    font-size: 30px;
    line-height: 30px;
    color: #E36F1C;
    font-weight: 700;
    display: flex;
    margin: auto 0;
}

.header-button-list {
    display: inline-flex;
    height: fit-content;
    margin: auto 0;
    gap: 26px;
    padding-left: 26px;
}

.main-menu {
    display: flex;
}

.header-button {
    width: 200px;
    height: 50px;
    background: linear-gradient(90deg, #FB6D3A 0%, #F9AF39 100%);
    border: none;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    padding: 0;
}

.button-recruit {
    background: linear-gradient(90deg, #FB6D3A 99.99%, #F9AF39 100%);
    gap: 22px;
}

.header-button span {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    margin: auto 0;
    line-height: 16px;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.menu-header {
    display: flex;
}

.menu-header-content {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: auto 0;
}

.menu-text {
    font-size: 18px;
    font-weight: 500;
}

/* footer */
.title-page-footer {
    font-size: 18px;
    line-height: 16px;
    margin: 100px 20px 55px;
    border-bottom: 3px solid #E36F1C;
    padding-bottom: 15px;
}

.footer-block {
    margin-top: 100px;
}

.footer-item {
    padding-right: 30px;
}

.footer-copyright {
    height: 100px;
    background-color: #F9AF39;
    display: flex;
}

.footer-copyright-text {
    text-align: center;
    color: #3B3B3B;
    font-size: 16px;
    margin: auto;
}

.main-footer {
    display: flex;
    justify-content: space-between;
}

.list-menu-footer .footer-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 100px;
}

.footer-menu .footer-item:first-child::after {
    content: "";
    display: block;
}

.footer-menu-title a {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1.68px;
    color: #E36F1C;
    font-weight: 700;
}

.footer-menu-text a {
    font-size: 18px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
}

.footer-menu-text a::after {
    content: "";
    background: #F9AF39;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-menu-text a:hover::after {
    width: 100%;
    transition: 0.3s;
}

.main-logo-footer img {
    width: 110px;
    height: 110px;
}

.list-social {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.policy-sitemap {
    display: flex;
    gap: 50px;
    padding: 100px 0 30px;
}

/* modal sp */
.menu-header-content-sp {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    z-index: 2;
    bottom: 0;
    justify-content: flex-end;
    transition: right 0.3s ease-in-out;
}

.show-modal.menu-header-content-sp {
    display: flex;
}

.modal-menu-sp {
    margin-top: 0;
    font-size: 24px;
    line-height: 33px;
    width: 100vw;
    max-width: 100vw;
    height: max-content;
    background-color: #E36F1C;
    overflow: auto;
    max-height: 100vh;
}

.close-modal {
    display: flex;
    justify-content: end;
    height: 65px;
    border-bottom: 1px solid #ffffff;
}

.close-modal-image {
    width: 25px;
    height: 25px;
    margin: 20px 30px;
}
.menu-sp-title {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 0 15px;
    font-size: 24px;
    border: none;
    background: none;
    position: relative;
    width: 100%;
    height: 65px;
    text-align: left;
    border-bottom: 1px solid #ffffff;
}

.menu-sp-item {
    position: relative;
}

.menu-sp-title img {
    width: 25px;
    height: 25px;
    margin: 20px 0;
}
.menu-sp-title-text a {
    line-height: 65px;
    color: #ffffff;
}
.menu-image-plus {
    display: block;
}
.menu-image-minus {
    display: none;
}
.menu-sp-content {
    line-height: 60px;
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.menu-sp-content li {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 0 15px;
    font-size: 24px;
    border: none;
    background: #ffffff;
    position: relative;
    width: 100%;
    height: 65px;
    text-align: left;
    border-bottom: 1px solid #E36F1C;
}

.menu-sp-content li .menu-sp-item-link {
    color: #E36F1C;
}

.menu-sp-content li::after {
    display: block;
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    right: 75px;
    bottom: 20px;
    background: url("../../images/icon_link_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}


.link-menu-sp {
    width: calc(100% - 45px);
}

.modal-content-end {
    height: 100px;
    background: #ffffff;
}

.modal-content-end .main-logo {
    margin-top: 5px;
    width: 58px;
    height: 58px;
    display: block;
    margin: auto;
}

.policy-sitemap-header {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.policy-sitemap-header .policy-sitemap-link {
    font-size: 14px;
    line-height: 22px;
    color: #E36F1C;
}

.show-list-menu .menu-image-plus {
    display: none;
}

.show-list-menu .menu-image-minus {
    display: block;
}

.show-list-menu .menu-sp-content {
    max-height: unset;
    opacity: 1;
    transform: translateY(0);
}

.list-menu-sp {
    overflow: auto;
    height: max-content;
}

.modal-copyright-text {
    font-size: 16px;
    line-height: 30px;
    padding: 21px 0;
}

.section-header {
    position: fixed;
    z-index: 2;
    background: #ffffff;
    width: 100vw;
}

#mainContents {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

/* menu modal */
body.body-show-modal {
    overflow-y: hidden;
    max-height: 100vh;
}

.modal-list-menu {
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 4;
    display: none;
}

.modal-list-menu.show-modal {
    display: block;
}

.modal-list-menu-content {
    background-color: #E36F1C;
}

.modal-list-menu .menu-sp-title-text {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    width: fit-content;
    margin-right: 80%;
    position: relative;
}

.modal-list-menu .menu-sp-title-text a {
    line-height: 40px;
    color: #ffffff;
}

.modal-header-content {
    padding-left: 110px;
}

.modal-list-menu .menu-sp-item-link {
    width: 260px;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
    display: block;
    position: relative;
    padding-right: 40px;
}

.modal-list-menu .menu-sp-item-link::after {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 60px;
    left: -50px;
    bottom: 0;
    background: url("../../images/icon_next_link.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.modal-list-menu .menu-sus .menu-sp-item-link {
    width: 450px;
}

.modal-list-menu .menu-sp-item {
    display: none;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 10px;
}

.modal-list-menu .menu-sp-item.menu-active {
    display: flex;
    flex-wrap: wrap;
}

.close-menu-modal {
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    height: 58px;
    padding: 21px 0;
    cursor: pointer;
}

.close-menu-modal .close-modal-text {
    font-size: 32px;
    line-height: 50px;
    display: flex;
}

.close-menu-modal figure {
    display: flex;
    margin: auto 0;
}

.close-menu-modal .close-modal-image {
    margin: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    margin-right: 36px;
}

.menu-button-text {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.menu-button-text::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    height: 5px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E36F1C;
    width: 0;
    height: 0;
    transition: width 0.3s ease;
    display: none;
    transform: translate(-50%, 0);
}

.menu-button-text.active::after {
    bottom: -38px;
    display: block;
}

.menu-text {
    position: relative;
    display: inline-block;
}

.menu-text::before {
    content: "";
    background: #F9AF39;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu-text:hover::before {
    width: 100%;
    transition: 0.3s;
}

/* modal policy */
.modal-policy {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.25);
}

.modal-policy-content {
    width: 1200px;
    max-width: 1200px;
    margin: 10vh auto;
    background: #ffffff;
    max-height: 80vh;
}

.policy-title {
    height: 100px;
    background: #02819E;
    text-align: center;
    color: #ffffff;
    line-height: 100px;
}

.policy-content {
    padding: 60px 150px;
    overflow-y: auto;
    max-height: calc(80vh - 220px);
    height: auto;
}

.policy-item {
    margin-bottom: 60px;
}

.policy-item-title {
    margin-bottom: 30px;
    text-align: center;
}

.policy-item-text {
    display: block;
}

.text-center {
    text-align: center;
}

.policy-button-close {
    background: #E6E6E6;
    width: 430px;
    height: 60px;
    border-radius: 30px;
    border: none;
    margin: auto;
    display: block;
    cursor: pointer;
}

.policy-button-close:hover {
    border: 4px solid #0296B6;
}

.show {
    display: block !important;
}

/* contact section */

.contact-list-image {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact-item-link {
    position: relative;
}

.contact-image-bg {
    height: 100%;
    width: 100%;
}

.contact-item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    white-space: pre-line;
    padding-left: 30px;

}

.contact-image-icon {
    margin-top: 5px;
    width: 24px;
    height: 24px;
}

.contact-phone-text {
    font-size: 24px;
    margin: 20px 0;
}


.link-more span.link-phone-text {
    border-radius: 100px;
}

.link-more span.link-phone-text::after {
    left: 20px;
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    background: url("../../images/icon_phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.link-more:hover span {
    transition: 1s;
    background: #ffffff;
    color: #E36F1C;
}

.link-more:hover span::after {
    transition: 1s;
    background: url("../../images/icon_next_orange.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.link-contact-phone.link-more {
    width: 400px;
    height: 100px;
    color: #ffffff !important;
}

.link-more .link-phone-text {
    font-size: 32px;
    padding-left: 15px;
    font-weight: 600;
    color: #ffffff !important;
}

.contact-schedule {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}

.show-tablet {
    display: none;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: none;
  background-color: #E36F1C;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
  width: 76px;
  height: 76px;
}

.back-to-top img {
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100%;
}

/* common section */
.section-block {
    padding: 100px 0;
}

.block-container {
    width: 1208px;
    margin: 0 auto;
}

.block-title {
    font-size: 32px;
    line-height: 32px;
    color: #E36F1C;
    font-weight: 700;
    letter-spacing: 0.64px;
    margin-bottom: 22px;
}

.block-content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.block-content-text {
    width: 560px;
}

.block-content-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 3.2px;
    margin-bottom: 55px;
}

.block-content-desc {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.44px;
    position: relative;
    z-index: 2;
}

.block-content-link {
    background: linear-gradient(90deg, #FB6D3A 0%, #F9AF39 100%);
    width: 320px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    float: inline-end;
}

.block-content-link-text {
    display: flex;
    margin: auto;
    font-size: 20px;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #ffffff;
}

/* top page */
/* slide section */
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.carousel-item-content {
    position: absolute;
    left: 66px;
    top: calc(50%);
    transform: translate(0%, -50%);
    z-index: 1;
    background: #E36F1CCC;
    width: 903px;
    border-radius: 20px;
    padding: 20px 40px;
}

.carousel-item-title {
    font-size: 48px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 600;
    white-space: pre-line;
}

.carousel-item-sub {
    font-size: 28px;
    line-height: 90px;
    color: #ffffff;
    display: block;
}

.carousel-item-text {
    font-size: 22px;
    line-height: 39px;
    color: #ffffff;
    white-space: pre-line;
}

.carousel-item-link {
    font-size: 28px;
    line-height: 78px;
    height: 78px;
    text-align: center;
    width: 468px;
    border-radius: 50px;
    background-color: #E6E6E6;
    margin-top: 30px;
    color: #303030;
    display: block;
}

.carousel-item-text span {
    color: #ffffff;
    background-image: linear-gradient(to right, #02819E, #02819E);
    background-size: 100% 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 95%;
}

.carousel-item-image {
    width: 100%;
    display: block;
    height: 580px;
    object-fit: cover;
}

.carousel-item-image {
    user-select: none;
    pointer-events: none; 
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.carousel-item-image img {
    height: 100%;
}
/* about section */
.figure-about-image-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.figure-about-image {
    height: max-content;
    display: flex;
}

.figure-about-image img {
    width: 100%;
}

.about-image {
    width: 100%;
}

/* service section */
.block-content .content-left, .block-content .content-right {
    border-radius: 20px;
    position: relative;
}

.content-right {
    margin-top: 252px;
}

.services-image-title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2.8px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 15px);
    right: 50px;
}

.content-right .services-image-title {
    right: unset;
    left: 50px;
}

.figure-services-image img {
    width: 100%;
}
.product-item {
    display: block;
}

/* product section */
.product-block-title {
    margin-top: 0;
}

.product-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.product-item-sp {
    min-width: calc(100% - 50px);
    margin: 0 25px;
    box-sizing: border-box;
    position: relative;
    padding: 34px 48px;
}

.sus-slide-controls {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 20px;
    margin: 74px 0;
    gap: 40px;
}

.carousel-indicators {
    display: flex;
    gap: 40px;
}

.button-slide-action {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: none;
    color: unset;
    background: #ccc;
    color: #ccc;
}

.button-slide-action.active {
    background: #E36F1C;
    color: #E36F1C;
}

.slide-control-image.control-left {
    transform: rotate(180deg);
}

.product-list-item {
    justify-content: unset;
    gap: 10px;
}

.product-content {
    padding: 0 30px;
}

.block-content-sub {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2.8px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.product-list-item {
    display: flex;
    width: max-content;
}

.product-item {
    position: relative;
}

.product-item figure {
    height: 100%;
    border-radius: 20px;
}

.product-item-image {
    width: 100%;
    height: 100%;
}

.product-item-title {
    position: absolute;
    bottom: 20px;
    right: 90px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 1.68px;
    color: #ffffff;
}

.product-item-title::after {
    position: absolute;
    bottom: 5px;
    right: -50px;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../../images/icon_next_link.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.slide-control-image, .button-slide-action {
    cursor: pointer;
}

.section-link-more {
    justify-content: center;
    display: flex;
}

.link-more {
    position: relative;
    width: 320px;
    height: 80px;
    border-radius: 100px;
    background: linear-gradient(90deg, #FB6D3A 0%, #F9AF39 100%);
    text-align: center;

    display: flex;
}

.link-more a {
    margin: auto;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
    margin: 4px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.link-more a::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../../images/icon_next_link.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

/* news section */
.new-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.new-form-item {
    width: 560px;
}

.new-item {
    display: grid;
    grid-template-areas:
        "date date"
        "status link";
    grid-template-columns: 140px calc(100% - 155px);
    border-bottom: 2px solid #D9D9D9;
    gap: 15px;
    padding: 28px 0;
}

.new-item-date {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.65px;
}

.new-item-status {
    width: 140px;
    height: 33px;
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 33px;
    background-color: #FF974D;
    border-radius: 5px;
}

.new-block .block-content-title {
    margin-bottom: 22px;
}

.status-yellow {
    background: #EDBD47;
}

.status-red {
    background: #FF1D1D;
    color: #ffffff;
}


.new-item .new-item-status {
    grid-area: status;
}

.new-item .new-item-space {
    grid-area: space;

}
.new-item .new-item-link {
    grid-area: link;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.new-item .new-item-date {
    grid-area: date;
}

.new-block .section-link-more {
    margin-top: 30px;
}

/* column section */
.column-block {
    background: #F9F2EE;
}

.column-block .block-title, .column-block .block-content-title,.column-block .block-content-desc {
    text-align: center;
    margin-bottom: 15px;
}

.column-block .block-title {
    margin-bottom: 10px;
}

.column-content {
    margin: 70px 0 60px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* overflow-y: auto; */
    padding-bottom: 10px;
}

.column-item {
    width: 280px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
}


.column-item-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    height: 12.96875vw;
    padding: 0.573vw 0.83333vw;
}

.column-item-date {
    font-size: 16px;
    line-height: 30px;
    padding-left: 0.20833vw;
}

.column-item-title {
    font-size: 20px;
    line-height: 41px;
}

.column-item-more {
    font-size: 16px;
    line-height: 36px;
    display: block;
    position: relative;
    padding-left: 1.77083vw;
}

.column-block .link-more span {
    font-size: 16px;
}


.column-block .link-more span::after {
    bottom: 2px;
}

.slide-control-image {
    width: 1.0417vw;
    height: 1.0417vw;
    display: block;
}

.column-item-more::before {
    position: absolute;
    bottom: 8px;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../../images/icon_next_orange.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.block-content-image {
    border-radius: 20px;
    height: fit-content;
    box-shadow: -20px 20px 0px #F9AF39;
}

.product-block .link-more span::after {
    right: 10px;
}

.link-more:hover .link-phone-text {
    color: #ffffff;
    background: none;
    transition: none;
}

.link-more:hover .link-phone-text::after {
    background: url("../../images/icon_phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: none;
}

.link-contact-phone.link-more {
    cursor: default;
    border: none;
}

/* single page */
.section-banner {
    position: relative;
}

.banner-background {
    height: 22.9vw;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E36F1CCC;
    width: 28.125vw;
    height: 10.42vw;
    border-radius: 1.042vw;
    text-align: center;
}

.banner-sub {
    margin-top: 1.5625vw;
    color: #3B3B3B;
    font-size: 1.667vw;
    font-weight: 700;
}

.banner-title {
    font-size: 2.5vw;
    line-height: 4.1667vw;
    color: #ffffff;
    font-weight: 600;
}

.block-content-subtitle {
    font-size: 1.46vw;
    line-height: 1.5vw;
    display: inline-block;
    border-bottom: 5px solid #E36F1C;
    padding-bottom: 6px;
    font-weight: 700;
    margin-bottom: 1.5625vw;
}

.block-content-desc {
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.875vw;
    letter-spacing: 0.075vw;
    margin-bottom: 2.6vw;
}

.text-bold {
    font-weight: 700;
}

a.button-link-div {
    background: none;
    padding: 0;
    display: flex;
}
