@media all and (min-width: 751px) {
  body.about #title {
    background-image: url(../images/about/title-bg.jpg);
  }
  /* INDEX */
  #about-index #about-greet {
    margin-bottom: 125px;
    overflow-x: clip;
  }
  #about-index #about-greet .greet-box {
    padding-bottom: 10px;
  }
  #about-index #about-greet .greet-box .visual-box {
    height: 465px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
  }
  #about-index #about-greet .greet-box .visual-box .image {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #about-index #about-greet .greet-box .visual-box:after {
    content: "";
    display: block;
    width: 1223px;
    height: 1308px;
    background: url(../images/about/index/greet_bg.png) no-repeat center/contain;
    position: absolute;
    top: -680px;
    right: -700px;
    z-index: -2;
    pointer-events: none;
  }
  #about-index #about-greet .greet-box .visual-box .text-box {
    display: inline-block;
    color: #002d6b;
    text-align: center;
    height: 100%;
    padding-left: 85px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #about-index #about-greet .greet-box .visual-box .text-box .inner-box {
    padding-top: 10px;
  }
  #about-index #about-greet .greet-box .visual-box .text-box .inner-box .en-name {
    font-size: 393.75%; /* 63px */
    font-weight: bold;
    letter-spacing: -0.06em;
    line-height: 1.2;
  }
  #about-index #about-greet .greet-box .visual-box .text-box .inner-box .name-area {
    font-size: 87.5%; /* 14px */
  }
  #about-index #about-greet .greet-box .visual-box .text-box .inner-box .name-area .name {
    font-size: 178.571428%; /* 25px */
    font-weight: bold;
    margin-left: 8px;
  }
  #about-index #about-greet .greet-box .greet-title {
    font-size: 137.5%; /* 22px */
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }
  #about-index #about-greet .greet-box .greet-title:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #f22313;
    position: absolute;
    top: 0;
    left: -33px;
    z-index: 5;
  }
  #about-index #about-greet .greet-box .greet-cnt .text {
    margin-bottom: 48px;
  }
  #about-index #about-greet .greet-box .line-side {
    z-index: 10;
  }
  #about-index #about-history {
    position: relative;
  }
  #about-index #about-history:before {
    content: "";
    display: block;
    width: 911px;
    height: 711px;
    background: url(../images/about/index/history_bg.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 750px) {
  /* INDEX */
  #about-index #about-greet {
    margin-bottom: 55px;
  }
  #about-index #about-greet .greet-box {
    padding-bottom: 10px;
  }
  #about-index #about-greet .greet-box .visual-box {
    height: 240px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }
  #about-index #about-greet .greet-box .visual-box .image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #about-index #about-greet .greet-box .visual-box .image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    object-position: center top;
  }
  #about-index #about-greet .greet-box .visual-box:after {
    content: "";
    display: block;
    width: 275px;
    height: 352px;
    background: url(../images/about/index/greet_bg_sp.png) no-repeat center/contain;
    position: absolute;
    top: -15px;
    right: -25px;
    z-index: -2;
  }
  #about-index #about-greet .greet-box .visual-box .text-box {
    display: flex;
    align-items: flex-end;
    color: #002d6b;
    height: 100%;
    padding: 0 25px 5px;
    box-sizing: border-box;
    text-align: center;
  }
  #about-index #about-greet .greet-box .visual-box .text-box .inner-box {
    padding-top: 10px;
  }
  #about-index #about-greet .greet-box .visual-box .text-box .inner-box .en-name {
    font-size: 214.285714%; /* 30px */
    font-weight: bold;
    letter-spacing: -0.06em;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  #about-index #about-greet .greet-box .visual-box .text-box .inner-box .name-area .name {
    font-size: 142.857142%; /* 20px */
    font-weight: bold;
    margin-left: 8px;
  }
  #about-index #about-greet .greet-box .greet-title {
    font-size: 128.571428%; /* 18px */
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  #about-index #about-greet .greet-box .greet-title:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #f22313;
    position: absolute;
    top: 0;
    left: -33px;
    z-index: 5;
  }
  #about-index #about-greet .greet-box .greet-cnt .text {
    margin-bottom: 35px;
  }
  #about-index #about-history {
    position: relative;
    overflow-x: clip;
  }
  #about-index #about-history:before {
    content: "";
    display: block;
    width: 350px;
    height: 273px;
    background: url(../images/about/index/history_bg-sp.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

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