@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;
  }
}
:root {
  --blue: #004b83;
  --sky: #299CD2;
}

.pclMain .inner {
  max-width: 1240px;
  margin: 80px auto 100px;
}

.pclFlex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 62px;
}

.pclBoxs {
  width: calc(100% - 62px - 270px);
  padding: 23px 44px 40px;
  border: 5px solid rgba(227, 232, 241, 0.33);
}

.pclBox {
  gap: 26px;
  text-decoration: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.pclBox__img {
  width: 245px;
  height: auto;
}

.pclBox__cont {
  width: calc(100% - 245px - 26px);
}

.pclBox__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  color: var(--blue);
  text-align: left;
}

.pclBox__txt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #8f8d8c;
}

.pclBox__meta {
  margin-top: 31px;
  gap: 10px;
}

.pclBox__date {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  color: #8f8d8c;
}
.pclBox__date::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/icon/clock.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pclBox__cats {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}

.pclBox__cat {
  height: 26px;
  padding: 0 8px;
  border: 1px solid var(--blue);
  font-size: 14px;
  color: var(--blue);
}

@media (min-width: 1921px) {
  .pclMain .inner {
    max-width: 1395px;
    margin: 90px auto 112.5px;
  }
  .pclFlex {
    gap: 69.75px;
  }
  .pclBoxs {
    width: calc(100% - 69.75px - 303.75px);
    padding: 25.875px 49.5px 45px;
    border: 5.625px solid rgba(227, 232, 241, 0.33);
  }
  .pclBox {
    gap: 29.25px;
    padding-top: 33.75px;
    padding-bottom: 22.5px;
  }
  .pclBox__img {
    width: 275.625px;
  }
  .pclBox__cont {
    width: calc(100% - 275.625px - 29.25px);
  }
  .pclBox__ttl {
    font-size: 22.5px;
  }
  .pclBox__txt {
    margin-top: 13.5px;
    font-size: 18px;
  }
  .pclBox__meta {
    margin-top: 34.875px;
    gap: 11.25px;
  }
  .pclBox__date {
    padding-left: 18px;
    font-size: 18px;
  }
  .pclBox__date::after {
    top: calc(50% + 2.25px);
    width: 13.5px;
    height: 13.5px;
  }
  .pclBox__cats {
    gap: 5.625px;
  }
  .pclBox__cat {
    height: 29.25px;
    padding: 0 9px;
    font-size: 15.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pclMain .inner {
    max-width: 96.875vw;
    margin: 6.25vw auto 7.8125vw;
  }
  .pclFlex {
    gap: 4.84375vw;
  }
  .pclBoxs {
    width: calc(100% - 4.84375vw - 21.09375vw);
    padding: 1.796875vw 3.4375vw 3.125vw;
    border: 0.390625vw solid rgba(227, 232, 241, 0.33);
  }
  .pclBox {
    gap: 2.03125vw;
    padding-top: 2.34375vw;
    padding-bottom: 1.5625vw;
  }
  .pclBox__img {
    width: 19.140625vw;
  }
  .pclBox__cont {
    width: calc(100% - 19.140625vw - 2.03125vw);
  }
  .pclBox__ttl {
    font-size: 1.5625vw;
  }
  .pclBox__txt {
    margin-top: 0.9375vw;
    font-size: 1.25vw;
  }
  .pclBox__meta {
    margin-top: 2.421875vw;
    gap: 0.78125vw;
  }
  .pclBox__date {
    padding-left: 1.25vw;
    font-size: 1.25vw;
  }
  .pclBox__date::after {
    top: calc(50% + 0.15625vw);
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .pclBox__cats {
    gap: 0.390625vw;
  }
  .pclBox__cat {
    height: 2.03125vw;
    padding: 0 0.625vw;
    font-size: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .pclMain .inner {
    max-width: 330.6666666667vw;
    margin: 8vw auto 16vw;
    padding: 0 5.3333333333vw;
  }
  .pclFlex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 19.4666666667vw;
  }
  .pclBoxs {
    width: 100%;
    padding: 0;
    border: none;
  }
  .pclBox {
    gap: 4.2666666667vw;
    text-decoration: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 1px solid #e3e3e3;
  }
  .pclBox__img {
    width: 32vw;
    height: auto;
  }
  .pclBox__cont {
    width: calc(100% - 36.2666666667vw);
  }
  .pclBox__ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .pclBox__txt {
    display: none;
  }
  .pclBox__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.2vw;
    gap: 1.3333333333vw;
  }
  .pclBox__date {
    padding-left: 4vw;
    font-size: 3.7333333333vw;
  }
  .pclBox__date::after {
    top: calc(50% + 1px);
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  .pclBox__cats {
    gap: 1.3333333333vw;
  }
  .pclBox__cat {
    height: 5.8666666667vw;
    padding: 0 1.6vw;
    font-size: 3.2vw;
  }
}
.sclMain {
  padding-top: 80px;
}
.sclMain .inner {
  margin: 0 auto 100px;
}
.sclMain img {
  width: 100%;
  vertical-align: top;
}

.sclCont {
  width: calc(100% - 62px - 270px);
}

.sclCont__wrap {
  padding: 37px 40px 60px;
  border: 5px solid #f6f8fb;
}

.sclTtl {
  margin-top: 24px;
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 1.5;
  color: var(--blue);
}

.sclThum {
  display: block;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 40px;
}

@media (min-width: 1921px) {
  .sclMain {
    padding-top: 90px;
  }
  .sclMain .inner {
    margin: 0 auto 112.5px;
  }
  .sclMain img {
    width: 100%;
    vertical-align: top;
  }
  .sclCont {
    width: calc(100% - 69.75px - 303.75px);
  }
  .sclCont__wrap {
    padding: 41.625px 45px 67.5px;
    border: 5.625px solid #f6f8fb;
  }
  .sclTtl {
    margin-top: 27px;
    margin-bottom: 31.5px;
    font-size: 33.75px;
    line-height: 1.5;
    color: var(--blue);
  }
  .sclThum {
    display: block;
    width: 100%;
    margin-top: 31.5px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .sclMain {
    padding-top: 6.25vw;
  }
  .sclMain .inner {
    margin: 0 auto 7.8125vw;
  }
  .sclMain img {
    width: 100%;
    vertical-align: top;
  }
  .sclCont {
    width: calc(100% - 4.84375vw - 21.09375vw);
  }
  .sclCont__wrap {
    padding: 2.890625vw 3.125vw 4.6875vw;
    border: 0.390625vw solid #f6f8fb;
  }
  .sclTtl {
    margin-top: 1.875vw;
    margin-bottom: 2.1875vw;
    font-size: 2.34375vw;
    line-height: 1.5;
    color: var(--blue);
  }
  .sclThum {
    display: block;
    width: 100%;
    margin-top: 2.1875vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .sclMain {
    padding-top: 14.4vw;
  }
  .sclMain .inner {
    margin: 0 auto 21.3333333333vw;
    padding: 0 4vw;
  }
  .sclCont {
    width: 100%;
  }
  .sclCont__wrap {
    padding: 0;
    border: none;
  }
  .sclMeta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 2.6666666667vw;
    margin-top: 0;
  }
  .sclTtl {
    margin-top: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .sclThum {
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.side {
  width: 270px;
}

.sideSh__input {
  width: calc(100% - 60px);
  height: 60px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-right: none;
  font-size: 16px;
}
.sideSh__input::-webkit-input-placeholder {
  color: #8f8d8c;
}
.sideSh__input::-moz-placeholder {
  color: #8f8d8c;
}
.sideSh__input:-ms-input-placeholder {
  color: #8f8d8c;
}
.sideSh__input::-ms-input-placeholder {
  color: #8f8d8c;
}
.sideSh__input::placeholder {
  color: #8f8d8c;
}

.sideSh__btn {
  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: 60px;
  height: 60px;
  border: none;
  background: var(--blue);
  cursor: pointer;
}
.sideSh__btn .icon {
  width: 25px;
  height: 25px;
}

.sideBox__cat {
  margin-top: 45px;
  background: #e3e8f1;
}

.sideBox__hd {
  padding: 8px 0;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
}

.sideBox__main {
  padding: 20px 24px 30px;
}

.sideBox__links {
  margin-top: 20px;
}
.sideBox__links:first-child {
  margin-top: 0;
}

.sideBox__parent {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.sideBox__parent span {
  font-size: 16px;
  font-weight: 400;
  color: #8f8d8c;
}

.sideBox__child {
  position: relative;
  display: block;
  padding-left: 23px;
  margin-top: 8px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
.sideBox__child span {
  font-size: 16px;
  color: #8f8d8c;
}
.sideBox__child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
}

.sideBox__cont {
  margin-top: 45px;
  margin-bottom: 45px;
}

.sideBox__cont--ttl {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--blue);
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
}

.sideBox__flex {
  gap: 10px;
  margin-top: 12px;
  text-decoration: none;
}

.sideBox__img {
  width: 120px;
}

.sideBox__txt {
  width: calc(100% - 130px);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
}

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

@media (min-width: 1921px) {
  .side {
    width: 303.75px;
  }
  .sideSh__input {
    width: calc(100% - 67.5px);
    height: 67.5px;
    padding: 11.25px;
    font-size: 18px;
  }
  .sideSh__btn {
    width: 67.5px;
    height: 67.5px;
  }
  .sideSh__btn .icon {
    width: 28.125px;
    height: 28.125px;
  }
  .sideBox__cat {
    margin-top: 50.625px;
  }
  .sideBox__hd {
    padding: 9px 0;
    border-bottom: 2.25px solid #fff;
    font-size: 22.5px;
  }
  .sideBox__main {
    padding: 22.5px 27px 33.75px;
  }
  .sideBox__links {
    margin-top: 22.5px;
  }
  .sideBox__parent {
    font-size: 19.125px;
  }
  .sideBox__parent span {
    font-size: 18px;
  }
  .sideBox__child {
    padding-left: 25.875px;
    margin-top: 9px;
    font-size: 18px;
  }
  .sideBox__child span {
    font-size: 18px;
  }
  .sideBox__child::after {
    left: 9px;
    width: 6.75px;
    height: 6.75px;
    border-left: 2.25px solid var(--blue);
    border-bottom: 2.25px solid var(--blue);
  }
  .sideBox__cont {
    margin-top: 50.625px;
    margin-bottom: 50.625px;
  }
  .sideBox__cont--ttl {
    margin-bottom: 22.5px;
    padding-bottom: 7.875px;
    font-size: 22.5px;
  }
  .sideBox__flex {
    gap: 11.25px;
    margin-top: 13.5px;
  }
  .sideBox__img {
    width: 135px;
  }
  .sideBox__txt {
    width: calc(100% - 146.25px);
    font-size: 15.75px;
  }
  .side__bnr {
    margin-top: 22.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .side {
    width: 21.09375vw;
  }
  .sideSh__input {
    width: calc(100% - 4.6875vw);
    height: 4.6875vw;
    padding: 0.78125vw;
    font-size: 1.25vw;
  }
  .sideSh__btn {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .sideSh__btn .icon {
    width: 1.953125vw;
    height: 1.953125vw;
  }
  .sideBox__cat {
    margin-top: 3.515625vw;
  }
  .sideBox__hd {
    padding: 0.625vw 0;
    border-bottom: 0.15625vw solid #fff;
    font-size: 1.5625vw;
  }
  .sideBox__main {
    padding: 1.5625vw 1.875vw 2.34375vw;
  }
  .sideBox__links {
    margin-top: 1.5625vw;
  }
  .sideBox__parent {
    font-size: 1.328125vw;
  }
  .sideBox__parent span {
    font-size: 1.25vw;
  }
  .sideBox__child {
    padding-left: 1.796875vw;
    margin-top: 0.625vw;
    font-size: 1.25vw;
  }
  .sideBox__child span {
    font-size: 1.25vw;
  }
  .sideBox__child::after {
    left: 0.625vw;
    width: 0.46875vw;
    height: 0.46875vw;
    border-left: 0.15625vw solid var(--blue);
    border-bottom: 0.15625vw solid var(--blue);
  }
  .sideBox__cont {
    margin-top: 3.515625vw;
    margin-bottom: 3.515625vw;
  }
  .sideBox__cont--ttl {
    margin-bottom: 1.5625vw;
    padding-bottom: 0.546875vw;
    font-size: 1.5625vw;
  }
  .sideBox__flex {
    gap: 0.78125vw;
    margin-top: 0.9375vw;
  }
  .sideBox__img {
    width: 9.375vw;
  }
  .sideBox__txt {
    width: calc(100% - 10.15625vw);
    font-size: 1.09375vw;
  }
  .side__bnr {
    margin-top: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .side {
    width: 100%;
  }
  .sideSh__input {
    width: calc(100% - 16vw);
    height: 16vw;
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .sideSh__btn {
    width: 16vw;
    height: 16vw;
  }
  .sideSh__btn .icon {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .sideBox__cat {
    margin-top: 9.3333333333vw;
  }
  .sideBox__hd {
    padding: 2.1333333333vw 0;
    border-bottom: 0.5333333333vw solid #fff;
    font-size: 5.3333333333vw;
  }
  .sideBox__main {
    padding: 5.3333333333vw 6.4vw 8vw;
  }
  .sideBox__links {
    margin-top: 5.3333333333vw;
  }
  .sideBox__parent {
    font-size: 4.5333333333vw;
  }
  .sideBox__parent span {
    font-size: 4.2666666667vw;
  }
  .sideBox__child {
    padding-left: 6.1333333333vw;
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .sideBox__child span {
    font-size: 4.2666666667vw;
  }
  .sideBox__child::after {
    left: 2.1333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-left: 0.5333333333vw solid var(--blue);
    border-bottom: 0.5333333333vw solid var(--blue);
  }
  .sideBox__cont {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
  .sideBox__cont--ttl {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 1.8666666667vw;
    border-bottom: 0.5333333333vw solid var(--blue);
    font-size: 5.3333333333vw;
  }
  .sideBox__flex {
    gap: 2.6666666667vw;
    margin-top: 3.2vw;
  }
  .sideBox__img {
    width: 32vw;
  }
  .sideBox__txt {
    width: calc(100% - 34.6666666667vw);
    font-size: 3.7333333333vw;
  }
  .side__bnr {
    margin-top: 5.3333333333vw;
  }
}
.sclDr {
  position: relative;
  margin-top: 48px;
  margin-bottom: 35px;
}
.sclDr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  left: 5px;
  background: url(../images/column/dr_box_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.sclDr__foot .sclDr__wrap {
  position: relative;
  overflow: hidden;
  height: 385px;
}
.sclDr__foot .sclDr__wrap.active {
  height: auto;
  padding: 30px 30px 55px;
}

.sclDr__wrap {
  position: relative;
  padding: 30px 30px 25px;
  border: 2px solid #f2e100;
  background: #fefef4;
}

.sclDr__icon {
  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;
  position: absolute;
  top: -16px;
  left: 18px;
  width: 145px;
  height: 32px;
  font-size: 14px;
  background: url(../images/column/dr_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.sclDr__flex {
  gap: 24px;
}

.sclDr__img {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.sclDr__cont {
  width: calc(100% - 120px - 24px);
}

.sclDr__job {
  font-size: 13px;
}

.sclDr__name {
  font-size: 20px;
  font-weight: bold;
}

.sclDr__meta {
  font-size: 13px;
}

.sclDr__link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}
.sclDr__link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  top: calc(50% + 2px);
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.sclDr__his {
  margin-top: 40px;
}

.sclDr__his--ttl {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 36px;
  padding: 0 12px;
  border-left: 2px solid #f2e100;
  border-bottom: 1px solid #f2e100;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}

ul.sclDr__lists {
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
ul.sclDr__lists li.sclDr__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  margin-top: 8px;
  gap: 20px;
}

.sclDr__date {
  width: 90px;
  margin: 0;
}

.sclDr__txt {
  width: calc(100% - 110px);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.sclDr__sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.sclDr__more {
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 5px);
  height: 90px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fefef4), color-stop(70%, rgba(254, 254, 244, 0.7)), to(rgba(254, 254, 244, 0)));
  background: -webkit-linear-gradient(bottom, #fefef4 0%, rgba(254, 254, 244, 0.7) 70%, rgba(254, 254, 244, 0) 100%);
  background: linear-gradient(0deg, #fefef4 0%, rgba(254, 254, 244, 0.7) 70%, rgba(254, 254, 244, 0) 100%);
}
.sclDr__more.active {
  background: unset;
}
.sclDr__more.active .sclDr__more--txt {
  bottom: 10px;
}

.sclDr__more--txt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
  cursor: pointer;
}
.sclDr__more--txt .icon {
  position: absolute;
  top: calc(50% + 2px);
  left: -33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--blue);
}
.sclDr__more--txt .icon::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sclDr__more--txt .icon::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  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);
}
.sclDr__more--txt .icon.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.sclDr__more--txt p {
  margin: 0;
}

@media (min-width: 1921px) {
  .sclDr {
    margin-top: 54px;
    margin-bottom: 39.375px;
  }
  .sclDr::before {
    bottom: -5.625px;
    left: 5.625px;
  }
  .sclDr__foot .sclDr__wrap {
    height: 433.125px;
  }
  .sclDr__foot .sclDr__wrap.active {
    padding: 33.75px 33.75px 61.875px;
  }
  .sclDr__wrap {
    padding: 33.75px 33.75px 28.125px;
    border: 2.25px solid #f2e100;
  }
  .sclDr__icon {
    top: -18px;
    left: 20.25px;
    width: 163.125px;
    height: 36px;
    font-size: 15.75px;
  }
  .sclDr__flex {
    gap: 27px;
  }
  .sclDr__img {
    width: 135px;
    height: 135px;
  }
  .sclDr__cont {
    width: calc(100% - 135px - 27px);
  }
  .sclDr__job {
    font-size: 14.625px;
  }
  .sclDr__name {
    font-size: 22.5px;
  }
  .sclDr__meta {
    font-size: 14.625px;
  }
  .sclDr__link {
    margin-top: 7.875px;
    font-size: 18px;
  }
  .sclDr__link::after {
    width: 11.25px;
    height: 11.25px;
    border-right: 2.25px solid var(--blue);
    border-bottom: 2.25px solid var(--blue);
    top: calc(50% + 2.25px);
    left: -22.5px;
  }
  .sclDr__his {
    margin-top: 45px;
  }
  .sclDr__his--ttl {
    height: 40.5px;
    padding: 0 13.5px;
    border-left: 2.25px solid #f2e100;
    font-size: 20.25px;
  }
  ul.sclDr__lists {
    margin-top: 22.5px;
  }
  ul.sclDr__lists li.sclDr__list {
    margin-top: 9px;
    gap: 22.5px;
  }
  .sclDr__date {
    width: 101.25px;
  }
  .sclDr__txt {
    width: calc(100% - 123.75px);
    font-size: 15.75px;
  }
  .sclDr__sub {
    font-size: 15.75px;
  }
  .sclDr__more {
    bottom: 1.125px;
    width: calc(100% - 5.625px);
    height: 101.25px;
  }
  .sclDr__more.active .sclDr__more--txt {
    bottom: 11.25px;
  }
  .sclDr__more--txt {
    bottom: 33.75px;
    right: 33.75px;
    font-size: 18px;
  }
  .sclDr__more--txt .icon {
    top: calc(50% + 2.25px);
    left: -37.125px;
    width: 24.75px;
    height: 24.75px;
  }
  .sclDr__more--txt .icon::after {
    width: 11.25px;
    height: 2.25px;
  }
  .sclDr__more--txt .icon::before {
    width: 11.25px;
    height: 2.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .sclDr {
    margin-top: 3.75vw;
    margin-bottom: 2.734375vw;
  }
  .sclDr::before {
    bottom: -0.390625vw;
    left: 0.390625vw;
  }
  .sclDr__foot .sclDr__wrap {
    height: 30.078125vw;
  }
  .sclDr__foot .sclDr__wrap.active {
    padding: 2.34375vw 2.34375vw 4.296875vw;
  }
  .sclDr__wrap {
    padding: 2.34375vw 2.34375vw 1.953125vw;
    border: 0.15625vw solid #f2e100;
  }
  .sclDr__icon {
    top: -1.25vw;
    left: 1.40625vw;
    width: 11.328125vw;
    height: 2.5vw;
    font-size: 1.09375vw;
  }
  .sclDr__flex {
    gap: 1.875vw;
  }
  .sclDr__img {
    width: 9.375vw;
    height: 9.375vw;
  }
  .sclDr__cont {
    width: calc(100% - 9.375vw - 1.875vw);
  }
  .sclDr__job {
    font-size: 1.015625vw;
  }
  .sclDr__name {
    font-size: 1.5625vw;
  }
  .sclDr__meta {
    font-size: 1.015625vw;
  }
  .sclDr__link {
    margin-top: 0.546875vw;
    font-size: 1.25vw;
  }
  .sclDr__link::after {
    width: 0.78125vw;
    height: 0.78125vw;
    border-right: 0.15625vw solid var(--blue);
    border-bottom: 0.15625vw solid var(--blue);
    top: calc(50% + 0.15625vw);
    left: -1.5625vw;
  }
  .sclDr__his {
    margin-top: 3.125vw;
  }
  .sclDr__his--ttl {
    height: 2.8125vw;
    padding: 0 0.9375vw;
    border-left: 0.15625vw solid #f2e100;
    font-size: 1.40625vw;
  }
  ul.sclDr__lists {
    margin-top: 1.5625vw;
  }
  ul.sclDr__lists li.sclDr__list {
    margin-top: 0.625vw;
    gap: 1.5625vw;
  }
  .sclDr__date {
    width: 7.03125vw;
  }
  .sclDr__txt {
    width: calc(100% - 8.59375vw);
    font-size: 1.09375vw;
  }
  .sclDr__sub {
    font-size: 1.09375vw;
  }
  .sclDr__more {
    bottom: 0.078125vw;
    width: calc(100% - 0.390625vw);
    height: 7.03125vw;
  }
  .sclDr__more.active .sclDr__more--txt {
    bottom: 0.78125vw;
  }
  .sclDr__more--txt {
    bottom: 2.34375vw;
    right: 2.34375vw;
    font-size: 1.25vw;
  }
  .sclDr__more--txt .icon {
    top: calc(50% + 0.15625vw);
    left: -2.578125vw;
    width: 1.71875vw;
    height: 1.71875vw;
  }
  .sclDr__more--txt .icon::after {
    width: 0.78125vw;
    height: 0.15625vw;
  }
  .sclDr__more--txt .icon::before {
    width: 0.78125vw;
    height: 0.15625vw;
  }
}
@media (max-width: 768px) {
  .sclDr {
    margin-top: 12vw;
    margin-bottom: 9.3333333333vw;
  }
  .sclDr::before {
    bottom: -1.3333333333vw;
    left: 1.3333333333vw;
  }
  .sclDr__foot .sclDr__wrap {
    height: 94.6666666667vw;
  }
  .sclDr__foot .sclDr__wrap.active {
    padding: 6.6666666667vw 5.3333333333vw 14.6666666667vw;
  }
  .sclDr__wrap {
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
    border: 0.5333333333vw solid #f2e100;
  }
  .sclDr__icon {
    top: -3.4666666667vw;
    left: 2.6666666667vw;
    width: 32.5333333333vw;
    height: 7.2vw;
    font-size: 3.4666666667vw;
  }
  .sclDr__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4vw 5.3333333333vw;
  }
  .sclDr__img {
    width: 24vw;
    height: 24vw;
  }
  .sclDr__cont {
    width: calc(100% - 24vw - 5.3333333333vw);
  }
  .sclDr__job {
    font-size: 3.4666666667vw;
  }
  .sclDr__name {
    font-size: 5.3333333333vw;
  }
  .sclDr__meta {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .sclDr__link {
    margin-top: 0;
    margin-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .sclDr__link::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.5333333333vw solid var(--blue);
    border-bottom: 0.5333333333vw solid var(--blue);
    top: calc(50% + 0.2666666667vw);
    left: -5.3333333333vw;
  }
  .sclDr__his {
    margin-top: 8vw;
  }
  .sclDr__his--ttl {
    height: 9.6vw;
    padding: 0 3.2vw;
    border-left: 0.5333333333vw solid #f2e100;
    font-size: 4.2666666667vw;
  }
  ul.sclDr__lists {
    margin-top: 4.2666666667vw;
  }
  ul.sclDr__lists li.sclDr__list {
    margin-top: 2.1333333333vw;
    gap: 5.3333333333vw;
  }
  .sclDr__date {
    width: 21.3333333333vw;
  }
  .sclDr__txt {
    width: calc(100% - 26.6666666667vw);
    font-size: 3.2vw;
  }
  .sclDr__sub {
    font-size: 3.2vw;
  }
  .sclDr__more {
    bottom: 0.5333333333vw;
    width: calc(100% - 2.6666666667vw);
    height: 24vw;
  }
  .sclDr__more.active .sclDr__more--txt {
    bottom: 5.3333333333vw;
  }
  .sclDr__more--txt {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .sclDr__more--txt p {
    font-size: 3.2vw;
  }
  .sclDr__more--txt .icon {
    top: calc(50% + 0.5333333333vw);
    left: -6.4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .sclDr__more--txt .icon::after {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
  .sclDr__more--txt .icon::before {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
}
.editor #toc_container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  padding: 0;
  border: 1px solid #e3e8f1;
  background: #fff;
}
.editor #toc_container.active {
  height: auto;
}
.editor #toc_container p.toc_title {
  position: relative;
  padding: 14px 20px 14px 48px;
  border-top: 3px solid #004b83;
  border-bottom: 1px solid #e3e8f1;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: var(--blue);
}
.editor #toc_container p.toc_title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 17px;
  background: url(../images/column/toc_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.editor #toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
  padding: 40px 60px 40px;
}
.editor #toc_container p.toc_title + ul.toc_list.active {
  height: auto;
  padding: 40px 60px 60px;
}
.editor #toc_container .toc_list {
  position: relative;
  overflow: hidden;
  height: 290px;
  font-family: "Noto Sans JP", sans-serif;
}
.editor #toc_container .toc_list .toc_number {
  padding-right: 5px;
}
.editor #toc_container .toc_list li {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.editor #toc_container .toc_list li::before {
  display: none;
}
.editor #toc_container .toc_list li a {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  color: #333;
}
.editor #toc_container .toc_list li ul {
  margin-left: 0;
  padding-left: 20px;
}
.editor #toc_container .toc_list li ul li {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.editor #toc_container .toc_list li ul li a {
  padding-bottom: 0;
  margin-bottom: 5px;
  border: none;
}
.editor #toc_container .toc_list li ul li a .toc_number {
  display: none;
}
.editor #toc_container .toc_more {
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, rgba(255, 255, 255, 0.74)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}
.editor #toc_container .toc_more .txt {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
}
.editor #toc_container .toc_more .icon {
  position: absolute;
  top: calc(50% + 1px);
  left: -33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--blue);
}
.editor #toc_container .toc_more .icon::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.editor #toc_container .toc_more .icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  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 .icon.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.editor #toc_container .toc_more p {
  margin: 0;
}
.editor #toc_container .toc_more.active {
  height: 1px;
}

@media (min-width: 1921px) {
  .editor #toc_container {
    height: 450px;
    margin-top: 45px;
  }
  .editor #toc_container p.toc_title {
    padding: 15.75px 22.5px 15.75px 54px;
    border-top: 3.375px solid #004b83;
    font-size: 24.75px;
  }
  .editor #toc_container p.toc_title::after {
    left: 20.25px;
    width: 21.375px;
    height: 19.125px;
  }
  .editor #toc_container p.toc_title + ul.toc_list {
    padding: 45px 67.5px 45px;
  }
  .editor #toc_container p.toc_title + ul.toc_list.active {
    padding: 45px 67.5px 67.5px;
  }
  .editor #toc_container .toc_list {
    height: 326.25px;
  }
  .editor #toc_container .toc_list .toc_number {
    padding-right: 5.625px;
  }
  .editor #toc_container .toc_list li {
    margin-bottom: 16.875px;
    font-size: 20.25px;
  }
  .editor #toc_container .toc_list li a {
    margin-bottom: 15.75px;
  }
  .editor #toc_container .toc_list li ul {
    padding-left: 22.5px;
  }
  .editor #toc_container .toc_list li ul li {
    margin-top: 9px;
    font-size: 16.875px;
  }
  .editor #toc_container .toc_list li ul li a {
    margin-bottom: 5.625px;
  }
  .editor #toc_container .toc_more {
    height: 135px;
  }
  .editor #toc_container .toc_more .txt {
    bottom: 33.75px;
    right: 45px;
    font-size: 18px;
  }
  .editor #toc_container .toc_more .icon {
    top: calc(50% + 1.125px);
    left: -xl(33);
    width: 24.75px;
    height: 24.75px;
  }
  .editor #toc_container .toc_more .icon::after {
    width: 13.5px;
    height: 2.25px;
  }
  .editor #toc_container .toc_more .icon::before {
    width: 13.5px;
    height: 2.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .editor #toc_container {
    height: 31.25vw;
    margin-top: 3.125vw;
  }
  .editor #toc_container p.toc_title {
    padding: 1.09375vw 1.5625vw 1.09375vw 3.75vw;
    border-top: 0.234375vw solid #004b83;
    font-size: 1.71875vw;
  }
  .editor #toc_container p.toc_title::after {
    left: 1.40625vw;
    width: 1.484375vw;
    height: 1.328125vw;
  }
  .editor #toc_container p.toc_title + ul.toc_list {
    padding: 3.125vw 4.6875vw 3.125vw;
  }
  .editor #toc_container p.toc_title + ul.toc_list.active {
    padding: 3.125vw 4.6875vw 4.6875vw;
  }
  .editor #toc_container .toc_list {
    height: 22.65625vw;
  }
  .editor #toc_container .toc_list .toc_number {
    padding-right: 0.390625vw;
  }
  .editor #toc_container .toc_list li {
    margin-bottom: 1.171875vw;
    font-size: 1.40625vw;
  }
  .editor #toc_container .toc_list li a {
    margin-bottom: 1.09375vw;
  }
  .editor #toc_container .toc_list li ul {
    padding-left: 1.5625vw;
  }
  .editor #toc_container .toc_list li ul li {
    margin-top: 0.625vw;
    font-size: 1.171875vw;
  }
  .editor #toc_container .toc_list li ul li a {
    margin-bottom: 0.390625vw;
  }
  .editor #toc_container .toc_more {
    height: 9.375vw;
  }
  .editor #toc_container .toc_more .txt {
    bottom: 2.34375vw;
    right: 3.125vw;
    font-size: 1.25vw;
  }
  .editor #toc_container .toc_more .icon {
    top: calc(50% + 0.078125vw);
    left: -tab(33);
    width: 1.71875vw;
    height: 1.71875vw;
  }
  .editor #toc_container .toc_more .icon::after {
    width: 0.9375vw;
    height: 0.15625vw;
  }
  .editor #toc_container .toc_more .icon::before {
    width: 0.9375vw;
    height: 0.15625vw;
  }
}
@media (max-width: 768px) {
  .editor #toc_container {
    height: 89.3333333333vw;
    margin-top: 8vw;
  }
  .editor #toc_container p.toc_title {
    padding: 1.8666666667vw 3.2vw 2.6666666667vw 9.8666666667vw;
    border-top: 0.8vw solid #004b83;
    font-size: 4.5333333333vw;
  }
  .editor #toc_container p.toc_title::after {
    left: 3.2vw;
    width: 4.5333333333vw;
    height: 4vw;
  }
  .editor #toc_container p.toc_title + ul.toc_list {
    margin-top: 0;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
  .editor #toc_container p.toc_title + ul.toc_list.active {
    height: auto;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
  .editor #toc_container .toc_list {
    position: relative;
    overflow: hidden;
    height: 64vw;
  }
  .editor #toc_container .toc_list .toc_number {
    padding-right: 1.3333333333vw;
  }
  .editor #toc_container .toc_list li {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
  .editor #toc_container .toc_list li a {
    margin-bottom: 3.7333333333vw;
  }
  .editor #toc_container .toc_list li ul {
    padding-left: 5.3333333333vw;
  }
  .editor #toc_container .toc_list li ul li {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .editor #toc_container .toc_list li ul li a {
    margin-bottom: 1.3333333333vw;
  }
  .editor #toc_container .toc_more {
    height: 32vw;
  }
  .editor #toc_container .toc_more .txt {
    bottom: 3.7333333333vw;
    right: 3.2vw;
  }
  .editor #toc_container .toc_more .txt p {
    font-size: 3.2vw;
  }
  .editor #toc_container .toc_more .icon {
    left: -7.4666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .editor #toc_container .toc_more .icon::after {
    width: 3.2vw;
    height: 0.5333333333vw;
  }
  .editor #toc_container .toc_more .icon::before {
    width: 3.2vw;
    height: 0.5333333333vw;
  }
  .editor #toc_container .toc_more.active {
    height: 1px;
  }
  .editor #toc_container .toc_more.active .txt {
    bottom: 2.6666666667vw;
  }
}
.sclAc {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 35px;
  border-top: 1px solid #e3e8f1;
  border-bottom: 1px solid #e3e8f1;
}

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

.sclAc__logo {
  width: 72px;
  height: 72px;
}

.sclAc__meta {
  width: calc(100% - 40px - 72px - 278px);
}

.sclAc__top {
  gap: 28px;
}
.sclAc__top .name {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.sclAc__top .txt {
  font-size: 12px;
  color: #8f8d8c;
}

.sclAc__line {
  width: 386px;
  height: 7px;
  margin-top: 17px;
  margin-bottom: 22px;
}

.sclAc__txt {
  font-size: 14px;
}

.sclAc__links {
  margin-top: 10px;
}
.sclAc__links .txt {
  font-size: 14px;
  padding-right: 15px;
}

.sclAc__link {
  font-size: 14px;
  color: var(--blue);
}

.sclAc__map {
  width: 278px;
}

.sclAc__mao--wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}
.sclAc__mao--wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1921px) {
  .sclAc {
    margin-top: 33.75px;
    padding-top: 33.75px;
    padding-bottom: 39.375px;
  }
  .sclAc_flex {
    gap: 22.5px;
  }
  .sclAc__logo {
    width: 81px;
    height: 81px;
  }
  .sclAc__meta {
    width: calc(100% - 45px - 81px - 312.75px);
  }
  .sclAc__top {
    gap: 31.5px;
  }
  .sclAc__top .name {
    font-size: 28.125px;
  }
  .sclAc__top .txt {
    font-size: 13.5px;
  }
  .sclAc__line {
    width: 434.25px;
    height: 7.875px;
    margin-top: 19.125px;
    margin-bottom: 24.75px;
  }
  .sclAc__txt {
    font-size: 15.75px;
  }
  .sclAc__links {
    margin-top: 11.25px;
  }
  .sclAc__links .txt {
    font-size: 15.75px;
    padding-right: 16.875px;
  }
  .sclAc__link {
    font-size: 15.75px;
  }
  .sclAc__map {
    width: 312.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .sclAc {
    margin-top: 2.34375vw;
    padding-top: 2.34375vw;
    padding-bottom: 2.734375vw;
  }
  .sclAc_flex {
    gap: 1.5625vw;
  }
  .sclAc__logo {
    width: 5.625vw;
    height: 5.625vw;
  }
  .sclAc__meta {
    width: calc(100% - 3.125vw - 5.625vw - 21.71875vw);
  }
  .sclAc__top {
    gap: 2.1875vw;
  }
  .sclAc__top .name {
    font-size: 1.953125vw;
  }
  .sclAc__top .txt {
    font-size: 0.9375vw;
  }
  .sclAc__line {
    width: 30.15625vw;
    height: 0.546875vw;
    margin-top: 1.328125vw;
    margin-bottom: 1.71875vw;
  }
  .sclAc__txt {
    font-size: 1.09375vw;
  }
  .sclAc__links {
    margin-top: 0.78125vw;
  }
  .sclAc__links .txt {
    font-size: 1.09375vw;
    padding-right: 1.171875vw;
  }
  .sclAc__link {
    font-size: 1.09375vw;
  }
  .sclAc__map {
    width: 21.71875vw;
  }
}
@media (max-width: 768px) {
  .sclAc {
    margin-top: 9.0666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .sclAc_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5.3333333333vw 2.6666666667vw;
  }
  .sclAc__logo {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .sclAc__meta {
    width: calc(100% - 16vw);
  }
  .sclAc__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6vw;
  }
  .sclAc__top .name {
    font-size: 5.0666666667vw;
  }
  .sclAc__top .txt {
    font-size: 3.2vw;
  }
  .sclAc__line {
    width: 67.2vw;
    height: 1.8666666667vw;
    margin-top: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .sclAc__txt {
    font-size: 3.2vw;
  }
  .sclAc__links {
    margin-top: 1.6vw;
  }
  .sclAc__links .txt {
    font-size: 3.2vw;
    padding-right: 2.6666666667vw;
  }
  .sclAc__link {
    font-size: 3.2vw;
  }
  .sclAc__map {
    width: 100%;
  }
}
.smnCv {
  margin-top: 90px;
  padding-top: 35px;
  padding-bottom: 60px;
  border-top: 7px solid #009dd5;
  border-bottom: 7px solid #009dd5;
  background: #20b3e8;
  background: url(../images/menu/cv_bg.png);
  background-repeat: no-repeat;
  background-size: 100% calc(100% + 3px);
}

.smnCv__en {
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  color: #a1dff5;
  text-align: center;
}

.smnCv__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2px auto 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.smnCv__ttl::after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/icon/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.smnCv__ttl::before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/icon/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.smnCv__btns {
  gap: 24px;
  max-width: 1080px;
  width: 100%;
  margin: 32px auto 0;
}

.smnCv__btn {
  width: calc((100% - 48px) / 3);
  height: 80px;
  -webkit-box-shadow: 3px 3px 0 0 #006a90;
          box-shadow: 3px 3px 0 0 #006a90;
  color: var(--blue);
}
.smnCv__btn p {
  margin: 0;
}

.smnCv__tel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #e3e8f1;
}
.smnCv__tel .flex {
  gap: 5px;
}
.smnCv__tel .icon {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.smnCv__tel .txt {
  font-size: 28px;
  font-weight: 900;
  color: var(--blue);
}
.smnCv__tel .sub {
  font-size: 11px;
  text-align: center;
  color: var(--blue);
}

.smnCv__web {
  gap: 5px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.01em;
  background: #f2e100;
}
.smnCv__web .icon {
  width: 27px;
  height: 27px;
}

.smnCv__mail {
  gap: 5px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.01em;
  background: #fff;
}
.smnCv__mail .icon {
  width: 25px;
  height: 25px;
}

.smnCv__note {
  margin: 32px auto 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media (min-width: 1921px) {
  .smnCv {
    margin-top: 101.25px;
    padding-top: 39.375px;
    padding-bottom: 67.5px;
    border-top: 7.875px solid #009dd5;
    border-bottom: 7.875px solid #009dd5;
  }
  .smnCv__en {
    font-size: 21.375px;
  }
  .smnCv__ttl {
    margin: 2.25px auto 0;
    font-size: 36px;
  }
  .smnCv__ttl::after {
    top: calc(50% + 3.375px);
    right: -22.5px;
    width: 11.25px;
    height: 11.25px;
  }
  .smnCv__ttl::before {
    top: calc(50% + 3.375px);
    left: -22.5px;
    width: 11.25px;
    height: 11.25px;
  }
  .smnCv__btns {
    gap: 27px;
    max-width: 1215px;
    margin: 36px auto 0;
  }
  .smnCv__btn {
    width: calc((100% - 54px) / 3);
    height: 90px;
    -webkit-box-shadow: 3.375px 3.375px 0 0 #006a90;
            box-shadow: 3.375px 3.375px 0 0 #006a90;
  }
  .smnCv__tel .flex {
    gap: 5.625px;
  }
  .smnCv__tel .icon {
    width: 22.5px;
    height: 22.5px;
    margin-top: 4.5px;
  }
  .smnCv__tel .txt {
    font-size: 31.5px;
  }
  .smnCv__tel .sub {
    font-size: 12.375px;
  }
  .smnCv__web {
    gap: 5.625px;
    font-size: 24.75px;
  }
  .smnCv__web .icon {
    width: 30.375px;
    height: 30.375px;
  }
  .smnCv__mail {
    gap: 5.625px;
    font-size: 24.75px;
  }
  .smnCv__mail .icon {
    width: 28.125px;
    height: 28.125px;
  }
  .smnCv__note {
    margin: 36px auto 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .smnCv {
    margin-top: 7.03125vw;
    padding-top: 2.734375vw;
    padding-bottom: 4.6875vw;
    border-top: 0.546875vw solid #009dd5;
    border-bottom: 0.546875vw solid #009dd5;
  }
  .smnCv__en {
    font-size: 1.484375vw;
  }
  .smnCv__ttl {
    margin: 0.15625vw auto 0;
    font-size: 2.5vw;
  }
  .smnCv__ttl::after {
    top: calc(50% + 0.234375vw);
    right: -1.5625vw;
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .smnCv__ttl::before {
    top: calc(50% + 0.234375vw);
    left: -1.5625vw;
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .smnCv__btns {
    gap: 1.875vw;
    max-width: 84.375vw;
    margin: 2.5vw auto 0;
  }
  .smnCv__btn {
    width: calc((100% - 3.75vw) / 3);
    height: 6.25vw;
    -webkit-box-shadow: 0.234375vw 0.234375vw 0 0 #006a90;
            box-shadow: 0.234375vw 0.234375vw 0 0 #006a90;
  }
  .smnCv__tel .flex {
    gap: 0.390625vw;
  }
  .smnCv__tel .icon {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-top: 0.3125vw;
  }
  .smnCv__tel .txt {
    font-size: 2.1875vw;
  }
  .smnCv__tel .sub {
    font-size: 0.859375vw;
  }
  .smnCv__web {
    gap: 0.390625vw;
    font-size: 1.71875vw;
  }
  .smnCv__web .icon {
    width: 2.109375vw;
    height: 2.109375vw;
  }
  .smnCv__mail {
    gap: 0.390625vw;
    font-size: 1.71875vw;
  }
  .smnCv__mail .icon {
    width: 1.953125vw;
    height: 1.953125vw;
  }
  .smnCv__note {
    margin: 2.5vw auto 0;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .smnCv {
    margin-top: 16vw;
    padding-top: 7.4666666667vw;
    padding-bottom: 9.8666666667vw;
    border-top: 1.3333333333vw solid #009dd5;
    border-bottom: 1.3333333333vw solid #009dd5;
    background: url(../images/menu/cv_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #20b3e8;
  }
  .smnCv__en {
    font-size: 4.5333333333vw;
  }
  .smnCv__ttl {
    margin: 0.5333333333vw auto 0;
    font-size: 5.3333333333vw;
  }
  .smnCv__ttl::after {
    top: calc(50% + 0.8vw);
    right: -5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .smnCv__ttl::before {
    top: calc(50% + 0.8vw);
    left: -5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .smnCv__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4.2666666667vw;
    max-width: 288vw;
    margin: 6.4vw auto 0;
  }
  .smnCv__btn {
    width: 78.4vw;
    height: 16vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0 0 #006a90;
            box-shadow: 0.8vw 0.8vw 0 0 #006a90;
  }
  .smnCv__tel .flex {
    gap: 1.0666666667vw;
  }
  .smnCv__tel .icon {
    width: 4.8vw;
    height: 4.8vw;
  }
  .smnCv__tel .txt {
    font-size: 6.4vw;
  }
  .smnCv__tel .sub {
    font-size: 2.9333333333vw;
  }
  .smnCv__web {
    gap: 1.3333333333vw;
    font-size: 4.8vw;
  }
  .smnCv__web .icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .smnCv__mail {
    gap: 1.3333333333vw;
    font-size: 4.8vw;
  }
  .smnCv__mail .icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .smnCv__note {
    margin: 6.4vw auto 0;
    font-size: 4.2666666667vw;
  }
}
.editor h2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 14px 22px;
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  background: #e3e8f1;
}
.editor h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 28px);
  background: #004b83;
}
.editor h2 span {
  font-weight: bold;
}
.editor h3 {
  position: relative;
  margin-top: 48px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #004b83;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
.editor h3 span {
  font-weight: bold;
}
.editor h4 {
  position: relative;
  margin-top: 48px;
  margin-bottom: 20px;
  padding: 2px 10px 2px 16px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.editor h4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: #004b83;
}
.editor h4 span {
  font-weight: bold;
}
.editor h5 {
  position: relative;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 20px;
  padding: 6px 13px;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #004b83;
}
.editor h5 span {
  font-weight: bold;
}
.editor p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.76;
}
.editor p.list {
  margin-top: -30px;
}
.editor strong {
  font-weight: bold;
}
.editor a {
  color: #269ace;
  text-decoration: underline;
}
.editor .wp-block-image {
  margin: 40px auto;
}
.editor .wp-block-image.size-large,
.editor .wp-block-image .size-large {
  max-width: 700px;
}
.editor .wp-block-image.size-full,
.editor .wp-block-image .size-full {
  max-width: 700px;
  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] {
  display: block;
  max-width: 100%;
  width: 100%;
}
.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: 30px;
  margin-bottom: 30px;
  padding-left: 24px;
  font-size: 19px;
  font-weight: 600;
  list-style: none;
  counter-reset: number;
  color: var(--blue);
}
.editor ol li {
  position: relative;
  margin-top: 8px;
}
.editor ol li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  top: -2px;
  left: -25px;
  font-size: 20px;
  font-weight: 600;
  color: var(--blue);
}
.editor ul {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 600;
  list-style: none;
  color: var(--blue);
}
.editor ul li {
  position: relative;
  margin-top: 8px;
}
.editor ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -18px;
  width: 9px;
  height: 8px;
  background: url(../images/icon/list_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.editor ul.check {
  list-style: none;
  padding: 25px 25px 25px 53px;
  font-size: 19px;
  font-weight: 600;
  background: #ecf0f8;
}
.editor ul.check li:first-child {
  margin-top: 0;
}
.editor ul.check li::before {
  content: "";
  position: absolute;
  background: url(../images/icon/check_blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 6px;
  left: -27px;
  width: 19px;
  height: 19px;
}
.editor mark {
  font-style: normal;
  font-weight: bold;
  background: #f7f273;
}
.editor mark.has-custom-red-color {
  color: #fb896c;
}
.editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
.editor table {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.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 {
  padding: 14px 16px;
  border: 1px solid #c9c8c7;
}
.editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child,
.editor table td:first-child {
  padding: 14px 16px;
  background: #e3e8f1;
}
.editor .wp-block-column .wp-block-image {
  margin: 0 auto;
}
.editor .wp-block-column h2,
.editor .wp-block-column h3,
.editor .wp-block-column h4,
.editor .wp-block-column h5,
.editor .wp-block-column p {
  margin-top: 0;
}

@media (min-width: 1921px) {
  .editor h2 {
    margin-top: 56.25px;
    margin-bottom: 45px;
    padding: 15.75px 24.75px;
    font-size: 31.5px;
  }
  .editor h2::after {
    width: 5.625px;
    height: calc(100% - 31.5px);
  }
  .editor h3 {
    margin-top: 54px;
    margin-bottom: 33.75px;
    padding-bottom: 16.875px;
    font-size: 27px;
  }
  .editor h4 {
    margin-top: 54px;
    margin-bottom: 22.5px;
    padding: 2.25px 11.25px 2.25px 18px;
    font-size: 22.5px;
  }
  .editor h4::after {
    width: 3.375px;
  }
  .editor h5 {
    margin-top: 54px;
    margin-bottom: 22.5px;
    padding: 6.75px 14.625px;
    font-size: 20.25px;
  }
  .editor p {
    margin-bottom: 33.75px;
    font-size: 19.125px;
  }
  .editor p.list {
    margin-top: -33.75px;
  }
  .editor .wp-block-image {
    margin: 45px auto;
  }
  .editor .wp-block-image.size-large,
  .editor .wp-block-image .size-large {
    max-width: 787.5px;
  }
  .editor .wp-block-image.size-full,
  .editor .wp-block-image .size-full {
    max-width: 787.5px;
  }
  .editor ol {
    margin-top: 33.75px;
    margin-bottom: 33.75px;
    padding-left: 27px;
    font-size: 21.375px;
  }
  .editor ol li {
    margin-top: 9px;
  }
  .editor ol li:before {
    top: -2.25px;
    left: -28.125px;
    font-size: 22.5px;
  }
  .editor ul {
    margin-top: 33.75px;
    margin-bottom: 33.75px;
    padding-left: 22.5px;
    font-size: 21.375px;
  }
  .editor ul li {
    margin-top: 9px;
  }
  .editor ul li::before {
    top: 13.5px;
    left: -20.25px;
    width: 10.125px;
    height: 9px;
  }
  .editor ul.check {
    padding: 28.125px 28.125px 28.125px 59.625px;
    font-size: 21.375px;
  }
  .editor ul.check li::before {
    top: 6.75px;
    left: -30.375px;
    width: 21.375px;
    height: 21.375px;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .editor table {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    font-size: 18px;
  }
  .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 {
    padding: 15.75px 18px;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child,
  .editor table td:first-child {
    padding: 15.75px 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .editor h2 {
    margin-top: 3.90625vw;
    margin-bottom: 3.125vw;
    padding: 1.09375vw 1.71875vw;
    font-size: 2.1875vw;
  }
  .editor h2::after {
    width: 0.390625vw;
    height: calc(100% - 2.1875vw);
  }
  .editor h3 {
    margin-top: 3.75vw;
    margin-bottom: 2.34375vw;
    padding-bottom: 1.171875vw;
    font-size: 1.875vw;
  }
  .editor h4 {
    margin-top: 3.75vw;
    margin-bottom: 1.5625vw;
    padding: 0.15625vw 0.78125vw 0.15625vw 1.25vw;
    font-size: 1.5625vw;
  }
  .editor h4::after {
    width: 0.234375vw;
  }
  .editor h5 {
    margin-top: 3.75vw;
    margin-bottom: 1.5625vw;
    padding: 0.46875vw 1.015625vw;
    font-size: 1.40625vw;
  }
  .editor p {
    margin-bottom: 2.34375vw;
    font-size: 1.328125vw;
  }
  .editor p.list {
    margin-top: -2.34375vw;
  }
  .editor .wp-block-image {
    margin: 3.125vw auto;
  }
  .editor .wp-block-image.size-large,
  .editor .wp-block-image .size-large {
    max-width: 54.6875vw;
  }
  .editor .wp-block-image.size-full,
  .editor .wp-block-image .size-full {
    max-width: 54.6875vw;
  }
  .editor ol {
    margin-top: 2.34375vw;
    margin-bottom: 2.34375vw;
    padding-left: 1.875vw;
    font-size: 1.484375vw;
  }
  .editor ol li {
    margin-top: 0.625vw;
  }
  .editor ol li:before {
    top: -0.15625vw;
    left: -1.953125vw;
    font-size: 1.5625vw;
  }
  .editor ul {
    margin-top: 2.34375vw;
    margin-bottom: 2.34375vw;
    padding-left: 1.5625vw;
    font-size: 1.484375vw;
  }
  .editor ul li {
    margin-top: 0.625vw;
  }
  .editor ul li::before {
    top: 0.9375vw;
    left: -1.40625vw;
    width: 0.703125vw;
    height: 0.625vw;
  }
  .editor ul.check {
    padding: 1.953125vw 1.953125vw 1.953125vw 4.140625vw;
    font-size: 1.484375vw;
  }
  .editor ul.check li::before {
    top: 0.46875vw;
    left: -2.109375vw;
    width: 1.484375vw;
    height: 1.484375vw;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .editor table {
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
    font-size: 1.25vw;
  }
  .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 {
    padding: 1.09375vw 1.25vw;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child,
  .editor table td:first-child {
    padding: 1.09375vw 1.25vw;
  }
}
@media (max-width: 768px) {
  .editor h2 {
    margin-top: 10.6666666667vw;
    margin-bottom: 8vw;
    padding: 4.5333333333vw 4vw 4.5333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.45;
  }
  .editor h2::after {
    width: 1.3333333333vw;
    height: calc(100% - 4.8vw);
  }
  .editor h3 {
    margin-top: 13.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .editor h4 {
    margin-top: 13.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 0.5333333333vw 1.3333333333vw 0.5333333333vw 4.2666666667vw;
    font-size: 4.8vw;
  }
  .editor h4::after {
    width: 0.8vw;
  }
  .editor h5 {
    margin-top: 13.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 1.3333333333vw 3.4666666667vw;
    font-size: 4.2666666667vw;
  }
  .editor p {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .editor p.list {
    margin-top: -8vw;
  }
  .editor .wp-block-image {
    margin: 8vw auto;
  }
  .editor .wp-block-image.size-large,
  .editor .wp-block-image .size-large {
    max-width: 186.6666666667vw;
  }
  .editor .wp-block-image.size-full,
  .editor .wp-block-image .size-full {
    max-width: 186.6666666667vw;
    width: 100%;
  }
  .editor ol {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-left: 6.4vw;
    font-size: 4.8vw;
  }
  .editor ol li {
    margin-top: 2.1333333333vw;
  }
  .editor ol li:before {
    top: -0.5333333333vw;
    left: -6.6666666667vw;
    font-size: 5.0666666667vw;
  }
  .editor ul {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-left: 5.3333333333vw;
    font-size: 4.8vw;
  }
  .editor ul li {
    margin-top: 2.1333333333vw;
  }
  .editor ul li::before {
    top: 2.9333333333vw;
    left: -4.8vw;
    width: 2.4vw;
    height: 2.1333333333vw;
  }
  .editor ul.check {
    padding: 4vw 4vw 4vw 10.4vw;
    font-size: 4.8vw;
  }
  .editor ul.check li::before {
    top: 1.3333333333vw;
    left: -7.2vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .editor table {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .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 {
    padding: 3.7333333333vw;
  }
  .editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:first-child,
  .editor table td:first-child {
    padding: 3.7333333333vw;
  }
}
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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 283px;
  height: 60px;
  margin: 40px auto;
  padding: 0 20px;
  border: 1px solid var(--blue);
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 0 var(--blue);
          box-shadow: 5px 5px 0 0 var(--blue);
}
a.editorBtn .icon {
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(../images/icon/arrow_btn.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.editorBox {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid var(--blue);
  font-size: 17px;
  line-height: 1.76;
  font-weight: 600;
  color: var(--blue);
}

.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: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 22px 30px 20px 82px;
  border: 1px solid;
  font-size: 17px;
  line-height: 1.76;
}
.editorIcon__box::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editorIcon__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 62px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 44px);
}
.editorIcon__box.infoIcon {
  border-color: #20b3e8;
  background: #e6f7fd;
}
.editorIcon__box.infoIcon::after {
  background: url(../images/icon/info.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.editorIcon__box.infoIcon::before {
  background: #20b3e8;
}
.editorIcon__box.pointIcon {
  border-color: #ffcb41;
  background: #fff8e6;
}
.editorIcon__box.pointIcon::after {
  content: "";
  background: url(../images/icon/point.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.editorIcon__box.pointIcon::before {
  background: #ffcb41;
}
.editorIcon__box.alertIcon {
  border-color: #f26b89;
  background: #fdeeee;
}
.editorIcon__box.alertIcon::after {
  content: "";
  background: url(../images/icon/alert.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.editorIcon__box.alertIcon::before {
  background: #f26b89;
}

a.linkCard {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #e3e8f1;
  color: #333;
  text-decoration: none !important;
}

.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: 16px;
}

.linkCard__img {
  width: 200px;
}

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

.linkCard__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
}

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

.linkCard__more {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  color: var(--blue);
}

.sclCv {
  margin: 40px 0;
  padding: 23px 37px 35px;
  border: 7px solid #009dd5;
  background: url(../images/column/sc_cv_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #20b3e8;
}
.sclCv .smnCv__ttl {
  font-size: 22px;
}
.sclCv .smnCv__btns {
  margin: 24px auto 0;
}
.sclCv a.smnCv__btn {
  height: 60px;
  text-decoration: none;
}
.sclCv a.smnCv__btn p {
  margin: 0;
  color: var(--blue);
}
.sclCv .smnCv__tel .flex {
  gap: 0 4px;
}
.sclCv .smnCv__tel .icon {
  width: 18px;
  height: 18px;
}
.sclCv .smnCv__tel .txt {
  font-size: 24px;
  line-height: 1.2;
}
.sclCv .smnCv__web,
.sclCv .smnCv__mail {
  font-size: 18px;
}
.sclCv .smnCv__web .icon,
.sclCv .smnCv__mail .icon {
  width: 22px;
  height: 22px;
}
.sclCv .smnCv__note {
  margin: 24px auto 0;
  font-size: 14px;
}

@media (min-width: 1921px) {
  a.editorBtn {
    min-width: 318.375px;
    height: 67.5px;
    margin: 45px auto;
    padding: 0 22.5px;
    font-size: 22.5px;
    -webkit-box-shadow: 5.625px 5.625px 0 0 var(--blue);
            box-shadow: 5.625px 5.625px 0 0 var(--blue);
  }
  a.editorBtn .icon {
    right: -19.125px;
    width: 38.25px;
    height: 38.25px;
  }
  .editorBox {
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 33.75px;
    font-size: 19.125px;
  }
  .editorIcon__box {
    min-height: 112.5px;
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    padding: 24.75px 33.75px 22.5px 92.25px;
    font-size: 19.125px;
  }
  .editorIcon__box::after {
    width: 33.75px;
    height: 33.75px;
    left: 18px;
  }
  .editorIcon__box::before {
    left: 69.75px;
    height: calc(100% - 49.5px);
  }
  a.linkCard {
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 22.5px;
  }
  .linkCard__flex {
    gap: 18px;
  }
  .linkCard__img {
    width: 225px;
  }
  .linkCard__cont {
    width: calc(100% - 243px);
  }
  .linkCard__title {
    font-size: 22.5px;
  }
  .linkCard__text {
    margin-top: 11.25px;
    font-size: 15.75px;
  }
  .linkCard__more {
    margin-top: 11.25px;
    font-size: 15.75px;
  }
  .sclCv {
    margin: 45px 0;
    padding: 25.875px 41.625px 39.375px;
    border: 7.875px solid #009dd5;
  }
  .sclCv .smnCv__ttl {
    font-size: 24.75px;
  }
  .sclCv .smnCv__btns {
    margin: 27px auto 0;
  }
  .sclCv a.smnCv__btn {
    height: 67.5px;
  }
  .sclCv .smnCv__tel .flex {
    gap: 0 4.5px;
  }
  .sclCv .smnCv__tel .icon {
    width: 20.25px;
    height: 20.25px;
  }
  .sclCv .smnCv__tel .txt {
    font-size: 27px;
  }
  .sclCv .smnCv__web,
  .sclCv .smnCv__mail {
    font-size: 20.25px;
  }
  .sclCv .smnCv__web .icon,
  .sclCv .smnCv__mail .icon {
    width: 24.75px;
    height: 24.75px;
  }
  .sclCv .smnCv__note {
    margin: 27px auto 0;
    font-size: 15.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  a.editorBtn {
    min-width: 22.109375vw;
    height: 4.6875vw;
    margin: 3.125vw auto;
    padding: 0 1.5625vw;
    font-size: 1.5625vw;
    -webkit-box-shadow: 0.390625vw 0.390625vw 0 0 var(--blue);
            box-shadow: 0.390625vw 0.390625vw 0 0 var(--blue);
  }
  a.editorBtn .icon {
    right: -1.328125vw;
    width: 2.65625vw;
    height: 2.65625vw;
  }
  .editorBox {
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
    padding: 2.34375vw;
    font-size: 1.328125vw;
  }
  .editorIcon__box {
    min-height: 7.8125vw;
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
    padding: 1.71875vw 2.34375vw 1.5625vw 6.40625vw;
    font-size: 1.328125vw;
  }
  .editorIcon__box::after {
    width: 2.34375vw;
    height: 2.34375vw;
    left: 1.25vw;
  }
  .editorIcon__box::before {
    left: 4.84375vw;
    height: calc(100% - 3.4375vw);
  }
  a.linkCard {
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
    padding: 1.5625vw;
  }
  .linkCard__flex {
    gap: 1.25vw;
  }
  .linkCard__img {
    width: 15.625vw;
  }
  .linkCard__cont {
    width: calc(100% - 16.875vw);
  }
  .linkCard__title {
    font-size: 1.5625vw;
  }
  .linkCard__text {
    margin-top: 0.78125vw;
    font-size: 1.09375vw;
  }
  .linkCard__more {
    margin-top: 0.78125vw;
    font-size: 1.09375vw;
  }
  .sclCv {
    margin: 3.125vw 0;
    padding: 1.796875vw 2.890625vw 2.734375vw;
    border: 0.546875vw solid #009dd5;
  }
  .sclCv .smnCv__ttl {
    font-size: 1.71875vw;
  }
  .sclCv .smnCv__btns {
    margin: 1.875vw auto 0;
  }
  .sclCv a.smnCv__btn {
    height: 4.6875vw;
  }
  .sclCv .smnCv__tel .flex {
    gap: 0 0.3125vw;
  }
  .sclCv .smnCv__tel .icon {
    width: 1.40625vw;
    height: 1.40625vw;
  }
  .sclCv .smnCv__tel .txt {
    font-size: 1.875vw;
  }
  .sclCv .smnCv__web,
  .sclCv .smnCv__mail {
    font-size: 1.40625vw;
  }
  .sclCv .smnCv__web .icon,
  .sclCv .smnCv__mail .icon {
    width: 1.71875vw;
    height: 1.71875vw;
  }
  .sclCv .smnCv__note {
    margin: 1.875vw auto 0;
    font-size: 1.09375vw;
  }
}
@media (max-width: 768px) {
  a.editorBtn {
    min-width: 84.8vw;
    height: 16vw;
    margin: 8vw auto;
    padding: 0 4vw;
    font-size: 5.3333333333vw;
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0 0 var(--blue);
            box-shadow: 1.3333333333vw 1.3333333333vw 0 0 var(--blue);
  }
  a.editorBtn .icon {
    right: -4.5333333333vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
  .editorBox {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .editorIcon__box {
    min-height: 26.6666666667vw;
    margin-top: 9.3333333333vw;
    margin-bottom: 9.3333333333vw;
    padding: 5.8666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .editorIcon__box::after {
    width: 8vw;
    height: 8vw;
    top: -4vw;
    left: 1.8666666667vw;
    -webkit-transform: unset;
            transform: unset;
  }
  .editorIcon__box::before {
    display: none;
  }
  a.linkCard {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding: 5.3333333333vw;
  }
  .linkCard__flex {
    gap: 4.2666666667vw;
  }
  .linkCard__img {
    width: 32vw;
  }
  .linkCard__cont {
    width: calc(100% - 36.2666666667vw);
  }
  .linkCard__title {
    font-size: 4vw;
  }
  .linkCard__text {
    display: none;
  }
  .linkCard__more {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
  .sclCv {
    margin: 10.6666666667vw 0;
    padding: 6.1333333333vw 0 9.3333333333vw;
    border: 1.8666666667vw solid #009dd5;
    background: url(../images/column/sc_cv_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #20b3e8;
  }
  .sclCv .smnCv__ttl {
    font-size: 5.8666666667vw;
  }
  .sclCv .smnCv__btns {
    margin: 6.4vw auto 0;
  }
  .sclCv a.smnCv__btn {
    height: 16vw;
    text-decoration: none;
  }
  .sclCv .smnCv__tel .flex {
    gap: 0 1.0666666667vw;
  }
  .sclCv .smnCv__tel .icon {
    width: 4.8vw;
    height: 4.8vw;
  }
  .sclCv .smnCv__tel .txt {
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .sclCv .smnCv__web,
  .sclCv .smnCv__mail {
    font-size: 4.8vw;
  }
  .sclCv .smnCv__web .icon,
  .sclCv .smnCv__mail .icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .sclCv .smnCv__note {
    margin: 6.4vw auto 0;
    font-size: 3.7333333333vw;
  }
}
.sclOth {
  margin-top: 80px;
  width: calc(100% - 62px - 270px);
  width: 100%;
}

.sclOth__ttl {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 80px;
  padding: 0 28px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: var(--blue);
}

.sclOth__boxs {
  margin-top: 10px;
}

.sclOth .pclBox {
  gap: 40px;
  padding-bottom: 30px;
}
.sclOth .pclBox__img {
  width: 200px;
}
.sclOth .pclBox__cont {
  width: calc(100% - 240px);
}
.sclOth .pclBox__meta {
  margin-top: 28px;
}

@media (min-width: 1921px) {
  .sclOth {
    margin-top: 90px;
    width: 100%;
  }
  .sclOth__ttl {
    height: 90px;
    padding: 0 31.5px;
    font-size: 29.25px;
  }
  .sclOth__boxs {
    margin-top: 11.25px;
  }
  .sclOth .pclBox {
    gap: 45px;
    padding-bottom: 33.75px;
  }
  .sclOth .pclBox__img {
    width: 225px;
  }
  .sclOth .pclBox__cont {
    width: calc(100% - 270px);
  }
  .sclOth .pclBox__meta {
    margin-top: 31.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .sclOth {
    margin-top: 6.25vw;
    width: 100%;
  }
  .sclOth__ttl {
    height: 6.25vw;
    padding: 0 2.1875vw;
    font-size: 2.03125vw;
  }
  .sclOth__boxs {
    margin-top: 0.78125vw;
  }
  .sclOth .pclBox {
    gap: 3.125vw;
    padding-bottom: 2.34375vw;
  }
  .sclOth .pclBox__img {
    width: 15.625vw;
  }
  .sclOth .pclBox__cont {
    width: calc(100% - 18.75vw);
  }
  .sclOth .pclBox__meta {
    margin-top: 2.1875vw;
  }
}
@media (max-width: 768px) {
  .sclOth {
    margin-top: 16vw;
    width: 100%;
  }
  .sclOth__ttl {
    height: 13.3333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .sclOth__boxs {
    margin-top: 0;
  }
  .sclOth .pclBox {
    gap: 4.2666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .sclOth .pclBox__img {
    width: 32vw;
  }
  .sclOth .pclBox__cont {
    width: calc(100% - 36.2666666667vw);
  }
  .sclOth .pclBox__meta {
    margin-top: 3.2vw;
  }
  .sclOth .pclBox__ttl {
    margin-bottom: 0;
  }
}
.paginations {
  margin: 45px auto 0;
}

ul.pagination {
  gap: 10px;
  margin: 0;
  padding: 0;
}
ul.pagination li {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
ul.pagination li .current {
  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: 60px;
  height: 60px;
  border: 1px solid var(--blue);
  color: #fff;
  background: var(--blue);
}
ul.pagination li a {
  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: 60px;
  height: 60px;
  border: 1px solid var(--blue);
  color: var(--blue);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
@media (any-hover: hover) {
  ul.pagination li a:hover {
    opacity: 0.6;
  }
}
ul.pagination li .dots {
  display: block;
  padding-bottom: 10px;
  color: var(--blue);
}
ul.pagination li.prev a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
ul.pagination li.next a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  top: 50%;
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1921px) {
  .paginations {
    margin: 50.625px auto 0;
  }
  ul.pagination {
    gap: 11.25px;
  }
  ul.pagination li {
    font-size: 20.25px;
  }
  ul.pagination li .current {
    width: 67.5px;
    height: 67.5px;
  }
  ul.pagination li a {
    width: 67.5px;
    height: 67.5px;
  }
  ul.pagination li .dots {
    padding-bottom: 11.25px;
  }
  ul.pagination li.prev a::after {
    width: 13.5px;
    height: 13.5px;
    border-right: 2.25px solid var(--blue);
    border-bottom: 2.25px solid var(--blue);
  }
  ul.pagination li.next a::after {
    width: 13.5px;
    height: 13.5px;
    border-right: 2.25px solid var(--blue);
    border-bottom: 2.25px solid var(--blue);
    left: calc(50% - 2.25px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .paginations {
    margin: 3.515625vw auto 0;
  }
  ul.pagination {
    gap: 0.78125vw;
  }
  ul.pagination li {
    font-size: 1.40625vw;
  }
  ul.pagination li .current {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  ul.pagination li a {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  ul.pagination li .dots {
    padding-bottom: 0.78125vw;
  }
  ul.pagination li.prev a::after {
    width: 0.9375vw;
    height: 0.9375vw;
    border-right: 0.15625vw solid var(--blue);
    border-bottom: 0.15625vw solid var(--blue);
  }
  ul.pagination li.next a::after {
    width: 0.9375vw;
    height: 0.9375vw;
    border-right: 0.15625vw solid var(--blue);
    border-bottom: 0.15625vw solid var(--blue);
    left: calc(50% - 0.15625vw);
  }
}
@media (max-width: 768px) {
  .paginations {
    margin: 8vw auto 0;
  }
  ul.pagination {
    gap: 1.3333333333vw;
  }
  ul.pagination li {
    font-size: 3.7333333333vw;
  }
  ul.pagination li .current {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  ul.pagination li a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  ul.pagination li .dots {
    padding-bottom: 2.6666666667vw;
  }
  ul.pagination li.prev a {
    width: 2.6666666667vw;
    margin-right: 2.6666666667vw;
    border: none;
  }
  ul.pagination li.prev a::after {
    width: 3.2vw;
    height: 3.2vw;
    border-right: 0.5333333333vw solid var(--blue);
    border-bottom: 0.5333333333vw solid var(--blue);
  }
  ul.pagination li.next a {
    width: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    border: none;
  }
  ul.pagination li.next a::after {
    width: 3.2vw;
    height: 3.2vw;
    border-right: 0.5333333333vw solid var(--blue);
    border-bottom: 0.5333333333vw solid var(--blue);
  }
}/*# sourceMappingURL=news.css.map */