@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1130px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-banner {
  margin-top: 3.125rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-banner {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
}

.l-banner.l-banner--last {
  margin-top: 7.625rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-banner.l-banner--last {
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
  }
}

.l-cta {
  margin-top: 2.75rem;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 3.4375rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-blueTtl {
  background-color: #28abe2;
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4464285714;
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .c-blueTtl {
    padding: 0.75rem 1.25rem;
    font-size: min(2rem, 6vw);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.c-btn {
  background-color: #28abe2;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  padding: 1.125rem 1.4375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 0.9375rem 1.25rem;
    font-size: 1.125rem;
  }
}

.c-btn span {
  display: inline-block;
  margin-left: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 0.3125rem solid #fff;
  border-right: 0.3125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn span {
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    margin-left: 0.5rem;
  }
}

.c-btnShadow {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.c-btnShadow:hover {
  opacity: 1;
}

.c-btnShadow::before {
  content: "";
  position: absolute;
  border-radius: 0.3125rem;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btnShadow::before {
    content: none;
  }
}

/* .c-btnShadow:hover::before {
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(67, 32, 3, .76) inset;
          box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(67, 32, 3, .76) inset;
} */

/* .c-btnShadow img {
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(67, 32, 3, .76);
          box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(67, 32, 3, .76);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
} */

.c-btnShadow:hover img {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-btnShadow:hover img {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(67, 32, 3, 0.76);
    box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(67, 32, 3, 0.76);
  }
}

.p-area {
  background-color: #f2f3f4;
}

.p-area__inner {
  margin-top: 6.0625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__inner {
    margin-top: 2.8125rem;
    padding-bottom: 3.75rem;
  }
}

.p-area__content + .p-area__content {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__content + .p-area__content {
    margin-top: 1.875rem;
  }
}

.p-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-area__head {
  background-color: #28abe2;
  color: #fff;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.4411764706;
  padding: 0 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-area__head {
    padding: 0 1.5625rem;
    font-size: 1.5rem;
  }
}

.p-area__txt {
  width: 100%;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  padding-bottom: 1.375rem;
  border-bottom: 2px solid rgba(18, 18, 18, 0.2);
}
@media screen and (max-width: 767px) {
  .p-area__txt {
    padding-bottom: 0.75rem;
    margin-top: 0.9375rem;
    font-size: 1rem;
  }
}

.p-banner {
  text-align: center;
}

.p-banner__txt {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-banner__txt {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.p-banner__btn {
  position: relative;
}

.p-banner__btn a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 41px;
}
@media screen and (max-width: 1130px) {
  .p-banner__btn a {
    bottom: 0;
    right: 2.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__btn a {
    bottom: 0;
    right: 3.6505867014vw;
  }
}

.p-banner__btn > img {
  margin: 0 auto;
  aspect-ratio: 1080/273;
}

.p-banner__btn a > img {
  width: 451px;
  /* aspect-ratio: 451/82; */
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1130px) {
  .p-banner__btn a > img {
    width: 28.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__btn a > img {
    width: 36.5058670143vw;
  }
}

.p-case__inner {
  margin-top: 5.3125rem;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-case__inner {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}

.p-case__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.9375rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-case__items {
    gap: 1.875rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-case__img {
  width: 100%;
}

.p-case__item img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-case__item img {
    height: 150px;
  }
}

.p-case__area {
  display: inline-block;
  text-align: center;
  margin-top: 0.9375rem;
  padding: 0.125rem 0.3125rem;
  border: 1px solid #28abe2;
  color: #28abe2;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-case__area {
    font-size: 1rem;
  }
}

.p-case__txt {
  margin-top: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-case__txt {
    font-size: min(1rem, 3.5vw);
  }
}

.p-case__btn {
  margin-top: 3.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case__btn {
    margin-top: 1.875rem;
  }
}

.p-cta {
  text-align: center;
}

.p-cta__txt {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    font-size: 0.9rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.p-cta__txt .bule-big {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__txt .bule-big {
    font-size: 1.5rem;
  }
}

.p-cta__txt span {
  color: #28abe2;
}

.p-cta__txt.p-cta__txt--deco::before,
.p-cta__txt.p-cta__txt--deco::after {
  display: inline-block;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta__txt.p-cta__txt--deco::before,
  .p-cta__txt.p-cta__txt--deco::after {
    font-size: 1rem;
  }
}

.p-cta__txt.p-cta__txt--deco::before {
  content: "＼";
}

.p-cta__txt.p-cta__txt--deco::after {
  content: "／";
}

.p-cta__btn {
  margin-top: 0.75rem;
}

.p-cta__btn a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-cta__btn a {
    width: 90%;
  }
}

.p-cta__btn img {
  margin: 0 auto;
  max-width: 47.875rem;
  border-radius: 0.3125rem;
}

.p-faq__inner {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}

.p-faq__container + .p-faq__container {
  margin-top: 1rem;
}

.p-faq__container {
  margin: 0 auto;
  border: 2px solid #121212;
  background-color: #28abe2;
}

.p-faq__icon img {
  max-width: 4.375rem;
  aspect-ratio: 70/66;
}

.p-faq__q {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-faq__head {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  padding: 1.1875rem 5rem 1.1875rem 1.5rem;
  border-left: 1px solid #121212;
}
@media screen and (max-width: 767px) {
  .p-faq__head {
    font-size: 1rem;
    padding: 0.75rem 2.1875rem 0.75rem 0.75rem;
  }
}

.p-faq__q::before,
.p-faq__q::after {
  content: "";
  display: block;
  background-color: #28abe2;
  position: absolute;
  top: 50%;
  width: 1.625rem;
  height: 3px;
  right: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before,
  .p-faq__q::after {
    width: 1.25rem;
    height: 2px;
    right: 0.625rem;
  }
}

.p-faq__q::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.p-faq__q.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #121212;
}

.p-faq__icon {
  position: relative;
  width: 4.375rem;
  height: inherit;
  padding: 1.1875rem 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    padding: 0.625rem 1.5rem;
    width: 3.125rem;
  }
}

.p-faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 4.375rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__icon::after {
    width: 3.125rem;
    height: 2.75rem;
  }
}

.p-faq__q .p-faq__icon::after {
  background: url(../images/faq-q.png) no-repeat center/contain;
}

.p-faq__a .p-faq__icon::after {
  background: url(../images/faq-a.png) no-repeat center/contain;
}

.p-faq__txt {
  width: 100%;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 1.1875rem 1.5rem;
  border-left: 1px solid #121212;
}
@media screen and (max-width: 767px) {
  .p-faq__txt {
    padding: 0.75rem;
  }
}

.p-flow {
  background: url(../images/bg-flow.jpg) no-repeat center/cover;
}

.p-flow__inner {
  margin-top: 5.3125rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    margin-top: 2.5rem;
    padding-bottom: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__allImg {
    overflow-x: auto;
  }
}

.p-flow__allImg img {
  margin: 0 auto;
  aspect-ratio: 1080/103;
}
@media screen and (max-width: 767px) {
  .p-flow__allImg img {
    width: 50rem;
    max-width: none;
  }
}

.p-flow__contents {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__contents {
    margin-top: 1.875rem;
  }
}

.p-flow__content + .p-flow__content {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content + .p-flow__content {
    margin-top: 3.75rem;
  }
}

.p-flow__content {
  background: url(../images/bg-flow-item.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem 3.5625rem;
  min-height: 23.9375rem;
  padding-top: 1.875rem;
  padding-right: 2.1875rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.p-flow__content:not(:last-child)::after {
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  content: "";
  background: url(../images/flow-arrow.png) no-repeat center/contain;
  width: 4.5rem;
  height: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content:not(:last-child)::after {
    width: 3.25rem;
    height: 1.625rem;
  }
}

.p-flow__body {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-flow__body {
    width: 100%;
  }
}

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

.p-flow__step img {
  max-width: 12.125rem;
  aspect-ratio: 194/62;
}
@media screen and (max-width: 767px) {
  .p-flow__step img {
    max-width: 7.5rem;
  }
}

.p-flow__head {
  margin-left: 1.4375rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    font-size: 1.5rem;
  }
}

.p-flow__desc {
  margin-left: 3.5rem;
  margin-top: 1.3125rem;
  padding-top: 1.3125rem;
  border-top: 2px solid #28abe2;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-flow__desc {
    margin-left: 1.25rem;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.p-flow__desc p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-flow__desc p + p {
    margin-top: 0.75rem;
  }
}

.p-flow__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    width: 100%;
    padding-left: 1.25rem;
  }
}

.p-flow__img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 3/2;
}

.p-footer {
  background-color: #28abe2;
  color: #fff;
  text-align: center;
}

.p-footer__txt {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-footer__txt {
    font-size: 0.75rem;
    padding: 0.625rem 0;
  }
}

.p-greeting__inner {
  margin-top: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__inner {
    margin-top: 3.75rem;
  }
}

.p-greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-greeting__txt {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-greeting__txt {
    font-size: 1rem;
  }
}

.p-greeting__txt + .p-greeting__txt {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__txt + .p-greeting__txt {
    margin-top: 1rem;
  }
}

.p-greeting__owner {
  margin-top: 2.8125rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-greeting__owner {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
  }
}

.p-greeting__owner + .p-greeting__owner {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__owner + .p-greeting__owner {
    margin-top: 0.5rem;
  }
}

.p-greeting__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-greeting__img img {
  max-width: 25.9375rem;
  aspect-ratio: 415/375;
}
@media screen and (max-width: 767px) {
  .p-greeting__img img {
    max-width: none;
  }
}

.p-greeting__btn {
  margin-top: 4.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-greeting__btn {
    margin-top: 2.1875rem;
  }
}

.p-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 52, 74, 0.4);
  box-shadow: 0px 2px 4px 0px rgba(0, 52, 74, 0.4);
}

.p-header__top {
  text-align: center;
  color: #fff;
  background-color: #28abe2;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    display: none;
  }
}

.p-header__wrap {
  padding: 0.5rem 3.125rem;
  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;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__wrap {
    padding: 0.5rem 1.25rem;
  }
}

.p-header__logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-header__logo {
  max-width: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 2.5rem;
    width: 100%;
  }
}

.p-header__logo img {
  aspect-ratio: 97/83;
}

.p-header__ttl {
  font-size: 1.8rem;
  padding-left: 0.2em;
  font-weight: bold;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-header__ttl {
    font-size: 1.2rem;
  }
}

.p-header__infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__infoBox {
    display: none;
  }
}

.p-header__tel img {
  max-width: 16.3125rem;
  width: 100%;
  aspect-ratio: 261/57;
}

.p-header__ctaBox a {
  display: inline-block;
}

.p-header__cta {
  max-width: 24.25rem;
  /* aspect-ratio: 388/66; */
  border-radius: 0.3125rem;
}

.p-intro {
  background: url(../images/bg-intro.jpg) no-repeat center/cover;
  padding-top: 5.375rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-top: 2.625rem;
  }
}

.p-intro__ttl {
  text-align: center;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 1.5rem;
  }
}

.p-intro__ttl span {
  font-size: 3.75rem;
  line-height: 1.45;
  padding-top: 0.625rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl span {
    padding-top: 0.3125rem;
    font-size: 2rem;
  }
}

.p-intro__ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8.625rem;
  height: 0.8125rem;
  background: url(../images/dot.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl span::before {
    width: 4.375rem;
    height: 0.5rem;
  }
}

.p-intro__body {
  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;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-intro__body {
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-intro__img img {
  max-width: 27.6875rem;
  aspect-ratio: 443/479;
}
@media screen and (max-width: 767px) {
  .p-intro__img img {
    width: 80%;
    margin: 0 auto;
  }
}

.p-intro__item {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  text-shadow: 2px 2px 2px rgba(0, 27, 38, 0.4);
}
@media screen and (max-width: 767px) {
  .p-intro__item {
    font-size: min(1.5rem, 4vw);
    white-space: nowrap;
  }
}

.p-intro__item span {
  color: #ee6d00;
}

.p-intro__item + .p-intro__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro__item + .p-intro__item {
    margin-top: 0.5rem;
  }
}

.p-mv {
  background: url(../images/mv-bg-pc.jpg) no-repeat center/cover;
  position: relative;
  height: 44.5138888889vw;
}

.p-mv__inner {
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-mv__inner img {
  max-width: 44.4444444444vw;
  aspect-ratio: 640/552;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 5.625rem;
  margin: 0 calc(50% - 50vw);
  padding: 3.75rem calc(50vw - 50%);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-reason__content:nth-child(odd) {
  background-color: #eef6fd;
}

.p-reason__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-reason__img img {
  max-width: 28.125rem;
  aspect-ratio: 450/280;
}

.p-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__head {
    gap: 0 0.5rem;
  }
}

.p-reason__num img {
  max-width: 2.9375rem;
  aspect-ratio: 47/53;
}
@media screen and (max-width: 767px) {
  .p-reason__num img {
    max-width: 1.875rem;
  }
}

.p-reason__headTxt {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-reason__headTxt {
    font-size: 1.5rem;
  }
}

.p-reason__txt {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .p-reason__txt {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.p-reason__txt span {
  color: #28abe2;
  font-weight: bold;
}

.p-review {
  background-color: #eef6fd;
}

.p-review__inner {
  margin-top: 4.0625rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-review__inner {
    margin-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.p-review__txt {
  text-align: center;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.4411764706;
}
@media screen and (max-width: 767px) {
  .p-review__txt {
    font-size: min(1.5rem, 4vw);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.p-review__txt span {
  color: #ee6d00;
}

.p-review__panels {
  margin-top: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

h4.wp-block-heading {
  font-size: min(1.25rem, 4vw);
  margin-bottom: 0 !important;
}

.p-review__contents {
  margin-top: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-review__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-review__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 33.3333333333%;
  background-color: #fff;
  padding: 1.5625rem 1.875rem 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-review__content {
    width: 100%;
  }
}

.p-review__head {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
}

.p-review__desc {
  margin-top: 1.375rem;
}

.p-review__author,
.p-review__evaluation {
  margin-top: 1.5625rem;
}

.p-review__evaluation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-review__evaluation img {
  max-width: 5.5rem;
  aspect-ratio: 88/15;
  margin-left: 0.4375rem;
}

.p-review__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-review__btn {
    margin-top: 1.875rem;
  }
}

.p-security__ttl {
  background-color: #28abe2;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4464285714;
  padding: 2.1875rem 0;
  text-align: center;
  position: relative;
}
.p-security__ttl span {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-security__ttl {
    padding: 0.75rem 1.25rem;
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .p-security__ttl span {
    font-size: 2rem;
  }
}

.p-security__ttl::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.75rem 16.875rem 0 16.875rem;
  border-color: #28abe2 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-security__ttl::after {
    border-width: 1.875rem 4.375rem 0 4.375rem;
  }
}

.p-security__body {
  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;
  gap: 1rem 0;
  background: url(../images/bg-strong.jpg) no-repeat center/cover;
  padding-top: 8.125rem;
  padding-bottom: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-security__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: -5rem;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-security__items {
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #707070;
}

.p-security__item {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-security__item {
    font-size: min(2rem, 6vw);
  }
}

.p-security__item span {
  color: #ee6d00;
}

.p-security__item::before {
  content: "";
  background: url(../images/icon-crown.png) no-repeat center/contain;
  width: 3.4375rem;
  height: 2.6875rem;
  margin-top: -0.3125rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-security__item::before {
    width: 2.1875rem;
    height: 1.4375rem;
    margin-top: -0.3125rem;
    margin-right: 0.3125rem;
  }
}

.p-security__txt {
  margin-top: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-security__txt {
    font-size: min(1.5rem, 4vw);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.p-security__img img {
  max-width: 26.1875rem;
  aspect-ratio: 419/466;
}
@media screen and (max-width: 767px) {
  .p-security__img img {
    margin: 0 auto;
    width: 80%;
  }
}

.p-service {
  background-color: #eef6fd;
}

.p-service__inner {
  margin-top: 5rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    margin-top: 2.5rem;
    padding-bottom: 2.8125rem;
  }
}

.p-service__head {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-service__head {
    font-size: 1.25rem;
  }
}

.p-service__subHead {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  padding-bottom: 0.8125rem;
  border-bottom: 1.5px solid #121212;
}
@media screen and (max-width: 767px) {
  .p-service__subHead {
    font-size: 1rem;
  }
}

.p-service__items {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__items {
    margin-top: 1.875rem;
    gap: 2.5rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-service__itemHead {
  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;
  padding-bottom: 0.75rem;
  border-bottom: 1.5px solid #121212;
}

.p-service__itemHead img {
  max-width: 2.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-service__itemHead img {
    max-width: 1.875rem;
  }
}

.p-service__itemHead p {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-service__itemHead p {
    font-size: 1.25rem;
  }
}

.p-service__itemHead .font-space {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p-service__img {
  margin-top: 0.875rem;
}

.p-service__txt {
  margin-top: 1rem;
  padding: 0 0.625rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-spBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-spBtn {
    background-color: #fff;
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem;
    gap: 0.625rem;
  }
}

.p-spBtn__ctaBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-spBtn__cta {
  border-radius: 0.3125rem;
}

.p-strong__inner {
  margin-top: 5rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-strong__inner {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-strong__content + .p-strong__content {
  margin-top: 4.8125rem;
}

.p-strong__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-strong__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-strong__content:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-strong__content:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-strong__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-strong__img {
    width: 100%;
  }
}

.p-strong__img img {
  max-width: 33.75rem;
  aspect-ratio: 54/35;
  margin: 0 auto;
}

.p-strong__img.p-strong__img--03 img {
  max-width: 25.25rem;
  aspect-ratio: 404/300;
}

.p-strong__body {
  position: relative;
  padding-right: 3.75rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-strong__body {
    width: 100%;
    padding-right: 0;
    padding-left: 1.875rem;
  }
}

.p-strong__content:nth-child(odd) .p-strong__body {
  padding-left: 3.75rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-strong__content:nth-child(odd) .p-strong__body {
    padding-left: 1.875rem;
  }
}

.p-strong__body::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "feature";
  text-transform: capitalize;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #28abe2;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-strong__body::before {
    font-size: 0.875rem;
    right: auto;
    right: initial;
    left: 0;
  }
}

.p-strong__body::after {
  content: "";
  height: 70%;
  width: 2px;
  position: absolute;
  bottom: 0;
  right: 0.625rem;
  background-color: #28abe2;
}
@media screen and (max-width: 767px) {
  .p-strong__body::after {
    height: 65%;
    right: auto;
    right: initial;
    left: 0.5rem;
  }
}

.p-strong__content:nth-child(odd) .p-strong__body::before {
  left: 0;
  right: auto;
  right: initial;
}

.p-strong__content:nth-child(odd) .p-strong__body::after {
  left: 0.625rem;
  right: auto;
  right: initial;
}
@media screen and (max-width: 767px) {
  .p-strong__content:nth-child(odd) .p-strong__body::after {
    left: 0.5rem;
  }
}

.p-strong__num img {
  max-width: 5.75rem;
  aspect-ratio: 92/62;
}
@media screen and (max-width: 767px) {
  .p-strong__num img {
    max-width: 3.125rem;
  }
}

.p-strong__head {
  margin-top: 1.3125rem;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.4411764706;
}
@media screen and (max-width: 767px) {
  .p-strong__head {
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }
}

.p-strong__txts {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-strong__txts {
    margin-top: 1rem;
  }
}

.p-strong__txt {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-strong__txt {
    font-size: 1rem;
  }
}

.p-strong__txt.p-strong__txt--small {
  margin-top: 1.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-strong__txt.p-strong__txt--small {
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }
}

.p-strong__txt small {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */

/* 後から追加 */
.line-btn {
  margin: 3rem auto 4rem !important;
}
.line-btn__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 1px solid #06c755;
  border-radius: 50px;
  margin: 0 auto;
  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;
  background-color: #06c755;
  gap: 1em;
  line-height: 1.6;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
@media (max-width: 640px) {
  .line-btn__link {
    gap: 0.5em;
    line-height: 1.8;
  }
}
.line-btn__link:hover {
  background-color: #fff;
  color: #06c755;
}
.line-btn__link::before {
  content: "";
  background-image: url(../../../../../wp-content/uploads/2023/05/round-default.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 640px) {
  .line-btn__link::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.line-btn__sub {
  font-size: min(1rem, 2.8vw);
}
.line-btn__main {
  font-size: min(1.6rem, 5vw);
}

.smb-panels > .c-row__col {
  margin-bottom: 0;
  margin-top: 0;
}
.smb-panels__item {
  background-color: var(--_color-white, #fff);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  color: var(--_color-text, #333);
  display: block;
  position: relative;
  text-decoration: none;
  transition: all var(--_transition-duration, 0.2s)
    var(--_transition-function-timing, ease-out);
  flex: 1 0 31%;
  max-width: 31%;
}

@media screen and (max-width: 767px) {
  .smb-panels__item {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.smb-panels__item__figure > img {
  width: 100%;
}
.smb-panels__item__body {
  padding: 1.8rem;
  padding: calc(var(--_space, 1.8rem) * 1);
  font-size: min(1rem, 3.5vw);
}
.smb-panels__item__body a {
  position: relative;
  z-index: 1;
}
.smb-panels__item__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: calc(1 + var(--_half-leading, 0.4) * 2);
  margin: 0;
}
.smb-panels__item__content {
  font-size: 0.875rem;
  line-height: calc(1.03203 + var(--_half-leading, 0.4) * 2);
  margin-top: 0.45rem;
  margin-top: calc(var(--_space, 1.8rem) * 0.25 * var(--_margin-scale, 1));
}
.smb-panels__item__action {
  margin-top: 0.9rem;
  margin-top: calc(var(--_space, 1.8rem) * 0.5 * var(--_margin-scale, 1));
}
.smb-panels__item__action--nolabel {
  margin-top: 0;
}
.smb-panels__item__action > a {
  position: static;
  text-decoration: none;
  z-index: auto;
}
.smb-panels__item__action > a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.smb-panels__item__link {
  color: #cd162c;
  font-size: 0.875rem;
  line-height: calc(1.03203 + var(--_half-leading, 0.4) * 2);
}
.smb-panels__item:not([class*="smb-panels__item--"]) {
  text-align: center;
}
.smb-panels__item--horizontal {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.smb-panels__item--horizontal.smb-panels__item--reverse
  > .smb-panels__item__figure {
  order: 1;
}
.smb-panels__item--block-link > .smb-panels__item__body > *,
.smb-panels__item--free > .smb-panels__item__body > * {
  margin-bottom: 0;
  margin-top: 0;
}
.smb-panels__item--block-link
  > .smb-panels__item__body
  > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)
  + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.smb-panels__item--free
  > .smb-panels__item__body
  > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)
  + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 1.8rem;
  margin-top: 1rem;
  font-weight: bold;
}
.smb-panels__item--block-link > .smb-panels__item__body > :first-child,
.smb-panels__item--free > .smb-panels__item__body > :first-child {
  margin-top: 0;
}
.smb-panels__item--block-link > .smb-panels__item__body > h1,
.smb-panels__item--free > .smb-panels__item__body > h1 {
  margin-bottom: 1.8rem;
  margin-bottom: calc(var(--_space, 1.8rem) * 1 * var(--_margin-scale, 1));
  margin-top: 0;
}
.smb-panels__item--block-link > .smb-panels__item__body > h2,
.smb-panels__item--free > .smb-panels__item__body > h2 {
  margin-bottom: 2.25rem;
  margin-bottom: calc(var(--_space, 1.8rem) * 1.25 * var(--_margin-scale, 1));
  margin-top: 3.6rem;
  margin-top: calc(var(--_space, 1.8rem) * 2 * var(--_margin-scale, 1));
}
.smb-panels__item--block-link > .smb-panels__item__body > h3,
.smb-panels__item--free > .smb-panels__item__body > h3 {
  margin-bottom: 1.35rem;
  margin-bottom: calc(var(--_space, 1.8rem) * 0.75 * var(--_margin-scale, 1));
  margin-top: 3.15rem;
  margin-top: calc(var(--_space, 1.8rem) * 1.75 * var(--_margin-scale, 1));
}
.smb-panels__item--block-link > .smb-panels__item__body > h4,
.smb-panels__item--free > .smb-panels__item__body > h4 {
  margin-bottom: 0.9rem;
  margin-bottom: calc(var(--_space, 1.8rem) * 0.5 * var(--_margin-scale, 1));
  margin-top: 2.25rem;
  margin-top: calc(var(--_space, 1.8rem) * 1.25 * var(--_margin-scale, 1));
}
.smb-panels__item--block-link > .smb-panels__item__body > h5,
.smb-panels__item--block-link > .smb-panels__item__body > h6,
.smb-panels__item--free > .smb-panels__item__body > h5,
.smb-panels__item--free > .smb-panels__item__body > h6 {
  margin-bottom: 0.9rem;
  margin-bottom: calc(var(--_space, 1.8rem) * 0.5 * var(--_margin-scale, 1));
  margin-top: 1.8rem;
  margin-top: calc(var(--_space, 1.8rem) * 1 * var(--_margin-scale, 1));
}
.smb-panels__item--block-link > .smb-panels__item__body > ol ol,
.smb-panels__item--block-link > .smb-panels__item__body > ol ul,
.smb-panels__item--block-link > .smb-panels__item__body > ul ol,
.smb-panels__item--block-link > .smb-panels__item__body > ul ul,
.smb-panels__item--free > .smb-panels__item__body > ol ol,
.smb-panels__item--free > .smb-panels__item__body > ol ul,
.smb-panels__item--free > .smb-panels__item__body > ul ol,
.smb-panels__item--free > .smb-panels__item__body > ul ul {
  margin-bottom: 0;
}
.smb-panels[data-image-padding="true"] .smb-panels__item__figure {
  padding-bottom: 0;
  padding-left: 0.9rem;
  padding-left: calc(var(--_space, 1.8rem) * 0.5);
  padding-right: 0.9rem;
  padding-right: calc(var(--_space, 1.8rem) * 0.5);
  padding-top: 0.9rem;
  padding-top: calc(var(--_space, 1.8rem) * 0.5);
}
.smb-panels[data-image-padding="true"]
  .smb-panels__item--horizontal.smb-panels__item--reverse
  > .smb-panels__item__figure {
  padding-bottom: 0.9rem;
  padding-bottom: calc(var(--_space, 1.8rem) * 0.5);
  padding-left: 0.9rem;
  padding-left: calc(var(--_space, 1.8rem) * 0.5);
  padding-right: 0.9rem;
  padding-right: calc(var(--_space, 1.8rem) * 0.5);
  padding-top: 0;
}
@media (min-width: 640px) {
  .smb-panels__item--horizontal {
    flex-direction: row;
    text-align: left;
  }
  .smb-panels__item--horizontal > .smb-panels__item__body {
    flex: 1 1 auto;
  }
  .smb-panels__item--horizontal > .smb-panels__item__figure {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
    position: relative;
  }
  .smb-panels__item--horizontal > .smb-panels__item__figure img {
    height: auto;
    max-height: none;
    max-width: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .smb-panels__item--horizontal > .smb-panels__item__body {
    align-self: center;
  }
  .smb-panels[data-image-padding="true"] .smb-panels__item__figure {
    padding-bottom: 0;
    padding-left: 0.9rem;
    padding-left: calc(var(--_space, 1.8rem) * 0.5);
    padding-right: 0.9rem;
    padding-right: calc(var(--_space, 1.8rem) * 0.5);
    padding-top: 0.9rem;
    padding-top: calc(var(--_space, 1.8rem) * 0.5);
  }
  .smb-panels[data-image-padding="true"]
    .smb-panels__item--horizontal
    > .smb-panels__item__figure {
    padding-bottom: 0.9rem;
    padding-bottom: calc(var(--_space, 1.8rem) * 0.5);
    padding-left: 0.9rem;
    padding-left: calc(var(--_space, 1.8rem) * 0.5);
    padding-right: 0;
    padding-top: 0.9rem;
    padding-top: calc(var(--_space, 1.8rem) * 0.5);
  }
  .smb-panels[data-image-padding="true"]
    .smb-panels__item--horizontal.smb-panels__item--reverse
    > .smb-panels__item__figure {
    padding-bottom: 0.9rem;
    padding-bottom: calc(var(--_space, 1.8rem) * 0.5);
    padding-left: 0;
    padding-right: 0.9rem;
    padding-right: calc(var(--_space, 1.8rem) * 0.5);
    padding-top: 0.9rem;
    padding-top: calc(var(--_space, 1.8rem) * 0.5);
  }
}
@media (hover: hover) and (pointer: fine) {
  .smb-panels__item:active,
  .smb-panels__item:focus,
  .smb-panels__item:hover {
    box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.15);
  }
}

.smb-evaluation-star {
  align-items: center;
  display: flex;
}
.smb-evaluation-star__title {
  margin-left: 0;
  margin-right: 0.45rem;
  margin-right: calc(var(--_space, 1.8rem) * 0.25 * var(--_margin-scale, 1));
}
.smb-evaluation-star--title-right .smb-evaluation-star__title {
  margin-left: 0.45rem;
  margin-left: calc(var(--_space, 1.8rem) * 0.25 * var(--_margin-scale, 1));
  margin-right: 0;
  order: 1;
}
.smb-evaluation-star__body {
  display: inline-block;
}
.smb-evaluation-star__numeric {
  color: var(--_color-gray, #999);
  font-weight: 700;
}
.smb-evaluation-star__numeric--left {
  float: left;
  margin-right: 0.45rem;
  margin-right: calc(var(--_space, 1.8rem) * 0.25 * var(--_margin-scale, 1));
}
.smb-evaluation-star__numeric--right {
  float: right;
  margin-left: 0.45rem;
  margin-left: calc(var(--_space, 1.8rem) * 0.25 * var(--_margin-scale, 1));
}
.smb-evaluation-star__icon {
  color: #f9bb2d;
  display: inline-block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
