body {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: -100;
    position: relative;
    overflow-x: clip;
}

.pc {
    display: inline;
}

.sp {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    transition: .2s
}

a:hover {
    color: #333;
    opacity: 0.8;
}

p {
    margin-bottom: 0;
}

.wrap {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.wrap-1280 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

section {
    padding-top: 6.25rem;
    padding-bottom: 6.875rem;
}

.nav-link {
    color: var(--font, #333) !important;
}

/* color */
.color-font {
    color: #333;
}

.bg-font {
    background: #333;
}

.color-white {
    color: #FFF;
}

.color-main_blue {
    color: #C83C28;
}

.bg-main_blue {
    background: #C83C28;
}

.color-accent_orange {
    color: #FB9527;
}

.bg-accent_orange {
    background: #FB9527;
}

.bg-lightblue {
    background: #ededed;
}

.bg-lightblue_02 {
    background: #ededed;
}

.color-blue {
    color: #246E9C;
}

.color-navy {
    color: #274091;
}

.color-purple {
    color: #522B7D;
}

.color-orange {
    color: #E68933;
}

.color-yellow {
    color: #EEC82D;
}

.btn {
    display: block;
}

.text-40 {
    font-size: 2.5rem;
}


/* margin */
.mt-40 {
    margin-top: 2.5rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mb-50 {
    margin-bottom: 3.125rem;
}

.mb-60 {
    margin-bottom: 3.75rem;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

.ml-40 {
    margin-left: 2.5rem;
}


/* title */
.section_title-56 {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
}

.section_title-29 {
    font-size: 1.8125rem;
    font-weight: 700;
    line-height: 160%;
}

.section_title-22 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 25px;
}

.section_title-20 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 160%
}

.section_subtitle {
    font-weight: 700;
    letter-spacing: 0.3em;
    font-style: normal;
    margin-bottom: 23px;
}

.section_subtitle-14 {
    font-size: 14px;
    font-weight: 400;
}

/* button */
.common_button-black,
.common_button-white {
    display: block;
    max-width: 250px;
    width: 100%;
    padding: 10px 25px;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: #333;
    color: #FFF;
    text-align: center;
    margin-top: 24px;
    transition: 0.5s;
}

.common_button-white {
    background-color: transparent;
    border: 2px solid #FFF;
}

.common_button-black::after,
.common_button-white::after {
    content: '';
    display: inline-block;
    width: 22.215px;
    height: 5.903px;
    background: url("../image/common/arrow.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: 50%;
    right: -10px;
    transition: all 0.2s;
}

.common_button-black:hover::after,
.common_button-white:hover::after {
    right: -15px;
}

.common_button-black:hover,
.common_button-white:hover {
    color: white;
    opacity: 1;
}

.list-group-item {
    background-color: transparent;
    color: inherit;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
}

/* mv_text */
.aboutus .main_visual-text h2,
.work .main_visual-text h2,
.company .main_visual-text h2,
.contact .main_visual-text h2,
.news .main_visual-text h2,
.privacy .main_visual-text h2,
.sitepolicy .main_visual-text h2,
.site .main_visual-text h2 {
    position: relative;
    text-align: left;
    font-size: 4.375rem;
    font-weight: 500;
    line-height: normal;
}

.aboutus .main_visual-text h2::after,
.work .main_visual-text h2::after,
.company .main_visual-text h2::after,
.contact .main_visual-text h2::after,
.news .main_visual-text h2::after,
.privacy .main_visual-text h2::after,
.sitepolicy .main_visual-text h2::after,
.site .main_visual-text h2::after {
    content: '選ばれる理由';
    position: absolute;
    font-size: 28px;
    bottom: -25px;
    left: 0;
}

.work .main_visual-text h2::after {
    content: '業務内容';
}

.company .main_visual-text h2::after {
    content: '会社情報';
}

.contact .main_visual-text h2::after {
    content: 'お問い合わせ';
}

.news .main_visual-text h2::after {
    content: 'お知らせ';
}

.privacy .main_visual-text h2::after {
    content: 'プライバシーポリシー';
}

.sitepolicy .main_visual-text h2::after {
    content: 'サイトポリシー';
}

.site .main_visual-text h2::after {
    content: 'サイトマップ';
}

.catchcopy {
    white-space: nowrap;
}

/* breadcrumb */
.breadcrumb {
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #C83C28;
}

/* table */
table {
    margin-bottom: 0 !important;
}

.common_table tr {
    padding: 20px 0;
    border-color: #656766;
}

.common_table th {
    border-color: #C83C28;
}

.common_table th,
.common_table td {
    padding: 20px 0;
}

.common_bg_image {
    width: 100%;
    background-image: url("../image/common/bg_pattern_right.png"), url("../image/common/bg_pattern_left.png");
    background-repeat: no-repeat no-repeat;
    background-position:
        top right,
        bottom left;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease-out, transform 0.5s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.navbar-toggler {
    border-color: #246E9C;
}


/*hamburger*/
.btn-primary,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #246E9C;
}

.btn-primary:hover {
    color: #246E9C;
    background-color: transparent;
    border-color: transparent;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #246E9C;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.hamburger-menu_open::before {
    font-size: 2.4rem;
}

.offcanvas-header {
    justify-content: flex-end;
}

.offcanvas.show {
    width: 65%;
}

.offcanvas-body ul {
    margin-bottom: 30px;
}

.hamburger-menu_item:not(:last-child) {
    border-bottom: #D3D3D3 1px solid;
}

.hamburger-menu_item {
    padding: 15px 0;
}

.offcanvas-body .btn-entry {
    margin: 0 0 20px 0;
}

.offcanvas-body .btn-entry,
.offcanvas-body .btn-contact {
    width: 100%;
}

.hamburger-menu_item_small:first-child {
    margin-top: 30px;
}

.hamburger-menu_item_small {
    border-bottom: none;
    font-size: 15px;
    margin: 10px;
}

.btn-primary {
    color: #246E9C !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

@media (min-width:751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

}