@charset "utf-8";

/* common */
#wrapper {
    max-width: 100%;
    min-width: 320px;
    overflow: hidden;
}

#main {
    overflow: hidden;
    background: #eaeced;
}

.subtit {
    position: relative;
    margin-bottom: -90px;
}

.subtit+div {
    position: relative;
    z-index: 1;
}

.subtit .pic img {
    width: 100%;
    height: auto;
}

.subtit h2 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 72px;
    font-weight: 200;
    text-align: center;
    line-height: 120%;
    padding: 0 2.5%;
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.lower-page .subtit h2 {
    color: #343f50;
    text-shadow: 
        white 1px 1px 0, white -1px -1px 0,
        white -1px 1px 0, white 1px -1px 0,
        white 0px 1px 0, white  0-1px 0,
        white -1px 0 0, white 1px 0 0;
}

.subtit h2 .n {
    display: block;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    line-height: 110%;
    font-weight: normal;
}

/* .black-box {
    background-color: #25282e;
} */

.white-block {
    width: 95%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.w12i {
    max-width: 1200px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin: 0 auto;
}

.pnav {
    padding: 30px 0 35px 0;
}

.pnav li {
    display: inline-block !important;
}

.pnav li+li:before {
    content: url(/import/tenant_1/160.16.199.117/html/images/bt_icon_black.png);
    display: inline-block !important;
    margin: 0 0.5em;
}

.h3s {
    font-size: 42px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    line-height: 140%;
    position: relative;

}

.h3s .n {
    font-weight: normal;
    font-size: 16px;
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    line-height: 120%;
}

.h3s .w {
    position: relative;
    display: inline-block !important;
    padding: 0 0 10px 0;
}

.h3s .w:before {
    content: "";
    width: 10000%;
    margin-left: -9900%;
    height: 1px;
    background: #4D5766;
    position: absolute;
    bottom: 0;
    left: 0;
}

#header #gnav p.gb {
    display: none;
}

.h3h {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 16px;
    font-weight: normal;
}

.h3h strong {
    display: block;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 3px;
}

.h3h .ja {
    display: block;
    font-weight: 100;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 3px;
}

html {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

.raleway {
    font-family: 'Raleway', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

.logo {
    width: 80%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.lower-page .logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.map:after {
    padding-top: 20%;
}

.underline {
    text-decoration: underline;
}

.bgc-blue {
    background-color: rgba(185 180 86 / 20%);
}

.bgc-deep-blue {
    background-color: rgba(86, 160, 185, 0.5);
}

[class*="filter"] {
    position: relative;
}

.filter-black::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.filter-white::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.filter-blue::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(86, 160, 185, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bkimg-parent {
    overflow: hidden;
    position: relative;
}

.bkimg-parent .bkimg {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.white-box {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.6);
}

.check-list li {
    font-size: 18px;
    background: url(/import/tenant_1/160.16.199.117/html/images/top/icon_01.png) 0 0 no-repeat;
    padding: 5px 0 20px 40px;
    color: #fff;
}

.pager ul li a,
.pager ul li .now {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.pager ul li .now,
.pager ul li a:hover {
    border: 1px solid #2C2F4F;
    background-color: #2C2F4F;
}

@media (max-width: 1024px) {
    #main {
        padding-top: 0 !important;
    }

    .subtit {
        margin-bottom: -30px;
    }

    .subtit h2 {
        font-size: 40px;
    }

    .subtit h2 .n {
        font-size: 14px;
    }

    .h3s {
        font-size: 24px;
    }

    .h3s .n {
        font-size: 14px;
    }

    .h3h {
        font-size: 14px;
    }

    .h3h .ja {
        font-size: 34px;
    }

    .h3h .map:after {
        padding-top: 40%;
    }

    .h3h strong {
        font-size: 30px;
    }

    strong {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .subtit h2 {
        font-size: 30px;
    }

    .h3h .ja {
        font-size: 24px;
    }

    .map:after {
        padding-top: 80%;
    }

    .pager ul li a,
    .pager ul li .now {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 20px;
    }
}

/* btn */
.btn {
    width: 200px;
    max-width: 90%;
    height: 45px;
}

.btn-wide {
    width: 300px;
    max-width: 90%;
}

.btn-mini {
    width: 200px;
    height: 35px;
    max-width: 90%;
}

.btn a,
.btn button {
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 30px 10px 10px;
    border: 1px solid #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.btn-mini a,
.btn-mini button {
    padding: 5px 25px 5px 5px;
}

.btn-back a,
.btn-back button {
    padding: 10px 10px 10px 30px;
}

.btn a::after,
.bnt button::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.btn-back a::after,
.btn-back button::after {
    content: "\f104";
    left: 10px;
    right: auto;
}

.btn a:hover,
.btn button:hover {
    opacity: 1;
    background-color: #000;
    color: #fff;
}

.btn-transparent a,
.btn-transparent button {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-transparent a:hover,
.btn-transparent button:hover {
    background-color: #fff;
    color: #000;
}

.btn-black a,
.btn-black button {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
}

.btn-black a:hover,
.btn-black button:hover {
    background-color: #fff;
    color: #333;
}

/* header */
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 7;
}

.scrolled .lower-page #header {
    -webkit-box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
}

#header .inner {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 98%;
}

#header h1 {
    width: 15%;
}

.home-head .slide img {
    width: 100%;
}

.home-head {
    position: relative;
}

.home-head .tit {
    width: 350px;
    max-width: 95%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.home-head .tit h1 {
    font-size: 72px;
    color: #fff;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
}

.home-head .tit .tit-sub {
    font-size: 17px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #fff;
}

.home-head dl {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.home-head dl dt {
    display: inline-block !important;
    vertical-align: middle;
}

.home-head dl dd {
    display: inline-block !important;
    width: 180px;
    padding: 0 0 0 5px;
}

.home-head dl dd a {
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    padding: 8px 0;
}

.home-head dl dd a img {
    vertical-align: middle;
    margin-left: 0.5em;
}

.home-head dl dt {
    font-size: 29px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.home-head dl dt a {
    color: #fff;
}

.home-head dl dt .s {
    font-size: 19px;
}

.home #main {
    background: none;
}

.main-visual .uk-slideshow::after {
    padding-top: 50%;
}

.main-visual-image-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.main-visual-image-wrap ul li .list-inner {
    border: 2px solid #c19910;
}

.main-visual-image-wrap ul.b-type li .list-inner {
    border: 2px solid #10a7c1;
}

.lower-visual .lower-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.lower-visual .lower-image::after {
    content: '';
    display: block;
    padding-top: 40%;
}

@media (max-width: 1024px) {
    #header {
        position: relative;
        background: none;
    }

    .main-visual .uk-slideshow::after {
        padding-top: 70%;
    }

    .home-head dl dd {
        display: none !important;
    }

    .home-head dl {
        right: 60px;
        top: 13px;
    }

    .home-head dl dt {
        font-size: 24px;
    }

    .home-head dl dt .s {
        font-size: 14px;
    }

    .home-head .tit {
        width: 300px;
    }

    .home-head .tit .tit-sub {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .home-head .tit {
        width: 60%;
    }

    .home-head dl dt {
        font-size: 20px;
    }

    .main-visual .uk-slideshow::after {
        padding-top: calc(82vh - 40px);
    }

    .lower-visual .lower-image::after {
        padding-top: 80%;
    }
}

/* loading */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes drop {
    0% {
        bottom: 0px;
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        bottom: -200px;
    }
}

@keyframes drop {
    0% {
        bottom: 0px;
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        bottom: -70vh;
    }
}

@-webkit-keyframes wave {
    0% {
        background-position: 0 160px;
        background-size: 170px 300px;
    }

    100% {
        background-position: 500px -18px;
        background-size: 250px 150px;
    }
}

@keyframes wave {
    0% {
        background-position: 0 160px;
        background-size: 170px 300px;
    }

    100% {
        background-position: 500px -18px;
        background-size: 250px 150px;
    }
}

.loader {
    width: 120px;
    height: 120px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 120px;
    font-family: sans-serif;
    color: #ffffff;
    font-size: 16px;
    z-index: 8;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.fixed .loader,
.scrolled .loader {
    height: 63px;
}

.loader+svg {
    position: fixed;
    top: 0;
    left: 0;
}

.loader span {
    z-index: 3;
}

.loader-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent repeat-x 0 100px/150px 300px url('data:image/png;base64,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');
    z-index: 2;
    -webkit-animation: wave 1s ease-out forwards;
    animation: wave 1s ease-out forwards;
}

.drops {
    -webkit-filter: url('#liquid');
    filter: url('#liquid');
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-animation: fade-in .1s linear .4s forwards;
    animation: fade-in .1s linear .4s forwards;
}

.drop1,
.drop2 {
    width: 21px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #10a7c1
}

.drop1 {
    width: 90px;
    height: 16px;
    bottom: 2px;
    border-radius: 0;
}

.drop2 {
    -webkit-animation: drop 1.3s cubic-bezier(1, .19, .66, .12) .5s infinite;
    animation: drop 1.3s cubic-bezier(1, .19, .66, .12) .5s infinite;
}

@media (max-width: 1024px) {
    .loader {
        width: 100px;
        height: 60px;
        font-size: 13px;
        z-index: 5;
    }

    .fixed .loader,
    .scrolled .loader {
        height: 60px;
    }
}

/* nav */
.nav-logo,
.sp-only {
    display: none;
}

#gnav .in .fixed-bnr {
    display: block;
    width: 200px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 2;
}

#gnav .in .fixed-bnr a {
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: rgba(86, 160, 185, 0.8);

}

#gnav .fixed-bnr a img {
    vertical-align: middle;
    margin-right: 0.5em;
}

.mnav {
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 0;
}

.mnav li {
    margin: 1% 1.5%;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

#gnav {
    width: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 7;
}

#gnav.fixed {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    left: 0;
}

#gnav .mnav {
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
    padding: 18px 0;
    justify-content: space-around;
}

#gnav .mnav li {
    font-weight: 700;
    font-size: 16px;
}

#gnav .mnav li a {
    /* font-family: 'Raleway', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif; */
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

@media (max-width: 1024px) {
    #gnav {
        width: 65%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 30px 50px;
        background-color: rgba(86, 160, 185, 0.8);
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 7;
    }

    .nav-logo,
    .sp-only {
        display: block;
    }

    .nav-logo {
        width: 90%;
        margin: 15px auto;
    }

    .nav-logo h2 {
        width: 50%;
        margin: 0 auto 5px auto;
    }

    .nav-logo .tit-sub {
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

    .nav-logo .tit-sub br {
        display: none;
    }

    #gnav .in {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #gnav.fixed {
        background-color: rgba(86, 160, 185, 0.8);
        -webkit-box-shadow: none;
        box-shadow: none;
        left: auto;
        right: 0;
    }

    .active #gnav {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #gnav .mnav {
        height: 100%;
        display: block;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-left: 20px;
    }

    #gnav .mnav li {
        width: 100%;
        margin: 0;
    }

    #gnav .mnav li+li {
        margin-top: 15px;
    }

    #gnav .mnav li a {
        color: #fff;
    }

    #gnav .in .fixed-bnr {
        display: none;
    }
}

@media (max-width: 599px) {
    #gnav {
        width: 80%;
    }

    .nav-logo h2 {
        width: 70%;
    }

    .nav-logo .tit-sub br {
        display: block;
    }
}

/* footer */
.footer-fixed-bnr {
    display: none;
    width: 600px;
    max-width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.footer-fixed-bnr-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #002424;
}

.footer-fixed-bnr-list li.fixed-tel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-fixed-bnr-list .bnr-btn {
    width: 10%;
    margin: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-fixed-bnr-list li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.footer-fixed-bnr-list li .tel a {
    font-size: 18px;
    font-weight: bold;
    background-color: #002424;
    padding: 5px;
}

.footer-fixed-bnr-list li.bnr-btn a {
    background-color: #538a9c;
}

.footer-inner .white-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.footer-inner .tel-item a {
    font-family: "Georgia", 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: normal;
    font-size: 32px;
}

.footer-info-list dt,
.footer-info-list dd {
    font-weight: bold;
    padding: 2px 7px;
}

.footer-info-list dt {
    color: #fff;
    text-align: center;
    background-color: #76756d;
}

.copy {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(86, 160, 185, 0.8);
    z-index: 1;
    position: relative;
}

@media (max-width: 1024px) {
    .footer-fixed-bnr {
        display: block;
    }

    .footer-inner .tel-item a {
        font-size: 30px;
    }

    .copy {
        padding-bottom: 60px;
    }
}

@media (max-width: 599px) {
    .footer-fixed-bnr {
        height: 70px;
    }

    .footer-fixed-bnr-list {
        padding-top: 5px;
        padding-bottom: 10px;
        -webkit-box-shadow: 0 0 10px -7px #000;
        box-shadow: 0 0 10px -7px #000;
    }

    .footer-fixed-bnr-list li {
        margin: 3px;
    }

    .footer-fixed-bnr-list li .tel a {
        font-size: 14px;
    }

    .footer-fixed-bnr-list li a {
        font-size: 12px;
    }

    .footer-inner .tel-item a {
        font-size: 26px;
    }

    .copy {
        padding-bottom: 75px;
    }
}

/* home */
.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #999999;
}

.news-list dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.news-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
}

.home-feature .in {
    margin-left: auto;
    z-index: 1;
}

.home-feature .w10 p {
    text-align: left;
    color: #fff;
    padding: 0 0 20px 0;
}

.slick-slider .slick-slide {
    margin: 0 10px;
}

.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    text-indent: -999rem;
    background-color: transparent;
    border: none;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick-slider .slick-arrow:focus {
    outline: none;
}

.slick-slider .slick-arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/import/tenant_1/160.16.199.117/html/images/top/slide_left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-slider .slick-prev {
    left: 0;
    -webkit-transform: translate(-105%, -50%);
    transform: translate(-105%, -50%);
}

.slick-slider .slick-next {
    right: 0;
    -webkit-transform: translate(105%, -50%);
    transform: translate(105%, -50%);
}

.slick-slider .slick-next::before {
    background-image: url(/import/tenant_1/160.16.199.117/html/images/top/slide_right.png);
}

.home-bnr ul li a {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.home-bnr ul li a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    bottom: 13px;
    right: 13px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6);
    z-index: 2;
}

.home-bnr ul li a .home-bnr-title-box {
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 30px 30px 30px calc(10% + 30px);
    background-color: rgba(86, 160, 185, 0.5);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
    position: absolute;
    top: 0;
    left: -10%;
    z-index: 1;
}

.home-bnr ul li a .home-bnr-title-box-inner {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    color: #fff;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}

.home-bnr-title {
    padding-right: 30px;
    position: relative;
}

.home-bnr-title::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.home-service-bottom-list li .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.home-service-bottom-list li .list-inner .icon {
    width: 70px;
}

.home-blog dt .d {
    display: block;
    font-weight: bold;
}

.icon-insta strong::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .slick-slide-wrap {
        padding: 0 30px;
    }

    .home-bnr ul li a .home-bnr-title-box {
        width: 70%;
        padding: 20px 20px 20px calc(10% + 20px);
    }

    .home-bnr ul li a .home-bnr-title-box-inner {
        font-size: 20px;
    }

    .home-blog ul li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .home-blog ul li dl dd {
        width: 30%;
    }

    .home-blog ul li dl dt {
        width: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 599px) {
    .insta-list li:nth-last-of-type(1) {
        display: none;
    }

    .home-bnr ul li a .home-bnr-title-box {
        width: 80%;
    }

    .home-bnr ul li a .home-bnr-title-box-inner {
        font-size: 18px;
    }

    .insta-list li {
        padding: 2px;
    }
}

/* bath */
.bath2 .box h3 {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
}

.bath2 .box h4 {
    font-size: 20px;
    color: #343F50;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .bath2 .box h3 {
        font-size: 20px;
    }

    .bath2 .box h4 {
        font-size: 18px;
    }

    .bath1 h4 {
        font-size: 18px;
    }
}

/* company */
.company1 .tbox h3 {
    margin-bottom: 55px;
}

.company1 .tbox dt {
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.company1 .tbox dd {
    padding: 0 0 0 175px;
    font-size: 16px;
    color: #999;
}

.company1 .tbox dd a {
    color: #999;
}

.company1 .tbox dl {
    padding-bottom: 20px;
}

.company2 .w12i {
    padding-top: 70px;
}

.company2 h3 {
    margin-bottom: 15px;
}

.company2 h3+p {
    color: #999999;
    padding: 0 0 70px 0;
}

.company2 li {
    width: 30.33%;
    margin: 0 4.5% 20px 0;
}

.company2 li:nth-child(3n+3) {
    margin-right: 0;
}

.company2 .box {
    padding-bottom: 60px;
}

.company3 h3+p {
    color: #999999;
    padding: 0 0 70px 0;
}

.company3 .w12i {
    padding-top: 70px;
}

.company3 h3 {
    margin-bottom: 15px;
}

.company3 {
    margin-bottom: 0;
}

.company3+#map {
    width: 100%;
    height: 350px;
}

#main.company {
    padding-bottom: 0;
}

@media (max-width: 1024px) {
    .company1 .tbox dt {
        font-size: 16px;
    }

    .company1 .tbox dd {
        font-size: 14px;
        padding-left: 110px;
    }
}

@media (max-width: 599px) {
    .company2 li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .company1 .tbox dt {
        float: none;
    }

    .company1 .tbox dd {
        padding-left: 0;
    }
}

/* recruit */
.rec1 .w10i {
    max-width: 1000px;
    margin: 0 auto;
}

.rec1 h3 {
    margin-bottom: 75px;
}

.rec1 h4 {
    font-size: 28px;
    color: #999;
    font-weight: normal;
    padding: 0 0 20px 30px;
}

.rec1 h4 .n {
    font-size: 50px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    padding-right: 0.5em;
}

.rec1 .box {
    border: 1px solid #343f50;
    padding-bottom: 20px;
}

.rec1 h4 {
    margin-top: -40px;
}

.rec1 h4 .w {
    background: #fff;
    display: inline-block !important;
    position: relative;
    z-index: 1;
    padding: 0 1em;
}

.rec1 .box p {
    padding: 0 1.5em 20px 5%;
    color: #999;
}

.rec2 .left {
    float: left;
    width: 24.16%;
}

.rec2 .tbox {
    float: right;
    width: 69.16%;
}

.rec2 .tbox .box {
    border: 1px solid #343f50;
    margin-bottom: 75px;
    padding-bottom: 20px;
}

.rec2 .tbox .box h4 {
    font-size: 28px;
    color: #999;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin-top: -30px;
}

.rec2 .tbox .box h4 .n {
    font-size: 50px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    padding-right: 0.5em;
}

.rec2 .tbox .box h4 .w {
    background: #fff;
    display: inline-block !important;
    position: relative;
    z-index: 1;
    padding: 0 1em 0 0;
    margin-left: -0.5em;
}

.rec2 .tbox .box p {
    padding: 0 1.5em 20px 5%;
    color: #999;
}

.rec2 .more {
    text-align: center;
}

.rec2 .more a {
    width: 100%;
    max-width: 755px;
    background: #EAECED;
    color: #2C2F4F;
    font-size: 16px;
    display: inline-block !important;
    padding: 35px 0;
    border-radius: 20px;
}

.rec2 {
    padding-bottom: 160px;
}

.rec2 .left dt {
    text-align: center;
    color: #999999;
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.rec2 .left dt .p {
    display: block;
    font-size: 14px;
}

@media (max-width: 1024px) {

    .rec1 h4 .n,
    .rec2 .tbox .box h4 .n {
        font-size: 30px;
    }

    .rec1 h4,
    .rec2 .tbox .box h4 {
        font-size: 18px;
        margin-top: -25px;
    }
}

@media (max-width: 599px) {
    .rec2 .left {
        float: none;
        width: auto;
    }

    .rec2 .left dd {
        text-align: center;
    }

    .rec2 .tbox {
        width: auto;
        float: none;
        padding-top: 50px;
    }

    .rec2 .tbox .box h4 .n {
        display: block;
    }

    .rec2 .tbox .box h4 {
        margin-top: -40px;
    }
}

.w12 {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

.rec3 {
    padding: 70px 0 60px 0;
}

.rec3 h3 {
    margin-bottom: 70px;
}

.rec3 .box div.clearfix {
    float: right;
    width: 79.58%;
}

.rec3 .time {
    float: left;
    width: 20.41%;
    position: relative;
    z-index: 1;
}

.rec3 .time .t {
    width: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 143px;
    border: #808080 1px solid;
    background: #fff;
    text-align: center;
    display: inline-block !important;
    color: #999;
    padding: 5px 0;
}

.rec3 .pic {
    float: right;
    width: 29.47%;
    padding: 0 0 20px 0;
}

.rec3 .tbox {
    width: 67.36%;
    float: left;
}

.rec3 .tbox h4 {
    font-size: 18px;
    color: #2C2F4F;
    padding: 0 0 25px 0;
}

.rec3 .tbox p {
    padding: 0 0 20px 0;
    color: #999;
}

.rec3 .box {
    padding-bottom: 80px;
    position: relative;
}

.rec3 .box:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #2C2F4F;
    position: absolute;
    top: 0;
    left: 5.83%;
}

.rec3 .box:last-child:before {
    display: none;
}

.rec3 .box+.box div.clearfix:before {
    content: url(#);
    top: -70px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .rec3 .tbox h4 {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .rec3 .box div.clearfix {
        width: 78%;
    }

    .rec3 .pic {
        float: none;
        width: auto;
        text-align: center;
    }

    .rec3 .tbox {
        width: auto;
        float: none;
    }
}

.rec4 .w12i {
    padding-top: 70px;
}

.rec4 h3 {
    margin-bottom: 70px;
}

.rec4 .hyou {
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.rec4 .hyou dl {
    width: 13.04%;
    background: #A7BAC6;
    margin: 0 8.7% 0 0;
    min-height: 200px;
    position: relative;
}

.rec4 .hyou dt {
    font-size: 18px;
    color: #999;
    font-weight: bold;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 200%;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.rec4 .hyou dd {
    font-size: 18px;
    font-weight: bold;
    color: #999;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.rec4 .hyou dl:last-child {
    margin-right: 0;
}

.rec4 .hyou dl:nth-child(1) {
    margin-top: 405px;
}

.rec4 .hyou dl:nth-child(2) {
    margin-top: 305px;
    background: #7F91A0;
}

.rec4 .hyou dl:nth-child(3) {
    margin-top: 205px;
    background: #617487;
}

.rec4 .hyou dl:nth-child(4) {
    margin-top: 105px;
    background: #617487;
}

.rec4 .hyou dl:nth-child(5) {
    background: #343F50;
}

@media (max-width: 1024px) {
    .rec4 .hyou dt {
        font-size: 12px;
        line-height: 120%;
    }

    .rec4 .hyou dd {
        font-size: 12px;
    }

    .rec4 .hyou dl:last-child {
        margin-right: 0;
    }

    .rec4 .hyou dl:nth-child(1) {
        margin-top: 200px;
    }

    .rec4 .hyou dl:nth-child(2) {
        margin-top: 150px;
    }

    .rec4 .hyou dl:nth-child(3) {
        margin-top: 100px;
    }

    .rec4 .hyou dl:nth-child(4) {
        margin-top: 50px;
    }

    .rec4 .hyou dl {
        min-height: 100px;
    }

}

.rec4 .list {
    max-width: 830px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.rec4 .list .box {
    border: 1px solid #343f50;
    margin-bottom: 75px;
    padding-bottom: 20px;
}

.rec4 .list .box h4 {
    font-size: 40px;
    color: #999;
    font-weight: 100;
    padding: 0 0 20px 0;
    margin-top: -30px;
    font-family: 'Raleway', sans-serif;
}

.rec4 .list .box h4 .w {
    background: #fff;
    display: inline-block !important;
    position: relative;
    z-index: 1;
    padding: 0 1em 0 0;
    margin-left: -0.5em;
}

.rec4 .list .box h4 .n {

    font-size: 50px;
}

.rec4 .list .box p {
    padding: 0 1.5em 20px 5%;
    color: #999;
}

.rec5 h3 {
    font-size: 30px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
    margin-bottom: 25px;
}

.rec5 h3+p {
    color: #999;
    padding: 0 0 80px 0;
}

.rec5 {
    padding: 70px 0 0 0;
}

.rec5 dt {
    float: left;
    font-size: 15px;
}

.rec5 dd {
    font-size: 15px;
    padding: 0 0 0 276px;
    color: #999;
}

.rec5 dl {
    padding-bottom: 30px;
}

.rec5 {
    padding-bottom: 120px;
}

@media (max-width: 1024px) {
    .rec5 dd {
        padding-left: 150px;
    }

    .rec4 .list .box h4 {
        font-size: 30px;

    }

    .rec4 .list .box h4 .n {
        font-size: 40px;
    }
}

@media (max-width: 599px) {
    .rec4 .list .box h4 .w {
        margin-left: -5px;
    }

    .rec5 dt {
        float: none;
    }

    .rec5 dd {
        padding-left: 0;
    }
}

.rec6 .w12i {
    padding-top: 70px;
}

.rec6 h3 {
    margin-bottom: 80px;
}

.rec6 .box {
    width: 48.33%;
    margin: 0 3.34% 40px 0;
}

.rec6 .box .pic {
    float: right;
    width: 35.21%;
    padding: 0 0 20px 0;

}

.rec6 .box .tbox {
    width: 64.79%;
    float: left;
}

.rec6 .box .tbox p {
    letter-spacing: -0.5px;
    color: #999;
    padding: 0 0 20px 0;
}

.rec6 .box:nth-child(2n+2) {
    margin-right: 0;
}

.rec6 .box .pic .w {
    display: inline-block !important;
    margin-left: -56.51%;
}

.rec6 .box .tbox h4 {
    font-size: 26px;
    font-weight: 100;
    color: #999;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 25px;
}

.rec6 {
    padding-bottom: 100px;
}

@media (max-width: 1024px) {
    .rec6 .box .tbox h4 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .rec6 .box {
        float: none;
        width: auto;
    }
}

.rec7 .table {
    max-width: 880px;
    margin: 0 auto;
}

.rec7 {
    padding: 70px 0 90px 0;
}

.rec7 dt {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
}

.confirm .rec7 dt {
    padding-top: 0;
}

.rec7 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
}

.contact-item dd.radiobtn input {
    width: auto;
}

.rec7 dt .h {
    width: 66px;
    text-align: center;
    color: #fff;
    display: inline-block !important;
    background: #2C2F4F;
    margin-left: 1em;
}

.rec7 dd #ask {
    width: 100%;
    height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
}

.rec7 .table {
    padding-bottom: 10px;
}

.rec7 .formbtn li {
    text-align: center;
}

.rec7 .formbtn li button {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #2C2F4F;
    border: none;
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.rec7 .formbtn li button:hover {
    opacity: 0.6;
}

.formbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.formbtn li {
    width: 300px;
    margin: 1%;
}

@media (max-width: 1024px) {
    .rec7 dt {
        width: 38%;
    }

    .rec7 .formbtn li button {
        font-size: 16px;
        padding: 20px;
    }

    .formbtn li {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .rec7 dt {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .rec7 dd {
        margin-top: 10px;
        margin-left: 0;
    }
}

/* side */
.side-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.side-list dd {
    width: 48%;
    margin: 1%;
}

.side-list dt {
    width: 100%;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}

.side-list dd a {
    background: url(/import/tenant_1/160.16.199.117/html/images/bt_icon_black.png) 0 2px no-repeat;
    padding-left: 15px;
}

.single .postmeta li {
    display: inline-block !important;
    font-size: 19px;
    font-weight: 100;
    font-family: 'Raleway', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
}

.single .postmeta li+li:before {
    content: "/";
    display: inline-block !important;
    padding: 0 0.5em;
}

.single h3 {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 24px;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .single .postmeta li {
        font-size: 14px;
    }

    .single h3 {
        font-size: 20px;
    }
}

/* news */
.newslist {
    padding: 50px 0 30px 0;
}

.newslist .box {
    padding: 10px 0;
    border-bottom: 1px solid #C8C8C9;
}

.newslist dd .d {
    font-size: 15px;
    font-family: 'Raleway', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
}

.newslist dd .c {
    font-size: 15px;
    font-family: 'Raleway', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
}

.newslist dd .c:before {
    content: "/";
    display: inline-block !important;
    padding: 0 0.5em;
}

.newslist dt {
    font-size: 18px;
}

.newslist dt+dd {
    text-align: right;
}

@media (max-width: 1024px) {

    .newslist dd .d,
    .newslist dd .c {
        font-size: 14px;
    }

    .newslist dt {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .newslist .pic {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .newslist dl {
        width: 100%;
        margin-left: 0;
    }
}

/* blog */
.blog-info .date {
    font-family: 'Raleway', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 18px;
    font-weight: 2100;
}

.blog-info .category span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background-color: #2c2f4f;
}

.blog-info .category span+span {
    margin-left: 5px;
}

.blog-title {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .blog-info .date {
        font-size: 16px;
    }

    .blog-info .category span {
        font-size: 10px;
        padding: 1px 8px;
    }

    .blog-title {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .blog-thumbs a {
        height: 100%;
    }

    .blog-title {
        font-size: 14px;
    }
}

/* works */
.pagenav li {
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-size: 24px;
    font-weight: 100;
    padding: 0 40px 20px;
}

.pagenav li.st a {
    border-bottom: 1px solid #343F50;
    padding-bottom: 5px;
}

@media (max-width: 1024px) {
    .pagenav li {
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .works-list dl {
        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;
    }

    .works-list dl dd {
        width: 40%;
    }

    .works-list dl dt {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 10px;
    }
}

/* works detail */
.works-thumbs-list li img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.works-thumbs-list li img:hover {
    cursor: pointer;
    opacity: 0.8;
}

.works-thumbs-list li.active-img .list-inner {
    outline: 2px solid #a9a9a9;
}

.works_detail .parallel-cont h3 {
    font-size: 25px;
    font-weight: normal;
}

.works_detail .parallel-cont h3 .w {
    position: relative;
    display: inline-block !important;
    padding-bottom: 10px;
}

.works_detail .parallel-cont h3 .w:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #4d5766;
    margin-left: -205px;
    padding-left: 205px;
}

.works_detail .parallel-cont h4 {
    font-weight: normal;
}

.works_detail .parallel-cont .box1 .text {
    color: #999;
}

.works_detail .box2 h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.works_detail .box2 h4 strong {
    font-size: 20px;
    margin-right: 10px;
}

.works_detail .box2 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #a9a9a9;
}

.works_detail .box2 table tr+tr {
    border: 1px solid #a9a9a9;
}

.works_detail .box2 table tr th,
.works_detail .box2 table tr td {
    padding: 15px 10px;
}

.works_detail .box2 table tr th {
    width: 40%;
    background-color: #f5f5f5;
    border-right: 1px solid #a9a9a9;
    white-space: nowrap;
}

.works-category {
  display: inline-block;
   font-size: 14px;
   color: white;
   line-height: 1.2;
   margin-bottom: 10px;
   padding: 4px 10px;
   background-color: rgba(86, 160, 185, 0.5);
   border-radius: 5px;
}

@media (max-width: 1024px) {
    .works_detail .parallel-cont h3 {
        font-size: 20px;
    }

    .works_detail .box2 table tr th,
    .works_detail .box2 table tr td {
        font-size: 14px;
        padding: 10px 5px;
    }
    
    .works-category {
        font-size: 12px;
    }
}

/* faq */
.faqlist .box h3 {
    position: relative;
    padding: 20px 100px 35px 100px;
    font-size: 25px;
    font-weight: normal;
    cursor: pointer;
}

.faqlist .box h3 .q {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #4D5766;
    width: 70px;
    text-align: center;
    line-height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 42px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
}

.faqlist .box {
    padding: 30px 0 10px 0;
}

.faqlist .a {
    position: relative;
    padding: 16px 100px 20px 100px;
    display: none;
}

.faqlist .a h4 {
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: #343F50;
    color: #fff;
    font-size: 42px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
}

.faqlist .a .text {
    padding: 0 0 20px 0;
}

.faqlist .box+.box {
    border-top: 1px solid #C8C8C9;
}

.faqlist {
    padding-bottom: 60px;
}

.faqlist .box h3:before {
    content: "";
    width: 50px;
    height: 5px;
    background: #4D5766;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2.5px;
    -webkit-transition: ease .2s;
    transition: ease .2s;
}

.faqlist .box h3:after {
    content: "";
    width: 50px;
    height: 5px;
    background: #4D5766;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2.5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease .2s;
    transition: ease .2s;
}

.faqlist .box h3.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faqlist .box h3.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 1024px) {
    .faqlist .box h3 {
        font-size: 16px;
        padding: 5px 40px 25px 40px;
    }

    .faqlist .box h3 .q {
        width: 30px;
        line-height: 30px;
        font-size: 25px;
    }

    .faqlist .box h3:before {
        width: 30px;
        height: 3px;
        right: 0;
        margin-top: -15px;
    }

    .faqlist .box h3:after {
        width: 30px;
        height: 3px;
        right: 0;
        margin-top: -15px;
    }

    .faqlist .a h4 {
        width: 30px;
        line-height: 30px;
        font-size: 25px;
    }

    .faqlist .a {
        padding-left: 40px;
        padding-right: 0;
        padding-top: 5px;
    }
}

/* contact */
.contact-table input,
.contact-table textarea {
    background-color: #f5f5f5;
}

/* 見たまま編集 */
[data-element-id]#header {
    position: static;
}

[data-element-id] .nav-logo,
[data-element-id] .sp-only {
    display: block;
}

[data-element-id] .nav-logo {
    width: 250px;
    background-color: #dcdcdc;
    margin: 10px auto;
    border: 1px solid #00008b;
}

[data-element-id] .sp-only {
    border: 1px solid #008000;
}

[data-element-id] .nav-logo::before,
[data-element-id] .sp-only::before {
    content: 'スマホナビ';
    display: block;
    width: 100%;
    padding: 2px 5px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background-color: #008000;
}

[data-element-id] .nav-logo::before {
    content: 'スマホナビ用ロゴ（灰色背景はロゴを見やすくするためです。実際には透明です）';
    font-size: 10px;
    background-color: #00008b;
}

[data-element-id] .mnav li {
    margin: 5px;
}

[data-element-id] .slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .slick-item {
    width: 18%;
    margin: 1%;
}

[data-element-id] .slick-item:nth-of-type(n+6) {
    display: none;
}

[data-element-id] #gnav .in .fixed-bnr {
    position: absolute;
}

[data-element-id] .footer-fixed-bnr {
    display: block;
    border: 1px solid #dc143c;
    position: absolute;
    bottom: 45px;
}

[data-element-id] .footer-fixed-bnr::before {
    content: 'スマホ・タブレットのみ表示';
    display: block;
    width: 100%;
    padding: 2px 5px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background-color: #dc143c;
}

[data-element-id] .slick-slider>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .subtit h2.text-editable {
    position: absolute !important;
}

[data-element-id] .faqlist .a {
    display: block;
}

[data-element-id] .pagenav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

[data-element-id] .pagenav li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[data-element-id] .side-list>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



/* 2021.12.03 */

.trisefont{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}


@media (max-width: 599px) {
  .trisefont{
    font-size: 41px !important;
  }
}

/* 2021.12.08 */
.footer-cont {
  width: 40%;
}

@media (max-width: 1024px) {
  .footer-cont {
    width: auto;
  }
}



/* 2021.12.13 */

.tel0101 a{
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
}


/* 2022.02.21 */

.reloclub01{
  display: flex;
  margin-top: 25px;
}

.reloclub02 {
    width: 47%;
    height: 4rem;
}

.reloclub03{
  width: 56%;
  height: 4em;
  margin-left: 10px;
}


@media (max-width: 599px) {
.reloclub01 {
    display: flex;
    margin-top: 25px;
    width: 108%;
}
}


.triseh1{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif !important;
  font-size: 17px !important;
  width: 64%;
    margin: auto;
}

@media (max-width: 599px) {
.triseh1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif !important;
    font-size: 17px;
    width: 95%;
    margin: auto;
}
}


/* 2022.03.16 */

.kyoryokugaisha{
  margin-top: 20px;
  width: 102%;
}

.kyoryokugaisha01{
  margin-top: 25px;
  font-weight: bold;
}

/* 2022.07.29 */

.bgc-deep-yellow{
  background-color: rgb(217 211 93 / 0.5);
}
.bgc-deep-green{
  background-color: rgb(167,213,153);
}
.copy {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(185 185 86 / 80%);
    z-index: 1;
    position: relative;
}
.filter-yellow::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(185 162 86 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.filter-green::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(103 185 86 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.home-head .tit {
    width: 461px !important;
}

.triseh1 {
    width: 100%;
    margin: 20px auto;
}

.top-main-p{
  width: 74%;
    margin: auto;
}


@media (max-width: 1024px) {
  .top-main-p {
    width: 61%;
    margin: auto;
}
}


@media (max-width: 599px) {
  .top-main-p {
        width: 79%;
        margin: auto;
  }

.triseh1 {
   font-size: 13px !important;
   margin: 10px auto;
}

.kyoryokugaisha {
    margin-top: 10px;
    width: 100%;
}
}
