.blockArea {
  position: relative;
}

.blockArea__bg {
  width: calc(100vw - var(--scrollbar));
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  inset: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .blockArea__bg {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .blockArea__bg {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .blockArea__bg {
    margin-left: -32px;
  }
}

.blockArea__bg:after {
  background: no-repeat center top / 100% 100%;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .blockArea__bg:after {
    background-image: url("../imgs/pc/bg-position-01@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .blockArea__bg:after {
    background-image: url("../imgs/sp/bg-position-01.jpg");
  }
}

.committeeSect__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .committeeSect__head {
    margin: 0 auto;
  }
}

.committeeSect__head .headingCombi .heading {
  border-bottom: 1px solid #66635c;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .committeeSect__head .headingCombi .heading {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .committeeSect__head .headingCombi .heading {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .committeeSect__head + .committeeSect__cont {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .committeeSect__head + .committeeSect__cont {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .committeeSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 157px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .committeeSect__copy {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .committeeSect__copy .headingCombi {
    padding: 0;
  }
}

.committeeSect__copy .headingCombi .heading {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .committeeSect__copy .headingCombi .heading {
    font-size: 16px;
    padding: 0 24px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .committeeSect__copy .headingCombi .heading + .txt {
    letter-spacing: .01em;
  }
}

@media screen and (max-width: 768px) {
  .committeeSect__copy .headingCombi .heading + .txt {
    font-size: 13px;
    letter-spacing: .09em;
    padding: 0 16px;
  }
}

.committeeSect__copy .headingCombi .heading + .txt .caption {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .committeeSect__copy .headingCombi .heading + .txt .caption {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .committeeSect__copy .headingCombi .heading + .txt .caption {
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) {
  .committeeSect__map {
    width: 572px;
  }
}

@media screen and (max-width: 768px) {
  .committeeSect__map {
    margin-left: calc(50% - 50vw);
    margin-top: 40px;
    width: 100vw;
  }
}

.committeeSect__link {
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin-top: 6px;
}

.committeeSect .column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.committeeSect .icon {
  -ms-flex-item-align: center;
      align-self: center;
  aspect-ratio: 1 / 1;
  display: inline-block;
  margin-left: 2px;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .committeeSect .icon {
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .committeeSect .icon {
    width: 12px;
  }
}

.committeeSect .icon .svgIcon {
  stroke: currentColor;
}

.designerSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .designerSect__head {
    width: 998px;
  }
}

@media screen and (min-width: 768px) {
  .designerSect__head + .designerSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head + .designerSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head .enTtl {
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head .heading {
    margin-left: -56px;
    margin-right: -56px;
    text-align: center;
  }
}

.profileBox {
  background-color: rgba(244, 243, 239, 0.9);
  border: 1px solid #ccc9c2;
}

@media screen and (min-width: 768px) {
  .profileBox {
    padding: 80px 100px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox {
    margin: 0 -16px;
    padding: 40px;
  }
}

.profileBox__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .profileBox__head + .profileBox__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__head + .profileBox__cont {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__cont {
    display: grid;
    gap: 0 32px;
    grid-template-columns: .23627075351fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__visual {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__visual {
    width: 88px;
  }
}

.profileBox__company {
  border-bottom: 1px solid #ccc9c2;
}

@media screen and (min-width: 768px) {
  .profileBox__company {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__company {
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__name {
    width: calc(100% - 217px);
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name {
    width: calc(100% - 108px);
  }
}

.profileBox__name .role {
  display: block;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .profileBox__name .role {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .role {
    font-size: 12px;
    letter-spacing: -.05em;
    line-height: 1.75;
    padding-bottom: 20px;
  }
}

.profileBox__name .ja {
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .profileBox__name .ja {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .ja {
    font-size: 18px;
  }
}

.profileBox__name .en {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .profileBox__name .en {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .en {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__desc {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__bottom {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__bottom {
    margin-top: 40px;
  }
}

.resultArea__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
}

.resultArea__head:before {
  aspect-ratio: 1 / 1;
  background-color: #7d6628;
  border-radius: 50%;
  content: '';
  width: 6px;
}

@media screen and (min-width: 768px) {
  .resultArea__head + .resultArea__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__head + .resultArea__cont {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__cont {
    margin: 0 -56px;
  }
}

@media screen and (min-width: 768px) {
  .resultArea__cont .generalSlider .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .resultArea__cont .generalSlider .swiper-slide {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__cont .generalSlider .swiper-slide {
    width: 260px;
  }
}

.facilitySect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .facilitySect {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect {
    padding: 104px 0;
  }
}

.facilitySect__bg {
  width: calc(100vw - var(--scrollbar));
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  inset: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .facilitySect__bg {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .facilitySect__bg {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__bg {
    margin-left: -32px;
  }
}

.facilitySect__bg:after {
  background: no-repeat center top / 100% 100%;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .facilitySect__bg:after {
    background-image: url("../imgs/pc/bg-position-02@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__bg:after {
    background-image: url("../imgs/sp/bg-position-02.jpg");
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 40px;
  }
}

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

@media screen and (min-width: 768px) {
  .facilitySect__cont {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .facilitySect__cont {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__cont .generalSlider .swiper-slide {
    width: calc(336 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont .generalSlider .swiper-slide {
    width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.introductionSect__head {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .introductionSect__head {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(748px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .introductionSect__head {
    margin-right: auto;
    width: calc(748px);
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head {
    margin-left: auto;
    margin-right: -32px;
    width: calc(100vw - 32px);
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head .photo {
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont {
    width: 370px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .introductionSect__cont {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom {
    margin-left: calc(calc(100vw - 1400px) / -2);
    margin-right: calc(calc(100vw - 1400px) / -2);
    margin-top: 100px;
    width: 1400px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__bottom {
    margin: 104px -32px 0;
  }
}

@media screen and (min-width: 768px) {
  .landscapeSect__head + .landscapeSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__head + .landscapeSect__cont {
    margin-top: 40px;
  }
}

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

@media screen and (min-width: 768px) {
  .landscapeSect__cont {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .landscapeSect__cont {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__cont {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .landscapeSect__cont + .landscapeSect__bottom {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__cont + .landscapeSect__bottom {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .landscapeSect__bottom .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__bottom .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pathSect__head {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .pathSect__head {
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .pathSect__head {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .pathSect__head {
    margin-left: auto;
    width: calc(1220px);
  }
}

@media screen and (max-width: 768px) {
  .pathSect__head {
    padding-right: calc(57 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pathSect__head + .pathSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .pathSect__head + .pathSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .pathSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(30 / 1440 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .pathSect__cont {
    margin-top: calc(180 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pathSect__copy {
    max-width: 415px;
    width: calc(424 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .pathSect__copy .headingCombi {
    padding: 0;
  }
}

.pathSect__copy .headingCombi .heading {
  color: #0d0d0c;
}

@media screen and (max-width: 768px) {
  .pathSect__copy .headingCombi .heading {
    padding: 0 24px;
    text-align: center;
  }
}

.pathSect__copy .headingCombi .heading + .txt {
  color: #262521;
}

@media screen and (max-width: 768px) {
  .pathSect__copy .headingCombi .heading + .txt {
    padding: 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .pathSect__copy .headingCombi + .photo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pathSect__copy .headingCombi + .photo {
    margin: calc(40 / 390 * 100vw) auto 0;
    width: 261px;
  }
}

@media screen and (min-width: 768px) {
  .pathSect__map {
    width: calc(760 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .pathSect__map {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pathSect__map {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

.valueArea {
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .valueArea {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 768px) {
  .valueArea {
    padding-bottom: calc(104 / 390 * 100vw);
  }
}

.valueArea:before {
  width: calc(100vw - var(--scrollbar));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .valueArea:before {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .valueArea:before {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .valueArea:before {
    margin-left: -32px;
  }
}

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

@media screen and (min-width: 768px) {
  .valueSect__head {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .valueSect__head {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .valueSect__head {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .valueSect__head + .valueSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .valueSect__head + .valueSect__cont {
    margin-top: calc(104 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .valueSect__cont {
    margin: 0 auto;
    width: 370px;
  }
}

.valueSect__cont .headingCombi .enTtl,
.valueSect__cont .headingCombi .heading {
  text-align: center;
}

.valueSect__cont .headingCombi .heading {
  color: #ffffff;
}

.valueBox {
  border: 1px solid #66635c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .valueBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
    padding: 56px;
    width: 998px;
  }
}

@media screen and (max-width: 768px) {
  .valueBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(40 / 390 * 100vw);
    margin: calc(40 / 390 * 100vw) -16px 0;
    padding: calc(40 / 390 * 100vw) calc(40 / 390 * 100vw) calc(80 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .valueBox__head, .valueBox__cont {
    width: 415px;
  }
}

.valueBox__head .photo__capOut {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .valueBox__head .photo__capOut {
    font-size: 10px;
    letter-spacing: -.06em;
    padding: 5px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .valueBox__cont .headingCombi {
    padding: 0;
  }
}

.valueBox__cont .headingCombi .heading {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .valueBox__cont .headingCombi .heading {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

.valueBox__cont .headingCombi .heading + .txt {
  margin-top: 20px;
}

.valueBox__cont .headingCombi .heading + .txt .caption {
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 16px;
}

.valueBox__ttl {
  font-size: 14px;
  margin-bottom: 26px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .valueBox__ttl {
    padding-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  .valueBox__ttl {
    display: inline-block;
    line-height: 1.4;
    padding-left: 10px;
  }
}

.valueBox__ttl:before {
  aspect-ratio: 1 / 1;
  background-color: #7d6628;
  border-radius: 50%;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

@media screen and (max-width: 768px) {
  .valueBox__ttl:before {
    top: 25%;
  }
}

@media screen and (min-width: 768px) {
  .position-introduction {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .position-introduction {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .position-path {
    padding: 180px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .position-path {
    padding: 104px 0;
  }
}

@media screen and (min-width: 768px) {
  .position-committee {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .position-committee {
    padding: 104px 0;
  }
}

@media screen and (min-width: 768px) {
  .position-value {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .position-value {
    padding: 0;
  }
}
