/* Scss Document */
/* Scss Document */
#sectionMv .sp {
  background-image: url(../images/about/img_sp_about.jpg);
  background-position: top center;
}

#sectionMv .pc {
  background-image: url(../images/about/img_pc_about.jpg);
  background-position: top center;
}

#contents {
  overflow-x: hidden;
}

.secTab {
  text-align: center !important;
}

.secTab span {
  display: block;
}

.secTab .ja {
  font-size: 2.5rem;
  font-weight: bold;
}

.secTab .en {
  font-size: 1.2rem;
  font-weight: bold;
}

#mission {
  z-index: 1;
  max-width: 1600px;
  margin: auto;
  padding: 4rem 0 6rem;
}

#mission .box_wrap {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

#mission .ttl {
  margin-bottom: 2rem;
  max-width: 340px;
  position: relative;
  z-index: 1;
}

#mission h2 {
  color: #8f1d22;
  margin-bottom: 1rem;
  text-indent: -.5em;
  position: relative;
  z-index: 1;
}

#mission .textBox {
  position: relative;
  z-index: 1;
}

#mission .textBox .text:not(:first-child) {
  margin-top: 1rem;
}

#mission .textBox .text .line {
  width: 50px;
  height: 1px;
  background-color: #333;
  margin: 0 .5rem;
  vertical-align: middle;
}

#mission .logo {
  position: absolute;
  z-index: 1;
  width: 18%;
  right: 0;
  top: 6rem;
}

#mission .img {
  width: 280px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 768px) {
  #mission {
    padding: 4rem 0;
  }
  #mission .logo {
    top: 0;
    max-width: 150px;
  }
  #mission .img {
    right: 0;
    left: auto;
    bottom: 3rem;
    width: 280px;
  }
}

@media (min-width: 960px) {
  #mission {
    padding: 4rem 0 8rem;
  }
}

#message {
  position: relative;
  z-index: 0;
  padding: 8rem 0 3rem;
  margin-top: -4rem;
}

#message .secTab {
  color: #FFF;
}

#message .box_wrap {
  z-index: 3;
}

#message::before, #message::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease, -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

#message::before {
  background: #bfab71;
  z-index: 2;
  width: 165vw;
  height: 100%;
  top: 3rem;
  -webkit-transform: translateX(calc(-50% + 145vw)) rotate(0deg);
          transform: translateX(calc(-50% + 145vw)) rotate(0deg);
}

#message::after {
  background: #ece6d4;
  z-index: 1;
  width: 165vw;
  height: 100%;
  top: 4rem;
  -webkit-transform: translateX(calc(-50% - 155vw)) rotate(0deg);
          transform: translateX(calc(-50% - 155vw)) rotate(0deg);
}

#message.is-show::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(-8deg);
          transform: translateX(-50%) rotate(-8deg);
}

@media (min-width: 768px) {
  #message.is-show::before {
    -webkit-transform: translateX(-50%) rotate(-4deg);
            transform: translateX(-50%) rotate(-4deg);
  }
}

#message.is-show::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(8deg);
          transform: translateX(-50%) rotate(8deg);
}

@media (min-width: 768px) {
  #message.is-show::after {
    -webkit-transform: translateX(-50%) rotate(4deg);
            transform: translateX(-50%) rotate(4deg);
  }
}

#message.is-show .maruta {
  opacity: 1;
}

#message .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#message .left {
  max-width: 260px;
  margin: 0 auto 2rem;
}

#message .message {
  margin-bottom: 2rem;
  color: #FFF;
}

#message .pre {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  text-align: right;
}

#message .pre .c {
  display: inline-block;
  text-align: left;
}

#message .pre .name {
  font-size: 1.6rem;
  margin-left: 1em;
}

@media (min-width: 768px) {
  #message .flex {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    grid-gap: 2rem;
  }
}

#company {
  margin: 0 auto 2rem;
  max-width: 1600px;
}

#company .box_wrap {
  padding: 8rem 0 8rem;
}

#company .imgIllTop {
  position: absolute;
  width: 200px;
  top: 14rem;
  right: -2vw;
}

#company .imgIllBottom {
  position: absolute;
  bottom: 0;
  left: -6vw;
  width: 280px;
}

#company .companyInfoTable {
  max-width: 1000px;
  margin: 0 auto 6rem;
}

#company .companyInfoTable .row:not(:first-child) {
  margin-top: 2rem;
}

#company .companyInfoTable .label {
  border: 1px solid #333;
  padding: 0rem 1rem .1rem;
  display: inline-block;
  border-radius: 0.5rem;
}

#company .companyInfoTable .info .text {
  line-height: 1.75;
}

@media (min-width: 768px) {
  #company .imgIllTop {
    width: 300px;
  }
  #company .imgIllBottom {
    width: 400px;
  }
  #company .companyInfoTable .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company .companyInfoTable .row:not(:first-child) {
    margin-top: 0;
  }
  #company .companyInfoTable .row:first-child .label, #company .companyInfoTable .row:first-child .info {
    padding-top: 0;
  }
  #company .companyInfoTable .row:last-child .label, #company .companyInfoTable .row:last-child .info {
    padding-bottom: 0;
  }
  #company .companyInfoTable .row .label {
    border: none;
    min-width: 6em;
    border-right: 1px solid #333;
    border-radius: 0;
    padding: .5rem 0;
  }
  #company .companyInfoTable .row .info {
    padding: .5rem 0 .5rem 2.5rem;
  }
  #company .companyInfoTable .row .info br {
    display: none;
  }
}

#other {
  margin-top: 0;
}
/*# sourceMappingURL=about.css.map */