@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;900&family=Open+Sans:wght@400;600&display=swap");

/* # root2 START # */
/* :root {
    --color01: #155E1B;
    --color02: #14475e;
    --url01: url('/import/tenant_1/153.121.61.147/P02/images/green-head-bg.png');
    --url02: url('/import/tenant_1/153.121.61.147/P02/images/about-roler-right-green.png');
    --url03: url('/import/tenant_1/153.121.61.147/P02/images/about-roler-left-green.png');
    --url04: url('/import/tenant_1/153.121.61.147/P02/images/green-roler-left01.png');
    --url05: url('/import/tenant_1/153.121.61.147/P02/images/green-roler-right01.png');
    --url06: url('/import/tenant_1/153.121.61.147/P02/images/news-roler-green.png');
    --url07: url('/import/tenant_1/153.121.61.147/P02/images/h3-roler-green.png');
    --url08: url('/import/tenant_1/153.121.61.147/P02/images/about-bg-x-green.png');
    --url09: url('/import/tenant_1/153.121.61.147/P02/images/about-bg-y-green.png');
    --url10: url('/import/tenant_1/153.121.61.147/P02/images/green-head-bg02.png');
    --url11: url('/import/tenant_1/153.121.61.147/P02/images/green-head-bg02.png');
    --url12: url('/import/tenant_1/153.121.61.147/P02/images/green-head-bg04.png');
} */
/* # root2 END # */

/* # root1 START # */
:root {
    --color01: #14475e;
    --color02: #218055;
    --url01: url("/import/tenant_1/153.121.61.147/P02/images/blue-head-bg.png");
    --url02: url("/import/tenant_1/153.121.61.147/P02/images/about-roler-right.png");
    --url03: url("/import/tenant_1/153.121.61.147/P02/images/about-roler-left.png");
    --url04: url("/import/tenant_1/153.121.61.147/P02/images/blue-roler-left01.png");
    --url05: url("/import/tenant_1/153.121.61.147/P02/images/blue-roler-right01.png");
    --url06: url("/import/tenant_1/153.121.61.147/P02/images/news-roler.png");
    --url07: url("/import/tenant_1/153.121.61.147/P02/images/h3-roler.png");
    --url08: url("/import/tenant_1/153.121.61.147/P02/images/about-bg-x.png");
    --url09: url("/import/tenant_1/153.121.61.147/P02/images/about-bg-y.png");
    --url10: url("/import/tenant_1/153.121.61.147/P02/images/blue-head-bg02.png");
    --url11: url("/import/tenant_1/153.121.61.147/P02/images/blue-head-bg02.png");
    --url12: url("/import/tenant_1/153.121.61.147/P02/images/blue-head-bg04.png");
}

/* # root1 END # */

html {
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 2;
}

body {
    position: relative;
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/body-bg.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

h2,
h3,
h4,
h5 {
    line-height: 1.3;
}

/* 見出し */
h2 {
    font-size: 40px;
}

h3 {
    font-weight: bold;
    color: var(--color01);
}

@media (max-width: 1024px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 599px) {
    h2 {
        font-size: 24px;
    }
}

/* letter-spacing */

.ls-cmn01 {
    letter-spacing: 3px;
}

@media (max-width: 1024px) {
    .ls-cmn01 {
        letter-spacing: 2px;
    }
}

@media (max-width: 599px) {
    .ls-cmn01 {
        letter-spacing: 1px;
    }
}

/* フォントファミリー */
.font01 {
    font-family: "Heebo", sans-serif;
}

.font02 {
    font-family: "Open Sans", sans-serif;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.color01 {
    color: #1a1a1a;
}

.color02 {
    color: var(--color01);
}

.color03 {
    color: var(--color02);
}

.color04 {
    color: red;
}

.color-white {
    color: #fff;
}

.prof-cmn {
    overflow: hidden;
    position: relative;
}

.bg-cmn01 {
    overflow: hidden;
    position: relative;
}

.bg-cmn01:before {
    content: "";
    width: 300vw;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/news-bg.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

/* padding, margin */
.area {
    padding-top: 130px;
    padding-bottom: 130px;
}

.area02 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt01 {
    padding-top: 80px;
}

.pt02 {
    padding-top: 60px;
}

.pt03 {
    padding-top: 30px;
}

.pb01 {
    padding-bottom: 80px;
}

.pb02 {
    padding-bottom: 60px;
}

.pb03 {
    padding-bottom: 30px;
}

.mt01 {
    margin-top: 80px;
}

.mt02 {
    margin-top: 60px;
}

.mt03 {
    margin-top: 30px;
}

.mb01 {
    margin-bottom: 80px;
}

.mb02 {
    margin-bottom: 60px;
}

.mb03 {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .area {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .area02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pt01 {
        padding-top: 60px;
    }

    .pt02 {
        padding-top: 40px;
    }

    .pt03 {
        padding-top: 20px;
    }

    .pb01 {
        padding-bottom: 60px;
    }

    .pb02 {
        padding-bottom: 40px;
    }

    .pb03 {
        padding-bottom: 20px;
    }

    .mt01 {
        margin-top: 60px;
    }

    .mt02 {
        margin-top: 40px;
    }

    .mt03 {
        margin-top: 20px;
    }

    .mb01 {
        margin-bottom: 60px;
    }

    .mb02 {
        margin-bottom: 40px;
    }

    .mb03 {
        margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .area02 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt01 {
        padding-top: 40px;
    }

    .pt02 {
        padding-top: 30px;
    }

    .pt03 {
        padding-top: 10px;
    }

    .pb01 {
        padding-bottom: 40px;
    }

    .pb02 {
        padding-bottom: 30px;
    }

    .pb03 {
        padding-bottom: 10px;
    }

    .mt01 {
        margin-top: 40px;
    }

    .mt02 {
        margin-top: 30px;
    }

    .mt03 {
        margin-top: 10px;
    }

    .mb01 {
        margin-bottom: 40px;
    }

    .mb02 {
        margin-bottom: 30px;
    }

    .mb03 {
        margin-bottom: 10px;
    }
}

.ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anker-b a {
    display: block;
}

.txt2 {
    line-height: 2;
}

.img100 img {
    width: 100%;
}

.h100 {
    height: 100%;
}

/* list */
.list-cmn01 {
    padding-left: 1em;
    text-indent: -1em;
}

.list-cmn02 {
    padding-left: 2em;
    text-indent: -2em;
}

.list-cmn03 {
    padding-left: 3em;
    text-indent: -3em;
}

/* left right */

@media (max-width: 599px) {
    .wrapper main .left-cmn {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper main .right-cmn {
        width: 100%;
    }
}

/* 左右入れ替え */
.rowr2n-cmn li:nth-of-type(2n) .box-cmn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ohakajimai .rowr2n-cmn li:nth-of-type(2n) .box-cmn {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
}


.row2n-cmn li:nth-of-type(2n) .box-cmn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media(max-width:599px){
.reason .rowr2n-cmn li:nth-of-type(2n) .box-cmn {
    flex-direction: column-reverse;
} 

.reform .rowr2n-cmn li:nth-of-type(2n) .box-cmn {
    flex-direction: column-reverse;
}
}


.row2n-cmn li:nth-of-type(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* 繰り返しマージン */
.pwrap-cmn li:not(:last-child) {
    margin-bottom: 60px;
}

.pwrap-cmn02 li:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .pwrap-cmn li:not(:last-child) {
        margin-bottom: 40px;
    }

    .pwrap-cmn02 li:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .pwrap-cmn li:not(:last-child) {
        margin-bottom: 30px;
    }

    .pwrap-cmn02 li:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* br */
.br1024b-cmn br {
    display: none;
}

.br1024n-cmn br {
    display: block;
}

.br599b-cmn br {
    display: none;
}

.br599n-cmn br {
    display: block;
}

@media (max-width: 1024px) {
    .br1024b-cmn br {
        display: block;
    }

    .br1024n-cmn br {
        display: none;
    }
}

@media (max-width: 599px) {
    .br599b-cmn br {
        display: block;
    }

    .br599n-cmn br {
        display: none;
    }
}

/* list */
.list-cmn01 {
    padding-left: 1em;
    text-indent: -1em;
}

.list-cmn02 {
    padding-left: 2em;
    text-indent: -2em;
}

.list-cmn03 {
    padding-left: 3em;
    text-indent: -3em;
}

/* header */

.header-left {
    width: 320px;
    position: relative;
}

h1 {
    margin-left: 78px;
    font-size: 12px;
    position: absolute;
}

h1 a {
    display: block;
    padding: 10px 0;
}

h1 img {
    width: 100%;
}

.header-right {
    width: calc(100% - 320px);
}

.header-nav {
    margin-right: 20px;
}

.nav-item {
    font-weight: bold;
}

.nav-item a {
    display: block;
    padding: 0 15px 12px;
    text-align: center;
    position: relative;
}

.nav-item a:after {
    content: "";
    width: 9px;
    height: 4px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/down01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.head-tel-box {
    margin-right: 30px;
}

.head-tel {
    width: 287px;
    padding: 10px 30px;
    background-color: var(--color01);
}

.head-tel-box .head-tel.contents_b {
    background-color: var(--color02);
}

.head-tel .ttl {
    font-weight: bold;
    font-size: 18px;
    color: #cc8022;
}

.head-tel .sub {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.head-tel .tel {
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}

.head-contact-wrapper {
    width: 125px;
    height: 125px;
}

.head-contact-box {
    width: 125px;
    height: 125px;
    display: block;
    background-color: #f2c32f;
    position: relative;
}

.rakuten-box .head-contact-box{
  background-color: #14475e;
}

.head-contact-box.ab-test {
    background-color: #97bf32;
}

.head-contact {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.head-contact .icon {
    margin-bottom: 10px;
    text-align: center;
}

.head-contact img {
    width: 60px;
}

.head-contact .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

/* スマホオンリー */
.pc-none {
    display: none;
}

@media (max-width: 1024px) {
    .pc-none {
        display: none;
    }
}


@media (max-width: 599px) {
    .pc-none {
        display: block;
    }
}

/* PCオンリー */
.sp-none {
    display: block;
}

@media (max-width: 1024px) {
    .sp-none {
        display: none;
    }
}

@media (max-width: 1024px) {
    .sp-none {
        display: none;
    }
}

[data-element-id] .pc-none {
    display: block;
}

[data-element-id] .gnav li.pc-none {
    border: 1px solid var(--color02);
}

/* fixed */
.gnav.fixed {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

/* toggle */
.gnav .toggle span.n {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: inherit;
    line-height: 160%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

/* fead-mv */

[class*="fead-mv0"] {
    opacity: 0;
}

[class*="fead-mv0"].mv {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

[data-element-id] [class*="fead-mv0"] {
    opacity: 1;
}

/* gnav */
.gnav-box {
    padding: 35px 0;
}

.gnav {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.g-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-item {
    width: calc(100% / 6);
}

.g-item>a,
.g-item>span {
    display: block;
    padding: 77px 5px 28px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

@media(max-width:599px){
  .g-item>a,
  .g-item>span {
    font-size: 14px;
    line-height: 2.2;
}
}
/* .g-item.icon + .g-item.icon {
  position: relative;
  overflow: hidden;
} */
/* .g-item.icon + .g-item.icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url('/import/tenant_1/153.121.61.147/P02/images/gnav-border.png');
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
  width: 5px;
  height: 500%;
} */

.g-item.icon+.g-item.icon {
    border-left: 3px solid var(--color01);
}

.g-item.icon>a,
.g-item.icon>span {
    position: relative;
}

.g-item.icon>a:after,
.g-item.icon>span:after {
    content: "";
    width: 9px;
    height: 4px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/down01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10px;
    left: 50%;
}

.g-item.icon>a:before,
.g-item.icon>span:before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 5%;
    left: 50%;
}

.g-item.icon01>a:before {
    width: 60px;
    height: 48px;
    background-image: url("/upload/tenant_1/gnav01.webp");
}

.g-item.icon02>a:before {
    width: 58px;
    height: 58px;
    background-image: url("/upload/tenant_1/gnav02.webp");
}

.g-item.icon03>a:before {
    width: 54px;
    height: 51px;
    background-image: url("/upload/tenant_1/icon_999.webp");
}

.g-item.icon04>a:before,
.g-item.icon04>span:before {
    width: 62px;
    height: 47px;
    background-image: url("/upload/tenant_1/icon_997_1.webp");
}

.g-item.icon05>a:before {
    width: 68px;
    height: 45px;
    background-image: url("/upload/tenant_1/icon_998.webp");
}

.g-item.icon06>a:before {
    width: 63px;
    height: 63px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/gnav06.png");
}

/* gnav アコーディオン */
.pull-box {
    position: relative;
}

.accordionbox {
    width: 100%;
    visibility: hidden;
    padding: 5px 10px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    z-index: 10;
}

.g-item.pull:hover .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.g-item.pointer-none>a {
    pointer-events: none;
}

/* .gnav.fixed {
  padding: 10px 0;
}
.gnav.fixed .g-item.icon > a:before {
  height: 0;
}
.gnav.fixed .g-item > a {
  padding: 0 5px 20px;
} */

@media (min-width: 1025px) {
    .head-contact-box {
        width: 80px;
        height: 190px;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
    }

    .fixed-container {
        position: fixed;
        top: 200px;
        right: 0;
        z-index: 200;
    }
  
    .head-contact {
        text-align: center;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .head-contact .ttl {
        width: auto;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.1em;
    }

    .head-contact .icon {
        margin-top: 20px;
    }

    .head-contact img {
        width: 40px;
    }
}

@media(max-width:1024px){
      .fixed-container {
        display: flex;
    }
}

/* .gnav.fixed .sp-logo {
    display: block;
}

.gnav.fixed .sp-logo {
    display: block;
}

.gnav.fixed .sp-logo a {
    display: block;
    padding: 82px 5px 0;
    padding-right: 35px;
}

.gnav.fixed .sp-logo img {
    width: 140px;
} */

/* .gnav.fixed .g-item {
  width: auto;
  margin: 0 8px;
}
.gnav.fixed .g-item.icon + .g-item.icon:before {
  content: none;
} */

.gnav.fixed .g-item a:before {
    content: none;
}

.gnav.fixed .g-item span {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.gnav.fixed .g-item span:before {
    display: none;
}

.gnav.fixed .g-item>a,
.gnav.fixed .g-item>span {
    padding: 5px 5px 28px;
}

.g-item.pointer-none>a {
    pointer-events: none;
}

.g-item.pull:hover {
    cursor: pointer;
}

.a-item a {
    display: block;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.2;
    -webkit-transition: none;
    transition: none;
}

@media(max-width:599px){
.a-item a {
    font-size: 14px;
    line-height: 2;
}
}

.a-item+.a-item {
    border-top: 1px solid #eee;
}

@media (max-width: 1024px) {
    /*     .g-item.pull {
    display: none;
} */

    .gnav-box {
        padding: 0;
    }

    .pc-none {
        display: block;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
    }

    .g-item.icon a:before,
    .g-item.icon span:before {
        content: none;
    }

    .g-item.icon+.g-item.icon:before {
        content: none;
    }

    .g-item.icon+.g-item.icon {
        border-left: none;
    }

    .g-item.icon a:after,
    .g-item.icon span:after {
        content: none;
    }

    .gnav .toggle {
        width: 38px;
        height: 38px;
        display: block;
        margin: 2px;
        opacity: 0.8;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: fixed;
        top: 16px;
        right: 10px;
        z-index: 999;
    }

    .gnav .toggle span.n {
        display: block;
        text-indent: 9999px;
    }

    .gnav .toggle .icon-bar {
        width: 22px;
        height: 2px;
        display: block;
        margin-left: -11px;
        border-bottom: 2px solid #323232;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        position: absolute;
        position: relative;
        left: 50%;
    }

    .toggle .icon-bar:nth-child(1) {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .gnav.action .toggle .icon-bar:nth-child(1) {
        width: 25px;
        margin-left: -14.25px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        top: -2px;
    }

    .gnav .toggle .icon-bar:nth-child(2) {
        width: 16px;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        top: 6px;
    }

    .toggle.active .icon-bar:nth-child(2) {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }

    .gnav .toggle .icon-bar:nth-child(3) {
        width: 12px;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        top: 12px;
    }

    .toggle.active .icon-bar:nth-child(3) {
        width: 25px;
        margin-left: -15.5px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .gnav .gnavinn {
        width: 90%;
        max-width: 400px;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background: rgba(255, 255, 255, 1);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -10;
    }

    .gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    /* ハンバーガーメニュー内 */
    .g-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 20px;
    }

    .g-item {
        width: 100%;
    }

    .g-item>a,
    .g-item>span {
        padding: 10px 0;
        text-align: left;
        border-bottom: 1px solid #959491;
    }

    .sp-logo {
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }

    .sp-logo a {
        display: inline-block;
        padding: 15px;
    }

    .sp-logo img {
        width: 140px;
    }

    .accordionbox {
        visibility: initial;
        opacity: 1;
        -webkit-transform: unset;
        transform: unset;
        position: static;
    }

    .gnav .g-list .g-item.action .accordionbox {
        visibility: visible;
        background-color: #eee;
        opacity: 1;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    /*     .g-item.pull:hover .accordionbox {
    visibility: hidden;
    opacity: 0;
} */

    .g-item.pull>a {
        pointer-events: none;
    }
}

@media (max-width: 599px) {
    .sp-logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* TOPメインビジュアル */

.top-image .pic {
    height: 750px;
}

.top-image li {
    width: 1000px;
    height: auto;
    margin: 0 40px;
}

.top-image-box {
    position: relative;
}

.top-image.left {
    width: 30%;
}

.top-image.right {
    width: 65%;
    position: relative;
}

.head-wrap01 {
    width: 100%;
    position: absolute;
    top: 10%;
    right: 5%;
}

.head-wrap01 li {
    overflow: hidden;
    padding: 0 5px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: relative;
}

.head-wrap01 li:before {
    content: "";
    width: 4px;
    height: 200%;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/border02.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
}

.head-wrap02 {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 5%;
    z-index: 5;
}

.head-wrap02 .wrap {
    display: block;
    overflow: hidden;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 80px;
    line-height: 1.2;
    text-shadow: white 1px 1px 0,
        white -1px -1px 0,
        white -1px 1px 0,
        white 1px -1px 0,
        white 0px 1px 0,
        white 0 -1px 0,
        white -1px 0 0,
        white 1px 0 0;
    position: relative;
}

.head-wrap02 .wrap:before {
    content: "";
    width: 500%;
    height: 100%;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/head-bg01.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.head-wrap02 li:after {
    content: "";
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/head-bg02.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: -1.5%;
    right: -1.5%;
    z-index: -2;
}

.head-wrap02 li {
    display: inline-block;
    position: relative;
}

.head-wrap02 li:last-child:before {
    content: "";
    width: 131px;
    height: 125px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/roler01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 40%;
    right: -3%;
}

/* mvのペンキを塗るエフェクト */
[class*="fead-mv0"] {
    opacity: 1;
}

.head-wrap02 .wrap:before,
.head-wrap02 li:after,
.head-wrap02 li:last-child:before {
    display: none;
}

.head-wrap02 .wrap {
    z-index: 2;
}

.paint-effect-box {
    width: 0;
    height: 100%;
    border: 5px solid;
    border-image-source: url("/import/tenant_1/153.121.61.147/P02/upload/a1cf7a8a52efa9d00b8f90274249e674.png");
    border-image-slice: 5%;
    border-image-width: 5px;
    border-image-repeat: repeat;
    background-image: url("/import/tenant_1/153.121.61.147/P02/upload/f9e353fd8936cc69bb3b2dcad5f5ea64.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: width 0.7s linear;
    transition: width 0.7s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.paint-effect li .wrap span {
    display: inline-block;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.head-wrap02 li .paint-effect-box::after {
    content: none;
    /* 画像を削除 */
    width: 131px;
    height: 125px;
    display: inline-block;
    margin-left: 10px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/roler01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(calc(100% + 15px), 0);
    transform: translate(calc(100% + 15px), 0);
    position: absolute;
    top: -25px;
    right: 0;
}

.head-wrap02 li.painted .paint-effect-box {
    width: 100%;
    opacity: 1;
}

.head-wrap02 li.painted .paint-effect-box::after {
    opacity: 1;
}

.head-wrap02 li.elase .paint-effect-box::after {
    opacity: 0;
}

.paint-effect li.popup .wrap span {
    opacity: 1;
    -webkit-transform: translate(0.0);
    transform: translate(0.0);
}

.paint-effect li.popup .wrap span:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.paint-effect li.popup .wrap span:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.paint-effect li.popup .wrap span:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.paint-effect li.popup .wrap span:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.paint-effect li.popup .wrap span:nth-of-type(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.paint-effect li.popup .wrap span:nth-of-type(7) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.paint-effect li.popup .wrap span:nth-of-type(8) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.paint-effect li.popup .wrap span:nth-of-type(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.paint-effect li.popup .wrap span:nth-of-type(10) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

@media (max-width: 1024px) {
    .head-wrap02 li .paint-effect-box::after {
        width: 95px;
        height: 75px;
        -webkit-transform: translate(calc(100%), 0);
        transform: translate(calc(100%), 0);
        top: -15px;
    }
}

@media (max-width: 599px) {
    .head-wrap02 li .paint-effect-box::after {
        width: 39px;
        height: 39px;
        top: -11px;
        right: -8px;
    }
}

/* mvのペンキを塗るエフェクトここまで */

.h-cmn01 {
    padding-bottom: 47px;
    position: relative;
}

.h-cmn01 span {
    display: block;
}

.h-cmn01:before {
    content: none;
    /* 画像を削除 */
    width: 64px;
    height: 68px;
    background-image: var(--url06);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.h-cmn01 .ttl {
    margin-bottom: 10px;
    font-family: "Heebo", sans-serif;
    font-size: 61px;
    line-height: 1;
    letter-spacing: 5px;
}

.h-cmn01 .sub {
    font-size: 18px;
}

.border01 {
    border-bottom: 1px solid #ccc;
}

.btn-cmn01 a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.btn-cmn01 a:hover {
    opacity: inherit;
}

.btn-cmn01 span {
    display: block;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: relative;
}

.btn-cmn01 a:hover span,
.btn-cmn01 a:focus span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-cmn01 a:before {
    content: attr(data-hover);
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 16px;
    color: var(--color01);
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.btn-cmn01 a:hover:before,
.btn-cmn01 a:focus:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.btn-cmn01 span:after {
    content: "";
    width: 7px;
    height: 12px;
    background-image: url("/upload/tenant_1/right01.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 25px;
}

.top01 .btn-cmn01 {
    margin-top: 20px;
}

.roler-cmn01 {
    position: relative;
}

.roler-cmn01:before {
    content: none;
    /* 画像を削除 */
    width: 77px;
    height: 74px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/roler01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 40%;
    right: -1.3%;
}

.white-bg-cmn01 {
    position: relative;
}

.white-bg-cmn01 a {
    overflow: hidden;
    position: relative;
}

.white-bg-cmn01:after {
    content: "";
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/news-white-bg-x.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 3%;
    bottom: 3%;
    left: -0.5%;
    right: -0.5%;
    z-index: -1;
}

.white-bg-cmn01 a:before {
    content: "";
    width: 500%;
    height: 100%;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/news-white-bg-y.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.top-news-list a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 30px 18px 18px;
}

.top-news-list .date {
    width: 90px;
}

.top-news-list .cat-box {
    width: 180px;
}

.top-news-list .ttl {
    width: calc(100% - 100px);
}

.top-news-list * {
    font-weight: bold;
}

.top-news-list .cat span {
    display: inline-block;
    color: #fff;
}

.top-news-list .cat {
    padding: 3px 20px;
    text-align: center;
    border-radius: 1000px;
    background-color: var(--color01);
}

.top-news-list .cat span+span {
    position: relative;
}

.top-news-list .cat span+span:before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}

.top-news-list li a {
    position: relative;
}

.top-news-list li a:after {
    content: "";
    width: 6px;
    height: 9px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/right02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 15px;
}

.top-news-list li+li {
    margin-top: 20px;
}

.top-news-list {
    padding-right: 75px;
}

.h-cmn02 {
    margin-bottom: 60px;
    text-align: center;
}

.h-cmn02 .ttl {
    display: inline-block;
    font-family: "Heebo", sans-serif;
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: 5px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(60%, rgba(255, 255, 255, 0)),
            color-stop(60%, rgba(207, 195, 165, 1)),
            to(rgba(207, 195, 165, 1)));
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 60%,
            rgba(207, 195, 165, 1) 60%,
            rgba(207, 195, 165, 1) 100%);
}

.h-cmn02 .sub {
    display: inline-block;
    margin-top: 15px;
}

.sun-icon-cmn01 {
    position: relative;
}

.sun-icon-cmn01:before {
    content: "";
    width: 112px;
    height: 86px;
    background-image: url("/upload/tenant_1/sun-icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
}

.roler-cmn02 {
    position: relative;
}

.roler-cmn02:after {
    content: none;
    /* 画像を削除 */
    width: 36px;
    height: 38px;
    background-image: var(--url07);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.h-cmn03 span {
    display: block;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    color: #fff;
}

.bg-cmn02 {
    position: relative;
}

.bg-cmn02 span {
    overflow: hidden;
    position: relative;
}

.bg-cmn02 span:before {
    content: "";
    width: 500%;
    height: 100%;
    background-image: var(--url09);
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.bg-cmn02:after {
    content: "";
    background-image: var(--url08);
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 6%;
    bottom: 5%;
    left: -1%;
    right: -1%;
    z-index: -1;
}

.roler-cmn03 {
    position: relative;
}

.roler-cmn03:before {
    content: "";
    width: 68px;
    height: 66px;
    background-image: var(--url02);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute;
    top: 41%;
    left: -8px;
}

.roler-cross-cmn li:nth-of-type(2n) .roler-cmn03:before {
    background-image: var(--url03);
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    left: auto;
    right: -8px;
}

.top02 .left-cmn {
    width: 47%;
    margin-top: 30px;
    position: relative;
    z-index: 3;
}

.top02 li:nth-of-type(2n + 1) {
    padding-left: 30px;
}

.top02 li:nth-of-type(2n) {
    padding-right: 30px;
}

.top02 .right-cmn {
    width: 51%;
    position: relative;
    z-index: 1;
}

.top02 .pbox {
    overflow: hidden;
    position: relative;
}

.top02 .pic {
    width: 99%;
    height: 99%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.top02 .text {
    padding: 0 15px;
}

.top02 li:nth-of-type(2n) .pbox {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}

.top02 .left-cmn:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: -1;
}

.top02 li .human-icon {
    width: 150px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    top: 10px;
    left: 50%;
}

/* .top02 li:nth-of-type(1) .left-cmn:before {
    width: 219px;
    height: 196px;
    background-image: url('/import/tenant_1/153.121.61.147/P02/images/about01.png');
}

.top02 li:nth-of-type(2) .left-cmn:before {
    width: 180px;
    height: 156px;
    background-image: url('/import/tenant_1/153.121.61.147/P02/images/about02.png');
    left: 70%;
}

.top02 li:nth-of-type(3) .left-cmn:before {
    width: 136px;
    height: 158px;
    background-image: url('/import/tenant_1/153.121.61.147/P02/images/about03.png');
} */

.top02 li:nth-of-type(3) .right-cmn .pbox {
    position: relative;
}

.top02 li:nth-of-type(3) .right-cmn .tool-icon {
    width: 175px;
    position: absolute;
    bottom: -27px;
    right: -10px;
    z-index: 1;
}

/* .top02 li:nth-of-type(3) .right-cmn:before {
    content: "";
    width: 175px;
    height: 163px;
    background-image: url(/upload/tenant_1/about04.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    bottom: -27px;
    right: -10px;
    z-index: 1;
} */

.top02 li {
    margin-bottom: 50px;
}

.triangle-cmn01 {
    overflow: hidden;
    position: relative;
}

.triangle-cmn01:before {
    content: "";
    width: 300vw;
    height: 140px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/triangle01.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: -1;
}

.triangle-cmn02 {
    overflow: hidden;
    padding-top: 220px;
    position: relative;
}

.triangle-cmn02:before {
    content: "";
    width: 300vw;
    height: 93px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/triangle02.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.grey-bg-cmn01 {
    overflow: hidden;
    position: relative;
}

.grey-bg-cmn01:after {
    content: "";
    width: 300%;
    height: 600%;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/grey-bg01.png");
    background-repeat: repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.top03box.grey-bg-cmn01:after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 170px;
}

.grey-bg-cmn02 {
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/grey-bg01.png");
}

/* index works */

.top-slider a {
    min-height: 320px;
    display: block;
    padding: 25px 25px 40px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/slider-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.top-slider .age {
    margin-top: 10px;
    font-weight: bold;
}

.top-slider .js-split-tag span {
    display: inline-block;
    margin-right: 10px;
}

.top-slider .date {
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #d3934f;
    line-height: 1.8;
    border: 1px solid #d3934f;
    border-radius: 1000px;
}

.slick-initialized .slick-slide {
    height: auto;
}

.top-slider li {
    width: 350px;
    padding: 0 10px;
}

.top-slider .slick-prev:before {
    content: "";
    width: 49px;
    height: 49px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/prev.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top-slider .slick-next:before {
    content: "";
    width: 49px;
    height: 49px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/next.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.slick-prev,
.slick-next {
    z-index: 5;
}

.top-slider button {
    opacity: 1;
}

.top-slider button:hover {
    opacity: 1;
}

.top-slider .slick-list {
    overflow: visible;
}

.marker-cmn01 {
    display: inline-block;
    line-height: 1.2;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(60%, rgba(255, 255, 255, 0)),
            color-stop(60%, rgba(255, 255, 255, 1)),
            to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 60%,
            rgba(255, 255, 255, 1) 60%,
            rgba(255, 255, 255, 1) 100%);
}

.marker-cmn02 {
    display: inline-block;
    line-height: 1.2;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(60%, rgba(255, 255, 255, 0)),
            color-stop(60%, rgba(207, 195, 165, 1)),
            to(rgba(207, 195, 165, 1)));
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 60%,
            rgba(207, 195, 165, 1) 60%,
            rgba(207, 195, 165, 1) 100%);
}

.hr-cmn {
    min-height: 12px;
    overflow: hidden;
    position: relative;
}

.hr-cmn:before {
    content: "";
    width: 100vw;
    height: 12px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/hr01.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top03 h4 .hr-cmn {
    width: calc(50% - 210px);
}

.top03 ul a {
    display: block;
    position: relative;
}

.top03 ul .ttl {
    width: 90%;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top03 .pic {
    background: #000;
}

.top03 .pic img {
    opacity: 0.5;
}

.white-border-cmn01 {
    position: relative;
}

.white-border-cmn01:after {
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/white-border.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.contact-white {
    position: relative;
}

.contact-white:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/contact-white.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.contact-banar .banar-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.contact-banar .ttl {
    font-weight: bold;
    font-size: 36px;
    color: var(--color01);
}

.contact-banar .marker-cmn01 {
    line-height: 2;
}

.contact-banar .roler-cmn01:before {
    width: 36px;
    height: 34px;
    background-position: center bottom;
    top: auto;
    bottom: -17px;
    right: -1.8%;
}

.inner-1500 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.contact-banar h4 {
    display: inline-block;
    margin-top: 115px;
}

.contact-banar .sun-icon-cmn01:before {
    background-image: url("/upload/tenant_1/sun-icon02.webp");
}

.concept-cmn {
    position: relative;
}

.concept-cmn:after {
    content: "";
    width: 197px;
    height: 108px;
    background-image: url("/upload/tenant_1/concept (1).webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -67px;
    left: 50%;
    z-index: -1;
}

.zero-cmn {
    position: relative;
}

.zero-cmn:after {
    content: "";
    width: 160px;
    height: 160px;
    background-image: url("/upload/tenant_1/mitsumori.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 6px;
    right: -233px;
}

.contact-banar ul {
    margin-top: 40px;
}

.contact-banar ul * {
    color: #fff;
    text-align: center;
}

.contact-banar ul a {
    display: block;
    border-radius: 1000px;
}

.contact-banar .left a {
    padding: 15px 20px;
    background-color: var(--color01);
    position: relative;
}

.contact-banar .right a {
    padding: 27px 20px 27px 40px;
    font-size: 24px;
    background-color: #97bf32;
    position: relative;
}

.contact-banar .right a:before {
    content: "";
    width: 61px;
    height: 46px;
    background-image: url("/upload/tenant_1/mail02.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 9%;
}

.contact-banar.newlink .left a {
    padding: 27px 20px 27px 40px;
    font-size: 24px;
}

.contact-banar.newlink .left a:before,
.contact-banar.newlink .right a:before {
    content: "";
    width: 61px;
    height: 46px;
    background-image: url("/upload/tenant_1/mail02.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 9%;
}

.contact-banar.newlink .left a:before {
    background-image: url("/upload/tenant_1/icon01.png");
}

.contact-banar .left a:after,
.contact-banar .right a:after {
    content: "";
    width: 12px;
    height: 21px;
    background-image: url("/upload/tenant_1/right03.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 9%;
}

@media(max-width:1024px){
  .contact-banar .left a:after,
  .contact-banar .right a:after {
    right: 7%;
}
}

.contact-banar .left .phone {
    font-size: 36px;
    line-height: 1.3;
}

.contact-banar .phone span {
    display: inline-block;
    padding-left: 40px;
    line-height: 1.2;
    position: relative;
}

.contact-banar .phone span:before {
    content: "";
    width: 30px;
    height: 31px;
    background-image: url("/upload/tenant_1/tel01.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.contact-inner {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
}

.contact-banar .pic {
    position: relative;
}

.contact-banar .pic:after {
    content: "";
    display: block;
    padding-top: 27%;
}

.contact-banar .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1500px) {
    .contact-banar .ttl {
        font-size: calc(100vw * 36 / 1500);
    }

    .contact-banar h4 {
        margin-top: 12%;
    }

    .contact-banar .sun-icon-cmn01:before {
        width: 29%;
    }

    .concept-cmn:after {
        width: 48%;
    }

    .contact-banar .roler-cmn01:before {
        width: 8%;
    }

    .zero-cmn:after {
        height: 220%;
        top: 14%;
    }

    .contact-banar .left .phone {
        font-size: calc(100vw * 36 / 1500);
    }

    .contact-banar .phone span:before {
        width: 11%;
    }

    .contact-banar .left .text {
        font-size: calc(100vw * 14 / 1500);
    }

    .contact-banar .phone span {
        padding-left: 8%;
    }

    .contact-banar .left a {
        padding: 6% 5% 6% 11%;
        font-size: calc(100vw * 24 / 1500);
    }
    
    .contact-banar .right a {
        padding: 6% 5% 6% 11%;
        font-size: calc(100vw * 24 / 1500);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
}

    .contact-banar .right a:before {
        width: 13%;
    }

    .contact-banar ul {
        margin-top: 5%;
    }
}

@media (max-width: 800px) {
    .contact-banar .pic:after {
        padding-top: 47%;
    }

    .contact-inner {
        width: 82%;
    }

    .contact-banar .banar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }
}

@media (max-width: 599px) {
    .contact-banar .pic:after {
        padding-top: 65%;
    }

    .zero-cmn:after {
        height: 250%;
        right: -180px;
    }

    .contact-banar .ttl {
        font-size: 14px;
    }

    .contact-banar .left .phone {
        font-size: 16px;
    }

    .contact-banar .right a {
        font-size: 16px;
        padding: 6% 5% 6% 11%;
    }

    .contact-banar .right a:after,
    .contact-banar .left a:after{
        width: 6px;
        height: 10px;
    }

    .contact-banar .left .text {
        font-size: 10px;
    }
}

/* Q&A */

.top-qa .question-box,
.top-qa .answer-box {
    border: 1px solid var(--color01);
}

.top-qa .question-box.js-toggle {
    cursor: pointer;
}

.top-qa .question-box dt {
    background-color: var(--color01);
}

.top-qa dt {
    width: 90px;
    height: 90px;
    position: relative;
}

.top-qa .answer-box dt span {
    color: var(--color01);
}

.top-qa dt span {
    font-size: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top-qa .question-box dt span {
    color: #fff;
}

.top-qa dd {
    width: calc(100% - 90px);
}

.top-qa .question-box dd {
    position: relative;
}

.top-qa .question-box dd span {
    display: inline-block;
    padding-right: 10%;
    font-size: 20px;
    line-height: 1.2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 3%;
}

.top-qa .question-box dd:after {
    content: "";
    width: 24px;
    height: 13px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/up02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 3%;
}

.top-qa .answer-box dd {
    padding: 20px 10% 20px 3%;
}

.top-qa .answer-box {
    display: none;
    border-top: none;
}

.top-qa li {
    margin-bottom: 20px;
}

.top-qa .question-box.is-parent dd:after {
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/down02.png");
}

/* staff */

.top-staff .pbox {
    position: relative;
}

.top-staff .ttl-box {
    position: absolute;
    top: 35%;
    right: 5%;
}

.top-staff .ttl-box li {
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.top-staff .ttl-box span {
    display: inline-block;
    padding: 5px 0;
    line-height: 1.6;
    letter-spacing: 3px;
    background-color: #fff;
}

.top-staff dl {
    padding: 20px 10px;
}

.top-staff dl * {
    letter-spacing: 3px;
}

.grey-triangle-cmn {
    position: relative;
}

.top04box {
    position: relative;
}

.grey-triangle-cmn {
    width: 1579px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

/* top recruit */

.top06 {
    padding: 115px 80px 85px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/recruit-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.top06 h3 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 3%;
    left: 50%;
}

.rec-head li {
    display: inline-block;
    margin-bottom: 2px;
    padding: 0 20px 0 10px;
    font-size: 40px;
    color: #fff;
    line-height: 1.4;
}

.top06 .pbox .pic {
    width: 99%;
    height: 99%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.top06 .right-cmn {
    position: relative;
    z-index: 1;
}

.top06 .left-cmn {
    position: relative;
    z-index: 2;
}

.top06 .left-cmn .text {
    padding-right: 10%;
}

/* footer */

.foot-info {
    padding-top: 80px;
    padding-bottom: 80px;
}

.foot-info .logo img {
    width: 213px;
}

.foot-info a {
    display: inline-block;
}

.foot-info .btn-cmn01 a {
    overflow: hidden;
    border-radius: 1000px;
}

.foot-info .left-cmn {
    width: 37%;
}

.foot-info .right-cmn {
    width: 60%;
}

.foot-frame {
    padding: 50px;
    background-image: url("/upload/tenant_1/foot-border.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.foot-nav a {
    display: block;
    padding: 5px 20px;
    position: relative;
}

.foot-nav li+li a:before {
    content: "|";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.foot-nav {
    padding: 40px 0;
    background-color: #f2f0ea;
}

.foot-copy {
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
}

.totop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 100;
}

.totop a {
    display: block;
}

.totop img {
    width: 45px;
}

@media (max-width: 1024px) {
    .header-nav {
        display: none;
    }

    .head-contact-wrapper {
        width: fit-content;
        height: auto;
        margin-right: 50px;
    }

    .ab-test-box {
        position: static;
    }

    .head-contact-box {
        width: 100px;
        height: 100px;
    }

    .head-contact img {
        width: 45px;
    }

    h1 {
        width: 100%;
        margin-left: 0;
        font-size: 11px;
        text-align: center;
        position: inherit;
    }

    .header-left {
        width: 220px;
    }

    .header-right {
        width: calc(100% - 220px);
    }

    .head-tel .ttl {
        font-size: 16px;
    }

    .head-tel .sub {
        font-size: 11px;
    }

    .head-tel .tel {
        font-size: 22px;
        letter-spacing: 3px;
    }

    .head-tel {
        width: 220px;
        padding: 5px 15px;
    }

    .head-wrap01 li {
        padding: 0 3px;
        font-size: 16px;
    }

    .head-wrap01 li:before {
        width: 3px;
    }

    .head-wrap02 .wrap {
        padding: 4px 10px;
        font-size: 48px;
    }

    .head-wrap02 li:last-child:before {
        width: 80px;
    }

    .gnav {
        padding: 0;
    }

    .top01 .left-cmn {
        width: 100%;
        margin-bottom: 20px;
    }

    .top01 .right-cmn {
        width: 100%;
    }

    .top01 .btn-cmn01 {
        width: auto;
    }

    .h-cmn01 {
        margin-right: 30px;
        padding-bottom: 0;
        padding-right: 55px;
    }

    .h-cmn01:before {
        width: 45px;
        bottom: 10px;
    }

    .h-cmn01 .ttl {
        margin-bottom: 5px;
        font-size: 40px;
    }

    .h-cmn01 .sub {
        font-size: 16px;
    }

    .btn-cmn01 span {
        padding: 10px 44px;
        font-size: 14px;
    }

    .btn-cmn01 a:before {
        padding: 10px 45px;
        font-size: 14px;
    }

    .btn-cmn01 span:after {
        width: 5px;
        height: 10px;
        right: 20px;
    }

    .top-news-list a {
        padding: 12px 20px 12px 15px;
    }

    .top-news-list .cat {
        padding: 1px 10px;
    }

    .top-news-list .cat span {
        font-size: 13px;
    }

    .top-news-list .cat-box {
        width: 165px;
    }

    .top-news-list .date {
        width: 75px;
        font-size: 13px;
    }

    .top-news-list .ttl {
        width: calc(100% - 80px);
    }

    .white-bg-cmn01:after {
        top: 4%;
        bottom: 4%;
    }

    .roler-cmn01:before {
        width: 64px;
    }

    .h-cmn02 {
        margin-bottom: 50px;
    }

    .h-cmn02 .ttl {
        font-size: 45px;
    }

    .sun-icon-cmn01:before {
        width: 80px;
    }

    .roler-cmn02:after {
        width: 28px;
    }

    .roler-cmn03:before {
        width: 43px;
    }

    .roler-cross-cmn li:nth-of-type(2n) .roler-cmn03:before {
        right: -6px;
    }

    .top-slider li {
        width: 270px;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .top02 .left-cmn {
        margin-top: 20px;
    }

    .top02 li:nth-of-type(2n) .pbox {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    .top02 .text {
        padding: 0 10px;
    }

    .top02 li:nth-of-type(1) .left-cmn:before {
        width: 145px;
    }

    .top02 li:nth-of-type(2) .left-cmn:before {
        width: 120px;
    }

    .top02 li:nth-of-type(3) .left-cmn:before {
        width: 100px;
    }

    .top02 li:nth-of-type(3) .right-cmn:before {
        width: 100px;
    }

    .hr-cmn:before {
        height: 10px;
    }

    .top-qa dt span {
        font-size: 45px;
    }

    .top-qa dt {
        width: 70px;
        height: 70px;
    }

    .top-qa .question-box dd span {
        font-size: 16px;
    }

    .top-qa .question-box dd:after {
        width: 18px;
    }

    .top-qa dd {
        width: calc(100% - 70px);
    }

    .top-qa li {
        margin-bottom: 15px;
    }

    .top-staff .ttl-box li {
        margin-left: 0px;
        font-size: 14px;
    }

    .top-staff dl {
        padding: 15px 5px;
    }

    .top-staff dl * {
        line-height: 1.6;
    }

    .top-staff dd {
        font-size: 13px;
    }

    .top-staff {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .top06 .head-wrap02 .wrap {
        font-size: 28px;
    }

    .top06 {
        padding: 85px 45px 95px;
    }

    .top06 .head-wrap02 li:last-child:before {
        width: 48px;
    }

    .foot-info .logo img {
        width: 180px;
    }

    .foot-frame {
        padding: 35px;
    }

    .foot-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .foot-nav {
        padding: 30px 0;
    }

    .foot-nav a {
        padding: 3px 15px;
        font-size: 13px;
    }

    .foot-copy {
        padding: 10px 0;
        font-size: 10px;
    }

    .h-cmn03 span {
        padding: 7px 0 7px 10px;
    }

    .top02 h4 {
        font-size: 18px;
    }

    .top-image li {
        width: 800px;
        margin: 0;
        padding: 20px;
    }

    .top-image .pic {
        height: 600px;
    }
    
    footer {
        padding-bottom: 100px;
    }
}

@media (max-width: 599px) {
     .head-contact-wrapper {
       margin-right: 0;
    } 
  
    .head-tel .tel {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .head-tel .ttl {
        font-size: 15px;
    }

    .gnav {
        padding: 0;
    }

    .top-image li {
        width: 400px;
        margin: 0;
        padding: 10px;
    }

    .top-image .pic {
        height: 300px;
    }

    .header-left {
        width: 100%;
        height: 80px;
    }

    .header-right {
        width: 100%;
    }

    .head-contact img {
        width: 30px;
    }

    .head-contact-box {
        width: 70px;
        height: 70px;
    }

    .head-contact .ttl {
        font-size: 10px;
    }

    .head-tel-box {
        margin-right: 15px;
        height: 70px;
    }
    
    .head-tel{
      height: 100%;
    }

    .head-wrap02 .wrap {
        padding: 3px 8px;
        font-size: 22px;
    }

    .head-wrap02 li:last-child:before {
        width: 42px;
    }

    .head-wrap02 li {
        margin: 2px 0;
    }

    .head-wrap02 {
        bottom: 10%;
    }

    .head-wrap01 li {
        padding: 0 1px;
        font-size: 14px;
    }

    .g-item>a {
        padding: 5px 0;
    }

    .g-list {
        padding: 15px 10px;
    }

    .h-cmn01 .ttl {
        font-size: 32px;
    }

    .h-cmn01 .ttl {
        font-size: 32px;
    }

    .h-cmn01:before {
        width: 35px;
        bottom: -13px;
    }

    .h-cmn01 {
        padding-right: 45px;
    }

    .top01 .btn-cmn01 {
        width: 100%;
    }

    .top01 .btn-cmn01 {
        margin-top: 15px;
    }

    .top-news-list li+li {
        margin-top: 15px;
    }

    .top-news-list a {
        padding: 10px 25px 10px 10px;
    }

    .top-news-list a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .top-news-list .ttl {
        width: 100%;
    }

    .top-news-list .cat {
        padding: 0;
    }

    .top-news-list .date {
        width: 100%;
        font-size: 12px;
    }

    .top-news-list .cat-box {
        width: 150px;
        margin-left: 5px;
    }

    .top-news-list .cat span {
        font-size: 11px;
    }

    .top-news-list {
        padding-right: 0;
    }

    .roler-cmn01:before {
        width: 86px;
        height: 90px;
    }

    .btn-cmn01 span {
        padding: 5px 35px;
    }

    .btn-cmn01 a:before {
        padding: 5px 35px;
    }

    .h-cmn02 .ttl {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .sun-icon-cmn01:before {
        width: 65px;
    }

    .roler-cmn02:after {
        width: 22px;
    }

    .top02 li:nth-of-type(2n + 1) {
        padding-left: 0;
    }

    .top02 li:nth-of-type(2n) {
        padding-right: 0;
    }

    .top02 li:nth-of-type(2n + 1) h4 {
        margin-left: 50px;
    }

    .top02 li:nth-of-type(2n) h4 {
        margin-right: 50px;
    }

    .top02 .text {
        padding: 0;
    }

    .top02 li:nth-of-type(2n) .pbox {
        -webkit-transform: none;
        transform: none;
    }

    .top02 li:nth-of-type(1) .left-cmn:before {
        width: 120px;
    }

    .top02 li:nth-of-type(2) .left-cmn:before {
        width: 100px;
    }

    .top02 li:nth-of-type(3) .left-cmn:before {
        width: 90px;
    }

    .top02 li:nth-of-type(3) .right-cmn:before {
        width: 87px;
        background-position: left bottom;
        right: 12px;
    }

    .top-slider .slick-next:before {
        width: 30px;
        height: 30px;
    }

    .top-slider .slick-prev:before {
        width: 30px;
        height: 30px;
    }

    .top03 h4 .hr-cmn {
        width: calc(50% - 125px);
    }

    .top03 h4 {
        margin-bottom: 15px;
    }

    .top-qa dt span {
        font-size: 30px;
    }

    .top-qa dt {
        width: 50px;
        height: 50px;
    }

    .top-qa .question-box dd span {
        font-size: 14px;
    }

    .top-qa dd {
        width: calc(100% - 50px);
    }

    .top-qa .question-box dd:after {
        width: 12px;
        right: 1.5%;
    }

    .top-qa .answer-box dd {
        padding: 10px 3% 10px 3%;
        font-size: 13px;
    }

    .top06 {
        padding: 80px 20px 60px;
        background-image: url("/import/tenant_1/153.121.61.147/P02/images/recruit-bg02.png");
    }

    footer {
        padding-bottom: 160px;
    }

    .foot-info .left-cmn {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot-info .right-cmn {
        width: 100%;
    }

    .foot-frame {
        padding: 25px;
        background-image: url("/import/tenant_1/153.121.61.147/P02/images/foot-border02.png");
    }

    .foot-nav {
        padding: 25px 0;
    }

    .foot-nav a {
        padding: 0px 10px;
        font-size: 12px;
    }

    .totop img {
        width: 40px;
    }

    .totop {
        bottom: 70px;
        right: 15px;
    }
    
      h1 {
        padding-right: 50px;
        text-align: left;
        padding-left: 1em;
    }
}

/* price */

.under-image h2 {
    font-weight: bold;
    font-size: 52px;
    color: var(--color01);
    line-height: 1.4;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #fff;
}

.under-image h2:first-letter {
    color: var(--color02);
}

.under-image {
    position: relative;
}

.under-ttl {
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 2em 0;
}

.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 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-list li {
    display: inline;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-size: initial;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 0.5em;
    border-top: 2px solid #0d465e;
    border-right: 2px solid #0d465e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.anchor a {
    display: block;
    padding: 8px 30px 8px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
    position: relative;
}

.anchor a:after {
    content: "";
    width: 12px;
    height: 7px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/down03.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 6%;
}

.price01 .wrap {
    display: block;
    padding: 45px 0;
}

.price01 .wrap * {
    color: var(--color01);
    text-align: center;
}

.price01 .icon img {
    width: 24px;
}

.price01 .num {
    letter-spacing: 2px;
}

.price01 .icon {
    margin-top: 20px;
}

.price01 .ttl {
    margin-top: 10px;
}

.price01 li+li {
    position: relative;
}

.price01 li+li:before {
    content: "";
    width: 40px;
    height: 228px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/right04.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.price02 ul .wrap {
    padding: 30px 25px 20px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/slider-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.price02 .ttl {
    margin-bottom: 5px;
}

.price02 .text {
    margin-top: 10px;
}

.price02 .yellow {
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #f2c32f;
}

.btn-cmn01.green span {
    background-color: #97bf32;
}

.btn-cmn01.maru a {
    overflow: hidden;
    border-radius: 1000px;
}

.btn-cmn01.green a:before {
    color: #97bf32;
}

.price03 .btn-cmn01 span {
    padding: 15px 130px;
}

.btn-cmn01.big span {
    padding: 18px 135px;
    font-size: 24px;
}

.btn-cmn01.big a:before {
    padding: 18px 135px;
    font-size: 24px;
}

.btn-cmn01.big span:after {
    width: 12px;
    height: 21px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/right05.png");
}

.table01 table {
    width: 100%;
}

.table01 tr th:nth-of-type(1) {
    width: 30%;
    padding-left: 20px;
    text-align: left;
}

.table01 th {
    font-weight: bold;
}

.table01 table * {
    font-size: 14px;
}

.table01 tr * {
    padding: 15px 0;
}

.table01 td {
    font-weight: 500;
    text-align: center;
}

.table01 td.tal {
    text-align: left;
}

.table01 tr {
    border-bottom: 2px solid var(--color01);
}

.h-cmn04 {
    padding-left: 15px;
    color: var(--color02);
    position: relative;
}

.h-cmn04:before {
    content: "";
    width: 3px;
    height: 28px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/border03.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2px;
    left: 0;
}

.table02 table {
    width: 100%;
}

.table02 tr th:nth-of-type(1) {
    width: 70%;
    padding-left: 15px;
    text-align: left;
}

.table02 tr {
    border-bottom: 2px solid var(--color01);
}

.table02 td {
    text-align: center;
}

.table02 table tr * {
    padding: 15px 0;
}

.table02 table * {
    font-weight: 500;
    font-size: 14px;
}

.table02 table tr:last-child * {
    font-weight: bold;
    font-size: 16px;
}

.h-cmn05 {
    padding-left: 1.5em;
    position: relative;
}

.h-cmn05:before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/maru01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 0;
}

@media (max-width: 1024px) {
    .under-image h2 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .under-ttl {
        padding-left: 5%;
    }

    .bread-box li {
        padding: 5px 20px;
        font-size: 14px;
    }

    .bread-box li+li:before {
        top: 7px;
    }

    .anchor a {
        padding: 5px 25px 5px 10px;
        font-size: 14px;
    }

    .price01 .icon img {
        width: 18px;
    }

    .price01 .icon {
        margin-top: 13px;
    }

    .price01 .ttl {
        margin-top: 5px;
    }

    .price01 li+li:before {
        width: 30px;
    }

    .price-box {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .triangle-cmn02:before {
        height: 60px;
    }

    .triangle-cmn02 {
        padding-top: 160px;
    }

    .h-cmn04:before {
        height: 24px;
        top: 1px;
    }

    .h-cmn05:before {
        height: 15px;
        top: 2px;
    }

    .price03 h4 {
        font-size: 24px;
    }

    .btn-cmn01.big span,
    .btn-cmn01.big a:before {
        padding: 15px 100px;
        font-size: 18px;
    }

    .btn-cmn01.big span:after {
        width: 9px;
    }

    .bread-box {
        padding: 50px 0 0;
    }
}

@media (max-width: 599px) {
    .price01 .wrap {
        padding: 25px 0 0;
    }

    .under-image {
        padding: 20px 0;
    }

    .under-image h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .bread-box {
        padding: 0;
    }

    .bread-box li {
        padding: 0 10px;
    }

    .bread-box li+li:before {
        top: 3px;
    }

    .price01 li+li:before {
        width: 25px;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        top: 0;
        left: 50%;
    }

    .price03 h4 {
        font-size: 20px;
    }

    .btn-cmn01.big span,
    .btn-cmn01.big a:before {
        padding: 13px 85px;
        font-size: 14px;
    }

    .btn-cmn01.big span:after {
        width: 7px;
    }

    .table01 .table-wrap {
        overflow-x: auto;
        white-space: nowrap;
    }

    .table01 table {
        width: 650px;
    }

    .heightLine-price0202 {
        height: auto !important;
    }

    .heightLine-price02 {
        height: auto !important;
    }
}

/* features */

.h-cmn06 {
    margin-bottom: 100px;
    padding-bottom: 40px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.h-cmn06:after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.blue-head-bg-cmn {
    background-image: var(--url01);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn02 {
    background-image: var(--url10);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn03 {
    background-image: var(--url11);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn04 {
    background-image: var(--url12);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.h-cmn07 {
    padding: 5px 15px;
}

.h-cmn07 .indent {
    display: block;
    padding-left: 1em;
    line-height: 1.2;
    text-indent: -1em;
}

.blue-roler-right-cmn {
    position: relative;
}

.blue-roler-right-cmn:before {
    content: none;
    /* 画像を削除 */
    width: 300px;
    height: 133%;
    background-image: var(--url05);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.blue-roler-left-cmn {
    position: relative;
}

.blue-roler-left-cmn:before {
    content: none;
    /* 画像を削除 */
    width: 300px;
    height: 133%;
    background-image: var(--url04);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.feature-list .text {
    padding: 0 40px;
}

.feature-list .left-cmn {
    padding-top: 30px;
}

.feature-list li {
    margin-bottom: 100px;
}

.cross li:nth-of-type(2n) .blue-roler-right-cmn:before {
    background-image: var(--url04);
    background-position: center left;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    left: auto;
    right: 0;
}

@media (max-width: 1024px) {
    .feature-list .text {
        padding: 0 25px;
    }

    .feature-list li {
        margin-bottom: 80px;
    }

    .h-cmn06 {
        margin-bottom: 80px;
        padding-bottom: 30px;
    }

    .h-cmn06:after {
        width: 70px;
    }

    .cross li:nth-of-type(2n + 1) .blue-roler-right-cmn {
        margin-left: 53px;
    }

    .cross li:nth-of-type(2n) .blue-roler-right-cmn {
        margin-right: 53px;
    }
}

@media (max-width: 599px) {
    .feature-list .text {
        padding: 0;
    }

    .h-cmn06 {
        margin-bottom: 45px;
        padding-bottom: 22px;
    }

    .feature-list li {
        margin-bottom: 30px;
    }
}

/* results */

.result-list .left-cmn {
    background-color: var(--color01);
    position: relative;
}

.result-list .ttl-wrap {
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.result-list .ttl-wrap * {
    color: #fff;
    text-align: center;
}

.result-list .age {
    font-weight: normal;
}

.result-list a {
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: block;
    display: block;
    padding: 20px 20px 40px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/slider-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.result-list .category span {
    display: inline-block;
    margin: 1px;
    padding: 0.5em;
    line-height: 1;
    font-size: 10px;
    color: #fff;
    background: #14475e;
}

.bnr {
    position: relative;
}

.bnr a {
    width: 100%;
    height: 100%;
    display: block;
}

.bnr-title {
    margin: auto;
    font-size: 30px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

.bnr-title.text-editable {
    position: absolute !important;
}

.bnr-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bnr:hover a {
    opacity: 1;
}

.bnr:hover .bnr-img::before {
    background-color: transparent;
}

@media (max-width: 1024px) {
    .bnr-title {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .result-list li .left-cmn {
        height: 150px;
        margin-bottom: 0;
    }

    .bnr-title {
        font-size: 20px;
    }
}

/* results-detail */

.result-detail .before-pic {
    margin-right: 20%;
    position: relative;
}

.result-detail .before-pic:before {
    content: "";
    width: 81px;
    height: 53px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/04results/before.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 2;
}

.result-detail .before-pic:after {
    content: "";
    width: 39px;
    height: 32px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/04results/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: -33%;
}

.result-detail .after-pic {
    position: relative;
}

.result-detail .after-pic:before {
    display: none;
}

.result-detail .left-cmn+.right-cmn .after-pic:before {
    content: "";
    width: 95px;
    height: 70px;
    display: block;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/04results/after.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 2%;
    z-index: 2;
}

.result-detail {
    padding: 0 5% 4%;
    position: relative;
}

.frame-cmn01 {
    width: 100%;
    height: calc(100% - 34px);
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/04results/frame.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.h-cmn08 {
    margin-bottom: 40px;
    text-align: center;
}

.h-cmn08 .h-span {
    display: inline-block;
    padding: 20px;
    color: var(--color01);
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/body-bg.png");
}

.h-cmn08 .h-span span+span {
    display: inline-block;
    padding-left: 5px;
}

.result-detail .caption {
    margin-top: 20px;
}

.result-detail .caption * {
    color: var(--color01);
}

.result-detail .caption dt {
    width: 6%;
    position: relative;
}

.result-detail .icon {
    width: 34px;
    height: 34px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.result-detail .icon img {
    width: 100%;
}

.result-detail .caption dd {
    width: 90%;
}

.result-detail .caption dt {
    width: 7%;
}

.result-detail .caption li {
    padding: 10px 0;
}

.border50 a,
.border50 button {
    overflow: hidden;
    border-radius: 1000px;
}

.btn-cmn01.back span:after {
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/left01.png");
    left: 25px;
}

.btn-cmn01.back span {
    padding: 15px 70px;
}

.btn-cmn01.back button span {
    padding: 15px 50px;
}

.btn-cmn01.back a:before {
    padding: 15px 70px;
}

@media (max-width: 1024px) {
    .result-detail .before-pic:after {
        height: 15%;
        right: -36%;
    }

    .result-detail .before-pic:before {
        width: 25%;
    }

    .result-detail .after-pic:before {
        width: 25%;
    }

    .result-detail .icon {
        width: 65%;
    }

    .btn-cmn01.back button span {
        padding: 10px 44px;
    }
}

@media (max-width: 599px) {
    .frame-cmn01 {
        background-image: url("/import/tenant_1/153.121.61.147/P02/images/04results/frame_sp.png");
    }

    .h-cmn08 .h-span {
        padding: 7px;
    }

    .frame-cmn01 {
        height: calc(100% - 13px);
    }

    .result-detail .before-pic:before {
        left: 12%;
    }

    .result-detail .after-pic:before {
        left: 12%;
    }

    .result-detail-box .result-detail .left-cmn {
        margin-bottom: 40px;
    }

    .result-detail .caption dt {
        width: 12%;
        height: 50px;
    }

    .result-detail .caption dd {
        width: 86%;
    }

    .btn-cmn01.back button span {
        padding: 5px 35px;
    }
}

/* results-ashiba */

.re-ashi01 .left-cmn {
    height: 45px;
    position: relative;
}

.re-ashi01 .ttl {
    width: 100%;
    font-weight: bold;
    color: var(--color01);
    line-height: 1.4;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.results-ashiba02box {
    padding-top: 200px;
}

.results-ashiba02box.grey-bg-cmn01:after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 170px;
}

.re-ashi02 .ttl {
    margin-top: 15px;
    font-weight: bold;
    color: var(--color01);
    text-align: center;
}

@media (max-width: 1024px) {
    .triangle-cmn01:before {
        height: 100px;
    }

    .results-ashiba02box.grey-bg-cmn01:after {
        top: 125px;
    }
}

@media (max-width: 599px) {
    .triangle-cmn01:before {
        height: 40px;
    }

    .results-ashiba02box.grey-bg-cmn01:after {
        top: 70px;
    }

    .results-ashiba02box {
        padding-top: 100px;
    }

    .re-ashi01 li {
        margin-bottom: 40px;
    }
}

/* tosou */

.tosou01box .list02 li {
    color: var(--color01);
}

.triangle-cmn01 {
    padding-top: 200px;
}

.triangle-cmn01.grey-bg-cmn01:after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 170px;
}

.tosou01 li .wrap {
    padding: 11% 10%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/06tosou/frame.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.tosou01 .num {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: var(--color02);
    position: relative;
}

.tosou01 .num span {
    display: block;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.tosou01 .ttl {
    color: var(--color01);
    text-align: center;
}

.tosou02 .ttl {
    margin-bottom: 10px;
    color: var(--color01);
}

.tosou03 .text {
    margin-top: 15px;
}

.tosou03 h4 {
    line-height: 1.6;
}

.tosou03 li+li {
    margin-top: 15px;
}

.ohakajimai .tosou03 li+li,
.mojihori .tosou03 li+li {
    margin-top: 30px;
}


@media (max-width: 1024px) {
    .triangle-cmn01.grey-bg-cmn01:after {
        top: 125px;
    }

    .triangle-cmn01 {
        padding-top: 150px;
    }

    .tosou01 {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {
    .h-cmn06:after {
        width: 55px;
        height: 2px;
    }

    .triangle-cmn01 {
        padding-top: 100px;
    }

    .triangle-cmn01.grey-bg-cmn01:after {
        top: 70px;
    }

    .tosou01 li .wrap {
        height: auto !important;
        padding: 9% 5%;
    }

    .tosou01 .num {
        width: 40px;
        height: 40px;
    }

    .tosou03 .pic {
        max-width: 170px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .reform .tosou03 .pic {
        max-width:initial;
    }

    .tosou03 li+li {
        margin-top: 35px;
    }
}

/* ashiba */

.body-bg {
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/body-bg.png");
}

.ashiba01 li:nth-of-type(2n + 1) .left-cmn {
    margin-right: auto;
}

.ashiba01 li:nth-of-type(2n + 1) .right-cmn {
    margin-left: auto;
}

.ashiba01 li:nth-of-type(2n) .left-cmn {
    margin-left: auto;
}

.ashiba01 li:nth-of-type(2n) .right-cmn {
    margin-right: auto;
}

.ashiba01 .text {
    padding: 10% 10% 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}

.ashiba02 li {
    max-width: 800px;
    padding: 8% 4%;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/07ashiba/frame.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ashiba02 .num {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color02);
    position: relative;
}

.ashiba02 .num span {
    display: block;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.ashiba02 .ttl {
    margin-left: 15px;
}

.ashiba02 li {
    margin-bottom: 80px;
}

.ashiba02 li:nth-of-type(2n + 1) {
    margin-right: auto;
}

.ashiba02 li:nth-of-type(2n) {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .ashiba01 .text {
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
    }

    .ashiba02 li {
        margin-bottom: 60px;
    }
}

@media (max-width: 599px) {
    .ashiba01 .text {
        padding: 0 0 20px;
        -webkit-transform: none;
        transform: none;
    }

    .ashiba02 li {
        margin-bottom: 40px;
    }

    .ashiba02 li {
        background-image: url("/import/tenant_1/153.121.61.147/P02/images/06tosou/frame.png");
    }

    .ashiba02 .num {
        width: 40px;
        height: 40px;
    }
}

/* shizai */

.shizai01 .ttl {
    margin-top: 5px;
}

.rec02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.rec02 .role {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.3;
}

.rec02 .name {
    width: 270px;
}

/* recruit */

.recruit-list>li {
    padding: 15px 0;
    border-bottom: 2px solid var(--color01);
}

.recruit-list dt {
    padding-left: 35px;
}

.recruit-list .ouboshikaku dt {
    padding-left: 0;
}

.recruit-list .ouboshikaku{
    border-bottom: 2px solid var(--color01);
    padding-bottom: 1em;
    margin-top: 1em;
}

.recruit-list .ouboshikaku:first-child{
  margin-top: 0;
}

.recruit-list .ouboshikaku:last-child{
  border: none;
}

.rec04 .text-box {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.rec04 .text-box li span {
    display: inline-block;
    padding: 10px 10px;
    background-color: #fff;
}

.rec04 .text-box li+li {
    margin-top: 10px;
}

.rec04 a {
    display: block;
}

.rec04 .text-box li:last-child span {
    padding-right: 55px;
    position: relative;
}

.rec04 .text-box li:last-child span:after {
    content: "";
    width: 7px;
    height: 13px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/right06.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 5%;
}

.recruit-list dl dd,
.recruit-list dl dt {
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .recruit-list dt {
        padding-left: 20px;
    }
}

@media (max-width: 599px) {
    .rec02 {
        width: 100%;
    }

    .recruit-list dt {
        padding-left: 0;
    }

    .recruit-list>li {
        padding: 10px 0;
    }

    .rec04 .pic img {
        -o-object-position: 17% 50%;
        object-position: 17% 50%;
    }

    .rec04 .text-box {
        bottom: 10px;
        right: 10px;
    }

    .rec04 .text-box li span {
        padding: 5px 10px;
    }

    .rec04 .text-box li:last-child span:after {
        width: 5px;
    }
}

/* voice */

.voice01 .text-box {
    width: 420px;
    height: 250px;
    background-color: var(--color01);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    position: relative;
}

.voice01 .wrap {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.voice01 h4 {
    margin-bottom: 10px;
}

.voice01 .text {
    font-weight: normal;
    line-height: 1.6;
}

.voice02 .text {
    margin-top: 20px;
}

.voice03 {
    margin-top: 120px;
    margin-bottom: 100px;
}

.voice03 .right-cmn {
    padding-left: 40px;
}

.voice04 .right-cmn {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
}

.voice04 .left-cmn {
    margin-left: auto;
}

.voice04 .right-cmn {
    padding: 5%;
}

@media (max-width: 1024px) {
    .voice01 .text-box {
        width: 300px;
        height: 180px;
    }
}

@media (max-width: 599px) {
    .voice01 .text-box {
        width: 100%;
        margin-top: 15px;
        -webkit-transform: none;
        transform: none;
    }

    .voice01 .text {
        min-width: 180px;
    }

    .voice01 .pic {
        width: 100%;
        margin: 0;
    }

    .voice02 {
        width: 100%;
        margin: 40px 0 0;
    }

    .voice03 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .voice03 .right-cmn {
        padding-left: 0;
    }

    .voice04 .right-cmn {
        padding: 0;
        -webkit-transform: none;
        transform: none;
    }

    .voice04 .right-cmn h4 {
        margin-bottom: 10px;
    }

    .voice06 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* staff */

.staff01 {
    position: relative;
}

.staff01 .name-box {
    padding: 2% 4% 2% 0;
    position: absolute;
    bottom: 20%;
    left: -5%;
}

.staff01 .ttl {
    line-height: 1.0;
}

.staff02 .name-box {
    padding: 3% 5% 3% 0;
}

@media (max-width: 1024px) {
    .staff01 .name-box {
        bottom: 15%;
        left: 0%;
    }
}

/* company */

.company01 .map {
    position: relative;
}

.company01 .map:after {
    content: "";
    display: block;
    padding-top: 65%;
}

.company01 .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.company02box .recruit-list dd li {
    padding: 5px 0;
}

@media (max-width: 599px) {
    .recruit-list.enkaku dt {
        width: 28%;
        font-size: 14px;
    }
}

/* contact */

.contact01 li {
    padding: 10px 0;
    line-height: 1.3;
}

.contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-box {
    padding: 8% 8%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);

    -ms-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.contact-form dt {
    width: 30%;
    padding-left: 1.5em;
    position: relative;
}

.contact-form dt:before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/maru02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.contact-form dd {
    width: 65%;
}

.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f6f6f6;
}

.contact-form textarea {
    height: 180px;
}

.contact-form dl {
    padding: 4% 0;
    border-bottom: 2px solid #f6f6f6;
}

.btn-cmn01 button {
    line-height: 1.6;
    border: none;
    /*   background-color: var(--color01);
        padding: 15px 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        position: relative; */
}


.privacy-list * {
    line-height: 2.3;
}

.privacy-list li {
    margin-bottom: 30px;
}

@media (max-width: 599px) {
    .contact-form dd {
        width: 100%;
    }

    .contact-form dt {
        width: 100%;
    }

    .form-box {
        padding: 5% 3%;
    }
}

/* sitemap */

.sitemap-list a,
.sitemap-list span {
    font-weight: bold;
    font-size: 24px;
    color: var(--color01);
    letter-spacing: 0.15em;
    text-decoration: underline;
}

.sitemap-list li {
    padding: 8px 0 0 2.5em;
    position: relative;
}

.sitemap-list li:before {
    content: "";
    width: 23px;
    height: 22px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/maru01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 31px;
    left: 0;
}

.sitemap-list li.under {
    margin-left: 2.5em;
}

.sitemap-list li.under:before {
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/maru03.png");
}

@media (max-width: 1024px) {
    .sitemap-list a {
        font-size: 20px;
    }

    .sitemap-list li:before {
        width: 20px;
        height: 20px;
        top: 28px;
    }
}

@media (max-width: 599px) {
    .sitemap-list a {
        font-size: 16px;
    }

    .sitemap-list li:before {
        width: 16px;
        height: 16px;
        top: 20px;
    }

    .sitemap-list li {
        padding: 4px 0 0 1.7em;
    }
}

/* sealing */

.sealing02box * {
    color: #fff;
}

.sealing02box .h-cmn06:after {
    background-color: #fff;
}

.sealing02box .pic {
    width: 100%;
    height: 100%;
    background: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sealing02box .pic img {
    opacity: 0.3;
}

.sealing-list li {
    min-height: 240px;
    margin-bottom: 30px;
    padding: 5% 6%;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/16sealing/frame.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.sealing-list dl {
    width: 100%;
}

.sealing-list .num {
    width: 7%;
    font-size: 48px;
}

.sealing-list dd {
    width: 90%;
}

.sealing03 ul li {
    padding: 5px 0;
}

@media (max-width: 1024px) {
    .sealing-list .num {
        font-size: 38px;
    }
}

@media (max-width: 599px) {
    .sealing-list .num {
        width: 10%;
        font-size: 28px;
    }

    .sealing-list dd {
        width: 88%;
        font-size: 14px;
    }

    .sealing-list li {
        padding: 5% 8%;
        background-image: url("/import/tenant_1/153.121.61.147/P02/images/16sealing/frame_sp.png");
    }
}

/* news */

.news-list a {
    display: block;
}

.news-list .date {
    font-weight: 600;
}

.news-list li {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 2px solid var(--color01);
}

.news-list .category span {
    display: inline-block;
    margin: 1px;
    padding: 0.25em;
    font-size: 10px;
    color: #fff;
    background: #14475e;
}

.archive-box .ttl {
    padding: 6px 5px 6px 45px;
    color: #fff;
    background-color: var(--color01);
    position: relative;
}

.archive-box .ttl:before {
    content: "";
    width: 26px;
    height: 34px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/pen.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 10px;
}

.archive-list li {
    margin: 7px 0;
    background-color: #fff;
}

.archive-list a {
    display: block;
    padding: 8px 5px 8px 40px;
    position: relative;
}

.archive-list a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/maru04.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
}

.pager li a {
    width: 40px;
    height: 40px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color01);
    background-color: #f6f6f6;
}

.pager li {
    margin: 8px;
}

.pager .now a {
    color: #fff;
    background-color: var(--color01);
}

.pager .btn a {
    background-color: inherit;
}

.pager .btn a:before {
    content: "";
    width: 14px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pager .prev a:before {
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/left07.png");
}

.pager .next a:before {
    background-image: url("/import/tenant_1/153.121.61.147/P02/images/right07.png");
}

@media (max-width: 1024px) {
    .archive-box .ttl:before {
        width: 24px;
        height: 31px;
    }

    .archive-box .ttl {
        padding: 6px 5px 6px 40px;
    }
}

@media (max-width: 599px) {
    .news-list li {
        margin-bottom: 10px;
    }

    .pager {
        margin: 40px 0 60px;
    }

    .pager li a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .pager li {
        margin: 4px;
    }

    .pager .btn a:before {
        width: 10px;
    }
}

/* news-detail */

.news-detail .date {
    padding-bottom: 10px;
}

.news-detail dl {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--color01);
}

.news-detail .ttl {
    line-height: 1.3;
}

.detail .bread-box li:last-child {
    width: 70%;
}

@media (max-width: 599px) {
    .detail .bread-box li:last-child {
        width: 60%;
    }

    .news-detail dl {
        margin-bottom: 25px;
    }

    .news-detail .btn-cmn01 {
        margin-bottom: 60px;
    }
}


/* foot-banar */

.foot-banar {
    width: 100%;
    display: none;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.foot-banar .contact {
    width: 48%;
}

.foot-banar .tel {
    width: 48%;
}

.foot-banar a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

.foot-banar .contact a {
    background: #f2c32f;
}

.foot-banar .tel a {
    background: #97bf32;
}

.foot-banar a span {
    margin: 0 3px;
}

.foot-banar .contact img {
    width: 20px;
    display: block;
}

.foot-banar .tel img {
    width: 14px;
    display: block;
}

@media (max-width: 599px) {
    .foot-banar {
        display: block;
    }
}

/* 大和田商会様追加 */
/* カテゴリー・アーカイブ */
.aside-container {
    margin-right: -999rem;
    padding: 2.5em;
    padding-right: 999rem;
    border: 2px solid #14475e;
    border-radius: 2em 0 0 2em;
    background-color: #fff;
}

.aside-container .wrap {
    border: none;
    background-color: transparent;
}

.aside-container .wrap .title {
    font-size: 1.2em;
}

.aside-container .wrap li a {
    text-align: left;
}

.aside-container .wrap li a::before {
    content: "－";
}

@media (max-width: 1024px) {
    .aside-container .wrap .title {
        padding: 1em;
    }

    .aside-container .wrap li a {
        padding: 10px 5px;
    }
}

.list-product li {
    text-align: center;
    border: 1px solid;
}

.list-product li a {
    width: 100%;
    height: 100%;
    display: block;
}

.logo001 {
  width: 250px;
}

@media(max-width:1024px){
.logo001 {
  width: 200px;
}
}

.contact-table-wrap td,
.contact-table-wrap th{
  border: 2px solid #ddd;
  padding: 0.5em 1em;
}

.contact-table-wrap td{
  background-color: #fff;
  width: 70%;
}

.contact-table-wrap th{
  background-color: #f5f5f5;
  width: 30%;
}

.list-syouhin li{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.rakuten-sp-btn{
  display: none;
}

@media(max-width:1024px){
  .rakuten-sp-btn{
  display: block;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 10;
}

  .rakuten-sp-btn a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #14475e;
  padding: 0.5em;
  border-radius: 10px 0 0 10px;
}

 .rakuten-sp-btn a img{
   width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
 }
}

.recruit-info-list .title a{
  display: block;
  width: 100%;
  height: 100%;
}

@media(max-width:599px){
  .rakuten-sp-btn{
  bottom: 120px;
}
}

/* 見出し用CSS */
.detail-content h2 {
    margin: 1.5em 0 1em;
    padding: 0.2em 0.5em;
    font-weight: bold;
    font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
    border-bottom: 2px solid #14475e;
}

.detail-content h3 {
    margin: 1.5em 0 1em;
    padding-left: 0.5em;
    font-size: clamp(1.25rem, 1.02rem + 0.97vw, 1.75rem);
    border-left: 10px solid #14475e;
}

.detail-content h4 {
    margin: 1.5em 0 1em;
    padding: 0.2em;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.9rem + 0.97vw, 1.625rem);
    border-bottom: 2px dotted #14475e;
}

.detail-content ol {
    list-style: auto;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

.detail-content ul {
    list-style: inherit;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

[data-element-id] .top-image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .top-image {
    width: 100%;
}

[data-element-id] .top-image .pic {
    height: 500px;
}

[data-element-id] .top-image li {
    width: 500px;
    margin: 0;
}

[data-element-id] .head-wrap01 {
    width: 25%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px;
    position: relative;
    top: auto;
    right: auto;
}

[data-element-id] .head-wrap02 {
    width: 75%;
    position: static;
}

[data-element-id] .top-image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id] .g-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .btn-cmn01 a:before {
    content: none;
}


[data-element-id] .btn-cmn01 a:hover span,
[data-element-id] .btn-cmn01 a:focus span {
    -webkit-transform: none;
    transform: none;
}

/* [data-element-id] .btn-cmn01 a {
  background-color: var(--color01);
  padding: 15px 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
} */

[data-element-id] .top-slider>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .contact-banar .banar-wrap {
    position: static;
}

[data-element-id] .contact-white:before {
    height: 55%;
}

/* [data-element-id] .ab-test-box {
    position: absolute;
} */

[data-element-id] .clip {
    pointer-events: none;
    position: relative;
    z-index: 0;
}

[data-element-id] .top02 .pic,
[data-element-id] .top06 .pbox .pic {
    z-index: 0;
}

/* [data-ab-test-block] [data-ab-test-contents]:nth-of-type(2) {
    display: none;
} */

[data-element-id] .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: static;
}

[data-element-id] .top-slider>div li:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    display: none;
}

[data-element-id] .pc-none {
    display: block;
    border: 3px solid green;
    position: relative;
    padding-top: 3em;
    margin-bottom: 1em;
}

[data-element-id] .pc-none::after {
    content: "モバイルで表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] h1 {
    position: static;
}

[data-element-id].rakuten-sp-btn{
  width: 100px;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding-top: 20px;
}

[data-element-id].rakuten-sp-btn::before{
    content: "モバイルで表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id].rakuten-sp-btn a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #14475e;
  padding: 0.5em;
  border-radius: 10px 0 0 10px;
}

[data-element-id].rakuten-sp-btn a img{
   width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
 }
 
[data-element-id] h1{
  margin-bottom: 30px;
}

[data-element-id].ab-a-container{
  border: 3px solid #8B008B;
  position: relative;
  padding-top: 1em;
}

[data-element-id].ab-a-container::before{
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #8B008B;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id].ab-b-container{
  border: 3px solid #ff8d00;
  position: relative;
  padding-top: 1em;
}

[data-element-id].ab-b-container::before{
    content: "Bパターン";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #ff8d00;
    position: absolute;
    top: 0;
    left: 0;
}

/* 12/27 追記 */


@media screen and (min-width:1025px) {
.head-contact-wrapper{
  width: 50px;
}

.logo001 {
    width: 200px;
    left: 40%;
}

.header-left .rakuten-box{
    position: absolute;
    right: -40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-left .rakuten-box a{
    height: auto;
    width: 210px;
    border-radius: inherit;
    padding: 10px;
}

.header-left .rakuten-box .head-contact{
    display: flex;
    align-items: center;
}

.header-left .rakuten-box .head-contact img{
    width: 30px;
}

.header-left .rakuten-box .head-contact .ttl{
    writing-mode: initial;
    font-size: 18px;
}

.head-contact .icon{
  margin-top: 10px;
}
}

@media screen and (min-width:1150px) {
  .logo001 {
    width: 250px;
    left: 50%;
  }
  .header-left .rakuten-box {
    right: -70%;
  }
  .header-left .rakuten-box a{
      height: auto;
      width: 250px;
      border-radius: inherit;
      padding: 10px;
  }
  .header-left .rakuten-box .head-contact .ttl{
      writing-mode: initial;
      font-size: 24px;
  }
  
}


.header-left .rakuten-box .head-contact .ttl .sub-txt {
    font-size: 70%;
    margin: 10px 0 0 auto;
}


@media screen and (max-width:1024px) {
 .header-left .rakuten-box{
   display: none;
}
}

/* 25/08/29 追記 */

.tosou04-maintext{
    font-size:18px;
    text-align: center;       
}

.tosou04-title01{
  text-align: center;       
  font-size: 26px;          
  font-style: italic;
  color: rgb(60, 120, 216); 
}

.tosou04-title02{
    font-size:22px;
    text-align: center;       
}


@media screen and (max-width:599px) {
.tosou04-maintext{
    font-size:18px;
    text-align: left;       
}
}
