@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: auto;
    height: auto;
    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: 90%;
  margin: 20px auto;
}
#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;
    padding-top: 35px;
    background: url("../img/ashiato.svg") no-repeat 46px 55%, url("../img/ashiato02.svg") no-repeat right 106px top 82%;
    background-size: 85px auto, 88px auto;
  }
  #anime01 {
    width: 630px;
    margin: 20px auto 0 0;
  }
  #anime02 {
    width: 600px;
    margin: -112px 0 0 auto;
  }
  #anime03 {
    width: 630px;
    margin: -65px auto 0 20px;
  }
  #mainVisual.yellow::before {
    top: -10px;
    left: 0;
  }
}
/*----------------------------------------------
  section
----------------------------------------------*/
section {
  padding: 87px 0;
}
section.yellow {
  padding: 60px 0;
}
#mainVisual.yellow {
  padding: 30px 0 60px;
}
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 90px;
  }
  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;
  }
}
/*----------------------------------------------
  proposal
----------------------------------------------*/
#proposal {
  padding-bottom: 0;
}
#proposal .lead {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 128px;
}
#proposal .lead .text {
  width: 100%;
  padding: 23px 23px 25px;
  border: 2px solid #ccc;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
#proposal .lead .illust {
  width: 148px;
  position: absolute;
  right: 4px;
  bottom: 0;
}
#proposal .row {
  width: 90%;
  margin: 30px auto 0;
}
#proposal .thumb {
  text-align: center;
  margin-bottom: 8px;
}
#proposal .comment {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
#proposal .comment p {
  border: 2px solid #cacaca;
  background-color: #fff;
  border-radius: 50%;
  padding: 25px 40px;
  position: relative;
}
#proposal .comment p::after {
  content: "";
  position: absolute;
  background: url(../img/fukidashi.svg) no-repeat center / contain;
  aspect-ratio: 59 / 34;
  width: 59px;
  left: calc(50% - 40px);
  top: calc(100% - 10px);
  rotate: -25deg;
  transform: scaleX(-1);
}
#proposal .comment p br {
  display: none;
}
#proposal .screen02 .panda {
  margin-left: auto;
  text-align: right;
}
#proposal .screen02 .comment p::after {
  left: calc(50% - 20px);
  top: calc(100% - 10px);
  rotate: 20deg;
  transform: scaleX(1);
}
#proposal .screen02 .text {
  margin: 30px auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
#proposal .screen02 h3 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 2.3rem;
  font-size: min(2.3rem, 6.3889vw);
  line-height: 1.3;
}
#proposal .screen02 h3 span {
  background: linear-gradient(0deg, #E9C100 0%, #E9C100 9px, rgba(255, 255, 255, 0) 9px, rgba(255, 255, 255, 0) 100%);
}
@media print, screen and (min-width:768px) {
  #proposal {
    display: flex;
    padding-bottom: 40px;
  }
  #proposal h2 {
    flex: 0 0 auto;
  }
  #proposal .contents {
    flex: 1 0 auto;
  }
  #proposal .lead {
    width: 720px;
    margin: 0 auto 0 80px;
    position: relative;
    padding-bottom: 26px;
  }
  #proposal .lead .text {
    width: 100%;
    padding: 30px 34px 30px 26px;
    border: 2px solid #ccc;
    border-radius: 15px;
    font-size: 2.0rem;
    line-height: 2;
    font-weight: 500;
  }
  #proposal .lead .illust {
    width: 156px;
    position: absolute;
    right: -100px;
    top: 19px;
    bottom: auto;
  }
  #proposal .row {
    display: flex;
    align-items: center;
    margin-left: 80px;
    margin-top: 0;
    gap: 0 55px;
  }
  #proposal .thumb {
    margin-bottom: 0;
  }
  #proposal .comment {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
    position: relative;
  }
  #proposal .comment p {
    padding: 35px 26px 53px;
  }
  #proposal .comment p::after {
    transform: scaleX(1);
    rotate: 0deg;
    left: auto;
    top: auto;
    right: 42px;
    bottom: 10px;
  }
  #proposal .comment p br {
    display: inline;
  }
  #proposal .comment .panda {
    position: absolute;
    left: calc(100% - 42px);
    bottom: -69px;
    width: 109px;
  }
  #proposal .screen02 {
    align-items: stretch;
  }
  #proposal .screen02 .thumb {
    margin-top: 65px;
  }
  #proposal .screen02 .textbox {
    display: flex;
    flex-direction: column;
  }
  #proposal .screen02 .comment {
    width: 315px;
  }
  #proposal .screen02 .comment p {
    padding: 28px 18px 28px 30px;
  }
  #proposal .screen02 .comment p::after {
    left: auto;
    top: auto;
    right: 5px;
    bottom: 20px;
    rotate: 0deg;
  }
  #proposal .screen02 .comment .panda {
    width: 138px;
    left: 100%;
    bottom: 0;
    margin-left: 9px;
  }
  #proposal .screen02 h3 {
    font-size: 3rem;
  }
  #proposal .screen02 .text {
    width: 430px;
    margin-top: auto;
    margin-left: 40px;
    font-size: 2rem;
    line-height: 2;
  }
}

/*----------------------------------------------
  setup
----------------------------------------------*/
#setup {
  margin-top: 80px;
}
#setup h2 {
  margin-bottom: 40px;
}
#setup .itemBox {
  width: 90%;
  margin: 30px auto;
}
#setup .exbox {
  background: url(../img/ex-center.png) repeat-y left top / 100% auto;
  position: relative;
  padding: 10px 0;
}
#setup .exbox + .exbox {
  margin-top: 56px;
}
#setup .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%;
}
#setup .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%;
}
#setup .itemBox h3 {
  background-color: #E9C100;
  margin: 0 20px 15px 40px;
  font-size: min(2.0rem, 5.0666vw);
  font-weight: normal;
  text-align: center;
}
#setup .exbox .thumb {
  padding: 0 20px 0 40px;
  text-align: center;
}
#setup .exbox img {
  vertical-align: bottom;
}
#setup .itemBox .text {
  margin: 10px 20px 0 40px;
  font-size: 1.5rem;
  line-height: 1.8;
}
#setup .exbox .panda {
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  #setup .sectionWrap {
    display: flex;
    gap: 0 58px;
  }
  #setup h2 {
    margin-bottom: 0;
  }
  #setup .itemBox {
    position: relative;
    width: 785px;
    margin: 12px 0 0;
  }
  #setup .exbox {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 0 43px;
  }
  #setup .exbox + .exbox {
    margin-top: 66px;
  }
  #setup .exbox .thumb {
    grid-column: -2 / -1;
    grid-row: 1 / -1;
    padding: 0 38px 0 0;
  }
  #setup .exbox h3 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding: 4px 10px;
    margin: 5px 0 25px 100px;
  }
  #setup .exbox .text {
    grid-column: 1 / 2;
    grid-row: -2 / -1;
    margin: 0 0 0 100px;
    display: flex;
    flex-direction: column;
  }
  #setup .exbox .panda {
    margin-top: auto;
  }
  #setup .exbox:nth-child(1) .panda {
    text-align: left;
  }
  #setup .exbox:nth-child(2) h3 {
    text-align: left;
  }
  #setup .exbox:nth-child(2) .panda {
    position: absolute;
    left: calc(50% - 10px);
    top: -40px;
    margin-top: 0;
  }
  #setup .exbox:nth-child(2) .text {
    padding-right: 70px;
  }
  #setup .exbox:nth-child(3) .panda {
    text-align: right;
  }
  #setup .exbox:nth-child(4) .panda {
    padding-bottom: 15px;
  }
}
/*----------------------------------------------
  friend
----------------------------------------------*/
#friend dl > div {
  width: 92%;
  margin: 0 auto;
  padding: 0 15px;
}
#friend dl > div + div {
  margin-top: 30px;
}
#friend dt {
  margin: 10px 0;
  padding: 5px 0;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  color: #333;
  background-color: #FFE978;
}
#friend dd {
  font-size: 1.5rem;
}
#friend .fukidashi {
  width: 92%;
  margin: 30px auto 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
#friend .fukidashi p {
  border: 2px solid #cacaca;
  border-radius: 50%;
  padding: 18px 28px 25px 30px;
  width: fit-content;
  position: relative;
}
#friend .fukidashi p::after {
  content: "";
  background: url(../img/fukidashi02.svg) no-repeat center / contain;
  aspect-ratio: 29 / 38;
  width: 29px;
  position: absolute;
  left: 39.3782%;
  top: calc(100% - 13px);
}
#friend .fukidashi .panda {
  margin-top: -8px;
}
@media print, screen and (min-width:768px) {
  #friend {
    padding: 100px 0 110px;
  }
  #friend .sectionWrap {
    display: flex;
    gap: 0 74px;
  }
  #friend dl {
    display: flex;
    justify-content: center;
    gap: 0 60px;
    font-size: 2rem;
    line-height: 35 / 20;
  }
  #friend dl > div {
    flex: 0 0 auto;
    width: 340px;
    padding: 0;
  }
  #friend dl > div + div {
    margin-top: 0;
  }
  #friend dt {
    margin-top: 0;
    font-size: 2.8rem;
  }
  #friend dd {
    font-size: 100%;
  }
  #friend .fukidashi {
    margin-top: 0;
    margin-left: 177px;
    width: 442px;
  }
  #friend .fukidashi .panda {
    margin-top: -13px;
  }
}

/*----------------------------------------------
  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: 23px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  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: 82px;
  }
  #contact h2 img {
    width: 82px;
    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: -80px;
  }
  #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;
  }
}