#page.in.clover .c-ttl03 {
  background: #f0f1ee;
  border-color: #54c58e;
  color: #282828;
}
#page.in.clover section.lead {
  padding: 45px 0;
}
#page.in.clover section.lead .lead-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page.in.clover section.lead {
    padding: 30px 0 20px;
  }
  #page.in.clover section.lead .lead-txt {
    font-size: 15px;
  }
}
#page.in.clover section.about {
  padding: 45px 0 80px;
}
#page.in.clover section.about .about-txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 30px 0 40px;
}
#page.in.clover section.about .about-point {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
#page.in.clover section.about .about-point-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fffbee;
  border: 2px solid #3bb27d;
  border-top: 0;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}
#page.in.clover section.about .about-point-item .ttl {
  background: #3bb27d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 0;
}
#page.in.clover section.about .about-point-item .text {
  padding: 8px 0 20px;
  color: #54c58e;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
#page.in.clover section.about .about-point-item .num {
  font-size: 85px;
  font-weight: 700;
  vertical-align: text-bottom;
}
#page.in.clover section.about .about-point-item .num > span {
  font-size: 75px;
}
@media screen and (max-width: 767px) {
  #page.in.clover section.about {
    padding: 20px 0 60px;
  }
  #page.in.clover section.about .about-txt {
    margin: 24px 0;
  }
  #page.in.clover section.about .about-point {
    margin-top: 24px;
    display: block;
  }
  #page.in.clover section.about .about-point-item {
    border-width: 1px;
    margin-bottom: 20px;
  }
  #page.in.clover section.about .about-point-item:last-child {
    margin-bottom: 0;
  }
  #page.in.clover section.about .about-point-item .ttl {
    font-size: 18px;
    padding: 8px 0;
  }
  #page.in.clover section.about .about-point-item .text {
    padding: 6px 0 16px;
    font-size: 25px;
  }
  #page.in.clover section.about .about-point-item .num {
    font-size: 61px;
  }
  #page.in.clover section.about .about-point-item .num > span {
    font-size: 54px;
  }
}
#page.in.clover section.benefit {
  padding: 70px 0 80px;
}
#page.in.clover section.benefit .benefit-ttl {
  text-align: center;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 24px;
  margin-bottom: 42px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
#page.in.clover section.benefit .benefit-ttl .color {
  color: #54c58e;
}
#page.in.clover section.benefit .benefit-ttl .num {
  font-size: 68px;
  position: relative;
}
#page.in.clover section.benefit .benefit-ttl .num:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/clover/img01.png) no-repeat center/contain;
  position: absolute;
  top: 5px;
  left: -25px;
}
#page.in.clover section.benefit .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
}
#page.in.clover section.benefit .benefit-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  background: #fff;
  border: 0.5px solid #cacaca;
  border-radius: 9px;
  padding: 36px 20px 28px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.in.clover section.benefit .benefit-list-item:nth-last-child(-n+2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.7%;
          flex: 0 1 48.7%;
}
#page.in.clover section.benefit .benefit-list-item .num {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #54c58e;
  color: #fff;
  padding: 3px 18px;
}
#page.in.clover section.benefit .benefit-list-item .image {
  max-width: 238px;
  margin: 32px auto 24px;
}
#page.in.clover section.benefit .benefit-list-item .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.83;
  letter-spacing: 0.05em;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  #page.in.clover section.benefit {
    padding: 50px 0 60px;
  }
  #page.in.clover section.benefit .benefit-ttl {
    font-size: 26px;
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  #page.in.clover section.benefit .benefit-ttl .num {
    font-size: 46px;
  }
  #page.in.clover section.benefit .benefit-ttl .num:before {
    width: 24px;
    height: 24px;
    top: 2px;
    left: -16px;
  }
  #page.in.clover section.benefit .benefit-list {
    gap: 25px 0;
  }
  #page.in.clover section.benefit .benefit-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 34px 16px;
  }
  #page.in.clover section.benefit .benefit-list-item:nth-last-child(-n+2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #page.in.clover section.benefit .benefit-list-item .image {
    margin: 24px 0 16px;
  }
}
#page.in.clover section.family {
  padding: 80px 0 40px;
}
#page.in.clover section.family .family-table {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  #page.in.clover section.family {
    padding: 60px 0 30px;
  }
  #page.in.clover section.family .family-table {
    margin-top: 30px;
  }
}
#page.in.clover section.join {
  padding: 40px 0 60px;
}
#page.in.clover section.join .join-txt {
  margin: 48px 0 40px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#page.in.clover section.join .join-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.in.clover section.join .join-cta > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.8%;
          flex: 0 1 46.8%;
}
#page.in.clover section.join .join-cta > li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  background: #54c58e;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  padding: 48px 32px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 8px 0px 0px #549f77;
          box-shadow: 0px 8px 0px 0px #549f77;
}
#page.in.clover section.join .join-cta > li a .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 54px;
          flex: 0 1 54px;
}
#page.in.clover section.join .join-cta > li a .fax {
  background: #fff;
  color: #54c58e;
  display: inline-block;
  padding: 0 12px;
  margin-top: 8px;
}
#page.in.clover section.join .join-cta > li a:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/clover/arrow.png) no-repeat center/contain, #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 979px) {
  #page.in.clover section.join .join-cta > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
  #page.in.clover section.join .join-cta > li a {
    padding: 36px 12px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page.in.clover section.join {
    padding: 30px 0;
  }
  #page.in.clover section.join .join-txt {
    margin: 24px 0;
    line-height: 1.67;
    letter-spacing: 0;
  }
  #page.in.clover section.join .join-cta {
    display: block;
  }
  #page.in.clover section.join .join-cta > li {
    margin-bottom: 24px;
  }
  #page.in.clover section.join .join-cta > li:last-child {
    margin-bottom: 0;
  }
  #page.in.clover section.join .join-cta > li a {
    font-size: 18px;
    padding: 24px 16px;
    -webkit-box-shadow: 0px 5px 0px 0px #549f77;
            box-shadow: 0px 5px 0px 0px #549f77;
  }
  #page.in.clover section.join .join-cta > li a .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40px;
            flex: 0 1 40px;
  }
}
@media (hover: hover) {
  #page.in.clover section.join .join-cta > li a:hover {
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#page.in.clover section.if {
  padding: 60px 0 100px;
}
#page.in.clover section.if .if-box {
  border: 2px solid #3bb17d;
  background: #f1f2ef;
  border-radius: 8px;
  position: relative;
  padding: 50px 20px 45px;
  text-align: center;
}
#page.in.clover section.if .if-box-ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #54c58e;
  color: #fff;
  border-radius: 100px;
  padding: 10px 44px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#page.in.clover section.if .if-box-txt {
  font-weight: 500;
  line-height: 2.0625;
}
#page.in.clover section.if .if-box-txt .point {
  color: #ff2828;
  font-size: 20px;
}
#page.in.clover section.if .if-box-tel {
  margin-top: 24px;
}
#page.in.clover section.if .if-box-tel a {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
#page.in.clover section.if .if-box-tel-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
}
#page.in.clover section.if .if-box-tel-sub {
  font-weight: 500;
  letter-spacing: 0.02em;
}
#page.in.clover section.if .if-box-tel-sub > p {
  padding: 1px 6px;
  border: 1px solid #54c58e;
  border-top: 0;
  color: #54c58e;
  background: #fff;
}
#page.in.clover section.if .if-box-tel-sub > p:first-child {
  background: #54c58e;
  color: #fff;
}
#page.in.clover section.if .if-flow {
  margin-top: 80px;
}
#page.in.clover section.if .if-flow-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30.3%)[3];
  grid-template-columns: repeat(3, 30.3%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.in.clover section.if .if-flow-type-item {
  background: #fff;
  border: 1px solid #3bb17d;
  border-radius: 16px;
  padding: 34px 18px 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
#page.in.clover section.if .if-flow-type-item-img {
  max-width: 175px;
  margin: 0 auto;
}
#page.in.clover section.if .if-flow-type-item-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  text-align: center;
  border-bottom: 1px solid #c4c7c6;
  padding-bottom: 8px;
  margin: 8px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.in.clover section.if .if-flow-type-item-txt {
  font-weight: 500;
  line-height: 1.875;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page.in.clover section.if .if-flow-arrow {
  margin: 60px auto 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 85px 0 85px;
  border-color: #54c58e transparent transparent transparent;
}
#page.in.clover section.if .if-flow-box {
  border: 1px solid #54c58e;
  background: #fff;
  border-radius: 16px;
  padding: 24px 30px 32px;
}
#page.in.clover section.if .if-flow-box-ttl {
  text-align: center;
  color: #54c58e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #c4c7c6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#page.in.clover section.if .if-flow-box-txt {
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.04em;
  padding: 0 22px;
}
@media screen and (max-width: 899px) {
  #page.in.clover section.if .if-flow-type {
    -ms-grid-columns: (32%)[3];
    grid-template-columns: repeat(3, 32%);
  }
  #page.in.clover section.if .if-flow-type-item {
    padding-right: 12px;
    padding-left: 12px;
  }
  #page.in.clover section.if .if-flow-type-item-ttl {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #page.in.clover section.if {
    padding: 35px 0;
  }
  #page.in.clover section.if .if-box {
    border-width: 1px 0;
    margin: 0 -20px;
    border-radius: 0;
    padding: 0 0 40px;
  }
  #page.in.clover section.if .if-box-ttl {
    font-size: 18px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 16px 0;
    border-radius: 0;
  }
  #page.in.clover section.if .if-box-txt {
    padding: 0 20px;
    margin-top: 24px;
    line-height: 1.53;
  }
  #page.in.clover section.if .if-box-txt .point {
    font-size: 16px;
  }
  #page.in.clover section.if .if-box-tel a {
    pointer-events: auto;
    background: #54c58e;
    color: #fff;
    position: relative;
    display: block;
    padding: 12px 0;
    border-radius: 8px;
    z-index: 2;
    max-width: 330px;
    margin: 0 auto;
  }
  #page.in.clover section.if .if-box-tel a:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #3bb2c1;
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.23;
  }
  #page.in.clover section.if .if-box-tel-txt {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
  }
  #page.in.clover section.if .if-box-tel-num {
    width: 274px;
    margin: 0 auto;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  #page.in.clover section.if .if-box-tel-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    font-size: 14px;
  }
  #page.in.clover section.if .if-box-tel-sub > p:first-child {
    color: #54c58e;
    background: #fff;
  }
  #page.in.clover section.if .if-flow {
    margin-top: 60px;
  }
  #page.in.clover section.if .if-flow-type {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  #page.in.clover section.if .if-flow-type-item {
    border-radius: 8px;
    padding: 20px 20px 36px;
    display: block;
  }
  #page.in.clover section.if .if-flow-type-item-img {
    max-width: 204px;
  }
  #page.in.clover section.if .if-flow-type-item-ttl {
    font-size: 17px;
    margin: 25px 0 30px;
    padding-bottom: 24px;
  }
  #page.in.clover section.if .if-flow-arrow {
    margin: 40px auto;
    border-width: 50px 63px 0 63px;
  }
  #page.in.clover section.if .if-flow-box {
    padding: 20px;
    border-radius: 8px;
  }
  #page.in.clover section.if .if-flow-box-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #page.in.clover section.if .if-flow-box-txt {
    padding: 0;
    line-height: 1.67;
    letter-spacing: 0.02em;
  }
}