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

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

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

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    z-index: 0;
    color: #000;
    background-color: #fff;
    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 {
    max-width: 100%;
    height: auto;
}


figure {
    margin: 0;
}

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

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

hr{
    height: 0;
    margin: 0;
    padding: 0;
    border: 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 {
    max-width: 1300px;
    min-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.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: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05rem;
}

.text_01 {
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: justify;
}

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

.text_01 a {
    text-decoration: underline;
}

/*link*/
.link_button {
    width: 24rem;
    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_arrow {
    font-size: 1.8rem;
    font-weight: 500;
}

.link_arrow span {
    position: relative;
    padding-right: 1.4rem;
    line-height: 1.3;
}

.link_arrow span::before,
.link_arrow span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    margin: auto;
    width: 9px;
    height: 1px;
    background-color: #000000;
    transform-origin: calc(100% - 0.5px) 50%;
}

.link_arrow span::before {
    transform: rotate(40deg);
}

.link_arrow span::after {
    transform: rotate(-40deg);
}

/*アニメーション*/
.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 {
    padding-top: 2.2rem;
    padding-bottom: 3.4rem;
}

.header_inner {
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    width: 24rem;
}

.header_logo_link {
    flex-direction: column;
}

.header_logo_text {
    font-size: 1.6rem;
    padding-bottom: 2rem;
}

.header_logo_img {
    width: 10rem;
    display: block;
}

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

.header_nav.menu-main-container {
    width: 100%;
}

.header_nav #menu-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.header_nav #menu-main > .menu-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header_nav #menu-main > .menu-item + .menu-item {
    margin-left: 3.4rem;
}

.header_nav #menu-main > .menu-item > a {
    font-size: 1.8rem;
    font-weight: 700;
}

.menu-item-has-children > a{
    cursor: default;
}

.menu-item-has-children > a:hover{
    color: #000;
}

.header_nav .menu-item:not(.menu-item-has-children) > a {
    font-size: 1.8rem;
    position: relative;
}

.header_nav .menu-item.menu-item-has-children {
    padding-right: 1.5rem;
    position: relative;
    cursor: pointer;
}

.header_nav .menu-item.menu-item-has-children::before {
    border-left: 1px solid;
    border-top: 1px solid;
    width: 7px !important;
    height: 7px !important;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(225deg);
}

.header_nav .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 4.8rem;
    padding: 2.4rem 2rem;
    z-index: 4;
    background: #F0F0F0;
    width: 28rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.header_nav .menu-item.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.header_nav .sub-menu .menu-item + .menu-item {
    margin-top: 1.2rem;
}

.header_nav .sub-menu a {
    font-size: 1.5rem !important;
    line-height: 1.4;
}

.header_sub {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end;
    align-items: center;
}

.header_sub svg {
    margin-right: 1rem;
}

.header_sub span {
    opacity: 0.35;
    padding: 0 .8rem;
}

.header_sns {
    font-size: 1.5rem;
    align-items: center;
    margin-right: 2.6rem;
}

/*検索*/

.search_bar {
    position: relative;
}

.search_input {
    background: #F0F0F0;
}

.search_button {
    padding: 0;
}

.header_sub .search_input {
    font-size: 1.5rem;
    width: 18rem;
    height: 3.4rem;
    padding: .8rem 1rem;
}

.header_sub .search_button {
    width: 2.2rem;
    margin-left: 1rem;
}


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

.main_footer {
    background: #000;
}

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

.footer_inner {
    padding-top: 8rem;
    padding-bottom: 3.6rem;
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    width: 10rem;
}

.footer_info {
    width: calc(100% - 30rem);
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 5%;
}

.footer_contact_link {
    width: 20rem;
    height: 5rem;
    font-size: 1.6rem;
    border: #fff 1px solid;
}

.footer_sns_list {
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
}

.footer_sns_item + .footer_sns_item {
    margin-left: 1.6rem;
}

.footer_sns_item svg {
    fill: #fff;
}

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

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

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

.top_visual_container {
    margin-bottom: 10rem;
}

.top_main_slider {
    width: 100vw;
}

.top_main_slide a {
    display: block;
    pointer-events: auto;
}

.top_main_slide img {
    max-width: 1000px;
    aspect-ratio: 1166 / 550;
    object-fit: cover;
    overflow: hidden;
    margin: 0 .6rem;
}

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

.dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 2.6rem;
    left: 0;
    right: 0;
    margin: auto;
}

.dots-wrap li {
    width: .8rem;
    height: .8rem;
    margin: 0 .6rem;
    background: #fff;
    opacity: .6;
    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 {
    opacity: 1;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/*最新記事*/

.section_header {
    margin-bottom: 6rem;
    text-align: center;
    line-height: 1.3;
}

.section_heading_jp {
    font-size: 3.2rem;
    letter-spacing: .15rem;
}

.section_heading_en {
    font-size: 1.6rem;
    letter-spacing: .15rem;
    margin-top: 1rem;
    color: #ABABAB;
    background: linear-gradient(356deg, #9c9c9c, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top_info_container {
    margin-bottom: 10rem;
}

.article_list {
    margin: 0 -2.2%;
}

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

.article_list_link{
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

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

.article_list_title {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-top: 2.4rem;
}

.article_list_date {
    font-size: 1.4rem;
    opacity: .5;
    font-weight: 400;
    margin-top: 1.2rem;
}

.top_info_all {
    text-align: right;
}

/*横川kitoとは*/

.top_about_business {
    background: #F5F5F5;
}

.top_about_container {
    padding-top: 12rem;
    padding-bottom: 12rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.top_about_inner {
    justify-content: center;
    align-items: top;
}

.top_about_header {
    width: 40%;
    justify-content: center;
}

.top_about_logo {
    width: 13.2rem;
    margin: 0 auto 2.4rem;
}

.top_about_body {
    width: 60%;
}

.top_about_text {
    font-size: 1.8rem;
    line-height: 1.85;
}

.top_about_text + .top_about_text {
    margin-top: 3.2rem;
}

.top_about_all {
    margin-top: 8rem;
}

/*事業紹介*/

.top_business_container {
    padding-top: 10rem;
    padding-bottom: 12rem;
}

.top_business_item {
    justify-content: space-between;
    align-items: center;
}

.top_business_item:nth-child(even) {
    flex-direction: row-reverse;
}

.top_business_item + .top_business_item {
    margin-top: 8.8rem;
}

.top_business_img {
    width: 47%;
}

.top_business_body {
    width: 44%;
}

.top_business_number {
    color: #ABABAB;
    background: linear-gradient(356deg, #9c9c9c, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: .2rem;
    margin-bottom: 2rem;
}

.top_business_title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.top_business_text {
    margin-bottom: 3.6rem;
}


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


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

.breadcrumb {
    margin-bottom: 4.8rem;
    font-size: 1.4rem;
    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: .6;
}

.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_thumbnail{
    margin-bottom: 6rem;
}

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

.post_header_sub {
    align-items: center;
}

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

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

.post-categories{
    display: flex;
}

.post-categories li + li::before{
    content: ",";
    display: inline-block;
    padding-right: .5rem;
}

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

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

.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;
    margin-top: 8rem;
    margin-bottom: 4.8rem;
}

.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 {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.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%;
}

blockquote {
    margin: 6rem 0;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 5%;
}

blockquote > * + * {
    margin-top: 1.2rem;
}

iframe{
    max-width: 100%;
}

.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% !important;
    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;
}

.well,
.well2{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}

.post_body table {
    margin: 0 0 24px 0;
}

.post_body td,
.post_body th {
    border: 1px solid #ddd;
    padding: 10px 15px 7px;
}

.post_body th {
    background: #fafafa;
    font-weight: normal;
}

.post_tag_list{
    font-size: 1.4rem;
    line-height: 1.8;
    background: #F0F0F0;
    padding: 3%;
    margin-top: 8rem;
}

.related_post_container {
    padding-top: 10rem;
    margin-top: 10rem;
    border-top: rgba(0, 0, 0, 0.2) 1px solid;
}

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

.related_post_heading{
    font-size: 2.4rem;
}

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

.-attention{
    margin-bottom: 4rem;
}

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

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

.p-form__group + .p-form__group{
    margin-top: 3rem;
}

.wpcf7-form label{
    font-size: 1.8rem;
    display: block;
    padding-bottom: 1rem;
}

.-required{
    color: #999;
}

.wpcf7-text,
.wpcf7-textarea{
    width: 100%;
    border: 1px solid;
    padding: .8rem 1rem;
    font-size: 1.6rem;
    line-height: 2;
}

.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: 4rem auto 0;
}

.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;
    margin-bottom: 4rem;
}

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

.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: 2rem;
        padding-right: 2rem;
        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;
    }

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

    .link_arrow {
        font-size: 1.4rem;
        font-weight: 500;
    }

    .link_arrow span {
        padding-right: 1.2rem;
        padding-bottom: .1rem;
    }

    .link_arrow span::before,
    .link_arrow span::after {
        width: 8px;
        height: 1px;
    }

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

    .main_header {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .header_logo {
        width: calc(100% - 4rem);
    }

    .header_logo_link {
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }

    .header_logo_text {
        font-size: 1.3rem;
        padding-bottom: 0;
        padding-left: 1.2rem;
    }

    .header_logo_img {
        width: 5.6rem;
    }

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

    .drawer-hamburger {
        position: fixed;
        top: 3.4rem;
        right: 2rem;
        width: 2.8rem;
        height: 1.6rem;
        z-index: 1001;
        padding: 0;
    }

    .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: #000;
    }

    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        position: absolute;
        content: " ";
        height: 2px;
        width: 100% !important;
        background-color: #000;
        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: #F5F5F5;
    }

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

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

    .drawer_search {
        width: 100%;
        margin-bottom: 4rem;
    }

    .search_input {
        font-size: 1.6rem;
        padding: .2rem .6rem;
        width: calc(100% - 3.6rem);
        height: 4.2rem;
    }

    .drawer_search .search_input {
        background: #fff;
    }

    .search_button {
        margin-left: .8rem;
    }

    .search_button img {
        width: 2.5rem;
    }

    .drawer_nav {
        width: 100%;
    }

    .drawer_nav #menu-main-1 > .menu-item + .menu-item {
        margin-top: 3.2rem;
    }

    .drawer_nav #menu-main-1 > .menu-item > a {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .drawer_nav .sub-menu {
        margin-top: 2rem;
        margin-left: 2rem;
    }

    .drawer_nav .sub-menu .menu-item + .menu-item {
        margin-top: 1.4rem;
    }

    .drawer_nav .sub-menu a {
        font-size: 1.5rem !important;
        line-height: 1.4;
    }

    .drawer_sns {
        width: 100%;
        margin-top: 4rem;
    }

    .drawer_sns svg {
        margin-right: 1rem;
    }

    .drawer_sns span {
        opacity: 0.35;
        padding: 0 .8rem;
    }

    .drawer_sns {
        font-size: 1.5rem;
        align-items: center;
    }

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

    body:not(.home) .main_footer {
        margin-top: 8rem;
    }

    .footer_inner {
        padding-top: 6rem;
        padding-bottom: 4rem;
        justify-content: center;
    }

    .footer_logo {
        width: 8rem;
    }

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

    .footer_contact_link {
        width: 16.8rem;
        height: 4.2rem;
        font-size: 1.6rem;
    }

    .footer_sns_list {
        padding-bottom: 4rem;
    }

    .copyright {
        margin-top: 2.6rem;
        margin-bottom: 2.6rem;
        font-size: 1.2rem;
    }

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

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

    .top_visual_container {
        margin-bottom: 5rem;
    }

    .top_main_slide img {
        width: 100vw;
        margin: 0;
    }

    .dots-wrap {
        bottom: 1.2rem;
    }

    .dots-wrap li {
        width: .6rem;
        height: .6rem;
        margin: 0 .5rem;
    }

    /*最新記事*/

    .section_header {
        margin-bottom: 4rem;
    }

    .section_heading_jp {
        font-size: 2.4rem;
    }

    .section_heading_en {
        font-size: 1.4rem;
        margin-top: .7rem;
    }

    .top_info_container {
        margin-bottom: 5rem;
    }

    .article_list {
        margin: 0;
    }

    .article_list_item {
        width: 100%;
        flex-direction: row;
        align-items: center;
        padding: 0 0 2.2rem;
    }

    .article_list_link {
        width: 40%;
    }

    .article_list_body {
        width: 60%;
        padding-left: 4%;
    }

    .article_list_title {
        font-size: 1.5rem;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0;
    }

    .article_list_date {
        font-size: 1.2rem;
    }

    /*横川kitoとは*/

    .top_about_container {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .top_about_header {
        width: 100%;
    }

    .top_about_logo {
        width: 10rem;
        margin: 0 auto 1.6rem;
    }

    .top_about_body {
        width: 100%;
    }

    .top_about_text {
        font-size: 1.5rem;
        text-align: center;
    }

    .top_about_text + .top_about_text {
        margin-top: 2.8rem;
    }

    .top_about_all {
        margin-top: 5rem;
    }

    /*事業紹介*/

    .top_business_container {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .top_business_item:nth-child(even) {
        flex-direction: column;
    }

    .top_business_item + .top_business_item {
        margin-top: 5rem;
    }

    .top_business_img {
        width: calc(100vw - 2rem);
    }

    .top_business_item:nth-child(odd) .top_business_img {
        margin-left: calc(50% - 50vw)
    }

    .top_business_item:nth-child(even) .top_business_img {
        margin-right: calc(50% - 50vw)
    }

    .top_business_body {
        width: 100%;
        margin-top: 3.2rem;
    }

    .top_business_number {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }

    .top_business_title {
        font-size: 2.2rem;
        margin-bottom: 2.4rem;
    }

    .top_business_text {
        margin-bottom: 2.4rem;
    }

    .top_business_link span {
        margin-left: auto;
    }


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


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

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


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

    .page_heading {
        font-size: 2.3rem;
        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_thumbnail{
        margin-bottom: 4rem;
    }

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

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

    .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;
    }

    blockquote {
        margin: 4rem 0;
        padding: 4%;
    }

    blockquote > * + * {
        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;
    }

    .post_tag_list{
        font-size: 1.3rem;
        margin-top: 6rem;
    }
    
    .related_post_container {
        padding-top: 6rem;
        margin-top: 6rem;
    }

    .related_post_header {
        margin-bottom: 3.6rem;
    }

    .related_post_heading {
        font-size: 2rem;
    }

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


    .-attention{
        margin-bottom: 2rem;
    }

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

    .p-form__group + .p-form__group{
        margin-top: 1.4rem;
    }

    .wpcf7-form label{
        font-size: 1.5rem;
        padding-bottom: .6rem;
    }

    .wpcf7-text,
    .wpcf7-textarea{
        padding: .5rem 1rem;
        font-size: 1.6rem;
    }

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

    .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%;
    }
}
