@charset "UTF-8";

.single-services {
  background: var(--background-gray);
}

.single-services .col-8 {
  padding: 0;
}

.single-services .row {
  margin-right: 0;
}

.single-services .download-button {
  width: 100%;
}

.single-services p {
  margin: 0;
}

.single-services h3 {
  margin: 40px 0 24px;
  font-size: 24px;
}

.single-services h4 {
  margin: 24px 0 22px;
  font-size: 20px;
}

.single-services article h2,
.single-services article h3,
.single-services article h4,
.single-services article h5 {
  color: var(--theme-main-color);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.single-services .policy {
  font-size: 14px;
  margin: 32px 0 20px;
  text-align: center;
}

.single-services .policy a {
  color: var(--theme-main-color);
}

.single-services__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  max-width: 1440px;
  margin: auto;
  padding: 20px 5.5% 40px;
}

.single-services__title {
  margin-top: unset;
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

.single-services__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5.5% 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1440px;
  margin: auto;
}

.single-services__header label {
  margin: 24px 0 0;
  width: 100%;
}

.single-services__header .left {
  width: 50%;
  margin-right: 32px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-services__header .left .title {
  font-family: "Georgia";
  font-weight: 700;
  font-size: 18px;
}

.single-services__header .left .description {
  line-height: 200%;
}

.single-services__header .left .inquiry-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 57px;
  margin-top: 64px;
  width: 240px;
  height: 66px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-services__header .right {
  width: 50%;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 32px 46px 40px;
}

.single-services__header .right .d-flex p:first-child {
  margin-right: 12px;
}

.single-services__header .right form {
  margin: 0;
}

.single-services__header .right .download {
  position: relative;
}

.single-services__header .right .download::after {
  position: absolute;
  content: url("/wp-content/themes/shakou-theme/images/download.svg");
  right: 24px;
  bottom: 0;
  top: 55%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
}

.single-services__header .right .wpcf7-submit {
  width: 100%;
  position: relative;
}

.single-services__header .right .title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.single-services__header .right .title img {
  margin-right: 8px;
}

.single-services__header .wpcf7-spinner {
  display: none;
}

.single-services__header-inner {
  padding: 24px 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-services__body {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin: 0 6vw 0 13%;
  position: relative;
  background: #FFFFFF;
}

.single-services__body h2 {
  font-size: 32px;
  line-height: 160%;
  position: relative;
  margin-top: 138px;
  margin-bottom: 32px;
}

.single-services__body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  width: 6%;
  border-bottom: 3px solid #007db9;
}

.single-services__body h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  width: 94%;
  border-bottom: 3px solid var(--background-gray);
}

.single-services__body p {
  line-height: 200%;
  font-weight: 400;
  font-size: 14px;
}

.single-services__body img {
  margin-top: 40px;
}

.single-services__body .wp-block-columns img {
  margin-top: 0;
}

.single-services__news__tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #365DB5;
  margin: 0 0 12px !important;
}

.single-services__news__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px !important;
}

.single-services__news__body {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #666666;
}

.single-services__side-bar {
  position: sticky;
  top: 0;
  height: 100%;
  padding: 90px 8% 90px 0;
}

.single-services__side-bar ul {
  list-style: unset;
  padding-left: 16px;
}

.single-services__side-bar ul li {
  color: #999999;
  margin-bottom: 24px;
}

.single-services__side-bar ul li.current {
  color: var(--theme-main-color);
}

.single-services__side-bar ul li.current a {
  color: var(--theme-main-color);
}

.single-services__side-bar ul li a {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.single-services__side-bar .inquiry-button {
  width: 100%;
  margin-top: 16px;
  min-height: 66px;
}

.single-services .webinar h2,
.single-services .documents h2,
.single-services .questions h2,
.single-services .other-services h2 {
  text-align: center;
  font-weight: 700;
}

.single-services .webinar {
  padding: 96px 8% 120px;
}

.single-services .webinar h2 {
  margin-bottom: 48px;
  color: #365DB5;
}

.single-services .archive {
  font-family: "Noto Sans JP" !important;
}

.single-services .archive ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

.single-services .archive ul li {
  width: calc(33% - 35px);
  position: relative;
  margin-bottom: 60px;
}

.single-services .archive ul li img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.single-services .archive ul li:hover .title {
  opacity: 0.8;
}

.single-services .archive ul li .img-wrapper {
  overflow: hidden;
  margin-bottom: 24px;
}

.single-services .archive ul li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.single-services .archive ul li .category {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  padding: 6px;
  background: #365DB5;
}

.single-services .archive ul li:not(:nth-child(3n)) {
  margin-right: 50px;
}

.single-services .archive .date {
  margin-bottom: 12px;
}

.single-services .archive .date,
.single-services .archive .venue {
  color: var(--text-normal);
  font-size: 14px;
}

.single-services .archive .date::before {
  margin-right: 16px;
  content: "日時";
}

.single-services .archive .venue::before {
  margin-right: 16px;
  content: "会場";
}

.single-services .documents {
  padding: 96px 8% 120px;
  background: var(--background-gray);
}

.single-services .documents h2 {
  color: #365DB5;
  margin-bottom: 42px;
}

.single-services .questions {
  padding: 96px 8% 86px;
}

.single-services .questions h2 {
  margin: 0;
}

.single-services .questions dt::before,
.single-services .questions dd::before {
  font-family: "Georgia";
  font-weight: 700;
  font-size: 32px;
  margin-left: -46px;
  padding-right: 16px;
}

.single-services .questions dl {
  margin-left: 58px;
}

.single-services .questions dt {
  margin-top: 46px;
}

.single-services .questions dt::before {
  content: "Q";
  color: var(--theme-main-color);
}

.single-services .questions dd {
  position: relative;
  padding: 48px 0 34px;
  margin: 0;
}

.single-services .questions dd::before {
  content: "A";
  position: absolute;
  margin-top: -12px;
}

.single-services .questions hr {
  display: none;
}

.single-services .questions hr:not(:last-child) {
  display: block;
  background-color: #DDDDDD;
  margin-left: -58px;
}

.single-services .other-services {
  padding: 0 8% 168px;
}

.single-services .other-services h2 {
  margin-bottom: 48px;
}

.single-services .other-services .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-services .other-services .service .card {
  width: calc(50% - 32px);
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 64px 48px;
  margin: 0 32px 32px 0;
}

.single-services .other-services .service .card .title {
  width: 50%;
  font-weight: 700;
  font-size: 40px;
}

.single-services .other-services .service .card .title .b-to-be {
  font-size: 24px;
}

.single-services .other-services .service .card .body {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.single-services .other-services .service .card .body ul {
  padding: 0;
  margin-left: 38px;
  margin-bottom: 0;
  width: 100%;
}

.single-services .other-services .service .card .body ul li {
  position: relative;
}

.single-services .other-services .service .card .body ul li a {
  color: #212529;
}

.single-services .other-services .service .card .body ul li:not(:last-child) {
  margin-bottom: 24px;
}

.single-services .other-services .service .card .body ul li.break::before {
  top: 12px;
}

.single-services .other-services .service .card .body ul li::before {
  content: url(/wp-content/themes/shakou-theme/images/service-icon.svg);
  vertical-align: middle;
  padding-right: 6px;
  position: absolute;
  left: -32px;
}

.single-services__form-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  position: relative;
  /* 疑似要素の基準にする */
  padding-bottom: 12px;
  /* ライン分の余白 */
  border-bottom: 1.5px solid #365DB5;
  /* 下線 */
}

.single-services__form-title-box::before {
  content: "";
  position: absolute;
  bottom: -12px;
  /* 線に重ねる */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #365DB5;
  /* 外側（青） */
}

.single-services__form-title-box::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #F9F9F9;
  /* 内側（背景色でくり抜く） */
}

.single-services__form-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #365DB5;
  padding: 4px 16px;
  white-space: nowrap;
}

.single-services__form-title {
  font-size: clamp(1.25rem, 0.583rem + 1.33vw, 1.75rem);
  font-weight: bold;
  color: #365DB5;
}

.document-request__wrapper {
  background-color: #F9F9F9;
  padding: 12px 16px;
  margin-top: 12px;
}

.document-request__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75rem;
  color: #365DB5;
}

.document-request__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 10px !important;
}

.cf7__from-container label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  gap: 12px;
  position: relative;
  margin-top: 10px;
}

.cf7__service--name-width {
  max-width: 200px;
}

.cf7__from-container .ms-1 {
  margin-left: 35px;
}

@media screen and (max-width: 800px) {
  .single-services__title-box {
    -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;
    padding: 10px 20px 20px;
    gap: unset;
  }

  .single-services__title {
    font-size: 18px;
  }

  .single-services__header-inner {
    padding: 12px 12px;
  }

  .row {
    margin: 0 !important;
  }

  .col-4 {
    display: none;
  }

  .col-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }

  .archive ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .archive li {
    width: 100% !important;
    margin-bottom: 32px;
  }

  .archive li:nth-child(n+4) {
    display: none;
  }

  label {
    width: 100%;
  }

  .single-services {
    padding: 0 0 40px;
  }

  .single-services #sp-form .title {
    text-align: center;
    margin: 32px 0;
  }

  .single-services .flex-row p:first-child {
    margin-right: 12px;
  }

  .single-services h2 {
    font-size: 24px;
  }

  .single-services__header {
    padding: 0 20px 64px;
  }

  .single-services__body {
    margin: 0;
    padding: 0 20px 64px;
  }

  .single-services .left {
    width: 100%;
    margin: 0;
    padding: 16px 0 0;
  }

  .single-services .left .download-button {
    margin-top: 48px;
  }

  .single-services .left .inquiry-button {
    width: 100%;
    margin-top: 16px;
  }

  .single-services .questions {
    padding: 40px 20px;
  }

  .single-services .questions dl {
    margin: 0;
  }

  .single-services .questions dt {
    margin-top: 40px;
    margin-left: 44px;
  }

  .single-services .questions dd {
    margin-left: 44px;
  }

  .single-services .questions hr:not(:last-child) {
    margin: 0;
  }

  .single-services .other-services {
    padding: 0 20px 56px;
  }

  .single-services .other-services .service .card {
    margin: 0 0 24px;
    padding: 24px 20px 32px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .single-services .other-services .service .card .title {
    width: 100%;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .single-services .other-services .service .card .body {
    width: 100%;
  }

  .single-services .other-services .service .card .body ul li.break::before {
    top: 0;
  }

  .single-services__form-title-box {
    gap: 12px;
    margin: 0 20px;
  }

  .single-services__form-label {
    font-size: 16px;
    padding: 2px 12px;
  }

  .single-services__form-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=single-document-request.css.map */