/*   
Theme Name: mark2025
*/
@charset "UTF-8";

/* Repeatable Patterns
----------------------------------------------------*/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    z-index: 0;
    color: #000;
    background-color: #F5F3E7;
    letter-spacing: 0.006rem;
    line-height: 1;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}

html.is-scroll-prevent {
    height: 100%;
    overflow: hidden;
}

.all_container {
    position: relative;
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease-out;
}

a:hover{
    color: #777;
}

::-moz-selection {
    background:rgba(0,141,202,0.2);
    text-shadow: none;
}

::selection {
    background:rgba(0,141,202,0.2);
    text-shadow: none;
}

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

p{
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}


figure {
    margin: 0;
}

svg {
    overflow: visible !important;
    fill: currentcolor;
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #333;
    letter-spacing: 0.01rem;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.display_none{
    display: none;
}

.main_container{
    overflow: hidden;
}

.wrapper {
    width: calc(1206 / 1366 * 100%);
    max-width: 1206px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.sub_wrapper{
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display_none {
    display: none;
}

/*text*/
.en {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.text_01 {
    font-size: 1.8rem;
    line-height: 2;
    text-align: justify;
}

.text_01 p + p {
    margin-top: 3.2rem;
}

.text_02 {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
}

.text_01 a,
.text_02 a {
    text-decoration: underline;
}

/*link*/
.link_box {
    color: #fff;
    border-radius: 50vmax;
    justify-content: center;
    align-items: center;
}

.link_box:hover {
    color: #fff;
}

.link_hito{
    background: #316A00;
}

.link_hito:hover{
    background: #214800;
}

.link_mono{
    background: #DBA000;
}

.link_mono:hover{
    background: #ae7f00;
}

.link_koto{
    background: #BF4110;
}

.link_koto:hover{
    background: #a63408;
}

.link_button {
    width: 26rem;
    height: 6rem;
    font-size: 2rem;
    font-weight: 700;
    margin: auto;
    color: #fff;
    background: #000;
    justify-content: center;
    align-items: center;
    border-radius: 50vmax;
    position: relative;
}

.link_button:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

.link_button::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    border-top: solid 2px;
    border-right: solid 2px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.link_arrow{
    font-size: 1.8rem;
    font-weight: 700;
    align-items: center;
}

.link_arrow svg {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 1rem;
}

/*アニメーション*/
.fadein {
    opacity: 0;
    transition: 1s ease-out;
}

.fadein.scrollin {
    opacity: 1;
}

@media print {
    .fadein {
        opacity: 1;
    }
}

.zoom{
    overflow: hidden;
    width: 100%;
    display: block;
}

.zoom img{
    transition: transform .3s ease-in;
}

.zoom:hover img{
    transform: scale(1.08);
}

/* Header
----------------------------------------------------*/

.main_header {
    position: relative;
}

.main_header::before{
    position: absolute;
    content: "";
    background-image: url(img/line.svg);
    background-size: cover;
    width: 100%;
    height: .6rem;
    top: 0;
    left: 0;
    right: 0;
}

.header_inner {
    padding-left: 4%;
    padding-right: 4%;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 3.4rem;
    padding-bottom: 4.2rem;
}

.header_logo_text{
    font-size: 1.3rem;
    opacity: .5;
    padding-bottom: 1.5rem;
}

.header_logo_link {
    width: 38rem;
    display: block;
}

.header_nav{
    width: calc(100% - 38rem);
    justify-content: flex-end;
    align-items: center;
}

.main_nav_list{
    width: 28rem;
    justify-content: flex-end;
    align-items: center;
}

.main_nav_item + .main_nav_item{
    margin-left: 1rem;
}

.main_nav_item a{
    width: 8.6rem;
    height: 3.3rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
}

.sub_nav_list{
    width: 28rem;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.sub_nav_item + .sub_nav_item{
    margin-left: 6.8%;
}

.sub_nav_item svg{
    width: 2.4rem;
    height: 2.4rem;
}

/* Footer
----------------------------------------------------*/

.main_footer {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

body:not(.home) .main_footer{
    padding-top: 12rem;
}

.main_footer::before{
    position: absolute;
    content: "";
    background-image: url(img/line.svg);
    background-size: cover;
    width: 100%;
    height: .6rem;
    bottom: 0;
    left: 0;
    right: 0;
}


.home .main_footer{
    background: #CBC5A1;
}

.footer_inner{
    justify-content: space-between;
    align-items: flex-end;
}

.footer_logo{
    width: 22%;
    padding-right: 4%;
}

.footer_nav{
    width: 60%;
}

.footer_main_nav_list{
    align-items: center;
}

.footer_main_nav_item + .footer_main_nav_item {
    margin-left: 2.4rem;
}

.footer_main_nav_link{
    font-size: 1.6rem;
}

.sns_nav{
    align-items: center;
    margin-top: 2.6rem;
}

.sns_nav_heading{
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
    padding-right: 2.6rem;
}

.sns_nav_list{
    align-items: center;
}

.sns_nav_item + .sns_nav_item{
    margin-left: 2rem;
}

.footer_links{
    width: 18%;
    justify-content: flex-end;
    align-items: center;
}

.footer_link{
    width: 42%;
}

.footer_link + .footer_link{
    margin-left: 16%
}

.copyright{
    margin-top: 4rem;
    text-align: right;
    font-size: 1.4rem;
}

/* トップページ
----------------------------------------------------*/

/*ファーストビジュアル*/

.top_visual_container {
    position: relative;
    padding-right: 4%;
}

.top_visual_heading {
    position: absolute;
    width: 30%;
    top: 2.8vh;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.top_visual_heading img{
    width: 12rem;
    max-width: 34%;
}

.top_main_slider{
    width: 70%;
    margin-left: auto;
}

.top_main_slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: calc(100vh - 14rem - 5vh);
    height: calc(100svh - 14rem - 5svh);
    margin: 0;
    border-radius: 3rem;
}

.slick-slider {
    pointer-events: none;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 3.2rem;
    right: 3.6rem;
}

.dots-wrap li {
    width: 1rem;
    height: 1rem;
    margin: 0 .6rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #000;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.ill_fv-1{
    position: absolute;
    bottom: -3vh;
    left: -1.6rem;
    z-index: 1;
    width: 25.5vw;
}


/*最新記事*/

.section_heading {
    margin-bottom: 6rem;
}

.section_heading img{
    width: auto;
    height: 3.2rem;
}

.top_recent_container{
    background: #fff;
    position: relative;
    margin-top: 12rem;
    padding-top: 9rem;
    padding-bottom: 10rem;
}

.ill_fv-2{
    position: absolute;
    top: -5rem;
    right: 3rem;
    z-index: 1;
    width: 25vw;
}

.article_list{
    margin: 0 -2.2%;
}

.article_list_item{
    width: calc(100% / 3);
    padding: 0 2.2% 5.2rem;
}

.article_slider_list .article_list_item{
    width: 30vw;
    margin-right: 2.8vw;
    max-width: 36rem;
    min-width: 22rem;
    padding: 0;
}

.article_list_thumbnail{
    border-radius: 1rem;
}

.article_list_thumbnail img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.article_list_sub{
    margin-top: 1.6rem;
    margin-bottom: 1.4rem;
    justify-content: space-between;
    align-items: center;
}

.article_list_category{
    padding: .5rem 1.7rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.article_list_category + .article_list_category{
    margin-left: .5rem;
}

.article_list_date{
    font-size: 1.4rem;
    font-weight: 500;
    color: #AAAAAA;
}

.article_list_title{
    font-size: 1.8rem;
    line-height: 1.5;
}

.article_list_tag{
    margin-top: 1.6rem;
    font-size: 1.3rem;
    line-height: 1.7;
}

.article_list_tag a{
    margin-right: .6rem;
}

/*おすすめ記事*/
.top_recommend_container{
    padding-top: 10rem;
    padding-bottom: 14rem;
}

/*記事を探す*/

.search_container{
    margin-top: 6rem;
    border-radius: 5rem;
    padding: 8rem 8%;
    border: 2px dashed;
}

.search_heading{
    text-align: center;
    margin-bottom: 4rem;
}

.search_heading img{
    width: auto;
    height: 3.2rem;
    display: block;
    margin: 0 auto 1.6rem;
}

.search_heading span{
    font-size: 1.4rem;
    letter-spacing: .1rem;
    color: #9D9A85;
}

.search_bar{
    width: 48rem;
    position: relative;
    margin: auto;
}

.search_input{
    background: #fff;
    border: 1px solid;
    border-radius: 1rem;
    font-size: 1.8rem;
    width: 48rem;
    height: 5.6rem;
    padding: .8rem 2.4rem .8rem 1.4rem;
}

.search_button{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.4rem;
    margin: auto;
    padding: 0;
}

.search_box_link{
    margin-top: 6rem;
}

.search_tag_list{
    margin-top: 5rem;
    justify-content: center;
}

.search_tag_list .cat-item{
    margin: .8rem;
}

.search_tag_list .cat-item a{
    background: #fff;
    border-radius: 50vmax;
    padding: 1.1rem 2.2rem;
    font-size: 1.5rem;
    display: block
}

.search_tag_list .cat-item a:hover{
    background: #ccc;
    color: #000;
}

.search_tag_list .cat-item a::before{
    content: "#";
}

/*サポーター*/

.top_supporter_container{
    background: #FDFDF7;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.top_supporter_header{
    position: relative;
    padding: 5rem 0 0 12rem;
    align-items: center;
    margin: 0 auto 8rem;
    max-width: 1050px;
}

.ill_supporter-1{
    position: absolute;
    width: 20rem;
    left: 0;
    top: -2rem;
}

.ill_supporter-2{
    position: absolute;
    width: 14rem;
    right: 0;
    bottom: -5rem;
}

.top_supporter_heading {
    margin-bottom: 0;
}

.top_supporter_heading_img{
    width: 22rem;
    height: auto;
}

.top_supporter_text{
    width: calc(100% - 22rem);
    padding-left: 6%;
}

.supporter_list_item{
    width: 19vw;
    margin-right: 2.2vw;
}

.supporter_list_thumbnail{
    border-radius: 1rem;
}

.supporter_list_thumbnail img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.supporter_list_name{
    margin-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.5;
}

.top_supporter_all{
    justify-content: flex-end;
    margin-top: 6rem;
}

.supporter_wanted{
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.75;
}

/*プロジェクト紹介*/
.top_about_container{
    position: relative;
    padding-top: 12rem;
    padding-bottom: 10rem;
    background: transparent linear-gradient(180deg, #F4EFD6 0%, #CBC5A1 100%);
}

.top_about_bg{
    position: absolute;
    width: 110vw;
    bottom: 0;
    left: 10vw;
    opacity: 0.16;
}

.top_about_inner{
    width: 56rem;
    margin: auto;
    position: relative;
}

.top_about_heading{
    width: 26rem;
    margin: 0 auto 5rem;
}

.top_yukusu_container{
    margin-top: 6rem;
    align-items: center;
}

.top_yukusu_img{
    width: 22%;
}

.top_yukusu_text{
    width: 78%;
    padding-left: 9%;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
}

.top_about_link{
    margin-top: 8rem;
}

/* 下層ページ
----------------------------------------------------*/


/* ----- パンくず ----- */

.breadcrumb {
    margin-bottom: 5.6rem;
    font-size: 1.3rem;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb > span {
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .5;
}

.breadcrumb > span + span {
    padding-left: 1.2rem;
    margin-left: 0.3rem;
}

.breadcrumb > span + span::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.breadcrumb > span a {
    display: inline-block;
    word-wrap: break-word;
}

.breadcrumb > span a:hover {
    text-decoration: underline;
}


/* --- 記事 --- */

.page_heading{
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 6rem;
}

.no_article_text{
    font-size: 2rem;
    text-align: center;
}

/*ページャー（WP-PageNavi）*/

.wp-pagenavi {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 2.1rem;
    margin: 0 1.2rem;
    color: #000;
    position: relative;
    padding: .6rem .3rem;
}

.wp-pagenavi span.current {
    border-bottom: 2px solid #000;
}

.wp-pagenavi span.extend {
    padding-left: 0;
    padding-right: 0;
}

.wp-pagenavi .previouspostslink{
    margin-right: 2rem;
}

.wp-pagenavi .nextpostslink{
    margin-left: 2rem;
}

/*個別記事*/

.post_header{
    margin-bottom: 5rem;
}

.post_title{
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 2.8rem;
}

.post_header_sub{
    align-items: center;
}

.post_category{
    padding: .5rem 1.7rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: .7rem
}

.post_date{
    margin-left: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: .5;
}

.post_writer{
    margin-left: 1rem;
    border-left: 1px solid;
    padding-left: 1rem;
    text-align: right;
    font-size: 1.4rem;
    opacity: .5;
}

.post_writer span{
    font-weight: 500;
}

.post_writer a{
    text-decoration: underline;
}

.post_body > * + * {
    margin-top: 2.8rem;
}

.post_body figure,
.wp-block-image{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.post_body figure img,
.wp-block-image img{
    width: auto !important;
    max-width: 100%;
}

.post_body h1 {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 8rem;
    margin-bottom: 4.8rem;
}

.post_body h2 {
    font-size: 2.6rem;
    line-height: 1.5;
    padding-bottom: 1.2rem;
    border-bottom: #316A00 3px solid;
    margin-top: 10rem;
    margin-bottom: 4.8rem;
}

.post_body h2:first-child{
    margin-top: 0;
}

.post_body h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-top: 6rem;
    padding-left: 1.2rem;
    border-left: solid #DBA000 6px;
}

.post_body h4 {
    font-size: 125%;
    line-height: 1.5;
    margin-top: 6rem;
}

.post_body h5 {
    font-size: 110%;
    line-height: 1.5;
    margin-top: 4rem;
}

.post_body h6 {
    font-size: 100%;
    line-height: 1.5;
    margin-top: 4rem;
}

.post_body a {
    text-decoration: underline;
    word-break: break-all;
}

.post_body hr.wp-block-separator{
    border-top: #9D9A85 1px dashed !important;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.is-type-video iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.wp-block-image :where(figcaption){
    margin-top: 1.6rem !important;
    opacity: 0.5;
    font-size: 90%;
}

.wp-block-quote{
    margin: 6rem 0;
    background: #fff;
    padding: 5%;
}

.wp-block-quote > * + *{
    margin-top: 1.2rem;
}

.wp-block-buttons{
    margin-top: 6rem;
}

.wp-block-button__link{
    width: 26rem !important;
    height: 6rem !important;
    font-size: 2rem !important;
    font-weight: 700;
    margin: auto;
    color: #fff !important;
    background-color: #000 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50vmax;
    position: relative;
    text-decoration: none!important;
}

.wp-block-button__link:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

.wp-block-button__link::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    border-top: solid 2px;
    border-right: solid 2px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

ol.wp-block-list{
    list-style-type: decimal;
    margin-left: 2.6rem;
}

ul.wp-block-list{
    list-style-type: disc;
    margin-left: 2.6rem;
}

#ez-toc-container{
    width: 100%;
    border: none !important;
    padding: 6% !important;
    margin-top: 6rem;
}

.ez-toc-title-container{
    margin-bottom: 1.2rem;
}

.ez-toc-list > *{
    padding-top: .6rem !important;
}

.blog_post_footer{
    margin: 5rem -.6rem -.6rem;
}

.post_tag{
    background: #fff;
    border-radius: 50vmax;
    padding: 1rem 1.8rem;
    font-size: 1.4rem;
    margin: .6rem;
}

.post_tag:hover{
    background: #ccc;
    color: #000;
}

.related_post_container{
    padding-top: 10rem;
    margin-top: 10rem;
    border-top: #9D9A85 1px solid;
}

.related_post_header{
    justify-content: space-between;
    margin-bottom: 6rem;
}

.related_post_heading img {
    width: auto;
    height: 3.2rem;
}


/* ----- 私たちについて ----- */

.about_intro{
    margin-bottom: 6rem;
}

.about_logo{
    width: 26rem;
    margin: 0 auto 6rem !important;
}

.about_detail .wp-block-columns + .wp-block-columns{
    margin-top: -4rem;
}

.about_detail .wp-block-columns:first-child .wp-block-column:last-child{
    padding-left: 4%;
}

.about_detail .wp-block-columns:last-child .wp-block-column:first-child{
    padding-right: 4%;
}

.about_slider{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

.about_slider .wp-block-image{
    width: 38rem !important;
}

.about_yukusu_heading{
    font-size: 1.6rem !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-align: center;
    margin-bottom: 6rem !important;
    letter-spacing: .1rem;
}

.about_yukusu_heading span{
    font-size: 3.6rem !important;
    padding-top: 1.2rem;
    display: block;
    letter-spacing: .5rem;
}

.about_yukusu_logo{
    width: 16.4rem;
    margin: 0 auto 8rem !important;
}

/* --- お問い合わせ --- */

.form_list{
    margin-top: 8rem;
}

.form_item + .form_item {
    padding-top: 4.4rem;
}

.form_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
    padding-bottom: 2rem;
}

.form_title span{
    color: #BF4110;
    font-weight: 500;
    font-size: 1.3rem;
    padding-left: .8rem;
}

.form_box{
    width: 100%;
}

.form_box input,
.form_box textarea {
    font-size: 1.8rem;
    line-height: 1.8;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 1rem;
}

.form_box input{
    border-radius: 1rem;
    padding: 1rem 2rem;
}

.form_box textarea{
    border-radius: 1rem;
    padding: 1.6rem 2rem;
}

.form_detail{
    font-size: 1.5rem;
    line-height: 1.75;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.wpcf7-list-item.first {
    margin: 0;
}

.wpcf7-list-item-label {
    cursor: pointer;
    font-size: 1.8rem;
    vertical-align: middle;
}

.form_item:first-child .form_title{
    padding-bottom: 3rem;
}

.form_item:first-child .form_box{
    width: 100%;
}

.wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 3.6rem !important;
    margin-bottom: 1.2rem !important;
}

input[type="radio"] {
    opacity: 0; 
    position: absolute;
}

.wpcf7-list-item-label::before {
    background: #fff;
    border-radius: 100%; 
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: .6rem;
    margin-right: 1.2rem;
    transition: background-color .5s;
    border: 1px solid #000;
    display: inline-block;
}

input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #000;
    box-shadow: inset 0 0 0 .6rem #fff;
}

.wpcf7-submit {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 26rem;
    height: 6.5rem;
    border-radius: 50vmax;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: .1rem;
    color: #fff;
    font-weight: 700;
    background: #000;
    margin: 0 auto;
}

.wpcf7-submit:hover {
    background: #444;
}

.wpcf7-not-valid-tip {
    font-size: 1.5rem !important;
    padding-top: .8rem;
}

.wpcf7-acceptance {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto 4.8rem;
    display: block;
}

.wpcf7-response-output {
    margin: 2.4em 0 0 !important;
    padding: 1.2rem 1rem !important;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center
}

.cf7-cf-turnstile{
    margin-top: 6rem !important;
    text-align: center;
}

/* --- 404 --- */

.error_intro_container{
    margin: 10rem 0;
}

.error_intro_title {
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
}

/* --- 検索 --- */

.search_result{
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 4.8rem;
}

.search_result span{
    color: #bf4110;
}

.search_article_container{
    margin-top: 8rem;
}

/* --- サポーター一覧 --- */

.post-type-archive-supporter .article_list_list{
    margin: 0 -1.8%;
}

.post-type-archive-supporter .article_list_item{
    width: calc(100% / 4);
    padding: 0 1.8% 5.2rem;
}

.post-type-archive-supporter .article_list_thumbnail img {
    aspect-ratio: 1 / 1;
}

.post-type-archive-supporter .article_list_title{
    margin-top: 2rem;
}

/*----------------------------------------------------

PCのみ

----------------------------------------------------*/

@media screen and (min-width: 768px) {
    .display_sp {
        display: none !important;
    }
}


@media screen and (max-width: 1119px) and (min-width: 768px) {
    html {
        font-size: 60%;
    }
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


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

    .wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        min-width: 0;
    }

    .display_pc {
        display: none !important;
    }

    .sub_wrapper{
        width: 100%;
    }

    /*text*/
    .text_01 {
        font-size: 1.5rem;
        line-height: 1.85;
    }

    .text_01 p + p {
        margin-top: 2.4rem;
    }

    .text_02 {
        font-size: 1.4rem;
        line-height: 1.75;
    }

    /*link*/
    .link_button {
        width: 19rem;
        height: 4.7rem;
        font-size: 1.6rem;
    }

    .link_button::after {
        right: 1.6rem;
        width: 8px;
        height: 8px;
    }

    .link_arrow{
        font-size: 1.6rem;
    }

    .link_arrow svg {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: .7rem;
    }

    /* Header
    ----------------------------------------------------*/

    .main_header::before{
        height: .5rem;
    }

    .header_inner {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        padding-top: 2.8rem;
        padding-bottom: 3rem;
    }

    .header_logo_text{
        font-size: 1.1rem;
        padding-bottom: 1rem;
    }

    .header_logo_link {
        width: 29rem;
    }

    /*ドロワーメニュー*/

    .drawer-hamburger {
        position: fixed;
        top: 2.6rem;
        right: 0;
        width: 5rem;
        height: 5rem;
        z-index: 1001;
        padding: 1.6rem 1.4rem 1.6rem;
        background: #9D9A85;
        border-radius: 5px 0 0 5px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        transition: all .3s cubic-bezier(.19, 1, .22, 1);
    }

    .drawer-hamburger-icon {
        position: relative;
        display: block;
        width: 100% !important;
        height: 2px;
        margin: 0 auto;
        background-color: #fff;
    }

    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        position: absolute;
        content: " ";
        height: 2px;
        width: 100% !important;
        background-color: #fff;
        left: 0;
        right: 0;
        margin: auto;
    }

    .drawer-hamburger-icon:before {
        top: -.8rem !important;
    }

    .drawer-hamburger-icon:after {
        top: .8rem !important;
    }

    .is-opened .drawer-hamburger-icon {
        background-color: transparent;
    }

    .is-opened .drawer-hamburger-icon:before,
    .is-opened .drawer-hamburger-icon:after {
        width: 120% !important;
        top: 0 !important;
        left: -10%;
    }

    .is-opened .drawer-hamburger-icon:before {
        transform: rotate(30deg);
    }

    .is-opened .drawer-hamburger-icon:after {
        transform: rotate(-30deg);
    }
    
    .drawer-nav {
        display: block;
        align-items: center;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 1000;
        overflow-y: scroll;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        max-height: 100%;
        transition: right .15s ease-in-out;
        -webkit-overflow-scrolling: touch;
        background-color: #F5F3E7;
    }

    .is-opened .drawer-nav {
        right: 0;
        transition: right .2s ease-in-out;
    }

    .drawer_inner {
        position: relative;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 10rem 2.4rem 8rem;
    }

    .drawer_nav{
        width: 100%;
    }
    
    .drawer_logo{
        width: 17rem;
        margin: 0 auto 4.6rem;
    }

    .main_nav_list{
        width: 100%;
        justify-content: center;
        margin-bottom: 4.8rem;
    }

    .main_nav_item + .main_nav_item{
        margin-left: .8rem;
    }

    .main_nav_item a{
        width: 9rem;
        height: 3.4rem;
        font-size: 1.8rem;
    }

    .sub_nav_list{
        width: 100%;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
    }

    .sub_nav_item + .sub_nav_item{
        margin-left: 0;
        margin-top: 2.4rem;
    }

    .drawer_search{
        width: 92%;
        margin: 4.8rem auto 0;
    }

    /* Footer
    ----------------------------------------------------*/

    .main_footer {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    body:not(.home) .main_footer{
        padding-top: 10rem;
    }

    .main_footer::before{
        height: .5rem;
    }
    
    .footer_inner{
        justify-content: center;
    }

    .footer_logo{
        width: 18rem;
        padding-right: 0;
        margin-bottom: 5rem;
    }

    .footer_nav{
        width: 100%;
    }

    .footer_main_nav_list{
        justify-content: center;
        align-items: center;
    }

    .footer_main_nav_item + .footer_main_nav_item {
        margin-left: 2.4rem;
    }

    .footer_main_nav_link{
        font-size: 1.6rem;
        font-weight: 700;
    }

    .sns_nav{
        justify-content: center;
        width: 100%;
        margin-top: 2.6rem;
    }

    .sns_nav_heading{
        font-size: 1.3rem;
        padding-right: 2rem;
    }
    
    .sns_nav_item + .sns_nav_item {
        margin-left: 1.6rem;
    }

    .footer_links{
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 7rem;
    }

    .footer_link{
        width: 6rem;
    }

    .footer_link + .footer_link{
        margin-left: 2rem
    }

    .copyright{
        margin-top: 4.8rem;
        text-align: center;
        font-size: 1.3rem;
    }

    /* トップページ
    ----------------------------------------------------*/

    /*ファーストビジュアル*/

    .top_visual_container {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        flex-direction: column-reverse;
    }

    .top_visual_heading {
        position: relative;
        width: 9rem;
        top: unset;
        left: unset;
        z-index: 2;
        margin: -22% 10% 0 auto;
        z-index: 3;
    }

    .top_visual_heading img{
        width: 9rem;
        max-width: none;
    }

    .top_main_slider{
        width: 100%;
        margin-left: auto;
    }

    .top_main_slide {
        height: auto;
        margin: 0;
        border-radius: 1.5rem;
        aspect-ratio: 5 / 3.5;
        object-fit: cover;
    }

    .dots-wrap {
        bottom: 2rem;
        left: 1.8rem;
        right: unset;
    }

    .dots-wrap li {
        width: .7rem;
        height: .7rem;
        margin: 0 .4rem;
        background: #fff;
    }
    
    .ill_fv-1{
        bottom: 5%;
        left: -2rem;
        width: 62vw;
    }


    /*最新記事*/

    .section_heading {
        margin-bottom: 3.2rem;
    }

    .section_heading img{
        height: 2.4rem;
    }

    .top_recent_container{
        margin-top: 4rem;
        padding-top: 8rem;
        padding-bottom: 6rem;
    }

    .ill_fv-2{
        top: -2rem;
        right: 1rem;
        width: 55vw;
    }

    .article_list{
        margin: 0;
    }

    .article_list_item{
        width: calc(100% / 1);
        padding: 0 0 3.6rem;
    }

    .article_slider_list .article_list_item{
        width: 64vw;
        margin-right: 5vw;
        max-width: none;
        min-width: 0;
    }

    .article_list_sub{
        margin-top: 1.8rem;
        margin-bottom: 1.2rem;
    }

    .article_list_category{
        padding: .4rem 1rem;
        font-size: 1.3rem;
    }

    .article_list_category + .article_list_category{
        margin-left: .3rem;
    }

    .article_list_date{
        font-size: 1.3rem;
    }

    .article_list_title{
        font-size: 1.7rem;
    }

    .article_list_tag{
        margin-top: 1.6rem;
        font-size: 1.2rem;
    }

    .article_list_tag a{
        margin-right: .6rem;
    }

    /*おすすめ記事*/
    .top_recommend_container{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    /*記事を探す*/

    .search_container{
        margin-top: 4rem;
        border-radius: 2rem;
        padding: 5.4rem 2.8rem;
    }

    .search_heading{
        margin-bottom: 3.2rem;
    }

    .search_heading img{
        height: 2.4rem;
        margin: 0 auto 1rem;
    }

    .search_heading span{
        font-size: 1.3rem;
    }

    .search_bar{
        width: 100%;
    }

    .search_input{
        font-size: 1.6rem;
        width: 100%;
        height: 4.8rem;
        padding: 1rem 2.6rem 1rem 1rem;
    }

    .search_button{
        right: 1rem;
        width: 2.2rem;
        padding: 0;
    }

    .search_box_link{
        margin-top: 4rem;
    }

    .search_tag_list{
        justify-content: flex-start;
        margin: 3rem -.4rem 0;
    }

    .search_tag_list .cat-item{
        margin: .4rem;
    }

    .search_tag_list .cat-item a{
        padding: .8rem 1.2rem;
        font-size: 1.3rem;
    }

    /*サポーター*/

    .top_supporter_container{
        padding-top: 4rem;
        padding-bottom: 8rem;
    }

    .top_supporter_header{
        padding: 0;
        justify-content: center;
        margin: 0 auto 4.4rem;
    }

    .top_supporter_heading {
        margin-bottom: 0;
        position: relative;
        padding-top: 8rem;
        padding-bottom: 6rem;
        width: 100%;
        text-align: center;
    }

    .top_supporter_heading_img{
        width: 16rem;
        height: auto;
    }

    .ill_supporter-1{
        width: 16rem;
        left: 0;
        top: 0;
    }

    .ill_supporter-2{
        width: 10rem;
        right: .5rem;
        bottom: 1.6rem;
    }

    .top_supporter_text{
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .supporter_list_item{
        width: 40vw;
        margin-right: 4vw;
    }

    .supporter_list_name{
        margin-top: 1rem;
        font-size: 1.5rem;
    }

    .top_supporter_all{
        margin-top: 5rem;
    }
    
    .supporter_wanted{
        font-size: 1.6rem;
    }


    /*プロジェクト紹介*/
    .top_about_container{
        padding-top: 8rem;
        padding-bottom: 10rem;
    }

    .top_about_bg{
        width: 200vw;
        left: -30vw;
    }

    .top_about_inner{
        width: 100%;
    }

    .top_about_heading{
        width: 19rem;
        margin: 0 auto 3.6rem;
    }
    
    .top_about_text{
        text-align: center;
    }

    .top_yukusu_container{
        margin-top: 7rem;
        justify-content: center;
    }

    .top_yukusu_img{
        width: 10rem;
    }

    .top_yukusu_text{
        width: 100%;
        padding-left: 0;
        font-size: 1.3rem;
        text-align: center;
        margin-top: 2.4rem;
    }

    .top_about_link{
        margin-top: 5rem;
    }

    /* 下層ページ
    ----------------------------------------------------*/


    /* ----- パンくず ----- */

    .breadcrumb {
        margin-bottom: 3.2rem;
        font-size: 1.2rem;
    }


    /* --- 記事 --- */

    .page_heading{
        font-size: 2.5rem;
        margin-bottom: 4rem;
    }

    .no_article_text{
        font-size: 1.7rem;
    }

    /*ページャー（WP-PageNavi）*/

    .wp-pagenavi {
        margin-top: 2rem;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 1.7rem;
        margin: 0 1rem;
        padding: .6rem .3rem;
    }
    
    .wp-pagenavi .previouspostslink{
        margin-right: 1rem;
    }

    .wp-pagenavi .nextpostslink{
        margin-left: 1rem;
    }

    /*個別記事*/

    .post_header{
        margin-bottom: 3.6rem;
    }

    .post_title{
        font-size: 2.1rem;
        margin-bottom: 2rem;
    }

    .post_category{
        padding: .4rem 1.4rem;
        font-size: 1.3rem;
        margin-right: .4rem
    }

    .post_date{
        margin-left: .8rem;
        font-size: 1.3rem;
    }

    .post_writer{
        margin-left: .7rem;
        padding-left: .7rem;
        font-size: 1.3rem;
    }

    .post_body > * + * {
        margin-top: 2rem;
    }

    .post_body figure,
    .wp-block-image{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .post_body h1 {
        font-size: 2.4rem;
        margin-top: 6rem;
        margin-bottom: 3rem;
    }

    .post_body h2 {
        font-size: 2.2rem;
        padding-bottom: .8rem;
        margin-top: 6rem;
        margin-bottom: 3rem;
    }

    .post_body h3 {
        font-size: 2rem;
        margin-top: 6rem;
        padding-left: 1rem;
    }

    .post_body h4 {
        margin-top: 4rem;
    }

    .post_body h5 {
        margin-top: 3rem;
    }

    .post_body h6 {
        margin-top: 3rem;
    }

    .post_body hr.wp-block-separator{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .wp-block-image :where(figcaption){
        margin-top: 1.2rem !important;
    }

    .wp-block-quote{
        margin: 4rem 0;
        padding: 4%;
    }

    .wp-block-quote > * + *{
        margin-top: 1rem;
    }

    .wp-block-buttons{
        margin-top: 4rem;
    }

    .wp-block-button__link{
        width: 19rem !important;
        height: 4.7rem !important;
        font-size: 1.6rem !important;
    }
    
    .wp-block-button__link::after {
        right: 1.6rem;
        width: 8px;
        height: 8px;
    }

    ol.wp-block-list{
        margin-left: 2.2rem;
    }

    ul.wp-block-list{
        margin-left: 2.2rem;
    }

    #ez-toc-container{
        padding: 2rem 1.6rem 2.4rem !important;
        margin-top: 4rem;
    }

    .ez-toc-title-container{
        margin-bottom: 1rem;
    }

    .ez-toc-list > *{
        padding-top: .4rem !important;
    }

    
    .blog_post_footer{
        margin: 5rem -.4rem -.4rem;
    }

    .post_tag{
        padding: .8rem 1.2rem;
        font-size: 1.3rem;
        margin: .4rem;
    }

    .related_post_container{
        padding-top: 6rem;
        margin-top: 6rem;
    }

    .related_post_header{
        margin-bottom: 3.6rem;
    }

    .related_post_heading img {
        height: 2.4rem;
    }


    /* ----- 私たちについて ----- */

    .about_intro{
        margin-bottom: 4rem;
    }

    .about_logo{
        width: 16rem;
        margin: 0 auto 4.8rem !important;
    }

    .about_detail .wp-block-columns + .wp-block-columns{
        margin-top: 0;
    }

    .about_detail .wp-block-columns:first-child .wp-block-column:last-child{
        padding-left: 0;
    }

    .about_detail .wp-block-columns:last-child .wp-block-column:first-child{
        padding-right: 0;
    }

    .about_slider{
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .about_slider .wp-block-image{
        width: 80vw !important;
    }

    .about_yukusu_heading{
        font-size: 1.3rem !important;
        margin-bottom: 4rem !important;
    }

    .about_yukusu_heading span{
        font-size: 2.8rem !important;
        padding-top: .6rem;
    }

    .about_yukusu_logo{
        width: 12rem;
        margin: 0 auto 5rem !important;
    }


    /* --- お問い合わせ --- */

    .form_list{
        margin-top: 4rem;
    }

    .form_item + .form_item {
        padding-top: 3.2rem;
    }

    .form_title {
        font-size: 1.6rem;
        padding-bottom: 1.4rem;
    }

    .form_title span{
        font-size: 1.2rem;
        padding-left: .6rem;
    }

    .form_box input,
    .form_box textarea {
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .form_box input{
        padding: .6rem 1rem;
    }

    .form_box textarea{
        padding: 1rem 1rem;
    }

    .form_detail{
        font-size: 1.4rem;
        margin-top: -1rem;
        margin-bottom: 1.6rem;
    }

    .wpcf7-list-item-label {
        font-size: 1.5rem;
    }

    .form_item:first-child .form_title{
        padding-bottom: 2rem;
    }

    .wpcf7-list-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 1.2rem !important;
    }

    .wpcf7-list-item-label::before {
        width: 2rem;
        height: 2rem;
        margin-right: .8rem;
    }

    input[type="radio"]:checked + .wpcf7-list-item-label::before {
        box-shadow: inset 0 0 0 .2rem #fff;
    }

    .wpcf7-submit {
        width: 19rem;
        height: 4.7rem;
        font-size: 1.6rem;
    }

    .wpcf7-not-valid-tip {
        font-size: 1.4rem !important;
    }

    .wpcf7-acceptance {
        font-size: 1.5rem;
        margin: 0 auto 4rem;
    }

    .wpcf7-response-output {
        font-size: 1.6rem;
    }

    /* --- 404 --- */

    .error_intro_container{
        margin: 6rem 0;
    }

    .error_intro_title {
        font-size: 2.4rem;
    }
    

    /* --- 検索 --- */

    .search_result{
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }

    .search_article_container{
        margin-top: 6rem;
    }
    

    /* --- サポーター一覧 --- */

    .post-type-archive-supporter .article_list_list{
        margin: 0 -3%;
    }

    .post-type-archive-supporter .article_list_item{
        width: calc(100% / 2);
        padding: 0 3% 3.2rem;
    }

    .post-type-archive-supporter .article_list_title{
        margin-top: 1.6rem;
    }


}

@media print,
screen and (max-width: 320px) {
    html {
        font-size: 56%;
    }
}
