/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: あなたの名前
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/
/* --------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
-------------------------------------------------------------------------------- */
@font-face {
    font-family: "design_plus";
    src: url("fonts/design_plus.eot?v=1.0");
    src: url("fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.0") format("woff"), url("fonts/design_plus.ttf?v=1.0") format("truetype"), url("fonts/design_plus.svg?v=1.0#design_plus") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

アプリシエン CSS

unique-color
main:#f4a460
sub:#f96921
base:#fffaf2
text:#333333
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-size: 16px;
    font-size: clamp(14px, 1vw, 22px);
    letter-spacing: 0.04em;
    line-height: 2;
    color: #333333;
    background: url(img/footer_bg.png) no-repeat rgba(3, 83, 173, 0.15);
    background-position: right bottom;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-size: 55% auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td, th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* END reset css */
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* end MacIE5 */
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
}

#site_wrap {
    overflow: hidden;
}

a {
    color: #f4a460;
    text-decoration: none;
}

a:hover {
    color: #f96921;
}

@media only screen and (min-width: 768px) {
    a[href^='tel:'] {
        pointer-events: none;
    }

    .post-content a[href^='tel:'] {
        font-weight: 500;
        color: #333333;
    }
}

img {
    vertical-align: bottom;
    display: block;
    width: 100%;
}

input {
    border: 0;
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

a, a:before, a:after, input {
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color, color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

#infscr-loading {
    color: #525252;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

#infscr-loading img {
    margin-right: 8px;
    vertical-align: middle;
}

#infscr-loading div {
    display: inline;
}

.cover {
    width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

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

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hide {
    display: none;
}

.inner {
    margin: 0 auto;
    width: 84%;
    box-sizing: border-box;
}

.left-align {
    text-align: left;
}

.center {
    text-align: center;
}

.right-align {
    text-align: right;
}

.primary {
    width: 68.69565%;
}

.primary-full {
    width: 100%;
}

.secondary {
    width: 26.08696%;
    max-width: 300px;
}

.trim {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
}

.trim img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1920px) {
    .inner {
        width: 76%;
    }
}

/* ローディングアイコン */
#site-wrap {
    display: none;
}

#site-loader-overlay {
    position: fixed;
    background: #fffaf2;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#site-loader-spinner {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid #ccc;
    border-top-color: #f4a460;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loading 1.2s linear infinite;
    -webkit-animation: loading 1.2s linear infinite;
    text-indent: -9999em;
    border-width: 3px;
    border-style: solid;
    border-color: #f96921 #f96921 #f4a460 #f96921;
    border-image: initial;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* アイコンフォント */
.icon-arrow-right:before {
    content: "\e910";
}

/* keyframes */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes imageAnimation03 {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    5% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes imageAnimation03 {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    5% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ----------------------------------------------------------------------
 アイキャッチ画像
---------------------------------------------------------------------- */
/* ズーム */
.thumbnail01 {
    overflow: hidden;
}

.thumbnail01 img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -webkit-transition: all 0.75s ease;
    -moz-transform: scale(1);
    -moz-transition: all 0.75s ease;
    -ms-transform: scale(1);
    -ms-transition: all 0.75s ease;
    -o-transform: scale(1);
    -o-transition: all 0.75s ease;
    transform: scale(1);
    transition: all 0.75s ease;
}

/* スライド */
.thumbnail02 {
    overflow: hidden;
}

.thumbnail02 img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity, translate3d;
    -webkit-transition: 0.5s;
    -moz-transition-property: opacity, translate3d;
    -moz-transition: 0.5s;
    -ms-transition-property: opacity, translate3d;
    -ms-transition: 0.5s;
    -o-transition-property: opacity, translate3d;
    -o-transition: 0.5s;
    transition-property: opacity, translate3d;
    transition: 0.5s;
}

.thumbnail02 img:hover, a:hover .thumbnail02 img {
    -webkit-transform: scale(1.3) translate3d(0, 0, 0);
    -moz-transform: scale(1.3) translate3d(0, 0, 0);
    -ms-transform: scale(1.3) translate3d(0, 0, 0);
    -o-transform: scale(1.3) translate3d(0, 0, 0);
    transform: scale(1.3) translate3d(0, 0, 0);
}

/* フェード */
.thumbnail03 img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -webkit-transition: .5s;
    -moz-transition-property: opacity;
    -moz-transition: .5s;
    -ms-transition-property: opacity;
    -ms-transition: .5s;
    -o-transition-property: opacity;
    -o-transition: .5s;
    transition-property: opacity;
    transition: .5s;
}

.thumbnail03 img:hover, a:hover .thumbnail03 img {
    opacity: .5;
}

/* ----------------------------------------------------------------------
 記事一覧
---------------------------------------------------------------------- */
/* article01 */
.article01 {
    line-height: 1.8;
    margin: 0 1.875% 30px 0;
    width: 23.59375%;
}

.article01:nth-of-type(4n) {
    margin-right: 0;
}

.article01-thumbnail {
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}

.article01-thumbnail img {
    width: 100%;
    height: auto;
}

/* article02 */
.article02 {
    margin-bottom: 48px;
    width: 47.82609%;
}

.article02:nth-of-type(odd) {
    margin-right: 2.17391%;
}

.article02:nth-of-type(even) {
    margin-left: 2.17391%;
}

.article02-thumbnail {
    float: left;
    width: 29.09091%;
}

.article02-thumbnail img {
    width: 100%;
    height: auto;
}

.article02-content {
    float: right;
    font-size: 14px;
    width: 66.36364%;
}

.article02-date {
    font-weight: bold;
    display: block;
    line-height: 1.5;
    margin-bottom: .5em;
}

.article02-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: .5em;
}

.article02-text {
    line-height: 1.8;
}

/* article03 */
.article03 {
    margin: 0 10px 10px 0;
    width: calc((100% - 30px) / 4);
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035),
        0px 40px 80px -41px rgba(0, 0, 0, 0.07);
}

.article03:nth-of-type(4n) {
    margin-right: 0;
}

.article03>a {
    height: 100%;
    background: #fff;
    color: #333333;
}

.article03-thumbnail {
    width: 100%;
}

.article03-thumbnail img {
    width: 100%;
    height: auto;
}

.article03-content {
    box-sizing: border-box;
    padding: 20px 30px;
}

.article03-title {
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 15px;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    font-size: 0.8em;
}

.article03-meta {
    line-height: 1.6;
}

.article03-date {
    font-size: 12px;
    vertical-align: middle;
}

.article03-date+.article03-category:before {
    content: "|";
    padding: 0 .5em;
}

.article03-category-item {
    font-size: 12px;
    vertical-align: middle;
}

/* article04 */
.article04 {
    background: #f6f6f6;
    margin-bottom: 32px;
}

.article04-thumbnail {
    float: left;
    width: 24.34783%;
}

.article04-thumbnail img {
    width: 100%;
    height: auto;
}

.article04-content {
    box-sizing: border-box;
    float: left;
    padding: 3.47826% 4.34783%;
    width: 75.65217%;
}

.article04-date {
    display: block;
    font-size: 14px;
    margin-bottom: 1em;
}

.article04-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: .5em;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.article04-text {
    line-height: 2.4;
}

/* article05 */
.article05 {
    background: #fffaf2;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 2px solid #eee;
    box-sizing: border-box;
    transition-property: background;
    transition: 0.2s;
    width: 25%;
}

.article05:hover {
    background: #f6f6f6;
}

.article05 a {
    height: 100%;
}

.article05-thumbnail {
    width: 100%;
}

.article05-thumbnail img {
    width: 100%;
    height: auto;
}

.article05-content {
    padding: 20px 30px;
}

.article05-title {
    font-size: 16px;
    height: 54px;
    line-height: 1.7;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
    .article05-title {
        height: 81px;
    }
}

.article05-date {
    font-size: 12px;
}

.article05-date+.article05-category:before {
    content: "|";
    margin: 0 .5em;
}

.article05-category {
    font-size: 12px;
}

.article05-category-item {
    font-size: 12px;
    vertical-align: middle;
}

.article05-category-item:hover {
    text-decoration: underline;
}

/* article06 */
.article06 {
    float: left;
    position: relative;
    width: 25%;
}

.article06 a {
    display: block;
    overflow: hidden;
}

.article06 a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-property: background-color;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.article06 img {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.article06-content {
    box-sizing: border-box;
    opacity: 0;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition-property: opacity, transform;
    -webkit-transition: 1s;
    -moz-transition-property: opacity, transform;
    -moz-transition: 1s;
    -ms-transition-property: opacity, transform;
    -ms-transition: 1s;
    -o-transition-property: opacity, transform;
    -o-transition: 1s;
}

.article06:hover .article06-content {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.article06-title {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: .5em;
}

.article06-date+.article06-category:before {
    content: "|";
    margin: 0 .5em;
}

.article06-category-item {
    vertical-align: top;
}

.article06-category-item:hover {
    text-decoration: underline;
}

/* article07 */
.article07 {
    border: 1px solid #ddd;
    border-top: 0;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.article07:last-child {
    margin-bottom: 50px;
}

.article07 a {
    display: block;
    padding: 15px;
}

.article07-thumbnail {
    display: table-cell;
    width: 225px;
}

.article07-thumbnail img {
    width: 100%;
    height: auto;
}

.article07-content {
    display: table-cell;
    padding: 0 40px;
    text-align: left;
    vertical-align: middle;
}

.article07-meta {
    margin-bottom: .5em;
}

.article07-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

/* デザインされた記事一覧 */
.styled-post-list1 li {
    line-height: 1.4;
    margin-bottom: 30px;
    padding: 0;
}

.styled-post-list1 li:last-child {
    margin-bottom: 0;
}

.styled-post-list1-thumbnail {
    display: block;
    float: left;
    margin-right: 6.66667%;
    width: 40%;
}

.styled-post-list1-thumbnail img {
    width: 100%;
    height: auto;
}

.styled-post-list1-thumbnail~.styled-post-list1-meta {
    float: left;
    width: 53.33333%;
}

.styled-post-list1-date {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 1em;
}

.styled-post-list1-title {
    font-size: 14px;
    line-height: 1.8;
}

/* ----------------------------------------------------------------------
 検索
---------------------------------------------------------------------- */
.search-form {
    position: relative;
    width: 100%;
}

.search-field {
    background: #eee;
    border: 1px solid #cfcfcf;
    border-right: none;
    box-shadow: 1px -1px 3px 0px #ddd inset;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 10px;
    width: calc(100% - 33px);
    height: 33px;
}

.search-submit {
    background: #222;
    color: #fffaf2;
    cursor: pointer;
    font-family: "design_plus";
    overflow: hidden;
    position: absolute;
    width: 33px;
    height: 33px;
}

/* ----------------------------------------------------------------------
 広告
---------------------------------------------------------------------- */
.advertisement img {
    max-width: 100%;
    height: auto;
}

/* ----------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------- */
/* content01 */
.content01 {
    margin: 90px 0;
}

.content01-title {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

.content01-text {
    text-align: center;
}

/* content02 */
.content02 {
    width: 100%;
    background: rgba(3, 83, 173, 0.35);
    padding: 0 0 10vw;
    position: relative;
}

#content01 {
    padding: 10vw 0;
    width: 100%;
    position: relative;
}

.front_inner-text {
    width: calc(40% - 4vw);
    box-sizing: border-box;
    margin-right: 4vw;
}

.front_inner-img {
    width: 60%;
    font-size: 1.2em;
}

.content02-inner {
    width: 84%;
    margin: 0 auto;
}

.content02-content {
    display: block;
    width: calc(33.333333% - 1vw);
    margin-right: 1.5vw;
    color: #333333;
    font-size: 0.8em;
}

.content02-content:nth-of-type(3) {
    margin-right: 0;
}

.content02-item-inner {
    box-sizing: border-box;
    padding: 0 0 calc(1.5em + 60px);
    margin: 2em auto 0;
}

.content02-item-inner h3 {
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 0.75em;
    color: #0353AD;
}

.content02-button {
    display: block;
    margin: 0 auto;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 1.2em;
    background: #F58603;
    color: #ffffff;
    padding: 0 25px;
    transition: 0.4s;
}

/* ----------------------------------------------------------------------
 セレクトボックス
---------------------------------------------------------------------- */
.select {
    position: relative;
}

.select:after {
    content: "\e90e";
    font-family: "design_plus";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    right: 15px;
    width: 14px;
    height: 14px;
}

.select select {
    background: linear-gradient(#fff, #f3f3f3) !important;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #f4a460;
    font-size: 14px;
    padding: 15px 17px;
    width: 100%;
}

/* ----------------------------------------------------------------------
 フェードエフェクト
---------------------------------------------------------------------- */
.fade01 {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    -webkit-transition: 1s;
    -moz-transform: translate(0, 60px);
    -moz-transition: 1s;
    -ms-transform: translate(0, 60px);
    -ms-transition: 1s;
    -o-transform: translate(0, 60px);
    -o-transition: 1s;
    transform: translate(0, 60px);
    transition: 1s;
}

.fade02 {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
}

/* ----------------------------------------------------------------------
 ページネーション
---------------------------------------------------------------------- */
/* nav-links01 */
.nav-links01 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: table;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 50px;
    width: 100%;
}

.nav-links01-previous, .nav-links01-next {
    display: table-cell;
    margin-left: -1px;
    vertical-align: middle;
    position: relative;
    width: 50%;
}

.nav-links01-previous a, .nav-links01-next a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
    color: #f4a460;
}

.nav-links01-previous a {
    padding: 35px 40px 35px 60px;
}

.nav-links01-previous a:before {
    content: "\e90f";
    font-family: "design_plus";
    font-size: 18px;
    margin-top: -1em;
    position: absolute;
    top: 50%;
    left: 0;
}

.nav-links01-next a {
    padding: 35px 60px 35px 40px;
}

.nav-links01-next a:after {
    content: "\e910";
    font-family: "design_plus";
    font-size: 18px;
    margin-top: -1em;
    position: absolute;
    top: 50%;
    right: 0;
}

.nav-links01-previous+.nav-links01-next {
    border-left: 1px solid #ddd;
}

/* nav-links02 */
.nav-links02 {
    font-size: 14px;
    margin: 90px 0 100px;
    text-align: center;
}

.nav-links02-previous, .nav-links02-next {
    display: inline-block;
    line-height: 55px;
    margin: 0 7.5px;
    position: relative;
    width: 230px;
    height: 55px;
}

.nav-links02-previous a, .nav-links02-next a {
    color: #fffaf2;
    display: block;
}

.nav-links02-previous a::before {
    color: #fffaf2;
    content: "\e90f";
    display: inline-block;
    font-family: "design_plus";
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

.nav-links02-next a::after {
    color: #fffaf2;
    content: "\e910";
    font-family: "design_plus";
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

/* ----------------------------------------------------------------------
 アーカイブ
---------------------------------------------------------------------- */
.load-post {
    height: 50px;
    line-height: 50px;
    margin: 60px auto;
    text-align: center;
    width: 200px;
}

.load-post a {
    background: #ccc;
    color: #fffaf2;
    display: block;
}

/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
.post-content {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

.content_full {
    width: 100%;
    position: relative;
}

.content_inner {
    padding: 7vw 0;
    counter-reset: number 0;
    position: relative;
}

.post-header {
    margin: 4em auto 2em;
}

.post-title {
    font-size: 1.6em;
    line-height: 1.4;
    color: #f96921;
}

.post-date {
    font-size: 12px;
    vertical-align: middle;
}

.post-date+.post-category:before {
    content: "|";
    padding: 0 .5em;
}

.post-category {
    font-size: 12px;
    vertical-align: middle;
}

.post-thumbnail {
    margin-bottom: 50px;
    text-align: center;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.post-meta-box {
    background: #f5f5f5;
    margin: 0 auto;
    padding: 25px;
}

.post-meta-box-item {
    border-right: 1px solid #ddd;
    display: inline;
    font-size: 12px;
    line-height: 1.8;
    margin-right: 10px;
    padding: 0 15px 0 20px;
    position: relative;
}

.post-meta-box-item:last-child {
    border-right: none;
}

.post-meta-box-item:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaa;
    display: block;
    font-family: "design_plus";
    position: absolute;
    font-size: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.post-meta-box-author:before {
    content: "\e90d";
}

.post-meta-box-category:before {
    content: "\e92f";
}

.post-meta-box-tag:before {
    content: "\e935";
}

.post-meta-box-comment:before {
    content: "\e916";
    font-size: 16px;
}

.widget_recent_entries li a {
    display: block;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #333333;
}

.post-meta-box-item:last-child a {
    color: #333333;
}

/* ページリンク */
.page-links {
    font-size: 12px;
    margin-bottom: 2em;
}

.page-links a {
    background: #eee;
    display: inline-block;
    line-height: 35px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.page-links a:hover {
    color: #fffaf2 !important;
}

.page-links>span {
    color: #fffaf2;
    display: inline-block;
    line-height: 35px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
}

.page-links .page-links-title {
    background: transparent;
    color: #f4a460;
    display: block;
    text-align: left;
    width: auto;
    height: auto;
}

/* 広告 */
#single_banner_area {
    margin: 0 0 50px;
    text-align: center;
}

#single_banner_area .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area.one_banner img {
    margin: 0 auto;
}

/* 広告（ページ下部） */
#single_banner_area_bottom {
    margin: 0 0 50px;
    text-align: center;
}

#single_banner_area_bottom .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area_bottom .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area_bottom img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area_bottom.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area_bottom.one_banner img {
    margin: 0 auto;
}

/* 広告（ショートコードver） */
#single_banner_area2 {
    margin: 0 0 30px 0;
    text-align: center;
}

#single_banner_area2 .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area2 .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area2 img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area2.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area2.one_banner img {
    margin: 0 auto;
}

/* ----------------------------------------------------------------------
 ニュース
---------------------------------------------------------------------- */
.archive-news {
    margin: 100px 0;
}

.archive-news .article04.active {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

.headline-news-list {
    margin-bottom: 0;
    text-align: left;
}

/* ----------------------------------------------------------------------
 ブログアーカイブ
---------------------------------------------------------------------- */
.archive-header {
    margin: 0 auto 3em;
}

.archive-title {
    font-size: 1.6em;
    line-height: 1;
}

.archive-text {
    text-align: center;
}

.article03.active {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
@-webkit-keyframes imageAnimation01 {
    0% {
        -webkit-transform: scale(1) rotate(0.0001deg);
        transform: scale(1) rotate(0.0001deg);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes imageAnimation02 {
    0% {
        -webkit-transform: scale(1.1) rotate(0.0001deg);
        transform: scale(1.1) rotate(0.0001deg);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes imageAnimation01 {
    0% {
        -webkit-transform: scale(1) rotate(0.0001deg);
        transform: scale(1) rotate(0.0001deg);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes imageAnimation02 {
    0% {
        -webkit-transform: scale(1.1) rotate(0.0001deg);
        transform: scale(1.1) rotate(0.0001deg);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* スライダー */
.top-slider {
    height: calc(100vh - 200px);
    min-height: 600px;
}

.top-slider a {
    display: block;
}

.top-slider span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.top-slider span {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
}

.top-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: calc(100% - 200px);
    z-index: 1;
    margin: auto;
}

.header-bar-fixed~.top-slider-wrapper {
    margin-top: 100px;
}

.admin-bar .header-bar-fixed~.top-slider-wrapper {
    margin-top: 68px;
}

.top-slider-item {
    display: none;
}

.top-slider-item:nth-of-type(1) {
    display: block;
}

.top-slider-item:nth-of-type(1) span {
    -webkit-animation: imageAnimation01 10s linear infinite 0s;
    animation: imageAnimation01 10s linear infinite 0s;
}

.top-slider-item:nth-of-type(2) span {
    -webkit-animation: imageAnimation02 10s linear infinite 0s;
    animation: imageAnimation02 10s linear infinite 0s;
}

.top-slider-item:nth-of-type(3) span {
    -webkit-animation: imageAnimation02 10s linear infinite 0s;
    animation: imageAnimation01 10s linear infinite 0s;
}

.top-slider-item:only-child span {
    -webkit-animation: none;
    animation: none;
}

.top-slider-nav {
    display: none;
}

.top-slider-nav li {
    display: inline-block;
}

.top-slider-nav li:not(:first-child) {
    margin-left: 12px;
}

.top-slider-nav a {
    background: #fffaf2;
    border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
}

/* 動画 */
.header-video {
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
}

.header-video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.header-youtube {
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 100px);
    position: relative;
    width: 100%;
}

.header-youtube-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mb_YTPBar {
    display: none !important;
}

.top-news {
    margin-bottom: -48px;
}

.top-blog {
    margin-bottom: -10px;
    width: 80%;
    box-sizing: border-box;
    padding-left: 4vw;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
.header {
    position: relative;
}

.header-bar {
    height: 100px;
    width: 100%;
}

.header-bar-inner {
    position: relative;
}

.header-bar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fffaf2;
}

/* ロゴ */
.logo-image {
    position: absolute;
    top: 0;
    left: 30px;
    width: 250px;
    height: 100px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}

.logo-image a {
    display: block;
    width: 100%;
}

.logo-image a img {
    display: block;
    width: 100%;
}

/* グローバルメニュー */
.global-nav {
    float: right;
    box-sizing: border-box;
    background: #fffaf2;
}

.global-nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.global-nav .child-menu-button {
    display: none;
}

.global-nav .sub-menu {
    line-height: 1.5;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 1em;
    -webkit-transform: translate(0, 25%);
    -webkit-transition-property: opacity, transform;
    -webkit-transition: .5s;
    -moz-transform: translate(0, 25%);
    -moz-transition-property: opacity, transform;
    -moz-transition: .5s;
    -ms-transform: translate(0, 25%);
    -ms-transition-property: opacity, transform;
    -ms-transition: .5s;
    -o-transform: translate(0, 25%);
    -o-transition-property: opacity, transform;
    -o-transition: .5s;
    transform: translate(0, 25%);
    transition-property: opacity, transform;
    transition: .5s;
    visibility: hidden;
    z-index: 99;
}

.global-nav .sub-menu .menu-item-has-children:after {
    border-color: transparent transparent transparent #fffaf2;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
}

.global-nav .sub-menu li {
    position: relative;
}

.global-nav .sub-menu a {
    background: #f4a460;
    box-sizing: border-box;
    color: #fffaf2;
    display: block;
    padding: 12px 20px;
    width: 250px;
}

.global-nav .sub-menu a:hover {
    background: #f96921;
}

.global-nav .sub-menu ul {
    top: 0;
    left: 100%;
}

.global-nav>ul>li {
    float: left;
    position: relative;
}

.global-nav>ul>li>a {
    height: 100px;
    padding: 0 1em;
    line-height: 100px;
}

.global-nav>ul>li.global-menu-home>a {
    display: none;
}

.global-nav a {
    display: block;
    color: #333333;
}

.global-nav>ul>li.global-menu-contact>a {
    background: #f96921;
    margin-left: 1em;
    color: #fffaf2;
    padding: 0 2em;
}

.global-nav>ul>li>a:hover {
    color: #f96921;
}

.global-nav>ul>li.global-menu-contact>a:hover {
    background: #f7ecda;
}

.global-nav>ul>li.global-menu-other>a::after {
    font-family: 'design_plus';
    content: "\e90e";
    position: absolute;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    left: 0;
    text-align: center;
    font-size: 10px;
    bottom: 20px;
    color: #f96921;
}

.global-nav>ul>li.global-menu-other>a:hover::after {
    color: #f4a460;
}

/* ヘッダー画像 */
.signage {
    position: relative;
    width: 100%;
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}

.signage::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #f4a460;
    top: 0;
    left: 0;
    opacity: 0.7;
    mix-blend-mode: darken;
    z-index: 0;
}

.header-bar-fixed~.signage {
    margin-top: 100px;
}

.admin-bar .header-bar-fixed~.signage {
    margin-top: 68px;
}

.signage-content {
    -webkit-animation: fadeIn 1s ease 2.5s;
    -moz-animation: fadeIn 1s ease 2.5s;
    -ms-animation: fadeIn 1s ease 2.5s;
    -o-animation: fadeIn 1s ease 2.5s;
    animation: fadeIn 1s ease 2.5s;
    animation-fill-mode: both;
    position: relative;
    z-index: 1;
    text-align: center;
}

.signage-title {
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

p.signage-title-sub {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 1em auto 0;
    color: #ffffff;
}

/* パンくずリンク */
.breadcrumb {
    height: 55px;
    line-height: 55px;
    font-size: 10px;
    color: #fff;
}

.breadcrumb .home a:before {
    content: "\e90c";
    font-family: "design_plus";
}

.breadcrumb li {
    float: left;
}

.breadcrumb .home span {
    display: none;
}

.breadcrumb li:after {
    content: "\e910";
    font-family: "design_plus";
    font-size: 9px;
    margin: 0 1em;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.breadcrumb li a {
    color: #ffffff;
}

/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
.side_widget {
    font-size: 12px;
    position: relative;
}

.side_widget:first-child {
    margin-top: 0;
}

.side_widget:first-child.side_widget.ad_widget {
    margin-top: 0;
}

.side_widget:first-child .headline-bar {
    margin-top: 0;
}

.side_widget .headline-bar {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    font-size: 1.2em;
    padding-bottom: 10px;
    color: #f96921;
}

.side_widget.ad_widget {
    margin-top: 50px;
}

.tcdw_archive_list_widget {
    margin: 50px 0 35px;
}

.google_search_widget {
    margin: 35px 0;
}

/* .side_widget:last-child, .side_widget:only-child { margin:0; } */
.side_widget ul {
    margin: 0;
}

.side_widget li {
    margin: 0 0 15px 0;
}

.side_widget li ul {
    margin: 10px 0 0 0;
}

.side_widget li li {
    padding: 0;
}

.side_widget li li:last-of-type {
    margin: 0;
}

.side_widget img {
    height: auto;
    max-width: 100%;
}

.side_headline {
    background: #222;
    color: #fffaf2;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
}

/* banner */
.ml_ad_widget {
    border: none;
    padding: 0;
    background: none;
}

.ml_ad_widget img {
    height: auto;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}

/* category */
.tcdw_category_list_widget .children {
    border-top: 1px solid #ddd;
    margin-top: 0;
}

.tcdw_category_list_widget .children li:last-child {
    border-bottom: none;
}

/* calendar */
#wp-calendar {
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    border-collapse: separate;
    table-layout: fixed;
}

#wp-calendar th, #wp-calendar td {
    padding: 2px;
    line-height: 340%;
    text-align: center;
}

#wp-calendar td a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
    background-color: #eee;
}

#wp-calendar td a:hover {
    text-decoration: none;
    color: #fffaf2;
    background: #ccc;
}

#wp-calendar caption {
    color: #fffaf2;
    padding: 7px 0;
}

#wp-calendar thead th, #wp-calendar tfoot td {
    border: none;
    padding: 0;
    line-height: 200%;
}

#wp-calendar #prev, #wp-calendar #next {
    line-height: 300%;
}

#wp-calendar #prev a, #wp-calendar #next a {
    text-decoration: none;
    background: none;
    color: #fffaf2;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
    color: #fffaf2;
    background: #ccc;
}

#wp-calendar td#today {
    font-weight: bold;
}

/* collapse category list */
.side_widget.tcdw_category_list_widget .side_headline {
    margin-bottom: 0;
}

.collapse_category_list {
    border-bottom: 1px solid #ccc;
}

.collapse_category_list ul {
    margin: 0;
    padding: 0;
}

.collapse_category_list li ul {
    margin: 0;
    padding: 0;
}

.collapse_category_list li {
    margin: 0;
    padding: 0;
}

.collapse_category_list li li {
    margin: 0;
    padding: 0;
}

.collapse_category_list li a {
    color: #222;
    border: 1px solid #ccc;
    display: block;
    padding: 14px 15px;
    text-decoration: none;
    border-bottom: none;
}

.collapse_category_list li a:hover {
    color: #222;
    background-color: #f6f6f6;
}

.collapse_category_list .parent_category>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 15px 24px;
    padding-left: 27px;
}

.collapse_category_list li .parent_category>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 26px 24px;
    padding-left: 39px;
}

.collapse_category_list .children {
    display: none;
}

.collapse_category_list .children a {
    padding-left: 27px;
}

.collapse_category_list ul .children a {
    padding-left: 39px;
}

/* search */
.widget_search label {
    display: none;
}

.widget_search #search-box, .widget_search #s, .side_widget.google_search #s {
    width: 260px;
    height: 40px;
    margin: 0 -2px 5px 0;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 0 10px;
    box-shadow: 2px 2px 3px 0px #ddd inset;
}

.widget_search #search-btn input, .widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
    border: none;
    width: 40px;
    height: 40px;
    background: #000 url(img/common/icon_search.png) no-repeat center;
    cursor: pointer;
    display: block;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
}

.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover, .side_widget.google_search #searchsubmit:hover {
    background-color: #f4a460;
}

.brand_side_col .widget_search #search-box, .brand_side_col .widget_search #s, .side_widget.google_search #s {
    width: 75%;
    height: 40px;
    margin: 0 0 5px 0;
}

.brand_side_col .widget_search #search-btn input, .brand_side_col .widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
    width: 25%;
}

/* archive category dropdown */
.widget_archive select, .widget_categories select, .tcdw_archive_list_widget select {
    background: #fffaf2;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0;
    padding: 12px 10px;
    width: 100%;
}

.widget_archive label, .widget_categories label {
    display: none;
}

.widget_archive select option, .widget_categories select option, .tcdw_archive_list_widget option {
    background: #fffaf2;
    color: #333;
}

/* default recent post widget */
.widget_recent_entries li {
    border-bottom: 1px solid #e8decf;
    padding: 0 0 15px 0;
}

.widget_recent_entries li:last-child {
    border: none;
    padding: 0;
}

/* brand category list */
.brand_category_list {
    margin: 0;
    padding: 0;
}

.brand_category_list li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
}

.brand_category_list li:after {
    display: block;
    padding-top: 100%;
    content: "";
}

.brand_category_list li a {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000;
    background: #f6f6f6;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.brand_category_list li a:hover {
    color: #fffaf2;
    background: #ccc;
}

.brand_category_list li a.active {
    color: #fffaf2;
    background: #222;
}

.brand_category_list li a span {
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* styled menu */
.side_widget.tcdw_menu_widget .side_headline {
    margin-bottom: 0;
}

.tcdw_menu_widget .menu {
    border-bottom: 1px solid #ccc;
}

.tcdw_menu_widget .menu ul {
    margin: 0;
    padding: 0;
}

.tcdw_menu_widget .menu li ul {
    margin: 0;
    padding: 0;
}

.tcdw_menu_widget .menu li {
    margin: 0;
    padding: 0;
}

.tcdw_menu_widget .menu li li {
    margin: 0;
    padding: 0;
}

.tcdw_menu_widget .menu li a {
    color: #222;
    border: 1px solid #ccc;
    display: block;
    padding: 14px 15px;
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}

.tcdw_menu_widget .menu li a:hover {
    color: #222;
    background-color: #f6f6f6;
}

.tcdw_menu_widget .menu .menu-item-has-children>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 15px 24px;
    padding-left: 27px;
}

.tcdw_menu_widget .menu li .menu-item-has-children>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 26px 24px;
    padding-left: 39px;
}

.tcdw_menu_widget .menu li li .menu-item-has-children>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 38px 24px;
    padding-left: 51px;
}

.tcdw_menu_widget .menu li li li .menu-item-has-children>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 50px 24px;
    padding-left: 63px;
}

.tcdw_menu_widget .menu .sub-menu {
    display: none;
}

.tcdw_menu_widget .menu li li a {
    padding-left: 27px;
}

.tcdw_menu_widget .menu li li li a {
    padding-left: 39px;
}

.tcdw_menu_widget .menu li li li li a {
    padding-left: 51px;
}

.tcdw_menu_widget .menu li li li li li a {
    padding-left: 63px;
}

/* recent entries */
.widget_recent_entries .post-date {
    display: block;
    font-size: 10px;
    line-height: 1;
    opacity: 0.7;
}

.widget_recent_entries .post-date:after {
    content: "";
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
.footer {
    margin-top: 150px;
}

.copyright {
    width: 100%;
    font-size: 10px;
    text-align: left;
}

.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.pagetop a {
    color: #fffaf2;
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #F58603;
    line-height: 60px;
}

.pagetop a:hover {
    background: #f96921;
}

.pagetop a:before {
    -webkit-font-smoothing: antialiased;
    content: "\e911";
    display: block;
    font-family: "design_plus";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* ----- パスワード保護 ----- */
.password_protected {
    text-align: center;
    margin: 0 38px 30px;
    padding: 10px 20px;
    color: #fffaf2;
    background: #3db4b2;
    border-radius: 5px;
}

.password_protected p {
    font-size: 12px;
    margin: 0;
    line-height: 160%;
}

.pw_form {
    text-align: center;
}

.pw_form p {
    margin-bottom: 50px;
}

.pw_form p label {
    display: block;
    font-size: 14px;
}

.pw_form input[type="password"] {
    border: solid 1px #ddd;
    background: #fffaf2;
    font-size: 14px;
    height: 30px;
    margin-left: 15px;
    padding: 5px;
}

.pw_form input[type="submit"] {
    background: #aaa;
    border: none;
    cursor: pointer;
    color: #fffaf2;
    font-size: 14px;
    width: 200px;
    height: 50px;
    margin: 30px auto 0;
    display: block;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post-content .alignright {
    float: right;
}

.post-content .alignleft {
    float: left;
}

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

.post-content blockquote.alignleft, .post-content img.alignleft {
    margin: 7px 24px 7px 0;
}

.post-content .wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

.post-content blockquote.alignright, .post-content img.alignright {
    margin: 7px 0 7px 24px;
}

.post-content .wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

.post-content blockquote.aligncenter, .post-content img.aligncenter, .post-content .wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

/* text and headline */
.post-content p {
    margin-bottom: 1em;
    position: relative;
    box-sizing: border-box;
}

.post-content p:last-of-type {
    margin-bottom: 0;
}

/* 固定ページ アラカルト*/
p.caution_text {
    margin-bottom: 6px;
    padding-left: 1.25em;
    font-size: 0.9em;
}

p.caution_text::after {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #f4a460;
}

.post-content h2 {
    font-size: 1.6em;
    line-height: 1.6;
    margin: 0 auto 0.75em;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #f96921;
    padding-bottom: 0.5em;
}

.post-content h3 {
    font-size: 1.3em;
    line-height: 1.6;
    font-weight: 500;
    border-bottom: 1px dashed #f4a460;
    padding: 0 0 0.5em;
    margin: 0 auto 0.75em;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    color: #f96921;
}

.post-content h4 {
    font-size: 1.2em;
    font-weight: 700;
    position: relative;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 0.5em;
    color: #f4a460;
}

.post-content h5 {
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 700;
}

@media only screen and (max-width: 485px) {
    .post-content h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    .post-content h3 {
        font-size: 1.1em;
    }

    .post-content h4 {
        font-size: 1em;
    }
}

/* image */
.post-content img[class*="align"], .post-content img[class*="wp-image-"], .post-content img[class*="attachment-"], .post-content img.size-full, .post-content img.size-large, .post-content .wp-post-image, .post-content img {
    height: auto;
    max-width: 100%;
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035),
        0px 40px 80px -41px rgba(0, 0, 0, 0.07);
}

/* list */
.post-content li, .post-content dt, .post-content dd {
    line-height: 1.6;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    position: relative;
}

.post-content li:last-of-type, .post-content dt:last-of-type, .post-content dd:last-of-type {
    margin-bottom: 0;
}

/* table */
table.tinmce-table {
    border: solid;
}

.post-content table {
  margin: 0;
  width: 100%;
}
.post-content tr {
  border-bottom: solid 1px rgb(211 211 211);
}
.post-content td, .post-content th {
  border: none;
  background: #fff;
  vertical-align: middle;
  padding: 17.5px 22.5px 18.5px;
  line-height: 1.8;
}
.post-content th {
  background: #ffffff;
  width: 23%;
  vertical-align: middle;
  color: rgb(78 143 184);
  font-weight: 700;
  text-align: left;
}

.post-content .tinymce-table td, .post-content .tinymce-table th {
    background: transparent;
}

.post-content thead th {
    text-align: center;
}

.post-content th {
    padding-right: 1.25em;
    width: 30%;
    font-weight: 500;
    color: #5b5b5b;
}

@media only screen and (max-width: 485px) {
    .post-content td, .post-content th {
        display: block;
        width: 100%;
    }

    .post-content th {
        padding-right: 0;
        padding-bottom: 0;
    }

    .post-content td {
        padding-top: 0.25em;
    }
}

/* block quote */
.post-content blockquote {
    margin: 0 0 25px 0;
    padding: 27px 30px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 0px 0px #f2f2f2;
    position: relative;
}

.post-content blockquote:before {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10px;
    color: #5cbcd7;
}

.post-content blockquote:after {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    line-height: 60px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 7px;
    right: -2px;
    color: #5cbcd7;
}

.post-content blockquote cite {
    border-top: 1px dotted #aaa;
    display: block;
    padding: 20px 0 0 0;
    font-style: italic;
    text-align: right;
    font-size: 90%;
}

/* captions */
.post-content .wp-caption {
    margin-bottom: 24px;
    background: #fffaf2;
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-content .wp-caption-text {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px auto;
}

.post-content .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

/* gallery */
.gallery {
    margin-bottom: 20px;
}

.gallery a img {
    border: 0 !important;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
    max-width: 7%;
    max-width: -webkit-calc(9.4% - 0px);
    max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) {
    margin-right: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fffaf2;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
    display: none;
}

/* etc */
.post-content .wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.post-content pre {
    border-left: 5px solid #7fc120;
    font-size: 12px;
    margin: 0 0 27px 0;
    line-height: 25px;
    background: url(img/common/pre.gif) repeat left top;
    padding: 0 17px;
    overflow: auto;
}

.post-content .mejs-container {
    margin: 12px 0 25px;
}

/* ----------------------------------------------------------------------
 ソーシャルボタン
---------------------------------------------------------------------- */
@font-face {
    font-family: "design_plus";
    src: url("fonts/design_plus.eot?evfvw0");
    src: url("fonts/design_plus.eot?evfvw0#iefix") format("embedded-opentype"), url("fonts/design_plus.ttf?evfvw0") format("truetype"), url("fonts/design_plus.woff?evfvw0") format("woff"), url("fonts/design_plus.svg?evfvw0#design_plus") format("svg");
    font-style: normal;
    font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "design_plus" !important;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
    content: "\e907";
}

.icon-hatebu:before {
    content: "\e908";
}

.icon-line:before {
    content: "\e909";
}

.icon-pocket:before {
    content: "\e90a";
}

.icon-google-plus:before {
    content: "\e900";
}

.icon-google-plus2:before {
    content: "\e901";
}

.icon-facebook:before {
    content: "\e902";
}

.icon-facebook2:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e904";
}

.icon-rss:before {
    content: "\e90b";
}

.icon-rss2:before {
    content: "\e906";
}

.icon-pinterest:before {
    content: "\e905";
}

/*--------------------------------
Share Buttons
---------------------------------*/
.share-top {
    margin-bottom: 50px;
}

.share-btm {
    margin-bottom: 35px;
}

/*--------------------------------
share_top1（Style1）
---------------------------------*/
.share-type1 {
    width: 100%;
}

.share-type1 h2 {
    color: #666666;
    font-weight: 400;
}

.share-type1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.share-type1 li {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.share-type1 li>a:hover {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
}

.share-type1 a {
    min-width: 27px;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: #fffaf2 !important;
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: none;
    text-align: center;
    line-height: 25px;
    padding: 1px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.share-type1 i {
    position: relative;
    top: 3px;
    color: #fffaf2;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.share-type1 .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px;
}

.share-type1 .share-count {
    display: inline;
    font-size: 9px;
    color: #fffaf2;
    padding: 0;
    line-height: 25px;
    margin: 0;
    border-radius: 0 1px 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .share-type1 {
        width: 100%;
    }

    .share-type1 ul {
        margin-bottom: 15px;
    }

    .share-type1 li>a span {
        display: none;
    }

    .share-type1 a {
        margin-right: 2px;
    }

    .share-type1 i {
        left: 1px;
    }

    .share-type1 .share-count {
        margin-left: 3px;
    }
}

/*--------------------------------
share_btm1（Style3）
---------------------------------*/
.share-type3 .sns {
    margin: 0;
    text-align: center;
}

.share-type3 ul {
    margin: 0 -3% 3% 0;
    list-style: none;
}

.share-type3 li {
    float: left;
    width: 47%;
    margin: 0 3% 1.5% 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.post .share-type3 ul li {
    list-style: none;
    background-image: none;
    padding: 0;
}

.share-type3 ul li a {
    position: relative;
    display: block;
    top: 3px;
    font-size: 13px;
    padding: 10px 2px;
    color: #fffaf2;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.share-type3 ul li a i {
    position: relative;
    top: 3px;
    font-size: 140%;
}

.share-type3 ul li a .ttl {
    margin: 0 3px 0 4px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.share-type3 ul li a .share-count {
    position: absolute;
    bottom: -2px;
    right: 8px;
    font-size: 10px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.share-type3 ul li a:hover {
    -webkit-transform: translate3d(0px, 2px, 1px);
    -moz-transform: translate3d(0px, 2px, 1px);
    transform: translate3d(0px, 2px, 1px);
}

@media only screen and (min-width: 480px) {
    .share-type3 {
        width: 100%;
        margin: 20px 0 15px;
    }

    .share-type3 ul {
        margin-right: -1%;
        list-style: none;
        overflow: hidden;
    }

    .share-type3 li {
        width: 24%;
        margin: 0 1% 2% 0;
    }

    .share-type3 li a {
        font-size: 12px;
        padding: 10px 2px;
    }

    .share-type3 li:nth-child(4n) {
        margin-right: 0;
    }
}

.single .post-content {
    margin-bottom: 50px;
}

/*------------- share_top1 & share_btm1 button_color -------------*/
/* Twitter */
.share-type1 .twitter a, .share-type3 .twitter a {
    background-color: #55acee;
}

.share-type1 .twitter a:hover, .share-type3 .twitter a:hover {
    background-color: #468ec5;
}

/* Facebook */
.share-type1 ul li.facebook a, .share-type3 ul li.facebook a {
    background-color: #35629a;
}

.share-type1 ul li.facebook a:hover, .share-type3 ul li.facebook a:hover {
    background-color: #1f3669;
}

/* Google+ */
.share-type1 ul li.googleplus a, .share-type3 ul li.googleplus a {
    background-color: #dd4b39;
}

.share-type1 ul li.googleplus a:hover, .share-type3 ul li.googleplus a:hover {
    background-color: #b94031;
}

.share-type1 ul li.googleplus a i {
    top: 4px;
}

/* Hatena */
.share-type1 ul li.hatebu>a, .share-type3 ul li.hatebu a {
    background-color: #3c7dd1;
}

.share-type1 ul li.hatebu>a:hover, .share-type3 ul li.hatebu a:hover {
    background-color: #0270ac;
}

/* Pocket */
.share-type1 ul li.pocket a, .share-type3 ul li.pocket a {
    background-color: #ee4056;
}

.share-type1 ul li.pocket a:hover, .share-type3 ul li.pocket a:hover {
    background-color: #c53648;
}

/* rss */
.share-type1 ul li.rss a, .share-type3 ul li.rss a {
    background-color: #ffb53c;
}

.share-type1 ul li.rss a:hover, .share-type3 ul li.rss a:hover {
    background-color: #e09900;
}

/* Feedly */
.share-type1 ul li.feedly a, .share-type3 ul li.feedly a {
    background-color: #6cc655;
}

.share-type1 ul li.feedly>a:hover, .share-type3 ul li.feedly>a:hover {
    background-color: #5ca449;
}

/* Pinterest */
.share-type1 ul li.pinterest a, .share-type3 ul li.pinterest a {
    background-color: #d4121c;
}

.share-type1 ul li.pinterest a:hover, .share-type3 ul li.pinterest a:hover {
    background-color: #a42f35;
}

/*--------------------------------
share_top2（Style2）
---------------------------------*/
.share-type2 {
    width: 100%;
}

.share-type2 h2 {
    color: #444;
    font-weight: 400;
}

.share-type2 ul.type2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share-type2 ul.type2 li {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.share-type2 ul.type2 li a {
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    color: #222 !important;
    text-align: center;
    background: #fafafa !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: none;
    line-height: 25px;
    padding: 1px 5px 0;
}

.share-type2 ul.type2 li a i {
    position: relative;
    top: 3px;
    color: #222;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.share-type2 ul.type2 li a .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px;
}

.share-type2 ul.type2 li a .share-count {
    color: #444;
    font-size: 9px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.share-type2 ul.type2 li a:hover, .share-type2 ul.type2 li a:hover i, .share-type2 ul.type2 li a:hover .share-count {
    color: #fffaf2 !important;
}

.share-type2 ul.type2 li a:hover {
    border-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 480px) {
    .share-type2 {
        width: 100%;
        margin: 0;
    }

    .share-type2 .type2 {
        margin-bottom: 15px;
    }

    .share-type2 .type2 li a {
        margin-right: 2px;
    }

    .share-type2 .type2 li a i {
        left: 1px;
    }

    .share-type2 .type2 li>a span.ttl {
        display: none;
    }

    .share-type2 .type2 li a .share-count {
        margin-left: 3px;
    }
}

/*--------------------------------
share_btm2（Style4）
---------------------------------*/
.share-type4 {
    text-align: center;
}

.share-type4 .sns {
    margin: 0;
}

.share-type4 ul.type4 {
    margin: 0 -3% 2% 0;
    list-style: none;
}

.share-type4 ul.type4 li {
    float: left;
    width: 47%;
    margin: 0 3% 3% 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.post .share-type4 ul li {
    list-style: none;
    background-image: none;
    padding: 0;
}

.share-type4 ul.type4 li a {
    position: relative;
    display: block;
    top: 5px;
    font-size: 13px;
    padding: 10px 2px;
    text-decoration: none;
    border-radius: 2px;
    color: #222 !important;
    text-align: center;
    background: #fafafa !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: none;
}

.share-type4 ul.type4 li a i {
    position: relative;
    top: 3px;
    font-size: 140%;
    color: #222 !important;
}

.share-type4 ul.type4 li a .ttl {
    margin: 0 3px 0 4px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.share-type4 ul.type4 li a .share-count {
    position: absolute;
    bottom: -2px;
    right: 8px;
    font-size: 10px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #222 !important;
}

.share-type4 ul.type4 li a:hover, .share-type4 ul.type4 li a:hover i, .share-type4 ul.type4 li a:hover .share-count {
    color: #fffaf2 !important;
}

@media only screen and (min-width: 480px) {
    .share-type4 {
        width: 100%;
        margin: 20px 0 15px;
    }

    .share-type4 ul.type4 {
        margin-right: -1%;
        list-style: none;
        overflow: hidden;
    }

    .share-type4 ul.type4 li {
        width: 24%;
        margin: 0 1% 2% 0;
    }

    .share-type4 ul.type4 li a {
        font-size: 12px;
        padding: 10px 2px;
    }

    .share-type4 ul.type4 li:nth-child(4n) {
        margin-right: 0;
    }
}

/*------------- share_top2 & share_btm4 button_color -------------*/
/* Twitter */
.share-type2 ul.type2 li.twitter a, .share-type4 ul.type4 li.twitter a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.twitter a:hover, .share-type4 ul.type4 li.twitter a:hover {
    color: #fffaf2 !important;
    background-color: #55acee !important;
}

/* Facebook */
.share-type2 ul.type2 li.facebook a, .share-type4 ul.type4 li.facebook a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.facebook a:hover, .share-type4 ul.type4 li.facebook a:hover {
    color: #fffaf2 !important;
    background-color: #35629a !important;
}

/* Google+ */
.share-type2 ul.type2 li.googleplus a, .share-type4 ul.type4 li.googleplus a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.googleplus a:hover, .share-type4 ul.type4 li.googleplus a:hover {
    color: #fffaf2 !important;
    background-color: #dd4b39 !important;
}

.share-type2 ul.type2 li.googleplus a i, .share-type4 ul.type4 li.googleplus a i {
    top: 4px;
}

/* Hatena */
.share-type2 ul.type2 li.hatebu a, .share-type4 ul.type4 li.hatebu a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.hatebu a:hover, .share-type4 ul.type4 li.hatebu a:hover {
    color: #fffaf2 !important;
    background-color: #3c7dd1 !important;
}

/* Pocket */
.share-type2 ul.type2 li.pocket a, .share-type4 ul.type4 li.pocket a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.pocket a:hover, .share-type4 ul.type4 li.pocket a:hover {
    color: #fffaf2 !important;
    background-color: #ee4056 !important;
}

/* rss */
.share-type2 ul.type2 li.rss a, .share-type4 ul.type4 li.rss a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.rss a:hover, .share-type4 ul.type4 li.rss a:hover {
    color: #fffaf2 !important;
    background-color: #ff8c00 !important;
}

/* Feedly */
.share-type2 ul.type2 li.feedly a, .share-type4 ul.type4 li.feedly a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.feedly a:hover, .share-type4 ul.type4 li.feedly a:hover {
    color: #fffaf2 !important;
    background-color: #6cc655 !important;
}

/* Pinterest */
.share-type2 ul.type2 li.pinterest a, .share-type4 ul.type4 li.pinterest a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.pinterest a:hover, .share-type4 ul.type4 li.pinterest a:hover {
    color: #fffaf2 !important;
    background-color: #d4121c !important;
}

/*--------------------------------
share_top5（公式ボタン）
---------------------------------*/
.sns_default_top {
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.sns_default_top ul li {
    display: inline-block;
    margin: 0 5px 3px 0;
    line-height: 1 !important;
    overflow: hidden;
    vertical-align: top;
}

.sns_default_top ul li.twitter_button {
    width: 89px;
}

.sns_default_top ul li.fbshare_button:hover {
    text-decoration: none;
}

.sns_default_top ul li.google_button {
    width: 58px;
}

.sns_default_top ul li.pocket_button {
    width: 88px;
}

@media only screen and (max-width: 480px) {
    .sns_default_top ul li {
        margin-bottom: 6px;
    }

    .sns_default_top ul li.twitter_button {
        margin-left: 0;
    }
}

/* ----------------------- TCD Advanced Style ------------------------ */
/* table style */
.table_no_border th, .table_no_border td {
    border: none;
    padding-left: 0;
}

.table_border_horizontal th, .table_border_horizontal td {
    border-left: none;
    border-right: none;
    padding-left: 0;
}

/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.post-content .post_row {
    margin-left: -15px;
    margin-right: -15px;
    line-height: 2;
}

.post-content .post_col, .post-content .post_col-2, .post-content .post_col-3 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
    .post-content .post_col-2 {
        width: 50%;
        /* 2カラム */
    }

    .post-content .post_col-3 {
        width: 33.33333%;
    }
}

@media screen and (min-width: 1024px) {
    .post-content .post_col-2 {
        width: 50%;
        /* 2カラム */
    }

    .post-content .post_col-3 {
        width: 33.33333%;
    }
}

.post-content .post_row:before, .post-content .post_row:after {
    content: " ";
    display: table;
}

.post-content .post_row:after {
    clear: both;
}

/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post-content .style3a, .post-content .style3b, .post-content .style4a, .post-content .style4b, .post-content .style5a, .post-content .style5b, .post-content .style6 {
    line-height: 1.6;
}

/* h3 */
.post-content .style3a {
    margin: 3em 0 1.5em;
    padding: 1.1em .2em 1em;
    font-size: 22px;
    font-weight: 400;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.post-content .style3b {
    margin: 3em 0 1.5em;
    padding: 1.1em .9em 1em;
    font-size: 22px;
    font-weight: 400;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    box-shadow: 0px 1px 2px #f7f7f7;
}

/* h4 */
.post-content .style4a {
    margin: 2.5em 2px 1.2em;
    padding: .3em 0 .3em .8em;
    font-size: 18px;
    font-weight: 400;
    border-bottom: none;
    border-left: 2px solid #222;
}

.post-content .style4b {
    margin: 2.5em 0 1.2em;
    padding: .9em 0 .8em;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px dotted #aaa;
}

/* h5 */
.post-content .style5a {
    margin: 2em 0 1em;
    padding: .5em .8em .3em 1em;
    font-weight: 700;
    font-size: 18px;
    background: #f5f5f5;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
}

.post-content .style5b {
    margin: 2em 0 1em;
    padding: .5em .8em .4em 1em;
    font-weight: 400;
    font-size: 18px;
    color: #fffaf2;
    background: #222;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
}

/* h6 */
.post-content .style6 {
    position: relative;
    margin: 2em 0 1em;
    padding: .5em .8em .8em 1.3em;
    color: #222;
    font-weight: bold;
    font-size: 16px;
}

.post-content .style6:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: .5em;
    left: .2em;
    background: #222;
    content: "";
}

.post-content .news_headline1 {
    position: relative;
    margin: 80px 0 25px 0;
    padding: .5em;
    border-left: 8px solid #444;
    line-height: 1.2;
    font-size: 1.2em;
}

.post-content .news_headline1:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px dotted #ddd;
}

.post-content .news_headline2 {
    margin: 40px 0 20px 0;
    padding: 0 .5em;
    border-left: 6px solid #545454;
    line-height: 26px;
    font-size: 1.1em;
}

.post-content .balloon {
    clear: both;
    display: block;
    position: relative;
    margin: 50px 0 22px;
    padding: .5em 18px .5em;
    width: auto;
    min-width: 115px;
    color: #fffaf2;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    background: #222;
    z-index: 0;
    border-bottom: 0;
}

.post-content .balloon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #222 transparent transparent transparent;
}

/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {
    margin: 1em 0 30px;
    padding: 1em 1.5em;
    line-height: 2;
    border: 1px solid #cdcdcd;
    background: #fcfcfc;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.well3 {
    margin: 2em 0 2.5em;
    padding: 1em 1.5em;
    line-height: 2.0;
    border: 1px dashed #cdcdcd;
    background: #fcfcfc;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.wl_red {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.wl_yellow {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.wl_blue {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.wl_green {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_button {
    background-color: #535353;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #fffaf2 !important;
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    min-width: 200px;
    margin: 0;
    max-width: 90%;
    padding: .6em 1.3em .5em;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.q_button:hover, .q_button:focus {
    background-color: #7d7d7d;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
    color: #fffaf2;
    text-decoration: none;
}

/* Button option */
.rounded {
    border-radius: 6px;
}

.pill {
    border-radius: 50px;
}

.sz_full {
    min-width: 100px;
    max-width: 100%;
    display: block;
    font-size: 110%;
    padding: 1em 1.5em .9em;
}

.sz_l {
    min-width: 350px;
    max-width: 90%;
    font-size: 110%;
    padding: .8em 1.5em .7em;
}

@media screen and (max-width: 767px) {
    .sz_l {
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }
}

.sz_s {
    min-width: 100px;
    max-width: 90%;
    font-size: 85%;
    padding: .4em 1em .3em;
}

.bt_red {
    background: #c01f0e;
    color: #fffaf2;
}

.bt_red:hover, .bt_red:focus {
    background-color: #d33929;
    color: #fffaf2;
}

.bt_yellow {
    background: #f1c40f;
    color: #fffaf2;
}

.bt_yellow:hover, .bt_yellow:focus {
    background-color: #f9d441;
    color: #fffaf2;
}

.bt_blue {
    background: #2980b9;
    color: #fffaf2;
}

.bt_blue:hover, .bt_blue:focus {
    background-color: #3a91c9;
    color: #fffaf2;
}

.bt_green {
    background: #27ae60;
    color: #fffaf2;
}

.bt_green:hover, .bt_green:focus {
    background-color: #39c574;
    color: #fffaf2;
}

/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube {
    position: relative;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
}

.ytube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ----------------------------------------------------------------------
Table responsive - テーブルのレスポンシブ表示
---------------------------------------------------------------------- */
.rps_table {
    line-height: 2.0;
}

@media only screen and (max-width: 480px) {
    .rps_table tr {
        display: block;
        margin-bottom: 1.5em;
    }

    .rps_table th, .rps_table td {
        display: list-item;
        list-style-type: none;
        border: none;
    }
}

/* ----------------------------------------------------------------------
 Cardlink style - カードリンクのスタイル
---------------------------------------------------------------------- */
.cardlink {
    padding: 12px 12px 12px 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    word-wrap: break-word;
    max-width: 100%;
    background: #fafafa;
}

.cardlink_thumbnail {
    float: left;
    margin-right: 20px;
}

.cardlink_content {
    line-height: 1.6;
}

.cardlink_timestamp {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #222;
    line-height: 1.6;
    font-size: 12px;
}

.cardlink_title {
    font-size: 14px;
    margin: 0 0 5px;
}

.cardlink_title a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.cardlink_title a:hover {
    text-decoration: underline;
}

.cardlink_excerpt {
    color: #333;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.8;
}

.cardlink_footer {
    clear: both;
}

.clear {
    clear: both;
}

@media screen and (max-width: 767px) {
    .cardlink_thumbnail {
        float: none;
    }

    .cardlink_timestamp {
        line-height: 2.4;
        vertical-align: middle;
    }

    .cardlink_excerpt {
        float: none;
    }
}

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70 {
    font-size: 70%;
}

/* フォントサイズ70% */
.text80 {
    font-size: 80%;
}

.text90 {
    font-size: 90%;
}

.text100 {
    font-size: 100%;
}

.text110 {
    font-size: 110%;
}

.text120 {
    font-size: 120%;
}

.text130 {
    font-size: 130%;
}

.text140 {
    font-size: 140%;
}

.text150 {
    font-size: 150%;
}

.text160 {
    font-size: 160%;
}

.text170 {
    font-size: 170%;
}

.text180 {
    font-size: 180%;
}

.text190 {
    font-size: 190%;
}

.text200 {
    font-size: 200%;
}

.text210 {
    font-size: 210%;
}

.text220 {
    font-size: 220%;
}

/* 太字 */
.b {
    font-weight: 700;
}

/* 下線 */
.u {
    text-decoration: underline;
}

/* 打ち消し線 */
.del {
    text-decoration: line-through;
}

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red {
    color: red;
}

/* 赤色 */
.blue {
    color: #2ca9e1;
}

/* 青色 */
.green {
    color: #82ae46;
}

/* 緑色 */
.orange {
    color: #ff7d00;
}

/* 橙色 */
.yellow {
    color: #fff000;
}

/* 黄色 */
.pink {
    color: #ff0084;
}

/* ピンク */
.gray {
    color: #999999;
}

/* グレー */
/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow {
    padding: 2px;
    background-color: #ff0;
}

/* 黄色の文字背景 */
.bg-blue {
    padding: 2px;
    background-color: #4ab0f5;
}

/* 青色の文字背景 */
.bg-red {
    padding: 2px;
    background-color: red;
}

/* 赤色の文字背景 */
/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1 {
    text-align: center !important;
}

/* 中央寄せ */
.align2 {
    text-align: right !important;
}

/* 右寄せ */
.align3 {
    text-align: left !important;
}

/* 左寄せ */
/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo {
    float: right;
    margin: 10px;
}

/* 右に回り込み */
.l-flo {
    float: left;
    margin: 10px;
}

/* 左に回り込み */
.f-clear {
    clear: both;
}

/* 回り込みの解除 */
/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade {
    background: none !important;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover img.fade {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: none !important;
}

/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {
    padding-left: 1em;
    text-indent: -1em;
}

/* 注意書き等で二行目以降を字下げ */
.att_box {
    margin: 2em 0 2.5em;
    padding: 1em 1.2em;
    line-height: 2.0;
    border: 1px dotted #cccccc;
    background: #fcfcfc;
    box-shadow: 0px 4px 0px 0px #f7f7f7;
}

/* テキストボックス */
/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0 {
    margin: 0 !important;
}

/* margin 0px を指定するクラス */
.mt0 {
    margin-top: 0 !important;
}

/* margin-top0px を指定するクラス */
.mr0 {
    margin-right: 0 !important;
}

/* margin-right0px を指定するクラス*/
.mb0 {
    margin-bottom: 0 !important;
}

/* margin-bottom0px を指定するクラス*/
.ml0 {
    margin-left: 0 !important;
}

/* margin-left0px を指定するクラス*/
.m5 {
    margin: 5px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.m55 {
    margin: 55px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.m60 {
    margin: 60px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.m65 {
    margin: 65px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.m70 {
    margin: 70px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.m75 {
    margin: 75px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.m80 {
    margin: 80px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.m100 {
    margin: 100px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml100 {
    margin-left: 100px !important;
}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0 {
    padding: 0 !important;
}

/* padding-0px を指定するクラス */
.pt0 {
    padding-top: 0 !important;
}

/* padding-top0px を指定するクラス */
.pr0 {
    padding-right: 0 !important;
}

/* padding-right0px を指定するクラス */
.pb0 {
    padding-bottom: 0 !important;
}

/* padding-bottom0px を指定するクラス */
.pl0 {
    padding-left: 0 !important;
}

/* padding-left0px を指定するクラス */
.p5 {
    padding: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.p25 {
    padding: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

/* パスワード保護 */
.post-password-form {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 25px 36px;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    margin: 0 auto 30px;
    display: block;
}

.post-password-form p {
    line-height: 1.2;
    margin-bottom: 20px;
}

.post-password-form p:last-child {
    margin-bottom: 0;
}

.post-password-form input[type="password"] {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 40px;
    width: 250px;
    margin-right: 13px;
    box-sizing: border-box;
    padding: 0 10px;
}

.post-password-form input[type="submit"] {
    box-sizing: border-box;
    color: #fffaf2;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    min-width: 100px;
    vertical-align: top;
}

.post-password-form input[type="submit"]:hover {
    color: #fffaf2;
}

/* pagebuilder v1.3.4 */
.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

.pb-widget-slider .pb_slider .slick-next, .pb-widget-slider .pb_slider .slick-prev {
    top: calc(50% + 30px);
}

/* 追加カスタマイズ */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

footer {
    box-sizing: border-box;
    padding: 0 0 7vw;
    font-size: 0.8em;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}

footer a {
    color: #333333;
}

.footer_about_sec {
    width: 84%;
    margin: 0 auto;
    position: relative;
}

.footer_about_inner {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.footer-menu {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 3em auto;
}

ul.footer-menu-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1.5em;
}

ul.footer-menu-list:nth-of-type(even) {
    margin-right: 0;
}

ul.footer-menu-list li {
    line-height: 1;
    width: auto;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

ul.footer-menu-list li:last-of-type {
    margin-right: 0;
}

ul.footer-menu-list li a {
    box-sizing: border-box;
    display: block;
    padding-left: 0.75em;
    position: relative;
}

ul.footer-menu-list li a::before {
    position: absolute;
    left: 0;
    font-size: 0.5em;
    top: 0.5em;
    color: #f4a460;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 700;
}

ul.footer-menu-list li.footer-menu-title {
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px dotted #f4a460;
    padding-bottom: 6px;
}

.footer_about_inner h2 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
    line-height: 1;
}

p.footer-address {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 0.5em;
}

p.footer-address::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    color: #0353AD;
}

address.footer_tel {
    font-size: 1.5em;
}

address.footer_tel span {
    margin-right: 0.25em;
    font-size: 0.7em;
}

p.footer-info span {
    margin-right: 0.5em;
}

p.footer-info-caution {
    font-size: 0.9em;
    position: relative;
    padding-left: 1.25em;
    margin-top: 0.5em;
}

p.footer-info-caution::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #fc6464;
}

a.footer_but {
    display: block;
    margin: 1.5em auto 0 0;
    line-height: 60px;
    background: #F58603;
    color: #fffaf2;
    box-sizing: border-box;
    position: relative;
    max-width: 320px;
    padding: 0 25px;
    text-align: left;
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035),
        0px 40px 80px -41px rgba(0, 0, 0, 0.07);
}

a.footer_but::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-weight: 700;
}

/*a.footer_but.footer-line {
    background: #02a400;
}*/

a.footer_but.footer-line::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
}
a.footer_but.footer-instagram::after {
    font-family: 'design_plus';
    content: '\ea92';
    font-weight: 500;
}

a:hover.footer_but {
    background: #fff;
}

ul.footer-sns {
    margin: 40px auto 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

ul.footer-sns li {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    position: relative;
}

ul.footer-sns li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #333333;
    border-radius: 50%;
    position: relative;
}

ul.footer-sns li a span {
    display: none;
}

ul.footer-sns li a.sns-but.facebook-icon {
    background: #1877f2;
}

ul.footer-sns li a.sns-but.instagram-icon {
    background: #CF2E92;
}

ul.footer-sns li a.sns-but.twitter-icon {
    background: #1DA1F2;
}

ul.footer-sns li a::after {
    content: '';
    color: #fffaf2;
    position: absolute;
    line-height: 50px;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 20px;
}

ul.footer-sns li a.sns-but.facebook-icon::after {
    font-family: 'design_plus';
    content: '\e902';
}

ul.footer-sns li a.sns-but.instagram-icon::after {
    font-family: 'design_plus';
    content: '\ea92';
}

ul.footer-sns li a.sns-but.twitter-icon::after {
    font-family: 'design_plus';
    content: '\e904';
}

ul.footer-sns li a:hover {
    background: #f4a460 !important;
}

/* フロントメイン */
#top-slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.top-slider-content-inner {
    width: calc(100% - 200px);
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: 2;
    left: 100px;
}

.scroll-box {
    position: absolute;
    left: 0;
    bottom: 0px;
    /*全体の高さ*/
    height: 50px;
    width: 100%;
}

.scroll-box span {
    position: absolute;
    left: 0;
    top: -15px;
    color: #fffaf2;
    font-size: 10px;
    width: 100%;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2em;
}

.scroll-box::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #fffaf2;
    animation: pathmove 1.8s ease-in-out infinite;
    opacity: 0;
    left: 50%;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

.top-slider-wrapper::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #000000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

.front-main-box {
    width: 100%;
    color: #fffaf2;
    position: relative;
    height: 100%;
}

.front_second {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #8eb2da;
}

.front_second_inner {
    width: 92%;
    margin: 0 auto 0 0;
    background: url(img/front_second.jpg);
    background-size: cover;
    background-position: center;
    padding: 10vw 0;
    position: relative;
    z-index: 1;
}

.front_second_inner-text h3 {
    font-size: 2.5em;
    line-height: 1.8;
    margin-bottom: 0.75em;
}

.front-third {
    box-sizing: border-box;
    padding: 10vw 0 0;
    counter-reset: number 0;
    overflow: hidden;
    position: relative;
}

.third-box {
    box-sizing: border-box;
    width: 84%;
    margin: 0 auto 6vw;
}

.front-third-text {
    width: 45%;
    box-sizing: border-box;
}

.front-third-img {
    width: 55%;
}

.front-third-text-inner {
    margin: 0 auto;
    position: relative;
}

.third-box:nth-of-type(even) .front-third-text {
    margin-left: 55%;
}

.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}

.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 4vw;
}

.third-box:nth-of-type(even) .front-third-text {
    padding-left: 4vw;
}

.third-box:last-of-type {
    margin-bottom: 0;
}

.front-third-text-inner h3 {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1em;
    color: #0353AD;
}

.front-third-text-inner::before {
    counter-increment: number 1;
    content: "POINT "counter(number) " ";
    font-size: 2em;
    display: block;
    line-height: 1;
    margin-bottom: 0.75em;
    color: rgba(3, 83, 173, 0.7);
    letter-spacing: 0.1em;
}

.front_topics {
    padding: 10vw 0;
    position: relative;
}

.front_topics-inner {
    width: 100%;
}

.front_topics-inner-title {
    width: 20%;
    box-sizing: border-box;
    padding-right: 4vw;
    border-right: 1px solid #0353AD;
}

h2.front_topics-title {
    font-size: 2em;
    line-height: 1;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .content02-content {
        width: 100%;
        margin: 0 auto 4em;
        font-size: 1em;
    }

    .content02-content:last-of-type {
        margin-bottom: 0;
    }

    .front-third {
        padding: 70px 0 0;
    }

    .third-box {
        width: 100%;
        margin-bottom: 4em;
    }

    .front-third-text {
        width: 84%;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .front-third-text-inner {
        max-width: unset;
    }

    .front-third-img {
        width: 92%;
        margin: 3em auto 0 0 !important;
    }

    .third-box:nth-of-type(even) .front-third-img {
        margin: 3em 0 0 auto !important;
    }

    #content01 {
        padding: 70px 0;
    }

    .content02 {
        padding: 0 0 70px;
    }

    .front_topics {
        padding: 70px 0;
    }

    h2.front_topics-title {
        text-align: center;
    }

    .front_inner-text {
        width: 100%;
        margin: 0 auto 3em;
    }

    .front_inner-img {
        width: 100%;
    }

    .front_topics-inner-title {
        width: 100%;
        border-right: none;
        margin-bottom: 4em;
        padding: 0;
    }

    .top-blog {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-blog {
        margin-bottom: -15px;
    }
}

/* 追加フロント */
.front-main-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.front-main-box-inner h2 {
    position: absolute;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    font-size: 2.5em;
    top: 2em;
    right: 2em;
    letter-spacing: 0.1em;
    color: #fff;
}

.front__main__img {
    position: absolute;
    bottom: 2em;
    left: 2em;
    color: #ffffff;
    width: calc(100% - 4em);
}

.front__main__img img {
    width: 30%;
    max-width: 250px;
    margin-top: 0.5em;
}

#content01::before {
    width: 1px;
    position: absolute;
    content: '';
    height: 4vw;
    background: #f4a460;
    left: 50%;
    top: 0;
}

.front_inner-text h2 {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    display: block;
    margin: 0 auto;
    font-size: 2em;
    letter-spacing: 0.1em;
}

.front_intro-inner {
    width: 76%;
}

.front_inner-img p {
    margin-bottom: 1em;
}

.front_inner-img p:last-of-type {
    margin-bottom: 0;
}

.front_inner-text h2 span {
    color: #0353AD;
}

.content02::before {
    width: 100%;
    height: 10vw;
    position: absolute;
    content: '';
    background: rgba(3, 83, 173, 0.15);
}

.content02-button::after {
    content: '\e910';
    font-family: 'design_plus';
    position: absolute;
    right: 25px;
    font-size: 0.8em;
}

.content02-button:hover {
    background: #f96921;
}

.front_second_inner-text {
    width: 84%;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.front_second_inner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.7;
    z-index: 0;
}

.front-third::before {
    width: 33%;
    position: absolute;
    content: '';
    background: rgba(3, 83, 173, 0.35);
    height: 100%;
    top: 0;
}

.front_second::before {
    width: 100%;
    position: absolute;
    content: '';
    height: 50%;
    background: #d9e5f3;
    bottom: 0;
    z-index: 0;
}

.front_topics::before {
    width: 33%;
    height: 45%;
    position: absolute;
    content: '';
    background: rgba(3, 83, 173, 0.35);
    top: 0;
}

h2.front_topics-title::after {
    content: 'TOPICS';
    display: block;
    font-size: 0.5em;
    letter-spacing: 0.1em;
    margin-top: 1.5em;
    color: #0353AD;
}

a.front_topics_but {
    display: block;
    line-height: 60px;
    background: #fff;
    text-align: center;
    margin: 2em auto 0;
    padding: 0 25px;
    color: #333333;
    max-width: 350px;
}

a:hover.front_topics_but {
    background: #f96921;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .top-slider-content-inner {
        width: calc(100% - 110px);
        left: 55px;
    }

    #content01::before {
        height: 35px;
    }

    .front_intro-inner {
        width: 84%;
    }

    .content02::before {
        height: 70px;
    }

    .front_second_inner {
        padding: 70px 0;
    }
}

@media only screen and (max-height: 400px) {
    .front-main-box-inner h2 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 485px) {
    .header-bar-fixed~.top-slider-wrapper {
        width: 100% !important;
    }

    .front-main-box-inner h2 {
        font-size: 1.8em;
    }

    .top-slider-content-inner {
        width: 100% !important;
        left: 0 !important;
    }

    .front__main__img img {
        width: 70%;
    }

    .front__main__img {
        display: none;
    }

    .front_inner-img {
        font-size: 1em;
    }

    .front_second_inner-text h3 {
        font-size: 1.8em;
    }

    .front_second_inner {
        width: 100%;
    }
}

/* 追加フロント END */
/* 固定ページレイアウト基本 */
.left_inner {
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.right_inner {
    width: calc(50% - 4vw);
    margin-left: 4vw;
    box-sizing: border-box;
    position: relative;
}

.three_line_up-box {
    width: calc(33.333333% - 2vw);
    margin-right: 3vw;
    box-sizing: border-box;
}

.three_line_up-box:nth-of-type(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .left_inner {
        width: 100%;
        margin: 0 !important;
    }

    .right_inner {
        width: 100%;
        margin: 2em 0 0 !important;
    }

    .three_line_up-box {
        width: 100%;
        margin: 0 auto 1em;
    }

    .three_line_up-box:last-of-type {
        margin-bottom: 0;
    }
}

/* 固定ページレイアウト基本 END */
/* service */


.content_full.service__sec:nth-of-type(even) {
    background: #f8efe2;
}

.content_full.service__sec:last-of-type {
    margin-bottom: 7vw;
}

.service__text {
    width: 50%;
    padding: 7vw 0;
}

.content_full.service__sec:nth-of-type(even) .service__text {
    margin-left: 50%;
}

section.content_full.service__sec .content_inner {
    padding: 0;
}

section.content_full.service__sec::before {
    width: calc(50% - 4em);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.content_full.service__sec:nth-of-type(odd)::before {
    right: 0;
}

section.content_full.service__sec:nth-of-type(1)::before {
    background-image: url(img/service01.jpg);
}

section.content_full.service__sec:nth-of-type(2)::before {
    background-image: url(img/service02.jpg);
}

section.content_full.service__sec:nth-of-type(3)::before {
    background-image: url(img/service03.jpg);
}

section.content_full.service__sec:nth-of-type(4)::before {
    background-image: url(img/service04.jpg);
}

section.content_full.service__sec:nth-of-type(5)::before {
    background-image: url(img/service05.jpg);
}

@media only screen and (max-width: 768px) {
    .service__text {
        padding: 50px 0;
    }

    .content_full.service__sec:last-of-type {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 485px) {
    .service__text {
        width: 100%;
        margin: 0 !important;
    }

    section.content_full.service__sec::before {
        width: 100%;
        opacity: 0.2;
    }
}

/* service END */
/* flow */

.flow-inner {
    counter-reset: number 0;
}

.flow-box {
    box-sizing: border-box;
    position: relative;
    padding-left: 110px;
    padding-bottom: 3em;
}

.flow-box:last-of-type {
    padding-bottom: 0;
}

.flow-box::before {
    width: 2px;
    left: 39px;
    height: 100%;
    position: absolute;
    content: '';
    background: #f4a460;
}

.flow-box::after {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 2em;
    background: #f4a460;
    color: #fff;
}

.flow-box h2 {
    font-size: 1.2em;
    line-height: 1.2;
    padding: 0;
    border: none;
    color: #f96921;
}

.flow-box h2::after {
    display: none;
}

.flow-box:last-of-type::before {
    display: none;
}

@media only screen and (max-width: 485px) {
    .flow-box::after {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .flow-box::before {
        left: 29px;
    }

    .flow-box {
        padding-left: 90px;
    }
}

/* flow END */
/* faq */
.faq-sec h2, .faq-sec p {
    padding-left: 45px;
}

.faq-sec h2 {
    font-size: 1.2em;
    margin-bottom: 0.25em;
    padding-bottom: 0;
    border: none;
    color: #f96921;
}

.faq-sec h2::after {
    display: none;
}

.faq-sec p {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 2px solid #f8efe2;
}

.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-sec h2::before {
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #f96921;
    position: absolute;
    left: 0;
    top: 0;
    content: 'Q';
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.faq-sec p::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f4a460;
    position: absolute;
    left: 0;
    top: 0;
    content: 'A';
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .faq-sec h2, .faq-sec p {
        padding-left: 45px;
    }

    .faq-sec h2::before, .faq-sec p::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}

/* faq END */
/* greeting */
.greeting_intro-img {
    width: 40%;
    box-sizing: border-box;
}

.greeting_intro-title {
    width: calc(60% - 50px);
    margin-left: 50px;
}

.greeting_intro {
    align-items: center;
}

.greeting_intro-title h2 {
    padding: 0;
    margin: 0;
    font-size: 1.8em;
    border: none;
}

.greeting_intro-title h2::after {
    display: none;
}

.greeting_intro-title h3 {
    margin-top: 1em;
    border: none;
    padding: 0;
    margin-bottom: 0;
    color: #333;
}

span.greeting_intro-name {
    display: block;
    font-size: 0.8em;
    color: #f96921;
}

.greeting-text {
    margin: 50px auto 0;
}

.greeting__license {
    margin-top: 1.5em;
}

ul.license__list li {
    padding-left: 1.5em;
}

ul.license__list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #f4a460;
}

@media only screen and (max-width: 485px) {
    .greeting_intro-img {
        width: 100%;
    }

    .greeting_intro-title {
        width: 100%;
        margin: 25px auto 0;
    }

    .greeting-text {
        margin-top: 30px;
    }
}

/* greeting END */
/* company */
.map__sec {
    height: 400px;
    margin-bottom: 7vw;
}

@media only screen and (max-width: 768px) {
    .map__sec {
        margin-bottom: 70px;
    }
}

/* company */
/* contact */
.content_inner.contact-sec {
    max-width: 800px;
}

.contact-sec h2 {
    text-align: center;
}

a.yoyakuru {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 4em;
}

a.yoyakuru img {
    display: block;
    width: 100%;
    transition: 0.5s;
    opacity: 1;
}

a:hover.yoyakuru img {
    opacity: 0.6;
}

.tel-box {
    max-width: 800px;
    margin: 0 auto 3em;
    text-align: center;
}

.contact-sec h2::after {
    left: calc(50% - 25px);
}

address.contact-tel {
    font-size: 1.6em;
}

span.contact-tel-title {
    font-size: 0.7em;
    margin-right: 5px;
    color: #f96921;
}

address.contact-tel a {
    font-weight: 700 !important;
}

p.contact-tel-info span {
    margin-right: 10px;
    color: #808080;
}

p.contact-tel-caution {
    font-size: 0.9em;
    color: #fc6464;
    margin-top: 10px;
}

.mail-box {
    margin: 4em auto 0;
    max-width: 800px;
}

p.contact-tel-info {
    margin: 0;
}

/* contact END */
.Sales-call{
    background: #F58603;
    color: #fff;
    padding: 0.2rem;
    display: block;
    width: fit-content;
    border-left: 5px solid #d24600;
    font-size:14px;
}

.kp-content_inner {
    max-width: 85rem;
    width: 86%;
    margin: 0 auto;
}
section.kp-main-content {
    padding: 100px 0 100px;
    position: relative;
}
section.kp-main-content.information table {
    border: solid 0.1rem rgb(211 211 211);
    border-bottom: none;
}
.post-content ul{
    margin: 0;
    list-style: none;
}
ul.kp_kome_mark li {
    position: relative;
    line-height: 1.6;
    padding-left: 1.6rem;
    font-size: 0.85em;
    color: rgb(217 59 59);
    margin-bottom: 0.25rem;
}
ul.kp_kome_mark li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
    color: rgb(217 59 59);
}
/* ã”æŒ¨æ‹¶ */
.greeting_inner {
  margin-bottom: 50px;
}
.greeting_inner:last-of-type {
  margin-bottom: 0;
}
.greeting_inner h2 {
  text-align: left;
}
.greeting_inner h2::after {
  width: 40px;
  margin-left: 0;
}
.greeting_inner p {
  line-height: 2;
}
.greeting_inner p:last-of-type {
  margin-bottom: 0;
}
.greeting__img {
  width: 35%;
  padding-right: 2em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  z-index: -1;
}
.greeting__img img {
  border-radius: 10px;
}
.greeting__text {
  width: 65%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.greeting__text h2, .greeting__text p {
  width: 100%;
}
.greeting__text h2 {
  font-size: 1.5em;
  line-height: 1.5;
}
.greeting__text p {
  margin-bottom: 25px;
}
p.name {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-align: end;
}
p.name span {
  font-size: 0.7em;
  margin-right: 15px;
  display: inline-block;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .greeting_inner {
    margin-bottom: 20px;
  }
  .greeting__img {
    width: 100%;
    max-width: 330px;
    margin: auto;
    padding-right: 0;
  }
  .greeting__text {
    width: 100%;
    margin-top: 1.5em;
  }
  .greeting__text h2 {
    font-size: 1.3em;
  }
  .greeting__text p {
    margin-bottom: 15px;
  }
  p.name {
    font-size: 1.2em;
  }
}
/* ã”æŒ¨æ‹¶ END */
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
/* よくある質問*/
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #c9bfaf dotted;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  border: none;
  padding: 0;
}
.faq h2::before {
  counter-increment: number 1;
  content: "Question."counter(number) "";
  display: block;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 15px;
  color: #f84519;
}
.faq h2::after {
  content: none;
}
p.answer {
  margin-left: 50px;
}
p.answer {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .faq h2 {
    margin-bottom: 15px;
  }
  .faq h2::before {
    font-size: 22px;
    margin-bottom: 10px;
  }
  p.answer {
    margin-left: 0;
  }
}
/* よくある質問 END */

/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 1000px;
}
.contact_sec .content_inner {
  padding-bottom: 0;
}
.con__inner {
  margin-bottom: 40px;
}
.con__inner:last-of-type {
  margin-bottom: 0;
}
.con__inner p {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.5em;
  font-style: normal;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  color: #3eb926;
  text-align: center;
}
address.con_tel a {
  color: #3eb926;
}
span.con_tel_sub {
  font-size: 0.5em;
  letter-spacing: 1px;
  margin-right: 5px;
  color: #151515;
}
p.con-time {
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
}
p.con_time:last-of-type {
  margin-bottom: 0;
}
p.con-time span {
  display: inline-block;
  margin-right: 10px;
  color: #ff870b;
}
p.con_caution {
  font-size: 0.85em;
  width: fit-content;
  margin: 0 auto 10px;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p {
  font-size: 0.9em;
  line-height: 2;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  address.con_tel {
    font-size: 1.8em;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7em;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  background: #ff5353;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #efefef;
  border: 0;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 22px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcf7 select {
  background: #fff;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  font-size: 1.2em;
  font-weight: 700;
  height: 75px;
  color: #fff;
  background: #3eb926;
  border-radius: 100px;
  transition: all .5s;
  font-family: 'Quicksand', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #3eb926;
  background: #e0f6dd;
  transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム END */

.post-content .contact_sec h2,
.post-content .mail_sec h2{
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
}

/* =====================================================
   Modern Redesign Overrides (2026-04 refresh)
   - keep all original markup & copy intact
   - refine palette / typography / spacing / shadows
   ===================================================== */

:root {
    --kz-navy:        #0e2a47;
    --kz-navy-deep:   #081a30;
    --kz-blue:        #1e4d8c;
    --kz-blue-soft:   #e6eef7;
    --kz-accent:      #ff7849;
    --kz-accent-deep: #e85d2c;
    --kz-cream:       #faf8f4;
    --kz-bg:          #f6f4ef;
    --kz-text:        #2a2f3a;
    --kz-muted:       #6b7280;
    --kz-line:        #e6e3dc;
    --kz-shadow-sm:   0 2px 8px rgba(14,42,71,.06);
    --kz-shadow-md:   0 12px 32px -12px rgba(14,42,71,.16), 0 4px 12px rgba(14,42,71,.06);
    --kz-shadow-lg:   0 30px 60px -20px rgba(14,42,71,.22), 0 8px 24px rgba(14,42,71,.08);
    --kz-radius:      14px;
    --kz-radius-lg:   22px;
    --kz-font-sans:   "Noto Sans JP","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",Meiryo,sans-serif;
    --kz-font-disp:   "Noto Serif JP","Hiragino Mincho ProN","Yu Mincho",serif;
    --kz-ease:        cubic-bezier(.2,.7,.2,1);
}

/* Base typography & background ---------------------------------- */
body {
    font-family: var(--kz-font-sans);
    color: var(--kz-text);
    background: var(--kz-bg);
    background-image: none;
    line-height: 1.95;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headline-font-type,
h1, h2, h3, h4, h5, h6 {
    font-family: var(--kz-font-sans);
    letter-spacing: 0.04em;
}

a { transition: color .3s var(--kz-ease), background-color .3s var(--kz-ease), opacity .3s var(--kz-ease); }

/* Header --------------------------------------------------------- */
.header-bar {
    background: rgba(255,255,255,.82) !important;
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid rgba(14,42,71,.06);
    box-shadow: 0 1px 0 rgba(14,42,71,.02), 0 6px 24px -18px rgba(14,42,71,.18);
}
.header-bar-fixed { background: rgba(255,255,255,.92) !important; }

.global-nav { background: transparent; }
.global-nav > ul > li > a {
    font-size: .92em;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--kz-navy) !important;
    position: relative;
    transition: color .3s var(--kz-ease);
}
.global-nav > ul > li > a::before {
    content: '';
    position: absolute;
    left: 1em; right: 1em;
    bottom: 10px;
    height: 2px;
    background: var(--kz-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s var(--kz-ease);
    border-radius: 2px;
}
.global-nav > ul > li > a:hover { color: var(--kz-accent) !important; }
.global-nav > ul > li > a:hover::before { transform: scaleX(1); }

.global-nav > ul > li.global-menu-contact > a {
    background: linear-gradient(135deg, var(--kz-accent) 0%, var(--kz-accent-deep) 100%);
    color: #fff !important;
    border-radius: 999px;
    height: 48px;
    line-height: 48px;
    margin: 26px 0 26px 1em;
    padding: 0 1.8em;
    box-shadow: 0 8px 20px -8px rgba(232,93,44,.55);
    transition: transform .3s var(--kz-ease), box-shadow .3s var(--kz-ease);
}
.global-nav > ul > li.global-menu-contact > a::before { display:none; }
.global-nav > ul > li.global-menu-contact > a:hover {
    background: linear-gradient(135deg, var(--kz-accent-deep) 0%, var(--kz-accent) 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px -8px rgba(232,93,44,.6);
}

.global-nav .sub-menu a {
    background: rgba(255,255,255,.98);
    color: var(--kz-navy);
    border: 1px solid var(--kz-line);
    border-bottom: none;
}
.global-nav .sub-menu li:last-child a { border-bottom: 1px solid var(--kz-line); }
.global-nav .sub-menu a:hover { background: var(--kz-blue-soft); color: var(--kz-accent-deep); }

/* Signage (page hero) ------------------------------------------- */
.signage::before {
    background: linear-gradient(135deg, rgba(14,42,71,.78) 0%, rgba(30,77,140,.55) 100%) !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}
.signage-title { font-weight: 700; letter-spacing: 0.12em; }
p.signage-title-sub { letter-spacing: 0.2em; opacity: .88; }

/* Front intro --------------------------------------------------- */
#content01 { padding: 9vw 0 8vw; background: linear-gradient(180deg, #fff 0%, var(--kz-bg) 100%); }
#content01::before {
    height: 64px;
    background: var(--kz-accent);
    opacity: .5;
}
.front_intro-inner { width: 88%; max-width: 1180px; gap: 4vw; align-items: center; }
.front_inner-text { width: calc(38% - 4vw); }
.front_inner-text h2 {
    font-family: var(--kz-font-disp);
    font-size: 2.1em;
    font-weight: 600;
    color: var(--kz-navy);
    line-height: 1.7;
    letter-spacing: 0.18em;
}
.front_inner-text h2 span {
    color: var(--kz-accent);
    font-weight: 700;
}
.front_inner-img { width: 62%; font-size: 1.02em; line-height: 2.05; color: var(--kz-text); }

/* Content02 — feature cards ------------------------------------ */
.content02 {
    background: #fff;
    padding: 8vw 0 9vw;
}
.content02::before { display: none; }

.content02-inner { width: 90%; max-width: 1240px; gap: 30px; }
.content02-content {
    width: calc(33.333% - 20px);
    margin-right: 0 !important;
    background: #fff;
    border-radius: var(--kz-radius-lg);
    overflow: hidden;
    box-shadow: var(--kz-shadow-md);
    border: 1px solid rgba(14,42,71,.04);
    transition: transform .5s var(--kz-ease), box-shadow .5s var(--kz-ease);
    position: relative;
}
.content02-content:hover {
    transform: translateY(-8px);
    box-shadow: var(--kz-shadow-lg);
}
.content02-item { position: relative; padding-bottom: 0; }
.content02-inner-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .8s var(--kz-ease);
}
.content02-content:hover .content02-inner-img { transform: scale(1.06); }
.content02-item-inner {
    padding: 30px 30px calc(30px + 64px);
    margin: 0;
}
.content02-item-inner h3,
.content02-title {
    font-size: 1.18em !important;
    font-weight: 700 !important;
    color: var(--kz-navy) !important;
    line-height: 1.65 !important;
    margin-bottom: .9em !important;
    letter-spacing: 0.06em;
}
.content02-text {
    font-size: .92em;
    line-height: 1.95;
    color: var(--kz-muted);
}
.content02-button {
    background: var(--kz-navy) !important;
    color: #fff !important;
    line-height: 56px !important;
    font-size: .95em !important;
    letter-spacing: 0.18em;
    font-weight: 500;
    text-align: left;
    padding: 0 30px !important;
    border-radius: 0;
    transition: background .35s var(--kz-ease);
}
.content02-button::after {
    right: 30px !important;
    transition: transform .35s var(--kz-ease);
}
.content02-content:hover .content02-button { background: var(--kz-accent) !important; }
.content02-content:hover .content02-button::after { transform: translateX(6px); }

/* Front second — overlay banner -------------------------------- */
.front_second { background: var(--kz-bg); }
.front_second::before { background: var(--kz-blue-soft); height: 60%; }
.front_second_inner {
    width: 92%;
    max-width: 1320px;
    margin: 0 auto;
    border-radius: var(--kz-radius-lg);
    overflow: hidden;
    box-shadow: var(--kz-shadow-lg);
    padding: 9vw 0;
}
.front_second_inner::before {
    background: linear-gradient(120deg, rgba(8,26,48,.78) 0%, rgba(30,77,140,.45) 100%);
    opacity: 1;
}
.front_second_inner-text { width: 80%; max-width: 920px; }
.front_second_inner-text h3 {
    font-family: var(--kz-font-disp);
    font-size: 2.1em;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.14em;
    margin-bottom: .8em;
}
.front_second_inner-text p { line-height: 2.15; opacity: .94; }

/* Front third — alternating "POINT" sections ------------------- */
.front-third { padding: 8vw 0 4vw; background: var(--kz-bg); }
.front-third::before { display: none; }
.third-box {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto 7vw;
    background: #fff;
    border-radius: var(--kz-radius-lg);
    overflow: hidden;
    box-shadow: var(--kz-shadow-md);
}
.front-third-inner { align-items: stretch; }
.front-third-text { width: 45%; display: flex; align-items: center; padding: 4vw 3.5vw !important; }
.front-third-img {
    width: 55%;
    overflow: hidden;
    margin-left: 0 !important;
}
.front-third-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 360px;
    transition: transform 1s var(--kz-ease);
}
.third-box:hover .front-third-img img { transform: scale(1.04); }

.third-box:nth-of-type(even) .front-third-text { margin-left: 0 !important; order: 2; }
.third-box:nth-of-type(even) .front-third-img { margin-left: 0 !important; order: 1; }

.front-third-text-inner { max-width: 520px; }
.front-third-text-inner h3 {
    font-size: 1.55em !important;
    font-weight: 700 !important;
    color: var(--kz-navy) !important;
    line-height: 1.6 !important;
    margin-bottom: .7em !important;
    letter-spacing: 0.05em;
}
.front-third-text-inner p { color: var(--kz-muted); font-size: .95em; line-height: 2.05; }
.front-third-text-inner::before {
    font-size: .8em !important;
    font-weight: 700 !important;
    letter-spacing: 0.32em !important;
    color: var(--kz-accent) !important;
    margin-bottom: 1.2em !important;
    padding-left: 44px;
    position: relative;
}
.front-third-text-inner::before {
    background: linear-gradient(transparent calc(50% - 1px), var(--kz-accent) calc(50% - 1px), var(--kz-accent) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat;
    background-size: 32px 100%;
    background-position: 0 center;
}

/* Front topics — news section ---------------------------------- */
.front_topics { padding: 9vw 0; background: #fff; }
.front_topics::before { display: none; }
.front_topics .inner { width: 90%; max-width: 1240px; margin: 0 auto; }
.front_topics-inner { gap: 4vw; align-items: flex-start; }
.front_topics-inner-title {
    width: 22%;
    border-right: 1px solid var(--kz-line);
    padding-right: 3vw;
}
h2.front_topics-title {
    font-size: 1.9em;
    font-weight: 700;
    color: var(--kz-navy);
    letter-spacing: 0.12em;
    line-height: 1.3;
}
h2.front_topics-title::after {
    color: var(--kz-accent);
    font-size: .55em;
    letter-spacing: 0.32em;
    margin-top: .4em;
    font-weight: 700;
}
a.front_topics_but {
    margin-top: 2em;
    background: transparent;
    color: var(--kz-navy) !important;
    border: 1px solid var(--kz-navy);
    border-radius: 999px;
    line-height: 44px;
    padding: 0 1.6em;
    font-size: .82em;
    letter-spacing: 0.18em;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    transition: all .35s var(--kz-ease);
}
a:hover.front_topics_but {
    background: var(--kz-navy);
    color: #fff !important;
    transform: translateY(-2px);
}
.top-blog { width: 78%; padding-left: 3vw; }

/* News article cards (article02) ------------------------------- */
.article02 {
    width: 48%;
    margin-bottom: 36px;
    padding: 22px;
    background: var(--kz-cream);
    border-radius: var(--kz-radius);
    border: 1px solid var(--kz-line);
    transition: transform .4s var(--kz-ease), box-shadow .4s var(--kz-ease), border-color .4s var(--kz-ease);
}
.article02:hover {
    transform: translateY(-4px);
    box-shadow: var(--kz-shadow-md);
    border-color: rgba(14,42,71,.1);
}
.article02:nth-of-type(odd) { margin-right: 4%; }
.article02:nth-of-type(even) { margin-left: 0; }
.article02-thumbnail {
    width: 32%;
    border-radius: 10px;
    overflow: hidden;
}
.article02-content { width: 64%; }
.article02-date {
    font-size: .78em;
    color: var(--kz-accent);
    letter-spacing: 0.16em;
    font-weight: 600;
    margin-bottom: .3em;
}
.article02-title {
    font-size: 1em;
    font-weight: 700;
    color: var(--kz-navy);
    line-height: 1.6;
}
.article02-text { font-size: .85em; color: var(--kz-muted); line-height: 1.85; }

/* Blog cards (article03) --------------------------------------- */
.article03 {
    background: #fff;
    border-radius: var(--kz-radius);
    overflow: hidden;
    box-shadow: var(--kz-shadow-sm);
    border: 1px solid var(--kz-line);
    transition: transform .4s var(--kz-ease), box-shadow .4s var(--kz-ease);
}
.article03:hover {
    transform: translateY(-6px);
    box-shadow: var(--kz-shadow-md);
}
.article03-thumbnail { overflow: hidden; }
.article03-thumbnail img { transition: transform .8s var(--kz-ease); }
.article03:hover .article03-thumbnail img { transform: scale(1.06); }
.article03-content { padding: 18px 18px 20px; }
.article03-title {
    font-weight: 700;
    color: var(--kz-navy);
    font-size: .95em;
    line-height: 1.6;
}
.article03-date { color: var(--kz-accent); font-weight: 600; letter-spacing: 0.14em; font-size: .75em; }
.article03-category-item {
    color: var(--kz-muted);
    font-size: .75em;
    letter-spacing: 0.1em;
}

/* Buttons (generic) -------------------------------------------- */
p.button a,
.post-content p.button a {
    display: inline-block;
    background: linear-gradient(135deg, var(--kz-accent) 0%, var(--kz-accent-deep) 100%);
    color: #fff;
    border-radius: 999px;
    padding: 0 2.4em;
    line-height: 56px;
    font-size: .92em;
    letter-spacing: 0.18em;
    font-weight: 500;
    box-shadow: 0 10px 22px -10px rgba(232,93,44,.55);
    transition: transform .35s var(--kz-ease), box-shadow .35s var(--kz-ease);
}
p.button a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px -10px rgba(232,93,44,.65);
}

/* Footer --------------------------------------------------------- */
footer {
    background: var(--kz-navy);
    color: rgba(255,255,255,.82);
    padding: 6vw 0 0;
    margin-top: 0;
    overflow: hidden;
}
footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(30,77,140,.45), transparent 55%);
    pointer-events: none;
}
footer a { color: rgba(255,255,255,.82); transition: color .3s var(--kz-ease); }
footer a:hover { color: var(--kz-accent); }
.footer_about_sec { width: 88%; max-width: 1240px; }
.footer_about_inner h2 {
    font-family: var(--kz-font-disp);
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 0.12em;
    margin-bottom: .8em;
}
p.footer-address::before { color: var(--kz-accent); }
address.footer_tel { color: #fff; font-weight: 700; letter-spacing: 0.06em; }
address.footer_tel span { color: var(--kz-accent); }
ul.footer-menu-list li.footer-menu-title {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.18);
}
ul.footer-menu-list li a::before { color: var(--kz-accent); }
a.footer_but {
    background: linear-gradient(135deg, var(--kz-accent) 0%, var(--kz-accent-deep) 100%);
    color: #fff;
    border-radius: 999px;
    line-height: 56px;
    padding: 0 1.8em 0 2em;
    box-shadow: 0 12px 26px -10px rgba(232,93,44,.55);
    transition: transform .35s var(--kz-ease), box-shadow .35s var(--kz-ease);
}
a.footer_but:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px -10px rgba(232,93,44,.65);
}

/* Breadcrumb ---------------------------------------------------- */
.breadcrumb { font-size: 11px; letter-spacing: 0.1em; opacity: .9; }

/* Misc — soft up subtle backgrounds ---------------------------- */
.content02::before,
.front-third::before,
.front_topics::before { display: none !important; }

/* Selection ----------------------------------------------------- */
::selection { background: var(--kz-accent); color: #fff; }

/* Reduce motion --------------------------------------------------*/
/*@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; animation: none !important; }
}*/

/* Tablet / mobile refinements ---------------------------------- */
@media only screen and (max-width: 1024px) {
    .front_intro-inner { width: 90%; }
    .content02-inner { width: 92%; }
    .third-box { width: 92%; }
    .front-third-text { padding: 5vw 4vw !important; }
    .front_topics .inner { width: 92%; }
}

@media only screen and (max-width: 768px) {
    body { line-height: 1.85; }
    .header-bar { height: 70px; }

    .front_intro-inner { width: 88%; gap: 0; }
    .front_inner-text { width: 100% !important; margin: 0 0 2em !important; }
    .front_inner-text h2 {
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        font-size: 1.5em;
        text-align: center;
    }
    .front_inner-img { width: 100%; font-size: .95em; }

    .content02-inner { width: 88%; flex-direction: column; gap: 24px; }
    .content02-content { width: 100% !important; margin: 0 !important; }
    .content02-inner-img { height: 200px; }
    .content02-item-inner { padding: 24px 22px calc(24px + 56px); }
    .content02-button { line-height: 52px !important; padding: 0 22px !important; }

    .third-box { margin-bottom: 7vw; }
    .front-third-inner { flex-direction: column; }
    .front-third-text,
    .third-box:nth-of-type(even) .front-third-text { width: 100%; padding: 32px 26px !important; order: 2; }
    .front-third-img,
    .third-box:nth-of-type(even) .front-third-img { width: 100% !important; margin: 0 !important; order: 1; }
    .front-third-img img { min-height: 220px; }
    .front-third-text-inner h3 { font-size: 1.25em !important; }

    .front_second_inner { width: 92%; padding: 14vw 6vw; border-radius: var(--kz-radius); }
    .front_second_inner-text { width: 100%; }
    .front_second_inner-text h3 { font-size: 1.4em; line-height: 1.7; }

    .front_topics-inner { flex-direction: column; gap: 0; }
    .front_topics-inner-title {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--kz-line);
        padding: 0 0 1.5em;
        margin-bottom: 2em;
        text-align: center;
    }
    h2.front_topics-title { text-align: center; }
    .top-blog { width: 100%; padding: 0; }

    .article02 { width: 100%; margin: 0 0 16px !important; }

    a.front_topics_but { display: block; max-width: 240px; margin: 1.5em auto 0; }
}

@media only screen and (max-width: 480px) {
    .front_inner-text h2 { font-size: 1.3em; line-height: 1.6; }
    .front_second_inner-text h3 { font-size: 1.2em; }
    .front-third-text-inner h3 { font-size: 1.15em !important; }
    h2.front_topics-title { font-size: 1.5em; }
}
/* === Modern Redesign Overrides END === */

/* =====================================================
   Patch v2 (2026-04-29) — fix layout issues
   ① Footer: menu list on the right, neat alignment
   ② front_second: remove the soft-blue band behind
   ③ front_intro: horizontal heading + dummy image on right
   ④ front_topics: prevent card wrap, title stays inline with cards
   ===================================================== */

/* ① Footer ----------------------------------------------------- */
.footer_about_sec {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4vw;
}
.footer_about_inner {
    flex: 1 1 480px;
    width: auto !important;
    min-width: 0;
}
.footer-menu {
    flex: 0 1 280px;
    width: auto !important;
    margin: 0 0 0 auto !important;
    min-width: 0;
}
ul.footer-menu-list {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
    gap: 0;
    border-left: 1px solid rgba(255,255,255,.14);
    padding-left: 1.5em;
}
ul.footer-menu-list li {
    width: 100%;
    margin: 0 0 1em 0 !important;
    text-align: right;
    line-height: 1.5;
}
ul.footer-menu-list li:last-of-type { margin-bottom: 0 !important; }
ul.footer-menu-list li a {
    padding: 0;
    display: inline-block;
    letter-spacing: 0.06em;
    font-weight: 500;
}
ul.footer-menu-list li a::before { display: none !important; }
ul.footer-menu-list li.footer-menu-title {
    border-bottom: none;
    padding-bottom: 0;
    color: #fff;
}
.copyright {
    width: 100%;
    text-align: center;
    margin: 4em 0 0 !important;
    padding: 1.6em 0 0;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: .8em;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,.6);
}

/* ② front_second — remove the soft-blue band behind ------------ */
.front_second::before { display: none !important; }
.front_second { background: var(--kz-bg); padding: 4vw 0 8vw; }

/* ③ front_intro — horizontal heading + dummy image ------------- */
.front_intro-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 4vw;
    row-gap: 1.4em;
    width: 88%;
    max-width: 1240px;
    align-items: start;
}
.front_inner-text {
    grid-column: 1;
    grid-row: 1;
    width: auto !important;
    margin: 0 !important;
}
.front_inner-text h2 {
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: horizontal-tb !important;
    font-family: var(--kz-font-disp);
    font-size: 2.3em;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0.08em;
    color: var(--kz-navy);
    text-align: left;
    display: block;
    margin: 0;
}
.front_inner-img {
    grid-column: 1;
    grid-row: 2;
    width: auto !important;
    font-size: 1em;
    line-height: 2.05;
}
.front_inner-photo {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
    border-radius: var(--kz-radius-lg);
    overflow: hidden;
    box-shadow: var(--kz-shadow-lg);
    min-height: 340px;
    position: relative;
}
.front_inner-photo img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 1s var(--kz-ease);
}
.front_inner-photo:hover img { transform: scale(1.04); }

/* ④ front_topics — fix wrap so title stays beside cards -------- */
.front_topics-inner {
    flex-wrap: nowrap;
    gap: 0;
    align-items: flex-start;
}
.front_topics-inner-title {
    width: 24%;
    flex: 0 0 24%;
    padding-right: 3vw;
    border-right: 1px solid var(--kz-line);
}
.top-news,
.top-blog {
    flex: 1 1 auto;
    width: auto !important;
    padding-left: 3vw !important;
    margin-bottom: 0;
}

/* Mobile / responsive overrides for the patch ------------------ */
@media only screen and (max-width: 768px) {
    /* Footer: stack but keep menu right-aligned look optional */
    .footer_about_sec { flex-direction: column; gap: 2.5em; }
    .footer-menu { flex: 1 1 auto; margin: 0 !important; }
    ul.footer-menu-list {
        flex-direction: column;
        align-items: flex-start;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,.14);
        padding: 1.5em 0 0;
    }
    ul.footer-menu-list li { text-align: left; }
    .copyright { margin-top: 2em !important; }

    /* front_intro: stack image below text on mobile */
    .front_intro-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        row-gap: 1.2em;
    }
    .front_inner-text { grid-column: 1; grid-row: 1; }
    .front_inner-img  { grid-column: 1; grid-row: 2; }
    .front_inner-photo {
        grid-column: 1;
        grid-row: 3;
        min-height: 220px;
        margin-top: .5em;
    }
    .front_inner-photo img { min-height: 220px; }
    .front_inner-text h2 {
        font-size: 1.45em;
        text-align: center;
        line-height: 1.6;
    }

    /* front_topics: stack title above cards on mobile */
    .front_topics-inner { flex-wrap: wrap; flex-direction: column; }
    .front_topics-inner-title {
        width: 100% !important;
        flex: 0 0 auto !important;
        border-right: none;
        border-bottom: 1px solid var(--kz-line);
        padding: 0 0 1.5em !important;
        margin-bottom: 2em;
        text-align: center;
    }
    .top-news, .top-blog {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .front_inner-text h2 { font-size: 1.25em; letter-spacing: 0.06em; }
}
/* === Patch v2 END === */

/* =====================================================
   Patch v3 (2026-04-29) — fine-tuning
   ① Footer: bottom margin under copyright
   ② Footer: remove orange "Sales-call" pill, plain text
   ③ Footer: menu list stretches to match left column height
   ④ front_intro: remove the orange vertical line decoration
   ===================================================== */

/* ① Copyright bottom spacing ----------------------------------- */
footer { padding: 6vw 0 4vw !important; }
.copyright { padding-bottom: 0; }

/* ② "Sales-call" — strip decoration, plain inline text --------- */
.Sales-call {
    background: transparent !important;
    color: rgba(255,255,255,.55) !important;
    padding: 0 !important;
    margin-left: .6em !important;
    border-left: none !important;
    display: inline !important;
    width: auto !important;
    font-size: .82em !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em;
}

/* ③ Footer menu — stretch vertically with even spacing --------- */
.footer_about_sec {
    align-items: stretch !important;
}
.footer-menu {
    display: flex;
    flex-direction: column;
}
ul.footer-menu-list {
    flex: 1 1 auto;
    justify-content: space-between;
    margin-bottom: 0;
}
ul.footer-menu-list li {
    margin: 0 !important;
}
ul.footer-menu-list li a {
    line-height: 1.4;
    padding: .4em 0;
    display: inline-block;
}

/* ④ front_intro — remove the small orange vertical line -------- */
#content01::before { display: none !important; }

/* Mobile fallback for the patch -------------------------------- */
@media only screen and (max-width: 768px) {
    .footer_about_sec { align-items: stretch !important; }
    ul.footer-menu-list { justify-content: flex-start; gap: .8em; }
    ul.footer-menu-list li a { padding: 0; }
    footer { padding: 14vw 0 8vw !important; }
}
/* === Patch v3 END === */

/* =====================================================
   Patch v4 (2026-04-29) — full-width hero + catch copy
   ① Top slider: stretch to viewport width (remove 200px side margin)
   ② Add stylish animated headline overlay on the slider
   ===================================================== */

/* ① Full-width slider ----------------------------------------- */
.top-slider-wrapper {
    width: 100% !important;
    margin: 0 !important;
}

/* Soften the dark overlay slightly so text + image both read */
.top-slider-wrapper::after {
    background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,.15) 100%) !important;
    opacity: 1 !important;
}

/* ② Catch copy ------------------------------------------------- */
.top-slider-catch {
    position: absolute;
    left: max(6vw, 40px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
    pointer-events: none;
    max-width: 640px;
}

.top-slider-catch-line {
    display: block;
    width: 72px;
    height: 2px;
    background: var(--kz-accent, #ff7849);
    margin: 0 0 30px;
    transform: scaleX(0);
    transform-origin: left center;
    box-shadow: 0 0 18px rgba(255, 120, 73, .7);
    animation: kzCatchLine 1.1s cubic-bezier(.77, 0, .18, 1) .4s forwards;
}

.top-slider-catch-main {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(1.7em, 3.6vw, 3.2em);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin: 0 0 .55em;
    color: #fff;
    text-shadow: 0 6px 32px rgba(0, 0, 0, .55), 0 2px 6px rgba(0, 0, 0, .35);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.top-slider-catch-word,
.top-slider-catch-dot {
    display: inline-block;
    opacity: 0;
    transform: translateY(36px);
    filter: blur(6px);
    animation: kzCatchWord 1.2s cubic-bezier(.16, 1, .3, 1) forwards;
}
.top-slider-catch-word:nth-of-type(1) { animation-delay: .85s; }
.top-slider-catch-dot                 { animation-delay: 1.15s; color: var(--kz-accent, #ff7849); padding: 0 .05em; }
.top-slider-catch-word:nth-of-type(2) { animation-delay: 1.35s; }

.top-slider-catch-sub {
    font-size: clamp(.95em, 1.5vw, 1.25em);
    letter-spacing: 0.34em;
    line-height: 1.7;
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 2px 14px rgba(0, 0, 0, .5);
    margin: 0;
    padding-left: .2em;
    opacity: 0;
    transform: translateY(20px);
    animation: kzCatchRise 1s cubic-bezier(.2, .7, .2, 1) 1.85s forwards;
    position: relative;
}
.top-slider-catch-sub::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, .55);
    margin-left: -2.4em;
    animation: kzCatchSubLine 1s cubic-bezier(.77, 0, .18, 1) 2.2s forwards;
}

@keyframes kzCatchLine {
    to { transform: scaleX(1); }
}
@keyframes kzCatchWord {
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes kzCatchRise {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes kzCatchSubLine {
    to { width: 2em; }
}

/* Tablet / mobile ---------------------------------------------- */
@media only screen and (max-width: 768px) {
    .top-slider-catch {
        left: 7vw;
        right: 7vw;
        max-width: none;
        top: 42%;
    }
    .top-slider-catch-line { width: 48px; margin-bottom: 20px; }
    .top-slider-catch-main { font-size: 1.55em; letter-spacing: 0.12em; }
    .top-slider-catch-sub  { font-size: .82em; letter-spacing: 0.22em; }
    .top-slider-catch-sub::before { display: none; }
    .top-slider-catch-sub  { padding-left: 0; }
}

@media only screen and (max-width: 480px) {
    .top-slider-catch-main { font-size: 1.3em; }
    .top-slider-catch-sub  { font-size: .76em; }
}

/* Reduce motion respect ---------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .top-slider-catch-line,
    .top-slider-catch-word,
    .top-slider-catch-dot,
    .top-slider-catch-sub,
    .top-slider-catch-sub::before {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
    .top-slider-catch-line { transform: scaleX(1) !important; }
    .top-slider-catch-sub::before { width: 2em !important; }
}
/* === Patch v4 END === */

/* =====================================================
   Patch v5 (2026-04-29) — catch copy refinements
   ① Remove orange accent line
   ② Per-character left→right reveal
   ③ Faster overall timing
   ④ Middle dot color: white
   ===================================================== */

.top-slider-catch-line { display: none !important; }

/* Reset block-level structure to keep flex layout for chars */
.top-slider-catch-main {
    display: block;
    flex-wrap: nowrap;
}

/* Each character ----------------------------------------------- */
.top-slider-catch-main .kc,
.top-slider-catch-sub .kc {
    display: inline-block;
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
    animation: kzCharIn .45s cubic-bezier(.2, .7, .2, 1) forwards;
}

/* Main heading characters: stagger 0.06s, starts at 0.1s ------- */
.top-slider-catch-main .kc:nth-child(1) { animation-delay: .10s; }
.top-slider-catch-main .kc:nth-child(2) { animation-delay: .16s; }
.top-slider-catch-main .kc:nth-child(3) { animation-delay: .22s; }
.top-slider-catch-main .kc:nth-child(4) { animation-delay: .28s; }
.top-slider-catch-main .kc:nth-child(5) { animation-delay: .34s; }
.top-slider-catch-main .kc:nth-child(6) { animation-delay: .40s; }
.top-slider-catch-main .kc:nth-child(7) { animation-delay: .46s; }
.top-slider-catch-main .kc:nth-child(8) { animation-delay: .52s; }

/* Middle dot: white instead of orange -------------------------- */
.top-slider-catch-main .kc.kc-dot {
    color: #ffffff !important;
    padding: 0 .04em;
}

/* Sub heading: starts right after main, faster stagger --------- */
.top-slider-catch-sub {
    /* override v4: remove the previous block-level animation */
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}
.top-slider-catch-sub::before { display: none !important; }

.top-slider-catch-sub .kc:nth-child(1)  { animation-delay: .60s; }
.top-slider-catch-sub .kc:nth-child(2)  { animation-delay: .65s; }
.top-slider-catch-sub .kc:nth-child(3)  { animation-delay: .70s; }
.top-slider-catch-sub .kc:nth-child(4)  { animation-delay: .75s; }
.top-slider-catch-sub .kc:nth-child(5)  { animation-delay: .80s; }
.top-slider-catch-sub .kc:nth-child(6)  { animation-delay: .85s; }
.top-slider-catch-sub .kc:nth-child(7)  { animation-delay: .90s; }
.top-slider-catch-sub .kc:nth-child(8)  { animation-delay: .95s; }
.top-slider-catch-sub .kc:nth-child(9)  { animation-delay: 1.00s; }
.top-slider-catch-sub .kc:nth-child(10) { animation-delay: 1.05s; }
.top-slider-catch-sub .kc:nth-child(11) { animation-delay: 1.10s; }

@keyframes kzCharIn {
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

/* Reduce motion respect ---------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .top-slider-catch-main .kc,
    .top-slider-catch-sub .kc {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}
/* === Patch v5 END === */

/* =====================================================
   Patch v6 (2026-04-29) — content02 bottom corners
   - card's bottom-left/right rounded area was showing
     page bg through; round the navy button to fill it
   ===================================================== */

.content02-content {
    border: none !important;
}
.content02-button {
    border-radius: 0 0 var(--kz-radius-lg) var(--kz-radius-lg) !important;
}
/* === Patch v6 END === */

/* =====================================================
   Patch v7 (2026-04-29) — uniform spacing for POINT cards
   - section top, between cards, section bottom all = 7vw
   ===================================================== */

.front-third {
    padding: 7vw 0 !important;
}
.third-box {
    margin: 0 auto 7vw !important;
}
.third-box:last-of-type {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .front-third { padding: 12vw 0 !important; }
    .third-box  { margin: 0 auto 12vw !important; }
}
/* === Patch v7 END === */

/* =====================================================
   Patch v8 (2026-04-29) — tighten gap below front_second
   - 8vw padding-bottom + 7vw padding-top of next section
     was creating ~15vw empty band; cut to just 7vw total
   ===================================================== */

.front_second {
    padding: 2vw 0 0 !important;
}

@media only screen and (max-width: 768px) {
    .front_second { padding: 4vw 0 0 !important; }
}
/* === Patch v8 END === */

/* =====================================================
   Patch v9 (2026-04-29) — catch copy timing & dot color
   - "即対応" appears first as a unit, brief pause, then "・迅速作業"
   - Dot color forced to white (kill any orange leftover)
   ===================================================== */

/* Dot: explicitly white, all states */
.top-slider-catch-main .kc.kc-dot,
.top-slider-catch-main span.kc-dot,
.top-slider .kc.kc-dot {
    color: #ffffff !important;
}

/* Override v5 timing — show 即対応 first, then pause, then 迅速作業 */
.top-slider-catch-main .kc:nth-child(1) { animation-delay: .05s !important; } /* 即 */
.top-slider-catch-main .kc:nth-child(2) { animation-delay: .12s !important; } /* 対 */
.top-slider-catch-main .kc:nth-child(3) { animation-delay: .19s !important; } /* 応 */
.top-slider-catch-main .kc:nth-child(4) { animation-delay: .55s !important; } /* ・ */
.top-slider-catch-main .kc:nth-child(5) { animation-delay: .62s !important; } /* 迅 */
.top-slider-catch-main .kc:nth-child(6) { animation-delay: .69s !important; } /* 速 */
.top-slider-catch-main .kc:nth-child(7) { animation-delay: .76s !important; } /* 作 */
.top-slider-catch-main .kc:nth-child(8) { animation-delay: .83s !important; } /* 業 */

/* Sub copy starts after main completes */
.top-slider-catch-sub .kc:nth-child(1)  { animation-delay: 1.00s !important; }
.top-slider-catch-sub .kc:nth-child(2)  { animation-delay: 1.05s !important; }
.top-slider-catch-sub .kc:nth-child(3)  { animation-delay: 1.10s !important; }
.top-slider-catch-sub .kc:nth-child(4)  { animation-delay: 1.15s !important; }
.top-slider-catch-sub .kc:nth-child(5)  { animation-delay: 1.20s !important; }
.top-slider-catch-sub .kc:nth-child(6)  { animation-delay: 1.25s !important; }
.top-slider-catch-sub .kc:nth-child(7)  { animation-delay: 1.30s !important; }
.top-slider-catch-sub .kc:nth-child(8)  { animation-delay: 1.35s !important; }
.top-slider-catch-sub .kc:nth-child(9)  { animation-delay: 1.40s !important; }
.top-slider-catch-sub .kc:nth-child(10) { animation-delay: 1.45s !important; }
.top-slider-catch-sub .kc:nth-child(11) { animation-delay: 1.50s !important; }
/* === Patch v9 END === */

/* =====================================================
   Patch v10 (2026-04-30) — mobile hero shorter
   - shrink slider height on mobile so the image looks
     wider (less letterbox effect) while still showing
     the catch copy clearly
   ===================================================== */

@media only screen and (max-width: 991px) {
    .top-slider {
        height: 56vw !important;          /* ~56% of viewport width = wider feel */
        min-height: 280px !important;
        max-height: 460px;
    }
    .header-youtube,
    .header-video {
        height: 56vw !important;
        min-height: 280px;
        max-height: 460px;
    }
    .top-slider-catch { top: 50%; }
}

@media only screen and (max-width: 768px) {
    .top-slider {
        height: 60vw !important;
        min-height: 260px !important;
        max-height: 420px;
    }
}

@media only screen and (max-width: 480px) {
    .top-slider {
        height: 68vw !important;
        min-height: 230px !important;
        max-height: 360px;
    }
    .top-slider-catch { left: 6vw; right: 6vw; }
}
/* === Patch v10 END === */

/* =====================================================
   Patch v11 (2026-04-30) — bigger catch copy on mobile
   - vw-based sizing so it scales with the screen width
   ===================================================== */

@media only screen and (max-width: 768px) {
    .top-slider-catch {
        left: 7vw;
        right: 7vw;
        max-width: none;
    }
    .top-slider-catch-main {
        font-size: 6vw !important;
        letter-spacing: 0.1em !important;
        line-height: 1.4 !important;
        margin-bottom: .5em !important;
    }
    .top-slider-catch-sub {
        font-size: 3.1vw !important;
        letter-spacing: 0.2em !important;
        line-height: 1.6 !important;
    }
}

@media only screen and (max-width: 480px) {
    .top-slider-catch-main {
        font-size: 7vw !important;
        letter-spacing: 0.08em !important;
    }
    .top-slider-catch-sub {
        font-size: 3.6vw !important;
        letter-spacing: 0.16em !important;
    }
}
/* === Patch v11 END === */

/* =====================================================
   Patch v12 (2026-04-30) — mobile front_intro reorder
   - on mobile: heading → image → body text
   ===================================================== */

@media only screen and (max-width: 768px) {
    .front_intro-inner {
        grid-template-rows: auto auto auto !important;
    }
    .front_inner-text  { grid-row: 1 !important; }
    .front_inner-photo { grid-row: 2 !important; margin-top: 0 !important; }
    .front_inner-img   { grid-row: 3 !important; }
}
/* === Patch v12 END === */

/* =====================================================
   Patch v13 (2026-04-30) — content02 button: kill the
   tiny white triangle that sometimes appears at the
   rounded bottom corners (esp. in WebKit / sub-pixel)
   ===================================================== */

/* Force the card to clip children to its rounded shape */
.content02-content {
    overflow: hidden !important;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
            mask-image: radial-gradient(circle, #fff 100%, #000 100%);
    isolation: isolate;
}

/* Pin the navy bar to the exact bottom edge, full width */
.content02-button {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 0 var(--kz-radius-lg) var(--kz-radius-lg) !important;
}

/* For older WebKit also force a paint context on the parent */
.content02-content,
.content02-item {
    transform: translateZ(0);
}
/* === Patch v13 END === */

/* =====================================================
   Patch v14 (2026-04-30) — mobile sticky footer bar
   - 4 fixed buttons at bottom on mobile
   - hidden on PC
   ===================================================== */

.kz-footer-bar {
    display: none;
}

@media only screen and (max-width: 768px) {
    .kz-footer-bar {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9998;
        background: rgba(14, 42, 71, .96);
        -webkit-backdrop-filter: saturate(160%) blur(12px);
                backdrop-filter: saturate(160%) blur(12px);
        box-shadow: 0 -8px 24px -8px rgba(0, 0, 0, .25);
        padding: env(safe-area-inset-bottom, 0) 0 0;
        height: calc(64px + env(safe-area-inset-bottom, 0));
    }

    .kz-footer-bar__item {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 64px;
        color: #fff !important;
        font-size: 10px;
        letter-spacing: 0.06em;
        text-decoration: none;
        transition: background-color .25s ease, color .25s ease;
        position: relative;
    }
    .kz-footer-bar__item + .kz-footer-bar__item {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }
    .kz-footer-bar__item i {
        font-size: 18px;
        line-height: 1;
        opacity: .9;
    }
    .kz-footer-bar__item span {
        font-size: 10px;
        line-height: 1;
        font-weight: 500;
    }
    .kz-footer-bar__item:hover,
    .kz-footer-bar__item:active {
        background: rgba(255, 255, 255, .06);
        color: var(--kz-accent) !important;
    }
    .kz-footer-bar__item:hover i,
    .kz-footer-bar__item:active i { opacity: 1; }

    .kz-footer-bar__item--accent {
        background: linear-gradient(135deg, var(--kz-accent) 0%, var(--kz-accent-deep) 100%);
        border-left: none !important;
    }
    .kz-footer-bar__item--accent:hover,
    .kz-footer-bar__item--accent:active {
        background: linear-gradient(135deg, var(--kz-accent-deep) 0%, var(--kz-accent) 100%);
        color: #fff !important;
    }

    /* prevent the bar from covering content */
    body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0)) !important; }

    /* if the theme also outputs its own .footer-bar that the user sees as
       plain text, hide that legacy element */
    body > .footer-bar:not(.header-bar):not(.kz-footer-bar) { display: none !important; }
}
/* === Patch v14 END === */

/* =====================================================
   Patch v15 (2026-04-30) — kill legacy footer bar +
                            tighten mobile footer gaps
   ===================================================== */

/* ① Hide any legacy parent-theme fixed buttons / bars ---------- */
.footer-bar:not(.kz-footer-bar):not(.header-bar),
.fixed-footer,
.fixed-bottom-bar,
.mobile-fixed-bar,
.footer-bar-fix,
.tcd_footer_bar,
.mobile-cv,
.mobile-cv-area,
.mobile-fix-btn,
.mobile-fixed-btn,
.fix-cv,
.fixed_phone,
.fixed_mail,
.fixed-tel-mail,
.smart-fixed,
[class*="fixed_btn"],
[class*="fixed-btn"],
[class*="fix-cta"] { display: none !important; }

/* ② Mobile footer — collapse the dead vertical space ----------- */
@media only screen and (max-width: 768px) {

    /* parent flex was stretching menu column -> reset it */
    .footer_about_sec {
        align-items: flex-start !important;
        gap: 1.8em !important;
    }
    .footer-menu {
        display: block !important;     /* no flex column on mobile */
        flex: 0 0 auto !important;
    }
    ul.footer-menu-list {
        flex: 0 0 auto !important;
        justify-content: flex-start !important;
        gap: .6em !important;
        padding-top: 1.2em !important;
    }
    ul.footer-menu-list li {
        margin: 0 !important;
    }
    ul.footer-menu-list li a {
        line-height: 1.6 !important;
        padding: .25em 0 !important;
    }

    /* tighter footer block */
    footer { padding: 10vw 0 4vw !important; }

    .copyright {
        margin: 2em 0 0 !important;
        padding-top: 1.2em !important;
    }
}
/* === Patch v15 END === */

/* =====================================================
   Patch v16 (2026-04-30) — mobile footer layout reset
   - menu was collapsing into vertical character stacks
   - kill flex layout on mobile, use plain block
   ===================================================== */

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

    /* parent container: switch to simple block stacking */
    .footer_about_sec {
        display: block !important;
        gap: 0 !important;
    }

    .footer_about_inner,
    .footer-menu,
    .copyright {
        width: 100% !important;
        flex: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer_about_inner { margin-bottom: 0 !important; }

    /* menu block */
    .footer-menu {
        display: block !important;
        margin: 1.6em 0 0 !important;
        padding-top: 1.4em !important;
        border-top: 1px solid rgba(255, 255, 255, .14);
    }
    ul.footer-menu-list {
        display: block !important;
        padding: 0 !important;
        border: none !important;
        gap: 0 !important;
        margin: 0 !important;
    }
    ul.footer-menu-list li {
        display: block !important;
        width: 100% !important;
        margin: 0 0 .55em 0 !important;
        text-align: left !important;
    }
    ul.footer-menu-list li:last-of-type { margin-bottom: 0 !important; }
    ul.footer-menu-list li a {
        display: inline-block !important;
        padding: .15em 0 !important;
        line-height: 1.6 !important;
        width: auto !important;
    }
}
/* === Patch v16 END === */

/* =====================================================
   Patch v17 (2026-04-30) — sub copy stagger extended
   - sub copy length increased to 15 chars
   - extend delays so every .kc gets animated
   ===================================================== */

.top-slider-catch-sub .kc:nth-child(12) { animation-delay: 1.55s !important; }
.top-slider-catch-sub .kc:nth-child(13) { animation-delay: 1.60s !important; }
.top-slider-catch-sub .kc:nth-child(14) { animation-delay: 1.65s !important; }
.top-slider-catch-sub .kc:nth-child(15) { animation-delay: 1.70s !important; }

/* Safety net: any extra .kc beyond what's explicitly listed
   uses a late delay so it can't flash in instantly at 0s */
.top-slider-catch-sub .kc:nth-child(n+16) { animation-delay: 1.75s !important; }
.top-slider-catch-main .kc:nth-child(n+9) { animation-delay: .9s   !important; }

/* =====================================================
   Patch v18 (2026-05-14) — new catch copy & badge buttons
   ① Main copy: 「元自衛官の便利屋が、尼崎の困りごとを解決します」(2-line)
   ② Replace sub copy with badge-style buttons (即対応 / 確実対応)
   ③ More stylish refinement
   ===================================================== */

/* Container needs to be wide enough for the 13-char second line */
.top-slider-catch {
    max-width: min(86vw, 880px) !important;
}

/* --- Main heading: switch from inline flex to block 2-line --- */
.top-slider-catch-main {
    display: block !important;
    flex-wrap: initial !important;
    font-size: clamp(1.4em, 2.9vw, 2.6em) !important;
    letter-spacing: 0.1em !important;
    line-height: 1.55 !important;
    margin: 0 0 .9em !important;
    text-shadow:
        0 6px 32px rgba(0, 0, 0, .55),
        0 2px 6px  rgba(0, 0, 0, .35),
        0 0 1px rgba(255, 255, 255, .15);
}
.top-slider-catch-main .kc-line {
    display: block;
    white-space: nowrap;
}

/* Per-character stagger reset (the old v5/v17 delays were tuned for 8 chars).
   Use CSS variable index so we don't need 23 selectors. */
.top-slider-catch-main .kc-line .kc {
    animation-delay: calc(.1s + (var(--i, 0)) * .05s) !important;
}
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(1)  { --i: 0; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(2)  { --i: 1; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(3)  { --i: 2; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(4)  { --i: 3; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(5)  { --i: 4; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(6)  { --i: 5; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(7)  { --i: 6; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(8)  { --i: 7; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(9)  { --i: 8; }
.top-slider-catch-main .kc-line:nth-child(1) .kc:nth-child(10) { --i: 9; }

.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(1)  { --i: 10; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(2)  { --i: 11; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(3)  { --i: 12; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(4)  { --i: 13; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(5)  { --i: 14; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(6)  { --i: 15; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(7)  { --i: 16; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(8)  { --i: 17; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(9)  { --i: 18; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(10) { --i: 19; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(11) { --i: 20; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(12) { --i: 21; }
.top-slider-catch-main .kc-line:nth-child(2) .kc:nth-child(13) { --i: 22; }

/* --- Badge buttons -------------------------------------------- */
.top-slider-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
    opacity: 0;
    transform: translateY(14px);
    animation: kzBadgesRise .85s cubic-bezier(.2, .7, .2, 1) 1.45s forwards;
}

.kz-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .55em;
    padding: .62em 1.35em;
    font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
    font-size: clamp(.82rem, 1.05vw, .98rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(255, 120, 73, .9) 0%, rgba(255, 90, 50, .85) 100%);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow:
        0 8px 24px rgba(255, 90, 50, .28),
        0 1px 0 rgba(255, 255, 255, .25) inset;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    line-height: 1;
    white-space: nowrap;
    transition: transform .35s ease, box-shadow .35s ease;
}
.kz-badge:nth-child(2) {
    background: linear-gradient(135deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, .06) 100%);
    border-color: rgba(255, 255, 255, .35);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, .25),
        0 1px 0 rgba(255, 255, 255, .25) inset;
}
.kz-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, .9), 0 0 16px rgba(255, 120, 73, .65);
    animation: kzBadgePulse 1.8s ease-in-out infinite;
    flex: 0 0 auto;
}
.kz-badge:nth-child(2) .kz-badge-dot {
    background: var(--kz-accent, #ff7849);
    box-shadow: 0 0 8px rgba(255, 120, 73, .9), 0 0 16px rgba(255, 120, 73, .55);
}

@keyframes kzBadgesRise {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes kzBadgePulse {
    0%, 100% { transform: scale(1);   opacity: 1;   }
    50%      { transform: scale(1.3); opacity: .65; }
}

/* Mobile tuning ------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .top-slider-catch-main {
        font-size: 1.45em !important;
        letter-spacing: 0.08em !important;
        line-height: 1.5 !important;
    }
    .top-slider-badges { gap: 8px; }
    .kz-badge { padding: .55em 1.1em; letter-spacing: 0.1em; }
}
@media only screen and (max-width: 480px) {
    .top-slider-catch-main { font-size: 1.22em !important; }
    .kz-badge { font-size: .78rem; padding: .5em 1em; }
    .kz-badge-dot { width: 7px; height: 7px; }
}

@media (prefers-reduced-motion: reduce) {
    .top-slider-badges,
    .kz-badge-dot {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
/* === Patch v18 END === */
/* === Patch v17 END === */

/* =====================================================
   Patch v19 (2026-05-14) — service section stylish refresh
   - keep alternating img/text layout
   - add section number, title accent bar, price card
   - refined typography & subtle image hover zoom
   ===================================================== */

.content_full.service__sec {
    position: relative;
    overflow: hidden;
}

/* Image: subtle zoom on hover + soft gradient overlay */
section.content_full.service__sec::before {
    transition: transform 1.6s cubic-bezier(.2, .7, .2, 1);
}
section.content_full.service__sec:hover::before {
    transform: scale(1.05);
}
section.content_full.service__sec::after {
    content: '';
    position: absolute;
    top: 0;
    width: calc(50% - 4em);
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .18) 100%);
    z-index: 1;
}
section.content_full.service__sec:nth-of-type(odd)::after  { right: 0; }
section.content_full.service__sec:nth-of-type(even)::after { left: 0; transform: scaleX(-1); }

/* Text column padding refresh */
.service__text {
    padding: 8vw 3.2vw 8vw 0 !important;
    position: relative;
    z-index: 2;
}
.content_full.service__sec:nth-of-type(even) .service__text {
    padding: 8vw 0 8vw 3.2vw !important;
}

/* Number label */
.service__num {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: 'Cormorant Garamond', 'Times New Roman', "Yu Mincho", serif;
    font-size: 1.05rem;
    letter-spacing: 0.32em;
    color: var(--kz-accent, #ff7849);
    font-weight: 600;
    margin: 0 0 22px;
    line-height: 1;
}
.service__num::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: var(--kz-accent, #ff7849);
}

/* Title with accent underline */
.service__sec .service__title {
    font-size: clamp(1.45rem, 2.3vw, 2rem) !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0 0 1.1em !important;
    line-height: 1.45;
    color: #1f2937;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}
.service__sec .service__title::after {
    content: '';
    display: block;
    width: 64px;
    height: 2px;
    background: linear-gradient(90deg, var(--kz-accent, #ff7849) 0%, rgba(255, 120, 73, .25) 100%);
    margin-top: 16px;
    border-radius: 2px;
}

/* Description */
.service__desc {
    font-size: clamp(.94rem, 1.02vw, 1rem);
    line-height: 2.05;
    color: #4b5563;
    margin: 0 0 1.8em;
    letter-spacing: 0.02em;
}

/* Price card */
.service__price {
    position: relative;
    margin: 0;
    padding: 1.15em 1.4em 1.15em 1.55em;
    background: rgba(255, 255, 255, .7);
    border-left: 3px solid var(--kz-accent, #ff7849);
    border-radius: 0 8px 8px 0;
    font-size: .9rem;
    line-height: 1.85;
    color: #374151;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.content_full.service__sec:nth-of-type(even) .service__price {
    background: rgba(255, 255, 255, .92);
}
.service__price-label {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--kz-accent, #ff7849);
    padding: 3px 10px;
    border: 1px solid currentColor;
    border-radius: 999px;
    margin-right: .7em;
    vertical-align: 2px;
    line-height: 1.4;
}

/* Tablet */
@media only screen and (max-width: 768px) {
    .service__text,
    .content_full.service__sec:nth-of-type(even) .service__text {
        padding: 60px 4vw !important;
    }
    .service__num { font-size: .95rem; letter-spacing: 0.28em; }
    .service__sec .service__title::after { width: 52px; }
}

/* Mobile */
@media only screen and (max-width: 485px) {
    section.content_full.service__sec::after { display: none; }
    .service__num { font-size: .9rem; margin-bottom: 16px; }
    .service__num::before { width: 28px; }
    .service__sec .service__title { letter-spacing: 0.04em; }
    .service__sec .service__title::after { width: 44px; }
    .service__desc { line-height: 1.95; }
    .service__price { padding: 1em 1.1em 1em 1.2em; font-size: .85rem; }
    .service__price-label { font-size: .68rem; padding: 2px 8px; }
}
/* === Patch v19 END === */

/* =====================================================
   Patch v20 (2026-05-14) — top pricing banner
   - show base price once at the top of menu page
   - each service shows only condition note
   ===================================================== */

.service-rate {
    max-width: 1080px;
    margin: 0 auto 6vw;
    padding: 0 4vw;
    box-sizing: border-box;
}
.service-rate__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    padding: 36px 40px;
    background: linear-gradient(135deg, #fff 0%, #fdf6ea 100%);
    border-radius: 16px;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, .06),
        0 2px 0 rgba(255, 255, 255, .9) inset;
    overflow: hidden;
}
.service-rate__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--kz-accent, #ff7849) 0%, rgba(255, 120, 73, .5) 100%);
}

.service-rate__head {
    flex: 0 0 auto;
    padding-right: 36px;
    border-right: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-rate__eyebrow {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: .95rem;
    letter-spacing: 0.32em;
    color: var(--kz-accent, #ff7849);
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1;
}
.service-rate__title {
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    line-height: 1.4;
}

.service-rate__items {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    padding-left: 36px;
    align-items: center;
}
.service-rate__item {
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.service-rate__item-label {
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #6b7280;
}
.service-rate__item-price {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    font-weight: 600;
    color: #1f2937;
    line-height: 1;
    letter-spacing: 0.02em;
}
.service-rate__item-price small {
    font-size: .55em;
    font-weight: 500;
    color: #6b7280;
    margin-left: 4px;
    letter-spacing: 0.1em;
}
.service-rate__item-plus {
    font-size: 1.6rem;
    color: var(--kz-accent, #ff7849);
    font-weight: 300;
    align-self: center;
}

.service-rate__note {
    flex: 1 0 100%;
    margin: 22px 0 0;
    padding-top: 22px;
    border-top: 1px dashed rgba(0, 0, 0, .12);
    font-size: .82rem;
    color: #6b7280;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

/* Slim variant for each section (only condition note) */
.service__price.is-note {
    padding: .95em 1.2em .95em 1.3em;
    font-size: .85rem;
    background: rgba(255, 255, 255, .55);
    color: #4b5563;
}
.content_full.service__sec:nth-of-type(even) .service__price.is-note {
    background: rgba(255, 255, 255, .82);
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .service-rate { margin-bottom: 50px; padding: 0 5vw; }
    .service-rate__inner { padding: 26px 24px 26px 28px; }
    .service-rate__head {
        flex: 1 0 100%;
        padding: 0 0 18px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        margin-bottom: 18px;
    }
    .service-rate__items { padding-left: 0; gap: 18px; }
}
@media only screen and (max-width: 485px) {
    .service-rate__item { gap: 8px; }
    .service-rate__item-price { font-size: 1.5rem; }
    .service-rate__item-plus { display: none; }
    .service-rate__note { font-size: .76rem; margin-top: 16px; padding-top: 16px; }
}
/* === Patch v20 END === */

/* =====================================================
   Patch v21 (2026-05-14) — company info stylish refresh
   - replace plain table with card-style definition list
   - phone row emphasized as CTA
   ===================================================== */

.kp-info {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    padding: 56px 56px 48px;
    background: linear-gradient(180deg, #fff 0%, #fdf6ea 100%);
    border-radius: 18px;
    box-shadow:
        0 30px 70px rgba(0, 0, 0, .07),
        0 2px 0 rgba(255, 255, 255, .9) inset;
    overflow: hidden;
}
.kp-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--kz-accent, #ff7849) 0%, rgba(255, 120, 73, .45) 100%);
}

.kp-info__head {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.kp-info__eyebrow {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 1rem;
    letter-spacing: 0.34em;
    color: var(--kz-accent, #ff7849);
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1;
}
.kp-info__title {
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    letter-spacing: 0.12em;
    color: #1f2937;
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
}

.kp-info__list {
    margin: 0;
    padding: 0;
}
.kp-info__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    align-items: baseline;
}
.kp-info__row:last-child { border-bottom: none; }
.kp-info__row dt {
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: #6b7280;
    margin: 0;
    position: relative;
    padding-left: 18px;
}
.kp-info__row dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 1px;
    background: var(--kz-accent, #ff7849);
}
.kp-info__row dd {
    font-size: 1rem;
    color: #1f2937;
    line-height: 1.85;
    margin: 0;
    letter-spacing: 0.04em;
}

/* Phone row CTA */
.kp-info__row.is-phone {
    align-items: center;
}
.kp-info__phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Helvetica Neue', 'Arial', 'Noto Sans JP', sans-serif;
    font-size: clamp(1.7rem, 2.8vw, 2.3rem);
    font-weight: 800;
    color: #1f2937;
    letter-spacing: 0.02em;
    text-decoration: none;
    line-height: 1.2;
    transition: color .25s ease;
}
.kp-info__phone:hover { color: var(--kz-accent, #ff7849); }
.kp-info__phone::before {
    content: 'TEL';
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: .5em;
    letter-spacing: 0.18em;
    color: var(--kz-accent, #ff7849);
    font-weight: 800;
    padding: 4px 10px;
    border: 1px solid currentColor;
    border-radius: 4px;
    line-height: 1.4;
}

.kp-info__note {
    margin: 14px 0 0;
    padding: 12px 16px;
    background: rgba(217, 59, 59, .06);
    border-left: 2px solid rgba(217, 59, 59, .4);
    border-radius: 0 6px 6px 0;
    font-size: .78rem;
    color: #b94545;
    line-height: 1.7;
    list-style: none;
}
.kp-info__note::before {
    content: '※ ';
    font-weight: 700;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .kp-info { padding: 40px 28px 32px; border-radius: 14px; }
    .kp-info__head { margin-bottom: 24px; padding-bottom: 18px; }
    .kp-info__row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 18px 0;
    }
    .kp-info__row dt {
        font-size: .72rem;
        letter-spacing: 0.2em;
        padding-left: 14px;
    }
    .kp-info__row dt::before { width: 6px; }
    .kp-info__row dd { font-size: .95rem; }
    .kp-info__phone { font-size: 1.6rem; gap: 8px; }
}
@media only screen and (max-width: 485px) {
    .kp-info { padding: 32px 20px 26px; }
    .kp-info__phone { font-size: 1.4rem; flex-wrap: wrap; }
}
/* === Patch v21 END === */

/* =====================================================
   Patch v22 (2026-05-14) — contact page stylish refresh
   - markup untouched, CSS-only refresh
   - tel section → card with prominent CTA
   - mail section → refined note box + form
   ===================================================== */

/* Section spacing */
section.content_full.contact_sec,
section.content_full.mail_sec {
    padding: 70px 0;
}
section.content_full.contact_sec .content_inner,
section.content_full.mail_sec .content_inner {
    max-width: 880px !important;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
}

/* Heading refresh */
.post-content .contact_sec h2,
.post-content .mail_sec h2 {
    position: relative;
    font-size: clamp(1.4rem, 2.2vw, 1.85rem) !important;
    letter-spacing: 0.14em;
    color: #1f2937;
    margin: 0 auto 36px !important;
    padding-bottom: 22px !important;
    line-height: 1.4;
    text-align: center;
}
.post-content .contact_sec h2::after,
.post-content .mail_sec h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 56px;
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, var(--kz-accent, #ff7849) 0%, rgba(255, 120, 73, .35) 100%);
    border-radius: 2px;
}

/* Tel card */
.contact_sec .con__inner {
    position: relative;
    margin: 0 auto !important;
    padding: 48px 48px 40px;
    background: linear-gradient(180deg, #fff 0%, #fdf6ea 100%);
    border-radius: 18px;
    box-shadow:
        0 28px 60px rgba(0, 0, 0, .07),
        0 2px 0 rgba(255, 255, 255, .9) inset;
    overflow: hidden;
}
.contact_sec .con__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--kz-accent, #ff7849) 0%, rgba(255, 120, 73, .45) 100%);
}

/* Tel number */
address.con_tel {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    font-family: 'Helvetica Neue', 'Arial', 'Noto Sans JP', sans-serif !important;
    font-size: clamp(1.9rem, 3.6vw, 2.8rem) !important;
    font-weight: 800 !important;
    color: #1f2937 !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 24px !important;
    line-height: 1.15 !important;
    text-align: center;
}
address.con_tel a,
address.con_tel .tel-link {
    color: #1f2937 !important;
    text-decoration: none;
    transition: color .25s ease;
}
address.con_tel a:hover,
address.con_tel:hover .tel-link {
    color: var(--kz-accent, #ff7849) !important;
}
span.con_tel_sub {
    display: inline-block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif !important;
    font-size: .42em !important;
    font-weight: 800 !important;
    letter-spacing: 0.22em !important;
    color: var(--kz-accent, #ff7849) !important;
    padding: 5px 12px !important;
    margin: 0 !important;
    border: 1px solid currentColor;
    border-radius: 4px;
    line-height: 1.3 !important;
    text-transform: uppercase;
    align-self: center;
}

/* Hours rows */
p.con-time {
    display: flex !important;
    align-items: baseline;
    justify-content: center;
    gap: 14px;
    width: 100% !important;
    max-width: 460px;
    margin: 0 auto 8px !important;
    padding: 10px 0;
    font-size: .95rem !important;
    font-weight: 500 !important;
    color: #374151;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}
p.con-time:nth-of-type(2) { border-bottom: none; margin-bottom: 22px !important; }
p.con-time span {
    flex: 0 0 90px;
    font-size: .75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    color: var(--kz-accent, #ff7849) !important;
    margin: 0 !important;
    text-align: left;
}

/* Cautions */
p.con_caution {
    width: 100% !important;
    max-width: 540px;
    margin: 0 auto 6px !important;
    padding: 8px 14px;
    background: rgba(255, 120, 73, .06);
    border-left: 2px solid rgba(255, 120, 73, .4);
    border-radius: 0 6px 6px 0;
    font-size: .82rem !important;
    color: #6b4a3a;
    line-height: 1.7;
    text-align: left;
}
p.con_caution:last-of-type { margin-bottom: 0 !important; }

/* Mail info box */
.mail_info_box {
    position: relative;
    margin: 0 auto 36px !important;
    padding: 28px 30px 24px;
    background: rgba(217, 59, 59, .04);
    border: 1px solid rgba(217, 59, 59, .18);
    border-radius: 14px;
}
.mail_info_box::before {
    content: '!';
    position: absolute;
    top: -14px;
    left: 24px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d93b3b;
    color: #fff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: .9rem;
    font-weight: 800;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(217, 59, 59, .35);
}
.mail_info_box h3 {
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    color: #b94545 !important;
    letter-spacing: 0.04em;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}
.mail_info_box p {
    font-size: .88rem !important;
    line-height: 1.95 !important;
    color: #4b5563 !important;
    margin: 0 !important;
}

/* Form refresh */
.mail_sec .wpcf7 form p {
    font-size: .92rem !important;
    line-height: 1.6 !important;
    margin-bottom: 18px !important;
    color: #1f2937;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: .95rem;
    color: #1f2937;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
    box-sizing: border-box;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: var(--kz-accent, #ff7849) !important;
    box-shadow: 0 0 0 3px rgba(255, 120, 73, .12) !important;
    outline: none;
}
.wpcf7 input.wpcf7-submit {
    background: linear-gradient(135deg, #3eb926 0%, #2f9d1c 100%) !important;
    box-shadow: 0 10px 28px rgba(62, 185, 38, .28) !important;
    border-radius: 999px !important;
    letter-spacing: 0.12em;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease !important;
}
.wpcf7 input.wpcf7-submit:hover {
    background: linear-gradient(135deg, #46cc2c 0%, #36b020 100%) !important;
    box-shadow: 0 14px 34px rgba(62, 185, 38, .38) !important;
    transform: translateY(-2px) !important;
    color: #fff !important;
}
span.required {
    background: var(--kz-accent, #ff7849) !important;
    border-radius: 4px !important;
    letter-spacing: 0.08em;
    padding: 3px 8px !important;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    section.content_full.contact_sec,
    section.content_full.mail_sec { padding: 50px 0; }
    .contact_sec .con__inner { padding: 36px 22px 30px; border-radius: 14px; }
    address.con_tel { gap: 10px; flex-wrap: wrap; }
    p.con-time { font-size: .88rem !important; gap: 10px; }
    p.con-time span { flex: 0 0 76px; font-size: .7rem !important; }
    p.con_caution { font-size: .76rem !important; }
    .mail_info_box { padding: 26px 22px 22px; }
}
@media only screen and (max-width: 485px) {
    .contact_sec .con__inner { padding: 30px 18px 26px; }
    address.con_tel { font-size: 1.55rem !important; }
    span.con_tel_sub { font-size: .58rem !important; }
}
/* === Patch v22 END === */

/* =====================================================
   Patch v23 (2026-05-14) — menu (service) page full redesign
   Mock-faithful: pricing card + contact + 4 category cards
   + promise banner + 6 example cases
   ===================================================== */

:root {
    --kz-green:        #3eb926;
    --kz-green-soft:   #c5e89f;
    --kz-green-pale:   #e8f5d9;
    --kz-green-deep:   #2f9d1c;
    --kz-red:          #e63946;
    --kz-ink:          #1f2937;
    --kz-mute:         #6b7280;
}

/* ---------- HERO (rate + contact) ---------- */
.menu-hero {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 4vw 30px;
    box-sizing: border-box;
}
.menu-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .9fr);
    gap: 60px;
    align-items: start;
}

/* Pricing card */
.menu-rate {
    position: relative;
}
.menu-rate__title {
    display: inline-block;
    padding: 14px 32px;
    border: 2px solid var(--kz-green);
    border-radius: 6px;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    font-weight: 800;
    color: var(--kz-ink);
    letter-spacing: 0.04em;
    margin: 0 0 28px;
    background: #fff;
    line-height: 1.3;
}
.menu-rate__body {
    position: relative;
    padding: 38px 36px 30px;
    background: #fff;
    border-top: 7px solid var(--kz-green-soft);
    border-bottom: 7px solid var(--kz-green-soft);
}
.menu-rate__prices {
    text-align: center;
    max-width: 280px;
}
.menu-rate__row {
    margin: 0;
    line-height: 1.4;
}
.menu-rate__label {
    display: block;
    font-size: .92rem;
    font-weight: 600;
    color: var(--kz-ink);
    margin-bottom: 6px;
}
.menu-rate__price {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--kz-ink);
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}
.menu-rate__price em {
    font-style: normal;
    color: var(--kz-red);
    font-size: 1.55em;
    font-weight: 800;
    margin: 0 2px;
}
.menu-rate__price small {
    font-size: .68rem;
    color: var(--kz-mute);
    margin-left: 4px;
    font-weight: 500;
}
.menu-rate__plus {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--kz-ink);
    margin: 10px 0;
    max-width: 280px;
}
.menu-rate__badge {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--kz-green-soft);
    border-radius: 50%;
    font-weight: 800;
    color: var(--kz-ink);
    font-size: 1rem;
    text-align: center;
    line-height: 1.35;
    box-shadow: 0 4px 14px rgba(62, 185, 38, .18);
}
.menu-rate__note {
    margin: 18px 0 0;
    font-size: .76rem;
    color: var(--kz-mute);
    line-height: 1.85;
    text-align: center;
}

/* Contact */
.menu-contact {
    padding-top: 16px;
    text-align: right;
}
.menu-contact__lead {
    font-size: clamp(.95rem, 1.2vw, 1.1rem);
    line-height: 1.9;
    color: var(--kz-ink);
    margin: 0 0 26px;
    font-weight: 500;
}
.menu-contact__tel {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 1.95rem);
    font-weight: 800;
    color: var(--kz-ink);
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: color .25s ease;
    margin-bottom: 24px;
}
.menu-contact__tel:hover { color: var(--kz-green); }
.menu-contact__tel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 2px solid var(--kz-green);
    border-radius: 50%;
    color: var(--kz-green);
    font-size: 1rem;
}
.menu-contact__brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: 4px 0 0;
}
.menu-contact__brand-jp {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--kz-ink);
    letter-spacing: 0.06em;
}
.menu-contact__brand-en {
    font-size: .72rem;
    color: var(--kz-green);
    letter-spacing: 0.22em;
}

/* ---------- SERVICES section ---------- */
.menu-services {
    max-width: 1180px;
    margin: 30px auto 0;
    padding: 30px 4vw 20px;
    box-sizing: border-box;
}
.menu-services__head {
    text-align: center;
    margin-bottom: 44px;
}
.menu-services__title {
    display: inline-block;
    padding: 22px 56px;
    background: var(--kz-green-soft);
    border-radius: 26px;
    font-size: clamp(1.15rem, 1.9vw, 1.45rem);
    font-weight: 800;
    line-height: 1.55;
    color: var(--kz-ink);
    margin: 0;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 0 rgba(124, 184, 84, .55);
}
.menu-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.menu-card {
    position: relative;
    padding: 22px 22px 24px;
    background: #fff;
    border: 1px solid var(--kz-ink);
    border-radius: 8px;
    box-shadow: 0 4px 0 var(--kz-green);
    transition: transform .3s ease, box-shadow .3s ease;
}
.menu-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 var(--kz-green-deep);
}
.menu-card::before,
.menu-card::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid var(--kz-green);
}
.menu-card::before {
    top: -3px; left: -3px;
    border-right: none; border-bottom: none;
    border-top-left-radius: 6px;
}
.menu-card::after {
    bottom: -3px; right: -3px;
    border-left: none; border-top: none;
    border-bottom-right-radius: 6px;
}
.menu-card__title {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--kz-ink);
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(0, 0, 0, .18);
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-align: center;
}
.menu-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .96rem;
    line-height: 2;
    color: var(--kz-ink);
}
.menu-card__list li {
    position: relative;
    padding-left: 14px;
}
.menu-card__list li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: var(--kz-green);
    font-weight: 700;
}

/* ---------- PROMISE banner ---------- */
.menu-promise {
    max-width: 1100px;
    margin: 56px auto;
    padding: 0 4vw;
    box-sizing: border-box;
}
.menu-promise__text {
    background: linear-gradient(180deg, var(--kz-green-soft) 0%, #a8d97f 100%);
    border-radius: 16px;
    padding: 32px 40px;
    text-align: center;
    font-size: clamp(1.05rem, 1.9vw, 1.4rem);
    font-weight: 800;
    color: var(--kz-ink);
    letter-spacing: 0.05em;
    box-shadow:
        0 6px 0 #7cb854,
        0 22px 38px rgba(124, 184, 84, .25);
    margin: 0;
    line-height: 1.65;
}

/* ---------- CASES ---------- */
.menu-cases {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 4vw 90px;
    box-sizing: border-box;
}
.menu-cases__title {
    text-align: center;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    font-weight: 800;
    color: var(--kz-ink);
    margin: 0 0 44px;
    letter-spacing: 0.06em;
    position: relative;
    padding-bottom: 18px;
}
.menu-cases__title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 140px;
    height: 1px;
    transform: translateX(-50%);
    background: var(--kz-green);
}
.menu-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 40px;
}
.menu-case { text-align: center; padding: 0 6px; }
.menu-case__problem {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--kz-ink);
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed var(--kz-green);
    line-height: 1.6;
    letter-spacing: 0.02em;
}
.menu-case__solution {
    font-size: .92rem;
    color: var(--kz-mute);
    margin: 0;
    line-height: 1.85;
}

/* ---------- Responsive ---------- */
@media only screen and (max-width: 960px) {
    .menu-hero__inner { grid-template-columns: 1fr; gap: 44px; }
    .menu-contact { text-align: center; }
    .menu-services__grid { grid-template-columns: repeat(2, 1fr); gap: 30px 22px; }
    .menu-cases__grid { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 540px) {
    .menu-hero { padding-top: 40px; }
    .menu-rate__body { padding: 30px 22px 26px; }
    .menu-rate__badge {
        position: static;
        transform: none;
        margin: 20px auto 0;
        display: flex;
    }
    .menu-rate__prices, .menu-rate__plus { max-width: 100%; }
    .menu-services__title { padding: 18px 28px; font-size: 1.1rem; }
    .menu-services__grid { grid-template-columns: 1fr; }
    .menu-cases__grid { grid-template-columns: 1fr; gap: 30px; }
    .menu-promise__text { padding: 24px 22px; font-size: 1.02rem; }
}
/* === Patch v23 END === */

/* =====================================================
   Patch v24 (2026-05-19) — service menu page redesign
   Matches front-page tone: navy + orange on cream,
   Noto Serif JP for display, Noto Sans JP for body.
   Targets .kz-menu-* markup from the fixed page.
   ===================================================== */

.kz-menu {
    --kzm-navy: #0e2a47;
    --kzm-navy-deep: #081a30;
    --kzm-blue: #1e4d8c;
    --kzm-blue-soft: #e6eef7;
    --kzm-accent: #ff7849;
    --kzm-accent-deep: #e85d2c;
    --kzm-cream: #faf8f4;
    --kzm-bg: #f6f4ef;
    --kzm-text: #2a2f3a;
    --kzm-muted: #6b7280;
    --kzm-line: #e6e3dc;
    --kzm-sans: "Noto Sans JP","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",Meiryo,sans-serif;
    --kzm-serif: "Noto Serif JP","Hiragino Mincho ProN","Yu Mincho",serif;
    --kzm-shadow-sm: 0 2px 8px rgba(14,42,71,.06);
    --kzm-shadow-md: 0 12px 32px -12px rgba(14,42,71,.16), 0 4px 12px rgba(14,42,71,.06);
    --kzm-shadow-lg: 0 30px 60px -20px rgba(14,42,71,.22), 0 8px 24px rgba(14,42,71,.08);
    --kzm-radius: 14px;
    --kzm-radius-lg: 22px;

    font-family: var(--kzm-sans);
    color: var(--kzm-text);
    line-height: 1.85;
    letter-spacing: 0.04em;
    background: var(--kzm-bg);
    padding: 0 0 80px;
}

.kz-menu * { box-sizing: border-box; }
.kz-menu ul { list-style: none; margin: 0; padding: 0; }
.kz-menu p { margin: 0; }
.kz-menu a { color: inherit; text-decoration: none; transition: opacity .3s ease, color .3s ease, background-color .3s ease, transform .3s ease; }

/* ---------- shared ---------- */
.kz-menu-eyebrow {
    font-family: var(--kzm-sans);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--kzm-accent);
    margin: 0 0 14px;
}

.kz-menu-section-head {
    text-align: center;
    margin: 0 auto 56px;
}
.kz-menu-section-head .kz-menu-eyebrow { margin-bottom: 10px; }

.kz-menu-section-title {
    font-family: var(--kzm-serif);
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 600;
    color: var(--kzm-navy);
    letter-spacing: 0.14em;
    line-height: 1.5;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}
.kz-menu-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 44px;
    height: 2px;
    background: var(--kzm-accent);
    transform: translateX(-50%);
}

/* ---------- HERO ---------- */
.kz-menu-hero {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 5vw 60px;
    position: relative;
}
.kz-menu-hero__title {
    font-family: var(--kzm-serif);
    font-size: clamp(1.7rem, 3.4vw, 2.7rem);
    font-weight: 600;
    color: var(--kzm-navy);
    letter-spacing: 0.12em;
    line-height: 1.6;
    margin: 0 0 50px;
}
.kz-menu-hero__title em {
    font-style: normal;
    color: var(--kzm-accent);
    display: inline-block;
    position: relative;
}
.kz-menu-hero__title em::after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: -.18em;
    height: 3px;
    background: linear-gradient(90deg, var(--kzm-accent), var(--kzm-accent-deep));
    border-radius: 2px;
}

.kz-menu-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 56px;
    align-items: start;
}

.kz-menu-hero__lead {
    font-size: 1rem;
    line-height: 2.1;
    color: var(--kzm-text);
}

/* Rate card */
.kz-menu-rate {
    background: #ffffff;
    border-radius: var(--kzm-radius-lg);
    padding: 34px 36px 30px;
    box-shadow: var(--kzm-shadow-md);
    border: 1px solid var(--kzm-line);
    position: relative;
}
.kz-menu-rate::before {
    content: "";
    position: absolute;
    top: -1px; left: -1px; right: -1px;
    height: 4px;
    background: linear-gradient(90deg, var(--kzm-navy) 0%, var(--kzm-blue) 50%, var(--kzm-accent) 100%);
    border-radius: var(--kzm-radius-lg) var(--kzm-radius-lg) 0 0;
}
.kz-menu-rate__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}
.kz-menu-rate__label {
    font-family: var(--kzm-serif);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--kzm-navy);
    letter-spacing: 0.18em;
}
.kz-menu-rate__free {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: #fff;
    background: var(--kzm-accent);
    padding: 6px 14px;
    border-radius: 999px;
}
.kz-menu-rate__items {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    padding: 18px 0 16px;
    border-top: 1px dashed var(--kzm-line);
    border-bottom: 1px dashed var(--kzm-line);
}
.kz-menu-rate__item { text-align: center; }
.kz-menu-rate__cat {
    font-size: .82rem;
    font-weight: 600;
    color: var(--kzm-muted);
    letter-spacing: 0.18em;
    margin: 0 0 6px;
}
.kz-menu-rate__num {
    font-family: var(--kzm-serif);
    font-size: clamp(1.4rem, 2.4vw, 1.8rem);
    font-weight: 700;
    color: var(--kzm-navy);
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0;
}
.kz-menu-rate__num small {
    display: inline-block;
    font-family: var(--kzm-sans);
    font-size: .68rem;
    font-weight: 600;
    color: var(--kzm-muted);
    letter-spacing: 0.12em;
    margin-left: 4px;
}
.kz-menu-rate__plus {
    font-family: var(--kzm-serif);
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--kzm-accent);
    line-height: 1;
}
.kz-menu-rate__note {
    font-size: .78rem;
    line-height: 1.85;
    color: var(--kzm-muted);
    margin: 16px 0 0;
}

/* Hero CTA */
.kz-menu-hero__cta {
    margin: 60px auto 0;
    max-width: 720px;
    text-align: center;
    background: linear-gradient(135deg, var(--kzm-navy) 0%, var(--kzm-navy-deep) 100%);
    color: #fff;
    border-radius: var(--kzm-radius-lg);
    padding: 30px 34px 32px;
    box-shadow: var(--kzm-shadow-lg);
    position: relative;
    overflow: hidden;
}
.kz-menu-hero__cta::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,120,73,.25), transparent 70%);
}
.kz-menu-hero__cta-label {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 0.32em;
    color: var(--kzm-accent);
    margin: 0 0 6px;
}
.kz-menu-hero__cta-text {
    font-family: var(--kzm-serif);
    font-size: .95rem;
    letter-spacing: 0.14em;
    margin: 0 0 10px;
    color: #f6efe7;
}
.kz-menu .kz-menu-hero__cta-tel,
.kz-menu .kz-menu-hero__cta-tel[href^='tel:'] {
    display: inline-block;
    font-family: var(--kzm-serif);
    font-size: clamp(1.8rem, 4.2vw, 2.6rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.kz-menu-hero__cta-tel::before {
    content: "\260E";
    margin-right: 12px;
    color: var(--kzm-accent);
    font-size: .85em;
}
.kz-menu-hero__cta-tel:hover { opacity: .85; }

/* ---------- SERVICES ---------- */
.kz-menu-services {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 5vw 60px;
}
.kz-menu-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.kz-menu-cat {
    background: #fff;
    border: 1px solid var(--kzm-line);
    border-radius: var(--kzm-radius);
    padding: 30px 26px 28px;
    box-shadow: var(--kzm-shadow-sm);
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease;
    overflow: hidden;
}
.kz-menu-cat::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: var(--kzm-blue);
    opacity: .9;
}
.kz-menu-cat:hover {
    transform: translateY(-4px);
    box-shadow: var(--kzm-shadow-md);
}
.kz-menu-cat__num {
    font-family: var(--kzm-sans);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--kzm-accent);
    margin: 0 0 10px;
    text-transform: uppercase;
}
.kz-menu-cat__title {
    font-family: var(--kzm-serif);
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--kzm-navy);
    letter-spacing: 0.08em;
    line-height: 1.55;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--kzm-line);
}
.kz-menu-cat__list {
    margin: 0;
    padding: 0;
}
.kz-menu-cat__list li {
    font-size: .92rem;
    line-height: 1.85;
    color: var(--kzm-text);
    padding: 6px 0 6px 18px;
    position: relative;
}
.kz-menu-cat__list li::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--kzm-accent);
}
.kz-menu-cat--featured {
    background: #fff;
    border-color: var(--kzm-line);
    color: var(--kzm-text);
}
.kz-menu-cat--featured::before { background: var(--kzm-blue); height: 3px; }
.kz-menu-cat--featured .kz-menu-cat__num { color: var(--kzm-accent); }
.kz-menu-cat--featured .kz-menu-cat__title {
    color: var(--kzm-navy);
    border-bottom-color: var(--kzm-line);
}
.kz-menu-cat--featured .kz-menu-cat__list li { color: var(--kzm-text); }
.kz-menu-cat--featured .kz-menu-cat__list li::before { background: var(--kzm-accent); }

/* ---------- PROMISE ---------- */
.kz-menu-promise {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 5vw;
    text-align: center;
}
.kz-menu-promise__quote {
    font-family: var(--kzm-serif);
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    font-weight: 600;
    color: var(--kzm-navy);
    letter-spacing: 0.16em;
    line-height: 2;
    margin: 0 0 16px;
    padding: 38px 30px;
    background: #fff;
    border-radius: var(--kzm-radius);
    border-left: 4px solid var(--kzm-accent);
    border-right: 4px solid var(--kzm-accent);
    box-shadow: var(--kzm-shadow-sm);
    position: relative;
}
.kz-menu-promise__quote::before,
.kz-menu-promise__quote::after {
    font-family: var(--kzm-serif);
    color: var(--kzm-accent);
    opacity: .55;
    font-size: 2.4em;
    line-height: 0;
    position: absolute;
}
.kz-menu-promise__quote::before { content: "\201C"; top: 28px; left: 20px; }
.kz-menu-promise__quote::after { content: "\201D"; bottom: 6px; right: 20px; }
.kz-menu-promise__sig {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: 0.32em;
    color: var(--kzm-muted);
    margin: 18px 0 0;
}

/* ---------- CASES ---------- */
.kz-menu-cases {
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 5vw 60px;
}
.kz-menu-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.kz-menu-case {
    background: #fff;
    border: 1px solid var(--kzm-line);
    border-radius: var(--kzm-radius);
    padding: 28px 26px 26px;
    box-shadow: var(--kzm-shadow-sm);
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease;
}
.kz-menu-case:hover {
    transform: translateY(-3px);
    box-shadow: var(--kzm-shadow-md);
}
.kz-menu-case__num {
    display: inline-block;
    font-family: var(--kzm-sans);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    color: #fff;
    background: var(--kzm-navy);
    padding: 5px 12px;
    border-radius: 4px;
    margin: 0 0 16px;
}
.kz-menu-case__problem {
    font-family: var(--kzm-serif);
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--kzm-navy);
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed var(--kzm-line);
    position: relative;
    padding-left: 26px;
}
.kz-menu-case__problem::before {
    content: "Q.";
    position: absolute;
    left: 0; top: 0;
    font-family: var(--kzm-serif);
    font-weight: 700;
    color: var(--kzm-accent);
}
.kz-menu-case__solution {
    font-size: .9rem;
    line-height: 1.9;
    color: var(--kzm-text);
    margin: 0;
    padding-left: 26px;
    position: relative;
}
.kz-menu-case__solution::before {
    content: "A.";
    position: absolute;
    left: 0; top: 0;
    font-family: var(--kzm-serif);
    font-weight: 700;
    color: var(--kzm-blue);
}

/* ---------- FINAL CTA ---------- */
.kz-menu-cta {
    max-width: 980px;
    margin: 30px auto 0;
    padding: 50px 5vw 48px;
    text-align: center;
    background: linear-gradient(135deg, #fff 0%, var(--kzm-cream) 100%);
    border: 1px solid var(--kzm-line);
    border-radius: var(--kzm-radius-lg);
    position: relative;
    overflow: hidden;
}
.kz-menu-cta::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--kzm-navy), var(--kzm-accent));
}
.kz-menu-cta__title {
    font-family: var(--kzm-serif);
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
    font-weight: 700;
    color: var(--kzm-navy);
    letter-spacing: 0.14em;
    margin: 0 0 22px;
}
.kz-menu-cta__tel {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 16px 32px;
    background: linear-gradient(135deg, var(--kzm-accent) 0%, var(--kzm-accent-deep) 100%);
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 14px 30px -10px rgba(232,93,44,.6);
    transition: transform .3s ease, box-shadow .3s ease;
}
.kz-menu-cta__tel:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -10px rgba(232,93,44,.7);
}
.kz-menu-cta__tel-pill {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    padding: 4px 6px 4px 10px;
    border-radius: 4px;
}
.kz-menu-cta__tel-num {
    font-family: var(--kzm-serif);
    font-size: clamp(1.5rem, 3.4vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.06em;
}
.kz-menu-cta__sub {
    font-size: .82rem;
    letter-spacing: 0.12em;
    color: var(--kzm-muted);
    margin: 20px 0 0;
}

/* ---------- Responsive ---------- */
@media only screen and (max-width: 960px) {
    .kz-menu-hero__grid { grid-template-columns: 1fr; gap: 40px; }
    .kz-menu-services__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .kz-menu-cases__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media only screen and (max-width: 600px) {
    .kz-menu-hero { padding: 50px 5vw 40px; }
    .kz-menu-hero__title { margin-bottom: 36px; letter-spacing: 0.08em; }
    .kz-menu-hero__cta { padding: 26px 22px 28px; margin-top: 44px; }
    .kz-menu-rate { padding: 28px 22px 26px; }
    .kz-menu-rate__items { grid-template-columns: 1fr; gap: 14px; padding: 18px 0; }
    .kz-menu-rate__plus { font-size: 1.3rem; }
    .kz-menu-services { padding: 50px 5vw 30px; }
    .kz-menu-services__grid { grid-template-columns: 1fr; gap: 18px; }
    .kz-menu-cases { padding: 50px 5vw 30px; }
    .kz-menu-cases__grid { grid-template-columns: 1fr; gap: 18px; }
    .kz-menu-promise__quote { padding: 32px 24px; letter-spacing: 0.1em; }
    .kz-menu-cta { padding: 40px 5vw 38px; }
    .kz-menu-cta__tel { gap: 8px; padding: 14px 20px; }
    .kz-menu-cta__tel-pill { font-size: .95rem; letter-spacing: 0.18em; }
    .kz-menu-cta__tel-num { font-size: 1.45rem; letter-spacing: 0.04em; }
}
/* === Instagram DM Section === */
.insta_sec .con__inner { text-align: center; }
.insta_sec .con-insta-lead {
    font-size: .95rem;
    line-height: 1.85;
    letter-spacing: 0.06em;
    color: #555;
    margin: 0 0 24px;
}
.insta_sec .con-insta-btn {
    margin: 0 0 18px;
    text-align: center;
}
.insta_sec .con-insta-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    border-radius: 999px;
    box-shadow: 0 14px 30px -12px rgba(220,39,67,.55);
    transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
}
.insta_sec .con-insta-btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -12px rgba(220,39,67,.65);
    color: #fff;
    opacity: .95;
}
.insta_sec .con-insta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.insta_sec .con-insta-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}
.insta_sec .con-insta-label {
    line-height: 1;
}
@media only screen and (max-width: 600px) {
    .insta_sec .con-insta-btn a {
        gap: 10px;
        padding: 14px 22px;
        font-size: .95rem;
        letter-spacing: 0.06em;
    }
    .insta_sec .con-insta-icon svg { width: 20px; height: 20px; }
}
/* === Instagram DM Section END === */

/* === Patch v24 END === */

.global-nav > ul > li > a span{
    position: relative;
    text-align: center;
    display: block;
    bottom: 27px;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: rgb(100, 100, 100);
    font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
ul.footer-menu-list li a span{
    display: none;
}

#infinitescroll{
    margin-bottom: 5em;
}

.content_full.insta_sec .content_inner{
    padding-top: 0;
    padding-bottom: 0;
}
.content_full.mail_sec .content_inner{
    padding-top: 0;
}

/* === LINE Section === */
.line_sec .con__inner { text-align: center; }
.line_sec .con-line-lead {
    font-size: .95rem;
    line-height: 1.85;
    letter-spacing: 0.06em;
    color: #555;
    margin: 0 0 24px;
}
.line_sec .con-line-btn {
    margin: 0 0 18px;
    text-align: center;
}
.line_sec .con-line-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #06C755;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    border-radius: 999px;
    box-shadow: 0 14px 30px -12px rgba(6,199,85,.55);
    transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
}
.line_sec .con-line-btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -12px rgba(6,199,85,.65);
    color: #fff;
    opacity: .95;
}
.line_sec .con-line-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.line_sec .con-line-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}
.line_sec .con-line-label {
    line-height: 1;
}
@media only screen and (max-width: 600px) {
    .line_sec .con-line-btn a {
        gap: 10px;
        padding: 14px 22px;
        font-size: .95rem;
        letter-spacing: 0.06em;
    }
    .line_sec .con-line-icon svg { width: 20px; height: 20px; }
}
.content_full.line_sec .content_inner{
    padding-top: 0;
    padding-bottom: 0;
}
/* === LINE Section END === */