@charset 'utf-8';
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
          text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
select {
     -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not([fill]) {
  fill: currentColor;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important;
  }
}[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0,0,0,.8);
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0,0,0,.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
          transition: left .4s ease,-webkit-transform .4s ease;
          transition: left .4s ease,transform .4s ease;
          transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
          animation: bounceFromRight .4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
          animation: bounceFromLeft .4s ease-out;
}
@-webkit-keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}@keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}@-webkit-keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}@keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50,50,50,.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
          transition: background-color .4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50,50,50,.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}#baguetteBox-overlay .full-image {
  padding: 0 16px;
}
#baguetteBox-overlay .full-image figure {
  position: relative;
  display: inline-block;
  height: auto;
}
#baguetteBox-overlay .full-image figcaption {
  bottom: -44px;
  left: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  background: 0 0;
}
#baguetteBox-overlay .full-image img {
  border: 4px solid #fff;
}
html {
  position: relative;
  color: #232323;
  font-family: YakuHanJPs,'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-size: 62.5%;
}
body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.4rem;
}
@media screen and (min-width:60em) {
  body {
    font-size: 1.4rem;
  }
}body.is-noScroll {
  overflow: hidden;
}
.is-stopTransition * {
  -webkit-transition: none!important;
          transition: none!important;
}
a {
  color: #a8a8a8;
  text-decoration: none;
}
a[href^=mailto]::after,
a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  vertical-align: middle;
  background: url(/assets/img/common/icn-link.svg) no-repeat center transparent;
}
img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
input[type=password],
input[type=text],
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: .6em 1em;
  background-color: #fff;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  margin-right: 6px;
}
ol,
ul {
  list-style: none;
}
pre {
  overflow: auto;
  padding: 1em;
  margin-bottom: 24px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #364549;
}
.l-contact {
  background: no-repeat center/cover #f0f0f0;
}
.l-contact--top {
  background-image: url(/assets/img/top/sp/bg-contact.jpg);
}
@media screen and (min-width:60em) {
  .l-contact--top {
    background-image: url(/assets/img/top/bg-contact.jpg);
  }
}.l-contact__inner {
  max-width: 960px;
  padding: 48px 16px 64px;
  margin: 0 auto;
}
@media screen and (min-width:60em) {
  .l-contact__inner {
    padding: 96px 0 112px;
  }
}.l-contactTtlWrap {
  margin-bottom: 32px;
}
@media screen and (min-width:60em) {
  .l-contactTtlWrap {
    margin-bottom: 40px;
  }
}.l-contactTtl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .04em;
}
@media screen and (min-width:60em) {
  .l-contactTtl {
    font-size: 4rem;
  }
}.l-contactTtl--top {
  color: #fff;
}
.l-contactTtl__sub {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width:60em) {
  .l-contactTtl__sub {
    font-size: 1.8rem;
  }
}.l-contactLead {
  margin-bottom: 32px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width:60em) {
  .l-contactLead {
    font-size: 2.4rem;
    font-weight: 500;
  }
}.l-contactLead--top {
  color: #fff;
}
@media screen and (min-width:60em) {
  .l-contactInfo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}.l-contactInfo__mail,
.l-contactInfo__tel {
  padding: 24px 0;
  text-align: center;
  background: #fff;
}
@media screen and (min-width:60em) {
  .l-contactInfo__mail,
  .l-contactInfo__tel {
    padding: 32px 0;
  }
}.l-contactInfo__tel {
  margin-bottom: 16px;
}
@media screen and (min-width:60em) {
  .l-contactInfo__tel {
    width: 524px;
    margin-bottom: 0;
  }
}@media screen and (min-width:60em) {
  .l-contactInfo__mail {
    width: 412px;
  }
}.l-contactInfo__ttl {
  margin-bottom: 16px;
}
@media screen and (min-width:60em) {
  .l-contactInfo__ttl {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}.l-contactInfo__ttl span {
  display: inline-block;
  padding-bottom: 12px;
  font-weight: 400;
  border-bottom: 2px solid #d40000;
}
@media screen and (min-width:60em) {
  .l-contactInfo__ttl span {
    padding-bottom: 16px;
    font-weight: 500;
  }
}.l-contactInfoNum {
  margin-bottom: 12px;
}
@media screen and (min-width:60em) {
  .l-contactInfoNum {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}.l-contactInfoNum__unit {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width:60em) {
  .l-contactInfoNum__unit {
    margin: 0 32px 0 0;
    font-size: 2rem;
  }
}.l-contactInfoNum__unit:last-child {
  margin-right: 0;
}
.l-contactInfoNum__unit img {
  margin-right: 6px;
  vertical-align: middle;
}
.l-contactInfoNum__unit span {
  vertical-align: middle;
}
.l-footer {
  flex-shrink: 0;
  background-color: #232323;
}
.l-footerNavWrap {
  padding: 40px 0 32px;
}
.l-footerLogo {
  width: 76px;
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (min-width:60em) {
  .l-footerLogo {
    width: auto;
  }
}.l-footerNavList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  width: 320px;
  margin: -20px auto 32px;
}
@media screen and (min-width:60em) {
  .l-footerNavList {
    flex-wrap: nowrap;
    width: auto;
    margin: 0 auto 20px;
  }
}.l-footerNavList > li {
  margin-top: 20px;
  margin-right: 32px;
}
@media screen and (min-width:60em) {
  .l-footerNavList > li {
    margin-top: 0;
  }
}.l-footerNavList > li:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (min-width:60em) {
  .l-footerNavList > li:nth-of-type(3) {
    margin-right: 32px;
  }
}.l-footerNavList > li:last-child {
  margin-right: 0;
}
.l-footerNavList__link {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width:60em) {
  .l-footerNavList__link {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .l-footerNavList__link:hover {
    opacity: .4;
  }
}.l-footerContactList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.l-footerContactList > li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 20px;
  vertical-align: middle;
  background: #fff;
}
.l-footerContactList > li:last-child::after {
  content: none;
}
.l-footerContactList__link {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width:60em) {
  .l-footerContactList__link {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .l-footerContactList__link:hover {
    opacity: .4;
  }
}.l-footerCopyWrap {
  padding: 12px 0;
  text-align: center;
  background: #000;
}
.l-footerCopy {
  color: #fff;
  font-size: 1.2rem;
}
.l-footerCopy__mark {
  font-family: Roboto,Verdana,'Droid Sans';
}
.l-header {
  flex-shrink: 0;
  width: 100%;
  padding: 16px 0 16px 16px;
  background: #232323;
}
.l-header--top {
  position: absolute;
  z-index: 1;
  background: 0 0;
}
@media screen and (min-width:60em) {
  .l-header--top {
    background: rgba(0,0,0,.4);
  }
}.l-header--top.is-fixed {
  top: -100px;
}
.l-header.is-fixed {
  position: fixed;
  z-index: 10;
  background: rgba(255,255,255,.5);
}
.l-header.is-fixed .l-headerTitle > a > img:first-child {
  display: none;
}
.l-header.is-fixed .l-headerTitle > a > img:nth-child(2) {
  display: inline;
}
@media screen and (min-width:60em) {
  .l-header.is-fixed {
    background: #232323;
  }
  .l-header.is-fixed .l-headerTitle > a > img:first-child {
    display: inline;
  }
  .l-header.is-fixed .l-headerTitle > a > img:nth-child(2) {
    display: none;
  }
}@media screen and (min-width:60em) {
  .l-header {
    padding: 0 40px;
  }
}.l-header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto;
}
.l-headerTitle {
  height: 24px;
  font-size: 1rem;
}
@media screen and (min-width:60em) {
  .l-headerTitle {
    height: auto;
  }
}.l-headerTitle > a {
  display: block;
  width: 76px;
  text-decoration: none;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
@media screen and (min-width:60em) {
  .l-headerTitle > a {
    width: auto;
  }
  .l-headerTitle > a:hover {
    opacity: .4;
  }
}.l-headerTitle > a > img:nth-child(2) {
  display: none;
}
.l-headerNavBtn {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  text-align: center;
  outline: 0;
  background: #d40000;
}
@media screen and (min-width:60em) {
  .l-headerNavBtn {
    display: none;
  }
}.l-headerNavBtn.is-close {
  background: #fff;
}
.l-headerNavBtn__inner {
  margin-top: -6px;
}
.l-headerNavBtn__inner::after {
  content: 'MENU';
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}
.l-headerNavBtn.is-close .l-headerNavBtn__inner::after {
  content: 'CLOSE';
  color: #d40000;
}
.l-headerNavBtn__bar {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.l-headerNavBtn__bar::after,
.l-headerNavBtn__bar::before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition-property: background,-webkit-transform;
          transition-property: background,-webkit-transform;
          transition-property: background,transform;
          transition-property: background,transform,-webkit-transform;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.l-headerNavBtn__bar::before {
  top: 8px;
}
.l-headerNavBtn__bar::after {
  bottom: 8px;
}
.l-headerNavBtn__bar.is-close {
  background: 0 0;
}
.l-headerNavBtn__bar.is-close::after,
.l-headerNavBtn__bar.is-close::before {
  background: #d40000;
}
.l-headerNavBtn__bar.is-close::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-headerNavBtn__bar.is-close::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-headerNav {
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.8);
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.l-headerNav.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 0;
  right: 0;
}
@media screen and (min-width:60em) {
  .l-headerNav {
    opacity: 1;
    visibility: visible;
    position: static;
    z-index: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    background: 0 0;
  }
}.l-headerNav__list {
  margin: 120px 0 48px;
}
@media screen and (min-width:60em) {
  .l-headerNav__list {
    display: -webkit-box;
    display: flex;
    margin: 0;
  }
}.l-headerNav__item {
  border-bottom: 1px solid rgba(255,255,255,.5);
}
@media screen and (min-width:60em) {
  .l-headerNav__item {
    margin-left: 32px;
    border-bottom: none;
  }
}.l-headerNav__item:last-child {
  display: none;
}
@media screen and (min-width:60em) {
  .l-headerNav__item:last-child {
    display: block;
  }
}.l-headerNav__link {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 18px 32px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: url(/assets/img/common/icn-arrow-w.svg) no-repeat right 20px center transparent;
}
@media screen and (min-width:60em) {
  .l-headerNav__link {
    padding: 0;
    line-height: 80px;
    background: 0 0;
  }
  .l-headerNav__link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    background: #d40000;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-property: width;
            transition-property: width;
  }
  .l-headerNav__link.is-current::after,
  .l-headerNav__link:hover::after {
    width: 100%;
  }
}.l-headerNav__contact {
  display: block;
}
@media screen and (min-width:60em) {
  .l-headerNav__contact {
    display: none;
  }
}.l-workLink {
  padding: 86px 0;
  background: url(/assets/img/common/sp/bg-link-work.jpg) center/cover;
}
@media screen and (min-width:60em) {
  .l-workLink {
    background: url(/assets/img/common/bg-link-work.jpg) center/auto 100%;
  }
}.l-workLink__txt {
  margin-bottom: 36px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width:60em) {
  .l-workLink__txt {
    margin-bottom: 32px;
    font-size: 2.4rem;
  }
}.l-main {
  overflow: hidden;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-top: 56px;
  background-color: #fff;
}
@media screen and (min-width:60em) {
  .l-main {
    padding-top: 80px;
  }
}.l-main--top {
  padding-top: 0;
}
.l-mainSect {
  padding: 24px 16px;
}
@media screen and (min-width:60em) {
  .l-mainSect {
    padding: 48px 24px;
  }
}.l-pageTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  -webkit-transition-duration: .24s;
          transition-duration: .24s;
  -webkit-transition-property: opacity,visibility;
          transition-property: opacity,visibility;
}
.l-pageTop.is-show {
  opacity: 1;
  visibility: visible;
}
.l-pageTop.is-pin {
  position: absolute;
}
.l-pageTop__btn {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(var(--gs-darker),.6);
  border-radius: 6px;
}
.c-bcListWrap {
  padding: 6px 16px;
  background-color: #f0f0f0;
}
@media screen and (min-width:60em) {
  .c-bcListWrap {
    padding: 6px 70px;
  }
}.c-bcList {
  display: -webkit-box;
  display: flex;
  overflow-x: auto;
  font-size: 1.2rem;
}
.c-bcList__item::before {
  content: '〉';
  color: #232323;
  margin: 0 6px 0 8px;
}
.c-bcList__item:first-child::before {
  content: none;
}
.c-bcList__link {
  color: #232323;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width:60em) {
  a.c-bcList__link:hover {
    color: #333;
    text-decoration: underline;
  }
}.c-bcList__current {
  color: #be0101;
  white-space: nowrap;
}
.c-btnWrap {
  margin: 0 auto;
}
.c-btnWrap--navContact {
  width: 200px;
  margin-bottom: 48px;
}
.c-btnWrap--navContact .c-btn {
  padding: 14px;
}
.c-btnWrap--point {
  width: 240px;
}
.c-btnWrap--point .c-btn {
  padding: 18px;
}
.c-btnWrap--pick {
  width: 240px;
}
@media screen and (min-width:60em) {
  .c-btnWrap--pick {
    width: 380px;
  }
}.c-btnWrap--pick .c-btn {
  padding: 18px;
}
@media screen and (min-width:60em) {
  .c-btnWrap--pick .c-btn {
    padding: 22px;
    font-size: 1.8rem;
  }
}.c-btnWrap--mail {
  width: 242px;
}
.c-btnWrap--workLink {
  width: 240px;
}
@media screen and (min-width:60em) {
  .c-btnWrap--workLink {
    width: 480px;
  }
}.c-btnWrap--workLink .c-btn {
  padding: 18px;
}
@media screen and (min-width:60em) {
  .c-btnWrap--workLink .c-btn {
    padding: 30px;
    font-size: 1.8rem;
  }
}.c-btnWrap--toTop {
  width: 240px;
}
.c-btnWrap--toTop .c-btn {
  padding: 18px;
}
.c-btn {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #fff;
  letter-spacing: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #d40000;
  border: none;
  border-radius: 2px;
}
@media screen and (min-width:60em) {
  .c-btn::before {
    content: '';
    display: block;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    background: #fff;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .c-btn:hover::before {
    left: 0;
  }
}.c-btn--contact {
  padding: 18px 26px 18px 62px;
  background-image: url(/assets/img/common/contact/icn-mail.svg);
  background-position: 26px center;
}
@media screen and (min-width:60em) {
  .c-btn--contact {
    padding: 22px 26px 22px 62px;
  }
}.c-bdBtn {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 6px 28px;
  color: #232323;
  letter-spacing: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #f9f9f9;
  border: 1px solid #232323;
  border-radius: 2px;
  -webkit-transition: .4s;
          transition: .4s;
}
@media screen and (min-width:60em) {
  .c-bdBtn::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    background: #232323;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .c-bdBtn:hover {
    opacity: 1;
    color: #fff;
  }
  .c-bdBtn:hover::before {
    left: 0;
  }
}.c-zoomBtn {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0,0,0,.25),0 0 4px rgba(0,0,0,.25) inset;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
@media screen and (min-width:60em) {
  .c-zoomBtn {
    right: 16px;
    bottom: 14px;
    width: 28px;
    height: 28px;
  }
}.c-zoomBtn.c-zoomBtn--pick {
  bottom: 32px;
}
@media screen and (min-width:60em) {
  .c-zoomBtn.c-zoomBtn--pick {
    bottom: 14px;
  }
}.c-zoomBtn::after,
.c-zoomBtn::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.25);
}
@media screen and (min-width:60em) {
  .c-zoomBtn::after,
  .c-zoomBtn::before {
    width: 14px;
    margin-left: -7px;
  }
}.c-zoomBtn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width:60em) {
  .c-zoomBtn:hover {
    opacity: .4;
  }
}.c-pageBlk {
  padding: 40px 16px 64px;
}
@media screen and (min-width:60em) {
  .c-pageBlk {
    padding: 72px 0 96px;
  }
}.c-pageBlk--comp {
  padding: 40px 24px 64px;
}
@media screen and (min-width:60em) {
  .c-pageBlk--comp {
    padding: 72px 0 96px;
  }
}.c-pageSect {
  margin-bottom: 40px;
}
@media screen and (min-width:60em) {
  .c-pageSect {
    margin-bottom: 72px;
  }
}.c-pageSect:last-child {
  margin-bottom: 0;
}
.c-pageCont {
  max-width: 960px;
  margin: 0 auto;
}
.c-hero {
  padding-top: 16px;
}
@media screen and (min-width:60em) {
  .c-hero {
    padding-top: 50px;
  }
}.c-hero--point {
  background: url(/assets/img/point/bg-hero.jpg) no-repeat center/cover transparent;
}
.c-hero--work {
  background: url(/assets/img/works/bg-hero.jpg) no-repeat center/cover transparent;
}
.c-hero--facility {
  background: url(/assets/img/facility/bg-hero.jpg) no-repeat center/cover transparent;
}
.c-hero--company {
  background: url(/assets/img/company/bg-hero.jpg) no-repeat center/cover transparent;
}
.c-hero--recruit {
  background: url(/assets/img/recruit/bg-hero.jpg) no-repeat center/cover transparent;
}
.c-hero--news {
  background: url(/assets/img/news/bg-hero.jpg) no-repeat center/cover transparent;
}
.c-idtList > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.c-idtList > li::before {
  content: '・';
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width:60em) {
  .c-infoDList > div {
    display: -webkit-box;
    display: flex;
  }
}.c-infoDList > div:last-child dd,
.c-infoDList > div:last-child dt {
  margin-bottom: 0;
}
.c-infoDList > div > dt {
  padding: 0 8px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width:60em) {
  .c-infoDList > div > dt {
    width: 178px;
    padding: 0 16px 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d40000;
  }
}.c-infoDList > div > dd {
  padding: 0 8px 20px;
  margin-bottom: 20px;
  line-height: 1.8;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width:60em) {
  .c-infoDList > div > dd {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0 16px 24px;
    margin-left: 16px;
  }
}.c-infoDList > div > dd>* {
  margin-top: 16px;
}
.c-infoDList > div > dd>:first-child {
  margin-top: 0;
}
.c-infoDList__note {
  margin-top: 8px!important;
  font-size: 1.3rem;
}
.c-lead {
  padding: 0 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width:60em) {
  .c-lead {
    padding: 0;
    font-size: 1.6rem;
  }
}.c-ttlWrap {
  padding: 16px 0;
}
@media screen and (min-width:60em) {
  .c-ttlWrap {
    padding: 80px 0 90px;
  }
}.c-ttlWrap--point {
  background: url(/assets/img/point/bg-point.svg) no-repeat center/auto 100% transparent;
}
.c-ttlWrap--work {
  background: url(/assets/img/works/bg-works.svg) no-repeat center/auto 100% transparent;
}
.c-ttlWrap--facility {
  background: url(/assets/img/facility/bg-facility.svg) no-repeat center/auto 100% transparent;
}
.c-ttlWrap--company {
  background: url(/assets/img/company/bg-company.svg) no-repeat center/auto 100% transparent;
}
.c-ttlWrap--recruit {
  background: url(/assets/img/recruit/bg-recruit.svg) no-repeat center/auto 100% transparent;
}
.c-ttlWrap--news {
  background: url(/assets/img/news/bg-news.svg) no-repeat center/auto 100% transparent;
}
.c-ttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:60em) {
  .c-ttl {
    font-size: 4rem;
  }
}.c-leadTtlWrap {
  margin-bottom: 20px;
}
@media screen and (min-width:60em) {
  .c-leadTtlWrap {
    margin-bottom: 16px;
  }
}.c-leadTtl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:60em) {
  .c-leadTtl {
    font-size: 2rem;
  }
}.c-contTtlWrap {
  margin-bottom: 32px;
}
@media screen and (min-width:60em) {
  .c-contTtlWrap {
    margin-bottom: 40px;
  }
}.c-contTtl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:60em) {
  .c-contTtl {
    font-size: 2rem;
  }
}.c-contTtl::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  margin: 16px auto 0;
  background: #d40000;
}
@media screen and (min-width:60em) {
  .c-contTtl::after {
    width: 40px;
  }
}.c-contTtl--work > span {
  padding-left: 20px;
  background: url(/assets/img/works/icn-search.svg) no-repeat left center/14px auto transparent;
}
@media screen and (min-width:60em) {
  .c-contTtl--work > span {
    padding-left: 28px;
    background-size: auto;
  }
}.c-contTtl--work::after {
  content: none;
}
.p-404Blk {
  padding: 40px 40px 64px;
}
@media screen and (min-width:60em) {
  .p-404Blk {
    padding: 180px 0 240px;
  }
}.p-404Sect {
  margin-bottom: 48px;
}
@media screen and (min-width:60em) {
  .p-404Sect {
    margin-bottom: 64px;
  }
}.p-404Ttl {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width:60em) {
  .p-404Ttl {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}.p-404Txt {
  line-height: 1.8;
  text-align: center;
}
.p-companyBand {
  padding: 32px 40px;
  margin: 0 -16px;
  background: #f9f9f9;
}
@media screen and (min-width:60em) {
  .p-companyBand {
    padding: 24px 0 26px;
    margin: 0;
  }
}.p-companySlogan {
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.8;
  text-align: center;
}
.p-companySlogan span {
  color: #d40000;
  font-size: 1.6rem;
}
@media screen and (min-width:60em) {
  .p-companySlogan span {
    font-size: 1.7rem;
  }
}.p-companySloganDesc {
  margin-top: 20px;
  line-height: 1.8;
}
@media screen and (min-width:60em) {
  .p-companySloganDesc {
    margin-top: 12px;
    text-align: center;
  }
}.p-companyMap {
  margin-top: 48px;
  height: 212px;
}
@media screen and (min-width:60em) {
  .p-companyMap {
    margin-top: 72px;
    height: 300px;
  }
}.p-companyMap > iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.p-contactCompSect {
  margin-bottom: 48px;
}
.p-contactCompTxt {
  margin-bottom: 16px;
  line-height: 1.8;
  text-align: center;
}
.p-contactCompTxt:last-child {
  margin-bottom: 0;
}
.p-contactTtl {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width:60em) {
  .p-contactTtl {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}.p-contactCompAside {
  margin-bottom: 64px;
}
.p-contactCompTel {
  text-align: center;
}
.p-contactCompTel__num {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
}
.p-contactCompTel__num img {
  margin-right: 6px;
  vertical-align: middle;
}
.p-contactCompTel__num span {
  vertical-align: middle;
}
@media screen and (min-width:60em) {
  .p-facilityCont {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .p-facilityCont--even .p-facilityCont__img {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .p-facilityCont--even .p-facilityCont__desc {
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 0 30px 0 0;
  }
  .p-facilityCont--even .p-facilityCont__step {
    text-align: left;
  }
  .p-facilityCont > div {
    width: 50%;
  }
}@media screen and (min-width:60em) {
  .p-facilityCont__desc {
    padding: 0 0 0 30px;
  }
}.p-facilityCont__ttl {
  padding-left: 24px;
  margin-bottom: 4px;
  color: #be0101;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width:60em) {
  .p-facilityCont__ttl {
    padding-left: 0;
    font-size: 4rem;
  }
}.p-facilityCont__type {
  padding-left: 24px;
  margin-bottom: 24px;
  font-weight: 500;
}
@media screen and (min-width:60em) {
  .p-facilityCont__type {
    padding-left: 0;
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
}.p-facilityCont__txt {
  padding: 24px;
  line-height: 1.8;
  background: #f9f9f9;
}
.p-newsList > div {
  padding: 20px 24px;
}
@media screen and (min-width:60em) {
  .p-newsList > div {
    display: -webkit-box;
    display: flex;
    padding: 0;
  }
}.p-newsList > div:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.p-newsList > div > dd,
.p-newsList > div > dt {
  line-height: 1.8;
}
.p-newsList > div > dt {
  margin-bottom: 8px;
  color: #be0101;
  font-weight: 500;
}
@media screen and (min-width:60em) {
  .p-newsList > div > dt {
    padding: 20px 32px 20px 23px;
    margin-bottom: 0;
  }
}.p-newsList > div > dd {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
@media screen and (min-width:60em) {
  .p-newsList > div > dd {
    padding: 20px 158px 20px 0;
  }
}.p-pointStepListWrap {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
@media screen and (min-width:60em) {
  .p-pointStepListWrap {
    width: 798px;
  }
}.p-pointStepListWrap::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 0;
  left: 0;
  height: 3px;
  width: calc(100% - 40px);
  margin: -1px auto 0;
  background: #d40000;
}
@media screen and (min-width:60em) {
  .p-pointStepListWrap::after {
    top: 36px;
    width: calc(100% - 80px);
  }
}.p-pointStepList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}
.p-pointStepList__item {
  position: relative;
  z-index: 0;
  width: 40px;
  padding-top: 56px;
  text-align: center;
}
@media screen and (min-width:60em) {
  .p-pointStepList__item {
    width: 80px;
    padding-top: 82px;
  }
}.p-pointStepList__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background: no-repeat center #d40000;
  border-radius: 50%;
}
@media screen and (min-width:60em) {
  .p-pointStepList__item::before {
    width: 72px;
    height: 72px;
    margin-left: -36px;
    background-size: auto;
  }
}.p-pointStepList__item--hearing::before {
  background-image: url(/assets/img/point/icn-hearing.svg);
  background-size: 22px auto;
}
@media screen and (min-width:60em) {
  .p-pointStepList__item--hearing::before {
    background-size: auto;
  }
}.p-pointStepList__item--apply::before {
  background-image: url(/assets/img/point/icn-apply.svg);
  background-size: 15px auto;
}
@media screen and (min-width:60em) {
  .p-pointStepList__item--apply::before {
    background-size: auto;
  }
}.p-pointStepList__item--design::before {
  background-image: url(/assets/img/point/icn-design.svg);
  background-size: 21px auto;
}
@media screen and (min-width:60em) {
  .p-pointStepList__item--design::before {
    background-size: auto;
  }
}.p-pointStepList__item--work::before {
  background-image: url(/assets/img/point/icn-work.svg);
  background-size: 19px auto;
}
@media screen and (min-width:60em) {
  .p-pointStepList__item--work::before {
    background-size: auto;
  }
}.p-pointStepList__item--const::before {
  background-image: url(/assets/img/point/icn-const.svg);
  background-size: 28px auto;
}
@media screen and (min-width:60em) {
  .p-pointStepList__item--const::before {
    background-size: auto;
  }
}.p-pointStepList__item--inst::before {
  background-image: url(/assets/img/point/icn-inst.svg);
  background-size: 12px auto;
}
@media screen and (min-width:60em) {
  .p-pointStepList__item--inst::before {
    background-size: auto;
  }
}.p-pointStepList__num {
  margin-bottom: 16px;
  color: #be0101;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width:60em) {
  .p-pointStepList__num {
    margin-bottom: 8px;
    font-size: 1.7rem;
    line-height: normal;
  }
}.p-pointStepList__num > span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width:60em) {
  .p-pointStepList__num > span {
    display: inline;
    font-size: 1.4rem;
  }
}.p-pointStepList__txt {
  display: inline-block;
  width: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width:60em) {
  .p-pointStepList__txt {
    display: block;
    width: auto;
    line-height: 1;
  }
}.p-pointStepSect::after {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  margin: 0 auto;
  background: #d40000;
}
.p-pointStepSect:last-child::after {
  content: none;
}
@media screen and (min-width:60em) {
  .p-pointStep {
    display: -webkit-box;
    display: flex;
  }
}@media screen and (min-width:60em) {
  .p-pointStep--even .p-pointStep__img {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .p-pointStep--even .p-pointStep__desc {
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 44px 40px 0 0;
  }
  .p-pointStep--even .p-pointStep__step {
    text-align: left;
  }
  .p-pointStep > div {
    width: 50%;
  }
}.p-pointStep__desc {
  padding: 24px 8px;
}
@media screen and (min-width:60em) {
  .p-pointStep__desc {
    padding: 44px 0 0 40px;
  }
}.p-pointStep__ttl {
  margin-bottom: 12px;
  color: #be0101;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width:60em) {
  .p-pointStep__ttl {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}.p-pointStep__txt {
  line-height: 1.8;
}
.p-pointStepNum {
  margin-bottom: 24px;
}
@media screen and (min-width:60em) {
  .p-pointStepNum {
    margin-bottom: 32px;
    text-align: right;
  }
}.p-pointStepNum__step {
  display: inline-block;
  width: 90px;
}
@media screen and (min-width:60em) {
  .p-pointStepNum__step {
    width: auto;
  }
}.p-pointStepNum__num {
  display: inline-block;
}
@media screen and (min-width:60em) {
  .p-pointStepNum__num {
    width: auto;
  }
}.p-pointStepNum__num--1 {
  width: 25px;
  margin-left: 8px;
}
@media screen and (min-width:60em) {
  .p-pointStepNum__num--1 {
    width: auto;
    margin-left: 16px;
  }
}.p-pointStepNum__num--2 {
  width: 28px;
  margin-left: 5px;
}
@media screen and (min-width:60em) {
  .p-pointStepNum__num--2 {
    width: auto;
    margin-left: 11px;
  }
}.p-pointStepNum__num--3 {
  width: 27px;
  margin-left: 4px;
}
@media screen and (min-width:60em) {
  .p-pointStepNum__num--3 {
    width: auto;
    margin-left: 10px;
  }
}.p-pointStepNum__num--4 {
  width: 30px;
  margin-left: 4px;
}
@media screen and (min-width:60em) {
  .p-pointStepNum__num--4 {
    width: auto;
    margin-left: 9px;
  }
}.p-pointStepNum__num--5 {
  width: 28px;
  margin-left: 5px;
}
@media screen and (min-width:60em) {
  .p-pointStepNum__num--5 {
    width: auto;
    margin-left: 10px;
  }
}.p-pointStepNum__num--6 {
  width: 27px;
  margin-left: 5px;
}
@media screen and (min-width:60em) {
  .p-pointStepNum__num--6 {
    width: auto;
    margin-left: 12px;
  }
}.p-recruitRowDList > div {
  display: -webkit-box;
  display: flex;
}
.p-recruitWorkLocDList dt {
  margin-top: 24px;
}
.p-recruitWorkLocDList dt:first-child {
  margin-top: 0;
}
.p-topHero {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100vh;
  background: url(/assets/img/top/sp/bg-hero.jpg) no-repeat right top/cover;
}
@media screen and (min-width:60em) {
  .p-topHero {
    display: block;
    height: auto;
    padding: 236px 0;
    background-image: url(/assets/img/top/bg-hero.jpg);
  }
}.p-topHero__inner {
  width: 100%;
}
@media screen and (min-width:60em) {
  .p-topHero__inner {
    padding-left: 160px;
  }
}.p-topHero__main {
  margin-bottom: 6px;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width:60em) {
  .p-topHero__main {
    margin-bottom: 16px;
    font-size: 6.4rem;
    text-align: left;
  }
}.p-topHero__sub {
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width:60em) {
  .p-topHero__sub {
    margin-bottom: 55px;
    font-size: 2.5rem;
    text-align: left;
  }
}.p-topHero__lineTxt {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width:60em) {
  .p-topHero__lineTxt {
    margin-bottom: 24px;
    font-size: 1.4rem;
    text-align: left;
  }
}.p-topHero__lineTxt::before {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  margin: 0 auto 16px;
  background: #fff;
  vertical-align: middle;
}
@media screen and (min-width:60em) {
  .p-topHero__lineTxt::before {
    display: inline-block;
    width: 24px;
    margin: 0 12px 0 0;
  }
}.p-topHeroIconList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 338px;
  margin: 0 auto;
}
@media screen and (min-width:60em) {
  .p-topHeroIconList {
    -webkit-box-pack: start;
    justify-content: flex-start;
    max-width: none;
    margin: 0;
  }
}.p-topHeroIconList__item {
  position: relative;
  z-index: 0;
  width: 80px;
  height: 80px;
  padding-top: 51px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width:60em) {
  .p-topHeroIconList__item {
    width: 124px;
    height: 124px;
    padding-top: 87px;
    margin-right: 16px;
    font-size: 1.4rem;
  }
}.p-topHeroIconList__item:last-child {
  margin-right: 0;
}
.p-topHeroIconList__item--design {
  background: url(/assets/img/top/icn-design.svg) no-repeat center 15px/38px auto #be0101;
}
@media screen and (min-width:60em) {
  .p-topHeroIconList__item--design {
    background-position: center 26px;
    background-size: auto;
  }
}.p-topHeroIconList__item--work {
  background: url(/assets/img/top/icn-work.svg) no-repeat center 11px/33px auto #c47800;
}
@media screen and (min-width:60em) {
  .p-topHeroIconList__item--work {
    background-position: center 20px;
    background-size: auto;
  }
}.p-topHeroIconList__item--const {
  background: url(/assets/img/top/icn-const.svg) no-repeat center 6px/48px auto #018c85;
}
@media screen and (min-width:60em) {
  .p-topHeroIconList__item--const {
    background-position: center 10px;
    background-size: auto;
  }
}.p-topHeroIconList__item--inst {
  background: url(/assets/img/top/icn-inst.svg) no-repeat center 12px/21px auto #0370a0;
}
@media screen and (min-width:60em) {
  .p-topHeroIconList__item--inst {
    background-position: center 20px;
    background-size: auto;
  }
}.p-topNewsSect {
  background: #f9f9f9;
}
.p-topNewsSect__inner {
  padding: 40px;
}
@media screen and (min-width:60em) {
  .p-topNewsSect__inner {
    max-width: 960px;
    padding: 16px 0;
    margin: 0 auto;
  }
}.p-topNews {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:60em) {
  .p-topNews {
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}.p-topNews__ttl {
  flex-shrink: 0;
  color: #d40000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
}
@media screen and (min-width:60em) {
  .p-topNews__ttl {
    margin-right: 32px;
    font-size: 2.4rem;
  }
}.p-topNews__more {
  -webkit-box-ordinal-group: 3;
  order: 2;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (min-width:60em) {
  .p-topNews__more {
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-left: auto;
  }
}.p-topNewsDList {
  -webkit-box-ordinal-group: 4;
  order: 3;
  flex-shrink: 1;
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width:60em) {
  .p-topNewsDList {
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    width: auto;
    margin-top: 0;
  }
}@media screen and (min-width:60em) {
  .p-topNewsDList::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 72px;
    margin-right: 30px;
    background: #f0f0f0;
  }
}.p-topNewsDList > dt {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width:60em) {
  .p-topNewsDList > dt {
    margin: 0 24px 0 0;
  }
}.p-topNewsDList > dd {
  line-height: 1.6;
}
@media screen and (min-width:60em) {
  .p-topNewsDList > dd {
    overflow: hidden;
    margin-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}.p-topPointSect {
  background: url(/assets/img/top/sp/bg-point.jpg) no-repeat center/cover;
}
@media screen and (min-width:60em) {
  .p-topPointSect {
    background-image: url(/assets/img/top/bg-point.jpg);
  }
}.p-topPointSect__inner {
  max-width: 960px;
  padding: 48px 0 64px;
  margin: 0 auto;
}
@media screen and (min-width:60em) {
  .p-topPointSect__inner {
    padding: 146px 0 96px;
  }
}.p-topTtlWrap {
  text-align: center;
}
.p-topTtl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .04em;
}
@media screen and (min-width:60em) {
  .p-topTtl {
    font-size: 4rem;
  }
}.p-topTtl--w {
  color: #fff;
}
.p-topTtl__sub {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width:60em) {
  .p-topTtl__sub {
    font-size: 1.8rem;
  }
}.p-topPointTtlWrap {
  margin-bottom: 40px;
}
@media screen and (min-width:60em) {
  .p-topPointTtlWrap {
    margin-bottom: 64px;
  }
}.p-topWorksTtlWrap {
  margin-bottom: 32px;
}
@media screen and (min-width:60em) {
  .p-topWorksTtlWrap {
    margin-bottom: 0;
  }
}@media screen and (min-width:60em) {
  .p-topPointList {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 64px;
  }
}.p-topPointList > li {
  padding: 42px 0;
  margin-bottom: 48px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: no-repeat center/auto 100% transparent;
}
@media screen and (min-width:60em) {
  .p-topPointList > li {
    padding: 98px 0 90px;
    margin-bottom: 0;
    width: calc(100% / 3);
    font-size: 2.4rem;
  }
}.p-topPointList > li:nth-of-type(1) {
  background-image: url(/assets/img/top/bg-1.svg);
}
.p-topPointList > li:nth-of-type(2) {
  background-image: url(/assets/img/top/bg-2.svg);
}
.p-topPointList > li:nth-of-type(3) {
  background-image: url(/assets/img/top/bg-3.svg);
}
.p-topWorksBg {
  padding-top: 48px;
  background: url(/assets/img/top/sp/bg-works.jpg) no-repeat center top/cover;
}
@media screen and (min-width:60em) {
  .p-topWorksBg {
    padding-top: 96px;
    background-image: url(/assets/img/top/bg-works.jpg);
  }
}.p-topLead {
  padding: 26px 0;
  margin-bottom: -5px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: no-repeat right center/auto 100% transparent;
}
@media screen and (min-width:60em) {
  .p-topLead {
    padding: 85px 0;
    margin-bottom: -12px;
    font-size: 2.4rem;
  }
}.p-topLead--case {
  background-image: url(/assets/img/top/bg-case.svg);
}
.p-topLead--pick {
  background-image: url(/assets/img/top/bg-pick-up.svg);
  background-position: left center;
}
.p-topWorkList {
  padding: 0 16px;
}
@media screen and (min-width:60em) {
  .p-topWorkList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 960px;
    padding: 0;
    margin: 0 auto;
  }
}.p-topWorkList > li {
  margin-bottom: 16px;
}
@media screen and (min-width:60em) {
  .p-topWorkList > li {
    width: calc((100% - 96px)/ 3);
    margin: 48px 48px 0 0;
  }
}.p-topWorkList > li:last-child {
  margin-bottom: 0;
}
.p-topWorkList > li:nth-of-type(-n+3) {
  margin-top: 0;
}
.p-topWorkList > li:last-child,
.p-topWorkList > li:nth-of-type(3n) {
  margin-right: 0;
}
.p-topWorkLink {
  display: -webkit-box;
  display: flex;
  height: 89px;
  color: #232323;
  text-decoration: none;
}
@media screen and (min-width:60em) {
  .p-topWorkLink {
    display: block;
    height: auto;
  }
}.p-topWorkLink__img {
  flex-shrink: 0;
  width: 144px;
}
@media screen and (min-width:60em) {
  .p-topWorkLink__img {
    overflow: hidden;
    width: auto;
  }
}.p-topWorkLink__img > img {
  width: auto;
  height: 100%;
}
@media screen and (min-width:60em) {
  .p-topWorkLink__img > img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            transition:         transform .4s;
            transition:         transform .4s,-webkit-transform .4s;
  }
}.p-topWorkLink__txt {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 36px 0 24px;
  font-weight: 700;
  background: url(/assets/img/common/bg-arrow.svg) no-repeat right 18px center/16px auto #fff;
}
@media screen and (min-width:60em) {
  .p-topWorkLink__txt {
    display: block;
    padding: 26px 68px 26px 24px;
    font-size: 1.5rem;
    background-position: right 24px center;
    background-size: auto;
  }
}@media screen and (min-width:60em) {
  .p-topWorkLink:hover .p-topWorkLink__img > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}.p-topCateSect__inner {
  padding-bottom: 96px;
}
@media screen and (min-width:60em) {
  .p-topCateSect__inner {
    padding-bottom: 64px;
  }
}.p-topPickupSect__inner {
  padding: 64px 0;
}
@media screen and (min-width:60em) {
  .p-topPickupSect__inner {
    padding: 96px 0;
  }
}.p-topPickupList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (min-width:60em) {
  .p-topPickupList {
    margin-bottom: 64px;
  }
}.p-topPickupList > li {
  width: calc((100% - 5px)/ 2);
  margin: 5px 5px 0 0;
}
@media screen and (min-width:60em) {
  .p-topPickupList > li {
    width: calc((100% - 15px)/ 4);
  }
}.p-topPickupList > li:nth-of-type(-n+2) {
  margin-top: 0;
}
.p-topPickupList > li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width:60em) {
  .p-topPickupList > li:nth-of-type(2n) {
    margin-right: 5px;
  }
  .p-topPickupList > li:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .p-topPickupList > li:nth-of-type(4n) {
    margin-right: 0;
  }
}.p-topPickupCont {
  position: relative;
  z-index: 0;
}
.p-topPickupCont__img {
  overflow: hidden;
}
.p-topPickupCont__img > img {
  -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition:         transform .4s;
          transition:         transform .4s,-webkit-transform .4s;
}
@media screen and (min-width:60em) {
  .p-topPickupCont:hover .p-topPickupCont__img > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}.p-topPickupCont__txt {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 6px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #232323;
}
@media screen and (min-width:60em) {
  .p-topPickupCont__txt {
    width: auto;
  }
}.p-workAnchorList {
  margin-bottom: 64px;
}
@media screen and (min-width:60em) {
  .p-workAnchorList {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}.p-workAnchorList > li {
  margin-bottom: 12px;
}
@media screen and (min-width:60em) {
  .p-workAnchorList > li {
    width: calc((100% - 66px)/ 5);
    margin-bottom: 0;
  }
}.p-workAnchorList > li:last-child {
  margin-bottom: 0;
}
.p-workAnchorList__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 18px 46px 18px 18px;
  color: #232323;
  font-weight: 500;
  text-decoration: none;
  background: url(/assets/img/common/bg-arrow.svg) no-repeat right 20px center/16px auto #fff;
  border: 1px solid rgba(212,0,0,.8);
  border-radius: 2px;
}
@media screen and (min-width:60em) {
  .p-workAnchorList__link {
    height: 60px;
    padding: 0 46px 0 16px;
  }
}.p-workSect {
  margin-bottom: 64px;
}
@media screen and (min-width:60em) {
  .p-workSect {
    margin-bottom: 80px;
  }
}.p-workSect:last-child {
  margin-bottom: 0;
}
.p-workTtl {
  padding-bottom: 16px;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #d40000;
}
@media screen and (min-width:60em) {
  .p-workTtl {
    margin-bottom: 48px;
    font-size: 1.6rem;
    text-align: left;
  }
}.p-workList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.p-workList > li {
  width: calc((100% - 9px)/ 2);
  margin: 9px 9px 0 0;
}
.p-workList > li:nth-of-type(-n+2) {
  margin-top: 0;
}
.p-workList > li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width:60em) {
  .p-workList > li {
    width: calc((100% - 48px)/ 3);
    margin: 24px 24px 0 0;
  }
  .p-workList > li:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .p-workList > li:nth-of-type(2n) {
    margin-right: 24px;
  }
  .p-workList > li:nth-of-type(3n) {
    margin-right: 0;
  }
}.p-workCont {
  position: relative;
  z-index: 0;
}
.p-workCont__img {
  overflow: hidden;
}
.p-workCont__img > img {
  -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition:         transform .4s;
          transition:         transform .4s,-webkit-transform .4s;
}
@media screen and (min-width:60em) {
  .p-workCont:hover .p-workCont__img > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}.u-show--pc {
  display: none;
}
@media screen and (min-width:60em) {
  .u-show--pc {
    display: block;
  }
}.u-show--sp {
  display: block;
}
@media screen and (min-width:60em) {
  .u-show--sp {
    display: none;
  }
}.u-dispIB {
  display: inline-block!important;
}
.u-wid100p {
  width: 100%!important;
}
.u-txtC {
  text-align: center!important;
}
.u-txtR {
  text-align: right!important;
}
.u-txtL {
  text-align: left!important;
}
.u-vaMid {
  vertical-align: middle!important;
}
.u-anc {
  padding-top: calc(56px + 16px);
  margin-top: calc(56px * -1 - 16px);
}
@media screen and (min-width:60em) {
  .u-anc {
    padding-top: calc(80px + 16px);
    margin-top: calc(80px * -1 - 16px);
  }
}
