@charset "UTF-8";
/* -------------------------------------------*/
@media (width <= 1280px) {
  .l-wrapper {
    padding-inline: 2.4rem;
  }
}

.p-solving-problem__content {
  padding: 5rem 0 17rem 0;
}
@media (width <= 667px) {
  .p-solving-problem__content {
    padding: 5rem 0 5rem 0;
  }
}
.p-solving-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8.3rem 2.2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (width <= 667px) {
  .p-solving-problem__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 2.2rem;
  }
}
.p-solving-problem__item {
  max-width: 386px;
  width: calc((100% - 4.4rem) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width <= 1000px) {
  .p-solving-problem__item {
    width: calc((100% - 4.4rem) / 2);
    max-width: 50%;
  }
}
@media (width <= 667px) {
  .p-solving-problem__item {
    max-width: 100%;
    width: 100%;
  }
}
.p-solving-problem__figure {
  overflow: hidden;
  display: inline-block;
}
.p-solving-problem__figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 100%;
  height: auto;
}
.p-solving-problem__figure :hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-solving-problem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
  line-height: 1;
}
.p-solving-problem__time {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f96718;
  background-color: #fff;
  border: 1px solid #f96718;
  border-radius: 29px;
  padding: 0.3rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 667px) {
  .p-solving-problem__time {
    font-size: 1.5rem;
  }
}
.p-solving-problem__category {
  margin-left: auto;
  font-size: 1.6rem;
  position: relative;
  font-weight: 500;
}
.p-solving-problem__category a {
  border: solid 1px #008785;
  border-radius: 29px;
  color: #008785;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.3rem 1.6rem;
  display: block;
  background-color: #FFF;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 667px) {
  .p-solving-problem__category a {
    font-size: 1.4rem;
  }
}
.p-solving-problem__title {
  font-size: clamp(1.8rem, 0.428vw + 1.8rem, 2rem);
  font-weight: 500;
  line-height: 1.9;
  height: 100%;
  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;
  padding: 0 1.5rem 0 1rem;
}
@media (width <= 667px) {
  .p-solving-problem__title {
    font-size: 1.6rem;
  }
}
.p-solving-problem__title a:hover {
  text-decoration: underline;
}
.p-solving-problem__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0 0;
}
.p-solving-problem__tag li {
  margin: 0 0.5rem 0 0;
}
.p-solving-problem__tag a {
  background-color: #EEE;
  color: #FFF;
  padding: 0.3rem 1rem;
  font-size: 1.5rem;
}

.p-single-solving-problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-single-solving-problem__main {
  max-width: 795px;
  padding-inline: 2.4rem;
}
@media (width <= 1200px) {
  .p-single-solving-problem__main {
    max-width: 100%;
    padding-inline: 0rem;
  }
}
.p-single-solving-problem__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  color: #008785;
}
@media (width <= 667px) {
  .p-single-solving-problem__title {
    font-size: 2.4rem;
  }
}
.p-single-solving-problem__time {
  font-size: 1.8rem;
  margin: 0 0 2rem 0;
  font-weight: 500;
}
.p-single-solving-problem__time::before {
  content: "";
  display: inline-block;
  width: 17px;
  /* アイコンの横幅 */
  height: 17px;
  /* アイコンの高さ */
  margin-right: 8px;
  /* テキストとの余白 */
  background-image: url("../img/common/ico_time.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.p-single-solving-problem__category {
  margin: 0 0 2rem 0;
}
.p-single-solving-problem__category a {
  background-color: #FFF;
  color: #008785;
  font-size: 1.7rem;
  padding: 0.2rem 1.5rem;
}
.p-single-solving-problem__img {
  margin: 0 0 3rem 0;
}
.p-single-solving-problem__img img {
  border-radius: 8px;
}
.p-single-solving-problem__thumbnail {
  margin: 0 0 4.7rem 0;
}
.p-single-solving-problem__thumbnail img {
  border-radius: 8px;
}
.p-single-solving-problem__thumbnail img {
  max-width: 100%;
  height: auto;
}
.p-single-solving-problem__read {
  margin: 0 0 0 0;
}
.p-single-solving-problem__read p {
  font-size: clamp(1.6rem, 0.26vw + 1.32rem, 1.8rem);
  line-height: 1.8888888889;
  font-weight: 500;
}
.p-single-solving-problem__read a {
  color: #008785;
  text-decoration: underline;
}
.p-single-solving-problem__read ul {
  line-height: 1.8888888889;
  margin: 2rem 0 2rem 0;
  border-top: dotted 2px #707070;
  border-bottom: dotted 2px #707070;
  padding: 2rem 0 2rem 0;
  /* マーク用スペース */
}
.p-single-solving-problem__read ul li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 2.2rem;
}
.p-single-solving-problem__read ul li::before {
  content: "●";
  color: #6BB9B8;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9em;
}
.p-single-solving-problem__read ol {
  line-height: 1.8888888889;
  list-style-type: decimal;
  margin: 0rem 0 2rem 0;
  padding: 0rem 0 2rem 2rem;
}
.p-single-solving-problem__read ol li {
  font-size: clamp(1.6rem, 0.26vw + 1.32rem, 1.8rem);
  font-weight: 500;
}
.p-single-solving-problem__read ol li::marker {
  color: #333;
}
.p-single-solving-problem__read h2 {
  font-size: 2.7rem;
  font-weight: bold;
  border-bottom: solid #008785 6px;
  margin: 0 0 2.5rem 0;
  padding: 0 0 1rem 0;
}
@media (width <= 667px) {
  .p-single-solving-problem__read h2 {
    font-size: 2rem;
  }
}
.p-single-solving-problem__read h3 {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  color: #008785;
}
@media (width <= 667px) {
  .p-single-solving-problem__read h3 {
    font-size: 2rem;
  }
}
.p-single-solving-problem #toc {
  margin: 4.5rem 0 7.5rem 0;
  padding: 3rem 4.5rem;
  border: solid 1px #707070;
  border-radius: 8px;
}
@media (width <= 667px) {
  .p-single-solving-problem #toc {
    padding: 2rem;
  }
}
.p-single-solving-problem #toc .mokuji {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6666666667;
  margin: 0 0 2.6rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #707070;
}
@media (width <= 667px) {
  .p-single-solving-problem #toc .mokuji {
    font-size: 1.8rem;
  }
}
.p-single-solving-problem #toc ol {
  line-height: 2.3333333333;
  list-style-type: disc;
  padding: 0 0 0 2rem;
}
.p-single-solving-problem #toc ol li {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
@media (width <= 667px) {
  .p-single-solving-problem #toc ol li {
    font-size: 1.6rem;
  }
}
.p-single-solving-problem #toc ol li a {
  text-decoration: underline;
}
.p-single-solving-problem #toc ol li a:hover {
  color: #008785;
}
.p-single-solving-problem__contents .content {
  margin: 0 0 5.6rem 0;
}
.p-single-solving-problem__contents h2 {
  font-size: 2.7rem;
  font-weight: bold;
  border-bottom: solid #008785 6px;
  margin: 0 0 2.5rem 0;
  padding: 0 0 1rem 0;
}
@media (width <= 667px) {
  .p-single-solving-problem__contents h2 {
    font-size: 2rem;
  }
}
.p-single-solving-problem__contents h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  color: #008785;
}
@media (width <= 667px) {
  .p-single-solving-problem__contents h3 {
    font-size: 2rem;
  }
}
.p-single-solving-problem__contents p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 500;
  margin: 0 0 2rem 0;
}
@media (width <= 667px) {
  .p-single-solving-problem__contents p {
    font-size: 1.6rem;
  }
}
.p-single-solving-problem__contents p a {
  color: #008785;
  text-decoration: underline;
}
.p-single-solving-problem__contents ul {
  line-height: 1.8888888889;
  margin: 2rem 0 2rem 0;
  border-top: dotted 2px #707070;
  border-bottom: dotted 2px #707070;
  padding: 2rem 0 2rem 0;
  /* マーク用スペース */
}
.p-single-solving-problem__contents ul li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 2.2rem;
}
@media (width <= 667px) {
  .p-single-solving-problem__contents ul li {
    font-size: 1.6rem;
  }
}
.p-single-solving-problem__contents ul li::before {
  content: "●";
  color: #6BB9B8;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9em;
}
.p-single-solving-problem__contents ol {
  line-height: 1.8888888889;
  list-style-type: decimal;
  margin: 0rem 0 2rem 0;
  padding: 0rem 0 2rem 2rem;
}
.p-single-solving-problem__contents ol li {
  font-size: clamp(1.6rem, 0.26vw + 1.32rem, 1.8rem);
  font-weight: 500;
}
.p-single-solving-problem__contents ol li::marker {
  color: #333;
}
.p-single-solving-problem__contents .scroll-offset {
  scroll-margin-top: 80px;
  /* 固定ヘッダーの高さに合わせて調整 */
}
.p-single-solving-problem__contents strong {
  color: #F96718;
  font-weight: 500;
}
.p-single-solving-problem .p-blog__contents-subother {
  font-size: 2rem;
  font-weight: bold;
  color: #008785;
  line-height: 1.8636363636;
  margin: 0 0 1.5rem 0;
}
.p-single-solving-problem__side {
  max-width: 345px;
  margin-left: auto;
}
.p-single-solving-problem__cta.c-rocotime-cta {
  padding: 1.1rem 1.4rem 1.5rem 2.4rem;
  margin: 7rem 0 9rem 0;
  border: 0.5rem solid #162E48;
  border-radius: 2rem;
  grid-template-columns: auto 1fr auto;
}
@media (width <= 667px) {
  .p-single-solving-problem__cta.c-rocotime-cta {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    /* 必要に応じて追加（縦並びで高さ自動に） */
  }
}
.p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__title {
  width: 20.6rem;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__sub-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__lead {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}
.p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__text {
  font-size: clamp(1.6rem, 0.26vw + 1.32rem, 1.8rem);
  margin: 0;
}
.p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__body {
  padding-left: 1rem;
  gap: 0rem;
}
.p-single-solving-problem .p-single-solving-problem__ctalink-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8888888889;
  margin: 0 0 4.2rem 0;
}
.p-single-solving-problem__ctalink {
  border: solid 1px #707070;
  background-color: #F5F5F5;
  padding: 3.8rem 4.7rem;
}
.p-single-solving-problem__ctalink-title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #008785;
  line-height: 1.6296296296;
  margin: 0 0 1.6rem 0;
}
.p-single-solving-problem__ctalink-txt {
  font-size: clamp(1.6rem, 0.26vw + 1.32rem, 1.8rem);
  line-height: 1.8888888889;
  margin: 0 0 2rem 0;
  font-weight: 500;
}
.p-single-solving-problem__ctalink-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-single-solving-problem__ctalink-banner a {
  min-width: 36rem;
}
.p-single-solving-problem__ctalink-rocotime {
  background-color: #FFF;
  border: solid #FFD600 4px;
  border-radius: 40px;
  -webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0 2.5rem 0;
  width: auto;
}
.p-single-solving-problem__ctalink-rocotime a {
  display: inline-block;
  padding: 2.5rem 3rem;
  font-size: 2rem;
  font-weight: bold;
}
.p-single-solving-problem__ctalink-rocotime a::before {
  background-image: url(../img/common/ico_download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 19px;
  margin-right: 8px;
  vertical-align: middle;
  width: 25px;
}
.p-single-solving-problem__ctalink-demo {
  background-color: #fff;
  border: solid #f96718 4px;
  border-radius: 4rem;
  -webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.p-single-solving-problem__ctalink-demo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  min-width: 35rem;
  padding: 2.3rem 4.8rem;
}
@media (width <= 667px) {
  .p-single-solving-problem__ctalink-demo a {
    max-width: 100%;
    min-width: 100%;
    font-size: 1.8rem;
    min-width: 100%;
    padding: 1.6rem 2rem;
  }
}
.p-single-solving-problem__ctalink-demo a::before {
  background-image: url(../img/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 19px;
  margin-right: 8px;
  vertical-align: middle;
  width: 25px;
}
.p-single-solving-problem__ctalink-demo a:hover {
  background-color: #FFDECC;
}
.p-single-solving-problem__footlink {
  margin: 7rem 0 3rem 0;
}
.p-single-solving-problem__footlink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 13em;
}
@media (width <= 667px) {
  .p-single-solving-problem__footlink li {
    max-width: 100%;
  }
}
.p-single-solving-problem__footlink li a {
  border: solid #707070 1px;
  border-radius: 40px;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.2rem 4rem;
  text-align: center;
  display: block;
}
.p-single-solving-problem__footlink .is-disabled {
  border: solid #707070 1px;
  border-radius: 40px;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.2rem 4rem;
  text-align: center;
  display: block;
  color: #CCC;
}
.p-single-solving-problem__footlink-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  width: 100%;
}
@media (width <= 667px) {
  .p-single-solving-problem__footlink-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single-solving-problem__footlink-next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-single-solving-problem__footlink-next ::before {
  content: "❮";
  margin-right: 1.5em;
  font-weight: bold;
  display: inline-block;
}
.p-single-solving-problem__footlink-look {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-single-solving-problem__footlink-previous {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-single-solving-problem__footlink-previous ::before {
  content: "❯";
  margin-right: 1.5em;
  font-weight: bold;
  display: inline-block;
}
.p-single-solving-problem__ctaarea {
  width: 100%;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-sidecontents__bnr {
  margin: 0 0 4rem 0;
}
.c-sidecontents__title {
  font-size: 2.4rem;
  font-weight: 900;
  padding: 0 0 1.1rem 0;
  margin: 0 0 2.8rem 0;
  border-bottom: solid #008785 3px;
}
.c-sidecontents__itemlist {
  margin: 0 0 6rem 0;
}
.c-sidecontents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 3rem 0;
}
.c-sidecontents__item-img {
  width: 76px;
  margin: 0 1rem 0 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-sidecontents__item-img :hover {
  opacity: 0.7;
}
.c-sidecontents__item-txt {
  font-size: 1.6rem;
  font-weight: 700;
  width: calc(100% - 1rem - 76px);
}
.c-sidecontents__categorylist {
  margin: 0 0 4rem 0;
}
.c-sidecontents__categorylist li {
  margin: 0 0 2rem 0;
}
.c-sidecontents__categorylist li ::before {
  content: "-";
  margin-right: 0.5em;
}
.c-sidecontents__categorylist li a {
  font-size: 2rem;
  color: #333;
}
.c-sidecontents__itembnr {
  margin: 0 0 4.8rem 0;
}
.c-sidecontents__itembnr-img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-sidecontents__itembnr-img :hover {
  opacity: 0.7;
}
.c-sidecontents__itembnr-txt {
  margin: 1.7rem 0 0 0;
  font-size: 2rem;
}

.p-solving-problem__cta-foot {
  padding: 8rem 0 5.7rem 0;
}

.single-solving-problem-main {
  padding: 5.4rem 0 0 0;
}/*# sourceMappingURL=solving-problem.css.map */