@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;900&family=Open+Sans:wght@400;600&display=swap");

html {
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 2;
}

body {
    position: relative;
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/import/tenant_1/160.16.64.216/html/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: #14475e;
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 24px;
    }
}

/* letter-spacing */

.ls-cmn01 {
    letter-spacing: 3px;
}

@media only screen and (max-width: 1024px) {
    .ls-cmn01 {
        letter-spacing: 2px;
    }
}

@media only screen and (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: #14475e;
}

.color03 {
    color: #218055;
}

.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/160.16.64.216/html/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;
}

/* font-size */

.fs63 {
    font-size: 63px;
}

.fs42 {
    font-size: 42px;
}

.fs36 {
    font-size: 36px;
}

.fs32 {
    font-size: 32px;
}

.fs30 {
    font-size: 30px;
}

.fs28 {
    font-size: 28px;
}

.fs26 {
    font-size: 26px;
}

.fs24 {
    font-size: 24px;
}

.fs22 {
    font-size: 22px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .fs63 {
        font-size: 50px;
    }

    .fs42 {
        font-size: 36px;
    }

    .fs36 {
        font-size: 32px;
    }

    .fs32 {
        font-size: 28px;
    }

    .fs30 {
        font-size: 26px;
    }

    .fs28 {
        font-size: 24px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs16 {
        font-size: 14px;
    }

    .fs14 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 599px) {
    .fs63 {
        font-size: 36px;
    }

    .fs42 {
        font-size: 24px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs32 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs16 {
        font-size: 14px;
    }

    .fs14 {
        font-size: 12px;
    }
}

/* 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 only screen and (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 only screen and (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 only screen and (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;
}

.row2n-cmn li:nth-of-type(2n) .box-cmn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.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 only screen and (max-width: 1024px) {
    .pwrap-cmn li:not(:last-child) {
        margin-bottom: 40px;
    }

    .pwrap-cmn02 li:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media only screen and (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 only screen and (max-width: 1024px) {
    .br1024b-cmn br {
        display: block;
    }

    .br1024n-cmn br {
        display: none;
    }
}

@media only screen and (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 {
  width: 370px;
    margin: 2rem auto 2rem;
    font-size: 12px;
  
}

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/160.16.64.216/html/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: #14475e;
}

.head-tel .ttl {
    font-weight: bold;
    font-size: 18px;
    color: #cc8022;
}

.head-tel .sub {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.head-tel .tel {
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}

.head-contact-wrapper {
    width: 80px;
    height: 125px;
}

.head-contact-box {
    width: 125px;
    height: 125px;
    display: block;
    background-color: #f2c32f;
    position: relative;
}

.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: 3px;
    text-align: center;
    margin-top: 7px;
}

.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 only screen and (max-width: 599px) {
    .pc-none {
        display: block;
    }
}

[data-element-id] .pc-none {
    display: block;
}

[data-element-id] .gnav li.pc-none {
    border: 1px solid #218055;
}

/* fixed */
.gnav.fixed {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: -72px;
    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 {
    display: block;
    padding: 77px 5px 28px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

/* .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/160.16.64.216/html/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 #14475e;
}

.g-item.icon>a {
    position: relative;
}

.g-item.icon>a:after {
    content: "";
    width: 9px;
    height: 4px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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 {
    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(/import/tenant_1/160.16.64.216/html/images/gnav01.png);
}

.g-item.icon02>a:before {
    width: 58px;
    height: 58px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/gnav02.png);
}

.g-item.icon03>a:before {
    width: 54px;
    height: 51px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/gnav03.png);
}

.g-item.icon04>a:before {
    width: 62px;
    height: 47px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/gnav04.png);
}

.g-item.icon05>a:before {
    width: 68px;
    height: 45px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/gnav05.png);
}

.g-item.icon06>a:before {
    width: 63px;
    height: 63px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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 only screen and (min-width: 1025px) {
    .head-contact-box {
        width: 80px;
        height: 190px;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
    }

    .ab-test-box {
        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;
    }

    .head-contact .icon {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .head-contact img {
        width: 40px;
    }
}

.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: 0px;
}

.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;
} */



.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;
}

.a-item+.a-item {
    border-top: 1px solid #eee;
}

@media only screen and (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 {
        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 {
        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: 24px;
        right: 7px;
        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 {
        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;
    }

    .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 only screen and (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/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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(/upload/tenant_1/a1cf7a8a52efa9d00b8f90274249e674.png);
    border-image-slice: 5%;
    border-image-width: 5px;
    border-image-repeat: repeat;
    background-image: url(/upload/tenant_1/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: "";
    width: 131px;
    height: 125px;
    display: inline-block;
    margin-left: 10px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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;
}

@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: "";
    width: 64px;
    height: 68px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/news-roler.png);
    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;
}

.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: #14475e;
    -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: #14475e;
    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(/import/tenant_1/160.16.64.216/html/images/right01.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: 25px;
}

.top01 .btn-cmn01 {
    margin-top: 20px;
}

.roler-cmn01 {
    position: relative;
}

.roler-cmn01:before {
    content: "";
    width: 77px;
    height: 74px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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: #14475e;
}

.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/160.16.64.216/html/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(/import/tenant_1/160.16.64.216/html/images/sun-icon.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: 0;
}

.roler-cmn02 {
    position: relative;
}

.roler-cmn02:after {
    content: "";
    width: 36px;
    height: 38px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/h3-roler.png);
    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: url(/import/tenant_1/160.16.64.216/html/images/about-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;
}

.bg-cmn02:after {
    content: "";
    background-image: url(/import/tenant_1/160.16.64.216/html/images/about-bg-x.png);
    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: url(/import/tenant_1/160.16.64.216/html/images/about-roler-right.png);
    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: url(/import/tenant_1/160.16.64.216/html/images/about-roler-left.png);
    -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:nth-of-type(1) .left-cmn:before {
    width: 219px;
    height: 196px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/about01.png);
}

.top02 li:nth-of-type(2) .left-cmn:before {
    width: 180px;
    height: 156px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/about02.png);
    left: 70%;
}

.top02 li:nth-of-type(3) .left-cmn:before {
    width: 136px;
    height: 158px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/about03.png);
}

.top02 li:nth-of-type(3) .right-cmn .pbox {
  position: relative;
}
.top02 li:nth-of-type(3) .right-cmn:before {
    content: "";
    width: 175px;
    height: 163px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/about04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    bottom: -27px;
    right: -10px;
    z-index: 1;
}

.top02 li {
    margin-bottom: 30px;
}

.triangle-cmn01 {
    overflow: hidden;
    position: relative;
}

.triangle-cmn01:before {
    content: "";
    width: 300vw;
    height: 140px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/images/grey-bg01.png);
}

/* index works */

.top-slider a {
    min-height: 320px;
    display: block;
    padding: 25px 25px 40px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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: #14475e;
}

.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(/import/tenant_1/160.16.64.216/html/images/sun-icon02.png);
}

.concept-cmn {
    position: relative;
}

.concept-cmn:after {
    content: "";
    width: 197px;
    height: 108px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/concept.png);
    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(/import/tenant_1/160.16.64.216/html/images/mitsumori.png);
    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: #14475e;
}

.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(/import/tenant_1/160.16.64.216/html/images/mail02.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: 9%;
}

.contact-banar .right a:after {
    content: "";
    width: 12px;
    height: 21px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/right03.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: 9%;
}

.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(/import/tenant_1/160.16.64.216/html/images/tel01.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-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 only screen and (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: 3% 7%;
    }

    .contact-banar .right a {
        padding: 6% 5% 6% 11%;
        font-size: calc(100vw * 24 / 1500);
    }

    .contact-banar .right a:before {
        width: 13%;
    }

    .contact-banar ul {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 800px) {
    .contact-banar .pic:after {
        padding-top: 47%;
    }

    .contact-banar ul li {
        width: 100%;
    }

    .contact-banar .left {
        margin-bottom: 3%;
    }

    .contact-banar ul {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-inner {
        width: 82%;
    }

    .contact-banar ul {
        max-width: 100%;
    }

    .contact-banar .banar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }
}

@media only screen and (max-width: 599px) {
    .contact-banar .pic:after {
        padding-top: 65%;
    }

    .zero-cmn:after {
        height: 250%;
        right: -180px;
    }

    .contact-banar .ttl {
        font-size: 12px;
    }

    .contact-banar .left .phone {
        font-size: 16px;
    }

    .contact-banar .right a {
        font-size: 12px;
    }

    .contact-banar .right 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 #14475e;
}

.top-qa .question-box.js-toggle {
    cursor: pointer;
}

.top-qa .question-box dt {
    background-color: #14475e;
}

.top-qa dt {
    width: 90px;
    height: 90px;
    position: relative;
}

.top-qa .answer-box dt span {
    color: #14475e;
}

.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/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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(/import/tenant_1/160.16.64.216/html/images/foot-border.png);
    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 only screen and (max-width: 1024px) {
    .header-nav {
        display: none;
    }

    .head-contact-wrapper {
        width: 100px;
        height: 100px;
    }

    .ab-test-box {
        position: static;
    }

    .head-contact-box {
        width: 100px;
        height: 100px;
    }

    .head-contact img {
        width: 45px;
    }

    h1 {
        width: 100%;
        position: inherit;
        margin-left: 0;
        font-size: 11px;
        text-align: center;
    }

    .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;
    }
}

@media only screen and (max-width: 599px) {
    .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: 70px;
    }

    .header-right {
        width: 100%;
    }

    .head-contact img {
        width: 30px;
    }

    .head-contact-wrapper {
        width: 70px;
        height: 70px;
    }

    .head-contact-box {
        width: 85px;
        height: 70px;
    }

    .head-contact .ttl {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .head-tel-box {
        margin-right: 15px;
    }

    .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: 40px;
    }

    .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;
    }

    .top02box .h-cmn02 {
        margin-bottom: 85px;
    }

    .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/160.16.64.216/html/images/recruit-bg02.png);
    }

    footer {
        padding-bottom: 58px;
    }

    .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/160.16.64.216/html/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;
    }
}

/* price */

.under-image h2 {
    font-weight: bold;
    font-size: 52px;
    color: #14475e;
    line-height: 1.4;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #fff;
}

.under-image h2 span {
    color: #218055;
}

.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;
}

.bread-box {
    padding: 60px 0 0;
}

.bread-box li {
    padding: 6px 30px;
    font-size: 18px;
    line-height: 1.3;
}

.bread-box li+li {
    position: relative;
}

.bread-box li+li:before {
    content: "";
    width: 7px;
    height: 12px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/right02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 11px;
    left: 0;
}

.anchor a {
    display: block;
    padding: 8px 30px 8px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #14475e;
    position: relative;
}

.anchor a:after {
    content: "";
    width: 12px;
    height: 7px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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 {
    padding: 45px 0;
}

.price01 .wrap * {
    color: #14475e;
    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/160.16.64.216/html/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/160.16.64.216/html/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/160.16.64.216/html/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 tr {
    border-bottom: 2px solid #14475e;
}

.h-cmn04 {
    padding-left: 15px;
    color: #218055;
    position: relative;
}

.h-cmn04:before {
    content: "";
    width: 3px;
    height: 28px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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 #14475e;
}

.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/160.16.64.216/html/images/maru01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 0;
}

@media only screen and (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 only screen and (max-width: 599px) {
    .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: #14475e;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.blue-head-bg-cmn {
    background-image: url(/import/tenant_1/160.16.64.216/html/images/blue-head-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn02 {
    background-image: url(/import/tenant_1/160.16.64.216/html/images/blue-head-bg02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn03 {
    background-image: url(/import/tenant_1/160.16.64.216/html/images/blue-head-bg03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn04 {
    background-image: url(/import/tenant_1/160.16.64.216/html/images/blue-head-bg04.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.h-cmn07 {
    padding: 5px 15px;
}

.h-cmn07 .indent {
    display: block;
    padding-left: 1.8em;
    line-height: 1.2;
    text-indent: -1.8em;
}

.blue-roler-right-cmn {
    position: relative;
}

.blue-roler-right-cmn:before {
    content: "";
    width: 300px;
    height: 133%;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/blue-roler-right01.png);
    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: "";
    width: 300px;
    height: 133%;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/blue-roler-left01.png);
    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: url(/import/tenant_1/160.16.64.216/html/images/blue-roler-left01.png);
    background-position: center left;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    left: auto;
    right: 0;
}

@media only screen and (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 only screen and (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: #14475e;
    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 {
    min-height: 280px;
    display: block;
    display: block;
    padding: 25px 25px 40px;
    background-image: url(/import/tenant_1/160.16.64.216/html/images/slider-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.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 only screen and (max-width: 599px) {
    .result-list li .left-cmn {
        height: 150px;
        margin-bottom: 0;
    }

    .bnr-title {
        font-size: 20px;
    }
}

/* results-detail */

.result-detail .before-pic {
    position: relative;
}

.result-detail .before-pic:before {
    content: "";
    width: 81px;
    height: 53px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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/160.16.64.216/html/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 {
    content: "";
    width: 95px;
    height: 70px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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% 10%;
    position: relative;
}

.frame-cmn01 {
    width: 100%;
    height: calc(100% - 34px);
    background-image: url(/import/tenant_1/160.16.64.216/html/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: #14475e;
    background-image: url(/import/tenant_1/160.16.64.216/html/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: #14475e;
}

.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/160.16.64.216/html/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 only screen and (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 only screen and (max-width: 599px) {
    .frame-cmn01 {
        background-image: url(/import/tenant_1/160.16.64.216/html/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: #14475e;
    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: #14475e;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .triangle-cmn01:before {
        height: 100px;
    }

    .results-ashiba02box.grey-bg-cmn01:after {
        top: 125px;
    }
}

@media only screen and (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: #14475e;
}

.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/160.16.64.216/html/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: #218055;
    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: #14475e;
    text-align: center;
}

.tosou02 .ttl {
    margin-bottom: 10px;
    color: #14475e;
}

.tosou03 .text {
    margin-top: 15px;
}

.tosou03 h4 {
    line-height: 1.6;
}

.tosou03 li+li {
    margin-top: 15px;
}

@media only screen and (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 only screen and (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;
    }

    .tosou03 li+li {
        margin-top: 35px;
    }
}

/* ashiba */

.body-bg {
    background-image: url(/import/tenant_1/160.16.64.216/html/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/160.16.64.216/html/images/07ashiba/frame.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ashiba02 .num {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #218055;
    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 only screen and (max-width: 1024px) {
    .ashiba01 .text {
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
    }

    .ashiba02 li {
        margin-bottom: 60px;
    }
}

@media only screen and (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/160.16.64.216/html/images/06tosou/frame.png);
    }

    .ashiba02 .num {
        width: 40px;
        height: 40px;
    }
}

/* shizai */

.shizai01 .ttl {
    margin-top: 5px;
}

.rec02 {
    width: 430px;
    margin-left: auto;
}

.rec02 .role {
    width: 160px;
    line-height: 1.3;
}

.rec02 .name {
    width: 270px;
}

/* recruit */

.recruit-list>li {
    padding: 15px 0;
    border-bottom: 2px solid #14475e;
}

.recruit-list dt {
    padding-left: 35px;
}

.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/160.16.64.216/html/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 only screen and (max-width: 1024px) {
    .recruit-list dt {
        padding-left: 20px;
    }
}

@media only screen and (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: #14475e;
    -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 only screen and (max-width: 1024px) {
    .voice01 .text-box {
        width: 300px;
        height: 180px;
    }
}

@media only screen and (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: -1% 20% 3% 0;
}

@media only screen and (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 only screen and (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: 23%;
    padding-left: 1.5em;
    position: relative;
}

.contact-form dt:before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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: 75%;
}

.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: #14475e;
        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 only screen and (max-width: 599px) {
    .contact-form dd {
        width: 100%;
    }

    .contact-form dt {
        width: 100%;
    }

    .form-box {
        padding: 5% 3%;
    }
}

/* sitemap */

.sitemap-list a {
    font-weight: bold;
    font-size: 24px;
    color: #14475e;
    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/160.16.64.216/html/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/160.16.64.216/html/images/maru03.png);
}

@media only screen and (max-width: 1024px) {
    .sitemap-list a {
        font-size: 20px;
    }

    .sitemap-list li:before {
        width: 20px;
        height: 20px;
        top: 28px;
    }
}

@media only screen and (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: #14475e;
    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/160.16.64.216/html/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 only screen and (max-width: 1024px) {
    .sealing-list .num {
        font-size: 38px;
    }
}

@media only screen and (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/160.16.64.216/html/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 #14475e;
}

.archive-box .ttl {
    padding: 6px 5px 6px 45px;
    color: #fff;
    background-color: #14475e;
    position: relative;
}

.archive-box .ttl:before {
    content: "";
    width: 26px;
    height: 34px;
    background-image: url(/import/tenant_1/160.16.64.216/html/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/160.16.64.216/html/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: #14475e;
    background-color: #f6f6f6;
}

.pager li {
    margin: 8px;
}

.pager .now a {
    color: #fff;
    background-color: #14475e;
}

.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/160.16.64.216/html/images/left07.png);
}

.pager .next a:before {
    background-image: url(/import/tenant_1/160.16.64.216/html/images/right07.png);
}

@media only screen and (max-width: 1024px) {
    .archive-box .ttl:before {
        width: 24px;
        height: 31px;
    }

    .archive-box .ttl {
        padding: 6px 5px 6px 40px;
    }
}

@media only screen and (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 #14475e;
}

.news-detail .ttl {
    line-height: 1.3;
}

.detail .bread-box li:last-child {
    width: 70%;
}

@media only screen and (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 3px;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.foot-banar .contact {
    width: 33%;
}

.foot-banar .tel {
    width: 33%;
}

.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: 12px;
    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 only screen and (max-width: 599px) {
    .foot-banar {
        display: block;
    }
}


[data-element-id] .top-image .pic {
    height: 500px;
}

[data-element-id] .top-image li {
    width: 500px;
    margin: 0;
}

[data-element-id] .top-image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[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: #14475e;
  padding: 15px 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
} */

[data-element-id] .head-wrap02 {
    width: 600px;
}

[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;
}


/* 2022.10.29 */

.muryo01 img{
  width: 23px;
}

.muryo01{
  width: 33%;
}

.muryo01 a{
background: #254764;
}

.muryo02{
  width: 100px;
}

@media only screen and (max-width: 599px) {
  .muryo02{
    display: none;
  }
}

.breadcrumb__list{
  display: flex;
}

.blog01{
  justify-content: space-between;
}

.blog02{
  width: 30%;
}

.blog02 img{
  width: 100%;
}

.kate01{
 color: #fff;
  background-color: #14475e;
  width: 50%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 3px;
}


.bloginner{
  margin-bottom: 110px;
  padding-top: 35px;
}

.newsinner{
  margin-bottom: 30px;
}


/* @media only screen and (max-width: 1024px) {
.newsinner02{
  flex-direction: column-reverse;
}
} */

/* 12/20 追記 */

.g-item.icon01.blog>a:before {
    width: 60px;
    height: 48px;
    background-image: url(/upload/tenant_1/aae99e81a807be4b58b4cd78de39d735.png);
}


@media only screen and (max-width: 1024px) {
.naviblog{
  display: none;
}
}

@media only screen and (max-width: 599px) {
.blogshosaiul li{
  font-size: 12px;
}
}


.aboutbox {
    margin-top: 120px;
    margin-bottom: 60px;
}

.jireimore{
  margin-top: 20px;
    margin-bottom: 40px;
}

.serviceblock05{
  max-width: 1100px;
    margin: auto;
    padding: 80px 0;
}

.service05p{
  font-size: 20px;
    text-align: center;
}

.serviceli03{
  margin-bottom: 20px;
}

.serviceimg{
  border-radius: 10px;
}

.service0405 li{
  width: 47%;
}

.service0405{
  display: flex;
    justify-content: space-between;
    width: 100%;
}

.service0405 img{
  height: 80% !important;
}

.service45{
  margin-bottom: -82px;
}

@media only screen and (max-width: 1024px) {
.topservice{
  max-width: 730px;
}

.serviceli03{
  width: 33% ;
}

.service45 {
    margin-bottom: -50px;
}
}


@media only screen and (max-width: 599px) {
.aboutbox {
    margin-top: 80px;
}
    
.topabout01{
    margin-bottom: 95px;
  } 
    
.serviceblock05 {
    padding: 40px 0 25px;
}

.topservice {
    display: block;
}

.serviceli03 {
    width: 97%;
    margin: auto;
    padding-bottom: 35px;
}

.service0405 {
    display: block;
}

.service0405 li {
    width: 97%;
}

.serimg{
  height: 200px;
}

.service05p {
    font-size: 16px;
}

.service45 {
    margin-bottom: -46px;
    height: 240px;
}

.serbox5{
  padding-top: 10px;
}

.blogli02{
  width: 27%;
}

.blogli01{
  width: 22%;
}
}


.blogimgsp{
  width: 60%;
}

@media only screen and (max-width: 599px) {
  .blogimgsp{
  width: 100%;
}
}

.topflowh3{
  margin-bottom: 0 !important;
  margin-top: 30px;
}

.topflowh4{
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 1024px) {
.flowbox03{
  max-width: 700px;
}
}


@media only screen and (max-width: 599px) {
.topflowh4{
  margin: 20px auto 2px;
}
}

.flowinner{
  max-width: 1043px;
}

.topnewsblodg{
  max-width: 1100px !important;
}

.rightblog, .leftnews{
  width: 48%;
}

.blogh2, .newsh2{
  padding-bottom: 35px;
  text-align: center;
}

.blogttl, .newsttl{
  margin-bottom: 10px;
    font-family: "Heebo", sans-serif;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 5px;
    padding-right: 30px;
}

.newsh2 .sub{
  padding-right: 30px;
}

.blogh2 .sub{
  padding-right: 30px;
}

.blogmore, .newsmore{
  width: 48%;
    margin: 20px auto 0;
}

.top-news-list, .topbloglist{
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .blogh2, .newsh2 {
    padding-bottom: 20px;
  }
  
  .newsmore {
    width: 48%;
    margin: 20px auto 35px;
}
}


@media only screen and (max-width: 599px) {
  .blogttl, .newsttl {
    margin-bottom: 10px;
    font-family: "Heebo", sans-serif;
    font-size: 36px;
  }
  
  .top-news-list, .topbloglist {
    width: 91%;
}

.top-news-list .ttl {
    width: 100%;
    font-size: 13px;
}

.roler-cmn01:before {
    width: 70px;
    height: 70px;
}

.head-wrap01 li {
    padding: 0 1px;
    font-size: 16px;
}
}


.g-item.icon00>a:before {
    width: 130px;
    height: 30px;
    background-image: url(/upload/tenant_1/cd3b1b18e0aa3c4a14daf845fa87bc30.png);
    margin-top: 20px;
}

.naviinner{
      max-width: 1120px;
}

.construction{
  width: 46% !important;
}

.constructiondiv{
      justify-content: space-between;
}

.details01{
  font-size: 15px;
  background: #dbdbdb;
    padding: 5px 7px;
    border-radius: 10px;
}

.sekouname{
      margin-left: 15px;
      font-size: 18px;
}

.chiikiname{
  display: flex;
}

.add02{
  font-size: 18px;
}

@media only screen and (max-width: 599px) {
.chiikiname {
    display: block;
}

.add02 {
    font-size: 16px;
}

.sekouname {
    margin-left: 0px;
    font-size: 16px;
}

.result-list a {
    padding: 25px 15px !important;
}
}



.swiper-slide img {
  max-width: 100%;
  width: 100%
}

.thumbs-slider .swiper-slide {
  opacity: 0.8;
}

.swiper-slide .up-ofi-70 img{
    left: 50%;
    transform: translateX(-50%);
}

.jireiinner{
  max-width: 1130px;
}

.jirei-before{
  display: flex;
  justify-content: space-between;
}

.jirei-after{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.before02{
  width: 30%;
}

.after02{
  width: 31%;
}

.be-w{
  width: 100%;
    margin: auto;
}

.af-w{
  width: 100%;
    margin: 50px auto 0;
}

.jirei-af-02{
  margin-top: 20px;
    justify-content: center;
}

.af-05{
  margin: 0 0 0 20px;
}

.af-04{
  margin: 0 20px 0 0;
}

.navi-insta img{
  width: 40px;
}

.navi-insta{
  margin-left: 15px;
}

.toggle02, .navi-insta02{
  display: none;
}

.footer-coninsta{
  display: flex;
}

.pc-insta02{
  width: 60px;
    margin-left: 20px;
}

.pc-insta02 a{
  border-radius: 0 !important;
}



@media only screen and (max-width: 599px) {
.navi-insta02{
  margin-top: 10px;
}

.navi-insta02 img{
  width: 40px;
}

.toggle02{
  top: 52px !important;
  opacity: 1 !important;
  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: 24px;
    right: 7px;
    z-index: 999;
}

.toggle02 img{
  width: 35px;
}

.navi-insta02{
  display: block;
}

.pc-insta02 {
    width: 43px;
}
}

.top-qanda:after {
    top: -10px !important;
}

.kuchikomi{
  width: 53%;
    margin: auto;
    font-size: 30px;
    line-height: 1.8;
    background: #fff;
    padding: 20px 47px;
    border-radius: 70px;
}

.kuchikomi img{
  margin-right: 8px;
  
}

.kuchikomi03{
  display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 15px;
    padding-top: 15px;
    border: 2px solid #676767;
}

.kuchikomi-p{
  width: 80%;
  padding-bottom: 18px;
}

.kuchikomi-p p span{
  color: #fbbc04;
}
.kuchikomi-img{
  width: 15%;
  margin: auto;
}

.kuchikomi-box{
  margin-top: 20px;
}

.kuchikomi-btn{
  float: right;
}

.sdgs-03{
  display: flex;
  justify-content: center;
}

.sdgs-03-03{
  width: 50%;
    padding: 0% 0% 2%;
    border: 1px solid;
    margin: 0 2% 3%;
    background: #ebe1d6;
    border-radius: 10px;
}

.sdgs16{
  width: 31%;
    margin: 5px auto 10px;
}

.sdgs131415{
  margin-bottom: 10px;
  padding: 0 3%;
}

.sdgs-p{
  text-align: center;
    margin-bottom: 20px;
}

.sdgs-ptitle{
  text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #14475e;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    margin-bottom: 10px;
}

.sdgs-honbun{
  padding: 0 4%;
}


@media only screen and (max-width: 1024px) {
  
  .kuchikomi-p {
    width: 77%;
    padding-right: 30px;
  }
  
  .kuchikomi {
    width: 81%;
  }
  
  .sdgs-box {
  padding: 50px 0 !important;
}
}

@media only screen and (max-width: 599px) {
      .kuchikomi {
        width: 100%;
    }
    
.kuchikomi {
   width: 100%;
        text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    background: #fff;
    padding: 20px 45px;
}

.kuchikomi img {
    margin-right: 3px;
    width: 90px;
}

.sdgs-box h3{
  margin-bottom: 20px;
}

.sdgs-03 {
    display: block;
}

.sdgs-03-03 {
    width: 96%;
    padding: 0% 0% 2%;
}

.sdgs-p {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}
}


.sdgs-box{
  background: #fff;
  padding: 100px;
}



/* 2025.03.13 */

.onayami-flex{
  display: flex;
    justify-content: space-between;
}

.onayami-flex div{
width: 49%;
}

.onayami-flex ul{
  width: 45%;
  list-style-type: none;
  padding-top: 3rem;
}

.onayami-flex ul li{
  position: relative;
  font-size: 18px;
}

.onayami-flex ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 16px;
  height: 8px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  transform: rotate(-45deg);
}

.onayami-p01{
  text-align: center;
    font-size: 30px;
    margin: 0 auto 20px;
    padding-top: 3rem;
}

.onayami-p02{
text-align: center;
    padding: 2rem 0 3rem;
}

.shikaku-flex{
display: flex;
justify-content: space-between;
}

.shikaku-01 p{
  font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    background: #14475e;
    padding: 3px 0;
}

.shikaku-flex div{
  width: 32%;
}

.shikaku-flex2{
  display: flex;
  justify-content: center;
}

.toso-tobi{
  display: flex;
    margin: 2rem auto 3rem;
    justify-content: space-between;
}

.toso-tobi .shikaku-01{
  width: 49%;
}





@media only screen and (max-width: 599px) {
  .onayami-p01 {
    font-size: 24px;
}

.onayami-flex {
    display: block;
}

.onayami-flex div {
    width: 100%;
}

.onayami-flex ul {
    margin: auto;
    width: 97%;
    list-style-type: none;
    padding-top: 2rem;
}

.onayami-p02 {
    text-align: left;
    padding: 2rem 0 2rem;
}

.onayami-flex ul li {
    position: relative;
    font-size: 18px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.onayami-flex ul li::after {
    content: '';
    margin-right: 8px;
    margin-top: 12px;
    display: block;
    position: initial;
    top: .5em;
    left: -1.5em;
    width: 18px;
    height: 8px;
    border-left: 2px solid #25AF01;
    border-bottom: 2px solid #25AF01;
    transform: rotate(-45deg);
}

.shikaku-01 p {
    font-size: 18px;
}

.toso-tobi {
    display: block;
    margin: 1rem auto 2rem;
}

.toso-tobi .shikaku-01 {
    width: 100%;
    margin-bottom: 1.6rem;
}

.shikaku-flex2 div{
  width: 48%;
}

.shikaku-flex2 {
    display: flex;
    justify-content: space-between;
}

    .shikaku-flex2 div {
        width: 49%;
    }
    
}

.logo{
  font-size: 12px;
    margin-left: 70px;
    margin-bottom: -3rem;
}

.head-wrap02 li.painted .paint-effect-box {
    width: 100%;
    opacity: 1;
}

@media only screen and (max-width: 599px) {
.logo {
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: -2rem;
}

h1 {
        width: 100%;
        margin: 1rem auto 1rem;
        font-size: 11px;
    }
}


.h1-tag{
  width: 100% !important;
font-weight: bold;
    font-size: 52px;
    color: #14475e;
    line-height: 1.4;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #fff;
}

.h1-tag span {
    color: #218055;
}

.pc-none{
  display: none;
}

@media only screen and (max-width: 599px) {
  .h1-tag{
font-size: 22px;
letter-spacing: 1px;
text-align: left;
    }

.pc-none{
  display: block;
}
}




