body {
    font-size: 16px;
}

header {
    background-color: #fff;
}

main {
    padding-top: 80px;
}

.inner {
    width: 1000px;
}

.inner_03 {
    width: 720px;
    margin: 0 auto;
}

.mv {
    position: relative;
    z-index: -1;
}

.mv_catch {
    position: absolute;
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing: 0.4em;
    text-align: center;
    width: 100%;
}

.mv_catch h2 {
    font-size: 18px;
    font-weight: 600;
}


.mv_catch h2 span {
    display: block;
    font-size: 24px;
}

.breadcrumbs {
    font-size: 0.9em;
    padding: 0 4%;
}

.contents {
    margin-top: 50px;
}

.lead {
    margin: 0 auto 64px;
}

h3 {
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 0.4em;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    letter-spacing: 0.4em;
    font-weight: 700;
}

section {
    margin-bottom: 130px;
}

section:last-of-type {
    margin-bottom: 150px;
}

.border_space.active::after {
    height: 200px;
}

.footer_page_link_wrap {
    margin-top: 100px;
    margin-bottom: 180px;
}


.footer_page_link {
    position: relative;
    overflow: hidden;
    width: 340px;
    height: 200px;
}

.footer_page_link:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    filter: brightness(68%);
}

.footer_page_link:hover:after {
    filter: brightness(100%);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer_page_link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff
}

.footer_page_link a:hover {
    opacity: 1;
}

.footer_page_link.footer_page_link_history:after {
    background: url(../image/common/history_link_bg.jpg) no-repeat center center;
    background-size: cover;
}

.footer_page_link.footer_page_link_vision:after {
    background: url(../image/common/vision_link_bg.jpg) no-repeat center center;
    background-size: cover;
}

.footer_page_link.footer_page_link_brand:after {
    background: url(../image/common/brand_link_bg.jpg) no-repeat center center;
    background-size: cover;
}

.footer_page_link.footer_page_link_taste:after {
    background: url(../image/common/taste_link_bg.jpg) no-repeat center center;
    background-size: cover;
}

.footer_page_link.footer_page_link_scene:after {
    background: url(../image/common/scene_link_bg.jpg) no-repeat center center;
    background-size: cover;
}

.footer_page_link p {
    font-size: 15px;
    letter-spacing: 0.4em;
    text-align: center;
    font-weight: 600;
}

.footer_page_link p span {
    font-size: 20px;
    display: block;
}


/* BRANDページ */
.brand_item_image {
    position: relative;
    margin-bottom: 80px;
}

.brand_item_text {
    flex-wrap: nowrap;
}

.brand_item_image .en_image {
    position: absolute;
    left: -12%;
    bottom: -34px;
}

.sec_origin .en_image {
    width: 138px;
}

.sec_breakthrough .en_image {
    width: 286px;
}

.sec_tradition .en_image {
    width: 350px;
}

.brand section:last-of-type {
    margin-bottom: 0;
}



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

    main {
        padding-top: 60px;
    }

    .inner {
        width: calc(100% - 48px);
    }

    .inner_03 {
        width: 100%;
    }

    p {
        font-size: 15px;
    }

    .mv_catch h2 {
        font-size: 14px;
    }

    .mv_catch h2 span {
        font-size: 20px;
    }

    .breadcrumbs {
        font-size: 0.8em;
        padding: 0 24px;
        margin-top: 0.8em;
    }

    section {
        margin-bottom: 80px;
    }


    h3,
    h4 {
        font-size: 20px;
    }

    .lead {
        margin: 50px auto 24px;
    }

    .footer_page_link_wrap {
        margin-top: 40px;
        margin-bottom: 80px;
        gap: 10px;
    }

    .footer_page_link {
        width: 100%;
        height: 160px;
    }



    /* BRANDページ */

    .brand_item_image .en_image {
        position: absolute;
        left: -13px;
        bottom: -36px;
    }

    .brand_item_image h4 {
        width: 20%;
    }

    .brand_item_text h4 {
        width: 20%;
    }

    .brand_item_text p {
        width: 70%;
    }

    .brand_item_image {
        margin-bottom: 64px;
    }

    .sec_origin .en_image {
        width: 108px;
    }

    .sec_breakthrough .en_image {
        width: 200px;
    }

    .sec_tradition .en_image {
        width: 240px;
    }

    .border_space {
        margin-top: 60px;
    }

    .border_space.active::after {
        height: 100%;
        top: 0;
    }

}


/* HISTORYページ */

.introduction {
    width: calc(100% - (100% - 1000px) / 2);
    margin: 0 auto 0 0;
    text-align: right;
    margin-bottom: 140px !important;
}

.introduction img {
    max-height: 400px;
    object-fit: cover;
    overflow: hidden;
    height: 100%;
}


.text_area {
    margin-top: 48px;
}

.introduction p {
    display: inline-block;
    text-align: left;
    width: 710px;
}

.history h4 {
    width: 332px;
}

.history h4 {
    width: 332px;
    display: flex;
    align-items: center;
    margin-top: 0.6em;
}

.history_item_image {
    width: 388px;
    position: relative;
    padding-bottom: 40px;
}

.history_item_image .en_image {
    position: absolute;
    left: -18%;
    bottom: 0;
}

.history_item_top {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.history_item_top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    background-color: #F8F6EC;
    left: -20%;
    bottom: 0;
}


.sec_hint .history_item_image .en_image {
    width: 106px;
}

.sec_mackerel-load .history_item_image .en_image {
    width: 228px;
}

.sec_communication .history_item_image .en_image {
    width: 248px;
}


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

    section:last-of-type {
        margin-bottom: 100px;
    }

    .introduction {
        width: calc(100% - 30px);
        margin-bottom: 80px !important;
    }

    .text_area {
        text-align: justify;
        margin-top: 32px;
    }

    .introduction p {
        padding-left: 30px;
    }

    .history h4 {
        width: 120px;
        font-size: 18px;
        align-items: flex-end;
    }

    .history_item_image {
        width: calc(100% - 120px);
    }

    .history_item_image .en_image {
        position: absolute;
        left: -5%;
        bottom: inherit;
        top: 140px;
    }


    .sec_hint .history_item_image .en_image {
        width: 86px;
    }

    .sec_mackerel-load .history_item_image .en_image {
        width: 168px;
    }

    .sec_communication .history_item_image .en_image {
        width: 198px;
    }

}


/* VISION ページ */

.vision h4 {
    letter-spacing: 0.1em;
}

.greeting_image {
    width: 500px;
}

.gsec_greeting h3 {
    width: 230px;
}

.sec_greeting .ceo_sign {
    text-align: right;
    width: 200px;
    display: block;
    margin: 0 0 0 auto;
    margin-top: 40px;
}

.sec_greeting .ceo_sign span {
    text-align: left;
    display: block;
    font-size: 14px;
}

.title_under-dot {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 48px;
}

.title_under-dot::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-image: url(../image/common/rhombus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.sec_management ul li:first-of-type {
    width: 100%;
    margin-bottom: 40px;
}

.sec_management ul li {
    width: 340px;
    text-align: center;
}

.sec_management ul li img {
    margin-bottom: 0.8em;
}

.sec_management ul li p {
    font-size: 18px;
    line-height: 1.7;
}

.sec_management ul li p span {
    font-size: 0.8em;
    display: block;
}

.section_lead {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.sec_attitude .attitude_list {
    background-color: #F8F6EC;
    padding: 40px;
    text-align: center;
}

.sec_attitude .attitude_list ul {
    text-align: left;
    display: inline-block;
}

.sec_attitude .attitude_list ul li {
    position: relative;
    margin-bottom: 0.4em;
    padding-left: 0.9em;
}

.sec_attitude .attitude_list ul li::before {
    content: "";
    position: absolute;
    background-image: url(../image/common/rhombus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4px;
    height: 4px;
    left: 0;
    top: 15px;
}

.sec_three-values .image_area {
    width: 400px;
    margin: 40px auto;
}

.list_line li {
    margin-bottom: 2.4em;
}

.list_line li:last-of-type {
    margin-bottom: 0;
}

.list_line h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0.6em;
}

.sec_conduct .section_lead {
    margin-bottom: 40px;
}


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

    .title_under-dot {
        padding-bottom: 16px;
        margin-bottom: 26px;
    }

    .sec_greeting h3 {
        margin-bottom: 24px;
    }

    .sec_greeting .ceo_sign {
        width: 160px;
        margin-top: 32px;
    }

    .sec_management ul {
        gap: 24px 0;
    }

    .sec_management ul li:first-of-type {
        margin-bottom: 0;
    }

    .sec_management ul li {
        width: 48%;
    }

    .sec_management ul li p {
        font-size: 17px;
    }

    .section_lead {
        font-size: 17px;
    }


    .sec_three-values .image_area {
        width: 100%;
        margin: 30px auto;
    }

    .list_line h4 {
        font-size: 17px;
    }

    .scroll_image {
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .scroll_image img {
        width: 540px;
        max-width: 540px;
    }
}



/* qualityページ */
.sec_material {
    text-align: center;
}

.sec_material_lead {
    display: inline-block;
    text-align: left;
    margin-bottom: 64px;
}

.material_item01 {
    position: relative;
    margin-bottom: 170px;
}

.material_item01 .image_area {
    width: 618px;
}

.material_item01 .text_area {
    width: 548px;
    position: absolute;
    right: 0;
}

.material_item01 .text_area p {
    background-color: #fff;
    padding: 3.2em;
    text-align: left;
    width: 618px;
}

.material_item01.material_item01_rice {
    justify-content: end;
}

.material_item01.material_item01_rice .text_area {
    left: 0;
}

.material_item01 .text_area h4 {
    position: relative;
    font-size: 36px;
    padding-bottom: 70px;
    width: 36px;
    text-align: center;
    margin: 0 auto 0 54%;
}

.material_item01 .text_area h4::after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #A2A2A2;
    height: 60px;
    top: 75px;
    left: 47%;
    letter-spacing: 0.4em;
}

.material_item01.material_item01.material_item01_rice .text_area h4 {
    position: relative;
    font-size: 36px;
    padding-bottom: 70px;
    width: 36px;
    text-align: center;
    margin: 0 54% 0 auto;
}

.commitment_list {
    width: 900px;
    margin: -120px auto 80px;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #fff;
    margin-top: -120px;
}

.commitment_list li {
    width: 232px;
    display: flex;
    text-align: left;
}

.commitment_list li:nth-last-of-type(2) {
    width: 276px;
    display: flex;
    text-align: left;
}

.commitment_list h4 {
    text-align: start;
    line-height: 1.2;
    height: fit-content;
    text-align: end;
    margin-right: 0.8em;
}

.commitment_list h4 span {
    display: inline-block;
    font-size: 0.8em;
}

.material_item01_water {
    flex-direction: row-reverse;
    margin-bottom: 360px;
}

.material_item01_water .text_area {
    position: absolute;
    left: 0;
    width: 100%;
}

.material_item01_water .text_area h4 {
    text-align: start;
    font-size: 24px;
    margin: 0 auto 0 24%;
}

.material_item01_water .text_area h4::after {
    content: none;
}

.material_item01_water .text_area p {
    width: 860px;
    margin-top: -20px;
}

.sec_visualization {
    border: 2px solid #CCCCCC;
    padding: 106px 130px;
    position: relative;
}

.sec_visualization::before {
    position: absolute;
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #CCCCCC;
    top: 8px;
    left: 8px;

}

.visualization_item {
    margin-bottom: 64px;
}

.visualization_item:last-of-type {
    margin-bottom: 0;
}

.visualization_item .text_area {
    margin-top: 1.2em;
}

.visualization_item h4 {
    display: block;
    text-align: center;
    margin-bottom: 0.6em;
    letter-spacing: 0.2em;
}

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

    .introduction p,
    .material_item01 .text_area,
    .material_item01 .text_area p,
    .material_item01_water .text_area p,
    .quality .commitment_list {
        width: 100%;
        flex-wrap: wrap;
    }

    .sec_material_lead {
        margin-bottom: 40px;
    }

    .material_item01 {
        margin-bottom: 80px;
    }

    .material_item01 .text_area {
        position: relative;
    }

    .material_item01 .text_area h4,
    .material_item01.material_item01.material_item01_rice .text_area h4 {
        font-size: 28px;
        padding-bottom: 90px;
        margin: 0 auto;
    }


    .material_item01 .text_area h4::after {
        height: 60px;
        top: 56px;
        left: 40%;
    }

    .material_item01 .text_area {
        width: 100%;
        margin-top: 32px;
        padding: 0;
    }

    .material_item01 .text_area p {
        padding: 0;
    }

    .commitment_list {
        margin: 0 auto 80px;
        padding: 0;
        gap: 40px;
    }

    .commitment_list li {
        width: 100% !important;
        justify-content: space-between;
    }

    .commitment_list li h4 {
        width: 50px;
    }

    .commitment_list li p {
        width: calc(100% - 80px);
    }

    .material_item01_water .text_area h4 {
        font-size: 22px;
        padding-bottom: 32px;
        width: 100%;
        text-align: start;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .material_item01_water .text_area p {
        margin-top: 0;
    }

    .sec_visualization {
        padding: 2em;
    }

    .visualization_item {
        margin-bottom: 48px;
    }

    .sec_visualization::before {
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        top: 6px;
        left: 6px;
    }

    .visualization_item h4 {
        font-size: 18px;
    }

}

/* SAFETYページ */

.safety h4 {
    letter-spacing: 0.2em;
}

.safety .introduction p {
    text-align: right;
}

.sec_safety_list ul li {
    width: 478px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec_safety_list ul li>img {
    width: 140px;
}

.sec_safety_list ul li .text_area {
    width: 316px;
    margin-top: 0;
}

.sec_safety_list ul li .text_area img {
    width: 50px;
    margin-right: 1em;
}



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

    .sec_safety_list ul li {
        width: 100%;
    }

    .sec_safety_list ul li img {
        width: 80px;
    }

    .sec_safety_list ul li .text_area {
        width: calc(100% - 96px);
    }

    .sec_safety_list ul li .text_area img {
        width: 40px;
    }

}

/* サイトマップ ページ */

.noimage_mv {
    padding: 60px 0 60px 0;
    /* border-bottom: 1px solid #A2A2A2; */
    margin-bottom: 1em;
}

.noimage_mv .mv_catch {
    position: static;
    color: #231815;
    transform: none;
}

.noimage_mv .mv_catch {
    position: static;
    color: #231815;
    transform: none;
}

.noimage_mv .mv_catch h2 {
    font-size: 24px;
}

/* .site_map_list {
    width: 408px;
}

.list_line.site_map_list li {
    margin-bottom: 2.4em;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1em;
}

.list_line.site_map_list li a {
    padding-bottom: 1em;
    display: block;
}

.list_line.site_map_list li:last-of-type {
    margin-bottom: 0;
}

.site_map_list li span {
    font-size: 0.8em;
    display: block;
}

.list_line.site_map_list li span a {
    padding-left: 1.2em;
    padding-bottom: 0.6em;
    display: block;
    position: relative;
    padding-left: 1.2em;
    margin-left: 1em;
}

.list_line.site_map_list li span:last-of-type a {
    padding-bottom: 1.2em;
}

.site_map_list li span a::before {
    content: "";
    position: absolute;
    width: 0.8em;
    height: 1px;
    background-color: #A2A2A2;
    top: 16px;
    left: 0;
} */

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

    .noimage_mv {
        padding: 60px 0 60px 0;
    }

    .noimage_mv .mv_catch h2 {
        font-size: 20px;
    }

    .sec_site_map>.row {
        gap: 1em;
    }

    .list_line.site_map_list li {
        font-size: 16px;
    }

    .site_map_list li span a::before {
        top: 12px;
    }
}

/*若廣グループについて ページ */

.sec_group {
    text-align: center;
}

.introduction_text {
    width: 100%;
}

.group_tree {
    text-align: center;
    margin: 0 auto;
}

.group_tree .tree_line {
    width: 580px;
    margin: 0 auto 0.4em;
}

.group_tree .wakahirogrou_label {
    width: 246px;
}

.group_tree .row {
    flex-wrap: nowrap;
    margin-bottom: 0.6em;
}

.group_tree a {
    display: inline-block;
    width: 140px;
}

.group_tree h4 {
    font-size: 15px;
    white-space: nowrap;
    margin-top: 0.6em;
}

.nolink:hover {
    opacity: 1;
}

.sec_system img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width: 767px) {
    .introduction_text p {
        padding-left: 0;
    }

    .group_tree .tree_line {
        width: 72%;
    }

    .group_tree .wakahirogrou_label {
        width: 56%;
    }

    .group_tree a {
        width: 29%;
    }

    .group_tree h4 {
        font-size: 13px;
    }

    .sec_system img {
        max-width: 320px;
    }

}


/*若廣 ページ */

.introduction .row img {
    width: 220px;
}

dl>div {
    display: flex;
}

.company_list {
    margin-bottom: 40px;
}

.company_list>div {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 1.8em;
    margin-bottom: 1.8em;
}

.company_list>div dt {
    width: 180px;
}

.office_item {
    align-items: flex-start;
    margin-bottom: 32px;
}

.office_item:last-of-type {
    margin-bottom: 0;
}

.office_item .text_area {
    margin-top: 0;
}

.office_item h4 {
    font-size: 18px;
    margin-bottom: 0.6em;
}

.history_list dt {
    width: 140px;
    padding-right: 50px;
    padding-bottom: 1.2em;
    text-align: right;
    margin-right: 50px;
    border-right: solid 1px #CCCCCC;
}

.history_list dd {
    padding-bottom: 1.2em;
}

.history_list>div:last-of-type dt,
.history_list>div:last-of-type dd {
    padding-bottom: 0;
}


@media screen and (max-width: 767px) {
    .introduction .row img {
        width: 32%;
    }

    .company_list {
        font-size: 15px;
    }

    .company_list>div dt {
        width: 116px;
    }

    .company_list>div dd {
        width: calc(100% - 116px);
    }

    .office_item .text_area {
        margin-bottom: 16px;
    }

    .office_item iframe {
        width: 100%;
        height: 200px;
    }

    .office_item h4 {
        margin-bottom: 0.2em;
    }

    .history_list {
        font-size: 15px;
    }

    .history_list dt {
        width: 110px;
        padding-right: 20px;
        margin-right: 20px;
        white-space: nowrap;
    }

    .history_list dd {
        width: calc(100% - 110px);
    }

}


.shop_list {
    gap: 40px 50px;
    justify-content: flex-start;
}

.shop_list li {
    width: 300px;
}

.shop_list li img {
    margin-bottom: 1em;
}

.sec_directlyshop p {
    margin-top: 40px;
    margin-bottom: 64px;
    display: block;
    text-align: right;
    font-size: 0.8em;
}

@media screen and (max-width: 767px) {
    .shop_list {
        gap: 32px;
    }

    .shop_list li {
        width: 100%;
    }

    .sec_directlyshop p {
        text-align: left;
        font-size: 0.9em;
    }

}



/*プライバシーポリシー ページ */


.privacypolicy h3 {
    letter-spacing: 0.1em;
}

.sec_privacypolicy ul li {
    margin-bottom: 32px;
}

.sec_privacypolicy h3 {
    letter-spacing: 0.1em;
}

.sec_privacypolicy ul li p {
    padding-left: 1em;
    position: relative;
}

.sec_privacypolicy ul li p::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.sec_privacypolicy ul .nodotlist p {
    padding: 0;
}

.sec_privacypolicy ul .nodotlist p::before {
    content: none;
}


/*NEWS ページ */
.sec_news_post {
    width: 700px;
}

.flex-rev {
    flex-direction: row-reverse;
}

.sidebar {
    width: 200px;
    margin-bottom: 60px;
}

.sidebar .cat-item a,
.sidebar .wp-block-archives-list li a {
    padding-bottom: 0.4em;
    display: inline-block;
}


.wp-block-heading {
    font-size: 18px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #A2A2A2;
    margin-bottom: 0.6em;
    padding-bottom: 0.4em;
}

.wp-block-categories-list {
    margin-bottom: 2em;
}

/* .news_contents .news_list li {
    border-top: none;
    border-bottom: 1px solid #A2A2A2;
}

.news_contents .news_list li:first-of-type a {
    padding-top: 0;
} */

.pagenavi {
    margin-top: 60px;
}

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

.nav-links span,
.nav-links a {
    display: inline-block;
    color: #6A6A6A;
    margin: 0 8px;
    text-decoration: underline !important;
}

.nav-links .current {
    font-weight: 500;
    color: #231815;
    text-decoration: none !important;
}

.post_title_area {
    margin-bottom: 2.4em;
}

.post_title_area h2 {
    margin-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
    .news_contents .flex-rev {
        justify-content: left;
    }
}




/*CONTACT ページ */
.sec_contact .form input,
.sec_contact .form textarea,
.sec_contact .form select {
    border: solid 1px #A2A2A2;
    width: 100%;
    padding: 0.2em 0.8em;
}

.sec_contact .form input,
.sec_contact .form select {
    height: 50px;
}

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

.sec_contact .form {
    width: 600px;
    margin: 0 auto;
}

.form_label span {
    color: #fff;
    background-color: #231815;
    font-size: 12px;
    padding: 1px 4px;
    margin-right: 8px;
}

.form_label p {
    margin-bottom: 6px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #BBBBBB;
}

.form_item .Inquiry_item_wrap {
    position: relative;
    cursor: pointer;
}

.form_item .Inquiry_item_wrap::after {
    position: absolute;
    content: "";
    background-image: url(../image/common/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.8em;
    height: 1em;
    right: 1em;
    top: 20px;
    pointer-events: none;
}

.form_item {
    margin-bottom: 16px;
}

/* .agree_check span label {
    display: flex;
    align-items: center;
}

.Inquiry_item .agree_check span label {
    display: flex;
    align-items: center;
}

.privacypolicy {
    margin-top: 40px;
}

.privacypolicy .pcf7-form-control-wrap,
.privacypolicy .wpcf7-list-item,
.privacypolicy .wpcf7-form-control {
    width: 100%;
    display: inline-block;
    margin-left: 0;
}

.sec_contact .form .privacypolicy .wpcf7-list-item input {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.sec_contact .form .privacypolicy label {
    width: 100%;
    justify-content: center;
}

.privacypolicy_link {
    text-align: center;
}

.privacypolicy_link img {
    vertical-align: middle;
}

.privacypolicy_link a {
    color: #2CAD71;
}

.privacypolicy_link a .text_grn {
    border-bottom: #2CAD71 1px solid;
} */

.sec_contact .form .contact_send_btn {
    width: auto;
    min-width: 300px;
    display: inline-block;
    border: 1px solid #6A6A6A;
    letter-spacing: 0.16em;
    text-align: center;
    position: relative;
    color: #231815;
    transition: 0.3s;
}

.sec_contact .form .contact_send_btn:hover {
    color: #fff;
    background-color: #231815;
    opacity: 1;
}

.send_btn_area p {
    text-align: center;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
    display: none;
}

/* .privacypolicy .wpcf7-not-valid-tip {
    text-align: center;
} */

.sec_thanks h3 {
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.sec_thanks button a {
    text-align: center;
}

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

    .sec_contact .form input,
    .sec_contact .form select {
        height: 48px;
    }

    .sec_contact .form {
        width: 100%;
    }

    .form_label span {
        font-size: 12px;
    }

    .form_item .Inquiry_item_wrap::after {
        top: 18px;
    }

    .sec_contact .form .contact_send_btn {
        width: 100%;
        height: 60px;
    }

    .privacypolicy {
        margin-top: 20px;
    }
}