@charset "utf-8";

/* =============================================
共通
============================================= */
* {
  box-sizing: border-box;
}

html {
  /* scroll-behavior: smooth; */
  scroll-padding-top: 120px;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #003240;
  letter-spacing: 0.4px;
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  color: inherit;
}

small {
  font-size: unset;
}

figcaption {
  font-size: 12px;
  text-align: right;
  padding: 10px;
}

.sp {
  display: none;
}

.bg--blue {
  background: #0097bf !important;
}

.bg--light-blue {
  background: #e0f2f7 !important;
}

.bg--gray {
  background: #f2f5f5 !important;
}

.bg--white {
  background: #fff !important;
}

.button-wrapper {
  display: flex;
  justify-content: center;
}

.button {
  border-radius: calc(9999px);
  font-weight: 700;
  padding: 1em 1.2em;
  text-align: center;
  display: inline-block;
}

.button--yellow {
  background: #eeca21 !important;
}

.button--orange {
  background: #f56947 !important;
  color: #fff !important;
}

.button--blue {
  background: #0097bf !important;
  color: #fff !important;
}

.button--bg {
  background: url(../images/cta-bg.svg) no-repeat center center !important;
  background-size: cover !important;
}

.button--arrow {
  position: relative;
}

.button--arrow::after {
  /* content: "›";
    background: #fff;
    color: #F56947; */
  content: "";
  background: url(../images/cta-arrow.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: calc(9999px);
}

.button--shadow {
  box-shadow: 0px 3px 4px rgb(88 81 79 / 25%);
}

.text--blue {
  color: #0097bf !important;
}

.text--white {
  color: #fff !important;
}

.text--yellow {
  color: #eeca21 !important;
}

.text--pink {
  color: #ed5583 !important;
}

.text--bold {
  font-weight: 700 !important;
}

.text--underline {
  text-decoration: underline !important;
}

.text--note {
  font-size: 0.8em !important;
}

.text--small {
  font-size: 0.6em !important;
}

.text--large {
  font-size: 1.2em !important;
}

.text--marker {
  background: linear-gradient(transparent 70%, #f6e490 70%);
}

.text--align-center {
  text-align: center;
}

.table--layout-fixed {
  table-layout: fixed;
}

.align--center {
  margin-inline: auto;
  display: block !important;
  width: fit-content;
}

.lead-text {
  width: 90vw;
  max-width: 680px;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.6;
}

.lead-link {
  display: grid;
  width: 94vw;
  max-width: 980px;
  margin: 0 auto 5rem;
  justify-content: center;
}

.lead-link--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lead-link--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.lead-link__link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 60px 24px 28px;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #0097bf;
  border-radius: 12px;
  background-color: #fff;
  background-image: url(/wp-content/themes/cloudt/img/page/guide/icon_circle-chevron-right_bright-blue.svg);
  background-position: right 16px center;
}

.lead-link__link--anchor {
  background-image: url(/wp-content/themes/cloudt/img/page/guide/icon_circle-chevron-down_blue.svg);
}

.event-banner {
  width: 90vw;
  max-width: 880px;
  margin: 40px auto 0;
  padding-bottom: 50px;
}

@media (max-width: 1430px) {
  .event-banner {
    margin: 0px auto 0;
    padding-bottom: 80px;
  }
}

.beak {
  display: inline-block;
}

.ribbon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 0 3em;
  line-height: 1.4;
  font-weight: 700;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  top: 0;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  border-style: solid;
  border-color: transparent;
}

.ribbon::before {
  left: 0;
}

.ribbon::after {
  right: 0;
}

.ribbon--pink {
  background: #ed5583;
  color: #fff;
}

.ribbon--blue {
  background: #0097bf;
  color: #fff;
}

.ribbon--orange {
  background: #ef8c1c;
  color: #fff;
}

.accordion {
  width: 90vw;
  max-width: 880px;
  margin: 0 auto;
  transition: 0;
  /* box-shadow: 0px 3px 4px rgba(0, 151, 191, 0.25); */
}

.accordion__summary {
  /* text-align: center; */
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding: 20px;
  padding-right: 60px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  background: #0097bf;
  line-height: 1.4;
  list-style: none;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.accordion__summary::after {
  content: "";
  background: url(../images/icon-plus-accordion.svg) no-repeat center center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  border-radius: calc(9999px);
}

.accordion__answer {
  background: #0097bf;
  border-radius: 0px 0 10px 10px;
  padding: 0 20px 20px;
  color: #003240;
  line-height: 1.8;
}

.accordion__answer-inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.accordion[open] .accordion__summary::after {
  background: url(../images/icon-minus-accordion.svg) no-repeat center center;
  background-size: 30px;
}

.accordion[open] .accordion__summary {
  border-radius: 10px 10px 0 0px;
}

.faq__accordion .accordion__summary {
  text-align: left;
  font-size: 18px;
  position: relative;
  padding-left: 50px;
}

.faq__accordion .accordion__summary::before {
  content: "Q.";
  position: absolute;
  left: 20px;
}

.faq__accordion:not(:last-of-type) {
  margin-bottom: 20px;
}

.mt--0 {
  margin-top: 0px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--0 {
  margin-bottom: 0px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.pt--0 {
  padding-top: 0px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--0 {
  padding-bottom: 0px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .lead-text {
    margin-bottom: 30px;
    max-width: 520px;
  }

  .lead-link.lead-link {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    max-width: 520px;
  }

  .event-banner {
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .accordion__summary {
    font-size: 16px;
    padding: 14px 52px 14px 20px;
    max-width: 520px;
    margin-inline: auto;
  }

  .accordion__summary::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
  }

  .accordion__answer {
    max-width: 520px;
    margin-inline: auto;
  }
}

/* =============================================
  ホバー
  ============================================= */
@media (hover: hover) {
  *:hover {
    transition: 0.08s;
  }

  .button--orange:hover,
  .button--blue:hover {
    color: #fff !important;
  }

  .text--underline:hover {
    text-decoration: none !important;
  }

  .header__link:hover,
  .header__inquiry-link:hover,
  .news__link:hover,
  .footer__link:hover {
    color: #0097bf;
    opacity: 1;
  }

  .header__logo:hover {
    opacity: 0.7;
  }

  .header__inquiry:hover::after {
    background-image: url(../images/icon-arrow-downward-blue.svg);
  }

  .fv__eiken:hover {
    opacity: 0.9;
  }

  .button:hover {
    opacity: 0.9;
  }

  .button--bg:hover {
    opacity: 1;
    filter: brightness(105%);
  }
}

/* =============================================
  ヘッダー
============================================= */
.header {
  height: 70px;
  width: 100%;
  background: #fff;
  z-index: 99998;
  position: fixed;
  top: 0;
  transition: 0.3s ease-in-out;
}

.header.header--float,
.header:has(.header__hamburger-menu--open) {
  background: #fff;
}

.header-spacer {
  height: 70px;
}

.header__inner,
.header__list,
.header__inquiry-list {
  display: flex;
}

.header__inner {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}

.header__logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.header__logo {
  width: 138px;
}

.header__list-item {
  position: relative;
  display: flex;
  align-items: center;
}

.header__list-item:not(:last-child) {
  margin-right: 30px;
}

.header__link {
  font-size: 14px;
  font-weight: 500;
}

.header__cta {
  font-weight: 700;
  padding: 1em;
  margin-right: -20px;
  line-height: 1;
}

.header__cta.button--orange {
  box-shadow: 0px 3px 4px rgba(245, 105, 71, 0.25);
}

.header__cta.button--blue {
  box-shadow: 0px 3px 4px rgba(0, 151, 191, 0.25);
}

.header__inquiry {
  color: #003240;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 16px;
}

.header__inquiry::after {
  content: "";
  background-image: url(../images/icon-arrow-downward.svg);
  width: 10px;
  height: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 52%;
  translate: 0 -50%;
  margin-left: 6px;
}

.header__inquiry-list {
  display: none;
}

.header__inquiry-list--open {
  display: block;
  position: absolute;
  width: fit-content;
  white-space: nowrap;
  right: -40px;
  top: 54px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  z-index: 9999;
  border: solid 1px #0097bf;
}

.header__inquiry-list-item {
  padding-bottom: 10px;
  border-bottom: dashed 1px #0097bf;
}

.header__inquiry-list-item:not(:last-child) {
  margin-bottom: 14px;
}

.header__inquiry-link {
  font-size: 14px;
  font-weight: 500;
}

.header__hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  display: none;
  margin-right: -14px;
}

.header__hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #003240;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
}

.header__hamburger-menu__bar:first-child {
  top: 16px;
}

.header__hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.header__hamburger-menu__bar:last-child {
  top: 32px;
}

.header__hamburger-menu--open .header__hamburger-menu__bar {
  top: 50%;
}

.header__hamburger-menu--open .header__hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.header__hamburger-menu--open .header__hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.header__hamburger-menu--open .header__hamburger-menu__bar:nth-child(2) {
  display: none;
}

@media (max-width: 1352px) {
  .header__list-item:not(:last-child) {
    margin-right: 20px;
  }

  .header__cta {
    margin-right: -10px;
  }

  .header__inquiry {
    margin-left: 10px;
  }
}

@media (max-width: 1210px) {
  .header__cta {
    margin-right: -7px;
  }

  .header__inquiry {
    margin-left: 8px;
  }

  .header__list-item:not(:last-child) {
    margin-right: 16px;
  }

  .header__link {
    font-size: 12px;
  }
}

@media (max-width: 1160px) {
  .header__list-item:not(:last-child) {
    margin-right: 12px;
  }

  .header__cta {
    margin-right: -6px;
  }

  .header__handling-display {
    display: none;
  }

  .header__inquiry {
    margin-left: 6px;
  }
}

@media (max-width: 1023px) {
  .header,
  .header-spacer {
    height: 60px;
  }

  .header__logo-wrapper {
    padding-top: 6px;
  }

  .header__hamburger-menu {
    display: block;
  }

  .header__list {
    display: none;
    background: #fff;
    position: absolute;
    top: 60px;
    width: 100%;
    max-width: 310px;
    right: 0;
    z-index: 9999;
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
  }

  .header__list--open {
    display: block;
  }

  body:has(.header__list--open) {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .header__list:has(.header__inquiry-list--open) {
    padding-bottom: 130px;
  }

  .header__list-item {
    border-top: 1px dashed #ced3d3;
    position: relative;
  }

  .header__list-item:not(:has(.header__cta, .header__inquiry)):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translateY(-50%);
  }

  /* .header__list-item:has(.header__inquiry):after {
      content: "+";
      font-weight: 700;
      position: absolute;
      top: 50%;
      right: 30px;
    } */

  .header__list-item:not(:last-child) {
    margin-right: 0;
  }

  .header__list-item:last-child {
    border: 0;
  }

  /* .header__list-item:nth-last-child(2) {
        margin-top: -26px;
    } */

  .header__link {
    font-size: 16px;
    padding: 20px 30px;
    width: 100%;
  }

  .header__cta {
    margin: 20px auto;
    width: calc(100% - 40px);
    max-width: 520px;
    height: auto;
  }

  .header__handling-display {
    display: inline;
  }

  .header__inquiry {
    text-align: left;
    margin: 0;
  }

  .header__inquiry {
    text-align: center;
    margin-top: -26px;
  }

  .header__inquiry::after {
    margin-top: -12px;
  }

  .header__inquiry-list--open {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: calc(100% - 40px);
    max-width: 520px;
  }
}

@media (max-width: 540px) {
  .header__list {
    max-width: 100%;
  }
}

/* =============================================
フッター
============================================= */
.footer {
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 90vw;
  max-width: 880px;
  margin-inline: auto;
  line-height: 1.4;
  padding: 50px 0 60px;
  flex-wrap: wrap;
}

.footer__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.footer__list-item {
  font-size: 14px;
}

.footer__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.footer__credit.footer__credit {
  text-align: center;
  font-size: 12px;
  background: #003240;
  color: #fff;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .footer__inner {
    max-width: 520px;
    gap: 30px;
    padding: 40px 0;
  }

  .footer__title {
    margin-bottom: 10px;
  }

  .footer__list-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .footer__inner {
    flex-direction: column;
  }
}

/* =============================================
パンくずリスト
============================================= */
.breadcrumbs {
  padding: 10px 0;
  background: #f2f5f5;
}

.breadcrumbs > span {
  width: 90vw;
  max-width: 880px;
  margin-inline: auto;
}

.breadcrumbs span {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs a {
  display: flex;
  align-items: center;
}

.breadcrumbs a::after {
  content: "»";
  display: block;
  margin-inline: 5px;
}

/* =============================================
  CTA
============================================= */
.cta {
  background: #0097bf;
  padding: 30px 0;
}

.cta__inner {
  background: #fff;
  padding: 40px 20px 24px;
  width: 90vw;
  max-width: 880px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}

.cta__button {
  font-weight: 700;
  font-size: 31px;
  width: 90%;
  max-width: 580px;
  box-shadow: 0px 6px 13px rgba(245, 105, 71, 0.3);
  padding: 1em;
  line-height: 1;
}

.cta__button::after {
  right: 26px;
  width: 40px;
  height: 40px;
}

.cta__microcopy {
  position: absolute;
  border: solid 2px #f56947;
  border-radius: 6px;
  color: #f56947;
  font-size: 20px;
  background: #fff;
  padding: 6px 12px;
  top: -20px;
  left: 50%;
  translate: -50% 0;
  width: fit-content;
  white-space: nowrap;
  box-shadow: 0px 3px 5px rgba(123, 29, 7, 0.3);
  line-height: 1;
  letter-spacing: 0;
}

.cta__note {
  margin-top: 4px;
  font-size: 14px;
}

.blog-template-default .cta__microcopy,
.post-type-archive-blog .cta__microcopy {
  opacity: 1;
}

/* ABテスト END */

.cta--float {
  transition: transform 0.5s ease;
  will-change: transform;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 50%;
  translate: -50%;
  z-index: 99997;
  padding: 24px 0px 8px;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(0);
}

.cta--float__link.cta--float__link {
  min-width: 370px;
  width: fit-content;
  font-size: 22px;
  padding: 19px 58px;
  line-height: 1.2;
}

.cta--float__link .cta__microcopy {
  font-size: 14px;
  top: -16px;
  padding: 5px 10px;
}

.cta--float__link.cta__button::after {
  width: 22px;
  height: 22px;
  background-size: 26px;
}

.cta--float.hide {
  transform: translateY(200%);
}

/* @media (max-width: 1023px) {
    .cta--float {
        transform: translateY(0);
    }
} */

@media (max-width: 767px) {
  .cta {
    padding: 24px 0;
  }

  .cta__inner {
    width: 100%;
    max-width: 520px;
    padding: 30px 14px 14px;
  }

  .cta__button {
    font-size: 20px;
    padding: 24px 10px;
    width: 100%;
    max-width: 520px;
  }

  .cta__button::after {
    width: 26px;
    height: 26px;
  }

  .cta__microcopy {
    font-size: 14px;
    top: -16px;
  }

  .cta__note {
    font-size: 10px;
  }

  .cta--float.hide {
    transform: translateY(0);
    /* スマホではフロートCTAを常時表示 */
  }

  body {
    padding-bottom: 100px !important;
    /* スマホではフロートCTAを常時表示 */
  }

  .cta--float__link.cta--float__link {
    font-size: 18px;
    padding: 20px 0;
    width: 90%;
    min-width: unset;
    max-width: 460px;
  }
}

@media (max-width: 540px) {
  .cta__inner {
    max-width: unset;
    border-radius: 0;
  }
}

/* =============================================
体験談
============================================= */
.voice__lead-wrapper {
  border: solid 6px #e0f2f7;
  border-radius: 20px;
  padding: 16px 30px;
  width: fit-content;
  max-width: 90vw;
  margin: 0 auto 40px;
  line-height: 1.8;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.voice__filter-box {
  border: 2px solid #0097bf;
  border-radius: 20px;
  width: fit-content;
  max-width: 90vw;
  /* max-width: 1260px; */
  margin: 0 auto 50px;
  padding: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}

.voice__filter-box::after {
  content: "絞り込み";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -12px;
  background: #fff;
  padding: 0 20px;
  color: #0097bf;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
}

.voice__filter-heading {
  font-weight: 700;
  margin-bottom: 12px;
}

.voice__filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.voice__filter-input {
  display: none;
}

.voice__filter {
  border-radius: calc(9999px);
  border: 2px solid #d3d3d3;
  font-weight: 500;
  opacity: 0.6;
  padding: 14px 38px 14px 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #1a1b1c;
}

.voice__filter::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  font-size: 20px;
}

.voice__filter-input:checked + .voice__filter {
  background: rgba(0, 151, 191, 0.1);
  border: 2px solid #0097bf;
  color: #0097bf;
  font-weight: 700;
  opacity: 1;
}

.voice__filter-input:checked + .voice__filter::after {
  content: "";
  background: url(../images/icon-check.svg) no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 14px;
}

.voice__slider-wrapper {
  width: 100%;
  min-height: 400px;
  position: relative;
}

.voice__slider--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
  margin-inline: auto;
}

.slick-list {
  /*アイテムの高さを揃える*/
  display: grid !important;
  padding-bottom: 32px !important;
}

.voice__box {
  margin: 0 15px;
}

.voice__inner {
  background: #ffffff;
  border: 3px solid #0097bf;
  box-shadow: 0px 12px 27px rgba(0, 151, 191, 0.25);
  border-radius: 10px;
  height: 100%;
  position: relative;
  padding-bottom: 62px;
}

.voice__box-tag-wrapper,
.voice__box-heading,
.voice__box-text {
  margin: auto 20px;
}

.voice__box-image-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.voice__box-image {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.voice__box-label {
  position: absolute;
  background: #0097bf;
  opacity: 0.9;
  color: #fff;
  font-weight: 700;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 8px;
  /* border-radius: 0 0 0 6px; */
}

.voice__box-tag-wrapper {
  margin-bottom: 10px;
}

.voice__box-tag {
  background: #33b1cd;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.voice__box-heading {
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #0078a3;
  margin-bottom: 10px;
}

.voice__box-text {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 14px;
}

.voice__box-detail {
  margin: 0 auto 20px;
  min-width: 200px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  font-size: 14px;
}

.voice__no-results {
  position: absolute;
  top: 50px;
  left: 50%;
  translate: -50% 0;
  border: solid 2px #f56947;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #f56947;
  background: #f569470a;
  border-radius: 10px;
  line-height: 1.4;
}

.voice__loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #0097bf;
  position: absolute;
  top: 50px;
  left: calc(50% - 25px);
  translate: -50% 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s ease-in-out infinite;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.carousel__arrow {
  content: "";
  background-size: 56px;
  width: 56px;
  height: 56px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  translate: 0 -50%;
  z-index: 9998;
  filter: drop-shadow(0px 12px 27px rgba(0, 151, 191, 0.25));
}

.carousel__arrow--prev {
  background: url(../images/icon-arrow-prev.svg) no-repeat center center;
  left: 34px;
}

.carousel__arrow--next {
  background: url(../images/icon-arrow-next.svg) no-repeat center center;
  right: 34px;
}

.slick-dots li button:before {
  font-size: 8px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #0097bf !important;
}

.slick-dots > li:first-child:last-child {
  display: none !important;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
  display: none;
  cursor: zoom-out;
}

.modal__overlay--active {
  display: block;
}

.modal__box {
  position: fixed;
  top: 0;
  right: 0;
  width: 84vw;
  max-width: 880px;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99999;
  overflow-y: scroll;
  border-left: 5px solid #0097bf;
}

.modal__box--active {
  transform: translateX(0%);
}

.voice__box-top {
  display: flex;
  margin: 0 40px;
  gap: 20px;
  align-items: center;
}

.modal__box .voice__box-image {
  width: 50%;
  border-radius: 0;
  margin-inline: auto;
}

.modal__box .voice__box-heading {
  width: 50%;
  font-size: 25px;
  margin: 0;
}

.modal__box .voice__box-tag-wrapper {
  margin: 6px 0 0;
}

.modal__box .voice__box-tag {
  padding: 4px 7px;
}

.modal__box .voice__box-text,
.modal__box .voice__box-small-heading,
.voice__box-level {
  margin-left: 40px;
  margin-right: 40px;
}

.voice__box-level {
  margin-top: 50px;
  margin-bottom: -20px;
  font-weight: 700;
  line-height: 1.4;
}

.modal__box .voice__box-small-heading {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 10px;
  line-height: 1.6;
  background: #0097bf;
  padding: 16px;
  font-weight: 700;
  color: #fff;
}

.modal__box .voice__box-text {
  font-size: 16px;
}

.modal__close {
  background: #0097bf;
  color: #fff;
  font-size: 39px;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  margin-bottom: 10px;
}

body:not(.home) .modal__close {
  font-size: 27px;
}

.modal__close--bottom {
  font-size: 16px;
  margin: 0 auto 20px;
  width: fit-content;
  min-width: 200px;
  display: block;
}

body:has(.modal__overlay--active) {
  overflow: hidden;
}

@media (max-width: 1500px) {
  .voice__filter {
    padding: 14px 28px 14px 15px;
  }

  .voice__filter::after {
    right: 10px;
  }
}

@media (max-width: 1350px) {
  .voice__filter {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .voice__filter {
    font-size: 13px;
  }
}

@media (max-width: 1110px) {
  .carousel__arrow--prev {
    background: url(../images/icon-arrow-prev.svg) no-repeat center center;
    left: 10px;
  }

  .carousel__arrow--next {
    background: url(../images/icon-arrow-next.svg) no-repeat center center;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .voice__lead-wrapper {
    font-size: 18px;
    padding: 16px;
  }

  .voice__slider--grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 530px;
  }

  .voice__filter::after {
    right: 12px;
  }

  .voice__filter-box {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto 40px;
    width: 90vw;
    max-width: 520px;
    padding: 16px;
  }

  .voice__filter-box::after {
    font-size: 18px;
  }

  .voice__filter {
    font-size: 12px;
    padding: 10px 31px 10px 13px;
  }

  .voice__filter-heading {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .voice__loader {
    left: 50%;
  }

  .voice__box {
    margin: 0 6px;
  }

  .voice__box-label {
    font-size: 14px;
  }

  .voice__box-heading {
    font-size: 18px;
  }

  .carousel__arrow {
    background-size: 36px !important;
    width: 36px;
    height: 36px;
  }

  .carousel__arrow--prev {
    background: url(../images/icon-arrow-prev.svg) no-repeat center center;
    left: 2px;
  }

  .carousel__arrow--next {
    right: 2px;
  }

  .voice__box-top {
    margin: 0 20px;
    flex-direction: column;
    gap: 10px;
  }

  .modal__box .voice__box-image,
  .modal__box .voice__box-heading {
    width: 100%;
  }

  .modal__box .voice__box-heading {
    order: 2;
  }

  .modal__box .voice__box-image {
    order: 1;
    border-radius: 6px;
  }

  .modal__box .voice__box-tag {
    padding: 3px 7px;
    font-size: 12px;
  }

  .modal__box .voice__box-text,
  .modal__box .voice__box-small-heading,
  .voice__box-level {
    margin-left: 20px;
    margin-right: 20px;
  }

  .voice__box-level {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .modal__box .voice__box-heading {
    font-size: 18px;
  }

  .modal__box .voice__box-small-heading {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 14px;
  }
}

/* =============================================
料金
============================================= */
.price__list {
  width: 90vw;
  max-width: 680px;
  margin: -20px auto 50px;
  line-height: 1.6;
  color: #fff;
  list-style: disc;
  font-weight: 700;
}

.price__list-item:not(:last-of-type) {
  margin-bottom: 10px;
}

.price__wrapper {
  background: #fff;
  border-radius: 20px;
  width: 90vw;
  max-width: 1088px;
  margin: 0 auto 50px;
  padding: 50px 30px 60px;
}

.price__inner {
  display: flex;
  gap: 50px;
  justify-content: center;
}

/* .price__inner:not(:last-of-type) {
    margin-bottom: 50px;
  } */

.price__heading {
  color: #0078a3 !important;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.price__box {
  background: #ffffff;
  border: 3px solid #0097bf;
  box-shadow: 0px 12px 27px rgba(0, 151, 191, 0.25);
  border-radius: 10px;
  padding: 30px 40px;
  max-width: 420px;
  width: 100%;
}

.price__box--pink {
  border-color: #ed5583;
  position: relative;
}

.price__box--asahi {
  max-width: unset;
  width: unset;
}

.price__box--orange {
  border-color: #ef8c1c;
}

.price__box--max-width-unset {
  max-width: unset;
}

.price__popular {
  position: absolute;
  background: #ed5583;
  color: #fff;
  border-radius: calc(9999px);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  top: -20px;
  left: -30px;
}

.price__box-heading {
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 1.2em;
  height: 30px;
}

.price__box-heading::before {
  border-width: 15px 0px 15px 8px;
  border-color: transparent transparent transparent #fff;
}

.price__box-heading::after {
  border-width: 15px 8px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.price__price {
  font-size: 41px;
  font-weight: 700;
  /* color: rgba(26, 27, 28, 0.8); */
  color: rgba(0, 50, 64, 0.86);
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}

.price__price .text--small {
  font-size: 20px;
}

.price__tax-included {
  font-size: 11px;
  display: block;
  margin-top: 10px;
  opacity: 0.8;
  line-height: 1;
}

.price__cta {
  box-shadow: 0px 3px 4px rgba(245, 105, 71, 0.25);
  margin: 0 auto 26px;
  padding: 1.2em 0;
  width: fit-content;
  min-width: 236px;
  display: block;
  font-size: 18px;
}

.price__cta::after {
  width: 20px;
  height: 20px;
  right: 14px;
  background-size: 28px;
}

.price__detail {
  /* color: rgba(26, 27, 28, 0.8); */
  color: rgba(0, 50, 64, 0.86);
  margin: 0 auto;
  border-collapse: collapse;
}

.price__detail-row {
  border-bottom: solid 3px #f2f5f5;
  padding-bottom: 10px;
  width: fit-content;
  white-space: nowrap;
}

.price__detail-title {
  padding-left: 10px;
  padding-right: 30px;
  text-align: left;
  font-weight: 500;
}

.price__detail-descritpion {
  font-weight: 700;
  font-size: 31px;
  padding-bottom: 16px;
  font-family: "Roboto", sans-serif;
  padding-right: 10px;
}

.price__detail-row:not(:first-of-type) .price__detail-descritpion {
  padding-top: 16px;
}

.price__detail-descritpion .text--small {
  font-size: 16px;
}

.price__terra {
  background: #e0f2f7;
  border-radius: 10px;
  width: 90vw;
  max-width: 1088px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.price__terra-inner {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}

.price__terra-image-wrapper {
  position: relative;
}

.price__terra-image {
  filter: drop-shadow(0px 4px 12px rgba(0, 151, 191, 0.2));
  max-width: 304px;
  position: absolute;
  bottom: 0;
}

.price__terra-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 20px 60px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}

.price__ribon {
  margin: 0;
  height: 30px;
}

.price__terra-text {
  font-size: 25px;
  font-weight: 700;
  color: #0097bf;
  line-height: 1.4;
}

.price__banner {
  border-radius: 10px;
  width: 90%;
  max-width: 640px;
  margin: 30px auto 0;
  display: block;
}

.price__banner-image {
  width: 100%;
}

.price__ribon::before {
  border-width: 15px 0px 15px 8px;
  border-color: transparent transparent transparent #fff;
}

.price__ribon::after {
  border-width: 15px 8px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.price__more-info {
  background: #fff;
  margin-top: 100px;
}

.price__accordion:not(:last-of-type) {
  margin-bottom: 30px;
}

.price__plan-change {
  border-top: solid 2px #0078a3;
  border-bottom: solid 2px #0078a3;
  color: #0078a3;
  padding: 0.8em;
  max-width: 850px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .price__wrapper {
    padding: 24px 20px;
    border-radius: 10px;
    max-width: 520px;
  }

  .price__list {
    padding-left: 20px;
    margin: 0 auto 30px;
    max-width: 520px;
  }

  .price__inner {
    flex-direction: column;
    gap: 30px;
  }

  .price__heading {
    font-size: 18px;
  }

  .price__box {
    padding: 20px;
    margin-inline: auto;
  }

  .price__popular {
    font-size: 14px;
    width: 60px;
    height: 60px;
    top: -16px;
    left: -16px;
  }

  .price__box-heading {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .price__box--asahi .price__box-heading {
    font-size: 11px;
  }

  .price__price {
    font-size: 31px;
  }

  .price__price .text--small {
    font-size: 14px;
  }

  .price__cta {
    width: 100%;
    min-width: auto;
    padding: 1em 0;
  }

  .price__detail {
    font-size: 14px;
    line-height: 1.4;
    width: 96%;
  }

  .price__detail-title {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 0;
  }

  .price__detail-descritpion {
    font-size: 22px;
    padding-right: 0;
  }

  .price__detail-descritpion .text--small {
    font-size: 12px;
  }

  .price__terra {
    max-width: 520px;
  }

  .price__terra-inner {
    flex-direction: column;
  }

  .price__terra-image {
    position: relative;
    width: 70%;
    margin: 0 auto 10px;
    display: block;
    filter: none;
  }

  .price__terra-text-wrapper {
    padding: 12px;
  }

  .price__banner {
    margin: 20px auto 0;
  }

  .price__ribon {
    height: 26px;
  }

  .price__ribon::before {
    border-width: 13px 0px 13px 4px;
  }

  .price__ribon::after {
    border-width: 13px 4px 13px 0;
  }

  .price__terra-text {
    font-size: 18px;
  }

  .price__accordion:not(:last-of-type) {
    margin-bottom: 20px;
  }

  price__more-info {
    margin-top: 80px;
  }

  .price__plan-change {
    padding: 0.6em;
    font-size: 18px;
  }
}

/* =============================================
料金ページ
============================================= */
#page-plans .price__detail-title {
  padding-top: 8px;
}

#page-plans .price__detail-descritpion {
  padding-top: 14px;
}

#page-plans .price__cta {
  margin-bottom: 10px;
}

#page-plans .price__price {
  margin-bottom: 20px;
}

#page-plans .price__box-heading {
  margin-bottom: 20px;
}

#page-plans h1.lMainTitle {
  background: #0097bf;
  color: #fff;
  max-width: none;
  padding: 1em 10px;
  margin: 0 auto 2em;
}

#page-plans h3 {
  margin: 0 auto 1.2em;
}

#page-plans .price__plan-change {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #page-plans h2.secTitle {
    margin: 80px 0 20px 0;
    font-size: 20px;
  }
}

/* =============================================
パスワード
============================================= */
.post-password-form {
  margin: 100px auto;
  max-width: 530px;
  width: 90vw;
}

input[name="post_password"] {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 0.5em;
}

.post-password-form input[type="submit"] {
  border-radius: calc(9999px);
  padding: 0.5em 1.6em;
  text-align: center;
  display: inline-block;
  background: #eeca21 !important;
  margin: 0 0 0 20px;
}

@media (max-width: 767px) {
  .post-password-form input[type="submit"] {
    margin: 20px auto 0;
    display: block;
    width: fit-content;
  }
}

/* =============================================
テラトーク
============================================= */
.page-id-4042 hr {
  max-width: 980px;
  margin: 64px auto;
  border: none;
  border-top: 2px solid #ccd6d9;
}

.page-id-4042 .content h1.lMainTitle {
  color: inherit;
  font-size: 32px;
}

@media (max-width: 767px) {
  .page-id-4042 hr {
    margin: 48px 1rem;
  }

  .page-id-4042 .content h1.lMainTitle {
    color: inherit;
    font-size: 24px;
  }
}

/* =============================================
基本フレームページ
============================================= */
.basic-frame section {
  padding: 100px 0;
}

.basic-frame-fv {
  background: #0097bf;
  padding: 100px 0;
  color: #fff;
}

.basic-frame-inner {
  width: 90vw;
  max-width: 1120px;
  margin-inline: auto;
}

.basic-frame-fv__maincopy {
  font-size: 35px;
  margin-bottom: 30px;
  width: fit-content;
  white-space: nowrap;
}

.basic-frame-fv__feature {
  background: #fff;
  border: solid 4px #33b1cd;
  color: #0078a3;
  font-size: 20px;
  font-weight: 700;
  padding: 30px 40px;
  width: fit-content;
  border-radius: 6px;
}

.basic-frame-fv__feature-item {
  display: flex;
  align-items: center;
}

.basic-frame-fv__feature-item::before {
  display: inline-block;
  content: "";
  background-image: url(/wp-content/themes/cloudt/assets-2024/images/icon-check-circle.svg);
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 4px;
}

.basic-frame-fv__feature-item:not(:last-child) {
  margin-bottom: 10px;
}

.basic-frame-fv__image-wrapper {
  display: flex;
  align-items: center;
}

.basic-frame-heading {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 60px;
  padding: 0 10px;
  position: relative;
  width: fit-content;
  line-height: 1.4;
}

.basic-frame-heading::after {
  content: "";
  position: absolute;
  bottom: -18px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #33b1cd;
  border-radius: 9999px;
}

.basic-frame-overview__heading {
  text-align: left;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.basic-frame-overview__box,
.basic-frame-fv__inner {
  display: flex;
  gap: 20px;
  margin-inline: auto;
}

.basic-frame-overview__box {
  gap: 60px;
}

.basic-frame-overview__box-text-inner,
.basic-frame-fv__text-wrapper {
  width: 90vw;
  max-width: 530px;
  min-width: 500px;
}

.basic-frame-overview__box-image-inner {
  width: 100%;
}

.basic-frame-overview__box:not(:last-child) {
  margin-bottom: 80px;
}

.basic-frame-overview__label-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}

.basic-frame-overview__label-heading {
  font-weight: 700;
  margin-bottom: 4px;
}

.basic-frame-overview__label {
  margin-bottom: 14px;
  width: fit-content;
  white-space: nowrap;
}

.basic-frame-overview__label-item {
  background: #33b1cd;
  margin-right: 2px;
  color: #fff;
  padding: 2px 12px 4px;
  font-size: 15px;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}

.basic-frame-overview__paragraph {
  line-height: 1.8;
}

.basic-frame-reason__paragraph {
  line-height: 2;
  font-size: 18px;
  max-width: 800px;
  margin-inline: auto;
}

.basic-frame .text--marker {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .basic-frame br.pc {
    display: none;
  }
}

@media (max-width: 1023px) {
  .basic-frame section {
    padding: 80px 0;
  }

  .basic-frame-fv.basic-frame-fv.basic-frame-fv.basic-frame-fv {
    padding: 100px 0 50px;
  }

  .basic-frame-overview__box-text-inner,
  .basic-frame-fv__text-wrapper {
    min-width: auto;
  }

  .basic-frame-overview__box,
  .basic-frame-fv__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 520px;
  }

  .basic-frame-fv__maincopy {
    text-align: center;
    font-size: 25px;
    margin-inline: auto;
    white-space: normal;
  }

  .basic-frame-fv__feature {
    margin-inline: auto;
    font-size: 18px;
    padding: 20px;
  }

  .basic-frame-fv__image-wrapper {
    max-width: 400px;
  }

  .basic-frame-heading {
    margin-bottom: 50px;
    font-size: 22px;
  }

  .basic-frame-overview__heading {
    font-size: 20px;
  }

  .basic-frame-overview__label-wrapper {
    flex-direction: column;
    gap: 0px;
  }

  .basic-frame-overview__label {
    white-space: normal;
  }

  .basic-frame-overview__label-heading {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .basic-frame-overview__box-image-inner {
    width: 80vw;
    max-width: 400px;
  }

  .basic-frame-reason__paragraph {
    font-size: 16px;
    max-width: 530px;
  }

  .basic-frame-overview__box:not(:last-child) {
    border-bottom: 2px solid #ccd6d9;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

/* =============================================
スクロールヒント
============================================= */
.scrollable {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  margin: 1.8em 0;
}

.scrollable table {
  margin: 0 !important;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
  z-index: 9998;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-40%, -50%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}

/* =============================================
コラム
============================================= */
.blog-wrapper {
  background: #f2f5f5;
}

.blog-content-wrapper {
  max-width: 880px;
  padding: 40px 80px;
  background: #fff;
  margin: 60px auto;
}

.blog-main-heading {
  margin-bottom: 10px;
  font-size: 31px;
}

.eye-catch {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}

.eye-catch img {
  width: 100%;
}

.blog-wrapper p a {
  display: inline;
}

.time-wrapper {
  font-weight: 500;
  font-size: 14px;
  color: #00324099;
  margin-bottom: 20px;
}

.blog-content-wrapper h2 {
  font-size: 25px;
  line-height: 1.4;
  text-align: left;
  padding: 0.8em;
  background: #f2f5f5;
  border-left: solid 5px #0097bf;
  border-bottom: solid 3px #cdd2d2;
  margin: 2.8em 0 0.8em;
}

.blog-content-wrapper h3 {
  line-height: 1.4;
  text-align: left;
  padding: 0.3em 0.6em;
  border-left: solid 5px #0097bf;
  margin: 2em 0 0.8em;
  color: inherit;
}

.blog-content-wrapper h4 {
  line-height: 1.4;
  text-align: left;
  margin: 2em 0 0.8em;
  font-size: 20px;
}

.blog-content-wrapper p,
[class*="wp-block-lazyblock-related-page"] {
  margin: 0 0 1.8em;
  line-height: 1.8;
}

.blog-content-wrapper p:last-child {
  margin-bottom: 0;
}

.blog-content-wrapper table {
  margin: 1.8em 0;
  min-width: 100%;
}

.blog-content-wrapper table th,
.blog-content-wrapper table td {
  padding: 12px 14px;
}

.blog-content-wrapper table th {
  color: #fff;
  font-weight: 700;
  background: #0097bf;
}

.blog-content-wrapper table td {
  background: #f2f5f5;
}

.topic-box {
  background: #f2f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  padding-bottom: 20px;
  margin: 1.8em 0;
}

.topic-box__heading {
  background: #fa7757;
  padding: 0.6em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.topic-box__description {
  width: 90%;
  margin-inline: auto;
}

.topic-box__description p {
  margin-bottom: 10px;
}

.toc__container {
  padding: 20px 30px 10px;
  border: 0;
  margin-bottom: -20px;
  background: #f2f5f5;
}

.toc__title.toc__title {
  font-weight: 500;
  font-size: 18px;
  border-bottom: dashed 2px #cdd2d2;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.toc__list {
}

.toc__link {
  margin-bottom: 10px;
  color: #0097bf;
  font-weight: 500;
}

.toc__sublist {
  padding-left: 16px;
}

.blog-content-wrapper strong {
  background: linear-gradient(transparent 70%, #f6e490 70%);
}

.blog-content-wrapper > ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 1.8em;
  padding: 20px 20px 20px 40px;
  background: #0097bf0f;
  border: solid 1px #0097bf;
  border-radius: 10px;
  line-height: 1.8;
}

.blog-content-wrapper > ol {
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 1.8em;
  padding: 20px 20px 20px 40px;
  background: #0097bf0f;
  border: solid 1px #0097bf;
  border-radius: 10px;
  line-height: 1.8;
}

.blog-content-wrapper li:not(:last-child) {
  margin-bottom: 0.3em;
}

.pseudo-heading.pseudo-heading {
  margin-bottom: 6px !important;
  font-weight: 700;
}

.pseudo-heading.pseudo-heading::before {
  content: "▼ ";
}

.plain-box {
  background: #f2f5f5;
  padding: 16px;
  margin-bottom: 1.8em;
}

.column-cta {
  padding: 20px;
  border: solid 6px #0097bf;
  margin-bottom: 1.6em;
}

.column-cta__copy.column-cta__copy {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin: 0 auto 18px;
  line-height: 1.4;
}

.column-cta__appeal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 20px;
  gap: 16px;
}

.column-cta__image {
  display: block;
  width: 45%;
  margin: 0;
}

.column-cta__list {
  width: 55%;
  list-style: disc;
  padding-left: 1.2em;
}

.column-cta__list li {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.4;
}

.column-cta__list li:last-of-type {
  margin-bottom: 0;
}

.column-cta .cta-button {
  display: block;
  width: 80%;
  color: #fff;
  margin: 0 auto;
  padding: 20px 10px;
}

.single-blog .cta--float__link.cta__button::after {
  display: none;
}

.single-blog .cta--float__link.cta--float__link {
  padding: 19px 36px;
}

.related-page--strong {
  color: #0097bf;
  font-weight: 500;
}

.related-page__label {
  background: #0097bf;
  color: #fff;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  margin-right: 8px;
}

.related-page:not(:has(.related-page--strong)) {
  font-size: 0.8em;
}

.related-page:not(:has(.related-page--strong)) .related-page__link,
.related-page:not(:has(.related-page--strong)) .related-page__link:hover {
  text-decoration: none;
  opacity: 1;
}

.author-box {
  margin: 2.8em 0 1.8em;
  padding: 20px;
  background: #0097bf0f;
  border: solid 1px #0097bf;
  position: relative;
}

.author-box__text.author-box__text {
  margin-bottom: 10px;
}

.author-box__label {
  position: absolute;
  top: -16px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  background: #0097bf;
  color: #fff;
}

@media (hover: hover) {
  .author-box__link:hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .blog-content-wrapper {
    padding: 20px;
    margin: 40px auto;
  }

  .blog-main-heading {
    font-size: 25px;
  }

  .toc__container {
    padding: 20px 20px 10px;
  }

  .toc__title.toc__title {
    font-size: 16px;
  }

  .blog-content-wrapper h2 {
    font-size: 22px;
    padding: 0.7em;
    border-left: solid 4px #0097bf;
  }

  .blog-content-wrapper h3 {
    border-left: solid 4px #0097bf;
    font-size: 20px;
  }

  .blog-content-wrapper h4 {
    font-size: 18px;
  }

  .column-cta__appeal {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .column-cta__image,
  .column-cta__list {
    width: 100%;
    margin: 0;
  }

  .column-cta .cta-button {
    width: 100%;
    margin-top: 0;
    letter-spacing: 0;
  }

  .single-blog .cta--float__link.cta--float__link {
    padding: 19px 16px;
  }

  .author-box__text.author-box__text {
    font-size: 14px;
  }
}

/* =============================================
カリキュラムポップアップ
============================================= */
.curriculum__popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  place-items: center;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
  cursor: zoom-out;
}

.curriculum__popup-inner {
  background: #fff;
  width: calc(90vw - 15px);
  max-width: 840px;
  max-height: calc(90vh - 15px);
  cursor: default;
  padding: 20px;
  position: relative;
  border-radius: 10px;
}

.curriculum__popup-inner::before {
  font-weight: 700;
  content: "スクロールできます→";
  margin-bottom: 8px;
  display: block;
  border-bottom: dotted 2px;
  width: fit-content;
  opacity: 0.7;
}

.curriculum__popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #eeca21;
  width: 30px;
  height: 30px;
  border-radius: calc(1px / 0);
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.curriculum__popup-image-wrapper {
  gap: 20px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.curriculum__popup-image {
  width: 30%;
  min-width: 350px;
  border: solid 1px #cacaca;
}

@media (max-width: 767px) {
  .curriculum__popup-image-wrapper {
    gap: 12px;
  }

  .curriculum__popup-image {
    width: 88%;
    min-width: unset;
  }
}
