@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;900&family=Zen+Kaku+Gothic+New:wght@400;500;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");

/* ======================================================
// 基本設定・変数
// ====================================================== */
#econ {
  /* カラーパレット */
  --key-color-4: #5a5a5a; /* キーカラー4(見出しなど) */
  --key-color-3: #283778; /* キーカラー3(見出しなど) */
  --key-color-2: #f57800; /* キーカラー2(見出しなど) */
  --key-color-1: #ff7864; /* キーカラー1(見出しなど) */
  --point-color: #ffdc00; /* ポイントカラー(あしらいなど) */
  --text-color: #232323; /* Textカラー */
  --sub-color-2: #fff0d7; /* サブカラー2(背景など) */
  --sub-color-1: #fadcdc; /* サブカラー1(背景など) */
  --color-white: #ffffff; /* 白 */

  /* フォント */
  --font-family-base: YakuHanJP, "Lato", "Zen Kaku Gothic New", sans-serif;
  --font-family-jp: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  --font-family-en: YakuHanJP, "Lato", sans-serif;
  --font-weight-black: 900; /* Lato Black + Zen Kaku Gothic New Black */
  --font-weight-medium: 500; /* Lato Medium + Zen Kaku Gothic New Medium */
  --font-weight-regular: 400; /* Lato Regular + Zen Kaku Gothic New Regular */

  /* サイズ */
  --header-height: 80px;
  --container-max-width: 1030px;
  --container-max-width-sp: 375px;
  --container-padding-pc: 75px;
  --container-padding-sp: 20px;
  --container-padding-pc-value: 75; /* 計算用の数値のみ */
  --container-padding-sp-value: 20; /* 計算用の数値のみ */
  --border-radius: 8px;
}

/* ======================================================
// 基本レイアウト
// ====================================================== */
#econ:where(:root) {
  scrollbar-gutter: auto;
}

#contents {
  padding: 0 0 40px;
  }

@media (min-width: 706px) {
  #contents {
    padding: 10px 0 40px;
  }
}

#econ {
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  background-color: var(--color-white);
  line-height: 1.75;
}

@media (min-width: 706px) {
  #econ {
    font-size: 16px;
  }
}

#econ * {
  font-family: var(--font-family-base);
}

#econ a {
  color: var(--text-color);
}

@media (hover: hover) {
  #econ a:hover {
    color: var(--key-color-2);
  }
}

#econ a:active {
  color: var(--text-color);
}

@media (hover: hover) {
  #econ a:active {
    color: var(--key-color-2);
  }
}

#econ img {
  max-width: 100%;
  height: auto;
}

#econ .container {
  max-width: var(--container-max-width-sp);
  padding: 0 var(--container-padding-sp);
  margin: 0 auto;
}

@media (max-width: 374px) {
  #econ .container {
    padding: 0 calc(var(--container-padding-sp-value) / 375 * 100vw);
  }
}

@media (min-width: 706px) {
  #econ .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding-pc);
  }
}

@media (min-width: 706px) {
  #econ a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/* ======================================================
// MV
// ====================================================== */
#econ .mv {
  position: relative;
  width: 100%;
  height: 600px;
  padding-bottom: 0;
  background-image: url(../img/mv_sp.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 706px) {
  #econ .mv {
    height: 634px;
    background-image: url(../img/mv.jpg);
  }
}

#econ .mvInner {
  height: 100%;
}

@media (min-width: 706px) {
  #econ .mvInner {
    position: relative;
  }
}

#econ .mvTitle {
  position: absolute;
  top: 370px;
  left: 50%;
  transform: translateX(-50%);
  width: 246px;
  height: auto;
  margin: 0;
}

@media (min-width: 706px) {
  #econ .mvTitle {
    transform: translateX(calc(-50% - 267px));
    top: 125px;
    width: 348px;
  }
}

#econ .mvImg01 {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(calc(-50% + 72px));
  width: 152px;
  height: auto;
  padding-bottom: 0;
}

@media (min-width: 706px) {
  #econ .mvImg01 {
    transform: translateX(calc(-50% + 300px));
    top: inherit;
    bottom: 421px;
    width: 214px;
  }
}

#econ .mvLead {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding-right: 25px;
  padding-bottom: 0;
  padding-left: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 706px) {
  #econ .mvLead {
    bottom: 20px;
    left: inherit;
    right: 75px;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
  }
}

/* ======================================================
// lNav
// ====================================================== */
#econ .lnav {
  padding-top: 25px;
  padding-bottom: 25px;
  background: -moz-linear-gradient(
    41.89% -92.05% -69.47deg,
    rgba(245, 140, 0, 1) 0%,
    rgba(245, 90, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    -69.47deg,
    rgba(245, 140, 0, 1) 0%,
    rgba(245, 90, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    41.89% -92.05%,
    56.43% 162.66%,
    color-stop(0, rgba(245, 140, 0, 1)),
    color-stop(1, rgba(245, 90, 0, 1))
  );
  background: -o-linear-gradient(
    -69.47deg,
    rgba(245, 140, 0, 1) 0%,
    rgba(245, 90, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    -69.47deg,
    rgba(245, 140, 0, 1) 0%,
    rgba(245, 90, 0, 1) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58C00', endColorstr='#F55A00' ,GradientType=0)";
  background: linear-gradient(
    159.47deg,
    rgba(245, 140, 0, 1) 0%,
    rgba(245, 90, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58C00',endColorstr='#F55A00' , GradientType=1);
}

@media (min-width: 706px) {
  #econ .lnav {
    padding-top: 40px;
    padding-bottom: 40px;
    background: -moz-linear-gradient(
      41.89% -92.05% -69.47deg,
      rgba(245, 140, 0, 1) 0%,
      rgba(245, 90, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      -69.47deg,
      rgba(245, 140, 0, 1) 0%,
      rgba(245, 90, 0, 1) 100%
    );
    background: -webkit-gradient(
      linear,
      41.89% -92.05%,
      56.43% 162.66%,
      color-stop(0, rgba(245, 140, 0, 1)),
      color-stop(1, rgba(245, 90, 0, 1))
    );
    background: -o-linear-gradient(
      -69.47deg,
      rgba(245, 140, 0, 1) 0%,
      rgba(245, 90, 0, 1) 100%
    );
    background: -ms-linear-gradient(
      -69.47deg,
      rgba(245, 140, 0, 1) 0%,
      rgba(245, 90, 0, 1) 100%
    );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58C00', endColorstr='#F55A00' ,GradientType=0)";
    background: linear-gradient(
      159.47deg,
      rgba(245, 140, 0, 1) 0%,
      rgba(245, 90, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58C00',endColorstr='#F55A00' , GradientType=1);
  }
}

#econ .lnavInner {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 706px) {
  #econ .lnavInner {
    padding-right: 75px;
    padding-left: 75px;
  }
}

#econ .lnavMenu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 8px;
  max-width: 325px;
  margin: 0 auto;

  justify-content: space-between;
}

@media (min-width: 706px) {
  #econ .lnavMenu {
    row-gap: 30px;
    column-gap: 55px;
    max-width: 880px;
    justify-content: center;
  }
}

#econ .lnavMenuItemLink {
  position: relative;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  transition: all 0.3s ease-out;

  text-underline-offset: 4px;
}

@media (min-width: 706px) {
  #econ .lnavMenuItemLink {
    font-size: 20px;
  }
}

@media (hover: hover) {
  #econ .lnavMenuItemLink:hover {
    color: var(--key-color-3);
  }
}

#econ .lnavMenuItemLink:active {
  color: var(--color-white);
}

#econ .lnavMenuItemLink::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-right: 3px;
  mask-image: url(../img/icon_lnav.svg);
  mask-size: contain;
  background-color: var(--color-white);
  transition: all 0.3s ease-out;
}

@media (min-width: 706px) {
  #econ .lnavMenuItemLink::before {
    width: 20px;
    height: 12px;
  }
}

@media (hover: hover) {
  #econ .lnavMenuItemLink:hover::before {
    background-color: var(--key-color-3);
  }
}

/* ======================================================
// behavioralIntro
// ====================================================== */
#econ .behavioralIntro {
  padding-top: 48px;
  padding-bottom: 80px;
}

@media (min-width: 706px) {
  #econ .behavioralIntro {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

#econ .behavioralIntroInner01 {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 706px) {
  #econ .behavioralIntroInner01 {
    margin-bottom: 98px;
  }
}

@media (min-width: 706px) {
  #econ .behavioralIntroInner01::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 10px;
    width: 174px;
    height: 216px;
    background-image: url(../img/bg_behavioral-intro_01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    mix-blend-mode: hard-light;
  }
}

#econ .behavioralIntroInner01::after {
  content: "";
  position: absolute;
  top: 54px;
  right: calc(-100% + 113px);
  width: 407px;
  height: 196px;
  background-image: url(../img/bg_behavioral-intro_02_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
}

@media (min-width: 706px) {
  #econ .behavioralIntroInner01::after {
    top: -35px;
    right: 8px;
    width: 275px;
    height: 264px;
    background-image: url(../img/bg_behavioral-intro_02.png);
  }
}

#econ .behavioralIntroInner02 {
  position: relative;
}

#econ .behavioralIntroContent {
  position: relative;
  z-index: 2;
}

#econ .behavioralIntroContent02 {
  position: relative;
}

#econ .behavioralIntroTitle {
  padding: 0 0 70px;
}

@media (min-width: 706px) {
  #econ .behavioralIntroTitle {
    padding: 0 0 45px 38px;
  }
}

#econ .behavioralIntroTille02 {
  margin: 0;
  color: var(--text-color);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralIntroTille02 {
    font-size: 36px;
    text-align: center;
  }
}

#econ .behavioralIntroTille02Marker {
  display: inline-block;
  position: relative;
}

#econ .behavioralIntroTille02MarkerIn {
  position: relative;
  z-index: 1;
}

#econ .behavioralIntroTille02Marker::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  right: -2px;
  width: calc(100% + 10px);
  height: 100%;
  background-image: url(../img/bg_behavioral-intro_marker01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom 3px;
}

.behavioralIntroSection {
  padding-bottom: 0;
}

#econ .behavioralIntroSection01 {
  position: relative;
  margin-bottom: 90px;
}

@media (min-width: 706px) {
  #econ .behavioralIntroSection01 {
    margin-bottom: 92px;
  }
}

#econ .behavioralIntroSection01::before {
  content: "";
  position: absolute;
  bottom: -59px;
  left: -157px;
  width: 260px;
  height: 121px;
  background-image: url(../img/bg_behavioral-intro_03_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
}

@media (min-width: 706px) {
  #econ .behavioralIntroSection01::before {
    bottom: -170px;
    left: 443px;
    width: 228px;
    height: 237px;
    background-image: url(../img/bg_behavioral-intro_03.png);
  }
}

#econ .behavioralIntroSection02 {
  position: relative;
  margin-bottom: 90px;
}

@media (min-width: 706px) {
  #econ .behavioralIntroSection02 {
    margin-bottom: 115px;
  }
}

#econ .behavioralIntroSection02::before {
  content: "";
  position: absolute;
  bottom: -77px;
  right: -138px;
  width: 248px;
  height: 202px;
  background-image: url(../img/bg_behavioral-intro_04_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
}

@media (min-width: 706px) {
  #econ .behavioralIntroSection02::before {
    bottom: -101px;
    right: inherit;
    left: -64px;
    width: 258px;
    height: 167px;
    background-image: url(../img/bg_behavioral-intro_04.png);
  }
}

#econ .behavioralIntroSection03::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -150px;
  width: 200px;
  height: 219px;
  background-image: url(../img/bg_behavioral-intro_05_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
}

@media (min-width: 706px) {
  #econ .behavioralIntroSection03::before {
    display: none;
  }
}

#econ .behavioralIntroSectionTitle {
  margin: 0 0 25px 30px;
  color: var(--key-color-3);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 706px) {
  #econ .behavioralIntroSectionTitle {
    margin: 0 0 35px 50px;
    flex-shrink: 0;
    font-size: 52px;
    line-height: 1.25;
  }
}

#econ .behavioralIntroSectionTitleSmall {
  font-size: 25px;
  line-height: 1.25;
}

@media (min-width: 706px) {
  #econ .behavioralIntroSectionTitleSmall {
    font-size: 40px;
  }
}

#econ .behavioralIntroModalInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: var(--color-white);
  border-top: 5px solid var(--key-color-2);
  border-right: 5px solid var(--key-color-2);
  border-left: 5px solid var(--key-color-2);
  border-radius: 10px;
  margin: 0;
}

@media (min-width: 706px) {
  #econ .behavioralIntroModalInner {
    position: relative;
    border-width: 10px;
    border-radius: 21px;
    margin: 0;
  }
}

#econ .behavioralIntroModalPrimaryImg {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  display: block;
}

#econ .behavioralIntroModalPrimaryImg01 {
  top: -30px;
  width: 320px;
  transform: translateX(-10px);
}

@media (min-width: 706px) {
  #econ .behavioralIntroModalPrimaryImg01 {
    top: -185px;
    width: 822px;
    transform: translateX(20px);
  }
}

#econ .behavioralIntroModalPrimaryImg02 {
  top: -89px;
  width: 300px;
}

@media (min-width: 706px) {
  #econ .behavioralIntroModalPrimaryImg02 {
    top: -311px;
    width: 786px;
  }
}

#econ .behavioralIntroModalPrimaryImg03 {
  top: -70px;
  width: 304px;
}

@media (min-width: 706px) {
  #econ .behavioralIntroModalPrimaryImg03 {
    top: -313px;
    width: 827px;
    transform: translateX(20px);
  }
}

#econ .behavioralIntroModalPrimary {
  flex-shrink: 0;
  height: 359px;
}

@media (min-width: 706px) {
  #econ .behavioralIntroModalPrimary {
    height: 150px;
  }
}

@media (max-width: 705px) {
  #econ .behavioralIntroSection02 .behavioralIntroModalPrimary {
    height: 340px;
  }
}

@media (max-width: 705px) {
  #econ .behavioralIntroSection03 .behavioralIntroModalPrimary {
    height: 340px;
  }
}

#econ .behavioralIntroModalSecondary {
  background-color: var(--key-color-2);
  min-height: 132px;
  padding: 15px 25px;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 706px) {
  #econ .behavioralIntroModalSecondary {
    min-height: 103px;
    padding: 25px 40px;
    border-radius: 0 0 12px 12px;
  }
}

#econ .behavioralIntroModalSecondaryText {
  margin: 0;
  padding-bottom: 0;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralIntroModalSecondaryText {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* ======================================================
// behavioralWhy
// ====================================================== */
#econ .behavioralWhy {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (min-width: 706px) {
  #econ .behavioralWhy {
    padding-top: 121px;
    padding-bottom: 100px;
  }
}

#econ .behavioralWhyInner {
  position: relative;
}

#econ .behavioralWhyInner::after {
  display: block;
  content: "";
  position: absolute;
  top: -84px;
  right: -52px;
  width: 140px;
  height: 183px;
  background-image: url(../img/bg_fluid_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media (min-width: 706px) {
  #econ .behavioralWhyInner::after {
    top: -120px;
    right: 21px;
    width: 208px;
    height: 270px;
  }
}

#econ .behavioralWhyContent {
  position: relative;
  z-index: 2;
}

#econ .behavioralWhy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-image: url(../img/bg_wave01_top_sp.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center top;
  transform: translateY(1px);
}

@media (min-width: 706px) {
  #econ .behavioralWhy::before {
    height: 152px;
    background-image: url(../img/bg_wave01_top.svg);
  }
}

#econ .behavioralWhy::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: calc(100% + 44px);
  background-color: var(--sub-color-2);
}

@media (min-width: 706px) {
  #econ .behavioralWhy::after {
    top: 152px;
    height: calc(100% + 152px);
  }
}

@media (min-width: 706px) {
  #econ .behavioralWhyWrapper {
    display: flex;
    align-items: flex-start;
    width: 880px;
    gap: 13px;
  }
}

#econ .behavioralWhyTitle {
  color: var(--key-color-3);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 706px) {
  #econ .behavioralWhyTitle {
    font-size: 36px;
    margin-bottom: 38px;
  }
}

#econ .behavioralWhyList {
  margin-bottom: 27px;
}

@media (min-width: 706px) {
  #econ .behavioralWhyList {
    width: 486px;
    margin-bottom: 0;
  }
}

#econ .behavioralWhyListItem {
  position: relative;
  padding-left: 15px;
}

@media (min-width: 706px) {
  #econ .behavioralWhyListItem {
    padding-left: 20px;
  }
}

#econ .behavioralWhyListItem:not(:last-child) {
  margin-bottom: 25px;
}

#econ .behavioralWhyListItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: var(--key-color-2);
  border-radius: 3px;
}

#econ .behavioralWhyListTitle {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 5px;
}

@media (min-width: 706px) {
  #econ .behavioralWhyListTitle {
    font-size: 27px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
}

#econ .behavioralWhyListText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralWhyListText {
    font-size: 16px;
    line-height: 1.75;
  }
}

#econ .behavioralWhyContentImg {
  display: block;
  width: 325px;
  margin: 0 auto;
}

@media (min-width: 706px) {
  #econ .behavioralWhyContentImg {
    width: 360px;
    margin: 22px 0 0;
  }
}

/* ======================================================
// behavioralDifferent
// ====================================================== */
#econ .behavioralDifferent {
  position: relative;
  padding-top: 60px;
  padding-bottom: 77px;
}

@media (min-width: 706px) {
  #econ .behavioralDifferent {
    padding-top: 118px;
    padding-bottom: 100px;
  }
}

#econ .behavioralDifferentInner {
  position: relative;
}

#econ .behavioralDifferentInner::after {
  display: block;
  content: "";
  position: absolute;
  top: -78px;
  right: -52px;
  width: 140px;
  height: 183px;
  background-image: url(../img/bg_fluid_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media (min-width: 706px) {
  #econ .behavioralDifferentInner::after {
    top: -115px;
    right: 21px;
    width: 208px;
    height: 270px;
  }
}

#econ .behavioralDifferentContent {
  position: relative;
  z-index: 2;
}

#econ .behavioralDifferent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-image: url(../img/bg_wave02_top_sp.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center top;
  transform: translateY(1px);
}

@media (min-width: 706px) {
  #econ .behavioralDifferent::before {
    height: 152px;
    background-image: url(../img/bg_wave02_top.svg);
  }
}

#econ .behavioralDifferent::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: calc(100% + 44px);
  background-color: var(--sub-color-1);
}

@media (min-width: 706px) {
  #econ .behavioralDifferent::after {
    top: 152px;
    height: calc(100% + 152px);
  }
}

#econ .behavioralDifferentTitle {
  color: var(--key-color-3);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 706px) {
  #econ .behavioralDifferentTitle {
    font-size: 36px;
    margin-bottom: 38px;
  }
}

#econ .behavioralDifferentListItem:not(:last-child) {
  margin-bottom: 18px;
}

@media (min-width: 706px) {
  #econ .behavioralDifferentListItem:not(:last-child) {
    margin-bottom: 33px;
  }
}

#econ .behavioralDifferentListTitle {
  position: relative;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  padding-left: 15px;
}

@media (min-width: 706px) {
  #econ .behavioralDifferentListTitle {
    font-size: 27px;
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 1.2;
  }
}

#econ .behavioralDifferentListTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: var(--key-color-1);
  border-radius: 3px;
}

/* ======================================================
// behavioralAbout
// ====================================================== */
#econ .behavioralAbout {
  position: relative;
  padding-top: 60px;
  padding-bottom: 77px;
}

@media (min-width: 706px) {
  #econ .behavioralAbout {
    padding-top: 132px;
    padding-bottom: 100px;
  }
}

#econ .behavioralAboutInner {
  position: relative;
}

#econ .behavioralAboutInner::after {
  display: block;
  content: "";
  position: absolute;
  top: -78px;
  right: -52px;
  width: 140px;
  height: 183px;
  background-image: url(../img/bg_fluid_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media (min-width: 706px) {
  #econ .behavioralAboutInner::after {
    top: -126px;
    right: 21px;
    width: 208px;
    height: 270px;
  }
}

#econ .behavioralAboutContent {
  position: relative;
  z-index: 2;
}

#econ .behavioralAbout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-image: url(../img/bg_wave03_top_sp.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center top;
  transform: translateY(1px);
}

@media (min-width: 706px) {
  #econ .behavioralAbout::before {
    height: 152px;
    background-image: url(../img/bg_wave03_top.svg);
  }
}

#econ .behavioralAbout::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: calc(100% + 44px);
  background-color: var(--color-white);
}

@media (min-width: 706px) {
  #econ .behavioralAbout::after {
    top: 152px;
    height: calc(100% + 152px);
  }
}

#econ .behavioralAboutTitle {
  color: var(--key-color-3);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 25px;
  text-align: center;
}

@media (min-width: 706px) {
  #econ .behavioralAboutTitle {
    font-size: 36px;
    margin-bottom: 38px;
  }
}

#econ .behavioralAboutMore {
  padding-bottom: 0;
  position: relative;
  width: fit-content;
  color: var(--key-color-3);
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

@media (min-width: 706px) {
  #econ .behavioralAboutMore {
    font-size: 27px;
    line-height: 1.2;
  }
}

#econ .behavioralAboutMore::before,
#econ .behavioralAboutMore::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 15px;
  height: 29px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 706px) {
  #econ .behavioralAboutMore::before,
  #econ .behavioralAboutMore::after {
    width: 22px;
    height: 42px;
  }
}

#econ .behavioralAboutMore::before {
  left: -16px;
  background-image: url(../img/bg_behavioral-about_more_left_sp.svg);
}

@media (min-width: 706px) {
  #econ .behavioralAboutMore::before {
    left: -18px;
    background-image: url(../img/bg_behavioral-about_more_left.svg);
  }
}

#econ .behavioralAboutMore::after {
  right: -16px;
  background-image: url(../img/bg_behavioral-about_more_right_sp.svg);
}

@media (min-width: 706px) {
  #econ .behavioralAboutMore::after {
    right: -18px;
    background-image: url(../img/bg_behavioral-about_more_right.svg);
  }
}

#econ .behavioralAboutList {
  width: 275px;
  margin: 0 auto;
}

@media (min-width: 706px) {
  #econ .behavioralAboutList {
    width: 644px;
  }
}

#econ .behavioralAboutItem:not(:last-child) {
  margin-bottom: 20px;
}

#econ .behavioralAboutItem a.behavioralAboutLink:hover img {
  opacity: 1;
}

@media (hover: hover) {
  #econ .behavioralAboutItem a.behavioralAboutLink:hover img {
    opacity: 0.7;
  }
}

/* ======================================================
// behavioralField
// ====================================================== */
#econ .behavioralField {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (min-width: 706px) {
  #econ .behavioralField {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#econ .behavioralFieldInner {
  position: relative;
}

#econ .behavioralFieldInner::after {
  display: block;
  content: "";
  position: absolute;
  top: -85px;
  right: -52px;
  width: 140px;
  height: 183px;
  background-image: url(../img/bg_fluid_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media (min-width: 706px) {
  #econ .behavioralFieldInner::after {
    top: -93px;
    right: 21px;
    width: 208px;
    height: 270px;
  }
}

#econ .behavioralFieldContent {
  position: relative;
  z-index: 2;
}

#econ .behavioralField::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-image: url(../img/bg_wave01_top_sp.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center top;
  transform: translateY(1px);
}

@media (min-width: 706px) {
  #econ .behavioralField::before {
    height: 152px;
    background-image: url(../img/bg_wave01_top.svg);
  }
}

#econ .behavioralField::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: calc(100% + 44px);
  background-color: var(--sub-color-2);
}

@media (min-width: 706px) {
  #econ .behavioralField::after {
    top: 152px;
    height: calc(100% + 152px);
  }
}

#econ .behavioralFieldTitle {
  color: var(--key-color-3);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media (min-width: 706px) {
  #econ .behavioralFieldTitle {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

#econ .behavioralFieldTitleMarker {
  display: inline-block;
  position: relative;
}

#econ .behavioralFieldTitleMarker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_behavioral-field_marker01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom 3px;
}

#econ .behavioralFieldTitleMarkerIn {
  position: relative;
  z-index: 1;
}

#econ .behavioralFieldList {
  margin-bottom: 30px;
}

@media (min-width: 706px) {
  #econ .behavioralFieldList {
    margin-bottom: 70px;
  }
}

#econ .behavioralFieldListItem:not(:last-child) {
  margin-bottom: 35px;
}

#econ .behavioralFieldListItemWrapper {
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 10px;
}

@media (min-width: 706px) {
  #econ .behavioralFieldListItemWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 27px;
    padding: 28px 50px;
  }
}

@media (min-width: 706px) {
  #econ .behavioralFieldListItemPrimary {
    width: 358px;
  }
}

@media (min-width: 706px) {
  #econ .behavioralFieldListItemSecondary {
    flex: 1;
    text-align: right;
  }
}

#econ .behavioralFieldListTitle {
  color: var(--key-color-2);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 12px;
}

@media (min-width: 706px) {
  #econ .behavioralFieldListTitle {
    font-size: 27px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
}

#econ .behavioralFieldListText {
  padding-bottom: 0;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralFieldListText {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
  }
}

/* behavioralGrowthBox02 */
#econ .behavioralGrowthBox02 {
  position: relative;
}

#econ .behavioralGrowthBox02Title {
  position: relative;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  padding: 20px 25px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Title {
    font-size: 27px;
    padding: 30px 40px;
  }
}

#econ .behavioralGrowthBox02Title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--key-color-2);
  border-radius: 10px 10px 0 0;
  z-index: -2;
}

#econ .behavioralGrowthBox02TitleMarker {
  display: inline-block;
  position: relative;
}

#econ .behavioralGrowthBox02TitleMarker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_behavioral-growth_marker01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom 0px;
}

#econ .behavioralGrowthBox02Content {
  padding: 15px 30px 30px;
  background-color: var(--color-white);
  border-radius: 0 0 10px 10px;
}

@media (max-width: 374px) {
  #econ .behavioralGrowthBox02Content {
    padding: calc(15 / 375 * 100vw) calc(30 / 375 * 100vw)
      calc(30 / 375 * 100vw);
  }
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Content {
    padding: 34px 40px 30px;
  }
}

#econ .behavioralGrowthBox02Text01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Text01 {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    margin: 0 0 30px;
  }
}

#econ .behavioralGrowthBox02List {
  margin-bottom: 20px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02List {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-right: 5px solid var(--key-color-2);
    border-left: 5px solid var(--key-color-2);
    margin-bottom: 40px;
  }
}

#econ .behavioralGrowthBox02Item {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#econ .behavioralGrowthBox02Item:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Item:not(:last-child) {
    margin-bottom: 0;
    border-right: 5px solid var(--key-color-2);
  }
}

#econ .behavioralGrowthBox02Item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--key-color-2);
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Item::before {
    display: none;
  }
}

#econ .behavioralGrowthBox02Item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 5px;
  height: 100%;
  background-color: var(--key-color-2);
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Item::after {
    display: none;
  }
}

#econ .behavioralGrowthBox02ItemTitle {
  color: var(--key-color-2);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px;
  text-align: center;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02ItemTitle {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
  }
}

#econ .behavioralGrowthBox02ItemTitleSub {
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 15px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02ItemTitleSub {
    font-size: 20px;
  }
}

#econ .behavioralGrowthBox02ItemText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02ItemText {
    font-size: 16px;
    line-height: 1.75;
  }
}

#econ .behavioralGrowthBox02Fukidashi {
  background-image: url(../img/bg_behavioral-growth_fukidashi_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom 0px;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 13px;
  padding: 4px 0 4px 59px;
}

@media (max-width: 374px) {
  #econ .behavioralGrowthBox02Fukidashi {
    padding: calc(4 / 375 * 100vw) 0 calc(4 / 375 * 100vw)
      calc(59 / 375 * 100vw);
  }
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Fukidashi {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 0 53px;
    background: none;
  }
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02Fukidashi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 100%;
    background-image: url(../img/bg_behavioral-growth_fukidashi.svg);
    background-size: 56px auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 10;
  }
}

#econ .behavioralGrowthBox02FukidashiText {
  padding-bottom: 0;
  color: var(--key-color-2);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02FukidashiText {
    font-size: 20px;
    text-align: center;
    border: 3px solid var(--key-color-2);
    background-color: var(--color-white);
    padding: 12px;
  }
}

@media (max-width: 374px) {
  #econ .behavioralGrowthBox02FukidashiText {
    font-size: calc(14 / 375 * 100vw);
  }
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItem {
    padding: 30px 25px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--sub-color-2);
  }
}

#econ .behavioralGrowthBox02AccordionItem:not(:last-child) {
  margin-bottom: 30px;
}

#econ .behavioralGrowthBox02AccordionItemTitle {
  position: relative;
  width: 275px;
  height: 75px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

@media (max-width: 374px) {
  #econ .behavioralGrowthBox02AccordionItemTitle {
    width: calc(275 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemTitle {
    width: auto;
    height: auto;
    margin-bottom: 6px;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
    user-select: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    cursor: auto;
  }
}

#econ .behavioralGrowthBox02AccordionItemTitle01 {
  background-image: url(../img/bg_behavioral-growth_accordion01_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemTitle01 {
    background-image: none;
  }
}

#econ .behavioralGrowthBox02AccordionItemTitle02 {
  background-image: url(../img/bg_behavioral-growth_accordion02_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemTitle02 {
    background-image: none;
  }
}

#econ .behavioralGrowthBox02AccordionItemTitleText {
  position: absolute;
  top: 20px;
  left: 67px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemTitleText {
    position: static;
  }
}

/* アイコンの背景円 */
#econ .behavioralGrowthBox02AccordionItemTitle::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: var(--color-white);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

/* プラス記号 */
#econ .behavioralGrowthBox02AccordionItemTitle::before {
  content: "+";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 900;
  line-height: 21px;
  z-index: 1;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
}

/* 開いた状態ではマイナス記号 */
#econ
  .behavioralGrowthBox02AccordionItem[open]
  .behavioralGrowthBox02AccordionItemTitle::before {
  content: "−";
}

/* PC版ではhover効果とアイコンを無効化 */
@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemTitle:hover {
    opacity: 1;
  }

  #econ .behavioralGrowthBox02AccordionItemTitle::before,
  #econ .behavioralGrowthBox02AccordionItemTitle::after {
    display: none;
  }

  #econ .behavioralGrowthBox02AccordionItemTitle {
    padding-right: 0;
  }
}

#econ .behavioralGrowthBox02AccordionItemContent {
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: var(--sub-color-2);
  padding: 0 5px 5px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemContent {
    padding: 0;
  }
}

#econ .behavioralGrowthBox02AccordionItemContentInner {
  padding: 15px;
  border-top: 2px solid var(--color-white);
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemContentInner {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 0;
    border: none;
  }
}

/* 開いている状態では、JavaScriptで動的に高さを設定 */
#econ
  .behavioralGrowthBox02AccordionItem[open]
  .behavioralGrowthBox02AccordionItemContent {
  opacity: 1;
}

/* PC版ではアニメーションを無効化 */
@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemContent {
    transition: none;
    max-height: none;
    opacity: 1;
  }
}

/* SPのみアコーディオン機能を有効にする */
@media (min-width: 706px) {
  #econ
    .behavioralGrowthBox02AccordionItem[open]
    .behavioralGrowthBox02AccordionItemContent,
  #econ
    .behavioralGrowthBox02AccordionItem:not([open])
    .behavioralGrowthBox02AccordionItemContent {
    display: block;
  }

  #econ
    .behavioralGrowthBox02AccordionItem
    .behavioralGrowthBox02AccordionItemTitle {
    pointer-events: none;
  }

  #econ
    .behavioralGrowthBox02AccordionItem
    .behavioralGrowthBox02AccordionItemTitle::marker {
    display: none;
  }

  #econ
    .behavioralGrowthBox02AccordionItem
    .behavioralGrowthBox02AccordionItemTitle::-webkit-details-marker {
    display: none;
  }
}

#econ .behavioralGrowthBox02AccordionItemContentTextWrapper {
  margin-bottom: 20px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemContentTextWrapper {
    width: 476px;
    margin-bottom: 0;
  }
}

#econ .behavioralGrowthBox02AccordionItemContentText01 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemContentText01 {
    font-size: 16px;
    line-height: 1.75;
  }
}

#econ .behavioralGrowthBox02AccordionItemContentNote01 {
  padding-bottom: 0;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemContentNote01 {
    font-size: 14px;
    line-height: 1.5;
  }
}

#econ .behavioralGrowthBox02AccordionItemContentImg01 {
  margin-top: 20px;
}

@media (min-width: 706px) {
  #econ .behavioralGrowthBox02AccordionItemContentImg01 {
    width: 277px;
    margin-top: 0;
  }
}

/* ======================================================
// behavioralAccess
// ====================================================== */
#econ .behavioralAccess {
  position: relative;
  padding-top: 112px;
  padding-bottom: 60px;
  background-color: var(--color-white);
}

@media (min-width: 706px) {
  #econ .behavioralAccess {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}

#econ .behavioralAccessInner {
  position: relative;

  padding: 0 25px;
}

#econ .behavioralAccessInner::after {
  display: block;
  content: "";
  position: absolute;
  top: -41px;
  right: -52px;
  width: 140px;
  height: 183px;
  background-image: url(../img/bg_fluid_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media (min-width: 706px) {
  #econ .behavioralAccessInner::after {
    top: -13px;
    right: 14px;
    width: 208px;
    height: 270px;
  }
}

#econ .behavioralAccessContent {
  position: relative;
  z-index: 2;
}

#econ .behavioralAccessContent::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 27px;
  width: 3px;
  height: 100%;
  background-color: var(--key-color-3);
  border-radius: 1.5px;
}

@media (min-width: 706px) {
  #econ .behavioralAccessContent::before {
    left: 50px;
  }
}

#econ .behavioralAccessTitle {
  margin-bottom: 10px;
  padding-left: 50px;
  color: var(--key-color-3);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralAccessTitle {
    font-size: 36px;
    padding-left: 80px;
  }
}

#econ .behavioralAccessText01 {
  margin-bottom: 65px;
  padding-bottom: 0;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralAccessText01 {
    margin-bottom: 83px;
    padding-left: 80px;
    font-size: 16px;
    line-height: 1.75;
  }
}

#econ .behavioralAccessImg01 {
  position: absolute;
  top: 160px;
  right: 11px;
  width: 118px;
}

@media (min-width: 706px) {
  #econ .behavioralAccessImg01 {
    top: 158px;
    right: 100px;
    width: 218px;
  }
}

#econ .behavioralAccessImg02 {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

@media (min-width: 706px) {
  #econ .behavioralAccessImg02 {
    margin-bottom: 28px;
  }
}

#econ .behavioralAccessText02 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 0;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 706px) {
  #econ .behavioralAccessText02 {
    width: fit-content;
    margin-top: -240px;
    margin-bottom: 74px;
    padding-left: 80px;
    font-size: 16px;
  }
}

#econ .behavioralAccessBox01 {
  position: relative;
  width: fit-content;
  margin-bottom: 0;
}

@media (min-width: 706px) {
  #econ .behavioralAccessBox01 {
    margin-top: -28px;
  }
}

#econ .behavioralAccessImg03 {
  display: block;
  max-width: 332px;
  margin-bottom: 15px;
  padding-left: 40px;
}

@media (min-width: 706px) {
  #econ .behavioralAccessImg03 {
    max-width: 510px;
    margin-bottom: 0;
    padding-left: 100px;
  }
}


/* ======================================================
// behavioralAbout02
// ====================================================== */
#econ .behavioralAbout02 {
  position: relative;
  padding-top: 0;
  padding-bottom: 60px;
  background-color: var(--color-white);
}

@media (min-width: 706px) {
  #econ .behavioralAbout02 {
    padding-bottom: 80px;
  }
}