@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,600;0,700;1,600&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*============================
#content
============================*/
#content article .articleInner {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1111px) and (max-width: 1366px) {
  #content article .articleInner {
    padding: 0 8rem;
  }
}
@media (min-width: 961px) and (max-width: 1111px) {
  #content article .articleInner {
    padding: 0 6.6666666667rem;
  }
}
@media (max-width: 960px) {
  #content article .articleInner {
    display: block;
    padding: 0;
  }
}
#content article .articleInner .articleMain {
  width: 74.6323529412%;
  margin-right: 6.75em;
  padding: 8rem 0 16rem;
}
@media (min-width: 1111px) and (max-width: 1366px) {
  #content article .articleInner .articleMain {
    margin-right: 8rem;
  }
}
@media (min-width: 961px) and (max-width: 1111px) {
  #content article .articleInner .articleMain {
    margin-right: 6.6666666667rem;
  }
}
@media (max-width: 960px) {
  #content article .articleInner .articleMain {
    width: 100%;
    padding: 6rem 2rem 10rem;
  }
}
#content article .articleInner .articleSide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #00447E;
  color: #fff;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 960px) {
  #content article .articleInner .articleSide {
    width: 100%;
    padding: 8rem 0;
    margin: 0;
  }
}
#content article .articleInner .articleSide .sideInner {
  width: 100%;
  max-width: 307px;
  padding: 8rem 2.5em 16rem;
}
@media (max-width: 960px) {
  #content article .articleInner .articleSide .sideInner {
    width: 100%;
    max-width: none;
    padding: 0 4rem;
  }
}
#content article .articleInner .articleSide .sideInner h2 {
  font-size: 1.125em;
  font-family: "Josefin Sans";
  font-weight: bold;
  line-height: 1.3333333333;
  padding-bottom: 0.1111111111em;
  border-bottom: #fff solid 3px;
}
#content article .articleInner .articleSide .sideInner .terms {
  margin-top: 3.75em;
}
#content article .articleInner .articleSide .sideInner .terms h3 {
  font-size: 1.125em;
  font-family: "Josefin Sans";
  font-weight: bold;
  line-height: 1.1111111111;
}
#content article .articleInner .articleSide .sideInner .terms ul {
  margin-top: 1.25em;
}
#content article .articleInner .articleSide .sideInner .terms ul li {
  font-size: 0.875em;
  font-weight: 500;
  margin-top: 0.8571428571em;
  line-height: 1.4285714286;
  padding-left: 1.4285714286em;
}
#content article .articleInner .articleSide .sideInner .terms ul li a {
  display: inline-block;
}
#content article .articleInner .articleSide .sideInner .terms ul li a:before {
  content: "";
  display: inline-block;
  width: 0.7142857143em;
  height: 1.4285714286em;
  margin-right: 0.3571428571em;
  vertical-align: bottom;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20data-name%3D%22Icon%20awesome-hashtag%22%20d%3D%22M9.836%203.35%2010%202.458a.268.268%200%200%200-.264-.315H8.062L8.388.315A.268.268%200%200%200%208.124%200h-.906a.268.268%200%200%200-.264.221l-.343%201.922h-2.2L4.737.315A.268.268%200%200%200%204.473%200h-.908a.268.268%200%200%200-.264.221l-.343%201.922H1.193a.268.268%200%200%200-.264.221l-.159.892a.268.268%200%200%200%20.264.315H2.7l-.51%202.857H.427a.268.268%200%200%200-.263.222L0%207.542a.268.268%200%200%200%20.264.315h1.67l-.326%201.828a.268.268%200%200%200%20.264.315h.907a.268.268%200%200%200%20.264-.221l.343-1.922h2.2L5.26%209.685a.268.268%200%200%200%20.264.315h.907a.268.268%200%200%200%20.264-.221l.343-1.922h1.769a.268.268%200%200%200%20.264-.221l.159-.893a.268.268%200%200%200-.264-.315H7.3l.51-2.857h1.763a.268.268%200%200%200%20.263-.221Zm-3.99%203.079h-2.2l.51-2.857h2.2Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  #content article .articleInner .articleSide .sideInner .terms ul li a:hover {
    color: inherit;
    -webkit-transform: translateX(-1.4285714286em);
            transform: translateX(-1.4285714286em);
    text-decoration: underline;
  }
}
#content article .articleInner .articleSide .sideInner .terms ul li.current-cat a {
  -webkit-transform: translateX(-1.4285714286em);
          transform: translateX(-1.4285714286em);
  text-decoration: underline;
}
#content article h1.title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4583333333;
}
#content article .post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25em;
}
#content article .post_meta .date {
  font-size: 0.875em;
  font-family: "Josefin Sans";
  font-weight: 600;
  color: #005FAF;
  line-height: 1.5714285714;
}
#content article .post_meta .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content article .post_meta .category .cat {
  color: #fff;
  font-weight: bold;
  background: #005FAF;
  line-height: 2;
  font-size: 0.6875em;
  padding: 0 0.9090909091em;
  margin-left: 0.9090909091em;
}
@media (hover: hover) {
  #content article .post_meta .category .cat:hover {
    opacity: 0.6;
  }
}
#content article .post_meta + section {
  margin-top: 2.5em;
  padding-top: 0 !important;
}
#content article .single-body {
  margin-top: 2.5em;
  padding: 0;
}
#content article #beforeafter {
  padding: 10rem 0 0;
}
#content article #beforeafter .cases .case {
  margin-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content article #beforeafter .cases .case figure {
  display: block;
  width: 43.3497536946%;
}
#content article #beforeafter .cases .case figure img, #content article #beforeafter .cases .case figure video {
  width: 100%;
  display: block;
}
#content article #beforeafter .cases .case figure figcaption {
  display: block;
  padding: 0.625em 0.9375em;
  line-height: 1.5;
  background: #F0F6FA;
  color: #496477;
}
#content article #beforeafter .cases .case .to {
  width: 1.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  #content article #beforeafter .cases .case {
    display: block;
  }
  #content article #beforeafter .cases .case figure {
    width: 100%;
  }
  #content article #beforeafter .cases .case .to {
    display: block;
    margin: 2rem auto 1.7rem;
    width: 2.3rem;
  }
  #content article #beforeafter .cases .case .to svg {
    margin: 0 auto;
    height: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#content article #flow {
  padding: 10rem 0 0;
}
#content article #flow ul li {
  margin-top: 2.5em;
  padding: 2.5em;
  background: #fff;
  position: relative;
  z-index: 1;
}
#content article #flow ul li .label {
  font-size: 1.125em;
  font-weight: bold;
}
#content article #flow ul li .text {
  margin-top: 1.125em;
}
#content article #flow ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.5em solid #F0F6FA;
}
#content article #flow ul li:after {
  content: "";
  display: block;
  width: 4px;
  height: 2.5em;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F0F6FA;
}
#content article #flow ul li:last-child:after {
  display: none;
}
#content article .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125em;
  margin: 10rem -0.5555555556em 0;
}
#content article .pagination .prev a, #content article .pagination .next a {
  font-size: 1.125em;
  font-family: "Josefin Sans";
  font-weight: 500;
  margin: 0 0.5555555556em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  line-height: 1;
  width: 5em;
  height: 2.6666666667em;
  color: #005FAF;
  background: #F0F6FA;
}
#content article .pagination .prev a:before, #content article .pagination .next a:before {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #005FAF;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
#content article .pagination .prev a:after, #content article .pagination .next a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5625em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.41%2012%22%3E%3Cpath%20d%3D%22M0%2010.59%204.58%206%200%201.41%201.41%200l6%206-6%206Z%22%20fill%3D%22%23005FAF%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.5em;
}
@media (hover: hover) {
  #content article .pagination .prev a:hover:before, #content article .pagination .next a:hover:before {
    opacity: 1;
  }
}
#content article .pagination .prev a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#content article .pagination .prev a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: 0.5em;
}
#content article .toArchive {
  margin-top: 4rem;
}