@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 {
  width: calc(100% - 38px);
  margin: 32px auto 40px;
  padding: 26px 24px 32px;
  background-color: #f2f2f2;
  font-weight: 700;
}
.page__nav__title {
  margin-bottom: 24px;
  text-align: center;
}
.page__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 1.4rem;
}
.page__nav ul li {
  width: 100%;
  line-height: 1.5;
}
.page__nav ul ul {
  gap: 6px;
  margin-top: 10px;
  padding-left: 1.5em;
  font-weight: normal;
}
.page__ps {
  width: calc(100% - 38px);
  margin: 0 auto;
}

.section {
  width: calc(100% - 38px);
  margin: 54px auto;
}
.section span.spacer {
  display: block !important;
  height: 1em !important;
}
.section__title {
  margin-bottom: 30px;
}
.section__main .img-box {
  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: 16px 24px;
  margin: 16px auto 24px;
}
.section__main .img-box img {
  width: 100%;
  max-width: 400px;
}
.section .iv {
  width: calc(100% - 32px);
  margin: 40px auto;
}
.section .iv__title {
  margin: 40px -5px 30px;
  position: relative;
}
.section .iv__title span {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.section .iv__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}
.section .iv__voice__item {
  margin: 36px auto;
}
.section .iv__voice__item__q {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 14px;
}
.section .iv__voice__item__q img {
  width: 61px;
}
.section .iv__voice__item__q p {
  margin: 0;
  padding: 10px 20px;
  position: relative;
  background-color: #ccc;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}
.section .iv__voice__item__q p::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 36px;
  left: -6px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section .iv__voice__item__a p {
  padding-left: 12px;
}
.section .iv__voice .img-box {
  margin: 24px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.section .info {
  margin: 36px auto 42px;
  padding: 36px 18px 24px;
  position: relative;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
}
.section .info__title {
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 19px;
}
.section .info__content {
  display: inline-block;
  text-align: left;
}
.section .info p span {
  display: inline-block;
}
.section .info p a {
  display: inline-block;
  word-break: break-all;
  letter-spacing: 0;
  line-height: 1.4;
}
.section .info p a[href^="tel:"] {
  text-decoration: none;
}

/********************
 * 各section別
 ********************/
.sec01 .section__title img {
  width: 211px;
}
.sec01 .iv__title::after {
  background-color: #00a0c8;
}
.sec01 .iv__voice__item__q p {
  background-color: #e9f3f6;
  color: #00a0c8;
}
.sec01 .iv__voice__item__q p::after {
  background-image: url("../imgs/sec01_horn.png");
}
.sec01 .iv__title--01 img {
  width: 153px;
}
.sec01 .iv__title--02 img {
  width: 164px;
}
.sec01 .iv__title--03 img {
  width: 108px;
}
.sec01 .info__title {
  background-color: #00a0c8;
}

.sec02 .section__title img {
  width: 228px;
}
.sec02 .iv__title::after {
  background-color: #34a62e;
}
.sec02 .iv__voice__item__q p {
  background-color: #e7f4e7;
  color: #34a62e;
}
.sec02 .iv__voice__item__q p::after {
  background-image: url("../imgs/sec02_horn.png");
}
.sec02 .iv__title img {
  width: 192px;
}
.sec02 .info__title {
  background-color: #34a62e;
}

.sec03 .section__title img {
  width: 232px;
}
.sec03 .section__main p span {
  background-color: #f8e3f1;
}
.sec03 .iv__title::after {
  background-color: #ce44a2;
}
.sec03 .iv__voice__item__q p {
  background-color: #ccc;
  color: #ce44a2;
}
.sec03 .iv__voice__item__q p::after {
  background-image: url("../imgs/sec03_horn.png");
}
.sec03 .info__title {
  background-color: #ce44a2;
}

.sec04 .section__title img {
  width: 95px;
}
.sec04 .iv__title::after {
  background-color: #000;
}
.sec04 .iv__voice__item__q p {
  background-color: #ccc;
  color: #000;
}
.sec04 .iv__voice__item__q p::after {
  background-image: url("../imgs/sec04_horn.png");
}
.sec04 .info__title {
  background-color: #000;
}
@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 {
    width: 520px;
    margin: 60px auto 80px;
    padding: 26px 60px 32px;
  }
  .page__ps {
    width: calc(100% - 64px);
  }
  .section {
    width: calc(100% - 64px);
    margin: 100px auto;
  }
  .section__title {
    margin-bottom: 36px;
  }
  .section__main .img-box {
    margin: 20px auto;
  }
  .section__main .img-box img {
    width: 337px;
  }
  .section .iv {
    width: 656px;
    margin: 80px auto;
  }
  .section .iv__title {
    width: calc(100% - 12px);
    margin: 80px auto 40px;
  }
  .section .iv__main img {
    float: left;
    width: 277px;
    margin: 0 30px 0 0;
  }
  .section .iv__main::after {
    content: "";
    display: table;
    width: 100%;
  }
  .section .iv__voice__item__q p {
    height: 60px;
    padding: 0 20px;
    border-radius: 30px;
    line-height: 60px;
  }
  .section .iv__voice__item__a p {
    padding: 0;
  }
  .section .iv__voice .img-box {
    margin: 20px auto 50px;
  }
  .section .iv__voice .img-box img {
    width: calc(50% - 12px);
  }
  .section .info {
    padding: 20px;
  }
  .sec01 .section__title img {
    width: 281px;
  }
  .sec01 .iv__title--01 img {
    width: 303px;
  }
  .sec01 .iv__title--02 img {
    width: 315px;
  }
  .sec01 .iv__title--03 img {
    width: 199px;
  }
  .sec01 .iv__voice--01 {
    margin: 46px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 52px 42px;
  }
  .sec01 .iv__voice--01 .iv__voice__item {
    width: calc(50% - 30px);
    margin: 0;
  }
  .sec01 .iv__voice--02 .iv__voice__item--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .sec01 .iv__voice--02 .iv__voice__item--02 .qa {
    width: calc(100% - 354px);
  }
  .sec01 .iv__voice--02 .iv__voice__item--02 .iv__voice__item__q p {
    padding: 10px 20px;
    line-height: 1.4;
  }
  .sec01 .iv__voice--02 .iv__voice__item--02 .img-box {
    display: block;
    width: 314px;
    margin: 0;
  }
  .sec01 .iv__voice--02 .iv__voice__item--02 .img-box img {
    width: 100%;
  }
  .sec02 .section__title img {
    width: 306px;
  }
  .sec02 .iv__title img {
    width: 368px;
  }
  .sec03 .section__title img {
    width: 548px;
  }
  .sec04 .section__title img {
    width: 127px;
  }
}
@media screen and (max-width: 750px) {
  .section .iv__main {
    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 30px;
  }
  .section .iv__main p span {
    display: inline-block;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .sec01 .iv__voice--01 .iv__voice__item__q p {
    padding: 10px 20px;
    line-height: 1.4;
  }
  .sec01 .iv__voice--01 .iv__voice__item__a p {
    padding-left: 12px;
  }
}/*# sourceMappingURL=style.min.css.map */
