@charset "shift_jis";
/* Updated 2024/05/17,T */
/*-----------------
kv
-----------------*/
.kv-wrap01 {
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.kv-wrap01 > .inner {
  width: 100%;
}
/*-----------------
parts
-----------------*/
.btn-orangeGrd01 {
  display: inline-flex;
  justify-content: center;
  position: relative;
  max-width: 100%;
  padding: 3px 15px;
  background: linear-gradient(90deg, #FF5F04 0%, #FB9114 50%, #FF5F04 100%) 0 center / 200% auto;
  color: #FFFFFF;
  border-radius: 3.65em;
  text-decoration: none;
  transition: background-position .3s ease-out;
}
.btn-orangeGrd01:hover,
.btn-orangeGrd01:focus {
  background-position: -100% center;
}
.btn-orangeGrd01 > .inner {
  display: flex;
  align-items: center;
  min-height: 72px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
.btn-orangeGrd01 .l-txt01 {
  font-size: 1.9rem;
}

/*-----------------
nav
-----------------*/
.nav-wrap01 .nav-list01 {
  overflow: hidden;
}
.nav-wrap01 .ico-link01 {
  font-size: 1.9rem;
  font-weight: 700;
  text-decoration: none;
}
.nav-wrap01 .ico-link01 > .inner::after {
  display: block;
  position: relative;
  width: 13px;
  height: 9px;
  background: url("/kojin/special/soudan/remotefp/imgs/index_ico_01.svg") center / contain no-repeat;
  margin: 9px auto 0;
  line-height: 0;
  content: "";
}
.nav-wrap01 .ico-link01:hover {
  background: #F5F5F5;
}
/*-----------------
section
-----------------*/
[class^="sec-wrap0"].-ovfHidden01 {
  overflow: hidden;
}
[class^="sec-wrap0"].-blueBg01 {
  background: #F4F9FA;
}
[class^="sec-wrap0"].-gradBg01 {
  position: relative;
}
[class^="sec-wrap0"].-gradBg01::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(279.08deg, rgba(154, 201, 141, 0.4) 5.09%, rgba(114, 198, 192, 0.4) 95.29%);
  box-shadow: 0px 0px 25px 0px rgba(8, 39, 29, 0.1);
  content: "";
}
[class^="sec-wrap0"].-gradBg01 .content-block01 {
  position: relative;
}
[class^="sec-wrap0"] .ttl-wrap01 {
  text-align: center;
}
[class^="sec-wrap0"] .ttl-wrap01 > .ttl01 {
  color: #004831;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
}
/*-----------------
sec-wrap01
-----------------*/
.sec-wrap01 {
  padding: 150px 0 100px;
}
/*-----------------
sec-wrap02
-----------------*/
.sec-wrap02 {
  position: relative;
  padding: 0 0 100px;
}
.sec-wrap02 > .bgItem01,
.sec-wrap02 > .bgItem01 > .content-block01 > .inner {
  position: relative;
}
.sec-wrap02 > .bgItem01 {
  padding-bottom: 75px;
}
.sec-wrap02 > .bgItem01::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 304px;
  background: linear-gradient(90deg, #D9EFE4 0%, rgba(217, 239, 228, 0) 74.5%);
  content: "";
}
.sec-wrap02 > .bgItem01 > .content-block01 > .inner::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1400px;
  min-width: calc(1920px + (100vw - 1920px) / 2);
  background: linear-gradient(279.08deg, #D3E8D7 5.09%, #A6D9D5 95.29%);
  border-radius: 20px 0px 0px 20px;
  content: "";
}
.sec-wrap02 .dtl-box01 {
  position: relative;
  padding: 83px 350px 83px 80px;
  background: url("/kojin/special/soudan/remotefp/imgs/index_img_01.png") right bottom / 360px auto no-repeat;
  color: #004831;
}
.sec-wrap02 .dtl-box01 > .ttl01 {
  font-size: 3.6rem;
  font-weight: 700;
}
.sec-wrap02 .dtl-box01 > .ttl01::after {
  display: block;
  width: 79px;
  height: 5px;
  margin: 26px 0;
  background: #FFFFFF;
  content: "";
}
.sec-wrap02 .dtl-box01 > .cont01 {
  font-size: 2.4rem;
  line-height: 1.79;
}
.sec-wrap02 .dtl-box01 > .cont01 > .uLine01 {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: underline;
}
.sec-wrap02 .dtl-box01 > .cont01 > .mark01 {
  background: linear-gradient(transparent 72%, #FFFFFF 72%);
  font-weight: bold;
}
.sec-wrap02 .toggle-wrap01 {
  position: relative;
  margin-top: 100px;
  background: #FFFFFF;
  border-radius: 59px;
  box-shadow: 0px 0px 25px 5px rgba(8, 39, 29, 0.1);
}
.sec-wrap02 .toggle-wrap01 > [role="tablist"] > .switch {
  position: relative;
  padding: 32px;
  color: #004831;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  transition: background-color .3s ease-out;
}
.sec-wrap02 .toggle-wrap01 > [role="tablist"] > .switch:hover {
  background: #F5F5F5;
}
.sec-wrap02 .toggle-wrap01 > [role="tablist"] > .switch::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  width: 13px;
  height: 9px;
  background: url(/kojin/special/soudan/remotefp/imgs/index_ico_01.svg) center / contain no-repeat;
  margin: auto 0;
  line-height: 0;
  content: "";
}
.sec-wrap02 .toggle-wrap01 > [role="tablist"] > .switch[aria-selected="true"]::before {
  transform: rotateX(180deg);
}
.sec-wrap02 .toggle-wrap01 > [role="tablist"] > .body {
  max-width: 1102px;
  margin: 0 auto;
  padding: 8px 32px 68px;
}
.sec-wrap02 .img-txtItem01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sec-wrap02 .img-txtItem01 > .txt01 {
  width: 579px;
  font-size: 1.8rem;
  line-height: 1.777;
}
/*-----------------
sec-wrap03
-----------------*/
.sec-wrap03 .step-ttl01 {
  color: #004831;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
.sec-wrap03 .txt-bGreen01 {
  display: inline-block;
  margin-left: 18px;
  color: #499A80;
  font-size: 7.8rem;
  vertical-align: middle;
}
.sec-wrap03 .txt-bGreen01 > .lTxt01 {
  font-size: 11.8rem;
}
.sec-wrap03 .step-list01 {
  margin-top: 40px;
}
.sec-wrap03 .step-list01 > .item {
  display: flex;
  position: relative;
}
.sec-wrap03 .step-list01 > .item:nth-child(2n) {
  justify-content: flex-end;
}
.sec-wrap03 .step-list01 > .item + .item {
  margin-top: 100px;
}
.sec-wrap03 .step-dtl01 {
  width: 655px;
}
.sec-wrap03 .step-dtl01 > .ttl01 {
  display: flex;
  align-items: center;
  color: #9CC9C4;
  font-size: 3.5rem;
  line-height: .95;
}
.sec-wrap03 .step-list01 > .item:nth-child(2n) .step-dtl01 > .ttl01 {
  justify-content: flex-end;
}
.sec-wrap03 .step-list01 > .item:nth-child(2) .step-dtl01 > .ttl01 {
  color: #E5D055;
}
.sec-wrap03 .step-list01 > .item:nth-child(3) .step-dtl01 > .ttl01 {
  color: #F1B2C7;
}
.sec-wrap03 .step-list01 > .item:nth-child(2n + 1) .step-dtl01 > .ttl01::after,
.sec-wrap03 .step-list01 > .item:nth-child(2n) .step-dtl01 > .ttl01::before {
  display: block;
  width: 80px;
  margin: 0 17px;
  border: 3px solid #9CC9C4;
  content: "";
}
.sec-wrap03 .step-list01 > .item:nth-child(2) .step-dtl01 > .ttl01::before {
  border-color: #E5D055;
}
.sec-wrap03 .step-list01 > .item:nth-child(3) .step-dtl01 > .ttl01::after {
  border-color: #F1B2C7;
}
.sec-wrap03 .step-dtl01 > .ttl01 > .inner > .lTxt01 {
  font-size: 7.8rem;
}
.sec-wrap03 .step-dtl01 > .cont01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  padding: 56px 0;
  background: linear-gradient(279.08deg, #D3E8D7 5.09%, #A6D9D5 95.29%);
  color: #004831;
  font-size: 2.4rem;
  border-radius: 20px;
}
.sec-wrap03 .step-list01 > .item:nth-child(2) .step-dtl01 > .cont01 {
  background: linear-gradient(89.88deg, #F5E7B2 0.12%, #ECF2A9 99.92%);
}
.sec-wrap03 .step-list01 > .item:nth-child(3) .step-dtl01 > .cont01 {
  background: linear-gradient(270deg, #FFE4CC 0%, #F4D3DF 100%);
}
.sec-wrap03 .step-dtl01 > .img01 {
  position: absolute;
  top: 17px;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(8, 39, 29, 0.1);
  overflow: hidden;
}
.sec-wrap03 .step-list01 > .item:not(:nth-child(2n)) .step-dtl01 > .img01 {
  right: 0;
}
.sec-wrap03 .step-list01 > .item:nth-child(2n) .step-dtl01 > .img01 {
  left: 0;
}
.sec-wrap03 .step-dtl02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-wrap03 .step-dtl02 > .ttl01 {
  font-weight: 700;
  text-align: center;
}
.sec-wrap03 .step-dtl02 > .cont01 {
  margin-top: 32px;
}
.sec-wrap03 .check-list01 > .item {
  position: relative;
  padding-left: 46px;
  line-height: 1.44;
}
.sec-wrap03 .check-list01 > .item + .item {
  margin-top: 32px;
}
.sec-wrap03 .check-list01 > .item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 31px;
  height: 28px;
  margin: auto;
  background: url(/kojin/special/soudan/remotefp/imgs/index_ico_02.svg) center / contain no-repeat;
  content: "";
}
/*-----------------
sec-wrap04
-----------------*/
.sec-wrap04 {
  padding-top: 120px;
}
.sec-wrap04 .text-mark01 {
  background: linear-gradient(transparent 60%, rgba(196, 215, 0, 0.5) 60%);
  font-weight: inherit;
}
.sec-wrap04 .ttl-wrap01 {
  text-align: center;
}
.sec-wrap04 .ttl-wrap01 > .ttl01 {
  display: inline-block;
  position: relative;
  padding-bottom: 36px;
  background: url(/kojin/special/soudan/remotefp/imgs/index_ico_03.svg) center bottom / contain no-repeat;
  line-height: 1.78;
}
.sec-wrap04 .case-list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 81px;
}
.sec-wrap04 .case-list01 > .item {
  position: relative;
  width: 547px;
  max-width: 100%;
  padding: 20px 16px 37px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  filter: drop-shadow(0px 0px 25px rgba(8, 39, 29, 0.15));
}
.sec-wrap04 .case-list01 > .item:nth-child(n + 3) {
  margin-top: 81px;
}
.sec-wrap04 .case-list01 > .item::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 44px;
  height: 40px;
  margin: auto;
  border-style: solid;
  border-width: 20px 22px;
  border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #FFFFFF;
  content: "";
}
.sec-wrap04 .case-list01 > .item:nth-child(2n - 1)::before {
  transform: rotateY(180deg);
}
.sec-wrap04 .case-list01 > .item > .inner > .ttl01 {
  color: #006444;
  font-size: 2.2rem;
  font-weight: 700;
}
.sec-wrap04 .case-list01 > .item > .inner > .cont01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 10px;
  font-size: 1.8rem;
}
.sec-wrap04 .case-list01 > .item > .inner > .cont01 > .txt01 {
  margin-left: 7.2%;
}
.sec-wrap04 .case-list01 > .item > .inner > .cont01 > .img01 {
  min-width: 173px;
}
/*-----------------
sec-wrap05
-----------------*/
.sec-wrap05 {
  margin-top: 120px;
  padding-bottom: 100px;
}
.sec-wrap05.-gradBg01::before {
  top: 285px;
}
.sec-wrap05 .slick-wrap01 {
  max-width: 1100px;
  margin: 50px auto -30px;
}
.sec-wrap05 .slick-track {
  display: flex;
}
.sec-wrap05 .slick-slide {
  display: flex;
  padding: 30px;
  height: auto !important;
}
.sec-wrap05 .slick-slide img {
  display: inline-block;
}
.sec-wrap05 .slick-arrow {
  top: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: #C4D700;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 9px 16px 0 rgba(212, 232, 4, .63);
  z-index: 1;
  transition: background-color .3s ease-out, opacity .3s ease-out;
}
.sec-wrap05 .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.sec-wrap05 .slick-arrow::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 27px;
  margin: auto;
  background: url(/kojin/special/soudan/remotefp/imgs/index_ico_04.svg) center / contain no-repeat;
  content: "";
}
.sec-wrap05 .slick-arrow:hover {
  background: #DCF100;
}
.sec-wrap05 .slick-prev {
  left: -5px;
}
.sec-wrap05 .slick-prev::before {
  transform: rotateY(180deg);
}
.sec-wrap05 .slick-next {
  right: -5px;
}
.sec-wrap05 .slick-dots {
  bottom: 93px;
  line-height: 0;
}
.sec-wrap05 .slick-dots > [role="presentation"] {
  margin: 0 4px;
}
.sec-wrap05 .slick-dots [aria-controls] {
  display: block;
  width: 10px;
  height: 10px;
  background: #d5dedb;
  border-radius: 50%;
}
.sec-wrap05 .slick-dots [aria-controls][aria-selected="true"] {
  background: #004831;
}
.sec-wrap05 .slick-slide > .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  padding: 63px 106px 97px;
  background: #FFFFFF;
  border-radius: 60px;
  box-shadow: 0px 0px 25px 5px rgba(8, 39, 29, 0.1);
}
.sec-wrap05 .slide-dtl01 {
  width: 470px;
  max-width: 100%;
}
.sec-wrap05 .slide-dtl01 > .ttl01 {
  color: #006444;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec-wrap05 .slide-dtl01 > .ttl01 > .lTxt01 {
  display: inline-block;
  font-size: 7.8rem;
  line-height: .9;
}
.sec-wrap05 .slide-dtl02 {
  margin-top: 42px;
  text-align: center;
}
.sec-wrap05 .slide-dtl02 > .ttl01 {
  position: relative;
  padding: 8px;
  background: #006444;
  border-radius: 3em;
  color: #FFFFFF;
  font-size: 1.8rem;
}
.sec-wrap05 .slide-dtl02 > .ttl01::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
  margin: auto;
  border-style: solid;
  border-width: 13px 8px;
  border-color: #006444 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  content: "";
}
.sec-wrap05 .slide-dtl03 > .ttl01 {
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-wrap05 .slide-dtl03 > .cont01 {
  margin-top: 14px;
  font-size: 1.8rem;
}
#content-area .sec-wrap05 .slide-dtl03 > .cont01 > :nth-child(n + 2) {
  margin-top: 14px;
}
.sec-wrap05 .btm-btnWrap01 {
  width: 1040px;
  max-width: 100%;
  margin: 48px auto 0;
  padding: 32px 6px;
  background: #FFFFFF;
  border-radius: 400px;
  font-size: 2rem;
  text-align: center;
  box-shadow: 0px 0px 25px 5px rgba(8, 39, 29, 0.1);
}
.sec-wrap05 .btm-btnWrap01 > .inner {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.sec-wrap05 .btm-btnWrap01 > .inner:first-child::after {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  margin: auto;
  background: #D5DEDB;
  content: "";
}
.sec-wrap05 .btm-btnWrap01 > .inner > .item {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 390px;
}
.sec-wrap05 .btm-btnWrap01 > .inner > .item > .ttl01 {
  font-weight: 700;
}
/*-----------------
.sec-wrap06
-----------------*/
.sec-wrap06 {
  margin-top: 120px;
  padding-bottom: 100px;
}
.sec-wrap06.-gradBg01::before {
  top: 256px;
}
.sec-wrap06 .sp-slider01 {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.sec-wrap06 .sp-slider01 .slide-item {
  display: flex;
  width: 282px;
  margin: 0 12px;
}
.sec-wrap06 .sp-slider01 .slide-item > .inner {
  display: block;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  box-shadow: 0px 14px 12px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  transition: opacity .3s ease-out;
}
.sec-wrap06 .sp-slider01 .slide-item > .inner:hover {
  opacity: .7;
}
.sec-wrap06 .sp-slider01 .slide-txt {
  padding: 18px 16px;
  text-align: left;
}
.sec-wrap06 .sp-slider01.slick-initialized {
  margin: 44px -4.8vw -26px;
}
.sec-wrap06 .sp-slider01 .slick-list {
  padding: 6px 4.8vw 26px;
}
.sec-wrap06 .sp-slider01 .slick-track {
  display: flex;
}
.sec-wrap06 .sp-slider01 .slick-slide {
  max-width: 78vw;
  height: auto !important;
}
/*-----------------
.sec-wrap07
-----------------*/
.sec-wrap07 {
  margin-top: 120px;
}
.sec-wrap07 .toggle-wrap01 {
  position: relative;
  max-width: 1040px;
  margin: 77px auto 0;
  background: #FFFFFF;
  font-size: 2rem;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 5px rgba(8, 39, 29, 0.1);
}
.sec-wrap07 .toggle-wrap01 + .toggle-wrap01 {
  margin-top: 32px;
}
.sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  color: #004831;
  font-weight: 700;
  transition: background-color .3s ease-out;
}
.sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch:hover {
  background: #F5F5F5;
}
.sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 1.25em;
  height: 1.25em;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) center / contain no-repeat;
  margin: auto 0;
  line-height: 0;
  content: "";
  transform: rotate(90deg);
}
.sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch[aria-selected="true"]::before {
  transform: rotate(-90deg);
}
.sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch > .ico01,
.sec-wrap07 .toggle-wrap01 > [role="tablist"] > .body > .inner > .ico01 {
  min-width: 44px;
  margin-right: 16px;
}
.sec-wrap07 .toggle-wrap01 > [role="tablist"] > .body {
  padding: 4px 30px 20px;
}
.sec-wrap07 .toggle-wrap01 > [role="tablist"] > .body > .inner {
  display: flex;
}
@media screen and (min-width: 768px) {
/*-----------------
nav
-----------------*/
  .nav-wrap01 {
    margin-top: -45px;
    height: 0;
  }
  .nav-wrap01 .nav-list01 {
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    border-radius: 180px;
    box-shadow: 0px 0px 25px 5px rgba(8, 39, 29, 0.1);
  }
  .nav-wrap01 .content-block01.-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: auto;
    padding: 0 8px;
    z-index: 2;
  }
  .nav-wrap01 .content-block01.-fixed .nav-list01 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav-wrap01 .nav-list01 > .item {
    position: relative;
  }
  .nav-wrap01 .nav-list01 > .item:not(:first-child):not(:last-child)::before {
    position: absolute;
    left: -1px;
    top: 13px;
    bottom: 13px;
    width: 1px;
    background: #D5DEDB;
    content: "";
  }
  .nav-wrap01 .nav-list01 > .item:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .nav-wrap01 .ico-link01 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: 3px 48px 3px 47px;
    text-align: center;
    transition: background-color .3s ease-out;
  }
  .nav-wrap01 .nav-list01 > .item:first-child .ico-link01 {
    border-radius: 90px 0 0 90px;
  }
  .nav-wrap01 .ico-link01:focus {
    outline-offset: -3px;
  }
  .nav-wrap01 .btn-orangeGrd01 {
    width: 227px;
  }
  /*-----------------
  sec-wrap05
  -----------------*/
  .sec-wrap05 .slide-dtl02 > .cont01 {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
    padding: 0 8px;
  }
  .sec-wrap05 .slide-dtl02 .slide-dtl03 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .sec-wrap05 .slide-dtl02 .slide-dtl03:first-child {
    width: 257px;
  }
  .sec-wrap05 .slide-dtl02 .slide-dtl03 > .ttl01 {
    font-size: 2rem;
  }
  .sec-wrap05 .slide-dtl01 > .cont01 > .slide-dtl03 {
    margin-top: 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1208px) {
/*-----------------
nav
-----------------*/
  .nav-wrap01 .content-block01.-fixed .nav-list01 > .item:last-child {
    max-width: 18vw;
  }
  .nav-wrap01 .content-block01.-fixed .ico-link01 {
    padding: 3px 3.5vw 3px 3.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
/*-----------------
nav
-----------------*/
  .nav-wrap01 .content-block01.-fixed .nav-list01 > .item:last-child {
    max-width: 17.9vw;
  }
  .nav-wrap01 .content-block01.-fixed .ico-link01 {
    padding: 3px 2.9vw 3px 2.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
/*-----------------
nav
-----------------*/
  .nav-wrap01 {
    margin-top: -45px;
    height: 0;
  }
  .nav-wrap01 .ico-link01 {
    padding: 3px 28px;
  }
  .nav-wrap01 .btn-orangeGrd01 {
    width: 190px;
  }
  .nav-wrap01 .content-block01.-fixed .nav-list01 > .item:last-child {
    max-width: 18.8vw;
  }
  .nav-wrap01 .content-block01.-fixed .ico-link01,
  .nav-wrap01 .content-block01.-fixed .btn-orangeGrd01 .l-txt01 {
    font-size: 1.85vw;
  }
  .nav-wrap01 .content-block01.-fixed .ico-link01 {
    min-height: 72px;
    padding: 3px 2.7vw 3px 2.6vw;
  }
  .nav-wrap01 .content-block01.-fixed .btn-orangeGrd01 {
    font-size: 1.56vw;
  }
  .nav-wrap01 .content-block01.-fixed .btn-orangeGrd01 > .inner {
    min-height: 54px;
  }
/*-----------------
sec-wrap03
-----------------*/
  .sec-wrap03 .step-dtl01 {
    width: 55%;
  }
  .sec-wrap03 .step-dtl01 > .img01 {
    width: 50%;
  }
  .sec-wrap03 .step-dtl01 > .cont01 {
    margin-top: 24px;
    padding: 40px 0;
  }
/*-----------------
sec-wrap04
-----------------*/
  .sec-wrap04 .case-list01 > .item {
    width: 49%;
  }
/*-----------------
sec-wrap05
-----------------*/
  .sec-wrap05 .slick-slide > .inner {
    padding: 53px 76px 67px;
  }
  .sec-wrap05 .slick-dots {
    bottom: 63px;
  }
}
@media screen and (max-width: 767px) {
/*-----------------
nav
-----------------*/
  .nav-wrap01 {
    position: fixed;
    top: 39px;
    left: 0;
    right: 0;
    z-index: 3;
    transition: top .3s ease-out;
  }
  .-fixedHeader .nav-wrap01 {
    top: 0;
  }
  .nav-wrap01 .sp-navOpen01 {
    position: absolute;
    top: 18px;
    right: 4.8vw;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 25px 5px rgba(8, 39, 29, 0.1);
    z-index: 1;
  }
  .nav-wrap01 .sp-navOpen01 > .inner,
  .nav-wrap01 .sp-navOpen01::before,
  .nav-wrap01 .sp-navOpen01::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 29px;
    height: 0;
    margin: auto;
    border: 2.5px solid #01794F;
    border-radius: 10px;
    font-size: 0;
  }
  .nav-wrap01 .sp-navOpen01.-clicked > .inner {
    transition: width .15s ease-in-out, opacity .15s ease-in-out;
  }
  .nav-wrap01 .sp-navOpen01.-clicked[aria-expanded="true"] > .inner {
    width: 0;
    opacity: 0;
  }
  .nav-wrap01 .sp-navOpen01::before,
  .nav-wrap01 .sp-navOpen01::after {
    content: "";
    animation: .3s ease-in-out 0s forwards;
  }
  .nav-wrap01 .sp-navOpen01:not(.-clicked)[aria-expanded="false"]::before {
    transform: translateY(-11px);
  }
  .nav-wrap01 .sp-navOpen01:not(.-clicked)[aria-expanded="false"]::after {
    transform: translateY(11px);
  }
  .nav-wrap01 .sp-navOpen01.-clicked[aria-expanded="false"]::before {
    animation-name: navCloseBtn01;
  }
  .nav-wrap01 .sp-navOpen01.-clicked[aria-expanded="false"]::after {
    animation-name: navCloseBtn02;
  }
  .nav-wrap01 .sp-navOpen01.-clicked[aria-expanded="true"]::before {
    animation-name: navOpenBtn01;
  }
  .nav-wrap01 .sp-navOpen01.-clicked[aria-expanded="true"]::after {
    animation-name: navOpenBtn02;
  }
  .nav-wrap01 .nav-list01 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 0 4.8vw;
    background: linear-gradient(279.08deg, #D3E8D7 5.09%, #A6D9D5 95.29%);
    transition: height .3s ease-out, padding .3s ease-out;
  }
  .nav-wrap01 .nav-list01.-active {
    padding-top: 90px;
  }
  .nav-wrap01 .nav-list01:not(.-active) {
    height: 0;
  }
  .nav-wrap01 .nav-list01 > .item:not(:last-child) {
    border-bottom: 1px solid #FFFFFF;
  }
  .nav-wrap01 .nav-list01 > .item:last-child {
    margin-top: 40px;
    text-align: center;
  }
  .nav-wrap01 .ico-link01 {
    display: block;
    position: relative;
    padding: 16px;
  }
  .nav-wrap01 .ico-link01 > .inner::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
  }
  .nav-wrap01 .btn-orangeGrd01 {
    width: 100%;
    max-width: 375px;
  }
/*-----------------
section
-----------------*/
  [class^="sec-wrap0"] .ttl-wrap01 > .ttl01 {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  [class^="sec-wrap0"] .ttl-wrap01 > .ttl01 > * {
    display: inline-block;
  }
/*-----------------
sec-wrap01
-----------------*/
  .sec-wrap01 {
    padding: 40px 0;
  }
/*-----------------
sec-wrap02
-----------------*/
  .sec-wrap02 {
    padding: 0 0 43px;
  }
  .sec-wrap02 > .bgItem01 {
    padding-bottom: 43px;
  }
  .sec-wrap02 > .bgItem01::before {
    height: 255px;
    background: linear-gradient(90deg, #D9EFE4 0%, rgba(217, 239, 228, 0) 74.5%);
  }
  .sec-wrap02 > .bgItem01 > .content-block01 > .inner::before {
    width: 95.2vw;
    min-width: initial;
    min-width: auto;
  }
  .sec-wrap02 .dtl-box01 {
    padding: 46px 0 173px 4.26vw;
    background-size: 150px auto;
  }
  .sec-wrap02 .dtl-box01 > .ttl01 {
    font-size: 2.4rem;
  }
  .sec-wrap02 .dtl-box01 > .cont01 {
    font-size: 1.6rem;
  }
  .sec-wrap02 .toggle-wrap01 {
    margin-top: 40px;
    border-radius: 34px;
  }
  .sec-wrap02 .toggle-wrap01 > [role="tablist"] > .switch {
    padding: 16px 4.2vw;
    font-size: 2rem;
  }
  .sec-wrap02 .toggle-wrap01 > [role="tablist"] > .switch::before {
    right: 8.5%;
  }
  .sec-wrap02 .toggle-wrap01 > [role="tablist"] > .body {
    padding: 0 4.2vw 24px;
  }
  .sec-wrap02 .img-txtItem01 {
    flex-direction: column-reverse;
  }
  .sec-wrap02 .img-txtItem01 > .txt01 {
    width: 100%;
    margin-top: 16px;
    font-size: 1.8rem;
  }
/*-----------------
sec-wrap03
-----------------*/
  .sec-wrap03 {
    margin-top: 37px;
  }
  .sec-wrap03 .step-ttl01 {
    font-size: 3.2rem;
  }
  .sec-wrap03 .txt-bGreen01 {
    display: block;
    margin-left: 0;
    font-size: 5.9rem;
    vertical-align: middle;
    line-height: 1;
  }
  .sec-wrap03 .txt-bGreen01 > .lTxt01 {
    font-size: 8.9rem;
  }
  .sec-wrap03 .step-list01 > .item + .item {
    margin-top: 70px;
  }
  .sec-wrap03 .step-dtl01 {
    width: 100%;
  }
  .sec-wrap03 .step-dtl01 > .cont01 {
    margin-top: -30px;
    padding: 56px 4.26vw;
  }
  .sec-wrap03 .step-dtl01 > .img01 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 90%;
    margin: 38px auto 0;
    border-radius: 10px;
  }
  .sec-wrap03 .step-dtl02 > .ttl01 {
    max-width: 266px;
  }
  .sec-wrap03 .step-dtl02 > .ttl01 > * {
    display: inline-block;
  }
  .sec-wrap03 .step-dtl02 > .cont01 {
    max-width: 266px;
    margin-top: 16px;
    font-size: 1.8rem;
  }
  .sec-wrap03 .check-list01 > .item + .item {
    margin-top: 16px;
  }
  .sec-wrap03 .check-list01 > .item > * {
    display: inline-block;
  }
/*-----------------
sec-wrap04
-----------------*/
  .sec-wrap04 {
    padding-top: 62px;
  }
  .sec-wrap04 .ttl-wrap01 > .ttl01 {
    padding-bottom: 20px;
  }
  .sec-wrap04 .case-list01 {
    justify-content: center;
    margin-top: 40px;
  }
  .sec-wrap04 .case-list01 > .item {
    padding: 20px 8.26vw 37px;
  }
  .sec-wrap04 .case-list01 > .item:nth-child(n + 2) {
    margin-top: 56px;
  }
  .sec-wrap04 .case-list01 > .item > .inner > .cont01 {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .sec-wrap04 .case-list01 > .item > .inner > .cont01 > .txt01 {
    margin: 14px auto 0;
  }
/*-----------------
sec-wrap05
-----------------*/
  .sec-wrap05.-gradBg01 {
    margin-top: 76px;
  }
  .sec-wrap05.-gradBg01::before {
    top: 313px;
  }
  .sec-wrap05 .slick-wrap01 {
    margin: 40px -4.8vw -30px;
  }
  .sec-wrap05 .slick-prev {
    left: 0;
  }
  .sec-wrap05 .slick-next {
    right: 0;
  }
  .sec-wrap05 .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .sec-wrap05 .slick-arrow::before {
    width: 10px;
    height: 15px;
  }
  .sec-wrap05 .slick-dots {
    bottom: 70px;
  }
  .sec-wrap05 .slick-slide {
    padding: 30px 4.8vw;
  }
  .sec-wrap05 .slick-slide > .inner {
    align-items: center;
    justify-content: flex-end;
    flex-direction: column-reverse;
    padding: 24px 4.26vw 74px;
    border-radius: 20px;
  }
  .sec-wrap05 .slide-dtl01,
  .sec-wrap05 .slide-dtl02,
  .sec-wrap05 .slide-dtl03 {
    width: 100%;
    margin-top: 24px;
  }
  .sec-wrap05 .slide-dtl01 > .ttl01 {
    font-size: 3rem;
    text-align: center;
  }
  .sec-wrap05 .slide-dtl01 > .ttl01 > .lTxt01 {
    font-size: 6rem;
  }
  .sec-wrap05 .slide-dtl03 + .slide-dtl03 {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #D5DEDB;
  }
  .sec-wrap05 .slide-dtl03 > .ttl01 {
    text-align: center;
  }
  .sec-wrap05 .slide-dtl03 > .cont01,
  #content-area .sec-wrap05 .slide-dtl03 > .cont01 > :nth-child(n + 2) {
    margin-top: 8px;
  }
  .sec-wrap05 .slick-slide > .inner > .img01 {
    width: 184px;
  }
/*-----------------
.sec-wrap06
-----------------*/
  .sec-wrap06 {
    margin-top: 40px;
    padding-bottom: 26px;
  }
/*-----------------
.sec-wrap07
-----------------*/
  .sec-wrap07 {
    margin-top: 62px;
  }
  .sec-wrap07 .toggle-wrap01 {
    margin-top: 30px;
  }
  .sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch {
    align-items: flex-start;
    padding: 20px calc(4.26vw + 30px) 20px 4.26vw;
  }
  .sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch > .ico01 {
    margin-top: 7px;
  }
  .sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch > .txt01 {
    display: flex;
    align-items: center;
    min-height: 2.75em;
  }
  .sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch::before {
    right: 4.26vw;
  }
  .sec-wrap07 .toggle-wrap01 > [role="tablist"] > .switch > .txt01 > * {
    display: inline-block;
  }
  .sec-wrap07 .toggle-wrap01 > [role="tablist"] > .body {
    padding: 4px 4.26vw 20px;
  }
/*-----------------
fixed
-----------------*/
  #footer-content .footer-logo {
    padding-bottom: 80px;
  }
  #footer-fixed .panel>.inner {
    padding: 14px 4.8vw;
  }
  #fixed-area .btn-orangeGrd01 {
    width: 339px;
    box-shadow: 0px 15px 12px 0px rgba(193, 93, 0, 0.3);
  }
  #fixed-area .btn-orangeGrd01 > .inner {
    min-height: 46px;
  }
  #fixed-area .btn-orangeGrd01 .ico-wrap01 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 12px;
    top: -14px;
    width: 3.32em;
    height: 3.32em;
    background: #FFFFFF;
    border-radius: 50%;
    color: #E95501;
    line-height: 1.1;
    filter: drop-shadow(0 0 14px rgba(20, 29, 29, 0.1));
  }
  #fixed-area .btn-orangeGrd01 .ico-wrap01::before {
    display: block;
    position: absolute;
    right: -2px;
    bottom: -18px;
    border-style: solid;
    border-width: 18px 8px;
    border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    transform: rotate(-40.9deg);
    content: "";
  }
  #fixed-area .btn-orangeGrd01 .ico-wrap01 > :first-child {
    position: relative;
  }
}
/*-----------------
animation
-----------------*/
@keyframes navCloseBtn01 {
  0%{transform: rotate(45deg) translateY(0);}
  50%{transform: rotate(0deg) translateY(0);}
  100%{transform: translateY(-11px);}
}
@keyframes navCloseBtn02 {
  0%{transform: rotate(-45deg) translateY(0);}
  50%{transform: rotate(0deg) translateY(0);}
  100%{transform: translateY(11px);}
}
@keyframes navOpenBtn01 {
  0%{transform: rotate(0deg) translateY(-11px);}
  50%{transform: rotate(0deg) translateY(0);}
  100%{transform: rotate(45deg);}
}
@keyframes navOpenBtn02 {
  0%{transform: rotate(0deg) translateY(11px);}
  50%{transform: rotate(0deg) translateY(0);}
  100%{transform: rotate(-45deg);}
}
