@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}
body .loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #ffffff;
  display: block;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 960px;
  }
  body header {
    width: 100%;
  }
  body header .inner {
    padding: 30px 40px 10px 30px;
    overflow: hidden;
  }
  body header .inner h1 {
    float: left;
  }
  body header .inner h1 a {
    display: block;
  }
  body header .inner h1 a img {
    width: 130px;
    height: 92px;
  }
  body header .inner .menu {
    float: right;
  }
  body header .inner .menu p.open, body header .inner .menu p.close {
    display: none;
  }
  body header .inner .menu ul.sub_menu {
    margin-bottom: 30px;
    float: right;
    overflow: hidden;
  }
  body header .inner .menu ul.sub_menu li {
    margin-left: 26px;
    float: left;
    line-height: 16px;
    font-size: 14px;
    color: #404040;
    font-family: "Lato";
  }
  body header .inner .menu ul.sub_menu li:first-child {
    margin-left: 0;
  }
  body header .inner .menu ul.sub_menu li:not(.lang) a {
    height: 16px;
    display: block;
    background: no-repeat left center/auto 100%;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body header .inner .menu ul.sub_menu li:not(.lang) a:hover {
    opacity: 0.6;
  }
  body header .inner .menu ul.sub_menu li.access a {
    padding-left: 18px;
    background-image: url("../image/common/icon_header_access.png");
  }
  body header .inner .menu ul.sub_menu li.contact a {
    padding-left: 26px;
    background-image: url("../image/common/icon_header_contact.png");
  }
  body header .inner .menu ul.sub_menu li.facebook a {
    padding-left: 22px;
    background-image: url("../image/common/icon_header_facebook.png");
  }
  body header .inner .menu ul.sub_menu li.lang span, body header .inner .menu ul.sub_menu li.lang a {
    display: inline-block;
  }
  body header .inner .menu ul.sub_menu li.lang span {
    color: #b0b0b0;
  }
  body header .inner .menu ul.sub_menu li.lang a {
    transform-style: preserve-3d;
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body header .inner .menu ul.sub_menu li.lang a:hover {
    color: #b0b0b0;
  }
  body header .inner .menu nav {
    clear: both;
    float: right;
  }
  body header .inner .menu nav ul {
    overflow: hidden;
  }
  body header .inner .menu nav ul li {
    margin-left: 45px;
    float: left;
    line-height: 16px;
    font-size: 14px;
  }
  body header .inner .menu nav ul li:first-child {
    margin-left: 0;
  }
  body header .inner .menu nav ul li a {
    display: block;
    color: #404040;
    transform-style: preserve-3d;
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body header .inner .menu nav ul li a span, body header .inner .menu nav ul li a small {
    display: block;
  }
  body header .inner .menu nav ul li a span {
    margin-bottom: 4px;
    font-size: 16px;
    font-family: "Lato";
  }
  body header .inner .menu nav ul li a small {
    font-size: 11px;
  }
  body header .inner .menu nav ul li a:hover, body header .inner .menu nav ul li a.active {
    color: #e60012;
  }
  body article .inner {
    margin: 0 auto;
    max-width: 1210px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
  }
  body article .inner:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  body article .inner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: calc(40em / 1000);
  }
  body article .inner h2 small {
    margin-top: 10px;
    display: block;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    letter-spacing: calc(400em / 1000);
  }
  body article section, body article aside {
    overflow: hidden;
    color: #404040;
  }
  body article aside.recommendation {
    padding: 100px 0;
    background: #e5e5e5;
  }
  body article aside.recommendation h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    font-family: "Lato";
  }
  body article aside.recommendation h3 small {
    margin-top: 8px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-family: "Noto Sans JP";
  }
  body article aside.recommendation ul {
    width: 100%;
    overflow: hidden;
  }
  body article aside.recommendation ul li {
    width: calc(50% - 45px);
  }
  body article aside.recommendation ul li:first-child {
    float: left;
  }
  body article aside.recommendation ul li:last-child {
    float: right;
  }
  body article aside.recommendation ul li a {
    display: block;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article aside.recommendation ul li a:hover {
    opacity: 0.8;
  }
  body article aside.recommendation ul li a img {
    width: 100%;
    height: auto;
  }
  body article aside.recommendation ul li a span {
    padding: 15px 0;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Lato";
  }
  body article aside.recommendation ul li a span small {
    margin-top: 8px;
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-family: "Noto Sans JP";
  }
  body footer {
    position: relative;
    background: #404040;
    color: #ffffff;
  }
  body footer p.gotop {
    position: absolute;
    right: 20px;
    top: -80px;
  }
  body footer p.gotop a {
    width: 60px;
    height: 60px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/btn_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body footer p.gotop a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer p.gotop a:hover {
    opacity: 0.8;
  }
  body footer .inner {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
  }
  body footer .contact {
    padding: 76px 0 94px 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    text-align: center;
  }
  body footer .contact h2 {
    margin-bottom: 36px;
    font-weight: bold;
    font-size: 34px;
    font-family: "Lato";
    letter-spacing: calc(40em / 1000);
  }
  body footer .contact h2 small {
    padding-top: 12px;
    display: block;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    font-family: "Noto Sans JP";
  }
  body footer .contact ul {
    margin-bottom: 36px;
    overflow: hidden;
  }
  body footer .contact ul li {
    width: 48%;
  }
  body footer .contact ul li.tel {
    float: left;
  }
  body footer .contact ul li.tel a {
    padding-left: 52px;
    display: inline-block;
    position: relative;
    line-height: 66px;
    font-size: 48px;
    font-weight: bold;
    font-family: "Lato";
  }
  body footer .contact ul li.tel a:after {
    content: "";
    margin-top: -20px;
    width: 40px;
    height: 40px;
    display: block;
    background: url("../image/common/icon_footer_tel.png") no-repeat center center/contain;
    position: absolute;
    left: 0;
    top: 50%;
  }
  body footer .contact ul li.email {
    float: right;
  }
  body footer .contact ul li.email a {
    width: 356px;
    height: 66px;
    display: block;
    border: 1px solid #ffffff;
    position: relative;
    line-height: 64px;
    font-size: 22px;
    font-family: "Lato";
    transform-style: preserve-3d;
    transition-property: background;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body footer .contact ul li.email a:after {
    content: "";
    margin-top: -9px;
    width: 23px;
    height: 18px;
    display: block;
    background: url("../image/common/icon_footer_email.png") no-repeat center center/contain;
    position: absolute;
    left: 28px;
    top: 50%;
  }
  body footer .contact ul li.email a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  body footer .contact p {
    line-height: 28px;
    font-size: 16px;
  }
  body footer .contact p strong {
    font-weight: bold;
  }
  body footer .info {
    padding: 24px 0 24px 0;
  }
  body footer .info .address {
    padding-left: 106px;
    float: left;
    background: url("../image/common/icon_footer_knot.png") no-repeat 0 6px/90px 64px;
  }
  body footer .info .address dl {
    line-height: 26px;
    font-size: 12px;
  }
  body footer .info .address dl a {
    text-decoration: underline;
  }
  body footer .info .address dl a:hover {
    text-decoration: none;
  }
  body footer .info .more {
    float: right;
  }
  body footer .info .more ul.banners {
    margin-bottom: 22px;
    padding-top: 5px;
    float: right;
    overflow: hidden;
  }
  body footer .info .more ul.banners li {
    float: left;
  }
  body footer .info .more ul.banners li.isms {
    margin-right: 11px;
  }
  body footer .info .more ul.banners li.isms a {
    width: 275px;
    height: 135px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/pc/img_logo_isms.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer .info .more ul.banners li.isms a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .info .more ul.banners li.pmark {
    margin-right: 11px;
  }
  body footer .info .more ul.banners li.pmark a {
    width: 102px;
    height: 135px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/pc/img_logo_pmark.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer .info .more ul.banners li.pmark a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .info .more ul.banners li.kensetsu {
    width: 93px;
    height: 135px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/pc/img_logo_kensetsu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer .info .more ul.banners li.kensetsu span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .info .more ul.banners li.other {
    padding-top: 20px;
    float: none;
    clear: both;
  }
  body footer .info .more ul.banners li.other span {
    margin-bottom: 4px;
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
  }
  body footer .info .more ul.banners li.other span a {
    text-decoration: underline;
  }
  body footer .info .more ul.banners li.other span a:hover {
    text-decoration: none;
  }
  body footer .info .more ul.banners li a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body footer .info .more ul.banners li a:hover {
    opacity: 0.8;
  }
  body footer .info .more p.facebook {
    float: right;
    clear: both;
  }
  body footer .info .more p.facebook a {
    width: 40px;
    height: 40px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/icon_footer_facebook.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body footer .info .more p.facebook a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .info .more p.facebook a:hover {
    opacity: 0.8;
  }
  body footer .info p.copyright {
    position: absolute;
    left: calc(50% - 480px);
    bottom: 36px;
    clear: both;
    text-align: left;
    font-size: 12px;
  }
  body article.top p.recruit_banner {
    margin: 0 auto 130px auto;
    width: 724px;
    text-align: center;
  }
  body article.top p.recruit_banner a {
    display: inline-block;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.top p.recruit_banner a:hover {
    opacity: 0.8;
  }
  body article.top p.recruit_banner a img {
    width: 100%;
    height: auto;
  }
  body article.top section p.btn_basic a {
    margin: 0 auto;
    width: 205px;
    height: 42px;
    border: 1px solid #404040;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.top section p.btn_basic a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    right: 18px;
    top: calc(50% - 3px);
    transform: rotate(-45deg);
    transform-style: preserve-3d;
    transition-property: border;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.top section p.btn_basic a:hover {
    background: #404040;
    color: #ffffff;
  }
  body article.top section p.btn_basic a:hover:after {
    border-color: #ffffff;
  }
  body article.top section.copy {
    margin-bottom: 60px;
  }
  body article.top section.copy h2 {
    margin: 96px 0 60px 0;
  }
  body article.top section.copy h2 span {
    display: block;
    line-height: 60px;
  }
  body article.top section.copy h2 span.main {
    font-size: 24px;
    font-weight: normal;
  }
  body article.top section.copy h2 span.sub {
    font-size: 50px;
    font-weight: bold;
  }
  body article.top section.copy .frame {
    padding: 60px 65px 80px 65px;
    position: relative;
  }
  body article.top section.copy .frame:after {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  body article.top section.copy .frame p.text {
    line-height: 44px;
    font-size: 18px;
    color: #404040;
    position: relative;
    z-index: 2;
  }
  body article.top section.copy .frame p.bg {
    text-align: center;
    width: 1190px;
    position: absolute;
    top: 0;
    left: calc(50% - 595px);
    z-index: 0;
    line-height: 168px;
    font-size: 190px;
    font-weight: bold;
    color: #f1f1f1;
    font-family: "Lato";
  }
  body article.top section.business {
    margin-bottom: 130px;
  }
  body article.top section.business h2 {
    margin-bottom: 66px;
  }
  body article.top section.business ul {
    width: 100%;
    overflow: hidden;
  }
  body article.top section.business ul li {
    margin-bottom: 4%;
    width: 16.666%;
    float: left;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  body article.top section.business ul li:nth-child(6n) + li {
    clear: both;
  }
  body article.top section.business ul li:before {
    content: "";
    padding-top: 52%;
    width: 100%;
    height: 0;
    display: block;
    background: no-repeat center top/40% auto;
  }
  body article.top section.business ul li:nth-child(1):before {
    background-image: url("../image/business/icon_1.png");
  }
  body article.top section.business ul li:nth-child(2):before {
    background-image: url("../image/business/icon_2.png");
  }
  body article.top section.business ul li:nth-child(3):before {
    background-image: url("../image/business/icon_3.png");
  }
  body article.top section.business ul li:nth-child(4):before {
    background-image: url("../image/business/icon_4.png");
  }
  body article.top section.business ul li:nth-child(5):before {
    background-image: url("../image/business/icon_5.png");
  }
  body article.top section.business ul li:nth-child(6):before {
    background-image: url("../image/business/icon_6.png");
  }
  body article.top section.business ul li:nth-child(7):before {
    background-image: url("../image/business/icon_7.png");
  }
  body article.top section.business ul li:nth-child(8):before {
    background-image: url("../image/business/icon_8.png");
  }
  body article.top section.business ul li:nth-child(9):before {
    background-image: url("../image/business/icon_9.png");
  }
  body article.top section.business ul li:nth-child(10):before {
    background-image: url("../image/business/icon_10.png");
  }
  body article.top section.business ul li:nth-child(11):before {
    background-image: url("../image/business/icon_11.png");
  }
  body article.top section.business ul li:nth-child(12):before {
    background-image: url("../image/business/icon_12.png");
  }
  body article.top section.business p.text {
    margin-bottom: 66px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
  }
  body article.top section.project {
    margin-bottom: 100px;
    padding: 50px 0 0 0;
  }
  body article.top section.project h2 {
    margin-bottom: 66px;
  }
  body article.top section.project p.text {
    margin-bottom: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
  }
  body article.top section.project .carousel {
    margin-bottom: 70px;
  }
  body article.top section.project .carousel .slider {
    width: 100%;
  }
  body article.top section.project .carousel .slider .main {
    margin: 0 auto 25px auto;
    width: 724px;
    box-sizing: border-box;
    position: relative;
  }
  body article.top section.project .carousel .slider .main .slick-arrow {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    background: url("../image/common/btn_arrow.png") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 100;
    text-indent: -9999px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 0ms;
  }
  body article.top section.project .carousel .slider .main .slick-arrow.slick-prev {
    left: -85px;
    transform: rotate(-90deg);
  }
  body article.top section.project .carousel .slider .main .slick-arrow.slick-prev:hover {
    transform: rotate(-90deg) scale(1.1);
  }
  body article.top section.project .carousel .slider .main .slick-arrow.slick-next {
    right: -85px;
    transform: rotate(90deg);
  }
  body article.top section.project .carousel .slider .main .slick-arrow.slick-next:hover {
    transform: rotate(90deg) scale(1.1);
  }
  body article.top section.project .carousel .slider .main .slide {
    overflow: hidden;
    position: relative;
  }
  body article.top section.project .carousel .slider .main .slide a {
    display: block;
  }
  body article.top section.project .carousel .slider .main .slide a .image {
    border: 1px solid #f1f1f1;
  }
  body article.top section.project .carousel .slider .main .slide a .image img {
    width: 724px;
    height: 410px;
  }
  body article.top section.project .carousel .slider .main .slide a dl {
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
  }
  body article.top section.project .carousel .slider .main .slide a dl dt {
    margin-right: 18px;
    padding-left: 30px;
    position: relative;
    float: left;
    font-weight: bold;
  }
  body article.top section.project .carousel .slider .main .slide a dl dt:before {
    content: "";
    width: 19px;
    height: 6px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 11px;
    left: 0;
  }
  body article.top section.project .carousel .slider .main .slide a dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body article.top section.project .carousel .slider ul.thumb {
    padding-top: 20px;
    position: relative;
    overflow: hidden;
  }
  body article.top section.project .carousel .slider ul.thumb .slick-list {
    overflow: visible;
  }
  body article.top section.project .carousel .slider ul.thumb li {
    width: 237px;
    float: left;
    cursor: pointer;
  }
  body article.top section.project .carousel .slider ul.thumb li.slick-center, body article.top section.project .carousel .slider ul.thumb li.slick-active {
    pointer-events: none;
  }
  body article.top section.project .carousel .slider ul.thumb li.slick-center .btn .image, body article.top section.project .carousel .slider ul.thumb li.slick-active .btn .image {
    transform: translateY(-20px);
  }
  body article.top section.project .carousel .slider ul.thumb li.slick-center .btn .image img, body article.top section.project .carousel .slider ul.thumb li.slick-active .btn .image img {
    transform: scale(1);
  }
  body article.top section.project .carousel .slider ul.thumb li .btn {
    padding: 0 3px;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn:hover {
    opacity: 0.8;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn:hover .image img {
    transform: scale(1.1);
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span {
    display: block;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.image {
    margin-bottom: 6px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    position: relative;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 0ms;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.image img {
    display: block;
    width: 100%;
    height: auto;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 0ms;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.text {
    padding-left: 22px;
    position: relative;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.text:before {
    content: "";
    width: 15px;
    height: 5px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 8px;
    left: 0;
  }
  body article.top section.tool {
    padding: 80px 50px 100px 50px;
  }
  body article.top section.tool h2 {
    margin-bottom: 58px;
    text-align: left;
  }
  body article.top section.tool p.text {
    margin-bottom: 46px;
    line-height: 36px;
    font-size: 18px;
  }
  body article.top section.tool .list {
    margin-bottom: 50px;
    padding: 0 42px;
  }
  body article.top section.tool .list .image {
    padding-top: 61.4828209765%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/top/img_tool.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
  }
  body article.top section.tool .list .image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body article.top section.tool p.btn_basic {
    float: right;
  }
  body article.top section.member {
    padding: 80px 0 100px 0;
  }
  body article.top section.member h2 {
    margin-bottom: 58px;
  }
  body article.top section.member .list {
    margin: 0 auto;
    max-width: 1210px;
  }
  body article.top section.member .list .group {
    margin: 0.3%;
    width: 32.7%;
    float: left;
  }
  body article.top section.member .list .group:nth-child(3n) + div {
    clear: both;
  }
  body article.top section.member .list .group img {
    width: 100%;
    height: auto;
  }
  body article.top section.member .list .group.group_center {
    position: relative;
  }
  body article.top section.member .list .group.group_center p.text {
    padding-top: 70.1005025126%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/top/text_member.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
  }
  body article.top section.member .list .group.group_center p.text span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body article.top section.member .list .group.group_center p.btn_basic {
    margin-left: -102.5px;
    position: absolute;
    left: 50%;
    bottom: 10%;
  }
  body article.top section.topics {
    padding: 100px 0;
  }
  body article.top section.topics h2 {
    margin-bottom: 44px;
    text-align: left;
  }
  body article.top section.topics p.text {
    margin-bottom: 60px;
    line-height: 34px;
    font-size: 18px;
  }
  body article.top section.recruit {
    padding: 100px 0 10px 0;
  }
  body article.top section.recruit h2 {
    text-align: center;
  }
  body article.top section.recruit dl {
    margin-bottom: 50px;
    text-align: center;
  }
  body article.top section.recruit dl dt {
    margin-bottom: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  body article.top section.recruit dl dd {
    line-height: 36px;
    font-size: 18px;
  }
  body article.top section.recruit dl dd small {
    display: block;
    line-height: 26px;
    font-size: 12px;
  }
  body article.top section.recruit p.btn_basic a {
    margin: 0 auto;
  }
  body article.top aside.interview {
    padding: 60px 0 180px 0;
  }
  body article.top aside.interview p.banner {
    text-align: center;
    padding: 0 55px;
  }
  body article.top aside.interview p.banner a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.top aside.interview p.banner a:hover {
    opacity: 0.8;
  }
  body article.top aside.interview p.banner a img {
    width: 100%;
    max-width: 1100px;
    height: auto;
  }
  body article.project section.list {
    padding: 110px 0 130px 0;
  }
  body article.project section.list h2 {
    margin-bottom: 30px;
  }
  body article.project section.list p.text {
    margin-bottom: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.project section.list .row {
    padding: 50px 0;
    overflow: hidden;
  }
  body article.project section.list .row .single_image {
    max-width: 724px;
    width: calc(100% - 380px);
    float: left;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
  }
  body article.project section.list .row .single_image img {
    width: 100%;
    height: auto;
  }
  body article.project section.list .row .carousel {
    max-width: 724px;
    width: calc(100% - 380px);
    float: left;
  }
  body article.project section.list .row .carousel .slidder {
    width: 100%;
  }
  body article.project section.list .row .carousel .slidder .slide {
    width: 100%;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
  }
  body article.project section.list .row .carousel .slidder .slide img {
    width: 100%;
    height: auto;
  }
  body article.project section.list .row .carousel .slidder ul.slick-dots {
    margin: 20px 0;
    width: 100%;
    height: 12px;
    text-align: center;
    line-height: 0;
    font-size: 0;
  }
  body article.project section.list .row .carousel .slidder ul.slick-dots li {
    margin: 0 9px;
    display: inline-block;
  }
  body article.project section.list .row .carousel .slidder ul.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #404040;
    border-radius: 50%;
    background: #ffffff;
    text-indent: -9999px;
    cursor: pointer;
  }
  body article.project section.list .row .carousel .slidder ul.slick-dots li.slick-active button {
    background: #404040;
  }
  body article.project section.list .row .detail {
    padding: 0 0 0 20px;
    width: 380px;
    box-sizing: border-box;
    float: right;
  }
  body article.project section.list .row .detail h3 {
    margin-bottom: 70px;
    padding-left: 28px;
    position: relative;
    line-height: 32px;
    font-size: 26px;
    font-weight: bold;
  }
  body article.project section.list .row .detail h3:before {
    content: "";
    width: 19px;
    height: 6px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 14px;
    left: 0;
  }
  body article.project section.list .row .detail dl {
    margin-bottom: 52px;
  }
  body article.project section.list .row .detail dl dt {
    margin-bottom: 28px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
  }
  body article.project section.list .row .detail dl dd {
    line-height: 28px;
    font-size: 16px;
  }
  body article.project section.list .row .detail p.links {
    line-height: 20px;
    font-size: 14px;
  }
  body article.project section.list .row .detail p.links a {
    margin-right: 14px;
    padding-right: 12px;
    display: inline-block;
    position: relative;
    text-decoration: underline;
  }
  body article.project section.list .row .detail p.links a:after {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    background: url("../image/common/icon_blank.png") no-repeat center center/9px 9px;
    position: absolute;
    right: 0;
    top: 6px;
  }
  body article.project section.list .row .detail p.links a:hover {
    text-decoration: none;
  }
  body article.business section.list {
    padding: 110px 0 80px;
  }
  body article.business section.list h2 {
    margin-bottom: 30px;
  }
  body article.business section.list p.text {
    margin-bottom: 80px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.business section.list ul.icons li {
    width: 33.3%;
    padding: 0 2%;
    margin-bottom: 140px;
    box-sizing: border-box;
    float: left;
  }
  body article.business section.list ul.icons li:nth-child(1) .icon {
    background-image: url("../image/business/icon_1.png");
  }
  body article.business section.list ul.icons li:nth-child(2) .icon {
    background-image: url("../image/business/icon_2.png");
  }
  body article.business section.list ul.icons li:nth-child(3) .icon {
    background-image: url("../image/business/icon_3.png");
  }
  body article.business section.list ul.icons li:nth-child(4) .icon {
    background-image: url("../image/business/icon_4.png");
  }
  body article.business section.list ul.icons li:nth-child(5) .icon {
    background-image: url("../image/business/icon_5.png");
  }
  body article.business section.list ul.icons li:nth-child(6) .icon {
    background-image: url("../image/business/icon_6.png");
  }
  body article.business section.list ul.icons li:nth-child(7) .icon {
    background-image: url("../image/business/icon_7.png");
  }
  body article.business section.list ul.icons li:nth-child(8) .icon {
    background-image: url("../image/business/icon_8.png");
  }
  body article.business section.list ul.icons li:nth-child(9) .icon {
    background-image: url("../image/business/icon_9.png");
  }
  body article.business section.list ul.icons li:nth-child(10) .icon {
    background-image: url("../image/business/icon_10.png");
  }
  body article.business section.list ul.icons li:nth-child(11) .icon {
    background-image: url("../image/business/icon_11.png");
  }
  body article.business section.list ul.icons li:nth-child(12) .icon {
    background-image: url("../image/business/icon_12.png");
  }
  body article.business section.list ul.icons li .icon {
    padding-top: 44%;
    width: 100%;
    height: 0;
    background: no-repeat center top/34% auto;
  }
  body article.business section.list ul.icons li dl {
    padding: 30px 36px;
    height: 330px;
    box-sizing: border-box;
    background: #f7f7f7;
    position: relative;
  }
  body article.business section.list ul.icons li dl dt {
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
  }
  body article.business section.list ul.icons li dl dt:before {
    content: "";
    width: 14px;
    height: 5px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 12px;
    left: 0;
  }
  body article.business section.list ul.icons li dl dd {
    line-height: 28px;
    font-size: 14px;
  }
  body article.business section.list ul.icons li dl dd.more_btn {
    position: absolute;
    right: 36px;
    bottom: 30px;
  }
  body article.business section.list ul.icons li dl dd.more_btn a {
    margin-top: 6px;
    margin-right: 10px;
    display: block;
    float: right;
    border-bottom: 1px solid #404040;
    position: relative;
  }
  body article.business section.list ul.icons li dl dd.more_btn a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-top: 2px solid #404040;
    border-right: 2px solid #404040;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: calc(50% - 4px);
  }
  body article.tool section.list {
    padding: 110px 0 80px 0;
  }
  body article.tool section.list h2 {
    margin-bottom: 30px;
  }
  body article.tool section.list p.text {
    margin-bottom: 80px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.tool section.list h3 {
    margin-bottom: 90px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }
  body article.tool section.list ul {
    overflow: hidden;
  }
  body article.tool section.list ul li {
    margin-bottom: 92px;
    padding: 0 60px;
    width: 50%;
    box-sizing: border-box;
  }
  body article.tool section.list ul li:nth-child(odd) {
    float: left;
    clear: both;
  }
  body article.tool section.list ul li:nth-child(even) {
    float: right;
  }
  body article.tool section.list ul li .image {
    margin-bottom: 36px;
    width: 100%;
    text-align: center;
  }
  body article.tool section.list ul li .image img {
    width: 70%;
  }
  body article.tool section.list ul li dl dt {
    margin-bottom: 20px;
    padding-left: 24px;
    position: relative;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
  }
  body article.tool section.list ul li dl dt:before {
    content: "";
    width: 15px;
    height: 5px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 12px;
    left: 0;
  }
  body article.tool section.list ul li dl dd {
    line-height: 28px;
    font-size: 16px;
  }
  body article.tool section.list ul li dl dd strong {
    display: block;
    font-weight: bold;
  }
  body article.tool section.list ul li dl dd small {
    font-size: 80%;
  }
  body article.tool section.list ul li dl dd a {
    text-decoration: underline;
  }
  body article.tool section.list ul li dl dd a:hover {
    text-decoration: none;
  }
  body article.tool section.list p.msg {
    margin-bottom: 80px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.tool section.list p.msg a {
    text-decoration: underline;
  }
  body article.tool section.list p.msg a:hover {
    text-decoration: none;
  }
  body article.member section.list {
    padding: 110px 0 80px 0;
  }
  body article.member section.list h2 {
    margin-bottom: 30px;
  }
  body article.member section.list p.text {
    margin-bottom: 80px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.member section.list .lists ul.row {
    margin-bottom: 70px;
    overflow: hidden;
  }
  body article.member section.list .lists ul.row li.col {
    width: 25%;
    float: left;
  }
  body article.member section.list .lists ul.row li.col a {
    margin: 0 15px;
    display: block;
  }
  body article.member section.list .lists ul.row li.col a:hover .image {
    background-size: 105% 105%;
  }
  body article.member section.list .lists ul.row li.col a .image {
    margin-bottom: 26px;
    padding-top: 70.3571428571%;
    width: 100%;
    height: 0;
    background: #ffffff no-repeat center center/100% 100%;
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
  body article.member section.list .lists ul.row li.col a .image.no_image.m {
    background-image: url("/assets/image/member/img_nophoto_m_thumb.png");
  }
  body article.member section.list .lists ul.row li.col a .image.no_image.f {
    background-image: url("/assets/image/member/img_nophoto_f_thumb.png");
  }
  body article.member section.list .lists ul.row li.col a dl dt, body article.member section.list .lists ul.row li.col a dl dd {
    padding-left: 26px;
    position: relative;
    line-height: 26px;
    color: #404040;
  }
  body article.member section.list .lists ul.row li.col a dl dt {
    font-size: 14px;
  }
  body article.member section.list .lists ul.row li.col a dl dt:before {
    content: "";
    width: 17px;
    height: 4px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 12px;
    left: 1px;
  }
  body article.member section.list .lists ul.row li.col a dl dd {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  body article.member section.detail {
    padding-top: 45px;
  }
  body article.member section.detail .row {
    overflow: hidden;
  }
  body article.member section.detail .row .hero {
    margin-bottom: 66px;
    width: 100%;
    height: 460px;
    background: #d6d7db;
    position: relative;
  }
  body article.member section.detail .row .hero .image {
    width: 100%;
    height: 100%;
    background: no-repeat center center/cover;
  }
  body article.member section.detail .row .hero .image.no_image.m {
    background-image: url("/assets/image/member/img_nophoto_m_up.png");
  }
  body article.member section.detail .row .hero .image.no_image.f {
    background-image: url("/assets/image/member/img_nophoto_f_up.png");
  }
  body article.member section.detail .row .hero h2 {
    width: 490px;
    position: absolute;
    top: 196px;
    z-index: 10;
    text-align: left;
  }
  body article.member section.detail .row .hero h2 small, body article.member section.detail .row .hero h2 span {
    display: block;
    padding-left: 26px;
    position: relative;
    color: #404040;
  }
  body article.member section.detail .row .hero h2 small {
    line-height: 26px;
    font-size: 18px;
  }
  body article.member section.detail .row .hero h2 small:before {
    content: "";
    width: 17px;
    height: 7px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 10px;
    left: 1px;
  }
  body article.member section.detail .row .hero h2 span {
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
  }
  body article.member section.detail .row .hero.left h2 {
    margin-right: -65px;
    right: 50%;
  }
  body article.member section.detail .row .hero.right h2 {
    margin-left: 75px;
    left: 50%;
  }
  body article.member section.detail .row .content {
    margin-bottom: 80px;
    overflow: hidden;
  }
  body article.member section.detail .row .content .col_image {
    width: 50%;
    float: left;
  }
  body article.member section.detail .row .content .col_image .image {
    padding-top: 148.7603305785%;
    width: 100%;
    height: 0;
    background: no-repeat center center/cover;
    float: left;
    position: relative;
  }
  body article.member section.detail .row .content .col_image .image.no_image.m {
    background-image: url("/assets/image/member/img_nophoto_m_all.png");
  }
  body article.member section.detail .row .content .col_image .image.no_image.f {
    background-image: url("/assets/image/member/img_nophoto_f_all.png");
  }
  body article.member section.detail .row .content .text {
    padding-left: 80px;
    width: 50%;
    float: right;
    box-sizing: border-box;
    color: #404040;
  }
  body article.member section.detail .row .content .text p.profile {
    margin-bottom: 58px;
    padding: 26px 0;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    line-height: 35px;
    font-size: 16px;
  }
  body article.member section.detail .row .content .text h3 {
    margin-bottom: 58px;
    line-height: 42px;
    font-size: 36px;
  }
  body article.member section.detail .row .content .text dl {
    margin-bottom: 42px;
    line-height: 28px;
    font-size: 15px;
  }
  body article.member section.detail .row .content .text dl dt {
    margin-bottom: 8px;
    font-weight: bold;
  }
  body article.member section.detail .row p.back {
    margin: 0 auto 160px auto;
    width: 245px;
    height: 42px;
    position: relative;
  }
  body article.member section.detail .row p.back:after {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: rotate(135deg);
    pointer-events: none;
    transform-style: preserve-3d;
    transition-property: border;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.member section.detail .row p.back:hover:after {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  body article.member section.detail .row p.back:hover a {
    background: #a1a1a1;
    color: #ffffff;
  }
  body article.member section.detail .row p.back a {
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.member section.detail .row p.page_nate {
    display: none;
  }
  body article.member section.detail .row .hero:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transform-style: preserve-3d;
    transition-property: width;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 200ms;
  }
  body article.member section.detail .row .hero h2 small, body article.member section.detail .row .hero h2 span {
    opacity: 0;
    transform: translateX(-100px);
  }
  body article.member section.detail .row .hero h2 small {
    transform-style: preserve-3d;
    transition-property: opacity, transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 300ms;
  }
  body article.member section.detail .row .hero h2 span {
    transform-style: preserve-3d;
    transition-property: opacity, transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 350ms;
  }
  body article.member section.detail .row .content .image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transform-style: preserve-3d;
    transition-property: width;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 500ms;
  }
  body article.member section.detail .row.show .hero:after {
    width: 0;
  }
  body article.member section.detail .row.show .hero h2 small, body article.member section.detail .row.show .hero h2 span {
    opacity: 1;
    transform: translateX(0);
  }
  body article.member section.detail .row.show .content .image:after {
    width: 0;
  }
  body article.company section.about {
    padding: 110px 0 80px 0;
  }
  body article.company section.about h2 {
    margin-bottom: 86px;
  }
  body article.company section.about h3 {
    margin-bottom: 70px;
    padding-left: 26px;
    position: relative;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
  }
  body article.company section.about h3:before {
    content: "";
    width: 15px;
    height: 5px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 13px;
    left: 0;
  }
  body article.company section.about p.text {
    margin-bottom: 140px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.company section.about .greeting {
    margin-bottom: 130px;
    overflow: hidden;
  }
  body article.company section.about .greeting .image {
    padding: 0 5% 0 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  body article.company section.about .greeting .image img {
    width: 100%;
    height: auto;
  }
  body article.company section.about .greeting .text {
    padding: 0 5%;
    width: 50%;
    float: right;
    box-sizing: border-box;
  }
  body article.company section.about .greeting .text p {
    line-height: 32px;
    font-size: 16px;
  }
  body article.company section.about .company_info {
    padding-left: 125px;
  }
  body article.company section.about .company_info dl {
    margin-bottom: 32px;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
  }
  body article.company section.about .company_info dl dt {
    width: 150px;
    float: left;
    font-weight: bold;
  }
  body article.company section.about .company_info dl dd {
    margin-left: 150px;
  }
  body article.company section.about .company_info dl dd a {
    text-decoration: underline;
  }
  body article.company section.about .company_info dl dd a:hover {
    text-decoration: none;
  }
  body article.company section.access {
    padding: 120px 0 20px 0;
    text-align: center;
  }
  body article.company section.access h2 {
    margin-bottom: 70px;
    font-size: 38px;
  }
  body article.company section.access h2 small {
    font-size: 16px;
  }
  body article.company section.access h3 {
    margin-bottom: 36px;
    font-weight: bold;
    font-size: 16px;
  }
  body article.company section.access .map {
    width: 100%;
    height: 603px;
  }
  body article.company section.access .map iframe {
    width: 100%;
    height: 100%;
  }
  body article.company section.access p.address {
    margin: 20px 0 110px 0;
    line-height: 32px;
    font-size: 16px;
  }
  body article.recruit section.list {
    padding: 110px 0 80px 0;
  }
  body article.recruit section.list h2 {
    margin-bottom: 30px;
  }
  body article.recruit section.list p.text {
    margin-bottom: 80px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.recruit section.list p.text small {
    display: block;
    font-size: 14px;
  }
  body article.recruit section.list .content {
    margin: 0 auto;
    width: 860px;
  }
  body article.recruit section.list .content h3 {
    margin-bottom: 20px;
    padding-left: 24px;
    position: relative;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
  }
  body article.recruit section.list .content h3:before {
    content: "";
    width: 15px;
    height: 5px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 12px;
    left: 0;
  }
  body article.recruit section.list .content .list {
    margin-bottom: 110px;
  }
  body article.recruit section.list .content .list dl {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 30px;
    font-size: 18px;
  }
  body article.recruit section.list .content .list dl dt {
    width: 88px;
    float: left;
  }
  body article.recruit section.list .content .list dl dd {
    margin-left: 88px;
  }
  body article.recruit section.list .content .list dl dd ul {
    margin-left: 30px;
  }
  body article.recruit section.list .content .list dl dd ul li {
    list-style: disc;
  }
  body article.recruit section.list .content p.contact_msg {
    margin-bottom: 120px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.recruit section.list .content p.contact_msg a {
    text-decoration: underline;
  }
  body article.recruit section.list .content p.contact_msg a:hover {
    text-decoration: none;
  }
  body article.contact section.form {
    padding: 110px 0 80px 0;
  }
  body article.contact section.form h2 {
    margin-bottom: 30px;
  }
  body article.contact section.form p.text {
    margin-bottom: 80px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
  }
  body article.contact section.form p.gotop {
    margin: 80px auto;
  }
  body article.contact section.form p.gotop a {
    margin: 0 auto;
    width: 282px;
    height: 62px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.contact section.form p.gotop a:after {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(-45deg);
    pointer-events: none;
    transform-style: preserve-3d;
    transition-property: border;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.contact section.form p.gotop a:hover {
    background: #a1a1a1;
    color: #ffffff;
  }
  body article.contact section.form p.gotop a:hover:after {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  body article.contact section.form form {
    margin: 0 auto;
    width: 800px;
  }
  body article.contact section.form form > dl {
    margin-bottom: 40px;
    overflow: hidden;
  }
  body article.contact section.form form > dl > dt {
    padding-left: 70px;
    width: 236px;
    float: left;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
  }
  body article.contact section.form form > dl > dt span {
    margin-left: -70px;
    width: 46px;
    height: 28px;
    display: block;
    float: left;
    background: #ababab;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
  }
  body article.contact section.form form > dl > dt small {
    display: block;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
  }
  body article.contact section.form form > dl > dd {
    margin-left: 260px;
    line-height: 28px;
    font-size: 16px;
  }
  body article.contact section.form form > dl > dd.error {
    padding-top: 4px;
    line-height: 18px;
    font-size: 14px;
    color: #ff0000;
  }
  body article.contact section.form form > dl > dd input[type=text], body article.contact section.form form > dl > dd input[type=tel], body article.contact section.form form > dl > dd input[type=email], body article.contact section.form form > dl > dd textarea {
    padding: 6px 16px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 40px;
    display: block;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    line-height: 28px;
    font-size: 16px;
  }
  body article.contact section.form form > dl > dd textarea {
    height: 200px;
  }
  body article.contact section.form form > dl > dd select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
  }
  body article.contact section.form form > dl > dd .select_box {
    height: 40px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    font-size: 0;
    line-height: 1;
  }
  body article.contact section.form form > dl > dd .select_box:after {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(-45deg);
    pointer-events: none;
  }
  body article.contact section.form form > dl > dd .select_box select {
    padding: 0 32px 0 12px;
    width: 120%;
    height: 40px;
    box-sizing: border-box;
    display: block;
    line-height: 28px;
    font-size: 16px;
    color: #404040;
    cursor: pointer;
  }
  body article.contact section.form form > dl > dd .scroll {
    margin-bottom: 30px;
    padding: 22px 24px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    background: #f9f9f9;
    line-height: 20px;
    font-size: 14px;
  }
  body article.contact section.form form > dl > dd .scroll p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  body article.contact section.form form > dl > dd .scroll dl dt {
    font-weight: bold;
  }
  body article.contact section.form form > dl > dd .scroll dl dd {
    margin-bottom: 20px;
  }
  body article.contact section.form form > dl > dd .scroll a {
    text-decoration: underline;
  }
  body article.contact section.form form > dl > dd .scroll a:hover {
    text-decoration: none;
  }
  body article.contact section.form form > dl > dd .checkbox {
    position: relative;
    overflow: hidden;
  }
  body article.contact section.form form > dl > dd .checkbox input[type=checkbox] {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 0;
  }
  body article.contact section.form form > dl > dd .checkbox input[type=checkbox] + label {
    padding-left: 36px;
    min-height: 24px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  body article.contact section.form form > dl > dd .checkbox input[type=checkbox] + label:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url("../image/contact/icon_input_checkbox.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 24px 48px;
  }
  body article.contact section.form form > dl > dd .checkbox input[type=checkbox]:checked + label:after {
    background-position: left bottom;
  }
  body article.contact section.form form > dl > dd .checkbox label {
    line-height: 24px;
  }
  body article.contact section.form form .btns {
    margin: 0 auto;
    padding: 40px 0;
    width: 500px;
    clear: both;
    overflow: hidden;
  }
  body article.contact section.form form .btns p.submit {
    width: 282px;
    height: 62px;
    position: relative;
  }
  body article.contact section.form form .btns p.submit:after {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(-45deg);
    pointer-events: none;
    transform-style: preserve-3d;
    transition-property: border;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.contact section.form form .btns p.submit input {
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body article.contact section.form form .btns p.submit:hover:after {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  body article.contact section.form form .btns p.submit:hover input {
    background: #a1a1a1;
    color: #ffffff;
  }
  body article.contact section.form form .btns p.submit.check {
    margin: 0 auto;
  }
  body article.contact section.form form .btns p.submit.back {
    width: 180px;
    float: left;
  }
  body article.contact section.form form .btns p.submit.back:after {
    right: auto;
    left: 15px;
    transform: rotate(135deg);
  }
  body article.contact section.form form .btns p.submit.send {
    float: right;
  }
  body article.interview section.talk {
    padding: 110px 0 80px 0;
  }
  body article.interview section.talk h2 {
    margin-bottom: 40px;
  }
  body article.interview section.talk .video {
    margin: 0 auto 45px auto;
    width: 960px;
    height: 540px;
  }
  body article.interview section.talk .video video, body article.interview section.talk .video iframe {
    width: 100%;
    height: 100%;
  }
  body article.interview section.talk p.text {
    margin: 0 auto 78px auto;
    padding: 20px 38px;
    width: 860px;
    position: relative;
    box-sizing: border-box;
    background: #ebebeb;
    line-height: 28px;
    font-size: 16px;
  }
  body article.interview section.talk p.text:before {
    content: "";
    margin-top: -11px;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 11px 20px 11px 0;
    border-color: transparent #ebebeb transparent transparent;
    position: absolute;
    top: 50%;
    left: -20px;
  }
  body article.interview section.talk dl {
    margin: 0 auto 80px auto;
    width: 740px;
  }
  body article.interview section.talk dl dt {
    margin-bottom: 30px;
    padding-left: 46px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
  }
  body article.interview section.talk dl dt:before {
    content: "";
    width: 36px;
    height: 1px;
    display: block;
    background: #404040;
    position: absolute;
    top: 15px;
    left: 0;
  }
  body article.interview section.talk dl dd.text {
    margin-bottom: 36px;
    padding-left: 3em;
    line-height: 36px;
    font-size: 16px;
  }
  body article.interview section.talk dl dd.text span.name {
    margin-left: -3em;
    font-weight: bold;
    float: left;
  }
  body article.interview section.talk dl dd.text.image img {
    width: 100%;
    height: auto;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
    min-width: 320px;
  }
  body header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
  }
  body header .inner {
    padding: 15px 25px;
    overflow: hidden;
    position: relative;
  }
  body header .inner h1 {
    float: left;
  }
  body header .inner h1 a {
    display: block;
  }
  body header .inner h1 a img {
    width: 43px;
    height: 30px;
  }
  body header .inner .menu p.open {
    position: absolute;
    top: 0;
    right: 7px;
  }
  body header .inner .menu p.open a {
    width: 60px;
    height: 60px;
    display: block;
    background: url("../image/common/icon_menu.png") no-repeat center center/20px 18px;
    position: relative;
  }
  body header .inner .menu p.open a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body header .inner .menu .menu_inner {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    background: #ffffff;
    transform-style: preserve-3d;
    transition-property: height;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body header .inner .menu .menu_inner.show {
    height: 100vh;
  }
  body header .inner .menu .menu_inner.show p.close {
    position: fixed;
  }
  body header .inner .menu .menu_inner p.close {
    position: absolute;
    top: 0;
    right: 7px;
    z-index: 9900;
  }
  body header .inner .menu .menu_inner p.close a {
    width: 60px;
    height: 60px;
    display: block;
    background: url("../image/common/icon_menu_close.png") no-repeat center center/20px 20px;
    position: relative;
  }
  body header .inner .menu .menu_inner p.close a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body header .inner .menu .menu_inner .scroll {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body header .inner .menu .menu_inner ul.sub_menu {
    margin: 100px 0 39px 0;
    overflow: hidden;
    text-align: center;
  }
  body header .inner .menu .menu_inner ul.sub_menu li {
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    color: #404040;
    font-family: "Lato";
  }
  body header .inner .menu .menu_inner ul.sub_menu li:first-child {
    margin-left: 0;
  }
  body header .inner .menu .menu_inner ul.sub_menu li:not(.lang) a {
    height: 27px;
    display: block;
    background: no-repeat left center/auto 15px;
    line-height: 27px;
  }
  body header .inner .menu .menu_inner ul.sub_menu li.access a {
    padding-left: 15px;
    background-image: url("../image/common/icon_header_access.png");
  }
  body header .inner .menu .menu_inner ul.sub_menu li.contact a {
    padding-left: 24px;
    background-image: url("../image/common/icon_header_contact.png");
  }
  body header .inner .menu .menu_inner ul.sub_menu li.facebook a {
    padding-left: 21px;
    background-image: url("../image/common/icon_header_facebook.png");
  }
  body header .inner .menu .menu_inner ul.sub_menu li.lang {
    position: absolute;
    left: 49px;
    top: 59px;
    font-size: 16px;
  }
  body header .inner .menu .menu_inner ul.sub_menu li.lang span, body header .inner .menu .menu_inner ul.sub_menu li.lang a {
    display: inline-block;
  }
  body header .inner .menu .menu_inner ul.sub_menu li.lang span {
    color: #b0b0b0;
  }
  body header .inner .menu .menu_inner nav {
    padding: 0 49px;
  }
  body header .inner .menu .menu_inner nav ul {
    overflow: hidden;
  }
  body header .inner .menu .menu_inner nav ul li {
    margin-bottom: 23px;
    line-height: 26px;
  }
  body header .inner .menu .menu_inner nav ul li a {
    display: block;
    color: #404040;
  }
  body header .inner .menu .menu_inner nav ul li a span, body header .inner .menu .menu_inner nav ul li a small {
    display: block;
  }
  body header .inner .menu .menu_inner nav ul li a span {
    font-size: 24px;
    font-family: "Lato";
  }
  body header .inner .menu .menu_inner nav ul li a small {
    line-height: 16px;
    font-size: 10px;
  }
  body header .inner .menu .menu_inner nav ul li a.active {
    color: #e60012;
  }
  body article .inner {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
  }
  body article .inner:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  body article .inner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    font-family: "Lato";
    letter-spacing: calc(40em / 1000);
  }
  body article .inner h2 small {
    margin-top: 7px;
    display: block;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0;
    font-family: "Noto Sans JP";
    letter-spacing: calc(400em / 1000);
  }
  body article section, body article aside {
    overflow: hidden;
    color: #404040;
  }
  body article section .inner, body article aside .inner {
    padding: 0 25px;
  }
  body article aside.recommendation {
    padding: 47px 0 80px 0;
    background: #e5e5e5;
  }
  body article aside.recommendation h3 {
    margin-bottom: 49px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "Lato";
  }
  body article aside.recommendation h3 small {
    margin-top: 7px;
    display: block;
    font-size: 10px;
    font-weight: normal;
    font-family: "Noto Sans JP";
  }
  body article aside.recommendation ul {
    width: 100%;
    overflow: hidden;
  }
  body article aside.recommendation ul li {
    width: calc(50% - 8px);
  }
  body article aside.recommendation ul li:first-child {
    float: left;
  }
  body article aside.recommendation ul li:last-child {
    float: right;
  }
  body article aside.recommendation ul li a {
    display: block;
  }
  body article aside.recommendation ul li a img {
    width: 100%;
    height: auto;
  }
  body article aside.recommendation ul li a span {
    padding: 12px 0 0 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "Lato";
  }
  body article aside.recommendation ul li a span small {
    margin-top: 5px;
    display: block;
    font-size: 10px;
    font-weight: normal;
    font-family: "Noto Sans JP";
  }
  body footer {
    position: relative;
    background: #404040;
    color: #ffffff;
  }
  body footer p.gotop {
    position: absolute;
    right: 10px;
    top: -40px;
  }
  body footer p.gotop a {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/btn_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer p.gotop a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .inner {
    margin: 0 25px;
    overflow: hidden;
  }
  body footer .contact {
    padding: 49px 0 27px 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    text-align: center;
  }
  body footer .contact h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 21px;
    font-family: "Lato";
    letter-spacing: calc(40em / 1000);
  }
  body footer .contact h2 small {
    margin-top: 8px;
    display: block;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0;
    font-family: "Noto Sans JP";
  }
  body footer .contact ul {
    margin-bottom: 20px;
    text-align: center;
    line-height: 0;
    font-size: 0;
  }
  body footer .contact ul li {
    display: inline-block;
  }
  body footer .contact ul li.tel {
    margin-bottom: 6px;
    margin-right: 4px;
    width: 160px;
  }
  body footer .contact ul li.tel a {
    padding-left: 16px;
    width: 100%;
    height: 33px;
    display: block;
    box-sizing: border-box;
    position: relative;
    line-height: 33px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Lato";
  }
  body footer .contact ul li.tel a:after {
    content: "";
    margin-top: -7px;
    width: 14px;
    height: 14px;
    display: block;
    background: url("../image/common/icon_footer_tel.png") no-repeat center center/contain;
    position: absolute;
    left: 0;
    top: 50%;
  }
  body footer .contact ul li.email {
    margin-left: 8px;
    width: 145px;
  }
  body footer .contact ul li.email a {
    width: 100%;
    height: 33px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    position: relative;
    line-height: 32px;
    font-size: 11px;
    font-family: "Lato";
  }
  body footer .contact ul li.email a:after {
    content: "";
    margin-top: -5.5px;
    width: 11.5px;
    height: 9px;
    display: block;
    background: url("../image/common/icon_footer_email.png") no-repeat center center/contain;
    position: absolute;
    left: 14px;
    top: 50%;
  }
  body footer .contact p {
    text-align: left;
    line-height: 23px;
    font-size: 13px;
  }
  body footer .contact p strong {
    font-weight: bold;
  }
  body footer .info {
    padding: 14px 0 0 0;
    position: relative;
  }
  body footer .info .address {
    margin-bottom: 22px;
    padding-top: 45px;
    background: url("../image/common/icon_footer_knot.png") no-repeat left top/50px 35.5px;
  }
  body footer .info .address dl {
    line-height: 15px;
    font-size: 10px;
  }
  body footer .info .address dl a {
    text-decoration: underline;
  }
  body footer .info .more ul.banners {
    margin-bottom: 28px;
    overflow: hidden;
  }
  body footer .info .more ul.banners li {
    float: left;
  }
  body footer .info .more ul.banners li.isms {
    margin-right: 10.5px;
  }
  body footer .info .more ul.banners li.isms a {
    width: 167px;
    height: 87.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/sp/img_logo_isms.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer .info .more ul.banners li.isms a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .info .more ul.banners li.pmark {
    margin-right: 17.5px;
  }
  body footer .info .more ul.banners li.pmark a {
    width: 65.5px;
    height: 75.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/sp/img_logo_pmark.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer .info .more ul.banners li.pmark a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .info .more ul.banners li.kensetsu {
    width: 63px;
    height: 25.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/sp/img_logo_kensetsu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer .info .more ul.banners li.kensetsu span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .info .more ul.banners li.other {
    padding-top: 20px;
    float: none;
    clear: both;
  }
  body footer .info .more ul.banners li.other span {
    margin-bottom: 7px;
    display: block;
    line-height: 15px;
    font-size: 10px;
    color: #ffffff;
  }
  body footer .info .more ul.banners li.other span a {
    text-decoration: underline;
  }
  body footer .info .more p.facebook {
    position: absolute;
    top: 14px;
    right: 25px;
  }
  body footer .info .more p.facebook a {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/common/icon_footer_facebook.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer .info .more p.facebook a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .info p.copyright {
    height: 35px;
    background: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 10px;
    color: #404040;
  }
  body article.top p.recruit_banner {
    margin-bottom: 80px;
    padding: 0 25px;
    text-align: center;
  }
  body article.top p.recruit_banner a {
    display: block;
  }
  body article.top p.recruit_banner a img {
    width: 100%;
    height: auto;
  }
  body article.top section .inner {
    padding: 0;
  }
  body article.top section p.btn_basic a {
    margin: 0 auto;
    width: 120px;
    height: 30px;
    border: 1px solid #404040;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    line-height: 28px;
    font-size: 10px;
  }
  body article.top section p.btn_basic a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    right: 16px;
    top: calc(50% - 2px);
    transform: rotate(-45deg);
  }
  body article.top section.copy {
    margin-bottom: 35px;
  }
  body article.top section.copy h2 {
    margin: 0 0 20px 0;
  }
  body article.top section.copy h2 span {
    display: block;
    line-height: 32px;
  }
  body article.top section.copy h2 span.main {
    font-size: 12px;
    font-weight: normal;
  }
  body article.top section.copy h2 span.sub {
    font-size: 25px;
    font-weight: bold;
  }
  body article.top section.copy .frame {
    padding: 20px 25px;
    position: relative;
  }
  body article.top section.copy .frame:after {
    content: "";
    width: 100%;
    height: 90%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 1;
  }
  body article.top section.copy .frame p.text {
    line-height: 24px;
    font-size: 13px;
    color: #404040;
    position: relative;
    z-index: 2;
  }
  body article.top section.copy .frame p.bg {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    line-height: 0.9;
    font-size: 16vw;
    font-weight: bold;
    color: #f1f1f1;
    font-family: "Lato";
  }
  body article.top section.business {
    padding: 0 25px 90px 25px;
  }
  body article.top section.business ul {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
  }
  body article.top section.business ul li {
    margin-bottom: 8%;
    width: 33.3%;
    float: left;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
  }
  body article.top section.business ul li:nth-child(3n) + li {
    clear: both;
  }
  body article.top section.business ul li:before {
    content: "";
    padding-top: 52%;
    width: 100%;
    height: 0;
    display: block;
    background: no-repeat center top/40% auto;
  }
  body article.top section.business ul li:nth-child(1):before {
    background-image: url("../image/business/icon_1.png");
  }
  body article.top section.business ul li:nth-child(2):before {
    background-image: url("../image/business/icon_2.png");
  }
  body article.top section.business ul li:nth-child(3):before {
    background-image: url("../image/business/icon_3.png");
  }
  body article.top section.business ul li:nth-child(4):before {
    background-image: url("../image/business/icon_4.png");
  }
  body article.top section.business ul li:nth-child(5):before {
    background-image: url("../image/business/icon_5.png");
  }
  body article.top section.business ul li:nth-child(6):before {
    background-image: url("../image/business/icon_6.png");
  }
  body article.top section.business ul li:nth-child(7):before {
    background-image: url("../image/business/icon_7.png");
  }
  body article.top section.business ul li:nth-child(8):before {
    background-image: url("../image/business/icon_8.png");
  }
  body article.top section.business ul li:nth-child(9):before {
    background-image: url("../image/business/icon_9.png");
  }
  body article.top section.business ul li:nth-child(10):before {
    background-image: url("../image/business/icon_10.png");
  }
  body article.top section.business ul li:nth-child(11):before {
    background-image: url("../image/business/icon_11.png");
  }
  body article.top section.business ul li:nth-child(12):before {
    background-image: url("../image/business/icon_12.png");
  }
  body article.top section.business p.text {
    margin-bottom: 29px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.top section.project {
    padding: 0 0 95px 0;
  }
  body article.top section.project h2 {
    margin-bottom: 15px;
  }
  body article.top section.project p.text {
    margin-bottom: 20px;
    padding: 0 25px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.top section.project .carousel {
    position: relative;
  }
  body article.top section.project .carousel .slider {
    width: 100%;
  }
  body article.top section.project .carousel .slider .main {
    padding: 0 25px;
    margin-bottom: 15px;
    position: relative;
    box-sizing: border-box;
  }
  body article.top section.project .carousel .slider .main .slick-arrow {
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    background: no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 54px);
    z-index: 100;
    text-indent: -9999px;
    cursor: pointer;
  }
  body article.top section.project .carousel .slider .main .slick-arrow.slick-prev {
    left: 15px;
    background-image: url("../image/common/btn_sp_slide_prev.png");
  }
  body article.top section.project .carousel .slider .main .slick-arrow.slick-next {
    right: 15px;
    background-image: url("../image/common/btn_sp_slide_next.png");
  }
  body article.top section.project .carousel .slider .main .slide {
    overflow: hidden;
    position: relative;
  }
  body article.top section.project .carousel .slider .main .slide .image {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
  }
  body article.top section.project .carousel .slider .main .slide .image img {
    width: 100%;
    height: auto;
  }
  body article.top section.project .carousel .slider .main .slide .title dl {
    float: left;
  }
  body article.top section.project .carousel .slider .main .slide .title dl dt {
    padding-left: 14px;
    position: relative;
    font-weight: bold;
    line-height: 19px;
    font-size: 15px;
  }
  body article.top section.project .carousel .slider .main .slide .title dl dt:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 7px;
    left: 0;
  }
  body article.top section.project .carousel .slider .main .slide .title dl dd {
    line-height: 20px;
    font-size: 12.5px;
  }
  body article.top section.project .carousel .slider ul.thumb {
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
    /*
    &:after{
    	content: '';
    	width: (237px / 2);
    	height: (133px / 2);
    	display: block;
    	border: 2px solid #e60012;
    	box-sizing: border-box;
    	position: absolute;
    	top: 0;
    	left: (50px / 2);
    }
    */
  }
  body article.top section.project .carousel .slider ul.thumb .slick-list {
    overflow: visible;
    height: 90px;
  }
  body article.top section.project .carousel .slider ul.thumb li {
    padding: 0 5px;
    float: left;
  }
  body article.top section.project .carousel .slider ul.thumb li.slick-actove, body article.top section.project .carousel .slider ul.thumb li.slick-center {
    pointer-events: none;
  }
  body article.top section.project .carousel .slider ul.thumb li.slick-actove .btn, body article.top section.project .carousel .slider ul.thumb li.slick-center .btn {
    transform: translateY(-10px);
  }
  body article.top section.project .carousel .slider ul.thumb li .btn {
    width: 118.5px;
    height: 66.5px;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span {
    display: block;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.image {
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.image img {
    display: block;
    width: 100%;
    height: auto;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.text {
    padding-left: 11px;
    position: relative;
    font-weight: bold;
    line-height: 12px;
    font-size: 10px;
  }
  body article.top section.project .carousel .slider ul.thumb li .btn span.text:before {
    content: "";
    width: 7px;
    height: 2px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 4px;
    left: 0;
  }
  body article.top section.tool {
    padding: 0 25px 90px 25px;
  }
  body article.top section.tool h2 {
    margin-bottom: 36px;
    text-align: left;
  }
  body article.top section.tool p.text {
    margin-bottom: 21px;
    line-height: 26px;
    font-size: 15px;
  }
  body article.top section.tool .list {
    margin: 0 auto 40px auto;
    padding: 0 25px;
    max-width: 420px;
  }
  body article.top section.tool .list .image {
    padding-top: 228.0442804428%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/top/img_tool_sp.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
  }
  body article.top section.tool .list .image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body article.top section.tool p.btn_basic {
    float: right;
  }
  body article.top section.member {
    padding: 0 0 100px 0;
  }
  body article.top section.member h2 {
    margin-bottom: 29px;
  }
  body article.top section.member .list {
    margin: 0 auto 39px auto;
    overflow: hidden;
  }
  body article.top section.member .list .group {
    margin: 0.3%;
    width: 32.7%;
    float: left;
  }
  body article.top section.member .list .group:nth-child(3n) + div {
    clear: both;
  }
  body article.top section.member .list .group img {
    width: 100%;
    height: auto;
  }
  body article.top section.member .list .group.group_center {
    position: relative;
  }
  body article.top section.member .list .group.group_center p.text {
    padding-top: 70.1005025126%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../image/top/text_member_sp.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
  }
  body article.top section.member .list .group.group_center p.text span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body article.top section.member p.btn_basic a {
    margin: 0 auto;
  }
  body article.top section.topics {
    padding: 0 0 40px 0;
  }
  body article.top section.topics h2 {
    margin-bottom: 36px;
    text-align: left;
  }
  body article.top section.topics p.text {
    margin-bottom: 24px;
    line-height: 26px;
    font-size: 15px;
  }
  body article.top section.recruit {
    padding: 0 25px 40px 25px;
  }
  body article.top section.recruit h2 {
    margin-bottom: 36px;
  }
  body article.top section.recruit dl {
    margin-bottom: 34px;
  }
  body article.top section.recruit dl dt {
    margin-bottom: 24px;
    line-height: 26px;
    font-size: 15px;
  }
  body article.top section.recruit dl dd {
    line-height: 23px;
    font-size: 13px;
  }
  body article.top section.recruit dl dd small {
    display: block;
    line-height: 13px;
    font-size: 10px;
  }
  body article.top aside.interview {
    padding: 0 0 70px 0;
  }
  body article.top aside.interview p.banner {
    text-align: center;
  }
  body article.top aside.interview p.banner a {
    display: block;
  }
  body article.top aside.interview p.banner a img {
    width: 100%;
    height: auto;
  }
  body article.project section.list {
    padding: 34px 0 30px 0;
  }
  body article.project section.list h2 {
    margin-bottom: 19px;
  }
  body article.project section.list p.text {
    line-height: 23px;
    font-size: 13px;
  }
  body article.project section.list .row {
    padding: 60px 0 10px 0;
    overflow: hidden;
  }
  body article.project section.list .row .single_image {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
  }
  body article.project section.list .row .single_image img {
    width: 100%;
    height: auto;
  }
  body article.project section.list .row .carousel {
    width: 100%;
  }
  body article.project section.list .row .carousel .slidder {
    width: 100%;
  }
  body article.project section.list .row .carousel .slidder .slide {
    width: 100%;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
  }
  body article.project section.list .row .carousel .slidder .slide img {
    width: 100%;
    height: auto;
  }
  body article.project section.list .row .carousel .slidder ul.slick-dots {
    margin: 10px 0 5px 0;
    width: 100%;
    height: 8px;
    text-align: right;
    line-height: 0;
    font-size: 0;
  }
  body article.project section.list .row .carousel .slidder ul.slick-dots li {
    margin: 0 0 0 12px;
    display: inline-block;
  }
  body article.project section.list .row .carousel .slidder ul.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #404040;
    border-radius: 50%;
    background: #ffffff;
    text-indent: -9999px;
    cursor: pointer;
  }
  body article.project section.list .row .carousel .slidder ul.slick-dots li.slick-active button {
    background: #404040;
  }
  body article.project section.list .row .detail h3 {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  body article.project section.list .row .detail h3:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 8px;
    left: 0;
  }
  body article.project section.list .row .detail dl {
    margin-bottom: 30px;
  }
  body article.project section.list .row .detail dl dt {
    margin-bottom: 11px;
    line-height: 23px;
    font-size: 13px;
    font-weight: bold;
  }
  body article.project section.list .row .detail dl dd {
    line-height: 22px;
    font-size: 12px;
  }
  body article.project section.list .row .detail p.links {
    line-height: 22px;
    font-size: 11px;
  }
  body article.project section.list .row .detail p.links a {
    margin-right: 15px;
    padding-right: 13px;
    display: inline-block;
    position: relative;
    text-decoration: underline;
  }
  body article.project section.list .row .detail p.links a:after {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    background: url("../image/common/icon_blank.png") no-repeat center center/9px 9px;
    position: absolute;
    right: 0;
    top: 6px;
  }
  body article.project section.list .row .detail p.links a:hover {
    text-decoration: none;
  }
  body article.business section.list {
    padding: 34px 0 20px 0;
  }
  body article.business section.list h2 {
    margin-bottom: 19px;
  }
  body article.business section.list p.text {
    margin-bottom: 60px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.business section.list ul.icons li {
    margin-bottom: 42px;
    box-sizing: border-box;
  }
  body article.business section.list ul.icons li:nth-child(1) .icon {
    background-image: url("../image/business/icon_1.png");
  }
  body article.business section.list ul.icons li:nth-child(2) .icon {
    background-image: url("../image/business/icon_2.png");
  }
  body article.business section.list ul.icons li:nth-child(3) .icon {
    background-image: url("../image/business/icon_3.png");
  }
  body article.business section.list ul.icons li:nth-child(4) .icon {
    background-image: url("../image/business/icon_4.png");
  }
  body article.business section.list ul.icons li:nth-child(5) .icon {
    background-image: url("../image/business/icon_5.png");
  }
  body article.business section.list ul.icons li:nth-child(6) .icon {
    background-image: url("../image/business/icon_6.png");
  }
  body article.business section.list ul.icons li:nth-child(7) .icon {
    background-image: url("../image/business/icon_7.png");
  }
  body article.business section.list ul.icons li:nth-child(8) .icon {
    background-image: url("../image/business/icon_8.png");
  }
  body article.business section.list ul.icons li:nth-child(9) .icon {
    background-image: url("../image/business/icon_9.png");
  }
  body article.business section.list ul.icons li:nth-child(10) .icon {
    background-image: url("../image/business/icon_10.png");
  }
  body article.business section.list ul.icons li:nth-child(11) .icon {
    background-image: url("../image/business/icon_11.png");
  }
  body article.business section.list ul.icons li:nth-child(12) .icon {
    background-image: url("../image/business/icon_12.png");
  }
  body article.business section.list ul.icons li .icon {
    padding-top: 36%;
    width: 100%;
    height: 0;
    background: no-repeat center top/30% auto;
  }
  body article.business section.list ul.icons li dl {
    padding: 20px 24px;
    box-sizing: border-box;
    background: #f7f7f7;
  }
  body article.business section.list ul.icons li dl dt {
    margin-bottom: 13px;
    padding-left: 16px;
    position: relative;
    line-height: 19px;
    font-size: 16px;
    font-weight: bold;
  }
  body article.business section.list ul.icons li dl dt:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 9px;
    left: 0;
  }
  body article.business section.list ul.icons li dl dd {
    line-height: 22px;
    font-size: 12px;
  }
  body article.business section.list ul.icons li dl dd.more_btn {
    padding-top: 12px;
  }
  body article.business section.list ul.icons li dl dd.more_btn:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  body article.business section.list ul.icons li dl dd.more_btn a {
    margin-top: 6px;
    margin-right: 10px;
    display: block;
    float: right;
    border-bottom: 1px solid #404040;
    position: relative;
  }
  body article.business section.list ul.icons li dl dd.more_btn a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-top: 2px solid #404040;
    border-right: 2px solid #404040;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: calc(50% - 4px);
  }
  body article.tool section.list {
    padding: 34px 0 20px 0;
  }
  body article.tool section.list h2 {
    margin-bottom: 19px;
  }
  body article.tool section.list p.text {
    margin-bottom: 60px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.tool section.list h3 {
    margin-bottom: 60px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
  }
  body article.tool section.list ul {
    margin-bottom: 15px;
    overflow: hidden;
  }
  body article.tool section.list ul li {
    margin-bottom: 65px;
  }
  body article.tool section.list ul li .image {
    margin-bottom: 29px;
    width: 100%;
    text-align: center;
  }
  body article.tool section.list ul li .image img {
    width: 70%;
  }
  body article.tool section.list ul li dl dt {
    margin-bottom: 13px;
    padding-left: 16px;
    position: relative;
    line-height: 19px;
    font-size: 16px;
    font-weight: bold;
  }
  body article.tool section.list ul li dl dt:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 9px;
    left: 0;
  }
  body article.tool section.list ul li dl dd {
    line-height: 22px;
    font-size: 12px;
  }
  body article.tool section.list ul li dl dd strong {
    display: block;
    font-weight: bold;
  }
  body article.tool section.list ul li dl dd small {
    font-size: 80%;
  }
  body article.tool section.list ul li dl dd a {
    text-decoration: underline;
  }
  body article.tool section.list p.msg {
    margin-bottom: 70px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.tool section.list p.msg a {
    text-decoration: underline;
  }
  body article.member section.list {
    padding: 34px 0 20px 0;
  }
  body article.member section.list h2 {
    margin-bottom: 19px;
  }
  body article.member section.list p.text {
    margin-bottom: 60px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.member section.list .lists ul.row {
    overflow: hidden;
  }
  body article.member section.list .lists ul.row li.col {
    margin-bottom: 25px;
    width: 50%;
    box-sizing: border-box;
  }
  body article.member section.list .lists ul.row li.col:nth-child(odd) {
    padding-right: 7px;
    float: left;
    clear: both;
  }
  body article.member section.list .lists ul.row li.col:nth-child(even) {
    padding-left: 7px;
    float: right;
  }
  body article.member section.list .lists ul.row li.col a {
    display: block;
  }
  body article.member section.list .lists ul.row li.col a .image {
    margin-bottom: 7px;
    padding-top: 70.3225806452%;
    width: 100%;
    height: 0;
    background: #ffffff no-repeat center center/cover;
  }
  body article.member section.list .lists ul.row li.col a .image.no_image.m {
    background-image: url("/assets/image/member/img_nophoto_m_thumb.png");
  }
  body article.member section.list .lists ul.row li.col a .image.no_image.f {
    background-image: url("/assets/image/member/img_nophoto_f_thumb.png");
  }
  body article.member section.list .lists ul.row li.col a dl dt, body article.member section.list .lists ul.row li.col a dl dd {
    padding-left: 15px;
    position: relative;
    line-height: 15px;
    color: #404040;
  }
  body article.member section.list .lists ul.row li.col a dl dt {
    font-size: 10px;
  }
  body article.member section.list .lists ul.row li.col a dl dt:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 7px;
    left: 0;
  }
  body article.member section.list .lists ul.row li.col a dl dd {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  body article.member section.detail .inner {
    padding: 0;
  }
  body article.member section.detail .row {
    overflow: hidden;
  }
  body article.member section.detail .row .hero {
    margin-bottom: 30px;
    background: #d6d7db;
    position: relative;
  }
  body article.member section.detail .row .hero .image {
    padding-top: 38.0165289256%;
    width: 100%;
    height: 0;
    background: #ffffff no-repeat center center/cover;
  }
  body article.member section.detail .row .hero .image.no_image.m {
    background-image: url("/assets/image/member/img_nophoto_m_up.png");
  }
  body article.member section.detail .row .hero .image.no_image.f {
    background-image: url("/assets/image/member/img_nophoto_f_up.png");
  }
  body article.member section.detail .row .hero h2 {
    width: 185px;
    position: absolute;
    top: 32%;
    z-index: 10;
    text-align: left;
  }
  body article.member section.detail .row .hero h2 small, body article.member section.detail .row .hero h2 span {
    display: block;
    padding-left: 15px;
    position: relative;
    color: #404040;
  }
  body article.member section.detail .row .hero h2 small {
    margin-bottom: 3px;
    line-height: 14px;
    font-size: 12px;
  }
  body article.member section.detail .row .hero h2 small:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 6px;
    left: 0;
  }
  body article.member section.detail .row .hero h2 span {
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
  body article.member section.detail .row .hero.left h2 {
    margin-right: -30px;
    right: 50%;
  }
  body article.member section.detail .row .hero.right h2 {
    margin-left: -20px;
    left: 50%;
  }
  body article.member section.detail .row .content {
    padding: 0 25px;
    margin-bottom: 42px;
    overflow: hidden;
  }
  body article.member section.detail .row .content .image {
    margin-bottom: 25px;
    padding-top: 148.7603305785%;
    width: 100%;
    height: 0;
    background: #ffffff no-repeat center center/cover;
    position: relative;
  }
  body article.member section.detail .row .content .image.no_image.m {
    background-image: url("/assets/image/member/img_nophoto_m_all.png");
  }
  body article.member section.detail .row .content .image.no_image.f {
    background-image: url("/assets/image/member/img_nophoto_f_all.png");
  }
  body article.member section.detail .row .content .text {
    color: #404040;
  }
  body article.member section.detail .row .content .text p.profile {
    margin-bottom: 25px;
    padding: 13px;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    line-height: 23px;
    font-size: 13px;
  }
  body article.member section.detail .row .content .text h3 {
    margin-bottom: 40px;
    line-height: 28px;
    font-size: 23px;
  }
  body article.member section.detail .row .content .text dl {
    margin-bottom: 36px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.member section.detail .row .content .text dl dt {
    margin-bottom: 10px;
    font-weight: bold;
  }
  body article.member section.detail .row p.back {
    margin: 0 auto 100px auto;
    width: 120px;
    height: 30px;
    position: relative;
  }
  body article.member section.detail .row p.back:after {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: rotate(135deg);
    pointer-events: none;
  }
  body article.member section.detail .row p.back a {
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    text-align: center;
    line-height: 28px;
    font-size: 10px;
  }
  body article.member section.detail .row p.page_nate {
    display: none;
  }
  body article.member section.detail .row .hero:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transform-style: preserve-3d;
    transition-property: width;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 200ms;
  }
  body article.member section.detail .row .hero h2 small, body article.member section.detail .row .hero h2 span {
    opacity: 0;
    transform: translateX(-100px);
  }
  body article.member section.detail .row .hero h2 small {
    transform-style: preserve-3d;
    transition-property: opacity, transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 300ms;
  }
  body article.member section.detail .row .hero h2 span {
    transform-style: preserve-3d;
    transition-property: opacity, transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 350ms;
  }
  body article.member section.detail .row .content .image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transform-style: preserve-3d;
    transition-property: width;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 500ms;
  }
  body article.member section.detail .row.show .hero:after {
    width: 0;
  }
  body article.member section.detail .row.show .hero h2 small, body article.member section.detail .row.show .hero h2 span {
    opacity: 1;
    transform: translateX(0);
  }
  body article.member section.detail .row.show .content .image:after {
    width: 0;
  }
  body article.company section.about {
    padding: 34px 0 20px 0;
  }
  body article.company section.about h2 {
    margin-bottom: 19px;
  }
  body article.company section.about h3 {
    padding-left: 16px;
    position: relative;
    line-height: 19px;
    font-size: 16px;
    font-weight: bold;
  }
  body article.company section.about h3:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 8px;
    left: 0;
  }
  body article.company section.about p.text {
    margin-bottom: 60px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.company section.about .greeting {
    margin-bottom: 90px;
    overflow: hidden;
  }
  body article.company section.about .greeting h3 {
    margin-bottom: 45px;
  }
  body article.company section.about .greeting .text {
    box-sizing: border-box;
  }
  body article.company section.about .greeting .text .image {
    margin-bottom: 45px;
    padding: 0 48px;
    text-align: center;
  }
  body article.company section.about .greeting .text .image img {
    width: 100%;
    height: auto;
  }
  body article.company section.about .greeting .text p {
    line-height: 23px;
    font-size: 13px;
  }
  body article.company section.about .company_info h3 {
    margin-bottom: 34px;
  }
  body article.company section.about .company_info dl {
    margin-bottom: 23px;
    overflow: hidden;
    line-height: 23px;
    font-size: 13px;
  }
  body article.company section.about .company_info dl dt {
    width: 70px;
    float: left;
    font-weight: bold;
  }
  body article.company section.about .company_info dl dd {
    margin-left: 70px;
  }
  body article.company section.about .company_info dl dd a {
    text-decoration: underline;
  }
  body article.company section.access {
    padding: 90px 0 0 0;
    text-align: center;
  }
  body article.company section.access h2 {
    margin-bottom: 35px;
    font-size: 26px;
  }
  body article.company section.access h2 small {
    font-size: 10px;
  }
  body article.company section.access h3 {
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 13px;
  }
  body article.company section.access .map {
    width: 100%;
    height: 325px;
  }
  body article.company section.access .map iframe {
    width: 100%;
    height: 100%;
  }
  body article.company section.access p.address {
    margin: 10px 0 70px 0;
    line-height: 23px;
    font-size: 13px;
  }
  body article.recruit section.list {
    padding: 34px 0 20px 0;
  }
  body article.recruit section.list h2 {
    margin-bottom: 19px;
  }
  body article.recruit section.list p.text {
    margin-bottom: 44px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.recruit section.list .content {
    margin: 0 auto;
  }
  body article.recruit section.list .content h3 {
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    line-height: 19px;
    font-size: 16px;
    font-weight: bold;
  }
  body article.recruit section.list .content h3:before {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background: #e60012;
    position: absolute;
    top: 9px;
    left: 0;
  }
  body article.recruit section.list .content .list {
    margin-bottom: 65px;
  }
  body article.recruit section.list .content .list dl {
    margin-bottom: 4px;
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
  }
  body article.recruit section.list .content .list dl dt {
    width: 67px;
    float: left;
  }
  body article.recruit section.list .content .list dl dd {
    margin-left: 67px;
  }
  body article.recruit section.list .content .list dl dd ul {
    margin-left: 17px;
  }
  body article.recruit section.list .content .list dl dd ul li {
    list-style: disc;
  }
  body article.recruit section.list .content p.contact_msg {
    margin-bottom: 90px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.recruit section.list .content p.contact_msg a {
    text-decoration: underline;
  }
  body article.contact section.form {
    padding: 34px 0 20px 0;
  }
  body article.contact section.form h2 {
    margin-bottom: 19px;
  }
  body article.contact section.form p.text {
    margin-bottom: 44px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.contact section.form p.gotop {
    margin: 60px auto;
  }
  body article.contact section.form p.gotop a {
    margin: 0 auto;
    width: 170px;
    height: 40px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
  }
  body article.contact section.form p.gotop a:after {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: rotate(-45deg);
    pointer-events: none;
  }
  body article.contact section.form form {
    margin: 0 auto;
  }
  body article.contact section.form form > dl {
    margin-bottom: 18px;
    overflow: hidden;
  }
  body article.contact section.form form > dl > dt {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
  }
  body article.contact section.form form > dl > dt span {
    margin-right: 5px;
    width: 30px;
    height: 18px;
    display: block;
    float: left;
    background: #ababab;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
  }
  body article.contact section.form form > dl > dt small {
    font-size: 10px;
    font-weight: normal;
  }
  body article.contact section.form form > dl > dd {
    line-height: 19px;
    font-size: 13px;
  }
  body article.contact section.form form > dl > dd.error {
    padding-top: 4px;
    line-height: 12px;
    font-size: 10px;
    color: #ff0000;
  }
  body article.contact section.form form > dl > dd input[type=text], body article.contact section.form form > dl > dd input[type=tel], body article.contact section.form form > dl > dd input[type=email], body article.contact section.form form > dl > dd textarea {
    padding: 3px 8px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 25px;
    display: block;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    line-height: 19px;
    font-size: 13px;
  }
  body article.contact section.form form > dl > dd textarea {
    height: 100px;
  }
  body article.contact section.form form > dl > dd select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
  }
  body article.contact section.form form > dl > dd .select_box {
    height: 25px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    font-size: 0;
    line-height: 1;
  }
  body article.contact section.form form > dl > dd .select_box:after {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: rotate(-45deg);
    pointer-events: none;
  }
  body article.contact section.form form > dl > dd .select_box select {
    padding: 0 24px 0 8px;
    width: 120%;
    height: 25px;
    box-sizing: border-box;
    display: block;
    line-height: 25px;
    font-size: 13px;
    color: #404040;
  }
  body article.contact section.form form > dl > dd .scroll {
    margin-bottom: 18px;
    padding: 11px 14px;
    height: 175px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    background: #f9f9f9;
    line-height: 16px;
    font-size: 11px;
  }
  body article.contact section.form form > dl > dd .scroll p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body article.contact section.form form > dl > dd .scroll dl dt {
    font-weight: bold;
  }
  body article.contact section.form form > dl > dd .scroll dl dd {
    margin-bottom: 20px;
  }
  body article.contact section.form form > dl > dd .scroll a {
    text-decoration: underline;
  }
  body article.contact section.form form > dl > dd .checkbox {
    position: relative;
    overflow: hidden;
  }
  body article.contact section.form form > dl > dd .checkbox input[type=checkbox] {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 0;
  }
  body article.contact section.form form > dl > dd .checkbox input[type=checkbox] + label {
    padding-left: 27px;
    min-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  body article.contact section.form form > dl > dd .checkbox input[type=checkbox] + label:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url("../image/contact/icon_input_checkbox_sp.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px 40px;
  }
  body article.contact section.form form > dl > dd .checkbox input[type=checkbox]:checked + label:after {
    background-position: left bottom;
  }
  body article.contact section.form form > dl > dd .checkbox label {
    line-height: 20px;
  }
  body article.contact section.form form .btns {
    margin: 0 auto;
    padding: 40px 0;
    width: 270px;
    clear: both;
    overflow: hidden;
  }
  body article.contact section.form form .btns p.submit {
    width: 170px;
    height: 40px;
    position: relative;
  }
  body article.contact section.form form .btns p.submit:after {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: rotate(-45deg);
    pointer-events: none;
  }
  body article.contact section.form form .btns p.submit input {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    background: #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    cursor: pointer;
  }
  body article.contact section.form form .btns p.submit.check {
    margin: 0 auto;
  }
  body article.contact section.form form .btns p.submit.back {
    width: 90px;
    float: left;
  }
  body article.contact section.form form .btns p.submit.back:after {
    right: auto;
    left: 15px;
    transform: rotate(135deg);
  }
  body article.contact section.form form .btns p.submit.send {
    float: right;
  }
  body article.interview section.talk {
    padding: 34px 0 20px 0;
  }
  body article.interview section.talk h2 {
    margin-bottom: 46px;
  }
  body article.interview section.talk .video {
    margin: 0 auto 20px auto;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  body article.interview section.talk .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  body article.interview section.talk p.text {
    margin: 0 0 44px 15px;
    padding: 15px 15px 15px 20px;
    position: relative;
    box-sizing: border-box;
    background: #ebebeb;
    line-height: 21px;
    font-size: 12px;
  }
  body article.interview section.talk p.text:before {
    content: "";
    margin-top: -8px;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 8px 15px 8px 0;
    border-color: transparent #ebebeb transparent transparent;
    position: absolute;
    top: 50%;
    left: -15px;
  }
  body article.interview section.talk dl {
    margin: 0 auto 54px auto;
  }
  body article.interview section.talk dl dt {
    margin-bottom: 33px;
    padding-left: 42px;
    line-height: 24px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
  }
  body article.interview section.talk dl dt:before {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background: #404040;
    position: absolute;
    top: 12px;
    left: 0;
  }
  body article.interview section.talk dl dd.text {
    margin-bottom: 23px;
    padding-left: 42px;
    line-height: 23px;
    font-size: 13px;
  }
  body article.interview section.talk dl dd.text span.name {
    margin-left: -42px;
    font-weight: bold;
    float: left;
  }
  body article.interview section.talk dl dd.image img {
    width: 100%;
    height: auto;
  }
  .sp_none {
    display: none !important;
  }
}