@charset "utf-8";

/* TOPページ
--------------------------------------------------------- */
#content {
  padding-top: 0;
}

/* KVエリア
--------------------------------------------------------- */
.kv-area {
  padding-top: 80px;
  background-image: url("../../images/biz/top/img-kv-bg_01.png"), url("../../images/biz/top/img-kv-bg_02.png");
  background-size: 55% auto, 22% auto;
  background-position: right -100px bottom 50px, left -180px bottom -130px;
  background-repeat: no-repeat, no-repeat;
}

.kv-area .inner {
  max-width: 1200px;
  padding: 30px 0;
}

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

.kv-content .text {
  width: 53%;
  line-height: 1.7;
  margin-top: 50px;
}

.kv-content .img {
  width: 40%;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kv-content h1 {
  margin: 20px 0 40px;
}

.kv-lead-text {
  color: var(--color-biz-green-blue);
  font-weight: bold;
  margin-bottom: 15px;
}

.kv-area .btn-wrap {
  margin-top: 55px;
}

.kv-area .btn {
  max-width: 470px;
  padding: 23px 30px;
  margin: 0;
}

/* top-partner-area
--------------------------------------------------------- */
.top-partner-area > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 50px;
}

.top-partner-area .head {
  width: 170px;
  background: #f2f2f2;
  border-radius: var(--border-biz-radius);
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
}

.top-partner-area .list-flex-partner {
  width: calc(100% - 190px);
}

.list-flex-partner p {
  margin: 0 10px;
}

.list-flex-partner img {
  display: block;
}

/* top-problem-area
--------------------------------------------------------- */
.top-problem-area {
  background: var(--color-biz-light-blue);
  position: relative;
}

.top-problem-area .inner {
  padding: 60px 0 10px;
}

.list-flex-problem {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 58px 0;
  position: relative;
  z-index: 1;
}

.list-flex-problem > li {
  width: calc((100% / 4) - 15px);
  background: #fff;
  border-radius: var(--border-biz-radius);
  box-shadow: 0 0 30px rgba(20, 138, 164, 0.2);
  padding: 100px 20px 30px;
  text-align: center;
  position: relative;
}

.list-flex-problem > li .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

/* top-about-area
--------------------------------------------------------- */
.top-about-area {
  position: relative;
}

.top-about-area::before,
.top-about-area::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
}

.top-about-area::before {
  background: url("../../images/biz/top/bg-triangle-top.png") no-repeat center top / cover;
  top: 0;
}

.top-about-area::after {
  background: url("../../images/biz/top/bg-triangle-bottom.png") no-repeat center top / cover;
  bottom: 0;
}

.top-about-area .inner {
  padding: 230px 0;
}

.img-achievement {
  width: 75%;
}

.text-about-wrap {
  width: 1100px;
  margin: 50px auto 0;
  line-height: 1.8;
}

.text-about-wrap > p + p {
  margin-top: 20px;
}

.img-problem-category {
  margin-top: 40px;
}

.text-lead-care {
  color: var(--color-biz-green-blue);
  margin: 20px 0;
}

.text-lead-care > span {
  display: inline-block;
  position: relative;
}

.text-lead-care > span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999em;
  background: var(--color-biz-green-blue);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* top-merit-area
--------------------------------------------------------- */
.top-merit-area {
  background: var(--color-biz-light-blue) url("../../images/biz/top/bg-merit-arrow.svg") no-repeat 82% bottom / auto 75%;
}

.top-merit-area .inner {
  padding: 20px 0 130px;
  position: relative;
}

.top-merit-area .ttl-lead-text {
  width: 68%;
  margin: 30px 0 75px;
}

.img-merit-point {
  width: 320px;
  position: absolute;
  top: 14%;
  right: 6%;
}

.list-flex-merit {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 58px;
}

.list-flex-merit > li {
  width: calc((100% / 3) - 20px);
  background: #fff;
  border-radius: var(--border-biz-radius);
  box-shadow: 0 0 30px rgba(20, 138, 164, 0.2);
  font-size: 20px;
  font-weight: bold;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}

.list-flex-merit > li > .head {
  color: var(--color-biz-green-blue);
  margin-bottom: 15px;
}

.list-flex-merit > li > .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.list-flex-merit > li .text-lead {
  font-size: var(--font-biz-size-m);
}

.list-flex-merit > li > .icon {
  position: absolute;
  top: 85%;
  right: 10px;
}

/* top-feature-area
--------------------------------------------------------- */
.top-feature-area {
  background: url("../../images/biz/top/bg-dot.svg") 0 0 / 25px auto;
  overflow: hidden;
}

.list-box-feature > li {
  padding: 0 58px;
  position: relative;
}

.list-box-feature > li + li {
  margin-top: 110px;
}

.feature-wrap {
  display: flex;
  justify-content: space-between;
}

.list-box-feature > li:nth-child(2n) .feature-wrap > .text {
  order: 1;
}

.list-box-feature > li:nth-child(2n) .feature-wrap > .img {
  order: 0;
}

.feature-wrap > .text {
  width: 51%;
  margin-top: 10px;
}

.feature-wrap > .text .head {
  color: var(--color-biz-green-blue);
  font-weight: bold;
  margin-bottom: 5px;
}

.feature-wrap .ttl-lead-second {
  margin-bottom: 20px;
  line-height: 1.4;
}

.feature-wrap > .img {
  width: 42%;
  position: relative;
}

.feature-wrap > .img::after {
  content: "";
  width: 0;
  height: 100%;
  background: #a5f4f9;
  border-radius: var(--border-biz-radius);
  position: absolute;
  bottom: -30px;
  right: -1000px;
  transition: all 1s;
}

.list-box-feature > li:nth-child(2n) .feature-wrap > .img::after {
  right: auto;
  left: -1000px;
}

.js_animation-active .feature-wrap > .img::after {
  width: 1200px;
}

.feature-wrap .img-frame {
  border-radius: var(--border-biz-radius);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.feature-wrap .img-frame img {
  display: block;
}

/* カウンセラー紹介 */
.feature-intro-wrap {
  background: #fff;
  border-radius: var(--border-biz-radius);
  box-shadow: 0 0 30px rgba(20, 138, 164, 0.2);
  width: calc(100% - 116px);
  padding: 50px 45px 45px;
  margin: 80px auto 0;
  position: relative;
}

.ttl-intro {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.ttl-intro::before,
.ttl-intro::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 50px;
  vertical-align: -0.6em;
}

.ttl-intro::before {
  background: url("../../images/biz/top/icon-brackets_left.svg") no-repeat center / contain;
  margin-right: 20px;
}

.ttl-intro::after {
  background: url("../../images/biz/top/icon-brackets_right.svg") no-repeat center / contain;
  margin-left: 20px;
}

.intro-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  background: var(--color-biz-green-blue);
  border-radius: 999em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -60px;
  right: 30px;
}

.intro-item::before {
  content: "";
  height: 30px;
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--color-biz-green-blue);
  position: absolute;
  left: 15px;
  bottom: 5px;
  transform: rotate(45deg);
}

.list-flex-intro {
  justify-content: center;
}

.list-flex-intro > li {
  width: 190px;
  margin: 0 10px;
}

.list-flex-intro .photo {
  width: 160px;
  height: 160px;
  border: 1px solid #ccc;
  border-radius: 999em;
  overflow: hidden;
  margin: 0 auto;
}

.list-flex-intro .prof {
  margin-top: 15px;
}

.list-flex-intro .name {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.list-flex-intro .license {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  line-height: 1.4;
}

/* 保有資格 */
.feature-intro-item {
  background: #f2f2f2;
  border-radius: var(--border-biz-radius);
  padding: 30px;
  margin-top: 40px;
  position: relative;
}

.list-license {
  width: 90%;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 15px;
}

.list-license > li {
  width: calc((100% / 3) - 10px);
  margin-right: 10px;
}

.feature-intro-item .text-etc {
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/* top-support-area
--------------------------------------------------------- */
.list-support {
  padding: 0 58px;
}

.list-support > li {
  background: #fff;
  border-radius: var(--border-biz-radius);
  box-shadow: 0 0 30px rgba(20, 138, 164, 0.2);
  padding: 50px;
}

.list-support > li + li {
  margin-top: 60px;
}

.list-support > li > .head {
  color: var(--color-biz-green-blue);
  font-weight: bold;
}

.support-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 30px;
}

.support-content-wrap > .content {
  width: 55%;
}

.support-content-wrap > .img {
  width: 40%;
}

.list-support-text > li {
  padding: 4px 0 3px 32px;
  position: relative;
}

.list-support-text > li + li {
  margin-top: 20px;
}

.list-support-text > li::before {
  content: "";
  width: 23px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.list-support-text.is-problem > li::before {
  background: url("../../images/biz/top/icon-light-bulb.svg") no-repeat center / contain;
}

.list-support-text.is-solution > li::before {
  background: url("../../images/biz/top/icon-light-bulb_on.svg") no-repeat center / contain;
}

.list-support-text.is-solution {
  margin-top: 90px;
  position: relative;
}

.list-support-text.is-solution::before {
  content: "";
  height: 30px;
  width: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--color-biz-green-blue);
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

/* top-flow-area
--------------------------------------------------------- */
.top-flow-area {
  background: var(--color-biz-light-blue);
  margin: 200px 0;
  position: relative;
}

.top-flow-area::before,
.top-flow-area::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
}

.top-flow-area::before {
  background: url("../../images/biz/top/bg-wave-top.png") no-repeat center top / cover;
  top: -200px;
}

.top-flow-area::after {
  background: url("../../images/biz/top/bg-wave-bottom.png") no-repeat center bottom / cover;
  bottom: -200px;
}

.top-flow-area .inner {
  padding: 0;
}

.list-flex-flow {
  padding: 0 58px;
  position: relative;
  z-index: 1;
}

.list-flex-flow > li {
  width: calc(100% / 3);
  background: #fff;
  border-radius: var(--border-biz-radius);
  box-shadow: 0 0 30px rgba(20, 138, 164, 0.2);
  padding: 30px;
  position: relative;
}

.list-flex-flow > li + li {
  margin-left: 8%;
}

.list-flex-flow > li + li::before {
  content: "";
  height: 50px;
  width: 30px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: var(--color-biz-green-blue);
  position: absolute;
  top: 50%;
  left: -18%;
  transform: translateY(-50%);
}

.list-flex-flow .step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  background: #ffe236;
  border-radius: 999em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -15px;
}

.list-flex-flow .step .num {
  display: block;
  font-size: 30px;
  line-height: 1em;
}

.list-flex-flow .ttl-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  min-height: 70px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}

.list-flex-flow .icon {
  margin-bottom: 25px;
}

/* top-event-area
--------------------------------------------------------- */
.list-box-event > li + li {
  margin-top: 45px;
}

.event-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: var(--border-biz-radius);
  box-shadow: 0 0 30px rgba(20, 138, 164, 0.2);
  color: var(--color-biz-base-text);
  max-width: 1100px;
  padding: 30px;
  margin: 0 auto;
  position: relative;
}

.event-wrap > .img {
  width: 38%;
  border-radius: var(--border-biz-radius);
  overflow: hidden;
}

.event-wrap > .img img {
  display: block;
  transition: all 0.2s;
}

.event-wrap > .content {
  width: calc(62% - 35px);
}

.event-wrap .status-event {
  display: inline-block;
  background: var(--color-biz-blue);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 2px 10px;
}

.event-wrap .status-event.is-done {
  background: #ccc;
  color: var(--color-biz-note-gray);
}

.event-wrap .status-event.is-full {
  background: var(--color-biz-red);
}

.event-wrap .ttl-event {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
  transition: all 0.2s;
}

.event-wrap .date-event,
.event-wrap .place-event {
  color: var(--color-biz-note-gray);
  font-size: 16px;
  padding-left: 24px;
  margin: 5px 0;
  position: relative;
}

.event-wrap .date-event::before,
.event-wrap .place-event::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.event-wrap .date-event::before {
  background: url("../../images/biz/event/icon-event-date.svg");
}

.event-wrap .place-event::before {
  background: url("../../images/biz/event/icon-event-place.svg");
}

/* セミナーリンクホバー */
.event-wrap:hover {
  text-decoration: none;
}

.event-wrap:hover > .img img {
  transform: scale(1.05);
}

.event-wrap:hover .ttl-event {
  color: var(--color-biz-blue);
}

/* top-news-area
--------------------------------------------------------- */
.list-news > li + li {
  border-top: 1px solid #e2e9ea;
  padding-top: 40px;
  margin-top: 40px;
}

.news-list-wrap {
  display: block;
  color: var(--color-biz-base-text);
  font-size: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.news-list-wrap > .upper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-list-wrap .date-news {
  width: 170px;
}

.news-list-wrap .label-news {
  border: 1px solid var(--color-biz-base-text);
  border-radius: 999em;
  padding: 2px 20px;
}

.news-list-wrap > .lower {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.news-list-wrap .ttl-news {
  width: calc(100% - 170px);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}

/* お知らせリンクホバー */
.news-list-wrap:hover {
  text-decoration: none;
}

.news-list-wrap:hover .ttl-news {
  color: var(--color-biz-blue);
}

/* top-contact-area
--------------------------------------------------------- */
.top-contact-area {
  background: var(--color-biz-blue) url("../../images/biz/top/bg-contact.png") no-repeat center / cover;
}

.top-contact-area > .inner {
  padding: 60px 0;
}

.list-flex-contact {
  justify-content: center;
}

.list-flex-contact > li {
  width: 31%;
  background: #fff;
  border-radius: var(--border-biz-radius);
  box-shadow: 0 0 30px rgba(20, 138, 164, 0.2);
  padding: 30px;
  margin: 0 18px;
  position: relative;
}

.list-flex-contact > li > .head {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 15px;
}

.list-flex-contact > li .btn-wrap {
  margin-top: 25px;
}

/* 追従 ウェビナーお知らせ（アコーディオン）
--------------------------------------------------------- */
.floating-event {
  background: #fff;
  border-radius: var(--border-biz-radius);
  box-shadow: 0 0 30px rgba(20, 138, 164, 0.2);
  font-size: 16px;
  width: 370px;
  position: fixed;
  bottom: 4%;
  right: 3%;
  z-index: 9999;
}

.floating-event .ac-ttl {
  font-weight: bold;
  padding: 18px 45px;
}

.floating-event .ac-ttl::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../images/biz/icon-event-news.svg") no-repeat center;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.floating-event .ac-ttl::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../images/biz/icon-arrow-ac.svg") no-repeat center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.floating-event .ac-ttl.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.floating-event .ac-content {
  padding: 0 20px 18px;
}

.list-floating-event > li + li {
  margin-top: 25px;
}

.list-floating-event > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--color-biz-black);
}

.list-floating-event > li > a:hover {
  color: var(--color-biz-blue);
  text-decoration: none;
}

.list-floating-event > li .img {
  width: 105px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.list-floating-event > li .img img {
  display: block;
}

.list-floating-event > li .content {
  width: calc(100% - 120px);
}

.list-floating-event > li .content .ttl-event {
  font-size: 14px;
  font-weight: bold;
}

.list-floating-event > li .content .date-event {
  font-size: 10px;
  color: var(--color-biz-note-gray);
  margin-top: 5px;
}

/* animation 要素フェードイン
--------------------------------------------------------- */

/* 要素フェードイン */
.fadein-animation {
  opacity: 0;
  transform: translateY(10px);
}

.fadein-animation.js_animation-active {
  animation-name: fadeInItem;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInItem {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
