/* Scss Document */
/* Scss Document */
@media (min-width: 981px) {

  .eisapo_about .movie {
    width: 100%;
    margin-bottom: 70px;
  }
  .eisapo_about .movie img {
    max-width: 100%;
  }
  .eisapo_about #lead {
    text-align: center;
    margin-bottom: 85px;
  }
  .eisapo_about #about {
    margin-bottom: 100px;
  }
  .eisapo_about #about .inner {
    position: relative;
    text-align: center;
    border: 4px solid #54a734;
    border-radius: 6px;
    background-color: #fff;
    padding: 50px 40px 40px;
  }
  .eisapo_about #about .inner:before {
    position: absolute;
    content: '';
    display: block;
    width: 250px;
    height: 4px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background: url("../img/common/bg_beige.jpg") repeat-x;
  }
  .eisapo_about #about .about_ttl {
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .eisapo_about #about .desc {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .075em;
    margin-bottom: 0;
  }
  .eisapo_about #member {
    padding: 100px 0;
  }
  .eisapo_about #member .member_ttl {
    text-align: center;
    margin-bottom: 55px;
  }
  .eisapo_about #member .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eisapo_about #member .item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eisapo_about #member .item .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #54a734;
    letter-spacing: .125em;
    margin-bottom: 15px;
  }
  .eisapo_about #member .item .image {
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin: 0 auto 20px;
  }
  .eisapo_about #member .item .image img {
    width: 100%;
  }
  .eisapo_about #member .item .desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .125em;
    margin-bottom: 0;
  }
  .eisapo_about #possible {
    padding: 120px 0 180px;
  }
  .eisapo_about #possible .member_ttl {
    text-align: center;
    margin-bottom: 85px;
  }
  .eisapo_about #possible .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eisapo_about #possible .item {
    position: relative;
  }
  .eisapo_about #possible .item:after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 20px;
    width: 60px;
    height: 60px;
  }
  .eisapo_about #possible .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 300px;
    border-radius: 6px;
    padding: 45px 35px 30px;
  }
  .eisapo_about #possible .item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 35px;
  }
  .eisapo_about #possible .item .image img {
    max-width: 100%;
  }
  .eisapo_about #possible .item .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #54a734;
    letter-spacing: .125em;
    margin-bottom: 13px;
  }
  .eisapo_about #possible .item .desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .125em;
    margin-bottom: 0;
  }
  .eisapo_about #possible .item.item1:after {
    background: url("../img/about/about_possible_num1.svg") center center/100% no-repeat;
  }
  .eisapo_about #possible .item.item2:after {
    background: url("../img/about/about_possible_num2.svg") center center/100% no-repeat;
  }
  .eisapo_about #possible .item.item3:after {
    background: url("../img/about/about_possible_num3.svg") center center/100% no-repeat;
  }
}
@media (max-width: 980px) {
  .eisapo_about {
    padding-top: 30px;
  }
  .eisapo_about .movie .inner {
    width: 100%;
  }
  .eisapo_about #lead {
    padding: 50px 0 65px;
    text-align: center;
  }
  .eisapo_about #lead .page_ttl {
    text-align: center;
  }
  .eisapo_about #about {
    margin-bottom: 50px;
  }
  .eisapo_about #about .inner {
    position: relative;
    border: 2px solid #54a734;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px 18px;
  }
  .eisapo_about #about .inner:before {
    position: absolute;
    content: '';
    display: block;
    width: 134px;
    height: 2px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background: url("../img/common/bg_beige.jpg") repeat-x;
  }
  .eisapo_about #about .about_ttl {
    position: absolute;
    width: 124px;
    top: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .eisapo_about #about .desc {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .075em;
    margin-bottom: 0;
  }
  .eisapo_about #member {
    padding: 40px 0;
  }
  .eisapo_about #member .member_ttl {
    width: 73.38462%;
    max-width: 477px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .eisapo_about #member .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eisapo_about #member .item {
    width: 46.15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .eisapo_about #member .item .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #54a734;
    letter-spacing: .125em;
    margin-bottom: 15px;
  }
  .eisapo_about #member .item .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin: 0 auto 20px;
  }
  .eisapo_about #member .item .desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .125em;
    margin-bottom: 0;
  }
  .eisapo_about #possible {
    padding: 50px 0 60px;
  }
  .eisapo_about #possible .inner {
    width: 76%;
  }
  .eisapo_about #possible .member_ttl {
    width: 72.61538%;
    max-width: 472px;
    margin: 0 auto 60px;
  }
  .eisapo_about #possible .item {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
  .eisapo_about #possible .item:last-child {
    margin-bottom: 0;
  }
  .eisapo_about #possible .item:after {
    content: '';
    display: block;
    position: absolute;
    top: -23px;
    left: 10px;
    width: 45px;
    height: 45px;
  }
  .eisapo_about #possible .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    border-radius: 6px;
    padding: 40px 23px 25px;
  }
  .eisapo_about #possible .item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    width: 58.46154%;
    max-width: 380px;
    margin: 0 auto 25px;
  }
  .eisapo_about #possible .item .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #54a734;
    line-height: 1.53333;
    letter-spacing: .125em;
    margin-bottom: 13px;
  }
  .eisapo_about #possible .item .desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .125em;
    margin-bottom: 0;
  }
  .eisapo_about #possible .item.item1:after {
    background: url("../img/about/about_possible_num1.svg") center center/100% no-repeat;
  }
  .eisapo_about #possible .item.item2:after {
    background: url("../img/about/about_possible_num2.svg") center center/100% no-repeat;
  }
  .eisapo_about #possible .item.item3:after {
    background: url("../img/about/about_possible_num3.svg") center center/100% no-repeat;
  }
}
