html {
  scroll-behavior: smooth;
}

body {
  color: #2d3235;
}

.g-body {
  font-size: 14px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .g-body {
    font-size: 16px;
  }
}

.g-container {
  box-sizing: border-box;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.g-h2 {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-h2 {
    margin-bottom: 80px;
  }
}

.g-h2__sub {
  margin-top: 0;
  margin-bottom: 4px;
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .g-h2__sub {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.g-h2__main {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .g-h2__main {
    font-size: 40px;
    line-height: 1.5;
  }
}

.g-h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background: url(../images/renewal2024/common/icon_gradation_circle.png) 0 4px/16px 16px no-repeat;
  border-bottom: 1px dashed #ccc;
}
.g-h3 strong {
  color: #00a0e9;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .g-h3 {
    margin-bottom: 40px;
    padding-bottom: 16px;
    padding-left: 36px;
    font-size: 24px;
    background-position: 0 6px;
    background-size: 24px 24px;
  }
}

.g-button-bule {
  text-align: center;
}
.g-button-bule a {
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 56px 20px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #00a0e9;
  background-image: url(../images/renewal2024/common/button_arrow.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100px;
}
@media screen and (min-width: 1200px) {
  .g-button-bule a {
    padding: 24px 96px;
    font-size: 16px;
    background-position: calc(100% - 24px) 50%;
    background-size: 32px;
  }
}
.g-button-bule a:hover {
  opacity: 0.9;
  transition: 0.3s;
}

.g-button-dark {
  text-align: center;
}
.g-button-dark a {
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 56px 20px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #363c40;
  background-image: url(../images/renewal2024/common/button_arrow_dark.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100px;
}
@media screen and (min-width: 1200px) {
  .g-button-dark a {
    padding: 24px 96px;
    font-size: 16px;
    background-position: calc(100% - 24px) 50%;
    background-size: 32px;
  }
}
.g-button-dark a:hover {
  opacity: 0.9;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-block {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .xl-none {
    display: none;
  }
}

.xl-block {
  display: none;
}
@media screen and (min-width: 1200px) {
  .xl-block {
    display: block;
  }
}

.g-pager .wp-pagenavi {
  margin-top: 56px;
}
@media screen and (min-width: 1200px) {
  .g-pager .wp-pagenavi {
    margin-top: 96px;
  }
}
.g-pager .wp-pagenavi span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  padding: 0;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  border: none;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .g-pager .wp-pagenavi span {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 8px;
  }
}
.g-pager .wp-pagenavi span.current {
  color: #fff;
  font-weight: normal;
  background: #00a0e9;
}
.g-pager .wp-pagenavi a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  padding: 0;
  color: #2d3235;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  border: none;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .g-pager .wp-pagenavi a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 8px;
  }
}

.g-header-bnr a {
  display: block;
}
.g-header-bnr img {
  width: 100%;
  height: auto;
}

.g-header-sp {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 72px 16px 20px;
}
@media screen and (min-width: 1200px) {
  .g-header-sp {
    display: none;
  }
}
.g-header-sp .g-sitename {
  margin: 0;
  font-size: 2em;
}
.g-header-sp .g-sitename img {
  width: 77px;
  height: auto;
}
.g-header-sp .g-header-school,
.g-header-sp .g-header-consultation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 92px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 17px;
}
.g-header-sp .g-header-school {
  margin-right: 4px;
  margin-left: auto;
  background: #363c40;
}
.g-header-sp .g-header-consultation {
  background: #00a0e9;
}
.g-header-sp .g-hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(170, 194, 205, 0.5);
}
.g-header-sp .g-hamburger:hover {
  cursor: pointer;
}
.g-header-sp .g-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 1px;
  background: #00a0e9;
  transition: 0.3s;
}
.g-header-sp .g-hamburger span:nth-of-type(1) {
  transform: translate(-50%, -3px);
}
.g-header-sp .g-hamburger span:nth-of-type(2) {
  transform: translate(-50%, 3px);
}
.g-header-sp .g-hamburger.g-active span:nth-of-type(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.g-header-sp .g-hamburger.g-active span:nth-of-type(2) {
  transform: translate(-50%, 0px) rotate(-45deg);
}
.g-header-sp .g-hamburger.g-follow {
  position: fixed;
}

.g-gnav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  background: rgb(126, 182, 208);
  background: linear-gradient(70deg, rgb(126, 182, 208) 0%, rgb(188, 227, 242) 100%);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.g-gnav-overlay.g-active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .g-gnav-overlay {
    display: none;
  }
}

.g-gnav-sp {
  max-height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  overflow: auto;
}

.g-gnav-sp__main {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g-gnav-sp__main > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.g-gnav-sp__main > li:last-child {
  border-bottom: none;
}
.g-gnav-sp__main > li > a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: url(../images/renewal2024/common/arrow_white.svg) no-repeat 100% 20px/12px auto;
}

.g-gnav-sp__sub {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  list-style-type: none;
}
.g-gnav-sp__sub > li {
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 8px;
}
.g-gnav-sp__sub > li > a {
  position: relative;
  display: block;
  padding-left: 16px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.g-gnav-sp__sub > li > a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
}

.g-header-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .g-header-pc {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 140px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.g-header-pc .g-sitename {
  margin: 0;
}
.g-header-pc .g-sitename img {
  width: 140px;
  height: auto;
}
.g-header-pc .g-gnav {
  margin-left: auto;
}
.g-header-pc .g-gnav-main {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g-header-pc .g-gnav-main > li {
  margin-right: 40px;
}
.g-header-pc .g-gnav-main > li > a {
  display: block;
  color: #2d3235;
  font-size: 14px;
  text-decoration: none;
}
.g-header-pc .g-gnav-main__parent {
  position: relative;
  padding-right: 12px;
}
.g-header-pc .g-gnav-main__parent:hover .g-gnav-sub {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.g-header-pc .g-gnav-main__parent::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #00a0e9;
  border-bottom: 1px solid #00a0e9;
  transform: rotate(45deg);
}
.g-header-pc .g-gnav-sub {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 240px;
  margin: 0;
  padding: 10px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  list-style-type: none;
  transform: translate(-50%, 100%);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}
.g-header-pc .g-gnav-sub > li {
  background: url(../images/renewal2024/common/arrow-blue.svg) 100% 50%/12px auto no-repeat;
  border-bottom: 1px solid #eaf2f5;
}
.g-header-pc .g-gnav-sub > li:last-of-type {
  border-bottom: none;
}
.g-header-pc .g-gnav-sub > li > a {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #2d3235;
  font-size: 14px;
  text-decoration: none;
}
.g-header-pc .g-header-school,
.g-header-pc .g-header-consultation {
  display: block;
  width: 160px;
  height: 56px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  border-radius: 28px;
}
.g-header-pc .g-header-school {
  margin-right: 8px;
  background: #363c40;
}
.g-header-pc .g-header-consultation {
  background: #00a0e9;
}

.g-bnr-area {
  margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  .g-bnr-area {
    margin-top: 160px;
  }
}

.g-bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g-bnr-list li {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .g-bnr-list li {
    width: calc((100% - 32px) / 2);
    margin-bottom: 32px;
  }
}
.g-bnr-list li a {
  display: block;
}
.g-bnr-list li img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .g-bnr-list li img {
    border-radius: 16px;
  }
}

.g-school-list {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 56px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 1200px) {
  .g-school-list {
    margin-top: 160px;
    margin-bottom: 136px;
    padding-top: 96px;
  }
}

.g-school-area {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .g-school-area {
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .g-school-area {
    margin-bottom: 56px;
  }
}

.g-school-card {
  margin-bottom: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 768px) {
  .g-school-card {
    width: calc((100% - 60px) / 3);
    margin: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .g-school-card {
    width: calc((100% - 100px) / 5);
  }
}

.g-school-card__heading {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #00a0e9;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #eaf2f5;
}
@media screen and (min-width: 1200px) {
  .g-school-card__heading {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}

.g-school-card__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  padding: 16px 20px 8px;
}
.g-school-card__list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-school-card__list li {
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 14px;
  }
}
.g-school-card__list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-school-card__list li::after {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .g-school-card__list {
    padding: 16px;
  }
}
.g-school-card__list li {
  box-sizing: border-box;
  width: 33.3333333333%;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .g-school-card__list li {
    width: 50%;
    padding-left: 10px;
  }
}
.g-school-card__list a {
  color: #2d3235;
  text-decoration: none;
}

.g-recruit {
  padding-top: 40px;
  padding-bottom: 56px;
  background: url(../images/renewal2024/common/recruit_bg_sp.jpg) no-repeat 50% 0/cover;
}
@media screen and (min-width: 1200px) {
  .g-recruit {
    padding-top: 80px;
    padding-bottom: 120px;
    background-image: url(../images/renewal2024/common/recruit_bg_pc.jpg);
  }
}

.g-recruit__en {
  margin-top: 0;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-recruit__en {
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 1.8;
  }
}

.g-recruit__text {
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-recruit__text {
    margin-bottom: 80px;
    font-size: 24px;
  }
}

.g-recruit__button {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .g-recruit__button {
    flex-direction: row;
    justify-content: center;
  }
}
.g-recruit__button .g-button-bule a,
.g-recruit__button .g-button-dark a {
  width: 280px;
  padding-right: 32px;
}
@media screen and (min-width: 1200px) {
  .g-recruit__button .g-button-bule a,
  .g-recruit__button .g-button-dark a {
    width: 360px;
    padding-right: 96px;
  }
}
.g-recruit__button .g-button-bule {
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .g-recruit__button .g-button-bule {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.g-footer {
  padding-top: 72px;
  padding-bottom: 24px;
  color: #fff;
  background: rgb(147, 194, 216);
  background: linear-gradient(70deg, rgb(147, 194, 216) 0%, rgb(220, 236, 242) 100%);
}
@media screen and (min-width: 1200px) {
  .g-footer {
    padding-top: 120px;
  }
}

.g-footer-sitename {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-footer-sitename {
    margin-bottom: 40px;
    font-size: 80px;
  }
}

.g-footer-sns {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .g-footer-sns {
    margin-bottom: 56px;
  }
}
.g-footer-sns li {
  margin-right: 8px;
  margin-left: 8px;
}
.g-footer-sns img {
  width: 40px;
  height: auto;
}

.g-footer-nav {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .g-footer-nav {
    margin-bottom: 120px;
  }
}
.g-footer-nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g-footer-nav li {
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 1200px) {
  .g-footer-nav li {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.g-footer-nav a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.g-copyright {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.r-fixed-buttons {
  right: 15px;
  left: auto;
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .r-fixed-buttons {
    right: 24px;
    bottom: 24px;
  }
}

.g-follow-button a {
  display: block;
  width: 120px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: #00a0e9;
  border-radius: 25px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .g-follow-button a {
    width: 280px;
    height: 64px;
    line-height: 64px;
    background: #00a0e9 url(../images/renewal2024/common/button_arrow.svg) calc(100% - 22px) 50%/20px 20px no-repeat;
    border-radius: 32px;
  }
}

.g-mv {
  height: 116.5333333333vw;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-top: 8vw;
  padding-left: 5.3333333333vw;
  background-image: url(../images/renewal2024/top/mv_sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .g-mv {
    height: 65.8333333333vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5.2083333333vw;
    padding-left: 8.3333333333vw;
    background-image: url(../images/renewal2024/top/mv_pc.jpg);
  }
}

.g-mv__lead {
  margin: 0;
  font-size: 8.5333333333vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .g-mv__lead {
    font-size: 5vw;
  }
}

.g-mv__arrow {
  margin-top: 4.2666666667vw;
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 1200px) {
  .g-mv__arrow {
    margin-top: 2.0833333333vw;
    margin-left: 4.1666666667vw;
  }
}
.g-mv__arrow img {
  display: block;
  width: auto;
  height: 36.4vw;
}
@media screen and (min-width: 1200px) {
  .g-mv__arrow img {
    height: 12.9513888889vw;
  }
}

.g-mission {
  margin-bottom: 64px;
}
@media screen and (min-width: 1200px) {
  .g-mission {
    margin-top: -80px;
    margin-bottom: 176px;
  }
}
.g-mission .g-h2 {
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .g-mission .g-h2 {
    margin-bottom: 48px;
  }
}

.g-mission__text {
  text-align: center;
}
.g-mission__text p {
  margin: 0;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .g-mission__text p {
    font-size: 20px;
    line-height: 2.4;
  }
}

.g-record {
  position: relative;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 48px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .g-record {
    margin-bottom: 144px;
    padding-top: 88px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .g-record::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: 600px;
    height: 100%;
    border-radius: 0 40px 40px 0;
    background-color: #eaf2f5;
  }
}
.g-record::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 0 20px 20px 0;
  background-color: #eaf2f5;
}
@media screen and (min-width: 1200px) {
  .g-record::after {
    width: 50%;
    border-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .g-record .g-h2 {
    margin-bottom: 64px;
  }
}

.g-record-slider {
  margin-bottom: 56px;
}
@media screen and (min-width: 1200px) {
  .g-record-slider {
    position: relative;
    margin-bottom: 80px;
  }
}
.g-record-slider .swiper-wrapper {
  align-items: stretch;
}
.g-record-slider .swiper-slide {
  width: auto;
  height: auto;
}

.g-record-slider__scrollbar {
  max-width: 280px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  height: 4px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .g-record-slider__scrollbar {
    max-width: 400px;
    margin-top: 48px;
  }
}
.g-record-slider__scrollbar .swiper-scrollbar-drag {
  background: #00a0e9;
}

.g-record-slider__prev,
.g-record-slider__next {
  display: none;
  width: 56px;
  height: 56px;
}
@media screen and (min-width: 1200px) {
  .g-record-slider__prev,
  .g-record-slider__next {
    position: absolute;
    top: 156px;
    z-index: 2;
    display: block;
  }
}
.g-record-slider__prev:hover,
.g-record-slider__next:hover {
  cursor: pointer;
}

.g-record-slider__prev {
  background: url(../images/renewal2024/common/slider_left.svg) 0 0/56px 56px no-repeat;
}
@media screen and (min-width: 1200px) {
  .g-record-slider__prev {
    left: 172px;
  }
}

.g-record-slider__next {
  background: url(../images/renewal2024/common/slider_right.svg) 0 0/56px 56px no-repeat;
}
@media screen and (min-width: 1200px) {
  .g-record-slider__next {
    right: 172px;
  }
}

.g-record-card {
  width: 280px;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .g-record-card {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "g-record-card__content g-record-card__thumb";
    width: 800px;
    border-radius: 16px;
  }
}

.g-record-card__thumb {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 1200px) {
  .g-record-card__thumb {
    grid-area: g-record-card__thumb;
    height: 100%;
    border-radius: 0 16px 16px 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.g-record-card__content {
  padding: 16px 16px 24px;
}
@media screen and (min-width: 1200px) {
  .g-record-card__content {
    grid-area: g-record-card__content;
    padding: 40px 48px 48px;
  }
}

.g-record-card__lagel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  background: #00a0e9;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .g-record-card__lagel {
    width: 96px;
    height: 28px;
    margin-bottom: 12px;
    font-size: 12px;
    border-radius: 14px;
  }
}

.g-record-card__heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .g-record-card__heading {
    margin-bottom: 16px;
    font-size: 28px;
  }
}

.g-record-card__text p {
  margin: 0;
}

.g-university {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .g-university {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.g-university__heading {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-university__heading {
    margin-bottom: 48px;
  }
}
.g-university__heading img {
  width: 238px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .g-university__heading img {
    width: 724px;
  }
}

.g-university__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .g-university__list {
    margin-bottom: 40px;
  }
}
.g-university__list li {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 5px) / 2);
  margin-bottom: 4px;
  padding: 8px 8px 8px 24px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .g-university__list li {
    width: calc((100% - 20px) / 5);
    margin-bottom: 5px;
    padding: 12px 12px 12px 24px;
    font-size: 18px;
    border-radius: 8px;
  }
}
.g-university__list li::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-university__list li::after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
}

.g-shortest-effort {
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .g-shortest-effort {
    margin-bottom: 270px;
  }
}

.g-oneweek {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(8, auto);
  gap: 16px 0px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .g-oneweek {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 16px 16px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .g-oneweek {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 32px 32px;
  }
}

.g-oneweek-heading {
  padding: 24px 0 48px;
  color: #fff;
  text-align: center;
  background-color: #00a0e9;
  background-image: url(../images/renewal2024/common/arrow-down.svg);
  background-position: 50% 80px;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-oneweek-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-image: url(../images/renewal2024/common/arrow-right.svg);
    background-position: 50% calc(50% + 72px);
    border-radius: 16px;
  }
}

.g-oneweek-heading__sub {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .g-oneweek-heading__sub {
    margin-bottom: 16px;
    font-size: 12px;
  }
}

.g-oneweek-heading__main {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .g-oneweek-heading__main {
    font-size: 28px;
  }
}

.g-oneweek-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-template-rows: auto;
  gap: 0px 16px;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-oneweek-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 0px 0px;
    padding: 0;
    border-radius: 16px;
  }
}

.g-oneweek-card__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .g-oneweek-card__thumb img {
    border-radius: 16px 16px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .g-oneweek-card__content {
    padding: 16px 24px 32px;
  }
}

.g-oneweek-card__heading {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-oneweek-card__heading {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.8;
  }
}

.g-oneweek-card__list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.g-oneweek-card__list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-oneweek-card__list li {
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 14px;
  }
}
.g-oneweek-card__list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-oneweek-card__list li::after {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}

.g-method {
  position: relative;
  padding-top: 80px;
  padding-bottom: 64px;
  background: url(../images/renewal2024/top/method_bg_left_sp.png) 0 45px/99px auto, url(../images/renewal2024/top/method_bg_right_sp.png) 100% 55px/91px auto;
  background-color: #eaf2f5;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .g-method {
    padding-top: 96px;
    padding-bottom: 104px;
    background: url(../images/renewal2024/top/method_bg_left_pc.png) 0 109px/356px auto, url(../images/renewal2024/top/method_bg_right_pc.png) 100% 142px/299px auto;
    background-color: #eaf2f5;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .g-method .g-h2 {
    margin-bottom: 64px;
  }
}

.g-method__heading {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .g-method__heading {
    top: -40px;
  }
}
.g-method__heading img {
  width: 330px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .g-method__heading img {
    width: 1316px;
  }
}

.g-method-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 20px 0px;
}
@media screen and (min-width: 768px) {
  .g-method-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .g-method-list {
    gap: 32px 32px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

.g-method-card {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-method-card {
    padding: 32px 32px 40px;
    border-radius: 16px;
  }
}

.g-method-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .g-method-card__header {
    margin-bottom: 20px;
  }
}

.g-method-card__number {
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  background-color: #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-method-card__number {
    width: 56px;
    height: 56px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 56px;
  }
}

.g-method-card__heading {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-method-card__heading {
    font-size: 24px;
  }
}

.g-method-card__copy {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-method-card__copy {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.g-method-card__text p {
  margin: 0;
}

.g-studysapuri {
  margin-bottom: 80px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(234, 242, 245) 100%);
}
@media screen and (min-width: 1200px) {
  .g-studysapuri {
    margin-bottom: 180px;
  }
}

.g-studysapuri__heading {
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-studysapuri__heading {
    margin-bottom: 32px;
  }
}
.g-studysapuri__heading img {
  width: 310px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .g-studysapuri__heading img {
    width: 675px;
  }
}

.g-studysapuri__copy {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-studysapuri__copy {
    margin-bottom: 80px;
    font-size: 32px;
  }
}

.g-studysapuri__teacher {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .g-studysapuri__teacher {
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 0px 0px;
  }
}
.g-studysapuri__teacher li img {
  width: 100%;
  height: auto;
}

.g-consultation__img {
  position: relative;
  z-index: -1;
  margin-top: -120px;
}
@media screen and (min-width: 768px) {
  .g-consultation__img {
    margin-top: -320px;
  }
}
@media screen and (min-width: 1200px) {
  .g-consultation__img {
    margin-top: -660px;
  }
}
.g-consultation__img img {
  display: block;
  width: 339px;
  height: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .g-consultation__img img {
    width: 520px;
  }
}

.g-consultation-point {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  gap: 40px 0px;
}
@media screen and (min-width: 768px) {
  .g-consultation-point {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 80px 42px;
  }
}
@media screen and (min-width: 1200px) {
  .g-consultation-point {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.g-consultation-card__thumb {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .g-consultation-card__thumb {
    margin-bottom: 24px;
  }
}
.g-consultation-card__thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .g-consultation-card__thumb img {
    border: 16px;
  }
}

.g-consultation-card__header {
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .g-consultation-card__header {
    margin-bottom: 16px;
  }
}

.g-consultation-card__number {
  margin-top: 0;
  margin-bottom: 8px;
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .g-consultation-card__number {
    font-size: 12px;
  }
}

.g-consultation-card__heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-consultation-card__heading {
    font-size: 18px;
  }
}

.g-consultation-card__list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
}
.g-consultation-card__list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.g-consultation-card__list li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-consultation-card__list {
    margin-bottom: 12px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1200px) {
  .g-consultation-card__text {
    font-size: 14px;
  }
}
.g-consultation-card__text p {
  margin: 0;
}

.g-youtube {
  position: relative;
  margin-bottom: 48px;
  padding-top: 48px;
  padding-bottom: 56px;
}
@media screen and (min-width: 1200px) {
  .g-youtube {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .g-youtube::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
    display: block;
    width: 600px;
    height: 100%;
    background: #eaf2f5;
    border-radius: 40px 0 0 40px;
  }
}
.g-youtube::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  background: #eaf2f5;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 1200px) {
  .g-youtube::after {
    width: 50%;
    border-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .g-youtube .g-h2 {
    margin-bottom: 64px;
  }
}

.g-youtube__movie {
  max-width: 880px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1200px) {
  .g-youtube__movie {
    margin-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }
}
.g-youtube__movie iframe {
  width: 100%;
  height: 100%;
}

.g-youtube-link {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.g-youtube-link__bnr img {
  width: 100%;
  height: auto;
}

.g-page-title {
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .g-page-title {
    margin-top: 56px;
    margin-bottom: 0;
  }
}

.g-page-title__en {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: inline-block;
  background: rgb(147, 194, 216);
  background: linear-gradient(90deg, rgb(147, 194, 216) 0%, rgb(220, 236, 242) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1200px) {
  .g-page-title__en {
    margin-bottom: 8px;
    font-size: 120px;
    line-height: 1;
  }
}

.g-page-title__jp {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .g-page-title__jp {
    font-size: 40px;
  }
}

.g-page-mv {
  margin-bottom: 20px;
  padding-left: 48px;
}
@media screen and (min-width: 1200px) {
  .g-page-mv {
    position: relative;
    z-index: -1;
    margin-top: -232px;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .g-page-mv::before, .g-page-mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 6.6666666667vw;
  }
}
.g-page-mv::before {
  left: calc(50% - 80px);
  width: 160px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0 40px 0 0;
}
.g-page-mv::after {
  left: 0;
  z-index: -1;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.g-page-mv img {
  width: 100%;
  height: auto;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 1200px) {
  .g-page-mv img {
    display: block;
    width: calc(50% + 80px);
    margin-left: auto;
    border-radius: 40px 0 0 40px;
  }
}

.g-breadcrumb {
  margin-bottom: 72px;
  color: #ccc;
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .g-breadcrumb {
    margin-top: -24px;
    margin-bottom: 160px;
    font-size: 12px;
  }
}
.g-breadcrumb a {
  color: #2d3235;
  text-decoration: none;
}

.g-breadcrumb__inner {
  margin-left: -4px;
}
@media screen and (min-width: 1200px) {
  .g-breadcrumb__inner {
    margin-left: -12px;
  }
}
.g-breadcrumb__inner > span {
  margin-right: 4px;
  margin-left: 4px;
  color: #2d3235;
}
@media screen and (min-width: 1200px) {
  .g-breadcrumb__inner > span {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.g-page-link {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .g-page-link {
    margin-bottom: 160px;
  }
}
.g-page-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  margin-top: -16px;
  padding: 0;
  list-style-type: none;
}
.g-page-link li {
  width: calc((100% - 15px) / 2);
  margin-top: 16px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 1200px) {
  .g-page-link li {
    width: calc((100% - 120px) / 5);
  }
}
.g-page-link a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 8px;
  color: #2d3235;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .g-page-link a {
    padding-bottom: 16px;
  }
}

.g-page-link__en {
  margin: 0;
  color: #00a0e9;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .g-page-link__en {
    font-size: 12px;
  }
}

.g-page-link__jp {
  display: flex;
  align-items: center;
  height: 36px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  background: url(../images/renewal2024/common/arrow_downward.svg) 100% 50%/20px 20px no-repeat;
}
@media screen and (min-width: 1200px) {
  .g-page-link__jp {
    height: 48px;
    font-size: 16px;
    line-height: 1.5;
    background-size: 38px 38px;
  }
}

.g-page-section {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .g-page-section {
    margin-bottom: 160px;
  }
}

.g-page-sub-section {
  margin-bottom: 64px;
}
@media screen and (min-width: 1200px) {
  .g-page-sub-section {
    margin-bottom: 96px;
  }
}

.g-figure-box {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-figure-box {
    margin-top: 64px;
    margin-bottom: 64px;
    padding: 32px 64px 64px;
    border-radius: 16px;
  }
}

.g-figure-box__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-figure-box__title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.g-figure-box__img {
  width: 100%;
  height: auto;
}

.g-bg-blue--left,
.g-bg-blue--right {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .g-bg-blue--left,
  .g-bg-blue--right {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.g-bg-blue--left::after,
.g-bg-blue--right::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 88vw;
  height: 100%;
  background: rgb(234, 242, 245);
  background: linear-gradient(30deg, rgb(234, 242, 245) 0%, rgb(248, 251, 253) 100%);
}
@media screen and (min-width: 1200px) {
  .g-bg-blue--left::after,
  .g-bg-blue--right::after {
    width: calc(50% + 480px);
  }
}

.g-bg-blue--left::after {
  left: 0;
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 1200px) {
  .g-bg-blue--left::after {
    border-radius: 0 40px 40px 0;
  }
}

.g-bg-blue--right::after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 1200px) {
  .g-bg-blue--right::after {
    border-radius: 40px 0 0 40px;
  }
}

.g-margin-bottom--none {
  margin-bottom: 0;
}

.g-strengths-lead {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-strengths-lead {
    margin-bottom: 96px;
  }
}

.g-strengths-lead__copy {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 27px;
  padding-right: 14px;
  padding-left: 14px;
  color: #00a0e9;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-strengths-lead__copy {
    margin-bottom: 40px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 56px;
  }
}
.g-strengths-lead__copy::before, .g-strengths-lead__copy::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 1200px) {
  .g-strengths-lead__copy::before, .g-strengths-lead__copy::after {
    width: 32px;
    height: 32px;
  }
}
.g-strengths-lead__copy::before {
  top: 0;
  left: 0;
  border-top: 1px solid #2d3235;
  border-left: 1px solid #2d3235;
}
.g-strengths-lead__copy::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #2d3235;
  border-bottom: 1px solid #2d3235;
}

.g-strengths-lead__text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-strengths-lead__text {
    font-size: 28px;
    letter-spacing: 0.06em;
  }
}

.g-strengths-heading {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-strengths-heading {
    margin-bottom: 96px;
  }
}

.g-strengths-heading__number {
  margin-top: 0;
  margin-bottom: 2px;
  color: #00a0e9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .g-strengths-heading__number {
    margin-bottom: 14px;
    font-size: 24px;
  }
}

.g-strengths-heading__sub {
  margin-top: 0;
  margin-bottom: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  background: rgb(147, 194, 216);
  background: linear-gradient(90deg, rgb(147, 194, 216) 0%, rgb(220, 236, 242) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1200px) {
  .g-strengths-heading__sub {
    margin-bottom: 14px;
    font-size: 88px;
  }
}

.g-strengths-heading__main {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .g-strengths-heading__main {
    font-size: 40px;
  }
}

.lifestyle-img {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .lifestyle-img {
    margin-top: 64px;
    margin-bottom: 120px;
  }
}
.lifestyle-img li {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (min-width: 1200px) {
  .lifestyle-img li {
    width: calc((100% - 90px) / 3);
  }
}
.lifestyle-img li:first-of-type .lifestyle-img__img {
  border-radius: 8px 0 0 8px;
}
.lifestyle-img li:last-of-type .lifestyle-img__img {
  border-radius: 0 8px 8px 0;
}

.lifestyle-img__img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .lifestyle-img__img {
    border-radius: 16px !important;
  }
}

.lifestyle-img__text {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-top: -8px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  display: inline-block;
  background: rgb(147, 194, 216);
  background: linear-gradient(90deg, rgb(147, 194, 216) 0%, rgb(220, 236, 242) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1200px) {
  .lifestyle-img__text {
    right: 8px;
    bottom: -36px;
    left: auto;
    font-size: 56px;
    transform: translateX(0);
  }
}

.g-pdca {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(8, auto);
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "g-pdca__plan" "g-pdca__arrow-1" "g-pdca__do" "g-pdca__arrow-2" "g-pdca__check" "g-pdca__arrow-3" "g-pdca__act" "g-pdca__arrow-4";
  margin-top: 64px;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .g-pdca {
    grid-template-columns: 1fr 64px 1fr;
    grid-template-rows: 1fr 104px 1fr;
    grid-template-areas: "g-pdca__plan g-pdca__arrow-1 g-pdca__do" "g-pdca__arrow-4 . g-pdca__arrow-2" "g-pdca__act g-pdca__arrow-3 g-pdca__check";
    margin-top: 80px;
    margin-bottom: 64px;
  }
}

.g-pdca__plan {
  grid-area: g-pdca__plan;
}

.g-pdca__do {
  grid-area: g-pdca__do;
}

.g-pdca__check {
  grid-area: g-pdca__check;
}

.g-pdca__act {
  grid-area: g-pdca__act;
}

.g-pdca__arrow-1,
.g-pdca__arrow-2,
.g-pdca__arrow-3,
.g-pdca__arrow-4 {
  padding-top: 8px;
  padding-bottom: 52px;
  justify-self: center;
}
@media screen and (min-width: 992px) {
  .g-pdca__arrow-1,
  .g-pdca__arrow-2,
  .g-pdca__arrow-3,
  .g-pdca__arrow-4 {
    padding: 0;
  }
}

.g-pdca__arrow-1 {
  grid-area: g-pdca__arrow-1;
}
@media screen and (min-width: 992px) {
  .g-pdca__arrow-1 {
    align-self: center;
  }
}

.g-pdca__arrow-2 {
  grid-area: g-pdca__arrow-2;
}
@media screen and (min-width: 992px) {
  .g-pdca__arrow-2 {
    padding-top: 16px;
  }
}

.g-pdca__arrow-3 {
  grid-area: g-pdca__arrow-3;
}
@media screen and (min-width: 992px) {
  .g-pdca__arrow-3 {
    align-self: center;
  }
}

.g-pdca__arrow-4 {
  grid-area: g-pdca__arrow-4;
  display: none;
}
@media screen and (min-width: 992px) {
  .g-pdca__arrow-4 {
    display: block;
    padding-top: 16px;
  }
}

.g-pdca-box {
  position: relative;
  box-sizing: border-box;
  padding: 60px 16px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 992px) {
  .g-pdca-box {
    height: 100%;
    padding: 80px 40px 48px;
    border-radius: 16px;
  }
}
.g-pdca-box p {
  margin: 0;
}

.g-pdca-box__icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .g-pdca-box__icon {
    width: 104px;
    height: 104px;
  }
}
.g-pdca-box__icon img {
  width: 100%;
  height: 100%;
}

.g-pdca-box__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .g-pdca-box__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.g-lecturer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0px 0px;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .g-lecturer-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    margin-top: 64px;
  }
}
.g-lecturer-list img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .g-course-points .g-strengths-heading {
    margin-bottom: 64px;
  }
}

.g-point-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 16px 0px;
  grid-template-areas: "g-point-icon" "g-point-box__content";
  margin-top: 32px;
  padding: 16px 24px 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-point-box {
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    gap: 0px 24px;
    grid-template-areas: "g-point-icon g-point-box__content";
    align-items: center;
    padding: 48px 48px 48px 40px;
    border-radius: 16px;
  }
}

.g-point-box__content {
  grid-area: g-point-box__content;
}

@media screen and (min-width: 1200px) {
  .g-point-box__heading {
    margin-bottom: 24px;
  }
}

.g-point-box__text p:last-of-type {
  margin-bottom: 0;
}

.g-point-icon {
  position: relative;
  grid-area: g-point-icon;
  width: 66px;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 4px;
  color: #00a0e9;
  background: #eaf2f5;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-point-icon {
    width: 168px;
    height: 168px;
    padding-top: 50px;
    padding-left: 10px;
  }
}
.g-point-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-point-icon::after {
    top: 3px;
    left: 3px;
  }
}

.g-point-icon__en {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .g-point-icon__en {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.g-point-icon__jp {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .g-point-icon__jp {
    font-size: 32px;
  }
}

.g-point-thumb {
  width: 160px;
  height: 160px;
  margin: 8px auto;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .g-point-thumb {
    width: 240px;
    height: 240px;
    margin: 0 24px 0 0;
  }
}
.g-point-thumb img {
  width: 100%;
  height: 100%;
}

.g-problems {
  margin-bottom: 0;
  padding-bottom: 200px;
  background: url(../images/renewal2024/course/problems_img.jpg) 100% 100%/180px auto no-repeat;
}
@media screen and (min-width: 1200px) {
  .g-problems {
    padding-bottom: 296px;
    background-size: 515px auto;
  }
}

.problems-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.problems-list li {
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  background: url(../images/renewal2024/common/checkmark.svg) 0 0/24px 24px no-repeat;
  border-bottom: 1px dashed #ccc;
}
@media screen and (min-width: 1200px) {
  .problems-list li {
    margin-bottom: 48px;
    padding-bottom: 48px;
    padding-left: 52px;
    font-size: 24px;
    background-size: 36px 36px;
  }
}
.problems-list li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.g-strategies {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 32px 0px;
  grid-auto-flow: row;
  margin-bottom: 40px;
  padding: 32px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-strategies {
    gap: 64px 0px;
    margin-bottom: 80px;
    padding: 64px;
    border-radius: 16px;
  }
}

.g-strategy-box__heading {
  margin: 0;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
  background: rgb(147, 194, 216);
  background: linear-gradient(30deg, rgb(147, 194, 216) 0%, rgb(176, 211, 226) 75%, rgb(220, 236, 242) 100%);
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 1200px) {
  .g-strategy-box__heading {
    padding: 16px 0;
    font-size: 24px;
  }
}

.g-strategy-box__text {
  padding: 16px;
  border: 1px solid #93c2d8;
  border-top: 0;
}
@media screen and (min-width: 1200px) {
  .g-strategy-box__text {
    padding: 32px;
  }
}
.g-strategy-box__text p {
  margin-top: 0;
}
.g-strategy-box__text p:last-of-type {
  margin-bottom: 0;
}
.g-strategy-box__text:last-of-type {
  border-radius: 0 0 8px 8px;
}

@media screen and (min-width: 1200px) {
  .g-service-section {
    margin-bottom: 0;
    padding-bottom: 160px;
    background: url(../images/renewal2024/common/bg_diagonal_line.png) 100% calc(100% - 36px)/530px auto no-repeat;
  }
}

.g-service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 8px 8px;
  grid-auto-flow: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .g-service-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 15px 15px;
  }
}

.g-service-box {
  padding: 12px;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .g-service-box {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    gap: 0px 16px;
    padding: 20px;
    align-items: center;
    text-align: left;
  }
}

.g-service-box__number {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: center;
  background: #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-service-box__number {
    width: 56px;
    height: 56px;
    margin: 0;
    font-size: 15px;
    line-height: 56px;
  }
}

.g-service-box__name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .g-service-box__name {
    font-size: 18px;
    line-height: 1.5;
  }
}

.g-price {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px 16px 32px;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-price {
    padding: 80px 80px 56px;
  }
}

.g-price__annotation {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0;
  font-size: 12px;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .g-price__annotation {
    display: flex;
    margin-bottom: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .g-price__annotation li {
    margin-right: 16px;
  }
}

.g-price-point {
  position: relative;
  margin-bottom: 24px;
  padding: 44px 16px 24px;
  background: #eaf2f5;
  border: 1px dashed #00a0e9;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .g-price-point {
    padding: 80px 64px 48px;
  }
}

.g-price-point__heading {
  position: absolute;
  top: 0;
  left: 50%;
  width: 220px;
  height: 44px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 44px;
  text-align: center;
  background: #00a0e9;
  border-radius: 22px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  .g-price-point__heading {
    width: 360px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    border-radius: 35px;
  }
}

.g-price-point__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g-price-point__list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-price-point__list li {
    margin-bottom: 24px;
    padding-left: 24px;
    font-size: 24px;
  }
}
.g-price-point__list li:last-of-type {
  margin-bottom: 0;
}
.g-price-point__list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-price-point__list li::after {
    top: 13px;
  }
}

.g-price-list {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(2, 1fr);
  gap: 8px 0px;
  grid-auto-flow: row;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .g-price-list {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    gap: 0px 56px;
  }
}

.g-price-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  gap: 0px 8px;
  grid-auto-flow: row;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .g-price-detail {
    gap: 0px 16px;
  }
}

.g-price-detail__title {
  width: 64px;
  height: 64px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  background: #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-price-detail__title {
    width: 82px;
    height: 82px;
    font-size: 16px;
    line-height: 82px;
  }
}

.g-price-detail__fee {
  position: relative;
  margin: 0;
  color: #00a0e9;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .g-price-detail__fee {
    font-size: 70px;
  }
}

.g-price-detail__unit {
  margin-left: 4px;
  font-size: 28px;
}
@media screen and (min-width: 1200px) {
  .g-price-detail__unit {
    font-size: 40px;
  }
}

.g-price-detail__tax {
  position: absolute;
  top: 18px;
  left: 152px;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .g-price-detail__tax {
    top: 32px;
    left: 222px;
    font-size: 16px;
  }
}

.g-price__annotation2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.g-price__annotation2 li {
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .g-price__annotation2 li {
    font-size: 12px;
  }
}

.g-parents-copy {
  width: 271px;
  height: 72px;
  margin: 0 auto 32px;
  padding-top: 22px;
  color: #00a0e9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  background: url(../images/renewal2024/parents/speech_bubble_sp.svg) 50% 0/271px auto no-repeat;
}
@media screen and (min-width: 1200px) {
  .g-parents-copy {
    width: 585px;
    height: 116px;
    margin-bottom: 80px;
    padding-top: 24px;
    font-size: 32px;
    background-image: url(../images/renewal2024/parents/speech_bubble_pc.svg);
    background-size: 585px auto;
  }
}

@media screen and (min-width: 1200px) {
  .g-circumstances {
    margin-top: 72px;
  }
}

.g-supporter {
  margin-bottom: 80px;
  padding-top: 64px;
  padding-bottom: 40px;
  background: #f7f8fa url(../images/renewal2024/parents/supporter_sp.png) 100% 0/260px auto no-repeat;
}
@media screen and (min-width: 1200px) {
  .g-supporter {
    margin-bottom: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/renewal2024/parents/supporter_pc.jpg);
    background-size: 1440px auto;
  }
}
@media screen and (min-width: 1200px) {
  .g-supporter .g-container {
    padding-right: 340px;
  }
}

.g-supporter__heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-supporter__heading {
    margin-bottom: 56px;
    font-size: 40px;
  }
}
.g-supporter__heading strong {
  color: #00a0e9;
  font-weight: 700;
}

.g-parents-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 32px 0px;
  grid-auto-flow: row;
  margin-bottom: 40px;
  padding: 24px;
  background: #eaf2f5;
  border-radius: 16px;
}
@media screen and (min-width: 1200px) {
  .g-parents-box {
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    gap: 0px 40px;
    align-items: center;
    margin-bottom: 120px;
    padding: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .g-parents-box__img {
    width: 520px;
  }
}
.g-parents-box__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.g-parents-box__heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-parents-box__heading {
    font-size: 24px;
  }
}
.g-parents-box__heading strong {
  color: #00a0e9;
  font-weight: 700;
}

.g-parents-box__text p:last-of-type {
  margin-bottom: 0;
}

.g-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media screen and (min-width: 1200px) {
  .g-faq-list {
    gap: 24px 0;
  }
}

.g-faq-box {
  background: #fff;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .g-faq-box {
    border-radius: 16px;
  }
}

.g-faq-box__header {
  position: relative;
  padding: 20px 40px;
  background: url(../images/renewal2024/faq/icon_q.svg) 16px 22px/18px auto no-repeat;
}
@media screen and (min-width: 1200px) {
  .g-faq-box__header {
    padding: 32px 80px 32px 104px;
    background-position: 48px 27px;
    background-size: 35px auto;
  }
}
.g-faq-box__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-right: 2px solid #93c2d8;
  border-bottom: 2px solid #93c2d8;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .g-faq-box__header::after {
    right: 48px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
.g-faq-box__header:hover {
  cursor: pointer;
}
.g-faq-box__header p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-faq-box__header p {
    font-size: 20px;
  }
}
.g-faq-box__header.g-active::after {
  transform: rotate(-135deg);
}

.g-faq-box__content {
  display: none;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px dashed #ccc;
}
@media screen and (min-width: 1200px) {
  .g-faq-box__content {
    margin-right: 48px;
    margin-left: 48px;
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
.g-faq-box__content p {
  margin-top: 0;
}
.g-faq-box__content p:last-child {
  margin-bottom: 0;
}

.g-school-search {
  background: #eaf2f5;
}
.g-school-search .g-container {
  padding-top: 40px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .g-school-search .g-container {
    position: relative;
    padding-top: 120px;
    padding-bottom: 220px;
  }
}

.g-schoo-map {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .g-schoo-map {
    margin-bottom: 0;
  }
}
.g-schoo-map img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .g-schoo-map img {
    max-width: 1146px;
    margin-right: auto;
    margin-left: auto;
  }
}

.g-school-area-box {
  margin-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .g-school-area-box {
    position: absolute;
    margin-bottom: 0;
  }
}

.g-school-area-box__header {
  margin-top: 0;
  margin-bottom: 0;
}

.g-school-area-box__link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: #00a0e9;
}

.g-school-area-box__body {
  padding: 16px;
}

.g-school-area-box__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.g-school-area-box__list li {
  position: relative;
  width: calc((100% - 16px) / 3);
  padding-left: 8px;
  font-size: 14px;
  box-sizing: border-box;
}
.g-school-area-box__list li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: #00a0e9;
  border-radius: 50%;
}
.g-school-area-box__list a {
  color: #2d3235;
  text-decoration: none;
}
.g-school-area-box__list a:hover {
  color: #00a0e9;
  transition: 0.3s;
}

.g-school-hokkaido .g-school-area-box__link,
.g-school-shikoku .g-school-area-box__link {
  background-color: #005c86;
}
.g-school-hokkaido .g-school-area-box__list li::after,
.g-school-shikoku .g-school-area-box__list li::after {
  background-color: #005c86;
}

.g-school-hokuriku .g-school-area-box__link {
  background-color: #3bbbf5;
}
.g-school-hokuriku .g-school-area-box__list li::after {
  background-color: #3bbbf5;
}

.g-school-kinki .g-school-area-box__link {
  background-color: #76c2e4;
}
.g-school-kinki .g-school-area-box__list li::after {
  background-color: #76c2e4;
}

.g-school-other .g-school-area-box__link {
  background-color: #848484;
}
.g-school-other .g-school-area-box__list li::after {
  background-color: #848484;
}

@media screen and (min-width: 1200px) {
  .g-school-hokkaido,
  .g-school-hokuriku,
  .g-school-kinki,
  .g-school-shikoku,
  .g-school-kyushu,
  .g-school-other {
    width: 232px;
  }
}
@media screen and (min-width: 1200px) {
  .g-school-hokkaido .g-school-area-box__list li,
  .g-school-hokuriku .g-school-area-box__list li,
  .g-school-kinki .g-school-area-box__list li,
  .g-school-shikoku .g-school-area-box__list li,
  .g-school-kyushu .g-school-area-box__list li,
  .g-school-other .g-school-area-box__list li {
    width: calc((100% - 8px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .g-school-hokkaido {
    top: 170px;
    left: 614px;
  }
}

@media screen and (min-width: 1200px) {
  .g-school-kanto {
    top: 885px;
    left: 773px;
    width: 336px;
  }
}

@media screen and (min-width: 1200px) {
  .g-school-hokuriku {
    top: 953px;
    left: 509px;
  }
}

@media screen and (min-width: 1200px) {
  .g-school-kinki {
    bottom: 616px;
    left: 350px;
  }
}

@media screen and (min-width: 1200px) {
  .g-school-shikoku {
    top: 953px;
    left: 245px;
  }
}

@media screen and (min-width: 1200px) {
  .g-school-kyushu {
    bottom: 616px;
    left: 86px;
  }
}

@media screen and (min-width: 1200px) {
  .g-school-other {
    top: 120px;
    left: 86px;
  }
}

.g-school-overview {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (min-width: 768px) {
  .g-school-overview {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px 64px;
  }
}

.g-school-summary {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 16px 16px;
  grid-auto-flow: row;
  grid-template-areas: "g-school-summary__heading g-school-summary__heading" "g-school-summary__content g-school-summary__img";
}
@media screen and (min-width: 768px) {
  .g-school-summary {
    width: calc((100% - 64px) / 2);
    grid-template-columns: 1fr 0.9fr;
    grid-template-rows: auto 1fr;
    gap: 16px 24px;
    grid-auto-flow: row;
    grid-template-areas: "g-school-summary__heading g-school-summary__img" "g-school-summary__content g-school-summary__img";
  }
}

.g-school-summary__heading {
  grid-area: g-school-summary__heading;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background: url(../images/renewal2024/common/icon_gradation_circle.png) 0 4px/16px 16px no-repeat;
  border-bottom: 1px dashed #ccc;
}
@media screen and (min-width: 992px) {
  .g-school-summary__heading {
    padding-left: 26px;
    font-size: 18px;
    background-position: 0 5px;
    background-size: 18px 18px;
  }
}

.g-school-summary__content {
  grid-area: g-school-summary__content;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 0px 0px;
  grid-auto-flow: row;
}

.g-school-summary__address {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .g-school-summary__address {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.g-school-summary__access {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 0;
  list-style-type: none;
}
.g-school-summary__access li {
  position: relative;
  padding-left: 10px;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .g-school-summary__access li {
    padding-left: 14px;
    font-size: 12px;
  }
}
.g-school-summary__access li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #93c2d8;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .g-school-summary__access li::after {
    top: 6px;
  }
}
.g-school-summary__access li + li {
  margin-top: 4px;
}

.g-school-summary__button a {
  display: inline-block;
  padding: 12px 32px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background: #93c2d8;
  border-radius: 100px;
}
@media screen and (min-width: 992px) {
  .g-school-summary__button a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
  }
}
.g-school-summary__button a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.g-school-summary__img {
  grid-area: g-school-summary__img;
}
.g-school-summary__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .g-school-summary__img img {
    border-radius: 16px;
  }
}

.g-consultation-lead {
  margin-bottom: 56px;
}
@media screen and (min-width: 1200px) {
  .g-consultation-lead {
    margin-bottom: 160px;
  }
}

.g-consultation-copy {
  margin-top: 0;
  margin-bottom: 40px;
  color: #00a0e9;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-consultation-copy {
    margin-bottom: 80px;
    font-size: 40px;
  }
}

.g-consultation-link {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 40px;
  background: #00a0e9;
  border-radius: 16px;
}
@media screen and (min-width: 1200px) {
  .g-consultation-link {
    max-width: 680px;
    padding: 40px;
  }
}

.g-consultation-link__text {
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-consultation-link__text {
    font-size: 32px;
  }
}

.g-consultation-link__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #00a0e9;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  border-radius: 100px;
}
@media screen and (min-width: 1200px) {
  .g-consultation-link__button {
    gap: 0 32px;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    font-size: 16px;
    box-sizing: border-box;
  }
}
.g-consultation-link__button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .g-consultation-link__button img {
    width: 32px;
    height: 32px;
  }
}

.g-consultation-introduction {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .g-consultation-introduction {
    margin-bottom: 160px;
  }
}

.g-consultation-introduction__text {
  margin-top: 0;
  margin-bottom: 0;
  color: #00a0e9;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-consultation-introduction__text {
    font-size: 20px;
  }
}

.g-consultation-flow {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .g-consultation-flow {
    gap: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .g-consultation-flow {
    max-width: 1080px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
  }
}

.g-consultation-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 24px 0px;
  grid-auto-flow: row;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .g-consultation-box {
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: 1fr;
    gap: 0px 40px;
    padding: 32px;
    border-radius: 16px;
  }
}
.g-consultation-box + .g-consultation-box::after {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  width: 10px;
  height: 30px;
  background: url(../images//renewal2024/consultation/flow_arrow.svg) 0 0/10px 30px no-repeat;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .g-consultation-box + .g-consultation-box::after {
    top: -54px;
  }
}

.g-consultation-box__img {
  position: relative;
}
.g-consultation-box__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .g-consultation-box__img img {
    border-radius: 8px;
  }
}

.g-consultation-box__number {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 64px;
  height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  color: #00a0e9;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  background: #eaf2f5;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .g-consultation-box__number {
    top: -24px;
    left: -24px;
  }
}
.g-consultation-box__number strong {
  font-size: 16px;
  font-weight: 500;
}
.g-consultation-box__number::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 64px;
  height: 64px;
  border: 1px solid #00a0e9;
  border-radius: 50%;
}

.g-consultation-box__heading {
  margin-top: 0;
  margin-bottom: 12px;
  color: #00a0e9;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .g-consultation-box__heading {
    font-size: 20px;
  }
}

.g-consultation-box__list {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
  list-style-type: none;
}
.g-consultation-box__list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
}
.g-consultation-box__list li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #00a0e9;
  border-radius: 50%;
}

.g-consultation-box__text p {
  margin-top: 0;
  font-size: 14px;
}
.g-consultation-box__text p:last-of-type {
  margin-bottom: 0;
}

.g-consultation-form__text {
  margin-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .g-consultation-form__text {
    margin-bottom: 64px;
  }
}
.g-consultation-form__text p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .g-consultation-form__text p {
    font-size: 20px;
  }
}
.g-consultation-form__text p small {
  font-size: 14px;
  font-weight: 400;
}

.g-form-box {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-form-box {
    padding: 64px;
    border-radius: 16px;
  }
}

.g-result-list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media screen and (min-width: 1200px) {
  .g-result-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 56px 56px;
  }
}

.g-result-card {
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(170, 194, 205, 0.25);
}
@media screen and (min-width: 1200px) {
  .g-result-card {
    width: calc((100% - 56px) / 2);
    border-radius: 16px;
  }
}

.g-result-card__link {
  display: block;
  color: #2d3235;
  text-decoration: none;
}
.g-result-card__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.g-result-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 1200px) {
  .g-result-card__img img {
    border-radius: 16px 16px 0 0;
  }
}

.g-result-card__body {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .g-result-card__body {
    padding: 32px 32px 40px;
  }
}

.g-result-card__university {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-result-card__university {
    font-size: 18px;
  }
}

.g-result-card__name {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
}
.g-result-card__name small {
  font-size: 12px;
}

.g-result-card__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #848484;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .g-result-card__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .g-result-wrap {
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-template-rows: 1fr;
    gap: 0px 100px;
    grid-auto-flow: row;
  }
}

.g-result-body {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .g-result-body {
    margin-bottom: 0;
  }
}

.g-result-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-result-title {
    margin-bottom: 48px;
    font-size: 28px;
  }
}

.g-result-mv {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .g-result-mv {
    margin-bottom: 32px;
  }
}
.g-result-mv img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .g-result-mv img {
    border-radius: 16px;
  }
}

.g-result-info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  gap: 0px 14px;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 1200px) {
  .g-result-info {
    gap: 0px 28px;
    margin-bottom: 80px;
    padding-bottom: 32px;
  }
}

.g-result-info__icon {
  position: relative;
  width: 72px;
  height: 72px;
  margin-top: 0;
  margin-bottom: 0;
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-size: 8px;
  letter-spacing: 0.1em;
  line-height: 72px;
  text-align: center;
  background: #eaf2f5;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-result-info__icon {
    width: 120px;
    height: 120px;
    font-size: 12px;
    line-height: 120px;
  }
}
.g-result-info__icon::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid #00a0e9;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-result-info__icon::after {
    right: -4px;
    bottom: -4px;
    width: 120px;
    height: 120px;
  }
}

.g-result-info__university {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-result-info__university {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.g-result-info__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .g-result-info__name {
    font-size: 16px;
  }
}
.g-result-info__name small {
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .g-result-info__name small {
    font-size: 12px;
  }
}

.g-result-content h2 {
  margin-top: 56px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  padding-left: 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background: url(../images/renewal2024/common/icon_gradation_circle.png) 0 6px/18px 18px no-repeat;
  border-bottom: 1px dashed #ccc;
}
@media screen and (min-width: 1200px) {
  .g-result-content h2 {
    margin-top: 80px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    padding-left: 36px;
    font-size: 24px;
    background-size: 24px 24px;
  }
}
.g-result-content h3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-result-content h3 {
    margin-top: 64px;
    margin-bottom: 24px;
    padding-left: 22px;
    font-size: 20px;
  }
}
.g-result-content h3::after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #93c2d8;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .g-result-content h3::after {
    width: 14px;
    height: 14px;
  }
}
.g-result-content h4 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-result-content h4 {
    margin-top: 64px;
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.g-result-content .wp-block-table {
  margin-top: 40px;
  margin-bottom: 40px;
}
.g-result-content .wp-element-caption {
  font-size: 12px;
  line-height: 1.5;
}
.g-result-content .wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.g-result-nav {
  padding: 24px;
  background: rgb(234, 242, 245);
  background: linear-gradient(45deg, rgb(234, 242, 245) 0%, rgb(248, 251, 253) 100%);
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .g-result-nav {
    position: relative;
    padding: 40px 0 40px 40px;
    background: none;
  }
}
@media screen and (min-width: 1200px) {
  .g-result-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: calc((100vw - 1200px) / 2 + 200px);
    height: 100%;
    background: rgb(234, 242, 245);
    background: linear-gradient(45deg, rgb(234, 242, 245) 0%, rgb(248, 251, 253) 100%);
    border-radius: 16px 0 0 16px;
  }
}

.g-result-category {
  margin-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .g-result-category {
    margin-bottom: 48px;
  }
}
.g-result-category:last-of-type {
  margin-bottom: 0;
}

.g-result-category__heading {
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 4px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  background: url(../images/renewal2024/common/icon_gradation_circle.png) 0 7px/16px 16px no-repeat;
  border-bottom: 1px dashed #ccc;
}

.g-result-category__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .g-result-category__list {
    flex-direction: column;
    margin-left: 0;
  }
}
.g-result-category__list li {
  width: 33.3333333333%;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 14px;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .g-result-category__list li {
    width: 100%;
    padding-left: 0;
  }
}
.g-result-category__list a {
  color: #2d3235;
  text-decoration: none;
}
.g-result-category__list a:hover {
  color: #00a0e9;
  transition: 0.3s;
}

.g-press-page-title {
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 1200px) {
  .g-press-page-title {
    margin-bottom: 48px;
  }
}
.g-press-page-title .g-page-title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .g-press-page-title .g-page-title {
    margin-bottom: 48px;
  }
}
.g-press-page-title + .g-breadcrumb {
  margin-bottom: 48px;
}
@media screen and (min-width: 1200px) {
  .g-press-page-title + .g-breadcrumb {
    margin-top: 0;
    margin-bottom: 120px;
  }
}

.g-press-body {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.g-press-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  gap: 0px 16px;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .g-press-meta {
    gap: 0 20px;
    margin-bottom: 40px;
  }
}

.g-press-category {
  display: flex;
  gap: 0 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .g-press-category {
    gap: 0 8px;
  }
}
.g-press-category a {
  display: block;
  padding: 6px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  background: #93c2d8;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .g-press-category a {
    padding: 8px;
    font-size: 14px;
  }
}

.g-press-date {
  margin-top: 0;
  margin-bottom: 0;
  color: #848484;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .g-press-date {
    font-size: 14px;
  }
}

.g-press-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
@media screen and (min-width: 1200px) {
  .g-press-list {
    gap: 80px 45px;
  }
}

.g-press-card {
  width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 1200px) {
  .g-press-card {
    width: calc((100% - 90px) / 3);
  }
}

.g-press-card__link {
  display: block;
  color: #2d3235;
  text-decoration: none;
}
.g-press-card__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.g-press-card___img {
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .g-press-card___img {
    margin-bottom: 20px;
  }
}
.g-press-card___img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .g-press-card___img img {
    border-radius: 16px;
  }
}

.g-press-card__meta {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 0px 16px;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .g-press-card__meta {
    margin-bottom: 20px;
  }
}

.g-press-card__caterory {
  display: flex;
  gap: 0 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.g-press-card__caterory li {
  padding: 6px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  background: #93c2d8;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .g-press-card__caterory li {
    padding: 8px;
    font-size: 12px;
  }
}

.g-press-card__date {
  margin-top: 0;
  margin-bottom: 0;
  color: #848484;
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .g-press-card__date {
    font-size: 14px;
  }
}

.g-press-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .g-press-card__title {
    font-size: 16px;
  }
}
/*# sourceMappingURL=site2024.css.map */

.grecaptcha-badge { visibility: hidden; }