@charset "shift_jis";
/* Updated 2026/07/01.T */
/* -----------------------
font
----------------------- */
@font-face {
  font-family: "noto-sans";
  src: url("/kojin/campaign/fonts/NotoSansJP-Black.woff") format("woff");
  font-weight: 900;
}
._t-notoBlack {
  font-weight: 900;
}
/*-----------------------
general
------------------------*/
/* color */
._t-black01 {
  color: #000000;
}
._t-gray04 {
  color: #56635f;
}
/* btn */
.btn-type01.-orange01 {
  background-color: #ff5f04;
}
/*-----------------------
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: 70px;
}
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: 767px) {
  .footer-logo {
    padding-bottom: 140px;
  }
}
@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/yokin/olive_challenge/imgs/index_bg_01.jpg") center top no-repeat;
  background-size: cover;
}
/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.kv-area01 .wrap01 {
  position: absolute;
  bottom: 6%;
  left: 0;
  padding: 0 26px;
  width: 100%;
}
.kv-area01 .wrap02 {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 44px 93px;
}
.kv-area01 .btn-type01 {
  width: 100%;
  font-size: 2.6rem;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 {
    font-size: 2.0rem;
  }
  .kv-area01 .wrap02 {
    padding: 0 34px 70px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .btn-type01 {
    font-size: 5.33333vw;
  }
}
.kv-area01 .btn-type01:nth-child(2) {
  margin-top: 20px;
  padding-right: 10px;
}
.kv-area01 .btn-type01 > .inner {
  min-height: 55px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 40px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 10.66667vw;
  }
}
/*-----------------------
button
------------------------*/
.btn-type01.-orange02{
  background: #E95501;
  box-shadow: 0px 5px 0px 0px #6D2117;
}
.btn-type01.-orange02 > .inner{
  color: #fff;
  font-size: 2rem;
}
.btn-type01.-green02{
  background: #004831;
  box-shadow: 0px 5px 0px 0px #1F332D;
}
.btn-type01.-green02 > .inner{
  color: #fff;
  font-size: 2rem;
}
.glyph-link01[class*="-orange"]>.inner::before,
.glyph-link01[class*="-green"]>.inner::before {
  background: url(/kojin/cmn/imgs/ico_arrow_right_02.svg) 0 0 / 100% auto no-repeat;
}
[class*=glyph-][class*=btn-type]:not(.-bottom)>.inner::before {
  top: calc(50% - (1.375em / 2));
  left: auto;
  right: 1em;
}
.btn-type01.-orange02:focus {
  background: #dfac00;
}
.btn-type01.-green02:focus {
  background: #628f18;
}
@media screen and (min-width: 768px) {
  .btn-type01.-orange02:not(:disabled):not([aria-disabled=true]):hover {
    background: #ee7800;
  }
  .btn-type01.-green02:not(:disabled):not([aria-disabled=true]):hover {
    background: #003927;
  }
}
/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  margin: 40px 0 0;
}
.detail-area01 .ttl01 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
.detail-area01 .table01 {
  margin-top: 28px;
  font-size: 1.4rem;
}
.detail-area01 .table01>tbody>tr,
.detail-area01 .table01>tbody>tr>th,
.detail-area01 .table01>tbody>tr>td{
  display: block;
}
.detail-area01 .table01>tbody>tr:first-child>th{
  border-radius: 8px 8px 0 0;
}
.detail-area01 .table01>tbody>tr:last-child>td{
  border-radius: 0 0 8px 8px;
}
.detail-area01 .table01 th {
  padding: 10px 16px;
  border-bottom: 1px solid #d5dedb;
  background-color: #D5AC68;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.detail-area01 .table01 td {
  padding: 16px;
  border-bottom: 1px solid #d5dedb;
  background-color: #ffffff;
  vertical-align: middle;
}
.detail-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 2px;
}
.detail-area01 .card-normal01 {
  margin-top: 30px;
  border: 0;
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 19px 19px;
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 35px;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 28px;
  height: 28px;
}
.detail-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
  top: calc(50% - 16px) !important;
  right: 5px !important;
  background-position: center center;
  background-size: 26px auto;
}
.detail-area01 .card-normal01 > .inner > .body {
  padding: 25px 18px 16px 18px;
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
.detail-area01 .card-normal01 .list-circle01 {
  margin: 8px 0 8px 0;
  padding: 0 0 0 9px;
}
.detail-area01 .card-normal01 .list-circle01:not(:first-child) {
  margin-top: 13px;
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  top: .56em;
  width: 5px;
  height: 5px;
  background: #56635f;
}
/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  position: fixed;
  top: calc(25%);
  right: 57px;
  z-index: 2;
  overflow: hidden;
  width: 330px;
  border-radius: 10px;
  border: 4px solid #004831;
  background-color: #ffffff;
  box-shadow: 5px 5px 1px 1px #141D1D33;
  transition: all .25s ease-out;
}
.menu-area01 .ttl01 {
  padding: 20px;
  background-color: #004831;
  text-align: center;
}
.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: #56635f;
  text-decoration: none;
  letter-spacing: .0em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-area01 a:before {
  position: absolute;
  top: calc(50% - 6px);
  left: 38px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #004831;
  content: "";
  opacity: 0;
}
.menu-area01 a.is-current {
  color: #004831;
}
.menu-area01 a.is-current:before {
  opacity: 1;
}
@media screen and (max-width: 1330px) {
  .menu-area01 {
    right: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .menu-area01 {
    width: 220px;
  }
  .menu-area01 a {
    padding-left: 27px;
    font-size: 1.6rem;
  }
  .menu-area01 a:before {
    top: calc(50% - 5px);
    left: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .menu-area01 {
    top: 10%;
  }
}
@media screen and (max-height: 500px) {
  .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: 60px;
  background: rgba(255, 255, 255, 0.5);
}
.fixed-area01  .glyph-link01[class*="-green"].-up>.inner::before{
  transform: rotate(-90deg);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .wrap01 {
    flex-direction: column;
    padding: 0 34px;
    height: 140px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    height: 120px;
  }
}
.fixed-area01 .btn-type01 {
  width: 360px;
  height: 48px;
  font-size:1.6rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    padding-right: 36px;
    padding-left: 22px;
    font-size: 2rem;
  }
  .fixed-area01 [class*=glyph-][class*=btn-type]:not(.-bottom)>.inner::before{
    right: 10px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 1.6rem;
  }
}
.fixed-area01 .btn-type01 > .inner {
  min-height: 100%;
  line-height: 1.3;
}
.fixed-area01 .btn02 {
  margin: 0 0 0 40px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn02 {
    margin: 12px 0 0;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn02 {
    margin: 8px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
/*-----------------------
bg-area01
------------------------*/
.bg-area01{
  padding: 30px 18px 60px;
  background: #004831;
}
/*-----------------------
bg-area02
------------------------*/
.bg-area02{
  padding: 62px 18px 10px;
  background: #FFF7DD url(/kojin/olive/special/campaign/yokin/olive_challenge/imgs/index_bg_02.png) no-repeat 0 0 / 100%;
}
/* SMALL STYLES */
@media screen and (max-width: 767px) {
  .bg-area02{
    padding-top: 46px;
  }
}
/*-----------------------
bg-area03
------------------------*/
.bg-area03{
  padding: 76px 18px 40px;
  background: #004831 url(/kojin/olive/special/campaign/yokin/olive_challenge/imgs/index_bg_03.png) no-repeat 0 0 / 100%;
}
/*-----------------------
card-wrap01
------------------------*/
.card-wrap01{
  padding: 26px;
  border-radius: 12px;
  border: 4px solid #D5AC68;
  background: #FFF9EE;
}
.card-wrap01 .card-ttl01{
  text-align: center;
}
.card-wrap01 .card-ttl01:not(:first-child){
  margin-top: 24px;
}
.card-wrap01 .card-ttl01>span{
  display: inline-block;
  padding: 0 1.5em;
  background: #004831;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
/*-----------------------
card-wrap02
------------------------*/
.card-wrap02{
  margin: 40px 0 0;
}
.card-wrap02 + .card-wrap02{
  margin: 50px 0 0;
}
.card-wrap02>.head01{
  border-radius: 12px 12px 0 0;
  padding: 8px;
  background: #004831;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.card-wrap02>.head01>span{
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.card-wrap02>.head01>span>.icon{
  position: absolute;
  top: calc(50% - 41px);
  left: -90px;
  width: 83px;
}
.card-wrap02>.body01{
  border-radius: 0 0 12px 12px;
  border: 4px solid #004831;
  padding: 30px 16px 20px;
  background: #FFF9EE;
  box-shadow: 0px -4px 12px 0px rgba(220, 182, 115, .8) inset;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .card-wrap02>.head01{
    font-size: 1.8rem;
  }
}
/*-----------------------
card-wrap03
------------------------*/
.card-wrap03{
  padding: 32px 16px;
  border-radius: 6px;
  border: 1px solid #004831;
  background: #fff;
}
/*-----------------------
card-wrap04
------------------------*/
.card-wrap04{
  margin: 30px 0 0;
  padding: 30px 20px;
  border-radius: 12px;
  border: 4px solid #D5AC68;
  background: #FFF9EE;
}
/*-----------------------
acc-wrap01
------------------------*/
.acc-wrap01{
  margin: 20px 0 0;
}
.acc-wrap01>.head01{
  position: relative;
  padding: 8px 32px 8px 8px;
  border: 3px solid #DEDEDE;
  border-width: 3px 0;
  background: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.acc-wrap01>.body01{
  padding-top: 10px;
}
.acc-wrap01.fn-acc01>.head01{
  cursor: pointer;
}
.acc-wrap01.fn-toggle01>.head01::after,
.acc-wrap01.fn-acc01>.head01::after{
  display: block;
  content: '';
  position: absolute;
  right: 4px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) 0 0 / 100% auto no-repeat;
  transform: rotate(90deg);
}
.acc-wrap01.fn-toggle01>.head01[aria-selected="true"]::after,
.acc-wrap01.fn-acc01>.head01[aria-selected="true"]::after{
  transform: rotate(-90deg);
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .acc-wrap01>.head01{
    font-size: 1.6rem;
  }
}
/*-----------------------
qr-area01
------------------------*/
.qr-area01{
  padding: 20px;
  background: #F5F9E6;
  text-align: center;
}
/*-----------------------
fn-slick02
------------------------*/
.fn-slick.slide-wrap01{
  margin: 24px 0 0;
}
.fn-slick .slick-arrow{
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(/kojin/olive/special/campaign/yokin/olive_challenge/imgs/index_ico_04.svg) no-repeat 0 0 / 100%;
}
.fn-slick .slick-prev{
  left: -8px;
  transform: rotate(-180deg);
  box-shadow: 0px -8px 9.6px 0px #C4D7004D;
}
.fn-slick .slick-next{
  right: -8px;
  box-shadow: 0px 8px 9.6px 0px #C4D7004D;
}
.fn-slick .slick-arrow.slick-disabled{
  display: none!important;
}
.fn-slick .slick-dots{
  display: flex;
  justify-content: center;
  position: static;
  margin: 20px 0 0;
  top: 0;
  left: 0;
  right: 0;
}
.fn-slick .slick-dots>li{
  margin: 0 5px;
}
.fn-slick .slick-dots button{
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #D2D2D2;
}
.fn-slick .slick-dots .slick-active button{
  background: #FF675E;
}
.fn-slick .slick-track{
  display: flex;
}
.fn-slick .slick-slide{
  float: none;
  height: auto;
}
/*-----------------------
step-layout01
------------------------*/
.step-layout01{
  padding: 30px 20px;
  margin: 0 8px 0;
  height: 100%;
  border-radius: 20px;
  background: #FFF7DD;
  text-align: center;
}
.step-layout01 .img01{
  text-align: center;
}
.step-layout01 .img01>img{
  width: 89%;
  margin: 0 auto;
}
.step-layout01 .ttl01{
  margin: 16px 0 0;
  color: #FF4A40;
  font-weight: bold;
  font-family: roboto;
  font-size: 2.6rem;
}
/*-----------------------
step-layout02
------------------------*/
.step-layout02{
  padding: 30px 20px;
  margin: 0 8px 0;
  height: 100%;
  border-radius: 20px;
  background: #FFEDB3;
  text-align: center;
}
.step-layout02 .img01{
  text-align: center;
}
.step-layout02 .img01>img{
  width: 83%;
  margin: 0 auto;
}
.step-layout02 .ttl01{
  margin: 16px 0 0;
  color: #FF4A40;
  font-weight: bold;
  font-family: roboto;
  font-size: 2.6rem;
}
/*-----------------------
step-layout03
------------------------*/
.step-layout03{
  padding: 30px 20px;
  margin: 0 8px 0;
  height: 100%;
  border-radius: 20px;
  background: #E2EFBC;
  text-align: center;
}
.step-layout03 .img01{
  text-align: center;
}
.step-layout03 .img01>img{
  width: 83%;
  margin: 0 auto;
}
.step-layout03 .ttl01{
  margin: 16px 0 0;
  color: #004831;
  font-weight: bold;
  font-family: roboto;
  font-size: 2.6rem;
}
/*-----------------------
text-bg01
------------------------*/
.text-bg01{
  margin: 26px 0 0;
  padding: 35px 12px;
  border-radius: 6px;
  background: #E2EFBC;
}
.text-bg01>.ttl01{
  text-align: center;
}
.text-bg01>.ttl01>p{
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 2rem;
  font-weight: bold;
  color: #004831;
}
/*-----------------------
ttl-img01
------------------------*/
.ttl-img01:not(:first-child){
  margin-top: 62px;
}
/*-----------------------
ttl-img02
------------------------*/
section:not(:first-child)>.ttl-img02{
  margin-top: 80px;
}
/*-----------------------
qa-toggleList01
------------------------*/
.qa-toggleList01{
  margin: 28px 0 0;
}
.qa-toggleList01 .toggle-switch {
  position: relative;
  padding: 16px 60px 16px 20px;
  background: #fff;
  border-radius: 8px;
  color: #004831;
  font-size: 1.8rem;
  font-weight: 700;
}
.qa-toggleList01 .toggle-switch[aria-selected="true"] {
  border-radius: 8px 8px 0 0;
}
.qa-toggleList01 .toggle-switch::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 1.375em;
  height: 1.375em;
  margin: auto;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) center / cover no-repeat;
  transform: rotate(90deg);
  content: "";
}
.qa-toggleList01 .toggle-switch[aria-selected="true"]::after {
  transform: rotate(-90deg);
}
.qa-toggleList01 .toggle-body {
  padding: 16px 20px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.qa-toggleList01 .toggle-body + .toggle-switch {
  margin-top: 12px;
}
.qa-toggleList01 .toggle-inr {
  display: flex;
}
.qa-toggleList01 .toggle-inr > .ico01 {
  margin-right: 16px;
  font-size: 2.4rem;
  line-height: 1;
}
.qa-toggleList01 .toggle-switch .toggle-inr > .ico01 {
  background: #FFFFFF;
  color: #004831;
}
.qa-toggleList01 .toggle-body .toggle-inr > .ico01 {
  color: #A0C81E;
}
.qa-toggleList01 .toggle-inr > .ico01::after {
  position: absolute;
  right: 4px;
  bottom: -2px;
  border-style: solid;
  border-width: 0 6px 10px;
  transform: rotate(137.61deg);
  content: "";
}
.qa-toggleList01 .toggle-switch .toggle-inr > .ico01::after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #FFFFFF;
}
.qa-toggleList01 .toggle-body .toggle-inr > .ico01::after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #004831;
}
/*-----------------------
ico-arrow01
------------------------*/
.ico-arrow01{
  margin: 10px 0;
  text-align: center;
}
.ico-arrow01>img{
    width: 62px;
}
/* SMALL STYLES */
@media screen and (max-width: 767px) {
  .ico-arrow01>img{
    width: 47px;
  }
}
/*-----------------------
bnr-wrap01
------------------------*/
.bnr-wrap01>.text-hooray01{
  margin-top: 30px;
  color: #fff;
  font-size: 1.8rem;
}
.bnr-wrap01>.text-hooray01>.inner::before,
.bnr-wrap01>.text-hooray01>.inner::after,
.text-hooray01._t-white01>.inner::before,
.text-hooray01._t-white01>.inner::after{
  background: #fff;
}