@charset "UTF-8";

.p-service-section__head {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: var(--space-s);
}

.p-service-section__head--center {
  align-items: center;
}

.p-service-section__title {
  font-size: 2rem;
  margin-bottom: var(--space-xs);
  margin-left: -30px;
}

.p-service-section__title::before {
  display: inline-block;
  content: '';
  width: 24px;
  aspect-ratio: 1/1;
  background: url('/assets/img/common/bubble-ora.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.p-service-section__label {
  display: inline-block;
  font-size: 6rem;
  letter-spacing: .075em;
  font-weight: 700;
  font-family: var(--font-family-en);
  line-height: 1.2;
  position: relative;
}

.p-service-section__label::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 4px solid #ffd700;
  position: absolute;
  top: -10px;
  right: -20px;
}

.p-service-section__sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: var(--space-m);
  position: relative;
}

.p-service-section__sub-title::before,
.p-service-section__sub-title::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: relative;
  rotate: 45deg;
  background: var(--color-yellow-light);
}

.p-service-section__sub-title::before {
  margin-right: 10px;
}

.p-service-section__sub-title::after {
  margin-left: 10px;
}

.p-service-section__sub-title--center {
  text-align: center;
}

p:not(:last-of-type) {
  margin-bottom: 14px;
}

/*---吹き出し---*/
.p-service-content__text {
  font-size: 1.4rem;
}

.p-section__notice {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-section__notice-img {
  width: 120px;
  margin-right: 40px;
  flex-shrink: 0;
}

.p-section__notice-text {
  padding: 20px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #f7f7f7;
  position: relative;
}

.p-section__notice-text::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-right: 24px solid #f7f7f7;
}


/*--------------------------------------------------
  about
--------------------------------------------------*/

.p-service-about {
  background: rgba(236, 239, 243, .4);
  border-radius: 40px 40px 0 0;
}

.p-service-about__intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space-xxl);
  position: relative;
}

.p-service-about__intro-desc {
  width: 60%;
  font-size: 1.8rem;
}

.p-service-about__intro-chart {
  width: 32.5%;
  position: absolute;
  bottom: -40px;
  right: 0
}

.p-service-about__roles {
  position: relative;
}

.p-service-about__role-list {
  display: flex;
  list-style: none;
}

.p-service-about__role {
  width: 32%;
}

.p-service-about__role:nth-of-type(3n-1) {
  margin: 0 2%;
}

.p-service-about__role-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--space-l) var(--space-s) var(--space-s) var(--space-s);
  box-sizing: border-box;
  background: var(--color-yellow);
  border-radius: 20px 20px 0 0;
}

.p-service-about__role-desc {
  background: #fff;
}

.p-service-about__role-desc::before {
  display: block;
  content: '';
  width: 100%;
  height: auto;
  aspect-ratio: 300/17;
  background: url('/img/feature/bg-tri.svg');
  background-size: contain;
  background-position: bottom center;
}


.p-service-about__role-title {
  font-size: 1.8rem;
}

.p-service-about__role-text {
  font-size: 1.4rem;
  padding: var(--space-xs) var(--space-s) var(--space-s) var(--space-s);
}

/*--------------------------------------------------
  content
--------------------------------------------------*/
.p-service-content__intro {
  margin-bottom: var(--space-m);
}

.p-service-content__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: var(--space-xl);
}

.p-service-content__item {
  width: 24.5%;
  padding: var(--space-s);
  box-sizing: border-box;
  background: #f6fafd;
  box-shadow: 0 4px 0 rgba(168, 215, 237, .5);
  border-radius: 10px;
}

.p-service-content__item:nth-of-type(n+5) {
  margin-top: 14px;
}

.p-service-content__figure {
  width: 80px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto var(--space-xs) auto;
  background: #fff;
  border: 2px solid #a9c6fb;
  border-radius: 50vh;
  position: relative;
  z-index: 1;
}

.p-service-content__icon {
  width: 65%;
}

.p-service-content__title {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.p-service-content__title::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  rotate: 45deg;
  background: #8fcaff;
  margin-right: 10px;
  flex-shrink: 0;
}

.p-service-content__title::after {
  display: block;
  content: "";
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

/*--------------------------------------------------
  points
--------------------------------------------------*/
.p-service-points {
  display: flex;
  align-items: flex-start;
  padding: 0;
}

.p-service-points__fixed {
  width: 35%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.p-service-points__fixed-img {
  height: 100%;
  object-fit: cover;
}

.p-service-points__inner {
  width: 65%;
  margin: 0;
  padding: 100px 5%;
  box-sizing: border-box;
}

.p-service-points {
  background: rgba(236, 239, 243, .4);
}

.p-service-points__intro {
  margin-bottom: var(--space-m);
}

.p-service-points__list {
  display: block;
  list-style: none;
  margin-bottom: var(--space-m);

}

.p-service-points__item {
  padding: 30px;
  box-sizing: border-box;
  background: rgba(236, 239, 243, .8);
}

.p-service-points__item:nth-of-type(n+2) {
  margin-top: var(--space-s);
}

.p-service-points__item-head {
  display: flex;
  margin-bottom: var(--space-xs);
}

.p-service-points__number {
  background: var(--color-orange);
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
}

.p-service-points__title {
  font-size: 1.8rem;
  flex: 1;
  border-bottom: 2px solid #dedede;
  padding-left: 20px;
  box-sizing: border-box;
}

.p-service-points__notice {
  width: 95%;
}

.p-service-points__notice .p-section__notice-text {
  background: #fff;
}

.p-service-points__notice .p-section__notice-text::before {
  border-right: 24px solid #fff;
}

/*--------------------------------------------------
  feature
--------------------------------------------------*/
.p-service-feature__intro {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.p-service-feature__sub-head {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-l);
}

.p-service-feature__sub-head::before,
.p-service-feature__sub-head::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #eee;
}

.p-service-feature .p-service-section__sub-title {
  font-size: 2.4rem;
  margin-bottom: 0;
}

.p-service-feature__policy {
  margin-bottom: var(--space-xl);
}

.p-service-feature__policy-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.p-service-feature__policy-item {
  width: 48.5%;
  filter: drop-shadow(0px 5px 15px rgba(228, 233, 235, 0.8));
  background: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.p-service-feature__policy-item:nth-of-type(n+3) {
  margin-top: var(--space-m);
}

.p-service-feature__policy-number {
  font-family: var(--font-family-en);
  position: absolute;
  top: 10%;
  left: 2.5%;
  font-size: 5rem;
  color: #fff;
  line-height: 1;
}

.p-service-feature__policy-body-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: var(--space-l) var(--space-s) var(--space-s) var(--space-s);
  box-sizing: border-box;
  background: var(--color-yellow);
  border-radius: 20px 20px 0 0;
}

.p-service-feature__policy-icon {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  margin-left: -10px;
}

.p-service-feature__policy-title {
  font-size: 2rem;
  line-height: 1.6;

}

.p-service-feature__policy-text {
  padding: 30px 40px 50px 40px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}

.p-service-feature__policy-desc::before {
  display: block;
  content: '';
  width: 100%;
  height: auto;
  aspect-ratio: 300/17;
  background: url('/img/feature/bg-tri.svg');
  background-size: cover;
  background-position: top center;
}

.p-service-feature__scope-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.p-service-feature__scope-item {
  width: 24.5%;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  background: #f6fafd;
  box-shadow: 0 4px 0 rgba(168, 215, 237, .5);
  font-weight: 700;
  border-radius: 10px;
}

.p-service-feature__scope-item:nth-of-type(n+5) {
  margin-top: 20px;
}

/*--------------------------------------------------
 works
--------------------------------------------------*/
.p-service-works {
  background: var(--color-bg-coolwhite);
}

.p-service-works__intro {
  text-align: center;
  margin-bottom: var(--space-m);
}

.p-service-works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: var(--space-l);
}

.p-service-works__item {
  width: 49%;
  padding: 40px 60px 60px 60px;
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(0px 5px 15px rgba(228, 233, 235, 0.8));
  border: 1px solid #eee;
  border-radius: 20px;
}

.p-service-works__item:nth-of-type(n+3) {
  margin-top: var(--space-m);
}

.p-service-works__card {
  display: flex;
  flex-direction: column;
}

.p-service-works__visual {
  display: block;
  margin-bottom: var(--space-s);
}

.p-service-works__meta {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: var(--space-xs);
}

.p-service-works__more .c-btn {
  margin-left: auto;
}

.p-service-works__category {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.p-service-works__area {
  padding-left: 10px;
}

/*--------------------------------------------------
 osaka
--------------------------------------------------*/
.p-service-osaka {
  background: var(--color-bg-coolwhite);
}

.p-service-osaka__intro {
  text-align: center;
  margin-bottom: var(--space-m);
}

.p-service-osaka__content {
  display: flex;
  justify-content: space-between;
}

.p-service-osaka__visual {
  width: 45%;
  clip-path: inset(0 0 0 round 20px);
}

.p-service-osaka__list {
  width: 52.5%;
  list-style: none;
}

.p-service-osaka__item:nth-of-type(n+2) {
  margin-top: 20px;
}

.p-service-osaka__item-head {
  display: flex;
  align-items: center;
}

.p-service-osaka__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: var(--color-yellow);
  color: #fff;
  font-size: 2.4rem;
  flex-shrink: 0;
  border-radius: 50vh;
  font-family: var(--font-family-en);
  line-height: 1;
}

.p-service-osaka__item-title {
  flex: 1;
  font-size: 1.8rem;
  padding-bottom: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
}

.p-service-osaka__desc {
  width: 95%;
  margin: 0 auto;
}

/*--------------------------------------------------
 cost
--------------------------------------------------*/
.p-service-cost__contents {
  display: flex;
  justify-content: space-between;
}

.p-service-cost__item {
  width: 49%;
  padding: 40px 60px 60px 60px;
  background: #fff;
  filter: drop-shadow(0px 5px 15px rgba(228, 233, 235, 0.8));
  border: 1px solid #eee;
  border-radius: 20px;
}

.p-service-cost__title {
  font-size: 3rem;
  color: var(--color-orange);
  margin-bottom: var(--space-xs);
}

/*--------------------------------------------------
 flow
--------------------------------------------------*/
.p-service-flow {
  background: var(--color-bg-coolwhite);
}

.p-service-flow__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.p-service-flow__item {
  width: calc(100%/3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-service-flow__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: var(--space-s);
}

.p-service-flow__head::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 4px solid #cdebfa;
}

.p-service-flow__step {
  background: #66C1EE;
  color: #fff;
  padding: 0 10px;
  border-radius: 50vh;
}

.p-service-flow__icon {
  width: 100px;
  margin-bottom: var(--space-s);
}

.p-service-flow__body {
  width: 90%;
  margin: 0 auto var(--space-m) auto;
}

.p-service-flow__title {
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-service-flow__title::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  rotate: 45deg;
  background: var(--color-yellow-light);
  margin-right: 10px;
  margin-left: -12px;
}

/*--------------------------------------------------
 faq
--------------------------------------------------*/
.p-service-faq__list {
  margin-inline: auto;
}

.p-service-faq__item {
  border-bottom: 1px solid #ddd;
}

.p-service-faq__item:first-child {
  border-top: 1px solid #ddd;
}

.p-service-faq__heading {
  margin: 0;
}

/* Question */
.p-service-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 24px 60px 24px 20px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}

.p-service-faq__question::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: url("../../img/icon/q.svg") center / contain no-repeat;
}

/* plus / minus */
.p-service-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../../img/icon/icon-plus.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.p-service-faq__question[aria-expanded="true"]::after {
  background-image: url("../../img/icon/icon-minus.svg");
}

.p-service-faq__question:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

.p-service-faq__question-text {
  display: block;
}

/* Answer */
.p-service-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition:
    grid-template-rows .3s ease,
    visibility .3s;
}

.p-service-faq__answer.is-open {
  grid-template-rows: 1fr;
  visibility: visible;
}

.p-service-faq__answer-inner {
  display: flex;
  gap: 14px;
  min-height: 0;
  overflow: hidden;
  padding-inline: 20px 60px;
}

.p-service-faq__answer-inner::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  background: url("../../img/icon/a.svg") center / contain no-repeat;
}

.p-service-faq__answer-text {
  padding-bottom: 28px;
  line-height: 1.9;
}

.p-service-faq__more {
  margin-top: 40px;
  text-align: center;
}

.p-service-faq__more .c-btn {
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (max-width:1280px) {
  .p-section__notice {
    width: 90%;
  }
}

@media screen and (max-width:1024px) {

  /*---about---*/
  .p-service-about__intro-chart {
    position: relative;
    bottom: initial;
    right: initial
  }

  .p-service-about__intro-desc {
    width: 65%;
  }

  .p-service-about__role-list {
    flex-wrap: wrap;
  }

  .p-service-about__role {
    width: 48%;
  }

  .p-service-about__role:nth-of-type(n+3) {
    margin-top: var(--space-s);
    margin-left: auto;
    margin-right: auto;
  }

  /*---content---*/
  .p-service-content__list::after {
    display: block;
    content: '';
    width: 33%;
  }

  .p-service-content__item {
    width: 33%;
  }

  .p-service-content__item:nth-of-type(n+4) {
    margin-top: 14px;
  }

  /*---points---*/

  .p-service-points {
    flex-direction: column;
  }

  .p-service-points__fixed {
    width: 100%;
    height: auto;
    position: relative;
    top: intial;
  }

  .p-service-points__inner {
    width: 100%;
  }

  .p-service-feature__intro {
    width: 85%;
    text-align: justify;
    margin: 0 auto var(--space-m) auto;
  }

  .p-service-feature__policy-number {
    font-size: 3rem;
  }

  .p-service-feature__policy-list {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-service-feature__policy-item {
    width: 100%;
  }

  .p-service-feature__policy-item:nth-of-type(n+2) {
    margin-top: var(--space-m);
  }

  /*---works---*/
  .p-service-works__intro,
  .p-service-osaka__intro {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-service-works__item {
    width: 49%;
    padding: 20px 20px 40px 20px;
  }

  /*---osaka---*/
  .p-service-osaka__content {
    flex-direction: column;
  }

  .p-service-osaka__visual {
    width: 100%;
    margin-bottom: var(--space-m);
  }

  .p-service-osaka__list {
    width: 100%;
  }

  /*---cost---*/
  .p-service-cost__contents {
    flex-direction: column;
  }

  .p-service-cost__item {
    width: 100%;
  }

  .p-service-cost__item:nth-of-type(n+2) {
    margin-top: var(--space-m);
  }
}

@media screen and (max-width:896px) {

  /*---about---*/
  .p-service-about .p-service-section__head {
    align-items: center;
  }

  .p-service-about__intro {
    flex-direction: column-reverse;
  }

  .p-service-about__intro-chart {
    width: 65%;
    margin: 0 auto var(--space-m) auto;
  }

  .p-service-about__intro-desc {
    width: 100%;
  }

  /*---content---*/
  .p-service-content__list::after {
    display: none;
  }

  .p-service-content__item {
    width: 49.5%;
  }

  .p-service-content__item:nth-of-type(n+3) {
    margin-top: 14px;
  }

  /*---flow---*/
  .p-service-flow__item {
    width: 49.5%;
  }
}

@media screen and (max-width:787px) {
  .p-section__notice {
    width: 100%;
    align-items: flex-start;
  }

  .p-section__notice-img {
    width: 70px;
    margin-right: 20px;
  }

  .p-section__notice-text::before {
    display: block;
    content: "";
    position: absolute;
    top: 35px;
    left: -24px;
    transform: translateY(0);
  }

  /*---feature---*/
  .p-service-feature__intro,
  .p-service-feature__policy-list {
    width: 100%;
  }

  .p-service-feature__scope-list::after {
    display: block;
    content: '';
    width: 33%;
  }

  .p-service-feature__scope-item {
    width: 33%;
  }

  .p-service-feature__scope-item:nth-of-type(n+4) {
    margin-top: 20px;
  }

  /*---works---*/
  .p-service-works__intro,
  .p-service-osaka__intro {
    width: 100%;
  }
}

@media screen and (max-width:680px) {

  /*---about---*/
  .p-service-about__role {
    width: 100%;
  }

  .p-service-about__role:nth-of-type(n+2) {
    margin-top: var(--space-s);
  }
}

@media screen and (max-width:480px) {
  .p-service-section__title {
    display: flex;
    align-items: flex-start;
    text-align: center;
  }

  .p-service-section__title .u-sp-only,
  .p-service-section__label .u-sp-only {
    display: block;
  }

  .p-service-section__label {
    font-size: 5rem;
  }

  .p-service-section__title {
    font-size: 1.4rem;
    margin-left: 0;
  }

  .p-service-section__title::before {
    width: 15px;
  }

  .p-service-section__sub-title .u-sp-only {
    display: block;
  }

  .p-section__notice {
    flex-direction: column;
    align-items: center;
  }

  .p-section__notice-img {
    width: 80px;
    margin-right: 0;
  }

  .p-section__notice-text::before {
    content: "";
    position: absolute;
    top: -22px;
    left: calc(50% + 6px);
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-bottom: 12px solid #f7f7f7;
    margin-left: -6px;
  }

  /*---about---*/
  .p-service-about__intro-chart {
    width: 85%;
  }

  .p-service-about__intro-desc {
    font-size: 1.6rem;
  }

  /*---content---*/
  .p-service-content .p-service-section__head {
    align-items: center;
  }

  .p-service-content__list {
    margin-bottom: var(--space-m);
  }

  .p-service-content__item {
    width: 100%;
  }

  .p-service-content__item:nth-of-type(n+2) {
    margin-top: 14px;
  }

  .p-service-points .p-service-section__head {
    align-items: center;
  }

  .p-service-points__item {
    padding: 30px 20px;
  }

  .p-service-points__item-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-service-points__title {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 5px;
    padding-left: 0;
    padding-bottom: 10px;
  }

  /*---feature---*/
  .p-service-feature__policy-number {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
  }

  .p-service-feature .p-service-section__sub-title {
    font-size: 1.8rem;
  }

  .p-service-feature__policy-icon {
    width: 70px;
  }

  .p-service-feature__policy-title {
    font-size: 1.8rem;
  }

  .p-service-feature__policy-text {
    padding: 20px 24px 30px 24px;
  }

  .p-service-feature__scope-title {
    text-align: center;
  }

  .p-service-feature__scope-title .u-sp-only {
    display: block;
  }

  .p-service-feature__scope-list::after {
    display: none;
  }

  .p-service-feature__scope-item {
    width: 49%;
  }

  .p-service-feature__scope-item:nth-of-type(n+3) {
    margin-top: 10px;
  }

  /*---works---*/
  .p-service-works__item {
    width: 100%;
  }

  .p-service-works__item:nth-of-type(n+2) {
    margin-top: var(--space-m);
  }

  /*---osaka---*/

  .p-service-osaka__item-title {
    font-size: 1.6rem;
  }

  /*---cost---*/

  .p-service-cost__title {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .p-service-cost__item {
    padding: 30px;
  }

  /*---flow---*/
  .p-service-flow__item {
    width: 100%;
  }

  .p-service-flow__head {
    margin-bottom: var(--space-xs);
  }

  .p-service-flow__icon {
    width: 80px;
    margin-bottom: var(--space-xs);
  }

  /*---faq---*/
  .p-service-faq__question {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 40px 10px 10px;
  }

  .p-service-faq__question::after {
    right: 10px;
    width: 24px;
    height: 24px;
  }

  .p-service-faq__question-text {
    font-size: 1.6rem
  }

  .p-service-faq__answer-inner {
    padding-inline: 0;
  }
}