@charset "shift_jis";
/* Updated 2025/10/01.T */

/* ----------------------------------
general
---------------------------------- */
@font-face {
  font-family: noto-sans;
  src: url(/hojin/cmn/fonts/Noto_Sans_JP/NotoSansJP-Regular.otf);
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: noto-sans;
  src: url(/hojin/cmn/fonts/Noto_Sans_JP/NotoSansJP-Bold.otf);
}
@font-face {
  font-family: roboto;
  src: url(/hojin/cmn/fonts/Roboto/RobotoCondensed-Regular.ttf);
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: roboto;
  src: url(/hojin/cmn/fonts/Roboto/RobotoCondensed-Bold.ttf);
}

:root {
  --primary-color:#004831;
  --secondary-color:#017A4F;
  --light-color:#F3F8F6;
  --orange-background-color: #B4431D;
}

.l-inner {
  margin:  0 auto;
  width: min(calc(100% - 80px), 1180px);
}
.l-inner.-narrow {
  margin:  0 auto;
  width: min(calc(100% - 80px), 1000px);
}
/* TB STYLES */
@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .l-inner {
    margin:  0 auto;
    width: min(calc(100% - 32px), 1200px);
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: auto;
    min-width: 0;
    padding: 0 16px;
  }
  .l-inner.-narrow {
    min-width: 0;
    width: auto;
    padding: 0;
  }
}

.section-block01 {
  padding-bottom: 60px;
  background: #FFFDF1;
}
.section-block01 > section {
  margin-top: 60px;
}
#footer-content {
  margin-top: 0;
}
.c-title01 {
  color: var(--primary-color);
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}
._t-roboto {
  font-family: roboto !important;
}
._mt20 {
  margin-top: 20px !important;
}
._mt60 {
  margin-top: 60px !important;
}
._t-color01 {
  color: #BA4620;
}
.list-disc01 > .item {
  position: relative;
  padding-left: 1em;
}
.list-disc01 > .item::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(.5em + (4px / 2));
  left: .3em;
  width: 4px;
  height: 4px;
  background: #141D1D;
  border-radius: 50%;
}
.detail-note01:not(:first-child) {
  margin-top: 20px;
}
.detail-note01 > .title {
  padding-left: 20px;
  color: #000;
  font-weight: bold;
  position: relative;
}
.detail-note01 > .title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4D7F6F;
  position: absolute;
  left: 0;
  top: .5em;
}
.detail-note01 > .detail {
  margin-top: 10px;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .section-block01 {
    padding-top: 40px;
  }
  .section-block01 > section {
    margin-top: 50px;
  }
  .c-title01 {
    font-size: 2.8rem;
  }
}

/* SMALL STYLES */
@media screen and (max-width: 360.98px) {
  .c-title01 {
    font-size: 7.47vw;
  }
}

/*-------------------------------------
.fv-area
-------------------------------------*/
.fv-area {
  width: 100%;
  background: url('/hojin/kouza/campaign/invitation_202510/imgs/index_bg_01.jpg') no-repeat top center;
  background-size: 1440px auto;
}
.fv-area > .inner::before {
  content: '';
  display: block;
  width: 915px;
  height: 915px;
  background: #FFFDF1;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - (915px / 2));
  left: calc(50% - (915px / 2));
  z-index: -1;
}
.fv-area > .inner {
  width: 915px;
  max-width: 100%;
  height: 629px;
  margin: 0 auto;
  padding: 31px 112px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fv-area .title01 {
  text-align: center;
}
.fv-area .title01 > .txt01 {
  color: #141D1D;
  font-size: 3.0rem;
  font-weight: bold;
}
.fv-area .title01 > .img {
  max-width: 474px;
  margin: 35px auto 0;
}
.fv-area .title01 > h1 {
  margin: 24px -6px 0;
  color: var(--primary-color);
  font-size: 7.0rem;
  font-weight: bold;
  text-shadow: 4px 4px 0 #FFF, -4px -4px 0 #FFF, -4px 4px 0 #FFF, 4px -4px 0 #FFF, 0px 4px 0 #FFF, 0 -4px 0 #FFF, -4px 0 0 #fff, 8px 8px 4px #0000001A;
  line-height: 1;
}
.fv-area .title01 > .date {
  margin-top: 22px;
  background: #004831;
}
.fv-area .lead {
  margin-top: 18px;
}
.fv-area .lead > .inner {
  margin-top: -.5em;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
}
.fv-area .lead > .inner .txt01 {
  color: #BA4620;
  font-size: 3.0rem;
}
.fv-benefits {
  margin-top: 8px;
}
.fv-benefits ul {
  display: flex;
  justify-content: center;
  grid-column-gap: 20px;
}
.fv-benefits ul > .list {
  width: 334px;
  box-shadow: 4px 4px 4px 0px #0000001A;
  border-radius: 10px;
}
.fv-benefits ul > .list > .dl {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}
.fv-benefits ul > .list .title {
  padding: 8px 0;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 1.2;
}
.fv-benefits ul > .list .detail {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  flex: 1;
  line-height: 1.1;
}
.fv-benefits ul > .list .detail .txt01 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 6px;
}
.fv-benefits ul > .list .detail .txt02 {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
.fv-benefits ul > .list .detail .unit {
  color: #141D1D;
  font-weight: bold;
  font-size: 1.8rem;
}
.fv-benefits ul > .list .detail .price01 {
  font-family: roboto;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.1;
}
.fv-benefits ul > .list.-orange .title {
  background: #BA4620;
}
.fv-benefits ul > .list.-orange .detail .ico01 {
  display: flex;
  width: 39px;
  height: 39px;
  justify-content: center;
  align-items: center;
  background: #BA4620;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1;
  align-self: center;
}
.fv-benefits ul > .list.-orange .detail .price01 {
  color: #BA4620;
}
.fv-benefits ul > .list .detail .note01 {
  margin-top: 6px;
  color: #000;
  font-size: 1.2rem;
}
.fv-benefits ul > .list.-green .title {
  background: #00563A;
}
.fv-benefits ul > .list.-green .detail {
  justify-content: flex-start;
}
.fv-benefits ul > .list.-green .detail .ico01 {
  display: flex;
  width: 41px;
  height: 37px;
  justify-content: center;
  align-items: center;
  background: #00563A;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  align-self: center;
}
.fv-benefits ul > .list.-green .detail .price01 {
  color: #00563A;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .fv-area {
    padding: 20.8vw 0 27.73vw;
    background: url('/hojin/kouza/campaign/invitation_202510/imgs/index_bg_01_sp.jpg') no-repeat top center;
    background-size: 100% auto;
    overflow: hidden;
  }
  .fv-area > .inner::before {
    width: 133.6vw;
    height: 100.8vw;
    top: calc(50% - (100.8vw / 2));
    left: calc(50% - (133.6vw / 2));
    z-index: -1;
  }
  .fv-area > .inner {
    height: 100.8vw;
    padding: 8vw 0 14.13vw;
    text-align: center;
    overflow: visible;
  }
  .fv-area .title01 > .txt01 {
    font-size: 4.8vw;
  }
  .fv-area .title01 > .img {
    width: 55.47vw;
    margin: 3.2vw auto 0;
  }
  .fv-area .title01 > h1 {
    margin: 3.2vw 0 0;
    font-size: 9.07vw;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #fff, 4px 4px 4px #0000001A;
  }
  .fv-area .title01 > .date {
    width: 89.33vw;
    margin: 3.73vw auto 0;
  }
  .fv-area .title01 > .date > img {
    width: 57.87vw;
    max-width: 329px;
  }
  .fv-area .lead {
    display: inline-block;
    margin-top: 1.33vw;
  }
  .fv-area .lead > .balloon {
    text-align: left;
  }
  .fv-area .lead > .balloon img {
    width: 38.93vw;
    height: auto;
  }
  .fv-area .lead > .inner {
    font-size: 5.33vw;
    text-align: center;
  }
  .fv-area .lead > .inner .txt01 {
    font-size: 5.87vw;
  }
  .fv-benefits {
    margin-top: 4.8vw;
  }
  .fv-benefits ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 10px;
  }
  .fv-benefits ul > .list {
    width: calc(100% - 52px);
    max-width: 100%;
    min-width: 300px;
    margin: 0 auto;
  }
  .fv-benefits ul > .list .detail .price01 {
    font-size: 5.6rem;
  }
  .fv-benefits ul > .list .detail .txt01 {
    padding-bottom: 8px;
  }
  .fv-benefits ul > .list .detail .txt02 {
    font-size: 2.2rem;
  }
  .fv-benefits ul > .list .detail .unit {
    font-size: 2.2rem;
  }
  .fv-benefits ul > .list .detail .note01 {
    margin-top: 12px;
  }
  .fv-benefits ul > .list.-green .detail {
    padding: 12px 10px;
    justify-content: space-between;
  }
  .fv-benefits ul > .list.-green .detail .ico01 {
    width: 47px;
    height: 41px;
    font-size: 1.6rem;
    margin-right: 4px;
  }
  .fv-benefits ul > .list.-green .detail .unit {
    margin-left: 4px;
  }
}

/*-------------------------------------
.introduction-block
-------------------------------------*/
.introduction-block {
  margin-top: 60px;
}
.introduction-block .lead {
  color: #141D1D;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
.introduction-block .flow-box {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 30px 20px;
  background: #FFF;
  grid-column-gap: 124px;
}
.introduction-block .flow-box > .img {
  text-align: center;
  position: relative;
}
.introduction-block .flow-box > .img:first-child::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 69px solid transparent;
  border-bottom: 69px solid transparent;
  border-left: 52px solid #ba4620;
  border-right: 0;
  position: absolute;
  top: calc(50% - (139px / 2));
  right: calc(-124px + (52px / 2));
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .introduction-block .lead {
    font-size: 2.0rem;
  }
  .introduction-block .flow-box {
    flex-flow: column wrap;
    grid-row-gap: 66px;
  }
  .introduction-block .flow-box > .img:first-child::after {
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 30px solid #ba4620;
    border-bottom: 0;
    top: auto;
    right: calc(50% - (120px / 2));
    bottom: calc(-66px + (30px / 2));
  }
}
/* SMALL STYLES */
@media screen and (max-width: 360.98px) {
  .introduction-block .lead {
    font-size: 5.33vw;
  }
}

/*-------------------------------------
.section-flow
-------------------------------------*/
.section-flow .tab-block01 {
  margin-top: 50px;
}
.section-flow .tab-block01 .switch .txt01 {
  font-size: 3.2rem;
}
.section-flow .tab-block01 .switch .txt01 > .sub {
  display: block;
  font-size: 2.0rem;
}
.section-flow .tab-block01 .switch.-red01[aria-selected=true] {
  background: #BA4620;
}
.section-flow .tab-block01 .switch.-green01[aria-selected=true] {
  background: #00563A;
}
.section-flow .tab-block01 .panel > .inner {
  background: #FFF;
}
.section-flow .img-blk01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  column-gap: 36px;
  row-gap: 20px;
}
.section-flow .img-blk01 > .text {
  width: 320px;
  max-width: 100%;
  padding: 30px;
  background: #FFF4F4;
}
.section-flow .img-blk01 > .img {
  text-align: center;
}
.section-flow .text-block01 + .btn-wrap01 {
  margin-top: 50px;
}
.section-flow .btn-type01.-red01 {
  width: 330px;
  background: #BA4620;
  font-size: 2.4rem;
  padding: 16px;
}
.section-flow .btn-type01.-red01:not(:disabled):not([aria-disabled=true]):hover {
  background: #9C3512;
}
.section-flow .step-box01:not(:first-child) {
  margin-top: 50px;
}
.section-flow .step-box01 .title01 {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D5DEDB;
}
.section-flow .step-box01 .title01 > .inner {
  color: #000;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.section-flow .step-box01 .title01 > .ico {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1.1;
}
.section-flow .panel.-red01 .step-box01 .title01 > .ico {
  background: #BA4620;
}
.section-flow .panel.-green01 .step-box01 .title01 > .ico {
  background: #00563A;
}
.section-flow .step-box01 .title01 > .ico .num {
  font-size: 3.6rem;
  font-family: roboto;
}
.section-flow .step-box01 .lead {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
}
.section-flow .step-box01 .list-notice01 > .item {
  color: #000;
}
.price-blk01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  grid-column-gap: 10px;
  line-height: 1.1;
}
.price-blk01 > .item {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
}
.price-blk01 .txt01 {
  font-size: 3.0rem;
  font-weight: bold;
}
.price-blk01 .txt02 {
  font-family: roboto;
  font-size: 5.0rem;
  font-weight: bold;
}
.price-blk01 .txt03 {
  font-size: 5.0rem;
  font-weight: bold;
}
.price-blk01 .txt04 {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
.price-blk01 .txt05 {
  display: inline-block;
  width: 2.2em;
  font-size: 2.0rem;
  font-weight: bold;
}
.price-blk01 .txt06 {
  color: #BA4620;
  font-family: roboto;
  font-size: 6.0rem;
  font-weight: bold;
}
.price-blk01 .txt07 {
  font-size: 1.4rem;
  font-weight: bold;
}
.price-blk01 .txt08 {
  font-family: roboto;
  font-size: 2.8rem;
  font-weight: bold;
}
.price-blk01 .ico {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  row-gap: 8px;
}
.price-blk01 .step {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background: #00563A;
  color: #FFF;
  line-height: 1.1;
  border-radius: 50%;
}
.entry-box01 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.entry-box01 > .item {
  position: relative;
}
.entry-box01 > .item.-step01 .step {
  background: #4D7F6F;
}
.entry-box01 > .item.-step02 .step {
  background: #00563A;
}
.entry-box01 > .item.-step03 .step {
  background: #003927;
}
.entry-box01 > .item .step {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: roboto;
  text-align: center;
}
.entry-box01 .title {
  margin-top: 16px;
  color: #141D1D;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.entry-box01 .img {
  margin-top: 8px;
  text-align: center;
}
.entry-box01 .txt01 {
  margin-top: 10px;
  color: #141D1D;
  font-size: 1.4rem;
  text-align: center;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .section-flow .tab-block01 .panel {
    padding: 50px 74px;
    border-radius: 0 0 10px 10px;
    box-shadow: 4px 4px 4px 0px #0000001A;
  }
  .section-flow .tab-block01 .panel.-red01 {
    background: #FFEBEB;
  }
  .section-flow .tab-block01 .panel.-green01 {
    background: #E5EDEA;
  }
  .section-flow .tab-block01 .panel > .inner {
    padding: 30px 30px 76px;
  }
  .section-flow .img-blk01 > .img .img01 {
    width: 225px;
    height: auto;
  }
  .section-flow .img-blk01 + .list-notice01 {
    margin-top: 50px;
  }
  .section-flow .btn-type01.-red01 > .inner {
    min-height: 29px;
  }
  .entry-box01 > .item:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 62px);
    background: #56635F;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .entry-box01 > .item .step::after {
    position: absolute;
    right: -28px;
    top: 0;
    z-index: 2;
  }
  .entry-box01 > .item.-step01 .step::after {
    content: "";
    display: block;
    border-style: solid;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 28px solid #4D7F6F;
    border-right: 0;
  }
  .entry-box01 > .item.-step02 .step::after {
    content: "";
    display: block;
    border-style: solid;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 28px solid #00563A;
    border-right: 0;
  }
  .entry-box01 > .item.-step03 .step::after {
    content: "";
    display: block;
    border-style: solid;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 28px solid #003927;
    border-right: 0;
  }
  .entry-box01 > .item.-step01,
  .entry-box01 > .item.-step03 {
    width: 232px;
  }
  .entry-box01 > .item.-step02 {
    width: 272px;
  }
}

/* TB STYLES */
@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .price-blk01 {
    flex-flow: column wrap;
  }
  .price-blk01 > .item {
    grid-column-gap: 10px;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .section-flow .tab-block01 > .list {
    border-bottom: 0;
  }
  .section-flow .tab-block01 > .list > .item > .switch > .inner {
    min-height: 30px;
  }
  .section-flow .tab-block01 .switch .txt01 {
    font-size: 1.8rem;
  }
  .section-flow .tab-block01 .panel > .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .section-flow .tab-block01 .panel.-red01 > .sub {
    background: #BA4620;
  }
  .section-flow .tab-block01 .panel.-green01 > .sub {
    background: #00563A;
  }
  .section-flow .tab-block01 .panel > .inner {
    padding: 30px 20px;
  }
  .section-flow .img-blk01 {
    margin-top: 20px;
    flex-flow: column wrap;
  }
  .section-flow .img-blk01 > .text {
    padding: 20px;
  }
  .section-flow .img-blk01 + .list-notice01 {
    margin-top: 20px;
  }
  .section-flow .step-box01 .title01 {
    margin: 0 -20px;
    padding-bottom: 20px;
  }
  .section-flow .step-box01 .title01 > .inner {
    font-size: 2.4rem;
  }
  .section-flow .step-box01 .lead {
    font-size: 1.6rem;
  }
  .section-flow .step-box01 .list-notice01 > .item {
    font-size: 1.2rem;
  }
  .section-flow .text-block01 + .btn-wrap01 {
    margin-top: 20px;
  }
  .price-blk01 {
    flex-flow: column wrap;
  }
  .price-blk01 > .item {
    grid-column-gap: 10px;
  }
  .price-blk01 .txt01 {
    font-size: 1.8rem;
  }
  .price-blk01 .txt02 {
    font-size: 3.6rem;
  }
  .price-blk01 .txt03 {
    font-size: 3.0rem;
  }
  .price-blk01 .txt04 {
    font-size: 1.4rem;
    text-align: center;
  }
  .price-blk01 .txt05 {
    font-size: 2.0rem;
  }
  .price-blk01 .txt06 {
    font-size: 5.8rem;
  }
  .price-blk01 .ico > .img {
    width: 70px;
  }
  .section-flow .btn-type01.-red01 {
    width: 250px;
    font-size: 1.8rem;
    padding: 2px 16px;
  }
  .entry-box01 {
    flex-flow: column wrap;
    margin-top: 40px;
    grid-row-gap: 24px;
  }
  .entry-box01 > .item .step {
    height: 32px;
    font-size: 1.6rem;
  }
  .entry-box01 .title {
    font-size: 2.2rem;
  }
  .entry-box01 .txt01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 420.98px) {
  .price-blk01 > .item {
    grid-column-gap: 2.67vw;
  }
  .price-blk01 > .item:first-child {
    grid-column-gap: initial;
    justify-content: space-between;
  }
  .price-blk01 .txt01 {
    font-size: 4.27vw;
  }
  .price-blk01 .txt02 {
    font-size: 9.07vw;
  }
  .price-blk01 .txt03 {
    font-size: 8vw;
  }
  .price-blk01 .txt04 {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .price-blk01 .txt05 {
    font-size: 5.33vw;
  }
  .price-blk01 .txt06 {
    font-size: 15.47vw;
  }
  .price-blk01 .txt07 {
    font-size: 3.73vw;
  }
  .price-blk01 .txt08 {
    font-size: 7.47vw;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 360.98px) {
  .section-flow .tab-block01 .panel > .inner {
    padding: 8vw 5.33vw;
  }
  .section-flow .step-box01 .title01 {
    margin: 0;
  }
  .section-flow .step-box01 .title01 > .inner {
    font-size: 5.87vw;
  }
}

/*-------------------------------------
.section-detail
-------------------------------------*/
.section-detail > .inner {
  max-width: 1030px;
}
.section-detail .table-block {
  margin-top: 24px;
}
.section-detail .table-block .detail-table01 {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #4D7F6F;
  border-top: 1px solid #4D7F6F;
  border-collapse: separate;
}
.section-detail .table-block .detail-table01 th {
  background: #4D7F6F;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.section-detail .table-block .detail-table01 td {
  background: #FFF;
  color: #000;
  font-size: 1.6rem;
}
.section-detail .list-notice01 > .item {
  color: #000;
}

/* .section-notice */
.section-notice {
  margin-top: 60px;
}
.section-notice .card-link-wrap02 .title01 a::after {
  background: url('/hojin/kouza/campaign/invitation_202510/imgs/index_ico_01.svg') no-repeat center center;
  transform: rotate(0);
}
.section-notice .card-link-wrap02 .title01 a.show::after {
  background: url('/hojin/kouza/campaign/invitation_202510/imgs/index_ico_02.svg') no-repeat center center;
  transform: rotate(0);
}
.section-notice .card-link-wrap02 .item01 .title01 > a {
  color: #141D1D;
  font-size: 2.8rem;
  justify-content: center;
  background: #FFF;
  border: 2px solid #80A398;
  border-radius: 10px;
}
.section-notice .card-link-wrap02 .item01 .title01 > a.show {
  background: #4D7F6F;
  color: #FFF;
}
.section-notice .card-link-wrap02 .body {
  margin-top: -8px;
  padding: 58px 64px;
  border: 2px solid #80A398;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .section-detail .table-block .detail-table01 {
    border: none;
    border-left: 1px solid #4D7F6F;
    border-top: 1px solid #4D7F6F;
  }
  .section-detail .table-block .detail-table01 th {
    padding: 30px;
    text-align: left;
    border-bottom: 1px solid #FFFDF1;
    border-right: 1px solid #FFFDF1;
  }
  .section-detail .table-block .detail-table01 td {
    padding: 30px 46px 30px 30px;
    border-bottom: 1px solid #4D7F6F;
    border-right: 1px solid #4D7F6F;
  }
  .section-detail .table-block .detail-table01 tr:first-child > th {
    border-radius: 8px 0 0 0;
  }
  .section-detail .table-block .detail-table01 tr:first-child > td {
    border-radius: 0 8px 0 0;
  }
  .section-detail .table-block .detail-table01 tr:last-child > th {
    border-radius: 0 0 0 8px;
    border-bottom: 1px solid #4D7F6F;
  }
  .section-detail .table-block .detail-table01 tr:last-child > td {
    border-radius: 0 0 8px 0;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .section-detail .table-block .detail-table01 {
    border: 2px solid #4D7F6F;
  }
  .section-detail .table-block .detail-table01 th,
  .section-detail .table-block .detail-table01 td {
    display: block;
    width: 100%;
  }
  .section-detail .table-block .detail-table01 th {
    padding: 14px 20px;
  }
  .section-detail .table-block .detail-table01 td {
    padding: 30px 20px;
  }
  .section-detail .table-block .detail-table01 tr:first-child > th {
    border-radius: 6px 6px 0 0;
  }
  .section-detail .table-block .detail-table01 tr:last-child > td {
    border-radius: 0 0 6px 6px;
  }
  .section-notice {
    margin-top: 50px;
  }
  .section-notice .card-link-wrap02 .item01 .title01 > a {
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.1;
  }
  .section-notice .card-link-wrap02 .body {
    padding: 30px 15px;
  }
}

/*-------------------------------------
.section-reason
-------------------------------------*/
.section-reason .logo {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.section-reason .logo > .img {
  max-width: 282px;
}
.section-reason .logo > .text {
  margin-top: 10px;
  color: #141D1D;
  font-size: 2.6rem;
  font-weight: bold;
}
.section-reason .c-title01 {
  margin-top: 20px;
}
.section-reason .point-list {
  display: flex;
}
.section-reason .point-list > .list {
  position: relative;
}
.section-reason .point-list > .list > .point {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: 126px;
  height: 126px;
  margin: 0 auto -63px;
  background: #BA4620;
  border-radius: 50%;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.section-reason .point-list > .list.list01 > .point {
  padding-top: 12px;
}
.section-reason .point-list > .list.list02 > .point {
  padding-top: 23px;
}
.section-reason .point-list > .list.list03 > .point {
  padding-top: 20px;
}
.section-reason .point-list > .list > .point > span {
  margin-top: 5px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 12px;
  text-align: center;
  line-height: 1.1;
  position: relative;
  left: 6px;
}
.section-reason .point-list > .list > .item01 {
  width: 100%;
  max-height: 240px;
  padding: 70px 20px 18px;
  background: #FFF;
  border: 1px solid #D5DEDB;
  border-radius: 10px;
}
.section-reason .point-list > .list .item01 .txt-blk01 {
  display: flex;
  align-items: center;
}
.section-reason .point-list > .list .item01 .txt-blk01:first-child {
  border-bottom: 1px dashed #56635f;
}
.section-reason .point-list > .list .txt01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
}
.section-reason .point-list > .list .txt02 {
  font-size: 6.2rem;
  font-weight: bold;
  color: #B4431D;
  line-height: 1.1;
}
.section-reason .point-list > .list .txt03 {
  font-size: 4.8rem;
}
.section-reason .point-list > .list01 .item01 .txt-blk01 {
  justify-content: space-between;
}
.section-reason .point-list > .list02 .item01 .txt-blk01:first-child {
  padding-bottom: 21px;
}
.section-reason .point-list > .list02 .item01 .txt-blk01 .txt01 {
  margin-right: 8px;
}
.section-reason .point-list > .list02 .item01 .txt-blk01:first-child .txt02 {
  font-size: 4.8rem;
}
.section-reason .point-list > .list02 .item01 .txt-blk01 .txt04 {
  display: inline-block;
  width: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.section-reason .point-list > .list02 .item01 .txt-blk01:last-child .txt04 {
  margin-right: 8px;
}
.section-reason .point-list > .list03 .item01 .txt-blk01:first-child {
  padding-bottom: 25px;
}
.section-reason .point-list > .list03 .item01 .txt-blk01:first-child .txt02 {
    font-size: 3.2rem;
    letter-spacing: -3px;
}
.section-reason .point-list > .list03 .item01 .txt-blk01:last-child {
  padding-top: 14px;
}
.section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt01 {
  font-size: 1.6rem;
}
.section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt02 {
  font-size: 5.6rem;
  letter-spacing: -1px;
}
.section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt03:nth-child(1) {
  font-size: 3.0rem;
}
.section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt03:nth-child(3) {
  font-size: 3.5rem;
}
.section-reason .btn-type01.-green01 {
  padding: 16px;
  font-size: 2.4rem;
}

/* PC STYLES */
@media screen and (min-width: 1025px) {
  .section-reason .point-list {
    grid-column-gap: 50px;
  }
  .section-reason .point-list > .list01 .item01 .txt-blk01 {
    padding: 0 40px;
  }
}

/* TB STYLES */
@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .section-reason .point-list {
    flex-flow: column wrap;
    align-items: center;
    grid-row-gap: 20px;
    margin-top: 20px;
  }
}

/* PC Only */
@media screen and (min-width: 768px) {
  .section-reason .point-list {
    margin-top: 58px;
  }
  .section-reason .point-list > .list {
    width: 360px;
    max-width: 100%;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .section-reason .logo > .img {
    max-width: 200px;
  }
  .section-reason .logo > .text {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .section-reason .point-list {
    flex-flow: column wrap;
    align-items: center;
    grid-row-gap: 20px;
    margin-top: 20px;
  }
  .section-reason .point-list > .list {
    width: 400px;
    max-width: 100%;
  }
  .section-reason .point-list > .list > .point {
    width: 110px;
    height: 110px;
    margin: 0 auto -55px;
  }
  .section-reason .point-list > .list > .point > span {
    margin-top: 4px;
    font-size: 2.4rem;
  }
  .section-reason .point-list > .list > .item01 {
    height: auto;
  }
  .section-reason .point-list > .list .txt02 {
    font-size: 5.8rem;
  }
  .section-reason .point-list > .list .txt03 {
    font-size: 4.2rem;
  }
  .section-reason .point-list > .list .txt-blk01 {
    justify-content: center;
  }
  .section-reason .point-list > .list01 .item01 .txt-blk01 {
    padding: 0 8.67vw;
  }
  .section-reason .point-list > .list02 .item01 .txt-blk01:first-child .txt02 {
    font-size: 4.2rem;
  }
  .section-reason .point-list > .list02 .item01 .txt-blk01 .txt04 {
    width: 20px;
    font-size: 2.0rem;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:first-child .txt02 {
    font-size: 2.8rem;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt02 {
    padding-left: 8px;
    font-size: 5.0rem;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt03:nth-child(1) {
    font-size: 2.6rem;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt03:nth-child(3) {
    font-size: 3.0rem;
  }
  .section-reason .btn-type01.-green01 {
    width: 250px;
    padding: 2px 16px;
    font-size: 1.8rem;
  }
  .section-reason .point-list > .list .txt01 {
    font-size: 1.6rem;
  }
}

/* SMALL STYLES */
@media screen and (max-width: 360.98px) {
  .section-reason .point-list > .list > .point > span {
    font-size: 6.4vw;
  }
  .section-reason .point-list > .list .txt01 {
    font-size: 4.8vw;
  }
  .section-reason .point-list > .list .txt02 {
    font-size: 15.47vw;
  }
  .section-reason .point-list > .list .txt03 {
    font-size: 11.2vw;
  }
  .section-reason .point-list > .list02 .item01 .txt-blk01:first-child .txt02 {
    font-size: 11.2vw;
  }
  .section-reason .point-list > .list02 .item01 .txt-blk01 .txt04 {
    width: 5.33vw;
    font-size: 5.33vw;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:first-child .txt02 {
    font-size: 7.47vw;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt01 {
    font-size: 4.27vw;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt02 {
    font-size: 13.33vw;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt03:nth-child(1) {
    font-size: 6.93vw;
  }
  .section-reason .point-list > .list03 .item01 .txt-blk01:last-child .txt03:nth-child(3) {
    font-size: 8vw;
  }
}


/*-------------------------------------
.section-service
-------------------------------------*/
.section-service .card-group {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.section-service .card-group > .item {
  background: #FFF;
  text-align: center;
  border: 1px solid #D5DEDB;
}
.section-service .card-group > .item > .title {
  padding: 15px 0 14px;
}
.section-service .card-group > .item > .title > h3 {
  color: var(--primary-color);
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
.section-service .card-group > .item > .title > .sub-title {
  margin-top: 6px;
  color: #3A3129;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
}
.section-service .card-group > .item > .img > img {
  width: 100%;
  height: auto;
}
.section-service .card-group > .item > .text {
  display: flex;
  align-items: center;
  height: 70px;
  background: #BA4620;
}
.section-service .card-group > .item > .text > .inner {
  width: 100%;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .section-service .card-group {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-row-gap: 24px;
  }
  .section-service .card-group > .item > .title > h3 {
    font-size: 2.6rem;
  }
  .section-service .card-group > .item > .title > .sub-title {
    font-size: 1.6rem;
  }
  .section-service .card-group > .item > .text {
    height: 60px;
  }
  .section-service .card-group > .item > .text > .inner {
    font-size: 1.8rem;
  }
}

/* SMALL STYLES */
@media screen and (max-width: 360.98px) {
  .section-service .card-group > .item > .title > h3 {
    font-size: 6.93vw;
  }
  .section-service .card-group > .item > .title > .sub-title {
    font-size: 4.27vw;
  }
  .section-service .card-group > .item > .text > .inner {
    font-size: 4.8vw;
  }
}

/*-------------------------------------
.section-faq
-------------------------------------*/

.section-faq .contents .faq-dl {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.section-faq .contents .faq-dl:last-child {
  margin-bottom: 0;
}
.section-faq .contents .faq-dl > dt {
  font-size: 2.0rem;
  color: var(--primary-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.section-faq .contents .faq-dl .ico {
  font-size: 2.6rem;
  flex-shrink: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-weight: normal;
  display: flex;
  background-color: var(--primary-color);
  font-family: "Roboto", sans-serif;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.section-faq .contents .faq-dl > dd {
  display: flex;
  font-size: 1.6rem;
  color: #141D1D;
}
.section-faq .contents .faq-dl .ico.-a {
  color: #FFF;
  font-weight: normal;
  background-color: var(--orange-background-color);
}
.section-faq .list-notice01 > .item {
  color: #141D1D;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .section-faq > .inner .contents {
    margin-top: 30px;
    padding: 60px;
    background: #FFF;
    border:1px solid #D5DEDB;
    border-radius: 10px;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .section-faq .contents .faq-dl {
    margin: 0;
    padding: 0;
  }
  .section-faq .contents .faq-dl > dt {
    margin-bottom: 0;
  }
  .section-faq .contents .faq-dl > dt.title01 a {
    display: flex;
    padding: 16px;
    padding-right: 40px;
    font-size: 1.4rem;
    flex-grow: 1;
    background: #fff;
    margin-top: 3px;
  }
  .section-faq .contents .faq-dl > dt.title01 a:focus {
      background: #F5F9E6;
      outline: 4px solid #c4d700;
  }
  .section-faq .contents .faq-dl > dt.title01 a::after {
    right: 16px;
  }
  .section-faq .contents .faq-dl .ico {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .section-faq .contents .faq-dl > dd .ico {
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .section-faq .contents .faq-dl > dd {
    display: none;
    padding: 16px 16px 16px 56px;
    border-left: 0;
    border-right: 0;
    font-size: 1.4rem;
    position: relative;
  }
}
