@charset "utf-8";

/* トップページ */
/*scroll-up */
.scroll-up {
  transition: 0.3s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll-up:hover {
  transition: none !important;
}

.scroll-up.on {
  transform: translateY(0);
  opacity: 1;
}

/* scroll-left */
.scroll-left {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll-left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/* scroll-right */
.scroll-right {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll-right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

.scroll-anime {
  display: block;
  width: 1px;
  height: 24px;
  background-image: linear-gradient(
    -180deg,
    transparent,
    white 50%,
    transparent 50%,
    transparent
  );
  background-repeat: no-repeat;
  background-size: 100% 200%;
  animation-name: scroll-anime;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.7s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

@keyframes scroll-anime {
  0% {
    background-position: 0 100%;
  }

  50% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

.front .contents__center-area,
.page-company .contents__center-area {
  margin: 100px 0 80px;
}

.front .hbspt-form {
  display: block;
  margin: 0 auto;
  width: 70%;
  padding: 5%;
}

.front .contacts .contents {
  padding: 0;
}

.home .footer,
.page-template-template_company .footer {
  margin: 0;
}

.contacts .hbspt-form {
  margin: 0 auto;
  width: 650px;
}

@media screen and (max-width: 768px) {
  /* .front .contents-blue-section {
    padding: 30px;
  }

  .front-fv {
    background: none;
    padding: 10px 0 0;
  }

  .front-fv h1 {
    font-size: 26px;
  }

  .front-fv p {
    font-size: 20px;
  }

  .front-column {
    flex-direction: column;
  }

  .front-fv-left {
    width: 100%;
  }

  .front-fv-right {
    display: none;
  } */

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 25px) !important;
  }

  .swiper .imagetext img {
    max-height: 164px !important;
  }

  .cases,
  .works,
  .seminars,
  .documents,
  .news {
    padding-bottom: 30px;
  }

  .front .contents__center-area,
  .page-company .contents__center-area {
    margin: 30px 0;
  }

  .front .hbspt-form {
    width: 100%;
    padding: 0;
  }

  .front .contacts .contents {
    padding: 30px;
  }

  .contacts .cta-contents {
    padding-bottom: 0;
  }

  .contacts .hbspt-form {
    width: 100%;
  }
}

/* 会社概要 */
.company-top {
  padding: 240px 0;
  background: var(--wpr-bg-3d4a62f2-88eb-46d5-af38-d62ce01d56b3);
  background-size: cover;
}

.company-philosophy {
  display: block;
  margin: 0 auto;
  width: 1000px;
  padding: 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
}

.company-philosophy h2 {
  color: #808080;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.company-philosophy h3 {
  color: #808080;
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}

.company-philosophy p {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

.company-philosophy .normal-text {
  font-size: 24px;
  margin-bottom: 0;
}

.company-greetings .greetings {
  padding: 0 0 263px;
  background: var(--wpr-bg-1f27e78f-4972-41ac-907b-dcc68fa08b19) no-repeat right bottom;
  background-size: 440px 504px;
}

.company-greetings h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 100px;
}

.company-greetings h3 {
  font-size: 32px;
  margin-bottom: 50px;
}

.company-greetings p {
  color: #808080;
  width: 760px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.company-future h2 {
  color: #fcfcfc;
  text-align: center;
  font-size: 32px;
  line-height: 3;
  margin-bottom: 50px;
}

.company-future p {
  color: #f4f4f4;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  width: 700px;
  margin: 0 auto;
}

.company-profile h2 {
  color: #2d2d2d;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.company-profile table {
  border-collapse: separate;
  border-spacing: 50px;
  font-family: "BIZ UDGothic";
  width: 700px;
  margin: 0 auto;
}

.company-profile th {
  color: #808080;
  text-align: right;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 50px 0 0px;
  vertical-align: middle;
  position: relative;
}

.company-profile th::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: -7px;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background: #d9d9d9;
}

.company-profile td {
  color: #808080;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 40px 0 0;
  vertical-align: middle;
}

.company-members .text-block {
  padding: 10px;
  height: 250px;
}

.company-members .text-block h3 {
  height: auto;
  margin-bottom: 0;
}

.member-role {
  color: #808080;
  font-size: 14px;
  padding-bottom: 15px;
}

.member-career {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .company-top {
    padding: 60px 0;
  }

  .company-philosophy {
    width: 100%;
  }

  .company-philosophy h2 {
    font-size: 24px;
  }

  .company-philosophy p,
  .company-philosophy .text--blue {
    font-size: 24px;
    line-height: 1.5;
  }

  .company-philosophy .normal-text {
    font-size: 18px;
  }

  .company-greetings .greetings {
    padding: 0 0 330px;
    background: var(--wpr-bg-922c710e-ab7e-4c62-b256-f13672cd8cb9) no-repeat center bottom;
    background-size: contain;
  }

  .company-greetings h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .company-greetings h3 {
    font-size: 24px;
  }

  .company-greetings p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .company-future h2 {
    font-size: 24px;
    line-height: 3;
    margin-bottom: 30px;
  }

  .company-future p {
    font-size: 15px;
    line-height: 2;
    width: 100%;
  }

  .company-profile h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .company-profile table {
    border-spacing: 0 25px;
    width: 100%;
  }

  .company-profile th {
    font-size: 14px;
    padding: 10px 15px;
    white-space: nowrap;
  }

  .company-profile th::after {
    right: -5px;
    width: 5px;
    border-radius: 2px;
  }

  .company-profile td {
    font-size: 14px;
    padding: 10px 15px;
  }

  .company-profile .contents {
    padding: 30px 15px;
  }
}

/* ir */
.ir-box {
  border-radius: 24px;
  background: #fff;
  padding: 30px 10px;
}

.ir-news {
  font-size: 14px;
}

.ir-news .infobox select {
  margin-bottom: 20px;
  padding: 8px;
  color: #383838;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: pointer;
}

.ir-news .infobox {
  width: 950px;
  margin: 0 auto;
}

.ir-news dl {
  line-height: 1.5;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: 1px solid #e6e9ee;
}

.ir-news dl dt {
  display: flex;
  align-items: center;
}

.ir-news dt time {
  width: 120px;
  text-align: center;
  color: #808080;
  font-weight: bold;
}

.ir-news .ir-title {
  width: 100px;
  padding: 5px 0;
  font-size: 12px;
  color: #5c94cd;
  background: #cde6f6;
  /* border: 1px solid #5c94cd; */
  text-align: center;
}

.ir-news dd {
  color: #383838;
  padding: 16px 15px;
}

.ir-news dd .fa-file-pdf {
  margin-left: 10px;
  font-size: 18px;
  color: #fd5555;
}

.ir-news a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .post-type-archive-ir .ir-news {
    padding-bottom: 30px;
  }

  .ir-news {
    padding-bottom: 80px;
  }

  .ir-news dl {
    display: block;
  }

  .ir-news dd {
    font-size: 13px;
  }

  .ir-news .infobox {
    width: 100%;
  }

  .ir-news dt time {
    width: 50%;
  }

  .ir-news .ir-title {
    width: 50%;
  }
}

/* サービス一覧 */
.reasons-main ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.reasons-main ul li {
  display: flex;
  width: 330px;
  height: 330px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  color: #5c94cd;
  background: #fcfcfc;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}

.reasons-price ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 80px;
}

.reasons-price ul li {
  width: 330px;
  height: 330px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  color: #5c94cd;
  background: #fcfcfc;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}

.reasons-price ul li p {
  color: #5c94cd;
}

.reasons-price ul li .font--l {
  font-size: 40px;
}

.reasons-price .icon-plus--grey {
  margin: 0 77px;
}

.reasons-text h3 {
  text-align: center;
  text-shadow: 1px 2px 0px #f5f5f5;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.reasons-text p {
  font-size: 24px;
  line-height: 2;
  text-align: center;
}

.service-plan h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

.service-plan .main-text {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}

.plan-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 50px 0;
  padding: 80px 0;
}

.plan-box a:hover {
  opacity: 0.8;
}

.plan-box .large {
  width: 960px !important;
}

.plan-box .plan-conts {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  width: 440px;
}

.plan-box .plan-conts h4 {
  width: 100%;
  color: #fcfcfc;
  font-size: 24px;
  padding: 20px;
  border-radius: 24px 24px 0px 0px;
  height: 64px;
}

.plan-box .plan-conts p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px;
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 24px 24px;
  background: #f4f4f4;
}

.service-model-box {
  width: 935px;
  display: block;
  margin: 0 auto 50px;
  padding: 30px;
  gap: 50px;
  border-radius: 24px;
  background: #fff;
}

.service-model-box h3 {
  color: #808080;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.icon-fukidasi {
  margin-right: 10px;
}

.service-model-box .request {
  text-align: center;
  font-size: 36px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.service-model-conts {
  display: flex;
  padding: 15px;
  align-items: flex-end;
  align-content: flex-end;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 24px;
  background: #f4f4f4;
}

.service-model-conts .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
}

.service-model-conts .col-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 25%;
}

.service-model-conts .plan {
  color: #808080;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.service-model-conts h4 {
  text-align: center;
  font-size: 32px;
}

.service-model-conts h4 span {
  font-size: 14px;
}

.service-model-conts .plan-price {
  color: #808080;
  text-align: center;
  font-size: 24px;
}

.service-model-conts .plan-price--text-large {
  text-align: center;
  font-size: 36px;
}

.plan-price .text--small {
  font-size: 15px;
}

.plan-price--text-large .text--large {
  font-size: 20px;
}

.icon-plus--grey,
.icon-arrow--grey {
  display: block;
  margin: 20px auto;
}

.icon-arrow--grey-small {
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .reasons-main ul {
    gap: 24px;
    margin: 20px 0 30px;
    flex-flow: row wrap;
  }

  .reasons-main ul li {
    width: 130px;
    height: 130px;
    font-size: 13px;
  }

  .reasons-text h3 {
    font-size: 20px;
  }

  .reasons-text p {
    font-size: 16px;
  }

  .reasons-price ul {
    margin: 50px 0 20px;
    justify-content: space-around;
  }

  .reasons-price .icon-plus--grey {
    margin: 0;
  }

  .reasons-price ul li {
    width: 130px;
    height: 130px;
    font-size: 13px;
  }

  .reasons-price ul li .font--l {
    font-size: 16px;
  }

  .reasons-price .icon-plus {
    width: 10%;
  }

  .service-plan h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .service-plan .main-text {
    font-size: 18px;
  }

  .plan-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 20px 0;
    padding: 20px 0;
  }

  .plan-box .plan-conts {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    width: 100%;
  }

  .plan-box .large {
    width: 100%;
  }

  .plan-box .plan-conts h4 {
    font-size: 20px;
    height: auto;
    line-height: 1.3;
  }

  .plan-box .plan-conts p {
    font-size: 15px;
  }

  .service-model-box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px;
    gap: 10px;
    line-height: 1.5;
  }

  .service-model .contents {
    padding: 30px 15px;
  }

  .service-model-box h3 {
    font-size: 16px;
  }
  .service-model-box .request {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .service-model-conts {
    padding: 15px;
  }

  .service-model-conts .col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
  }

  .service-model-conts .col-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 25%;
  }

  .service-model-conts .plan {
    color: #808080;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .service-model-conts h4 {
    font-size: 16px;
  }

  .service-model-conts h4 span {
    font-size: 13x;
  }

  .service-model-conts .plan-price {
    font-size: 16px;
  }

  .service-model-conts .plan-price--text-large {
    font-size: 16px;
  }

  .plan-price .text--small {
    font-size: 13px;
  }

  .plan-price--text-large .text--large {
    font-size: 16px;
  }

  .icon-fukidasi {
    width: 30px;
    height: auto;
  }

  .icon-plus--grey,
  .icon-arrow--grey {
    display: block;
    margin: 10px auto;
    width: 30px;
  }

  .icon-arrow--grey-small {
    display: block;
    margin: 5px auto;
    width: 15%;
  }
}

/* 各サービスページ */
.service-fv {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
}

.sevice-fv_left {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sevice-fv_right {
  width: 47%;
  background: #fff;
  border-radius: 24px;
  padding: 30px 20px 30px 30px;
  height: 635px;
}

.service-fv h2 {
  color: #fcfcfc;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 50px;
}

.serive-fv-slide {
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
}

.serive-fv-slide img {
  display: block;
}

.service-fv p {
  font-size: 32px;
  margin-bottom: 30px;
}

.service-fv ul {
  color: #fcfcfc;
  font-size: 32px;
  margin-bottom: 30px;
}

.service-fv ul li {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  display: flex;
}

.service-fv ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 10px;
}

.service-fv .font--36 {
  font-size: 36px;
}

.plan-details__inner {
  width: 960px;
  margin: 0 auto;
  padding: 30px;
  gap: 30px;
  background: #fcfcfc;
  border-radius: 24px;
}

.plan-details__inner h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

.plan-details__inner h4 {
  font-size: 32px;
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.plan-details__inner ul {
  margin-bottom: 30px;
}

.plan-details__inner ul li {
  color: #808080;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.plan-details__inner ul li::before {
  content: "ー";
  margin-right: 10px;
}

.plan-details__inner .price {
  font-size: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.plan-details__inner .price {
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.plan-details__inner .price span {
  font-size: 24px;
  margin-bottom: 30px;
}

.plan-details__inner .text--under-line {
  width: 45%;
  border-bottom: 1px solid #2d2d2d;
}

.faq-box {
  padding: 20px;
  gap: 29px;
  border-radius: 24px;
  background: #fcfcfc;
  margin-bottom: 30px;
}

.faq-box h3 {
  color: #72b5e2;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 25px;
  display: flex;
}

.faq-box h3::before {
  content: "■";
  margin-right: 20px;
}

.faq-box p {
  color: #808080;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}

.faq-box p::before {
  content: "ー";
  margin-right: 20px;
}

.inside-sales .number-list li {
  font-size: 30px;
}

/* sideform */
.page__sideform {
  position: fixed;
  top: 110px;
  right: 0;
  background: transparent;
  z-index: 10;
  height: auto;
  display: none;
  transition: transform 0.3s ease-in-out;
}

.toggle-btn {
  position: absolute;
  top: 200px;
  right: 0;
  background: #ed9f18;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 45px;
  font-weight: 700;
  letter-spacing: 2px;
}

.form-container {
  display: none;
  background: #fff;
  padding: 20px;
  width: 375px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h3 {
  color: #3d3d3d;
  line-height: 1.5;
  margin-bottom: 20px;
}

.toggle-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .page__sideform {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .service-fv {
    padding: 0;
    height: auto;
  }

  .sevice-fv_left {
    width: 100%;
  }

  .sevice-fv_right {
    width: 100%;
    height: 717px;
    padding: 30px 20px;
  }

  .service-fv h2 {
    color: #fcfcfc;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .serive-fv-slide {
    margin-bottom: 30px;
  }

  .service-fv p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .service-fv ul {
    color: #fcfcfc;
    margin: 0 0 30px;
  }

  .service-fv ul li {
    font-size: 16px;
    line-height: 2;
  }

  .plan-details__inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }

  .plan-details__inner h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .plan-details__inner h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .plan-details__inner ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .plan-details__inner .price {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .plan-details__inner p.price {
    margin-bottom: 20px;
  }

  .plan-details__inner .price span {
    font-size: 16px;
  }

  .plan-details__inner .text--under-line {
    width: 100%;
  }

  .faq-box {
    padding: 20px;
    background: #fcfcfc;
    margin-bottom: 30px;
  }

  .faq-box h3 {
    font-size: 18px;
  }

  .faq-box p {
    font-size: 16px;
  }

  .service-paper .font--small {
    font-size: 22px !important;
  }

  .service-paper .font--36 {
    font-size: 20px;
  }

  .inside-sales .number-list li {
    font-size: 18px;
  }

  .reson .font--25 {
    font-size: 14px;
  }
}

/* メンバー */
.member-img {
  display: block;
  margin: 0 auto 80px;
}

.member-img img {
  border-radius: 18px;
}

.fourth {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 50px;
}

.fourth-text h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  color: #383838;
  text-align: center;
}

.fourth-imagetext .member-role {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 15px 0 5px;
  color: #808080;
}

.fourth-imagetext {
  width: 25%;
  margin-bottom: 40px;
}

.fourth-imagetext .item-img {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  width: 190px;
  height: 190px;
}

.fourth-imagetext img {
  overflow: hidden;
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: center top;
}

.fourth-imagetext img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

.fourth-imagetext:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .member-img {
    margin: 0 auto 40px;
  }

  .member-page {
    width: 100%;
  }

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

  .fourth {
    max-width: 100%;
    margin-bottom: 0;
  }

  .fourth-imagetext {
    width: 33.3%;
    margin-bottom: 20px;
  }

  .fourth-imagetext .item-img {
    width: 125px;
    height: 125px;
  }

  .fourth-imagetext img {
    width: 125px;
    height: 125px;
  }

  .fourth-imagetext .member-role {
    font-size: 12px;
  }

  .fourth-text h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .fourth_imagetext p.member-role {
    font-size: 11px;
  }

  .fourth-imagetext img:hover {
    transform: none;
    transition: 0.5s all;
    opacity: 0.8;
  }

  .fourth-imagetext:hover img {
    transform: none;
    transition: 0.5s all;
  }
}

@media screen and (max-width: 500px) {
  .fourth-imagetext {
    width: 50%;
  }
}

/* 固定ページ */
.page-content {
  margin: auto;
  width: 1000px;
  padding: 60px 0 0;
}

.page-content p,
.page-content ul,
.page-content ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

/* thanks */
.thanks__icon {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .page-content {
    padding: 30px;
    width: 100%;
  }

  .page-content p,
  .page-content ul,
  .page-content ol {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* ブログ */
.others-title--center {
  color: #2d2d2d;
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: center;
}

.post-info span,
.content-text span {
  color: #888;
  background-color: #e5e5e5;
  border-radius: 20px;
  padding: 3px 15px;
  margin: 2px;
  display: inline-block;
  font-weight: 700;
}

.post-info {
  margin: 20px 0;
}

.post-date {
  margin-right: 8px;
  color: #888;
  font-size: 20px;
}

/* 目次 */
#toc_container {
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  font-size: 14px;
  background: #fff;
}
#toc_container li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.case-study {
  padding: 50px 0 0;
}

.single-post {
  background: #fff;
  padding: 70px 0 0;
}

.single-post .text-area {
  display: none;
}

.single-header__meta {
  background: #0073ed;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 5px 10px;
}

.single-header__title {
  color: #0073ed;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-header__date {
  color: #707070;
  margin-bottom: 60px;
}

.single-header__thumb {
  border-radius: 20px;
  margin-bottom: 50px;
}

.single-header__pic {
  width: 100%;
}

.single-content a {
  color: #5c94cd;
  text-decoration: underline;
  transition: 0.3s;
}

.single-content a:hover {
  opacity: 0.8;
}

.single-content h2 {
  font-size: 24px;
  color: #383838;
  background: #f4f4f4;
  border-left: solid 5px #5c94cd;
  border-bottom: solid 3px #d7d7d7;
  margin: 2em 0;
  padding: 20px;
}

.single-content h3 {
  font-size: 22px;
  border: none;
  border-bottom: 3px solid #5c94cd;
  margin: 2em 0 1.5em;
  padding: 10px 0;
}

.single-content h4 {
  border-left: 12px solid #5c94cd;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0.5em 0.5em;
}

.single-content img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
}

.single-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.single-content p:blank {
  display: none;
}

.single-content .table-wrapper {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
  overflow-x: auto;
}

.single-content table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 15px;
  /* white-space: nowrap; */
}

.single-content th {
  background: #e6f4ff;
  border: 1px solid #ccc;
  padding: 0.8em 0.5em;
}

.single-content td {
  border: 1px solid #ccc;
  padding: 0.8em 0.5em;
}

.single-content blockquote {
  background: #f5f5f5;
  color: #555;
  font-style: italic;
  padding: 3rem 2rem 2rem;
  position: relative;
}

.single-content blockquote::before {
  color: #a0a0a0;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.single-content blockquote p {
  margin-bottom: 0;
}

.single-content blockquote cite {
  border-top: 1px dotted #a0a0a0;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 1rem;
  text-align: right;
  width: 100%;
}

.single-header__pic {
  width: auto;
  max-height: 500px;
}

.single-header__title {
  color: inherit;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 30px;
}

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

.single-content {
  line-height: 1.8;
}

.single-content ul {
  list-style: disc;
}

.single-content ul,
.single-content ol {
  font-weight: 400;
  margin-bottom: 1.6em;
  padding-left: 20px;
}

.single-content li {
  font-size: 16px;
  list-style: inherit;
}

.single-content .marker-red {
  background: linear-gradient(transparent 75%, #ffb2d8 0);
}
.single-content .marker-yellow {
  background: linear-gradient(transparent 75%, #fff76b 0);
}
.single-content .marker-blue {
  background: linear-gradient(transparent 75%, #add6ff 0);
}

.post-author {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 3px solid #eee;
}

.post-author--flex {
  display: flex;
}

.post-author--img {
  flex: none;
  margin-right: 25px;
}

.post-author--img img {
  border-radius: 20px;
}

.post-author-role {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}

.post-author-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #383838;
}

.post-author-desc-pc {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}

.post-author-desc-sp {
  display: none;
}

.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.youtube video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* 投稿クイックボタン */
.quick-btn {
  background: linear-gradient(#e8bc6f, #ed9f18);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  display: block;
  margin: 20px auto 30px;
  width: 75%;
  padding: 1rem;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 50px;
}

.quick-btn i {
  color: #fff;
}

.quick-btn:hover {
  transform: translateY(-4px);
  transition: 0.5s all;
  opacity: 0.8;
}

/* 投稿クイックバナー */
.quick_bnr_wrapper,
.quick-markable_bnr_wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}

.quick_bnr_btn {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  margin-bottom: 0 !important;
}

.markable_bnr_wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}

.markable_bnr_btn {
  position: absolute;
  bottom: 12px;
  left: 22px;
  width: 60%;
  margin-bottom: 0 !important;
}

.quick-markable_bnr_btn {
  position: absolute;
  bottom: 12px;
  left: 22px;
  width: 60%;
  margin-bottom: 0 !important;
}

.quick_bnr_btn:hover,
.cta-post__btn:hover,
.quick-markable_bnr_btn:hover {
  opacity: 0.7 !important;
  transition: 0.2s;
}

.quick_bnr:hover,
.cta-post__link:hover,
.markable_bnr:hover {
  opacity: 0.7 !important;
  transition: 0.2s;
}

.quick_bnr_btn:hover,
.cta-post__btn:hover,
.markeble_bnr_btn:hover {
  opacity: 0.7 !important;
  transition: 0.2s;
}

/* 投稿内cta */
.cta-post__wrapper {
  position: relative;
  width: 100%;
}

.cta-post__link {
  display: block;
}

.cta-post__btn {
  -webkit-transform: translateX(-50%);
  background: #ff951a;
  bottom: 0.4rem;
  color: #fff !important;
  font-weight: 600;
  left: 50%;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  transform: translateX(-50%);
  width: 55%;
}

.cta-post__btn img {
  max-width: 360px;
}

/* 一部記事ctaバナー非表示 */
.postid-4792 .cta-post__wrapper,
.postid-1112 .cta-post__wrapper,
.postid-1603 .cta-post__wrapper {
  display: none;
}

/* セミナー */
.single-content .webinar_sentence {
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0 0;
  font-weight: 700;
}

.single-content .webinar_day {
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
}

.single-content .webinar_day::before {
  content: "\f35a";
  color: #5c94cd;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.webinar-date {
  display: flex;
  justify-content: space-between;
}

.single-content .webinar-date {
  justify-content: flex-start;
}

.webinar-date .extra-info {
  margin: 0;
  padding: 10px 0 0;
}

/* 導入事例 */
.case-study-single {
  padding: 50px 0px 30px;
  margin-top: 0;
}

.case-study-single__inner h1 {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  color: #383838;
  padding-bottom: 15px;
}

.case-study-single__inner h2.interview {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #383838;
  background: none;
  border: none;
  margin: 0 0 20px;
  padding: 0 20px 20px;
}

/* 導入事例用ボタン */
.example__btn--blue {
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  color: #fff !important;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50px;
  margin: 40px auto 10px;
  padding: 1rem;
}

.example__btn--yellow {
  background: linear-gradient(#e8bc6f, #ed9f18);
  color: #fff !important;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50px;
  margin: 20px auto 30px;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .single-post {
    padding: 40px 0 0;
  }

  .single-post .page-title {
    padding-bottom: 10px !important;
  }

  /* セミナー、イベントレビュー、ニュース、セミナーレポート、ページタイトル非表示 */
  .categoryid-20 .page-title,
  .categoryid-55 .page-title,
  .categoryid-23 .page-title,
  .categoryid-64 .page-title {
    display: none;
  }

  .single-post .text-area {
    display: none;
  }

  .post-info,
  .post-date {
    font-size: 15px;
  }

  .others-title--center {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .single-content h2 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .single-content h3 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .single-content h4 {
    border-left: 3px solid #5c94cd;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .single-content img {
    margin-bottom: 20px;
  }

  .single-content p {
    font-size: 15px;
  }

  .single-content li {
    font-size: 15px;
  }

  .single-content .table-wrapper {
    margin-bottom: 30px;
    padding-bottom: 15px;
    overflow-x: scroll;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }

  .single-content .table-wrapper table {
    font-size: 13px;
    min-width: 600px;
  }

  .post-author {
    margin: 30px 20px 0;
    padding: 20px 0 40px;
    font-size: 14px;
    border-top: 3px solid #eee;
  }

  .post-author-name {
    font-size: 16px;
  }

  .post-author--img {
    margin-right: 15px;
  }

  .post-author--img img {
    width: 60px;
    border-radius: 10px;
  }

  .post-author-desc-pc {
    display: none;
  }

  .quick-btn {
    width: 100%;
    font-size: 16px;
    letter-spacing: normal;
  }

  .quick_bnr img {
    width: 100%;
  }

  .quick_bnr_btn img {
    max-width: 280px;
  }

  .quick_bnr_btn {
    bottom: 24px;
    width: 100%;
  }

  .cta-post__btn img {
    max-width: 260px;
  }

  .cta-post__btn {
    left: 45% !important;
    bottom: 0.7rem !important;
    width: 80% !important;
  }

  .markable_bnr_wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
  }

  .markable_bnr_btn {
    position: absolute;
    bottom: 12px;
    left: 22px;
    width: 60%;
    margin-bottom: 0 !important;
  }

  .quick_bnr_btn:hover,
  .cta-post__btn:hover,
  .markable_bnr_btn:hover {
    opacity: 0.7 !important;
    transition: 0.2s;
  }

  .quick-markable_bnr_wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
  }

  .quick-markable_bnr_btn {
    position: absolute;
    bottom: 12px;
    left: 22px;
    width: 60%;
    margin-bottom: 0 !important;
  }

  .quick_bnr_btn:hover,
  .cta-post__btn:hover,
  .quick-markable_bnr_btn:hover {
    opacity: 0.7 !important;
    transition: 0.2s;
  }

  .sidebar__latest-posts {
    max-width: 320px;
  }

  .markable_bnr_btn,
  .quick-markable_bnr_btn {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .single-content .webinar_sentence {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .single-content .webinar_day {
    font-size: 16px;
    margin-right: 15px;
  }

  .case_study_page {
    background-color: white !important;
    background-image: none !important;
  }

  .case-study-single {
    padding: 0 0 30px;
  }

  .case-study-single__inner h1 {
    font-size: 20px;
  }

  .case-study-single__inner h2.interview {
    font-size: 20px;
    line-height: 30px;
    background: none;
    border: none;
    margin: 0 0 10px;
    padding: 0 16px 16px;
  }

  .case-study-single__inner {
    padding: 20px 15px;
    overflow: hidden;
  }

  .example__btn--blue,
  .example__btn--yellow {
    font-size: 15px;
  }
}

/* クッキーバナー */
.cookie-notice-container a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

/* testcategory */
.single-testcategory .contact-content {
  min-width: 340px;
}

.single-testcategory .contact-content a {
  color: #5c94cd;
  text-decoration: underline;
  transition: all 0.3s;
}

.single-testcategory .contact-content p {
  text-align: center;
}

.blog__page-title--bnr a {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
}

.blog__page-title--bnr a:hover {
  opacity: 0.8;
}

/* イベントレビュー、ニュース、セミナーレポート、バナー非表示 */
.category-55 .blog__page-title--bnr,
.categoryid-55 .blog__page-title--bnr,
.category-23 .blog__page-title--bnr,
.categoryid-23 .blog__page-title--bnr,
.category-64 .blog__page-title--bnr,
.categoryid-64 .blog__page-title--bnr {
  display: none;
}

@media (max-width: 768px) {
  .blog__page-title--bnr a {
    display: block;
    margin: 0 auto 20px;
  }

  .post-template-default .blog__page-title--bnr a {
    display: block;
  }
}

/* cta-text */
.single-cta-text {
  background: #eef8fe;
  border-radius: 10px;
  padding: 30px 40px 15px;
  margin: 2em 0 3em;
}

.single-cta-text .title {
  font-size: 18px;
  font-weight: bold !important;
  color: #0073ed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-cta-text .title::before,
.single-cta-text .title::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #0073ed;
}

.single-cta-text .title::before {
  margin-right: 10px;
}

.single-cta-text .title::after {
  margin-left: 10px;
}

.single-cta-text a {
  color: #0073ed;
}

.single-cta-text a:hover {
  text-decoration: none;
}

/* cta-block */
.cta-block {
  border: 2px solid #5c94cd;
  border-radius: 10px;
  overflow: hidden;
  margin: 2em 0 3em;
}

.cta-block .cta-title {
  background: #5c94cd;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  border-bottom: none;
  padding: 20px;
  margin: 0;
}

.cta-block .cta-content {
  padding: 40px 40px 20px;
  font-size: 16px;
}

.cta-block .cta-thumbnail {
  float: right;
  margin: 0 0 0 30px;
}

.cta-block .cta-thumbnail img {
  max-width: 275px;
  border: 1px solid #ccc;
}

.cta-block .cta-btn a {
  width: 280px;
  height: 60px;
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
}

.cta-block .cta-btn a:hover {
  transform: translateY(-4px);
  transition: 0.5s all;
}

.cta-block .cta-btn a:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
}

.cta-block ul {
  margin: 15px 0 30px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  .cta-btn-01 {
    width: 100%;
    font-size: 14px !important;
  }

  .single-cta-text {
    padding: 15px 20px;
  }

  .single-cta-text .title {
    font-size: 15px;
    margin-bottom: 1em;
  }

  .single-cta-text .title::before,
  .single-cta-text .title::after {
    width: 55px;
  }

  .single-cta-text p {
    margin-bottom: 1em;
  }

  .cta-block .cta-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .cta-block .cta-content {
    padding: 15px;
    font-size: 13px;
  }

  .cta-block .cta-thumbnail {
    width: 100%;
    margin: 0 auto 10px;
  }

  .cta-block .cta-thumbnail img {
    max-width: 100%;
    width: 100%;
  }

  .cta-block ul {
    clear: both;
  }
}

/* ウェビナー人物紹介 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.introduction-area img {
  float: left !important;
  margin: 0 20px 20px 0;
  max-width: 200px;
}

.introduction-area {
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.introduction-area .name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.introduction-area .introduction {
  font-size: 14px !important;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .introduction-area img {
    float: none !important;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

/* AIOSEO監修者ブロック */
.aioseo-author-bio-compact {
  padding: 20px !important;
}

.aioseo-author-bio-compact-left .aioseo-author-bio-compact-image {
  object-fit: cover;
}

.aioseo-author-bio-compact-right .aioseo-author-bio-compact-main {
  margin: 12px 0 24px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.aioseo-author-bio-compact {
  border: 1px solid #ccc !important;
}

/* セミナー、イベントレビュー、ニュース、セミナーレポート、AIOSEO監修者ブロック非表示 */
.categoryid-20 .aioseo-author-bio-compact,
.categoryid-55 .aioseo-author-bio-compact,
.categoryid-23 .aioseo-author-bio-compact,
.categoryid-64 .aioseo-author-bio-compact {
  display: none;
}

@media screen and (max-width: 768px) {
  .aioseo-author-bio-compact-right .aioseo-author-bio-compact-main {
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: left;
  }
}
