/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* intro 
  ---------------------------------------------------------------------- */
  .intro {
    padding: 0 0 3.5rem;
  }
  .intro .mainw {
    max-width: 1240px;
  }
  .intro-ttl {
    margin-bottom: 3.7rem;
  }
  .intro__btn {
    font-size: 2.3rem;
    width: 100%;
    letter-spacing: 0.05em;
    padding: 0.5782em 0.5782em 0.5782em 1.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    max-width: 477px;
    height: 100%;
    margin: 0 auto;
    line-height: 1.4;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: url(../../images/corporation/icon_building.svg) no-repeat center left 18px;
    background-size: 26px 29px;
    background-color: #006837;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .intro__btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .intro__btn:hover::after {
    right: 17px;
  }
  /* chosen 
  ---------------------------------------------------------------------- */
  .chosen {
    padding: 6rem 0 0;
    position: relative;
    margin-bottom: 5rem;
  }
  .chosen .ctitle {
    margin-bottom: 5.5rem;
  }
  .chosen__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    margin-bottom: 14rem;
    position: relative;
  }
  .chosen__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .chosen__item:nth-of-type(even) .chosen__body {
    padding: 10px 0 0 14px;
  }
  .chosen__item:last-of-type {
    margin-bottom: 0;
  }
  .chosen__item::after {
    content: "";
    display: block;
    width: 100vw;
    height: 200px;
    position: absolute;
    left: calc(50% - 50vw);
    z-index: -1;
    bottom: -40px;
    background: url(../../images/bg_deco01.png);
  }
  .chosen__img {
    width: 62.5%;
    height: 500px;
  }
  .chosen__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .chosen__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 460px;
    padding: 25px 10px 0 0;
  }
  .chosen__no {
    color: #243353;
    font-size: 4.2rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .chosen__no span {
    font-size: 1.19em;
    margin-left: 10px;
  }
  .chosen__ttl {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.55;
    max-width: 410px;
  }
  /* nearby 
  ---------------------------------------------------------------------- */
  .nearby {
    padding: 10rem 0 0;
  }
  .nearby .ctitle {
    margin-bottom: 5.5rem;
  }
  .nearby__img {
    margin-bottom: 2rem;
  }
  .nearby__facilities {
    margin-bottom: 3.8rem;
  }
  .nearby__facility-ttl {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.61;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .nearby__others-ttl {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #006837;
  }
  .nearby__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.9;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1000px) {
  /* intro 
  ---------------------------------------------------------------------- */
  .intro {
    padding: 0 0 3.5rem;
  }
  .intro .mainw {
    max-width: 1240px;
  }
  .intro-ttl {
    margin-bottom: 3.7rem;
  }
  .intro__btn {
    font-size: 2.3rem;
    width: 100%;
    letter-spacing: 0.05em;
    padding: 0.5782em 0.5782em 0.5782em 1.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    max-width: 477px;
    height: 100%;
    margin: 0 auto;
    line-height: 1.4;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: url(../../images/corporation/icon_building.svg) no-repeat center left 18px;
    background-size: 26px 29px;
    background-color: #006837;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .intro__btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .intro__btn:hover::after {
    right: 17px;
  }
  /* chosen 
  ---------------------------------------------------------------------- */
  .chosen {
    padding: 6rem 0 0;
    position: relative;
    margin-bottom: 5rem;
  }
  .chosen .ctitle {
    margin-bottom: 5.5rem;
  }
  .chosen__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    margin-bottom: 14rem;
    padding-bottom: 5rem;
    position: relative;
  }
  .chosen__item:last-of-type {
    margin-bottom: 0;
  }
  .chosen__item::after {
    content: "";
    display: block;
    width: 100vw;
    height: 30rem;
    position: absolute;
    left: calc(50% - 50vw);
    z-index: -1;
    bottom: -4rem;
    background: url(../../images/bg_deco01.png);
  }
  .chosen__img {
    aspect-ratio: 3/2;
  }
  .chosen__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .chosen__no {
    color: #243353;
    font-size: 4.8rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .chosen__no span {
    font-size: 1.19em;
    margin-left: 10px;
  }
  .chosen__ttl {
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.55;
  }
  /* nearby 
  ---------------------------------------------------------------------- */
  .nearby {
    padding: 10rem 0 0;
  }
  .nearby .ctitle {
    margin-bottom: 5.5rem;
  }
  .nearby__img {
    aspect-ratio: 3/2;
  }
  .nearby__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nearby__img {
    margin-bottom: 2rem;
  }
  .nearby__facilities {
    margin-bottom: 5rem;
  }
  .nearby__facility-ttl {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.61;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 3rem;
  }
  .nearby__others-ttl {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #006837;
    margin-bottom: 1rem;
  }
  .nearby__list {
    line-height: 1.9;
  }
  .nearby__list li {
    margin-bottom: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */