/**
 * font-family: "Noto Sans JP", sans-serif;
 * font-family: "Outfit", sans-serif;
 *
 * @format
 */

section {
  overflow: hidden !important;
}
a {
  text-decoration: none !important;
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 64px;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: white;
}
#homepage-pop-map::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 150px;
  visibility: hidden;
  pointer-events: none;
}
#homepage-piechart::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 150px;
  visibility: hidden;
  pointer-events: none;
}
#days-section::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 150px;
  visibility: hidden;
  pointer-events: none;
}
#interview::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 150px;
  visibility: hidden;
  pointer-events: none;
}
#good-point:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 150px;
  visibility: hidden;
  pointer-events: none;
}
#apply:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 150px;
  visibility: hidden;
  pointer-events: none;
}
.sp-fixed {
  display: none;
}
.header-logo {
  width: 115.7px;
  display: inline-block;
  height: auto;
  margin-right: 53.3px;
}
.logo-content-wrap {
  width: 300px;
}
.header-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.logo-content-top-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  margin-bottom: 5px;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 3.12px;
  text-align: left;
  color: #000;
}
.logo-content-bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 3.12px;
  margin-bottom: 0;
  text-align: left;
  color: #000;
}
.header-hamburger-wrap {
  width: calc(100% - 470px);
}
.header-hamburger-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.header-button1 {
  width: 400px;
  height: 77px;
  padding: 3px 23px 3.2px 44px;
  border-radius: 38.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 3.5px #2b2f36;
  transition: 0.3s;
  background-color: #98e3f7;
  margin-right: 29px;
}
.header-button1:hover {
  transition: 0.3s;
  background-color: #47cff2;
}
.header-button1-top-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1.1px;
  text-align: center;
  color: #2b2f36;
  margin-bottom: 0;
}
.header-button1-bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  margin-bottom: 0;
  letter-spacing: 1.2px;
  text-align: center;
  color: #2b2f36;
}
.header-button1-icon {
  width: 39px;
  height: 39px;
  display: inline-block;
  object-fit: contain;
  object-position: left;
  margin-left: 23.2px;
}
.header-button2 {
  width: 400px;
  height: 77px;
  padding: 3px 23.2px 3.2px 37px;
  border-radius: 38.5px;
  border: solid 3.5px #2b2f36;
  display: flex;
  justify-content: center;
  margin-right: 40px;
  transform: 0.3s;
  align-items: center;
  background-color: #f6ea04;
}
.header-button2:hover {
  transition: 0.3s;
  background-color: #fcd500;
}
.header-button2-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 0;
  line-height: 35px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #2b2f36;
}
.header-button2-icon {
  width: 45px;
  height: 35.4px;
  object-fit: contain;
  object-position: left;
  display: inline-block;
  margin-left: 24px;
}
.hamburger-button {
  padding: 39px 27px 38px;
  background-color: #58b0ef;
  display: block;
}
.hamburger-icon {
  width: 66px;
  height: auto;
  margin: 0;
  display: block;
}
.service-boxes-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-box {
  width: 400px;
  border-radius: 20px;
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}
.service-box::before {
  position: absolute;
  content: "";
  right: -3.2px;
  bottom: 0;
  width: calc(100% + 4.2px);
  height: 115px;
  background-image: url(../images/box-shadow.png);
  background-size: 100% 100%;
  background-position: left;
}
.service-image {
  width: 100%;
}
#homepage-service-section {
  padding: 41px 0 40px;
  background-color: #f2f9ff;
  position: relative;
  z-index: 9;
}
#homepage-service-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #fff;
  height: 100%;
  border-radius: 0px 0px 53px 53px;
}
.service-icon-box {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -42px auto 0px;
  background-color: #fff;
  position: relative;
}
.service-icon {
  object-fit: contain;
  object-position: center;
}
.service-box:nth-child(1) .service-icon-box .service-icon {
  width: 49.9px;
  height: 31.5px;
}
.service-box:nth-child(2) .service-icon-box .service-icon {
  width: 26.1px;
  height: 35.9px;
}
.service-box:nth-child(3) .service-icon-box .service-icon {
  width: 45px;
  height: 45px;
}
.service-box:nth-child(4) .service-icon-box .service-icon {
  width: 43.1px;
  height: 37.1px;
}
.service-box:nth-child(5) .service-icon-box .service-icon {
  width: 36.8px;
  height: 34.1px;
}
.service-box:nth-child(6) .service-icon-box .service-icon {
  width: 31.1px;
  height: 39.4px;
}
.service-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 0;
  display: block;
  margin-top: -3px;
  color: #024ea2;
}
.service-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 0;
  color: #024ea2;
}
.service-text-content {
  padding-bottom: 21px;
  position: relative;
  z-index: 9;
}
.service-text-content:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  right: 18px;
  bottom: 34px;
  background-image: url("../images/service-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.w-1280 {
  width: 98.766%;
  margin-left: auto;
  margin-right: auto;
}
#homepage-pop-map {
  padding: 58px 0 42.4px;
  background-color: #f2f9ff;
  position: relative;
  z-index: 9;
}
.homepage-pop-map-image1 {
  position: absolute;
  left: 0;
  top: 17.9px;
  width: 320px;
  height: 442.6px;
  object-fit: contain;
  object-position: left top;
}
.bird-heading-map {
  width: 455.7px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30.1px;
}
.map-section-pop-text-heading-center {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 49px;
  letter-spacing: 1.7px;
  text-align: center;
  color: #024ea2;
  margin-bottom: 31px;
}
.map-section-pop-text-para1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 41.33px;
  letter-spacing: 1.1px;
  text-align: center;
  color: #2b2f36;
  margin-bottom: 30px;
}
.map-section-pop-text-para2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 42.33px;
  letter-spacing: 1.1px;
  text-align: center;
  margin-bottom: 52.7px;
  color: #2b2f36;
}
.homepage-pop-map-image2 {
  position: absolute;
  top: 298px;
  right: 7%;
  width: 341px;
  height: auto;
  object-fit: contain;
  object-position: right;
}
.map-section-white-box-button {
  width: 320px;
  height: 60px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1.4px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #024ea2;
}
.map-section-white-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map-section-white-box {
  width: 48.027%;
  padding: 38px 45px 0;
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgba(129, 157, 221, 0.16);
  background-color: #fff;
  overflow: hidden;
}
.map-section-white-box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.9px;
  text-align: center;
  color: #2b2f36;
}
.map-section-white-box-image1 {
  width: 100%;
}
.map-section-white-box-image2 {
  width: 100%;
}
#homepage-piechart {
  padding: 102.6px 0 51.2px;
  background-color: #bee4fd;
  position: relative;
  z-index: 9;
}
.piechart-heading1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 0;
  color: #024ea2;
}
.round-underline {
  width: 100%;
  height: 17.4px;
  object-fit: contain;
  object-position: center;
}
.piechart-heading2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 1px;
  text-align: center;
  color: #2b2f36;
  margin-bottom: 82.9px;
}
#homepage-piechart:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 319px;
  background-image: url(../images/2.png);
  background-size: cover;
  z-index: -1;
  background-position: center;
}
#homepage-piechart:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 274.4px;
  background-image: url("../images/building-bg.png");
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}
.piechart-top-floor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.piechart-box {
  width: 320px;
  height: 320px;
  padding: 28px 16.4px 31.6px 16.4px;
  border-radius: 10px;
  margin-bottom: 38px;
  box-shadow: 0 3px 6px 0 rgba(129, 157, 221, 0.16);
  background-color: #fff;
}
.piechart-box:nth-child(2) {
  margin-left: 34px;
  margin-right: 33px;
}
.piechart-heading-button {
  width: 189px;
  height: 35px;
  border-radius: 17.5px;
  background-color: #024ea2;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.piecahrt-image1 {
  width: 219px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.piecahrt-image2 {
  width: 218px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.piecahrt-image3 {
  width: 287.2px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.piechart-heading-button1 {
  margin-bottom: 14.2px;
}
.piechart-heading-button2 {
  margin-bottom: 16.2px;
}
.piechart-heading-button3 {
  margin-bottom: 25px;
}
.piechart-box.first,
.piechart-box.third {
  position: relative;
  z-index: 9;
}
.piechart-overlap-image1 {
  position: absolute;
  left: 30.5px;
  right: auto;
  top: -253px;
  margin: auto;
  width: 213.9px;
  height: auto;
}
.piechart-overlap-image2 {
  position: absolute;
  left: auto;
  right: 0;
  top: -241px;
  margin: auto;
  width: 299.2px;
  height: auto;
}
.piechart-bottom-floor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.piechart-bottom-box.first {
  padding: 30px 36px 23px 67px;
  width: 49.265%;
  box-shadow: 0 0 6px 0 rgba(129, 157, 221, 0.16);
  background-color: #fff;
  border-radius: 10px;
}
.piechart-bottom-box.first .position-piechart-heading {
  position: relative;
  z-index: 9;
}
.piechart-image-bottom {
  width: 100%;
  height: auto;
}
.position-piechart-heading-icon {
  position: absolute;
  right: -36.2px;
  width: 51px;
  height: 66.1px;
  top: -24.9px;
}
.piechart-bottom-box.second {
  width: 49.265%;
  padding: 30px 26.5px 45px 46.5px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(129, 157, 221, 0.16);
  background-color: #fff;
}
.mb-43 {
  margin-bottom: 43px;
}
.piechart-bottom-box.second .position-piechart-heading {
  position: relative;
  z-index: 9;
}
.piechart-bottom-box.second
  .position-piechart-heading
  .position-piechart-heading-icon {
  position: absolute;
  right: -56.2px;
  width: 68.6px;
  height: 60.3px;
  top: -29.5px;
}
#days-section {
  padding: 91.1px 0 80px;
  position: relative;
  z-index: 9;
}
.verticle-text {
  position: absolute;
  left: 0;
  top: 76px;
  width: 440px;
  height: auto;
  z-index: -1;
}
.r-1040 {
  width: 80.247%;
  margin-left: auto;
  margin-right: auto;
}
.days-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0 0px 61px;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(129, 157, 221, 0.2);
  background-color: #fff;
  margin-bottom: 50px;
}
.days-spiral-image {
  width: 102px;
  height: auto;
  margin-left: 17px;
  display: inline-block;
  transform: translate(0px, -26px);
}
.days-images {
  width: 350px;
  height: auto;
}
.days-content {
  width: calc(100% - 395px);
}
.days-marker-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: -31.5px;
}
.days-marker-icon {
  width: 26px;
  height: auto;
  margin-right: 9px;
  display: inline-block;
}
.days-heading-dark-blue {
  -webkit-text-stroke: 1px #024ea3;
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 63px;
  letter-spacing: 2.5px;
  text-align: left;
  display: inline-block;
  margin-right: 6px;
  color: #024ea2;
}
.days-heading-light-blue {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 63px;
  letter-spacing: 2.5px;
  text-align: left;
  color: #5bb4ee;
}
.days-text-para {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  margin: 78.5px 0 60.5px;
  font-style: normal;
  line-height: 30.5px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #2b2f36;
}
.days-box.third {
  margin-bottom: 70.7px;
}
.days-box.special-day-box .days-spiral-image {
  margin-left: 27px;
  transform: translate(0px, -45px);
}
.left-right-line-heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 66.4px;
  margin-bottom: 22.5px;
  flex-wrap: wrap;
}
.left-line {
  width: 23.7px;
  height: auto;
  margin-right: 11px;
  display: inline-block;
}
.right-line {
  width: 23.7px;
  height: auto;
  margin-left: 11px;
  display: inline-block;
}
.left-right-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 37px;
  letter-spacing: 1.3px;
  text-align: left;
  color: #024ea2;
}
.under-left-right-text-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: 1.1px;
  margin-bottom: 30.7px;
  text-align: left;
  color: #2b2f36;
}
.capsule-list-marker {
  width: 83px;
  height: 30px;
  border-radius: 15px;
  background-color: #024ea2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
  margin-right: 13px;
}
.capsule-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #2b2f36;
  margin-bottom: 28.6px;
}
.capsule-list.last-capsule {
  margin-bottom: 35px;
}
.days-box.special-day-box {
  padding-left: 64.1px;
  padding-right: 74.9px;
  align-items: flex-end;
  margin-bottom: 123.9px;
}
.days-box.special-day-box .days-images {
  width: 382.6px;
  height: 278.4px;
  object-fit: contain;
  margin-bottom: 35px;
  display: inline-block;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.mb-51 {
  margin-bottom: 51px !important;
}
.time-box-image {
  width: 100%;
  height: auto;
  display: block;
}
.text-box-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 49.8px;
  color: #024ea2;
}
.text-box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 29.5px;
  letter-spacing: 0.8px;
  text-align: left;
  height: 138px;
  color: #000;
  margin-bottom: 27px;
  padding: 0 26px;
}
.time-box-slider .slick-slide {
  margin-right: 31.3px;
}
.time-box-box {
  border-radius: 10px 10px 30px 30px;
  overflow: hidden;
  background-color: #f2f9ff;
}
.mb-17-2 {
  margin-bottom: 17.2px;
}
.time-box-slider .slick-list.draggable {
  padding-left: 0 !important;
}
.time-box-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  margin-top: 36.7px;
  position: static;
  bottom: 0;
  margin-bottom: 159.5px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0px;
}
.slick-dots li button:before {
  font-size: 15px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  height: 15px;
  opacity: 1;
  color: #dee7ed;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #5bb4ee;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 12.5px;
}
.mb-57-4 {
  margin-bottom: 57.4px !important;
}
.team-box-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.team-box {
  width: 448.1px;
  margin-bottom: 30.4px;
}
.team-box-image {
  width: 100%;
  height: auto;
  margin-bottom: -70px;
  display: block;
}
.team-box.third {
  width: 472px;
}
.team-button {
  width: 380px;
  height: 70px;
  padding: 10px 15px 10px 15px;
  position: relative;
  z-index: 9;
  border-radius: 35px;
  border: solid 3px #2b2f36;
  transition: 0.3s;
  background-color: #f6ea04;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #2b2f36;
}
.team-box.second {
  margin-left: 67.9px;
  margin-right: 47.5px;
}
.team-button-wrap {
  margin-bottom: 19px;
}
.team-position {
  margin-bottom: 0;
  text-align: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.team-position-text {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: right;
  padding-right: 54.9px;
  color: #2b2f36;
}
.team-position-line {
  width: 71px;
  height: 3px;
  display: inline-block;
  margin-right: 7.5px;
  background-color: #2b2f36;
}
#good-box {
  background-image: url("../images/wavebg.png");
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 9;
  padding: 111.3px 0 151.2px;
}
.mb-114-8 {
  margin-bottom: 114.8px !important;
}
.thumb-good-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumb-good-box {
  width: 430px;
  margin-bottom: 75.2px;
}
.thumbs-up {
  width: 100%;
  height: auto;
}
.good-box-image-bg1 {
  position: absolute;
  width: 231px;
  bottom: 0;
  height: auto;
  z-index: 99;
  left: 3.1%;
}
.good-box-image-bg2 {
  position: absolute;
  width: 167px;
  bottom: 0;
  z-index: 99;
  right: 5.8%;
  height: auto;
}
#contact-stripe {
  position: relative;
  z-index: 9;
  padding: 86.6px 0 172.9px;
}
.contact-stripe-bg1 {
  position: absolute;
  left: 3%;
  top: 30.5%;
  width: 341px;
  height: auto;
}
.contact-stripe-bg2 {
  position: absolute;
  right: 10.4%;
  bottom: 9%;
  width: 174.6px;
  height: auto;
}
.mb-138 {
  margin-bottom: 138px !important;
}
.contact-stripe-button {
  width: 900px;
  height: 130px;
  padding: 15px 20px;
  border-radius: 65px;
  border: solid 5px #2b2f36;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #024ea2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 49px;
  letter-spacing: 3.4px;
  text-align: left;
  color: #fff;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}
.contact-stripe-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 50px;
  width: 50px;
  margin: auto;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
.contact-stripe-button:hover {
  transition: 0.3s;
  background-color: #2773c6;
  /* color: #000; */
}
.contact-upper-stripe-image {
  position: absolute;
  right: 0;
  top: -217px;
  width: 205px;
}
.r-860 {
  width: 66.3581%;
  margin-left: auto;
  margin-right: auto;
}
#contact-form-section {
  padding: 30px 0 100.1px;
  background-image: url("../images/contact-form-bg.png");
  background-size: cover;
  background-position: top center;
}
.contact-form-wrap {
  padding: 80px 90px 68.4px;
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgba(129, 157, 221, 0.16);
  background-color: #fff;
}
#contact-form-section .round-underline {
  margin-bottom: 40.2px !important;
}
#contact-form-section .piechart-heading2 {
  margin-bottom: 40.4px !important;
}
.contact-form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: normal;
  text-align: left;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.form-msg {
  line-height: 9.3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9.75px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  display: inline-block;
  padding: 3.6px 4.5px 4.1px 4px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  border-radius: 3px;
  background-color: #d30000;
  margin-left: 7px;
}
.form-control,
.form-select {
  padding: 9.7px 25px 9.7px 25px;
  border-radius: 4px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 28px;
}
.form-date-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-date-wrap .form-select {
  width: 29.413%;
}
.extra-label-after {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  margin-left: 16.7px;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  color: #2b2f36;
}
.form-select:focus,
.form-control:focus,
.form-check-input:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
.form-select::placeholder,
.form-control::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  letter-spacing: normal;
  text-align: left;
  color: #a1a7b4;
}
.form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 8.6px;
  border-color: #bcbcbc !important;
}
.form-check-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #2b2f36;
}
.checkbox-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
  margin-bottom: 47.9px;
}
.checkbox-box.second {
  margin-left: 40px;
}
.checkbox-box.third {
  margin-left: 52.7px;
}
.form-check.policy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  margin-bottom: 50px;
  text-align: center;
  color: #2b2f36;
}
.form-check.policy .form-check-input {
  margin-top: 0 !important;
  width: 20.8px;
  height: 20.8px;
  margin-right: 5.6px !important;
  border-color: #2b2f36 !important;
}
.form-check-label.special {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #2c364c !important;
}
.term-link {
  text-decoration: underline !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #024ea2;
}
#contact-submit {
  position: relative;
  z-index: 9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: normal;
  text-align: center;
  color: #2b2f36;
  width: 100%;
  height: 66px;
  margin: 50px 0 0;
  padding: 8px 15px 8px 15px;
  border-radius: 33px;
  border: solid 3px #2b2f36;
  background-color: #f5ee3f;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#contact-submit:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: auto;
  right: 35.2px;
  margin: auto;
  width: 41.8px;
  height: 32.9px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/aeroplane.png");
}
#contact-submit:hover {
  transition: 0.3s;
  background-color: #fcd500;
}
.bottom-text {
  padding: 8px 15px 7px 15px;
  background-color: #024ea2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
#offcanvasRight {
  width: 100% !important;
  background-image: url("../images/menu-bg.png");
  background-size: cover;
  z-index: 9999;
}
.offcanvas-header .btn-close {
  font-size: 38.9px;
  color: #fff !important;
  opacity: 1;
  background-color: #a74f11;
  filter: invert(1);
  padding: 40.56px;
}
.menu-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
}
.menu-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  display: inline-block;
  padding-bottom: 23.5px;
  margin-bottom: 23.5px;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 9;
  text-align: left;
  color: #fff;
}
.menu-link::before {
  position: absolute;
  content: "";
  transition: 0.3s;
  left: 0;
  width: 0;
  bottom: 0;
  height: 4px;
  background-color: #f6ea04;
}
.menu-wrap {
  margin-top: 81px;
}
.menu-link:hover:before {
  transition: 0.3s;
  width: 100%;
}
.menu-heading {
  margin-bottom: 0;
}
.mt-39-5 {
  margin-top: 39.5px !important;
}
.modal-pop {
  position: relative;
  z-index: 9;
}
.map-geo-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: transparent;
  width: 100%;
  border-radius: 20px;
  border: none !important;
}
.modal {
  background-color: #f0f9ff;
}
.modal-content.image {
  background-color: transparent;
  padding: 0;
  border: none;
  position: static;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 0 !important;
  background-color: transparent !important;
}
.modal-header {
  position: absolute;
  right: 106px;
  top: 66px;
  z-index: 9;
}
.my-modal-close .my-modal-close-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.my-modal-close {
  cursor: pointer;
  width: 124px;
  height: 124px;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 99;
}
.modal .btn-close {
  cursor: pointer;
  width: 124px;
  height: 124px;
  background-image: url(../images/modal-close.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  opacity: 1;
  color: transparent !important;
  opacity: 0;
  z-index: -1;
}
.modal-content {
  position: static;
}
.modal-dialog.image {
  width: 100%;
  max-width: 81.771%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.team-modal-wrap {
  position: relative;
  z-index: 9;
}
.team-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  z-index: 9999;
}
.modal-dialog.teacher-info {
  width: 100%;
  max-width: 800px;
}
.team-info-image {
  display: block;
  margin-bottom: 0;
}
.team-info-box-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 5.5px;
  color: #024ea2;
}
.team-info-box-heading-small {
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #2b2f36;
}
.team-info-box-underline {
  width: 100%;
  height: 31.3px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin-bottom: 33.9px;
}
.question {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 15.3px;
}
.question.answer {
  margin-bottom: 61px;
}
.question-text,
.answer-text {
  width: calc(100% - 58.6px);
}
.question-icon {
  width: 43.3px;
  height: auto;
  display: inline-block;
  margin-right: 15.3px;
  margin-top: -2.4px;
}
.question-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: left;
  color: #024ea2;
}
.answer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 0;
  line-height: 29px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #2b2f36;
}
.content-team-info-box {
  padding-left: 59.3px;
  padding-right: 62px;
  background-color: #fff;
  padding-top: 39px;
  padding-bottom: 129.6px;
}
.modal-dialog.teacher-info .modal-content {
  background-color: transparent;
  border: none;
}
.contact-team-footer-button1 {
  width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 15px;
  border-radius: 35px;
  border: solid 3px #2b2f36;
  background-color: #cecfd6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 1px;
  transition: 0.3s;
  margin: 0 25px;
  text-align: left;
  transition: 0.3s;
  color: #2b2f36;
}
.contact-team-footer-button1:hover {
  transition: 0.3s;
  background-color: #bdbec1;
}
.contact-team-footer-button2 {
  width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  margin: 0 25px;
  align-items: center;
  padding: 5px 15px 5px 15px;
  border-radius: 35px;
  border: solid 3px #2b2f36;
  background-color: #f6ea04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 1px;
  text-align: left;
  color: #2b2f36;
  transition: 0.3s;
}
.contact-team-footer-button2:hover {
  transition: 0.3s;
  background-color: #fcd500;
}
.contact-team-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 80px;
}
.modal-dialog.popup-table {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 79.167%;
}
.popup-table-wrap {
  padding: 126px 65px 60px 66px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.popup-table-line {
  width: 100%;
  height: 14px;
  display: block;
  background-color: #024ea2;
}
.popup-table-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 23px 0;
  border-bottom: 2px solid #024ea2;
}
.popup-table-left {
  width: 199px;
}
.popup-table-right {
  width: calc(100% - 199px);
}
.popup-table-left-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 1.8px;
  margin-bottom: 0;
  text-align: left;
  color: #2b2f36;
}
.popup-table-right-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 1.8px;
  text-align: left;
  color: #2b2f36;
}
.popup-table-left.special-direction {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#homepage-banner.mobile-slider {
  display: none;
}
.days-image-mobile {
  width: 100%;
  height: auto;
  display: none;
}
.modal-header {
  border: none !important;
}
label.error.fail-alert.myerrorclass {
  color: red;
  font-size: 13px;
  font-weight: 600;
  transform: translate(4px, -27px);
}
.checkbox-wrap label.error.fail-alert.myerrorclass {
  display: none !important;
}
#field_service3-error {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0px, 25px);
  display: block !important;
}
@media (min-width: 1800px) {
  #homepage-pop-map .container,
  .container.my-1520 {
    max-width: 1544px;
  }
}
@media (min-width: 1400px) {
  #homepage-piechart .container {
    max-width: 1384px;
  }
}
@media (min-width: 1500px) {
  #good-box .container {
    max-width: 1434px;
  }
}
@media (max-width: 1800px) {
  .contact-stripe-bg1 {
    left: 1%;
    top: 15.5%;
    width: 15%;
  }
  .contact-stripe-bg2 {
    right: 5.4%;
    bottom: 5%;
    width: 8%;
  }
  .good-box-image-bg1 {
    width: 11%;
    left: 2%;
  }
  .good-box-image-bg2 {
    width: 8.2%;
    right: 2.8%;
  }
  .team-box-wrap {
    justify-content: space-between;
  }
  .team-box {
    width: 31.5% !important;
  }
  .team-box.second {
    margin-left: 0;
    margin-right: 0;
  }
  .homepage-pop-map-image1 {
    top: 12px;
    width: 15%;
    height: auto;
  }
  .homepage-pop-map-image2 {
    top: 25%;
    right: 2%;
    width: 18%;
  }
  .map-section-white-box {
    width: 49%;
    padding: 38px 20px 0;
  }
}
@media (max-width: 1700px) {
  .verticle-text {
    width: 20%;
  }
  #homepage-service-section::before {
    width: 92%;
  }
}
@media (max-width: 1600px) {
  .r-1040 {
    width: 100%;
  }
  #homepage-service-section::before {
    width: 96%;
  }
  #header {
    padding-left: 20px;
  }
  .header-logo {
    width: 105px;
    margin-right: 28px;
  }
  .logo-content-top-text {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 3px;
  }
  .logo-content-bottom-text {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 3px;
  }
  .header-button1-top-text {
    font-size: 20px;
  }
  .header-button2-text {
    font-size: 20px;
  }
  .header-button1-icon {
    width: 34px;
    height: 34px;
  }
  .header-button2-icon {
    width: 35px;
    height: auto;
  }
  .header-button1 {
    width: 375px;
    height: 68px;
    margin-right: 15px;
  }
  .header-button2 {
    width: 385px;
    height: 68px;
    margin-right: 25px;
  }
  .hamburger-icon {
    width: 50px;
  }
}
@media (max-width: 1500px) {
  .popup-table-wrap {
    padding: 60px 45px 60px 45px;
  }
}
@media (max-width: 1400px) {
  .r-860 {
    width: 100%;
  }
  .thumb-good-box {
    width: 49%;
    margin-bottom: 34px;
  }
  .team-button {
    width: 350px;
    height: 65px;
    padding: 4px 15px 4px 15px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .team-box-image {
    margin-bottom: -55px;
  }
  .bird-heading-map {
    width: 410px;
  }
  .map-section-white-box-button {
    font-size: 22px;
  }
  .homepage-pop-map-image2 {
    top: 25%;
    right: 1%;
    width: 15%;
  }
  .homepage-pop-map-image1 {
    width: 12%;
  }
  .map-section-pop-text-heading-center {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1px;
  }
  .w-1280 {
    width: 100%;
  }
  .service-box {
    width: 32%;
    margin-bottom: 35px;
  }
  .service-heading {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 0px;
  }
  .service-text-content:before {
    width: 26px;
    height: 26px;
    right: 14px;
  }
  .service-icon-box {
    width: 75px;
    height: 75px;
    margin: -35px auto 0px;
  }
  .service-box:nth-child(1) .service-icon-box .service-icon {
    width: 36px;
    height: 30px;
  }
  .service-box:nth-child(2) .service-icon-box .service-icon {
    width: 24px;
    height: 28px;
  }
  .service-box:nth-child(3) .service-icon-box .service-icon {
    width: 28px;
    height: 28px;
  }
  .service-box:nth-child(4) .service-icon-box .service-icon {
    width: 30px;
    height: 30px;
  }
  .service-box:nth-child(5) .service-icon-box .service-icon {
    width: 28px;
    height: 28px;
  }
  .service-box:nth-child(6) .service-icon-box .service-icon {
    width: 31px;
    height: 29px;
  }
  #header {
    padding-left: 10px;
  }
  .header-logo {
    width: 80px;
    margin-right: 25px;
  }
  .logo-content-top-text {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.43px;
  }
  .logo-content-bottom-text {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.43px;
  }
  .header-button1-top-text {
    font-size: 16px;
    line-height: 22px;
  }
  .header-button1-icon {
    width: 26px;
    height: 26px;
  }
  .header-button2-text {
    font-size: 16px;
    line-height: 22px;
  }
  .header-button2-icon {
    width: 30px;
    height: auto;
  }
  .header-button1 {
    width: 330px;
    height: 62px;
    margin-right: 12px;
    padding: 3px 14px 3px 14px;
  }
  .header-button2 {
    width: 330px;
    height: 62px;
    padding: 3px 15px 3px 15px;
    margin-right: 20px;
  }
  .hamburger-icon {
    width: 46px;
  }
  .header-hamburger-wrap {
    width: calc(100% - 405px);
  }
  .hamburger-button {
    padding: 33px 22px 33px;
  }
}
@media (max-width: 1200px) {
  #offcanvasRight {
    width: 100% !important;
    background-image: url(../images/menu-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #5bb4ee;
  }
  .my-modal-close {
    width: 80px;
    height: 80px;
  }
  .contact-stripe-button {
    width: 80%;
    height: 95px;
    padding: 6px 15px;
    font-size: 26px;
    line-height: 27px;
    letter-spacing: 3px;
    margin-top: 12%;
  }
  .contact-stripe-arrow {
    right: 38px;
    width: 38px;
    height: 38px;
  }
  .contact-upper-stripe-image {
    top: -182px;
    width: 170px;
  }
  .team-box {
    width: 100% !important;
  }
  .team-position {
    justify-content: center;
  }
  .text-box-text {
    font-size: 14px;
  }
  .text-box-heading {
    font-size: 25px;
  }
  .days-box {
    padding: 0px 0 0px 13px;
  }
  .piechart-heading2 {
    font-size: 15px !important;
    line-height: 21px !important;
    margin-bottom: 53px !important;
  }
  .round-underline {
    height: 14.1px !important;
  }
  .piechart-heading1 {
    font-size: 24px !important;
    line-height: 35px !important;
  }
  .piechart-box:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .piechart-top-floor {
    justify-content: space-between;
  }
  .piechart-heading-button {
    font-size: 18px;
  }
  .piecahrt-image1,
  .piecahrt-image2,
  .piecahrt-image3 {
    width: 100% !important;
    height: 185px !important;
    object-fit: contain;
    object-position: center bottom;
  }
  .piechart-overlap-image1 {
    top: -220px;
    width: 185px;
  }
  .piechart-overlap-image2 {
    top: -220px;
    width: 273px;
  }
  .piechart-bottom-box.first,
  .piechart-bottom-box.second {
    padding: 30px 28px 23px 28px;
    width: 49%;
  }
  .piechart-box {
    width: 32%;
    height: auto;
    padding: 18px 8px 18px 8px;
  }
  .homepage-pop-map-image2 {
    top: 19%;
  }
  .map-section-white-box {
    width: 100%;
    padding: 38px 0px 0;
    margin-bottom: 30px;
  }
  .service-heading {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
  }
  .service-text {
    font-size: 11px;
    letter-spacing: 0px;
  }
  .service-text-content:before {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  #homepage-service-section::before {
    width: 98%;
  }
  .header-logo {
    width: 60px;
    margin-right: 16px;
  }
  .logo-content-top-text {
    font-size: 11px;
  }
  .logo-content-bottom-text {
    font-size: 11px;
  }
  .header-button1-top-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .header-button1-bottom-text {
    font-size: 11px;
    letter-spacing: 0px;
  }
  .header-button1-icon {
    width: 22px;
    margin-left: 18px;
    height: 22px;
  }
  .header-button2-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .header-button2-icon {
    width: 25px;
    margin-left: 18px;
  }
  .header-button1 {
    width: 270px;
    height: 58px;
  }
  .header-button2 {
    width: 270px;
    height: 58px;
  }
  .hamburger-icon {
    width: 30px;
  }
  .logo-content-wrap {
    width: 150px;
  }
  .header-hamburger-wrap {
    width: calc(100% - 226px);
  }
}
@media (max-width: 991px) {
  .text-box-heading {
    font-size: 20px;
  }
  .offcanvas-header .btn-close {
    font-size: 22.6px;
    padding: 18.7px;
  }
  .menu-link {
    padding-bottom: 23.5px;
    margin-bottom: 23.5px;
    letter-spacing: 0.9px;
    font-size: 18px;
    line-height: 18px;
  }
  .contact-team-footer {
    padding-top: 42px;
  }
  .contact-team-footer-button1 {
    /* width: 100%; */
    height: 65px;
    margin-bottom: 15px !important;
  }
  .contact-team-footer-button2 {
    width: 100%;
    height: 65px;
  }
  .content-team-info-box {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .question-text {
    font-size: 18px;
  }
  .modal-dialog.teacher-info {
    width: 100%;
    max-width: 85% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .popup-table-left-text {
    font-weight: 700;
  }
  .popup-table-right {
    width: 100%;
  }
  .popup-table-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-form-wrap {
    padding: 45px 32px 38px;
  }
  #contact-submit {
    font-size: 16px;
  }
  #contact-submit:before {
    right: 30px;
    width: 27px;
    height: 22px;
  }
  .contact-stripe-button {
    width: 100%;
    height: 81px;
    padding: 6px 15px;
    font-size: 23px;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-top: 22%;
  }
  .contact-stripe-arrow {
    right: 21px;
    width: 25px;
    height: 25px;
  }
  .contact-upper-stripe-image {
    top: -130px;
    width: 120px;
  }
  .time-box-slider .slick-slide {
    margin-right: 18px;
  }
  .days-image-mobile {
    width: 100%;
    height: auto;
    display: block;
  }
  .desktop-days-images {
    display: none;
  }
  .left-right-text {
    font-size: 22px;
    line-height: 32px;
  }
  .left-right-line-heading {
    justify-content: center;
  }
  .under-left-right-text-heading {
    text-align: center;
  }
  .days-box.special-day-box .days-images {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .capsule-list {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .capsule-list-marker {
    font-size: 14px;
    line-height: 20px;
  }
  .days-box.special-day-box .days-spiral-image {
    margin-left: 46.2px;
    transform: translate(0px, -18px);
  }
  .days-box.special-day-box {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
    margin-bottom: 65.2px;
  }
  .days-text-para {
    padding: 23.5px 6.8px 14.5px 13px;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(129, 157, 221, 0.2);
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .days-marker-heading-wrap {
    top: -16px;
  }
  .days-text-para {
    font-size: 14px;
  }
  .days-spiral-image {
    width: 64.7px;
    margin-left: 46.2px;
    transform: translate(0px, -5px);
  }
  .days-marker-icon {
    width: 13.8px;
    margin-right: 4.2px;
  }
  .days-heading-dark-blue {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-right: 4px;
  }
  .days-heading-light-blue {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
  .days-box {
    padding: 0;
    box-shadow: none;
  }
  .days-content {
    width: 100%;
  }
  .days-images {
    width: 100%;
    height: auto;
  }
  .piechart-overlap-image1,
  .piechart-overlap-image2 {
    display: none;
  }
  .piechart-box {
    width: 100%;
    margin-bottom: 22px;
  }
  .piechart-bottom-box.first,
  .piechart-bottom-box.second {
    width: 100%;
    margin-bottom: 22px;
  }
  .homepage-pop-map-image2 {
    top: 25%;
  }
  .map-section-pop-text-para1,
  .map-section-pop-text-para2 {
    font-size: 18px;
    line-height: 41px;
    letter-spacing: 0px;
  }
  .service-box {
    width: 48.5%;
    margin-bottom: 35px;
  }
  .header-button1-top-text {
    font-size: 13px;
    line-height: 18px;
  }
  .header-button1-bottom-text {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0px;
  }
  .header-button1-icon {
    width: 18px;
    margin-left: 15px;
    height: 18px;
  }
  .header-button1,
  .header-button2 {
    width: 230px;
    height: 50px;
    padding: 2px 8px 2px 8px;
  }
  .header-button2-text {
    font-size: 13px;
    line-height: 18px;
  }
  .header-button2-icon {
    width: 22px;
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .popup-table-wrap {
    padding: 50px 20px 50px 20px;
  }
  .my-modal-close {
    width: 45px;
    height: 45px;
  }
  .popup-table-left-text {
    font-size: 16px;
  }
  .popup-table-right-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .good-box-image-bg1 {
    width: 20%;
  }
  .good-box-image-bg2 {
    width: 15.2%;
  }
  .thumb-good-box {
    width: 100%;
    margin-bottom: 34px;
  }
  .homepage-pop-map-image2 {
    display: none;
  }
}
@media (max-width: 851px) {
  .sp-fixed {
    display: block;
    position: fixed;
    bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    z-index: 9999;
  }
  .no-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .header-button1,
  .header-button2 {
    display: none;
  }
  .header-button2.extra {
    display: flex !important;
  }
  .hamburger-button {
    padding: 24px 15px 24px;
  }
  .mt-39-5 {
    margin-top: 0px !important;
  }
}
@media (max-width: 640px) {
  #offcanvasRight {
    width: 100% !important;
    background-image: url(../images/menu-bg-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #5bb4ee;
  }
  .map-section-pop-text-heading-center {
    font-size: 22px;
    line-height: 30px;
  }
  .map-section-pop-text-para1,
  .map-section-pop-text-para2 {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .map-section-pop-text-para1 br,
  .map-section-pop-text-para2 br {
    display: none;
  }
  .bird-heading-map {
    width: 270px;
  }
  .question-text,
  .answer-text {
    width: calc(100% - 45px);
  }
  .question-icon {
    width: 32px;
    height: auto;
    display: inline-block;
    margin-right: 13px;
    margin-top: -2.4px;
  }
  .contact-stripe-bg1 {
    top: 4.5%;
  }
  .contact-stripe-bg2 {
    right: 8%;
    bottom: 2%;
    width: 24%;
  }
  .contact-stripe-button {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 33%;
  }
  .contact-stripe-arrow {
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .contact-upper-stripe-image {
    top: -102px;
    left: 0;
    width: 94px;
    right: 0;
    margin: auto;
  }
  .slick-dots {
    margin-bottom: 96px;
  }
  .text-box-text {
    height: 190px;
  }
  .map-section-white-box-button {
    font-size: 20px;
    width: 280px;
  }
  #homepage-service-section {
    overflow: hidden;
  }
  #homepage-service-section .slick-list {
    overflow: visible;
  }
  #homepage-banner.mobile-slider {
    display: block;
  }
  #homepage-banner.desktop-slider {
    display: none;
  }
  .service-boxes-wrap {
    display: block;
  }
  #homepage-service-section .slick-slide {
    margin: 0 8px;
  }
}
@media (max-width: 575px) {
  .modal-dialog.popup-table {
    max-width: 82%;
  }
  .form-date-wrap .form-select {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkbox-box.first,
  .checkbox-box.second,
  .checkbox-box.third {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  #contact-submit:before {
    right: 15px;
    width: 22px;
    height: 22px;
  }
}
#thanks {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/menu-bg.png);
  background-size: 100% 100%;
  background-position: left;
}
.white {
  color: white !important;
}
@media (max-width: 768px) {
  #thanks {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/menu-bg-sp.png);
  }
}

.success-message {
  background-color: #defad7;
  border: 2px solid #72ea54;
  text-align: center;
  color: #288311;
  font-weight: 600;
  padding: 5px 10px;
  margin: 8px 0;
  display: none;
}
.error-message {
  background-color: #ff00001a;
  border: 2px solid #ff0000;
  text-align: center;
  color: #ff0000;
  font-weight: 600;
  padding: 5px 10px;
  margin: 8px 0;
  display: none;
}
