@charset "UTF-8";

.geo_icon {
  width: 72px;
  position: relative;
  height: 64px;
}
p {
  margin: 0;
  text-indent: 0;
  line-height: 1.3;
}
.info__list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.info__list--content {
  position: relative;
  box-shadow: 2px 3px 8px rgba(99, 103, 123, 0.3);
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 32px 24px;
  gap: 8px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  margin: 0;
  opacity: 1;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.info__list--content::before {
  display: none;
}
/* .info__list--content.is-visible {
  opacity: 1;
  transform: translateY(0);
} */
.info__list--title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 0px;
  box-sizing: border-box;
  gap: 10px;
  color: #254a94;
  font-size: 18px;
  font-weight: 600;
}
.info__list--title p {
  font-size: 18px;
}
.info__button--text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  z-index: 0;
  font-size: 14px;
  font-weight: 600;
}
.info__button--text img {
  width: auto;
}
.info__button--arrow {
  width: 9px;
  position: absolute;
  margin: 0 !important;
  top: 18px;
  right: 24px;
  max-height: 100%;
  object-fit: contain;
  z-index: 1;
}
.info__button--navy {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #202b7b;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  box-sizing: border-box;
  position: relative;
  gap: 32px;
}
.info__button--sand {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #94693d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  box-sizing: border-box;
  position: relative;
  gap: 81px;
}
.info__cta {
  margin-top: 32px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0px;
  box-sizing: border-box;
  gap: 16px;
  background: url("/cms/wp-content/themes/shozemi/assets/img/top/bg-school.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
}
.info__cta h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.info__cta--description {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.1px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
.info__cta--buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.info__cta--button-red,
.info__cta--button-blue {
  color: #fff;
  text-decoration: none;
  width: 100%;
  border-radius: 2px;
  padding: 12px 24px 12px 14px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info__list--content {
    width: 345px;
  }
  .info__cta h2 {
    font-size: 32px;
  }
  .info__cta h2 br {
    display: none;
  }
  .info__cta--description {
    font-size: 16px;
  }
  .info__cta--button-red,
  .info__cta--button-blue {
    width: 320px;
    padding: 24px 32px 24px 28px;
    font-size: 20px;
    font-weight: 500;
  }
}
html {
  scroll-padding-top: 130px;
}
.info__cta--button-red {
  background-color: #f24f18;
  color: #fff9cd;
}
.info__cta--button-blue {
  background-color: #1391ff;
}
section.p-contact-block {
  display: none;
}
.p-search-contents {
  margin-top: 0;
}
.info__cta--buttons a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("/cms/wp-content/themes/shozemi/assets/img/jyukenjoho/allow-left.svg");
  background-repeat: no-repeat;
}
.p-page-anchor {
  justify-content: center;
}
