@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

.communitySect__intro {
  width: calc(100vw - var(--scrollbar));
}

@media print, screen and (min-width: 736px) {
  .communitySect__intro {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .communitySect__intro {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

@media screen and (max-width: 736px) {
  .communitySect__intro {
    margin-left: calc(-32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .communitySect__intro + .communitySect__head {
    margin-top: 140px;
  }
}

@media screen and (max-width: 736px) {
  .communitySect__intro + .communitySect__head {
    margin-top: calc(100 / 390 * 100vw);
  }
}

.communitySect__head {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .communitySect__head + .communitySect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .communitySect__head + .communitySect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .communitySect__head .sectHeadGroup .svgTtl {
    left: 0;
    top: -80px;
    width: 519px;
  }
}

@media screen and (max-width: 736px) {
  .communitySect__head .sectHeadGroup .svgTtl {
    left: calc(-20 / 390 * 100vw);
    top: calc(-93 / 390 * 100vw);
    width: calc(326 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .communitySect__cont, .communitySect__bottom, .communitySect__note {
    margin: 0 auto;
    width: 992px;
  }
}

@media print, screen and (min-width: 736px) {
  .communitySect__cont + .communitySect__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .communitySect__cont + .communitySect__bottom {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.communitySect__cont .descriptionCard__body {
  background-color: #786d4a;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .communitySect__cont .descriptionCard__body {
    padding: 24px 0;
  }
}

@media screen and (max-width: 736px) {
  .communitySect__cont .descriptionCard__body {
    padding: calc(24 / 390 * 100vw) 0;
  }
}

.communitySect__cont .descriptionCard__body .enTtl {
  color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .communitySect__bottom {
    display: grid;
    gap: 16px 64px;
    grid-template-columns: 1fr .65714285714fr;
  }
}

@media print, screen and (min-width: 736px) {
  .communitySect__bottom .usableList {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}

@media screen and (max-width: 736px) {
  .communitySect__bottom .usableList {
    margin: calc(60 / 390 * 100vw) auto 0;
    width: calc(265 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .communitySect__bottom .usableList__inner {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .communitySect__bottom .usableList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(48 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .communitySect__bottom .usableList + .caption {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .communitySect__bottom .txt {
    grid-column: 2 / 3;
  }
}

@media print, screen and (min-width: 736px) {
  .communitySect__note {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .communitySect__note {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.introArea {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .introArea {
    margin: 0 auto;
    width: 996px;
  }
}

@media screen and (max-width: 736px) {
  .introArea {
    margin: 0 calc(-10 / 390 * 100vw);
  }
}

.introArea__note {
  inset: 0;
  position: absolute;
}

.introArea__note .caption {
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .introArea__note .caption:nth-child(1) {
    left: 630px;
    top: 340px;
  }
}

@media screen and (max-width: 736px) {
  .introArea__note .caption:nth-child(1) {
    left: calc(240 / 390 * 100vw);
    top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .introArea__note .caption:nth-child(2) {
    bottom: 37px;
    left: 424px;
  }
}

@media screen and (max-width: 736px) {
  .introArea__note .caption:nth-child(2) {
    left: calc(72 / 390 * 100vw);
    top: calc(100% + (16 / 390 * 100vw));
  }
}

@media print, screen and (min-width: 736px) {
  .introArea__note .caption:nth-child(3) {
    bottom: 37px;
    right: 131px;
  }
}

@media screen and (max-width: 736px) {
  .introArea__note .caption:nth-child(3) {
    right: calc(64 / 390 * 100vw);
    top: calc(100% + (16 / 390 * 100vw));
  }
}

@media print, screen and (min-width: 736px) {
  .programGroup {
    margin: 0 auto;
    width: 994px;
  }
}

@media print, screen and (min-width: 736px) {
  .programGroup__item + .programGroup__item {
    margin-top: 64px;
  }
}

@media screen and (max-width: 736px) {
  .programGroup__item + .programGroup__item {
    margin-top: calc(77 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .programCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .programGroup__item:nth-child(even) .programCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.programCard__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .programCard__head {
    gap: 16px;
    width: 413px;
  }
}

@media screen and (max-width: 736px) {
  .programCard__head {
    gap: calc(16 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .programCard__head + .programCard__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.programCard__head .caption {
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  .programCard__ttl {
    height: 76px;
  }
}

@media screen and (max-width: 736px) {
  .programCard__ttl {
    height: calc(70 / 390 * 100vw);
  }
}

.programCard__ttl .photo {
  height: 100%;
  width: auto;
}

.programCard__ttl .photo__image {
  height: 100%;
  width: auto;
}

.programCard__name {
  line-height: 1.8;
  color: #ffffff;
  width: 100%;
}

.programCard__name:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  width: 0;
}

.programCard__name:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .programCard__name {
    font-size: 20px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 736px) {
  .programCard__name {
    font-size: calc(18 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .programCard__name .small {
    font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  .programCard__name .small {
    font-size: calc(12 / 390 * 100vw);
  }
}

.programGroup__item:nth-child(1) .programCard__name {
  background-color: #779072;
}

.programGroup__item:nth-child(2) .programCard__name {
  background-color: #5b883b;
}

.programGroup__item:nth-child(3) .programCard__name {
  background-color: #8abb91;
}

.programGroup__item:nth-child(4) .programCard__name {
  background-color: #568a7b;
}

.programCard__heading {
  line-height: 1.4;
  color: #251e1c;
  letter-spacing: 0;
}

.programCard__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  width: 0;
}

.programCard__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .programCard__heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .programCard__heading {
    font-size: calc(20 / 390 * 100vw);
  }
}

.programCard__heading sup {
  font-size: 10px;
}

.programCard__logo {
  border-bottom: 2px solid #70bb8f;
  border-top: 2px solid #70bb8f;
}

@media print, screen and (min-width: 736px) {
  .programCard__logo {
    padding: 16px 0;
  }
}

@media screen and (max-width: 736px) {
  .programCard__logo {
    padding: calc(16 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .programCard__cont {
    width: 413px;
  }
}

.programSect__intro {
  width: calc(100vw - var(--scrollbar));
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .programSect__intro {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .programSect__intro {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

@media screen and (max-width: 736px) {
  .programSect__intro {
    margin-left: calc(-32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .programSect__intro {
    gap: 3px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .programSect__intro {
    gap: calc(3 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

.programSect__intro .capIn {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 736px) {
  .programSect__intro + .programSect__head {
    margin-top: 140px;
  }
}

@media screen and (max-width: 736px) {
  .programSect__intro + .programSect__head {
    margin-top: calc(100 / 390 * 100vw);
  }
}

.programSect__head {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .programSect__head + .programSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .programSect__head + .programSect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.programSect__head .txt {
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .programSect__head .txt {
    bottom: 35px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .programSect__head .txt {
    margin-top: calc(-30 / 390 * 100vw);
    position: relative;
  }
}

@media print, screen and (min-width: 736px) {
  .programSect__heading {
    margin: 0 auto;
    width: 888px;
  }
}

@media screen and (max-width: 736px) {
  .programSect__heading {
    margin-right: calc(-32 / 390 * 100vw);
    margin-left: calc(-32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .universitySect__head + .universitySect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .universitySect__head + .universitySect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .universitySect__head .sectHeadGroup .svgTtl {
    left: 0;
    top: -117px;
    width: 543px;
  }
}

@media screen and (max-width: 736px) {
  .universitySect__head .sectHeadGroup .svgTtl {
    left: calc(-30 / 390 * 100vw);
    top: calc(-62 / 390 * 100vw);
    width: calc(250 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .universitySect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 736px) {
  .universitySect__cont .txt {
    width: 264px;
  }
}

.universitySect__figure {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .universitySect__figure {
    width: 784px;
  }
}

@media screen and (max-width: 736px) {
  .universitySect__figure + .txt {
    margin-top: calc(77 / 390 * 100vw);
  }
}

.universitySect__note {
  inset: 0;
  position: absolute;
}

.universitySect__note .capIn {
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .universitySect__note .capIn {
    bottom: 148px;
  }
}

@media screen and (max-width: 736px) {
  .universitySect__note .capIn {
    right: 0;
  }
}

@media print, screen and (min-width: 736px) {
  .universitySect__note .capIn:nth-child(1) {
    right: 433px;
  }
}

@media screen and (max-width: 736px) {
  .universitySect__note .capIn:nth-child(1) {
    top: calc(160 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .universitySect__note .capIn:nth-child(2) {
    right: 13px;
  }
}

@media screen and (max-width: 736px) {
  .universitySect__note .capIn:nth-child(2) {
    bottom: calc(90 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .lifestyle-intro {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 736px) {
  .lifestyle-intro {
    padding: calc(60 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .lifestyle-community {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 736px) {
  .lifestyle-community {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .lifestyle-program {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 736px) {
  .lifestyle-program {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .lifestyle-university {
    padding: 140px 0;
  }
}

@media screen and (max-width: 736px) {
  .lifestyle-university {
    padding: calc(100 / 390 * 100vw) 0;
  }
}
