/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* intro 
  ---------------------------------------------------------------------- */
  .intro {
    padding: 0 0 3.5rem;
  }
  .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;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access {
    padding: 10rem 0 9rem;
  }
  .access .ctitle {
    margin-bottom: 5.5rem;
  }
  .access__body {
    padding: 10rem 0 10rem;
    background: url(../../images/corporation/bg_access.png) no-repeat;
    background-size: auto 100%;
    background-position: 52% 0;
    background-color: #EFEEE8;
    margin-bottom: 1.9rem;
  }
  .access__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    max-width: 1435px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .access__ttl {
    font-size: 2.6rem;
    line-height: 1.92;
    letter-spacing: 0.08em;
    text-align: center;
    font-weight: 600;
  }
  .access__ttl span {
    padding: 0 3px;
    margin: 0 -3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #C7B299), to(#C7B299));
    background: linear-gradient(to bottom, transparent 70%, #C7B299 70%, #C7B299 100%);
  }
  .access__dl {
    margin-bottom: 2.3rem;
  }
  .access__item {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    margin-bottom: 1.1rem;
    letter-spacing: 0;
  }
  .access__item dd {
    color: #A33E3B;
  }
  .access__link {
    line-height: 1.75;
    font-size: 2.2rem;
    letter-spacing: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: relative;
    -webkit-transition: gap 0.3s;
    transition: gap 0.3s;
  }
  .access__link:hover {
    gap: 28px;
  }
  .access__link::after {
    content: "";
    display: block;
    width: 2.273em;
    height: 2.273em;
    background: url(../../images/corporation/icon_arrow.svg) no-repeat center;
    background-size: contain;
  }
  .access__area-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 1rem 10px;
  }
  .access__area-ttl span {
    display: block;
    width: 1.75em;
  }
  .access__area-list {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
  /* perfect
  ---------------------------------------------------------------------- */
  .perfect {
    padding: 10rem 0 6rem;
    position: relative;
  }
  .perfect::after {
    content: "";
    display: block;
    width: 100%;
    top: 43rem;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    background: url(../../images/bg_deco04.png);
  }
  .perfect .ctitle {
    margin-bottom: 5.5rem;
  }
  .perfect__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 7.5rem;
  }
  .perfect__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;
    row-gap: 6.5rem;
    margin: 0 auto;
  }
  .perfect__list li {
    width: 32%;
  }
  .perfect__catch {
    font-size: min(3rem, 2.6vw);
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: center;
  }
  .perfect__catch span {
    display: block;
    font-size: 0.667em;
    font-weight: 600;
  }
  .perfect__catch.perfect__catch--small {
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  /* corporation-other 
  ---------------------------------------------------------------------- */
  .corporation-other {
    padding: 19rem 0 0;
    position: relative;
    margin-bottom: 5rem;
  }
  .corporation-other::after {
    content: "";
    display: block;
    width: 100vw;
    height: 200px;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -40px;
    background: url(../../images/bg_deco01.png);
  }
  .corporation-other .ctitle {
    margin-bottom: 5.5rem;
  }
  .corporation-other .cphone-block__item dt {
    padding: 0.225em;
    margin-bottom: 0.6rem;
  }
  .corporation-other .cphone-block__item dd {
    font-size: 3.6rem;
    gap: 14px;
  }
  .corporation-other .cphone-block__item dd:before {
    width: 0.806em;
    height: 0.861em;
    background-image: url(../../images/icon_tel_g.svg);
  }
  .corporation-other__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
  }
  .corporation-other__img {
    width: 62.5%;
    height: 500px;
  }
  .corporation-other__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .corporation-other__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 460px;
    padding: 35px 0 0 20px;
  }
  .corporation-other__txt {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.55;
  }
  #agreements .corporation-other__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #agreements .corporation-other__body {
    padding-left: 0;
    padding-right: 20px;
  }
  #agreements .corporation-other__txt {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 1000px) {
  /* intro 
  ---------------------------------------------------------------------- */
  .intro {
    padding: 0 0 3.5rem;
  }
  .intro-ttl {
    margin-bottom: 3.7rem;
  }
  .intro__btn {
    font-size: 2.8rem;
    line-height: 1.5;
    padding: 0.438em 0.8em;
    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%;
    height: 100%;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: url(../../images/corporation/icon_building.svg) no-repeat center left 18px;
    background-size: 0.929em 1.036em;
    background-color: #006837;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .intro__btn::after {
    content: "";
    width: 0.438em;
    height: 0.438em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .intro__btn:hover::after {
    right: 17px;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access {
    padding: 10rem 0 9rem;
  }
  .access .ctitle {
    margin-bottom: 5.5rem;
  }
  .access__body {
    padding: 10rem 0 80rem;
    background: url(../../images/corporation/bg_access_sp.png) no-repeat;
    background-size: 90% auto;
    background-position: 50% 140%;
    background-color: #EFEEE8;
    margin-bottom: 1.9rem;
  }
  .access__inr {
    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: 0 auto;
  }
  .access__ttl {
    font-size: 3.6rem;
    line-height: 1.92;
    letter-spacing: 0.08em;
    text-align: center;
    font-weight: 600;
  }
  .access__ttl span {
    padding: 0 3px;
    margin: 0 -3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #C7B299), to(#C7B299));
    background: linear-gradient(to bottom, transparent 70%, #C7B299 70%, #C7B299 100%);
  }
  .access__dl {
    margin-bottom: 2.3rem;
  }
  .access__item {
    font-size: 3.3rem;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    margin-bottom: 1.1rem;
    letter-spacing: 0;
  }
  .access__item dd {
    color: #A33E3B;
  }
  .access__link {
    line-height: 1.75;
    font-size: 3.3rem;
    letter-spacing: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: relative;
    -webkit-transition: gap 0.3s;
    transition: gap 0.3s;
  }
  .access__link:hover {
    gap: 28px;
  }
  .access__link::after {
    content: "";
    display: block;
    width: 2.273em;
    height: 2.273em;
    background: url(../../images/corporation/icon_arrow.svg) no-repeat center;
    background-size: contain;
  }
  .access__area-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 3.3rem;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 1rem 10px;
  }
  .access__area-ttl span {
    display: block;
    width: 1.75em;
  }
  .access__area-list {
    font-size: 3.3rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
  /* perfect
  ---------------------------------------------------------------------- */
  .perfect {
    padding: 10rem 0 6rem;
    position: relative;
  }
  .perfect::after {
    content: "";
    display: block;
    width: 100%;
    top: 85vw;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    background: url(../../images/bg_deco04.png);
  }
  .perfect .ctitle {
    margin-bottom: 5.5rem;
  }
  .perfect__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 7.5rem;
  }
  .perfect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8rem;
    margin: 0 auto;
  }
  .perfect__catch {
    font-size: 4.8rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: center;
  }
  .perfect__catch span {
    display: block;
    font-size: 0.667em;
    font-weight: 600;
  }
  .perfect__catch.perfect__catch--small {
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  /* corporation-other 
  ---------------------------------------------------------------------- */
  .corporation-other {
    padding: 10rem 0 5rem;
    position: relative;
    margin-bottom: 5rem;
  }
  .corporation-other::after {
    content: "";
    display: block;
    width: 100vw;
    height: 30rem;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -4rem;
    background: url(../../images/bg_deco01.png);
  }
  .corporation-other .ctitle {
    margin-bottom: 6rem;
  }
  .corporation-other .cphone-block__item dt {
    padding: 0.225em;
    margin-bottom: 0.6rem;
  }
  .corporation-other .cphone-block__item dd {
    font-size: 4.8rem;
  }
  .corporation-other .cphone-block__item dd:before {
    width: 0.806em;
    height: 0.861em;
    background-image: url(../../images/icon_tel_g.svg);
  }
  .corporation-other__wrap {
    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;
  }
  .corporation-other__img {
    aspect-ratio: 3/2;
  }
  .corporation-other__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .corporation-other__txt {
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.55;
  }
  #agreements .corporation-other__txt {
    margin-bottom: 2.6rem;
  }
}/*# sourceMappingURL=style.css.map */