@charset "UTF-8";
/* ----------------------------------------------
  h1
----------------------------------------------*/
body {
  min-width: initial;
}
h1 {
  padding: 5% 0;
  background: url(../img/panda01.svg) no-repeat left 2% bottom 0 / 38px auto, url(../img/panda02.svg) no-repeat right 2% bottom 0 / 39px auto;
  text-align: center;
  position: relative;
}
h1::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 6px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(../img/panda-hand.svg), url(../img/panda-hand.svg);
  background-position: left calc(2% - 1px) top 0, right calc(2% + 2px) top 0;
}
h1 img {
  width: 90%;
  height: auto;
}
@media print, screen and (min-width:768px) {
  body {
    min-width: 1080px;
  }
  h1 {
    padding: 50px 0;
    background-size: auto;
    background-position: right calc(50% + 435px) bottom -10px, left calc(50% + 421px) bottom -10px;
  }
  h1::before {
    height: 16px;
    bottom: 0;
    background-position: right calc(50% + 438px) top 0, left calc(50% + 419px) top 0;
  }
  h1 img {
    width: 958px;
    height: 168px;
    vertical-align: bottom;
  }
}

/*----------------------------------------------
  mainVisual
----------------------------------------------*/
main img {
  max-width: 100%;
  height: auto;
}
.scrollani {
  opacity: 0;
  transition: all .8s ease;
}
.scrollani.show {
  opacity: 1;
  transform: none;
}
.scrollani--up {
  transform: translate(0, 100px);
}
#anime01, #anime02, #anime03 {
  width: 93%;
  margin: 5px auto 0;
}
#mainVisual.yellow::before {
  top: -10px;
  left: 0;
}
@media print {
  .scrollani {
    opacity: 1;
    transform: none;
  }
}
@media print, screen and (min-width:768px) {
  #mainVisual .animation {
    width: 875px;
    margin: 0 auto;
    background: url("../img/ashiato.svg") no-repeat 46px 48%, url("../img/ashiato02.svg") no-repeat right 106px top 88%;
    background-size: 85px auto, 88px auto;
  }
  #anime01 {
    width: 665px;
    margin: 20px auto 0 0;
    position:relative;
    z-index: 2;
  }
  #anime02 {
    width: 590px;
    margin: -48px 0 0 auto;
    position:relative;
    z-index: 1;
  }
  #anime03 {
    width: 640px;
    margin: -40px auto 0 20px;
  }
  #mainVisual.yellow::before {
    top: -10px;
    left: 0;
  }
}

/*----------------------------------------------
  section
----------------------------------------------*/
section {
  padding: 60px 0;
}
section.yellow {
  padding: 40px 0;
}
#mainVisual.yellow {
  padding: 30px 0 40px;
}
section h2 {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  section {
    padding: 117px 0 110px;
  }
  section.yellow {
    padding: 90px 0;
  }
  #mainVisual.yellow {
    padding: 30px 0 50px;
  }
  section h2 {
    margin: 0;
    max-width: none;
  }
}

/*----------------------------------------------
  btn
----------------------------------------------*/
.btn {
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 0 auto;
}
.btn a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 110px 0 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  color: #666;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.btn a::after {
  content: "";
  width: 124px;
  height: 42px;
  background: url(../../img/btn-arrow02.svg) left top no-repeat;
  background-size: 124px 42px;
  position: absolute;
  top: 9px;
  right: -13px;
}
@media print, screen and (min-width:768px) {
  .btn {
    width: 420px;
    margin: 50px auto 0;
    max-width: auto;
  }
  .btn a {
    width: 100%;
    padding: 18px 112px 0 0;
    font-size: 2.2rem;
    line-height: 1;
    transition: all .4s;
  }
  .btn a span {
    position: relative;
    z-index: 1;
  }
  .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff58c;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
  }
  .btn a:hover::before {
    width: 100%;
  }
  .btn a:hover {
    color: #333;
  }
}
/*----------------------------------------------
  conclusion
----------------------------------------------*/
.conclusion {
  min-height: 95px;
  margin: 40px 0 70px;
  padding-left: 65px;
  position: relative;
}
.conclusion .illust {
  width: 80px;
  position: absolute;
  bottom: 0;
  left: -10px;
}
.conclusion .illust img {
  max-width: 100%;
}
.conclusion .text {
	width: 100%;
  padding: 20px 15px;
  border: 2px solid #FFDA46;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 170%;
  font-weight: 700;
}
.conclusion .text br {
  display: none;
}
@media print, screen and (min-width:768px) {
  .conclusion {
    min-height: 202px;
    margin: 70px 0 60px;
    padding-left: 163px;
  }
  .conclusion .illust {
    width: 172px;
    bottom: 0;
    left: 0;
  }
  .conclusion .text {
    width: 100%;
    padding: 25px 20px;
    border: 3px solid #FFDA46;
    border-radius: 20px;
    font-size: 2.4rem;
    line-height: 170%;
    text-align: center;
  }
  .conclusion .text br {
    display: block;
  }
}

/*----------------------------------------------
  reason
----------------------------------------------*/
#reason {
  padding-bottom: 0;
}
#reason .contents {
  width: 90%;
  margin: 0 auto;
}
#reason .lead {
  position: relative;
  padding-bottom: 128px;
  z-index: 4;
}
#reason .lead .text {
  width: 100%;
  min-height: 100px;
  padding: 20px 20px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFE978;
  border-radius: 15px;
  color: #000;
  font-size: 2.1rem;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}
#reason .lead .illust {
  width: 148px;
  position: absolute;
  right: 4px;
  bottom: 0;
}
#reason .inner {
  position: relative;
  z-index: 2;
}
#reason .text02 {
  width: calc(100% - 80px);
  padding: 23px 15px 25px;
  margin: -50px 0 104px;
  border: 2px solid #CACACA;
  border-radius: 15px;
  font-size: 1.6rem;
  line-height: 160%;
  position: relative;
  z-index: 3;
}
#reason .text02.panda03 {
  margin: -65px 0 104px 80px;
  z-index: 2;
}
#reason .text02::before {
  content: "";
  width: 124px;
  height: 120px;
  position: absolute;
  bottom: -104px;
}
#reason .text02.panda02::before {
  background: url(../img/reason-panda02-sp.webp) left top no-repeat;
  background-size: 124px auto;
  left: 8px;
}
#reason .text02.panda03::before {
  background: url(../img/reason-panda03-sp.webp) left top no-repeat;
  background-size: 128px auto;
  width: 128px;
  height: 121px;
  right: 2px;
}
#reason .itemBox {
  margin: -25px auto 10px;
}
#reason .exbox {
  background: url(../img/ex-center.png) repeat-y left top / 100% auto;
  position: relative;
  padding: 10px 0;
}
#reason .exbox + .exbox {
  margin-top: 56px;
}
#reason .exbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #fff url(../img/ex-top.png) no-repeat left bottom / 100% auto;
  aspect-ratio: 785 / 12;
  width: 100%;
}
#reason .exbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff url(../img/ex-bottom.png) no-repeat left top / 100% auto;
  aspect-ratio: 785 / 14;
  width: 100%;
}
#reason .exbox ul {
	width: 100%;
	list-style: none;
  color: #333;
  padding: 15px 15px 0 38px;
}
#reason .exbox ul li {
	background: url("../img/ashiato03.svg") no-repeat left 3px;
	background-size: 23px auto;
	padding: 0 0 12px 30px;
	font-size: 1.7rem;
	line-height: 1.5;
}
#reason .exbox ul li span {
	font-size: 2.0rem;
	font-weight: 500;
  padding: 0 3px;
	background: linear-gradient(transparent 65%, #E9C100 65%, #E9C100 95%,transparent 95%);
  white-space: nowrap;
}
@media print, screen and (max-width:767px) {
  #reason .lead .text br,
  #reason .text02 br {
    display: none;
  }
  #reason .lead .text span {
    white-space: nowrap;
  }
}
@media print, screen and (min-width:768px) {
  #reason {
    display: flex;
  }
  #reason h2 {
    width: 96px;
    flex: 0 0 auto;
  }
  #reason h2 img {
    width: 86px;
    height: auto;
  }
  #reason .contents {
    flex: 1 0 auto;
    width: 820px;
    margin: 0 0 0 64px;
  }
  #reason .lead {
    width: 720px;
    margin: 0 auto 0 0;
    position: relative;
    padding-bottom: 38px;
  }
  #reason .lead .text {
    width: 100%;
    padding: 16px 34px 18px 26px;
    border-radius: 15px;
    text-align: center;
    font-size: 3rem;
    line-height: 150%;
    font-weight: 500;
  }
  #reason .lead .illust {
    width: 156px;
    position: absolute;
    right: -100px;
    top: 19px;
    bottom: auto;
  }
  #reason .text02 {
    width: 100%;
    padding: 24px 15px 25px;
    margin: 0;
    border: none;
    font-size: 1.9rem;
    line-height: 190%;
    text-align: center;
  }
  #reason .text02.panda02 {
    width: 526px;
    height: 230px;
    padding: 33px 15px 25px 132px;
    background: url(../img/reason-panda02.webp) left top no-repeat;
    background-size: 526px auto;
    z-index: 1;
  }
  #reason .text02.panda03 {
    width: 505px;
    height: 226px;
    padding: 42px 146px 25px 0;
    margin: -60px 0 0 314px;
    background: url(../img/reason-panda03.webp) left top no-repeat;
    background-size: 505px auto;
    z-index: 2;
  }
  #reason .text02 br {
    display: block;
  }
  #reason .text02::before {
    display: none;
  }
  #reason .itemBox {
    position: relative;
    width: 785px;
    margin: -50px 0 0 17px;
  }
  #reason .exbox {
    display: flex;
    gap: 0 20px;
    align-items: flex-end;
  }
  #reason .exbox + .exbox {
    margin-top: 66px;
  }
  #reason .exbox .wrap {
    width: 450px;
    order: 2;
  }
  #reason .exbox ul {
    padding: 13px 0 18px 93px;
    width: 740px;
  }
  #reason .exbox ul li {
    background: url("../img/ashiato03.svg") no-repeat left center;
    background-size: 23px auto;
    padding: 0 0 0 30px;
    font-size: 2.0rem;
    line-height: 2;
  }
  #reason .exbox ul li span {
    font-size: 3.0rem;
  }
}

/*----------------------------------------------
  maintTasks
----------------------------------------------*/
#maintTasks {
  margin-top: 20px;
}
#maintTasks h2 {
  margin-bottom: 30px;
}
#maintTasks .contents {
  width: 90%;
	margin: 0 auto;
}
#maintTasks .lead {
  position: relative;
}
#maintTasks .lead .text {
  width: 100%;
  padding: 18px;
  background: #fff;
  border-radius: 15px;
  font-size: 2.1rem;
  line-height: 150%;
  font-weight: 500;
  color: #333;
  text-align: center;
}
#maintTasks .lead .text span {
  white-space: nowrap;
}
#maintTasks .lead .illust {
  width: 110px;
  position: absolute;
  right: 4px;
  top: -64px;
}
#maintTasks .itemBox {
  margin: 30px auto 10px;
}
#maintTasks .exbox {
  background: url(../img/ex-center.png) repeat-y left top / 100% auto;
  position: relative;
  padding: 10px 0;
}
#maintTasks .exbox + .exbox {
  margin-top: 56px;
}
#maintTasks .exbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #ffeb78 url(../img/ex-top.png) no-repeat left bottom / 100% auto;
  aspect-ratio: 785 / 12;
  width: 100%;
}
#maintTasks .exbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffeb78 url(../img/ex-bottom.png) no-repeat left top / 100% auto;
  aspect-ratio: 785 / 14;
  width: 100%;
}
#maintTasks .exbox ul {
	width: 100%;
	list-style: none;
  color: #333;
  padding: 15px 15px 10px 38px;
}
#maintTasks .exbox ul li {
	background: url("../img/ashiato03.svg") no-repeat left 3px;
	background-size: 23px auto;
	padding: 0 0 12px 30px;
	font-size: 1.7rem;
	line-height: 1.5;
}
#maintTasks .exbox ul li span {
	font-size: 2.0rem;
	font-weight: 500;
  padding: 0 3px;
	background: linear-gradient(transparent 65%, #E9C100 65%, #E9C100 95%,transparent 95%);
  white-space: nowrap;
}
#maintTasks .exbox ul li span.left {
  padding-right: 0;
}
#maintTasks .exbox ul li span.right {
  padding-left: 0;
}
#maintTasks .pandaText {
  width: calc(100% - 50px);
  padding: 23px 15px 25px;
  margin: -20px 50px 45px 0;
  border: 2px solid #CACACA;
  background: #fff;
  border-radius: 15px;
  font-size: 1.6rem;
  line-height: 160%;
  position: relative;
  z-index: 2;
}
#maintTasks .pandaText::before {
  content: "";
  width: 75px;
  height: 128px;
  background: url(../img/maint-tasks-panda02-sp.webp) left top no-repeat;
  background-size: 75px auto;
  position: absolute;
  top: 15px;
  right: -58px;
}
#maintTasks .pandaText br {
  display: none;
}
#maintTasks .conclusion {
  margin: 40px 0 0;
}
#maintTasks .conclusion .text {
  border: 2px solid #E9C100;
  background: #FFF;
}
@media print, screen and (min-width:768px) {
  #maintTasks .sectionWrap {
    display: flex;
  }
  #maintTasks h2 {
    width: 96px;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  #maintTasks h2 img {
    width: 86px;
    height: auto;
  }
  #maintTasks .contents {
    flex: 1 0 auto;
    width: 820px;
    margin: 0 0 0 64px;
  }
  #maintTasks .lead {
    width: 820px;
    padding-bottom: 0;
    margin-top: 30px;
  }
  #maintTasks .lead .text {
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 3rem;
    line-height: 150%;
  }
	#maintTasks .lead .illust {
    width: 161px;
    right: 164px;
    top: -93px;
  }
  #maintTasks .itemBox {
    position: relative;
    width: 785px;
    margin: 55px 0 0 17px;
  }
  #maintTasks .exbox {
    display: flex;
    gap: 0 20px;
    align-items: flex-end;
  }
  #maintTasks .exbox + .exbox {
    margin-top: 66px;
  }
  #maintTasks .exbox .wrap {
    width: 450px;
    order: 2;
  }
  #maintTasks .exbox ul {
    padding: 13px 0 30px 93px;
    width: 740px;
  }
  #maintTasks .exbox ul li {
    background: url("../img/ashiato03.svg") no-repeat left center;
    background-size: 23px auto;
    padding: 0 0 0 30px;
    font-size: 2.0rem;
    line-height: 2;
  }
  #maintTasks .exbox ul li span {
    font-size: 3.0rem;
  }
  #maintTasks .pandaText {
    width: 528px;
    height: 220px;
    padding: 25px 138px 25px 0;
    margin: -28px 0 0 255px;
    border: none;
    font-size: 1.9rem;
    line-height: 190%;
    text-align: center;
    background: url(../img/maint-tasks-panda02.webp) left top no-repeat;
    background-size: 528px auto;
  }
  #maintTasks .pandaText br {
    display: block;
  }
  #maintTasks .pandaText::before {
    display: none;
  }
  #maintTasks .conclusion {
    margin: 50px 0 0;
  }
}

/*----------------------------------------------
  fee
----------------------------------------------*/
#fee h2 {
  margin-bottom: 30px;
}
#fee .contents {
  width: 90%;
  margin: 0 auto;
}
#fee .lead {
  position: relative;
}
#fee .lead .text {
  width: 100%;
  padding: 18px;
   border: 2px solid #CACACA;
  border-radius: 15px;
  font-size: 2.1rem;
  line-height: 150%;
  font-weight: 500;
  color: #333;
  text-align: center;
}
#fee .lead .text span {
  white-space: nowrap;
}
#fee .lead .text br {
  display: none;
}
#fee .lead .illust {
  width: 105px;
  position: absolute;
  left: 10px;
  top: -65px;
}
#fee .itemBox {
  margin: 30px auto 10px;
}
#fee .exbox {
  background: url(../img/ex-center.png) repeat-y left top / 100% auto;
  position: relative;
  padding: 10px 0;
}
#fee .exbox + .exbox {
  margin-top: 56px;
}
#fee .exbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #fff url(../img/ex-top.png) no-repeat left bottom / 100% auto;
  aspect-ratio: 785 / 12;
  width: 100%;
}
#fee .exbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff url(../img/ex-bottom.png) no-repeat left top / 100% auto;
  aspect-ratio: 785 / 14;
  width: 100%;
}
#fee .exbox ul.main {
	width: 100%;
	list-style: none;
  color: #333;
  padding: 15px 15px 10px 38px;
}
#fee .exbox ul.main li {
	background: url("../img/ashiato03.svg") no-repeat left 3px;
	background-size: 23px auto;
	padding: 0 0 12px 30px;
	font-size: 1.7rem;
	line-height: 1.5;
}
#fee .exbox ul.main li span {
	font-size: 2.0rem;
	font-weight: 500;
  padding: 0 3px;
	background: linear-gradient(transparent 65%, #E9C100 65%, #E9C100 95%,transparent 95%);
  white-space: nowrap;
}
#fee .exbox ul.sub {
  width: 100%;
  list-style: none;
  padding: 10px 15px 10px 38px;
}
#fee .exbox ul.sub li {
  padding: 0 0 8px 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 160%;
}
#fee .exbox .illust {
  width: 70px;
  position: absolute;
  right: -5px;
  bottom: -63px;
  z-index: 2;
}
#fee .conclusion {
  margin: 50px 0 0;
}
@media print, screen and (min-width:768px) {
  #fee {
    display: flex;
  }
  #fee h2 {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  #fee .contents {
    width: 820px;
    margin: 0 0 0 100px;
    flex: 1 0 auto;
  }
  #fee .lead {
    width: 820px;
    padding-bottom: 0;
    margin-top: 30px;
  }
  #fee .lead .text {
    width: 100%;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 3rem;
    line-height: 150%;
  }
  #fee .lead .text br {
    display: block;
  }
	#fee .lead .illust {
    width: 154px;
    top: -96px;
    left: 115px;
  }
  #fee .itemBox {
    position: relative;
    width: 785px;
    margin: 55px 0 0 17px;
  }
  #fee .exbox + .exbox {
    margin-top: 66px;
  }
  #fee .exbox .wrap {
    width: 450px;
    order: 2;
  }
  #fee .exbox ul.main {
    padding: 8px 0 20px 93px;
    width: 740px;
  }
  #fee .exbox ul.main li {
    background: url("../img/ashiato03.svg") no-repeat left center;
    background-size: 23px auto;
    padding: 0 0 0 30px;
    font-size: 2.0rem;
    line-height: 2;
  }
  #fee .exbox ul.main li span {
    font-size: 3.0rem;
  }
  #fee .exbox ul.sub {
    width: 100%;
    list-style: none;
    padding: 0 0 0 93px;
  }
  #fee .exbox ul.sub li {
    padding: 0 0 8px 1em;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #fee .exbox .illust {
    width: 120px;
    right: -18px;
    bottom: -63px;
  }
  #fee .conclusion {
    margin: 90px 0 0;
  }
}

/*----------------------------------------------
  faq
----------------------------------------------*/
#faq {
  margin-top: 20px;
  z-index: 1;
}
#faq h2 {
  margin-bottom: 0;
}
#faq .contents {
  width: 90%;
	margin: 0 auto;
}
#faq dt {
  display: inline-block;
  margin: 0 15px 0 65px;
  padding: 18px;
  border: 2px solid #ccc;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  color: #4d4d4d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
}
#faq dt::before {
  content: "";
  width: 83px;
  height: 123px;
  background: url(../img/faq-panda-q01-sp.png) left top no-repeat;
  background-size: 83px 123px;
  position: absolute;
  left: -78px;
  bottom: -15px;
}
#faq dt:nth-of-type(even):before {
  width: 82px;
  height: 123px;
  background: url(../img/faq-panda-q02-sp.png) left top no-repeat;
  background-size: 82px 123px;
  left: -78px;
}
#faq dd {
  width: 100%;
  margin: -12px 0 115px;
  padding: 30px 23px 35px;
  border: 3px solid #E9C100;
  background: #FFF;
  border-radius: 15px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
#faq dd:last-of-type {
  margin-bottom: 70px;
}
#faq dd::before {
  content: "";
  width: 123px;
  height: 132px;
  background: url(../img/faq-panda-a01-sp.webp) left top no-repeat;
  background-size: 123px 132px;
  position: absolute;
  right: -14px;
  bottom: -96px;
}
#faq dd:nth-of-type(even)::before {
  background: url(../img/faq-panda-a02-sp.webp) left top no-repeat;
  background-size: 123px 132px;
}
#faq dt br,
#faq dd br {
  display: none;
}
@media print, screen and (min-width:768px) {
  #faq .sectionWrap {
    display: flex;
    gap: 0 100px;
  }
  #faq h2 {
    margin-bottom: 0;
  }
  #faq .contents {
    width: 820px;
    padding-bottom: 0;
  }
   #faq dl {
    width: 100%;
    margin: 0;
  }
  #faq dt {
    margin: 0 120px 0 130px;
    padding: 30px 40px;
    border-radius: 20px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  #faq dt::before {
    width: 139px;
    height: 189px;
    background: url(../img/faq-panda-q01.png) left top no-repeat;
    background-size: 139px 189px;
    left: -130px;
    bottom: -98px;
  }
  #faq dt:nth-of-type(even):before {
    width: 138px;
    height: 189px;
    background: url(../img/faq-panda-q02.png) left top no-repeat;
    background-size: 138px 189px;
    left: -130px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #faq dt::before {
      background: url(../img/faq-panda-q01@2x.png) left top no-repeat;
      background-size: 139px 189px;
    }
    #faq dt:nth-of-type(even):before {
      background: url(../img/faq-panda-q02@2x.png) left top no-repeat;
      background-size: 138px 189px;
    }
  }
  #faq dd {
    width: 550px;
    margin: -12px 0 110px 170px;
    padding: 35px 40px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  #faq dd::before {
    width: 155px;
    height: 251px;
    background: url(../img/faq-panda-a01.webp) left top no-repeat;
    background-size: 155px 251px;
    right: -100px;
    bottom: auto;
    top: 26px;
  }
  #faq dd:nth-of-type(even)::before {
    width: 153px;
    background: url(../img/faq-panda-a01.webp) left top no-repeat;
    background-size: 153px 251px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #faq dd::before {
      background: url(../img/faq-panda-a01@2x.webp) left top no-repeat;
      background-size: 155px 251px;
    }
    #faq dd:nth-of-type(even)::before {
      background: url(../img/faq-panda-a02@2x.webp) left top no-repeat;
      background-size: 153px 251px;
    }
  }
  #faq dt br,
  #faq dd br {
    display: block;
  }
}

/*----------------------------------------------
  support
----------------------------------------------*/
#support {
  margin-top: 20px;
}
#support h2 {
  margin-bottom: 30px;
}
#support .lead {
  width: 90%;
	margin: 0 auto;
  position: relative;
}
#support .lead .text {
  width: 100%;
  padding: 18px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.6rem;
  line-height: 180%;
}
#support .lead .illust {
  width: 110px;
  position: absolute;
  right: 4px;
  top: -64px;
}
#support .details {
  width: 90%;
  margin: 60px auto 0;
}
#support .details h3 {
  width: 100%;
  padding: 40px 10px 30px;
  background: url(../img/midashi-line.webp) center top no-repeat;
  background-size: 600px auto;
  color: #333;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
}
#support .details .wrap {
  display: flex;
  justify-content: space-between;
}
#support .details .illust {
  width: 80px;
  margin-left: -10px;
}
#support .details .illust img {
  max-width: 100%;
}
#support .details ul {
	width: calc(100% - 75px);
	list-style: none;
  color: #333;
}
#support .details ul li {
	background: url("../img/ashiato03.svg") no-repeat left 3px;
	background-size: 23px auto;
	padding: 0 0 12px 30px;
	font-size: 1.7rem;
	line-height: 1.5;
}
#support .details ul li span {
	font-size: 2.0rem;
	font-weight: 500;
  padding: 0 3px;
	background: linear-gradient(transparent 65%, #E9C100 65%, #E9C100 95%,transparent 95%);
  white-space: nowrap;
}
#support .details ul li span.left {
  padding-right: 0;
}
#support .details ul li span.right {
  padding-left: 0;
}
@media print, screen and (min-width:768px) {
  #support .sectionWrap {
    display: flex;
    gap: 0 100px;
  }
  #support h2 {
    margin-bottom: 0;
  }
  #support .lead {
    width: 820px;
    padding-bottom: 0;
    margin-top: 30px;
  }
  #support .lead .text {
    width: 100%;
    padding: 34px 30px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 180%;
  }
	#support .lead .illust {
    width: 161px;
    right: 164px;
    top: -93px;
  }
  #support .details {
		width: 820px;
    margin: 90px 0 0;
	}
  #support .details h3 {
    width: 100%;
    padding: 58px 10px 40px;
    background-size: 820px auto;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 140%;
  }
  #support .details .wrap {
    align-items: center;
  }
  #support .details .illust {
		width: 163px;
		margin: 0;
	}
  #support .details ul {
    width: 637px;
  }
  #support .details ul li {
    background: url("../img/ashiato03.svg") no-repeat left center;
    background-size: 23px auto;
    padding: 0 0 0 30px;
    font-size: 2.0rem;
    line-height: 2;
  }
  #support .details ul li span {
    font-size: 3.0rem;
  }
}

/*----------------------------------------------
  ideal
----------------------------------------------*/
#ideal .contents {
  width: 90%;
  margin: 0 auto;
}
#ideal .details {
  display: flex;
  justify-content: space-between;
}
#ideal .details .illust {
  width: 80px;
  margin-left: -10px;
}
#ideal .details .illust img {
  max-width: 100%;
}
#ideal .details ul {
	width: calc(100% - 75px);
	list-style: none;
  color: #333;
}
#ideal .details ul li {
	background: url("../img/ashiato03.svg") no-repeat left 3px;
	background-size: 23px auto;
	padding: 0 0 12px 30px;
	font-size: 1.7rem;
	line-height: 1.5;
}
#ideal .details ul li span {
	font-size: 2.0rem;
	font-weight: 500;
  padding: 0 3px;
	background: linear-gradient(transparent 65%, #E9C100 65%, #E9C100 95%,transparent 95%);
  white-space: nowrap;
}
#ideal .details ul li span.left {
  padding-right: 0;
}
#ideal .details ul li span.center {
  padding: 0;
}
#ideal .details ul li span.right {
  padding-left: 0;
}
#ideal .pandaBox {
  padding-top: 30px;
  position: relative;
}
#ideal .pandaBox .text {
  padding: 20px 15px;
  border-radius: 15px;
  border: 2px solid #CACACA;
  color: #000;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: center;
}
#ideal .pandaBox .text br {
  display: none;
}
#ideal .pandaBox .illust {
  max-width: 300px;
  margin: -8px auto;
}
@media print, screen and (min-width:768px) {
  #ideal {
    display: flex;
  }
  #ideal h2 {
    width: 83px;
    flex: 0 0 auto;
  }
  #contact h2 img {
    width: 83px;
    height: auto;
  }
  #ideal .contents {
    flex: 1 0 auto;
  }
  #ideal .contents {
    width: 820px;
    margin: 0 0 0 77px;
  }
  #ideal .details {
		width: 820px;
    margin: 0;
		align-items: center;
	}
  #ideal .details .illust {
		width: 154px;
		margin: 0;
	}
  #ideal .details ul {
    width: 637px;
  }
  #ideal .details ul li {
    background: url("../img/ashiato03.svg") no-repeat left center;
    background-size: 23px auto;
    padding: 0 0 0 30px;
    font-size: 2.0rem;
    line-height: 2;
  }
  #ideal .details ul li span {
    font-size: 3.0rem;
  }
  #ideal .pandaBox {
    padding-top: 50px;
  }
  #ideal .pandaBox .text {
    width: 363px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px 0;
    margin-left: 98px;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 160%;
  }
  #ideal .pandaBox .text br {
    display: block;
  }
  #ideal .pandaBox .illust {
    max-width: 405px;
    margin: -12px 0 0 207px;
  }
}

/*----------------------------------------------
  contact
----------------------------------------------*/
#contact {
  background: #ffda46 url(../../img/back.svg) center top repeat;
  background-size: 32px 32px;
  z-index: 0;
}
#contact::before {
  content: "";
  width: 100%;
  height: 34px;
  background: url(../../img/wavyline-white.svg) repeat-x center / 51px 34px;
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -50%;
}
#contact img {
  max-width: 100%;
  height: auto;
}
#contact .titleWrap {
  padding-bottom: 20px;
}
#contact h2 img {
  width: 348px;
  height: auto;
}
#contact .lead {
  width: 100%;
  position: relative;
  padding-bottom: 74px;
}
#contact .lead .text {
  width: 100%;
  padding: 25px 20px 42px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: 500;
}
#contact .lead .illust {
  width: 143px;
  position: absolute;
  right: 9px;
  bottom: 0;
}
#contact .btn {
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 0 auto;
}
#contact .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 110px 0 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  color: #666;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#contact .btn a::after {
  content: "";
  width: 124px;
  height: 42px;
  background: url(../../img/btn-arrow02.svg) left top no-repeat;
  background-size: 124px 42px;
  position: absolute;
  top: 9px;
  right: -13px;
}
#contact .btn a > span span {
  display: inline-block;
}
@media print, screen and (min-width:768px) {
  #contact {
    width: 100%;
  }
  #contact .sectionWrap {
    width: 980px;
    margin: 0 auto;
  }
  #contact .titleWrap {
    margin-bottom: 30px;
  }
  #contact h2 {
    width: 95px;
  }
  #contact h2 img {
    width: 85px;
    height: auto;
  }
  #contact .lead {
    width: 820px;
    padding-bottom: 0;
  }
  #contact .lead .text {
    width: 720px;
    padding: 34px 38px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  #contact .lead .illust {
    width: 119px;
    position: absolute;
    right: 7px;
    bottom: auto;
    top: 20px;
  }
  #contact .btn {
    width: 420px;
    max-width: none;
    margin: 0 0 0 315px;
  }
  #contact .btn a {
    padding-right: 112px;
    font-size: 2.2rem;
    line-height: 1;
    transition: all .4s;
  }
  #contact .btn a span {
    position: relative;
    z-index: 1;
  }
  #contact .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff58c;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
  }
  #contact .btn a:hover::before {
    width: 100%;
  }
  #contact .btn a:hover {
    color: #333;
  }
}
/*----------------------------------------------
  footer
----------------------------------------------*/
footer::before {
  content: "";
  width: 100%;
  height: 36px;
  background: url(../../img/wavyline-footer.svg) center top repeat-x;
  background-size: 51px 36px;
  position: absolute;
  top: -18px;
  left: 0;
}
@media screen and (max-width:767px) {
  footer .company {
    text-align: center;
    border-bottom: none;
    margin: 0 15px;
    padding: 13px 0 20px;
  }
  footer .company .address span {
    display: block;
  }
  footer .panda {
    width: 70%;
    margin: 0 auto 30px;
  }
  footer .panda img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width:768px) {
  footer .footerWrap {
    width: 750px;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  footer .company {
    width: 400px;
    margin: 0 auto 0 0;
    padding: 0;
    border-bottom: none;
    text-align: center;
  }
  footer .company::before {
    display: none;
  }
  footer .company .address span {
    margin-left: 1em;
  }
  footer .panda {
    width: 255px;
  }
  footer .panda img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  footer .company::before {
    display: none;
  }
}