/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
.training-grid__item, .page-items__row--body, .page-items__grid-item, .info-row__item, .rp-spec__item, .rp-about__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.training-grid__item p:last-of-type, .page-items__row--body p:last-of-type, .page-items__grid-item p:last-of-type, .info-row__item p:last-of-type, .rp-spec__item p:last-of-type, .rp-about__content p:last-of-type {
  margin: 0;
}

.page-items__sub-content--body, .page-items__top--content, .rp-point__group, .rp-topic__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .page-items__sub-content--body, .page-items__top--content, .rp-point__group, .rp-topic__content {
    font-weight: 600;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}
.page-items__sub-content--body p:last-of-type, .page-items__top--content p:last-of-type, .rp-point__group p:last-of-type, .rp-topic__content p:last-of-type {
  margin: 0;
}

.page-items__list--tags ul, .page-items__row--body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-items__list--tags ul li a, .page-items__row--body ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 15px;
  color: #999;
  border: 1.5px solid #999;
  border-radius: 100px;
  background: var(--white);
  display: block;
}
.page-items__list--tags ul li a:hover, .page-items__row--body ul li a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

#wpadminbar {
  position: fixed;
  top: 0;
}

.heading-overlay--dark h2 {
  color: var(--white);
}
.heading-overlay--dark h3 {
  color: var(--text-body);
}
.heading-overlay--lg {
  margin-bottom: 64px;
}
.heading-overlay--lg h2 {
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .heading-overlay--lg h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-overlay--lg h2 {
    font-size: 120px;
  }
}
.heading-overlay--lg h3 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .heading-overlay--lg h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-overlay--lg h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-overlay--2 h2 {
    text-align: right;
  }
  .heading-overlay--2 h3 {
    text-align: left;
    margin-top: 0 !important;
    font-size: 40px;
  }
}

.section--gray {
  background: #F2F2F2;
}
.section--blue {
  background: var(--blue);
}

@media only screen and (max-width: 767px) {
  .center-sp {
    text-align: center;
  }
}

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

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

.rp-about {
  padding-block: 64px;
}
@media only screen and (min-width: 768px) {
  .rp-about__inner {
    display: flex;
  }
}
.rp-about__inner picture {
  margin-bottom: 64px;
  text-align: center;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .rp-about__inner picture {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .rp-about__content {
    width: 50%;
  }
}

.rp-banner picture {
  display: block;
}
.rp-banner picture img {
  width: 100%;
}
.rp-banner h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 8px 15px;
}
@media only screen and (min-width: 768px) {
  .rp-banner h2 {
    padding: 20px 15px;
  }
}

.rp-topic {
  padding: 130px 15px 65px;
}
@media only screen and (min-width: 768px) {
  .rp-topic {
    padding: 160px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .rp-topic__inner {
    display: flex;
    align-items: center;
  }
}
.rp-topic__inner picture {
  display: block;
  margin-bottom: 52px;
}
@media only screen and (min-width: 768px) {
  .rp-topic__inner picture {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
.rp-topic__inner picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .rp-topic__content {
    width: 50%;
    padding-right: 50px;
  }
}
.rp-topic__content h3 {
  margin: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  color: var(--primary);
}
.rp-topic__content h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 52px;
  color: var(--primary);
}

.rp-point {
  padding-block: 65px;
}
@media only screen and (min-width: 768px) {
  .rp-point {
    padding-block: 80px;
  }
}
.rp-point picture {
  text-align: center;
  display: block;
  margin-bottom: 12px;
}
.rp-point__group {
  padding-block: 52px;
}
.rp-point__group + .rp-point__group {
  border-top: 1px solid #19355F;
}
.rp-point__group h3 {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  font-size: 24px;
  line-height: 1.666;
  font-weight: 600;
  padding: 0 10px;
  margin: 0 0 52px;
}

.rp-spec {
  padding-block: 65px 13px;
}
@media only screen and (min-width: 768px) {
  .rp-spec {
    padding-block: 80px 30px;
  }
}
.rp-spec__inner {
  display: flex;
  flex-wrap: wrap;
}
.rp-spec__item {
  width: 100%;
  color: var(--black);
  padding-bottom: 52px;
}
@media only screen and (min-width: 768px) {
  .rp-spec__item {
    width: 50%;
  }
}
.rp-spec__item figure {
  margin: 0 0 24px;
}
.rp-spec__item figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.rp-spec__item h3 {
  color: var(--black);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.info-row {
  padding-block: 65px 160px;
}
@media only screen and (min-width: 768px) {
  .info-row {
    padding-block: 80px 170px;
  }
}
.info-row iframe {
  display: none;
  border: 1.5px solid var(--text-body) !important;
  max-width: 720px;
  margin: 50px auto 0;
  height: 355px;
}
@media only screen and (min-width: 768px) {
  .info-row iframe {
    display: block;
  }
}
.info-row__group + .info-row__group {
  margin-top: 75px;
}
@media only screen and (min-width: 768px) {
  .info-row__group + .info-row__group {
    margin-top: 140px;
  }
}
.info-row__item {
  padding-block: 25px;
}
@media only screen and (min-width: 768px) {
  .info-row__item {
    padding-block: 15px;
    max-width: 720px;
    margin-inline: auto;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .info-row__item {
    border-bottom: 1.5px solid var(--primary);
  }
}
@media only screen and (min-width: 768px) {
  .info-row__item + .info-row__item {
    border-top: 1.5px solid var(--primary);
  }
}
.info-row__item--heading {
  margin: 0 0 6px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .info-row__item--heading {
    margin: 0;
    width: 37%;
    padding-right: 20px;
    line-height: 2;
  }
}
.info-row__item--heading a {
  font-weight: 400;
  background: var(--primary);
  color: var(--white);
  border-radius: 100px;
  padding: 4px 15px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .info-row__item--heading a {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .info-row__item--content {
    width: 63%;
    line-height: 2;
  }
}

.page-cover {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    z-index: -1;
  }
}
.page-cover > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.page-cover > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-cover .breadcrumb ul {
  color: var(--white);
}
.page-cover__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
  padding-block: 20px 165px;
  min-height: 614px;
}
@media only screen and (min-width: 768px) {
  .page-cover__inner {
    min-height: 548px;
  }
}
.page-cover__inner h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.66;
  margin: 0;
  color: var(--white);
}
.page-cover__inner h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: var(--white);
}
.page-cover__inner h1 img {
  display: block;
}

.page-items__sub-content h2, .page-items__top h2 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .page-items__sub-content h2, .page-items__top h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .page-items__sub-content h2, .page-items__top h2 {
    font-size: 40px;
  }
}

.page-items {
  padding-block: 52px 60px;
}
@media only screen and (min-width: 768px) {
  .page-items {
    padding-block: 150px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .page-items--padding {
    padding-bottom: 160px;
  }
}
.page-items__top h2 {
  text-align: center;
  margin: 0 0 52px;
}
@media only screen and (min-width: 768px) {
  .page-items__top--inner {
    display: flex;
    gap: 50px;
  }
}
.page-items__top--inner picture {
  display: block;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .page-items__top--inner picture {
    width: 50%;
    margin-bottom: 0;
  }
}
.page-items__top--inner picture img {
  width: 100%;
}
.page-items__top--content {
  border-top: 1.5px solid var(--primary);
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .page-items__top--content {
    width: calc(50% - 50px);
    padding-top: 20px;
  }
}
.page-items__hero {
  display: block;
  margin: 160px -20px 0;
}
@media only screen and (min-width: 768px) {
  .page-items__hero {
    margin: 160px 0 0;
  }
}
.page-items__hero img {
  width: 100%;
}
.page-items__sub-content {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .page-items__sub-content {
    display: flex;
  }
}
.page-items__sub-content h2 {
  margin: 0 0 64px;
}
@media only screen and (min-width: 768px) {
  .page-items__sub-content h2 {
    width: 50%;
    padding-right: 50px;
    margin: 0;
  }
}
.page-items__sub-content--body {
  border-top: 1.5px solid var(--primary);
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .page-items__sub-content--body {
    width: 50%;
    padding-top: 20px;
  }
}
.page-items__sub-content--min-margin {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .page-items__sub-content--min-margin {
    margin-top: 100px;
  }
}
.page-items__sub-content--margin {
  margin-top: 150px;
}
.page-items__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-top: 52px;
}
@media only screen and (min-width: 768px) {
  .page-items__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.page-items__grid-item {
  border-radius: 20px;
  border: 3px solid var(--blue);
  background: var(--white);
  padding: 40px 25px 32px;
}
@media only screen and (min-width: 768px) {
  .page-items__grid-item {
    padding: 40px 40px 32px;
  }
}
.page-items__grid-item--top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}
.page-items__grid-item--top figure {
  min-width: 110px;
  width: 110px;
}
@media only screen and (min-width: 768px) {
  .page-items__grid-item--top figure {
    min-width: 120px;
    width: 120px;
  }
}
.page-items__grid-item--top figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 50%;
}
.page-items__grid-item--top h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.66;
  letter-spacing: 0.05em;
  margin: 0;
  color: var(--blue);
}
.page-items__grid-item--top h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.66;
  text-align: center;
  margin: 0;
  color: var(--blue);
}
.page-items__grid-item--heading {
  flex-basis: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .page-items__grid-item--body {
    padding-inline: 15px;
  }
}
.page-items__row {
  padding: 64px 20px;
  background: var(--white);
  margin: 64px -20px 0;
}
@media only screen and (min-width: 768px) {
  .page-items__row {
    display: flex;
    padding: 30px;
    margin-inline: 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-items__row {
    padding: 50px;
  }
}
.page-items__row figure {
  padding-inline: 42px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .page-items__row figure {
    width: 28%;
    padding-inline: 0;
    margin-bottom: 0;
  }
}
.page-items__row figure img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-items__row--body {
    width: 72%;
    padding-left: 50px;
  }
}
.page-items__row--body ul {
  gap: 16px;
  margin-bottom: 32px;
}
.page-items__row--body h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.66;
}
.page-items__row--body h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.page-items__row--body .btn-arrow {
  display: block;
  margin: 32px 0 0 auto;
  max-width: 170px;
  padding: 3px 20px;
}
.page-items__note {
  text-align: center;
  margin-block: 70px 60px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #FF0000;
}
.page-items__note p {
  margin: 0;
}
.page-items__list {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .page-items__list {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .page-items__list--items {
    width: 55%;
  }
}
@media only screen and (min-width: 992px) {
  .page-items__list--items {
    width: 65%;
  }
}
.page-items__list--tags {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .page-items__list--tags {
    width: 45%;
    padding-left: 60px;
    position: sticky;
    top: 100px;
    order: 2;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-items__list--tags {
    width: 35%;
  }
}
.page-items__list--tags h3 {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.training-grid {
  padding-block: 60px 160px;
}
@media only screen and (min-width: 768px) {
  .training-grid {
    padding-block: 80px 160px;
  }
}
.training-grid__inner {
  display: grid;
  gap: 62px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .training-grid__inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .training-grid__inner {
    gap: 50px;
  }
}
.training-grid__item figure {
  margin: 0 0 24px;
}
.training-grid__item figure img {
  width: 100%;
  aspect-ratio: 1.33;
  object-fit: cover;
}
.training-grid__item h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 4px 20px;
  border-radius: 50px;
  background: var(--primary);
  color: var(--white);
  display: inline-block;
}
.training-grid__item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 15px;
}

.overview {
  padding-block: 64px;
  color: var(--white);
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .overview {
    padding-block: 150px 100px;
  }
}
.overview .heading-overlay h2 {
  color: rgba(255, 255, 255, 0.5);
}
.overview .heading-overlay h3 {
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .overview__inner {
    display: flex;
    gap: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__info {
    width: calc(50% - 26px);
  }
}
@media only screen and (min-width: 768px) {
  .overview__row {
    display: flex;
  }
}
.overview__row + .overview__row {
  margin-top: 32px;
}
.overview__row h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 6px;
}
@media only screen and (min-width: 768px) {
  .overview__row h3 {
    width: 114px;
    padding-right: 20px;
    margin: 0;
    font-weight: 600;
  }
}
.overview__row--body {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .overview__row--body {
    width: calc(100% - 114px);
  }
}
.overview__row--body p {
  margin-bottom: 32px;
}
.overview__row--body p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .overview__row--map {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.overview__row--map a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  background: var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 4px 15px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .overview__row--map a {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .overview__map {
    width: calc(50% - 26px);
  }
}
.overview__map iframe {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .overview__map iframe {
    height: 100%;
    display: block;
  }
}
.overview__content {
  margin-top: 150px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.overview__content p {
  margin-bottom: 32px;
}
.overview__content p:last-of-type {
  margin-bottom: 0;
}
.overview__content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 18px;
  padding: 0 0 10px;
  border-bottom: 1.5px solid var(--primary);
}
@media only screen and (min-width: 768px) {
  .overview__content h2 {
    font-size: 32px;
    padding: 0 10px 5px;
  }
}
@media only screen and (min-width: 992px) {
  .overview__content h2 {
    font-size: 40px;
  }
}

/*# sourceMappingURL=styles-subpage-new.css.map */
