@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
デフォルト設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
:root {
  --main-color: #000;
  --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
  font-family: "Zen Old Mincho", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  min-width: 1440px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-family: "Zen Old Mincho", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #292929;
  background: #fff;
  margin: 0;
}

a[href $='.pdf'] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: underline;
  color: #000;
  line-height: 1.5;
}

a[href $='.pdf']::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 38px;
  background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

.no_article {
  text-align: center;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  background: #F5F5F5;
  padding-block: 140px;
  margin-block: 0 1em;
}

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

.common_page_main .title_box .title {
  font-size: 40px;
  letter-spacing: .08em;
  font-weight: 700;
  line-height: 1.5;
}

.common_page_wrap {
  padding: 80px 0 120px;
}

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

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* パンくず */
.breadcrumb {
  position: relative;
  text-align: right;
  top: max(-3.8vw, -45px);
  font-size: 12px;
  color: #292929;
  letter-spacing: .08em;
}

.breadcrumb a {
  text-decoration: none;
  color: #235FB1;
}

/* ----------------------- サイト 共通設定 ------------------------- */
/* テキスト下線 */
.u_line {
  position: relative;
  display: inline-block;
  line-height: 1.3;
}

.underline-line {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #235fb1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: none;
}

/* ボタン */
.c_btn a {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  border-radius: 5px;
  padding: 21px 20px 21px 38px;
}

.c_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#163b6d), to(#235fb1));
  background: -webkit-linear-gradient(left, #163b6d, #235fb1);
  background: linear-gradient(to right, #163b6d, #235fb1);
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#235fb1), to(#163b6d));
  background: -webkit-linear-gradient(left, #235fb1, #163b6d);
  background: linear-gradient(to right, #235fb1, #163b6d);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn .btn_text {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #fff;
  z-index: 1;
}

.c_btn .arrow {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
}

.c_btn .arrow img {
  display: block;
  width: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes arrow-move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }

  41% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrow-move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }

  41% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.c_btn--yellow a::before {
  background: -webkit-gradient(linear, left top, right top, from(#c98b16), to(#f5b53c));
  background: -webkit-linear-gradient(left, #c98b16, #f5b53c);
  background: linear-gradient(to right, #c98b16, #f5b53c);
}

.c_btn--yellow a::after {
  background: -webkit-gradient(linear, left top, right top, from(#f5b53c), to(#c98b16));
  background: -webkit-linear-gradient(left, #f5b53c, #c98b16);
  background: linear-gradient(to right, #f5b53c, #c98b16);
}

.c_btn--black a::before {
  background: -webkit-gradient(linear, left top, right top, from(#2f2d2d), to(#4f4c4c));
  background: -webkit-linear-gradient(left, #2f2d2d, #4f4c4c);
  background: linear-gradient(to right, #2f2d2d, #4f4c4c);
}

.c_btn--black a::after {
  background: -webkit-gradient(linear, left top, right top, from(#4f4c4c), to(#2f2d2d));
  background: -webkit-linear-gradient(left, #4f4c4c, #2f2d2d);
  background: linear-gradient(to right, #4f4c4c, #2f2d2d);
}

/* 成功事例パーツ */
.c_case .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c_case .item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 22px 20px 20px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.c_case .item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #235fb1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_case .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.c_case .head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  background: #235fb1;
  border-radius: 2px;
  padding: 4.5px 10.6px;
  text-align: center;
}

.c_case .head_text {
  font-family: "EB Garamond", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

.c_case .head_number {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

.c_case .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #292929;
}

.c_case .title .accent {
  color: #235fb1;
}

.c_case .image {
  margin-top: 12px;
  overflow: hidden;
}

.c_case .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 320/170;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_case .contents {
  background: #fafafa;
  border-radius: 5px;
  padding: 12px 15px 18px;
  margin-top: 15px;
}

.c_case .text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #292929;
  padding-bottom: 13px;
}

.c_case .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(left, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
  background-image: repeating-linear-gradient(to right, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
}

.c_case .text .border {
  font-weight: 700;
  color: #235fb1;
  border-bottom: 1px solid #235fb1;
}

.c_case .item_btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 13px;
}

.c_case .item_btn_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_case .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_case .item_arrow::before,
.c_case .item_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1px;
  width: 6px;
  height: 2px;
  background: #292929;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_case .item_arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_case .item_arrow::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* コラムパーツ */
.c_column {
  margin-top: 55px;
}

.c_column .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.c_column .item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_column .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.c_column .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.3019607843);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.c_column .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #235fb1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_column .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 360/240;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_column .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 17px;
}

.c_column .title span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_column .item_btn {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 13px;
}

.c_column .item_btn_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_column .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_column .item_arrow::before,
.c_column .item_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1px;
  width: 9px;
  height: 2px;
  background: #292929;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_column .item_arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_column .item_arrow::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CTAパーツ */
.c_cta {
  position: relative;
  background: #f7f7f7;
  padding: 100px 0;
  overflow: hidden;
}

.c_cta .items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 1;
}

.c_cta .item a {
  position: relative;
  display: block;
  padding: 48px 30px 45px;
}

.c_cta .item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#163b6d), to(#235fb1));
  background: -webkit-linear-gradient(top, #163b6d, #235fb1);
  background: linear-gradient(to bottom, #163b6d, #235fb1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_cta .item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#163b6d), to(#235fb1));
  background: -webkit-linear-gradient(bottom, #163b6d, #235fb1);
  background: linear-gradient(to top, #163b6d, #235fb1);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_cta .body {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.c_cta .head {
  color: #fff;
}

.c_cta .sub_title {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding-left: 30px;
}

.c_cta .sub_title::before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.c_cta .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-top: 16px;
}

.c_cta .contents {
  background: #fff;
  border-radius: 5px;
  padding: 25px 15px 18px;
  margin-top: 20px;
}

.c_cta .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-inline: 5px;
  color: #292929;
}

.c_cta .item_btn {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
  margin-top: 13px;
}

.c_cta .item_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(left, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
  background-image: repeating-linear-gradient(to right, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
}

.c_cta .item_btn_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_cta .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_cta .item_arrow::before,
.c_cta .item_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1px;
  width: 9px;
  height: 2px;
  background: #292929;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_cta .item_arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_cta .item_arrow::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c_cta .item--yellow a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#c98b16), to(#f5b53c));
  background: -webkit-linear-gradient(top, #c98b16, #f5b53c);
  background: linear-gradient(to bottom, #c98b16, #f5b53c);
}

.c_cta .item--yellow a::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#c98b16), to(#f5b53c));
  background: -webkit-linear-gradient(bottom, #c98b16, #f5b53c);
  background: linear-gradient(to top, #c98b16, #f5b53c);
}

.c_cta .item--black a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#2f2d2d), to(#4f4c4c));
  background: -webkit-linear-gradient(top, #2f2d2d, #4f4c4c);
  background: linear-gradient(to bottom, #2f2d2d, #4f4c4c);
}

.c_cta .item--black a::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#2f2d2d), to(#4f4c4c));
  background: -webkit-linear-gradient(bottom, #2f2d2d, #4f4c4c);
  background: linear-gradient(to top, #2f2d2d, #4f4c4c);
}

.c_cta .slide_text {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
  position: absolute;
  top: calc(50% + 10px);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}

.c_cta .slide_text span {
  font-family: "EB Garamond", serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: rgba(22, 59, 109, 0.0509803922);
  white-space: nowrap;
}

.c_cta .slide_text span {
  -webkit-animation: slide-animation 30s linear infinite;
  animation: slide-animation 30s linear infinite;
}

@-webkit-keyframes slide-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* 資料ダウンロードパーツ */
.c_document .body {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 45px 50px 50px;
}

.c_document .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.c_document .item a {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 15px 15px 23px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_document .item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #235fb1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_document .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.c_document .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.3019607843);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.c_document .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 330/220;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_document .title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  padding-bottom: 2px;
  margin-top: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_document .text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #808080;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
}

.c_document .item_btn {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
  margin-top: 13px;
}

.c_document .item_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(left, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
  background-image: repeating-linear-gradient(to right, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
}

.c_document .item_btn_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_document .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_document .item_arrow::before,
.c_document .item_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1px;
  width: 9px;
  height: 2px;
  background: #292929;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_document .item_arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_document .item_arrow::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 詳細ページパターン01 */
.c_layout {
  padding: 80px 0 120px;
}

.c_layout .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.c_layout .container_title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: left;
}

.c_layout .container_title::first-letter {
  color: #235fb1;
}

.c_layout .container_lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
}

.c_layout .container_btn {
  margin-top: 60px;
}

.c_layout .form {
  margin-top: 140px;
}

.c_layout .form .progressbar {
  margin-block: 4em 3em;
}

.c_layout .form .common_contact_form .form_box dl {
  gap: 20px;
}

.c_layout .form .common_contact_form .form_box dl dt {
  gap: 1em;
  line-height: 1.2;
}

.c_layout .form .common_contact_form dl dt .label {
  line-height: 1.8;
}

/* 詳細ページパターン02 */
.c_layout02 {
  padding: 40px 0 0;
}

.c_layout02 .row {
  gap: 60px;
}

.c_layout02 .container {
  width: calc(60% - 30px);
}

.c_layout02 .container_wrap {
  width: 100%;
}

.c_layout02 .container_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.01em;
  margin-top: 40px;
  text-align: left;
}

.c_layout02 .container_image {
  margin-top: 24px;
}

.c_layout02 .container_image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 330/155;
}

.c_layout02 .container_title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: left;
}

.c_layout02 .container_title::first-letter {
  color: #235fb1;
}

.c_layout02 .container_box {
  margin-top: 40px;
}

.c_layout02 .container_dl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.c_layout02 .container_dl:not(:first-of-type) {
  margin-top: 8px;
}

.c_layout02 .container_dt {
  min-width: 72px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #235fb1;
  border-radius: 2px;
  padding: 5px 15px 7px;
  text-align: center;
}

.c_layout02 .container_dd {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
}

.c_layout02 .container_btn {
  margin-top: 60px;
}

.c_layout02 .form {
  width: calc(40% - 30px);
  height: max-content;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 50px 40px 20px;
}

.c_layout02 .form .section_title {
  font-size: 30px;
}

.c_layout02 .form .progressbar {
  margin-block: 4em 3em;
}

.c_layout02 .form .progressbar .item .mark {
  width: 30px;
}

.c_layout02 .form .progressbar .item .mark::before {
  width: 38%;
}

.c_layout02 .form .progressbar .item {
  font-size: 12px;
}

.c_layout02 .form .common_contact_form .form_box dl {
  grid-template-columns: 1fr;
  gap: 0.6em;
}

.common_contact_form .form_box dl dt::after {
  display: none;
}

.c_layout02 .form .common_contact_form .form_box dl dt {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1em;
  line-height: 1.2;
}

.c_layout02 .form .common_contact_form dl dt .label {
  line-height: 1.8;
}

.c_layout02 .privacy_term_outer {
  width: 80%;
}

/* 詳細ページパターン03 */
.c_layout03 {
  padding: 40px 0 0;
}

.c_layout03 .row {
  gap: 40px;
}

.c_layout03 .container {
  width: calc(70% - 20px);
}

.c_layout03 .container_wrap {
  width: 100%;
}

.c_layout03 .container_title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: left;
}

.c_layout03 .container_title::first-letter {
  color: #235fb1;
}

.c_layout03 .container_image {
  margin-top: 40px;
}

.c_layout03 .container_image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 320/150;
}

.c_layout03 .container_btn {
  margin-top: 60px;
}

.c_layout03 .aside {
  width: calc(30% - 20px);
  height: max-content;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 40px 30px;
}

.c_layout03 .aside_title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-align: center;
}

.c_layout03 .aside_items {
  margin-top: 30px;
}

.c_layout03 .aside_item:not(:first-of-type) {
  margin-top: 30px;
}

.c_layout03 .aside_item a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_layout03 .aside_image {
  overflow: hidden;
}

.c_layout03 .aside_image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 320/170;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_layout03 .aside_item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  text-align: left;
}

.c_layout03 .aside_item_title .accent {
  color: #235fb1;
  margin-left: -4px;
}

/* 下層FV下テキストパーツ */
.c_lead {
  padding: 80px 0;
}

.c_lead .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: 0.01em;
  text-align: center;
}

/* 画像＋テキストパーツ */
.c_media .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

.c_media .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

.c_media .item:not(:first-of-type) {
  margin-top: 100px;
}

.c_media .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c_media .contents {
  width: calc(55% - 40px);
}

.c_media .item:nth-of-type(even) .contents {
  padding-left: 50px;
}

.c_media .number {
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #235fb1;
}

.c_media .title {
  display: inline-block;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0em;
  border-bottom: 2px solid #235fb1;
  padding-bottom: 10px;
  margin-top: 10px;
}

.c_media .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.01em;
  margin-top: 32px;
}

.c_media .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(45% - 40px);
}

.c_media .image img {
  display: block;
}

.c_media .btn {
  margin-top: 32px;
}

.c_media .btn a {
  max-width: 280px;
  margin-left: 0;
}

/* レポートパーツ */
.c_report .item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_report .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.c_report .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.3019607843);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.c_report .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #235fb1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_report .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 360/240;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_report .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  color: #292929;
  margin-top: 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_report .item_btn {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 13px;
}

.c_report .item_btn_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_report .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_report .item_arrow::before,
.c_report .item_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1px;
  width: 9px;
  height: 2px;
  background: #292929;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_report .item_arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_report .item_arrow::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* セミナーパーツ */
.c_seminar {
  margin-top: 55px;
}

.c_seminar .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.c_seminar .item a {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* background: #fff; */
  /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); */
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); */
  /* border-radius: 10px; */
  /* padding: 15px 15px 18px; */
  /* -webkit-transition: 0.3s ease-in-out; */
  transition: 0.3s ease-in-out;
}

.c_seminar .item a::before {
  /* content: ""; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #235fb1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_seminar .image {
  /* position: relative;
  border-radius: 5px;
  overflow: hidden; */
  height: 200px;
  overflow: auto;
}

.c_seminar .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 330/220;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_seminar .image img {
  width: auto;
  margin: 0 auto;
  height: 100%;
  aspect-ratio: auto;
  background: #000;
}

.c_seminar .title {
  flex: 1;
  margin-top: 17px;
  overflow: hidden;
  text-align: center;
}

.c_seminar .title span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c_seminar .contents {
  position: relative;
  padding-bottom: 16px;
  margin-top: 10px;
}

.c_seminar .contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(left, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
  background-image: repeating-linear-gradient(to right, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
}

.c_seminar .dl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.c_seminar .dl:not(:first-of-type) {
  margin-top: 8px;
}

.c_seminar .dt {
  min-width: 72px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #235fb1;
  border-radius: 2px;
  padding: 5px 15px 7px;
  text-align: center;
}

.c_seminar .dd {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
}

.c_seminar .item_btn {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.c_seminar .item_btn_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_seminar .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_seminar .item_arrow::before,
.c_seminar .item_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1px;
  width: 9px;
  height: 2px;
  background: #292929;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_seminar .item_arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_seminar .item_arrow::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* タブパーツ */
.c_tabs .body {
  background: #e9eef5;
  border-radius: 10px;
  padding: 40px 90px;
}

.c_tabs .section_title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;
}

.c_tabs .section_title::first-letter {
  color: #235fb1;
}

.c_tabs .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.c_tabs a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #808080;
  background: #fff;
  border-radius: 5px;
  padding: 22.5px 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_tabs .tab.current a {
  color: #fff;
  background: #163b6d;
}

/* セクションタイトルパーツ */
.c_title_block {
  text-align: center;
}

.c_title_block .en {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #235fb1;
}

.c_title_block .en::before {
  content: "";
  width: 35px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #235fb1;
}

.c_title_block .ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 40px;
}

.c_title_block .ja::first-letter {
  color: #235fb1;
}

.c_title_block02 {
  text-align: left;
}

.c_title_block02 .en {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #235fb1;
  padding-left: 30px;
}

.c_title_block02 .en::before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #235fb1;
}

.c_title_block02 .ja {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 20px;
}

.c_title_block02 .ja::first-letter {
  color: #235fb1;
}

.c_title_block03 {
  text-align: center;
}

.c_title_block03 .ja {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
}

.c_title_block03 .ja::first-letter {
  color: #235fb1;
}

.c_title_block03 .ja_catch {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #235fb1;
  padding-inline: 50px;
  margin-top: 28px;
}

.c_title_block03 .ja_catch::before,
.c_title_block03 .ja_catch::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #235fb1;
}

.c_title_block03 .ja_catch::before {
  left: 0;
}

.c_title_block03 .ja_catch::after {
  right: 0;
}

/* ----------------------- サイト共通セクション ------------------------- */
/* その他コンテンツ（ボタン3列） */
.common_btns {
  padding: 0 0 100px;
}

.common_btns .body {
  background: #e9eef5;
  border-radius: 10px;
  padding: 50px 90px;
}

.common_btns .section_title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;
}

.common_btns .section_title::first-letter {
  color: #235fb1;
}

.common_btns .btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* お問い合わせ */
.common_contact {
  color: #fff;
  background-image: url("./image/common-contact-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 138px 0;
}

.common_contact .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.common_contact .catch {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.common_contact .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.common_contact .btn {
  margin-top: 30px;
}

.common_contact .btn a {
  border: 2px solid #fff;
  border-radius: 0;
  padding: 18.5px 21px 18.5px 37px;
  margin-right: 0;
}

.common_contact .btn a::before,
.common_contact .btn a::after {
  border-radius: 0;
}

/* 下層FV */
.common_fv {
  position: relative;
  padding-bottom: 80px;
  margin-top: 80px;
}

.common_fv .image {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common_fv .image img {
  display: block;
  width: 100%;
  height: 85%;
  -o-object-fit: cover;
  object-fit: cover;
}

.common_fv .box {
  position: relative;
  top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  background: #163B6D;
  border-radius: 0 0.77vw 0.77vw 0;
  padding: 8vw 3.5vw;
  z-index: 1;
}

.common_fv .title {
  color: #fff;
}

.common_fv .title .ja {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-top: 24px;
  margin-top: 30px;
  margin-left: -5px;
}

.common_fv .title .en {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.common_fv .title .sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

/* セミナー */
.common_seminar {
  position: relative;
  padding: 135px 0 150px;
}

.common_seminar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./image/common-seminar-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.common_seminar .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.common_seminar .btn {
  position: relative;
  width: 300px;
  bottom: -10px;
}

/* 下層サービスFV */
.common_service_fv {
  position: relative;
  height: calc(100vh - 180px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.common_service_fv .image {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.common_service_fv .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.common_service_fv .wrap {
  height: inherit;
}

.common_service_fv .body {
  position: relative;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.common_service_fv .title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0em;
}

.common_service_fv .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 18px;
}

.common_service_fv .text:nth-of-type(2),
.common_service_fv .text:nth-of-type(3) {
  margin-top: 0;
}

.common_service_fv .btn {
  width: 248px;
  margin-top: 45px;
}

.common_service_fv .btn a {
  border-radius: 0;
  padding: 14px 26px 14px 30px;
  border: 2px solid #fff;
}

.common_service_fv .btn a::before,
.common_service_fv .btn a::after {
  border-radius: 0;
}

#page_service01 .common_service_fv,
#page_service03 .common_service_fv,
#page_service04 .common_service_fv,
#page_service05 .common_service_fv {
  color: #fff;
}

/* スポンサー */
.common_sponsor .swiper-container {
  position: relative;
}

.common_sponsor .sponsor-swiper02,
.common_sponsor .sponsor-swiper03 {
  margin-top: 10px;
}

.common_sponsor .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  gap: 20px;
}

.common_sponsor .swiper-slide {
  width: auto;
}

.common_sponsor .swiper-slide img {
  display: block;
  height: 72px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-inline: auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pc_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1440px;
  background: #fff;
  z-index: 100;
}

.pc_header .body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pc_header .logo {
  width: 100%;
  max-width: 220px;
  padding: 15px 0 15px 10px;
}

.pc_header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pc_header .nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #163b6d;
}

.pc_header .menus {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  padding: 26px 50px;
}

.pc_header .menu {
  position: relative;
}

.pc_header .menu a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #fff;
}

.pc_header .menu::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .menu.accordion {
  position: relative;
}

.pc_header .sub_menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: absolute;
  top: 55px;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-height: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 0 47px 0 30px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .sub_menu a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #292929;
  padding-left: 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .sub_menu a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #292929;
}

.pc_header .sub_menu a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #292929;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc_header .btn a {
  width: 220px;
  gap: 15px;
  border-radius: 0;
  padding: 26px 15px 26px;
}

.pc_header .btn a::before,
.pc_header .btn a::after {
  border-radius: 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* FV */
#top_fv {
  height: calc(100vh - 80px);
  background-image: url("./image/top-fv-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

#top_fv .wrap {
  height: inherit;
}

#top_fv .body {
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top_fv .title {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
}

#top_fv .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-top: 24px;
}

#top_fv .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 23px;
  margin-top: 40px;
}

#top_fv .btn {
  width: 248px;
}

#top_fv .btn a {
  border-radius: 0;
  padding: 14px 18px 14px 38px;
}

#top_fv .btn a::before,
#top_fv .btn a::after {
  border-radius: 0;
}

/* スポンサー */
#top_sponsor {
  padding: 60px 0 0;
}

/* 私たちについて */
#top_about {
  position: relative;
  background-image: url("./image/top-about-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 0 150px;
  margin-top: -30px;
}

#top_about .section_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #235fb1;
  text-align: center;
}

#top_about .en_title {
  font-family: "EB Garamond", serif;
  font-size: 144px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: rgba(22, 59, 109, 0.0509803922);
  margin-top: -75px;
  text-align: center;
}

#top_about .ja_title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0.05em;
  margin-top: -40px;
  text-align: center;
}

#top_about .ja_title .accent {
  color: #235fb1;
}

#top_about .ja_title .border {
  border-bottom: 5px solid #235fb1;
}

#top_about .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.01em;
  margin-top: 50px;
  text-align: center;
}

#top_about .btn {
  margin-top: 50px;
}

/* 成功事例 */
.bg_accent {
  position: relative;
}

.bg_accent::before {
  content: "";
  width: 96.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e9eef5;
}

#top_case {
  position: relative;
  padding: 160px 0 122px;
}

#top_case::before {
  content: "";
  width: 1040px;
  height: 529px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./image/top-case-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top_case .items_wrap {
  margin-top: 38px;
}

#top_case .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#top_case .btn {
  margin-top: 45px;
}

/* サービス */
#top_service {
  position: relative;
  padding: 0 0 150px;
  z-index: 1;
}

#top_service::before {
  content: "";
  width: 720px;
  height: 366px;
  position: absolute;
  bottom: 0;
  right: 3.5%;
  background-image: url("./image/top-service-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top_service .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

#top_service .items--row3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

#top_service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#top_service .item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

#top_service .item a::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 10px;
  border: 2px solid #235fb1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

#top_service .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 550/220;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .items--row3 .image img {
  aspect-ratio: 350/180;
}

#top_service .head_wrap {
  position: relative;
  margin-top: -40px;
  text-align: center;
}

#top_service .head {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  padding: 22px 20.5px;
}

#top_service .head_icon img {
  display: block;
  width: 32px;
  height: auto;
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}

#top_service .head_title {
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #235fb1;
  margin-top: 10px;
}

#top_service .contents {
  padding: 0 25px 25px;
  margin-top: -2px;
  text-align: center;
}

#top_service .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #292929;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .title span {
  position: relative;
  display: inline-block;
}

#top_service .title .accent {
  color: #235fb1;
}

#top_service .title span::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #235fb1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .text {
  position: relative;
  color: #808080;
  padding-bottom: 15px;
  margin-top: 10px;
  text-align: left;
}

#top_service .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(left, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
  background-image: repeating-linear-gradient(to right, #cccccc, #cccccc 5px, transparent 5px, transparent 10px);
}

#top_service .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

#top_service .btn_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .arrow::before,
#top_service .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1px;
  width: 9px;
  height: 2px;
  background: #292929;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top_service .arrow::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 資料ダウンロード */
#top_document {
  position: relative;
  padding: 150px 0;
  background: #f7f7f7;
}

#top_document::before {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  top: -400px;
  left: 0;
  background: #f7f7f7;
  z-index: -1;
}

#top_document .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#top_document .btn {
  position: relative;
  width: 350px;
  bottom: -10px;
}

#top_document .tabs_wrap {
  margin-top: 55px;
}

#top_document .tabs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 9px;
  border-bottom: 5px solid #163b6d;
}

#top_document .tab.current a {
  color: #fff;
  background: #163b6d;
}

#top_document .tab a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #808080;
  background: #eaeaea;
  border-radius: 5px 5px 0 0;
  padding: 23px 23.8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* コラム */
#top_column {
  background-image: url("./image/top-column-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 153px 0 0;
}

#top_column .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#top_column .btn {
  position: relative;
  width: 300px;
  bottom: -10px;
}

/* セミナー */
#top_seminar {
  padding: 135px 0 150px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC固定ページ 私たちについて */
#about_strong {
  padding: 60px 0 140px;
}

#about_strong .items {
  margin-top: 40px;
}

#about_seminar {
  padding: 60px 0 140px;
}

#about_cta {
  padding: 140px 0;
}

#about_cta .section_title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

#about_cta .section_title::first-letter {
  color: #235fb1;
}

#about_cta .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 40px;
  text-align: center;
}

#about_cta .btn {
  margin-top: 30px;
}

#about_company {
  position: relative;
  background-image: url("./image/top-about-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 100px;
}

#about_company .section_title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin: 100px 0;
}

#about_company .section_title::first-letter {
  color: #235fb1;
}

#about_company .image {
  margin-top: 20px;
  text-align: center;
}

#about_company .image img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

/* PC固定ページ 無料相談 */
#contact_sponsor {
  padding-top: 100px;
}

#contact_sponsor .common_sponsor .swiper-slide img {
  border: 0px solid #cccccc;
}

#contact_sponsor .section_title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

#contact_sponsor .section_title::first-letter {
  color: #235fb1;
}

#contact_sponsor .swiper-container {
  margin-top: 32px;
}

/* PC固定ページ メールマガジンのご登録 */
#page_news_letter .progressbar {
  margin-block: 4em 3em;
}

/* PC固定ページ 資料ダウンロード */
#document_article {
  padding: 80px 0;
}

#document_article .c_document .body {
  padding: 45px 0 0;
}

#document_article .items {
  gap: 40px 30px;
}

#page_document_single {
  margin-top: 80px;
}

#page_document_single .c_tabs {
  padding: 80px 0;
}

#page_document_single .c_layout .form {
  padding: 50px 40px 50px;
}

/* PC固定ページ セミナー情報 */
#seminar_article {
  padding: 80px 0;
}

#seminar_article .items {
  gap: 40px 30px;
}

#seminar_article .item a {
  /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); */
}

#seminar_article .no_article {
  margin-top: 40px;
  text-align: center;
}

#page_seminar_single {
  margin-top: 80px;
}

#page_seminar_single .c_tabs {
  padding: 80px 0;
}

#page_seminar_single .article .cont {
  margin-top: 40px;
}

#page_seminar_single .article .cont p {
  font-size: 15px;
  letter-spacing: .06em;
  font-weight: 400;
  line-height: 1.9;
}

#page_seminar_single .article .cont p+p {
  margin-block: 2em 0;
}

#page_seminar_single .article .cont h2 {
  font-size: 20px;
  letter-spacing: .06em;
  font-weight: 700;
  border-left: 6px solid #235FB1;
  padding-inline: 0.7em 0;
  margin-block: 3em 1.2em;
}

#page_seminar_single .article .cont h3 {
  font-size: 18px;
  letter-spacing: .06em;
  font-weight: 700;
  border-bottom: 1px solid #235FB1;
  padding-block: 0 0.2em;
  margin-block: 3em 1.2em;
}

#page_seminar_single .article .cont h4,
#page_seminar_single .article .cont h5,
#page_seminar_single .article .cont h6 {
  font-size: 16px;
  letter-spacing: .06em;
  font-weight: 700;
  margin-block: 3em 1.2em;
}

#page_seminar_single .article .cont .post_image {
  margin-block: 1.5em;
}

#page_seminar_single .article .cont .post_image img {
  border-radius: 10px;
}

#page_seminar_single .article .cont ul {
  list-style: disc;
  padding-inline: 1.6em 0;
  margin-block: 1.2em;
}

#page_seminar_single .article .cont ul li {
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.5;
}

#page_seminar_single .article .cont ul li+li {
  margin-block: 0.25em 0;
}

/* PC固定ページ 成功事例 */
#case_article {
  padding: 80px 0;
}

#case_article .items_wrap {
  margin-top: 45px;
}

#case_article .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

#case_article .item a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

#case_article .no_article {
  margin-top: 40px;
  text-align: center;
}

#page_case_single {
  margin-top: 80px;
}

#page_case_single .c_tabs {
  padding: 80px 0;
}

#page_case_single .no_article {
  margin-top: 40px;
  text-align: center;
}

#page_case_single .container_title::first-letter {
  color: #292929;
}

#page_case_single .container_title .accent {
  color: #235FB1;
  margin-left: -6px;
}

#page_case_single .container_text {
  font-size: 15px;
  letter-spacing: .06em;
  font-weight: 400;
  line-height: 1.9;
  margin-top: 40px;
}

#page_case_single .container_text .border {
  font-weight: 700;
  color: #235fb1;
  border-bottom: 1px solid #235fb1;
}

#page_case_single .article .cont {
  margin-top: 40px;
}

#page_case_single .article .cont p {
  font-size: 15px;
  letter-spacing: .06em;
  font-weight: 400;
  line-height: 1.9;
}

#page_case_single .article .cont p+p {
  margin-block: 2em 0;
}

#page_case_single .article .cont h2 {
  font-size: 20px;
  letter-spacing: .06em;
  font-weight: 700;
  border-left: 6px solid #235FB1;
  padding-inline: 0.7em 0;
  margin-block: 3em 1.2em;
}

#page_case_single .article .cont h3 {
  font-size: 18px;
  letter-spacing: .06em;
  font-weight: 700;
  border-bottom: 1px solid #235FB1;
  padding-block: 0 0.2em;
  margin-block: 3em 1.2em;
}

#page_case_single .article .cont h4,
#page_case_single .article .cont h5,
#page_case_single .article .cont h6 {
  font-size: 16px;
  letter-spacing: .06em;
  font-weight: 700;
  margin-block: 3em 1.2em;
}

#page_case_single .article .cont .post_image {
  margin-block: 1.5em;
}

#page_case_single .article .cont .post_image img {
  border-radius: 10px;
}

#page_case_single .article .cont ul {
  list-style: disc;
  padding-inline: 1em 0;
  margin-block: 1.2em;
}

#page_case_single .article .cont ul li {
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.5;
}

#page_case_single .article .cont ul li+li {
  margin-block: 0.25em 0;
}

/* PC投稿ページ この事例の詳細を聞いてみる */
#page_case_detail .progressbar {
  margin-block: 4em 3em;
}

/* PC投稿ページ コラム */
#column_article {
  padding: 50px 0 80px;
}

#column_article .items {
  gap: 50px 30px;
}

#page_column_single {
  margin-top: 80px;
}

#page_column_single .container_image img {
  aspect-ratio: 360/168;
}

#page_column_single .aside_image img {
  display: block;
  aspect-ratio: 360/240;
}

#page_column_single .c_layout03 {
  padding: 40px 0 100px;
}

/* PC固定ページ サービス共通 */
#service_concept {
  position: relative;
  padding: 50px 0 0 0;
}

#service_concept::before {
  content: "";
  width: 96.5%;
  height: calc(100% - 150px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e9eef5;
  z-index: -1;
}

#service_concept .groups {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

#service_concept .group img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 300/200;
}

#service_concept .body {
  padding: 142px 0 100px 50px;
}

#service_concept .c_title_block02 .en {
  padding-left: 45px;
}

#service_concept .c_title_block02 .en::before {
  width: 35px;
}

#service_concept .c_title_block02 .ja {
  line-height: 1.3;
  margin-top: 18px;
}

#service_concept .contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 73px;
}

#service_concept .text {
  width: calc(48% - 36.5px);
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.01em;
  margin-top: -40px;
}

#page_service03 #service_concept .text {
  margin-top: 0;
}

#service_concept .lists {
  width: calc(48% - 36.5px);
  margin-top: -40px;
}

#service_concept .list {
  font-size: 19px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.01em;
  text-indent: -1em;
  padding-left: 1em;
}

#service_concept .image {
  width: calc(52% - 36.5px);
}

#service_approach {
  padding: 155px 0 140px;
}

#service_approach .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 42px;
}

#service_approach .item {
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#service_approach .head {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  background: #235fb1;
  border-radius: 10px 0 0 0;
  padding: 30px 20px 28px;
  text-align: center;
  z-index: 1;
}

#service_approach .number {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

#service_approach .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.01em;
}

#service_approach .title span {
  display: inline-block;
  border-bottom: 3px solid #fff;
}

#service_approach .body {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e4ecf7;
  border-radius: 0 0 0 10px;
  padding: 0 20px 20px;
}

#service_approach .body::before {
  content: "";
  width: 100px;
  height: 30px;
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e4ecf7;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#service_approach .image {
  width: 81.1%;
  margin-inline: auto;
  margin-top: -10px;
}

#service_approach .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 430/272;
}

#service_approach .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px 25px;
  margin-top: -5px;
}

#service_approach .item:nth-of-type(2n) .head {
  background: #163b6d;
  border-radius: 0 10px 0 0;
}

#service_approach .item:nth-of-type(2n) .body {
  background: #d5dde8;
  border-radius: 0 0 10px 0;
}

#service_approach .item:nth-of-type(2n) .body::before {
  background: #d5dde8;
}

#service_approach .item:nth-of-type(2n) .image {
  width: 86.8%;
  margin-top: 0;
}

#service_approach .item:nth-of-type(2n) .image img {
  aspect-ratio: 460/268;
}

#service_approach .item:nth-of-type(2n) .text {
  margin-top: -10px;
}

#service_approach .catch {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#c98b16), to(#f5b53c));
  background: -webkit-linear-gradient(left, #c98b16, #f5b53c);
  background: linear-gradient(to right, #c98b16, #f5b53c);
  border-radius: 10px;
  padding: 30px 20px;
  margin-top: 40px;
  text-align: center;
}

#service_flow {
  background: #f7f7f7;
  padding: 145px 0 150px;
}

#service_flow .section_title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.52;
  letter-spacing: 0em;
  text-align: center;
}

#service_flow .section_title .accent {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #235fb1;
}

#page_service03 #service_flow .items {
  margin-top: 80px;
}

#page_service03 #service_flow .block:nth-of-type(2) .items {
  margin-top: 120px;
}

#service_flow .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 55px;
}

#service_flow .item {
  position: relative;
  -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;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 41px 26px 34px;
}

#service_flow .head {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  color: #fff;
  background: #235fb1;
  border-radius: 2px;
  padding: 5.5px 14px;
  text-align: center;
}

#service_flow .head_text {
  font-family: "EB Garamond", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

#service_flow .head_number {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 3px;
}

#service_flow .contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

#service_flow .icon img {
  display: block;
  width: 80px;
  margin-inline: auto;
  height: 83px;
  -o-object-fit: contain;
  object-fit: contain;
}

#service_flow .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -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;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 18px;
  text-align: center;
}

#service_flow .catch {
  position: relative;
  width: calc(100% - 40px);
  font-size: 32px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#163b6d), to(#235fb1));
  background: -webkit-linear-gradient(left, #163b6d, #235fb1);
  background: linear-gradient(to right, #163b6d, #235fb1);
  padding: 24px 20px 20px 60px;
  margin-top: 15px;
  text-align: center;
}

#service_flow .catch::before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #235fb1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#service_flow .catch .big {
  position: relative;
  display: inline-block;
  top: 3px;
  font-family: "EB Garamond", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.45;
  letter-spacing: 0em;
  padding-inline: 5px;
}

#service_products {
  background: #f7f7f7;
  padding: 0 0 140px;
}

#service_products .section_title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

#service_products .section_title::first-letter {
  color: #235fb1;
}

#service_products .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 55px;
}

#service_products .item {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

#service_products .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 270/180;
  border-radius: 10px 10px 0 0;
}

#service_products .head_wrap {
  position: relative;
  margin-top: -40px;
  text-align: center;
}

#service_products .head {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  padding: 22px 28px;
}

#service_products .head_icon img {
  display: block;
  width: 32px;
  height: auto;
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}

#service_products .head_title {
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #235fb1;
  margin-top: 10px;
}

#service_products .contents {
  padding: 0 20px 30px;
  text-align: center;
}

#service_products .title {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #235fb1;
  border-bottom: 2px solid #235fb1;
}

#service_case {
  position: relative;
  padding: 160px 0 140px;
}

#service_case::before {
  content: "";
  width: 1040px;
  height: 529px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./image/top-case-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#service_case .c_title_block .en::before {
  bottom: -25px;
}

#service_case .c_title_block .ja {
  margin-top: 45px;
}

#service_case .items_wrap {
  margin-top: 38px;
}

#service_case .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

#service_case .item a {
  padding: 45px 30px;
}

#service_case .row {
  gap: 13px;
}

#service_case .title {
  font-size: 24px;
}

#service_case .head {
  padding: 7px 16.6px;
}

#service_case .head_text {
  font-size: 14px;
}

#service_case .head_number {
  font-size: 32px;
}

#service_case .image {
  margin-top: 24px;
}

#service_case .contents {
  padding: 18px 20px 18px;
}

#service_case .image img {
  display: block;
  aspect-ratio: 490/245;
}

#service_case .item_btn {
  margin-top: 18px;
}

#service_case .item_btn_text {
  font-size: 16px;
}

#service_case .item_arrow {
  width: 15px;
  height: 2px;
}

#service_case .item_arrow::before,
#service_case .item_arrow::after {
  width: 9px;
  height: 2px;
}

#service_report {
  position: relative;
  padding: 140px 0;
}

#service_report::before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./image/top-column-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#service_report .items_wrap {
  margin-top: 55px;
}

#service_report .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#service_step {
  padding: 140px 0;
}

#service_step .items {
  margin-top: 60px;
}

#page_service03 .c_media .item:nth-of-type(1) .image img,
#page_service03 .c_media .item:nth-of-type(3) .image img {
  width: 85%;
  margin-inline: auto;
}

#service_step .catch {
  margin-top: 180px;
}

#service_step .catch_title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: 0em;
  text-align: center;
}

#service_step .catch_row {
  gap: 80px;
  margin-top: 24px;
}

#service_step .catch_contents {
  width: calc(55% - 40px);
}

#service_step .catch_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.01em;
  margin-top: 32px;
}

#service_step .catch_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(45% - 40px);
}

#service_step .catch_btn {
  margin-top: 32px;
}

#service_step .catch_btn a {
  max-width: 280px;
  margin-left: 0;
}

#service_step .btn a,
#service_step .catch_btn a {
  padding: 16px 20px 16px 38px;
}

/* PC固定ページ お問い合わせ共通 */
.contact_form_disc {
  color: #292929;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  margin-block: 0 3.8em;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form .form_box {
  margin-block: 0 50px;
}

.common_contact_form .form_box dl {
  display: grid;
  grid-template-columns: 26.5% 1fr;
  align-items: center;
  gap: 80px;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
  margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
  display: flex;
  align-items: center;
  gap: 1.3em;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3E3E3E;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #C70000;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #AAA;
  position: absolute;
  top: 0;
  right: 0;
}

.common_contact_form .note_text {
  margin-top: 5px;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  padding: 0.8em 1em;
}

.common_contact_form textarea {
  width: 100%;
  height: 180px;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #C7C4C4;
}

.common_contact_form select {
  width: 47.5%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 1.1em 1em;
}

.common_contact_form select.empty {
  color: #C7C4C4;
}

.page_contact .section_title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.page_contact .section_title::first-letter {
  color: #235FB1;
}

.page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

.page_contact #btn_wrap button {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: .3s;
  text-align: center;
  letter-spacing: .08em;
  margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
  background: #333;
  margin-top: 20px;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #333;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
  cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
  color: #292929;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #235FB1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #292929;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: .3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #292929;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.page_contact .progressbar .item+.item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  top: 64%;
  left: -5em;
}

.page_contact .progressbar .item .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
}

.page_contact .progressbar .item .mark::before {
  content: "";
  width: 41%;
  aspect-ratio: 1;
  background: #235FB1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  display: block;
  color: #292929;
  letter-spacing: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: .08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #eee;
  padding-right: 30px;
}

.archive_page_list>article:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  border: solid #ccc;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.archive_page_list>article .date {
  font-weight: bold;
  font-size: 80%;
  width: 100px;
}

.archive_page_list>article .content_area {
  width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
  font-size: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: #163B6D;
  border-color: #163B6D;
  font-weight: bold;
}

/* PC 詳細ページ */
.single_page .breadcrumb {
  top: 0;
  margin-bottom: 80px;
  text-align: left;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 追従ボタン PC（下層用） */
.fix_contents {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.fix_contents .fix_btn a {
  position: relative;
  display: block;
  border-radius: 50%;
  padding: 25px 9px 24px;
}

.fix_contents .fix_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2f2d2d), to(#4f4c4c));
  background: -webkit-linear-gradient(top, #2f2d2d, #4f4c4c);
  background: linear-gradient(to bottom, #2f2d2d, #4f4c4c);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fix_contents .fix_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#2f2d2d), to(#4f4c4c));
  background: -webkit-linear-gradient(bottom, #2f2d2d, #4f4c4c);
  background: linear-gradient(to top, #2f2d2d, #4f4c4c);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fix_contents .fix_btn .body {
  position: relative;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

.fix_contents .btn_icon img {
  display: block;
  width: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}

.fix_contents .btn_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}

/* フッター */
.site_footer {
  padding: 100px 0 80px;
}

.site_footer .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site_footer .contents {
  padding-top: 16.5px;
  padding-right: 110px;
}

.site_footer .logo {
  width: 100%;
  max-width: 280px;
  margin-left: 0;
}

.site_footer .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: -10px;
}

.site_footer .address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 22px;
}

.site_footer .btn {
  margin-top: 32px;
}

.site_footer .btn a {
  max-width: 280px;
  margin-left: 0;
  border-radius: 0;
}

.site_footer .btn a::before,
.site_footer .btn a::after {
  border-radius: 0;
}

.site_footer .nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 79px;
  border-left: 1px solid #eaeaea;
  padding: 20px 0 18.5px 88px;
}

.site_footer .menu:not(:first-of-type) {
  margin-top: 39px;
}

.site_footer .menu a,
.site_footer .menu p {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .menu--small a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
}

.site_footer .sub_menus {
  margin-top: 32px;
}

.site_footer .sub_menu:not(:first-of-type) {
  margin-top: 26px;
}

.site_footer .sub_menu a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #808080;
  padding-left: 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .sub_menu a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #808080;
}

.site_footer .copyright {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #292929;
  margin-top: 80px;
  text-align: center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* デフォルトcss */
a[href $='.pdf']:hover {
  text-decoration: none;
}

/* テキスト下線 */
.pc-hover .item:hover .underline-line {
  /* opacity: 1; */
}

/* ボタン */
.c_btn a:hover .arrow img {
  -webkit-animation: arrow-move 0.5s ease-in-out;
  animation: arrow-move 0.5s ease-in-out;
}

.c_btn a:hover::before {
  opacity: 0;
}

.c_btn a:hover::after {
  opacity: 1;
}

/* 成功事例パーツ */
.c_case .item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_case .item a:hover .item_btn_text {
  color: #235fb1;
}

.c_case .item a:hover .item_arrow {
  -webkit-animation: arrow-move 0.5s ease-in-out;
  animation: arrow-move 0.5s ease-in-out;
}

.c_case .item a:hover .item_arrow {
  background: #235fb1;
}

.c_case .item a:hover .item_arrow::before,
.c_case .item a:hover .item_arrow::after {
  background: #235fb1;
}

.c_case .item a:hover::before {
  opacity: 1;
}

/* コラムパーツ */
.c_column .item a:hover .image::before {
  opacity: 0;
}

.c_column .item a:hover .image::after {
  opacity: 1;
}

.c_column .item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_column .item a:hover .title span {
  color: #235fb1;
}

.c_column .item a:hover .item_btn_text {
  color: #235fb1;
}

.c_column .item a:hover .item_arrow {
  background: #235fb1;
  -webkit-animation: arrow-move 0.5s ease-in-out;
  animation: arrow-move 0.5s ease-in-out;
}

.c_column .item a:hover .item_arrow::before,
.c_column .item a:hover .item_arrow::after {
  background: #235fb1;
}

/* CTAパーツ */
.c_cta .item a:hover .item_btn_text {
  color: #235fb1;
}

.c_cta .item a:hover .item_arrow::before,
.c_cta .item a:hover .item_arrow::after {
  background: #235fb1;
}

.c_cta .item a:hover::before {
  opacity: 0;
}

.c_cta .item a:hover::after {
  opacity: 1;
}

.c_cta .item a:hover .item_arrow {
  background: #235fb1;
  -webkit-animation: arrow-move 0.5s ease-in-out;
  animation: arrow-move 0.5s ease-in-out;
}

/* 資料ダウンロードパーツ */
.c_document .item a:hover .image::before {
  opacity: 0;
}

.c_document .item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_document .item a:hover .title {
  color: #235fb1;
}

.c_document .item a:hover .item_btn_text {
  color: #235fb1;
}

.c_document .item a:hover .item_arrow {
  background: #235fb1;
  -webkit-animation: arrow-move 0.5s ease-in-out;
  animation: arrow-move 0.5s ease-in-out;
}

.c_document .item a:hover .item_arrow::before,
.c_document .item a:hover .item_arrow::after {
  background: #235fb1;
}

.c_document .item a:hover {
  background: #e9eef5;
}

.c_document .item a:hover::before {
  opacity: 1;
}

/* 詳細ページパターン03 */
.c_layout03 .aside_item a:hover {
  opacity: 0.7;
}

.c_layout03 .aside_item a:hover .aside_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* レポートパーツ */
.c_report .item a:hover .image::before {
  opacity: 0;
}

.c_report .item a:hover .image::after {
  opacity: 1;
}

.c_report .item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_report .item a:hover .title {
  color: #235fb1;
}

.c_report .item a:hover .item_btn_text {
  color: #235fb1;
}

.c_report .item a:hover .item_arrow {
  background: #235fb1;
  -webkit-animation: arrow-move 0.5s ease-in-out;
  animation: arrow-move 0.5s ease-in-out;
}

.c_report .item a:hover .item_arrow::before,
.c_report .item a:hover .item_arrow::after {
  background: #235fb1;
}

/* セミナーパーツ */
.c_seminar .item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_seminar .item a:hover .title span {
  color: #235fb1;
}

.c_seminar .item a:hover .item_btn_text {
  color: #235fb1;
}

.c_seminar .item a:hover .item_arrow {
  background: #235fb1;
  -webkit-animation: arrow-move 0.5s ease-in-out;
  animation: arrow-move 0.5s ease-in-out;
}

.c_seminar .item a:hover .item_arrow::before,
.c_seminar .item a:hover .item_arrow::after {
  background: #235fb1;
}

.c_seminar .item a:hover::before {
  opacity: 1;
}

/* タブパーツ */
.c_tabs a:hover {
  color: #fff;
  background: #163b6d;
  opacity: 0.6;
}

.c_tabs .tab.current a:hover {
  opacity: 1;
}

/* PCヘッダー */
.pc_header .logo a:hover {
  opacity: 0.8;
}

.pc_header .menu:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pc_header .sub_menu a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* TOP サービス */
#top_service .item a:hover::before {
  opacity: 1;
}

#top_service .item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_service .item a:hover .title {
  color: #235fb1;
}

#top_service .item a:hover .title span::before {
  opacity: 1;
}

#top_service .item a:hover .btn_text {
  color: #235fb1;
}

#top_service .item a:hover .arrow {
  background: #235fb1;
  -webkit-animation: arrow-move 0.5s ease-in-out;
  animation: arrow-move 0.5s ease-in-out;
}

#top_service .item a:hover .arrow::before,
#top_service .item a:hover .arrow::after {
  background: #235fb1;
}

/* TOP 資料ダウンロード */
#top_document .tab.current a:hover {
  opacity: 1;
}

#top_document .tab a:hover {
  color: #fff;
  background: #163b6d;
  opacity: 0.6;
}

/* PC固定ページ お問い合わせ共通 */
.page_contact #btn_wrap button:hover {
  opacity: .8;
}

.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: .8;
}

/* ページナビ */
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #163B6D;
  border-color: #163B6D;
}

/* 追従ボタン PC（下層用） */
.fix_contents .fix_btn a:hover::before {
  opacity: 0;
}

.fix_contents .fix_btn a:hover::after {
  opacity: 1;
}

/* フッター */
.site_footer .logo a:hover {
  opacity: 0.8;
}

.site_footer .menu a:hover {
  opacity: 0.6;
}

.site_footer .sub_menu a:hover {
  opacity: 0.6;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
@media (max-width: 750px) {
  body {
    min-width: 100%;
    font-size: 3.33vw;
    line-height: 1.6;
  }

  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

  a[href $='.pdf']:hover {
    text-decoration: underline;
  }

  .wrap.mid,
  .wrap.lr,
  .wrap {
    width: 94.87%;
  }

  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }

  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }

  .common_page_wrap {
    padding: 10.26vw 0 15.38vw;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* パンくず */
  .breadcrumb {
    top: 0;
    font-size: 3vw;
    margin-top: 4.1vw;
    text-align: left;
  }

  .breadcrumb .wrap {
    width: 89.7%;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* テキスト下線 */
  .sp-always .underline-line {
    /* opacity: 1; */
  }

  /* ボタン */
  .c_btn a {
    max-width: 76.92vw;
    gap: 2.56vw;
    border-radius: 1.28vw;
    padding: 3.97vw 7.18vw 3.97vw 7.69vw;
  }

  .c_btn a::before {
    border-radius: 1.28vw;
  }

  .c_btn a::after {
    display: none;
  }

  .c_btn a:hover::before {
    opacity: 1;
  }

  .c_btn .btn_text {
    font-size: 4.1vw;
  }

  .c_btn .arrow img {
    width: 3.85vw;
  }

  .c_btn a:hover .arrow img {
    -webkit-animation: none;
    animation: none;
  }

  /* 成功事例パーツ */
  .c_case .item a {
    border-radius: 2.56vw;
    padding: 5.13vw;
  }

  .c_case .item a::before {
    border-radius: 2.56vw;
    opacity: 1;
  }

  .c_case .row {
    position: relative;
    width: calc(100% + 7.95vw);
    left: -7.69vw;
    gap: 2.56vw;
  }

  .c_case .head {
    border-radius: 0.51vw;
    padding: 1.69vw 3.23vw;
  }

  .c_case .head_text {
    font-size: 3.33vw;
  }

  .c_case .head_number {
    font-size: 6.15vw;
  }

  .c_case .title {
    font-size: 4.62vw;
  }

  .c_case .image {
    margin-top: 4.62vw;
  }

  .c_case .image img {
    aspect-ratio: 300/170;
  }

  .c_case .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_case .contents {
    border-radius: 1.28vw;
    padding: 3.85vw 3.85vw 4.62vw;
    margin-top: 3.85vw;
  }

  .c_case .text {
    font-size: 3.59vw;
    padding-bottom: 3.08vw;
  }

  .c_case .text::before {
    height: 0.26vw;
  }

  .c_case .item_btn {
    gap: 5.13vw;
    margin-top: 3.33vw;
  }

  .c_case .item_btn_text {
    font-size: 3.59vw;
    color: #235fb1;
  }

  .c_case .item a:hover .item_btn_text {
    color: #235fb1;
  }

  .c_case .item_arrow {
    width: 2.56vw;
    height: 0.51vw;
    background: #235fb1;
  }

  .c_case .item a:hover .item_arrow {
    -webkit-animation: none;
    animation: none;
  }

  .c_case .item a:hover .item_arrow {
    background: #235fb1;
  }

  .c_case .item_arrow::before,
  .c_case .item_arrow::after {
    top: calc(50% - 0.64vw);
    right: -0.26vw;
    width: 1.54vw;
    height: 0.51vw;
    -webkit-transform-origin: calc(100% - 0.51vw) 50%;
    transform-origin: calc(100% - 0.51vw) 50%;
    background: #235fb1;
  }

  .c_case .item a:hover .item_arrow::before,
  .c_case .item a:hover .item_arrow::after {
    background: #235fb1;
  }

  .c_case .item_arrow::after {
    top: 50%;
  }

  /* コラムパーツ */
  .c_column {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5.13vw;
    margin-top: 7.18vw;
    overflow: scroll;
  }

  .c_column .items {
    grid-template-columns: repeat(3, 71.79vw);
    gap: 5.13vw;
  }

  .c_column .image {
    border-radius: 2.56vw;
  }

  .c_column .image::before {
    display: none;
  }

  .c_column .image::after {
    border-radius: 2.56vw;
    opacity: 1;
  }

  .c_column .image img {
    aspect-ratio: 280/185;
  }

  .c_column .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_column .title {
    position: relative;
    margin-top: 3.85vw;
  }

  .c_column .title span {
    font-size: 4.1vw;
    color: #235fb1;
  }

  .c_column .item_btn {
    gap: 5.13vw;
    margin-top: 4.1vw;
  }

  .c_column .item_btn_text {
    font-size: 3.59vw;
    color: #235fb1;
  }

  .c_column .item a:hover .item_btn_text {
    color: #235fb1;
  }

  .c_column .item_arrow {
    width: 2.56vw;
    height: 0.51vw;
    background: #235fb1;
  }

  .c_column .item a:hover .item_arrow {
    -webkit-animation: none;
    animation: none;
  }

  .c_column .item a:hover .item_arrow {
    background: #235fb1;
  }

  .c_column .item_arrow::before,
  .c_column .item_arrow::after {
    top: calc(50% - 0.64vw);
    right: -0.26vw;
    width: 1.54vw;
    height: 0.51vw;
    -webkit-transform-origin: calc(100% - 0.51vw) 50%;
    transform-origin: calc(100% - 0.51vw) 50%;
    background: #235fb1;
  }

  .c_column .item a:hover .item_arrow::before,
  .c_column .item a:hover .item_arrow::after {
    background: #235fb1;
  }

  .c_column .item_arrow::after {
    top: 50%;
  }

  /* CTAパーツ */
  .c_cta {
    padding: 17.95vw 0;
  }

  .c_cta .wrap {
    width: 89.7%;
  }

  .c_cta .items {
    grid-template-columns: 1fr;
    gap: 6.15vw;
  }

  .c_cta .item a {
    padding: 10.26vw 5.13vw;
  }

  .c_cta .item a::after {
    display: none;
  }

  .c_cta .item a:hover::before {
    opacity: 1;
  }

  .c_cta .sub_title {
    font-size: 3.59vw;
    padding-left: 7.69vw;
  }

  .c_cta .sub_title::before {
    width: 5.13vw;
    height: 0.51vw;
  }

  .c_cta .title {
    font-size: 5.64vw;
    margin-top: 2.56vw;
  }

  .c_cta .contents {
    border-radius: 1.28vw;
    padding: 5.13vw 3.59vw 3.85vw;
    margin-top: 5.13vw;
  }

  .c_cta .text {
    font-size: 3.59vw;
    padding-inline: 0;
  }

  .c_cta .item_btn {
    gap: 5.13vw;
    padding-top: 3.85vw;
    margin-top: 3.33vw;
  }

  .c_cta .item_btn::before {
    height: 0.26vw;
  }

  .c_cta .item_btn_text {
    font-size: 3.59vw;
    color: #292929;
  }

  .c_cta .item a:hover .item_btn_text {
    color: #292929;
  }

  .c_cta .item_arrow {
    width: 2.56vw;
    height: 0.51vw;
    background: #292929;
  }

  .c_cta .item a:hover .item_arrow {
    -webkit-animation: none;
    animation: none;
  }

  .c_cta .item a:hover .item_arrow {
    background: #292929;
  }

  .c_cta .item_arrow::before,
  .c_cta .item_arrow::after {
    top: calc(50% - 0.51vw);
    right: -0.26vw;
    width: 1.54vw;
    height: 0.51vw;
    -webkit-transform-origin: calc(100% - 0.51vw) 50%;
    transform-origin: calc(100% - 0.51vw) 50%;
    background: #292929;
  }

  .c_cta .item a:hover .item_arrow::before,
  .c_cta .item a:hover .item_arrow::after {
    background: #292929;
  }

  .c_cta .item_arrow::after {
    top: 50%;
  }

  .c_cta .slide_text {
    gap: 7.69vw;
    position: absolute;
    top: auto;
    bottom: -3.08vw;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .c_cta .slide_text span {
    font-size: 25.64vw;
  }

  /* 共通CTAパーツ */
  .common_cta .title {
    font-size: 5.13vw;
  }

  /* 資料ダウンロードパーツ */
  .c_document .body {
    overflow: scroll;
    border-radius: 0 0 2.56vw 2.56vw;
    padding: 5.13vw 0 5.13vw 3.85vw;
  }

  .c_document .items {
    grid-template-columns: repeat(3, 71.79vw);
    gap: 2.56vw;
  }

  .c_document .item a {
    background: #e9eef5;
    border-radius: 2.56vw;
    padding: 3.85vw 3.85vw 4.62vw;
  }

  .c_document .item a:hover {
    background: #e9eef5;
  }

  .c_document .item a::before {
    border-radius: 2.56vw;
    opacity: 1;
  }

  .c_document .image {
    border-radius: 1.28vw;
  }

  .c_document .image::before {
    display: none;
  }

  .c_document .image img {
    aspect-ratio: 250/165;
  }

  .c_document .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_document .title {
    font-size: 4.1vw;
    color: #235fb1;
    padding-bottom: 0.51vw;
    margin-top: 3.85vw;
  }

  .c_document .text {
    font-size: 3.59vw;
    margin-top: 2.05vw;
  }

  .c_document .item_btn {
    gap: 5.13vw;
    padding-top: 3.33vw;
    margin-top: 3.08vw;
  }

  .c_document .item_btn_text {
    font-size: 3.59vw;
    color: #235fb1;
  }

  .c_document .item a:hover .item_btn_text {
    color: #235fb1;
  }

  .c_document .item_arrow {
    width: 2.56vw;
    height: 0.51vw;
    background: #235fb1;
  }

  .c_document .item a:hover .item_arrow {
    -webkit-animation: none;
    animation: none;
  }

  .c_document .item a:hover .item_arrow {
    background: #235fb1;
  }

  .c_document .item_arrow::before,
  .c_document .item_arrow::after {
    top: calc(50% - 0.64vw);
    right: -0.26vw;
    width: 1.54vw;
    height: 0.51vw;
    -webkit-transform-origin: calc(100% - 0.51vw) 50%;
    transform-origin: calc(100% - 0.51vw) 50%;
    background: #235fb1;
  }

  .c_document .item a:hover .item_arrow::before,
  .c_document .item a:hover .item_arrow::after {
    background: #235fb1;
  }

  .c_document .item_arrow::after {
    top: 50%;
  }

  /* 詳細ページパターン01 */
  .c_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10.26vw 0 15.38vw;
    overflow: hidden;
  }

  .c_layout .wrap {
    width: 89.7%;
  }

  .c_layout .row {
    gap: 20.51vw;
  }

  .c_layout .container {
    width: 100%;
  }

  .c_layout .container_wrap {
    width: 89.7%;
    margin-inline: auto;
    padding-inline: 0;
  }

  .c_layout .container_title {
    font-size: 6.67vw;
  }

  .c_layout .container_lead {
    font-size: 4.62vw;
    text-align: left;
  }

  .c_layout .container_btn {
    margin-top: 10.26vw;
  }

  .c_layout .form {
    margin-top: 17.95vw;
  }

  .c_layout .form .section_title {
    font-size: 7.69vw;
  }

  .c_layout .form .common_contact_form .form_box dl {
    gap: 0.6em;
  }

  .c_layout .form .common_contact_form .form_box dl dt {
    gap: 1.3em;
    line-height: 1.6;
  }

  .c_layout .form .common_contact_form dl dt .label {
    line-height: 1.6;
  }

  /* 詳細ページパターン02 */
  .c_layout02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20.51vw;
    padding: 5.13vw 0 0;
    overflow: hidden;
  }

  .c_layout02 .wrap {
    width: 100%;
  }

  .c_layout02 .row {
    gap: 20.51vw;
  }

  .c_layout02 .container {
    width: 100%;
  }

  .c_layout02 .container_wrap {
    width: 89.7%;
    margin-inline: auto;
  }

  .c_layout02 .container_text {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 10.26vw;
  }

  .c_layout02 .container_image {
    margin-top: 6.15vw;
  }

  .c_layout02 .container_image img {
    aspect-ratio: 250/165;
    border-radius: 2.56vw;
  }

  .c_layout02 .container_title {
    font-size: 5.64vw;
  }

  .c_layout02 .container_box {
    margin-top: 6.15vw;
  }

  .c_layout02 .container_dl {
    gap: 2.56vw;
  }

  .c_layout02 .container_dl:not(:first-of-type) {
    margin-top: 1.28vw;
  }

  .c_layout02 .container_dt {
    min-width: 16.92vw;
    font-size: 3.08vw;
    border-radius: 0.51vw;
    padding: 1.28vw 3.85vw 1.79vw;
  }

  .c_layout02 .container_dd {
    font-size: 3.59vw;
  }

  .c_layout02 .container_btn {
    margin-top: 10.26vw;
  }

  .c_layout02 .form {
    width: 100%;
  }

  .c_layout02 .form {
    width: 89.7%;
    margin-inline: auto;
    border-radius: 2.56vw;
    padding: 10.26vw 5.13vw 0;
  }

  .c_layout02 .form .section_title {
    font-size: 6.41vw;
  }

  .c_layout02 .form .progressbar .item .mark {
    width: 7.7vw;
  }

  .c_layout02 .form .progressbar .item .mark::before {
    width: 41%;
  }

  .c_layout02 .form .progressbar .item {
    font-size: 3.1vw;
  }

  .c_layout02 .form .common_contact_form .form_box dl {
    gap: 0.6em;
  }

  .c_layout02 .form .common_contact_form .form_box dl dt {
    gap: 1.3em;
    line-height: 1.6;
  }

  .c_layout02 .form .common_contact_form dl dt .label {
    line-height: 1.6;
  }

  .c_layout02 .privacy_term_outer {
    width: 96%;
  }

  /* 詳細ページパターン03 */
  .c_layout03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20.51vw;
    padding: 5.13vw 0 0;
    overflow: hidden;
  }

  .c_layout03 .wrap {
    width: 100%;
  }

  .c_layout03 .row {
    gap: 20.51vw;
  }

  .c_layout03 .container {
    width: 100%;
  }

  .c_layout03 .container_wrap {
    width: 89.7%;
    margin-inline: auto;
  }

  .c_layout03 .container_title {
    font-size: 5.64vw;
  }

  .c_layout03 .aside_item a:hover {
    opacity: 1;
  }

  .c_layout03 .container_image {
    margin-top: 6.15vw;
  }

  .c_layout03 .container_image img {
    border-radius: 2.56vw;
    aspect-ratio: 300/170;
  }

  .c_layout03 .container_btn {
    margin-top: 10.26vw;
  }

  .c_layout03 .aside {
    width: 89.7%;
    margin-inline: auto;
    border-radius: 2.56vw;
    padding: 10.26vw;
  }

  .c_layout03 .aside_title {
    font-size: 5.13vw;
  }

  .c_layout03 .aside_items {
    margin-top: 7.69vw;
  }

  .c_layout03 .aside_item:not(:first-of-type) {
    margin-top: 8.21vw;
  }

  .c_layout03 .aside_image img {
    aspect-ratio: 300/170;
  }

  .c_layout03 .aside_item a:hover .aside_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_layout03 .aside_item_title {
    font-size: 4.1vw;
    margin-top: 2.56vw;
  }

  .c_layout03 .aside_item_title .accent {
    margin-left: -1.03vw;
  }

  /* 下層FV下テキストパーツ */
  .c_lead {
    padding: 80px 0;
    padding: 10.26vw 0;
  }

  .c_lead .wrap {
    width: 89.7%;
  }

  .c_lead .text {
    font-size: 4.62vw;
    line-height: 1.8;
    text-align: left;
  }

  /* 画像＋テキストパーツ */
  .c_media .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c_media .item:not(:first-of-type) {
    margin-top: 15.38vw;
  }

  .c_media .item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c_media .contents {
    width: 100%;
  }

  .c_media .item:nth-of-type(even) .contents {
    padding-left: 0;
  }

  .c_media .number {
    font-size: 6.15vw;
  }

  .c_media .title {
    display: block;
    font-size: 5.9vw;
    margin-top: 2.56vw;
  }

  .c_media .text {
    font-size: 3.59vw;
    line-height: 1.8;
    margin-top: 5.13vw;
  }

  .c_media .image {
    width: 80%;
    margin-inline: auto;
    margin-top: 4.1vw;
  }

  .c_media .btn {
    margin-top: 5.13vw;
  }

  .c_media .btn a {
    max-width: 76.92vw;
    margin-inline: auto;
  }

  /* レポートパーツ */
  .c_report .image {
    border-radius: 2.56vw;
  }

  .c_report .image::before {
    display: none;
  }

  .c_report .image::after {
    border-radius: 2.56vw;
    opacity: 1;
  }

  .c_report .image img {
    aspect-ratio: 280/185;
  }

  .c_report .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_report .title {
    font-size: 4.62vw;
    color: #235fb1;
    margin-top: 3.85vw;
  }

  .c_report .item a:hover .title {
    color: #235fb1;
  }

  .c_report .item_btn {
    gap: 5.13vw;
    margin-top: 4.1vw;
  }

  .c_report .item_btn_text {
    font-size: 3.59vw;
    color: #235fb1;
  }

  .c_report .item a:hover .item_btn_text {
    color: #235fb1;
  }

  .c_report .item_arrow {
    width: 2.56vw;
    height: 0.51vw;
    background: #235fb1;
  }

  .c_report .item a:hover .item_arrow {
    -webkit-animation: none;
    animation: none;
  }

  .c_report .item a:hover .item_arrow {
    background: #235fb1;
  }

  .c_report .item_arrow::before,
  .c_report .item_arrow::after {
    top: calc(50% - 0.64vw);
    right: -0.26vw;
    width: 1.54vw;
    height: 0.51vw;
    -webkit-transform-origin: calc(100% - 0.51vw) 50%;
    transform-origin: calc(100% - 0.51vw) 50%;
    background: #235fb1;
  }

  .c_report .item a:hover .item_arrow::before,
  .c_report .item a:hover .item_arrow::after {
    background: #235fb1;
  }

  .c_report .item_arrow::after {
    top: 50%;
  }

  .c_report .btn {
    width: 100%;
    bottom: auto;
    margin-top: 6.15vw;
  }

  /* セミナーパーツ */
  .c_seminar {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5.13vw;
    margin-top: 6.92vw;
    overflow: scroll;
  }

  .c_seminar .items {
    grid-template-columns: repeat(6, 71.79vw);
    gap: 2.56vw;
  }

  .c_seminar .item a {
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
    /* border-radius: 2.56vw; */
    /* padding: 3.85vw 3.85vw 4.62vw; */
  }

  .c_seminar .item a::before {
    border-radius: 2.56vw;
    opacity: 1;
  }

  .c_seminar .image {
    border-radius: 1.28vw;
  }

  .c_seminar .image img {
    aspect-ratio: 250/165;
  }

  .c_seminar .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_seminar .title {
    position: relative;
    margin-top: 1.85vw;
  }

  .c_seminar .title span {
    font-size: 3.6vw;
    /* color: #235fb1; */
  }

  .c_seminar .contents {
    padding-bottom: 4.62vw;
    margin-top: 2.05vw;
  }

  .c_seminar .contents::before {
    height: 0.26vw;
  }

  .c_seminar .dl {
    gap: 2.56vw;
  }

  .c_seminar .dl:not(:first-of-type) {
    margin-top: 1.28vw;
  }

  .c_seminar .dt {
    min-width: 16.92vw;
    font-size: 3.08vw;
    border-radius: 0.51vw;
    padding: 1.28vw 3.85vw 1.79vw;
  }

  .c_seminar .dd {
    font-size: 3.59vw;
  }

  .c_seminar .item_btn {
    gap: 5.13vw;
    margin-top: 5.13vw;
  }

  .c_seminar .item_btn_text {
    font-size: 3.59vw;
    color: #235fb1;
  }

  .c_seminar .item a:hover .item_btn_text {
    color: #235fb1;
  }

  .c_seminar .item_arrow {
    width: 2.56vw;
    height: 0.51vw;
    background: #235fb1;
  }

  .c_seminar .item a:hover .item_arrow {
    -webkit-animation: none;
    animation: none;
  }

  .c_seminar .item a:hover .item_arrow {
    background: #235fb1;
  }

  .c_seminar .item_arrow::before,
  .c_seminar .item_arrow::after {
    top: calc(50% - 0.64vw);
    right: -0.26vw;
    width: 1.54vw;
    height: 0.51vw;
    -webkit-transform-origin: calc(100% - 0.51vw) 50%;
    transform-origin: calc(100% - 0.51vw) 50%;
    background: #235fb1;
  }

  .c_seminar .item a:hover .item_arrow::before,
  .c_seminar .item a:hover .item_arrow::after {
    background: #235fb1;
  }

  .c_seminar .item_arrow::after {
    top: 50%;
  }

  /* タブパーツ */
  .c_tabs .wrap {
    width: 89.7%;
  }

  .c_tabs .body {
    border-radius: 2.56vw;
    padding: 7.69vw 5.13vw;
  }

  .c_tabs .section_title {
    font-size: 6.15vw;
  }

  .c_tabs .tabs {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    margin-top: 6.15vw;
  }

  .c_tabs a {
    font-size: 4.1vw;
    border-radius: 1.28vw;
    padding: 5.64vw 2.56vw;
  }

  .c_tabs a:hover {
    color: #808080;
    background: #fff;
    opacity: 1;
  }

  /* セクションタイトルパーツ */
  .c_title_block {
    text-align: center;
  }

  .c_title_block .en {
    font-size: 8.21vw;
  }

  .c_title_block .en::before {
    width: 7.69vw;
    height: 0.77vw;
    bottom: -4.1vw;
  }

  .c_title_block .ja {
    font-size: 4.1vw;
    margin-top: 6.92vw;
  }

  .c_title_block02 .en {
    font-size: 4.1vw;
    padding-left: 7.69vw;
  }

  .c_title_block02 .en::before {
    width: 5.13vw;
    height: 0.77vw;
  }

  .c_title_block02 .ja {
    font-size: 8.21vw;
    margin-top: 3.59vw;
  }

  .c_title_block03 .ja {
    font-size: 7.69vw;
    line-height: 1.2;
  }

  .c_title_block03 .ja_catch {
    font-size: 4.62vw;
    padding-inline: 6.41vw;
    margin-top: 2.56vw;
  }

  .c_title_block03 .ja_catch::before,
  .c_title_block03 .ja_catch::after {
    content: "";
    width: 3.85vw;
    height: 0.51vw;
  }

  /* ----------------------- サイト共通セクション ------------------------- */
  /* その他コンテンツ（ボタン3列） */
  .common_btns {
    padding: 0 0 15.38vw;
  }

  .common_btns .wrap {
    width: 89.7%;
  }

  .common_btns .body {
    border-radius: 2.56vw;
    padding: 7.69vw 5.13vw;
  }

  .common_btns .section_title {
    font-size: 6.15vw;
  }

  .common_btns .btns {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    margin-top: 6.15vw;
  }

  /* お問い合わせ */
  .common_contact {
    background-image: url("./image/common-contact-bg-sp.png");
    padding: 15.9vw 0;
  }

  .common_contact .row {
    -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;
    gap: 3.85vw;
  }

  .common_contact .catch {
    font-size: 8.21vw;
    text-align: center;
  }

  .common_contact .contents {
    width: 100%;
  }

  .common_contact .text {
    font-size: 3.59vw;
    text-align: center;
  }

  .common_contact .btn {
    margin-top: 5.64vw;
  }

  .common_contact .btn a {
    max-width: 89.74vw;
    margin-inline: auto;
    gap: 5.13vw;
  }

  /* 下層FV */
  .common_fv {
    padding-bottom: calc(60px + 20.51vw);
    margin-top: 60px;
  }

  .common_fv .image {
    width: 94.5%;
  }

  .common_fv .image img {
    width: 100%;
    height: 80%;
  }

  .post-type-archive-case .common_fv .image img {
    object-position: right;
  }

  .common_fv .box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: calc(60px + 20.51vw);
    width: 94.5%;
    padding: 7.69vw 4.5vw;
    border-radius: 0 2.56vw 2.56vw 0;
  }

  .common_fv .title {
    width: 100%;
  }

  .common_fv .title .ja {
    font-size: 8.21vw;
    line-height: 1.25;
    margin-top: 4.1vw;
    margin-left: 0;
  }

  .common_fv .title .en {
    font-size: 4.1vw;
  }

  .common_fv .title .sub {
    font-size: 3.59vw;
    margin-top: 4.1vw;
  }

  /* セミナー */
  .common_seminar::before {
    background-image: url("./image/common-seminar-bg-sp.png");
  }

  .common_seminar .wrap {
    width: 89.7%;
  }

  .common_seminar .btn {
    width: 100%;
    bottom: auto;
    margin-top: 5.13vw;
  }

  /* 下層サービスFV */
  .common_service_fv {
    height: 100%;
    padding: 51.28vw 0 53.33vw;
    margin-top: 60px;
  }

  .common_service_fv .title {
    font-size: 8.21vw;
  }

  .common_service_fv .text {
    font-size: 4.1vw;
    margin-top: 3.33vw;
  }

  .common_service_fv .btn {
    width: 78.21vw;
    margin-top: 6.15vw;
  }

  .common_service_fv .btn a {
    gap: 5.13vw;
    border-radius: 0;
    padding: 3.85vw 6.15vw 3.85vw 9.74vw;
  }

  .common_service_fv .btn a::before,
  .common_service_fv .btn a::after {
    border-radius: 0;
  }

  /* スポンサー */
  .common_sponsor .sponsor-swiper02,
  .common_sponsor .sponsor-swiper03 {
    margin-top: 1.9vw;
  }

  .common_sponsor .swiper-slide img {
    max-height: 14.1vw;
    border-radius: 0.51vw;
  }

  /* ----------------------- SPヘッダー ------------------------- */
  #sp_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #163b6d;
    z-index: 1000;
  }

  #sp_header .logo {
    background: #fff;
    padding: 11.3px 0;
    padding-left: 0.92vw;
  }

  #sp_header .logo img {
    width: 100%;
    max-width: 157px;
    margin-left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 57px;
    height: 38px;
  }

  /* ----------------------- TOPページ ------------------------- */
  /* FV */
  #top_fv {
    height: 100%;
    background-image: url("./image/top-fv-bg-sp.png");
    padding: 42.05vw 0 38.46vw;
    margin-top: 60px;
  }

  #top_fv .title {
    font-size: 7.69vw;
  }

  #top_fv .text {
    font-size: 4.1vw;
    line-height: 1.6;
    margin-top: 3.08vw;
    text-align: center;
  }

  #top_fv .btns {
    gap: 3.08vw;
    margin-top: 7.69vw;
  }

  #top_fv .btn {
    width: 78.21vw;
  }

  #top_fv .btn a {
    gap: 5.64vw;
  }

  #top_fv .btn a {
    padding: 3.59vw 4.62vw 3.59vw 9.74vw;
  }

  #top_fv .btn:first-of-type a {
    padding: 3.59vw 5.64vw 3.59vw 9.23vw;
  }

  /* スポンサー */
  #top_sponsor {
    padding: 7.69vw 0 0;
  }

  /* 私たちについて */
  #top_about {
    position: relative;
    background-image: none;
    padding: 22.56vw 0 15.38vw;
    margin-top: 0;
  }

  #top_about::before {
    content: "";
    width: 100%;
    height: 106.15vw;
    position: absolute;
    top: 21.03vw;
    right: 0;
    background-image: url("./image/top-about-bg-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #top_about .section_title {
    font-size: 3.59vw;
  }

  #top_about .en_title {
    font-size: 18.46vw;
    margin-top: -10.26vw;
  }

  #top_about .ja_title {
    font-size: 7.18vw;
    line-height: 1.3;
    margin-top: -3.08vw;
  }

  #top_about .text {
    font-size: 3.59vw;
    line-height: 1.8;
    margin-top: 5.13vw;
  }

  #top_about .btn {
    margin-top: 5.13vw;
  }

  /* 成功事例 */
  .bg_accent::before {
    width: 97.4%;
  }

  #top_case {
    padding: 19.23vw 0 15.9vw;
    overflow: hidden;
  }

  #top_case .wrap {
    width: 89.7%;
  }

  #top_case::before {
    width: 94.87vw;
    height: 48.21vw;
  }

  #top_case .tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.56vw;
    margin-top: 6.15vw;
  }

  #top_case .tab a {
    display: block;
    font-family: "EB Garamond", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 5.13vw;
    color: #fff;
    background: #235fb1;
    border-radius: 0.51vw;
    padding: 3.85vw 2.56vw;
    cursor: pointer;
    text-align: center;
  }

  #top_case .items_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5.13vw;
    margin-top: 3.85vw;
    overflow: scroll;
  }

  #top_case .items {
    grid-template-columns: repeat(3, 87.18vw);
    gap: 5.13vw;
  }

  #top_case .btn {
    margin-top: 6.41vw;
  }

  /* サービス */
  #top_service {
    padding: 0 0 17.95vw;
  }

  #top_service::before {
    width: 76.92vw;
    height: 39.23vw;
    right: 2.6%;
  }

  #top_service .wrap {
    width: 89.7%;
  }

  #top_service .items {
    grid-template-columns: 1fr;
    gap: 3.59vw;
    margin-top: 7.18vw;
  }

  #top_service .items--row3 {
    grid-template-columns: 1fr;
    margin-top: 3.59vw;
  }

  #top_service .item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2.56vw;
  }

  #top_service .item a::before {
    width: calc(100% + 1.03vw);
    height: calc(100% + 1.03vw);
    border-radius: 2.56vw;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #top_service .item a:hover::before {
    opacity: 1;
  }

  #top_service .item .head_wrap {
    position: absolute;
    top: 2.56vw;
    left: 2.56vw;
    margin-top: 0;
  }

  #top_service .head {
    padding: 2.97vw 3.08vw;
  }

  #top_service .head_icon img {
    width: 6.67vw;
  }

  #top_service .image {
    width: 34.3%;
    border-radius: 2.05vw 0 0 2.05vw;
  }

  #top_service .image img {
    height: 100%;
    aspect-ratio: 120/235;
  }

  #top_service .item a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_service .contents {
    width: 65.7%;
    padding: 5.13vw 3.85vw 3.85vw;
  }

  #top_service .head_title {
    font-size: 3.33vw;
    margin-top: 0;
    text-align: left;
  }

  #top_service .title {
    font-size: 4.62vw;
    color: #235fb1;
    margin-top: 2.05vw;
    text-align: left;
  }

  #top_service .item a:hover .title {
    color: #235fb1;
  }

  #top_service .title span::before {
    opacity: 1;
  }

  #top_service .item a:hover .title span::before {
    opacity: 1;
  }

  #top_service .text {
    padding-bottom: 3.33vw;
    margin-top: 2.56vw;
  }

  #top_service .text::before {
    height: 0.26vw;
  }

  #top_service .btn {
    gap: 2.56vw;
    padding-right: 2.56vw;
    margin-top: 3.33vw;
  }

  #top_service .btn_text {
    font-size: 3.59vw;
    color: #235fb1;
  }

  #top_service .item a:hover .btn_text {
    color: #235fb1;
  }

  #top_service .arrow {
    width: 2.56vw;
    height: 0.51vw;
    background: #235fb1;
  }

  #top_service .item a:hover .arrow {
    -webkit-animation: none;
    animation: none;
  }

  #top_service .item a:hover .arrow {
    background: #235fb1;
  }

  #top_service .arrow::before,
  #top_service .arrow::after {
    top: calc(50% - 0.64vw);
    right: -0.26vw;
    width: 1.54vw;
    height: 0.51vw;
    -webkit-transform-origin: calc(100% - 0.51vw) 50%;
    transform-origin: calc(100% - 0.51vw) 50%;
    background: #235fb1;
  }

  #top_service .item a:hover .arrow::before,
  #top_service .item a:hover .arrow::after {
    background: #235fb1;
  }

  #top_service .arrow::after {
    top: 50%;
  }

  /* 資料ダウンロード */
  #top_document {
    padding: 17.95vw 0;
  }

  #top_document::before {
    height: 48.72vw;
    top: -48.72vw;
  }

  #top_document .c_title_block02 {
    padding-left: 2.56vw;
  }

  #top_document .c_document .body.one-post {
    padding: 5.13vw 0 5.13vw 11.5vw;
  }

  #top_document .btn {
    width: 100%;
    bottom: auto;
    margin-top: 5.13vw;
  }

  #top_document .btn_text {
    font-size: 3.97vw;
  }

  #top_document .tabs_wrap {
    margin-top: 7.18vw;
    overflow-x: scroll;
  }

  #top_document .tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    border-bottom: 3px solid #D8D8D8;
  }

  #top_document .tab.current a {
    position: relative;
    color: #235fb1;
    background: transparent;
  }

  #top_document .tab.current a:hover {
    color: #235fb1;
  }

  #top_document .tab.current a::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #235fb1;
  }

  #top_document .tab a {
    font-size: 3.08vw;
    line-height: 1.3;
    color: #808080;
    background: transparent;
    border-radius: 0;
    padding: 0 2.44vw 1.28vw;
    white-space: nowrap;
  }

  #top_document .tab a:hover {
    color: #808080;
    background: transparent;
    opacity: 1;
  }

  /* コラム */
  #top_column {
    position: relative;
    background-image: none;
    padding: 18.72vw 0 0;
    overflow: hidden;
  }

  #top_column::before {
    content: "";
    width: 100%;
    height: 92.82vw;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("./image/top-column-bg-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #top_column .wrap {
    width: 89.7%;
  }

  #top_column .btn {
    width: 100%;
    bottom: auto;
    margin-top: 6.15vw;
  }

  /* セミナー */
  #top_seminar {
    padding: 16.15vw 0 17.95vw;
  }

  /* ----------------------- 下層ページ ------------------------- */
  /* SP固定ページ 私たちについて */
  #about_strong {
    padding: 10.26vw 0 15.38vw;
  }

  #about_strong .wrap {
    width: 89.7%;
  }

  #about_strong .c_title_block02 .ja {
    font-size: 7.69vw;
    line-height: 1.25;
  }

  #about_strong .items {
    margin-top: 10.26vw;
  }

  #about_seminar {
    padding: 10.26vw 0 17.95vw;
  }

  #about_cta {
    padding: 17.95vw 0;
  }

  #about_cta .wrap {
    width: 89.7%;
  }

  #about_cta .section_title {
    font-size: 7.69vw;
  }

  #about_cta .text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-top: 10.26vw;
    text-align: left;
  }

  #about_cta .btn {
    margin-top: 8.21vw;
  }

  #about_cta .btn a {
    max-width: 82.05vw;
  }

  #about_company {
    position: relative;
    background-image: none;
    padding: 7.69vw 0 17.95vw;
  }

  #about_company::before {
    content: "";
    width: 100%;
    height: 106.15vw;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("./image/top-about-bg-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #about_company .section_title {
    font-size: 7.69vw;
  }

  #about_company .image {
    margin-top: 5.13vw;
  }

  #about_company .image img {
    max-width: 100%;
  }

  /* SP固定ページ 無料相談 */
  #contact_sponsor {
    padding-top: 15.38vw;
  }

  #contact_sponsor .section_title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 7.69vw;
  }

  #contact_sponsor .swiper-container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 6.15vw;
  }

  /* SP固定ページ 資料ダウンロード */
  #document_article {
    padding: 10.26vw 0 15.38vw;
    overflow: hidden;
  }

  #document_article .wrap {
    width: 89.7%;
  }

  #document_article .c_document .body {
    padding: 10.26vw 0 5.13vw 0;
  }

  #document_article .items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.13vw;
  }

  #document_article .wp-pagenavi {
    margin-top: 10.26vw;
  }

  #document_article .c_document .body.one-post .archive_navi {
    padding-right: 9vw;
  }

  #page_document_single {
    margin-top: 60px;
  }

  #page_document_single .c_layout {
    padding: 5.13vw 0 0;
  }

  #page_document_single .c_tabs {
    padding: 0;
  }

  #page_document_single .sp_tabs {
    width: 100%;
  }

  #page_document_single .c_layout .form {
    padding: 10.26vw 5.13vw 10.26vw;
  }

  #page_document_single .form .section_title {
    font-size: 6.41vw;
  }

  #page_document_single .c_cta .wrap {
    width: 89.7%;
  }

  /* SP固定ページ セミナー情報 */
  #seminar_article {
    padding: 10.26vw 0 15.38vw;
    overflow: hidden;
  }

  #seminar_article .wrap {
    width: 89.7%;
  }

  #seminar_article .items_wrap {
    width: 100%;
    margin: 0;
    padding-left: 0;
    margin-top: 10.26vw;
    overflow: unset;
  }

  #seminar_article .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.13vw;
  }

  #seminar_article .item a {
    /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); */
  }

  #seminar_article .no_article {
    margin-top: 6.15vw;
  }

  #page_seminar_single {
    margin-top: 60px;
  }

  #page_seminar_single .sp_tabs {
    width: 100%;
  }

  #page_seminar_single .c_tabs {
    padding: 0;
  }

  #page_seminar_single .c_cta .wrap {
    width: 89.7%;
  }

  #page_seminar_single .article .cont {
    margin-top: 10.26vw;
  }

  #page_seminar_single .article .cont p {
    font-size: 3.6vw;
    line-height: 1.7;
  }

  #page_seminar_single .article .cont p+p {
    margin-block: 1.5em 0;
  }

  #page_seminar_single .article .cont h2 {
    font-size: 3.9vw;
    line-height: 1.5;
  }

  #page_seminar_single .article .cont h3 {
    font-size: 3.7vw;
  }

  #page_seminar_single .article .cont h4,
  #page_seminar_single .article .cont h5,
  #page_seminar_single .article .cont h6 {
    font-size: 3.6vw;
  }

  #page_seminar_single .article .cont .post_image img {
    border-radius: 2.56vw;
  }

  #page_seminar_single .article .cont ul li {
    font-size: 3.6vw;
  }

  /* SP固定ページ 成功事例 */
  #case_article {
    padding: 10.26vw 0 15.38vw;
    overflow: hidden;
  }

  #case_article .wrap {
    width: 89.7%;
  }

  #case_article .items_wrap {
    margin-top: 10.26vw;
  }

  #case_article .items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.13vw;
  }

  #case_article .item a {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  }

  #case_article .no_article {
    margin-top: 6.15vw;
  }

  #case_cta .title {
    font-size: 5.13vw;
  }

  #page_case_single {
    margin-top: 60px;
  }

  #page_case_single .c_tabs {
    padding: 0 0 10.26vw;
    margin-top: 15.38vw;
  }

  #page_case_single .no_article {
    margin-top: 6.15vw;
  }

  #page_case_single .container_title .accent {
    margin-left: -1.54vw;
  }

  #page_case_single .container_text {
    font-size: 3.6vw;
    line-height: 1.7;
    margin-top: 6.15vw;
  }

  #page_case_single .article .cont {
    margin-top: 6.15vw;
  }

  #page_case_single .article .cont p {
    font-size: 3.6vw;
    line-height: 1.7;
  }

  #page_case_single .article .cont p+p {
    margin-block: 1.5em 0;
  }

  #page_case_single .article .cont h2 {
    font-size: 3.9vw;
    line-height: 1.5;
  }

  #page_case_single .article .cont h3 {
    font-size: 3.7vw;
  }

  #page_case_single .article .cont h4,
  #page_case_single .article .cont h5,
  #page_case_single .article .cont h6 {
    font-size: 3.6vw;
  }

  #page_case_single .article .cont .post_image img {
    border-radius: 2.56vw;
  }

  #page_case_single .article .cont ul li {
    font-size: 3.6vw;
  }

  #page_case_single .c_cta .wrap {
    width: 89.7%;
  }

  /* SP投稿ページ コラム */
  #column_article {
    padding: 7.69vw 0 15.386vw;
  }

  #column_article .wrap {
    width: 89.7%;
  }

  #column_article .c_column {
    width: 100%;
    margin: 0;
    padding-left: 0;
    margin-top: 7.18vw;
    overflow: unset;
  }

  #column_article .items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7.69vw;
  }

  #page_column_single {
    margin-top: 60px;
  }

  #page_column_single .container_image img,
  #page_column_single .aside_image img {
    aspect-ratio: 280/185;
  }

  #page_column_single .c_layout03 {
    padding: 5.13vw 0 15.38vw;
  }

  /* SP固定ページ サービス共通 */
  #service_concept {
    padding: 5.13vw 0 0 0;
  }

  #service_concept::before {
    content: "";
    width: 94%;
    height: calc(100% - 150px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e9eef5;
    z-index: -1;
  }

  #service_concept .groups {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
  }

  #service_concept .group img {
    aspect-ratio: 180/120;
  }

  #service_concept .body {
    padding: 15.38vw 6.41vw 10.26vw 2.56vw;
  }

  #service_concept .c_title_block02 .en {
    padding-left: 7.69vw;
  }

  #service_concept .c_title_block02 .en::before {
    width: 5.13vw;
  }

  #service_concept .c_title_block02 .ja {
    font-size: 6.41vw;
    line-height: 1.25;
  }

  #page_service01 .c_title_block02 .ja {
    font-size: 5.9vw;
  }

  #service_concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    margin-top: 6.15vw;
  }

  #service_concept .text {
    width: 100%;
    font-size: 3.59vw;
    line-height: 1.8;
    margin-top: 0;
  }

  #service_concept .lists {
    width: 100%;
    margin-top: 0;
  }

  #service_concept .list {
    font-size: 3.59vw;
    line-height: 1.8;
  }

  #page_service01 #service_concept .list {
    font-size: 3.46vw;
  }

  #service_concept .image {
    width: 100%;
  }

  #service_approach {
    padding: 15.38vw 0;
  }

  #service_approach .wrap {
    width: 89.7%;
  }

  #service_approach .items {
    grid-template-columns: 1fr;
    gap: 10.26vw;
    margin-top: 8.21vw;
  }

  #service_approach .head {
    gap: 4.1vw;
    border-radius: 2.56vw 2.56vw 0 0;
    padding: 6.15vw 5.13vw;
  }

  #service_approach .number {
    font-size: 3.59vw;
  }

  #service_approach .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-size: 5.13vw;
  }

  #service_approach .title span {
    border-bottom: 2px solid #fff;
  }

  #service_approach .body {
    border-radius: 0 0 2.56vw 2.56vw;
    padding: 0 2.56vw 5.13vw;
  }

  #service_approach .body::before {
    width: 25.64vw;
    height: 7.69vw;
    bottom: -7.44vw;
  }

  #service_approach .image {
    width: 100%;
    margin-inline: auto;
    margin-top: -1.28vw;
  }

  #service_approach .text {
    font-size: 3.59vw;
    border-radius: 1.28vw;
    padding: 5.13vw 3.59vw;
    margin-top: -1.28vw;
  }

  #service_approach .item:nth-of-type(2n) .head {
    border-radius: 2.56vw 2.56vw 0 0;
  }

  #service_approach .item:nth-of-type(2n) .body {
    border-radius: 0 0 2.56vw 2.56vw;
  }

  #service_approach .item:nth-of-type(2n) .image {
    width: 100%;
  }

  #service_approach .item:nth-of-type(2n) .text {
    margin-top: -2.56vw;
  }

  #service_approach .catch {
    font-size: 5.64vw;
    border-radius: 2.56vw;
    padding: 5.13vw 2.56vw;
    margin-top: 10.26vw;
  }

  #service_flow {
    padding: 15.38vw 0 20.51vw;
  }

  #service_flow .wrap {
    width: 89.7%;
  }

  #service_flow .section_title {
    font-size: 7.69vw;
    line-height: 1.25;
  }

  #service_flow .section_title .accent {
    font-size: 8.97vw;
    line-height: 1.25;
  }

  #service_flow .c_title_block02 .ja {
    font-size: 7.69vw;
  }

  #service_flow .items {
    grid-template-columns: 1fr;
    gap: 12.82vw;
    margin-top: 10.26vw;
  }

  #page_service03 #service_flow .items {
    margin-top: 10.26vw;
  }

  #page_service03 #service_flow .block:nth-of-type(2) .items {
    margin-top: 10.26vw;
  }

  #service_flow .item {
    position: relative;
    border-radius: 1.28vw;
    padding: 8.97vw 5.13vw 10.26vw;
  }

  #service_flow .item::before {
    content: "";
    position: absolute;
    width: 11.54vw;
    height: 5.13vw;
    bottom: -8.97vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #235fb1;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  #service_flow .item:last-of-type::before {
    display: none;
  }

  #service_flow .head {
    top: -2.56vw;
    left: 2.56vw;
    border-radius: 0.51vw;
    padding: 1.41vw 3.59vw;
  }

  #service_flow .head_text {
    font-size: 3.33vw;
  }

  #service_flow .head_number {
    font-size: 6.41vw;
    margin-top: 0.77vw;
  }

  #service_flow .icon img {
    width: 20.51vw;
    height: 21.28vw;
  }

  #service_flow .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 5.64vw;
    margin-top: 6.15vw;
  }

  #service_flow .catch {
    width: 100%;
    font-size: 5.64vw;
    line-height: 1.3;
    border-radius: 2.56vw;
    padding: 2.56vw 5.13vw;
    margin-top: 10.26vw;
  }

  #page_service03 #service_flow .block:nth-of-type(2) .catch {
    margin-top: 15.38vw;
  }

  #service_flow .catch::before {
    display: none;
  }

  #service_flow .catch .big {
    top: 0.77vw;
    font-size: 12.82vw;
    padding-inline: 1.28vw;
  }

  #service_products {
    padding: 0 0 15.38vw;
  }

  #service_products .wrap {
    width: 89.7%;
  }

  #service_products .section_title {
    font-size: 7.69vw;
    line-height: 1.2;
  }

  #service_products .items {
    grid-template-columns: 1fr;
    gap: 6.15vw;
    margin-top: 6.15vw;
  }

  #service_products .item {
    border-radius: 2.56vw;
  }

  #service_products .image img {
    border-radius: 2.56vw 2.56vw 0 0;
    aspect-ratio: 270/140;
  }

  #service_products .head_wrap {
    margin-top: -12.82vw;
  }

  #service_products .head {
    padding: 5.13vw 6.41vw;
  }

  #service_products .head_icon img {
    width: 8.97vw;
  }

  #service_products .head_title {
    font-size: 4.1vw;
    margin-top: 2.56vw;
  }

  #service_products .contents {
    padding: 0 5.13vw 7.69vw;
  }

  #service_products .title {
    font-size: 5.64vw;
  }

  #service_case {
    padding: 160px 0 140px;
    padding: 17.95vw 0;
  }

  #service_case .wrap {
    width: 89.7%;
  }

  #service_case::before {
    width: 94.87vw;
    height: 48.21vw;
  }

  #service_case .c_title_block .en::before {
    bottom: -6.41vw;
  }

  #service_case .c_title_block .ja {
    margin-top: 11.54vw;
  }

  #service_case .tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.56vw;
    margin-top: 6.15vw;
  }

  #service_case .tab a {
    min-width: 28.21vw;
    display: block;
    font-family: "EB Garamond", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 5.13vw;
    color: #fff;
    background: #235fb1;
    border-radius: 0.51vw;
    padding: 3.85vw 2.56vw;
    cursor: pointer;
    text-align: center;
  }

  #service_case .items_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5.13vw;
    margin-top: 3.85vw;
    overflow: scroll;
  }

  #service_case .items {
    grid-template-columns: repeat(3, 87.18vw);
    gap: 5.13vw;
  }

  #service_case .item a {
    padding: 5.13vw;
  }

  #service_case .row {
    gap: 2.56vw;
  }

  #service_case .title {
    font-size: 4.62vw;
  }

  #service_case .head {
    padding: 1.67vw 3.21vw;
  }

  #service_case .head_text {
    font-size: 3.33vw;
  }

  #service_case .head_number {
    font-size: 6.15vw;
  }

  #service_case .contents {
    padding: 5.13vw 3.85vw 3.85vw;
  }

  #service_case .image {
    margin-top: 4.62vw;
  }

  #service_case .image img {
    aspect-ratio: 300/170;
  }

  #service_case .item_btn {
    margin-top: 3.33vw;
  }

  #service_case .item_btn_text {
    font-size: 3.59vw;
  }

  #service_case .item_arrow {
    width: 2.56vw;
    height: 0.51vw;
  }

  #service_case .item_arrow::before,
  #service_case .item_arrow::after {
    width: 1.54vw;
    height: 0.51vw;
  }

  #service_report {
    position: relative;
    background-image: none;
    padding: 18.72vw 0 17.95vw;
    overflow: hidden;
  }

  #service_report::before {
    content: "";
    width: 100%;
    height: 92.82vw;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("./image/top-column-bg-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #service_report .wrap {
    width: 89.7%;
  }

  #service_report .c_title_block02 .ja {
    font-size: 6.67vw;
  }

  #service_report .items_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5.13vw;
    margin-top: 7.18vw;
    overflow: scroll;
  }

  #service_report .items {
    grid-template-columns: repeat(3, 71.79vw);
    gap: 5.13vw;
  }

  #service_step {
    padding: 15.38vw 0;
  }

  #service_step .wrap {
    width: 89.7%;
  }

  #service_step .c_title_block02 .ja {
    font-size: 7.69vw;
  }

  #page_service03 #service_step .c_title_block02 .ja {
    line-height: 1.25;
  }

  #service_step .items {
    margin-top: 10.26vw;
  }

  #page_service03 .c_media .item:nth-of-type(1) .image img,
  #page_service03 .c_media .item:nth-of-type(3) .image img {
    width: 80%;
  }

  #service_step .catch {
    margin-top: 20.51vw;
  }

  #service_step .catch_title {
    font-size: 5.64vw;
  }

  #service_step .catch_row {
    margin-top: 6.15vw;
  }

  #service_step .catch_contents {
    width: 100%;
  }

  #service_step .catch_text {
    font-size: 3.59vw;
    line-height: 1.8;
    margin-top: 5.13vw;
  }

  #service_step .catch_image {
    width: 100%;
    text-align: center;
  }

  #service_step .catch_image img {
    width: 80%;
  }

  #service_step .catch_btn {
    margin-top: 5.13vw;
  }

  #service_step .btn a,
  #service_step .catch_btn a {
    padding: 4.1vw 5.13vw 4.1vw 9.74vw;
  }

  #service_step .catch_btn a {
    max-width: 76.92vw;
    margin-inline: auto;
  }

  #page_service05 .c_cta .title {
    font-size: 5.13vw;
  }

  /* SP固定ページ お問い合わせ共通 */
  .page_contact .wrap {
    width: 89.7%;
  }

  .contact_form_disc {
    margin-block: 0 2em;
  }

  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }

  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: .06em;
  }

  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }

  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }

  .common_contact_form .form_box dl+dl {
    margin-block: 2em 0;
  }

  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }

  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }

  .common_contact_form .form_box dl dt::after {
    content: none;
  }

  .common_contact_form .note_text {
    margin-top: 1.28vw;
  }

  .mwform-checkbox-field-text,
  .radio_btns .radio_btns__item+span {
    font-size: 3.8vw;
  }

  .common_contact_form input[type="text"],
  .common_contact_form input[type="email"],
  .common_contact_form #zip {
    font-size: 3.6vw;
  }

  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }

  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }

  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .page_contact .section_title {
    font-size: 6.67vw;
    line-height: 1.2;
  }

  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }

  .page_contact #btn_wrap button[name="submitBack"] {
    margin-top: 4vw;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }

  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 7vw;
  }

  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }

  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }

  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }

  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }

  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }

  .page_contact .progressbar .item+.item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }

  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }

  .page_contact #btn_wrap button:hover {
    opacity: 1;
  }

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  /* SP投稿ページ アーカイブページ */
  .archive_page_list>article {
    padding-right: 20px;
  }

  .archive_page_list>article .date {
    width: 80px;
  }

  .archive_page_list>article .content_area {
    width: calc(100% - 80px);
  }

  .archive_page_list>article:after {
    width: 7px;
    height: 7px;
  }

  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }

  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }

  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }

  body #sitemap_list {
    padding: 0;
  }

  /* wp-pagenavi base */
  .wp-pagenavi {
    margin-top: 10.26vw;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 2.05vw 3.85vw;
    margin: 0 0.51vw;
    border-radius: 0.77vw;
  }

  .wp-pagenavi a:hover {
    color: #999;
    background-color: #fff;
    border-color: #e0e0d2;
  }

  /* SP 詳細ページ */
  .single_page .breadcrumb {
    width: 89.7%;
    margin-inline: auto;
    margin-top: 0;
    margin-bottom: 8.21vw;
  }

  /* ----------------------- フッター ------------------------- */
  /* フッター追従 */
  .footer_follow {
    position: fixed;
    width: 100%;
    bottom: 2.56vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
  }

  .follow_btn a {
    max-width: 94.87vw;
    margin-inline: auto;
    gap: 5.13vw;
    border-radius: 0;
  }

  .follow_btn a::before,
  .follow_btn a::after {
    border-radius: 0;
  }

  .footer_follow .c_btn--black a {
    gap: 2.56vw;
  }

  /* フッター */
  .site_footer {
    padding: 17.95vw 0 23.08vw;
  }

  .site_footer .wrap {
    width: 89.7%;
  }

  .site_footer .body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site_footer .contents {
    padding-top: 0;
    padding-right: 0;
  }

  .site_footer .logo {
    max-width: 71.79vw;
    margin-inline: auto;
  }

  .site_footer .logo a:hover {
    opacity: 1;
  }

  .site_footer .logo img {
    margin-left: 0;
  }

  .site_footer .address {
    font-size: 3.59vw;
    margin-top: 3.85vw;
    text-align: center;
  }

  .site_footer .btn {
    margin-top: 5.13vw;
  }

  .site_footer .btn a {
    max-width: 71.79vw;
    margin-inline: auto;
    gap: 5.13vw;
    padding: 5.26vw 7.18vw 5.26vw 7.69vw;
  }

  .site_footer .nav {
    display: none;
  }

  .site_footer .menus {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7.69vw;
    margin-top: 15.38vw;
  }

  .site_footer .menu:not(:first-of-type) {
    margin-top: 0;
  }

  .site_footer .menu--small a {
    font-size: 3.59vw;
  }

  .site_footer .menu a:hover {
    opacity: 1;
  }

  .site_footer .copyright {
    font-size: 3.59vw;
    margin-top: 6.41vw;
  }


#sp_header .body .logo a {
    display: block;
    width: 38vw;
}

#sp_header .body .logo a img {
    width: 100%;
}

.c_seminar .image{
  height: auto;
}

.c_seminar .image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}
	}