@charset "UTF-8";

/* Webフォントの指定 */

@font-face {
  font-family: "UD Mincho";
  src: url("../fonts/BIZUDMincho-Regular.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Noto JP Bold";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Noto JP Medium";
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: normal;
}

/* ページ全体 */

body {
  font-size: 16px;
  font-family: "Noto JP Medium";
  color: #333333;
}

#main {
  background-color: #fff4e1;
}

/* ヘッダー */

#header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #ff8742;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100vw;
  height: 60px;
}

.header-school {
  margin: 8px auto 8px 8px;
}

.header-school-notes {
  display: flex;
  height: 16px;
  gap: 4px;
  font-size: 8px;
}

.header-school-sub-name {
  margin-left: 4px;
  font-size: 12px;
}

.header-school-logo {
  margin-top: 4px;
  width: 32px;
  height: 32px;
}

.header-school-name {
  margin-left: 40px;
  font-size: 1rem;
}

.header-contact {
  background-color: #63adff;
  width: 55px;
  height: 46px;
  margin-right: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
}

.header-contact-phone-notes {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 12px;
  margin-top: 4px;
  gap: 4px;
}

.header-contact-phone-logo {
  margin-top: 4px;
  width: 30px;
  height: 30px;
}

.header-contact-phone-notes p {
  visibility: hidden;
  color: #000000;
  font-size: 10px;
}

.header-contact-number {
  visibility: hidden;
  margin-left: 24px;
  margin-bottom: 10px;
}

.header-contact-number a {
  visibility: hidden;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  margin-bottom: 20px;
}

.hamburger-button {
  margin-top: 6px;
  margin-right: 10px;
}

.hamburger-button.show {
  margin-top: 6px;
  margin-right: 10px;
}

.header-menu {
  display: none;
}

.header-menu.show {
  display: block;
  background-color: #fff4e1;
  width: 168px;
  height: 400px;
  position: fixed;
  right: 0;
  border-right: 2px solid #ff8742;
  border-left: 2px solid #ff8742;
  border-bottom: 2px solid #ff8742;
  z-index: 4;
}

.header-navi-menu li a {
  text-decoration: none;
  color: #333333;
}

.header-navi-menu li {
  list-style: none;
  text-align: center;
  margin-top: 32px;
  font-size: 18px;
}

/* メインビジュアル */

#main-head {
  margin-top: 60px;
}

#head-visual img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.caption-on-visual {
  position: relative;
}

.head-visual-caption01 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 14vw;
  left: 8vw;
  width: 57.6vw;
  height: 19.2vw;
  border-radius: 10px;
}

.head-visual-caption01 p {
  margin-top: 2.66vw;
  margin-left: 2.13vw;
  width: 53.33vw;
  text-align: center;
  font-family: "UD Mincho";
  font-size: 4.267vw;
  line-height: 1.6;
}

.head-visual-caption02 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 46.93vw;
  left: 27.73vw;
  width: 64vw;
  height: 10.66vw;
  border-radius: 10px;
}

.head-visual-caption02 p {
  margin-top: 2.66vw;
  margin-left: 2.13vw;
  font-family: "UD Mincho";
  font-size: 4.267vw;
}

/* slickの外観設定 */

.slick-dots {
  bottom: 20px;
}

.slick-dots li {
  width: 30px;
}

.slick-dots li button:before {
  font-size: 20px;
}

.slick-dots li.slick-active button:before {
  color: #ff8742;
}

/* お知らせ */

#news {
  margin: 60px auto 0 auto;
  width: 78vw;
  min-width: 296px;
  height: 108px;
  background-color: #ffffff;
  overflow: hidden;
}

.news-title {
  display: inline-block;
  margin-top: 16px;
  margin-left: 32px;
  font-size: 18px;
  background: linear-gradient(transparent 90%, #ff8742 90%);
}

.news-wrapper {
  margin-top: 16px;
  margin-left: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: relative;
}

.news-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  width: 248px;
  height: 2px;
  background-color: #ff8742;
  top: 24px;
}

.news-date {
  font-size: 16px;
}

.news-desc {
  font-size: 14px;
}

/* そろばんの効能 */

#abacus-effect {
  margin: 60px auto 0 auto;
  width: 78vw;
  min-width: 296px;
  height: 596px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
}

.common-title {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: "Noto JP Bold";
  font-size: 18px;
  background: linear-gradient(transparent 80%, #ff8742 80%);
}

.up-circle {
  position: relative;
  display: block;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: #ff8742;
  font-size: 18px;
  margin: 24px auto 0 auto;
}

.up-circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 136px;
  color: #0f3763;
  text-align: center;
}

/* 当校の特色部分 */

#school-point {
  margin: 60px auto 0 auto;
  width: 78vw;
  min-width: 296px;
  height: 1460px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
}

.point-title {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "Noto JP Bold";
  font-size: 18px;
  background: linear-gradient(transparent 80%, #ff8742 80%);
}

.point-section-01 {
  margin: 22px auto 0 auto;
}
.point-section-02 {
  margin: 22px auto 0 auto;
}
.point-section-03 {
  margin: 22px auto 0 auto;
}
.point-section-04 {
  margin: 22px auto 0 auto;
}

.point-subtitle {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  margin: 24px auto 0 auto;
  width: 180px;
  background: linear-gradient(transparent 0%, #ff8742 0%);
}

.point-subtitle::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 13px 13px 13px 0;
  border-color: transparent #ff8742 transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: 0px;
  right: 180px;
}
.point-subtitle::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-color: transparent transparent transparent #ff8742;
  display: inline-block;
  width: 0;
  top: 0px;
  left: 180px;
}

.point-desc {
  text-align: left;
  font-size: 13px;
  margin: 24px auto 0 auto;
  width: 220px;
}

.point-desc span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.point-img {
  margin-top: 32px;
  width: 256px;
  height: 192px;
}

/* covid19 対策部分 */

#covid-19-measures {
  margin: 60px auto 0 auto;
  width: 78vw;
  min-width: 296px;
  height: 280px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.covid-19-measures-title {
  position: relative;
  display: inline-block;
  width: 180px;
  margin-top: 28px;
  font-family: "Noto JP Bold";
  font-size: 18px;
}

.covid-19-measures-title span {
  background: linear-gradient(transparent 75%, #ff8742 75%);
}

.covid-19-measures-title-mod::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #ff8742;
  display: inline-block;
  width: 180px;
  height: 1px;
  bottom: 226px;
  right: 60px;
}
/*
.covid-19-measures-title::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ff8742 transparent transparent transparent;
  display: inline-block;
  width: 0;
  top: 50px;
  left: 80px;
}
*/
.covid-19-measures-desc {
  text-align: left;
  background-color: #ff8742;
  margin: 18px 16px 0px 16px;
  padding: 16px 24px 16px 24px;
  border-radius: 5px;
}

/* 体験おためしそろばん部分 */

#trial-lesson {
  margin: 60px auto 0 auto;
  width: 78vw;
  min-width: 296px;
  height: 424px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
}

.trial-lesson-title {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "Noto JP Bold";
  font-size: 18px;
  background: linear-gradient(transparent 80%, #ff8742 80%);
}

.trial-lesson-wrapper {
  margin: 16px auto 0 auto;
  background-color: #63adff;
  border-radius: 20px;
  width: 280px;
  height: 140px;
}

.trial-lesson-wrapper p {
  color: #000000;
}

.trial-lesson-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trial-lesson-icon {
  width: 40px;
  height: 40px;
  margin-top: 40px;
  margin-left: 40px;
}

.trial-lesson-desc-title {
  font-family: "Noto JP Bold";
  font-size: 16px;
  margin-right: 32px;
  margin-top: 24px;
}

.trial-lesson-desc-special-note {
  margin-top: 8px;
  margin-right: 32px;
  font-size: 14px;
  background: linear-gradient(transparent 80%, #ff6 80%);
}

.trial-lesson-please {
  margin-top: 16px;
  font-size: 12px;
}

.trial-lesson-image {
  margin: 16px auto 0 auto;
  border-radius: 5px;
  width: 256px;
  height: 192px;
}

/* 案内図部分 */

#school-access {
  margin-top: 60px;
  background-color: #ffffff;
  width: 100%;
  height: 344px;
  overflow: hidden;
  text-align: center;
}

.school-access-title {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "Noto JP Bold";
  font-size: 18px;
  background: linear-gradient(transparent 80%, #ff8742 80%);
}

.school-access-google-map {
  margin-top: 24px;
  width: 100%;
  height: 240px;
  border-top: solid 4px #ff8742;
  border-bottom: solid 4px #ff8742;
}

/* 教室概要部分 */

#school-overview {
  margin-top: 60px;
  background-color: #ffffff;
  width: 100%;
  height: 888px;
  overflow: hidden;
  text-align: center;
}

.school-overview-title {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "Noto JP Bold";
  font-size: 18px;
  background: linear-gradient(transparent 80%, #ff8742 80%);
}

.scohol-overview-table-wrapper {
  margin: 20px auto 0 auto;
  width: 78vw;
  min-width: 296px;
  height: 750px;
  background-color: #fff4e1;
  border-radius: 10px;
  border: 2px solid #ff8742;
}

.school-overview-table {
  margin: 24px auto 0 auto;
  background-color: #fff4e1;
}

.school-overview-table th {
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  font-size: 16px;
}

.school-overview-table td {
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-size: 14px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000000;
}

.address-space-both {
  margin-right: 10px;
}

/* お問い合わせ部分 */

#school-contact {
  margin: 60px auto 0 auto;
  width: 78vw;
  min-width: 296px;
  overflow: hidden;
  text-align: center;
}

.school-contact-title {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "Noto JP Bold";
  font-size: 18px;
  background: linear-gradient(transparent 80%, #ff8742 80%);
}

.contact-seko-soroban-block {
  margin: 24px auto 0 auto;
  width: 240px;
  height: 80px;
  background-color: #ff8742;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  border-radius: 10px;
}

.soroban-logo {
  width: 32px;
  height: 32px;
}

.seko-soroban-wrapper {
  display: flex;
}

.seko-soroban-title-notes {
  display: flex;
}

.seko-soroban-note1 {
  font-size: 12px;
}

.seko-soroban-titel {
  font-size: 18px;
}

.contact-seko-soroban-tel-block {
  margin: 36px auto 0 auto;
  width: 240px;
  height: 80px;
  background-color: #63adff;
  border-radius: 10px;
  overflow: hidden;
}

.seko-soroban-please {
  margin-top: 12px;
  font-size: 12px;
  color: #000000;
}

.seko-soroban-tel-number-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.tel-logo {
  width: 32px;
  height: 32px;
}

.seko-soroban-tel-number-block2 p {
  color: #000000;
  font-size: 12px;
}

.seko-soroban-tel-number-block2 a {
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}

#footer-link {
  margin-top: 60px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-align: center;
}

.footer-links {
  margin: 0 auto 0 auto;
  width: 286px;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

.footer-links a {
  text-decoration: none;
  color: #000000;
}

footer {
  background-color: #ff8742;
  width: 100%;
  height: 64px;
  overflow: hidden;
  text-align: center;
}

footer p {
  margin-top: 24px;
  font-size: 12px;
}

/* タブレット表示 */

@media (min-width: 667px) {
  body {
    margin-top: 220px;
  }

  /* タブレット用のヘッダー */

  #header-inner {
    height: 160px;
    background-color: #ff8742;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100%;
  }

  .header-school-logo {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 260px;
  }

  .header-school-notes {
    width: 700px;
    font-size: 24px;
  }

  .header-school-name {
    width: 350px;
    margin-left: 260px;
    margin-top: 30px;
    font-size: 40px;
  }

  .header-contact {
    position: relative;
    width: 280px;
    height: 80px;
    border-radius: 10px;
    margin-right: 24px;
  }

  .header-contact-phone-notes {
    display: block;
  }

  .header-contact-phone-notes img {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 30px;
    height: 30px;
  }

  .header-contact-phone-notes p {
    visibility: visible;
    font-size: 18px;
    margin-top: 8px;
    margin-left: 80px;
  }

  .header-contact-number {
    visibility: visible;
    font-size: 24px;
    width: 200px;
    margin-left: 62px;
  }

  .header-contact-number a {
    visibility: visible;
    font-size: 26px;
  }

  .hamburger-button {
    display: none;
  }

  .header-menu {
    display: block;
  }

  .header-navi-menu {
    position: fixed;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 5.416666666666667vw;
    background-color: #fff4e1;
    height: 60px;
    width: 100%;
    border: none;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  }

  .header-navi-menu li {
    font-size: 16px;
    margin-top: 18px;
  }

  /* そろばんの効能 tl */

  #abacus-effect {
    margin: 60px auto 0 auto;
    width: 78vw;
    height: 312px;
  }

  .common-title {
    font-size: 24px;
  }

  .common-title::after {
    top: 32px;
    left: 76px;
  }

  .up-circle-wrapper {
    display: flex;
    justify-content: center;
    gap: 56px;
  }

  .up-circle {
    margin: 32px 0 0 0;
  }

  #covid-19-measures {
    margin: 60px auto 0 auto;
    width: 78vw;
    height: 208px;
  }

  .covid-19-measures-title {
    position: relative;
    display: inline-block;
    width: 384px;
    margin-top: 28px;
    font-family: "Noto JP Bold";
    font-size: 24px;
  }

  .covid-19-measures-title span {
    background: none;
  }

  .covid-19-measures-title::before {
    display: none;
  }
  .covid-19-title-measures::after {
    top: 34px;
    left: 180px;
  }

  .covid-19-measures-desc {
    background-color: #ffffff;
    width: 560px;
    margin: 32px auto 0px auto;
    font-size: 18px;
    border-radius: 0px;
  }

  #trial-lesson {
    margin: 60px auto 0 auto;
    width: 78vw;
    height: 300px;
  }

  .trial-lesson-title {
    font-size: 24px;
  }

  .trial-lesson-title::after {
    border-width: 10px 10px 0 10px;
    top: 32px;
    right: 108px;
  }

  .trial-lesson-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trial-lesson-wrapper {
    margin: 30px 20px 0 auto;
    background-color: #63adff;
    border-radius: 20px;
    width: 300px;
    height: 160px;
  }
  .trial-lesson-note {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .trial-lesson-icon {
    width: 32px;
    height: 32px;
    margin-top: 30px;
    margin-left: 56px;
  }

  .trial-lesson-desc-title {
    font-family: "Noto JP Bold";
    font-size: 16px;
    margin-right: 60px;
    margin-top: 24px;
  }

  .trial-lesson-desc-special-note {
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
    font-size: 16px;
  }

  .trial-lesson-please {
    margin-top: 20px;
    font-size: 14px;
  }

  .trial-lesson-image {
    margin: 32px auto 0 20px;
    border-radius: 10px;
    width: 242.55px;
    height: 127px;
    object-fit: cover;
  }

  #school-contact {
    margin: 30px auto 0 auto;
    width: 62.5vw;
    min-width: 700px;
    height: 312px;
  }

  .contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .school-contact-title {
    margin-top: 24px;
    font-size: 24px;
  }

  .school-contact-title::after {
    top: 32px;
    right: 60px;
  }

  .contact-seko-soroban-block {
    margin: 24px auto 0 auto;
    width: 512px;
    height: 138px;
    gap: 16px;
    border-radius: 20px;
  }

  .soroban-logo {
    width: 32px;
    height: 32px;
  }

  .seko-soroban-note1 {
    font-size: 18px;
  }

  .seko-soroban-titel {
    font-size: 28px;
  }

  .contact-seko-soroban-tel-block {
    margin: 24px auto 0 auto;
    width: 512px;
    height: 138px;
    border-radius: 20px;
  }

  .seko-soroban-please {
    margin-top: 12px;
    font-size: 18px;
    color: #000000;
  }

  .seko-soroban-tel-number-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .tel-logo {
    width: 32px;
    height: 32px;
  }

  .seko-soroban-tel-number-block2 p {
    margin-top: 30px;
    color: #000000;
    font-size: 18px;
    line-height: 0;
  }

  .seko-soroban-tel-number-block2 a {
    margin-top: 12px;
    font-size: 24px;
  }

  #footer-link {
    margin-top: 10px;
    width: 100%;
    height: 38px;
    overflow: hidden;
    text-align: center;
  }

  .footer-links {
    margin: 0 auto 0 auto;
    width: 62.5vw;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
  }

  .footer-links a {
    text-decoration: none;
    color: #000000;
  }
}

@media (min-width: 1024px) {
  body {
    margin-top: 220px;
  }

  #header-inner {
    height: 160px;
    background-color: #ff8742;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100%;
  }

  .header-school {
    margin-left: 20px;
    margin-top: 8px;
  }

  .header-school-logo {
    width: 48px;
    height: 48px;
    margin-bottom: 0px;
    margin-left: 80px;
  }

  .header-school-notes {
    width: 600px;
    font-size: 24px;
  }

  .header-school-name {
    width: 350px;
    margin-left: 64px;
    margin-top: 28px;
    font-size: 40px;
  }

  .header-contact {
    position: relative;
    width: 368px;
    height: 96px;
    border-radius: 10px;
    margin-right: 40px;
  }

  .header-contact-phone-notes {
    display: block;
  }

  .header-contact-phone-notes img {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 48px;
    height: 48px;
  }

  .header-contact-phone-notes p {
    font-size: 24px;
    margin-top: 8px;
    margin-left: 120px;
  }

  .header-contact-number {
    font-size: 32px;
    width: 300px;
    margin-left: 108px;
  }

  .hamburger-button {
    display: none;
  }

  .header-menu {
    display: block;
  }

  .header-navi-menu {
    position: fixed;
    top: 160px;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 5.416666666666667vw;
    background-color: #fff4e1;
    height: 60px;
    width: 100%;
    border: none;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  }

  .header-navi-menu li {
    font-size: 16px;
    margin-top: 18px;
  }

  /* メインビジュアル */

  #head-visual .head-visual-size img {
    margin: 0 auto;
    height: 39.375vw;
    width: 70vw;
    object-fit: cover;
    object-position: 0 30%;
  }

  .head-visual-caption01 {
    top: 12vw;
    left: 16vw;
    width: 36.66vw;
    height: 3.33vw;
    border-radius: 10px;
  }

  .head-visual-caption01 p {
    text-align: left;
    margin-top: 1.5625vw;
    margin-left: 0.4166vw;
    width: 36.66vw;
    font-family: "UD Mincho";
    font-size: 1.66vw;
    line-height: 0;
  }

  .head-visual-caption02 {
    top: 16vw;
    left: 16vw;
    width: 25vw;
    height: 3.33vw;
    border-radius: 10px;
  }

  .head-visual-caption02 p {
    text-align: left;
    margin-top: 1.5625vw;
    margin-left: 0.4166vw;
    font-family: "UD Mincho";
    font-size: 1.66vw;
    line-height: 0;
  }

  .header-school-sub-name {
    margin-left: 10px;
    font-size: 20px;
  }

  /* slickの外観設定 */

  .slick-dots li {
    width: 40px;
  }

  .slick-dots li button:before {
    font-size: 24px;
  }

  /* お知らせ */

  #news {
    margin: 90px auto 0 auto;
    width: 62.5vw;
    min-width: 1000px;
    height: 96px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 48px;
  }

  .news-title {
    display: inline-block;
    margin-top: 8px;
    margin-left: 248px;
    font-size: 24px;
    background: linear-gradient(transparent 85%, #ff8742 85%);
  }

  .news-wrapper {
    margin-top: 16px;
    gap: 48px;
    display: flex;
    position: relative;
  }

  .news-wrapper::after {
    position: absolute;
    content: "";
    display: block;
    width: 440px;
    height: 2px;
    background-color: #ff8742;
    top: 36px;
  }

  .news-date {
    font-size: 18px;
  }

  .news-desc {
    font-size: 16px;
  }

  /* そろばんの効能 */

  #abacus-effect {
    margin: 90px auto 0 auto;
    width: 62.5vw;
    min-width: 1000px;
    height: 312px;
  }

  .common-title {
    font-size: 24px;
  }

  .common-title::after {
    top: 32px;
    left: 76px;
  }

  .up-circle-wrapper {
    display: flex;
    justify-content: center;
    gap: 140px;
  }

  .up-circle {
    margin: 32px 0 0 0;
  }

  /* 当校の特色 */
  #school-point {
    margin: 90px auto 0 auto;
    width: 62.5vw;
    min-width: 1000px;
    height: 1200px;
  }

  .point-title {
    position: relative;
    display: inline-block;
    margin-top: 16px;
    font-size: 24px;
  }

  .point-section-01 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 200px;
  }

  .point-section-02 {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 40px;
    gap: 200px;
  }

  .point-section-03 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 200px;
  }

  .point-section-04 {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 40px;
    gap: 200px;
  }

  .point-img.right {
    width: 336px;
    height: 197px;
    object-fit: cover;
  }

  .point-img.left {
    width: 336px;
    height: 197px;
    object-fit: cover;
  }

  .point-section-01-desc {
    margin-top: 40px;
    margin-left: 60px;
  }

  .point-section-02-desc {
    margin-top: 40px;
    margin-right: 60px;
  }

  .point-section-03-desc {
    margin-top: 40px;
    margin-left: 60px;
  }

  .point-section-04-desc {
    margin-top: 40px;
    margin-right: 60px;
  }

  .point-subtitle {
    font-size: 20px;
  }

  .point-subtitle::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 14px 14px 14px 0;
    border-color: transparent #ff8742 transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
    bottom: 0px;
    right: 180px;
  }
  .point-subtitle::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #ff8742;
    display: inline-block;
    width: 0;
    top: 0px;
    left: 180px;
  }

  .point-desc {
    font-size: 16px;
    width: 260px;
  }

  /* covid19 対策部分 */

  #covid-19-measures {
    margin: 90px auto 0 auto;
    width: 62.5vw;
    min-width: 1000px;
    height: 208px;
  }

  .covid-19-measures-title {
    position: relative;
    display: inline-block;
    width: 384px;
    margin-top: 28px;
    font-family: "Noto JP Bold";
    font-size: 24px;
    background: linear-gradient(transparent 75%, #ff8742 75%);
  }

  .covid-19-measures-title span {
    background: none;
  }

  .covid-19-measures-title::before {
    display: none;
  }
  .covid-19-measures-title::after {
    top: 34px;
    left: 180px;
  }

  .covid-19-measures-desc {
    background-color: #ffffff;
    width: 616px;
    margin: 32px auto 0px auto;
    font-size: 18px;
    border-radius: 0px;
  }

  /* 体験おためしそろばん部分 */

  #trial-lesson {
    margin: 90px auto 0 auto;
    width: 62.5vw;
    min-width: 1000px;
    height: 368px;
  }

  .trial-lesson-title {
    font-size: 24px;
  }

  .trial-lesson-title::after {
    border-width: 10px 10px 0 10px;
    top: 32px;
    right: 108px;
  }

  .trial-lesson-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trial-lesson-wrapper {
    margin: 32px 20px 0 auto;
    background-color: #63adff;
    border-radius: 20px;
    width: 456px;
    height: 224px;
  }
  .trial-lesson-note {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .trial-lesson-icon {
    width: 50px;
    height: 50px;
    margin-top: 48px;
    margin-left: 80px;
  }

  .trial-lesson-desc-title {
    font-family: "Noto JP Bold";
    font-size: 24px;
    margin-right: 100px;
    margin-top: 32px;
  }

  .trial-lesson-desc-special-note {
    display: inline-block;
    margin-top: 8px;
    margin-right: 96px;
    font-size: 18px;
  }

  .trial-lesson-please {
    margin-top: 40px;
    font-size: 20px;
  }

  .trial-lesson-image {
    margin: 32px auto 0 20px;
    border-radius: 10px;
    width: 440px;
    height: 248px;
    object-fit: cover;
  }

  /* 案内図部分 */
  #school-access {
    margin-top: 90px;
    height: 400px;
  }

  .school-access-title {
    margin-top: 24px;
    font-size: 24px;
  }

  .school-access-title::after {
    border-width: 10px 10px 0 10px;
    top: 32px;
    right: 26px;
  }

  .school-access-google-map {
    margin: 56px auto 0 auto;
    height: 12vw;
    width: 50vw;
    min-width: 1000px;
    border: solid 4px #ff8742;
  }

  /* 教室概要部分 */

  #school-overview {
    margin: 90px auto 0 auto;
    width: 62.5vw;
    min-width: 1000px;
    height: 840px;
    overflow: hidden;
    text-align: center;
  }

  .no-br {
    display: none;
  }

  .school-overview-title {
    margin-top: 24px;
    font-size: 24px;
    background: linear-gradient(transparent 80%, #ff8742 80%);
  }

  .school-overview-title::after {
    border-width: 10px 10px 0 10px;
    top: 33px;
    right: 36px;
  }

  .scohol-overview-table-wrapper {
    margin: 20px auto 0 auto;
    width: 800px;
    height: 720px;
    text-align: left;
  }

  .school-overview-table {
    margin: 16px auto 0 auto;
    table-layout: fixed;
    margin-top: 28px;
    background-color: #fff4e1;
    text-align: left;
  }

  .school-overview-table th {
    display: inline-block;
    width: 100px;
    margin-bottom: 32px;
    padding-bottom: 8px;
  }

  .school-overview-table td {
    display: inline-block;
    width: 400px;
    margin-bottom: 24px;
    padding-bottom: 8px;
  }

  .school-overview-table td,
  th {
    font-size: 16px;
    border-bottom: #707070 solid 1px;
  }

  .address-space {
    margin-right: 10px;
  }

  /* お問い合わせ部分 */

  #school-contact {
    margin: 90px auto 0 auto;
    width: 62.5vw;
    min-width: 1000px;
    height: 312px;
  }

  .contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .school-contact-title {
    margin-top: 24px;
    font-size: 24px;
  }

  .school-contact-title::after {
    top: 32px;
    right: 60px;
  }

  .contact-seko-soroban-block {
    margin: 24px auto 0 auto;
    width: 512px;
    height: 138px;
    gap: 16px;
    border-radius: 20px;
  }

  .soroban-logo {
    width: 48px;
    height: 48px;
  }

  .seko-soroban-note1 {
    font-size: 18px;
  }

  .seko-soroban-titel {
    font-size: 38px;
  }

  .contact-seko-soroban-tel-block {
    margin: 24px auto 0 auto;
    width: 512px;
    height: 138px;
    border-radius: 20px;
  }

  .seko-soroban-please {
    margin-top: 12px;
    font-size: 18px;
    color: #000000;
  }

  .seko-soroban-tel-number-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .tel-logo {
    width: 48px;
    height: 48px;
  }

  .seko-soroban-tel-number-block2 p {
    margin-top: 24px;
    color: #000000;
    font-size: 24px;
    line-height: 0;
  }

  .seko-soroban-tel-number-block2 a {
    font-size: 40px;
  }

  #footer-link {
    margin-top: 90px;
    width: 100%;
    height: 38px;
    overflow: hidden;
    text-align: center;
  }

  .footer-links {
    margin: 0 auto 0 auto;
    width: 62.5vw;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
  }

  .footer-links a {
    text-decoration: none;
    color: #000000;
  }

  footer {
    background-color: #ff8742;
    width: 100%;
    height: 48px;
  }

  footer p {
    margin-top: 12px;
    font-size: 16px;
  }
}
