@charset "utf-8";

/* -------------------------------------------------- */
/* file   : base.css                                  */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  height: 100%;
}
body.fixed {
  overflow: hidden;
}

/* link */
/* -------------------------------------------------- */
a:link {
}
a:visited {
}
a:hover {
}
a:focus {
}
a:active {
}
a[target="_blank"] {
}

/* topic_path */
/* -------------------------------------------------- */
#topic_path {
}

/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* header */
/* -------------------------------------------------- */
.defs {
  display: none;
}
.logo {
  width: 340px;
  height: 53px;
  fill: #303030;
}

.dl-menuwrapper .search_box input {
  border: solid 1px #dedede;
  padding: 10px;
}
/* .menu01 {
  width: 24px;
  height: 24.5px;
  display: block;
  margin: 0 auto 15px;
  fill: #303030;
  stroke: #303030;
} */
/* .menu02 {
  width: 23px;
  height: 24.5px;
  display: block;
  margin: 0 auto 15px;
  stroke: #303030;
} */
.menu02 {
  width: 24.5px;
  height: 25.5px;
  stroke-width: 2px;
  display: block;
  stroke: #303030;
  fill-rule: evenodd;
  stroke-linecap:butt;
  stroke-linejoin:round;
  fill: none;
  display: inline-block;
  margin-right: 7px;
}
.menu03 {
  width: 24px;
  height: 21px;
  display: block;
  margin: 0 auto 15px;
  stroke: #303030;
}
.menu04 {
  width: 20px;
  height: 23.953px;
  display: block;
  margin: 0 auto 15px;
  stroke: #303030;
}
.h_sns01 {
  width: 11px;
  height: 24px;
  fill: rgb(51, 51, 51);
}
.h_sns02 {
  width: 19px;
  height: 15.5px;
  fill: rgb(51, 51, 51);
}
.h_sns03 {
  width: 20px;
  height: 19.5px;
  fill: rgb(51, 51, 51);
}
.h_sns04 {
  width: 23.5px;
  height: 17px;
  fill: rgb(51, 51, 51);
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.header_wrap {
  margin: 0 auto;
  padding: 30px 40px 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header_wrap .header_logo a {
  display: block;
}
.header_menu01 {
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  align-items: center;
  color: #fff;
}
.header_menu01 li {
  width: 135px;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.header_menu01 li:last-child {
  border-left: dashed 1px #fff;
}
.header_menu01 li.inter_li {
  width: 180px;
  background: #ffff00;
  border: none;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #303030;
  border-radius: 5px;
}
header.fixed .header_menu01 li:last-child {
  border-left: dashed 1px #c1c1c1;
}
.header_menu01 li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.header_menu01 li img {
  max-width: 100%;
  display: block;
  margin: 0 auto 15px;
}
#g_menu {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#g_menu.active {
  visibility: visible;
  opacity: 1;
}
.course_span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff7c00;
  display: inline-block;
  margin-right: 6px;
  vertical-align: text-bottom;
  position: relative;
}
.course_span:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -3px;
}
.course_span.course02_li {
  background: #00a78b;
}
.course_span.course03_li {
  background: #49c42d;
}
.course_span.course04_li {
  background: #f34a4a;
}
.course_span.course05_li {
  background: #b3a6d4;
}
.course_span.course06_li {
  background: #1260b5;
}
.course_span.course07_li {
  background: #f26a92;
}
.course_span.course08_li {
  background: #25a5ec;
}
.course_span.course09_li {
  background: #ffb901;
}
.course_span.course10_li {
  background: #eb7204;
}
.new {
  color: #d71c25;
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
}

/* header 追従時*/
/* -------------------------------------------------- */
header.fixed {
  position: fixed;
}
header.fixed .logo {
  height: 40px;
  width: 260px;
}
header.fixed .header_wrap {
  padding: 15px 40px;
  background: #fff;
  align-items: center;
}
header.fixed .header_menu01 li {
  color: #303030;
  line-height: 1;
}
header.fixed .menu03 {
  margin-bottom: 8px;
}
header.fixed .menu04 {
  margin-bottom: 8px;
}

/*下層 header*/
/* -------------------------------------------------- */
.header_under {
  position: inherit;
  padding-bottom: 30px;
}
.header_under .header_wrap {
  background: #fff;
}
.header_under .header_menu01 {
  color: #303030;
}
.header_under .header_menu01 li:last-child {
  border-left: dashed 1px #c1c1c1;
}
.header_under .dl-menuwrapper button span {
  background: #979797;
}

/* h */
/* -------------------------------------------------- */
.h1 {
}
.h2 {
}
.h3 {
}

/* footer */
/* -------------------------------------------------- */
footer .h_sns01 {
  fill: #606060;
}
footer .h_sns02 {
  fill: #606060;
}
footer .h_sns03 {
  fill: #606060;
}
footer .h_sns04 {
  fill: #606060;
}
.footer_color {
  background: #e9e9e9;
}
.footer_color .admission_bnr {
  text-align: center;
  padding: 35px 0;
}
.footer_color .admission_bnr img {
  max-width: 100%;
  margin: 0 auto;
}
.footer_color .admission_bnr a:hover img {
  opacity: 0.7;
}
.footer_wrap01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 60px;
}
.footer_logo_l {
  border-right: dotted 2px #b5b5b5;
}
footer .logo {
  fill: #d81c24;
}
.footer_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_bnr li {
  width: 48.5%;
  margin-bottom: 28px;
}
.footer_bnr li a:hover {
  opacity: 0.7;
}
.footer_bnr li:nth-child(n + 3) {
  width: 31.5%;
  margin-bottom: 0;
}
.footer_bnr li img {
  max-width: 100%;
}
.footer_wrap02 {
  width: 100%;
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  padding: 30px 0;
}
.footer_wrap02 img {
  max-width: 100%;
  vertical-align: baseline;
}
.admission_footer .footer_wrap02 {
  max-width: 1000px;
  margin: 0 auto;
  border-color: #fff;
}
.footer_logo {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_logo_l {
  width: 33%;
  box-sizing: border-box;
  padding-right: 1%;
}
.footer_logo_l .logo{
  fill: #d81c24;
  width: 100%;
}
.footer_logo_r {
  width: 67%;
  box-sizing: border-box;
  padding-left: 2%;
}
.admission_footer .footer_logo_l {
  width: 38%;
}
.admission_footer .footer_logo_r {
  width: 58%;
  padding-left: 3%;
}
.footer_logo_r span a {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  color: #1b1b1b;
  text-decoration: none;
  margin-right: 15px;
  letter-spacing: 1px;
  padding-left: 5px;
  line-height: 1;
  margin-bottom: 5px;
}
.footer_wrap03 {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
  padding: 60px 0 80px;
  display: flex;
  justify-content: space-between;
}
.footer_li {
  width: 17%;
}
.footer_li li a {
  text-decoration: none;
  color: #121212;
}
.footer_li > li {
  margin-bottom: 35px;
}
.footer_li > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1.5px #cacaca;
}
.footer_li > li > ul {
  margin-top: 13px;
}
.footer_li > li > ul > li {
  margin-bottom: 5px;
}
.footer_li > li > ul > li > a {
  font-size: 12px;
}
.footer_wrap04 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0 65px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  display: flex;
}
.footer_wrap04_l {
  width: calc(100% - 200px);
}
.footer_wrap04_r {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_wrap04_r img {
  vertical-align: middle;
}
.all_fix {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 182px;
  z-index: 99;
}
.all_fix_l {
  width: 110px;
}
.all_fix_r {
  width: 72px;
}
.all_fix img {
  max-width: 100%;
}

/* breadCrumb */
/* -------------------------------------------------- */
#breadCrumb {
  width: 100%;
  color: #bfbfbf;
  padding: 20px;
  box-sizing: border-box;
  font-size: 13px;
}
#breadCrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadCrumb a {
  color: #1b1b1b;
  text-decoration: none;
}

/* sidebar */
/* -------------------------------------------------- */
#sidebar {
}
/* page_top  */
/* -------------------------------------------------- */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 0;
  background: #d81c24;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  z-index: 99999;
}
#page_top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -3px;
}

/* btn_link */
/* -------------------------------------------------- */

a.btn_link {
  display: inline-block;
  border-bottom: dotted 2px #231815;
  padding: 8px 15px 8px 2px;
  font-size: 13px;
  position: relative;
  text-decoration: none;
  color: #231815;
  line-height: 1.2;
  font-weight: bold;
}

a.btn_link::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-top: solid 2px #231815;
  border-right: solid 2px #231815;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -3px;
}

a.btn_link:hover{
  letter-spacing: 2px;
  transition: 0.5s;
}

/* layout */
/* -------------------------------------------------- */
.sec_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.center {
  text-align: center;
}
.pc {
  display: block;
}
.tablet{
  display: none;
}
.sp {
  display: none;
}
/* ohter */
/* -------------------------------------------------- */

.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}


/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* 微調整のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .logo {
    width: 80%;
  }
/*----------------------------------------------------------*/}
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  .tablet{
    display: block;
  }
  /* header */
  /* -------------------------------------------------- */
  header {
    width: 100%;
  }
  header .header_wrap {
    padding: 20px 20px 0;
    box-sizing: border-box;
    width: 100%;
  }
  .top_logo {
    margin-right: 18px;
  }
  .top_logo img {
    max-width: 100%;
  }
  .header_logo .logo {
    width: 100%;
	max-width: 250px;
  }
  .fixed .header_logo .logo {
    width: 100%;
	max-width: 180px;
  }
  .header_menu01 {
    width: 39%;
  }
  .admission_header .header_menu01 {
    width: 20%;
  }
  .header_menu01 li {
    font-size: 1.5vw;
    line-height: 1.2;
  }
  .menu03,
  .menu04 {
    margin: 0 auto 5px;
  }
  .dl-menuwrapper button {
    width: 80px;
  }
  .dl-menuwrapper button span {
    width: 80px;
  }

  /* footer */
  /* -------------------------------------------------- */
  .footer_wrap01 {
    padding: 20px;
    box-sizing: border-box;
  }
  .footer_wrap02 {
    padding: 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .footer_wrap03 {
    padding: 20px;
    box-sizing: border-box;
  }
  .footer_wrap04 {
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 130px;
  }
  .footer_li {
    width: 18%;
  }
  .footer_li > li > a{
    font-size: 13px;
  }
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transform: .translateZ(0);
    -webkit-transform: .translateZ(0);
    -moz-transform: .translateZ(0);
    -ms-transform: .translateZ(0);
    -o-transform: .translateZ(0);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
  }
  body.fixed {
    overflow: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translate3d(-260px,0,0);
    -webkit-transform: translate3d(-260px,0,0);
    -moz-transform: translate3d(-260px,0,0);
    -ms-transform: translate3d(-260px,0,0);
    -o-transform: translate3d(-260px,0,0);
  }
  .nav_back {
    display: none;
  }
  body.fixed .nav_back {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

  /* header */
  /* -------------------------------------------------- */
  .fixed .header_logo .logo {
    margin-top: 2px;
  }
  .header_wrap {
    padding: 15px 20px 0;
    display: flex;
    justify-content: space-between;
    height: 80px;
  }
  header.fixed {
    padding: 0;
  }
  header.fixed .header_wrap {
    padding: 10px 20px 0;
    height: 65px;
    align-items: flex-start;
  }
  .header_under {
    padding-bottom: 0;
  }
  .header_menu01 {
    display: none;
  }
  .admission_header .header_menu01 {
    display: block;
    width: 30%;
  }
  .admission_header .header_menu01 li {
    width: auto;
    font-size: 3vw;
  }
  .admission_header .header_menu01 li img {
    margin: 0 auto 7px;
  }
  .trigger_btn {
    position: absolute;
    right: 10px;
  }
  .g_menu {
  }
  .g_menu li {
    list-style: none;
  }
  .header_logo {
    width: 60%;
  }
  .dl-menuwrapper {
    width: 70px;
  }
  .logo {
    width: 100%;
  }
  #gs_tti50 {
    border: solid 1px #dedede;
  }
  /* header fixed_sp */
  /* -------------------------------------------------- */
  header.fixed_sp {
    position: fixed;
  }
  header.fixed .dl-menuwrapper {
    width: 55px;
  }

  /* header trigger_btn */
  /* -------------------------------------------------- */
  .trigger {
    position: relative;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 5px;
  }
  .trigger span:nth-of-type(1) {
    top: 12px;
  }
  .trigger span:nth-of-type(2) {
    top: 22px;
  }
  .trigger span:nth-of-type(3) {
    top: 24px;
    left: 40%;
    height: 1em;
    background: transparent;
  }

  #breadCrumb {
    display: none;
  }

  /* h */
  /* -------------------------------------------------- */
  .h1 {
  }
  .h2 {
  }
  .h3 {
  }
  /* footer */
  /* -------------------------------------------------- */
  footer {
  }
  .footer_color .admission_bnr {
    padding: 15px 0;
  }
  .footer_color .admission_bnr img {
    width: 90%;
    margin: 0 auto;
  }
  .footer_wrap01 {
    padding: 30px 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .footer_wrap02 {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .footer_li {
    width: 100%;
  }
  .footer_li > li {
    padding: 0 20px;
    margin-bottom: 0;
    text-align: center;
  }
  .footer_li > li > a {
    border-bottom: dotted 1px #cacaca;
    padding-top: 10px;
  }
  .footer_li > li > ul > li {
    display: none;
  }
  .footer_logo_l {
    width: 90%;
    border-right: none;
    padding-right: 0;
    margin: 20px auto 0;
  }
  .admission_footer .footer_logo_l {
    width: 80%;
    margin-bottom: 10px;
  }
  .footer_logo_r {
    width: 100%;
    margin-bottom: 20px;
  }
  .admission_footer .footer_logo_r {
    width: 100%;
  }
  .footer_wrap02 span {
    text-align: center;
  }
  .footer_logo_r span a {
    font-size: 26px;
  }
  .footer_logo_l .logo{
    margin-bottom: 5px;
  }
  .footer_wrap03 {
    padding-bottom: 15px;
    flex-wrap: wrap;
    padding: 0px 0 10px;
  }
  .footer_li > li > ul {
    margin-top: 0;
  }
  .footer_wrap04 {
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 70px;
  }
  .footer_wrap04_l {
    width: 100%;
  }
  .footer_wrap04_r {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  .footer_wrap04_r li {
    margin-right: 5%;
  }
  .footer_wrap04_r li:last-child {
    margin-right: 0;
  }
  .footer_bnr li {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_bnr li:nth-child(n + 3) {
    width: 49%;
	margin-bottom: 10px;
  }
  .footer_bnr li:last-child{
    margin-bottom: 0;
  }


  /* btn_link */
/* -------------------------------------------------- */

a.btn_link {
  font-size: 11px;
}
a.btn_link:hover{
  letter-spacing: inherit;
  transition: inherit;
}

  /* frame */
  /* -------------------------------------------------- */
  #main {
  }
  #wrap {
  }
  #container {
  }
  /* sidebar */
  /* -------------------------------------------------- */
  #sidebar {
  }

  /* layout */
  /* -------------------------------------------------- */
  .section {
  }
  /* ohter */
  /* -------------------------------------------------- */
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  /* ---------------------SP END----------------------------- */
}
