@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
    line-height: 1.6;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    color: var(--text-color);
    font-weight: 400;
    background: var(--bg-color);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

select {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: var(--black);
}

select {
    line-height: 2;
    color: var(--black-70);
    box-shadow: none;
    padding: 3px 24px 0 8px;
    background: var(--white) url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    border: 1px solid var(--black);
    cursor: pointer;
    border-radius: 2px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

body>* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: var(--text-color);
    transition: .3s;
    word-break: break-all;
}

p {
    line-height: 1.6;
}

a:hover {
    opacity: 0.7;
    color: var(--accent-color);
}

/* -----------------
共通設定
---------------------*/

.inner {
    padding: 0 15px;
    width: 100%;
}

.pc-show {
    display: none;
}

.sp-show {
    display: block;
}

h2.section-ttl {
    margin-bottom: 20px;
    font-size: 1.25rem;
    padding: 0.08em 0.5em;
    background: transparent;
    /* border-left: solid 13px #D9D9D9; */
    font-size: clamp(20px, 5vw, 30px);
    font-weight: 500;
}

h2.section-ttl span {
    font-size: 15px;
    position: relative;
    margin-left: 10px;
}

h2.section-ttl span::after {
    content: "";
    background: url(../img/top/ttl-right.png) no-repeat center center / cover;
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 0px;
    /* left: 98px; */
    margin-left: 10px;
}

iframe {
    width: 100%;
}

.btn a {
    background: var(--crt-btn-bg-color);
    width: 140px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    color: var(--crt-txt_bg-color);
    line-height: 1.8;
    box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 16px;
}

.search__wrapper {
    width: 270px;
    background-color: var(--white);
    padding: 4px 3px 4px 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 100%;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    outline: none;
}

select {
    /* -webkit-appearance: none; */
    border-radius: 0;
    outline: none;
}

.search__wrapper input {
    border: none;
    line-height: 2;
    font-size: 16px;
    width: 80%;
    border-radius: 3px;
}

.search__wrapper input[type="submit"] {
    border: none;
    background-color: var(--main-color);
    text-align: center;
    font-size: 14px;
    color: var(--white);
    width: 20%;
    border-radius: 14.5px;
    text-align: center;
    padding: 0px;
    flex-grow: 1;
}

figure.wp-block-image.size-full.is-resized {
    width: 18px;
    display: flex;
    align-items: center;
    height: 46px;
    flex-direction: column;
}

figure.wp-block-image.size-full.is-resized img {
    aspect-ratio: auto !important;
}

.wp-block-table table {
    margin: 20px 0;
}

.wp-block-image img {
    width: 100%;
}

.wp-block-embed {
    max-width: 800px;
    margin: 20px auto;
    width: 100%;
}

.is-provider-reddit.wp-block-embed-reddit iframe,
.is-provider-mixcloud.wp-block-embed-mixcloud iframe {
    height: 100vh;
}

.is-provider-tiktok.wp-block-embed-tiktok blockquote {
    background: none;
}

.wp-block-buttons {
    display: table;
    margin: 0 auto;
}


/* ------------------
header
---------------------*/
header {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--crt-txt_bg-color);
    z-index: 9999;
    width: 100%;
    top: 0;
}

h1.header__logo {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 60px 0 20px;
    width: 100%;
}

h1.header__logo a {
    color: var(--white);
    line-height: 1;
    font-size: 18px;
}

h1.header__logo a img {
    vertical-align: middle !important;
    max-width: 280px;
    max-height: 55px;
    object-fit: contain;
    display: table-cell;
}

.header__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav__list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-nav__list li {
    font-size: clamp(12px, 0.6404rem + 0.4494vw, 16px);
}

#nav li {
    position: relative;
}

/* #nav li a:not(.contact_btn a).active::before {
    border-bottom: 2px solid var(--crt-txt_bg-color);
    padding-left: 20px;
    position: absolute;
    content: "";
    top: auto;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: -8px auto;
} */

:where(.main.--top-main, main.main.--common-detail) .inner {
    padding: 0 40px;

}

/* ------------------
ハンバーガーメニュー
---------------------*/
.header-nav__pc {
    display: none;
}

.drawer-icon {
    display: block;
    position: absolute;
    right: 15px;
    z-index: 120;
}

.btn-trigger {
    position: relative;
    width: 30px;
    height: 22px;
}

.btn-trigger:hover {
    cursor: pointer;
}

.btn-trigger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--white);
    z-index: 120;
    transition: all 0.5s ease;
    left: 0;
}

.btn-trigger span:first-child {
    top: 0;
}

.btn-trigger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.btn-trigger span:nth-child(3) {
    bottom: 0;
}

.btn-trigger.active span:first-child {
    top: 12px;
    transform: rotate(-45deg);
}

.btn-trigger.active span:nth-child(2) {
    opacity: 0;
}

.btn-trigger.active span:nth-child(3) {
    top: 12px;
    transform: rotate(45deg);
}

.drawer-content {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: var(--drawer-bg);
    background-position: top -50vh left -60vw;
    background-size: 180vw 140vh;
    color: var(--white);
    z-index: -1;
    top: 0;
    right: -102%;
    transition: all 0.8s ease;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    padding: 130px 60px 30px;
}

.drawer-content.active {
    right: 0;
    overflow: scroll;
    margin-bottom: 40px;
}

.drawer-nav-list {
    margin: 30px 0 40px;
}

.drawer-nav-list li {
    text-align: center;
}

.drawer-nav-list li+li {
    margin-top: 15px;
}

.drawer-nav-list li a {
    font-size: 16px;
    color: var(--white);
}

.drawer-sns .iconbox02 {
    margin-bottom: 40px;
    justify-content: center;
    gap: 0 20px;
}


.search__wrapper.header-search {
    width: 100%;
    height: 35px;
}

.search__wrapper.header-search input[type="text"] {
    max-width: 100%;
    font-size: 16px;
    text-align: left;
    color: var(--text-color);
}

.drawer-content .drawer-bottom img {
    max-width: 200px;
    display: block;
    margin: 0 auto 20px;
}

.drawer-content>div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.drawer-content>div>a {
    color: var(--crt-txt_bg-color);
    font-size: 24px;
    width: fit-content;
}


.drawer-content.active .copyright {
    text-align: left;
}

.drawer-content img {
    object-fit: contain;
    max-height: 80px;
}

.drawer__item:last-child img {
    width: min(55%, 200px);
}

.drawer__item a {
    font-size: clamp(16px, 0.8807rem + 0.5089vw, 18px);
}

.drawer__items {
    margin: 5px auto 0px;
}

.drawer-bottom {
    text-align: center;
}

.dw-ttl {
    font-size: 16px;
    margin-bottom: 10px;
}

.dw-access {
    font-size: 14px;
}

.contact_h img {
    border-radius: 5px;
    padding: 7px;
}

body.active {
    height: 100%;
    overflow: hidden;
}

.product_content {
    display: flex;
}

.product_content li {
    padding: 8px 8px;
    background: var(--crt-search-input);
    border-radius: 4px;
    margin: 8px 8px 0 0;
    width: 40px;
    height: 40px;
}

/* header追加CSS */
.header_top {
    display: contents;
}

.header_top .header__inner {
    justify-content: end;
}

.header-nav__list a {
    color: var(--crt-txt_bg-color);
}

.header_top .header-nav__list {
    gap: 22px
}

.header_top .header-nav__list img {
    vertical-align: middle;
}

.my_page_common a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.my_page_common a::before {
    background: url(../img/my_page.svg) 0 50% no-repeat;
    background-size: contain;
    content: "";
    width: 21px;
    height: 21px;
    display: block;
}

.heart_common a {
    background: url(../img/heart.png) 0 50% no-repeat;
    padding-left: 29px;
    background-size: contain;
}

.header_top .search__wrapper {
    background: #5E6770;
}

.header_top .search__wrapper input[type="submit"] {
    background: #5E6770;
    color: var(--white);
}

.drawer__item img.nav_icon {
    width: 20px;
    margin-right: 6px;
    vertical-align: -4px;
}

.header_top li.header-nav__item.sns img {
    width: 25px;
    object-fit: contain;
}

.header-box {
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 1000;
}

@media screen and (min-width: 980px) and (max-width:1200px) {
    .header-nav__list {
        gap: 18px;
    }
}

@media screen and (min-width:1210px) {
    .header-nav__list {
        gap: 33px;
    }
}

/* media screen */
@media screen and (min-width: 980px) {

    /* ------------------
    header
    ---------------------*/
    .header {
        background-color: transparent;
    }

    .header_top {
        background-color: var(--crt-pagination_footer-color);
        padding: 0px 20px;
        display: flex;
        justify-content: flex-end;
        height: 53px;
    }

    h1.header__logo {
        padding: 0;
        width: auto;
    }

    .iconbox02 .header_top {
        padding-left: 0;
        justify-content: start;
    }

    .product_content {
        position: absolute;
        bottom: -60px;
        right: 16px;
        display: flex;
    }

    .product_content li {
        padding: 8px 8px;
        background: var(--crt-search-input);
        border-radius: 4px;
        margin: 0 0 0 10px;
    }

    .header-nav__pc {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .header {
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        color: var(--white);
        height: 60px;
    }

    h1.header__logo a {
        font-size: 22px;
    }

    .header-nav__list {
        display: flex;
        align-items: center;
    }

    .header-nav__item a {
        color: var(--white);
        font-weight: 500;
    }

    li.header-nav__item.contact_btn a {
        border-radius: 5px;
        padding: 8px 12px;
    }

    .header__inner {
        max-width: 1440px;
        margin: 0 auto;
        width: 100%;
        padding: 0 30px;
        position: relative;
    }

    .search__wrapper input[type="submit"] {
        width: 50px;
    }

    .search__wrapper.header-search {
        height: auto;
        border-radius: 999px;
        padding: 3px 5px 3px 15px;
    }

    /* ------------------
    ハンバーガーメニュー
    ---------------------*/
    .drawer-icon,
    .drawer-content {
        display: none;
    }
}

/* ------------------
footer
---------------------*/
.footer {
    background: var(--footer-bg);
    color: var(--white);
}

.footer__inner {
    padding: 37px 20px 15px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo a {
    color: var(--white);
    font-size: 20px;
}
.footer-logo a img {
    max-width: 200px;
    max-height: 120px;
}

.company__info {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.footer .iconbox02 {
    justify-content: center;
    gap: 0 20px;
}

.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}

.page_top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: 1s;
    z-index: 99;
    width: 40px;
    height: 46px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.page_top.active {
    opacity: 1;
    visibility: visible;
}

.page_top a {
    display: inline-block;
    background: var(--main-color) url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2022%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%208L11%202L21%208%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%2014L11%208L21%2014%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') no-repeat center top 7px / 20px auto;
    border-radius: 5px;
    color: var(--white);
    font-size: 12px;
    width: 100%;
    height: 100%;
    padding-top: 23px;
    text-align: center;
}

.contact-btn a {
    display: flex;
    align-items: center;
    height: 100px;
    position: relative;
    color: var(--crt-common-bg);
    padding: 0 30px;
}

.contact-btn a span {
    width: 60%;
    display: block;
    text-align: start;
    font-weight: 700;
}

.contact-btn {
    background-color: var(---crt-accent-color);
    border-radius: 10px;
    height: 100px;
    width: 100%;
    margin: 50px auto;
}

.footer__logo img {
    max-width: 200px;
    max-height: 80px;
    object-fit: contain;
}

.footer__logo a {
    font-size: clamp(1.5625rem, 1.4668rem + 0.4082vw, 1.875rem);
    color: var(--crt-txt_bg-color);
    text-align: left;
}

.footer__logo {
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 980px) {
    .footer__logo {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    h1.header__logo a img {
        vertical-align: initial !important;
        max-width: 270px;
        max-height: 36px;
    }

    .footer {
        padding: 44px 0 50px;
        margin-top: 0px;
    }

    .footer__inner.inner {
        max-width: 1200px;
        padding: 0 40px;
    }

    .footer__container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 18px;
    }

    .footer__left {
        width: auto;
    }

    /* .footer__right {} */

    .footer-logo {
        text-align: left;
        margin-bottom: 14px;
        line-height: 1.2;
    }

    .footer-logo a {
        font-size: 22px;
    }
    .footer-logo a img {
        max-width: 300px;
        max-height: 150px;
    }

    .company__info {
        text-align: left;
        margin-bottom: 0;
    }

    ul.footer-nav__list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        column-gap: 38px;
        margin-bottom: 20px;
    }

    ul.footer-nav__list li a {
        color: var(--crt-txt_bg-color);
        font-size: 14px;
    }

    ul.footer-nav__list li.is-contact a {
        background: var(--accent-color);
        font-size: 16px;
        display: inline-block;
        padding: 10px 26px;
        border-radius: 5px;
    }

    .footer .iconbox02 {
        justify-content: flex-end;
    }

    .page_top {
        width: 48px;
        height: 46px;
        right: 20px;
    }

    section.top-about-us {
        background: var(--crt-common-bg);
        padding-top: 50px;
    }

    .contact-btn {
        height: 90px;
        width: 250px;
    }

    .contact-btn a {
        height: 90px;
        padding: 0 20px;

    }

    .drawer-content .contact-btn {
        width: 35%;
    }

    .contact-btn a::after {
        height: 50px;
        right: 5%;
    }

    .copyright {
        margin-top: 0px;
    }
}

@media screen and (min-width: 600px) and (max-width: 980px) {
    .contact-btn {
        width: 260px;
        margin: 50px auto;
    }

    .contact-btn a {
        padding: 0 35px;
    }

    .contact-btn a::after {
        right: 9%;
    }

    /*.footer__left {
        margin-top: 30px;
        width: 40%;
        margin: 0 auto;
    }*/
    .drawer-bottom {
        width: 45%;
        margin-top: 30px;
    }

    .drawer-content.active>div {
        width: 60%;
        text-align: center;
    }

}

/* -----------------
サイト共通
---------------------*/
h2.common-ttl {
    text-align: center;
    background: var(--white);
    color: var(--text-color);
    font-size: min(6.5vw, 27px);
    width: 100vw;
    margin: 0 -20px 60px;
    padding: 18px 0 34px;
    position: relative;
}

h2.common-ttl::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 90%;
    height: 90%;
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20372%2071%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M382.667%203C382.667%201.52724%20381.473%200.333332%20380%200.333332C378.527%200.333332%20377.333%201.52724%20377.333%203C377.333%204.47276%20378.527%205.66667%20380%205.66667C381.473%205.66667%20382.667%204.47276%20382.667%203ZM5.66666%2058C5.66666%2056.5272%204.47275%2055.3333%203%2055.3333C1.52722%2055.3333%200.333313%2056.5272%200.333313%2058C0.333313%2059.4728%201.52722%2060.6667%203%2060.6667C4.47275%2060.6667%205.66666%2059.4728%205.66666%2058ZM352%2058V58.5H352.307L352.446%2058.2268L352%2058ZM380%203L379.554%202.77316L351.554%2057.7732L352%2058L352.446%2058.2268L380.446%203.22684L380%203ZM352%2058V57.5L3%2057.5V58V58.5L352%2058.5V58Z%22%20fill%3D%22%230562B9%22%2F%3E%3Cpath%20d%3D%22M384.667%208C384.667%206.52724%20383.473%205.33333%20382%205.33333C380.527%205.33333%20379.333%206.52724%20379.333%208C379.333%209.47276%20380.527%2010.6667%20382%2010.6667C383.473%2010.6667%20384.667%209.47276%20384.667%208ZM13.6666%2063C13.6666%2061.5272%2012.4727%2060.3333%2011%2060.3333C9.52722%2060.3333%208.33331%2061.5272%208.33331%2063C8.33331%2064.4728%209.52722%2065.6667%2011%2065.6667C12.4727%2065.6667%2013.6666%2064.4728%2013.6666%2063ZM354%2063V63.5H354.307L354.446%2063.2268L354%2063ZM382%208L381.554%207.77316L353.554%2062.7732L354%2063L354.446%2063.2268L382.446%208.22684L382%208ZM354%2063V62.5L11%2062.5V63V63.5L354%2063.5V63Z%22%20fill%3D%22%230562B9%22%2F%3E%3Cpath%20d%3D%22M387.167%2013C387.167%2011.5272%20385.973%2010.3333%20384.5%2010.3333C383.027%2010.3333%20381.833%2011.5272%20381.833%2013C381.833%2014.4728%20383.027%2015.6667%20384.5%2015.6667C385.973%2015.6667%20387.167%2014.4728%20387.167%2013ZM22.6666%2068C22.6666%2066.5272%2021.4727%2065.3333%2020%2065.3333C18.5272%2065.3333%2017.3333%2066.5272%2017.3333%2068C17.3333%2069.4728%2018.5272%2070.6667%2020%2070.6667C21.4727%2070.6667%2022.6666%2069.4728%2022.6666%2068ZM356.5%2068V68.5H356.807L356.946%2068.2268L356.5%2068ZM384.5%2013L384.054%2012.7732L356.054%2067.7732L356.5%2068L356.946%2068.2268L384.946%2013.2268L384.5%2013ZM356.5%2068V67.5L20%2067.5V68V68.5L356.5%2068.5V68Z%22%20fill%3D%22%230562B9%22%2F%3E%3C%2Fsvg%3E') no-repeat right center / contain;
    background: var(--main-color);
    pointer-events: none;
}

h2.common-ttl a {
    color: var(--crt-txt_bg-color);
}

:is(.blog-list, .--news-detail, .contact-page, .search-page, .error) h2.common-ttl {
    margin: 0 0 60px;
}

.topicpath__list ul li:not(:first-child)::before {
    content: "";
    display: inline-block;
    left: 3px;
    right: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: 2px;
}

.topicpath__list ul {
    display: flex;
    align-items: center;
}

.breadcrumb li:last-child {
    pointer-events: none;
}

.x-tweet.x-tweet-rendered {
    display: table;
    margin: 20px auto;
}

/* -----------------
video ブロック
---------------------*/
figure.wp-block-embed iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

/* -----------------
フォントサイズ
---------------------*/

h1 {
    font-size: clamp(20px, 0.7022rem + 2.2472vw, 40px);

}

h2 {
    font-size: clamp(18px, 0.7022rem + 2.2472vw, 32px);

}

h3 {
    font-size: clamp(16px, 0.7809rem + 0.8989vw, 24px);

}

h4 {
    font-size: clamp(14px, 0.7654rem + 0.4494vw, 18px);

}

h5 {
    font-size: clamp(12px, 0.6404rem + 0.4494vw, 16px);

}

h6 {
    font-size: clamp(10px, 0.5154rem + 0.4494vw, 14px);
}

/* -----------------
引用タグ
---------------------*/
blockquote {
    position: relative;
    padding: 20px 15px;
    box-sizing: border-box;
}

.wp-block-button__link {
    background: var(--main-color);
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto;
    color: var(--white);
    line-height: 1.8;
    display: block;
    padding: 15px 67px;
}

.wp-block-button__link.wp-element-button {
    line-height: 1.5;
}


a.wp-block-button__link.wp-element-button:hover {
    color: var(--crt-txt_bg-color);
}

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 15px;
    /*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
    height: 10px;

}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}

input[type="checkbox"]::after {
    z-index: 3;
}

input[type="checkbox"]::before {
    background-color: var(--white);
    border-radius: 0%;
    border: 1px solid var(--contact-list-line-color);
    width: 23px;
    /*チェックボックスの横幅*/
    height: 23px;
    /*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    pointer-events: all;
    left: -1px;
    z-index: 2;
}

input[type="checkbox"]::after {
    border-bottom: 1px solid var(--text-color);
    border-left: 1px solid var(--text-color);
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: 0;
    left: 5px;
    bottom: 5px;
}

input[type="checkbox"]:checked::after {
    opacity: 1;
    /*チェック後表示*/
}

@media screen and (min-width: 769px) {

    /*input[type="checkbox"]::after {
        top: -5px;
    }*/
    .contact-check input[type="checkbox"]::after {
        top: -3px;
    }
}

/* -----------------
block
---------------------*/
.wp-block-columns.is-layout-flex {
    margin-top: 30px;
}

/* -----------------
共通 ｐｃ
---------------------*/
/* @media screen  and (min-width: 980px)  {
    h2.common-ttl {
        padding-top: 120px!important;
        }
    } */

@media screen and (min-width: 768px) {
    .sp-show {
        display: none !important;
    }

    .pc-show {
        display: block !important;
    }

    .inner {
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
        padding: 0 0px;
    }

    .introduction-box {
        display: block;
    }

    .section-content {
        padding: 0 50px;
    }

    /* -----------------
    block
    ---------------------*/
    .wp-block-columns {
        margin-bottom: 0;
    }

    /* -----------------
    common ページ
    ---------------------*/
    section.common-connection {
        margin-top: 90px;
    }

    .common-fx {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .common-fx img {
        width: 100%;
    }

    .common-fx>div+div {
        width: calc(100% - 20px)
    }

    .common-sidebar {
        margin: 0px auto;
        width: auto;
    }

    .common-content {
        width: calc(100% - 50px);
    }

    h2.common-ttl {
        margin: 0 calc(50% - 50vw) 80px;
        background: none;
        padding: 45px 0 70px;
        font-size: 45px;
    }

    h2.common-ttl::before {
        mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201283%20227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1395.67%203C1395.67%201.52724%201394.47%200.333328%201393%200.333328C1391.53%200.333328%201390.33%201.52724%201390.33%203C1390.33%204.47276%201391.53%205.66667%201393%205.66667C1394.47%205.66667%201395.67%204.47276%201395.67%203ZM5.66663%20210C5.66663%20208.527%204.47278%20207.333%203%20207.333C1.52722%20207.333%200.333374%20208.527%200.333374%20210C0.333374%20211.473%201.52722%20212.667%203%20212.667C4.47278%20212.667%205.66663%20211.473%205.66663%20210ZM1152.5%20210V210.5H1152.69L1152.83%20210.379L1152.5%20210ZM1393%203L1392.67%202.62103L1152.17%20209.621L1152.5%20210L1152.83%20210.379L1393.33%203.37897L1393%203ZM1152.5%20210V209.5L3%20209.5V210V210.5L1152.5%20210.5V210Z%22%20fill%3D%22%230562B9%22%2F%3E%3Cpath%20d%3D%22M1400.67%2010C1400.67%208.52724%201399.47%207.33333%201398%207.33333C1396.53%207.33333%201395.33%208.52724%201395.33%2010C1395.33%2011.4728%201396.53%2012.6667%201398%2012.6667C1399.47%2012.6667%201400.67%2011.4728%201400.67%2010ZM13.6666%20217C13.6666%20215.527%2012.4728%20214.333%2011%20214.333C9.52722%20214.333%208.33337%20215.527%208.33337%20217C8.33337%20218.473%209.52722%20219.667%2011%20219.667C12.4728%20219.667%2013.6666%20218.473%2013.6666%20217ZM1157.5%20217V217.5H1157.69L1157.83%20217.379L1157.5%20217ZM1398%2010L1397.67%209.62103L1157.17%20216.621L1157.5%20217L1157.83%20217.379L1398.33%2010.379L1398%2010ZM1157.5%20217V216.5L11%20216.5V217V217.5L1157.5%20217.5V217Z%22%20fill%3D%22%230562B9%22%2F%3E%3Cpath%20d%3D%22M1405.67%2017C1405.67%2015.5272%201404.47%2014.3333%201403%2014.3333C1401.53%2014.3333%201400.33%2015.5272%201400.33%2017C1400.33%2018.4728%201401.53%2019.6667%201403%2019.6667C1404.47%2019.6667%201405.67%2018.4728%201405.67%2017ZM23.6666%20224C23.6666%20222.527%2022.4728%20221.333%2021%20221.333C19.5272%20221.333%2018.3334%20222.527%2018.3334%20224C18.3334%20225.473%2019.5272%20226.667%2021%20226.667C22.4728%20226.667%2023.6666%20225.473%2023.6666%20224ZM1162.5%20224V224.5H1162.69L1162.83%20224.379L1162.5%20224ZM1403%2017L1402.67%2016.621L1162.17%20223.621L1162.5%20224L1162.83%20224.379L1403.33%2017.379L1403%2017ZM1162.5%20224V223.5L21%20223.5V224V224.5L1162.5%20224.5V224Z%22%20fill%3D%22%230562B9%22%2F%3E%3C%2Fsvg%3E');
        width: 95%;
        height: 16vw;
        max-height: 300px;
        bottom: 30px;
        top: auto;
    }

    h2.common-ttl::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
        background: var(--white);
        z-index: -1;
        max-width: calc(50vw + 800px);
    }

    .content-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: 60px;
        margin: 90px 0 80px;
    }

    ul.common-cat {
        width: 250px;
    }

    .common-cat__txt:first-child {
        margin-top: 0px;
    }

    .common-fx .day {
        margin-top: 0px;
    }
}

/* -----------------
トップページ (SP)
---------------------*/
.first_view {
    display: none;
    margin-top: -60px;

}

.first_sp_view {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.front-page .wp-block-cover figure {
    max-height: 300px;
    overflow: hidden;
    max-width: 100%;
}

.front-page .wp-block-cover>.wp-block-cover__inner-container {
    overflow: hidden;
    max-height: 300px;
    object-fit: cover;
}

.front-page .wp-block-cover {
    min-height: 300px;
    margin-bottom: 20px;
    position: relative;
    padding: 0;

}

main.main.front-page div.width_control {
    margin: 0 auto;
    width: 100%;
}

.front-page .wp-block-image:not(h2 + p + figure img, .front-page .wp-block-cover .wp-block-group__inner-container figure img) img {
    object-fit: cover;
}

.front-page .wp-block-cover .wp-block-group__inner-container {
    padding: 10px;
}

.front-page .wp-block-cover .wp-block-group__inner-container figure {
    min-width: 200px;
    max-width: 250px;
}

.front-page .wp-block-cover .wp-block-group__inner-container figure img {
    min-width: 100%;
    height: auto;
    aspect-ratio: auto !important;

}

.has-white-color {
    color: var(--crt-txt_bg-color) !important;
    padding: 16px;
}

.front-page h2 {
    font-size: 25px;
    font-weight: normal !important;
    margin: 0;
}

.front-page> :not(.wp-block-cover) {
    padding: 0 15px;
}

.front-page .wp-block-table td,
.wp-block-table th {
    border: 0px solid !important;
    padding: 1px 3px;
}

.front-page .wp-block-table td {
    width: 25%;
}

.front-page .wp-block-table td:nth-child(2) {
    width: 75%;
}

.front-page .wp-block-cover .wp-block-group.has-background.is-layout-constrained {
    position: absolute;
    bottom: 0;
    background-color: var(--crt-top-bg-ttl) !important;
    z-index: 99;
}


/* .front-page .product-block .wp-block-column.is-layout-flow>p {
    padding: 15px 0;
} */

/* .front-page .product-block h3 {
    font-size: clamp(20px, 0.9761rem + 1.1236vw, 30px);
    font-weight: 400;
} */

.top_company_detail_btn {
    justify-content: center;
    position: relative;
    top: -30px;
}

.front-page a.wp-block-read-more {
    font-size: 10px;
}

/* .front-page .product-block img {
    vertical-align: middle;
    width: 80%;
    display: table;
    margin: 20px auto;
} */

.top_company_detail_btn {
    padding-bottom: 20px;
    justify-content: center;
    position: relative;
    top: -30px;
}

.front-page .wp-block-group.has-background {
    width: 100vw;
    margin: 0px calc(50% - 50vw) 0;
    padding-top: 30px;
}

.front-page .wp-block-group.has-background {
    margin-top: 50px;
}

.front-page .news-wrap {
    margin: 56px 0;
}

/* -----------------
トップページ (PC)
---------------------*/
@media screen and (min-width: 980px) {
    .first_view {
        width: 100%;
        display: block;
        /* margin-bottom: 30px; */
    }

    .first_sp_view {
        display: none;
    }

    .front-page .wp-block-cover {
        width: 100%;
        /* margin: 80px 0 90px; */
        margin: 0 0 90px;
        /* margin: 30px 0 90px; */

    }

    .front-page .wp-block-cover .wp-block-group.has-background.is-layout-constrained {
        width: 70vw;
        margin: 0 calc(50% - 50vw) 10%;
        padding: 3vh 5vw 0 calc(50vw - 50%);
        vertical-align: middle;
        bottom: -30%;
        min-height: 260px;
    }
}

@media screen and (min-width: 769px) {
    .top_company_detail_btn {
        justify-content: end;
        width: fit-content;
        margin: 0 0 0 auto;
        padding-bottom: 20px;
        top: -10px;
    }

    .front-page .wp-block-cover {
        min-height: 470px;
        margin-bottom: 40px;

        object-fit: cover;
    }

    .front-page .wp-block-cover>.wp-block-cover__inner-container {
        overflow: hidden;
        max-height: 470px;
        object-fit: cover;
    }

    .front-page .wp-block-cover .wp-block-column.is-layout-flow {
        overflow: hidden;
        max-height: 470px;
    }

    .front-page .wp-block-cover figure {
        max-height: 470px;
    }

    .front-page .wp-block-cover {
        width: 100%;
    }

    .front-page .wp-block-image img {
        vertical-align: bottom;
    }

    .top_company_detail_btn {
        justify-content: end;
        width: fit-content;
        margin: 0 0 0 auto;
        padding-bottom: 20px;
        top: -10px;
    }

    .front-page a.wp-block-read-more {
        font-size: 15px;
    }

    .front-page .wp-block-cover-image {
        width: 90%;
        margin: 0 auto;
    }

    /* .front-page .product-block .wp-block-group.is-nowrap.is-layout-flex {
        justify-content: flex-start;
    } */
    /* 
    .front-page .product-block .wp-block-column.is-layout-flow>p {
        padding: 15px 0px;
        text-align: justify;
    } */

    /* .front-page .product-block .wp-block-columns.is-layout-flex {
        align-items: center !important;
    } */

    .front-page p.has-background {
        padding: 80px 38px;
    }

    /* .front-page .product-block h3 {
        height: 65px;
        align-items: center;
        display: flex;
        font-weight: 500;
    } */

    .front-page .is-layout-flex>.is-layout-flow>.is-layout-flex {
        margin-bottom: 0;
    }

    .front-page .wp-block-image img {
        width: 100%;
    }

    .front-page .wp-block-group.has-background {
        padding: 20px calc(50vw - 50%) 0px;
    }

    .front-page .wp-block-group.has-background .wp-block-columns.is-layout-flex {
        margin-top: 0px;
        margin-bottom: 0px;
    }

}

/* -----------------
製品紹介ページ (SP)
---------------------*/
.main.products {
    margin-bottom: 163px;
}

main.main.products div.width_control {
    padding: 0 20px;
    max-width: 1012px;
    width: 100%;
    margin: 0 auto;
}

/* .product-left {
    width: 30%;
    margin: 20px 5px !important;
}

.product-right {
    width: 70%;
    margin: 20px 5px !important;
} */

.products .entry-body h3 {
    position: relative;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    font-weight: normal;
    font-weight: 500;
    font-size: 22px;
    border-left: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}

.products .entry-body h3::before,
.products .entry-body h3::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.products .entry-body h3::before {
    left: 0;
    transform: translateX(-50%);
}

.products .entry-body h3::after {
    right: 0;
    transform: translateX(50%);
}

.products .entry-body h4 {
    color: var(--main-color);
    font-weight: normal;
    font-weight: 500;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
    font-size: 20px;
}

.products .entry-body h4::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-color);
    box-shadow: 0 0 10px rgba(0, 140, 255, 0.7);
}

.products .entry-body h5 {
    border-bottom: 1px solid var(--line-color);
    margin-top: 37px;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.products .entry-body p {
    font-size: 14px;
}
.products .entry-body p + p {
    margin-top: 1rem;
}

.products .is-layout-flow>p {
    width: 80%;
    margin: 0 auto;
}

.products .entry-body>*+* {
    margin-top: 45px;
}

.products .entry-body hr {
    border: none;
    height: 1px;
    background-color: rgba(5, 98, 185, 0.2);
}

.products .is-layout-constrained .is-layout-flex .is-vertically-aligned-center {
    min-height: 200px;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 0;
}

.products>.is-layout-constrained>.wp-block-group__inner-container {
    padding: 20px 0;
}

.products .has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.products .entry-body .wp-block-image {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 28px;
}
.products .entry-body img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.producs .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 40px;
}

.products .is-layout-constrained .is-layout-flex .is-vertically-aligned-center {
    background: var(--crt-txt_bg-color);
    border: 1px solid var(--crt-common-bg);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0px 10px 30px;
    margin-top: 0px;
    min-height: 210px;
    margin-bottom: 20px;
}

.producs .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important;
    border-bottom: 1px solid var(--crt-common-bg_border);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.products .product-service h2 {
    font-size: clamp(18px, 0.7416rem + 1.573vw, 30px) !important;
    font-weight: 500 !important;

}

.products .product-service .wp-block-columns.is-layout-flex {
    /* gap: 30px; */
    gap: 16px;
    justify-content: center;
    border-bottom: 1px solid var(--crt-common-bg_border);
}

.wp-block-group.has-background {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0px calc(50vw - 50%);
}

.wp-block-columns.is-layout-flex {
    margin-bottom: 30px;
}

.products .product-service .wp-block-image {
    object-fit: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.products+footer.footer {
    margin-top: 0px;
}

/* .flex-box .wp-block-group__inner-container>.wp-block-group {
    max-width: 582px;
} */

/* -----------------
製品紹介ページ (PC)
---------------------*/
@media screen and (min-width: 768px) {
    .products .wp-block-group__inner-container {
        /* max-width: 972px; */
        width: 100%;
        margin: auto;
        padding: 0 0px;
        align-items: center;
    }

    .products>.is-layout-constrained {
        padding: 100px auto;
    }

    .products>.is-layout-constrained>.wp-block-group__inner-container {
        padding: 40px 0;
    }

    .products .is-layout-constrained .is-layout-flex .is-vertically-aligned-center {
        background: var(--crt-txt_bg-color);
        border: 1px solid var(--crt-common-bg);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 20px 30px 30px;
        margin-top: 20px;
        min-height: 310px;
        z-index: 10;
    }

    /* --長谷川追記-- */
    .products .is-layout-flow>p {
        margin: 20px 5px;
    }

    .products .wp-block-columns.is-layout-flex {
        margin: 5px;
    }

    .products .product-service .wp-block-image {
        position: relative;
        right: 10%;
        min-width: 500px;
        width: 600px;
        padding-right: 20px;
        min-height: 350px;
        height: 350px;
    }

    .products .is-layout-flow>p {
        width: 100%;
    }

    .products .has-cyan-bluish-gray-background-color {
        width: 100%;
    }

    .products .product-service {
        margin-bottom: 20px !important;
    }

    .products .is-layout-constrained .is-layout-flex .is-vertically-aligned-center {
        padding-top: 20px;
    }

    .products .wp-block-group .wp-block-columns:nth-of-type(n + 2) {
        align-items: center !important;
    }

    .products .entry-body h3 {
        font-size: 34px;
        margin: 100px 0 20px;
    }

    .products .entry-body h4 {
        font-size: 28px;
    }

    .products .entry-body h5 {
        font-size: 19px;
    }

    .products .entry-body .heading-box p {
        font-size: 18px;
    }

    .products .entry-body p {
        font-size: 16px;
    }

    .products .entry-body .wp-block-image {
        aspect-ratio: 3 / 4;
        width: 36%;
        overflow: hidden;
    }
    .products .entry-body .wp-block-image + .wp-block-group {
        flex: 1;
    }

    .products .flex-box>.wp-block-group__inner-container {
        display: flex;
        flex-direction: row-reverse;
        column-gap: 37px;
        align-items: flex-start;
    }
}

/* ------------------
news
---------------------*/
section.top-news {
    padding-top: 60px;
    margin-bottom: 50px;
}

.news-box {
    margin-bottom: 30px;
}

.news-box:last-child {
    margin-bottom: 56px;
}

.news-box .news-fx img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}
.front-page .news-box .news-fx img {
    aspect-ratio: 4 / 3;
}

.news-textbox {
    margin-top: 8px;
}

.news-inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.blog-article .news-inner .content-wrap {
    margin: 0 -20px;
}


.topicpath__list ul {
    display: flex;
    align-items: center;
    padding: 0;
}

.topicpath__list li {
    font-size: 12px;
    align-items: center;
    white-space: nowrap;
    list-style: none;
}

.topicpath__list ul.breadcrumb li a {
    color: var(--text-color);
    text-decoration: none;
}

.breadcrumb li:last-of-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topicpath {
    font-size: 12px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 65px 0 7px;
}

section.news-connection {
    margin-top: 50px;
}

.news-sidebar {
    margin: 70px auto 40px;
}
.--news-detail .news-sidebar {
    padding: 0 20px;
}

.news-sidebar a {
    display: block;
    height: 100%;
    width: 100%;
}

.news-sidebar a:hover {
    opacity: .7;
    color: inherit;
}

ul.Pagination {
    margin-top: 60px;
}

ul.news-cat,
ul.calendar-cat {
    padding-left: 0;
    list-style: none;
}

/* ul.calendar-cat {
    display: flex;
    flex-wrap: wrap;
} */

/*--長谷川追記--*/
ul.calendar-cat li {
    /* width: calc(100%/6 + 1px); */
    border: 1px solid var(--crt-news-box-color);
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
    font-size: 13px;
    list-style: none;
}

.calendar-year,
.news-cat__item {
    background-color: var(--crt-common-bg);
}

.calendar-year {
    background-color: var(--crt-common-bg);
    padding: 7px 12px;
    border: 1px solid var(--crt-news-box-color);
    margin-top: -1px;
    margin-left: -1px;
}

.calendar-cat li a {
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
}

.calendar-cat li a:hover {
    padding: 6px 0;
}

.news-content.--news .news-box {
    border-color: var(--crt-border_bg);
    /* background: var(--crt-txt_bg-color); */
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
}

.news-cat__txt {
    text-align: center;
    margin-bottom: 3px;
}

.news-cat__txt:not(:first-child) {
    margin-top: 30px;
}

.news-cat__item {
    position: relative;
    border: 0.5px solid var(--crt-common-bg_border);
    margin-top: -1px;
    list-style: none;
}

.news-cat__item a {
    padding: 3px 10px;
}

.news-cat__txt::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--crt-btn-bg-color);
    /*背景色*/
    display: inline-block;
    content: "";
}

.news-cat__item::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--crt-common-bg_border);
    border-right: 1px solid var(--crt-common-bg_border);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: auto;
    position: absolute;
    right: 25px;
    top: 40%;

}

.calendar-cat {
    display: none;
}

.calendar-year.js-accordion-title {
    border: 0.5px solid var(--crt-common-bg_border);
    margin-top: -1px;
}

.calendar-year {
    position: relative;
    cursor: pointer;
}

.calendar-year:hover {
    background-color: var(--crt-news_search);
    color: var(--crt-common-txt-standard);
}

.calendar-year::after {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 40%;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: var(--white);
}

.calendar-year.open::after {
    top: 35%;
    transform: rotate(-180deg);
}

/* -----------------
ページャー
---------------------*/

.Pagination {
    position: relative;
}
.Pagination-Item {
    position: absolute;
    padding-top: 8px;
}
.Pagination-Item:first-child {
    left: 0;
}
.Pagination-Item:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
}
.Pagination-Item:nth-child(3) {
    right: 0;
}
.Pagination-Item-Link {
}

.Pagination-Item-Link-Icon {
    width: 20px;
}

.Pagination-Item-Link.isActive {
    background: #111;
    color: var(--crt-txt_bg-color);
    pointer-events: none;
    border: none;
}

.Pagination-Item-Link:not(.isActive):hover {
    opacity: 1;
    width: 80px;
    text-decoration: underline;
}

ul.Pagination li:nth-child(5) a {
    border: none !important;
    box-shadow: none;
}

ul.Pagination :where(li:first-of-type, li:last-of-type) a {
    width: 60px;
}

ul.Pagination+p {
    text-align: center;
    margin-top: 20px;
}

/* -----------------
news 詳細
---------------------*/
h1.detail-list__title {
    font-size: clamp(20px, 0.702rem + 2.25vw, 40px);
    margin: 10px 0 30px;
    line-height: 1.6;
}

.detail-main__image img {
    width: 100%;
}

.detail-main__detail {
    margin: 30px 0px 50px;
    overflow-wrap: break-word;
}

.detail-main__detail h2 {
    padding: 0em 0em 0.25rem;
    background: transparent;
    /* border-left: solid 12px var(--crt-common-border); */
    font-weight: 500;
    font-size: clamp(18px, 0.742rem + 1.57vw, 32px);
    margin: 40px 0 20px;
}

.detail-main__detail h3 {
    font-size: clamp(16px, 0.781rem + 0.9vw, 24px);
}

.detail-main__detail h4 {
    font-size: clamp(15px, 0.855rem + 0.34vw, 18px);
}

.detail-main__detail p {
    font-size: 16px;
    line-height: 1.8;
}
.detail-main__detail > * + * {
    margin-top: 30px;
}

.detail-main__detail li + li {
    margin-top: 4px;
}

.detail-main__detail .wp-caption {
    width: auto !important;
}

ul.Pagination.--detail_Pagination li a {
    width: 80px;
}

ul.Pagination.--detail_Pagination {
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding-left: 0;
}

ul.Pagination.--detail_Pagination .Pagination-Item-Link {
    font-weight: initial;
}

/* archive-news.php */
/* single.php */
.nav-links {
    display: flex;
    margin-top: 50px;
    gap: 12px;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    gap: 12px;


}

a.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 45px;
    word-break: keep-all;
    gap: 18px;
    min-width: 30px;
}

.page-numbers.prev,
.page-numbers.next {
    display: none;
}

.nav-links span.dots {
    justify-content: center;
    align-items: center;
    display: flex;
}

.page-numbers.current {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    font-size: 18px;
    transition: all 0.15s linear;
    background-color: var(--accent-color);
    color: var(--white);
    border-radius: 4px;
    padding: 0 10px;
    min-width: 40px;
}

a.page-numbers:not(.isActive):hover {
    background: var(--crt-pagination-common-color);
    color: var(--crt-pagination_footer-color);
}

ul.Pagination.--detail_Pagination a.page-numbers {
    font-weight: initial;
}
.news-content .detail-cat__category {
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}
.news-content .detail-cat__category li a {
    font-size: 14px;
    display: inline-block;
}

@media screen and (min-width: 500px) {
    .prev {
        position: static;
    }

    .next {
        position: static;
    }
}

@media screen and (min-width: 768px) {
    .news-content.--news {
        width: calc(98% - 320px);
    }

    .news-sidebar {
        flex-grow: 1;
        width: 320px;
        margin: 0px;
    }

    .blog-list .news-sidebar {
        margin-top: 54px;

    }

    .news-content.--news .news-box:first-child {
        margin-top: 0px;
    }

    .detail-main__image img {
        width: 100%;
    }

    /* -----------------
ページャー
---------------------*/
    .Pagination {
        width: 100%;
        margin: auto;
    }

    ul.Pagination.--detail_Pagination li a {
        width: 100px;
    }
    a.page-numbers, .current {
        font-size: 22px;
    }
    .page-numbers.prev,
    .page-numbers.next {
        display: block;
        font-size: 0;
        position: relative;
        top: 0;
        left: 0;
    }
    .page-numbers.next::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: var(--accent-color);
        width: 14px;
        height: 22px;
    }
    .page-numbers.prev::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        background: var(--accent-color);
        width: 14px;
        height: 22px;
    }
}

/* -----------------
会社概要ページ (SP)
---------------------*/
/* main.main.company div.width_control {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0 0px;
} */

.company iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.company .wp-block-group__inner-container {
    /* max-width: 972px; */
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 0px;
    align-items: center;
}

.company .wp-block-group__inner-container h2 {
    font-size: clamp(20px, 0.921rem + 1.35vw, 32px);
    font-weight: bold;
    width: fit-content;
    margin: 46px auto 20px;
    padding: 0 10px;
    border-bottom: var(--crt-common-bg_border) 1px solid;
}

.company .entry-body h3 {
    position: relative;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    font-weight: normal;
    font-weight: 500;
    font-size: 24px;
    border-left: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 0;
}

.company .entry-body h3::before,
.company .entry-body h3::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.company .entry-body h3::before {
    left: 0;
    transform: translateX(-50%);
}

.company .entry-body h3::after {
    right: 0;
    transform: translateX(50%);
}

.company .wp-block-group__inner-container h3 {
    padding: 0 22px 10px;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.company .wp-block-image {
    border-radius: 5px;
    overflow: hidden;
}
.company .wp-block-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.company .representative-block {
    justify-content: center;
    flex-wrap: wrap !important;
}

.company .representative-block .wp-block-group {
    width: 60%;
}

.company .representative-block .wp-block-group+p {
    background: var(--crt-txt_bg-color);
    border: 1px solid var(--crt-border-color-w);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 25px;
    margin-top: 10px;
}

.company .wp-block-table td,
.wp-block-table th {
    border: none !important;
}

.company .wp-block-table {
    width: 100%;
    overflow: visible;
}

.representative-block .is-content-justification-center.is-layout-flex p {
    font-family: 'Noto Serif JP', serif;
    width: 160px;
    line-height: 2.5;
    background: var(--crt-border_bg);
    color: var(--crt-txt_bg-color);
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}
.company .history {
    margin: 57px 0 100px;
}
.company .history > div > h3 {
    margin-bottom: 30px;
}
.company .history table {
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 30px;
    overflow: visible;
}
.company .history .wp-block-table {
    position: relative;

}
.company .history .wp-block-table::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 86px;
    width: 1px;
    height: 100%;
    background: var(--main-color);
}
.company .history table td:first-child {
    font-size: 24px;
    width: 120px;
    line-height: 1.2;
    padding: 0;
}
.company .history table td:nth-child(2) {
    position: relative;
    padding: 0;
}
.company .history table td:nth-child(2)::before {
    content: "";
    border-radius: 50%;
    background-color: var(--main-color);
    width: 13px;
    height: 13px;
    position: absolute;
    top: 7px;
    left: -40px;
}

.representative-messag-text {
    background-color: #FFF;
    padding: 30px 20px 25px;
    border-radius: 10px;
    gap: 30px;
    margin-top: 50px;
}

.vision-text>div {
    text-align: center;
}

.vision-text p {
    margin-top: 40px;
    margin-bottom: 20px;
}
.representative-message {
    margin-top: 70px;
}
.representative-message .wp-block-image {
    max-width: 240px;
    margin: 0 auto;
}
.representative-message .wp-block-image + p {
    margin-top: 15px;
}

.representative-message .wp-block-group__inner-container:first-of-type>.wp-block-group {
    text-align: center;
}

.representative-message .wp-block-column:nth-child(2) p {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.7;
}

.company-profile {
    background-color: var(--background-color);
    padding: 47px 20px 50px;
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
}

.company-profile .wp-block-group__inner-container:first-of-type>.wp-block-group {
    text-align: center;
}

.company-profile table tr {
    border-bottom: 1px solid var(--line-color);
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;

}

.company-profile table tr:last-of-type {
    border-bottom: none;
}

.company .company-profile .wp-block-table :is(th, td) {
    display: block;
    width: 100%;
    padding: 0;
}
.company .company-profile .wp-block-table td:first-child {
    margin-bottom: 7px;
}

.history .is-layout-flex {
    align-items: flex-start;
    justify-content: space-between;
}

/* -----------------
会社概要ページ (pc)
---------------------*/
@media screen and (min-width: 768px) {
    .company .vision {
        margin-bottom: 110px;
    }
    .company .wp-block-group__inner-container h3 {
        font-size: 34px;
        padding: 0 48px 10px;
        margin-bottom: 70px;
    }
     .company .representative-message h3.wp-block-heading {
        margin-bottom: 35px;
     }
    .company .company-history table tr::before {
        content: "";
        border-radius: 50%;
        background-color: var(--main-color);
        width: 20px;
        height: 18px;
        margin-right: 20px;
    }

    .company .company-history td:nth-child(1) {
        min-width: 30%;
    }

    main.main.company {
        padding: 0px;
    }

    .company .company-history::before {
        content: "";
        width: 2px;
        height: 100%;
        left: 8px;
        top: 13px;
        position: absolute;
        background-color: var(--main-color);
        background-repeat: repeat-x;
        z-index: -1;
    }

    .company .company-history,
    .company .company-history-Y {
        position: relative;
        margin-bottom: 100px;
    }

    .company td {
        width: 30%;
    }

    .company td:nth-child(2) {
        width: 70%;
    }

    .company .representative-block {
        flex-wrap: nowrap !important;
    }

    .company .representative-block .wp-block-group {
        width: 20%;
    }

    .company .representative-block {
        gap: 50px;
    }

    .company .representative-message {
        margin-bottom: 90px;
    }
    .company .representative-messag-text {
        gap: 45px;
        padding: 35px 35px 40px;
    }
    .company .representative-message .wp-block-image + p {
        margin-top: 10px;
    }
    .company .representative-message .wp-block-column:nth-child(2) p {
        font-size: 16px;
    }

    .company .company-profile {
        padding: 60px 30px 84px;
    }
    .company .company-profile > .wp-block-group__inner-container {
        max-width: 1120px;
        padding: 0;
    }
    .company .company-profile table {
        max-width: 750px;
        margin: 0 auto;
        border-collapse: separate;
        border-spacing: 0 28px;
    }
    .company .company-profile table tr {
        display: flex;
        padding: 28px 0;
        flex-direction: row;
        justify-content: space-between;
    }
    .company .company-profile .wp-block-table :is(th, td) {
        display: block;
    }
    .company .company-profile .wp-block-table td:first-child {
        width: 170px;
        margin: 0;
        padding-left: 40px;
    }
    .company .company-profile .wp-block-table td:nth-child(2) {
        width: calc(100% - 200px);
    }

    .company iframe {
        aspect-ratio: auto;
        height: 315px;
    }

    .company .history {
        margin: 90px 0 0;
    }
    .company .history table td:first-child {
        font-size: 34px;
        width: 230px;
    }
    .company .history table td:nth-child(2) {
        width: calc(100% - 230px);
        padding-top: 4px;
    }
    .company .history table td:nth-child(2)::before {
        width: 22px;
        height: 22px;
        left: -90px;
    }
    .company .history .wp-block-table::before {
        left: 151px;
    }

}

/* -----------------
お問い合わせ 
---------------------*/
.contact-main {
    margin: 12px auto 84px;
}

.contact-wrap {
    padding-bottom: 50px
}

.contact-main dl.contact__list {
    max-width: 676px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 20px 0;
}

.contact-main .contact__list dd {
    margin: 10px 0 0 20px;
}
.contact-main .contact__list dd select {
    width: 100%;
    border: 1px solid var(--contact-list-line-color);
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
    line-height: 1.6;
}

.contact-main .contact__list dt {
    line-height: 1;
    color: var(--black);
    display: inline-block;
}

.consent-box {
    margin-top: 50px;
    text-align: center;
    padding: 0 30px;
}

.consent-box>div {
    margin-top: 20px;
}

.consent-box>label {
    margin-top: 30px;
    display: block;
}

.contact-main dd.contact-check span {
    display: flex;

}

.contact-main.contact__list {
    padding-top: 35px;
}

.contact__list input:not(.contact-check span input) {
    width: 100%;
}

.contact-main .contact__list dd {
    margin: 10px 0 0 0px;
}

dl.contact__list textarea {
    width: 100%;
    min-height: 175px;
    border: 0.5px solid var(--crt-border_bg);
}

dl.contact__list input,
dl.contact__list textarea {
    line-height: 1;
    margin-bottom: 10px;
    border: 1px solid var(--contact-list-line-color);
    padding: 5px 10px;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    background-color: var(--white);
    border-radius: 3px
}
dl.contact__list input::placeholder {
    color: #ccc;
}

dl.contact__list textarea {
    padding: 8px;
}

dl.contact__list.--contact-address span input {
    width: 50% !important;
    margin-left: 12px;
}

.confirmation-main .p-contact-form__submit input:first-of-type {
    background-color: var(--contact-form-back-color) !important;
    color: var(--white);
    width: 189px;
    height: 42px;
}

.p-contact-form__submit input {
    background: var(--accent-color) !important;
    /* background: var(--crt-btn-bg-color) !important; */
    border-radius: 10px;
    /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
    border: none;
    width: 270px;
    height: 80px;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    /* padding: 25px 65px !important; */
    padding: 0 !important;

}

.p-contact-form__submit input.is-inactive {
    background: var(--crt-common-bg_border) !important;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: none;
    width: 250px;
    height: 50px;
    color: var(--crt-txt_bg-color);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.p-contact-form__submit input.is-inactive:hover {
    cursor: no-drop;
}

.p-contact-form__submit input.is-active {
    background: var(--crt-btn-bg-color);
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: none;
    width: 250px;
    height: 50px;
    color: var(--crt-txt_bg-color);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

:is(.p-contact-form__submit input, .p-contact-form__submit input:first-of-type input):hover {
    opacity: .7;
    transition: all 0.3s;
}

.p-contact-form__submit {
    text-align: center;
    margin-top: 54px;

}

dl.contact__list dt.required {
    position: relative;
}

.contact__list>dt {
    position: relative;
}

.contact__list>dt>span {
    font-size: 14px;
    font-weight: bold;
    background-color: var(--red);
    color: var(--white);
    padding: 4px 6px;
    border-radius: 3px;
    margin-left: 12px;
    vertical-align: 2px;
}

.top-confirmation p+p {
    background: linear-gradient(transparent 60%, var(--crt-mark_linear) 60%);
    display: inline-block;
}
.contact__list{
    margin-bottom: 30px;
}

/* -----------------
お問い合わせ (PC)
---------------------*/
@media screen and (min-width: 768px) {
    .contact-main {
        max-width: 980px;
        margin: 107px auto 100px;
    }

    .p-contact-form__submit {
        margin-top: 38px;
    }

    .contact__list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 43px;
    }

    .contact__list>dt:first-of-type {
        font-size: 18px;
    }

    .contact-main .contact__list dd {
        width: 390px;
    }

    .p-contact-form__submit input {
        width: 356px;

    }

    .contact-main .contact__list>dt:first-of-type {
        margin: 20px 0 0 0px;

    }
}

/* -----------------
プライバシーポリシー (SP)
---------------------*/
main.privacy_policy .entry-body h3 {
    font-size: 16px;
    border-bottom: 1px solid var(--main-color);
    padding-left: 0;
    padding-bottom: 5px;
    border-left: none;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 11px;

}

main.privacy_policy .entry-body p {
    font-size: 15px;
}

/* -----------------
プライバシーポリシー (PC)
---------------------*/
.privacy_policy>.wp-block-group {
    /* max-width: 980px; */
    max-width: 700px;
    margin: 50px auto;
    padding: 0 20px;
    width: 100%;
}

.privacy_policy .wp-block-group__inner-container {
    position: relative;
}

.privacy_policy .wp-block-group h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
    border-left: 5px solid var(--crt-main-color);
    line-height: 1.2;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .privacy_policy .wp-block-group h2 {
        margin-top: 40px;
    }

    main.privacy_policy .entry-body h3 {
        font-size: 20px;
        margin-top: 50px;
    }

    main.privacy_policy .entry-body p {
        font-size: 17px;
    }
}

/* -----------------
お問い合わせ確認画面
---------------------*/
.confirmation-txt {
    width: 80%;
    margin: 100px auto 30px;
    text-align: center;
}

.confirmation-txt p:nth-child(2) {
    background: linear-gradient(transparent 60%, var(--crt-mark_linear) 60%);
    display: inline;
}

form.confirmation-main {

}

.confirmation-wrap {
    padding: 0 20px 50px;
}

.confirmation-main .contact__list>dt>span {
    right: 10%;
}

.confirmation-main :not(:last-of-type).contact__list>:where(dt, dd) {
    padding: 5px 0;
}

.confirmation-main .p-contact-form__submit {
    display: flex;
    margin-top: 20px;
    gap: 17px;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
}

.confirmation-main .p-contact-form__submit input {
    width: 270px;
    height: 63px;
}

.confirmation-main .contact__list>dt>span {
    right: auto;
    margin-left: 10px;
}


/* -----------------
お問い合わせ確認 (PC)
---------------------*/
@media screen and (min-width: 768px) {
    form.confirmation-main {
        padding: 0px 20px;
        max-width: 660px;
        margin: 30px auto 90px;
    }
    .confirmation-wrap {
        padding: 0 0 20px;
    }
    .confirmation-txt {
        margin: 107px auto 0;
    }

    .confirmation-main :not(:last-of-type).contact__list>:where(dt, dd) {
        border-bottom: 0;
    }

    .confirmation-main .contact__list {
        display: flex;
    }

    .confirmation-main dt {
        width: 40%;
    }

    .confirmation-main dd {
        width: 60%;
    }

    .confirmation-main .p-contact-form__submit {
        gap: 57px;
        margin-top: 37px;
        flex-direction: row;

    }

    .confirmation-main.p-contact-form__submit input {
        width: 152px;
    }

    .confirmation-main .p-contact-form__submit input {
        width: 344px;
        height: 80px;

    }

    .confirmation-main .p-contact-form__submit input:first-of-type {
        width: 189px;
        height: 80px;
    }


}

/* -----------------
お問い合わせ完了画面
---------------------*/
.completion-main h3.wp-block-heading {
    font-size: 24px;
    width: fit-content;
    margin: 80px auto 46px;
    border-left: none;
    font-weight: 500;
}

.completion-main {
    max-width: 730px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.completion-main h2.wp-block-heading+p {
    margin: 40px auto 0px;
    width: 80%;
}

.completion-main .wp-block-buttons {
    justify-content: center;
}

.completion-main>.wp-block-group .wp-block-button {
    width: fit-content;
    margin: auto auto 50px;
}

.completion-main .wp-block-button__link {
    background: var(--accent-color);
    padding-left: 99px;
    padding-right: 99px;
    margin-top: 85px;
    border-radius: 10px;
    color: var(--white)!important;
    text-decoration: none!important;
}

.completion-main .wp-block-button__link.wp-element-button::after {
    content: none;
}

.completion-main .completion-main-text a {
    color: var(--white) !important;
    text-decoration: none;
}

/* -----------------
お問い合わせ完了画面(PC)
---------------------*/
@media screen and (min-width: 768px) {
    .completion-main h2.wp-block-heading+p {
        text-align: center;
        margin-top: 50px;
    }
}

/* -----------------
エラーページ 
---------------------*/
.error-div {
    width: fit-content;
    margin: auto;
}

.error-div h3 {
    font-size: 80px;
    color: var(--main-color);
}

/* .main.error img {
    width: 100%;
    margin: 47px auto 0;
} */

.main.error {
    /* max-width: 600px; */
    width: 100%;
    margin: 0 auto;
    text-align: justify;
}

.main.error p>a {
    color: var(--crt-main-error);
}

.main.error p {
    /* width: 80%; */
    margin: 0 auto 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 16px;
}

.main.error>p:first-of-type {
    font-size: 20px;
    /* background: linear-gradient(transparent 60%, var(--crt-mark_linear) 60%); */
    text-align: center !important;
    width: fit-content;
    margin: 0 auto 41px;
    color: var(--main-color);
    font-size: 29px;
}

.is-style-fill>.wp-element-button {
    background: var(--crt-txt_bg-color) !important;
    color: black;
    font-weight: bold;
    border: 1px solid var(--crt-common-bg_border);
    font-size: 20px;
    line-height: 54px;
    margin: 69px 0 89px;
    width: 180px;
}

/* --長谷川追記-- */
.wp-block-buttons {
    display: table;
    justify-content: flex-end;
}

.is-style-fill>.wp-element-button:hover {
    background: var(--crt-common-bg_border) !important;
    color: var(--crt-txt_bg-color);
}

.main.error>.wp-element-button {
    margin: 69px 0 89px;
    width: 180px;
}

.main.error .is-layout-flex {
    justify-content: center;
}

.main.error .wp-block-button__link {
    background: var(--accent-color);
    margin-top: 41px;
    margin-bottom: 140px;

}

.main.error .wp-block-button__link.wp-element-button::after {
    content: none;
}

/* -----------------
エラーページ pc
---------------------*/
@media screen and (min-width: 768px) {
    .main.error>p:first-of-type {
        margin: 0 auto 48px;
    }

    .main.error .wp-element-button {
        margin-bottom: 240px;
    }

    .main.error p {
        text-align: center;

    }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
    .page_top {
        width: 8%;
    }


}

.consent-box a {
    text-decoration: underline;
    color: var(--main-color);
    font-weight: 500;
    margin-left: 10px;
}

.serch_result {
    font-size: 32px;
    width: fit-content;
    margin: 50px auto;
}

.no_searchbox {
    width: fit-content;
    margin: 100px auto;
}

.no_searchbox a {
    background: var(--accent-color);
    padding: 20px 40px;
    border-radius: 10px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpTrigger {
    opacity: 0;
}

/* その場で */
/*.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        transform: translateY(20px);

        opacity: 0;

      }
    
      to {
        opacity: 1;
        transform: translateY(0);


      }
    }*/
@media screen and (max-width: 768px) {
    .privacy_txt a {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .footer_bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .privacy_txt a {
        font-size: 12px;
        color: var(--white);
    }

    .privacy_txt a:first-child {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .wp-block-group__inner-container ol {
        list-style: decimal !important;
        list-style-type: decimal !important;
        margin-left: 20px;
        margin-top: 10px;
    }

    .wp-block-group__inner-container ol {
        list-style: decimal !important;
        list-style-type: decimal !important;
        margin-left: 20px;
        margin-top: 10px;
    }

}

.day {
    font-size: 14px;
}

.width_control {
    padding: 0 20px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.privacy_policy .width_control {
    max-width: 800px;
    margin-bottom: 60px;
}

.category-main-ttl {
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 2px;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 30px;
}

.category-main-ttl {
    position: relative;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    font-weight: normal;
    font-weight: 500;
    font-size: 22px;
    border-left: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.category-main-ttl::before,
.category-main-ttl::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.category-main-ttl::before {
    left: 0;
    transform: translateX(-50%);
}

.category-main-ttl::after {
    right: 0;
    transform: translateX(50%);
}




@media screen and (min-width: 768px) {
    .category-main-ttl {
        font-size: 21px;
        margin-bottom: 40px;
    }
}

/* .news-cat_day_area {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2em;
    margin-top: 10px;
} */
.site-main {
    /* padding: 0 20px; */
    /* max-width: 980px; */
    /* width: 100%; */
    margin: 10px auto;
    max-width: 1100px;
    width: 100%;
}


.copyBtn {
    font-weight: bold;
    font-size: .85em;
    text-align: center;
    margin: 30px auto;
    padding: 6px 10px;
    border: 1px solid #eee;
}

.copyBtn img {
    height: 68%;
    margin-top: 5px;
    max-width: 87px;
}

@media (min-width:769px) {
    .copyBtn {
        max-width: 20em;
    }
}

.copyBtn:hover {
    opacity: 0.6;
    cursor: pointer;
}

.copyBtn.isCopied {
    pointer-events: none;
    background: #f7f7f7;
}

.copyBtn.isCopied:hover {
    cursor: auto;
}


#link-btn {
    padding: 5px 10px;
    width: fit-content;
    background: var(--crt-btn-bg-color) !important;
    color: var(--crt-txt_bg-color);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    border: none;
}


.product-related .product-related-list {
    padding: 0;
}

.wc-block-components-checkbox label input[type=checkbox] {
    padding-left: 0;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    border: none !important;
}

.wc-block-components-checkbox__input {
    left: 5px !important;
    bottom: 10px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after {
    top: 5px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #a8434300 !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

/* 商品一覧調整 */
.content-area h3 {
    font-size: 22px;
}

.content-area h1 {
    font-size: 25px;
    line-height: 1.2;
}

.content-area :where(h2, h3, h4, h5, h6) {
    margin: 15px 0 5px;
}

.content-area .page-description>*+* {
    margin-top: 20px;
}

.content-area .page-description {
    margin-bottom: 50px;
}

.content-area .content-area .pro-rela-name {
    font-size: 18px;
}


@media screen and (min-width: 768px) {
    .content-area :where(h2, h3, h4, h5, h6) {
        font-size: 26px;
    }

    .content-area :where(h2, h3, h4, h5, h6) {
        margin: 35px 0 18px;
    }

    .content-area .page-description>*+* {
        margin-top: 10px;
    }

    .content-area h1 {
        font-size: 32px;
    }

    .content-area h3 {
        font-size: 26px;
        line-height: 1;
    }


    .content-area .content-area .pro-rela-name {
        font-size: 20px;
    }

}

.iconbox02 {
    display: flex;
    margin: 3px 0 0 0;
    gap: 0 12px;
}

:where(.main>.wp-block-columns.is-layout-flex) {
    gap: 0em;
}

.top-image06 {
    width: 22px;
    height: 22px;
}

.top-image07 {
    width: 28px;
    height: 28px;
}

.top-image08 {
    width: 26px;
    height: 30px;
}

.top-image09 {
    width: 28px;
    height: 30px;
}

.top-image10 {
    width: 27px;
    height: 30px;
}


.author-box li {
    border-bottom: 1px solid #6a513e40;
    min-height: 50px;
    padding: 10px 25px 10px 10px;
    position: relative;
}

.author-box li a {
    display: block;
}

.author-box li::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid#957D56;
    border-right: 0;
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.entry-fx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.entry-fx a {
    border-bottom: 1px solid var(--white);
    word-break: break-all;
}

.author-box li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: var(--black) 1px solid;
    border-right: var(--black) 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.tags {
    display: flex;
    flex-wrap: nowrap;
    line-height: 1;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    padding: 5px 10px;
    gap: 5px;

}

a.tags:hover {
    background-color: var(--blog-archive-background-color);
}


.tags span:has(img) {
    width: 18px;
}

.tags img {
    width: 13px;
    height: 13px;
}

/* ---------------------
footer
--------------------- */
.footer-nav__list .contact_btn {
    background-color: var(--crt-accent-color);
    border-radius: 5px;
    border-radius: 5px;
    padding: 8px 12px;
}



/* ---------------------
topページ
--------------------- */
/* 全体・共通-------------------- */
.main {
    overflow: hidden;
}
.main.main.front-page {
    margin: 0;
    padding: 0;
}

.main.front-page .width_control {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.wp-block-button__link.wp-element-button {
    position: relative;
    /* 画像分の余白 */
    /* padding-right: 32px;  */
    border: none;
    cursor: pointer;

}

.wp-block-button__link.wp-element-button::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 5px;
    background-image: url('../img/common/right_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 17px;
}


/* ファーストビュー-------------------- */
.front-page .firstView {
    height: 100%;
    position: relative;
    margin-top: -65px;
    z-index: -1;

}

.front-page .firstView .wp-block-cover {
    height: 665px;
    margin-bottom: 0px;
}

.front-page .firstView img {
    height: 665px;

}

.firstViewPhoto {
    width: 100vw;
    height: auto;

}

.firstView-textbox {
    margin-left: clamp(20px, 5vw, 100px);
    margin-bottom: clamp(20px, 5vh, 100px);
}

.firstView-textbox .wp-block-heading {
    padding: 0;
}

.mv {
    height: 550px;
    width: 100%;
    position: relative;
}
.mv-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    background: var(--mv-cover);
    mix-blend-mode: multiply;
}
.mv-text {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 32px;
    color: #fff;
    line-height: 1.5;
}
.mv-text-heading {
    font-size: 26px;
    margin-bottom: 20px;
}
.mv-text-lead {
    font-size: 14px;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .mv {
        height: 600px;
    }
    .mv-text {
        max-width: 1440px;
        padding: 0 56px 68px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mv-text-heading {
        font-size: 46px;
        margin-bottom: 15px;
    }
    .mv-text-lead {
        font-size: 16px;
    }

}

/* 代表メッセージ--------------------- */
.front-page .message {
    background-image: var(--top-section-bg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 80px 0 100px;
}

.front-page .message>.wp-block-group__inner-container {
    padding: 0 20px;
}

.front-page .message .wp-block-columns {
    flex-direction: column-reverse;
    gap: 32px 0;
}

.front-page .message .wp-block-columns .wp-block-column:first-child h3.wp-block-heading {
    font-size: 22px;
    color: var(--main-color);
    text-align: center;
    width: 100%;
}

.front-page .message .wp-block-columns figure {
    width: 170px;
    height: 170px;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
}

.front-page .message .wp-block-columns figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-page .message .wp-block-group p {
    font-size: 14px;
    line-height: 1.7;
}

.front-page .message .wp-block-buttons {
    margin-top: 40px;
}


/* 製品紹介--------------------- */
.productIntroduction-area {
    max-width: 100vw;
    background: var(--top-section-bg);
    padding: 64px 0 100px;
}

.productIntroduction-width_control {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

/* 製品紹介テキストエリア */
.productIntroduction-text-area {
    position: relative;
    z-index: 1;
    padding: 45px 20px 50px;
}

.productIntroduction-text-area>.wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.productIntroduction-text-area::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 22px;
    right: 22px;
    bottom: 10px;
    background-color: var(--box-color);
    border-radius: 27px;
    z-index: -1;
    opacity: 0;
}

.productIntroduction-text-area .wp-block-group__inner-container>div {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px 0;
    margin: 0;
}

.productIntroduction-text-area .wp-block-group__inner-container>div figure {
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    display: block;
}

.productIntroduction-text-area .wp-block-group__inner-container>div img {
    margin: 0;
    width: 100%;
    height: 100%;
}

/* 製品紹介テキストボックス */
.productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child {
    max-width: 709px;
    width: 100%;
    background-color: var(--white);
    position: relative;
    z-index: 1;
    transform: translate(8px, 8px);
    padding: 20px 30px 30px 20px;
    z-index: 2;
}

.productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child:before {
    content: "";
    position: absolute;
    bottom: calc(100% + 8px);
    left: 40px;
    width: 6px;
    height: 48px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%206%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3%205.66667C4.47276%205.66667%205.66667%204.47276%205.66667%203C5.66667%201.52724%204.47276%200.333336%203%200.333336C1.52724%200.333336%200.333335%201.52724%200.333335%203C0.333335%204.47276%201.52724%205.66667%203%205.66667ZM3%2051L3.5%2051L3.5%203L3%203L2.5%203L2.5%2051L3%2051Z%22%20fill%3D%22%230562B9%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / contain;
    z-index: 2;
}

.productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child:after {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    z-index: -1;
    box-sizing: border-box;
}

.productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child>.wp-block-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: var(--main-color);
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: 20px;
    left: 20px;
}

.productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child>.wp-block-group h3.wp-block-heading {
    padding-left: 43px;
    margin-bottom: 11px;
}

.productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child>.wp-block-group p {
    font-size: 14px;
}

.productIntroduction-area .wp-block-buttons {
    margin: 0;
}

.productIntroduction-area .wp-block-buttons a {
    font-size: 16px;
}


/* ブログ--------------------- */
.blog-area {
    max-width: 100vw;
    background: var(--top-blog-bg);
    background-size: cover;
    margin: 0;
    padding: 68px 0 100px;
    color: var(--white);
}

.blog-area>.wp-block-group__inner-container {
    padding: 0 20px;
}

.blog-area a {
    color: var(--white);
}

.blog-area li {
    list-style: none;
}

.news-category a {
    display: inline-block;
}

.news-category .news-cat_show {
    background-color: var(--accent-color);
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
}

.news-txt h3 {
    font-size: 18px;
    margin-top: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.news-txt p {
    font-size: 13px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.news-txt p:first-child {
    -webkit-line-clamp: 2;
}

.tag-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none !important;
    padding-left: 0 !important;
    gap: 7px;
    margin-top: 8px;
}
.news-box .tag-box a,
.news-content .tag-box a {
    padding: 6px 7px 6px 27px;
    font-size: 13px;
    position: relative;
}
.main:not(.front-page) .news-box .tag-box a::before,
.news-sidebar ul.tag-box li a.tags::before,
.news-content .tag-box a::before {
    content: "";
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.9999%207.42412C13.0005%207.00553%2012.8389%206.58277%2012.5189%206.26369L6.94721%200.691691C6.66017%200.404625%206.27614%200.234102%205.87012%200.213459L1.69684%200.0008125L1.7269%200.00248828C1.70072%200.00111719%201.67259%200%201.64222%200C1.2083%200%200.789985%200.172225%200.481209%200.481279C0.172434%200.789801%200.000183997%201.20809%200.000488685%201.64201C0.000488685%201.66933%200.00135197%201.69716%200.00246915%201.72504L0.213135%205.87016C0.234336%206.27593%200.40458%206.65996%200.691926%206.94726L6.26392%2012.5193C6.58329%2012.8389%207.00576%2013.0005%207.42435%2013C7.84319%2013.0005%208.26539%2012.8386%208.58478%2012.5193L12.5192%208.5851L12.2166%208.28245L12.5195%208.58482C12.8389%208.26518%2013.0005%207.84268%2012.9999%207.42412ZM7.97947%2011.9137C7.82509%2012.0681%207.62666%2012.1433%207.42433%2012.1439C7.22199%2012.1433%207.02359%2012.0681%206.86919%2011.9137L1.29721%206.34169C1.1601%206.20458%201.07845%206.02093%201.06811%205.82613L0.857448%201.68182L0.856584%201.64199C0.856584%201.43409%200.938799%201.23452%201.0865%201.08657C1.23475%200.938311%201.43427%200.856096%201.6422%200.856096L1.68033%200.857213L5.82632%201.06844C6.02139%201.07849%206.20474%201.15984%206.34187%201.29726L11.9138%206.86923C12.0677%207.02333%2012.1432%207.22175%2012.1438%207.42409C12.1432%207.6264%2012.068%207.82511%2011.9136%207.97979H11.9138L7.97947%2011.9137Z%22%20fill%3D%22rgb(5%2C%2098%2C%20185)%22%2F%3E%3Cpath%20d%3D%22M2.68226%202.68226C2.29211%203.07272%202.29211%203.70474%202.68226%204.0949C3.07242%204.48505%203.70446%204.48505%204.09462%204.0949C4.48477%203.70474%204.48477%203.07269%204.09462%202.68226C3.70446%202.29211%203.07242%202.29211%202.68226%202.68226Z%22%20fill%3D%22rgb(5%2C%2098%2C%20185)%22%2F%3E%3C%2Fsvg%3E')
                no-repeat center center / contain;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}
.front-page .news-box .tag-box a {
    background: url(../img/tag_white.svg) no-repeat center left 8px / 13px 13px;
    padding: 6px 7px 6px 27px;
    font-size: 13px;
    border-color: var(--white);
}

.news-box a.tags {
    /* color: var(--main-color); */
    display: flex;
    flex-wrap: nowrap;
    line-height: 1;
    /* border: 1px solid var(--main-color); */
    border-radius: 5px;
    /* padding: 5px 10px; */
    gap: 5px;

}

.blog-area .wp-block-buttons a {
    background-color: transparent;
    border: 1px solid var(--white);
    margin: 0;
    font-size: 16px;
}

.entry-body>hr {
    margin-top: 30px;
}

.entry-body p {
    font-size: 16px;
}

.entry-body a {
    color: var(--main-color) !important;
}

.entry-body h1 {
    background: var(--head1-color);
    font-size: 1.5em;
    padding: 2px 10px;
}

.entry-body h2:not(.common-ttl) {
    font-size: 1.375em;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 5px;
    font-weight: bold;
}

.entry-body h3 {
    font-size: 1.25em;
    border-left: 4px solid var(--main-color);
    padding-left: 15px;
}

.entry-body h4 {
    font-size: 1.125em;
    color: var(--main-color);
}

.entry-body h5 {
    font-size: 1.125em;
}

.entry-body h6 {
    font-size: 1em;
}

.entry-body figcaption {
    font-size: 12px;
    text-align: center;
}

.entry-body>blockquote {
    background: var(--blockquote-bg);
    border-left: 7px solid var(--main-color);
    padding: 17px 17px 17px 60px;
    position: relative;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
}

.entry-body>blockquote::before {
    content: "";
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2028%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.4234%200L5.21168%2013.5H11.0365V24H0V13.5L5.82482%200H10.4234ZM27.4891%200L22.1752%2013.5H28V24H17.0657V13.5L22.7883%200H27.4891Z%22%20fill%3D%22%230562B9%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / contain;
    position: absolute;
    top: 17px;
    left: 17px;
    width: 28px;
    height: 24px;
    background: var(--main-color);
}

.entry-body>blockquote>blockquote {
    padding: 0;
}

.entry-body>blockquote>blockquote p {
    margin: 0 0 5px;
    line-height: 1.5;
}

.entry-body>blockquote cite {
    font-size: 14px;
    color: var(--blockquote-cite);
}

.news-box .news-cat_show {
    /* background-color: var(--main-color); */
    /* color: var(--white); */
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
}


@media screen and (min-width: 768px) {
    .front-page h2 {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .front-page .message {
    }

    .front-page .message>.wp-block-group__inner-container {
        padding: 0 40px;
        max-width: 840px;
        margin: 0 auto;
    }

    .front-page .message .wp-block-columns {
        flex-direction: row;
        justify-content: space-between;
        margin: 38px 0 22px;
        flex-wrap: nowrap !important;
    }

    .front-page .message .wp-block-columns .wp-block-column:first-child {
        flex-basis: calc(100% - 170px) !important;
    }

    .front-page .message .wp-block-columns .wp-block-column:first-child h3.wp-block-heading {
        font-size: 36px;
        text-align: left;
        padding-top: 32px;
    }

    .front-page .message .wp-block-columns .wp-block-column:has(img) {
        width: 170px;
        flex-basis: auto !important;
        flex-grow: 0;
    }

    .front-page .message .wp-block-columns figure {
        margin: 0;
    }

    .front-page .message .wp-block-group p {
        font-size: 16px;
    }


    .productIntroduction-area {
        padding: 100px 0;
    }

    .productIntroduction-text-area::before {
        content: "";
        width: 90%;
        height: 100%;
        background: var(--box-color);
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 27px;
    }

    .productIntroduction-text-area>.wp-block-group__inner-container {
        gap: 60px 0;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div {
        flex-direction: row;
        gap: 0 47px;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div:nth-child(even) {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child {
        margin-top: 30px;
        padding: 40px 40px 50px 170px;
        transform: none;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child:before {
        mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2068%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M62.3333%203.24415C62.3333%204.71691%2063.5272%205.91081%2065%205.91081C66.4728%205.91081%2067.6667%204.71691%2067.6667%203.24415C67.6667%201.77139%2066.4728%200.57748%2065%200.57748C63.5272%200.577479%2062.3333%201.77139%2062.3333%203.24415ZM0%203.24414L-4.37114e-08%203.74414L65%203.74415L65%203.24415L65%202.74415L4.37114e-08%202.74414L0%203.24414Z%22%20fill%3D%22%230562B9%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / contain;
        background: var(--main-color);
        width: 80px;
        height: 15px;
        left: calc(100% + 9px);
        top: 40%;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div:nth-child(even)>div:first-child:before {
        transform: rotate(180deg);
        left: calc(-80px + 11px);
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child:after {
        top: -10px;
        left: 10px;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child>.wp-block-heading {
        margin: 0;
        font-size: 100px;
        top: 33px;
        left: 45px;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child>.wp-block-group h3.wp-block-heading {
        font-size: 28px;
        padding: 0;
        margin-bottom: 12px;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child>.wp-block-group p {
        font-size: 16px;
    }

    .productIntroduction-area .wp-block-buttons {
        margin-top: 40px;
    }

    .blog-area {
        padding: 80px 0 120px;
    }

    .blog-area>.wp-block-group__inner-container {
        padding: 0 40px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .news-box {
        padding-bottom: 27px;
        margin-bottom: 27px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .news-box .news-fx {
        display: flex;
        gap: 0 32px;
    }

    .news-box .news-img {
        width: 250px;
    }


    .news-box .news-textbox {
        width: calc(100% - 250px - 32px);
        margin: 0;
    }

    .news-box .entry-fx {
        justify-content: flex-start;
        align-items: center;
        gap: 0 13px;
        margin-bottom: 5px;
    }

    .news-box .entry-fx :is(.day, a) {
        font-size: 14px;
    }

    .news-box .news-category {
        margin-bottom: 8px;
    }

    .news-txt h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 12px;
    }

    .news-txt p {
        font-size: 14px;
        margin-top: 8px;
        -webkit-line-clamp: 2;
    }

    .tag-box {
        margin-top: 10px;
    }

    .main {
        margin-bottom: 120px;
    }

    .topicpath {
        padding: 68px 0 10px;
    }

    .topicpath .inner {
        max-width: 1440px;
        width: 100%;
        padding: 0 40px;
    }

    .topicpath__list li {
        font-size: 14px;
    }

    .topicpath__list ul li:not(:first-child)::before {
        width: 7px;
        height: 7px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .entry-body>*+* {
        margin-top: 36px;
    }

    .entry-body,
    .entry-body p {
        font-size: 18px;
    }

    .entry-body h2:not(.common-ttl) {
        padding-bottom: 0;
    }

    .entry-body figcaption {
        font-size: 14px;
    }

    .entry-body>blockquote {
        padding: 20px 22px 20px 63px;
    }

    .entry-body>blockquote::before {
        width: 32px;
        height: 28px;
    }

    .entry-body>blockquote cite {
        font-size: 16px;
    }

}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child {
        padding: 30px 20px 40px 97px;
        margin-top: 0;
    }

    .productIntroduction-text-area .wp-block-group__inner-container>div>div:first-child>.wp-block-heading {
        font-size: 50px;
        top: 25px;
        left: 33px;
    }

    ul.footer-nav__list {
        gap: 0 15px;
    }

    ul.footer-nav__list li.is-contact a {
        padding: 7px 14px;
        font-size: 14px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1299px) {

    h2.common-ttl {
        padding: 25px 0 37px;
        font-size: 37px;
    }

    h2.common-ttl::before {
        bottom: 10px;
    }
}

/* ---------------------
ブログページ
--------------------- */
.news-inner.inner {
    padding: 0 20px;
}

.news-content.--news .news-box {
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid var(--line-color);
}


.news-content.--news .news-box .news-cat_show {
    background-color: var(--main-color);
    color: var(--white);
}

.news-content.--news .news-box a.tags,
.news-sidebar a.tags {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 14px;
}

.news-content.--news .category-main-ttl {
    color: var(--text-color);
    padding-bottom: 5px;
    margin-bottom: 18px;
    font-size: 18px;
}

.news-content.--news .entry-fx {
    margin-top: 7px;
    justify-content: flex-start;
    gap: 0 13px;
    font-size: 14px;
}

.news-content.--news .entry-fx a {
    border-bottom: none;
}

.news-content.--news .news-cat_day_area {
    margin: 5px 0;
}

.news-content.--news .news-txt p:first-of-type {
    font-size: 18px;
    font-weight: 500;
}



.news-sidebar .news-cat__txt::before {
    display: none;
}

.news-sidebar .news-cat__txt {
    text-align: left;
    border-top: 1px solid var(--line-color);
    padding: 12px 0;
    margin-bottom: 0;
}
.news-sidebar ul.tag-box {
    margin: 0;
}
.news-sidebar ul.tag-box li a.tags {
    padding: 6px 7px 6px 27px;
    position: relative;
}

.news-sidebar .calendar-year {
    background-color: var(--blog-archive-background-color);
    color: var(--main-color);
    border: none;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 5px;
}
ul.calendar-cat {
    margin-bottom: 5px;
}
.news-sidebar ul.calendar-cat li {
    text-align: left;
    padding: 0 12px;
}

.news-sidebar ul.calendar-cat li {
    border: none;
    background-color: var(--blog-archive-month-background-color);
    margin-top: 5px;
    border-radius: 3px;
    font-size: 16px;
}

.news-sidebar .news-cat__item {
    background-color: var(--main-color);
    border-radius: 3px;
    margin-right: 7px;
    margin-bottom: 9px;
    display: inline-block;
    border: none;
}

.news-sidebar .news-cat__item a {
    color: var(--white);
    font-size: 14px;
}

.news-sidebar .news-cat__item::after {
    display: none;

}


@media screen and (min-width: 768px) {

    .news-content.--news .category-main-ttl {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 26px;
    }
    .news-content.--news .entry-fx {
        margin-top: 0;
    }
    .news-content.--news .fadeUpTrigger.fadeUp {
        width: 215px;
        height: 215px;
        overflow: hidden;
        position: relative;
        flex-shrink: 0;
    }

    .news-content.--news .fadeUpTrigger.fadeUp a img {
        width: 100%;
        height: 100%;
    }

    .news-content.--news .fadeUpTrigger.fadeUp a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

}

/* ---------------------
ブログ記事ページ
--------------------- */

.blog-article .news-content.--news {
    background-color: var(--white);
    padding: 20px 20px 70px;
}

.--news-detail a.tags {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 14px;
}

.--news-detail .news-content.--news .entry-body h1 {
    background: var(--blog-head1-color);
}

.blog-article .detail-list__title {
    margin: 5px 0 35px;
    position: relative;
    font-size: 18px;
    font-weight: normal;
}

.blog-article .detail-list__title::before {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 100%;
    height: 30px;
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20354%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.333333%2011C0.333333%2012.4728%201.52724%2013.6667%203%2013.6667C4.47276%2013.6667%205.66667%2012.4728%205.66667%2011C5.66667%209.52724%204.47276%208.33333%203%208.33333C1.52724%208.33333%200.333333%209.52724%200.333333%2011ZM344.086%2011V11.5H344.31L344.459%2011.3327L344.086%2011ZM3%2011V11.5H344.086V11V10.5H3V11ZM344.086%2011L344.459%2011.3327L353.373%201.3327L353%201L352.627%200.667298L343.713%2010.6673L344.086%2011Z%22%20fill%3D%22%230562B9%22%2F%3E%3C%2Fsvg%3E')
            no-repeat center center / contain;
    background: var(--main-color);
}

.blog-article .news-content.--news .news-cat_show {
    background-color: var(--main-color);
    border-radius: 3px;
    margin-right: 7px;
    margin-bottom: 9px;
    display: inline-block;
    color: var(--white);
    font-size: 14px;
    padding: 2px 6px;
}

.--news-detail ul.--detail_Pagination {
    justify-content: center;
    border-top: 1px solid var(--main-color);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin: 28px 0 0;
}

.--news-detail ul.--detail_Pagination::before,
.--news-detail ul.--detail_Pagination::after {
    content: '';
    position: absolute;
    top: -3px;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.--news-detail ul.--detail_Pagination::before {
    left: 0;
    transform: translateX(-50%);
}

.--news-detail ul.--detail_Pagination::after {
    right: 0;
    transform: translateX(50%);
}

.--news-detail .Pagination-Item-Link {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: var(--main-color);
}
/* .Pagination>*+* */
.previous-article,
.next-article {
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.previous-article::before {
    content: "<";
}

.next-article::after {
    content: ">";
}

@media screen and (min-width: 768px) {
    .detail-main__detail {
        margin: 30px 0 60px;
    }
    .blog-article .news-content.--news {
        padding: 28px 36px 100px;
    }
    .news-content.--news .entry-fx {
        font-size: 16px;
    }
    .blog-article .detail-list__title {
        font-size: 22px;
    }
    .blog-article .detail-list__title {
        margin-bottom: 53px;
    }
    .blog-article .detail-list__title::before {
        bottom: -20px;
    }
    .--news-detail .Pagination-Item-Link {
        font-size: 16px;
    }
    .blog-article .news-inner .content-wrap {
        margin: 0;
    }
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
    .news-sidebar {
        padding-left: 20px;
    }
}