@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents ul li .limit {
  color: #fff;
  background: #C32D28;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}
.head-txt__note {
  font-size: 12px !important;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    line-height: 1.5 !important;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.ft-roboto {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.yellow-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 251, 0, 0.6)));
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 60%);
}

.head-tit {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.42 !important;
  letter-spacing: -0.02em;
  border-bottom: 2px solid #212121;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .head-tit {
    font-size: 18px !important;
    line-height: 1.44 !important;
    letter-spacing: 0 !important;
    padding-bottom: 6px;
  }
}

.assignment {
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .assignment {
    margin-top: 48px;
  }
}
.assignment__top-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .assignment__top-txt {
    margin-top: 20px;
  }
}
.assignment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .assignment__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.assignment__body {
  width: 57.5%;
}
@media screen and (max-width: 640px) {
  .assignment__body {
    width: 100%;
  }
}
.assignment__body__txt {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .assignment__body__txt {
    font-size: 18px !important;
  }
}
.assignment__body__txt span {
  position: relative;
  display: inline-block;
}
.assignment__body__txt span::before, .assignment__body__txt span::after {
  content: "";
  background: #212121;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 28px;
}
@media screen and (max-width: 640px) {
  .assignment__body__txt span::before, .assignment__body__txt span::after {
    height: 62px;
  }
}
.assignment__body__txt span::before {
  left: -12px;
  -webkit-transform: rotate(-30deg) translateY(-50%);
          transform: rotate(-30deg) translateY(-50%);
}
@media screen and (max-width: 640px) {
  .assignment__body__txt span::before {
    left: -8px;
    -webkit-transform: rotate(-24deg) translateY(-50%);
            transform: rotate(-24deg) translateY(-50%);
  }
}
.assignment__body__txt span::after {
  right: -4px;
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
}
@media screen and (max-width: 640px) {
  .assignment__body__txt span::after {
    right: -2px;
    -webkit-transform: rotate(24deg) translateY(-50%);
            transform: rotate(24deg) translateY(-50%);
  }
}
.assignment__body__list {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .assignment__body__list {
    margin-top: 20px;
  }
}
.assignment__body__list > li {
  position: relative;
  background: #F2F2F2;
  border: 2px solid #212121;
  border-radius: 10px;
  padding: 60px 52px 18px;
}
@media screen and (max-width: 640px) {
  .assignment__body__list > li {
    border-radius: 6px;
    padding: 48px 44px 12px;
  }
}
.assignment__body__list > li + li {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .assignment__body__list > li + li {
    margin-top: 10px;
  }
}
.assignment__body__list > li::before {
  content: "";
  background: url(../uploads/delivery-box_assignment-ico01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 23px;
}
@media screen and (max-width: 640px) {
  .assignment__body__list > li::before {
    content: none;
  }
}
.assignment__body__list > li p {
  color: #fff;
  background: #212121;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 5px 16px 5px 20px;
}
@media screen and (max-width: 640px) {
  .assignment__body__list > li p {
    font-size: 16px;
    top: 10px;
    gap: 6px;
    padding: 5px 14px 5px 16px;
  }
}
.assignment__body__list > li p span {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .assignment__body__list > li p span {
    font-size: 21px;
  }
}
.assignment__body__list > li ul li {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .assignment__body__list > li ul li {
    font-size: 14px;
    line-height: 1.42;
  }
}
.assignment__img {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .assignment__img {
    width: 76%;
    margin: 20px auto 0;
  }
}

.new-norm {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .new-norm {
    margin-top: 48px;
  }
}
.new-norm__top-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .new-norm__top-txt {
    margin-top: 20px;
  }
}
.new-norm__yellow-tit {
  position: relative;
  background: #FCFBED;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-top: 1px solid #212121;
  padding: 20px 60px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .new-norm__yellow-tit {
    font-size: 16px !important;
    padding: 16px 42px;
    margin-top: 40px;
  }
}
.new-norm__yellow-tit::before {
  content: "";
  background: url(../uploads/delivery-box_new-norm-ico01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 14px;
  width: 28px;
  height: 47px;
}
@media screen and (max-width: 640px) {
  .new-norm__yellow-tit::before {
    left: 10px;
    width: 21px;
    height: 38px;
  }
}
.new-norm__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .new-norm__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.new-norm__wrap__txt {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .new-norm__wrap__txt {
    width: 100%;
  }
}
.new-norm__wrap__img {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .new-norm__wrap__img {
    width: 100%;
    margin-top: 30px;
  }
}

.convenient {
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .convenient {
    margin-top: 60px;
  }
}
.convenient__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .convenient__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.convenient__wrap__txt {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .convenient__wrap__txt {
    width: 100%;
  }
}
.convenient__wrap__img {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .convenient__wrap__img {
    width: 100%;
    margin-top: 20px;
  }
}
.convenient__item {
  background: #FCFAE4;
  border-radius: 10px;
  padding: 40px 40px 56px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .convenient__item {
    border-radius: 6px;
    padding: 20px;
    margin-top: 16px;
  }
}
.convenient__item--top {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .convenient__item--top {
    margin-top: 30px;
  }
}
.convenient__item__tit {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(90%, rgb(247, 217, 88)));
  background: linear-gradient(transparent 64%, rgb(247, 217, 88) 90%);
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .convenient__item__tit {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(80%, rgb(247, 217, 88)));
    background: linear-gradient(transparent 72%, rgb(247, 217, 88) 80%);
    font-size: 18px !important;
  }
}
.convenient__item__tit .ft-roboto {
  font-size: 40px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (max-width: 640px) {
  .convenient__item__tit .ft-roboto {
    font-size: 27px;
    margin-right: 4px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 640px) {
  .convenient__item__tit--03 {
    text-indent: -1.23em;
    padding-left: 2.43em;
  }
}
@media screen and (max-width: 640px) {
  .convenient__item__tit--03 .ft-roboto {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.convenient__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .convenient__item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}
.convenient__item__wrapTxt {
  width: 47.25%;
}
@media screen and (max-width: 640px) {
  .convenient__item__wrapTxt {
    width: 100%;
  }
}
.convenient__item__wrapImg {
  width: 47.25%;
}
@media screen and (max-width: 640px) {
  .convenient__item__wrapImg {
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .convenient__item__wrapImg--01 {
    margin-top: 0;
  }
}
.convenient__item__txt {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .convenient__item__txt {
    margin-top: 16px;
  }
}
.convenient__item__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .convenient__item__img {
    margin-top: 16px;
  }
}
.convenient__item__imgTxt {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .convenient__item__imgTxt {
    margin-top: 16px;
  }
}

.renewal {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .renewal {
    margin-top: 48px;
  }
}
.renewal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .renewal__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.renewal__wrap__txt {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .renewal__wrap__txt {
    width: 100%;
  }
}
.renewal__wrap__img {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .renewal__wrap__img {
    width: 100%;
    margin-top: 24px;
  }
}

.case-studies {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .case-studies {
    margin-top: 48px;
  }
}
.case-studies__name {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .case-studies__name {
    font-size: 16px !important;
    margin-top: 30px;
  }
}
.case-studies__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .case-studies__img {
    margin-top: 16px;
  }
}
.case-studies__txt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .case-studies__txt {
    margin-top: 16px;
  }
}
.case-studies__blueWrap {
  background: #EAF3F7;
  border-radius: 10px;
  padding: 40px 50px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .case-studies__blueWrap {
    border-radius: 6px;
    padding: 20px;
    margin-top: 24px;
  }
}
.case-studies__blueWrap__txt + .case-studies__blueWrap__txt {
  margin-top: 1em;
}
.case-studies__blueWrap__img {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .case-studies__blueWrap__img {
    margin-top: 16px;
  }
}
.case-studies__note {
  font-size: 13px !important;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .case-studies__note {
    margin-top: 24px;
  }
}