@charset "shift_jis";
/* Updated 2026/07/28.T */

/*-------------------------------------
common
-------------------------------------*/
body {
  overflow: hidden;
  color: #141D1D;
  font-family: noto-sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
button {
  font-family: noto-sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
main {
  position: relative;
}
.list-notice01>.item {
  padding-left: calc(1em + 5px);
  text-align: left;
}
.list-notice01>.item>.mark {
  width: 1em;
  text-align: right;
}

.title-section01 {
  margin-top: 0;
  border-bottom: 0;
}
.title-section01 > .title {
  display: flex;
  align-items: center;
  font-size: 4.2rem;
}
.title-section01 > .title > .inner {
  padding: 0 1.1em;
}
.title-section01 > .title::before,
.title-section01 > .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D8B46A;
  flex: 1;
}
.title-section01 > .sub {
  text-align: center;
}
.title-section01 > .sub > .inner {
  display: inline-block;
  padding: 8px 16px;
  background: #FFF;
  border: 1px solid #141D1D;
  border-radius: 83px;
  color: #141D1D;
  font-size: 2.0rem;
  letter-spacing: -.05em;
  line-height: 1.1;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .title-section01 {
    margin: 0;
    padding: 0 16px;
  }
  .title-section01 > .title {
    font-size: 2.8rem;
  }
  .title-section01 > .title > .inner {
    padding: 0 .2em;
  }
  .title-section01 > .sub > .inner {
    font-size: 1.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .title-section01 {
    padding: 0 4.27vw;
  }
  .title-section01 > .title {
    font-size: 7.47vw;
  }
  .title-section01 > .sub > .inner {
    font-size: 3.73vw;
  }
}

@media screen and (max-width: 767.98px) {
  .cont-area {
    padding-top: 83px;
  }
}

.sec-inr01 {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 767.98px) {
  .sec-inr01 {
    padding: 0;
  }
}

[class*="column-layoutB"]:not(:first-child) {
  margin-top: 32px;
}
._cr-orange01 {
  color: #FF5F04;
}
._cr-red01 {
  color: #BA4620;
}
._cr-black01 {
  color: #141D1D!important;
}
.text-mark01 {
  background: linear-gradient(transparent 60%, #ffe180 60%);
}
._bg-color01 {
  background: #F8F3E7;
}
sup {
  top: -1em;
}
.link-external {
  display: inline-block;
  font-weight: normal;
}
.table-detail01 > .item > .row > .data > *:not(:first-child) {
  margin-top: 12px;
}
._mt20 {
  margin-top: 20px!important;
}
@media screen and (max-width: 767.98px) {
  ._sp-t-left {
    text-align: left!important;
  }
  ._sp-mt18 {
    margin-top: 18px!important;
  }
  ._sp-mt28 {
    margin-top: 28px!important;
  }
  ._sp-mt30 {
    margin-top: 30px!important;
  }
}

#footer-content {
  margin-top: 0;
}

/* PC Only */
@media screen and (min-width: 768px) {
  #header-wrap {
    box-shadow: 0 0 13px rgba(20, 29, 29, .1);
    position: relative;
    z-index: 1;
  }
  #footer-content .footer-logo {
    padding-bottom: 88px;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  #footer-content .footer-logo {
    padding-bottom: 60px;
  }
}

/*-------------------------------------
cv
-------------------------------------*/
.cv-area {
  padding: 60px 0;
  background: #004831;
  color: #FFF;
}
.cv-area .text-hooray01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
}
.cv-area .text-hooray01 > .inner {
  padding: 0 16px;
}
.cv-area .text-hooray01::before,
.cv-area .text-hooray01::after {
  content: "";
  display: block;
  width: 10px;
  height: 24px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.cv-area .text-hooray01::before {
  transform: skewX(30deg);
}
.cv-area .text-hooray01::after {
  transform: skewX(150deg);
}
.cv-area .text-hooray01 > .inner::before,
.cv-area .text-hooray01 > .inner::after {
  display: none;
}
.cv-area .btn-type01.-orange01 {
  background: #FF5F04;
  font-size: 1.6rem;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .cv-area .btn-type01.-orange01 {
    width: 535px;
    max-width: 100%;
    font-size: 2.8rem;
  }
  .cv-area .btn-type01.-orange01 > .inner {
    min-height: 74px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .cv-area {
    padding: 40px 0;
  }
  .cv-area .text-hooray01 {
    align-items: flex-end;
    font-size: 1.6rem;
  }
  .cv-area .text-hooray01 > .inner {
    padding: 0 8px;
  }
  .cv-area .text-hooray01 .sub {
    display: block;
    font-size: 1.2rem;
  }
  .cv-area .btn-list01:not(:first-child) {
    margin-top: 8px;
  }
  .cv-area .btn-type01.-orange01 {
    width: 287px;
    max-width: 100%;
  }
}

/*-------------------------------------
kv-area
-------------------------------------*/
.kv-area {
  padding: 42px 0;
  background: url(/hojin/kouza/campaign/1st-anniversary_202607/business-owners/imgs/index_bg_01.jpg) no-repeat center bottom;
  background-size: cover;
}
.kv-area .date-box01 {
  margin-top: 24px;
  background: #004831;
  color: #FFF;
}
.kv-area .date-box01 > .dl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
}
.kv-area .date-box01 > .dl .title {
  padding-right: 32px;
  border-right: 1px solid #D8B46A;
}
.kv-area .date-box01 > .dl .detail {
  display: inline-flex;
  align-items: center;
  padding-left: 32px;
}
.kv-area .date-box01 > .dl .date {
  font-family: roboto;
  font-weight: bold;
}
.kv-area .date-box01 > .dl .week {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  justify-content: center;
  margin: 0 6px;
  background: #D8B46A;
  color: #004831;
  border-radius: 50%;
  line-height: 1.3;
}
.kv-area .cv-box01 {
  margin-top: 32px;
}
.kv-area .cv-box01 .text-hooray01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
}
.kv-area .cv-box01 .text-hooray01 > .inner {
  padding: 0 16px;
}
.kv-area .cv-box01 .text-hooray01::before,
.kv-area .cv-box01 .text-hooray01::after {
  content: "";
  display: block;
  width: 10px;
  height: 24px;
  border-left: 1px solid #141D1D;
  border-right: 1px solid #141D1D;
}
.kv-area .cv-box01 .text-hooray01::before {
  transform: skewX(30deg);
}
.kv-area .cv-box01 .text-hooray01::after {
  transform: skewX(150deg);
}
.kv-area .cv-box01 .text-hooray01 > .inner::before,
.kv-area .cv-box01 .text-hooray01 > .inner::after {
  display: none;
}
.kv-area .cv-box01 .btn-type01.-orange01 {
  background: #FF5F04;
  font-size: 1.6rem;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .kv-area .img-box01 {
    display: flex;
    align-items: center;
    margin-top: 42px;
  }
  .kv-area .img-box01 > .img:not(:first-child) {
    margin-left: 60px;
  }
  .kv-area .date-box01 {
    margin-top: 40px;
  }
  .kv-area .date-box01 > .dl .title {
    font-size: 2.8rem;
  }
  .kv-area .date-box01 > .dl .date {
    font-size: 4.2rem;
  }
  .kv-area .date-box01 > .dl .week {
    font-size: 2.2rem;
  }
  .kv-area .date-box01 > .dl .mark {
    margin: 0 8px 0 10px;
    font-size: 2.4rem;
  }
  .kv-area .cv-box01 .btn-list01:not(:first-child) {
    margin-top: 12px;
  }
  .kv-area .cv-box01 .btn-type01.-orange01 {
    width: 535px;
    max-width: 100%;
    font-size: 2.8rem;
  }
  .kv-area .cv-box01 .btn-type01.-orange01 > .inner {
    min-height: 74px;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-area {
    padding: 28px 0 46px;
    background: url(/hojin/kouza/campaign/1st-anniversary_202607/business-owners/imgs/index_bg_01_sp.png) no-repeat center top;
    background-size: cover;
  }
  .kv-area > .sec-inr01 {
    width: 287px;
    max-width: 100%;
  }
  .kv-area .img-box01 {
    margin-top: 24px;
  }
  .kv-area .img-box01 > .img {
    text-align: center;
  }
  .kv-area .img-box01 > .img:not(:first-child) {
    margin-top: 24px;
  }
  .kv-area .date-box01 {
    padding: 8px 0;
  }
  .kv-area .date-box01 > .dl .title {
    padding-right: 12px;
  }
  .kv-area .date-box01 > .dl .detail {
    padding-left: 12px;
  }
  .kv-area .date-box01 > .dl .date {
    font-size: 2.6rem;
  }
  .kv-area .date-box01 > .dl .week {
    font-size: 1.2rem;
  }
  .kv-area .date-box01 > .dl .mark {
    margin: 0 5px;
    font-size: 1.6rem;
  }
  .kv-area .cv-box01 .text-hooray01 {
    align-items: center;
    font-size: 1.6rem;
  }
  .kv-area .cv-box01 .text-hooray01 > .inner {
    padding: 0 24px;
  }
  .kv-area .cv-box01 .text-hooray01 .sub {
    display: block;
    font-size: 1.2rem;
  }
  .kv-area .cv-box01 .btn-list01:not(:first-child) {
    margin-top: 8px;
  }
  .kv-area .cv-box01 .btn-type01.-orange01 {
    width: 287px;
    max-width: 100%;
  }
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .kv-area .date-box01 > .dl .title {
    padding-right: 3.2vw;
  }
  .kv-area .date-box01 > .dl .detail {
    padding-left: 3.2vw;
  }
  .kv-area .date-box01 > .dl .date {
    font-size: 6.93vw;
  }
  .kv-area .date-box01 > .dl .week {
    font-size: 3.2vw;
  }
  .kv-area .date-box01 > .dl .mark {
    font-size: 4.27vw;
  }
}

/*-------------------------------------
sec-area01
-------------------------------------*/
.sec-area01 {
  padding: 80px 0 87px;
}
.sec-area01 > .sec-inr01 > .block01 > .head01 {
  margin-top: 32px;
  padding: 16px 0;
  background: #004831;
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.sec-area01 > .sec-inr01 > .block01 > .img01 {
  margin-top: 20px;
  text-align: center;
}
.sec-area01 > .sec-inr01 > .block01 .body01 > .box > .title {
  text-align: center;
}
.sec-area01 .img-box02 .txt01 {
  color: #004831;
  font-weight: bold;
}
.sec-area01 .list-notice01 > .item {
  color: #56635F;
}
.sec-area01 .example > .head {
  background: #B4431D;
  color: #FFF;
  text-align: center;
  position: relative;
}
.sec-area01 .example > .head > .ttl01 {
  font-weight: 700;
  line-height: 1.1;
}
.sec-area01 .example > .block01 > .box01 {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  overflow: hidden;
}
.sec-area01 .example > .block01 > .box01 > .head01 {
  color: #FFF;
  text-align: center;
}
.sec-area01 .example > .block01 > .box01 > .head01.-normal01 {
  background: #004831;
}
.sec-area01 .example > .block01 > .box01 > .head01.-gold01 {
  background: #D8B46A;
  color: #000;
}
.sec-area01 .example > .block01 > .box01 > .head01.-premium01 {
  background: #56635F;
}
.sec-area01 .example > .block01 > .box01 > .head01 .txt01 {
  font-weight: 700;
}
.sec-area01 .example > .block01 > .box01 .price {
  padding: 0 .08em;
  color: #004831;
  font-family: roboto;
  font-weight: bold;
  letter-spacing: -.023em;
}
.sec-area01 .example > .block01 > .box01 .result {
  color: #004831;
  text-align: center;
}
.sec-area01 .example > .block01 > .box01 .result .text-mark01 {
  display: inline-flex;
  align-items: baseline;
  background: linear-gradient(transparent 60%, #FBF0D4 60%);
  font-size: 1.6rem;
  line-height: 1.1;
}
.sec-area01 .example > .block01 > .box01 .result .txt01 {
  font-size: 2.1rem;
}
.sec-area01 .example > .block01 > .box01 .result .price {
  color: #BA4620;
}
.sec-area01 .example > .block01 > .box01 > .body01 > .img-box01 {
  text-align: center;
}
.sec-area01 .example > .block01 > .box01 .result .sub {
  display: block;
  width: 2em;
  line-height: 1.1;
  align-self: center;
}
.sec-area01 > .sec-inr01 > .block01 .body01 > .box .dl > .title {
  padding: .2em 0;
  background: #F8F3E7;
  color: #56635F;
  font-weight: 700;
  letter-spacing: .2em;
  text-align: center;
}
.sec-area01 .list-notice01 > .item {
  font-size: 1.2rem;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .sec-area01 {
    background: #F8F3E7;
  }
  .sec-area01 .img-box02 {
    width: 478px;
    max-width: 100%;
    margin: 8px auto 0;
  }
  .sec-area01 .img-box02 .txt01 {
    margin-top: 12px;
    font-size: 2.0rem;
  }
  .sec-area01 .img01 + .text-block01 > .txt01 {
    font-size: 2.4rem;
  }
  .sec-area01 .img01 + .text-block01 .list-notice01 {
    margin-top: 32px;
  }
  .sec-area01 > .sec-inr01 > .block01 {
    background: #FFF;
    box-shadow: 0px 2.5px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 8px 8px;
  }
  .sec-area01 > .sec-inr01 > .block01 > .inner {
    padding: 60px 40px 40px;
  }
  .sec-area01 > .sec-inr01 > .block01 .head01 > .sub01 {
    font-size: 2.0rem;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box {
    width: calc(50% - 20px);
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .img {
    display: flex;
    align-items: center;
    margin-top: 24px;
    height: 210px;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .dl {
    margin-top: 24px;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .dl .title {
    font-size: 2.0rem;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .dl .detail {
    margin-top: 8px;
    font-size: 1.9rem;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .dl + .list-notice01 {
    margin-top: 24px;
  }
  .sec-area01 > .sec-inr01 > .block01 .link01 {
    margin-top: 40px;
    text-align: center;
  }
  .sec-area01 .example {
    margin-top: 32px;
    padding-top: 80px;
  }
  .sec-area01 .example > .head {
    padding: 16px 0;
  }
  .sec-area01 .example > .head::before {
    content: "";
    display: block;
    width: 130px;
    height: 114px;
    background: url(/hojin/kouza/campaign/1st-anniversary_202607/business-owners/imgs/index_img_person_01.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 133px;
  }
  .sec-area01 .example > .head > .ttl01 {
    font-size: 2.8rem;
    position: relative;
    left: 40px;
  }
  .sec-area01 .example > .head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 18px solid #b4431d;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -18px;
  }
  .sec-area01 .example > .block01 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 32px 40px 16px;
    background: #FFF;
  }
  .sec-area01 .example > .note01 {
    padding: 0 40px 32px;
    background: #FFF;
  }
  .sec-area01 .example > .block01 > .box01 {
    width: calc(33.33% - (20px / 3));
  }
  .sec-area01 .example > .block01 > .box01 > .head01 {
    padding: 5px 0;
  }
  .sec-area01 .example > .block01 > .box01 > .head01 .txt01 {
    font-size: 1.5rem;
  }
  .sec-area01 .example > .block01 > .box01 > .head01 .ico {
    margin-left: .2em;
    margin-right: .5em;
  }
  .sec-area01 .example > .block01 > .box01 > .head01 .ico > img {
    width: 26px;
  }
  .sec-area01 .example > .block01 > .box01 > .body01 {
    padding: 16px 11px 11px;
  }
  .sec-area01 .example > .block01 > .box01 .result {
    margin-top: 16px;
  }
  .sec-area01 .example > .block01 > .box01 .result .sub {
    font-size: 1.4rem;
  }
  .sec-area01 .example > .block01 > .box01 .result .price {
    font-size: 4.0rem;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .sec-area01 {
    padding: 32px 0 42px;
  }
  .sec-area01 > .sec-inr01 > .block01 {
    padding: 0 16px;
  }
  .sec-area01 > .sec-inr01 > .block01 > .head01 {
    margin-top: 24px;
    padding: 14px 0;
    font-size: 2.8rem;
  }
  .sec-area01 > .sec-inr01 > .block01 > .img01 + .text-block01 {
    margin-top: 20px;
    padding: 0 16px;
  }
  .sec-area01 > .sec-inr01 > .block01 > .img01 + .text-block01 .txt01 {
    font-size: 2.0rem;
  }
  .sec-area01 > .sec-inr01 > .block01 > .img01 + .text-block01 .list-notice01 {
    margin-top: 20px;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 {
    margin-top: 44px;
    padding-bottom: 36px;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box:not(:first-child) {
    margin-top: 48px;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .img {
    margin-top: 16px;
    text-align: center;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .dl {
    margin-top: 16px;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .dl .title {
    font-size: 1.4rem;
  }
  .sec-area01 > .sec-inr01 > .block01 .body01 > .box .dl .detail {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .sec-area01 > .sec-inr01 > .block01 .link01 {
    margin-top: 45px;
  }
  .sec-area01 > .sec-inr01 > .block01 .head01 > .sub01 {
    display: block;
    font-size: 1.4rem;
    margin-bottom: .3em;
  }
  .sec-area01 .example {
    margin-top: 24px;
    padding-top: 42px;
  }
  .sec-area01 .example > .head {
    padding: 12px 0;
  }
  .sec-area01 .example > .head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #b4431d;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -10px;
  }
  .sec-area01 .example > .head > .ttl01 {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 110px;
    font-size: 2.4rem;
    text-align: left;
    position: relative;
  }
  .sec-area01 .example > .head > .ttl01::before {
    content: "";
    display: block;
    width: 98px;
    height: 85px;
    background: url(/hojin/kouza/campaign/1st-anniversary_202607/business-owners/imgs/index_img_person_01.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -12px;
  }
  .sec-area01 .example > .block01 {
    margin-top: 29px;
    padding: 0 16px;
  }
  .sec-area01 .example > .block01 > .box01:not(:first-child) {
    margin-top: 16px;
  }
  .sec-area01 .example > .block01 > .box01 > .head01 {
    padding: 5px 0;
  }
  .sec-area01 .example > .block01 > .box01 > .head01 .txt01 {
    font-size: 1.6rem;
  }
  .sec-area01 .example > .block01 > .box01 > .head01 .ico {
    margin-left: .2em;
    margin-right: .5em;
  }
  .sec-area01 .example > .block01 > .box01 > .head01 .ico > img {
    width: 29px;
  }
  .sec-area01 .example > .block01 > .box01 > .body01 {
    padding: 16px;
  }
  .sec-area01 .example > .block01 > .box01 .result {
    margin-top: 18px;
  }
  .sec-area01 .example > .block01 > .box01 .result .sub {
    font-size: 1.4rem;
  }
  .sec-area01 .example > .block01 > .box01 .result .price {
    font-size: 4.2rem;
  }
  .sec-area01 .example > .note01 {
    margin-top: 16px;
    padding: 0 16px;
  }
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .sec-area01 > .sec-inr01 > .block01 > .head01 {
    font-size: 7.47vw;
  }
  .sec-area01 > .sec-inr01 > .block01 > .img01 + .text-block01 .txt01 {
    font-size: 5.33vw;
  }
  .sec-area01 .example > .head > .ttl01 {
    padding-left: 29.33vw;
    font-size: 6.4vw;
  }
  .sec-area01 .example > .head > .ttl01::before {
    width: 26.13vw;
    height: 22.67vw;
  }
  .sec-area01 .example > .block01 > .box01 > .head01 .txt01 {
    font-size: 4.27vw;
  }
  .sec-area01 .example > .block01 > .box01 > .body01 {
    padding: 2.67vw 2.13vw 4.27vw;
  }
  .sec-area01 .example > .block01 > .box01 > .body01 > .img-box01 {
    font-size: 3.73vw;
  }
  .sec-area01 .example > .block01 > .box01 > .body01 > .img-box01 > .img {
    width: 14.4vw;
  }
  .sec-area01 .example > .block01 > .box01 > .body01 > .img-box01 .price {
    font-size: 6.93vw;
  }
  .sec-area01 .example > .block01 > .box01 > .body01 > .img-box01 .txt01 {
    font-size: 5.6vw;
  }
  .sec-area01 .example > .block01 > .box01 .result .sub {
    font-size: 4vw;
  }
  .sec-area01 .example > .block01 > .box01 .result .price {
    font-size: 11.2vw;
  }
  .sec-area01 .example > .block01 > .box01 .result .txt01 {
    font-size: 5.6vw;
  }
  .sec-area01 .example > .block01 > .box01 .result .text-mark01 {
    font-size: 4.27vw;
  }
}

/*-------------------------------------
sec-area02
-------------------------------------*/
.sec-area02 {
  padding: 70px 0;
}
.sec-area02 .flow-box01 > .item > .ttl {
  border-bottom: 2px solid #006444;
}
.sec-area02 .flow-box01 > .item > .ico {
  color: #FFF;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .sec-area02 .flow-box01 {
    display: flex;
    flex-flow: row wrap;
    padding: 40px;
  }
  .sec-area02 .flow-box01 > .item {
    padding: 36px 28px;
    background: #FFF;
    border-radius: 8px;
    position: relative;
  }
  .sec-area02 .flow-box01 > .item:nth-child(-n + 3) {
    margin-top: 36px;
    width: calc(33.33% - 26px);
  }
  .sec-area02 .flow-box01 > .item:nth-child(n + 4) {
    width: calc(50% - 38px);
    margin-top: 62px;
  }
  .sec-area02 .flow-box01 > .item:nth-child(n + 2) {
    margin-left: 38px;
  }
  .sec-area02 .flow-box01 > .item:nth-child(n + 2)::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -22px;
    margin-left: -8px;
    background: url(/hojin/kouza/campaign/1st-anniversary_202607/business-owners/imgs/index_ico_arrow_01.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(270deg) translate(-50%,-100%);
    position: absolute;
    left: 0;
    top: 50%;
  }
  .sec-area02 .flow-box01 > .item > .ico {
    display: flex;
    width: 59px;
    height: 59px;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
  }
  .sec-area02 .flow-box01 > .item > .ico .num {
    display: none;
  }
  .sec-area02 .flow-box01 > .item > .ttl {
    padding-bottom: 10px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .02em;
  }
  .sec-area02 .flow-box01 > .item > .img {
    margin-top: 14px;
  }
  .sec-area02 .flow-box01 > .item > .detail {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767.98px) {
  .sec-area02 {
    padding: 64px 0 40px;
  }
  .sec-area02 .flow-box01 {
    margin-top: 50px;
    padding: 0 16px;
  }
  .sec-area02 .flow-box01 > .item {
    padding: 20px 24px 20px 122px;
    background: #FFF;
    border-radius: 4px;
    position: relative;
  }
  .sec-area02 .flow-box01 > .item:not(:first-child) {
    margin-top: 32px;
  }
  .sec-area02 .flow-box01 > .item:not(:first-child)::before {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    margin-top: -4px;
    background: url(/hojin/kouza/campaign/1st-anniversary_202607/business-owners/imgs/index_ico_arrow_01.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-100%);
  }
  .sec-area02 .flow-box01 > .item > .ico {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    background: #006444;
    box-shadow: 3.03px 3.03px 0px 0px rgba(0, 72, 49, 0.06);
    border-radius: 4px;
    font-family: roboto;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    left: -2px;
    top: -2px;
  }
  .sec-area02 .flow-box01 > .item > .ttl {
    padding-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .sec-area02 .flow-box01 > .item > .img {
    width: 72px;
    position: absolute;
    left: 33px;
    top: 20px;
  }
  .sec-area02 .flow-box01 > .item > .detail {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .sec-area02 .flow-box01 > .item > .ttl {
    font-size: 4.27vw;
  }
  .sec-area02 .flow-box01 > .item > .detail {
    font-size: 4vw;
  }
}

/*-------------------------------------
sec-area03
-------------------------------------*/
.sec-area03 {
  padding: 70px 0 80px;
}
.sec-area03 table[class^="table"] tr > * {
  border-right: none;
  border-bottom: none;
}
.sec-area03 .table-detail01 > .item > .row > .data p {
  font-size: 1.6rem;
}
.sec-area03 .table-detail01 {
  margin-top: 38px;
  font-size: 14px;
  border: none;
}
.sec-area03 .table-detail01 > .item > .row > .header {
  display: flex;
  align-items: center;
  width: 23%;
  font-size: 20px;
  color: #FFF;
  background: #004831;
}
.sec-area03 .table-detail01 > .item > .row > .data {
  width: 77%;
}
.sec-area03 .table-detail01 > .item > .row > * {
  padding: 23px 18px 18px;
}
.sec-area03 .table-type01 > thead > tr > th {
  padding: 17px 2px 18px;
  color: #004831;
  background: #F5F5F5;
}
.sec-area03 .list-num01 > .item > .mark {
  text-align: left;
}
.sec-area03 .list-num01 > .item > .child > .title > .mark {
  text-align: left;
}
.sec-area03 .list-circle01 > .item::before {
  background: #D8B46A;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .sec-area03 .table-detail01 > .item > .row > .header {
    width: 27%;
  }
  .sec-area03 .table-detail01 > .item > .row > .data {
    width: 73%;
  }
}

@media screen and (max-width: 767.98px) {
  .sec-area03 {
    padding: 40px 0 50px;
  }
  .sec-area03 table[class^="table"] tr > * {
    padding: 16px 4px;
  }
  .sec-area03 table[class^="table"] {
    margin-bottom: 0;
  }
  .sec-area03 .table-detail01 > .item > .row > .header {
    width: 100%;
  }
  .sec-area03 .table-detail01 > .item > .row > .data {
    width: 100%;
  }
  .sec-area03 .table-detail01.-spBlock > .item > .row > .header,
  .sec-area03 .table-detail01.-spBlock > .item > .row > .data {
    padding: 21px 17px 20px;
  }
  .sec-area03 .table-type01 > thead > tr > th {
    padding: 16px 2px;
  }
}

/*-------------------------------------
sticky-banner
-------------------------------------*/
.sticky-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.25);
}
.sticky-banner > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-banner .btn-type01 > .inner{
  min-height: 34px;
  font-size: 1.8rem;
}
.sticky-banner .btn-type01.-orange01 {
  background: #E96300;
}

@media screen and (min-width: 768px) {
  .sticky-banner {
    background: rgba(20, 29, 29, 0.6);
    padding: 16px;
  }
  .sticky-banner .btn-list01 > .item {
    max-width: 100%;
  }
  .sticky-banner .btn-list01 > .item:not(:first-child) {
    margin-left: 16px;
  }
  .sticky-banner .btn-type01 {
    width: 320px;
  }
  .sticky-banner .btn-type01 > .inner {
    min-height: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  .sticky-banner .btn-list01 {
    max-width: 100%;
    flex-direction: inherit;
  }
  .sticky-banner .btn-type01 > .inner{
    font-size: 1.2rem;
  }
  .sticky-banner > .inner {
    flex-direction: inherit;
  }
  .sticky-banner .btn-list01:not(.-spColumn) > .item {
    width: 48%;
  }
  .sticky-banner .btn-list01:not(.-spColumn) > .item:not(:first-child) {
    margin: 0;
  }
  .sticky-banner .btn-list01:not(.-spColumn) > .item:last-child {
    margin-left: 2%;
  }
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .sticky-banner .btn-type01 > .inner{
    font-size: 3.2vw;
  }
}

/*-----------------------
modal
------------------------*/
html.is-modalShow {
  overflow: hidden;
  height: 125%;
}
html.is-modalShow body {
  position: fixed;
  width: 100%;
}
.modal-area.-show .modal-bg {
  display: flex;
}
.modal-area.-show .modal-content {
  display: block;
}
.modal-area .modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 94;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.modal-area .modal-content.is-modalShow {
  display: flex;
}
.modal-area .modal-frame {
  position: relative;
  z-index: 7;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100% - 120px);
  width: 900px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .modal-area .modal-frame {
    width: calc(100% - 9.6vw);
  }
}
.modal-area .modal-wrap01 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 30px 24px 30px;
  width: 100%;
  height: 50%;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .modal-area .modal-wrap01 {
    padding: 50px 30px 34px 30px;
  }
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #141d1d;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .modal-area .ttl01 {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .modal-area .ttl01 {
    font-size: 6.4vw;
  }
}
.modal-area .formWrap01 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  height: 60vh;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .modal-area .formWrap01 {
    margin-top: 6.13333vw;
  }
}
.modal-area .formWrap01 iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-area .btnClose01 {
  appearance: none;
  position: absolute;
  top: 12px;
  right: 21px;
  width: 34px;
  height: 34px;
  border: 1px solid #d5dedb;
  border-radius: 50%;
  background: url(/hojin/cmn/imgs/btn_close_01.svg) center center no-repeat #ffffff;
}
@media screen and (max-width: 767.98px) {
  .modal-area .btnClose01 {
    top: 8px;
    right: 6px;
  }
}