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

.p-news.l-inner article {
  width: 100%;
  padding-bottom: 8rem;
}
.p-news.l-inner article .p-blog__main {
  max-width: 100%;
}

.p-column__sectitle {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid #008785 3px;
  margin: 0 0 5rem 0;
  padding: 0 0 1rem 0;
}
@media (width <= 667px) {
  .p-column__sectitle {
    font-size: 2.4rem;
  }
}
.p-column__content {
  padding: 5rem 0 17rem 0;
}
.p-column__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;
  margin: 0 0 7rem 0;
}
.p-column__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;
}
.p-column__figure {
  overflow: hidden;
  display: inline-block;
}
.p-column__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;
}
.p-column__figure :hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-column__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 1.8rem 0;
  line-height: 1;
}
.p-column__time {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-column__category {
  margin-left: auto;
  font-size: 1.6rem;
  position: relative;
  font-weight: 500;
}
.p-column__category ::before {
  background-color: #333;
  content: "";
  height: 12px;
  left: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}
.p-column__title {
  font-size: clamp(1.6rem, 0.214vw + 1.6rem, 1.8rem);
  line-height: 1.9;
  font-weight: 500;
  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;
}
.p-column__title a:hover {
  text-decoration: underline;
}
.p-column__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0 0;
}
.p-column__tag li {
  margin: 0 0.5rem 0 0;
}
.p-column__tag a {
  background-color: #EEE;
  color: #FFF;
  padding: 0.3rem 1rem;
  font-size: 1.5rem;
}

.p-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.4rem 0 0 0;
}
.p-blog__main {
  max-width: 795px;
}
.p-blog__title {
  font-size: 3.6rem;
  font-weight: 900;
  margin: 0 0 1rem 0;
  color: #008785;
}
@media (width <= 667px) {
  .p-blog__title {
    font-size: 2.4rem;
  }
}
.p-blog__time {
  font-size: 1.8rem;
  margin: 0 0 2rem 0;
  font-weight: 500;
}
.p-blog__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-blog__category {
  margin: 0 0 2rem 0;
}
.p-blog__category a {
  border: solid 1px #707070;
  background-color: #FFF;
  color: #008785;
  font-size: 1.7rem;
  padding: 0.2rem 1.5rem;
}
.p-blog__img {
  margin: 0 0 3rem 0;
}
.p-blog__img img {
  border-radius: 8px;
}
.p-blog__thumbnail {
  margin: 0 0 4.7rem 0;
}
.p-blog__thumbnail img {
  border-radius: 8px;
}
.p-blog__thumbnail img {
  max-width: 100%;
  height: auto;
}
.p-blog__read {
  margin: 0 0 0 0;
}
.p-blog__read p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 500;
}
@media (width <= 667px) {
  .p-blog__read p {
    font-size: 1.6rem;
  }
}
.p-blog__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-blog__read ul li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 2.2rem;
}
.p-blog__read ul li::before {
  content: "●";
  color: #6BB9B8;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9em;
}
.p-blog__read ol {
  line-height: 1.8888888889;
  list-style-type: decimal;
  margin: 2rem 0 2rem 0;
  border-top: dotted 2px #707070;
  border-bottom: dotted 2px #707070;
  padding: 2rem 0 2rem 2rem;
}
.p-blog__read ol li {
  font-size: clamp(1.6rem, 0.26vw + 1.32rem, 1.8rem);
  font-weight: 500;
}
.p-blog__read ol li::marker {
  color: #333;
}
.p-blog__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-blog__read h2 {
    font-size: 2rem;
  }
}
.p-blog__read h3 {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  color: #008785;
}
@media (width <= 667px) {
  .p-blog__read h3 {
    font-size: 2rem;
  }
}
.p-blog__read h4 {
  font-size: 2rem;
  font-weight: 900;
}
.p-blog__contents .content {
  margin: 0 0 5.6rem 0;
}
.p-blog__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-blog__contents h2 {
    font-size: 2rem;
  }
}
.p-blog__contents h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7083333333;
  margin: 0 0 1.5rem 0;
  color: #008785;
}
@media (width <= 667px) {
  .p-blog__contents h3 {
    font-size: 2rem;
  }
}
.p-blog__contents h4 {
  font-size: 2rem;
  font-weight: 900;
  margin: 4rem 0 1rem 0;
}
.p-blog__contents p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 500;
  margin: 0 0 2rem 0;
}
@media (width <= 667px) {
  .p-blog__contents p {
    font-size: 1.6rem;
  }
}
.p-blog__contents p a {
  color: #008785;
  text-decoration: underline;
}
.p-blog__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-blog__contents ul li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 2.2rem;
}
.p-blog__contents ul li::before {
  content: "●";
  color: #6BB9B8;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9em;
}
.p-blog__contents ol {
  line-height: 1.8888888889;
  list-style-type: decimal;
  margin: 2rem 0 2rem 0;
  border-top: dotted 2px #707070;
  border-bottom: dotted 2px #707070;
  padding: 2rem 0 2rem 2rem;
}
.p-blog__contents ol li {
  font-size: clamp(1.6rem, 0.26vw + 1.32rem, 1.8rem);
  font-weight: 500;
}
.p-blog__contents ol li::marker {
  color: #333;
}
.p-blog__contents .scroll-offset {
  scroll-margin-top: 80px;
  /* 固定ヘッダーの高さに合わせて調整 */
}
.p-blog__contents strong {
  color: #F96718;
  font-weight: bold;
}
.p-blog__img {
  margin: 0 0 3.5rem 0;
}
.p-blog__side {
  max-width: 345px;
  margin-left: auto;
}
.p-blog .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;
}
.p-blog .p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__title {
  width: 20.6rem;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.p-blog .p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__sub-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-blog .p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__lead {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}
.p-blog .p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__text {
  font-size: 1.6rem;
  margin: 0;
}
.p-blog .p-single-solving-problem__cta.c-rocotime-cta .c-rocotime-cta__body {
  padding-left: 1rem;
  gap: 0rem;
}
.p-blog__ctalink {
  border: solid 1px #707070;
  background-color: #F5F5F5;
  padding: 3.8rem 4.7rem;
}
.p-blog__ctalink-title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #008785;
  line-height: 1.6296296296;
  margin: 0 0 1.6rem 0;
}
.p-blog__ctalink-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8888888889;
  margin: 0 0 4.2rem 0;
}
.p-blog__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-blog__ctalink-banner a {
  min-width: 36rem;
}
.p-blog__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-blog__ctalink-rocotime a {
  display: inline-block;
  padding: 2.5rem 3rem;
  font-size: 2rem;
  font-weight: bold;
}
.p-blog__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-blog__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-blog__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;
}
.p-blog__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-blog__ctalink-demo a:hover {
  background-color: #FFDECC;
}
.p-blog__footlink {
  margin: 7rem 0 3rem 0;
}
.p-blog__footlink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 13em;
}
.p-blog__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-blog__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%;
}
.p-blog__footlink-next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-blog__footlink-next ::before {
  content: "❮";
  margin-right: 1.5em;
  font-weight: bold;
  display: inline-block;
}
.p-blog__footlink-look {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-blog__footlink-previous {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-blog__footlink-previous ::before {
  content: "❯";
  margin-right: 1.5em;
  font-weight: bold;
  display: inline-block;
}
.p-blog__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-column__cta-foot {
  padding: 8rem 0 5.7rem 0;
}

.p-blog__newslist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #008785;
  padding: 2.4rem 0 2.4rem 0;
}
@media (width <= 667px) {
  .p-blog__newslist-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-blog__newslist-time {
  font-size: 1.6rem;
  font-weight: 500;
  width: 16%;
}
.p-blog__newslist-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
}/*# sourceMappingURL=news.css.map */