@charset "UTF-8";
/* CSS Document */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/*デバイス毎の基本フォントサイズ設定*/
@media (max-width: 1500px) {
  body, html {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  body, html {
    font-size: 14px;
  }
}
/*見出し、本文フォントサイズ設定*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

small {
  font-size: 0.6em;
}

b, strong {
  font-weight: 700;
}

/*リストスタイル設定*/
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

li {
  list-style: none;
}

/*テーブルスタイル設定*/
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

tr {
  border-bottom: solid #E6E6E6 1px;
}

th {
  width: 20%;
  min-width: 8rem;
  padding: 1rem 1rem 1rem 0;
  text-align: inherit;
}

td {
  padding: 1rem 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 2rem;
  margin-left: 0;
}

/*リンクスタイル設定*/
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  width: auto;
  height: auto;
}

/*マージン設定*/
.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mr-1, .mx-1 {
  margin-right: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}

.ml-1, .mx-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2, .my-2 {
  margin-top: 2rem !important;
}

.mr-2, .mx-2 {
  margin-right: 2rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 2rem !important;
}

.ml-2, .mx-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3, .my-3 {
  margin-top: 3rem !important;
}

.mr-3, .mx-3 {
  margin-right: 3rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 3rem !important;
}

.ml-3, .mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4, .my-4 {
  margin-top: 4rem !important;
}

.mr-4, .mx-4 {
  margin-right: 4rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 4rem !important;
}

.ml-4, .mx-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5, .my-5 {
  margin-top: 5rem !important;
}

.mr-5, .mx-5 {
  margin-right: 5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 5rem !important;
}

.ml-5, .mx-5 {
  margin-left: 5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 3rem !important;
}

.pt-1, .py-1 {
  padding-top: 3rem !important;
}

.pr-1, .px-1 {
  padding-right: 3rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 3rem !important;
}

.pl-1, .px-1 {
  padding-left: 3rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2, .py-2 {
  padding-top: 2rem !important;
}

.pr-2, .px-2 {
  padding-right: 2rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 2rem !important;
}

.pl-2, .px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3, .py-3 {
  padding-top: 3rem !important;
}

.pr-3, .px-3 {
  padding-right: 3rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 3rem !important;
}

.pl-3, .px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 12rem !important;
}

.pt-4, .py-4 {
  padding-top: 12rem !important;
}

.pr-4, .px-4 {
  padding-right: 12rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 12rem !important;
}

.pl-4, .px-4 {
  padding-left: 12rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.mx-auto {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.align-items-center {
  align-items: center;
}

/*コンテナサイズ設定*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 40px;
}

@media (max-width: 767px) {
  .row {
    row-gap: 20px;
  }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
/* CSS Document */
body, html {
  height: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  position: relative;
}

@media (max-width: 750px) {
  body, html {
    font-size: 13px;
  }
}
img {
  width: 100%;
}

p {
  line-height: 1.8;
}

a {
  color: #5F779C;
}

a:not([class]) {
  color: #5F779C;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.sc-tl {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
  color: #333333;
  font-weight: 500;
}

.sc-tl::before {
  content: "";
  position: relative;
  display: block;
  margin: 1rem auto 1rem;
  width: 100px;
  height: 50px;
  background: url("../img/sc-tl_deco.png") no-repeat;
  background-size: contain;
  z-index: 1;
}

.sc-tl_small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .sc-tl {
    font-size: 1.6rem;
  }
}
.sc-tl2 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
  color: #5F779C;
  font-weight: 500;
}

.sc-tl2_small {
  display: block;
  position: relative;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  border: 2px solid #1c1c1c;
  border-radius: 3rem;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 2rem;
}

.sc-tl2_small:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: skew(-45deg);
  height: 20px;
  width: 30px;
  border-right: 2px solid #1c1c1c;
  background-color: #fff;
  content: "";
}

@media (max-width: 767px) {
  .sc-tl2 {
    font-size: 1.6rem;
  }
}
.nav {
  z-index: 500;
  top: 0;
  width: 100%;
  transition: 0.3s;
  height: 60px;
  position: fixed;
  background: #fff;
}

.nav .container {
  height: 60px;
  display: flex;
  align-items: center;
}

@media (min-width: 1800px) {
  .nav .container {
    max-width: 80%;
  }
}
.nav_logo img {
  height: 30px;
  width: auto;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .nav_logo img {
    height: 20px;
    width: auto;
  }
}
.nav_right {
  display: flex;
  margin-left: auto;
  gap: 0.8rem;
  align-items: center;
}

.nav_right_link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0;
  padding-inline-start: 0;
}

.nav_right_link a {
  font-size: 1rem;
  font-weight: 500;
  color: #5E5E5E;
  text-decoration: none;
  border-bottom: solid 2px transparent;
}

.nav_right_link a img {
  max-height: 40px;
  width: 100%;
}

.top_visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4/2;
  padding-top: 60px;
  background: url("../img/top-visual_bg.jpg") center;
  background-size: cover;
  border-bottom-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  transform: scale(1.1);
  z-index: 2;
}

.top_visual_catch {
  position: absolute;
  width: 40%;
  margin-bottom: 0;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .top_visual {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 576px) {
  .top_visual {
    aspect-ratio: 1/1.1;
    background: url("../img/top-visual_bg-sp.jpg") center;
    background-size: cover;
  }
  .top_visual_catch {
    width: min(90%, 300px);
  }
}
.about_section {
  padding: 4rem 0;
  padding-bottom: 0;
  background: #E8F1F7;
  position: relative;
}

@media (max-width: 576px) {
  .about_section {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .about_section {
    padding-bottom: 0;
  }
}
.about_section::before {
  content: "";
  display: block;
  position: absolute;
  top: -300px;
  left: 0;
  background: #E8F1F7;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.about_desc {
  text-align: center;
  margin-bottom: 2rem;
}

.about_desc small {
  line-height: 1.4;
  display: block;
  margin-top: 1rem;
}

.about_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 576px) {
  .about_list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.about_footer {
  width: 100vw;
  margin-top: 4rem;
}

.activity_section {
  padding: 4rem 0;
  background: #E8F1F7;
  position: relative;
}

@media (max-width: 576px) {
  .activity_section {
    padding: 3rem 0;
  }
}
.activity_desc {
  text-align: center;
}

.activity_list_item header {
  padding: 2rem 0;
  margin: 4rem 0 2rem;
  background: #48B1CE;
  color: #fff;
  text-align: center;
  position: relative;
}

.activity_list_item header::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.activity_list_item header h3 {
  width: -moz-max-content;
  width: max-content;
  background: #48B1CE;
  padding: 0 1rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.activity_list_item:nth-of-type(2) header, .activity_list_item:nth-of-type(2) header h3, .activity_list_item:nth-of-type(2) .activity_slider_item_btn {
  background: #DBC441;
}

.activity_list_item:nth-of-type(2) .activity_slider_item_ttl, .activity_list_item:nth-of-type(2) .activity_slider_item_tag {
  color: #DBC441;
}

.activity_list_item:nth-of-type(3) header, .activity_list_item:nth-of-type(3) header h3, .activity_list_item:nth-of-type(3) .activity_slider_item_btn {
  background: #629A86;
}

.activity_list_item:nth-of-type(3) .activity_slider_item_ttl, .activity_list_item:nth-of-type(3) .activity_slider_item_tag {
  color: #629A86;
}

.activity_list_item:nth-of-type(4) header, .activity_list_item:nth-of-type(4) header h3, .activity_list_item:nth-of-type(4) .activity_slider_item_btn {
  background: #D69976;
}

.activity_list_item:nth-of-type(4) .activity_slider_item_ttl, .activity_list_item:nth-of-type(4) .activity_slider_item_tag {
  color: #D69976;
}

.activity_list_item:nth-of-type(5) header, .activity_list_item:nth-of-type(5) header h3, .activity_list_item:nth-of-type(5) .activity_slider_item_btn {
  background: #3E6683;
}

.activity_list_item:nth-of-type(5) .activity_slider_item_ttl, .activity_list_item:nth-of-type(5) .activity_slider_item_tag {
  color: #3E6683;
}

.activity_slider .slick-prev, .activity_slider .slick-next {
  top: 5rem;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.activity_slider .slick-prev::before, .activity_slider .slick-next::before {
  font-size: 50px;
  line-height: 57px;
}

.activity_slider .slick-next {
  right: 10px;
}

.activity_slider .slick-prev {
  left: 10px;
}

.activity_slider_item {
  background: #fff;
  padding: 1rem;
  margin: 0 1rem;
}

@media (max-width: 576px) {
  .activity_slider_item {
    margin: 0 0.5rem;
  }
}
.activity_slider_item img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  margin-bottom: 0.4rem;
}

.activity_slider_item h4 {
  color: #1BA0C8;
  margin-bottom: 0.2rem;
}

.activity_slider_item_tag {
  color: #1BA0C8;
  margin-bottom: 0.4rem;
}

.activity_slider_item_btn {
  background: #1BA0C8;
  color: #fff;
  margin: 0 auto;
  width: min(100%, 300px);
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 0.4rem 1rem;
}

.activity_slider_item_btn small {
  display: block;
}

.activity_slider_item table {
  margin-bottom: 1rem;
}

.activity_slider_item table tr {
  padding: 0.5rem 0;
  display: block;
}

.activity_slider_item table th, .activity_slider_item table td {
  display: block;
  width: 100%;
  padding: 0;
  word-break: break-word;
}

.activity_slider_item table td {
  font-size: 12px;
}

.pr_section {
  padding: 4rem 0;
  padding-bottom: 0;
}

@media (max-width: 576px) {
  .pr_section {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .pr_section {
    padding-bottom: 0;
  }
}
.pr_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 576px) {
  .pr_grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .pr_img {
    width: min(100%, 300px);
    margin: 1rem auto 0;
  }
}
.pr_logo {
  display: block;
  height: 30px;
  width: auto;
  margin: 0 auto 1rem;
}

.pr_app {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pr_cc1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 576px) {
  .pr_cc2 {
    text-align: center;
  }
}
.pr_cc3 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

/* .footer {
  background: #000;
  color: #fff;
  padding: 2rem 0;
  font-size: 0.9rem;
  text-align: center;
}
.footer_logo img {
  display: block;
  height: 30px;
  width: auto;
  margin: 0 auto 1rem;
}
.footer_ul {
  display: block;
  padding-left: 0;
}
.footer_ul li {
  display: inline-block;
  margin: 0.5rem 1rem;
}
.footer_ul li a {
  color: #fff;
}
.footer_copyright {
  display: block;
  font-size: 10px;
  margin-top: 2rem;
} */
/*
.page___wrap {
  background: url(../img/brushparks/allbg.png) no-repeat top center;
  width: 1600px;
  margin: auto;
  height: 4800px;
}
*/
.page___wrap {
  overflow-x: hidden;
  font-weight: 500;
}

.page___wrap .bx-controls {
  display: none;
}

.slide, .sp-slide {
  padding: 0;
}

.slide li, .sp-slide li {
  width: 100%;
}

#page_top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  letter-spacing: 0;
  font-size: 24px;
  color: #000;
  /*
  #top_view {
    margin-top: 60px;
  }
  */
}

#page_top .sp-zone {
  display: none;
}

#page_top .pc-zone {
  display: block;
}

@media (max-width: 750px) {
  #page_top .sp-zone {
    display: block;
  }
  #page_top .pc-zone {
    display: none;
  }
}
#page_top .bokutoh {
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}

#page_top .wrap___sec {
  width: 100%;
  max-width: 500px;
  margin: auto;
  background: #fff;
  font-size: 24px;
}

#page_top .page___wrap {
  width: 100%;
  background: url(../shigakogen/all_bg.jpg) no-repeat fixed;
  background-size: cover;
  font-family: "Zen Maru Gothic", serif;
}

#page_top .page___wrap img {
  max-width: 100%;
  height: auto;
}

#page_top .wrap___sec {
  position: relative;
}

#page_top .wrap___sec p {
  margin-bottom: 0rem;
}

#page_top .wrap___sec ul {
  padding: 0;
  margin: 0;
}

#page_top .wrap___sec#top_view {
  /*
  background: url(../images/title.png) no-repeat top center;
  background-size: 100%;
  */
  display: block;
  width: 100%;
  /*
  height: 520px;
  */
}

#page_top .wrap___sec#area01 .wrap___seccontent {
  display: block;
  width: 100%;
}

#page_top .wrap___sec#area02 {
  display: block;
  width: 100%;
}

#page_top .wrap___sec#area02 .wrap___seccontent .linkbtn {
  position: absolute;
  bottom: 6.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, -50%);
  display: block;
}

#page_top .wrap___sec#area03 .wrap___seccontent {
  display: block;
  width: 100%;
}

#page_top .wrap___sec#area03 .caption {
  font-size: 18px;
  padding-bottom: 25px;
  margin-top: 5px;
  text-align: center;
}

#page_top .wrap___sec .aboutarealist {
  margin-bottom: 20px;
}

#page_top .wrap___sec .aboutarealist .tablistname {
  background: url(../images/subtitle_btnbg.png) no-repeat top center;
  background-size: 100%;
  line-height: 1em;
  padding: 15px 0 30px 0;
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0px;
  color: #000;
  font-weight: 900;
  transition: 0.3s;
  max-width: 690px;
  margin: auto;
}

#page_top .wrap___sec .aboutarealist .tablistname.open {
  background: url(../images/subtitle_btnbg_on.png) no-repeat top center;
  color: #fff;
}

#page_top .wrap___sec .aboutarealist .aboutarealist__name {
  width: 90%;
  max-width: 680px;
  margin: auto;
  height: 0;
  display: none;
  transition: 0.3s;
  margin-top: 20px;
  margin-bottom: 50px;
}

#page_top .wrap___sec .aboutarealist .aboutarealist__name.open {
  height: 100%;
  display: block;
}

#page_top .wrap___sec .aboutarealist .item {
  font-family: "Noto Sans JP", serif;
  padding: 38px 68px;
  border: 2px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
}

#page_top .wrap___sec .aboutarealist .item .photo {
  margin-bottom: 50px;
}

#page_top .wrap___sec .aboutarealist .item h3 {
  font-size: 26px;
  line-height: 1.2em;
  padding-bottom: 45px;
  margin-bottom: 22px;
  border-bottom: 2px solid #1f867f;
  text-align: center;
}

#page_top .wrap___sec .aboutarealist .item#item3-5 .photo {
  margin-bottom: 15px;
}

#page_top .wrap___sec .aboutarealist .item#item3-5 h3 {
  padding-bottom: 10px;
}

#page_top .wrap___sec .aboutarealist .item .area {
  margin-bottom: 25px;
  font-size: 20px;
}

#page_top .wrap___sec .aboutarealist .item .area h4 {
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1em;
  background: #d2e7e5;
  display: inline-block;
  width: 240px;
  margin-bottom: 10px;
}

#page_top .wrap___sec .aboutarealist .item .area .nom {
  display: flex;
  justify-content: space-between;
}

#page_top .wrap___sec .aboutarealist .item .area .nom li {
  width: 33.3333333333%;
  padding: 15px 10px;
  font-size: 18px;
  background: #fad0d8;
}

#page_top .wrap___sec .aboutarealist .item .area .nom li:nth-child(2) {
  background: #f7b0be;
}

#page_top .wrap___sec .aboutarealist .item .area .nom li:nth-child(3) {
  background: #f490a4;
}

#page_top .wrap___sec .aboutarealist .item .area .nom li p {
  line-height: 1.2em;
  align-items: center;
  display: flex;
}

#page_top .wrap___sec .aboutarealist .item .area .nom li p span {
  display: block;
}

#page_top .wrap___sec .aboutarealist .item .area .nom li p span.nn {
  font-size: 25px;
  margin-left: 3px;
  margin-top: -2px;
}

#page_top .wrap___sec .aboutarealist .item .area .txt {
  overflow-wrap: break-word;
  line-height: 1.3em;
  margin-bottom: 31px;
}

#page_top .wrap___sec .aboutarealist .item .area .info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#page_top .wrap___sec .aboutarealist .item .area .info .content {
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1em;
  border: 1px solid #1f867f;
  display: block;
  width: 93px;
  margin-bottom: 35px;
  border-radius: 999px;
}

#page_top .wrap___sec .aboutarealist .item .area .info .txt {
  width: 81%;
  width: 81%;
  line-height: 1.2em;
  font-size: 20px;
  margin-bottom: 10px;
}

#page_top .wrap___sec .aboutarealist .item .area.course {
  margin-bottom: 5px;
}

#page_top .wrap___sec .aboutarealist .item .area.course .txt {
  margin-bottom: 25px;
}

#page_top .wrap___sec .aboutarealist .item .time {
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 35px;
}

#page_top .wrap___sec .aboutarealist .item .time span {
  font-size: 30px;
  margin-right: -10px;
}

#page_top .wrap___sec .aboutarealist .item .linkbtn {
  margin: auto;
  width: 61%;
  max-width: 330px;
}

#page_top .wrap___sec .aboutarealist .item .linkbtn a {
  display: block;
}

#page_top .wrap___sec .aboutarealist .item .linkbtn a img {
  width: 100%;
}

#page_top .wrap___sec .aboutarealist .item .linkbtn span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
}

#page_top .wrap___sec .aboutarealist .item .area-title {
  position: relative;
  margin-bottom: 10px;
}

#page_top .wrap___sec .aboutarealist .item .area-title img {
  width: auto;
  display: block;
  margin: auto;
}

#page_top .wrap___sec .aboutarealist .item .area-title img.titleplate {
  width: 35%;
}

#page_top .wrap___sec .aboutarealist .item .area-title .area-texit {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #1f867f;
  font-family: "Zen Maru Gothic", serif;
}

#page_top .wrap___sec .aboutarealist .item .time span {
  margin-right: 0px;
}

#page_top .wrap___sec .aboutarealist .item .time span.mins {
  font-size: 20px;
  margin-top: 10px;
  line-height: 2em;
}

#page_top .wrap___sec .aboutarealist .item#item1-1 .area .nom li.left {
  width: 50%;
}

#page_top .wrap___sec .aboutarealist .item#item1-1 .area .nom li.cent {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item1-1 .area .nom li.right {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item1-2 .area .nom li.left {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item1-2 .area .nom li.cent {
  width: 35%;
}

#page_top .wrap___sec .aboutarealist .item#item1-2 .area .nom li.right {
  width: 35%;
}

#page_top .wrap___sec .aboutarealist .item#item1-3 .area .nom li.left {
  width: 45%;
}

#page_top .wrap___sec .aboutarealist .item#item1-3 .area .nom li.cent {
  width: 44%;
}

#page_top .wrap___sec .aboutarealist .item#item1-3 .area .nom li.right {
  width: 11%;
}

#page_top .wrap___sec .aboutarealist .item#item1-4 .area .nom li.left {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item1-4 .area .nom li.cent {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item1-4 .area .nom li.right {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item2-1 .area .nom li.left {
  width: 50%;
}

#page_top .wrap___sec .aboutarealist .item#item2-1 .area .nom li.cent {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item2-1 .area .nom li.right {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item2-2 .area .nom li.left {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item2-2 .area .nom li.cent {
  width: 50%;
}

#page_top .wrap___sec .aboutarealist .item#item2-2 .area .nom li.right {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item3-1 .area .nom li.left {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item3-1 .area .nom li.cent {
  width: 45%;
}

#page_top .wrap___sec .aboutarealist .item#item3-1 .area .nom li.right {
  width: 15%;
}

#page_top .wrap___sec .aboutarealist .item#item3-2 .area .nom li.left {
  width: 70%;
}

#page_top .wrap___sec .aboutarealist .item#item3-2 .area .nom li.cent {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item3-2 .area .nom li.right {
  width: 0%;
}

#page_top .wrap___sec .aboutarealist .item#item3-3 .area .nom li.left {
  width: 50%;
}

#page_top .wrap___sec .aboutarealist .item#item3-3 .area .nom li.cent {
  width: 25%;
}

#page_top .wrap___sec .aboutarealist .item#item3-3 .area .nom li.right {
  width: 25%;
}

#page_top .wrap___sec .aboutarealist .item#item3-4 .area .nom li.left {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item3-4 .area .nom li.cent {
  width: 50%;
}

#page_top .wrap___sec .aboutarealist .item#item3-4 .area .nom li.right {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item3-5 .area .nom li.left {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item3-5 .area .nom li.cent {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item3-5 .area .nom li.right {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item3-6 .area .nom li.left {
  width: 35%;
}

#page_top .wrap___sec .aboutarealist .item#item3-6 .area .nom li.cent {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item3-6 .area .nom li.right {
  width: 25%;
}

#page_top .wrap___sec .aboutarealist .item#item3-7 .area .nom li.left {
  width: 65%;
}

#page_top .wrap___sec .aboutarealist .item#item3-7 .area .nom li.cent {
  width: 35%;
}

#page_top .wrap___sec .aboutarealist .item#item3-7 .area .nom li.right {
  width: 0%;
}

#page_top .wrap___sec .aboutarealist .item#item3-8 .area .nom li.left {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item3-8 .area .nom li.cent {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item3-8 .area .nom li.right {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item4-1 .area .nom li.left {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item4-1 .area .nom li.cent {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item4-1 .area .nom li.right {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item4-2 .area .nom li.left {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item4-2 .area .nom li.cent {
  width: 40%;
}

#page_top .wrap___sec .aboutarealist .item#item4-2 .area .nom li.right {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item5-1 .area .nom li.left {
  width: 69%;
}

#page_top .wrap___sec .aboutarealist .item#item5-1 .area .nom li.cent {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item5-1 .area .nom li.right {
  width: 11%;
}

#page_top .wrap___sec .aboutarealist .item#item6-1 .area .nom li.left {
  width: 30%;
}

#page_top .wrap___sec .aboutarealist .item#item6-1 .area .nom li.cent {
  width: 50%;
}

#page_top .wrap___sec .aboutarealist .item#item6-1 .area .nom li.right {
  width: 20%;
}

#page_top .wrap___sec .aboutarealist .item#item1-3 .area .nom li.right {
  padding: 2px 10px;
}

#page_top .wrap___sec .aboutarealist .item#item3-1 .area .nom li.right {
  padding: 2px 10px;
}

#page_top .wrap___sec .aboutarealist .item#item5-1 .area .nom li.right {
  padding: 2px 10px;
}

#page_top .wrap___sec .aboutarealist .item#item3-5 p.time {
  line-height: 2em;
}

.linkbtn a {
  opacity: 0.8;
}

.linkbtn a:hover {
  opacity: 1;
  transition: 0.5s;
}

@media screen and (max-width: 500px) {
  #page_top .page___wrap {
    background: #fff;
  }
  #page_top .wrap___sec .aboutarealist .tablistname {
    padding: 2% 0 5% 0;
    font-size: 5.5vw;
  }
  #page_top .wrap___sec .aboutarealist .tablistname.open {
    background-size: 100%;
  }
  #page_top .wrap___sec .aboutarealist {
    width: 92%;
    margin: auto auto 3% auto;
  }
  #page_top .wrap___sec .aboutarealist .item {
    padding: 6% 10.075%;
  }
  #page_top .wrap___sec .aboutarealist .item h3 {
    font-size: 3.7vw;
    padding-bottom: 7.5%;
    margin-bottom: 0%;
  }
  #page_top .wrap___sec .aboutarealist .item .area h4 {
    padding: 1% 3%;
    font-size: 2.55vw;
    width: 47%;
    margin-bottom: 2.5%;
    line-height: 2.55vw;
  }
  #page_top .wrap___sec .aboutarealist .item .photo {
    margin-bottom: 7.5%;
  }
  #page_top .wrap___sec .aboutarealist .item .area .nom li {
    padding: 3% 2%;
    font-size: 2vw;
  }
  #page_top .wrap___sec .aboutarealist .item .area .nom li p span.nn {
    font-size: 3.4vw;
  }
  #page_top .wrap___sec .aboutarealist .item .area {
    margin-bottom: 0%;
  }
  #page_top .wrap___sec .aboutarealist .item .area .txt {
    font-size: 3.3vw;
    margin-bottom: 0%;
  }
  #page_top .wrap___sec .aboutarealist .item .area.course {
    margin-bottom: -3%;
  }
  #page_top .wrap___sec .aboutarealist .item .area.course .txt {
    margin-bottom: 4%;
  }
  #page_top .wrap___sec .aboutarealist .item .area .info .content {
    padding: 1% 3%;
    font-size: 3.3vw;
    margin-bottom: 8%;
    width: auto;
  }
  #page_top .wrap___sec .aboutarealist .item .area .info .txt {
    font-size: 3.3vw;
    width: 75%;
  }
  #page_top .wrap___sec .aboutarealist .item .time {
    font-size: 3.7vw;
  }
  #page_top .wrap___sec .aboutarealist .item .time span {
    font-size: 5.1vw;
  }
  #page_top .wrap___sec .aboutarealist .item .time {
    margin-bottom: 5%;
    line-height: 1.5em;
  }
  #page_top .wrap___sec .aboutarealist .item .linkbtn span {
    font-size: 2vw;
  }
  #page_top .wrap___sec .aboutarealist .item .area .nom li p span.nn {
    margin-top: -1.2%;
  }
  #page_top .wrap___sec#area02 .wrap___seccontent .linkbtn {
    bottom: 5.4%;
    width: 42.5%;
  }
  #page_top .wrap___sec .aboutarealist .aboutarealist__name {
    width: 99%;
  }
  #page_top .wrap___sec .aboutarealist .item .area-title .area-texit {
    font-size: 4vw;
  }
  #page_top .wrap___sec .aboutarealist .item .time span.mins {
    font-size: 3.3vw;
    line-height: 1.5em;
  }
  #page_top .wrap___sec .aboutarealist .item#item3-5 h3 br {
    display: none;
  }
  #page_top .wrap___sec .aboutarealist .item#item3-5 .time span {
    font-size: 3.3vw;
    line-height: 1.5em;
    display: block;
  }
  #page_top .wrap___sec#area03 .caption {
    font-size: 3vw;
  }
} 
#page_top .wrap___sec {
  /* background: #fff;
  border-radius: 20px; */
  box-shadow: 0 6px 20px 0 rgba(45, 45, 45, 0.3);
}

#page_top .wrap___sec#top_view {
  margin-top: 50px;
  background: none;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#top_view {
    border-radius: 0;
    margin-top: 0;
  }
}

#page_top .wrap___sec#footer {
  margin-bottom: 60px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#footer {
    border-radius: 0;
    margin-bottom: 0;
  }
}

footer {
  font-size: 16px;
  background-color: #f2f2f2;
}

.sns {
  padding: 40px 30px 32px;
}

.sns__title {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
}

.sns__title::before {
  display: inline-block;
  width: 7px;
  height: 11px;
  content: "";
  border-left: 1px solid #2d2d2d;
  transform: rotate(-38deg);
}

.sns__title::after {
  display: inline-block;
  width: 7px;
  height: 11px;
  content: "";
  border-right: 1px solid #2d2d2d;
  transform: rotate(38deg);
}

#page_top .wrap___sec .sns__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
}

.sns--fixed {
  padding: 0;
  position: fixed;
  right: 31px;
  bottom: 33px;
  display: none;
}
.sns--fixed .sns__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
}

.sns--fixed .sns__list {
  flex-direction: column;
}

@media screen and (min-width: 500px) {
  .sns--fixed {
    display: block;
  }
}
.sns__list img {
  width: 28px;
}

.sns__list li:nth-child(2) img {
  width: 52px;
}

.sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 2px 7px 0 rgba(45, 45, 45, 0.15);
}

#page_top .wrap___sec .terms-list {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 20px 16px 0;
}

.terms-list__link {
  font-weight: 400;
  color: #2d2d2d;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
}

.recruit-logo {
  padding: 20px 20px 16px;
}

.recruit-logo__link {
  display: inline-block;
}

#zone01 .logo001 {
  padding-top: 30px;
  margin: 0px auto 50px auto;
  width: 40%;
  position: relative;
}
#zone01 .read p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 500px) {
  #zone01 .read p {
    font-size: 4vw;
    margin-bottom: 6.5%;
  }
}
#zone01 span.btn {
  display: block;
  margin: 0px auto 0px auto;
  width: 92%;
  padding-bottom: 50px;
  position: relative;
}
#zone01 .snow__icon {
  position: absolute;
}
#zone01 .snow__icon.snow__icon01 {
  width: 6%;
  top: 15%;
  right: 5%;
}
#zone01 .snow__icon.snow__icon02 {
  width: 7%;
  top: 37%;
  left: 5%;
}
#zone01 .snow__icon.snow__icon03 {
  width: 9%;
  bottom: 0%;
  right: 5%;
}

#page_top .wrap___sec {
  font-family: "Noto Sans JP", serif;
}
#page_top .wrap___sec#zone02 {
  background: url(../shigakogen/bg02.png) repeat;
  padding: 20px 0;
}
#page_top .wrap___sec#zone02 .go__title__text {
  width: 93.4%;
  margin: auto;
}
#page_top .wrap___sec#zone02 .wrap___seccontent {
  width: 92%;
  margin: auto;
  padding: 20px 0;
  background: #fff;
  border-radius: 20px;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .read p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .read p {
    font-size: 2.95vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .read p .snow__icon {
  position: absolute;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .read p .snow__icon.snow__icon04 {
  width: 5.3%;
  top: 0%;
  left: 5%;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .read p .snow__icon.snow__icon05 {
  width: 6.8%;
  bottom: 0%;
  right: 2%;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items {
  position: relative;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items .textzone {
  position: absolute;
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items .textzone {
    font-size: 3.25vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items .textzone .subtitle {
  display: flex;
  font-weight: bold;
  color: #004791;
  margin-bottom: 13px;
  font-size: 24px;
  align-items: center;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items .textzone .subtitle span {
  font-size: 30px;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items .textzone .subtitle span {
    font-size: 6.1vw;
  }
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items .textzone .subtitle {
    font-size: 3.85vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area01 .textzone {
  top: 4.5%;
  left: 41%;
  width: 50%;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area01 .textzone p {
  line-height: 1.7em;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area01 .textzone p {
    line-height: 1.65em;
    font-size: 2.8vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area02 .textzone {
  top: 7.5%;
  left: 11%;
  width: 50%;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area02 .textzone p {
  line-height: 1.7em;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area02 .textzone p {
    line-height: 1.65em;
    font-size: 2.8vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area03 .textzone {
  top: 0.5%;
  left: 41.2%;
  width: 50%;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area03 .textzone p {
  line-height: 1.7em;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area03 .textzone p {
    line-height: 1.65em;
    font-size: 2.8vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area04 .textzone {
  top: 5.7%;
  left: 10.6%;
  width: 60%;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area04 .textzone p {
  width: 86%;
  line-height: 1.7em;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area04 .textzone p {
    line-height: 1.65em;
    font-size: 2.8vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area05 .textzone {
  top: 29.3%;
  left: 41.4%;
  width: 50%;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area05 .textzone p {
  line-height: 1.7em;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .areazone .items.area05 .textzone p {
    line-height: 1.65em;
    font-size: 2.8vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  margin: auto auto 30px auto;
  gap: 0px;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul li {
  width: 48.1%;
  padding: 3% 2%;
  margin-bottom: 10px;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul li.listitem {
  background: #eef9f9;
  border-radius: 20px;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul li.listitem span {
  color: #004791;
  font-weight: bold;
  display: flex;
  justify-content: left;
  font-size: 16px;
  margin-bottom: 10px;
  align-items: center;
  line-height: 1.2em;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul li.listitem span {
    font-size: 3.3vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul li.listitem span img {
  width: 50px;
  height: auto;
  margin-right: 8px;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul li.listitem span img {
    width: 20%;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul li.listitem p {
  font-size: 12px;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .pickup__list ul li.listitem p {
    font-size: 2.4vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup {
  background: #eef9f9;
  border-radius: 20px;
  padding: 3% 2%;
  margin: auto;
  width: 95%;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup .title__text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup .title__text img {
  width: 50px;
  height: auto;
  margin-right: 8px;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup .title__text img {
    width: 9%;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup .title__text span {
  color: #004791;
  font-weight: bold;
  font-size: 16px;
  margin-right: 40px;
  position: relative;
  line-height: 1.2em;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup .title__text span {
    font-size: 3vw;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup .title__text span:after {
  position: absolute;
  right: -20px;
  top: 0;
  display: inline-block;
  width: 15px;
  height: 40px;
  content: "";
  border-right: 1px solid #004791;
  transform: rotate(22deg);
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup .title__text span:after {
    height: 35px;
    top: -5px;
  }
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup .title__text span:last-child:after {
  display: none;
}
#page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup p {
  font-size: 12.3px;
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 500px) {
  #page_top .wrap___sec#zone02 .wrap___seccontent .pickupzone .listitem__pickup p {
    font-size: 2.4vw;
  }
}
#page_top .wrap___sec #zone03 {
  padding: 40px 0 25px 0;
}
#page_top .wrap___sec #zone03 .title__text {
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 0 10px 0;
}
#page_top .wrap___sec #zone03 .title__text:before {
  display: inline-block;
  width: 15px;
  height: 18px;
  content: "";
  border-left: 1px solid #2d2d2d;
  transform: rotate(-38deg);
}
#page_top .wrap___sec #zone03 .title__text:after {
  display: inline-block;
  width: 15px;
  height: 18px;
  content: "";
  border-right: 1px solid #2d2d2d;
  transform: rotate(38deg);
}
#page_top .wrap___sec #zone03 .btn {
  width: 92%;
  margin: auto;
  display: block;
}

#top_view .wrap___seccontent {
  border-radius: 20px 20px 0 0;
}

#top_view .wrap___seccontent img {
  border-radius: 20px 20px 0 0;
}/*# sourceMappingURL=style.css.map */