.jif .logo {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 161px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .logo {
    top: 38px;
    right: 38px;
    width: 126px;
  }
}
@media screen and (max-width: 480px) {
  .jif .logo {
    top: 5vw;
    right: 2vw;
    width: 30%;
  }
}
.jif .mv {
  position: relative;
  padding-top: 17px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .mv {
    left: 50%;
    transform: translateX(-50%);
    padding-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv {
    padding-top: 10vw;
  }
}
.jif .mv__main {
  margin-inline: auto;
  width: 446px;
  text-align: center;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .mv__main {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__main {
    width: 70%;
  }
}
.jif .mv__sub1 {
  position: absolute;
  top: 52px;
  left: 128px;
  width: 189px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .mv__sub1 {
    top: 40px;
    left: 99px;
    width: 147px;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__sub1 {
    top: 2%;
    left: 2%;
    width: 32%;
  }
}
.jif .mv__sub2 {
  position: absolute;
  top: 140px;
  right: 157px;
  width: 110px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .mv__sub2 {
    top: 109px;
    right: 122px;
    width: 86px;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__sub2 {
    top: 24%;
    right: 2%;
    width: 22%;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__animalBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin-top: 20px;
    padding-inline: 20px;
  }
}
.jif .mv__animal1 {
  top: 210px;
  left: 67px;
  width: 145px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .mv__animal1 {
    top: 164px;
    left: 52px;
    width: 113px;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__animal1 img {
    width: 113px;
  }
}
.jif .mv__animal2 {
  top: 377px;
  left: 167px;
  width: 160px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .mv__animal2 {
    top: 295px;
    left: 130px;
    width: 125px;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__animal2 img {
    width: 125px;
  }
}
.jif .mv__animal3 {
  top: 393px;
  right: 145px;
  width: 145px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .mv__animal3 {
    top: 307px;
    right: 113px;
    width: 113px;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__animal3 img {
    width: 113px;
  }
}
.jif .mv__animal4 {
  top: 214px;
  right: 46px;
  width: 145px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .mv__animal4 {
    top: 167px;
    right: 35px;
    width: 113px;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__animal4 img {
    width: 113px;
  }
}
.jif .mv__animal {
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .jif .mv__animal {
    position: static;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__animal:nth-child(odd) {
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .jif .mv__animal:nth-child(even) {
    text-align: left;
  }
}
.jif .content {
  padding: 35px 0 33px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .content {
    padding: 27px 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .jif .content {
    padding: 40px 0;
  }
}
.jif .section {
  position: relative;
  overflow: visible;
}
.jif .section:not(:first-child) {
  margin-top: 17px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section:not(:first-child) {
    margin-top: 40px;
  }
}
.jif .section__inner {
  position: relative;
  margin-inline: auto;
  padding: 38px 43px 24px;
  width: 775px;
  background-color: #fff;
  border: 2px solid #231815;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__inner {
    padding: 29px 33px 18px;
    width: 606px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__inner {
    padding: 20px;
    width: 280px;
  }
}
.jif .section__inner::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 743px;
  height: 20px;
  background-image: url(../img/index/bg_section.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__inner::before {
    top: -4px;
    width: 581px;
    height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__inner::before {
    width: 260px;
    height: 16px;
    background-size: cover;
  }
}
.jif .section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .jif .section__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jif .section__title {
  font-size: 33px;
  text-align: center;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
.jif .section__text {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-indent: 1em;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__text {
    font-size: 16px;
  }
}
.jif .section__image {
  margin-inline: auto;
}
.jif .section__link {
  margin-top: 30px;
  text-align: center;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__link {
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__link {
    margin-top: 20px;
  }
}
.jif .section__link a {
  display: inline-block;
  position: relative;
  padding: 10px 40px 0 60px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #0d8cca;
  border-radius: 40px;
  transition: .3s;
}
@media screen and (min-width: 769px) {
  .jif .section__link a:hover {
    opacity: 0.5;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__link a {
    padding: 10px 30px 0 50px;
    font-size: 16px;
  }
}
.jif .section__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  border-top: 5px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
}
@media screen and (max-width: 480px) {
  .jif .section__link a::before {
    left: 30px;
  }
}
.jif .section__linkList.--flex {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__linkList.--flex {
    gap: 14px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__linkList.--flex {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}
.jif .section__linkList.--flex .section__link {
  margin-top: 0;
}
.jif .section__subSection {
  padding-top: 5px;
  min-width: auto;
}
.jif .section__subTitle {
  font-size: 28px;
  text-align: center;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__subTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__subTitle {
    font-size: 24px;
  }
}
.jif .section__subSection .section__linkList {
  margin-top: 20px;
}
.jif .section__subSection .section__linkList .section__link:first-child {
  margin-top: 0;
}
.jif .section__subSection .section__link {
  margin-top: 15px;
}
@media all and (max-width: 768px) {
  .jif .section__subSection .section__link {
    margin-top: 12px;
  }
}
.jif .section__subSection .section__link a {
  padding: 10px 20px 0 36px;
  width: 160px;
  font-size: 17px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .section__subSection .section__link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .jif .section__subSection .section__link a {
    font-size: 15px;
  }
}
.jif .section__subSection .section__link a::before {
  left: 20px;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
}
.jif .backBtn {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .jif .backBtn {
    padding-inline: 20px;
  }
}
.jif .backBtn a {
  display: inline-block;
  padding: 12px 45px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #1d84bf;
  border: 2px solid #1d84bf;
  border-radius: 50px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .jif .backBtn a {
    padding: 9px 34px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .jif .backBtn a {
    padding: 10px 20px;
    font-size: 20px;
  }
}

.experience .section__flex {
  gap: 14px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .experience .section__flex {
    gap: 11px;
  }
}
@media screen and (max-width: 480px) {
  .experience .section__flex {
    gap: 10px;
  }
}
.experience .section__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.experience .section__title {
  color: #eeaf33;
}
.experience .section__image {
  margin-top: 8px;
  width: 253px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .experience .section__image {
    margin-top: 6px;
    width: 198px;
  }
}
@media screen and (max-width: 480px) {
  .experience .section__image {
    margin-top: 0;
    width: 100%;
  }
}

.craftwork .section__flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 56px;
  margin-top: 32px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .craftwork .section__flex {
    gap: 43px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .craftwork .section__flex {
    gap: 30px;
    margin-top: 10px;
  }
}
.craftwork .section__title,
.craftwork .section__subTitle {
  color: #7ec5e8;
}
.craftwork .section__image {
  margin-top: 5px;
  width: 234px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .craftwork .section__image {
    width: 183px;
  }
}

.classroom .section__flex {
  gap: 79px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .classroom .section__flex {
    gap: 62x;
  }
}
@media screen and (max-width: 480px) {
  .classroom .section__flex {
    gap: 10px;
  }
}
.classroom .section__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.classroom .section__title {
  color: #82c040;
}
.classroom .section__image {
  margin-right: 22px;
  width: 96px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .classroom .section__image {
    margin-right: 17px;
    width: 75px;
  }
}
@media screen and (max-width: 480px) {
  .classroom .section__image {
    margin-right: auto;
    width: 30%;
  }
}

.learn .section__flex {
  gap: 21px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .learn .section__flex {
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .learn .section__flex {
    gap: 10px;
  }
}
.learn .section__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.learn .section__title {
  color: #c69aaf;
}
.learn .section__image {
  margin-right: 17px;
  width: 203px;
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .learn .section__image {
    margin-right: 12px;
    width: 158px;
  }
}
@media screen and (max-width: 480px) {
  .learn .section__image {
    margin-right: auto;
    width: 70%;
  }
}

.puzzle .section__title {
  color: #f5e928;
}
