@charset "utf-8";
/* CSS Document */

/* resetcss */

html,
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    transition: 0.3s;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0;
    padding: 0;

    /*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 160%;
}

@media only screen and (max-width: 1024px) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 599px) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 10px;
    }
}

#map iframe {
    width: 100%;
}

/*画像幅をpadding-topで決める*/
.ofimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ofimg:before {
    content: "";
    display: block;
}

.ofimg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.of15:before {
    padding-top: 15%;
}

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

.of25:before {
    padding-top: 25%;
}

.of30:before {
    padding-top: 30%;
}

.of35:before {
    padding-top: 35%;
}

.of40:before {
    padding-top: 40%;
}

.of45:before {
    padding-top: 45%;
}

.of50:before {
    padding-top: 50%;
}

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

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

.of65:before {
    padding-top: 65%;
}

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

.of75:before {
    padding-top: 75%;
}

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

.of85:before {
    padding-top: 85%;
}

.of90:before {
    padding-top: 90%;
}

.of95:before {
    padding-top: 95%;
}

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

.of105:before {
    padding-top: 105%;
}

.of110:before {
    padding-top: 110%;
}

.of115:before {
    padding-top: 115%;
}

.of120:before {
    padding-top: 120%;
}

.of125:before {
    padding-top: 125%;
}

.of130:before {
    padding-top: 130%;
}

.of135:before {
    padding-top: 135%;
}

.of140:before {
    padding-top: 140%;
}

.of145:before {
    padding-top: 145%;
}

.of150:before {
    padding-top: 150%;
}

.of155:before {
    padding-top: 155%;
}

.of160:before {
    padding-top: 160%;
}

.of165:before {
    padding-top: 165%;
}

.of170:before {
    padding-top: 170%;
}

.of175:before {
    padding-top: 175%;
}

.of180:before {
    padding-top: 180%;
}

.of185:before {
    padding-top: 185%;
}

.of190:before {
    padding-top: 190%;
}

.of195:before {
    padding-top: 195%;
}

.of200:before {
    padding-top: 200%;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

.back_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.back_img .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    display: block;
    border: solid red 5px;
    opacity: 1;
    position: relative !important;
}

a[data-href*="."] {
    display: block;
    border: solid red 5px;
    opacity: 1;
    position: relative !important;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: red;
    background: #555;
    position: absolute !important;
    bottom: 100%;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: red;
    background: #555;
    position: absolute !important;
    bottom: 100%;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    clear: both;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    background: #4c4c4c;
    position: relative;
    z-index: 1000;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    clear: both;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    background: #4c4c4c;
    position: relative;
    z-index: 1000;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    text-align: left;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}

/*上下中央寄せ*/

.tfm_y {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

/*上下左右中央寄せ*/

.tfm_xy {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex>div[data-collection-list-content],
.flex_c>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flex_c>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex .sec2 {
    width: 46%;
    margin: 0 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0 2% 4% 2%;
}

.flex .sec5 {
    width: 16%;
    margin: 0 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }

    .flex .sec3 {
        width: 29%;
        margin: 0 2% 4% 2%;
    }

    .flex_c .sec3 {
        width: 29%;
        margin: 0 2% 4% 2%;
    }

    .flex .sec4 {
        width: 29%;
        margin: 0 2% 4% 2%;
    }

    .flex_c .sec4 {
        width: 29%;
        margin: 0 2% 4% 2%;
    }

    .flex .sec5 {
        width: 46%;
        margin: 0 2% 4% 2%;
    }

    .flex_c .sec5 {
        width: 46%;
        margin: 0 2% 4% 2%;
    }
}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0 2% 4% 2%;
    }

    .flex_c .sec3 {
        width: 46%;
        margin: 0 2% 4% 2%;
    }

    .flex .sec4 {
        width: 46%;
        margin: 0 2% 4% 2%;
    }

    .flex_c .sec4 {
        width: 46%;
        margin: 0 2% 4% 2%;
    }
}

/* Slider */

.slick-slider {
    display: block;
    box-sizing: border-box;
    position: relative;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    height: 100%;
    min-height: 1px;
    display: none;
    float: left;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    height: auto;
    display: block;
    border: 1px solid transparent;
}

/* slick 左右のボタン */
.slick-arrow {
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: none;
    border-top: 5px solid #4d4d4d;
    border-left: 5px solid #4d4d4d;
    background: none;
}

button.slick-prev.slick-arrow {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: -50px;
}

button.slick-next.slick-arrow {
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: -50px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 8px;
    text-indent: -9999px;
    border-radius: 50%;
    background: #d8dade;
}

@media (max-width: 1024px) {
    .slick-dots {
        margin-top: 15px;
    }
}

#wrapper {
    max-width: 100%;
    overflow: hidden;
}


#footer {
    background: rgba(7, 28, 66, 0.5);
}

#footer .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0 20px;
}

#footer .footnav ul {
    text-align: center;
}

#footer .footnav li {
    display: inline-block !important;
    padding: 0 0 10px 0;
    color: #fff;
}

#footer .footnav li a {
    color: #fff;
    letter-spacing: 1.5px;
}

#footer .footnav li:after {
    content: "|";
    display: inline-block !important;
    margin: 0 0.5em;
}

#footer .footnav li:first-child:before {
    content: "|";
    display: inline-block !important;
    margin: 0 0.5em;
}

#footer .footnav {
    width: 85%;
    margin: auto;
    margin-bottom: 25px;
}

#footer .footinfo h3 {
    margin-bottom: 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size: 38px;
    color: #fff;
    text-align: center;
}

#footer .footinfo h3+div {
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
}

#footer .footinfo .tel {
    margin-bottom: 25px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

#footer .footinfo .tel .s {
    padding-right: 0.5em;
    font-size: 20px;
}

#footer .footinfo .tel a {
    color: #fff;
}

#footer .footinfo .contact {
    width: 180px;
    margin: 0 auto;
}

#footer .footinfo .contact a {
    display: block;
    padding: 8px 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

#footer .footinfo .contact a img {
    vertical-align: middle;
    margin-left: 0.5em;
}

#footer .copy {
    color: #fff;
    text-align: center;
}

.footinfo .logo img {
    max-width: 150px !important;
}

    .sp_access_btn {
        width: 100%;
        padding: 10px 0;
        background: rgba(255, 204, 0, 0.8);
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .sp_access_btn .box {
        width: 40%;
        margin: auto;
        padding: 9px 5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
        background: #fff;
        box-shadow: 1px 1px 1px #333;
    }
    
    .sp_access_btn {
    display: none;
    z-index: 100;
}

#footer .footinfo {
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
    #footer .inner {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    #footer .footnav {
        margin-bottom: 10px;
    }

    #footer .footinfo {
        margin-bottom: 50px;
    }

    #footer .footinfo h3 {
        margin-bottom: 15px;
    }

    #footer .footinfo h3+div {
        margin-bottom: 5px;
    }

    #footer .footinfo .tel {
        margin-bottom: 5px;
    }

    #footer .copy {
        font-size: 10px;
    }
}

@media (max-width: 599px) {
      .sp_access_btn {
        display: block;
      }
    #footer {
        padding-bottom: 50px;
    }

    #footer .footinfo h3 {
        margin-bottom: 0;
    }

    #footer .footnav {
        width: 100%;
        margin-bottom: 10px;
    }

    #footer .footinfo h3+div {
        margin-bottom: 10px;
    }

    #footer .footinfo .tel {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .footinfo .logo img {
        max-width: 80px !important;
    }
}

/*全ページ共通ボタン*/
.flex.formbtn {
    justify-content: space-around;
}

.flex.formbtn .back_btn {
    width: 30%;
}

.flex.formbtn .conp_btn {
    width: 30%;
}

.side_access_btn {
    position: fixed;
    bottom: 55%;
    left: 0;
    z-index: 2;
}

.side_access_btn .access_btn {
    transform: rotate(90deg);
    transform-origin: left bottom;
}

.side_access_btn .btn {
    width: 200px;
}

.side_access_btn .btn a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    color: #fff;
}

.side_access_btn .a-type a {
    background: rgba(255, 204, 0, 0.8);
}

.side_access_btn .b-type a {
    background: rgba(24, 112, 226, 0.8);
}

.side_access_btn .btn img {
    padding-left: 30px;
    transform: rotate(180deg);
}

.totop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(7, 28, 66, 0.8);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.totop a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: rgba(7, 28, 66, 0.8);
}

@media (max-width:1024px) {
    .side_access_btn {
        transform: rotate(0deg);
        bottom: 5px;
        left: 5px;
    }

    .side_access_btn {
        display: none;
    }
}

@media (max-width: 599px) {
    .totop {
        width: 30px;
        height: 30px;
        bottom: 60px;
    }

    .totop a {
        line-height: 32px;
    }
}

/*全ページ共通ボタン end */

#header {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#header .inner {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

#header h1 {
    width: 20%;
    float: left;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size: 43px;
    white-space: nowrap;
}

#header #gnav {
    width: 80%;
    float: right;
}

#header #gnav .in ul+div,
.home #gnav .in ul+div {
    width: 200px;
    display: block;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    transform: rotate(90deg);
    transform-origin: left bottom;
    position: fixed;
    top: 200px;
    left: 0;
}

#header #gnav ul+div a,
.home #gnav .in ul+div a {
    display: block;
    font-size: 17px;
    color: #fff;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #4d5766;
}

#header #gnav ul+div a img,
.home #gnav ul+div a img {
    vertical-align: middle;
    margin-left: 0.5em;
}

#header #gnav div+ul {
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: fixed;
    top: 84px;
    right: 0;
}

#header #gnav p+ul li,
.home #gnav p+ul li {
    width: 200px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#header #gnav p+ul li+li {
    padding-left: 48px;
}

#header #gnav p+ul li a,
.home #gnav p+ul li a {
    display: block;
    font-size: 17px;
    color: #fff;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #4d5766;
}

#header #gnav p+ul li a img,
.home #gnav p+ul li img {
    vertical-align: middle;
    margin-right: 0.5em;
    transform: rotate(-180deg);
}

#header #gnav .mnav {
    padding: 25px 0 25px 0;
    text-align: right;
}

#header #gnav .mnav li {
    display: inline-block !important;
    padding: 0 0 0 3.2%;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size: 16px;
    text-align: right;
}

#header #gnav .mnav li:first-child {
    padding-left: 0;
}

#header+#main {
    margin-top: 76px;
}

@media (max-width:599px) {}

.home #gnav {
    width: 100%;
    position: relative;
    z-index: 100;
}

.home #gnav .mnav {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
}

.home #gnav .mnav li {
    display: inline-block;
    padding: 0 1.6% 0 1.6%;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size: 16px;
    text-align: right;
}

.home #gnav.fixed {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
}

.btm {
    margin-bottom: 76px;
}

@media only screen and (max-width: 1024px) {

    #header #gnav .mnav li,
    .home #gnav .mnav li {
        display: block !important;
    }

    .btm {
        margin-bottom: 0;
    }

    .home #gnav.fixed {
        background: none;
    }
}

/*ハンバーガーメニュー*/
.home #gnav .mnav .hun_nav {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #header #gnav {
        width: 320px;
    }

    #gnav {
        margin: 0;
        padding: 0;
    }

    #gnav .hun_nav {
        display: block;
    }

    #gnav .hun_nav li {
        padding: 0 10px;
    }

    #gnav .toggle {
        width: 42px;
        height: 42px;
        display: block !important;
        background: #170302;
        opacity: 0.8;
        cursor: pointer;
        position: fixed !important;
        top: 0;
        right: 0;
        z-index: 251;
    }

    #gnav .toggle .bar {
        width: 28px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        background: #fff;
        -webkit-transition: ease 0.40s;
        transition: ease 0.40s;
        position: absolute;
        top: 50%;
        left: 7px;
    }

    #gnav .toggle .bar:before {
        content: "";
        width: 28px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav .toggle .bar:after {
        content: "";
        width: 28px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action .toggle .bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action .toggle .bar:after,
    #gnav.action .toggle .bar:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        width: 100%;
        max-width: 300px;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed !important;
        top: 0;
        right: 0;
        z-index: -10;
    }

    #gnav.action .accordion-body {
        height: 100vh;
        overflow: hidden;
        opacity: 1;
        z-index: 250;
    }

    #gnav .accordion-inner {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 60px 10px 40px 20px;
    }

    #gnav li {
        width: 100%;
        display: block;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
    }

    #gnav li a {
        padding: 8px 0;
        text-align: left;
    }
}

@media only screen and (max-width: 599px) {
    #gnav {
        margin-top: 0;
    }
}

/*ハンバーガーメニュー end */

.subtit {
    margin-bottom: -90px;
    position: relative;
}

.subtit+div {
    position: relative;
    z-index: 1;
}

#main {
    overflow: hidden;
    background: #eaeced;
}

.subtit h2 {
    width: 100%;
    margin-top: -20px;
    padding: 2.5%;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size: 72px;
    color: #fff;
    line-height: 120%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.subtit h2 .n {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 110%;
}

.w14w {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding-bottom: 100px;
    background: #fff;
}

.w12i {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.pnav {
    padding: 30px 0 30px 0;
}

.pnav li {
    display: inline-block !important;
}

.pnav li+li:before {
    content: url(/import/tenant_1/160.16.215.201/html/images/bt_icon_black.png);
    display: inline-block !important;
    margin: 0 0.5em;
}

.h3s {
    margin-bottom: 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 42px;
    line-height: 140%;
    position: relative;
}

.h3s .n {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
}

.h3s .w {
    display: inline-block !important;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    position: relative;
}

.h3s .w:before {
    content: "";
    width: 10000%;
    height: 1px;
    margin-left: -9900%;
    background: #4d5766;
    position: absolute;
    bottom: 0;
    left: 0;
}

#header #gnav div.gb {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .w14w {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .subtit {
        margin-bottom: -10px;
    }

    .subtit h2 {
        margin-top: -5px;
        font-size: 30px;
    }

    .subtit h2 .n {
        font-size: 14px;
    }

    .h3s {
        font-size: 24px;
    }

    .h3s .n {
        font-size: 14px;
    }

    #header {
        background: none;
        position: relative;
    }

    #header+#main {
        margin-top: 0;
    }

    .home #gnav .mnav {
        height: 80vh;
        align-content: flex-start;
        flex-grow: 1;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #header #gnav .in,
    .home #gnav .in {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
    }

    #header #gnav,
    .home #gnav {
        width: 60%;
        height: 100%;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background: none;
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 110;
    }

    #header #gnav .mnav,
    .home #gnav .mnav {
        display: block !important;
        padding: 0;
    }

    #header #gnav .mnav li,
    .home #gnav .mnav li {
        display: block !important;
        padding: 0;
        text-align: left;
    }

    #header #gnav .in ul+p,
    .home #gnav .in ul+div {
        width: auto;
        padding: 0;
        font-family: "Raleway", sans-serif;
        font-weight: 200;
        font-size: 16px;
        line-height: 160%;
        text-align: left;
        transform: rotate(0);
        position: relative;
        top: auto;
        left: auto;
    }

    #header #gnav .in ul+div a,
    .home #gnav .in ul+div a {
        padding: 8px 0 8px 34px;
        box-sizing: border-box;
        color: #333;
        line-height: 160%;
        text-align: left;
        background: none;
    }

    #header #gnav p+ul,
    .home #gnav p+ul {
        display: block !important;
        transform: rotate(0);
        position: relative;
        top: auto;
        left: auto;
    }

    #header #gnav p+ul li,
    .home #gnav p+ul li {
        width: 100%;
        display: block;
    }

    #header #gnav p+ul li a,
    .home #gnav p+ul li a {
        padding-left: 0;
        font-size: 14px;
    }

    #header #gnav p.gb,
    .home #gnav p.gb {
        width: 38px;
        height: 38px;
        display: block;
        margin: 2px;
        border: 1px solid #fff;
        background: #4d5766;
        -webkit-box-shadow: 0 0 0 2px #4d5766;
        -moz-box-shadow: 0 0 0 2px #4d5766;
        box-shadow: 0 0 0 2px #4d5766;
        opacity: 0.8;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: -44px;
    }

    #header #gnav li,
    .home #gnav li {
        width: auto;
        display: block !important;
        float: none;
        margin-top: 0;
        margin-left: 0 !important;
        padding: 0 !important;
        border-bottom: 1px dotted #cacad9;
    }

    #header #gnav ul li a,
    .home #gnav li a {
        height: auto;
        display: block !important;
        padding: 8px 0 8px 34px;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 1px;
    }

    #header #gnav.action,
    .home #gnav.action {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #header #gnav p.gb span.n,
    .home #gnav p.gb span.n {
        width: 26px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: -9999px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 6px;
    }

    #header #gnav p.gb span.n:before,
    .home #gnav p.gb span.n:before {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #header #gnav p.gb span.n:after,
    .home #gnav p.gb span.n:after {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #header #gnav.action p.gb span.n,
    .home #gnav.action p.gb span.n {
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #header #gnav.action p.gb span.n:after,
    #header #gnav.action p.gb span.n:before,
    .home #gnav.action p.gb span.n:after,
    .home #gnav.action p.gb span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #header #gnav .in,
    .home #gnav .in {
        width: auto;
        height: 100%;
        display: block;
        overflow-y: auto;
        padding: 0;
        background: #fff;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 109;
    }

    #header #gnav li a:hover::before,
    #header #gnav li.st a::before {
        margin-top: -3px;
        top: 50%;
        bottom: auto;
        right: 10px;
        left: auto;
    }
    
    #header #gnav .mnav,
    .home #gnav .mnav {
        margin-top: 30px;
    }
}

@media (max-width: 599px) {
    .subtit h2 {
        font-size: 22px;
    }
    
    #header #gnav, .home #gnav {
      width: 80%;
    }

    #header #gnav ul li a,
    .home #gnav li a {
        padding-left: 0;
        font-size: 14px;
    }

    .h3s {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .h3s .n {
        font-size: 10px;
    }

    .pnav {
        padding: 15px 0 15px 0;
    }
}

/*menu*/

.menu1 h3 {
    margin-bottom: 65px;
}

.menu1 .left {
    width: 40%;
    float: left;
}

.menu1 .right {
    width: 40%;
    float: right;
}

.menu1 h4 {
    padding: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 30px;
}

.menu1 .box dt {
    float: left;
}

.menu1 .box dt+dd {
    text-align: right;
}

.menu1 .box dl {
    padding: 0 0 30px 0;
}

.menu1 .box {
    padding-bottom: 50px;
}

.menu1 {
    padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {

    .menu1 .left,
    .menu1 .right {
        width: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto;
    }

    .menu1 h4 {
        font-size: 24px;
    }
}

/*home*/
.home #gnav p+ul {
    display: none;
}

.home-head .slide img {
    width: 100%;
}

.home-head .slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.home-head {
    position: relative;
}

.home-head .tit {
    max-width: 95%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.home-head .tit h1 {
    width: 50%;
    margin: auto;
}

.home-head .tit div {
    margin-top: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
}

.home-head dl {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.home-head dl dt {
    display: inline-block !important;
    vertical-align: middle;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 28px;
}

.home-head dl dd {
    width: 180px;
    display: inline-block !important;
    margin-left: 10px;
}

.home-head dl dd a {
    display: block;
    padding: 8px 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

.home-head dl dd a img {
    vertical-align: middle;
    margin-left: 0.5em;
}

.home-head dl dt {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 29px;
}

.home-head dl dt a {
    color: #fff;
}

.home-head dl dt .s {
    font-size: 19px;
}

.home #main {
    background: none;
}

@media only screen and (max-width: 1024px) {
    .home-head dl dd {
        display: none !important;
    }

    .home-head dl {
        top: 10px;
        right: 60px;
    }

    .home-head dl dt {
        font-size: 24px;
    }

    .home-head dl dt .s {
        font-size: 14px;
    }

    .home-head .tit h1 {
        width: 25%;
        font-size: 36px;
    }

    .home-head .tit {
        width: 100%;
        margin-top: 20px;
    }

    .home-head .tit div {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .home-head .tit h1 {
        width: 30%;
    }

    .home-head .tit div {
        margin-top: 0;
        font-size: 10px;
        letter-spacing: -0.5px;
    }

    .home-head dl dt {
        font-size: 12px;
    }

    .home-head dl dt .s {
        font-size: 10px;
    }
}

.home-concept {
    overflow: hidden;
    margin-top: 100px;
    padding: 100px;
    position: relative;
}

.w10 {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.home-concept .w10 {
    position: relative;
    z-index: 1;
}

.h3h {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.h3h strong {
    display: block;
    padding-bottom: 3px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 41px;
    line-height: 120%;
}

.home-concept h3 {
    margin-bottom: 25px;
}

.home-concept div {
    height: 100%;
    line-height: 210%;
    text-align: center;
}

.hmore {
    margin-top: 25px;
    text-align: center;
}

.hmore img {
    vertical-align: middle;
    margin-left: 1em;
}

.home-concept .hmore {
    margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
    .hmore {
        margin-top: 15px;
    }

    .home-concept {
        margin-top: 50px;
        padding: 50px;
    }

    .home-concept h3 {
        margin-bottom: 20px;
    }

    .home-concept .hmore {
        padding-top: 20px;
    }

    .h3h {
        font-size: 14px;
    }

    .h3h strong {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .home-concept .w10 {
        padding: 30px 0;
    }

    .home-concept h3 {
        padding-bottom: 10px;
    }

    .h3h strong {
        font-size: 20px;
    }

    .home-concept .hmore {
        padding-top: 20px;
    }

    .hmore {
        margin-top: 10px;
    }
}

/*home-news*/

.home-news {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 100px;
}

.home-news h3 {
    margin-bottom: 25px;
}

.home-news .table {
    margin-bottom: 25px;
    border-top: 1px solid #999;
}

.home-news dt {
    float: left;
    font-weight: bold;
}

.home-news dd {
    overflow: hidden;
    padding: 0 0 0 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news dl {
    padding: 20px 0;
    border-bottom: 1px solid #999;
}

@media only screen and (max-width: 1024px) {
    .home-news {
        margin-top: 50px;
    }

    .home-news h3 {
        margin-bottom: 15px;
    }

    .home-news dl {
        padding: 15px 0;
    }

    .home-news dd {
        padding: 0 0 0 30px;
    }

    .home-news .table {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 599px) {
    .home-news dt {
        float: none;
    }
}

.home-trouble {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #25282e;
    position: relative;
}

.home-trouble .w10 {
    text-align: right;
    position: relative;
    z-index: 1;
}

.home-trouble h3 {
    margin-bottom: 25px;
    color: #fff;
    text-align: left;
}

.home-trouble .in {
    display: inline-block !important;
}

.home-trouble li {
    margin-bottom: 15px;
    padding-left: 50px;
    font-size: 18px;
    color: #fff;
    background-image: url(/import/tenant_1/160.16.215.201/html/images/check_icon_f.png);
    background-repeat: no-repeat;
}

.home-trouble .w10 div {
    color: #fff;
    text-align: left;
}

.home-trouble .w10 .hmore a {
    color: #fff;
}

.home-trouble .w10 .hmore {
    margin-top: 25px;
}

.home-trouble .back_img .img {
    height: 100%;
}

.home-trouble .back_img .img::after {
    background: rgba(7, 28, 66, 0.5);
}

@media (max-width: 1024px) {
    .home-trouble {
        padding: 50px;
    }

    .home-trouble h3 {
        margin-bottom: 15px;
    }

    .home-trouble li {
        margin-bottom: 10px;
        padding-left: 30px;
        font-size: 14px;
        background-size: 20px;
    }

    .home-trouble .w10 .hmore {
        margin-top: 15px;
    }
}

@media (max-width: 599px) {
    .home-trouble li {
        padding-left: 22px;
        font-size: 10px;
        background-size: 16px;
    }

    .home-trouble .w10 .hmore {
        text-align: center;
    }
}

/*home-style*/
.home-style {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

.home-style h3 {
    margin-bottom: 25px;
}

.home-style .in {
    position: relative;
}

.home-style .in .next {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -60px;
}

.home-style .in .prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -60px;
}

.home-style .slidenav {
    margin-top: 40px;
}

.home-style .slidenav li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -9999px;
    border-radius: 50%;
    background: #d8dade;
}

.slick_box.top-slide .slide-box a {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .home-style {
        margin-top: 50px;
    }

    .home-style h3 {
        margin-bottom: 15px;
    }

    .home-style .slidenav {
        margin-top: 15px;
    }

    .home-style .in .next {
        max-width: 12px;
        right: -5px;
    }

    .home-style .in .prev {
        max-width: 12px;
        left: -5px;
    }

    .home-style .hmore {
        margin-top: 15px;
    }
}

/*home-style end */

/*home-eye */
.home-eye {
    margin-top: 100px;
}

.home-eye .banner {
    width: calc(90% / 2);
    overflow: hidden;
    margin: 0 2.5%;
    position: relative;
}

.home-eye .banner .img::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-eye .banner a {
    display: block;
}

.home-eye .banner .kazari {
    width: 55%;
    height: 40%;
    box-sizing: border-box;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #fff;
    background: rgba(255, 204, 0, 0.5);
    -webkit-transform: skewX(33deg) translateY(-50%);
    transform: skewX(33deg) translateY(-50%);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
}

.home-eye .banner .m {
    width: 80%;
    display: block;
    -webkit-transform: skewX(-33deg) translate(0%, -50%);
    transform: skewX(-33deg) translate(0%, -50%);
    position: absolute;
    top: 50%;
    left: 25%;
}

.home-eye .banner .m strong {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-family: "Raleway", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 100;
    font-size: 26px;
}

.home-eye .banner .m img {
    width: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .home-eye {
        margin-top: 50px;
    }

    .home-eye .banner .m strong {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .home-eye .banner {
        width: 100%;
    }

    .home-eye .banner:first-of-type {
        margin-bottom: 10px;
    }

    .home-eye .banner .m strong {
        font-size: 12px;
    }
}

/* home-staff end */

/*home-staff */

.home-staff {
    margin-top: 100px;
    padding: 100px;
    position: relative;
}

.home-staff:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #eaeced;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-staff {
    background: rgba(7, 28, 66, 0.2);
}

.home-staff h3 {
    margin-bottom: 25px;
}

.home-staff .slidewrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.home-staff .home_servise_list {
    width: calc(94% / 3);
    margin: 0 1% 2%;
}

.home-staff .home_servise_list a {
    height: 100%;
    display: block;
    padding: 40px 25px;
    background: #4d5766;
}

.home-staff .home_servise_list div {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.home-staff .home_servise_list div+div {
    margin-top: 20px;
}

.home-staff .home_servise_list .img {
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    box-sizing: content-box;
    border: 2px solid #555;
    border-radius: 50%;
    background: #fff;
}

.home-staff .home_servise_list .text {
    font-size: 16px;
}

.home-staff .hmore {
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .home-staff .home_servise_list div+div {
        margin-top: 15px;
    }

    .home-staff {
        margin-top: 50px;
        padding: 50px;
    }

    .home-staff h3 {
        margin-bottom: 15px;
    }

    .home-staff .home_servise_list {
        width: calc(94% / 2);
    }

    .home-staff .home_servise_list a {
        padding: 15px 15px;
    }

    .home-staff .home_servise_list div {
        font-size: 16px;
    }

    .home-staff .home_servise_list .text {
        font-size: 12px;
    }

    .home-staff .home_servise_list .img {
        max-width: 50px;
    }

    .home-staff .hmore {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 599px) {
    .home-staff {
        padding: 30px 0;
    }

    .home-staff .home_servise_list .text {
        font-size: 10px;
    }

    .home-staff .home_servise_list {
        width: 100%;
    }
}

/*home-staff end */

/*home-recruit*/
.home-recruit {
    overflow: hidden;
    padding: 100px;
    background: #343f50;
    position: relative;
}

.home-recruit .back_img {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.home-recruit .back_img .img {
    height: 100%;
}

.home-recruit .back_img .img::after {
    background: rgba(180, 180, 250, 0.1);
}

.home-recruit .w10 {
    position: relative;
    z-index: 1;
}

.home-recruit .w10 h3 {
    margin-bottom: 25px;
    font-size: 32px;
    color: #fff;
}

.home-recruit .w10 div {
    color: #fff;
    line-height: 210%;
    text-align: center;
}

.home-recruit .w10 .hmore a {
    color: #fff;
}

.home-recruit .w10 .hmore {
    margin-top: 25px;
}

@media (max-width: 1024px) {
    .home-recruit {
        padding: 50px;
    }

    .home-recruit .w10 h3 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .home-recruit .w10 .hmore {
        margin-top: 20px;
    }
}

@media (max-width: 599px) {}

/*home-recruit end */

/*home-blog*/
.home-blog {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

.home-blog h3 {
    margin-bottom: 25px;
}

.home-blog .home-blog_list {
    width: calc(94% / 3);
    height: 100%;
    margin: 0 1% 2%;
    position: relative;
}

.home-blog .home-blog_list a {
    width: 100%;
    height: 100%;
    display: block;
}

.home-blog .home-blog_list dt {
    font-weight: bold;
}

.home-blog .home-blog_list .img {
    border-radius: 10px;
}

.home-blog .home-blog_list .img::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.home-blog .home-blog_list a:hover {
    opacity: 1;
}

.home-blog .home-blog_list a:hover .img::after {
    background: transparent;
}

.home-blog .home-blog_list a:hover .text {
    text-shadow: 1px 1px 1px #000;
}

.home-blog .home-blog_list .text_box {
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.home-blog .home-blog_list .text,
.home-blog .home-blog_list .text div {
    color: #fff;
}

.home-blog .home-blog_list .text .day {
    width: 120px;
}

.home-blog .home-blog_list .text .cate {
    width: calc(100% - 120px);
}

.home-blog .hmore {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .home-blog {
        margin-top: 50px;
    }

    .home-blog h3 {
        margin-bottom: 15px;
    }

    .home-blog .home-blog_list {
        width: calc(94% / 2);
    }

    .home-blog .hmore {
        margin-top: 5px;
    }

    .home-blog .home-blog_list .text .day {
        width: 100%;
    }

    .home-blog .home-blog_list .text .cate {
        width: 100%;
    }
}

@media (max-width: 599px) {}

/*home-blog end */

/*home-salon*/
.home-salon {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    background: #eaeced;
}


.home-salon .left {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-salon .right {
    width: 55%;
    float: right;
}

.home-salon .right img {
    width: 100%;
    height: auto;
}

.home-salon .left .in {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.home-salon .left h3 {
    margin-bottom: 25px;
    text-align: left;
}

.home-salon .left dt {
    float: left;
    font-weight: bold;
}

.home-salon .left dd {
    padding: 0 0 0 95px;
}

.home-salon .left dl+dl {
    margin-top: 10px;
}

.home-salon .left .hmore {
    margin-top: 25px;
    text-align: left;
}

.home-salon #map {
    width: 100%;
    height: 350px;
}

@media (max-width: 1024px) {
    .home-salon {
        margin-top: 50px;
    }

    .home-salon .right,
    .home-salon .left {
        width: 100%;
    }

    .home-salon .left {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-salon .left h3 {
        margin-bottom: 20px;
    }

    .home-salon .left .hmore {
        margin-top: 20px;
    }

    .home-salon .left .in {
        width: 100%;
        max-width: 100%;
        padding-left: 50px;
    }
}

@media (max-width: 599px) {
    .home-blog .home-blog_list {
        width: 100%;
    }

    .home-recruit .w10 h3 {
        font-size: 16px;
    }

    .home-salon .right {
        width: auto;
    }

    .home-salon .left {
        width: auto;
    }

    .home-salon .left .in {
        width: 95%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

/*home-saln end */

/*下層共通部分*/
.lower_page h1 {
  width: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

@media(max-width: 1024px) {
  .lower_page h1 {
    width: 100px;
  }
}

@media(max-width: 1024px) {
  .lower_page h1 {
    width: 70px;
  }
}

/*staff*/

.stafflist h3 {
    margin-bottom: 55px;
}

.stafflist dl {
    width: 31.33%;
    margin: 0 3% 90px 0;
}

.stafflist dl:nth-child(3n+3) {
    margin-right: 0;
}

.stafflist dt {
    padding: 20px 0 20px 0;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
}

.stafflist dt .p {
    display: block;
    font-size: 14px;
}

.stafflist dt .e {
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 18px;
}

.stafflist {
    padding-bottom: 1px;
}

@media only screen and (max-width: 1024px) {
    .stafflist dt {
        font-size: 18px;
    }

    .stafflist dt .e {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .stafflist dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }
}

.staff1 .pic {
    width: 39.91%;
    float: left;
    padding-bottom: 20px;
}

.staff1 .tbox {
    width: 50%;
    float: right;
    padding-bottom: 20px;
}

.staff1 .tbox h4 {
    margin-bottom: 55px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 26px;
    line-height: 120%;
    position: relative;
}

.staff1 .tbox h4:before {
    content: "";
    width: 100%;
    max-width: 365px;
    height: 1px;
    margin-left: -205px;
    background: #4d5766;
    position: absolute;
    bottom: 0;
    left: 0;
}

.staff1 .tbox h4 .e {
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 18px;
    color: #666;
}

.staff1 .tbox h4 .p {
    display: block;
    padding: 0 0 15px 0;
    font-size: 18px;
    color: #666;
}

.staff1 .tbox .txt div {
    padding: 0 0 20px 0;
    color: #999;
    line-height: 210%;
}

.staff1 .tbox .txt {
    padding-bottom: 70px;
}

.staff1 .tbox .table {
    padding: 20px 0 70px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.staff1 .tbox dt {
    padding: 0 0 10px 0;
    font-size: 18px;
}

.staff1 .tbox dd {
    color: #999;
}

.staff1 .tbox dl {
    padding-bottom: 25px;
}

.staff1 {
    padding-bottom: 50px;
}

.staff2 h3 {
    padding-bottom: 55px;
}

.staff2 li {
    width: 22.58%;
    margin: 0 3.22% 20px 0;
}

.staff2 li:nth-child(4n+4) {
    margin-right: 0;
}

.staff2 ul {
    padding-bottom: 35px;
}

.hmore.back img {
    width: 15px;
    margin-left: 0;
    margin-right: 1em;
}

.staff2 {
    padding-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
    .staff1 .tbox h4 {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .staff1 .tbox h4 .p {
        font-size: 14px;
    }

    .staff1 .tbox h4 .e {
        font-size: 14px;
    }

    .staff1 .tbox dt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .staff1 .pic {
        width: auto;
        float: none;
        text-align: center;
    }

    .staff1 .tbox {
        width: auto;
        float: none;
    }

    .staff2 li {
        width: 48%;
        margin-bottom: 1%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .hmore.back img {
        width: 10px;
    }
}

/*salon*/
.salon .subtit h2 {
    color: #343f50;
}

.salon .salon1 {
    margin-top: 50px;
}

.salon1 .img {
    width: 48%;
    margin: 0 1%;
}

.salon1 .table {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 1%;
}

.salon1 .pic {
    width: 47.5%;
    padding: 0 0 20px 0;
}

.salon1 .tbox dt {
    width: 30%;
    font-weight: bold;
    font-size: 18px;
}

.salon1 .tbox dd {
    width: calc(100% - 30%);
    font-size: 16px;
    color: #999;
}

.salon1 .tbox dd a {
    color: #999;
}

.salon1 .tbox dl {
    padding-bottom: 20px;
}

.salon2 .w12i {
    padding-top: 70px;
}

.salon2 h3 {
    margin-bottom: 15px;
}

.salon2 h3+div {
    padding: 0 0 70px 0;
    color: #999;
}

.salon2 li {
    width: 30.33%;
    margin: 0 4.5% 20px 0;
}

.salon2 li:nth-child(3n+3) {
    margin-right: 0;
}

.salon2 .box {
    padding-bottom: 60px;
}

.salon3 h3+div {
    color: #999;
}

.salon3 h3 {
    margin-bottom: 15px;
}

.salon3 {
    margin-bottom: 0;
    padding-top: 100px;
}

.salon3 #map {
    margin-top: 25px;
}

.salon3+#map {
    width: 100%;
    height: 350px;
}

#main.salon {
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .salon1 .tbox dl {
        width: 100%;
    }

    .salon1 .tbox dt {
        width: 100%;
        font-size: 16px;
    }

    .salon1 .tbox dd {
        width: 100%;
        font-size: 14px;
    }

    .salon1 .pic {
        width: 55%;
    }

    .salon1 .table {
        width: 40%;
    }

    .salon3 h3 {
        margin-bottom: 5px;
    }

    .salon3 #map {
        margin-top: 15px;
    }

    #map iframe {
        height: 260px;
    }
}

@media only screen and (max-width: 599px) {
    .salon1 .pic {
        width: 100%;
    }

    .salon1 .tbox {
        width: auto;
        float: none;
    }

    .salon2 li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .salon1 .tbox dd {
        padding-left: 0;
    }

    .salon1 .table {
        width: 100%;
    }

    .salon1 .tbox dt {
        font-size: 12px;
    }

    .salon1 .tbox dd {
        font-size: 10px;
    }

    .salon3 {
        padding-top: 50px;
    }
}

/*concept*/

.concept .subtit h2 {
    color: #343f50;
}

.concept .concept1 {
    margin-top: 50px;
}

.concept1 {
    margin-bottom: 100px;
}

.concept1 .pic {
    padding: 40px 0 60px 0;
}

.concept1 .txt div {
    margin-top: 25px;
    font-size: 20px;
}

.concept1 li {
    width: 22.58%;
    margin: 0 3.22% 30px 0;
}

.concept1 li:nth-child(4n+4) {
    margin-right: 0;
}

.concept2 .commitment .box {
    width: calc(90% / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 2.5%;
    border-radius: 50%;
}

.concept2 .commitment .flex:nth-of-type(even) {
    flex-direction: row-reverse;
}

.concept2 .commitment li+li {
    margin-top: 60px;
}

.concept2 .commitment .img img {
    border-radius: 30%;
    border-radius: 50%;
}

.concept2 .commitment .box h4 {
    margin-top: 10px;
    font-size: 26px;
}

.concept2 .commitment .text {
    margin-top: 10px;
}

.concept3 .company_overview {
    width: 80%;
    margin: 0 auto;
}

.concept3 .company_overview dl {
    padding-bottom: 80px;
}

.concept3 .company_overview dl .box {
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #333;
}

.concept3 .company_overview dl .box:last-of-type {
    border-bottom: 1px solid #333;
}

.concept3 .company_overview .box dt {
    width: 30%;
    padding-left: 30px;
}

.concept3 .company_overview .box dd {
    width: calc(100% - 40%);
}

@media (max-width: 1024px) {
    .concept1 .txt div {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .concept h3 {
        margin-bottom: 20px;
    }

    .concept2 .commitment .box h4 {
        font-size: 18px;
    }
}

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

    .concept1 .txt {
        margin-top: 10px;
    }

    .concept1:last-of-type {
        margin-bottom: 0;
    }

    .concept1 li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .concept2 .commitment .box h4 {
        margin-top: 5px;
    }

    .concept2 .commitment .text {
        margin-top: 5px;
    }

    .concept2 .commitment .box {
        width: 100%;
    }

    .concept2 .commitment .img img {
        margin-top: 10px;
    }

    .concept h3 {
        margin-bottom: 10px;
    }

    .concept2 .commitment .box h4 {
        font-size: 14px;
    }

    .concept3 .company_overview dl .box {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .concept3 .company_overview .box dt {
        width: 100%;
        padding-left: 0;
        font-weight: bold;
    }

    .concept3 .company_overview .box dd {
        width: 100%;
    }

    .concept3 .company_overview {
        width: 100%;
    }
}

/* concept end */

/*工事をお考えの方へ (construction)*/
.construction {
    margin-top: 50px;
}

.construction .construction1 {
    margin-top: 25px;
}

.construction .construction1 li {
    margin-bottom: 15px;
    padding-left: 50px;
    font-size: 18px;
    background-image: url(/import/tenant_1/160.16.215.201/html/images/check_icon_4.png);
    background-repeat: no-repeat;
}

.construction .construction2 {
    margin-top: 100px;
}

.construction .construction2 h4 {
    margin-top: 50px;
    font-size: 24px;
}

.construction .construction2 ul {
    margin-top: 10px;
}

.construction .construction2 .box {
    width: calc(94% / 3);
    margin: 0 1%;
    margin-bottom: 2%;
}

.construction .construction2 .box .text_box {
    padding: 20px;
    background: #eaeced;
}

.construction .concept2 {
    margin-top: 100px;
}

.construction .concept2 .img {
    width: 30%;
}

.construction .concept2 .textlist {
    width: 60%;
}

.construction .construction2 .box .text_box h5 {
    margin-bottom: 10px;
    font-size: 20px;
}

.construction .concept2 .commitment .flex:nth-of-type(even) {
    flex-direction: row;
}

.construction .concept2 .text_box {
    padding-left: 70px;
    position: relative;
}

.construction .concept2 .text_box .number {
    color: #1870e2;
}

.construction .concept2 .text_box::before {
    content: "●";
    font-size: 60px;
    color: #1870e2;
    position: absolute;
    top: 50%;
    left: 0;
}

.construction .construction3 {
    margin-top: 100px;
}

.construction .construction3 .box {
    width: calc(90% / 5);
    margin: 0 1%;
    margin-bottom: 2%;
    filter: #333;
    position: relative;
}

.construction .construction3 .box .text {
    padding: 2px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .construction .construction1 li {
        margin-bottom: 10px;
        font-size: 14px;
        background-size: contain;
    }

    .construction .construction2 {
        margin-top: 50px;
    }

    .construction .construction2 h4 {
        margin-top: 35px;
        font-size: 18px;
    }

    .construction .construction2 .box {
        width: calc(96% / 2);
    }

    .construction .construction2 .box .text_box {
        padding: 10px;
    }

    .construction .construction2 .box .text_box h5 {
        font-size: 14px;
    }

    .construction .concept2 {
        margin-top: 50px;
    }

    .construction .concept2 .text_box {
        padding-left: 50px;
    }

    .construction .concept2 .text_box::before {
        font-size: 40px;
    }

    .construction .construction3 {
        margin-top: 50px;
    }

    .construction .construction3 .text {
        font-size: 10px;
    }

    .construction .construction3 .box {
        width: calc(94% / 3);
    }
}

@media (max-width: 599px) {
    .construction {
        margin-top: 25px;
    }

    .construction .construction1 li {
        padding-left: 30px;
        font-size: 12px;
    }

    .construction .construction1 {
        margin-top: 15px;
    }

    .construction .construction2 h4 {
        margin-top: 18px;
        font-size: 14px;
    }

    .construction .construction2 ul {
        margin-top: 5px;
    }

    .construction .construction2 .box {
        width: 100%;
        margin-bottom: 25px;
    }

    .construction .concept2 .img {
        width: 100%;
    }

    .construction .concept2 .textlist {
        width: 100%;
    }

    .construction .construction3 .box {
        width: calc(96% / 2);
    }
}

/*工事をお考えの方へ (construction) end */

/*事業内容 (business_content)*/
.business_content .business_btn li {
    width: calc(80% / 5);
    margin: 2%;
    border: 1px solid #4c4c4c;
    transition: 0.3s;
}

.business_content .business_btn li:hover {
    background: rgba(0, 0, 0, 0.5);
}

.business_content .business_btn li:hover a {
    color: #fff;
}

.business_content .business_btn li a {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    line-height: 1;
}

.business_content .business_btn {
    margin-top: 50px;
    margin-bottom: 50px;
}

.business_content .concept1 ul {
    justify-content: space-around;
    margin-top: 50px;
}

.business_content .concept1 li {
    width: calc(95% / 3);
    margin: 0;
    margin-bottom: 40px;
}

.business_content .concept1 li .img {
    border-radius: 10%;
}

.business_content .concept1 li h4 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.business_content .concept1 li .text {
    margin-top: 20px;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .business_content .business_btn li {
        width: calc(88% / 3);
    }

    .business_content .concept1 li h4 {
        font-size: 16px;
    }

    .business_content .concept1 li {
        width: calc(95% / 2);
    }

    .business_content .concept1 li h4 {
        margin-top: 10px;
    }

    .business_content .concept1 li .text {
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .business_content .concept1 li {
        width: 100%;
        margin-bottom: 25px;
    }

    .business_content .business_btn {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .business_content .business_btn li {
        width: calc(92% / 2);
    }

    .concept1 .txt div {
        font-size: 10px;
    }

    .business_content .concept1 ul {
        margin-top: 25px;
    }

    .business_content .concept1 li h4 {
        font-size: 14px;
        text-align: left;
    }

    .business_content .concept1 li .text {
        margin-top: 5px;
        padding: 0;
    }
}

/*事業内容 (business_content) end */

/*recruit*/

.recruit .subtit h2 {
    color: #343f50;
}

.rec1 .w10i {
    max-width: 1000px;
    margin: 0 auto;
}

.rec1 h3 {
    margin-bottom: 75px;
}

.rec1 h4 {
    padding: 0 0 20px 30px;
    font-weight: normal;
    font-size: 28px;
    color: #999;
}

.rec1 h4 .n {
    padding-right: 0.5em;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 50px;
}

.rec1 .box {
    margin-bottom: 75px;
    padding-bottom: 20px;
    border: 1px solid #343f50;
}

.rec1 h4 {
    margin-top: -30px;
}

.rec1 h4 .w {
    display: inline-block !important;
    padding: 0 1em;
    background: #fff;
    position: relative;
    z-index: 1;
}

.rec1 .box p {
    padding: 0 1.5em 20px 5%;
    color: #999;
}

.rec2 .left {
    width: 24.16%;
    float: left;
}

.rec2 .tbox {
    width: 69.16%;
    float: right;
}

.rec2 .tbox .box {
    margin-bottom: 75px;
    padding-bottom: 20px;
    border: 1px solid #343f50;
}

.rec2 .tbox .box h4 {
    margin-top: -30px;
    padding: 0 0 20px 0;
    font-weight: normal;
    font-size: 28px;
    color: #999;
}

.rec2 .tbox .box h4 .n {
    padding-right: 0.5em;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 50px;
}

.rec2 .tbox .box h4 .w {
    display: inline-block !important;
    margin-left: -0.5em;
    padding: 0 1em 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.rec2 .tbox .box div {
    padding: 0 1.5em 20px 5%;
    color: #999;
}

.rec2 .more {
    text-align: center;
}

.rec2 .more a {
    width: 100%;
    max-width: 755px;
    display: inline-block !important;
    padding: 35px 0;
    font-size: 16px;
    color: #2c2f4f;
    border-radius: 20px;
    background: #eaeced;
}

.rec2 {
    padding-bottom: 160px;
}

.rec2 .left dt {
    padding: 10px 0 20px 0;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.rec2 .left dt .p {
    display: block;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {

    .rec1 h4 .n,
    .rec2 .tbox .box h4 .n {
        font-size: 30px;
    }

    .rec1 h4,
    .rec2 .tbox .box h4 {
        margin-top: -20px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .rec2 .left {
        width: auto;
        float: none;
    }

    .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 {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.rec3 {
    padding: 70px 0 60px 0;
}

.rec3 h3 {
    margin-bottom: 70px;
}

.rec3 .box div.clearfix {
    width: 79.58%;
    float: right;
}

.rec3 .time {
    width: 20.41%;
    float: left;
    position: relative;
    z-index: 1;
}

.rec3 .time .t {
    width: 95%;
    max-width: 143px;
    display: inline-block !important;
    padding: 5px 0;
    box-sizing: border-box;
    color: #999;
    text-align: center;
    border: #808080 1px solid;
    background: #fff;
}

.rec3 .pic {
    width: 29.47%;
    float: right;
    padding: 0 0 20px 0;
}

.rec3 .tbox {
    width: 67.36%;
    float: left;
}

.rec3 .tbox h4 {
    padding: 0 0 25px 0;
    font-size: 18px;
    color: #2c2f4f;
}

.rec3 .tbox div {
    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(#);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -70px;
    left: 50%;
}

@media only screen and (max-width: 1024px) {
    .rec3 .tbox h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .rec3 .box div.clearfix {
        width: 78%;
    }

    .rec3 .pic {
        width: auto;
        float: none;
        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%;
    min-height: 200px;
    margin: 0 8.7% 0 0;
    background: #a7bac6;
    position: relative;
}

.rec4 .hyou dt {
    width: 200%;
    font-weight: bold;
    font-size: 18px;
    color: #999;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -30px;
    left: 50%;
}

.rec4 .hyou dd {
    font-weight: bold;
    font-size: 18px;
    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 only screen and (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 {
    margin-bottom: 75px;
    padding-bottom: 20px;
    border: 1px solid #343f50;
}

.rec4 .list .box h4 {
    margin-top: -30px;
    padding: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 40px;
    color: #999;
}

.rec4 .list .box h4 .w {
    display: inline-block !important;
    margin-left: -0.5em;
    padding: 0 1em 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.rec4 .list .box h4 .n {
    font-size: 50px;
}

.rec4 .list .box p {
    padding: 0 1.5em 20px 5%;
    color: #999;
}

.rec5 dt {
    float: left;
    font-size: 15px;
}

.rec5 dd {
    padding: 0 0 0 276px;
    font-size: 15px;
    color: #999;
}

.rec5 dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c9;
}

.rec5 dl:last-of-type {
    border-bottom: none;
}

@media only screen and (max-width: 1024px) {
    .rec5 dd {
        padding-left: 150px;
    }

    .rec4 .list .box h4 {
        font-size: 30px;
    }

    .rec4 .list .box h4 .n {
        font-size: 40px;
    }
}

@media only screen and (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 {
    width: 35.21%;
    float: right;
    padding: 0 0 20px 0;
}

.rec6 .box .tbox {
    width: 64.79%;
    float: left;
}

.rec6 .box .tbox div {
    padding: 0 0 20px 0;
    color: #999;
    letter-spacing: -0.5px;
}

.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 {
    margin-bottom: 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 26px;
    color: #999;
}

.rec6 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .rec6 .box .tbox h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .rec6 .box {
        width: auto;
        float: none;
    }
}

.rec7 .table {
    max-width: 880px;
    margin: 0 auto;
}

.rec7 {
    margin-top: 50px;
}

.rec7 h3 {
    margin-bottom: 80px;
}

.rec7 .table .box {
    display: flex;
    flex-wrap: wrap;
}

.rec7 dt {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.rec7 dt .text {
    width: calc(100% - 66px);
}

.rec7 dd #actual_object_32,
.rec7 dd #actual_object_33,
.rec7 dd #actual_object_34 {
    width: 100%;
}

.rec7 dd {
    width: calc(100% - 30%);
    padding-left: 30px;
}

@media (max-width: 1024px) {
    .rec7 dd textarea {
        width: 100%;
    }
}

.rec7 dt .h {
    width: 66px;
    display: inline-block !important;
    padding: 5px;
    color: #fff;
    text-align: center;
    background: #2c2f4f;
}

.rec7 dl {
    padding: 0 0 40px 0;
}

.rec7 .size1 {
    width: 100%;
    padding: 2px;
    box-sizing: border-box;
}

.rec7 dd li {
    display: inline-block !important;
    color: #999;
}

.rec7 .size2 {
    max-width: 157px;
    padding: 2px;
    box-sizing: border-box;
}

.rec7 dd label input {
    margin-bottom: 5px;
    margin-right: 0.5em;
}

.rec7 dd label {
    padding-right: 1em;
}

.rec7 dd #ask {
    width: 100%;
    height: 200px;
    padding: 2px;
    box-sizing: border-box;
}

.rec7 .table {
    padding-bottom: 10px;
}

.rec7 li {
    text-align: center;
}

.rec7 .formbtn #check {
    width: 100%;
    max-width: 403px;
    padding: 10px 5px;
    font-size: 18px;
    color: #fff;
    border: none;
    background: #2c2f4f;
    cursor: pointer;
}

.rec7 .formbtn li #check:hover {
    opacity: 0.6;
}

.rec7 .formbtn.complete_btn #check {
  padding: 10px 30px;
}

@media (max-width: 1024px) {
    .rec7 dt .text {
        width: 100%;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
    }

    .rec7 dt .h {
        width: 45%;
        padding: 1%;
    }

    .rec7 .formbtn li #check {
        font-size: 14px;
    }

    .rec7 .formbtn li #check {
        max-width: 200px;
        padding: 10px 5px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .rec7 {
        margin-top: 25px;
    }

    .rec7 h3 {
        margin-bottom: 5px;
    }

    .rec7 dl {
        padding: 0 0 20px 0;
    }

    .rec7 dt {
        width: 100%;
        padding-bottom: 10px;
    }

    .rec7 dd {
        width: 100%;
        padding-left: 0;
    }

    .rec7 dt .h {
        width: 15%;
        padding: 0;
    }

    .contact .tel_btn .text {
        padding-bottom: 5px;
        font-size: 12px;
    }

    .contact .tel_btn .img {
        width: 40px;
        margin-bottom: 5px;
    }

    .rec7 dt .text {
        font-weight: bold;
    }

    .rec7 .formbtn li #check {
        max-width: 150px;
        padding: 5px 5px;
        font-size: 12px;
    }
}

/* recruit 追加記載 */
.recruit1 {
    margin-top: 50px;
}

.recruit .recruit1 li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.recruit .recruit1 .img {
    width: 55%;
    border-radius: 10px;
}

.recruit .recruit1 .text_box {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
}

.recruit .recruit1 li:nth-of-type(even) .text_box {
    padding-left: 30px;
    padding-right: 0;
}

.recruit .recruit1 .text_box h4 {
    font-size: 26px;
}

.recruit .recruit1 .text_box .text {
    margin-top: 15px;
}

.recruit .recruit_box {
    margin-top: 50px;
}

.recruit .recruit_box li {
    margin-bottom: 50px;
}

.rec5 {
  margin-bottom: 100px;
}

.rec5 dt {
    font-size: 18px;
}

@media (max-width: 1024px) {
    .recruit1 {
        margin-top: 25px;
    }

    .recruit .recruit1 .text_box h4 {
        font-size: 18px;
    }

    .recruit .recruit1 .text_box .text {
        margin-top: 10px;
    }

    .rec5 dt {
        font-size: 14px;
    }

    .rec5 dd {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .recruit .recruit1 .text_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .recruit .recruit1 .img {
        width: 100%;
    }

    .recruit .recruit1 .text_box h4 {
        font-size: 16px;
    }

    .recruit .recruit1 .text_box {
        padding: 0;
    }

    .recruit .recruit1 li:nth-of-type(even) .text_box {
        padding: 0;
    }

    .construction .construction2 .box .text_box h5 {
        font-size: 12px;
    }

    .rec5 dt {
        margin-bottom: 2px;
        font-size: 12px;
    }

    .rec5 dd {
        font-size: 10px;
    }
}

/*contact（recruitから引用）*/
.contact .tel_btn {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.contact .tel_btn .text {
    font-size: 18px;
    color: #fff;
}

.contact .tel_btn a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 3px;
    background: #2c2f4f;
}

.contact .tel_btn a div {
  color: #fff;
}

.contact .tel_btn a div:last-of-type {
  font-size: 26px;
}

.contact .tel_btn>a>div {
    align-items: center;
}

.contact .tel_btn .img {
    padding-left: 10px;
    padding-right: 10px;
}

.contact .tel_btn .tel a {
    font-size: 25px;
    color: #fff;
}

.contact .tel span {
    padding-right: 10px;
}

.contact .tel .text {
    font-size: 18px;
}

.contact .tel .logo img {
    width: 30px;
    height: 30px;
}

@media (max-width: 1024px) {
    .contact .tel_btn>a {
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact .tel_btn .img {
        width: 50px;
    }

    .contact .tel_btn .text {
        font-size: 14px;
    }

    .contact .tel_btn .tel a {
        font-size: 20px;
    }
}

/*contact end */

/*blog*/

.blog .subtit h2 {
    color: #343f50;
}

.blog .hmore {
    margin-top: 25px;
}

.blog_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.blogrec {
    margin-bottom: 100px;
}

.blog .blog_box a,
.blog .blogrec a {
    width: 100%;
    height: 100%;
    display: block;
}

.bloglist {
    width: 65%;
    margin-right: 40px;
    padding: 0;
}

.bloglist dl {
    width: 29.16%;
    margin: 0 6.26% 6.26% 0;
}

.bloglist dl:nth-child(3n+3) {
    margin-right: 0;
}

.bloglist dd+dd {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Raleway", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.bloglist dt {
    padding-bottom: 5px;
    font-size: 18px;
}

.bloglist dt a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagenav li {
    padding: 0 0.25em;
    font-family: "Raleway", sans-serif;
    font-size: 35px;
}

/* 現在のページの表示 */
.pagenav li.now {
    border-radius: 50px;
    background: #f3f590;
}

@media (max-width: 1024px) {
    .bloglist {
        width: 100%;
        margin-right: 0;
    }

    .blogrec {
        margin-bottom: 50px;
    }

    .pagenav li {
        font-size: 25px;
    }

    .pagenav .prev {
        width: 20px;
    }

    .bloglist dt {
        font-size: 16px;
    }

    .bloglist dd+dd {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .blog_box {
        margin-top: 25px;
    }

    .bloglist {
        padding: 0;
    }

    .pagenav li {
        font-size: 15px;
    }

    .pagenav .prev {
        width: 15px;
    }

    .bloglist dt {
        font-size: 14px;
    }
}

/*施工事例＊ブログページを共有（construction_example）*/
.construction_example .constructionlist {
    width: 46%;
    margin: 0 6.26% 48px 0;
}

.construction_example .constructionlist dl {
    width: 100%;
    margin: 0;
}

.construction_example .constructionlist dt a,
.construction_example #side .popular_case .text {
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.construction_example .constructionlist .cate {
    font-size: 14px;
}

.construction_example .text {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 3px;
}

.construction_example #side .popular_case .img {
    width: 70px;
}

.construction_example #side .popular_case .text_box {
    width: calc(90% - 70px);
    margin: auto;
}

.construction_example #side .access_btn {
    padding: 1.5rem;
    background: #f3f590;
    box-shadow: 0 3px 6px #999;
}

.construction_example #side .access_btn .main_text {
    text-align: center;
}

.construction_example #side dl dd a {
    padding-left: 0;
}

span.green {
    color: #25c04a;
}

.construction_example #side .access_btn .text_box div {
    line-height: 25px;
    letter-spacing: 3px;
    text-align: center;
}

.construction_example #side .access_btn .btn {
    margin: 1.5rem 0;
    border: 1px solid #25c04a;
}

.construction_example #side .access_btn .btn a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 0;
    color: #25c04a;
    background: #fff;
}

.bloglist .constructionlist:nth-child(2n+2) {
    margin-right: 0;
}

.construction_example #side .access_btn .text {
    margin-bottom: 0;
    font-size: 12px;
}

.construction_example #side dl dd a {
    background-image: none;
}

.construction_example .constructionlist .hmore {
    text-align: right;
}

@media (max-width:1024px) {
    .construction_example #side {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .construction_example .clearfix {
        width: calc(96% / 2);
        margin: 1%;
    }

    .construction_example .clearfix.access_btn {
        margin-left: auto;
        margin-right: auto;
    }

    .construction_example .text {
        font-size: 12px;
    }

    .construction_example .constructionlist {
        margin: 0;
        margin-bottom: 50px;
    }

    .construction_example .bloglist {
        margin: 0 auto;
        margin-bottom: 50px;
        justify-content: space-between;
    }

    .construction_example .blog .pagenav {
        margin-top: 0;
    }
}

@media (max-width:599px) {
    .construction_example .clearfix {
        width: 100%;
    }

    .construction_example .constructionlist {
        width: 100%;
    }

    .construction_example .text {
        font-size: 10px;
    }

    .construction_example #side .popular_case .img {
        width: 100%;
    }

    .construction_example #side .popular_case .text_box {
        width: 100%;
    }

    .construction_example #side .access_btn {
        width: 100%;
        padding: 0.5rem;
    }

    .construction_example #side .access_btn .btn {
        margin: 0.5rem 80px;
    }

    .construction_example .blog .pagenav {
        margin-top: 0;
    }
}

/* end */

/*施工事例詳細ページ＊ブログページを共有（construction_example_detail）*/
.construction_example_detail .construction_box {
    margin-bottom: 50px;
}

.construction_example_detail .main_title {
    margin-bottom: 50px;
}

.construction_example_detail .main_title .text_box {
    width: 50%;
}

.construction_example_detail .main_title .img {
    width: 50%;
}

.construction_example_detail .construction_img {
    width: 60%;
}

.construction_example_detail .construction_text {
    width: 40%;
    padding-left: 30px;
}

.construction_example_detail .img_box {
    width: 100%;
    margin-top: 2%;
}

.construction_example_detail .img_box .box {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

.construction_example_detail .img_box .box:nth-of-type(1),
.construction_example_detail .img_box .box:nth-of-type(2) {
    position: relative;
}

.construction_example_detail .img_box .box:nth-of-type(1) .text,
.construction_example_detail .img_box .box:nth-of-type(2) .text {
    padding: 8px 15px 5px;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 5px;
    left: 5px;
}

.construction_example_detail .construction_text .box {
    margin-bottom: 50px;
}

.construction_example_detail .construction_text .box:last-of-type {
    margin-bottom: 0;
}

.construction_example_detail .construction_text .text_box dt {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 18px;
    border-left: 20px solid rgba(156, 156, 156, 0.8);
    border-radius: 10px;
    background: rgba(227, 227, 227, 0.5);
}

.construction_example_detail .construction_text .text_box .text {
    margin-top: 10px;
}

.construction_example_detail #side {
    width: 100%;
}

.construction_example_detail #side .access_btn {
    width: 100%;
}

.construction_example_detail #side .access_btn .text_box .btn {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.construction_example_detail .hmore {
    margin-bottom: 50px;
}

.construction_example_detail .gate .gatelist {
    display: flex;
    flex-wrap: wrap;
}

.construction_example_detail .gate .gatelist .box {
    width: calc(100% / 6);
}

.construction_example_detail .bloglist dl {
    margin-bottom: 0;
}

.construction_example_detail .blogrec .hmore {
    margin-bottom: 0;
}


@media (max-width:1024px) {
    .construction_example_detail .construction_box {
        margin-bottom: 0;
    }

    .construction_example_detail .main_title {
        margin-bottom: 25px;
    }

    .construction_example_detail .construction_img {
        width: 100%;
        margin-bottom: 30px;
    }

    .construction_example_detail .construction_text {
        width: 100%;
    }

    .construction_example_detail .construction_text .box {
        margin-bottom: 30px;
    }

    .construction_example_detail .construction_text .text_box dt {
        font-size: 16px;
    }

    .construction_example_detail #side .access_btn .text_box .btn {
        width: 50%;
    }

    .construction_example #side .access_btn {
        padding: 1.0rem;
    }

    .construction_example #side .access_btn .btn {
        margin: 1.0rem;
    }

    .construction_example_detail .gate .gatelist .box {
        width: calc(100% / 3);
    }

    .construction_example_detail .hmore {
        margin-bottom: 25px;
    }

    .construction_example_detail .bloglist dl {
        margin-bottom: 25px;
    }

    .construction_example_detail .bloglist dl:last-of-type {
        margin-bottom: 0;
    }

    .construction_example_detail .main_title .img {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .construction_example_detail .main_title .img {
        width: 100%;
        position: static;
    }

    .construction_example_detail .main_title .h3s .w,
    .construction_example_detail .main_title .postmeta {
        width: 100%;
    }

    .construction_example_detail .main_title {
        margin-bottom: 30px;
    }

    .construction_example_detail .construction_text {
        padding: 0;
    }

    .construction_example_detail .construction_text .text_box dt {
        padding-top: 5px;
        padding-bottom: 2px;
        font-size: 12px;
    }

    .construction_example_detail .gate .gatelist .box {
        width: calc(100% / 2);
    }
}

/* end */

.pagenav li img {
    vertical-align: middle;
}

.pagenav {
    width: 100%;
}

#side {
    width: 30%;
}

#side dt {
    padding-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 30px;
}

#side dl {
    padding-bottom: 30px;
}

#side dl dd {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}

#side dl dd a {
    padding-left: 23px;
    background: url(/import/tenant_1/160.16.215.201/html/images/bt_icon_black.png) 0 5px no-repeat;
}

#side.sidelist li {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    #side {
        width: 100%;
        margin-top: 50px;
    }

    #side dt {
        font-size: 25px;
    }

    .bloglist dl {
        width: calc(96% / 2);
        margin: 1%;
        margin-bottom: 25px;
    }

    #side dl:last-of-type {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 599px) {
    #side {
        margin-top: 25px;
    }

    #side dt {
        font-size: 16px;
    }

    #side dl dd {
        padding-left: 0;
    }

    .bloglist dl {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }

    .bloglist dl:last-of-type {
        margin-bottom: 0;
    }

    #side dl dd {
        width: 100%;
    }

    #side dl dd a {
        padding-left: 18px;
    }

    .blog .pagenav {
        margin-top: 25px;
    }
}

.single {
    margin-top: 50px;
}

.single .postmeta li {
    display: inline-block !important;
    font-family: "Raleway", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 100;
    font-size: 19px;
}

.single .postmeta li+li:before {
    content: "/";
    display: inline-block !important;
    padding: 0 0.5em;
}

.single .postmeta {
    margin-bottom: 25px;
}

.single h3 {
    margin-bottom: 25px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px;
}

.single .txt .text {
    margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
    .single .postmeta {
        margin-bottom: 15px;
    }

    .single .postmeta li {
        font-size: 14px;
    }

    .single h3 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .single .txt .text {
        margin-top: 15px;
    }
}

@media (max-width: 599px) {
    .single h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .single .postmeta li {
        font-size: 12px;
    }

    .single .postmeta {
        margin-bottom: 10px;
    }

    .single .txt .text {
        margin-top: 10px;
    }
}

/*news*/
.news_box {
    margin-top: 50px;
}

.newslist {
    padding: 50px 0 30px 0;
}

.newslist .pic {
    width: 25%;
}

.newslist dl {
    width: 71.66%;
    margin-left: 3.34%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #c8c8c9;
}

.newslist dl dd {
    margin-top: 10px;
}

.newslist dd .d {
    font-family: "Raleway", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 15px;
}

.newslist dd .c {
    font-family: "Raleway", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 15px;
}

.newslist dd .c:before {
    content: "/";
    display: inline-block !important;
    padding: 0 0.5em;
}

.newslist dt {
    padding: 10px 0 20px 0;
    font-size: 20px;
}

.newslist dt+dd {
    text-align: right;
}

.newslist .box {
    padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {

    .newslist dd .d,
    .newslist dd .c {
        font-size: 14px;
    }

    .newslist dt {
        font-size: 16px;
    }

    .newslist .box {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 599px) {
    .newslist {
        padding: 0;
    }

    .newslist .pic {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .newslist dl {
        width: 100%;
        margin-left: 0;
    }

    .newslist dt {
        font-size: 14px;
    }

    .newslist dd .d,
    .newslist dd .c {
        font-size: 12px;
    }
}

/*style*/

.style .subtit h2 {
    color: #343f50;
}

.stylenav {
    padding: 0 0 60px 0;
}

.stylenav li {
    padding: 0 60px 20px 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 30px;
}

.stylenav li.st a {
    padding-bottom: 5px;
    border-bottom: 1px solid #343f50;
}

.stylelist dl {
    width: 31.33%;
    margin: 0 3% 50px 0;
}

.stylelist dl:nth-child(3n+3) {
    margin-right: 0;
}

.stylelist dt {
    padding: 25px 0 20px 0;
    font-size: 15px;
}

.stylelist dt+dd {
    text-align: right;
}

.stylelist {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .stylenav li {
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .stylelist dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }
}

.style1 {
    padding: 70px 0 50px 0;
}

.style1 .left {
    width: 41.66%;
    float: left;
}

.style1 .right {
    width: 50%;
    float: right;
    padding: 0 0 20px 0;
}

.style1 .right h3 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 25px;
}

.style1 .right h3 .w {
    display: inline-block !important;
    padding-bottom: 10px;
    position: relative;
}

.style1 .right h3 .w:before {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: -205px;
    padding-left: 205px;
    background: #4d5766;
    position: absolute;
    bottom: 0;
    left: 0;
}

.style1 .right h4 {
    padding: 0 0 25px 0;
    font-weight: normal;
}

.style1 .right h4 strong {
    padding-right: 0.5em;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 28px;
}

.style1 .right .box1 div {
    padding: 0 0 20px 0;
    color: #999;
}

.style1 .right .box1 {
    padding-bottom: 20px;
}

.style1 .right .box2 {
    max-width: 517px;
}

.style1 .right .box2 dt {
    width: 14.11%;
    float: left;
    padding-top: 2px;
    padding-bottom: 5px;
    font-weight: bold;
}

.style1 .right .box2 dd {
    float: left;
    margin-bottom: 5px;
    color: #999;
    background: #c7c7c8;
}

.style1 .right .box2 dl {
    padding-bottom: 20px;
}

.style1 .right .box2 .table dd {
    width: 26.11%;
    margin-right: 3.62%;
    padding: 2px 0;
    text-align: center;
}

.style1 .right .box2 .table dd:last-child {
    margin-right: 0;
}

.style1 .right .box2 dd.st {
    color: #fff;
    background: #343f50;
}

.style1 .right .box2 .table2 dd strong {
    display: block;
    padding-top: 4px;
    font-weight: normal;
}

.style1 .right .box2 .table2 dd {
    width: 14.11%;
    margin-right: 3.83%;
    padding: 10px 0;
    text-align: center;
}

.style1 .right .box2 .table2 dd:last-child {
    margin-right: 0;
}

.style1 .right .box3 {
    padding: 25px 0 25px 0;
    background: #f3f3f3;
    position: relative;
}

.style1 .right .box3:before {
    content: "";
    width: 500%;
    height: 100%;
    background: #f3f3f3;
    position: absolute;
    top: 0;
    left: -35px;
}

.style1 .right .box3 .pic {
    width: 41.66%;
    float: left;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
}

.style1 .right .box3 dl {
    width: 48%;
    float: right;
    padding: 50px 0 20px 0;
    position: relative;
    z-index: 1;
}

.style1 .right .box3 dd {
    font-size: 18px;
    color: #999;
}

.style1 .right .box3 dt {
    padding: 15px 0 20px 0;
    font-size: 26px;
    line-height: 110%;
}

.style1 .right .box3 dt .e {
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 130%;
}

.style1 .right .box3 dt+dd {
    font-size: 14px;
}

.style1 .right .box3 h4 {
    position: relative;
    z-index: 1;
}

.style1 .left .pic {
    padding: 0 0 20px 0;
}

.style1 .left li {
    width: 22.6%;
    margin: 0 3.2% 20px 0;
}

.style1 .left li:nth-child(4n+4) {
    margin-right: 0;
}

.style1+.back {
    padding-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
    .style1 .right .box3 dt {
        font-size: 18px;
    }

    .style1 .right .box3 dd {
        font-size: 14px;
    }

    .style1 .right .box3 dt .e {
        font-size: 14px;
    }

    .style1 .right h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .style1 .left {
        width: auto;
        float: none;
        text-align: center;
    }

    .style1 .right {
        width: auto;
        float: none;
    }

    .style1 .right .box2 dt {
        width: auto;
        float: none;
    }

    .style1 .right .box2 .table dd {
        width: 31.33%;
        margin-right: 3%;
    }

    .style1 .right .box2 .table2 dd {
        width: 19%;
        margin-right: 1.2%;
    }
}

.voicelist .pic {
    width: 31.66%;
    float: left;
    padding: 0 0 25px 0;
}

.voicelist .tbox {
    width: 64.16%;
    float: right;
    padding: 0 0 25px 0;
}

.voicelist .tbox h3 {
    font-weight: normal;
    font-size: 25px;
}

.voicelist .tbox h3 .w {
    display: inline-block !important;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}

.voicelist .tbox h3 .w:before {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: -205px;
    padding-left: 205px;
    background: #4d5766;
    position: absolute;
    bottom: 0;
    left: 0;
}

.voicelist .tbox .txt div {
    padding: 0 0 20px 0;
    color: #999;
}

.voicelist .tbox .txt {
    margin-bottom: 25px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #c8c8c9;
}

.voicelist .tbox .comment h4 {
    padding: 0 0 20px 0;
    font-weight: normal;
    font-size: 25px;
}

.voicelist .tbox .comment div {
    padding: 0 0 20px 0;
    color: #999;
}

.voicelist .tbox .stylist {
    padding: 23px 0 0 0;
    background: #f3f3f3;
    position: relative;
}

.voicelist .tbox .stylist .simg {
    width: 19.48%;
    float: left;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
}

.voicelist .tbox .stylist dl {
    width: 75.32%;
    float: right;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.voicelist .tbox .stylist dd.p {
    padding: 0 0 25px 0;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
}

.voicelist .tbox .stylist dt {
    font-size: 22px;
    line-height: 120%;
    position: relative;
}

.voicelist .tbox .stylist dt .e {
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 120%;
}

.voicelist .tbox .stylist:before {
    content: "";
    width: 500%;
    height: 100%;
    background: #f3f3f3;
    position: absolute;
    top: 0;
    left: -35px;
}

.voicelist .box {
    margin-bottom: 30px;
    padding: 70px 0 0 0;
    border-bottom: 1px solid #c8c8c9;
}

.voicelist {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .voicelist .tbox h3 {
        font-size: 20px;
    }

    .voicelist .tbox .comment h4 {
        font-size: 18px;
    }

    .voicelist .tbox .stylist dt {
        font-size: 18px;
    }

    .voicelist .tbox .stylist dd.p {
        font-size: 14px;
    }

    .voicelist .tbox .stylist dt .e {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .voicelist .pic {
        width: auto;
        float: none;
        text-align: center;
    }

    .voicelist .tbox {
        width: auto;
        float: none;
    }

    .voicelist .tbox .stylist .simg {
        width: auto;
        float: none;
        text-align: center;
    }

    .voicelist .tbox .stylist dl {
        width: auto;
        float: none;
    }
}

/*faq*/
.faqlist .box h3 {
    padding: 20px 100px 35px 100px;
    font-weight: normal;
    font-size: 25px;
    cursor: pointer;
    position: relative;
}

.faqlist .box h3 .q {
    width: 70px;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 42px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #4d5766;
    position: absolute;
    top: 0;
    left: 0;
}

.faqlist .box {
    padding: 30px 0 10px 0;
}

.faqlist .a {
    display: none;
    padding: 16px 100px 20px 100px;
    position: relative;
}

.faqlist .a h4 {
    width: 70px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 42px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    background: #343f50;
    position: absolute;
    top: 0;
    left: 0;
}

.faqlist .a div {
    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;
    margin-top: -2.5px;
    background: #4d5766;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    position: absolute;
    top: 50%;
    right: 20px;
}

.faqlist .box h3:after {
    content: "";
    width: 50px;
    height: 5px;
    margin-top: -2.5px;
    background: #4d5766;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.faqlist .box h3.active:before {
    transform: rotate(45deg);
}

.faqlist .box h3.active:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
    .faqlist .box h3 {
        padding: 5px 40px 25px 40px;
        font-size: 16px;
    }

    .faqlist .box h3 .q {
        width: 30px;
        font-size: 25px;
        line-height: 30px;
    }

    .faqlist .box h3:before {
        width: 30px;
        height: 3px;
        margin-top: -15px;
        right: 0;
    }

    .faqlist .box h3:after {
        width: 30px;
        height: 3px;
        margin-top: -15px;
        right: 0;
    }

    .faqlist .a h4 {
        width: 30px;
        font-size: 25px;
        line-height: 30px;
    }

    .faqlist .a {
        padding-top: 5px;
        padding-left: 40px;
        padding-right: 0;
    }
}

/*couopn*/
.couopn .subtit h2 {
    color: #343f50;
}

.couopnlist {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 0 30px 0;
}

.couopnlist .box {
    margin-bottom: 70px;
    box-sizing: border-box;
    border: 2px solid #343f50;
    position: relative;
}

.couopnlist .pic {
    width: 30%;
    float: left;
    padding: 0 0 0 7%;
    text-align: right;
    border-right: 2px solid #343f50;
    background: #343f50;
}

.couopnlist .tbox {
    width: 55.6%;
    float: right;
    padding: 0 4.2% 0 0;
}

.couopnlist .tbox h3 {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    border-bottom: 1px solid #c8c8c9;
}

.couopnlist .tbox div {
    padding: 0 0 20px 0;
}

.couopnlist .tbox dl {
    text-align: right;
}

.couopnlist .tbox dt {
    display: inline-block !important;
    vertical-align: middle;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 110%;
    text-decoration: line-through;
}

.couopnlist .tbox dd {
    display: inline-block !important;
    vertical-align: middle;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 50px;
    line-height: 110%;
}

.couopnlist .tbox dd:before {
    content: url(#);
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 15px;
}

.couopnlist .type {
    width: 5%;
    height: 100%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 21px;
    color: #fff;
    letter-spacing: 5px;
    writing-mode: vertical-rl;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .couopnlist .type {
        width: 100%;
        height: auto;
        padding: 5px 0;
        font-size: 16px;
        writing-mode: horizontal-tb;
        background: #343f50;
        position: relative;
    }

    .couopnlist .pic {
        padding-left: 0;
    }

    .couopnlist .tbox h3 {
        font-size: 18px;
    }

    .couopnlist .tbox dt {
        font-size: 20px;
    }

    .couopnlist .tbox dd {
        font-size: 30px;
    }
}

@media only screen and (max-width: 599px) {
    .couopnlist .pic {
        width: auto;
        float: none;
        padding: 0 0 20px 0;
        text-align: center;
        border: none;
        background: none;
    }

    .couopnlist .tbox {
        width: auto;
        float: none;
        padding: 0 2.5%;
    }
}

/*product*/
.product .subtit h2 {
    color: #343f50;
}

.productlist h3 {
    margin-bottom: 30px;
}

.productlist dl {
    width: 29.16%;
    padding: 0 6.26% 50px 0;
}

.productlist dl:nth-child(3n+3) {
    padding-right: 0;
}

.productlist dt {
    padding: 20px 0 0 0;
}

.productlist dt+dd {
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 22px;
    text-align: right;
}

.productlist {
    padding-bottom: 50px;
}

@media only screen and (max-width: 599px) {
    .productlist dl {
        width: 48%;
        padding-left: 1%;
        padding-right: 1% !important;
    }
}

/*troble*/
.trouble .subtit h2 {
    color: #343f50;
}

.trouble1 {
    padding: 70px 0 70px 0;
}

.trouble1 .pic {
    padding-bottom: 100px;
}

.trouble1 h3 {
    margin-bottom: 40px;
}

.trouble1 h4 {
    padding: 0 0 35px 0;
    font-size: 20px;
    color: #343f50;
}

.trouble1 li {
    padding: 0 0 20px 45px;
    font-size: 16px;
    color: #999;
    position: relative;
}

.trouble1 ul {
    padding: 0 0 60px 40px;
}

.trouble1 li .no {
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #343f50;
    position: absolute;
    top: 0;
    left: 0;
}

.trouble1 div {
    padding: 0 0 20px 0;
    color: #999;
}

.trouble2 .w12i {
    padding-top: 65px;
    padding-bottom: 80px;
}

.trouble2 .box {
    width: 41.66%;
    float: left;
    margin: 0 16.68% 30px 0;
}

.trouble2 .box:nth-child(2n+2) {
    margin-right: 0;
}

.trouble2 .box h3 {
    padding: 0 0 25px 0;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
}

.trouble2 .box div {
    padding: 0 0 20px 0;
    color: #999;
}

.trouble2 .box h4 {
    padding: 5px 0 25px 0;
    font-weight: normal;
    font-size: 20px;
    color: #343f50;
}

@media only screen and (max-width: 1024px) {
    .trouble2 .box h3 {
        font-size: 20px;
    }

    .trouble2 .box h4 {
        font-size: 18px;
    }

    .trouble1 h4 {
        font-size: 18px;
    }

    .trouble1 ul {
        padding-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .trouble2 .box {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

/*eyelash*/
.eyelash .subtit h2 {
    color: #343f50;
}

.eye1 {
    padding: 50px 0 40px 0;
}

.eye1 h3 {
    margin-bottom: 40px;
}

.eye1 .txt div {
    padding: 0 0 20px 0;
    line-height: 210%;
}

.eye1 .txt {
    padding-bottom: 30px;
}

.eye1 .box {
    width: 29.16%;
    margin: 0 6.26% 30px 0;
}

.eye1 .box:nth-child(3n+3) {
    margin-right: 0;
}

.eye1 .box dt {
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    font-weight: 100;
    font-size: 30px;
}

.eye1 .box dl+dl {
    padding-top: 40px;
    position: relative;
}

.eye1 .box dl+dl:before {
    content: url(#);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 10px;
    left: 50%;
}

.eye1 .box dd+dd {
    padding: 20px 0 20px 0;
}

@media only screen and (max-width: 1024px) {
    .eye1 .box dt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .eye1 .box {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }
}

.eye2 .w12i {
    padding-top: 70px;
}

/*プラン・料金について (plan_price)*/
.plan_price #side {
    width: 100%;
}

.plan_price .plan_price1 h4 {
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
}

.plan_price .plan_price1 .plan_price_box {
    padding: 25px 0;
    border: 1px solid #c8c8c9;
    background: #eaeced;
}

.plan_price .plan_price1 .plan_price_box+.plan_price_box {
    margin-top: 50px;
}

.plan_price .plan_price1 .box {
    width: calc(92% / 3);
    margin-left: 2%;
    padding: 20px;
    border: 1px solid #c8c8c9;
    background: #fff;
}

.plan_price .plan_price1 .box:last-of-type {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .plan_price .plan_price1 h4 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .plan_price.concept .concept1 {
        margin-bottom: 50px;
    }

    .plan_price .plan_price1 .box {
        width: 100%;
    }

    .plan_price .plan_price1 .box {
        margin-bottom: 2%;
        margin-right: 2%;
        padding: 10px;
    }

    .plan_price .plan_price1 .box:last-of-type {
        margin-bottom: 0;
        margin-right: 2%;
    }

    .plan_price .plan_price1 .plan_price_box {
        padding: 15px 0;
    }

    .plan_price .construction_example #side .access_btn {
        width: 100%;
    }

    .plan_price .construction_example #side .access_btn .btn {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {
    .plan_price.concept .concept1 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .plan_price .plan_price1 h4 {
        font-size: 14px;
    }

    .plan_price .construction_example #side .access_btn .btn {
        width: 100%;
    }
}

/*プラン・料金について (plan_price)*/

/*キャンペーンページ (campaign)＊ブログ・ニュース共有*/
.campaign .news_box .bloglist {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
}

.campaign .news_box .bloglist:last-of-type {
    margin-bottom: 0;
}

.campaign .news_box .bloglist+.bloglist {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #c8c8c9;
}

.campaign .h3s {
    margin-bottom: 0;
}

.campaign h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.campaign .bloglist a {
    display: block;
}

.campaign .bloglist .img {
    width: 30%;
}

.campaign .bloglist .text_box {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campaign .bloglist .text_box .text {
    margin-bottom: 10px;
}

.campaign .bloglist dl {
    width: 100%;
    border-bottom: none;
}

.campaign .bloglist dl dt {
    width: 20%;
}

.campaign .bloglist dl dd {
    width: calc(100% - 70%);
}

@media (max-width: 1024px) {
    .campaign .bloglist .text_box {
        margin-top: 25px;
    }

    .campaign .bloglist .img {
        width: 100%;
    }

    .campaign .bloglist .text_box {
        width: 100%;
    }

    .campaign .bloglist dl dt {
        width: 100%;
        font-weight: bold;
    }

    .campaign .bloglist dl dd {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .news_box {
        margin-top: 25px;
    }

    .campaign h4 {
        font-size: 14px;
    }

    .campaign .bloglist dl dt {
        font-size: 12px;
    }

    .campaign .news_box .bloglist {
        margin-top: 15px;
    }
}

/*キャンペーンページ (campaign) end */

[data-element-id] .slick_box.top-slide {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .slick_box.top-slide>div {
    width: 100%;
    display: flex;
    position: relative;
}

[data-element-id] .slick_box.top-slide>div::before {
    position: absolute;
}

[data-element-id] .slick_box.top-slide .slide-box {
    width: 25%;
}

[data-element-id] .slick_box.top-slide .slide-box:nth-last-of-type(4n) {
    display: none;
}

[data-element-id] .sp_access_btn {
  display: block;
  position: absolute;
}
[data-element-id] #footer .inner {
  padding-bottom: 100px;
}

[data-element-id] .totop {
  bottom: 70px;
  right: 20px;
} 

[data-element-id] .home-blog .home-blog_list {
  height: auto;
}

[data-element-id] .home-blog ul>div {
  display: flex;
}

/* プレビューページ用 */
/* html.uk-notouch .top_slick {
    width: 100%;
}

html.uk-notouch .top_slick .top-slide {
    width: 100%;
    display: flex;
}

html.uk-notouch .top_slick .slide-box {
    width: 25%;
} */

[data-collection-list-content]:hover:before {
    position: absolute;
}
