.about__text {
  width: 100%;
  display: flex;
  padding: 55px 60px;
  align-items: flex-end; }
  .about__text.bg-001 {
    background-image: url("../images/ab04.png");
    background-position: right 90% top 15px;
    background-repeat: no-repeat; }
    @media (max-width: 1600px) {
      .about__text.bg-001 {
        background-position: left 15px top 15px; } }
  .about__text .container {
    align-items: center;
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 1200px) {
    .about__text {
      padding: 55px 30px; } }
  @media (max-width: 1024px) {
    .about__text {
      flex-wrap: wrap; } }
  @media (max-width: 640px) {
    .about__text {
      padding: 55px 0px; } }

.textBox {
  width: 50%;
  padding: 0 50px;
  flex-shrink: 0;
  flex-grow: 0; }
  .textBox h3 {
    font-size: 1.25em;
    font-weight: 400;
    color: #704310;
    letter-spacing: 0.05em; }
    .textBox h3.black {
      color: #2d2d2d; }
    .textBox h3.mobile {
      display: none; }
  .textBox p {
    color: #333333;
    font-size: 0.95em;
    letter-spacing: 0.01em;
    padding: 20px 0;
    line-height: 1.6; }
    .textBox p img {
      max-width: 100%;
      width: 100%; }
    .textBox p.ta-justify {
      text-align: justify; }
    .textBox p.mobile {
      display: none; }
  .textBox.pd-no {
    padding: 0; }
  .textBox.pd-small {
    padding: 0 30px 0 50px; }
  .textBox.pd-large {
    padding-left: 110px; }
  @media (max-width: 1366px) {
    .textBox.pd-large {
      padding-left: 80px; }
    .textBox p.pc {
      display: none; }
    .textBox p.mobile {
      display: block; } }
  @media (max-width: 1200px) {
    .textBox {
      padding: 0 30px; }
      .textBox.pd-large {
        padding-left: 60px; } }
  @media (max-width: 1024px) {
    .textBox {
      width: 100%; }
      .textBox.pd-small {
        padding: 0 30px 0 30px; }
      .textBox p.pc {
        display: block; }
      .textBox p.mobile {
        display: none; } }
  @media (max-width: 854px) {
    .textBox {
      padding: 0; }
      .textBox.pd-large {
        padding-left: 30px;
        padding-right: 30px; }
      .textBox.pd-small {
        padding: 0; } }
  @media (max-width: 640px) {
    .textBox.pd-no {
      padding: 0 30px; }
    .textBox p.pc {
      display: none; }
    .textBox p.mobile {
      display: block; }
    .textBox h3.pc {
      display: none; }
    .textBox h3.mobile {
      display: block; } }

.about__img {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex; }
  .about__img--right {
    justify-content: flex-end;
    width: 100%;
    padding: 75px 60px;
    background-image: url("../images/ab05.png");
    background-position: right center; }
    .about__img--right p {
      font-size: 1.25em;
      font-weight: 400;
      color: #f8e0da;
      letter-spacing: 0.06em; }
      .about__img--right p.mobile {
        display: none; }
    @media (max-width: 640px) {
      .about__img--right {
        padding: 75px 30px; }
        .about__img--right p.pc {
          display: none; }
        .about__img--right p.mobile {
          display: block; } }
  .about__img--left {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 75px 50px 75px 110px;
    background-image: url("../images/ab06.png");
    background-position: right center;
    flex-direction: column; }
    .about__img--left p {
      font-size: 1.25em;
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0.06em; }
      .about__img--left p.mobile {
        display: none; }
    .about__img--left span {
      font-size: 1em;
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0.06em;
      margin-top: 20px; }
      .about__img--left span.mobile {
        display: none; }
    @media (max-width: 1200px) {
      .about__img--left {
        padding: 75px 50px 75px 60px; } }
    @media (max-width: 640px) {
      .about__img--left {
        padding: 75px 30px; }
        .about__img--left p.pc, .about__img--left span.pc {
          display: none; }
        .about__img--left p.mobile, .about__img--left span.mobile {
          display: block; } }
  .about__img--box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .about__img--box .img {
      width: calc(33.3% - 8px);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      padding-bottom: 25%; }
      .about__img--box .img img {
        display: none; }
      .about__img--box .img--top {
        background-image: url("../images/ab09.png"); }
      .about__img--box .img--center {
        background-image: url("../images/ab07.png"); }
      .about__img--box .img--bottom {
        background-image: url("../images/ab08.png"); }
    @media (max-width: 640px) {
      .about__img--box {
        flex-wrap: wrap; }
        .about__img--box .img {
          width: 100%;
          padding-bottom: 60%;
          margin-bottom: 20px; }
          .about__img--box .img--center {
            background-position: center top; } }

/*# sourceMappingURL=about.css.map */
