@charset "UTF-8";
/*--------------------------------------------------------------- */
/* company 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(/company/img/ph_mv.jpg) no-repeat center center;
  background-size: cover;
}

/*-------------------------------------------> 会社概要 */
.sec-content-wrap {
  background: #f5f5f7;
  padding-bottom: 120px;
}

.sec-content-wrap .block-content-inner {
  background: #fff;
}

.sec-content-wrap .block-content-inner .alternate-list-gr {
  width: 840px;
  margin: auto;
  padding: 90px 0;
}

.sec-content-wrap .block-content-inner .alternate-list-gr dl {
  padding: 0;
}

.sec-content-wrap .block-content-inner .alternate-list-gr dl dt, .sec-content-wrap .block-content-inner .alternate-list-gr dl dd {
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 2.14286em;
  padding: 15px 30px;
}

.sec-content-wrap .block-content-inner .alternate-list-gr dl dt {
  width: 180px;
  letter-spacing: 0.06em;
  border-right: 1px solid #d9d9d9;
}

.sec-content-wrap .block-content-inner .alternate-list-gr dl dd {
  letter-spacing: 0.04em;
}

/*-------------------------------------------> message */
.block-messege figure {
  position: relative;
}

.block-messege figure figcaption {
  position: absolute;
  left: 645px;
  top: 140px;
  font-size: 26px;
  /* legacy */
  font-size: 1.625rem;
  /* modern */
  line-height: 1.46154em;
  letter-spacing: 0.06em;
  font-style: italic;
  color: #fff;
}

.block-messege .txt {
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 2.14286em;
  width: 840px;
  margin: auto;
  padding: 50px 0 53px;
  text-align: justify;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #d9d9d9;
}

.block-messege .txt span {
  font-size: 16px;
  /* legacy */
  font-size: 1rem;
  /* modern */
  line-height: 2em;
}

.block-policy .m-cate-title.l-content {
  padding: 58px 0 30px;
}

.block-policy .m-cate-title.l-content h3 {
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 1em;
}

.block-policy .m-cate-title.l-content h2 {
  font-size: 22px;
  /* legacy */
  font-size: 1.375rem;
  /* modern */
  line-height: 1em;
}

.block-qa {
  background: url(/company/img/ph_message_02.jpg) no-repeat right top;
}

.block-qa .block-sec-inner {
  padding-bottom: 30px;
}

.block-qa .block-sec-inner:after {
  content: "";
  display: block;
  clear: both;
}

.block-qa .box {
  width: 480px;
  float: left;
  padding: 60px 60px 60px;
  position: relative;
}

.block-qa .box::before, .block-qa .box::after {
  content: '';
  background: #d9d9d9;
  position: absolute;
  margin: auto;
}

.block-qa .box:nth-child(1) {
  height: 720px;
  margin-right: 480px;
}

.block-qa .box:nth-child(1)::before {
  width: 360px;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
}

.block-qa .box:nth-child(1)::after {
  width: 360px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}

.block-qa .box:nth-child(2)::after {
  width: 1px;
  height: 360px;
  top: 0px;
  right: 0;
  bottom: 0;
}

.block-qa .box:first-child::after {
  width: 360px;
  height: 1px;
  bottom: 0;
  top: auto;
}

.block-qa .box .txt-q {
  color: #d91616;
  text-align: center;
  font-size: 18px;
  /* legacy */
  font-size: 1.125rem;
  /* modern */
  line-height: 1.55556em;
  letter-spacing: 0.06em;
}

.block-qa .box .txt-q::before {
  content: 'Q';
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  /* legacy */
  font-size: 1rem;
  /* modern */
  line-height: 2em;
  background: #d91616;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 15px;
}

.block-qa .box .txt-q::after {
  content: '';
  background: #d91616;
  width: 24px;
  height: 1px;
  display: block;
  margin: 24px auto 22px;
}

.block-qa .box .txt-a {
  text-align: justify;
  font-size: 14px;
  /* legacy */
  font-size: 0.875rem;
  /* modern */
  line-height: 2.14286em;
  letter-spacing: 0.06em;
}

/*-------------------------------------------> history */
.l-history .sec-content-wrap {
  padding-bottom: 95px;
}

.l-history .sec-content-wrap .m-cate-title {
  padding: 92px 0 42px;
}

.l-history .sec-content-wrap .block-sec-inner {
  margin: 0 auto 42px;
}

.l-history .sec-content-wrap .block-sec-inner > .txt {
  background: #fff;
  padding: 40px 60px;
}

.l-history .sec-content-wrap .area-history {
  padding-top: 88px;
  position: relative;
}

.l-history .sec-content-wrap .area-history .block-timeline {
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.l-history .sec-content-wrap .area-history .block-timeline::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.l-history .sec-content-wrap .area-history .block-timeline .year {
  width: 60px;
  height: 60px;
  background: #d91616;
  text-align: center;
  font-size: 15px;
  /* legacy */
  font-size: 0.9375rem;
  /* modern */
  line-height: 1em;
  padding-top: 22px;
  letter-spacing: 0.12em;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}

.l-history .sec-content-wrap .area-history .block-timeline .year.is-follow {
  position: fixed;
  top: auto;
  bottom: 300px;
}

.l-history .sec-content-wrap .area-history .block-sec-inner {
  margin: 0 auto 26px;
}

.l-history .sec-content-wrap .area-history .block-sec-inner:after {
  content: "";
  display: block;
  clear: both;
}

.l-history .sec-content-wrap .area-history .clm-left {
  width: 390px;
  float: left;
  text-align: right;
}

.l-history .sec-content-wrap .area-history .clm-left img {
  padding-top: 6px;
}

.l-history .sec-content-wrap .area-history .clm-left img + img {
  padding-top: 40px;
}

.l-history .sec-content-wrap .area-history .clm-right {
  width: 390px;
  float: right;
}

.l-history .sec-content-wrap .area-history .clm-right img {
  padding-top: 6px;
}

.l-history .sec-content-wrap .area-history .clm-right img + img {
  padding-top: 40px;
}

.l-history .sec-content-wrap .area-history dl {
  width: 100%;
  display: table;
  margin-bottom: 26px;
}

.l-history .sec-content-wrap .area-history dl dt, .l-history .sec-content-wrap .area-history dl dd {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  /* legacy */
  font-size: 0.8125rem;
  /* modern */
  line-height: 1.84615em;
}

.l-history .sec-content-wrap .area-history dl dt {
  width: 120px;
  color: #969799;
}

.l-history .sec-content-wrap .area-history dl dd {
  text-align: justify;
  letter-spacing: 0.03em;
}

/*-------------------------------------------> アニメーション */
@-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);
  }
}

/*-------------------------------------------> プラグイン：プラグイン名 */
