@charset "utf-8";

/* =============================================================================

    - DEFAULTS

============================================================================= */
html, body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Helvetica Neue", arial, sans-serif;
    width: 100%;
    height: 100%;
}


/* =============================================================================

    - UTILITIES & SPECIAL ELEMENTS

============================================================================= */

/* - clearfix
------------------------------------------------------------------------------*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.mail {
    display: inline-block;
    background: url(/common/img/mail.png) 0 0 no-repeat;
    width: 20px;
    height: 13px;
}
.mail.is-large {
    background: url(/common/img/mail_large.png) 0 0 no-repeat;
    width: 39px;
    height: 28px;
}
.mail.is-blog {
    background: url(/common/img/mail_blog.png) 0 0 no-repeat;
    width: 33px;
    height: 24px;
}


/* =============================================================================

    - COMMON PARTS

============================================================================= */
.header {
    width: 100%;
    min-width: 1000px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    font-size: 87.5%;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.header-logo {
    font-size: 24px;
    height: 54px;
    position: relative;
    margin: 23px 0 0 40px;
    text-decoration: none;
}
.header-logo:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    background: url(/common/img/logo.png) 0 0 no-repeat;
    width: 73px;
    height: 54px;
    margin-right: 27px;
}
.header .mail {
    margin: 0 0 0 6px;
}
.global-navigation {
    position: relative;
    margin: 30px 55px 0 0;
}
.global-navigation li {
    float: left;
    margin-left: 30px;
}
.global-navigation li a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.global-navigation li.current a,
.global-navigation li a:hover {
    border-bottom: solid 2px #f7ce00;
}

.footer {
    width: 100%;
    min-width: 1000px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    text-align: center;
    font-size: 75%;
}


/* =============================================================================

    - PARTS

============================================================================= */
.btn {
    position: relative;
    border-radius: 2px;
    background: -webkit-linear-gradient(#585858, #454545);
    background: -o-linear-gradient(#585858, #454545);
    background: linear-gradient(#585858, #454545);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 125%;
    letter-spacing: 2px;
    display: block;
    padding: 16px;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 0 -1px #221815;
            box-shadow: inset 0 -1px #221815;
}
.btn:after {
    position: absolute;
    top: 18px;
    right: 15px;
    background: url(/common/img/arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 17px;
    display: block;
    content: "";
    -ms-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
}

.btn:hover {
    position: relative;
    border-radius: 2px;
    background: -webkit-linear-gradient(#616161, #585858);
    background: -o-linear-gradient(#616161, #585858);
    background: linear-gradient(#616161, #585858);
}
.btn:hover:after {
    -ms-transform: translate3d(3px, 0, 0);
    -o-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
}

.btn.is-large {
    letter-spacing: 1px;
    padding: 26px 29px 25px;
    font-size: 112.5%;
}
.btn.is-large:after {
    top: 31px;
    right: 20px;
}

.btn .mail.is-large {
    margin: 0 12px 0 0;
    vertical-align: middle;
}

.btn .mail.is-blog {
    margin: 0 8px 1px 0;
    vertical-align: middle;
}


/* =============================================================================

    - LAYOUT

============================================================================= */
.layout {
    width: 100%;
    height: 100%;
    padding: 100px 0 50px;
    overflow: scroll;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.layout-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 100px 0 50px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.layout-bg-body {
    width: 100%;
    height: 100%;
}


/* - layout - home
------------------------------------------------------------------------------*/
.is-home .nav {
    position: absolute;
    left: 50%;
    bottom: 114px;
    width: 580px;
    margin: 0 0 0 -290px;
}
.is-home .nav-children {
    width: 220px;
    float: left;
    margin: 0 35px;
}
.is-home .nav-children h2 {
    font-size: 125%;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 6px;
}
.is-home .nav-children p {
    line-height: 1.5;
    margin: 0 0 13px;
    min-height: 96px;
}


/* - layout - common
------------------------------------------------------------------------------*/
.is-common {
    padding: 179px 0 110px 100px;
}
.common-content-wrap {
    width: 480px;
}
.common-content-wrap h2 {
    font-size: 200%;
    margin: 0 0 41px;
}
.common-content-wrap span {
    font-size: 45%;
    display: block;
    margin: 7px 0 0 1px;
}
.common-content-wrap h3 {
    font-size: 112.5%;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 5px;
}
.common-content-wrap p {
    line-height: 2;
    margin: 0 0 32px;
}
.common-content-wrap table {
    font-size: 93.75%;
    margin-right: -100px;
}
.common-content-wrap tr {
    border-top: solid 1px #b2b2b2;
}
.common-content-wrap th {
    font-weight: bold;
    text-align: left;
    padding: 20px 30px 20px 0;
    white-space: nowrap;
    vertical-align: middle;
}
.common-content-wrap td {
    padding: 20px 0;
}
.common-content-wrap table table {
    font-size: 100%;
    margin: 0 0 -7px;
}
.common-content-wrap table table tr {
    border: none;
}
.common-content-wrap table table th,
.common-content-wrap table table td {
    font-weight: normal;
    padding: 0 5px 10px 0;
}

.list-in-table {
    margin: 0 0 -10px;
}
.list-in-table li {
    padding: 0 5px 10px 0;
}

/* =============================================================================

    - BG SETTINGS

============================================================================= */

/* - layout - home
------------------------------------------------------------------------------*/
.layout.is-home .layout-bg-body {
    background: #ebeff3 url(/img/bg_home.jpg) 70% -20% no-repeat;
    background-size: auto 77%;
}

/* - layout - consultation
------------------------------------------------------------------------------*/
.layout.is-consultation .layout-bg {
    background: #f9f9f9;
}
.layout.is-consultation .layout-bg-body {
    background: url(/consultation/img/bg_consultation.jpg) 100% 0% no-repeat;
    background-size: auto 100%;
}
.layout.is-consultation .layout-bg-body:after {
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    display: block;
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}


/* - layout - investigation
------------------------------------------------------------------------------*/
.layout.is-investigation .layout-bg-body {
    background: url(/investigation/img/bg_investigation.jpg) 100% 0% no-repeat;
    background-size: auto 100%;
}
.layout.is-investigation .layout-bg-body:after {
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    display: block;
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
}


/* - layout - company
------------------------------------------------------------------------------*/
.layout.is-company .layout-bg-body {
    background: url(/company/img/bg_company.jpg) 100% 100% no-repeat;
    background-size: 100% auto;
}
.layout.is-company .english {
    padding: 10px 0 0;
    display: block;
}


/* - layout - blog
------------------------------------------------------------------------------*/
.layout.is-blog {
    padding: 520px 0 50px;
    height: auto;
}
.layout.is-blog .layout-bg {
    padding: 0;
    height: 420px;
    position: absolute;
    top: 100px;
    left: 0;
    background: #f6faeb url(/blog/img/bg_blog.jpg) 100% 0 no-repeat;
}
.layout.is-blog .layout-bg-body {
    width: 1010px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
    position: relative;
}
.layout.is-blog .layout-bg h1 {
    position: absolute;
    top: 89px;
    left: 0;
    width: 532px;
    height: 241px;
    background: url(/blog/img/title.png) 0 0 no-repeat;
    display: block;
    font-size: 0;
}

/* - blog layout-body */
.layout-body {
    width: 1010px;
    margin: 60px auto;
}

/* - main */
.layout-body main {
    width: 600px;
    float: left;
}

.layout-body main article h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
    margin: 0 0 6px;
}

.layout-body main article time {
    display: block;
    color: #9d9d9d;
    font-size: 14px;
    margin: 0 0 30px 1px;
}

.layout-body main article figure {
    margin: 0 0 30px;
}

.layout-body main article p {
    line-height: 190%;
    margin: 0 0 30px;
}
.layout-body main article ul {
    margin: 0 0 30px;
}
.layout-body main article ul li {
    margin: 0 0 10px;
    line-height: 190%;
}
.layout-body main article ul li:before {
    content: "・";
}

.categories {
    margin: -20px 0 50px;
}
.categories h3 {
    font-weight: bold;
    display: inline-block;
}
.categories ul {
    display: inline;
}
.categories li {
    display: inline-block;
    margin: 0 4px 10px 0;
}


/* blog-only button */
.btn-blog {
    border: solid 1px #cdcdcd;
    border-radius: 2px;
    display: inline-block;
    padding: 9px 27px 9px 15px;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 0 -3px #f2f2f2;
            box-shadow: inset 0 -3px #f2f2f2;
}
.btn-blog:hover {
    background: #ededed;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-blog:after {
    background: url(/common/img/arrow_aside.png) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 9px;
    height: 14px;
    display: block;
    content: "";
}
.btn-blog.is-tag {
    font-size: 14px;
    padding: 5px 18px 5px 8px;
}
.btn-blog.is-tag:after {
    background: url(/common/img/arrow_tag.png) 0 0 no-repeat;
    top: 8px;
    right: 5px;
}


.prev-next {
    margin: 0 0 60px;
}
.prev-next .btn-blog {
    padding: 0;
}
.prev-next li {
    width: 295px;
}
.prev-next .prev {
    float: left;
}
.prev-next .prev .btn-blog:after {
    background: url(/common/img/arrow_prev.png) 0 0 no-repeat;
    top: 21px;
    left: 16px;
}
.prev-next .next {
    float: right;
}
.prev-next .next .btn-blog:after {
    background: url(/common/img/arrow_next.png) 0 0 no-repeat;
    top: 21px;
    right: 16px;
}
.prev-next li h3 {
    border-bottom: solid 1px #cdcdcd;
    padding: 20px 39px;
    font-weight: bold;
    font-size: 16px;
}
.prev-next .next h3 {
    padding-left:16px;
}
.prev-next li article {
    font-size: 13px;
    line-height: 130%;
    padding: 15px 16px 13px;
}
.prev-next li article time {
    font-size: 11px;
    margin: 0;
}

.related-articles {
    margin: 0 0 60px;
}
.related-articles h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}
.related-articles ul {
    font-size: 18px;
    margin: 15px 0 0 10px;
}
.related-articles li {
    padding-left: 15px;
    text-indent: -15px;
    line-height: 130%;
    margin: 0 0 10px;
}
.related-articles li a {
    background: url(/blog/img/link_arrow.png) 0 3px no-repeat;
    padding-left: 15px;
    color: #88b100;
}


.comments {
    margin: 0 0 30px;
}
.comments h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 30px;
    border-bottom: dotted 1px #cdcdcd;
    margin: 0 0 30px;
}
.comments li {
    position: relative;
    padding: 0 0 30px 42px;
    border-bottom: dotted 1px #cdcdcd;
    margin: 0 0 30px;
}
.comments .comment-number {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.comments .comment-info {
    display: block;
    color: #9d9d9d;
    font-size: 14px;
    padding: 1px 0 0;
    margin: 0 0 3px;
}
.layout-body main article .comments p {
    line-height: 160%;
}

.btn-reply {
    text-align: right;
}
.btn-reply .btn-blog {
    padding: 10px 12px 10px 60px;
    margin: 0 0 0 auto;
}
.btn-reply .btn-blog:after {
    background: url(/common/img/arrow_reply.png) 0 0 no-repeat;
    width: 40px;
    height: 15px;
    left: 13px;
    top: 8px;
}

.layout-body main article ul.replies {
    margin: -20px 0 20px;
}
.replies li {
    padding: 0 0 0 42px;
    border: 0;
}
.replies li:before {
    display: none;
}
.layout-body main .replies article p {
    margin: 0 0 10px;
}

.comment-submit textarea {
    padding: 3px 6px;
    width: 600px;
    height: 200px;
    font-size: 15px;
    resize: vertical;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.comment-submit-bottom {
    margin: 20px 0 0;
}
.comment-submit-bottom span {
    float: left;
    font-weight: bold;
    margin: 10px 0 0;
}
.comment-submit-bottom input {
    float: left;
    width: 400px;
    height: 36px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.comment-submit-bottom .btn-blog {
    float: right;
    margin: 0 0 0 20px;
}


/* - side */
.layout-body aside {
    width: 330px;
    float: right;
    border-left: solid 1px #cdcdcd;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.layout-body aside section {
    padding: 30px 0 20px 29px;
    border-bottom: dotted 1px #cdcdcd;
}
.layout-body aside section:first-child {
    padding-top: 0;
}
.layout-body aside section:last-child {
    padding-bottom: 0;
    border: none;
}
.layout-body aside section h1 {
    font-weight: bold;
    margin: 0 0 10px;
}
.layout-body aside section p {
    line-height: 150%;
    margin: 0 0 10px;
}

.layout-body aside section ul {
    margin: 15px 0 0 10px;
}
.layout-body aside section li {
    padding-left: 15px;
    text-indent: -15px;
    line-height: 130%;
    margin: 0 0 10px;
}
.layout-body aside section li a {
    background: url(/blog/img/link_arrow.png) 0 3px no-repeat;
    padding-left: 15px;
    color: #88b100;
}

.profile .text {
    float: left;
}
.profile sub {
    font-size: 75%;
}
.profile .img {
    float: right;
    margin: 0 0 0 10px;
}

.layout-body aside section .btn.is-blog {
    margin: 0 0 10px;
    letter-spacing: 0;
    padding: 16px 21px;
    text-align: left;
}

.layout-body aside input {
    width: 300px;
    padding: 3px;
    font-size: 14px;
    margin: 0 0 10px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.related-articles ul li a:hover,
.layout-body section ul li a:hover {
    text-decoration: underline;
}

.listing-view {
    padding: 1px 0 0 0;
}
.listing-view a li {
    float: left;
    border: solid 1px #cdcdcd;
    width: 301px;
    height: 386px;
    margin: -1px 0 0 -1px;
    position: relative;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 39px;
}
.listing-view a:hover li:after {
    pointer-events: none;
    content: "";
    display: block;
    border: solid 0 #e6f2c0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: anim-border 0.1s forwards linear 1;
            animation: anim-border 0.1s forwards linear 1;
}
.listing-view figure {
    margin: 0 0 10px;
}
.listing-view time {
    display: block;
    color: #9a9a9a;
    font-size: 12px;
    margin: 0 0 7px;
}
.listing-view h2 {
    font-weight: bold;
    font-size: 18px;
    max-height: 76px;
    line-height: 150%;
    margin: 0 0 10px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
}
.listing-view p {
    font-size: 14px;
    line-height: 150%;
    max-height: 58px;
    overflow: hidden;
    margin: 0 0 30px;
}
.listing-view .btn-glob-list {
    text-align: center;
}
.listing-view .btn-glob-list .btn-blog:hover {
    background: #fff;
    -webkit-box-shadow: inset 0 -3px #f2f2f2;
            box-shadow: inset 0 -3px #f2f2f2;
}
.listing-view a:hover h2 {
    color: #8ab206;
}

.pagination {
    margin: 60px 0 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.pagination li.is-current {
    background: #ebebeb;
    border: solid 1px #ebebeb;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.pagination li:after {
    display: none;
}
.pagination li.is-prev:after,
.pagination li.is-next:after {
    display: block;
}
.pagination li.is-prev:after {
    right: 12px;
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination li.is-next:after {
    right: 12px;
}

@-webkit-keyframes anim-border {
    0% {
        border: solid 0px #e6f2c0;
    }
    100% {
        border: solid 9px #e6f2c0;
    }
}