@charset "UTF-8";
.contents {
  overflow: hidden;
}

.main-img {
  padding-top: 288px;
  padding-bottom: 274px;
  background: url(/100th/images/about/bg.jpg) no-repeat center center/cover;
}
.main-img.ptn2 {
  background: url(/100th/images/about/bg-02.jpg) no-repeat center center/cover;
}
.main-img .copy-text {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.sec-box {
  padding-top: 30px;
  border-top: 1px solid #231815;
}
.sec-box.first {
  border-top: 0;
}

.head-boxab {
  position: relative;
}

.textsliderbox {
  width: 100%;
  z-index: 2;
  position: relative;
}
.textsliderbox p {
  font-size: 9vw;
  line-height: 1;
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
  font-weight: 700;
  padding-bottom: 0;
}
.textsliderbox img {
  max-height: 156px;
  width: auto;
  display: block;
  vertical-align: bottom;
}
.textsliderbox.ex .d-demo__item {
  width: 163.3333333333vw;
}
.textsliderbox.ex p {
  padding-left: 12%;
  padding-right: 12%;
}
.textsliderbox.ex2 .d-demo__item {
  width: 200vw;
}
.textsliderbox.ex2 p {
  padding-left: 16%;
  padding-right: 16%;
}

.h-copy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}

/*.textsliderbox .slick-slide{
	width: 180%!important;
}*/
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 155s infinite linear 0s both;
          animation: infinity-scroll-left 155s infinite linear 0s both;
}

.d-demo__item {
  width: 110vw;
}

.d-demo__item > img {
  width: 100%;
}

.head-boxab {
  margin-bottom: 14px;
}

.sub-copy {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.71;
  font-size: 35px;
}

.text-box {
  padding-bottom: 100px;
  text-align: center;
  line-height: 2.12;
}

.copy-img {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  max-width: 650px;
}

.logo-img {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  max-width: 723px;
}

.dl-wap {
  width: 14.4%;
  position: absolute;
  right: -2%;
  bottom: 50px;
}

.r-copy {
  margin-bottom: 30px;
  line-height: 1;
  color: #B7193F;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.r-copy.ex {
  margin-top: 45px;
}

.r-copy2 {
  margin-bottom: 20px;
  line-height: 1;
  color: #B7193F;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
}

.maru-img {
  margin-top: 42px;
  padding-bottom: 85px;
}

.cam-box {
  padding-bottom: 60px;
  line-height: 2.12;
  text-align: left;
}
.cam-box .img {
  margin-bottom: 15px;
}

.note-tex {
  font-size: 12px;
}

.dl-box {
  /*border-bottom: 1px solid #231815;*/
  margin-bottom: 6px;
  padding-bottom: 20px;
  text-align: center;
}
.dl-box dl {
  padding-bottom: 45px;
  border-bottom: 2px solid #B7193F;
  margin-bottom: 0px;
  padding-top: 40px;
}
.dl-box dl:nth-child(odd) {
  background: #FBF3F5;
}
.dl-box dl:first-child {
  border-top: 2px solid #B7193F;
}
.dl-box dl dt {
  padding-bottom: 25px;
}
.dl-box dl dt .ttl-text {
  line-height: 1;
  font-weight: 500;
  font-size: 27px;
  color: #B7193F;
}
.dl-box dl dt .ttl-text > span {
  display: block;
  font-size: 19px;
  margin-top: 20px;
}

.new-bnr.ex {
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .main-img {
    padding-top: 22vw;
    padding-bottom: 22vw;
    background: url(/100th/images/about/bg.jpg) no-repeat center center/cover;
  }
  .main-img .copy-text {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .sec-box {
    padding-top: 3.65vw;
  }
  .head-boxab {
    position: relative;
  }
  .textsliderbox {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .textsliderbox p {
    font-size: 9vw;
    line-height: 1;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0;
  }
  .textsliderbox img {
    max-height: 16vw;
    width: auto;
    display: block;
    vertical-align: bottom;
  }
  .textsliderbox.ex .d-demo__item {
    width: 233.3333333333vw;
  }
  .textsliderbox.ex p {
    padding-left: 12%;
    padding-right: 12%;
  }
  .textsliderbox.ex2 .d-demo__item {
    width: 333.3333333333vw;
  }
  .textsliderbox.ex2 p {
    padding-left: 16%;
    padding-right: 16%;
  }
  .h-copy-text {
    z-index: 3;
    font-size: 3.33vw;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .d-demo__item {
    width: 200vw;
  }
  .d-demo__item > img {
    width: 100%;
  }
  .head-boxab {
    margin-bottom: 3vw;
  }
  .sub-copy {
    margin-bottom: 7.2vw;
    text-align: center;
    line-height: 1.71;
    font-size: 3.65vw;
  }
  .text-box {
    padding-bottom: 8.3vw;
    text-align: center;
    line-height: 2.12;
  }
  .copy-img {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.4vw;
    max-width: none;
  }
  .logo-img {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.65vw;
    max-width: none;
  }
  .dl-wap {
    width: 25%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7vw;
  }
  .r-copy {
    margin-bottom: 2.6vw;
    font-size: 3.33vw;
    letter-spacing: 0.1em;
  }
  .r-copy.ex {
    margin-top: 2vw;
  }
  .r-copy2 {
    margin-bottom: 3.3vw;
    line-height: 1;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
  }
  .maru-img {
    margin-top: 5.5vw;
    padding-bottom: 7.9vw;
  }
  .cam-box {
    padding-bottom: 6vw;
    line-height: 2.12;
  }
  .cam-box .img {
    margin-bottom: 1vw;
  }
  .note-tex {
    font-size: 2.3vw;
  }
  .dl-box {
    margin-bottom: 0vw;
    padding-bottom: 4vw;
    text-align: center;
  }
  .dl-box dl {
    padding-bottom: 3.75vw;
    padding-top: 4.7vw;
  }
  .dl-box dl dt {
    padding-bottom: 2.6vw;
  }
  .dl-box dl dt .ttl-text {
    line-height: 1;
    font-weight: 500;
    font-size: 3.9vw;
  }
  .dl-box dl dt .ttl-text > span {
    display: block;
    font-size: 2.3vw;
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 900px) {
  .news-ttlimg {
    width: 12%;
    margin-bottom: 4.5vw;
    padding-top: 4vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .pc-inline {
    display: none;
  }
}
.case-box {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  margin-top: 50px;
}
.case-box .case-title {
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.case-box .case-text {
  font-size: 18px;
}
.case-box .case-text2 {
  font-size: 14px;
}
.case-box .case-bnr {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.case-box .bnr-text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1;
  color: #B7193F;
}

@media only screen and (max-width: 900px) {
  .case-box {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    margin-top: 4vw;
  }
  .case-box .case-title {
    font-size: 2.6vw;
    font-weight: 700;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 4.6vw;
  }
  .case-box .case-text {
    font-size: 3vw;
  }
  .case-box .case-text2 {
    font-size: 2.7vw;
  }
  .case-box .case-bnr {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  .case-box .bnr-text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.3vw;
    margin-bottom: 3vw;
    line-height: 1;
  }
}
.f-list {
  padding-top: 0px;
  padding-bottom: 60px;
}
.f-list li {
  font-size: 31px;
  line-height: 1.96;
}
.f-list li span {
  color: #b7193f;
}

@media only screen and (max-width: 900px) {
  .f-list {
    padding-top: 1vw;
    padding-bottom: 6vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .f-list li {
    font-size: 3vw;
    line-height: 1.96;
  }
  .f-list li span {
    color: #b7193f;
  }
}
.gal-box {
  margin-top: 70px;
  padding-bottom: 20px;
}
.gal-box .gal-ttl {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 23px;
  color: #B7193F;
}
.gal-box .gal-ttl .shita-img {
  display: inline-block;
  width: 25px;
  vertical-align: middle;
}
.gal-box .gal-ttl .shita-img img {
  display: block;
}
.gal-box .gal-ttl .text {
  display: inline-block;
  vertical-align: middle;
}
.gal-box .gal-text {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 900px) {
  .gal-box {
    margin-top: 6vw;
  }
  .gal-box .gal-ttl {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 2.8vw;
  }
  .gal-box .gal-ttl .shita-img {
    display: inline-block;
    width: 2.5vw;
    vertical-align: middle;
  }
  .gal-box .gal-ttl .text {
    display: inline-block;
    vertical-align: middle;
  }
  .gal-box .gal-text {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2.3vw;
  }
}
.menu-link-2 a {
  background: #AF1C3B;
  color: #fff !important;
}
/*# sourceMappingURL=about.css.map */