@charset "shift_jis";
/* Updated 2026/05/26.T */
/* Updated 2026/05/18.T */
/* Updated 2026/03/11.T */
/* Updated 2026/03/05.T */
/* Updated 2026/02/02.T */
/* Updated 2026/01/19.T */
/* Updated 2026/01/07.T */
/* Updated 2025/12/18.T */
/* Updated 2025/10/21.T */
/* Updated 2025/07/15.T */
/* Updated 2025/06/02.T */
/* Updated 2025/04/01.T */
/* Updated 2024/09/13.T */
/* Updated 2024/09/02.T */

/*----------------------------------------------------------------------
SP Device CSS
----------------------------------------------------------------------*/
/*-----------------------------------
base
-----------------------------------*/
sup{
  font-size: 0.6em;
  font-weight: normal;
}
/*icon-link01*/
.icon-link01.-bottom:not([class*=btn-type]):not(.card-tile02):not(.card-tile04)>.inner {
  padding-left: 0;
  padding-right: 22px;
}
.icon-link01.-bottom:not([class*=btn-type])>.inner::after {
  left: auto;
  right: 0;
}
._t-gray01{
  color: #56635F!important;
}
a:not(.link-underLine){
  text-decoration: none;
}
._mt60 {
  margin-top: 60px;
}
/*-----------------------------------
kv-area01
-----------------------------------*/
.kv-area01{
  padding: 14.4vw 0 0;
  margin: 0;
}
.kv-area01>.inner01{
  padding: 0 20px 26px;
  font-size: 1.6rem;
  text-align: center;
}
.kv-area01 .btn-list01{
  margin-top: 6px;
}
.kv-area01 .text01>span{
  display: inline-block;
  position: relative;
  padding: 0 22px;
}
.kv-area01 .text01>span::before,
.kv-area01 .text01>span::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
}
.kv-area01>.card{
  position: absolute;
  top: 88vw;
  left: 9.8vw;
}
.kv-area01>.card>.inner{
  position: relative;
  overflow: hidden;
  width: 40vw;
  height: 41.8vw;
}
.kv-area01>.card>.inner img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 40vw;
  height: 41.8vw;
}
.kv-area01>.card>.inner .front{
  transform:scale(1 ,1);
  animation: card01 9s infinite;
}
.kv-area01>.card>.inner .back{
  transform:scale(0 ,1);
  animation: card02 9s infinite;
}
/*-----------------------------------
ttl-img01
-----------------------------------*/
.ttl-img01{
  margin: 48px 0 0;
}
section + section>.ttl-img01{
  margin: 92px 0 0;
}
.content-area01 section + section>.ttl-img01{
  margin: 72px 0 0;
}
/*-----------------------------------
bg-area
-----------------------------------*/
.bg-area01{
  background: url(/kojin/olive/imgs/index_bg_02.jpg) no-repeat center bottom / 100%;
}
[class^="bg-area"]>.inner01,
[class^="bg-area"]>section>.inner01{
  padding: 0 20px 142px;
}
.bg-area01:nth-child(odd){
  background: url(/kojin/olive/imgs/index_bg_03.jpg) no-repeat center bottom / 100%;
}
.bg-area01 a:not(.link-underLine){
  text-decoration: none;
}
/*-----------------------------------
card-wrap01
-----------------------------------*/
.card-wrap01{
  margin: 32px -20px 0;
}
.card-wrap01 .item01{
  width: 280px;
  border-radius: 7px;
  border: 1px solid #D5DEDB;
  box-shadow: 0 8px 16px rgba(20, 29, 29, 0.08);
  background: #fff;
}
.card-wrap01 .head01{
  padding: 14px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(to right,  #e7f0d5 0%,#cfe8dd 33%,#cfdce2 66%,#e5d9e1 100%);
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.card-wrap01 .body01{
  padding: 0 16px 30px;
  color: #004831;
  font-size: 1.6rem;
}
.card-wrap01 .slick-arrow{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/imgs/index_ico_12.svg) no-repeat 0 0 / 100%;
}
.card-wrap01 .slick-prev{
  left: 0;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.card-wrap01 .slick-next{
  right: 0;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.card-wrap01 .slick-list{
  overflow: visible;
}
/*slide*/
.card-wrap01.fn-slide01 .slick-track {
  display: flex;
}
.card-wrap01.fn-slide01 .slick-slide {
  height: auto !important;
}
/*swiper*/
.swiper-container{
  position: relative;
}
.swiper-button-prev,
.swiper-button-next{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/imgs/index_ico_12.svg) no-repeat 0 0 / 100%;
}
.swiper-button-prev{
  left: 18px;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.swiper-button-next{
  right: 18px;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.swiper-button-prev.-hide,
.swiper-button-next.-hide{
  display: none;
}
/*-----------------------------------
card-wrap02
-----------------------------------*/
.card-wrap02{
  margin: 32px auto 0;
}
.card-wrap02>.item01{
  display: flex;
  align-items: center;
  position: relative;
  margin: 24px 0 0;
  padding: 16px;
  min-height: 128px;
  background: #F3F8F6;
}
.card-wrap02>.item01>.img01{
  position: absolute;
  bottom: 0;
}
.card-wrap02>.item01:nth-child(odd){
  margin-right: 36px;
  padding-right: 24px;
}
.card-wrap02>.item01:nth-child(even){
  margin-left: 36px;
  padding-left: 32px;
}
.card-wrap02>.item01:nth-child(odd)>.img01{
  right: -36px;
}
.card-wrap02>.item01:nth-child(even)>.img01{
  left: -36px;
}
/*-----------------------------------
btn-card01
-----------------------------------*/
.btn-card01{
  margin: 40px 0 0;
}
.btn-card01>a{
  display: block;
  border: 1px solid #D5DEDB;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(20, 29, 29, 0.05),0 4px 6px rgba(20, 29, 29, 0.08);
  background: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.btn-card01 .text01{
  padding: 20px 12px 9px;
}
.btn-card01 .text02{
  padding: 12px 20px;
  border-radius: 0 0 8px 8px;
  background: #F3F8F6;
}
/*-----------------------------------
btn-card02
-----------------------------------*/
.btn-card02{
  margin: 24px 16px 0;
}
.btn-card02>a{
  display: block;
  position: relative;
  text-decoration: none;
}
.btn-card02 .text01{
  position: absolute;
  left: 0;
  right: 0;
  top: 15vw;
  font-size: 4.26vw;
  color: #E95501;
  text-align: center;
}
.btn-card02 .text01>em{
  font-weight: bold;
}
.btn-card02 .text01 .num{
  font-weight: bold;
  font-size: 17vw;
  line-height: 1;
  font-family: roboto;
}
.btn-card02>a img,
.btn-card02>a:hover img{
  opacity: 1;
}
.btn-card02 img{
  width: 100%;
  opacity: 1!important;
}
/*-----------------------------------
card-list01
-----------------------------------*/
.card-list01{
  display: flex;
  flex-wrap: wrap;
}
.card-list01>.item01{
  margin: 32px 0 0;
  width: 47.46%;
}
.card-list01>.item01:nth-child(even){
  margin-left: 4.7%;
}
.card-list01>.item01>a{
  display: block;
  position: relative;
  height: 100%;
  border-radius: 8px;
  padding: 26px 16px 48px;
  border: 1px solid #D5DEDB;
  text-decoration: none;
  font-weight: bold;
  color: #004831;
  font-size: 1.4rem;
  text-align: center;
  box-shadow: 0 0 4px rgba(20, 29, 29, 0.05) , 0 8px 10px rgba(20, 29, 29, 0.08);
}
.card-list01>.item01>a>.icon{
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  text-align: center;
}
.card-list01>.item01>a em{
  display: inline-block;
  margin: 8px 0 0;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}
.card-list01>.item01>a>.icon.-icon02{
  top: -22px;
}
.card-list01>.item01>a::after{
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 12px);
  bottom: 14px;
  width: 24px;
  height: 24px;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0 / 100%;
  transform: rotate(90deg);
}
/*-----------------------------------
tab-block01.-olive01
-----------------------------------*/
.tab-block01.-olive01>.list>.item>.switch {
  background: #E5EDEA;
  border: 2px solid #E5EDEA;
  border-bottom: 2px solid #D5DEDB;
}
.tab-block01.-olive01>.list>.item>.switch[aria-selected=true] {
  background: #fff;
  border: 2px solid #D5DEDB;
  border-bottom: 2px solid #fff;
}
.tab-block01.-olive01>.list>.item>.switch>.inner{
  color: #56635F;
}
.tab-block01.-olive01>.list>.item>.switch[aria-selected=true]>.inner{
  color: #004831;
}
.tab-block01.-olive01>.list{
  border: none;
}
.tab-block01.-olive01>.wrap{
  margin-top: -2px;
}
.tab-block01.-olive01>.wrap>.panel>.inner {
  padding: 32px 16px 24px;
  border: 2px solid #D5DEDB;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(20, 29, 29, 0.08);
}
.tab-block01.-olive01>.list>.item {
  width: 49.2%;
}
.tab-block01.-olive01:not(:first-child) {
  margin-top: 32px;
}
.tab-block01.-olive01>.list>.item>.switch>.inner {
  min-height: 48px;
  padding: 2px 0;
  line-height: 1.3;
}
/*-----------------------------------
text-area01
-----------------------------------*/
.text-area01{
  position: relative;
  padding: 16px 46px 16px 14px;
  margin: 0 auto 8px;
  background: #F3F8F6;
  font-size: 1.6rem;
}
.text-area01>.img01{
  position: absolute;
  right: -7px;
  bottom: -8px;
}
.text-area01>.img02{
  position: absolute;
  right: -8px;
  bottom: -12px;
}
.text-area01:not(:first-child) {
  margin-top: 24px;
}
#content-area .text-area01 + .list-notice01{
  margin: -4px 60px 0 0;
}
/*-----------------------------------
ttl-text01
-----------------------------------*/
.ttl-text01{
  margin: 40px 0 0;
  font-weight: bold;
  font-size: 2rem;
}
.ttl-text01>span>em{
  padding: 0 4px;
  background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 11px;
  font-weight: bold;
}
.ttl-text01.-type02{
  font-size: 1.9rem;
}
/*-----------------------------------
ttl-text02
-----------------------------------*/
.ttl-text02{
  margin: 26px 0 0;
  font-weight: bold;
  font-size: 2rem;
}
/*-----------------------------------
card-table01
-----------------------------------*/
.card-table01{
  margin: 24px 0 0;
  border: 1px solid #D5DEDB;
}
.card-table01>.head{
  position: relative;
  padding: 16px 8px;
  background: linear-gradient(to right, #e7f0d5 0%, #cfe8dd 33%, #cfdce2 66%, #e5d9e1 100%);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.card-table01>.head.-head02{
  padding: 10px 16px;
  margin-top: 21px;
}
.card-table01>.head.-head02 .icon01{
  position: absolute;
  left: 14px;
  top: -21px;
}
.card-table01>.body01{
  padding: 16px;
}
.card-table01>.body01 img{
  width: 100%;
}
#content-area .card-table01 [class*=list-notice]:not(:first-child){
  margin-top: 12px;
}
.card-table01 .list-notice01>.item{
  margin-top: 0;
}
.card-table01 + .card-table01{
  margin-top: -1px;
  border-top: 1px solid #fff;
}
/*-----------------------------------
bnr-area01
-----------------------------------*/
.bnr-area01{
  margin: 24px -6px -6px;
}
.bnr-area01 img{
  width: 100%;
}
/* bnr-area02 */
.bnr-area02{
  margin: 16px 16px -6px;
}
.bnr-area02 img{
  width: 100%;
}
/* bnr-area03 */
.bnr-area03{
  margin: 32px 0 0;
}
.bnr-area03>a{
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(20, 29, 29, 0.05),0 8px 10px rgba(20, 29, 29, 0.08);
}
.bnr-area03 img{
  width: 100%;
}
/*-----------------------------------
text-short
-----------------------------------*/
.text-link01{
  margin: 17px 0 0;
  letter-spacing: -1px;
}
.text-link01 .icon-blank01>.inner>.item{
  margin-left: 4px;
  width: 1.1em;
  height: 1.1em;
}
/*-----------------------------------
card-num01
-----------------------------------*/
.card-num01{
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
  border: 1px solid #D5DEDB;
  border-width: 0 1px 1px 0;
}
.card-num01>.item01{
  position: relative;
  width: 100%;
  padding: 32px 16px 26px;
  border: 1px solid #D5DEDB;
  border-width: 1px 0 0 1px;
}
.card-num01>.item01:nth-child(n+2){
  width: 50%;
  padding: 40px 6px 24px;
}
.card-num01>.item01 .img01{
  margin: 24px 0 0;
  text-align: center;
}
.card-num01>.item01 .img02{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
}
.card-num01>.item01 .num{
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  padding: 5px 0 0 7px;
  width: 55px;
  height: 54px;
  background: url(/kojin/olive/imgs/index_bg_05.svg) no-repeat 0 0 / 100%;
  font-family: roboto;
  font-weight: bold;
  color: #004831;
  font-size: 2.4rem;
  line-height: 1;
}
.card-num01>.item01 .text01{
  text-align: center;
  color: #004831;
}
.card-num01>.item01 .text01>span{
  padding: 0 2px;
  background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 11px;
}
.card-num01>.item01 .width01{width: 272px;}
.card-num01>.item01 .width02{width: 142px;}
.card-num01>.item01 .width03{width: 102px;}
.card-num01>.item01 .width04{width: 117px;}
.card-num01>.item01 .width05{width: 88px;}
/*-----------------------------------
card-num02
-----------------------------------*/
.card-num02{
  margin: 16px 0 0;
  border-width: 0 1px 1px 0;
}
.card-num02>.item01{
  position: relative;
  width: 100%;
  padding: 24px 10px 20px 36px;
  border: 1px solid #D5DEDB;
  text-align: center;
}
.card-num02>.item01:not(:first-child){
  border-top: none;
}
.card-num02>.item01 .num{
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  padding: 5px 0 0 7px;
  width: 55px;
  height: 54px;
  background: url(/kojin/olive/imgs/index_bg_05.svg) no-repeat 0 0 / 100%;
  font-family: roboto;
  font-weight: bold;
  color: #004831;
  font-size: 2.4rem;
  line-height: 1;
  text-align: left;
}
.card-num02>.item01>.inner{
  text-align: left;
  max-width: 292px;
  margin: 0 auto;
}
.card-num02>.item01>.inner>.layout01{
  display: flex;
  margin: 8px 0 0;
  text-align: left;
}
.card-num02>.item01>.inner>.text01 em,
.card-num02>.item01>.inner>.layout01 em{
  padding: 0 4px;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 11px;
}
.card-num02>.item01>.inner>.text01 ._t-lspacing01{
  letter-spacing: -1px;
}
.card-num02>.item01>.inner>.layout01>.text01{
  flex: 1;
}
.card-num02>.item01>.inner>.layout01>.img01{
  width: 60px;
  margin: 10px 0 0 10px;
}
.card-num02>.item01>.inner>.layout01>.img02{
  width: 68px;
  margin: 2px 0 0 10px;
}
.card-num02>.item01>.inner>.layout01>.img03{
  width: 68px;
  margin: -12px 0 0 6px;
}
.card-num02>.item01>.inner>.img01{
  margin: 14px 8px 0 -18px;
}
/*-----------------------------------
toggle-block01
-----------------------------------*/
.toggle-block01.-olive{
  box-shadow: 0 4px 8px rgba(20, 29, 29, 0.08);
}
.toggle-block01.-olive:not(:first-child){
  margin-top: 32px;
}
.card-normal01.-olive>.inner>.header>.title{
  text-align: left;
  font-size: 1.4rem;
}
.card-normal01.-olive>.inner>.header>.title>.inner{
  color: #56635F;
}
.card-normal01.-olive>.inner>.header{
  padding: 16px;
}
.toggle-block01.-olive.card-normal01>.inner>.header[role=tab]::after {
  top: calc(50% - 13px);
  right: 14px;
  width: 26px;
  height: 26px;
}
/*-----------------------------------
text-layout01
-----------------------------------*/
.text-layout01{
  margin: 40px 0 0;
  font-weight: bold;
  color: #56635F;
}
.text-layout01>p>em{
  display: inline-block;
  margin-top: 4px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #141D1D;
  letter-spacing: -1px;
}
.ttl-img01 + .text-layout01{
  margin-top: 32px;
}
.text-layout01 img{
  vertical-align: -2px;
}
.text-layout01 sup{
  top: -1.3em;
  font-weight: normal;
}
/*-----------------------------------
text-layout02
-----------------------------------*/
.text-layout02{
  position: relative;
  margin: 26px 0 0;
  padding: 30px 12px 24px;
  background: #fff;
  border: 1px solid #D9D9D9;
  color: #56635F;
  font-size: 4.26vw;
}
.text-layout02 .text01{
  flex: 1;
  display: inline-block;
  margin-top: 4px;
  font-size: 4.8vw;
  font-weight: bold;
  color: #141D1D;
  letter-spacing: -1px;
}
.text-layout02::before{
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 9px);
  top: -13px;
  width: 18px;
  height: 13px;
  background: url(/kojin/olive/imgs/index_bg_06.png) no-repeat 0 0 / 100%;
}
.text-layout02>.inner01{
  display: flex;
}
.text-layout02>.inner01 .text{
  flex: 1;
}
.text-layout02>.inner01>.img01>img{
  width: 107px;
}
.text-layout02>.inner01>.text>.inner02{
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.text-layout02>.inner01>.text>.inner02>.img02{
  margin-top: 6px;
}
.text-layout02 .text-link01{
  font-size: 1.6rem;
}
/*-----------------------------------
text-list01
-----------------------------------*/
.text-list01{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D5DEDB;
  border-width: 0 1px 1px 0;
  margin: 16px 0 0;
}
.text-list01>.item01{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  min-height: 120px;
  border: 1px solid #D5DEDB;
  border-width: 1px 0 0 1px;
  padding: 6px;
  text-align: center;
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
}
.text-list01>.item01>.img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0 0 6px;
}
.text-list01>.item01>.img.-img01 img{width: 50px;}
.text-list01>.item01>.img.-img02 img{width: 64px;}
.text-list01>.item01>.img.-img03 img{width: 56px;}
.text-list01>.item01>.img.-img04 img{width: 83px;}
.text-list01>.item01 em{
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
}
.text-list01>.item01 sup{
  position: absolute;
  right: -2em;
  top: 1.2em;
  font-weight: normal;
  font-size: 1rem;
}
/*-----------------------------------
text-list02
-----------------------------------*/
.text-list02{
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 0;
}
.text-list02>.item01{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48.5%;
  min-height: 120px;
  margin-top: 8px;
  padding: 6px;
  background: #F3F8F6;
  text-align: center;
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
}
.text-list02>.item01:nth-child(even){
  margin-left: 2.3%;
}
.text-list02>.item01 .sup-wrap{
  position: relative;
}
.text-list02>.item01 .sup-wrap sup{
  position: absolute;
  right: -2em;
  top: 1.1em;
  font-size: 1rem;
}
/*-----------------------------------
card-wrap03
-----------------------------------*/
.card-wrap03{
  margin: 25px 0 0;
}
.card-wrap03 .item01{
  border: 1px solid #D5DEDB;
  padding: 24px 16px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(20, 29, 29, 0.05) , 0 8px 10px rgba(20, 29, 29, 0.08);
  text-align: center;
}
.card-wrap03 .item01>.text01{
  font-size: 1.4rem;
  color: #56635F;
}
.card-wrap03 .item01>.text02>em{
  display: inline-block;
  min-width: 85px;
  background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 13px;
  font-size: 2rem;
  font-weight: bold;
}
.card-wrap03 .item01>.text-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 46px;
  margin-top: 16px;
}
.card-wrap03 .item01>.text-wrap>p{
  width: 100%;
}
.card-wrap03 .item01>.text-wrap>p:first-child{
  margin-top: 0;
}
.card-wrap03 .item01 .text03{
  font-size: 1.6rem;
  color: #56635F;
  font-weight: bold;
}
.card-wrap03 .item01 .text03>em{
  margin-left: 8px;
  font-size: 1.8rem;
  color: #004831;
  font-weight: bold;
}
.card-wrap03 .item01>.layout01{
  display: flex;
  margin: 16px 0 0;
  min-height: 4.8em;
}
.card-wrap03 .item01>.layout01>.item{
  width: 50%;
  padding: 3px 6px;
  color: #56635F;
}
.card-wrap03 .item01>.layout01>.item:nth-child(n + 2){
  border-left: 1px solid #D5DEDB;
}
.card-wrap03 .item01>.layout01>.item>.text01{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
}
.card-wrap03 .item01>.layout01>.item>.text02{
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-wrap03 .item01>.layout01>.item>.text02>span{
  margin-left: 4px;
  text-align: left;
  line-height: 1;
}
.card-wrap03 .item01>.btn01{
  margin: 16px 0 0;
}
.card-wrap03 .item01>.btn01>a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5DEDB;
  width: 150px;
  border-radius: 50px;
  min-height: 40px;
  margin: 0 auto;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004831;
  text-decoration: none;
}
.card-wrap03 .item01>.btn01>a>.item {
  width: 26px;
  height: 26px;
  margin: 0 0 0 4px;
}
.card-wrap03 .item01>.color01{
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
.card-wrap03 .item01>.color01>li>button{
  width: 24px;
  height: 18px;
  border-radius: 2px;
}
.card-wrap03 .item01>.color01>li>button.-active{
  outline: 1px solid #004831;
  outline-offset: -1px;
}
.card-wrap03 .item01>.color01>li:not(:first-child){
  margin-left: 16px;
}
.card-wrap03 .item01>.color01>li>.color01{background: #555756;}
.card-wrap03 .item01>.color01>li>.color02{background: #BFDBD1;}
.card-wrap03 .item01>.color01>li>.color03{background: #367656;}
.card-wrap03 .item01>.color01>li>.color04{background: #EEE2A0;}
.card-wrap03 .item01>.color01>li>.color05{background: #525352;}
.card-wrap03 .item01>.color01>li>.color06{background: #090708;}
.card-wrap03 .item01>.color01>li>.color07{background: #DBDBD8;}
.card-wrap03 .item01>.color01>li>.color08{background: #564E44;}
.card-wrap03 .item01>.text-area{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 3.8em;
}
/*anime*/
.card-wrap03 .item01>.img01{
  position: relative;
  width: 180px;
  height: 113px;
  margin: 16px auto 0;
  overflow: hidden;
}
.card-wrap03 .item01>.img01>img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 113px;
  margin: 0 auto;
}
.card-wrap03 .item01>.img01>.front{
  transform:scale(1 ,1);
  animation: card01 6s infinite;
}
.card-wrap03 .item01>.img01>.back{
  transform:scale(0 ,1);
  animation: card02 6s infinite;
}
@keyframes card01 {
  0% {transform:scale(1 ,1);}
  45% {transform:scale(1 ,1);}
  47% {transform:scale(0 ,1);}
  97% {transform:scale(0 ,1);}
  100% {transform:scale(1 ,1);}
}
@keyframes card02 {
  0% {transform:scale(0 ,1);}
  47% {transform:scale(0 ,1);}
  50% {transform:scale(1 ,1);}
  95% {transform:scale(1 ,1);}
  97% {transform:scale(0 ,1);}
  100% {transform:scale(0 ,1);}
}
/* slide */
.slick-arrow:focus {
  outline: 3px solid #c4d700;
}
.card-wrap03.fn-slide02{
  margin: 24px 0 0 -12px;
}
.card-wrap03.fn-slide02 .slick-slide{
  margin: 0 12px;
}
.card-wrap03.fn-slide02 .slick-arrow{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/imgs/index_ico_12.svg) no-repeat 0 0 / 100%;
}
.card-wrap03.fn-slide02 .slick-prev{
  left: 0px;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.card-wrap03.fn-slide02 .slick-next{
  right: -10px;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.card-wrap03.fn-slide02 .slick-arrow.slick-disabled{
  display: none!important;
}
.card-wrap03.fn-slide02 .slick-list{
  overflow: visible;
}
/*fn-slide03*/
.card-wrap03.fn-slide03{
  margin: 24px 10px 0 0;
}
.card-wrap03.fn-slide03 .slick-slide{
  margin: 0 12px;
}
.fn-slide03 .slick-arrow{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/imgs/index_ico_12.svg) no-repeat 0 0 / 100%;
}
.fn-slide03 .slick-prev{
  left: 0px;
  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: -10px;
  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,
.fn-slide04 .slick-dots{
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}
.fn-slide03 .slick-track,
.fn-slide04 .slick-track {
  display: flex;
}
.fn-slide03 .slick-slide,
.fn-slide04 .slick-slide {
  height: auto !important;
}
/*dots*/
.slide02-dots .slick-dots{
  display: flex;
  justify-content: center;
  position: static;
  margin: 24px 0 0;
}
.slide02-dots .slick-dots>li{
  width: 23%;
  padding-bottom: 10px;
}
.slide02-dots .slick-dots>li:not(:first-child){
  margin-left: 6%;
}
.slide02-dots .slick-dots>li.slick-active{
  position: relative;
}
.slide02-dots .slick-dots>li.slick-active::after{
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 2px;
  background: #56635F;
}
/* type02*/
.card-wrap03.-type02{
  margin: 24px 10px 0 0;
}
.card-wrap03.-type02 .item01{
  padding: 24px;
}
.card-wrap03.-type02 .slick-slide{
  margin: 0 12px;
  transition: margin 0.2s ease-in-out;
}
.card-wrap03.-type02 .slick-slide.-first.slick-active{
  margin-left: 0;
}
.card-wrap03 .item01>.layout02{
  display: flex;
  position: relative;
  margin: 16px 0 0;
  padding: 8px;
  background: #F3F8F6;
  color: #56635F;
}
.card-wrap03 .item01>.layout02>.item{
  width: 50%;
  padding: 3px 6px;
  color: #56635F;
}
.card-wrap03 .item01>.layout02::after{
  display: block;
  content: '';
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: calc(50% - 1px);
  width: 1px;
  background: #D5DEDB;
}
.fn-slide03 .slick-dots,
.fn-slide04 .slick-dots{
  justify-content: center;
  position: static;
  margin: 24px 0 0;
}
.fn-slide03 .slick-dots>li,
.fn-slide04 .slick-dots>li{
  margin: 0 2px;
}
.fn-slide03 .slick-dots button,
.fn-slide04 .slick-dots button{
  display: block;
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50%;
}
.fn-slide03 .slick-dots .slick-active button,
.fn-slide04 .slick-dots .slick-active button{
  background: #004831;
}
.fn-slide03 .slick-prev{
  left: -16px;
}
.fn-slide03 .slick-next{
  right: -18px;
}
.slide-wrap01.fn-slide03 .slick-list{
  overflow: hidden;
}
.slide-wrap01.fn-slide03 .slick-next{
  right: -34px;
}
.slide-wrap01.fn-slide03 .slick-prev{
  left: -34px;
}
/*fn-slide04*/
.fn-slide04 .slick-arrow{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/imgs/index_ico_12.svg) no-repeat 0 0 / 100%;
}
.fn-slide04 .slick-prev{
  left: -16px;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.fn-slide04 .slick-next{
  right: -18px;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.fn-slide04 .slick-list{
  overflow: visible;
}
.fn-slide04 .slick-arrow.slick-disabled{
  display: none!important;
}
.fn-slide04 .slick-dots{
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}
/*-----------------------------------
text-bg01
-----------------------------------*/
.text-bg01{
  margin: 12px 0 0;
  padding: 8px 9px;
  background: #F3F8F6;
  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/imgs/index_ico_13.svg) no-repeat 0 0 / 100%;
}
/*-----------------------------------
text-layout03
-----------------------------------*/
.text-layout03{
  display: flex;
  margin: 12px 0 0;
  padding: 8px 9px;
  background: #F3F8F6;
  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: 12px;
  min-height: 62px;
}
.text-layout03>.item01 .img01>img{width: 70px;}
.text-layout03>.item01 .img02>img{width: 70px;}
.text-layout03>.item01 .img03>img{width: 45px;}
/*-----------------------------------
text-indent01
-----------------------------------*/
.text-indent01{
  display: flex;
}
.text-indent01 .item02{
  flex: 1;
  margin-left: 12px;
}
/*-----------------------------------
img-w01
-----------------------------------*/
[class^="img-w0"]{
  margin: 0 auto;
}
.img-w01{ width: 90px;}
.img-w02{ width: 175px;}
/*-----------------------------------
text-step01
-----------------------------------*/
.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;
}
/*-----------------------------------
text-step01
-----------------------------------*/
.btn-type01.-olive{
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #ff5f04 0%,#ff8742 100%);
  box-shadow: 0 6px 8px rgba(193, 93, 0, 0.3);
}
.btn-type01.-olive>.inner{
  min-height: 42px;
}
.btn-list01.-olive{
  margin-top: 6px;
}
.btn-type01.-olive::after{
  display: block;
  content: '';
  position: absolute;
  right: 13px;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background: url(/kojin/olive/imgs/index_ico_14.svg) no-repeat 0 0 / 100%;
}
.btn-type01.-olive:focus{
  background: linear-gradient(to right, #ff5f04 0%,#ff8742 100%);
  outline: 3px solid #c4d700;
}
/*-----------------------------------
text-cv01
-----------------------------------*/
.text-cv01{
  margin: 32px 0 0;
  text-align: center;
}
.text-cv01>p{
  display: inline-block;
  position: relative;
  padding: 0 32px;
}
.text-cv01 .icon01{
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(-1,1);
}
.text-cv01 .icon02{
  position: absolute;
  right: 0;
  top: 0;
}
/*-----------------------------------
content-area01
-----------------------------------*/
.content-area01{
  padding: 0 20px 72px;
  overflow: hidden;
}
/*-----------------------------------
card-link
-----------------------------------*/
.card-link01{
  margin: 32px 0 0;
}
.card-link01 .item>a{
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 13px;
  box-shadow: 0 0 6px rgba(20, 29, 29, 0.05),0 13px 16px rgba(20, 29, 29, 0.08);
  text-decoration: none;
  font-weight: bold;
  color: #004831;
  font-size: 1.6rem;
}
.card-link01 .item>a>.body01{
  display: flex;
  align-items: flex-start;
  padding: 13px 24px;
  min-height: 74px;
  background: #fff;
}
.card-link01.fn-slide04{
  margin-right: 38px;
}
.card-link01.fn-slide04 .slick-slide:not(:first-child) {
  margin-left: 24px;
}
.card-link01.fn-slide04 .slick-dots{
  display: none!important;
}
.card-link01.fn-slide04 .slick-next{
  right: -50px;
}
.card-link01 img{
  width: 100%;
}
/*-----------------------------------
card-normal03
-----------------------------------*/
.card-normal03.-olive{
  box-shadow: none;
}
.card-normal03.-olive>.inner{
  border-bottom: 1px solid #D5DEDB;
}
.card-normal03.-olive>.inner:last-child{
  border-bottom: none;
}
.card-normal03.-olive .text-mark02>.mark.-green01{
  font-size: 1.6rem;
  color: #004831;
}
.toggle-block01.card-normal03.-olive>.inner>.header[role=tab]::after{
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}
.card-normal03.-olive>.inner>.header {
  padding: 16px;
}
.card-normal03.-olive>.inner>.body{
  margin-top: 24px;
}
.card-normal03.-olive .text-mark02>.mark{
  font-size: 1.6rem;
  font-weight: bold;
  color: #56635F;
  line-height: 1.5;
}
.card-normal03.-olive .text-block01 p{
  margin-top: 8px;
}
.card-normal03.-olive .text-block01 p:first-child{
  margin-top: 0;
}
.card-normal03.-olive .text-block01 .text-ttl01{
  padding-bottom: 4px;
  margin: 16px 0 0;
  border-bottom: 1px solid #D5DEDB;
  font-weight: bold;
}
.card-normal03.-olive .icon-blank01{
  text-decoration: none;
}
.card-normal03.-olive .icon-blank01>.inner>.item{
  margin-left: 4px;
  width: 1.1em;
  height: 1.1em;
}
.card-normal03.-olive .list-circle01>.item::before{
  top: 0.6em;
  background: #56635F;
}
/*-----------------------------------
btn-text01
-----------------------------------*/
.btn-text01{
  margin: 32px 0 0;
}
.btn-text01>a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px;
  border: 1px solid #004831;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  color: #004831;
  font-weight: bold;
}
.btn-text01>a>.item{
  margin-left: 4px;
  width: 1.3em;
  height: 1.3em;
}
/*-----------------------------------
pagelist-area01
-----------------------------------*/
.pagelist-area01{
  padding: 40px 20px;
  background: #E5EDEA;
}
.pagelist-area01 .pagelist01{
  margin: 32px 0 0;
}
.pagelist-area01 .pagelist01>li{
  margin: 10px 0 0;
}
.pagelist-area01 .pagelist01>li>a{
  text-decoration: none;
  color: #004831;
}
/*-----------------------------------
footer-content
-----------------------------------*/
#footer-area.-olive #footer-content{
  margin-top: 0;
}
#footer-area.-olive .footer-pageTop,
#footer-area.-olive .footer-common{
  display: none;
}
#footer-area.-olive.footer-fixed:not(.-close) #footer-content .footer-logo {
  padding-bottom: 109px;
}
/*----------------------------------------------
fix-wrap01
----------------------------------------------*/
.fix-wrap01{
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding: 16px 20px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(20, 29, 29, 0.08);
}
.fix-wrap01>.inner01{
  max-width: 520px;
  margin: 0 auto;
}
/*----------------------------------------------
#header-area
----------------------------------------------*/
#header-area.-olive .header-inner{
  display: none;
}
.page-simple:not(.-logoOnly) #main-area{
  padding-top: 39px;
}
/*-------------------------------
fix-wrap02
-------------------------------*/
.fix-wrap02{
  position: fixed;
  top: 99px;
  right: 0;
  z-index: 3;
  width: 282px;
  padding: 32px 32px 32px 40px;
  border-radius: 16px 0 0 16px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.fix-wrap02 .menu01 a{
  display: block;
  padding: 8px 0 8px 4px;
  text-decoration: none;
  letter-spacing: -0.5px;
}
.fix-wrap02 .menu01 .indent{
  margin-left: 32px;
}
.fix-wrap02 .menu01 .-active{
  background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 2px;
  font-weight: bold;
}
.fix-wrap02{
  display: none;
}
/*-----------------------------------
card-wrap04
-----------------------------------*/
.card-wrap04{
  position: relative;
  margin: 26px 0 0;
  padding: 14px 19vw 14px 4.26vw;
  background: #F3F8F6;
  font-size: 3.73vw;
  color: #56635F;
}
.card-wrap04::before{
  display: block;
  content: '';
  position: absolute;
  top: -14px;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background: url(/kojin/olive/imgs/index_ico_15.svg) no-repeat 0 0 / 100%;
}
.card-wrap04 .text01{
  font-size: 2.13vw;
}
.card-wrap04 .text02{
  color: #004831;
  font-weight: bold;
}
.card-wrap04 .text03{
  padding: 0 4px;
  background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 11px;
  color: #004831;
  font-weight: bold;
  font-size: 4.26vw;
}
.card-wrap04 .icon01{
  position: absolute;
  right: 9px;
  top: calc(50% - 9vw);
  width: 18.13vw;
}
.card-wrap04 .icon01 img{
  width: 100%;
}
.card-wrap04 ._text-indent01{
  display: inline-block;
  text-indent: -2px;
}
/*-----------------------------------
layout-direction01
-----------------------------------*/
.layout-direction01{
  margin: 16px 0 0;
}
/*-----------------------------------
step-layout01
-----------------------------------*/
.step-layout01>.img01{
  margin-top: 32px;
}
@media screen and (max-width: 374px) {
  /*-----------------------------------
  text-area01
  -----------------------------------*/
  .text-area01{
    font-size: 1.4rem;
  }
  /*-----------------------------------
  ttl-text01
  -----------------------------------*/
  .ttl-text01{
    font-size: 1.6rem;
  }
  .ttl-text01.-type02{
    font-size: 1.5rem;
  }
  /*-----------------------------------
  card-num02
  -----------------------------------*/
  .card-num02>.item01 .text01{
    font-size: 1.4rem;
  }
  .card-num02>.item01>.inner>.layout01>.img02,
  .card-num02>.item01>.inner>.layout01>.img03{
    width: 54px;
  }
  .card-wrap03 .item01{
    padding: 24px 2px;
  }
  .card-wrap03 .item01>.layout01>.item>.text02>em{
    font-size: 1.6rem!important;
  }
}
@media screen and (max-width: 767px) {
  /*-----------------------------------
  base
  -----------------------------------*/
  body{
    min-width: 320px;
  }
  .content-block01{
    padding: 0;
  }
  [class^="bg-area"]>.inner01,
  [class^="bg-area"]>section>.inner01{
    overflow: hidden;
  }
  /*-----------------------------------
  .card-wrap01
  -----------------------------------*/
  .card-wrap01 .item01.swiper-slide-visible{
    filter: blur(3px);
  }
  .card-wrap01 .item01.swiper-slide-active{
    filter: blur(0px);
  }
  /*-----------------------------------
  .swiper-wrapper
  -----------------------------------*/
  .swiper-wrapper.-block{
    display: block;
  }
  .swiper-wrapper.-block .slick-track{
    display: flex;
  }
  .swiper-wrapper.-block .slick-track>.swiper-slide{
    margin: 0 12px;
    height: auto!important;
  }
  /*-----------------------------------
  .card-num02
  -----------------------------------*/
  .card-num02>.item01>.inner>.text01 em>span,
  .card-num02>.item01>.inner>.layout01 em>span{
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------------------------
PC Device CSS
----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /*-----------------------------------
  base
  -----------------------------------*/
  .page-simple:not(.-logoOnly) #main-area {
    padding-top: 0;
  }
  ._pc-pLR01{
    padding: 0 25px;
  }
  #main-area{
    background: url(/kojin/olive/imgs/index_bg_07.jpg) no-repeat center 0;
  }
  #footer-content .footer-logo>.inner{
    display: block;
    text-align: center;
  }
  #footer-content .footer-logo .copy{
    margin: 10px;
  }
  /*-----------------------------------
  hover
  -----------------------------------*/
  .kv-area01 .btn-type01,
  .btn-card01>a,
  .btn-card02>a,
  .card-list01>.item01>a,
  .btn-text01>a{
    transition: opacity .3s ease-out;
  }
  .kv-area01 .btn-type01:hover{
    background: linear-gradient(to right, #ff5f04 0%,#ff8742 100%) !important;
    opacity: 0.7;
  }
  .card-list01>.item01>a:hover,
  .btn-card01>a:hover,
  .btn-card02>a:hover,
  .btn-text01>a:hover{
    opacity: 0.7;
  }
  .fix-wrap02 .menu01 a:hover{
    text-decoration: underline;
  }
  a.icon-blank01:hover{
    text-decoration: underline;
  }
  /*-----------------------------------
  content-block01
  -----------------------------------*/
  .content-block01 {
    max-width: none;
    overflow: hidden;
    padding: 0;
  }
  /*-----------------------------------
  kv-area
  -----------------------------------*/
  .kv-area01 {
    position: relative;
    padding: 66px 0 0;
    margin: 0 auto;
    max-width: 1200px;
  }
  .kv-area01>.inner01 {
    margin: 0 auto;
    padding: 0;
    max-width: 656px;
  }
  .kv-area01>h1{
    text-align: right;
  }
  .kv-area01>h1 img{
    margin-right: 34px;
  }
  .kv-area01>.inner01 p{
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .kv-area01>.card{
    top: 270px;
    left: 502px;
  }
  .kv-area01>.card>.inner{
    width: 261px;
    height: 313px;
  }
  .kv-area01>.card>.inner img{
    width: 261px;
    height: 313px;
  }
  /*-----------------------------------
  ttl-img01
  -----------------------------------*/
  .ttl-img01{
    text-align: center;
  }
  section:first-child>.ttl-img01{
    margin-top: 0;
    text-align: center;
  }
  section + section>.ttl-img01 {
    margin-top: 96px;
  }
  .content-area01 section + section>.ttl-img01{
    margin-top: 92px;
  }
  .kv-area01 + .bg-area01 .ttl-img01{
    margin-top: 92px;
  }
  /*-----------------------------------
  card-wrap01
  -----------------------------------*/
  .card-wrap01{
    margin: 32px 0 0;
  }
  .card-wrap01>.inner{
    justify-content: center;
    align-items: flex-end;
  }
  .card-wrap01 .item01{
    width: 350px;
    box-shadow: none;
  }
  .card-wrap01 .item01.-center{
    width: 400px;
  }
  .card-wrap01 .item01:not(:first-child){
    margin-left: 48px;
  }
  .card-wrap01 .head01{
    font-size: 1.8rem;
  }
  .card-wrap01 .-center .head01{
    font-size: 2rem;
  }
  .card-wrap01 .body01{
    padding: 0 20px 18px;
    font-size: 1.8rem;
  }
  .card-wrap01 .item01.-center .body01{
    padding-bottom: 42px;
  }
  .card-wrap01 .item01 .img{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-wrap01 .item01 .img.-img01{
    height: 240px;
  }
  .card-wrap01 .item01 .img.-img02{
    height: 268px;
  }
  .card-wrap01 .item01 .img.-img03{
    height: 266px;
  }
  .card-wrap01 .item01.-left{
    position: relative;
  }
  .card-wrap01 .item01.-left::after,
  .card-wrap01 .item01.-right::after{
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    width: 14px;
    height: 20px;
    background: url(/kojin/olive/imgs/index_bg_10.png) no-repeat 0 0 / 100%;
  }
  .card-wrap01 .item01.-left::after{
    right: -14px;
  }
  .card-wrap01 .item01.-right::after{
    left: -14px;
    transform: rotate(180deg);
  }
  /*-----------------------------------
  bg-area
  -----------------------------------*/
  .bg-area01 {
    padding: 0 10px;
    background: url(/kojin/olive/imgs/index_bg_08.jpg) no-repeat center bottom -80px;
  }
  [class^="bg-area"]>.inner01,
  [class^="bg-area"]>section>.inner01{
    padding: 0 0 354px;
    margin: 0 auto;
    max-width: 1080px;
  }
  [class^="bg-area"]>.inner01.-wide01,
  [class^="bg-area"]>section>.inner01.-wide01{
    max-width: 1200px;
  }
  .bg-area01:nth-child(odd){
    background: url(/kojin/olive/imgs/index_bg_09.jpg) no-repeat center bottom -54px;
  }
  .bg-area01.-pc-nobg{
    background: none;
  }
  .bg-area01.-pc-nobg>.inner01{
    padding-bottom: 92px;
  }
  /*-----------------------------------
  card-wrap02
  -----------------------------------*/
  .card-wrap02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 14px auto 0;
  }
  .card-wrap02>.item01,
  .card-wrap02>.item01:nth-child(odd),
  .card-wrap02>.item01:nth-child(even){
    width: 450px;
    margin: 42px 48px 0 0;
    padding: 24px;
    font-size: 1.8rem;
  }
  .card-wrap02>.item01:nth-child(even)>.img01 {
    left: auto;
  }
  .card-wrap02>.item01:nth-child(odd)>.img01 ,
  .card-wrap02>.item01>.img01 {
    right: -46px;
    bottom: -12px;
  }
  .card-wrap02>.item01:nth-child(1)>.img01 {
    right: -31px;
    width: 92px;
  }
  .card-wrap02>.item01:nth-child(2)>.img01 {
    width: 90px;
    transform: scale(-1,1);
  }
  .card-wrap02>.item01:nth-child(3)>.img01 {
    width: 96px;
  }
  .card-wrap02>.item01:nth-child(4)>.img01 {
    width: 87px;
  }
  /*-----------------------------------
  btn-card01
  -----------------------------------*/
  .btn-card01{
    max-width: 655px;
    margin: 68px auto 0;
  }
  .btn-card01 .text01 {
    padding: 26px 12px;
  }
  .btn-card01 + .list-notice01{
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
  }
  /*-----------------------------------
  btn-card02
  -----------------------------------*/
  .btn-card02{
    margin: 32px auto 0;
  }
  .btn-card02 .text01{
    top: 77px;
    font-size:3.2rem;
  }
  .btn-card02 .text01 .num{
    font-size: 12rem;
    vertical-align: -30px;
  }
  /*-----------------------------------
  card-list01
  -----------------------------------*/
  .card-list01{
    display: flex;
    flex-wrap: nowrap;
    margin: 56px 0 0;
  }
  .card-list01>.item01,
  .card-list01>.item01:nth-child(even){
    margin: 0 0 0 24px;
    width: 252px;
  }
  .card-list01>.item01:first-child{
    margin-left: 0;
  }
  .card-list01>.item01>a{
    padding: 28px 16px 54px;
    font-size: 1.6rem;
  }
  .card-list01>.item01>a::after{
    left: calc(50% - 16px);
    bottom: 12px;
    width: 32px;
    height: 32px;
  }
  /*-----------------------------------
  tab-block01.-olive01
  -----------------------------------*/
  .tab-block01>.list>.item>.switch>.inner{
    font-size: 2.0rem;
  }
  .tab-block01.-olive01>.wrap>.panel>.inner {
    padding: 58px 142px;
    border: 2px solid #D5DEDB;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(20, 29, 29, 0.08);
  }
  .tab-block01.-olive01:not(:first-child){
    margin-top: 56px;
  }
  /*-----------------------------------
  text-area01
  -----------------------------------*/
  .text-area01 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 800px;
    width: 100%;
    min-height: 102px;
    margin: 0 auto 0;
    padding: 12px 58px 12px 24px;
    font-size: 1.8rem;
  }
  .text-area01>.img01{
    width: 81px;
  }
  .text-area01>.img02{
    width: 86px;
  }
  .text-area01:not(:first-child){
    margin-top: 40px;
  }
  #content-area .text-area01 + .list-notice01{
    max-width: 800px;
    margin: 8px auto 0;
  }
  .text-area01.-pcpr01{
    padding-right: 88px;
  }
  /*-----------------------------------
  ttl-text01
  -----------------------------------*/
  .ttl-text01,
  .ttl-text01.-type02{
    margin: 56px 0 0;
    text-align: center;
    font-size: 2.4rem;
  }
  .ttl-text01>span{
    display: inline-block;
    padding: 0 4px 10px;
    background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 20px;
    font-weight: bold;
  }
  .ttl-text01>span>em{
    padding: 0;
    background: none;
  }
  /*-----------------------------------
  card-table01
  -----------------------------------*/
  /*card-table-wrap*/
  .card-table-wrap{
    display: flex;
  }
  .card-table-wrap .card-table01{
    width: 388px;
    margin: 56px 0 0;
    border: 1px solid #D5DEDB;
  }
  .card-table-wrap .card-table01:not(:first-child){
    margin-left: 26px;
  }
  .card-table-wrap .card-table01>.head{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px 16px;
    min-height: 74px;
    font-size: 1.8rem;
  }
  .card-table01>.body01.-padding01{
    padding: 18px 22px 20px 26px;
  }
  .card-table01>.body01.-padding02{
    padding: 30px 17px 20px 19px;
  }
  .card-table01>.head.-head02 .icon01{
    left: -16px;
    top: -31px;
    width: 100px;
  }
  .card-table01>.body01 .text-link01{
    margin-top: 30px;
  }
  /*-----------------------------------
  card-wrap04
  -----------------------------------*/
  .card-wrap04{
    margin: 56px 0 0;
    padding: 32px 14px 32px 92px;
    font-size: 1.8rem;
  }
  .card-wrap04::before{
    top: -24px;
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
  }
  .card-wrap04 .text01{
    font-size: 1.2rem;
  }
  .card-wrap04 .text03{
    font-size: 2.4rem;
  }
  .card-wrap04 .icon01{
    right: 84px;
    top: calc(50% - 50px);
    width: 100px;
  }
  /*-----------------------------------
  text-short
  -----------------------------------*/
  .text-link01{
    margin: 48px 0 0;
    font-size: 1.8rem;
  }
  .text-list02 + .text-link01{
    margin-top: 32px;
  }
  /*-----------------------------------
  bnr-area01
  -----------------------------------*/
  .bnr-area01{
    margin: 40px 0 0;
    text-align: center;
  }
  .bnr-area01 a{
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(20, 29, 29, 0.05) , 0 4px 6px rgba(20, 29, 29, 0.08);
  }
  .bnr-area01 img{
    width: auto;
  }
  /* bnr-area02 */
  .bnr-area02{
    margin: 16px 0 0;
  }
  /* bnr-area03 */
  .bnr-area03{
    text-align: center;
  }
  .bnr-area03>a{
    display: inline-block;
  }
  .bnr-area03 img{
    width: auto;
  }
  /*-----------------------------------
  ttl-text02
  -----------------------------------*/
  .ttl-text02{
    margin: 48px 0 0;
    font-size: 2.4rem;
    text-align: center;
  }
  /*-----------------------------------
  card-num01
  -----------------------------------*/
  .card-num01>.item01{
    padding: 40px 54px 59px;
  }
  .card-num01>.item01 .num {
    padding: 11px 0 0 14px;
    width: 82px;
    height: 80px;
    font-size: 2.8rem;
  }
  .card-num01>.item01 .text01{
    font-size: 2.0rem;
  }
  .card-num01>.item01 .text01-wrap{
    text-align: center;
  }
  .card-num01>.item01 .text01-wrap>.text01{
    display: inline-block;
    padding: 0 2px;
    background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 11px;
  }
  .card-num01>.item01 .text01-wrap>.text01>span{
    padding: 0;
    background: none;
  }
  .card-num01>.item01 .layout01{
    display: flex;
    margin: 48px 0 0;
  }
  .card-num01>.item01 .layout01>.text-area{
    flex: 1;
    margin-left: 32px;
  }
  .card-num01>.item01 .img01{
    margin: 0;
  }
  .card-num01>.item01:nth-child(n+2) {
    padding: 58px 19px 58px 35px;
  }
  .card-num01>.item01 .layout02{
    display: flex;
  }
  .card-num01>.item01 .layout02>.text-area{
    flex: 1;
    margin-left: 14px;
  }
  .card-num01>.item01 .width02{width: 160px;}
  .card-num01>.item01 .width03{width: 135px;}
  .card-num01>.item01 .width04{width: 160px;}
  .card-num01>.item01 .width05{width: 140px;}
  /*-----------------------------------
  toggle-block01.-olive
  -----------------------------------*/
  .toggle-block01.-olive:not(:first-child){
    margin-top: 56px;
  }
  /*-----------------------------------
  text-layout01
  -----------------------------------*/
  .text-layout01{
    margin: 56px 0 0;
    text-align: center;
    font-size: 1.8rem;
  }
  .text-layout01>p>em{
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .ttl-img01 + .text-layout01{
    margin: 56px 0 0;
  }
  /*-----------------------------------
  text-list01
  -----------------------------------*/
  .text-list01{
    flex-wrap: nowrap;
    margin: 24px 0 0;
  }
  .text-list01>.item01 {
    width: 25%;
    min-height: 200px;
    font-size: 1.8rem;
  }
  .text-list01>.item01>.img {
    min-height: 78px;
    margin: 0 0 16px;
  }
  .text-list01>.item01>.img.-img01 img{width: 83px;}
  .text-list01>.item01>.img.-img02 img{width: 110px;}
  .text-list01>.item01>.img.-img03 img{width: 93px;}
  .text-list01>.item01>.img.-img04 img{width: 135px;}
  /*-----------------------------------
  text-list02
  -----------------------------------*/
  .text-list02{
    flex-wrap: nowrap;
    margin: 24px 0 0;
  }
  .text-list02>.item01{
    justify-content: flex-start;
    width: 264px;
    padding: 24px 12px;
    margin: 0;
    font-size: 2rem;
  }
  .text-list02>.item01:not(:first-child){
    margin-left: 8px;
  }
  .text-list02>.item01 p+p{
    margin-top: 16px;
    line-height: 1;
  }
  /*-----------------------------------
  kv-area
  -----------------------------------*/
  .card-normal01.-olive>.inner>.header>.title{
    font-size: 1.6rem;
  }
  /*-----------------------------------
  text-layout02
  -----------------------------------*/
  .text-layout02{
    position: relative;
    margin: 30px auto 0;
    padding: 34px 368px 34px 120px;
    max-width: 800px;
    font-size: 1.8rem;
    text-align: left;
  }
  .text-layout02 .text01{
    font-size: 2.4rem;
  }
  .text-layout02 .text-link01{
    margin-top: 28px;
  }
  .text-layout02>.inner01{
    display: block;
  }
  .text-layout02>.inner01>.text>.inner02>.img02{
    width: 72px;
    margin-top: -1.5em;
  }
  .text-layout02>.inner01>.text>.inner02 img{
    width: 100%;
  }
  .text-layout02>.inner01 .img01{
    position: absolute;
    right: 112px;
    bottom: 0;
  }
  .text-layout02>.inner01>.img01>img{
    width: 206px;
  }
  .text-layout02 .text-link01{
    font-size: 1.8rem;
  }
  /*-----------------------------------
  slide02-dots
  -----------------------------------*/
  .slide02-dots{
    display: none;
  }
  /*-----------------------------------
  card-wrap03
  -----------------------------------*/
  .card-wrap03.fn-slide02{
    margin: 24px 0 0;
  }
  .card-wrap03{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .card-wrap03 .item01{
    width: calc(50% - 12px);
    margin: 0;
  }
  .card-wrap03 .item01>.img01 {
    width: 200px;
    height: 126px;
    margin: 24px auto 0;
  }
  .card-wrap03 .item01>.img01>img {
    width: 200px;
    height: 126px;
  }
  .card-wrap03 .item01>.color01>li>button {
    width: 33px;
    height: 22px;
  }
  /* type02*/
  .card-wrap03.-type02{
    margin: 56px 0 0;
    padding-bottom: 16px;
    padding-left: 35px;
    margin-left: -35px;
    overflow: hidden;
  }
  .card-wrap03.-type02 .item01{
    width: 311px;
    margin: 0;
  }
  .card-wrap03.-type02 .item01:not(:first-child){
    margin-left: 24px;
  }
  .card-wrap03.-type02 ._text-height01{
    min-height: 9em;
  }
  /* fn-slide04 */
  .fn-slide04 .slick-next{
    right: 60px;
  }
  .fn-slide04 .slick-prev{
    left: 5px;
  }
  .card-link01.fn-slide04 .slick-prev {
    left: -5px;
  }
  .card-link01.fn-slide04 .slick-next {
    right: -5px;
  }
  /*-----------------------------------
  _pc-w01
  -----------------------------------*/
  ._pc-w01{
    width: 123px;
  }
  ._pc-w02{
    width: 105px;
  }
  /*-----------------------------------
  text-layout01
  -----------------------------------*/
  .text-layout01 img{
    vertical-align: -6px;
  }
  /*-----------------------------------
  layout-direction01
  -----------------------------------*/
  .layout-direction01{
    display: flex;
    flex-direction: column-reverse;
    margin: 16px auto 0;
    max-width: 800px;
  }
  .layout-direction01 .direction01{
    margin-bottom: 40px;
  }
  .layout-direction01 >div{
    width: 100%;
  }
  /*-----------------------------------
  card-num02
  -----------------------------------*/
  .card-num02{
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0 0;
    font-size: 1.8rem;
  }
  .card-num02>.item01{
    padding: 46px 70px;
    width: 50%;
  }
  .card-num02>.item01.-padding01{
    padding: 46px 60px 46px 70px;
    border-left: none;
  }
  .card-num02>.item01:first-child{
    width: 100%;
  }
  .card-num02>.item01 .num{
    padding: 8px 0 0 14px;
    width: 82px;
    height: 80px;
    font-size: 2.8rem;
  }
  .card-num02>.item01>.inner>.text01 em{
    padding: 0 4px;
    font-size: 2.4rem;
    letter-spacing: 0;
    background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 15px;
  }
  .card-num02>.item01>.inner>.layout01 em{
    font-size: 2.0rem;
  }
  .card-num02>.item01>.inner>.img01{
    margin: 31px 0 0;
    text-align: center;
  }
  .card-num02>.item01>.inner {
    max-width: none;
  }
  .card-num02>.item01>.inner>.layout01>.img02{
    width: 120px;
    margin-top: -24px;
  }
  .card-num02>.item01>.inner>.layout01>.img03{
    width: 140px;
  }
  .card-num02>.item01>.inner>.layout01 img{
    width: 100%;
  }
  /*-----------------------------------
  text-bg-wrap01
  -----------------------------------*/
  .text-bg-wrap01{
    display: flex;
    justify-content: space-between;
    margin: 24px 0 0;
  }
  .text-bg-wrap01 .text-bg01{
    margin: 0;
  }
  .text-bg-wrap01 .text-bg01.-box01{
    width: 426px;
  }
  .text-bg-wrap01 .text-bg01.-box02{
    width: 285px;
  }
  .text-bg01 + .text-bg01::before{
    left: -60px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .text-bg01{
    padding: 16px 8px;
  }
  /*-----------------------------------
  text-layout03
  -----------------------------------*/
  .text-layout03{
    padding: 0;
  }
  .text-layout03>.item01 .img{
    margin-bottom: 4px;
  }
  /*-----------------------------------
  text-indent01
  -----------------------------------*/
  .text-indent01{
    display: block;
    text-align: center;
  }
  .text-indent01 .item01{
    display: block;
  }
  .text-indent01 .item02{
    display: block;
    margin: 12px 0 0;
  }
  /*-----------------------------------
  img-w01
  -----------------------------------*/
  .img-w01{width: auto;}
  /*-----------------------------------
  step-layout01
  -----------------------------------*/
  .step-layout01{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .step-layout01>.img01{
    margin-top: 0;
    width: 344px;
  }
  .step-layout01>.text01{
    width: 450px;
  }
  /*-----------------------------------
  sslide-wrap01
  -----------------------------------*/
  .slide-wrap01.fn-slide03 .slick-prev{
    left: -80px;
  }
  .slide-wrap01.fn-slide03 .slick-next{
    right: -80px;
  }
  /*-----------------------------------
  text-step01
  -----------------------------------*/
  .text-step01>.step{
    text-align: left;
  }
  /*-----------------------------------
  cv-wrap01
  -----------------------------------*/
  .cv-wrap01{
    max-width: 655px;
    margin: 40px auto 48px;
  }
  /*-----------------------------------
  content-area01
  -----------------------------------*/
  .content-area01{
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 10px 126px;
  }
  /*-----------------------------------
  card-link
  -----------------------------------*/
  .card-link01 .item{
    width: 340px;
    margin: 0;
  }
  .card-link01 .item>a>.body01{
    padding: 16px 20px;
    font-size: 1.8rem;
  }
  .card-link01.fn-slide04{
    margin: 32px 0 0;
  }
  .card-link01.fn-slide04 .slick-slide:not(:first-child){
    margin-left: 28px;
  }
  /*-----------------------------------
  card-normal03
  -----------------------------------*/
  .card-normal03>.inner>.header>.title>.inner{
    font-size: 1.8rem;
  }
  .card-normal03.-olive>.inner>.body{
    margin-top: 8px;
  }
  /*-----------------------------------
  btn-text01
  -----------------------------------*/
  .btn-text01{
    margin: 40px auto 0;
    max-width: 400px;
  }
  /*-----------------------------------
  pagelist-area01
  -----------------------------------*/
  .pagelist-area01>.inner01{
    max-width: 1080px;
    margin: 0 auto;
  }
  .pagelist-area01 .ttl-img01,
  .pagelist-area01 section:first-child>.ttl-img01{
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  /*-----------------------------------
  kv-area
  -----------------------------------*/
  .kv-area01{
    padding-left: 80px;
  }
  .kv-area01>.card {
    left: 400px;
  }
  .kv-area01>h1 img {
    margin-right: 0;
  }
  /*-----------------------------------
  card-wrap01
  -----------------------------------*/
  .card-wrap01 .item01{
    width: 300px;
  }
  .card-wrap01 .item01.-center{
    width: 300px;
  }
  .card-wrap01 .item01:not(:first-child){
    margin-left: 24px;
  }
  .card-wrap01 .-center .head01{
    font-size: 1.8rem;
  }
  /*-----------------------------------
  card-link01
  -----------------------------------*/
  .card-link01 .item {
    width: 315px;
  }
  /*-----------------------------------
  card-wrap03
  -----------------------------------*/
  .card-wrap03 .item01>.layout01>.item>.text01 {
    font-size: 1.2rem!important;
  }
  .card-wrap03 .item01>.layout01>.item>.text02>span{
    font-size: 0.8rem!important;
  }
  /*-----------------------------------
  fn-slide04
  -----------------------------------*/
  .fn-slide04 .slick-prev{
    left: 30px;
  }
  .fn-slide04 .slick-next{
    right: 0;
  }
  /*-----------------------------------
  card-num02
  -----------------------------------*/
  .card-num02>.item01.-padding01{
    padding: 46px 40px 46px 55px;
    border-left: none;
  }
  /*-----------------------------------
  tab-block01.-olive01
  -----------------------------------*/
  .tab-block01.-olive01>.wrap>.panel>.inner {
    padding: 58px 104px;
  }
}
@media screen and (min-width: 1780px) {
  .fix-wrap02{
    display: block;
  }
}

/*-----------------------------------
/olive-times/
-----------------------------------*/
/* CSS custom property */
/* =================================================== */
.about-section .about-subSection {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-section .about-subSection {
    margin-top: 56px;
  }
  .about-section .about-subSection + .about-subSection {
    margin-top: 56px;
  }
}
.about-section .about-headingLevel4 > .group > .title {
  text-align: center;
}
.about-section .about-headingLevel4 > .group > .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #707070;
}
.about-section .about-headingLevel4 > .group > .title > .inner {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.about-section .about-headingLevel4 > .group > .title > .inner > sup {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .about-section .about-headingLevel4 > .group > .text {
    font-size: 18px;
    line-height: 27px;
  }
  .about-section .about-headingLevel4 > .group > .title > .inner {
    font-size: 28px;
    line-height: 42px;
  }
}
/* Text */
.text-block:not(:first-child) {
  margin-block-start: 14px;
}
.text-block > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
/* about-cardLayout4 */
.about-section .about-cardLayout4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  border-radius: 4px;
  border-top: 1px solid #e6e4d9;
  border-left: 1px solid #e6e4d9;
}
.about-section .about-cardLayout4 > .card {
  padding: 8px 3px;
  border-bottom: 1px solid #e6e4d9;
  border-right: 1px solid #e6e4d9;
}
.about-section .about-cardLayout4 > .card:nth-child(1) {
  border-radius: 4px 0 0 0;
}
.about-section .about-cardLayout4 > .card:nth-child(2) {
  border-radius: 0 4px 0 0;
}
.about-section .about-cardLayout4 > .card:nth-child(3) {
  border-radius: 0 0 4px 0;
}
.about-section .about-cardLayout4 > .card:nth-child(4) {
  border-radius: 0 0 0 4px;
}
.about-section .about-cardLayout4 > .card > .text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.about-section .about-cardLayout4 > .card > .text > strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #dd7230;
}
.about-section .about-cardLayout4 > .card > .text > strong > sup {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .about-section .about-cardLayout4 {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 32px;
  }
  .about-section .about-cardLayout4 > .card {
    padding: 22px 7px;
  }
  .about-section .about-cardLayout4 > .card:nth-child(1) {
    border-radius: 4px 0 0 4px;
  }
  .about-section .about-cardLayout4 > .card:nth-child(2),
  .about-section .about-cardLayout4 > .card:nth-child(3) {
    border-radius: 0;
  }
  .about-section .about-cardLayout4 > .card:nth-child(4) {
    border-radius: 0 4px 4px 0 ;
  }
  .about-section .about-cardLayout4 > .card > .text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 27px;
  }
}


/* about-cardLayout5 */
.about-section .about-cardLayout5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  border-radius: 4px;
  border-top: 1px solid #e6e4d9;
  border-left: 1px solid #e6e4d9;
}
.about-section .about-cardLayout5 > .card {
  padding: 8px 3px;
  border-bottom: 1px solid #e6e4d9;
  border-right: 1px solid #e6e4d9;
}
.about-section .about-cardLayout5 > .card:nth-child(1) {
  border-radius: 4px 0 0 0;
}
.about-section .about-cardLayout5 > .card:nth-child(2) {
  border-radius: 0 4px 0 0;
}
.about-section .about-cardLayout5 > .card:nth-child(3) {
  border-radius: 0 0 0 0;
}
.about-section .about-cardLayout5 > .card:nth-child(4) {
  border-radius: 0 0 4px 0;
}
.about-section .about-cardLayout5 > .card:nth-child(5) {
  border-radius: 0 0 4px 4px;
}
.about-section .about-cardLayout5 > .card > .text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.about-section .about-cardLayout5 > .card > .text > strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #dd7230;
}
.about-section .about-cardLayout5 > .card > .text > strong > sup {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .about-section .about-cardLayout5 {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 32px;
  }
  .about-section .about-cardLayout5 > .card {
    padding: 22px 7px;
  }
  .about-section .about-cardLayout5 > .card:nth-child(1) {
    border-radius: 4px 0 0 4px;
  }
  .about-section .about-cardLayout5 > .card:nth-child(2),
  .about-section .about-cardLayout5 > .card:nth-child(3),
  .about-section .about-cardLayout5 > .card:nth-child(4) {
    border-radius: 0;
  }
  .about-section .about-cardLayout5 > .card:nth-child(5) {
    border-radius: 0 4px 4px 0;
  }
  .about-section .about-cardLayout5 > .card > .text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 27px;
  }
}



.about-section .about-cardLayout4Gap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 24px;
}
.about-section .about-cardLayout4Gap > .card {
  padding: 18px 4px;
  background-color: #f9f8f2;
  border-radius: 4px;
}
.about-section .about-cardLayout4Gap > .card > .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: center;
}
.about-section .about-cardLayout4Gap > .card > .text-en {
  margin-top: 8px;
  font-family: roboto;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  color: #dd7230;
}
.about-section .about-cardLayout4Gap > .card > .text-ja {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #dd7230;
}
.about-section .about-cardLayout4Gap > .card > .text-en > .en {
  font-family: roboto;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}
.about-section .about-cardLayout4Gap > .card > .text-en > .ja {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
.about-section .about-cardLayout4Gap > .card > dd > sup {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .about-section .about-cardLayout4Gap {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
  .about-section .about-cardLayout4Gap > .card {
    padding: 18px 4px;
    background-color: #f9f8f2;
    border-radius: 4px;
  }
  .about-section .about-cardLayout4Gap > .card > .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    text-align: center;
  }
  .about-section .about-cardLayout4Gap > .card > .text-en {
    margin-top: 8px;
    font-family: roboto;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    color: #dd7230;
  }
  .about-section .about-cardLayout4Gap > .card > .text-ja {
    margin-top: 8px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #dd7230;
  }
  .about-section .about-cardLayout4Gap > .card > .text-en > .en {
    font-family: roboto;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
  }
  .about-section .about-cardLayout4Gap > .card > .text-en > .ja {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
  }
}
.about-section .accordion-layout:not(:first-child) {
  margin-block-start: 24px;
}
.about-section .accordion-layout > .card-normal01 {
  border-radius: 8px;
}
.about-section .accordion-layout > .card-normal01 > .inner > .header {
  padding: 16px;
}
.about-section .accordion-layout > .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
  text-align: left;
}
.about-section .accordion-layout > .toggle-block01.card-normal01:not(.-red01) > .inner > .header[role=tab] > .title {
  color: var(--text-black);
}
.about-section .accordion-layout > .card-normal01 > .inner > .body:not(:first-child)::before {
  content: none;
}
.about-section .accordion-layout > .card-normal01 > .inner > .body {
  padding: 16px;
  border-top: 1px solid #d5dedb;
}
.about-section .about-numberList {
  display: grid;
  row-gap: 4px;
}
.about-section .about-numberList > .item {
  display: grid;
  grid-template-columns: 2em 1fr;
  font-size: 14px;
  line-height: 21px;
}
.about-section .about-normalList {
  display: grid;
  row-gap: 4px;
}
.about-section .about-normalList > .item {
  display: grid;
  grid-template-columns: 1em 1fr;
  column-gap: 4px;
  font-size: 14px;
  line-height: 21px;
}
/* Link */
.about-section a[target="_blank"]:not(:has(img))::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url(/kojin/cmn/imgs/ico_blank_01.svg) no-repeat center / contain;
}
.about-section .about-cardLayout4 > .card >.img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0 0 6px;
}
.about-section .about-cardLayout4 > .card >.img.-img01 img {
  width: 50px;
}
.about-section .about-cardLayout4 > .card >.img.-img02 img {
  width: 83px;
}
.about-section .about-cardLayout4 > .card >.img.-img03 img {
  width: 64px;
}
.about-section .about-cardLayout4 > .card >.img.-img04 img {
  width: 56px;
}
@media screen and (min-width: 768px) {
  .about-section .about-cardLayout4 > .card >.img {
    min-height: 78px;
    margin: 0 0 16px;
  }
  .about-section .about-cardLayout4 > .card >.img.-img01 img {
    width: 83px;
  }
  .about-section .about-cardLayout4 > .card >.img.-img02 img {
    width: 135px;
  }
  .about-section .about-cardLayout4 > .card >.img.-img03 img {
    width: 110px;
  }
  .about-section .about-cardLayout4 > .card >.img.-img04 img {
    width: 93px;
  }
}

.about-section .about-cardLayout5 > .card >.img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0 0 6px;
}
.about-section .about-cardLayout5 > .card >.img.-img01 img {
  width: 50px;
}
.about-section .about-cardLayout5 > .card >.img.-img02 img {
  width: 83px;
}
.about-section .about-cardLayout5 > .card >.img.-img03 img {
  width: 64px;
}
.about-section .about-cardLayout5 > .card >.img.-img04 img {
  width: 56px;
}
@media screen and (min-width: 768px) {
  .about-section .about-cardLayout5 > .card >.img {
    min-height: 78px;
    margin: 0 0 16px;
  }
  .about-section .about-cardLayout5 > .card >.img.-img01 img {
    width: 83px;
  }
  .about-section .about-cardLayout5 > .card >.img.-img02 img {
    width: 135px;
  }
  .about-section .about-cardLayout5 > .card >.img.-img03 img {
    width: 110px;
  }
  .about-section .about-cardLayout5 > .card >.img.-img04 img {
    width: 93px;
  }
}

/*-----------------------------------
service-column01
-----------------------------------*/
.service-column01 {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.service-column01>.item {
  width: 345px;
}
.service-column01>.item:not(:first-child) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .service-column01 {
    flex-direction: column;
  }
  .service-column01>.item {
    width: 100%;
  }
  .service-column01>.item:not(:first-child) {
    margin-top: 24px;
    margin-left: 0;
  }
}
/*-----------------------------------
service-box01
-----------------------------------*/
.service-box01 {
  padding: 24px 16px;
  border: 1px solid #D5DEDB;
  box-shadow: 0px 0px 4px 0px #141D1D0D,0px 8px 10px 0px #141D1D14;
  border-radius: 8px;
}
.service-box01>.title01 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
.service-box01>.imgWrap01 {
  margin-top: 16px;
  text-align: center;
}
.service-box01>.txt01 {
  margin-top: 16px;
  font-size: 1.8rem;
}
/*-----------------------------------
include change
-----------------------------------*/
.olive-benefit02.-topOnly .olive-benefit > :not(.olive-benefit-header):not(.olive-benefit-header02):not(.list-notice01.-type2601):not(.btn-block) {
  display: none;
  pointer-events: none;
  user-select: none;
}
.olive-benefit02.-topOnly .list-notice01.-type2601 {
  margin-top: 54px !important;
}
.olive-benefit02.-topOnly .olive-benefit > .btn-block {
  padding: 0px 16px 0;
}
/*-----------------------------------
2026.01.19
-----------------------------------*/
.text-area01.-noImg {
  padding: 16px 14px;
}
.text-area01.-left01 {
  padding: 16px 14px 16px 54px;
}
.text-area01>.img03 {
  position: absolute;
  left: -7px;
  bottom: -8px;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .text-area01.-left01 {
    padding: 12px 24px 12px 76px;
  }
  .text-area01>.img03{
    width: 84px;
  }
}

.text-mark03 {
  padding: 0 4px;
  background: url(/kojin/olive/imgs/index_bg_04.png) no-repeat 0 bottom / 100% 15px;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-area01 {
    padding-top: 0;
  }
}

/*-----------------------------------
linkage
-----------------------------------*/
.linkage-area01 {
  margin-top: 50px;
  border: 1px solid #D5DEDB;
  border-radius: 8px;
  overflow: hidden;
}
.linkage-area01 > .inner {
  padding-bottom: 24px;
}
.linkage-area01 > .inner > .head01 {
  padding: 8px 0;
  background: linear-gradient(272.07deg, #E5D9E1 -0.17%, #CFDCE2 33.52%, #CFE8DD 67.55%, #E7F0D5 96.16%);
  box-shadow: 0px 3px 10px 0px #141D1D14;
  text-align: center;
}
.linkage-area01 > .inner > .txt-box01 {
  margin-top: 46px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.linkage-area02 > .head01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.linkage-area02 > .head01 > .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 32px;
  background: linear-gradient(272.07deg, #E5D9E1 -0.17%, #CFDCE2 33.52%, #CFE8DD 67.55%, #E7F0D5 96.16%);
  border-radius: 4px 0 4px 0;
  box-shadow: 0px 3px 10px 0px #141D1D14;
}
.linkage-area02 > .head01 > .txt {
  margin-left: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.linkage-area02 > .head01 + .ttl-img01 {
  margin-top: 32px;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .linkage-area01 > .inner > .body01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }
  .linkage-area01 > .inner > .body01 > .img01:nth-child(1) {
    padding-right: 85px;
    border-right: 1px solid #D5DEDB;
  }
  .linkage-area01 > .inner > .body01 > .img01:nth-child(2) {
    padding-left: 85px;
    border-left: 1px solid #D5DEDB;
  }
  .linkage-area02 > .txt-box01 {
    display: flex;
    justify-content: center;
  }
  .linkage-area02 ._t-center .list-notice01 > .item {
    display: inline-block;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .linkage-area01 > .inner {
    padding-bottom: 30px;
  }
  .linkage-area01 > .inner > .head01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .linkage-area01 > .inner > .body01 {
    text-align: center;
  }
  .linkage-area01 > .inner > .txt-box01 {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .linkage-area02 > .head01 {
    justify-content: flex-start;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .linkage-area02 > .head01 > .ico {
    width: 21.6vw;
    height: 8.53vw;
  }
  .linkage-area02 > .head01 > .txt {
    font-size: 4.8vw;
  }
}
/*-----------------------------------
olive-service01
-----------------------------------*/
.olive-service01 {
  background-color: #F3F8F6;
  padding: 32px 40px 8px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .olive-service01 {
    padding: 12px 0 0;
  }
}
.box-green01 {
  background-color: #F3F8F6;
  padding: 24px 32px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.box-green01>.title01 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.box-green01>.text01 {
  font-size: 1.8rem;
}
/*-----------------------------------
fn-slide05
-----------------------------------*/
@media screen and (min-width: 768px) {
  .fn-slide05 {
    display: flex;
    gap: 30px;
    justify-content: center;
  }
}
.fn-slide05 .item>.inner {
  max-width: 300px;
}
.fn-slide05 .item>.inner>.img01 {
  margin-bottom: 16px;
}
.fn-slide05 .item>.inner>.title01 {
  margin-bottom: 8px;
  font-weight: bold;
  color: #004831;
}
.fn-slide05 .item>.inner>.text01 {
  margin-bottom: 16px;
}
.fn-slide05 {
  margin: 20px auto;
}
.fn-slide05 .slick-slide {
  margin: 0 5px;
}
.fn-slide05 .slick-slide img {
  width: 100%;
}
.fn-slide05 .slick-arrow{
  position: absolute;
  top: calc(50% - 52px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/imgs/index_ico_12.svg) no-repeat 0 0 / 100%;
}
.fn-slide05 .slick-prev{
  left: -16px;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.fn-slide05 .slick-next{
  right: -18px;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.fn-slide05 .slick-arrow.slick-disabled{
  display: none!important;
}