@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
.slide-dot .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  bottom: -30px;
}
.slide-dot .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cad1d8;
}
.slide-dot .slick-dots li.slick-active {
  background: #6f97f9;
}
.slide-dot .slick-dots li button {
  width: unset;
  height: unset;
  padding: 0;
}
.slide-dot .slick-dots li button::before {
  display: none;
}

@media (min-width: 1921px) {
  .slide-dot .slick-dots {
    gap: 11.25px;
    bottom: -33.75px;
  }
  .slide-dot .slick-dots li {
    width: 11.25px;
    height: 11.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .slide-dot .slick-dots {
    gap: 0.7692307692vw;
    bottom: -2.3076923077vw;
  }
  .slide-dot .slick-dots li {
    width: 0.7692307692vw;
    height: 0.7692307692vw;
  }
}
.slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
  z-index: 1;
  cursor: pointer;
}
.slide-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 11px;
}

.prev-arrow {
  left: 0;
}
.prev-arrow::after {
  background: url(../img/icon/prev-arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.next-arrow {
  right: 0;
}
.next-arrow::after {
  background: url(../img/icon/prev-arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  .slide-arrow {
    width: 68.625px;
    height: 68.625px;
  }
  .slide-arrow::after {
    width: 16.875px;
    height: 12.375px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .slide-arrow {
    width: 4.6923076923vw;
    height: 4.6923076923vw;
  }
  .slide-arrow::after {
    width: 1.1538461538vw;
    height: 0.8461538462vw;
  }
}
@media (max-width: 768px) {
  .slide-arrow {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .slide-arrow::after {
    width: 4vw;
    height: 2.9333333333vw;
  }
}
.page {
  position: relative;
}

.pageBg {
  width: 100%;
  height: 100%;
}

.pageTop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageTop__en {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  color: #6f97f9;
}

.pageTop__title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
.pageTop__title span {
  font-size: 38px;
  color: #6f97f9;
}

.bread {
  margin-top: 30px;
}
.bread .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 20px;
  background: #cad1d8;
  vertical-align: middle;
}

.bread__main {
  font-size: 14px;
}

.bread__link {
  display: inline-block;
  padding-right: 30px;
}

.yellow-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffda3e), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffda3e 50%, transparent 50%);
  background: linear-gradient(left, #ffda3e 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.yellow-mark.active {
  background-position: 0% 1em;
}

.red-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffd1d1), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background: linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.red-mark.active {
  background-position: 0% 1em;
}

@media (min-width: 1921px) {
  .pageTop__en {
    font-size: 22.5px;
  }
  .pageTop__title {
    margin-top: 11.25px;
    font-size: 31.5px;
  }
  .pageTop__title span {
    font-size: 42.75px;
  }
  .bread {
    margin-top: 33.75px;
  }
  .bread .line {
    width: 22.5px;
    margin-right: 22.5px;
  }
  .bread__main {
    font-size: 15.75px;
  }
  .bread__link {
    padding-right: 33.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pageTop__en {
    font-size: 1.5384615385vw;
  }
  .pageTop__title {
    margin-top: 0.7692307692vw;
    font-size: 2.1538461538vw;
  }
  .pageTop__title span {
    font-size: 2.9230769231vw;
  }
  .bread {
    margin-top: 2.3076923077vw;
  }
  .bread .line {
    width: 1.5384615385vw;
    margin-right: 1.5384615385vw;
  }
  .bread__main {
    font-size: 1.0769230769vw;
  }
  .bread__link {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 768px) {
  .pageTop {
    top: 26.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .pageTop__en {
    font-size: 5.3333333333vw;
  }
  .pageTop__title {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .pageTop__title span {
    font-size: 6.9333333333vw;
  }
  .bread {
    margin-top: 5.3333333333vw;
  }
  .bread .line {
    width: 5.3333333333vw;
    height: 1px;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .bread__main {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  .bread__link {
    padding-right: 0;
  }
}
.pickuip {
  padding: 50px 50px 50px;
  border: 3px solid #6f97f9;
  border-radius: 40px;
  background: -webkit-linear-gradient(315deg, #f9faff 0%, #f9faff 33%, #edf1fa 66%, #e5effa 100%);
  background: linear-gradient(135deg, #f9faff 0%, #f9faff 33%, #edf1fa 66%, #e5effa 100%);
}

.pickuip__top {
  position: relative;
  padding-left: 28px;
  font-size: 35px;
  font-weight: bold;
  color: #6f97f9;
}
.pickuip__top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 34px;
  border-radius: 0 10px 10px 0;
  background: #6f97f9;
}

.pickuip__lists.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.pickuip__lists.slide-dot .slick-dots {
  bottom: -10px;
}
.pickuip__lists .prev-arrow {
  left: -80px;
}
.pickuip__lists .next-arrow {
  right: -80px;
}

.pickuip__list {
  position: relative;
  overflow: hidden;
  margin: 30px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 61, 136, 0.2);
          box-shadow: 0 0 10px 0 rgba(50, 61, 136, 0.2);
}

.pickuip__img {
  position: relative;
  overflow: hidden;
  height: 210px;
}
.pickuip__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pickuip__wrap {
  position: relative;
  padding: 15px;
  background: #fff;
}

.pickuip__cats {
  gap: 4px;
  min-height: 31px;
}

.pickuip__cat {
  height: 31px;
  padding: 0 10px;
  border: 1px solid #6f97f9;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #6f97f9;
}

.pickuip__date {
  margin-left: auto;
  font-size: 14px;
  color: #949494;
}

.pickuip__ttl {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.pickuip__tag {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #6f97f9;
}

@media (min-width: 1921px) {
  .pickuip {
    padding: 56.25px 56.25px 56.25px;
    border: 3.375px solid #6f97f9;
    border-radius: 45px;
  }
  .pickuip__top {
    padding-left: 31.5px;
    font-size: 39.375px;
  }
  .pickuip__top::after {
    width: 6.75px;
    height: 38.25px;
    border-radius: 0 11.25px 11.25px 0;
  }
  .pickuip__lists.slide-dot .slick-dots {
    bottom: -11.25px;
  }
  .pickuip__lists .prev-arrow {
    left: -90px;
  }
  .pickuip__lists .next-arrow {
    right: -90px;
  }
  .pickuip__list {
    margin: 33.75px 11.25px;
    border-radius: 11.25px;
    -webkit-box-shadow: 0 0 11.25px 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 11.25px 0 rgba(50, 61, 136, 0.2);
  }
  .pickuip__img {
    height: 236.25px;
  }
  .pickuip__wrap {
    padding: 16.875px;
  }
  .pickuip__cats {
    gap: 4.5px;
    min-height: 34.875px;
  }
  .pickuip__cat {
    height: 34.875px;
    padding: 0 11.25px;
    border-radius: 4.5px;
    font-size: 14.625px;
  }
  .pickuip__date {
    font-size: 15.75px;
  }
  .pickuip__ttl {
    margin-top: 11.25px;
    font-size: 18px;
  }
  .pickuip__tag {
    margin-top: 11.25px;
    font-size: 13.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pickuip {
    padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw;
    border: 0.2307692308vw solid #6f97f9;
    border-radius: 3.0769230769vw;
  }
  .pickuip__top {
    padding-left: 2.1538461538vw;
    font-size: 2.6923076923vw;
  }
  .pickuip__top::after {
    width: 0.4615384615vw;
    height: 2.6153846154vw;
    border-radius: 0 0.7692307692vw 0.7692307692vw 0;
  }
  .pickuip__lists.slide-dot .slick-dots {
    bottom: -0.7692307692vw;
  }
  .pickuip__lists .prev-arrow {
    left: -6.1538461538vw;
  }
  .pickuip__lists .next-arrow {
    right: -6.1538461538vw;
  }
  .pickuip__list {
    margin: 2.3076923077vw 0.7692307692vw;
    border-radius: 0.7692307692vw;
    -webkit-box-shadow: 0 0 0.7692307692vw 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 0.7692307692vw 0 rgba(50, 61, 136, 0.2);
  }
  .pickuip__img {
    height: 16.1538461538vw;
  }
  .pickuip__wrap {
    padding: 1.1538461538vw;
  }
  .pickuip__cats {
    gap: 0.3076923077vw;
    min-height: 2.3846153846vw;
  }
  .pickuip__cat {
    height: 2.3846153846vw;
    padding: 0 0.7692307692vw;
    border-radius: 0.3076923077vw;
    font-size: 1vw;
  }
  .pickuip__date {
    font-size: 1.0769230769vw;
  }
  .pickuip__ttl {
    margin-top: 0.7692307692vw;
    font-size: 1.2307692308vw;
  }
  .pickuip__tag {
    margin-top: 0.7692307692vw;
    font-size: 0.9230769231vw;
  }
}
@media (max-width: 768px) {
  .pickuip {
    width: calc(100% + 13.3333333333vw);
    margin-left: -6.6666666667vw;
    padding: 8vw 0 11.2vw;
    border: 0.8vw solid #6f97f9;
    border-radius: 5.3333333333vw;
  }
  .pickuip__top {
    margin-left: 6.6666666667vw;
    padding-left: 3.4666666667vw;
    font-size: 6.6666666667vw;
  }
  .pickuip__top::after {
    width: 1.2vw;
    height: 7.2vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .pickuip__lists.slide-dot .slick-dots {
    bottom: -2.6666666667vw;
  }
  .pickuip__list {
    margin: 5.3333333333vw 6.6666666667vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0 2.6666666667vw 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 2.6666666667vw 0 rgba(50, 61, 136, 0.2);
  }
  .pickuip__img {
    height: 53.3333333333vw;
  }
  .pickuip__wrap {
    padding: 4vw;
  }
  .pickuip__cats {
    gap: 1.0666666667vw;
    min-height: 7.2vw;
  }
  .pickuip__cat {
    height: 7.2vw;
    padding: 0 2.6666666667vw;
    border: 1px solid #6f97f9;
    border-radius: 1.0666666667vw;
    font-size: 3.2vw;
  }
  .pickuip__date {
    font-size: 3.4666666667vw;
  }
  .pickuip__ttl {
    margin-top: 2.1333333333vw;
    font-size: 4vw;
    line-height: 1.4;
  }
  .pickuip__tag {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.side {
  width: 370px;
}

.side__search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.side__search input {
  width: calc(100% - 53px);
  padding: 10px;
  border: 1px solid #cad1d8;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  color: #1e1e1e;
}
.side__search input::-webkit-input-placeholder {
  color: #cad1d8;
}
.side__search input::-moz-placeholder {
  color: #cad1d8;
}
.side__search input:-ms-input-placeholder {
  color: #cad1d8;
}
.side__search input::-ms-input-placeholder {
  color: #cad1d8;
}
.side__search input::placeholder {
  color: #cad1d8;
}
.side__search input:focus {
  outline: none;
}
.side__search button {
  width: 53px;
  height: 52px;
  border: none;
  border-radius: 0 10px 10px 0;
  background: #6f97f9;
  cursor: pointer;
}
.side__search .icon {
  width: 25px;
  height: 25px;
}

.side__bnr {
  display: block;
  margin-top: 20px;
}

.side__hd {
  gap: 8px;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
.side__hd.first {
  margin-top: 30px;
}
.side__hd .icon_new {
  width: 34px;
  height: 34px;
}
.side__hd .icon_book {
  width: 20px;
  height: 23px;
}
.side__hd .icon_tag {
  width: 24px;
  height: 24px;
}

.side__link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.side__img {
  position: relative;
  overflow: hidden;
  width: 140px;
  height: 86px;
  border-radius: 10px;
}
.side__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side__cont {
  width: calc(100% - 10px - 140px);
}
.side__cont .ttl {
  font-size: 14px;
  font-weight: bold;
}
.side__cont .cats {
  gap: 5px;
  margin-top: 6px;
}
.side__cont .cat {
  font-size: 12px;
  font-weight: 500;
  color: #6f97f9;
}

.side__tags {
  gap: 6px;
}

.side__tag {
  height: 31px;
  padding: 0 12px;
  border: 1px solid #d9e3f8;
  border-radius: 17px;
  font-size: 13px;
  font-weight: 500;
  color: #6f97f9;
  background: #fff;
}

@media (min-width: 1921px) {
  .side {
    width: 416.25px;
  }
  .side__search input {
    width: calc(100% - 59.625px);
    padding: 11.25px;
    border-radius: 11.25px 0 0 11.25px;
    font-size: 18px;
  }
  .side__search button {
    width: 59.625px;
    height: 58.5px;
    border-radius: 0 11.25px 11.25px 0;
  }
  .side__search .icon {
    width: 28.125px;
    height: 28.125px;
  }
  .side__bnr {
    margin-top: 22.5px;
  }
  .side__hd {
    gap: 9px;
    height: 51.75px;
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    padding-left: 16.875px;
    border-radius: 5.625px;
    font-size: 20.25px;
  }
  .side__hd.first {
    margin-top: 33.75px;
  }
  .side__hd .icon_new {
    width: 38.25px;
    height: 38.25px;
  }
  .side__hd .icon_book {
    width: 22.5px;
    height: 25.875px;
  }
  .side__hd .icon_tag {
    width: 27px;
    height: 27px;
  }
  .side__link {
    gap: 11.25px;
    margin-top: 22.5px;
  }
  .side__img {
    width: 157.5px;
    height: 96.75px;
    border-radius: 11.25px;
  }
  .side__cont {
    width: calc(100% - 11.25px - 157.5px);
  }
  .side__cont .ttl {
    font-size: 15.75px;
  }
  .side__cont .cats {
    gap: 5.625px;
    margin-top: 6.75px;
  }
  .side__cont .cat {
    font-size: 13.5px;
  }
  .side__tags {
    gap: 6.75px;
  }
  .side__tag {
    height: 34.875px;
    padding: 0 13.5px;
    border-radius: 19.125px;
    font-size: 14.625px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .side {
    width: 28.4615384615vw;
  }
  .side__search input {
    width: calc(100% - 4.0769230769vw);
    padding: 0.7692307692vw;
    border-radius: 0.7692307692vw 0 0 0.7692307692vw;
    font-size: 1.2307692308vw;
  }
  .side__search button {
    width: 4.0769230769vw;
    height: 4vw;
    border-radius: 0 0.7692307692vw 0.7692307692vw 0;
  }
  .side__search .icon {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
  }
  .side__bnr {
    margin-top: 1.5384615385vw;
  }
  .side__hd {
    gap: 0.6153846154vw;
    height: 3.5384615385vw;
    margin-top: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
    padding-left: 1.1538461538vw;
    border-radius: 0.3846153846vw;
    font-size: 1.3846153846vw;
  }
  .side__hd.first {
    margin-top: 2.3076923077vw;
  }
  .side__hd .icon_new {
    width: 2.6153846154vw;
    height: 2.6153846154vw;
  }
  .side__hd .icon_book {
    width: 1.5384615385vw;
    height: 1.7692307692vw;
  }
  .side__hd .icon_tag {
    width: 1.8461538462vw;
    height: 1.8461538462vw;
  }
  .side__link {
    gap: 0.7692307692vw;
    margin-top: 1.5384615385vw;
  }
  .side__img {
    width: 10.7692307692vw;
    height: 6.6153846154vw;
    border-radius: 0.7692307692vw;
  }
  .side__cont {
    width: calc(100% - 0.7692307692vw - 10.7692307692vw);
  }
  .side__cont .ttl {
    font-size: 1.0769230769vw;
  }
  .side__cont .cats {
    gap: 0.3846153846vw;
    margin-top: 0.4615384615vw;
  }
  .side__cont .cat {
    font-size: 0.9230769231vw;
  }
  .side__tags {
    gap: 0.4615384615vw;
  }
  .side__tag {
    height: 2.3846153846vw;
    padding: 0 0.9230769231vw;
    border-radius: 1.3076923077vw;
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .side {
    width: calc(100% + 13.3333333333vw);
    margin-left: -6.6666666667vw;
    padding: 5.3333333333vw 6.6666666667vw 16vw;
    background: #fff;
  }
  .side__search input {
    width: calc(100% - 13.8666666667vw);
    padding: 2.6666666667vw;
    border: 1px solid #cad1d8;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .side__search button {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .side__search .icon {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .side__bnr {
    margin-top: 5.3333333333vw;
  }
  .side__hd {
    gap: 2.6666666667vw;
    height: 12.2666666667vw;
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 4vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .side__hd.first {
    margin-top: 8vw;
  }
  .side__hd .icon_new {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
  .side__hd .icon_book {
    width: 5.0666666667vw;
    height: 5.8666666667vw;
  }
  .side__hd .icon_tag {
    width: 5.6vw;
    height: 5.6vw;
  }
  .side__link {
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .side__img {
    width: 37.3333333333vw;
    height: 22.9333333333vw;
    border-radius: 2.6666666667vw;
  }
  .side__cont {
    width: calc(100% - 2.6666666667vw - 37.3333333333vw);
  }
  .side__cont .ttl {
    font-size: 3.7333333333vw;
  }
  .side__cont .cats {
    gap: 1.3333333333vw;
    margin-top: 1.6vw;
  }
  .side__cont .cat {
    font-size: 3.2vw;
  }
  .side__tags {
    gap: 1.3333333333vw;
  }
  .side__tag {
    height: 8.2666666667vw;
    padding: 0 3.2vw;
    border: 1px solid #d9e3f8;
    border-radius: 4.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.editor h2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #6f97f9;
}
.editor h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 34px;
  border-radius: 0 10px 10px 0;
  background: #d9e3f8;
}
.editor h3 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 19px;
  font-weight: bold;
}
.editor h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 34px;
  border-radius: 0 10px 10px 0;
  background: #6f97f9;
}
.editor h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #6e97f9;
}
.editor h5 {
  padding: 13px 20px;
  font-size: 17px;
  font-weight: bold;
  background: #f4f7fa;
}
.editor p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.625;
}
.editor strong {
  font-weight: bold;
}
.editor a {
  text-decoration: underline;
}
.editor .wp-block-image {
  margin: 30px auto;
}
.editor .wp-block-image.size-large,
.editor .wp-block-image .size-large {
  max-width: 680px;
}
.editor .wp-block-image.size-full,
.editor .wp-block-image .size-full {
  max-width: 680px;
  width: 100%;
}
.editor .wp-block-image.is-resized,
.editor .wp-block-image .is-resized {
  max-width: unset;
}
.editor .wp-block-image .alignleft {
  float: none;
}
.editor .wp-block-image .alignleft img {
  display: block;
  margin-right: auto;
}
.editor .wp-block-image .alignright {
  float: none;
}
.editor .wp-block-image .alignright img {
  display: block;
  margin-left: auto;
}
.editor .wp-block-image .aligncenter img {
  margin: 0 auto;
  display: block;
}
.editor img[class^=wp-image] {
  max-width: 100%;
  width: auto;
  display: block;
}
.editor img[class^=wp-image].aligncenter {
  margin: 0 auto;
}
.editor img[class^=wp-image].alignleft {
  margin-right: auto;
}
.editor img[class^=wp-image].alignright {
  margin-left: auto;
}
.editor ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 22px;
  font-size: 16px;
  list-style: none;
  counter-reset: number;
}
.editor ol li {
  position: relative;
  margin-top: 10px;
}
.editor ol li:before {
  content: counter(number) ".";
  font-family: "RedHatDisplay", sans-serif;
  counter-increment: number;
  position: absolute;
  top: -3px;
  left: -20px;
  font-size: 20px;
  font-weight: bold;
  color: #6e97f9;
}
.editor ul {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 22px;
  font-size: 16px;
  list-style: disc;
}
.editor ul li {
  position: relative;
  margin-top: 10px;
}
.editor ul li::marker {
  color: #c2d3f5;
}
.editor ul.check {
  list-style: none;
  padding-left: 25px;
}
.editor ul.check li::before {
  content: "";
  position: absolute;
  background: url(../img/icon/icon_check_navy.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 3px;
  left: -25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.editor mark {
  font-weight: bold;
  background: #ffda3e;
}
.editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
.editor table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.editor table td {
  border: 1px solid #cad1d8;
}
.editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child,
.editor table td:first-child {
  background: #f5f7fa;
}
.editor #toc_container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  padding: 0 30px;
  border: 1px solid #dcdcdc;
  border-top: 3px solid #6f97f9;
  background: #fff;
}
.editor #toc_container p.toc_title {
  position: relative;
  padding: 13px 0 13px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.editor #toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
  padding: 25px 0 15px;
  border-top: 1px solid #dcdcdc;
}
.editor #toc_container .toc_list {
  display: none;
}
.editor #toc_container .toc_list.active {
  display: block;
}
.editor #toc_container .toc_list li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.editor #toc_container .toc_list li a {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.editor #toc_container .toc_list li a .toc_number {
  color: #6f97f9;
}
.editor #toc_container .toc_list li ul li {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}
.editor #toc_container .toc_list li ul li a {
  padding-bottom: 0;
  border: none;
}
.editor #toc_container .toc_list li ul li a .toc_number {
  display: none;
}
.editor #toc_container .toc_more {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.editor #toc_container .toc_more::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.editor #toc_container .toc_more::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.editor #toc_container .toc_more.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

a.editorBtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  height: 60px;
  margin: 20px auto;
  padding: 0 20px;
  border-radius: 33px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
a.editorBtn .icon {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url(../img/icon/prev-arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.editorBox {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #6e97f9;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.625;
}

.editorIcon__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 80px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.625;
}
.editorIcon__box::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.editorIcon__box.infoIcon {
  border-color: #6acae1;
  background: #f4fdff;
}
.editorIcon__box.infoIcon::after {
  background: url(../img/icon/icon_info.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.editorIcon__box.pointIcon {
  border-color: #ffda3e;
  background: #fafaf5;
}
.editorIcon__box.pointIcon::after {
  content: "";
  background: url(../img/icon/icon_point.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.editorIcon__box.alertIcon {
  border-color: #d75050;
  background: #faf5f5;
}
.editorIcon__box.alertIcon::after {
  content: "";
  background: url(../img/icon/icon_alert.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.linkCard {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none !important;
  background: #f4f7fa;
}

.linkCard__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.linkCard__img {
  width: 200px;
}

.linkCard__cont {
  width: calc(100% - 200px - 20px);
}

.linkCard__title {
  font-size: 16px;
  font-weight: bold;
  color: #1e1e1e;
}

.linkCard__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42;
  color: #1e1e1e;
}

.linkCard__more {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #6f97f9;
}

.postCv {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0;
  border-radius: 20px;
  overflow: hidden;
}

.postCv__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.postCv__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postCv__wrap {
  position: relative;
}
.postCv__wrap .cvBtn {
  text-decoration: none;
}

.postCv__ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.postCv__ttl span {
  color: #6f97f9;
}

.postCv__sub {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.postCv__btns {
  gap: 10px;
  margin-top: 23px;
}
.postCv__btns .cvBtn {
  width: 180px;
  height: 50px;
  gap: 6px;
  font-size: 16px;
}
.postCv__btns .cvBtn p {
  margin: 0;
  line-height: 1.5;
}

@media (min-width: 1921px) {
  .editor h2 {
    margin-top: 56.25px;
    margin-bottom: 22.5px;
    padding: 16.875px;
    font-size: 22.5px;
  }
  .editor h2::after {
    width: 6.75px;
    height: 38.25px;
    border-radius: 0 11.25px 11.25px 0;
  }
  .editor h3 {
    margin-top: 56.25px;
    margin-bottom: 22.5px;
    padding: 0 16.875px;
    font-size: 21.375px;
  }
  .editor h3::after {
    width: 6.75px;
    height: 38.25px;
    border-radius: 0 11.25px 11.25px 0;
  }
  .editor h4 {
    margin-top: 56.25px;
    margin-bottom: 22.5px;
    padding-bottom: 11.25px;
    font-size: 20.25px;
  }
  .editor h5 {
    padding: 14.625px 22.5px;
    font-size: 19.125px;
  }
  .editor p {
    margin-top: 22.5px;
    margin-bottom: 33.75px;
    font-size: 18px;
  }
  .editor .wp-block-image {
    margin: 33.75px auto;
  }
  .editor .wp-block-image.size-large,
  .editor .wp-block-image .size-large {
    max-width: 765px;
  }
  .editor .wp-block-image.size-full,
  .editor .wp-block-image .size-full {
    max-width: 765px;
  }
  .editor ol {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    padding-left: 24.75px;
    font-size: 18px;
  }
  .editor ol li {
    margin-top: 11.25px;
  }
  .editor ol li:before {
    top: -3.375px;
    left: -22.5px;
    font-size: 22.5px;
  }
  .editor ul {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    padding-left: 24.75px;
    font-size: 18px;
  }
  .editor ul li {
    margin-top: 11.25px;
  }
  .editor ul.check {
    padding-left: 28.125px;
  }
  .editor ul.check li::before {
    top: 3.375px;
    left: -28.125px;
    width: 22.5px;
    height: 22.5px;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .editor table {
    margin-top: 33.75px;
    margin-bottom: 33.75px;
  }
  .editor #toc_container {
    margin-top: 56.25px;
    padding: 0 33.75px;
    border-top: 3.375px solid #6f97f9;
  }
  .editor #toc_container p.toc_title {
    padding: 14.625px 0 14.625px;
    font-size: 18px;
  }
  .editor #toc_container p.toc_title + ul.toc_list {
    padding: 28.125px 0 16.875px;
  }
  .editor #toc_container .toc_list li {
    margin-bottom: 16.875px;
    font-size: 18px;
  }
  .editor #toc_container .toc_list li a {
    margin-bottom: 16.875px;
  }
  .editor #toc_container .toc_list li ul li {
    margin-top: 9px;
    font-size: 16.875px;
  }
  .editor #toc_container .toc_more {
    top: 22.5px;
    right: 33.75px;
    width: 16.875px;
    height: 16.875px;
  }
  .editor #toc_container .toc_more::after {
    width: 16.875px;
    height: 2.25px;
  }
  .editor #toc_container .toc_more::before {
    width: 16.875px;
    height: 2.25px;
  }
  a.editorBtn {
    width: 326.25px;
    height: 67.5px;
    margin: 22.5px auto;
    padding: 0 22.5px;
    border-radius: 37.125px;
    font-size: 18px;
  }
  a.editorBtn .icon {
    right: 28.125px;
    width: 16.875px;
    height: 12.375px;
  }
  .editorBox {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    padding: 22.5px;
    border-radius: 11.25px;
    font-size: 18px;
  }
  .editorIcon__box {
    min-height: 90px;
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    padding: 22.5px 22.5px 22.5px 90px;
    border-radius: 11.25px;
    font-size: 18px;
  }
  .editorIcon__box::after {
    width: 45px;
    height: 45px;
    top: 22.5px;
    left: 22.5px;
  }
  .linkCard {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    padding: 22.5px;
    border-radius: 11.25px;
  }
  .linkCard__flex {
    gap: 22.5px;
  }
  .linkCard__img {
    width: 225px;
  }
  .linkCard__cont {
    width: calc(100% - 225px - 22.5px);
  }
  .linkCard__title {
    font-size: 18px;
  }
  .linkCard__text {
    margin-top: 11.25px;
    font-size: 15.75px;
  }
  .linkCard__more {
    margin-top: 11.25px;
    font-size: 15.75px;
  }
  .postCv {
    margin-top: 33.75px;
    margin-bottom: 33.75px;
    padding: 33.75px 0;
    border-radius: 22.5px;
  }
  .postCv__ttl {
    font-size: 29.25px;
  }
  .postCv__sub {
    margin-top: 18px;
    font-size: 15.75px;
  }
  .postCv__btns {
    gap: 11.25px;
    margin-top: 25.875px;
  }
  .postCv__btns .cvBtn {
    width: 202.5px;
    height: 56.25px;
    gap: 6.75px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .editor h2 {
    margin-top: 3.8461538462vw;
    margin-bottom: 1.5384615385vw;
    padding: 1.1538461538vw;
    font-size: 1.5384615385vw;
  }
  .editor h2::after {
    width: 0.4615384615vw;
    height: 2.6153846154vw;
    border-radius: 0 0.7692307692vw 0.7692307692vw 0;
  }
  .editor h3 {
    margin-top: 3.8461538462vw;
    margin-bottom: 1.5384615385vw;
    padding: 0 1.1538461538vw;
    font-size: 1.4615384615vw;
  }
  .editor h3::after {
    width: 0.4615384615vw;
    height: 2.6153846154vw;
    border-radius: 0 0.7692307692vw 0.7692307692vw 0;
  }
  .editor h4 {
    margin-top: 3.8461538462vw;
    margin-bottom: 1.5384615385vw;
    padding-bottom: 0.7692307692vw;
    font-size: 1.3846153846vw;
  }
  .editor h5 {
    padding: 1vw 1.5384615385vw;
    font-size: 1.3076923077vw;
  }
  .editor p {
    margin-top: 1.5384615385vw;
    margin-bottom: 2.3076923077vw;
    font-size: 1.2307692308vw;
  }
  .editor .wp-block-image {
    margin: 2.3076923077vw auto;
  }
  .editor .wp-block-image.size-large,
  .editor .wp-block-image .size-large {
    max-width: 52.3076923077vw;
  }
  .editor .wp-block-image.size-full,
  .editor .wp-block-image .size-full {
    max-width: 52.3076923077vw;
  }
  .editor ol {
    margin-top: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
    padding-left: 1.6923076923vw;
    font-size: 1.2307692308vw;
  }
  .editor ol li {
    margin-top: 0.7692307692vw;
  }
  .editor ol li:before {
    top: -0.2307692308vw;
    left: -1.5384615385vw;
    font-size: 1.5384615385vw;
  }
  .editor ul {
    margin-top: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
    padding-left: 1.6923076923vw;
    font-size: 1.2307692308vw;
  }
  .editor ul li {
    margin-top: 0.7692307692vw;
  }
  .editor ul.check {
    padding-left: 1.9230769231vw;
  }
  .editor ul.check li::before {
    top: 0.2307692308vw;
    left: -1.9230769231vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .editor table {
    margin-top: 2.3076923077vw;
    margin-bottom: 2.3076923077vw;
  }
  .editor #toc_container {
    margin-top: 3.8461538462vw;
    padding: 0 2.3076923077vw;
    border-top: 0.2307692308vw solid #6f97f9;
  }
  .editor #toc_container p.toc_title {
    padding: 1vw 0 1vw;
    font-size: 1.2307692308vw;
  }
  .editor #toc_container p.toc_title + ul.toc_list {
    padding: 1.9230769231vw 0 1.1538461538vw;
  }
  .editor #toc_container .toc_list li {
    margin-bottom: 1.1538461538vw;
    font-size: 1.2307692308vw;
  }
  .editor #toc_container .toc_list li a {
    margin-bottom: 1.1538461538vw;
  }
  .editor #toc_container .toc_list li ul li {
    margin-top: 0.6153846154vw;
    font-size: 1.1538461538vw;
  }
  .editor #toc_container .toc_more {
    top: 1.5384615385vw;
    right: 2.3076923077vw;
    width: 1.1538461538vw;
    height: 1.1538461538vw;
  }
  .editor #toc_container .toc_more::after {
    width: 1.1538461538vw;
    height: 0.1538461538vw;
  }
  .editor #toc_container .toc_more::before {
    width: 1.1538461538vw;
    height: 0.1538461538vw;
  }
  a.editorBtn {
    width: 22.3076923077vw;
    height: 4.6153846154vw;
    margin: 1.5384615385vw auto;
    padding: 0 1.5384615385vw;
    border-radius: 2.5384615385vw;
    font-size: 1.2307692308vw;
  }
  a.editorBtn .icon {
    right: 1.9230769231vw;
    width: 1.1538461538vw;
    height: 0.8461538462vw;
  }
  .editorBox {
    margin-top: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
    padding: 1.5384615385vw;
    border-radius: 0.7692307692vw;
    font-size: 1.2307692308vw;
  }
  .editorIcon__box {
    min-height: 6.1538461538vw;
    margin-top: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
    padding: 1.5384615385vw 1.5384615385vw 1.5384615385vw 6.1538461538vw;
    border-radius: 0.7692307692vw;
    font-size: 1.2307692308vw;
  }
  .editorIcon__box::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    top: 1.5384615385vw;
    left: 1.5384615385vw;
  }
  .linkCard {
    margin-top: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
    padding: 1.5384615385vw;
    border-radius: 0.7692307692vw;
  }
  .linkCard__flex {
    gap: 1.5384615385vw;
  }
  .linkCard__img {
    width: 15.3846153846vw;
  }
  .linkCard__cont {
    width: calc(100% - 15.3846153846vw - 1.5384615385vw);
  }
  .linkCard__title {
    font-size: 1.2307692308vw;
  }
  .linkCard__text {
    margin-top: 0.7692307692vw;
    font-size: 1.0769230769vw;
  }
  .linkCard__more {
    margin-top: 0.7692307692vw;
    font-size: 1.0769230769vw;
  }
  .postCv {
    margin-top: 2.3076923077vw;
    margin-bottom: 2.3076923077vw;
    padding: 2.3076923077vw 0;
    border-radius: 1.5384615385vw;
  }
  .postCv__ttl {
    font-size: 2vw;
  }
  .postCv__sub {
    margin-top: 1.2307692308vw;
    font-size: 1.0769230769vw;
  }
  .postCv__btns {
    gap: 0.7692307692vw;
    margin-top: 1.7692307692vw;
  }
  .postCv__btns .cvBtn {
    width: 13.8461538462vw;
    height: 3.8461538462vw;
    gap: 0.4615384615vw;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 768px) {
  .editor h2 {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
    padding: 3.7333333333vw 5.3333333333vw;
    font-size: 4.8vw;
  }
  .editor h2::after {
    width: 1.3333333333vw;
    height: 6.9333333333vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .editor h3 {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
    padding: 0 0 0 4.2666666667vw;
    font-size: 4.8vw;
  }
  .editor h3::after {
    width: 1.3333333333vw;
    height: 6.9333333333vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .editor h4 {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
  .editor h5 {
    padding: 3.2vw 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .editor p {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.71;
  }
  .editor .wp-block-image {
    margin: 5.3333333333vw auto;
  }
  .editor .wp-block-image.size-large,
  .editor .wp-block-image .size-large {
    max-width: 80vw;
  }
  .editor .wp-block-image.size-full,
  .editor .wp-block-image .size-full {
    max-width: 80vw;
  }
  .editor ol {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .editor ol li {
    margin-top: 1.8666666667vw;
  }
  .editor ol li:before {
    top: -0.8vw;
    left: -5.3333333333vw;
    font-size: 4.8vw;
    font-weight: 600;
  }
  .editor ul {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
  .editor ul li {
    margin-top: 1.8666666667vw;
  }
  .editor ul.check {
    padding-left: 8vw;
  }
  .editor ul.check li::before {
    top: 0.5333333333vw;
    left: -8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .editor table {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .editor #toc_container {
    margin-top: 5.3333333333vw;
    padding: 0 6.6666666667vw;
    border-top: 0.8vw solid #6f97f9;
  }
  .editor #toc_container p.toc_title {
    padding: 3.4666666667vw 0 3.4666666667vw;
    font-size: 4vw;
  }
  .editor #toc_container p.toc_title + ul.toc_list {
    padding: 9.3333333333vw 0 4vw;
  }
  .editor #toc_container .toc_list li {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
  .editor #toc_container .toc_list li a {
    margin-bottom: 2.6666666667vw;
  }
  .editor #toc_container .toc_list li ul li {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .editor #toc_container .toc_more {
    top: 5.3333333333vw;
    right: 8vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .editor #toc_container .toc_more::after {
    width: 3.4666666667vw;
    height: 0.5333333333vw;
  }
  .editor #toc_container .toc_more::before {
    width: 3.4666666667vw;
    height: 0.5333333333vw;
  }
  a.editorBtn {
    width: 77.3333333333vw;
    height: 16vw;
    margin: 5.3333333333vw auto;
    padding: 0 5.3333333333vw;
    border-radius: 8.8vw;
    font-size: 4.2666666667vw;
  }
  a.editorBtn .icon {
    right: 6.6666666667vw;
    width: 4vw;
    height: 2.9333333333vw;
  }
  .editorBox {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 4.2666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.71;
  }
  .editorIcon__box {
    display: block;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    min-height: unset;
    margin-top: 9.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 6.9333333333vw 4.2666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.71;
  }
  .editorIcon__box::after {
    width: 8vw;
    height: 8vw;
    top: -4vw;
    left: 2.6666666667vw;
  }
  .linkCard {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .linkCard__flex {
    gap: 2.6666666667vw;
  }
  .linkCard__img {
    width: 32vw;
  }
  .linkCard__cont {
    width: calc(100% - 34.6666666667vw);
  }
  .linkCard__title {
    font-size: 3.4666666667vw;
  }
  .linkCard__text {
    display: none;
  }
  .linkCard__more {
    margin-top: 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
  .postCv {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 8vw 0;
    border-radius: 5.3333333333vw;
  }
  .postCv__ttl {
    font-size: 5.8666666667vw;
  }
  .postCv__sub {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .postCv__btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.6vw;
    margin-top: 5.3333333333vw;
  }
  .postCv__btns .cvBtn {
    width: 73.3333333333vw;
    height: 13.3333333333vw;
    gap: 1.6vw;
    font-size: 4.2666666667vw;
  }
  .postCv__btns .cvBtn p {
    margin: 0;
    line-height: 1.5;
  }
}
.s-col {
  padding-top: 26px;
  padding-bottom: 140px;
  background: #f4f7fa;
}
.s-col .bread {
  margin-top: 0;
}
.s-col + .footer {
  margin-top: 0;
  background: #f4f7fa;
}
.s-col .pickuip {
  margin-top: 80px;
}

.s-colMain {
  margin-top: 80px;
}

.s-colFlex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 54px;
}

.s-colCont {
  width: 760px;
  padding: 40px 40px 60px;
  border-radius: 20px;
  background: #fff;
}

.s-colCats {
  gap: 5px;
}
.s-colCats + .s-colTtl {
  margin-top: 20px;
}

.s-colCat {
  height: 31px;
  padding: 0 10px;
  border: 1px solid #6f97f9;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #6f97f9;
}

.s-colTtl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.06em;
}

.s-colMeta {
  gap: 20px;
  margin-top: 20px;
}

.s-colDate {
  font-size: 14px;
}

.s-colCats {
  font-size: 12px;
  color: #6f97f9;
}

.s-colSnss {
  margin-top: 10px;
  margin-bottom: 20px;
}

.s-colSnss__flex {
  gap: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.s-colSnss__icon {
  width: 44px;
  height: 44px;
}

.s-colImg {
  margin-top: 30px;
}

.s-colPager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
}

.s-colPager__flex {
  position: relative;
  width: 304px;
}

.s-colPrev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
.s-colPrev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.s-colNext {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
.s-colNext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  left: calc(50% - 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.s-colIndex {
  gap: 8px;
  font-size: 16px;
  color: #3446c0;
}
.s-colIndex .icon {
  width: 26px;
  height: 26px;
}

@media (min-width: 1921px) {
  .s-col {
    padding-top: 29.25px;
    padding-bottom: 157.5px;
  }
  .s-col .pickuip {
    margin-top: 90px;
  }
  .s-colMain {
    margin-top: 90px;
  }
  .s-colFlex {
    gap: 60.75px;
  }
  .s-colCont {
    width: 855px;
    padding: 45px 45px 67.5px;
    border-radius: 22.5px;
  }
  .s-colCats {
    gap: 5.625px;
  }
  .s-colCats + .s-colTtl {
    margin-top: 22.5px;
  }
  .s-colCat {
    height: 34.875px;
    padding: 0 11.25px;
    border-radius: 4.5px;
    font-size: 14.625px;
  }
  .s-colTtl {
    font-size: 36px;
  }
  .s-colMeta {
    gap: 22.5px;
    margin-top: 22.5px;
  }
  .s-colDate {
    font-size: 15.75px;
  }
  .s-colCats {
    font-size: 13.5px;
  }
  .s-colSnss {
    margin-top: 11.25px;
    margin-bottom: 22.5px;
  }
  .s-colSnss__flex {
    gap: 11.25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .s-colSnss__icon {
    width: 49.5px;
    height: 49.5px;
  }
  .s-colImg {
    margin-top: 33.75px;
  }
  .s-colPager {
    margin: 67.5px auto 0;
  }
  .s-colPager__flex {
    width: 342px;
  }
  .s-colPrev {
    width: 56.25px;
    height: 56.25px;
  }
  .s-colPrev::after {
    width: 9px;
    height: 9px;
    border-right: 2.25px solid #fff;
    border-bottom: 2.25px solid #fff;
  }
  .s-colNext {
    width: 56.25px;
    height: 56.25px;
  }
  .s-colNext::after {
    width: 9px;
    height: 9px;
    border-right: 2.25px solid #fff;
    border-bottom: 2.25px solid #fff;
  }
  .s-colIndex {
    gap: 9px;
    font-size: 18px;
  }
  .s-colIndex .icon {
    width: 29.25px;
    height: 29.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .s-col {
    padding-top: 2vw;
    padding-bottom: 10.7692307692vw;
  }
  .s-col .pickuip {
    margin-top: 6.1538461538vw;
  }
  .s-colMain {
    margin-top: 6.1538461538vw;
  }
  .s-colFlex {
    gap: 4.1538461538vw;
  }
  .s-colCont {
    width: 58.4615384615vw;
    padding: 3.0769230769vw 3.0769230769vw 4.6153846154vw;
    border-radius: 1.5384615385vw;
  }
  .s-colCats {
    gap: 0.3846153846vw;
  }
  .s-colCats + .s-colTtl {
    margin-top: 1.5384615385vw;
  }
  .s-colCat {
    height: 2.3846153846vw;
    padding: 0 0.7692307692vw;
    border-radius: 0.3076923077vw;
    font-size: 1vw;
  }
  .s-colTtl {
    font-size: 2.4615384615vw;
  }
  .s-colMeta {
    gap: 1.5384615385vw;
    margin-top: 1.5384615385vw;
  }
  .s-colDate {
    font-size: 1.0769230769vw;
  }
  .s-colCats {
    font-size: 0.9230769231vw;
  }
  .s-colSnss {
    margin-top: 0.7692307692vw;
    margin-bottom: 1.5384615385vw;
  }
  .s-colSnss__flex {
    gap: 0.7692307692vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .s-colSnss__icon {
    width: 3.3846153846vw;
    height: 3.3846153846vw;
  }
  .s-colImg {
    margin-top: 2.3076923077vw;
  }
  .s-colPager {
    margin: 4.6153846154vw auto 0;
  }
  .s-colPager__flex {
    width: 23.3846153846vw;
  }
  .s-colPrev {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
  .s-colPrev::after {
    width: 0.6153846154vw;
    height: 0.6153846154vw;
    border-right: 0.1538461538vw solid #fff;
    border-bottom: 0.1538461538vw solid #fff;
  }
  .s-colNext {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
  .s-colNext::after {
    width: 0.6153846154vw;
    height: 0.6153846154vw;
    border-right: 0.1538461538vw solid #fff;
    border-bottom: 0.1538461538vw solid #fff;
  }
  .s-colIndex {
    gap: 0.6153846154vw;
    font-size: 1.2307692308vw;
  }
  .s-colIndex .icon {
    width: 2vw;
    height: 2vw;
  }
}
@media (max-width: 768px) {
  .s-col {
    padding-top: 24vw;
    padding-bottom: 37.3333333333vw;
    background: #fff;
  }
  .s-col .pickuip {
    margin-top: 0;
    margin-bottom: 5.3333333333vw;
  }
  .s-col .side {
    padding-bottom: 0;
  }
  .s-colMain {
    margin-top: 0;
  }
  .s-colFlex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14.4vw;
  }
  .s-colCont {
    width: 100%;
    padding: 10.6666666667vw 0 18.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .s-colCats {
    gap: 1.3333333333vw;
  }
  .s-colCats + .s-colTtl {
    margin-top: 2.6666666667vw;
  }
  .s-colCat {
    height: 7.2vw;
    padding: 0 2.6666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
  .s-colTtl {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
  .s-colMeta {
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .s-colDate {
    font-size: 3.2vw;
  }
  .s-colCats {
    font-size: 3.2vw;
  }
  .s-colSnss {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .s-colSnss__flex {
    gap: 2.1333333333vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .s-colSnss__icon {
    width: 8vw;
    height: 8vw;
  }
  .s-colImg {
    margin-top: 5.3333333333vw;
  }
  .s-colPager {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 11.4666666667vw auto 0;
  }
  .s-colPager__flex {
    width: 70.4vw;
  }
  .s-colPrev {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .s-colPrev::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .s-colNext {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .s-colNext::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .s-colIndex {
    gap: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .s-colIndex .icon {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}/*# sourceMappingURL=s-column.css.map */