@charset "utf-8";
/*
Theme Name: industry-okada
Theme URI: https://industry-okada.com/
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");

/* -----------------------------------------------------------
    common
----------------------------------------------------------- */
:root {
    --base-font-size: 16px;
    --font-scale: 1;
}

html {
    scroll-behavior: smooth;
    /* scrollbar-width: none; */
}

body {
    width: 100%;
    min-width: 1100px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100% !important;
    color: var(--body-text-color);
}

body.iframe {
    min-width: 0;
}

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

a {
    text-decoration: none;
    transition: 0.3s;
}

a:not([href^='tel']) {
    color: var(--main-color01);
}

a[href^='tel'] {
    color: var(--black);
}

a.text-link {
    color: var(--main-color01);
    text-decoration: underline;
    text-underline-offset: 8px;
}

a.text-link[target='_blank'] {
    position: relative;
}

a.text-link[target='_blank']::after {
    display: inline-block;
    content: "";
    width: 1.111em;
    height: 1.111em;
    margin-left: 1em;
    vertical-align: -0.2em;
    background: var(--body-text-color);
    --mask: url(./img/svg_external_link01.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;
}

a.text-link:hover {
    opacity: 0.8;
    transition: 0.3s ease;
}

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

figure {
    margin-bottom: 0;
}

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

table {
    width: 100%;
}

th {
    background: #efefef;
    /* font-size: 16px; */
    font-weight: 500;
}

th, td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.wideLg {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* @media screen and (max-width : 1600px) {

    .wideLg:has(.breadcrumbs),
    #cornerName > .wideLg {
        max-width: 1100px;
    }
} */

.wide {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.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);
    text-transform: capitalize;
}

.price {
    color: var(--red);
    line-height: 1;
}

.priceUnit {
    font-family: var(--base-font-family);
    font-weight: 900;
}

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

.textPreparation {
    text-align: center;
    padding: 50px;
}

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

.d-inline-block {
    display: inline-block;
}

a.btn,
.btn a,
.btn input[type='submit'] {
    display: block;
    text-align: center;
    /* font-size: 20px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.111);
    font-weight: 700;
    padding: 20px 50px 22px 30px;
    margin: 9px;
    line-height: 1.5;
    color: var(--white);
    background: var(--black);
    /* border: 4px solid var(--black); */
    width: fit-content;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    transition: 0.15s ease;
}

a.btn,
.btn a {
    min-width: min(100%, 300px);
}

.btn input[type='submit'] {
    min-width: min(100%, 280px);
}

a.btn.btn_md,
.btn.btn_md a {
    font-size: calc(var(--base-font-size));
    padding: 11px 70px 14px 40px;
    background: #6bd3ea;
    min-width: min(100%, 280px);
}

a.btn.btn_sm,
.btn.btn_sm a {
    font-size: calc(var(--base-font-size));
    padding: 6px 45px 9px 30px;
    background: #dedede;
    min-width: min(100%, 190px);
}

a.btn::before,
.btn a::before,
.btn input[type='submit']::before {
    position: absolute;
    inset: 0 0 0 auto;
    margin: auto 0;
    content: "";
    width: 1.7em;
    height: 1.0em;
    background-color: currentColor;
    --mask: url(./img/btn_arrow.png);
    -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;
}

a.btn::after,
.btn a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 30px solid #111111;
    border-right: 0;
    top: 0;
    right: -30px;
    transition: 0.15s ease;rgba(0, 0, 0, 0.25);
}

a.btn.btn_md:before,
.btn.btn_md a:before {
    width: 0.666em;
    height: 1.166em;
}

a.btn.btn_sm:before,
.btn.btn_sm a:before {
    width: 11px;
    height: 17px;
}

a.btn:hover,
.btn a:hover,
.btn input[type='submit']:hover {
    /* opacity: 0.85;
    color: var(--white); */
    background: var(--main-color01);
}

a.btn:hover::after,
.btn a:hover::after {
    border-left: 30px solid var(--main-color01);
}

.btn_upArrow a,
a.btn_upArrow {
    position: relative;
    display: block;
    margin: 40px auto;
    width: fit-content;
    padding-left: 40px;
    font-size: calc(var(--base-font-size));
    color: var(--black);
    line-height: 1.5;
    transition: 0.3s ease;
}

.btn_upArrow a:hover,
a.btn_upArrow:hover {
    color: var(--main-color01);
}

.btn_upArrow a::before,
a.btn_upArrow::before,
.btn_upArrow a::after,
a.btn_upArrow::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 100;
    pointer-events: none;
}

.btn_upArrow a::before,
a.btn_upArrow::before {
    background: var(--main-color01);
    border-radius: 100vh;
    width: 30px;
    height: 30px;
    inset: -100% auto -100% 0;
    margin: auto 0;
    transition: 0.3s ease;
    /* transform: translateY(50%); */
}

.btn_upArrow a::after,
a.btn_upArrow::after {
    inset: -100% auto -100% 0;
    margin: auto 0;
    --mask: url(img/svg_arrow01.svg);
    width: 30px;
    height: 30px;
    background: var(--white);
    -webkit-mask-image: var(--mask);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: contain;
    mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: contain;
    transition: 0.3s ease;
    transform: rotate(-90deg);
}

a#btnClose {
    display: inline-block;
    background: var(--main-color01);
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    padding: 13px 100px 15px;
    border-radius: 40px;
    transition: 0.3s ease;
}

a#btnClose:hover {
    background-color: var(--black);
}

.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 img, .btn a img {
    vertical-align: text-bottom;
    margin-left: 0.75em;
}

.innerBtn {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 28px 6px;
    line-height: 1;
    background: var(--red);
    display: block;
    width: fit-content;
    min-width: 150px;
    box-sizing: border-box;
}

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

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

.tel span.tel-link {
    font-weight: 900;
    font-size: 34px;
    line-height: 1;
    margin-left: 5px;
    color: var(--body-text-color);
}

.tel span.tel-link a {
    /* color: var(--white); */
    text-decoration: none;
}

.tel span.tel-open {
    font-size: 12px;
    font-weight: 700;
}

.cats {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cats a,
.cats > span {
    display: inline-block;
    text-decoration: none !important;
    background: var(--main-color02);
    padding: 1px 20px;
    margin: 0;
}

.cats a,
.cats > span {
    color: var(--white);
    background: var(--black);
    font-weight: 500;
}

.contactS {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

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

.contactS .tel span.tel-link {
    font-size: 47px;
}

.contactS .tel i[class*='fa-'] {
    font-size: 36px;
    margin-right: 10px;
}

.my-sm {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-sm {
    margin-top: 25px;
}

.mb-sm {
    margin-bottom: 25px;
}

.py-sm {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pt-sm {
    padding-top: 25px;
}

.pb-sm {
    padding-bottom: 25px;
}

.my-md {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mt-md {
    margin-top: 50px;
}

.mb-md {
    margin-bottom: 50px;
}

.py-md {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-md {
    padding-top: 50px;
}

.pb-md {
    padding-bottom: 50px;
}

.my-lg {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mt-lg {
    margin-top: 100px;
}

.mb-lg {
    margin-bottom: 100px;
}

.py-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-lg {
    padding-top: 100px;
}

.pb-lg {
    padding-bottom: 100px;
}

span[class*='fdl01'],
span[class*='tel01'],
span[class*='mail01'] {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

span[class*='fdl01']::before,
span[class*='tel01']::before,
span[class*='mail01']::before {
    display: inline-block;
    content: "";
}

span[class*='fdl01']::before {
    margin-right: 1%;
    margin-bottom: 0.5%;
    background-color: currentColor;
    vertical-align: -0.05em;
    width: 20px;
    height: auto;
    aspect-ratio: 262 / 290;
    --mask: url(./img/hdr_tel-w.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left bottom;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: left bottom;
    mask-size: contain;
    mask-image: var(--mask);
}

span[class*='tel01']::before {
    margin-right: 2%;
    margin-bottom: 0;
    /* background-color: currentColor; */
    background-color: var(--black);
    vertical-align: -0.05em;
    width: 0.75em;
    height: auto;
    aspect-ratio: 1 / 1;
    --mask: url(./img/svg_tel01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left bottom;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: left bottom;
    mask-size: contain;
    mask-image: var(--mask);
}

span[class*='mail01']::before {
    margin-right: 2%;
    margin-bottom: 0;
    /* background-color: currentColor; */
    background-color: var(--black);
    vertical-align: -0.1em;
    width: 0.75em;
    height: auto;
    aspect-ratio: 1 / 1;
    --mask: url(./img/ico_mail_w.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left bottom;
    -webkit-mask-size: contain;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: left bottom;
    mask-size: contain;
    mask-image: var(--mask);
}

.btn span[class*='fdl01']::before,
.btn span[class*='tel01']::before,
.btn span[class*='mail01']::before {
    font-size: 2em;
    margin-right: 0.25em;
}

.btn a:hover span[class*='fdl01']::before,
.btn a:hover span[class*='tel01']::before,
.btn a:hover span[class*='mail01']::before,
a.btn:hover span[class*='fdl01']::before,
a.btn:hover span[class*='tel01']::before,
a.btn:hover span[class*='mail01']::before {
    background-color: currentColor;
}

.contentTitle01 {
    /* font-size: calc(var(--base-font-size) * var(--font-scale) * 1.888);
    color: var(--white);
    line-height: 1; */
    text-align: center;
}

.contentTitle01 .en {
    font-size: 150px;
    color: #e0f0e3;
    font-weight: 400;
    line-height: 1;
}

/* .contentTitle01 .en::first-letter {
    color: var(--main-color01);
} */

.contentTitle01 .ja {
    font-size: 36px;
    font-weight: 900;
    position: relative;
}

.contentTitle01 .ja::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 33px;
    height: 59px;
    background-image: url(./img/icon01.png);
    background-size: 100%;
}

.title01 {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.888);
    font-weight: 700;
    line-height: 1;
}

.title01 .en::first-letter {
    color: var(--main-color01);
}

.title01 .en {
    font-size: 3.823em;
    display: inline-block;
    margin-right: 0.3em;
    vertical-align: middle;
    color: var(--sub-color02);
}

.title02 {
    font-size: 26px;
    font-weight: 700;
    padding: 10px 40px 13px;
    position: relative;
    margin-bottom: 30px;
    border-top: solid 2px var(--main-color01);
    border-bottom: solid 2px var(--main-color01);
}

/* .title02::before {
    position: absolute;
    inset: 5px auto auto 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--main-color01);
    border-left-color: var(--main-color01);
} */

#works .title02 {
    /* font-size: 30px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666);
    padding: 11px 40px 15px;
}

.title03 {
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.888);
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 58px;
    padding: 14px 20px;
}

.titleLine01 {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 2.444);
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 25px;
    color: var(--white);
}

.titleLine01 span {
    display: inline;
    background-image: linear-gradient(to bottom, transparent 0.1em, var(--black) 0.1em, var(--black) 1.5em, transparent 1.5em);
    padding: 0 0.5em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.line01 {
    position: relative;
    /* display: inline-block; */
    z-index: 1;
    font-weight: 700;
    font-style: normal !important;
    background: left bottom url(img/bg_marker01.png) repeat-x;
}

.line02 {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-style: normal !important;
    background: left bottom url(img/bg_marker02.png) repeat-x;
}

.dl01 {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    /* font-size: var(--base-font-size); */
    margin: 40px 0 0;
    border-top: solid 1px var(--black);
}

.dl01 > div {
    display: grid;
    grid-column: 1 / 3;
    grid-template-columns: subgrid;
    position: relative;
    /* gap: 0 60px; */
    padding: 10px;

}

.dl01 > div::before {
    inset: auto auto 0 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, var(--black) 0, var(--black) 1px, var(--black) 1px, var(--black) 1px);
}

.dl01 dt,
.dl01 dd {
    line-height: 1.8;
    padding: 20px 40px;
}

.dl01 dt {
    font-weight: 500;
    border-right: solid 1px var(--black);
}

.dl01 dd {
    font-weight: 500;
    text-align: justify;
    letter-spacing: -0.05em;
}

.dl02,
.dl02 dt,
.dl02 dd {
    display: block;
}

.dl02 {
    border-top: 1px solid var(--sub-color02);
    border-left: 1px solid var(--sub-color02);
    border-right: 1px solid var(--sub-color02);
}

.dl02 dt,
.dl02 dd {
    border-bottom: 1px solid var(--sub-color02);
    overflow-wrap: anywhere;
    /* word-break: normal; */
    word-break: break-all;
    line-break: strict;
}

.dl02 dt {
    color: var(--white);
    background: var(--sub-color02);
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
}

.dl02 dd {
    text-align: left;
    background: var(--white);
    padding: 20px 30px;
    line-height: 2;
}

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

.dl02 dd ul li {
    text-align: left;
}

.ul01 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    margin: 60px 40px 100px;
}

.ul01 li {
    border-bottom: 1px solid var(--black);
    border-right: 1px solid var(--black);
    line-height: 1.5;
    /* padding: 14px 40px 17px; */
    padding: 0.777em 2.222em 0.944em;
    background: var(--white);
}

.ul01 li:nth-child(4n+3),
.ul01 li:nth-child(4n+4) {
    background: #ececec;
}

.table01 {
    border: 0;
}

.table01 th,
.table01 td {
    font-size: var(--base-font-size);
    background: transparent;
    border: 0;
    padding: 13px 10px;
    border-bottom: 1px solid var(--black);
    vertical-align: top;
}

.table01 th {
    font-weight: 500;
}

.table01 td:has(ul a) {
    text-align: justify;
    letter-spacing: -0.05em;
}

.table01 td a {
    color: var(--black);
    text-decoration: underline;
    text-underline-offset: 8px;
}

.table01 td a:hover {
    color: var(--main-color01);
}

.table02 {
    border: 0;
}

.table02 tr {
    background-image: linear-gradient(to right, #000 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.table02 th,
.table02 td {
    border: 0 !important;
    line-height: 1.3;
    vertical-align: top;
}

.table02 th {
    width: 30%;
    vertical-align: middle;
    background: none;
    position: relative;
    line-height: 1;
    font-size: var(--base-font-size);
    font-weight: 700 !important;
    padding: 38px 20px !important;
    background: none !important;
}

.table02 td {
    position: static;
    padding: 23px 20px !important;
    vertical-align: middle;
}

.table02 td a {
    color: var(--black);
    text-decoration: underline;
    text-underline-offset: 8px;
}

.table02 td a:hover {
    color: var(--main-color01);
}

.marker_grad {
    font-weight: 700;
    background-image: linear-gradient( 90deg, #fff17c, #ff875d );
    background-size: 100% 40%;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* -----------------------------------------------------------
    #main
----------------------------------------------------------- */
#main {
    position: relative;
    overflow: hidden;
}

#contents {
    position: relative;
    margin: 0 auto 0;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
body.scrolled header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.hdrLogo a {
	/*display: grid;
    gap: 5px;*/
    display: flex;
    gap: 15px;
    flex-direction: row-reverse;
    align-items: center;
}
.hdrLogo span {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}

.sticky .hdrLogo img,
.page .hdrLogo img {
    filter: brightness(0) saturate(100%)
}

.sticky .hdrLogo span,
.page .hdrLogo span {
    color: var(--black);
} 

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

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

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

header .hdrTelContact > * {
    padding: 13px 20px 9px;
    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);
    display: flex;
    justify-content: center;
    align-items: center;
}

header .hdrTel .tel i[class*="fa-"] {
    font-size: 27px;
    margin-right: 0.25em;
}
header .hdrTel span[class*='tel01']::before{
	background-color: var(--sub-color01);
}

header .hdrTel .tel-link {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 2.2);
    font-weight: 600;
    color: var(--sub-color01);
    margin-right: 20px;
}

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

header .hdrContact img {
    display: block;
    width: auto;
    margin-bottom: 15px;
}

header .hdrContact a:hover img {
    opacity: 1;
}

header .hdrContact i[class*="fa-"] {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666);
    margin-right: 0.5em;
}

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

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

@media screen and (max-width : 1650px) {
    .hdrLogo img {
        width: 260px;
    }

    header nav #gNav > li > a {
        font-size: 14px;
    }

    .tel span.tel-open {
        font-size: 11px;
    }

    header nav #gNav > li.hdrContact > a {
        padding: 20px 15px;
        font-size: 14px;
    }
}

@media screen and (max-width : 1300px) {
    .hdrLogo {
        width: 20%;
    }
	
    .hdrLogo a {
        width: 100%;
        display: grid;
        gap: 5px;
    }

    .hdrLogo span {
        font-size: 0.68vw;
    }

    .hdrLogo img {
        width: 100%;
    }

    header .hdrTelContact > * {
        padding-left: 0;
    }

    header nav #gNav > li > a {
        font-size: 1.0vw;
        padding: 8px 5px 9px !important;
    }

    .tel span.tel-open {
        font-size: 0.68vw;
    }

    .tel span.tel-link {
        font-size: 2.5vw;
    }

    header nav #gNav > li.hdrContact > a {
        font-size:1.0vw;
        padding: 15px !important;
    }
    header .hdrContact img {
        width: 20px;
        height: auto;
        margin-bottom: 10px;
    }

    header nav #gNav > li:has(ul) > a > span::after {
        margin-left: 0.5em !important;
        width: 7px !important;
        height: 11px !important;
    }
}

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */
#hdrNv {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
    padding: 0 0 0 10px;
    border-bottom: 1px solid var(--white);
}

#hdrNv.page {
    position: relative;
    background-color: #FFF;
}

#hdrNv.sticky,
#hdrNv.page {
    border-bottom: none;
}

#hdrNv::before {
    opacity: 0;
    transform: translateY(-100%);
}

#hdrNv::before {
    inset: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--white);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

#hdrNv.sticky::before {
    opacity: 1;
    transform: translateY(0);
}

header nav #gNav {
    display: flex;
    font-size: var(--base-font-size);
    padding: 0;
    gap: 0;
    align-items: center;
}

header nav #gNav * {
}

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

header nav #gNav > li > a {
    color: var(--white);
    position: relative;
    display: block;
    text-decoration: none;
    padding: 12px 12px 13px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: 0.3s ease;
}

.sticky nav #gNav > li > a,
.page nav #gNav > li > a {
    color: var(--main-color01);
}

header nav #gNav > li > a:hover {
    /* color: var(--black); */
}

header nav #gNav > li:not(.hdrContact) > a > span {
    position: relative;
}

header nav #gNav > li:not(.hdrContact) > a > span::before {
    content: "";
    display: block;
    width: 0;
    height: calc(100% + 0.5em);
    position: absolute;
    inset: 0 -100%;
    margin: 0 auto;
    border-bottom: 2px solid var(--white);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

header .sticky nav #gNav > li:not(.hdrContact) > a > span::before,
header .page nav #gNav > li:not(.hdrContact) > a > span::before {
    border-bottom: 2px solid var(--main-color01);
}

header nav #gNav > li:not(.hdrContact) > a:hover > span::before {
    opacity: 1;
    width: calc(100% + 1em);
}

header nav #gNav > li:has(ul) > a:hover > span::before {
    opacity: 0 !important;
}

header nav #gNav > li:has(ul) > a > span::after {
    display: inline-block;
    content: "";
    margin-left: 0.75em;
    width: 10px;
    height: 16px;
    background-color: var(--white);
    --mask: url(./img/svg_arrow02.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: rotate(90deg);
    vertical-align: -0.15em;
}

header .sticky nav #gNav > li:has(ul) > a > span::after,
header .page nav #gNav > li:has(ul) > a > span::after {
    background-color: var(--main-color01);
}

header nav #gNav > li.hdrLogo {
    margin-left: 40px;
    margin-right: auto;
}

header nav #gNav > li.hdrLogo > a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

header nav #gNav > li.hdrLogo img {
    display: block;
    height: auto;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 304px;
}

header nav #gNav .tel span.tel-link,
header nav #gNav .tel span.tel-open {
    color: var(--white);
}
header .sticky nav #gNav .tel span.tel-link,
header .sticky nav #gNav .tel span.tel-open,
header .page nav #gNav .tel span.tel-link,
header .page nav #gNav .tel span.tel-open {
    color: var(--black);
}
header nav #gNav .tel span[class*='fdl01']::before {
    background-color: var(--white);
}
header .sticky nav #gNav .tel span[class*='fdl01']::before,
header .page nav #gNav .tel span[class*='fdl01']::before {
    background-color: var(--black);
}

@media screen and (max-width : 1600px) {
    header nav #gNav > li.hdrLogo img {
        width: 200px;
    }
}

@media screen and (max-width : 1100px) {
    header nav #gNav > li.hdrLogo img {
        width: 150px;
    }
}

header nav #gNav > li.hdrContact {
    margin-left: 15px;
}

header nav #gNav > li.hdrContact > a {
    color: var(--white);
    font-weight: 700;
    padding: 20px 25px;
    background: var(--main-color01);
    align-items: center;
    line-height: 1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease;
}

header nav #gNav > li.hdrContact > a:hover {
    background: var(--black);
}

header nav #gNav > li.hdrContact > a span {
    flex-grow: 0;
}

header .hdrContact span:first-of-type {
    display: block;
    color: var(--white);
    background: var(--sub-color02);
    border-radius: 15px;
    /* font-size: 14px; */
    font-size: 0.7em;
    font-weight: 700;
    padding: 8px 25px 7px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1;
    /* width: 100%; */
    box-sizing: border-box;
    text-align: center;
}

header .hdrContact span:first-of-type::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 90%);
    border-top: var(--sub-color02) 11px solid;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
    pointer-events: none;
}

header .hdrContact span:first-of-type b {
    display: inline-block;
    color: var(--white);
    background: var(--red);
    padding: 2px 5px 4px;
    /* font-size: 12px; */
    font-size: 0.86em;
    margin-right: 5px;
    vertical-align: text-bottom;
}

header .hdrContact span:last-of-type {
    margin-bottom: 3px;
}

header nav #gNav > li > div {
    opacity: 0;
    pointer-events: none;
    background: var(--black);
    position: absolute;
    z-index: 100;
    margin: 0px 0 0 0;
    box-sizing: border-box;
    text-align: left;
    padding: 25px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    width: max-content;
    color: var(--white);
    font-weight: 700;
}

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

header nav #gNav > li p {
    margin-right: 20px;
}

header nav #gNav > li ul {
    display: flex;
    flex-wrap: wrap;
    width: 420px;
}

header nav #gNav > li ul li {
    width: 210px;
    display: block;
    color: #FFF;
}
/* header nav #gNav > li ul li::after {
    content: '';
    width: 100%;
}
header nav #gNav > li ul li:nth-child(3) {
    order: 1;
} */

header nav #gNav > li ul li + li {
    /* margin-top: 3px; */
}

header nav #gNav > li ul li a {
    display: block;
    color: var(--white);
    background: transparent;
    font-size: 0.9em;
    font-weight: 500;
    padding: 8px 10px 8px 35px;
    position: relative;
    white-space: nowrap;
}

header nav #gNav > li ul li a::before {
    position: absolute;
        inset: 0 auto 0 15px;
    margin: auto 0;
    content: "";
    width: 10px;
    height: 16px;
    background-color: var(--main-color01);
    --mask: url(./img/svg_arrow02.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;
}

header nav #gNav > li ul li a:hover {
    background: var(--main-color01);
    transition: 0.6s;
}

header nav #gNav > li ul li a:hover::before {
    background-color: var(--white);
}

@media screen and (max-width : 1600px) {
    header nav #gNav {
        font-size: 16px;
    }
}

@media screen and (max-width : 1300px) {
    header nav #gNav {
        font-size: 14px;
    }

    header nav #gNav > li.hdrLogo {
        margin-left: 10px;
    }

    header nav #gNav > li.hdrContact {
        margin-left: 0;
    }
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer {
    background: #111;
    color: var(--white);
}

footer a,
footer a:not([href^='tel']) {
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
}

footer a:hover {
    color: var(--main-color01);
}

.ftrContent {
    padding: 0;
}

.ftrContent > .ftrSns {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 40px 0;
}

.ftrContent > .ftrInfo {
    background-color: var(--bg-lg);
    padding: 40px 0;
}

.ftrContent > .ftrInfo .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftrContent .floatL {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid var(--black);
    padding: 10px 50px 10px 0;
    width: 320px;
}

.ftrContent .floatR {
    padding: 0;
    font-size: 14px;
    text-align: right;
}

.ftrLogo {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.ftrLogo span {
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
}

.ftrLogo img {
    max-width: 304px;
}

.ftrContent h3 {
    display: block;
    font-size: var(--base-font-size);
    font-weight: 700;
}

.ftrContent dl {
    display: grid;
    gap: 10px;
    margin: 1em 0 0;
    font-size: 16px;
    line-height: 1.8;
}

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

.ftrContent dl dt::before {
    content: "【";
}

.ftrContent dl dt::after {
    content: "】";
}

@media screen and (max-width : 1300px) {
    .ftrContent .floatL {
        padding: 20px 35px 15px;
    }

    .ftrContent .floatR {
        padding: 20px 0 15px 35px;
    }

    .ftrContent dl {
        font-size: 16px;
    }
}

.ftrNav {
    padding: 40px 0;
}

.ftrNav > div {
    display: flex;
    justify-content: space-between;
}

.ftrNav > div > ul {
    display: block;
}

/* .ftrNav > div > ul:first-of-type > li:first-of-type::before {
    display: none;
} */

.ftrNav > div > ul ul,
.ftrNav > div > ul li + li {
    margin-top: 5px;
}

.ftrNav > div > ul > li::before {
    content: "─";
    margin-right: 0.5em;
    color: #999;
}

.ftrNav > div > ul > li li::before {
    content: "└";
    margin-left: 0.5em;
    margin-right: 1em;
    color: #999;
}

.ftrBanners {
    background: #222;
    padding: 40px 0;
}

.ftrBanners ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

footer .copyRight {
    width: 100%;
    box-sizing: border-box;
    clear: both;
    text-align: center;
    padding: 10px 10px 40px;
    font-size: 12px;
    font-weight: 400;
    color: var(--white);
    background: var(--black);
    border-bottom: solid 10px var(--main-color01);
}

.pageTop {
    position: absolute;
    display: flex;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
}

.scrolled .pageTop {
    opacity: 1;
}

.pageTop a {
    position: sticky;
    bottom: 30px;
    margin: auto 40px -30px auto;
    width: fit-content;
    height: fit-content;
    z-index: 999;
    transform: translateY(0%);
    transition: all 0.3s ease;
    /* overflow: hidden; */
    pointer-events: auto;
    display: block;
}

.pageTop a .pagetop_line {
    width: 1px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.pageTop a .pagetop_line::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 40px;
    background: var(--black);
}

.pageTop a:hover .pagetop_line {
    animation: pathmove1800 1.0s ease-in-out infinite;
}

@keyframes pathmove1800{
  0%{
    height:0;
    top:-20px;
    opacity: 1;
  }
  30%{
    height:20px;
    opacity: 1;
  }
  100%{
    height:20px;
    top:0;
    opacity: 0;
  }
}

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

/* -----------------------------------------------------------
    .mainv
----------------------------------------------------------- */
#top .mainv {
    aspect-ratio: 1920 / 620;
    width: 100%;
    height: auto;
    position: relative;
}

.mainvCover {
    position: relative;
    width: 100%;
    height: auto;
}

.mainvCover h2 {
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    align-items: center;
    justify-items: flex-start;
}

.mainvCover h2 img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
    grid-row: 1/ 2;
    grid-column: 1 / 2;
}

.mainvCover h2 .catch {
    /* position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%); */
    grid-row: 1 / 2;
    grid-column: 1/ 2;
    padding-left: 3%;
    margin: auto 0;
    color: var(--white);
    line-height: 1.2;
} 

.mainvCover h2 .catch span {
    display: block;
}

.mainvCover h2 .catch .ja {
    font-size: 70px;
    font-weight: 900;
}

.mainvCover h2 .catch .en {
    margin-top: 15px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.15em;
    mix-blend-mode: difference;
}

.mainvCover .scrolldown {
    position: absolute;
    bottom: -45px;
    left: 8%;
    /* position: relative; */
    width: 86px;
    height: 98px;
}

.mainvCover .scrolldown_line {
    width: 0.1rem;
    height: 4.0rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.mainvCover .scrolldown_line::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 40px;
    background: var(--white);
    animation: pathmove1600 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove1600{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:35px;
    opacity: 1;
  }
  100%{
    height:0;
    top:30px;
    opacity: 0;
  }
}

.mainvSlider {
    height: auto;
    overflow: hidden;
    z-index: 1;
    width: 62.5%;
    height: auto;
    aspect-ratio: 1200 / 560;
}

.mainvSlider .slick-track,
.mainvSlider .slick-list {
    height: 100%;
}

.mainvSlider .slick-slide {
    width: 100%;
    height: 100%;
}

.mainvSlider .slick-slide img {
    height: 100%;
}

.mainv .medals {
    position: relative;
    background-color: var(--white);
    border-top: solid 10px var(--main-color01);
    padding: 25px 75px;
    z-index: 10;
    display: flex;
    width: fit-content;
    margin: -144px auto 0;
    gap: 0 25px;
    z-index: 1;
    box-shadow: 0px 15px 25px 5px rgba(0, 0, 0, 0.15);
}

.mainv .medals img {
    display: block;
    filter: drop-shadow(0 6px 6px rgba(17, 17, 17, 0.15))
}

.mainvContact {
    position: absolute;
    right: 6.77vw;
    bottom: 1.5vw;
    width: 9.3vw;
    height: 9.3vw;
    z-index: 10;
}

.mainvContact a {
    width: 100%;
    height: 100%;
    display: flex;
    color: var(--black);
    gap: 5px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--yellow);
    border: 0.333em solid var(--black);
    font-size: 0.9375vw;
    text-align: center;
    box-sizing: border-box;
    border-radius: 100vh;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.mainvContact a:hover {
    color: var(--white);
    background: #222;
}

.mainvContact a::before {
    display: block;
    content: "";
    width: 4em;
    height: 4em;
    background: url(./img/svg_write01.svg) no-repeat;
    transition: 0.3s ease;
}

.mainvContact a::after {
    position: absolute;
    inset: 0 1.111em 0 auto;
    margin: auto 0;
    display: block;
    content: "";
    margin-left: 0.75em;
    width: 0.777em;
    height: 1.333em;
    background-color: currentColor;
    --mask: url(./img/svg_arrow02.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; */
    vertical-align: -0.15em;
}

.mainvContact a p {
    font-size: clamp(14px, 1em, var(--base-font-size));
    font-weight: 700;
    line-height: 1.222;
    color: currentColor;
}

.mainvContact a b {
    position: absolute;
    top: -0.833em;
    display: block;
    color: var(--white);
    background: var(--red);
    padding: 0.166em 0.666em 0.277em;
    line-height: 1.5;
    font-size: 1.222em;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    margin-right: 0.277em;
    vertical-align: text-bottom;
    z-index: 5;
    border-radius: 100vh;
}

.mainvContact a b::before {
    display: block;
    position: absolute;
    inset: auto 0 0;
    margin: 0 auto;
    content: "";
    width: 0.8333em;
    height: 0.8333em;
    border-bottom-right-radius: 5px;
    background: var(--red);
    transition: none;
    transform: translateY(50%) rotate(45deg) skew(20deg, 20deg);
    z-index: -1;
}

/* -----------------------------------------------------------
    .bnrList01
----------------------------------------------------------- */
.bnrList01 {
    padding: 50px 0 0;
}

.contactUsContent + .bnrList01 {
    padding-top: 100px;
}

.bnrList01 .slick-track {
    display: flex;
    gap: 30px;
}

.bnrList01 .slick-slide {
    opacity: 1;
    box-sizing: content-box;
    background: var(--white);
}

.bnrList01 .slick-slide img {
    width: 100%;
    height: auto;
}

.slider .slick-prev,
.slider .slick-next {
    z-index: 10;
}

.slider .slick-prev {
    left: 165px;
}

.slider .slick-next {
    right: 160px;
}

.slider .slick-prev::before,
.slider .slick-prev::after,
.slider .slick-next::before,
.slider .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    inset: -100%;
    margin: auto;
}

.slider .slick-next::before,
.slider .slick-prev::before {
    width: 70px;
    height: 70px;
    background: var(--black);
    opacity: 0.8;
    border-radius: 100vh;
}

.slider .slick-next::after,
.slider .slick-prev::after {
    --mask: url(img/svg_arrow01.svg);
    width: 70px;
    height: 40px;
    background: var(--white);
    -webkit-mask-image: var(--mask);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: contain;
    mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: contain;
}

.slider .slick-prev::after {
    --mask: url(img/svg_arrow03.svg);
}

/* .slider .slick-prev::after {
    transform: scaleX(-1) translate(-50%, -50%);
} */

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-slider .slick-dots {
    --color: var(--black);
    bottom: -80px;
    right: 320px;
    z-index: 100;
    line-height: 1;
    display: flex;
    padding: 0;
    list-style: none;
    width: auto;
}

.slick-slider .slick-dots li {
    position: relative;
    display: block;
    margin: 0 4px;
    padding: 0;
    width: 60px;
    height: 6px;
    cursor: pointer;
}

.slick-dots li button {
    position: relative;
    display: block;
    width: 60px;
    height: 6px;
    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;
}

.slick-slider .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 5px;
    background: var(--color);
    opacity: 0.25 !important;
    content: '' !important;
    text-align: center;
    font-size: 6px;
    line-height: 20px;
}

.slick-dots li.slick-active button::before {
    opacity: 1 !important;
}

/* -----------------------------------------------------------
    .reasonContent
----------------------------------------------------------- */
.reasonContent {
    position: relative;
    background: url(./img/bg_reason03.png) no-repeat;
    background-size: auto;
    background-position: left bottom;
    padding: 0 0 40px;
    margin-top: 100px;
}

.reasonContent::before {
    content: "";
    position: absolute;
    width: 66%;
    min-width: 1000px;
    height: 1100px;
    background-image: url(./img/bg_reason.png);
    background-size: cover;
    background-position: left center;
    top: 140px;
    right: 0;
}

.reasonContent .contentTitle01 .en  {
    position: absolute;
    left: 0;
    top: 85px;
}

.reasonContent .lead {
    color: var(--white);
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.111);
    font-weight: 700;
    line-height: 2;
}

#top .reasonContent ul {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 50px;
    justify-content: center;
}

#top .reasonContent ul li {
    display: block;
    background: var(--white);
    width: calc(50% - 30px);
    position: relative;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

#top .reasonContent ul li > div {
    padding: 50px 40px 50px;
    display: flex;
    flex-direction: column;
}

#top .reasonContent ul li figure {
    width: 100%;
    order: -1;
    text-align: center;
}

#top .reasonContent ul li figure img {
    width: auto;
    height: 70px;
}

#top .reasonContent ul li h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
}

.reasonContent ul li h3 em {
    color: var(--main-color01);
}

#top .reasonContent ul li h3 + p {
    margin-top: 15px;
    font-size: var(--base-font-size);
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.02em;
}

body:not(#top) .reasonContent ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

body:not(#top) .reasonContent ul li {
    display: block;
    padding-left: 30px;
}

body:not(#top) .reasonContent ul li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 30px;
}

body:not(#top) .reasonContent ul li .number {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -30px;
    left: -30px;
    color: var(--main-color01);
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    padding: 20px 25px;
    align-items: center;
    justify-content: center;
    font-family: var(--en-font-family);
    font-weight: 600;
    z-index: 10;
}

body:not(#top) .reasonContent ul li:nth-of-type(2n) .number {
    inset: -30px -30px auto auto;
}

body:not(#top) .reasonContent ul li .number::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--black);
    width: 200px;
    height: 200px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -1;
}

body:not(#top) .reasonContent ul li:nth-of-type(2n) .number::before {
    inset: 0 0 auto auto;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

body:not(#top) .reasonContent ul li .number small {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

body:not(#top) .reasonContent ul li .number b {
    line-height: 1;
    display: block;
    font-size: 70px;
    font-weight: 600;
}

body:not(#top) .reasonContent ul li > div {
    display: grid;
    grid-template-areas:
        '. img'
        'title img'
        'txt img'
        '. img';
    gap: 0 50px;
    position: relative;
    background: var(--white);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
    padding: 40px 40px 40px 80px;
}

body:not(#top) .reasonContent ul li:nth-of-type(2n) > div {
    padding: 40px 80px 40px 40px;
    grid-template-areas:
        'img .'
        'img title'
        'img txt'
        'img .';
}

body:not(#top) .reasonContent ul li h3 {
    grid-area: title;
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444);
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: -0.05em;
}

body:not(#top) .reasonContent ul li p {
    grid-area: txt;
    font-size: var(--base-font-size);
    line-height: 2;
}

body:not(#top) .reasonContent ul li figure {
    grid-area: img;
    width: 380px;
}

body:not(#top) .reasonContent ul li figure img {
    width: 100%;
    height: auto;
}

/* -----------------------------------------------------------
    .serviceContent
----------------------------------------------------------- */
.serviceContent {
    position: relative;
    background-color: #f0f0f0;
    background-image: url(img/bg_method.png);
    background-repeat: no-repeat;
    background-position: right top;
    /* background-size: cover;
    background-attachment: fixed; */
    padding-top: 100px;
    padding-bottom: 100px;
}

.serviceContent .contentTitle01 .en {
    position: absolute;
    top: 680px;
    left: -660px;
    transform: rotate(-90deg);
    color: var(--white);
}

.serviceContent ul li {
    position: relative;
    margin-top: 90px;
    padding: 80px 40px 40px;
    box-sizing: border-box;
    background: var(--white);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

.serviceContent ul li h3 {
    position: absolute;
    display: inline-block;
    color: var(--white);
    background-color: var(--main-color01);
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 700;
}

.serviceContent ul li .inBox {
    display: flex;
    justify-content: space-between;
}

.serviceContent ul li figure {
    width: 360px;
    height: 240px;
}

.serviceContent ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.serviceContent ul li .lead {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444);
    font-weight: 700;
    line-height: 1.38;
    margin-bottom: 25px;
}

.serviceContent ul li .lead b {
    color: var(--red);
    font-weight: 700;
}

.serviceContent ul li p {
    width: 620px;
    font-size: var(--base-font-size);
    line-height: 2;
    letter-spacing: -0.01em;
}

.serviceContent ul li p + .btn {
    margin-top: 30px;
}

.cautionContent {
    position: relative;
    border: 6px solid var(--black);
    margin: 100px 0;
    padding: 100px 60px;
    background:
        linear-gradient(-45deg, #000 25%, #fff100 25%, #fff100 50%, #000 50%, #000 75%, #fff100 75%) left top -59px/99px 99px repeat-x,
        linear-gradient(-45deg, #000 25%, #fff100 25%, #fff100 50%, #000 50%, #000 75%, #fff100 75%) left bottom -59px/99px 99px repeat-x;
    overflow: visible;
}

.cautionContent::after {
    background: center top url(img/img_caution_mark.png) no-repeat;
    content: "";
    display: block;
    position: absolute;
    inset: 0 0 auto;
    margin: 0 auto;
    width: 152px;
    height: 130px;
    transform: translateY(-60%);
}

#main .cautionContent p.lead {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.384;
}

#main .cautionContent p.lead strong {
    font-weight: 700;
}

#main .cautionContent p + .btn {
    margin-top: 50px;
}

/* -----------------------------------------------------------
    .costContent
----------------------------------------------------------- */
body[data-pagename='other'] .costContent {
    background: none !important;
    padding-top: 0 !important;
}

#top .costContent {
    position: relative;
    margin-top: 80px;
    background: url(./img/bg_cost.png) no-repeat center top 160px;
}

.costContent > div:nth-of-type(2) {
    z-index: 1;
    position: relative;
}

body[data-pagename='other'] .costContent > div:nth-of-type(2)::before {
    display: none;
}


.costContent .contentTitle01 .en {
    position: absolute;
    right: 0;
    top: 0;
}

.costContent .inner {
    overflow: visible;
}

.costContent .lead {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 2.444);
    font-weight: 900;
    line-height: 1.25;
    padding-bottom: 37px;
}

.costContent .lead b {
    font-weight: 900;
    color: var(--main-color01);
}

.costContent .lead + p {
    font-size: var(--base-font-size);
    margin-top: -10px;
    margin-bottom: 45px;
}

.costList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 40px;
    margin: 80px 0 50px;
}

.costList li {
    position: relative;
    background-color: #FFF;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

.costList li a {
    display: block;
    padding-top: 185px;
    padding-bottom: 15px;
    color: var(--body-text-color);
}

.costList h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
}

.costList h3::before {
    content: "";
    display: block;
    margin-bottom: 5px;
    width: 20px;
    height: 4px;
    background-color: var(--main-color01);
}

.costList img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: bottom;
}




/* 前データ(priceList) */
.priceList > p {
    margin-top: -20px;
    grid-column: 1 / 5;
}

body:not([data-single]) .priceList > .inBox:has(> ul > li:nth-child(2)),
.priceList > .inBox:not(:has(> ul > li:nth-child(2))),
body[data-single] .priceList > .inBox:has(> ul > li:nth-child(2)) li {
    background: var(--white);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

.priceList > .inBox:has(> ul > li:nth-child(2)) {
    grid-column: 1 / 5;
}

.priceList > .inBox:not(:has(> ul > li:nth-child(2))) li {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
}

.priceList > .inBox:not(:has(> ul > li:nth-child(2))) li:has(figure) {
    grid-template-rows: 130px auto minmax(0, 1fr);
}

.priceList > .inBox:not(:has(> ul > li:nth-child(2))) li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.priceList > .inBox h3 {
    color: var(--white);
    background: var(--black);
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666);
    font-weight: 700;
    padding: 13px 20px;
    text-align: center;
}

.priceList > .inBox h3:has(b) {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.222);
    padding: 0 20px 6px;
}

.priceList > .inBox h3 b {
    font-size: 36px;
}

.priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) h3 {
    background: var(--black);
    color: var(--white);
    /* font-size: 26px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444);
    font-weight: 700;
    padding: 10px 40px 13px;
    position: relative;
    margin: 0 0 30px;
    text-align: left;
}

.priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) h3::before {
    position: absolute;
    inset: 5px auto auto 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--main-color01);
    border-left-color: var(--main-color01);
}

.priceList > .inBox > ul {
    display: flex;
    gap: 0 40px;
    padding: 30px 30px 0;
}

body[data-single] .priceList > .inBox > ul:has(> li:nth-child(2)) {
    padding: 0;
}

body:not([data-single]) .priceList > .inBox > ul:has(> li:nth-child(2)) {
    padding: 30px 30px 0;
    gap: 0 10px
}

.priceList > .inBox:not(:has(> ul > li:nth-child(2))) > ul {
    padding-bottom: 0;
}

.priceList > .inBox > ul li {
    text-align: center;
    flex: 1;
}

.priceList > .inBox > ul li .title {
    color: var(--white);
    background: rgb(var(--color, 33, 33, 33));
    /* font-size: 26px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444);
    font-weight: 700;
    padding: 6px 10px 7px;
}

body[data-single] .priceList > .inBox > ul li[style] .title {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666);
    padding: 16px 10px 17px;
}

.priceList > .inBox > ul li[style] .lead {
    font-size: var(--base-font-size);
    font-weight: 700;
    text-align: center;
    color: var(--white);
    background:
        linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%),
        linear-gradient(to right, rgb(var(--color, 33, 33, 33)) 0%, rgb(var(--color, 33, 33, 33)) 100%);
    padding: 26px 0 30px;
}

.priceList > .inBox > ul li figure img {
    width: 100%;
    height: auto;
    display: block;
}

.priceList > .inBox > ul li .dt {
    color: var(--white);
    background: #444;
    font-size: var(--base-font-size);
    font-weight: 700;
    padding: 3px 10px 5px;
}

.priceList > .inBox > ul li[style] .dt {
    padding: 10px 10px;
}

.priceList > .inBox > ul li div.priceBox,
.priceList > .inBox > ul li .priceBox .dd {
    line-height: 1.2;
}

.priceList > .inBox > ul li div.priceBox,
body:not([data-single]) .priceList > .inBox > ul li .priceBox .dd {
    background: #f5f5f5;
}

.priceList > .inBox:not(:has(> ul > li:nth-child(2))) > ul li div.priceBox {
    margin: 0 -30px;
    display: flex;
    min-height: 120px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.priceList > .inBox > ul li .priceBox .dd,
.priceList > .inBox:not(:has(> ul > li:nth-child(2))) > ul li div.priceBox {
    padding: 15px 10px;
}

.priceList > .inBox > ul li .lead {
    padding-top: 15px;
    font-size: var(--base-font-size);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

body[data-single] .priceList > .inBox > ul li .lead {
    text-align: center;
    margin-top: -10px;
    padding-top: 0;
    font-size: var(--base-font-size);
    font-weight: 700;
    line-height: 1.5;
}

body[data-single] .priceList > .inBox > ul li .lead strong {
    /* font-size: 26px; */
    /* font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444); */
    font-size: calc(var(--base-font-size) * 1.444);
    font-weight: 700;
    color: var(--sub-color02);
    border-bottom: 2px solid var(--black);
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

body[data-single] .priceList > .inBox > ul li figure + .lead {
    padding: 25px 0;
    margin-top: 0;
}

.priceList > .inBox > ul li b {
    font-weight: 700;
}

.priceList > .inBox > ul li .red {
    color: var(--red);
    font-weight: 900;
}

.priceList > .inBox > ul li .price {
    font-size: 38px;
    font-weight: 700;
    font-family: var(--en-font-family);
}

.priceList > .inBox > ul li .price_unit,
.priceList > .inBox > ul li .price_tax {
    font-size: 16px;
    font-weight: 700;
}

.priceList > .inBox > ul li .price_unit {
    display: inline-block;
}

.priceList > .inBox > ul li div.priceBox .price_tax {
    display: block;
}

body[data-pagename='building'] .priceList > .inBox > ul li div.priceBox .price_tax {
    display: inline;
}

.priceList > .inBox .price_detail {
    text-align: left;
    margin-top: -5px;
    padding: 30px 0;
    font-size: var(--base-font-size);
    line-height: 1.5;
}

.priceList > .inBox > ul li .priceBox small {
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

.priceList > .inBox:has(> ul > li:nth-child(2)) > ul li .priceBox small {
    margin-top: 0;
}

.priceList > .inBox > ul li .priceBox small b,
.priceList > .inBox > ul li .priceBox small i {
    font-style: normal;
    font-weight: 400;
}

body:not([data-single]) .priceList > .inBox > ul + p {
    /* margin-top: -20px; */
    padding: 15px 30px 10px;
}

body[data-single] .priceList > .inBox > ul + p {
    margin-top: 20px;
}

.priceList > .inBox .btn {
    margin-top: 20px;
    margin-bottom: 30px;
}

/*----- service/interior -----*/
body[data-pagename='interior'] .priceList .inBox {
    grid-column: 1 / 5;
    padding: 0;
}

body[data-pagename='interior'] .priceList .inBox ul {
    padding: 0;
}

body[data-pagename='interior'] .priceList .inBox li {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto) !important;
    grid-template-areas:
        "lead"
        "priceBox";
    gap: 0 40px;
    align-items: flex-start;
    padding: 60px;
}

body[data-pagename='interior'] .priceList .inBox li:has(figure) {
    grid-template-columns: 380px auto;
    grid-template-rows: repeat(3, auto) !important;
    grid-template-areas:
        "figure lead"
        "figure priceBox"
        "figure .";
}

body[data-pagename='interior'] .priceList > .inBox > ul li figure {
    grid-area: figure;
    aspect-ratio: 380 / 260;
}

body[data-pagename='interior'] .priceList > .inBox > ul li .lead {
    grid-area: lead;
    text-align: left;
    font-size: var(--base-font-size);
    font-weight: 400;
}

body[data-pagename='interior'] .priceList > .inBox > ul li .priceBox {
    grid-area: priceBox;
    margin: 0 !important;
}

/*----- service/building -----*/
body[data-pagename='building'] .priceList > .inBox > ul li div.priceBox {
    background: var(--white);
}

/*----- service/other -----*/
/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) > ul, */
body[data-pagename='other'] .priceList > .inBox > ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) li, */
.priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) li {
    box-shadow: none;
    border: 4px solid var(--black);
    display: grid;
    /* grid-template-rows: auto repeat(2, auto); */
    grid-template-rows: min-content min-content auto;
    ;
    gap: 0;
}

/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) li figure, */
body[data-pagename='other'] .priceList > .inBox li figure {
    grid-row: 1 / 2;
}

/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) li .title, */
body[data-pagename='other'] .priceList > .inBox li .title {
    grid-row: 2 / 3;
    /* font-size: 22px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.222);
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    padding: 31px 0 22px;
    margin: 0 36px 0;
    color: var(--black) !important;
    background: none !important;
    border-bottom: 2px solid var(--black);
}

body[data-pagename='other'] .priceList > .inBox li .title:has(small) {
    line-height: 1.5;
}

body[data-pagename='other'] .priceList > .inBox li .title small {
    display: block;
    font-size: 16px;
    margin-top: 0;
}

/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) > ul li div.priceBox, */
body[data-pagename='other'] .priceList > .inBox > ul li div.priceBox {
    grid-row: 3 / 4;
    padding: 0;
    margin: 0 36px;
    padding-bottom: 25px;
    background: none;
    width: auto;
    align-items: stretch;
    min-height: auto;
    text-align: left;
}

/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) > ul li div.priceBox > *, */
body[data-pagename='other'] .priceList > .inBox > ul li div.priceBox > * {
    padding: 20px 0 15px;
}

/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) > ul li div.priceBox .dd + .dd, */
body[data-pagename='other'] .priceList > .inBox > ul li div.priceBox .dd + .dd {
    background-image: linear-gradient(to right, #000 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
    background-position: left top;
}

/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) > ul li div.priceBox .dd .price, */
body[data-pagename='other'] .priceList > .inBox > ul li div.priceBox .dd .price {
    /* font-size: 26px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444);
    font-weight: 700;
}

/* .priceList > .inBox:has(> ul > li:nth-child(2)):not(:has(li[style])) > ul li div.priceBox .dd .price_unit, */
body[data-pagename='other'] .priceList > .inBox > ul li div.priceBox .dd .price_unit {
    font-size: 16px;
    font-weight: 400;
}

/*----- service/interior -----*/
body[data-pagename='paving'] .priceList:has(>.inBox:nth-child(1)) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}

body[data-pagename='paving'] .priceList:has(>.inBox:nth-child(2)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

body[data-pagename='paving'] .priceList:has(>.inBox:nth-child(3)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

body[data-pagename='paving'] .priceList:has(>.inBox:nth-child(4)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

body[data-pagename='paving'] .priceList > .inBox h3 {
    /* font-size: 22px; */
    /* font-size: calc(var(--base-font-size) * var(--font-scale) * 1.222); */
    font-size: calc(var(--base-font-size) * 1.222);
}

/* -----------------------------------------------------------
    .worksContent
----------------------------------------------------------- */
.worksContent {
    position: relative;
}

.worksContent .contentTitle01 .en {
    position: absolute;
    right: 0;
    top: 0;
}

/* -----------------------------------------------------------
    .reviewsContent
----------------------------------------------------------- */
.reviewsContent {
    margin: 95px 0 0;
}

.reviewsContent .wide {
    background: linear-gradient(135deg, transparent 110px, var(--sub-color02) 110px);
    /* padding: 60px 150px; */
    padding: 50px 0 60px;
    position: relative;
}

.reviewsContent .wide::before {
    position: absolute;
    content: "";
    display: block;
    left: 192px;
    top: -63px;
    background: url(img/img_person01.png) no-repeat;
    background-size: contain;
    width: 273px;
    height: auto;
    aspect-ratio: 273 / 317;
}

.reviewsContent .inBox:has(.lead) {
    width: 1100px;
    padding: 0 0 30px 330px;
    text-align: left;
    margin: 0 auto;
    box-sizing: border-box;
}

.reviewsContent .lead {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.888);
    font-weight: 900;
    line-height: 1.3;
    width: fit-content;
    margin: 0 auto 20px;
    position: relative;
    color: var(--white);
    display: flex;
    text-align: left;
}

.reviewsContent .lead span {
    display: block;
    flex: 1 1 auto;
    padding: 0 25px;
}

.reviewsContent .lead::before,
.reviewsContent .lead::after {
    content: "";
    width: 2px;
    border-left: 2px solid currentColor;
    height: auto !important;
    margin-left: 1em;
    margin-right: 1em;
    display: block;
    flex: 1 1 auto;
    transform: skew(-20deg);
}

.reviewsContent .lead b {
    font-weight: 900;
    color: var(--yellow);
}

.reviewsContent .lead + p {
    /* font-size: 20px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.111);
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.reviewsBox {
    width: 100%;
    background: var(--white);
    padding: 30px 0 15px;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
}

.reviewsBox .wp-gr {
    --star-color: #ffc900;
}

.reviewsBox .wp-gr .grw-row-m .grw-header,
.reviewsBox .grw-content{
	width:100% !important;
}

.reviewsBox .wp-gr .grw-header-inner {
    margin-bottom: 10px !important;
}

.reviewsBox .wp-gr .grw-content-inner {
    padding: 0 40px !important;
}

.reviewsBox .wp-gr .grw-controls {
    width: calc(100% - 80px) !important;
}

.reviewsBox .wp-gr .grw-row {
    flex-direction: column;
}

.reviewsBox .wp-gr .grw-row-s .grw-header + .grw-content .grw-review {
    flex: 0 0 calc(100% / 3);
}

.reviewsBox .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    background: #f4f4f4 !important;
    border-radius: 10px !important;
    padding: 20px 25px !important;
}

.reviewsBox .wp-gr .grw-review-inner > svg {
    top: 25px !important;
    right: 25px !important;
}

.reviewsBox .wp-gr .grw-review-inner {
    margin: 0 20px !important;
}

.reviewsBox .wp-gr .wp-google-left img {
    box-shadow: none;
}

.reviewsBox .wp-gr .grw-btns {
    width: 37px !important;
}

.reviewsBox .wp-gr .grw-btns svg {
    visibility: hidden;
}

.reviewsBox .wp-gr .grw-btns::before {
    position: absolute;
/*    inset: 0 20px 0 auto;*/
    margin: auto 0;
    content: "";
    width: 23px;
    height: 37px;
    background-color: currentColor;
    --mask: url(./img/svg_arrow02.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) translate(110%, 0%);
    transition: 0;
}

.reviewsBox .wp-gr .grw-btns.grw-prev::before {
    transform: scaleX(-1) translate(0%, 0%);
}

.reviewsBox .wp-gr.wpac .wp-google-rating {
    font-size: 36px !important;
    font-weight: 900 !important;
    font-family: var(--base-font-family) !important;
    color: #ffc900 !important;
    margin-right: 0.5em !important;
}

.reviewsBox .wp-gr .wp-google-place .wp-star svg {
    width: 28px !important;
    height: 28px !important;
}

.reviewsBox .wp-google-right > div:has(.wp-google-rating) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviewsBox .wp-google-right .wp-google-stars {
    margin-top: 5px !important;
}

/* -----------------------------------------------------------
    .serviceList
----------------------------------------------------------- */
.serviceList {
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: url(./img/bg_service.png) no-repeat;
    background-position: left bottom;
}

.serviceList::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background: var(--sub-color01) url(./img/bg_service_before.png) no-repeat;
    background-position: right bottom 20px;
    top: 160px;
    left: 0;
}
/* .worksContent + .serviceList {
    margin-top: -15px;
} */

.serviceList .contentTitle01 .en {
    position: absolute;
    top: 35%;
    left: -15%;
    transform: rotate(-90deg);
    color: var(--white);
    opacity: 0.2;
}

.serviceList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 100px 0 60px;
}

.serviceList ul li {
    position: relative;
    width: 340px;
    background-color: var(--sub-color02);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

.serviceList figure img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.serviceList .icon {
    text-align: center;
    margin-top: 30px;
    height: 70px;
}

.serviceList h3 {
    position: absolute;
    writing-mode: vertical-rl;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.serviceList h3 span {
    display: inline-block;
    background-color: var(--white);
    font-size: 22px;
    font-weight: 700;
    padding: 5px;
}

.serviceList p {
    padding: 15px 40px 40px;
    color: #FFF;
    font-weight: 500;
}

/*ページ用*/
#service01 {
    background-color: var(--sub-color01);
}
#service01 .serviceList {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(./img/bg_service02.png) no-repeat;
    background-position: left 40px top 100px;
}

#service01 .serviceList::before {
    display: none;
}
/* .worksContent + .serviceList {
    margin-top: -15px;
} */

#service01 .serviceList .contentTitle01 .ja {
    color: var(--white);
}

#service01 .serviceList .contentTitle01 .ja::after {
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 33px;
    height: 59px;
    background-image: none;
    background-color: var(--white);
    --mask: url(./img/icon01.png);
    -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);
}

#service01 .serviceList .contentTitle01 .en {
    top: 250px;
    left: auto;
    right: -250px;
    transform: rotate(90deg);
}

#service01 .serviceList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 60px;
    margin: 100px 0 0;
}

#service01 .serviceList ul li {
    position: relative;
    width: 520px;
    background-color: var(--white);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
    padding: 40px;
    box-sizing: border-box;
}

#service01 .serviceList figure img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}

#service01 .serviceList .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    height: 110px;
    width: 110px;
    background-color: var(--sub-color02);
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

#service01 .serviceList h3 {
    position: static;
    writing-mode: initial;
    transform: translateX(0);
    border-bottom: solid 2px var(--sub-color01);
    padding: 0 0 20px;
    margin: 20px 0;
    line-height: 1;
}

#service01 .serviceList h3 span {
    background-color: transparent;
    font-size: 24px;
    padding: 0;
}

#service01 .serviceList h3 span br {
    display: none;
}

#service01 .serviceList p {
    padding: 0;
    color: var(--body-text-color);
    font-weight: 500;
}

/* -----------------------------------------------------------
    .aboutContent
----------------------------------------------------------- */
.aboutContent {
    position: relative;
    padding-bottom: 90px;
    margin-top: 140px;
}

.aboutContent::before {
    content: "";
    position: absolute;
    display: block;
    background: var(--main-color01);
    background-size: cover;
    left: 0;
    top: 0;
    width: min(698px, calc(100vw * (698 / 1920)));
    aspect-ratio: 698 / 680;
    z-index: -2;
}

.aboutContent::after {
    content: "";
    position: absolute;
    display: block;
    background: url(img/bg_about.jpg);
    background-size: cover;
    left: 14%;
    top: 6.5%;
    width: min(670px, calc(100vw * (670 / 1920)));
    aspect-ratio: 670 / 560;
    z-index: -1;
}

.aboutContent h2 {
    position: absolute;
    bottom: 34%;
    right: 0;
    z-index: -1;
}

.aboutContent h2 small {
}

.aboutContent .innerWrap {
    width: 50%;
    margin: 0 0 0 auto;
    padding-left: 25px;
    box-sizing: border-box;
}

.aboutContent h3 {
    position: relative;
    writing-mode: vertical-rl;
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 0 auto;
    padding: 30px 15px;
}

.aboutContent h3::before,
.aboutContent h3::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
}

.aboutContent h3::before {
    top: 0;
    right: 0;
    border-top: solid 5px var(--main-color01);
    border-right: solid 5px #075114;
}

.aboutContent h3::after {
    bottom: 0;
    left: 0;
    border-bottom: solid 5px var(--main-color01);
    border-left: solid 5px #075114;
}

.aboutContent h3 span {
    color: var(--main-color01);
}

.aboutContent p {
    margin-top: 30px;
    font-size: var(--base-font-size);
    line-height: 2;
}

.aboutContent .btn {
    margin-top: 50px;
}

/* -----------------------------------------------------------
    .contactUsContent
----------------------------------------------------------- */
.contactUsContent {
}

.banners02Content + .contactUsContent {
    margin-top: 30px;
}

.contactUsContent .wideLg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 122px, #f2f2f2 122px);
}

.contactUsContent h2 {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.888);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.contactUsContent h2 small {
    font-family: var(--en-font-family);
    font-size: 3.82em;
    font-weight: 600;
    color: var(--white);
    display: block;
    line-height: 1;
    margin-bottom: 40px;
    opacity: 0.5;
}

.contactUsContent p.lead {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.888);
    font-weight: 900;
    /* line-height: 1; */
    margin-bottom: 10px;
}

.contactUsContent p.lead b {
    color: var(--main-color01);
    font-weight: 900;
}

.contactUsContent p {
    font-size: var(--base-font-size);
    text-align: center;
    line-height: 2;
}

.contactUsContent .banners01Content {
    /* margin-top: 75px; */
}

/* -----------------------------------------------------------
    .banners01Content
----------------------------------------------------------- */
.banners01Content {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

body:not(#top) .banners01Content {
    border-bottom: none;
}

body:not(#top) .contactUsContent .banners01Content {
    margin-bottom: 0;
}

.banners01Content ul {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: var(--white);
    padding: 0 1px;
}

.banners01Content ul.column4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 120px;
}

.banners01Content ul li {
    display: block;
    /* flex: 1; */
    position: relative;
    order: 1;
    height: 260px;
}

.banners01Content ul li.banners01Content_area,
.banners01Content ul li.banners01Content_works {
    order: 99;
}

.banners01Content ul li:has(a)::before,
.banners01Content ul li:has(a)::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 100;
    pointer-events: none;
}

.banners01Content ul li:has(a)::before {
    background: var(--white);
    border-radius: 100vh;
    width: 80px;
    height: 80px;
    inset: auto 25px 20px auto;
    margin: 0;
    background-image: url(img/arrow_mail.png);
    background-size: contain;
}

.banners01Content ul.column4 li:has(a)::before {
    background: var(--white);
    inset: auto 25px 20px auto;
    width: 1.7em;
    height: 1.0em;
    --mask: url(./img/btn_arrow.png);
    -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);
}

/* .banners01Content ul li:has(a)::after {
    inset: auto 25px 20px auto;
    margin: 0;
    --mask: url(img/svg_arrow01.svg);
    width: 40px;
    height: 40px;
    background: var(--main-color01);
    -webkit-mask-image: var(--mask);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: contain;
    mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: contain;
} */

.banners01Content ul li a:not([href^='tel:']) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-size: 26px; */
    /* font-size: clamp(16px, 1.3vw, 26px); */
    font-size: clamp(16px, 5vw, 26px);
    font-weight: 700;
    width: 100%;
    /* aspect-ratio: 960 / 320; */
    height: 260px;
    color: var(--white);
    background-color: var(--main-color03);
    position: relative;
    z-index: 1;
}

.banners01Content ul li a[href^='tel'] {
    color: var(--white);
}

.banners01Content ul li img,
.banners01Content ul li a small,
.banners01Content ul li a b {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
}

.banners01Content ul li a img {
    z-index: 100;
    margin-right: 15px;
}

.banners01Content ul li a:hover img {
    opacity: 1;
}

.banners01Content ul li a small {
    font-size: 80px;
    font-family: var(--en-font-family);
    font-weight: 500;
    display: block;
    line-height: 1;
    z-index: 100;
    color: var(--main-color01);
}

.banners01Content ul.column4 li a small {
    font-size: 42px;
    color: var(--white);
}

.banners01Content ul li a b {
    z-index: 3;
    font-weight: 500;
    display: block;
    line-height: 1;
    z-index: 100;
    font-size: 18px;
}

.banners01Content ul.column4 li a b {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 5px;
    font-weight: 700;
    font-size: 20px;
    background-color: var(--black);
}

.banners01Content ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banners01Content ul li a:not([href^='tel:'])::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: var(--black);
    z-index: 2;
    transition: 0.3s ease;
    mix-blend-mode: multiply;
}

.banners01Content ul li a:hover::before {
    opacity: 0.2;
}

.banners01Content ul li a {
    /* background-image: url(img/bg_banners01_service.jpg); */
    background-size: cover;
    background-position: center center;
}

.banners01Content ul li.banners01Content_contact a {
    background-image: url(img/bg_banners01_contact.jpg);
}

.banners01Content ul li.banners01Content_recruit a {
    background-image: url(img/bg_banners01_recruit.jpg);
}

.banners01Content ul li.banners01Content_service a {
    background-image: url(img/bg_banners01_service.jpg);
}

.banners01Content ul li.banners01Content_staff a {
    background-image: url(img/bg_banners01_staff.jpg);
}

.banners01Content ul li.banners01Content_reason a {
    background-image: url(img/bg_banners01_reason.jpg);
}

.banners01Content ul li.banners01Content_company a {
    background-image: url(img/bg_banners01_company.jpg);
}

.banners01Content ul li.banners01Content_area a {
    background-image: url(img/bg_banners01_area.jpg);
}

.banners01Content ul li.banners01Content_works a {
    background-image: url(img/bg_banners01_works.jpg);
}

.banners01Content ul li.banners01Content_cost a {
    background-image: url(img/bg_banners01_cost.jpg);
}

.banners01Content ul li p.tel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--white);
    background: var(--main-color01);
}

.banners01Content ul li .tel .tel-link {
    font-size: 70px;
    /* font-size: min(90px, 10vmin); */
    color: var(--white);
    margin: 0;
    padding-left: 65px;
}

@media screen and (max-width : 1400px) {
    .banners01Content ul li .tel .tel-link {
        font-size: 60px;
        /* font-size: min(60px, 11vmin); */
    }
}

.banners01Content ul li .tel span[class*="fdl01"]::before {
    color: var(--white);
    width: 30px;
    position: absolute;
    left: 12px;
    top: 19px;
    z-index: 2;
}

.banners01Content ul li .tel span[class*="fdl01"]::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--black);
    border-radius: 50%;
    left: 0;
    top: 11px;
    z-index: 1;
}

.banners01Content ul li p.tel span[class*='tel01']::before {
    color: var(--black);
    width: 0.666em;
    position: relative;
    z-index: 10;
}

.banners01Content ul li p.tel span[class*='tel01']::after {
    content: "";
    display: block;
    z-index: 2;
    border-radius: 100vh;
    position: absolute;
    inset: 0 auto 0 0.166em;
    margin: auto 0;
    width: 0.444em;
    height: 0.444em;
    background: #fff;
}

.banners01Content ul li .tel span.tel-open {
    font-size: var(--base-font-size);
    font-weight: 400;
    color: var(--white);
    margin-top: 5px;
}

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

.worksContent + .banners02Content,
.blogContent + .banners02Content,
.contactContent01 + .banners02Content {
    padding-top: 25px;
}

.banners02Content .inner {
    overflow: visible;
}

.banners02Content ul {
    display: flex;
    gap: 0 40px;
    margin: 0 -10px;
}

.banners02Content ul li {
    flex: 1;
}

.banners02Content ul li a {
    color: var(--black);
    display: block;
    position: relative;
    padding: 0 10px 20px;
    box-sizing: border-box;
}

.banners02Content ul li h3 {
    text-align: center;
    /* font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666); */
    font-size: calc(var(--base-font-size) * 1.666);
    font-weight: 700;
    line-height: 1;
    transition: 0.3s ease;
}

.banners02Content ul li h3 small {
    display: block;
    font-size: 0.666em;
    color: var(--main-color01);
    margin-bottom: 10px;
}

.banners02Content ul li img {
    display: block;
    margin: 20px 0 30px;
    outline: 0px solid var(--main-color01);
    outline-offset: 0;
}

.banners02Content ul li p {
    /* font-size: 20px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.111);
    line-height: 1;
    position: relative;
    padding-right: 40px;
}

.banners02Content ul li p::before,
.banners02Content ul li p::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 100;
    pointer-events: none;
}

.banners02Content ul li p::before {
    background: var(--main-color01);
    border-radius: 100vh;
    width: 40px;
    height: 40px;
    inset: -100% 0 -100% auto;
    margin: auto 0;
    transition: 0.3s ease;
    /* transform: translateY(50%); */
}

.banners02Content ul li p::after {
    inset: -100% 0 -100% auto;
    margin: auto 0;
    --mask: url(img/svg_arrow01.svg);
    width: 40px;
    height: 40px;
    background: var(--white);
    -webkit-mask-image: var(--mask);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: contain;
    mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: contain;
    transition: 0.3s ease;
}

/* hover */

.banners02Content ul li a:hover h3,
.banners02Content ul li a:hover p {
    color: var(--main-color01);
}

.banners02Content ul li a:hover img {
    opacity: 1;
    transition: 0.3s ease;
}

.banners02Content ul li a:hover img {
    /* outline: 1px solid var(--white); */
    outline-width: 5px;
    outline-offset: -20px;
}

/* .banners02Content ul li a:hover p::before,
.banners02Content ul li a:hover p::after {
    transform: scale(1.1);
    background: #222;
} */

/* -----------------------------------------------------------
    .contactContent01
----------------------------------------------------------- */
.contactContent01 {
    padding: 140px 0 100px;
    background: url(./img/bg_contact01.jpg) no-repeat center top;
    background-size: 100% auto;
}

.contactContent01 .contentTitle01 .en {
    color: var(--white);
    opacity: 0.8;
}

.contactContent01 .wide {
    position: relative;
    padding: 60px 0 0;
    background-color: #FFF;
}

.contactContent01 .wide::after {
    content: "";
    position: absolute;
    width: 319px;
    height: 195px;
    background: url(./img/contact01_before.png) no-repeat;
    top: -110px;
    right: -80px;
}

.contactContent01 .hgroup {
    text-align: center;
}

.contactContent01 .hgroup h3 {
    font-size: 26px;
    font-weight: 700;
}

.contactContent01 .hgroup h3 b {
    color: var(--main-color01);
    font-weight: 700;
}

.contactContent01 .hgroup p {
    margin-top: 20px;
    font-weight: 500;
}

.contactContent01 .hgroup .imgLayer {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
}

.contactContent01 .contactBox {
    border-radius: 0;
    margin: 40px auto 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.contactContent01 .contactBox li {
    text-align: center;
    padding: 0 80px;
}

.contactContent01 .contactBox li:first-of-type {
    border-right: solid 1px var(--black);
}

.contactContent01 .contactBox .lead::before {
    content: "";
    display: block;
    width: 63px;
    height: 63px;
    margin: 0 auto 10px;
}

.contactContent01 .contactBox .contactBoxTel .lead::before {
    background: url(./img/contact01_tel.png);
}

.contactContent01 .contactBox .contactBoxMail .lead::before {
    background: url(./img/contact01_mail.png);
}

.contactContent01 .contactBox .lead {
    font-size: 20px;
    font-weight: 700;
}

.contactContent01 .contactBox .tel {
    display: block;
}

.contactContent01 .contactBox .tel span {
    display: block;
}
.contactContent01 .contactBox .tel span.tel-link {
    color: var(--main-color01);
    font-weight: 900;
    font-size: 56px;
    margin: 0;
}

.contactContent01 .contactBox .tel span.tel-link::before {
    display: none;
}

.contactContent01 .contactBox .tel span.tel-open {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.contactContent01 .contactBox .btn a {
    padding: 10px 35px 12px 25px;
    min-width: auto;
    font-size: 16px;
}

.contactContent01 .contactBox .btn a::before {
    width: 1.2em;
}

.contactContent01 .contactBox .btn a::after {
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 20px solid #111111;
    border-right: 0;
    top: 0;
    right: -20px;
}

.contactContent01 .contactBox .btn a:hover::after {
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 20px solid var(--main-color01);
    border-right: 0;
    top: 0;
    right: -20px;
}

/* -----------------------------------------------------------
    .contactContent01
----------------------------------------------------------- */
.contactContent02 {
    padding: 60px 0;
    background: url(./img/bg_contact01.jpg) no-repeat center;
    background-size: cover;
}

.contactContent02 h3 {
    background-color: var(--black);
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.contactContent02 .contactBox {
    margin-top: 20px;
    padding: 25px;
    text-align: center;
    background-color: var(--white);
}

.contactContent02 span {
    display: inline-block;
}

.contactContent02 .lead {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.contactContent02 .bgB {
    margin-right: 5px;
    background-color: var(--black);
    color: var(--white);
    padding: 7px 10px;
}

.contactContent02 .red {
    color: #f42d23;
    font-size: 26px;
}

.contactContent02 .tel {
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: initial;
    gap: 10px;
}

.contactContent02 .tel .tel-link {
    margin: 0;
    color: var(--main-color01);
    font-size: 54px;
    padding-left: 45px;
}

.contactContent02 .tel .tel-link::before {
    z-index: 2;
    position: absolute;
    top: 19px;
    left: 11px;
    background-color: var(--white);
}

.contactContent02 .tel .tel-link::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--main-color01);
    border-radius: 50%;
    left: 0;
    top: 11px;
    z-index: 1;
}

.contactContent02 .tel .tel-open {
    font-size: 16px;
    font-weight: 500;
}

/* -----------------------------------------------------------
    .pageNav
----------------------------------------------------------- */
.pageNav h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 60px;
}

.pageNav h2 span {
    color: var(--main-color01);
}

.pageNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    gap: 40px 150px;
}

.pageNav li {
    width: 260px;
}

.pageNav li a {
    position: relative;
    padding: 10px 15px;
    display: block;
    color: var(--black);
    border-bottom: solid 2px var(--black);
}

.pageNav li a::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    right: 15px;
    top: 15px;
    background-color: var(--black);
    --mask: url(./img/svg_arrow02.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: rotate(90deg);
    vertical-align: -0.15em;
}

.pageNav li a:hover {
    border-bottom: solid 2px var(--main-color01);
}

.pageNav li a:hover::after {
    background-color: var(--main-color01);
}

/* -----------------------------------------------------------
    .topBlogList
----------------------------------------------------------- */
.topBlogList {
    position: relative;
    padding: 0 0 120px;
}

.topBlogList::before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background: url(./img/img_info.png) no-repeat center;
    background-size: cover;
    margin: 0 0 100px;
}

.topBlogList .inner {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topBlogList .blogInner h2 {
    margin: -80px 0 40px;
}

.topBlogList .blogInner h2 .en {
    position: absolute;
    top: 260px;
    right: 0;
    color: var(--white);
    opacity: 0.4;
}

.topBlogList ul {
    width: 780px;
}

.topBlogList li a {
    display: flex;
    color: var(--body-text-color);
    padding: 20px 0;
    border-bottom: solid 1px;
}

.topBlogList li .mainThumb {
    width: 240px;
    height: 150px;
    margin-right: 20px;
}

.topBlogList li .text {
    position: relative;
    padding-right: 50px;
}

.topBlogList li .text::before {
    position: absolute;
    inset: 0 0 0 auto;
    margin: auto 0;
    content: "";
    width: 1.7em;
    height: 1.0em;
    background-color: var(--main-color01);
    --mask: url(./img/btn_arrow.png);
    -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;
}

.topBlogList li a:hover .text::before {
    inset: 0 -10px 0 auto;
}

.topBlogList li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.topBlogList li .time {
    text-align: left;
    margin-top: 0;
}

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

.topBlogList li .title {
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.topBlogList li .excerpt {
    font-weight: 500;
}

/* -----------------------------------------------------------
    .postList
----------------------------------------------------------- */
#main .postList + .banners02Content {
    margin-top: 110px;
}

#main .postList ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    /* margin: 80px auto 50px; */
    text-align: left;
}

.postList li {
    display: grid;
    grid-template-rows: auto auto auto auto 1fr;
    /* flex-direction: column; */
    background: var(--white);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
    transform: scale(1);
    transition: 0.3s ease;
}

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

.postList li a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / 6;
    grid-column: 1;
}

.postList .mainThumb {
    grid-row: 1 / 2;
}

.postList .mainThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.postList a:hover .mainThumb img {
    opacity: 1;
}

.mainThumb {
    width: 100%;
    height: auto;
    /* aspect-ratio: 206 / 332; */
    aspect-ratio: 332 / 206;
}

/* .postList .outline {
    padding: 20px 20px 0;
    height: 100%;
    position: relative;
} */
/* 
.postList .outline a {
    padding-bottom: 60px;
    display: block;
    box-sizing: border-box;
    color: var(--black);
    transition: 0.3s ease;
} */

/* .postList .outline a:hover {
    opacity: 0.7;
} */

#main .postList p {
    margin-bottom: 0;
}

#main .postList li a,
#main .postList li a:hover {
    color: var(--black);
    text-decoration: none;
}

.postList .title {
    word-break: break-all;
    grid-row: 2 / 3;
    /* display: block; */
    margin-top: 10px;
    color: var(--main-color01);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: justify;
    /* overflow: hidden;
    white-space: nowrap; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 25px 20px;
    line-height: 1.4em;
}

.postList .title a:hover {
    color: var(--main-color01);
}

.postList .excerpt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.postList .time,
.infoBox .time {
    text-align: left;
    font-size: 16px;
    color: #666;
    display: block;
    line-height: 1;
}

.postList .time {
    grid-row: 5 / 6;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* margin-top: auto;
    text-align: right; */
    margin: 0 25px 20px;
}

.postList li .cats {
    grid-row: 3 / 4;
    grid-column: 1;
    pointer-events: none;
    display: flex;
    justify-content: flex-start;
    gap: 10px 10px;
    margin: 0 25px 0;
    padding: 10px 0 15px;
    flex-wrap: wrap;
}

.blogSingle .infoBox .cats a,
.postList .cats a {
    display: block;
    text-decoration: none !important;
    line-height: 1;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 7px 10px 8px;
    color: var(--white) !important;
    background: var(--black);
    pointer-events: auto;
}

#works .cats a:hover,
.infoBox .cats a:hover,
.postList .cats a:hover {
    color: var(--white);
    background: var(--main-color01);
}

.postList .link {
    margin-top: 0.5rem;
    text-align: right;
}

.postList > .btn {
    text-align: center;
}

/*-------------------.blogCategories-----------------*/
.blogCategories {
    margin: -25px 0 0;
    padding: 60px 40px 40px;
    border-top: solid 2px var(--black);
    border-bottom: solid 2px var(--black);
}

.blogCategoriesWrapper {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.blogCategoriesWrapper h2 {
    position: relative;
    display: inline-block;
    padding: 8px 30px 10px 75px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    background: var(--black);
}

.blogCategoriesWrapper h2::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    top: 6px;
    left: 30px;
    background: url(./img/blogCatsIcon.png) no-repeat;
}

.blogCategoriesWrapper.voice h2::before {
    width: 48px;
    height: 29px;
    top: 10px;
    left: 22px;
    background: url(./img/voiceCatsIcon.png) no-repeat;
}

.blogCategoriesWrapper.cost h2::before {
    width: 45px;
    height: 26px;
    top: 13px;
    left: 20px;
    background: url(./img/costCatsIcon.png) no-repeat;
}

.blogCategories h4 i {
    font-size: 1.8rem;
    margin-right: 15px;
    vertical-align: sub;
}

.blogCategories .cats {
    margin: 0;
}

.blogCategories .cats a {
    padding: 5px 15px;
    color: var(--body-text-color);
    font-weight: 700;
    position: relative;
    background: transparent;
    border: solid 2px var(--black);
}

.blogCategories .cats a.active,
.blogCategories .cats a:hover {
    background: var(--main-color01);
    color: var(--white) !important;
    border: solid 2px var(--main-color01);
}

/* -----------------------------------------------------------
    .blogContent
----------------------------------------------------------- */
.blogContent {
    /* overflow: hidden; */
    padding: 100px 0;
    background: #f2f2f2;
    position: relative;
    z-index: 10;
}

body:not(#top) .blogContent {
    margin-top: 120px;
    padding-top: 0;
}

.contactContent01 + .blogContent {
    padding-top: 0;
    margin-top: 85px !important;
}

body:not(#top) .blogContent::before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - ((100% - 1600px) / 2));
    height: 325px;
    top: 0;
    left: calc((100% - 1600px) / 2);
    background: var(--sub-color02);
    z-index: -1;
}

#top .blogContent {
    overflow: hidden;
}

body:not(#top) .blogContent .contentTitle01 {
    transform: translateY(calc(-3.823em* 0.75));
    margin-bottom: calc(-3.823em * 0.75 - 20px);
}

body:not(#top) .blogContent .contentTitle01 .en {
    color: var(--sub-color02);
}

.blogContent .contentTitle01 .en {
    color: var(--white);
    display: inline-block;
    vertical-align: -0.22em;
    margin-right: 0.25em;
}

.blogContent .lead {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666);
    font-weight: 700;
    color: var(--white);
    text-align: center;
    margin: 0 auto 40px;
}

.blogList .inner:has(ul) {
    position: relative;
    overflow: visible;
    z-index: 1;
}

#top .blogList .inner:has(ul)::before {
    position: absolute;
    content: "";
    display: block;
    width: 200vw;
    background: var(--sub-color02);
    height: 325px;
    top: 0;
    left: -250px;
    z-index: -1;
}

/* -----------------------------------------------------------
    .blogList
----------------------------------------------------------- */
#blog .blogList {
}

.blogCategoriesWrapper + .blogList {
    margin-top: 60px;
}

#main .blogList ul {
    padding: 60px 0;
}

body:not(#top) #main .blogList ul {
    position: relative;
    padding: 0;
}

#blog .blogList.postList li .mainThumb {
    aspect-ratio: 340 / 240;
}

#blog .blogList.postList li .excerpt {
    text-overflow: initial;
    white-space: initial;
    margin: 10px 25px 15px;
}

#blog .blogList.postList li .cats {
    grid-row: auto;
    padding: 15px 0;
    border-top: solid 2px var(--black);
    border-bottom: solid 2px var(--black);
}

#blog .blogList.postList li .time {
    margin: 25px;
}

/* -----------------------------------------------------------
    .worksList
----------------------------------------------------------- */
/* #main .worksList ul {
    position: relative;
    z-index: 100;
    padding: 0 0 60px;
} */

/* -----------------------------------------------------------
    .worksReccomend
----------------------------------------------------------- */
.worksReccomend {
    position: relative;
}

.worksReccomend::after {
    content: "";
    position: absolute;
    width: 86%;
    min-width: 1100px;
    height: 360px;
    background-image: linear-gradient(90deg, var(--main-color01), #b7e737);
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.worksReccomend .contentTitle01 .en {
    position: absolute;
    left: 0;
    top: 40px;
}

.worksReccomend ul {
    margin: 100px auto 40px;
}

/* -----------------------------------------------------------
    .worksSlider
----------------------------------------------------------- */
.worksSlider {
    max-width: 84%;
    min-width: 1180px;
    margin: 40px 0 0 auto;
    position: relative;
}

.worksSlider li {
    width: 560px;
    padding: 10px 30px;
    
}

.worksSlider li a {
    display: block;
   
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

.worksSlider li .mainThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.worksSlider li .title {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px 20px;
}

.worksSlider li .cats {
    padding: 0 30px;
}

.worksSlider li .time {
    margin: 0;
    padding: 20px 30px;
}

.worksBtn {
    max-width: 84%;
    min-width: 1180px;
    margin: 0 0 0 auto;
}

.worksBtn a{
    margin: 35px 9px 9px 30px;
}

.worksSlider .slick-prev,
.worksSlider .slick-next {
    z-index: 10;
}

.worksSlider .slick-prev {
    left: auto;
    right: 220px;
    bottom: -95px;
    top: auto;
}

.worksSlider .slick-next {
    right: 130px;
    bottom: -95px;
    top: auto;
}

.worksSlider .slick-prev::before,
.worksSlider .slick-prev::after,
.worksSlider .slick-next::before,
.worksSlider .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    inset: -100%;
    margin: auto;
}

.worksSlider .slick-next::before,
.worksSlider .slick-prev::before {
    width: 70px;
    height: 70px;
    background: var(--main-color01);
    opacity: 1.0;
    border-radius: 100vh;
}

.worksSlider .slick-next::after,
.worksSlider .slick-prev::after {
    --mask: url(img/svg_arrow01.svg);
    width: 70px;
    height: 40px;
    background: var(--white);
    -webkit-mask-image: var(--mask);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: contain;
    mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: contain;
}

.worksSlider .slick-prev::after {
    --mask: url(img/svg_arrow03.svg);
}

/* -----------------------------------------------------------
    .faqContent
----------------------------------------------------------- */

.faqContent {
    padding: 95px 0 100px;
    background: var(--main-color01);
    color: var(--white);
}

.servicePriceExample + .faqContent {
    margin-top: 100px;
}

.faqContent h2 {
    color: var(--white);
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
}

.faqContent h2::after {
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 33px;
    height: 59px;
    background-color: var(--white);
    --mask: url(./img/icon01.png);
    -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);
}

.faqContent h2 small {
    display: block;
    font-size: 40px;
    font-weight: 500;
    font-family: var(--en-font-family);
    margin-bottom: 10px;
    opacity: 0.4;
}

.faqContent h2 small i {
    font-size: 30px;
    font-style: normal;
}

.faqContent details {
    display: block;
}

.faqContent details + details {
    margin-top: 20px;
}

.faqContent summary,
.faqContent details .answer {
    display: block;
    position: relative;
    padding-left: 90px !important;
}

.faqContent summary > i,
.faqContent details .answer > i {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--en-font-family);
    font-style: normal;
    position: absolute;
    inset: 0 auto 0 25px;
    margin: auto 0;
    line-height: 1;
    height: 1em;
}

.faqContent details .answer {
    font-size: var(--base-font-size);
}

.faqContent details .answer > i {
    color: var(--main-color01);
}

.faqContent details .answer a {
    color: var(--main-color01);
    text-decoration: underline;
    text-underline-offset: 8px;
}

.faqContent summary {
    --color01: var(--black);
    background: #fff;
    color: var(--black);
    font-size: 18px;
    /* font-size: calc(var(--base-font-size) * var(--font-scale) * 1.222); */
    font-weight: 500;
    position: relative;
    cursor: pointer;
    z-index: 2;
    padding: 15px 40px 15px 90px;
    transition: 0.3s ease;
}

.faqContent details[open] summary {
    --color01: var(--white);
    background: var(--black);
    color: var(--white);
}

.faqContent summary > i {
    /* color: var(--black); */
    transition: 0.3s ease;
}

.faqContent summary::before,
.faqContent summary::after {
    display: block;
    position: absolute;
    content: "";
    width: 22px;
    height: 5px;
    background: var(--color01);
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: 0.3s ease;
}

.faqContent details summary::after {
    transform: rotate(90deg);
}

.faqContent details[open] summary::after {
    transform: rotate(0deg);
}

/* faqページでは全表示 */
#faq .faqContent details[open] summary::before,
#faq .faqContent details[open] summary::after {
    display: none;
}

.faqContent details .answer {
    color: var(--body-text-color);
    background: var(--white);
    position: relative;
    padding: 12px 20px 18px;
    z-index: 1;
    transition: 0.3s ease;
}

details[open] summary ~ * {
    animation: showOpacity .5s ease-in-out;
}

@keyframes showOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* -----------------------------------------------------------
    .areaContent
----------------------------------------------------------- */
.areaContent {
    margin-top: 140px;
    border-top: solid 1px var(--black);
    border-bottom: solid 1px var(--black);
}

.areaContent a.wide {
    display: block;
    overflow: hidden;
}

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

.areaContent .content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    background-color: var(--sub-color04);
    border-left: solid 1px var(--black);
}

.areaContent h2 {
    font-size: 36px;
    font-weight: 700;
}

.areaContent h3 {
    display: inline-block;
    background-color: var(--white);
    padding: 5px 30px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 25px;
}

.areaContent ul {
    line-height: 2;
    font-size: var(--base-font-size);
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
    margin: 0;
}

.areaContent ul li::before {
    content: "・";
}

.areaContent .wide p:last-of-type {
    margin-top: 30px;
    /* font-size: 26px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444);
    font-weight: 700;
}

.areaContent p b {
    font-weight: 700;
}

.areaContent figure {
    width: 50%;
}

.areaContent figure img {
    width: 100%;
}

/* -----------------------------------------------------------
    .accessMapContent
----------------------------------------------------------- */
.accessMapContent {
    padding: 100px 0;
    background: url(./img/bg_access.png) no-repeat;
    background-size: cover;
}

.accessMapContent h2 {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 0 0 30px;
    text-align: center;
    font-family: var(--en-font-family);
    font-size: 80px;
    font-weight: 500;
    color: var(--main-color01);
    line-height: 1;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.accessMapContent .inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.accessMapContent .text {
    width: 380px;
    color: var(--white);
}

.accessMapContent .text h3 {
    font-size: 26px;
    font-weight: 900;
}

.accessMapContent .text p {
    margin: 30px 0 40px;
    font-weight: 500;
}

.accessMapContent .text a {
    margin: 0;
}

.accessMapContent .text a::before {
    position: absolute;
    width: 1.7em;
    height: 1.0em;
    --mask: url(./img/btn_link.png);
}

.accessMapContent .shopAccess {
    width: 680px;
}

.accessMapContent .shopAccess iframe {
    width: 100%;
    height: 320px;
}

.accessMapContent .shopAccess p {
    margin-top: 10px;
    color: var(--white);
    text-align: right;
    font-weight: 500;
}

/* -----------------------------------------------------------
    #cornerName
----------------------------------------------------------- */
#cornerName {
    position: relative;
    /* background: var(--main-color02); */
    text-align: left;
    z-index: 1;
    background: url(./img/img_pageTitle.jpg) no-repeat center;
    background-size: cover;
    height: 240px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#cornerName > .wideLg {
    padding: 75px 0;
    z-index: 5;
    box-sizing: border-box;
}

#cornerName .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    text-align: center;
}

#cornerName .en {
    position: absolute;
    bottom: -8px;
    left: 0;
    text-transform: capitalize;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 0.2em;
    mix-blend-mode: difference;
    color: var(--white);
    line-height: 1;
}

#cornerName .title .ja {
    display: inline-block;
    padding: 5px 7px;
    background-color: var(--black);
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

/* #cornerName p {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.111);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
} */

/* -----------------------------------------------------------
    .breadcrumbs
----------------------------------------------------------- */
.breadcrumbs {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: var(--base-font-size);
    padding: 15px 20px 120px;
    text-align: right;
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
    gap: 10px 0;
}

.breadcrumbs a {
    color: var(--main-color01);
    text-decoration: underline;
    text-underline-offset: 8px;
}

.breadcrumbs > span > span {
    /* display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 20em;
    line-height: 1; */
}

.breadcrumbs > span {
    display: inline-block;
    max-width: 20em;
    line-height: 1;
    margin-right: 0.75rem;
    line-height: 22px;
}

.breadcrumbs > span:not(:has(a)) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbs > i {
    display: none;
}

.breadcrumbs > span::after {
    display: inline-block;
    content: "";
    margin: 0;
    /* font-size: 22px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.222);
}

.breadcrumbs > span:not(:last-of-type)::after {
    display: inline-block;
    content: "\03e";
    /* margin: 0 0.75rem 0 1.25rem; */
    margin: 0 0 0 0.75rem;
    /* font-size: 22px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.222);
}

/* -----------------------------------------------------------
    #company
----------------------------------------------------------- */
#company .contentTitle01 .en {
    position: absolute;
    width: 100%;
    font-size: 80px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
}
.companyIntroContent {
    background: center top url(img/bg_companyIntroContent.jpg) no-repeat;
    /* background-size: contain; */
    padding: 80px 0;
}

.companyIntroContent .lead {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 2.444);
    font-weight: 900;
    line-height: 1.227;
    text-align: center;
    margin-bottom: 40px;
}

.companyIntroContent .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 80px;
}

.companyIntroContent .lead b {
    color: var(--main-color01);
    font-weight: 900;
    margin-bottom: 50px;
}

.companyIntroContent p {
    font-size: var(--base-font-size);
    line-height: 2;
}

.shop_photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.shop_photo li {
    width: 545px;
    height: 340px;
}

.shop_photo li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.messageContent {
    position: relative;
    margin-top: 120px;
    background: #f0f0f0;
    padding: 100px 0;
}

#company .messageContent {
    padding: 160px 0 100px;
} 

.messageContent .contentTitle01 .en {
    position: absolute;
    top: 40px;
    left: 0;
    color: var(--white);
}

#company .messageContent .contentTitle01 .en {
    top: 115px;
}

.messageContent .msgInner {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 50px;
    margin: 60px 0;
}

#company .messageContent .msgInner {
    margin: 60px 0 0;
}

.messageContent .inner h3 {
    margin-bottom: 30px;
    padding: 0;
    color: var(--black);
    background: transparent;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.5;
}

.messageContent .inner h3::before {
    display: none;
}

.messageContent .inner h3 span {
    color: var(--main-color01);
}

.messageContent .text p {
    font-size: var(--base-font-size);
    line-height: 2;
}

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

.messageContent .inner .message p:not(:has([class])) {
    letter-spacing: -0.05em;
    text-align: justify;
}

.messageContent .text p:has(.name) {
    text-align: right;
    font-weight: 700;
    line-height: 30px;
    margin-top: 2em;
}

.messageContent .inner figcaption {
    margin-top: 20px;
}

.messageContent .inner .name,
.messageContent .inner .corp {
    display: block;
    text-align: right;
}

.messageContent .inner .corp {
    font-size: var(--base-font-size)
}

.messageContent .inner .name {
    font-size: 18px;
    font-weight: 700;
}

.messageContent .inner figure {
    width: 360px;
    display: block;
    flex-shrink: 0;
}

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

.companyOutline {
    font-size: var(--base-font-size);
    padding: 160px 0 0;
}

#company .companyOutline .contentTitle01 .en {
    top: -40px;
}

#company .accessMapContent {
    margin-top: 140px;
}

#company .accessMapContent .shopAccess {
    width: 100%;
}

#company .accessMapContent .shopAccess iframe {
    height: 420px;
}

#company .accessMapContent .shopSummery > div {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#company .accessMapContent .shopSummery p {
    margin: 0;
}

#company .accessMapContent .shopSummery .btn {
    margin-right: 30px;
}

#company .accessMapContent .shopSummery .btn a {
    background-color: var(--main-color01);
}

#company .accessMapContent .shopSummery .btn ::after {
    border-left: 30px solid var(--main-color01);
}

#company .areaContent {
    margin-top: 0;
}

/* -----------------------------------------------------------
    #area
----------------------------------------------------------- */
.areaIntroContent {
    padding: 80px 0 100px;
    /* background: center center url(img/bg_areaIntroContent.png) no-repeat; */
}

.areaIntroContent .inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
}

.areaIntroContent .inBox {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.areaIntroContent .inner > figure {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.areaIntroContent h2 {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 2.444);
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -0.05em;
    text-align: justify;
}

.areaIntroContent h2 b {
    color: var(--main-color01);
    font-weight: 900;
}

.areaIntroContent p {
    font-size: var(--base-font-size);
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.05em;
}

.areaTargetContent .lead {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.888);
    line-height: 1.588;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.areaTargetContent .lead em {
    color: var(--red);
    font-weight: 900;
}

.areaBox {
    background: var(--white);
    padding: 39px;
    border: 1px solid var(--black);
}

.areaBox + .title02 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.areaBox dl,
.areaBox dl dt,
.areaBox dl dd {
    display: block;
}

.areaBox dl {
    border-top: 1px solid var(--sub-color02);
    border-left: 1px solid var(--sub-color02);
    border-right: 1px solid var(--sub-color02);
}

.areaBox dl + dl {
    margin-top: 20px;
}

.areaBox dl dt,
.areaBox dl dd {
    border-bottom: 1px solid var(--sub-color02);
    overflow-wrap: anywhere;
    /* word-break: normal; */
    word-break: break-all;
    line-break: strict;
    font-size: var(--base-font-size);
}

.areaBox dl dt {
    /* color: var(--white); */
    background: #ececec;
    text-align: center;
    font-weight: 700;
    padding: 12px 20px 14px;
}

.areaBox dl dd {
    text-align: left;
    background: #effaff;
    padding: 20px 30px;
    line-height: 2;
}

.areaBox > p {
    font-size: var(--base-font-size);
    line-height: 2;
}

.areaBox dl + p {
    margin-top: 30px;
}

/* -----------------------------------------------------------
    #recruit
----------------------------------------------------------- */
#recruit .mainv {
    padding-bottom: 70px;
    background: transparent;
}

#recruit .mainv img {
    width: 100%;
    height: auto;
}

.recruitWantedContent {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--sub-color04) 16.57vw, var(--sub-color02) 16.57vw, var(--sub-color02) calc(100% - 16.57vw), var(--sub-color03) calc(100% - 16.57vw));
    background-attachment: fixed;
}

.recruitWantedContent .contentTitle01 .en {
    color: var(--white);
}

.recruitWantedContent ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 80px;
}

.recruitWantedContent ul li {
    display: block;
    padding-left: 30px;
}

.recruitWantedContent ul li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 30px;
}

.recruitWantedContent ul li .number {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -30px;
    left: -30px;
    /* background: var(--black); */
    color: var(--main-color01);
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    padding: 30px 25px;
    align-items: flex-end;
    justify-content: center;
    font-family: var(--en-font-family);
    font-weight: 600;
    z-index: 10;
}

.recruitWantedContent ul li:nth-of-type(2n) .number {
    inset: auto -30px -30px auto;
}

.recruitWantedContent ul li .number::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--black);
    width: 200px;
    height: 200px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -1;
}

.recruitWantedContent ul li:nth-of-type(2n) .number::before {
    inset: auto 0 0 auto;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.recruitWantedContent ul li .number b {
    line-height: 1;
    display: block;
    font-size: 70px;
    font-weight: 600;
}

.recruitWantedContent ul li > div {
    display: grid;
    grid-template-areas:
        '. img'
        'title img'
        'txt img'
        '. img';
    gap: 0 50px;
    position: relative;
    background: var(--white);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
    padding: 40px 40px 40px 80px;
}

.recruitWantedContent ul li:nth-of-type(2n) > div {
    padding: 40px 80px 40px 40px;
    grid-template-areas:
        'img .'
        'img title'
        'img txt'
        'img .';
}

.recruitWantedContent ul li h3 {
    grid-area: title;
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666);
    line-height: 1.5;
    /* margin-top: 30px; */
    margin-bottom: 20px;
}

.recruitWantedContent ul li p {
    grid-area: txt;
    font-size: var(--base-font-size);
    line-height: 2;
}

.recruitWantedContent ul li figure {
    grid-area: img;
}

.recruitDetailsContent {
    background: center top url(img/bg_recruitDetailsContent.jpg) no-repeat;
}

.recruitDetailsContent .contentTitle01 {
    color: var(--sub-color02);
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
}

#recruitList {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: fit-content;
    margin: 72px auto;
    gap: 20px 40px
}

#recruitList .btn {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.recruitDetailsContent .recruitPhoto{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	gap: 1px;
	justify-content: center;
}

.recruitDetailsContent .recruitPhoto span{
	display: inline-block;
	width: calc((100% - 2px ) / 3);
	aspect-ratio: 710 / 430;
}

.recruitDetailsContent .recruitPhoto span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruitDetailsContent dl {
    font-size: var(--base-font-size);
}

.recruitDetailsData {
    border: 4px solid var(--black);
    padding: 56px;
}

.recruitDetailsData + .recruitDetailsData {
    margin-top: 80px;
}

.recruitDetailsData .dl01 {
    padding-bottom: 0;
}

.recruitDetailsData .dl01 .recruitVoice {
    background: var(--white);
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
    padding: 20px;
    font-size: 90%;
}

.recruitDetailsData .dl01 .recruitVoice b {
	font-weight: 700;
}


/* -----------------------------------------------------------
    #staff
----------------------------------------------------------- */
.staff_position {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    gap: 2px;
}

.staff_position li {
    padding: 3px 10px;
    background-color: #e5f0e7;
    color: var(--main-color01);
}

#staff #cboxOverlay,
#cost #cboxOverlay {
    background: var(--main-color01);
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    background: #FFF !important;
}

#staff #cboxClose,
#cost #cboxClose {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 30px;
    background: url(img/closeBtn.png) no-repeat;
    width: 65px;
    height: 65px;
    text-indent: -9999px;
    transition: 0.3s ease;
}

#staff #cboxClose:hover,
#cost #cboxClose:hover {
    opacity: 0.6;
}

#staffDetail,
#costDetail {
    padding: 120px 60px 60px;
}

#staffDetail .contactContent01 .wide::after,
#costDetail .contactContent01 .wide::after,
#staffDetail .contactContent01 .wide .hgroup,
#costDetail .contactContent01 .wide .hgroup {
    display: none;
}

#staffDetail .contactContent01,
#costDetail .contactContent01 {
    padding: 60px 0 100px;
    background-size: auto 300px;
}

#staffDetail .contentTitle01 .en,
#costDetail .contentTitle01 .en {
    font-size: 120px;
}

#staffDetail .contactContent01 .wide,
#costDetail .contactContent01 .wide {
    width: 90%;
    padding: 30px 0;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

#staffDetail .contactContent01 .contactBox li,
#costDetail  .contactContent01 .contactBox li {
    padding: 0 40px;
}

.profileMain {
    display: flex;
    gap: 40px;
    background: #fafafa;
    padding: 40px;
}

.profileMain figure {
    width: 400px;
}

.profileMain > div {
    width: calc(100% - 440px);
}

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

.staffName {
    position: relative;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0 23px;
}

.staffName::before,
.staffName::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, var(--main-color01), #b7e737);
}

.staffName::before {
    top: 0;
}

.staffName::after {
    bottom: 0;
}

.profileMain .staffName {
    margin: 20px 0 40px;
}

.profileDetail {
    margin-bottom: 120px;
}

.profileDetail h2 {
    margin-top: 60px;
}

.profileDetail p {
    padding: 20px 40px 0;
}

.staffIntroContent .lead {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.staffIntroContent .lead b {
    color: var(--main-color01);
    font-weight: 900;
}

.staffIntroContent figure {
    text-align: center;
    margin-top: 60px;
}

.inner:has(.staffList) {
    padding: 90px 0 15px;
}

.staffList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.staffList > li {
    width: 530px;
    background-color: #FFF;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

.staffList > li > a {
    display: flex;
    gap: 0 20px;
    position: relative;
    padding: 20px;
}

.staffList figure {
    width: 240px;
    height: 200px;
}

.staffList figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* .staffList .inBox {
    position: relative;
} */

.staffList .inBox h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--body-text-color);
}

.btnDetail {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    padding: 0 60px 10px 5px;
    border-bottom: solid 2px var(--main-color01);
    font-weight: 700;
    color: var(--body-text-color);
    line-height: 1;
}

.btnDetail::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 13px;
    background-color: var(--main-color01);
    right: 15px;
    top: 2px;
}

.btnDetail::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 2px;
    background-color: var(--main-color01);
    right: 10px;
    top: 7px;
}
a:hover .btnDetail {
    color: var(--main-color01);
}

/* -----------------------------------------------------------
    #staff（.staffGallery）
----------------------------------------------------------- */

.staffGallery {
	display: flex;
	gap: 1px;
	flex-wrap: wrap;
    margin-bottom: 40px;
}
.staffGallery span {
	width: calc((100% - 2px) / 3);
    display: block;
    aspect-ratio: 1 / 1;
	overflow: hidden;
}
.staffGallery span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

/* -----------------------------------------------------------
    #reason
----------------------------------------------------------- */
/*----- .reasonIndex -----*/
.reasonIndex {
    padding: 0 0 80px;
    position: relative;
    z-index: 1;
}

.reasonIndex .inner {
    overflow: visible;
}

.reasonIndex h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 40px;
}

.reasonIndex h2 b {
    font-weight: 900;
    color: var(--main-color01);
}

.reasonIndex h2 + p {
    line-height: 2.0em;
}

.reasonIndex + .reasonDetailGroup {
    position: relative;
    padding-bottom: 100px;
    background-image: url("./img/bg_reason01.png"), url("./img/bg_reason02.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top 1040px, right bottom 340px;
}

.reasonIndex + .reasonDetailGroup::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #f0f0f0;
}

.reasonDetailGroup .reasonDetail {
    padding-top: 100px;
}

.reasonDetail .number {
    display: flex;
    box-sizing: border-box;
    align-items: flex-end;
    font-family: var(--en-font-family);
    font-weight: 500;
    text-align: right;
    margin-bottom: 20px;
}

.reasonDetailGroup > *:nth-of-type(odd) .reasonDetail .number {
    justify-content: flex-end;
}


.reasonDetail .number small,
.reasonDetail .number b {
    display: block;
}

.reasonDetail .number small {
    font-size: 60px;
    line-height: 1.4em;
}

.reasonDetail .number b {
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
    color: var(--main-color01);
}

.reasonDetail .reasonInner {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.reasonDetailGroup > div:nth-of-type(even) .reasonDetail .reasonInner {
    flex-direction: row-reverse;
}

.reasonDetail .inBox {
    position: relative;
    background: var(--white);
    padding: 100px 50px 50px;
    width: 640px;
    box-sizing: border-box;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

.reasonDetail .inBox::before,
.reasonDetail .inBox::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.reasonDetail .inBox::before {
    width: 130px;
    height: 130px;
    background-color: var(--main-color01);
    top: -65px;
}

.reasonDetail .inBox::after {
    width: 80px;
    height: 80px;
    background-color: var(--white);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 60px auto;
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: auto 60px;
    mask-image: var(--mask);
    top: -40px;
}

.reasonDetailGroup > div:nth-of-type(odd) .reasonDetail .inBox {
    margin: 65px auto 0 -40px;
}

.reasonDetailGroup > div:nth-of-type(even) .reasonDetail .inBox {
    margin: 65px -40px 0 auto;
}

.reasonDetail .reasonInner > figure {
    width: 49%;
    min-width: 550px;
    height: auto;
    z-index: 0;
}

.reasonDetailGroup > div:nth-of-type(even) .reasonDetail .reasonInner > figure {
    left: auto;
    right: 0;
}

.reasonDetail .reasonInner > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reasonDetail h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4em;
}

.reasonDetail h3 em {
    font-weight: 700;
    color: var(--main-color01);
}

.reasonDetailGroup > div:nth-of-type(1) .reasonDetail h3 br {
    display: none;
}

.reasonDetail .inBox p {
    font-size: var(--base-font-size);
    line-height: 2;
}

/*----- .costcut -----*/
.costcut {
    margin: 40px 0 0;
}

.costcut + br {
    display: none;
}

.costcut b {
    border: 1px solid #ccc;
    background: #f4f4f4;
    font-size: var(--base-font-size);
    font-weight: 400;
    height: calc(100% - 20px);
    display: block;
    margin: 10px;
    padding: 5px 23px;
    box-sizing: border-box;
    letter-spacing: -0.05em;
}

.costcut img {
    display: block;
    margin: 0 0 20px;
}

.costcut .title {
    padding: 0;
    margin: 0;
    color: var(--white);
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666) !important;
    font-weight: 700;
    padding: 20px;
    line-height: 1;
}

.costcut01 .title {
    background: #222;
}

.costcut02 .title {
    background: var(--main-color01);
}

.costcut01,
.costcut02 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 10px, transparent 10px, transparent 30px);
    /* background-image: url("img/bg_stripe01.png"); */
    height: 280px;
}

.costcut01 {
    background-color: #d4d4d4;
    margin-bottom: 20px;
}

.costcut02 {
    background-color: #50c9e4;
}

.costcutFlow {
    background: var(--white);
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 10px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    justify-content: space-between;
}

.costcutFlow div {
    position: relative;
}

.costcutFlow em {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    line-height: 1;
    color: var(--red);
    height: fit-content;
    transform: translateX(100%);
    font-size: var(--base-font-size);
    background: var(--white);
    border-radius: 2px;
    z-index: 10;
    text-shadow: 2px 2px 0px var(--white), -2px 2px 0px var(--white), 2px -2px 0px var(--white), -2px -2px 0px var(--white);
    width: 60px;
    height: 10px;
}

.costcut02 .costcutFlow em {
    width: 452px;
    color: var(--red);
}

.costcutFlow em i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    transform: translateY(40px) scaleX(0.9);
    width: 80px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background: var(--white);
    height: fit-content;
}

.costcutFlow em::before,
.costcutFlow em::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto 0;
}

.costcutFlow em::before {
    width: 100%;
    height: 23px;
    background: currentColor;
    border-radius: 2px 0 0 2px;
}

.costcutFlow em::after {
    width: 28px;
    height: 48px;
    background: currentColor;
    -webkit-mask-image: url("./img/img_triangle01.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("./img/img_triangle01.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transform: translate(90%, -25%);
}

.costcutFlow > div:first-of-type {
    margin-right: 40px;
}

.costcut02 .costcutFlow > div:first-of-type {
    margin-right: 0;
}

.costcutFlow > div:first-of-type em::before {
    transform: none;
}

.costcut01 .costcutFlow > div:first-of-type em {
    width: 40px;
    color: #002b75;
}

.costcut01 .costcutFlow > div:first-of-type em:first-of-type {
    width: 218px;
    transform: translate(100%, -75px);
}

.costcut01 .costcutFlow > div:first-of-type em:last-of-type {
    transform: translate(100%, 40px);
}

.costcutFlow > div:nth-of-type(2) {
    margin: 10px;
    border: 1px dashed var(--red);
    display: flex;
    gap: 83px 0;
    margin: 0px auto;
    padding: 0 60px 0 0;
    flex-direction: column;
    justify-content: space-between;
}

.costcutFlow > div:nth-of-type(2) div:nth-of-type(n+2) > b {
    padding-bottom: 0;
}

.costcutFlow > div:nth-of-type(2) div:first-of-type {
    align-self: flex-end;
    height: fit-content;
    margin-bottom: 0;
}

.costcutFlow > div:nth-of-type(2) em {
    transform: translate(100%, -3px);
}

.costcut02 .costcutFlow > div:nth-of-type(2) {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffeeee;
    z-index: 10;
    padding: 0;
    width: 335px;
    gap: 0;
}

.costcut02 .costcutFlow > div:nth-of-type(2) > div {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.25;
    width: fit-content;
    height: fit-content;
    margin: auto;
    color: var(--red);
    letter-spacing: -0.05em;
    transform: scaleX(0.9);
}

.costcutFlow > div:last-of-type {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 30px;
}

.costcut01 .costcutFlow > div:last-of-type {
    width: 110px;
}

.costcut02 .costcutFlow > div:last-of-type {
    width: 236px;
}

.costcutFlow > div:last-of-type b {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    background: #002b75;
    color: var(--white);
    width: 100%;
    height: fit-content;
    font-size: 16px;
    padding: 5px 0;
    box-sizing: border-box;
    line-height: 1;
    border: 0;
}

.costcut02 .costcutFlow > div:last-of-type b {
    background: var(--main-color02);
}

.costcutFlow > div:last-of-type img {
    margin: 15px auto;
    display: block;
    width: fit-content;
    height: auto;
    max-width: 100%;
}

.costcut02 .costcutFlow > div:last-of-type img {
    max-width: 236px;
}

/* -----------------------------------------------------------
    #service
----------------------------------------------------------- */
.serciveWorriesContent {
    background: #f2f2f2;
    padding: 35px 0 100px;
}

.serciveWorriesContent .inner {
    border: 6px solid var(--sub-color03);
    padding: 34px 54px;
    background: var(--white);
}

.serciveWorriesContent h2 {
    text-align: center;
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.888);
    font-weight: 700;
    margin-bottom: 30px;
}

.serciveWorriesContent h2 b {
    color: var(--sub-color03);
}

.serciveWorriesContent .inner ul {
    list-style: none;
    display: flex;
    gap: 0 20px
}

.serciveWorriesContent .inner ul li::before,
.serciveWorriesContent .inner ul li::after {
    display: none;
}

.serciveWorriesContent .inner figcaption {
    text-align: center;
    font-size: var(--base-font-size);
    font-weight: 700;
    line-height: 1.55;
    margin: 20px 0;
}

.serviceIntroContent {
    /* color: var(--white); */
    background: linear-gradient(to top, transparent 170px, var(--sub-color02) 170px);
    padding: 55px 0 100px;
}

.serviceIntroContent .title02 {
    background: none;
    font-size: calc(var(--base-font-size) * var(--font-scale) * 2.444);
    font-weight: 900;
    line-height: 1.227;
    /* padding: 20px 60px; */
    /* padding: calc(var(--base-font-size) * var(--font-scale) * 1.111) calc(var(--base-font-size) * var(--font-scale) * 3.333); */
    padding: 0.454em 1.363em;
}

.serviceIntroContent .title02 b {
    font-weight: 900;
}

.serviceIntroContent .inner {
    background: linear-gradient(to bottom, transparent 420px, var(--white) 420px);
}

.serviceIntroContent .inner figure {
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 980/ 500;
}

.serviceIntroContent .inner .inBox {
    padding: 40px 60px 60px;
    font-size: var(--base-font-size);
    line-height: 2;
}

.servicePriceExample ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.servicePriceExample ul li {
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto minmax(0, 1fr);
    grid-template-areas:
        'title img'
        'table img';
    gap: 0 45px;
    /* grid-column: span 2; */
    /* width: calc(50% - 20px); */
    flex: 0 0 calc(50% - 20px);
    box-sizing: border-box;
    margin: 0 !important;
    padding: 56px 56px 50px !important;
    border: 4px solid var(--black);
    background: var(--white);
}

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

.servicePriceExample ul li .title {
    /* font-size: 22px; */
    /* font-size: calc(var(--base-font-size) * var(--font-scale) * 1.222); */
    font-size: calc(var(--base-font-size) * 1.222);
    font-weight: 700;
    padding: 15px 0 12px;
    margin: 0 0 20px;
    color: var(--black) !important;
    background: none !important;
    border-bottom: 2px solid var(--black);
    grid-area: title;
    width: 100%;
}

.servicePriceExample ul li table {
    grid-area: table;
    margin: 10px 0 auto;
}

.servicePriceExample ul li th {
    white-space: nowrap;
}

.servicePriceExample ul li th,
.servicePriceExample ul li td {
    line-height: 1.8;
}

/* .servicePriceExample ul li th,
    .servicePriceExample ul li td{
 font-size: var(--base-font-size);
    } */
.servicePriceExample ul li .servicePriceExample__images {
    grid-area: img;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 380px;
    margin-bottom: auto;
}

.servicePriceExample ul li .servicePriceExample__images figure {
    aspect-ratio: 38 / 26;
    width: 100%;
    /* width: 380px; */
}

.servicePriceExample ul li .servicePriceExample__images figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicePriceExample .servicePriceExample__note {
    font-size: 16px;
}

/* -----------------------------------------------------------
    投稿系共通
----------------------------------------------------------- */
.postTitle {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0 30px;
    margin-bottom: 20px;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: strict;
}

.postTitle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, var(--main-color01), #b7e737);
}

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

.single-content h1 {
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666);
    font-weight: 700;
}

.single-content h1::before {
    position: absolute;
    inset: 0 auto auto 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--main-color01);
    border-left-color: var(--main-color01);
}

.single-content h2 + table {
    margin-top: 20px;
}

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

.single-content + .pagenavi {
    margin-bottom: 100px;
}

/*----- photoUL -----*/
#main .photoUL ul,
#main .photoUL ol {
    --gap: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap);
}

#main .photoUL.articleContents ul,
#main .photoUL.articleContents ol {
    margin-top: 40px !important;
    margin-bottom: 80px !important;
}

#main .photoUL.photoUL__number ul,
#main .photoUL.photoUL__number ol {
    margin-top: 50px !important;
    counter-reset: my-counter;
}

#main .photoUL li {
    display: block;
    /* grid-column: span 2; */
    /* width: calc(50% - 20px); */
    flex: 0 0 calc(50% - (var(--gap) * 1 / 2));
    box-sizing: border-box;
    margin: 0 !important;
    padding: 56px 56px 50px !important;
}

#main .photoUL.photoUL__col03 li,
#main .photoUL.photoUL__number li {
    flex: 0 0 calc((100% / 3) - (var(--gap) * 2 / 3));
}

#main .photoUL.photoUL__number li {
    position: relative;
    padding: 36px 36px 30px !important;
}

#main .photoUL.photoUL__number li::before {
    font-family: var(--en-font-family);
    font-weight: 600 !important;
    font-size: calc(var(--base-font-size) * 1.666);
    /* font-size: calc(var(--base-font-size) * var(--font-scale) * 1.666); */
    content: counter(my-counter) !important;
    counter-increment: my-counter;
    color: var(--white);
    background-color: var(--main-color01);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0 0 auto;
    margin: 0 auto;
    width: 1.666em;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    border: 2px solid var(--black);
    transform: translateY(-50%);
    line-height: 1;
    padding-top: 2px;
    box-sizing: border-box;
}

#main .photoUL li figure {
    margin: -56px -56px 0;
    /* width: calc(100% + 112px); */
    width: auto;
    aspect-ratio: 530 / 280;
}

#main .photoUL.photoUL__col03 li figure,
#main .photoUL.photoUL__number li figure {
    margin: -36px -36px 0;
    aspect-ratio: 340 / 220;
}

#main .photoUL li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* height: auto; */
}

#main .photoUL li .title {
    /* font-size: 22px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.222);
    font-weight: 700;
    padding: 31px 0 22px;
    margin: 0 0 20px;
    color: var(--black) !important;
    background: none !important;
    border-bottom: 2px solid var(--black);
}

#main .photoUL li p:last-of-type {
    margin-bottom: 0 !important;
}

#main .photoUL li::before,
#main .photoUL li::after {
    content: none !important;
}

/* -----------------------------------------------------------
    wysiwyg
----------------------------------------------------------- */
.wysiwyg {
    font-size: var(--base-font-size);
}

.wysiwyg > *:first-child {
    margin-top: 0 !important;
}

.wysiwyg > *:last-child {
    margin-bottom: 0 !important;
}

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

.wysiwyg strong {
    font-weight: 700;
}

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

.wysiwyg p {
    margin: 0 0 15px 0;
    line-height: 2.18;
    text-align: justify;
    letter-spacing: -0.05em;
}

.wysiwyg p + h2,
.wysiwyg p + h3,
.wysiwyg p + h4,
.wysiwyg p + h5,
.wysiwyg p + h6 {
    margin-top: 30px;
}

/* .wysiwyg p:last-of-type {
    margin-bottom: 0;
} */

.wysiwyg p a {
    color: var(--main-color01);
    text-decoration: underline;
    text-underline-offset: 8px;
}

.wysiwyg h2,
.wysiwyg .h2 {
    font-size: 26px;
    font-weight: 700;
    padding: 10px 25px 13px;
    position: relative;
    margin: 30px 0;
    border-top: solid 2px var(--main-color01);
    border-bottom: solid 2px var(--main-color01);
}

.wysiwyg h3,
.wysiwyg .h3 {
    background: var(--black);
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    padding: 10px 25px 13px;
    position: relative;
    margin: 30px 0;
}

.wysiwyg h4,
.wysiwyg .h4 {
    background: #1c8aff;
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    padding: 9px 25px 12px;
    position: relative;
    margin: 30px 0;
}

.wysiwyg h4 a,
.wysiwyg .h4 a {
    color: var(--white);
    text-decoration: underline;
}

.wysiwyg h5,
.wysiwyg .h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0;
    padding: 9px 25px;
    border-top: 2px solid #1c8aff;
    border-bottom: 2px solid #1c8aff;
}

.wysiwyg h6,
.wysiwyg .h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0;
    padding: 9px 25px;
    border-bottom: double;
}

.wysiwyg blockquote {
    background: #f0f0f0;
    padding: calc(var(--base-font-size) * 1.944);
    margin: calc(var(--base-font-size) * 1.666) 0;
    --bc: var(--black);
    background-image:
        linear-gradient(to right, var(--bc), var(--bc) 1px, transparent 1px, transparent 2px),
        linear-gradient(to bottom, var(--bc), var(--bc) 1px, transparent 1px, transparent 2px),
        linear-gradient(to left, var(--bc), var(--bc) 1px, transparent 1px, transparent 2px),
        linear-gradient(to top, var(--bc), var(--bc) 1px, transparent 1px, transparent 2px);
    background-size: 2px 1px, 1px 2px, 2px 1px, 1px 2px;
    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;
}

#main .wysiwyg ul {
    margin: 0 0 15px 0;
}

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

#main .wysiwyg ul li::before {
    content: '';
    display: block;
    left: 8px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: var(--main-color01);
    position: absolute;
    border-radius: 100vh;
}

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

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

#main .wysiwyg ol li::before {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: var(--main-color03);
    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 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 {
    width: 100%;
    margin: 30px 0;
}

.wysiwyg table th,
.wysiwyg table td {
    padding: calc(var(--base-font-size) * 0.833) calc(var(--base-font-size) * 1.111);
    width: auto;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    position: relative;
    border: 1px solid var(--black);
}

.wysiwyg table th {
    width: 20%;
    background: #ececec;
}

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

/*投稿画像の回り込み処理*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 0;
    margin: 0 30px 10px 0;
    display: inline;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 2px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}

/* -----------------------------------------------------------
    .wp-pagenavi
----------------------------------------------------------- */
.wp-pagenavi {
    text-align: center;
    display: flex;
    /* gap: 5px; */
    justify-content: center;
    align-items: center;
    margin: 60px 0 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: 45px;
    border: 0;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    border-left: 1px solid var(--black);
    color: var(--body-text-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.5em;
    box-sizing: border-box;
    margin: 0;
}

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

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

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 15px 10px;
    color: var(--main-color01) !important;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
    color: var(--white) !important;
}

.wp-pagenavi > *:last-child {
    border-right: solid 1px var(--black);
}

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

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

.pagenavi ul li {
    display: block;
    padding: 0 !important;
    margin-bottom: 0;
}

.pagenavi ul li p {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    letter-spacing: -0.01em;
}

.pagenavi ul li.prev p {
    padding-right: 0;
}

.pagenavi ul li.next p {
    padding-left: 0;
    width: fit-content;
    margin-left: auto;
}

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

.pagenavi ul li a {
    display: block;
    border: 0;
    color: var(--body-text-color) !important;
    background: var(--white);
    padding: 15px 60px 16px 85px;
    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 {
    position: relative;
    background: transparent;
    width: fit-content;
    margin: 0 auto;
    border: solid 1px var(--black);
}

.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); */
    color: var(--white) !important;
    background: var(--main-color01);
}

.pagenavi ul li.list a::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 12px;
    border-top: solid 2px var(--main-color01);
    border-bottom: solid 2px var(--main-color01);
    left: 60px;
    top: 16px;
}

.pagenavi ul li.list a:hover::before {
    border-top: solid 2px var(--white);
    border-bottom: solid 2px var(--white);
}

.pagenavi ul li.list a::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 2px;
    background-color: var(--main-color01);
    left: 60px;
    top: 23px;
}

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

.pagenavi ul li.next a,
.pagenavi ul li.prev a {
    width: fit-content;
    padding-top: 15px;
    padding-bottom: 16px;
    border-top: solid 1px var(--black);
    border-bottom: solid 1px var(--black);
}

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

.pagenavi ul li.next a {
    position: relative;
    /* margin: 0 auto 0 50px; */
    margin: 0 auto 0 0;
    padding-left: 35px;
    padding-right: 50px;
    text-align: left;
    border-right: solid 1px var(--black);
}

.pagenavi ul li.prev a {
    position: relative;
    /* margin: 0 50px 0 auto; */
    margin: 0 0 0 auto;
    padding-left: 50px;
    padding-right: 35px;
    text-align: right;
    border-left: solid 1px var(--black);
}

.pagenavi ul li.next a::before {
    content: ">";
    position: absolute;
    color: var(--main-color01);
    font-weight: 700;
    top: 13px;
    right: 10px;
}

.pagenavi ul li.prev a::after {
    content: "<";
    position: absolute;
    color: var(--main-color01);
    font-weight: 700;
    top: 13px;
    left: 10px;
}

.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(--main-color01);
    color: var(--white) !important;
}

.pagenavi ul li.next a:hover::before,
.pagenavi ul li.prev a:hover::after {
    color: var(--white);
} 

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

/* -----------------------------------------------------------
    #blog
----------------------------------------------------------- */
#blog .leadCapsule {
    width: fit-content;
    text-align: center;
    border-radius: 100vh;
    /* font-size: 26px; */
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.444);
    font-weight: 700;
    padding: 15px 50px 18px;
    margin: 0 auto -40px;
    line-height: 1.5;
    color: var(--black);
    background: var(--yellow);
    border: 4px solid var(--black);
    width: fit-content;
    box-sizing: border-box;
    position: relative;
    /* transform: translateY(-50%); */
    transition: 0.3s ease;
}

/* -----------------------------------------------------------
    #blog single
----------------------------------------------------------- */
.blogSingleDetail {
    padding: 40px 0 0;
    font-weight: 500;
}

.time {
    margin-top: 30px;
    text-align: right;
    color: #777777 !important;
}

.blogSingleDetail .detailThumb {
    margin-bottom: 40px;
}



/* -----------------------------------------------------------
    #pavingcost
----------------------------------------------------------- */
.costLead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.costLead b {
    color: var(--main-color01);
    font-weight: 700;
}

.costLead span {
    border-bottom: solid 2px var(--main-color01);
    padding-bottom: 3px;
}

#main .postList.pavingCostList {
    margin-top: 80px;
}

#main .postList.pavingCostList ul {
    gap: 80px 40px;
}

.postList.pavingCostList li {
    display: block;
    box-shadow: none;
}

.postList.pavingCostList li:hover {
    transform: scale(1.0);
}

.postList.pavingCostList li a {
    display: block;
    padding-bottom: 60px;
}

.postList.pavingCostList li h3.title {
    position: relative;
    margin: 0;
    padding: 10px 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: var(--body-text-color);
}

.postList.pavingCostList li h3.title::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    top: 0;
    left: 0;
    background-color: var(--main-color01);
}

.postList.pavingCostList li .mainThumb {
    position: relative;
    aspect-ratio: 340 / 240;
}

.postList.pavingCostList li .mainThumb::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: var(--black);
    z-index: 2;
    transition: 0.3s ease;
    mix-blend-mode: multiply;
}

.postList.pavingCostList li a:hover .mainThumb::before {
    opacity: 0;
}

.postList.pavingCostList li .btnDetail {
    bottom: 0;
    right: 0;
}

/* -----------------------------------------------------------
    #cost single
----------------------------------------------------------- */
#costDetail .staffName {
    margin-bottom: 20px;
}

#costDetail .staffName::before,
#costDetail .staffName::after {
    height: 2px;
    background-image: linear-gradient(90deg, var(--main-color01), var(--main-color01));
}

#costDetail .mainv {
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
    text-align: center;
}

#costDetail .mainv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: #f0f0f0;
    left: 0;
    top: 0;
    z-index: -1;
}

#costDetail .mainv img {
    width: 800px;
}

.priceArea {
    width: 800px;
    margin: 0 auto;
}

.priceArea .taxin {
    margin-top: 40px;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    line-height: 1;
}

.priceArea .taxin span {
    font-size: 80px;
    color: var(--main-color01);
}

.priceArea .taxin span.yen {
    font-size: 36px;
}

.priceArea .taxin small {
    font-size: 22px;
}

.priceArea .taxout {
    text-align: center;
    margin-top: 10px;
}

.priceArea .note {
    margin-top: 40px;
}

.constArea {
    position: relative;
    margin-top: 100px;
    margin-bottom: 120px;
    padding: 100px 60px 60px;
    border: solid 2px var(--black);
}

.constArea h2 {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    background-color: var(--black);
    color: white;
    line-height: 1;
    padding: 20px 40px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
}

.constArea .const_content {
    line-height: 2;
}

.constArea .data h3 {
    position: relative;
    display: inline-block;
    background-color: var(--sub-color02);
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 25px;
    margin-left: 70px;
    margin-top: 60px;
}

.constArea .data h3::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    left: -70px;
    top: -13px;
}

.constArea .data h3:nth-of-type(1)::before {
    background-image: url(./img/chartIcon01.png);
}

.constArea .data h3:nth-of-type(2)::before {
    background-image: url(./img/chartIcon02.png);
}

.constArea .data h3:nth-of-type(3)::before {
    background-image: url(./img/chartIcon03.png);
}

.constArea .data ol {
    padding: 90px 90px 50px;
    background-color: #fffcde;
    display: flex;
    align-items: center;
}

.constArea .data ol li {
    position: relative;
    width: 20%;
    border-bottom: solid 2px var(--black);
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
}

.constArea .data ol li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: var(--black);
    bottom: 0;
    right: 0;
}

.constArea .data ol li:first-of-type:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: var(--black);
    bottom: 0;
    left: 0;
}

.constArea .data ol li span {
    display: inline-block;
    padding: 8px 18px 12px;
    border-radius: 50%;
}

.constArea .data ol li.active span {
    background-color: var(--main-color01);
    color: var(--white);
}

.constArea .chart {
    display: flex;
    text-align: center;
    margin-top: 10px;
}

.constArea .chart div {
    font-weight: 700;
    font-size: 18px;
    width: 35%;
}

.constArea .chart div.chart_title {
    position: relative;
    width: 30%;
}

.constArea .chart div.chart_title::before,
.constArea .chart div.chart_title::after {
    position: absolute;
    top: 0;
}

.constArea .chart div.chart_title::before {
    content: "◀";
    left: 0;
}

.constArea .chart div.chart_title::after {
    content: "▶";
    right: 0;
}

.const_imgdesc {
    margin-top: 30px;
}

.const_imgdesc h3 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    line-height: 1;
}

.const_imgdesc h3::before {
    content: "▼";
    position: absolute;
    left: 0;
    top: 0;
}

.const_imgdesc figure {
    max-width: 100%;
}

.const_imgdesc figure img {
    width: 100%;
}

.const_imgdesc p {
    margin-top: 30px;
}

.option_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 2%;
    margin: 80px 0;
}

.option_list li {
    width: 48%;
    padding: 40px;
    box-sizing: border-box;
    border: solid 2px var(--black);
}

.option_list figure {
    width: 100%;
    height: 240px;
}

.option_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.option_list h3 {
    font-size: 20px;
    color: var(--main-color01);
    font-weight: 700;
    margin-top: 15px;
}

.option_list p {
    font-weight: 400;
    margin-top: 10px;
}

/* -----------------------------------------------------------
    #works
----------------------------------------------------------- */

/*タブ切り替え全体のスタイル*/
.worksTabs {
    position: relative;
}

.worksTabs::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--black);
    left: 0;
    top: 70px;
}
.worksTabs .inner {
    padding-bottom: 80px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    align-items: flex-end;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    grid-template-rows: 1fr auto;
    /* overflow: hidden; */
    z-index: 10;
}

/* タブのスタイル */
.worksTabs .tab {
    display: flex;
    margin: 0 -1px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size: var(--base-font-size);
    text-align: center;
    color: var(--black);
    background: #F0F0F0;
    box-sizing: border-box;
    position: relative;
    padding: 13px 15px 14px 15px;
    cursor: pointer;
    z-index: 1;
    /* transition: all 0.2s ease; */
    transition: none;
    border-top: 2px solid var(--black);
    border-left: 2px solid var(--black);
    border-right: solid 2px var(--black);
    height: 56px;
}

.worksTabs .tab b,
.worksTabs .tab i {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}

.worksTabs .tab:last-of-type {
    border-right: 2px solid var(--black);
}

.worksTabs .tab:first-of-type::after {
    width: 100vw;
}

.worksTabs input:checked + .tab,
.worksTabs .tab:hover {
    z-index: 100;
    background: var(--main-color01);
    color: var(--white);
    height: 70px;
}

.worksTabs input:checked + .tab + .worksTabs .tab {
    color: #1c8aff;
}

.worksTabs input:checked + .tab::after,
.worksTabs .tab:hover::after {
    background: transparent;
}

.worksTabs input:checked + .tab:first-of-type::after,
.worksTabs .tab:first-of-type:hover::after {
    left: 100%;
    background: var(--black);
}

/*ラジオボタンを全て消す*/
input[name="tab"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabContent {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
    /* border: 1px solid var(--sub-color01); */
    /* display: block; */
    grid-column: 1 / 5;
    grid-row: 2 / 3;
}

.tabContent .cats > a,
#works .tabContent .cats > a {
    /* background: var(--white); */
    background: transparent;
    color: var(--black) !important;
    font-size: var(--base-font-size);
    font-weight: 500;
    padding: 13px 25px 15px;
    margin: 0 10px 10px 0;
    line-height: 1;
    border: 2px solid var(--black);
    transition: all 0.3s ease;
}

.tabContent .cats > a.active,
.tabContent .cats > a:hover,
#works .tabContent .cats > a.active,
#works .tabContent .cats > a:hover {
    background: var(--main-color01);
    color: var(--white) !important;
    border: solid 2px var(--main-color01);
}

/*選択されているタブのコンテンツのみを表示*/
.worksTabs input:checked + label + .tabContent {
    display: block;
    /* border-color: var(--main-color02); */
    /* background-color: var(--main-color02); */
}

/* -----------------------------------------------------------
    #works single
----------------------------------------------------------- */
.worksSingleData {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
    margin-top: 55px;
    margin-bottom: 120px;
}

.worksSingleData figure {
    width: 640px;
    height: 460px;
    aspect-ratio: 640 / 460;
    box-sizing: border-box;
    
    flex-shrink: 0;
}

.worksSingleData figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid var(--black);
}

.worksSingleData .inBox {
    flex-grow: 1;
}

.worksSingleData .inBox h2.en {
    text-align: center;
    color: var(--main-color01);
    font-size: 40px;
}
.worksSingleData .inBox h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--main-color01);
    text-align: center;
}

.worksSingleData table {
    width: 100%;
    table-layout: auto;
}

.worksSingleData table th {
    width: fit-content;
    white-space: nowrap;
    font-weight: 700;
    vertical-align: middle;
}

.worksSingleData table td {
    width: auto;
}

.worksSingleData table td a {
    text-decoration-color: var(--main-color01);
}

.worksSingleData table td .cats a,
.worksSingleData table td .cats a:hover {
    /* display: inline-block; */
    background: transparent;
    color: var(--black);
    text-decoration: underline !important;
    text-underline-offset: 8px;
    padding: 0;
    position: relative;
}

.worksSingleData table td .cats a:hover {
    color: var(--main-color01);
}

.worksSingleData table td ul li {
    /* display: inline; */
    margin-bottom: 5px;
}

.worksSingleDetail {
    padding: 60px 0;
}

.worksSingleDetail01 {
    padding-top: 0;
    padding-bottom: 100px;
}

.worksSingleDetail02 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #e5e5e5;
}

.worksSingleDetail .inner {
    background: var(--white);
    margin-top: 60px;
    padding: 60px 40px;
    border-top: solid 1px var(--black);
    border-bottom: solid 1px var(--black);

}

.worksSingleDetail .inner h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.worksSingleDetail .inner p {
    font-weight: 500;
}

.worksSinglePhoto {
	padding: 100px 0;
    background: #f0f0f0;
}

#main .worksSinglePhoto .photoUL ul{
	justify-content:flex-start;
}

#main .worksSinglePhoto .photoUL li{
    width: calc((100% - (var(--gap)*2)) / 3);
	padding:0 !important;
}

.worksSinglePhoto .photoUL li .otherPhoto{
	width:100%;
	display:block;
	aspect-ratio: 3 / 2;
	margin-bottom:10px;
}

.worksSinglePhoto .photoUL li .otherPhoto img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.worksSinglePhoto .photoUL li b{
	display:block;
}

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

.worksSingleBefore,
.worksSingleAfter {
    position: relative;
}

.worksSingleBefore h2,
.worksSingleAfter h2 {
    position: absolute;
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.15em;
    box-sizing: border-box;
    padding: 0;
}

.worksSingleBefore h2 {
    width: 181px;
    height: 138px;
    background: url(./img/bg_worksBefore.png) no-repeat;
    padding: 60px 0 0 30px;
    top: -75px;
    left: -60px;
}

.worksSingleAfter h2 {
    width: 158px;
    height: 163px;
    background: url(./img/bg_worksAfter.png) no-repeat;
    padding: 50px 0 0 55px;
    top: -65px;
    right: -40px;
}

.worksSingleBefore figure,
.worksSingleAfter figure {
    aspect-ratio: 520 / 400;
    width: 520px;
    height: 400px;
}

.worksSingleBefore figure img,
.worksSingleAfter figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -----------------------------------------------------------
    .voiceSingle
----------------------------------------------------------- */
.voiceSingle .postTitle {
    padding: 30px 0;
    text-align: center;
}

.voiceSingle .postTitle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, var(--main-color01), #b7e737);
}

.voiceSingle .postTitle span {
    display: inline-block;
    font-size: 18px;
    color: var(--white);
    background-color: var(--main-color01);
    padding: 10px 25px;
}

.voiceSingle .postTitle div {
    text-align: left;
    margin-top: 10px;
}

.voiceSingle .worksSingleData figure {
    width: 420px;
    height: auto;
    aspect-ratio: auto;
    box-sizing: border-box;
}

.voiceSingle .worksSingleData figure figcaption {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color01);
    text-align: center;
}

.voiceSingle .photo02 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.voiceSingle .photo02 img {
    width: 100%;
}

.voiceSingle .enq {
    text-align: center;
    margin-bottom: 80px;
}

.voiceSingle .enq img {
    width: auto;
    max-width: 100%;
}

.voiceSingle .comment {

}

.voiceSingle .comment .worker {
    margin-top: 40px;
}

.voiceSingle .comment h3,
.profileDetail h2 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 40px 10px 55px;
    border-bottom: solid 2px var(--black);
}

.voiceSingle .comment h3::after,
.profileDetail h2::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 23px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color01);
    --mask: url(./img/icon02.png);
    -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);
}

.voiceSingle .comment .worker h3::after {
    background-color: var(--sub-color01);
}

.voiceSingle .comment .comment_box > div {
    padding: 10px 40px 0;
}


/* -----------------------------------------------------------
    .comVoiceReccomend
----------------------------------------------------------- */
.voiceReccomend {
    position: relative;
}

.voiceReccomend::after {
    content: "";
    position: absolute;
    width: 86%;
    min-width: 1100px;
    height: 360px;
    background-image: linear-gradient(90deg, var(--main-color01), #b7e737);
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.voiceReccomend .contentTitle01 .en {
    position: absolute;
    left: 0;
    top: 40px;
}

#main .postList.voiceList ul,
#main .postList.voiceReccomend ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    margin: 100px auto 40px;
}

.postList.voiceList li .title,
.postList.voiceReccomend li .title {
    margin: 20px 25px 20px;
}

.postList.voiceList li .excerpt,
.postList.voiceReccomend li .excerpt{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: wrap;
    margin: 15px 25px 20px;
}

#main .postList.voiceList li .cats,
#main .postList.voiceReccomend li .cats {
    grid-row: auto;
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-top: solid 2px var(--black);
    border-bottom: solid 2px var(--black);
}
/* -----------------------------------------------------------
    .partnerMain
----------------------------------------------------------- */
.partnerMain figure {
    margin-bottom: 60px;
}

.partnerMain figure img {
    width: 100%;
}

.partnerMain p {
    margin-top: 20px;
    text-align: center;
    line-height: 2.2em;
}

.partnerMain p span {
    font-size: 20px;
    font-weight: 700;
    color: #008c92;
}

.partnerMain .pickup {
    border: solid 1px var(--sub-color02);
    padding: 0 0 40px;
    margin: 60px 0 80px;
}

.partnerMain h3 {
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--white);
    background-color: var(--sub-color02);
}

.partnerMain h4 {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: var(--sub-color02);
}

.partnerMain ul {
    margin-top: 20px;
    padding: 0 40px 0;
}

.partnerMain li {
    padding-left: 30px;
    position: relative;
    margin-top: 10px;
}

.partnerMain li::before {
    content: '';
    display: block;
    left: 8px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #008c92;
    position: absolute;
    border-radius: 100vh;
}

/* -----------------------------------------------------------
    #contact
----------------------------------------------------------- */
.contact-lead {
    font-size: var(--base-font-size);
    padding: 60px 0 80px;
}

.contact-lead p + p {
    margin-top: 1em;
}

body[data-pagename='cmp'] .textCenter .btn {
    margin-top: 30px;
}

/* -----------------------------------------------------------
    form
----------------------------------------------------------- */
#main .formBox {
    margin-top: 50px;
    padding: 60px 96px 90px;
    border: 2px solid var(--black);
}

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

.formBox table tr {
    background-image: linear-gradient(to right, var(--black) 1px, var(--black) 1px);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.formBox table th,
.formBox table td {
    /* border-bottom: 2px dotted var(--black); */
    border: 0;
    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%;
    vertical-align: middle;
    background: none;
    position: relative;
    line-height: 1;
    font-size: var(--base-font-size);
    font-weight: 700;
    padding: 38px 20px;
}

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

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

.formBox table th span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    background: #ccc;
    color: var(--white);
    margin-left: 0.5em;
    padding: 3px 5px 5px;
    line-height: 1;
    display: inline-block;
    height: fit-content;
    /*
    position: absolute;
    margin: auto 0;
    inset: 0 0 0 auto; */
}

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

.formBox table td .wpcf7-form-control.wpcf7-radio,
.formBox table td .wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    font-size: var(--base-font-size);
}

#partner .formBox table td .wpcf7-form-control.wpcf7-radio,
#partner .formBox table td .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.formBox input:not(input[type="checkbox"]):not(input[type="submit"]):not(input[type="radio"]),
.formBox select {
    height: 40px;
    /* box-sizing: border-box; */
    /* border-boxを指定する際は環境によっては見えなくなるので十分なheightを指定する */
}

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

.formBox select {
    width: 300px;
}

.formBox textarea {
    /* height: 60px; */
    width: calc(100% - 20px);
}

.formBox .accept {
    border-radius: 6px;
    text-align: center;
    padding: 20px;
    margin: 30px 0 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: 0.35em;
}

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


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

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

/* .formBox input[type="submit"],
.searchBox input[type="submit"] {
    display: inline-block !important;
    border: none;
    min-width: 270px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 25px;
    font-size: calc(var(--base-font-size) * var(--font-scale) * 1.111);
    font-weight: 700;
    padding: 14px 45px 16px;
    line-height: 1;
    color: var(--white);
    background: var(--main-color01);
    width: fit-content;
    transition: 0.3s ease;
} */

.formBox .submit {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

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

.formBox .wpcf7-spinner {
    display: none !important;
}

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

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

#main .formBox .privacyBox {
    padding: 60px 60px 45px;
    background: #f0f0f0;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

#main .formBox .privacyBox dt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

#main .formBox .privacyBox dd {
    font-size: 16px;
    line-height: 2;
}

#main .formBox .privacyBox dd a {
    color: var(--main-color01);
    text-decoration: underline;
    text-underline-offset: 8px;
}

.cboxIframe::-webkit-scrollbar {
    display: none;
}