@charset "UTF-8";
/*--------------------------------------------------------------- */
/* service index page */
/*--------------------------------------------------------------- */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*-------------------------------------------> ページ共通スタイル */
#contents .block-sec-inner .txt {
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 2.14286em;
}

/*-------------------------------------------> main visual */
.sec-mv-wrap {
  background: url(/service/img/ph_mv.jpg) no-repeat center center;
  background-size: cover;
}

/*-------------------------------------------> common */
.sec-content-wrap {
  background: #f5f5f7;
  padding-bottom: 120px;
}

.sec-content-wrap .m-cate-title.l-content {
  padding: 92px 0 47px;
}

.sec-content-wrap .block-content-inner {
  background: #fff;
}

/*-------------------------------------------> index */
.l-index .sec-content-wrap {
  padding-top: 90px;
}

.l-index .sec-content-wrap .block-content-inner {
  padding: 90px 0 20px;
}

.l-index .sec-content-wrap .block-content-inner .block-inner > h1 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  /* legacy */
  font-size: 1.25rem;
  /* modern */
  line-height: 4em;
  line-height: 80px;
  letter-spacing: 0.1em;
  background: #f5f5f7;
  margin-bottom: 60px;
}

.l-index #sec-02 .m-2clm-even {
  margin-bottom: 65px;
}

.l-index #sec-02 .m-2clm-even .box:nth-child(2) .clm-txt {
  padding-bottom: 37px;
}

.l-index #sec-02 .m-2clm-table {
  margin-bottom: 70px;
}

/*-------------------------------------------> repair */
.l-repair .sec-content-wrap .block-content-inner {
  padding: 0 0 25px;
}

.l-repair .sec-content-wrap .block-content-inner > figure {
  margin-bottom: 80px;
}

.l-repair #sec-03 .m-cate-title {
  padding: 92px 0 47px;
}

.l-repair #sec-03 .m-cate-title h3 {
  margin-bottom: 0;
}

.l-repair #sec-03 .block-inner > .txt {
  text-align: center;
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 2.14286em;
  letter-spacing: 0.06em;
  margin-bottom: 53px;
}

.l-repair #sec-03 .m-2clm-even {
  margin-bottom: 40px;
}

.l-repair #sec-03 .m-2clm-even .box .clm-txt {
  margin-bottom: 24px;
}

.l-repair #sec-03 .m-3clm-table {
  margin-bottom: 55px;
}

/*-------------------------------------------> diag */
.l-diag .sec-content-wrap .block-content-inner {
  padding: 0 0 130px;
}

.l-diag .sec-content-wrap .block-content-inner > figure {
  margin-bottom: 88px;
}

.l-diag .sec-content-wrap .block-content-inner .m-2clm-table {
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}

.l-diag .sec-content-wrap .block-content-inner .m-2clm-table .box .clm-title {
  margin-bottom: 12px;
}

.l-diag .sec-content-wrap .block-content-inner .m-2clm-uneven {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}

.l-diag .sec-content-wrap .block-content-inner .m-2clm-uneven .txt-job {
  font-size: 12px;
  /* legacy */
  font-size: 0.75rem;
  /* modern */
  line-height: 2.5em;
}

.l-diag .sec-content-wrap .block-content-inner .m-2clm-uneven .txt-name {
  font-size: 16px;
  /* legacy */
  font-size: 1rem;
  /* modern */
  line-height: 1.875em;
  margin-bottom: 10px;
}

.l-diag .sec-content-wrap .block-content-inner .m-2clm-uneven .txt-name ~ .clm-txt {
  font-size: 13px;
  /* legacy */
  font-size: 0.8125rem;
  /* modern */
  line-height: 2.30769em;
}

.l-diag .sec-content-wrap .block-content-inner .flow-title {
  color: #d91616;
  text-align: center;
  font-size: 18px;
  /* legacy */
  font-size: 1.125rem;
  /* modern */
  line-height: 1.66667em;
}

.l-diag .sec-content-wrap .block-content-inner .flow-txt {
  text-align: center;
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 2.14286em;
  margin-bottom: 35px;
}

.l-diag .sec-content-wrap .block-content-inner .m-circle-anim {
  margin: 0 auto 183px;
}

.l-diag .sec-content-wrap .block-content-inner .m-circle-anim li p {
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 1.71429em;
  letter-spacing: 0.02em;
  text-align: justify;
  padding: 0 60px;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim {
  position: relative;
  width: 15px;
  height: 12px;
  margin-left: 30px;
  border-bottom: 1px solid #d91616;
  transition: width 1s ease-in-out;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim::before {
  content: '';
  width: 100%;
  height: 12px;
  background: url(/service/img/ar_flow.png) no-repeat right top;
  background-size: auto 100%;
  display: block;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim li {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  top: 7px;
  width: 290px;
  opacity: 0;
  transition: opacity .5s linear;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim li:after {
  content: "";
  display: block;
  clear: both;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim li .num {
  float: left;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 24px;
  height: 24px;
  font-size: 13px;
  /* legacy */
  font-size: 0.8125rem;
  /* modern */
  line-height: 1.92308em;
  background: #d91616;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim li p {
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 1em;
  float: left;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim li p::before {
  content: '';
  width: 56px;
  height: 1px;
  background: #d9d9d9;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim li p span {
  font-size: 12px;
  /* legacy */
  font-size: 0.75rem;
  /* modern */
  line-height: 1.16667em;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim .anim-01 {
  left: -4px;
  transition-delay: 1.3s;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim .anim-02 {
  left: 111px;
  transition-delay: 1.8s;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim .anim-03 {
  left: 228px;
  transition-delay: 2.3s;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim .anim-04 {
  left: 343px;
  transition-delay: 2.8s;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim .anim-05 {
  left: 460px;
  transition-delay: 3.3s;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim .anim-06 {
  left: 576px;
  transition-delay: 3.8s;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim.is-anim {
  width: 780px;
}

.l-diag .sec-content-wrap .block-content-inner .m-flow-anim.is-anim li {
  opacity: 1;
}

/*-------------------------------------------> todex / docomo */
.l-store .sec-content-wrap .block-content-inner > figure {
  margin-bottom: 80px;
}

.l-store #sec-03 > .m-cate-title {
  padding: 92px 0 47px;
}

.l-store #sec-03 .block-inner {
  padding-bottom: 60px;
  margin-bottom: 45px;
  border-bottom: 1px solid #d9d9d9;
}

.l-store #sec-03 .block-inner.no-margin {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.l-store #sec-03 .block-inner > .txt {
  text-align: center;
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 2.14286em;
}

.l-store #sec-03 .block-inner > .btn-rd {
  width: 240px;
  margin: 41px auto 0;
}

.l-store #sec-03 .block-inner > h2 {
  color: #d91616;
  text-align: center;
  font-size: 18px;
  /* legacy */
  font-size: 1.125rem;
  /* modern */
  line-height: 1em;
  margin-bottom: 35px;
  padding-top: 15px;
}

.l-store #sec-03 .alternate-list-gr {
  margin-bottom: 60px;
}

.l-store #sec-03 .alternate-list-gr dl {
  padding: 0;
}

.l-store #sec-03 .alternate-list-gr dl dt, .l-store #sec-03 .alternate-list-gr dl dd {
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 2.14286em;
  padding: 15px 30px;
}

.l-store #sec-03 .alternate-list-gr dl dt {
  width: 240px;
  letter-spacing: 0.06em;
  border-right: 1px solid #d9d9d9;
}

.l-store #sec-03 .alternate-list-gr dl dd {
  letter-spacing: 0.04em;
}

.l-store #sec-03 .m-2clm-even .box figure {
  margin-bottom: 15px;
}

.l-store #sec-03 .m-2clm-uneven ul:after {
  content: "";
  display: block;
  clear: both;
}

.l-store #sec-03 .m-2clm-uneven ul li {
  float: left;
  border: 1px solid #d91616;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: table;
  transition: opacity 1s ease-out;
}

.l-store #sec-03 .m-2clm-uneven ul li:nth-child(4n) {
  margin-right: 0;
}

.l-store #sec-03 .m-2clm-uneven ul li:nth-child(n+5) {
  margin-bottom: 0;
}

.l-store #sec-03 .m-2clm-uneven ul li p {
  font-size: 16px;
  /* legacy */
  font-size: 1rem;
  /* modern */
  line-height: 1.5em;
  color: #d91616;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.l-store #sec-03 .block-map-inner .m-cate-title {
  padding: 50px 0 0;
  margin-bottom: 32px;
}

.l-store #sec-03 .block-map-inner .link-blank {
  right: 60px;
}

/*-------------------------------------------> アニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
  }
}

/*-------------------------------------------> プラグイン：プラグイン名 */
