@charset "UTF-8";

/* solution */
.p-solution__nav {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__nav {
    margin-top: 10.6666666667vw;
  }
}

.p-solution__nav-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8%;
  row-gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__nav-wrap {
    display: block;
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}

.p-solution__nav-wrap button {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__nav-wrap button {
    display: block;
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-solution__nav-wrap button:first-child {
    margin-top: 0;
  }
}

.p-solution__nav-wrap button.is-active {
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../../assets/images/common/grade01.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.p-solution__page-nav {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__page-nav {
    margin-top: 16vw;
    column-gap: 8vw;
  }
}

.p-solution__page-nav ul {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__page-nav ul {
    column-gap: 2.6666666667vw;
  }
}

.p-solution__page-nav ul li a {
  width: 5rem;
  height: 5rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__page-nav ul li a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    border: 0.2666666667vw solid #ffffff;
  }
}

.p-solution__page-nav ul li.active a {
  background-color: #ffffff;
  color: #000000;
}

.p-solution__page-nav a {
  transition: 0.3s;
}

.p-solution__page-nav a:hover {
  opacity: 0.7;
}

.p-solution__section01 {
  margin-top: 18rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__section01 {
    margin-top: 32vw;
  }
}

.p-solution__title02 h2 {
  font-size: 4.6rem;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../../assets/images/common/grade01.webp);
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__title02 h2 {
    font-size: 7.4666666667vw;
  }
}

.p-solution__title span {
  display: block;
  font-size: 1.6rem;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  padding: 0.1rem 0.4rem;
  width: fit-content;
  border: 1px solid #ffffff;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__title span {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 1.0666666667vw;
    border: 0.2666666667vw solid #ffffff;
    margin-top: 5.3333333333vw;
  }
}

.p-solution__title p {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__title p {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}

.p-solution__content {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content {
    padding-bottom: 16vw;
  }
}

.p-solution__cntbox01 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__cntbox01 {
    width: 100%;
  }
}

.p-solution__cnt01 {
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__cnt01 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-solution__cnt02 {
  width: calc(50% - 10px);
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__cnt02 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-solution__cnt02 ul {
    margin-top: 0 !important;
}

.p-solution__cnt02 .p-solution__img01 {
    margin-top: 0 !important;
}

.p-solution__imgbox01 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__imgbox01 {
    width: 100%;
  }
}

.p-solution__img01 {
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__img01 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-solution__img02 {
  width: calc(50% - 10px);
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__img02 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-solution__youtube01 {
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__youtube01 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-solution__youtube01 iframe {
  width: 100% !important;
  height: 100% !important;
}

.p-solution__youtube02 {
  width: calc(50% - 10px);
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__youtube02 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-solution__youtube02 iframe {
  width: 100% !important;
  height: 100% !important;
}

.p-solution__content p {
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content p {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}

.p-solution__lead01 {
  font-size: 2.0rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__lead01 {
    font-size: 4.0vw;
    margin-top: 8vw;
  }
}

.p-solution__content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content h3 {
    font-size: 4.8vw;
    margin-top: 10.4vw;
    padding-left: 2.9333333333vw;
  }
}

.p-solution__content h3::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.4rem;
  height: 2.8rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content h3::after {
    width: 0.8vw;
    height: 6.4vw;
    top: 0.8vw;
  }
}


.p-solution__content h3:not(:first-child) {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content h3:not(:first-child) {
    margin-top: 16.4vw;
  }
}

.p-solution__content h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content h4 {
    font-size: 4.2666666667vw;
    margin-top: 10vw;
  }
}

.p-solution__content h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content h5 {
    font-size: 4.2666666667vw;
    margin-bottom: 3vw;
  }
}

.p-solution__content a {
  font-size: 1.6rem;
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content a {
    font-size: 3.7333333333vw;
  }
}

.p-solution__content a:hover {
  opacity: 0.7;
}

.p-solution__content ol,
.p-solution__content ul {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content ol,
  .p-solution__content ul {
    margin-top: 4vw;
  }
}

.p-solution__content ol li {
  margin-top: 1rem;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 2.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content ol li {
    margin-top: 2.1333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.p-solution__content ol li:first-child {
  margin-top: 0;
}

.p-solution__content ol li::before {
  content: '' counter(cnt) '.';
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content ol li::before {
    margin-right: 2.1333333333vw;
  }
}

.p-solution__content ul li {
  position: relative;
  padding-left: 2.3rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content ul li {
    padding-left: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.p-solution__content ul li:first-child {
  margin-top: 0;
}

.p-solution__content ul li::after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.p-solution__content02 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content02 {
    margin-top: 10.6666666667vw;
  }
}

.p-solution__content02 div {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content02 div {
    margin-top: 5.3333333333vw;
  }
}

.p-solution__content02 div:first-child {
  margin-top: 0;
}

.p-solution__content02 div h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content02 div h3 {
    font-size: 4.2666666667vw;
  }
}

.p-solution__content02 div p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__content02 div p {
    font-size: 3.7333333333vw;
  }
}

.annotation01 {
  font-size: 1.2rem;
  padding: 20px 0px 0px 0px;
}




/* Q&A Accordion - Smooth Version */
.p-solution__qa {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__qa {
    margin-top: 8vw;
  }
}

.p-solution__qa-item {
  border: 1px solid #808080; /* グレーの全囲みボーダー */
  margin-bottom: 1rem; /* 項目間の余白 */
  border-radius: 4px; /* 軽く角を丸める（任意） */
}

.p-solution__qa-question {
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 5rem 2rem 2rem; /* 余白を確保 */
  transition: background-color 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__qa-question {
    font-size: 3.6vw;
    padding: 4vw 10vw 4vw 4vw;
  }
}

/* 矢印アイコン（プラスマイナスに変化） */
.p-solution__qa-question::before,
.p-solution__qa-question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.p-solution__qa-question::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 開いている時の矢印の変化 */
.p-solution__qa-item.is-active .p-solution__qa-question::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-solution__qa-answer {
  display: none; /* JSで制御するため初期は非表示 */
  overflow: hidden;
}

.p-solution__qa-answer-inner {
  padding: 0 2rem 2rem 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-solution__qa-answer-inner {
    font-size: 3.2vw;
    padding: 0 4vw 4vw 4vw;
  }
}




/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
