@charset "UTF-8";
/* メディアクエリの切り替え */
.color_pink {
  color: #e23969; }

/* bg_color */
/*  テキストのグラデーション  */
.grad_text_purple {
  color: #b172b5;
  background: #b172b5;
  background: linear-gradient(to right, #b172b5 0%, #df3c6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b172b5', endColorstr='#df3c6d',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_purple {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_purple {
      font-size: 1.5rem; } }

.grad_text_pink {
  color: #e23969;
  background: #e33c63;
  background-image: linear-gradient(to right, #e23969 0%, #ec6c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33c63', endColorstr='#e33c63',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_pink {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_pink {
      font-size: 1.5rem; } }

.grad_text_orange {
  color: #ec6c00;
  background: #ec7001;
  background-image: linear-gradient(to right, #ec6c00 0%, #f5b714 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7001', endColorstr='#349ae9',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_orange {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_orange {
      font-size: 1.5rem; } }

.grad_text_yellow {
  color: #f5b714;
  background: #f5b714;
  background: linear-gradient(to right, #f5b714 0%, #c8f514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b714', endColorstr='#c8f514',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_yellow {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_yellow {
      font-size: 1.5rem; } }

.grad_text_light_blue {
  color: #73c9ea;
  background: #73c9ea;
  background-image: linear-gradient(to right, #10e8f2 0%, #a1dafe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11e8f2', endColorstr='#a1dafe',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_light_blue {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_light_blue {
      font-size: 1.5rem; } }

.grad_text_blue {
  color: #4a95d1;
  background: #349ae9;
  background-image: linear-gradient(to right, #3398e8 0%, #43cbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#349ae9', endColorstr='#349ae9',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_blue {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_blue {
      font-size: 1.5rem; } }

.grad_text_green {
  color: #2ea914;
  background: #349ae9;
  background-image: linear-gradient(to right, #30ac20 0%, #48cdbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ac20', endColorstr='#48cdbc',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_green {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_green {
      font-size: 1.5rem; } }

.grad_text_dark_purple {
  color: #1a48a0;
  background: #349ae9;
  background-image: linear-gradient(to right, #1a48a0 0%, #9b4df1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b479e', endColorstr='#9b4df1',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_dark_purple {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_dark_purple {
      font-size: 1.5rem; } }

.grad_text_red {
  color: #ad181e;
  background: #349ae9;
  background-image: linear-gradient(to right, #ad181e 0%, #ec2680 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AD181E', endColorstr='rgb(236,38,128)',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  transform: skewX(-15deg); }
  @media all and (-ms-high-contrast: none) {
    .grad_text_red {
      background: none; } }
  @media only screen and (max-width: 820px) {
    .grad_text_red {
      font-size: 1.5rem; } }

/* btn_link_hover */
/* radius shadow */
/*=========================================
リセット
=========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  font-size: 100%; }

body {
  line-height: 1.6;
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif !important; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }
  @media only screen and (max-width: 820px) {
    table br {
      display: table; } }

img {
  border: none;
  max-width: 100%; }

strong {
  font-weight: bold; }

.mc {
  display: block;
  margin: 0 auto; }

@media only screen and (max-width: 820px) {
  br {
    display: none; } }

/*=========================================
マージン
=========================================*/
.m80 {
  margin: 80px !important; }

.m75 {
  margin: 75px !important; }

.m70 {
  margin: 70px !important; }

.m65 {
  margin: 65px !important; }

.m60 {
  margin: 60px !important; }

.m55 {
  margin: 55px !important; }

.m50 {
  margin: 50px !important; }

.m45 {
  margin: 45px !important; }

.m40 {
  margin: 40px !important; }

.m35 {
  margin: 35px !important; }

.m30 {
  margin: 30px !important; }

.m20 {
  margin: 25px !important; }

.m20 {
  margin: 20px !important; }

.m15 {
  margin: 15px !important; }

.m10 {
  margin: 10px !important; }

.m5 {
  margin: 5px !important; }

.m0 {
  margin: 0 !important; }

.tm120 {
  margin-top: 120px !important; }

.tm115 {
  margin-top: 115px !important; }

.tm110 {
  margin-top: 110px !important; }

.tm105 {
  margin-top: 105px !important; }

.tm100 {
  margin-top: 100px !important; }

.tm95 {
  margin-top: 95px !important; }

.tm90 {
  margin-top: 90px !important; }

.tm85 {
  margin-top: 85px !important; }

.tm80 {
  margin-top: 80px !important; }

.tm75 {
  margin-top: 75px !important; }

.tm70 {
  margin-top: 70px !important; }

.tm65 {
  margin-top: 65px !important; }

.tm60 {
  margin-top: 60px !important; }

.tm55 {
  margin-top: 55px !important; }

.tm50 {
  margin-top: 50px !important; }

.tm45 {
  margin-top: 45px !important; }

.tm40 {
  margin-top: 40px !important; }

.tm35 {
  margin-top: 35px !important; }

.tm30 {
  margin-top: 30px !important; }

.tm25 {
  margin-top: 25px !important; }

.tm20 {
  margin-top: 20px !important; }

.tm15 {
  margin-top: 15px !important; }

.tm10 {
  margin-top: 10px !important; }

.tm5 {
  margin-top: 5px !important; }

.tm0 {
  margin-top: 0 !important; }

.bm80 {
  margin-bottom: 80px !important; }

.bm75 {
  margin-bottom: 75px !important; }

.bm70 {
  margin-bottom: 70px !important; }

.bm65 {
  margin-bottom: 65px !important; }

.bm60 {
  margin-bottom: 60px !important; }

.bm55 {
  margin-bottom: 55px !important; }

.bm50 {
  margin-bottom: 50px !important; }

.bm45 {
  margin-bottom: 45px !important; }

.bm40 {
  margin-bottom: 40px !important; }

.bm35 {
  margin-bottom: 35px !important; }

.bm30, .ttl_underline {
  margin-bottom: 30px !important; }

.bm25 {
  margin-bottom: 25px !important; }

.bm20 {
  margin-bottom: 20px !important; }

.bm15 {
  margin-bottom: 15px !important; }

.bm10 {
  margin-bottom: 10px !important; }

.bm5 {
  margin-bottom: 5px !important; }

.bm0 {
  margin-bottom: 0 !important; }

.rm80 {
  margin-right: 80px !important; }

.rm75 {
  margin-right: 75px !important; }

.rm70 {
  margin-right: 70px !important; }

.rm65 {
  margin-right: 65px !important; }

.rm60 {
  margin-right: 60px !important; }

.rm55 {
  margin-right: 55px !important; }

.rm50 {
  margin-right: 50px !important; }

.rm45 {
  margin-right: 45px !important; }

.rm40 {
  margin-right: 40px !important; }

.rm35 {
  margin-right: 35px !important; }

.rm30 {
  margin-right: 30px !important; }

.rm25 {
  margin-right: 25px !important; }

.rm20 {
  margin-right: 20px !important; }

.rm15 {
  margin-right: 15px !important; }

.rm10 {
  margin-right: 10px !important; }

.rm5 {
  margin-right: 5px !important; }

.rm0 {
  margin-right: 0 !important; }

.lm80 {
  margin-left: 80px !important; }

.lm75 {
  margin-left: 75px !important; }

.lm70 {
  margin-left: 70px !important; }

.lm65 {
  margin-left: 65px !important; }

.lm60 {
  margin-left: 60px !important; }

.lm55 {
  margin-left: 55px !important; }

.lm50 {
  margin-left: 50px !important; }

.lm45 {
  margin-left: 45px !important; }

.lm40 {
  margin-left: 40px !important; }

.lm35 {
  margin-left: 30px !important; }

.lm30 {
  margin-left: 30px !important; }

.lm25 {
  margin-left: 20px !important; }

.lm20 {
  margin-left: 20px !important; }

.lm15 {
  margin-left: 15px !important; }

.lm10 {
  margin-left: 10px !important; }

.lm5 {
  margin-left: 5px !important; }

.lm0 {
  margin-left: 0 !important; }

/*=========================================
フロート
=========================================*/
.float-l {
  float: left !important; }

.float-r {
  float: right !important; }

.clear-b {
  clear: both !important; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both; }

/*=========================================
行揃え
=========================================*/
.text-l {
  text-align: left !important; }

.text-r {
  text-align: right !important; }

.text-c {
  text-align: center !important; }

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

.vertical-align-top {
  vertical-align: top !important; }

.w100p {
  width: 100% !important; }

.content_box_area {
  padding: 0 3% !important; }

.bp0 {
  padding-bottom: 0 !important; }

.lp0 {
  padding-left: 0 !important; }

.bdnone {
  border: none !important; }

/*======================================================================

 共通項目
 共通項目border: none;

======================================================================*/
/*=========================================
初期設定
=========================================*/
body {
  color: #333;
  background: #fff;
  word-break: break-all; }

li {
  display: inline-block;
  vertical-align: top; }

a {
  transition: all;
  text-decoration: none;
  color: #555; }

a:hover {
  text-decoration: underline;
  cursor: pointer; }
  a:hover img {
    transition: all 0.3s ease;
    opacity: 0.8; }

p {
  padding: 10px;
  line-height: 1.8; }

figure {
  line-height: 1.0; }

img {
  vertical-align: bottom; }

.ask {
  font-size: 0.75rem; }

.bold {
  font-weight: bold; }

.oswald, .grad_text_purple, .grad_text_pink, .grad_text_orange, .grad_text_yellow, .grad_text_light_blue, .grad_text_blue, .grad_text_green, .grad_text_dark_purple, .grad_text_red {
  font-family: "Oswald", sans-serif; }

#dl-menu {
  display: none; }

#footnav {
  display: none; }

/* color */
.pink {
  color: #e23969; }

.red {
  color: #ad181e; }

.orange {
  color: #ec6c00; }

.yellow {
  color: #f5b714; }

.light_blue {
  color: #73c9ea; }

.blue {
  color: #4a95d1; }

.mid_blue {
  color: #192b53; }

.green {
  color: #2ea914; }

.white {
  color: #fff !important; }

/* font-size */
.inn_ttl_l {
  font-size: 1.8rem; }

.inn_ttl_m {
  font-size: 1.6rem;
  font-weight: normal; }

/* bg_grad */
.grad_purple {
  background: #b172b5;
  background: linear-gradient(to right, #b172b5 0%, #df3c6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b172b5', endColorstr='#df3c6d',GradientType=1 ); }

.grad_pink, .inquiry_btn_list .btn_openCampus {
  background: #e33c63;
  background-image: linear-gradient(to right, #e23969 0%, #ec6c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33c63', endColorstr='#e33c63',GradientType=1 ); }

.grad_orange {
  background: #ec7001;
  background-image: linear-gradient(to right, #ec6c00 0%, #f5b714 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7001', endColorstr='#349ae9',GradientType=1 ); }

.grad_yellow {
  background: #f5b714;
  background: linear-gradient(to right, #f5b714 0%, #c8f514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b714', endColorstr='#c8f514',GradientType=1 ); }

.grad_light_blue {
  background: #73c9ea;
  background-image: linear-gradient(to right, #10e8f2 0%, #a1dafe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11e8f2', endColorstr='#a1dafe',GradientType=1 ); }

.grad_blue, .inquiry_btn_list .btn_request {
  background: #349ae9;
  background-image: linear-gradient(to right, #3398e8 0%, #43cbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#349ae9', endColorstr='#349ae9',GradientType=1 ); }

.grad_green {
  background: #349ae9;
  background-image: linear-gradient(to right, #30ac20 0%, #48cdbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ac20', endColorstr='#48cdbc',GradientType=1 ); }

.grad_dark_purple {
  background: #349ae9;
  background-image: linear-gradient(to right, #1a48a0 0%, #9b4df1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b479e', endColorstr='#9b4df1',GradientType=1 ); }

.grad_grey {
  background: #f5f5f5;
  background-image: linear-gradient(to bottom, white 0%, #e8ecf3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255,255,255)', endColorstr='rgb(232,236,243)',GradientType=1 ); }

.bg_cream {
  background: #faf4e3; }

.glay {
  background-color: #eee; }

.bg_light_blue {
  background: #73c9ea; }

.bg_black {
  background: #333; }

.bg_white {
  background: #fff; }

.bg_dep {
  background: #2ea914;
  padding: 60px;
  margin-bottom: 40px; }

.base_container {
  border: solid 1px #ccc;
  border-radius: 6px;
  padding-bottom: 40px; }

.table_sp_arrow {
  display: none; }

th,
td {
  border: solid 1px #ccc;
  padding: 0.5%;
  vertical-align: middle;
  text-align: center; }

.base_table {
  margin: 20px 0; }
  .base_table th {
    background-color: #f5f5f5; }
  @media only screen and (max-width: 820px) {
    .base_table th,
    .base_table td {
      white-space: nowrap;
      font-size: 0.7rem; }
    .base_table .table_sp_arrow {
      display: none; } }

.base_table2 {
  margin: 20px 0; }
  .base_table2 th {
    background-color: #f5f5f5; }
  .base_table2 th, .base_table2 td {
    padding: 2%; }
  @media only screen and (max-width: 820px) {
    .base_table2 {
      display: table; }
      .base_table2 th,
      .base_table2 td {
        padding: 2%;
        font-size: 0.7rem; }
      .base_table2 .table_sp_arrow {
        display: none; } }

#base .main_ttl,
#base .cont_ttl_l,
#base .cont_ttl_m,
#base .cont_ttl_s,
#base .box_text,
#base .result_list dt {
  color: #e23969; }

#base .box_text {
  border: solid 1px #e23969;
  padding: 15px; }

#base .cont_ttl_c {
  background: #e23969; }

#base .default_list li:before {
  color: #e23969; }

#base .cont_label {
  background: #e23969;
  color: #fff; }

.cont_label_default {
  background: #333 !important;
  color: #fff;
  font-size: .8rem;
  padding: 3px 10px;
  display: inline-block;
  margin: 5px 0; }

/*----------------------------------------------------------------------------------------------------

フォント

----------------------------------------------------------------------------------------------------*/
.txt_underline_yellow, .ttl_underline {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffeb00 50%, #ffeb00 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  'rgba(255,255,255,0)', endColorstr='#ffeb00',GradientType=0 ); }

.font_style_italic, .ttl_underline {
  font-style: italic !important; }

.font_weight_b {
  font-weight: bold !important; }

.font_weight_n {
  font-weight: normal !important; }

.font_family_oswald, .performance_default .performance_text_number {
  font-family: "Oswald", sans-serif !important; }

.font_size_xs, .txt_interview {
  font-size: 0.8rem !important; }

.font_size_s {
  font-size: 1rem !important; }

.font_size_m {
  font-size: 1.2rem !important; }

.font_size_l {
  font-size: 1.4rem !important; }

.font_size_xl, .ttl_underline {
  font-size: 1.8rem !important; }

/*----------------------------------------------------------------------------------------------------

タイトル

----------------------------------------------------------------------------------------------------*/
.ttl_underline {
  display: inline-block;
  font-style: italic; }

.ttl_sub_main {
  text-align: center;
  font-size: 1.7rem;
  padding: 2vw 0; }

.box_text.black {
  border-color: #000 !important;
  color: #000 !important; }

/*----------------------------------------------------------------------------------------------------

リスト

----------------------------------------------------------------------------------------------------*/
.result_list {
  font-size: .8rem; }
  .result_list > * {
    margin: 10px 0; }
  .result_list dt {
    font-weight: bold; }

/*
.link_btn_list{
	margin-bottom: 3vw;
	text-align: center;
	li{
		padding: 5px;
	}
}
*/
.link_btn_list {
  margin: 2vw 0;
  text-align: center; }
  .link_btn_list:before {
    content: "｜"; }
  .link_btn_list li:after {
    content: "｜"; }
  .link_btn_list li {
    display: inline; }
  .link_btn_list a {
    display: inline-block; }

/*----------------------------------------------------------------------------------------------------

テキスト

----------------------------------------------------------------------------------------------------*/
.txt_interview {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
  @media only screen and (max-width: 820px) {
    .txt_interview {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  .txt_interview p:before {
    display: block;
    font-weight: bold;
    content: attr(data-speaker); }

/*----------------------------------------------------------------------------------------------------

モジュール

----------------------------------------------------------------------------------------------------*/
.performance_default {
  border: solid 2px #e23969;
  color: #000;
  text-align: center;
  margin: 3vw auto;
  max-width: 810px; }
  .performance_default .performance_text_main {
    font-size: 1.5rem; }
  .performance_default .performance_text_sub {
    font-size: .8rem;
    margin: -30px 0 10px !important; }
  .performance_default .performance_text_number {
    color: #e23969;
    font-size: 2.5rem; }

.ttl_border {
  border: solid 1px #e23969;
  color: #e23969;
  padding: 5px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }

.point_list {
  counter-reset: list_num;
  font-weight: bold;
  font-size: 1.2rem; }
  .point_list li {
    display: block;
    position: relative;
    padding: 0 0 10px 25px; }
    .point_list li:before {
      position: absolute;
      left: 0;
      top: 0;
      counter-increment: list_num;
      content: counter(list_num) "."; }

/*----------------------------------------------------------------------------------------------------

外部読み込み

----------------------------------------------------------------------------------------------------*/
.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* スマホでくスクロール */
.external_area {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.cont_wrapper,
.cont_inner,
.dep_inner,
.box_list li {
  border-radius: 6px; }

.link_btn_s,
.link_btn_u {
  border-radius: 32px; }

.link_btn_m {
  border-radius: 50px; }

.inner_wrapper {
  position: relative; }

.container {
  max-width: 1000px;
  margin: 0 auto; }

.container_inn {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0; }

.dep_inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 40px 20px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1); }

.cont_inner .two_column li {
  max-width: 490px; }

.article_inner {
  padding: 20px 0; }

.cont_ttl_l {
  font-weight: bold;
  font-size: 1.6rem; }

.cont_ttl_m {
  font-weight: bold;
  font-size: 1.4rem; }

.cont_ttl_s {
  font-weight: bold;
  font-size: 1.0rem; }

.cont_ttl_c {
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 20px; }

.inner_ttl_l {
  font-size: 2.0rem;
  text-align: center; }

.box_text {
  font-size: 0.7rem;
  padding: 10px;
  border: solid 1px #000; }

.cont_two_column li {
  width: 49%;
  margin: 0 1% 24px 0; }
  .cont_two_column li:nth-child(2n) {
    margin-right: 0; }

.cont_three_column li {
  width: 48%;
  margin: 0 1% 24px 0; }
  .cont_three_column li:nth-child(3n) {
    margin-right: 0; }
  .cont_three_column li p {
    padding: 0 0 8px; }

.cont_four_column li {
  width: 23%;
  margin: 0 1.8% 24px 0; }
  .cont_four_column li:nth-child(4n) {
    margin-right: 0; }
  .cont_four_column li p {
    font-size: 0.7rem;
    padding: 0; }

.two_column {
  margin-top: 2rem; }
  .two_column li {
    width: 48%;
    margin-right: 3%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 24px; }
    .two_column li:nth-child(2n) {
      margin-right: 0; }
  .two_column .column_box {
    display: inline-block;
    width: 47%;
    margin-right: 3%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 24px;
    vertical-align: middle; }
    .two_column .column_box:nth-child(2n) {
      margin-right: 0; }

.three_column {
  max-width: 100%;
  margin: 0 auto 20px; }
  .three_column li {
    width: 32%;
    max-width: 320px;
    margin-right: 1%; }
    .three_column li:nth-child(3n) {
      margin-right: 0; }
    .three_column li img {
      width: 100%; }

.four_column {
  max-width: 920px;
  margin: 0 auto 20px; }
  .four_column li {
    width: 23%;
    max-width: 240px;
    margin-right: 2%; }
    .four_column li:nth-child(4n) {
      margin-right: 0; }

.breadcrumb {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  font-size: 0.75rem; }
  .breadcrumb li:after {
    content: ">";
    padding-right: 6px;
    padding-left: 6px; }
  .breadcrumb li:last-child:after {
    content: ""; }

.cont_head {
  padding: 0 0 40px;
  text-align: center; }

.cont_ttl {
  font-size: 3.0rem;
  font-style: italic;
  margin-bottom: 10px; }

.cont_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px; }

.cont_inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 20px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1); }

.section_cont {
  padding: 60px 0; }

.oc_wrapper {
  border-bottom: solid 1px #eee;
  padding-bottom: 24px;
  margin-bottom: 40px; }
  .oc_wrapper dt {
    font-size: 1.6rem;
    font-weight: bold; }
  .oc_wrapper dd {
    font-size: 1.2rem; }
    .oc_wrapper dd .event_day {
      font-weight: bold;
      font-size: 3rem; }

.inc_oc_wrapper .oc_wrapper {
  margin-bottom: 24px; }
  .inc_oc_wrapper .oc_wrapper dt {
    font-size: 1.2rem; }
  .inc_oc_wrapper .oc_wrapper dd {
    font-size: 1.2rem; }
    .inc_oc_wrapper .oc_wrapper dd .event_day {
      font-weight: bold;
      font-size: 2rem; }

.link_btn_s,
.link_btn_m,
.link_btn_l,
.inquiry_btn_list a,
.link_btn_u {
  display: inline-block;
  font-weight: bold;
  color: #fff; }
  .link_btn_s:hover,
  .link_btn_m:hover,
  .link_btn_l:hover,
  .inquiry_btn_list a:hover,
  .link_btn_u:hover {
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8; }

.link_btn_s {
  padding: 6px 40px;
  color: #fff; }
  .link_btn_s:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    padding-left: 10px;
    top: 2px;
    background: url(../img/arrow_btn_right_s.png) no-repeat right center; }

.link_btn_u {
  padding: 6px 40px;
  color: #fff; }
  .link_btn_u:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    padding-left: 10px;
    top: 2px;
    background: url(../img/arrow_btn_under_s.png) no-repeat right center; }

.link_btn_m {
  padding: 10px 40px;
  color: #fff; }
  .link_btn_m:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    padding-left: 10px;
    top: 2px;
    background: url(../img/arrow_btn_right_s.png) no-repeat right center; }

.link_btn_l, .inquiry_btn_list a {
  display: block;
  width: 100%;
  padding: 20px 60px;
  border-radius: 60px; }

.bg_oc {
  padding: 0 0 0 45px;
  background-image: url(../img/icon_btn_clender.png), url(../img/arrow_btn_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  text-align: left; }
  @media only screen and (max-width: 820px) {
    .bg_oc {
      min-height: 36px;
      padding: 0 0 0 45px;
      background-image: url(../img/icon_btn_clender.png);
      background-repeat: no-repeat;
      background-position: left center; } }

.bg_book {
  padding: 13px 0 13px 45px;
  background-image: url(../img/icon_btn_book.png), url(../img/arrow_btn_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  text-align: left; }
  @media only screen and (max-width: 820px) {
    .bg_book {
      min-height: 36px;
      padding: 0 0 0 45px;
      background-image: url(../img/icon_btn_book.png);
      background-repeat: no-repeat;
      background-position: left center; } }

/*
.contact_btn_area{
	max-width:1000px;
	padding:3vw 0;
	margin:0 auto;
	@include mq(spn){
		li{
			display:block;
			width:100%;
		}
	}
}
*/
.inquiry_btn_wrap {
  padding: 2vw 0;
  max-width: 1000px;
  margin: 0 auto; }

.inquiry_btn_list {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: row;
  margin-right: -2vw; }
  .inquiry_btn_list li {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    width: 50%;
    box-sizing: border-box;
    padding-right: 2vw; }
  .inquiry_btn_list a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch; }
    .inquiry_btn_list a:before, .inquiry_btn_list a:after {
      display: block;
      align-self: center;
      margin-right: 10px;
      content: "";
      width: 31px;
      min-width: 31px;
      height: 32px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .inquiry_btn_list a:after {
      background-image: url(/common/img/arrow_btn_right.png);
      margin-left: auto; }
  .inquiry_btn_list p {
    align-self: center; }
  .inquiry_btn_list .btn_openCampus:before {
    background-image: url(/common/img/icon_btn_clender.png); }
  .inquiry_btn_list .btn_request:before {
    background-image: url(/common/img/icon_btn_book.png); }
  @media only screen and (max-width: 820px) {
    .inquiry_btn_list {
      margin-right: 0;
      flex-direction: column;
      flex-wrap: wrap;
      padding: 0 3%; }
      .inquiry_btn_list li {
        width: 100%;
        padding-right: 0; }
      .inquiry_btn_list a:after {
        display: none; } }

.cont_btn {
  display: block;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1); }

.box_list li {
  background: #fff;
  margin-bottom: 24px;
  padding-bottom: 32px;
  box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1); }
  .box_list li p {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px 0; }

.inc_box_list li {
  background: #fff;
  margin-bottom: 16px;
  padding-bottom: 16px;
  box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1);
  border-radius: 6px; }
  .inc_box_list li a {
    color: #333; }
  .inc_box_list li p {
    min-height: 70px;
    line-height: 1.0;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 20px 40px 10px 20px;
    vertical-align: middle;
    text-align: left;
    background: url(../img/arrow_right_blue.png) no-repeat right center; }

.bg_hospi {
  background-image: url(../img/bg-about.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.hospi_ttl {
  font-size: 4.5rem;
  color: #ffdc00;
  font-style: italic; }

.hospi_cap {
  color: #fff; }

.hospi_img {
  padding-left: 40px;
  float: right; }

.hospi_address {
  padding: 32px;
  background: #fff;
  margin: 20px 0;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1); }
  .hospi_address li {
    display: inline-block;
    padding-right: 20px; }
    .hospi_address li:nth-child(2n) {
      width: 55%;
      padding-left: 20px;
      padding-right: 0;
      border-left: solid 1px #eee; }

.hospi_tel {
  display: block;
  float: left;
  padding: 0 20px 0 0;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: -2px;
  line-height: 1.0; }
  .hospi_tel:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 31px;
    margin-right: 2px;
    background: url(../img/icon_tel_laarge.png) no-repeat left center; }

.hospi_logo {
  position: relative;
  top: 20px;
  width: 100%;
  max-width: 370px; }

.bg_depfoot {
  padding: 40px 0;
  text-align: center; }

.bg_foot {
  padding: 60px 0;
  background-color: #eee;
  background-image: url(../img/bg_color.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top center; }

.foot_list {
  display: inline-block;
  vertical-align: top;
  padding-right: 64px;
  max-width: 360px; }
  .foot_list:last-child {
    padding-right: 0; }
  .foot_list li {
    display: block;
    padding: 0 0 12px 0;
    font-size: 0.75rem; }
    .foot_list li a {
      color: #333; }

.foot_list_ttl {
  font-size: 1.2rem;
  font-weight: bold; }

.link_pdf:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 4px;
  margin-right: 8px;
  background: url(../img/icon_footer_pdf.png) no-repeat center left; }

.link_new_tab:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  position: relative;
  top: 2px;
  margin-left: 8px;
  background: url(../img/icon_new_window.png) no-repeat center left; }

footer {
  padding: 40px 0;
  text-align: center;
  font-size: 0.75rem;
  background-color: #eee; }
  footer p {
    padding: 4px; }

.bg_rainbow {
  background-image: url(../img/bg_default.png);
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 820px) {
    .bg_rainbow {
      background-size: 30%; } }

.main_lead {
  text-align: center;
  margin-bottom: 40px; }

.main_ttl {
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 4px;
  text-align: center;
  line-height: 1.2; }
  @media only screen and (max-width: 820px) {
    .main_ttl {
      width: 90%;
      margin: 0 auto; } }

.main_ttl_03 {
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 2%;
  padding: 2% 0 0;
  text-align: center; }
  @media only screen and (max-width: 820px) {
    .main_ttl_03 img {
      width: 90%;
      margin: 0 auto; } }

.main_container {
  margin: 0 0 40px 0;
  padding: 40px;
  border-radius: 6px; }

.border_b, .ttl_sub_main {
  border-bottom: dotted 1px #333;
  margin-bottom: 20px; }

.border_t, .ttl_sub_main {
  border-top: dotted 1px #333;
  margin-top: 20px;
  padding-top: 20px; }

.default_list li {
  max-width: 320px;
  width: 100%;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 0 0 8px 0;
  margin: 0; }
  .default_list li:before {
    content: "●";
    color: #ccc;
    padding-right: 4px; }
  @media only screen and (max-width: 820px) {
    .default_list li {
      padding-bottom: 1%;
      margin: 0; } }

.kv_main {
  text-align: center;
  background: #c5c2bc; }

.txt_area {
  padding: 0; }

.txt {
  padding: 0;
  margin: 10px 0;
  color: #000;
  font-size: 1rem; }

.txt_area li {
  margin: 0.5rem 1rem 0.5rem 1.5rem;
  padding-left: 1.2em;
  color: #000;
  background: url(../img/list_style_primary.png) no-repeat left center/12px auto;
  width: 100%;
  text-align: left; }

.txt_primary {
  padding: 0;
  color: #063387;
  font-size: 1.25rem;
  font-weight: bold; }

.txt_black {
  padding: 0;
  color: #000;
  font-size: 1.25rem;
  font-weight: bold; }

.txt_bg_primary {
  display: inline-block;
  padding: 5px 16px;
  color: #fff;
  font-size: 0.75rem;
  background: #063387; }

.add_txt {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.04em; }

.dotted_box_area {
  margin-bottom: 0;
  padding-bottom: 2rem;
  border-bottom: 2px dotted #3d3d3d; }

.list_results {
  background: #fff;
  margin-bottom: 30px; }

.list_results > li {
  width: 49%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1%;
  padding: 2% 4%;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3; }

.bg_primary {
  background: #063387; }

@media only screen and (max-width: 820px) {
  .two_column li.bg_primary {
    padding: 5%; } }

.oswald, .grad_text_purple, .grad_text_pink, .grad_text_orange, .grad_text_yellow, .grad_text_light_blue, .grad_text_blue, .grad_text_green, .grad_text_dark_purple, .grad_text_red {
  margin-right: 2%;
  font-size: 60px; }

.table_ver01 {
  width: 100%; }
  .table_ver01 th, .table_ver01 td {
    padding: 20px 0; }
  .table_ver01 th {
    width: 33.3%;
    background: #eee;
    background-color: #f5f5f5; }

.banner_area_gray {
  text-align: center; }
  .banner_area_gray img {
    background: #eee;
    padding: 30px; }

.list_results .txt_area {
  margin-top: 1rem; }

/* footer-menu */
.footer_menu_area {
  background: #073589; }

.footer_menu {
  max-width: 720px;
  overflow: hidden;
  margin: 5% auto 0;
  padding: 32px 0;
  text-align: center;
  background: #073589; }
  .footer_menu a {
    color: #fff;
    font-size: 0.75rem; }
  .footer_menu p {
    padding: 4px; }
  .footer_menu ul {
    float: left;
    width: 23%;
    margin-left: 1.7%; }
    .footer_menu ul li {
      line-height: 1.8;
      text-align: left;
      display: block; }
      .footer_menu ul li + li {
        margin-top: 1rem; }

.footer_ttl {
  background-color: #073589;
  margin-bottom: 5%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  padding: 0; }

/*======================================================================

 TOP

======================================================================*/
/*=========================================
#header
=========================================*/
#header {
  padding: 10px 0 0; }

.nav_header_utility {
  float: right; }
  .nav_header_utility ul {
    margin-bottom: 1%; }
  .nav_header_utility li {
    display: inline-block;
    text-align: top; }

.head_btn_inq,
.head_btn_book,
.head_btn_access {
  display: block;
  width: 210px;
  padding: 3px 10px 5px;
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
  border-radius: 4px; }
  .head_btn_inq:before,
  .head_btn_book:before,
  .head_btn_access:before {
    content: "";
    display: inline-block;
    position: relative; }
  .head_btn_inq:hover,
  .head_btn_book:hover,
  .head_btn_access:hover {
    opacity: 0.8;
    text-decoration: none; }

.head_btn_inq {
  background-color: #eee;
  color: #333; }
  .head_btn_inq:before {
    width: 22px;
    height: 18px;
    top: 2px;
    background: url(../img/icon_head_mail.png) no-repeat bottom left; }

.head_btn_book {
  background-color: #3398E8;
  color: #fff; }
  .head_btn_book:before {
    width: 22px;
    height: 18px;
    top: 3px;
    background: url(../img/icon_head_rek.png) no-repeat bottom left; }

.head_btn_access {
  background-color: #E94E87;
  color: #fff; }
  .head_btn_access:before {
    width: 18px;
    height: 18px;
    top: 3px;
    background: url(../img/icon_head_access.png) no-repeat bottom left; }

.head_tel {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: -2px;
  padding: 0;
  line-height: 1.0; }
  .head_tel:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 26px;
    margin-right: 2px;
    background: url(../img/icon_head_tel.png) no-repeat left center; }

.nav_header_list {
  font-size: 0.7rem;
  margin-top: 8px; }
  .nav_header_list li a {
    color: #333;
    text-decoration: none; }
    .nav_header_list li a:hover {
      text-decoration: underline; }
  .nav_header_list li:after {
    content: "｜";
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #eee; }

#gnav {
  margin-top: 6px;
  padding: 16px 0;
  background-color: #eee;
  font-size: 0.9rem;
  font-weight: bold; }
  #gnav li {
    margin-right: 24px; }
    #gnav li a {
      color: #555; }
      #gnav li a:hover {
        text-decoration: none;
        opacity: 0.8; }
    #gnav li:last-child {
      margin-right: 0; }

#gnav .toggle .menu {
  display: none; }

#gnav li:hover .menu {
  display: block;
  float: left;
  position: absolute;
  top: 110px;
  z-index: 100;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1); }

#gnav .menu li {
  display: block; }

#gnav .menu li a {
  display: block;
  margin: 0;
  padding: 10px; }
  #gnav .menu li a:last-child {
    border: none; }

#gnav .menu li a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/icon_arrow_right.png) no-repeat left center;
  margin-right: 10px; }

.foreign {
  padding: 1% 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1); }

.menu_button {
  display: block;
  position: relative;
  padding: 15px 20px 15px 48px;
  font-size: 0.8rem;
  line-height: 20px;
  font-weight: 300;
  color: #333;
  width: 100%;
  background-image: url(../img/drop_down.png), url(../img/menu/menu20.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right center, left center;
  background-size: auto, 34px 18px;
  border-bottom: solid 1px #ddd; }

.submenu li {
  background-color: #f5f5f5; }

/*=========================================
.slider
=========================================*/
.slide_bg {
  background-color: #F29B0D;
  height: auto;
  max-height: 530px;
  overflow: hidden; }

.slick-slider {
  width: 100%;
  min-width: 1140px;
  max-width: 1500px;
  margin: 0 auto; }

/*=========================================
学科紹介
=========================================*/
.dep_list_bg {
  background-color: #F0F4FE; }

#dep_list {
  width: 1140px;
  padding: 80px 0 60px;
  margin: 0 auto; }

/*=========================================
section_head_icon
=========================================*/
.icon_conttop_oc:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  background: url(../img/bg_gra_01.png) no-repeat center top; }

.icon_conttop_info:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  background: url(../img/bg-gra-02.png) no-repeat center top; }

.icon_conttop_sp:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  background: url(../img/bg-gra-03.png) no-repeat center top; }

/*=========================================
information
=========================================*/
.basetable {
  border-top: solid 1px #eee; }
  .basetable li {
    padding: 20px;
    border-bottom: solid 1px #eee; }

.report {
  padding: 20px 0 40px;
  text-align: center;
  background-image: url(../img/bg_sokuhou_btn.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.news_top iframe {
  height: 400px; }
  @media only screen and (min-width: 821px) and (max-width: 940px) {
    .news_top iframe {
      height: 400px; } }
  @media only screen and (max-width: 820px) {
    .news_top iframe {
      height: 300px; } }

/*
.news_top iframe{min-height:330px;
	@include mq(spn){
		max-height:330px;
		overflow:auto;
	}
}
*/
/*=========================================
SNS
=========================================*/
.box_instagram,
.box_twitter {
  padding: 40px;
  border-radius: 4px; }
  @media only screen and (max-width: 820px) {
    .box_instagram,
    .box_twitter {
      padding: 3%; } }

.box_instagram {
  background: #e23b64;
  background: linear-gradient(to right, #e23b64 0%, #ec6a05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e23b64', endColorstr='#ec6a05',GradientType=1 ); }

.box_twitter {
  background: #a1cff3;
  box-sizing: border-box; }

.box_twiiter_inner {
  height: 406px;
  overflow: auto;
  border-radius: 6px;
  box-sizing: border-box; }

.sns_block {
  background: #fff;
  padding: 20px 0;
  border-radius: 4px; }
  .sns_block li {
    margin-right: 20px; }

/*=========================================
bridal
=========================================*/
.bridal_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px; }
  .bridal_wrapper li {
    margin-right: 20px; }
  @media only screen and (max-width: 820px) {
    .bridal_wrapper {
      text-align: center; } }

.bg_bridal {
  padding: 40px 0;
  background-image: url(../img/bg-top-bradal.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* top_bg */
.grad_top_oc {
  background: #f8cdd9;
  background: linear-gradient(135deg, #f8cdd9 0%, #fadabf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8cdd9', endColorstr='#fadabf',GradientType=1 ); }

.grad_top_info {
  background: #fadabf;
  background-image: linear-gradient(135deg, #fadabf 0%, #fffbbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadabf', endColorstr='#fadabf',GradientType=1 ); }

.grad_top_sp {
  background: #cce6f9;
  background: linear-gradient(135deg, #cce6f9 0%, #d0f1ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce6f9', endColorstr='#d0f1ff',GradientType=1 ); }

.grad_top_sns {
  background: #b5d8ff;
  background: linear-gradient(135deg, #b5d8ff 0%, #ead0fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5d8ff', endColorstr='#ead0fc',GradientType=1 ); }

/*======================================================================

 add 20170420
 CALP

======================================================================*/
.lesson_list {
  padding: 2% 0; }

.lesson_list li {
  background-color: #eee;
  font-weight: bold;
  padding: 2% 0;
  margin-bottom: 1%;
  color: #073589;
  text-align: center; }

header {
  min-height: 100px;
  padding: 16px 0 6px 0; }

.container_main {
  background-color: #063387; }

.nav_header_utility {
  margin-bottom: 20px; }

.border_main {
  border-bottom: solid 2px #fff; }

.main_catch {
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 2%;
  text-align: center; }
  @media only screen and (max-width: 820px) {
    .main_catch img {
      width: 90%;
      margin: 0 auto; } }

.main_course_sec {
  margin-top: 2%;
  background-color: #eee;
  padding: 1% 2%; }

.main_course {
  background-color: #eee;
  padding: 1% 2%;
  border-bottom: 17px solid #063387; }

.main_course li {
  width: 49%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 0.5% 0;
  font-weight: normal;
  border-right: solid 1px #333; }
  @media only screen and (max-width: 820px) {
    .main_course li {
      border-right: none;
      border-bottom: solid 1px #333;
      width: 100%;
      font-size: 0.7rem; } }
  @media only screen and (max-width: 820px) {
    .main_course li br {
      display: block; } }

.main_course li:nth-child(2n) {
  border-right: none;
  padding-top: 2%; }
  @media only screen and (max-width: 820px) {
    .main_course li:nth-child(2n) {
      border-bottom: none; } }

.main_photo {
  vertical-align: bottom;
  width: 90%;
  max-width: 483px; }

.sub_mt {
  padding-top: 5%; }

.sub_mb {
  padding-bottom: 5%; }

.cont_ttl_m {
  color: #073488; }

.middle_ttl_l {
  background-color: #073589;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5% 0; }

.block_ttl {
  padding: 3% 3% 0;
  margin-top: 5%;
  background-color: #073589;
  color: #fff;
  text-align: center; }

.block_ttl:after {
  content: "▼";
  position: relative;
  top: 24px;
  font-size: 1.6rem;
  color: #073589; }

.block_ttl p {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  padding: 0; }
  @media only screen and (max-width: 820px) {
    .block_ttl p {
      font-size: 1.4rem; } }

.students_flow li {
  margin-top: 0; }
  .students_flow li:first-child {
    margin-top: 5%; }

.block_ttl_flow {
  position: relative;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  text-align: center;
  line-height: 1.8; }
  .block_ttl_flow.ver01 {
    background: #073589; }
  .block_ttl_flow.ver02 {
    background: #2162c3; }
  .block_ttl_flow.ver03 {
    background: #257cca; }
  .block_ttl_flow.ver04 {
    background: #359feb; }

.block_ttl_flow .tit_dt {
  float: left;
  margin-right: 30px; }

.block_ttl_flow dd {
  float: left;
  width: 83.5%; }

.block_ttl_flow .text_add {
  float: left;
  text-align: left;
  padding: 0 0 0 1rem;
  line-height: 2.2;
  background: url(../img/list_style_disc.png) no-repeat left top 12px/3px auto; }

.block_ttl_flow .icon_pdf {
  padding-left: 1.5rem;
  background: url(../img/list_style_pdf.png) no-repeat left top 6px/16px auto; }
  .block_ttl_flow .icon_pdf a {
    color: #fff;
    text-decoration: none; }

.block_ttl_flow:after {
  content: "▼";
  position: absolute;
  font-size: 1.6rem;
  top: -15px;
  left: 0;
  right: 0; }

.block_ttl_flow.ver01:after {
  color: #073589; }
.block_ttl_flow.ver02:after {
  color: #073589; }
.block_ttl_flow.ver03:after {
  color: #2162c3; }
.block_ttl_flow.ver04:after {
  color: #257cca; }

.students_flow > li {
  display: block;
  /*  &:first-child {
      background-color: #073589;
    }
    &:nth-child(2) {
      background-color: #2162c3;
    }
    &:nth-child(3) {
      background-color: #257cca;
    }
    &:nth-child(4) {
      background-color: #359feb;
    }*/ }

.dotted_ber {
  border-bottom: dotted 2px #fff; }

.airline_ttl {
  padding-bottom: 1%;
  margin-bottom: 3%;
  border-bottom: solid 1px #eee; }

.airline_ttl .cont_ttl_m {
  color: #333; }

.feature_list {
  margin-bottom: 3%; }

.feature_list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1%;
  text-align: left; }
  @media only screen and (max-width: 820px) {
    .feature_list li {
      margin-bottom: 0;
      padding: 0 !important;
      font-size: 0.8rem; } }

.course_list {
  margin-bottom: 3%; }
  @media only screen and (max-width: 820px) {
    .course_list {
      padding: 3%; } }

.course_list dt {
  display: inline-block;
  width: 20%;
  padding: 2px 0;
  margin-right: 20px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: top; }
  @media only screen and (max-width: 820px) {
    .course_list dt {
      width: 100%;
      margin-right: 0; } }

.course_list dd {
  display: inline-block;
  width: 76%; }
  @media only screen and (max-width: 820px) {
    .course_list dd {
      width: 100%; } }

.course_list h3 {
  padding: 10px; }
  .course_list h3.schedule-h3 {
    padding: 10px 10px 0;
    color: #073589; }

.course_01 {
  background-color: #073589;
  color: #fff; }

.course_02 {
  background-color: #fff;
  color: #073589;
  border: solid 2px #073589;
  box-sizing: border-box; }

.course_03 {
  background-color: #000;
  color: #fff; }

.feature {
  font-weight: bold;
  color: #E94E87; }

.qa {
  margin-bottom: 1%; }
  @media only screen and (max-width: 820px) {
    .qa {
      margin-bottom: 3%;
      padding: 3%; } }
  .qa dt {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: solid 1px #333;
    margin-bottom: 1%; }
    @media only screen and (max-width: 820px) {
      .qa dt {
        font-size: 0.9rem; } }
  .qa dd {
    padding: 1% 2%;
    background-color: #eee; }

.cont_label {
  background: #073589;
  color: #fff;
  font-size: .8rem;
  padding: 3px 10px;
  display: inline-block;
  margin: 5px 0; }

.teacher_list dl {
  margin-top: 2%;
  margin-bottom: 4%; }
.teacher_list dt {
  line-height: 1.2; }

.top_main li:nth-child(2n) {
  margin-bottom: 0; }
  .top_main li:nth-child(2n) img {
    vertical-align: bottom; }
  @media only screen and (max-width: 820px) {
    .top_main li:nth-child(2n) {
      padding-bottom: 0; } }

/*=========================================
.btn_area * add 20170420 caLP
=========================================*/
.btn_area {
  padding: 3% 2% 2%;
  background-color: #eee; }
  .btn_area li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%; }
    .btn_area li:nth-child(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 820px) {
      .btn_area li {
        width: 100%;
        margin-bottom: 1%; } }
  .btn_area .btn_semi {
    width: 100%;
    max-width: 221px; }
    @media only screen and (max-width: 820px) {
      .btn_area .btn_semi {
        width: 85%;
        margin-bottom: 2%; } }
  .btn_area .btn_calender {
    width: 100%;
    max-width: 247px; }
    @media only screen and (max-width: 820px) {
      .btn_area .btn_calender {
        width: 85%;
        margin-bottom: 2%; } }
  .btn_area .area_mail {
    width: 100%;
    margin-right: 0; }
    .btn_area .area_mail a {
      padding: 1.5% 1% 1%;
      background-color: #fff; }
      @media only screen and (max-width: 820px) {
        .btn_area .area_mail a {
          padding: 6% 5% 5%; } }
      .btn_area .area_mail a img {
        width: 85%;
        max-width: 339px; }
  .btn_area a {
    text-align: center;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 6% 5% 5%;
    box-shadow: 0 1px 4px rgba(3, 3, 3, 0.1);
    border-radius: 6px; }
    .btn_area a img {
      width: 80%; }

/*=========================================
.pdf_list * add 20170517 caLP
=========================================*/
.pdf_list {
  margin-bottom: 5%;
  padding: 3%;
  background-color: #EEE; }
  .pdf_list li {
    margin-right: 12px;
    font-size: 0.85rem; }
    @media only screen and (max-width: 820px) {
      .pdf_list li {
        display: block; } }

.boxbox {
  background: #f99;
  width: 200px;
  height: 100px;
  font-size: 0;
  line-height: 1.0; }

.dotted_box_area .content_boxes {
  padding: 0 0 2rem; }
  .dotted_box_area .content_boxes li {
    margin-left: 2rem; }
  .dotted_box_area .content_boxes h3 {
    text-align: left;
    padding-left: 1em;
    padding-bottom: 10px; }

.wrapper {
  overflow: hidden; }

.menu01 {
  background: url(../img/menu/menu01.png) no-repeat left center;
  background-size: 34px 18px; }

.menu02 {
  background: url(../img/menu/menu02.png) no-repeat left center;
  background-size: 34px 18px; }

.menu03 {
  background: url(../img/menu/menu03.png) no-repeat left center;
  background-size: 34px 18px; }

.menu04 {
  background: url(../img/menu/menu04.png) no-repeat left center;
  background-size: 34px 18px; }

.menu05 {
  background: url(../img/menu/menu05.png) no-repeat left center;
  background-size: 34px 18px; }

.menu06 {
  background: url(../img/menu/menu06.png) no-repeat left center;
  background-size: 34px 18px; }

.menu07 {
  background: url(../img/menu/menu07.png) no-repeat left center;
  background-size: 34px 18px; }

.menu08 {
  background: url(../img/menu/menu08.png) no-repeat left center;
  background-size: 34px 18px; }

.menu09 {
  background: url(../img/menu/menu09.png) no-repeat left center;
  background-size: 34px 18px; }

.menu10 {
  background: url(../img/menu/menu10.png) no-repeat left center;
  background-size: 34px 18px; }

.menu11 {
  background: url(../img/menu/menu11.png) no-repeat left center;
  background-size: 34px 18px; }

.menu12 {
  background: url(../img/menu/menu12.png) no-repeat left center;
  background-size: 34px 18px; }

.menu13 {
  background: url(../img/menu/menu13.png) no-repeat left center;
  background-size: 34px 18px; }

.menu14 {
  background: url(../img/menu/menu14.png) no-repeat left center;
  background-size: 34px 18px; }

.menu15 {
  background: url(../img/menu/menu15.png) no-repeat left center;
  background-size: 34px 18px; }

.menu16 {
  background: url(../img/menu/menu16.png) no-repeat left center;
  background-size: 34px 18px; }

.menu17 {
  background: url(../img/menu/menu17.png) no-repeat left center;
  background-size: 34px 18px; }

.menu18 {
  background: url(../img/menu/menu18.png) no-repeat left center;
  background-size: 34px 18px; }

.menu19 {
  background: url(../img/menu/menu19.png) no-repeat left center;
  background-size: 34px 18px; }

.menu20 {
  background: url(../img/menu/menu20.png) no-repeat left center;
  background-size: 34px 18px; }

.menu21 {
  background: url(../img/menu/menu21.png) no-repeat left center;
  background-size: 34px 18px; }

@media screen and (max-width: 940px) {
  #dl-menu {
    display: block; }

  #gnav,
  .nav_header_utility {
    display: none; }

  .breadcrumb {
    font-size: 0.5rem;
    color: #555;
    padding: 4px 3%;
    background-color: #f5f5f5; } }
@media screen and (max-width: 820px) {
  .spn-block {
    display: block !important; }

  p {
    font-size: 0.8rem;
    line-height: 1.7; }

  a {
    text-decoration: none; }

  a:hover {
    text-decoration: none; }

  .container,
  .inner_wrapper,
  .cont_wrapper,
  .container_inn,
  .cont_inner,
  .dep_inner,
  .contact_btn_area {
    width: 100%;
    max-width: 100%; }

  #header {
    min-height: 58px;
    border-bottom: solid 1px #eee; }

  .head_logo {
    width: 80%;
    max-width: 200px;
    padding: 8px 0 0 8px; }

  .slick-slider {
    min-width: 100%; }

  #dep_list {
    width: 100%;
    padding: 32px 0 3%; }
    #dep_list li {
      width: 48%;
      margin-right: 1%; }
      #dep_list li:nth-child(2n) {
        margin-right: 0; }
      #dep_list li img {
        width: 100%; }

  .section_cont {
    padding: 6% 3%; }

  .cont_head {
    padding: 0; }

  .cont_ttl {
    font-size: 1.5rem;
    margin: 0; }

  .icon_conttop_oc:before,
  .icon_conttop_info:before,
  .icon_conttop_sp:before {
    margin-bottom: 10px; }

  .icon_conttop_oc img,
  .icon_conttop_info img,
  .icon_conttop_sp img {
    max-width: 80%; }

  .cont_wrapper {
    padding: 8px 3%; }

  .cont_inner {
    padding: 16px 3%; }

  .oc_wrapper {
    padding: 8px 0;
    margin: 0 0 8px 0; }

  .oc_wrapper dt,
  .oc_wrapper dd {
    font-size: 0.8rem; }

  .oc_wrapper dd .event_day {
    font-size: 1rem; }

  .link_btn_s {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding: 4px 8%;
    margin-bottom: 3%; }

  .link_btn_l, .inquiry_btn_list a {
    padding: 8px 10%;
    border-radius: 40px;
    margin-bottom: 6px; }
    .link_btn_l p, .inquiry_btn_list a p {
      line-height: 1.4; }

  .bg_book {
    padding: 8px 0 8px 45px; }

  .report {
    padding: 3% 0; }

  .two_column li {
    width: 100%;
    padding: 0 3%; }

  .container_inn {
    padding: 16px 5%; }

  .sns_block {
    padding: 10px 0 4px; }

  .sns_block li {
    margin-right: 0; }
    .sns_block li img {
      width: 70%; }

  .bg_bridal {
    padding: 8px 3%; }

  .bridal_wrapper {
    width: 100%;
    padding: 8px 3%; }

  .inn_ttl_l {
    font-size: 1.4rem;
    line-height: 1.2; }

  .inn_ttl_m,
  .cont_ttl_m {
    font-size: 1.2rem; }

  .hospi_img {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 160px;
    float: none;
    margin: 0 auto; }

  .hospi_ttl {
    font-size: 2rem;
    margin-top: 10px; }

  .hospi_address {
    padding: 8px 3%; }
    .hospi_address li {
      width: 100%;
      padding: 0; }
    .hospi_address p {
      display: inline-block;
      width: 100%;
      padding: 0; }

  .hospi_logo {
    top: 0; }

  .hospi_address li:nth-child(2n) {
    border-top: solid 1px #eee;
    border-left: none;
    width: 100%;
    padding: 8px 0 0 0; }

  .hospi_tel {
    font-size: 1.6rem;
    margin-bottom: 10px; }

  .hospi_tel:before {
    width: 26px;
    height: 22px;
    background-image: url(../img/icon_tel_laarge.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; }

  .cont_btn {
    padding: 8px 3%; }

  .bg_depfoot,
  .bg_foot {
    display: none; }

  footer {
    padding: 12px 3% 0; }
    footer p {
      font-size: 0.5rem; }

  /* フッタ固定ボタン */
  #footnav {
    display: block;
    position: fixed;
    bottom: -8px;
    width: 100%;
    overflow: hidden; }

  #footnav img {
    width: 100%; }

  #footnav ul {
    margin: 0 auto;
    width: 100%;
    background-color: #eee; }

  #footnav li {
    display: inline-block;
    width: 25%;
    float: left; }
    #footnav li img {
      width: 800%; }

  .fnav_home {
    background-color: #fff; }

  .fnav_req {
    background-color: #fff; }

  .fnav_entry {
    background-color: #fff; }

  .fnav_access {
    background-color: #fff; }

  /* 下層ページ */
  .main_ttl,
  .inner_ttl_l {
    font-size: 1.2rem; }

  .main_container {
    padding: 8px 3%;
    margin-bottom: 8px; }

  .cont_ttl_l {
    font-size: 1.2rem;
    line-height: 1.2; }

  .main_lead {
    padding: 8px 6%;
    margin-bottom: 16px; }

  .bg_dep {
    padding: 16px 3%;
    margin-bottom: 16px; }

  .dep_inner {
    padding: 16px 3%; }

  .article_inner {
    padding: 16px 0; }

  .border_b, .ttl_sub_main {
    margin-bottom: 16px; }

  .block_ttl_flow dd {
    margin-top: 1rem;
    width: 100%; }

  .students_flow .tit_dt,
  .two_column li,
  .cont_two_column li,
  .three_column li,
  .cont_three_column li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 8px 0; }

  .four_column li,
  .cont_four_column li {
    width: 48%;
    max-width: 48%;
    margin: 0 1% 16px 0; }
    .four_column li:nth-child(2n),
    .cont_four_column li:nth-child(2n) {
      margin-right: 0; }

  .two_colon_one_column li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 8px 0; }
    .two_colon_one_column li:nth-child(2n) {
      width: 100%;
      max-width: 100%; }

  .table_sp_arrow {
    display: block;
    width: 80%;
    text-align: center;
    font-size: 0.7rem;
    color: #aaa;
    margin: 0 auto; }

  table {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto; }

  .base_table {
    width: 100%;
    overflow-x: auto; }

  .base_table2 {
    width: 100%; }
    .base_table2 th, .base_table2 td {
      text-align: left; }

  .spn_font_middle {
    font-size: 0.8rem; }

  .two_column .column_box {
    margin-bottom: 0;
    padding-bottom: 0; }

  table {
    display: table; }

  .two_column li {
    padding-left: 1.2em; }

  .footer_menu ul {
    float: none;
    width: 100%;
    margin-top: 1rem;
    margin-left: 0; }

  .footer_menu ul li {
    text-align: center; }

  .banner_area_gray img {
    background: #eee;
    padding: 15px; }

  .dotted_box_area .txt_primary {
    margin-left: 3%; }

  .dotted_box_area .content_boxes {
    padding: 0; } }


.event-section{
  padding: 50px 0px;
}
.table-wrap{
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .table-wrap{
    overflow-x: scroll;
  }
}
.table-wrap table{
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
  line-height: 1.2;
}
.table-wrap table th{
  width: 100px;
}
.table-wrap table td{
  width: calc(899px / 7);
}
.table-wrap table thead tr > *{
  background-color: #dcedff;
  color:#073589;
  font-weight: 700;
}
.table-wrap table tbody th{
  background-color: #dcedff;
  color:#073589;
  font-weight: 700;
}
.table-wrap table .calendar td{
  background-color: #eee;
}
.event-section p{
  padding: 0;
}
.event-section h2{
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5em;
}