@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');
/* ------------------------------
 CSS Document
------------------------------ */

:root {
    --color01: #473D2F;
    --color02: #dc143c;
    --color03: #f8f2e9;
    --gradient01: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #DAAF08 70%, #DAAF08 85%, #B67B03 90% 100%);
    --ff01: "Noto Sans JP", sans-serif;
    --ff02: "Noto Serif JP", serif;
    --ff99: "font awesome 5 free";
    --shadow01: 0 0 10px rgb(0 0 0 / 15%);
    --bg01: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
}

html {
    font-family: var(--ff01);
    line-height: 1.8;
    letter-spacing: 0;
    color: var(--color01);
    font-size: 16px;
    font-weight: 400;
}

time {
    display: block;
    font-family: var(--ff03);
    line-height: 1;
}

.date {
    line-height: 1;
}

a.link {
    color: blue;
    border-bottom: 1px solid;
}

a.link.white {
    color: #fff;
}

.filter-cmn-01 img {
    -webkit-filter: brightness(0.5) blur(2px);
    filter: brightness(0.5) blur(2px);
    scale: 1.1;
}

@media(max-width:1024px) {
    .text {
        font-size: 15px;
    }
}

/* ------------------------------
 base
 rewrite
------------------------------ */

.harea+.harea {
    margin-top: 40px;
}

.harea[class*="bg"]+.harea,
.harea[class*="relative"]+.harea {
    margin-top: 80px;
}

.harea+.harea[class*="bg"],
.harea+.harea[class*="relative"] {
    margin: 80px 0;
}

.area+.area {
    margin-top: 40px;
}

.area[class*="bg"]+.area,
.area[class*="relative"]+.area {
    margin-top: 80px;
}

.area+.area[class*="bg"],
.area+.area[class*="relative"] {
    margin: 80px 0;
}

.second-mv+.area {
    /* margin-top: calc(80px + 5.5%) !important; */
}

@media(max-width: 1024px) {
    .harea+.harea {
        margin-top: 30px;
    }

    .harea[class*="bg"]+.harea,
    .harea[class*="relative"]+.harea {
        margin-top: 60px;
    }

    .harea+.harea[class*="bg"],
    .harea+.harea[class*="relative"] {
        margin: 60px 0;
    }

    .area+.area {
        margin-top: 30px;
    }

    .area[class*="bg"]+.area,
    .area[class*="relative"]+.area {
        margin-top: 60px;
    }

    .area+.area[class*="bg"],
    .area+.area[class*="relative"] {
        margin: 60px 0;
    }

    .second-mv+.area {
        /* margin-top: calc(60px + 5.5%) !important; */
    }
}

@media(max-width: 599px) {
    .harea+.harea {
        margin-top: 20px;
    }

    .harea[class*="bg"]+.harea,
    .harea[class*="relative"]+.harea {
        margin-top: 40px;
    }

    .harea+.harea[class*="bg"],
    .harea+.harea[class*="relative"] {
        margin: 40px 0;
    }

    .area+.area {
        margin-top: 20px;
    }

    .area[class*="bg"]+.area,
    .area[class*="relative"]+.area {
        margin-top: 40px;
    }

    .area+.area[class*="bg"],
    .area+.area[class*="relative"] {
        margin: 40px 0;
    }

    .second-mv+.area {
        /* margin-top: calc(40px + 5.5%) !important; */
    }
}

/* ------------------------------
 common
------------------------------ */

.fc00 {
    color: #473d2f;
}

.fc01 {
    color: #e18058;
}

.bg01 {
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/bg01.jpg');
    background-size: contain;
}

.bg02 {
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/bg02.webp');
    background-size: cover;
}

.bg03 {
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/bg03.png');
    background-size: 100% 100%;
}

.after01 {
    position: relative;
}

.after01:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 100%;
    padding-top: 11%;
    opacity: 0;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/mv-deco03.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
}

.after01.mv:after {
    padding-top: 11%;
    opacity: 1;
}

.deco01 {
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/deco01.png); */
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-bottom: .25em;
}

.deco02 {
    display: inline-block;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/deco02.png');
    background-position: 50% 80%;
    aspect-ratio: 220/27;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background-repeat: no-repeat;
    padding: 0.5em 0;
    background-size: 100% auto;
}

.deco03 {
    display: inline-block;
    position: relative;
    padding-top: 1em;
}

.deco03:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/eyelashe01.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    width: 1.5em;
    height: 1em;
}

.deco04 {
    position: relative;
    display: inline-block;
    padding-bottom: .25em;
    z-index: 1;
}

.deco04:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/deco02.png); */
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: .25em;
    width: 10em;
    height: 1.25em;
    background-size: 100% auto;
    z-index: -1;
}

.deco05 {
    position: relative;
    display: inline-block;
    padding-bottom: .25em;
    z-index: 1;
}

.deco05:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/deco02.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: .25em;
    width: 10em;
    height: 1.25em;
    background-size: 100% auto;
    z-index: -1;
}

.bxs01 {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
}

.bxs02 {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
}

/* fead */
.fead-mv {
    -webkit-transition: .5s;
    transition: .5s;
}

.fead-mv.mv {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fead-up.mv {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fead-order>* {
    opacity: 0;
}

.fead-order>.mv {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-text>* {
    opacity: 0;
}

.fead-text .mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 80px 0 30px;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: var(--color02);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 50px 0 20px;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .breadcrumbs-list {
        width: 90%;
        margin-top: 1em;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 30px 0 30px;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* show hide */

.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

[data-element-id] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width:375px;
    margin-left:auto;
    margin-right:auto;
}

[data-element-id] .show\@tb:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px 5px 3px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
    font-family: var(--ff01);
}

[data-element-id] .show\@tb.indention:after {
    content: "TB時改行";
}

[data-element-id] .show\@pc.indention {
    display: inline-block;
    width: 25px;
    border: none;
    background:blue;
    padding: 0px 2px 8px;
    line-height: 1;
    font-family: var(--ff01);
    color:#fff;
}

[data-element-id] .show\@pc.indention:after {
    content: "PC時改行";
    font-size: 8px;
    letter-spacing: 0;
    padding: 3px 0 3px;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width:375px;
    margin-left:auto;
    margin-right:auto;
}

[data-element-id] .show\@sp:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px 5px 3px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
    font-family: var(--ff01);
}

[data-element-id] .show\@sp.indention {
    display: inline-block;
    width: 20px;
    border: none;
}

[data-element-id] .show\@sp.indention:after {
    content: "SP時改行";
    font-size: 8px;
    letter-spacing: 0;
    padding: 3px 0 3px;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

/* ##### フロート float ##### */
.up-fl-left {
    float: left;
}

.up-fl-right {
    float: right;
}

.up-fl-none {
    float: none;
}

.up-flc-left {
    clear: left;
}

.up-flc-rigjt {
    clear: right;
}

.up-flc-both {
    clear: both;
}

.float-box {
    display: block;
}

.float-box-img {
    float: right;
}

.float-box-title {
    float: left;
}

.float-box-content {
    float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
    margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
    margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
    margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
    margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
    margin-left: 0;
    margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
    margin-left: 0;
    margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
    margin-left: auto;
    margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
    margin-left: 0;
    margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
    float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
    float: left;
}

.contents12item.add-num .float-box .float-box-img .img:before {
      content: '';
    position: absolute;
    top: 0;
    width: 6em;
    height: 3em;
    z-index: 1;
    left: 0;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color02))) no-repeat top left / 100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, var(--color02) 50.5%) no-repeat top left / 100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, var(--color02) 50.5%) no-repeat top left / 100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, var(--color02) 50.5%) no-repeat top left / 100% 100%;
}

.contents12item.add-num .float-box:nth-of-type(even) .float-box-img .img:before{
  left: auto;
  right: 0;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color02))) no-repeat top left / 100% 100%;
    background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, var(--color02) 50.5%) no-repeat top left / 100% 100%;
    background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, var(--color02) 50.5%) no-repeat top left / 100% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, var(--color02) 50.5%) no-repeat top left / 100% 100%;
}

.contents12item.add-num .float-box .float-box-img{
  position: relative;
  margin-top: 10px;
}

.contents12item.add-num .float-box .float-box-img .number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: .25em;
    font-family: 'Noto Serif JP';
    font-style: italic;
}

.contents12item.add-num .float-box:nth-of-type(even) .float-box-img .number{
      left: auto;
      right: 0;
}

@media (max-width: 1024px) {
    .up-fl-left\@tb {
        float: left;
    }

    .up-fl-right\@tb {
        float: right;
    }

    .up-fl-none\@tb {
        float: none;
    }

    .up-flc-left\@tb {
        clear: left;
    }

    .up-flc-rigjt\@tb {
        clear: right;
    }

    .up-flc-both\@tb {
        clear: both;
    }
}

@media (max-width: 599px) {
    .up-fl-left\@sp {
        float: left;
    }

    .up-fl-right\@sp {
        float: right;
    }

    .up-fl-none\@sp {
        float: none;
    }

    .up-flc-left\@sp {
        clear: left;
    }

    .up-flc-rigjt\@sp {
        clear: right;
    }

    .up-flc-both\@sp {
        clear: both;
    }

    .float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
        float: right;
        width: 100%;
    }
}

/* hover */
.hover-parent {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
}

[data-element-id] .hover-parent{
  pointer-events: inherit;
}

.hover-child a {
    pointer-events: auto;
}

.hover-parent:hover {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hover-img a {
    -webkit-transition: .5s;
    transition: .5s;
}

.hover-img a:hover {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
}

.hover-zoom a:hover {
    opacity: 1;
}

.hover-zoom .hz-p {
    overflow: hidden;
}

.hover-zoom img {
    -webkit-transition: .5s;
    transition: .5s;
}

.hover-zoom a:hover img {
    scale: 1.2;
}

.hover-shine {
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
}

.hover-shine a:hover {
    opacity: 1;
}

/*キラッと光る*/
.hover-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.hover-shine:hover::before {
    -webkit-animation: shine 0.7s;
    animation: shine 0.7s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* ------------------------------
 common line,col,bgi
------------------------------ */

.cmn-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.opacity5 {
    opacity: .5;
}

@media(max-width:1024px) {
    .cmn-col-2-tb {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media(max-width:599px) {
    .br-cmn-0-sp {
        border-radius: 0;
    }
}

/* ------------------------------
 common layout
------------------------------ */

.cmnbox01 {
    padding: 2em 1.5em;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
    position: relative;
}

.cmnbox01:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3em 8em 0 0;
    border-color: #e18058 transparent transparent transparent;
}

.cmntit01 {
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/cmntit01bg.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: .25em;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cmntit01 .jp {
    display: block;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    letter-spacing: 3px;
}

.cmntit01 .en {
    display: block;
    font-family: var(--ff02);
    font-weight: 600;
    background: var(--gradient01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    letter-spacing: 2px;
}

.cmntit02 .deco {
    position: relative;
    padding-left: 2.5em;
    padding-bottom: 0.1em;
    z-index: 1;
    color: #fff;
}

.cmntit02 .deco:before {
    content: '';
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/cmntit02.png');
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10em;
    height: 2em;
    z-index: -1;
}

.decotit01 .deco {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: inline-block;
    position: relative;
    padding-top: .5em;
}

.decotit01 .deco:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/eyelashe01.png); */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    width: 1.5em;
    height: 1em;
}

.cmntext01 {
    display: inline;
    background-color: #fff;
}

.more01 a,
.more01>* {
    display: inline-block;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease .2s;
    transition: ease .2s;
    background-color: var(--color02);
    border: 1px solid var(--color02);
}

.more01.glay a {
    background: #7c7c7c;
    border: 1px solid #7c7c7c;
}

.more01 a:hover {
    opacity: 1;
    background: #fff;
    border: 1px solid var(--color02);
    color: var(--color02);
}

.more01.glay a:hover {
    background: #fff;
    border: 1px solid #7c7c7c;
    color: #7c7c7c;
}

.more01 .btn {
    display: inline-block;
    max-width: 100%;
    color: #fff;
    padding: 0.7em;
    width: 200px;
    text-align: center;
    position: relative;
    z-index: 3;
    -webkit-transition: .5s;
    transition: .5s;
}

.more01 a:hover .btn {
    color: var(--color02);
}

.more01 .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0px 1.5em 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 2px;
    font-family: 'Noto Serif JP';
}

.more01 .arrow:after {
    width: .75em;
    height: .75em;
    border-left: 1px solid transparent;
    border-right: 2px solid #fff;
    border-top: 1px solid transparent;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: .5s;
    transition: .5s;
}

.more01 a:hover .arrow:after {
    border-right: 2px solid var(--color02);
    border-bottom: 2px solid var(--color02);
}

.more01.back .arrow:after {
    border-right: 1px solid transparent;
    border-left: 2px solid #fff;
    border-bottom: 1px solid transparent;
    border-top: 2px solid #fff;
    right: auto;
    left: 0;
}

.more01.back a:hover .arrow:after{
    border-right: 1px solid transparent;
    border-left: 2px solid var(--color02);
    border-bottom: 1px solid transparent;
    border-top: 2px solid var(--color02);
}

.backnavitem {
    margin: 1%;
}

.backnavitem a {
    display: inline-block;
    max-width: 100%;
}

.backnavitem .btn {
    display: inline-block;
    max-width: 100%;
    background-color: #473D2F;
    color: #fff;
    padding: .4em 0;
    width: 180px;
    text-align: center;
}

.cmncontentsitem01 a {
    display: block;
}

@media(max-width: 1024px) {
    .cmntit01 {
        background-size: 550px auto;
    }
}

@media(max-width: 599px) {
    .cmntit01 {
        background-size: 100% auto;
    }

    .backnavlist {
        font-size: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .more01 .btn {
        font-size: 14px;
        width: 180px;
    }

    .more01 .btn.min {
        width: 150px;
    }
}

/* color */
.color-cmn-orange {
    color: var(--color02);
}

/* bgc */
.bgc-cmn-01 {
    background: var(--color01);
}

.bgc-cmn-02 {
    background: var(--color02);
}

.bgc-cmn-03 {
    background: var(--color03);
}

/* bgi */
.bgi-cmn-01 {
    background: url('/import/tenant_1/162.43.85.144/html/images/common/444013321.webp');
    background-size: contain;
    background-repeat: repeat;
}

/* ttl-fz */
.ttl-fz-medium {
    font-size: 30px;
}

[data-element-id] .show\@sp.ttl-fz-medium, [data-element-id] .show\@sp .ttl-fz-medium{
    font-size: 20px;
}

.ttl-fz-small {
    font-size: 24px;
}

[data-element-id] .show\@sp .ttl-fz-small{
  font-size: 18px;
}

@media(max-width:599px) {
    .ttl-fz-medium {
        font-size: 20px;
    }

    .ttl-fz-small {
        font-size: 18px;
    }
}

.ttl-cmn-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--ff02);
    font-weight: 500;
}

.ttl-cmn-01.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ttl-cmn-01 .ja {
    font-size: 32px;
    line-height: 1.5;
}

[data-element-id] .show\@sp .ttl-cmn-01 .ja {
    font-size: 24px;
}

.ttl-cmn-01 .en {
    font-size: 22px;
    line-height: 1.5;
}

[data-element-id] .show\@sp .ttl-cmn-01 .en {
    font-size: 18px;
}

@media(max-width:599px) {
    .ttl-cmn-01 .ja {
        font-size: 24px;
    }

    .ttl-cmn-01 .en {
        font-size: 18px;
    }
}

/* line-cmn */
.line-cmn-01 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 1;
}

.line-cmn-02 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

/* indent-cmn */
.indent-cmn-01 {
    padding-left: 1em;
    position: relative;
}
.indent-cmn-01::before{
  content: "・";
  position: absolute;
  top:0;
  left: 0;
}

/* ------------------------------
 home(TOP)
------------------------------ */

.home01box .tbox,
.home01box .pbox {
    margin: 0;
}

.home01box .tbox {
    position: relative;
    padding: 50px;
    z-index: 1;
    padding-left: calc(50% - 600px);
}

.home01box .tbox:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/layer01.jpg); */
    background-size: 100% 100%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: -1;
}

.home01box .pbox .vw-right {
    height: 100%;
}

.home01box .tbox .tboxin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home01box .tbox .textbox .text {
    display: inline;
    background-color: #fff;
}

.home02item .icon .img {
    display: inline-block;
    width: 235px;
    max-width: 90%;
    border-radius: 50%;
    overflow: hidden;
}

.home03item {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
}

.home03item .pbox .pic {
    position: relative;
    z-index: 1;
    height: 100%;
}

.home03list .home03item:nth-of-type(odd) .pbox .pic:before {
    left: 0;
    background:
        -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color02))) no-repeat top left/100% 100%;
    background:
        linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, var(--color02) 50.5%) no-repeat top left/100% 100%;
}

.home03list .home03item:nth-of-type(even) .pbox .pic:before {
    right: 0;
    background:
        -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color02))) no-repeat top left/100% 100%;
    background:
        linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, var(--color02) 50.5%) no-repeat top left/100% 100%;
}

.home03item .pbox .pic:before {
    content: '';
    position: absolute;
    top: 0;
    width: 6em;
    height: 3em;
    z-index: 1;
}

.home03list .home03item:nth-of-type(odd) .pbox .number {
    left: 0;
}

.home03list .home03item:nth-of-type(even) .pbox .number {
    right: 0;
}

.home03item .pbox .number {
    position: absolute;
    top: 0;
    z-index: 1;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: .25em;
    font-family: var(--ff02);
    font-style: italic;
}

.home03item .pbox,
.home03item .tbox {
    margin: 0;
}

.home03item .tbox {
    padding: 1.5em 1.5em 1.5em;
    position: relative;
}

.home03item .tbox .decotit01 {
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.home04 .home04contents .home04list .home04item:nth-of-type(4) {
    display: none;
}

.home04item a {
    display: block;
}

.home04item a .date {
    background: var(--color02);
    color: #fff;
    padding: 8px 10px;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -15px;
    z-index: 2;
    position: relative;
}

.home04item a .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px;
}

.home04item a .meta .city {
    border: 1px solid var(--color02);
    color: var(--color02);
    padding: 5px 10px 6px;
    line-height: 1;
    font-size: 14px;
}


.home04item a .meta .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.home04item a .meta .cate span {
    background: var(--color01);
    color: #fff;
    padding: 6px 10px 6px;
    line-height: 1;
    font-size: 14px;
}

@media(max-width:599px) {
    .home04item a .date {
        font-size: 12px;
    }

    .home04item a .meta .city {
        font-size: 12px;
    }

    .home04item a .meta .cate span {
        padding: 7px 10px 7px;
        font-size: 12px;
    }
}

.home05 .bg03 {
    padding: 3em 1.5em;
}

.home05item a {
    display: block;
}

.home05item .tbox {
    margin-top: -1em;
    z-index: 1;
    position: relative;
}

.home05item .tbox .date {
    display: inline-block;
    background-color: var(--color01);
    color: #fff;
    line-height: 1.4;
    padding: 0.4em 0.5em 0.3em;
    font-size: 14px;
}

.btn-slick {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    background: var(--color02);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}

.voicearea.recommend-list .btn-slick {
    top: 40%;
}

.home05 .btn-slick {
    top: 40%;
}

.btn-slick.btn-next {
    right: -25px;
}

.home05 .btn-slick.btn-next {
    right: -30px;
}

.btn-slick.btn-back {
    left: -25px;
}

.home05 .btn-slick.btn-back {
    left: -30px;
}

.home06item {
    padding: .75em 0;
}

.home06item a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home06item .date {
    width: 8em;
}

.home06item .date+dd {
    width: calc(100% - 8em);
}

.home06item .date .dib {
    background-color: var(--color01);
    line-height: 1.4;
    padding: 0.3em 0.5em;
    color: #fff;
    font-size: 15px;
}

.home07 {
    background-size: auto;
}

.home07item .acHead {
    background-color: #fff;
    position: relative;
    padding: .75em 3em .75em 30%;
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
}

.home07item .acHead:before {
    content: 'Q';
    color: var(--color02);
    position: absolute;
    left: calc(25% - 1em);
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-family: var(--ff02);
}

.home07item .acHead:after {
    width: 0.55em;
    height: 0.55em;
    border-left: 1px solid transparent;
    border-right: 2px solid;
    border-top: 1px solid transparent;
    border-bottom: 2px solid;
    content: "";
    display: block;
    position: absolute;
    right: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s;
    transition: .5s;
}

.home07item .acHead.is-parent:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.home07item .acBody {
    background-color: rgba(236, 236, 236, .8);
    position: relative;
    padding: .75em 3em .75em 30%;
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
    margin: 5px 0 1em;
    display: none;
}

[data-element-id] .home07item .acBody{
  display: block;
}

.home07item .acBody.is-active {
    display: block;
}

.home07item .acBody:before {
    content: 'A';
    color: var(--color01);
    position: absolute;
    left: calc(25% - 1em);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-family: var(--ff02);
}

.home08 .img {
    border: 3px solid var(--color02);
}

.home08 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.home09 .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.home09 .banner-list .item {
    width: calc((100% - 30px) / 2);
}

.home09 .banner-list .item a {
    position: relative;
    min-height: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.home09 .banner-list .item a .tit {
    position: relative;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 500;
}

.home09 .banner-list .item a .tit::before,
.home09 .banner-list .item a .tit::after {
    width: 0.55em;
    height: 0.55em;
    border-left: 1px solid transparent;
    border-right: 2px solid;
    border-top: 1px solid transparent;
    border-bottom: 2px solid;
    content: "";
    display: block;
    position: absolute;
    right: -1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.home09 .banner-list .item a .tit::after {
    right: -1.3em;
}

.home09 .banner-list .item a .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

@media(max-width: 1024px) {

    .home01box .tbox {
        padding: 50px 20px;
    }

    .home07item .acHead {
        padding: .75em 3em .75em 4em;
    }

    .home07item .acHead:before {
        left: 1em;
    }

    .home07item .acBody {
        padding: .75em 3em .75em 4em;
    }

    .home07item .acBody:before {
        left: 1em;
    }

    .home09 .banner-list {
        gap: 10px;
    }

    .home09 .banner-list .item a {
        min-height: 150px;
    }

    .home09 .banner-list .item a .tit {
        font-size: 24px;
    }
}

@media(max-width: 599px) {

    .home01box .tbox {
        padding: 1.5em 10px 3em;
    }

    .home01box .tbox:before {
        width: 100vw;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .home02item .icon .img {
        max-width: 60%;
    }

    .home03item .tbox {
        padding: 1em;
    }

    .home04 .home04contents .home04list .home04item:nth-of-type(4) {
        display: block;
    }

    .home05item {
        width: 100%;
    }

    .home06item .date {
        width: 4.6em;
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .home06item .date+dd {
        width: calc(100% - 4.6em);
        font-size: 16px;
    }

    .home06item .date .dib {
        font-size: 12px;
    }

    .home07item .acHead:before {
        top: -5px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .home07item .acBody:before {
        top: -5px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .home09 .banner-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .home09 .banner-list .item {
        width: 100%;
    }
}

/* ------------------------------
 about
------------------------------ */

.about02 {
    padding: 0 !important;
}

.about02box .tbox,
.about02box .pbox {
    margin: 0;
}

.about02box .tbox {
    position: relative;
    padding: 3em 3em 3em 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about02box .tbox:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/layer01.jpg');
    background-size: 100% 100%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: -1;
}

.about02box .pbox .vw-right {
    height: 100%;
}

.about02box .tbox .textbox .text {
    display: block;
    color: #fff;
}

.about03item .pbox .pic {
    position: relative;
    z-index: 1;
}

.about03list .about03item:nth-of-type(odd) .pbox .pic:before {
    left: 0;
    background:
        -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color01))) no-repeat top left/100% 100%;
    background:
        linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, var(--color01) 50.5%) no-repeat top left/100% 100%;
}

.about03list .about03item:nth-of-type(even) .pbox .pic:before {
    right: 0;
    background:
        -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color01))) no-repeat top left/100% 100%;
    background:
        linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, var(--color01) 50.5%) no-repeat top left/100% 100%;
}

.about03item .pbox .pic:before {
    content: '';
    position: absolute;
    top: 0;
    width: 6em;
    height: 3em;
    z-index: 1;
}

.about03list .about03item:nth-of-type(odd) .pbox .number {
    left: 0;
}

.about03list .about03item:nth-of-type(even) .pbox .number {
    right: 0;
}

.about03item .pbox .number {
    position: absolute;
    top: 0;
    z-index: 1;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: .25em;
}

.about04item {
    padding: 1em 0;
    border-bottom: 2px solid #bfbfbf;
}

.about04item dt {
    width: 9em;
    font-weight: 600;
    padding-left: 10px;
}

.about04item dt+dd {
    width: calc(100% - 10em);
    font-weight: 500;
}

.about04item dd .about04item {
    border-bottom: 1px solid #ccc;
}

.about04item dd .about04item:first-of-type {
    padding-top: 0;
}

.about04item dd .about04item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.about04item dd .about04item dt {
    width: 4em;
}

.about04item dd .about04item dt+dd {
    width: calc(100% - 5em);
}

.access01 .map {
    padding-top: 30%;
}

@media(max-width: 1024px) {}

@media(max-width: 599px) {

    .about02box .tbox {
        padding: 1.5em 0 3em;
    }

    .about02box .tbox:before {
        width: 100vw;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .about02box .ofiImg.t80 {
        padding-top: 60%;
    }

    .about04item dt {
        width: 100%;
        margin-bottom: .5em;
        padding-left: 0px;
    }

    .about04item dt+dd,
    .about04item dd {
        width: 100%;
    }

    .about04item dd .about04item dt {
        margin-bottom: 0;
    }
    
    .access01 .map{
      padding-top: 70%;
    }
}

/* ------------------------------
 kodawari
------------------------------ */

.kodawari01box {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.kodawari02item .pbox {
    position: relative;
    width: 300px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.kodawari02item .pbox .ofiImg {
    border-radius: 50%;
    overflow: hidden;
}

.kodawari02item .pbox .number {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color02);
    border-radius: 50%;
    line-height: 1;
    font-size: 26px;
}

.kodawari02item .deco03 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 17px;
    font-weight: 600;
}

@media(max-width: 1024px) {}

@media(max-width: 599px) {

    .kodawari02item .pbox {
        max-width: 75%;
    }
}

/* ------------------------------
 flow
------------------------------ */

.flow01itemin {
    position: relative;
    padding-left: 6rem;
    padding-bottom: 3rem;
}

.flow01itemin .number {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.flow01box .flow01item .sub-flow .tit {
    padding: 0 0 0.5em;
    border-bottom: 1px solid var(--color02);
    margin: 20px 0 1rem;
    font-size: 18px;
    font-family: 'Noto Serif JP';
}

.flow01box .flow01item .sub-flow ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.flow01box .flow01item .sub-flow ol li::before {
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: bold;
    font-size: 120%;
    color: var(--color01);
    font-family: 'Noto Serif JP', serif;
}

.flow01itemin .number .num {
    width: 80px;
    height: 80px;
    font-size: 28px;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color02);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
}

.type-recruit .flow01itemin .number .num {
    font-size: 22px;
}

.flow01itemin .number.mv .num,[data-element-id] .flow01itemin .number .num {
    opacity: 1;
}

.flow01itemin .number:before {
    content: '';
    position: absolute;
    bottom: 20%;
    left: 1.5rem;
    width: 0.8rem;
    height: calc(50% - 2.5rem);
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/flow01itembg01.png');
    background-size: cover;
    background-position: center 0%;
    background-repeat: repeat-y;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition: 2s;
    transition: 2s;
}

.flow01itemin .number.mv:before,[data-element-id] .flow01itemin .number:before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

.flow01itemin .number:after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 1.25rem;
    height: 1.9rem;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/roller01.png');
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.flow01itemin .number.mv:after,[data-element-id] .flow01itemin .number:after {
    opacity: 1;
}

.flow01list .flow01item:last-of-type .flow01itemin .number:before,
.flow01list .flow01item:last-of-type .flow01itemin .number:after {
    content: none !important;
}

.flow02box {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.type-recruit .flow01item:last-of-type .flow01itemin {
    padding-bottom: 0;
}

@media(max-width: 1024px) {}

@media(max-width: 599px) {

    .flow01itemin {
        padding-left: 0;
        padding-bottom: 0;
        display: block;
        margin-bottom: 50px;
    }

    .flow01item:last-child .flow01itemin {
        margin-bottom: 0;
    }

    .flow01itemin .number {
        z-index: 1;
        margin-top: -1.5em;
        -webkit-transform: none;
        transform: none;
        height: auto;
        position: absolute;
        top: 0px;
        left: -10px;
    }

    .flow01itemin .number:before,
    .flow01itemin .number:after {
        content: none;
    }

    .flow01itemin .tbox .deco05:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* ------------------------------
 contents1
------------------------------ */

.contents11 {
    padding-bottom: 0 !important;
}

.contents11box {
    color: #fff;
}

.contents11box .ofiImg.tc:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
}

.contents11box .tbox {
    padding: 100px 0;
    max-width: 600px;
    margin: 0 auto;
}

.contents11box .tbox.w100 {
    max-width: 100%;
}

.contents12item .float-box {
    margin-bottom: 50px;
}

.contents12item .float-box:last-child {
    margin-bottom: 0;
}

.contents12item .tbox h4 .deco {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
    padding-top: .25em;
    padding-bottom: .5em;
    margin: 1em 0;
}

.contents12item .tbox h4 .deco:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/roller01.png');
    width: 2.1em;
    height: 3.1em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}

.contents12item.type02 .tbox h4 .deco:before {
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/layer04.png');
    top: -10px;
}

.contents12item.type03 .tbox h4 .deco:before {
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/43199.png');
}

.contents12item .tbox h4 .deco>* {
    z-index: 2;
    position: relative;
}

.contents12item .tbox h4 .deco:after {
    content: '';
    position: absolute;
    left: 1em;
    bottom: 0;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/deco02.png');
    width: 10em;
    max-width: calc(100% - 1em);
    height: 1.5em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.contents12item .item {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
}

.contents12item .item dt {
    padding: .5em;
    text-align: center;
}

.contents12item .list .item:nth-of-type(odd) dt {
    background-color: #473d2f;
    color: #fff;
}

.contents12item .list .item:nth-of-type(even) dt {
    background-color: #bfbfbf;
}

.contents12item .item dd {
    padding: 1.5em;
}

.contents13 .cmntit01 {
    background-size: contain;
}

.contents15 .contents15box li {
    background: var(--color02);
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    width: 90%;
    text-align: center;
    font-family: 'Noto Serif JP';
    letter-spacing: 2px;
    font-weight: 400;
}

.contents15 .contents15box li:nth-of-type(even) {
    margin-left: auto;
}

.contents16box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    margin-bottom: 2px;
    font-family: 'Noto Serif JP';
}

.contents16box dl dt {
    width: calc(100% / 3);
    padding: 10px;
    background: var(--color02);
    color: #fff;
    font-family: 'Noto Serif JP';
    font-weight: 400;
    text-align: center;
}

.contents16box dl dd {
    width: calc(100% / 3);
    padding: 10px;
    background: #f1f1f1;
    text-align: end;
}

.contents16box dl dd:nth-of-type(1) {
    /* text-align: center; */
}

.contents16box dl dd:nth-of-type(2) {
    /* text-align: end; */
}

.contents16box dl:first-child dd {
    background: var(--color02);
    color: #fff;
    font-family: 'Noto Serif JP';
    text-align: center;
}

@media(max-width: 1024px) {

    .contents11box .tbox {
        padding: 70px 0;
        margin: 0 auto;
    }

    .contents15 .contents15box li {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media(max-width: 599px) {

    .contents11box .tbox {
        /* padding: 40px 0; */
    }

    .contents15 .contents15box li {
        border-radius: 5px;
        margin-bottom: 10px;
        width: 100%;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .contents16box dl {
        font-size: 14px;
    }

    .contents16box dl dt {
        width: calc(80% / 2);
    }

    .contents16box dl dd:nth-of-type(1) {
        width: 20%;
    }

    .contents16box dl dd:nth-of-type(2) {
        width: calc(80% / 2);
    }
}

/* banner-area */
.banner-area .banner-list a {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px;
}

.banner-area .banner-list a .box-inner {
    border: 2px solid #fff;
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .banner-area .banner-list a .box-inner{
  flex-direction: column;
}

.banner-area .banner-list a .bgi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.banner-area .banner-list a .bgi+* {
    position: relative;
    z-index: 2;
    color: #fff;
}

@media(max-width:599px) {
    .banner-area .banner-list a {
        min-height: 150px;
    }

    .banner-area .banner-list a .box-inner {
        height: 150px;
    }
}


/* ------------------------------
 contents2
------------------------------ */

.contents21 {
    padding-bottom: 0 !important;
}

.contents21box {
    color: #fff;
}

.contents21box .ofiImg.tc:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
}

.contents21box .tbox {
    padding: 100px 0;
}

.contents22item h4 .deco {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
    padding-top: .25em;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.contents22item h4 .deco:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/roller01.png); */
    width: 2.1em;
    height: 3.1em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}

.contents22item h4 .deco:after {
    content: '';
    position: absolute;
    left: 1em;
    bottom: 0;
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/deco02.png); */
    width: 10em;
    max-width: calc(100% - 1em);
    height: 1.5em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.contents22item .item {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, .3);
}

.contents22item .item dt {
    padding: .5em;
    text-align: center;
}

.contents22item .list .item:nth-of-type(odd) dt {
    background-color: #473d2f;
    color: #fff;
}

.contents22item .list .item:nth-of-type(even) dt {
    background-color: #bfbfbf;
}

.contents22item .item dd {
    padding: 1.5em;
}

@media(max-width: 1024px) {

    .contents21box .tbox {
        padding: 70px 0;
    }
}

@media(max-width: 599px) {

    .contents21box .tbox {
        padding: 40px 0;
    }
}

/* ------------------------------
 contents3
------------------------------ */

.contents31 {
    padding-bottom: 0 !important;
}

.contents31box {
    color: #fff;
}

.contents31box .ofiImg.tc:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
}

.contents31box .tbox {
    padding: 100px 0;
}

.contents32item .tbox h4 .deco {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
    padding-top: .25em;
    padding-bottom: .5em;
    margin: 1em 0;
}

.contents32item .tbox h4 .deco:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/roller01.png); */
    width: 2.1em;
    height: 3.1em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}

.contents32item .tbox h4 .deco:after {
    content: '';
    position: absolute;
    left: 1em;
    bottom: 0;
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/deco02.png); */
    width: 10em;
    max-width: calc(100% - 1em);
    height: 1.5em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.contents32item .item {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
}

.contents32item .item dt {
    padding: .5em;
    text-align: center;
}

.contents32item .list .item:nth-of-type(odd) dt {
    background-color: #473d2f;
    color: #fff;
}

.contents32item .list .item:nth-of-type(even) dt {
    background-color: #bfbfbf;
}

.contents32item .item dd {
    padding: 1.5em;
}

@media(max-width: 1024px) {

    .contents31box .tbox {
        padding: 70px 0;
    }
}

@media(max-width: 599px) {

    .contents31box .tbox {
        padding: 40px 0;
    }
}

/* ------------------------------
 banner
------------------------------ */
.bannerbox .item a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-height: 200px;
}

.bannerbox .item a:hover {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.bannerbox .item a:hover {
    opacity: 1;
}

.bannerbox .item a img {
    -webkit-transition: .5s;
    transition: .5s;
}

.bannerbox .item a:hover img {
    scale: 1.2;
}

.bannerbox .item .tit {
    z-index: 2;
    position: relative;
    font-size: 22px;
    font-family: 'Noto Serif JP';
}

@media(max-width:599px) {
    .bannerbox .item {
        margin-bottom: 20px;
    }

    .bannerbox .item:last-child {
        margin-bottom: 0px;
    }

    .bannerbox .item a {
        min-height: 150px;
    }
}

/* ------------------------------
 other
------------------------------ */

.other01 {
    padding-bottom: 0 !important;
}

.other01box {
    color: #fff;
}

.other01box .ofiImg.tc:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
}

.other01box .tbox {
    padding: 100px 0;
}

.other02item .tbox h4 .deco {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
    padding-top: .25em;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.other02item .tbox h4 .deco:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/roller01.png); */
    width: 2.1em;
    height: 3.1em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}

.other02item .tbox h4 .deco:after {
    content: '';
    position: absolute;
    left: 1em;
    bottom: 0;
    /* background-image: url(../import/tenant_1/160.16.232.54/html/images/deco02.png); */
    width: 10em;
    max-width: calc(100% - 1em);
    height: 1.5em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media(max-width: 1024px) {

    .other01box .tbox {
        padding: 70px 0;
    }
}

@media(max-width: 599px) {

    .other01box .tbox {
        padding: 40px 0;
    }
}

/* ------------------------------
 works
------------------------------ */

.works01item {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    background-color: #fff;
}

.works01item a {
    display: block;
}

.works01item .tbox {
    padding: 0.5em;
}

.works01item .tbox .cat .deco03 {
    text-decoration: underline;
    text-underline-position: under;
    padding-top: 0.3em;
}

.works01item .tbox .cat .deco03::before {
    content: none;
}

.works01item .tbox .cat .deco03 span:after,.works_detailsinglebox .tbox .deco03 span:after,.blogitem .tbox .cat .deco03 span:after,.deco03 span:after{
  content: ",";
}

.works01item .tbox .cat .deco03 span:last-child:after,.works_detailsinglebox .tbox .deco03 span:last-child:after,.blogitem .tbox .cat .deco03 span:last-child:after,.deco03 span:last-child:after{
  content:none;
}

.works_detailsinglebox {
    padding: 3em;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    background-color: #fff;
}

.works01item .tbox .more01 .btn {
    padding: 0.5em;
    font-size: 14px;
}

.works_detailsinglebox .pbox .item {
    width: 48%;
}

.works_detailsinglebox .pbox .item:nth-of-type(1){
  width: 70%;
  margin: 0 auto;
}

.works_detailsinglebox .pbox .item:nth-of-type(2){
  width: 50%;
  margin-left: -20%;
}

.works_detailsinglebox .pbox .list .item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.works_detailsinglebox .pbox .list .item:nth-of-type(odd) dl {
    width: 100%;
}

.works_detailsinglebox .pbox .list .item:nth-of-type(even) dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.works_detailsinglebox .pbox .list .item:nth-of-type(even) dt {
    text-align: right;
}

.works_detailsinglebox .pbox .item dt .label {
    padding: .25em .5em;
    text-align: center;
    width: 7.8em;
    display: inline-block;
    max-width: 100%;
    position: relative;
    margin: 1em 0;
}

.works_detailsinglebox .pbox .list .item:nth-of-type(odd) dt .label {
    background-color: var(--color02);
    color: #fff;
}

.works_detailsinglebox .pbox .list .item:nth-of-type(even) dt .label {
    background-color: #bfbfbf;
}

.works_detailsinglebox .pbox .item dt .label:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
}

.works_detailsinglebox .pbox .list .item:nth-of-type(odd) dt .label:before {
    top: 100%;
    border-width: .5em .25em 0 .25em;
    border-color: var(--color02) transparent transparent transparent;
}

.works_detailsinglebox .pbox .list .item:nth-of-type(even) dt .label:before {
    bottom: 100%;
    border-width: 0 .25em .5em .25em;
    border-color: transparent transparent #bfbfbf transparent;
}

.works_detailsinglebox .pbox .item .ofiImg {
    border: 4px solid #fff;
}

.works_detailsinglebox .tbox .alt {
    border-bottom: 1px solid;
    padding-bottom: .25em;
}

.works_detailsinglebox .tbox .deco03 {
    border-bottom: 1px solid;
    line-height: 1.5;
    font-family: 'Noto Serif JP';
}

.works_detailsinglebox .tbox .deco03::before {
    content: none;
}

.works_detailsinglebox .single {
    margin: 2em 0;
}

.works_detailsinglebox .single dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f1f1f1;
}

.works_detailsinglebox .single dl {
    margin-top: 20px;
}

.works_detailsinglebox .single dl:first-child {
    margin-top: 0px;
}

.works_detailsinglebox .single dl>* {
    padding: 0.5em;
}

.works_detailsinglebox .single dl dt {
    font-family: 'Noto Serif JP';
    background: var(--color02);
    color: #fff;
}

.works_detailsinglebox .single h2 {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.4;
    background-color: var(--color02);
    color: #fff;
    padding: 1rem;
    padding-left: 3.5rem;
    position: relative;
    margin: 0rem 0 1rem;
    font-weight: 700;
}

.works_detailsinglebox .single h2:before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/roller02.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1.5625rem;
    height: 2.3125rem;
}

.works_detailsinglebox .single h3 {
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--color02);
    margin: 3rem 0 1rem;
}

.works_detailsinglebox .single h4 {
    padding: 1rem 2rem;
    border-bottom: 3px solid var(--color02);
    background: #f4f4f4;
    margin: 3rem 0 1rem;
}

.works_detailsinglebox .single ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.works_detailsinglebox .single ul li::before {
    content: "■";
    color: var(--color02);
}

.works_detailsinglebox .single ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.works_detailsinglebox .single ol li::before {
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: bold;
    font-size: 120%;
    color: var(--color01);
    font-family: 'Noto Serif JP', serif;
}

@media(max-width: 1024px) {
    .works_detailsinglebox .single {
        margin: 3em 0;
    }
}

@media(max-width: 599px) {
    .works_detailsinglebox {
        padding: 3em 1.5em;
    }

    .works_detailsinglebox .single {
        margin: 2em 0;
    }

    .works01item .tbox .more01 .btn {
        font-size: 12px;
    }
}

/* ------------------------------
 voice
------------------------------ */
/* voice */
.voicelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .voicelist>*{
  width: 100%;
}

.voiceitem {
    width: 100%;
}

.voiceitem .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.voiceitem:nth-of-type(even) .item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.voiceitem a .pbox {
    width: 30%;
}

.voiceitem a .pbox .pic {
    border-radius: 10px;
    overflow: hidden;
}

.voiceitem .date {
    text-align: right;
    margin-bottom: 10px;
}

.voiceitem a .tbox {
    -webkit-transition: .5s;
    transition: .5s;
    width: 65%;
    background: #fff;
    padding: 20px 20px 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 10px;
    position: relative;
    position: relative;
    border: 3px solid #fff
}

.voiceitem a:hover .tbox {
    border: 3px solid var(--color02);
    opacity: 0.8;
}

.voiceitem a .tbox:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-width: 15px 15px 15px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.voiceitem:nth-of-type(even) .item-inner .tbox:before {
    left: 100%;
    right: auto;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
}

.voiceitem a:hover .tbox:before {
    border-color: transparent var(--color02) transparent transparent;
}


.voiceitem .tbox .cat {
    font-weight: 500;
    border-bottom: 1px solid var(--color01);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.voiceitem .tbox .tit {
    text-align: center;
}

@media(max-width:599px) {
    .voiceitem .date {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .voiceitem a .tbox {
        padding: 10px 20px 20px;
    }

    .voiceitem .tbox .cat {
        font-size: 12px;
        margin: 0 auto 5px;
    }

    .voiceitem .tbox .tit {
        font-size: 16px;
    }
}

/* voice_detail */
.voice_detailarea .voicedetailbox .voice_txtbox .item {
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.voice_detailarea .voicedetailbox .voice_txtbox .item dt {
    font-size: 17px;
    color: var(--color01);
    font-weight: 500;
}

.recommend-list ul li:nth-of-type(4) {
    display: none;
}

@media(max-width:599px) {
    .recommend-list ul li:nth-of-type(4) {
        display: block;
    }
}

/* ------------------------------
 blog
------------------------------ */

.blogitem {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    background-color: #fff;
}

.blogitem a {
    display: block;
}

.blogitem .pbox {
    width: 36%;
}

.blogitem .tbox {
    width: 64%;
    padding: 1.5em;
}

.blogitem .pic {
    height: 100%;
    position: relative;
}

.blogitem .pic .date {
    display: inline-block;
    background-color: var(--color02);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    line-height: 1.4;
    padding: 0.4em 0.5em 0.3em;
    font-size: 14px;
}

.blogitem .tbox .cat .deco03 {
    text-decoration: underline;
    text-underline-position: under;
    font-family: 'Noto Serif JP';
    color: #7c7c7c;
}

.blogdetailbox .tbox {
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/6415092.webp');
    background-size: cover;
    padding: 3em 1.5em;
    position: relative;
}

.blogdetailbox .tbox .date {
    display: inline-block;
    background-color: var(--color02);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    line-height: 1.4;
    padding: 0.3em 0.5em;
    font-size: 15px;
}

.blogdetailbox .tbox .titbox {
    padding: 1.5em 3em;
    background-color: rgb(255 255 255 / 90%);
    font-family: 'Noto Serif JP';
}

.blog_singlebox {
    padding: 3em;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    background-color: #fff;
}

.news_singlebox .blog_singlebox {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog_singlebox .single {
    font-weight: 500;
}

.blog_singlebox .single h2 {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.4;
    background-color: var(--color02);
    color: #fff;
    padding: 1rem;
    padding-left: 3.5rem;
    position: relative;
    margin: 0rem 0 1rem;
    font-weight: 700;
}

.blog_singlebox .single h2:before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/roller02.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1.5625rem;
    height: 2.3125rem;
}

.blog_singlebox .single h3 {
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--color02);
    margin: 3rem 0 1rem;
}

.blog_singlebox .single h4 {
    padding: .5rem 1rem;
    border-bottom: 3px solid var(--color02);
    background: #f4f4f4;
    margin: 3rem 0 1rem;
}

.blog_singlebox .single ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.blog_singlebox .single ul li::before {
    content: "■";
    color: var(--color01);
}

.blog_singlebox .single ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.blog_singlebox .single ol li::before {
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: bold;
    font-size: 120%;
    color: var(--color01);
    font-family: 'Noto Serif JP', serif;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog_singlebox .single iframe[src*="youtube"] {
    margin-top: 1em;
    margin-bottom: 1em;
    aspect-ratio: 16 / 9;
    height: auto;
}

.blog_detail02item {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    background-color: #fff;
    margin-bottom: 1em;
}

.blog_detail02item a {
    display: block;
}

.blog_detail02item .pic {
    height: 100%;
    position: relative;
}

.blog_detail02item .pic .date {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--color02);
    color: #fff;
    line-height: 1.4;
    padding: 0.3em 0.5em;
    font-size: 15px;
}

.blog_detail02item .tbox {
    font-family: 'Noto Serif JP';
    padding: 1em 1em 2em;
}

.blog_detail02item .tbox .cat .deco03 {
    text-decoration: underline;
    text-underline-position: under;
    padding-top: 0;
    margin-bottom: 5px;
}

.blog_detail02item .tbox .cat .deco03::before {
    content: none;
}

@media(max-width: 1024px) {
    .blog_singlebox {
        padding: 2em;
    }
}

@media(max-width: 599px) {

    .blogitem .pbox {
        width: 100%;
    }

    .blogitem .tbox {
        width: 100%;
    }

    .blog_singlebox {
        padding: 2em 1.5em;
    }

    .blogdetailbox .tbox {
        padding: 3em 1em;
    }

    .blogdetailbox .tbox .titbox {
        padding: 1.5em 1.5em;
    }

    .blog_detail02box {
        /* padding: 0 1em; */
    }

    .blog_detail02item {
        width: 100%;
    }
}

/* ------------------------------
 news
------------------------------ */

.newsitem {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    background-color: #fff;
}

.newsitem a {
    display: block;
}

.newsitem .tbox {
    width: 69%;
    padding: 1.5em;
}

.newsitem .datebox {
    width: 31%;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/layer02.jpg');
    background-size: cover;
    text-align: center;
    padding: 1.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.newsitem .datebox:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    border: 2px solid #ffffff;
}

.newsitem .datebox .day {
    font-size: 72px;
    line-height: 1;
    font-family: 'Noto Serif JP';
    color: #fff;
}

[data-element-id] .newsitem .datebox .day,[data-element-id] .news_singlebox .datebox .day{
  font-size: 30px;
}

.newsitem .datebox .day:before {
    content: '';
    display: block;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/layer03.png');
    background-size: 100% auto;
    width: .83em;
    height: .69em;
    margin: 0 auto .75rem;
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.newsitem .datebox .date {
    line-height: 1.2;
    margin-top: 1em;
    font-family: 'Noto Serif JP';
    color: #fff;
    letter-spacing: 2px;
}

.newsitem .tbox .cat .deco03 {
    text-decoration: underline;
    text-underline-position: under;
}

.news_singlebox {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .5);
    background-color: #fff;
}

.news_singlebox .single {
    font-weight: 500;
}

.news_singlebox .tbox {
    width: 69%;
    padding: 1.5em;
    background-image: none;
}

.news_singlebox .datebox {
    width: 31%;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/layer02.jpg');
    background-size: cover;
    text-align: center;
    padding: 1.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.news_singlebox .datebox:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% - .5em);
    height: calc(100% - .5em);
    border: 2px solid #fff;
}

.news_singlebox .datebox .day {
    font-size: 72px;
    line-height: 1;
    font-family: 'Noto Serif JP';
    color: #fff;
}

.news_singlebox .datebox .day:before {
    content: '';
    display: block;
    background-image: url('/import/tenant_1/162.43.85.144/html/images/common/layer03.png');
    background-size: 100% auto;
    width: .83em;
    height: .69em;
    margin: 0 auto .75rem;
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.news_singlebox .datebox .date {
    line-height: 1.2;
    margin-top: 1em;
    font-family: 'Noto Serif JP';
    color: #fff;
}

.news_singlebox .tbox .cat .deco03 {
    text-decoration: underline;
    text-underline-position: under;
    padding-top: 1em;
    padding-left: 1em;
    font-family: 'Noto Serif JP';
}


@media(max-width: 1024px) {

    .newsitem .datebox .day {
        font-size: 60px;
    }

    .news_singlebox .datebox .day {
        font-size: 60px;
    }
}

@media(max-width: 599px) {

    .newsitem .tbox {
        width: 100%;
    }

    .newsitem .datebox {
        width: 100%;
    }

    .newsitem .datebox .day {
        font-size: 48px;
    }

    .news_singlebox .tbox {
        width: 100%;
    }

    .news_singlebox .datebox {
        width: 100%;
    }

    .news_singlebox .datebox .day {
        font-size: 48px;
    }
}

/* ------------------------------
 recruit
------------------------------ */

.recruit01box .item .txtbox {
    /* background: var(--color03); */
    background: #fff;
    -webkit-box-shadow: var(--shadow01);
    box-shadow: var(--shadow01);
    padding: 15px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    margin-top: -30px;
}

.recruit01box .item .txtbox .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600
}

.recruit01box .item .txtbox .meta .cate span {
    background: var(--color02);
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    font-size: 13px;
    border: 1px solid var(--color02);
    display: block;
}

.recruit01box .item .txtbox .meta .cate.type02 span {
    background: #fff;
    color: var(--color02);
}

.recruit01box .item .txtbox .tit {
    margin-top: 10px;
}

@media(max-width:599px) {
    .recruit01box .item .txtbox {
        padding: 10px;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        margin-top: -50px;
    }

    .recruit01box .item .txtbox .meta .cate span {
        font-size: 11px;
        padding: 4px 8px;
    }
}

.recruit02box .item {
    padding: 1em 0.5em;
    border-bottom: 1px solid #bfbfbf;
}

.recruit02box .item dt {
    width: 8em;
    font-weight: 600;
}

.recruit02box .item dt+dd {
    width: calc(100% - 9em);
}

.recruit02box .item dd>.item {
    border-bottom: 1px solid #e7e7e7;
}

.recruit02box .item dd>.item:first-of-type {
    padding: 0em 0.5em 1em;
}

.recruit02box .item dd>.item:last-of-type {
    border-bottom: none;
    padding: 1em 0.5em 0;
}

@media(max-width: 1024px) {}

@media(max-width: 599px) {
    .recruit02box .item {
        padding: 1em 0em;
    }

    .recruit02box .item dd>.item:first-of-type {
        padding: 0em 0em 1em;
    }

    .recruit02box .item dd>.item:last-of-type {
        padding: 1em 0em 0;
    }

    .recruit02box .item dt {
        width: 6em;
        font-size: 14px;
        font-weight: 500;
    }

    .recruit02box .item dd dl dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .recruit02box .item dt+dd {
        width: calc(100% - 7em);
        font-size: 14px;
        line-height: 1.5;
    }
}

/* ------------------------------
 faq
------------------------------ */

.faq01box .item {
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .25), 2px 4px 4px -8px rgba(0, 0, 0, .25);
    line-height: 1.4;
}

.faq01box .item .acHead {
    background-color: #fff;
    position: relative;
    padding: 1em 3em 1em 5em;
}

.faq01box .item .acHead:before {
    content: 'Q';
    color: var(--color02);
    position: absolute;
    left: 1em;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-family: 'Noto Serif JP', serif;
}

.faq01box .item .acHead:after {
    width: 0.55em;
    height: 0.55em;
    border-left: 1px solid transparent;
    border-right: 2px solid;
    border-top: 1px solid transparent;
    border-bottom: 2px solid;
    content: "";
    display: block;
    position: absolute;
    right: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s;
    transition: .5s;
}

.faq01box .item .acHead.is-parent:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.faq01box .item .acBody {
    background-color: #eeeeee;
    position: relative;
    padding: 1em 3em 1em 5em;
    display: none;
}

.faq01box .item .acBody:before {
    content: 'A';
    color: var(--color01);
    position: absolute;
    left: 1em;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-family: var(--ff02);
}

@media(max-width: 1024px) {

    .faq01box .item .acHead {
        padding: 1em 3em 1em 4em;
    }

    .faq01box .item .acBody {
        padding: 1em 3em 1em 4em;
    }
}

@media(max-width: 599px) {
    .faq01box .item .acHead:before {
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .faq01box .item .acBody:before {
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.contents1.second .second-mv-in .ofiImg.t30 img,
.blog.second .second-mv-in .ofiImg.t30 img {
    -o-object-position: center;
    object-position: center;
}

.uk-lb img:hover {
    cursor: pointer;
}

/* 追記2023/02/24 */

.headR .g-snslist {
    display: none;
}

[data-element-id].headR .g-snslist:before {
    content: "モバイル";
    display: block;
    background: green;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

[data-element-id] .headR .g-snslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 20px;
    border: 1px solid green;
}


@media (max-width:1024px) {
    .headR {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .headR .g-snslist {
        margin: 0 0.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hbnritem a {
        padding: 0.2em;
    }

    .hbnritem .icon {
        max-width: 1.5em;
        height: 21.5px;
    }

    .headR .g-snslist .g-snsitem {
        margin: 0.2em;
    }

    .hfixitem.tel a:before {
        content: "\f879";
        font-family: "font awesome 5 Free";
        font-weight: bold;
        margin-right: 5px;
    }
}

@media (max-width:599px) {
    .hfixitem.tel a {
        position: relative;
    }

}

[data-element-id] .works01list>*,[data-element-id] .recruit01box>*,[data-element-id] .home04list>*{
  display: flex;
  flex-wrap: wrap;
}

[data-element-id] .works01list.up-col-3>*,[data-element-id] .recruit01box.up-col-3>*,[data-element-id] .home04list.up-col-3>*{
  width: 100%;
}

[data-element-id] .works01list.up-col-3>*>*,[data-element-id] .recruit01box.up-col-3>*>*,[data-element-id] .home04list.up-col-3>*>*{
  width: 33%;
}
