@charset "utf-8";
@viewport { zoom: 1.0; width: extend-to-zoom; }
* { margin: 0; padding: 0; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-before: 0; -webkit-padding-after: 0; -webkit-padding-start: 0; -webkit-padding-end: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
button {
  border: none;
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
}
img {
  max-width: 100%;
}
ul, li {
  list-style-type: none;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
html, body, :root {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  position: relative;
}
@media (min-width:841px) {
  html, body, :root {
    font-size: 16px;
  }
}
@media (min-width:1600px) {
  html, body, :root {
    font-size: 17px;
  }
}


/* リンク */
a {
  text-decoration: none;
  transition: all 0.2s ease;
}


/* ボタン */
.btn {
  display: inline-block;
  min-width: 16em;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  padding: 1.2rem 2rem;
  margin: 0 0 1rem;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  background-color: #E99600;
  transition: .2s;
}
.courses .btn {
  background: url("../img/plus.svg") no-repeat center right 1rem;
  background-color: #F5A200;
  padding: 1.2rem 4rem 1.2rem 2rem;
}
@media (hover: hover) {
  .btn:hover {
    transform: scale(1.1);
  }
}


/* 追記 */
.small-foot {
  line-height: 1.5;
  margin: 1rem 0 0;
  font-size: .9rem;
  color: #6A6A6A;
}
.small-foot img {
  width: 1.2rem; height: auto;
  vertical-align: text-bottom;
}


/* レイアウト */
.container {
  margin: auto;
  width: 600px;
  max-width: 96%;
}
.sect {
  padding: 0 0 2rem 0;
}
@media (min-width:901px) {
  .container {
    width: 1000px;
  }
  .container.slim {
    width: 790px;
  }
  .container.wide {
    width: 1260px;
  }
  .sect {
    padding: 0 0 5rem 0;
  }
}
@media (min-width:1701px) {
  .header .container,
  .hero .container {
    width: 1400px;
  }
}


/* 横スクロール */
@media (max-width:900px) {
	.side-scroll {
		overflow-x: auto;
		margin: 0 0 1rem;
	}
	.side-scroll img {
		max-width: 830px;
		width: 830px;
		height: auto;
	}
  .point-06 .side-scroll img {
    width: 700px;
    max-width: 700px;
  }
  .timetable-image {
    width: 100%;
    text-align: center;
  }
  .timetable-image.side-scroll img {
    display: block;
    margin: 0 auto 5px;
    width: 800px;
    max-width: 800px;
  }
}


/* 併願不可 */
.sys-arrows {
  text-align: center;
  margin: 0 0 2rem;
}
@media (min-width:901px) {
  .sys-arrows {
    transform: translateY(-30%);    
    margin: 0;
  }
}

/* 背景ボックス */
.content-box {
  position: relative;
  background-color: #fff;  
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 0 0 1rem;
  border-radius: 4px;
}
.content-box-head {
  margin: 0 0 2rem;
}
@media (min-width:901px) {
  .content-box {
    padding: 2rem;
  }
}


/* 特殊　見出し */
.shape-h {
  margin: 2rem auto 1rem;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  line-height: 1;
  background-color: #E97500;
  width: fit-content;
  padding: .6rem 2rem;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-box .shape-h {
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.shape-h::after,
.shape-h::before {
  content: ""; display: block;
  width: 30%; height: 40px;
  position: absolute;
  top: 0; bottom: 0; left: -1rem;
  margin: auto;
  background: url("../img/shape-or.svg") no-repeat top left;
  background-size: auto 100%;
}
.shape-h::after {
  left: auto; right: -1rem;
  transform: scaleX(-1);
}
.shape-h.pink {
  background-color: #D9517C;
}
.shape-h.pink::after,
.shape-h.pink::before {
  background-image: url("../img/shape-pi.svg");
}
.shape-h.green {
  background-color: #006441;
}
.shape-h.green::after,
.shape-h.green::before {
  background-image: url("../img/shape.svg");
}
.shape-h.lemon {
  background-color: #EAECB6;
  color: #333333;
}
.shape-h.lemon::after,
.shape-h.lemon::before {
  background-image: url("../img/shape-lemon.svg");
}


/* 背景色 */
.bg-gray {
  background-color: #F2F4F6;
}


/* 見出し */
.sect-h {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 2rem;
  padding: 0;
  position: relative;
  letter-spacing: .1rem;
}
@media (min-width:601px) {
  .sect-h {
    font-size: 1.6rem;
  }
}
.sect-h.green {
  color: #006441;
  font-size: 2.2rem;
  font-weight: bold;
}
.sect-h strong {
  color: #006441;
  font-size: 1.2em;
  font-weight: 700;
}
.sect-h strong span {
  font-size: 1.3em;
  display: inline-block;
  background: linear-gradient(transparent 70% , #D6DA71 70%);
}

.sect-head p {
  font-size: 1.2rem;
  text-align: center;
}
.sect-head p small {
  font-size: .8em;
}
.sect-head p strong {
  color: #006441;
  font-weight: bold;
}
@media (max-width:370px) {
  .sect-h {
    letter-spacing: 0;
    font: 1.2rem;
  }
  .sect-h strong {
    font-size: 1.1em;
  }
  .sect-h strong span {
    font-size: 1.2em;
  }
}
@media (min-width:901px) {
  .sect-head p {
    font-size: 1.3rem;
  }
  .sect-h br.sp { display: none; }
}


/* ぴか　見出し */
.deco-h {
  font-size: 1.6rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 2rem 2rem 1rem;
  position: relative;
  line-height: 1.4;
  text-align: center;
  min-width: 11em;
}
.deco-h::after,
.deco-h::before {
  content: ""; display: block;
  position: absolute;
  top: 0; left: 0;
  width: 30%;
  height: 100%;
  background: url("../img/deco.svg") no-repeat bottom left;
  background-size: 40px;
}
.deco-h::after {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.deco-h strong {
  font-weight: bold;
  color: #006441;
  font-size: 1.5em;
  letter-spacing: .1rem;
  margin: 0 0 .4rem;
  display: inline-block;
}
.deco-h strong span {
  font-size: 1.2em;
}
@media (min-width:901px) {
  .deco-h::after, .deco-h::before {
    background-size: 50px;
  }
  .deco-h {
    padding: 2rem 4rem 1rem;
  }
  .deco-h strong {
    display: block;
  }
  .deco-h br {
    display: none;
  }
}



/* ポイント　見出し */
.sect-point-head {
  position: relative;
  padding: 3rem 0 0;
  margin: 0 0 2rem;
}
.sect-point-head::before {
  content: ""; display: block;
  width: 100%; height: 3px;
  background-color: #D6DA71;
  border-radius: 2px;
  position: absolute;
  top: -1px; left: 0; right: 0;
}
.sect-point-head .no {
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-color: #D6DA71;
  width: 50px; height: 50px;
  line-height: 1;
  padding: 7px 0 0;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  font-size: 2.3rem;
  font-weight: 900;
  color: #006441;
}
.icon-head::before {
  background-color: #93BCAE;
}
.icon-head .no {
  width: 55px; height: 55px;
  background-color: #93BCAE;
  padding: 0;
}
.icon-head .no img {
  width: 60%;
}
@media (min-width:901px) {
  .sect-point-head {
    padding: 3.5rem 0 0;
  }
  .icon-head .no {
    width: 75px; height: 75px;
  }
  .sect-point-head .no {
    width: 65px; height: 65px;
    font-size: 2.7rem;    
  }
}


/* 角丸見出し */
.h-pill {
  color: #fff;
  background-color: #006441;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  padding: 4px 14px;
  border-radius: 3rem;
  width: fit-content;
}
@media (min-width:901px) {
  .h-pill {
    padding: 8px 14px;
  }
}


/* POINT 1 */
.point-01 .sect-head {
  margin: 0 0 3rem;
}
.point-02 .shape-h,
.point-01 .shape-h {
  min-width: 10em;
  text-align: center;
}
@media (max-width:900px) {
  .point-01 .content-box {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .point-01 .content-box .shape-h {
    position: relative;
  }
}


/* POINT 2 */
.point-03 .sect-head,
.point-02 .sect-head {
  margin: 0 0 3rem;
}
.point-02 .sect-head p {
  margin: 0 0 1rem 0;
}
@media (max-width:900px) {
  .point-02 .small-foot {
    padding: 0 6px;
    margin: 0 0 2rem;
  }
}
@media (min-width:901px) {
  .point-02 img {
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }
}


/* POINT 3 */
.p3-h {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 2rem 0 1rem;
  text-align: center;
}
.p3-h strong {
  font-size: 1.2em;
  color: #E97500;
}
@media (min-width:901px) {
  .point-03 .content-box {
    margin: 4rem 0 2rem;
    padding: 3rem 2rem 2rem;
  }
  .point-03 .content-box img {
    display: block;
    margin: auto;
    width: 800px;
  }
}
@media (max-width:900px) {
  .point-03 .content-box {
    padding: 2rem 1rem;
  }
  .p3-h {
    margin: 3rem 0 1rem;
  }
}


/* POINT 4 */
.sect-map img {
  border-radius: 5px;
}
.area-calendar {
  margin: 2rem 0 0;
}
.area-calendar .shape-h {
  margin: 0 0 1rem 1rem;
}
.point-04 .sect-point-head {
  margin: 0;
}
@media (max-width:900px) {
  .point-04 .sect-head {
    margin: 0;
  }
  .area-calendar {
    text-align: center;
    margin: 2rem 0 2rem;
  }
  .area-calendar .shape-h {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 900px) {
  .sect-map-body {
    margin: 0 0 1rem;
  }
  .sect-map-body p {
    padding: 0 .5rem;
  }
}
@media (min-width: 901px) {
  .sect-map {
    display: flex;
    align-items: center;
  }
  .sect-map .sect-h {
    text-align: left;
  }
  .sect-map-body {
    flex: 0 0 55%;
    padding: 0 3rem 0 0;
    font-size: 1.1rem;
  }
  .area-calendar img {
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }
}


/* POINT 05 学内資格講座一覧 */
.point-05 .content-box {
  padding: 2rem 1rem 1rem;
}
.p5-item-h {
  background-color: #EBEDB9;
  border-radius: 5rem;
  padding: 5px 1rem;
  line-height: 1;
}
.p5-item {
  margin: 0 0 1rem;
}
@media (max-width:900px) {
  .point-06 .sect-head p,
  .point-05 .sect-head p {
    text-align: left;
    font-size: 1.1rem;
  }
  .point-06 .sect-head p br,
  .point-05 .sect-head p br {
    display: none;
  }
  .point-05 .toggle-btn {
    position: relative;
    transform: none;
    width: 100%;
    border-radius: 0;
    text-align: left;
    display: block;
    margin: 0;
  }
  .point-05 .content-box {
    overflow: hidden;
    padding: 0;
    margin: 0 0 2rem;
  }
  .point-05 .toggle-content {
    padding: 1rem .5rem;
  }
  .point-05 .shape-h {
    display: none;
  }
}
@media (min-width:901px) {
  .point-05 .toggle-btn {
    display: none;
  }
  .p5-item-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .p5-item {
    flex: 0 0 50%;
    padding: 0 1rem;
  }
  .point-05 .sect-point-head {
    margin: 0 0 3rem;
  }
  .point-05 .content-box {
    padding: 3rem 2rem 2rem;
  }
  .content-box .toggle-content {
    display: block;
  }
  .point-05 .small-foot {
    margin: 0;
  }
}
.p5-list {
  padding: .5rem 1rem;
}
.p5-list li {
  position: relative;
  padding: 0 0 0 1rem;
}
.p5-list li::before {
  content: "●";
  color: #006441;
  font-size: 10px;
  position: absolute;
  top: .4rem; left: 0;
}



/* チェック */
.check-bg {
  padding: 3rem 0;
  background: url("../img/bg-check.svg") ;
}
.sect-box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 0 0 3rem;
}
.sect-box-h {
  padding: 1rem;
  text-align: center;
  background-color: #BCD7CE;
  border-radius: 5px 5px 0 0;
  line-height: 1;
}
.sect-box-body {
  padding: .5rem;
}
@media (min-width:901px) {
  .sect-box-body {
    padding: 1rem;
  }
}

/* 入試スケジュール */
.schedule-item {
  margin: 0 0 1.5rem;
}
.schedule-item strong {
  font-size: 1.2em;
}
@media (max-width:900px) {
  .schedule-item .h-pill {
    min-width: 10em;
    margin: 0 0 .5rem;
  }
}
@media (min-width:901px) {
  .schedule-item {
    margin: 0 0 1rem;
    display: flex;
    align-items: flex-start;
  }
  .schedule-item .h-pill {
    flex: 0 0 10em;
  }
  .schedule-item p {
    padding: 0 0 0 1rem;
  }
  .sect-box-body {
    padding: 2rem;
  }
  .schedule-item br.sp {
    display: none;
  }
  .schedule-item .small-foot {
    margin: .5rem 0 0;
  }
}


/* 試験科目・配点・試験時間 */
.timetable-h {
  color: #006441;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 .5rem;
  line-height: 1;
}



/* ★TODO　削除 */
.timetable-item {
  display: none;
  border-bottom: 1px solid #93BCAE;
  margin: 0 0 1rem;
  padding: 0 0 .5rem;
}
.timetable-item p {
  margin: 0 0 .5rem;
}
.timetable-item dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 .5rem;
}
.timetable-item dt {
  background-color: #006441;
  color: #fff;
  border-radius: 4rem;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .1rem;
  display: inline-block;
  line-height: 1;
  min-width: 6em;
  text-align: center;
  margin: 0 1rem 0 0;
}
.timetable-item dd {
  flex: 1;
}
.timetable-item strong {
  color: #006441;
  font-weight: bold;
}


/* 選考方法 */
.system .shape-h {
  margin: 0 0 2rem 1rem;
}
.system-list li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 1rem;
  line-height: 1.4;
}
.system-list li img {
  margin: 0 1rem 0 0;
}
.sys-item-h {
  line-height: 1;
  font-size: 1rem;
  margin: 0 0 .5rem;
}
.system-list div {
  padding: .5rem 0 0;
}
@media (max-width:900px) {
  .system .shape-h {
    width: 600px;
    max-width: 94%;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .system > div {
    margin: 0 0 2rem;
  }
}
@media (min-width:901px) {
  .system {
    display: flex;
    margin: 0 -1rem;
  }
  .system > div {
    padding: 0 1rem;
  }
  .system > div:first-of-type {
    border-right: 1px solid #93BCAE;
  }
}


/* アコーディオン */
.toggle {
  margin: 2rem 0;
}
.toggle-btn {
  cursor: pointer;
  background-color: #006441;
  color: #fff;
  font-size: 1.2rem;
  padding: .5rem 2rem .5rem .5rem;
  margin: 0 0 1rem;
  line-height: 1.4;
  border-radius: 10px;
  position: relative;
}
.toggle-btn::after {
  content: ""; display: block;
  width: 20px; height: 20px;
  position: absolute;
  right: .5rem; top: 0; bottom: 0;
  margin: auto;
  background: url("../img/toggle-btn.svg") no-repeat center!important;
  background-size: contain!important;
}
.toggle-btn.active::after {
  transform: rotate(180deg);
}
.toggle-content {
  display: none;
}
.toggle-content.active {
  display: block;
}
@media (min-width:901px) {
  .toggle-btn {    
    padding: 14px 1rem;
    border-radius: 4rem;
    line-height: 1;
  }
  .toggle-btn::after {
    width: 30px; height: 30px;
  }
  .sect-box-body .toggle-btn br {
    display: none;    
  }
}


/* 横スクロール */
.side-scroll {
  margin: 1rem 0;
}


/* 【資格利用方式】対象資格（検定）一覧・得点換算表 */
.subjects li {
  padding: 1rem 0;
  border-bottom: 1px solid #93BCAE;
}
.subjects li:last-child {
  border: none;
}
.subjects li h5 {
  font-size: 1rem;
}
.subjects li h5::before {
  content: "●";
  display: inline-block;
  color: #006441;
  font-size: 10px;
  vertical-align: text-top;
  padding: .25rem 0 0;
  margin: 0 .5rem 0 0;
}
.subjects li p {
  padding: 0 0 0 1rem;
}
@media (min-width:901px) {
  .subjects li {
    display: flex;
    align-items: flex-start;
  }
  .subjects li h5 {
    flex: 0 0 10em;
  }
}


/* タブ */
@media (min-width:901px) {
  .tabs {
    overflow: hidden;
    box-sizing: border-box;
  }
  .tabs-content {
    display: block;
    opacity: 0;
    z-index: 1;
    height: 0;
    overflow: visible;
    transition: .2s;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border: none;
  }
  .tabs-content.active {
    opacity: 1;
    z-index: 80;
    height: auto;
    box-sizing: border-box;
  }
  .tabs-content {
  }
}


/* 学科紹介 */
.courses {
  margin: 2rem 0;
  box-sizing: border-box;
}
.courses-side {
  display: none;
}
.courses-tab {
  border: 2px solid #F5A200;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.course-h {
  background-color: #F5A200;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;  
  text-align: center;
  padding: 1rem;
  line-height: 1.4;
}
.course-image {
  line-height: 0;
}
.courses-main .h-pill {
  font-weight: 600;
  background-color: #333333;
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.course-body {
  text-align: center;
  padding: 1rem;
  position: relative;
  box-sizing: border-box;
}
.course-body .btn {
  margin: 2rem 0 0;
}

.courses-tab.pink {
  border-color: #E95383;
}
.courses-tab.pink .course-h,
.courses-tab.pink .btn {
  background-color: #E95383;
}

.courses-tab.blue {
  border-color: #0093D4;
}
.courses-tab.blue .course-h,
.courses-tab.blue .btn {
  background-color: #0093D4;
}

.courses-tab.green {
  border-color: #35B597;
}
.courses-tab.green .course-h,
.courses-tab.green .btn {
  background-color: #35B597;
}

.courses-tab.purple {
  border-color: #796BAF;
}
.courses-tab.purple .course-h,
.courses-tab.purple .btn {
  background-color: #796BAF;
}
.course-body li {
  display: inline-block;
}
@media (max-width:900px) {
  .courses-tab {
    margin: 0 0 1rem;
  }
  .course-h {
    margin: 0;
    text-align: left;
    border-radius: 0;
  }
  .toggle-btn.course-h::after {
    background-image: url("../img/toggle-wh.svg")!important;
  }
  .course-body ul {
    margin: .5rem 0 1rem 0;
  }
  .course-body .btn {
    display: block;
    width: 100%;
    margin: 1rem 0 0;
    text-align: left;
    line-height: 1.4;
    box-sizing: border-box;
    border-radius: 10px;
  }
}
@media (min-width:901px) {
  .course-body .btn br {
    display: none;
  }
  .courses {
    display: flex;
  }
  .courses-side {
    display: block;
    flex: 0 0 36%;
  }
  .course-body {
    padding: 2rem 1rem;
  }
  .course-body ul {
    font-size: 1.2rem;
  }
  .courses-nav a {
    background-color: #F5A200;
    border: 2px solid #F5A200;
    border-right: none;
    border-radius: 20px 0 0 20px;
    margin: 0 0 .5rem;
  }
  .courses-nav a:nth-of-type(2) {
    background-color: #E95383;
    border-color: #E95383;
  }
  .courses-nav a:nth-of-type(3) {
    background-color: #0093D4;
    border-color: #0093D4;
  }
  .courses-nav a:nth-of-type(4) {
    background-color: #35B597;
    border-color: #35B597;
  }
  .courses-nav a:nth-of-type(5) {
    background-color: #796BAF;
    border-color: #796BAF;
  }
  .courses-nav a.active {
    color: #333333;
    background-color: #F2F4F6;
  }
  .courses-nav a {
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 1rem;
    line-height: 1.3;
    font-size: 1.3rem;
  }
  .courses-nav a small {
    font-size: 1.1rem;
  }
  .courses-main {
    flex: 1;
  }
  .courses-side img {
    display: block;
    margin: 0 auto .5rem;
  }
  .course-h.toggle-btn {
    border-radius: 0;
    margin: 0;
    pointer-events: none;
    font-size: 1.3rem;
  }
  .course-h.toggle-btn::after {
    display: none;
  }
  .courses-tab .toggle-content {
    display: block;
  }
}

@media (hover: hover) {
  .courses-nav a:hover {
    background-color: #f9ae17;
    border-color: #f9ae17;
  }
  .courses-nav a:nth-of-type(2):hover {
    background-color: #fa6997;
    border-color: #fa6997;
  }
  .courses-nav a:nth-of-type(3):hover {
    background-color: #13aaeb;
    border-color: #13aaeb;
  }
  .courses-nav a:nth-of-type(4):hover {
    background-color: #44c7a9;
    border-color: #44c7a9;
  }
  .courses-nav a:nth-of-type(5):hover {
    background-color: #9485ce;
    border-color: #9485ce;
  }
  .courses-nav a.active {
    pointer-events: none;
  }
}


/* CTA */
.cta {
  text-align: center;
  margin: 2rem 0;
}
.cta-btn {
  display: inline-block;
  min-width: 14em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 1rem;
  border-radius: 4rem;
  border: 2px solid #006441;
  color: #006441;
  background: url("../img/chevron.svg") no-repeat center right 1rem #D6DA71;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .cta-btn:hover {
    transform: scale(1.1);
  }
}


/* 施設紹介 */
.facilities {
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 2rem;
}
.facilities strong {
  color: #E97500;
  font-weight: bold;
}
.facilities-image {
  line-height: 0;
}
.facilities p {
  font-size: 1.2rem;
  padding: 1rem;
}
@media (min-width:901px) {
  .facilities {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
  }
  .facilities-image {
    flex: 0 0 40%;
  }
  .facilities p {
    padding: 2rem;
  }
}


/* 写真スライダー */
.photo-slider {
  margin: 0 0 6px;
}
.photo-slider img {
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 0 3px;
}
@media (min-width:901px) {
  .photo-slider {
    margin: 0 0 10px;
  }
  .photo-slider img {
    margin: 0 5px;
  }
}


/* フッターナビ */
.footer-nav {
  display: none;
}
@media (max-width:900px) {
  .footer-nav {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0; left: 0;
    z-index: 88;
  }
  .footer-nav ul {
    display: flex;
  }
  .footer-nav ul li {
    flex: 1 0 30%;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006441;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
  .footer-nav ul li:last-child,
  .footer-nav ul li:first-child {
    flex: 1 0 20%;
  }

  .footer-nav ul li:nth-child(2) {
    background-color: #E97500;
    letter-spacing: -.1rem;
  }
  .footer-nav ul li:last-child {
    background-color: #E95383;
  }

  .footer-nav ul a {
    display: block;
    color: #fff;
    padding: 5px 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }
  .footer-nav ul a small {
    font-size: 10px;
  }
  .footer-nav ul li:first-child a {
    letter-spacing: .1rem;
  }
}


/* ヘッダー */
.header {
  position: absolute;
  width: 100%;
  top: 0; left: 0;
  z-index: 500;
  pointer-events: none;
}
.header-logo {
  padding: 1rem 0 0;
  width: 28%;
  display: block;
  pointer-events: all;
}
.header-nav {
  display: none;
}
@media (min-width:901px) {
  .header-logo {
    width: 180px;
  }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }  
  .header-nav {
    display: flex;
    text-align: right;
    justify-content: right;
    margin: 0 auto;
    position: fixed;
    top: 0; left: 0; right: 0;
    width: 97%;
    z-index: 400;
  }
  .header-nav-btn {
    background-color: #006441;
    color: #fff;
    min-width: 11em;
    text-align: center;
    border-radius: 0 0 20px 20px;
    margin: 0 0 0 .5rem;
    padding: .5rem;
    line-height: 1.2;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }
  .header-nav-btn:nth-child(2) {
    background-color: #E97500;
  }
  .header-nav-btn:nth-child(3) {
    background-color: #E95383;
  }
  .header-nav-btn img {
    width: 1.3rem;
    margin: 0 .5rem 0 0;
  }
  .header-nav-btn small {
    font-size: .8em;
  }
}
@media (min-width:1601px) {
  .header-nav-btn {
    min-width: 15em;
    margin: 0 0 0 1rem;
    letter-spacing: .1rem;
  }
  .header-nav-btn img {
    margin: 0 1rem 0 0;
  }
}

@media (min-width: 1701px) {
  .header-nav {
    width: 80%;
  }
}

@media (hover: hover) {
  .header-nav-btn {
    transform: translateY(-2px);
  }

  .header-nav-btn:hover {
    background-color: #007d52;
    transform: translateY(0px);
  }
  .header-nav-btn:nth-child(2):hover {
    background-color: #f2861a;

  }
  .header-nav-btn:nth-child(3):hover {
    background-color: #f46693;
  }
}

/* ヒーロー */
.hero {
  position: relative;
}
.hero-main {
  border-radius: 5px;
  padding: 1rem;
  text-align: center;
  margin: auto;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.hero-h-sub {
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 80%;
  line-height: 0;
}
.hero-h {
  width: 96%;
  line-height: 1;
  margin: 0 auto .5rem;
}
.hero-mv {
  width: 100%;
}
.hero-mv img {
  width: 100%;
}
@media (max-width:900px) {
  .hero {
    background-color: #D6DA71;
  }
  .hero .container {
    width: auto;
    max-width: 100%;
    z-index: 10;
    position: relative;
    padding: 51% 0 0;
  }
  .hero-main {
    background-color: #F2F4F6;
    margin: 0 auto 2rem;
    padding: 4rem 2rem 2rem;
    width: 600px;
    max-width: 90%;
    z-index: 100;
    position: relative;
  }
  .hero-mv {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width:500px) {
  .hero-main {
    padding: 3rem 2rem 1rem;
  }
}
@media (min-width:901px) {
  .hero-h {
    width: 80%;
    margin: 1rem auto 1.5rem;
  }
  .hero-h-sub {
    width: 80%;
  }
  .hero-main {
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);    
    padding: 2rem;    
    width: 550px;
  }
  .hero .container {
    position: absolute;
    bottom: 5rem; left: 0; right: 0;
    margin: auto;
    height: fit-content;
  }
}
@media (min-width:1700px) {
  .hero .container {
    bottom: 12vh;
  }
}
@media (min-width:2200px) {
  .hero .container {
    bottom: 23vh;
  }
}
@media (min-width:1601px) {
  .hero-main {
    margin: 0 auto 3rem;
    width: 660px;
  }
  .hero-h {
    margin: 2rem auto;
  }
}

@media (max-width: 1200px) and (max-height: 900px) and (orientation: landscape) {
  .hero .container {
    bottom: 6vh;
  }
}


/* ヒーロー　日付 */
.hero-dates-h {
  color: #fff;
  background-color: #333333;
  text-align: center;
  width: 6em;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 2rem;
  line-height: 1;
  padding: 4px;
  letter-spacing: .1rem;
  margin: 0 auto .5rem;
}
.hero-dates p {
  line-height: 1.4;
}
.hero-dates span {
  color: #D9517C;
}
@media (max-width:800px) {
  .hero-dates {
    margin: 2rem 0 0;
  }
  .hero-dates div {
    margin: 0 0 1rem;
  }
  .hero-dates div:first-of-type {
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #D6DA71;
  }
  .hero-dates p {
    font-size: 1.2rem;
  }
}
@media (min-width:801px) {
  .hero-dates {
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin: 2rem 0 0;
  }
}


/* ヒーロー　ポイント */
.hero-point {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.hero-point h3 {
  line-height: 1.4;
  margin: .5rem 0 0;
}
.hero-point strong {
  color: #E97500;
  font-size: 1.2em;
}
.hero-point .h-pill {
  margin: auto;
}
.hero-point img {
  width: 100px;
  margin: 0 1rem 0 0;
}
@media (max-width:900px) {
  .hero-points {
    background: url("../img/hero-bg.png") center ;
    background-size: 9px ;
    margin: -4rem auto 0;
    padding: 5rem 0 2rem 0;
  }
  .hero-point {
    background-color: #F2F4F6;
    padding: 10px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 2rem;
    border-radius: 5px;
  }
  .hero-point img {
    width: 140px;
    transform: translateY(-20%);
    margin: 0 2rem;
  }
  .hero-point div {
    position: relative;
    flex: 0 0 15em;
    padding: 1rem 0 0;
  }
  .hero-point .h-pill {
    position: absolute;
    top: 0; left: 0; right: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 100%;
  }
  .hero-point {
    padding: 0 1rem 0;
    align-items: flex-start;
  }
  .hero-point:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
@media (max-width:600px) {
  .hero-point div {
    flex: 0 0 12em;
  }
}
@media (max-width:500px) {
  .hero-point div {
    padding: 1.5rem 0 0;
  }
  .hero-point img {
    width: 120px;
    margin: 0 1rem;
  }
  .hero-point {
    border-radius: 0 5px 5px 0;
    margin: 0 2rem 2rem 0;
    width: auto;
    max-width: none;
  }
  .hero-point:nth-of-type(2) {
    border-radius: 5px 0 0 5px;
    margin: 0 0 2rem 2rem;
  }
}
@media (min-width:901px) {
  .hero-points {
    display: flex;
    width: 100%;
    margin: 2rem -.5rem 0;
  }
  .hero-point {
    flex: 1;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 1rem;
    margin: 0 .5rem;
  }
  .hero-point img {
    width: 120px;
    margin: 0 20px 0 0;
  }
}


/* 6つのポイント */
.sect-point {
  position: relative;
}
.anchor {
  display: block;
  height: 0; width: 0;
  position: absolute; top: -3rem;
}
.points-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.points-nav li {
  flex: 1 1 45%;
  margin: 0 5px 25px;
}
.points-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  background-color: #006441;
  color: #fff;
  text-align: center;
  padding: 1.5rem 3px 2rem;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: bottom .5rem center;
}
@media (hover: hover) {
  .points-nav a:hover {
    background-color: #007d52;
    transform: translateY(-3px);
  }
}
.points-nav a b {
  font-weight: 700;
}
.points-nav .no {
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 32px; height: 32px;    
  display: flex;
  align-items: top;
  justify-content: center;
  color: #006441;
  background-color: #D6DA71;
  border-radius: 40px;
  line-height: 1;
  font-size: 22px;
  font-weight: 900;
  padding: 3px 0 0;
}
.sect-points-nav .deco-h strong {
  display: inline-block;
  font-weight: 900;
  letter-spacing: .1rem;
}
.sect-points-nav .deco-h {
  letter-spacing: .1rem;
}
@media (min-width: 601px) {
  .points-nav li {
    flex: 1 1 30%;
  }
  .points-nav a {
    font-size: 16px;
  }
  .sect-points-nav {
    background: url("../img/bg-dot.svg") repeat-x;
    background-position: bottom center;
    background-size: auto 50%;
  }
  .points-nav .no {    
    width: 32px; height: 32px;    
    font-size: 24px;
  }
}
@media (min-width: 1001px) {
  .points-nav ul {
    margin: 0 -3px;
  }
  .points-nav li {
    flex: 1;
    margin: 0 3px;
  }
}


/* アクセス */
.access {
  border-radius: 5px;
  overflow: hidden;
  line-height:0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}


/* PICK UP */
.banners {
  margin: 2rem -.5rem;
}
.banners li {
  flex: 1;
  padding: 0 .5rem;
}
.banners li img {
  width: 100%;
  height: auto;
  transition: .2s;
}
@media (hover: hover) {
  .banners a:hover img {
    opacity: .8;
  }
}

@media (min-width: 901px) {
  .banners {
    display: flex;
    margin: 0;
  }
}

/* SLICK SLIDER: DOTS */
.slick-dots {
  text-align: center;
  padding: 1rem 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 .5rem;
  padding: 0;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  background-color: #C1C1C1;
  border-radius: 10px;
  width: 10px; height: 10px;
}
.slick-dots .slick-active button {
  background-color: #006441;
}




/* SNS */
.sns {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.sns li {
  padding: 0 .5rem;
}
.sns li a {
  display: block;
}
.sect-follow {
  padding: 2rem 0 5rem;
}

.sect-follow .deco-h::after,
.sect-follow .deco-h::before {
  display: none;
}
.sect-follow .deco-h {
  padding-bottom: 0;
}

.follow-foot {
  text-align: center;
}
.follow-btn {
  display: inline-block;
  min-width: 16em;
  margin: 0 .5rem;
  padding: 1rem;
  background: #006441 url("../img/btn-01.svg") no-repeat center left 2rem;
  background-size: auto 1.6rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 4rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  letter-spacing: .1rem;
  position: relative;
}
.follow-btn.or {
  background-image: url("../img/btn-02.svg");
  background-color: #E99600;
}
.follow-btn::before {
  content: ""; display: block;
  width: 18px; height: 18px;
  position: absolute;
  top: 0; bottom: 0; right: 1.5rem;
  margin: auto;
  background: url("../img/btn-chevron.svg") no-repeat center;
  background-size: contain;
}
@media (max-width:600px) {
  .follow-btn {
    margin: 0 0 1rem;
  }
}
@media (hover: hover) {
  .sns a:hover,
  .follow-btn:hover {
    transform: scale(1.1);
  }
}


/* フッター */
.footer {
  text-align: center;
}
.footer-body {
  text-align: center;
  padding: 4rem 0;
  margin: 0 0 2rem;
  color: #fff;
  background: url("../img/bg-check-02.png") #006441 ;
  background-size: 15px;
}
.footer-h {
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  letter-spacing: .1rem;
}
.footer-h span {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  margin: 0 0 1rem;
  background-color: #fff;
  color: #333333;
  font-size: 1.2rem;
}
.footer-logo {
  display: inline-block;
}
.footer-contact {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.footer-contact small {
  font-size: 1rem;
  font-weight: normal;
}
.footer-contact img {
  vertical-align: text-bottom;
  margin: 0 .5rem 0 0;
}
.footer-contact a {
  color: #fff;
}
@media (max-width:600px) { 
  .footer-contact {
    line-height: normal;
  }
  .footer-contact li {
    background-position: left top;
    display: inline-block;
    width: fit-content;
    margin: 0 0 1rem;
    line-height: 1.6;
  }
  .footer-contact small {
    display: block;
  }
}
@media (min-width:901px) {
  .footer-contact {
    padding: 0;
    line-height: 1;
  }
  .footer-contact img {
    vertical-align: middle;
  }
  .footer-contact a.tel-link {
    pointer-events: none;
  }
  .footer-contact a {
    display: inline-block;
    border-bottom: 1px solid transparent;
  }
  .footer-contact a:hover {
    border-color: #fff;
  }
}


/* コピーライト */
.copyright {
  text-align: center;
  font-weight: 500;
  font-size: .9rem;
  padding: 1rem 0;
  margin: 1rem 0 0;
  opacity: .7;
  font-weight: 300;
}
@media (max-width:900px) {
  .copyright {
    padding: 1rem 0 4rem;
  }
}


/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  margin: auto;
  width: 800px;
  max-width: 96%;
  height: fit-content;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
  background-color: #F2F4F6;
  border: 2px solid #E99600;
}
.modal.pink {
  border-color: #E95383;
}
.modal.blue {
  border-color: #0093D4;
}
.modal.green {
  border-color: #35B597;
}
.modal.purple {
  border-color: #796BAF;
}

.modal img {
  max-width: 100%;
}

.modal-close {
  display: block;
  width: 13rem;
  margin: 1rem auto 2rem;
  background-color: #E99600;
  color: #fff;
  border-radius: 99px;
  padding: 1rem;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
}
.pink .modal-close {
  background-color: #E95383;
}
.blue .modal-close {
  background-color: #0093D4;
}
.green .modal-close {
  background-color: #35B597;
}
.purple .modal-close {
  background-color: #796BAF;
}

.modal_bg {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.modal-head {
  background-color: #E99600;
}
.pink .modal-head {
  background-color: #E95383;
}
.blue .modal-head {
  background-color: #0093D4;
}
.green .modal-head {
  background-color: #35B597;
}
.purple .modal-head {
  background-color: #796BAF;
}

.modal-h {
  color: #fff;
  text-align: center;
  padding: 1rem;
  line-height: 1.4;
  font-size: 1.6rem;
}
.modal .h-pill {
  background-color: #333333;
  width: 13em;
  margin: auto;
}
.modal-body {
  position: relative;
}
.modal-head-close {
  position: absolute;
  top: 0; right: 0;
  transform: translate(-50%, -50%);
  background: #333333 url("../img/close.svg") no-repeat center;
  background-size: 80%;
  width: 30px; height: 30px;
  border-radius: 40px;
  z-index: 10;
}
.modal-image {
  line-height: 0;
}
@media (max-width:900px) {
  .modal {
    height: 96vh; 
    max-height: 96vh; 
    top: 2vh;
  }
  .modal-scroll {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (min-width:901px) {
  .modal-head-close {
    width: 40px; height: 40px;
    transform: translate(50%, -50%);
  }
  .modal {
    top: 0; bottom: 0;
    right: 0; left: 0;
  }
  .modal-body {
    padding: 2rem;
  }
  .modal-close {
    display: none;
  }
  .modal-head {
    display: flex;
    align-items: center;
    position: relative;
  }
  .modal-h {
    flex: 1;
    padding: 2rem;
  }
  .modal-image {
    flex: 0 0 36%;
    line-height: 0;
  }
}


/* 学びのポイント */
.modal-points {
  margin: 1rem 0;
}
.modal-point {
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  position: relative;
}
.modal-points-h {
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.modal-point-h {
  font-size: 1.2rem;
  position: relative;
  line-height: 1.4;
  margin: 0 0 .5rem;
}
.modal-point strong {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  padding: 0 1rem;
  color: #F5A200;
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.pink .modal-point strong {
  color: #E95383;
}
.blue .modal-point strong {
  color: #0093D4;
}
.green .modal-point strong {
  color: #35B597;
}
.purple .modal-point strong {
  color: #796BAF;
}
@media (max-width:900px) {
  .modal-body {
    padding: 1rem;
  }
  .modal-point {
    margin: 0 0 1.5rem;
    padding: 1.2rem 1rem 1rem;
  }
}
@media (min-width:901px) {
  .modal-points {
    display: flex;
    margin: 1rem -.5rem;
  }
  .modal-point {
    flex: 1;
    margin: 0 .5rem;
  }
  .modal-point strong {
    font-size: 1.4rem;
    text-align: center;
  }
}


/* めざせる職業・業界 */
.modal-foot {
  margin: 2rem 0 0;
}
.modal-list {
  margin: 1rem 0 0;
}
.modal-list li {
  line-height: 1.4;
  padding: 0 0 0 1.3rem;
  margin: 0 0 .5rem;
  position: relative;
}
.modal-list li::before {
  content: "●"; display: block;
  width: 20px; height: 20px;
  font-size: 10px;
  color: #E99600;
  position: absolute;
  top: 5px; left: 0;
}
.pink .modal-list li::before {
  color: #E95383;
}
.blue .modal-list li::before {
  color: #0093D4;
}
.green .modal-list li::before {
  color: #35B597;
}
.purple .modal-list li::before {
  color: #796BAF;
}
@media (min-width:901px) {
  .modal-list {
    columns: 2;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal-scroll::-webkit-scrollbar { width: 6px;}
.modal-scroll::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0); }
.modal-scroll::-webkit-scrollbar-thumb { background: #787878;}
.modal-scroll::-webkit-scrollbar-thumb:hover { background: #787878; }




/* 改行 */
.br { display: inline-block; }


/* スクロールバー */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 30px; }
::-webkit-scrollbar-thumb { background: #006441; border-radius: 30px; }
::-webkit-scrollbar-thumb:hover { background: #007d52; }
