@charset "shift_jis";
/* Updated 2026/07/23.T */
/*-----------------------
Font
------------------------*/
@font-face {
  font-family: "noto-sans-black";
  src: url("/kojin/special/fonts/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-weight: 400;
  src: url("/kojin/olive/fonts/Olive/OLIVE-Nature.woff") format("woff"), url("/kojin/olive/fonts/Olive/OLIVE-Nature.otf") format("opentype");
  font-family: "Olive Nature";
}
@font-face {
  font-weight: 700;
  src: url("/kojin/olive/fonts/Olive/OLIVE-Impact.woff") format("woff"), url("/kojin/olive/fonts/Olive/OLIVE-Impact.otf") format("opentype");
  font-family: "Olive Impact";
}
/*-----------------------
general
------------------------*/
/* color */
._t-black01 {
  color: #000000;
}
._t-gray04 {
  color: #56635f;
}
._t-blue01 {
  color: #0A1E4C;
}
/* btn */
.btn-type01.-orange01 {
  background-color: #ff5f04;
}
.btn-type01.-custom01 {
  border: 1px solid #FFF;
  letter-spacing: 0.04rem;
}
/* font */
.t-boldBlack {
  font-family: "noto-sans-black";
  font-weight: 900;
}
.t-oliveFont {
  font-family: "Olive Nature" !important;
}
._t-oliveImpact {
  font-family: "Olive Impact" !important;
}
/*-----------------------
Layout
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 3;
}
.cpEndTxt {
  z-index: 3;
}
#footer-area {
  position: relative;
  z-index: 1;
}
#footer-content {
  margin-top: 0;
}
.footer-logo {
  padding-bottom: 80px;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}
.section-main {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
@media screen and (max-width: 500px) {
  .section-main {
    box-shadow: none;
  }
}
.section-mainInr {
  overflow: hidden;
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  display: flex;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_bg_01.png") center top no-repeat;
  background-size: cover;
}
/* common */
.ttl-img01 > .img01 {
  width: 100%;
  height: auto;
}
.frame01 {
  padding-bottom: 17px;
  position: relative;
}
.frame01 > .inner {
  background: #FFF;
  border-radius: 8px;
}
.frame01::after {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_bg_shadow_01.png") center top no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
._t-price01 {
  color: #FFEC80;
  text-shadow:
  1px 0 0 #0A1E4C,
  -1px 0 0 #0A1E4C,
  0 1px 0 #0A1E4C,
  0 -1px 0 #0A1E4C,
  1px 1px 0 #0A1E4C,
  -1px 1px 0 #0A1E4C,
  1px -1px 0 #0A1E4C,
  -1px -1px 0 #0A1E4C,
  1.5px 0 0 #0A1E4C,
  -1.5px 0 0 #0A1E4C,
  0 1.5px 0 #0A1E4C,
  0 -1.5px 0 #0A1E4C,
  -1px 4px 0px #0A1E4C,
  1px 4px 0px #0A1E4C,
  2px 4px 0px #0A1E4C;
}
._t-price01.-vpoint {
  position: relative;
  padding-left: 30px;
}
._t-price01.-vpoint::before {
  content: "";
  display: block;
  width: 25px;
  height: 34px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_logo_vpoint_01.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.price-box01 .txt {
  color: #0A1E4C;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.price-box01 .txt01 {
  letter-spacing: -.1em;
}
.price-box01 .txt ._t-numBold {
  font-size: 2.4rem;
}
.price-box01 .sub01 {
  margin-top: .6em;
  text-align: center;
}
.price-box01 .sub01 > .inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .2em .4em;
  background: #14388D;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 6px;
  line-height: 1.1;
}
._t-price01 > ._t-oliveImpact {
  font-size: 5.2rem;
}
._t-price01 > .unit {
  margin-left: 0.02em;
  margin-right: 0.04em;
  font-size: 3.0rem;
  font-weight: 700;
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .frame01 {
    padding-bottom: 23px;
    position: relative;
  }
  .frame01::after {
    height: 23px;
  }
  ._t-price01 > ._t-oliveImpact {
    font-size: 6.9rem;
  }
  ._t-price01 > .unit {
    font-size: 4.0rem;
  }
  .price-box01 .txt {
    font-size: 2.9rem;
  }
  .price-box01 .txt ._t-numBold {
    font-size: 3.2rem;
  }
  ._t-price01.-vpoint {
    position: relative;
    padding-left: 38px;
  }
  ._t-price01.-vpoint::before {
    width: 33px;
    height: 45px;
  }
  .price-box01 .sub01 > .inner {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .price-box01 .txt {
    font-size: 5.87vw;
  }
  .price-box01 .txt ._t-numBold {
    font-size: 6.4vw;
  }
  ._t-price01 > ._t-oliveImpact {
    font-size: 13.87vw;
  }
  ._t-price01 > .unit {
    font-size: 8vw;
  }
  .price-box01 .sub01 > .inner {
    font-size: 4.8vw;
  }
}
/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  padding: 0 0 22px;
  position: relative;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_bg_kv_01.png") center center no-repeat;
  background-size: cover;
  text-align: center;
}
.kv-area01 .wrap01 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 36px);
  margin: 18px auto 0;
}
.kv-area01 .wrap01.-bg01 {
  margin: 15px auto 0;
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  border-radius: 12px;
}
.kv-area01 .wrap01.-size01 {
  padding: 0 14px;
}
.kv-area01 .wrap02 {
  margin-top: 22px;
  margin-bottom: -9px;
}
.kv-area01 .btn-type01 {
  width: 100%;
}
.kv-area01 .btn-box01 {
  margin-top: 16px;
  margin-bottom: -8px;
  padding-top: 12px;
  position: relative;
}
.kv-area01 .btn-box01 > .ico {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}
.kv-area01 .btn-box01 .list-notice01 {
  font-size: 1.0rem;
}
.kv-area01 .btn-type01 > .inner {
  min-height: 40px;
}
.kv-area01 .wrap03 {
  margin-top: 16px;
  margin-bottom: -24px;
  text-align: center;
}
.kv-area01 .wrap03 .link {
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .kv-area01 .wrap03 .link:hover {
    color: #14388D;
    text-decoration: none;
  }
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .kv-area01 {
    padding-bottom: 30px;
  }
  .kv-area01 .wrap01 {
    width: calc(100% - 48px);
    margin: 24px auto 0;
  }
  .kv-area01 .wrap01.-bg01 {
    padding: 21px 18px;
  }
  .kv-area01 .wrap01.-size01 {
    padding: 0 18px;
  }
  .kv-area01 .btn-type01 {
    font-size: 2.1rem;
  }
  .kv-area01 .btn-box01 {
    margin-top: 21px;
    margin-bottom: -10px;
    padding-top: 16px;
  }
  .kv-area01 .btn-box01 > .ico .img01 {
    width: 136px;
    height: auto;
  }
  .kv-area01 .btn-box01 .list-notice01 {
    font-size: 1.3rem;
  }
  .kv-area01 .btn-type01 > .inner {
    min-height: 55px;
  }
  .kv-area01 .wrap02 {
    margin-top: 28px;
  }
  .kv-area01 .wrap03 {
    margin-top: 18px;
  }
  .kv-area01 .wrap02 .link {
    font-size: 1.6rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .btn-type01 {
    font-size: 4.27vw;
  }
  .kv-area01 .btn-type01 > .inner {
    min-height: 10.67vw;
  }
}
/*-----------------------
about-area01
------------------------*/
.about-area01 {
  padding: 30px 0 37px;
  background: #70D2E3 url("/kojin/olive/special/campaign/open/cp2607/imgs/index_bg_about_01.png") no-repeat center top;
  background-size: cover;
}
.about-area01 > .inner {
  padding: 0 18px;
}
.about-area01 .frame01.-type01 {
  margin-top: 16px;
  padding-top: 45px;
}
.about-area01 .frame01.-type02 {
  margin-top: 8px;
  padding-top: 23px;
}
.about-area01 .frame01.-type01 > .inner {
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
}
.about-area01 .frame01.-type02 > .inner {
  padding: 23px 20px 20px;
  position: relative;
}
.about-area01 .frame01 > .inner > .head01.-ribbon {
  width: 100%;
  margin-top: -45px;
  padding: 2px 0 14px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_bg_about_02.svg") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0;
}
.about-area01 .frame01 > .inner > .head01.-ribbon .text {
  height: 54px;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
}
.about-area01 .frame01 > .inner > .head01.-ribbon .txt01 {
  font-size: 1.4rem;
}
.about-area01 .frame01 > .inner > .head01.-ribbon .txt02 {
  font-size: 1.8rem;
}
.about-area01 .frame01 > .inner > .head01.-ribbon ._t-oliveImpact {
  font-size: 2.4rem;
}
.about-area01 .frame01 > .inner > .head01.-ribbon + .body01 {
  margin-top: 16px;
}
.about-area01 .condition-box01 {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
.about-area01 .condition-box01 > .item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C0EBEB;
  border-radius: 5px;
  color: #0A1E4C;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.about-area01 .condition-box01.-vpoint > .item {
  width: calc((100% - 10px) / 3);
  height: 70px;
}
.about-area01 .condition-box01.-vpoint > .item:not(:first-child) {
  margin-left: 5px;
}
.about-area01 .condition-box01:not(.-vpoint) > .item:first-child {
  width: 100%;
  padding: 12px 0 13px;
}
.about-area01 .condition-box01:not(.-vpoint) > .item:first-child ._t-oliveImpact {
  margin-right: .2em;
  font-size: 2.4rem;
}
.about-area01 .condition-box01:not(.-vpoint) > .item:not(:first-child) {
  width: calc(50% - 3px);
  margin-top: 6px;
  padding: 9px 0 8px;
}
.about-area01 .condition-box01:not(.-vpoint) > .item:nth-child(3) {
  margin-left: 6px;
}
.about-area01 .condition-box01:not(.-vpoint)::before {
  content: "&";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-top: -.7em;
  background: #FFF;
  border-radius: 50%;
  color: #0A1E4C;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-area01 .condition-box01::after {
  content: "";
  display: block;
  width: 49px;
  height: 14px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_ico_arrow_down_01.svg") no-repeat 0 0;
  background-size: contain;
  margin: 14px auto 0;
}
.about-area01 .price-box01 {
  margin-top: 6px;
}
.about-area01 .price-box01.-vpoint {
  position: relative;
}
.about-area01 .price-box01 .ico {
  padding-right: .2em;
  position: relative;
  top: -1em;
}
.about-area01 .price-box01.-vpoint .ico01 {
  position: absolute;
  left: 22px;
  top: -30px;
}
.about-area01 .frame01 .list-notice01,
.about-area01 .frame02 .list-notice01 {
  font-size: 1.2rem;
}
.about-area01 .frame01 > .inner > .head01.-balloon {
  margin-top: -46px;
}
.about-area01 .frame01 .rank-box01 {
  margin-top: 20px;
  border: 1px solid #00B2B3;
  border-radius: 6px;
}
.about-area01 .frame01 .rank-box01 > .ttl {
  padding: 12px 0 14px;
  background: #00B2B3;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.about-area01 .frame01 .rank-box01 > .ttl::before {
  content: "";
  display: block;
  width: 52px;
  height: 69px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_ico_05.svg") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.about-area01 .frame01 .rank-box01 > .detail {
  display: flex;
  justify-content: space-between;
  padding: 15px 9px 16px 13px;
  color: #0A1E4C;
  text-align: center;
  line-height: 1.1;
  position: relative;
}
.about-area01 .frame01 .rank-box01 > .detail > .item {
  padding: 6px 0 5px;
  position: relative;
}
.about-area01 .frame01 .rank-box01 > .detail > .line {
  display: block;
  flex: 1;
  position: relative;
}
.about-area01 .frame01 .rank-box01 > .detail > .line::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #B3B3B3;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.about-area01 .frame01 .rank-box01 > .detail .dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.1em;
  font-size: 1.4rem;
  font-weight: 700;
}
.about-area01 .frame01 .rank-box01 > .detail .dd {
  margin-top: 10px;
}
.about-area01 .frame01 .rank-box01 > .detail .dd ._t-oliveImpact {
  font-size: 2.2rem;
}
.about-area01 .frame01 .rank-box01 > .detail .dd .unit {
  font-size: 1.5rem;
  font-weight: 700;
}
.about-area01 .frame01 .rank-box01 + .list-notice01 {
  margin-top: 16px !important;
}
.about-area01 .frame02 {
  margin-top: 13px;
}
.about-area01 .frame02 > .inner {
  margin-top: 4px;
  position: relative;
}
.about-area01 .frame02 > .inner > .head01.-ribbon {
  width: 100%;
  padding: 2px 0 14px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_bg_about_04.svg") no-repeat center top;
  background-size: contain;
  position: relative;
}
.about-area01 .frame02 > .inner > .head01.-ribbon .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
  padding: 13px 0;
  color: #FFF;
  text-align: center;
  line-height: 1.1;
  position: relative;
  top: -.2em;
}
.about-area01 .frame02 > .inner > .body01 {
  margin-top: -42px;
  padding: 30px 16px 15px;
  background: linear-gradient(90deg, #E9F7F6 0%, #C0EBEB 100%);
  border: 5px solid #FFF;
  border-radius: 8px;
}
.about-area01 .frame02 > .inner > .body01 > .ttl {
  padding-bottom: 16px;
  color: #0A1E4C;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  border-bottom: 2px solid rgba(78, 39, 20, .2);
  line-height: 1.1;
}
.about-area01 .frame02 .price-box01 {
  margin-top: 17px;
}
.about-area01 .frame02 .price-box01 .txt {
  line-height: 1;
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .about-area01 {
    padding: 40px 0 49px;
  }
  .about-area01 > .inner {
    padding: 0 24px;
  }
  .about-area01 .frame01.-type01 {
    margin-top: 19px;
    padding-top: 60px;
  }
  .about-area01 .frame01.-type02 {
    margin-top: 6px;
    padding-top: 32px;
  }
  .about-area01 .frame01.-type01 > .inner {
    padding-top: 34px;
    padding-bottom: 27px;
  }
  .about-area01 .frame01.-type02 > .inner {
    padding: 31px 26px 26px;
  }
  .about-area01 .frame01 > .inner > .head01.-ribbon {
    margin-top: -60px;
    padding: 3px 0 19px;
  }
  .about-area01 .frame01 > .inner > .head01.-ribbon .text {
    height: 72px;
    line-height: 1.4;
  }
  .about-area01 .frame01 > .inner > .head01.-ribbon .txt01 {
    font-size: 1.9rem;
  }
  .about-area01 .frame01 > .inner > .head01.-ribbon .txt02 {
    font-size: 2.4rem;
  }
  .about-area01 .frame01 > .inner > .head01.-ribbon ._t-oliveImpact {
    font-size: 3.2rem;
  }
  .about-area01 .frame01 > .inner > .head01.-ribbon + .body01 {
    margin-top: 21px;
  }
  .about-area01 .condition-box01 {
    width: calc(100% - 54px);
  }
  .about-area01 .condition-box01:not(.-vpoint) > .item {
    font-size: 2.1rem;
  }
  .about-area01 .condition-box01:not(.-vpoint)::before {
    width: 36px;
    height: 36px;
    font-size: 2.4rem;
  }
  .about-area01 .condition-box01.-vpoint > .item {
    font-size: 1.8rem;
  }
  .about-area01 .condition-box01:not(.-vpoint) > .item:first-child {
    padding: 16px 0 17px;
  }
  .about-area01 .condition-box01:not(.-vpoint) > .item:first-child ._t-oliveImpact {
    font-size: 3.2rem;
  }
  .about-area01 .condition-box01:not(.-vpoint) > .item:not(:first-child) {
    width: calc(50% - 4px);
    margin-top: 8px;
    padding: 12px 0 11px;
  }
  .about-area01 .condition-box01:not(.-vpoint) > .item:nth-child(3) {
    margin-left: 8px;
  }
  .about-area01 .condition-box01::before {
    width: 36px;
    height: 36px;
    margin-top: -20px;
    font-size: 2.4rem;
  }
  .about-area01 .condition-box01::after {
    width: 65px;
    height: 19px;
    margin: 19px auto 0;
  }
  .about-area01 .price-box01 {
    margin-top: 8px;
  }
  .about-area01 .price-box01:not(.-vpoint) .ico > .img01 {
    width: 57px;
    height: auto;
  }
  .about-area01 .price-box01.-vpoint .ico > .img01 {
    width: 32px;
    height: auto;
  }
  .about-area01 .frame01 .list-notice01,
  .about-area01 .frame02 .list-notice01 {
    font-size: 1.4rem;
  }
  .about-area01 .frame01 > .inner > .head01.-balloon {
    margin-top: -54px;
  }
  .about-area01 .frame01 .rank-box01 {
    margin-top: 26px;
  }
  .about-area01 .frame01 .rank-box01 > .ttl {
    padding: 16px 0 18px;
    font-size: 2.4rem;
  }
  .about-area01 .frame01 .rank-box01 > .ttl::before {
    width: 70px;
    height: 92px;
  }
  .about-area01 .frame01 .rank-box01 > .detail > .item.-gold::before {
    left: -14%;
  }
  .about-area01 .frame01 .rank-box01 > .detail > .item.-gold::after {
    right: -14%;
  }
  .about-area01 .frame01 .rank-box01 > .detail .dt {
    font-size: 1.8rem;
  }
  .about-area01 .frame01 .rank-box01 > .detail .dd {
    margin-top: 12px;
  }
  .about-area01 .frame01 .rank-box01 > .detail .dd ._t-oliveImpact {
    font-size: 2.8rem;
  }
  .about-area01 .frame01 .rank-box01 > .detail .dd .unit {
    font-size: 2.0rem;
  }
  .about-area01 .frame02 > .inner > .head01.-ribbon .text {
    height: 92px;
    padding: 18px 0;
    font-size: 1.8rem;
    top: -.3em;
  }
  .about-area01 .frame02 > .inner > .body01 {
    margin-top: -56px;
    padding: 40px 40px 20px;
  }
  .about-area01 .frame02 > .inner > .body01 > .ttl {
    padding-bottom: 21px;
    font-size: 1.8rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .about-area01 .frame01.-type02 > .inner {
    padding: 6.13vw 5.33vw 5.33vw;
  }
  .about-area01 .price-box01 .ico > .img01 {
    width: 11.47vw;
  }
  .about-area01 .frame01 .rank-box01 > .detail {
    padding: 4.27vw 4vw;
  }
  .about-area01 .condition-box01:not(.-vpoint) > .item:first-child ._t-oliveImpact {
    font-size: 6.4vw;
  }
  .about-area01 .frame02 > .inner > .body01 {
    padding: 8vw 4vw 4vw;
  }
  .about-area01 .frame02 > .inner > .head01.-ribbon .text {
    height: 18.4vw;
  }
  .about-area01 .frame02 > .inner > .head01.-ribbon .text,
  .about-area01 .frame02 > .inner > .body01 > .ttl,
  .about-area01 .condition-box01 > .item {
    font-size: 4.27vw;
  }
  .about-area01 .frame01 .rank-box01 > .ttl {
    font-size: 4.8vw;
  }
  .about-area01 .frame01 .rank-box01 > .detail .dt {
    font-size: 3.73vw;
  }
  .about-area01 .frame01 .rank-box01 > .detail .dd ._t-oliveImpact {
    font-size: 5.33vw;
  }
  .about-area01 .frame01 .rank-box01 > .detail .dd .unit {
    font-size: 4vw;
  }
}
/*-----------------------
flow-area01
------------------------*/
.flow-area01 {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #98DFEB;
}
.flow-area01 > .ttl-img01 {
  margin-top: -40px;
}
.flow-area01 > .inner {
  padding: 0 18px;
}
.flow-area01 .frame01 > .inner {
  padding-bottom: 25px;
  border: 5px solid #FFF;
}
.flow-area01 .frame01 > .inner > .head01 {
  padding: 26px 0 30px;
  background: linear-gradient(270deg, #C0EBEB 0%, #E9F7F6 100%);
}
.flow-area01 .step-box01 {
  width: calc(100% - 24px);
  margin: 20px auto 0;
}
.flow-area01 .step-box01 > .item {
  padding: 14px 34px 18px;
  background: #E9F7F6;
  border-radius: 5px;
  position: relative;
}
.flow-area01 .step-box01 > .item:not(:first-child) {
  margin-top: 30px;
}
.flow-area01 .step-box01 > .item:not(:first-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 12px solid #66B4EA;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -100%);
}
.flow-area01 .step-box01 > .item .ico {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  background: #14388D;
  border-radius: 50%;
  color: #FFF;
  font-size: 1.0rem;
  line-height: 1.1;
  letter-spacing: .02em;
  position: absolute;
  left: -8px;
  top: -8px;
}
.flow-area01 .step-box01 > .item .ico > .num {
  display: block;
  font-size: 1.9rem;
  letter-spacing: 0;
}
.flow-area01 .step-box01 .step-txt01 {
  color: #0A1E4C;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
.flow-area01 .step-box01 .step-txt01 .sub01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.flow-area01 .step-box01 .step-txt01 .sub01::before,
.flow-area01 .step-box01 .step-txt01 .sub01::after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  margin: 0 .2em;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_ico_03.png") no-repeat 0 0;
  background-size: cover;
}
.flow-area01 .step-box01 .step-txt01 .sub01::after {
  transform: scaleX(-1);
}
.flow-area01 .step-box01 .btn-list01:not(:first-child) {
  margin-top: 16px;
}
.flow-area01 .step-box01 .btn-list01 .item.fn-pram {
  margin: 0 !important;
}
.flow-area01 .step-box01 .btn-list01 .btn-type01 {
  width: 231px;
  max-width: 100%;
}
.flow-area01 .text-mark01 {
  background: linear-gradient(transparent 60%, #FFF 60%);
}
.flow-area01 .list-notice01 {
  font-size: 1.2rem;
}
.flow-area01 .list-notice01 > .item {
  line-height: 1.4;
}
.flow-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 5px;
}
.flow-area01 .frame02 {
  margin-top: 10px;
  padding-top: 31px;
  position: relative;
}
.flow-area01 .frame02 > .ico {
  width: 99px;
  height: 45px;
  padding-top: 20px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_bg_about_03.png") no-repeat 0 0;
  background-size: cover;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flow-area01 .frame02 > .inner {
  padding-top: 22px;
  background: #FFF;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}
.flow-area01 .frame02 .head01 {
  width: calc(100% - 48px);
  margin: 0 auto;
  padding-bottom: 8px;
  color: #14388D;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 2px solid #DBE6E2;
}
.flow-area01 .frame02 .body01 {
  margin-top: 8px;
  font-size: 1.4rem;
}
.flow-area01 .frame02 .foot01 > .icon-link01 {
  display: block;
  margin-top: 14px;
  padding: 14px 0 18px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #14388D;
  background: #E9F7F6;
}
.flow-area01 .frame02 .foot01 > .icon-link01 > .inner::after {
  transform: rotate(90deg);
}
.flow-area01 .frame01:not(:first-child) {
  margin-top: 31px;
}
.flow-area01 .frame01 > .inner > .head01.-type01 {
  padding-top: 46px;
  background: #E9F7F6;
}
.flow-area01 .frame01 > .inner > .head01.-type01 > .lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.21em;
  left: 50%;
  min-height: 2.38em;
  padding: .5em 1.5em;
  background: #14388D;
  border-radius: 100px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
  transform: translateX(-50%);
}
.flow-area01 .frame01 > .inner > .head01.-type01 > .lead::before {
  content:"";
  width: 30px;
  margin: auto;
  border-style: solid;
  border-color: #14388D rgb(255 255 255 / 0);
  border-width: 15px 15px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.5em;
}
.flow-area01 .frame01 .body01 {
  padding: 20px 20px 30px;
}
.flow-area01 .frame01 .block01 {
  padding: 20px 17px 24px;
  background: #E9F7F6;
  border-radius: 8px;
  color: #0A1E4C;
}
.flow-area01 .frame01 .block01 + .list-notice01 {
  margin-top: 16px !important;
}
.flow-area01 .step-box02 > .item {
  border: 1px solid #004831;
  border-radius: 6px;
  position: relative;
}
.flow-area01 .step-box02 > .item:not(:first-child) {
  margin-top: 27px;
}
.flow-area01 .step-box02 > .item:not(:first-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 12px solid #FF9553;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -100%);
}
.flow-area01 .step-box02 > .item > .head01 {
  background: #004831;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}
.flow-area01 .step-box02 > .item > .head01 .num {
  margin-left: .36em;
  font-size: 2.2rem;
}
.flow-area01 .step-box02 > .item > .box01 {
  padding: 18px 15px 20px;
}
.flow-area01 .step-box02 > .item > .box01.-type01 {
  padding-bottom: 0;
}
.flow-area01 .step-box02 > .item > .box01 .ttl01 {
  color: #004831;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.flow-area01 .step-box02 > .item > .box01 .img01 {
  margin-top: 10px;
  text-align: center;
}
.flow-area01 .frame01 .card-normal01 {
  border: 0;
  border-radius: 0;
}
.flow-area01 .frame01 .card-normal01 > .inner > .header {
  padding: 11px 0;
  border-top: 2px solid #DEDEDE;
  border-bottom: 2px solid #DEDEDE;
  border-radius: 0;
}
.flow-area01 .frame01 .card-normal01 > .inner > .header .title {
  color: #0A1E4C !important;
  letter-spacing: .2em;
}
.flow-area01 .frame01 .card-normal01 > .inner > .body {
  padding: 24px 0 0;
}
.flow-area01 .frame01 .toggle-block01.card-normal01 > [role=tablist] > [role=tab]::after {
  width: 24px;
  height: 24px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_ico_arrow_up_01.svg") no-repeat center center;
  background-size: cover;
  transform: rotate(180deg);
  top: calc(50% - 12px);
}
.flow-area01 .toggle-block01.card-normal01 > [role=tablist] > [role=tab][aria-selected=true]::after {
  transform: rotate(0);
}
/* PC Only */
@media screen and (min-width: 768px) {
  .flow-area01 .frame02 .foot01 > .icon-link01 {
    transition: all .4s;
  }
  .flow-area01 .frame02 .foot01 > .icon-link01:hover {
    text-decoration: none;
    background: #E0F1F4;
    color: #0A1E4C;
  }
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .flow-area01 > .inner {
    padding: 0 24px;
  }
  .flow-area01 .frame01 > .inner > .head01 {
    padding: 36px 0 40px;
  }
  .flow-area01 .step-box01 {
    width: calc(100% - 32px);
    margin: 27px auto 0;
  }
  .flow-area01 .step-box01 > .item {
    padding: 14px 40px 24px;
  }
  .flow-area01 .step-box01 > .item:not(:first-child) {
    margin-top: 40px;
  }
  .flow-area01 .step-box01 > .item:not(:first-child)::after {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 16px solid #66B4EA;
    top: -11px;
  }
  .flow-area01 .step-box01 > .item .ico {
    width: 56px;
    height: 56px;
    font-size: 1.2rem;
    left: -8px;
    top: -8px;
  }
  .flow-area01 .step-box01 > .item .ico > .num {
    font-size: 2.0rem;
  }
  .flow-area01 .step-box01 .step-txt01 {
    font-size: 2.4rem;
  }
  .flow-area01 .step-box01 .step-txt01 .sub01 {
    font-size: 1.6rem;
  }
  .flow-area01 .step-box01 .step-txt01 .sub01::before,
  .flow-area01 .step-box01 .step-txt01 .sub01::after {
    width: 9px;
    height: 15px;
  }
  .flow-area01 .step-box01 .btn-list01:not(:first-child) {
    margin-top: 21px;
  }
  .flow-area01 .step-box01 .btn-list01 .btn-type01 {
    width: 307px;
  }
  .flow-area01 .step-box01 .btn-list01 .btn-type01 > .inner {
    min-height: 56px;
  }
  .flow-area01 .list-notice01 {
    font-size: 1.4rem;
  }
  .flow-area01 .btn-type01 {
    font-size: 2.1rem;
  }
  .flow-area01 .frame02 {
    margin-top: 13px;
    padding-top: 41px;
  }
  .flow-area01 .frame02 > .ico {
    width: 132px;
    height: 60px;
    padding-top: 27px;
  }
  .flow-area01 .frame02 > .ico > .img01 {
    width: 49px;
    height: auto;
  }
  .flow-area01 .frame02 > .inner {
    padding-top: 29px;
  }
  .flow-area01 .frame02 .head01 {
    width: calc(100% - 64px);
    padding-bottom: 10px;
    font-size: 2.1rem;
  }
  .flow-area01 .frame02 .body01 {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .flow-area01 .frame02 .foot01 > .icon-link01 {
    display: block;
    margin-top: 18px;
    padding: 18px 0 24px;
    font-size: 2.1rem;
  }
  .flow-area01 .step-box02 > .item > .head01{
    font-size: 1.8rem;
  }
  .flow-area01 .step-box02 > .item > .head01 .num {
    font-size: 2.9rem;
  }
  .flow-area01 .step-box02 > .item > .box01 .ttl01 {
    font-size: 2.4rem;
  }
  .flow-area01 .frame01 .card-normal01 > .inner > .header .title {
    font-size: 2.6rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .flow-area01 .frame01 .body01 {
    padding: 5.33vw 5.33vw 8vw;
  }
  .flow-area01 .step-box01 > .item .ico {
    width: 12.8vw;
    height: 12.8vw;
    font-size: 2.67vw;
  }
  .flow-area01 .step-box01 > .item .ico > .num {
    font-size: 5.07vw;
  }
  .flow-area01 .step-box01 .step-txt01 {
    font-size: 5.33vw;
  }
  .flow-area01 .frame01 .card-normal01 > .inner > .header .title {
    font-size: 5.33vw;
  }
  .flow-area01 .step-box02 > .item > .box01 .ttl01 {
    font-size: 4.8vw;
  }
  .flow-area01 .btn-type01 {
    font-size: 4.27vw;
  }
}
/*-----------------------
beginning-area01
------------------------*/
.beginning-area01 {
  padding: 40px 0;
  background: #004831;
  color: #FFF;
}
.beginning-area01 > .head01 > .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .04em;
  line-height: 1.1;
}
.beginning-area01 > .head01 > .sub::before,
.beginning-area01 > .head01 > .sub::after {
  content: "";
  display: block;
  width: 11px;
  height: 16px;
  margin: 0 .2em;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_ico_06.png") no-repeat 0 0;
  background-size: cover;
}
.beginning-area01 > .head01 > .sub::after {
  transform: scaleX(-1);
}
.beginning-area01 > .inner {
  padding: 16px 16px 0;
}
.beginning-area01 > .inner .text {
  margin-top: 24px;
  text-align: center;
  letter-spacing: .04em;
}
.beginning-area01 > .inner .btn-type01 {
  width: 293px;
  max-width: 100%;
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .beginning-area01 {
    padding: 52px 0;
  }
  .beginning-area01 > .head01 > .sub {
    font-size: 2.4rem;
  }
  .beginning-area01 > .head01 > .sub::before,
  .beginning-area01 > .head01 > .sub::after {
    width: 14px;
    height: 20px;
  }
  .beginning-area01 > .inner {
    padding: 21px 21px 0;
  }
  .beginning-area01 > .inner .text {
    margin-top: 32px;
    font-size: 2.1rem;
  }
  .beginning-area01 > .inner .btn-type01 {
    width: 390px;
  }
  .beginning-area01 > .inner .btn-type01 > .inner {
    min-height: 56px;
    font-size: 2.1rem;
  }
}
/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  padding: 30px 0 100px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_bg_detail_01.png") no-repeat center top;
  background-size: cover;
}
.detail-area01 > .inner {
  margin-top: 26px;
  padding: 0 18px;
}
.detail-area01 .detail-box01 {
  background: #FFF;
  border: 5px solid #FFF;
  border-radius: 16px;
  overflow: hidden;
}
.detail-area01 .detail-box01 > .ttl01 {
  padding: 14px 0 16px;
  background: #14388D;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.detail-area01 .detail-box01 > .detail01 {
  padding: 14px 10px 16px;
}
.detail-area01 .detail-box01 > .detail01 .list-notice01 {
  font-size: 1.2rem;
}
.detail-area01 .table-dl {
  margin-top: 4px;
  border: 1px solid #C5C5C5;
}
.detail-area01 .table-dl > .item:not(:first-child) {
  border-top: 1px solid #C5C5C5;
}
.detail-area01 .table-dl .row > .header {
  padding: 8px;
  background: #E9F7F6;
  color: #14388D;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #C5C5C5;
}
.detail-area01 .table-dl .row > .data {
  padding: 8px;
  background: #FFF;
  font-size: 1.4rem;
}
.detail-area01 .card-normal01 {
  border-radius: 8px;
  border: 0;
}
.detail-area01 .detail-box01 + .card-normal01 {
  margin-top: 28px;
  border: 0;
}
.detail-area01 .toggle-block01:not(:first-child) {
  margin-top: 16px;
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 16px 18px;
  border-radius: 8px;
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  display: none;
}
.detail-area01 .toggle-block01.card-normal01 > [role=tablist] > [role=tab]::after {
  width: 16px;
  height: 16px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_ico_arrow_up_01.svg") no-repeat center center;
  background-size: cover;
  transform: rotate(180deg);
  top: calc(50% - 8px) !important;
  right: 20px !important;
}
.detail-area01 .toggle-block01.card-normal01 > [role=tablist] > [role=tab][aria-selected=true]::after {
  transform: rotate(0);
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area01 .toggle-block01.card-normal01:not(.-red01) > .inner > .header[role=tab] > .title {
  color: #0A1E4C;
}
.detail-area01 .card-normal01 > .inner > .body {
  padding: 4px 16px 16px;
}
.detail-area01 .card-normal01 .list-circle01 {
  margin: 8px 0 0;
  padding: 0 0 9px;
  font-size: 1.2rem;
}
.detail-area01 .card-normal01 .list-circle01:first-child {
  margin-top: 0;
}
.detail-area01 .card-normal01 .list-circle01 > .item {
  padding-left: calc(1.3em + 2px);
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  width: 4px;
  height: 4px;
  background: #56635f;
  left: 6px;
  top: .56em;
}
.detail-area01 .detail-box02 {
  border: 1px solid #C5C5C5;
  font-size: 1.4rem;
}
.detail-area01 .detail-box02 > .ttl01 {
  padding: 8px;
  background: #14388D;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
.detail-area01 .detail-box02 > .detail01 {
  padding: 8px;
}
.detail-area01 .detail-box02 > .detail01 > p:not(:first-child) {
  margin-top: 8px;
}
.detail-area01 .detail-box02 .list-notice01 {
  font-size: 1.2rem;
}
.detail-area01 .detail-box02 .list-num01:not(:first-child) {
  margin-top: 8px;
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .detail-area01 {
    padding: 40px 0 132px;
  }
  .detail-area01 > .inner {
    margin-top: 34px;
    padding: 0 24px;
  }
  .detail-area01 .detail-box01 > .ttl01 {
    padding: 16px 0 18px;
    font-size: 1.8rem;
  }
  .detail-area01 .detail-box01 > .detail01 {
    padding: 16px 14px 18px;
    font-size: 1.8rem;
  }
  .detail-area01 .detail-box01 > .detail01 .list-notice01 {
    font-size: 1.4rem;
  }
  .detail-area01 .table-dl {
    margin-top: 5px;
  }
  .detail-area01 .table-dl .row > .header {
    padding: 11px;
    font-size: 1.6rem;
  }
  .detail-area01 .table-dl .row > .data {
    padding: 11px;
    font-size: 1.6rem;
  }
  .detail-area01 .detail-box01 + .card-normal01 {
    margin-top: 36px;
  }
  .detail-area01 .toggle-block01:not(:first-child) {
    margin-top: 21px;
  }
  .detail-area01 .card-normal01 > .inner > .header {
    padding: 21px 24px;
  }
  .detail-area01 .toggle-block01.card-normal01 > [role=tablist] > [role=tab]::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px) !important;
    right: 20px !important;
  }
  .detail-area01 .card-normal01 > .inner > .header > .title {
    font-size: 2.1rem;
  }
  .detail-area01 .card-normal01 > .inner > .body {
    padding: 5px 21px 21px;
  }
  .detail-area01 .card-normal01 .list-circle01 {
    padding: 0 0 12px;
    font-size: 1.6rem;
  }
  .detail-area01 .detail-box02 {
    font-size: 1.6rem;
  }
  .detail-area01 .detail-box02 > .ttl01,
  .detail-area01 .detail-box02 > .detail01 {
    padding: 11px;
  }
  .detail-area01 .detail-box02 .list-notice01 {
    font-size: 1.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .detail-area01 .detail-box01 > .ttl01,
  .detail-area01 .detail-box01 > .detail01 {
    padding-top: 4.27vw;
    padding-bottom: 4.8vw;
    font-size: 4.27vw;
  }
  .detail-area01 .card-normal01 > .inner > .header > .title {
    font-size: 4.27vw;
  }
  .detail-area01 .detail-box02 {
    font-size: 3.73vw;
  }
}
/*-----------------------
faq-area01
------------------------*/
.faq-area01 {
  padding: 32px 0 88px;
  background: #004831;
}
.faq-area01 > .ttl {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}
.faq-area01 > .ttl::after {
  content: "";
  display: block;
  width: 29px;
  height: 2px;
  margin: 14px auto 0;
  background: #FFF;
  border-radius: 24px;
}
.faq-area01 > .ttl > .inner {
  display: flex;
  justify-content: center;
}
.faq-area01 > .ttl > .inner::before,
.faq-area01 > .ttl > .inner::after {
  font-size: 2.8rem;
  position: relative;
  top: -.2em;
}
.faq-area01 > .ttl > .inner::before {
  content: "\201C";
  margin-right: 10px;
}
.faq-area01 > .ttl > .inner::after {
  content: "\201D";
  margin-left: 10px;
}
.faq-area01 > .inner {
  margin-top: 24px;
  padding: 0 18px;
}
.faq-area01 .faq-block01:not(:first-child) {
  margin-top: 32px;
}
.faq-area01 .faq-block01 > .ttl01 {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
}
.faq-area01 .faq-block01 .card-tile04 {
  padding: 16px;
}
.faq-area01 .faq-block01 .list-notice01 {
  color: #FFF;
  font-size: 1.2rem;
}
.faq-area01 .faq-block01 .text-mark02 > .mark {
  margin-top: .2em;
  font-size: 1.6rem;
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .faq-area01 {
    padding: 43px 0 117px;
  }
  .faq-area01 > .ttl {
    font-size: 3.2rem;
  }
  .faq-area01 > .ttl::after {
    width: 39px;
    margin: 19px auto 0;
  }
  .faq-area01 > .ttl > .inner::before,
  .faq-area01 > .ttl > .inner::after {
    font-size: 3.7rem;
    position: relative;
    top: -.2em;
  }
  .faq-area01 > .ttl > .inner::before {
    margin-right: 13px;
  }
  .faq-area01 > .ttl > .inner::after {
    margin-left: 13px;
  }
  .faq-area01 > .inner {
    margin-top: 32px;
    padding: 0 24px;
  }
  .faq-area01 .faq-block01:not(:first-child) {
    margin-top: 43px;
  }
  .faq-area01 .faq-block01 > .ttl01 {
    font-size: 2.1rem;
  }
  .faq-area01 .faq-block01 .card-tile04 {
    padding: 16px;
  }
  .faq-area01 .faq-block01 .list-notice01 {
    font-size: 1.4rem;
  }
  .faq-area01 .faq-block01 .text-mark02,
  .faq-area01 .faq-block01 .text-mark02 > .mark {
    font-size: 1.8rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .faq-area01 .faq-block01 > .ttl01 {
    font-size: 4.27vw;
  }
  .faq-area01 .faq-block01 .text-mark02 > .mark,
  .faq-area01 .faq-block01 .card-tile04 {
    font-size: 4.27vw;
  }
}
/*-----------------------
campaign-area01
------------------------*/
.campaign-area01 {
  background: #F8F9BA;
}
.campaign-area01 > .inner {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding: 20px 32px 40px;
}
.campaign-area01 .bnr-box01 {
  width: 311px;
  max-width: 100%;
}
.campaign-area01 .bnr-box01 + .bnr-box01 {
  margin-top: 44px;
}
.campaign-area01 .bnr-box01 > .img {
  text-align: center;
}
.campaign-area01 .bnr-box01 > .img .img01 {
  width: 299px;
  max-width: 100%;
  border: 2px solid #FFF;
  background: #FFF;
}
.campaign-area01 .bnr-box01 > .text {
  margin-top: 10px;
  padding: 0 6px;
  color: #004831;
  font-size: 1.4rem;
  font-weight: 700;
}
.campaign-area01 .bnr-box01 .btn-list01:not(:first-child) {
  margin-top: 16px;
}
.campaign-area01 .bnr-box01 .btn-list01 .btn-type01 {
  width: 100%;
  border: 1px solid #004831;
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .campaign-area01 > .inner {
    padding: 26px 42px 52px;
  }
  .campaign-area01 .bnr-box01 {
    width: 414px;
  }
  .campaign-area01 .bnr-box01 > .img .img01 {
    width: 398px;
  }
  .campaign-area01 .bnr-box01 > .text {
    margin-top: 13px;
    padding: 0 8px;
    font-size: 1.8rem;
  }
  .campaign-area01 .bnr-box01 .btn-list01:not(:first-child) {
    margin-top: 20px;
  }
  .campaign-area01 .bnr-box01 .btn-list01 .btn-type01 {
    font-size: 2.1rem;
  }
  .campaign-area01 .bnr-box01 .btn-list01 .btn-type01 > .inner {
    min-height: 56px;
  }
}
/*-----------------------
sec-wrap04
------------------------*/
.sec-wrap04 {
  background: #F4EBDA;
  padding-bottom: 80px;
}
.fn-slide03 {
  margin: 8px -16px 0;
}
.fn-slide03 .slick-list {
  margin: 0 auto;
  padding: 0 8px;
  overflow: hidden;
}
.fn-slide03 .slick-track {
  display: flex;
}
.fn-slide03 .slick-slide {
  height: auto !important;
  padding: 16px 8px;
}
.text-bg01 {
  margin: 12px 0 0;
  padding: 16px 8px;
  background: #EFF1EB;
  letter-spacing: -0.5px;
}
.text-bg01 + .text-bg01 {
  position: relative;
  margin-top: 32px;
}
.text-bg01 + .text-bg01::before {
  display: block;
  content: '';
  position: absolute;
  top: -29px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_ico_slide06.svg") no-repeat 0 0 / 100%;
}
[class^="img-w0"] {
  margin: 0 auto;
}
.img-w02 {
  width: 175px;
}
.text-indent01 {
  display: flex;
}
.text-indent01 .item01 {
  display: block;
}
.text-indent01 .item02 {
  margin: 0 0 0 24px;
  text-align: left;
  flex: 1;
}
.text-layout03 {
  display: flex;
  max-width: 375px;
  margin: 12px auto 0;
  color: #56635F;
  text-align: center;
}
.text-layout03 > .item01 {
  width: 33.3%;
}
.text-layout03 > .item01 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  min-height: 62px;
}
.text-layout03 > .item01 .img01 > img {
  width: 70px;
}
.text-layout03 > .item01 .img02 > img {
  width: 70px;
}
.text-layout03 > .item01 .img03 > img {
  width: 40px;
}
.text-step01 {
  position: relative;
}
.text-step01 > .step {
  font-size: 2.4rem;
  color: #004831;
  font-weight: bold;
  font-family: roboto;
  text-align: center;
}
.text-step01 > .num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0.3em;
  width: 60px;
  height: 25px;
  border: 1px solid #D5DEDB;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #56635F;
  font-weight: bold;
  font-family: roboto;
  text-align: center;
  line-height: 1;
}
.text-step01 > .num > em {
  display: inline-block;
  margin-right: 4px;
  font-size: 2rem;
  font-weight: bold;
  font-family: roboto;
}
.text-step01 > .num > span {
  display: inline-block;
  padding-top: 4px;
}
.fn-slide03 .slick-slide > .inner {
  height: 100%;
  padding: 40px 21px 49px;
  background: #F9F8F3;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px #0000000F;
}
.fn-slide03 .slick-slide:first-child > .inner {
  padding: 16px 19px 49px;
}
.fn-slide03 .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_ico_slide05.svg") no-repeat 0 0 / 100%;
}
.fn-slide03 .slick-prev {
  left: 8px;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.fn-slide03 .slick-next {
  right: 8px;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.fn-slide03 .slick-list {
  overflow: visible;
}
.fn-slide03 .slick-arrow.slick-disabled {
  display: none !important;
}
.fn-slide03 .slick-dots {
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}
.fn-slide03 .slick-dots {
  top: auto;
  bottom: 32px;
  justify-content: center;
}
.fn-slide03 .slick-dots > li {
  margin: 0 2px;
}
.fn-slide03 .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50%;
}
.fn-slide03 .slick-dots .slick-active button {
  background: #141D1D;
}
.fn-slide03 .slick-arrow {
  width: 44px;
  height: 44px;
}
.step-layout01 > .text01 > .txt01 {
  min-height: 3em;
  margin-top: 16px;
  font-size: 1.4rem;
}
.step-layout01 > .img01 {
  margin-top: 27px;
}
.sec-wrap04 .slide-wrap01 + .btn-list01 {
  margin-top: 8px !important;
}
.sec-wrap04 .btn-type02 {
  border: 0;
  border-radius: 8px;
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .fn-slide03 .slick-slide {
    padding: 16px 24px;
  }
  .sec-wrap04 .slide-wrap01 + .btn-list01 {
    margin-top: 16px !important;
  }
  .sec-wrap04 .btn-type02 {
    font-size: 2.1rem;
  }
  .sec-wrap04 .btn-type02 > .inner {
    min-height: 56px;
  }
  .text-step01 > .step {
    font-size: 3.2rem;
  }
  .step-layout01 > .text01 > .txt01 {
    font-size: 1.8rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .text-bg01 {
    padding: 3.73vw;
  }
  .text-layout03 {
    padding: 0 3.73vw;
  }
  .fn-slide03 .slick-arrow {
    width: 10.67vw;
    height: 10.67vw;
  }
}
/*-----------------------
sec-wrap05
------------------------*/
.bg-white01 {
  background: #F9F8F3;
}
.sec-wrap05 {
  padding-bottom: 56px;
}
.sec05-img01 {
  position: relative;
  margin-top: 24px;
  text-align: center;
}
.sec05-img01 > .img01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sec05-box01 {
  margin-top: 24px;
  padding: 32px 16px;
  background: #FFFFFF;
  border-radius: 8px;
}
.sec05-box01 > .ttl01 {
  text-align: center;
}
.sec05-box01 > .ttl01 > .inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  max-width: 100%;
  height: 35px;
  background: #004831;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
[class^="sec-wrap"] > .inner {
  padding: 0 16px;
}
[class^="sec-ttl"] > .lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
[class^="sec-ttl"] {
  position: relative;
  font-weight: 700;
  text-align: center;
}
[class^="sec-ttl"] > .main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
[class*=glyph-][class*=btn-type].-right > .inner::before {
  top: calc(50% - (1.375em / 2));
  left: auto;
  right: 1em;
}
.sec-ttl02 {
  padding-top: 32px;
  letter-spacing: .08em;
}
.sec-ttl02:not(.-present)::after {
  display: inline-block;
  width: 29px;
  height: 2px;
  margin-top: 1.21em;
  background: #A89346;
  border-radius: 24px;
  content: "";
}
.bg-green01 .sec-ttl02:not(.-present)::after {
  background: #FFFFFF;
}
.sec-ttl02 > .lead {
  position: absolute;
  top: -1.21em;
  left: 50%;
  min-height: 2.64em;
  padding: .25em 1.7em;
  background: #A89346;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1.4rem;
  white-space: nowrap;
  transform: translateX(-50%);
}
.sec-ttl02 > .lead::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.5em;
  width: 30px;
  margin: auto;
  border-style: solid;
  border-color: #A89346 rgb(255 255 255 / 0);
  border-width: 15px 15px 0;
  content:"";
}
.sec-ttl02 > .main {
  color: #004831;
  font-size: 2.4rem;
}
.sec-ttl02 > .main.-small {
  font-size: 2.2rem;
}
.sec-ttl02 > .main > .inner::before,
.sec-ttl02 > .main > .inner::after {
  display: inline-block;
  color: #A89346;
  font-size: 2.8rem;
}
.sec-ttl02 > .main > .inner::before {
  margin-right: 8px;
  content: "\201C";
}
.sec-ttl02 > .main > .inner::after {
  margin-left: 8px;
  content: "\201D";
}
/* 1.33 */
@media screen and (min-width: 500px) {
  .sec-wrap05 {
    padding-bottom: 74px;
  }
  .sec-wrap05 ._t-green01 {
    font-size: 1.8rem;
  }
  .sec-wrap05 .btn-type01 {
    font-size: 2.1rem;
  }
  .sec-wrap05 .btn-type01 > .inner {
    min-height: 56px;
  }
  .sec-ttl02 > .lead {
    font-size: 1.8rem;
  }
  .sec-ttl02 > .main {
    font-size: 3.2rem;
  }
  .sec-ttl02 > .main > .inner::before,
  .sec-ttl02 > .main > .inner::after {
    font-size: 3.6rem;
  }
  [class^="sec-wrap"] > .inner {
    padding: 0 22px;
  }
}
/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  position: fixed;
  top: 50%;
  left: 74vw;
  z-index: 2;
  overflow: hidden;
  width: 275px;
  max-width: 23.5vw;
  border-radius: 16px;
  background-color: #ffffff;
  transform: translate(0, -60%);
  transition: all .25s ease-out;
}
.menu-area01 .ttl01 {
  padding: 18px 0 10px;
  color: #0A1E4C;
  font-family: "roboto";
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
.menu-area01 .ttl01:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 29px;
  height: 2px;
  border-radius: 24px;
  background-color: #70D2E3;
  content: "";
  transform: translate(-50%, 0);
}
.menu-area01 .list01 {
  padding: 26px 0 41px 0;
}
.menu-area01 li:not(:first-child) {
  margin-top: 12px;
}
.menu-area01 a {
  position: relative;
  display: block;
  padding: 7px 0 7px 60px;
  color: #C5C5C5;
  font-family: "noto-sans-black";
  font-weight: 900;
  text-decoration: none;
  letter-spacing: .0em;
  font-size: 1.8rem;
  line-height: 1.5;
}
.menu-area01 a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #70D2E3;
  opacity: 0;
}
.menu-area01 a.is-current {
  color: #0A1E4C;
}
.menu-area01 a.is-current:before {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 700px) {
  .menu-area01 {
    display: none !important;
  }
}
/*-----------------------
fixed-area
------------------------*/
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 80px;
  background: #FFF;
}
.fixed-area01 .wrap01 > .btn-list01 {
  margin-top: 0 !important;
}
.fixed-area01 .btn-list01 > .item:not(:first-child) {
  margin-left: 30px;
}
.fixed-area01 .btn-type01 {
  width: 311px;
  max-width: 100%;
  height: 48px;
  font-size: 1.6rem;
}
.fixed-area01 .btn-list01.-single .btn-type01 {
  width: 238px;
}
.fixed-area01 .btn-box01 {
  position: relative;
}
.fixed-area01 .btn-box01 > .ico {
  display: inline-block;
  width: 136px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* SMALL STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .wrap01 {
    padding: 0 10px;
    height: 65px;
  }
  .fixed-area01 .btn-list01.-spColumn {
    width: 100%;
  }
  .fixed-area01 .btn-list01.-spColumn > .item {
    width: auto;
    max-width: calc(50% - 4px);
  }
  .fixed-area01 .btn-list01 > .item:not(:first-child) {
    margin-left: 8px;
  }
  .fixed-area01 .btn-type01 {
    width: 221px;
    height: 45px;
    font-size: 1.4rem;
  }
  .fixed-area01 .btn-box01 > .ico {
    width: 102px;
    top: -16px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    padding: 0 4.26667vw;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.2vw !important;
  }
}
.fixed-area01 .btn-type01 > .inner {
  min-height: 100%;
  line-height: 1.3;
}
.fixed-area01 .btn02 {
  margin: 0 0 0 40px;
}
/* SMALL STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 12px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 3.73333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
/*-----------------------
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: 960px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .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%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-wrap01 {
    padding: 24px 16px 24px 16px;
  }
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .ttl01 {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .modal-area .ttl01 {
    font-size: 6.4vw;
  }
}
.modal-area .formWrap01 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  height: 60vh;
  background: url("/kojin/olive/special/campaign/open/cp2607/imgs/index_img_05.svg") center center no-repeat;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .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: 22px;
  right: 21px;
  width: 34px;
  height: 34px;
  border: 1px solid #d5dedb;
  border-radius: 50%;
  background: url("/kojin/cmn/imgs/btn_close_01.svg") center center no-repeat #ffffff;
}
/*-----------------------
fn-pram
------------------------*/
.fn-pram:not(.-show){
  display: none;
}
