@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/*====================================================================

index.css

=====================================================================*/
.main {
  overflow: hidden;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
}

.main-view__bg {
  position: absolute;
  top: 64px;
  right: 0;
  width: 75%;
  height: calc(100% - 64px);
  overflow: hidden;
  border-top-left-radius: clamp(5px, 4vw, 40px);
}
.main-view__bg__img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-view__bg__img .swiper {
  height: 100%;
}

.main-view__catch {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-view__catch__inner {
  position: relative;
  padding: clamp(1em, 2vw, 2em) clamp(1.5em, 5%, 10em) clamp(1em, 2vw, 2em);
  border-top-right-radius: clamp(5px, 4vw, 40px);
  background: #ffffff;
  color: #268C21;
  font-weight: 700;
  font-size: clamp(15px, 5.36vw, 50px);
}
.main-view__catch__add {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 24.5vw;
}

/* common
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  padding-top: clamp(48px, 12vw, 192px);
  padding-top: clamp(3rem, 12vw, 12rem);
  background: #ffffff;
}

/*--------------------------------------------------------------------/
	top aboutuus
/--------------------------------------------------------------------*/
.top-aboutus {
  position: relative;
  padding-bottom: clamp(96px, 9vw, 144px);
  padding-bottom: clamp(6rem, 9vw, 9rem);
}
.top-aboutus__img {
  -webkit-column-gap: 1.5%;
     -moz-column-gap: 1.5%;
  display: grid;
  grid-template-columns: 48% 18.5% 30.5%;
          column-gap: 1.5%;
  width: 95%;
}
.top-aboutus__img__img01 {
  grid-column: 1/2;
  overflow: hidden;
  border-top-right-radius: clamp(5px, 2vw, 20px);
  border-bottom-right-radius: clamp(5px, 2vw, 20px);
}
.top-aboutus__img__img02 {
  grid-column: 2/3;
  overflow: hidden;
  border-radius: clamp(5px, 2vw, 20px);
}
.top-aboutus__img__img03 {
  grid-column: 3/4;
  overflow: hidden;
  border-radius: clamp(5px, 2vw, 20px);
}
.top-aboutus__inner {
  position: relative;
  padding-top: clamp(3em, 5vw, 5em);
}
.top-aboutus__ttl {
  display: inline-block;
  position: absolute;
  top: -1.25em;
  left: 0;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  background: #EBF6EA;
  color: #268C21;
  font-size: calc(0.9rem + 0.88235vw - 2.47059px);
  line-height: 1;
}
.top-aboutus__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-aboutus__catch {
  color: #268C21;
  font-weight: 700;
  font-size: calc(1.5rem + 2.05882vw - 5.76471px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top-aboutus__txt .btn-wrap {
  margin-top: clamp(1.5em, 3vw, 2.5em);
}

/*--------------------------------------------------------------------/
	top strengths
/--------------------------------------------------------------------*/
.top-strengths {
  position: relative;
  padding-top: clamp(3em, 6vw, 6em);
  padding-bottom: clamp(2em, 3vw, 3em);
}
.top-strengths::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 20%;
  background: #F1F9F0;
  content: "";
}
.top-strengths__inner {
  z-index: 1;
  position: relative;
  padding: 0 clamp(1.5em, 5%, 5em) clamp(2em, 3vw, 3em);
  border: 1px solid #268C21;
  border-radius: clamp(5px, 2vw, 20px);
  background: #ffffff;
}
.top-strengths__add {
  z-index: 1;
  position: absolute;
  right: 58%;
  bottom: calc(100% + 2.5em);
  width: clamp(60px, 18%, 133px);
}
.top-strengths__ttl {
  position: relative;
  top: -1.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: clamp(1.5em, 2vw, 2em);
  margin-left: auto;
  color: #262626;
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  line-height: 1;
  text-align: center;
}
.top-strengths__ttl span {
  display: block;
  padding: 0 1em;
  background: #ffffff;
}
.top-strengths__ttl b {
  display: inline-block;
  padding: 0 0.1em;
  color: #268C21;
  font-size: 1.75em;
}
.top-strengths__list {
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
          column-gap: 4%;
  row-gap: clamp(3em, 6vw, 6em);
  counter-reset: strengths-num;
}

.top-strengths__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 0.75em;
  grid-row: span 3;
          align-items: center;
}
.top-strengths__box__ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  -ms-flex-item-align: center;
  container: strengths-ttl/inline-size;
      align-self: center;
          order: 2;
  color: #268C21;
  font-weight: 700;
  font-size: 1.14em;
  text-align: center;
}
@container strengths-ttl (min-width: 360px) {
  .top-strengths__box__ttl span {
    font-size: 1.37em;
  }
}
.top-strengths__box__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
  -ms-flex-item-align: baselie;
  container: strengths-txt/inline-size;
      align-self: baselie;
          order: 3;
}
@container strengths-txt (min-width: 360px) {
  .top-strengths__box__txt .txt {
    font-size: 1.07em;
  }
}
.top-strengths__box__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
  position: relative;
          order: 1;
  aspect-ratio: 1/1;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background: #EBF6EA;
}
.top-strengths__box__img::before {
  z-index: 1;
  position: absolute;
  bottom: calc(100% - 0.5em);
  left: 50%;
  translate: -50% 0;
  content: counter(strengths-num, decimal-leading-zero);
  color: #E09A01;
  font-weight: 600;
  font-size: 3em;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  counter-increment: strengths-num;
}

/*--------------------------------------------------------------------/
	top facility
/--------------------------------------------------------------------*/
.top-facility {
  padding: clamp(3em, 6vw, 6em) 0 clamp(6em, 9vw, 9em);
  background: #F1F9F0;
}
.top-facility__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-facility__txt__ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  color: #268C21;
}
.top-facility__txt__ttl__add {
  display: block;
  width: clamp(48px, 18%, 94px);
  margin-bottom: 1em;
}
.top-facility__txt__ttl b {
  font-weight: 700;
  font-size: calc(1.5rem + 1.17647vw - 3.29412px);
}
.top-facility__txt__txt .txt {
  line-height: 2;
}
.top-facility__txt .btn-wrap {
  margin-top: clamp(1.5em, 3vw, 2.5em);
}
.top-facility__img__inner {
  -webkit-column-gap: clamp(0.5em, 1.5vw, 1.5em);
     -moz-column-gap: clamp(0.5em, 1.5vw, 1.5em);
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 64% 34%;
          column-gap: clamp(0.5em, 1.5vw, 1.5em);
  row-gap: clamp(0.5em, 1.5vw, 1.5em);
}
.top-facility__img__img01 {
  grid-row: 1/3;
  grid-column: 1/2;
  overflow: hidden;
  border-top-right-radius: clamp(5px, 2vw, 20px);
  border-bottom-right-radius: clamp(5px, 2vw, 20px);
}
.top-facility__img__img02 {
  grid-row: 1/2;
  grid-column: 2/3;
  overflow: hidden;
  border-radius: clamp(5px, 2vw, 20px);
}
.top-facility__img__img03 {
  grid-row: 2/3;
  grid-column: 2/3;
  overflow: hidden;
  border-radius: clamp(5px, 2vw, 20px);
}

/*--------------------------------------------------------------------/
	top restaurant
/--------------------------------------------------------------------*/
.top-restaurant {
  position: relative;
  background: #F1F9F0;
}
.top-restaurant__wrap {
  padding-bottom: clamp(4em, 9vw, 144px);
  padding-bottom: clamp(4em, 9vw, 9rem);
  background: #ffffff;
}
.top-restaurant__triangle {
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: relative;
  width: 100%;
  height: 6.9282032303vw;
  background: #ffffff;
  content: "";
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.top-restaurant__cloud {
  z-index: 1;
  position: absolute;
  top: 1vw;
  right: 64%;
  width: clamp(100px, 20vw, 258px);
}
.top-restaurant__birds {
  z-index: 1;
  position: absolute;
  top: 0.5em;
  left: 70%;
  width: clamp(60px, 16vw, 168px);
}
.top-restaurant__inner {
  position: relative;
}
.top-restaurant__ttl {
  position: relative;
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #268C21;
  text-align: center;
}
.top-restaurant__ttl span {
  display: block;
  width: clamp(40px, 18%, 100px);
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}
.top-restaurant__ttl em {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: calc(0.8rem + 0.22059vw - 0.61765px);
  font-family: 'Montserrat', sans-serif;
}
.top-restaurant__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.14rem + 1.02941vw - 2.88235px);
}

.top-restaurant__cont {
  display: grid;
}
.top-restaurant__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1em, 3%, 2em) clamp(1em, 2%, 2em);
}
.top-restaurant__img {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: clamp(5px, 1vw, 10px);
}
.top-restaurant__time {
  -webkit-column-gap: clamp(1em, 6%, 2em);
     -moz-column-gap: clamp(1em, 6%, 2em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: clamp(1em, 6%, 2em);
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 8%, 3em);
  border-radius: clamp(5px, 1vw, 10px);
  background: #F1F9F0;
}
.top-restaurant__time__ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #268C21;
  font-weight: 700;
  font-size: 1.07em;
}
.top-restaurant__time__txt {
  -ms-flex-negative: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 1;
          flex-direction: column;
  width: 100%;
  line-height: 1.5;
}
.top-restaurant__time__txt .txt:not(:first-child) {
  padding-top: 1em;
}
.top-restaurant__time__txt .txt:not(:last-child) {
  padding-bottom: 1em;
  border-bottom: 1px dashed #C9CED2;
}
.top-restaurant__time__txt strong {
  color: #268C21;
  font-weight: 700;
  font-size: 1.07em;
}

/*--------------------------------------------------------------------/
	top admissions
/--------------------------------------------------------------------*/
.top-admissions {
  position: relative;
  margin-bottom: clamp(64px, 6vw, 96px);
  margin-bottom: clamp(4rem, 6vw, 6rem);
  padding-top: clamp(96px, 9vw, 144px);
  padding-top: clamp(6rem, 9vw, 9rem);
}
.top-admissions__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  overflow: hidden;
}
.top-admissions__bg__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-admissions__bg__img::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 246, 234, .7);
  content: "";
}
.top-admissions .l-cont {
  z-index: 2;
  position: relative;
}
.top-admissions__inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  position: relative;
  width: 100%;
  padding: clamp(1.5em, 3vw, 3em) clamp(1.5em, 5%, 5em) clamp(2em, 3.5vw, 3.5em);
  border-radius: clamp(5px, 2vw, 20px);
  background: #ffffff;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.top-admissions__ttl {
  margin-right: auto;
  margin-bottom: clamp(24px, 2vw, 32px);
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  margin-left: auto;
  text-align: center;
}
.top-admissions__ttl__add {
  display: block;
  width: clamp(48px, 20%, 76px);
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: auto;
}
.top-admissions__ttl b {
  margin-right: auto;
  margin-left: auto;
  color: #268C21;
  font-weight: 700;
  font-size: clamp(16px, 5.71vw, 40px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.top-admissions__txt {
  margin-bottom: clamp(1.5em, 2vw, 2em);
}
.top-admissions__txt__catch {
  margin-bottom: 0.5em;
  color: #268C21;
  font-weight: 700;
  font-size: calc(1.14rem + 0.44118vw - 1.23529px);
  text-align: center;
}

/*--------------------------------------------------------------------/
	top topnews
/--------------------------------------------------------------------*/
.top-topnews {
  position: relative;
  margin-bottom: clamp(48px, 7vw, 112px);
  margin-bottom: clamp(3rem, 7vw, 7rem);
  padding: clamp(64px, 7vw, 112px) 0 clamp(96px, 9vw, 144px);
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(6rem, 9vw, 9rem);
  overflow: hidden;
  background: #ffffff;
}
.top-topnews::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF9EB;
  content: "";
}
.top-topnews__inner {
  z-index: 2;
  position: relative;
}
.top-topnews__ttl {
  margin-right: auto;
  margin-bottom: clamp(32px, 4vw, 80px);
  margin-bottom: clamp(2rem, 4vw, 5rem);
  margin-left: auto;
  text-align: center;
}
.top-topnews__ttl__add {
  display: block;
  width: clamp(48px, 20%, 76px);
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: auto;
}
.top-topnews__ttl b {
  margin-right: auto;
  margin-left: auto;
  color: #268C21;
  font-weight: 700;
  font-size: clamp(16px, 5.71vw, 40px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.top-topnews__table {
  width: 100%;
  max-height: 520px;
  overflow-y: auto;
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
.top-topnews__table::-webkit-scrollbar {
  width: 8px;
}
.top-topnews__table::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.top-topnews__table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 8px;
  background: #C9CED2;
          box-shadow: inset 0 0 0 1px #ffffff;
}
.top-topnews__table__inner {
  width: 100%;
}
.top-topnews__table__inner dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  border-bottom: 0.3em dotted #C9CED2;
  text-align: left;
}
.top-topnews__table__inner dl:first-child {
  border-top: 0.3em dotted #C9CED2;
}
.top-topnews__table__inner dt {
  min-width: 100px;
  padding: 1.25em 0;
  color: #268C21;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.top-topnews__table__inner dd {
  padding: 1.25em 0;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.top-blog {
  position: relative;
  padding: clamp(64px, 7vw, 112px) 0 clamp(96px, 9vw, 144px);
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(6rem, 9vw, 9rem);
  overflow: hidden;
  background: #ffffff;
}
.top-blog::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #F1F9F0;
  content: "";
}
.top-blog__inner {
  z-index: 2;
  position: relative;
}
.top-blog__ttl {
  margin-right: auto;
  margin-bottom: clamp(32px, 4vw, 80px);
  margin-bottom: clamp(2rem, 4vw, 5rem);
  margin-left: auto;
  text-align: center;
}
.top-blog__ttl__add {
  display: block;
  width: clamp(48px, 20%, 86px);
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: auto;
}
.top-blog__ttl b {
  margin-right: auto;
  margin-left: auto;
  color: #268C21;
  font-weight: 700;
  font-size: clamp(16px, 5.71vw, 40px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.top-blog .btn-wrap {
  margin-top: clamp(32px, 5vw, 80px);
  margin-top: clamp(2rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.top-commonpost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  width: 100%;
}

.top-commonpost1__newest__box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  overflow: hidden;
  border-radius: clamp(5px, 1vw, 10px);
  background: #ffffff;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #262626;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__newest__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-commonpost1__newest__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.top-commonpost1__newest__box__img {
  width: 100%;
}
.top-commonpost1__newest__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.top-commonpost1__newest__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.top-commonpost1__newest__box__img__inner > div,
.top-commonpost1__newest__box__img__inner figure,
.top-commonpost1__newest__box__img__inner a,
.top-commonpost1__newest__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-commonpost1__newest__box__date {
  color: #268C21;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}
.top-commonpost1__newest__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
      flex-wrap: wrap;
}
.top-commonpost1__newest__box__category .category-item {
  font-size: 0.8em;
}
.top-commonpost1__newest__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(0.94rem + 0.44118vw - 1.23529px);
}
.top-commonpost1__newest__box .txt {
  line-height: 1.5;
}

.top-commonpost1__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.top-commonpost1__list__box {
  position: relative;
  width: 100%;
  text-align: left;
}
.top-commonpost1__list__box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(5px, 1vw, 10px);
  background: #ffffff;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #262626;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__list__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-commonpost1__list__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-commonpost1__list__box__img {
  width: 100%;
}
.top-commonpost1__list__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.top-commonpost1__list__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.top-commonpost1__list__box__img__inner > div,
.top-commonpost1__list__box__img__inner figure,
.top-commonpost1__list__box__img__inner a,
.top-commonpost1__list__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-commonpost1__list__box__date {
  color: #268C21;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}
.top-commonpost1__list__box__ttl {
  margin-bottom: 0.5em;
}
.top-commonpost1__list__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-commonpost1__list__box__category .category-item {
  font-size: 0.8em;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .top-topnews__table__inner dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-topnews__table__inner dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15%;
  }
  .top-topnews__table__inner dd {
    width: 85%;
    padding-left: clamp(1.25em, 2vw, 3rem);
  }
  .top-commonpost1__list {
    row-gap: 1em;
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 100%;
  }
  .top-commonpost1__list__box__img {
    width: 35.91%;
  }
  .top-commonpost1__list__box__img__inner {
    height: 100%;
  }
  .top-commonpost1__list__box__img__inner > div {
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 64.09%;
    padding: 1em 3.75%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-commonpost1__newest__box__img {
    width: 35.91%;
  }
  .top-commonpost1__newest__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 75vw;
  }
  .main-view__bg {
    width: 82vw;
  }
  .main-view__catch__inner {
    font-size: clamp(32px, 4.17vw, 50px);
  }
  .main-view__catch__add {
    width: 17.5vw;
  }
  .top-aboutus__cont {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
  .top-aboutus__catch {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: clamp(20px, 2.6vw, 48px);
  }
  .top-aboutus__txt .txt {
    font-size: clamp(14px, 1.82vw, 18px);
  }
  .top-facility__inner {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            column-gap: 6%;
            flex-direction: row-reverse;
    padding-top: clamp(3em, 8vw, 8em);
  }
  .top-facility__txt {
    width: 50%;
    padding-right: clamp(1.5em, 5%, 5em);
  }
  .top-facility__txt__ttl b {
    font-size: clamp(20px, 2.6vw, 40px);
  }
  .top-facility__txt__txt .txt {
    font-size: clamp(12px, 1.56vw, 17px);
  }
  .top-facility__img {
    width: 44%;
  }
  .top-admissions__inner {
    padding: clamp(3em, 4vw, 5em) clamp(1.5em, 5%, 5em) clamp(3em, 4.5vw, 5.5em);
  }
  .top-admissions__txt .txt {
    text-align: center;
  }
  .top-topnews::before {
    width: 97.5%;
    border-top-right-radius: clamp(5px, 2vw, 20px);
    border-bottom-right-radius: clamp(5px, 2vw, 20px);
  }
  .top-blog::before {
    width: 97.5%;
    border-top-left-radius: clamp(5px, 2vw, 20px);
    border-bottom-left-radius: clamp(5px, 2vw, 20px);
  }
  .top-commonpost1 {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
  .top-commonpost1__newest {
    width: 41.66%;
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    padding: 1em clamp(1em, 5%, 3em) 1.5em;
  }
  .top-commonpost1__newest__box__date {
    font-size: 1.15em;
  }
  .top-commonpost1__newest__box__category {
    margin-bottom: calc(0.5rem + 0.3em);
  }
  .top-commonpost1__newest__box__ttl {
    font-size: calc(0.9rem + 0.45872vw - 3.52294px);
  }
  .top-commonpost1__newest__box .txt {
    font-size: 0.9em;
  }
  .top-commonpost1__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 53.34%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: calc(0.9rem + 0.34404vw - 2.6422px);
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view {
    height: 46.87vw;
  }
  .main-view__catch__inner {
    font-size: clamp(32px, 2.96vw, 50px);
  }
  .top-strengths__inner {
    padding: 0 clamp(1.5em, 8%, 5em) clamp(2em, 3vw, 3em);
  }
  .top-facility__txt {
    width: 40%;
  }
  .top-facility__img {
    width: 54%;
  }
  .top-restaurant__cloud {
    top: 2em;
    right: 70%;
    width: clamp(100px, 13.5vw, 258px);
  }
  .top-restaurant__birds {
    top: 0.5em;
    left: 68%;
    width: clamp(60px, 8.75vw, 168px);
  }
  .top-restaurant__cont {
    grid-template-columns: 35.4% 58.3%;
    grid-column: auto 1fr;
    gap: clamp(1.5em, 2vw, 2em) 6.3%;
  }
  .top-restaurant__list {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .top-restaurant__time {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .top-restaurant__txt {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1296px) {
  .main-view__bg {
    top: 84px;
    height: calc(100% - 84px);
  }
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .main-view {
    height: 900px;
  }
  .top-aboutus__img {
    width: calc(50% + 720px);
  }
  .top-aboutus__ttl {
    font-size: 1.75rem;
  }
  .top-aboutus__catch {
    font-size: 3rem;
  }
  .top-aboutus__txt .txt {
    font-size: 1.13rem;
  }
  .top-strengths__ttl {
    font-size: 2.25rem;
  }
  .top-facility__txt__txt .txt {
    font-size: 1.13rem;
  }
  .top-restaurant__ttl {
    top: -2em;
  }
  .top-restaurant__ttl em {
    font-size: 1.06rem;
  }
  .top-restaurant__ttl b {
    font-size: 2rem;
  }
  .top-restaurant__txt {
    font-size: 1.14em;
  }
  .top-admissions__ttl b {
    font-size: 2.5rem;
  }
  .top-admissions__txt__catch {
    font-size: 1.65em;
  }
  .top-admissions__txt .txt {
    font-size: 1.14em;
  }
  .top-topnews::before {
    width: 95%;
  }
  .top-topnews__ttl b {
    font-size: 2.5rem;
  }
  .top-topnews__table__inner dt {
    font-size: 1.19rem;
  }
  .top-blog::before {
    width: 95%;
  }
  .top-blog__ttl b {
    font-size: 2.5rem;
  }
  .top-commonpost1 {
    -webkit-column-gap: 6.26%;
       -moz-column-gap: 6.26%;
            column-gap: 6.26%;
  }
  .top-commonpost1__newest {
    width: 41.66%;
  }
  .top-commonpost1__newest__box__txt {
    padding: 1em clamp(1.5em, 6%, 3em) 1.5em;
  }
  .top-commonpost1__newest__box__ttl {
    font-size: 1.25rem;
  }
  .top-commonpost1__newest__box .txt {
    font-size: 1rem;
  }
  .top-commonpost1__list {
    width: 52.08%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: 1.13rem;
  }
}
@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .main-view__catch__inner {
    font-size: 3.13rem;
  }
  .top-facility__txt__ttl b {
    font-size: 2.5rem;
  }
}
@media (min-width: 1921px) {
  .main-view {
    height: 46.87vw;
  }
  .top-aboutus__img {
    width: 87.5%;
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .top-restaurant__cont {
    grid-template-columns: 1fr;
    row-gap: clamp(1em, 2vw, 2em);
    grid-column: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view {
    height: 125vw;
  }
  .top-aboutus__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1em, 2vw, 2em);
            flex-direction: column;
  }
  .top-facility__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    row-gap: 2em;
            flex-direction: column-reverse;
  }
  .top-facility__txt {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }
  .top-facility__img {
    width: 95%;
  }
  .top-commonpost1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-commonpost1__newest__box .txt {
    display: none;
  }
  .top-commonpost1__list > *:not(:first-child) {
    display: none;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .top-topnews__table__inner dt {
    display: block;
    width: 100%;
    padding: 1.25em 0 0 0;
    font-size: 1rem;
  }
  .top-topnews__table__inner dd {
    display: block;
    width: 100%;
    padding: 0 0 1.25em 0;
  }
  .top-commonpost1 {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost1__list {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__list__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
}
/*# sourceMappingURL=map/top.css.map */
