@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;
}

.sep {
  margin: 120px auto;
  text-align: center;
}
.sep img {
  width: 108px;
}

.page__nav {
  margin: 50px auto 120px;
  background-color: #f8f8f8;
}
.page__nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px 0;
  padding: 32px 24px 0;
  letter-spacing: 0.02em;
}
.page__nav__title {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.page__nav__title img {
  display: block;
  width: 66px;
}
.page__nav__lead {
  font-size: 1.4rem;
}
.page__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 70px;
  margin-top: -100px;
  padding: 80px 20px 60px;
  background-image: url("../imgs/menu01_bg_sp.png"), url("../imgs/menu02_bg_sp.png"), url("../imgs/menu03_bg_sp.png"), url("../imgs/menu04_bg_sp.png");
  background-size: 300px auto, 330px auto, 330px auto, 330px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: calc(0% - 60px) 0%, calc(100% + 50px) 30%, calc(0% - 60px) 60%, calc(100% + 50px) calc(100% + 40px);
}
.page__nav__item {
  width: 100%;
  height: 160px;
}
.page__nav__item01 {
  border-bottom: 1px solid #d4115a;
}
.page__nav__item01 a::after {
  background: url("../imgs/icon_menu01.png") 0 0 no-repeat;
  background-size: contain;
}
.page__nav__item02 {
  border-bottom: 1px solid #ed3d00;
}
.page__nav__item02 a::after {
  background: url("../imgs/icon_menu02.png") 0 0 no-repeat;
  background-size: contain;
}
.page__nav__item03 {
  border-bottom: 1px solid #45ade1;
}
.page__nav__item03 a::after {
  background: url("../imgs/icon_menu03.png") 0 0 no-repeat;
  background-size: contain;
}
.page__nav__item04 {
  border-bottom: 1px solid #00a1ab;
}
.page__nav__item04 a::after {
  background: url("../imgs/icon_menu04.png") 0 0 no-repeat;
  background-size: contain;
}
.page__nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 114px;
  margin-top: 46px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.page__nav__item a::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page__nav__item a figure {
  width: 105px;
  text-align: center;
}
.page__nav__item a figure img {
  width: 80px;
}
.page__nav__item a .text {
  width: calc(100% - 105px);
  font-size: 1.2rem;
}
.page__nav__item a .text .move {
  line-height: 1.3;
}
.page__nav__item a .text .move span {
  display: inline-block;
}
.page__nav__item a .text .move span:first-of-type {
  display: block;
}
.page__nav__item a .text .name > span {
  font-size: 1.6rem;
}

.section {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 50px;
  background: url("../imgs/bg.jpg");
}
.section__index {
  margin-bottom: 10px;
  text-align: right;
}
.section__index img {
  width: 150px;
  margin-right: 8px;
}
.section__header .flex {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px 0;
}
.section__header figure {
  width: 100%;
}
.section__header figure img {
  width: calc(100% - 40px);
  max-width: 470px;
}
.section__header .text {
  height: 400px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.section__header .text__subtitle {
  text-orientation: upright;
  font-size: 1.5rem;
}
.section__header .text__title {
  display: inline-block;
  margin: 0 18px;
  position: relative;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.section__header .text__title::before, .section__header .text__title::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
}
.section__header .text__title::before {
  top: -1px;
  left: -1px;
}
.section__header .text__title::after {
  top: -1px;
  right: -1px;
}
.section__header .text__title__inner {
  padding: 30px;
}
.section__header .text__title__inner::before, .section__header .text__title__inner::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
}
.section__header .text__title__inner::before {
  bottom: -1px;
  left: -1px;
}
.section__header .text__title__inner::after {
  bottom: -1px;
  right: -1px;
}
.section__header .text__title01 {
  background-color: #f6f5d4;
  border: 1px solid #d4115a;
}
.section__header .text__title01::before, .section__header .text__title01::after {
  background-color: #f6f5d4;
}
.section__header .text__title01 span {
  color: #d4115a;
}
.section__header .text__title__inner01::before, .section__header .text__title__inner01::after {
  background-color: #f6f5d4;
}
.section__header .text__title02 {
  background-color: #f9e6ec;
  border: 1px solid #ed3d00;
}
.section__header .text__title02::before, .section__header .text__title02::after {
  background-color: #f9e6ec;
}
.section__header .text__title02 span {
  color: #ed3d00;
}
.section__header .text__title__inner02::before, .section__header .text__title__inner02::after {
  background-color: #f9e6ec;
}
.section__header .text__title03 {
  background-color: #f8edd7;
  border: 1px solid #45ade1;
}
.section__header .text__title03::before, .section__header .text__title03::after {
  background-color: #f8edd7;
}
.section__header .text__title03 span {
  color: #45ade1;
}
.section__header .text__title__inner03::before, .section__header .text__title__inner03::after {
  background-color: #f8edd7;
}
.section__header .text__title04 {
  background-color: #e4f2f6;
  border: 1px solid #00a1ab;
}
.section__header .text__title04::before, .section__header .text__title04::after {
  background-color: #e4f2f6;
}
.section__header .text__title04 span {
  color: #00a1ab;
}
.section__header .text__title__inner04::before, .section__header .text__title__inner04::after {
  background-color: #e4f2f6;
}
.section__header .text__meta {
  padding-bottom: 40px;
  position: relative;
  text-align: right;
  font-size: 1.4rem;
}
.section__header .text__meta > * {
  display: inline-block;
  text-align: left;
}
.section__header .text__name {
  margin-right: 6px;
  text-orientation: upright;
  line-height: 1;
}
.section__header .text__name > span {
  display: inline-block;
  font-size: 2rem;
}
.section__header .text__name > span > span {
  display: inline-block;
  padding-bottom: 0.5em;
  letter-spacing: -0.2em;
}
.section__header .text__date {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 1.1rem;
}
.section__qa .qa {
  width: calc(100% - 40px);
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.02em;
}
.section__qa .qa__q {
  margin: 42px auto 16px;
  padding-left: 40px;
  position: relative;
}
.section__qa .qa__q::before {
  content: "";
  display: block;
  width: 27px;
  height: 31px;
  position: absolute;
  top: -6px;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section__qa .qa__q p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.35;
}
.section__qa .qa__q01::before {
  background-image: url("../imgs/sec01_q.png");
}
.section__qa .qa__q02::before {
  background-image: url("../imgs/sec02_q.png");
}
.section__qa .qa__q03::before {
  background-image: url("../imgs/sec03_q.png");
}
.section__qa .qa__q04::before {
  background-image: url("../imgs/sec04_q.png");
}
.section__qa .qa__a p span {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: -1px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.section__qa .qa__a01 p span {
  text-decoration-color: #f4f3c9;
}
.section__qa .qa__a02 p span {
  text-decoration-color: #f8e0e7;
}
.section__qa .qa__a03 p span {
  text-decoration-color: #f6e8cd;
}
.section__qa .qa__a04 p span {
  text-decoration-color: #d8ecf2;
}
.section__qa .img-box {
  width: 100%;
  margin: 20px 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: 20px 24px;
}
.section__qa .img-box figure {
  padding-top: 52px;
  position: relative;
}
.section__qa .img-box figure > img {
  max-width: 340px;
}
.section__qa .img-box figure figcaption {
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 20px;
}
.section__qa .img-box figure figcaption img {
  width: auto;
  max-height: 88px;
}
.section__qa .img-box figure:nth-of-type(2) figcaption {
  left: auto;
  right: 20px;
  text-align: right;
}
.section__qa .img-box03 figure:first-of-type figcaption {
  top: 20px;
}
.section__qa .img-box03 figure:first-of-type figcaption img {
  height: 65px;
}
.section__sns {
  width: calc(100% - 40px);
  margin: 36px auto 0;
  padding: 25px 10px;
  position: relative;
}
.section__sns::before, .section__sns::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
}
.section__sns::before {
  top: -1px;
  left: -1px;
}
.section__sns::after {
  top: -1px;
  right: -1px;
}
.section__sns01 {
  background-color: #f6f5d4;
  border: 1px solid #d4115a;
}
.section__sns01::before, .section__sns01::after {
  background-color: #f6f5d4;
}
.section__sns__inner01::before, .section__sns__inner01::after {
  background-color: #f6f5d4;
}
.section__sns02 {
  background-color: #f9e6ec;
  border: 1px solid #ed3d00;
}
.section__sns02::before, .section__sns02::after {
  background-color: #f9e6ec;
}
.section__sns__inner02::before, .section__sns__inner02::after {
  background-color: #f9e6ec;
}
.section__sns03 {
  background-color: #f8edd7;
  border: 1px solid #45ade1;
}
.section__sns03::before, .section__sns03::after {
  background-color: #f8edd7;
}
.section__sns__inner03::before, .section__sns__inner03::after {
  background-color: #f8edd7;
}
.section__sns04 {
  background-color: #e4f2f6;
  border: 1px solid #00a1ab;
}
.section__sns04::before, .section__sns04::after {
  background-color: #e4f2f6;
}
.section__sns__inner04::before, .section__sns__inner04::after {
  background-color: #e4f2f6;
}
.section__sns__inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section__sns__inner::before, .section__sns__inner::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
}
.section__sns__inner::before {
  bottom: -1px;
  left: -1px;
}
.section__sns__inner::after {
  bottom: -1px;
  right: -1px;
}
.section__sns__inner figure {
  width: 100px;
  text-align: center;
}
.section__sns__inner figure img {
  width: 76px;
}
.section__sns__inner .text {
  max-width: calc(100% - 100px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.section__sns__inner .text .move span {
  display: inline-block;
  letter-spacing: 0.02em;
}
.section__sns__inner .text .name > span {
  font-size: 1.6rem;
}
.section__sns .btn {
  margin: 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 8px;
}
.section__sns .btn a {
  display: inline-block;
}
.section__sns .btn a img {
  width: auto;
  height: 22px;
}
@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;
  }
  .sep--end {
    margin: 70px auto 100px;
  }
  .page__nav {
    margin: 50px auto 100px;
  }
  .page__nav__header {
    padding: 40px 52px;
  }
  .page__nav__title {
    width: 260px;
    margin-bottom: 8px;
  }
  .page__nav__lead {
    width: calc(100% - 260px);
  }
  .page__nav__list {
    padding: 114px 52px 70px;
    margin-top: -154px;
    background-image: url("../imgs/menu01_bg.png"), url("../imgs/menu02_bg.png"), url("../imgs/menu03_bg.png"), url("../imgs/menu04_bg.png");
    background-size: auto auto;
    background-position: left 0%, right 0%, left 100%, right 100%;
  }
  .page__nav__item {
    width: calc(50% - 35px);
    height: 144px;
  }
  .page__nav__item a {
    height: 120px;
    margin-top: 24px;
  }
  .section {
    padding: 40px 0;
  }
  .section:last-of-type {
    padding-bottom: 80px;
  }
  .section__index {
    margin-bottom: -20px;
  }
  .section__index img {
    width: 162px;
  }
  .section__header figure {
    width: 470px;
  }
  .section__header figure img {
    width: 470px;
    margin: 0;
  }
  .section__header .text {
    width: calc(100% - 510px);
    margin: 0 40px 0 0;
  }
  .section__qa .qa {
    width: calc(100% - 68px);
  }
  .section__qa .img-box {
    margin: 36px auto 48px;
  }
  .section__sns {
    width: calc(100% - 68px);
  }
}/*# sourceMappingURL=style.min.css.map */
