/* SNS外部連携サービス */
body {
  font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体',
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}
#consulting2022 .main-visual-cs {
  background-image: url(./images/consulting2022/mv_bg2.png),
    url(./images/consulting2022/mv_bg3.png),
    url(./images/consulting2022/mv_bg1.png);
  background-repeat: repeat-x, no-repeat, repeat-x;
  background-position: 0 66%, center center, left top;
  background-size: auto 35%, auto 40vw, auto 100%;
  height: auto;
}
#consulting2022 .main-visual-cs .copy {
}
#consulting2022 .main-visual-cs .main-copy-cs {
  border: none;
  color: #fff;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
#consulting2022 .main-visual-cs .main-copy-cs span {
  font-size: 1.1em;
}
#consulting2022 .main-visual-cs .main-copy-cs .sp {
  display: none;
}
#consulting2022 .main-visual-cs .main-copy-txt {
  color: #fff;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: baseline;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
#consulting2022 .main-visual-cs .main-copy-txt span.txt-1 {
  font-size: 1.2em;
}
#consulting2022 .main-visual-cs .main-copy-txt span.txt-2 {
  font-size: 0.6em;
}
#consulting2022 .main-visual-cs .main-copy-txt span.txt-3 {
  font-size: 1em;
}
#consulting2022 .main-visual-cs .main-txt-pc {
  color: #fff;
  margin-bottom: 360px;
}
.main-txt-sp {
  display: none;
}
#consulting2022 .main-visual-cs .main-copy-cs-icon {
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  z-index: 5;
}
#consulting2022 .main-visual-cs .main-copy-cs-icon li {
  width: 100%;
  max-width: 200px;
  height: auto;
}
#consulting2022 .main-visual-cs .main-copy-cs-icon li:nth-child(n + 2) {
  margin-left: clamp(1rem, 2.5vw, 2rem);
}
#consulting2022 .main-visual-cs .main-copy-cs-icon li p {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #67a6f4;
  border-radius: 50%;
  background: #fff;
  padding: 95% 0 0;
  position: relative;
}
#consulting2022 .main-visual-cs .main-copy-cs-icon li span {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent calc(100% - 12px),
    #fcfc6d calc(100% - 15px),
    #fcfc6d 100%
  );
  font-size: 1.75em;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  line-height: 1.25;
  word-break: keep-all;
}
#consulting2022 .mv-image {
  position: absolute;
}
#consulting2022 .mv-image.mv-image-board {
  top: 45%;
  left: 33%;
  z-index: -1;
}
#consulting2022 .mv-image.mv-image-board img {
  width: 17vw;
}
#consulting2022 .mv-image.mv-image-consultant {
  bottom: 20%;
  left: 23%;
  z-index: 2;
}
#consulting2022 .mv-image.mv-image-consultant img {
  width: auto;
  height: 15vw;
}
#consulting2022 .mv-image.mv-image-shopsite {
  bottom: 35%;
  right: 15%;
  z-index: -1;
}
#consulting2022 .mv-image.mv-image-shopsite img {
  width: auto;
  height: 15vw;
}
#consulting2022 .mv-image.mv-image-student {
  bottom: 20%;
  left: 45%;
  z-index: 1;
}
#consulting2022 .mv-image.mv-image-student img {
  width: auto;
  height: 10vw;
}
#consulting2022 .mv-image img {
  height: auto;
  width: 100%;
}
#consulting2022 .btn-consulting2022 {
  display: block;
  margin: 5% auto;
  text-align: center;
}
#consulting2022 .btn-consulting2022 a {
  color: #0d4b9b;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  transition: 0.3s ease 0s;
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 600;
  padding: 18px 107px 18px 83px;
  line-height: 1;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
#consulting2022 .btn-consulting2022 a:after {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 44px;
  top: 0;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(./images/consulting2022/mv_icon_arrow.svg) no-repeat center
    center / 100% auto;
}
#consulting2022 .btn-consulting2022 a:hover {
  opacity: 0.7;
}

#consulting2022 .section .section-tit .section-tit-span {
  border-bottom: 2px solid #000;
  line-height: 1.75;
}
#consulting2022 .section .section-tit .section-tit-span br {
  display: none;
}

#consulting2022 .section-index-intro {
  display: flex;
  flex-direction: column;
}
#consulting2022 .section-index-intro .section-tit {
  background: #e0f0fe;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 5vw;
  position: relative;
}
#consulting2022 .section-index-intro .section-tit::after {
  content: '';
  display: block;
  border-right: 15px solid transparent;
  border-top: 20.6025px solid #e0f0fe;
  border-left: 15px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
#consulting2022 .section-index-intro .section-content {
  background: url(./images/consulting2022/sec1_1.png) no-repeat left bottom /
    18vw auto;
  text-align: center;
}
#consulting2022 .section-index-intro .section-copy {
  padding-bottom: 0;
}
#consulting2022 .section-index-intro .trouble-list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-bottom: 3.5vw;
}
#consulting2022 .section-index-intro .trouble-list .check-list {
  font-size: 2rem;
  font-weight: bold;
}
#consulting2022 .section-index-intro .trouble-list .check-list:first-child {
  margin-right: 5vw;
}
#consulting2022 .trouble-list .check-list .check-item {
  margin-bottom: 1.2vw;
  display: flex;
  align-items: start;
}
#consulting2022 .trouble-list .check-list .check-item .check-icon {
  width: 24px;
  height: auto;
}
#consulting2022 .trouble-list .check-list .check-item .check-icon img {
  width: inherit;
  position: relative;
  top: -2px;
}
#consulting2022 .trouble-list .check-list .check-item p {
  padding-left: 1.2vw;
}
#consulting2022 .top-sns-contact {
  margin-bottom: 8%;
}
#consulting2022 .top-sns-contact .container {
  width: 100%;
  display: flex;
  justify-content: center;
}
#consulting2022 .top-sns-contact .contact-copy {
  font-size: 2.2rem;
  display: flex;
  align-items: baseline;
}
#consulting2022 .top-sns-contact .contact-copy span {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent calc(100% - 8px),
    #fcfc6d calc(100% - 8px),
    #fcfc6d 100%
  );
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
#consulting2022 .top-sns-contact .contact-copy::before,
#consulting2022 .top-sns-contact .contact-copy::after {
  content: '';
  display: block;
  width: 1em;
  height: 3px;
  background-color: #111;
}
#consulting2022 .top-sns-contact .contact-copy::before {
  transform: rotate(45deg) translate3d(-10px, 0, 0);
}
#consulting2022 .top-sns-contact .contact-copy::after {
  transform: rotate(-45deg) translate3d(10px, 0px, 0);
}

#consulting2022 .section-benefit .container {
  text-align: center;
}
#consulting2022 .section-benefit .section-tit {
  align-items: self-start;
  display: inline-flex;
}
#consulting2022 .section-benefit .section-tit .tit-en {
  border-bottom: 2px solid #111;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  line-height: 1.75;
  margin: 0 auto 7%;
}
#consulting2022 .section-benefit .section-tit .tit-en .tit-en-span {
  font-size: 4.8rem;
  line-height: 1;
  padding: 0;
}
#consulting2022 .section-benefit .section-tit .tit-en .tit-en-span::before {
  content: none;
}
#consulting2022 .section-benefit .section-tit .tit-des {
}
#consulting2022 .section-benefit .point-box-item {
  background-color: transparent;
  box-shadow: none;
}
#consulting2022 .section-benefit .point-box-item-inner {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 3vw 1vw 2vw;
  position: relative;
}
#consulting2022 .section-benefit .benefit-num {
  color: #b1cbf0;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  position: absolute;
  top: -0.8em;
  left: 0.2em;
  width: calc(100% - 0.4em);
}
#consulting2022 .section-benefit .point-num {
  position: inherit;
  top: inherit;
}
#consulting2022 .section-benefit .point-num img {
  height: 5vw;
}
#consulting2022 .section-benefit .point-tit {
  color: #245aa6;
  font-size: 1.75rem;
  margin-top: 3vw;
  margin-bottom: 1vw;
}

#consulting2022 .cont-area .cont-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2vw;
}
#consulting2022 .cont-area .cont-item {
}

#consulting2022 .section-example {
  background-color: #f5f5f5;
  padding: 1% 0;
  display: flex;
  flex-direction: column;
}
#consulting2022 .section-example .container::before {
  content: '';
  background: url(./images/consulting2022/sec3_1.png) no-repeat center center /
    100% auto;
  display: block;
  width: 22vw;
  height: 17vw;
  position: absolute;
  top: -3%;
  right: 0;
}
#consulting2022 .section-example .section-tit {
  display: inline-flex;
  border-bottom: 2px solid #000;
  line-height: 1.75;
}
#consulting2022 .section-example .section-cont:nth-of-type(n + 2) {
  margin-top: 10%;
}
#consulting2022 .section-example .cont-tit {
  font-size: 2.2rem;
  font-weight: 700;
}
#consulting2022 .section-example .step-item {
  width: calc((100% / 3) - 30px);
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  padding: 20px;
  position: relative;
}
#consulting2022 .section-example .step-item:nth-of-type(n + 2):before {
  content: '';
  border-right: 15px solid transparent;
  border-bottom: 20.6025px solid #245aa6;
  border-left: 15px solid transparent;
  transform: rotate(90deg) translate3d(-50%, 0, 0);
  position: absolute;
  left: -35px;
  top: 50%;
}
#consulting2022 .section-example .step-cont {
}
#consulting2022 .section-example .step-tit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  font-weight: 700;
  padding-bottom: 3%;
}
#consulting2022 .section-example .step-num-wrap {
  color: #245aa6;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  display: flex;
  position: relative;
}
#consulting2022 .section-example .step-num-txt {
}
#consulting2022 .section-example .step-num-symbol {
  display: block;
  width: 4rem;
  height: 2px;
  background-color: #245aa6;
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  left: 20px;
}
#consulting2022 .section-example .step-num-count {
  font-size: 3rem;
  margin-left: 10px;
}
#consulting2022 .section-example .step-tit-txt {
  font-size: 2rem;
  margin-left: 1em;
}
#consulting2022 .section-example .step-area {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 5% auto 0;
  width: 90%;
}
#consulting2022 .section-example .step-area-list {
}
#consulting2022 .section-example .step-area-item {
  margin-left: 1em;
  position: relative;
}
#consulting2022 .section-example .step-area-item::before {
  content: '・';
  position: absolute;
  left: -1em;
}
#consulting2022 .section-example .step-area-txt {
  text-align: center;
}
#consulting2022 .section-example .step-area-bold {
  color: #245aa6;
  font-weight: 700;
  text-align: center;
  margin-top: 4%;
  line-height: 1.5;
}
#consulting2022 .section-example .step-area-bold .step-txt-30 {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-weight: 900;
}
#consulting2022 .section-example .step-area-bold .step-txt-20 {
  font-size: 1.8rem;
  font-weight: 900;
}
#consulting2022 .section-example .step-area-bold .step-txt-16 {
  font-size: 1.5rem;
}
#consulting2022 .section-example .step-area-bold .step-txt-34 {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  margin-left: 4px;
}
#consulting2022 .section-example .step-area-bold .step-txt-22 {
  font-size: 2rem;
  font-weight: 900;
  margin-right: 4px;
}
#consulting2022 .section-example .graph-flex {
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 5%;
  padding: 3%;
}
#consulting2022 .section-example .graph-area {
  margin-bottom: 0;
}
#consulting2022 .section-example .graph-area::after {
  content: none;
}
#consulting2022 .section-example p.graph-area {
  max-width: 55%;
  margin-right: 5%;
}
#consulting2022 .section-example div.graph-area {
  max-width: 40%;
}
#consulting2022 .section-example .graph-area-txt {
  color: #245aa6;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4%;
  line-height: 1.15;
  position: relative;
}
#consulting2022 .section-example .graph-area-txt::before,
#consulting2022 .section-example .graph-area-txt::after {
  content: '';
  display: block;
  width: 2em;
  height: 3px;
  background-color: #245aa6;
  position: absolute;
  bottom: 0;
}
#consulting2022 .section-example .graph-area-txt::before {
  transform: rotate(45deg) translate3d(-10px, 0, 0);
  left: 0;
}
#consulting2022 .section-example .graph-area-txt::after {
  transform: rotate(-45deg) translate3d(10px, 0px, 0);
  right: 0;
}
#consulting2022 .section-example .graph-area-txt .graph-txt-22 {
}
#consulting2022 .section-example .graph-area-txt .graph-txt-28 {
  font-size: 2.8rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
#consulting2022 .section-example .graph-area-txt .graph-txt-47 {
  font-size: 3.8rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
#consulting2022 .section-example .graph-area-txt .graph-txt-24 {
}
#consulting2022 .section-example .graph-wrap {
  border: 2px solid #245aa6;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
#consulting2022 .section-example .graph-wrap-txt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5%;
  text-align: center;
}
#consulting2022 .section-example .graph-wrap-txt2 {
  color: #245aa6;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
#consulting2022 .section-example .graph-wrap-txt3 {
  color: #245aa6;
  font-size: 4.1rem;
  font-weight: 900;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  line-height: 1;
  text-align: center;
}
#consulting2022 .section-example .graph-wrap-txt3 .graph-txt-span {
  font-size: 4.7rem;
}
#consulting2022 .section-example .section-cont:last-child .graph-wrap-txt2 {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  line-height: 1.2;
}
#consulting2022
  .section-example
  .section-cont:last-child
  .graph-wrap-txt2
  span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
}
#consulting2022 .section-example .section-cont:last-child .graph-wrap-txt3 {
  font-size: 2rem;
  font-weight: 700;
}
#consulting2022
  .section-example
  .section-cont:last-child
  .graph-wrap-txt3
  span {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#consulting2022 .plan-dt-txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
#consulting2022 .plan-dt-txt .u-link_yw {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent calc(100% - 12px),
    #fcfc6d calc(100% - 12px),
    #fcfc6d calc(100% - 6px),
    transparent calc(100% - 6px),
    transparent 100%
  );
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline;
}
#consulting2022 .plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10%;
}
#consulting2022 .plan-list .plan-item {
  width: calc(50% - 14px);
}
#consulting2022 .plan-list .plan-item:nth-child(n + 3) {
  margin-top: 2%;
}
#consulting2022 .plan-list .plan-cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#consulting2022 .plan-list .plan-cont-tit {
  border-bottom: 2px solid #000;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 5%;
  padding: 0 10px 10px;
}
#consulting2022 .plan-list .plan-cont-tit-txt {
}
#consulting2022 .plan-list .plan-cont-area {
  background-color: #f8f8f8;
  box-shadow: 1px 1px 2px #a7a2a2;
  padding: 5%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#consulting2022 .plan-list .plan-cont-area-bold {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#consulting2022 .plan-list .plan-cont-area-txt {
  line-height: 2;
}
#consulting2022 .plan-table {
  width: 100%;
  margin-top: 5%;
}
#consulting2022 .plan-table tr {
}
#consulting2022 .plan-table tr:nth-child(odd) {
}
#consulting2022 .plan-table tr:nth-child(even) {
}
#consulting2022 .plan-table th {
  text-align: center;
  padding: 1% 2%;
  vertical-align: middle;
}
#consulting2022 .plan-table td {
  font-size: 1.4rem;
  padding: 1% 2%;
  border: 1px solid #d5d3d3;
  vertical-align: middle;
}
#consulting2022 .plan-table thead th.text-bold {
  background-color: #f2f2f2;
  border: 1px solid #d5d3d3;
  color: #245aa6;
}
#consulting2022 .plan-table thead th.br-none {
  border-right: none;
}
#consulting2022 .plan-table thead th.bg-white {
  background: #fff;
}
#consulting2022 .plan-table thead th.bg-medium {
  background-color: #245aa6;
  border: 1px solid #d5d3d3;
  color: #fff;
  border-right: none;
}
#consulting2022 .plan-table tbody tr:nth-child(odd) {
}
#consulting2022 .plan-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
#consulting2022 .plan-table tbody td:nth-of-type(1) {
  font-weight: 600;
  max-width: 270px;
  text-align: center;
  width: 25%;
  border-left: none;
}
#consulting2022 .plan-table tbody td:nth-of-type(2) {
  max-width: 568px;
  width: 45%;
}
#consulting2022 .plan-table tbody td:nth-of-type(3) {
  max-width: 180px;
  text-align: center;
  width: 15%;
}
#consulting2022 .plan-table tbody td:nth-of-type(4) {
  max-width: 180px;
  text-align: center;
  width: 15%;
  border-right: none;
}
#consulting2022 .more_table {
  border: 1px solid #245aa6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 2% 1% 4%;
  font-size: 2rem;
  font-weight: 700;
  color: #245aa6;
  cursor: pointer;
  transition: all 0.3s;
}
#consulting2022 .more_table::before,
#consulting2022 .more_table::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #245aa6;
  position: absolute;
}
#consulting2022 .more_table::before {
  right: 25px;
}
#consulting2022 .more_table::after {
  right: 24px;
  transform: rotate(90deg);
  transition: all 0.3s;
}
#consulting2022 .more_table.open::after {
  transform: rotate(180deg);
}
#consulting2022 .more_table .more_table-txt {
}
#consulting2022 .more_table .more_table-txt::before {
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 15.6025px solid #245aa6;
  border-left: 10px solid transparent;
  transform: rotate(90deg) translate3d(-40%, 0, 0);
  position: absolute;
  left: 20px;
  top: 50%;
  transition: all 0.3s;
}
#consulting2022 .more_table.open .more_table-txt::before {
  transform: rotate(180deg) translate3d(0%, 40%, 0);
}
#consulting2022 .more_table + .plan-table {
  display: none;
  margin-top: 0;
  transition: all 0.3s;
}

#consulting2022 .section:not(.section-flow) .more_table {
  display: none;
}
#consulting2022 .section:not(.section-flow) .more_table + .plan-table {
  display: block;
}

#consulting2022 .section-flow .plan-table {
  border-bottom: 1px solid #d5d3d3;
}
#consulting2022 .section-flow .plan-table tbody tr:nth-child(odd) {
  border-top: 1px solid #d5d3d3;
}
#consulting2022
  .section-flow
  .plan-table
  tbody
  tr:nth-child(odd)
  td:nth-of-type(1) {
  width: 15%;
  background-color: #245aa6;
  border: none;
  color: #fff;
  font-size: 2rem;
}
#consulting2022 .section-flow .plan-table tbody td:nth-of-type(2) {
  width: 85%;
  background-color: #f2f2f2;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
}
#consulting2022
  .section-flow
  .plan-table
  tbody
  tr:nth-child(even)
  td:nth-of-type(1) {
  background-color: #fff;
  border: none;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
#consulting2022 .section-flow dl {
  margin-top: 5%;
  background: #f8f8f8;
  padding: 4%;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}
#consulting2022 .section-flow dl dt {
  font-size: 2.2rem;
  font-weight: 900;
  border-bottom: 1px solid #000;
  padding-bottom: 2%;
  margin-bottom: 3%;
}
#consulting2022 .section-flow dl dd {
  line-height: 2;
}

.plan-dt-att-txt {
  margin-top: 30px;
}
.plan-dt-att-txt a {
  position: relative;
  color: #245aa6;
  margin-left: 1.25em;
  text-decoration: underline;
}
.plan-dt-att-txt a::before {
  content: '';
  border-right: 8px solid transparent;
  border-bottom: 13.6025px solid #245aa6;
  border-left: 8px solid transparent;
  transform: rotate(90deg) translate3d(-50%, 0, 0);
  position: absolute;
  left: -1.25em;
  top: 50%;
}

#consulting2022 .section-spot .plan-list .plan-cont-tit-txt {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin: 0 auto 5%;
  text-align: center;
  height: 4em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70%;
}
#consulting2022 .plan-list .plan-cont-area-txt a {
  position: relative;
  color: #245aa6;
  margin-left: 1.25em;
  text-decoration: underline;
}
#consulting2022 .plan-list .plan-cont-area-txt a::before {
  content: '';
  border-right: 8px solid transparent;
  border-bottom: 13.6025px solid #245aa6;
  border-left: 8px solid transparent;
  transform: rotate(90deg) translate3d(-50%, 0, 0);
  position: absolute;
  left: -1.25em;
  top: 50%;
}
#consulting2022 .plan-list .plan-cont-area-txt a:hover {
  text-decoration: none;
}

#consulting2022 .section-spot .plan-table thead tr:last-child th:first-child {
  background: #f2f2f2;
  border-top: 1px solid #d5d3d3;
  padding: 2%;
}

#consulting2022 .section-point .container::before {
  content: '';
  background: url(./images/consulting2022/sec6_1.png) no-repeat center center /
    100% auto;
  display: block;
  width: 19vw;
  height: 17vw;
  position: absolute;
  top: -16%;
  left: 5%;
}
#consulting2022 .section-point.section .section-tit {
  border-bottom: none;
}
#consulting2022 .section-benefit.flow .point-tit {
  margin-top: 1vw;
}
#consulting2022 .section-introduction .tit-en {
  border-bottom: 2px solid #111;
  line-height: 1.75;
}
#consulting2022 .section-introduction .slick-initialized .slick-slide {
  margin: 0 1vw;
}

#consulting2022 .section-study .tit-en {
  border-bottom: 2px solid #111;
  line-height: 1.75;
}
#consulting2022 .section-study .container {
  display: flex;
  align-items: center;
}
#consulting2022 .section-study .study-cont {
  margin-right: 5%;
}
#consulting2022 .section-study .study-tit-txt {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5%;
}
#consulting2022 .section-study .study-txt {
  line-height: 2;
}

#consulting2022 .section-school {
  padding: 1% 0;
  background: #f2f2f2;
}
#consulting2022 .section-school .tit-en {
  border-bottom: 2px solid #111;
  line-height: 1.75;
}
#consulting2022 .section-school .school-txt {
  line-height: 2;
  max-width: 50%;
}
#consulting2022 .section-school .curriculum-cont {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 6% 3%;
  margin-top: 5%;
}
#consulting2022 .section-school .school-cont {
  width: 55%;
  margin-right: 5%;
}
#consulting2022 .section-school .school-tit-txt {
  font-size: 2rem;
  font-weight: 600;
  padding: 2% 4%;
}
#consulting2022 .section-school .curriculum-wrap {
}
#consulting2022 .section-school .curriculum-table {
  border-top: 1px solid #e0dfdf;
  display: flex;
  align-items: baseline;
  padding: 2% 4%;
}
#consulting2022 .section-school .curriculum-table:last-child {
  border-bottom: 1px solid #e0dfdf;
}
#consulting2022 .section-school .hold-num {
  width: 3em;
}
#consulting2022 .section-school .curriculum-name {
  width: calc(100% - 4em);
  margin-left: 1em;
}
#consulting2022 .section-school .curriculum-name .school-list li {
  position: relative;
  padding-inline-start: 1em;
}
#consulting2022 .section-school .curriculum-name .school-list li::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 5px;
  aspect-ratio: 1;
  clip-path: circle(50% at 50% 50%);
  background-color: #222;
  height: 3px;
}
#consulting2022 .section-school img {
  position: absolute;
  top: -55%;
  right: 2%;
  max-width: 44%;
}
#consulting2022 .section-school .curriculum-price {
  max-width: 330px;
  width: 100%;
  border: 2px solid #245aa6;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  margin: 0 auto;

  display: none;
}
#consulting2022 .section-school p[class^='curriculum-price-txt'] {
  color: #245aa6;
  font-weight: 700;
  text-align: center;
}
#consulting2022 .section-school .curriculum-price-txt1 {
  font-size: 2rem;
  font-weight: 900;
}
#consulting2022 .section-school .curriculum-price-txt1 .price {
  font-size: 2.8rem;
}
#consulting2022 .section-school .curriculum-price-txt1 .tax {
  font-size: 1.4rem;
}
#consulting2022 .section-school .curriculum-price-txt2 {
  font-size: 1.8rem;
}
#consulting2022 .section-school {
}

#consulting2022 .plan-dt-ttl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
#consulting2022 .plan-dt-ttl::before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  background: #000;
  display: block;
  margin-right: 1rem;
}
#consulting2022 .plan-dt-ttl:nth-of-type(n + 2) {
  margin-top: 40px;
}
#consulting2022 .plan-dt-txt-cont {
  margin-top: 20px;
}
#consulting2022 .plan-dt-txt-cont .plan-dt-txt {
  line-height: 2;
  margin-top: 0;
}
#consulting2022 .plan-dt-txt-cont .plan-dt-txt .u-link_yw {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent calc(100% - 12px),
    #fcfc6d calc(100% - 12px),
    #fcfc6d calc(100% - 6px),
    transparent calc(100% - 6px),
    transparent 100%
  );
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline;
}
#consulting2022 .plan-dt-area .btn-primary {
  margin-top: 40px;
}
#consulting2022 .plan-dt-area .btn-primary a {
  font-size: 1.4rem;
}
#consulting2022 .plan-dt-area .btn-primary a span {
  border: none;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: auto;
}
#consulting2022 .plan-dt-area .btn-primary a:hover span {
  color: #000;
}
#consulting2022 .section-casestudies .article-tag {
  margin-top: 4%;
  padding: 0 4%;
}
#consulting2022
  .section-casestudies
  .top-casestudies-list
  .top-casestudies-item
  .article-tag
  span {
  padding: 0.2vw 1.35vw;
}
@media screen and (min-width: 768px) {
  #consulting2022 {
    padding-top: 70px;
  }
  #consulting2022 .main-visual-cs .main-copy-cs {
    display: flex;
    align-items: center;
  }
  #consulting2022 .main-visual-cs .main-copy-cs span {
    display: inline-block;
    padding: 0;
  }
  #consulting2022 .main-visual-cs .main-copy-cs-icon {
    margin-bottom: 25%;
  }
  #consulting2022 .mv-image.mv-image-phone {
    width: 20%;
    left: 5%;
  }
  #consulting2022 .mv-image.mv-image-marketing {
    max-width: 1040px;
    width: 70%;
  }
  #consulting2022 .mv-image.mv-image-pc {
    width: 30%;
    right: -5%;
  }
  #consulting2022 .section-index-intro .trouble-list {
    margin-top: 1vw;
  }
  #consulting2022 .section-index-intro .trouble-list .check-list {
    font-size: 1.6rem;
  }
  #consulting2022 .trouble-list .check-list .check-item .check-icon img {
    width: 24px;
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  #consulting2022 {
    padding-top: 50px;
  }
  #consulting2022 .main-visual-cs {
    background-image: url(./images/consulting2022/mv_bg2_sp.png),
      url(./images/consulting2022/mv_bg3.png),
      url(./images/consulting2022/mv_bg1.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 10% 40%, center 30%, left top;
    background-size: 120% auto, auto 70vw, auto 100%;
    overflow: hidden;
  }
  #consulting2022 .main-visual-cs .copy {
    width: 90%;
  }
  #consulting2022 .main-visual-cs .main-copy-cs {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: clamp(2.75rem, 2vw, 5.2rem);
    font-weight: 900;
    line-height: 1.25;
    position: relative;
    z-index: 3;
  }
  .service .main-copy-cs span {
    display: inline-block;
  }
  #consulting2022 .main-visual-cs .main-copy-cs .sp {
    display: block;
  }
  #consulting2022 .main-visual-cs .main-copy-txt {
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    justify-content: center;
    margin: 10px 0 70%;
    position: relative;
    z-index: 3;
  }
  #consulting2022 .main-visual-cs .main-txt-pc {
    display: none;
    margin-bottom: 0;
  }
  #consulting2022 .main-visual-cs .main-txt-sp {
    color: #fff;
    display: block;
    margin-bottom: 10%;
  }
  #consulting2022 .main-visual-cs .main-copy-cs-icon {
    width: 100%;
    margin: 10px 0 50%;
  }
  #consulting2022 .mv-image.mv-image-board {
    top: 33%;
    left: 10%;
  }
  #consulting2022 .mv-image.mv-image-board img {
    width: 44vw;
  }
  #consulting2022 .mv-image.mv-image-consultant {
    bottom: 40%;
    left: 0;
  }
  #consulting2022 .mv-image.mv-image-consultant img {
    height: 25vw;
  }
  #consulting2022 .mv-image.mv-image-shopsite {
    bottom: 55%;
    right: -5vw;
  }
  #consulting2022 .mv-image.mv-image-shopsite img {
    width: 35vw;
    height: auto;
  }
  #consulting2022 .mv-image.mv-image-student {
    bottom: 40%;
  }
  #consulting2022 .mv-image.mv-image-student img {
    height: 20vw;
  }

  .section-contact .container {
    width: 95%;
  }

  #consulting2022 .section-index-intro .section-tit {
    width: 92%;
    font-size: 1.8rem;
  }
  #consulting2022 .section-index-intro .section-tit span {
    padding: 0;
  }
  #consulting2022 .section-index-intro .section-content {
    background: none;
  }
  #consulting2022 .trouble-list .check-list .check-item p {
    font-size: 1.3rem;
  }

  #consulting2022 .top-sns-contact .container {
    padding: 3% 0;
  }
  #consulting2022 .section-contact.top-sns-contact .contact-copy {
    font-size: 1.6rem;
    align-items: center;
    flex-direction: column;
    width: 92%;
    line-height: 2;
  }
  #consulting2022 .top-sns-contact .contact-copy::before,
  #consulting2022 .top-sns-contact .contact-copy::after {
    content: none;
  }
  #consulting2022 .top-sns-contact .contact-copy span {
    font-size: 1.1em;
  }

  #consulting2022 .section-benefit .section-tit .tit-des {
    text-align: left;
  }
  #consulting2022 .section-benefit .section-tit .tit-en {
    font-size: 2rem;
  }
  #consulting2022 .section-benefit .section-tit .tit-en .tit-en-span {
    font-size: 2.4rem;
  }
  #consulting2022 .section-benefit .point-box-item-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 7% 5%;
  }
  #consulting2022 .section-benefit .point-num {
    order: 1;
    width: 30%;
    margin: 0 5% 0 0;
  }
  #consulting2022 .section-benefit .point-num img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  #consulting2022 .section-benefit .point-tit {
    order: 0;
    font-size: 1.6rem;
    margin: 0 0 5%;
  }
  #consulting2022 .section-benefit .point-tit br {
    display: none;
  }
  #consulting2022 .section-benefit .point-text {
    order: 2;
    width: 65%;
  }

  #consulting2022 .section-example .section-tit {
    margin-top: 20%;
  }
  #consulting2022 .section-example .container::before {
    width: 40vw;
    height: 32vw;
    top: -2%;
  }
  #consulting2022 .section-example .cont-tit {
    font-size: 1.7rem;
  }
  #consulting2022 .section-example .step-item {
    width: 100%;
  }
  #consulting2022 .section-example .step-item:nth-child(n + 2) {
    margin-top: 15%;
  }
  #consulting2022 .section-example .step-item:nth-of-type(n + 2):before {
    left: 50%;
    top: -12%;
    transform: rotate(180deg) translate3d(50%, 44%, 0);
  }
  #consulting2022 .section-example .step-num-count {
    margin-left: 20px;
  }

  #consulting2022 .section-index-intro .trouble-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 3.5vw;
  }
  #consulting2022 .section-index-intro .trouble-list .check-list {
    font-size: 1.5rem;
  }

  #consulting2022 .section-example .step-list {
    flex-direction: column;
  }

  #consulting2022 .section-example .graph-flex {
    flex-direction: column;
    position: relative;
  }
  #consulting2022 .section-example p.graph-area {
    max-width: 100%;
    margin-right: 0;
    margin-top: 120px;
    text-align: center;
  }
  #consulting2022 .section-example p.graph-area img {
    width: 90%;
  }
  #consulting2022 .section-example div.graph-area {
    max-width: 100%;
  }
  #consulting2022 .section-example .graph-area-txt {
    position: absolute;
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
  }

  #consulting2022 .plan-list {
    flex-direction: column;
  }
  #consulting2022 .plan-list .plan-item {
    width: 100%;
  }
  #consulting2022 .section-example .graph-wrap {
    flex-direction: inherit;
    padding: 5%;
    margin-top: 5%;
  }
  #consulting2022 .section-example .graph-wrap-txt {
    font-size: 1.4rem;
    margin: 0 auto;
  }
  #consulting2022 .section-example .graph-wrapper {
    width: 60%;
  }
  #consulting2022 .section-example .graph-wrap-txt2 {
    font-size: 1.5rem;
  }
  #consulting2022 .section-example .graph-wrap-txt3 {
    font-size: 2.7rem;
  }
  #consulting2022 .section-example .graph-wrap-txt3 .graph-txt-span {
    font-size: 3rem;
  }
  #consulting2022 .section-example .step-item .graph-wrapper {
    width: 100%;
  }
  #consulting2022 .section-example .section-cont:nth-of-type(n + 2) {
    margin-top: 20%;
  }
  #consulting2022
    .section-example
    .section-cont:nth-of-type(n + 2)
    p.graph-area {
    margin-top: 0;
  }
  #consulting2022
    .section-example
    .section-cont:nth-of-type(n + 2)
    .graph-wrap-txt {
    font-size: 1.2rem;
  }
  #consulting2022
    .section-example
    .section-cont:nth-of-type(n + 2)
    .graph-wrap
    .graph-wrapper {
    width: 40%;
  }
  #consulting2022 .section-example .section-cont:last-child .graph-wrap-txt2 {
    font-size: 2.2rem;
  }
  #consulting2022
    .section-example
    .section-cont:last-child
    .graph-wrap-txt2
    span {
    font-size: 1.4rem;
  }
  #consulting2022 .section-example .section-cont:last-child .graph-wrap-txt3 {
    font-size: 1.8rem;
    line-height: 1.25;
  }
  #consulting2022
    .section-example
    .section-cont:last-child
    .graph-wrap-txt3
    span {
    font-size: 3rem;
  }

  #consulting2022 .section-plan {
    overflow: auto;
  }
  #consulting2022 .section-plan .plan-dt-txt {
    text-align: left;
  }
  #consulting2022 .plan-list .plan-cont-tit {
    font-size: 1.8rem;
  }
  #consulting2022 .plan-list .plan-cont-area-bold {
    font-size: 1.6rem;
  }
  #consulting2022 .section-plan .plan-list .plan-item:nth-of-type(n + 2) {
    margin-top: 10%;
  }
  .scroll {
    overflow: auto;
  }
  #consulting2022 .scroll .plan-table {
    width: 1020px;
    overflow-x: auto;
    table-layout: auto;
    border-collapse: collapse;
  }
  #consulting2022 .more_table {
    padding: 2% 10%;
  }
  #consulting2022 .more_table .more_table-txt {
    font-size: 1.5rem;
  }
  #consulting2022 .more_table .more_table-txt::before {
    left: 10px;
    top: 45%;
    border-right: 7px solid transparent;
    border-bottom: 12.6025px solid #245aa6;
    border-left: 7px solid transparent;
  }
  #consulting2022 .more_table::before,
  #consulting2022 .more_table::after {
    width: 16px;
  }
  #consulting2022 .more_table::after {
    right: 14px;
  }
  #consulting2022 .more_table::before {
    right: 14px;
  }

  #consulting2022 .section:not(.section-flow) .more_table {
    display: flex;
  }
  #consulting2022 .section:not(.section-flow) .more_table + .plan-table {
    display: none;
  }

  #consulting2022 .section-flow .plan-table tr {
    display: flex;
    flex-direction: column;
  }
  #consulting2022
    .section-flow
    .plan-table
    tbody
    tr:nth-child(odd)
    td:nth-of-type(1),
  #consulting2022 .section-flow .plan-table tbody td:nth-of-type(2),
  #consulting2022
    .section-flow
    .plan-table
    tbody
    tr:nth-child(even)
    td:nth-of-type(1) {
    width: 100%;
    max-width: inherit;
    text-align: center;
  }
  #consulting2022 .section-flow .plan-table tbody td:nth-of-type(2) {
    font-size: 1.4rem;
    padding: 3% 2%;
  }
  #consulting2022
    .section-flow
    .plan-table
    tbody
    tr:nth-child(even)
    td:nth-of-type(1) {
    padding: 4%;
    text-align: left;
  }

  #consulting2022 .section-study .container {
    flex-direction: column;
  }

  #consulting2022 .section-spot .plan-dt-txt {
    text-align: left;
  }
  #consulting2022 .section-spot .plan-list .plan-item:nth-of-type(n + 2) {
    margin-top: 10%;
  }
  #consulting2022 .section-spot .plan-list .plan-cont-tit-txt {
    width: 100%;
    height: auto;
    font-size: 1.8rem;
  }
  #consulting2022 .section-spot .plan-list .plan-cont-tit-txt br {
    display: none;
  }

  #consulting2022 .section .section-tit .section-tit-span br {
    display: block;
  }

  #consulting2022 .section-point {
    margin-top: 20%;
    padding-top: 60px;
  }
  #consulting2022 .section-benefit.section-point .container {
    width: 100%;
  }
  #consulting2022 .section-point .container::before {
    width: 45vw;
    height: 40vw;
  }
  #consulting2022 .section-benefit.section-point .point-box {
    align-items: stretch;
    justify-content: center;
  }
  #consulting2022 .section-benefit.section-point .point-box-item {
    width: 33%;
    margin-bottom: 5%;
  }
  #consulting2022 .section-benefit.section-point .benefit-num {
    font-size: 3rem;
  }
  #consulting2022 .section-benefit.section-point .point-num {
    order: 0;
    width: 100%;
    margin: 10% auto 5%;
  }
  #consulting2022 .section-benefit.section-point .point-num img {
    width: auto;
    height: 6vh;
  }
  #consulting2022 .section-benefit.section-point .point-tit {
    order: 1;
    font-size: 1.3rem;
  }

  #consulting2022 .section-introduction .tit-en {
    font-size: 2rem;
  }

  #consulting2022 .section-study .tit-en {
    font-size: 2rem;
  }
  #consulting2022 .section-study .study-tit-txt {
    font-size: 1.8rem;
  }

  #consulting2022 .section-school .school-txt {
    max-width: 100%;
  }
  #consulting2022 .section-school img {
    top: -15%;
    right: 50%;
    transform: translateX(50%);
    width: 80%;
  }
  #consulting2022 .section-school .curriculum-cont {
    flex-wrap: wrap;
    margin-top: 120px;
    padding-top: 120px;
  }
  #consulting2022 .section-school .school-cont {
    width: 100%;
  }
  #consulting2022 .section-school .curriculum-price {
    max-width: 100%;
    width: 80%;
    margin-top: 10%;
    padding: 5%;
  }
  #consulting2022 .section-school .curriculum-price-txt1 {
    font-size: 1.6rem;
  }
  #consulting2022 .section-school .curriculum-price-txt1 .price {
    font-size: 2.4rem;
  }
  #consulting2022 .section-school .curriculum-price-txt1 .tax {
    font-size: 1.3rem;
  }
  #consulting2022 .section-school .curriculum-price-txt2 {
    font-size: 1.4rem;
  }
}
