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

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

.aboutArea {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .aboutArea__map {
    left: 50%;
    position: absolute;
    top: 106px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
}

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

@media print, screen and (min-width: 736px) {
  .aboutArea__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 115px 0 96px;
    row-gap: 510px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .aboutArea__item:nth-child(1) {
    width: 100%;
  }
}

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

@media screen and (max-width: 736px) {
  .aboutArea__item .aboutCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(28 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 736px) {
  .aboutArea__item .aboutCard__visual {
    width: calc(90 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .aboutArea__item .aboutCard__desc {
    text-align: center;
  }
}

@media screen and (max-width: 736px) {
  .aboutArea__item .aboutCard__desc {
    width: calc(100% - (118 / 390 * 100vw));
  }
}

@media screen and (max-width: 736px) {
  .aboutArea__item .aboutCard__desc .heading .small {
    display: block;
    font-size: calc(12 / 390 * 100vw);
    line-height: 1;
    margin-bottom: calc(16 / 390 * 100vw);
  }
}

.mixedSect__intro {
  width: calc(100vw - var(--scrollbar));
  background-color: #ffffff;
  display: grid;
  position: relative;
}

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

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

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

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

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

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

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

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

.mixedSect__head {
  position: relative;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .mixedSect__cont .txt {
    margin-right: -64px;
    width: 278px;
  }
}

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

.mixedSect__bottom {
  width: 100%;
}

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

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

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

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

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

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

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

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

.projectSect__head {
  position: relative;
}

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

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

@media print, screen and (min-width: 736px) {
  .projectSect__head .sectHeadGroup .svgTtl {
    left: 88px;
    top: -110px;
    width: 434px;
  }
}

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

.projectSect__head .heading .kana {
  display: inline-block;
  position: relative;
}

.projectSect__head .heading .kana:before {
  content: '';
  display: block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.projectSect__head .heading .kana.manabi:before {
  content: 'まなび';
}

.projectSect__head .heading .kana.mori:before {
  content: 'もり';
}

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

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

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

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

.projectSect__bottom {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.themeSect__head {
  position: relative;
}

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

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

@media print, screen and (min-width: 736px) {
  .themeSect__head .sectHeadGroup .svgTtl {
    left: 37px;
    top: -64px;
    width: 434px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .themeSect__cont .photo:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .themeSect__cont .photo:nth-child(2) {
    display: none;
  }
}

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

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

@media print, screen and (min-width: 736px) {
  .themeSect__bottom .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

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

.themeSect__bottom .subSect__heading {
  background: -webkit-gradient(linear, left top, right top, from(rgba(206, 217, 212, 0)), color-stop(30%, #5d867a), color-stop(70%, #5d867a), to(rgba(206, 217, 212, 0)));
  background: linear-gradient(90deg, rgba(206, 217, 212, 0) 0%, #5d867a 30%, #5d867a 70%, rgba(206, 217, 212, 0) 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .themeSect__bottom .subSect__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 20px;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 30px;
  }
}

@media screen and (max-width: 736px) {
  .themeSect__bottom .subSect__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(20 / 390 * 100vw);
    gap: calc(16 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
}

.themeSect__bottom .subSect__heading .small {
  display: block;
  line-height: 1;
  width: 100%;
}

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

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

.themeSect__bottom .subSect__heading .en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .themeSect__bottom .subSect__heading .en {
    font-size: 30px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .themeSect__bottom .subSect__cont {
    text-align: center;
  }
}

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

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

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

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

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

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

.visionSect__head {
  position: relative;
}

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

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

@media print, screen and (min-width: 736px) {
  .visionSect__head .sectHeadGroup .svgTtl {
    left: 48px;
    top: -83px;
    width: 408px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .visionSect__cont {
    display: grid;
    gap: 40px 48px;
    grid-template-columns: 1fr .63888888888fr;
    margin: 0 auto;
    width: 992px;
  }
  .visionSect__cont > * {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.visionSect__card {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .visionSect__card {
    grid-row: auto / span 2;
  }
}

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

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

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

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

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

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

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

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

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

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

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