@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.ly_smartSchoolMainContents {
  display: block;
  padding-bottom: 13.3rem;
  margin-top: -110px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolMainContents {
    padding-bottom: 11rem;
    margin-top: 0;
  }
}
.ly_smartSchoolMainVisualSection {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolMainVisualSection {
    height: 100%;
    padding-bottom: 0;
  }
}
.ly_smartSchoolMainVisualMainVisualLayout {
  display: grid;
  grid-template-columns: minmax(83.2rem, 832fr) minmax(44.8rem, 448fr);
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
  grid-template-areas: "image text";
}

.ly_smartSchoolMainVisualMainVisualLayout_start {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  grid-area: image;
}

.ly_smartSchoolMainVisualMainVisualLayout_end {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 44.8rem;
  margin: auto;
  padding-inline-start: 3rem;
  padding-inline-end: 3.4rem;
  grid-area: text;
}

.ly_smartSchoolMainVisualMainVisualImageContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_smartSchoolMainVisualMainVisualImage_picture {
  display: block;
  width: 100%;
  height: 100%;
}

.bl_smartSchoolMainVisualMainVisualImage_img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  object-fit: cover;
}

.bl_smartSchoolMainVisualMainVisualImageCaption {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1em;
  position: absolute;
  bottom: 0;
  left: 4rem;
}

.bl_smartSchoolMainVisualMainVisualImageCaption_text {
  color: #FFF;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.ly_smartSchoolMainVisualMessageContent {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 1.4rem;
}

.bl_smartSchoolMainVisualMessageSubTitle {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bl_smartSchoolMainVisualMessageSubTitle_text {
  display: block;
}

.bl_smartSchoolMainVisualMessageTitle {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bl_smartSchoolMainVisualMessageTitle_text {
  display: block;
}

.bl_smartSchoolMainVisualMessageDescription {
  text-align: justify;
  word-break: break-all;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 178.571%;
}

.bl_smartSchoolMainVisualMessageDescription_text {
  display: block;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolMainVisualMainVisualLayout {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
  .ly_smartSchoolMainVisualMainVisualLayout_start {
    height: 45.3rem;
  }
  .ly_smartSchoolMainVisualMainVisualLayout_end {
    max-width: none;
    margin: auto;
    padding-inline-start: 0;
    padding-inline-end: 2rem;
    padding-block-start: 0.6rem;
    grid-area: text;
    position: relative;
    z-index: 1;
  }
  .ly_smartSchoolMainVisualMainVisualImageContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bl_smartSchoolMainVisualMainVisualImage_picture {
    height: 54.2rem;
  }
  .bl_smartSchoolMainVisualMainVisualImageCaption {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    column-gap: 0;
    left: 2rem;
  }
  .bl_smartSchoolMainVisualMainVisualImageCaption_text {
    font-size: 1rem;
    line-height: 130%;
  }
  .ly_smartSchoolMainVisualMessageContent {
    row-gap: 1rem;
    background-color: #fff;
    padding-block-start: 4rem;
    padding-inline-start: 2rem;
  }
  .bl_smartSchoolMainVisualMessageSubTitle {
    line-height: 140%;
  }
  .bl_smartSchoolMainVisualMessageTitle {
    font-size: 3.1rem;
    line-height: 145.161%;
  }
}
.ly_smartSchoolAboutSection {
  display: block;
  padding-top: 15rem;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolAboutSection {
    display: block;
    padding-top: 8rem;
  }
}
.ly_smartSchoolAboutLogoFrame {
  display: block;
  padding-block-end: 2.58rem;
}

.ly_smartSchoolAboutLogoFrame_centering {
  display: block;
  max-width: 128rem;
  margin: auto;
  padding: 0 4rem;
}

.ly_smartSchoolLogoLogoSpread {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-height: 4.9189rem;
  margin: auto;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
}

.ly_smartSchoolLogoLogoSpread_item {
  flex-grow: 0;
}

.bl_smartSchoolLogoLogoImage {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 4.9189rem;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolAboutLogoFrame {
    padding-block-end: 2rem;
  }
  .ly_smartSchoolAboutLogoFrame_centering {
    max-width: none;
    margin: 0;
    padding: 0 2rem;
  }
  .ly_smartSchoolLogoLogoSpread {
    max-height: 3.9971rem;
  }
  .bl_smartSchoolLogoLogoImage {
    min-height: 3.9971rem;
  }
}
.ly_smartSchoolAboutFrame {
  display: block;
}

.ly_smartSchoolAboutFrame_centering {
  max-width: 128rem;
  margin: auto;
  padding: 0 4rem;
}

.ly_smartSchoolAboutLayout {
  display: grid;
  grid-template-columns: minmax(40rem, 400fr) minmax(60rem, 600fr);
  column-gap: 12rem;
}

.ly_smartSchoolAboutLayout_start {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
  row-gap: 3.7rem;
}

.ly_smartSchoolAboutLayout_end {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.bl_smartSchoolAboutTitleContent {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.bl_smartSchoolAboutTitle {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145.833%;
}

.bl_smartSchoolAboutTitle_content {
  display: block;
}

.bl_smartSchoolAboutTextContent {
  display: block;
  text-align: justify;
  word-break: break-all;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.bl_smartSchoolAboutTextContent_text {
  display: block;
}

.ly_smartSchoolAboutImageContent {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.bl_smartSchoolAboutImageContent {
  display: block;
  width: 100%;
  height: 100%;
}

.bl_smartSchoolAboutImageContent_content {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bl_smartSchoolAboutCaptionContent {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
}

.bl_smartSchoolAboutCaptionContent_content {
  display: block;
  color: #FFF;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolAboutFrame_centering {
    max-width: none;
    margin: 0;
    padding: 0 2rem;
  }
  .ly_smartSchoolAboutLayout {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 2rem;
  }
  .ly_smartSchoolAboutLayout_start {
    row-gap: 3rem;
  }
  .bl_smartSchoolAboutTitle {
    font-size: 2rem;
    line-height: 140%;
  }
  .bl_smartSchoolAboutCaptionContent_content {
    font-size: 1.1rem;
    line-height: 190.909%;
  }
}
.ly_smartSchoolServicesSection {
  display: block;
  padding-top: 7.7rem;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolServicesSection {
    display: block;
    padding-top: 4.03rem;
  }
}
.ly_smartSchoolServicesFrame {
  display: block;
}

.ly_smartSchoolServicesFrame_centering {
  max-width: 128rem;
  margin: auto;
  padding: 0 4rem;
}

.ly_smartSchoolServicesLayout {
  display: grid;
  grid-template-columns: minmax(60rem, 600fr) minmax(48rem, 480fr);
  column-gap: 12rem;
}

.ly_smartSchoolServicesLayout_start {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
  row-gap: 3.7rem;
}

.ly_smartSchoolServicesLayout_end {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
  row-gap: 3.7rem;
}

.ly_smartSchoolServicesTitle {
  display: block;
}

.bl_smartSchoolServicesTitleContent {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145.833%;
}

.bl_smartSchoolServicesTitleContent_content {
  display: block;
}

.ly_smartSchoolServicesText {
  display: block;
}

.bl_smartSchoolServicesTextContent {
  display: block;
  text-align: justify;
  word-break: break-all;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.bl_smartSchoolServicesTextContent_text {
  display: block;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolServicesFrame_centering {
    max-width: none;
    margin: 0;
    padding: 0 2rem;
  }
  .ly_smartSchoolServicesLayout {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 4rem;
  }
  .ly_smartSchoolServicesLayout_start {
    row-gap: 3rem;
  }
  .ly_smartSchoolServicesLayout_end {
    row-gap: 3rem;
  }
  .bl_smartSchoolServicesTitleContent {
    font-size: 2rem;
    line-height: 140%;
  }
}
.ly_smartSchoolSchoolBuildingTipsSection {
  display: block;
  padding-top: 8.03rem;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolSchoolBuildingTipsSection {
    display: block;
    padding-top: 3.7rem;
  }
}
.ly_smartSchoolSchoolBuildingTipsFrame {
  display: block;
  padding: 0 4rem;
  max-width: 128rem;
  margin: auto;
}

.ly_smartSchoolSchoolBuildingTipsFrame_position {
  position: relative;
}

.ly_smartSchoolSchoolBuildingTipsFrame_position_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bl_smartSchoolSchoolBuildingTipsBackground {
  display: block;
  width: 100%;
  height: 100%;
}

.ly_smartSchoolSchoolBuildingTipsLayout {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8.5rem;
  padding-block-start: 4.97rem;
  padding-inline-start: 11.07rem;
  padding-inline-end: 11.1rem;
}

.ly_smartSchoolSchoolBuildingTipsLayout_start {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ly_smartSchoolSchoolBuildingTipsLayout_end {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bl_smartSchoolSchoolBuildingTipsImageContent {
  display: block;
  width: 100%;
  height: 100%;
}

.bl_smartSchoolSchoolBuildingTipsImageContent_content {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bl_smartSchoolSchoolBuildingTipsTextContent {
  text-align: justify;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 131.25%;
}

.bl_smartSchoolSchoolBuildingTipsTextContent_text {
  display: block;
}

.ly_smartSchoolSchoolBuildingTipsCommentLayout {
  display: grid;
  grid-template-columns: minmax(60rem, 600fr) minmax(30rem, 300fr);
  column-gap: 7.8rem;
  padding-block-start: 5rem;
  padding-inline-start: 11.07rem;
  padding-inline-end: 11.1rem;
}

.ly_smartSchoolSchoolBuildingTipsCommentLayout_start {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}

.ly_smartSchoolSchoolBuildingTipsLayout_end {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_smartSchoolSchoolBuildingTipsCommentTextContent {
  text-align: justify;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.bl_smartSchoolSchoolBuildingTipsCommentTextContent_text {
  display: block;
}

.ly_smartSchoolSchoolBuildingTipsCommentImageContent {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
  row-gap: 0.5rem;
}

.bl_smartSchoolSchoolBuildingTipsCommentImageContent {
  display: block;
  width: 100%;
  height: 100%;
}

.bl_smartSchoolSchoolBuildingTipsCommentImageContent_content {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bl_smartSchoolSchoolBuildingTipsCommentCaptionContent {
  text-align: justify;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.bl_smartSchoolSchoolBuildingTipsCommenCaptionContent_caption {
  display: block;
}

@media screen and (max-width: 600px) {
  .ly_smartSchoolSchoolBuildingTipsFrame {
    max-width: none;
    margin: 0;
    padding: 0 2rem;
  }
  .ly_smartSchoolSchoolBuildingTipsLayout {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3.05rem;
    padding-block-start: 4.9rem;
    padding-inline-start: 2rem;
    padding-inline-end: 0;
  }
  .bl_smartSchoolSchoolBuildingTipsImageContent {
    max-width: 20rem;
  }
  .bl_smartSchoolSchoolBuildingTipsTextContent {
    font-size: 1.4rem;
    line-height: 150%;
  }
  .ly_smartSchoolSchoolBuildingTipsCommentLayout {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 2rem;
    padding-block-start: 2rem;
    padding-inline-start: 2rem;
    padding-inline-end: 0;
  }
  .ly_smartSchoolSchoolBuildingTipsCommentLayout_start {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
  }
  .ly_smartSchoolSchoolBuildingTipsLayout_end {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bl_smartSchoolSchoolBuildingTipsCommentTextContent {
    font-size: 1.2rem;
    line-height: 175%;
  }
  .ly_smartSchoolSchoolBuildingTipsCommentImageContent {
    row-gap: 0.6rem;
  }
}

/*# sourceMappingURL=index.css.map */