@charset "shift_jis";
/* Updated 2025/05/26,T */
/* Updated 2024/08/30,T */
/* Updated 2024/03/22,T */
/* Updated 2024/01/22,T */
/* Updated 2023/12/15,T */

/*----------------------
common
----------------------*/
/* fonts */
@font-face {
  font-family: noto-sans;
  src: url(/hojin/cmn/fonts/Noto_Sans_JP/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: noto-sans;
  font-weight: bold;
  font-style: normal;
  src: url(/hojin/cmn/fonts/Noto_Sans_JP/NotoSansJP-Bold.otf);
}
@font-face {
  font-family: roboto;
  src: url(/hojin/cmn/fonts/Roboto/RobotoCondensed-Regular.ttf);
}
@font-face {
  font-family: roboto;
  font-weight: bold;
  font-style: normal;
  src: url(/hojin/cmn/fonts/Roboto/RobotoCondensed-Bold.ttf);
}
/*----------------------
reset
----------------------*/
body {
  font-family: "noto-sans", "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", "Meiryo", sans-serif;
  overflow: hidden;
}
body * {
  box-sizing: border-box;
}
#wrap #mainArea,
#wrap #mainArea main {
  width: auto;
  margin: 0;
}
#wrap #mainArea main > section > section {
  margin: 0;
}
a {
  text-decoration: none;
}
img{
  height: auto;
}
#wrap #mainArea{
  padding-bottom: 150px;
  background: url(/hojin/eb/web21olive/imgs/index_bg_01.png) repeat 0 0 / 8px;
  background-attachment: fixed;
}
footer[role="contentinfo"]{
  padding-bottom: 90px;
}
#pageTop{
  bottom: 90px;
}
#pageTop:hover{
  opacity: 0.8;
}
/*----------------------
parts
----------------------*/
.fRoboto {
  font-family: "roboto"!important;
  font-weight: bold;
}
/*----------------------
kvArea
----------------------*/
.kvArea .inner01 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.kvArea .inner01 [class^="anime0"]{
  position: absolute;
  top: 102px;
  z-index: 1;
}
.kvArea .inner01 .anime01{
  left: calc(50% - 605px);
  animation: anime01 2.2s infinite linear;
}
.kvArea .inner01 .anime02{
  right: calc(50% - 588px);
  animation: anime01 2.2s infinite linear;
}
.kvArea .inner01 h1{
  position: relative;
  z-index: 2;
}
/*----------------------
anime
----------------------*/
@keyframes anime01 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(.9);
  }
  100% {
    transform: rotate(90deg) scale(1);
  }
}
/*----------------------
cardBox01
----------------------*/
.cardBox01{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: -20px auto 0;
  border-radius: 120px;
  background: #fff;
}
.cardBox01>.arrow01{
  position: absolute;
  left: calc(50% - 84px);
  top: -46px;
}
.cardBox01>.inner01{
  padding: 100px 73px;
}
/*----------------------
pageTop
----------------------*/
#pageTop{
  width: 88px;
  height: 88px;
  background: url(/hojin/eb/web21olive/imgs/index_btn_01.png) no-repeat 0 0 / 100%;
}
#pageTop img{
  opacity: 0!important;
}
/*----------------------
btnCv01
----------------------*/
.btnCv01{
  margin: 28px 0 0;
}
.btnCv01 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 712px;
  height: 115px;
  margin: 0 auto;
  border-radius: 240px;
  border: 6px solid #003927;
  background: #FF5F04;
  box-shadow: 0px 10px 0px 0px #003927;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  transition: background-color .3s ease-out , color .3s ease-out;
}
.btnCv01 a span{
  display: inline-block;
  position: relative;
  padding-right: 34px;
}
.btnCv01 a span::after{
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 25px;
  height: 15px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_07.svg) no-repeat 0 0 / 100%;
  transform: rotate(-90deg);
}
/*----------------------
cardBox02
----------------------*/
.cardBox02{
  max-width: 1200px;
  margin: 80px auto 0;
}
.cardBox02>.title01,
.cardBox02>.title02{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  border-radius: 120px 120px 0 0;
  background: #B4431D;
}
.cardBox02>.title02 {
  background: #004831
}
.cardBox02>.title01 h2,
.cardBox02>.title02 h2{
  display: flex;
  align-items: center;
  column-gap: 3px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cardBox02>.title01 h2 img{
  /* margin: 0 13px; */
}
.cardBox02>.title01 h2>span,
.cardBox02>.title02 h2>span {
  display: flex;
  align-items: center;
}
.cardBox02>.title01 h2>span>strong,
.cardBox02>.title02 h2>span>strong {
  font-size: 58px;
}
.cardBox02>.inner01{
  padding: 80px;
  border-radius: 0 0 120px 120px;
  background: #fff;
}
/*----------------------
cardStep01
----------------------*/
.cardStep01{
  display: flex;
  justify-content: center;
}
.cardStep01 .item01{
  width: 216px;
  padding: 28px;
  border-radius: 40px;
  background: #F5F9E6;
}
.cardStep01 .item02{
  width: 492px;
  padding: 28px;
  border-radius: 40px;
  background: #F5F9E6;
}
.cardStep01 .item01:not(:first-child),
.cardStep01 .item02:not(:first-child){
  position: relative;
  margin-left: 58px;
}
.cardStep01 .item01:not(:first-child)::before,
.cardStep01 .item02:not(:first-child)::before{
  display: block;
  content: '';
  position: absolute;
  left: -39px;
  top: calc(50% - 18px);
  width: 24px;
  height: 37px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_02.svg) no-repeat 0 0 / 100%;
}
.cardStep01 .text01{
  padding-bottom: 15px;
  border-bottom: 3px solid #003927;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #003927;
  line-height: 1;
}
.cardStep01 .text02{
  min-height: 66px;
  margin-top: 16px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #003927;
}
.cardStep01 .image01{
  margin-top: 12px;
  text-align: center;
}
.cardStep01 .text03{
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #003927;
}
.cardStep01 .text03>span{
  font-size: 12px;
  line-height: 1.5;
}
.cardStep01 .text04{
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #003927;
}
.cardStep01 .text04 span{
  font-size: 12px;
}
/*col3*/
.cardStep01.-column3 .item01{
  width: 308px;
}
.cardStep01.-column3 .text02{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
/*----------------------
textAnc01
----------------------*/
.textAnc01{
  margin: 30px 0 0;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}
.textAnc01 a[target="_blank"]{
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}
.textAnc01 a[target="_blank"]::after{
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_04.svg) no-repeat 0 0 /100%;
}
/*----------------------
imageWrap01
----------------------*/
.imageWrap01{
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
.imageWrap01 .imageItem01{
  width: 136px;
  text-align: center;
}
.imageWrap01 .imageItem01:not(:first-child){
  margin-left: 14px;
}
/*----------------------
cvBox01
----------------------*/
.cvBox01{
  margin: 40px 0 0;
}
/*----------------------
cardBox03
----------------------*/
.cardBox03{
  max-width: 1200px;
  margin: 160px auto 0;
}
.cardBox03>[class^="title0"]{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 140px;
  border-radius: 120px 120px 0 0;
}
.cardBox03>[class^="title0"] .ttlImg01,
.cardBox03>[class^="title0"] .ttlImg02{
  position: absolute;
  left: 0;
  bottom: 0;
}
.cardBox03>[class^="title0"] h2{
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.cardBox03>.title01 h2{
  margin-left: 50px;
}
.cardBox03>.inner01{
  padding: 80px;
  border-radius: 0 0 120px 120px;
  background: #fff;
}
.cardBox03>.title01{
  background: #B4431D;
}
.cardBox03>.title02{
  background: #004831;
}
.cardBox03>.title03 img{
  margin: -70px 0 0;
}
.cardBox03>.title03{
  height: auto;
}
/*----------------------
titleArea01
----------------------*/
.titleArea01{
  text-align: center;
}
.titleArea01 .title{
  display: inline-block;
  position: relative;
  padding: 0 68px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 3.6px;
  color: #003927;
}
.titleArea01 .title::before,
.titleArea01 .title::after{
  display: block;
  content: '';
  position: absolute;
  bottom: 5px;
  width: 45px;
  height: 66px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_01.png) no-repeat 0 0 / 100%;
}
.titleArea01 .title::before{
  left: 0;
}
.titleArea01 .title::after{
  right: 0;
  transform: scaleX(-1);
}
.titleArea01 .title .lead01{
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.titleArea01 .title .subtext{
  font-size: 24px;
  line-height: 1.3;
}
.titleArea01 .title .imgInText01{
  display: flex;
  align-items: center;
  column-gap: 5px;
}
section:not(:first-child)>.titleArea01{
  margin-top: 80px;
}
/*----------------------
textArea01
----------------------*/
.textArea01{
  margin: 48px 0 0;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 1.2px;
  color: #003927;
  text-align: center;
}
/*----------------------
boxArea01
----------------------*/
.boxArea01{
  margin: 48px 0 0;
  padding: 40px 50px;
  border-radius: 40px;
  background: #F5F9E6;
}
/*----------------------
listText01
----------------------*/
.listText01>li{
  position: relative;
  margin: 24px 0 0;
  padding-left: 52px;
  color: #003927;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.listText01>li:first-child{
  margin-top: 0;
}
.listText01>li::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_03.png) no-repeat 0 0 / 100%;
}
.listText01 strong,
.listText01 a{
  font-weight: 700;
  color: #E95501;
}
.listText01 a{
  text-decoration: underline;
}
.listText01 a[target="_blank"]::after{
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_05.svg) no-repeat 0 0 /100%;
  vertical-align: -2px;
}
/*----------------------
textTitle01
----------------------*/
.textTitle01{
  margin: 64px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #003927;
  text-align: center;
}
.textTitle01 span{
  font-size: 22px;
}
/*----------------------
tableArea01
----------------------*/
.tableArea01{
  margin: 28px 0 0;
}
.tableArea01 table{
  width: 100%;
  border-bottom: 2px solid #003927;
}
.tableArea01 th[class*="th0"]{
  padding: 20px 12px;
  background: #B4431D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.tableArea01 .th01{
  border-radius: 40px 0 0 0;
}
.tableArea01 .th02{
  border-left: 2px solid #fff;
  border-radius: 40px 40px 0 0;
}
.tableArea01 td{
  border-top: 2px solid #003927;
  border-left: 2px solid #003927;
  padding: 20px 12px;
  color: #141D1D;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.tableArea01 td:first-child{
  border-left: none;
}
.tableArea01 .td01{
  background: #E2EFBC;
}
.tableArea01 .td02{
  color: #E95501;
  background: #F5F9E6;
}
.tableArea01 .td03{
  background: #F5F5F5;
}
.tableArea01 .cellW01{
  width: 36.8%;
}
/*----------------------
textArea02
----------------------*/
.textArea02{
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #003927;
}
.textArea02 p{
  margin: 16px 0 0;
}
/*----------------------
cvBox02
----------------------*/
.cvBox02{
  margin: 64px 0 0;
}
/*----------------------
btnCv02
----------------------*/
.btnCv02 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 308px;
  height: 80px;
  margin: 0 auto;
  border-radius: 240px;
  border: 6px solid #003927;
  background: #FFF;
  box-shadow: 0px 10px 0px 0px #003927;
  color: #003927;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: background-color .3s ease-out , color .3s ease-out;
}
.btnCv02.widthLg01 a{
  width: 423px;
}
.btnCv02 a>span{
  display: inline-block;
  position: relative;
  padding-right: 31px;
}
.btnCv02 a>span::after{
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 15px;
  height: 25px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_06.svg) no-repeat 0 0 / 100%;
}
/*----------------------
imgArea01
----------------------*/
.imgArea01{
  margin: 40px 0 0;
  text-align: center;
}
.imgArea02{
  position: relative;
  margin: 64px auto 0;
  max-width: 1040px;
  text-align: center;
}
[class^="imgArea0"]:first-child{
  margin-top: 0;
}
.imgArea02>.text01{
  position: absolute;
  left: 30px;
  top: 20px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #003927;
}
.imgArea02>.text02{
  margin: 8px 0 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #003927;
}
/*----------------------
borderBox01
----------------------*/
.borderBox01{
  margin: 40px 0 0;
  border: 3px solid #003927;
  border-radius: 16px;
  background: #FFF;
}
.borderBox01 .head01{
  font-size: 20px;
  font-weight: 700;
  color: #003927;
}
.borderBox01 .head01 a{
  display: block;
  padding: 20px 24px;
}
.borderBox01 .body01{
  padding: 0 24px 26px;
}
/*----------------------
listText02
----------------------*/
.listText02>li{
  position: relative;
  margin: 8px 0 0;
  padding-left: 32px;
  font-size: 16px;
}
.listText02>li:first-child{
  margin-top: 0;
}
.listText02>li::before{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  border-radius: 50%;
  background: #56635F;
  width: 8px;
  height: 8px;
}
/*----------------------
cardColumn01
----------------------*/
.cardColumn01{
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.cardColumn01 .item01{
  position: relative;
  width: 248px;
  padding: 64px 0 58px;
  border-radius: 30px;
  background: #F5F9E6;
}
.cardColumn01 .item01.item01:not(:first-child){
  margin-left: 16px;
}
.cardColumn01 .item01 .num01{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 30px 0 30px 0;
  background: #004831;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-family: roboto;
}
.cardColumn01 .item01 .text01{
  color: #003927;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: center;
}
.cardColumn01 .item01 .image01{
  margin: 7px 0 0;
  text-align: center;
}
.cardColumn01 .item01 .button01{
  position: absolute;
  bottom: -30px;
  left: 14px;
  right: 14px;
  margin: 0 auto;
}
.cardColumn01 .item01 .button01.btnCv03 a{
  max-width: 100%;
}
/*----------------------
btnCv03
----------------------*/
.btnCv03 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 74px;
  margin: 0 auto;
  border-radius: 240px;
  border: 4px solid #003927;
  background: #FFF;
  box-shadow: 0px 6px 0px 0px #003927;
  color: #003927;
  font-size: 22px;
  font-weight: 700;
  transition: background-color .3s ease-out , color .3s ease-out;
}
.btnCv03 a>span{
  display: inline-block;
  position: relative;
  padding-left: 31px;
}
.btnCv03 a>span::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 15px;
  height: 25px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_06.svg) no-repeat 0 0 / 100%;
  transform: rotate(90deg);
}
/*----------------------
cardBox04
----------------------*/
.cardBox04{
  max-width: 1200px;
  margin: 80px auto 0;
}
.cardColumn01 + section>.cardBox04{
  margin-top: 112px;
}
.cardBox04>[class^="title0"]{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 92px;
  border-radius: 40px 40px 0 0;
}
.cardBox04>[class^="title0"] .ttl{
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.cardBox04>.inner01{
  padding: 48px 60px;
  border-radius: 0 0 40px 40px;
  background: #F5F9E6;
}
.cardBox04>.title01{
  background: #00563A;
}
.cardBox04>.title01 .num01{
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 12px;
  background: #A0C81E;
  color: #fff;
  font-family: roboto;
  text-align: center;
  vertical-align: 2px;
}
/*----------------------
textArea03
----------------------*/
.textArea03{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #003927;
  text-align: center;
}
.textArea03 strong{
  font-size: 38px;
  letter-spacing: 1.9px;
  color: #E95501;
}
.textArea03 .num{
  font-size: 48px;
}
/*----------------------
tableArea02
----------------------*/
.tableArea02{
  margin: 40px 0 0;
}
.tableArea02 table{
  width: 100%;
}
.tableArea02 th{
  padding: 20px 10px;
  border-left: 2px solid #fff;
  background: #A0C81E;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.tableArea02 th:first-child{
  border-left: none;
}
.tableArea02 .th01{
  border-radius: 20px 0 0 0;
}
.tableArea02 .th02{
  border-radius: 0 20px 0 0;
}
.tableArea02 td{
  background: #fff;
  padding: 20px 10px;
  border: 2px solid #003927;
  border-width: 0 0 2px 2px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.tableArea02 .cellW01{
  width: 20.6%;
}
.tableArea02 .cellW02{
  width: 32.72%;
}
.tableArea02 .td01{
  background: #E2EFBC;
  border-left: none;
  line-height: 1.1;
}
.tableArea02 .td02{
  background: #FCFFF2;
  color: #E95501;
  font-size: 22px;
}
.tableArea02 .tColorO{
  background: #FCFFF2;
  color: #E95501;
}
.tableArea02 .bdrNoneL{
  border-left: none;
}
.tableArea02 .bdrLW{
  border-left: 2px solid #fff;
}
.tableArea02 .bdrTG{
  border-top: 2px solid #003927;
}
.tableArea02 .note01{
  font-weight: normal;
  font-size: 12px;
  color: #141D1D;
}
.tableArea02 .fs12{
  font-size: 12px;
  font-weight: normal;
}
.tableArea02 strong.fs12{
  font-size: 12px;
  font-weight: bold;
}
.tableArea02 .fs16{
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
.tableArea02 .fs14{
  font-size: 14px;
  font-weight: normal;
}
.tableArea02 .fs22{
  font-size: 22px;
}
.tableArea02 .tdLow{
  padding: 10px;
}
/*----------------------
textColumn01
----------------------*/
.textColumn01{
  display: flex;
  line-height: 1.2;
}
.textColumn01>div{
  width: 50%;
}
/*----------------------
boxColumn01
----------------------*/
.boxColumn01{
  max-width: 1040px;
  margin: 150px auto 0;
}
.boxColumn01 .itemColumn{
  display: flex;
  justify-content: space-between;
}
.boxColumn01 [class^="body0"]>[class^="head0"]{
  width: 492px;
  position: relative;
  border-radius: 40px 40px 0 0;
  padding: 80px 40px 18px;
  margin: 0 -40px 0;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.boxColumn01 [class^="body0"]>.head01{
  background: #B4431D;
}
.boxColumn01 [class^="body0"]>.head02{
  background: #004831;
}
.boxColumn01 [class^="body0"]>[class^="head0"] .img01{
  position: absolute;
  left: calc(50% - 104px);
  top: -90px;
  width: 208px;
}
.boxColumn01 .itemColumn>[class^="body0"]{
  width: 492px;
  padding: 0 40px 60px;
  border-radius: 40px;
  background: #F5F9E6;
}
.boxColumn01 .num01{
  position: relative;
  margin: 60px 0 0;
  text-align: center;
}
.boxColumn01 .num01:first-child{
  margin-top: 0;
}
.boxColumn01 .num01>p{
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #B4431D;
  font-family: roboto;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 47px;
}
.boxColumn01 .num01::before,
.boxColumn01 .num01::after{
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  height: 4px;
  background: #B4431D;
}
.boxColumn01 .body02 .num01>p{
  background: #004831;
}
.boxColumn01 .body02 .num01::before,
.boxColumn01 .body02 .num01::after{
  background: #004831;
}
.boxColumn01 .num01::before{
  left: 0;
  right: calc(50% + 44px);
}
.boxColumn01 .num01::after{
  right: 0;
  left: calc(50% + 44px);
}
.boxColumn01 .text01{
  margin-top: 8px;
  color: #003927;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.boxColumn01 .text02{
  margin-top: 12px;
  color: #003927;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.boxColumn01 .text02 span{
  font-size: 16px;
}
.boxColumn01 .button01{
  margin: 20px 0 0;
  text-align: center;
}
.boxColumn01 .button01 a{
  display: inline-flex;
  margin: 20px auto 0;
  padding: 0 30px;
  height: 74px;
  width: auto;
  font-size: 22px;
  text-decoration: none;
}
.boxColumn01 .note01{
  margin: 16px auto 0;
  font-size: 16px;
  color: #003927;
}
.boxColumn01 .button01 + .note01{
  margin: 24px auto 0;
}
.boxColumn01 .note01 li{
  position: relative;
  padding-left: 1em;
  margin: 8px 0 0;
}
.boxColumn01 .note01 li>.icon{
  position: absolute;
  top: 0;
  left: 0;
}
.boxColumn01 .text02 strong{
  color: #E95501;
}
.boxColumn01 .text02 .fs24{
  font-size: 24px;
}
.boxColumn01 .note02{
  margin-bottom: 12px;
}
.boxColumn01 .note02 li{
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 4px 0 0;
}
.boxColumn01 .note02 li:first-child{
  margin-top: 0;
}
.boxColumn01 .note02 li::before{
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003927;
}
.boxColumn01 a{
  text-decoration: underline;
}
/*----------------------
bgBox01
----------------------*/
.bgBox01{
  margin: 12px 0 0;
  border-radius: 20px;
  padding: 20px;
  background: #E2EFBC;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #003927;
}
.bgBox01 strong{
  color: #E95501;
}
/*----------------------
textNote01
----------------------*/
.textNote01{
  margin: 38px 0 0;
  font-size: 16px;
  color: #003927;
}
.textNote01 li{
  position: relative;
  padding-left: 1em;
  margin: 8px 0 0;
}
.textNote01 li>.icon{
  position: absolute;
  top: 0;
  left: 0;
}
/*----------------------
tabWrap01
----------------------*/
.tabWrap01 .tabHead01{
  position: relative;
  height: 110px;
}
.tabWrap01 .tabHead01 li{
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 55.57%;
}
.tabWrap01 .tabHead01 li:nth-child(1){
  left: 0;
}
.tabWrap01 .tabHead01 li:nth-child(2){
  right: 0;
}
.tabWrap01 .tabHead01 li:nth-child(1) a{
  padding-right: 40px;
}
.tabWrap01 .tabHead01 li:nth-child(2) a{
  padding-left: 40px;
}
.tabWrap01 .tabHead01 li:nth-child(1).active a,
.tabWrap01 .tabHead01 li:nth-child(2).active a{
  padding: 0;
}
.tabWrap01 .tabHead01 .active{
  z-index: 2;
  width: 51.92%;
}
.tabWrap01 .tabHead01 a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border-radius: 60px 60px 0 0;
  background: #E2EFBC;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.66px;
}
.tabWrap01 .tabHead01 .active a{
  position: relative;
  width: 100%;
  height: 110px;
  padding-bottom: 10px;
  background: #00563A;
  color: #fff;
}
.tabWrap01 .tabHead01 .active a::after{
  display: block;
  content: '';
  position: absolute;
  bottom: 13px;
  left: calc(50% - 12px);
  width: 25px;
  height: 15px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_07.svg) no-repeat 0 0 /100%;
}
.tabWrap01 .tabBody01{
  padding: 57px 0 0;
}
.tabWrap01 .tabBody01:not(.active){
  display: none;
}
/*----------------------
jsAcc01
----------------------*/
.jsAcc01 .jsAccBody{
  display: none;
}
.jsAcc01 .jsAccHead a{
  position: relative;
  padding-right: 40px;
}
.jsAcc01 .jsAccHead>a::after{
  display: block;
  content: '';
  position: absolute;
  right: 24px;
  top: calc(50% - 12px);
  width: 15px;
  height: 25px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_06.svg) no-repeat 0 0 / 100%;
  transform: rotate(90deg);
}
.jsAcc01.open .jsAccHead>a::after{
  transform: rotate(-90deg);
}
/*----------------------
modal
----------------------*/
html.show{
  overflow: hidden;
}
html.show body{
  position: fixed;
  width: 100%;
}
.modal-bg{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(20,29,29,0.5);
}
.modal-content{
  display: none;
  position: fixed;
  top: 50%;
  left: calc(50% - 480px);
  z-index: 11;
  width: 960px;
  max-height: 87%;
  padding: 24px 0 30px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.modal-content .modal-inner{
  padding: 1px 4% 1px 4%;
  overflow: auto;
}
.modal-content .modal-body{
  width: auto;
}
.modal-content .text-block01:not(:first-child) {
  margin-top: 28px;
}
.modal-content figure {
  text-align: center;
}
/*modal-close01*/
.modal-close01{
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 1;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
}
.modal-close01 img{
  width: 100%;
}
.modal-body>.header>.title{
  padding: 0 20px;
  text-align: center;
}
.modal-body>.header>.title>.inner{
  font-size: 2.4rem;
  font-weight: 700;
}
.card-modal01 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  border-radius: 8px;
  background: #f5f9e6;
  font-size: 1.6rem;
}
.detail-list01>.title.-large04{
  font-size: 2.4rem;
}
.detail-list01>.title.-green01 {
  color: #004831;
}
.detail-list01>.title{
  font-weight: 700;
}
._j-contentCenter {
  justify-content: center!important;
}
._a-itemCenter {
  align-items: center!important;
}
._d-flex {
  display: flex!important;
}
._pl48 {
  padding-left: 48px!important;
}
._pr48 {
  padding-right: 48px!important;
}
._pt32 {
  padding-top: 32px!important;
}
._mt16 {
  margin-top: 16px!important;
}
._mt24 {
  margin-top: 24px!important;
}
._mt32 {
  margin-top: 32px!important;
}
._w30p {
  width: 30%!important;
}
._w40p {
  width: 40%!important;
}
._w60p {
  width: 60%!important;
}
._w70p {
  width: 70%!important;
}
._w80p {
  width: 80%!important;
}
._w100p {
  width: 100%!important;
}
._t-green01 {
  color: #004831!important;
}
._fsXxl {
  font-size: 2.8rem!important;
}
._t-center{
  text-align: center;
}
/*----------------------
fixedArea01
----------------------*/
.fixedArea01{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.fixedArea01 .inner01{
  max-width: 1200px;
  padding: 12px 0 16px;
  margin: 0 auto;
}
.fixedColumn01{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedColumn01 .item01{
  margin-right: 44px;
}
/*----------------------
btnCv04
----------------------*/
.btnCv04 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 437px;
  height: 56px;
  margin: 0 auto;
  border-radius: 240px;
  border: 4px solid #003927;
  background: #FF5F04;
  box-shadow: 0px 4px 0px 0px #003927;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .3s ease-out , color .3s ease-out;
}
.btnCv04 a>span{
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
.btnCv04 a>span::before{
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 16px;
  height: 10px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_07.svg) no-repeat 0 0 / 100%;
  transform: rotate(-90deg);
}
/*----------------------
.jsFixNav
----------------------*/
.jsFixNav{
  display: none;
}
/*----------------------
simplebar
----------------------*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  display: none;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #00563A;
  border-radius: 7px;
  left: 2px;
  right: 2px;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 6px;
  border-radius: 8px;
  background: #D5DEDB;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
/*----------------------
fixNav01
----------------------*/
.fixNav01{
  display: flex;
}
.fixNav01 li:not(:first-child){
  margin-left: 18px;
  padding-left: 18px;
  border-left: 2px solid #003927;
}
/*----------------------
listText03
----------------------*/
.listText03>li{
  position: relative;
  padding-left: 2em;
  font-size: 16px;
}
.listText03>li:not(:first-child){
  margin: 16px 0 0;
}
.listText03>li>.ica{
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #003927;
}
.listText03 .listTtitle01{
  margin-top: 16px;
  font-weight: bold;
}
/*----------------------
listText04
----------------------*/
.listText04>li{
  position: relative;
  padding-left: 1.3em;
}
.listText04>li>.ica{
  position: absolute;
  left: 0;
  top: 0;
}
/*----------------------
listText05
----------------------*/
.listText05{
  margin: 8px 0 0;
}
.listText05>li{
  position: relative;
  padding-left: 3em;
}
.listText05>li>.ica{
  position: absolute;
  left: 0;
  top: 0;
}
/*----------------------
tableArea03
----------------------*/
.tableArea03{
  border-radius: 22px;
  border: 2px solid #E2EFBC;
  overflow: hidden;
}
.tableArea03:not(:first-child){
  margin: 16px 0 0;
}
.tableArea03 table{
  width: 100%;
}
.tableArea03 th{
  padding: 20px 30px;
  border-top: 2px solid #fff;
  background: #E2EFBC;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  text-align: left;
}
.tableArea03 td{
  background: #fff;
  padding: 20px;
  border: 2px solid #E2EFBC;
  border-width: 2px 0 0 2px;
  font-size: 16px;
  vertical-align: top;
}
.tableArea03 tr:first-child th,
.tableArea03 tr:first-child td{
  border-top: none;
}
.tableArea03 .cellW01{
  width: 30.0%;
}
.tableArea03 .listText04{
  margin-top: 8px;
}
.tableArea03 .title01{
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  background: #B4431D;
  font-weight: 700;
  color: #fff;
}
.tableArea03 .title02{
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  background: #004831;
  font-weight: 700;
  color: #fff;
}
.tableArea03 [class*="title0"]:not(:first-child){
  margin-top: 16px;
}
.tableArea03 a{
  text-decoration: underline;
}
.tableArea03 .title03{
  margin-bottom: 8px;
  font-weight: 700;
  color: #003927;
}
.tableArea03 .title03{
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  background: #003927;
  font-weight: 700;
  color: #fff;
}
/*----------------------
textTitle02
----------------------*/
.textTitle02{
  margin: 40px 0 0;
  font-weight: bold;
  font-size: 20px;
  color: #003927;
}
section:first-child>.textTitle02{
  margin: 0;
}
/*----------------------
btnCv05
----------------------*/
.btnCv05{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 22px;
  max-width: 792px;
  margin: 28px auto 0;
}
.btnCv05 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 115px;
  margin: 0 auto;
  border-radius: 240px;
  border: 6px solid #003927;
  background: #B4431D;
  box-shadow: 0px 10px 0px 0px #003927;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  transition: background-color .3s ease-out , color .3s ease-out;
}
.btnCv05 a:nth-child(2){
  background: #004831;
}
.btnCv05 a>span{
  display: inline-block;
  position: relative;
  padding-right: 34px;
  text-align: center;
}
.btnCv05 a>span::after{
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 25px;
  height: 15px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_07.svg) no-repeat 0 0 / 100%;
  transform: rotate(-90deg);
}
/*----------------------
btnCv06
----------------------*/
.btnCv06{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  width: 100%;
  max-width: 518px;
}
.btnCv06 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  border-radius: 240px;
  border: 4px solid #003927;
  background: #B4431D;
  box-shadow: 0px 3px 0px 0px #003927;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .3s ease-out , color .3s ease-out;
}
.btnCv06 a:nth-child(2){
  background: #004831;
}
.btnCv06 a>span{
  display: inline-block;
  position: relative;
  padding-right: 34px;
  text-align: center;
}
.btnCv06 a>span::after{
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 13px;
  height: 10px;
  background: url(/hojin/eb/web21olive/imgs/index_ico_07.svg) no-repeat 0 0 / 100%;
  transform: rotate(-90deg);
}
/*----------------------
textLead01
----------------------*/
.textLead01{
  margin-bottom: 30px;
  color: #B4431D;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
/*----------------------
textLead02
----------------------*/
.textLead02{
  margin-bottom: 30px;
  color: #004831;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
/*----------------------
textTitle03
----------------------*/
.textTitle03{
  color: #003927;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.textTitle03:not(:first-child) {
  margin-top: 64px;
}
.textTitle03 .lead01{
  font-size: 24px;
}
.textTitle03 .green01 {
  position: relative;
}
.textTitle03 .green01::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background-color: #E2EFBC;
}
.textTitle03 .orange01 {
  position: relative;
  color: #B4431D;
}
.textTitle03 .orange01::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background-color: #F7E499;
}
.textTitle03 .green01>.inner01,
.textTitle03 .orange01>.inner01 {
  position: relative;
}
/*----------------------
imgArea03
----------------------*/
.imgArea03{
  text-align: center;
}
.imgArea03:not(:first-child){
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  ._sp-content {
    display: none!important;
  }
  .spOnly {
    display: none!important;
  }
  .btnCv01 a:hover,
  .btnCv02 a:hover,
  .btnCv03 a:hover,
  .btnCv04 a:hover,
  .btnCv05 a:hover,
  .btnCv06 a:hover{
    background: #E2EFBC;
    color: #003927;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1095px) {
  /*----------------------
  kvArea
  ----------------------*/
  .kvArea .inner01 [class^="anime0"]{
    width: 30.31vw;
    top: 9.5vw;
  }
  .kvArea .inner01 .anime01{
    left: calc(50% - 55vw);
  }
  .kvArea .inner01 .anime02{
    right: calc(50% - 53vw);
  }
}
@media screen and (max-width: 1024px) {
  /*----------------------
  kvArea
  ----------------------*/
  .kvArea .inner01 [class^="anime0"]{
    width: 310px;
    top: 96px;
  }
  .kvArea .inner01 .anime01{
    left: calc(50% - 570px);
  }
  .kvArea .inner01 .anime02{
    right: calc(50% - 540px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*----------------------
  cardBox
  ----------------------*/
  .cardBox02>.inner01 {
    padding: 80px 10px;
  }
  .cardBox03>.title01{
    padding-left: 308px;
  }
  .cardBox03>.title02{
    padding-left: 260px;
  }
  .cardBox03>.inner01 {
    padding: 80px 10px;
  }
}
@media screen and (min-width: 1201px) {
  /*----------------------
  cardBox
  ----------------------*/
  .cardBox03>.title01{
    padding-left: 180px;
  }
  .cardBox03>.title02{
    padding-left: 140px;
  }
}
@media screen and (max-width: 767px) {
  /*----------------------
  reset
  ----------------------*/
  #wrap #mainArea main {
    padding: 0 18px;
  }
  #wrap #mainArea{
    padding-bottom: 56px;
  }
  footer[role="contentinfo"]{
    padding-bottom: 90px;
  }
  #pageTop{
    bottom: 80px;
  }
  /*----------------------
  parts
  ----------------------*/
  .pcOnly {
    display: none!important;
  }
  .inr01 {
    width: auto;
    margin: 0 auto;
  }
  /*----------------------
  kvArea
  ----------------------*/
  .kvArea{
    margin: 0 -18px;
  }
  .kvArea .inner01 [class^="anime0"]{
    top: 83vw;
    width: 46vw;
  }
  .kvArea .inner01 .anime01{
    left: 3vw;
  }
  .kvArea .inner01 .anime02{
    right: 3vw;
  }
  /*----------------------
  cardBox01
  ----------------------*/
  .cardBox01{
    margin: -2px auto 0;
    border-radius: 40px;
  }
  .cardBox01>.arrow01{
    left: calc(50% - 32px);
    top: -26px;
    width: 64px;
  }
  .cardBox01>.inner01{
    padding: 35px 14px 48px;
  }
  /*----------------------
  pageTop
  ----------------------*/
  #pageTop{
    width: 53px;
    height: 53px;
  }
  /*----------------------
  btnCv01
  ----------------------*/
  .btnCv01{
    margin: 16px 0 0;
  }
  .btnCv01 a{
    max-width: 300px;
    width: auto;
    height: 95px;
    padding: 5px 20px 5px 28px;
    border: 4px solid #003927;
    box-shadow: 0px 4px 0px 0px #003927;
    font-size: 18px;
    letter-spacing: 0;
  }
  .btnCv01 a span {
    padding-right: 28px;
  }
  .btnCv01 a span::after{
    top: calc(50% - 7px);
    width: 20px;
    height: 15px;
  }
  /*----------------------
  cardBox02
  ----------------------*/
  .cardBox02{
    margin: 56px auto 0;
  }
  .cardBox02>.title01,
  .cardBox02>.title02{
    display: block;
    height: auto;
    border-radius: 40px 40px 0 0;
    padding: 32px 20px;
    text-align: center;
  }
  .cardBox02>.title01 h2,
  .cardBox02>.title02 h2{
    flex-direction: column;
    font-size: 22px;
  }
  .cardBox02>.title01 h2 img,
  .cardBox02>.title02 h2 img{
    max-width: 99px;
    margin: 0 11px;
  }
  .cardBox02>.title01 h2>span>strong,
  .cardBox02>.title02 h2>span>strong{
    font-size: 30px;
  }
  .cardBox02>.inner01{
    padding: 32px 16px;
    border-radius: 0 0 40px 40px;
  }
  .imgW01{
    width: 110px;
  }
  .imgW02{
    width: 98px;
  }
  /*----------------------
  cardStep01
  ----------------------*/
  [class^="spScroll0"]{
    padding-bottom: 14px;
  }
  .spScroll01 .cardStep01{
    width: 780px;
  }
  .spScroll02 .cardStep01{
    width: 578px;
  }
  [class^="spScroll0"].oldScroll{
    overflow-y: visible;
    overflow-x: scroll;
  }
  [class^="spScroll0"].oldScroll::-webkit-scrollbar {
    height: 6px;
  }
  [class^="spScroll0"].oldScroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #D5DEDB;
  }
  [class^="spScroll0"].oldScroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #00563A;
  }
  .cardStep01 .item01{
    width: 172px;
    padding: 24px 22px;
    border-radius: 30px;
  }
  .cardStep01 .item02{
    width: 370px;
    padding: 24px 22px;
    border-radius: 30px;
  }
  .cardStep01 .item01:not(:first-child),
  .cardStep01 .item02:not(:first-child){
    margin-left: 31px;
  }
  .cardStep01 .item01:not(:first-child)::before,
  .cardStep01 .item02:not(:first-child)::before{
    left: -25px;
    top: calc(50% - 15px);
    width: 20px;
    height: 30px;
  }
  .cardStep01 .text01{
    padding-bottom: 12px;
    border-bottom: 2px solid #003927;
    text-align: center;
    font-size: 16px;
  }
  .cardStep01 .text02{
    margin-top: 12px;
    font-size: 16px;
  }
  .cardStep01 .image01{
    margin-top: 0px;
  }
  .cardStep01 .text03{
    margin-top: 2px;
    font-size: 14px;
  }
  .cardStep01 .text04{
    margin-top: 8px;
    font-size: 16px;
  }
  /*col3*/
  .cardStep01.-column3 .item01{
    width: 172px;
  }
  .cardStep01.-column3 .text02{
    height: 50px;
  }
  /*----------------------
  textAnc01
  ----------------------*/
  .textAnc01{
    margin: 24px 0 0;
    font-size: 14px;
    text-align: center;
  }
  /*----------------------
  imageWrap01
  ----------------------*/
  .imageWrap01 .imageItem01{
    width: 126px;
  }
  .imageWrap01 .imageItem01:not(:first-child){
    margin-left: 10px;
  }
  /*----------------------
  cvBox01
  ----------------------*/
  .cvBox01{
    margin: 32px 0 0;
  }
  /*----------------------
  cardBox03
  ----------------------*/
  .cardBox03{
    margin-top: 140px;
  }
  .cardBox03>[class^="title0"]{
    height: 82px;
    border-radius: 40px 40px 0 0;
  }
  .cardBox03>[class^="title0"] .ttlImg01{
    top: -104px;
    left: calc(50% - 95px);
    width: 190px;
  }
  .cardBox03>[class^="title0"] .ttlImg02{
    top: -105px;
    left: calc(50% - 95px);
    width: 190px;
  }
  .cardBox03>[class^="title0"] h2{
    font-size: 23px;
  }
  .cardBox03>.title01 h2{
    font-size: 18px;
    margin-left: 0;
  }
  .cardBox03>.inner01{
    padding: 32px 16px;
    border-radius: 0 0 40px 40px;
  }
  .cardBox03>.title03{
    height: auto;
  }
  .cardBox03>.title03 img{
    margin: -21vw 0 0;
  }
  /*----------------------
  titleArea01
  ----------------------*/
  .titleArea01 .title{
    padding: 0 36px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .titleArea01.spaceSm .title{
    padding: 0 16px;
  }
  .titleArea01 .title::before,
  .titleArea01 .title::after{
    bottom: 2px;
    width: 25px;
    height: 54px;
    background: url(/hojin/eb/web21olive/imgs/index_ico_01_sp.png) no-repeat 0 0 / 100%;
  }
  .titleArea01 .title .subtext{
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .titleArea01 .title .lead01{
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .titleArea01 .title .imgInText01{
    display: block;
    margin-top: 8px;
  }
  .titleArea01 .title .imgInText01>img{
    max-width: 83px;
    margin-bottom: 4px;
  }
  section:not(:first-child)>.titleArea01{
    margin-top: 50px;
  }
  /*----------------------
  textArea01
  ----------------------*/
  .textArea01{
    margin: 28px 0 0;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  /*----------------------
  boxArea01
  ----------------------*/
  .boxArea01{
    margin: 28px 0 0;
    padding: 30px 18px;
    border-radius: 22px;
  }
  /*----------------------
  listText01
  ----------------------*/
  .listText01>li{
    margin: 14px 0 0;
    padding-left: 36px;
    font-size: 16px;
    line-height: 1.5;
  }
  .listText01>li::before{
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
  }
  .listText01 a[target="_blank"]::after{
    width: 16px;
    height: 16px;
  }
  /*----------------------
  textTitle01
  ----------------------*/
  .textTitle01{
    margin: 48px 0 0;
    font-size: 18px;
  }
  .textTitle01 span{
    font-size: 14px;
  }
  /*----------------------
  tableArea01
  ----------------------*/
  .tableArea01{
    margin: 16px 0 0;
  }
  .tableArea01 th[class*="th0"]{
    padding: 10px 12px;
    font-size: 14px;
  }
  .tableArea01 .th01{
    border-radius: 20px 0 0 0;
  }
  .tableArea01 .th02{
    border-radius: 0 20px 0 0;
  }
  .tableArea01 td{
    padding: 10px 12px;
    font-size: 14px;
  }
  /*----------------------
  textArea02
  ----------------------*/
  .textArea02{
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  /*----------------------
  cvBox02
  ----------------------*/
  .cvBox02{
    margin: 32px 0 0;
  }
  /*----------------------
  btnCv02
  ----------------------*/
  .btnCv02 a{
    width: 220px;
    height: 56px;
    border: 3px solid #003927;
    box-shadow: 0px 4px 0px 0px #003927;
    font-size: 16px;
    letter-spacing: 0;
  }
  .btnCv02 a>span{
    padding-right: 24px;
  }
  .btnCv02 a>span::after{
    top: calc(50% - 10px);
    width: 12px;
    height: 20px;
    background: url(/hojin/eb/web21olive/imgs/index_ico_06.svg) no-repeat 0 0 / 100%;
  }
  .btnCv02.widthLg01 a{
    width: 100%;
  }
  /*----------------------
  imgArea01
  ----------------------*/
  .imgArea01{
    margin: 16px 0 0;
  }
  .imgArea02{
    max-width: 614px;
    margin: 52px auto 0;
  }
  .imgArea02>.text01{
    left: 3vw;
    top: 1.2vw;
    font-size: 2.4vw;
  }
  .imgArea02>.text02{
    font-size: 14px;
  }
  /*----------------------
  borderBox01
  ----------------------*/
  .borderBox01{
    margin: 24px 0 0;
    border: 2px solid #003927;
    border-radius: 20px;
  }
  .borderBox01 .head01{
    font-size: 16px;
  }
  .borderBox01 .body01{
    padding: 0 16px 24px;
  }
  /*----------------------
  listText02
  ----------------------*/
  .listText02>li{
    padding-left: 20px;
    font-size: 12px;
  }
  .listText02>li::before{
    top: 8px;
    left: 6px;
    width: 6px;
    height: 6px;
  }
  /*----------------------
  cardColumn01
  ----------------------*/
  .cardColumn01{
    display: block;
    margin: 18px 0 0;
  }
  .cardColumn01 .item01{
    width: auto;
    padding: 24px 38px 42px;
    border-radius: 22px;
  }
  .cardColumn01 .item01.item01:not(:first-child){
    margin: 46px 0 0;
  }
  .cardColumn01 .item01 .num01{
    width: 42px;
    height: 42px;
    border-radius: 22px 0 12px 0;
    font-size: 24px;
  }
  .cardColumn01 .item01 .text01{
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .cardColumn01 .item01 .button01{
    bottom: -22px;
  }
  /*----------------------
  btnCv03
  ----------------------*/
  .btnCv03 a{
    width: 214px;
    height: 52px;
    border: 3px solid #003927;
    box-shadow: 0px 4px 0px 0px #003927;
    font-size: 16px;
  }
  .btnCv03 a>span::before{
    top: calc(50% - 8px);
    width: 12px;
    height: 20px;
  }
  /*----------------------
  cardBox04
  ----------------------*/
  .cardBox04{
    margin: 24px auto 0;
  }
  .cardColumn01 + section>.cardBox04{
    margin-top: 60px;
  }
  .cardBox04>[class^="title0"]{
    display: block;
    height: auto;
    padding: 20px 24px 20px 56px;
    border-radius: 22px 22px 0 0;
  }
  .cardBox04>[class^="title0"] .ttl{
    font-size: 16px;
    letter-spacing: 0;
  }
  .cardBox04>.inner01{
    padding: 24px 14px;
    border-radius: 0 0 22px 22px;
  }
  .cardBox04>.title01 .num01{
    position: absolute;
    left: 16px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    margin-right: 0;
    border-radius: 8px;
    font-size: 20px;
  }
  /*----------------------
  textArea03
  ----------------------*/
  .textArea03{
    font-size: 16px;
    letter-spacing: 0;
  }
  .textArea03 strong{
    font-size: 23px;
    letter-spacing: 0;
  }
  .textArea03 .num{
    font-size: 34px;
  }
  /*----------------------
  tableArea02
  ----------------------*/
  .tableArea02{
    margin: 24px 0 0;
  }
  .tableArea02 th{
    padding: 8px;
    font-size: 12px;
  }
  .tableArea02 td{
    padding: 8px;
    font-size: 12px;
  }
  .tableArea02 .td02{
    padding: 8px;
    font-size: 12px;
  }
  .tableArea02 .cellW03{
    width: 39.56%;
  }
  .tableArea02 .fs10{
    font-size: 10px;
  }
  /*----------------------
  textColumn01
  ----------------------*/
  .textColumn01{
    display: block;
    line-height: 1.5;
  }
  .textColumn01>div{
    width: auto;
  }
  .textColumn01>div:not(:first-child){
    margin-top: 4px;
  }
  /*----------------------
  boxColumn01
  ----------------------*/
  .boxColumn01{
    margin: 0;
  }
  .boxColumn01 .itemColumn{
    display: block;
  }
  .boxColumn01 [class^="body0"]>[class^="head0"]{
    width: auto;
    border-radius: 22px 22px 0 0;
    padding: 60px 20px 18px;
    margin: 0 -24px;
    font-size: 24px;
    color: #fff;
  }
  .boxColumn01 [class^="body0"]>[class^="head0"] .img01{
    left: calc(50% - 65px);
    top: -45px;
    width: 130px;
  }
  .boxColumn01 .itemColumn>[class^="body0"]{
    width: auto;
    padding: 0 24px 40px;
    margin: 77px 0 0;
    border-radius: 22px;
  }
  .boxColumn01 .num01{
    margin: 40px 0 0;
  }
  .boxColumn01 .text01{
    margin-top: 8px;
    font-size: 22px;
    letter-spacing: 0;
  }
  .boxColumn01 .text02{
    margin-top: 12px;
    font-size: 16px;
  }
  .boxColumn01 .text02 span{
    font-size: 12px;
  }
  .boxColumn01 .button01 a{
    padding: 0 25px;
    margin: 0 auto;
    height: 56px;
    width: auto;
    font-size: 16px;
  }
  .boxColumn01 .spImgW01{
    width: 164px;
    margin: 0 auto;
  }
  .boxColumn01 .imgArea01{
    margin: 40px 0 0;
  }
  .boxColumn01 .note01{
    font-size: 12px;
  }
  .boxColumn01 .text02 .fs24{
    font-size: 20px;
  }
  /*----------------------
  bgBox01
  ----------------------*/
  .bgBox01{
    border-radius: 16px;
    padding: 16px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  /*----------------------
  textNote01
  ----------------------*/
  .textNote01{
    margin: 24px 0 0;
    font-size: 12px;
  }
  /*----------------------
  tabWrap01
  ----------------------*/
  .tabWrap01 .tabHead01 li{
    width: 59.6%;
    text-align: center;
  }
  .tabWrap01 .tabHead01 .active{
    width: 54.07%;
  }
  .tabWrap01 .tabHead01 a{
    width: 100%;
    border-radius: 22px 22px 0 0;
    padding: 5px 12px;
    font-size: 14px;
  }
  .tabWrap01 .tabHead01 li:nth-child(1).active a, .tabWrap01 .tabHead01 li:nth-child(2).active a {
    padding: 5px 12px 20px;
  }
  .tabWrap01 .tabHead01 li:not(.active):nth-child(1) a{
    padding-right: 30%;
  }
  .tabWrap01 .tabHead01 li:not(.active):nth-child(2) a{
    padding-left: 30%;
  }
  .tabWrap01 .tabHead01 .active a{
    width: 100%;
    padding: 5px 12px 20px;
  }
  .tabWrap01 .tabHead01 .active a::after{
    bottom: 20px;
    left: calc(50% - 11px);
    width: 22px;
    height: 14px;
  }
  .tabWrap01 .tabBody01{
    padding: 24px 0 0;
  }
  /*----------------------
  jsAcc01
  ----------------------*/
  .jsAcc01 .jsAccHead a{
    color: #003927;
  }
  /*----------------------
    modal
  ----------------------*/
  .modal-content{
    top: 50%;
    left: 10px;
    right: 10px;
    width: auto;
    max-height: 90%;
    padding: 20px;
  }
  .modal-content .modal-inner{
    padding: 0;
  }
  .modal-content .modal-body{
    width: auto;
  }
  /*modal-close01*/
  .modal-close01{
    right: -5px;
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .modal-close01 a{
    display: block;
  }
  ._sp-fs15 {
    font-size: 1.5rem!important;
  }
  ._sp-fs16 {
    font-size: 1.6rem!important;
  }
  ._sp-fs24 {
    font-size: 2.4rem!important;
  }
  ._sp-mt00 {
    margin-top: 0!important;
  }
  ._sp-mt16 {
    margin-top: 16px!important;
  }
  ._sp-p16 {
    padding: 16px!important;
  }
  ._sp-pt00 {
    padding-top: 0!important;
  }
  ._sp-pl24 {
    padding-left: 24px!important;
  }
  ._sp-pl00 {
    padding-left: 0!important;
  }
  ._sp-f-wrapWrap {
    flex-wrap: wrap!important;
  }
  ._sp-w50p {
    width: 50%!important;
  }
  ._sp-w100p {
    width: 100%!important;
  }
  ._pc-content {
    display: none!important;
  }
  .btn-list01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-list01:not(.-spColumn) {
    flex-direction: column;
  }
  .btn-list01:not(:first-child) {
    margin-top: 28px;
  }
  .btn-list01>.item {
    width: 100%;
    min-width: 0;
    max-width: 400px;
    text-align: center;
  }
  .btn-list01>.item:only-child {
    max-width: 100%;
  }
  .btn-list01:not(.-spColumn)>.item {
    width: 100%;
  }
  .btn-type01{
    display: inline-flex;
    justify-content: center;
    position: relative;
    min-width: 140px;
    max-width: 100%;
    padding: 3px 15px;
    transition: background-color .3s ease-out;
    background: #fff;
    border-radius: 3.65em;
    box-shadow: 0 0 4px 0 rgba(20,29,29,.05), 0 12px 14px 0 rgba(20,29,29,.08);
    text-decoration: none;
  }
  .btn-type01.-orange01 {
    background: #fa8200;
    border: none;
    box-shadow: 0 12px 15px 0 rgba(193,93,0,.3);
  }
  .btn-type01.-large01 {
    width: 400px;
  }
  .btn-type01>.inner {
    display: flex;
    align-items: center;
    min-height: 42px;
    text-align: center;
    line-height: 1.1;
    font-weight: 700;
    color: #004831;
  }
  .btn-type01.-orange01>.inner {
    color: #fff;
  }
  /*----------------------
  fixedArea01
  ----------------------*/
  .fixedArea01 .inner01{
    padding: 10px 0 14px;
  }
  .fixedColumn01 .item01{
    display: none;
  }
  /*----------------------
  btnCv04
  ----------------------*/
  .btnCv04 a{
    width: auto;
    height: 42px;
    padding: 0 16px;
    border: 3px solid #003927;
    box-shadow: 0px 2px 0px 0px #003927;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
  .btnCv04 a>span{
    padding-right: 22px;
  }
  .btnCv04 a>span::before{
    top: calc(50% - 3px);
    width: 12px;
    height: 7px;
  }
  /*----------------------
  listText03
  ----------------------*/
  .listText03>li{
    font-size: 12px;
  }
  .listText03>li:not(:first-child){
    margin: 16px 0 0;
  }
  .listText03 .listTtitle01{
    margin-top: 16px;
    font-weight: bold;
  }
  /*----------------------
  tableArea03
  ----------------------*/
  .tableArea03{
    border-radius: 12px;
  }
  .tableArea03 tr,
  .tableArea03 th,
  .tableArea03 td{
    display: block;
    border: none;
  }
  .tableArea03:not(:first-child){
    margin: 8px 0 0;
  }
  .tableArea03 th{
    padding: 10px;
    font-size: 16px;
  }
  .tableArea03 td{
    padding: 10px;
    font-size: 14px;
  }
  .tableArea03 .cellW01{
    width: 33.0%;
  }
  /*----------------------
  textTitle02
  ----------------------*/
  .textTitle02{
    margin: 20px 0 0;
    font-size: 16px;
  }
  /*----------------------
  btnCv05
  ----------------------*/
  .btnCv05{
    column-gap: 10px;
    margin: 16px auto 0;
  }
  section+.btnCv05 {
    margin: 56px auto 0;
  }
  .btnCv05 a{
    width: 100%;
    height: 69px;
    padding: 5px 6px 5px 12px;
    border: 4px solid #003927;
    box-shadow: 0px 4px 0px 0px #003927;
    font-size: 18px;
    letter-spacing: 0;
  }
  .btnCv05 a>span {
    padding-right: 28px;
  }
  .btnCv05 a>span::after{
    top: calc(50% - 7px);
    width: 20px;
    height: 15px;
  }
  .btnCv05 a>span>span {
    font-size: 16px;
  }
  /*----------------------
  btnCv06
  ----------------------*/
  .btnCv06{
    column-gap: 10px;
    padding: 0 18px;
  }
  .btnCv06 a{
    height: 52px;
    font-size: 14px;
  }
  .btnCv06 a>span{
    padding-right: 14px;
  }
  .btnCv06 a>span::after{
    width: 11px;
    height: 6px;
  }
  /*----------------------
  textLead01
  ----------------------*/
  .textLead01{
    margin-bottom: 24px;
    font-size: 18px;
  }
  /*----------------------
  textLead02
  ----------------------*/
  .textLead02{
    margin-bottom: 24px;
    font-size: 18px;
  }
  /*----------------------
  textTitle03
  ----------------------*/
  .textTitle03{
    font-size: 22px;
  }
  .textTitle03:not(:first-child) {
    margin-top: 48px;
  }
  .textTitle03 .lead01{
    font-size: 14px;
  }
  .textTitle03 .green01::before{
    height: 8px;
  }
  .textTitle03 .orange01::before{
    height: 8px;
  }
}