@charset "UTF-8";
/* css start */
/* reset
================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input, select {
  vertical-align: middle;
}

input[type=text], input[type=email], input[type=submit],
button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/************************************************
	Setting
************************************************ */
* {
  transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, transform 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  color: #707070;
  font-size: 1.143rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ";
  background: #fff;
  line-height: 1.76;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
}

p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.071rem;
    line-height: 1.7;
  }
}
/* link */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #707070;
}

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

.slick-slider.topslider div, .slick-slider.bnrslider div {
  transition: none;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

/* ul ol*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/************************************************

	common.scss

************************************************ */
/************************************************
	汎用
************************************************ */
.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

/************************************************
	コンテナー
************************************************ */
.inner {
  max-width: 1200px !important;
  padding: 0 20px;
  margin: auto;
}

#container {
  padding-top: 130px;
}

@media screen and (max-width: 768px) {
  #container {
    padding-top: 85px;
  }
}
/************************************************
	カラー
************************************************ */
.color-green {
  color: #48BC4D;
}

.color-red {
  color: #FF0000;
}

/************************************************
	背景色
************************************************ */
.bg-white {
  background: #fff;
}

/************************************************
	見出し
************************************************ */
.h1-title {
  font-size: 0.857rem;
  line-height: 1.7;
  font-weight: lighter;
}

@media screen and (max-width: 768px) {
  .h1-title {
    font-size: 0.786rem;
    line-height: 1.5;
  }
}
.hl-basic {
  color: #000;
  font-size: 2rem;
  line-height: 1.6;
}
.hl-basic .fs-large {
  font-size: 54px;
}

@media screen and (max-width: 768px) {
  .hl-basic {
    font-size: 5.3vw;
  }
  .hl-basic .fs-large {
    font-size: 10.6vw;
  }
}
.hl-hasBgcolor {
  color: #fff;
  font-size: 1.714rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 16px 0;
}
.hl-hasBgcolor-gray {
  background: #ADB8CA;
}

@media screen and (max-width: 768px) {
  .hl-hasBgcolor {
    font-size: 1.429rem;
  }
}
.fs-middle {
  font-size: 1.143rem;
}

/************************************************
	文章
************************************************ */
.text-center {
  text-align: center;
}

/************************************************
	ボタン
************************************************ */
.c-btn a {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  position: relative;
}

/************************************************
  table
************************************************ */
/************************************************
  main_vidual
************************************************ */
.top-mvArea {
  position: relative;
  line-height: 1;
}
.top-mvArea figure {
  margin: 0;
  line-height: 0.8;
}
.top-mvArea figure img {
  width: 100%;
  height: auto;
}
.top-mvArea .mvImage-deco {
  position: absolute;
  bottom: -15%;
  width: 100%;
  text-align: center;
}
.top-mvArea .mvImage-deco img {
  width: 95%;
}

/************************************************

	header.scss

************************************************ */
/************************************************
	header
************************************************ */
#header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 900;
}
#header .l-footer__top {
  background: #F9FAEF;
  padding: 10px 30px;
}
#header .l-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #header .l-footer__top {
    height: 25px;
    padding: 4px 5.3vw;
  }
  #header .l-header__main {
    height: 60px;
    padding: 0 5.3vw;
  }
}
#header .l-header__logo {
  line-height: 1;
}
#header .l-header__menuList {
  display: flex;
  font-size: 1.071rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#header .l-header__menuList li a {
  display: block;
  padding: 38px 0;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  #header .l-header__logo img {
    width: auto;
    max-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sp-navi {
    padding: 40px 4.8vw;
    position: fixed;
    top: 70px;
    right: -100%;
    bottom: 0;
    background: #fff;
    z-index: 900;
    width: 80%;
    overflow-y: auto;
    visibility: hidden;
    transition: 0.6s ease-out;
  }
  .sp-navi.open {
    right: 0;
    opacity: 1;
    transform: translateX(0);
    display: block;
    z-index: 999;
    visibility: visible;
  }
}
.nav-list {
  text-align: center;
}
.nav-list .list-item a {
  font-size: 1.286rem;
  padding: 18px 0;
  display: block;
}

@media screen and (max-width: 768px) {
  #l-header__menuBtn {
    z-index: 990;
    cursor: pointer;
    width: 26px;
    height: 26px;
    position: relative;
  }
  #l-header__menuBtn span {
    display: block;
    width: 26px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #l-header__menuBtn span:before, #l-header__menuBtn span:after {
    display: block;
    width: 26px;
    height: 2px;
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #l-header__menuBtn span:before {
    top: -8px;
  }
  #l-header__menuBtn span:after {
    bottom: -8px;
  }
  #l-header__menuBtn.open span {
    background: transparent;
  }
  #l-header__menuBtn.open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  #l-header__menuBtn.open span::after {
    transform: rotate(-45deg);
    top: 0;
  }
}
/************************************************

	cta.scss

************************************************ */
/************************************************

	footer.scss

************************************************ */
/************************************************
	footer
************************************************ */
#footer .inner {
  max-width: 100%;
}
#footer .l-footer__main {
  background: #F9FAEF;
  padding: 34px 0 80px;
}
#footer .l-footer__main .fNavi-wrap {
  display: flex;
  justify-content: space-between;
}
#footer .l-footer__main .fNavi-wrap__left .h1-title {
  margin-bottom: 6px;
}
#footer .l-footer__main .fNavi-wrap__right {
  padding-left: 30px;
  width: 50%;
}
#footer .l-footer__main .fNavi-wrap__right .fNavi {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#footer .l-footer__main .fNavi-wrap__right .nav-block {
  width: 50%;
}
#footer .l-footer__main .fNavi-wrap__right .nav-block__item {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  display: block;
}
#footer .l-footer__main .fNavi-wrap__right .nav-block__item a {
  padding: 3px 0;
}
#footer .l-footer_copyrightsArea {
  background: #fff;
  padding: 26px 0;
}
#footer .l-footer_copyrightsArea .copyRights {
  text-align: center;
  font-size: 0.857rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #footer .l-footer__main {
    padding: 30px 0 30px;
  }
  #footer .l-footer__main .fNavi-wrap {
    display: block;
  }
  #footer .l-footer__main .fNavi-wrap__right {
    padding-left: 0px;
    width: 100%;
  }
  #footer .l-footer__main .fNavi-wrap__right .fNavi {
    display: block;
    margin-top: 20px;
  }
  #footer .l-footer__main .fNavi-wrap__right .nav-block {
    width: 100%;
  }
  #footer .l-footer__main .fNavi-wrap__right .nav-block__item {
    line-height: 2.2;
    margin-top: 3px;
  }
  #footer .l-footer_copyrightsArea {
    padding: 15px 0;
  }
}
/************************************************

	top.scss

************************************************ */
/************************************************
	l-top__info
************************************************ */
.bg-grd01 {
  background: linear-gradient(180deg, #E4EDEC 0%, #E4EDEC 50%, #fff 90%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .bg-grd01 {
    background: linear-gradient(180deg, #E4EDEC 0%, #E4EDEC 70%, #fff 95%, #fff 100%);
  }
}
.l-top__info {
  padding-top: 132px;
  padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .l-top__info {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.catch-wrap {
  display: flex;
  justify-content: space-between;
  color: #000;
}
.catch-wrap .clm-left .catch {
  font-size: 1.857rem;
  line-height: 1.8;
  font-weight: 400;
}
.catch-wrap .clm-left .lead {
  margin-top: 40px;
  line-height: 1.8;
}
.catch-wrap .clm-right {
  width: 32%;
}
.catch-wrap .clm-right img.kadomaru {
  border-radius: 64px;
}

@media screen and (max-width: 768px) {
  .catch-wrap {
    display: block;
  }
  .catch-wrap .clm-left .catch {
    font-size: 1.286rem;
  }
  .catch-wrap .clm-left .lead {
    margin-top: 45px;
  }
  .catch-wrap .clm-right {
    width: 100%;
    margin-top: 30px;
  }
  .catch-wrap .clm-right img.kadomaru {
    border-radius: 20px;
  }
}
.info-wrap {
  border-radius: 29px;
  margin-top: 82px;
  padding: 38px 5% 44px 4%;
}
.info-wrap .info-main {
  display: flex;
  justify-content: space-between;
}
.info-wrap .info-main .clm-left, .info-wrap .info-main .clm-right {
  width: 46%;
}
.info-wrap .info-main .clm-left .fs-middle + .txt {
  margin-top: 13px;
}
.info-wrap .txt {
  font-size: 1.071rem;
}

@media screen and (max-width: 768px) {
  .info-wrap {
    border-radius: 20px;
    margin-top: 50px;
    padding: 30px 5.3vw 25px;
  }
  .info-wrap .info-main {
    display: block;
  }
  .info-wrap .info-main .clm-left, .info-wrap .info-main .clm-right {
    width: 100%;
  }
  .info-wrap .txt {
    font-size: 1rem;
    margin-top: 13px;
  }
}
/************************************************
	section-top01 campusSec
************************************************ */
.section-top01 {
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  .section-top01 {
    padding-top: 70px;
  }
}
.features-wrap {
  margin-top: 12px;
}
.features-wrap .features-wrap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-wrap .item {
  width: 32%;
  line-height: 1;
  margin-top: 32px;
  position: relative;
}
.features-wrap .item-txt {
  padding: 36px 2.5% 24px;
  border-radius: 14px;
}
.features-wrap .item-txt:before {
  color: #48BC4D;
  font-size: 3.142rem;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.features-wrap .item-txt p {
  font-size: 1.071rem;
  line-height: 1.8;
  color: #000;
}
.features-wrap .item-txt01 {
  background: #EFFAF5;
  order: 1;
}
.features-wrap .item-txt01:before {
  content: "1";
}
.features-wrap .item-txt02 {
  background: #F9FAEF;
  order: 5;
}
.features-wrap .item-txt02:before {
  content: "2";
}
.features-wrap .item-txt03 {
  background: #EFF1FA;
  order: 3;
}
.features-wrap .item-txt03:before {
  content: "3";
}
.features-wrap .item-txt04 {
  background: #FAEFF3;
  order: 7;
}
.features-wrap .item-txt04:before {
  content: "4";
}
.features-wrap .item-txt05 {
  background: #E8F8FD;
  order: 9;
}
.features-wrap .item-txt05:before {
  content: "5";
}
.features-wrap .item-img img {
  border-radius: 14px;
}
.features-wrap .item-img01 {
  order: 2;
}
.features-wrap .item-img02 {
  order: 4;
}
.features-wrap .item-img03 {
  order: 6;
}
.features-wrap .item-img04 {
  order: 8;
}

@media screen and (max-width: 768px) {
  .features-wrap {
    margin-top: 12px;
  }
  .features-wrap .features-wrap-list {
    display: flex;
  }
  .features-wrap .item {
    width: 100%;
    margin-top: 4.8vw;
  }
  .features-wrap .item-txt {
    padding: 5.8vw 5.3vw 5.8vw;
    border-radius: 14px;
  }
  .features-wrap .item-txt:before {
    font-size: 6.8vw;
    top: -2.5vw;
  }
  .features-wrap .item-txt p {
    font-size: 3vw;
    line-height: 1.8;
  }
  .features-wrap .item-txt01 {
    order: 1;
    width: 48%;
    padding: 5.8vw 2.5% 5.8vw;
  }
  .features-wrap .item-txt02 {
    order: 4;
    width: 48%;
    padding: 5.8vw 2.5% 5.8vw;
  }
  .features-wrap .item-txt03 {
    order: 5;
  }
  .features-wrap .item-img img {
    border-radius: 14px;
  }
  .features-wrap .item-img01 {
    order: 2;
    width: 48%;
  }
  .features-wrap .item-img02 {
    order: 3;
    width: 48%;
  }
  .features-wrap .item-img03 {
    order: 8;
  }
  .features-wrap .item-img04 {
    order: 6;
  }
}
/************************************************
	section-top02 campusSec
************************************************ */
.section-top02 {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .section-top02 {
    padding-top: 80px;
  }
}
.campus-block {
  margin-top: 34px;
  padding-bottom: 30px;
}
.campus-block .campus-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.campus-block .campus-item {
  display: flex;
  flex-direction: column;
  width: 48%;
  border: 1px solid #ADB8CA;
  padding: 20px 3% 18px;
  margin-top: 20px;
  position: relative;
}
.campus-block .campus-item .name {
  font-size: 1.286rem;
  font-weight: bold;
}
.campus-block .campus-item .city {
  line-height: 1;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 33px;
}
.campus-block .campus-item .class-style {
  line-height: 1;
  padding-left: 14px;
  font-weight: bold;
  margin-top: auto !important;
  position: relative;
}
.campus-block .campus-item .class-style:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: inline-block;
  background: #64DBF0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.campus-block .campus-item:before {
  content: "";
  width: 37px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 6%;
  bottom: 25px;
  background: #000;
  -webkit-mask-image: url(../images/ico_arrow_r.svg);
  mask-image: url(../images/ico_arrow_r.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 37px auto;
  mask-size: 37px auto;
  transition: 0.3s;
}
.campus-block .campus-item:hover:before {
  right: 5%;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .campus-block {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .campus-block .campus-list {
    display: block;
  }
  .campus-block .campus-item {
    width: 100%;
    padding: 20px 3% 18px;
    margin-top: 15px;
  }
  .campus-block .campus-item .name {
    font-size: 1.143rem;
  }
  .campus-block .campus-item .city {
    margin-bottom: 24px;
    font-size: 1rem;
  }
  .campus-block .campus-item .class-style {
    font-size: 1rem;
  }
  .campus-block .campus-item .class-style:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .campus-block .campus-item:before {
    width: 30px;
    height: 8px;
    -webkit-mask-size: 30px auto;
    mask-size: 30px auto;
  }
}
/************************************************
	section-top03 schoolbnrSec
************************************************ */
.section-top03 {
  padding-top: 110px;
  padding-bottom: 90px;
}
.section-top03 .banners-wrap .item {
  text-align: center;
  line-height: 1;
}
.section-top03 .banners-wrap .item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-top03 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
/************************************************
	request
************************************************ */
.requestSec {
  padding: 70px 0 50px;
}
.requestSec p {
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 180%;
  color: #666;
}
.requestSec .main {
  width: 100%;
  max-width: 800px;
  padding-bottom: 50px;
}
.requestSec input[type=text], .requestSec input[type=password], .requestSec input[type=date], .requestSec input[type=datetime], .requestSec input[type=email], .requestSec input[type=number], .requestSec input[type=search], .requestSec input[type=tel], .requestSec input[type=time], .requestSec input[type=url], .requestSec textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.requestSec input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 8px 0 0;
}
.requestSec input[type=checkbox], .requestSec input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 8px 0 0;
}
.requestSec select {
  width: 100%;
}
.requestSec textarea.message_textarea {
  height: 100px;
}

@media screen and (max-width: 768px) {
  .requestSec {
    padding: 30px 0 20px;
  }
  .requestSec p {
    line-height: 2;
  }
}
table.blue-table2 {
  width: 100%;
  font-size: 95%;
  border-collapse: separate;
  margin-bottom: 15px;
  box-shadow: rgba(180, 180, 180, 0.1) 0px 1px 1px 0px;
  border-spacing: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin-top: 30px;
}
table.blue-table2 th {
  border: 1px solid #d0ebf3;
  border-width: 0px 1px 1px 1px;
  border-right: none;
  text-align: left;
  padding: 10px 10px;
  color: #80d2e9;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  background: #f5fafc;
}
table.blue-table2 td {
  width: 100%;
  padding: 15px 15px;
  border: #d0ebf3 1px solid;
  border-top: none;
  border-right: none;
  line-height: 160%;
  vertical-align: middle;
  background: #fff;
}
table.blue-table2 td textarea {
  width: 100%;
}
table.blue-table2 td:nth-child(2) {
  width: 50%;
}
table.blue-table2 td:last-child {
  border-right: 1px solid #d0ebf3;
}
table.blue-table2 th:last-child {
  border-right: 1px solid #d0ebf3;
}

@media screen and (max-width: 768px) {
  table.blue-table2 th {
    border: 1px solid #d0ebf3;
    border-width: 0px 1px 1px 1px;
    border-right: none;
    text-align: left;
    padding: 10px 10px;
    color: #80d2e9;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    background: #f5fafc;
  }
  table.blue-table2 td {
    padding: 15px 15px;
    border-right: #d0ebf3 1px solid;
  }
  table.blue-table2 td:nth-child(2) {
    width: 50%;
  }
  table.blue-table2 td:last-child {
    border-right: 1px solid #d0ebf3;
  }
  table.blue-table2 td:nth-of-type(1) {
    padding: 15px 15px 15px;
    font-weight: normal;
  }
  table.blue-table2 td:nth-of-type(2) {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */