@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-size: 10px;
}

.container > article * {
  line-height: inherit;
}

.feature .multicolumn-right {
  width: calc(100% - 40px) !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}
.feature .socialbutton {
  text-align: right;
  line-height: 1;
}
.feature .socialbutton ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .socialbutton li {
  margin-left: 10px;
}
.feature .socialbutton li .tweet {
  height: 20px;
}
.feature .socialbutton li .facebook-share {
  height: 20px;
}
.feature .socialbutton.socialbutton--top {
  display: none;
  margin: 0 20px 20px;
}
.feature .socialbutton.socialbutton--bottom {
  display: inline-block;
  margin: 8px 0 0;
  vertical-align: middle;
}

.entry__meta {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry__meta .create-date {
  margin-top: 8px;
  min-width: 8em;
}

/*　サイドバー その他の記事 表示設定 */
.multicolumn-left section.random-bn ul {
  display: block;
}

.main-content {
  display: block;
  width: 100%;
  padding: 12px 0 24px;
  border: none;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
  color: #222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-weight: 700;
}
.main-content p,
.main-content li {
  line-height: 1.86;
}
.main-content a {
  text-decoration: underline;
  -webkit-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  text-underline-offset: 3px;
}
.main-content a:hover {
  opacity: 0.7;
}
.main-content *, .main-content *::before, .main-content *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content br.pc-br {
  display: none;
}
.main-content .note {
  font-size: 0.9em;
  line-height: 1.5;
}

.page__header {
  padding: 0;
  margin: 0;
}
.page__intro {
  width: calc(100% - 38px);
  margin: 30px auto 10px;
}
.page__ps {
  margin: 20px 19px 30px;
}

.simplebar-scrollbar::before {
  background: #aaa;
  border-radius: 4px;
  width: 160px;
  margin-left: 2px;
  margin-top: 0px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background-color: #e5e5e5;
  border-radius: 10px;
}

.page__nav__title {
  width: calc(100% - 18px);
  margin: 32px auto 24px;
}
.page__nav__content {
  width: calc(100% - 38px);
  margin: 0 auto;
}
.page__nav__list {
  margin: 60px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px 30px;
}
.page__nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.page__nav__item a img {
  width: 123px;
}
.page__nav__item a .menu__title {
  display: inline-block;
  padding: 0 10px;
  border: 0.5px solid #222;
  border-radius: 0.8em;
  font-size: 1.3rem;
}
.page__nav__item a .menu__catch {
  margin: 6px 0;
  color: #32af00;
}
.page__nav__item a .menu__catch br {
  display: none;
}
.page__nav__item a .menu__name {
  font-size: 1.1rem;
}
.page__nav__item a .menu__name span {
  font-size: 1.4rem;
}
.page__about__title {
  width: calc(100% - 18px);
  margin: 32px auto 24px;
}
.page__about__content {
  width: calc(100% - 38px);
  margin: 0 auto;
}
.page__about__content .block {
  margin: 0 auto 30px;
}
.page__about__content .block img {
  margin-top: 24px;
}
.page__support__title {
  width: calc(100% - 18px);
  margin: 40px auto 32px;
}
.page__support__content {
  width: calc(100% - 64px);
  margin: 0 auto 50px;
}
.page__support__content h5 {
  margin: 12px 0 6px;
}
.page__support__content h5 span {
  display: inline-block;
  padding: 0 6px;
  background-color: #573cb9;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.page__support__content p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.page__support__content ul {
  margin: 0;
  font-size: 1.4rem;
}
.page__support__content ul li {
  line-height: 1.5;
}
.page__support__content ul li::before {
  content: "●";
}
.page__support__content figure {
  margin: 18px -13px;
}
.page__support__content__title {
  margin: 0 -13px 20px;
  padding-left: 20px;
  position: relative;
  text-align: left;
  color: #573cb9;
  font-size: 1.8rem;
  font-weight: 700;
}
.page__support__content__title::before {
  content: "■";
  position: absolute;
  top: 0.2em;
  left: 0;
  font-size: 0.8em;
}
.page__support__content__title span {
  display: block;
  margin: 8px 13px 8px -7px;
  font-size: 1.4rem;
}
.page__support__content__subtitle {
  margin: 28px 0 10px;
  color: #573cb9;
  font-weight: 700;
}
.page__support__btn {
  margin: 28px auto;
}
.page__support__btn a {
  display: block;
  max-width: 288px;
  margin: 0 auto;
  position: relative;
  background-color: #4c4c4c;
  border-radius: 23.5px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}
.page__support__btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 5px solid #fff;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
}
.page__ps {
  margin-top: 60px;
  padding-top: 32px;
  background-image: -webkit-linear-gradient(left, #573cb9 3px, transparent 3px);
  background-image: linear-gradient(to right, #573cb9 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.page__ps .banner {
  margin: 30px auto 60px;
  text-align: center;
}
.page__ps .banner img {
  width: 276px;
}

.section {
  width: calc(100% - 18px);
  margin: 40px auto;
  padding-top: 40px;
  background-image: -webkit-linear-gradient(left, #32af00 3px, transparent 3px);
  background-image: linear-gradient(to right, #32af00 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.section__header, .section__content {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.section__header {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}
.section__header__text {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.section__title {
  margin-top: -13px;
}
.section__title span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  border: 0.5px solid #222;
  border-radius: 12.5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 25px;
}
.section__catch {
  margin: 20px 0;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  color: #32af00;
  line-height: 1.5 !important;
}
.section__name {
  font-size: 1.5rem;
  font-weight: 700;
}
.section__name span {
  font-size: 2rem;
}
.section .person {
  width: calc(100% - 20px);
  margin: 30px auto;
  padding: 24px 18px 32px;
  background-color: #f4f4f4;
  border-radius: 6px;
  font-size: 1.3rem;
}
.section .person figure {
  text-align: center;
}
.section .person figure img {
  width: 122px;
}
.section .person__title {
  margin: 20px auto 10px;
  color: #32af00;
  font-weight: 700;
}
.section__qa .qa {
  margin-top: 36px;
}
.section__qa .qa__q p {
  color: #32af00;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 751px) {
  .feature .multicolumn-right {
    width: 780px !important;
  }
  .feature .create-date {
    display: block;
    font-size: 1.4rem;
  }
  .feature .socialbutton.socialbutton--top {
    display: block;
    padding-top: 24px;
  }
  .entry__meta {
    width: calc(100% - 48px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-content {
    padding: 0 0 20px;
    font-size: 1.5rem;
  }
  .main-content br.sp-br {
    display: none;
  }
  .main-content br.pc-br {
    display: inline;
  }
  .page__header {
    margin: 0 auto;
  }
  .page__header .page__title {
    margin: 0 22px;
  }
  .page__intro {
    width: calc(100% - 68px);
    font-size: 1.5rem;
  }
  .page__ps {
    margin: 40px 34px;
    font-size: 1.5rem;
  }
  .page__nav__title {
    width: calc(100% - 64px);
    margin: 78px auto 40px;
  }
  .page__nav__content {
    width: calc(100% - 64px);
  }
  .page__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 36px;
  }
  .page__nav__item {
    width: 328px;
  }
  .page__about__title {
    width: calc(100% - 64px);
    margin: 40px auto 48px;
  }
  .page__about__content {
    width: calc(100% - 64px);
  }
  .page__about__content .block {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
  }
  .page__about__content .block.img-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .page__about__content .block img {
    width: 358px;
    margin-top: 8px;
  }
  .page__support__title {
    width: calc(100% - 64px);
    margin-bottom: 42px;
  }
  .page__support__content {
    width: calc(100% - 160px);
  }
  .page__support__content figure {
    margin: 30px auto 42px;
    text-align: center;
  }
  .page__support__content figure img {
    width: 528px;
  }
  .page__support__content__title {
    margin: 24px -20px;
  }
  .page__support__content__title span {
    margin: 4px 0;
  }
  .page__support__btn {
    margin: 50px auto 90px;
  }
  .page__support__btn a {
    font-size: 1.6rem;
    line-height: 48px;
  }
  .page__ps {
    margin-top: 72px;
  }
  .page__ps .banner {
    margin: 60px auto 90px;
  }
  .page__ps .banner img {
    width: 296px;
  }
  .section {
    width: calc(100% - 64px);
    margin: 65px auto;
    padding-top: 65px;
  }
  .section__header, .section__content {
    width: 100%;
  }
  .section__header {
    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;
  }
  .section__header img {
    width: 500px;
  }
  .section__header__text {
    width: 256px;
    margin-left: -40px;
  }
  .section__catch {
    text-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, -2px -2px 15px #fff, 2px -2px 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
  .section__name {
    text-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, -2px -2px 15px #fff, 2px -2px 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
  .section .person {
    margin-top: 60px;
    padding: 24px 36px;
    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;
    gap: 24px;
  }
  .section .person figure {
    width: 122px;
  }
  .section .person__info {
    width: calc(100% - 146px);
  }
  .section .person__title {
    margin-top: 0;
    text-align: left;
  }
  .section__qa .qa__q {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .section__qa .qa img {
    width: 360px;
  }
  .section__qa .qa img.r {
    float: right;
    margin: 6px 0 20px 24px;
  }
  .section__qa .qa img.l {
    float: left;
    margin: 6px 24px 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .section__qa .qa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section__qa .qa > * {
    width: 100%;
  }
  .section__qa .qa img {
    margin: 14px auto 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}/*# sourceMappingURL=style.min.css.map */
