.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px
}
.h3, h3 {
    font-size: 1.62rem;
}
.h4, h4 {
    font-size: 1.28rem;
}
.h5, h5 {
    font-size: 1.2rem;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.link-line {
    text-decoration: underline !important;
}
#request-form {
    padding-top: 136px;
    margin-top: -136px;
}
.d-block {
    display: block !important;
}
.pt-0 {
    padding-top: 0% !important;
}
.bg-white {
    background-color: #FFF;
    padding: 120px 0;
}
.bg-gray {
    background-color: var(--thm-light);
    padding: 120px 0;
}
.justify-content-center {
    justify-content: center !important
}
.align-items-center {
    align-items: center !important
}
.text-start {
    text-align: left !important
}
.text-end {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
.text-white {
    color: #fff;
}
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}
.sub-title {
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    color: #8f8da0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: block;
}
.logo-jnla {
    width: 130px;
    margin-bottom: 20px;
}
.footer-widget__about-logo img {
    width: 300px;
}
.news_list_item {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
}
.news_list_item p {
    margin-bottom: 0;
}
.news_list_item:first-child {
    border-top: 1px solid #E6E6E6;
}
.news_list_item a {
    position: relative;
    display: flex;
    padding-right: 30px;
}
.news_list_date {
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.news_list_date time {
    font-family: "Oswald", sans-serif;
    color: #0f0d1d;
    letter-spacing: 1px;
}
.news_item {
    font-size: 13px;
    color: #fff;
    background: #40B66E;
    border-radius: 100px !important;
    width: 6em;
    text-align: center;
    margin-left: 20px;
}
.news_list_item a:hover {
    color: #80858F;
}
.arrow {
    width: 25px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
}
.arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    bottom: 2px;
}
.copyright {
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    margin: 0;
    color: #8f8da0;
}
.mb-0px {
    margin-bottom: 0px !important;
}
.mb-5px {
    margin-bottom: 5px !important;
}
.mb-10px {
    margin-bottom: 10px !important;
}
.mb-15px {
    margin-bottom: 15px !important;
}
.mb-20px {
    margin-bottom: 20px !important;
}
.mb-25px {
    margin-bottom: 25px !important;
}
.mb-30px {
    margin-bottom: 30px !important;
}
.mb-35px {
    margin-bottom: 35px !important;
}
.mb-40px {
    margin-bottom: 40px !important;
}
.mb-45px {
    margin-bottom: 45px !important;
}
.mb-50px {
    margin-bottom: 50px !important;
}
.mb-55px {
    margin-bottom: 55px !important;
}
.mb-60px {
    margin-bottom: 60px !important;
}
.bg-white .thm-btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}
.left-icon {
    margin-right: 4px;
    margin-left: 0;
}
.heading-1 {
    color: #0f0d1d;
    padding: 18px 0;
    border-top: solid 1px #0f0d1d;
    border-bottom: solid 1px #0f0d1d;
}
.heading-2 {
    background-color: var(--thm-light);
    padding: 18px;
}
.heading-3 {
    padding: 14px;
    border: 1px solid #0f0d1d;
}
.box-1 {
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.box-1 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .55em 0;
    background-color: #3c72fc;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
}
.box-1-inner {
    margin: 0;
    padding: 2em 2.5em;
}
.custom-1 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background: #fff;
    border: none;
}
.custom-1 th {
    font-weight: 600;
    color: #fff;
    background: #3c72fc;
}
.custom-1 th, .custom-1 td {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    padding: 8px 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .custom-1 th, .custom-1 td {
        display: table-cell;
        border-bottom: 1px solid #ccc;
        color: #000;
        background: #fff;
    }
    .custom-1 th {
        color: #000;
        background: #fff;
        letter-spacing: 1px;
        vertical-align: middle;
        text-align: center;
    }
    .custom-1 tr th:first-child {
        width: 20%;
    }
}
.custom-2 th {
    background: #3c72fc;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.custom-2 .head th {
    text-align: center;
}
.custom-2 th, .custom-2 td {
    padding: 10px;
    border: solid 1px #ccc;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .custom-2 .head {
        display: none;
    }
    .custom-2 {
        width: 100%;
    }
    table.custom-2 td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    table.custom-2 td:first-child {
        background: #3c72fc;
        color: #fff;
        font-weight: bold;
    }
    .custom-2 tr:last-child {
        border-bottom: solid 1px #ccc;
    }
}
.br-sp {
    display: none;
}
ul {
    margin: 0;
}
.page-header__bg-company {
    background-image: url(../imgs/page-header-company.webp);
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-header__bg-concrete {
    background-image: url(../imgs/page-header-concrete.webp);
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-header__bg-aggregate {
    background-image: url(../imgs/page-header-aggregate.webp);
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-header__bg-soil {
    background-image: url(../imgs/page-header-soil.webp);
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-header__bg-other {
    background-image: url(../imgs/page-header-other.webp);
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-header__bg-request-flow {
    background-image: url(../imgs/page-header-request-flow.webp);
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-header__bg-contact {
    background-image: url(../imgs/page-header-contact.webp);
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-header__bg-request-quote {
    background-image: url(../imgs/page-header-request-quote.webp);
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}
@media screen and (max-width: 769px) {
    .news_list_item a {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    body {
        font-size: 14px;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .h4, h4 {
        font-size: 1.18rem;
        line-height: 1.65;
    }
    .h5, h5 {
        font-size: 1.08rem;
        line-height: 1.65;
    }
    #request-form {
        padding-top: 0;
        margin-top: 0;
    }
    .box-1 span {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .box-1-inner {
        padding: 1em 1.5em;
    }
    .footer-widget__about-logo img {
        width: 248px;
    }
    .footer-widget__title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .sm-mb-30px {
        margin-bottom: 30px !important;
    }
    .bg-gray {
        padding: 60px 0;
    }
    .bg-white {
        padding: 60px 0;
    }
    .faq-one {
        padding: 60px 0;
    }
    .main-menu-wrapper__logo img {
        width: 260px;
    }
    .thm-btn {
        padding: 12px 30px;
    }
    .section-title__tagline {
        font-size: 15px;
    }
    .cases-two {
        padding: 60px 0;
    }
    .logo-jnla {
        width: 100px;
        margin-bottom: 20px;
    }
    .our-mission__title {
        margin-bottom: 20px;
    }
    .faq-one-accrodion .accrodion-title {
        padding-left: 20px;
        padding-right: 35px;
    }
    .main-menu-wrapper__logo {
        padding: 30px 0 30px 0;
    }
    .site-footer__top {
        padding: 60px 0 20px 0;
    }
    .footer-widget__text {
        font-size: 14px;
    }
    .footer-widget__contact-list li .text p {
        font-size: 14px;
    }
    .footer-widget__explore-list li a {
        font-size: 14px;
    }
    .faq-one-accrodion .accrodion-title h4 {
        font-size: 14px;
    }
    .heading-2 {
        padding: 12px;
    }
    .heading-3 {
        padding: 12px;
    }
    .faq-one-accrodion .accrodion-content p {
        font-size: 14px;
    }
}
/* --- フォーム全体 --- */
.wpcf7 form {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: #333;
}
.wpcf7 label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #0d234a;
}
.required {
    color: #e74c3c;
    font-size: 13px;
    margin-left: 4px;
}
.optional {
    color: #888;
    font-size: 13px;
    margin-left: 4px;
}
/* --- 2カラム整列 --- */
.form-row.two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-row.two-columns .form-col {
    flex: 1;
    min-width: 250px;
}
/* --- 各入力フィールド --- */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s;
}
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: #ff6600;
    outline: none;
}
/* --- テキストエリア --- */
.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}
/* --- チェックボックス --- */
.form-row.checkbox-row {
    margin: 20px 0;
}
.form-row.checkbox-row label {
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.form-row.checkbox-row input {
    margin-right: 6px;
}
/* --- 送信ボタン --- */
.form-row.submit-row {
    text-align: center;
}
.wpcf7 input[type="submit"] {
    background: #ff6600;
    color: #fff;
    border: none;
    padding: 18px 36px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}
.wpcf7 input[type="submit"]:hover {
    background: #e65c00;
    transform: translateY(-2px);
}


.news-post {
	padding-bottom: 60px;
	margin-bottom: 60px;
	position: relative;
    display: block;
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.10);
    padding: 60px 34px 52px;
    counter-increment: twoBoxesCount;
}

.news-post h2 {
    color: #0f0d1d;
    padding: 18px 0;
    border-top: solid 1px #0f0d1d;
    border-bottom: solid 1px #0f0d1d;
}