@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-animation: fadein 3s forwards;
          animation: fadein 3s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#p-contact-lower {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-contact-lower__content {
  background: -webkit-gradient(linear, left top, left bottom, from(#3BA36D), to(#7AE0AA));
  background: linear-gradient(#3BA36D, #7AE0AA);
  padding: 37px 30px 30px;
  padding: 2.3125rem 1.875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-lower__content {
    padding: 3.75rem;
  }
}

.p-contact-lower__text {
  max-width: 586px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-contact-lower__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.75;
}

.p-contact-lower__button {
  width: 240px;
  width: 15rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-contact-lower__button {
    width: 20rem;
  }
}

.p-puzzle__contact-lower-blue {
  width: 100px;
  width: 6.25rem;
  position: absolute;
  top: 53%;
  right: -5%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__contact-lower-blue {
    width: 13.4375rem;
    top: 31%;
    right: -4%;
  }
}

.p-puzzle__contact-lower-yellow {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  left: 5.8%;
  top: -16%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__contact-lower-yellow {
    width: 15.875rem;
    left: 6.3%;
    top: -25%;
  }
}

#p-footer {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #A8A8A8;
  position: relative;
}

.p-footer__inner {
  max-width: 920px;
  max-width: 57.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 0 1.5625rem;
    padding-top: 8.75rem;
  }
}

.p-footer__logo {
  width: 30%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 7.5rem;
  }
}

.p-footer__sns {
  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: 15px;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    gap: 30px;
  }
}

.p-footer__sns img:first-child,
.p-footer__sns img:nth-child(4) {
  width: 25px;
  width: 1.5625rem;
}

.p-footer__sns img:nth-child(2) {
  width: 30px;
  width: 1.875rem;
}

.p-footer__sns img:nth-child(3) {
  width: 24px;
  width: 1.5rem;
}

.p-footer__sns img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-footer__items {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: unset;
  }
}

.p-footer__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    font-size: 1rem;
  }
}

.p-footer__item a {
  color: #191919;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-footer__item a:hover {
  color: #3BA36D;
}

.p-footer__button {
  width: 240px;
  width: 15rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__button {
    width: 20rem;
  }
}

.p-footer__copy {
  background-color: #3BA36D;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  padding: 24px 25px;
  padding: 1.5rem 1.5625rem;
}

.p-footer__copy p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.2142857143;
}
@media screen and (min-width: 768px) {
  .p-footer__copy p {
    font-size: 0.875rem;
  }
}

.p-puzzle__parts-footer {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.p-puzzle__footer-blue {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  top: -10%;
  right: 6.5%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__footer-blue {
    width: 13.4375rem;
    top: -12.5%;
    right: 6.5%;
  }
}

.p-puzzle__footer-pink {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  right: -9%;
  bottom: -1%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__footer-pink {
    width: 14.0625rem;
    right: -3%;
    bottom: 11%;
  }
}

.p-puzzle__footer-yellow {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  left: 7%;
  bottom: -6%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__footer-yellow {
    width: 15.625rem;
    left: 7%;
    bottom: -10.5%;
  }
}

.p-puzzle__footer-green {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  top: 16%;
  left: -9%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__footer-green {
    width: 13.125rem;
    top: 13%;
    left: -6%;
  }
}

.p-puzzle__footer-blue img,
.p-puzzle__footer-pink img,
.p-puzzle__footer-yellow img,
.p-puzzle__footer-green img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer-lower__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer-lower__inner {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-puzzle__parts-footer-lower .p-puzzle__footer-green {
    width: 12.5rem;
    top: 18%;
    left: -5%;
  }
}

#p-header {
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(149, 149, 149, .58);
          box-shadow: 0px 3px 3px 0px rgba(149, 149, 149, .58);
}

.p-header__inner {
  max-width: 1440px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 11px 20px;
  padding: 0.6875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0.6875rem 1.875rem;
  }
}

.p-header__logo {
  display: block;
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 96px;
  }
}

#p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#p-pc-nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  #p-pc-nav {
    display: block;
  }
}

#p-pc-nav__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pc-nav__item {
  height: inherit;
}

.p-pc-nav__item a {
  height: inherit;
  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;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #191919;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
}

.p-pc-nav__item a:hover {
  color: #3BA36D;
}

.p-pc-nav--contact {
  width: 182px;
  width: 11.375rem;
}

.p-pc-nav--contact a {
  background-color: #3BA36D;
  border: 1px solid #3BA36D;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  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;
  position: relative;
  padding: 10px 10px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-pc-nav--contact a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 7px solid #3BA36D;
  z-index: 2;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-pc-nav--contact a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #3BA36D;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-pc-nav--contact a:hover {
  background-color: #fff;
  border: 1px solid #3BA36D;
  color: #3BA36D;
}

.p-pc-nav--contact a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-pc-nav--contact a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* サービス内容横の矢印 */
.p-pc-nav__arrow {
  margin-right: 25px;
  margin-right: 1.5625rem;
}

.p-pc-nav__arrow {
  position: relative;
}

.p-pc-nav__arrow::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 3px;
  border: 7px solid transparent;
  border-top: 9px solid #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-pc-nav__arrow a:hover::before {
  border-top: 9px solid #3BA36D;
}

.p-pc-nav__item:nth-child(4n) a {
  padding-right: 50px;
  padding-right: 3.125rem;
}

.p-pc-nav__item:nth-child(5n) {
  height: unset;
  position: relative;
}

.p-pc-nav__item {
  position: relative;
}

.p-pc-nav__fb a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: unset;
}

.p-pc-nav__fb a img {
  width: 25px;
  width: 1.5625rem;
}

.p-pc-nav__fb a:hover {
  opacity: 0.8;
}

/* メニューアイテムのホバースタイル */
.p-pc-nav__arrow:hover .drop-menu-list {
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: visible;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border: 1px solid #191919;
  border-radius: 20px;
  position: absolute;
  top: 80%;
  left: 10%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  padding: 35px 18px 31px;
  padding: 2.1875rem 1.125rem 1.9375rem;
}

.drop-menu-item {
  font-size: 16px;
  font-size: 1rem;
}

.drop-menu-item a {
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.p-service-head__inner {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-service-head__img {
  max-width: 130px;
  max-width: 8.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-service-head__text {
  background-color: #70D981;
  padding: 12px;
  padding: 0.75rem;
}

.p-service-head__text p {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3571428571;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-service-head__text p {
    font-size: 1.75rem;
  }
}

.p-service-about__inner {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-about__inner {
    padding: 0 1.5625rem;
  }
}

.p-service-about__block p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  color: #191919;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-about__block p {
    font-size: 1rem;
  }
}

.p-service-about__block p:nth-of-type(2) {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-service-about__block p:nth-of-type(2) {
    margin-top: 2rem;
  }
}

.p-service__recommend {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, transparent), color-stop(8%, #f5f5f5));
  background: linear-gradient(to bottom, transparent, transparent 8%, #f5f5f5 8%);
}
@media screen and (min-width: 768px) {
  .p-service__recommend {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(13%, transparent), color-stop(13%, #f5f5f5));
    background: linear-gradient(to bottom, transparent, transparent 13%, #f5f5f5 13%);
  }
}

.p-service-recommend__inner {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-recommend__inner {
    padding: 0 1.5625rem;
  }
}

.p-service-recommend__body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0 23px;
  padding: 1.375rem 0 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-service-recommend__body {
    grid-template-columns: repeat(2, 1fr);
    justify-items: unset;
    padding: 2.75rem 0 2.875rem;
  }
}

.p-service-recommend__body img {
  width: 363px;
  width: 22.6875rem;
  height: auto;
  aspect-ratio: 363/227;
}
@media screen and (min-width: 768px) {
  .p-service-recommend__body img {
    max-width: 22.6875rem;
    width: 100%;
  }
}

.p-service-recommend__items {
  width: 95%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-service-recommend__items {
    width: 100%;
    font-size: 1.125rem;
    margin-top: unset;
    margin-left: unset;
    font-size: 1rem;
  }
}

.p-service-recommend__items li {
  position: relative;
}

.p-service-recommend__items li::before {
  content: url("");
  position: absolute;
  left: -33px;
  left: -2.0625rem;
  top: 0.1em;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .p-service-recommend__items li::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -2.875rem;
    top: 0;
  }
}

.p-service-recommend__items li::after {
  content: url("");
  position: absolute;
  left: -31px;
  left: -1.9375rem;
  top: 0.2em;
  width: 23px;
  width: 1.4375rem;
  background-image: url(../images/community/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-service-recommend__items li::after {
    width: 1.5625rem;
    left: -2.75rem;
    top: 0.1em;
  }
}

.p-service-recommend__items li:nth-child(n+2) {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-service-recommend__items li:nth-child(n+2) {
    margin-top: 1.4375rem;
  }
}

.p-service-contents__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-contents__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-service-contents__items li {
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  border-radius: 100px;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
  text-align: center;
}

.p-service__reason {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(2.5%, transparent), color-stop(2.5%, #f5f5f5));
  background: linear-gradient(to bottom, transparent, transparent 2.5%, #f5f5f5 2.5%);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__reason {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6%, transparent), color-stop(6%, #f5f5f5));
    background: linear-gradient(to bottom, transparent, transparent 6%, #f5f5f5 6%);
    padding-bottom: 5rem;
  }
}

.p-service-reason__inner {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-reason__inner {
    padding: 0 1.5625rem;
  }
}

.p-service-reason__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-service-reason__items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.p-service-reason__items li:nth-child(2n) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-reason__items li:nth-child(2n) {
    margin-top: 5.625rem;
  }
}

.p-service-reason__items li:nth-child(3) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-reason__items li:nth-child(3) {
    margin-top: 3.625rem;
  }
}

.p-service-reason-item__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service-reason-item__img {
    max-width: 18.75rem;
    width: 100%;
  }
}

.p-service-reason-item__img img {
  aspect-ratio: 300/166;
}

.p-service-reason-item__img {
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-service-reason-item__img:before {
  content: "";
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  left: -4px;
  left: -0.25rem;
  width: 66px;
  width: 4.125rem;
  height: 60px;
  height: 3.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-service-reason-item__img:before {
    top: -2.25rem;
    left: -0.375rem;
    width: 7.5rem;
    height: 4.6875rem;
  }
}

.p-service-reason-item__img1:before {
  background-image: url(../images/community/community-reason-digit01.png);
}

.p-service-reason-item__img2:before {
  background-image: url(../images/community/community-reason-digit02.png);
}

.p-service-reason-item__img3:before {
  background-image: url(../images/community/community-reason-digit03.png);
}

.p-service-reason-item__box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service-reason-item__box {
    width: 67%;
  }
}

.p-service-reason-item__box {
  font-family: "Noto Sans JP", sans-serif;
  color: #191919;
}

.p-service-reason-item__box h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .p-service-reason-item__box h3 {
    font-size: 1.125rem;
    margin-top: 0.875rem;
  }
}

.p-service-reason-item__box p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.06em;
  text-align: left;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service-reason-item__box p {
    font-size: 1rem;
    margin-top: 1.0625rem;
  }
}

.p-service__others {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(4%, transparent), color-stop(4%, #f5f5f5));
  background: linear-gradient(to bottom, transparent, transparent 4%, #f5f5f5 4%);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__others {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(11%, transparent), color-stop(11%, #f5f5f5));
    background: linear-gradient(to bottom, transparent, transparent 11%, #f5f5f5 11%);
    padding-bottom: 5rem;
  }
}

.p-service-others__inner {
  max-width: 1030px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-others__inner {
    padding: 0 1.5625rem;
  }
}

.p-service-others__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-others__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.p-service-others__items li {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-service-others__items li {
    max-width: 18.75rem;
  }
}

.p-service-others__item-blue {
  background-color: #F2F8FF;
}

.p-service-others__item-green {
  background-color: #F0FFF3;
}

.p-service-others__item-pink {
  background-color: #FFF0F8;
}

.p-service-others__item-yellow {
  background-color: #FFFCE0;
}

.p-service-others__img {
  max-width: 130px;
  max-width: 8.125rem;
  width: 100%;
  margin: auto;
  padding: 30px 10px 10px;
  padding: 1.875rem 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-others__img {
    max-width: 9.25rem;
  }
}

.p-service-others__box {
  height: 100px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px 20px 38px;
  padding: 2.5rem 1.25rem 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-service-others__box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7272727273;
  color: #fff;
}

.p-service-others__box-blue {
  background-color: #70AFF6;
}

.p-service-others__box-green {
  background-color: #70D981;
}

div.p-service-others__box-pink {
  background-color: #F981BD;
  padding: 20px;
  padding: 1.25rem;
}

.p-service-others__box-yellow {
  background-color: #F3E177;
}

a.p-service-others__arrow {
  margin-top: unset;
}

.p-service-others__items li:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-service-others__items li:hover {
  opacity: 0.8;
}

.p-service-plan__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service-plan__inner {
    padding: 0 1.5625rem;
  }
}

.p-service-plan__inner::before {
  content: "";
  position: absolute;
  bottom: -57px;
  bottom: -3.5625rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0FFF3;
  border-radius: 20px;
  z-index: -1;
}

.p-service-plan__content {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-service-plan__head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7857142857;
  color: #191919;
  text-align: center;
}

.p-service-plan__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.p-service-plan__table th:first-child {
  border-radius: 5px 0 0 0;
}

.p-service-plan__table th:last-child {
  border-radius: 20px 20px 0 0;
}

.p-service-plan__table th {
  width: 100%;
  padding: 9px 0;
  background-color: #70D981;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #fff;
}

.p-service-plan__table td {
  width: 100%;
  padding: 25px 0 25px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
  color: #333;
  text-align: center;
}

.p-service-plan__table td span {
  font-family: "Jost", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1944444444;
}

.p-service-plan__table tr td {
  border-radius: 0 0 20px 20px;
}

.p-service-plan__bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7857142857;
  color: #191919;
}

.p-service-faq__inner {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-faq__inner {
    padding: 0 1.5625rem;
  }
}

.p-service__step {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(4%, transparent), color-stop(4%, #f5f5f5));
  background: linear-gradient(to bottom, transparent, transparent 4%, #f5f5f5 4%);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__step {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6.5%, transparent), color-stop(6%, #f5f5f5));
    background: linear-gradient(to bottom, transparent, transparent 6.5%, #f5f5f5 6%);
    padding-bottom: 8.125rem;
  }
}

.p-service-step__inner {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-step__inner {
    padding: 0 1.5625rem;
  }
}

.p-service-step__content {
  max-width: 664px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-service-step__items li {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service-step__items li {
    padding: 1.875rem 2.5rem;
  }
}

.p-service-step__items li::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border: 10px solid transparent;
  border-top: 16px solid #70D981;
}
@media screen and (min-width: 768px) {
  .p-service-step__items li::after {
    bottom: -34px;
    border: 14px solid transparent;
    border-top: 20px solid #70D981;
  }
}

.p-service-step__items li:last-child:after {
  display: none;
}

.p-service-step__items li:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-step__items li:nth-child(n+2) {
    margin-top: 3.9375rem;
  }
}

.p-service-step__items li img {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 120/120;
}
@media screen and (min-width: 768px) {
  .p-service-step__items li img {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.p-service-step__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service-step__body {
    width: 76.02%;
  }
}

.p-service-step__body h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-service-step__body h3 {
    font-size: 1.25rem;
    margin-top: -5px;
  }
}

.p-service-step__body h3 span {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.84375;
}
@media screen and (min-width: 768px) {
  .p-service-step__body h3 span {
    font-size: 2rem;
  }
}

.p-service-step__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  color: #191919;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-step__body p {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

/* purgecss start ignore */
@media screen and (min-width: 768px) {
  #sp-nav {
    display: none;
  }
}

/*スマホ用のメニュー*/
.p-sp-nav {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #191919;
  background-color: #fff;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-sp-nav {
    display: none;
  }
}

.p-sp-nav.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-sp-nav__items {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 32px 0 100px;
  padding: 2rem 0 6.25rem;
  overflow-y: scroll !important;
}

.p-sp-nav__items li {
  padding: 24px 0;
  padding: 1.5rem 0;
}

.p-sp-nav__items li {
  list-style-type: none;
  width: 100%;
  height: 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;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 700;
}

.p-sp-nav__items li a {
  display: inline-block;
  width: 70%;
  text-align: center;
  color: #191919;
}

.p-sp-nav__link {
  display: block;
  width: 100%;
  max-width: 77px;
  height: inherit;
  padding: 10px 0;
  margin-right: 60.8px;
  margin-right: 3.8rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-sp-nav__link:hover {
  opacity: 0.6;
}

.p-sp-nav__item:last-child {
  padding: 0;
}

.p-sp-nav__body {
  display: none;
  position: relative;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.p-sp-nav__body a {
  height: inherit;
  display: inline-block;
  padding: 5px 0;
}

#sp-nav.noMve {
  -webkit-animation: none;
          animation: none;
}

.p-sp-nav--contact a {
  background-color: #3BA36D;
  color: #fff !important;
  padding: 10px;
  padding: 0.625rem;
  position: relative;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
}

li.p-sp-nav__fb a {
  width: auto;
}

li.p-sp-nav__fb a img {
  width: 25px;
  width: 1.5625rem;
}

.p-sp-nav--contact a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 7px solid transparent;
  border-left: 9px solid #3BA36D;
  z-index: 2;
}

.p-sp-nav--contact a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #3BA36D;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
}

.p-about-lower__inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-lower__inner {
    padding: 0 1.5625rem;
  }
}

.p-about-lower__subTiltle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2142857143;
  color: #191919;
  text-align: center;
  border-bottom: 2px solid #3BA36D;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-lower__subTiltle {
    font-size: 1.75rem;
    padding-bottom: 0.9375rem;
  }
}

.p-about-lower__content p {
  max-width: 640px;
  max-width: 40rem;
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-about-lower__content p {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-about-lower__img {
  width: 398px;
  width: 24.875rem;
}

#p-about-philosophy {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(18%, #f5f5f5));
  background: linear-gradient(to bottom, transparent, transparent 18%, #f5f5f5 18%);
}
@media screen and (min-width: 768px) {
  #p-about-philosophy {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(22%, transparent), color-stop(22%, #f5f5f5));
    background: linear-gradient(to bottom, transparent, transparent 22%, #f5f5f5 22%);
  }
}

.p-about-philosophy__inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-about-philosophy__content {
  padding: 20px 20px 30px;
  padding: 1.25rem 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about-philosophy__content {
    padding: 1.5625rem 1.5625rem 3.125rem;
  }
}

.p-about-philosophy__content p {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-about-philosophy__content p {
    font-size: 1.25rem;
  }
}

.p-about-message__inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-message__inner {
    padding: 0 1.5625rem;
  }
}

.p-about-message__content {
  max-width: 757px;
  max-width: 47.3125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-message__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.p-about-message__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-message__img {
    width: 28.66%;
    margin-left: -1.0625rem;
  }
}

.p-about-message__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-message__body {
    width: 66.05%;
  }
}

.p-about-message__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  color: #191919;
  border-bottom: 1px solid #3BA36D;
}
@media screen and (min-width: 768px) {
  .p-about-message__name {
    font-size: 1rem;
  }
}

.p-about-message__name span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3BA36D;
}
@media screen and (min-width: 768px) {
  .p-about-message__name span {
    font-size: 1.375rem;
  }
}

.p-about-message__body h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #191919;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-message__body h3 {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.p-about-message__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-about-message__text {
    font-size: 1rem;
  }
}

.p-about-message__text p:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-message__text p:nth-child(n+2) {
    margin-top: 1.75rem;
  }
}

.p-about-company__inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-company__inner {
    padding: 0 1.5625rem;
  }
}

.p-about-company__list {
  max-width: 612px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-about-company__list {
    margin-top: 2.1875rem;
  }
}

.p-about-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about-company__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-about-company__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-company__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-about-company__title {
  background-color: #ebebeb;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3BA36D;
  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;
  padding: 4px;
  padding: 0.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-company__title {
    width: 15.52%;
    margin-right: 3.75rem;
    margin-bottom: unset;
    font-size: 1rem;
  }
}

.p-about-company__title::after {
  background-color: #3BA36D;
  width: 1px;
  height: 40px;
  content: "";
  position: absolute;
  bottom: -40px;
}
@media screen and (min-width: 768px) {
  .p-about-company__title::after {
    width: 40px;
    height: 1px;
    top: 50%;
    right: -40px;
    bottom: unset;
  }
}

.p-about-company__description {
  width: 100%;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-about-company__description {
    width: 75.16%;
    margin-top: unset;
    font-size: 1rem;
  }
}

.p-case-single__inner {
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-single__inner {
    padding: 0 1.5625rem;
  }
}

.p-case-single__img {
  max-width: 640px;
  max-width: 40rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-case-single__title {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-case-single__title {
    margin-top: 1.25rem;
  }
}

.p-case-single__label {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.25;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-case-single__label {
    padding: 1.25rem 2.125rem;
    font-size: 1rem;
  }
}

.p-case-single__label-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
@media screen and (min-width: 768px) {
  .p-case-single__label-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.p-case-single__label-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .p-case-single__label-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

.p-case-single__label-bottom p {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-case-single__label-bottom p {
    line-height: 2.25;
  }
}

.p-case-single__label-bottom li {
  max-width: 90px;
  max-width: 5.625rem;
  width: 100%;
  max-height: 20px;
  max-height: 1.25rem;
  border-radius: 20px;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 4px;
  padding: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-single__label-bottom li {
    max-width: 6.25rem;
  }
}

.p-case-single__label-green {
  background-color: #70D981;
}

.p-case-single__label-blue {
  background-color: #70AFF6;
}

.p-case-single__label-pink {
  background-color: #F981BD;
}

.p-case-single__label-yellow {
  background-color: #F3E177;
}

#p-case-single__content {
  font-family: "Noto Sans JP", sans-serif;
  color: #191919;
}

#p-case-single__content h2,
#p-case-single__content h3,
#p-case-single__content h4 {
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  #p-case-single__content h2,
  #p-case-single__content h3,
  #p-case-single__content h4 {
    margin-top: 2.5rem;
  }
}

#p-case-single__content h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  border-bottom: 2px solid #3BA36D;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #p-case-single__content h2 {
    font-size: 1.25rem;
  }
}

#p-case-single__content h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #p-case-single__content h3 {
    font-size: 1.125rem;
  }
}

#p-case-single__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  background-color: #3BA36D;
}

#p-case-single__content h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #3BA36D;
}
@media screen and (min-width: 768px) {
  #p-case-single__content h4 {
    font-size: 1rem;
  }
}

#p-case-single__content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6875;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  #p-case-single__content p {
    font-size: 1rem;
    margin-top: 1.125rem;
  }
}

.p-case-single__others__inner {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(2.5%, transparent), color-stop(2.5%, #f5f5f5));
  background: linear-gradient(to bottom, transparent, transparent 2.5%, #f5f5f5 2.5%);
}
@media screen and (min-width: 768px) {
  .p-case-single__others__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(9%, transparent), color-stop(9%, #f5f5f5));
    background: linear-gradient(to bottom, transparent, transparent 9%, #f5f5f5 9%);
    padding: 0 1.5625rem;
  }
}

.p-case-single__others-content {
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  padding: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-case-single__others-content {
    padding: 3.125rem;
  }
}

.p-case-single__others-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-case-single__others-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.p-case-lower__inner {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-lower__inner {
    padding: 0 1.5625rem;
  }
}

.p-case-lower__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #191919;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-lower__title {
    font-size: 2.5rem;
  }
}

.p-case-lower__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-case-lower__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

#p-community__head {
  background-color: #F0FFF3;
}

.p-community__contents__items li {
  background-color: #F0FFF3;
  border: 2px solid #70D981;
}

#p-community__recommend {
  position: relative;
}

.p-puzzle-community__recommend {
  width: 168px;
  width: 10.5rem;
  position: absolute;
  top: 2%;
  right: -18%;
}
@media screen and (min-width: 768px) {
  .p-puzzle-community__recommend {
    width: 13.125rem;
    top: -9%;
    right: -4%;
  }
}

.p-community-member__inner {
  max-width: 810px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-community-member__inner {
    padding: 0 1.5625rem;
  }
}

.p-community-member__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  color: #191919;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-community-member__text {
    font-size: 1rem;
  }
}

.p-community-member__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-community-member__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

.p-community-member__img img {
  aspect-ratio: 220/162;
}

.p-community-member__items li span {
  background-color: #A8A8A8;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #fff;
  padding: 3px;
  padding: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-community-member__items li span {
    font-size: 1.125rem;
  }
}

#p-community__works {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1.5%, transparent), color-stop(1.5%, #f5f5f5));
  background: linear-gradient(to bottom, transparent, transparent 1.5%, #f5f5f5 1.5%);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  #p-community__works {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, transparent), color-stop(8%, #f5f5f5));
    background: linear-gradient(to bottom, transparent, transparent 8%, #f5f5f5 8%);
    padding-bottom: 5rem;
  }
}

.p-community-works__inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-community-works__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-community-works__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.p-community-works__item {
  width: 90%;
  min-height: 372px;
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-community-works__item {
    max-width: 272px;
    width: 100%;
    height: 100%;
    margin-top: unset;
    padding: 0.8125rem 1.25rem;
  }
}

.p-community-works__item::before {
  content: "";
  position: absolute;
  top: -57px;
  top: -3.5625rem;
  left: 0;
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #70D981;
}

.p-community-works__item1::before {
  content: "01";
}

.p-community-works__item2::before {
  content: "02";
}

.p-community-works__item3::before {
  content: "03";
}

.p-community-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-community-works__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-community-works__list:nth-child(n+2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-community-works__list:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.p-community-works__title {
  background-color: #ebebeb;
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.9;
  color: #3BA36D;
  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;
  padding: 2px;
  padding: 0.125rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-community-works__title {
    max-width: 5.9375rem;
    width: 100%;
    margin-right: 1.25rem;
    margin-bottom: unset;
    font-size: 0.875rem;
  }
}

.p-community-works__title::after {
  background-color: #3BA36D;
  width: 10px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
}
@media screen and (min-width: 768px) {
  .p-community-works__title::after {
    top: 50%;
    right: -10px;
    bottom: unset;
  }
}

.p-community-works__description {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-community-works__description {
    width: 50%;
    font-size: 1rem;
  }
}

#p-community__step {
  position: relative;
}

.p-puzzle-community__step {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  bottom: -7%;
  left: -3%;
}
@media screen and (min-width: 768px) {
  .p-puzzle-community__step {
    width: 13.75rem;
    bottom: -9.5%;
    left: -4%;
  }
}

.p-contact__inner {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding: 0 1.5625rem;
  }
}

.p-contact-head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-contact-head {
    font-size: 1rem;
  }
}

.p-contact-head a {
  color: #0008D3;
}

.p-contact-thanks {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks {
    padding-bottom: 7.5rem;
  }
}

.p-contact-thanks p {
  text-align: center;
}

#p-form {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #191919;
}
@media screen and (min-width: 768px) {
  #p-form {
    margin-top: 2.3125rem;
  }
}

.p-form__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-form__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__item:nth-child(n+2) {
    margin-top: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item:nth-child(n+3) dt {
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item:nth-child(5) {
    margin-top: 3.125rem;
  }
}

div.p-form__item:last-child {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  div.p-form__item:last-child {
    margin-top: 2.6875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-form__item:first-child dd {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__item:first-child dd {
    font-size: 0.875rem;
  }
}

.p-form__item dd {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  color: #8e8e8e;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-form__item dd {
    font-size: 0.9375rem;
  }
}

#p-form-mail input {
  width: 100%;
}

.p-form__item-radio dd {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: unset;
}

.p-form__items dt {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__items dt {
    width: 30%;
  }
}

.p-form__items dt span {
  max-width: 40px;
  max-width: 2.5rem;
  width: 100%;
  max-height: 16px;
  max-height: 1rem;
  height: 100%;
  background-color: #9A9A9A;
  border-radius: 10px;
  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;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-form__items dt span.must {
  background-color: #E23335;
}

.p-form__items dd {
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__items dd {
    width: 65%;
    margin-top: 0;
  }
}

.p-form__items-confirm dd {
  padding: 20px;
  padding: 1.25rem;
}

.p-form__items dd input {
  padding: 13px 18px;
  padding: 0.8125rem 1.125rem;
}

.p-form__item dd select {
  width: 100%;
  padding: 13px 18px;
  padding: 0.8125rem 1.125rem;
}

#p-form__item-mail.p-form__item {
  margin-top: 0;
}

.p-form__item dd textarea {
  width: 100%;
  max-height: 140px;
  max-height: 8.75rem;
  height: 100%;
  cursor: pointer;
  padding: 18px;
  padding: 1.125rem;
}

#p-form__box dd input {
  cursor: pointer;
}

div.p-form__item:nth-child(4) dd {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  div.p-form__item:nth-child(4) dd {
    margin-top: unset;
  }
}

.box__checked {
  text-align: center;
  margin-bottom: 48px;
}

.box__checked .form-item {
  margin-bottom: 28px;
}

.p-form__privacy {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.p-form__checkbox {
  opacity: 1;
}

.p-form-privacy__block {
  height: 300px;
  height: 18.75rem;
  border: 2px solid #191919;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-form-privacy__block {
    height: 14.375rem;
    padding: 3.4375rem 3.75rem;
  }
}

.privacy-text {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.privacy-text::before {
  background-color: #fff;
  border: 1px solid #050319;
  content: "";
  position: absolute;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  display: inline-block;
  top: 5px;
  left: 0;
}

.p-form__checkbox:checked + .privacy-text::after {
  content: "";
  width: 4px;
  height: 8px;
  border-right: 2px solid #3BA36D;
  border-bottom: 2px solid #3BA36D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  left: 1.5%;
}

.p-form__privacy .wpcf7-list-item {
  margin: 0;
}

.p-form__privacy .wpcf7-list-item input {
  display: block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.p-form__privacy .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 2px solid #ccc;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

/* チェックされたときのスタイル */
.p-form__privacy .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked {
  background-color: white;
  border-color: green;
}

/* チェックマークのスタイル */
.p-form__privacy .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked::after {
  content: "✓";
  font-size: 18px;
  color: green;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-form__privacy .checkbox .wpcf7-list-item-label {
  position: relative;
}

.p-form__privacy .checkbox .wpcf7-list-item-label::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #050319;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-form__privacy .checkbox .wpcf7-list-item-label::after,
div.p-form__privacy .wpcf7-acceptance .text::after,
div.p-form__privacy .wpcf7-acceptance span.wpcf7-list-item-label::after {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 18px;
  height: 18px;
  color: #3BA36D;
  font-size: 14px;
  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;
  content: "✔";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-form__privacy .checkbox input:focus + span::before {
  -webkit-box-shadow: 0 0 4px #3BA36D;
          box-shadow: 0 0 4px #3BA36D;
}

.p-form__privacy .checkbox input:checked + span::after {
  opacity: 1;
}

.p-form__submit {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
  margin: 43px auto 100px;
  margin: 2.6875rem auto 6.25rem;
  background-color: #3BA36D;
  border-radius: 50px;
  border: 1px solid #3BA36D;
  color: #fff;
  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;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    max-width: 20.375rem;
    font-size: 1.3125rem;
  }
}

.p-form__submit::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  left: 2rem;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 7px solid #3BA36D;
  z-index: 2;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-form__submit::before {
    left: 35px;
    border: 10px solid transparent;
    border-left: 12px solid #3BA36D;
  }
}

.p-form__submit::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto;
  content: "";
  width: 25px;
  height: 26px;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-form__submit::after {
    width: 35px;
    height: 36px;
  }
}

.p-form__submit:hover {
  background-color: #fff;
  border: 1px solid #3BA36D;
  color: #3BA36D;
}

.p-form__submit:hover::before {
  border-left: 7px solid #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .p-form__submit:hover::before {
    border-left: 10px solid #fff;
  }
}

.p-form__submit:hover::after {
  background: #3BA36D;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-form__submit input {
  color: #fff;
  padding: 10px 10px 10px 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-form__submit input {
    padding: 16px 16px 16px 22px;
  }
}

.p-form__submit:hover input {
  color: #3BA36D;
}

span.error {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: red;
  margin-top: 16px;
  margin-top: 1rem;
  display: block;
}

.p-form__item-radio dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: unset;
}

.p-form__item-radio dd label {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.p-form__item-radio dd label {
  padding: 2px 0;
  padding: 0.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-form__item-radio dd label {
    padding: 0.3125rem 0;
  }
}

input[type=radio] {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
  }
}

.p-form__item-radio dd input {
  padding: 0 !important;
}

input[type=radio]:checked:before {
  width: 9px;
  height: 9px;
  background: #3BA36D;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-form-item__attention dt {
  position: relative;
}

.p-form-item__attention dt::after {
  content: "※個人の方は「個人」とご入力ください";
  position: absolute;
  left: 0;
  bottom: -40%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  color: #E32323;
}
@media screen and (min-width: 768px) {
  .p-form-item__attention dt::after {
    left: 22%;
    bottom: -80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  .p-form-item__attention dt::after {
    left: 16%;
    bottom: -50%;
  }
}

.p-form__item-service dt {
  position: relative;
}

.p-form__item-service dt::after {
  content: "※複数選択可";
  position: absolute;
  left: 0;
  bottom: -40%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  color: #E32323;
}
@media screen and (min-width: 768px) {
  .p-form__item-service dt::after {
    left: 22%;
    bottom: -40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  .p-form__item-service dt::after {
    left: 16%;
  }
}

.p-form__item dd.select {
  max-width: 50%;
  width: 100%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-form__item dd.select .p-form__item dd.select {
    max-width: 30%;
  }
}
.p-form__item dd.select .wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 13px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select-02 {
  position: relative;
}
.select-02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 14.5px;
  pointer-events: none;
}
.select-02 .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
  color: #8e8e8e;
}

dd.select-02 option {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.p-form__item dd.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  background-color: unset;
  margin-left: 8px;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dd.checkbox {
    margin-top: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.checkbox label {
  margin-right: 10px;
  margin-right: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 400;
  color: #191919;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.checkbox .text,
.checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 2.2;
}

.checkbox .text::before,
.checkbox .wpcf7-list-item-label::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #050319;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox .text::after,
.checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .text::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 18px;
  height: 18px;
  color: #3BA36D;
  font-size: 14px;
  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;
  content: "✔";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox input:focus + span::before {
  -webkit-box-shadow: 0 0 4px #3BA36D;
          box-shadow: 0 0 4px #3BA36D;
}

.checkbox input:checked + span::after {
  opacity: 1;
}

.p-form__item dd.checkbox .wpcf7-list-item {
  margin: 0 0 0 0.2em;
}

.wpcf7-response-output {
  color: red;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

span.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__privacy .wpcf7-acceptance label {
  margin-right: 10px;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1666666667;
  font-weight: 400;
  color: #191919;
}
.p-form__privacy .wpcf7-acceptance input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.p-form__privacy .wpcf7-acceptance .text,
.p-form__privacy .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 2.2;
}
.p-form__privacy .wpcf7-acceptance .text::before,
.p-form__privacy .wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #050319;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-form__privacy .wpcf7-acceptance .text::after,
.p-form__privacy .wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 18px;
  height: 18px;
  color: #3BA36D;
  font-size: 14px;
  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;
  content: "✔";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-form__privacy .wpcf7-acceptance input:focus + span::before {
  -webkit-box-shadow: 0 0 4px #3BA36D;
  box-shadow: 0 0 4px #3BA36D;
}
.p-form__privacy .wpcf7-acceptance input:checked + span::after {
  opacity: 1;
}

.p-faq-lower__inner {
  max-width: 830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq-lower__inner {
    padding: 0 1.5625rem;
  }
}

.p-faq-lower__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-faq-lower__tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-faq-lower__tabs a {
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-faq-lower__tabs a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 7.5%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid transparent;
  z-index: 2;
}

.p-faq-lower__tabs a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4%;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
}

.p-faq-lower__tab--black {
  background-color: #191919;
}

a.p-faq-lower__tab--black::before {
  border-top: 5px solid #191919;
}

.p-faq-lower__tab--green {
  background-color: #70D981;
}

a.p-faq-lower__tab--green::before {
  border-top: 5px solid #70D981;
}

.p-faq-lower__tab--blue {
  background-color: #70AFF6;
}

a.p-faq-lower__tab--blue::before {
  border-top: 5px solid #70AFF6;
}

.p-faq-lower__tab--pink {
  background-color: #F981BD;
}

a.p-faq-lower__tab--pink::before {
  border-top: 5px solid #F981BD;
}

a.p-faq-lower__tab--yellow {
  background-color: #F3E177;
  color: #191919;
}

a.p-faq-lower__tab--yellow::before {
  border-top: 5px solid #F3E177;
}

.p-faq__tab_content:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__tab_content:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.p-faq__tab_content h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5833333333;
  text-align: center;
  border-bottom: 2px solid #191919;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

h3.p-faq__tab_content--green {
  border-bottom: 2px solid #70D981;
}

h3.p-faq__tab_content--blue {
  border-bottom: 2px solid #70AFF6;
}

h3.p-faq__tab_content--pink {
  border-bottom: 2px solid #F981BD;
}

h3.p-faq__tab_content--yellow {
  border-bottom: 2px solid #F3E177;
}

#p-monster__head {
  background-color: #FFFCE0;
}

div.p-monster-head__text {
  background-color: #F3E177;
}

#p-monster__recommend {
  position: relative;
}

.p-puzzle-monster__recommend {
  width: 168px;
  width: 10.5rem;
  position: absolute;
  top: 2%;
  right: -18%;
}
@media screen and (min-width: 768px) {
  .p-puzzle-monster__recommend {
    width: 13.125rem;
    top: -9%;
    right: -4%;
  }
}

ul.p-monster-recommend__items {
  width: 88%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  ul.p-monster-recommend__items {
    width: 100%;
    font-size: 1.125rem;
    margin-top: unset;
    margin-left: unset;
    font-size: 1rem;
  }
}

ul.p-monster-recommend__items li::before {
  content: url("");
  position: absolute;
  left: -33px;
  left: -2.0625rem;
  top: 0.1em;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  ul.p-monster-recommend__items li::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -2.875rem;
    top: 0.4em;
  }
}

ul.p-monster-recommend__items li::after {
  background-image: url(../images/ecMonster/check.png);
}
@media screen and (min-width: 768px) {
  ul.p-monster-recommend__items li::after {
    left: -2.75rem;
    top: 0.5em;
  }
}

.p-monster__contents__items li {
  background-color: #FFFCE0;
  border: 2px solid #F3E177;
}

div.p-monster-reason-item__img1:before {
  background-image: url(../images/ecMonster/ecMonster-reason-digit01.png);
}

div.p-monster-reason-item__img2:before {
  background-image: url(../images/ecMonster/ecMonster-reason-digit02.png);
}

div.p-monster-reason-item__img3:before {
  background-image: url(../images/ecMonster/ecMonster-reason-digit03.png);
}

ul.p-monster-step__items li::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border: 10px solid transparent;
  border-top: 16px solid #F3E177;
}
@media screen and (min-width: 768px) {
  ul.p-monster-step__items li::after {
    bottom: -34px;
    border: 14px solid transparent;
    border-top: 20px solid #F3E177;
  }
}

ul.p-monster-step__items li:last-child::after {
  display: none;
}

div.p-monster-plan__inner::before {
  background-color: #FFFCE0;
}

.p-monster-plan__content {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#p-monster-plan__table2 table {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
#p-monster-plan__table2 table th,
#p-monster-plan__table2 table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1875;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 table th,
  #p-monster-plan__table2 table td {
    font-size: 1rem;
  }
}
#p-monster-plan__table2 table th {
  padding: 5px;
  padding: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 table th {
    padding: 2.1875rem;
    font-size: 1rem;
  }
}

#p-monster-plan__table2 th {
  width: 20%;
  background-color: #F3E177;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 th {
    font-size: 1.125rem;
  }
}

#p-monster-plan__table2 tr:first-child th {
  border-radius: 20px 0 0 0;
}

#p-monster-plan__table2 tr:first-child {
  border-bottom: 1px solid #ebebeb;
}

#p-monster-plan__table2 tr:nth-child(2) th {
  border-radius: 0 0 0 20px;
}

#p-monster-plan__table2 tr:first-child td {
  border-radius: 0 20px 0 0;
  padding: 8px 13px;
  padding: 0.5rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 tr:first-child td {
    padding: 1rem 1.625rem;
  }
}

#p-monster-plan__table2 tr:nth-child(2) td {
  border-radius: 0 0 20px 0;
  padding: 15px 13px;
  padding: 0.9375rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 tr:nth-child(2) td {
    padding: 1.875rem 1.625rem;
  }
}

#p-monster-plan__table2 td.p-monster-plan-table__description {
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.1875;
  color: #191919;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 td.p-monster-plan-table__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#p-monster-plan__table2 td p.p-monster-plan__text-bg {
  display: inline-block;
  background-color: #FFFF00;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 td p.p-monster-plan__text-bg {
    margin-top: unset;
    padding: 0.5625rem 1.375rem;
  }
}

#p-monster-plan__table2 .p-monster-plan__digit1 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 .p-monster-plan__digit1 {
    font-size: 1.875rem;
  }
}

#p-monster-plan__table2 .p-monster-plan__digit24 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2083333333;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 .p-monster-plan__digit24 {
    font-size: 1.5rem;
  }
}

#p-monster-plan__table2 .p-monster-plan__digit22 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1818181818;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 .p-monster-plan__digit22 {
    font-size: 1.375rem;
  }
}

#p-monster-plan__table2 .p-monster-plan__textRed {
  color: #F43918;
}

#p-monster-plan__table2 .p-monster-plan__large {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2083333333;
  color: #F43918;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 .p-monster-plan__large {
    font-size: 1.5rem;
  }
}

#p-monster-plan__table2 tr:nth-child(2) p.p-monster-plan__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table2 tr:nth-child(2) p.p-monster-plan__text {
    margin-left: 1.5625rem;
    margin-top: unset;
  }
}

.p-monster-plan__block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-monster-plan__block {
    margin-left: 2.1875rem;
  }
}

.p-monster-plan__block p:nth-child(2) {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-monster-plan__block p:nth-child(2) {
    text-align: center;
  }
}

#p-monster__step {
  position: relative;
}

.p-puzzle-monster__step {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  bottom: -9%;
  left: -7%;
}
@media screen and (min-width: 768px) {
  .p-puzzle-monster__step {
    width: 13.75rem;
    bottom: -9.5%;
    left: -4%;
  }
}

#p-monster-plan__table1 table.tb01 {
  border-collapse: collapse;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1875;
  font-weight: 700;
  color: #191919;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table1 table.tb01 {
    font-size: 1rem;
  }
}
#p-monster-plan__table1 .tb01 .head th:first-child {
  border-radius: 20px 0 0 0;
}
#p-monster-plan__table1 .tb01 .head th:last-child {
  border-radius: 0 20px 0 0;
}
#p-monster-plan__table1 table.tb01 tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}
#p-monster-plan__table1 table.tb01 tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
#p-monster-plan__table1 .tb01 th,
#p-monster-plan__table1 .tb01 td {
  padding: 10px;
  border: solid 1px #ebebeb;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: none;
  border-bottom: none;
  border-top: none;
  border-right: none;
}
#p-monster-plan__table1 .tb01 .head th {
  background: #F3E177;
  color: #fff;
  padding: 10px 0;
  padding: 0.625rem 0;
}
#p-monster-plan__table1 .tb01 .head {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
#p-monster-plan__table1 .tb01 tr th:first-child {
  width: 100%;
}
@media screen and (min-width: 672px) {
  #p-monster-plan__table1 .tb01 tr th:first-child {
    width: 22.85%;
    padding: 1.875rem;
  }
}
#p-monster-plan__table1 .tb01 tr th:not(:first-child) {
  width: 25.71%;
}
#p-monster-plan__table1 table.tb01 tr:nth-of-type(n +2) td:first-of-type {
  background-color: #FFFEF2;
}
#p-monster-plan__table1 table.tb01 tr:nth-of-type(n +3) td:first-child {
  color: #F43917;
}
#p-monster-plan__table1 .p-monster-plan__digit26Red {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1923076923;
  color: #F43917;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table1 .p-monster-plan__digit26Red {
    font-size: 1.625rem;
  }
}
#p-monster-plan__table1 .p-monster-plan__digit26 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1923076923;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table1 .p-monster-plan__digit26 {
    font-size: 1.625rem;
  }
}
#p-monster-plan__table1 .p-monster-plan__digit14 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6428571429;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #p-monster-plan__table1 .p-monster-plan__digit14 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 671px) {
  #p-monster-plan__table1 .tb01 .head {
    display: none;
  }
  #p-monster-plan__table1 .tb01 {
    width: 100%;
  }
  #p-monster-plan__table1 .tb01 td,
  #p-monster-plan__table1 .tb01 th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #p-monster-plan__table1 .tb01 td {
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align: left;
  }
  #p-monster-plan__table1 .tb01 td:before {
    width: 25%;
    color: #ca3737;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #EDED3B;
    margin-right: 10px;
    float: left;
  }
  #p-monster-plan__table1 .tb01 tr:last-of-type td:last-child::before {
    border-radius: 0 0 0 20px;
  }
  #p-monster-plan__table1 .tb01 tr:nth-of-type(2) th:first-child {
    border-radius: 20px 20px 0 0;
  }
  #p-monster-plan__table1 .tb01 tr:nth-of-type(n +2) th:first-child {
    background-color: #F7DC95;
  }
  #p-monster-plan__table1 table.tb01 tr:last-child th:first-child {
    border-radius: 0 0 0 0;
  }
  #p-monster-plan__table1 table.tb01 tr:last-of-type td:nth-child(3) {
    border-radius: 0 0 20px 0;
  }
}

.tb01 tr:nth-of-type(n +2) {
  background-color: #fff;
  color: #191919;
}

.tb01 tr:nth-of-type(n +3) td:first-of-type {
  color: #ca3737;
}

.p-privacy__content p,
.p-privacy__block ul,
.p-privacy__block ol {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #444;
}

.p-privacy__block h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 2px solid #ebebeb;
  position: relative;
}

.p-privacy__block h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #3BA36D;
  bottom: -2px;
  width: 20%;
}

.p-privacy__block ul,
.p-privacy__block ol {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-privacy__block ul,
  .p-privacy__block ol {
    margin-top: 1.875rem;
  }
}

.p-privacy__block ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-privacy__block ol {
  margin-top: unset;
  list-style: decimal;
}

.p-privacy__contact {
  max-width: 50%;
  width: 100%;
  border: 1px solid #3BA36D;
  padding: 20px;
  padding: 1.25rem;
}

.p-privacy__table {
  width: 100%;
  border: 1px solid #ebebeb;
}

.p-privacy__table table {
  max-width: 100%;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

.p-privacy__table th,
.p-privacy__table td {
  padding: 0.5em 0.75em;
}

.p-privacy__table th {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dcdcdc;
}

.p-privacy__table th:first-child {
  border-right: 1px solid #dcdcdc;
}

.p-privacy__table td {
  border-bottom: 1px solid #dcdcdc;
}

.p-privacy__table tr:last-child td {
  border-bottom: unset;
}

.p-privacy__table td:first-child {
  border-right: 1px solid #dcdcdc;
}

.p-service-lower__inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-lower__inner {
    padding: 0 1.5625rem;
  }
}

.p-service-lower__head {
  text-align: center;
}

.p-service-lower__head p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #191919;
}

.p-service-lower__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-lower__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}

/* mv */
.p-mv__inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding: 0 1.5625rem;
  }
}

.p-mv__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #191919;
  text-align: center;
}

.p-mv__copy h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-mv__copy h2 {
    font-size: 3.1875rem;
  }
}

.p-mv__copy p {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__copy p {
    font-size: 1.75rem;
    margin-top: 1.125rem;
  }
}

.p-mv__copy p span {
  color: #3BA36D;
}

.p-mv__img {
  max-width: 686px;
  max-width: 42.875rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    min-height: 29.8125rem;
  }
}

.p-mv__img img:first-child {
  width: 100%;
  height: 100%;
}

.p-mv__img img:nth-last-child(2) {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 158/186;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 600px) {
  .p-mv__img img:nth-last-child(2) {
    max-width: 9.875rem;
    min-height: 11.625rem;
  }
}

.p-mv__img img:last-child {
  max-width: 120px;
  max-width: 7.5rem;
  aspect-ratio: 217/189;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 19%;
  bottom: 27%;
}
@media screen and (min-width: 600px) {
  .p-mv__img img:last-child {
    max-width: 13.5625rem;
    min-height: 11.8125rem;
  }
}

/* about */
.p-about-top__inner {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-top__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-about-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about-top__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 62px;
  }
}

.p-about-top__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-top__img {
    width: 91%;
  }
}

.p-about-top__body {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-top__body {
    width: 96.5%;
    margin-top: 2.5rem;
  }
}

.p-about-top__body h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2142857143;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-about-top__body h3 {
    font-size: 1.75rem;
  }
}

.p-about-top__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  color: #191919;
  letter-spacing: 0.01em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about-top__body p {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
}

/* service */
#p-service-top {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  #p-service-top {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-service-top__inner {
  max-width: 1000px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  padding: 2.5rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-top__inner {
    padding: 5.625rem;
  }
}

.p-service-top__text {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-service-top__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.75;
}

.p-service-top__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-top__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.p-service-top__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-puzzle__service-green {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  top: 0%;
  right: -6.5%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__service-green {
    width: 13.125rem;
    top: 5%;
  }
}

.p-puzzle__service-pink {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  bottom: -2%;
  left: -4%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__service-pink {
    width: 13.125rem;
    left: -11%;
  }
}

/* case */
.p-case-top__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-case-top__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-case-top__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-case-top__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

.p-case-top__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#p-contact-top {
  position: relative;
}

.p-contact-top__inner {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-top__inner {
    padding: 0 1.5625rem;
  }
}

.p-contact-top__content {
  background: -webkit-gradient(linear, left top, left bottom, from(#3BA36D), to(#7AE0AA));
  background: linear-gradient(#3BA36D, #7AE0AA);
  border-radius: 20px;
  padding: 37px 30px 30px;
  padding: 2.3125rem 1.875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-top__content {
    padding: 3.75rem;
  }
}

.p-contact-top__text {
  max-width: 586px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-contact-top__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.75;
}

.p-contact-top__button {
  width: 240px;
  width: 15rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-contact-top__button {
    width: 20rem;
  }
}

.p-puzzle__contact-top-blue {
  width: 100px;
  width: 6.25rem;
  position: absolute;
  top: 7%;
  left: -11%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__contact-top-blue {
    width: 10.75rem;
    left: -6%;
  }
}

#p-faq-top {
  position: relative;
}

.p-faq-top__inner {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq-top__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-faq-top__text {
  max-width: 586px;
  max-width: 36.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-faq-top__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.75;
}

.p-faq-top__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-puzzle__faq-top-yellow {
  width: 100px;
  width: 6.25rem;
  position: absolute;
  top: 3%;
  right: -10%;
}
@media screen and (min-width: 768px) {
  .p-puzzle__faq-top-yellow {
    width: 15.625rem;
    top: 16%;
    right: -7%;
  }
}

#p-news-top {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  #p-news-top {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-news-top__inner {
  max-width: 1050px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  padding: 2.5rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-top__inner {
    padding: 5.625rem;
  }
}

.p-news-top__text {
  max-width: 586px;
  max-width: 36.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-news-top__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.75;
}

.p-news-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-news-top__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#p-tunagu__head {
  background-color: #F2F8FF;
}

div.p-tunagu-head__text {
  background-color: #70AFF6;
}

#p-tunagu__about {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #p-tunagu__about {
    margin-top: 6.125rem;
  }
}

#p-tunagu__recommend {
  position: relative;
}

.p-puzzle-tunagu__recommend {
  width: 168px;
  width: 10.5rem;
  position: absolute;
  top: 2%;
  right: -18%;
}
@media screen and (min-width: 768px) {
  .p-puzzle-tunagu__recommend {
    width: 13.125rem;
    top: -9%;
    right: -4%;
  }
}

ul.p-tunagu-recommend__items {
  width: 88%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #191919;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  ul.p-tunagu-recommend__items {
    width: 100%;
    font-size: 1.125rem;
    margin-top: unset;
    margin-left: unset;
    font-size: 1rem;
  }
}

ul.p-tunagu-recommend__items li::before {
  content: url("");
  position: absolute;
  left: -33px;
  left: -2.0625rem;
  top: 0.1em;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  ul.p-tunagu-recommend__items li::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -2.875rem;
    top: 0.4em;
  }
}

ul.p-tunagu-recommend__items li::after {
  background-image: url(../images/tunagu/check.png);
}
@media screen and (min-width: 768px) {
  ul.p-tunagu-recommend__items li::after {
    left: -2.75rem;
    top: 0.5em;
  }
}

.p-tunagu__contents__items li {
  background-color: #F2F8FF;
  border: 2px solid #70AFF6;
}

#p-tunagu__reason.p-service__reason {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, transparent), color-stop(5%, #f5f5f5));
  background: linear-gradient(to bottom, transparent, transparent 5%, #f5f5f5 5%);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  #p-tunagu__reason.p-service__reason {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, transparent), color-stop(8%, #f5f5f5));
    background: linear-gradient(to bottom, transparent, transparent 8%, #f5f5f5 8%);
    padding-bottom: 5rem;
  }
}

div.p-tunagu-reason-item__img1:before {
  background-image: url(../images/tunagu/tunagu-reason-digit01.png);
}

div.p-tunagu-reason-item__img2:before {
  background-image: url(../images/tunagu/tunagu-reason-digit02.png);
}

ul.p-tunagu-step__items li::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border: 10px solid transparent;
  border-top: 16px solid #70AFF6;
}
@media screen and (min-width: 768px) {
  ul.p-tunagu-step__items li::after {
    bottom: -34px;
    border: 14px solid transparent;
    border-top: 20px solid #70AFF6;
  }
}

ul.p-tunagu-step__items li:last-child::after {
  display: none;
}

div.p-tunagu-plan__inner::before {
  background-color: #F2F8FF;
}

.p-tunagu-plan__content {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#p-tunagu__plan th {
  width: 18%;
  background-color: #70AFF6;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan th {
    font-size: 1.125rem;
  }
}

#p-tunagu__plan tr:first-child th {
  border-radius: 20px 0 0 0;
}

#p-tunagu__plan tr:first-child {
  border-bottom: 1px solid #ebebeb;
}

#p-tunagu__plan tr:nth-child(2) th {
  border-radius: 0 0 0 20px;
}

#p-tunagu__plan tr:first-child td {
  border-radius: 0 20px 0 0;
}

#p-tunagu__plan tr:nth-child(2) td {
  border-radius: 0 0 20px 0;
}

#p-tunagu__plan td {
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.1875;
  color: #191919;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#p-tunagu__plan td p.p-tunagu-plan__text-bg {
  display: inline-block;
  background-color: #FFFF00;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan td p.p-tunagu-plan__text-bg {
    margin-top: unset;
    margin-left: 1.375rem;
    padding: 0.5625rem 1.375rem;
  }
}

#p-tunagu__plan table {
  width: 100%;
  border-collapse: collapse;
}
#p-tunagu__plan table th, #p-tunagu__plan table td {
  padding: 10px;
  padding: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1875;
  font-weight: 400;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan table th, #p-tunagu__plan table td {
    padding: 1.875rem;
    font-size: 1rem;
  }
}
#p-tunagu__plan table th {
  padding: 5px;
  padding: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan table th {
    padding: 2.1875rem;
    font-size: 1rem;
  }
}

#p-tunagu__plan .p-tunagu-plan__digit1 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan .p-tunagu-plan__digit1 {
    font-size: 1.875rem;
  }
}

#p-tunagu__plan .p-tunagu-plan__digit2 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1923076923;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan .p-tunagu-plan__digit2 {
    font-size: 1.625rem;
  }
}

#p-tunagu__plan .p-tunagu-plan__large {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan .p-tunagu-plan__large {
    font-size: 1.25rem;
  }
}

#p-tunagu__plan tr:nth-child(2) p.p-tunagu-plan__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  #p-tunagu__plan tr:nth-child(2) p.p-tunagu-plan__text {
    margin-left: 1.5625rem;
    margin-top: unset;
  }
}

.p-tunagu-plan__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-tunagu-plan__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-tunagu-plan__items li {
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #191919;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875;
  color: #191919;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tunagu-plan__items li {
    width: 11.25rem;
    height: 11.25rem;
    font-size: 1rem;
  }
}

#p-tunagu__step {
  position: relative;
}

.p-puzzle-tunagu__step {
  width: 120px;
  width: 7.5rem;
  position: absolute;
  bottom: -9%;
  left: -7%;
}
@media screen and (min-width: 768px) {
  .p-puzzle-tunagu__step {
    width: 13.75rem;
    bottom: -9.5%;
    left: -4%;
  }
}

.l-case-lower {
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-case-lower {
    padding-top: 3.125rem;
  }
}

.l-case-lower__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-case-lower__content {
    margin-top: 3.75rem;
  }
}

.l-case-lower__top {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .l-case-lower__top {
    margin-top: 5.5rem;
  }
}

.l-case-lower__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-case-lower__content {
    margin-top: 2.5rem;
  }
}

.l-case-single__img {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .l-case-single__img {
    margin-top: 3.5625rem;
  }
}

.l-case-single__label {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-case-single__label {
    margin-top: 2.0625rem;
  }
}

.l-case-single__label-bottom {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-case-single__label-bottom {
    margin-top: 0;
  }
}

.l-case-single__others {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .l-case-single__others {
    margin-top: 4.5rem;
  }
}

.l-community__member,
.l-community__works {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .l-community__member,
  .l-community__works {
    margin-top: 5.5rem;
  }
}

.l-community__works {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .l-community__works {
    margin-top: 6.625rem;
  }
}

.l-community-member__text {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .l-community-member__text {
    margin-top: 1.25rem;
  }
}

.l-community-member__body {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-community-member__body {
    margin-top: 1.75rem;
  }
}

.l-community-works__body {
  margin-top: 61px;
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .l-community-works__body {
    margin-top: 6.875rem;
  }
}

.l-contact-head {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .l-contact-head {
    margin-top: 3.3125rem;
  }
}

.l-form {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-form {
    margin-top: 3.125rem;
  }
}

.l-contact-lower {
  margin-top: 87px;
  margin-top: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .l-contact-lower {
    margin-top: 12.9375rem;
  }
}

.l-contact-lower__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact-lower__text {
    margin-top: 2.4375rem;
  }
}

.l-contact-lower__button {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-contact-lower__button {
    margin-top: 3.625rem;
  }
}

.l-footer {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 6.6875rem;
  }
}

.l-footer__sns {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    margin-top: 1.875rem;
  }
}

.l-footer__nav {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin-top: 3.125rem;
  }
}

.l-footer__button {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__button {
    margin-top: 3.125rem;
  }
}

.l-footer__copy {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: 8.75rem;
  }
}

.l-footer-lower__copy {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer-lower__copy {
    margin-top: 5.5rem;
  }
}

.l-form__privacy {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .l-form__privacy {
    margin-top: 2.1875rem;
  }
}

.l-about-margin {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .l-about-margin {
    margin-top: 5.3125rem;
  }
}

.l-about-lower {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.l-about-lower__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-about-lower__content {
    margin-top: 3.75rem;
  }
}

.l-about-lower__img {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-about-lower__img {
    margin-top: 2rem;
  }
}

.l-about-message__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-about-message__content {
    margin-top: 2.5rem;
  }
}

.l-about-message__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-about-message__text {
    margin-top: 1.0625rem;
  }
}

.l-faq-lower {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.l-faq-lower__tabs {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-faq-lower__tabs {
    margin-top: 3.5625rem;
  }
}

.l-service-lower {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.l-service-lower__head {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-service-lower__head {
    margin-top: 3.125rem;
  }
}

.l-service-lower__content {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-service-lower__content {
    margin-top: 3.5rem;
  }
}

.l-monster-plan__table {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-monster-plan__table {
    margin-top: 1.875rem;
  }
}

.l-mv {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-mv {
    padding-top: 6.5rem;
  }
}

.l-mv__img {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-mv__img {
    margin-top: 4.375rem;
  }
}

.l-privacy__block {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-privacy__block {
    margin-top: 1.25rem;
  }
}

.l-privacy__contact-title,
.l-privacy__contact {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-privacy__contact-title,
  .l-privacy__contact {
    margin-top: 1.25rem;
  }
}

.l-privacy__block-large {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-privacy__block-large {
    margin-top: 3.125rem;
  }
}

.l-privacy__table {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-privacy__table {
    margin-top: 1.875rem;
  }
}

.l-service-head__img {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.l-service-head__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-service-head__text {
    margin-top: 0.5625rem;
  }
}

.l-service__about {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .l-service__about {
    margin-top: 3.625rem;
  }
}

.l-service-about__block {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .l-service-about__block {
    margin-top: 2rem;
  }
}

.l-service__recommend {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .l-service__recommend {
    margin-top: 5.5rem;
  }
}

.l-service__contents {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .l-service__contents {
    margin-top: 5.5rem;
  }
}

.l-service-contents__body {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .l-service-contents__body {
    margin-top: 2.375rem;
  }
}

.l-service__reason {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .l-service__reason {
    margin-top: 5.5rem;
  }
}

.l-service-reason__body {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .l-service-reason__body {
    margin-top: 3.875rem;
  }
}

.l-service__others {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .l-service__others {
    margin-top: 6.125rem;
  }
}

.l-service-others__body {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .l-service-others__body {
    margin-top: 2.75rem;
  }
}

.l-service__plan {
  margin-top: 59px;
  margin-top: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .l-service__plan {
    margin-top: 5.5rem;
  }
}

.l-service-plan__head {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .l-service-plan__head {
    margin-top: 0.1875rem;
  }
}

.l-service-plan__table {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-service-plan__table {
    margin-top: 0.9375rem;
  }
}

.l-service-plan__bottom {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-service-plan__bottom {
    margin-top: 1.25rem;
  }
}

.l-service__faq {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .l-service__faq {
    margin-top: 6.125rem;
  }
}

.l-service__step {
  margin-top: 148px;
  margin-top: 9.25rem;
}

.l-service-step__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-service-step__content {
    margin-top: 2.8125rem;
  }
}

.l-about-top {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-about-top {
    margin-top: 8.75rem;
  }
}

.l-about-top__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-about-top__content {
    margin-top: 2.6875rem;
  }
}

.l-about-top__button {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-about-top__button {
    margin-top: 2.5rem;
  }
}

.l-service-top {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-service-top {
    margin-top: 7.5rem;
  }
}

.l-service-top__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-service-top__text {
    margin-top: 2.9375rem;
  }
}

.l-service-top__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-service-top__content {
    margin-top: 2.875rem;
  }
}

.l-service-top__button {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-service-top__button {
    margin-top: 2.875rem;
  }
}

.l-case-top {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-case-top {
    margin-top: 5.5rem;
  }
}

.l-case-top__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-case-top__content {
    margin-top: 2.9375rem;
  }
}

.l-card-case__bottom {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-card-case__bottom {
    margin-top: 1.5625rem;
  }
}

.l-case-top__button {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-case-top__button {
    margin-top: 3.125rem;
  }
}

.l-contact-top {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-contact-top {
    margin-top: 7.375rem;
  }
}

.l-contact-top__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact-top__text {
    margin-top: 2.9375rem;
  }
}

.l-contact-top__button {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-contact-top__button {
    margin-top: 3.625rem;
  }
}

.l-faq-top {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-faq-top {
    margin-top: 7.4375rem;
  }
}

.l-faq-top__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-faq-top__text {
    margin-top: 2.9375rem;
  }
}

.l-faq-top__button {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-faq-top__button {
    margin-top: 3.625rem;
  }
}

.l-news-top {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-news-top {
    margin-top: 6.25rem;
  }
}

.l-news-top__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-news-top__text {
    margin-top: 2.9375rem;
  }
}

.l-news-top__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-news-top__content {
    margin-top: 3.125rem;
  }
}

.l-news-top__button {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-news-top__button {
    margin-top: 3.125rem;
  }
}

.l-tunagu-plan__table {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.l-tunagu-plan__items {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-tunagu-plan__items {
    margin-top: 1.25rem;
  }
}

.c-accordion-container {
  margin: 26px auto 0;
  max-width: 700px;
  width: 100%;
}

.c-accordion-list:not(:first-child),
.c-accordion-list2,
.c-accordion-list3,
.c-accordion-list4,
.c-accordion-list5 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.c-accordion-title {
  background: #f5f5f5;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #191919;
  padding: 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-accordion-title {
    font-size: 1rem;
    padding: 13px 40px;
  }
}

.c-accordion-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  right: 0.625rem;
  height: 2px;
  width: 16px;
  width: 1rem;
  background: #3BA36D;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-accordion-title:before {
    right: 1.875rem;
    width: 1.625rem;
  }
}

.c-accordion-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  right: 0.625rem;
  height: 2px;
  width: 16px;
  width: 1rem;
  background: #3BA36D;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-accordion-title:after {
    right: 1.875rem;
    width: 1.625rem;
  }
}

.c-accordion-title.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-accordion-title.open:after {
  opacity: 0;
}

.c-accordion-title span {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1923076923;
  color: #3BA36D;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-title span {
    font-size: 1.625rem;
    margin-right: 1.25rem;
  }
}

.c-accordion-text {
  display: none;
  padding: 12px 10px 12px 20px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .c-accordion-text {
    padding: 14px 40px;
    font-size: 1rem;
  }
}

.c-accordion-text p {
  max-width: 580px;
  width: 100%;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.c-accordion-text::before {
  content: "A";
  position: absolute;
  top: 16%;
  left: 5.71%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5833333333;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .c-accordion-text::before {
    font-size: 1.75rem;
  }
}

.p-service-faq__body .c-accordion-container {
  margin: 18px auto 0;
}
.p-service-faq__body .c-accordion-list:not(:first-child),
.p-service-faq__body .c-accordion-list2,
.p-service-faq__body .c-accordion-list3,
.p-service-faq__body .c-accordion-list4,
.p-service-faq__body .c-accordion-list5 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-service-faq__body .c-accordion-title {
  background: #f5f5f5;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #191919;
  padding: 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-service-faq__body .c-accordion-title {
    font-size: 1rem;
    padding: 17px 40px;
  }
}
.p-service-faq__body .c-accordion-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  right: 0.625rem;
  height: 2px;
  width: 16px;
  width: 1rem;
  background: #3BA36D;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-service-faq__body .c-accordion-title:before {
    right: 1.875rem;
    width: 1.625rem;
  }
}
.p-service-faq__body .c-accordion-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  right: 0.625rem;
  height: 2px;
  width: 16px;
  width: 1rem;
  background: #3BA36D;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-service-faq__body .c-accordion-title:after {
    right: 1.875rem;
    width: 1.625rem;
  }
}
.p-service-faq__body .c-accordion-title.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-service-faq__body .c-accordion-title.open:after {
  opacity: 0;
}
.p-service-faq__body .c-accordion-title span {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1923076923;
  color: #3BA36D;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-faq__body .c-accordion-title span {
    font-size: 1.625rem;
    margin-right: 1.25rem;
  }
}
.p-service-faq__body .c-accordion-text {
  display: none;
  padding: 12px 10px 12px 20px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-service-faq__body .c-accordion-text {
    padding: 24px 40px;
    font-size: 1rem;
  }
}
.p-service-faq__body .c-accordion-text p {
  max-width: 580px;
  width: 100%;
  padding-left: 40px;
  padding-left: 2.5rem;
}
.p-service-faq__body .c-accordion-text::before {
  content: "A";
  position: absolute;
  top: 20%;
  left: 5.71%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5833333333;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-service-faq__body .c-accordion-text::before {
    font-size: 1.75rem;
  }
}

#c-breadCrumb {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  #c-breadCrumb {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

#c-breadCrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#c-breadCrumb ol li,
#c-breadCrumb a,
#c-breadCrumb span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.7142857143;
  color: #000;
}

#bread_crumb li.category {
  display: none;
}

.c-button__apply {
  background-color: #3BA36D;
  border-radius: 50px;
  border: 1px solid #3BA36D;
  color: #fff;
  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;
  position: relative;
  padding: 10px 10px 10px 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .c-button__apply {
    font-size: 1.3125rem;
    padding: 16px 16px 16px 22px;
  }
}

.c-button__apply::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  left: 2rem;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 7px solid #3BA36D;
  z-index: 2;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c-button__apply::before {
    left: 35px;
    border: 6px solid transparent;
    border-left: 10px solid #3BA36D;
  }
}

.c-button__apply::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto;
  content: "";
  width: 25px;
  height: 26px;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c-button__apply::after {
    width: 35px;
    height: 36px;
  }
}

.c-button__apply:hover {
  background-color: #fff;
  border: 1px solid #3BA36D;
  color: #3BA36D;
}

.c-button__apply:hover::before {
  border-left: 7px solid #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .c-button__apply:hover::before {
    border-left: 10px solid #fff;
  }
}

.c-button__apply:hover::after {
  background: #3BA36D;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-button__apply-contactTop {
  background-color: #fff;
  color: #3BA36D;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-button__apply-contactTop::before {
  border-left: 7px solid #fff;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
@media screen and (min-width: 768px) {
  .c-button__apply-contactTop::before {
    border-left: 10px solid #fff;
  }
}

.c-button__apply-contactTop::after {
  background: #3BA36D;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.c-button__apply-contactTop:hover {
  background-color: #3BA36D;
  color: #fff;
}

.c-button__apply-contactTop:hover::before {
  border-left: 7px solid #3BA36D;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .c-button__apply-contactTop:hover::before {
    border-left: 10px solid #3BA36D;
  }
}

.c-button__apply-contactTop:hover::after {
  background: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-button {
  width: 240px;
  width: 15rem;
  background-color: #fff;
  border: 1px solid #191919;
  border-radius: 50px;
  color: #191919;
  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;
  position: relative;
  padding: 11px 11px 11px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.6875;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 1rem;
  }
}

.c-button::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 7px solid #fff;
  z-index: 2;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 20px;
  background: #191919;
  z-index: 1;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-button:hover {
  background-color: #7e7e7e;
  border: 1px solid #7e7e7e;
  color: #fff;
}

.c-button:hover::before {
  border: 5px solid transparent;
  border-left: 7px solid #7e7e7e;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-button:hover::after {
  background: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-card__bottom svg {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-card:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-card:active svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.c-card {
  max-width: 380px;
  max-width: 23.75rem;
  width: 100%;
  min-height: 400px;
  min-height: 25rem;
  height: 100%;
  margin: auto;
  padding: 20px;
  padding: 1.25rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-card {
    max-width: 380px;
    min-height: 33.75rem;
    padding: 1.875rem;
  }
}

.c-card:hover {
  opacity: 0.8;
}

.c-card img:first-child {
  width: 80px;
  width: 5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-card img:first-child {
    width: 8.125rem;
  }
}

.c-card__bottom {
  width: 20px;
  width: 1.25rem;
  margin-left: auto;
  margin-top: auto;
}

.c-card__bottom:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-card__bottom svg {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-card:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-card:active svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.c-card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5833333333;
  text-align: center;
  padding: 9px 20px;
  padding: 0.5625rem 1.25rem;
  margin: 0 calc(50% - 45.2vw);
}
@media screen and (min-width: 768px) {
  .c-card h3 {
    font-size: 1.5rem;
  }
}

.c-card p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.75;
  text-align: justify;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card p {
    font-size: 1rem;
  }
}

.c-card1, .c-card2, .c-card3, .c-card4 {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
  border-radius: 20px;
}

.c-card1 {
  background-color: #F0FFF3;
}

.c-card2 {
  background-color: #F2F8FF;
}

.c-card3 {
  background-color: #FFF0F8;
}

.c-card4 {
  background-color: #FFFCE0;
}

.c-card1 h3 {
  background-color: #70D981;
}

.c-card2 h3 {
  background-color: #70AFF6;
}

.c-card3 h3 {
  background-color: #F981BD;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-card3 h3 {
    font-size: 1.375rem;
  }
}

.c-card4 h3 {
  background-color: #F3E177;
  color: #191919;
}

.c-card1 h3, .c-card2 h3, .c-card3 h3, .c-card4 h3 {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-card-case {
  max-width: 300px;
  width: 100%;
  min-height: 425px;
  min-height: 26.5625rem;
  background-color: #fff;
  border-radius: 20px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .16));
          filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .16));
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding: 1.25rem;
}

.c-card-case:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-card-case__img {
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.c-card-case__img img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.c-card-case:hover .c-card-case__img img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.c-card-case h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.2222222222;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card-case h3 {
    font-size: 1.125rem;
  }
}

.c-card-case p {
  min-width: 260px;
  min-width: 16.25rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #191919;
  line-height: 1.6875;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card-case p {
    font-size: 1rem;
  }
}

.c-card-case__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-card-case-bottom__items {
  width: 100%;
  height: 50px;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
}

.c-card-case-bottom__item {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
  max-height: 20px;
  max-height: 1.25rem;
  border-radius: 20px;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 4px;
  padding: 0.25rem;
}

.c-card-case-bottom__item-green {
  background-color: #70D981;
}

.c-card-case-bottom__item-blue {
  background-color: #70AFF6;
}

.c-card-case-bottom__item-pink {
  background-color: #F981BD;
}

.c-card-case-bottom__item-yellow {
  background-color: #F3E177;
}

/*メニューボタン 展開前*/
.c-hamburger {
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  display: block;
  position: absolute;
  top: 30%;
  right: 5%;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  width: 38px;
  width: 2.375rem;
  height: 2.22px;
  background-color: #191919;
  display: block;
  position: absolute;
  border-radius: 20px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  top: 12px;
  top: 0.75rem;
}

.c-hamburger span:nth-of-type(3) {
  top: 24px;
  top: 1.5rem;
}

/*メニューボタン 展開後*/
.c-hamburger.active span:nth-child(1) {
  background-color: #191919;
  top: 19.2px;
  top: 1.2rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger.active span:nth-child(2),
.c-hamburger.active span:nth-child(3) {
  background-color: #191919;
  top: 19.2px;
  top: 1.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-links {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .nav-links {
    margin-top: 6.25rem;
  }
}

.page-numbers {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: inline-block;
  margin-right: 15px;
  margin-right: 0.9375rem;
  padding: 10px;
  padding: 0.625rem;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #191919;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers.list {
  border: none;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    margin-right: 1.25rem;
  }
}

.page-numbers:hover {
  background-color: #3BA36D;
  border: 1px solid #3BA36D;
  color: #fff;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: #3BA36D;
  border: #3BA36D;
  color: #fff;
}

.dots {
  border: none;
  text-align: center;
}

#c-single__pagenation {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #c-single__pagenation {
    padding-top: 5rem;
  }
}

#c-single__pagenation a.list {
  margin: 30px auto;
  margin: 1.875rem auto;
}
@media screen and (min-width: 768px) {
  #c-single__pagenation a.list {
    margin: 2.5rem auto 0;
  }
}

#c-single__pagenation .c-single_nav-links {
  position: relative;
  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;
}

#c-single__pagenation .c-single_nav-links li {
  position: relative;
  text-align: center;
  min-width: 166px;
  min-width: 10.375rem;
  list-style: none;
}

#c-single__pagenation .c-single_nav-links::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  #c-single__pagenation .c-single_nav-links::before {
    top: -2.5rem;
  }
}

.c-single_nav-links li a.prev-link {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-single_nav-links li a.prev-link {
    padding-left: 2.5rem;
  }
}

.c-single_nav-links li a.prev-link::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #B3AA59;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-single_nav-links li a.prev-link::before {
    width: 15px;
    height: 15px;
  }
}

.c-single_nav-links li a.prev-link::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-133deg);
          transform: rotate(-133deg);
  position: absolute;
  top: 3px;
  left: 4px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-single_nav-links li a.prev-link::after {
    width: 6px;
    height: 6px;
    left: 5px;
  }
}

.c-single_nav-links li a.next-link {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-single_nav-links li a.next-link {
    padding-right: 2.5rem;
  }
}

.c-single_nav-links li a.next-link::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #B3AA59;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-single_nav-links li a.next-link::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}

.c-single_nav-links li a.next-link::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(133deg);
          transform: rotate(133deg);
  position: absolute;
  top: 2px;
  right: 4px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-single_nav-links li a.next-link::after {
    width: 6px;
    height: 6px;
    top: 3px;
    right: 5px;
  }
}

.c-single_nav-links li a {
  padding: unset;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.1666666667;
  font-weight: 300;
  color: #191919;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-single_nav-links li a {
    font-size: 1rem;
  }
}

.c-single_nav-links li a:hover {
  color: unset;
  opacity: 0.8;
}

.c-single_nav-links {
  max-height: 120px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c-single_nav-links .list {
    margin-top: 8.125rem;
  }
}

.c-single_nav-links .prev {
  position: relative;
  display: inline-block;
  padding: 0 0 13px 30px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  color: #191919;
  border-bottom: 1px solid #191919;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-single_nav-links .next {
  position: relative;
  display: inline-block;
  padding: 0 30px 13px 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  color: #191919;
  border-bottom: 1px solid #191919;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-single_nav-links .prev::before,
.c-single_nav-links .prev::after {
  position: absolute;
  top: 0;
  bottom: 25%;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.c-single_nav-links .next::before,
.c-single_nav-links .next::after {
  position: absolute;
  top: 0;
  bottom: 25%;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.c-single_nav-links .prev::before {
  left: 4px;
  width: 20px;
  height: 2px;
  background: #3BA36D;
}

.c-single_nav-links .prev::after {
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3BA36D;
  border-right: 2px solid #3BA36D;
  -webkit-transform: rotate(135deg);
  transform: rotate(-135deg);
}

.c-single_nav-links .next::before {
  right: 4px;
  width: 20px;
  height: 2px;
  background: #3BA36D;
}

.c-single_nav-links .next::after {
  right: 4px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #3BA36D;
  border-right: 2px solid #3BA36D;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

.c-single_nav-links .prev:hover,
.c-single_nav-links .next:hover {
  color: #3BA36D;
  border-bottom: 1px solid #3BA36D;
}

.c-title-small span {
  display: block;
  text-align: center;
}

.c-title-small--en {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ebebeb;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title-small--en {
    font-size: 3.75rem;
  }
}

.c-title-small--jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3BA36D;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2083333333;
  margin: -8px auto 0;
  margin: -0.5rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-title-small--jp {
    font-size: 1.5rem;
    margin: -0.9375rem auto 0;
    padding: 0.5rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-title-small--long {
    width: 13.75rem;
  }
}

.c-title-small__service {
  background: -webkit-gradient(linear, left top, left bottom, from(#27CC2E), to(#70E6A8));
  background: linear-gradient(#27CC2E, #70E6A8);
}

.c-title-small__tunagu {
  background: -webkit-gradient(linear, left top, left bottom, from(#70A8F4), to(#65E1FF));
  background: linear-gradient(#70A8F4, #65E1FF);
}

.c-title-small__monster {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7DC95), to(#EDED3B));
  background: linear-gradient(#F7DC95, #EDED3B);
}

.c-title-small--others {
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-title-small--others {
    max-width: 13.9375rem;
  }
}

.c-title span {
  display: block;
  text-align: center;
}

.c-title--en {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #CAE5D7;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title--en {
    font-size: 5rem;
  }
}

.c-title--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.2;
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .c-title--jp {
    font-size: 2.5rem;
    margin-top: -45px;
  }
}

.c-title--en-contactTop {
  color: #9ed1b7;
}

span.c-title--jp-contactTop {
  color: #fff;
}

.c-top-arrow {
  display: inline-block;
  text-transform: uppercase;
  color: #3BA36D;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 6.5;
  cursor: pointer;
}

.c-top-arrow:before {
  content: "";
  width: 26px;
  height: 26px;
  background: #3BA36D;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: auto;
}

.c-top-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7.8px 4.5px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: auto;
}

.c-top-arrow:hover {
  opacity: 0.8;
}

#p-about-message__slider {
  max-width: 100%;
  width: 100%;
  height: 145px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #p-about-message__slider {
    height: 282px;
    margin-top: 5rem;
  }
}

#p-about-message__slider .swiper {
  width: inherit;
  height: inherit;
}

#p-about-message__slider .swiper-wrapper {
  width: inherit;
  height: inherit;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#p-about-message__slider .swiper-slide {
  width: 120px;
  height: inherit;
}
@media screen and (min-width: 768px) {
  #p-about-message__slider .swiper-slide {
    width: 233px;
  }
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: inherit;
  width: inherit;
}
/*# sourceMappingURL=styles.css.map */
