@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow: auto;
}
@media screen and (min-width: 1280px) {
  html {
    overflow-x: hidden;
  }
}

body {
  margin: auto;
  max-width: 1280px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, "Noto Sans JP", メイリオ, Meiryo, sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 3px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
  min-height: 100vh;
}
@media screen and (max-width: 940px) {
  body {
    overflow-x: hidden;
  }
}
body a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
body a:hover {
  opacity: 0.8;
  color: #87b4c5;
}
body li {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
}
body table {
  border-collapse: collapse;
}

.kn-button {
  display: block;
  margin-top: 1.6rem;
  padding: 1.6rem 0.8rem;
  background: #000;
  border-radius: 0.5rem;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.kn-button:hover {
  color: #FFF;
}

.kn-button--s {
  display: inline-block;
  margin-top: 1.6rem;
  padding: 1.2rem 0.8rem;
  background: #000;
  border-radius: 0.5rem;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
.kn-button--s:hover {
  color: #FFF;
}

.kn-button--bg {
  display: block;
  margin: 5.6rem auto;
  padding: 3.2rem 1.6rem;
  width: 48rem;
  background-image: url("../img/page-hd-bg.jpg");
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  border: #cecece solid 0.1rem;
  border-radius: 0.5rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .kn-button--bg {
    max-width: 90%;
  }
}
.kn-button--bg:hover {
  color: #333;
}

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

.is-red {
  color: #c50c0c;
}

.is-small {
  font-size: smaller;
}

.is-bold {
  font-weight: 600;
}

.is-border {
  margin: 4rem 0;
  padding: 2.4rem;
  border: #cecece solid 0.1rem;
  border-radius: 0.5rem;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.js-text span {
  opacity: 0;
}

.view-more {
  display: inline-block;
  margin-top: 2.4rem;
  margin-left: 0.8rem;
  padding: 0.4rem;
  border-bottom: 0.1rem solid #333;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.view-more:hover {
  padding-right: 2.4rem;
  color: #333;
}

.a-link {
  color: #3367d6;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 12rem;
  z-index: 5;
  backdrop-filter: blur(10px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1120px) {
  .header {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .header {
    position: fixed;
    width: 100vw;
    top: 0;
  }
}
.header a {
  display: block;
}
.header label {
  display: none;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .header__logo {
    width: 15rem;
    line-height: 1;
  }
}
.header__logo__hd a {
  padding: 2rem 2rem 2rem 4rem;
  line-height: 1;
}
@media screen and (max-width: 940px) {
  .header__logo__hd a {
    padding: 0.8rem 0 0 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .header__logo__hd a {
    padding: 0 0 0 1.6rem;
  }
}
.header__gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 940px) {
  .header__gnavi {
    display: block;
    background: #fffdfc;
  }
}
.header__gnavi__list a,
.header__gnavi__list span {
  padding: 2rem;
}
@media screen and (max-width: 1120px) {
  .header__gnavi__list a,
  .header__gnavi__list span {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 940px) {
  .header__gnavi__list {
    border: #cecece solid 0.1rem;
    border-top: none;
  }
  .header__gnavi__list:first-child {
    border-top: #cecece solid 0.1rem;
  }
}
@media screen and (max-width: 428px) {
  .header__gnavi__list {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 940px) {
  .header__gnavi__nav {
    position: absolute;
    width: 32rem;
    height: 100vh;
    top: 8rem;
    right: -100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 428px) {
  .header__gnavi__nav {
    width: 100vw;
  }
}
.header input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media screen and (max-width: 940px) {
  .header .hamburger {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .header .hamburger span,
  .header .hamburger span::before,
  .header .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .hamburger span::before {
    top: -12px;
  }
  .header .hamburger span::after {
    bottom: -12px;
  }
  .header input[type=checkbox]:checked + .hamburger span {
    background-color: transparent;
  }
  .header input[type=checkbox]:checked + .hamburger span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header input[type=checkbox]:checked + .hamburger span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header input[type=checkbox]:checked ~ .header__gnavi__nav {
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .top__main {
    margin-top: 8rem;
  }
}
.top__main__area {
  position: relative;
  overflow: hidden;
}
.top__main__area__hd {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 11.2rem;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 1.8;
}
@media screen and (max-width: 940px) {
  .top__main__area__hd {
    margin-left: 6.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top__main__area__hd {
    margin-left: 3.2rem;
    font-size: 3.2rem;
  }
}
.top__main__area__bg {
  width: 77%;
  height: 44rem;
  float: right;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../img/main-pc.jpg");
  background-size: cover;
  border-radius: 0 0 0 3rem;
}
@media screen and (max-width: 428px) {
  .top__main__area__bg {
    height: 32rem;
  }
}

.top__news {
  position: relative;
  padding: 1.6rem 2.4rem;
  float: right;
  background: #fff;
  top: -5rem;
  right: 12rem;
  border-radius: 1.5rem 0 0;
}
@media screen and (max-width: 1120px) {
  .top__news {
    right: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top__news {
    right: 2.4rem;
  }
}
@media screen and (max-width: 428px) {
  .top__news {
    right: 2.4rem;
    float: none;
    top: 0;
    right: 0;
  }
}
.top__news__hd {
  font-size: 1.4rem;
}
.top__news__item {
  font-size: 1.3rem;
}
.top__news__item__date {
  display: inline-block;
  min-width: 9rem;
  margin-right: 0.8rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
}

.top__section {
  margin: 12rem;
  clear: both;
}
@media screen and (max-width: 1120px) {
  .top__section {
    margin: 12rem 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top__section {
    margin: 8rem 2.4rem;
  }
}
.top__section__subhd {
  color: #B0C9D2;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 5px;
}
.top__section__hd {
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 8px;
}
.top__section__p {
  font-size: 1.4rem;
}
.top__section__p + .top__section__p {
  margin-top: 1rem;
}
.top__section.is-about {
  display: grid;
  grid-template-columns: 3fr 1.9fr;
  gap: 2.4rem;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .top__section.is-about {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.top__section__fukuimg img {
  border-radius: 3rem 0 0 0;
}
.top__section__bg {
  background: #E7EFF1;
  padding: 4.2rem;
}
.top__section__bg__hd {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.top__section__bg__p {
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
.top__section__grid--four {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.4rem;
}
.top__section__grid--five {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 2rem;
}
.top__section__works.is-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;
}
.top__section__works .top__section__p {
  padding-bottom: 3.6rem;
}

.footer {
  margin: 6rem 12rem 0;
}
@media screen and (max-width: 1120px) {
  .footer {
    margin: 5rem 3rem 0;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    text-align: center;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .footer__nav {
    display: block;
  }
}
.footer__nav__logo {
  margin-right: 1.6rem;
}
.footer__gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}
.footer__gnavi a {
  padding: 2.4rem;
}
@media screen and (max-width: 640px) {
  .footer__gnavi {
    display: block;
  }
  .footer__gnavi a {
    padding: 1.6rem;
  }
}
.footer__cpr {
  padding-bottom: 1.6rem;
  text-align: center;
  font-size: 1.2rem;
}
.footer__top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 1.5rem;
  right: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  background-color: #333;
  color: #fff;
  font-weight: 900;
}

.page,
.info,
.news,
.blog {
  max-width: 112rem;
  margin: 2.4rem auto 4rem;
}
.page__top-bg,
.info__top-bg,
.news__top-bg,
.blog__top-bg {
  margin-bottom: 4rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/main-pc.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page__top-bg__title,
.info__top-bg__title,
.news__top-bg__title,
.blog__top-bg__title {
  margin-left: 12rem;
  margin-right: 12rem;
  font-weight: 400;
  font-size: 2rem;
}
@media screen and (max-width: 1120px) {
  .page__top-bg__title,
  .info__top-bg__title,
  .news__top-bg__title,
  .blog__top-bg__title {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .page__top-bg__title,
  .info__top-bg__title,
  .news__top-bg__title,
  .blog__top-bg__title {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
}
.page__title,
.info__title,
.news__title,
.blog__title {
  margin-bottom: 3.2rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 5px;
}
.page__wrap,
.info__wrap,
.news__wrap,
.blog__wrap {
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  .page__wrap,
  .info__wrap,
  .news__wrap,
  .blog__wrap {
    margin: 4rem 3rem;
  }
}
@media screen and (max-width: 640px) {
  .page__wrap,
  .info__wrap,
  .news__wrap,
  .blog__wrap {
    margin: 3.2rem 2.4rem;
  }
}
.page__wrap__p + .page__wrap__p,
.page__wrap__p + .info__wrap__p,
.page__wrap__p + .news__wrap__p,
.page__wrap__p + .blog__wrap__p,
.info__wrap__p + .page__wrap__p,
.info__wrap__p + .info__wrap__p,
.info__wrap__p + .news__wrap__p,
.info__wrap__p + .blog__wrap__p,
.news__wrap__p + .page__wrap__p,
.news__wrap__p + .info__wrap__p,
.news__wrap__p + .news__wrap__p,
.news__wrap__p + .blog__wrap__p,
.blog__wrap__p + .page__wrap__p,
.blog__wrap__p + .info__wrap__p,
.blog__wrap__p + .news__wrap__p,
.blog__wrap__p + .blog__wrap__p {
  margin-top: 1.6rem;
}
.page__category,
.info__category,
.news__category,
.blog__category {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .about__flex {
    display: block;
  }
}
.about__skill {
  margin: 2.4rem 0;
  font-weight: 600;
  font-size: 1.4rem;
}
.about__section {
  margin: 4.8rem 0;
}
.about__section__list {
  font-size: 1.3rem;
}
.about__section__list li {
  margin: 0.8rem 0;
  display: grid;
  grid-template-columns: 8.4rem 1fr;
}
.about__section__list p {
  margin: 0.8rem 0;
}
.about__img {
  margin-left: 2.4rem;
  min-width: 32rem;
  max-width: 32rem;
  width: 32rem;
}
@media screen and (max-width: 940px) {
  .about__img {
    min-width: 20rem;
    max-width: 20rem;
    width: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .about__img {
    margin: 4rem 0 0;
    text-align: center;
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .about__img img {
    width: 27rem;
  }
}
.about__name {
  font-weight: 600;
}

.info__wrap__date, .info__wrap__cate {
  display: inline-block;
  font-size: 1.1rem;
}
.info__wrap__date a, .info__wrap__cate a {
  padding: 0 0.8rem;
  background-color: #87b4c5;
  border-radius: 0.3rem;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
}
.info__wrap__date a:hover, .info__wrap__cate a:hover {
  color: #fff;
}

.news__item {
  border-bottom: #cecece solid 0.1rem;
  font-size: 1.5rem;
}
.news__item:first-of-type {
  border-top: #cecece solid 0.1rem;
}
.news__item__date, .news__item__cts {
  display: inline-block;
  padding: 0.8rem 0.5rem;
}

.main-wrap {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .main-wrap {
    margin-top: 8rem;
  }
}
.main-wrap .wp-block-heading {
  margin-bottom: 1.6rem;
  font-weight: 500;
}
.main-wrap .wp-block-heading + p {
  margin-bottom: 3rem;
}
.main-wrap h2.wp-block-heading {
  padding: 1.6rem 2.4rem;
  background-color: #E7EFF1;
  border-radius: 0.5rem;
  line-height: 1.5;
}
.main-wrap h3.wp-block-heading {
  padding: 0 0.4rem 0.8rem;
  -o-border-image: linear-gradient(to right, #87b4c5 160px, #dedede 40px) 1/0 0 3px 0;
     border-image: linear-gradient(to right, #87b4c5 160px, #dedede 40px) 1/0 0 3px 0;
  border-style: solid;
  font-size: 2rem;
}
.main-wrap h4.wp-block-heading {
  padding-left: 1.6rem;
  font-size: 1.8rem;
  border-left: #B0C9D2 solid 0.4rem;
}
.main-wrap .info__wrap__p p {
  margin-bottom: 4rem;
}

.navigation.pagination {
  margin-top: 3rem;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .nav-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-numbers {
  display: inline-block;
  padding: 0 0.8rem;
  margin: 0 0.2rem;
  border: #cecece solid 0.1rem;
}
.page-numbers.current {
  background: #333;
  color: #fff;
}
.page-numbers.next, .page-numbers.prev {
  border: none;
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works__list__item {
  margin: 0.5rem;
  width: calc(25% - 1rem);
}
@media screen and (max-width: 640px) {
  .works__list__item {
    width: calc(33% - 1rem);
  }
}
@media screen and (max-width: 428px) {
  .works__list__item {
    width: calc(50% - 1rem);
  }
}
.works__list__img img {
  display: block;
  border: #cecece solid 0.1rem;
}
.works__list__title {
  margin: 0.8rem 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=number],
select,
textarea {
  border-radius: 0.3rem;
  border: #cecece solid 0.1rem;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", メイリオ, Meiryo, sans-serif;
  letter-spacing: 1px;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 0.3rem;
  width: 100%;
}

.smf-item__label {
  margin-bottom: 0.8rem;
}

.kn-hissu .smf-item__label__text::before {
  content: "必須";
  background: #c50c0c;
}

.kn-ninni .smf-item__label__text::before {
  content: "任意";
  background: #87b4c5;
}

.kn-hissu .smf-item__label__text::before,
.kn-ninni .smf-item__label__text::before {
  display: inline-block;
  margin-right: 0.8rem;
  padding: 0rem 0.4rem;
  border-radius: 0.3rem;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
}

.page__wrap__p + .snow-monkey-form {
  margin-top: 4.8rem;
}

.wp-block-snow-monkey-forms-item {
  margin: 3rem 1rem;
}

.smf-action {
  margin: 3rem 1rem;
  text-align: center;
}

.smf-item__description {
  font-size: 1.2rem;
}

.smf-action .smf-button-control__control {
  background: #6eb2c3;
  min-width: 24rem;
  color: #fff;
  border: none;
}
@media screen and (max-width: 428px) {
  .smf-action .smf-button-control__control {
    min-width: auto;
    width: 65%;
  }
}
.smf-action .smf-button-control__control[data-action=back] {
  min-width: 12rem;
}
@media screen and (max-width: 428px) {
  .smf-action .smf-button-control__control[data-action=back] {
    min-width: auto;
    width: 25%;
  }
}

.smf-complete-content {
  background: #E7EFF1;
  padding: 2rem 3rem;
}

.smf-label {
  position: relative;
}
.smf-label .smf-checkbox-control input.smf-checkbox-control__control {
  opacity: 0;
}
.smf-label .smf-checkbox-control .smf-checkbox-control__label {
  padding-left: 0.8rem;
}
.smf-label .smf-checkbox-control .smf-checkbox-control__label::before {
  content: "";
  background: #fff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  margin-right: 1.6rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.smf-label .smf-checkbox-control input.smf-checkbox-control__control:checked + .smf-checkbox-control__label::before {
  background-color: #87b4c5;
  outline: none;
  border-color: #87b4c5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.smf-label .smf-checkbox-control input.smf-checkbox-control__control:checked + .smf-checkbox-control__label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: calc(50% - 6px);
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wp-block-list {
  margin-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
}

ol.wp-block-list li {
  margin: 2rem 0;
  list-style: decimal;
}

ul.wp-block-list li {
  list-style: disc;
}

.service__box {
  gap: 0.8rem;
}
.service__box .top__section__bg__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  background: #E7EFF1;
}
.service__box .top__section__bg__box .top__section__bg__p {
  margin-bottom: 1.5rem;
}
.service__box .top__section__bg__box .kn-button {
  margin-top: auto;
}

.service {
  font-size: 1.5rem;
}
.service__table {
  margin: 2.4rem 0;
  width: 100%;
  border-top: #cecece solid 0.1rem;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 2px;
}
.service__table__caption {
  margin-bottom: 0.8rem;
  text-align: left;
  font-weight: 500;
}
.service__table th {
  width: 13rem;
  font-weight: 400;
  background: #f9f7f2;
}
.service__table th,
.service__table td {
  padding: 1.6rem;
  border-bottom: #cecece solid 0.1rem;
}
.service__table__ul {
  margin-left: 2.4rem;
}
.service__table__ul li {
  margin: 0;
  list-style: disc;
}
.service__table__detail {
  margin-top: 0.8rem;
  padding: 0.8rem;
  background: #E7EFF1;
  font-size: 1.3rem;
}
.service__table__p {
  margin: 0.8rem 0;
}

.service__wrap + .service__wrap {
  margin-top: 5.6rem;
}
.service__wrap__ul li {
  margin-left: 4.8rem;
  list-style: disc;
}
.service__wrap__navi {
  margin-bottom: 4.8rem;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.service__wrap__navi a {
  display: inline-block;
  position: relative;
  padding: 0 3.2rem 0 0.8rem;
  margin: 0.3rem;
  background: #E7EFF1;
  border: #cecece solid 0.1rem;
  border-radius: 0.3rem;
  min-width: 12rem;
  text-align: center;
}
.service__wrap__navi a::after {
  content: "↓";
  position: absolute;
  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;
  right: 0.8rem;
  top: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 1.6rem;
  border: #87b4c5 1px solid;
  border-radius: 50%;
  font-size: 1rem;
  color: #87b4c5;
}

.service__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 2px;
}
.service__flow:first-of-type {
  margin-top: 4.8rem;
}
.service__flow + .service__flow {
  margin-top: 2.4rem;
}
.service__flow__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.8rem;
  min-width: 4.8rem;
  max-width: 4.8rem;
  height: 4.8rem;
  background: #87b4c5;
  border-radius: 50%;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.service__flow__txt {
  -webkit-box-flex: 1rem;
      -ms-flex-positive: 1rem;
          flex-grow: 1rem;
  margin-left: 2.4rem;
}
.service__flow__txt__p {
  font-size: 1.4rem;
}