@charset "UTF-8";
:root {
  --areapadding: 4.68vw;
  --mainwidth: 68.75vw;
  --secondwidth: 62.5vw;
  --widewidth: 75.0vw;
  --color_blue: #0075c1;
  --color_green: #06a237;
  --color_orange: #f6aa00;
}
@media (max-width: 767px) {
  :root {
    --areapadding: 5.2vw;
    --mainwidth: 89.58vw;
    --secondwidth: 79.17vw;
    --widewidth: 89.7vw;
  }
}

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

p {
  font-family: "Noto Sans JP";
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
.head-left {
  float: left;
}
@media (min-width: 768px) {
  .head-left {
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .head-left {
    padding: 12px 0 0 12px;
  }
}
.head-left .logo {
  position: absolute;
}
@media (min-width: 768px) {
  .head-left .logo {
    width: clamp(123.25px, 16.5vw, 265px);
    height: clamp(37.5px, 4.68vw, 75px);
  }
}
@media (max-width: 767px) {
  .head-left .logo {
    width: clamp(123.25px, 34.5vw, 265px);
    height: clamp(37.5px, 9.36vw, 75px);
  }
}

.head-right {
  float: right;
}
@media (min-width: 768px) {
  .head-right {
    padding: 20px var(--areapadding) 0 0;
  }
}
@media (max-width: 767px) {
  .head-right {
    padding: 24px 4vw 0 0;
  }
}
.head-right .head-menu {
  display: flex;
  list-style: none;
}
@media (min-width: 768px) {
  .head-right .head-menu li {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .head-right .head-menu li {
    padding-left: 20px;
  }
}
.head-right .head-menu li:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .head-right .head-menu li:before {
    width: 13px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .head-right .head-menu li:before {
    width: clamp(9.6px, 2.5vw, 19.2px);
    height: clamp(10.8px, 2.8vw, 21.6px);
  }
}

@media (min-width: 768px) {
  .area_top {
    background: linear-gradient(124.43deg, transparent 40%, #ffffff 40%), linear-gradient(#ffffff, #009bdd);
  }
}
@media (max-width: 767px) {
  .area_top {
    background: linear-gradient(132.2deg, transparent 47%, #ffffff 47%), linear-gradient(#ffffff, #009bdd);
  }
}

.first-view {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .first-view {
    width: 90%;
    padding: 4rem 0 var(--areapadding);
  }
}
@media (max-width: 767px) {
  .first-view {
    padding: 4rem 0 var(--areapadding);
  }
}

@media (min-width: 768px) {
  .view-box {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .view-box {
    padding-top: 1.5rem;
  }
}

.attn {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
@media (min-width: 768px) {
  .attn {
    width: 49%;
    margin-left: var(--areapadding);
  }
}
@media (max-width: 767px) {
  .attn {
    overflow-x: hidden;
  }
}

.attn_mess {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.attn_mess.mess-1 {
  opacity: 0;
  -webkit-animation-name: fade-in-1;
          animation-name: fade-in-1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.attn_mess.mess-2 {
  opacity: 0;
  -webkit-animation-name: fade-in-2;
          animation-name: fade-in-2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.attn_mess.mess-3 {
  opacity: 0;
  -webkit-animation-name: fade-in-3;
          animation-name: fade-in-3;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.attn_mess.mess-4 {
  opacity: 0;
  -webkit-animation-name: fade-in-4;
          animation-name: fade-in-4;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (min-width: 768px) {
  .attn_mess {
    position: absolute;
    width: 100%;
    max-width: 1252px;
  }
  .attn_mess.mess-1 {
    top: min(8.328125vw, 258px); /*    top: calc(4% + 6.5vw); */
    left: 0;
  }
  .attn_mess.mess-2 {
    top: min(17.3225vw, 536px); /*    top: calc(4% + 14.5vw); */
    left: 0;
  }
  .attn_mess.mess-3 {
    top: min(3.33125vw, 105px); /*    top: calc(4% + 2vw); */
    left: 0;
  }
  .attn_mess.mess-4 {
    bottom: 1.5vw;
    left: 0;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .attn_mess {
    width: 90vw;
    margin: 0 auto;
    padding: 10px 5vw 0 5vw;
  }
  .attn_mess.mess-4 {
    margin: 59% 0 60px;
  }
}

@-webkit-keyframes fade-in-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .view-box .right-image {
    width: 80%;
    margin: 0 0 0 -20%;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .view-box .right-image {
    position: absolute;
    top: calc(20px + 62.46vw);
    right: 0;
    width: 84.6vw;
    z-index: 1;
  }
}

.appeal {
  position: absolute;
  z-index: 5;
  text-align: center;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: fade-in-5;
          animation-name: fade-in-5;
  opacity: 0;
}
@media (min-width: 768px) {
  .appeal {
    width: 110vw;
    top: 55.5%;
  }
}
@media (max-width: 767px) {
  .appeal {
    overflow-x: hidden;
    width: 125vw;
    top: calc(20px + 86vw);
  }
}
.appeal .point-1 {
  background-color: #faf221;
}
.appeal .point-1 p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #074097;
}
@media (min-width: 768px) {
  .appeal .point-1 p {
    font-size: 2.375vw;
    margin-left: 24%;
  }
}
@media (max-width: 767px) {
  .appeal .point-1 p {
    font-size: 4.69vw;
    margin-left: 20%;
  }
}
.appeal .point-2 {
  background-color: #074097;
}
.appeal .point-2 p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .appeal .point-2 p {
    font-size: 1.875vw;
    margin-left: 24%;
  }
}
@media (max-width: 767px) {
  .appeal .point-2 p {
    font-size: 3.91vw;
    margin-left: 20%;
  }
}

@-webkit-keyframes fade-in-5 {
  0% {
    transform: rotate(-8.3deg) translateX(-113%);
    opacity: 1;
  }
  /*  80% {
      transform: rotate(-8.3deg) translateX(-10%);
      opacity: 1;
    } */
  100% {
    transform: rotate(-8.3deg) translateX(-13%);
    opacity: 1;
  }
}

@keyframes fade-in-5 {
  0% {
    transform: rotate(-8.3deg) translateX(-113%);
    opacity: 1;
  }
  /*  80% {
      transform: rotate(-8.3deg) translateX(-10%);
      opacity: 1;
    } */
  100% {
    transform: rotate(-8.3deg) translateX(-13%);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .left-bar {
    display: grid;
    position: absolute;
    height: 60%;
    top: 55%;
    left: 2.7%;
    overflow: hidden;
    transform: translate(50%, -50%);
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .left-bar {
    display: none;
  }
}
.left-bar .sns_link {
  display: inline-block;
}
.left-bar .sns_link a:hover {
  opacity: 0.8;
}
.left-bar .sns_link a img {
  max-width: 25.5px;
  margin-bottom: 30px;
}

.scrool {
  position: relative;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.scrool span {
  font-family: "Barlow";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: auto;
  color: #ffffff;
}
.scrool::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 150px;
  background-color: #ffffff;
  top: 0;
  left: 37.5%;
  margin-top: 38%;
  -webkit-animation: movedown 2s ease-in-out infinite;
          animation: movedown 2s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes movedown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 250px;
    opacity: 0;
  }
}

@keyframes movedown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 250px;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .right-cp {
    display: grid;
    position: absolute;
    height: 100%;
    top: 0;
    right: 2.7%;
    overflow: hidden;
    place-items: center center;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .right-cp {
    display: none;
  }
}
.right-cp p {
  font-family: "Barlow";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000000;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  line-height: 30px;
}

.free-lessons {
  background: linear-gradient(rgba(6, 162, 55, 0.7), rgba(6, 162, 55, 0.7)), url(../../images/school/top/free-lesson_bg.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .free-lessons {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .free-lessons {
    padding-top: 40px;
  }
}

.lead-text {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .lead-text {
    width: 62.5%;
  }
}
@media (max-width: 767px) {
  .lead-text {
    overflow-x: hidden;
  }
}

.lead_title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .lead_title {
    font-size: 3.125vw;
  }
}
@media (max-width: 767px) {
  .lead_title {
    font-size: 6.52vw;
  }
}
.lead_title::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/school/top/8note.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .lead_title::after {
    width: 2.35vw;
    height: 2.8vw;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .lead_title::after {
    width: 4.915vw;
    height: 5.83vw;
  }
}

.lead_disc {
  font-weight: 400;
}
@media (min-width: 768px) {
  .lead_disc {
    font-size: 1vw;
    line-height: 2vw;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .lead_disc {
    font-size: 3.39vw;
    line-height: 6.68vw;
    padding: 10px 0 9rem;
  }
}

.lead_left-image {
  position: absolute;
}
@media (min-width: 768px) {
  .lead_left-image {
    top: 10%;
    left: -8%;
    width: 10.625vw;
  }
}
@media (max-width: 767px) {
  .lead_left-image {
    top: 22%;
    left: 5%;
    width: 22.16vw;
  }
}

.lead_right-image {
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .lead_right-image {
    bottom: -1.76vw;
    right: -1%;
    width: 12.375vw;
  }
}
@media (max-width: 767px) {
  .lead_right-image {
    overflow-x: hidden;
    bottom: 0;
    right: -4%;
    width: 22.8vw;
  }
}

.reservation_area {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .reservation_area {
    width: var(--secondwidth);
    margin: 1.75vw auto;
  }
}
@media (max-width: 767px) {
  .reservation_area {
    width: 100%;
  }
}

.reservation-box {
  position: relative;
}
@media (min-width: 768px) {
  .reservation-box {
    padding-top: 2vw;
  }
}
@media (max-width: 767px) {
  .reservation-box {
    padding-top: 3vw;
  }
}
.reservation-box.web {
  background-color: #038DD4;
}
.reservation-box.tel {
  position: relative;
  background-color: #E0334E;
}
.reservation-box.tel .button {
  cursor: unset;
}
@media (min-width: 768px) {
  .reservation-box.tel .reservation_center {
    padding: 1.2vw 0 2.3vw;
  }
}
.reservation-box .icon {
  line-height: 2vw;
  margin: 0 auto;
  padding: 0.625vw 0;
}
@media (min-width: 768px) {
  .reservation-box .icon {
    width: 1.875vw;
  }
}
@media (max-width: 767px) {
  .reservation-box .icon {
    width: 4.745vw;
  }
}
.reservation-box .guide {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .reservation-box .guide {
    font-size: 1.375vw;
  }
}
@media (max-width: 767px) {
  .reservation-box .guide {
    font-size: 2.86vw;
  }
}

.reservation_link {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #000000;
  background-color: #faf221;
  border-radius: 50px;
  margin: 0 auto;
  padding: 1vw 0;
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .reservation_link {
    width: 29vw;
  }
}
@media (max-width: 767px) {
  .reservation_link {
    width: 50.45vw;
    height: 13.725vw;
  }
}
.reservation_link:hover {
  cursor: pointer;
  filter: brightness(1.6);
}
.reservation_link::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../../images/school/top/right_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in;
}
@media (min-width: 768px) {
  .reservation_link::after {
    right: 2vw;
    width: 1.25vw;
    height: 0.795vw;
  }
}
@media (max-width: 767px) {
  .reservation_link::after {
    right: 3.5vw;
    width: 4.172vw;
    height: 2.655vw;
  }
}
.reservation_link.tel {
  pointer-events: none;
}
.reservation_link.tel::after {
  display: none;
}
.reservation_link:hover::after {
  transform: translateX(40%);
}
.reservation_link span {
  font-weight: 700;
  padding-right: 2vw;
}
@media (min-width: 768px) {
  .reservation_link span {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  .reservation_link span {
    font-size: 3.91vw;
  }
}

.link_under {
  font-weight: 500;
}
@media (min-width: 768px) {
  .link_under {
    font-size: 0.9vw;
    padding-top: 0.8vw;
  }
}
@media (max-width: 767px) {
  .link_under {
    font-size: 2.87vw;
    padding-top: 2.4vw;
  }
}

.reservation_center {
  padding-bottom: 2vw;
}
.reservation_center a {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.reservation_left {
  position: absolute;
}
@media (min-width: 768px) {
  .reservation_left {
    width: 10.625vw;
    top: 1.7vw;
    left: 3%;
  }
}
@media (max-width: 767px) {
  .reservation_left {
    width: 15.08vw;
    top: 3.3vw;
    left: var(--areapadding);
  }
}

.reservation_right {
  position: absolute;
  top: 1vw;
}
@media (min-width: 768px) {
  .reservation_right {
    width: 8.719vw;
    right: 6%;
  }
}
@media (max-width: 767px) {
  .reservation_right {
    width: 19.1vw;
    right: 10px;
  }
}

.school-list {
  background-color: #fae0e4;
  border: 5px solid #e0334e;
  text-align: center;
}

.please {
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  .please {
    font-size: 1.375vw;
  }
}
@media (max-width: 767px) {
  .please {
    font-size: 3.91vw;
  }
}
@media (min-width: 768px) {
  .please {
    padding: 1vw 0 0.8vw;
  }
}
@media (max-width: 767px) {
  .please {
    padding: 3vw 0;
  }
}
.please span {
  color: #e0334e;
}

.tel_tap {
  display: inline-block;
  background-color: #E0334E;
  font-size: 3.39vw;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}

.region {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-weight: 700;
  color: #ffffff;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .region {
    width: 58.125vw;
    padding: 0.3vw 0;
  }
}
@media (max-width: 767px) {
  .region {
    width: 88.93vw;
    padding: 1vw 0;
  }
}
.region:hover {
  cursor: pointer;
  filter: brightness(1.3);
}
.region::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  margin: auto 0;
}
@media (min-width: 768px) {
  .region::before {
    top: 30%;
    right: 3vw;
    width: 2px;
    height: 1.375vw;
  }
}
@media (max-width: 767px) {
  .region::before {
    top: 35%;
    right: 5vw;
    width: 2px;
    height: 2.87vw;
  }
}
.region.open::before {
  display: none;
}
.region::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .region::after {
    top: 30%;
    right: 3vw;
    width: 2px;
    height: 1.375vw;
  }
}
@media (max-width: 767px) {
  .region::after {
    top: 35%;
    right: 5vw;
    width: 2px;
    height: 2.87vw;
  }
}
.region span {
  display: inline-block;
  letter-spacing: 2rem;
  margin-right: -2rem;
}
@media (min-width: 768px) {
  .region span {
    font-size: 1.625vw;
  }
}
@media (max-width: 767px) {
  .region span {
    font-size: 5.32vw;
  }
}

.region_area {
  position: relative;
  margin: 0.5vw auto;
  padding: 0;
}
@media (min-width: 768px) {
  .region_area {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .region_area {
    width: 88.93vw;
  }
}
@media (min-width: 768px) {
  .region_area .school-list_region {
    width: 58.125vw;
    margin: 0 auto;
    padding: 0.3vw 0;
  }
}
@media (max-width: 767px) {
  .region_area .school-list_region {
    margin: 0 auto;
    padding: 0 0 3vw;
  }
}
@media (min-width: 768px) {
  .region_area .school-list_region .branch_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
  }
}
@media (max-width: 767px) {
  .region_area .school-list_region .branch_list {
    width: 100%;
  }
}
.region_area .school-list_region .branch_list .branch {
  text-align: left;
  font-weight: 700;
  /* border-bottom: 1px solid #999999; */
}
@media (min-width: 768px) {
  .region_area .school-list_region .branch_list .branch {
    padding: 1vw 0;
  }
}
@media (max-width: 767px) {
  .region_area .school-list_region .branch_list .branch {
    padding: 3vw 0;
  }
}
.region_area .school-list_region .branch_list .branch:nth-child(-n+6) {
  grid-column: 1;
}
.region_area .school-list_region .branch_list .branch:nth-child(-n+6):last-child {
  border: none;
}
@media (min-width: 768px) {
  .region_area .school-list_region .branch_list .branch:nth-child(6) {
    border: none;
  }
}
.region_area .school-list_region .branch_list .branch:nth-child(n+7) {
  grid-column: 2;
}
.region_area .school-list_region .branch_list .branch .name_area {
  display: flex;
}
@media (min-width: 768px) {
  .region_area .school-list_region .branch_list .branch .name_area .branch_name {
    font-size: 1.4vw;
    font-feature-settings: "palt";
  }
}
@media (max-width: 767px) {
  .region_area .school-list_region .branch_list .branch .name_area .branch_name {
    font-size: 4.15vw;
    font-feature-settings: "palt";
  }
}
.region_area .school-list_region .branch_list .branch .name_area .branch_name::before {
  content: "《";
}
.region_area .school-list_region .branch_list .branch .name_area .branch_name::after {
  content: "》";
}
.region_area .school-list_region .branch_list .branch .name_area .branch_name.blue {
  color: var(--color_blue);
}
.region_area .school-list_region .branch_list .branch .name_area .branch_name.green {
  color: var(--color_green);
}
.region_area .school-list_region .branch_list .branch .name_area .branch_name.orange {
  color: var(--color_orange);
}
.region_area .school-list_region .branch_list .branch .name_area .branch_tel {
  color: #000000;
}
@media (min-width: 768px) {
  .region_area .school-list_region .branch_list .branch .name_area .branch_tel {
    font-size: 1.4375vw;
  }
}
@media (max-width: 767px) {
  .region_area .school-list_region .branch_list .branch .name_area .branch_tel {
    font-size: 4.4vw;
  }
}
.region_area .school-list_region .branch_list .branch .name_area .branch_tel::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .region_area .school-list_region .branch_list .branch .name_area .branch_tel::before {
    width: 1.9435vw;
    height: 1.9435vw;
    margin-right: 0.5rem;
    transform: translateY(-11%);
  }
}
@media (max-width: 767px) {
  .region_area .school-list_region .branch_list .branch .name_area .branch_tel::before {
    width: 6.36vw;
    height: 6.36vw;
    margin-right: 0.3rem;
    transform: translateY(-11%);
  }
}
.region_area .school-list_region .branch_list .branch .name_area .branch_tel.blue::before {
  background-image: url(../../images/school/top/tel_blue.svg);
}
.region_area .school-list_region .branch_list .branch .name_area .branch_tel.green::before {
  background-image: url(../../images/school/top/tel_green.svg);
}
.region_area .school-list_region .branch_list .branch .name_area .branch_tel.orange::before {
  background-image: url(../../images/school/top/tel_orange.svg);
}
.region_area .school-list_region .branch_list .branch .name_area .branch_tel a {
  color: #000000;
}
.region_area .school-list_region .branch_list .branch .address_area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .region_area .school-list_region .branch_list .branch .address_area {
    padding-top: 1vw;
  }
}
.region_area .school-list_region .branch_list .branch .address_area .branch_address {
  position: relative;
}
@media (min-width: 768px) {
  .region_area .school-list_region .branch_list .branch .address_area .branch_address {
    font-size: 0.875vw;
    margin-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .region_area .school-list_region .branch_list .branch .address_area .branch_address {
    font-size: 2.87vw;
    margin-left: 0.5rem;
  }
}
.region_area .school-list_region .branch_list .branch .address_area .branch_address a {
  color: #000000;
  text-decoration: underline;
  /*
  &::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: -1px; 
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  &:hover::after {
    transform: scale(1, 1);
  }
  */
}
@media (min-width: 768px) {
  .region_area .school-list_region .branch_list .branch .address_area .place {
    width: 0.7vw;
    height: 1vw;
    margin-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .region_area .school-list_region .branch_list .branch .address_area .place {
    width: 2.29vw;
    height: 3.27vw;
    margin-left: 0.5rem;
  }
}

.kinki {
  background-color: var(--color_blue);
}

.kanto {
  background-color: var(--color_green);
}

.kyushu {
  background-color: var(--color_orange);
}

@media (min-width: 768px) {
  .pb_inner {
    padding-bottom: 0.3vw;
  }
}
@media (max-width: 767px) {
  .pb_inner {
    padding-bottom: 3vw;
  }
}

.school-guide {
  background: linear-gradient(124.43deg, #ffffff 30%, transparent 30%, transparent 70%, #ffffff 70%), linear-gradient(rgb(255, 255, 255) 0%, rgb(191, 220, 239) 50%, rgb(255, 255, 255) 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .school-guide {
    padding-top: 60px;
  }
}

.a_part {
  position: relative;
  background-image: url(../../images/school/top/a_part_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
}
.a_part:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  z-index: 5;
}
@media (min-width: 768px) {
  .a_part:after {
    bottom: -2.7vw;
    border-width: 2.78vw 3.125vw 0 3.125vw;
  }
}
@media (max-width: 767px) {
  .a_part:after {
    bottom: 10.8vw;
    border-width: 8.1vw 9.375vw 0 9.375vw;
  }
}
@media (min-width: 768px) {
  .a_part {
    width: var(--mainwidth);
    background-size: contain;
    padding-top: calc(var(--areapadding) - 1vw);
  }
}
@media (max-width: 767px) {
  .a_part {
    width: var(--secondwidth);
    background-size: 100%;
  }
}
.a_part .title {
  color: #000000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .a_part .title {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .a_part .title {
    font-size: 5.215vw;
  }
}
.a_part .center {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #e0334e;
  padding: 1vw 0 var(--areapadding) 0;
}
@media (min-width: 768px) {
  .a_part .center {
    font-size: 1.625vw;
  }
}
@media (max-width: 767px) {
  .a_part .center {
    font-size: 3.91vw;
  }
}
.a_part .center .comment {
  opacity: 0;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 10;
}
@media (min-width: 768px) {
  .a_part .center .comment {
    padding-top: 1vw;
  }
}
@media (max-width: 767px) {
  .a_part .center .comment {
    padding-top: 3.5vw;
  }
}
.a_part .center .comment span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #e0334e;
}
@media (min-width: 768px) {
  .a_part .center .comment span {
    border-radius: 15px;
    padding: 1vw 3vw;
  }
}
@media (max-width: 767px) {
  .a_part .center .comment span {
    border-radius: 10px;
    padding: 3vw 5vw;
  }
}
@media (max-width: 767px) {
  .a_part .comment-image {
    display: flex;
    margin: 0 auto -4rem;
    z-index: 2;
    transform: translatey(-2rem);
  }
}
@media (min-width: 768px) {
  .a_part .comment-image .left-image {
    position: absolute;
    top: 30%;
    left: -8%;
    width: 19.875vw;
  }
}
@media (max-width: 767px) {
  .a_part .comment-image .left-image {
    position: relative;
    transform: translatex(-16%);
  }
}
@media (min-width: 768px) {
  .a_part .comment-image .right-image {
    position: absolute;
    top: 30%;
    right: -8%;
    width: 17.625vw;
  }
}
@media (max-width: 767px) {
  .a_part .comment-image .right-image {
    transform: translatex(16%);
  }
}

.comment-1.slide.is-active {
  -webkit-animation-name: comment-fade-in-1;
          animation-name: comment-fade-in-1;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
@media (min-width: 768px) {
  .comment-1.slide.is-active {
    transform: translatex(7%);
  }
}
@media (max-width: 767px) {
  .comment-1.slide.is-active {
    transform: translatex(4%);
  }
}

@-webkit-keyframes comment-fade-in-1 {
  0% {
    opacity: 0;
    transform: translatex(17%);
  }
  100% {
    opacity: 1;
  }
}

@keyframes comment-fade-in-1 {
  0% {
    opacity: 0;
    transform: translatex(17%);
  }
  100% {
    opacity: 1;
  }
}
.comment-2.slide.is-active {
  -webkit-animation-name: comment-fade-in-2;
          animation-name: comment-fade-in-2;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
@media (min-width: 768px) {
  .comment-2.slide.is-active {
    transform: translatex(-16%);
  }
}
@media (max-width: 767px) {
  .comment-2.slide.is-active {
    transform: translatex(-10%);
  }
}

@-webkit-keyframes comment-fade-in-2 {
  0% {
    opacity: 0;
    transform: translatex(-26%);
  }
  100% {
    opacity: 1;
  }
}

@keyframes comment-fade-in-2 {
  0% {
    opacity: 0;
    transform: translatex(-26%);
  }
  100% {
    opacity: 1;
  }
}
.comment-3.slide.is-active {
  -webkit-animation-name: comment-fade-in-3;
          animation-name: comment-fade-in-3;
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
@media (min-width: 768px) {
  .comment-3.slide.is-active {
    transform: translatex(18%);
  }
}
@media (max-width: 767px) {
  .comment-3.slide.is-active {
    transform: translatex(4%);
  }
}

@-webkit-keyframes comment-fade-in-3 {
  0% {
    opacity: 0;
    transform: translatex(27%);
  }
  100% {
    opacity: 1;
  }
}

@keyframes comment-fade-in-3 {
  0% {
    opacity: 0;
    transform: translatex(27%);
  }
  100% {
    opacity: 1;
  }
}
.b_part {
  position: relative;
  width: 100vw;
  background: linear-gradient(rgba(6, 88, 55, 0.5), rgba(6, 88, 55, 0.5)), url(../../images/school/top/b_part_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  padding-top: var(--areapadding);
}
.b_part img {
  width: var(--widewidth);
  margin: 0 auto;
  padding: 30px 0 var(--areapadding) 0;
}

.c_part {
  position: relative;
  width: var(--mainwidth);
  margin: 0 auto;
  padding-top: var(--areapadding);
}

.front {
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .front .left-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .front .left-image {
    width: 35%;
  }
}
.front .left-image img {
  width: 28.94vw;
}
@media (min-width: 768px) {
  .front .right-text {
    width: 50%;
  }
  .front .right-text img {
    width: 12.1vw;
  }
}
@media (max-width: 767px) {
  .front .right-text {
    width: 65%;
    padding-top: 3vw;
  }
  .front .right-text img {
    width: 30.25vw;
  }
}
.front .right-text .lead-text {
  width: 100%;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 0;
  padding-top: 0.5vw;
}
@media (min-width: 768px) {
  .front .right-text .lead-text {
    font-size: 1.875vw;
  }
}
@media (max-width: 767px) {
  .front .right-text .lead-text {
    font-size: 4.17vw;
    letter-spacing: -0.6px;
  }
}
.front .right-text .disc-text_pc {
  font-size: 1vw;
  color: #000000;
  text-align: left;
  line-height: 2vw;
  padding: 2vw var(--areapadding) 0 0;
}
@media (max-width: 767px) {
  .front .right-text .disc-text_pc {
    display: none;
  }
}

.disc-text_sp {
  font-size: 3.29vw;
  color: #000000;
  text-align: left;
  line-height: 5rem;
  padding: 3vw 0 40px 0;
}
@media (min-width: 768px) {
  .disc-text_sp {
    display: none;
  }
}

.point-box {
  position: relative;
  align-items: center;
  background-color: #e5f7fc;
}
@media (min-width: 768px) {
  .point-box {
    padding: 3vw;
  }
}
@media (max-width: 767px) {
  .point-box {
    padding: var(--areapadding);
  }
}

.point_title {
  position: relative;
  display: inline-block;
  background-color: #074097;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .point_title {
    width: 61.25vw;
    height: 5.8vw;
    padding: 0.5vw 0 0.2vw;
    font-size: 2.25vw;
    border-radius: 5vw;
  }
}
@media (max-width: 767px) {
  .point_title {
    width: 79.14vw;
    height: 18.8vw;
    padding: 2.5vw 0;
    font-size: 4.69vw;
    line-height: 4.5rem;
    border-radius: 10vw;
  }
}
.point_title::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #074097 transparent transparent transparent;
}
@media (min-width: 768px) {
  .point_title::after {
    bottom: -13%;
    border-width: 1vw 1vw 0 1vw;
  }
}
@media (max-width: 767px) {
  .point_title::after {
    bottom: -20%;
    border-width: 5vw 5vw 0 5vw;
  }
}
.point_title span {
  position: relative;
  color: #ffff00;
}
@media (min-width: 768px) {
  .point_title span {
    vertical-align: middle;
    font-size: 3.75vw;
    padding: 0 0.7rem 1rem;
    top: -9%;
  }
}
@media (max-width: 767px) {
  .point_title span {
    font-size: 7.82vw;
    padding: 0 0.3rem 0.3rem;
  }
}

@media (min-width: 768px) {
  .point-flex_pc {
    display: flex;
  }
}
@media (max-width: 767px) {
  .point-flex_pc {
    margin: 0 auto;
    width: 61.28vw;
  }
}
@media (min-width: 768px) {
  .point-flex_pc p {
    font-size: 1vw;
    line-height: 1.75vw;
    padding-top: 1vw;
  }
}
@media (max-width: 767px) {
  .point-flex_pc p {
    font-size: 3.39vw;
    line-height: 5rem;
    padding-top: 3vw;
  }
}

.point-1, .point-2, .point-3 {
  width: 100%;
}

.point-2, .point-3 {
  padding-left: 1.4vw;
}

.point_num {
  display: table-cell;
}
.point_num .number {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-style: oblique;
  color: #074097;
}
@media (min-width: 768px) {
  .point_num .number {
    font-size: 4.68vw;
    transform: translate(0, -0.2vw);
  }
}
@media (max-width: 767px) {
  .point_num .number {
    font-size: 11.73vw;
  }
}
.point_num .disc {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #000000;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .point_num .disc {
    font-size: 1.625vw;
    line-height: 1.8vw;
  }
}
@media (max-width: 767px) {
  .point_num .disc {
    font-size: 3.91vw;
    line-height: 5.4vw;
  }
}

.d_part {
  position: relative;
  width: var(--widewidth);
  margin: 0 auto;
  padding-top: var(--areapadding);
}

.flow_title {
  position: relative;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .flow_title {
    font-size: 3.125vw;
  }
}
@media (max-width: 767px) {
  .flow_title {
    font-size: 6.52vw;
    letter-spacing: -0.1rem;
    padding-bottom: 4vw;
  }
}
.flow_title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../../images/school/top/down-arrow_a.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .flow_title::before {
    width: 2.625vw;
    height: 3.625vw;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .flow_title::before {
    width: 5.51vw;
    height: 7.68vw;
    margin-right: 1rem;
  }
}
.flow_title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../../images/school/top/down-arrow_b.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .flow_title::after {
    width: 2.9375vw;
    height: 4vw;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .flow_title::after {
    width: 6.135vw;
    height: 8.34vw;
    margin-left: 1rem;
  }
}

.flow_step {
  width: 100%;
  background-color: #E5F7FC;
  margin-top: 1.5vw;
  display: grid;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media (min-width: 768px) {
  .flow_step {
    border-radius: 10vw;
  }
  .flow_step:nth-child(even) {
    grid-template-columns: 15% 52% 33%;
    grid-template-rows: 40% 60%;
    grid-template-areas: "area_a area_b area_d" "area_a area_c area_d";
  }
  .flow_step:nth-child(even) .step_image {
    margin-left: auto;
  }
  .flow_step:nth-child(odd) {
    grid-template-columns: 33% 52% 15%;
    grid-template-rows: 40% 60%;
    grid-template-areas: "area_d area_b area_a" "area_d area_c area_a";
  }
}
@media (max-width: 767px) {
  .flow_step {
    border-radius: 25vw;
    grid-template-columns: 23% 77%;
    grid-template-areas: "area_a area_b" "area_c area_c" "area_d area_d";
  }
  .flow_step:not(:last-child) {
    margin-bottom: 20vw;
  }
}
.flow_step .step_num {
  grid-area: area_a;
  position: relative;
  border-radius: 50%;
  background-color: #E0334E;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .flow_step .step_num {
    width: 6.5vw;
    height: 6.5vw;
    line-height: 6.5vw;
  }
}
@media (max-width: 767px) {
  .flow_step .step_num {
    width: 13.56vw;
    height: 13.56vw;
    line-height: 7.8vw;
  }
}
.flow_step .step_num::before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../../images/school/top/step.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .flow_step .step_num::before {
    width: 5.04vw;
    height: 3.625vw;
    top: -1vw;
    left: 0.6vw;
  }
}
@media (max-width: 767px) {
  .flow_step .step_num::before {
    width: 10.52vw;
    height: 5.573vw;
    top: -2.3vw;
    left: 1.6vw;
  }
}
.flow_step .step_num span {
  position: absolute;
  font-weight: 700;
  font-style: oblique;
  color: #ffffff;
}
@media (min-width: 768px) {
  .flow_step .step_num span {
    font-size: 3.125vw;
    top: -5%;
    left: 36%;
  }
}
@media (max-width: 767px) {
  .flow_step .step_num span {
    font-size: 6.52vw;
    top: 20%;
    left: 37%;
  }
}
.flow_step .step_title {
  grid-area: area_b;
  font-weight: 700;
  margin: auto 0;
}
@media (min-width: 768px) {
  .flow_step .step_title {
    font-size: 2.25vw;
  }
}
@media (max-width: 767px) {
  .flow_step .step_title {
    font-size: 4.69vw;
  }
}
.flow_step .step_disc {
  grid-area: area_c;
  letter-spacing: 0.02rem;
}
@media (min-width: 768px) {
  .flow_step .step_disc {
    font-size: 1vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 767px) {
  .flow_step .step_disc {
    width: var(--secondwidth);
    font-size: 3.39vw;
    line-height: 5.2vw;
    margin: 0 auto;
    padding: 0 0.5rem;
  }
}
.flow_step .step_image {
  grid-area: area_d;
}
@media (min-width: 768px) {
  .flow_step .step_image {
    width: 22.16vw;
  }
}
@media (max-width: 767px) {
  .flow_step .step_image {
    margin: 0 auto;
    width: 46.24vw;
  }
}
.flow_step .step_image img {
  border-radius: 25vw;
}
@media (max-width: 767px) {
  .flow_step .step_image img {
    margin: 4rem 0 4.5rem;
  }
}

.e_part {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .e_part {
    width: var(--mainwidth);
    padding-top: var(--areapadding);
  }
}
@media (max-width: 767px) {
  .e_part {
    width: 100%;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .voice_title {
    width: 100vw;
  }
}

.graph_area {
  position: relative;
  text-align: center;
}

.circle_graph {
  position: relative;
  border-radius: 50%;
  background-image: conic-gradient(#ED9492 0deg 198deg, #AFD88C 198deg 342deg, #F0CC43 342deg 358deg, #86B8E0 358deg 360deg);
}
@media (min-width: 768px) {
  .circle_graph {
    width: 40vw;
    height: 40vw;
    margin: 7vw auto 5vw;
  }
}
@media (max-width: 767px) {
  .circle_graph {
    width: var(--widewidth);
    height: var(--widewidth);
    margin: 14.5rem auto 5vw;
  }
}

.very_good {
  position: absolute;
  top: 37%;
  right: 15%;
}
.very_good .item {
  font-weight: 700;
}
@media (min-width: 768px) {
  .very_good .item {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
}
@media (max-width: 767px) {
  .very_good .item {
    font-size: 5.215vw;
    line-height: 8vw;
  }
}
.very_good span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .very_good span {
    font-size: 4.375vw;
  }
}
@media (max-width: 767px) {
  .very_good span {
    font-size: 9.126vw;
  }
}

.good {
  position: absolute;
  top: 39%;
  left: 15%;
}
.good .item {
  font-weight: 700;
}
@media (min-width: 768px) {
  .good .item {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
}
@media (max-width: 767px) {
  .good .item {
    font-size: 5.215vw;
    line-height: 8vw;
  }
}
.good span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .good span {
    font-size: 4.375vw;
  }
}
@media (max-width: 767px) {
  .good span {
    font-size: 9.126vw;
  }
}

.usually {
  position: absolute;
  top: -8%;
  left: 38%;
}
.usually .item {
  font-weight: 700;
  transform: translate(-100%);
}
@media (min-width: 768px) {
  .usually .item {
    font-size: 2.125vw;
  }
}
@media (max-width: 767px) {
  .usually .item {
    font-size: 4.43vw;
  }
}
.usually::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #000000;
  transform: rotate(145deg);
}
@media (min-width: 768px) {
  .usually::after {
    top: 20%;
    right: 3.3vw;
    width: 2px;
    height: 2.8vw;
  }
}
@media (max-width: 767px) {
  .usually::after {
    top: 20%;
    right: 6.3vw;
    width: 2px;
    height: 5.69vw;
  }
}
.usually .percent {
  font-weight: 700;
}
@media (min-width: 768px) {
  .usually .percent {
    font-size: 3.75vw;
  }
}
@media (max-width: 767px) {
  .usually .percent {
    font-size: 7.82vw;
  }
}
.usually .percent span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .usually .percent span {
    font-size: 2.125vw;
  }
}
@media (max-width: 767px) {
  .usually .percent span {
    font-size: 3.91vw;
  }
}

.bad {
  position: absolute;
  display: flex;
  top: -14%;
  right: 6.5%;
}
.bad .item {
  font-weight: 700;
}
@media (min-width: 768px) {
  .bad .item {
    font-size: 2.125vw;
  }
}
@media (max-width: 767px) {
  .bad .item {
    font-size: 4.43vw;
  }
}
.bad .item::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #000000;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .bad .item::after {
    top: 87%;
    left: 1.6vw;
    width: 2px;
    height: 1.8vw;
  }
}
@media (max-width: 767px) {
  .bad .item::after {
    top: 87%;
    left: 0.8vw;
    width: 2px;
    height: 3.9vw;
  }
}
.bad span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .bad span {
    font-size: 3.75vw;
  }
}
@media (max-width: 767px) {
  .bad span {
    font-size: 7.82vw;
  }
}

@media (min-width: 768px) {
  .customer {
    position: absolute;
  }
}
.customer_text {
  text-align: left;
}

.customer_attr {
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffff00 50%);
  font-weight: 700;
  padding: 0 0.4vw;
}
@media (min-width: 768px) {
  .customer_attr {
    font-size: 1.375vw;
  }
}
@media (max-width: 767px) {
  .customer_attr {
    font-size: 4.015vw;
  }
}

.customer_comment {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .customer_comment {
    font-size: 0.875vw;
  }
}
@media (max-width: 767px) {
  .customer_comment {
    font-size: 3.13vw;
  }
}

.customer.voice-1 {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .customer.voice-1 {
    top: -7%;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .customer.voice-1 {
    width: var(--mainwidth);
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .customer.voice-1 .customer_image {
    width: 6.91vw;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .customer.voice-1 .customer_image {
    width: 17.42vw;
    margin-right: auto;
  }
}
.customer.voice-1 .customer_text {
  display: inline-block;
  margin-right: 1vw;
  margin: auto 0;
}
@media (min-width: 768px) {
  .customer.voice-1 .customer_text {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .customer.voice-1 .customer_text {
    width: 75%;
    margin-left: 10vw;
  }
}

@media (min-width: 768px) {
  .customer.voice-2 {
    top: -10%;
    left: 78%;
    width: 18.93vw;
  }
}
@media (max-width: 767px) {
  .customer.voice-2 {
    display: flex;
    width: var(--mainwidth);
    margin-left: 3vw;
  }
}
@media (min-width: 768px) {
  .customer.voice-2 .customer_image {
    width: 11.9vw;
  }
}
@media (max-width: 767px) {
  .customer.voice-2 .customer_image {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .customer.voice-2 .customer_text {
    margin-left: 2vw;
  }
}
@media (max-width: 767px) {
  .customer.voice-2 .customer_text {
    width: 70%;
    margin-left: 10vw;
  }
}

@media (min-width: 768px) {
  .customer.voice-3 {
    top: 30%;
    left: 78%;
    width: 18vw;
  }
}
@media (max-width: 767px) {
  .customer.voice-3 {
    display: flex;
    flex-direction: row-reverse;
    width: var(--mainwidth);
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .customer.voice-3 .customer_image {
    width: 9.62vw;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .customer.voice-3 .customer_image {
    width: 25%;
    margin-right: auto;
  }
}
.customer.voice-3 .customer_text {
  margin-left: 1vw;
}
@media (max-width: 767px) {
  .customer.voice-3 .customer_text {
    width: 75%;
    margin-left: 10vw;
  }
}

@media (min-width: 768px) {
  .customer.voice-4 {
    top: 30%;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .customer.voice-4 {
    display: flex;
    width: var(--mainwidth);
    margin-left: 3vw;
  }
}
@media (min-width: 768px) {
  .customer.voice-4 .customer_image {
    width: 9.31vw;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .customer.voice-4 .customer_image {
    width: 30%;
  }
}
.customer.voice-4 .customer_text {
  text-align: left;
}
@media (min-width: 768px) {
  .customer.voice-4 .customer_text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .customer.voice-4 .customer_text {
    width: 70%;
    margin-left: 10vw;
  }
}

.customer.voice-5 {
  display: flex;
}
@media (min-width: 768px) {
  .customer.voice-5 {
    top: 80%;
    left: 60%;
    flex-direction: row-reverse;
    align-items: center;
    transform: translateX(20%);
  }
}
@media (max-width: 767px) {
  .customer.voice-5 {
    flex-direction: row-reverse;
    width: var(--secondwidth);
    margin-left: auto;
    padding-left: 1rem;
    margin-top: -2.5rem;
  }
}
@media (min-width: 768px) {
  .customer.voice-5 .customer_image {
    width: 7.125vw;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .customer.voice-5 .customer_image {
    width: 25%;
    margin-right: auto;
  }
}
.customer.voice-5 .customer_text {
  display: inline-block;
}
@media (min-width: 768px) {
  .customer.voice-5 .customer_text {
    width: 60%;
    margin-right: 1vw;
  }
}
@media (max-width: 767px) {
  .customer.voice-5 .customer_text {
    width: 75%;
    margin-left: 10vw;
  }
}

.customer.voice-6 {
  display: flex;
}
@media (min-width: 768px) {
  .customer.voice-6 {
    top: 95%;
    left: 4%;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .customer.voice-6 {
    width: var(--mainwidth);
    margin-left: 3vw;
  }
}
@media (min-width: 768px) {
  .customer.voice-6 .customer_image {
    width: 9.06vw;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .customer.voice-6 .customer_image {
    width: 30%;
    margin-top: -11vw;
  }
}
.customer.voice-6 .customer_text {
  display: inline-block;
}
@media (min-width: 768px) {
  .customer.voice-6 .customer_text {
    width: 50%;
    margin-left: 1vw;
  }
}
@media (max-width: 767px) {
  .customer.voice-6 .customer_text {
    width: 70%;
    margin-left: 10vw;
  }
}

.good_comment_list_title {
  position: relative;
  display: block;
  background-color: #074097;
  border-radius: 20vw;
  padding: 0;
}
@media (min-width: 768px) {
  .good_comment_list_title {
    width: 100%;
    margin-top: 7.5vw;
  }
}
@media (max-width: 767px) {
  .good_comment_list_title {
    width: var(--mainwidth);
    margin: 40px auto 0;
  }
}
.good_comment_list_title::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #074097 transparent transparent transparent;
}
@media (min-width: 768px) {
  .good_comment_list_title::after {
    bottom: -12%;
    border-width: 1vw 1vw 0 1vw;
  }
}
@media (max-width: 767px) {
  .good_comment_list_title::after {
    bottom: -20%;
    border-width: 5vw 5vw 0 5vw;
  }
}

.good_comment_title {
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .good_comment_title {
    font-size: 2.25vw;
    transform: translateY(-1vw);
  }
}
@media (max-width: 767px) {
  .good_comment_title {
    display: block;
    font-size: 4.69vw;
    margin: 0 auto;
    padding-bottom: 2.5rem;
  }
}
.good_comment_title::before {
  content: "";
  display: inline-block;
  background-image: url(../../images/school/top/gct_a.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .good_comment_title::before {
    width: 2.188vw;
    height: 3.56vw;
    margin-right: 4rem;
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .good_comment_title::before {
    position: absolute;
    top: 24%;
    left: 4.3%;
    width: 6.025vw;
    height: 9.76vw;
  }
}
.good_comment_title::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/school/top/gct_b.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .good_comment_title::after {
    width: 1.725vw;
    height: 3.39vw;
    margin-left: 4rem;
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .good_comment_title::after {
    position: absolute;
    top: 30%;
    right: 4.3%;
    width: 4.683vw;
    height: 9.2vw;
  }
}
.good_comment_title span {
  white-space: nowrap;
  color: #ffff00;
  display: inline-block;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .good_comment_title span {
    font-size: 2.5vw;
    transform: translatey(5px);
  }
}
@media (max-width: 767px) {
  .good_comment_title span {
    font-size: 5.215vw;
  }
}
@media (min-width: 768px) {
  .good_comment_title span span {
    font-size: 3.75vw;
    vertical-align: baseline;
  }
}
@media (max-width: 767px) {
  .good_comment_title span span {
    font-size: 7.82vw;
  }
}

.note {
  text-align: right;
  font-weight: 700;
}
@media (min-width: 768px) {
  .note {
    padding-top: 1.5vw;
  }
}
@media (max-width: 767px) {
  .note {
    font-size: 2.6vw;
    padding-top: 6.5vw;
  }
}

.good_comment_list {
  font-family: "Noto Sans JP";
}
@media (min-width: 768px) {
  .good_comment_list {
    font-size: 1vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 767px) {
  .good_comment_list {
    font-size: 3.129vw;
    line-height: 5.8vw;
  }
}

.good_comment_list table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid white;
  padding: 0.5vw;
}

th, td {
  border: 1px solid white;
  padding: 0.5vw 1vw;
}

.good_comment_list td {
  text-align: center;
}
.good_comment_list td:nth-child(1) {
  width: 4rem;
}
.good_comment_list td:nth-child(2) {
  width: 6rem;
}
.good_comment_list td:nth-child(3) {
  width: 7rem;
}
.good_comment_list td:last-child {
  text-align: left;
}
@media (min-width: 768px) {
  .good_comment_list td:last-child {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .good_comment_list td:last-child {
    width: 60%;
  }
}

tr:nth-child(odd) {
  background-color: #4CC8E7;
}
tr:nth-child(even) {
  background-color: #B2E8F5;
}

.more_list {
  display: flex;
  flex-direction: column-reverse;
}

.more_voice {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #ffff00;
  border-radius: 20vw;
  padding: 1.75vw 0;
}
@media (min-width: 768px) {
  .more_voice {
    width: 22.75vw;
    margin: 3vw auto 0 auto;
  }
}
@media (max-width: 767px) {
  .more_voice {
    width: 50.46vw;
    margin: 8vw auto 60px;
  }
}
.more_voice:hover {
  cursor: pointer;
  filter: brightness(1.6);
}
.more_voice::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../../images/school/top/down_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
  .more_voice::after {
    right: 2vw;
    width: 0.795vw;
    height: 1.25vw;
  }
}
@media (max-width: 767px) {
  .more_voice::after {
    right: 3.5vw;
    width: 2.655vw;
    height: 4.172vw;
  }
}
.more_voice.acc_header.open::after {
  transform: rotate(180deg);
  transition: 0.4s;
}
.more_voice:hover::after {
  transform: translateY(25%);
}
.more_voice span {
  font-weight: 700;
  padding-right: 2vw;
}
@media (min-width: 768px) {
  .more_voice span {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .more_voice span {
    font-size: 3.91vw;
  }
}

.f_part {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: var(--areapadding) 0;
}

.faq_area_title {
  background-image: url("../../images/school/top/faq_title_bg.jpg");
  text-align: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .faq_area_title {
    background-position: center;
    padding: 4vw 0 3vw 0;
  }
}
@media (max-width: 767px) {
  .faq_area_title {
    background-position: top center;
    padding: 7vw 0 5vw 0;
  }
}

.faq_title-text {
  position: relative;
  width: var(--mainwidth);
  font-weight: 700;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .faq_title-text {
    font-size: 4.0625vw;
  }
}
@media (max-width: 767px) {
  .faq_title-text {
    font-size: 8.475vw;
    letter-spacing: -0.2rem;
  }
}
.faq_title-text::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -1vw;
  left: 0;
  background-image: url(../../images/school/top/qa.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .faq_title-text::before {
    width: 9.65vw;
    height: 8.48vw;
  }
}
@media (max-width: 767px) {
  .faq_title-text::before {
    width: 16.37vw;
    height: 15.93vw;
    transform: translateX(-6px);
  }
}
.faq_title-text::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -1vw;
  left: 50%;
  background-image: url(../../images/school/top/faq.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .faq_title-text::after {
    width: 5.7vw;
    height: 3.12vw;
  }
}
@media (max-width: 767px) {
  .faq_title-text::after {
    width: 11.9vw;
    height: 6.51vw;
  }
}

.faq {
  width: var(--mainwidth);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .faq {
    padding-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 5vw;
  }
}

.faq_title {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #0377B9;
}
@media (min-width: 768px) {
  .faq_title {
    padding: 1vw 0 1vw 5vw;
  }
}
@media (max-width: 767px) {
  .faq_title {
    padding: 4vw 0 4vw 5vw;
  }
}
.faq_title::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  margin: auto 0;
}
@media (min-width: 768px) {
  .faq_title::before {
    top: 30%;
    right: 5%;
    width: 4px;
    height: 2.25vw;
  }
}
@media (max-width: 767px) {
  .faq_title::before {
    top: 30%;
    right: 5%;
    width: 4px;
    height: 4.69vw;
  }
}
.faq_title.open::before {
  display: none;
}
.faq_title.def_open.open::before {
  display: none;
}
.faq_title::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .faq_title::after {
    top: 30%;
    right: 5%;
    width: 4px;
    height: 2.25vw;
  }
}
@media (max-width: 767px) {
  .faq_title::after {
    top: 30%;
    right: 5%;
    width: 4px;
    height: 4.69vw;
  }
}
.faq_title .faq_num {
  position: relative;
  border-radius: 50%;
  line-height: 3.6475vw;
  background-color: #ffffff;
  text-align: center;
  margin: auto 0;
}
@media (min-width: 768px) {
  .faq_title .faq_num {
    width: 3.6475vw;
    height: 3.6475vw;
  }
}
@media (max-width: 767px) {
  .faq_title .faq_num {
    width: 7.6092vw;
    height: 7.6092vw;
    margin-left: 1.4rem;
  }
}
.faq_title .faq_num::before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../../images/school/top/driver.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .faq_title .faq_num::before {
    top: -2.4vw;
    left: -3.4vw;
    width: 4.84vw;
    height: 7.18vw;
  }
}
@media (max-width: 767px) {
  .faq_title .faq_num::before {
    top: -5.7vw;
    left: -8.3vw;
    width: 15.135vw;
    height: 17.232vw;
  }
}
.faq_title .faq_num span {
  position: absolute;
  font-weight: 700;
  font-style: oblique;
  color: #0377B9;
}
@media (min-width: 768px) {
  .faq_title .faq_num span {
    font-size: 2.25vw;
    top: -5%;
    left: 27%;
  }
}
@media (max-width: 767px) {
  .faq_title .faq_num span {
    font-size: 4.69vw;
    top: 21%;
    left: 27%;
  }
}
.faq_title .question {
  font-weight: 700;
  color: #ffffff;
  padding-left: 2vw;
}
@media (min-width: 768px) {
  .faq_title .question {
    font-size: 2.25vw;
  }
}
@media (max-width: 767px) {
  .faq_title .question {
    width: calc(100% - 16vw);
    font-size: 4.69vw;
    margin-right: 5vw;
  }
}

.faq .answer {
  border: 2px solid #0377B9;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .faq .answer {
    font-size: 1vw;
    line-height: 1.875vw;
    padding: 2vw;
  }
}
@media (max-width: 767px) {
  .faq .answer {
    font-size: 3.39vw;
    line-height: 5.5vw;
    padding: 4vw;
  }
}

.upper {
  opacity: 0;
  transform: translate(0px, 96px);
  transition-delay: 100ms;
  transition-duration: 800ms;
  transition-timing-function: ease-in-out;
}

.upper.is-active {
  opacity: 1;
  transform: translate(0px, 0px);
}

.upper.is-active.dondon {
  -webkit-animation: 0.5s dondon ease-in infinite alternate;
          animation: 0.5s dondon ease-in infinite alternate;
}
@media (max-width: 767px) {
  .upper.is-active.dondon {
    -webkit-animation: 0.5s dondonSp ease-in infinite alternate;
            animation: 0.5s dondonSp ease-in infinite alternate;
  }
}

@-webkit-keyframes dondon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.5vw);
  }
}

@keyframes dondon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.5vw);
  }
}
@-webkit-keyframes dondonSp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1vw);
  }
}
@keyframes dondonSp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1vw);
  }
}
.fadein {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 800ms;
  transition-timing-function: ease-in-out;
}

.left.fadein {
  transform: translate(96px, 0);
}

.right.fadein {
  transform: translate(-96px, 0);
}

.fadein.is-active {
  opacity: 1;
  transform: translate(0px, 0px);
}

.zoom.is-active {
  -webkit-animation: zoomin 2s 1s;
          animation: zoomin 2s 1s;
}

@-webkit-keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.sparkle.is-active::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  -webkit-animation: sparkle 0.7s;
          animation: sparkle 0.7s;
}

@-webkit-keyframes sparkle {
  100% {
    left: 125%;
  }
}

@keyframes sparkle {
  100% {
    left: 125%;
  }
}
.button.acc_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.acc_box:hover {
  cursor: pointer;
}

.acc_box + .acc_cont {
  display: none;
}

.acc_box + .acc_cont.def_open {
  display: block;
}

.flow_banner {
  z-index: 100;
  position: fixed;
}
@media (min-width: 768px) {
  .flow_banner {
    top: 15%;
    right: 0;
    width: 60px; /* clamp(40px, 3.75vw, 60px); */
    height: 520px; /* clamp(346px, 53vh, 520px); */
  }
}
@media (max-width: 767px) {
  .flow_banner {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.flow_banner .fb-box {
  align-items: center;
  margin: auto 0;
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .flow_banner .fb-box {
    display: grid;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .flow_banner .fb-box {
    display: flex;
  }
}
.flow_banner .fb-box:hover {
  filter: brightness(1.2);
  opacity: 0.8;
}
.flow_banner .fb-box:hover .web {
  background-color: #000000;
}
.flow_banner .fb-box.web {
  background-color: #038DD4;
}
.flow_banner .fb-box.tel {
  background-color: #E0334E;
}
.flow_banner .fb-box img {
  width: 44px;
  margin: 10px auto 10px auto;
}
.flow_banner .fb-box a {
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .flow_banner .fb-box a {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 14px 8px;
  }
}
.flow_banner .fb-box .icon {
  width: 24px; /* clamp(16px, 1.5vw, 24px); */
  margin: 10px auto 10px auto;
}
@media (max-width: 767px) {
  .flow_banner .fb-box .icon {
    display: inline-block;
    /* width: clamp(18px, 4.69vw, 36px); */
    height: clamp(19px, 4.8vw, 38px);
    margin-right: 10px;
  }
}
.flow_banner .fb-box .guide {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .flow_banner .fb-box .guide {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: initial;
    font-size: 16px; /* clamp(11px, 1vw, 16px); */
  }
}
@media (max-width: 767px) {
  .flow_banner .fb-box .guide {
    display: inline-block;
    background-color: #faf221;
    border-radius: 50px;
    font-size: clamp(14px, 3.65vw, 28px);
    font-weight: 700;
    color: #000000;
    margin: 0 auto;
    padding: 1vw 0;
    width: 35vw;
    height: 7.82vw;
  }
}
.flow_banner.hidden {
  -webkit-animation: hidden_anim 0.5s forwards;
          animation: hidden_anim 0.5s forwards;
}
.flow_banner.appear {
  -webkit-animation: appear_anim 0.5s forwards;
          animation: appear_anim 0.5s forwards;
}

@media (min-width: 768px) {
  @-webkit-keyframes hidden_anim {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes hidden_anim {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes appear_anim {
    0% {
      opacity: 1;
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes appear_anim {
    0% {
      opacity: 1;
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes hidden_anim {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      transform: translateY(100%);
    }
  }
  @keyframes hidden_anim {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      transform: translateY(100%);
    }
  }
  @-webkit-keyframes appear_anim {
    0% {
      opacity: 1;
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes appear_anim {
    0% {
      opacity: 1;
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
}
.flow_circle {
  position: fixed;
}
@media (min-width: 768px) {
  .flow_circle {
    right: 3%;
    bottom: 3%;
  }
}
@media (max-width: 767px) {
  .flow_circle {
    right: 1.5%;
    bottom: 12.5%;
  }
}
.flow_circle a:hover {
  opacity: 0.6;
}
.flow_circle img {
  width: 70px;
}
.flow_circle.hidden {
  -webkit-animation: hidden_anim_b 0.5s forwards;
          animation: hidden_anim_b 0.5s forwards;
}
.flow_circle.appear {
  -webkit-animation: appear_anim_b 0.5s forwards;
          animation: appear_anim_b 0.5s forwards;
}

@-webkit-keyframes hidden_anim_b {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(400%);
  }
}

@keyframes hidden_anim_b {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(400%);
  }
}
@-webkit-keyframes appear_anim_b {
  0% {
    opacity: 1;
    transform: translateY(400%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes appear_anim_b {
  0% {
    opacity: 1;
    transform: translateY(400%);
  }
  100% {
    transform: translateY(0);
  }
}
.page-end {
  width: 100%;
  height: 1px;
}
/*# sourceMappingURL=style.css.map */