@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Julius+Sans+One&display=swap");
.discover.category-top .contents {
  padding: 0;
  position: relative;
  z-index: 6;
}
.discover.category-top .breadcrumb {
  margin-bottom: 0;
  background: #F5F9F6;
}
.discover.category-top .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .discover.category-top .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.discover.category-top .cate-ttl-en {
  color: #737375;
  font-size: 3.25rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .discover.category-top .cate-ttl-en {
    font-size: 2.625rem;
  }
}
.discover.category-top .cate-ttl-en .color {
  color: #2041AB;
  font-weight: 300;
}
.discover.category-top .line-txt-ttl {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media screen and (max-width: 767px) {
  .discover.category-top .line-txt-ttl {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .btn {
    width: 70%;
  }
}
.discover.category-top .btn a {
  color: #8F3759;
  font-size: 1.125rem;
  border: 1px solid #8F3759;
  background: #fff;
  font-family: "Julius Sans One", sans-serif;
  padding: 15px;
}
.discover.category-top .btn a::after {
  border-right: 2px solid #8F3759;
  border-bottom: 2px solid #8F3759;
  margin-bottom: 2px;
}
.discover.category-top .btn a:hover {
  color: #fff;
  background: #8F3759;
}
@media screen and (max-width: 767px) {
  .discover.category-top .btn a:hover {
    color: #8F3759;
    background: #fff;
  }
}
.discover.category-top .btn a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .discover.category-top .btn a:hover::after {
    border-right: 2px solid #8F3759;
    border-bottom: 2px solid #8F3759;
  }
}
.discover.category-top .popup-item {
  opacity: 0;
  transform: scale(0.8);
}
.discover.category-top .popup-item.popup {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s 0s ease, transform 0.3s 0s ease;
}
.discover.category-top .mv {
  height: 940px;
  background-color: #F4F4F4;
  background-image: url(/discover_gaigo/img/mv_school.png), url(/discover_gaigo/img/cloud.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 581px 528px, 94% auto;
  background-position: bottom 80px left 14%, top 165px center;
  padding-top: 165px;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .discover.category-top .mv {
    height: auto;
    aspect-ratio: 1440/940;
    background-size: 40%, 94% auto;
    background-position: bottom 25% left 25%, top 165px center;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv {
    height: 570px;
    padding-top: 80px;
    background-image: url(/discover_gaigo/img/mv_school.png);
    background-repeat: no-repeat;
    background-size: 255px 232px;
    background-position: bottom 80px left 8%;
  }
}
.discover.category-top .mv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/308;
  background: url(/discover_gaigo/img/wave_blue.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv::after {
    bottom: -75px;
  }
}
.discover.category-top .mv .mv-ttl {
  width: 1200px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv .mv-ttl {
    max-width: 340px;
    width: 84%;
  }
}
@keyframes mv-ttl-anime {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.discover.category-top .mv .student-center {
  width: 529px;
  position: absolute;
  bottom: 80px;
  left: 45%;
  transform: translateX(-45%) translateY(0);
  -webkit-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  z-index: 3;
  opacity: 0;
}
@keyframes mv-student-anime {
  0% {
    opacity: 0;
    transform: translateX(-45%) translateY(45%);
  }
  100% {
    opacity: 1;
    transform: translateX(-45%) translateY(0);
  }
}
@media screen and (min-width: 1500px) {
  .discover.category-top .mv .student-center {
    width: 36.7%;
    bottom: 10.5%;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv .student-center {
    width: 256px;
    bottom: 0;
  }
}
.discover.category-top .mv .student-center img {
  width: 100%;
}
.discover.category-top .mv .student-right {
  width: 399px;
  position: absolute;
  bottom: 150px;
  right: calc(80px + (100% - 1200px) / 2);
  z-index: 2;
  opacity: 0;
}
@keyframes mv-student-anime02 {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1500px) {
  .discover.category-top .mv .student-right {
    width: 23%;
    right: 14%;
    bottom: 20%;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv .student-right {
    display: none;
  }
}
.discover.category-top .mv .student-right img {
  width: 100%;
}
.discover.category-top .mv .stone {
  width: 72px;
  position: absolute;
  right: calc((100% - 1200px) / 2 + 50px);
  bottom: 120px;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv .stone {
    width: 42px;
    right: 6.6%;
    bottom: -10px;
  }
}
.discover.category-top .mv .tree01 {
  width: 227px;
  position: absolute;
  right: calc((100% - 1200px) / 2);
  bottom: 120px;
  opacity: 0;
}
@keyframes mv-tree-anime01 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (min-width: 1500px) {
  .discover.category-top .mv .tree01 {
    width: 16%;
    right: 4.5%;
    bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv .tree01 {
    width: 121px;
    right: 0;
    bottom: -10px;
  }
}
.discover.category-top .mv .tree01 img {
  width: 100%;
}
.discover.category-top .mv .tree02 {
  width: 240px;
  position: absolute;
  left: 4.5%;
  bottom: 0;
  z-index: 5;
  opacity: 0;
}
@keyframes mv-tree-anime02 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (min-width: 1500px) {
  .discover.category-top .mv .tree02 {
    width: 16.5%;
    bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv .tree02 {
    width: 72px;
    left: 10%;
    bottom: -85px;
  }
}
.discover.category-top .mv .tree02 img {
  width: 100%;
}
.discover.category-top .mv .tree03 {
  display: none;
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv .tree03 {
    display: block;
    width: 65px;
    position: absolute;
    left: 2.5%;
    bottom: -10px;
    opacity: 0;
  }
}
@keyframes mv-tree-anime03 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.discover.category-top .mv.anime .mv-ttl {
  animation: mv-ttl-anime 0.4s forwards ease;
}
.discover.category-top .mv.anime .student-center {
  animation: mv-student-anime 0.15s forwards ease;
  animation-delay: 0.6s;
}
.discover.category-top .mv.anime .student-right {
  animation: mv-student-anime02 0.15s forwards ease;
  animation-delay: 0.75s;
}
.discover.category-top .mv.anime .stone {
  animation: mv-tree-anime01 0.15s forwards ease;
  animation-delay: 0.9s;
}
.discover.category-top .mv.anime .tree01 {
  animation: mv-tree-anime01 0.15s forwards ease;
  animation-delay: 0.9s;
}
.discover.category-top .mv.anime .tree02 {
  animation: mv-tree-anime02 0.15s forwards ease;
  animation-delay: 1.05s;
}
@media screen and (max-width: 767px) {
  .discover.category-top .mv.anime .tree03 {
    animation: mv-tree-anime03 0.15s forwards ease;
    animation-delay: 1.2s;
  }
}
.discover.category-top .intro {
  padding: 50px 0 355px;
  position: relative;
  background-image: url(/discover_gaigo/img/pattern.png);
  background-repeat: repeat;
  background-color: #FFF7E7;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro {
    padding: 105px 0 930px;
  }
}
.discover.category-top .intro::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/250;
  background-image: url(/discover_gaigo/img/pattern.png);
  background-repeat: repeat;
  background-color: #FFF7E7;
  -webkit-mask-image: url("/discover_gaigo/img/wave02.png");
  mask-image: url("/discover_gaigo/img/wave02.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  position: absolute;
  left: 0;
  top: -210px;
  z-index: 6;
}
@media screen and (min-width: 1221px) {
  .discover.category-top .intro::before {
    top: -17.1527777778vw;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro::before {
    top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .inner {
    padding: 0;
  }
}
.discover.category-top .intro .wave {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/250;
  background-color: #FDBD2A;
  -webkit-mask-image: url("/discover_gaigo/img/wave02.png");
  mask-image: url("/discover_gaigo/img/wave02.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  position: absolute;
  left: 0;
  top: -220px;
  z-index: 4;
}
@media screen and (min-width: 1221px) {
  .discover.category-top .intro .wave {
    top: calc(-17.3611111111vw - 10px);
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .wave {
    top: -72px;
  }
}
.discover.category-top .intro .introduction {
  width: 980px;
  margin: 0 auto;
  background: #F4F4F4;
  border-radius: 20px;
  border: 1px solid #353535;
  padding: 15px;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .introduction {
    width: 90%;
    margin-bottom: 185px;
  }
}
.discover.category-top .intro .introduction::before {
  content: "";
  display: block;
  width: 312px;
  height: 105px;
  background: url(/discover_gaigo/img/img_book.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -74px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .introduction::before {
    width: 275px;
    height: 93px;
    top: -70px;
  }
}
.discover.category-top .intro .introduction .introduction-wrap {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #353535;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .introduction .introduction-wrap {
    padding: 25px 6%;
  }
}
.discover.category-top .intro .introduction .introduction-wrap .introduction-ttl-wrap {
  width: 460px;
  margin: 0 auto 30px;
  border-radius: 20px;
  border: 5px solid #383D54;
  background: #87A3D7;
  box-shadow: 5px 5px 0 0 #383D54;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .introduction .introduction-wrap .introduction-ttl-wrap {
    width: 100%;
  }
}
.discover.category-top .intro .introduction .introduction-wrap .introduction-ttl {
  font-size: 2.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #FEFFE6;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .introduction .introduction-wrap .introduction-ttl {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
.discover.category-top .intro .introduction .introduction-wrap p {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .introduction .introduction-wrap p {
    font-size: 1rem;
    text-align: left;
  }
}
.discover.category-top .intro .charms-menu {
  position: relative;
}
.discover.category-top .intro .charms-menu::before {
  content: "";
  display: block;
  width: 190px;
  height: 220px;
  background: url(/discover_gaigo/img/img_charm04.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 60px;
  transform: rotate(-7.73deg);
  animation: paraglider 2.5s ease-in-out infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu::before {
    width: 150px;
    height: 174px;
    left: 0;
    top: -170px;
  }
}
@keyframes paraglider {
  0% {
    transform: rotate(-7.73deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.discover.category-top .intro .charms-menu .charms-wrap {
  width: 608px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-wrap {
    width: 100%;
  }
}
.discover.category-top .intro .charms-menu .charms-list {
  width: 794px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 248px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
.discover.category-top .intro .charms-menu .charms-list li {
  width: 286px;
  height: 286px;
}
.discover.category-top .intro .charms-menu .charms-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 3px solid #353535;
  border-radius: 50%;
  box-shadow: unset;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li a {
    padding-top: 40px;
    justify-content: flex-start;
  }
}
.discover.category-top .intro .charms-menu .charms-list li a .illustration {
  margin-bottom: 10px;
}
.discover.category-top .intro .charms-menu .charms-list li a .txt {
  color: #383D54;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.34;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li a .txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li a .txt br {
    display: none;
  }
}
.discover.category-top .intro .charms-menu .charms-list li a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 3px solid #383D54;
  border-bottom: 3px solid #383D54;
  position: absolute;
  bottom: 20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li a::after {
    bottom: 50px;
  }
}
.discover.category-top .intro .charms-menu .charms-list li a:hover {
  border: 3px solid #87A3D7;
  background: #FDFFCF;
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 8px 8px 0 0 #87A3D7;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li a:hover {
    background: #fff;
    box-shadow: none;
    transform: none;
    border: none;
  }
}
.discover.category-top .intro .charms-menu .charms-list li:nth-of-type(1) {
  position: absolute;
  top: -67px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li:nth-of-type(1) {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li:nth-of-type(1) a {
    padding-top: 20px;
  }
}
.discover.category-top .intro .charms-menu .charms-list li:nth-of-type(1) .illustration {
  width: 152px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li:nth-of-type(1) .illustration {
    width: 180px;
  }
}
.discover.category-top .intro .charms-menu .charms-list li:nth-of-type(2) {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li:nth-of-type(2) {
    top: -40px;
  }
}
.discover.category-top .intro .charms-menu .charms-list li:nth-of-type(2) .illustration {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li:nth-of-type(2) .illustration {
    width: 148px;
  }
}
.discover.category-top .intro .charms-menu .charms-list li:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 71px;
  height: 57px;
  background: url(/discover_gaigo/img/img_charm_book.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li:nth-of-type(2)::before {
    width: 60px;
    height: 48px;
    background-size: cover;
  }
}
.discover.category-top .intro .charms-menu .charms-list li:nth-of-type(3) {
  position: absolute;
  top: -67px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li:nth-of-type(3) {
    position: relative;
    top: -70px;
    z-index: 3;
  }
}
.discover.category-top .intro .charms-menu .charms-list li:nth-of-type(3) .illustration {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .charms-list li:nth-of-type(3) .illustration {
    width: 171px;
  }
}
.discover.category-top .intro .charms-menu .student-image {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .student-image {
    bottom: -650px;
  }
}
.discover.category-top .intro .charms-menu .student-image li {
  position: absolute;
  pointer-events: none;
  transform: translateY(300px);
  opacity: 0;
}
.discover.category-top .intro .charms-menu .student-image li.jumping {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.15s 0s ease, transform 0.15s 0s ease;
}
.discover.category-top .intro .charms-menu .student-image li.hover {
  animation: pyon 0.3s ease;
}
@keyframes pyon {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-18px);
  }
  70% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.discover.category-top .intro .charms-menu .student-image li:nth-of-type(1) {
  width: 244px;
  left: 0;
  top: -150px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .student-image li:nth-of-type(1) {
    width: 157px;
    top: 0;
    z-index: 1;
  }
}
.discover.category-top .intro .charms-menu .student-image li:nth-of-type(2) {
  width: 258px;
  left: 275px;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .student-image li:nth-of-type(2) {
    width: 190px;
    top: 20px;
    left: calc(50% + 20px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.discover.category-top .intro .charms-menu .student-image li:nth-of-type(3) {
  width: 295px;
  right: 0;
  top: -130px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .intro .charms-menu .student-image li:nth-of-type(3) {
    width: 130px;
    top: 10px;
    right: 0;
    z-index: 1;
  }
}
.discover.category-top .global {
  padding: 75px 0 400px;
  background-color: #FBF0CE;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global {
    padding-bottom: 50px;
  }
}
.discover.category-top .global::before {
  content: "";
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  width: 100%;
  height: 125px;
  background: #FBF0CE;
  position: absolute;
  top: -125px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global::before {
    height: 38px;
    top: -38px;
  }
}
.discover.category-top .global::after {
  content: "";
  display: block;
  width: 92%;
  aspect-ratio: 1330/539;
  background: url(/discover_gaigo/img/img_earth.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global::after {
    width: 100%;
    aspect-ratio: 375/405;
    background: url(/discover_gaigo/img/img_earth_sp.png) no-repeat;
    background-size: contain;
  }
}
.discover.category-top .global .global-intro {
  width: 977px;
  background: #F4F4F4;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #353535;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-intro {
    width: 90%;
  }
}
.discover.category-top .global .global-intro .global-intro-wrap {
  background: #fff;
  border: 1px solid #353535;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-intro .global-intro-wrap {
    padding: 25px 15px 200px;
  }
}
.discover.category-top .global .global-intro .global-intro-wrap .student {
  width: 285px;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-intro .global-intro-wrap .student {
    width: 210px;
    right: -15px;
  }
}
.discover.category-top .global .global-intro .global-intro-wrap .intro-txt {
  width: 625px;
  margin-right: 255px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-intro .global-intro-wrap .intro-txt {
    width: 100%;
    margin-right: 0;
  }
}
.discover.category-top .global .global-intro .global-intro-wrap .intro-txt .line-txt-ttl {
  border-radius: 20px;
  border: 5px solid #FFE8A3;
  background: #F6B92F;
  box-shadow: 5px 5px 0 0 #FFE8A3;
  padding: 5px 0 5px 135px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-intro .global-intro-wrap .intro-txt .line-txt-ttl {
    margin-right: 5px;
    padding: 5px;
    text-align: center;
  }
}
.discover.category-top .global .global-intro .global-intro-wrap .intro-txt .line-txt-ttl::before {
  content: "";
  display: block;
  width: 105px;
  height: 83px;
  background: url(/discover_gaigo/img/fuki01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -28px;
  left: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-intro .global-intro-wrap .intro-txt .line-txt-ttl::before {
    width: 75px;
    height: 58px;
    top: -47px;
  }
}
.discover.category-top .global .global-intro .global-intro-wrap .intro-txt .txt-wrap {
  padding: 0 10px 0 15px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-intro .global-intro-wrap .intro-txt .txt-wrap {
    padding-left: 10px;
  }
}
.discover.category-top .global .global-intro .global-intro-wrap .intro-txt .txt-wrap p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-intro .global-intro-wrap .intro-txt .txt-wrap p {
    font-size: 1rem;
  }
}
.discover.category-top .global .side-scroll-section {
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .side-scroll-section {
    min-height: auto;
  }
}
.discover.category-top .global .global-slide {
  width: 100%;
  height: 100%;
  padding-top: 180px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide {
    width: 500%;
    padding-top: 80px;
  }
}
.discover.category-top .global .global-slide .scroll-container {
  display: block;
  position: relative;
  will-change: transform;
}
.discover.category-top .global .global-slide .global-slide-wrap {
  padding: 0 0 0 170px;
  display: flex;
  align-items: flex-start;
  gap: 20px 110px;
  position: relative;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap {
    padding: 0 1%;
    gap: 20px 30px;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point {
  width: 444px;
  background: #fff;
  border-radius: 20px;
  padding: 25px 0 30px;
  border: 5px solid #F6B92F;
  background: #FFF;
  box-shadow: 5px 5px 0 0 #F6B92F;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point {
    width: 90%;
    padding: 30px 20px 20px;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point .point-ttl {
  color: #FF7D1E;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point .point-ttl {
    font-size: 1.375rem;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point .point-thumb {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point .point-thumb {
    padding: 0;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point .point-thumb .cap {
  position: absolute;
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point p {
    font-size: 0.9375rem;
    padding: 0;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(1) .point-thumb .cap {
  width: 213px;
  right: 5px;
  top: -13px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(1) .point-thumb .cap {
    width: 165px;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(2) .point-thumb .cap {
  width: 213px;
  right: -20px;
  bottom: 7px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(2) .point-thumb .cap {
    width: 171px;
    top: -13px;
    right: 10px;
    bottom: auto;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(3) .point-thumb .cap {
  width: 175px;
  left: 155px;
  top: -13px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(3) .point-thumb .cap {
    width: 135px;
    top: -13px;
    right: 20px;
    left: auto;
    bottom: auto;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(4) .point-thumb .cap {
  width: 212px;
  left: 45px;
  top: -13px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(4) .point-thumb .cap {
    width: 170px;
  }
}
.discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(5) .point-thumb .cap {
  width: 213px;
  right: 45px;
  top: 162px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .global-slide .global-slide-wrap .global-point:nth-of-type(5) .point-thumb .cap {
    width: 170px;
    top: -10px;
    right: 30px;
  }
}
.discover.category-top .global .global-slide .illustration-wrap {
  width: 100%;
  height: 350px;
  background-image: url(/discover_gaigo/img/loop_global.png), linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: contain;
  /*position: absolute;
   bottom: -50px;
   z-index: -1;*/
}
.discover.category-top .global .illustration-wrap {
  width: 100%;
  height: 377px;
  background-image: url(/discover_gaigo/img/illustration_global.png), linear-gradient(to bottom, transparent 0%, transparent 80%, #fff 80%, #fff 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  bottom: 67px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .illustration-wrap {
    height: 155px;
    background-image: url(/discover_gaigo/img/illustration_global_sp.png), linear-gradient(to bottom, transparent 0%, transparent 80%, #fff 80%, #fff 100%);
    background-size: cover;
    bottom: 30px;
  }
}
.discover.category-top .global .txt-loop {
  width: 100%;
  height: 67px;
  padding-bottom: 15px;
  background-color: #fff;
  background-image: url(/discover_gaigo/img/txt_language.png);
  background-repeat: repeat-x;
  background-size: 4371px auto;
  animation: loop-txt 90s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .discover.category-top .global .txt-loop {
    height: 30px;
    background-size: 2060px auto;
  }
}
@keyframes loop-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4231px 0;
  }
}
.discover.category-top .people {
  padding: 150px 0 100px;
  background-color: #CED2E9;
  background-image: url(/discover_gaigo/img/pattern.png);
  background-repeat: repeat;
  border-radius: 60px 60px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people {
    border-radius: 35px 35px 0 0;
    padding: 105px 0;
  }
}
.discover.category-top .people .people-inner {
  display: flex;
  flex-wrap: wrap;
}
.discover.category-top .people .people-inner .people-side {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-side {
    width: 100%;
  }
}
.discover.category-top .people .people-inner .people-side .people-side-wrap {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-side .people-side-wrap {
    position: relative;
    top: 0;
    margin-bottom: 60px;
  }
}
.discover.category-top .people .people-inner .people-side .people-side-wrap .people-head {
  margin-right: 105px;
  background: #F4F4F4;
  padding: 20px 20px 20px 0;
  border-radius: 0 20px 20px 0;
  border: 1px solid #000000;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-side .people-side-wrap .people-head {
    margin-right: 8%;
    padding: 20px 15px 20px 45px;
  }
}
.discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap {
  background: #fff;
  border-radius: 0 20px 20px 0;
  border: 1px solid #000000;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap {
    border-radius: 20px;
    border-left: 1px solid #000000;
  }
}
.discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap .people-head-txt {
  width: 432px;
  margin-left: auto;
  padding: 30px 30px 35px 0;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap .people-head-txt {
    width: 100%;
    padding: 30px 15px 35px 20px;
  }
}
.discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap .people-head-txt .line-txt-ttl {
  text-align: center;
  line-height: 1.2;
  padding: 15px 5px;
  border-radius: 20px;
  border: 5px solid #27CD81;
  background: #FFE8A3;
  box-shadow: 5px 5px 0 0 #27CD81;
  margin-right: 10px;
  margin-bottom: 25px;
  position: relative;
}
.discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap .people-head-txt .line-txt-ttl::before {
  content: "";
  display: block;
  width: 115px;
  height: 91px;
  background: url(/discover_gaigo/img/fuki02.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: -70px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap .people-head-txt .line-txt-ttl::before {
    width: 75px;
    height: 59px;
    top: -48px;
    left: 3px;
  }
}
.discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap .people-head-txt p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.67;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-side .people-side-wrap .people-head .people-head-wrap .people-head-txt p {
    font-size: 1rem;
    padding-left: 75px;
  }
}
.discover.category-top .people .people-inner .people-side .student-image {
  max-width: 499px;
  width: 84%;
  margin-left: auto;
  position: relative;
  top: auto;
  bottom: -66px;
  left: -35px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-side .student-image {
    width: 148px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 30px;
  }
}
.discover.category-top .people .people-inner .people-point-list {
  width: 50%;
  padding-right: calc(50px + (100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list {
    width: 90%;
    padding-right: 0;
    margin: 0 auto;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point {
  background: #fff;
  border-radius: 20px;
  border: 5px solid #27CD81;
  padding: 35px 25px 30px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point {
    margin-bottom: 65px;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point .line-txt-ttl {
  width: 168px;
  font-size: 1.625rem;
  line-height: 1.24;
  text-align: center;
  border-radius: 20px;
  border: 5px solid #27CD81;
  background: #FFE8A3;
  box-shadow: 2px 2px 0 0 #27CD81;
  padding: 15px 10px;
  position: absolute;
  top: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point .line-txt-ttl {
    font-size: 1.3125rem;
    position: static;
    padding: 15px 10px;
    width: 55%;
    margin-bottom: 20px;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point .point-thumb {
  width: 314px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point .point-thumb {
    width: 100%;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point .point-thumb .cap {
  width: 130px;
  position: absolute;
  bottom: 0;
  left: -147px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point .point-thumb .cap {
    width: 130px;
    left: auto;
    right: -15px;
    bottom: auto;
    top: -120px;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point .point-txt {
  margin-left: auto;
}
.discover.category-top .people .people-inner .people-point-list .people-point .point-txt p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point .point-txt p {
    font-size: 0.9375rem;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(1) .point-thumb .cap {
  width: 134px;
  bottom: 37px;
  left: -142px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(1) .point-thumb .cap {
    width: 119px;
    top: -100px;
    left: auto;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(1) .point-txt {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(1) .point-txt {
    width: 100%;
    margin-left: 0;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(2) .point-thumb .cap {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(2) .point-thumb .cap {
    width: 131px;
    top: -110px;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(3) .line-txt-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(3) .point-thumb .cap {
    width: 119px;
    top: -48px;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(3) .point-txt {
  width: 485px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(3) .point-txt {
    width: 100%;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(4) .line-txt-ttl {
  right: 25px;
}
.discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(4) .point-thumb {
  margin-left: 0;
  margin-right: auto;
}
.discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(4) .point-thumb .cap {
  width: 155px;
  left: auto;
  right: -175px;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(4) .point-thumb .cap {
    width: 131px;
    right: -15px;
    top: -110px;
    bottom: auto;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(4) .point-txt {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:nth-of-type(4) .point-txt {
    margin-left: 0;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:last-of-type {
  margin-bottom: 0;
}
.discover.category-top .people .people-inner .people-point-list .people-point:last-of-type .line-txt-ttl {
  right: 25px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:last-of-type .line-txt-ttl {
    width: 60%;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:last-of-type .point-thumb {
  margin-left: 0;
  margin-right: auto;
}
.discover.category-top .people .people-inner .people-point-list .people-point:last-of-type .point-thumb .cap {
  width: 178px;
  left: auto;
  right: -190px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:last-of-type .point-thumb .cap {
    width: 125px;
    right: -15px;
    bottom: auto;
    top: -70px;
  }
}
.discover.category-top .people .people-inner .people-point-list .people-point:last-of-type .point-txt {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .people-inner .people-point-list .people-point:last-of-type .point-txt {
    margin-left: 0;
  }
}
.discover.category-top .people .student-image {
  max-width: 499px;
  width: 84%;
  position: relative;
  top: -75px;
  left: calc(50px + (100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .discover.category-top .people .student-image {
    width: 148px;
    position: absolute;
    left: 0;
    top: 220px;
  }
}
.discover.category-top .learn {
  padding: 130px 0 420px;
  background-color: #fff;
  background-image: linear-gradient(#E9E6D2 1px, transparent 0), linear-gradient(90deg, #E9E6D2 1px, transparent 0), linear-gradient(180deg, #FEFEEC 0%, #FFF2D8 54.89%);
  background-size: 25px 25px, 25px 25px, 100% 100%;
  border-radius: 35px;
  margin-top: -35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn {
    padding: 80px 0 240px;
    background-size: 15px 15px, 15px 15px, 100% 100%;
    border-radius: 35px 35px 0 0;
  }
}
.discover.category-top .learn::after {
  content: "";
  display: block;
  width: 912px;
  height: 310px;
  background: url(/discover_gaigo/img/img_learn04.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn::after {
    width: 100%;
    height: auto;
    aspect-ratio: 370/126;
    bottom: -5px;
  }
}
.discover.category-top .learn .learn-head {
  width: 977px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px;
  background: #F4F4F4;
  border: 1px solid #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-head {
    width: 90%;
  }
}
.discover.category-top .learn .learn-head .learn-head-wrap {
  border-radius: 20px;
  border: 1px solid #000000;
  background: #fff;
  padding: 30px 245px 25px 25px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-head .learn-head-wrap {
    padding: 30px 15px;
  }
}
.discover.category-top .learn .learn-head .learn-head-wrap .line-txt-ttl {
  border-radius: 20px;
  border: 5px solid #87A3D7;
  background: #FFD185;
  box-shadow: 5px 5px 0 0 #87A3D7;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-head .learn-head-wrap .line-txt-ttl {
    text-align: left;
    padding: 10px 10px 10px 15px;
    max-width: 270px;
  }
}
.discover.category-top .learn .learn-head .learn-head-wrap .line-txt-ttl::before {
  content: "";
  display: block;
  width: 105px;
  height: 83px;
  background: url(/discover_gaigo/img/fuki03.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: -33px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-head .learn-head-wrap .line-txt-ttl::before {
    width: 75px;
    height: 59px;
    top: -48px;
    left: 0;
  }
}
.discover.category-top .learn .learn-head .learn-head-wrap p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.67;
  padding: 0 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-head .learn-head-wrap p {
    padding: 0 10px;
    font-size: 1rem;
  }
}
.discover.category-top .learn .learn-head .learn-head-image {
  width: 234px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-head .learn-head-image {
    width: 126px;
    right: 5px;
    bottom: auto;
    top: 52px;
  }
}
@media screen and (max-width: 390px) {
  .discover.category-top .learn .learn-head .learn-head-image {
    right: 15px;
  }
}
@media screen and (max-width: 375px) {
  .discover.category-top .learn .learn-head .learn-head-image {
    right: 0;
  }
}
.discover.category-top .learn .learn-contents {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents {
    margin-top: 75px;
  }
}
.discover.category-top .learn .learn-contents .learn-section {
  background: #F4F4F4;
  width: calc(1200px + (100% - 1200px) / 2);
  padding: 75px 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section {
    width: 95%;
    padding: 65px 0 260px;
  }
}
.discover.category-top .learn .learn-contents .learn-section .learn-txt {
  border-radius: 20px;
  border: 5px solid #87A3D7;
  background: #FFF;
  box-shadow: 5px 4px 0 0 #87A3D7;
  padding: 40px 30px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section .learn-txt {
    padding: 35px 20px 20px;
  }
}
.discover.category-top .learn .learn-contents .learn-section .learn-txt .line-txt-ttl {
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.2;
  padding: 10px 15px;
  border-radius: 20px;
  border: 5px solid #87A3D7;
  background: #FFD185;
  box-shadow: 5px 5px 0 0 #87A3D7;
  position: absolute;
  left: 20px;
  top: -45px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section .learn-txt .line-txt-ttl {
    font-size: 1.5rem;
  }
}
.discover.category-top .learn .learn-contents .learn-section .learn-txt p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section .learn-txt p {
    font-size: 0.9375rem;
  }
}
.discover.category-top .learn .learn-contents .learn-section .learn-image {
  position: absolute;
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(1), .discover.category-top .learn .learn-contents .learn-section:nth-of-type(3), .discover.category-top .learn .learn-contents .learn-section:nth-of-type(6) {
  margin-bottom: 120px;
  border-radius: 0 20px 20px 0;
  padding-left: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(1), .discover.category-top .learn .learn-contents .learn-section:nth-of-type(3), .discover.category-top .learn .learn-contents .learn-section:nth-of-type(6) {
    margin-bottom: 85px;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(1) .learn-txt, .discover.category-top .learn .learn-contents .learn-section:nth-of-type(3) .learn-txt, .discover.category-top .learn .learn-contents .learn-section:nth-of-type(6) .learn-txt {
  margin-left: auto;
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(2), .discover.category-top .learn .learn-contents .learn-section:nth-of-type(4), .discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) {
  margin-left: auto;
  margin-bottom: 130px;
  border-radius: 20px 0 0 20px;
  padding-right: calc((100% - 1200px) / 2);
  padding-left: 95px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(2), .discover.category-top .learn .learn-contents .learn-section:nth-of-type(4), .discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 100px;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(1) {
  padding-right: 175px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(1) {
    padding-right: 0;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(1) .learn-txt {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(1) .learn-txt {
    width: 86%;
    margin: 0 auto;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(1) .learn-image {
  width: 419px;
  bottom: 0;
  right: 645px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(1) .learn-image {
    width: 95%;
    max-width: 360px;
    right: auto;
    left: 5%;
    z-index: 2;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(2) .learn-txt {
  width: 475px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(2) .learn-txt {
    width: 86%;
    margin: 0 auto;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(2) .learn-image {
  width: 574px;
  left: 530px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(2) .learn-image {
    width: 105%;
    left: -5%;
    bottom: -40px;
  }
}
@media screen and (max-width: 390px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(2) .learn-image {
    bottom: 0;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(3) {
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(3) {
    padding-right: 0;
    margin-bottom: 120px;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(3) .learn-txt {
  width: 432px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(3) .learn-txt {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(3) .learn-txt .line-txt-ttl {
    width: 196px;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(3) .learn-image {
  width: 487px;
  bottom: -42px;
  right: 572px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(3) .learn-image {
    width: 105%;
    max-width: 375px;
    right: auto;
    left: calc(105% - 375px);
    bottom: -60px;
    z-index: 2;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(4) {
  padding-left: 155px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(4) {
    padding-left: 0;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(4) .learn-txt {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(4) .learn-txt {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(4) .learn-txt .line-txt-ttl {
    width: 96%;
    letter-spacing: -0.05em;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(4) .learn-image {
  width: 411px;
  left: 655px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(4) .learn-image {
    width: 89%;
    max-width: 320px;
    left: auto;
    right: 0;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) {
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) {
    padding-left: 0;
    padding-bottom: 310px;
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) .learn-txt {
  width: 453px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) .learn-txt {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) .learn-txt .line-txt-ttl {
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) .learn-image {
  width: 504px;
  left: 551px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) .learn-image {
    width: 105%;
    left: -5%;
    bottom: -50px;
  }
}
@media screen and (max-width: 390px) {
  .discover.category-top .learn .learn-contents .learn-section:nth-of-type(5) .learn-image {
    bottom: 0;
  }
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type {
  margin-bottom: 0;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:last-of-type {
    padding-top: 30px;
  }
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type::after {
  content: "";
  display: block;
  width: 393px;
  height: 287px;
  background: url(/discover_gaigo/img/img_student12.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 623px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:last-of-type::after {
    width: 110%;
    height: auto;
    aspect-ratio: 374/296;
    right: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: -5%;
    bottom: -50px;
  }
}
@media screen and (max-width: 390px) {
  .discover.category-top .learn .learn-contents .learn-section:last-of-type::after {
    bottom: -20px;
  }
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-txt {
  width: 491px;
  margin-right: 105px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-txt {
    width: 86%;
    margin: 0 auto;
  }
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image {
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
  right: 625px;
  top: 45px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image {
    position: static;
    width: 86%;
    margin: 0 auto 60px;
  }
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image-list {
  width: 550px;
  margin: 75px 35px 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image-list {
    width: 96%;
    margin-right: 0;
    display: block;
  }
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image-list li {
  width: 266px;
  position: relative;
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image-list li img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image-list li:nth-of-type(1) {
    margin: 0 auto 80px 7%;
  }
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image-list li:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 216px;
  height: 43px;
  background: url(/discover_gaigo/img/learn_fuki01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 3px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image-list li:nth-of-type(2) {
    margin-right: 7%;
    margin-left: auto;
  }
}
.discover.category-top .learn .learn-contents .learn-section:last-of-type .learn-image-list li:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 188px;
  height: 45px;
  background: url(/discover_gaigo/img/learn_fuki02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -55px;
  right: 3px;
}
.discover.category-top .information {
  padding: 115px 0 65px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information {
    padding: 95px 0 85px;
  }
}
.discover.category-top .information .information-inner {
  width: 1104px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.discover.category-top .information .information-inner .information-en {
  font-size: 3.8125rem;
  color: rgba(115, 115, 117, 0.6);
  text-align: center;
  font-family: "Julius Sans One", sans-serif;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .information-en {
    font-size: 2.75rem;
  }
}
.discover.category-top .information .information-inner .information-en .color {
  font-weight: normal;
}
.discover.category-top .information .information-inner .bnr-oc {
  margin-bottom: 115px;
}
.discover.category-top .information .information-inner .bnr-oc a {
  display: block;
}
.discover.category-top .information .information-inner .gaigo-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .gaigo-link {
    justify-content: center;
  }
}
.discover.category-top .information .information-inner .gaigo-link .gaigo-link-section {
  width: 511px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .gaigo-link .gaigo-link-section {
    width: 90%;
  }
}
.discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .logo {
  width: 181px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .logo {
    margin: 0 auto 15px;
  }
}
.discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .gaigo-link-txt {
  width: 303px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .gaigo-link-txt {
    width: 100%;
  }
}
.discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .gaigo-link-txt h4 {
  color: #8F3759;
  font-size: 3.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .gaigo-link-txt h4 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .gaigo-link-txt p {
    font-size: 1rem;
    text-align: center;
  }
}
.discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .gaigo-link-txt .btn {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .gaigo-link .gaigo-link-section .gaigo-link-txt .btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .discover.category-top .information .information-inner .gaigo-link .gaigo-link-section:first-of-type {
    margin-bottom: 65px;
  }
}
.discover.category-top .information .information-inner .gaigo-link .gaigo-link-section:first-of-type .gaigo-link-txt h4 {
  letter-spacing: -0.05em;
}
.discover.category-top .page-link {
  display: flex;
  flex-wrap: wrap;
}
.discover.category-top .page-link li {
  width: 20%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .discover.category-top .page-link li {
    width: 50%;
  }
}
.discover.category-top .page-link li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 11%;
}
.discover.category-top .page-link li a .page-name {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .discover.category-top .page-link li a .page-name {
    font-size: 1rem;
  }
}
.discover.category-top .page-link li:nth-of-type(1) a {
  background: #FFDDC0;
}
.discover.category-top .page-link li:nth-of-type(1) a .icon {
  width: 50%;
  margin: 0 auto;
}
.discover.category-top .page-link li:nth-of-type(2) a {
  background: #FFF2D8;
}
.discover.category-top .page-link li:nth-of-type(2) a .icon {
  width: 76%;
  margin: 0 auto;
}
.discover.category-top .page-link li:nth-of-type(3) a {
  background: #FFDDC0;
}
@media screen and (max-width: 767px) {
  .discover.category-top .page-link li:nth-of-type(3) a {
    background: #FFF2D8;
  }
}
.discover.category-top .page-link li:nth-of-type(3) a .icon {
  width: 83%;
  margin: 0 auto;
}
.discover.category-top .page-link li:nth-of-type(4) a {
  background: #FFF2D8;
}
@media screen and (max-width: 767px) {
  .discover.category-top .page-link li:nth-of-type(4) a {
    background: #FFDDC0;
  }
}
.discover.category-top .page-link li:nth-of-type(4) a .page-name {
  margin-bottom: 7px;
}
.discover.category-top .page-link li:nth-of-type(4) a .icon {
  width: 58%;
  margin: 0 auto;
}
.discover.category-top .page-link li:nth-of-type(5) a {
  background: #FFDDC0;
}
.discover.category-top .page-link li:nth-of-type(5) a .icon {
  width: 58%;
  margin: 0 auto;
}
.discover.category-top .page-link li:nth-of-type(6) {
  display: none;
}
@media screen and (max-width: 767px) {
  .discover.category-top .page-link li:nth-of-type(6) {
    display: block;
    background: #FFF2D8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8F3759;
    font-size: 1.0625rem;
    font-family: "Julius Sans One", sans-serif;
    text-align: center;
    line-height: 1.35;
  }
}

.pin-spacer {
  width: calc(100% - 20px) !important;
}

header.transparent .header-wrap .header-menu-wrap .header-menu .target-btn-menu .target-list li a {
  color: #6E6F6E;
  border: 1px solid #6E6F6E;
}
header.transparent .header-wrap .header-menu-wrap .header-menu .target-btn-menu .target-list li a:hover {
  color: #fff;
}
header.transparent .header-wrap .header-menu-wrap .header-menu .target-btn-menu .contact-btn a {
  color: #6E6F6E;
  border: 1px solid #6E6F6E;
}
header.transparent .header-wrap .header-menu-wrap .header-menu .target-btn-menu .contact-btn a:hover {
  color: #fff;
}/*# sourceMappingURL=discover.css.map */