@charset "euc-jp";

html {
  scroll-behavior: smooth;
}

.consultant-contents {
  overflow: hidden;
}

.consultant-about {
  padding: 40px 0 80px;
  text-align: center;
}

.consultant-about__label {
  display: block;
  width: 335px;
  margin: 0 auto 20px;
  border-radius: 100px;
  background-color: #bf0000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  box-sizing: border-box;
}

.consultant-about .ttl__type01 {
  margin-bottom: 40px;
  font-size: 34px;
}

.consultant-about__lead {
  margin-bottom: 42px;
  line-height: 2;
  text-align: center;
}

.consultant-about__catch {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.consultant-about__catch::before,
.consultant-about__catch::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #333;
}

.consultant-about__catch::before {
  margin-right: 0;
  transform: rotate(45deg);
}

.consultant-about__catch::after {
  margin-left: 0;
  transform: rotate(-45deg);
}

.consultant-about__catch span {
  padding: 0 8px 3px;
  background: linear-gradient(transparent 72%, #fcf2f2 72%);
}

.consultant-about__figure {
  width: 663px;
  margin: 0 auto 55px;
  padding: 0;
  line-height: 0;
}

.consultant-about__figure img {
  width: 100%;
  height: auto;
}

.consultant-about__points {
  width: 100%;
  margin: 0 auto 45px;
}

.consultant-about__point {
  display: flex;
  align-items: flex-start;
  padding: 20px 60px;
  border-bottom: 2px dotted #c6c6c6;
  text-align: left;
  box-sizing: border-box;
}

.consultant-about__point:last-child {
  border-bottom: none;
}

.consultant-about__point__number {
  display: block;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-top: 3px;
  margin-right: 22px;
  border-radius: 5px;
  background-color: #bf0000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}

.consultant-about__point__tx {
  padding-top: 1px;
}

.consultant-about__point__tx p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.consultant-support {
  padding: 35px 40px 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  box-sizing: border-box;
}

.consultant-support__ttl {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 38px;
  background-color: #bf0000;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 48px;
}

.consultant-support__lead {
  margin-bottom: 28px;
  line-height: 2;
  text-align: center;
}

.consultant-support__list {
  display: flex;
  height: 105px;
  background-color: #fff;
}

.consultant-support__item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #bf0000;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
}

.consultant-support__item:not(.consultant-support__item--store)::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background-color: #e8e8e8;
}

.consultant-support__item--store + .consultant-support__item::before {
  display: none;
}

.consultant-support__item img {
  display: block;
  margin: 0 auto 7px;
}

.consultant-support__item--store {
  flex: 0 0 280px;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  padding-left: 138px;
  background-color: #c00003;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 50%, calc(100% - 35px) 100%, 0 100%);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}

.consultant-support__item--store::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 118px;
  height: 103px;
  background: url(https://r.r10s.jp/ec/environment/consultant/img/bg_support_store.png) no-repeat 0 0;
  background-size: 118px 103px;
}

.consultant-support__item--store img {
  display: none;
}

.consultant-marketing {
  padding: 80px 0;
  background-color: #f7f7f7;
  text-align: center;
}

.consultant-marketing__label {
  display: block;
  width: 335px;
  margin: 0 auto 20px;
  border-radius: 100px;
  background-color: #bf0000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  box-sizing: border-box;
}

.consultant-marketing .ttl__type01 {
  margin-bottom: 40px;
  font-size: 34px;
}

.consultant-marketing__lead {
  margin-bottom: 40px;
  line-height: 2;
  text-align: left;
}

/* Based on /ec/open/attention/css/style.css .page_nav */
.page_nav {
  margin-bottom: 65px;
  background-color: transparent;
}

.page_nav__btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_nav__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 346px;
  height: 90px;
  padding: 0 52px 0 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px -5px #777;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
}

.page_nav__btn:hover {
  color: #bf0000;
  text-decoration: none;
}

.page_nav__btn::after {
  content: url(https://r.r10s.jp/ec/open/attention/img/down_arrow.png);
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 9px;
  line-height: 0;
  transform: translateY(-50%);
}

.page_nav__btn img {
  flex: 0 0 auto;
  margin-right: 18px;
}

.consultant-case {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.consultant-case + .consultant-case {
  margin-top: 60px;
}

.consultant-case__header {
  height: 200px;
  padding: 24px 50px 20px;
  background-color: #f1f1f1;
  background-image: url(https://r.r10s.jp/ec/environment/consultant/img/bg_case_title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.consultant-case__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  margin: 0 auto 14px;
  padding-bottom: 15px;
  border-bottom: 2px solid #c6c6c6;
}

.consultant-case__title h3 {
  color: #bf0000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.consultant-case__status {
  display: inline-block;
  width: 155px;
  height: 40px;
  margin-left: 25px;
  padding-right: 15px;
  background-color: #bf0000;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  box-sizing: border-box;
}

.consultant-case__summary {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.consultant-case__body {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  min-height: 370px;
  padding: 48px 42px;
  background-color: #fff;
  text-align: left;
  box-sizing: border-box;
}

.consultant-case__tx {
  flex: 1 1 auto;
}

.consultant-case__tx .ttl__type03 {
  margin-bottom: 25px;
}

.consultant-case__tx p {
  font-size: 16px;
  line-height: 2;
}

.consultant-case__tx .consultant-case__note {
  margin-top: 12px;
  font-size: 12px;
}

.consultant-case__img {
  flex: 0 0 424px;
  width: 424px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.consultant-case__img img {
  width: 100%;
  height: auto;
}

.consultant-document {
  margin-top: 110px;
  text-align: center;
}

.consultant-document__title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 45px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
}

.consultant-document__title::before,
.consultant-document__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  background-color: #111;
}

.consultant-document__title::before {
  margin-right: 0;
  transform: rotate(55deg);
}

.consultant-document__title::after {
  margin-left: 0;
  transform: rotate(-55deg);
}

.consultant-document__figure {
  width: 968px;
  margin: 0 auto 42px;
  padding: 0;
  line-height: 0;
}

.consultant-document__figure img {
  width: 100%;
  height: auto;
}

.consultant-document__button a.btn__cta__request {
  width: 700px;
}

.consultant-document__note {
  margin-top: 12px;
  font-size: 12px;
}

.consultant-network {
  padding: 85px 0 80px;
  background-color: #fff;
  text-align: center;
}

.consultant-network__label {
  display: block;
  width: 225px;
  margin: 0 auto 22px;
  border-radius: 100px;
  background-color: #bf0000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  box-sizing: border-box;
}

.consultant-network .ttl__type01 {
  margin-bottom: 35px;
  font-size: 34px;
}

.consultant-network__lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
}

.consultant-network__map {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

.consultant-network__map img {
  width: 100%;
  height: auto;
}
