@charset "UTF-8";
body {
  scroll-behavior: smooth;
}

.c-ttl_sup__txt {
  margin-top: 2em;
  line-height: 1.8;
  font-size: 1.1em;
}

.c-panel_contact__wrap {
  max-width: 800px;
}
.c-panel_contact__btn a {
  max-width: 100%;
}

.c-card_news__date {
  min-width: 6em;
}

.image_change {
  transform: translateY(0.484848vw);
}
@media screen and (max-width: 550px) {
  .image_change {
    transform: scale(1.1) translateY(-5.45454545vw);
  }
}

.pr {
  display: none !important;
}

.l-footer__menu {
  flex-wrap: wrap;
  gap: 15px 3rem;
  margin-left: 4rem;
}
.l-footer__menu li:not(:first-child) {
  margin-left: 0 !important;
}

.p-gnavi__contact a {
  width: 30rem;
}

@media screen and (max-width: 550px) {
  .p-home_kv__inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .p-home_kv__img {
    padding-top: 8rem;
  }
}
.p-home_kv__catch {
  position: absolute;
  bottom: 25.3rem;
  left: 7.3rem;
}
@media screen and (max-width: 550px) {
  .p-home_kv__catch {
    left: 0;
    bottom: auto;
    width: 100%;
    top: 4rem;
  }
  .p-home_kv__catch .main {
    text-align: center;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.p-company_access__wrap ul {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.p-company_access__wrap ul li {
  cursor: pointer;
  font-size: 1.2em;
}
.p-company_access__wrap ul li.s-btn {
  background: linear-gradient(91.67deg, #fff 4.38%, #fafafa 99.54%);
  border: 1px solid #3015E8;
  color: #3015E8;
}
.p-company_access__map {
  position: relative;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column-reverse;
}
.p-company_access__mapInner {
  aspect-ratio: 2/1;
  padding-top: 0;
}
.p-company_access .map-dots li {
  display: block;
  width: 100%;
  max-width: 222px;
  border-radius: 7px;
  font-weight: 700;
  line-height: 1;
  padding: 1em 0;
  position: relative;
  text-align: center;
  z-index: 1;
  border: 1px solid #3015E8;
  color: #3015E8;
  transition: 0.3s;
}
.p-company_access .map-dots li.slick-active {
  background: #3015E8;
  color: #fff;
}
.p-company_access .map-dots li button {
  opacity: 0;
}
.p-company_access .map-dots li::before {
  content: "大阪本社";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-company_access .map-dots li:nth-of-type(2)::before {
  content: "東京支社";
}

.p-contact__desc span {
  font-weight: bold;
  color: #3015e8;
}

.p-flow__exp {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__exp {
    text-align: left;
  }
}
.p-flow__cnt {
  margin-top: 7rem;
}
.p-flow__block {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__block {
    gap: 1.5rem;
  }
}
.p-flow__block_arrow {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .p-flow__block_arrow {
    font-size: 1.2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .p-flow__block_arrow {
    font-size: 1rem;
    right: 0.5rem;
    gap: 10px;
    letter-spacing: -1px;
  }
}
.p-flow__block_arrow::before {
  width: 3px;
  height: 85%;
  display: block;
}
.p-flow__block_arrow.-arrow1::before {
  content: url(../img/flow/img_arrow_1.png);
}
.p-flow__block_arrow.-arrow2::before {
  content: url(../img/flow/img_arrow_2.png);
}
.p-flow__block_arrow.-arrow3::before {
  content: url(../img/flow/img_arrow_3.png);
}
.p-flow__block_arrow.c-animation.-fadeInRight.scrolled {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}
.p-flow__block_ttl {
  flex-shrink: 0;
  padding: 0.5em;
  writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.8rem;
  border-radius: 5px;
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .p-flow__block_ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__block_ttl {
    font-size: 1.2rem;
  }
}
.p-flow__block_ttl.-ttl1 {
  background: linear-gradient(180deg, #2FD6E8 0%, #2FA1E8 96.98%);
}
.p-flow__block_ttl.-ttl2 {
  background: linear-gradient(180deg, #2FA1E8 0%, #2F6AE8 100%);
}
.p-flow__block_ttl.-ttl3 {
  background: linear-gradient(180deg, #2F6AE8 0%, #6D2FE8 100%);
}
.p-flow__block_list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__block_list {
    gap: 1.5rem;
  }
}
.p-flow__block_list_item {
  display: flex;
  align-items: center;
  padding: 2.5rem 10px;
  border: solid 2px #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-flow__block_list_item {
    padding: 1rem 10px;
  }
}
.p-flow__block_list_item.-item1 {
  border-color: #2FD4E8;
}
.p-flow__block_list_item.-item2 {
  border-color: #2FC6E8;
}
.p-flow__block_list_item.-item3 {
  border-color: #2FA1E8;
}
.p-flow__block_list_item.-item4 {
  border-color: #2F85E8;
}
.p-flow__block_list_item.-item5 {
  border-color: #2F5AE8;
}
.p-flow__block_list_item.-item6 {
  border-color: #2F38E8;
}
.p-flow__block_list_item.-item7 {
  border-color: #6D2FE8;
}
.p-flow__block_list_item.-item8 {
  border-color: #9E2FE8;
}
.p-flow__block_list_item__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 1.5rem 3rem;
  margin-right: 3rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-flow__block_list_item__num {
    padding: 1rem 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__block_list_item__num {
    padding: 2rem 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .p-flow__block_list_item__num {
    padding-left: 0;
  }
}
.p-flow__block_list_item__num::before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: #9B9B9B;
}
.p-flow__block_list_item__txt {
  width: 100%;
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-flow__block_list_item__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__block_list_item__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .p-flow__block_list_item__txt {
    font-size: 1.2rem;
  }
}
.p-flow__bnr {
  background: url(../img/flow/img_bnr_bg.png);
  background-size: cover;
  border-radius: 10px;
}
.p-flow__bnr.-blue {
  background: #c6dbfa;
}
.p-flow__bnr.-pink {
  background: #e4acc5;
}
.p-flow__bnr_inner {
  display: flex;
  align-items: center;
  padding: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-flow__bnr_inner {
    flex-direction: column;
  }
}
.p-flow__bnr_txt {
  width: 60%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__bnr_txt {
    width: 100%;
  }
}
.p-flow__bnr_txt h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .p-flow__bnr_txt h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__bnr_txt h2 {
    font-size: 2rem;
  }
}
.p-flow__bnr_txt p {
  line-height: 2;
  font-size: 1.7rem;
}
@media screen and (max-width: 992px) {
  .p-flow__bnr_txt p {
    font-size: 1.4rem;
  }
}
.p-flow__bnr_img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-flow__bnr_img {
    width: 100%;
  }
  .p-flow__bnr_img img {
    width: 100%;
  }
}

.p-service {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .p-service {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-service .c-ttl_sup__jp {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.p-service .-center {
  text-align: center;
}
.p-service__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.4rem;
}
@media screen and (max-width: 992px) {
  .p-service__nav {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.p-service__nav a {
  border-bottom: 1px solid #7A7A7A;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .p-service__nav a {
    font-size: 1.2rem;
  }
}
.p-service__nav a:hover .arrow::before {
  transform: scale(1.1) translateY(3px) rotate(45deg);
}
.p-service__nav a:hover .arrow::after {
  transform: scale(1.1) translateY(3px) rotate(-45deg);
}
.p-service__nav .arrow {
  position: relative;
  display: inline-block;
  width: 8.1px;
  height: 4.5px;
}
.p-service__nav .arrow::before,
.p-service__nav .arrow::after {
  transition: all 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 6px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}
.p-service__nav .arrow::before {
  transform: rotate(45deg);
}
.p-service__nav .arrow::after {
  transform: rotate(-45deg);
}
.p-service__sec:not(.-mt0) {
  margin: 8rem 0 0 0;
  scroll-margin-top: 4rem;
}
.p-service__exp {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .p-service__exp {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-service__exp:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .p-service__exp:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.p-service__exp:last-of-type {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 991px) {
  .p-service__exp:last-of-type {
    margin-bottom: 4rem;
  }
}
.p-service__exp.-ttl {
  font-weight: bold;
}
.p-service__exp.-min {
  font-size: 0.8em;
  margin-bottom: 0;
}
.p-service__exp.-right {
  text-align: right;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-service__exp.-spCenter {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-service__exp.-w {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .p-service__exp span {
    font-weight: bold;
  }
}
@media screen and (max-width: 991px) {
  .p-service__cnt_table {
    overflow-x: scroll;
  }
}
.p-service__cnt_table_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_table_wrapper {
    width: 110vw;
    margin-bottom: 10px;
  }
}
.p-service__cnt_table dl {
  display: flex;
  gap: 8px;
}
.p-service__cnt_table dt,
.p-service__cnt_table dd {
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 100%;
  padding: 2.5rem 1em;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_table dt,
  .p-service__cnt_table dd {
    font-size: 1.2rem;
  }
}
.p-service__cnt_table dt.hidden,
.p-service__cnt_table dd.hidden {
  opacity: 0;
  max-width: 23.5rem;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_table dt.hidden,
  .p-service__cnt_table dd.hidden {
    max-width: 11.5rem;
  }
}
.p-service__cnt_table .c-table-header dt {
  background: linear-gradient(270deg, #2FA1E8 0%, #2FD6E8 100%);
  padding: 1rem 0;
  color: #fff;
  padding: 1rem 0;
}
.p-service__cnt_table .c-table-body dt {
  position: relative;
  max-width: 23.5rem;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_table .c-table-body dt {
    max-width: 11.5rem;
  }
}
.p-service__cnt_table .c-table-body dt::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #2FE9E4, #398DF8);
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.p-service__cnt_table .c-table-body dd {
  border: 1px solid #CECECE;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_txt {
    margin-top: 2rem;
  }
}
.p-service__cnt_txt .-flex {
  display: flex;
}
.p-service__cnt_txt .-flex span:first-of-type {
  flex-shrink: 0;
  width: max-content;
  display: block;
}
.p-service__cnt_txt p {
  margin-bottom: 0.5em;
}
.p-service__cnt_txt h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_txt h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
.p-service__cnt_list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_list {
    gap: 2rem;
  }
}
.p-service__cnt_list_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-service__cnt_list_item {
    flex-direction: column;
  }
}
.p-service__cnt_list_item_img {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_list_item_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-service__cnt_list_item_img {
    width: 100%;
  }
  .p-service__cnt_list_item_img img {
    width: 100%;
  }
}
.p-service__cnt_list_item_txt {
  width: 100%;
  padding: 0 4.3rem;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_list_item_txt {
    padding: 1.2em;
  }
}
.p-service__cnt_list_item_txt h3 {
  font-size: 2.2rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_list_item_txt h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-service__cnt_list_item_txt p,
.p-service__cnt_list_item_txt ul {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_list_item_txt p,
  .p-service__cnt_list_item_txt ul {
    font-size: 1.2rem;
  }
}
.p-service__cnt_list_item_txt ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .p-service__cnt_list_item_txt ul {
    gap: 5px;
  }
}
.p-service__cnt_list_item_txt ul li {
  display: flex;
  align-items: baseline;
}
.p-service__cnt_list_item_txt ul li::before {
  content: "・";
}
.p-service__cnt_list.-support-organization .p-service__cnt_list_item {
  background: #fff;
  border-radius: 22px;
}
@media screen and (min-width: 769px) {
  .p-service__cnt_list.-support-organization .p-service__cnt_list_item_img {
    aspect-ratio: 400/377;
  }
  .p-service__cnt_list.-support-organization .p-service__cnt_list_item_img img {
    border-radius: 22px 0 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__cnt_list.-support-organization .p-service__cnt_list_item_img img {
    border-radius: 22px 22px 0 0;
  }
}
.p-service__cnt_list.-strong {
  gap: 8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-service__cnt_list.-strong {
    gap: 4rem;
    width: 85%;
    margin: 0 auto;
  }
}
.p-service__cnt_list.-strong .p-service__cnt_list_item {
  position: relative;
  align-items: flex-start;
}
.p-service__cnt_list.-strong .p-service__cnt_list_item .-num {
  width: 65px;
  height: 65px;
  position: absolute;
  top: -32.5px;
  left: -32.5px;
  display: block;
}
.p-service__cnt_list.-strong .p-service__cnt_list_item_img {
  aspect-ratio: 399/287;
}
@media screen and (max-width: 768px) {
  .p-service__cnt_list.-strong .p-service__cnt_list_item_txt {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 1.2rem 0;
  }
}
.p-service__cnt_list.-strong .p-service__cnt_list_item_txt span {
  font-weight: bold;
  line-height: 1.8;
  background-image: linear-gradient(rgba(255, 235, 21, 0.42), rgba(255, 235, 21, 0.42));
  background-repeat: no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 0.9em;
}
.p-service__slide .splide__arrow {
  opacity: 1;
}
.p-service__slide .splide__arrow svg {
  fill: #fff;
}
.p-service__slide .splide__arrow--next {
  background: linear-gradient(90deg, #3015E8 0%, #E8A4FD 100%);
  right: -4em;
}
@media screen and (max-width: 768px) {
  .p-service__slide .splide__arrow--next {
    right: -2.5em;
  }
}
.p-service__slide .splide__arrow--prev {
  background: linear-gradient(90deg, #3015E8 0%, #E8A4FD 100%);
  left: -4em;
}
@media screen and (max-width: 768px) {
  .p-service__slide .splide__arrow--prev {
    left: -2.5em;
  }
}
.p-service__slide .splide__slide {
  border-radius: 10px;
  background: #DEF4FF;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-service__slide.splide-01 {
    width: 80%;
    margin: 0 auto;
  }
}
.p-service__slide.splide-01 .splide__slide_img {
  aspect-ratio: 202/235;
  flex-shrink: 0;
}
.p-service__slide.splide-01 .splide__slide_img img {
  border-radius: 10px 0 0 10px;
}
.p-service__slide.splide-01 .splide__slide_txt {
  width: 100%;
  padding: 1em 1.5em 0;
}
.p-service__slide.splide-01 .splide__slide_txt p {
  padding-top: 1em;
  font-size: 1.3rem;
}
.p-service__slide.splide-02 {
  margin: 6rem 0;
}
@media screen and (max-width: 992px) {
  .p-service__slide.splide-02 {
    width: 80%;
    margin: 2rem auto;
  }
}
.p-service__slide.splide-02 .splide__slide {
  background: #fff;
  position: relative;
  z-index: 0;
}
.p-service__slide.splide-02 .splide__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #FFBC0C, #FD7F56);
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.p-service__slide.splide-02 .splide__slide_txt {
  width: 100%;
  padding: 0.8em 1.5em;
}
@media screen and (max-width: 768px) {
  .p-service__slide.splide-02 .splide__slide_txt {
    padding: 1.2em 1em;
  }
}
.p-service__slide.splide-02 .splide__slide_txt h3 {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-service__slide.splide-02 .splide__slide_txt h3 {
    margin-bottom: 1em;
  }
}
.p-service__slide.splide-02 .splide__slide_txt p {
  font-size: 1.3rem;
}
.p-service #support-organization {
  background: url(../img/service/img_support_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-service #strong {
  background: url(../img/service/img_strong_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-service #about .about-accordion-wrapper {
  background: #DEF4FF;
  border-radius: 10px;
  padding: 1px 0;
  padding: 30px;
}
.p-service #about .accordion:not(:last-of-type) {
  margin-bottom: 15px;
}
.p-service #about .accordion-title {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
  padding-bottom: 15px;
}
.p-service #about .accordion-title span {
  display: inline-block;
  margin-right: 5px;
}
.p-service #about .accordion-title::after {
  content: "";
  position: absolute;
  right: 0;
  transition: transform 0.2s ease;
  background: url(../img/service/img_arrow_sp.png);
  width: 25px;
  height: 25px;
  display: block;
}
.p-service #about .accordion-title.active {
  border-radius: 10px 10px 0 0;
}
.p-service #about .accordion-title.active::after {
  transform: scaleY(-1);
}
.p-service #about .accordion-content {
  border-radius: 10px;
  display: none;
  background-color: white;
  line-height: 1.8;
}
.p-service #about .accordion-content img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.p-service #about .accordion-content p {
  width: 95%;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1em;
}
.p-service #faq .accordion {
  margin: 3.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-service #faq .accordion {
    margin: 10px 0;
  }
}
.p-service #faq .accordion-title {
  background: linear-gradient(90deg, #2FA1E8 0%, #2F6AE8 100%);
  border: 1px solid #99c2ff;
  border-radius: 10px 10px 0 0;
  padding: 12px 2.5rem;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service #faq .accordion-title {
    display: flex;
    align-items: baseline;
    font-size: 1.4rem;
    padding: 12px 5.5rem 12px 2.5rem;
    border-radius: 10px;
  }
}
.p-service #faq .accordion-title span {
  display: inline-block;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-service #faq .accordion-title span {
    margin-right: 5px;
  }
}
.p-service #faq .accordion-title::after {
  content: "＋";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.2s ease;
}
.p-service #faq .accordion-title.active {
  border-radius: 10px 10px 0 0;
}
.p-service #faq .accordion-title.active::after {
  content: "−";
}
.p-service #faq .accordion-content {
  border: 1px solid #99c2ff;
  border-top: none;
  border-radius: 0 0 10px 10px;
  display: none;
  padding: 1.6rem;
  background-color: white;
  line-height: 1.8;
}
.p-service #faq .accordion-content p {
  font-size: 1.6rem;
  width: 95%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-service #faq .accordion-content p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-afterfollow .c-ttl_sup__jp,
  .p-strong .c-ttl_sup__jp {
    line-height: 1.6;
  }
}
.p-afterfollow .c-panel_contact,
.p-strong .c-panel_contact {
  padding-top: 0;
}/*# sourceMappingURL=include.css.map */