a {
    text-decoration: none
}
.design_button {
    text-align: center;
    z-index: 10;
    position: relative;
    height: 70px
}

.design_button a {
    display: inline-block;
    min-width: 260px;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.design_button.shape_type1 a {
    border-radius: 60px;
    font-weight: 600
}

.design_button.type1 a {
    color: #fff;
    background: #bb1b26;
}

.design_button.type1 a:hover {
    color: #fff;
    background: #821a21;
    text-decoration: none;
}

#page_header {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #000
}

#page_header_inner {
    z-index: 3;
    width: 830px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#page_header .catch {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    font-size: 36px;
}

#page_header .desc {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin: 15px 0 0
}

#page_header .overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

#page_header .bg_image {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

#page_header .bg_image.mobile {
    display: none
}

#page_header .catch.animation_type1,
#page_header .desc {
    opacity: 0;
    position: relative
}

#page_header .catch.animation_type1.animate,
#page_header .desc.animate {
    -webkit-animation: slideUp 1.3s cubic-bezier(.165, .84, .44, 1) forwards .5s;
    animation: slideUp 1.3s cubic-bezier(.165, .84, .44, 1) forwards .5s
}

#page_header .catch.animation_type2 span {
    opacity: 0;
    position: relative
}

#page_header .catch.animation_type2 span.animate {
    -webkit-animation: text_animation .5s ease forwards 0s;
    animation: text_animation .5s ease forwards 0s
}

@-webkit-keyframes text_animation {
    0% {
        opacity: 0;
        left: 15px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes text_animation {
    0% {
        opacity: 0;
        left: 15px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

#archive_square_headline {
    z-index: 1000;
    width: 200px;
    height: 200px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    top: -100px;
    background: #bb1c26;
}

#archive_square_headline div.head {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#archive_square_headline .sub_headline {
    margin-top: 10px
}

#archive_square_headline span {
    display: block
}

.archive_desc {
    line-height: 2.4;
    margin: -10px 50px 90px;
    text-align: center
}

#bread_crumb {
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #ddd
}

#bread_crumb ul {
    width: 1150px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible
}

#bread_crumb li {
    display: inline;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
    position: relative
}

#bread_crumb li:after {
    font-family: 'design_plus';
    content: '\e910';
    font-size: 10px;
    color: #000;
    display: inline-block;
    line-height: 60px;
    height: 59px;
    position: absolute;
    right: 0;
    bottom: -23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#bread_crumb li:last-of-type:after {
    display: none
}

#bread_crumb,
#bread_crumb li.last {
    color: #000
}

#bread_crumb li a {
    color: #000;
    height: 59px;
    line-height: 60px;
    display: inline-block;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

#bread_crumb li.category a {
    display: none
}

#bread_crumb li.category a:first-of-type,
#bread_crumb li.category a:only-of-type {
    display: inline-block
}

#bread_crumb li.home a {
    position: relative;
    width: 16px
}

#bread_crumb li.home a span {
    opacity: 0
}

#bread_crumb li.home a:before {
    font-family: 'design_plus';
    content: '\e90c';
    font-size: 12px;
    color: #000;
    display: inline-block;
    height: 100%;
    line-height: 1;
    top: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#service_archive {
    padding: 0 0 150px;
    width: 1150px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#service_list {
    margin: 0 60px
}

#service_list .item {
    position: relative;
    height: 586px;
    overflow: hidden
}

#service_list .content {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
}

#service_list .content_inner {
    padding: 70px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#service_list .item:nth-child(even) .content {
    right: auto;
    left: 0
}

#service_list .title {
    font-weight: 600;
    line-height: 1.5;
    margin-top: 8px
}

#service_list .title a {
    color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#service_list .title a:hover {
    opacity: .5;
    text-decoration: none;
}

#service_list .title span {
    display: block;
	font-size: 22px;
}

#service_list .main_title br {
    display: none
}

#service_list .sub_title {
    font-weight: 500
}

#service_list .catch {
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-top: 40px
}

#service_list .desc {
    line-height: 2.4;
    color: #fff;
    margin-top: 30px;
    max-height: 7.2em;
    overflow: hidden;
    visibility: visible
}

#service_list .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

#service_list .design_button {
    margin: 37px 0 0;
    text-align: left
}

#service_list .design_button a {
    text-align: center
}

#service_list .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#service_archive.inview {
    opacity: 0;
    position: relative;
    top: 40px;
    z-index: 100;
    -webkit-transition: all 1.3s cubic-bezier(.165, .84, .44, 1) .3s, opacity 1.3s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: all 1.3s cubic-bezier(.165, .84, .44, 1) .3s, opacity 1.3s cubic-bezier(.165, .84, .44, 1) .3s
}

#service_archive.inview.animate {
    opacity: 1;
    top: 0
}

#post_title2 {
    font-size: 26px;
    border-bottom: 1px solid #ddd;
    padding-right: 40px;
    margin: -40px -40px 40px 0;
    height: 159px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#post_title2 .title {
    bottom: -1px;
    font-size: 24px;
    line-height: 1.5;
    height: 156px;
    display: inline-block;
    position: relative;
    color: #0070a4;
    border-bottom: 3px solid #0070a4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#post_title2 .title span {
    padding-top: 3px
}

#post_image2 {
    width: 100%;
    height: 440px;
    position: relative;
    margin: 0 0 53px
}

#service_banner {
    margin: 50px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#service_banner .design_headline2 {
    font-size: 20px !important;
    margin: 0 -40px 60px 0 !important
}

#service_banner .item a {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#service_banner .image_wrap {
    display: block;
    width: 50%;
    height: 200px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#service_banner .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

#service_banner .content {
    width: 50%;
    position: relative
}

#service_banner .content_inner {
    padding: 0 60px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#service_banner .title {
    font-weight: 600;
    line-height: 1.5
}

#service_banner .title span {
    display: block
}

#service_banner .main_title {
    font-size: 24px;
    color: #0070a4
}

#service_banner .desc {
    font-size: 14px;
    margin-top: 0;
    line-height: 2.2;
    color: #000;
    max-height: 6.6em;
    overflow: hidden;
    visibility: visible
}

#service_banner .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.square_headline .headline {
    font-size: 24px
}

.square_headline .sub_headline {
    font-size: 14px
}

@media screen and (max-width: 750px) {
    .square_headline .headline {
        font-size: 18px
    }

    .square_headline .sub_headline {
        font-size: 12px
    }
}