@charset "utf-8";

/* ##### フォント ##### */


.josefin {
    font-family: 'Josefin Sans', sans-serif;
}

.small {
    font-size: 80%;
}

.big {
    font-size: 115%;
}

.red {
    color: #f00;
}

/* ##### フォント end ##### */

/* ##### 共通 ##### */
/* object-fit */
.of20,
.of55,
.of60,
.of70,
.of80,
.of100 {
    position: relative;
}

.of20:before,
.of55:before,
.of60:before,
.of70:before,
.of80:before,
.of100:before {
    content: "";
    display: block;
}

.of20 img,
.of55 img,
.of60 img,
.of70 img,
.of80 img,
.of100 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.of20:before {
    padding-top: 20%;
}

.of55:before {
    padding-top: 55%;
}

.of60:before {
    padding-top: 60%;
}

.of70:before {
    padding-top: 70%;
}

.of80:before {
    padding-top: 80%;
}

.of100:before {
    padding-top: 100%;
}

/* object-fit end */

/* 配置 */
.btn-top {
    padding-bottom: 50px;
}

.btn-top .inner {
    position: relative;
}

.btn-top .inner .more-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.white-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.white-list li {
    width: calc(100% / 3 - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.white-list li:nth-of-type(3n),
.white-list li:last-of-type {
    margin-right: 0;
}

.white-list li:nth-of-type(4),
.white-list li:nth-of-type(5) {
    width: calc(100% / 2 - 25px);
}

.white-list li a {
    height: 100%;
    display: block;
    background-color: #fff;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.white-list li:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.white-list li a:hover {
    opacity: 1;
}

.white-list .pickup:hover a {
    background-color: #fffaf0;
}

.white-list li h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
    border-bottom: 2px dotted #000;
    margin: 15px 0;
}

.white-list .icon-center {
    width: 70px;
    margin: auto;
}

.white-list .text {
    font-weight: bold;
}

.rev:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bnr-box {
    width: 850px;
    max-width: 96%;
    margin: 50px auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: rgb(144, 92, 45);
    background: linear-gradient(135deg, rgba(144, 92, 45, 1) 0%, rgba(206, 173, 144, 1) 67%, rgba(144, 92, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#905c2d', endColorstr='#905c2d', GradientType=1);
}

.bnr-box-inner {
    background-color: #fff;
    position: relative;
}

.bnr-cont {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.bnr-cont[data-element-id] {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.bnr-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ffffff;
}

.bnr-heading-sub {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ffffff;
}

.bnr-cont .more-btn a {
    background-color: #422e1d;
    border: 2px solid #422e1d;
    color: #fff;
    opacity: 0.8;
}

.bnr-cont .more-btn a:hover {
    background-color: #fff;
    color: #422e1d;
    opacity: 0.8;
}

.bnr-bk {
    width: 100%;
    height: 100%;
}

.bnr-bk[data-element-id] {
    position: relative;
    z-index: 2;
}

.under-intro {
    position: relative;
}

.under-intro-bk {
    display: block;
    position: relative;
}

.under-intro .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
}

.under-intro .text {
    width: 700px;
    max-width: 100%;
    font-size: 18px;
    line-height: 200%;
}

.point-box {
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.point-box:nth-of-type(odd) .inner-point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.inner-point {
    position: relative;
}

.inner-point .point-img {
    position: absolute;
    top: 0;
}

.point-box:nth-of-type(odd) .point-img {
    left: 0;
}

.point-box:nth-of-type(even) .point-img {
    right: 0;
}

.point-text {
    -webkit-transform: translate(0, 40%);
    transform: translate(0, 40%);
    z-index: 1;
}

.point-text .text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-weight: 500;
    line-height: 200%;
}

.point-text .text .big {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
}

/* 配置 end */

/* 余白 */
.text {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box {
    margin: 100px 0;
}

/* 余白 end */

/* エフェクト */
.shadow {
    -webkit-box-shadow: 6px 6px 12px -6px #808080;
    box-shadow: 6px 6px 12px -6px #808080;
}

.grey-border {
    border: 1px solid #dadada;
}

.white-filter {
    position: relative;
    display: block;
}

.white-filter:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.bk-box-parent {
    position: relative;
    z-index: 1;
}

.bk-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bk-img {
    width: 45%;
    position: absolute;
}

.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #ebfe66));
    background: linear-gradient(transparent 55%, #ebfe66 55%);
}

/* エフェクト end */

/* ボタン */
.more-btn {
    display: inline-block;
    margin: 30px 0;
}

.more-btn a,
.more-btn button {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    border-radius: 22px;
    border: 2px solid #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.more-btn button {
    min-width: 210px;
    background-color: #fff;
}

.more-btn a:hover,
.more-btn button:hover {
    opacity: 1;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

.mail-btn a {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    padding: 5px 15px 5px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    position: relative;
}

.mail-btn a:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/import/tenant_1/133.167.95.139/html/images/common/icon-mail.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.back-btn {
    display: block;
}

.cc .back-btn {
    margin-top: 100px;
}

.back-btn a {
    width: 250px;
    max-width: 80%;
    margin: auto;
    background-color: #000;
    color: #fff;
}

.back-btn a:hover {
    background-color: #fff;
    color: #000;
}

/* ボタン end */

/* 見出し */
.heading-34 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 30px 0;
}

.heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 50px;
}

.heading:before {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    border-bottom: 1px solid #666;
    margin-bottom: 25px;
}

.sub {
    display: block;
    font-size: 15px;
    line-height: 150%;
}

.border-heading {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.border-heading:after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50px;
    height: 2px;
    background-color: #666;
    margin: 0 30px;
}

.num-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.leaf-heading {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 58px;
    line-height: 120%;
    margin: 30px 0;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .leaf-heading {
        text-shadow:
            black 1px 1px 2px,
            black -1px 1px 2px,
            black 1px -1px 2px,
            black -1px -1px 2px;
    }
}

.leaf-heading:after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(/import/tenant_1/133.167.95.139/html/images/common/icon-leaf.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.leaf-heading .leaf-point {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-text-stroke: none;
    line-height: 100%;
    text-shadow: none;
    font-weight: bold;
}

/* 見出し end */

/* counter */
.counter {
    counter-reset: number;
    list-style: none;
}

.counter li .num-heading {
    position: relative;
}

.counter li .num-heading:before {
    counter-increment: number;
    content: counter(number)'.';
    position: absolute;
    top: 0;
    left: 0;
}

/* counter end */

@media (max-width: 1024px) {
    .heading-34 {
        font-size: 22px;
    }

    .heading {
        font-size: 24px;
    }

    .border-heading:after {
        min-width: 90px;
        margin: 0 10px;
    }

    .num-heading {
        font-size: 18px;
    }

    .more-btn a {
        height: 36px;
        padding: 5px 25px;
    }

    .map:after {
        padding-top: 80%;
    }

    .white-list li {
        width: calc(100% / 3 - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .white-list li:nth-of-type(4),
    .white-list li:nth-of-type(5) {
        width: calc(100% / 2 - 10px);
    }

    .white-list li a {
        padding: 15px 5px;
    }

    .rev-box-inner-img {
        width: 30%;
    }

    .rev-box-inner-text {
        width: 65%;
    }

    .bnr-heading {
        font-size: 26px;
    }

    .bnr-heading-sub {
        font-size: 14px;
    }

    .bnr-cont {
        padding: 10px;
    }

    .bnr-cont .more-btn {
        margin: 15px 0;
    }

    .point-text {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }

    .point-box {
        padding-bottom: 15px;
    }
}

@media (max-width: 599px) {
    .heading-34 {
        font-size: 20px;
        margin: 15px;
    }

    .box {
        margin: 50px 0;
    }

    .more-btn a {
        height: 34px;
        padding: 7px 20px;
        font-size: 13px;
    }

    .more-btn button {
        height: 30px;
        padding: 6px 20px;
        font-size: 12px;
        min-width: 160px;
    }

    .bk-img {
        width: 90%;
    }

    .white-list li {
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .white-list li:nth-of-type(3n),
    .white-list li:last-of-type {
        margin-right: auto;
    }

    .white-list li:nth-of-type(4),
    .white-list li:nth-of-type(5) {
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .rev-box-inner-img {
        width: 80%;
        margin: 2% auto;
    }

    .rev-box-inner-text {
        width: 100%;
    }

    .rev-box-inner-img .ofimg {
        position: relative;
    }

    .rev-box-inner-img .ofimg:before {
        content: '';
        display: inline-block;
        padding-top: 80%;
    }

    .rev-box-inner-img .ofimg img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .under-intro .inner {
        position: static;
        padding: 15px 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .under-intro .inner .heading-34 {
        font-size: 18px;
    }

    .under-intro-bk-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: auto;
        z-index: -1;
    }

    .under-intro-bk {
        width: 100%;
        height: 100%;
    }

    .under-intro .text {
        font-size: 16px;
        line-height: 180%;
    }

    .point-text {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .inner-point .point-img {
        position: static;
    }

    .point-text .text {
        line-height: 180%;
    }

    .point-text .text .big {
        font-size: 18px;
    }

    .bnr-cont {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 20px 10px;
    }

    .bnr-heading {
        font-size: 22px;
    }

    .bnr-bk {
        position: absolute;
        top: 0;
        left: 0;
    }

    .bnr-cont .more-btn a {
        height: 28px;
        line-height: 100%;
    }
}

/* ##### 共通 end ##### */

/* ##### 下層ページ共通 ##### */
.under main {
    padding-top: 126px;
}

.under main[data-element-id] {
    padding-top: 0;
}

main .underimg:after {
    display: none;
}

.underimg {
    position: relative;
}

.under-visual {
    position: relative;
}

.under-visual:before {
    content: "";
    display: block;
    padding-top: 350px;
}

.under-visual img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.underimg:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(/import/tenant_1/133.167.95.139/html/images/common/leaf_01.png), url(/import/tenant_1/133.167.95.139/html/images/common/leaf_02.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom left, top right;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.under-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
}

.under-visual img {
    opacity: 0.5;
}

.turn-over {
    -webkit-box-shadow: 0px 0px 10px 3px #f5f5f5;
    box-shadow: 0px 0px 10px 3px #f5f5f5;
    position: relative;
}

.turn-over:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ffffff transparent;
    -webkit-box-shadow: 3px 5px 0px 3px #ffffff;
    box-shadow: 3px 5px 0px 3px #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.turn-over:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.table {
    border-collapse: collapse;
    width: 850px;
    max-width: 90%;
    margin: 50px auto;
    border: 1px solid #000;
}

.table th {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table th[colspan] {
    background-color: #f8fbe7;
    border-bottom: 1px solid #000;
}

.table td {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table tbody tr:nth-of-type(2) {
    border-bottom: 1px solid #000;
}

.table tbody tr:nth-of-type(2) th,
.table tbody tr:nth-of-type(3) th {
    width: 35%;
    border-right: 1px solid #000;
}

.cc-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #000;
}

.cc-box {
    width: 100px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cc-list[data-element-id] div li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cc-list[data-element-id] .cc-box {
    width: 80%;
}

.cc-list[data-element-id] .cc-more-btn {
    width: 20%;
}

.cc-heading a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cc-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.cc-date {
    color: #a9a9a9;
}

.cc-category {
    font-size: 13px;
    display: block;
    margin: 0 30px;
    padding: 4px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 11px;
}

.cc-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-more-btn a {
    font-size: 13px;
    display: block;
    line-height: 100%;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 4px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 11px;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .cc-category,
    .cc-more-btn a {
        padding: 6px 30px 2px 30px;
    }
}

.cc-more-btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
}

.side-box {
    text-align: center;
    margin-bottom: 100px;
}

.cc-side-heading {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

.cc-side-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cc-side-list li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.cc-head {
    margin-bottom: 50px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #000;
}

.cc-head ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.cc-head ul li {
    margin-bottom: 10px;
}

.cc-head-date {
    color: #a9a9a9;
}

.cc-head-category {
    font-size: 12px;
    line-height: 100%;
    padding: 3px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 11px;
}

.cc-detail-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

/* 下のnth-childはautoprefixerで自動生成なので注意 */
.recommend-box {
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8fbe7;
    margin-bottom: 0;
    position: relative;
}

.recommend-box:before {
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #f8fbe7;
    position: absolute;
    top: 0;
    left: -100%;
}

.recommend-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px;
}

.recommend-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.recommend-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.recommend-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.recommend-list[data-element-id] {
    display: block;
}

.recommend-list[data-element-id] div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recommend-list[data-element-id] div li {
    width: calc(100% / 3 - 4%);
    margin: 2%;
}

.recommend-list li a {
    display: block;
}

@media (max-width: 1024px) {
    .under main {
        padding-top: 0;
    }

    .underimg:before {
        background-size: contain;
    }

    .under-visual:before {
        padding-top: 30%;
    }

    .under-heading {
        font-size: 30px;
    }

    .table {
        width: 90%;
    }

    .recommend-box {
        width: 100%;
    }

    .recommend-list {
        gap: 10px;
    }

    .cc-cont {
        width: 70%;
    }

    .cc-side {
        width: 25%;
    }

    .cc-list>li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cc-box {
        width: 100%;
        padding: 0 5px;
    }

    .cc-heading a {
        font-size: 18px;
    }

    .cc-info {
        margin-bottom: 10px;
    }

    .cc-category {
        font-size: 12px;
    }

    .cc-more-btn {
        margin-left: auto;
        margin-top: 10px;
    }

    .cc-more-btn a {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .under-visual:before {
        padding-top: 40%;
    }

    .underimg:before {
        background-size: 40%;
    }

    .under-heading {
        font-size: 22px;
    }

    .link-list li:before {
        border-width: 0 0 30px 30px;
    }

    .link-list li:after {
        border-width: 30px 30px 0 0;
    }

    .table {
        margin: 0 auto 50px auto;
    }

    .table tbody tr th,
    .table tbody tr td {
        display: block;
        width: 100% !important;
        border-right: none !important;
    }

    .table tbody tr:nth-of-type(2) th,
    .table tbody tr:nth-of-type(3) th {
        border-bottom: 1px solid #d3d3d3;
        padding: 10px 30px;
    }

    .recommend-list {
        display: block;
    }

    .recommend-list li {
        margin-bottom: 20px;
    }

    .recommend-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .recommend-list li a .ofimg {
        width: 40%;
    }

    .recommend-list li a .recommend-heading {
        width: 58%;
    }

    .cc-list>li {
        margin-bottom: 15px;
    }

    .cc-cont,
    .cc-side {
        width: 100%;
    }

    .cc-info {
        margin-bottom: 5px;
    }

    .cc-category {
        margin: 0 15px;
    }

    .cc-category,
    .cc-more-btn a {
        font-size: 10px;
        padding: 4px 15px;
    }

    .cc-heading a {
        font-size: 16px;
    }

    .side-box {
        text-align: center;
        margin-bottom: 5px;
    }
}

/* pagenav */
.pagenav {
    margin: 100px 0;
}

.pagenav ul li {
    margin: 0 5px
}

.pagenav ul li a,
.pagenav ul li .now {
    width: 30px;
    height: 30px;
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pagenav ul li .now,
.pagenav ul li a:hover {
    opacity: 1;
    background-color: #422e1d;
    color: #fff;
}

.pagenav ul li a:focus {
    outline: none;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .pagenav ul li a,
    .pagenav ul li .now {
        padding-top: 5px;
    }
}

.pagenav ul li a:hover {
    opacity: 1;
}

.pagenav ul li a:hover span:before {
    color: #565656;
}

.pagenav ul .prev,
.pagenav ul .next {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pagenav ul .prev,
.pagenav ul .next {
    position: relative;
}

.pagenav ul .prev-arrow:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    color: #565656;
}

.pagenav ul .next-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    color: #565656;
}

.pagenav ul .prev a:hover .prev-arrow:before,
.pagenav ul .next a:hover .next-arrow:before {
    color: #fff;
}

@media (max-width: 599px) {
    .pagenav {
        margin: 50px 0;
    }
}

/* pagenav end */

/* ##### 下層ページ共通 end ##### */

/* ##### header ##### */
.sp-only {
    display: none;
}

.sp-only[data-element-id] {
    display: block;
    border: 1px solid #ffa500;
}

.sp-only[data-element-id]:before {
    content: "SP用メニュー";
    display: block;
    width: 100%;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #a9a9a9;
    font-size: 10px;
    line-height: 100%;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 3;
}

header[data-element-id] {
    position: static;
}

.inner-header {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.inner-header[data-element-id] {
    z-index: 1;
}

.header-logo {
    position: fixed;
    top: 0;
    left: calc(50% - 500px);
    background-color: #fff;
}

.header-logo[data-element-id] {
    position: absolute;
    z-index: 1;
}

.header-logo a {
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.header-logo h1 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 24px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 120%;
    letter-spacing: 2px;
    margin: 30px 0;
}

.logo-sub {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #7d7b77;
    text-align: center;
}

.nav-box[data-element-id] {
    width: 750px;
}

.header-box {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.header-box-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-box-list li {
    margin-right: 10px;
}

.header-box-list li a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
}

.header-box-list li:first-of-type a {
    padding-left: 0;
}

.header-box-list li a:before {
    content: '-';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.header-box-list li:first-of-type a:before {
    display: none;
}

.header-box .tel {
    display: inline-block;
    margin: 0 15px;
}

.header-box .tel a {
    font-size: 20px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    letter-spacing: 1px;
}

nav {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-list li {
    margin-right: 10px;
}

.nav-list li a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
}

.nav-list li:first-of-type a {
    padding-left: 0;
}

/* .scrollが付いたら */
.scroll header {
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.scroll .inner-header {
    padding: 5px 15px;
}

.scroll .header-box,
.scroll nav {
    padding: 2px 10px;
}

.scroll .header-logo {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .scroll .header-logo {
        margin-top: 5px;
    }
}

.scroll .header-logo a {
    padding: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.scroll .header-logo a .pic {
    width: 70px;
    margin-right: 5px;
}

.scroll .header-logo h1 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 16px;
    margin: 5px 0;
}

.scroll .logo-sub {
    font-size: 10px;
}

/* .scrollが付いたら end */

@media (max-width: 1024px) {
    .sp-only {
        display: block;
    }

    header {
        width: 350px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: initial;
        right: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(350px);
        transform: translate(350px);
        z-index: 10;
        padding: 0;
        background-color: #fff;
    }

    .inner-header {
        height: 100vh;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .nav-box {
        height: calc(100vh - 320px);
        margin-bottom: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }

    .header-logo {
        width: 100%;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .header-logo a {
        padding: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header-logo a .pic {
        width: 70px;
        margin-right: 10px;
    }

    .header-logo h1 {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 16px;
        margin: 5px 0;
    }

    .logo-sub {
        font-size: 10px;
    }

    .header-box {
        padding-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-box-list {
        width: 100%;
        display: block;
    }

    .header-box-list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .header-box-list li a {
        padding-left: 0;
    }

    .header-box-list li a:before {
        display: none;
    }

    nav {
        width: 100%;
        padding-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .nav-list {
        display: block;
    }

    .nav-list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-list li a {
        padding-left: 0;
    }

    .header-box .tel {
        margin: 30px auto 10px auto;
    }

    .mail-btn {
        margin: 10px auto;
    }

    /* active */
    .active header {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-box-shadow: -3px 0px 13px -3px #808080;
        box-shadow: -3px 0px 13px -3px #808080;
    }

    /* active end */
}

@media (max-width: 599px) {
    header {
        width: 270px;
        -webkit-transform: translate(270px);
        transform: translate(270px);
    }

    .header-logo a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-logo h1 {
        font-size: 18px;
        margin: 10px 0;
    }
}

/* ##### header end ##### */

/* ##### breadcrumbs page-top ##### */
.breadcrumbs {
    background-color: #422e1d;
    position: relative;
}

.breadcrumbs-list {
    width: 1000px;
    max-width: 100%;
    margin: 15px auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 90px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumbs-list li {
    position: relative;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumbs-list li:last-of-type {
    width: 10px;
    padding-right: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs-list li:last-of-type:after {
    display: none;
}

.breadcrumbs-list li:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.breadcrumbs-list li,
.breadcrumbs-list li a {
    color: #fff;
}

.page-top {
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.page-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 599px) {
    .breadcrumbs-list {
        margin: 10px auto;
        padding: 0 15px;
    }

    .breadcrumbs-list li,
    .breadcrumbs-list li a {
        font-size: 12px;
    }

    .page-top {
        width: 100px;
        height: 40px;
        font-size: 12px;
        line-height: 120%;
        position: fixed;
        top: initial;
        bottom: 0;
        right: 0;
        left: initial;
        z-index: 2;
        background-color: #422e1d;
        border-left: none;
    }

    .page-top a {
        padding: 10px;
    }
}

/* ##### breadcrumbs page-top end ##### */

/* ##### footer ##### */
.sp-bnr {
    display: none;
}

.footer-inner {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-logo-box {
    margin: 30px 0;
}

.footer-logo-box a {
    width: 440px;
    max-width: 80%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 15px 70%;
    grid-template-columns: 30% 70%;
    -ms-grid-rows: 60% 0 40%;
    grid-template-rows: 60% 40%;
        grid-template-areas:
        "footer-logo footer-name"
        "footer-logo logo-sub";
    gap: 0 15px;
    margin: auto;
}

.footer-logo-box a h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: footer-name;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 26px;
    font-weight: bold;
}

.footer-logo-box a .logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: footer-logo;
}

.footer-logo-box a .footer-logo-sub {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: logo-sub;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #7d7b77;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .footer-logo-box a .footer-logo-sub {
        margin-top: -30px;
    }
}

.footer-nav-box {
    margin: 30px 0;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.outer-footer-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.outer-footer-nav li {
    margin-bottom: 15px;
}

.inner-footer-nav li,
.inner-footer-nav li a {
    font-weight: bold;
    position: relative;
}

.inner-footer-nav li .footer-nav-heading {
    display: inline-block;
    margin-bottom: 5px;
}

.inner-footer-nav li {
    margin-bottom: 10px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-footer-nav>li:before {
    content: '-';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.stage-footer-nav li {
    margin-bottom: 5px;
}

.stage-footer-nav li:before {
    content: '└';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.footer-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-info-box h6 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.footer-info-box>.tel a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.footer-address-box {
    margin: 30px 0;
}

.footer-address-box h6 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.footer-address-box .address {
    font-weight: bold;
}

.phone-box dl dt {
    font-weight: bold;
    padding-right: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.phone-box dl dt:after {
    content: '：';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.phone-box dl dd,
.phone-box dl dd a {
    font-weight: bold;
}

.tel-box {
    position: relative;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tel-box:after {
    content: '／';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-mail-btn {
    width: 240px;
    height: 55px;
}

.copy {
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f4ec;
}

@media (max-width: 1024px) {
    .phone-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .phone-box dl {
        margin: 0;
    }
}

@media (max-width: 599px) {
    .sp-bnr {
        width: 100%;
        padding-right: 100px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
        -webkit-box-shadow: 0px -4px 6px -4px #808080;
        box-shadow: 0px -4px 6px -4px #808080;
    }

    .sp-bnr a {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 100%;
        display: inline-block;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer-inner {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-logo-box {
        margin: 15px 0;
    }

    .footer-logo-box a h2 {
        font-size: 14px;
    }

    .footer-logo-box a .footer-logo-sub {
        font-size: 10px;
    }

    .footer-nav-box {
        padding: 30px 0;
    }

    .outer-footer-nav>li {
        width: 100%;
        margin-bottom: 0;
    }

    .copy {
        padding-bottom: 55px;
    }
}

/* ##### footer end ##### */

/* ##### top ##### */
/* main-visual */
.main-visual {
    position: relative;
}

.mainimg-text {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    padding: 10px calc(50% - 510px) 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.mainimg-text-sub {
    font-size: 18px;
    font-weight: bold;
}

.mainimg-text h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
}

.mainimg-text-en {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
}

/* main-visual end */

/* main visual */
.main-visual {
    position: relative;
    overflow: visible;
}

.main-visual:after {
    content: "";
    display: block;
    width: 450px;
    height: 450px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 450px 450px 0 0;
    border-color: #f5f4f3 transparent transparent transparent;
    position: absolute;
    left: 0;
    z-index: -1;
}

/* main visual end */

/* top-news-box */
.top-news-box {
    width: 1000px;
    max-width: 96%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    background-color: #fff;
    margin: 0 auto 50px auto;
}

.top-news-box h2 {
    line-height: 120%;
    font-size: 18px;
    margin: 30px 0;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #000;
}

.top-news-list {
    width: 200px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-news-list dt {
    position: relative;
    margin-right: 30px;
}

.top-news-list dd {
    width: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.top-news-list dd a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-news-more-btn {
    width: 170px;
    height: 100%;
}

.top-news-more-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #422e1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* top-news-box end */

/* top-intro */
.top-intro .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-intro-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 5% 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 5% 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "left-top right-top"
        "left-top right-bottom";
    gap: 5%;
}

.top-intro-img .left-top {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: left-top;
}

.top-intro-img .right-top {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: right-top;
}

.top-intro-img .right-bottom {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: right-bottom;
}

/* top-intro end */

/* top-method */
.top-method-bk1 {
    top: 0;
    right: 0;
}

.top-method-bk2 {
    width: 25%;
    bottom: 0;
    left: 0;
}

.top-method-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 50px;
}

.top-method-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.top-method-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.top-method-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.top-method-list li .text {
    margin-top: 15px;
}

/* top-method end */

/* top-service */
.top-service {
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-service-bk {
    display: block;
    width: 100%;
    height: 100%;
}

.gradetion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 173, 57, 1) 0%, rgba(255, 173, 57, 0.99) 1%, rgba(255, 204, 105, 0.56) 84%, rgba(255, 210, 114, 0.56) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffad39', endColorstr='#8fffd272', GradientType=1);
}

/* top-service end */

/* top-example */
/* 下のnth-childはautoprefixerで自動生成なので注意 */
.top-example-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: repeat(1, auto);
    gap: 50px;
}

.top-example-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.top-example-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.top-example-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.top-example-list[data-element-id] {
    display: block;
}

.top-example-list[data-element-id] div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-example-list li a {
    display: block;
    text-align: center;
}

.top-example-list li a h3 {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    line-height: 140%;
    border-bottom: 1px solid #000;
    margin-top: 10px;
}


/* top-example end */

/* top-blog */
/* 下のnth-childはautoprefixerで自動生成なので注意 */
.top-blog-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: repeat(2, auto);
    gap: 50px;
}

.top-blog-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.top-blog-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.top-blog-list>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.top-blog-list>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.top-blog-list[data-element-id] {
    display: block;
}

.top-blog-list[data-element-id] div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-blog-list[data-element-id] div li {
    width: 46%;
    margin: 2%;
}

.top-blog-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-blog-list li a .ofimg {
    width: 40%;
}

.top-blog-list li a .top-blog-box {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top-blog-list li a h3 {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

/* top-blog end */

/* top-bnr */
.top-bnr {
    position: relative;
}

.outer-bnr-box {
    width: 730px;
    max-width: 90%;
    overflow: hidden;
    margin: auto;
    background: rgb(20, 173, 41);
    background: -webkit-gradient(linear, left top, right top, from(rgba(20, 173, 41, 1)), to(rgba(199, 218, 15, 1)));
    background: linear-gradient(to right, rgba(20, 173, 41, 1) 0%, rgba(199, 218, 15, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ad29', endColorstr='#c7da0f', GradientType=1);
}

.inner-bnr-box {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.bnr-title {
    width: 90%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bnr-title h2 {
    min-width: 130px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 1px;
    margin: 0 10px;
}

.bnr-title .icon {
    margin: 0 5px;
}

.top-bnr .text {
    text-align: center;
    font-weight: bold;
    line-height: 180%;
}

.bnr-more-btn {
    width: 320px;
    max-width: 80%;
    position: absolute;
    bottom: -62PX;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.bnr-more-btn a {
    display: block;
    width: 100%;
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 6px 6px 12px -6px #808080;
    box-shadow: 6px 6px 12px -6px #808080;
    background: rgb(20, 173, 41);
    background: -webkit-gradient(linear, left top, right top, from(rgba(20, 173, 41, 1)), to(rgba(199, 218, 15, 1)));
    background: linear-gradient(to right, rgba(20, 173, 41, 1) 0%, rgba(199, 218, 15, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ad29', endColorstr='#c7da0f', GradientType=1);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 31px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.bnr-more-btn a:hover {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/* top-bnr end */

@media (max-width: 1024px) {
    .mainimg-text {
        padding: 10px;
    }

    .mainimg-text h2 {
        font-size: 34px;
        margin: 5px 0;
    }

    .top-intro-text,
    .top-intro-img {
        width: 70%;
    }

    .top-intro-img {
        margin-top: -30%;
        margin-left: auto;
        z-index: -1;
    }

    .top-intro-text .text {
        text-shadow:
            white 2px 0px 2px,
            white -2px 0px 2px,
            white 0px -2px 2px,
            white -2px 0px 2px,
            white 2px 2px 2px,
            white -2px 2px 2px,
            white 2px -2px 2px,
            white -2px -2px 2px,
            white 1px 2px 2px,
            white -1px 2px 2px,
            white 1px -2px 2px,
            white -1px -2px 2px,
            white 2px 1px 2px,
            white -2px 1px 2px,
            white 2px -1px 2px,
            white -2px -1px 2px,
            white 1px 1px 2px,
            white -1px 1px 2px,
            white 1px -1px 2px,
            white -1px -1px 2px;
    }

    .top-method-list {
        gap: 20px;
    }

    .top-method-bk2 {
        width: 30%;
    }

    .top-example-list {
        gap: 15px;
    }

    .top-blog-list {
        gap: 20px;
    }

    .inner-bnr-box {
        padding: 30px;
    }

    .bnr-title {
        width: 96%;
    }
}

@media (max-width: 599px) {
    .mainimg-text-sub {
        font-size: 10px;
    }

    .mainimg-text h2 {
        font-size: 20px;
        margin: 0;
    }

    .mainimg-text-en {
        font-size: 12px;
    }

    .top-news-box {
        margin-top: 15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top-news-box h2 {
        width: 60%;
        font-size: 16px;
        margin: 10px 0;
        padding: 0 10px;
        border-right: none;
    }

    .top-news-list {
        width: 100%;
        padding: 10px;
    }

    .top-news-more-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .top-news-more-btn {
        width: 40%;
        height: auto;
    }

    .top-news-more-btn a {
        padding: 8px;
    }

    .top-intro-text,
    .top-intro-img {
        width: 100%;
    }

    .top-intro-img {
        margin-top: 0;
        margin-left: 0;
        z-index: 0;
    }

    .top-intro h3 {
        font-size: 20px;
    }

    /* 下のnth-childはautoprefixerで自動生成なので注意 */
    .top-method-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 0;
    }

    .top-method-list>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .top-method-list li {
        margin-bottom: 15px;
    }

    .top-method-list li .ofimg {
        width: 90%;
        margin: auto;
    }

    .top-method-bk2 {
        width: 90%;
    }

    .top-example-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: repeat(1, auto);
        gap: 0;
    }

    .top-example-list>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .top-example-list li {
        margin-bottom: 30px;
    }

    /* 下のnth-childはautoprefixerで自動生成なので注意 */
    .top-blog-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 10px auto;
        grid-template-rows: repeat(2, auto);
        gap: 10px;
    }

    .top-blog-list>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .top-blog-list>*:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .top-blog-list li {
        margin-bottom: 15px;
    }

    .top-blog-list li a h3 {
        font-size: 12px;
        width: calc(100% - 10px);
        margin: 5px;
    }

    .inner-bnr-box {
        padding: 15px 15px 40px 15px;
    }

    .bnr-title {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bnr-title h2 {
        font-size: 24px;
        text-align: center;
        margin: 10px;
    }

    .bnr-title .multiply {
        margin: 30px auto;
    }

    .bnr-more-btn {
        bottom: -42PX;
    }

    .bnr-more-btn a {
        padding: 10px 30px;
        font-size: 16px;
    }
}

/* ##### top end ##### */

/* ##### about ##### */
.about-list {
    width: 80%;
    margin: auto;
}

.about-list dt {
    font-size: 16px;
    width: 15%;
    padding: 0 30px 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.about-list dt:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.about-list dd {
    font-size: 16px;
    width: 85%;
    padding: 0 0 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-bk {
    bottom: 0;
    right: 0;
}

.access-box .heading {
    margin-left: calc(50% - 500px);
}

.access-box .map:after {
    padding-top: 25%;
}

.access-info {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.access-info-box {
    width: 800px;
    max-width: 90%;
    margin: auto;
    border: 1px solid #dcdcdc;
    padding: 30px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

.access-info-box:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
}

.access-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.access-list dt {
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    padding: 0 30px 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.access-list dt:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/import/tenant_1/133.167.95.139/html/images/common/icon-pin.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.access-list dd {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 200%;
}

.link-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 50px 30px;
}

.link-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.link-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.link-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.link-list>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.link-list li a {
    width: 100%;
    height: 100%;
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
    padding: 50px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .about-list {
        width: 100%;
    }

    .access-box .heading {
        margin-left: 3%;
    }

    .access-box .map:after {
        padding-top: 45%;
    }

    .access-info {
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }

    .access-info-box {
        padding: 15px 30px;
    }

    .access-list dt {
        width: 35%;
        font-size: 22px;
        padding: 0 15px 0 40px;
    }

    .access-list dt:before {
        width: 25px;
        height: 25px;
    }

    .access-list dd {
        width: 65%;
        padding-left: 15px;
        line-height: 180%;
    }

    /* 下のnth-childはautoprefixerで自動生成なので注意 */
    .link-list {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 40px 20px;
    }

    .link-list>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .link-list>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .link-list>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
}

@media (max-width: 599px) {
    .about-list dt {
        width: 25%;
        padding: 0 10px 30px 0;
    }

    .about-list dd {
        width: 75%;
        padding: 0 0 30px 10px;
    }

    .about-list dt:before {
        width: 1px;
    }

    .access-box .map:after {
        padding-top: 100%;
    }

    .access-info-box {
        padding: 10px;
    }

    .access-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .access-list dt,
    .access-list dd {
        width: 100%;
    }

    .access-list dt {
        border-right: none;
        margin-bottom: 15px;
    }

    /* 下のnth-childはautoprefixerで自動生成なので注意 */
    .link-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 20px 0;
    }

    .link-list>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .link-list li a {
        min-height: 110px;
        padding: 10px 10px 30px 10px;
        line-height: 160%;
    }
}

/* ##### about end ##### */

/* ##### thought ##### */
.inner-thought-intro {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.thought-intro-box h3 {
    font-size: 30px;
}

.thought-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}

.thought-intro-box .ofimg {
    position: relative;
}

.thought-intro-box .ofimg:before {
    content: '';
    display: block;
    width: 5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 47.5%;
    background-color: #fff;
    z-index: 1;
}

.thought-img {
    display: block;
    position: relative;
}

.thought-img:before,
.thought-img:after {
    content: '';
    width: 50%;
    height: 210px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
}

.thought-img:before {
    top: 0;
    left: 0;
}

.thought-img:after {
    bottom: 0;
    right: 0;
}

.outer-thought-box {
    margin: 30px 0;
}

.outer-feature-box .rev:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.outer-feature-box .rev:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rev-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
}

.thought-point-box {
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thought-point-box:nth-of-type(odd) .inner-thought-point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.inner-thought-point {
    position: relative;
}

.inner-thought-point .thought-point-img {
    position: absolute;
    top: 0;
}

.thought-point-box:nth-of-type(odd) .thought-point-img {
    left: 0;
}

.thought-point-box:nth-of-type(even) .thought-point-img {
    right: 0;
}

.thought-point-text {
    -webkit-transform: translate(0, 40%);
    transform: translate(0, 40%);
    z-index: 1;
}

.thought-point-text .text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-weight: 500;
    line-height: 200%;
}

.thought-point-text .text .big {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 1024px) {

    .thought-img:before,
    .thought-img:after {
        height: 110px;
    }

    .thought-intro-box {
        width: 70%;
    }

    .thought-intro-box .text {
        text-shadow:
            white 2px 0px 2px,
            white -2px 0px 2px,
            white 0px -2px 2px,
            white -2px 0px 2px,
            white 2px 2px 2px,
            white -2px 2px 2px,
            white 2px -2px 2px,
            white -2px -2px 2px,
            white 1px 2px 2px,
            white -1px 2px 2px,
            white 1px -2px 2px,
            white -1px -2px 2px,
            white 2px 1px 2px,
            white -2px 1px 2px,
            white 2px -1px 2px,
            white -2px -1px 2px,
            white 1px 1px 2px,
            white -1px 1px 2px,
            white 1px -1px 2px,
            white -1px -1px 2px;
    }

    .thought-intro-box:nth-of-type(1) {
        z-index: 2;
    }

    .thought-intro-box:nth-of-type(2) {
        margin-top: -30%;
        margin-left: auto;
    }

    .thought-point-text {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }

    .thought-point-box {
        padding-bottom: 15px;
    }
}

@media (max-width: 599px) {
    .thought-intro-box {
        width: 100%;
    }

    .thought-intro-box h3 {
        font-size: 18px;
    }

    .thought-point-text {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .inner-thought-point .thought-point-img {
        position: static;
    }

    .thought-point-text .text {
        line-height: 180%;
    }

    .thought-point-text .text .big {
        font-size: 18px;
    }
}

/* ##### thought end ##### */

/* ##### feature ##### */
.feature-intro {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.feature-intro-bk {
    width: 100%;
    height: 100%;
}

.feature-intro .text {
    width: 700px;
    max-width: 100%;
    font-size: 18px;
    line-height: 200%;
}

.inner-material-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.material-heading-box {
    position: relative;
}

.material-heading-box .material-heading {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.material-list-box {
    margin-top: 50px;
    background-color: #f8f8f5;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.material-list-box h3 {
    position: absolute;
    top: -5%;
    font-weight: bold;
}

.material-list {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.material-list li {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 10px;
}

.feature-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8fbe7;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.feature-list .white-list li {
    background-color: #fff;
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.feature-list .white-list li:nth-of-type(4),
.feature-list .white-list li:nth-of-type(5) {
    width: calc(100% / 2 - 20px);
}

.feature-list .white-list li:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 6px 6px 12px -6px #808080;
    box-shadow: 6px 6px 12px -6px #808080;
}

.feature-list .white-list li .text {
    text-align: left;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .feature-intro {
        padding: 50px 0;
    }

    .feature-intro .text {
        font-size: 16px;
        line-height: 180%;
    }

    .material-cont {
        margin-bottom: 50px;
    }

    .material-heading-box .material-heading {
        padding: 30px 0;
    }

    .material-list-box {
        padding: 20px;
    }

    .feature-list .white-list li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .feature-list .white-list li:nth-of-type(even) {
        margin-right: 0;
    }

    .feature-list .white-list li:last-of-type {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .feature-intro .inner .heading-34 {
        font-size: 18px;
    }

    .feature-intro .text {
        line-height: 160%;
    }

    .inner-material-box .text {
        height: auto !important;
    }

    .feature-list .white-list li:nth-of-type(4),
    .feature-list .white-list li:nth-of-type(5) {
        width: 100%;
    }

    .feature-list .white-list li {
        width: 100%;
        margin-right: 0;
    }
}

/* ##### feature end ##### */

/* ##### interior ##### */
.interior-intro {
    margin: 0;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.interior-intro .bk-img {
    width: 100%;
    height: 100%;
}

.interior-intro .bk-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(62%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.59)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 0.59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#96ffffff', GradientType=1);
}

.interior-intro .bk-img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top right;
    object-position: top right;
    font-family: 'object-fit: contain; object-position: top right;';
}

.interior-intro-text {
    width: 700px;
    max-width: 100%;
    font-size: 18px;
    line-height: 200%;
}

.outer-interior-box .border-heading:after {
    display: none;
}

.life-box {
    margin-top: 100px;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.life-box .inner {
    width: 700px;
    max-width: 100%;
    margin-right: calc(50% - 500px);
    z-index: 2;
}

.life-box .text {
    font-size: 18px;
    line-height: 200%;
}

.life-box-bk .bk-img {
    width: 100%;
    height: 100%;
}

.alphabet {
    display: inline-block;
    width: 65px;
    height: 65px;
    font-size: 50px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #878787;
    background-color: #fff;
}

.simple-interior {
    margin-top: 0;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8fbe7;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.ab-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 100px 0 50px 0;
}

.inner-ab-box {
    background-color: #fff;
    border: 1px solid #000;
    padding: 100px 30px 50px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.inner-ab-box .alphabet {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .alphabet,
    .inner-ab-box .alphabet {
        text-shadow:
            black 1px 1px 2px,
            black -1px 1px 2px,
            black 1px -1px 2px,
            black -1px -1px 2px;
        line-height: 140%;
    }
}

.ab-box-heading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.simple-interior .material-list-box h4 {
    position: absolute;
    top: -10%;
    left: 30px;
    font-weight: bold;
}

.under-ab-box-text {
    width: 850px;
    max-width: 100%;
    font-size: 22px;
    line-height: 200%;
    text-align: center;
}

.select-box {
    margin: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner-select-box {
    position: relative;
    border: 1px solid #000;
}

.select-img {
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.select-img:before {
    background-color: rgba(255, 255, 255, 0.5);
}

.select-text {
    width: 80%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
    padding: 50px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-text h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.select-list {
    width: 100%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-list li {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 10px;
}

.outer-fabric-box .rev:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.outer-fabric-box .rev:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    .interior-intro-text {
        font-size: 16px;
        line-height: 180%;
    }

    .interior-intro .bk-img img {
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover; object-position: top right;';
    }

    .life-box {
        margin-top: 50px;
    }

    .life-box .inner {
        width: 100%;
        margin: 0;
        padding: 6%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    life-box .text {
        font-size: 16px;
        line-height: 180%;
    }

    .inner-ab-box {
        width: 48%;
        padding: 80px 15px 30px 15px;
    }

    .ab-box-heading {
        font-size: 16px;
    }

    .under-ab-box-text .alphabet {
        font-size: 30px;
        width: 40px;
        height: 40px;
        border: 1px solid #878787;
    }

    .inner-select-box {
        width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 599px) {
    .interior-intro-text {
        line-height: 160%;
    }

    .life-box {
        padding: 50px 0;
    }

    .life-box .text {
        font-size: 16px;
        line-height: 180%;
    }

    .ab-box {
        margin: 50px 0 30px 0;
    }

    .inner-ab-box {
        width: 90%;
        margin: 0 auto 70px auto;
        padding: 50px 10px 20px 10px;
    }

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

    .under-ab-box-text {
        font-size: 18px;
        line-height: 240%;
        text-align: left;
    }

    .inner-select-box {
        width: 100%;
    }

    .select-img {
        width: 55%;
    }

    .select-text {
        width: 100%;
        padding: 30px 10px;
    }

    .select-text h3 {
        text-shadow: 1px 1px 0px #fff;
    }

    .select-list li {
        text-shadow: 1px 1px 0px #fff;
    }
}

@media (max-width: 599px) {
    .life-box .text {
        line-height: 160%;
    }
}

/* ##### interior end ##### */

/* ##### custom-housing ##### */
.inner-custom-box {
    margin-bottom: 100px;
}

.inner-custom-box:nth-of-type(odd) .custom-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
}

.custom-heading {
    width: 85%;
}

.custom-heading-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-heading-title .heading-34 {
    text-align: center;
}

.custom-cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.inner-custom-box:nth-of-type(even) .custom-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.custom-bnr .bnr-box {
    background: rgb(241, 119, 0);
    background: linear-gradient(120deg, rgba(241, 119, 0, 1) 0%, rgba(248, 197, 147, 1) 64%, rgba(241, 119, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17700', endColorstr='#f17700', GradientType=1);
}

.custom-bnr .bnr-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-bnr .bnr-heading,
.custom-bnr .bnr-heading-sub {
    text-align: center;
}

.custom-bnr .more-btn {
    margin-bottom: 0;
}

.custom-bnr .more-btn a {
    border: 2px solid #f17700;
    background-color: #f17700;
    color: #fff;
    -webkit-box-shadow: 6px 6px 12px -6px #808080;
    box-shadow: 6px 6px 12px -6px #808080;
}

.custom-bnr .more-btn a:hover {
    background-color: #fff;
    color: #f17700;
}

.custom-bnr .of30:before {
    padding-top: 25%;
}

.custom-housing .btn-top .inner .more-btn {
    position: static;
    display: block;
    margin-top: 50px;
}

.custom-housing .btn-top .inner .more-btn a {
    width: 220px;
    max-width: 80%;
    margin: auto;
}

/* ##### custom-housing end ##### */

/* ##### trial-plan ##### */
.trial-intro {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.trial-intro .text {
    width: 700px;
    max-width: 100%;
    font-size: 18px;
    line-height: 200%;
}

.trial-box-bk-img {
    width: 100%;
    height: 100%;
}

.trial-service .leaf-heading:after {
    margin-top: 15px;
}

.trial-service .heading-34 {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.trial-service .text {
    line-height: 250%;
}

.trial-service .marker {
    font-weight: 500;
}

.trial-list-box {
    width: 850px;
    max-width: 90%;
    margin: auto;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
}

.trial-list-box .heading {
    font-size: 20px;
}

.trial-list li {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trial-list li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 22px;
    background-image: url(/import/tenant_1/133.167.95.139/html/images/common/icon-check.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 3px;
    left: 0;
    margin: auto;
}

.table ul {
    padding-left: 20px;
}

.table ul li {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 10px;
}

.table ul li:last-of-type {
    margin-bottom: 0;
}

.trial-form {
    width: 850px;
    max-width: 90%;
    margin: auto;
}

.contact-item {
    margin-bottom: 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.contact-item dt {
    font-weight: 600;
    width: 30%;
    min-width: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.must {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 2px;
    margin: 0 20px;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 11px;
}

.contact-item dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-item dd input {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-item dd textarea {
    width: 100%;
    height: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-btns li {
    margin-left: 30px;
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .trial-intro {
        padding: 50px 0;
    }

    .trial-intro .text {
        font-size: 16px;
        line-height: 180%;
    }

    .trial-service .text {
        line-height: 200%;
    }

    .trial-list-box {
        padding: 30px;
    }

    .contact-item dt {
        min-width: 210px;
    }

    .must {
        margin: 0 10px;
    }

    .contact-btns li {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 599px) {
    .trial-intro .text {
        line-height: 160%;
    }

    .trial-service .text {
        line-height: 180%;
    }

    .trial-list-box {
        padding: 20px;
    }

    .contact-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-item dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .contact-btns li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .custom-housing .top-example-list {
        display: block;
    }

    .custom-housing .top-example-list li {
        margin-bottom: 15px;
    }

    .custom-housing .top-example-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .custom-housing .top-example-list li a .ofimg {
        width: 40%;
    }

    .custom-housing .top-example-list li a h3 {
        width: 55%;
    }
}

/* ##### trial-plan end ##### */

/* ##### renovation ##### */
.renovation-intro {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.renovation-box-bk-img {
    width: 100%;
    height: 100%;
}

.renovation-intro .text {
    width: 700px;
    max-width: 100%;
    font-size: 18px;
    line-height: 200%;
}

/* 下のnth-childはautoprefixerで自動生成なので注意 */
.renovation-example-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 50px;
}

.renovation-example-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.renovation-example-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.renovation-example-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.renovation-example-list[data-element-id] {
    display: block;
}

.renovation-example-list[data-element-id] div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.renovation-example-list[data-element-id] div li {
    width: calc(100% / 3 - 4%);
    margin: 2%;
}

.renovation-example-list li a {
    display: block;
    text-align: center;
}

.renovation-example-heading {
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

@media (max-width: 1024px) {
    .renovation-intro .text {
        font-size: 16px;
        line-height: 180%;
    }

    .rev-box-inner-text .border-heading {
        display: block;
    }

    .rev-box-inner-text .border-heading:after {
        display: none;
    }

    /* 下のnth-childはautoprefixerで自動生成なので注意 */
    .renovation-example-list {
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 15px;
    }

    .renovation-example-list>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .renovation-example-list>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .renovation-example-list>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
}

@media (max-width: 599px) {
    .renovation-intro {
        padding: 50px 0;
    }

    .renovation-intro .text {
        line-height: 160%;
    }

    .renovation-example-list {
        display: block;
    }

    .renovation-example-list li {
        margin-bottom: 15px;
    }

    .renovation-example-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .renovation-example-list li a .ofimg {
        width: 40%;
    }

    .renovation-example-list li a h3 {
        width: 55%;
    }
}

/* ##### renovation end ##### */

/* ##### research ##### */
.research-intro .text {
    width: 700px;
    max-width: 100%;
    margin: auto;
    font-size: 18px;
    line-height: 200%;
    text-align: center;
}

.survey-box {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8fbe7;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.survey-box .leaf-heading {
    color: transparent;
    width: 330px;
    margin: 0;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .survey-box .leaf-heading {
        text-shadow:
            black 1px 1px 2px,
            black -1px 1px 2px,
            black 1px -1px 2px,
            black -1px -1px 2px;
        color: #fff;
    }
}

.survey-box .leaf-heading:after {
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.survey-box .leaf-heading .leaf-point:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #000;
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 50%;
    right: 50%;
}

.survey-list li:last-of-type .leaf-heading .leaf-point:after {
    display: none;
}

.survey-box li {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 80px;
}

.survey-box .survey-list li:last-of-type {
    padding-bottom: 0;
}

.survey-box li .survey-dl {
    width: calc(100% - 360px);
}

.survey-box li .survey-dl dt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 下のnth-childはautoprefixerで自動生成なので注意 */
.ground-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 50px;
    margin: 30px 0;
}

.ground-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.ground-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ground-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.outer-report-box .rev:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.outer-report-box .rev:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.outer-report-box .rev-box-inner-text,
.outer-report-box .rev-box-inner-img {
    width: 45%;
}

.appli-box .bnr-more-btn {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .research-intro .text {
        font-size: 16px;
        line-height: 180%;
        text-align: left;
    }

    .survey-box .leaf-heading {
        width: 220px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 60px;
    }

    .survey-box li .survey-dl {
        width: calc(100% - 220px);
    }

    .ground-list {
        gap: 15px;
    }

    .outer-report-box .rev-box-inner-text,
    .outer-report-box .rev-box-inner-img {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .research-intro .text {
        line-height: 160%;
    }

    .survey-box li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .survey-box li .survey-dl {
        width: 100%;
    }

    .survey-box .leaf-heading {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
        padding-bottom: 0;
    }

    .survey-box .leaf-heading:after {
        position: static;
    }

    .survey-box .leaf-heading .leaf-point:after {
        display: none;
    }

    .survey-box .survey-list li {
        position: relative;
    }

    .survey-box .survey-list li:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 60px;
        background-color: #000;
        position: absolute;
        bottom: 20px;
        left: 50%;
        right: 50%;
    }

    .survey-box .survey-list li:last-of-type:after {
        display: none;
    }

    .ground-list {
        display: block;
    }

    .ground-list li {
        width: 80%;
        margin: 0 auto 50px auto;
    }

    .outer-report-box .rev-box-inner-text {
        width: 100%;
    }

    .outer-report-box .rev-box-inner-img {
        width: 80%;
    }

    .appli-box .bnr-more-btn a {
        font-size: 15px;
    }
}

/* ##### research end ##### */

/* ##### example ##### */
/* 下のnth-childはautoprefixerで自動生成なので注意 */
.example-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 50px 30px;
    margin: 100px 0;
}

.example-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.example-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.example-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.example-list li a {
    display: block;
}

.example-list[data-element-id] {
    display: block;
}

.example-list[data-element-id] div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.example-list[data-element-id] div li {
    width: calc(100% / 3 - 4%);
    margin: 2%;
}

.example-list .example-list-heading {
    width: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
    /* display: block;
    overflow: hidden;
    white-space: nowrap; */
    text-overflow: ellipsis;
    margin: 20px 0 10px 0;
}

.example-list .example-list-date {
    color: #a9a9a9;
    text-align: center;
}

@media (max-width: 1024px) {

    /* 下のnth-childはautoprefixerで自動生成なので注意 */
    .example-list {
        gap: 30px 8px;
        margin: 50px 0;
    }

    .example-list .example-list-heading {
        font-size: 18px;
        margin: 10px 0 5px 0;
    }
}

@media (max-width: 599px) {
    .example-list {
        display: block;
    }

    .example-list li {
        margin-bottom: 15px;
    }

    .example-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .example-list li a .ofimg {
        width: 40%;
    }

    .example-list li a .example-info {
        width: 55%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* ##### example end ##### */

/* ##### example-detail ##### */
.example-detail-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #000;
}

.example-detail-date {
    color: #a9a9a9;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.example-detail-box .text,
.example-detail-img {
    width: 750px;
    max-width: 100%;
    margin: 50px auto;
}

/* 下のnth-childはautoprefixerで自動生成なので注意 */
.thumbs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0 20px;
    margin: 20px 0;
}

.thumbs>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.thumbs>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.thumbs>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.thumbs li {
    border: 2px solid #fff;
}

.thumbs li.active-img {
    border: 2px solid #a9a9a9;
}

.thumbs li:hover {
    cursor: pointer;
}

.example-recommend .recommend-list .recommend-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

@media (max-width: 1024px) {
    .thumbs {
        gap: 0 10px;
        margin: 10px 0;
    }
}

@media (max-width: 599px) {
    .thumbs {
        gap: 0 2px;
        margin: 2px 0;
    }

    .example-recommend .recommend-list .recommend-heading {
        text-align: left;
    }
}

/* ##### example-detail end ##### */

/* ##### blog ##### */
/* 下のnth-childはautoprefixerで自動生成なので注意 */
.blog .cc-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 50px 1fr 50px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 50px 30px;
}

.blog .cc-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog .cc-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog .cc-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.blog .cc-list>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.blog .cc-list>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.blog .cc-list>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.blog .cc-list>*:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.blog .cc-list>*:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.blog .cc-list>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.blog .cc-list[data-element-id] {
    display: block;
}

.blog .cc-list[data-element-id] div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog .cc-list[data-element-id] div li {
    width: calc(100% / 3 - 4%);
    margin: 2%;
}

.blog .cc-list li {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.blog .cc-list li a {
    display: block;
}

.blog .cc-list li .blog-title {
    margin-top: 5px;
}

.blog .cc-list li .blog-title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
    width: calc(100% - 10px);
    margin: 5px;
}

.blog-info p {
    color: #a9a9a9;
    text-align: center;
}

/* 下のnth-childはautoprefixerで自動生成なので注意 */
.blog-detail .recommend-list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
}

.blog-detail .recommend-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-detail .recommend-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-detail .recommend-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.blog-detail .recommend-list>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.blog-detail .recommend-list[data-element-id] div li {
    width: calc(100% / 4 - 4%);
}

.blog-detail .recommend-list li a .recommend-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.recommend-category {
    font-size: 13px;
    text-align: center;
    color: #a9a9a9;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .blog .cc-list {
        gap: 30px 10px;
    }

    .blog .cc-list li .blog-title {
        font-size: 14px;
    }

    .blog-info p {
        font-size: 10px;
    }

    .blog-detail .recommend-list li a .recommend-heading {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 599px) {
    .blog .cc-list {
        display: block;
    }

    .blog .cc-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .blog .cc-list .ofimg {
        width: 40%;
    }

    .blog .cc-list .blog-info {
        width: 57%;
    }

    .recommend-category {
        margin-top: 0;
    }

    .blog-detail .recommend-list li a .recommend-heading {
        width: 100%;
    }

    .blog-detail .recommend-list li a .blog-recommend-info {
        width: 58%;
    }
}

/* ##### blog end ##### */

/* ##### faq ##### */
.faq-list {
    margin-bottom: 80px;
}

.faq-list dt,
.faq-list dd {
    position: relative;
}

.faq-list dt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
}

.faq-list dd {
    background-color: #f8fbe7;
    margin-left: 70px;
    padding: 30px 15px 30px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.faq-list dt:before,
.faq-list dd:before {
    content: 'Q';
    display: inline-block;
    width: 45px;
    height: 65px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    margin: 0 10px;
}

.faq-list dt:before {
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.faq-list dd:before {
    content: 'A';
    position: absolute;
    top: 30px;
    left: 15px;
}

.faq-list dt:after,
.faq-list dd:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #000;
    position: absolute;
}

.faq-list dt:after {
    top: 0;
    left: 10px;
}

.faq-list dd:after {
    width: 45px;
    top: 45px;
    left: -15px;
}

.faq-list dd a {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .faq-list {
        margin-bottom: 50px;
    }
}

@media (max-width: 599px) {
    .faq-list dt {
        line-height: 160%;
        padding-top: 10px;
        padding-left: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .faq-list dd {
        margin-left: 0;
        padding: 15px 10px 15px 50px;
    }

    .faq-list dt:before,
    .faq-list dd:before {
        font-size: 30px;
        width: 30px;
        height: 30px;
    }

    .faq-list dt:before {
        padding-top: 5px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .faq-list dd:before {
        top: 20px;
        left: 0px;
    }

    .faq-list dt:after,
    .faq-list dd:after {
        width: 30px;
    }

    .faq-list dd:after {
        top: 30px;
        left: -20px;
    }
}

/* ##### faq end ##### */

/* ##### privacy-policy ##### */
.privacy-policy .privacy-policy-box .heading {
    font-size: 20px;
}

.privacy-policy .privacy-policy-box {
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .privacy-policy .privacy-policy-box {
        padding: 35px 35px 55px 35px;
    }
}

@media (max-width: 599px) {
    .privacy-policy .privacy-policy-box {
        padding: 20px 20px 55px 20px;
    }
}

/* ##### privacy-policy end ##### */

/* ##### recruit ##### */
.recruit-intro {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit-intro-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5% 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 5% 1fr;
    grid-template-rows: 1fr 1fr;
        grid-template-areas:
        "left-top right-top"
        "left-top right-bottom";
    gap: 5%;
}

.recruit-intro-img .left-top {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: left-top;
}

.recruit-intro-img .right-top {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: right-top;
}

.recruit-intro-img .right-bottom {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: right-bottom;
}

/* 下のnth-childはautoprefixerで自動生成なので注意 */
.recruit-strength-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 50px;
}

.recruit-strength-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.recruit-strength-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.recruit-strength-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.recruit-strength-list li .num-heading {
    padding-left: 60px;
}

.recruit-strength-list li .num-heading:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    font-size: 45px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
}

.recruit-strength-list li .text {
    font-weight: bold;
}

.recruit-message-box .heading {
    font-size: 45px;
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: 0;
}

.recruit-message-box .heading:before {
    position: absolute;
    top: 100%;
    bottom: 0;
    margin-top: 25px;
    margin-bottom: 0;
}

.recruit-message-box .text {
    width: 750px;
    max-width: 100%;
    margin: auto;
}

/* 下のnth-childはautoprefixerで自動生成なので注意 */
.recruit-step-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 50px;
}

.recruit-step-list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}


.recruit-step-list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}


.recruit-step-list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.recruit-step-box {
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8fbe7;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.recruit-step-box .leaf-heading {
    color: transparent;
}

.recruit-step-box .step-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.recruit-point-box {
    width: 700px;
    max-width: 100%;
    margin: auto;
}

.point-list {
    border-bottom: 1px dotted #000;
}

.point-list dt {
    font-weight: 500;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 15px 10px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.point-list dd {
    width: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .recruit-strength-list li .num-heading:before {
        text-shadow:
            black 1px 1px 2px,
            black -1px 1px 2px,
            black 1px -1px 2px,
            black -1px -1px 2px;
    }

    .recruit-step-box .leaf-heading {
        color: #fff;
    }
}

@media (max-width: 1024px) {

    .recruit-intro-text,
    .recruit-intro-img {
        width: 70%;
    }

    .recruit-intro-img {
        margin-top: -15%;
        margin-left: auto;
        z-index: -1;
    }

    .recruit-intro-text {
        text-shadow:
            white 2px 0px 2px,
            white -2px 0px 2px,
            white 0px -2px 2px,
            white -2px 0px 2px,
            white 2px 2px 2px,
            white -2px 2px 2px,
            white 2px -2px 2px,
            white -2px -2px 2px,
            white 1px 2px 2px,
            white -1px 2px 2px,
            white 1px -2px 2px,
            white -1px -2px 2px,
            white 2px 1px 2px,
            white -2px 1px 2px,
            white 2px -1px 2px,
            white -2px -1px 2px,
            white 1px 1px 2px,
            white -1px 1px 2px,
            white 1px -1px 2px,
            white -1px -1px 2px;
    }

    .recruit-strength-list {
        gap: 15px;
    }

    .recruit-strength-list li .num-heading {
        padding-left: 45px;
    }

    .recruit-strength-list li .num-heading:before {
        font-size: 35px;
    }

    .recruit-strength-list li .text {
        font-size: 14px;
        line-height: 140%;
    }

    .recruit-step-list {
        gap: 10px;
    }

    .recruit-step-box .step-title {
        font-size: 16px;
        line-height: 140%;
    }

    .recruit-step-box .text {
        font-size: 14px;
    }
}

@media (max-width: 599px) {

    .recruit-intro-text,
    .recruit-intro-img {
        width: 100%;
    }

    .recruit-intro-img {
        margin-top: 0;
        margin-left: 0;
        z-index: 0;
    }

    .recruit-strength-list {
        display: block;
    }

    .recruit-strength-list li {
        margin-bottom: 30px;
    }

    .recruit-strength-list li .ofimg {
        width: 80%;
        margin: auto;
    }

    .recruit-step-list {
        display: block;
    }

    .recruit-step-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .recruit-step-list li .leaf-heading {
        width: 30%;
    }

    .recruit-step-list li .step-box {
        width: 65%;
    }

    .point-list {
        margin-bottom: 30px;
    }

    .point-list dt {
        width: 100%;
        padding: 10px 10px 5px 10px;
    }

    .point-list dd {
        padding: 5px 10px 10px 10px;
    }
}

/* ##### recruit end ##### */

/* ##### contact ##### */
.contact-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    -webkit-text-stroke: initial;
}

.contact-heading .leaf-point {
    margin-bottom: 15px;
}

.contact-heading:after {
    margin-top: 15px;
}

.contact-intro {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-intro-bk-box .bk-img {
    width: 100%;
    height: 100%;
}

.contact-intro-bk-box .bk-img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center left;
    object-position: center left;
    font-family: 'object-fit: contain; object-position: center left;';
}

.contact-intro .bk-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), color-stop(52%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ffffff', GradientType=1);
}

.contact-intro-num {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    text-align: center;
}

.contact-intro-num .tel a {
    display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 50px;
    font-weight: bold;
    -webkit-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    margin-top: 50px;
    position: relative;
}

.contact-intro-num .tel a:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/import/tenant_1/133.167.95.139/html/images/common/icon-tel.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 30px;
}

.form-box {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8fbe7;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.input-box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
}

.input-box span input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.input-box span input:focus {
    outline: none;
}

@media (max-width: 1024px) {
    .contact-intro .bk-img:after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), color-stop(70%, rgba(255, 255, 255, 0.96)), color-stop(73%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
        background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.96) 70%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ffffff', GradientType=1);
    }

    .form-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact .contact-item dd.input-box {
        display: -ms-grid;
        display: grid;
    }

    .contact .contact-item dd span {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .contact-intro-num .tel a {
        font-size: 34px;
        line-height: 140%;
        -webkit-transform: skew(-5deg, 0deg);
        transform: skew(-5deg, 0deg);
        margin-top: 20px;
    }

    .contact-intro-num .tel a:before {
        width: 40px;
        height: 40px;
    }

    .contact-heading {
        font-size: 26px;
    }

    .contact-intro-bk-box .bk-img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center left;
        object-position: center left;
        font-family: 'object-fit: cover; object-position: center left;';
    }
}

/* ##### contact end ##### */

.daihyou{
  width: 50%; 
  padding-left: 70px;
}
@media (max-width: 599px) {
  .daihyou{
  width: 100%; 
 padding: 5px;
}
}
