@charset "UTF-8";

@import url("common.css");

:root {
    --main-color: #FC660E;
    --sub-color: #161B3F;
    --bg-color1: #fff;
    --text-color: #161B3F;
    --color-light-gray: #F1F1EF;
}


/*アンカーリンクでヘッダーが被ることの対策*/
html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 94px;
}

/*テーマの上書き*/

/*header*/
.siteHeader {
    border-bottom: 2px solid var(--main-color);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1030px;
    }
}

@media (min-width: 1300px) {

    .container.siteHeadContainer,
    .container.footerWidget {
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .siteHeader .navbar-header {
        float: left;
    }
    .siteHeader .siteHeader_logo {
        padding: 0 0 0 0;
    }
}


/**グローバルナビ**/

.gMenu a {
    color: var(--sub-color);
}

.device-pc .gMenu>li>a {
    padding: 7px 0;
}

body.header_scrolled .gMenu>li>a {
    padding: 14px 1.8em;

}

body:not(.header_scrolled) .gMenu>li {
    margin-right: 20px;
}

body:not(.header_scrolled) .gMenu>li:last-child {
    margin-right: 0px;
}


.gMenu li a strong {
    font-weight: 400;
}


body:not(.header_scrolled) #menu-global-nav .global-nav-btn>a {
    border-radius: 5px;
    color: #fff;
    background-color: var(--main-color);
    padding-right: 18px;
    padding-left: 38px;
    position: relative;
    border-bottom: none;
}

body:not(.header_scrolled) #menu-global-nav .global-nav-btn>a::before {
    font-size: 16px;
    content: "\f0e0";
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    position: absolute;
    left: 17px;
}

body:not(.header_scrolled) #menu-global-nav .global-nav-btn>a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/**モバイルナビ**/
#vk-mobile-nav .vk-mobile-nav-menu-outer ul li a {
    color: var(--sub-color);
}

/*footer*/
.section.siteFooter {
    border-top: 1px solid var(--main-color);
    background: var(--bg-color1);
}

.footerWidget.sectionBox {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerWidget #nav_menu-2 {
    margin-bottom: 40px;
}

.footerWidget #nav_menu-3 {
    margin-bottom: 0px;
}

.footerWidget .widget_nav_menu #menu-global-nav-1 .sub-menu {
    display: none;
}

.footerWidget .widget_nav_menu #menu-global-nav-1,
.footerWidget .widget_nav_menu #menu-footer_menu {
    display: flex;
    flex-wrap: wrap;
}

.footerWidget .widget_nav_menu #menu-global-nav-1 li,
.footerWidget .widget_nav_menu #menu-footer_menu li {
    width: 50%;
}

.footerWidget .widget_nav_menu #menu-global-nav-1 li a,
.footerWidget .widget_nav_menu #menu-footer_menu li a {
    border-bottom: 0;
    color: var(--text-color);
}

@media (min-width: 768px) {
    .footerWidget #nav_menu-2 {
        margin-bottom: 21px;
    }

    .footerWidget .widget_nav_menu #menu-global-nav-1,
    .footerWidget .widget_nav_menu #menu-footer_menu {
        display: flex;
        flex-direction: row;
        justify-content: initial;
    }

    .footerWidget .widget_nav_menu #menu-global-nav-1 li,
    .footerWidget .widget_nav_menu #menu-footer_menu li {
        width: unset;
    }

}

@media (min-width: 1200px) {

    .footerWidget .widget_nav_menu #menu-global-nav-1,
    .footerWidget .widget_nav_menu #menu-footer_menu {
        justify-content: space-between;
    }

    .footerWidget .widget_nav_menu #menu-global-nav-1 li a,
    .footerWidget .widget_nav_menu #menu-footer_menu li a {
        padding-top: 0;
        padding-bottom: 0;
    }

}

.addressSection {
    color: #fff;
    background-color: #323642;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copySection {
    color: #fff;
    background-color: var(--main-color);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.addressSection>p,
.copySection>p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .footerWidget.sectionBox {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footerWidget .row .col-md-6:first-child {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .footerWidget .row .col-md-6:nth-child(2) {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .copySection {
        padding-top: 15px;
    }

}

/*ページ共通*/
.pc-only {
    display: none;
}

.sp-only {
    display: inline-block;
}

@media (min-width: 768px) {
    .pc-only {
        display: inline-block;
    }

    .sp-only {
        display: none;
    }
}

.section.page-header {
    background: var(--sub-color);
}

.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    font-weight: 700;
}

.section.breadSection {
    display: none;
}

.siteContent {
    color: var(--text-color);
}

.home .siteContent {
    padding-top: 0;
}


/*コンテンツ*/
h4 {
    border-bottom: 1px solid var(--main-color);
    line-height: 1.5;
    font-weight: 700;
}

h5 {
    line-height: 1.25;
    font-weight: 700;
}

h6 {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
}

.entry-body p {
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.entry-body a {
    /* text-decoration: underline;
    text-decoration-color: var(--text-color);
    text-decoration-style: dashed;
    text-underline-offset: 5px; */
    border-bottom: 1px dashed #161B3F;
}

.entry-body a:hover {
    text-decoration: none;
    /* color: var(--text-color); */
    opacity: 0.7;
    border-bottom-color: transparent;
    transition: 0.3s;
}

.entry-body a:has(img) {
    border-bottom: none;
}

.entry-body ul,
.wp-block-list {
    padding-left: 0;
}

.entry-body ul li,
.wp-block-list li {
    list-style: none;
}

.wp-block-list.normalList {
    padding-left: 0;
}

.wp-block-list.normalList li {
    list-style: none;
}

.wp-block-list.normalList li {
    margin-bottom: 19px;
}

.wp-block-list.normalList li::before {
    content: "・";
    margin-right: 10px;
}

/* .entry-body strong {
    font-weight: normal !important;
} */

.entry-body table th,
.entry-body table td {
    /* padding:20px 5px; */
    border: 1px solid rgba(0, 0, 0, .2);
}

.entry-body table th,
.entry-body table th {
    /* background-color: #F6E3CE; */
    background-color: #F1F1EF;
}

.entry-body .linkBtnWrap {
    margin-top: 1.75em;
}

.entry-body a.btn {
    display: block;
    width: 300px;
    color: #fff;
    background-color: var(--sub-color);
    border-radius: 5px;
    padding: 10px 34px;
    border-bottom: none;
    /* margin-top: 1.75em; */
    margin-left: auto;
    margin-right: auto;
}

.entry-body a.btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.entry-body a.btn.leftBtn {
    display: inline-block;
    width: initial;
}

.entry-body table+p:has(a.btn) {
    margin-top: 1.75em
}

.entry-body .wp-block-file__button {
    color: #fff;
    background-color: var(--sub-color);
    border-bottom: none;
}


.mainSection a.btn.mailmagaBtn {
    display: block;
    width: 300px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 10px 34px;
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75em;
}

.mainSection a.btn.mailmagaBtn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.gotop {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 60px;
}

.gotop>a {
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.6;
    text-align: right;
    border-bottom: 1px dashed #161B3F;
}

.gotop>a::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    margin-left: 6px;
}

.gotop>a:hover {
    text-decoration: none;
    color: var(--text-color);
    opacity: 0.7;
    border-bottom-color: transparent;
    transition: 0.3s;
}

/*-*-*ページ個別*-*-*/

/*TOP*/

.home .entry-body section:not(:first-child) {
    margin-top: 60px;
}

.topHeading {
    padding-bottom: 0;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(1.734rem, 1.628rem + 0.44vw, 2rem);
    font-weight: 700;
    border-bottom: none;
}

/*top見出しアイコン共通*/
.topHeading::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.mainvisual {
    height: 100vh;
}

.topMainvisual {
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    /* height: calc(100vh - 96px); */
    /*ヘッダーの高さをマイナス。必要なければheight:100vhに。*/
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* min-height: 400px; */
}

.mainvisual {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    /* margin-top: -12%; */
    /*画像のトリミング調整*/
}


.topNews .topHeading::before {
    width: 40px;
    height: 27px;
    background-image: url("../../img/top/icon_top-news.png");
}

.topBusiness .topHeading::before {
    width: 35px;
    height: 40px;
    background-image: url("../../img/top/icon_top-business.png");
}

.topKatsudo .topHeading::before {
    width: 35px;
    height: 44px;
    background-image: url("../../img/top/icon_top-katsudo.png");
}

.topSanjo .topHeading::before {
    width: 31.5px;
    height: 36px;
    background-image: url("../../img/top/icon_top-sanjo.png");
}

.topHeading::after {
    content: none;
}

@media (min-width: 768px) {
    .topHeading::before {
        margin-right: 20px;
    }
}

/**topお知らせ**/

.newsListArea {
    border: 1px solid #D4D4D1;
    border-radius: 10px;
    padding: 30px 15px;
}

.news_list {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 36px;
}

.news_list li {
    list-style: none;
    margin-bottom: 20px;
}

.news_list li .news_date {
    display: block;
    margin-bottom: 8px;
}

.news_list li .news_title {
    display: block;
}

.news_list li .news_title a {
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.moreLinkWrap {
    text-align: right;
}

.moreLinkWrap>span::after {
    font-size: 16px;
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .newsListArea {
        padding: 45px;
    }

    .news_list li {
        display: flex;
        flex-direction: row;
    }

    .news_list li .news_date {
        padding-right: 25px;
    }
}

/*top主な事業紹介*/
.topBusinessList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .topBusiness_contents {
        margin-left: calc((100% - 100vw) / 2);
        margin-right: calc((100% - 100vw) / 2);
    }

    .topBusinessList {
        width: 95%;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: repeat(4, 1fr);
    }
}

.topBusinessList li {
    margin-bottom: initial;
    line-height: normal;
}

.topBusinessList li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    color: white;
}

.topBusinessList li img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.topBusinessList li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    transition: background-color 0.3s ease;
    z-index: 0;
}

.topBusinessList li a:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.topBusinessList_txt {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(1.125rem, 0.875rem + 1.02vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    pointer-events: none;
}

/*top活動紹介*/
.topKatsudo {
    background-color: var(--color-light-gray);
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    padding-top: clamp(2.422rem, 1.891rem + 2.18vw, 3.75rem);
    padding-bottom: clamp(2.094rem, 1.432rem + 2.72vw, 3.75rem);
}

/*top賛助会員*/
.topSanjo_txt {
    text-align: center;
}

.sanjoListArea {
    margin-top: 66px;
}

.sanjoListWrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sanjoListWrap:not(:first-child) {
    border-top: 1px solid #D4D4D1;
}

.sanjoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;

}

.sanjoList li {
    box-sizing: border-box;
    /* padding: 10px; */
    text-align: center;
    margin-bottom: initial;
    line-height: normal;
}

.sanjoList.col2 li {
    width: calc(50% - 22px);
}

.sanjoList.col3 li {
    width: calc(33.3333% - 22px);
}

.sanjoList img {
    width: 100%;
    /* コンテナの幅に合わせる */
    height: auto;
    display: block;
}

.entry-body a.sanjoTxtLink {
    color: var(--main-color);
    font-weight: 700;
    font-size: 1.285rem;
    border-bottom-color: var(--main-color);
    line-height: 1.5;
}

/*グループごとに調整*/
.sanjoList.sanjoGroup01 li:nth-child(1) img {
    width: 220px;
}

.sanjoList.sanjoGroup01 li:nth-child(2) img {
    width: 100px;
}

.sanjoList.sanjoGroup02 li:nth-child(1) img {
    width: 55px;
}

.sanjoList.sanjoGroup02 li:nth-child(2) img {
    width: 78px;
}

.sanjoList.sanjoGroup02 li:nth-child(3) img {
    width: 160px;
}

.sanjoList.sanjoGroup03 li:nth-child(3) {
    padding: 10px;
}

.sanjoList.sanjoGroup08 li:nth-child(1) {
    width: 58px;
}

.sanjoList.sanjoGroup08 li:nth-child(2) {
    width: 150px;
}

.sanjoList.sanjoGroup08 li:nth-child(3) {
    width: 100px;
}

.sanjoList.sanjoGroup08 li:nth-child(4) {
    width: 104px;
}

.sanjoList.sanjoGroup08 li:nth-child(5) {
    width: 90px;
}

.sanjoList.sanjoGroup08 li:nth-child(6) {
    width: 104px;
}

.sanjoList.sanjoGroup09 li,
.sanjoList.sanjoGroup10 li,
.sanjoList.sanjoGroup10 li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sanjoList.sanjoGroup10 {
    gap: 0;
}

.sanjoList.sanjoGroup10 li:nth-child(1) img {
    max-width: 436px;
    margin: 0 auto;
}

.sanjoList.sanjoGroup10 li:nth-child(2) img {
    max-width: 245px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sanjoListArea {
        margin-top: 35px;
    }

    .sanjoList {
        justify-content: center;
        gap: 50px;
    }

    .sanjoList.col2 li,
    .sanjoList.col3 li {
        width: initial;
    }

    .sanjoList.sanjoGroup03 li:nth-child(1) img {
        width: 196px;
    }

    .sanjoList.sanjoGroup03 li:nth-child(2) img {
        width: 166px;
    }

    .sanjoList.sanjoGroup04 li:nth-child(2) img {
        width: 196px;
    }

    .sanjoList.sanjoGroup04 li:nth-child(3) img {
        width: 169px;
    }

    .sanjoList.sanjoGroup05 li:nth-child(1) img {
        width: 233px;
    }

    .sanjoList.sanjoGroup05 li:nth-child(2) img {
        width: 159px;
    }

    .sanjoList.sanjoGroup05 li:nth-child(3) img {
        width: 176px;
    }

    .sanjoList.sanjoGroup06 li:nth-child(1) img {
        width: 180px;
    }

    .sanjoList.sanjoGroup06 li:nth-child(2) img {
        width: 228px;
    }

    .sanjoList.sanjoGroup07 li:nth-child(1) img {
        width: 207px;
    }

    .sanjoList.sanjoGroup07 li:nth-child(2) img {
        width: 220px;
    }

    .sanjoList.sanjoGroup07 li:nth-child(3) img {
        width: 236px;
    }

    .sanjoList.sanjoGroup08 {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 22px;
    }

    .sanjoList.sanjoGroup08 li:nth-child(4) {
        width: 206px;
    }

    .sanjoList.sanjoGroup08 li:nth-child(5) {
        width: 105px;
    }

    .sanjoList.sanjoGroup08 li:nth-child(6) {
        width: 178px;
    }
}


/*メルマガ登録*/
#ml_form_only_in input.form-control {
    display: inline-block;
    width: initial;
}

#ml_form_only_in input:nth-child(2) {
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
    border-color: var(--main-color);
}

/* 顕彰 */
.kensho p {
    margin-block: 1.2rem;
}

.entry-body .hyousyou td {
    border: 1px solid #212529;
}

/*お知らせ一覧*/

.fa_v6_css .entry-meta_items.published::before {
    margin-right: 0;
    content: "";
}

article.media {
    border-bottom: none;
}

.entry-meta {
    display: block;
    margin-bottom: initial;
}

.entry-meta span {
    font-size: 1rem !important;
    line-height: 1.6;
}

.media-heading {
    display: block;
}

.media .media-body .media-heading.entry-title {
    line-height: 1.3;
}

.media .media-body .media-heading.entry-title a {
    color: var(--text-color);
    font-size: 1rem;
    border-bottom: 1px dashed var(--text-color);
}

.media .media-body .media-heading.entry-title a:hover {
    color: #0056b3;
    border-bottom: none;
    opacity: 0.7;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .media-body {
        display: flex;
    }

    .entry-meta {
        padding-right: 25px;
    }

}

.wp-block-table figcaption {
    text-align: initial;
}

/*メールマガジンアーカイブ*/
.mailmagazine_footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 1em;
}

.mailmagazine_footer p {
    margin-bottom: 0;
}

.mailmagazine_footer a.btn {
    display: block;
    width: 300px;
    color: #fff;
    background-color: var(--sub-color);
    border-radius: 5px;
    padding: 10px 34px;
    border-bottom: none;
    /* margin-top: 1.75em; */
    margin-left: auto;
    margin-right: auto;
}

.mailmagazine_footer a.btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .mailmagazine_footer_inner {
        width: 80%;
        margin: 0 auto;
    }
}

/*お問い合わせ*/
.contactform {
    width: 100%;
}

/* table.contactform tbody tr td .form-control, */
table.contactform td .form-control {
    max-width: initial;
}

/* .contactform th {
    background-color: #FFF !important;
    border: none !important;
    text-align: left;
}

.contactform td {
    border: none !important;
} */

.entry-body .contactform p {
    margin-bottom: 0;
}

.hissu {
    padding: 4px;
    background-color: red;
    color: #FFF;
    font-size: 12px;
    white-space: nowrap;
}

.nini {
    padding: 4px;
    background-color: #CFCFCF;
    color: #FFF;
    font-size: 12px;
    white-space: nowrap;
}

.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="tel"],
.contactform textarea {
    padding: 5px;
    width: 100%;
    font-size: 13px;
    /* font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif; */
    line-height: 1.7;
}

.submitBtn {
    width: 300px;
    margin: 30px 0;
    padding: 10px 30px;
    text-align: center;
    font-size: 17px;
    /* border: 1px solid #848484;
    background-color: #FAFAFA; */
    border-radius: 3px;
    /* font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif; */
}

.submitBtn:hover {
    /* background-color: #848484;
    color: #FFF; */
    /* opacity: 1.0; */
    opacity: 0.7;
    transition: 0.3s;
}

@media (min-width: 768px) {

    table.contactform tbody tr td .form-control,
    table.contactform td .form-control {
        max-width: 90%;
    }

    .hissu {
        padding: 5px;
        font-size: 13px;
    }

    .nini {
        padding: 5px;
        font-size: 13px;
    }

    .wpcf7-form.init center p {
        transform: translateX(24px);
    }

}
/* 都道府県別活動紹介 愛知-テキスト装飾 */
.post-418 kbd {
    border-bottom-width: 0;
}

.post-418 :not(pre)>code, kbd {
    display: inline-flex;
    margin: 0 .4em;
    padding: .2em .4em;
    align-items: center;
    background-color: var(--bg-color1);
    border: 0 solid var(--vk-color-border-hr);
    border-radius: 2px;
    color: var(--vk-color-text-body);
    font-size: .9em;
    line-height: 1.1;
}