@charset "UTF-8";

/*-- reset --*/
main * {
  margin: 0px;
  padding: 0px;
}

main li {
  list-style: none;
}

main dl,
main dt,
main dd {
  margin: 0;
}

main a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

main button {
  -webkit-tap-highlight-color: transparent;
}

main *:focus {
  outline: none;
}

/*-- common --*/
main h2,
main h3 {
  color: #07a32b;
}

main h2 {
  padding-bottom: 11px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  text-align: left;
}

main .btnArea {
  display: flex;
  justify-content: center;
}

main .btnArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 8px;
}

main .btnArea span {
  width: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

main img {
  width: 100%;
}

main .annotation {
  font-size: 1.2rem;
}

/*-- #mainVisual --*/
#mainVisual h1 {
  color: #07a32b;
  font-weight: bold;
}

#mainVisual .innerWrap {
  background-color: #F9F9F9;
}

#mainVisual .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#mainVisual .subComment {
  color: #07a32b;
  font-weight: bold;
}

#mainVisual .inner>div:first-child {
  display: flex;
  flex-direction: column;
}

#mainVisual ul {
  display: flex;
  justify-content: space-around;
}

/*-- #outline --*/
#outline .problem {
  background: linear-gradient(#fff 0%, #E1F5E6 100%);
  position: relative;
}

#outline .problem:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}

#outline .phrase {
  text-align: center;
  font-weight: bold;
  color: #F99427;
}

#outline .problem h3.phrase {
  color: #333;
  font-size: 44px;
  margin-bottom: 25px;
}

#outline .problem ul {
  display: flex;
}

#outline .solution ul {
  display: flex;
  justify-content: space-between;
}

/*-- #features --*/
#features .inner h3 {
  width: fit-content;
  margin: 0 auto 40px;
}
#features ul.featuresList li {
  display: flex;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 35px;
}
#features ul.featuresList li:last-child {
  margin-bottom: 0;
}
#features ul.featuresList li p {
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
  width: fit-content;
}
#features ul.featuresList li figure,
#features ul.featuresList li figure img {
    width: 50px;
}

#features ul.featuresList li p span.greenTxt {
  color: #07A32B;
}
.future img {
  width: auto;
  max-width: 100%;
}

.future .service {
  background-image: url(/oos/adv/tmp_255_06/image/img_service_bc_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 14px 20px;
  position: relative;
}

.future._06 .service {
  background: url(/oos/adv/tmp_255_06/image/img_service_bc_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.service__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -7px;
}

.service__list li {
  width: calc((100% - 7px) /2);
  aspect-ratio: 1;
  padding: 17px 10px 13px;
  background-color: #fef2e8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 7px;
  font-weight: 600;
}
.service__list li img {
  height: auto;
  width: fit-content;
  margin: 10px auto;
}
.service__list li p.serviceDetail {
    font-size: 14px;
    font-weight: normal;
}

.Link__arrow {
  margin: 0;
}

.solution .number_list {
  padding-left: 15px;
}

.number_list {
  padding-right: 15px;
  margin-bottom: 20px;
  align-items: center;
}

.number_list li {
  box-shadow: 0px 0px 10px rgba(0, 70, 16, 0.2);
  position: relative;
  padding: 15px 0 34px;
  border-radius: 20px;
  margin-top: 50px;
}

.number_list li .Text__module {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
}
.number_list li .Text__explain {
  text-align: center;
  font-size: 14px;
}

.marker {
  display: inline;
  padding: 0 10px 0;
  background: linear-gradient(transparent 50%, #f9e6cf 50%);
}



/*-- #flow --*/
section#flow .inner {
  padding-bottom: 0;
}

#flow .sliderWrap {
  background-color: #E1F5E6;
  margin: 0 auto;
}

#flow .slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#flow li .sliderInnerWrap {
  position: relative;
}

#flow .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#flow .slick-dots li button:before {
  font-size: 40px;
  color: #07a32b;
}

#flow .slick-next,
#flow .slick-prev {
  font-size: 0;
  position: absolute;
  margin: auto;
  background-color: #F38605;
  border-radius: 50%;
  z-index: 1;
}

#flow .slick-next span,
#flow .slick-prev span {
  font-size: 0;
  position: relative;
}

#flow .slick-next.slick-disabled,
#flow .slick-prev.slick-disabled {
  opacity: 0;
}

#flow .supplement {
  background-color: rgba(255, 255, 255, 0.4);
}

#flow .supplement h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
#flow .supplement dl dt {
  border: 1px solid;
  padding: 5px 0;
  margin: 15px 0 10px;
  width: 180px;
  text-align: center;
}

/*-- #qa --*/
#qa .innerWrap {
  background-color: #EAEBEB;
}

main #qa h2 {
  color: #07a32b;
  display: block;
  text-align: center;
  background-image: none;
  padding-bottom: 0;
}

#qa ul {
  width: 100%;
}

#qa ul li {
  background-color: #fff;
}

#qa ul li:last-child {
  margin-bottom: 0;
}

#qa ul li dl {
  cursor: pointer;
}

#qa ul li dl dt div,
#qa ul li dl dd div {
  display: flex;
  align-items: start;
}

#qa ul li dl dt {
  position: relative;
}

#qa ul li dl dt:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform-origin: center;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#qa ul li dl dt.on:after {
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#qa ul li dl dd {
  display: none;
}

#qa .question,
#qa .answer {
  flex-shrink: 0;
}
.btnArea.topLink a {
  background-color: #07a32b;
  color: #fff;
  position: relative;
  border: 1px solid #07a32b;
}

.btnArea.topLink a sup {
  padding-bottom: 0.7em;
}

.btnArea.topLink a:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main .actionBtn {
  width: 100%;
  background-color: #E5F6E9;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

main .actionBtn.hide {
  display: none;
}

main .actionBtn .btnInner {
  position: relative;
}

main .actionBtn .closeBtn {
  position: absolute;
  background-color: #fff;
  border: solid 2px #07a32b;
  border-radius: 50%;
  font-size: 0;
}

main .actionBtn .closeBtn:before,
main .actionBtn .closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #07a32b;
}

main .actionBtn .closeBtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

main .actionBtn .closeBtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

main .actionBtn ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
}

main .actionBtn p {
  font-weight: bold;
  text-align: center;
}

main .actionBtn ul li a {
  width: 100%;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

main .actionBtn ul li .btnArea a {
  background-color: #F99427;
  border: 1px solid #F99427;
}
main .actionBtn ul li .btnArea a:hover {
  background-color: #FFF;
  color: #F99427;
}

/*-- .actionBtn --*/

main .actionBtn p {
  font-size: 13px;
  margin-bottom: 5px;
}

main .actionBtn .btnArea a {
  font-size: 1.3rem;
  min-height: 40px;
  padding: 8px 20px 8px 10px;
}

main .actionBtn .closeBtn {
  position: absolute;
  top: -20px;
  right: 0;
  width: 30px;
  height: 30px;
  border: solid 1px #07a32b;
}

main .actionBtn .closeBtn:before,
main .actionBtn .closeBtn:after {
  width: 1px;
  height: 11px;
}



/*-- PC --*/
@media (min-width: 1025px) {

  /*-- common --*/
  main #tmp_255_06 .dispPc {
    display: flex;
  }

  main #tmp_255_06 .dispSp {
    display: none;
  }

  main .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  main h2 {
    background-image: linear-gradient(90deg, #07a32b 0 162px, #e5f6e9 162px);
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  main p {
    font-size: 1.6rem;
  }

  main .btnArea a {
    min-height: 60px;
  }

  .FollowingMenu__block.bannerOn {
    bottom: 228px;
  }

  /*-- nav --*/
  nav.spNav {
    display: none;
  }

  nav.pcNav {
    width: 100%;
  }

  nav.pcNav ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  nav.pcNav ul li {
    width: 100%;
    position: relative;
  }

  nav.pcNav ul li:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    height: 36px;
    width: 1px;
    background-color: #999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  nav.pcNav ul li:first-child:after {
    display: none;
  }

  nav.pcNav ul li a {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 8px 0;
    width: 100%;
    box-shadow: 0 11px 16px -8px rgba(0, 0, 0, 0.1) inset;
  }

  nav.pcNav ul li a:hover {
    background-color: #fdfbf0;
    color: #07a32b;
  }

  nav.pcNav ul li span {
    width: calc(100% - 74px);
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 500;
  }

  nav.pcNav ul li span.navIcon {
    width: 12.2px;
    margin: 2px 5px 0 20px;
  }

  /*-- #mainVisual --*/
  #mainVisual .inner {
    max-width: 920px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  #mainVisual .inner>div:first-child {
    width: 580px;
  }

  #mainVisual h1 {
    font-size: 4.8rem;
    margin-top: 80px;
  }
  #mainVisual .fitWidth {
    width: fit-content;
  }
  #mainVisual .subComment {
    margin-top: 12px;
    font-size: 1.6rem;
    text-align: left;
    width: 570px;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }

  #mainVisual .iconArea {
    margin-top: 30px;
    width: 425px;
  }

  #mainVisual .imgArea {
    width: 357px;
    margin: 0 auto;
    align-items: flex-end;
  }

  #mainVisual .annotation {
    position: absolute;
    bottom: 40px;
    right: 0;
  }
  #mainVisual .annotationLeft {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  /*-- #features --*/
  #features .inner {
      max-width: 840px;
      width: 96%;
      margin: 0 auto;
  }
  /*-- #outline --*/
  main #outline .inner {
    padding-bottom: 0;
  }

  #outline .problem:after {
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 40px solid #E1F5E6;
  }

  #outline .problem ul {
    justify-content: space-between;
    padding-bottom: 40px;
    width: 890px;
    margin: 0 auto;
  }

  #outline .problem ul li figure {
    width: 200px;
  }

  #outline .solution .phrase {
    width: fit-content;
    margin: 80px auto 50px;
  }

  #outline .solution .phraseImage {
    width: 400px;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
  }

  #outline .solution ul {
    padding-top: 40px;
  }

  #outline .solution ul li {
    width: 320px;
  }

  #outline .future .service {
    position: relative;
  }

  #outline .future .phrase {
    margin: 24px auto 20px;
    color: #07A32B;
  }

  #outline .future figure {
    width: 220px;
    margin: 20px auto;
  }

  #outline .future .btnArea {
    position: absolute;
    bottom: 50px;
    right: 150px;
  }

  #outline .future .btnArea a {
    width: 470px;
    height: 77px;
    background-color: #07a32b;
    color: #fff;
    position: relative;
    border: 1px solid #07a32b;
    text-align: center;
    flex-direction: column;
  }

  #outline .future .btnArea .attention {
    width: unset;
    display: unset;
    position: unset;
    top: unset;
    transform: unset;
    right: unset;
  }

  #outline .future .btnArea a:hover {
    background-color: #fff;
    color: #07a32b;
  }
  #outline .future .service h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #outline .future .service .service__scenelist {
    margin: 20px auto;
  }
  #outline .future .service .service__scenelist li.service__scene {
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background-color: #fef2e8;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  #outline .future .service .service__scenelist .scene__txtarea {
    width: 60%;
  }
  #outline .future .service .service__scenelist .scene__txtarea .scene__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #outline .future .service .service__scenelist .scene__txtarea .scene__title p {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
  }
  #outline .future .service .service__scenelist .scene__img {
    width: 40%;
  }
  #outline .future .service .service__scenelist .scene__img img {
    width: fit-content;
    margin: 0 auto;
  }

  /*-- #flow --*/
  #flow .sliderWrap {
    max-width: 1000px;
    padding: 40px 0;
    margin-bottom: 80px;
  }

  #flow .slider .sliderInnerWrap {
    margin: 0 auto;
    width: fit-content;
    position: relative;
  }

  #flow .slider .sliderInnerWrap:after,
  #flow .slider .sliderInnerWrap:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 180px;
    height: 4px;
    background-image: linear-gradient(to right, #009b3a 4px, transparent 4px);
    background-size: 10px 2px;
    z-index: -1;
  }

  #flow .slider .sliderInnerWrap:after {
    right: -180px;
  }

  #flow .slider .sliderInnerWrap:before {
    left: -180px;
  }

  #flow .slider #slick-slide00 .sliderInnerWrap:before,
  #flow .slider #slick-slide02 .sliderInnerWrap:after {
    display: none;
  }

  #flow .slick-dots {
    position: initial !important;
    padding-bottom: 20px;
  }

  #flow .slick-next,
  #flow .slick-prev {
    top: calc(50% + 20px);
    width: 80px;
    height: 80px;
  }

  #flow .slick-next {
    right: -40px;
  }

  #flow .slick-prev {
    left: -40px;
  }

  #flow .slick-next:before,
  #flow .slick-prev:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #flow .slick-next:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #flow .slick-prev:before {
    right: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #flow .btnArea {
    position: absolute;
    left: 140px;
    bottom: 100px;
  }
  #flow .supplement {
    display: flex;
  }
  #flow .supplement {
    margin: 40px 40px 0;
    padding: 40px 30px;
  }
  #flow .supplement p {
    margin: 20px 20px 0;
    font-size: 16px;
  }
  #flow .supplement dl {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    align-items: center;
    font-size: 14px;
  }
  #flow .supplement dl dt {
    padding: 5px 0;
    margin: 15px 20px 10px;
    width: 160px;
  }
  /*-- #qa --*/
  main #qa h2 {
    font-size: 4.4rem;
  }

  #qa ul li {
    margin: 0 auto 20px;
  }

  #qa ul li dl dt,
  #qa ul li dl dd {
    padding: 20px;
  }

  #qa ul li dl dt {
    padding-right: 90px;
  }

  #qa ul li dl dt:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #qa ul li dl dt p,
  #qa ul li dl dd p {
    padding-top: 5px;
    font-size: 1.8rem;
  }

  #qa .question,
  #qa .answer {
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }

  .btnArea.topLink a {
    width: 480px;
  }

  .btnArea.topLink a:hover {
    background-color: #fff;
    color: #07a32b;
  }

  .btnArea.topLink a:hover:after {
    border-top: 2px solid #07a32b;
    border-right: 2px solid #07a32b;
  }
  /*-- .actionBtn --*/
  main .actionBtn .closeBtn {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  main .actionBtn .closeBtn:before,
  main .actionBtn .closeBtn:after {
    width: 2px;
    height: 22px;
  }

  main .actionBtn ul {
    max-width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }

  main .actionBtn p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  main .actionBtn .btnArea a {
    font-size: 16px;
  }

  .future .service {
    background: url(/oos/adv/tmp_255_06/image/img_service_bc_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
  }

  .future._06 .service {
    background: url(/oos/adv/tmp_255_06/image/img_service_bc_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .service__list {f
    flex-direction: row;
  }

  .service__list li {
    width: 170px;
    margin-bottom: 0;
  }

  ._06 .service__list {
    width: 940px;
    margin: auto;
    margin-top: 30px;
  }

  ._06 .service__list li {
    margin-bottom: 30px;
  }

  .number_list {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

   .number_list {
    padding-right: 25px;
    padding-left: 25px;
    column-gap: 20px;
  }

  .number_list li {
    margin-top: 0;
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    align-items: center;
    row-gap: 20px;
  }
  .number_list li div img {
	width: fit-content;
	margin: 0 auto;
  }
  .Text__module p {
    font-size: 20px;
  }
  .number_list li .Text__explain p {
    text-align: center;
    font-size: 14px;
  }
  .Footer__wrapper {
      padding-bottom: 175px;
  }
}

/*-- TB --*/
@media all and (min-width: 768px) and (max-width: 1024px) {

  /*-- common --*/
  main #tmp_255_06 section .dispTb,
  main #tmp_255_06 div .dispTb {
    display: block;
  }

  body main #tmp_255_06 .noDispTB {
    display: none;
  }

  main section .inner,
  main div .inner {
    padding-left: 0;
    padding-right: 0;
  }

  /*-- nav --*/
  main #tmp_255_06 nav.spNav button {
    background-color: #FF6600;
    min-width: 52px;
    padding: 4vh 2vw 6vh;
    border-radius: 5px 0 0 5px;
  }

  /*-- #outline --*/
  main #outline .problem ul li {
    width: 28%;
  }

  main #outline .solution ul {
    flex-direction: row;
  }

  /*-- #flow --*/
  main #flow .sliderWrap {
    max-width: 500px;
  }
}


/*-- SP TB--*/
@media all and (max-width: 1024px) {

  /*-- #common --*/
  main #tmp_255_06 .dispPc {
    display: none;
  }

  main #tmp_255_06 .dispSp {
    display: flex;
  }

  .FollowingMenu__block.bannerOn {
    bottom: 176px;
  }

  /*-- nav --*/
  nav.pcNav {
    display: none;
  }

  nav.spNav {
    position: fixed;
    top: 62px;
    right: -75vw;
    z-index: 9998;
    transition: right 0.4s ease;
  }

  nav.spNav.on {
    right: 0;
    transition: right 0.4s ease;
  }

  .spNavOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 9997;
    display: none;
  }

  nav.spNav button {
    position: absolute;
    top: 0;
    left: -8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8vw;
    height: 16vh;
    background-color: #FF6600;
    border-radius: 5px 0 0 5px;
    padding-top: 3vh;
  }

  nav.spNav button span {
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.8em;
  }

  nav.spNav button span:before {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0.45em;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  nav.spNav button span:after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0.85em;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  nav.spNav.on button span:before {
    content: '';
    position: absolute;
    left: 0.2em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav.on button span:after {
    content: '';
    position: absolute;
    left: 0.6em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav ul {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 6vw;
    width: 75vw;
    border-radius: 0 0 0 5px;
  }

  nav.spNav ul li {
    display: flex;
    flex-direction: column;
    width: 80%;
    border-top: 1px solid #5A5A5A;
  }

  nav.spNav ul li.otherPage {
    width: 100%;
  }

  nav.spNav ul li:first-child,
  nav.spNav ul li:nth-child(2),
  nav.spNav ul li:nth-child(3) {
    border-top: none;
    border-bottom: 1px solid #5A5A5A;
  }

  nav.spNav ul li:nth-child(4) {
    border-top: none;
  }

  nav.spNav ul li a {
    width: 100%;
    display: flex;
    padding: 3vh 3vw;
  }

  nav.spNav ul li span {
    color: #5A5A5A;
  }

  nav.spNav ul li span.navIcon {
    display: inline-flex;
    width: 1rem;
    margin: 0 1rem;
  }

  nav.spNav ul li.otherPage a {
    justify-content: space-between;
    align-items: center;
  }

  nav.spNav ul li.otherPage a:after {
    content: '';
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-top: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav ul li.otherPage a span {
    font-weight: bold;
  }

  /*-- main --*/
  main .inner {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  main h2 {
    background-image: linear-gradient(90deg, #07a32b 0 124px, #e5f6e9 124px);
    font-size: 2.8rem;
    margin-bottom: 20px;
  }

  main .btnArea a {
    min-height: 50px;
    font-size: 1.3rem;
  }

  /*-- #mainVisual --*/
  #mainVisual .inner {
    padding-bottom: 60px;
  }

  #mainVisual h1 {
    text-align: center;
    font-size: 3.6rem;
  }

  #mainVisual .subComment {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 6px;
  }

  #mainVisual ul {
    flex-direction: column;
  }

  #mainVisual ul li {
    padding: 6vw 0 6vw 6vw;
  }

  #mainVisual .spDisplayWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #mainVisual .spDisplayWrap .iconArea {
    width: 23%;
  }

  #mainVisual .spDisplayWrap .imgArea {
    width: 77%;
  }

  #mainVisual .annotation {
    position: absolute;
    bottom: 40px;
    right: 10px;
  }
  #mainVisual .annotationLeft {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  /*-- #outline --*/
  main #outline .inner {
    padding-bottom: 0;
  }

  #outline .phrase {
    font-size: 2.2rem;
    max-width: 342px;
    margin: 40px auto 20px!important;
  }
  #outline .problem h3.phrase {
    font-size: 22px;
    margin-bottom: 20px;
}

  #outline .problem:after {
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #E1F5E6;
  }

  #outline .problem ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #outline .problem ul li {
    width: 46%;
    margin: 0 auto;
  }

  #outline .problem ul li:last-child {
    margin: 0 auto 4%;
  }

  #outline .solution .phrase {
    margin-bottom: 40px;
  }

  #outline .solution .phraseImage {
    display: inline-block;
    width: 7.8em;
  }

  #outline .solution ul {
    flex-direction: column;
    justify-content: center;
  }

  #outline .solution ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  #outline .solution ul li:last-child {
    padding-bottom: 0;
  }

  #outline .solution .number_list li div img {
    width: fit-content;
    max-width:;
    margin: 20px auto;
  }

  #outline .future .service {
    position: relative;
  }
  #outline .future .service h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  #outline .future .btnArea {
    position: absolute;
    bottom: 6vw;
    left: 0;
    right: 0;
    margin: auto;
  }

  #outline .future .btnArea a {
    width: 84%;
    background-color: #07a32b;
    color: #fff;
    position: relative;
    border: 1px solid #07a32b;
    text-align: center;
    font-size: 12px;
    flex-direction: column;
  }

  #outline .future .btnArea .attention {
    width: unset;
    display: unset;
    position: unset;
    top: unset;
    transform: unset;
    right: unset;
    font-size: 10px;
  }

  #outline .future .phrase {
    color: #07A32B;
    margin-top: 20px;
  }

  #outline .future figure {
    width: 46%;
    margin: 20px auto;
  }

  #outline .future .service .service__scenelist {
    margin: 20px auto;
  }
  #outline .future .service .service__scenelist li.service__scene {
    padding: 30px 10px;
    background-color: #fef2e8;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  #outline .future .service .service__scenelist .scene__txtarea {
    text-align: center;
  }
  #outline .future .service .service__scenelist .scene__txtarea .scene__title {
    text-align: center;
  }
  #outline .future .service .service__scenelist .scene__txtarea .scene__title img {
    width: fit-content;
    margin: 0 auto 10px;
  }
  #outline .future .service .service__scenelist .scene__txtarea .scene__title p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #outline .future .service .service__scenelist .scene__img img {
    width: fit-content;
    max-width: 80%;
    margin: 20px auto 0;
  }
  .service__list li img {
    max-width: 65%;
  }

  /*-- #flow --*/
  #flow .sliderWrap {
    padding: 20px 0;
    margin-bottom: 60px;
  }

  #flow .slider .sliderInnerWrap {
    margin: 0 15px;
    position: relative;
  }

  #flow .slider .sliderInnerWrap:after,
  #flow .slider .sliderInnerWrap:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 4px;
    background-image: linear-gradient(to right, #009b3a 4px, transparent 4px);
    background-size: 10px 2px;
    z-index: -1;
  }

  #flow .slider .sliderInnerWrap:after {
    right: -30px;
  }

  #flow .slider .sliderInnerWrap:before {
    left: -30px;
  }

  #flow .slider #slick-slide00 .sliderInnerWrap:before,
  #flow .slider #slick-slide02 .sliderInnerWrap:after {
    display: none;
  }

  #flow .slick-dots {
    position: initial !important;
    padding-bottom: 20px;
  }

  #flow .slick-next,
  #flow .slick-prev {
    top: calc(50% + 20px);
    width: 50px;
    height: 50px;
  }

  #flow .slick-next {
    right: -25px;
  }

  #flow .slick-prev {
    left: -25px;
  }

  #flow .slick-next:before,
  #flow .slick-prev:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #flow .slick-next:before {
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #flow .slick-prev:before {
    right: 3px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #flow .btnArea {
    position: absolute;
    right: 36vw;
    bottom: 8px;
    max-width: 350px;
    min-width: 200px;
    width: 50vw;
  }

  #flow .supplement {
    margin: 20px 15px 0;
    padding: 15px;
  }

  /*-- #qa --*/
  main #qa h2 {
    font-size: 1.8rem;
  }

  #qa ul li {
    margin: 0 auto 10px;
  }

  #qa ul li dl dt,
  #qa ul li dl dd {
    padding: 10px;
  }

  #qa ul li dl dt {
    padding-right: 40px;
  }

  #qa ul li dl dt:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
  }

  #qa ul li dl dt p,
  #qa ul li dl dd p {
    padding-top: 4px;
  }

  #qa .question,
  #qa .answer {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  /*-- #information --*/
  main #information .inner {
    padding-bottom: 30px;
  }

  main #information h2 {
    font-size: 1.8rem;
  }

  #information dl {
    padding: 10px 0;
  }

  .btnArea.topLink {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btnArea.topLink a {
    max-width: 500px;
    width: 100%;
  }

  main .actionBtn ul {
    padding: 15px 15px 20px;
    display: flex;
    justify-content: center;
  }

  .Footer__wrapper {
      padding-bottom: 132px;
  }

}

  /*-- SP --*/
@media screen and (max-width: 767px) {
  #mainVisual .mainTitle {
    width: 84%;
  }
  ._right10__sp {
    right: 10px !important;
  }
   #outline .future .service .service__scenelist .scene__txtarea .scene__title p {
      font-size: 20px;
  }
   #outline .future .service .service__list li p.serviceDetail {
    font-size: 12px;
  }
  #features ul.featuresList li {
    align-items: flex-start;
   }
  #features ul.featuresList li p {
    font-size: 18px;
    width: fit-content;
  }
  #features ul.featuresList li figure,
  #features ul.featuresList li figure img {
    width: 32px;
  }
   main .actionBtn ul li {
    display: flex;
   width: auto;
    margin: auto;
  }
  
}
