@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: 838px;
    height: 167px;
    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: 650px;
    margin: 20px auto 0 0;
    position:relative;
    z-index: 2;
  }
  #anime02 {
    width: 590px;
    margin: -68px 0 0 auto;
    position:relative;
    z-index: 1;
  }
  #anime03 {
    width: 630px;
    margin: -62px 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;
  }
}
/*----------------------------------------------
  issues
----------------------------------------------*/
#issues {
  padding-bottom: 0;
}
#issues .issuesList {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 160px;
  background: url(../img/issues-illust-sp.webp) center bottom no-repeat;
  background-size: 140px auto;
}
#issues .issuesList ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#issues .issuesList li {
  width: 49%;
  margin-bottom: 10px;
  padding: 15px 10px;
  border: 1px solid #CACACA;
  border-radius: 15px;
  font-size: 1.5rem;
  line-height: 160%;
  text-align: center;
}
#issues .issuesList li br {
  display: none;
}
#issues .solution {
  width: 90%;
  margin: 50px auto 0;
  padding-bottom: 30px;
}
#issues .solution h3 {
  width: 100%;
  padding: 40px 10px;
  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%;
}
#issues .solution .lead {
  position: relative;
  padding-bottom: 128px;
  z-index: 2;
}
#issues .solution .lead .text {
  width: 100%;
  min-height: 100px;
  padding: 20px 20px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFE978;
  border-radius: 15px;
  color: #000;
  font-size: 2.1rem;
  line-height: 160%;
  font-weight: 500;
}
#issues .solution .lead .illust {
  width: 148px;
  position: absolute;
  right: 4px;
  bottom: 0;
}
#issues .solution .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: 1;
}
#issues .solution .text02.panda03 {
  margin: -65px 0 104px 80px;
  z-index: 0;
}
#issues .solution .text02 br {
  display: none;
}
#issues .solution .text02::before {
  content: "";
  width: 124px;
  height: 120px;
  position: absolute;
  bottom: -104px;
}
#issues .solution .text02.panda02::before {
  background: url(../img/issues-panda02-sp.webp) left top no-repeat;
  background-size: 124px auto;
  left: 8px;
}
#issues .solution .text02.panda03::before {
  background: url(../img/issues-panda03-sp.webp) left top no-repeat;
  background-size: 128px auto;
  width: 128px;
  height: 121px;
  right: 2px;
}

@media print, screen and (min-width:768px) {
  #issues {
    display: flex;
  }
  #issues h2 {
    flex: 0 0 auto;
  }
  #issues .contents {
    flex: 1 0 auto;
  }
  #issues .issuesList {
    width: 820px;
    height: 457px;
    margin: -40px 0 0 100px;
    padding-bottom: 0;
    background: url(../img/issues-illust.webp) left top no-repeat;
    background-size: 816px auto;
  }
  #issues .issuesList ul {
    list-style: none;
    display: block;
    position: relative;
  }
  #issues .issuesList li {
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 2.1rem;
    line-height: 170%;
    text-align: center;
    position: absolute;
  }
  #issues .issuesList li:nth-child(1) {
    width: 410px;
    top: 48px;
    left: 62px;
  }
  #issues .issuesList li:nth-child(2) {
    width: 316px;
    top: 250px;
    left: 0px;
  }
  #issues .issuesList li:nth-child(3) {
    width: 296px;
    top: 102px;
    left: 501px;
  }
  #issues .issuesList li:nth-child(4) {
    width: 292px;
    top: 306px;
    left: 524px;
  }
  #issues .issuesList li br {
    display: block;
  }
  #issues .solution {
    width: 820px;
    margin: 80px 0 60px 100px;
  }
  #issues .solution h3 {
    width: 100%;
    padding: 58px 10px 50px;
    background-size: 820px auto;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 140%;
  }
  #issues .solution .lead {
    width: 720px;
    margin: 0 auto 0 0;
    position: relative;
    padding-bottom: 26px;
  }
  #issues .solution .lead .text {
    width: 100%;
    padding: 30px 34px 30px 26px;
    border-radius: 15px;
    text-align: center;
    font-size: 3.4rem;
    line-height: 2;
    font-weight: 500;
  }
  #issues .solution .lead .illust {
    width: 156px;
    position: absolute;
    right: -100px;
    top: 19px;
    bottom: auto;
  }
  #issues .solution .text02 {
    width: 100%;
    padding: 24px 15px 25px;
    margin: 0;
    border: none;
    font-size: 2rem;
    line-height: 190%;
    text-align: center;
  }
  #issues .solution .text02.panda02 {
    width: 570px;
    height: 229px;
    padding: 24px 15px 25px 132px;
    background: url(../img/issues-panda02.webp) left top no-repeat;
    background-size: 570px auto;
  }
  #issues .solution .text02.panda03 {
    width: 596px;
    height: 241px;
    padding: 34px 146px 25px 0;
    margin: -40px 0 0 224px;
    background: url(../img/issues-panda03.webp) left top no-repeat;
    background-size: 596px auto;
  }
  #issues .solution .text02 br {
    display: block;
  }
  #issues .solution .text02::before {
    display: none;
  }
}

/*----------------------------------------------
  feature
----------------------------------------------*/
#feature {
  margin-top: 20px;
}
#feature h2 {
  margin-bottom: 30px;
}
#feature .lead {
  width: 90%;
	margin: 0 auto;
  position: relative;
}
#feature .lead .text {
  width: 100%;
  padding: 18px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.7rem;
  line-height: 170%;
  font-weight: 500;
}
#feature .lead .illust {
  width: 110px;
  position: absolute;
  right: 4px;
  top: -64px;
}
#feature .merit {
  width: 90%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
#feature .merit .illust {
  width: 80px;
  margin-left: -10px;
}
#feature .merit .illust img {
  max-width: 100%;
}
#feature .merit ul {
	width: calc(100% - 75px);
	list-style: none;
  color: #333;
}
#feature .merit 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;
}
#feature .merit 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;
}
#feature .itemBox {
  width: 90%;
  margin: 30px auto 10px;
}
#feature .exbox {
  background: url(../img/ex-center.png) repeat-y left top / 100% auto;
  position: relative;
  padding: 10px 0;
}
#feature .exbox + .exbox {
  margin-top: 56px;
}
#feature .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%;
}
#feature .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%;
}
#feature .itemBox h3 {
  background-color: #E9C100;
  margin: 0 20px 20px 40px;
  color: #333;
  padding: 8px 10px 6px;
  font-size: min(2.0rem, 5.0666vw);
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}
#feature .exbox img {
  vertical-align: bottom;
}
#feature .itemBox .text {
  margin: 10px 20px 0 40px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#feature .itemBox .text ul {
  list-style: none;
}
#feature .itemBox .text ul li {
	background: url("../img/ashiato03.svg") no-repeat left 3px;
	background-size: 23px auto;
	padding: 0 0 15px 30px;
}
#feature .itemBox .text ul li br {
  display: none;
}
#feature .itemBox .text ul li span {
  display: block;
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
}
#feature .exbox .panda {
  padding-left: 40px;
  margin-top: 5px;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  #feature .sectionWrap {
    display: flex;
    gap: 0 100px;
  }
  #feature h2 {
    margin-bottom: 0;
  }
  #feature .lead {
    width: 820px;
    padding-bottom: 0;
    margin-top: 30px;
  }
  #feature .lead .text {
    width: 100%;
    padding: 34px 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 2rem;
    line-height: 180%;
  }
	#feature .lead .illust {
    width: 161px;
    right: 164px;
    top: -93px;
  }
  #feature .merit {
		width: 820px;
    margin: 50px 0 80px;
		align-items: center;
	}
  #feature .merit .illust {
		width: 154px;
		margin: 0;
	}
  #feature .merit ul {
    width: 637px;
  }
  #feature .merit 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;
  }
  #feature .merit ul li span {
    font-size: 3.0rem;
  }
  #feature .itemBox {
    position: relative;
    width: 785px;
    margin: 12px 0 0 17px;
  }
  #feature .exbox {
    display: flex;
    gap: 0 20px;
    align-items: flex-end;
  }
  #feature .exbox + .exbox {
    margin-top: 66px;
  }
   #feature .exbox .wrap {
    width: 450px;
    order: 2;
   }
  #feature .exbox h3 {
    margin: 5px 0 25px 0;
  }
  #feature .exbox h3 br {
    display: none;
  }
  #feature .exbox .text {
    margin: 0;
    line-height: 1.7;
  }
  #feature .itemBox .text ul li {
    padding: 0 0 15px 30px;
  }
  #feature .itemBox .text ul li span {
    font-size: 2rem;
    line-height: 1.5;
  }
  #feature .itemBox .text ul li br {
    display: block;
  }
  #feature .exbox .panda {
    width: 240px;
    margin-top: 0;
    padding-left: 72px;
    order: 1;
  }
}

/*----------------------------------------------
  example
----------------------------------------------*/
#example .contents {
  width: 90%;
  margin: 0 auto;
}
#example .exampleMain {
  padding: 25px 15px;
  margin-top: 30px;
  position: relative;
  border-radius: 15px;
  border: 2px solid #CACACA;
}
#example .exampleMain .illust {
  width: 67px;
  height: 69px;
  position: absolute;
  top: -64px;
  left: 19px;
}
#example .exampleMain .illust {
  width: 64px;
  height: 67px;
  position: absolute;
  top: -63px;
  right: 5px;
}
#example .exampleMain h3 {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
#example .exampleMain .url {
  padding-top: 8px;
  color: #E9C100;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
#example .exampleMain .url a {
  font-weight: 500;
}
#example .exampleMain .text {
  padding-top: 10px;
  color: #666;
  font-size: 1.6rem;
  line-height: 160%;
}
#example .exampleMain .text p {
  padding-top: 20px;
}
#example .exampleMain .photo {
  padding-top: 30px;
  text-align: center;
}
#example .exampleMain .photo img {
  width: 100%;
  max-width: 600px;
  border: 1px solid #CACACA;
}
#example .point {
  padding-top: 60px;
}
#example .point h3 {
  width: 100%;
  padding: 40px 10px 15px;
  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%;
}
#example .point ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#example .point li {
  padding: 25px 0;
}
#example .point li:last-child {
  padding-bottom: 0;
}
#example .point li h4 {
  padding: 8px 5px;
  background: #FFE978;
  color: #333;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}
#example .point li .photo {
  padding-top: 10px;
}
#example .point li .photo img {
  width: 100%;
}
#example .point li:nth-child(1) .photo img,
#example .point li:nth-child(2) .photo img {
  border: 1px solid #CACACA;
}
@media screen and (min-width: 600px) and (max-width: 624px) {
  #example .point li h4 {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  #example .point li {
    width: 48%;
  }
  #example .point li:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width:768px) {
 #example {
    display: flex;
  }
  #example h2 {
    flex: 0 0 auto;
  }
  #example .contents {
    flex: 1 0 auto;
  }
  #example .contents {
    width: 820px;
    margin: 0 0 0 100px;
  }
  #example .exampleMain {
    padding: 24px 30px;
    border-radius: 20px;
  }
  #example .exampleMain .illust {
    width: 101px;
    height: 105px;
    top: -96px;
    left: 115px;
  }
  #example .exampleMain .illust {
    width: 99px;
    height: 102px;
    top: -95px;
    right: 111px;
  }
  #example .exampleMain .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #example .exampleMain .inner {
    width: 420px;
  }
  #example .exampleMain h3 {
    font-size: 2.8rem;
    line-height: 1;
  }
  #example .exampleMain .url {
    padding-top: 20px;
    font-size: 2.4rem;
    line-height: 1;
  }
  #example .exampleMain .text {
    padding-top: 20px;
    font-size: 2rem;
    line-height: 160%;
  }
  #example .exampleMain .text p {
    padding-top: 20px;
  }
  #example .exampleMain .photo {
    padding-top: 0;
    width: 300px;
  }
  #example .exampleMain .photo img {
    width: 100%;
    max-width: 600px;
    border: 1px solid #CACACA;
  }
  #example .point {
    padding-top: 80px;
  }
  #example .point h3 {
    width: 100%;
    padding: 58px 10px 0;
    background-size: 820px auto;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 140%;
  }
  #example .point li {
    width: 360px;
    padding: 40px 0 50px;
  }
  #example .point li:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  #example .point li h4 {
    padding: 8px 5px;
    font-size: 2.6rem;
    line-height: 140%;
  }
}

/*----------------------------------------------
  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: 85px;
  }
  #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;
  }
}