﻿@font-face {
    font-family: "MyFont";
    src: url("../fonts/Manrope-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

a[href^="tel:"] {
    pointer-events: none;
    cursor: default
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 40px 0;
    padding: 0
}

@media(max-width: 959px) {
    hr {
        margin: 20px 0
    }
}

input,
select {
    vertical-align: middle
}

body {
    float: none;
    width: auto;
    min-height: 0
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
form,
input,
button,
textarea,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
*:before,
*:after {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0
}

body {
    padding-top: 0px;
    overflow-x: hidden;
    background: #fff;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Verdana, Roboto, "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media(max-width: 768px) {
    body {
        padding-top: 0px
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none
}

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

a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    transition: all .3s
}

a figure {
    overflow: hidden
}

a figure img {
    display: block;
    transition: all .3s;
    width: 100%
}

a.blue {
    color: #468df8
}

a.blue::before {
    background-color: #468df8;
    background: #468df8
}

input[type=submit],
button {
    cursor: pointer
}

input[type=submit]:hover,
button:hover {
    opacity: .7
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
    outline: none
}

textarea {
    display: block;
    resize: none
}

i,
em {
    font-style: normal
}

input,
button,
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    vertical-align: middle;
    font-size: inherit;
    color: #333
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder input::-moz-placeholder {
    color: #bfbfbf
}

option {
    outline: 0
}

p:not([class]) {
    line-height: 1.7
}

.bg-white {
    background-color: #fff
}

.bg-gray {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #000
}

.bg-black * {
    color: #fff
}

.p-form {
    border-top: #b5b5b5 solid 1px;
    padding: 50px 0
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
    background: #f8f8f8;
    padding: 20px;
    width: 100%
}

.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form textarea::placeholder {
    color: #cdd6dd
}

.p-form input[type=text]:focus,
.p-form input[type=email]:focus,
.p-form input[type=tel]:focus,
.p-form textarea:focus {
    background: #fff;
    outline: #505050 solid 1px
}

.p-form .wpcf7-not-valid-tip {
    color: red
}

.p-form__title {
    padding-bottom: 20px
}

.p-form__title p {
    font-weight: bold
}

.p-form__title p.required::after {
    content: "必須";
    display: inline-block;
    font-size: 14px;
    background-color: #fdf3f3;
    line-height: 1;
    padding: 2px 5px;
    color: red;
    font-weight: normal;
    margin-left: 20px
}

.p-form__title p.normal::after {
    content: "任意";
    display: inline-block;
    font-size: 14px;
    border: solid 1px #d1d1d1;
    line-height: 1;
    padding: 2px 5px;
    font-weight: normal;
    margin-left: 20px
}

.p-form__btns {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px
}

.p-form__btns .p-form__title {
    width: 25%
}

@media(max-width: 960px) {
    .p-form__btns .p-form__title {
        width: 100%
    }
}

.p-form__btns .p-form__input {
    flex: 1;
    padding-left: 5%
}

@media(max-width: 960px) {
    .p-form__btns .p-form__input {
        padding-left: 0
    }
}

.p-form__btns .wpcf7-radio {
    display: flex;
    flex-direction: column
}

.p-form__btns .wpcf7-list-item {
    margin-bottom: 15px
}

.p-form__btns .wpcf7-list-item span {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer
}

.p-form__btns .wpcf7-list-item span::before,
.p-form__btns .wpcf7-list-item span::after {
    content: "";
    position: absolute;
    width: 22px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    left: 0;
    top: -2px
}

.p-form__btns.type  .wpcf7-list-item span::before,
.p-form__btns.type  .wpcf7-list-item span::after {
    content: "";
    position: absolute;
    width: 22px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    left: 0;
    top: -15px
}

.p-form__btns .wpcf7-list-item span::before {
    border: solid 1px #868686
}

.p-form__btns .wpcf7-list-item span::after {
    width: 10px;
    background: #fff;
    left: 6px;
    top: 4px
}

.p-form__btns.type  .wpcf7-list-item span::after {
    width: 10px;
    background: #fff;
    left: 6px;
    top: -9px
}

.p-form__btns.checkbox .p-form__input p {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px
}

@media(max-width: 960px) {
    .p-form__btns.checkbox .p-form__input p {
        display: block
    }

    .p-form__btns.checkbox .p-form__input p .wpcf7-form-control-wrap {
        display: block;
        margin-bottom: 15px
    }
}

.p-form__btns input:checked+span::before {
    background-color: #3395f0
}

.p-form__names {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px
}

.p-form__names .p-form__title {
    width: 100%
}

.p-form__names .p-form__input {
    width: 48%
}

.p-form__inputs {
    padding-bottom: 25px
}

.p-form__input.type .wpcf7-list-item{
    font-size: 0;
}

.p-form__input.type .wpcf7-list-item:nth-of-type(1)::after {
content: "購入(店舗内サイネージや屋外看板などの常設での利用)";
font-size: 16px;
}

.p-form__input.type .wpcf7-list-item:nth-of-type(2)::after {
content: "レンタル(イベント関連や撮影など仮設で期間を設けた利用)";
font-size: 16px;
}

.p-form__input.type .wpcf7-list-item:nth-of-type(3)::after {
content: "映像制作(3D映像や撮影素材の作成)";
font-size: 16px;
}

.p-form__input.type .wpcf7-list-item:nth-of-type(4)::after {
content: "広告出稿(池袋ハレザビジョンへの広告出稿)";
font-size: 16px;
}

.p-form__input.type .wpcf7-list-item:nth-of-type(5)::after {
content: "展示会ブース企画・制作";
font-size: 16px;
}

.p-form__input.type .wpcf7-list-item:nth-of-type(6)::after {
content: "その他";
font-size: 16px;
}  

.p-form__privacy {
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding-top: 50px
}

.p-form__privacy a {
    text-decoration: underline
}

.p-form__privacy label span {
    padding-left: 30px;
    position: relative;
    cursor: pointer
}

.p-form__privacy label span::before,
.p-form__privacy label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px
}

.p-form__privacy label span::before {
    width: 21px;
    height: 21px;
    border: solid 1px #cdd6dd
}

.p-form__privacy label span::after {
    width: 12px;
    height: 12px;
    border-left: solid 2px #cdd6dd;
    border-bottom: solid 2px #cdd6dd;
    transform: rotate(310deg);
    width: 13px;
    height: 8px;
    left: 5px;
    top: 1px
}

.p-form__privacy label input:checked+span::before {
    background-color: #3395f0
}

.p-form__privacy label input:checked+span::after {
    border-color: #fff
}

.p-form__submit {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer
}

.p-form__submit p {
    position: relative
}

.p-form__submit p input {
    background: #505050;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px 5px;
    width: 200px
}

.p-form__submit p input:disabled {
    opacity: .7;
    cursor: not-allowed
}

.p-form__submit p::after {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(225deg)
}

.screen-reader-response {
    display: none
}

.wpcf7-response-output {
    text-align: center
}

@media(max-width: 960px) {
    .has-text-align-center {
        text-align: left
    }

    .has-text-align-center br {
        display: none
    }
}

.pages a {
    text-decoration: underline
}

.pages p {
    line-height: 2
}

.p-search {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 35px 50px;
    position: relative;
    max-width: 1240px;
    margin: 25px auto 100px
}

.p-search__result {
    margin: 0 auto 100px;
    max-width: 1240px;
    padding-top: 20px
}

.p-search input {
    background: rgba(0, 0, 0, 0)
}

@media(max-width: 960px) {
    .p-search {
        padding: 35px 20px;
        margin-bottom: 80px
    }
}

.p-search h2 {
    position: absolute;
    top: -5px;
    left: 15px
}

.p-search dl {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px
}

@media(max-width: 960px) {
    .p-search dl {
        justify-content: space-between;
        gap: 15px 2%
    }
}

.p-search dl dt {
    font-weight: bold;
    width: 100%;
    font-size: 15px;
    margin-top: 25px
}

@media(max-width: 960px) {
    .p-search dl dt {
        margin-bottom: 8px
    }
}

.p-search dl dd {
    width: 13.57%
}

@media(max-width: 960px) {
    .p-search dl dd {
        width: 48%
    }
}

.p-search dl dd label {
    display: flex
}

@media(hover: hover) {
    .p-search dl dd input:hover+span {
        background: #333;
        color: #fff
    }
}

.p-search dl dd input:checked+span {
    background: #333;
    color: #fff
}

.p-search dl dd span {
    padding: 10px 5px;
    border: solid 1px #b5b5b5;
    border-radius: 25px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
    background: #fff;
    font-size: 13px;
    transition: .3s
}

.p-search__btn {
    display: flex;
    justify-content: center;
    gap: 30px
}

@media(max-width: 960px) {
    .p-search__btn {
        gap: 10px
    }
}

.p-search__btn span {
    width: 300px;
    position: relative
}

.p-search__btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 28px;
    aspect-ratio: 1/1;
    background: url(/assets/img/common/icon_btn_arrow.svg);
    background-size: 100%;
    transform: translateY(-50%);
    pointer-events: none
}

.p-search__btn input {
    background: #333;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    border-radius: 50px
}

.p-search__btn button {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    font-size: 14px;
    border: solid 1px #e5e5e5
}

@media(max-width: 960px) {
    .p-search__btn button {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
        white-space: nowrap
    }
}

.p-archive__list {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px
}

@media(max-width: 960px) {
    .p-archive__list {
        padding: 0 25px
    }
}

.p-archive__list li {
    width: calc(33% - 30px)
}

@media(max-width: 960px) {
    .p-archive__list li {
        width: 100%
    }
}

.p-archive__list li a {
    display: block
}

@media(hover: hover) {
    .p-archive__list li a:hover figure img {
        transform: translate(-50%, -50%) scale(1.1)
    }
}

.p-archive__list figure {
    width: 100%;
    aspect-ratio: 7/4;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.p-archive__list figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/assets/img/under/archives/no-image.webp) center center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .3s
}

.p-archive__list time {
    font-size: 12px;
    color: #868686;
    margin-bottom: 11px;
    display: block
}

.p-archive__list .ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 55px;
    margin-bottom: 20px
}

.p-archive__list .dtl {
    font-size: 13px;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 10px;
    text-align: right
}

.p-archive__list .dtl span {
    display: block;
    padding-right: 20px;
    position: relative
}

.p-archive__list .dtl span::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 10px
}

.post-terms li {
    border: solid 1px #b5b5b5;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    width: auto
}

.post-terms li:nth-child(n+2) {
    margin: 0 !important
}

@media(max-width: 960px) {
    .post-terms li {
        width: auto
    }
}

.nav-links {
    display: flex;
    justify-content: center;
    margin-top: 100px
}

.nav-links .pagination {
    display: flex;
    gap: 2%;
    justify-content: center
}

.nav-links .page-numbers,
.nav-links .last-page,
.nav-links .first-page {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    font-weight: bold
}

@media(max-width: 960px) {

    .nav-links .page-numbers,
    .nav-links .last-page,
    .nav-links .first-page {
        width: 40px
    }
}

.nav-links .prev,
.nav-links .next {
    background: #333;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold
}

.nav-links .last-page,
.nav-links .first-page {
    background: #333;
    font-size: 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    letter-spacing: -3px
}

.nav-links .page-numbers.current {
    color: #fff;
    background: #333;
    border-radius: 100%
}

.nav-links a.page-numbers {
    transition: all .3s;
    border-radius: 100%
}

.nav-links a.page-numbers:hover {
    color: #fff;
    background: #333
}

.p-antiquities {
    border-top: solid 1px #b5b5b5;
    width: 100%
}

.p-antiquities th {
    width: 31.25%;
    padding: 40px;
    border-bottom: solid 1px #b5b5b5
}

@media(max-width: 960px) {
    .p-antiquities th {
        padding: 10px;
        width: 37.25%
    }
}

.p-antiquities td {
    width: 68.75%;
    padding: 40px;
    border-bottom: solid 1px #b5b5b5
}

@media(max-width: 960px) {
    .p-antiquities td {
        padding: 10px;
        width: 62.75%
    }
}

.p-antiquities tr {
    background-color: #f7f7f7
}

.p-antiquities tr:nth-child(2n) {
    background: #fff
}

.p-privacy h2 {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.5
}

.p-privacy p {
    margin-bottom: 50px
}

.p-privacy p:last-child {
    margin-bottom: 0
}

.p-privacy a {
    text-decoration: underline
}

.p-posts {
    overflow: hidden
}

.p-posts h1 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.4
}

@media(max-width: 960px) {
    .p-posts h1 {
        font-size: 28px
    }
}

.p-posts .date {
    display: flex;
    font-size: 13px;
    margin-bottom: 20px;
    gap: 2%;
    padding: 0
}

.p-posts .date li {
    list-style: none;
    margin-bottom: 0
}

.p-posts h2 {
    background: #333;
    color: #fff;
    font-size: 30px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 50px;
    line-height: 1.4;
    margin-top: 100px
}

@media(max-width: 960px) {
    .p-posts h2 {
        font-size: 20px;
        margin-top: 70px;
        padding: 14px 20px;
        margin-bottom: 30px
    }
}

.p-posts h3 {
    font-size: 26px;
    padding-left: 20px;
    border-left: solid 6px #333;
    margin-bottom: 40px;
    line-height: 1.3
}

@media(max-width: 960px) {
    .p-posts h3 {
        font-size: 18px;
        line-height: 1.5;
        padding-left: 10px;
        margin-bottom: 20px;
        border-left: solid 4px #333
    }
}

.p-posts h4 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.3
}

.p-posts h4::before {
    content: "ー";
    margin-right: 5px
}

@media(max-width: 960px) {
    .p-posts h4 {
        font-size: 16px;
        line-height: 1.5
    }
}

.p-posts .post-thumbnail img {
    margin-bottom: 40px
}

.p-posts .category {
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin-bottom: 50px;
    padding: 0
}

.p-posts .category li {
    background: #ebebeb;
    padding: 8px 10px;
    border-radius: 3px;
    list-style: none;
    margin-bottom: 0
}

.p-posts .category+h1 {
    display: none
}

.p-posts img {
    margin-bottom: 30px
}

.p-posts p {
    margin-bottom: 40px
}

.p-posts p a {
    text-decoration: underline
}

.p-posts ul,
.p-posts ol {
    padding-left: 2%;
    margin-bottom: 70px
}

@media(max-width: 960px) {

    .p-posts ul,
    .p-posts ol {
        padding-left: 4%;
        margin-bottom: 40px
    }
}

.p-posts ul li,
.p-posts ol li {
    margin-bottom: 1.8rem;
    list-style: disc;
    line-height: 1.6
}

@media(max-width: 960px) {

    .p-posts ul li,
    .p-posts ol li {
        margin-bottom: 1rem
    }
}

@media(max-width: 960px) {
    .p-posts .wp-embedded-content {
        width: 100% !important
    }
}

.p-posts table {
    width: 100%;
    border-top: solid 1px #b5b5b5;
    border-right: solid 1px #b5b5b5
}

.p-posts table tr:nth-child(2n) {
    background-color: #ebebeb
}

.p-posts table td {
    border-bottom: solid 1px #b5b5b5;
    border-left: solid 1px #b5b5b5;
    padding: 10px
}

.p-posts table td p {
    margin-bottom: 0
}

.p-posts table th {
    border-bottom: solid 1px #b5b5b5;
    border-left: solid 1px #b5b5b5;
    padding: 10px
}

.p-posts table th p {
    margin-bottom: 0
}

.bgwhite {
    background: #fff
}

.bgwhite .ttl {
    line-height: 1.5
}

.bgwhite figure {
    width: 100%;
    aspect-ratio: 7/5;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.bgwhite figure img {
    position: absolute;
    inset: 0;
    background: url(/assets/img/under/archives/no-image.webp) center center;
    background-size: 100%;
    background-repeat: no-repeat
}

.youtube iframe {
    max-width: 600px;
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%
}

#toc_container {
    margin-top: 50px;
    margin-bottom: 100px
}

@media(max-width: 960px) {
    #toc_container {
        margin-bottom: 70px
    }
}

#toc_container .toc_title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600
}

@media(max-width: 960px) {
    #toc_container .toc_title {
        font-size: 18px
    }
}

#toc_container .toc_list {
    border: solid 1px #d5d5d5;
    padding: 20px;
    margin-bottom: 0
}

#toc_container .toc_list>li {
    position: relative;
    padding: 20px 20px 20px 70px;
    border-bottom: solid 1px #d5d5d5;
    position: relative;
    line-height: 1.6;
    list-style: none;
    margin-bottom: 0
}

@media(max-width: 960px) {
    #toc_container .toc_list>li {
        padding: 20px 20px 20px 40px
    }
}

#toc_container .toc_list>li::before {
    content: "↓";
    color: #fff;
    width: 24px;
    aspect-ratio: 1/1;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

#toc_container .toc_list>li:last-child {
    border: none
}

#toc_container .toc_list>li ul {
    margin-top: 10px;
    margin-bottom: 0
}

#toc_container .toc_list>li ul li {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    position: relative;
    list-style: none;
    margin-bottom: 0
}

#toc_container .toc_list>li ul li::before {
    content: "▶︎";
    top: 12px;
    left: 0px;
    font-size: 12px;
    position: absolute
}

@media(max-width: 960px) {
    #toc_container .toc_list {
        padding: 10px;
        transition: display .3s
    }

    #toc_container .toc_list>li {
        padding: 10px 30px;
        pointer-events: all
    }

    #toc_container .toc_list>li::before {
        width: 15px;
        height: 15px;
        top: 15px;
        left: 0;
        font-size: 10px;
        font-weight: 600
    }

    #toc_container .toc_list>li.submenu::after {
        content: "＋";
        color: #333;
        aspect-ratio: 1/1;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 25px;
        top: 7.5px;
        right: 0;
        font-size: 16px;
        font-weight: 600;
        transition: all .1s;
        margin-top: 3px;
        border: 1px solid #333;
    }

    #toc_container .toc_list>li.submenu.active a+ul {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: all .3s
    }

    #toc_container .toc_list>li.submenu.active::after {
        content: "ー"
    }

    #toc_container .toc_list>li a+ul {
        margin-top: 0;
        padding-left: 0;
        display: none;
        visibility: hidden;
        opacity: 0;
        transition: all .1s
    }

    #toc_container .toc_list>li a+ul li {
        padding: 5px 0
    }

    #toc_container .toc_list>li a+ul li::before {
        top: 6px;
        left: -15px
    }
}

.p-btn__round {
    background-color: #868686;
    border: 1px solid #868686;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 80%;
    max-width: 600px
}

.p-btn__round::before,
.p-btn__round::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px
}

.p-btn__round::before {
    content: "";
    background-color: #fff;
    border-radius: 32px
}

.p-btn__round.contact {
    background: #fff
}

.p-btn__round.contact::before {
    border: solid 1px #000
}

.p-btn__round.contact::after {
    content: "→";
    color: #000
}

.p-posts__back {
    padding-top: 50px
}

.p-posts__back .c-link.back {
    background-color: #868686;
    border: 1px solid #868686;
    color: #fff !important
}

.p-posts__back .c-link.back::before,
.p-posts__back .c-link.back::after {
    right: initial;
    left: 20px
}

.p-posts__back .c-link.back::after {
    left: 30px;
    transform: scale(-1, 1) translateY(-50%)
}

@media(hover: hover) {
    .p-posts__back .c-link.back:hover {
        background-color: #000
    }
}

.p-posts__cta {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 120px
}

@media(max-width: 960px) {
    .p-posts__cta {
        padding: 40px 20px;
        text-align: left
    }
}

.p-posts__cta .common_flex {
    display: flex;
    justify-content: center;
    gap: 1%;
    max-width: 1225px;
    margin: 40px auto
}

@media(max-width: 960px) {
    .p-posts__cta .common_flex {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px
    }
}

.p-blog-cta {
    text-align: center;
    color: #fff;
    position: relative;
    padding: 50px 0 40px;
    margin: 100px 0
}

@media screen and (max-width: 767px) {
    .p-blog-cta {
        margin: 70px 0
    }
}

.p-blog-cta p {
    margin-bottom: 0;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    .p-blog-cta p {
        text-align: left
    }
}

.p-blog-cta::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #868686;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1
}

.mail_cta_button {
    font-weight: bold;
    text-align: center;
    width: 280px;
    margin: 40px auto 20px
}

@media screen and (max-width: 767px) {
    .mail_cta_button {
        margin: 20px auto
    }
}

.mail_cta_button a {
    padding: 20px 5px;
    background: #fff;
    display: block;
    transition: .3s
}

@media(hover: hover) {
    .mail_cta_button a:hover {
        background: #000;
        color: #fff
    }
}

.mail_cta_button+a {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 20px;
    transition: .3s
}

@media(hover: hover) {
    .mail_cta_button+a:hover {
        opacity: .8
    }
}

.p-posts .content-slider {
    margin-bottom: 40px
}

.p-posts .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.p-posts .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.p-posts .slick-list:focus {
    outline: none
}

.p-posts .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.p-posts .slick-slider .slick-track,
.p-posts .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.p-posts .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.p-posts .slick-track:before,
.p-posts .slick-track:after {
    display: table;
    content: ""
}

.p-posts .slick-track:after {
    clear: both
}

.p-posts .slick-loading .slick-track {
    visibility: hidden
}

.p-posts .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.p-posts [dir=rtl] .slick-slide {
    float: right
}

.p-posts .slick-slide img {
    display: block
}

.p-posts .slick-slide.slick-loading img {
    display: none
}

.p-posts .slick-slide.dragging img {
    pointer-events: none
}

.p-posts .slick-initialized .slick-slide {
    display: block
}

.p-posts .slick-loading .slick-slide {
    visibility: hidden
}

.p-posts .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-posts .slick-arrow.slick-hidden {
    display: none
}

.p-posts .slider-for .img {
    height: 25.92308vw
}

@media(max-width: 960px) {
    .p-posts .slider-for .img {
        height: 35.92308vw
    }
}

.p-posts .slider-nav .img {
    height: 6.15385vw
}

@media(max-width: 960px) {
    .p-posts .slider-nav .img {
        height: 10.15385vw
    }
}

.p-posts .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    background: #000
}

.p-posts .slider-for .slick-arrow.slick-next:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 54%;
    left: 28%
}

.p-posts .slider-for {
    margin-bottom: 10px
}

@media(max-width: 960px) {
    .p-posts .slider-for {
        margin-bottom: 1.36923vw
    }
}

.p-posts .slider-for .slick-arrow.slick-prev:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 54%;
    left: 42%
}

@media(max-width: 960px) {
    .p-posts .slider-for .slick-arrow.slick-prev:before {
        left: 41%
    }
}

.p-posts .slick-next {
    right: 0
}

.p-posts .slick-next:focus {
    background: #000
}

@media(hover: hover) {
    .p-posts .slick-next:hover {
        background: #000
    }
}

.p-posts .slick-prev {
    left: 0
}

.p-posts .slick-prev:focus {
    background: #000
}

@media(hover: hover) {
    .p-posts .slick-prev:hover {
        background: #000
    }
}

.p-posts .slider-nav .img {
    margin: 0 5px
}

@media(max-width: 960px) {
    .p-posts .slider-nav .img {
        margin: 0 3px
    }
}

.p-posts .slider-nav {
    margin: 0 -5px
}

@media(max-width: 960px) {
    .p-posts .slider-nav {
        margin: 0 -3px
    }
}

.p-posts .slider-nav .slick-track {
    transform: unset !important
}

.cookie {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    z-index: 11;
    padding: 30px 20px;
    transform: translateY(100%);
    transition: .3s all;
    transition-delay: 2s
}

.cookie button {
    border: none;
    appearance: none;
    -webkit-appearance: none
}

.cookie_text {
    margin-bottom: 20px
}

.cookie_text a {
    color: #468df8
}

.cookie_btn {
    width: 300px
}

@media screen and (max-width: 767px) {
    .cookie {
        width: 100%;
        bottom: 0
    }

    .cookie_btn {
        width: 100%
    }
}

.cookie_btn button {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #000
}

.cookie.is-show {
    transform: translateY(0)
}

@media screen and (max-width: 767px) {
    .cookie.is-show {
        transform: translateY(-60px)
    }
}

.cookie.is-hide {
    display: none
}

#snippet-box {
    display: none
}

.content-slider .splide__pagination {
    display: none !important
}

.content-slider .splide__list .splide__slide.is-active {
    border: 3px solid rgba(0, 0, 0, 0)
}

.content-slider .splide__list .splide__slide .img {
    width: 100%;
    padding-top: 56.25%
}

.wp-embedded-content {
    margin: 0 auto;
    min-width: 100%;
    width: 100%
}