  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

a,
button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/*====================================================================
swiper¥ê¥»¥Ã¥È
====================================================================*/
.swiper-button-next {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
}
.swiper-button-next::before {
  content: none;
  font-size: 100%;
  line-height: 1;
}
.swiper-button-next::after {
  content: none;
  font-size: 100%;
  line-height: 1;
}

.swiper-button-prev {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
}
.swiper-button-prev::before {
  content: none;
  font-size: 100%;
  line-height: 1;
}
.swiper-button-prev::after {
  content: none;
  font-size: 100%;
  line-height: 1;
}

.swiper-container-horizontal * {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  width: auto;
  height: auto;
}

/*====================================================================
slick¥ê¥»¥Ã¥È
====================================================================*/
@font-face {
  font-family: "OTF-Gothic";
  font-weight: bold;
  src: url("/saiyou/ginou/highschool/_assets/font/A-OTF-GothicMB101Pr5-Bold.otf");
}
@font-face {
  font-family: "icon";
  src: url("/saiyou/ginou/highschool/_assets/font/icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*====================================================================
´Î¤Ø¥Ü¥¿¥ó
====================================================================*/
/*====================================================================
Ç°¤Ø¥Ü¥¿¥ó
====================================================================*/
/*====================================================================
¥Ú©`¥¸ËÍ¤ê¥Ü¥¿¥ó
====================================================================*/
/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-feature-settings: "palt";
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  color: #333;
}

a {
  text-decoration: none;
}

/*====================================================================
PC/SP
====================================================================*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*====================================================================
wow
====================================================================*/
.wow {
  animation-fill-mode: both;
}

.wow.fadeIn {
  visibility: hidden;
}

/*====================================================================
swiper
====================================================================*/
.swiper {
  overflow: visible;
}

.swiper-pagination-bullet {
  outline: 0;
}

.swiper-button-prev {
  outline: 0;
}

.swiper-button-next {
  outline: 0;
}

/*====================================================================
siteContent
====================================================================*/
.siteContent {
  overflow: hidden;
  min-height: calc(100vh - 20rem);
  min-width: 1100px;
}
@media only screen and (max-width: 768px) {
  .siteContent {
    min-height: calc(100vh - 50px);
    min-width: 0;
  }
}
.siteContent .u-mb0 {
  margin-bottom: 0;
}

/*====================================================================
lowerPageKvSec
====================================================================*/
.lowerPageKvSec {
  padding-top: 16rem;
}
@media only screen and (max-width: 768px) {
  .lowerPageKvSec {
    padding-top: 10.8rem;
  }
}
.lowerPageKvSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .lowerPageKvSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .lowerPageKvSec__cont {
    max-width: 83vw;
  }
}
.lowerPageKvSec__block {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}
.lowerPageKvSec__pic {
  display: block;
  width: 100%;
}
.lowerPageKvSec__img {
  display: block;
  width: 100%;
}
.lowerPageKvSec__head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lowerPageKvSec__headTtl {
  padding: 0.6rem 3rem;
  min-width: 37.4rem;
  background-color: #ffffff;
  border-radius: 999px;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .lowerPageKvSec__headTtl {
    padding: 0.6rem 3rem;
    min-width: initial;
    font-size: 2rem;
    line-height: 1.3;
  }
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait;
  /* ºá¤ÎˆöºÏ¤Ïlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 110rem;
  min-height: 8.8rem;
}
@media only screen and (max-width: 768px) {
  .siteHeader {
    min-width: initial;
    min-height: 8rem;
  }
}
.siteHeader__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  transition: height 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .siteHeader__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.siteHeader__cont.u-resizing {
  transition: unset;
}
@media only screen and (max-width: 768px) {
  .siteHeader__cont {
    padding: 0;
  }
}
.siteHeader__head {
  position: relative;
  z-index: 101;
  display: flex;
  align-items: center;
  padding: 0 9rem;
  height: 8.8rem;
}
@media only screen and (max-width: 768px) {
  .siteHeader__head {
    padding: 0 2rem;
    height: 8rem;
  }
}
.siteHeader__headLogo {
  width: 43rem;
}
@media only screen and (max-width: 768px) {
  .siteHeader__headLogo {
    width: 24.4rem;
  }
}
.siteHeader__headHamburger {
  position: absolute;
  top: 50%;
  right: 7.4rem;
  margin-top: -1.9rem;
  width: 3.8rem;
  height: 3.8rem;
  cursor: pointer;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .siteHeader__headHamburger {
    right: 2rem;
  }
}
.siteHeader__headHamburger i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 0.3rem;
  background-color: #003084;
  border-radius: 2px;
  transition: 0.4s;
}
.siteHeader__headHamburger i:nth-child(1) {
  margin-top: -1.2rem;
  width: 100%;
}
.siteHeader__headHamburger i:nth-child(2) {
  width: 80%;
}
.siteHeader__headHamburger i:nth-child(3) {
  margin-top: 1.2rem;
  width: 60%;
}
.siteHeader__headHamburger.u-opened i:nth-child(1) {
  margin-top: 0;
  width: 100%;
  transform: rotate(-158deg);
}
.siteHeader__headHamburger.u-opened i:nth-child(2) {
  opacity: 0;
}
.siteHeader__headHamburger.u-opened i:nth-child(3) {
  margin-top: 0;
  width: 100%;
  transform: rotate(158deg);
}
@media only screen and (min-width: 769px) {
  .siteHeader__headHamburger:hover {
    opacity: 0.5;
  }
}
.siteHeader__megamenu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #728ec1;
}
.siteHeader__megamenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5rem;
  right: 5rem;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  border-radius: 0 0 3.2rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenu::before {
    left: 0;
    right: 0;
  }
}
.siteHeader__megamenuWrap {
  position: relative;
  top: -8.8rem;
  padding: 8.4rem 0 0 0;
  transition: top 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuWrap {
    top: -8rem;
    padding: 8rem 0 0 0;
  }
}
.siteHeader__megamenuWrap.u-opened {
  top: 0;
}
.siteHeader__megamenuScroll {
  margin: 0 5rem;
  padding: 0 6.5rem;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuScroll {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.siteHeader__megamenuRow {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuRow {
    display: block;
    padding: 1rem 0 4rem 0;
  }
}
.siteHeader__megamenuCol {
  padding: 6rem 4rem 6rem 0;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuCol {
    margin-top: 3rem;
    padding: 0 3.4rem;
  }
}
.siteHeader__megamenuTtl {
  display: flex;
  margin: 3rem 0 0 0;
}
.siteHeader__megamenuTtl:first-child {
  margin: 0;
}
.siteHeader__megamenuTtlLink {
  display: flex;
  align-items: center;
  color: #003084;
  transition: 0.4s;
}
.siteHeader__megamenuTtlLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.siteHeader__megamenuTtlLink.u-blank {
  font-size: 108%;
}
.siteHeader__megamenuTtlLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.siteHeader__megamenuList {
  margin: 1.2rem 0 0 0;
  padding: 0 0 0 1.5rem;
  border-left: 1px solid #003084;
}
.siteHeader__megamenuListItem {
  margin: 0 0 1.2rem 0;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuListItem {
    font-size: 1.4rem;
  }
}
.siteHeader__megamenuListItem:last-child {
  margin: 0;
}
.siteHeader__megamenuListItemLink {
  color: #003084;
}
.siteHeader__megamenuListItemLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.siteHeader__megamenuEntry {
  flex: 1;
  padding: 6rem 0;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuEntry {
    margin: 3rem 0 0 0;
    padding: 0;
    padding: 0 1.6rem;
  }
}
.siteHeader__megamenuEntryFrame {
  padding: 3.2rem 1.5rem 4rem 1.5rem;
  background-color: #003084;
  border-radius: 3.2rem;
  color: #ffffff;
}
.siteHeader__megamenuEntryTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2.4rem 0;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuEntryTtl {
    justify-content: flex-start;
  }
}
.siteHeader__megamenuEntryTtl::before {
  content: "";
  display: block;
  margin: 0 0.3rem 0 -1rem;
  width: 3rem;
  height: 2.2rem;
  background-position: 50% 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-pointing_entry.svg);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuEntryTtl::before {
    margin-left: 0;
  }
}
.siteHeader__megamenuEntryList {
  margin: 0 auto;
  width: 15.6rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuEntryList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6rem;
    width: auto;
  }
}
.siteHeader__megamenuEntryListItem {
  margin: 0 0 1.6rem 0;
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuEntryListItem {
    flex-basis: 50%;
    padding: 0 0.6rem;
  }
}
.siteHeader__megamenuEntryListItem:last-child {
  margin: 0;
}
.siteHeader__megamenuEntryListItemLink {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 2.2rem;
  width: 100%;
  height: 4rem;
  border: 0.2rem solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  transition: 0.4s;
}
.siteHeader__megamenuEntryListItemLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.siteHeader__megamenuEntryListItemLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .siteHeader__megamenuEntryListItemLink:hover {
    background-color: #fff;
    color: #003084;
  }
}
@media only screen and (max-width: 768px) {
  .siteHeader__megamenuEntryListItemLink {
    background-color: #fff;
    color: #003084;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  position: relative;
  border-top: 2px solid #000;
}
.siteFooter__backToTop {
  display: block;
  position: fixed;
  bottom: 4.8rem;
  right: 4rem;
  width: 9.6rem;
  opacity: 0;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  .siteFooter__backToTop {
    width: 3.2rem;
    right: 1.6rem;
    bottom: 3rem;
  }
}
.siteFooter__backToTop.show-btn {
  opacity: 1;
}
.siteFooter__backToTop.u-limit-pc {
  position: absolute;
  bottom: auto;
  top: -5rem;
}
.siteFooter__backToTop.u-limit-sp {
  position: absolute;
  bottom: auto;
  top: -3rem;
}
.siteFooter__backToTopLink {
  display: block;
  width: 100%;
}
.siteFooter__backToTopLinkImg {
  width: 100%;
}
.siteFooter__nav {
  padding: 75px 0 65px 0;
}
@media only screen and (max-width: 768px) {
  .siteFooter__nav {
    padding: 0;
  }
}
.siteFooter__navCont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .siteFooter__navCont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .siteFooter__navCont {
    display: block;
    padding: 0;
  }
}
.siteFooter__navLogo {
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .siteFooter__navLogo {
    padding: 0;
  }
}
.siteFooter__navLogoLink {
  display: block;
}
@media only screen and (max-width: 768px) {
  .siteFooter__navLogoLink {
    padding: 3.5rem 0 3.8rem 0;
  }
}
.siteFooter__navLogoLinkImg {
  display: block;
  width: 234px;
}
@media only screen and (max-width: 768px) {
  .siteFooter__navLogoLinkImg {
    margin: 0 auto;
    width: 24rem;
  }
}
.siteFooter__navRow {
  display: flex;
  justify-content: center;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .siteFooter__navRow {
    display: none;
  }
}
.siteFooter__navCol {
  padding: 14px 20px 0 20px;
}
.siteFooter__navTtl {
  display: flex;
  margin: 20px 0 0 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #003084;
}
.siteFooter__navTtl:first-child {
  margin: 0;
}
.siteFooter__navTtl a {
  display: block;
  position: relative;
  color: #003084;
}
.siteFooter__navTtl a.u-blank {
  padding: 0 1.5em 0 0;
}
.siteFooter__navTtl a.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.siteFooter__navTtl a.u-blank:after {
  position: absolute;
  top: 0.1em;
  right: 0;
  font-size: 1.8rem;
}
.siteFooter__navList {
  margin: 1rem 0 0 0;
  padding: 0 0 0 1rem;
  border-left: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.siteFooter__navListItem {
  margin: 0 0 1rem 0;
}
.siteFooter__navListItem:last-child {
  margin: 0;
}
.siteFooter__navListItem a {
  color: #333;
}
.siteFooter__footer {
  padding: 3.6rem 0;
  background-color: #003084;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .siteFooter__footer {
    padding: 5rem 0;
  }
}
.siteFooter__footer a {
  color: #fff;
}
.siteFooter__footerCont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .siteFooter__footerCont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .siteFooter__footerCont {
    display: block;
  }
}
.siteFooter__footerLogoLink {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 999px;
  width: 238px;
}
@media only screen and (max-width: 768px) {
  .siteFooter__footerLogoLink {
    margin: 0 auto;
  }
}
.siteFooter__footerList {
  flex: 1;
  margin: 0;
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 768px) {
  .siteFooter__footerList {
    padding: 3rem 0 0 0;
  }
}
.siteFooter__footerListItem {
  padding: 0.3rem 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .siteFooter__footerListItem {
    display: flex;
    justify-content: center;
    padding: 0.6rem 0;
  }
}
.siteFooter__footerListItemLink {
  position: relative;
  padding: 0 1.5em 0 0;
  letter-spacing: 0.1em;
}
.siteFooter__footerListItemLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.siteFooter__footerListItemLink:after {
  position: absolute;
  top: 0.1em;
  right: 0;
  font-size: 1.8rem;
}
.siteFooter__footerCopyright {
  display: block;
  padding: 0.3rem 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .siteFooter__footerCopyright {
    padding: 3rem 0 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
}

/*====================================================================
loading
====================================================================*/
.loading {
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading__animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: repeating-linear-gradient(146deg, transparent, transparent 8px, rgba(46, 202, 253, 0.25) 8px, rgba(46, 202, 253, 0.25) 16px);
}
.loading__animation.is-active {
  opacity: 1;
  visibility: visible;
}
.loading__animationPic {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 30%;
  max-width: 84.5rem;
  margin: 0 auto;
  transform: translateY(-50%);
  animation: kvImgAnime-main 3s forwards;
}
@media only screen and (max-width: 768px) {
  .loading__animationPic {
    animation: kvImgAnime-mainSP 3s forwards;
  }
}
.loading__animationPicImg {
  width: 100%;
}

/*====================================================================
siteRecruitSec
====================================================================*/
.siteRecruitSec {
  position: relative;
  padding: 120px 0 140px 0;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec {
    padding: 0 0 5.4rem 0;
    background-color: transparent;
  }
}
.siteRecruitSec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -400rem;
  width: 800rem;
  height: 800rem;
  border-radius: 50%;
  background: #ffffa7;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec::before {
    top: 3.4rem;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #ffffa7;
    border-radius: 10rem 10rem 0 0;
  }
}
.siteRecruitSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__cont {
    padding: 0 3.2rem;
  }
}
.siteRecruitSec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  min-height: 8.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/entry-title-bg_pc.png);
  background-size: contain;
  letter-spacing: 0.14em;
  font-weight: 900;
  font-size: 2.4rem;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__ttl {
    position: relative;
    top: 0;
    margin: 0 0 2.4rem 0;
    min-height: 6.8rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/entry-title-bg_sp.png);
    font-size: 1.8rem;
  }
}
.siteRecruitSec__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -22px;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__list {
    display: block;
    margin: 0;
  }
}
.siteRecruitSec__listItem {
  flex-basis: 33.333%;
  margin: 0 0 40px 0;
  padding: 0 22px;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__listItem {
    position: relative;
    margin: 0 0 2.4rem 0;
    padding: 0;
    overflow: hidden;
    border-radius: 3.2rem;
  }
  .siteRecruitSec__listItem:last-child {
    margin: 0;
  }
}
.siteRecruitSec__listItemThmb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 20px 0;
  border: 0.4rem solid #fff;
  border-radius: 3.2rem;
  background-color: #2ecafd;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__listItemThmb {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
  }
}
.siteRecruitSec__listItemThmbImg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .siteRecruitSec__listItemThmb:hover img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.siteRecruitSec__listItemTtl {
  display: block;
  position: relative;
  padding: 0 0 18px 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__listItemTtl {
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0 0 0 16vw;
    height: 32.8vw;
    background-color: rgba(0, 48, 132, 0.33);
    font-size: 4.8vw;
  }
}
.siteRecruitSec__listItemTtl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #003084;
  border-radius: 1px;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__listItemTtl::before {
    content: none;
  }
}
.siteRecruitSec__listItemTtlTxt {
  display: block;
  position: relative;
  padding: 0 0 0 48px;
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__listItemTtlTxt {
    padding: 0 0 0 11.7vw;
    color: #fff;
  }
}
.siteRecruitSec__listItemTtlArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.1em;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #003084;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: 0.4s;
}
.siteRecruitSec__listItemTtlArrow::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
@media only screen and (max-width: 768px) {
  .siteRecruitSec__listItemTtlArrow {
    top: 50%;
    margin-top: -3.73vw;
    width: 7.46vw;
    height: 7.46vw;
    color: #003084;
  }
}
@media only screen and (min-width: 769px) {
  .siteRecruitSec__listItemTtl:hover i {
    background-color: #2ecafd;
  }
}

/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@keyframes kvImgAnime-main {
  0% {
    opacity: 0;
    width: 30%;
  }
  70% {
    opacity: 1;
    width: 30%;
  }
  100% {
    opacity: 0;
    width: 30%;
  }
}
@keyframes kvImgAnime-mainSP {
  0% {
    opacity: 0;
    width: 60%;
  }
  70% {
    opacity: 1;
    width: 60%;
  }
  100% {
    opacity: 0;
    width: 60%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
/*====================================================================
mixin
====================================================================*/
/*====================================================================
topPageHeroSec
====================================================================*/
.topPageHeroSec {
  position: relative;
  margin: 0 0 5rem 0;
  padding: 8.8rem 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .topPageHeroSec {
    margin: 0 0 1.5rem 0;
    padding: 0;
  }
}
.topPageHeroSec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4.4rem;
  background-position: 50% 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageHero_bg_pc.png);
  background-size: cover;
  border-radius: 0 0 30rem 30rem;
}
@media only screen and (max-width: 768px) {
  .topPageHeroSec::before {
    bottom: 0;
    border-radius: 0 0 10rem 10rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageHero_bg_sp.png);
  }
}
.topPageHeroSec__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
.topPageHeroSec__site {
  position: absolute;
  z-index: 1;
  top: 7.959%;
  left: 34.375%;
  width: 31.25%;
  animation: kvImgAnime-text 3s forwards infinite;
}
@media only screen and (max-width: 768px) {
  .topPageHeroSec__site {
    top: 25.553%;
    left: 26.533%;
    width: 47.466%;
  }
}
.topPageHeroSec__ttl {
  position: relative;
}

@keyframes kvImgAnime-text {
  0% {
    opacity: 1;
    margin-top: 0;
  }
  10% {
    opacity: 1;
    margin-top: -1rem;
  }
  20% {
    opacity: 1;
    margin-top: 0;
  }
  30% {
    opacity: 1;
    margin-top: -1rem;
  }
  40% {
    opacity: 1;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
/*====================================================================
topPageMessageSec
====================================================================*/
.topPageMessageSec {
  position: relative;
  margin: 0 0 215px 0;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec {
    margin: 0 0 13rem 0;
  }
}
.topPageMessageSec::before {
  content: "";
  display: block;
  position: absolute;
  top: 64px;
  bottom: 245px;
  left: 0;
  right: 0;
  background-color: #ffffa7;
  border-radius: 30rem;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec::before {
    top: 4.6rem;
    bottom: 7.2rem;
    border-radius: 10rem;
  }
}
.topPageMessageSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.topPageMessageSec__ttl {
  margin: 0 auto 30px auto;
  max-width: 680px;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__ttl {
    margin: 0 0 1.6rem 0;
    max-width: initial;
  }
}
.topPageMessageSec__txt {
  margin: 0 auto 8.8rem auto;
  max-width: 83.4rem;
  background-position: 0% 100%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageMessage_underline_pc.png);
  background-size: 1.2rem 4.8rem;
  letter-spacing: 0.12em;
  line-height: 4.8rem;
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__txt {
    margin: 0 auto 3rem auto;
    max-width: 31.2rem;
    background-size: 1.2rem 4rem;
    font-size: 1.4rem;
    line-height: 4rem;
  }
}
.topPageMessageSec__movie {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 83.4rem;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__movie {
    margin: 0;
    max-width: initial;
  }
}
.topPageMessageSec__movieTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageMessage_movie_title_bg_pc.png);
  margin: 0 0 3rem 0;
  min-height: 10rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__movieTtl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__movieTtl {
    margin: 0 0 1.4rem 0;
    background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageMessage_movie_title_bg_sp.png);
  }
}
.topPageMessageSec__moviePlayer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0.4rem solid #fff;
  border-radius: 3.2rem;
  box-shadow: 0.8rem 0.8rem 0.8rem rgba(0, 0, 0, 0.32);
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__moviePlayer {
    border-width: 0.2rem;
    margin: 0 auto;
    max-width: 31.2rem;
  }
}
.topPageMessageSec__moviePlayerThumb {
  position: relative;
}
.topPageMessageSec__moviePlayerAnc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 132, 0.48);
  transition: 0.4s;
}
.topPageMessageSec__moviePlayerAnc span {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__moviePlayerAnc span {
    width: 8rem;
    height: 8rem;
  }
}
.topPageMessageSec__moviePlayerAnc span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  background-color: #003084;
  opacity: 0;
  transition: 0.4s;
}
.topPageMessageSec__moviePlayerAnc span img {
  position: absolute;
  top: 0;
  left: 0;
}
.topPageMessageSec__moviePlayerAnc span img:last-child {
  position: relative;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .topPageMessageSec__moviePlayerAnc:hover {
    background-color: transparent;
  }
  .topPageMessageSec__moviePlayerAnc:hover span::before {
    opacity: 1;
  }
  .topPageMessageSec__moviePlayerAnc:hover span img:last-child {
    opacity: 0;
  }
}
.topPageMessageSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  top: 100%;
  right: 40px;
  margin: -0.16em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageMessageSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageMessageSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageMessageSec__ttlEn {
    margin: 0.2em;
  }
}

/*====================================================================
topPageMovieSec
====================================================================*/
.topPageMovieSec {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.topPageMovieSec__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.topPageMovieSec__wrapper {
  padding: 0 10rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .topPageMovieSec__wrapper {
    padding: 0;
  }
}
.topPageMovieSec__movie {
  position: relative;
  padding: 4rem 0;
  width: 100%;
}
.topPageMovieSec__movieClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8rem;
  height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .topPageMovieSec__movieClose {
    right: 2rem;
  }
}
.topPageMovieSec__movieClose:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.3rem;
  background-color: #003084;
  border-radius: 0.2rem;
  transform: rotate(-158deg);
}
.topPageMovieSec__movieClose:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.3rem;
  background-color: #003084;
  border-radius: 0.2rem;
  transform: rotate(158deg);
}
.topPageMovieSec__moviePlayer {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.topPageMovieSec__moviePlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*====================================================================
topPageAboutSec
====================================================================*/
.topPageAboutSec {
  position: relative;
  margin: 0 0 22rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec {
    margin: 0 0 13.4rem 0;
  }
}
.topPageAboutSec::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -15rem;
  left: 0;
  width: 100%;
  height: 100vw;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPage_bg_pc.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec::before {
    top: -7rem;
    height: 140rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPage_bg01_sp.png);
    background-size: 100% auto;
  }
}
.topPageAboutSec__kv {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 50%;
  height: 44rem;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__kv {
    position: static;
    margin-right: -3.2rem;
    height: 23rem;
  }
}
.topPageAboutSec__kvLink {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  margin-left: -1.6rem;
  height: 100%;
  border: 0.4rem solid #ff0;
  border-right: 0;
  border-radius: 999rem 0 0 999rem;
  background-color: #2ecafd;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__kvLink {
    margin: 0;
    border-width: 0.2rem;
  }
}
.topPageAboutSec__kvLink .u-img {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageAbout_kv.jpg);
  background-size: cover;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .topPageAboutSec__kvLink:hover .u-img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.topPageAboutSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  display: flex;
  align-items: center;
  min-height: 44rem;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__cont {
    padding: 0 3.2rem;
  }
}
.topPageAboutSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  top: 100%;
  left: 5rem;
  margin: -0.16em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageAboutSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageAboutSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__ttlEn {
    left: 2.4rem;
    margin: 2rem 0 0 0;
  }
}
.topPageAboutSec__head {
  position: relative;
  max-width: 25rem;
}
.topPageAboutSec__headTtl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__headTtl {
    margin: 0 0 2.2rem 0;
    text-align: center;
    font-size: 2.2rem;
  }
}
.topPageAboutSec__headTtl::after {
  content: "";
  display: block;
  margin: 22px 0;
  width: 70px;
  height: 3px;
  background-color: #003084;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__headTtl::after {
    margin: 1.2rem auto 0 auto;
    width: 4.8rem;
    height: 0.3rem;
  }
}
.topPageAboutSec__headTxt {
  margin: 0 0 3.6rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__headTxt {
    margin: 2.2rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.topPageAboutSec__headBtn {
  display: flex;
}
.topPageAboutSec__headBtnLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4rem;
  height: 4.2rem;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageAboutSec__headBtnLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.topPageAboutSec__headBtnLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__headBtnLink {
    border-width: 0.1rem;
  }
}
.topPageAboutSec__headBtnLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  color: #003084;
}
@media only screen and (min-width: 769px) {
  .topPageAboutSec__headBtnLink:hover {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__headBtnLink.u-01 {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageAboutSec__head {
    max-width: 100%;
  }
}

/*====================================================================
topPageWorksSec
====================================================================*/
.topPageWorksSec {
  position: relative;
  margin: 0 0 22.8rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec {
    margin: 0 0 13.2rem 0;
  }
}
.topPageWorksSec::before {
  content: "";
  display: block;
  position: absolute;
  top: 12.2rem;
  bottom: 16rem;
  left: 0;
  right: 0;
  background-color: #ffffa7;
  border-radius: 30rem;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec::before {
    top: 17rem;
    bottom: 4rem;
    border-radius: 10rem;
  }
}
.topPageWorksSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__cont {
    padding: 0 3.2rem;
  }
}
.topPageWorksSec__kv {
  margin: 0 0 4rem 0;
  height: 44rem;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__kv {
    margin: 0 0 0 0;
    height: 23rem;
  }
}
.topPageWorksSec__kvLink {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  border: 0.4rem solid #fff;
  border-radius: 999rem;
  background-color: #2ecafd;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__kvLink {
    border-width: 0.2rem;
  }
}
.topPageWorksSec__kvLink .u-img {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageWorks_kv.jpg);
  background-size: cover;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .topPageWorksSec__kvLink:hover .u-img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.topPageWorksSec__head {
  position: relative;
  margin: 0 0 6.4rem 0;
}
.topPageWorksSec__headTtl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__headTtl {
    margin: 0 0 2.2rem 0;
    text-align: center;
    font-size: 2.2rem;
  }
}
.topPageWorksSec__headTtl::after {
  content: "";
  display: block;
  margin: 22px 0;
  width: 70px;
  height: 3px;
  background-color: #003084;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__headTtl::after {
    margin: 1.2rem auto 0 auto;
    width: 4.8rem;
    height: 0.3rem;
  }
}
.topPageWorksSec__headTxt {
  margin: 0 0 3.6rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__headTxt {
    margin: 2.2rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.topPageWorksSec__headBtn {
  display: flex;
}
.topPageWorksSec__headBtnLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4rem;
  height: 4.2rem;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageWorksSec__headBtnLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.topPageWorksSec__headBtnLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__headBtnLink {
    border-width: 0.1rem;
  }
}
.topPageWorksSec__headBtnLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  color: #003084;
}
@media only screen and (min-width: 769px) {
  .topPageWorksSec__headBtnLink:hover {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__headBtnLink.u-01 {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__head {
    margin: 0;
  }
}
.topPageWorksSec__headTxt {
  position: absolute;
  top: 0;
  left: 21rem;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__headTxt {
    position: static;
    width: 100%;
  }
}
.topPageWorksSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  top: 44rem;
  right: 4rem;
  margin: -0.16em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageWorksSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageWorksSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__ttlEn {
    position: static;
    margin: 1rem 0 0 0;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__schedule {
    margin: 5.2rem 0 0 0;
  }
}
.topPageWorksSec__scheduleTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  margin: 0 0 14.2rem 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageWorks_schedule_title_bg_pc.png);
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleTtl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleTtl {
    width: auto;
    margin: 0 -3.2rem 1.6rem -3.2rem;
    min-height: 12.1rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageWorks_schedule_title_bg_sp.png);
  }
}
.topPageWorksSec__scheduleList {
  display: flex;
  margin: 0 -0.8rem;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleList {
    display: block;
    margin: 0;
  }
}
.topPageWorksSec__scheduleListItem {
  flex-basis: 33.333%;
  padding: 0 0.8rem;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleListItem {
    padding: 0;
  }
}
.topPageWorksSec__scheduleListItemBlock {
  position: relative;
  padding: 0 2rem 2rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleListItemBlock {
    margin: 0 0 1.6rem 0;
    padding: 0 1rem 1rem 0;
  }
}
.topPageWorksSec__scheduleListItemBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  bottom: 0;
  right: 0;
  background-image: url("/saiyou/ginou/highschool/_assets/images/common/bg-dotted.png");
  background-size: 9.4rem 9.4rem;
  border: 1px solid #003084;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleListItemBlock::before {
    top: 1rem;
    left: 1rem;
    background-size: 5rem 5rem;
  }
}
.topPageWorksSec__scheduleListItemBlockLink {
  display: block;
  position: relative;
  padding: 8rem 0 5.5rem 0;
  background-color: #fff;
  border: 0.4rem solid #2ecafd;
  border-radius: 3.2rem;
  text-align: center;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleListItemBlockLink {
    padding: 3rem 3.8rem 0 13rem;
    min-height: 21rem;
    border-width: 0.2rem;
  }
}
.topPageWorksSec__scheduleListItemBlockLinkImg {
  position: absolute;
  top: -12.6rem;
  left: 50%;
  margin: 0 0 0 -11.5rem;
  width: 23rem;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleListItemBlockLinkImg {
    top: 4rem;
    left: 0.2rem;
    margin: 0;
    width: 12.8rem;
  }
}
.topPageWorksSec__scheduleListItemBlockLinkEn {
  display: flex;
  justify-content: center;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #003084;
  transition: 0.4s;
}
.topPageWorksSec__scheduleListItemBlockLinkEn span {
  display: block;
  position: relative;
  padding: 0 0 0.6rem 0;
}
.topPageWorksSec__scheduleListItemBlockLinkEn span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #003084;
  transition: 0.4s;
}
.topPageWorksSec__scheduleListItemBlockLinkTtl {
  margin: 1rem 0 2rem 0;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #003084;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleListItemBlockLinkTtl {
    margin: 1rem 0 1rem 0;
    font-size: 1.6rem;
  }
}
.topPageWorksSec__scheduleListItemBlockLinkTxt {
  margin: 0 auto;
  max-width: 15.4rem;
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleListItemBlockLinkTxt {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.topPageWorksSec__scheduleListItemBlockLinkArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 2.8rem;
  right: 2.8rem;
  padding-left: 0.1rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid #003084;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageWorksSec__scheduleListItemBlockLinkArrow::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
@media only screen and (max-width: 768px) {
  .topPageWorksSec__scheduleListItemBlockLinkArrow {
    bottom: 2rem;
    right: 2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .topPageWorksSec__scheduleListItemBlockLink:hover {
    transform: translate(2rem, 2rem);
    background-color: #2ecafd;
  }
  .topPageWorksSec__scheduleListItemBlockLink:hover .u-01 {
    color: #ffff00;
  }
  .topPageWorksSec__scheduleListItemBlockLink:hover .u-01 span::after {
    background-color: #ffff00;
  }
  .topPageWorksSec__scheduleListItemBlockLink:hover .u-arrow {
    background-color: #ffff00;
    color: #003084;
  }
}

/*====================================================================
topPageLocationSec
====================================================================*/
.topPageLocationSec {
  position: relative;
  margin: 0 0 13.6rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec {
    margin: 0 0 10rem 0;
  }
}
.topPageLocationSec::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -15rem;
  left: 0;
  width: 100%;
  height: 100vw;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPage_bg_pc.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec::before {
    top: -15rem;
    height: 140rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPage_bg02_sp.png);
    background-size: 100% auto;
  }
}
.topPageLocationSec__kv {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 50%;
  height: 44rem;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__kv {
    position: static;
    margin-left: -3.2rem;
    height: 23rem;
  }
}
.topPageLocationSec__kvLink {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-right: -16rem;
  height: 100%;
  border: 0.4rem solid #ff0;
  border-left: 0;
  border-radius: 0 999rem 999rem 0;
  background-color: #2ecafd;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__kvLink {
    margin: 0;
    border-width: 0.2rem;
  }
}
.topPageLocationSec__kvLink .u-img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-image: url("/saiyou/ginou/highschool/_assets/images/top/topPageLocation_kv.jpg");
  background-size: cover;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .topPageLocationSec__kvLink:hover .u-img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.topPageLocationSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 44rem;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__cont {
    display: block;
    padding: 0 3.2rem;
  }
}
.topPageLocationSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  bottom: 100%;
  left: 0;
  margin: 0 0 -0.16em 0;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageLocationSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageLocationSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__ttlEn {
    left: 3.2rem;
    margin: 0 0 1rem 0;
  }
}
.topPageLocationSec__head {
  position: relative;
  max-width: 25rem;
}
.topPageLocationSec__headTtl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__headTtl {
    margin: 0 0 2.2rem 0;
    text-align: center;
    font-size: 2.2rem;
  }
}
.topPageLocationSec__headTtl::after {
  content: "";
  display: block;
  margin: 22px 0;
  width: 70px;
  height: 3px;
  background-color: #003084;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__headTtl::after {
    margin: 1.2rem auto 0 auto;
    width: 4.8rem;
    height: 0.3rem;
  }
}
.topPageLocationSec__headTxt {
  margin: 0 0 3.6rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__headTxt {
    margin: 2.2rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.topPageLocationSec__headBtn {
  display: flex;
}
.topPageLocationSec__headBtnLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4rem;
  height: 4.2rem;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageLocationSec__headBtnLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.topPageLocationSec__headBtnLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__headBtnLink {
    border-width: 0.1rem;
  }
}
.topPageLocationSec__headBtnLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  color: #003084;
}
@media only screen and (min-width: 769px) {
  .topPageLocationSec__headBtnLink:hover {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__headBtnLink.u-01 {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageLocationSec__head {
    max-width: 100%;
  }
}

/*====================================================================
topPageWrapperSec
====================================================================*/
.topPageWrapperSec {
  position: relative;
  margin: 0 0 22.8rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageWrapperSec {
    margin: 0 0 13.8rem 0;
  }
}
.topPageWrapperSec::before {
  content: "";
  display: block;
  position: absolute;
  top: 12rem;
  bottom: 15.4rem;
  left: 0;
  right: 0;
  background-color: #ffffa7;
  border-radius: 30rem;
}
@media only screen and (max-width: 768px) {
  .topPageWrapperSec::before {
    top: 17rem;
    bottom: 28rem;
    border-radius: 10rem;
  }
}
.topPageWrapperSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  display: flex;
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 768px) {
  .topPageWrapperSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWrapperSec__cont {
    display: block;
    margin-bottom: 0;
  }
}

/*====================================================================
topPageCareerSec
====================================================================*/
.topPageCareerSec {
  position: relative;
  flex-basis: 50%;
  padding: 0 2rem 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec {
    margin: 0 0 5rem 0;
    padding: 0 3.2rem;
  }
}
.topPageCareerSec__kv {
  margin: 0 0 3.6rem 0;
  height: 32rem;
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec__kv {
    margin: 0;
    height: 23rem;
  }
}
.topPageCareerSec__kvLink {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  border: 0.4rem solid #ff0;
  border-radius: 3.2rem;
  background-color: #2ecafd;
}
@media only screen and (min-width: 769px) {
  .topPageCareerSec__kvLink {
    border-width: 0.2rem;
  }
}
.topPageCareerSec__kvLink .u-img {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-image: url("/saiyou/ginou/highschool/_assets/images/top/topPageCareer_kv.jpg");
  background-size: cover;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .topPageCareerSec__kvLink:hover .u-img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.topPageCareerSec__head {
  position: relative;
}
.topPageCareerSec__headTtl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec__headTtl {
    margin: 0 0 2.2rem 0;
    text-align: center;
    font-size: 2.2rem;
  }
}
.topPageCareerSec__headTtl::after {
  content: "";
  display: block;
  margin: 22px 0;
  width: 70px;
  height: 3px;
  background-color: #003084;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec__headTtl::after {
    margin: 1.2rem auto 0 auto;
    width: 4.8rem;
    height: 0.3rem;
  }
}
.topPageCareerSec__headTxt {
  margin: 0 0 3.6rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec__headTxt {
    margin: 2.2rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.topPageCareerSec__headBtn {
  display: flex;
}
.topPageCareerSec__headBtnLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4rem;
  height: 4.2rem;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageCareerSec__headBtnLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.topPageCareerSec__headBtnLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec__headBtnLink {
    border-width: 0.1rem;
  }
}
.topPageCareerSec__headBtnLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  color: #003084;
}
@media only screen and (min-width: 769px) {
  .topPageCareerSec__headBtnLink:hover {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec__headBtnLink.u-01 {
    background-color: #2ecafd;
    color: #fff;
  }
}
.topPageCareerSec__headTxt {
  max-width: 32.4rem;
}
.topPageCareerSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  top: 0;
  left: 0;
  margin: 0 0 0 0.16em;
  width: 100rem;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageCareerSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageCareerSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageCareerSec__ttlEn {
    margin: 0 0 0 0.86em;
  }
}

/*====================================================================
topPageEducationSec
====================================================================*/
.topPageEducationSec {
  position: relative;
  flex-basis: 50%;
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec {
    margin: 0 0 5rem 0;
    padding: 0 3.2rem;
  }
}
.topPageEducationSec__kv {
  margin: 0 0 3.6rem 0;
  height: 32rem;
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__kv {
    margin: 0;
    height: 23rem;
  }
}
.topPageEducationSec__kvLink {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  border: 0.4rem solid #ff0;
  border-radius: 3.2rem;
  background-color: #2ecafd;
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__kvLink {
    border-width: 0.2rem;
  }
}
.topPageEducationSec__kvLink .u-img {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-image: url("/saiyou/ginou/highschool/_assets/images/top/topPageEducation_kv.jpg");
  background-size: cover;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .topPageEducationSec__kvLink:hover .u-img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.topPageEducationSec__head {
  position: relative;
}
.topPageEducationSec__headTtl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__headTtl {
    margin: 0 0 2.2rem 0;
    text-align: center;
    font-size: 2.2rem;
  }
}
.topPageEducationSec__headTtl::after {
  content: "";
  display: block;
  margin: 22px 0;
  width: 70px;
  height: 3px;
  background-color: #003084;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__headTtl::after {
    margin: 1.2rem auto 0 auto;
    width: 4.8rem;
    height: 0.3rem;
  }
}
.topPageEducationSec__headTxt {
  margin: 0 0 3.6rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__headTxt {
    margin: 2.2rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.topPageEducationSec__headBtn {
  display: flex;
}
.topPageEducationSec__headBtnLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4rem;
  height: 4.2rem;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageEducationSec__headBtnLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.topPageEducationSec__headBtnLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__headBtnLink {
    border-width: 0.1rem;
  }
}
.topPageEducationSec__headBtnLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  color: #003084;
}
@media only screen and (min-width: 769px) {
  .topPageEducationSec__headBtnLink:hover {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__headBtnLink.u-01 {
    background-color: #2ecafd;
    color: #fff;
  }
}
.topPageEducationSec__headTxt {
  max-width: 32.4rem;
}
.topPageEducationSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  top: 0;
  left: 100%;
  margin: 0 0 0 0.84em;
  width: 100rem;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageEducationSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageEducationSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageEducationSec__ttlEn {
    margin: 0 0 0 0.18em;
  }
}

/*====================================================================
topPageWelfareSec
====================================================================*/
.topPageWelfareSec {
  position: relative;
}
.topPageWelfareSec__kv {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 50%;
  height: 44rem;
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__kv {
    position: static;
    height: 23rem;
    margin-right: -3.2rem;
  }
}
.topPageWelfareSec__kvLink {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  margin-left: -160px;
  height: 100%;
  border: 0.4rem solid #ff0;
  border-right: 0;
  border-radius: 999rem 0 0 999rem;
  background-color: #2ecafd;
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__kvLink {
    margin: 0;
    border-width: 0.2rem;
  }
}
.topPageWelfareSec__kvLink .u-img {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageWelfare_kv.jpg);
  background-size: cover;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .topPageWelfareSec__kvLink:hover .u-img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.topPageWelfareSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  display: flex;
  align-items: center;
  min-height: 44rem;
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__cont {
    padding: 0 3.2rem;
  }
}
.topPageWelfareSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  top: 100%;
  right: 0;
  margin: -0.16em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageWelfareSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageWelfareSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__ttlEn {
    margin: 1rem 0 0 0;
  }
}
.topPageWelfareSec__head {
  position: relative;
  max-width: 25rem;
}
.topPageWelfareSec__headTtl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__headTtl {
    margin: 0 0 2.2rem 0;
    text-align: center;
    font-size: 2.2rem;
  }
}
.topPageWelfareSec__headTtl::after {
  content: "";
  display: block;
  margin: 22px 0;
  width: 70px;
  height: 3px;
  background-color: #003084;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__headTtl::after {
    margin: 1.2rem auto 0 auto;
    width: 4.8rem;
    height: 0.3rem;
  }
}
.topPageWelfareSec__headTxt {
  margin: 0 0 3.6rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__headTxt {
    margin: 2.2rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.topPageWelfareSec__headBtn {
  display: flex;
}
.topPageWelfareSec__headBtnLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4rem;
  height: 4.2rem;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageWelfareSec__headBtnLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.topPageWelfareSec__headBtnLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__headBtnLink {
    border-width: 0.1rem;
  }
}
.topPageWelfareSec__headBtnLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  color: #003084;
}
@media only screen and (min-width: 769px) {
  .topPageWelfareSec__headBtnLink:hover {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__headBtnLink.u-01 {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageWelfareSec__head {
    max-width: 100%;
  }
}

/*====================================================================
topPageTalkSec
====================================================================*/
.topPageTalkSec {
  position: relative;
  margin: 0 0 34rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec {
    margin: 0 0 16rem 0;
  }
}
.topPageTalkSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.topPageTalkSec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageTalk_title_bg.png);
  font-size: 2.4rem;
  margin: 0 0 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__ttl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__ttl {
    margin: 0 0 2.5rem 0;
    background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPage_title_bg_sp.png);
  }
}
.topPageTalkSec__list {
  position: relative;
  overflow: hidden;
}
.topPageTalkSec__listItem {
  display: flex !important;
  align-items: flex-end;
  width: 100.6rem;
  height: 68.5rem;
  outline: 0;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItem {
    width: 100vw;
    height: auto;
  }
}
.topPageTalkSec__listItemIn {
  position: relative;
  flex: 1;
  height: 55.8rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemIn {
    padding-bottom: 4rem;
    height: auto;
  }
}
.topPageTalkSec__listItemIn::before {
  content: "";
  display: block;
  position: absolute;
  top: 5.2rem;
  left: 6rem;
  right: 6rem;
  bottom: 0;
  background-color: #eaf7ff;
  border: 0.4rem solid #003084;
  border-radius: 3.2rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemIn::before {
    top: 11.5rem;
    left: 3.2rem;
    right: 3.2rem;
    border-width: 0.2rem;
  }
}
.topPageTalkSec__listItemInImg {
  position: relative;
  margin: 0 auto;
  max-width: 67.8rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemInImg {
    max-width: 28rem;
  }
}
@media only screen and (min-width: 769px) {
  .topPageTalkSec__listItemInImg.current {
    max-width: 83.4rem;
  }
}
.topPageTalkSec__listItemInImgLink {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  border: 0.4rem solid #003084;
  border-radius: 999rem;
  transition: 0.4s;
  background-color: #2ecafd;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemInImgLink {
    border-width: 0.2rem;
  }
}
.topPageTalkSec__listItemInImgLinkPic {
  display: block;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topPageTalkSec__listItemInImgLinkImg {
  display: block;
}
@media only screen and (min-width: 769px) {
  .topPageTalkSec__listItemInImgLink:hover .u-pic {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.topPageTalkSec__listItemInDetail {
  position: relative;
  margin: 0 auto;
  padding: 4rem 18rem 0 0;
  max-width: 66.8rem;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemInDetail {
    padding: 0;
    max-width: 25rem;
  }
}
.topPageTalkSec__listItemInDetailTtl {
  display: flex;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemInDetailTtl {
    justify-content: center;
    margin: 1.8rem -1rem 0 -1rem;
    padding-right: 0.5rem;
    font-size: 1.6rem;
  }
}
.topPageTalkSec__listItemInDetailTtlLink {
  display: flex;
  align-items: center;
}
.topPageTalkSec__listItemInDetailTtlLink::before {
  content: "";
  display: block;
  margin-right: 0.8rem;
  width: 4.2rem;
  height: 2.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-pointing.svg);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemInDetailTtlLink::before {
    margin-right: 0.5rem;
  }
}
.topPageTalkSec__listItemInDetailTxt {
  margin: 2rem 0 0 0;
  max-width: 41rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemInDetailTxt {
    margin: 1.2rem 0 0 0;
    max-width: 100%;
    font-size: 1.4rem;
  }
}
.topPageTalkSec__listItemInDetailBtn {
  position: absolute;
  right: 0;
  bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemInDetailBtn {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.topPageTalkSec__listItemInDetailBtnLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4rem;
  height: 4.2rem;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageTalkSec__listItemInDetailBtnLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.topPageTalkSec__listItemInDetailBtnLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__listItemInDetailBtnLink {
    border-width: 0.1rem;
  }
}
.topPageTalkSec__listItemInDetailBtnLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  color: #003084;
}
@media only screen and (min-width: 769px) {
  .topPageTalkSec__listItemInDetailBtnLink:hover {
    background-color: #2ecafd;
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .topPageTalkSec__listItem.current .u-in {
    height: 100%;
  }
  .topPageTalkSec__listItem.current .u-in:before {
    top: 6.5rem;
    left: 0;
    right: 0;
  }
  .topPageTalkSec__listItem.current .u-img {
    max-width: 83.4rem;
  }
}
.topPageTalkSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  z-index: -1;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageTalkSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageTalkSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__ttlEn {
    left: 3.2rem;
  }
}
.topPageTalkSec__ttlEn.u-01 {
  margin: -0.16em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__ttlEn.u-01 {
    margin: 0;
  }
}
.topPageTalkSec__ttlEn.u-02 {
  margin: 0.7em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__ttlEn.u-02 {
    margin: 0.86em 0 0 0;
  }
}
.topPageTalkSec__pict {
  position: absolute;
  z-index: 10;
  top: -5rem;
  right: 0;
  width: 42.4rem;
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec__pict {
    position: relative;
    top: 0;
    right: auto;
    margin: -2.4rem auto 0 auto;
    width: 84%;
  }
}
.topPageTalkSec .slick-arrow {
  z-index: 10;
}
.topPageTalkSec .slick-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -4rem;
  width: 8rem;
  height: 8rem;
  background-color: #ffffff;
  border: 2px solid #003084;
  border-radius: 50%;
  font-size: 2.2rem;
  color: #003084;
  transition: 0.4s;
  top: 50%;
  left: auto;
  right: 50%;
  margin-right: 46.2rem;
}
.topPageTalkSec .slick-prev::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}
@media only screen and (min-width: 769px) {
  .topPageTalkSec .slick-prev:hover {
    background-color: #003084;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec .slick-prev {
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    border-width: 0.1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec .slick-prev {
    left: 1.2rem;
    right: auto;
    margin-right: 0;
  }
}
.topPageTalkSec .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4rem;
  width: 8rem;
  height: 8rem;
  background-color: #ffffff;
  border: 2px solid #003084;
  border-radius: 50%;
  font-size: 2.2rem;
  color: #003084;
  transition: 0.4s;
  top: 50%;
  right: auto;
  left: 50%;
  margin-left: 46.2rem;
}
.topPageTalkSec .slick-next::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
@media only screen and (min-width: 769px) {
  .topPageTalkSec .slick-next:hover {
    background-color: #003084;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec .slick-next {
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    border-width: 0.1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .topPageTalkSec .slick-next {
    right: 1.2rem;
    left: auto;
    margin-left: 0;
  }
}

/*====================================================================
topPageInitiativesSec
====================================================================*/
.topPageInitiativesSec {
  position: relative;
  margin: 0 0 27rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec {
    margin: 0 0 20rem 0;
  }
}
.topPageInitiativesSec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__cont {
    padding: 0 3.2rem;
  }
}
.topPageInitiativesSec__item {
  position: relative;
  padding: 0 2rem 2rem 0;
  min-height: 26rem;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__item {
    padding: 0 1rem 1rem 0;
  }
}
.topPageInitiativesSec__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  bottom: 0;
  right: 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-dotted.png);
  background-size: 9.4rem 9.4rem;
  border: 0.1rem solid #000;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__item::before {
    background-size: 6rem 6rem;
    border-width: 0.2rem;
  }
}
.topPageInitiativesSec__itemLink {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8rem;
  min-height: 26rem;
  background-color: #fff;
  border: 0.4rem solid #2ecafd;
  border-radius: 999px;
  color: #333;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__itemLink {
    display: block;
    padding: 7.7rem 3rem 7rem 3rem;
    border-width: 0.2rem;
  }
}
.topPageInitiativesSec__itemLinkHead {
  position: relative;
  flex-basis: 41rem;
}
.topPageInitiativesSec__itemLinkHeadTtl {
  position: relative;
}
.topPageInitiativesSec__itemLinkHeadTtlOn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.topPageInitiativesSec__itemLinkDetail {
  flex: 1;
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__itemLinkDetail {
    padding: 2.5rem 0 0 0;
  }
}
.topPageInitiativesSec__itemLinkDetailTxt {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__itemLinkDetailTxt {
    font-size: 1.4rem;
  }
}
.topPageInitiativesSec__itemLinkDetailBtn {
  margin: 2rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__itemLinkDetailBtn {
    display: flex;
    justify-content: center;
  }
}
.topPageInitiativesSec__itemLinkDetailBtnLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4rem;
  height: 4.2rem;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #003084;
  transition: 0.4s;
}
.topPageInitiativesSec__itemLinkDetailBtnLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.topPageInitiativesSec__itemLinkDetailBtnLink.u-blank::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__itemLinkDetailBtnLink {
    border-width: 0.1rem;
  }
}
.topPageInitiativesSec__itemLinkDetailBtnLink::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.7rem;
  color: #003084;
}
@media only screen and (min-width: 769px) {
  .topPageInitiativesSec__itemLink:hover {
    transform: translate(20px, 20px);
    background-color: #2ecafd;
    color: #fff;
  }
  .topPageInitiativesSec__itemLink:hover .topPageInitiativesSec__itemLinkHeadTtlOn {
    opacity: 1;
  }
  .topPageInitiativesSec__itemLink:hover .topPageInitiativesSec__itemLinkDetailBtnLink {
    background-color: #ff0;
  }
}
.topPageInitiativesSec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  top: 100%;
  right: 7rem;
  margin: -0.16em 0 0 0;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageInitiativesSec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageInitiativesSec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageInitiativesSec__ttlEn {
    right: 3.2rem;
    margin: 0.2em 0 0 0;
  }
}

/*====================================================================
topPageEntrySec
====================================================================*/
.topPageEntrySec {
  position: relative;
  padding: 120px 0 140px 0;
  margin: 0 0 17rem 0;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec {
    padding: 0 0 5.4rem 0;
    background-color: transparent;
  }
}
.topPageEntrySec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -400rem;
  width: 800rem;
  height: 800rem;
  border-radius: 50%;
  background: #ffffa7;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec::before {
    top: 3.4rem;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #ffffa7;
    border-radius: 10rem 10rem 0 0;
  }
}
.topPageEntrySec__cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__cont {
    padding: 0 3.2rem;
  }
}
.topPageEntrySec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  min-height: 8.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/entry-title-bg_pc.png);
  background-size: contain;
  letter-spacing: 0.14em;
  font-weight: 900;
  font-size: 2.4rem;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__ttl {
    position: relative;
    top: 0;
    margin: 0 0 2.4rem 0;
    min-height: 6.8rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/entry-title-bg_sp.png);
    font-size: 1.8rem;
  }
}
.topPageEntrySec__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -22px;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__list {
    display: block;
    margin: 0;
  }
}
.topPageEntrySec__listItem {
  flex-basis: 33.333%;
  margin: 0 0 40px 0;
  padding: 0 22px;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__listItem {
    position: relative;
    margin: 0 0 2.4rem 0;
    padding: 0;
    overflow: hidden;
    border-radius: 3.2rem;
  }
  .topPageEntrySec__listItem:last-child {
    margin: 0;
  }
}
.topPageEntrySec__listItemThmb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 20px 0;
  border: 0.4rem solid #fff;
  border-radius: 3.2rem;
  background-color: #2ecafd;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__listItemThmb {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
  }
}
.topPageEntrySec__listItemThmbImg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media only screen and (min-width: 769px) {
  .topPageEntrySec__listItemThmb:hover img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.topPageEntrySec__listItemTtl {
  display: block;
  position: relative;
  padding: 0 0 18px 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__listItemTtl {
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0 0 0 16vw;
    height: 32.8vw;
    background-color: rgba(0, 48, 132, 0.33);
    font-size: 4.8vw;
  }
}
.topPageEntrySec__listItemTtl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #003084;
  border-radius: 1px;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__listItemTtl::before {
    content: none;
  }
}
.topPageEntrySec__listItemTtlTxt {
  display: block;
  position: relative;
  padding: 0 0 0 48px;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__listItemTtlTxt {
    padding: 0 0 0 11.7vw;
    color: #fff;
  }
}
.topPageEntrySec__listItemTtlArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.1em;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #003084;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: 0.4s;
}
.topPageEntrySec__listItemTtlArrow::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__listItemTtlArrow {
    top: 50%;
    margin-top: -3.73vw;
    width: 7.46vw;
    height: 7.46vw;
    color: #003084;
  }
}
@media only screen and (min-width: 769px) {
  .topPageEntrySec__listItemTtl:hover i {
    background-color: #2ecafd;
  }
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec {
    margin: 0 0 5.4rem 0;
    padding: 0;
  }
}
.topPageEntrySec::before {
  top: 17.4rem;
  bottom: 7.2rem;
  margin: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 30rem;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec::before {
    top: 10.3rem;
    bottom: 3.3rem;
    border-radius: 10rem;
  }
}
.topPageEntrySec__ttl {
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__ttl {
    margin: 0 0 1.4rem 0;
    background-image: url(/saiyou/ginou/highschool/_assets/images/top/topPageEntry_title_bg_sp.png);
  }
}
.topPageEntrySec__faq {
  margin-top: 8rem;
}
.topPageEntrySec__faqItem {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem 2rem 0;
  max-width: 66.4rem;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__faqItem {
    max-width: initial;
    margin-right: -1rem;
    padding: 0 1rem 1rem 0;
  }
}
.topPageEntrySec__faqItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 0;
  bottom: 0;
  background-image: url("/saiyou/ginou/highschool/_assets/images/common/bg-dotted.png");
  background-size: 9.4rem 9.4rem;
  border: 0.1rem solid #003084;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__faqItem::before {
    top: 1rem;
    left: 1rem;
    background-size: 6rem 6rem;
  }
}
.topPageEntrySec__faqItemLink {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 25rem;
  min-height: 14rem;
  background-color: #fff;
  border: 0.4rem solid #2ecafd;
  border-radius: 3.2rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__faqItemLink {
    padding: 0 0 0 11rem;
    border-width: 0.2rem;
  }
}
.topPageEntrySec__faqItemLink::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: 7rem;
  width: 12rem;
  height: 13.5rem;
  background-position: 50 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-faq.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__faqItemLink::before {
    top: 50%;
    left: 2.2rem;
    margin-top: -4rem;
    width: 7rem;
    height: 7.9rem;
  }
}
.topPageEntrySec__faqItemLinkItemTtl {
  margin: 0 0 0.8rem 0;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #003084;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__faqItemLinkItemTtl {
    font-size: 1.6rem;
  }
}
.topPageEntrySec__faqItemLinkItemTxt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__faqItemLinkItemTxt {
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.topPageEntrySec__faqItemLinkItemArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 2.6rem;
  right: 2.6rem;
  padding-left: 0.1em;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid #003084;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  color: #003084;
  transition: 0.4s;
}
.topPageEntrySec__faqItemLinkItemArrow::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__faqItemLinkItemArrow {
    bottom: 1.8rem;
    right: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .topPageEntrySec__faqItemLink:hover {
    transform: translate(2rem, 2rem);
    background-color: #2ecafd;
    color: #fff;
  }
  .topPageEntrySec__faqItemLink:hover .u-ttl {
    color: #fff;
  }
  .topPageEntrySec__faqItemLink:hover .u-arrow {
    background-color: #ff0;
  }
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__faq {
    margin-top: 5.6rem;
  }
}
.topPageEntrySec__ttlEn {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  top: -10.6rem;
  right: 4rem;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__ttlEn {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
  }
}
.topPageEntrySec__ttlEn span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 105%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topPageEntrySec__ttlEn span.inview {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topPageEntrySec__ttlEn {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 3.2rem;
    margin-bottom: 1.5em;
  }
}

/*====================================================================
mixin
====================================================================*/
/*====================================================================
companyPageLeadSec
====================================================================*/
.companyPageLeadSec {
  margin: 6.4rem 0;
}
.companyPageLeadSec__ttl {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  color: #003084;
}
.companyPageLeadSec__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.companyPageLeadSec__txtBold {
  font-weight: 900;
  color: #003084;
}
.companyPageLeadSec__txtMaker {
  background-color: #ffff00;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .companyPageLeadSec {
    margin: 3.2rem 0;
  }
  .companyPageLeadSec__ttl {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .companyPageLeadSec__txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}

/*====================================================================
companyPageWrapper
====================================================================*/
.companyPageWrapper {
  position: relative;
  margin-bottom: 14rem;
  padding: 14rem 3rem;
  background: #E5F8FF;
}
.companyPageWrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-top_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .companyPageWrapper::before {
    height: 3rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-top_sp.png);
  }
}
.companyPageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-bottom_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .companyPageWrapper::after {
    height: 3rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-bottom_sp.png);
  }
}
@media only screen and (max-width: 768px) {
  .companyPageWrapper {
    margin-bottom: 6rem;
    padding: 6.4rem 1.6rem;
  }
}
.companyPageWrapper__container {
  margin: 0 auto;
  max-width: 1120px;
}

/*====================================================================
companyPageIndustrySec
====================================================================*/
.companyPageIndustrySec {
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec {
    margin: 0 0 7rem 0;
  }
}
.companyPageIndustrySec__frame {
  position: relative;
  padding: 5rem 6rem 4rem 6rem;
  background-color: #fff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__frame {
    padding: 5.4rem 2.4rem 2.4rem 2.4rem;
  }
}
.companyPageIndustrySec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  position: absolute;
  top: -5rem;
  left: 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/company/companyPageIndustry_title_bg.png);
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__ttl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__ttl {
    top: -3.6rem;
  }
}
.companyPageIndustrySec__lead {
  margin: 0 auto 40px auto;
  max-width: 880px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__lead {
    font-size: 1.4rem;
  }
}
.companyPageIndustrySec__subttl {
  font-weight: 900;
  font-size: 2.4rem;
  color: #003084;
}
.companyPageIndustrySec__subttl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__subttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__detail {
    margin: 0 -2.4rem;
  }
}
.companyPageIndustrySec__detailChart {
  position: relative;
  margin: 0 auto;
  max-width: 920px;
}
.companyPageIndustrySec__detailChartOrnament {
  position: absolute;
  top: -8rem;
  right: 8rem;
  width: 26rem;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__detailChartOrnament {
    top: -2rem;
    right: 4rem;
    width: 15rem;
  }
}
.companyPageIndustrySec__detailChartPic {
  position: relative;
  display: block;
}
.companyPageIndustrySec__detailChartData {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 27rem;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__detailChartData {
    position: static;
    max-width: 100%;
  }
}
.companyPageIndustrySec__detailChartDataNum {
  display: flex;
  align-items: flex-end;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__detailChartDataNum {
    position: absolute;
    top: 5rem;
    right: 9rem;
  }
}
.companyPageIndustrySec__detailChartDataNumBig {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 10.4rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__detailChartDataNumBig {
    font-size: 7.2rem;
  }
}
.companyPageIndustrySec__detailChartDataNumTxt {
  position: relative;
  top: -0.2em;
  font-weight: 900;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__detailChartDataNumTxt {
    font-size: 2.6rem;
  }
}
.companyPageIndustrySec__detailChartDataTtl {
  margin: 2rem 0 0 0;
  font-weight: 900;
  font-size: 2.8rem;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__detailChartDataTtl {
    position: absolute;
    top: 11.6rem;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
  }
}
.companyPageIndustrySec__detailChartDataTxt {
  margin: 1rem 0 0 0;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .companyPageIndustrySec__detailChartDataTxt {
    padding: 0 2.4rem;
    font-size: 1.4rem;
  }
}

/*====================================================================
companyPageProductSec
====================================================================*/
.companyPageProductSec {
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec {
    margin: 0 0 7rem 0;
  }
}
.companyPageProductSec__frame {
  position: relative;
  padding: 5rem 6rem 4rem 6rem;
  background-color: #fff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__frame {
    padding: 5.4rem 2.4rem 2.4rem 2.4rem;
  }
}
.companyPageProductSec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  position: absolute;
  top: -5rem;
  left: 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/company/companyPage_titlebg_pc.png);
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__ttl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__ttl {
    top: -3.6rem;
  }
}
.companyPageProductSec__lead {
  margin: 0 auto 40px auto;
  max-width: 880px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__lead {
    font-size: 1.4rem;
  }
}
.companyPageProductSec__subttl {
  font-weight: 900;
  font-size: 2.4rem;
  color: #003084;
}
.companyPageProductSec__subttl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__subttl {
    font-size: 2rem;
  }
}
.companyPageProductSec__blockList {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 -4rem;
  padding: 3.6rem 0 0 0;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockList {
    flex-wrap: wrap;
    margin: 0 -2.4rem -2rem -2.4rem;
    padding: 1.6rem 0 0 0;
  }
}
.companyPageProductSec__blockListItem {
  flex-basis: 25%;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItem {
    flex-basis: 50%;
    margin-bottom: 4rem;
    padding: 0;
  }
}
.companyPageProductSec__blockListItemTtl {
  color: #003084;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  margin-bottom: 1.6rem;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItemTtl {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.companyPageProductSec__blockListItemTtl span {
  display: flex;
  justify-content: center;
}
.companyPageProductSec__blockListItemTtl span::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  margin-right: 0.1em;
  transform: rotate(340deg);
  transform-origin: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItemTtl span::before {
    height: 3rem;
  }
}
.companyPageProductSec__blockListItemTtl span::after {
  display: block;
  content: "";
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  margin-left: 0.05em;
  transform: rotate(-340deg);
  transform-origin: 0% 100%;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItemTtl span::after {
    height: 3rem;
  }
}
.companyPageProductSec__blockListItemPic {
  display: block;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItemPic {
    margin: 0 auto;
    width: 15rem;
  }
}
.companyPageProductSec__blockListItemPic::after {
  content: "";
  display: block;
  width: 3rem;
  height: 4rem;
  margin: 1.6rem auto 0;
  background: url(/saiyou/ginou/highschool/_assets/images/company/companyPageProduct_arrow.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItemPic::after {
    width: 2rem;
    height: 2.6rem;
    margin: 1rem auto 0;
  }
}
.companyPageProductSec__blockListItemImg {
  width: 100%;
}
.companyPageProductSec__blockListItemCont {
  display: flex;
  text-align: center;
  margin: -2rem -1rem 0 -1rem;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItemCont {
    margin: -3rem 0 0 0;
  }
}
.companyPageProductSec__blockListItemContBox {
  flex-basis: 50%;
}
.companyPageProductSec__blockListItemContPic {
  margin: 0 -1.2rem;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItemContPic {
    margin: 0 -1rem;
  }
}
.companyPageProductSec__blockListItemContPicCap {
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .companyPageProductSec__blockListItemContPicCap {
    font-size: 1.6rem;
  }
}

/*====================================================================
companyPageAboutSec
====================================================================*/
.companyPageAboutSec__frame {
  position: relative;
  padding: 5rem 6rem 4rem 6rem;
  background-color: #fff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__frame {
    padding: 5.4rem 2.4rem 2.4rem 2.4rem;
  }
}
.companyPageAboutSec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  position: absolute;
  top: -5rem;
  left: 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/company/companyPage_titlebg_pc.png);
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__ttl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__ttl {
    top: -3.6rem;
  }
}
.companyPageAboutSec__lead {
  margin: 0 auto 40px auto;
  max-width: 880px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__lead {
    font-size: 1.4rem;
  }
}
.companyPageAboutSec__list {
  display: flex;
  margin: 0 -2.4rem;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__list {
    display: block;
  }
}
.companyPageAboutSec__listItem {
  flex-basis: 33.333%;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItem {
    margin-bottom: 4rem;
  }
  .companyPageAboutSec__listItem:last-child {
    margin-bottom: 0;
  }
}
.companyPageAboutSec__listItemTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 2.4rem;
  color: #003084;
}
.companyPageAboutSec__listItemTtl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemTtl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemTtl {
    display: block;
    margin: 0 2.4rem 1.6rem 2.4rem;
  }
}
.companyPageAboutSec__listItemBlock {
  position: relative;
  padding: 0 1rem;
}
.companyPageAboutSec__listItemBlockPic {
  position: relative;
}
.companyPageAboutSec__listItemBlockImg {
  width: 100%;
}
.companyPageAboutSec__listItemBlockData {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemBlockData {
    padding-top: 2rem;
  }
}
.companyPageAboutSec__listItemBlockData.u-01 {
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemBlockData.u-01 {
    padding-right: 5.4rem;
  }
}
.companyPageAboutSec__listItemBlockData.u-02 {
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemBlockData.u-02 {
    padding-right: 4.6rem;
  }
}
.companyPageAboutSec__listItemBlockData.u-03 {
  padding-right: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemBlockData.u-03 {
    padding-right: 6rem;
  }
}
.companyPageAboutSec__listItemBlockDataNum {
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -2rem;
  font-weight: 900;
  line-height: 1;
  color: #003084;
}
.companyPageAboutSec__listItemBlockDataNum.u-01 {
  right: 63%;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemBlockDataNum.u-01 {
    right: 16.8rem;
  }
}
.companyPageAboutSec__listItemBlockDataNumBig {
  position: relative;
  bottom: -0.14em;
  margin-right: 0.6rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 8.8rem;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemBlockDataNumBig {
    font-size: 7.2rem;
  }
}
.companyPageAboutSec__listItemBlockDataNumTxt {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .companyPageAboutSec__listItemBlockDataNumTxt {
    font-size: 2.6rem;
  }
}

/*====================================================================
jobPageLeadSec
====================================================================*/
.jobPageLeadSec {
  position: relative;
  width: 66.4rem;
  margin: 0 auto 8rem;
  padding-top: 5.6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jobPageLeadSec {
    width: 100%;
    margin: 0 auto 10rem;
    padding: 4.8rem 3rem 0;
    text-align: left;
  }
}
.jobPageLeadSec__ttl {
  color: #003084;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  position: relative;
  margin-bottom: 5.6rem;
  position: relative;
  width: 28.2rem;
  margin: 0 auto 1.4rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jobPageLeadSec__ttl {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto 1.2rem;
  }
}
.jobPageLeadSec__ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 7rem;
  height: 0.3rem;
  margin-top: 2.4rem;
  background: #003084;
  display: none;
}
@media only screen and (max-width: 768px) {
  .jobPageLeadSec__ttl::after {
    right: 0;
    left: 0;
    width: 4.8rem;
    margin: 1.6rem auto 0;
  }
}
.jobPageLeadSec__txtArea {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .jobPageLeadSec__txtArea {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/*====================================================================
jobPagePostSec
====================================================================*/
.jobPagePostSec {
  margin-bottom: 10.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec {
    margin-bottom: 4.8rem;
    padding: 0 3rem;
  }
}
.jobPagePostSec__txt {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  padding-top: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.jobPagePostSec__cont {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__cont {
    display: block;
    width: 100%;
  }
}
.jobPagePostSec__contBox {
  position: relative;
  width: 48rem;
  height: 32rem;
  border-radius: 3.2rem;
  background: #E5F8FF;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__contBox {
    width: 100%;
    height: 19.2rem;
    border-radius: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__contBox:first-of-type {
    margin-bottom: 8.6rem;
  }
}
.jobPagePostSec__contBox::after {
  content: "";
  display: block;
  position: absolute;
  top: -7rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.jobPagePostSec__contBox.u-01::after {
  left: 1rem;
  width: 18.2rem;
  height: 21rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPagePostSec_img-01.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__contBox.u-01::after {
    top: -8rem;
    left: -1rem;
    width: 13rem;
    height: 16rem;
  }
}
.jobPagePostSec__contBox.u-02::after {
  top: -5.6rem;
  left: -5rem;
  width: 17.8rem;
  height: 20.2rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPagePostSec_img-02.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__contBox.u-02::after {
    top: -6.3rem;
    left: -1.6rem;
    width: 15.2rem;
    height: 14rem;
  }
}
.jobPagePostSec__contBoxTxtArea {
  width: 26rem;
  margin: 0 auto;
  padding-top: 16rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__contBoxTxtArea {
    width: 25.6rem;
    padding-top: 9rem;
  }
}
.jobPagePostSec__contBoxTxtAreaPos {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0 0.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "OTF-Gothic";
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #003084;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__contBoxTxtAreaPos {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 700;
  }
}
.jobPagePostSec__contBoxTxtAreaTxt {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .jobPagePostSec__contBoxTxtAreaTxt {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0.046em;
  }
}

/*====================================================================
jobPageSteelSec
====================================================================*/
.jobPageSteelSec {
  position: relative;
  margin-bottom: 18.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec {
    margin-bottom: 15.2rem;
  }
}
.jobPageSteelSec::before {
  content: "";
  display: block;
  width: 110%;
  height: 13rem;
  border-top-right-radius: 200rem 30rem;
  border-top-left-radius: 200rem 30rem;
  background: #E5F8FF;
  transform: translateX(-5%);
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec::before {
    height: 5.6rem;
  }
}
.jobPageSteelSec::after {
  content: "";
  display: block;
  width: 110%;
  height: 13rem;
  border-bottom-right-radius: 200rem 30rem;
  border-bottom-left-radius: 200rem 30rem;
  background: #E5F8FF;
  transform: translateX(-5%);
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec::after {
    height: 6rem;
  }
}
.jobPageSteelSec__wrap {
  background: #E5F8FF;
}
.jobPageSteelSec__ttl {
  width: 48rem;
  margin: 0 auto 8.6rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__ttl {
    width: 25.8rem;
    margin: 0 auto 4.2rem;
  }
}
.jobPageSteelSec__ttlImg {
  width: 100%;
}
.jobPageSteelSec__contWrap {
  text-align: center;
}
.jobPageSteelSec__contTtl {
  color: #003084;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  position: relative;
  margin-bottom: 5.6rem;
  display: inline-block;
  margin-bottom: 10rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__contTtl {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.45;
    margin-bottom: 16rem;
    font-size: 1.8rem;
    line-height: 1.27;
  }
}
.jobPageSteelSec__contTtl::after {
  content: "";
  display: block;
  position: absolute;
  width: 7rem;
  height: 0.3rem;
  margin-top: 2.4rem;
  background: #003084;
  width: 100%;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__contTtl::after {
    right: 0;
    left: 0;
    width: 16.8rem;
    margin: 1.6rem auto 0;
    margin: 0.8rem auto 0;
  }
}
.jobPageSteelSec__contTtl.u-02 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__contTtl.u-02 {
    margin-bottom: 4rem;
  }
}
.jobPageSteelSec__contTtlSmall {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__contTtlSmall {
    display: block;
    margin: 0.6rem 0 0 0;
    font-size: 1.6rem;
  }
  .jobPageSteelSec__contTtlSmall.u-02 {
    letter-spacing: 0.14em;
  }
}
.jobPageSteelSec__contTxt {
  margin-bottom: 9rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__contTxt {
    padding: 0 3rem;
    font-size: 1.4rem;
  }
  .jobPageSteelSec__contTxt br {
    display: none;
  }
}
.jobPageSteelSec__listWrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listWrap {
    margin-bottom: 9rem;
  }
}
.jobPageSteelSec__listWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 23.5rem;
  height: 0.1rem;
  margin: 0 auto;
  background: #fff;
  height: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listWrap::before {
    left: -0.8rem;
    width: 13.5rem;
  }
}
.jobPageSteelSec__list {
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__list {
    padding: 0 2.8rem;
  }
}
.jobPageSteelSec__list.u-bg {
  width: 1004px;
  margin: 0 auto 11.2rem;
  padding: 14.8rem 0 8rem;
  border-radius: 3.2rem;
  border: 1px solid #003084;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__list.u-bg {
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 18rem 2rem 5.8rem;
  }
}
.jobPageSteelSec__listItem {
  position: relative;
  left: -1rem;
  width: 88rem;
  height: 32rem;
  margin: 0 auto 15rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItem {
    left: -0.5rem;
    width: 100%;
    height: 40rem;
    margin: 0 auto 23.3rem;
  }
}
.jobPageSteelSec__listItem::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2rem;
  right: -2rem;
  border-radius: 3.2rem;
  border: 0.2rem solid #003084;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItem::after {
    top: 1rem;
    right: -1rem;
  }
}
.jobPageSteelSec__listItem.u-02 {
  margin: 0 auto 10.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItem.u-02 {
    margin: 0 auto 13.8rem;
  }
}
.jobPageSteelSec__listItem.u-group {
  margin: 0 auto 11.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItem.u-group {
    margin: 0 auto 17.4rem;
  }
}
.jobPageSteelSec__listItem.u-mb0 {
  margin-bottom: 0;
}
.jobPageSteelSec__listItemLink {
  display: block;
  position: relative;
  z-index: 5;
  width: 88rem;
  height: 32rem;
  padding: 3rem 7.3rem;
  box-shadow: 0 0 0 0.2rem #003084;
  border-radius: 3.2rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemLink {
    width: 100%;
    height: 40rem;
    padding: 7.2rem 2.5rem 1rem;
    border: 0.4rem solid #003084;
    box-shadow: none;
  }
}
.jobPageSteelSec__listItemLink::before {
  content: "";
  position: absolute;
  bottom: 2.2rem;
  right: 2.2rem;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_plusIcon_blue.png) center center/contain no-repeat;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemLink::before {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 1.4rem;
    right: 1.4rem;
  }
}
.jobPageSteelSec__listItemLink.u-line01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10.2rem;
  left: 49%;
  width: 4rem;
  height: 8.4rem;
  margin: 0 auto;
  background: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemLink.u-line01::after {
    left: 0;
    right: 0;
    bottom: -8.5rem;
    width: 3.2rem;
    height: 7.2rem;
  }
}
.jobPageSteelSec__listItemLink.u-line02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10.2rem;
  left: 0;
  right: 0;
  width: 4rem;
  height: 8.4rem;
  margin: 0 auto;
  background: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemLink.u-line02::after {
    bottom: -8.5rem;
    width: 3.2rem;
    height: 7.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .jobPageSteelSec__listItemLink:hover {
    box-shadow: 0 0 0 0.8rem #003084;
  }
}
.jobPageSteelSec__listItemTtlWrap {
  position: absolute;
  top: -5.4rem;
  left: 52%;
  text-align: center;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap {
    top: -13rem;
    left: 50%;
  }
}
.jobPageSteelSec__listItemTtlWrap::after {
  content: "";
  display: block;
  position: absolute;
}
.jobPageSteelSec__listItemTtlWrap.u-process03 {
  top: -1.8rem;
  left: 50%;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap.u-process03 {
    top: -4.5rem;
  }
}
.jobPageSteelSec__listItemTtlWrap.u-process03::after {
  display: none;
}
.jobPageSteelSec__listItemTtlWrap.u-01::after {
  top: -5.6rem;
  left: -25rem;
  width: 21.4rem;
  height: 20.8rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_personIcon-01.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap.u-01::after {
    top: 6.4rem;
    left: 0;
    right: 0;
    width: 12rem;
    height: 12.6rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap.u-02 {
    top: -14.6rem;
  }
}
.jobPageSteelSec__listItemTtlWrap.u-02::after {
  top: -5.6rem;
  left: -22rem;
  width: 16rem;
  height: 21.4rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_personIcon-02.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap.u-02::after {
    top: 6rem;
    left: 0;
    right: 0;
    width: 11rem;
    height: 15rem;
    margin: 0 auto;
  }
}
.jobPageSteelSec__listItemTtlWrap.u-03::after {
  top: -5.5rem;
  left: -36rem;
  width: 22.2rem;
  height: 20.8rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_personIcon-03.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap.u-03::after {
    top: 3rem;
    left: 0;
    right: 0;
    width: 16rem;
    height: 15rem;
    margin: 0 auto;
  }
}
.jobPageSteelSec__listItemTtlWrap.u-04 {
  left: 50%;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap.u-04 {
    top: -12.6rem;
  }
}
.jobPageSteelSec__listItemTtlWrap.u-04::after {
  top: -3.8rem;
  left: -37rem;
  width: 26.8rem;
  height: 19.6rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_personIcon-04.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap.u-04::after {
    top: 4rem;
    left: 0;
    right: 0;
    width: 17.8rem;
    height: 14rem;
    margin: 0 auto;
  }
}
.jobPageSteelSec__listItemTtlWrap.u-05 {
  left: 50%;
}
.jobPageSteelSec__listItemTtlWrap.u-05::after {
  top: -3rem;
  left: -32rem;
  width: 15.2rem;
  height: 17.6rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_personIcon-05.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlWrap.u-05::after {
    top: 5rem;
    left: 9rem;
    width: 11.4rem;
    height: 13rem;
    margin: 0 auto;
  }
}
.jobPageSteelSec__listItemTtlEn {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0 2.2rem 1.5rem;
  background: #E5F8FF;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlEn {
    padding: 0;
    background: none;
  }
}
.jobPageSteelSec__listItemTtlEn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  width: 100%;
  height: 0.8rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlEn::after {
    display: none;
  }
}
.jobPageSteelSec__listItemTtlEn.u-process03 {
  padding-bottom: 0;
  background: none;
}
.jobPageSteelSec__listItemTtlEn.u-process03::after {
  display: none;
  height: 0.5rem;
  bottom: 3.3rem;
  z-index: -1;
}
.jobPageSteelSec__listItemTxtProcess {
  margin-right: 0.6rem;
  padding-left: 1.5rem;
  padding-top: 0.9rem;
  font-size: 2.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 0.6;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTxtProcess {
    font-size: 1.6rem;
  }
}
.jobPageSteelSec__listItemTxtNum {
  font-size: 4.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 0.8;
  letter-spacing: 0.1em;
  color: #FFFF00;
  text-shadow: 1.6px 1.6px 0 #003084, -1.6px -1.6px 0 #003084, -1.6px 1.6px 0 #003084, 1.6px -1.6px 0 #003084, 0 1.6px 0 #003084, 0 -1.6px 0 #003084, -1.6px 0 0 #003084, 1.6px 0 0 #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTxtNum {
    font-size: 3.2rem;
    text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  }
}
.jobPageSteelSec__listItemTtlJp {
  position: absolute;
  top: 3.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 0.5rem;
  z-index: 1;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTtlJp {
    position: static;
    padding-top: 0.6rem;
    font-size: 2.4rem;
  }
}
.jobPageSteelSec__listItemTtlJp.u-03 {
  width: 16rem;
  top: 2.8rem;
  left: -9rem;
  right: auto;
  background: #fff;
}
.jobPageSteelSec__listItemTtlJp.u-04 {
  width: 31.6rem;
  left: -15rem;
  right: auto;
  background: #fff;
}
.jobPageSteelSec__listItemTtlJp.u-05 {
  width: 31.6rem;
  left: -15rem;
  right: auto;
  background: #fff;
}
.jobPageSteelSec__listItemFlex {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemFlex {
    display: block;
  }
}
.jobPageSteelSec__listItemPic {
  display: block;
  width: 42rem;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemPic {
    width: 100%;
  }
}
.jobPageSteelSec__listItemTxtWrap {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  width: 26rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTxtWrap {
    font-size: 1.4rem;
    line-height: 1.71;
    width: 100%;
    padding-top: 1.6rem;
  }
}
.jobPageSteelSec__listItemTxtWrap.u-01 {
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTxtWrap.u-01 {
    padding-top: 1.6rem;
  }
}
.jobPageSteelSec__listItemTxtWrap.u-02 {
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemTxtWrap.u-02 {
    padding-top: 1.6rem;
  }
}
.jobPageSteelSec__listItemIconPic {
  position: absolute;
}
.jobPageSteelSec__listItemIconPic.u-01 {
  width: 9.2rem;
  top: -4.8rem;
  left: -4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemIconPic.u-01 {
    width: 6rem;
    top: -5.8rem;
    left: 2.4rem;
  }
}
.jobPageSteelSec__listItemIconPic.u-02 {
  width: 11.8rem;
  top: -4.8rem;
  left: -4.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemIconPic.u-02 {
    width: 8.6rem;
    left: auto;
    right: 1rem;
    top: -8rem;
  }
}
.jobPageSteelSec__listItemIconPic.u-03 {
  width: 13.4rem;
  top: 2.4rem;
  left: -5.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemIconPic.u-03 {
    width: 10rem;
    top: -1.8rem;
    left: -2rem;
  }
}
.jobPageSteelSec__listItemIconPic.u-04 {
  width: 13.6rem;
  top: -7.2rem;
  left: -7.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemIconPic.u-04 {
    width: 9rem;
    left: auto;
    right: 1rem;
    top: -3rem;
  }
}
.jobPageSteelSec__listItemIconPic.u-05a {
  width: 10.8rem;
  top: -3.4rem;
  left: -7.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemIconPic.u-05a {
    width: 7rem;
    left: auto;
    right: 2rem;
    top: -2rem;
  }
}
.jobPageSteelSec__listItemIconPic.u-05b {
  width: 15rem;
  left: -7rem;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__listItemIconPic.u-05b {
    width: 9.6rem;
    bottom: auto;
    top: 2rem;
    left: -2rem;
  }
}
.jobPageSteelSec__listItemImg {
  width: 100%;
}
.jobPageSteelSec__jobList {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 824px;
  margin: 0 auto;
  padding: 0 0 6.8rem;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobList {
    display: block;
    padding: 0 3.2rem 2rem;
  }
}
.jobPageSteelSec__jobListItem {
  position: relative;
  margin: 0 5.8rem 10.8rem 0;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItem {
    transform: scale(1);
    margin: 0 0 5rem;
  }
}
.jobPageSteelSec__jobListItem:nth-child(3) {
  margin: 0 0 10.8rem 0;
}
@media only screen and (max-width: 1279px) {
  .jobPageSteelSec__jobListItem:nth-child(3) {
    margin: 0 0 11rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItem:nth-child(3) {
    margin: 0 0 5rem;
  }
}
.jobPageSteelSec__jobListItem:nth-child(4) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItem:nth-child(4) {
    margin-bottom: 5rem;
  }
}
.jobPageSteelSec__jobListItem:last-of-type {
  margin: 0;
}
.jobPageSteelSec__jobListItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.6rem;
  right: -1.8rem;
  z-index: 3;
  width: 23.6rem;
  height: 23.2rem;
  border: 0.2rem solid #003084;
  border-radius: 3.2rem;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItem::after {
    width: 100%;
    height: 20rem;
    min-width: 0;
    min-height: 0;
    max-width: none;
    max-height: none;
    top: 1rem;
    right: -1rem;
  }
}
.jobPageSteelSec__jobListItemLink {
  display: block;
  position: relative;
  z-index: 4;
  width: 23.6rem;
  height: 23.2rem;
  margin: 0 auto;
  box-shadow: 0 0 0 0.2rem #fff;
  border-radius: 3.2rem;
  background: #003084;
  transition: 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemLink {
    width: 100%;
    height: 20rem;
    min-width: 0;
    min-height: 0;
    max-width: none;
    max-height: none;
    border: 0.4rem solid #fff;
    box-shadow: none;
  }
}
.jobPageSteelSec__jobListItemLink::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_plusIcon_yellow.png) center center/contain no-repeat;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemLink::before {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 1.4rem;
    right: 1.4rem;
    background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_plusIcon_yellow.png) center center/contain no-repeat;
  }
}
@media only screen and (min-width: 769px) {
  .jobPageSteelSec__jobListItemLink:hover {
    box-shadow: 0 0 0 0.8rem #fff;
  }
}
.jobPageSteelSec__jobListItemPersonPic {
  position: absolute;
}
.jobPageSteelSec__jobListItemPersonPic.u-machine {
  top: -7.6rem;
  left: 5.8rem;
  width: 16.8rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemPersonPic.u-machine {
    top: -5.8rem;
    left: 10rem;
    width: 14.4rem;
  }
}
.jobPageSteelSec__jobListItemPersonPic.u-elec {
  top: -5rem;
  left: 1.4rem;
  width: 17.6rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemPersonPic.u-elec {
    top: -3.4rem;
    left: 5.8rem;
    width: 15.8rem;
  }
}
.jobPageSteelSec__jobListItemPersonPic.u-energy {
  top: -5rem;
  left: 3rem;
  width: 14.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemPersonPic.u-energy {
    top: -3.6rem;
    left: 7.4rem;
    right: auto;
    width: 12.6rem;
  }
}
.jobPageSteelSec__jobListItemPersonPic.u-research {
  top: -5.8rem;
  left: 6.6rem;
  width: 10rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemPersonPic.u-research {
    top: -3.7rem;
    left: 10.6rem;
    width: 8rem;
  }
}
.jobPageSteelSec__jobListItemPersonPic.u-manage {
  top: -6rem;
  left: 1rem;
  width: 18rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemPersonPic.u-manage {
    top: -4rem;
    left: 5.4rem;
    width: 16rem;
  }
}
.jobPageSteelSec__jobListItemIconPic {
  position: absolute;
}
.jobPageSteelSec__jobListItemIconPic.u-machine {
  top: 0;
  right: 2rem;
  width: 9rem;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemIconPic.u-machine {
    top: -0.8rem;
    right: 5rem;
    width: 8.2rem;
  }
}
.jobPageSteelSec__jobListItemIconPic.u-elec {
  top: 1.4rem;
  right: -1rem;
  width: 9.6rem;
  transform: translate(50%, -50%) rotate(12deg);
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemIconPic.u-elec {
    top: 1.2rem;
    right: 4.6rem;
    width: 7.2rem;
    transform: translate(50%, -50%) rotate(0);
  }
}
.jobPageSteelSec__jobListItemIconPic.u-energy {
  top: -0.8rem;
  right: 2rem;
  width: 9.8rem;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemIconPic.u-energy {
    top: 1rem;
    right: 6.3rem;
    width: 7.2rem;
  }
}
.jobPageSteelSec__jobListItemIconPic.u-manage {
  top: 2.4rem;
  right: -2.4rem;
  width: 13.4rem;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemIconPic.u-manage {
    top: 0.4rem;
    right: -0.4rem;
    width: 7.2rem;
  }
}
.jobPageSteelSec__jobListItemIconPic.u-research {
  top: 0;
  right: -0.6rem;
  width: 11rem;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemIconPic.u-research {
    top: 0.2rem;
    right: 2rem;
    width: 8.8rem;
  }
}
.jobPageSteelSec__jobListItemImg {
  width: 100%;
}
.jobPageSteelSec__jobListItemTxtArea {
  padding: 14rem 0 0;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemTxtArea {
    padding: 12.2rem 0 0;
  }
}
.jobPageSteelSec__jobListItemTxt {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__jobListItemTxt {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.jobPageSteelSec__modal {
  width: 80%;
  height: 90vh !important;
  max-width: 83.4rem !important;
  border: 0.8rem solid #003084;
  background: #fff;
}
.jobPageSteelSec__modal::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modal {
    width: 92%;
    border: none;
    background: transparent;
  }
}
.jobPageSteelSec__modalWrap {
  padding: 6.6rem 9.5% 8.5rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalWrap {
    width: 94%;
    margin: 0 auto;
    padding: 2.4rem;
    border: 0.4rem solid #003084;
    overflow-x: visible;
  }
}
.jobPageSteelSec__modalTtlArea {
  margin-bottom: 1rem;
}
.jobPageSteelSec__modalTtlAreaTxt {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalTtlAreaTxt {
    align-items: flex-start;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.jobPageSteelSec__modalTtlAreaTxtProcess {
  display: inline-block;
  margin-right: 0.4rem;
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 0.6;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalTtlAreaTxtProcess {
    padding-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.jobPageSteelSec__modalTtlAreaTxtNum {
  display: inline-block;
  margin-right: 1rem;
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  color: #FFFF00;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalTtlAreaTxtNum {
    font-size: 2rem;
  }
}
.jobPageSteelSec__modalSubTtl {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalSubTtl {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.jobPageSteelSec__modalPicArea {
  position: relative;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalPicArea {
    margin-bottom: 2.4rem;
  }
}
.jobPageSteelSec__modalPic {
  display: block;
  width: 100%;
  border: 0.8rem solid #003084;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalPic {
    border: 0.4rem solid #003084;
    border-bottom: none;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}
.jobPageSteelSec__modalImg {
  width: 101%;
}
.jobPageSteelSec__modalPicAreaTxtBox {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  padding: 2.4rem;
  border-radius: 3.2rem 0 2.2rem 0;
  color: #fff;
  background: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalPicAreaTxtBox {
    position: static;
    padding: 0.8rem 2.2rem 1.6rem 2.2rem;
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
.jobPageSteelSec__modalPicAreaTxtBox.u-left {
  right: auto;
  left: 0;
  border-radius: 0 3.2rem 0 3.2rem;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalPicAreaTxtBox.u-left {
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
.jobPageSteelSec__modalPicAreaTxt {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.57;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalPicAreaTxt {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.jobPageSteelSec__modalPicAreaTxtName {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalPicAreaTxtName {
    font-size: 1.8rem;
  }
}
.jobPageSteelSec__modalPicAreaTxtNameSpn {
  display: inline-block;
  margin-right: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.71;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalPicAreaTxtNameSpn {
    font-size: 1.4rem;
  }
}
.jobPageSteelSec__modalContList {
  padding: 0;
  list-style-type: none;
}
.jobPageSteelSec__modalContListItem {
  margin-bottom: 4rem;
}
.jobPageSteelSec__modalContListItem:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalContListItem {
    margin-bottom: 3.2rem;
  }
}
.jobPageSteelSec__modalContListItemTtl {
  position: relative;
  margin-bottom: 1rem;
}
.jobPageSteelSec__modalContListItemTtl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 0.3rem;
  background: #003084;
  transform: translateY(-50%);
}
.jobPageSteelSec__modalContListItemTtlSpn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 1.6rem;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  color: #003084;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalContListItemTtlSpn {
    padding-right: 0;
    font-size: 1.6rem;
  }
}
.jobPageSteelSec__modalContListItemTxt {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalContListItemTxt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.jobPageSteelSec__modalCloseBtn {
  position: fixed;
  top: 2.4rem;
  right: 3rem;
  z-index: 2;
  display: block;
  width: 4rem;
  height: 3rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/modalClose_icon.png) center center/contain no-repeat;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .jobPageSteelSec__modalCloseBtn {
    top: 6rem;
    right: 24%;
  }
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalCloseBtn {
    top: 2rem;
    right: 3.2rem;
    width: 2.8rem;
    height: 2rem;
  }
}
.jobPageSteelSec__modalBtn {
  position: fixed;
  top: 50%;
  width: 6vw;
  max-width: 7rem;
  height: 6vw;
  max-height: 7rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalBtn {
    top: 30%;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.jobPageSteelSec__modalBtn.u-prev {
  left: -9vw;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon_base.png) center center/contain no-repeat;
  transition: 0.4s !important;
}
@media all and (-ms-high-contrast: none) {
  .jobPageSteelSec__modalBtn.u-prev {
    left: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalBtn.u-prev {
    top: 47%;
    left: 0;
  }
}
.jobPageSteelSec__modalBtn.u-next {
  right: -9vw;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon_base.png) center center/contain no-repeat;
  transition: 0.4s !important;
  transform: scale(-1, 1);
}
@media all and (-ms-high-contrast: none) {
  .jobPageSteelSec__modalBtn.u-next {
    right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .jobPageSteelSec__modalBtn.u-next {
    top: 47%;
    right: 0;
    background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon.png) center center/contain no-repeat;
  }
}
@media only screen and (min-width: 769px) {
  .jobPageSteelSec__modalBtn:hover.u-prev {
    background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon.png) center center/contain no-repeat;
  }
}
@media only screen and (min-width: 769px) {
  .jobPageSteelSec__modalBtn:hover.u-next {
    background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon.png) center center/contain no-repeat;
  }
}

.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.56) !important;
}
.iziModal-overlay::before {
  content: "";
  display: block;
  position: fixed;
  top: 52%;
  left: 51%;
  width: 65%;
  max-width: 83.4rem;
  height: 90vh;
  margin: 0 auto;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalBgImg_pc.png) center center/cover;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .iziModal-overlay::before {
    top: 51%;
    left: 52%;
    width: 87%;
    height: calc(90vh - 20px);
    background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalBgImg_sp.png) center center/cover;
  }
}

.iziModal {
  background: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .iziModal {
    background: transparent;
  }
}
.iziModal-wrap {
  position: fixed;
  background: #fff;
  height: calc(90vh - 1.6rem) !important;
}
@media only screen and (max-width: 768px) {
  .iziModal-wrap {
    width: 94%;
    margin: 0 auto;
    background: transparent;
  }
}
.iziModal-navigate-caption {
  display: none !important;
}
.iziModal-navigate-prev {
  display: none !important;
  opacity: 1 !important;
  background-image: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon_base.png);
  transition: 0.4s !important;
}
@media only screen and (min-width: 769px) {
  .iziModal-navigate-prev:hover {
    background-image: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon.png);
  }
}
.iziModal-navigate-prev:focus {
  outline: none;
  appearance: none;
}
@media only screen and (max-width: 768px) {
  .iziModal-navigate-prev {
    z-index: 1;
    margin-left: -54% !important;
    background-image: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon.png);
  }
}
.iziModal-navigate-next {
  display: none !important;
  opacity: 1 !important;
  background-image: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon_base.png);
  transition: 0.4s !important;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .iziModal-navigate-next:hover {
    background-image: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_modalIcon.png);
  }
}
.iziModal-navigate-next:focus {
  outline: none;
  appearance: none;
}

/*====================================================================
jobPageWorkSec
====================================================================*/
.jobPageWorkSec {
  position: relative;
  margin-bottom: -80rem;
  padding: 14.2rem 0 100rem 0;
  border-top: 0.3rem solid #003084;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(125deg, transparent, transparent 4px, rgba(46, 202, 253, 0.1) 4px, rgba(46, 202, 253, 0.1) 8px);
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec {
    margin-bottom: -94rem;
    padding: 8rem 3rem 100rem 3rem;
  }
}
.jobPageWorkSec__ttl {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  width: 53.8rem;
  height: 17rem;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #003084;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_ttlImg_pc.png) center center/contain no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__ttl {
    width: 93%;
    font-size: 1.8rem;
    line-height: 1.77;
  }
}
.jobPageWorkSec__wrap {
  width: 1005px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__wrap {
    width: 100%;
  }
}
.jobPageWorkSec__leadCont {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 7rem 10.2rem 0;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__leadCont {
    display: block;
    margin: 0 auto 8rem;
  }
}
.jobPageWorkSec__leadContPic {
  width: 50.2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__leadContPic {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.jobPageWorkSec__leadContImg {
  width: 100%;
  border-radius: 3.2rem;
  border: 0.4rem solid #003084;
}
.jobPageWorkSec__leadContTxtArea {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 39.2rem;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__leadContTxtArea {
    font-size: 1.4rem;
    line-height: 2;
    width: 100%;
  }
}
.jobPageWorkSec__picCont {
  position: relative;
  margin-bottom: 11rem;
  padding: 6.8rem 4.8rem 1.2rem 4.4rem;
  border: 0.4rem solid #003084;
  border-radius: 3.2rem;
  background: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picCont {
    margin-bottom: 1.2rem;
    padding: 4.6rem 1.5rem 1.6rem 1.5rem;
  }
}
.jobPageWorkSec__picCont::before {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageSteelSec_plusIcon_blue.png) center center/contain no-repeat;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picCont::before {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 1.4rem;
    right: 1.4rem;
  }
}
.jobPageWorkSec__picContTtl {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 32.4rem;
  margin: 0 auto;
  padding: 1.4rem 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  border: 0.4rem solid #003084;
  border-radius: 2.4rem;
  color: #003084;
  background: #fff;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picContTtl {
    width: 24rem;
    font-size: 1.8rem;
    line-height: 1.77;
    border-radius: 2rem;
    border: 0.2rem solid #003084;
  }
}
.jobPageWorkSec__picContTtl:first-of-type {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picContTtl:first-of-type {
    margin-bottom: 2.8rem;
  }
}
.jobPageWorkSec__picContBoxTtl {
  position: relative;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picContBoxTtl {
    margin-bottom: 0.4rem;
  }
}
.jobPageWorkSec__picContBoxTtl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 0.3rem;
  background: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picContBoxTtl::after {
    height: 0.2rem;
  }
}
.jobPageWorkSec__picContBoxTtlSpn {
  position: relative;
  display: inline-block;
  padding-right: 1.6rem;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #003084;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picContBoxTtlSpn {
    padding-right: 0.6rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.jobPageWorkSec__picContBoxPic {
  width: 100%;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picContBoxPic {
    margin-bottom: 1rem;
  }
}
.jobPageWorkSec__picContBoxImg {
  width: 100%;
}
.jobPageWorkSec__picConTxt {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__picConTxt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
.jobPageWorkSec__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 70%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__modal {
    width: 90%;
  }
}
.jobPageWorkSec__modalWrap {
  padding: 6.2rem 2.4rem 3rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__modalWrap {
    padding: 5.6rem 1.6rem 2.8rem;
    border-radius: 2.8rem;
  }
}
.jobPageWorkSec__modalCloseBtn {
  position: fixed;
  top: 3rem;
  right: 2.4rem;
  z-index: 2;
  display: block;
  width: 4.4rem;
  height: 3rem;
  background: url(/saiyou/ginou/highschool/_assets/images/job/modalClose_icon.png) center center/contain no-repeat;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .jobPageWorkSec__modalCloseBtn {
    top: 6rem;
    right: 24%;
  }
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__modalCloseBtn {
    top: 2rem;
    right: 3.2rem;
    width: 2.8rem;
    height: 2rem;
  }
}
.jobPageWorkSec__modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 120;
  background: rgba(0, 0, 0, 0.5);
}
.jobPageWorkSec__linkContTxtArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContTxtArea {
    display: block;
  }
}
.jobPageWorkSec__linkContTxtCheck {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.jobPageWorkSec__linkContTxtCheck span {
  display: block;
  margin-right: 1rem;
  color: #003084;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContTxtCheck {
    justify-content: center;
    margin: 4rem 0 0 0;
  }
}
.jobPageWorkSec__linkContTxtCheck::after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 2.8rem;
  background: url(/saiyou/ginou/highschool/_assets/images/common/pointer_icon.png) center center/contain no-repeat;
}
.jobPageWorkSec__linkContTxt {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContTxt {
    margin-top: 0.8rem;
    text-align: center;
    font-size: 1.8rem;
  }
}
.jobPageWorkSec__linkContTxt span {
  display: block;
  border-bottom: 0.2rem solid #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContTxt span {
    border-bottom: none;
  }
}
.jobPageWorkSec__linkContList {
  display: flex;
  justify-content: center;
  margin: 10rem -2.1rem 0 -2.1rem;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContList {
    display: block;
    margin: 0;
    padding: 2rem 0 0 0;
  }
}
.jobPageWorkSec__linkContBox {
  position: relative;
  margin: 0 2.1rem;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContBox {
    margin: 7rem 0 0 0;
  }
}
.jobPageWorkSec__linkContBox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 30.6rem;
  height: 30.6rem;
  border-radius: 50%;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContBox::after {
    display: none;
  }
}
.jobPageWorkSec__linkContBoxLink {
  display: block;
  position: relative;
  z-index: 1;
  width: 30.6rem;
  height: 30.6rem;
  border: 0.4rem solid #003084;
  border-radius: 50%;
  background: #fff;
  transition: 0.4s;
}
.jobPageWorkSec__linkContBoxLink::after {
  content: "";
  display: block;
  position: absolute;
  top: -7.8rem;
  left: 4rem;
  width: 22.2rem;
  height: 24.4rem;
}
.jobPageWorkSec__linkContBoxLink.u-01::after {
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-01.png?v=1) center center/contain no-repeat;
}
.jobPageWorkSec__linkContBoxLink.u-02::after {
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-02.png?v=1) center center/contain no-repeat;
}
.jobPageWorkSec__linkContBoxLink.u-03::after {
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-03.png?v=1) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContBoxLink {
    margin: 0 auto;
    width: 26rem;
    height: 26rem;
    border: 0.4rem solid #003084;
    background: #fff;
  }
  .jobPageWorkSec__linkContBoxLink::after {
    top: -6.864rem;
    left: 3.52rem;
    width: 19.536rem;
    height: 21.472rem;
  }
  .jobPageWorkSec__linkContBoxLink.u-03::after {
    left: 1.936rem;
  }
}
@media only screen and (min-width: 769px) {
  .jobPageWorkSec__linkContBoxLink:hover {
    transform: translate(1rem, 1rem);
  }
}
.jobPageWorkSec__linkContBoxWrap::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
  background: url(/saiyou/ginou/highschool/_assets/images/common/arrow-circle_icon_blue-02.png) center center/contain no-repeat;
}
.jobPageWorkSec__linkContBoxTxt {
  display: flex;
  justify-content: center;
  color: #003084;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-top: 15.5rem;
  text-align: center;
  font-weight: 700;
}
.jobPageWorkSec__linkContBoxTxt span {
  display: block;
  border-bottom: 0.1rem solid #003084;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContBoxTxt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 13rem;
  }
}
.jobPageWorkSec__linkContBoxTtl {
  margin: 0.8rem 0 3rem 0;
  color: #003084;
  text-align: center;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .jobPageWorkSec__linkContBoxTtl {
    margin: 0.8rem 0 2rem 0;
  }
}

/*====================================================================
operatorPageLeadSec
====================================================================*/
.operatorPageLeadSec {
  position: relative;
  top: -11rem;
  width: 66.4rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .operatorPageLeadSec {
    top: -8.2rem;
    width: 100%;
    padding: 0 3rem;
  }
}
.operatorPageLeadSec::before {
  content: "";
  display: block;
  width: 14rem;
  height: 15.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .operatorPageLeadSec::before {
    width: 12.6rem;
    height: 14.2rem;
    margin: 0 auto 0.5rem;
  }
}
.operatorPageLeadSec.u-01::before {
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-01.png) center center/contain no-repeat;
}
.operatorPageLeadSec.u-02::before {
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-02.png) center center/contain no-repeat;
}
.operatorPageLeadSec.u-03::before {
  background: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-03.png) center center/contain no-repeat;
}
.operatorPageLeadSec__subTtl {
  display: inline-block;
  width: 12rem;
  margin: 0 auto 1.6rem;
  padding: 0.8rem 0;
  font-size: 1.6rem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.31;
  color: #003084;
  border-radius: 2.4rem;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .operatorPageLeadSec__subTtl {
    padding: 0.5rem 0;
  }
}
.operatorPageLeadSec__ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  font-size: 2rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  position: relative;
  margin-bottom: 5.6rem;
  margin: 0 auto 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .operatorPageLeadSec__ttl {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto 1.6rem;
  }
}
.operatorPageLeadSec__ttl::before {
  content: "";
  display: block;
  background: #003084;
  margin: 0 1.8rem;
  width: 0.3rem;
  height: 3rem;
  transform: rotate(340deg);
}
.operatorPageLeadSec__ttl::after {
  content: "";
  display: block;
  background: #003084;
  margin: 0 1.5rem;
  width: 0.3rem;
  height: 3rem;
  transform: rotate(-340deg);
}
.operatorPageLeadSec__txtArea {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: left;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .operatorPageLeadSec__txtArea {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/*====================================================================
operatorPageTLSec
====================================================================*/
.operatorPageTLSec {
  max-width: 1005px;
  margin: -5.3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec {
    margin: -4.8rem auto 0;
    padding: 0 2.5rem;
  }
}
.operatorPageTLSec__list {
  margin-bottom: 11rem;
  padding-left: 0;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__list {
    margin-bottom: 6rem;
  }
}
.operatorPageTLSec__listItem {
  position: relative;
}
.operatorPageTLSec__listItem.u-image {
  min-height: 27.3rem;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItem.u-image {
    min-height: initial;
  }
}
.operatorPageTLSec__listItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 4rem;
  bottom: -3rem;
  left: 19.7rem;
  width: 0.1rem;
  background: #003084;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItem::before {
    top: 5rem;
    left: 3rem;
    bottom: -3.8rem;
  }
}
.operatorPageTLSec__listItem:last-child::before {
  display: none;
}
.operatorPageTLSec__listItem:nth-of-type(odd).u-image {
  min-height: 24.1rem;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItem:nth-of-type(odd).u-image {
    min-height: initial;
  }
}
.operatorPageTLSec__listItem:nth-of-type(odd) .operatorPageTLSec__listItemWrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2.8rem;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(146deg, transparent, transparent 8px, rgba(46, 202, 253, 0.188235) 8px, rgba(46, 202, 253, 0.188235) 16px);
}
.operatorPageTLSec__listItemWrap {
  position: relative;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 3.5rem 3.4rem 3.2rem 7rem;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemWrap {
    display: block;
    padding: 3.4rem 1rem 3.2rem 5rem;
    border-radius: 1.4rem;
  }
}
.operatorPageTLSec__listItemTime {
  position: relative;
  font-size: 2.2rem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003084;
}
.operatorPageTLSec__listItemCont {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  width: 71.5rem;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemCont {
    display: block;
    width: 100%;
  }
}
.operatorPageTLSec__listItemCont::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.6rem;
  left: -8rem;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #003084;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemCont::after {
    top: 0.4rem;
    left: -3.06rem;
    width: 2rem;
    height: 2rem;
  }
}
.operatorPageTLSec__listItemTxtArea {
  width: 32.4rem;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemTxtArea {
    width: 100%;
    margin: 0;
  }
}
.operatorPageTLSec__listItemTxtAreaTtl {
  display: inline-block;
  margin-bottom: 1.6rem;
  padding: 0 0.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  color: #003084;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemTxtAreaTtl {
    padding: 0;
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemTxtAreaTtl.u-pcDb {
    display: none;
  }
}
.operatorPageTLSec__listItemTxtAreaTtlSpn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemTxtAreaTtlSpn {
    display: inline-block;
    margin-right: 0.8rem;
    font-size: 2rem;
    letter-spacing: 0;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #003084;
    background: none;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemTxtAreaTtlSpn.u-txt {
    display: inline-block;
    padding: 0 0.8rem;
    letter-spacing: 0.2em;
    line-height: 1.45;
    font-family: "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 700;
    background: #FFFF00;
  }
}
.operatorPageTLSec__listItemTxtAreaTxt {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemTxtAreaTxt {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.operatorPageTLSec__listItemPic {
  position: absolute;
  top: 3.5rem;
  right: 3.4rem;
  display: block;
  width: 36.5rem;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemPic {
    position: static;
    width: 26rem;
    padding-top: 2.4rem;
    margin-left: -0.8rem;
  }
}
.operatorPageTLSec__listItemImg {
  width: 100%;
  border-radius: 3.2rem;
  border: 0.4rem solid #fff;
}
.operatorPageTLSec__listItemImg:nth-child(1) {
  border: none;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__listItemImg {
    border-radius: 2.8rem;
  }
}
.operatorPageTLSec__linkArea {
  margin: 0 auto 9.6rem auto;
  width: 55.8rem;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkArea {
    margin-bottom: 6rem;
    width: 100%;
  }
}
.operatorPageTLSec__linkAreaTtl {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaTtl {
    justify-content: center;
    font-size: 1.4rem;
  }
}
.operatorPageTLSec__linkAreaTtl::before {
  content: "";
  display: block;
  margin-right: 0.6rem;
  width: 6.4rem;
  height: 3.2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-pointing.svg);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaTtl::before {
    width: 4rem;
    height: 2rem;
  }
}
.operatorPageTLSec__linkAreaWrap {
  width: 100%;
}
.operatorPageTLSec__linkAreaContBoxWrap {
  width: 24rem;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaContBoxWrap {
    margin: 0;
    width: 100%;
  }
}
.operatorPageTLSec__linkAreaContBox {
  position: relative;
  padding: 0 2rem 2rem 0;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaContBox {
    padding: 0 1rem 1rem 0;
  }
}
.operatorPageTLSec__linkAreaContBox::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: 2rem;
  bottom: 0;
  right: 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-dotted.png);
  background-size: 8rem 8rem;
  border: 0.1rem solid #003084;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaContBox::after {
    top: 1rem;
    left: 1rem;
    background-size: 5rem 5rem;
  }
}
.operatorPageTLSec__linkAreaContBoxLink {
  display: block;
  position: relative;
  padding: 3.6rem 6.2rem 0;
  min-height: 22.7rem;
  border: 0.4rem solid #2ECAFD;
  border-radius: 3.2rem;
  background-color: #fff;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaContBoxLink {
    padding: 2.8rem 0 0;
    min-height: 21rem;
    border-width: 0.2rem;
    background-size: 35%;
    background-position: 3% 66%;
  }
}
.operatorPageTLSec__linkAreaContBoxLink.u-01 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-01.png);
}
.operatorPageTLSec__linkAreaContBoxLink.u-02 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-02.png);
}
.operatorPageTLSec__linkAreaContBoxLink.u-03 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/job/jobPageWorkSec_person-03.png);
}
.operatorPageTLSec__linkAreaContBoxLink::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #003084;
  border-radius: 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/btnLinkArrow_icon_blue.png);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: left 50% bottom 50%;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaContBoxLink::after {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 2.8rem;
    height: 2.8rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/btnLinkArrow_icon_blue.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: left 50% bottom 50%;
  }
}
@media only screen and (min-width: 769px) {
  .operatorPageTLSec__linkAreaContBoxLink:hover {
    border: 0.4rem solid #fff;
    background-color: #2ECAFD;
    transform: translate(2rem, 2rem);
  }
  .operatorPageTLSec__linkAreaContBoxLink:hover .operatorPageTLSec__linkAreaContBoxTtl {
    color: #FFFF00;
  }
}
@media only screen and (min-width: 769px) {
  .operatorPageTLSec__linkAreaContBoxLink:hover::after {
    background: #FFFF00;
    border: 1px solid #FFFF00;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/btnLinkArrow_icon_blue.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: left 50% bottom 50%;
  }
}
.operatorPageTLSec__linkAreaContBoxCase {
  display: flex;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaContBoxCase {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.operatorPageTLSec__linkAreaContBoxCase span {
  display: block;
  border-bottom: 0.1rem solid #003084;
}
.operatorPageTLSec__linkAreaContBoxTtl {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  color: #003084;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaContBoxTtl {
    margin-bottom: 0.8rem;
    padding: 0 0 0 12rem;
    font-size: 1.6rem;
    letter-spacing: 0.048em;
  }
}
.operatorPageTLSec__linkAreaContBoxTxt {
  color: #003084;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  width: 24rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaContBoxTxt {
    font-size: 1.4rem;
    line-height: 2.15;
    width: 100%;
    padding: 0 3rem 0 12rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.71;
  }
}
.operatorPageTLSec__linkAreaPagination {
  position: static;
  margin: 4rem 0 0 0;
  position: static;
}
.operatorPageTLSec__linkAreaPagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1rem !important;
  border: 0.1rem solid #003084;
  background: #fff !important;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaPagination .swiper-pagination-bullet {
    margin: 0 0.8rem !important;
  }
}
.operatorPageTLSec__linkAreaPagination .swiper-pagination-bullet-active {
  background: #003084 !important;
}
@media only screen and (max-width: 768px) {
  .operatorPageTLSec__linkAreaPagination {
    margin: 2.4rem 0 0 0;
  }
}

/*====================================================================
operatorPageLinkSec
====================================================================*/
.operatorPageLinkSec {
  position: relative;
  overflow: hidden;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(146deg, transparent, transparent 8px, rgba(46, 202, 253, 0.4) 8px, rgba(46, 202, 253, 0.4) 16px);
  pointer-events: none;
  transition: 0.4s;
  margin-bottom: 15rem;
}
@media only screen and (min-width: 769px) {
  .operatorPageLinkSec:hover {
    background-image: repeating-linear-gradient(146deg, transparent, transparent 8px, #2ecafd 8px, #2ecafd 16px);
  }
}
@media only screen and (max-width: 768px) {
  .operatorPageLinkSec {
    margin-bottom: 7rem;
    background-image: none;
  }
}
.operatorPageLinkSec__link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 32%;
  background-position: bottom 20% center;
  background-image: url(/saiyou/ginou/highschool/_assets/images/operator/operatorPage_linkImg_pc.jpg);
  opacity: 0.9;
  transition: 0.4s;
  pointer-events: auto;
}
@media only screen and (max-width: 768px) {
  .operatorPageLinkSec__link {
    padding-top: 32rem;
    background-position: center center;
    background-image: url(/saiyou/ginou/highschool/_assets/images/operator/operatorPage_linkImg_sp.jpg);
  }
}
@media only screen and (min-width: 769px) {
  .operatorPageLinkSec__link:hover {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 769px) {
  .operatorPageLinkSec__link:hover.operatorPageLinkSec {
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(146deg, transparent, transparent 8px, rgba(46, 202, 253, 0.7) 8px, rgba(46, 202, 253, 0.7) 16px);
  }
}
.operatorPageLinkSec__linkTxt {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1005px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .operatorPageLinkSec__linkTxt {
    justify-content: center;
    font-size: 2rem;
    width: 100%;
  }
}
.operatorPageLinkSec__linkTxt::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  background: url(/saiyou/ginou/highschool/_assets/images/common/arrow-circle_icon_white.png) center center/contain no-repeat;
}

/*====================================================================
mixin
====================================================================*/
/*====================================================================
plantPageLeadSec
====================================================================*/
.plantPageLeadSec {
  margin: 6.4rem 0;
}
.plantPageLeadSec__ttl {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  color: #003084;
}
.plantPageLeadSec__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.plantPageLeadSec__txtBold {
  font-weight: 900;
  color: #003084;
}
.plantPageLeadSec__txtMaker {
  background-color: #ffff00;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .plantPageLeadSec {
    margin: 3.2rem 0;
  }
  .plantPageLeadSec__ttl {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .plantPageLeadSec__txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}

/*====================================================================
plantPageArea
====================================================================*/
.plantPageArea {
  position: relative;
  margin: 0 auto 8.6rem auto;
  max-width: 900px;
}
@media only screen and (max-width: 768px) {
  .plantPageArea {
    margin: 0 0 4rem 0;
  }
}
.plantPageArea__map {
  position: relative;
}
.plantPageArea__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plantPageArea__listItem {
  position: absolute;
  padding: 0 1rem 1rem 0;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItem {
    padding: 0 0.6rem 0.6rem 0;
  }
}
.plantPageArea__listItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 0;
  bottom: 0;
  border: 0.1rem solid #000;
  border-radius: 3.2rem;
  background-color: #fff;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-dotted.png);
  background-size: 6rem 6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItem::before {
    border-radius: 999rem;
    background-size: 3rem 3rem;
  }
}
.plantPageArea__listItem.u-01 {
  top: 57.8125%;
  left: 60.3333333333%;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItem.u-01 {
    top: 70.3658536585%;
    left: 30.1333333333%;
  }
}
.plantPageArea__listItem.u-02 {
  bottom: 63.59375%;
  left: 0.5555555556%;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItem.u-02 {
    bottom: 82.9268292683%;
    left: 10.6666666667%;
  }
}
.plantPageArea__listItem.u-03 {
  top: 79.921875%;
  left: 28.8888888889%;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItem.u-03 {
    top: 55.243902439%;
    left: 20.8%;
  }
}
.plantPageArea__listItem.u-04 {
  top: 28.4375%;
  left: 64.4444444444%;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItem.u-04 {
    top: 85.487804878%;
    left: 38.4%;
  }
}
.plantPageArea__listItem.u-05 {
  bottom: 51.09375%;
  left: 26%;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItem.u-05 {
    bottom: 67.9268292683%;
    left: 18.4%;
  }
}
.plantPageArea__listItem.u-05::before {
  content: none;
}
.plantPageArea__listItemLink {
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #003084;
  transition: 0.4s;
}
.plantPageArea__listItemLinkBlock {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 6.4rem;
  min-width: 31.4rem;
  min-height: 11rem;
  background-color: #fff;
  border: 0.4rem solid #2ecafd;
  border-radius: 3.2rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItemLinkBlock {
    padding: 0 0 0.2rem 4.8rem;
    min-width: 18.5rem;
    min-height: 4.8rem;
    border-width: 0.2rem;
    border-radius: 999rem;
  }
}
.plantPageArea__listItemLinkBlock.u-05 {
  min-width: 19.6rem;
  min-height: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItemLinkBlock.u-05 {
    min-width: 13.5rem;
    min-height: 4.8rem;
  }
}
.plantPageArea__listItemLinkBlockInner {
  display: block;
}
.plantPageArea__listItemLinkBlockName {
  display: block;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItemLinkBlockName {
    font-size: 1.4rem;
  }
}
.plantPageArea__listItemLinkBlockArea {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItemLinkBlockArea {
    font-size: 1rem;
  }
}
.plantPageArea__listItemLinkBlock i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -1.6rem;
  padding-left: 0.3rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #fff;
  border: 1px solid #003084;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
  transition: 0.4s;
}
.plantPageArea__listItemLinkBlock i::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
}
@media only screen and (max-width: 768px) {
  .plantPageArea__listItemLinkBlock i {
    left: 1rem;
    margin-top: -1.4rem;
    padding-left: 0.3rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .plantPageArea__listItemLink:hover {
    transform: translate(1rem, 1rem);
  }
  .plantPageArea__listItemLink:hover .plantPageArea__listItemLinkBlock {
    background-color: #2ecafd;
    color: #fff;
  }
  .plantPageArea__listItemLink:hover .plantPageArea__listItemLinkBlock i {
    background-color: #ffff00;
    color: #003084;
  }
}
.plantPageArea__listItemLink.u-05 {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .plantPageArea__listItemLink.u-05:hover {
    transform: translate(0, 0);
  }
}

/*====================================================================
plantPageWrapper
====================================================================*/
.plantPageWrapper {
  position: relative;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(146deg, transparent, transparent 8px, rgba(46, 202, 253, 0.188235) 8px, rgba(46, 202, 253, 0.188235) 16px);
  margin-bottom: 14rem;
  padding: 13rem 0 14rem 0;
}
.plantPageWrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-top_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .plantPageWrapper::before {
    height: 3rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-top_sp.png);
  }
}
.plantPageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-bottom_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .plantPageWrapper::after {
    height: 3rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-bottom_sp.png);
  }
}
@media only screen and (max-width: 768px) {
  .plantPageWrapper {
    margin-bottom: 6rem;
    padding: 4.8rem 0 6rem 0;
  }
}
.plantPageWrapper__container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 5rem;
}
@media only screen and (max-width: 768px) {
  .plantPageWrapper__container {
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageWrapper__sections {
    padding: 0 1.6rem;
  }
}
.plantPageWrapper__section {
  overflow: hidden;
  padding: 0 3rem;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .plantPageWrapper__section {
    padding: 0;
  }
}
.plantPageWrapper__frame {
  margin: 0 auto;
  padding: 7.6rem 0 10rem 0;
  max-width: 112rem;
  background-color: #fff;
  border: 0.4rem solid #003084;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageWrapper__frame {
    padding: 3.6rem 0 3rem 0;
    border-width: 0.2rem;
  }
}

/*====================================================================
plantPageTabs
====================================================================*/
.plantPageTabs {
  margin: 0 auto;
  max-width: 1004px;
  letter-spacing: 0.1em;
}
.plantPageTabs__list {
  position: relative;
  display: flex;
  text-align: center;
  margin: 0 0 4.8rem 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .plantPageTabs__list {
    margin: 0 0 3.6rem 0;
    font-size: 1.5rem;
    line-height: 1.13;
  }
}
.plantPageTabs__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8598b9;
  border-radius: 999rem;
}
.plantPageTabs__listItem {
  position: relative;
  flex-basis: 25%;
}
.plantPageTabs__listItemLink {
  display: block;
  position: relative;
  color: #fff;
}
.plantPageTabs__listItemLink.u-current {
  color: #003084;
  cursor: default;
}
.plantPageTabs__listItemLink.u-current span:first-child {
  opacity: 1;
}
.plantPageTabs__listItemBase {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 0.2rem solid #003084;
  border-radius: 999px;
  opacity: 0;
}
.plantPageTabs__listItemBase::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #003084;
  border-width: 1.7rem;
  margin-left: -1.7rem;
}
@media only screen and (max-width: 768px) {
  .plantPageTabs__listItemBase::before {
    top: 93%;
    border-width: 1.3rem;
    margin-left: -1.3rem;
  }
}
.plantPageTabs__listItemBase::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #fff;
  border-width: 1.4rem;
  margin-left: -1.4rem;
}
@media only screen and (max-width: 768px) {
  .plantPageTabs__listItemBase::after {
    top: 93%;
    border-width: 1rem;
    margin-left: -1rem;
  }
}
.plantPageTabs__listItemTxt {
  position: relative;
  display: block;
  padding: 1.4rem 0;
}
@media only screen and (max-width: 768px) {
  .plantPageTabs__listItemTxt {
    padding: 1rem 0;
  }
}

/*====================================================================
plantPageDetail
====================================================================*/
.plantPageDetail {
  position: relative;
  margin: 0 0 7rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail {
    margin: 0 0 4.5rem 0;
    font-size: 1.4rem;
  }
}
.plantPageDetail__bg {
  position: absolute;
  top: 5.2rem;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__bg {
    top: 3.2rem;
    padding: 0 1.5rem;
  }
}
.plantPageDetail__bg::before {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 83.4rem;
  height: 100%;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
.plantPageDetail__bg.u-01::before {
  background-color: #ffffc7 !important;
}
.plantPageDetail__container {
  position: relative;
}
.plantPageDetail__ttl.u-01 {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 10rem;
  width: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__ttl.u-01 {
    min-height: 6.4rem;
    font-size: 2rem;
  }
}
.plantPageDetail__ttl.u-01 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 6rem;
  min-width: 31.6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__ttl.u-01 > span {
    flex-direction: column;
    padding: 0 1.8rem;
    min-width: 22rem;
  }
}
.plantPageDetail__ttl.u-01 > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-position: 0 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-left.png);
  background-size: auto 100%;
}
.plantPageDetail__ttl.u-01 > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: 100% 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-right.png);
  background-size: auto 100%;
}
.plantPageDetail__ttl.u-01 > span span {
  position: relative;
  z-index: 1;
  display: block;
  text-indent: 0.1em;
  background: linear-gradient(transparent 40%, #ffff00 40%);
}
.plantPageDetail__ttl.u-02 {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 10rem;
  width: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__ttl.u-02 {
    min-height: 6.4rem;
    font-size: 2rem;
  }
}
.plantPageDetail__ttl.u-02 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 6rem;
  min-width: 31.6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__ttl.u-02 > span {
    flex-direction: column;
    padding: 0 1.8rem;
    min-width: 22rem;
  }
}
.plantPageDetail__ttl.u-02 > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-position: 0 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-left.png);
  background-size: auto 100%;
}
.plantPageDetail__ttl.u-02 > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: 100% 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-right.png);
  background-size: auto 100%;
}
.plantPageDetail__ttl.u-02 > span span {
  position: relative;
  z-index: 1;
  display: block;
  text-indent: 0.1em;
  background: linear-gradient(transparent 40%, #e8f7ff 40%);
}
.plantPageDetail__district {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem auto 0 auto;
  max-width: 66.8rem;
  min-height: 8rem;
  background-color: #fff;
  border-radius: 999px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__district {
    width: 28.4rem;
    min-height: 6.8rem;
  }
  .plantPageDetail__district.u-01 {
    margin-top: 3.4rem;
  }
}
.plantPageDetail__districtPointing {
  margin-right: 1rem;
  width: 64px;
  height: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-pointing.svg);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__districtPointing {
    display: none;
  }
}
.plantPageDetail__districtList {
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__districtList {
    position: absolute;
    top: -2.4rem;
    left: 0;
    width: 100%;
    justify-content: center;
    font-size: 1.6rem;
  }
}
.plantPageDetail__districtListItem {
  padding: 0 10px 0 0;
}
.plantPageDetail__districtListItem span {
  display: block;
  padding: 0.4em 1em;
  background-color: #003084;
  border-radius: 999px;
}
.plantPageDetail__districtTxt {
  font-size: 1.8rem;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__districtTxt {
    text-align: center;
    font-size: 1.4rem;
  }
}
.plantPageDetail__slider {
  position: relative;
  margin: 3.4rem 5rem 6rem 5rem;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__slider {
    margin: 2.4rem auto 5rem auto;
    width: 28.4rem;
  }
}
.plantPageDetail__sliderListItemImg {
  overflow: hidden;
  margin: 0 0 3.5rem 0;
  height: 55.4rem;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderListItemImg {
    margin: 0 0 1.5rem 0;
    height: auto;
    border-radius: 2.8rem;
  }
}
.plantPageDetail__sliderListItemImgPic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderListItemImgPic {
    height: auto;
    object-fit: unset;
  }
}
.plantPageDetail__sliderListItemTxt {
  margin: 0 auto;
  max-width: 668px;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderListItemTxt {
    max-width: initial;
  }
}
.plantPageDetail__sliderPagination {
  position: static;
  margin: 4rem 0 0 0;
  position: static;
}
.plantPageDetail__sliderPagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1rem !important;
  border: 0.1rem solid #003084;
  background: #fff !important;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderPagination .swiper-pagination-bullet {
    margin: 0 0.8rem !important;
  }
}
.plantPageDetail__sliderPagination .swiper-pagination-bullet-active {
  background: #003084 !important;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderPagination {
    margin: 1.6rem 0 0 0;
  }
}
.plantPageDetail__sliderPrev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -4rem;
  width: 8rem;
  height: 8rem;
  background-color: #ffffff;
  border: 2px solid #003084;
  border-radius: 50%;
  font-size: 2.2rem;
  color: #003084;
  transition: 0.4s;
  top: 27.7rem;
  margin-left: -4rem;
}
.plantPageDetail__sliderPrev::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}
@media only screen and (min-width: 769px) {
  .plantPageDetail__sliderPrev:hover {
    background-color: #003084;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderPrev {
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    border-width: 0.1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderPrev {
    top: 10rem;
    margin-left: -2rem;
  }
}
.plantPageDetail__sliderNext {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4rem;
  width: 8rem;
  height: 8rem;
  background-color: #ffffff;
  border: 2px solid #003084;
  border-radius: 50%;
  font-size: 2.2rem;
  color: #003084;
  transition: 0.4s;
  top: 27.7rem;
  margin-right: -4rem;
}
.plantPageDetail__sliderNext::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
@media only screen and (min-width: 769px) {
  .plantPageDetail__sliderNext:hover {
    background-color: #003084;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderNext {
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    border-width: 0.1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__sliderNext {
    top: 10rem;
    margin-right: -2rem;
  }
}
.plantPageDetail__location {
  position: relative;
  display: flex;
  margin: 0 0 0 -5rem;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__location {
    display: block;
    margin: 0;
  }
}
.plantPageDetail__locationArea {
  flex: 1;
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationArea {
    margin: 0 3rem 4rem 3rem;
  }
}
.plantPageDetail__locationAreaTtl {
  margin: 0 0 1.6rem 0;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationAreaTtl {
    margin: 0 0 1rem 0;
  }
}
.plantPageDetail__locationAreaTtl.u-01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.plantPageDetail__locationAreaTtl.u-01 span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationAreaTtl.u-01 {
    font-size: 1.6rem;
  }
}
.plantPageDetail__locationAreaTtl.u-01 span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.plantPageDetail__locationAreaTtl.u-01::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.plantPageDetail__locationAreaTtl.u-01::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
.plantPageDetail__locationAreaTtl.u-02 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.plantPageDetail__locationAreaTtl.u-02 span {
  background: linear-gradient(transparent 40%, #e8f7ff 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationAreaTtl.u-02 {
    font-size: 1.6rem;
  }
}
.plantPageDetail__locationAreaTtl.u-02 span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.plantPageDetail__locationAreaTtl.u-02::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.plantPageDetail__locationAreaTtl.u-02::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
.plantPageDetail__locationDetail {
  flex-basis: 50%;
  margin: 0 0 3rem 0;
  padding: 7rem 6rem 0 6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetail {
    margin: 0;
    padding: 0 3rem 3rem 3rem;
  }
}
.plantPageDetail__locationDetailTtl {
  display: flex;
  margin: 4rem 0 1.4rem 0;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetailTtl {
    justify-content: center;
    margin: 3rem 0 1.4rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.plantPageDetail__locationDetailTtl:first-child {
  margin-top: 0;
}
.plantPageDetail__locationDetailTtl span {
  display: block;
  padding: 0.6em 1.2em;
  background-color: #003084;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetailTtl span {
    min-width: 21.6rem;
  }
}
.plantPageDetail__locationDetailTxt {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetailTxt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.plantPageDetail__locationDetailTxt span {
  background: linear-gradient(transparent 8%, #ff0 8%);
}
.plantPageDetail__locationDetailTxt.u-01 {
  display: table;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetailTxt.u-01 {
    display: block;
    line-height: 1.7;
  }
}
.plantPageDetail__locationDetailTxt.u-01 dt {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0.3em 0;
  font-weight: 700;
  color: #003084;
}
.plantPageDetail__locationDetailTxt.u-01 dt::after {
  content: "£º";
  padding: 0 0.2em;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetailTxt.u-01 dt {
    display: block;
    padding: 0;
  }
}
.plantPageDetail__locationDetailTxt.u-01 dd {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0.3em 0;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetailTxt.u-01 dd {
    display: block;
  }
}
.plantPageDetail__locationDetailTxt.u-02 {
  display: table;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetailTxt.u-02 {
    line-height: 1.7;
  }
}
.plantPageDetail__locationDetailTxt.u-02 dt {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0.3em 0;
  font-weight: 700;
  color: #003084;
}
.plantPageDetail__locationDetailTxt.u-02 dt::after {
  content: "£º";
  padding: 0 0.2em;
  color: #333;
}
.plantPageDetail__locationDetailTxt.u-02 dd {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0.3em 0;
}
.plantPageDetail__locationDetailTxt.u-short {
  max-width: 28.4rem;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__locationDetailTxt.u-short {
    max-width: 100%;
  }
}
.plantPageDetail__business {
  position: relative;
  padding: 0 0 20px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__business {
    text-align: left;
  }
  .plantPageDetail__business::before {
    content: "";
    display: block;
    margin: 0 auto -1.6rem auto;
    width: 9.6rem;
    height: 14.4rem;
    background-position: 50% 50%;
    background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_person_img01.png);
    background-size: contain;
  }
}
.plantPageDetail__businessTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  margin: 0 0 20px 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_business_title_bg.png);
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessTtl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.plantPageDetail__businessHead {
  position: relative;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessHead {
    margin: 0 auto;
    width: 28.4rem;
  }
}
.plantPageDetail__businessHead::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  margin: 0 0 0 230px;
  width: 160px;
  height: 240px;
  background-position: 50% 50%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_person_img01.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessHead::before {
    content: none;
  }
}
.plantPageDetail__businessLead {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessLead {
    position: relative;
    padding-left: 2.4rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: #003084;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .plantPageDetail__businessLead {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessLead::before {
    content: "¡ñ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.plantPageDetail__businessLead span {
  background: linear-gradient(transparent 8%, #ff0 8%);
}
.plantPageDetail__businessTxt {
  margin-top: 0.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessTxt {
    padding-left: 2.4rem;
    line-height: 2;
  }
}
.plantPageDetail__businessList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 69rem;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessList {
    max-width: initial;
    margin-top: 2.8rem;
    padding: 0 2.4rem;
  }
}
.plantPageDetail__businessListItem {
  flex-basis: 33.333%;
  margin: 0 0 5rem 0;
  padding: 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessListItem {
    flex-basis: 50%;
    margin: 0 0 2.4rem 0;
    padding: 0 0.3rem;
  }
}
.plantPageDetail__businessListItemImg {
  overflow: hidden;
  border: 0.3rem solid #003084;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessListItemImg {
    margin: 0 0.3rem;
  }
}
.plantPageDetail__businessListItemTtl {
  display: flex;
  justify-content: center;
  margin: 1.6rem 0 0 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .plantPageDetail__businessListItemTtl {
    margin: 1rem 0 0 0;
    font-size: 1.3rem;
  }
}
.plantPageDetail__businessListItemTtl span {
  display: block;
  padding: 0.6em 1.2em;
  background-color: #003084;
  border-radius: 999px;
}

/*====================================================================
plantPageLiving
====================================================================*/
.plantPageLiving {
  position: relative;
  margin: 0 0 7rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving {
    margin: 0 0 4.5rem 0;
    font-size: 1.4rem;
  }
}
.plantPageLiving__bg {
  position: absolute;
  top: 5.2rem;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__bg {
    top: 3.2rem;
    padding: 0 1.5rem;
  }
}
.plantPageLiving__bg::before {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 83.4rem;
  height: 100%;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
.plantPageLiving__bg.u-01::before {
  background-color: #ffffc7;
}
.plantPageLiving__container {
  position: relative;
}
.plantPageLiving__ttl {
  margin: 0 0 6rem 0;
}
.plantPageLiving__ttl.u-01 {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 10rem;
  width: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__ttl.u-01 {
    min-height: 6.4rem;
    font-size: 2rem;
  }
}
.plantPageLiving__ttl.u-01 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 6rem;
  min-width: 31.6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__ttl.u-01 > span {
    flex-direction: column;
    padding: 0 1.8rem;
    min-width: 22rem;
  }
}
.plantPageLiving__ttl.u-01 > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-position: 0 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-left.png);
  background-size: auto 100%;
}
.plantPageLiving__ttl.u-01 > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: 100% 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-right.png);
  background-size: auto 100%;
}
.plantPageLiving__ttl.u-01 > span span {
  position: relative;
  z-index: 1;
  display: block;
  text-indent: 0.1em;
  background: linear-gradient(transparent 40%, #ffff00 40%);
}
.plantPageLiving__ttl.u-02 {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 10rem;
  width: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__ttl.u-02 {
    min-height: 6.4rem;
    font-size: 2rem;
  }
}
.plantPageLiving__ttl.u-02 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 6rem;
  min-width: 31.6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__ttl.u-02 > span {
    flex-direction: column;
    padding: 0 1.8rem;
    min-width: 22rem;
  }
}
.plantPageLiving__ttl.u-02 > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-position: 0 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-left.png);
  background-size: auto 100%;
}
.plantPageLiving__ttl.u-02 > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: 100% 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-right.png);
  background-size: auto 100%;
}
.plantPageLiving__ttl.u-02 > span span {
  position: relative;
  z-index: 1;
  display: block;
  text-indent: 0.1em;
  background: linear-gradient(transparent 40%, #e8f7ff 40%);
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__ttl {
    margin: 0 0 3rem 0;
  }
}
.plantPageLiving__block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 7rem 0;
  padding: 0 2.5rem 7rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__block {
    display: block;
    margin: 0 0 5rem 0;
    padding: 0 0 5rem 0;
  }
  .plantPageLiving__block:last-child {
    margin: 0;
    padding: 0 0 3rem 0;
  }
}
.plantPageLiving__block::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -33rem;
  width: 66rem;
  height: 0.4rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/line-dotted.png);
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__block::after {
    left: 3rem;
    right: 3rem;
    margin: 0;
    width: auto;
  }
}
.plantPageLiving__block:last-child::after {
  content: none;
}
.plantPageLiving__block:nth-child(even) {
  flex-direction: row-reverse;
}
.plantPageLiving__info {
  width: 46%;
  padding-bottom: 4rem;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__info {
    width: 100%;
  }
}
.plantPageLiving__info.u-even {
  order: 1;
}
.plantPageLiving__infoTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  margin: -1.5rem 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoTtl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoTtl {
    margin: -1.5rem -2rem 1rem -2rem;
    width: auto;
    min-height: 7rem;
  }
}
.plantPageLiving__infoTtl.u-01 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_living_title_bg01_pc.png);
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoTtl.u-01 {
    background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_living_title_bg01_sp.png);
  }
}
.plantPageLiving__infoTtl.u-02 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_living_title_bg02_pc.png);
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoTtl.u-02 {
    background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_living_title_bg02_sp.png);
  }
}
.plantPageLiving__infoTxt {
  margin: 0 0 3rem 0;
  line-height: 2;
}
.plantPageLiving__infoList {
  display: flex;
  margin: 0 -1rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoList {
    display: block;
    margin: 0;
  }
}
.plantPageLiving__infoListItem {
  flex-basis: 50%;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoListItem {
    margin-bottom: 4rem;
    padding: 0;
  }
}
.plantPageLiving__infoListItemTtl {
  position: relative;
  padding-left: 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
  letter-spacing: 0.1em;
  min-height: 3.6em;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoListItemTtl {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.plantPageLiving__infoListItemTtl::before {
  content: "¡ñ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.plantPageLiving__infoListItemTtl.u-01 {
  min-height: 3em;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoListItemTtl {
    margin-bottom: 1.5rem;
    min-height: initial;
  }
}
.plantPageLiving__infoListItemImg {
  max-width: 20.8rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__infoListItemImg {
    margin: 0 auto;
  }
}
.plantPageLiving__access {
  order: 99;
  margin-top: -2rem;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__access {
    margin-top: 0;
    padding: 0 3rem;
  }
}
.plantPageLiving__access.u-01 {
  margin-top: 4rem;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__access.u-01 {
    display: block;
  }
}
.plantPageLiving__access.u-02 {
  margin-top: -4rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__access.u-02 {
    margin-top: 0;
  }
}
.plantPageLiving__access.u-03 {
  margin-top: -8rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__access.u-03 {
    margin-top: 0;
  }
}
.plantPageLiving__accessTtl {
  position: relative;
  padding-left: 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
  letter-spacing: 0.1em;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__accessTtl {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.plantPageLiving__accessTtl::before {
  content: "¡ñ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.plantPageLiving__accessList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.7rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__accessList {
    margin: 0 -0.5rem;
    padding: 0 0 1rem 0;
  }
}
.plantPageLiving__accessListItem {
  padding: 0 0.7rem;
  text-align: center;
  font-weight: 900;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__accessListItem {
    margin: 0 0 2rem 0;
    padding: 0 0.4rem;
    flex-basis: 33.333%;
  }
}
.plantPageLiving__accessListItemTtl {
  position: relative;
}
.plantPageLiving__accessListItemTtlImg {
  position: relative;
  max-width: 13.4rem;
}
.plantPageLiving__accessListItemTtlTxt {
  position: absolute;
  left: 0;
  bottom: 1.6em;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.33;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__accessListItemTtlTxt {
    bottom: 1em;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.plantPageLiving__accessListItemTtlTxt.u-small {
  bottom: 2em;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__accessListItemTtlTxt.u-small {
    transform: scale(0.7);
    transform-origin: 50% 100%;
    bottom: 1.2em;
  }
}
.plantPageLiving__accessListItemTtlTxt.u-small span {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__accessListItemTtlTxt.u-small span {
    font-size: 1rem;
  }
}
.plantPageLiving__accessListItemTxt {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__accessListItemTxt {
    font-size: 1.4rem;
  }
}
.plantPageLiving__accessListItemTxt span {
  font-size: 200%;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__accessListItemTxt span {
    font-size: 228%;
  }
}
.plantPageLiving__gallery {
  padding: 0 2.5rem;
  width: 54%;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__gallery {
    padding: 0 3rem;
    width: 100%;
  }
}
.plantPageLiving__galleryWrap {
  position: relative;
}
.plantPageLiving__gallerySliderItemImg {
  overflow: hidden;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__gallerySliderItemImg {
    border-radius: 2.8rem;
  }
}
.plantPageLiving__gallerySliderItemImgPic {
  display: block;
}
.plantPageLiving__gallerySliderItemTtl {
  margin: 4rem 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__gallerySliderItemTtl {
    margin: 1.6rem 0 1rem 0;
  }
}
.plantPageLiving__gallerySliderItemTtl::after {
  content: "";
  display: block;
  margin: 1.5rem 0 0 0;
  height: 0.4rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/line-dotted.png);
  background-size: auto 100%;
}
.plantPageLiving__gallerySliderItemTtlTxt {
  position: relative;
  padding-left: 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__gallerySliderItemTtlTxt {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.plantPageLiving__gallerySliderItemTtlTxt::before {
  content: "¡ñ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.plantPageLiving__gallerySliderItemTxt {
  line-height: 2;
}
.plantPageLiving__galleryPagination {
  position: static;
  margin-top: 2.8rem;
}
.plantPageLiving__galleryPagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1rem !important;
  border: 0.1rem solid #003084;
  background: #fff !important;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__galleryPagination .swiper-pagination-bullet {
    margin: 0 0.8rem !important;
  }
}
.plantPageLiving__galleryPagination .swiper-pagination-bullet-active {
  background: #003084 !important;
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__galleryPagination {
    margin-top: 2rem;
  }
}
.plantPageLiving__galleryPrev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border: 1px solid #003084;
  border-radius: 50%;
  font-size: 1.6rem;
  color: #003084;
  transition: 0.4s;
  top: 16.1rem;
  margin-left: -2rem;
}
.plantPageLiving__galleryPrev::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}
@media only screen and (min-width: 769px) {
  .plantPageLiving__galleryPrev:hover {
    background-color: #003084;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__galleryPrev {
    width: 4rem;
    height: 4rem;
    border-width: 0.1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__galleryPrev {
    top: 10rem;
  }
}
.plantPageLiving__galleryNext {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border: 1px solid #003084;
  border-radius: 50%;
  font-size: 1.6rem;
  color: #003084;
  transition: 0.4s;
  top: 16.1rem;
  margin-right: -2rem;
}
.plantPageLiving__galleryNext::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
@media only screen and (min-width: 769px) {
  .plantPageLiving__galleryNext:hover {
    background-color: #003084;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__galleryNext {
    width: 4rem;
    height: 4rem;
    border-width: 0.1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageLiving__galleryNext {
    top: 10rem;
  }
}

/*====================================================================
plantPageEvent
====================================================================*/
.plantPageEvent {
  position: relative;
  padding: 0 5rem 2rem 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent {
    padding: 0 0 2rem 0;
  }
}
.plantPageEvent__bg {
  position: absolute;
  top: 5.2rem;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__bg {
    top: 3.2rem;
    padding: 0 1.5rem;
  }
}
.plantPageEvent__bg::before {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 83.4rem;
  height: 100%;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__bg {
    top: 18rem;
  }
}
.plantPageEvent__container {
  position: relative;
}
.plantPageEvent__head {
  position: relative;
}
.plantPageEvent__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 26rem;
  width: 18rem;
  height: 21rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_person_img02.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__head::before {
    position: static;
    margin: 0 auto;
    width: 12rem;
    height: 14rem;
  }
}
.plantPageEvent__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 10rem;
  width: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #003084;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__ttl {
    min-height: 6.4rem;
    font-size: 2rem;
  }
}
.plantPageEvent__ttl > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 6rem;
  min-width: 31.6rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__ttl > span {
    flex-direction: column;
    padding: 0 1.8rem;
    min-width: 22rem;
  }
}
.plantPageEvent__ttl > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-position: 0 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-left.png);
  background-size: auto 100%;
}
.plantPageEvent__ttl > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: 100% 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-right.png);
  background-size: auto 100%;
}
.plantPageEvent__ttl > span span {
  position: relative;
  z-index: 1;
  display: block;
  text-indent: 0.1em;
  background: linear-gradient(transparent 40%, #ffff00 40%);
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__ttl {
    margin-bottom: 2.5rem;
  }
}
.plantPageEvent__lead {
  margin: 0 auto 30px auto;
  padding-right: 86px;
  max-width: 666px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__lead {
    padding-right: 0;
    max-width: 28.4rem;
    font-size: 1.4rem;
  }
}
.plantPageEvent__textlist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1004px;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__textlist {
    display: block;
    max-width: 26rem;
  }
}
.plantPageEvent__textlistItem {
  flex-basis: 50%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__textlistItem {
    margin-bottom: 1.6rem;
  }
}
.plantPageEvent__textlistItemTtl {
  position: relative;
  padding-left: 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__textlistItemTtl {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.plantPageEvent__textlistItemTtl::before {
  content: "¡ñ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__textlist {
    padding-bottom: 1rem;
    max-width: 28.4rem;
  }
}
.plantPageEvent__textlist.u-01 {
  margin-right: -10rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__textlist.u-01 {
    margin-right: auto;
    margin-left: auto;
    max-width: 28.4rem;
  }
}
.plantPageEvent__textlistItem.u-01 {
  flex-basis: auto;
  padding-right: 17rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__textlistItem.u-01 {
    padding-right: 0;
  }
}
.plantPageEvent__imagelist {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__imagelist {
    display: block;
  }
}
.plantPageEvent__imagelistBlock {
  flex-basis: 43rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__imagelistBlock {
    margin: 0 auto 2rem auto;
    max-width: 26rem;
  }
  .plantPageEvent__imagelistBlock:last-child {
    margin-bottom: 0;
  }
}
.plantPageEvent__imagelistBlockItem {
  position: relative;
}
.plantPageEvent__imagelistBlockItemBase {
  overflow: hidden;
  position: relative;
  max-width: 32.2rem;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__imagelistBlockItemBase {
    max-width: 100%;
  }
}
.plantPageEvent__imagelistBlockItemBasePic {
  width: 100%;
}
.plantPageEvent__imagelistBlockItemBaseImg {
  width: 100%;
}
.plantPageEvent__imagelistBlockItemBaseTtl {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.36em 1.4em;
  background-color: #ffffff;
  border-radius: 0 2rem 0 0;
  font-weight: 700;
  color: #003084;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.plantPageEvent__imagelistBlockItemTxt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .plantPageEvent__imagelistBlockItemTxt {
    position: absolute;
    top: -5.2rem;
    right: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16rem;
    height: 16rem;
    background-image: url("/saiyou/ginou/highschool/_assets/images/common/list-image-balloon.png");
    background-size: cover;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    color: #003084;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__imagelistBlockItemTxt {
    margin: 1.4rem -0.6rem 0 -0.6rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__imagelist {
    margin-bottom: 1.5rem;
  }
}
.plantPageEvent__activity {
  margin: 0 auto;
  max-width: 666px;
  font-weight: 700;
  color: #003084;
}
.plantPageEvent__activityTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_event_title_bg_pc.png);
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__activityTtl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__activityTtl {
    background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_event_title_bg_sp.png);
    letter-spacing: 0;
  }
}
.plantPageEvent__activityList {
  margin: 1.5rem 0 4rem 0;
  padding: 2.8rem 7.6rem;
  background-size: 100% 100%;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__activityList {
    margin: 1rem auto 3rem auto;
    padding: 2.8rem 3.2rem;
    width: 28.4rem;
    font-size: 1.4rem;
    line-height: 2.1;
  }
  .plantPageEvent__activityList:last-child {
    margin-bottom: 0;
  }
}
.plantPageEvent__activityList.u-01-01 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_p01_event_frame01_pc.png);
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__activityList.u-01-01 {
    background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_p01_event_frame01_sp.png);
  }
}
.plantPageEvent__activityList.u-01-02 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_p01_event_frame02_pc.png);
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__activityList.u-01-02 {
    background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_p01_event_frame02_sp.png);
  }
}
.plantPageEvent__activityList.u-01-03 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_p01_event_frame03_pc.png);
  text-align: center;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__activityList.u-01-03 {
    background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_p01_event_frame03_sp.png);
    padding: 2.5rem 0;
  }
}
.plantPageEvent__activityList.u-03-01 {
  background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_p03_event_frame01_pc.png);
}
@media only screen and (max-width: 768px) {
  .plantPageEvent__activityList.u-03-01 {
    background-image: url(/saiyou/ginou/highschool/_assets/images/plant/plantPage_p01_event_frame02_sp.png);
  }
}

/*====================================================================
plantPageEntry
====================================================================*/
.plantPageEntry {
  margin: 8.6rem 0 0 0;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .plantPageEntry {
    margin: 2.6rem 0 0 0;
  }
}
.plantPageEntry__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 664px;
  height: 112px;
  background-color: #003084;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.47);
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .plantPageEntry__link {
    max-width: 26.5rem;
    height: 4.8rem;
    border: 0;
    box-shadow: none;
    font-size: 1.4rem;
  }
}
.plantPageEntry__link::before {
  content: "";
  display: block;
  margin: 0 0.4em 0 0;
  width: 70px;
  height: 35px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-pointing.svg);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .plantPageEntry__link::before {
    width: 4rem;
    height: 2rem;
  }
}
.plantPageEntry__link span {
  display: block;
}

/*====================================================================
careerPageLeadSec
====================================================================*/
.careerPageLeadSec {
  margin: 6.4rem 0;
  margin-bottom: 7rem;
}
.careerPageLeadSec__ttl {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  color: #003084;
}
.careerPageLeadSec__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.careerPageLeadSec__txtBold {
  font-weight: 900;
  color: #003084;
}
.careerPageLeadSec__txtMaker {
  background-color: #ffff00;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .careerPageLeadSec {
    margin: 3.2rem 0;
  }
  .careerPageLeadSec__ttl {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .careerPageLeadSec__txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}
@media only screen and (max-width: 768px) {
  .careerPageLeadSec {
    margin-bottom: 3rem;
  }
}
.careerPageLeadSec__linkArea {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 49.4rem;
  margin: 5rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .careerPageLeadSec__linkArea {
    margin-top: 4.5rem;
    width: 31rem;
  }
}
.careerPageLeadSec__linkBtnLink {
  color: #003084;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.44;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  padding: 0.8rem 0;
  width: 24rem;
  border: 0.2rem solid #003084;
  border-radius: 2.4rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .careerPageLeadSec__linkBtnLink {
    width: 15rem;
    font-size: 1.3rem;
    line-height: 1.46;
  }
}
.careerPageLeadSec__linkBtnLink::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #003084;
  border-width: 1.7rem;
  margin-left: -1.7rem;
}
@media only screen and (max-width: 768px) {
  .careerPageLeadSec__linkBtnLink::before {
    top: 94%;
    border-width: 1.16rem;
    margin-left: -1.16rem;
  }
}
.careerPageLeadSec__linkBtnLink::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #fff;
  border-width: 1.4rem;
  margin-left: -1.4rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .careerPageLeadSec__linkBtnLink::after {
    top: 94%;
    border-width: 0.9rem;
    margin-left: -0.9rem;
  }
}
@media screen and (min-width: 769px) {
  .careerPageLeadSec__linkBtnLink:hover {
    background: #2ECAFD;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .careerPageLeadSec__linkBtnLink:hover::after {
    border-top-color: #2ECAFD;
  }
}

/*====================================================================
careerPageModalSec
====================================================================*/
.careerPageModelSec {
  position: relative;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec {
    margin-bottom: 5rem;
  }
}
.careerPageModelSec__bg {
  position: relative;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(146deg, transparent, transparent 8px, rgba(46, 202, 253, 0.188235) 8px, rgba(46, 202, 253, 0.188235) 16px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.careerPageModelSec__bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-top_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__bg::before {
    height: 3rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-top_sp.png);
  }
}
.careerPageModelSec__bg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-bottom_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__bg::after {
    height: 3rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-bottom_sp.png);
  }
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__bg {
    top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec {
    width: 100%;
  }
}
.careerPageModelSec__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  padding: 0 0 11.2rem 0;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__container {
    padding: 0 2.5rem 9rem 1.8rem;
  }
}
.careerPageModelSec__head {
  position: relative;
  padding-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__head {
    padding-top: 2rem;
  }
}
.careerPageModelSec__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 4.8rem;
  left: 50%;
  margin-left: 21rem;
  width: 12.4rem;
  height: 14rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__head::before {
    position: static;
    margin: 0 auto 1rem auto;
  }
}
.careerPageModelSec__head.u-01::before {
  background: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_personIcon-01.png) center center/contain no-repeat;
}
.careerPageModelSec__head.u-02::before {
  background: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_personIcon-02.png) center center/contain no-repeat;
}
.careerPageModelSec__ttl {
  color: #003084;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
  width: 32.4rem;
  margin: 0 auto 1.6rem;
  padding: 0.4rem 0;
  text-align: center;
  border-radius: 2.4rem;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__ttl {
    margin: 0 auto 1.6rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.careerPageModelSec__ttlNum {
  display: inline-block;
  margin-left: 0.8rem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.careerPageModelSec__subTtl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  margin-bottom: 4rem;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__subTtl {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto 2.8rem;
  }
}
.careerPageModelSec__subTtl::before {
  display: block;
  content: "";
  background: #003084;
  margin-right: 1.7rem;
  width: 0.3rem;
  height: 3rem;
  transform: rotate(340deg);
}
.careerPageModelSec__subTtl::after {
  display: block;
  content: "";
  background: #003084;
  margin-left: 1.5rem;
  width: 0.3rem;
  height: 3rem;
  transform: rotate(-340deg);
}
.careerPageModelSec__list {
  padding-left: 0;
  list-style-type: none;
  /*&::before {
    @include components.media-max(sp){
      z-index: 1;
      left: 0.6rem;
      bottom: -3.2rem;
    }
  }*/
}
.careerPageModelSec__listItem {
  position: relative;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItem {
    margin-bottom: 2.2rem;
  }
}
.careerPageModelSec__listItem::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  left: 2.5rem;
  top: 0;
  bottom: -4rem;
  width: 5rem;
  background-position: 0 100%;
  background-repeat: repeat-y;
  background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_line_pc.png);
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItem::before {
    left: 1rem;
    bottom: -2.2rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_line_sp.png);
  }
}
.careerPageModelSec__listItem:last-of-type::before {
  background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_line_arrow_pc.png);
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItem:last-of-type::before {
    background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_line_arrow_sp.png);
  }
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItem:last-of-type {
    margin-bottom: 0;
  }
}
.careerPageModelSec__listItemAgeWrap {
  position: relative;
  z-index: 10;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  border: 0.4rem solid #003084;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemAgeWrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 6.5rem;
    height: 6.5rem;
    border: 0.2rem solid #003084;
  }
}
.careerPageModelSec__listItemAge {
  color: #003084;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemAge {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.careerPageModelSec__listItemAgeSpn {
  color: #003084;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemAgeSpn {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.careerPageModelSec__listItemAgeSmall {
  color: #003084;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemAgeSmall {
    font-size: 0.9rem;
    line-height: 1;
  }
}
.careerPageModelSec__listItemTtl {
  color: #003084;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.44;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1.6rem;
  padding: 0.3rem 0.5rem;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemTtl {
    margin: 0.4rem 0 0.8rem 7.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.careerPageModelSec__listItemTxtArea {
  width: 86.4rem;
  margin-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemTxtArea {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
}
.careerPageModelSec__listItemTxt {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemTxt {
    margin: 0 0 0.8rem 7.2rem;
    font-size: 1.4rem;
    line-height: 1.72;
  }
}
.careerPageModelSec__listItemTxtAreaBox {
  width: 86.4rem;
  padding: 2.4rem 4rem;
  border-radius: 3.2rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemTxtAreaBox {
    position: relative;
    z-index: 0;
    width: calc(100% - 1.2rem);
    margin-left: 1.2rem;
    padding: 1.6rem 1.6rem 1.6rem 5.8rem;
  }
}
.careerPageModelSec__listItemTxtAreaBoxTtl {
  color: #003084;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemTxtAreaBoxTtl {
    margin-left: 1.2rem;
    padding-left: 0.9em;
    text-indent: -0.9em;
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.careerPageModelSec__listItemTxtAreaBoxTtl::before {
  content: "¡ñ";
  display: inline-block;
  margin-right: 0.8rem;
  font-size: 1.6rem;
}
.careerPageModelSec__listItemTxtAreaBoxTxt {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemTxtAreaBoxTxt {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.careerPageModelSec__listItemFlex {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 86.4rem;
  padding: 1.6rem 4.8rem 3.2rem 4rem;
  border-radius: 3.2rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemFlex {
    display: block;
    width: calc(100% - 1.2rem);
    margin-left: 1.2rem;
    padding: 1.6rem 1.6rem 2.4rem 5.8rem;
  }
}
.careerPageModelSec__listItemTxtAreaCont {
  width: 34.6rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemTxtAreaCont {
    width: 100%;
  }
}
.careerPageModelSec__listItemTxtAreaBoxInner {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemTxtAreaBoxInner {
    margin-bottom: 2.6rem;
  }
}
.careerPageModelSec__listItemTxtAreaBoxInner:last-of-type {
  margin-bottom: 0;
}
.careerPageModelSec__listItemFlexBoxTtl {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  color: #003084;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemFlexBoxTtl {
    justify-content: flex-start;
    margin-bottom: 0.8rem;
    letter-spacing: 0.25em;
    text-align-last: left;
    font-size: 1.6rem;
    line-height: 2.15;
  }
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemFlexBoxTtl.u-wide {
    position: relative;
    left: -2rem;
  }
}
.careerPageModelSec__listItemFlexBoxTtlSpn {
  display: inline-block;
  position: relative;
  top: -0.04em;
  margin: 0 0.4rem;
  font-size: 4.6rem;
  font-weight: 100;
  line-height: 1.4;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemFlexBoxTtlSpn {
    margin: 0 1rem;
  }
}
.careerPageModelSec__listItemFlexBoxLine {
  position: relative;
  width: 0.4rem;
  background: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_dotLine.png) center center/contain;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemFlexBoxLine {
    width: 24.2rem;
    height: 0.4rem;
    background: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_dotLine_r.png) center center/contain no-repeat;
  }
}
.careerPageModelSec__listItemFlexBoxLine.u-01 {
  top: 8.2rem;
  height: 22.7rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemFlexBoxLine.u-01 {
    top: 0;
    height: 0.4rem;
    margin: 3.2rem 0 2.8rem;
  }
}
.careerPageModelSec__listItemFlexBoxLine.u-02 {
  top: 8.2rem;
  height: 40.6rem;
}
@media only screen and (max-width: 768px) {
  .careerPageModelSec__listItemFlexBoxLine.u-02 {
    top: 0;
    height: 0.4rem;
    margin: 3.2rem 0 2.8rem;
  }
}

/*====================================================================
careerPageAwardSec
====================================================================*/
.careerPageAwardSec {
  margin-bottom: 13rem;
  padding-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .careerPageAwardSec {
    margin-bottom: 6rem;
    padding-top: 7rem;
  }
}
.careerPageAwardSec__block {
  position: relative;
  margin: 0 auto;
  width: 100.4rem;
  height: 30.2rem;
}
@media only screen and (max-width: 768px) {
  .careerPageAwardSec__block {
    padding: 0 1rem 1rem 0;
    width: 34rem;
    height: 33.8rem;
  }
}
.careerPageAwardSec__block::before {
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 0;
  bottom: 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPageAward_bg02_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .careerPageAwardSec__block::before {
    top: 1rem;
    left: 1rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPageAward_bg02_sp.png);
  }
}
.careerPageAwardSec__frame {
  padding-top: 7rem;
  width: 97.4rem;
  height: 27.4rem;
  position: relative;
  background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPageAward_bg01_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .careerPageAwardSec__frame {
    padding-top: 3.4rem;
    width: 100%;
    height: 100%;
    background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPageAward_bg01_sp.png);
  }
}
.careerPageAwardSec__head {
  position: absolute;
  top: -8rem;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .careerPageAwardSec__head {
    top: -7rem;
  }
}
.careerPageAwardSec__headPic {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 55rem;
}
@media only screen and (max-width: 768px) {
  .careerPageAwardSec__headPic {
    width: 29rem;
  }
}
.careerPageAwardSec__headTtl {
  position: absolute;
  top: 6.4rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.careerPageAwardSec__headTtl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .careerPageAwardSec__headTtl {
    flex-direction: column;
    align-items: center;
    top: 4rem;
    font-size: 1.6rem;
  }
  .careerPageAwardSec__headTtl span {
    display: block;
  }
}
.careerPageAwardSec__txt {
  overflow: hidden;
  margin: 0 auto;
  width: 83.4rem;
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: 0.14em;
  background-position: 0% 100%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPageAward_text_bg_pc.png);
  background-size: 1.2rem 4rem;
}
.careerPageAwardSec__txt::before {
  content: "";
  display: block;
  height: 0;
  margin-bottom: -0.01rem;
}
@media only screen and (max-width: 768px) {
  .careerPageAwardSec__txt {
    width: 26.2rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPageAward_text_bg_sp.png);
    background-size: 1.2rem 3.6rem;
  }
}
.careerPageAwardSec__txt span {
  background-color: #003084;
  font-weight: 700;
  color: #fff;
}

/*====================================================================
careerPageNextSec
====================================================================*/
.careerPageNextSec {
  margin-bottom: 17rem;
}
@media only screen and (max-width: 768px) {
  .careerPageNextSec {
    margin-bottom: 6rem;
  }
}
.careerPageNextSec__link {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1004px;
  width: 100%;
  overflow: hidden;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .careerPageNextSec__link {
    max-width: 31.2rem;
  }
}
.careerPageNextSec__link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPageNext_img_pc.jpg);
  background-size: cover;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .careerPageNextSec__link::before {
    background-image: url(/saiyou/ginou/highschool/_assets/images/career/careerPageNext_img_sp.jpg);
  }
}
.careerPageNextSec__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003084;
  opacity: 0.5;
}
.careerPageNextSec__linkItem {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18.4rem;
}
@media only screen and (max-width: 768px) {
  .careerPageNextSec__linkItem {
    height: 12.3rem;
  }
}
.careerPageNextSec__linkItem::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.careerPageNextSec__linkItem::after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 13.6rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background-color: #fff;
  border: 1px solid #003084;
  border-radius: 50%;
  text-align: center;
  font-size: 1.3rem;
  color: #003084;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .careerPageNextSec__linkItem::after {
    right: 2.4rem;
  }
}
.careerPageNextSec__linkItemEn {
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .careerPageNextSec__linkItemEn {
    display: none;
  }
}
.careerPageNextSec__linkItemTtl {
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .careerPageNextSec__linkItemTtl {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .careerPageNextSec__link:hover::before {
    transform: scale(1.08);
  }
  .careerPageNextSec__link:hover .careerPageNextSec__linkItem::after {
    background-color: #2ecafd;
  }
}

/*====================================================================
trainingPageSec
====================================================================*/
.trainingPageSec__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .trainingPageSec__container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*====================================================================
trainingPageLeadSec
====================================================================*/
.trainingPageLeadSec {
  margin: 6.4rem 0;
}
.trainingPageLeadSec__ttl {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  color: #003084;
}
.trainingPageLeadSec__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.trainingPageLeadSec__txtBold {
  font-weight: 900;
  color: #003084;
}
.trainingPageLeadSec__txtMaker {
  background-color: #ffff00;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .trainingPageLeadSec {
    margin: 3.2rem 0;
  }
  .trainingPageLeadSec__ttl {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .trainingPageLeadSec__txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}

/*====================================================================
trainingPageNewcomerSec
====================================================================*/
.trainingPageNewcomerSec {
  margin-bottom: 11rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec {
    margin-bottom: 5rem;
  }
}
.trainingPageNewcomerSec__ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 2.2rem;
}
.trainingPageNewcomerSec__ttl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__ttl {
    font-size: 1.6rem;
  }
}
.trainingPageNewcomerSec__ttl span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.trainingPageNewcomerSec__ttl::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.trainingPageNewcomerSec__ttl::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__ttl {
    margin-bottom: 1.8rem;
  }
}
.trainingPageNewcomerSec__cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 3rem 7.4rem 0;
  padding: 8.8rem 8.8rem 0 10rem;
  min-height: 59.3rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageNewcomer_bg01_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__cont {
    display: block;
    width: calc(100% - 4.5rem);
    margin: 0 auto 5rem 1.8rem;
    padding: 3.4rem 2.8rem 3.2rem 2.6rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageNewcomer_bg01_sp.png);
  }
}
.trainingPageNewcomerSec__cont::after {
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  right: -3rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageNewcomer_bg02_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__cont::after {
    top: 1rem;
    right: -1rem;
    background: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_bgImg_sp-02.png) center center/contain no-repeat;
  }
}
.trainingPageNewcomerSec__contBox {
  position: relative;
  width: 36rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBox {
    width: 100%;
  }
}
.trainingPageNewcomerSec__contBoxInner:first-of-type {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxInner:first-of-type {
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxInner.u-spDb {
    margin-bottom: 0;
  }
}
.trainingPageNewcomerSec__contBoxInnerTtl {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  color: #003084;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.2rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxInnerTtl {
    margin-bottom: 0.8rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.trainingPageNewcomerSec__contBoxInnerTtl::before {
  content: "";
  display: inline-block;
  margin-right: 0.6rem;
  width: 2.6rem;
  height: 2.2rem;
  background: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_checkIcon.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxInnerTtl::before {
    width: 1.6rem;
    height: 1.4rem;
  }
}
.trainingPageNewcomerSec__contBoxInnerTtl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(/saiyou/ginou/highschool/_assets/images/career/careerPage_dotLine_r.png) center center/contain;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxInnerTtl::after {
    height: 0.2rem;
  }
}
.trainingPageNewcomerSec__contBoxInnerTxt {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxInnerTxt {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.trainingPageNewcomerSec__contBoxList {
  list-style-type: none;
  padding: 2rem 0 2.4rem 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxList {
    padding: 1.6rem 0 1rem 0;
  }
}
.trainingPageNewcomerSec__contBoxListItem {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.71;
  color: #003084;
}
.trainingPageNewcomerSec__contBoxTxt {
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.71;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxTxt {
    margin-bottom: 3.4rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.trainingPageNewcomerSec__contBoxCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 19rem;
  right: -4rem;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background: #FFFF00;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxCircle {
    top: 12rem;
    right: -3.8rem;
    width: 15rem;
    height: 15rem;
  }
}
.trainingPageNewcomerSec__contBoxCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 13rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 9.4rem;
  height: 14.6rem;
  background: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageNewcomer_person.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxCircle::after {
    top: 12rem;
  }
}
.trainingPageNewcomerSec__contBoxCircleTxt {
  color: #003084;
  font-size: 1.6rem;
  letter-spacing: 0.048em;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .trainingPageNewcomerSec__contBoxCircleTxt {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}

/*====================================================================
trainingPageSystemSec
====================================================================*/
.trainingPageSystemSec {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageSystemSec {
    margin-bottom: 5rem;
  }
}
.trainingPageSystemSec__ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.trainingPageSystemSec__ttl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageSystemSec__ttl {
    font-size: 1.6rem;
  }
}
.trainingPageSystemSec__ttl span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.trainingPageSystemSec__ttl::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.trainingPageSystemSec__ttl::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
.trainingPageSystemSec__pic {
  display: block;
}
@media only screen and (max-width: 768px) {
  .trainingPageSystemSec__pic {
    margin: 0 auto;
    width: 31rem;
  }
}

/*====================================================================
trainingPageClassbasedSec
====================================================================*/
.trainingPageClassbasedSec {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec {
    margin: 0 auto 5rem auto;
    width: 31rem;
  }
}
.trainingPageClassbasedSec__head {
  position: relative;
}
.trainingPageClassbasedSec__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5rem;
  right: 50%;
  margin-right: 29rem;
  width: 14rem;
  height: 14rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageClassbased_person.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__head::before {
    position: static;
    margin: 0 auto 1.4rem auto;
  }
}
.trainingPageClassbasedSec__ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
.trainingPageClassbasedSec__ttl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__ttl {
    font-size: 1.6rem;
  }
}
.trainingPageClassbasedSec__ttl span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.trainingPageClassbasedSec__ttl::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.trainingPageClassbasedSec__ttl::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
.trainingPageClassbasedSec__txt {
  position: relative;
  margin: 0 auto 2.5rem auto;
  width: 55rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__txt {
    padding: 0 1rem;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.trainingPageClassbasedSec__cont {
  padding: 4.8rem 8.5rem;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__cont {
    padding: 4rem 1.5rem 2.5rem 1.5rem;
  }
}
.trainingPageClassbasedSec__contBlock {
  position: relative;
  margin-bottom: 3.6rem;
  padding: 2.5rem 2.8rem;
  background-color: #fff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlock {
    margin-bottom: 4.6rem;
    padding: 2.8rem 2rem 2rem 2rem;
  }
}
.trainingPageClassbasedSec__contBlock:last-child {
  margin-bottom: 0;
}
.trainingPageClassbasedSec__contBlockBox {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockBox {
    display: block;
  }
}
.trainingPageClassbasedSec__contBlockBoxHead {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockBoxHead {
    position: absolute;
    top: -4.4rem;
    left: 0;
    width: 100%;
  }
}
.trainingPageClassbasedSec__contBlockBoxHead::before {
  content: "";
  display: block;
  width: 6.2rem;
  height: 3.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-pointing.svg);
  background-size: contain;
}
.trainingPageClassbasedSec__contBlockBoxHeadTtl {
  margin: 0 1.5rem 0 1rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockBoxHeadTtl {
    margin: 0 0 0 1rem;
  }
}
.trainingPageClassbasedSec__contBlockBoxHeadTtlTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.8rem;
  min-height: 3.6rem;
  background-color: #003084;
  border-radius: 999px;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockBoxHeadTtlTxt {
    padding: 0 1em;
    width: auto;
    min-height: 3.2rem;
  }
}
.trainingPageClassbasedSec__contBlockBoxHeadTxt {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockBoxHeadTxt {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.trainingPageClassbasedSec__contBlockTtl {
  display: flex;
  align-items: center;
  margin: 3rem 0 1.5rem 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.trainingPageClassbasedSec__contBlockTtl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockTtl {
    margin: 1.5rem 0 1.2rem 0;
    font-size: 1.6rem;
  }
}
.trainingPageClassbasedSec__contBlockTtl::before {
  content: "";
  display: block;
  flex: 1;
  margin-right: 1.6rem;
  height: 0.4rem;
  background-position: 100% 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/line-dotted.png);
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockTtl::before {
    margin-right: 0.5rem;
  }
}
.trainingPageClassbasedSec__contBlockTtl::after {
  content: "";
  display: block;
  flex: 1;
  margin-left: 1.6rem;
  height: 0.4rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/line-dotted.png);
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockTtl::after {
    margin-left: 0.5rem;
  }
}
.trainingPageClassbasedSec__contBlockList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockList {
    margin: 0 -0.5rem;
  }
}
.trainingPageClassbasedSec__contBlockListItem {
  flex-basis: 33.333%;
  padding: 1rem;
}
.trainingPageClassbasedSec__contBlockListItem:first-child {
  flex-basis: 100%;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockListItem {
    flex-basis: 50%;
    padding: 0.5rem;
  }
}
.trainingPageClassbasedSec__contBlockListItemTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  background-color: #003084;
  border-radius: 999px;
  font-weight: 900;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockListItemTtl {
    flex-direction: column;
    min-height: 3.2rem;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .trainingPageClassbasedSec__contBlockListItemTtl.u-01 {
    min-height: 5rem;
  }
}
.trainingPageClassbasedSec__contBlockListItemTtlSmall {
  display: block;
  margin: 0 0.5rem;
  font-weight: 500;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockListItemTtlSmall {
    font-size: 1rem;
  }
}
.trainingPageClassbasedSec__contBlockTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  min-height: 5rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageClassbased_txt_bg_pc.png);
  background-size: 100% 100%;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageClassbasedSec__contBlockTxt {
    min-height: 7.2rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageClassbased_txt_bg_sp.png);
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

/*====================================================================
trainingPageLicenseSec
====================================================================*/
.trainingPageLicenseSec {
  margin: 0 0 14rem 0;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec {
    margin: 0 auto 7rem auto;
    width: 31rem;
  }
}
.trainingPageLicenseSec__head {
  position: relative;
}
.trainingPageLicenseSec__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  margin-left: 29rem;
  width: 15rem;
  height: 15rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageLicense_person.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__head::before {
    position: static;
    margin: 0 auto 1rem auto;
  }
}
.trainingPageLicenseSec__ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
.trainingPageLicenseSec__ttl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__ttl {
    font-size: 1.6rem;
  }
}
.trainingPageLicenseSec__ttl span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.trainingPageLicenseSec__ttl::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.trainingPageLicenseSec__ttl::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
.trainingPageLicenseSec__txt {
  margin: 0 0 2.5rem 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__txt {
    margin: 0 0 1.6rem 0;
    padding: 0 1rem;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.trainingPageLicenseSec__cont {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__cont {
    display: block;
    padding: 0 0 2rem 0;
  }
}
.trainingPageLicenseSec__cont::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 8.5rem;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__cont::before {
    top: 4rem;
    left: 0;
  }
}
.trainingPageLicenseSec__contPic {
  display: block;
  overflow: hidden;
  border-radius: 3.2rem;
  flex-basis: 32.4rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__contPic {
    margin: 0 auto 1.5rem auto;
    width: 26rem;
  }
}
.trainingPageLicenseSec__contWrap {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__contWrap {
    display: block;
  }
}
.trainingPageLicenseSec__contList {
  margin-left: 4rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__contList {
    margin-left: 2rem;
    padding-top: 0;
  }
}
.trainingPageLicenseSec__contListItem {
  padding: 0.7rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .trainingPageLicenseSec__contListItem {
    padding: 0.5rem 0;
    font-size: 1.4rem;
  }
}

/*====================================================================
trainingPageNextSec
====================================================================*/
.trainingPageNextSec {
  margin-bottom: 17rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageNextSec {
    margin-bottom: 6rem;
  }
}
.trainingPageNextSec__link {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1004px;
  width: 100%;
  overflow: hidden;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .trainingPageNextSec__link {
    max-width: 31.2rem;
  }
}
.trainingPageNextSec__link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageNext_img_pc.jpg);
  background-size: cover;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .trainingPageNextSec__link::before {
    background-image: url(/saiyou/ginou/highschool/_assets/images/training/trainingPageNext_img_sp.jpg);
  }
}
.trainingPageNextSec__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003084;
  opacity: 0.5;
}
.trainingPageNextSec__linkItem {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18.4rem;
}
@media only screen and (max-width: 768px) {
  .trainingPageNextSec__linkItem {
    height: 12.3rem;
  }
}
.trainingPageNextSec__linkItem::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.trainingPageNextSec__linkItem::after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 13.6rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background-color: #fff;
  border: 1px solid #003084;
  border-radius: 50%;
  text-align: center;
  font-size: 1.3rem;
  color: #003084;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .trainingPageNextSec__linkItem::after {
    right: 2.4rem;
  }
}
.trainingPageNextSec__linkItemEn {
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageNextSec__linkItemEn {
    display: none;
  }
}
.trainingPageNextSec__linkItemTtl {
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .trainingPageNextSec__linkItemTtl {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .trainingPageNextSec__link:hover::before {
    transform: scale(1.08);
  }
  .trainingPageNextSec__link:hover .careerPageNextSec__linkItem::after {
    background-color: #2ecafd;
  }
}

/*====================================================================
welfarePageSec
====================================================================*/
.welfarePageSec__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
  margin-bottom: 14rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageSec__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .welfarePageSec__container {
    margin-bottom: 7rem;
    padding: 0 2.5rem;
  }
}

/*====================================================================
welfarePageLeadSec
====================================================================*/
.welfarePageLeadSec {
  margin: 6.4rem 0;
}
.welfarePageLeadSec__ttl {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  color: #003084;
}
.welfarePageLeadSec__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.welfarePageLeadSec__txtBold {
  font-weight: 900;
  color: #003084;
}
.welfarePageLeadSec__txtMaker {
  background-color: #ffff00;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .welfarePageLeadSec {
    margin: 3.2rem 0;
  }
  .welfarePageLeadSec__ttl {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .welfarePageLeadSec__txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}

/*====================================================================
welfarePageSystemsSec
====================================================================*/
.welfarePageSystemsSec {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec {
    margin-bottom: 3.5rem;
  }
}
.welfarePageSystemsSec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  margin-bottom: 2rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_title_bg_pc.png);
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__ttl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__ttl {
    margin-bottom: 1rem;
  }
}
.welfarePageSystemsSec__block {
  padding: 5.4rem 0 4rem 0;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__block {
    padding: 3.6rem 1.6rem 2.4rem 1.6rem;
  }
}
.welfarePageSystemsSec__blockList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockList {
    display: block;
  }
}
.welfarePageSystemsSec__blockListWrap {
  margin: 0 auto;
  padding: 0;
  max-width: 89rem;
}
.welfarePageSystemsSec__blockListItem {
  position: relative;
  flex-basis: 33.333%;
  margin: 0 0 5rem 0;
  padding: 4.2rem 0 0 4rem;
  min-height: 26.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItem {
    margin: 0 0 3.8rem 0;
    padding: 3.6rem 4rem 2.2rem 4rem;
    min-height: initial;
  }
}
.welfarePageSystemsSec__blockListItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItem::before {
    left: 0;
    right: 0;
  }
}
.welfarePageSystemsSec__blockListItem.u-01::before {
  background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_frame-01_pc.png");
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItem.u-01::before {
    background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_frame-01_sp.png");
  }
}
.welfarePageSystemsSec__blockListItem.u-02::before {
  background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_frame-02_pc.png");
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItem.u-02::before {
    background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_frame-02_sp.png");
  }
}
.welfarePageSystemsSec__blockListItem.u-03::before {
  background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_frame-03_pc.png");
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItem.u-03::before {
    background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_frame-03_sp.png");
  }
}
.welfarePageSystemsSec__blockListItem.u-04 {
  flex-basis: 100%;
  min-height: 20rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItem.u-04 {
    min-height: initial;
    padding-bottom: 4rem;
    margin-bottom: 1rem;
  }
}
.welfarePageSystemsSec__blockListItem.u-04::before {
  background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_frame-04_pc.png");
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItem.u-04::before {
    background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_frame-04_sp.png");
  }
}
.welfarePageSystemsSec__blockListItemTtl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.welfarePageSystemsSec__blockListItemTtl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemTtl {
    font-size: 1.6rem;
  }
}
.welfarePageSystemsSec__blockListItemTtl span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.welfarePageSystemsSec__blockListItemTtl::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.welfarePageSystemsSec__blockListItemTtl::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
.welfarePageSystemsSec__blockListItemTxt {
  position: relative;
  padding-left: 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
  letter-spacing: 0.1em;
  margin: 1em 0 0 0;
  line-height: 1.55;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemTxt {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.welfarePageSystemsSec__blockListItemTxt::before {
  content: "¡ñ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemTxt {
    margin: 1rem 0 0 0;
  }
}
.welfarePageSystemsSec__blockListItemTxt:first-child {
  margin: 0;
}
.welfarePageSystemsSec__blockListItemTxtWrap.u-01 {
  margin: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemTxtWrap.u-01 {
    margin: 0 0 1rem 0;
  }
}
.welfarePageSystemsSec__blockListItemTxtLg {
  font-size: 133%;
  line-height: 1;
}
.welfarePageSystemsSec__blockListItemTxtNormal {
  padding: 0 0 0 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.55;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemTxtNormal {
    font-size: 1.6rem;
  }
}
.welfarePageSystemsSec__blockListItemTxt.u-right {
  position: absolute;
  bottom: 3.2rem;
  right: 3.5rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemTxt.u-right {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.welfarePageSystemsSec__blockListItemTxt.u-right::before {
  content: none;
}
.welfarePageSystemsSec__blockListItemWrap {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemWrap {
    display: block;
  }
}
.welfarePageSystemsSec__blockListItemAmount {
  display: flex;
  margin: 0.8rem 0 0 0;
  padding: 0 0 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemAmount {
    display: block;
  }
}
.welfarePageSystemsSec__blockListItemAmountItem {
  margin: 0 0.8rem 0 0;
  padding: 0 0.3em;
  background-color: #003084;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockListItemAmountItem {
    display: inline-block;
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
  }
}
.welfarePageSystemsSec__blockListItemAmountItem:last-child {
  margin: 0;
}
.welfarePageSystemsSec__blockTtl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.welfarePageSystemsSec__blockTtl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockTtl {
    font-size: 1.6rem;
  }
}
.welfarePageSystemsSec__blockTtl span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.welfarePageSystemsSec__blockTtl::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.welfarePageSystemsSec__blockTtl::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
.welfarePageSystemsSec__blockTtlWrap {
  position: relative;
  padding: 40px 0 0 0;
}
.welfarePageSystemsSec__blockTtlWrap::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  display: block;
  margin: 0 0 0 270px;
  width: 104px;
  height: 173px;
  background-image: url("/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_personImg-01.png");
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockTtlWrap::before {
    content: none;
  }
}
.welfarePageSystemsSec__blockTxt {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 1.2rem 0 3.6rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__blockTxt {
    margin: 1.2rem 0 1.2rem 0;
    font-size: 1.4rem;
  }
}
.welfarePageSystemsSec__note {
  margin: 1rem 0 0 0;
  text-align: right;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .welfarePageSystemsSec__note {
    font-weight: 500;
    font-size: 1.4rem;
  }
}

/*====================================================================
welfarePageDormSec
====================================================================*/
.welfarePageDormSec {
  position: relative;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec {
    margin-bottom: 3.5rem;
  }
}
.welfarePageDormSec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  margin-bottom: 2rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_title_bg_pc.png);
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__ttl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__ttl {
    margin-bottom: 1rem;
  }
}
.welfarePageDormSec__block {
  padding: 4rem 0 1.8rem 0;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__block {
    padding: 2.4rem 0 1rem 0;
  }
}
.welfarePageDormSec__blockList {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8.6rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__blockList {
    display: block;
    padding: 0 1.5rem;
  }
}
.welfarePageDormSec__blockListItem {
  width: 50%;
  margin-bottom: 2.4rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__blockListItem {
    width: auto;
    padding-right: 0;
  }
}
.welfarePageDormSec__blockListItemTtl {
  position: relative;
  padding-left: 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__blockListItemTtl {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.welfarePageDormSec__blockListItemTtl::before {
  content: "¡ñ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__blockListItemTtl {
    margin-bottom: 1.2rem;
  }
}
.welfarePageDormSec__blockListItemTtl.u-border {
  margin-bottom: 1.2rem;
  padding-bottom: 2rem;
}
.welfarePageDormSec__blockListItemTtl.u-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 84%;
  height: 0.4rem;
  background-repeat: repeat-x;
  background-image: url(/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_line.png);
  background-size: auto 0.4rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__blockListItemTtl.u-border::after {
    width: 100%;
  }
}
.welfarePageDormSec__blockListItemTxt {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__blockListItemTxt {
    margin-right: -1rem;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
}
.welfarePageDormSec__blockListItemNote {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__blockListItemNote {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}
.welfarePageDormSec__blockListItemNoteItem {
  padding: 0 1rem 0 0;
}
@media only screen and (max-width: 768px) {
  .welfarePageDormSec__blockListItemNoteItem {
    padding: 0;
  }
}
.welfarePageDormSec__blockListItemNoteItem:last-child {
  padding: 0;
}

/*====================================================================
welfarePageNurserySec
====================================================================*/
.welfarePageNurserySec {
  position: relative;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec {
    margin-bottom: 3.5rem;
  }
}
.welfarePageNurserySec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  margin-bottom: 2rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_title_bg_pc.png);
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec__ttl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec__ttl {
    margin-bottom: 1rem;
  }
}
.welfarePageNurserySec__block {
  padding: 4rem 8.6rem;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec__block {
    padding: 2.4rem 1.5rem;
  }
}
.welfarePageNurserySec__blockLead {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec__blockLead {
    font-size: 1.4rem;
  }
}
.welfarePageNurserySec__blockLead::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin: 0 16.6rem 1rem 0;
  width: 17rem;
  height: 17rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_personImg-02.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec__blockLead::before {
    content: none;
  }
}
.welfarePageNurserySec__blockTtl {
  position: relative;
  padding-left: 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
  letter-spacing: 0.1em;
  margin: 3rem 0 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec__blockTtl {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.welfarePageNurserySec__blockTtl::before {
  content: "¡ñ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.welfarePageNurserySec__blockList {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 68rem;
  font-weight: 700;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec__blockList {
    display: block;
    max-width: 26rem;
  }
}
.welfarePageNurserySec__blockListItem {
  flex-basis: 50%;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageNurserySec__blockListItem {
    padding: 0;
    margin: 0 0 1.6rem 0;
  }
  .welfarePageNurserySec__blockListItem:last-child {
    margin: 0;
  }
}
.welfarePageNurserySec__blockListItemBase {
  overflow: hidden;
  position: relative;
  border-radius: 3.2rem;
}
.welfarePageNurserySec__blockListItemBasePic {
  display: block;
}
.welfarePageNurserySec__blockListItemBaseImg {
  width: 100%;
}
.welfarePageNurserySec__blockListItemBaseTtl {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.36em 1.4em;
  background-color: #ffffff;
  border-radius: 0 2rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

/*====================================================================
welfarePageWomenSec
====================================================================*/
.welfarePageWomenSec {
  position: relative;
}
.welfarePageWomenSec__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  margin-bottom: 2rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_title_bg_pc.png);
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__ttl {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__ttl {
    margin-bottom: 1rem;
  }
}
.welfarePageWomenSec__block {
  padding: 4rem 8.6rem;
  background-color: #e8f7ff;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__block {
    padding: 2.4rem 1.5rem 0 1.5rem;
  }
}
.welfarePageWomenSec__blockLead {
  position: relative;
  margin-bottom: 5.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockLead {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }
}
.welfarePageWomenSec__blockLead::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 1rem 16.6rem;
  width: 17rem;
  height: 17rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/welfare/welfarePage_personImg-03.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockLead::before {
    content: none;
  }
}
.welfarePageWomenSec__blockTtl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #003084;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 1.8rem;
}
.welfarePageWomenSec__blockTtl span {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 900;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockTtl {
    font-size: 1.6rem;
  }
}
.welfarePageWomenSec__blockTtl span {
  display: block;
  position: relative;
  top: -0.6rem;
  padding: 0 0.2em;
  margin: 0 1rem;
}
.welfarePageWomenSec__blockTtl::before {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(340deg);
}
.welfarePageWomenSec__blockTtl::after {
  content: "";
  display: block;
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  transform-origin: 50% 50%;
  transform: rotate(-340deg);
}
.welfarePageWomenSec__blockListTxt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1004px;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListTxt {
    display: block;
    max-width: 26rem;
  }
}
.welfarePageWomenSec__blockListTxtItem {
  flex-basis: 50%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListTxtItem {
    margin-bottom: 1.6rem;
  }
}
.welfarePageWomenSec__blockListTxtItemTtl {
  position: relative;
  padding-left: 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #003084;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListTxtItemTtl {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.welfarePageWomenSec__blockListTxtItemTtl::before {
  content: "¡ñ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListTxt {
    margin-bottom: 3rem;
  }
}
.welfarePageWomenSec__blockListImg {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListImg {
    display: block;
  }
}
.welfarePageWomenSec__blockListImgBlock {
  flex-basis: 43rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListImgBlock {
    margin: 0 auto 2rem auto;
    max-width: 26rem;
  }
  .welfarePageWomenSec__blockListImgBlock:last-child {
    margin-bottom: 0;
  }
}
.welfarePageWomenSec__blockListImgBlockItem {
  position: relative;
}
.welfarePageWomenSec__blockListImgBlockItemBase {
  overflow: hidden;
  position: relative;
  max-width: 32.2rem;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListImgBlockItemBase {
    max-width: 100%;
  }
}
.welfarePageWomenSec__blockListImgBlockItemBasePic {
  width: 100%;
}
.welfarePageWomenSec__blockListImgBlockItemBaseImg {
  width: 100%;
}
.welfarePageWomenSec__blockListImgBlockItemBaseTtl {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.36em 1.4em;
  background-color: #ffffff;
  border-radius: 0 2rem 0 0;
  font-weight: 700;
  color: #003084;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.welfarePageWomenSec__blockListImgBlockItemTxt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .welfarePageWomenSec__blockListImgBlockItemTxt {
    position: absolute;
    top: -5.2rem;
    right: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16rem;
    height: 16rem;
    background-image: url("/saiyou/ginou/highschool/_assets/images/common/list-image-balloon.png");
    background-size: cover;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    color: #003084;
  }
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListImgBlockItemTxt {
    margin: 1.4rem -0.6rem 0 -0.6rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockListImg {
    margin-bottom: 3rem;
  }
}
.welfarePageWomenSec__blockSupport {
  display: flex;
  margin: 0 -4.6rem;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockSupport {
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
}
.welfarePageWomenSec__blockSupportItem {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockSupportItem {
    margin-bottom: 2.5rem;
    width: 50%;
  }
}
.welfarePageWomenSec__blockSupportItemPic {
  width: 88%;
  margin: 0 auto;
}
.welfarePageWomenSec__blockSupportItemTxt {
  margin-top: 1.5rem;
  color: #003084;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .welfarePageWomenSec__blockSupportItemTxt {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

/*====================================================================
talkPageGirlsKvSec
====================================================================*/
.talkPageGirlsKvSec {
  padding-top: 16rem;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsKvSec {
    padding-top: 14rem;
  }
}
.talkPageGirlsKvSec__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsKvSec__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.talkPageGirlsKvSec__pic {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsKvSec__pic {
    width: 31rem;
  }
}
.talkPageGirlsKvSec__img {
  width: 100%;
}
.talkPageGirlsKvSec__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  font-size: 2.4rem;
  position: absolute;
  top: -4.5rem;
  left: 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirlsKv_title_bg_pc.png);
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsKvSec__head {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsKvSec__head {
    background-image: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirlsKv_title_bg_sp.png);
  }
}
.talkPageGirlsKvSec__txtArea {
  position: relative;
  top: -20rem;
  margin: 0 0 -10rem 0;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsKvSec__txtArea {
    top: -2.2rem;
    margin: 0 0 2.4rem 0;
    width: 100%;
    padding: 0 3rem;
  }
}
.talkPageGirlsKvSec__ttl {
  margin: 0 auto 8rem auto;
  width: 60rem;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsKvSec__ttl {
    margin: 0 auto 2.4rem auto;
    width: 26rem;
  }
}
.talkPageGirlsKvSec__ttlImg {
  width: 100%;
}
.talkPageGirlsKvSec__txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsKvSec__txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/*====================================================================
talkPageMemberSec
====================================================================*/
.talkPageMemberSec {
  margin: -2.2rem auto 7.2rem;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec {
    position: relative;
    margin: 0.8rem auto 13.4rem;
  }
}
.talkPageMemberSec::after {
  content: "Member";
  font-size: 12.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  top: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  color: #003084;
  opacity: 0.1;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec::after {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    font-size: 5.6rem;
    line-height: 1;
  }
}
.talkPageMemberSec.u-girls {
  opacity: 0.3;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  color: #fff;
}
.talkPageMemberSec__ttl {
  position: relative;
  margin-bottom: 5.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-align: center;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__ttl {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}
.talkPageMemberSec__ttl::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  margin: 0 8rem;
  margin-top: -0.2rem;
  vertical-align: middle;
  transform: rotate(340deg);
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__ttl::before {
    height: 2.8rem;
    margin: 0 3rem;
  }
}
.talkPageMemberSec__ttl::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #003084;
  width: 0.3rem;
  height: 3rem;
  margin: 0 8rem;
  margin-top: -0.2rem;
  vertical-align: middle;
  transform: rotate(-340deg);
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__ttl::after {
    height: 2.8rem;
    left: auto;
    margin: 0 3rem;
  }
}
.talkPageMemberSec__list {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 98.4rem;
  margin: 0 auto;
  padding-left: 0;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__list {
    display: block;
    width: 100%;
    padding: 0 3rem;
  }
}
.talkPageMemberSec__listItem {
  position: relative;
  width: 28rem;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItem {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.talkPageMemberSec__listItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 11.5rem;
  left: 30rem;
  width: 3rem;
  height: 3rem;
  background: url(/saiyou/ginou/highschool/_assets/images/talk/cross_icon.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItem::after {
    top: 111%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.talkPageMemberSec__listItem:last-child::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItemPicArea {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 0.4rem;
  }
}
.talkPageMemberSec__listItemPicAreaBox {
  width: 26rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItemPicAreaBox {
    width: 18.8rem;
    margin: 0;
    padding-top: 3rem;
  }
}
.talkPageMemberSec__listItemImg {
  display: block;
  width: 92.8%;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItemImg {
    width: 10.8rem;
    margin: 0;
  }
}
.talkPageMemberSec__listItemPicAreaBox {
  margin-bottom: 1.6rem;
}
.talkPageMemberSec__listItemPicAreaBoxTxtPos {
  margin-bottom: 1.8rem;
  padding: 0.4rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.33;
  border-radius: 2.4rem;
  background: #FFFF00;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItemPicAreaBoxTxtPos {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.talkPageMemberSec__listItemPicAreaBoxTxtPos span {
  display: table;
  margin: auto;
}
.talkPageMemberSec__listItemPicAreaBoxTxtName {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #003084;
}
.talkPageMemberSec__listItemPicAreaBoxTxtName.u-01 {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItemPicAreaBoxTxtName.u-01 {
    margin-top: 0;
  }
}
.talkPageMemberSec__listItemTxt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItemTxt {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.talkPageMemberSec__listItemTxt.u-01 {
  margin-right: -1em;
}
@media only screen and (max-width: 768px) {
  .talkPageMemberSec__listItemTxt.u-01 {
    margin-right: 0;
  }
}

/*====================================================================
talkPageGirlsThemeSec
====================================================================*/
.talkPageGirlsThemeSec__block {
  margin-bottom: 12.4rem;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__block {
    position: relative;
    margin-bottom: 12rem;
  }
}
.talkPageGirlsThemeSec__ttl {
  margin-bottom: 5rem;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__ttl {
    position: absolute;
    top: 22.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 0.8;
  }
}
.talkPageGirlsThemeSec__ttl::before {
  content: "";
  display: block;
  width: 12.4rem;
  height: 8.4rem;
  margin: 0 auto;
  background: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirls_textImg_pc-01.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__ttl::before {
    width: 9.2rem;
    height: 6.4rem;
    background: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirls_textImg_sp-01.png) center center/contain no-repeat;
  }
}
.talkPageGirlsThemeSec__ttl.u-02::before {
  background: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirls_textImg_pc-02.png) center center/contain no-repeat;
}
.talkPageGirlsThemeSec__ttl.u-03::before {
  background: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirls_textImg_pc-03.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__ttl.u-04 {
    margin-top: -0.6rem;
    line-height: 1.45;
  }
}
.talkPageGirlsThemeSec__ttl.u-04::before {
  background: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirls_textImg_pc-04.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__ttl.u-04::before {
    position: relative;
    top: 0.6rem;
  }
}
.talkPageGirlsThemeSec__cont {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1920px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1150px) {
  .talkPageGirlsThemeSec__cont {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__cont {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.talkPageGirlsThemeSec__cont.u-even {
  flex-direction: row-reverse;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__cont.u-even {
    flex-direction: column-reverse;
  }
}
.talkPageGirlsThemeSec__txtList {
  width: 40.5%;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__txtList {
    padding: 0 2.3rem;
    width: 100%;
  }
}
.talkPageGirlsThemeSec__txtListItem {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__txtListItem {
    margin-bottom: 2.2rem;
  }
}
.talkPageGirlsThemeSec__txtListItem:last-child {
  margin-bottom: 0;
}
.talkPageGirlsThemeSec__txtListItemPic {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__txtListItemPic {
    width: 7rem;
  }
}
.talkPageGirlsThemeSec__txtListItemImg {
  width: 100%;
}
.talkPageGirlsThemeSec__txtListItemPicCap {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #003084;
}
.talkPageGirlsThemeSec__txtListItemTxt {
  flex: 1;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 1.5rem;
  width: 80%;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__txtListItemTxt {
    width: auto;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.talkPageGirlsThemeSec__contPic {
  align-self: start;
  width: 55%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__contPic {
    position: relative;
    z-index: -1;
    width: 100%;
    margin-bottom: 8rem;
    padding-left: 2.3rem;
  }
}
.talkPageGirlsThemeSec__contPic::after {
  content: "Theme 01";
  color: #fff;
  font-size: 12.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  display: block;
  position: relative;
  top: -0.8rem;
  z-index: -1;
  text-align: right;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__contPic::after {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.1;
    transform: translateY(-80%);
    font-size: 5.6rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__contPic.u-02 {
    padding: 0 2.3rem 0 0;
  }
}
.talkPageGirlsThemeSec__contPic.u-02::after {
  content: "Theme 02";
  text-align: left;
}
.talkPageGirlsThemeSec__contPic.u-03::after {
  content: "Theme 03";
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsThemeSec__contPic.u-04 {
    padding: 0 2.3rem 0 0;
    margin-bottom: 11.8rem;
  }
}
.talkPageGirlsThemeSec__contPic.u-04::after {
  content: "Theme 04";
  text-align: left;
}
.talkPageGirlsThemeSec__contImg {
  width: 100%;
  border-radius: 3.2rem 0 0 3.2rem;
}
.talkPageGirlsThemeSec__contImg.u-even {
  border-radius: 0 3.2rem 3.2rem 0;
}

/*====================================================================
talkPageGirlsMessageSec
====================================================================*/
.talkPageGirlsMessageSec {
  position: relative;
}
.talkPageGirlsMessageSec__cont {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsMessageSec__cont {
    padding: 0 1.4rem;
  }
}
.talkPageGirlsMessageSec__cont::after {
  content: "Theme 05";
  color: #fff;
  font-size: 12.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 1px 1px 0 #003084, -1px -1px 0 #003084, -1px 1px 0 #003084, 1px -1px 0 #003084, 0 1px 0 #003084, 0 -1px 0 #003084, -1px 0 0 #003084, 1px 0 0 #003084;
  display: block;
  position: relative;
  top: -10.6rem;
  text-align: right;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsMessageSec__cont::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: translateY(-85%);
    font-size: 5.6rem;
    line-height: 1;
  }
}
.talkPageGirlsMessageSec__ttl {
  margin-bottom: 6rem;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsMessageSec__ttl {
    position: absolute;
    top: 17.4rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    font-size: 2.4rem;
  }
}
.talkPageGirlsMessageSec__ttl::before {
  content: "";
  display: block;
  width: 12.4rem;
  height: 8.4rem;
  margin: 0 auto;
  background: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirls_textImg_pc-05.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsMessageSec__ttl::before {
    width: 9.6rem;
    height: 6.4rem;
    background: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageGirls_textImg_sp-05.png) center center/contain no-repeat;
  }
}
.talkPageGirlsMessageSec__pic {
  width: 100%;
}
.talkPageGirlsMessageSec__img {
  width: 100%;
}
.talkPageGirlsMessageSec__txtList {
  position: relative;
  top: -16rem;
  width: 1005px;
  margin: 0 auto;
  padding: 8rem 8.5rem 0 8.5rem;
  border-radius: 3.2rem;
  list-style-type: none;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsMessageSec__txtList {
    top: -5.4rem;
    width: 100%;
    padding: 8.8rem 1rem 4.8rem;
  }
}
.talkPageGirlsMessageSec__txtListItem {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsMessageSec__txtListItem {
    margin-bottom: 2.2rem;
  }
}
.talkPageGirlsMessageSec__txtListItem:last-child {
  margin-bottom: 0;
}
.talkPageGirlsMessageSec__txtListItemPic {
  width: 7rem;
}
.talkPageGirlsMessageSec__txtListItemImg {
  width: 100%;
}
.talkPageGirlsMessageSec__txtListItemPicCap {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #003084;
}
.talkPageGirlsMessageSec__txtListItemTxt {
  flex: 1;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 1.5rem;
  width: 74rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .talkPageGirlsMessageSec__txtListItemTxt {
    width: auto;
    font-size: 1.2rem;
    line-height: 2;
  }
}

/*====================================================================
talkPageKvSec
====================================================================*/
.talkPageKvSec {
  padding-top: 16rem;
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec {
    padding-top: 10.8rem;
  }
}
.talkPageKvSec__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec__wrap {
    padding-top: 7rem;
  }
}
.talkPageKvSec__pic {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec__pic {
    width: 31rem;
  }
}
.talkPageKvSec__img {
  width: 100%;
}
.talkPageKvSec__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  position: absolute;
  top: -4.5rem;
  left: 0;
  min-height: 9rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageKv_title_bg_pc.png);
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec__head {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec__head {
    top: -1.4rem;
    min-height: 10.5rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageKv_title_bg_sp.png);
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.talkPageKvSec__txtArea {
  position: relative;
  top: -8rem;
  max-width: 91.8rem;
  margin: 0 auto 4.2rem auto;
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec__txtArea {
    top: -2rem;
    margin: 0 auto 2rem auto;
    max-width: 100%;
    padding: 0 3rem;
  }
}
.talkPageKvSec__ttl {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec__ttl {
    margin-bottom: 2.4rem;
  }
}
.talkPageKvSec__ttlImg {
  width: 100%;
}
.talkPageKvSec__txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .talkPageKvSec__txt {
    margin: 0 -2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/*====================================================================
talkPageThemeSec
====================================================================*/
.talkPageThemeSec__block {
  margin-bottom: 12.4rem;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__block {
    margin-bottom: 7rem;
  }
}
.talkPageThemeSec__block:first-child {
  margin-bottom: 6.2rem;
}
.talkPageThemeSec__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #003084;
  background-image: url(/saiyou/ginou/highschool/_assets/images/talk/talkPage_theme_title_bg_pc.png);
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__num {
    min-height: 7rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.talkPageThemeSec__ttl {
  margin: 2.5rem 0 5rem 0;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-align: center;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__ttl {
    margin: 1.5rem 0 3.2rem 0;
    font-size: 2.4rem;
  }
}
.talkPageThemeSec__cont {
  position: relative;
}
.talkPageThemeSec__cont.u-02 {
  align-items: stretch;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 10%;
  max-width: 1920px;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__cont.u-02 {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}
.talkPageThemeSec__cont.u-03 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1920px;
  padding-right: 10%;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__cont.u-03 {
    display: block;
    padding-right: 0;
    width: 100%;
  }
}
.talkPageThemeSec__cont.u-04 {
  align-items: stretch;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 10%;
  max-width: 1920px;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__cont.u-04 {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}
.talkPageThemeSec__contTxt::after {
  font-size: 12.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  font-weight: 700;
  color: #003084;
  opacity: 0.1;
  white-space: nowrap;
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt::after {
    position: static;
    transform: rotate(0);
    font-size: 5.6rem;
  }
}
.talkPageThemeSec__contTxt.u-01 {
  position: relative;
  margin-top: -16rem;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-01 {
    margin-top: -3.2rem;
  }
}
.talkPageThemeSec__contTxt.u-01::after {
  content: "Theme 01";
  margin-left: 0.12em;
  transform-origin: 0 0;
  left: 100%;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-01::after {
    margin: 3.2rem 0 0 0;
  }
}
.talkPageThemeSec__contTxt.u-02 {
  width: 40.5%;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-02 {
    width: 100%;
  }
}
.talkPageThemeSec__contTxt.u-02::after {
  content: "Theme 02";
  margin-left: -0.15em;
  margin-top: 0.5em;
  transform-origin: 0 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-02::after {
    margin: 3.2rem 0 0 0;
  }
}
.talkPageThemeSec__contTxt.u-03 {
  width: 40.5%;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-03 {
    width: 100%;
  }
}
.talkPageThemeSec__contTxt.u-03::after {
  content: "Theme 03";
  margin-left: 0.12em;
  margin-top: 1.5em;
  transform-origin: 0 0;
  left: 100%;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-03::after {
    margin: 3.2rem 0 0 0;
  }
}
.talkPageThemeSec__contTxt.u-04 {
  width: 40.5%;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-04 {
    width: 100%;
  }
}
.talkPageThemeSec__contTxt.u-04::after {
  content: "Theme 04";
  margin-left: -0.15em;
  margin-top: 0.5em;
  transform-origin: 0 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-04::after {
    margin: 3.2rem 0 0 0;
  }
}
.talkPageThemeSec__contTxt.u-05 {
  position: relative;
  z-index: 1;
  margin-bottom: -16rem;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-05 {
    margin-bottom: -3.2rem;
  }
}
.talkPageThemeSec__contTxt.u-05::after {
  content: "Theme 05";
  margin-left: -0.15em;
  margin-top: 0.5em;
  transform-origin: 0 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-05::after {
    content: none;
  }
}
.talkPageThemeSec__contTxt.u-02-04 {
  position: relative;
  z-index: 1;
  margin-bottom: -16rem;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-02-04 {
    margin-bottom: -3.2rem;
  }
}
.talkPageThemeSec__contTxt.u-02-04::after {
  content: "Theme 04";
  margin-left: -0.15em;
  margin-top: 0.5em;
  transform-origin: 0 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contTxt.u-02-04::after {
    content: none;
  }
}
.talkPageThemeSec__contPic {
  display: block;
  overflow: hidden;
}
.talkPageThemeSec__contPic.u-02 {
  align-self: start;
  width: 55%;
  border-radius: 0 0 0 20rem;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contPic.u-02 {
    margin: 0 0 3.2rem 3.2rem;
    width: auto;
  }
}
.talkPageThemeSec__contPic.u-03 {
  align-self: start;
  width: 55%;
  border-radius: 0 0 20rem 0;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contPic.u-03 {
    margin: 0 3.2rem 3.2rem 0;
    width: auto;
  }
}
.talkPageThemeSec__contPic.u-04 {
  align-self: start;
  width: 55%;
  border-radius: 0 0 0 20rem;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__contPic.u-04 {
    margin: 0 0 3.2rem 3.2rem;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__txtList {
    padding: 0 2.3rem;
  }
}
.talkPageThemeSec__txtList.u-01 {
  margin: 0 auto;
  padding: 8.5rem 8.5rem 0 8.5rem;
  max-width: 1004px;
  border-radius: 3.2rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__txtList.u-01 {
    margin: 0 1.3rem;
    padding: 3.2rem 1.5rem 0 1.5rem;
    width: auto;
  }
}
.talkPageThemeSec__txtList.u-05 {
  margin: 0 auto;
  padding: 0 8.5rem 8.5rem 8.5rem;
  max-width: 1004px;
  border-radius: 3.2rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__txtList.u-05 {
    margin: 0 1.3rem;
    padding: 0 1.5rem 3.2rem 1.5rem;
    width: auto;
  }
}
.talkPageThemeSec__txtList.u-02-04 {
  margin: 0 auto;
  padding: 0 8.5rem 8.5rem 8.5rem;
  max-width: 1004px;
  border-radius: 3.2rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__txtList.u-02-04 {
    margin: 0 1.3rem;
    padding: 0 1.5rem 3.2rem 1.5rem;
    width: auto;
  }
}
.talkPageThemeSec__txtListItem {
  display: flex;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__txtListItem {
    margin-bottom: 2.2rem;
  }
}
.talkPageThemeSec__txtListItem:last-child {
  margin-bottom: 0;
}
.talkPageThemeSec__txtListItemPic {
  width: 7rem;
}
.talkPageThemeSec__txtListItemImg {
  width: 100%;
}
.talkPageThemeSec__txtListItemPicCap {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #003084;
}
.talkPageThemeSec__txtListItemTxt {
  padding-left: 1.5rem;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  flex: 1;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .talkPageThemeSec__txtListItemTxt {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.talkPageThemeSec__txtListItemTxtNote {
  display: block;
  margin-top: 3.2rem;
  font-size: 1.4rem;
}

/*====================================================================
talkPageOtherSec
====================================================================*/
.talkPageOtherSec {
  padding: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec {
    padding: 0 0 6rem 0;
  }
}
.talkPageOtherSec__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1104px;
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec__container {
    max-width: 31.2rem;
  }
}
.talkPageOtherSec__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec__ttl {
    justify-content: center;
    font-size: 1.4rem;
  }
}
.talkPageOtherSec__ttl::before {
  content: "";
  display: block;
  margin-right: 0.6rem;
  width: 6.4rem;
  height: 3.2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-pointing.svg);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec__ttl::before {
    width: 4rem;
    height: 2rem;
  }
}
.talkPageOtherSec__itemLink {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 999px;
}
.talkPageOtherSec__itemLink::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.talkPageOtherSec__itemLink::after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8.8rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background-color: #fff;
  border: 1px solid #003084;
  border-radius: 50%;
  text-align: center;
  font-size: 1.3rem;
  color: #003084;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec__itemLink::after {
    right: 2.4rem;
  }
}
.talkPageOtherSec__itemLinkPic {
  position: relative;
  z-index: 2;
  display: block;
  transition: 0.4s;
}
.talkPageOtherSec__itemLinkPic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #003084;
  opacity: 0.32;
  transition: 0.4s;
}
.talkPageOtherSec__itemLinkTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.talkPageOtherSec__itemLinkTtl span {
  display: block;
  padding: 0 0.2em;
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec__itemLinkTtl {
    flex-direction: column;
    font-size: 1.8rem;
  }
}
.talkPageOtherSec__itemLinkTtl.u-girls {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageOther_title_pc.png);
  background-size: 28rem auto;
  text-indent: -999rem;
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec__itemLinkTtl.u-girls {
    background-image: url(/saiyou/ginou/highschool/_assets/images/talk/talkPageOther_title_sp.png);
    background-size: 16rem auto;
  }
}
@media only screen and (min-width: 769px) {
  .talkPageOtherSec__itemLink:hover .talkPageOtherSec__itemLinkPic {
    transform: scale(1.08);
  }
  .talkPageOtherSec__itemLink:hover::after {
    background-color: #2ecafd;
  }
}
.talkPageOtherSec__pagination {
  position: static;
  margin-top: 3.2rem;
}
.talkPageOtherSec__pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1rem !important;
  border: 0.1rem solid #003084;
  background: #fff !important;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .talkPageOtherSec__pagination .swiper-pagination-bullet {
    margin: 0 0.8rem !important;
  }
}
.talkPageOtherSec__pagination .swiper-pagination-bullet-active {
  background: #003084 !important;
}

/*====================================================================
faqPageLeadSec
====================================================================*/
.faqPageLeadSec {
  margin: 6.4rem 0;
}
.faqPageLeadSec__ttl {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  color: #003084;
}
.faqPageLeadSec__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.faqPageLeadSec__txtBold {
  font-weight: 900;
  color: #003084;
}
.faqPageLeadSec__txtMaker {
  background-color: #ffff00;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .faqPageLeadSec {
    margin: 3.2rem 0;
  }
  .faqPageLeadSec__ttl {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .faqPageLeadSec__txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}

/*====================================================================
faqPageSec
====================================================================*/
.faqPageSec {
  padding: 0 0 10.4rem 0;
}
@media only screen and (max-width: 768px) {
  .faqPageSec {
    padding: 0 1.6rem 3.6rem 1.6rem;
  }
}
.faqPageSec__wrap {
  width: 1004px;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__wrap {
    width: 100%;
  }
}
.faqPageSec__list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.faqPageSec__listItem {
  margin-bottom: 4rem;
  border: 1px solid #003084;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__listItem {
    margin-bottom: 3.2rem;
    border-radius: 2.8rem;
  }
}
.faqPageSec__accordionHeader {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  color: #003084;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 600;
  padding: 2rem 3.2rem;
  cursor: pointer;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__accordionHeader {
    align-items: flex-start;
    padding: 2.8rem 2.4rem 2.8rem 2.4rem;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.faqPageSec__accordionHeader::before {
  content: "Q .";
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-right: 4rem;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
  color: #003084;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__accordionHeader::before {
    margin-right: 0.8rem;
    font-size: 2.4rem;
    line-height: 1;
  }
}
.faqPageSec__accordionHeader::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0 0 auto;
  background: url(/saiyou/ginou/highschool/_assets/images/faq/faqPage_plusIcon.png) center center/contain no-repeat;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__accordionHeader::after {
    display: none;
  }
}
.faqPageSec__accordionInner {
  display: none;
  background: rgba(46, 201, 253, 0.06);
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #003084, #003084 6px, transparent 6px, transparent 12px);
  background-repeat: repeat-x;
}
.faqPageSec__accordionInnerTextArea {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  width: 80rem;
  margin: 0 auto;
  padding: 2.8rem 0 3rem 5rem;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__accordionInnerTextArea {
    margin: 0 3rem 0 2.4rem;
    width: auto;
    padding: 3rem 0 2.4rem 3.8rem;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.faqPageSec__accordionInnerTextArea::before {
  content: "A .";
  position: absolute;
  top: 2rem;
  left: 0;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
  color: #000;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__accordionInnerTextArea::before {
    top: 3rem;
    font-size: 2.4rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .faqPageSec__accordionInnerTextAreaText {
    width: 100%;
  }
}
.faqPageSec__accordionInnerTextAreaTtl {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.faqPageSec__accordionInnerTextAreaLinkArea {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4rem;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__accordionInnerTextAreaLinkArea {
    display: block;
    margin-right: 0;
  }
}
.faqPageSec__accordionInnerTextAreaLink {
  margin: 2rem 4rem 0 0;
  color: #003084;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: flex;
  align-items: center;
  font-weight: 700;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .faqPageSec__accordionInnerTextAreaLink {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.faqPageSec__accordionInnerTextAreaLink:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  .faqPageSec__accordionInnerTextAreaLink:hover {
    opacity: 0.7;
  }
}
.faqPageSec__accordionInnerTextAreaLink::before {
  content: "";
  display: block;
  position: relative;
  top: 0.1rem;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: url(/saiyou/ginou/highschool/_assets/images/common/arrow-circle_icon_base-02.png) center center/contain no-repeat;
}
.faqPageSec .change-accordionHeader::after {
  background: url(/saiyou/ginou/highschool/_assets/images/faq/faqPage_minusIcon.png) center center/contain no-repeat;
}

/*====================================================================
recruitPageLeadSec
====================================================================*/
.recruitPageLeadSec {
  margin: 6.4rem 0;
}
.recruitPageLeadSec__ttl {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  color: #003084;
}
.recruitPageLeadSec__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.recruitPageLeadSec__txtBold {
  font-weight: 900;
  color: #003084;
}
.recruitPageLeadSec__txtMaker {
  background-color: #ffff00;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .recruitPageLeadSec {
    margin: 3.2rem 0;
  }
  .recruitPageLeadSec__ttl {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .recruitPageLeadSec__txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}

/*====================================================================
recruitPageWrapper
====================================================================*/
.recruitPageWrapper {
  position: relative;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(146deg, transparent, transparent 8px, rgba(46, 202, 253, 0.188235) 8px, rgba(46, 202, 253, 0.188235) 16px);
  margin: 0 0 14rem 0;
  padding: 16rem 0 10rem 0;
}
.recruitPageWrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-top_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .recruitPageWrapper::before {
    height: 3rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-top_sp.png);
  }
}
.recruitPageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-bottom_pc.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .recruitPageWrapper::after {
    height: 3rem;
    background-image: url(/saiyou/ginou/highschool/_assets/images/common/bg-curve-bottom_sp.png);
  }
}
@media only screen and (max-width: 768px) {
  .recruitPageWrapper {
    margin: 0 0 5rem 0;
    padding: 9.5rem 0 6.4rem 0;
  }
}
.recruitPageWrapper__container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .recruitPageWrapper__container {
    padding: 0 1.5rem;
  }
}

/*====================================================================
recruitPageSec
====================================================================*/
.recruitPageSec {
  position: relative;
  margin: 0 0 18.6rem 0;
  padding: 8.3rem 5rem 8.8rem 5rem;
  background-color: #fff;
  border: 0.4rem solid #003084;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec {
    margin: 0 0 9rem 0;
    padding: 4.6rem 2.6rem 4rem 2.6rem;
    border-width: 0.2rem;
  }
}
.recruitPageSec__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 10rem;
  width: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #003084;
  position: absolute;
  left: 0;
  top: -5rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__ttl {
    min-height: 6.4rem;
    font-size: 2rem;
  }
}
.recruitPageSec__ttl > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 6rem;
  min-width: 31.6rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__ttl > span {
    flex-direction: column;
    padding: 0 1.8rem;
    min-width: 22rem;
  }
}
.recruitPageSec__ttl > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-position: 0 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-left.png);
  background-size: auto 100%;
}
.recruitPageSec__ttl > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: 100% 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-right.png);
  background-size: auto 100%;
}
.recruitPageSec__ttl > span span {
  position: relative;
  z-index: 1;
  display: block;
  text-indent: 0.1em;
  background: linear-gradient(transparent 40%, #ffff00 40%);
}
.recruitPageSec__ttl > span::before {
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-w-left.png);
}
.recruitPageSec__ttl > span::after {
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-w-right.png);
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__ttl {
    top: -3.2rem;
  }
}
.recruitPageSec__list {
  margin: 0 auto;
  max-width: 834px;
  list-style-type: none;
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #BEBEBE, #BEBEBE 4px, transparent 4px, transparent 12px);
  background-repeat: repeat-x;
}
.recruitPageSec__listItem {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 3.2rem 0;
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #BEBEBE, #BEBEBE 4px, transparent 4px, transparent 12px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__listItem {
    display: block;
    padding: 2.4rem 0;
  }
}
.recruitPageSec__listItemTtl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #003084;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__listItemTtl {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.recruitPageSec__listItemCont {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 500;
  width: 66.4rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__listItemCont {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.recruitPageSec__listItemContTxt.u-mb {
  margin-bottom: 2.8rem;
}
.recruitPageSec__listItemContTxtLink {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-weight: 600;
  color: #003084;
  transition: 0.4s;
}
.recruitPageSec__listItemContTxtLink::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: url(/saiyou/ginou/highschool/_assets/images/common/arrow-circle_icon_base-02.png) center center/contain no-repeat;
}
@media only screen and (min-width: 769px) {
  .recruitPageSec__listItemContTxtLink:hover {
    opacity: 0.7;
  }
}
.recruitPageSec__faq {
  margin: 0 0 14rem 0;
}
.recruitPageSec__faqItem {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem 2rem 0;
  max-width: 66.4rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__faqItem {
    max-width: initial;
    margin-right: -1rem;
    padding: 0 1rem 1rem 0;
  }
}
.recruitPageSec__faqItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 0;
  bottom: 0;
  background-image: url("/saiyou/ginou/highschool/_assets/images/common/bg-dotted.png");
  background-size: 9.4rem 9.4rem;
  border: 0.1rem solid #003084;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__faqItem::before {
    top: 1rem;
    left: 1rem;
    background-size: 6rem 6rem;
  }
}
.recruitPageSec__faqItemLink {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 25rem;
  min-height: 14rem;
  background-color: #fff;
  border: 0.4rem solid #2ecafd;
  border-radius: 3.2rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__faqItemLink {
    padding: 0 0 0 11rem;
    border-width: 0.2rem;
  }
}
.recruitPageSec__faqItemLink::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: 7rem;
  width: 12rem;
  height: 13.5rem;
  background-position: 50 50%;
  background-repeat: no-repeat;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/icon-faq.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__faqItemLink::before {
    top: 50%;
    left: 2.2rem;
    margin-top: -4rem;
    width: 7rem;
    height: 7.9rem;
  }
}
.recruitPageSec__faqItemLinkItemTtl {
  margin: 0 0 0.8rem 0;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #003084;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__faqItemLinkItemTtl {
    font-size: 1.6rem;
  }
}
.recruitPageSec__faqItemLinkItemTxt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__faqItemLinkItemTxt {
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.recruitPageSec__faqItemLinkItemArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 2.6rem;
  right: 2.6rem;
  padding-left: 0.1em;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid #003084;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  color: #003084;
  transition: 0.4s;
}
.recruitPageSec__faqItemLinkItemArrow::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__faqItemLinkItemArrow {
    bottom: 1.8rem;
    right: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .recruitPageSec__faqItemLink:hover {
    transform: translate(2rem, 2rem);
    background-color: #2ecafd;
    color: #fff;
  }
  .recruitPageSec__faqItemLink:hover .u-ttl {
    color: #fff;
  }
  .recruitPageSec__faqItemLink:hover .u-arrow {
    background-color: #ff0;
  }
}
@media only screen and (max-width: 768px) {
  .recruitPageSec__faq {
    margin: 0 2.6rem 8rem 2.6rem;
  }
}

/*====================================================================
recruitPageMessage
====================================================================*/
.recruitPageMessage {
  position: relative;
  padding: 9rem 5rem 8.8rem 5rem;
  background-color: #fff;
  border: 0.4rem solid #003084;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageMessage {
    padding: 6rem 2.8rem 4rem 2.8rem;
    border-width: 0.2rem;
  }
}
.recruitPageMessage__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 10rem;
  width: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #003084;
  position: absolute;
  left: 0;
  top: -5rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageMessage__ttl {
    min-height: 6.4rem;
    font-size: 2rem;
  }
}
.recruitPageMessage__ttl > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 6rem;
  min-width: 31.6rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageMessage__ttl > span {
    flex-direction: column;
    padding: 0 1.8rem;
    min-width: 22rem;
  }
}
.recruitPageMessage__ttl > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-position: 0 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-left.png);
  background-size: auto 100%;
}
.recruitPageMessage__ttl > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: 100% 0;
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-right.png);
  background-size: auto 100%;
}
.recruitPageMessage__ttl > span span {
  position: relative;
  z-index: 1;
  display: block;
  text-indent: 0.1em;
  background: linear-gradient(transparent 40%, #ffff00 40%);
}
.recruitPageMessage__ttl > span::before {
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-w-left.png);
}
.recruitPageMessage__ttl > span::after {
  background-image: url(/saiyou/ginou/highschool/_assets/images/common/title-parentheses-w-right.png);
}
@media only screen and (max-width: 768px) {
  .recruitPageMessage__ttl {
    top: -3.2rem;
  }
}
.recruitPageMessage__txt {
  margin: 0 auto;
  max-width: 834px;
  margin-bottom: 4.8rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .recruitPageMessage__txt {
    max-width: initial;
    margin-bottom: 4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
.recruitPageMessage__pic {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 834px;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .recruitPageMessage__pic {
    border-radius: 2.8rem;
  }
}/*# sourceMappingURL=style.css.map */