@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.c-topicspath {
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 26px;
  z-index: 2; }
  @media screen and (max-width: 1168px) {
    .c-topicspath {
      padding: 0 15px; } }
  @media screen and (max-width: 568px) {
    .c-topicspath {
      bottom: 8px; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 12px;
    color: #333; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li:after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 8px; }
    .c-topicspath li:last-child:after {
      content: none; }
    .c-topicspath li > a {
      color: #333; }

.l-lowerCaption {
  position: relative;
  width: 100%;
  height: 334px;
  background-color: #fafafa;
  background-image: url("/inc/image/common/bg_lowerCaption.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    .l-lowerCaption {
      height: 260px; } }
  @media screen and (max-width: 568px) {
    .l-lowerCaption {
      height: 190px; } }
  .l-lowerCaption__inner {
    max-width: 1138px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1168px) {
      .l-lowerCaption__inner {
        padding: 0 15px; } }
  .l-lowerCaption__title {
    font-size: 38px;
    font-weight: bold;
    color: #333;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2; }
    @media screen and (max-width: 1168px) {
      .l-lowerCaption__title {
        padding: 0 15px; } }
    @media screen and (max-width: 768px) {
      .l-lowerCaption__title {
        font-size: 32px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__title {
        font-size: 28px; } }
    .l-lowerCaption__title small {
      font-size: 18px;
      font-weight: 600;
      font-family: "Barlow Condensed", sans-serif;
      color: #D0962E;
      display: block;
      letter-spacing: 0.06em;
      text-transform: uppercase; }

.c-ttl-3:before {
  color: #000000 !important; }

#contents {
  padding-bottom: 0; }

.l-section--bgDot {
  margin-bottom: 0; }

.p-service__title {
  position: relative;
  padding: 10px 0;
  border-bottom: 2px solid #eeeeee; }
  .p-service__title:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20%;
    height: 2px;
    content: '';
    background: #F61108; }

.p-product__title {
  font-size: 28px;
  color: #F61108;
  max-width: 200px;
  text-align: center;
  margin: 15px auto 0;
  padding: 30px 0; }
  .p-product__title img {
    width: 100%; }

.p-product__item {
  font-size: 18px;
  padding: 10px 0; }

.c-card01__thumb_product {
  border-radius: 10px;
  padding-top: 100% !important; }

.l-consulting {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .l-consulting:before {
    content: '';
    background-color: #242424;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    z-index: 1; }
  .l-consulting:after {
    content: '';
    display: block;
    width: calc(100% - (10px * 2));
    height: calc(100% - (15px * 2));
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .l-consulting__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(0, -0.075, 0.27, 0.94);
    z-index: -1; }
  .l-consulting > a {
    display: block; }
    .l-consulting > a:hover .l-consulting__bg {
      transform: scale(1.1); }
    .l-consulting > a:hover .l-consulting__more > span:after {
      right: -1em; }
  .l-consulting__inner {
    max-width: 1138px;
    margin: 0 auto;
    padding: 120px 15px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .l-consulting__inner {
        padding: 80px 30px 80px; } }
    @media screen and (max-width: 568px) {
      .l-consulting__inner {
        padding: 100px 30px; } }
  .l-consulting__title {
    color: #FFFFFF;
    margin-bottom: 0; }
  .l-consulting__desc {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 35px;
    font-size: 15px; }
    @media screen and (max-width: 568px) {
      .l-consulting__desc {
        text-align: left; } }
  .l-consulting__more {
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    font-size: 12px;
    line-height: 1; }
    .l-consulting__more > span {
      position: relative;
      display: inline-block; }
      .l-consulting__more > span:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        line-height: 1;
        position: absolute;
        top: 60%;
        right: -0.8em;
        transform: translateY(-50%);
        transition: all 0.2s ease; }

#ship .p-flow__finger {
  display: none;
  margin: 20px auto 0;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 100px;
  animation-name: finger; }
  @media screen and (max-width: 888px) {
    #ship .p-flow__finger {
      display: block; } }

@keyframes finger {
  0% {
    transform: translate(-15px, 0); }
  100% {
    transform: translate(15px, 0); } }

#service-product .p-localLink .c-card01__item--product .c-card01__thumb:before,
#service-flow .p-localLink .c-card01__item--product .c-card01__thumb:before,
#service-area .p-localLink .c-card01__item--product .c-card01__thumb:before, #service-product .p-localLink .c-card01__item--area .c-card01__thumb:before,
#service-flow .p-localLink .c-card01__item--area .c-card01__thumb:before,
#service-area .p-localLink .c-card01__item--area .c-card01__thumb:before, #service-product .p-localLink .c-card01__item--flow .c-card01__thumb:before,
#service-flow .p-localLink .c-card01__item--flow .c-card01__thumb:before,
#service-area .p-localLink .c-card01__item--flow .c-card01__thumb:before {
  content: '';
  width: 117px;
  height: 117px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 568px) {
    #service-product .p-localLink .c-card01__item--product .c-card01__thumb:before,
    #service-flow .p-localLink .c-card01__item--product .c-card01__thumb:before,
    #service-area .p-localLink .c-card01__item--product .c-card01__thumb:before, #service-product .p-localLink .c-card01__item--area .c-card01__thumb:before,
    #service-flow .p-localLink .c-card01__item--area .c-card01__thumb:before,
    #service-area .p-localLink .c-card01__item--area .c-card01__thumb:before, #service-product .p-localLink .c-card01__item--flow .c-card01__thumb:before,
    #service-flow .p-localLink .c-card01__item--flow .c-card01__thumb:before,
    #service-area .p-localLink .c-card01__item--flow .c-card01__thumb:before {
      width: 100px;
      height: 100px; } }

#service-product #contents,
#service-flow #contents,
#service-area #contents {
  padding-bottom: 0; }

#service-product .l-f,
#service-flow .l-f,
#service-area .l-f {
  border-top: none; }

#service-product .p-localLink .c-card01__item--product .c-card01__thumb:before,
#service-flow .p-localLink .c-card01__item--product .c-card01__thumb:before,
#service-area .p-localLink .c-card01__item--product .c-card01__thumb:before {
  background: url("/inc/image/common/ico_product.png") no-repeat center/contain; }

#service-product .p-localLink .c-card01__item--area .c-card01__thumb:before,
#service-flow .p-localLink .c-card01__item--area .c-card01__thumb:before,
#service-area .p-localLink .c-card01__item--area .c-card01__thumb:before {
  background: url("/inc/image/common/ico_map.png") no-repeat center/contain; }

#service-product .p-localLink .c-card01__item--flow .c-card01__thumb:before,
#service-flow .p-localLink .c-card01__item--flow .c-card01__thumb:before,
#service-area .p-localLink .c-card01__item--flow .c-card01__thumb:before {
  background: url("/inc/image/common/ico_flow.png") no-repeat center/contain; }

#service-product .p-localLink .c-card01__thumb,
#service-flow .p-localLink .c-card01__thumb,
#service-area .p-localLink .c-card01__thumb {
  padding-top: 0;
  height: 158px;
  background: linear-gradient(#fff 0%, #ededed 100%);
  position: relative; }
  @media screen and (max-width: 568px) {
    #service-product .p-localLink .c-card01__thumb,
    #service-flow .p-localLink .c-card01__thumb,
    #service-area .p-localLink .c-card01__thumb {
      height: 120px; } }

.p-branch__inner {
  background-color: #FFFFFF;
  padding: 15px 20px 20px;
  border: 1px solid #CCCCCC; }

.p-branch__name {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px; }

.p-branch__address {
  font-size: 16px;
  color: #333; }

.p-branch__num {
  font-size: 16px;
  color: #333; }

.p-branch .c-link {
  display: inline-block;
  margin-bottom: 5px; }

/*# sourceMappingURL=../_map/page/service.css.map */
