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

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

.cardListSect__cont .usableList__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .cardListSect__cont .usableList__item {
    width: 258px;
  }
  .cardListSect__cont .usableList__item:nth-child(n+5) {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .cardListSect__cont .usableList__item {
    width: 133.5px;
  }
  .cardListSect__cont .usableList__item:nth-child(n+3) {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .headingSect__head + .headingSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__head + .headingSect__cont {
    margin-top: 36px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .headingSect__cont .subSect__cont .usableList__inner {
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__cont .subSect__cont .usableList__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .headingSect__cont .subSect__cont .usableList__item {
    width: 291px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__cont .subSect__cont .usableList__item {
    width: 145.5px;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .introductionSect__cont .decorationBox {
    right: -48px;
    top: -48px;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .decorationBox {
    bottom: -28px;
    right: -28px;
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .itemsSect__head + .itemsSect__cont {
    margin-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__head + .itemsSect__cont {
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__cont .swipeFigure {
    margin-left: -20px;
    margin-right: -20px;
  }
  .itemsSect__cont .swipeFigure__inner {
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__cont .panoramaFigure__inner {
    height: 400px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .itemsSect__cont .parallaxPhoto {
    margin-left: -28px;
  }
}

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

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

.linkBnr {
  display: block;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .linkBnr {
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .linkBnr {
    width: calc(320 / 390 * 100vw);
  }
}

.linkBnr__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.linkBnr__bg .photo,
.linkBnr__bg .photo__inner,
.linkBnr__bg .photo__pic {
  height: 100%;
}

.linkBnr__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.linkBnr__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .linkBnr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .linkBnr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: calc(20 / 390 * 100vw);
  }
}

.linkBnr__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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  align-items: center;
}

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

@media screen and (max-width: 768px) {
  .linkBnr__head {
    padding-top: calc(10 / 390 * 100vw);
  }
}

.linkBnr__ttl {
  width: 100%;
  background: #ffffff;
  letter-spacing: .05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .linkBnr__ttl {
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .linkBnr__ttl {
    height: calc(90 / 390 * 100vw);
  }
}

.linkBnr__ttl .en {
  background: -webkit-gradient(linear, left top, right top, from(#958b79), color-stop(50%, #b3ab9d), to(#958b79));
  background: linear-gradient(90deg, #958b79 0%, #b3ab9d 50%, #958b79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
}

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

@media screen and (max-width: 768px) {
  .linkBnr__ttl .en {
    line-height: 1.4;
    font-size: calc(44 / 390 * 100vw);
  }
}

.linkBnr__subTtl {
  color: #4c4b49;
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
  .linkBnr__subTtl {
    font-size: 13px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .linkBnr__subTtl {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(4 / 390 * 100vw);
    padding-bottom: calc(10 / 390 * 100vw);
  }
}

.linkBnr__desc {
  color: #897e6a;
  background: #ffffff;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .linkBnr__desc {
    font-size: 14px;
    margin-top: 20px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .linkBnr__desc {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
  }
}

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

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

.linkBnr__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #958b79;
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: .9;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 768px) {
  .linkBnr__btn {
    border-radius: 30px;
    font-size: 16px;
    height: 60px;
    width: 310px;
  }
}

@media screen and (max-width: 768px) {
  .linkBnr__btn {
    border-radius: 25px;
    font-size: 15px;
    height: 50px;
    width: 259px;
  }
}

.linkBnr__btn:before, .linkBnr__btn:after {
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.linkBnr__btn:before {
  background-color: #595348;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

.linkBnr__btn:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: soft-light;
  opacity: .7;
}

.linkBnr__btn .t {
  will-change: transform;
}

.linkBnr__btn .t--blank {
  margin-left: 6px;
}

.linkBnr__btnInner {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.linkBnr__btnIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .linkBnr__btnIcon {
    right: 30px;
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .linkBnr__btnIcon {
    right: 28px;
    width: 21px;
  }
}

.linkBnr__btnIcon .generalArrow {
  color: currentColor;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .linkBnr__cont {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 470px;
  }
}

@media screen and (min-width: 768px) {
  .linkBnr__cont .photo {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .linkBnr__cont .photo__inner {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .linkBnr__cont .photo__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    width: 100%;
  }
}

.linkBnr__cont .photo__capIn {
  text-align: right;
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .linkBnr:hover {
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .linkBnr:hover .linkBnr__btn:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .linkBnr:hover .linkBnr__btn .t {
    -webkit-animation: linkBnrTxtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            animation: linkBnrTxtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .linkBnr:hover .linkBnr__btnIcon .generalArrow {
    -webkit-animation: linkBnrArrowMove 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
            animation: linkBnrArrowMove 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  }
  .linkBnr:hover .linkBnr__cont .photo__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .linkBnr:hover {
    cursor: pointer;
  }
}

@media (hover: hover) and (pointer: fine) {
  .linkBnr:hover .linkBnr__btn:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .linkBnr:hover .linkBnr__btn .t {
    -webkit-animation: linkBnrTxtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            animation: linkBnrTxtRoll 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .linkBnr:hover .linkBnr__btnIcon .generalArrow {
    -webkit-animation: linkBnrArrowMove 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
            animation: linkBnrArrowMove 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  }
  .linkBnr:hover .linkBnr__cont .photo__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-webkit-keyframes linkBnrTxtRoll {
  50% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  51% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes linkBnrTxtRoll {
  50% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  51% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes linkBnrArrowMove {
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes linkBnrArrowMove {
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .relatedSect {
    -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;
  }
}

@media screen and (min-width: 768px) {
  .relatedSect__head, .relatedSect__cont {
    width: 471px;
  }
}

@media screen and (max-width: 768px) {
  .relatedSect__head .heading {
    text-align: center;
  }
}

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

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

@media screen and (max-width: 768px) {
  .sectHeadSect__head + .sectHeadSect__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .sectHeadSect__cont .subSect {
    -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;
  }
}

@media screen and (min-width: 768px) {
  .sectHeadSect__cont .subSect__head, .sectHeadSect__cont .subSect__cont {
    width: 572px;
  }
}

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

@media screen and (min-width: 768px) {
  .sliderSect {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (max-width: 768px) {
  .sliderSect__head + .sliderSect__cont {
    margin-top: 28px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .completion-kv {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .completion-kv {
    margin-bottom: 40px;
  }
}

.completionKv {
  aspect-ratio: 1.8;
  position: relative;
}

.completionKv__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .completionKv__img .photo__capIn {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .completionKv__img .photo__capIn {
    left: 0;
    bottom: 0;
    padding-inline: 6px;
    background: #666666;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #cccccc;
  }
}

.completionKv__ttl {
  text-shadow: 0 0 6px black;
  color: #ffffff;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .completionKv__ttl {
    top: 24vw;
    right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .completionKv__ttl {
    bottom: 10vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.completionKv__ttlMain {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .completionKv__ttlMain {
    margin-bottom: 20px;
    font-size: calc(100vw * 76 / 1440);
  }
}

@media screen and (max-width: 768px) {
  .completionKv__ttlMain {
    font-size: 37px;
  }
}

.completionKv__copy {
  display: block;
  line-height: 50px;
}

@media screen and (min-width: 768px) {
  .completionKv__copy {
    text-align: right;
    font-size: calc(100vw * 28 / 1440);
  }
}

@media screen and (max-width: 768px) {
  .completionKv__copy {
    font-size: 14px;
    margin-top: -4px;
  }
}

.completionSect__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .completionSect__head {
    font-size: 18px;
    line-height: calc(32.4 / 18);
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .completionSect__head {
    font-size: 14px;
    line-height: calc(50 / 28);
    margin: 0 20px 40px;
    margin-bottom: 60px;
  }
}

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

@media screen and (max-width: 768px) {
  .completionMeritSect {
    padding-block: 70px 60px;
  }
}

.completionMeritSect.bgLayer.bgLayer--texture01:after {
  margin-left: 0;
  width: 100%;
}

.completionMeritSect__head {
  padding-top: 1px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__head {
    margin-bottom: 140px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .completionMeritSect__head {
    padding-left: calc((100% - 1200px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__head {
    margin-bottom: 80px;
    padding-left: 20px;
  }
}

.completionMeritSect__head:before {
  background: #958b79;
  content: '';
  display: inline-block;
  left: 0;
  opacity: .5;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__head:before {
    height: 230px;
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__head:before {
    height: calc(100% + 35px);
    width: 75%;
  }
}

.completionMeritSect__ttl {
  color: #ffffff;
  position: relative;
  text-shadow: 0 0 50px #77634f;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__ttl {
    font-size: 60px;
    margin-top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__ttl {
    font-size: 42px;
    margin-top: -38px;
  }
}

.completionMeritSect__ttl .merit {
  font-family: "Cormorant Infant", serif;
}

.completionMeritSect__ttl .merit .num {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__ttl .merit .num {
    font-size: 140px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__ttl .merit .num {
    font-size: 100px;
  }
}

.completionMeritSect__txt {
  color: #333333;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__txt {
    font-size: 40px;
    letter-spacing: .05em;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__txt {
    font-size: 25px;
    line-height: 1.4;
    margin-left: 20px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .completionMeritSect__txt--small {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__txt--small {
    font-size: 20px;
    line-height: calc(36 / 20);
  }
}

@media screen and (min-width: 768px) {
  .completionMeritSect__txt--pcSmall {
    font-size: 36px;
  }
}

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

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

.meritDesc--rightfull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .meritDesc--rightfull {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .meritDesc--rightfull {
    padding-left: calc((100% - 1200px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--rightfull {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding-left: 40px;
  }
}

.meritDesc--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .meritDesc--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }
}

.meritDesc--grid1 {
  display: grid;
}

@media screen and (min-width: 768px) {
  .meritDesc--grid1 {
    gap: 80px;
    grid-template: 'lead txt' auto 'img  img' auto / auto 1fr;
    margin-inline: auto;
    max-width: 996px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--grid1 {
    grid-template: 'img' auto 'lead' auto 'txt' auto / 1fr;
    padding-left: 40px;
  }
}

.meritDesc--grid2 {
  display: grid;
}

@media screen and (min-width: 768px) {
  .meritDesc--grid2 {
    gap: 80px;
    grid-template: 'lead txt' auto 'img  img' auto / auto auto;
    margin-inline: auto;
    max-width: 996px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--grid2 {
    grid-template: 'lead' auto 'txt' auto 'img' auto / 1fr;
    padding-inline: 40px;
  }
}

.meritDesc__imgTtl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .meritDesc__imgTtl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc__imgTtl {
    font-size: 18px;
    line-height: calc(28.8 / 18);
    margin-bottom: 20px;
  }
}

.meritDesc__img {
  grid-area: img;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .meritDesc--rightfull .meritDesc__img {
    width: 54.8vw;
  }
}

.meritDesc--rightfull .meritDesc__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .meritDesc--center .meritDesc__img {
    width: 584px;
  }
}

.meritDesc--center .meritDesc__img img {
  width: 100%;
}

.meritDesc--grid2 .meritDesc__img {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .meritDesc--grid2 .meritDesc__img {
    width: 785px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--grid2 .meritDesc__img {
    margin-top: 60px;
  }
}

.meritDesc--grid2 .meritDesc__img img {
  width: 100%;
}

.meritDesc__imgBottomTxt {
  line-height: calc(28.8 / 16);
  text-align: left;
}

@media screen and (min-width: 768px) {
  .meritDesc__imgBottomTxt {
    margin: 80px auto 0;
    max-width: 785px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc__imgBottomTxt {
    font-size: 14px;
    line-height: calc(22.4 / 14);
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .meritDesc--rightfull .meritDesc__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.meritDesc--center .meritDesc__contInner {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .meritDesc--center .meritDesc__contInner {
    width: 410px;
  }
}

.meritDesc__lead {
  grid-area: lead;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .meritDesc__lead {
    font-size: 30px;
    line-height: calc(54 / 30);
  }
}

@media screen and (max-width: 768px) {
  .meritDesc__lead {
    font-size: 17px;
    line-height: calc(61 / 34);
  }
  .meritDesc--grid1 .meritDesc__lead {
    margin-top: 40px;
    padding-right: 20px;
  }
}

.meritDesc__txt {
  grid-area: txt;
}

@media screen and (min-width: 768px) {
  .meritDesc__txt {
    line-height: calc(28.8 / 16);
  }
}

@media screen and (max-width: 768px) {
  .meritDesc__txt {
    font-size: 14px;
    line-height: calc(22.4 / 14);
  }
  .meritDesc--rightfull .meritDesc__txt {
    margin-right: 20px;
  }
  .meritDesc--grid1 .meritDesc__txt {
    padding-right: 20px;
  }
}

.meritDesc__txt .caption {
  margin-top: 12px;
}
