@media all and (min-width: 751px) {
  body.about #title {
    background-image: url(../images/about/title-bg.jpg);
  }
  /* INDEX */
  #about-index .greet-box {
    position: relative;
  }
  #about-index .greet-box .visual-box {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  #about-index .greet-box .visual-box .image {
    display: block;
    width: 766px;
    position: relative;
    margin-bottom: 0;
  }
  #about-index .greet-box .visual-box .image:before {
    content: "";
    display: block;
    width: 340px;
    height: 100%;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.9) 40px, rgba(255, 255, 255, 0.6) 100px, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  #about-index .greet-box .visual-box .image img {
    vertical-align: middle;
  }
  #about-index .greet-box .visual-box .text-box {
    padding: 47px 0 0 0;
    flex: 1;
    box-sizing: border-box;
    color: #151c53;
  }
  #about-index .greet-box .visual-box .text-box .vertical-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 35px;
    margin-bottom: 48px;
  }
  #about-index .greet-box .visual-box .text-box .vertical-area .title {
    margin-bottom: 0;
  }
  #about-index .greet-box .visual-box .text-box .vertical-area .name {
    padding: 120px 46px 0 0;
    margin-bottom: 0;
  }
  #about-index .greet-box .visual-box .text-box .en-name {
    font-family: "Source Serif 4", serif;
    font-size: 250%; /* 40px */
    padding-left: 16px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 750px) {
  body.about #title {
    background-image: url(../images/about/title-bg_sp.jpg);
  }
  /* INDEX */
  #about-index .greet-box .visual-box {
    margin: 0 -20px 30px;
    position: relative;
  }
  #about-index .greet-box .visual-box .image {
    display: block;
    width: 80%;
    height: 240px;
    position: relative;
    margin-bottom: 0;
  }
  #about-index .greet-box .visual-box .image:before {
    content: "";
    display: block;
    width: 170px;
    height: 100%;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.9) 40px, rgba(255, 255, 255, 0.6) 100px, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  #about-index .greet-box .visual-box .image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    object-position: center top;
  }
  #about-index .greet-box .visual-box .text-box {
    color: #151c53;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
  }
  #about-index .greet-box .visual-box .text-box .vertical-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #about-index .greet-box .visual-box .text-box .vertical-area .title {
    width: 96px;
    margin-bottom: 0;
  }
  #about-index .greet-box .visual-box .text-box .vertical-area .name {
    padding: 76px 20px 0 0;
    margin-bottom: 0;
  }
  #about-index .greet-box .visual-box .text-box .vertical-area .name img {
    width: 20px;
  }
  #about-index .greet-box .visual-box .text-box .en-name {
    display: none;
    font-family: "Source Serif 4", serif;
    font-size: 187.5%; /* 30px */
    padding-left: 16px;
    line-height: 1.2;
  }
}

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