@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: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    background: white;
    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: 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;
    }
}

.section {
    padding: 7.0rem 0;
}

/*
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;
    padding-bottom: 6.5rem;
}

.three_list .list_item {
    width: -webkit-calc((100% - 8%) / 3);
    width: calc((100% - 8%) / 3);
    margin-top: 4.0rem;
    margin-right: 4%;
    margin-bottom: 4.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: 2.2rem;
    padding: 0 0 1.8rem;
    font-weight: bold;
}

.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;
}

.rotate_x180 {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotateX(180deg);
}

.title_marker {
    text-align: center;
    padding-bottom: 1.0rem;
}

.title_marker span {
    text-align: center;
    font-size: 2.4rem;
    padding: 0 40px;
    display: inline-block;
    background: linear-gradient(transparent 50%, #FFE8A7 50%);
    font-weight: bold;
}

.title_icon::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 39px;
    margin-top: 2px;
    margin-right: 13px;
    margin-left: 0;
    background: url(../images/icon_title.png) no-repeat;
    vertical-align: middle;
}

.title_icon::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 39px;
    margin-top: 2px;
    margin-left: 13px;
    margin-right: 0;
    background: url(../images/icon_title.png) no-repeat;
    vertical-align: middle;
}

.bg {
    background: #FDF3D8;
}

/*
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;
}

#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;
}

/* .header_title {
    position: absolute;
    z-index: 5;
    top: 26px;
    left: 50px;
    color: #fff;
    font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
    .header_title {
        left: 15px;
        width: 50%;
    }
} */

/* .nav_log {
    width: 50%;
} */

/* header left */

.header_left {
    position: absolute;
    z-index: 30;
    padding: 2.9rem 0 0 3.9rem;
}

@media screen and (max-width: 1400px) {
    .header_left {
        padding: 2.9rem 0 0 1.0rem;
    }
}

@media screen and (max-width: 1200px) {
    .header_left {
        width: 250px;
    }
}

.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: 1400px) {
    .header_logo {
        display: block;
    }
}

@media screen and (max-width: 1400px) {
    .header_logo_img {
        max-width: 114px;
    }
}

.header_catch {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-left: 20px;
}

@media screen and (max-width: 1400px) {
    .header_catch {
        font-size: 0.8rem;
        padding-left: 0;
        padding-top: 2rem;
    }
}

.header_left .contact_content {
    border-top: inherit;
    border-bottom: inherit;
    padding: 0.6rem 0 1.7rem;
    width: 414px;
}

@media screen and (max-width: 1200px) {
    .header_left .contact_content {
        width: 250px;
    }
}

@media screen and (max-width: 1400px) {
    .header_left .contact_content .btn_content ul {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .header_left .contact_content .btn_content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 1400px) {
    .header_left .contact_content .btn_content ul li {
        justify-content: flex-start;
        margin: 0;
        padding: 0 3px;
    }
    .header_left .contact_content .btn_content ul li:last-of-type {
        margin-bottom: 0;
    }
}



.header_left address {
    font-size: 1.4rem;
    font-style: inherit;
}

.header_left address p {
    line-height: 2.8;
}

.header_left address .jusho img {
    position: relative;
    top: 10px;
}

.header_left address .phone img {
    position: relative;
    top: 9px;
}

.header_sns {
    position: absolute;
}

.header_sns .sns_content {
    padding-top: 2rem;
    top: 270px;
    z-index: 30;
    position: relative;
    padding-left: 3.9rem;
}

@media screen and (max-width: 1400px) {
    .header_sns .sns_content {
        padding-top: 0;
        position: relative;
        top: 376px;
        left: -21px;
        z-index: 30;
        display: inline-block;
    }
}

.header_sns .sns_content .followme {
    position: relative;
}

.header_sns .sns_content .followme::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 138px;
    height: 1px;
    margin-top: 11px;
    margin-left: 4px;
    overflow: hidden;
    background: #000;
}

@media screen and (max-width: 1400px) {
    .header_sns .sns_content .followme::after {
        position: inherit;
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .header_sns .sns_content .followme img {
        -webkit-transform: translate(-50%, 0)rotate(90deg);
        transform: translate(-50%, 0)rotate(90deg);
    }
}

.header_sns .sns_wrap {
    padding-top: 1.6rem;
    margin-left: -13px;
    display: inline-block;
}

.header_sns .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;
}

@media screen and (max-width: 1400px) {
    .header_sns .sns_wrap ul {
        display: block;
        text-align: center;
    }
}

.header_sns .sns_wrap ul li {
    padding: 0 13px;
}

@media screen and (max-width: 1400px) {
    .header_sns .sns_wrap ul li {
        padding: 11px 0;
    }
}

.header_sns .icon_twitter {
    display: block;
    height: 2.3rem;
}

.header .copyright_content {
    position: absolute;
    top: 680px;
    font-size: 1.2rem;
    z-index: 30;
}

.header .copyright_content .copyright {
    display: block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.header .copyright_content .arrow_line01 {
    position: relative;
    left: 10px;
    margin-top: 5px;
    width: 1px;
    height: 50px;
    overflow: hidden;
    background: #000;
}

.header .copyright_content .arrow_line02 {
    position: relative;
    margin-top: 0;
    width: 1px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    height: 10px;
    left: 14px;
    top: -8px;
    overflow: hidden;
    background: #000;
}

.header_sp {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .header_pc {
        display: none;
    }

    .header_sp {
        display: block;
    }
}



/*
top_kv******************************/

.top_kv {
    background: url(../images/kv.jpg) no-repeat;
    width: 100%;
    height: 100vh;
    background-position: 50% bottom;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 1920px) {
    .top_kv {
        background: url(../images/kv.jpg) no-repeat;
        width: 100%;
        height: 100vh;
        background-position: 100% bottom;
    }
}

@media only screen and (max-width:1400px) {
    .top_kv {
        background: url(../images/kv.jpg) no-repeat;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        background-position: bottom right -150px;
        position: relative;
        z-index: 10;
        background-size: cover;
    }
}

@media only screen and (max-width:1200px) {
    .top_kv {
        background: url(../images/kv_sp.png) no-repeat;
        width: 100%;
        height: 800px;
        background-position: bottom right;
    }
}

@media only screen and (max-width:896px) {
    .top_kv {
        background: url(../images/kv_sp.png) no-repeat;
        height: 700px;
        background-position: bottom right;
        background-size: 50%;
        position: relative;
    }
}

@media only screen and (max-width:960px) and (max-height:480px) {
    .top_kv {
        background: url(../images/kv_sp.png) no-repeat;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        background-position: bottom right;
        background-size: 40%;
        position: relative;
    }
}

@media only screen and (max-width:480px) {
    .top_kv {
        background: url(../images/kv_sp.png) no-repeat;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        background-position: bottom right;
        background-size: cover;
        position: relative;
    }
}

@media only screen and (max-width:480px) and (max-height:320px) {
    .top_kv {
        background: url(../images/kv_sp.png) no-repeat;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        background-position: bottom right;
        background-size: 53%;
        position: relative;
    }
}

.kv_inner {
    width: 680px;
    margin: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
}

@media only screen and (max-width:1400px) {
    .kv_inner {
        top: 30%;
    }
}

@media only screen and (max-width:896px) {
    .kv_inner {
        top: 35%;
    }
}

@media only screen and (max-width:960px) and (max-height:480px) {
    .kv_inner {
        top: 17%;
    }
}

@media only screen and (max-width:480px) and (max-height:480px) {
    .kv_inner {
        top: 35%;
    }
}

@media only screen and (max-width:320px) {
    .kv_inner {
        top: 46%;
    }
}


.kv_inner .page_title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}

@media only screen and (max-width:960px) {
    .top_kv .page_title img {
        width: 400px;
    }
}

@media only screen and (max-width:896px) {
    .top_kv .page_title img {
        width: 360px;
    }
}

@media only screen and (max-width:896px) and (max-height:480px)  {
    .top_kv .page_title img {
        width: 280px;
    }
}

@media only screen and (max-width:480px) {
    .top_kv .page_title img {
        width: 300px;
    }
}

@media only screen and (max-width:480px) and (max-height:320px) {
    .top_kv .page_title img {
        width: 200px;
    }
}

@media only screen and (max-width:320px) {
    .top_kv .page_title img {
        width: 163px;
    }
}

.scroll_wrap {
    position: relative;
    top: 95%;
}

.scroll_icon {
    position: absolute;
    z-index: 5;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* .scroll_icon {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll_icon::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 110px;
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll_icon::after {
    content: '';
    position: absolute;
    top: 102px;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 110px;
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

.scroll_line {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 7px;
    width: 1px;
    height: 170px;
    overflow: hidden;
    background: rgba(26, 26, 26, 0.2);
}

.scroll_line:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #0EABC4;
    -webkit-animation: scrollAnim 1.7s cubic-bezier(0.9, 0.1, 0.3, 0.9) infinite;
    animation: scrollAnim 1.7s cubic-bezier(0.9, 0.1, 0.3, 0.9) infinite;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

@-webkit-keyframes scrollAnim {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    80% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@keyframes scrollAnim {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    80% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

/*
sub_kv******************************/

.sub_kv_bg {
    background: url(../images/sub_kv.png) no-repeat;
    height: 386px;
    background-position: 100%;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width:1200px) {
    .sub_kv_bg {
        background-position: 88%;
    }
}

@media only screen and (max-width:896px) {
    .sub_kv_bg {
        background: url(../images/kv_sp.png) no-repeat;
        height: 400px;
        background-position: bottom right;
        background-size: 40%;
        position: relative;
    }
}

@media only screen and (max-width:960px) and (max-height:480px) {
    .sub_kv_bg {
        background: url(../images/kv_sp.png) no-repeat;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        background-position: bottom right;
        background-size: 40%;
        position: relative;
    }
}

@media only screen and (max-width:480px) {
    .sub_kv_bg {
        background: url(../images/kv_sp.png) no-repeat;
        height: 480px;
        background-position: bottom right;
        background-size: 80%;
        position: relative;
    }
}

.sub_kv_inner {
    width: 680px;
    margin: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
}

@media only screen and (max-width:896px) {
    .sub_kv_inner {
        top: 32%;
    }
}

@media only screen and (max-width:480px) {
    .sub_kv_inner {
        top: 48%;
    }
}

.sub_kv_inner .page_title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}

.sub_kv_inner .page_title span {
    display: block;
}

@media only screen and (max-width:896px) {
    .sub_kv_aboutus .page_title img {
        width: 301.1px;
    }
}

@media only screen and (max-width:480px) {
    .sub_kv_aboutus .page_title img {
        width: 222.9px;
    }
}

@media only screen and (max-width:896px) {
    .sub_kv_business_content .page_title img {
        width: 360.4px;
    }
}

@media only screen and (max-width:480px) {
    .sub_kv_business_content .page_title img {
        width: 266.8px;
    }
}

@media only screen and (max-width:896px) {
    .sub_kv_construction_example .page_title img {
        width: 398.1px;
    }
}

@media only screen and (max-width:480px) {
    .sub_kv_construction_example .page_title img {
        width: 294.7px;
    }
}

@media only screen and (max-width:896px) {
    .sub_kv_news .page_title img {
        width: 237.2px;
    }
}

@media only screen and (max-width:480px) {
    .sub_kv_news .page_title img {
        width: 175.6px;
    }
}

@media only screen and (max-width:896px) {
    .sub_kv_contact .page_title img {
        width: 152.5px;
    }
}

@media only screen and (max-width:480px) {
    .sub_kv_contact .page_title img {
        width: 112.9px;
    }
}

@media only screen and (max-width:896px) {
    .sub_kv_404 .page_title img {
        width: 277.2px;
    }
}

@media only screen and (max-width:480px) {
    .sub_kv_404 .page_title img {
        width: 205.2px;
    }
}

/*
concept******************************/

.concept {
    padding: 10.0rem 0 5.0rem;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    margin-bottom: -14.0rem;
}

@media screen and (max-width: 1200px) {
    .concept {
        margin-bottom: -6.0rem;
    }
}

@media screen and (max-width: 1200px) {
    .concept {
        padding-top: 14.0rem;
    }
}

/* stage_1st  */

.concept .stage_1st .img_left_auto {
    width: 100%;
    text-align: left;
    height: 0;
}

@media screen and (max-width: 896px) {
    .concept .stage_1st .img_left_auto {
        height: auto;
    }
}

.concept .stage_1st .img_left_auto .images_inner {
    width: 50%;
    margin-right: auto;
    position: relative;
    z-index: 20;
    padding-right: 68px;
}

@media screen and (max-width: 896px) {
    .concept .stage_1st .img_left_auto .images_inner {
        width: 100%;
        margin-right: auto;
        padding-right: 0;
        padding-bottom: 3.0rem;
    }
}

.concept .stage_1st .text_area {
    position: relative;
    min-height: 33.35vw;
    z-index: 20;
}

@media screen and (max-width: 896px) {
    .concept .stage_1st .text_area {
        margin-top: 0;
        margin-left: 0;
    }
}

.concept .stage_1st .title_large {
    padding-top: 1.0rem;
    padding-bottom: 3.2rem;
}

.concept .stage_1st .text {
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (max-width: 1600px) {
    .concept .stage_1st .text {
        padding: 0 0 10.0rem;
    }
}

.concept .stage_1st span.btn {
    display: block;
    padding-top: 3.6rem;
}

/* stage_2st */

.concept .stage_2st .img_right_auto {
    width: 100%;
    text-align: right;
    height: 0;
}

@media screen and (max-width: 896px) {
    .concept .stage_2st .img_right_auto {
        width: 100%;
        text-align: right;
        height: auto;
    }
}

.concept .stage_2st .img_right_auto .images_inner {
    width: 50%;
    margin-left: auto;
    position: relative;
    z-index: 20;
    padding-left: 68px;
}

@media screen and (max-width: 896px) {
    .concept .stage_2st .img_right_auto .images_inner {
        width: 100%;
        margin-left: auto;
        padding-left: 0;
        padding-bottom: 3.0rem;
    }
}

.concept .stage_2st .text_area {
    position: relative;
    min-height: 33.35vw;
    z-index: 20;
}

@media screen and (max-width: 896px) {
    .concept .stage_2st .text_area {
        margin-right: 0;
    }
}

.concept .stage_2st .title_large {
    padding-top: 1.0rem;
    padding-bottom: 3.2rem;
}

.concept .stage_2st .text {
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (max-width: 1600px) {
    .concept .stage_2st .text {
        padding: 0 0 5rem;
    }
}

.concept .stage_2st span.btn {
    display: block;
    padding-top: 3.6rem;
}

.concept .stage_2st .photo {
    display: block;
    text-align: right;
    padding-top: 3.6rem;
}

.concept .paint_01 {
    position: relative;
}

.concept .paint_01::after {
    content: "";
    background: url(../images/bg_paint_03.png) no-repeat;
    position: absolute;
    width: 512px;
    height: 686px;
    top: -100px;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 896px) {
    .concept .paint_01::after {
        width: 304px;
        height: 407px;
        top: -300px;
    }
}

.concept .paint_02 {
    position: relative;
}

.concept .paint_02::after {
    content: "";
    background: url(../images/bg_paint_01.png) no-repeat;
    position: absolute;
    width: 550px;
    height: 736px;
    top: -260px;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 896px) {
    .concept .paint_02::after {
        background-size: 329px 440px;
        top: 412px;
    }
}

@media screen and (max-width: 480px) {
    .concept .paint_02::after {
        background-size: 329px 440px;
        top: 91px;
    }
}

.concept .paint_03 {
    position: relative;
}

.concept .paint_03::before {
    content: "";
    background: url(../images/bg_paint_02.png) no-repeat;
    position: absolute;
    width: 512px;
    height: 686px;
    top: 217px;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 896px) {
    .concept .paint_03::before {
        background-size: 273px 366px;
        top: 623px;
    }
}

@media screen and (max-width: 480px) {
    .concept .paint_03::before {
        background-size: 273px 366px;
        top: 429px;
    }
}

.concept .paint_03::after {
    content: "";
    background: url(../images/bg_paint_04.png) no-repeat;
    position: absolute;
    width: 621px;
    height: 831px;
    top: -450px;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 896px) {
    .concept .paint_03::after {
        top: 108px;
        background-size: 280px 374px;
        background-position: right;
    }
}

@media screen and (max-width: 480px) {
    .concept .paint_03::after {
        top: -98px;
        background-size: 280px 374px;
        background-position: right;
    }
}



/*
business_content_list******************************/

.business_content_list.naname {
    color: #fff;
    background: #2F3948;
    margin-top: 5vw;
}

.business_content_list .title {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3.7rem;
    color: #fff;
}

.business_content_list .title span {
    display: block;
}

.business_content_list .bg_inner {
    position: relative;
}

.business_content_list .bg_inner::before{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    transform: skewY(357deg);
    transform-origin: top left;
    z-index: 1;
    width:100%;
    height:100%;
    background:#2F3948;
}

.business_content_list .bg_inner::after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    transform: skewY(357deg);
    transform-origin: bottom right;
    z-index: 2;
    width:100%;
    height:100%;
    background:#2F3948;
}

.business_content_list .bg_inner .contents {
    margin: 0 auto;
    padding: 3.0rem 0 7.5rem;
    color: #fff;
    position: relative;
    z-index: 10;
    background:#2F3948;
}

.business_content_list .text_area {
    padding-top: 1.5rem;
    color: #fff;
}

.business_content_list .text_area .title_medium {
    font-weight: bold;
}

.business_content_list .btn {
    text-align: center;
}

.business_content_list .list_item .box_img {
    overflow: hidden;
    position: relative;
}

.business_content_list .list_item .box_img img {
    width: 100%;
    height: 100%;
    transition: .4s;
}

.business_content_list .list_item .box_img::after {
    content: 'More';
    font-size: 1.6rem;
    text-align: center;
    padding-top: 30%;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.4);
    transition: .8s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.business_content_list .list_item a:hover .box_img::after {
  opacity: 1;
}

.business_content_list .list_item a:hover .box_img img {
    transform: scale(1.1);
}

/*
construction_example_slide******************************/

.construction_example_slide {
    padding: 10.0rem 0;
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

.construction_example_slide .title {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3.7rem;
    color:#355385;
}

.construction_example_slide .title span {
    display: block;
}

.inner_content {
    background: #fff;
    padding: 5.0rem 4.0rem;
}

/* inner_content img {
    width: 80%;
} */

.inner_content .link-wrap {
    position: relative;
}

.inner_content .link-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.inner_content .d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 896px) {
    .inner_content .d_flex {
        display: block;
    }
}

.inner_content .d_flex .left {
    width: 50%;
}

@media only screen and (max-width: 896px) {
    .inner_content .d_flex .left {
        width: 100%;
    }
}

.inner_content .d_flex .left img {
    width: 100vw;
}

.inner_content .d_flex .right {
    width: 50%;
    padding-left: 40px;
}

@media only screen and (max-width: 896px) {
    .inner_content .d_flex .right {
        width: 100%;
        padding-left: 0;
        padding-top: 4.0rem;
    }
}

.inner_content dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #000;
}

@media screen and (max-width: 896px) {
    .inner_content dl {
        display: block;
    }
}

.inner_content dl dt {
    width: 38%;
    padding: 12px 0.9rem 12px 0;
    line-height: 1.8;
}

@media screen and (max-width: 896px) {
    .inner_content dl dt {
        width: 100%;
    }
}

.inner_content dl dd {
    width: 62%;
    padding: 12px 0;
    line-height: 1.8;
}

@media screen and (max-width: 896px) {
    .inner_content dl dd {
        width: 100%;
        padding: 0 0 12px 0;
    }
}

.construction_example_slide .inner_content dl dd {
    width: 62%;
    padding: 12px 24px 12px 0;
    line-height: 1.8;
}

@media screen and (max-width: 896px) {
    .construction_example_slide .inner_content dl dd {
        width: 100%;
        padding: 0 0 12px 0;
    }
}


.construction_example_slide .btn {
    text-align: right;
    margin-top: -3rem;
    padding-top: 0;
    z-index: 10;
    position: relative;
}

.inner_content .d_flex .right .date {
    letter-spacing: 3px;
}

/* swiper */

.swiper-button-prev {
    background: url(../images/arrow_left.png) no-repeat!important;
    width: 22px!important;
    height: 35px!important;
    background-size: 22px 35px!important;
    left: -1px!important;
}

.swiper-button-next {
    background: url(../images/arrow_right.png) no-repeat!important;
    width: 22px!important;
    height: 35px!important;
    background-size: 22px 35px!important;
    right: -1px!important;
}

.swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: inherit!important;
    background: #B4B4B4!important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #5680C3!important;
}

.construction_example_slide .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
    position: relative;
    text-align: center;
}

.business_content_child .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
    position: relative;
    text-align: right;
    width: 90%;
}

.construction_example .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
    position: relative;
    text-align: right;
}

@media screen and (max-width: 896px) {
    .construction_example_slide .swiper-button-next {
        top: 55vw!important;
        margin-top: 0px!important;
        display: none;
    }

    .construction_example_slide .swiper-button-prev {
        top: 55vw!important;
        margin-top: 0px!important;
        display: none;
    }
}

/*
news******************************/

.news_list {
    background: url(../images/bg_news.png) no-repeat;
    width: 100%;
    height: 676px;
    padding: 7rem 0;
    background-position-x: 84%;
    background-size: cover;
}
.news_list .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3.0rem;
    color: #355383;
}

.news_list .title span {
    display: block;
    line-height: 1.0;
}

.archive_inner {
    background: inherit;
    margin: 0 auto;
    padding: 4.0rem 75px 6.5rem;
}

@media screen and (max-width: 992px) {
    .archive_inner {
        width: 90%;
        padding: 4.0rem 50px 6.5rem;
    }
}

@media screen and (max-width: 480px) {
    .archive_inner {
        padding: 4.0rem 25px 6.5rem;
    }
}

.news_body {
    border-top: 1px dashed #000;
}

.news_body dl a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #252525;
    padding: 2.5rem 0 2.0rem;
    border-bottom: 1px dashed #000;
}

.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 dd {
        margin-left: 40px;
    }
}

.news_body dt {
    display: inline-block;
}

.news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 16px;
    font-size: 1.6rem;
}

.news_body .date {
    font-size: 1.4rem;
    padding-left: 16px;
}

.news_list .btn {
    text-align: center;
    padding-top: 0;
}

/*
news_archive******************************/

.news_archive {
    background: url(../images/bg_wall_02.png) repeat;
    width: 100%;
    height: auto;
    padding: 7.0rem 0;
}

.news_archive .archive_inner {
    background: #fff;
    margin: 0 auto;
    padding: 10.0rem 75px 10.0rem;
}

@media screen and (max-width: 992px) {
    .news_archive .archive_inner {
        width: 90%;
        padding: 8.0rem 50px 5.0rem;
    }
}

@media screen and (max-width: 480px) {
    .news_archive .archive_inner {
        padding: 8.0rem 25px 5.0rem;
    }
}


/*
news_single******************************/

.news_single {
    background: url(../images/bg_wall_02.png) repeat;
    width: 100%;
    height: auto;
    padding: 7.0rem 0;
}

.single_inner {
    background: #fff;
    margin: 0 auto;
    padding: 5.0rem 75px 8.0rem;
}

@media screen and (max-width: 992px) {
    .single_inner {
        padding: 8.0rem 50px 5.0rem;
    }
}

@media screen and (max-width: 480px) {
    .single_inner {
        padding: 8.0rem 25px 5.0rem;
    }
}

/* .notice_date_wrap {
    overflow: hidden;
} */

.notice_category {
    float: left;
}

.notice_date {
    font-size: 1.4rem;
    display: block;
    padding-bottom: 1.5rem;
}

.notice_title {
    font-size: 2.4rem;
    display: block;
    padding-bottom: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.notice_text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

/*
postNavi
***************************************************** */

.back {
    text-align: center;
    padding-top: 6.5rem;
}

/*
aboutus
***************************************************** */

.aboutus {
    background: url(../images/bg_wall_02.png) repeat;
    width: 100%;
    height: auto;
    padding: 10rem 0 0;
    margin-bottom: -15rem;
    position: relative;
}

@media screen and (max-width: 896px) {
    .aboutus {
        background-position-x: 10%;
    }
}

/* greeting */

.greeting {
    padding-bottom: 10.0rem;
}

.greeting .image_box {
    padding-right: 4.3rem;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 896px) {
    .greeting .image_box {
        padding-right: 0;
    }
}

.greeting .image_box img {
    width: 100vw;
}

.greeting .title_medium {
    padding: 6.5rem 0 4.0rem;
}

.daihilyo {
    text-align: right;
    padding-top: 0.8rem;
}

.daihilyo span:first-of-type {
    padding-right: 14px;
}

.greeting .text_box {
    position: relative;
    z-index: 10;
}

/* company_profile */

.company_profile {
    padding-bottom: 20.0rem;
}

/* @media screen and (max-width: 896px) {
    .company_profile {
        padding-bottom: 10.0rem;
    }
} */

.company_profile .title_large {
    text-align: center;
    padding-bottom: 3.2rem;
    position: relative;
    z-index: 10;
}

.company_profile .inner_873 {
    width: 873px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .company_profile .inner_873 {
        width: 90%;
        padding: 0 15px;
    }
}

.company_profile .address_area {
    margin: 0 auto;
    padding-bottom: 3.4rem;
    position: relative;
    z-index: 10;
}

.company_profile .address_area dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #000;
}

@media screen and (max-width: 896px) {
    .company_profile .address_area dl {
        display: block;
    }
}

.company_profile .address_area dl:first-of-type {
    border-top: 1px dashed #000;
}

.company_profile .address_area dl dt {
    width: 21%;
    padding: 0.9rem 12px 0.9rem;
    line-height: 1.8;
}

@media screen and (max-width: 896px) {
    .company_profile .address_area dl dt {
        width: 100%;
    }
}

.company_profile .address_area dl dd {
    width: 79%;
    padding: 0.9rem 0px 0.9rem;
    line-height: 1.8;
}

@media screen and (max-width: 896px) {
    .company_profile .address_area dl dd {
        width: 100%;
        padding: 0 12px 0.9rem;
    }
}

/* Google Map */

.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 57.044673%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
}

@media screen and (max-width: 896px) {
    .google_map {
        width: 100%;
    }
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.company_profile .btn {
    padding-top: 10rem;
    position: relative;
    z-index: 10;
}

.greeting {
    position: relative;
}

.greeting .paint_01::after {
    content: "";
    background: url(../images/bg_paint_05.png) no-repeat;
    position: absolute;
    width: 699px;
    height: 935px;
    top: 354px;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 896px) {
    .greeting .paint_01::after {
        background-size: 273px 366px;
        top: 1045px;
        right: -432px;
    }
}

@media screen and (max-width: 480px) {
    .greeting .paint_01::after {
        background-size: 273px 366px;
        top: 843px;
        right: -486px;
    }
}

.company_profile {
    position: relative;
}

.company_profile .paint_02::after {
    content: "";
    background: url(../images/bg_paint_02.png) no-repeat;
    position: absolute;
    width: 512px;
    height: 686px;
    top: 804px;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 896px) {
    .company_profile .paint_02::before {
        background-size: 273px 366px;
        top: 623px;
    }
}

@media screen and (max-width: 480px) {
    .company_profile .paint_02::before {
        background-size: 273px 366px;
        top: 429px;
    }
}

/*
business_content
***************************************************** */

.business_content_00 {
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding: 10rem 0 0;
}

.business_content_00 .text {
    width: 915px;
    margin: 0 auto;
    padding-bottom: 20.0rem;
}

@media screen and (max-width: 992px) {
    .business_content_00 .text {
        width: 86%;
        padding-bottom: 15.0rem;
    }
}

/* stage_1st  */

.business_content_01 .stage_1st .img_left_auto {
    width: 100%;
    text-align: left;
    height: 0;
}

@media screen and (max-width: 896px) {
    .business_content_01 .stage_1st .img_left_auto {
        height: auto;
    }
}

.business_content_01 .stage_1st .img_left_auto .images_inner {
    width: 50%;
    margin-right: auto;
    position: relative;
    z-index: 20;
    padding-right: 68px;
}

@media screen and (max-width: 896px) {
    .business_content_01 .stage_1st .img_left_auto .images_inner {
        width: 100%;
        margin-right: auto;
        padding-right: 0;
        padding-bottom: 3.0rem;
    }
}

.business_content_01 .stage_1st .text_area {
    position: relative;
    min-height: 25.35vw;
    color: #fff;
    z-index: 20;
}

@media screen and (max-width: 896px) {
    .business_content_01 .stage_1st .text_area {
        margin-top: 0;
        margin-left: 0;
    }
}

.business_content_01 .stage_1st .title_large {
    padding-top: 1.0rem;
    padding-bottom: 3.2rem;
}

.business_content_01 .stage_1st .text {
    font-size: 1.6rem;
    line-height: 1.8;
}

/* @media screen and (max-width: 1600px) {
    .business_content_01 .stage_1st .text {
        padding: 0 0 10.0rem;
    }
} */

.business_content_01 .stage_1st span.btn {
    display: block;
    padding-top: 3.6rem;
}

.business_content_01.naname {
    color: #fff;
    background: #2F3948;
    margin-top: 125px;
}

.business_content_01 .bg_inner::after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    transform: skewY(357deg);
    transform-origin: bottom right;
    z-index: 2;
    width:100%;
    height:100%;
    background:#2F3948;
}

.business_content_01 .bg_inner {
    position: relative;
    padding: 10rem 0;
}

.business_content_01 .bg_inner::before{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    transform: skewY(357deg);
    transform-origin: top left;
    z-index: 1;
    width:100%;
    height:100%;
    background:#2F3948;
}

.business_content_01 .bg_inner::after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    transform: skewY(357deg);
    transform-origin: bottom right;
    z-index: 2;
    width:100%;
    height:100%;
    background:#2F3948;
}

/* stage_2st */

.business_content_02 {
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
}

.business_content_02 .stage_2st .img_right_auto {
    width: 100%;
    text-align: right;
    height: 0;
}

@media screen and (max-width: 896px) {
    .business_content_02 .stage_2st .img_right_auto {
        width: 100%;
        text-align: right;
        height: auto;
    }
}

.business_content_02 .stage_2st .img_right_auto .images_inner {
    width: 50%;
    margin-left: auto;
    position: relative;
    z-index: 20;
    padding-left: 68px;
}

@media screen and (max-width: 896px) {
    .business_content_02 .stage_2st .img_right_auto .images_inner {
        width: 100%;
        margin-left: auto;
        padding-left: 0;
        padding-bottom: 3.0rem;
    }
}

.business_content_02 .stage_2st .text_area {
    position: relative;
    min-height: 25.35vw;
    z-index: 20;
}

@media screen and (max-width: 896px) {
    .business_content_02 .stage_2st .text_area {
        margin-right: 0;
    }
}

.business_content_02 .stage_2st .title_large {
    padding-top: 1.0rem;
    padding-bottom: 3.2rem;
}

.business_content_02 .stage_2st .text {
    font-size: 1.6rem;
    line-height: 1.8;
}

/* @media screen and (max-width: 1600px) {
    .business_content_02 .stage_2st .text {
        padding: 0 0 5rem;
    }
} */

.business_content_02 .stage_2st span.btn {
    display: block;
    padding-top: 3.6rem;
}

.business_content_02 .stage_2st .photo {
    display: block;
    text-align: right;
    padding-top: 3.6rem;
}

.business_content_02 .bg_inner {
    position: relative;
    padding: 20rem 0;
}

@media screen and (max-width: 1200px) {
    .business_content_02 .bg_inner {
        position: relative;
        padding: 15rem 0;
    }
}

/*
flow******************************/

.flow {
    background: url(../images/bg_wall_02.png) repeat;
    width: 100%;
    height: auto;
    padding: 10.0rem 0;
}

.flow .title {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3.7rem;
}

.flow .title span {
    display: block;
}

.flow_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
    padding: 3.0rem 45px;
}

@media only screen and (max-width: 1100px) {
    .flow_box {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .flow_box {
        display: block;
    }
}

.flow_box .flow_box_img {
    padding-right: 33px;
}

@media only screen and (max-width: 480px) {
    .flow_box .flow_box_img {
        padding-right: 0;
        padding-bottom: 3.0rem;
    }
}

.flow_box .flow_box_img img {
    width: 100vw;
}

.flow_box .text_area {
    padding: 4.0rem;
    line-height: 1.4;
}

.flow_box .step_number {
    font-size: 1.4rem;
    font-weight: bold;
    color: #6C96A2;
    float: right;
    position: relative;
    top: -15px;
    left: 20px;
}

.flow_box .title_medium {
    font-weight: bold;
    float: left;
}

.flow_box .title_medium.nth_2 {
    padding-top: 2.4rem;
}

.flow_box .text {
    clear: both;
}

.flow_box .btn {
    padding-top: 2.6rem;
}

.flow .arrow {
    text-align: center;
    padding-top: 2.8rem;
}

/*
business_content_child******************************/

/* 事業内容の子ページ */

.business_content_child {
    background: url(../images/bg_wall_01.png) repeat;
    width: 100%;
    height: auto;
    padding: 10rem 0 0;
    margin-bottom: -5vw;
}

.business_content_child .inner_915 {
    width: 915px;
    margin: 0 auto;
    padding-bottom: 20.0rem;
}

@media screen and (max-width: 992px) {
    .business_content_child .inner_915 {
        width: 86%;
    }
}

.business_content_child .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2.8rem;
}

.business_content_child .title span {
    display: block;
}

/* normal_swiper */

.business_content_child .normal_swiper {
    padding: 5.0rem 0 7.5rem;
}

.business_content_child .normal_swiper .swiper_images {
    text-align: center;
}

.business_content_child .normal_swiper .swiper_images img {
    width: 80%;
}

/* before_after */

.business_content_child .d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

@media screen and (max-width:480px) {
    .business_content_child .d_flex {
        display: block;
    }
}

.business_content_child .d_flex .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    position: relative;
    top: -77px;
}

@media screen and (max-width:915px) {
    .business_content_child .d_flex .center {
        position: relative;
        top: -6vw;
    }
}

@media screen and (max-width:480px) {
    .business_content_child .d_flex .center {
        position: relative;
        top: 0vw;
        padding: 15px 0;
    }
}

.business_content_child .d_flex .center img {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-width:480px) {
    .business_content_child .d_flex .center img {
        transform: inherit;
    }
}

.business_content_child .beforer_moji {
    padding-bottom: 1.4rem;
}

.business_content_child .after_moji {
    padding-bottom: 1.4rem;
}

.free_space {
    padding: 10.0rem 0 4.4rem;
}

.contact_content {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3.5rem 0 4.0rem;
}

.contact_content .btn_content {
    padding-top: 1.8rem;
}

.contact_content .btn_content 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;
}

@media screen and (max-width: 480px) {
    .contact_content .btn_content ul {
        display: block;
    }
}

.contact_content .btn_content ul li {
    padding: 0 3px;
}

@media screen and (max-width: 480px) {
    .contact_content .btn_content ul li {
        padding: 3px 0;
        text-align: center;
    }
    .contact_content .btn_content ul li:first-of-type {
        padding-top: 0;
    }
    .contact_content .btn_content ul li:last-of-type {
        margin-bottom: -20px;
    }
}

/*
construction_example******************************/

.construction_example {
    background: url(../images/bg_wall_02.png) repeat;
    width: 100%;
    height: auto;
    padding: 10rem 0;
}

.construction_example .inner_content {
    width: 1068px;
    margin: 0 auto;
    margin-bottom: 3.0rem;
}

.construction_example .inner_content:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .construction_example .inner_content {
        width: 90%;
    }
}

/*
contact******************************/

.contact {
    background: url(../images/bg_wall_02.png) repeat;
    width: 100%;
    height: auto;
    padding: 7.0rem 0;
}

.inner_915 {
    width: 915px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .inner_915 {
        width: 90%;
    }
}

.contact .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3.0rem;
}

.contact .title span {
    display: block;
    line-height: 1.0;
}

.contact_form {
    padding: 5.0rem 0;
    background: #fff;
    margin-top: 3.5rem;
}

.contact_inner {
    width: 680px;
    margin: auto;
}

@media screen and (max-width: 896px) {
    .contact_inner {
        width: 90%;
    }
}

.contact_tel {
    padding: 5.0rem 0;
    background: #fff;
    margin-top: 3.5rem;
}

.contact_tel .text {
    text-align: center;
}

.contact_tel .text span {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 0rem;
}

@media screen and (max-width: 896px) {
    .contact_tel .text {
        padding: 0 20px;
    }
}

.btn_contact_tel {
    text-align: center;
    padding-top: 4.2rem;
}

@media screen and (max-width: 480px) {
    .btn_contact_tel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.req:after {
    content: "";
    background: url(../images/required_icon.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 2px;
    margin-top: 6px;
}

@media screen and (max-width: 896px) {
    .req:after {
        margin-top: 0;
    }
}

form#mail_form input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/*
thanks******************************/

.thanks {
    padding: 16.0rem 0 10.0rem;
}

.thanks .text {
    text-align: center;
    line-height: 2.0;
}

/*
404 Not Found******************************/

.not_found {
    padding: 16.0rem 0 10.0rem;
    text-align: center;
}

@media screen and (max-width: 896px) {
    .not_found {
        height: 400px;
    }
}

.not_found_text {
    line-height: 2.0;
    padding-top: 10.0rem;
}

.not_found a {
    text-decoration: underline;
}

/*
footer******************************/

.footer {
    background: url(../images/bg_footer.png) repeat;
    width: 100%;
    height: auto;
    padding: 7.3rem 0 0;
}

.footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 896px) {
    .footer_inner {
        display: block;
    }
}

.footer_left {
    width: 50%;
}

@media only screen and (max-width: 896px) {
    .footer_left {
        width: 100%;
        border-right: inherit;
    }
}

.footer_right {
    width: 414px;
}

@media only screen and (max-width: 896px) {
    .footer_right {
        margin: auto;
    }
}

@media only screen and (max-width: 480px) {
    .footer_right {
        width: 100%;
    }
}

@media only screen and (max-width: 896px) {
    .footer_logo {
        padding-bottom: 3.0rem;
        text-align: center;
    }
}

.footer_left address {
    font-size: 1.6rem;
    font-style: inherit;
    color: #fff;
    padding-top: 3.0rem;
}

@media only screen and (max-width: 896px) {
    .footer_left address {
        width: 475px;
        margin: auto;
    }
}

@media only screen and (max-width: 480px) {
    .footer_left address {
        width: 100%;
    }
}

.footer_left address p a {
    color: #fff;
}

.footer .copyright {
    font-size: 1.2rem;
    padding: 1.8rem 0 1.8rem;
    margin-top: 3.7rem;
    letter-spacing: 5px;
    border-top: 1px solid #898989;
    text-align: center;
    color: #fff;
}

.footer .contact_content {
    border-top: inherit;
    border-bottom: inherit;
    padding: 0;
    color: #fff;
}

@media only screen and (max-width: 896px) {
    .footer .contact_content {
        padding-top: 5.0rem;
    }
}

@media screen and (max-width: 480px) {
    .footer .contact_content .btn_content ul li:last-of-type {
        margin-bottom: 0;
    }
}

.footer .sns_content {
    padding-top: 2.0rem;
}

.footer .sns_content .followme {
    position: relative;
}

.footer .sns_content .followme::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 138px;
    height: 1px;
    margin-top: 11px;
    margin-left: 4px;
    overflow: hidden;
    background: #fff;
}

.footer .sns_wrap {
    padding-top: 1.6rem;
    margin-left: -13px;
}

.footer .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;
}

.footer .sns_wrap ul li {
    padding: 0 13px;
}

.footer .icon_twitter {
    display: block;
    height: 2.3rem;
}
