@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: #3c3c3c;
    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: 3.2rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.4rem;
    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: 4.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;
    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;
}

/* anchor_navi */

.anchor_navi .title_large {
    text-align: center;
    padding-bottom: 3.2rem;
}

.anchor_navi .btn_content {
    padding-top: 3.6rem;
}

.anchor_navi .btn_content li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.anchor_navi .btn_content li:after {
    content: "";
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 9px;
    bottom: -14px;
}

@media screen and (max-width: 480px) {
    .anchor_navi .btn_content li:after {
        bottom: 6px;
    }
}

.box_img img {
    border: 4px solid #000;
    border-radius: 12px;
    box-shadow: 10px 10px #00000029;
}

/*
header******************************/

.header {
    position: relative;
    width: 100%;
    height: 8.0rem;
    background: #FDF3D8;
}

@media only screen and (max-width: 896px) {
    .header {
        height: 6.5rem;
    }
}

.header_wrap {
    position: relative;
    padding: 0 65px 0 55px;
    height: 8.0rem;
}

@media only screen and (max-width: 992px) {
    .header_wrap {
        padding: 0 0 0 22px;
    }
}

@media only screen and (max-width: 896px) {
    .header_wrap {
        height: 6.5rem;
        padding: 0 20px;
    }
}

.parent {
    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;
    justify-content: space-between;
    height: 8.0rem;
}

@media only screen and (max-width: 896px) {
    .parent {
        height: 6.5rem;
    }
}

.navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.navi li {
    position: relative;
    padding: 0 25px;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .navi li {
        padding: 0 20px;
    }
}

.navi li:last-child {
    padding-right: 0;
}

.navi li span {
    display: block;
    padding-bottom: 1.6rem;
}

.header_wrap .logo a {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .header_wrap .logo img {
        width: 200px;
    }
}

@media only screen and (max-width: 896px) {
    .header_wrap .logo img {
        width: 120px;
    }
}

.register {
    font-size: 1.4rem;
    padding-left: 12px;
}

@media only screen and (max-width: 896px) {
    .register {
        font-size: 0.8rem;
    }
}

/*
header_nav******************************/

.header_left {
    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;
}

.header_right {
    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;
}

@media only screen and (max-width: 1500px) {
    .header_right.d_none {
        display: none;
    }
}

.header_nav {
    padding-right: 22px;
}

.header_nav .btn_link_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1400px) {
    .header_nav .btn_link_wrap {
        display: block;
    }
}

.header_nav .btn_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.header_nav .btn_link li {
    padding: 0 25px;
    line-height: 1.0;
}

@media only screen and (max-width: 1700px) {
    .header_nav .btn_link li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .header_nav .btn_link:first-of-type {
        padding-bottom: 2px;
    }
}

.header_nav .btn_link li a {
    color: #000;
    position: relative;
        font-size: 1.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 1800px) {
    .header_nav .btn_link li a {
        font-size: 1.6rem;
    }
}

.header_tel {
    margin-right: 10px;
}

/*
drawer-nav******************************/

.drawer-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    z-index: 300;
}

.open .drawer-nav {
    right: 0;
}

.drawer-nav .inner {
    padding: 25px;
}

.drawer-nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.drawer-nav .inner ul li {
    position: relative;
    margin: 0;
    /*border-bottom: 1px solid #D8D8D8;*/
}

.drawer-nav .inner ul li a {
    display: block;
    color: #fff;
    font-size: 2.0rem;
    padding: 3.0rem 0;
    text-decoration: none;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

/* .drawer-nav span {
    display: block;
    font-size: 1.2rem;
    color: #fff;
} */

@media screen and (max-width: 896px) {
    .drawer-nav {
        right: -240px;
        width: 240px;
    }
}

.toggle_btn {
    display: block;
    position: absolute;
    top: 22px;
    right: 0px;
    width: 45px;
    height: 30px;
    transform: translate(0, 0);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
    z-index: 300;
}

@media screen and (max-width: 896px) {
    .toggle_btn {
        top: 13px;
    }
}

.open .toggle_btn {
    right: 330px;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 5px;
    width: 30px;
}

.toggle_btn span:nth-child(2) {
    top: 15px;
    width: 30px;
}

.toggle_btn span:nth-child(3) {
    top: 25px;
    width: 30px;
}

.open .toggle_btn span {
    background-color: #000;
    width: 30px;
}

.open .toggle_btn span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
    animation: unset;
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
    animation: unset;
}

.open .toggle_btn span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
    animation: unset;
}

@media screen and (max-width: 767px) {
    .open .toggle_btn {
        right: 260px;
    }
}

#mask {
    display: none;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    opacity: .8;
    z-index: 10;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


/*
sub_kv******************************/

.kv {
    width: auto;
    height: 740px;
    position: relative;
    background: linear-gradient(120deg, #EB9A1D, #EB9A1D 50%, #E28519, #E28519 50%);
}

@media screen and (max-width: 580px) {
    .kv {
        height: 120vw;
    }
}

.kv_concept {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1498px;
    z-index: 5;
}

@media screen and (max-width: 896px) {
    .kv_concept {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
}

.kv_concept::before {
    content: '';
    display: block;
    width: 446px;
    height: 436px;
    background: url(../images/kv_bg_left.png) no-repeat;
}

@media screen and (max-width: 896px) {
    .kv_concept::before {
        display: none;
    }
}

.kv_concept::after {
    content: '';
    display: block;
    width: 446px;
    height: 436px;
    background: url(../images/kv_bg_right.png) no-repeat;
}

@media screen and (max-width: 896px) {
    .kv_concept::after {
        display: none;
    }
}

.kv_img {
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 809px;
    z-index: 5;
}

@media screen and (max-width: 580px) {
    .kv_img {
        left: 0;
    }
}

.kv_img::before {
    content: '';
    display: block;
    width: 266px;
    height: 336px;
    background: url(../images/kv_img.png) no-repeat;
}

@media screen and (max-width: 896px) {
    .kv_img::before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        background-image: none;
    }
    .kv_img::after {
        position: relative;
        content: '';
        display: block;
        width: 100%;
        height: 161px;
        background-image: url(../images/kv_img.png);
        background-size: contain;
        background-repeat: no-repeat;
        left: -287px;
    }
}

@media screen and (max-width: 580px) {
    .kv_img::before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        background-image: none;
    }
    .kv_img::after {
        position: relative;
        content: '';
        display: block;
        width: 100%;
        height: 161px;
        background-image: url(../images/kv_img.png);
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
    }
}

.kv_instagram {
    position: absolute;
    top: 80%;
    right: -93px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8;
}

@media screen and (max-width: 896px) {
    .kv_instagram {
        display: none;
    }
}

/*
sub_kv******************************/

.sub_kv {
    width: auto;
    height: 245px;
    position: relative;
    background: linear-gradient(120deg, #EB9A1D, #EB9A1D 50%, #E28519, #E28519 50%);
}

.sub_kv_title {
    margin: auto;
    width: 480px;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
}

@media screen and (max-width: 480px) {
    .sub_kv_title {
        width: 320px;
    }
}

.sub_kv_title .title_large {
    text-align: center;
}

.sub_kv_img{
    width: 1158px;
    margin: auto;
    position: absolute;
    top: 18%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .sub_kv_img {
        width: 95%;
    }
}

.sub_kv_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
}

@media screen and (max-width: 1200px) {
    .sub_kv_flex img {
        width: 180px;
        margin-top: 34px;
    }
}

@media screen and (max-width: 896px) {
    .sub_kv_flex img {
        width: 160px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .sub_kv_flex img {
        width: 100px;
        margin-top: 111px;
    }
}

/*
top_business******************************/

.top_business {
    background: #FDF3D8;
}

.top_business .title_large {
    text-align: center;
    padding-bottom: 4.8rem;
}

.top_business .text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 568px) {
    .top_business .business_list .sp_d_none {
        display: none;
    }
}

/*
business-content******************************/

.business_content .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}

.business_content .text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.business_content .price {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.top_business .price {
    display: none;
}

.katei {
    background: #FDF3D8;
    margin-bottom: 2.0rem;
}

.jigyosha {
    background: #FDF3D8;
}

.business_list .category {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.business_list .title {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}

.gallery_list {
    padding: 5.0rem 0;
}

.gallery_list_item {
    padding-bottom: 4.3rem;
}

.gallery_list_item:last-of-type {
    padding-bottom: 0;
}

/* 事例 */

.case_study {
    background: #fff;
    padding: 3.5rem 50px;
    border-radius: 39px;
}

@media screen and (max-width: 568px) {
    .case_study {
        padding: 3.5rem 25px;
    }
}

.case_study .text_area {
    padding-top: 1.5rem;
}

.case_study .text_area .title_small {
    font-weight: bold;
}

.business_content .case_study {
    margin-top: 7.0rem;
}

/*
news_list******************************/

.news_list .title_large {
    text-align: center;
    padding-bottom: 4.8rem;
}

.news_list .text_area {
    font-weight: bold;
    padding-top: 1.5rem;
}

.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) {
    .btn_content ul {
        display: block;
    }
}

.btn_content ul li {
    padding: 0 20px;
}

@media screen and (max-width: 480px) {
    .btn_content ul li {
        padding: 20px 0;
        text-align: center;
    }
    .btn_content ul li:first-of-type {
        padding-top: 0;
    }
    .btn_content ul li:last-of-type {
        margin-bottom: -20px;
    }
}

/*
construction_example******************************/

.construction_example .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3.7rem;
}

/*
footer******************************/

.footer {
    position: relative;
    background:#FDF3D8;
    padding-top: 7.0rem;
}

.footer_logo {
    text-align: center;
    padding-bottom: 5.6rem;
}

@media screen and (max-width: 480px) {
    .footer_logo {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer .img_right_auto {
    width: 100%;
    text-align: right;
    height: 0;
}

@media screen and (max-width: 896px) {
    .footer .img_right_auto {
        height: auto;
    }
}

.footer .img_right_auto .images_inner {
    width: 50%;
    margin-left: auto;
}

@media screen and (max-width: 896px) {
    .footer .img_right_auto .images_inner {
        width: 100%;
        margin-left: auto;
    }
}

.footer .address_area {
        margin-bottom: 5.6rem;
    }

@media screen and (max-width: 1700px) {
    .footer .address_area {
        margin-right: 20%;
    }
}

@media screen and (max-width: 896px) {
    .footer .address_area {
        margin-right: 0;
    }
}

.footer .address_area .title_x_large {
    padding-bottom: 2.0rem;
}

.footer .address_area dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 896px) {
    .footer .address_area dl {
        display: block;
    }
}

.footer .address_area dl:first-of-type {
    border-top: 1px solid #000;
}

.footer .address_area dl dt {
    width: 21%;
    padding: 0.9rem 12px 0.9rem;
    line-height: 1.8;
}

@media screen and (max-width: 896px) {
    .footer .address_area dl dt {
        width: 100%;
    }
}

.footer .address_area dl dd {
    width: 79%;
    padding: 0.9rem 0px 0.9rem;
    line-height: 1.8;
}

@media screen and (max-width: 896px) {
    .footer .address_area dl dd {
        width: 100%;
        padding: 0 12px 0.9rem;
    }
}

.footer .area {
    padding-bottom: 3.2rem;
}

.footer .btn_content ul {
    justify-content: flex-start;
    padding-bottom: 5.6rem;
}
.footer .btn_content ul li:first-of-type {
    padding-left: 0;
}
.copyright {
    font-size: 1.4rem;
    text-align: center;
    padding: 3.3rem 0 2.9rem;
    color: #fff;
    background: #000;
}

/*
feature******************************/

.feature .title_large {
    text-align: center;
    padding-bottom: 3.2rem;
}

.feature .text:first-of-type {
    padding-bottom: 4.8rem;
}

.feature .three_list .list_item .text {
    margin: 0 auto;
    width: 300px;
}

@media screen and (max-width: 992px) {
    .feature .three_list .list_item .text {
        width: 100%;
    }
}

/* YouTube */

.youtube .column {
    justify-content: center;
}

.iframe_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.iframe_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*
about******************************/

/* greetings */

.greetings .title_large {
    text-align: center;
    padding-bottom: 3.2rem;
}

.greetings .name {
    text-align: right;
    padding-bottom: 3.2rem;
}

/* philosophy */

.philosophy {
    padding-bottom: 8.0rem;
}

.philosophy .title_large {
    text-align: center;
    padding-bottom: 3.2rem;
}

.philosophy .title_marker {
    padding-bottom: 3.2rem;
}

/* company_profile */

.company_profile .title_large {
    text-align: center;
    padding-bottom: 3.2rem;
}

.company_profile .inner_890 {
    background: #fff;
    padding: 3.5rem 50px;
    border-radius: 39px;
}

@media screen and (max-width: 896px) {
    .company_profile .inner_890 {
        padding: 3.5rem 20px;
    }
}

.company_profile .address_area {
    width: 682px;
    margin: 0 auto;
    padding-bottom: 3.4rem;
}

@media screen and (max-width: 896px) {
    .company_profile .address_area {
        width: 100%;
    }
}

.company_profile .address_area dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #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 solid #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: 51.906158%;
    position: relative;
    z-index: 2;
    clear: both;
    width: 682px;
    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%;
}

/* taio */

.taio {
    padding-top: 3.2rem;
}

.taio .title_large {
    text-align: center;
    padding-bottom: 3.2rem;
}

.taio .inner_890 {
    background: #fff;
    padding: 3.5rem 50px;
    border-radius: 39px;
}

@media screen and (max-width: 896px) {
    .taio .inner_890 {
        padding: 3.5rem 20px;
    }
}

.taio .address_area {
    width: 682px;
    margin: 0 auto;
    padding-bottom: 3.4rem;
}

@media screen and (max-width: 896px) {
    .taio .address_area {
        width: 100%;
    }
}

/*
news_single******************************/

.news_single .title_large {
    text-align: center;
    padding-bottom: 3.2rem;
}

.news_single .news_wrap {
    padding: 7.0rem 0;
    margin-top: 5.5rem;
    color: #000;
}

.news_single .news_inner {
    width: 890px;
    background: #fff;
    margin: 0 auto;
    padding: 3.5rem 50px;
    border-radius: 39px;
}

@media screen and (max-width: 992px) {
    .news_single .news_inner {
        width: 90%;
    }
}

.notice_date_wrap {
    overflow: hidden;
}

.notice_date {
    font-size: 1.4rem;
    display: block;
    padding-bottom: 2.2rem;
}

.notice_title {
    font-size: 2.0rem;
    display: block;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #DBDBDB;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.notice_text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
    padding-top: 3.4rem;
}

.notice_text img {
    padding: 2.4rem 0;
}

.news_single_list h2 {
    display: none;
}

/*
contact******************************/

.contact {
    background: #FFE8A7;
    padding: 7.0rem 0;
}

.contact .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}

.contact_form {
    padding: 5.0rem 0;
    background: #fff;
    margin-bottom: 7rem;
    margin-top: 2.5rem;
    border-radius: 39px;
}

.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: 2.5rem;
    border-radius: 39px;
}

.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: 4px;
}

@media screen and (max-width: 896px) {
    .req:after {
        margin-top: 0;
    }
}

form#mail_form input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.contact_tel .title_marker {
        padding-bottom: 2.0rem;
    }

@media screen and (max-width: 480px) {
    .contact_tel .title_marker span {
        font-size: 1.8rem;
        padding: 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;
}

/*
hogo******************************/

.page_pass_wrap {
    margin: 0 auto;
    width: 890px;
    padding: 10rem 0;
}

@media screen and (max-width: 992px) {
    .page_pass_wrap {
        width: 90%;
    }
}

.page_pass {
    margin-top: 2rem;
}

.page_pass_input {
    border: 1px solid #000;
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

.page_pass_submit {
    background: url(../images/send.png) center center no-repeat;
    width: 265px;
    height: 60px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    display: inherit;
    margin: 0 auto;
}

.main_hogo {
    min-height: calc(100vh - 230px);
}