@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Ryumin Regular KL', 'リュウミン R-KL', "A-OTF Ryumin Pro", a-otf-ryumin-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    background: url(../images/bg_wall_01.png) repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 896px) {
    .container {
        width: -webkit-calc(100% - 30px);
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: -webkit-calc(100% - 15px);
    }
}

/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */

/*
heading******************************/

.title_x_large {
    font-size: 4.6rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 2.8rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.0rem;
    font-weight: bold;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

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

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

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

.three_list .list_item {
    width: -webkit-calc((100% - 4%) / 3);
    width: calc((100% - 4%) / 3);
    margin-top: 4rem;
    margin-right: 2%;
    margin-bottom: 3.0rem;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 896px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 896px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.6rem;
}

.three_list .list_item img {
    margin-bottom: 3.0rem;
}

/*
list*4カラム******************************/

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

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 2.0rem;
    margin-right: 3%;
    margin-bottom: 2.0rem;
}

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
list*5カラム******************************/

.five_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8.0rem;
}

.five_list .list_item {
    width: -webkit-calc((100% - 4%) / 5);
    width: calc((100% - 4%) / 5);
    margin-top: 1.0rem;
    margin-right: 1%;
    margin-bottom: 1.0rem;
}

.five_list .list_item .title {
    font-size: 2.0rem;
}

@media screen and (min-width: 993px) {
    .five_list .list_item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 6%) / 3);
        width: calc((100% - 6%) / 3);
        margin-right: 3%;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(3n) {
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

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

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_890 {
    width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_890 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

/*
header******************************/

/*
header******************************/

.header {
    position: relative;
}

/* .masthead {
    position: fixed;
    padding: 44px;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
    right: 0;
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 896px) {
    .masthead {
        padding: 50px 30px;
    }
}

.masthead.scrolled {
    background: #5680C3;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 44px;
}

@media only screen and (max-width: 896px) {
    .masthead.scrolled {
        padding: 38px 30px;
    }
} */

#container {
    z-index: 900;
}

#gloval-nav {
    background: rgba(0, 0, 0, 0.87);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.9rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 48.0rem;
    text-align: left;
    font-size: 1.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 896px) {
    #gloval-nav {
        width: 100vw;
    }
}

#gloval-nav>nav {
    position: absolute;
    top: 100px;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*padding: 3.0rem 0;*/
    transition: color .6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
    text-align: left;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

#gloval-nav .list_item_01 {
    padding-bottom: 5.0rem;
}

@media only screen and (max-width: 480px) {
    #gloval-nav .list_item_01 {
        padding: 0 30px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 4.0rem;
}

#gloval-nav .list_item_01>li:first-child {
    margin-top: 0;
    text-align: center;
}

#gloval-nav .list_item_01>li:nth-child(2) {
    margin-top: 9.0rem;
}

#gloval-nav .list_item_01>li:last-of-type {
    margin-bottom: 8.0rem;
}

#gloval-nav .list_item_01>li.link_instagram {
    text-align: center;
}

#gloval-nav .list_item_01>li.link_instagram span {
    display: block;
}

#gloval-nav .list_item_01>li.link_instagram span .icon_instagram {
    width: 21px;
    height: auto;
}

#gloval-nav .list_item_01>li.link_instagram span .title_instagram {
    width: 91px;
    height: auto;
}

#gloval-nav .followme {
    position: relative;
}

#gloval-nav .followme::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 138px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    top: 12px;
    left: 67px;
}

#gloval-nav .sns_wrap {
    padding-top: 0;
    margin-left: -13px;
    display: block;
}

#gloval-nav .sns_wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

#gloval-nav .sns_wrap ul li {
    padding: 0 13px;
}



/* open */

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.open #gloval-nav ul>li>ul>li {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: opacity .9s ease, -webkit-transform .1s ease;
    transition: transform .3s ease, opacity .9s ease;
    transition: transform .3s ease, opacity .9s ease, -webkit-transform .3s ease;
}

.open #gloval-nav ul>li>span>ul>li {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: opacity .9s ease, -webkit-transform .1s ease;
    transition: transform .3s ease, opacity .9s ease;
    transition: transform .3s ease, opacity .9s ease, -webkit-transform .3s ease;
}

#gloval-nav ul>ul {
    margin-left: 20px;
}

#gloval-nav ul>ul>li {
    padding-top: 1.0rem;
}

#gloval-nav a span.bull {
    margin-right: 8px;
    position: relative;
    top: 0px;
}


/* nav-toggle */

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
}

@media only screen and (max-width: 896px) {
    #nav-toggle {
        position: fixed;
        right: 12px;
    }
}

#nav-toggle>div {
    position: relative;
    width: 31px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

/* #nav-toggle:hover span:nth-child(1) {
    top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 23px;
} */

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* z-index */

#nav-toggle {
    z-index: 1000;
}

.gloval-nav_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

/* header left */

.header_left {
    position: absolute;
    z-index: 30;
    padding: 5.4rem 0 0 3.8rem;
}

@media screen and (max-width: 1400px) {
    .header_left {
        padding: 2.9rem 0 0 1.0rem;
    }
}

.header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align:flex-end;
    align-items:  flex-end;
}

@media screen and (max-width: 896px) {
    .header_logo {
            float: left;
    }
}

@media screen and (max-width: 1400px) {
    .header_logo_img {
        max-width: 114px;
    }
}

.header_catch {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 1.5rem;
}

@media screen and (max-width: 896px) {
    .header_catch {
        float: right;
        width: calc(100% - 137px);
        padding-top: 0;
    }
}

.home .header_catch {
    display: none;
}

.header_contact {
    padding-top: 2.4rem;
}

@media screen and (max-width: 896px) {
    .header_contact {
        float: none;
        clear: both;
        padding-top: 1.8rem;
    }
}

.header_contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 896px) {
    .header_contact ul {
        justify-content: start;
    }
}

.header_contact ul li:last-of-type {
        margin-left: 6px;
}

/*
top_kv******************************/

.top_kv {
    height: 100vh;
}

@media only screen and (max-width: 1200px) {
    .top_kv {
        max-height: 700px!important;
    }
}

.top_kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 15px);
    text-align: center;
    z-index: 5;
}

@media only screen and (max-width: 896px) {
    .top_kv_logo-img {
        width: 200px;
    }
}

.top_kv_logo_sns {
    padding-top: 3.0rem;
}

.top_kv_logo_sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_kv_logo_sns ul li {
    padding: 0 25px;
}


.scroll_content {
    position: relative;
    background: #fff;
    margin-bottom: 10.0rem;
}

@media only screen and (max-width: 896px) {
    .scroll_content {
        margin-bottom: 7.0rem;
    }
}

.scroll_content_line {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll_line_01 {
    position: relative;
    width: 1px;
    height: 90px;
    border: 1px solid #fff;
}

@media only screen and (max-width: 896px) {
    .scroll_line_01 {
        height: 60px;
    }
}

.scroll_line_01::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.75;
    animation: wheel 2s infinite 0s normal;
    -webkit-animation: wheel 2s infinite 0s normal;
}

@keyframes wheel {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        top: 160px;
        opacity: 0;
    }
}

@-webkit-keyframes wheel {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        top: 160px;
        opacity: 0;
    }
}

@media only screen and (max-width: 896px) {
    @keyframes wheel {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        100% {
            top: 100px;
            opacity: 0;
        }
    }

    @-webkit-keyframes wheel {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        100% {
            top: 100px;
            opacity: 0;
        }
    }
}

.scroll_line_02 {
    position: relative;
    width: 1px;
    height: 90px;
    border: 1px solid #fff;
}

@media only screen and (max-width: 896px) {
    .scroll_line_02 {
        height: 60px;
    }
}

/*
sub_kv******************************/

.sub_kv {
    position: relative;
    background: url(../images/sub_kv_01.jpg) no-repeat;
    height: 400px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10.0rem;
}

@media only screen and (max-width: 896px) {
    .sub_kv {
        height: 280px;
        margin-bottom: 7.0rem;
    }
}

.sub_kv_page_title {
    font-size: 4.2rem;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.40);
    width: 473px;
    height: 101px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 896px) {
    .sub_kv_page_title {
        font-size: 2.94rem;
        top: 50%;
        width: 331.1px;
        height: 70.7px;
    }
}

@media only screen and (max-width: 480px) {
    .sub_kv_page_title {
        top: 50%;
        width: 212.85px;
    }
}

/*
top-concept******************************/

.top-concept {
    padding: 10.0rem 0 7.5rem;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .top-concept {
        padding: 7.0rem 0 5.25rem;
    }
}

.top-concept-img {
    position: relative;
    background: url(../images/top_concept.jpg) no-repeat;
    height: 813px;
    background-position: center right;
    background-size: cover;
    margin-right: 20.3125vw;
}

@media only screen and (max-width: 600px) {
    .top-concept-img {
        height: 569px;
    }
}

.top-concept_info {
    position: absolute;
    bottom: 149px;
    right: 14.0625vw;
    background-color: rgba(0, 0, 0, 0.70);
    padding: 8.2rem 5.2083vw 5.5rem;
    width: 45.677%;
}

@media only screen and (max-width: 600px) {
    .top-concept_info {
        width: 80%;
        bottom: 126.5px;
    }
}

.top-concept-heading {
    font-size: 1.4rem;
}

.top-concept-text {
    font-size: 2.4rem;
    padding: 1.4rem 0 4.5rem;
}

@media screen and (min-width: 897px) {
    .top-concept-btn {
        width: 19.01vw;
    }
}

@media screen and (max-width: 896px) {
    .top-concept-btn {
        width: 60%;
    }
}

/*
top-works******************************/

.top-works {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .top-works {
        padding: 5.25rem 0;
    }
}

.top-works-heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 4.5rem;
}

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

.top-works_item {
    width: -webkit-calc((100% - 0%) / 2);
    width: calc((100% - 0%) / 2);
    margin-right: 0%;
    position: relative;
}

.top-works_item:nth-child(2n) {
        margin-right: 0;
    }

@media screen and (max-width: 600px) {
    .top-works_item {
        width: 100%;
    }
}

.top-works_item-img {
    position: relative;
    height: 429px;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 896px) {
    .top-works_item-img {
        height: 300px;
    }
}

.top-works_info {
    position: absolute;
    left: 38px;
    bottom: 106px;
    z-index: 2;
}

@media screen and (max-width: 896px) {
    .top-works_info {
        left: 26.6px;
        bottom: 74.2px;
    }
}

@media screen and (min-width: 897px) {
    .top-works_info-btn {
        width: 19.01vw;
    }
}

@media screen and (max-width: 896px) {
    .top-works_info-btn {
        width: 60%;
    }
}


.top-works_filter {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 1;
    width: 14.0625vw;
    height: 429px;
}

@media screen and (max-width: 896px) {
    .top-works_filter {
        height: 300px;
        width: 18vw;
    }
}

@media screen and (max-width: 600px) {
    .top-works_filter {
        width: 35vw;
    }
}

/*
top-news******************************/

.top-news {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .top-news {
        padding: 5.25rem 0;
    }
}

.top-news-heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 4.5rem;
}

.news_body {
    margin: 0 auto;
    max-width: 880px;
    border-top: 1px solid #B5B5B5;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 896px) {
    .news_body {
        width: 100%;
    }
}

.news_body dl a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3.1rem 0 3.0rem;
    border-bottom: 1px solid #B5B5B5;
    color: #fff;
}

@media only screen and (max-width: 896px) {
    .news_body dl a {
        display: block;
    }
}

.news_body dl+dl {
    margin-top: 0.6rem;
    padding-top: 0;
}

@media only screen and (max-width: 896px) {
    .news_body dl {
        display: block;
    }
}

.news_body dt {
    display: inline-block;
}

.news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 20px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 896px) {
    .news_body dd {
        padding-top: 15px;
    }
}

.news_body .date {
    font-size: 1.4rem;
    padding-left: 22px;
    padding-right: 40px;
}

/*
page-news******************************/

.page-news {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-news {
        padding: 5.25rem 0;
    }
}

.page-news_heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 4.5rem;
}

/*
page-newsDetail******************************/

.page-newsDetail {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-newsDetail {
        padding: 5.25rem 0;
    }
}

.page-newsDetail_inner {
    margin: 0 auto;
    max-width: 880px;
}

.page-newsDetail_panel-title {
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 5.0rem;
}

.page-newsDetail_panel-date {
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 27px;
}

.page-newsDetail_panel-text {
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    padding: 2.8rem 0 5.9rem;
    margin-top: 2.6rem;
}

.category_content .info  {
    position: relative;
    content: "";
    text-indent: -9999px;
    display: inline-block;
    background-image: url(../images/category_info.png);
    width: 105px;
    height: 28px;
    background-size: 100%;
}

.category_content .works  {
    position: relative;
    content: "";
    text-indent: -9999px;
    display: inline-block;
    background-image: url(../images/category_works.png);
    width: 105px;
    height: 28px;
    background-size: 100%;
}

.category_content .interview  {
    position: relative;
    content: "";
    text-indent: -9999px;
    display: inline-block;
    background-image: url(../images/category_interview.png);
    width: 105px;
    height: 28px;
    background-size: 100%;
}

.page-newsDetail_btn-back {
    text-align: right;
    padding-top: 10.0rem;
}

@media screen and (max-width: 896px) {
    .page-newsDetail_btn-back {
        width: 70%;
        max-width: 280px;
        margin: auto;
        padding-top: 7.0rem;
    }
}

/*
temp-company******************************/

.temp-company {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .temp-company {
        padding: 5.25rem 0;
    }
}

.temp-company-heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 4.5rem;
}

.page-template-company .temp-company-heading {
    display: none;
}

.temp-company_inner {
    margin: 0 auto;
    max-width: 880px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    padding: 3.7rem 0 4.0rem;
}

@media screen and (max-width: 896px) {
    .temp-company_inner {
        width: 100%;
        display: block;
    }
}

.temp-company_inner_left {
    width: 46%;
}

@media screen and (max-width: 896px) {
    .temp-company_inner_left {
        width: 100%;
    }
}

.temp-company_inner_right {
    width: 54%;
}

@media screen and (max-width: 896px) {
    .temp-company_inner_right {
        width: 100%;
        padding-top: 5.0rem;
    }
}

.temp-company_logo {
    text-align: center;
}

.temp-company_inner address {
    font-size: 1.6rem;
    font-style: inherit;
    color: #fff;
    padding-top: 2.6rem;
}

@media screen and (max-width: 896px) {
    .temp-company_inner address {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }
}

.temp-company_inner address a {
    color: #fff;
}

.temp-company_inner address span {
    display: block;
}

.temp-company_inner address span.temp-company_name {
    font-size: 2.0rem;
    padding-bottom: 2.0rem;
}

.temp-company_contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.9rem;
}

@media screen and (max-width: 896px) {
    .temp-company_contact ul {
        justify-content: center;
    }
}

.temp-company_contact ul li:last-of-type {
        margin-left: 6px;
}

.temp-company_access-heading {
    font-size: 2.4rem;
    text-align: center;
    padding: 7.0rem 15px 0;
}

.home .temp-company_access-heading {
    display: none;
}

/* Google Map */

.temp-company_google_map_inner {
    margin: 0 auto;
    max-width: 880px;
    height: 0;
    overflow: hidden;
    padding-bottom: 46.931818%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
    margin-top: 3.0rem;
}

@media screen and (max-width: 896px) {
    .temp-company_google_map_inner {
        width: 100%;
    }
}

.temp-company_google_map_inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.temp-company_google_map_inner iframe:hover {
    transition: filter 0.8s ease;
    -webkit-filter: grayscale(0) saturate(2);
    filter: grayscale(0) saturate(2);
}

.temp-company_google_map_caption {
    font-size: 1.4rem;
    padding-top: 1.0rem;
    text-align: center;
}

/*
page-company******************************/

/* profile */

.page-company_profile {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-company_profile {
        padding: 5.25rem 0;
    }
}

.page-company_profile-heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 4.5rem;
}

.page-company_profile_item {
    padding-bottom: 3.7rem;
    text-align: center;
}

.page-company_profile_item:last-of-type {
    padding-bottom: 0;
}

/* pastime */

.page-company_pastime {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-company_pastime {
        padding: 5.25rem 0;
    }
}

.page-company_pastime_heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 4.5rem;
}

.page-company_pastime_inner {
    margin: 0 auto;
    max-width: 880px;
}

@media screen and (max-width: 896px) {
    .page-company_pastime_inner {
        width: 100%;
    }
}

/* history */

.page-company_history {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-company_history {
        padding: 5.25rem 0;
    }
}

.page-company_history_heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 4.5rem;
}

.page-company_history_inner {
    margin: 0 auto;
    max-width: 880px;
}

@media screen and (max-width: 896px) {
    .page-company_history_inner {
        width: 100%;
    }
}

.page-company_pastime_item-date {
    display: inline-block;
    font-size: 2.4rem;
    color: #CCB52A;
}

.page-company_pastime_item_info {
    border-left: 1px solid #B5B5B5;
    padding-left: 68px;
    margin-left: 28px;
    padding-bottom: 8.0rem;
}

@media screen and (max-width: 896px) {
    .page-company_pastime_item_info {
        padding-left: 42px;
        margin-left: 24px;
        padding-bottom: 5.6rem;
    }
}

.page-company_pastime_item_info-text {
    transform: translateY(-34px);
}

.page-company_pastime_item_info_body {
    border-top: 1px dashed #fff;
    position: relative;
    z-index: 10;
}

.page-company_pastime_item_info_body dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.4rem 0 2.7rem 8px;
    border-bottom: 1px dashed #fff;
}

.page-company_pastime_item_info_body dl+dl {
    margin-top: 0.6rem;
}

@media only screen and (max-width: 768px) {
    .page-company_pastime_item_info_body dl {
        display: block;
    }
}

.page-company_pastime_item_info_body dt {
    display: inline-block;
    width: 58%;
}

@media only screen and (max-width: 768px) {
    .page-company_pastime_item_info_body dt {
        width: 100%;
    }
}

.page-company_pastime_item_info_body dd {
    width: 42%;
}

@media only screen and (max-width: 768px) {
    .page-company_pastime_item_info_body dd {
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    .page-company_pastime_item_info_body dd {
        margin-left: 8px;
    }
}

/*
temp-link******************************/

.temp-link {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .temp-link {
        padding: 5.25rem 0;
    }
}

.temp-link-heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 4.5rem;
}

.temp-link_inner {
    margin: 0 auto;
    max-width: 880px;
}

@media screen and (max-width: 896px) {
    .temp-link_inner {
        width: 100%;
    }
}

.temp-link_inner p {
    text-align: center;
}

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

.temp-link_item {
    width: -webkit-calc((100% - 6%) / 4);
    width: calc((100% - 6%) / 4);
    margin-top: 2rem;
    margin-right: 2%;
    margin-bottom: 0rem;
}

@media screen and (min-width: 569px) {
    .temp-link_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .temp-link_item {
        width: -webkit-calc((100% - 3%) / 2);
        width: calc((100% - 3%) / 2);
        margin-right: 3%;
    }

    .temp-link_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
footer******************************/

.footer {
    position: relative;
    background: url(../images/footer_img.jpg) no-repeat;
    height: 687px;
    background-position: center;
    background-size: cover;
    margin-top: 7.5rem;
}

@media screen and (max-width: 896px) {
    .footer {
        height: 480.9px;
        margin-top: 5.25rem;
    }
}

.footer_inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translateX(-50%);
    width: calc(100% - 15px);
}

.footer_contact-heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 1.0rem;
}

.footer_contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_contact ul li:last-of-type {
        margin-left: 6px;
}

.footer_sns {
    padding-top: 4.0rem;
}

.footer_sns .followme {
    text-align: center;
    padding-bottom: 2.0rem;
}

.footer_sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_sns ul li {
    padding: 0 25px;
}

.footer_copyright {
    font-size: 1.4rem;
    padding: 1.9rem 0 2.6rem;
    letter-spacing: 5px;
    text-align: center;
    color: #fff;
}

/*
page-concept******************************/

.page-concept {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-concept {
        padding: 5.25rem 0;
    }
}

.page-concept_content:first-of-type {
    padding-bottom: 8.0rem;
}

.page-concept-heading {
    font-size: 4.2rem;
    text-align: center;
    padding: 0 15px 0.9rem;
}

.page-concept-text {
    font-size: 2.4rem;
    text-align: center;
    padding: 0 15px 4.9rem;
}

.gallery01 .gallery_inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
}

.gallery01 .gallery_inner_slide {
    position: relative;
}

.gallery01 .gallery_inner_slide_img img {
    width: 100vw;
}

.gallery01 .gallery-text {
    padding-top: 4.5rem;
}

.gallery01 .swiper-button-prev {
    background: url(../images/arrow_left.png) no-repeat!important;
    width: 13px!important;
    height: 38px!important;
    background-size: 13px 38px!important;
    left: -56px!important;
}

@media screen and ( max-width: 896px) {
    .gallery01 .swiper-button-prev {
        left: 0px!important;
    }
}

.gallery01 .swiper-button-next {
    background: url(../images/arrow_right.png) no-repeat!important;
    width: 13px!important;
    height: 38px!important;
    background-size: 13px 38px!important;
    right: -56px!important;
}

@media screen and ( max-width: 896px) {
    .gallery01 .swiper-button-next {
        right: 0px!important;
    }
}

.page-concept_link {
    text-align: center;
    padding-top: 20.0rem;
}

@media screen and (max-width: 896px) {
    .page-concept_link {
        padding-top: 14.0rem;
    }
}

.page-concept_link_btn {
    padding-top: 5.8rem;
    margin: auto;
}

@media screen and (max-width: 896px) {
    .page-concept_link_btn {
        width: 70%;
        max-width: 280px;
        margin: auto;
    }
}

/*
page-works******************************/

.page-works {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-works {
        padding: 5.25rem 0;
    }
}

.page-works .btn_all {
    text-align: center;
}

@media screen and (max-width: 896px) {
    .page-works .btn_all {
        width: 70%;
        max-width: 280px;
        margin: auto;
    }
}

.page-works .btn_all select {
    border: 1px solid #ffffff;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
    width: 407px;
    height: 62px;
    text-align: center;
    background: transparent;
    color: #fff;
    font-size: 1.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow_bottom.png)!important;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    background-position: right 27px center;
}

@media screen and (max-width: 480px) {
    .page-works .btn_all select {
        width: 100%;
        max-width: 407px;
        height: 12.916vw;
        background-position: right 5.625vw center;
    }
}

.page-works .btn_all select:focus {
	color: #000;
}

.page-works-heading {
    font-size: 4.2rem;
    text-align: center;
    padding: 5.0rem 15px 0;
}

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

.page-works_item {
    width: -webkit-calc((100% - 6%) / 4);
    width: calc((100% - 6%) / 4);
    margin-top: 7.0rem;
    margin-right: 2%;
    margin-bottom: 0rem;
}

@media screen and (min-width: 668px) {
    .page-works_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 667px) {
    .page-works_item {
        width: -webkit-calc((100% - 3%) / 2);
        width: calc((100% - 3%) / 2);
        margin-right: 3%;
    }

    .page-works_item:nth-child(2n) {
        margin-right: 0;
    }
}

.page-works_item a {
    color: #fff;
}

.page-works_item-category {
    font-size: 1.4rem;
    padding-top: 1.4rem;
}

.page-works_item-name {
    font-size: 2.0rem;
    padding-top: 0.7rem;
}

.page-works_item-place {
    font-size: 1.6rem;
    padding-top: 0.6rem;
}

/*
page-worksDetail******************************/

.page-worksDetail {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-worksDetail {
        padding: 5.25rem 0;
    }
}

.page-worksDetail_inner {
    margin: 0 auto;
    max-width: 880px;
}

.page-worksDetail_panel-title {
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 5.0rem;
    display: block;
}

.page-worksDetail_panel-concept {
    font-size: 2.0rem;
    padding-bottom: 2.0rem;
}

.page-worksDetail_panel-text {
    padding-bottom: 2.6rem;
}

.page-worksDetail_panel-category {
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
}

.page-worksDetail_btn-back {
    text-align: center;
    padding-top: 10.0rem;
}

@media screen and (max-width: 896px) {
    .page-worksDetail_btn-back {
        width: 70%;
        max-width: 280px;
        padding-top: 7.0rem;
        margin-left: auto;
    }
}



.gallery02 {
    overflow: hidden;
}

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

.gallery02 .swiper {
    overflow: visible;
    padding-bottom: 3.2rem;
}

.gallery02 .slide-media,
.gallery02 .thumb-media {
    position: relative;
    overflow: hidden;
}

.gallery02 .slide-media {
    display: block;
    padding-top: 62.5%;
}

.gallery02 .slide-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery02 .thumb-media {
    cursor: pointer;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
}

@media only screen and (min-width: 1025px) {
    .gallery02 .thumb-media:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    .gallery02 .thumb-media:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.gallery02 .thumb-media img {
    -webkit-transition:  .8s cubic-bezier(.2, 1, .2, 1);
    transition:  .8s cubic-bezier(.2, 1, .2, 1);
    width: 100%;
    height: 112px;
    object-fit: cover;
}

@media screen and (max-width: 896px) {
    .gallery02 .thumb-media img {
        height: 15vw;
    }
}

.gallery02 .thumb-media-active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.3;
}

.gallery02 .thumb-media-active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery02 .swiper-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 62.5%;
}

.gallery02 .swiper-button-prev, .gallery02 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 13px;
    height: 38px;
    cursor: pointer;
}

.gallery02 .swiper-button-prev, .gallery02 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gallery02 .swiper-button-prev::after {
    content: "";
    width: 13px;
    height: 38px;
    cursor: pointer;
    background: url(../images/arrow_left.png) no-repeat!important;
}

.gallery02 .swiper-button-next::after {
    content: "";
    width: 13px;
    height: 38px;
    cursor: pointer;
    background: rebeccapurple;
    background: url(../images/arrow_right.png) no-repeat!important;
}

.gallery02 .swiper-button-prev {
    right: calc(100% + 3.0rem);
}

@media only screen and (max-width: 1024px) {
    .gallery02 .swiper-button-prev {
        right: calc(100% - 3.0rem);
    }
}

.gallery02 .swiper-button-next {
    left: calc(100% + 3.0rem);
}

@media only screen and (max-width: 1024px) {
    .gallery02 .swiper-button-next {
        left: calc(100% - 3.0rem);
    }
}

.gallery02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

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

.gallery02_item {
    width: -webkit-calc((100% - 4%) / 5);
    width: calc((100% - 4%) / 5);
    margin-bottom: 2.4rem;
    margin-right: 1%;
}

@media screen and (min-width: 993px) {
    .gallery02_item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .gallery02_item {
        width: -webkit-calc((100% - 6%) / 4);
        width: calc((100% - 6%) / 4);
        margin-right: 2%;
        margin-bottom: 1.2rem;
    }
}

@media screen and (max-width: 992px) {
    .gallery02_item:nth-child(4n) {
        margin-right: 0;
    }
}

/*
page-contact******************************/

.page-contact {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-contact {
        padding: 5.25rem 0;
    }
}

.page-contact-heading {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 15px 2.3rem;
}

.page-contact_inner {
    margin: 0 auto;
    max-width: 778px;
}

@media screen and (max-width: 1000px) {
    .page-contact_inner {
        width: 100%;
    }
}

.page-contact_form {
    padding-bottom: 10.0rem;
    margin-bottom: 10.0rem;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 896px) {
    .page-contact_form {
        padding-bottom: 7.0rem;
        margin-bottom: 7.0rem;
    }
}

.req::before {
    content: "";
    background: url(../images/icon_required.png) no-repeat;
    position: absolute;
    width: 16px;
    height: 23px;
    margin-left: -22px;
    margin-top: 0px;
}

@media screen and (max-width: 1000px) {
    .req::before {
        margin-left: -16px;
        margin-top: -4px;
    }
}

form#mail_form input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.page-contact_tel {
    text-align: center;
}

.page-contact_tel-text {
    padding-bottom: 3.5rem;
}

.page-contact_tel-text span {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
}

@media screen and (max-width: 896px) {
    .page-contact_tel_btn {
        width: 70%;
        max-width: 280px;
        margin: auto;
    }
}

.page-contact_form_document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}


@media screen and (max-width: 600px) {
    .page-contact_form_document {
        display: block;
    }
}

.page-contact_form_document span {
    display: block;
    padding-right: 68px;
}

form#mail_form input[name="postal"] {
    width: 30%!important;
}

@media screen and (max-width: 600px) {
    form#mail_form input[name="postal"] {
        width: 35%!important;
    }
}

form#mail_form input[name="postal"] + a {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #46b8da;
    border-radius: 3px;
    background: #5bc0de;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    text-decoration: none;
}

/*
page-thanks******************************/

.page-thanks {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-thanks {
        padding: 5.25rem 0;
    }
}

.page-thanks-text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 2.0;
}

/*
page-not_found******************************/

.page-not_found {
    padding: 7.5rem 0;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .page-not_found {
        padding: 5.25rem 0;
    }
}

.page-not_found-text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
}

.page-not_found-text a {
    color: #fff;
    text-decoration: underline;
}