@charset "utf-8";
/*
Theme Name: lifeservice-solar.jp
Theme URI: https://lifeservice-solar.jp/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/

/* YUI fonts.css - font size設定
----------------------------------------------------------- */
@import url("css/cssfonts-min.css");

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("css/default.css");

/* all style
----------------------------------------------------------- */
@import url("css/style.css");
@import url("setting.css");

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-width: 1100px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100% !important;
    color: var(--body-text-color);
    background: var(--bg-color);
    overflow-wrap: anywhere;
    /* word-break: normal; */
    word-break: break-all;
    line-break: strict;
    font-family: "YakuHanJP", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "IBMPlexSansJP", "YuGothic", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

body.iframe {
    min-width: 0;
}

a {
    color: var(--main-color01);
    text-decoration: none;
    transition: ss;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

figure {
    margin-bottom: 0;
}

em {
    font-weight: bold;
    font-style: normal;
}

time {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.wide_lg {
    max-width: 1600px;
    margin: 0 auto;
}

.wide {
    max-width: 1200px;
    margin: 0 auto;
}

.spblock,
.spinline,
.sptr {
    display: none;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.en {
    font-family: var(--en-font-family);
    font-weight: 700 !important;
    text-transform: capitalize;
}

.tel {
    display: flex;
    flex-direction: column;
}

.tel i[class*='fa-'] {
    font-size: 35px;
    margin-right: 0.25em;
    vertical-align: 1px;
}

.tel .tel-link {
    font-family: var(--en-font-family);
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-left: 5px;
    color: var(--body-text-color);
}

.tel .tel-link a {
    color: var(--body-text-color);
}

.tel .tel-open {
    font-size: 12px;
    font-family: var(--base-font-family);
    font-weight: 500;
    margin-top: -5px;
}

/* -----------------------------------------------------------
    common
----------------------------------------------------------- */
.non-register {
    padding: 50px;
    text-align: center;
}

/* -----------------------------------------------------------
    box
----------------------------------------------------------- */
.box_border01 {
    background: var(--white);
    border: 2px solid var(--main-color01);
    border-radius: 6px;
    padding: 60px;
}

.box_border01 > .tl_border02 {
    padding-top: 0;
}

/* -----------------------------------------------------------
    title
----------------------------------------------------------- */
.tl_popup01 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    ;
}

.tl_popup01 small {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color01);
    font-family: var(--en-font-family);
    margin-bottom: 5px;
}

.tl_popup01 small::before,
.tl_popup01 small::after {
    content: "|";
    font-family: var(--en-font-family);
    font-size: 14px;
    display: inline-block;
}

.tl_popup01 small::before {
    transform: skew(20deg) translateY(-0%);
    padding-right: 20px;
}

.tl_popup01 small::after {
    transform: skew(-20deg) translateY(-0%);
    padding-left: 20px;
}

.tl_popup01 .balloon01 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 102px;
    box-sizing: border-box;
    padding-bottom: 5px;
    inset: 15px auto 0 -0.5em;
    margin: auto;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.08;
    pointer-events: none;
    transform: translate(-100%, -50%);
    z-index: 1;
}

.tl_popup01 .balloon01::before {
    content: "";
    position: absolute;
    background: var(--main-color02);
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
    --mask: url(./img/svg_balloon10.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
    z-index: -1;
}

.tl_border01 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    margin-bottom: 60px;
    /* padding: 30px 25px; */
    padding: 0.833em 0.694em;
}

.tl_border02 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 40px;
}

.tl_border03 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 40px;
    position: relative;
}

.tl_border03 small {
    font-size: 0.73em;
    font-weight: 700;
    display: block;
}

.tl_border03::before {
    display: block;
    position: absolute;
    inset: auto 0 0;
    margin: 0 auto;
    content: "";
    background: var(--main-color01);
    width: 50px;
    height: 7px;
    pointer-events: none;
}

.tl_bar01 {
    font-size: 30px;
    font-weight: 700;
    border-left: 7px solid var(--main-color01);
    padding: 0.166em 0 0.233em 1.233em;
    box-sizing: border-box;
    line-height: 1.25;
    margin: 40px 0;
}

/* .tl_bar02 {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 20px 20px 65px;
    position: relative;
    border-bottom: 1px solid var(--sub-color02);
}

.tl_bar02::before {
    position: absolute;
    display: block;
    content: "";
    inset: 0 auto 0 20px;
    margin: auto 0;
    background: var(--sub-color01);
    width: 20px;
    height: 5px;
} */

.cats .cat {
    font-size: 14px;
    color: var(--body-text-color);
    background: var(--sub-color02);
    padding: 7px 15px 8px;
    line-height: 1;
    transition: 0.3s ease;
}

.cats .cat:hover {
    opacity: 0.7;
}

.categories {
    position: relative;
}

.categories:not(.flatCategories) {
    /* margin-top: -25px; */
    padding: 0 40px 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.categories::before {
    position: absolute;
    inset: auto -100% 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 200vw;
    height: 1px;
    background: var(--border-color);
}

.categories:not(.flatCategories) .cats .cat {
    border: 1px solid currentColor;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px 12px;
    line-height: 1;
    text-align: center;
    min-width: 160px;
    box-sizing: border-box;
    margin: 10px 20px;
    transition: 0.3s ease;
}

.categories:not(.flatCategories) .cats .cat:hover,
.categories:not(.flatCategories) .cats .cat.active {
    color: var(--white) !important;
    background: var(--main-color01);
    border-color: transparent;
}

/* .flatCategories */
.categories.flatCategories .cats {
    display: flex;
    gap: 0;
    justify-content: stretch;
    width: 100%;
}

.categories.flatCategories .cats .cat {
    display: block;
    margin: 0 !important;
    flex-grow: 1;
    padding: 20px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    background: transparent;
    transition: 0.3s ease;
}

.categories.flatCategories .cats .cat.active,
.categories.flatCategories .cats .cat:hover {
    background: transparent !important;
    color: var(--main-color01) !important;
    opacity: 1 !important;
}

.categories.flatCategories .cats .cat.active::after,
.categories.flatCategories .cats .cat:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--main-color01);
    pointer-events: none;
    /* z-index: -1; */
}

/* -----------------------------------------------------------
    list
----------------------------------------------------------- */
.lst_checkbox01 {
    display: block;
    margin: 0;
    padding: 0;
}

.lst_checkbox01 li {
    padding-left: 30px;
    padding-right: 1em;
    padding-bottom: 2px;
    position: relative;
}

.lst_checkbox01 li::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    inset: 0.2em auto auto 0;
    margin: 0;
    background: var(--main-color01);
    --mask: url(./img/svg_check01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.lst_number01 {
    counter-reset: list-item !important;
    line-height: 2;
    margin: 1rem 0;
}

.lst_number01 li {
    counter-increment: list-item;
    margin-left: 2rem;
    margin-bottom: 1rem;
    padding-left: 0 !important;
}

.lst_number01 li::marker {
    content: counter(list-item) '.    ';
}

.lst_number01 li::before,
.lst_number01 li::after {
    display: none !important;
}

.lst01 li {
    list-style: none;
    line-height: 2;
    padding-left: 1em;
    position: relative;
}

.lst01 li::before {
    content: '';
    display: block;
    left: 0.5em;
    top: 1em;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: currentColor;
    position: absolute;
    transform: translate(-50%, -50%);
}

.lst_img02 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 10px;
}

.lst_img02 > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.lst_img02 > * img {
    display: block;
    border: 1px solid var(--border-color);
    width: 300px;
}



/* -----------------------------------------------------------
    table
----------------------------------------------------------- */
table {
    width: 100%;
}

th {
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
}

th, td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
td > p:last-of-type{
    margin-bottom: 0;
}
.tbl01 th,
.tbl01 td {
    border: 1px solid var(--border-color);
}

.tbl01 td {
    background: var(--white);
}

.tbl01 td a {
    text-decoration: underline;
    text-underline-offset: 8px;
    transition: 0.3s ease;
}

/* -----------------------------------------------------------
    button
----------------------------------------------------------- */
a.btn, .btn a {
    display: block;
    background: var(--main-color01);
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 700;
    min-width: 200px;
    width: fit-content;
    outline: 2px solid transparent;
    box-sizing: border-box;
    margin: 20px 20px 20px 0;
    padding: 13px 40px 13px 20px;
    line-height: 1.5;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 3px #54b113;
    transition: 0.3s ease;
}

/* a.btn.btn_md,
.btn.btn_md a {
    font-size: 16px;
    border-radius: 25px;
    min-width: 280px;
    padding: 20px 45px 19px 35px;
} */

a.btn::before,
.btn a::before {
    position: absolute;
    inset: 0 15px 0 auto;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 13px;
    background-color: currentColor;
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

/* a.btn.btn_md::before,
.btn.btn_md a::before {
    inset: 0 25px 0 auto;
} */

a.btn:hover, .btn a:hover {
    color: var(--main-color01) !important;
    background-color: var(--white);
    outline: 2px solid var(--main-color01);
    box-shadow: 0 3px transparent;
    opacity: 1 !important;
}

.textLeft.btn a,
.textLeft a.btn {
    margin-right: auto;
}

.textCenter.btn a,
.textCenter a.btn {
    margin-left: auto;
    margin-right: auto;
}

.textRight.btn a,
.textRight a.btn {
    margin-left: auto;
}

a.btn_outline,
.btn_outline a,
.btn_outline span {
    display: block;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 45px 12px 30px;
    line-height: 1;
    color: var(--main-color01);
    background: var(--white);
    border: 2px solid currentColor;
    width: fit-content;
    min-width: 220px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

a.btn_outline.btn_outline02,
.btn_outline.btn_outline02 a,
.btn_outline.btn_outline02 span {
    border-color: var(--body-text-color);
    ;
    color: var(--body-text-color);
    background: var(-white);
}

.btn_outline span {
    min-width: 180px;
}

a.btn_outline::before,
.btn_outline a::before,
.btn_outline span::before {
    position: absolute;
    inset: 0 15px 0 auto;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 13px;
    background-color: currentColor;
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.textLeft.btn_outline a,
.textLeft a.btn_outline,
.textLeft .btn_outline span {
    margin-right: auto;
}

.textCenter.btn_outline a,
.textCenter a.btn_outline,
.textCenter.btn_outline span {
    margin-left: auto;
    margin-right: auto;
}

.textRight.btn_outline a,
.textRight a.btn_outline,
.textRight .btn_outline a {
    margin-left: auto;
}

a.btn_outline:hover,
.btn_outline a:hover,
a:hover .btn_outline span,
li:has(a) a:hover ~ a:not(.cat) .btn_outline span {
    border-color: var(--main-color01) !important;
    color: var(--white);
    background: var(--main-color01);
    opacity: 1 !important;
}

.btn_ico {
    display: block;
    background: var(--main-color01);
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    outline: 2px solid transparent;
    box-sizing: border-box;
    margin: 20px 20px 20px 0;
    padding: 17px 0 17px 65px;
    /* align-items: center; */
    line-height: 1;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 3px #54b113;
    transition: 0.3s ease;
}
.btn_ico.ico_file01 {
    background: var(--main-color02);
    box-shadow: 0 3px #ef9200;
}

.btn_ico::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
    background-color: currentColor;
}

.btn_ico.ico_mail01::before,
span[class='ico_mail01']::before {
    /* width: 23px;
    height: 16px; */
    width: 1.4375em;
    height: 1em;
    --mask: url(./img/svg_mail01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.btn_ico.ico_file01::before,
span[class='ico_file01']::before {
    /* width: 16px;
    height: 21px; */
    width: 1em;
    height: 1.3125em;
    --mask: url(./img/svg_file01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.btn_ico.ico_fdl01::before,
span[class='ico_fdl01']::before {
    /* width: 28px;
    height: 13.75px; */
    /* width: 1.75em;
    height: 0.86em; */
    width: 2.275em;
    height: 1.118em;
    --mask: url(./img/svg_fdl01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.btn_ico.ico_tel01::before,
span[class='ico_tel01']::before {
    width: 1.58125em;
    height: 1.58125em;
    --mask: url(./img/svg_tel01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.btn_ico:hover {
    color: var(--main-color01) !important;
    background: var(--white) !important;
    outline: 2px solid currentColor;
    /* padding-bottom: 20px; */
    box-shadow: 0 3px transparent;
    opacity: 1 !important;
}
.btn_ico.ico_file01:hover {
    color: var(--main-color02) !important;
    background: var(--white) !important;
    outline: 2px solid currentColor;
    box-shadow: 0 3px transparent;
    opacity: 1 !important;
}

.btn_ico small {
    display: block;
    background: var(--sub-color04);
    color: var(--white);
    border: 2px solid var(--sub-color04);
    font-size: 14px;
    font-weight: 700;
    padding: 2px 12px 4px;
    margin-bottom: 10px;
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-50%);
    line-height: 1;
    /* width: 100%; */
    box-sizing: border-box;
    text-align: center;
    pointer-events: none;
}

.btn_ico small::before,
.btn_ico small::after {
    content: "";
    position: absolute;
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: 0;
}

.btn_ico small::before {
    border-top: var(--sub-color04) 11px solid;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
}

.btn_ico small::after {
    border-top: var(--sub-color04) 9px solid;
    border-left: transparent 3px solid;
    border-right: transparent 3px solid;
}

.btn_ico img {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto 0;
}

/*----- .cats -----*/
.cats {
    display: block;
    margin: 10px -10px 0 0;
}

.cats .cat {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background: var(--sub-color02);
    margin: 0 10px 5px 0;
    padding: 7px 20px 8px;
    color: var(--body-text-color) !important;
}

/*----- other -----*/
.formBoxNotes {
    padding-left: 1em;
    text-indent: -1em;
}

/* -----------------------------------------------------------
    .wp-pagenavi
----------------------------------------------------------- */
.wp-pagenavi {
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

.wp-pagenavi .pages {
    border: 0;
}

.wp-pagenavi a {
    text-decoration: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border: 0;
    color: var(--button-color) !important;
    background: var(--white);
    padding: 10px 5px 10px;
    line-height: 1;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    min-width: 2.1875em;
    box-sizing: border-box;
}

.wp-pagenavi span.extend {
    background: transparent !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: var(--button-color);
    color: var(--white) !important;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    position: relative;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wp-pagenavi a.previouspostslink {
    padding-left: 60px;
    padding-right: 25px;
    margin-right: 50px;
    order: -1;
}

.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
    position: absolute;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 13px;
    background-color: currentColor;
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.wp-pagenavi a.previouspostslink::after {
    inset: 0 auto 0 25px;
    transform: scaleX(-1);
}

.wp-pagenavi a.nextpostslink {
    padding-left: 25px;
    padding-right: 60px;
    margin-left: 50px;
    order: 999;
}

.wp-pagenavi a.nextpostslink::after {
    inset: 0 25px 0 auto;
}

/* -----------------------------------------------------------
    .pagenavi
----------------------------------------------------------- */
.pagenavi {
    clear: both;
    width: 100%;
    max-width: 1200px;
    margin: 80px 0;
}

.pagenavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 640px;
}

.pagenavi ul li {
    flex: 1;
    display: block;
    /* width: 33.3%; */
    padding: 0 !important;
    margin-bottom: 0;
}

.pagenavi ul li:before {
    content: none;
}

.pagenavi ul li a {
    display: block;
    border: 0;
    color: var(--button-color) !important;
    background: var(--white);
    padding: 6px 20px;
    line-height: 1;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    min-width: 2.1875em;
    box-sizing: border-box;
}

.pagenavi ul li.list a {
    width: fit-content;
    margin: 0 auto;
}

.pagenavi ul li.list a i[class^='fa'] {
    margin-right: 1em;
    font-size: 1.4em;
    vertical-align: middle;
}

.pagenavi ul li.list a:hover {
    color: var(--white) !important;
    background: var(--button-color);
}

.pagenavi ul li.next a,
.pagenavi ul li.prev a {
    width: fit-content;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 11px;
}

.pagenavi ul li.prev {
    text-align: left;
}

.pagenavi ul li.next a {
    position: relative;
    margin: 0 auto 0 50px;
    padding-left: 25px;
    padding-right: 40px;
    text-align: left;
}

.pagenavi ul li.prev a {
    position: relative;
    margin: 0 50px 0 auto;
    padding-left: 40px;
    padding-right: 25px;
    text-align: right;
}

.pagenavi ul li.next a::before {
    position: absolute;
    inset: 0 15px 0 auto;
    margin: auto 0;
    content: "";
    /* width: 10px;
    height: 16px; */
    width: 17px;
    height: 12px;
    background-color: currentColor;
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.pagenavi ul li.prev a::after {
    position: absolute;
    inset: 0 auto 0 15px;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 12px;
    background-color: currentColor;
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
    transform: scaleX(-1);
}

.pagenavi ul li.prev a i {
    margin-right: 1.0rem;
}

.pagenavi ul li.next {
    text-align: right;
}

.pagenavi ul li.next a i {
    margin-left: 1.0rem;
}

.pagenavi ul li.next a:hover,
.pagenavi ul li.prev a:hover {
    background: var(--button-color);
    color: var(--white) !important;
}

.pagenavi ul li.list {
    text-align: center;
}

/* -----------------------------------------------------------
    background
----------------------------------------------------------- */
.bg_pattern01 {
    position: relative;
}

.bg_pattern01::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 600px;
    max-height: 70%;
    background: center top url(img/bg_pattern01.png) repeat-x;
}

.bg_pattern02 {
    --c01: #f5f3d8;
    --c02: #fefcda;
    /* --c01: red; */
    --img: var(--c01) 0, var(--c01) 2px, transparent 2px, transparent 10px;
    background-image:
        repeating-linear-gradient(0deg, var(--img)),
        repeating-linear-gradient(90deg, var(--img));
    background-color: var(--c02);
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
    background: var(--bg-color);
    position: relative;
    z-index: 101;
}

header .wide_lg {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

header > .wide_lg {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

@media screen and (max-width : 1280px) {
    header > .wide_lg {
        padding: 0;
    }
}

header .wide_lg .boxL {
    display: flex;
    align-items: flex-end;
    height: fit-content;
    margin: auto 0;
    gap: 20px;
}

header a.htxt,
header .htxt a,
header h1.htxt a {
    padding: 5px 0;
    color: var(--black);
    transition: 0.3s ease;
}

header a.htxt:hover,
header .htxt a:hover,
header h1.htxt a:hover {
    color: var(--main-color01);
}

header h1.htxt,
header .htxt h1,
header .htxt a,
header .htxt p {
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width : 1499px) {
    header .wide_lg .boxL {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-left: 20px;
    }
}

header .htxt p strong {
    font-weight: 500;
}

header .hdrLogo {
    width: 351px;
}

header .hdrLogo img {
    display: block;
    width: 100%;
    height: auto;
}

header .boxR {
    /* text-align: right; */
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

header .hdrTelContact {
    display: flex;
    align-items: center;
}

header .hdrTelContact a {
    transition: 0.3s ease;
}

header .hdrTelContact a:hover {
    opacity: 0.7;
}

header .hdrTelContact > * {
    /* padding: 20px; */
    color: var(--white);
    line-height: 1;
}

header .hdrTel {
    display: flex;
    align-items: center;
}

header .hdrTel .tel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
    color: var(--black);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

@media screen and (max-width : 1440px) {
    header .hdrTel .tel {
        flex-direction: column;
        gap: 5px;
    }
}

header .hdrTel .tel i[class*="fa-"] {
    font-size: 27px;
    margin-right: 0.25em;
}

header .hdrTel .tel-link {
    font-size: 32px;
    font-weight: 700;
    color: var(--body-text-color);
    letter-spacing: -0.05em;
    padding-right: 20px;
    white-space: nowrap;
}

header .hdrTel .tel-link img {
    vertical-align: text-bottom;
    margin-right: 0.5rem;
}

header .hdrTel .tel-open {
    font-size: 12px;
    font-weight: 500;
}

#hdrNv {
    width: 100%;
    background: #fff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

#hdrNv .wide_lg {
    display: block;
}

header nav #gNav {
    /* position: relative; */
    display: flex;
    font-size: 14px;
    padding: 0 1px;
    gap: 0;
    justify-content: flex-end;
    align-items: center;
}

header nav #gNav * {
    line-height: 1.0;
}

header nav #gNav > li {
    display: block;
    text-align: center;
    /* position: relative; */
    flex: 1;
    width: 100%;
    border-right: 1px solid var(--border-color);
}

header nav #gNav > li:first-of-type {
    flex-shrink: 0;
}

header nav #gNav > li:first-of-type > a {
    padding: 10px 50px;
}

header nav #gNav > li:first-of-type > a:hover {
    background: none !important;
}

header nav #gNav > li:last-of-type {
    border-right: 0;
}

header nav #gNav > li > a {
    color: var(--body-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    min-height: 90px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s ease;
}

#product .gNav_product > a::before,
#works .gNav_works > a::before,
#voice .gNav_voice > a::before,
#blog .gNav_blog > a::before,
#corporate .gNav_corporate > a::before,
#staff .gNav_staff > a::before {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--main-color01);
}

header nav #gNav > li > a:hover,
header nav #gNav.open > li.js-dropmenu > a {
    color: var(--white);
    background: var(--main-color01);
    opacity: 1;
}

@media screen and (max-width : 1300px) {
    /* header nav #gNav li a {
        font-size: 13px;
    } */
}

.dropmenu {
    width: 100%;
    position: absolute;
    left: 0;
    color: var(--body-text-color);
    background: var(--white);
    padding-bottom: 60px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    border-top: 1px solid var(--border-color);
}

#gNav.open .dropmenu {
    opacity: 1;
    pointer-events: auto;
}

.dropmenu > button {
    position: absolute;
    inset: auto 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    color: var(--white);
    background: var(--main-color01);
    transform: translateY(50%);
    outline: 6px solid var(--sub-color01);
    cursor: pointer;
    transition: 0.3s ease;
}

.dropmenu > button:hover {
    color: var(--sub-color01);
    background: #54b113;
}

.dropmenu h2 {
    font-size: 20px;
    font-weight: 500;
    max-width: 300px;
    margin: 10px auto 0px;
    text-align: center;
}

.dropmenu h2 a {
    padding: 40px 0;
    display: block;
    color: var(--body-text-color);
}

.dropmenu h2 a::after {
    position: absolute;
    inset: 5px 15px 0 auto;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 13px;
    transition: 0.3s ease;
    background-color: currentColor;
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
    color: var(--white);
    transition: 0.3s ease;
}

.dropmenu h2 a::before {
    position: absolute;
    inset: 5px 8px 0 auto;
    margin: auto 0;
    content: "";
    width: 30px;
    height: 30px;
    background: #333;
    border: 1px solid #333;
    transition: 0.3s ease;
}

.dropmenu h2 a:hover {
    color: var(--main-color01);
}
.dropmenu h2 a:hover::before {
    background: var(--white);
    border: 1px solid var(--main-color01);
}
.dropmenu h2 a:hover::after {
    color: var(--main-color01);
}

.dropmenu .inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 100px;
}

.dropmenu a {
    color: var(--body-text-color);
    position: relative;
    transition: 0.3s ease;
    color: var(--white);
}

.dropmenu a::after {
    position: absolute;
    inset: 0 15px 0 auto;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 13px;
    transition: 0.3s ease;
    background-color: currentColor;
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
    color: var(--white);
}

.dropmenu > ul {
    opacity: 1 !important;
}

header nav #gNav > li ul {
    pointer-events: none;
    z-index: 100;
    box-sizing: border-box;
    text-align: left;
    background: var(--main-color01);
    border: 2px solid var(--main-color01);
}

header nav #gNav > li:hover ul {
    opacity: 1;
    transition: opacity 1.0s;
    pointer-events: auto;
}

header nav #gNav > li .dropmenu .inner > ul > li > a {
    background: var(--white);
    color: var(--body-text-color);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 17px 20px 23px;
}
header nav #gNav > li .dropmenu .inner > ul > li > a::before {
    position: absolute;
    inset: 0 8px 0 auto;
    margin: auto 0;
    content: "";
    width: 30px;
    height: 30px;
    background: #333;
}

header nav #gNav > li .dropmenu .inner > ul:nth-of-type(1) > li > a {
    background: url(img/bg_gnav_dropmenu01.png) no-repeat;
}

header nav #gNav > li .dropmenu .inner > ul:nth-of-type(2) > li > a {
    background: url(img/bg_gnav_dropmenu02.png) no-repeat;
}

header nav #gNav > li .dropmenu .inner > ul:nth-of-type(3) > li > a {
    background: url(img/bg_gnav_dropmenu03.png) no-repeat;
}

header nav #gNav > li .dropmenu .inner > ul:nth-of-type(4) > li > a {
    background: url(img/bg_gnav_dropmenu04.png) no-repeat;
}

header nav #gNav > li .dropmenu .inner > ul > li > a::before,
header nav #gNav > li .dropmenu .inner > ul > li > a::after {
    transition: 0.3s ease;
}
header nav #gNav > li .dropmenu .inner > ul > li > a:hover {
    color: var(--main-color01) !important;
}
header nav #gNav > li .dropmenu .inner > ul > li > a:hover::before {
    background: var(--white);
    border: 1px solid var(--main-color01);
}
header nav #gNav > li .dropmenu .inner > ul > li > a:hover::after {
    color: var(--main-color01);
}

header nav #gNav > li .dropmenu .inner > ul > li li a {
    font-size: 14px;
    font-weight: 500;
    padding: 11px 50px 14px 20px;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header nav #gNav > li .dropmenu .inner > ul > li li:hover {
    /* border-right: 2px solid var(--white); */
    border-left: 2px solid var(--white);
}
/* header nav #gNav > li .dropmenu .inner > ul > li li a:hover {
    background: var(--white);
    color: var(--main-color01);
} */
header nav #gNav > li .dropmenu .inner > ul > li li:last-child a {
    border-bottom: none;
}

header nav #gNav > li ul li {
    display: block;
}

header nav #gNav > li ul li a {
    display: block;
    font-weight: 700;
    padding: 10px;
}

/* -----------------------------------------------------------
    cornerName
----------------------------------------------------------- */
#cornerName {
    position: relative;
    background: var(--bg-color);
    text-align: left;
    z-index: 1;
    overflow: hidden;
}

#cornerName > .wide_lg {
    position: relative;
    display: flex;
    align-items: center;
    margin: 40px auto 15px;
    padding: 0 60px;
    z-index: 2;
    height: 120px;
    box-sizing: border-box;
}

#cornerName > .wide_lg::before,
#cornerName > .wide_lg::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

#cornerName > .wide_lg::before {
    inset: 0 -100%;
    margin: 0 auto;
    width: 2000%;
    height: 100%;
    box-sizing: border-box;
    background: #fef6e2;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    z-index: -2;
}

#cornerName > .wide_lg::after {
    bottom: 0;
    left: 60px;
    width: 100px;
    height: 5px;
    background-image: linear-gradient(to right, var(--main-color01), var(--main-color01));
    z-index: -1;
}

#cornerName .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

#cornerName .title .sub {
    display: inline-block;
    margin-left: 1em;
    padding-left: 1em;
    position: relative;
}

span.sub::before {
    content: "";
    display: block;
    height: 0.75em;
    width: 1px;
    background: #000;
    position: absolute;
    inset:0.1em auto 0 0;
    margin: auto 0;
}

#cornerName p {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}

/*----- .breadcrumb -----*/
.breadcrumbList {
    width: fit-content;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-text-color);
    /* padding: 5px 20px;
    background: var(--white); */
    padding: 0 40px;
    margin: 0 0 15px auto;
    line-height: 1.5;
}

.breadcrumbList a {
    color: var(--body-text-color);
}

.breadcrumbList > span > a,
.breadcrumbList > span > span {
    padding: 5px;
    /* display: inline-block; */
    display: inline;
}


/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
/*----- .topMainv -----*/
.topMainv {
    background: var(--bg-color);
}

.topMainv .stage .slick-slide {
    margin: 40px 10px;
}

.topMainv .stage.slick-slider {
    width: 100%;
    overflow: hidden;
}

.topMainv .stage .slick-arrow {
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.topMainv .stage .slick-prev {
    left: -60px;
}

.topMainv .stage .slick-next {
    right: -60px;
}

.topMainv .stage .slick-prev::before,
.topMainv .stage .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--button-color);
    --mask: url(./img/svg_arrow_square01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
    transform: translateY(-50%);
}

.topMainv .stage .slick-prev::before {
    transform: translateY(-50%) scaleX(-1);
}

.topMainv .stage.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.topMainv .stage.slick-slider .slick-dots {
    transform: none;
}

.slick-slide {
    opacity: .5;
    -webkit-transition: .5s;
    transition: .5s;
}

.slick-current {
    opacity: 1;
}

.topMainv .stage button {
    position: absolute;
    z-index: 100;
}

/* .topMainv .stage .slick-arrow {
    inset: 0;
    margin: auto;
    width: 200px;
    height: 200px;
} */

.topMainv .stage .slick-prev {
    transform: translateX(-585px);
    left: 0;
}

.topMainv .stage .slick-next {
    transform: translateX(585px);
    right: 0;
}

/* 
.slick-dots {
    position: absolute;
    bottom: -50px;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.slick-dots li button {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    outline: none;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
    opacity: 1;
} */

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

    /* .topMainv .stage.slick-slider,
    .worksList ul,
    .voiceList ul {
        width: auto !important;
    }

    .slick-slider:not(.stage) {
        margin: 0 100px;
    } */

    #product #main .slick-slider {
        margin: 0;
    }
}

/* .slick-slider .slick-dots {
    bottom: 0;
    transform: translateY(100%);
    z-index: 100;
}

.slick-slider .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #b3b3b3;
    content: '' !important;
    text-align: center;
    font-size: 6px;
    line-height: 20px;
    opacity: 1 !important;
}

.slick-dots li.slick-active button::before {
    background: var(--main-color01);
    opacity: 1 !important;
} */

/*----- メインカラム -----*/
#contents {
    margin: 0 auto 0;
    overflow: hidden;
}

/*----- .reasonContent -----*/
.reasonContent {
    position: relative;
    background: top center url(img/bg_reason01.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.reasonContent::before {
    position: absolute;
    inset: 0 0 auto;
    content: "";
    display: block;
    width: 100%;
    height: 415px;
    background: rgba(0, 0, 0, 0.2);
}

.reasonContent .header {
    display: flex;
    gap: 35px;
    color: var(--white);
    margin-bottom: 10px;
}

.reasonContent .header img {
    align-self: flex-start;
    max-width: 100%;
}

.reasonContent .header h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.562;
    margin: 40px 0 30px;
}

.reasonContent .header b {
    color: #ffdb70;
    font-weight: 700;
}

.reasonContent .header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.reasonContent .reasonList {
    display: flex;
    gap: 40px;
    padding: 0 0 50px;
}

.reasonContent .reasonList li {
    background: var(--white);
    border-radius: 6px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    /* margin: 20px; */
    position: relative;
    transition: 0.3s ease;
}

.reasonContent .reasonList li > img {
    display: block;
    margin: 0 auto;
}

.reasonContent .reasonList li h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.4;
    margin: 15px -20px;
}

.reasonContent .reasonList li p {
    margin-bottom: 0;
    font-weight: 400;
}

.reasonContent .reasonList li p b {
    color: #e72716;
    font-weight: 400;
}

/*----- .infoList -----*/
.infoList {
    background: var(--white);
}

.infoList > .flex > .leftBox {
    width: calc(50% - 7.8vw);
    background: right top url(img/bg_infoList.jpg) no-repeat;
    min-height: 528px;
    /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

.infoList > .flex > .rightBox {
    background: var(--white);
    width: calc(50% + 7.8vw);
}

.infoList > .flex > .leftBox .inBox {
    max-width: 810px;
    margin-left: auto;
    position: relative;
    height: 100%;
}

.infoList > .flex > .leftBox h2 {
    padding: 70px 0 30px;
    color: var(--white);
}

.infoList > .flex > .leftBox h2 small {
    color: currentColor;
}

.infoList > .flex > .leftBox .imgLayer {
    position: absolute;
    inset: auto 0 50px;
    margin: 0 auto 0;
    max-width: calc(100% - 75px);
    height: auto;
    transform: translate(-75px, 0);
}

@media screen and (max-width : 1440px) {
    .infoList > .flex > .leftBox .imgLayer {
        transform: translate(0, 0);
    }
}

.infoList > .flex .rightBox > ul {
    display: block;
    margin-right: auto;
    max-width: 770px;
    padding: 70px;
    box-sizing: border-box;
}

.infoList ul {
    display: block;
}

.infoList li {
    display: block;
    margin: 0 0 20px;
    padding: 0 40px 20px 0;
    position: relative;
    /*    margin-bottom: 30px;
    padding-bottom: 30px; */
    border-bottom: 1px solid var(--border-color);
}

.infoList li .inBox {
    overflow: hidden;
}

.infoList li .flex {
    gap: 25px;
    /* position: relative; */
    transition: 0.3s ease;
}

.infoList li time {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.infoList li .cats {
    margin: 5px 0;
}

.infoList li a:not(.cat) {
    color: var(--body-text-color);
}

.infoList .rightBox {
    position: relative;
    padding-right: 80px;
}

.infoList li::after {
    position: absolute;
    inset: 0 15px 0 auto;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 13px;
    background-color: var(--main-color01);
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
    transition: 0.3s ease;
    transform: translate(0, 0);
}

.infoList li:hover::after {
    transform: translate(50%, 0);
}


.infoList h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.625;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoList li .mainThumb {
    width: 220px;
    height: auto;
    aspect-ratio: 11 / 8;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0), 0 5px 2px rgba(0, 0, 0, 0.0);
    transition: 0.3s ease;
}

.infoList li:hover .mainThumb {
    opacity: 1;
    transform: scale(1.05) rotate(-5deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 5px 2px rgba(0, 0, 0, 0.1);
}

/*----- .productContent -----*/
.productContent {
    padding: 80px 0;
}

#product .productContent {
    margin-top: 85px;
    padding: 0;
}

.productContent .inner {
    overflow: visible;
}

/*----- .productCatListL -----*/
.productContent ul.productCatList,
.productContent ul.productCatList:has(>.productCatListL) {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px;
    margin: 50px 0 50px;
}


.productContent ul.productCatList .productCatListL:has(a):hover {
    outline: 10px solid #fff;
}

.productContent ul.productCatList .productCatListL a:hover {
    opacity: 1;
}

.productContent ul.productCatList .productCatListL .flex {
    color: var(--body-text-color);
}

.productContent ul.productCatList .productCatListL {
    display: block;
    border: 2px solid var(--main-color01);
    border-radius: 6px;
    background: var(--white);
    box-sizing: border-box;
    padding: 60px;
    outline: 0px solid #fff;
    position: relative;
    transition: 0.3s ease;
}

.productContent ul.productCatList .productCatListL .flex {
    flex-direction: column;
}

.productContent ul.productCatList .productCatListL h2 {
    color: var(--white);
    background: var(--sub-color01);
    border-radius: 6px;
    font-size: 22px;
    font-weight: 700;
    width: 440px;
    max-width: 100%;
    position: absolute;
    inset: 0 0 auto;
    margin: 0 auto;
    padding: 15px 80px;
    box-sizing: border-box;
    transform: translateY(-50%);
    text-align: center;
    transition: 0.3s ease;
}

.productContent ul.productCatList .productCatListL a:hover h2 {
    background: var(--main-color01);
    opacity: 1;
}

.productContent ul.productCatList .productCatListL h2 .ico {
    max-width: 48px;
    max-height: 39px;
    object-fit: contain;
    position: absolute;
    inset: 0 auto 0 50px;
    margin: auto 0;
    transform: translateX(-50%);
}

.productContent ul.productCatList .productCatListL a:hover h2 .ico {
    opacity: 1 !important;
}

.productContent ul.productCatList .productCatListL h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    margin: 0 0 20px;
    line-height: 1.25;
    border-bottom: 1px solid var(--border-color);
}

.productContent ul.productCatList .productCatListL .flex > figure {
    display: flex;
    justify-content: center;
}

.productContent ul.productCatList .productCatListL .flex > figure figure {
    margin: 0 20px 20px;
    border: 1px solid var(--border-color);
    max-width: 380px;
}

.productContent ul.productCatList .productCatListL figure img {
    width: 100%;
    height: auto;
    display: block;
}

.productContent ul.productCatList .productCatListL p {
    line-height: 1.625;
}

.productCatListL_free01 {
    width: fit-content;
    margin: 50px auto 0;
}

/*----- .productCatListS -----*/
.productContent ul.productCatList:has(>.productCatListS) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin: 50px 0 50px;
}

.productContent ul.productCatList .productCatListS {
    display: block;
    border: 2px solid var(--main-color01);
    border-radius: 6px;
    background: var(--white);
    box-sizing: border-box;
    padding: 28px;
    outline: 0px solid #fff;
    transition: 0.3s ease;
}

.productContent ul.productCatList .productCatListS:hover {
    outline: 10px solid #fff;
}

.productContent ul.productCatList .productCatListS a.flex {
    color: var(--body-text-color);
    gap: 20px;
}

.productContent ul.productCatList .productCatListS figure {
    width: 200px;
    flex-shrink: 0;
}

.productContent ul.productCatList .productCatListS figure img {
    width: 100%;
    height: auto;
    display: block;
}

.productContent ul.productCatList .productCatListS h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color01);
    line-height: 1.09;
    margin: 20px 0 10px;
}

.productContent ul.productCatList .productCatListS p {
    line-height: 1.625;
}

.productCatTab {
    display: flex;
    gap: 0 1px;
    position: relative;
    z-index: 2;
}

.productCatTab li {
    display: block;
    flex: 1;
}

.productCatTab li a {
    --background: var(--sub-color01);
    display: block;
    padding: 16px;
    border-radius: 6px 6px 0 0;
    color: var(--body-text-color);
    font-weight: bold;
    background: var(--background);
    text-align: center;
    margin-top: 10px;
    position: relative;
    transition: 0.3s ease;
}

.productCatTab li a::after {
    display: block;
    position: absolute;
    inset: auto 0 0;
    margin: 0 auto;
    content: "";
    width: 16px;
    height: 8px;
    background: transparent;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateY(100%);
}

.productCatTab li a:hover::after,
.productCatTab li a.active::after {
    background: var(--background);
}

.productCatTab li a.active,
.productCatTab li a:hover {
    color: var(--white);
    --background: var(--main-color01);
    padding-top: 23px;
    margin-top: 0;
    padding-bottom: 19px;
}

.productCatTabContent {
    display: block;
    background: var(--white);
    position: relative;
    z-index: 1;
}

.productCatTabContent > div > a,
.productCatTabContent > div > a * {
    width: fit-content;
    margin: 0 auto;
}

.productCatTabContent > *.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    pointer-events: all;
}

.productCatTabContent > * {
    position: absolute;
    background: var(--white);
    padding: 60px;
    border-radius: 0 0 6px 6px;
    inset: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.productCatTabContent ul {

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    /* margin: 50px 0 50px; */
}

.productContent ul.productCatList .productCatListS {
    display: block;
    background: var(--white);
    /* border: 2px solid var(--main-color01);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 28px; */
}

.productCatTabContent li a {
    color: var(--body-text-color);
    display: block;
    transition: 0.3s ease;
}

.productCatTabContent li a:hover figure {
    transform: scale(1.05);
}

.productCatTabContent figure {
    width: 100%;
    border: 1px solid var(--border-color);
    aspect-ratio: 47 / 26;
    transition: 0.3s ease;
}

.productCatTabContent figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-fit: cover; */
}

.productCatTabContent figure img.blank {
    object-fit: cover;
}

.productCatTabContent table,
.productCatTabContent tbody,
.productCatTabContent th,
.productCatTabContent td {
    display: block;
}

.productCatTabContent tr {
    display: flex;
    justify-content: space-between;
}

.productCatTabContent table {
    border-top: 0;
    border-bottom: 0;
}

.productCatTabContent table tr th,
.productCatTabContent table tr td {
    border-top: 0;
    border-bottom: 1px solid var(--border-color);
}

.productCatTabContent table tr th {
    width: 20%;
    background: none;
    font-weight: 500;
}

.productCatTabContent table tr td {
    width: 80%;
}

.productCatTabContent table tr:first-of-type td {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    box-sizing: border-box;
}

.product-marker img {
    display: block;
    max-height: 42px;
    width: auto;
}

.productCatTabContent table tr:first-of-type th {
    display: none;
}

/*----- product_detail -----*/
.productSingle {
    padding-top: 70px;
}

#product .headerContent .teslaHeader {
    margin-top: 85px;
    background: center top url(img/bg_tesla_header.jpg) no-repeat;
    /* padding: 420px 0 0; */
    /* margin-bottom: 80px; */
    /* overflow: hidden; */
    position: relative;
    /* background-attachment: fixed; */
    overflow: hidden;
}

#product .teslaHeader .full {
    color: var(--white);
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
}

#product .teslaHeader .full h1 {
    margin-bottom: 0;
    text-align: center;
}

#product .teslaHeader p {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.25;
}

#product .teslaHeader p strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-indent: 0.4em;
    letter-spacing: 0.4em;
    margin: 30px 0 20px;
    padding: 6px 10px 7px;
    background: #444;
    line-height: 1.25;
    text-align: center;
}

#product .teslaHeader > .inner {
    margin-top: 500px;
    /* padding-bottom: 40px; */
    color: var(--white);
    position: relative;
    z-index: 2;
    overflow: visible;
    display: flex;
    gap: 30px;
}

#product .teslaHeader > .inner::before {
    position: absolute;
    inset: 0 -100% auto;
    margin: 0 auto;
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    z-index: -1;
    background: var(--sub-color01);
}

#product .teslaHeader > .inner .logo {
    display: block;
    margin-bottom: -40px;
    background: var(--white);
    transform: translateY(-80px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
}

#product .teslaHeader > .inner .logo img {
    display: block;
}

.headerContent_bar {
    /* position: absolute; */
    inset: auto 0 0;
    text-align: center;
    color: var(--white);
    background: var(--main-color01);
    line-height: 1;
    padding: 32px 30px;
}

.headerContent_bar p {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.headerContent_bar p strong {
    font-size: 1.33em;
    font-weight: 500;
    /* letter-spacing: -0.05em; */
    display: inline-block;
    background: #bc190a;
    padding: 8px 20px 12px;
    margin: 0 15px;
    /* vertical-align: sub; */
}

#product .mainContent {
    display: flex;
    gap: 60px;
}

#product #main .slider {
    overflow: hidden;
    /* width: 500px; */
    width: 470px;
    flex-shrink: 0;
}

#product #main .slider button {
    z-index: 10;
    width: 30px;
    height: 30px;
}

#product #main .slider .slick-prev {
    left: 10px;
}

#product #main .slider .slick-next {
    right: 10px;
}

#product #main .slider .slick-prev::before,
#product #main .slider .slick-next::before,
#product #main .slider .slick-prev::after,
#product #main .slider .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: none;
}

#product #main .slider .slick-prev::after,
#product #main .slider .slick-next::after {
    background: var(--main-color01);
    --mask: url(./img/svg_arrow_square01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

#product #main .slider .slick-prev::after {
    transform: scaleX(-1);
}

#product #main .slider .slick-prev::before,
#product #main .slider .slick-next::before {
    background: var(--white);
    transform: scale(0.75);
    opacity: 1;
    mask-image: none;
    --mask-image: none;
}

#product #main .slider li img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    /* object-fit: contain;
    object-position: center center; */
    /* width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center; */
}

#product #main .slider .slick-list {
    margin: 0;
}

#product #main .slider .slick .slick-slide {
    height: auto;
    background: var(--white);
    display: block;
}

#product #main .slider .slick .slick-slide .img {
    aspect-ratio: 47 / 34;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product #main .slider-nav {
    margin-left: -10px;
    margin-right: -10px;
}

#product #main .slider-nav li {
    /* padding: 20px 10px 0; */
    margin: 20px 10px 1px;
    /* max-width: 110px; */
    max-width: 102px;
    height: auto;
    background: var(--white);
    position: relative;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s ease;
}

#product #main .slider-nav li img {
    border: 1px solid var(--border-color);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

#product #main .slider-nav li.slick-current {
    opacity: 1;
}

#product #main .slider-nav li::before {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    /* width: calc(100% - 24px);
    height: calc(100% - 24px); */
    box-sizing: border-box;
    border: 2px solid transparent;
    /* transition: 0.3s ease; */
    pointer-events: none;
}

#product #main .slider-nav li.slick-current::before {
    border: 2px solid var(--sub-color01);
}

#product #main .slider-nav .slick-track {
    display: flex;
    justify-content: center;
    transform: none !important;
}

#product .mainContent .inBox:not(.slider) {
    width: 100%;
}

#product .mainContent .inBox table,
#product .mainContent .inBox tbody,
#product .mainContent .inBox th,
.productCatTabContent td {
    display: block;
}

#product .mainContent .inBox table tr {
    display: flex;
    justify-content: space-between;
}

#product .mainContent .inBox table {
    margin-top: 40px;
    border-top: 0;
    border-bottom: 0;
}

#product .mainContent .inBox table tr th,
#product .mainContent .inBox table tr td {
    border-top: 0;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
}

#product .mainContent .inBox table tr th {
    width: 20%;
    background: none;
    font-weight: 500;
}

/* #product #main .flex .inBox table tr td {
    width: 80%;
} */


#product .mainContent .inBox table th,
#product .mainContent .inBox table td {
    padding: 34px 20px;
    font-size: 18px;
}

#product .mainContent .inBox table tr:not(.product-model-number) th {
    display: none;
}

#product .mainContent .inBox table tr.product-cat td {
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 14px 20px;
    color: var(--white);
    background-color: var(--main-color01);
}

#product .mainContent .inBox table tr.product-marker td {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 115px;
    box-sizing: border-box;
    padding-top: 50px;
}

#product .mainContent .inBox table tr.product-cat .ico {
    display: inline-block;
    background: currentColor;
    /* width: 48px;
    height: 39px; */
    margin-right: 15px;
    width: 37px;
    height: 30px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
    vertical-align: bottom;
}

#product .mainContent .inBox table tr.product-add td {
    padding: 40px 0;
    border: 0;
}

#product .mainContent .inBox table td ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 auto;
}

#product .mainContent .inBox table td li {
    display: block;
    border: 1px solid currentColor;
    padding: 10px 10px 12px;
    line-height: 1;
    background: var(--white);
    text-align: center;
    font-size: 16px;
    margin: auto 0;
}

#product .mainContent .inBox table td li small {
    font-size: 0.75em;
    margin-right: 1em;
    vertical-align: 0.1em;
}

#product .detailContent {
    margin: 60px 0;
}

#product .detailContent dl,
#product .detailContent dt,
#product .detailContent dd {
    display: block;
}

#product .detailContent dl {
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

#product .detailContent dt,
#product .detailContent dd {
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color);
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

#product .detailContent dt {
    background: #eee;
    text-align: center;
    font-weight: 700;
}

#product .detailContent dd {
    text-align: center;
    background: var(--white);
    padding: 20px 50px;
}

#product .detailContent dd ul {
    margin: 0 auto;
    display: grid;
    /* grid-template-rows: repeat(3,minmax(0, 1fr));
    grid-auto-flow: column; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* grid-auto-flow: column; */
}

#product .detailContent dd ul li {
    text-align: left;
}

#product .pointContent {
    margin-top: 80px;
}

.inner .pointContent:last-of-type {
    margin-bottom: 0;
}

.pointContent dl > div {
    display: grid;
    grid-template-areas:
        "dt figure"
        "dd figure"
        ". figure";
    place-items: start;
    gap: 0 40px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.pointContent dl > div:last-of-type {
    margin-bottom: 0;
}

.pointContent dl > div dt {
    grid-area: dt;
}

.pointContent dl > div dd {
    grid-area: dd;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pointContent dl > div figure {
    grid-area: figure;
    max-width: 400px;
}

.pointContent dl > div figure img {
    width: 100%;
    height: auto;
    display: block;
}

.pointContent dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    /* align-items: center; */
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1.346em;
}

.pointContent dl dd {
    border-bottom: 1px solid var(--sub-color02);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.pointContent dl dd b,
.pointContent dl dd strong {
    font-weight: 400;
    color: var(--sub-color04);
}

.pointContent dl dd em {
    font-weight: 700;
    font-style: normal;
}

.pointContent .number {
    color: var(--main-color01);
    font-family: var(--en-font-family);
    font-size: 18px;
    font-weight: 700;
    border: 2px solid currentColor;
    line-height: 1;
    width: fit-content;
    padding: 6px 20px;
    margin-right: 30px;
    min-width: 188px;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* position: absolute;
    top: 60px;
    right: 60px; */
}

.pointContent .number::before,
.pointContent .number::after {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background: var(--white);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transform: translate(0, 97%);
}

.pointContent .number::before {
    background: var(--main-color01);
    transform: translate(-2px, 99%);
}

.pointContent .number small {
    font-size: 1em;
    margin-top: 0.1em;
}

.pointContent .number b {
    font-size: 30px;
    font-weight: 700;
    margin-left: 0.75rem;
}

#product .specContent .tbl01 th {
    width: 27%;
}

#product .specContent .tbl01 td {
    width: 73%;
}
#product .specContent .tbl01 td p + p{
    margin-top: 1em;
}
#product .introContent {
    text-align: center;
    margin: 80px 0;
}

#product .introContent + .pointContent {
    padding-top: 80px;
}

#product .introContent h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.38;
    margin: 40px 0;
}

#product .introContent h2 b {
    color: var(--main-color01);
    font-weight: 700;
}

#product .introContent b {
    color: var(--main-color01);
    font-weight: 400;
}

#product .notesContent {
    margin-top: 80px;
    font-size: smaller;
}

/* -----------------------------------------------------------
    #voice
----------------------------------------------------------- */
.single .worksPhotosContent + .voiceCstContent {
    margin-top: 60px;
}

.voiceCstContent > h2 {
    padding-top: 0;
    margin-bottom: 10px;
}

.voiceCstContent dt,
.voiceCstContent dd {
    padding: 1.111em 1.111em 1.111em 3.6111em;
}

.voiceCstContent dt {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.voiceCstContent dt::before {
    position: absolute;
    display: block;
    content: "";
    inset: calc(0.5em * 1.8 + 1.111em) auto auto 1.111em;
    margin: 0;
    background: var(--main-color01);
    width: 1.111em;
    height: 0.2777em;
}

.voiceCstContent dd + dt {
    margin-top: 20px;
}

.voiceCstContent dd {
    padding-bottom: 0;
}

.voiceCstContent figure {
    display: block;
    margin: auto;
    width: fit-content;
}

.voiceCstContent figcaption {
    text-align: center;
    padding: 10px;
}

.voiceCstContent figure img {
    display: block;
    border-radius: 20px;
}




/* -----------------------------------------------------------
    #blog
----------------------------------------------------------- */
/*----- .blogList -----*/
.blogList {
    overflow: hidden;
    position: relative;
    background: var(--bg-color);
    /* margin: 80px 0; */
    margin: 0 0 80px;
}

#blog .blogList {
    margin-top: 0;
}

#blog .blogList .categories + ul {
    margin-top: 40px;
}

#blog .blogList + .contactContent02 {
    margin-top: -60px;
}

.blogList .inner {
    overflow: visible;
    box-sizing: content-box;
}

.blogList > .header {
    padding: 0 0 60px;
    border-bottom: 1px solid var(--sub-color02);
}

.blogList ul {
    width: 100%;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.blogList ul .slick-slide {
    opacity: 1;
    height: auto;
}

.blogList li {
    padding: 20px 20px 70px;
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
    border-right: 1px solid var(--border-color);
    word-break: break-all;
    word-wrap: break-word;
    transition: 0.3s ease;
}

.blogList ul > li {
    width: calc(100% / 3);
}

.slider-multi .slick-slide > div li:nth-of-type(3n),
.blogList ul li:nth-of-type(3n) {
    border-right: 0;
}

.blogList li a {
    color: var(--body-text-color);
    display: block;
}

.blogList li:hover figure {
    transform: scale(1.05);
}

.blogList li figure {
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.blogList li .mainThumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.blogList li a:hover .mainThumb {
    opacity: 1 !important;
}

#blog .blogList li .cats {
    display: block;
    /* text-align: center; */
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin: 10px 0 0;
    padding: 20px 10px 10px;
}

#blog .blogList li .cats .cat {
    padding: 7px 20px 8px;
}

.blogList li h3 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--border-color);
    /* margin: 20px 0; */
    padding: 20px;
}

.blogList .excerpt {
    display: block;
    padding: 20px;
}

.blogList li a .time {
    padding: 0 20px;
}

.blogList li .bottom {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 30px;
}

.blogList .btn {
    margin-top: 30px;
    margin-bottom: -10px;
}


/* -----------------------------------------------------------
    #works
----------------------------------------------------------- */
/*----- #works.single -----*/
#works.single .infoBox h1 b {
    background: var(--main-color01);
}

#works.single .infoBox h1 small {
    color: var(--body-text-color);
}

#works.single .pointContent .inBox {
    background: var(--white);
    border-radius: 6px;
    padding: 60px;
    ;
}

#works.single .pointContent {
    margin: 80px 0 0;
}

/*----- .worksContent -----*/
#top .worksContent {
    /* padding: calc(420px + 80px) 0 80px; */
    padding: 420px 0 0;
    margin-bottom: 80px;
    /* overflow: hidden; */
    position: relative;
    background: center top #fff url(img/img_works.jpg) no-repeat;
    background-attachment: fixed;
}

.worksContent .worksList {
    margin-top: 0;
    padding-top: 80px;
}

.worksContent .worksList h2 > span > span {
    display: inline-block;
}

/* .worksContent::before {
    border-bottom: 1px solid var(--white);
    position: sticky;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 420px;
    background: center top #fff url(img/img_works.jpg) no-repeat;
} */

/*----- .worksList -----*/
.worksList {
    overflow: hidden;
    position: relative;
    background: var(--bg-color);
    /* margin: 80px 0; */
    margin: 0 0 80px;
}

#works .worksList {
    margin-top: 0;
}

#works .worksList ul {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
}

#works .worksList .categories + ul {
    margin-top: 40px;
}

#works .worksList + .contactContent02 {
    margin-top: -60px;
}

.worksList .inner {
    overflow: visible;
    /* padding: 20px; */
    box-sizing: content-box;
}

.worksList > .header {
    padding: 0 0 60px;
    /* padding: 80px 0 60px; */
    border-bottom: 1px solid var(--border-color);
}

#voice .worksList h2 {
    padding-top: 40px;
    margin-bottom: 40px;
}

.worksList ul {
    width: 100%;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.worksList ul .slick-slide {
    opacity: 1;
    height: auto;
}

.worksList li {
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
    border-right: 1px solid var(--border-color);
    word-break: break-all;
    word-wrap: break-word;
    transition: 0.3s ease;
}

.worksList.slider li > .inBox {
    display: block;
    padding: 20px 20px 70px;
}

.worksList li > .inBox {
    display: block;
    padding: 20px 20px 70px;
    box-sizing: border-box;
}

.worksList ul > li {
    width: calc(100% / 3);
}

.slider-multi .slick-slide > div li:nth-of-type(3n),
.worksList ul li:nth-of-type(3n) {
    border-right: 0;
}

.worksList li a {
    color: var(--body-text-color);
    display: block;
}

.worksList li:hover figure {
    transform: scale(1.05);
}

.worksList li figure {
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.worksList li .mainThumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.worksList li h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--main-color01);
    text-align: center;
    word-break: break-all;
}

.worksList .post_detail {
    display: block;
    text-align: center;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin: 10px 0;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.worksList .post_detail + .post_detail {
    border-top: 0;
    margin-top: -10px;
    border-bottom: 0;
}

.worksList li a .time {
    margin-top: 30px;
    /* color: #999; */
    text-align: right;
}

.worksList li .bottom {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 30px;
}

.worksList .btn {
    margin-top: 30px;
    margin-bottom: -10px;
}

/*----- .strengthContent -----*/
.strengthContent {
    padding: calc(420px + 80px) 0 0;
    overflow: visible;
    position: relative;
    background: center top #fffdd2 url(img/img_strength.jpg) no-repeat;
    background-attachment: fixed;
}

.strengthContent .full {
    background: center top #fffdd2 url(img/bg_strength01.jpg) no-repeat;
    padding: 80px 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.strengthContent h2 .imgLayer {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -50%);
}

.strengthContent h2 .splittxtWrap {
    display: flex;
}

.strengthContent h2 .splittxt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.strengthContent h2 .splittxt span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 11px 12px 13px;
    margin: 1px;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.strengthContent li {
    align-items: center;
}

.strengthContent li > * {
    /* flex: 1; */
    width: 50%;
}

.strengthContent li {
    margin-top: 40px;
}

.strengthContent li figure {
    flex-shrink: 0;
    z-index: 2;
}

.strengthContent li figure img {
    max-width: 540px;
    max-height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.15);
}

.strengthContent li .inBox {
    background: var(--white);
    min-height: 460px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 60px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.strengthContent li .inBox .number {
    color: var(--main-color01);
    font-family: var(--en-font-family);
    font-size: 18px;
    font-weight: 700;
    border: 2px solid currentColor;
    line-height: 1;
    width: fit-content;
    padding: 6px 20px;
    min-width: 188px;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60px;
    right: 60px;
}

@media screen and (max-width : 1280px) {
    .strengthContent li .inBox .number {
        top: 30px;
        right: 30px;
    }
}

@media screen and (max-width : 1100px) {
    .strengthContent li .inBox .number {
        top: 20px;
        right: 0;
    }
}

.strengthContent li .inBox .number::before,
.strengthContent li .inBox .number::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background: var(--white);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    transform: translate(0, 97%);
}

.strengthContent li .inBox .number::before {
    background: var(--main-color01);
    transform: translate(2px, 99%);
}

.strengthContent li .inBox .number small {
    font-size: 1em;
    margin-top: 0.1em;
}

.strengthContent li .inBox .number b {
    font-size: 30px;
    font-weight: 700;
    margin-left: 0.75rem;
}

.strengthContent li .inBox h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.38;
}

.strengthContent li .inBox h3 b {
    color: var(--sub-color04);
    font-weight: 700;
}

.strengthContent li .inBox p strong {
    color: var(--sub-color04);
    font-weight: 500;
}


.strengthContent li .inBox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100vw;
    height: 100%;
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    z-index: -1;
    transform: translateX(-200px);
}

.strengthContent li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.strengthContent li:nth-of-type(odd) .inBox {
    padding-right: 0;
}

.strengthContent li:nth-of-type(odd) .inBox .number {
    right: 0;
}

.strengthContent li:nth-of-type(even) .inBox {
    padding-left: 0;
}

.strengthContent li:nth-of-type(even) figure img {
    margin-left: 0;
    margin-right: auto;
}

.strengthContent li:nth-of-type(even) .inBox::before {
    left: auto;
    right: 0;
    transform: translateX(200px);
}

/*----- .messageContent -----*/
.messageContent {
    padding: 80px 0;
    position: relative;
}

.messageContent::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: clamp(270px, calc(50vw - 265px), 675px);
    height: 70%;
    background-color: #FFDD57;
    z-index: 0;
}

.messageContent .inner {
    overflow: visible;
}

.messageContent h2 {
    margin-bottom: 35px;
}

.messageContent .flex {
    gap: 30px;
    padding-left: 60px;
    position: relative;
}

.messageContent .verticalTextBox {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}
.messageContent .verticalTextItems {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  height: auto;
}
.messageContent .verticalTextItems p {
  writing-mode: vertical-rl;
  background-color: var(--main-color01);
  color: #fff;
  padding: 5px 0;
  margin-top: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  text-align: start;
  display: flex;
  align-items: flex-start;
  letter-spacing: 5px;
}


.messageContent h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.217;
    margin-bottom: 20px;
}

.messageContent h3 b {
    font-size: 1.15em;
    font-weight: 700;
}

.messageContent p {
    line-height: 1.8;
    text-align: justify;
    letter-spacing: -0.015em;
    margin-bottom: 35px;
    padding-right: 5px;
}

.messageContent p + p {
    margin-top: 1.5em;
}

.messageContent figure {
    max-width: 490px;
    flex-shrink: 0;
    z-index: 1;
}

.messageContent figure img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.messageContent figcaption {
    display: block;
    text-align: right;
    line-height: 1.33;
    margin-bottom: 70px;
    padding-right: 5px;
}

.messageContent figcaption b {
    font-size: 18px;
    font-weight: 500;
}

/*----- .areaContent -----*/
.areaContent {
    padding: 80px 0;
}

.areaContent .wide_lg {
    padding: 0 100px;
    box-sizing: border-box;
}

.areaContent .flex {
    align-items: center;
    justify-content: stretch;
    align-items: stretch;
    gap: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06), 0 0 10px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    overflow: hidden;
}

.areaContent .flex > * {
    flex-shrink: 0;
    /* width: 50%; */
}

.areaContent .flex .content {
    width: 46%;
    color: var(--white);
    background: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    box-sizing: border-box;
}

.areaContent .flex h2 {
    flex-shrink: 0;
}

.areaContent .flex h2 small {
    color: var(--white);
}

.areaContent .flex h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    background: var(--main-color02);
    border-radius: 100vh;
    padding: 15px 30px;
    line-height: 1;
    margin: 10px 0 35px;
}

.areaContent .flex p {
    font-size: 16px;
    line-height: 1.25;
    /* margin: 30px 0 30px; */
}

.areaContent .flex p strong {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: -10px;
}

.areaContent .flex figure {
    width: 54%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: var(--white);
}

.areaContent .flex figure img {
    max-width: 100%;
    height: auto;
}

/*----- .slider -----*/
.slick:not(.slick-initialized) {
    opacity: 0;
    transition: 0.3s ease;
}

.slick.slick-initialized {
    opacity: 1;
}

.slider .inner {
    overflow: visible;
}

.slider .slick-track {
    display: flex !important;
    gap: 0;
    align-items: stretch;
}

.slider .slick-slide {
    opacity: 1 !important;
}

.slider-multi .slick-slide > div {
    display: flex;
    justify-content: center;
    gap: 0;
}

.slider a:hover img {
    opacity: 1 !important;
}

.slider .slick-arrows01 .slick-prev {
    left: -90px;
}

.slider .slick-arrows01 .slick-next {
    right: -90px;
}

.slider .slick-arrows01 .slick-prev::before,
.slider .slick-arrows01 .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 42px;
    background: linear-gradient(to bottom, var(--main-color01), #72be2b);
    opacity: 1;
    --mask: url(./img/svg_arrow10.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
    transform: translateY(-50%);
}

.slider .slick-arrows01 .slick-prev::before {
    transform: translateY(-50%) scaleX(-1);
}

.slider .slick-arrows01 .slick-prev:hover::before,
.slider .slick-arrows01 .slick-next:hover::before {
    opacity: 1;
    background:
        linear-gradient(to bottom, transparent, #72be2b),
        linear-gradient(to bottom, var(--main-color01), #72be2b);
}

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

    .slider .slick-arrows01 .slick-prev,
    .slider .slick-arrows01 .slick-next {
        display: flex;
        z-index: 10;
        width: 40px;
        height: 60px;
        outline: 2px solid transparent;
        padding: 20px 10px;
        border-radius: 3px;
        box-sizing: border-box;
        background: linear-gradient(to top, #72be2b 1.5px, var(--main-color01) 2px) !important;
        z-index: 10;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease;
    }

    .slider .slick-arrows01 .slick-prev {
        left: 2px;
        transform: translateX(0) scale(1);
        /* border-radius: 0 6px 6px 0; */
    }

    .slider .slick-arrows01 .slick-next {
        right: 2px;
        transform: translateX(0%) scale(1);
        /* border-radius: 6px 0 0 6px; */
    }

    .slider .slick-arrows01 .slick-prev:hover,
    .slider .slick-arrows01 .slick-next:hover {
        background: var(--white) !important;
        outline: 2px solid var(--main-color01);
    }

    .slider .slick-arrows01 .slick-prev::before,
    .slider .slick-arrows01 .slick-next::before {
        position: static;
        transform: none;
        width: 100%;
        height: 100%;
        background: var(--white);
        transition: 0.3s ease;
    }

    .slider .slick-arrows01 .slick-prev::before {
        transform: scaleX(-1) translateX(0%);
    }

    .slider .slick-arrows01 .slick-next::before {
        transform: scaleX(1) translateX(0%);
    }

    .slider .slick-arrows01 .slick-prev:hover::before,
    .slider .slick-arrows01 .slick-next:hover::before {
        background: var(--main-color01);
    }
}

/*----- .blogList -----*/
.blogList {
    overflow: hidden;
}

.blogList .inner {
    overflow: visible;
    box-sizing: content-box;
}

/*----- .voiceList -----*/
.voiceList {
    margin: 80px 0;
}

#voice .voiceList {
    margin-top: 0;
}

/* #voice .voiceList .bg_waver01 {
    padding-top: 100px;
} */

.voiceList .inner {
    overflow: visible;
    /* padding: 20px; */
    box-sizing: content-box;
}

.voiceList h2 {
    padding-top: 80px;
}

#voice .voiceList h2 {
    padding-top: 40px;
    margin-bottom: 40px;
}

.voiceList ul {
    width: 100%;
    display: flex;
    gap: 0;
    /* width: 1100px; */
}

#voice .voiceList ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 30px -20px 25px;
    width: auto;
}

/* .slick-list {
    overflow: visible;
}

.slick-track {
    display: flex !important;
    gap: 0;
} */

.voiceList ul .slick-slide {
    opacity: 1;
    height: auto;
}

.voiceList li {
    background: var(--white);
    border-radius: 6px;
    padding: 30px 30px 145px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    word-wrap: break-word;
    transition: 0.3s ease;
    position: relative;
    transition: 0.3s ease;
}

.voiceList li a {
    color: var(--body-text-color);
    display: block;
}

.voiceList li:hover {
    transform: scale(1.05);
}

.voiceList li figure {
    margin-bottom: 20px;
}

.voiceList li .mainThumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.voiceList li h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--main-color01);
}

.voiceList .post_detail {
    display: block;
    text-align: center;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin: 10px 0;
    padding: 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.voiceList .post_detail b {
    /* display: flex;
    text-align: center;
    line-height: 1.8;
    width: fit-content;
    gap: 0 1em; */
    display: block;
    white-space: wrap;
}

.voiceList .post_detail b span + span {
    margin-left: 1em;
}

.voiceList .post_detail + .post_detail {
    border-top: 0;
    margin-top: -10px;
}

.voiceList li a .time {
    margin-top: 25px;
    color: #999;
    text-align: right;
}

.voiceList li .bottom {
    /* margin-top: 20px; */
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 30px;
}

.voiceList .btn {
    margin-top: 10px;
}

/* -----------------------------------------------------------
    #corporate
----------------------------------------------------------- */
#corporate table {
    margin: 50px 0 0;
}

#corporate table th {
    width: 27%;
}

.corporatePhotos ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-content: space-between;
    gap: 40px 40px;
}

.corporatePhotos li figure img {
    width: 100%;
    height: auto;
}

#corporate .licenceContent {
    margin: 60px 0;
}

#corporate .shopContent {
    margin: 80px 0;
}

.shopContent iframe {
    width: 100%;
    height: 400px;
    margin: 50px 0 15px;
}

#corporate .areaContent {
    padding: 0;
    margin: 80px 0;
}

/*----- .shopAccess -----*/
#main ul.shopAccess {
    margin-top: 10px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

#main ul.shopAccess > li {
    background: none !important;
    padding: 0 !important;
}

#main ul.shopAccess > li .bandTitle03 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    padding: 6px 25px 8px;
}

.shopAccess iframe {
    width: 100%;
    display: block;
}

.corporateImages ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    align-content: space-between;
    gap: 30px 20px;
}

.corporateImages li figcaption {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.923;
}

.corporateImages li figure img {
    width: 100%;
    height: auto;
}

/* -----------------------------------------------------------
    staff
----------------------------------------------------------- */
/*----- .staffList -----*/
.staffList {
    padding: 80px 0;
}

.staffList .slick {
  max-width: 1260px;
  margin-bottom: 50px;
}

.staffList .slick li {
  width: 320px !important;
}

#staff .staffList {
    padding: 25px 0 0;
}

.staffList ul:not(.slick) {
    display: flex;
    flex-wrap: wrap;
}

.staffList ul:not(.slick) li {
    width: calc(100% / 3);
    box-sizing: border-box;
    border-right: 1px solid var(--border-color);
    box-sizing: border-box;
    margin-bottom: 100px;
    position: relative;
}

.staffList ul:not(.slick) li:nth-of-type(3n-2)::before {
    position: absolute;
    content: "";
    display: block;
    width: 300%;
    height: 1px;
    background: var(--border-color);
    left: 0;
    bottom: -50px;
}

.staffList ul:not(.slick) li:nth-last-of-type(-n+3)::before {
    display: none;
}


.staffList ul:not(.slick) li:nth-of-type(3n-2) {
    border-left: 1px solid var(--border-color);
}


.staffList ul:not(.slick) li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease;
    padding: 50px 0 20px;
    position: relative;
}

.staffList .cats {
    margin: 0;
}

.staffList ul:not(.slick) li > a::after {
    position: absolute;
    inset: auto 0 0;
    margin: 0 auto;
    content: "";
    width: 17px;
    height: 13px;
    background-color: var(--main-color01);
    --mask: url(./img/svg_arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: var(--mask);
}

.staffList ul:not(.slick) li > a:hover {
    transform: scale(1.05);
}

.staffList ul:not(.slick) li figure {
    width: 300px;
    height: auto;
    max-width: 100%;
    margin: 0 auto 20px;
}

.staffList li .cats .cat,
#staff .cats .cat {
    /* .staffList h3 small { */
    font-size: 14px;
    font-weight: 500;
    color: var(--white) !important;
    background: var(--button-color);
    display: block;
    width: fit-content;
    padding: 10px 30px;
    margin: 0 auto 20px;
}

.staffList h3 {
    text-align: center;
    line-height: 1;
    margin: 10px 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--body-text-color);
}

#staff .staffList h3 {
    margin-top: 0;
}

.staffList .mainThumbWrap,
#staff .mainThumbWrap {
    /* width: 100%; */
    aspect-ratio: 1 /1;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 8px solid var(--sub-color03);
}

.staffList a:hover figure img {
    opacity: 1 !important;
}

.staffList .mainThumb,
#staff .mainThumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.staffList.slider li {
    margin: 50px 25px 0;
    transition: 0.3s ease;
}

.staffList.slider li:hover {
    transform: scale(1.05);
}

.staffList.slider li .cats a {
    color: var(--white);
    background: var(--black);
}

/*----- #staff ---- */
#staff .inner {
    overflow: visible;
}

#staff .mainContent {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 70px;
}

#staff .mainContent > .inBox {
    flex: 1;
    text-align: center;
}

#staff .mainContent .mainThumbWrap {
    width: 100%;
    max-width: 438px;
}

#staff .mainContent h1 {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 400;
}

#staff .mainContent .cats .cat {
    font-size: 22px;
    min-width: 380px;
    box-sizing: border-box;
    padding: 14px 30px;
}

#staff .mainContent .cats .cat:hover {
    opacity: 1;
}

#staff .mainContent .alphabet {
    color: var(--main-color01);
    font-size: 16px;
    text-transform: uppercase;
}

#staff .detailContent {
    margin: 0 0 80px;
}

#staff .detailContent dl,
#staff .detailContent dt,
#staff .detailContent dd {
    display: block;
}

#staff .detailContent dl {
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

#staff .detailContent dt,
#staff .detailContent dd {
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color);
    overflow-wrap: anywhere;
    /* word-break: normal; */
    word-break: break-all;
    line-break: strict;
}

#staff .detailContent dt {
    background: #eee;
    text-align: center;
    font-weight: 700;
}

#staff .detailContent dd {
    text-align: left;
    background: var(--white);
    padding: 20px 50px;
}

#staff .detailContent dd ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#staff .detailContent dd ul li {
    text-align: left;
}


/*----- .contactContent -----*/
.contactContent {
    /* margin-top: 80px; */
    padding: 80px 0 65px;
    border-radius: 60px;
}

.topMainv + .contactContent,
.messageContent + .contactContent {
    margin-top: 0;
}

.contactContent.bgImg01 > .inner {
    margin-top: -65px;
}

.contactContent .inner {
    position: relative;
    overflow: visible;
}

.contactContent h2 {
    margin-bottom: 25px;
}

.contactContent h2 .imgLayer {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(-57%, -87%);
}

.contactContent .contactBox .inBox {
    flex: 1;
    position: relative;
    background: var(--white);
    border-radius: 85px;
    text-align: center;
    color: var(--body-text-color);
    border: 3px solid var(--main-color01);
    width: fit-content;
    margin: 0 auto 35px;
    padding: 36px 233px 24px 60px;
    transform-style: preserve-3d;
}

.contactContent .contactBox .lst_checkbox01 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.contactContent .contactBox .inBox .btn_ico {
    margin-bottom: 10px;
}

.contactContent .contactBox .inBox h3 {
    color: var(--main-color01);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.contactContent .contactBox .imgLayer {
    position: absolute;
    bottom: 0;
    right: 75px;
}

.contactContent .contactBox .imgLayer p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.125;
    position: relative;
}

.contactContent .contactBox .imgLayer p::before,
.contactContent .contactBox .imgLayer p::after {
    display: block;
    position: absolute;
    content: "";
    height: 130%;
    width: 3px;
    background: var(--body-text-color);
    border-radius: 2px;
    top: 5px;
    bottom: 0;
    margin: auto 0;
}

.contactContent .contactBox .imgLayer p::before {
    left: 0;
    transform: skewX(25deg);
}

.contactContent .contactBox .imgLayer p::after {
    right: 0;
    transform: skewX(-25deg);
}

.contactContent .contactBox .inBox p {
    font-size: 16px;
    margin-bottom: 15px;
}

#main .contactContent .contactBox .btn_ico {
    position: relative;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 28px 10px 28px 45px;
    width: 360px;
    border-radius: 40px;
    transition: 0.3s ease;
}

#main .contactContent .contactBox .btn_ico + .btn_ico {
    margin-left: 40px;
}

#main .contactContent .contactBox a img {
    left: 40px;
}

#main .contactContent .contactBox a:hover {
    opacity: 0.7;
}

#main .contactContent .contactBox .tel {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--body-text-color);
    margin: 0;
}

.contactContent .contactBox .tel span.tel-link {
    color: var(--body-text-color);
    font-size: 48px;
    padding: 0;
    margin: 0;
}

.contactContent .contactBox .tel-link img {
    width: 0.775em;
    height: 0.775em;
    vertical-align: -0.05em;
    margin-right: 0.5rem;
}

.contactContent .contactBox .tel span.tel-open {
    margin-top: 5px;
    font-size: 16px;
    margin-left: 20px;
}

/*
.contactContent .contactBoxBtns {
    display: flex;
    justify-content: center;
}

.contactContent .contactBoxBtns .btn_ico.ico_mail01::before,
.contactContent .contactBoxBtns .btn_ico.ico_pc01::before {
    transform: scale(1.4) translateX(50%);
} */

/*----- .contactContent02 -----*/
.contactContent02 {
    color: var(--white);
    padding-bottom: 50px;
}

.worksContent + .contactContent02 {
    margin-top: 80px;
}

.contactContent02.bgImg01 > .inner {
    margin-top: -65px;
}

.contactContent02 .inner {
    position: relative;
    overflow: visible;
}

.contactContent02 h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: var(--body-text-color);
    margin-bottom: 40px;
}

.contactContent02 h2 b {
    display: inline-block;
    background: var(--sub-color04);
    color: var(--white);
    padding: 6px 7px 6px;
    margin: 0 5px;
    font-weight: 700;
}

#main .contactContent02 h2 small {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--en-font-family);
    margin-bottom: 45px;
}

#main .contactContent02 h2 small::before,
#main .contactContent02 h2 small::after {
    content: "|";
    font-family: var(--en-font-family);
    font-size: 14px;
    display: inline-block;
}

#main .contactContent02 h2 small::before {
    transform: skew(20deg) translateY(-10%);
    padding-right: 20px;
}

#main .contactContent02 h2 small::after {
    transform: skew(-20deg) translateY(-10%);
    padding-left: 20px;
}

.contactContent02 h2 + p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.contactContent02 .contactBox {
    display: flex;
    gap: 40px;
    /* container-type: inline-size; */
}

.contactContent02 .contactBox .inBox {
    flex: 1;
    position: relative;
    background: var(--white);
    border-radius: 6px;
    color: var(--body-text-color);
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 35px 40px;
    transform-style: preserve-3d;
}

.contactContent02 .contactBox .inBox:nth-of-type(2) {
    /* container-type: inline-size; */
    position: relative;
    overflow: hidden;
}

.contactContent02 .contactBox .inBox:nth-of-type(2)::before {
    position: absolute;
    inset: auto 0 0 auto;
    content: "";
    display: block;
    width: 400px;
    height: 120%;
    background: right -30% bottom 80% #fff url(img/bg_image02.jpg) no-repeat;
    z-index: -1;
}

/* @container (height > 258px) { */
/* @container (max-height: 600px) {
    .contactContent02 .contactBox .inBox:nth-of-type(2)::before{
        background-size: contain;
    }
} */
.contactContent02 .contactBox .inBox .btn_ico {
    margin-bottom: 10px;
}

.contactContent02 .contactBox .inBox h3 {
    color: var(--main-color01);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.contactContent02 .contactBox .imgLayer {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.contactContent02 .contactBox .inBox p {
    font-size: 16px;
}

#main .contactContent02 .contactBox a {
    position: relative;
    text-decoration: none;
    transition: 0.3s ease;
}

#main .contactContent02 .contactBox a:hover {
    opacity: 0.7;
}

#main .contactContent02 .contactBox .tel {
    display: flex;
    flex-direction: column;
    color: var(--body-text-color);
    margin: 0;
}

.contactContent02 .contactBox .tel span.tel-link {
    color: var(--body-text-color);
    font-size: 42px;
    padding: 20px 0 10px;
}

.contactContent02 .contactBox .tel-link img {
    vertical-align: -0.05em;
    margin-right: 0.5rem;
}

.contactContent02 .contactBox .tel span.tel-open {
    /* margin-top: -5px; */
    font-size: 16px;
}

.contactContent02 .contactBoxBtns {
    display: flex;
    padding-left: 20px;
    justify-content: center;
}

/*----- 404 -----*/
#not-found .single-content .btn {
    margin-top: 2rem;
}

/* -----------------------------------------------------------
    form
----------------------------------------------------------- */
#main .formBox table {
    border-right: none !important;
    /* border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black); */
    max-width: min(100%, 980px);
    margin-left: auto;
    margin-right: auto;
}

.formBox table th,
.formBox table td {
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
    vertical-align: top;
}

.formBox table tr:first-of-type th,
.formBox table tr:first-of-type td {
    border-top: 1px solid #ccc;
}

.formBox table th {
    width: 30%;
    font-weight: 500;
    vertical-align: middle;
    background: none;
    position: relative;
    line-height: 1;
    padding: 29px 20px;
    background: #f5f5f5;
}

.formBox table td {
    position: static;
    padding: 18px 20px;
    vertical-align: middle;
}

.formBox table th p,
.formBox table td p {
    margin-bottom: 0 !important;
}

.formBox table th span {
    display: block;
    font-size: 12px;
    background: #999;
    color: var(--white);
    margin-left: 1rem;
    padding: 4px 5px 6px;
    line-height: 1;
    display: inline-block;
    /* position: absolute;
    inset: 0 0 0 auto; */
    height: fit-content;
}

.formBox table th span.req {
    background: var(--red);
}

.formBox input:not(input[type="checkbox"]):not(input[type="submit"]):not(input[type="radio"]),
.formBox select,
.formBox textarea {
    font-size: 16px;
    padding: 0 5px;
    width: 380px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    /* border-boxを指定する際は環境によっては見えなくなるのでheightを指定しないか、十分なheightを指定する */
    background: #fff;
    border-radius: 0;
    width: 100%;
}

.formBox input:not(input[type="checkbox"]):not(input[type="submit"]):not(input[type="radio"]),
.formBox select {
    min-height: 40px;
}

.formBox input:not(input[type="checkbox"]):not(input[type="submit"]):not(input[type="radio"])::placeholder,
.formBox textarea::placeholder {
    color: #ccc;
    font-weight: 500;
}

.formBox input[name="your-name"],
.formBox input[name="your-tel"],
.formBox input[name="your-email"] {
    width: 380px !important;
    max-width: 100%;
}

.formBox input[name="your-add"] {
    width: 98% !important;
}

.formBox select {
    width: 300px;
}

.formBox textarea {
    /* height: 60px; */
    width: 98%;
}

.formBox .accept {
    border-radius: 6px;
    text-align: center;
    padding: 20px;
    /* margin: 30px 0; */
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.formBox .accept .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 500;
}

.formBox .accept input[type="checkbox"] {
    vertical-align: text-bottom;
}

.formBox .accept small {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    margin-top: s5em;
}

.formBox .accept small a {
    color: var(--main-color01);
}


.formBox input[type="checkbox"],
.formBox input[type="radio"] {
    transform: scale(1.5);
    margin: 0 6px 0 0;
}

.formBox input[type="submit"],
.searchBox input[type="submit"] {
    border: 0;
    display: block;
    background: var(--main-color01);
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    outline: 2px solid transparent;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 17px 0;
    /* align-items: center; */
    line-height: 1;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 3px #54b113;
    transition: 0.3s ease;
}
/* .formBox input[type="submit"]:hover {
    background: var(--white);
    color: var(--main-color01) !important;
    outline: 2px solid currentColor;
}
.formBox input[type="submit"]:disabled:hover {
    outline: none !important;
} */

.formBox .submit {
    text-align: center;
}

.formBox input[type="submit"]:disabled {
    color: var(--white) !important;
    cursor: default;
    background: #ccc;
    box-shadow: 0 3px #bbb;
    transition: all 0.3s ease;
}

.formBox .wpcf7-spinner {
    display: none !important;
	margin: 5px auto 0;
}
.submitting .formBox .wpcf7-spinner {
    display: block !important;
}

.formBox .wpcf7-list-item-label {
    vertical-align: text-bottom;
}

.formBox input[readonly="readonly"] {
    background: #f3f3f3 !important;
    color: #555;
    width: 100% !important;
}

.formBoxNotes {
    padding-left: 1em;
    text-indent: -1em;
}

/* -----------------------------------------------------------
    プライバシーポリシー
----------------------------------------------------------- */
.privacyPolicy {
    padding: 0 0 80px;
}

.privacyPolicy h3 {
    padding: 10px 25px !important;
}

.privacyPolicy .infoRow {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0;
}

.privacyPolicy .label {
    flex: 0 0 4rem;
}

.privacyPolicy .sep {
    flex: 0 0 4rem;
    text-align: center;
}

.privacyPolicy .content {
    flex: 1;
}

/* -----------------------------------------------------------
    .single 投稿系共通
----------------------------------------------------------- */
.single-content {
    margin: 20px 0 0;
}

.single .infoBox {
    margin-bottom: 40px;
}

.infoBox h1 {
    /* text-align: center; */
    font-size: 30px;
    font-weight: 400;
    /* padding: 38px 50px; */
    padding: 1.266em 1.666em;
    margin: 20px 0;
    line-height: 1.2;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

.infoBox h1 b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.6em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    width: fit-content;
    margin: 0 auto 1.111em;
    padding: 0.555em 1.111em;
    color: var(--white);
    background: var(--main-color01);
    gap: 5px 1em;
}

.infoBox h1 b span {
    display: block;
}

.infoBox h1 b span:empty {
    display: none;
}

.infoBox h1 small {
    display: flex;
    font-size: 0.6em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    width: fit-content;
    margin: 0 auto 1.388em;
    color: var(--body-text-color);
    gap: 0 1em;
}

.infoBox h1 b + small {
    margin-top: 1.111em;
}

.infoBox h1 small span {
    display: block;
}

.infoBox h1 small span:empty {
    display: none;
}

.single .infoBox .time {
    text-align: right;
    font-size: 14px;
    line-height: 1;
}

.single .worksDetailsContent {
    margin: 60px 0 60px;
}

.single .worksDetailsContent th {
    width: 27%;
}

.single .worksPhotosContent ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin: 0;
    padding: 0 60px;
}

.single .worksPhotosContent li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* height: 100%; */
    /* aspect-ratio: 47 / 34; */
}

.single .worksPhotosContent ul > * a {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.single .worksPhotosContent li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
    /* aspect-ratio: 47 / 34; */
}

.single .worksPhotosContent ul span.img {
    display: block;
    width: 100%;
    border: 1px solid var(--border-color);
    background: var(--white);
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: 47 / 34;
}

.single .worksPhotosContent ul span.img a {
    display: block;
    width: 100%;
    height: 100%;
}

.single .worksPhotosContent li span.img > img {
    max-width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
    margin: auto;
}

/*----- lightbox関連 -----*/
a.colorbox,
a[rel='lightbox'] {
    display: block;
    position: relative;
    transition: 0.3s ease;
    z-index: 1;
}

a.colorbox:hover,
a[rel='lightbox']:hover {
    opacity: 0.8;
}

a.colorbox:hover img,
a[rel='lightbox']:hover img {
    opacity: 1;
}

a.colorbox::before,
a[rel='lightbox']::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;

    width: 2.5em;
    height: 2.5rem;
    font-size: 1rem;
    border-top-left-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    transition: 0.3s ease;
    z-index: 2;
}

/* -----------------------------------------------------------
    wysiwyg
----------------------------------------------------------- */
.wysiwyg * {
    /* word-break: break-word; */
    /* font-weight: 500; */
}

.wysiwyg strong {
    font-weight: 900;
}

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

.wysiwyg p {
    margin: 0 0 15px 0;
    line-height: 2.18;
}

.wysiwyg p a,
.wysiwyg th a,
.wysiwyg td a {
        color: var(--main-color01);
    text-decoration: underline;
    text-underline-offset: 8px;
    transition: 0.3s ease;
}

.wysiwyg a:hover {
    opacity: 0.8;
}

.wysiwyg h2, .h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    /* color: var(--white); */
    border-left: 7px solid var(--main-color01);
    padding: 5px 0 7px 1em;
    margin: 30px 0;
}

.wysiwyg * + h2 {
    margin-top: 4rem;
}

.wysiwyg h3, .h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    background: var(--button-color);
    color: var(--white);
    padding: 10px 25px 15px;
    margin: 25px 0 20px;
}

.wysiwyg h4, .h4 {
    font-size: 22px;
    font-weight: 500;
    color: var(--black);
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    padding: 12px 25px;
    margin: 1rem 0;
    line-height: 1.8;
}

.wysiwyg h5, .h5 {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 15px;
    margin: 1rem 0;
    line-height: 1.25;
    border-bottom: 3px double currentColor;
}

.wysiwyg h6, .h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin: 1rem 0;
    padding: 8px 15px 10px;
    background: #eee;
}

.wysiwyg blockquote {
    background: #f6f6f6;
    padding: 1.875em 3.125em;
    margin-bottom: 1em;
    /* border: 1px dotted var(--body-text-color); */
    --bc: var(--body-text-color);
    background-image:
        linear-gradient(to right, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px),
        linear-gradient(to bottom, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px),
        linear-gradient(to left, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px),
        linear-gradient(to top, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px, 1px 3px, 3px 1px, 1px 3px;
    background-position: left top, right top, right bottom, left bottom;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
}

.wysiwyg blockquote p {
    margin: 0;
}

:where(.wysiwyg) ul {
    margin: 0 0 15px 0;
}

:where(.wysiwyg ul) li {
    list-style: none;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

:where(.wysiwyg ul) li::before {
    content: '';
    display: block;
    left: 8px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    position: absolute;
}


.wysiwyg ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.wysiwyg ol li {
    list-style: none;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 36px;
    position: relative;
}

.wysiwyg ol li:before {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: var(--main-color01);
    color: var(--white);
    display: block;
    float: left;
    line-height: 28px;
    margin-left: -36px;
    text-align: center;
    height: 28px;
    width: 28px;
    border-radius: 50%;
}

.wysiwyg table {
    width: 100%;
    /* margin: 1rem 0; */
}

.wysiwyg * + table {
    margin-top: 2rem;
}

.wysiwyg table caption {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 15px;
}

.wysiwyg table caption strong {
    font-weight: 700;
    display: inline-block;
    color: var(--white);
    background: var(--main-color01);
    padding: 1px 5px 3px;
    margin-right: 0.5rem;
    text-align: center;
    min-width: 90px;
}

.wysiwyg table th,
.wysiwyg table td {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    position: relative;
    border: 1px solid #ddd;
}

.wysiwyg table th {
    width: 27%;
    background: #eee;
    font-weight: 400;
}

.wysiwyg iframe {
    width: 100%;
    height: 500px;
}

/* -----------------------------------------------------------
    #blog.single 
----------------------------------------------------------- */
#blog.single .wysiwyg {
    background: var(--white);
    padding: 60px;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer a {
    color: var(--black);
    text-decoration: none;
}

.ftrNav {
    padding: 20px 0;
}

.ftrNav .wide {
    display: flex;
    justify-content: flex-start;
    gap: 0 200px
}

/*----- .ftrNavSitemap -----*/
.ftrNavSitemap {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
    gap: 0 100px;
}

.ftrNavSitemap > ul {
    display: block;
    font-size: 14px;
    line-height: 2.14;
}

.ftrNavSitemap li {
    font-size: 14px;
    position: relative;
}

.ftrNavSitemap li ul {
    display: block;
}

.ftrNavSitemap > ul > li {
    padding-left: 1em;
}

/* .ftrNavSitemap > ul > li > a::before,
.ftrNavSitemap > ul > li > a::after {
    content: "";
    display: block;
    position: absolute;
} */

.ftrNavSitemap > ul > li::before {
    content: "─";
    margin-right: 0.5em;
    color: #747474;
}

.ftrNavSitemap > ul > li li::before {
    content: "└";
    margin-right: 0.5em;
    color: #747474;
}

footer .ftrContent {
    padding: 35px 0 20px;
    font-size: 14px;
    background: var(--bg-color);
}

footer .ftrContent > .wide {
    display: flex;
    justify-content: space-between;
}

.ftrLogo {
    display: block;
    margin-bottom: 20px;
}

.ftrLogo + h3 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1em;
}

.ftrContent dl {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    gap: 10px;
    margin: 20px 0;
}

.ftrContent dl > div {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
}

.ftrContent dl dt {
    background: var(--main-color01);
    color: var(--white);
    border-radius: 4px;
    text-align: center;
    padding: 0 10px;
}

.ftrSNS {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
}

footer .copyRight {
    float: none;
    clear: both;
    font-size: 12px;
    color: #777;
    width: 100%;
    text-align: center;
}

.ftrBnr01 {
    width: fit-content;
    display: block;
    margin: 20px 20px 10px auto;
}

.ftrBnr01 li + li {
    margin-top: 10px;
}

.ftrBnr01 li {
    width: fit-content;
    display: block;
}

.ftrBnr01 li a {
    display: block;
    width: fit-content;
}

.ftrFabWrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    z-index: 100;
}

.pageTop {
    margin: 0 20px 0 auto;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.scrolled .pageTop {
    opacity: 1;
}

.pageTop a {
    display: block;
    background: var(--button-color);
    transition: all 0.3s ease;
}

.pageTop a:hover {
    background: var(--main-color01);
}

/*----- .ftrTelContact -----*/
.ftrTelContactWrapper {
    display: flex;
    align-items: center;
    opacity: 0;
    z-index: 10;
    border-top: 1px solid var(--border-color);
    background: var(--white);
    transition: all 0.5s ease;
    position: sticky;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100px;
    box-sizing: border-box;
    pointer-events: none;
}

.scrolled .ftrTelContactWrapper {
    opacity: 1;
    pointer-events: auto;
}

.ftrTelContact {
    display: flex;
    align-items: center;
    width: 100%;
    /* width: fit-content;
    height: fit-content; */
}

.ftrTelContact a {
    transition: 0.3s ease;
}

.hdrTelContact a:hover {
    opacity: 0.7;
}

.ftrTelContact > * {
    color: var(--white);
    line-height: 1;
}

.ftrTel {
    display: flex;
    align-items: center;
    margin-right: auto;
    /* background: var(--main-color02); */
}

.ftrTel .tel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
    color: var(--black);
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

.ftrTel .tel i[class*="fa-"] {
    font-size: 27px;
    margin-right: 0.25em;
}

.ftrTel span.tel-link {
    font-size: 32px;
    font-weight: 700;
    color: var(--body-text-color);
    letter-spacing: -0.05em;
    padding-right: 20px;
}

.ftrTel .tel-link img {
    vertical-align: text-bottom;
    margin-right: 0.5rem;
}

.ftrTel .tel-open {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
}

.ftrContact {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    box-sizing: border-box;
    margin: 20px 20px 20px 0;
    padding: 17px 0 17px 65px;
    background: var(--main-color01);
    align-items: center;
    line-height: 1;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: 0 3px #54b113;
}

.ftrContact small {
    display: block;
    background: var(--white);
    color: var(--main-color01);
    border: 2px solid #54b113;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 12px 4px;
    margin-bottom: 10px;
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-50%);
    line-height: 1;
    /* width: 100%; */
    box-sizing: border-box;
    text-align: center;
    pointer-events: none;
}

.ftrContact small::before,
.ftrContact small::after {
    content: "";
    position: absolute;
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: 0;
}

.ftrContact small::before {
    border-top: #54b113 11px solid;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
}

.ftrContact small::after {
    border-top: var(--white) 9px solid;
    border-left: transparent 3px solid;
    border-right: transparent 3px solid;
}

.ftrContact img {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto 0;
}

.ftrLine {
    background-color: var(--line-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}

.ftrLine img {
    width: auto;
    height: 36px;
    margin-bottom: 10px;
}

.wysiwyg #toc_container ul li{
	line-height: 2;
}
.wysiwyg #toc_container ul li::before{
	content: none;
}
/* H1 */
.wysiwyg #toc_container > ul > li > a{
	font-weight: 700;
	color: unset;
}
/* H2 */
.wysiwyg #toc_container > ul > li > ul > li > a{
	position: relative;
	padding-left: 1.5em;
}
.wysiwyg #toc_container > ul > li > ul > li > a::before{
    content: '';
    display: block;
    left: 8px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    position: absolute;
}
/* H3 */
.wysiwyg #toc_container > ul > li > ul > li > ul > li > a{
	position: relative;
	padding-left: 1em;
}
.wysiwyg #toc_container > ul > li > ul > li > ul > li > a::before,
.wysiwyg #toc_container > ul > li > ul > li > ul > li > a::after{
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	left: 0;
	width: 10px;
	height: 3px;
	border-radius: 9999px;
	background-color: #999;
	transform-origin: calc(100% - 1.5px) 50%;
	transform: rotate(45deg);
}
.wysiwyg #toc_container > ul > li > ul > li > ul > li > a::after{
	transform: rotate(-45deg);
}
/* H4 */
.wysiwyg #toc_container > ul > li > ul > li > ul > li > ul > li > a::before{
	content: '－ ';
}
/* H5 */
.wysiwyg #toc_container > ul > li > ul > li > ul > li > ul > li> ul > li > a::before{
	content: '・ ';
}