@charset "UTF-8";
/* nav */
.about header .gNav > ul > li.nav_about:before {
  max-height: 100%;
}

.about header .gNav > ul > li.nav_about > a {
  color: #ffffff;
}

/* hd */
.commonHd01:before {
  background: #e98c09;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#about .outline {
  /* 会社概要 */
}

#about .outline table {
  margin-top: 40px;
}

#about .history {
  /* 沿革 */
  margin-top: 80px;
}

#about .history dl {
  height: auto;
  overflow: hidden;
  line-height: 1.6;
  margin-top: 40px;
  padding-left: 50px;
  position: relative;
}

#about .history dl:before {
  content: "";
  width: 1px;
  background: #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#about .history dl dt, #about .history dl dd {
  font-size: 16px;
  padding: 15px 0;
}

#about .history dl dt {
  clear: both;
  float: left;
  width: 140px;
}

#about .history dl dd {
  padding-left: 140px;
  font-weight: bold;
  color: #454545;
  position: relative;
}

#about .history dl dd:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: -50px;
  top: 26px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■philosophy
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#philosophy .greeting {
  overflow: hidden;
  /* 代表挨拶 */
}

#philosophy .greeting .main {
  position: relative;
  margin: 53px -70px 0;
}

#philosophy .greeting .main .txt {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  top: 178px;
  right: 90px;
}

#philosophy .greeting .main .txt .copy {
  font-size: 44px;
  font-weight: normal;
  line-height: 1.36;
  padding-bottom: 19px;
  position: relative;
}

#philosophy .greeting .main .txt .copy:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #e98c09;
  position: absolute;
  left: 50%;
  bottom: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#philosophy .greeting .main .txt .name {
  font-size: 16px;
  margin-top: 50px;
}

#philosophy .greeting .main .txt .name span {
  font-size: 26px;
  display: block;
  margin-top: -5px;
}

#philosophy .greeting .description {
  font-size: 16px;
  margin-top: 46px;
}

#philosophy .greeting .description .sign {
  display: block;
  text-align: right;
  margin-top: 30px;
}

#philosophy .philosophy {
  /* 企業理念 */
  margin-top: 46px;
}

#philosophy .philosophy .copy {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  line-height: 1.625;
  letter-spacing: 0;
  margin-top: 45px;
}

#philosophy .philosophy .copy span {
  display: block;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e98c09;
  letter-spacing: 0.4em;
  margin-bottom: 11px;
}

#philosophy .philosophy .description {
  font-size: 16px;
  margin-top: 26px;
}

#philosophy .philosophy .box {
  text-align: center;
  margin-top: 39px;
  padding: 0 50px;
}

#philosophy .philosophy .box h4 {
  font-size: 28px;
  font-weight: bold;
  color: #e98c09;
  padding-bottom: 11px;
  background: url(../img/about/fukidashi.png) center bottom no-repeat;
}

#philosophy .philosophy .box p {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 10px;
  padding: 11px;
  background: #fff9b0;
}

#philosophy .philosophy .box + .box {
  margin-top: 46px;
}

#philosophy .philosophy .flow {
  position: relative;
  margin-top: 128px;
  padding-top: 50px;
  background: url(../img/about/arch.png) center top no-repeat;
}

#philosophy .philosophy .flow .start,
#philosophy .philosophy .flow .end {
  display: table;
  width: 138px;
  height: 138px;
  font-size: 18px;
  line-height: 1.55;
  color: #e98c09;
  font-weight: bold;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e98c09;
  position: absolute;
  top: 223px;
}

#philosophy .philosophy .flow .start > span,
#philosophy .philosophy .flow .end > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#philosophy .philosophy .flow .start {
  left: 0;
}

#philosophy .philosophy .flow .end {
  right: 0;
}

#philosophy .philosophy .flow .buy,
#philosophy .philosophy .flow .sell {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 181px;
}

#philosophy .philosophy .flow .buy {
  left: 105px;
}

#philosophy .philosophy .flow .sell {
  right: 105px;
}

#philosophy .philosophy .flow .logo {
  position: absolute;
  left: 50%;
  top: -64px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#philosophy .philosophy .flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#philosophy .philosophy .flow ul li {
  width: 186px;
  letter-spacing: 0;
}

#philosophy .philosophy .flow ul li:nth-child(2) {
  margin: 0 43px;
}

#philosophy .philosophy .flow ul li h5 {
  font-size: 20px;
  font-weight: bold;
  background-position: left 10px;
  background-repeat: no-repeat;
}

#philosophy .philosophy .flow ul li p {
  line-height: 1.66;
  margin-bottom: 14px;
}

#philosophy .philosophy .flow ul li.flow01 h5 {
  background-image: url(../img/about/ico_philosophy01.png);
  padding-left: 32px;
}

#philosophy .philosophy .flow ul li.flow02 h5 {
  background-image: url(../img/about/ico_philosophy02.png);
  padding-left: 26px;
}

#philosophy .philosophy .flow ul li.flow03 h5 {
  background-image: url(../img/about/ico_philosophy03.png);
  padding-left: 41px;
}

@media screen and (max-width: 1157px) {
  #philosophy .greeting .main .txt {
    top: 31.4%;
  }
  #philosophy .greeting .main .txt .copy {
    font-size: 3.80294vw;
  }
  #philosophy .greeting .main .txt .name {
    font-size: 1.38289vw;
  }
  #philosophy .greeting .main .txt .name span {
    font-size: 2.24719vw;
  }
  #philosophy .greeting .main img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1097px) {
  #philosophy .philosophy .flow {
    margin-top: 72px;
    padding-top: 0;
    background: none;
  }
  #philosophy .philosophy .flow .start,
  #philosophy .philosophy .flow .end {
    display: block;
    width: auto;
    height: auto;
    font-size: 18px;
    border-radius: 10px;
    position: static;
  }
  #philosophy .philosophy .flow .start > span,
  #philosophy .philosophy .flow .end > span {
    display: block;
    padding: 15px;
  }
  #philosophy .philosophy .flow .start br,
  #philosophy .philosophy .flow .end br {
    display: none;
  }
  #philosophy .philosophy .flow .start .spCont,
  #philosophy .philosophy .flow .end .spCont {
    display: inline;
  }
  #philosophy .philosophy .flow .buy,
  #philosophy .philosophy .flow .sell {
    text-align: center;
    font-size: 18px;
    position: static;
    padding: 4px 0 10px;
    background: url(../img/sp/about/arrow.png) center center no-repeat;
    background-size: auto 50px;
  }
  #philosophy .philosophy .flow .buy {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #philosophy .philosophy .flow .sell {
    margin-top: 15px;
    margin-bottom: 12px;
  }
  #philosophy .philosophy .flow .logo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    margin-bottom: -10px;
  }
  #philosophy .philosophy .flow .logo img {
    height: 44px;
    width: auto;
  }
  #philosophy .philosophy .flow ul {
    margin: 0 -40px;
    padding: 85px 40px 40px;
    position: relative;
    background: url(../img/sp/about/arch.png) center top no-repeat #fff9de;
    background-size: 100% 108px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■network
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#network .stores {
  /* 事業所紹介 */
}

#network .stores .anchors {
  margin-top: 30px;
  margin-bottom: 28px;
}

#network .stores .block {
  height: auto;
  overflow: hidden;
  padding-top: 32px;
}

#network .stores .block h4:before {
  background: #e98c09;
}

#network .stores .block .img {
  float: left;
  margin-right: 40px;
}

#network .stores .block dl {
  height: auto;
  overflow: hidden;
}

#network .stores .block dl dt, #network .stores .block dl dd {
  line-height: 1.6;
  margin-bottom: 6px;
}

#network .stores .block dl dt {
  width: 100px;
  clear: both;
  float: left;
  font-weight: bold;
}

#network .stores .block dl dd {
  padding-left: 110px;
}

#network .stores .block dl dd.map {
  margin-top: 22px;
  margin-bottom: 0;
  padding-left: 0;
}

#network .stores .block dl dd iframe {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 5px;
}

#network .stores .block dl dd .access {
  font-size: 13px;
  color: #777777;
  margin-top: 5px;
}

#network .stores .block .warehouse {
  margin-top: 30px;
  margin-bottom: 24px;
  padding: 22px 40px 32px;
  border: 1px solid #dddddd;
}

#network .stores .block .warehouse h5 {
  font-size: 21px;
  margin-bottom: 12px;
}
