@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.fixed_area {
  max-width: 1200px;
  margin: 0 auto;
}

.tbl_scroll {
  overflow-x: auto;
}

.tbl_scroll table {
  min-width: 600px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.gothic, body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}

b, strong, .strong, .place .place_title h4, .place_btn li a, .place_btn li .nolink, #TP_CNT h3, #FT address h1, #FX_HD .link a, .cnt_title p, #PRE_program h3, #PRE_program .pre_prg_block .info h4, #PRE_program .pre_prg_block .time_wrp .text_2 .title, #PRE_program .pre_prg_block .time_wrp .text_2 .btn, #PRE_apply .btn a, #PRE_apply .text, #PRE_apply_end .info, .ip_info h4, .pg_cnt h2, .interview_block h3, #INT_pageLink li, #OL_nv h3, #OL_nv ul .num, #OL_nv ul .title, #OL_nv ul .time, .aft_cnt_1 .wrp h4, .aft_cnt_2 .wrp h4, .aft_cnt_1 .wrp h5, .aft_cnt_2 .wrp h5, .pg_btn, .time_block .text .title {
  font-family: "游ゴシック", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.font_1, #HD #HD_title p, .cnt_title h3, #PRE_program .pre_prg_block .info .time, #PRE_program .pre_prg_block .time_wrp .time_2 p, #PRE_program .pre_prg_block .time_3, .time_block .time p {
  font-family: 'Spartan', sans-serif;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5em;
}

@media only screen and (max-width: 980px) {
  html {
    font-size: 90%;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 90%;
  }
}

@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP
/* -------------------------------------------------------------------------*/
#TP_HD {
  display: block;
  width: 100%;
  background: url(../img/top/kv_bc.png) top center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}

#TP_HD .wrp {
  max-width: 1200px;
  margin: 0 auto;
}

#TP_HD .hd_block {
  position: relative;
  padding-top: 65%;
  margin: 0 auto;
}

#TP_HD #HD_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-top: 65%;
  background: url(../img/top/kv_title.png) 0 0 no-repeat;
  background-size: auto 100%;
}

#TP_HD #HD_title p, #TP_HD #HD_title h1 {
  display: none;
}

#TP_HD #HD_jaist {
  position: absolute;
  z-index: 1;
  top: 49%;
  left: 29.8%;
  width: 17.2%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#TP_HD #HD_jaist a {
  display: block;
  padding-top: 53%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  #TP_HD .hd_block {
    padding-top: 100%;
  }
  #TP_HD #HD_title {
    width: 80%;
    padding-top: 100%;
  }
  #TP_HD #HD_jaist {
    top: 49%;
    left: 46%;
    width: 26%;
  }
}

#TP_KV {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -10%;
  padding-top: 65%;
  width: 55%;
  background: url(../img/top/kv_illust.png) 0 0 no-repeat;
  background-size: auto 100%;
}

@media only screen and (max-width: 640px) {
  #TP_KV {
    width: 40%;
    padding-top: 50%;
    top: 5%;
  }
}

#TP_CNT_area {
  background-color: #2cc4cf;
  padding: 0 50px 50px;
}

@media only screen and (max-width: 1200px) {
  #TP_CNT_area {
    padding: 3%;
  }
}

#TP_place {
  max-width: 1140px;
  margin: 0 auto 50px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border: 5px solid #fffc00;
  box-shadow: 20px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 980px) {
  #TP_place {
    border-width: 4px;
    box-shadow: 15px 15px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 640px) {
  #TP_place {
    padding: 15px;
    border-width: 3px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
  }
}

.place {
  max-width: 1100px;
  margin: 0 auto;
}

.place .place_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.place .place_title h4 {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0;
  padding: 8px 35px;
  color: #000;
  background-color: #fffc00;
  line-height: 1;
  border: 1px solid #e9e657;
  white-space: nowrap;
}

.place .place_title p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0 20px;
  font-weight: bold;
}

.place ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.place ul li {
  margin: 0;
  padding: 0;
}

.place ul li + li {
  margin-top: 10px;
}

.place ul li > a {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.place ul li > a img {
  vertical-align: middle;
}

.place ul li > a:hover {
  box-shadow: none;
  background-color: #cef4ff;
}

.place ul li p {
  display: inline-block;
  margin: 10px 0 10px 10px;
}

@media only screen and (max-width: 980px) {
  .place h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 640px) {
  .place h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.place_btn {
  padding: 0 20px;
  margin-top: 30px;
}

.place_btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.place_btn li {
  flex: 1;
  margin: 0 10px;
}

.place_btn li a {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 5px 20px;
  background-color: #00a2ff;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  text-align: center;
}

.place_btn li .nolink {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 5px 20px;
  background-color: #bcccd3;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.place_btn li a p,
.place_btn li .nolink p {
  width: 100%;
  margin: 0;
  padding: 0;
}

.place_btn li a span,
.place_btn li .nolink span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: 1px;
}

.place_btn li a:hover {
  box-shadow: none;
  background-color: #2acdff;
}


@media only screen and (max-width: 640px) {
  .place_btn {
    padding: 0;
    margin-top: 30px;
  }
  .place_btn ul {
    display: block;
  }
  .place_btn li {
    display: block;
    margin: 0;
  }
  .place_btn li a,
  .place_btn li .nolink {
    padding: 15px 25px 15px 10px;
    border-radius: 5px;
    height: auto;
    text-align: left;
  }
  .place_btn li + li {
    margin-top: 10px;
  }
}

#TP_CNT {
  background-color: #28b0ba;
  padding: 40px 20px;
  max-width: 1240px;
  margin: 0 auto;
}

#TP_CNT h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

#TP_CNT h3 span {
  display: inline-block;
  border-bottom: 2px dashed #fff;
  padding: 20px 0 15px;
}

@media only screen and (max-width: 980px) {
  #TP_CNT {
    padding: 20px 0px;
  }
  #TP_CNT h3 {
    line-height: 3;
  }
  #TP_CNT h3 span {
    display: inline;
    padding: 0 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  #TP_CNT h3 {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    margin: 0 20px;
  }
  #TP_CNT h3 span {
    border-bottom: 1px dashed #fff;
  }
}

#TP_pic .pic_1, #TP_pic .pic_2, #TP_pic .pic_3, #TP_pic .pic_4 {
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.8s ease;
  transform: scale(0);
}

body.loaded #TP_pic .pic_1, body.loaded #TP_pic .pic_2, body.loaded #TP_pic .pic_3, body.loaded #TP_pic .pic_4 {
  transform: scale(1);
  opacity: 1;
}

#TP_pic .pic_1 {
  top: 5%;
  right: 32%;
  width: 21.66667%;
  padding-top: 21.66667%;
  background-image: url(../img/top/kv_pic_1.png);
  transition-delay: 0.2s;
}

#TP_pic .pic_2 {
  top: 15%;
  right: 5%;
  width: 16.83333%;
  padding-top: 16.83333%;
  background-image: url(../img/top/kv_pic_2.png);
  transition-delay: 0.4s;
}

#TP_pic .pic_3 {
  top: 52%;
  right: 35%;
  width: 12.16667%;
  padding-top: 12.16667%;
  background-image: url(../img/top/kv_pic_3.png);
  transition-delay: 0.6s;
}

#TP_pic .pic_4 {
  top: 62%;
  right: 2%;
  width: 20%;
  padding-top: 20%;
  background-image: url(../img/top/kv_pic_4.png);
  transition-delay: 0.8s;
}

@media only screen and (max-width: 640px) {
  #TP_pic .pic_1 {
    top: 4%;
    right: 17%;
    width: 19.16667%;
    padding-top: 19.16667%;
  }
  #TP_pic .pic_2 {
    top: 14%;
    right: 1%;
    width: 12.5%;
    padding-top: 12.5%;
  }
  #TP_pic .pic_3 {
    top: 48%;
    right: 2%;
    width: 12.16667%;
    padding-top: 12.16667%;
  }
  #TP_pic .pic_4 {
    top: 62%;
    right: 5%;
    width: 18.33333%;
    padding-top: 18.33333%;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FT
/* -------------------------------------------------------------------------*/
#TP_btn {
  position: fixed;
  right: -100px;
  bottom: 20px;
  z-index: 1000;
  transition: right 0.4s ease;
}

body.hd_fixed #TP_btn {
  right: 20px;
}

#TP_btn p {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 10px;
  opacity: 0.5;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

#TP_btn p::before {
  content: '';
  display: block;
  margin: 0 auto 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #fff transparent;
}

#TP_btn p:hover {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #TP_btn p span {
    display: none;
  }
}

#FT {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #ebebeb;
}

#FT address {
  font-style: normal;
}

#FT address h1 {
  font-size: 22px;
  font-size: 1.25rem;
  margin: 0;
}

#FT address h1 a {
  text-decoration: none;
  color: #000;
}

#FT address h1 img {
  width: 90px;
  height: auto;
  margin-bottom: 15px;
}

#FT address h1 span {
  margin: 0 5px;
}

#FT address p {
  margin: 0.3rem 0 0;
}



#FT address p.inq_num {
	margin-top:0;
	font-size:16px;
	font-size:0.95rem;
}

#FT address p br {
  display: none;
}

#FT .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2rem 0 0;
  padding: 2rem 2rem 90px;
  text-align: right;
  background-color: #e9e9e9;
  color: #7e7e7e;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  #FT {
    padding-top: 20px;
  }
  #FT address {
    padding: 0 20px;
  }
  #FT address h1 span {
    display: block;
    margin: 0;
  }
  #FT address p br {
    display: inline-block;
  }
  #FT .copyright {
    margin-top: 10px;
    padding: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* BANNER
/* -------------------------------------------------------------------------*/

#bnr_box {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:1080px;
	margin: 1.0rem auto 5.0rem;
}

#bnr_box a {
	display:block;
	width:350px;
	margin-bottom:1.5rem;
}

#bnr_box a:nth-child(3n-1) {
	margin:0 15px 1.5rem 15px;
}


#bnr_box a img {
	width:100%;
}

@media only screen and (max-width: 1100px) {
	#bnr_box {
		width:90%;
		justify-content:space-between;
	}

	#bnr_box a {
		width:48%;
		margin-bottom:1.0rem;
	}
	#bnr_box a:nth-child(3n-1) {
		margin:0 0 1.0rem 0;
	}

}
@media only screen and (max-width: 640px) {
	#bnr_box {
		margin:1.5rem auto 3.5rem;
		justify-content:center;
	}
	#bnr_box a {
		width:80%;
		margin-bottom:0.5rem;
	}
	#bnr_box a:nth-child(3n-1) {
		margin:0 0 0.5rem 0;
	}
}


/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FIXED HD
/* -------------------------------------------------------------------------*/
#FX_HD {
  display: flex;
  align-items: center;
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  z-index: 1000;
  transition: top 0.3s ease;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
}

#FX_HD .title {
  flex: 1;
}

#FX_HD .title > p {
  display: inline-block;
  vertical-align: top;
}

#FX_HD .title .jaist {
  margin: 5px 0 0 10px;
  padding: 0;
}

#FX_HD .title .jaist a {
  display: inline-block;
}

#FX_HD .title .jaist a img {
  width: 70px;
  height: auto;
}

#FX_HD .title .siteName {
  margin: 0 0 0 10px;
  padding: 0;
}

#FX_HD .title .siteName a {
  display: block;
}

#FX_HD .title .siteName img {
  width: auto;
  height: 45px;
}

#FX_HD .link {
  padding-right: 10px;
}

#FX_HD .link a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 5px 15px;
  background-color: #00a2ff;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 50px;
  transition: all 0.2s ease;
}

#FX_HD .link a:hover {
  box-shadow: none;
  background-color: #2acdff;
}

body.hd_fixed #FX_HD {
  top: 0;
}

@media only screen and (max-width: 980px) {
  #FX_HD .link .sp {
    display: inline;
  }
  #FX_HD .link .pc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #FX_HD {
    height: 40px;
  }
  #FX_HD .title .jaist {
    margin: 5px 0 0 5px;
  }
  #FX_HD .title .jaist a img {
    width: 50px;
  }
  #FX_HD .title .siteName {
    margin: 0;
  }
  #FX_HD .title .siteName img {
    height: 35px;
  }
  #FX_HD .link {
    padding-right: 5px;
  }
  #FX_HD .link a {
    padding: 5px 10px;
  }
  #FX_HD .link a span {
    display: none;
  }
}

@media print {
  #FX_HD {
    display: none;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HEADER
/* -------------------------------------------------------------------------*/
#HD {
  position: relative;
}

#HD::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 55px;
  background: url(../img/hd_line.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#HD .hd_block {
  position: relative;
  margin: 0 auto;
  padding: 10px 10px 0;
}

#HD #HD_title {
  margin-top: 15px;
}

#HD #HD_title p {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1;
}

#HD #HD_title p a {
  display: inline-block;
  text-decoration: none;
  color: #007ecd;
}

#HD #HD_title h1 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 10px 0 -15px;
  padding: 0;
  text-align: center;
  line-height: 1;
}

#HD #HD_title h1 a {
  display: inline-block;
  padding: 7px 10px;
  text-decoration: none;
  color: #fff;
  background-color: #09b0bc;
}

#HD #HD_jaist {
  position: absolute;
  top: 10px;
  left: 20px;
  margin: 0;
  padding: 0;
}

#HD #HD_jaist a {
  display: block;
}

#HD #HD_jaist a img {
  width: 110px;
  height: auto;
}

#HD #NV {
  background: url(../img/hd_line_2.png) top right no-repeat #2cc4cf;
  padding: 40px 10px 25px;
}

#HD #NV ul {
  list-style: none;
  display: flex;
  column-gap: 2%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0;
}

#HD #NV li {
  flex: 1;
  position: relative;
  margin: 0;
  padding: 0;
}

#HD #NV li::before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 25px 20px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

#HD #NV li a {
  display: block;
  overflow: hidden;
  padding-top: 10.28037%;
  line-height: 0;
  border-radius: 10rem;
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: 101%;
  white-space: nowrap;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

#HD #NV li a:hover {
  opacity: 1;
}

#HD #NV li.nv_online a {
  background-image: url(../img/nv_1.png);
}

#HD #NV li.nv_inperson a {
  background-image: url(../img/nv_2.png);
}

body.ctg_online #HD #NV .nv_online::before,
body.ctg_inperson #HD #NV .nv_inperson::before {
  display: block;
}

body.ctg_online #HD #NV .nv_online a,
body.ctg_inperson #HD #NV .nv_inperson a {
  opacity: 1;
  box-shadow: none;
  cursor: default;
}

@media only screen and (max-width: 980px) {
  #HD::before {
    width: 100px;
    height: 42px;
  }
  #HD #HD_title {
    margin-top: 10px;
  }
  #HD #HD_title p {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #HD #HD_title h1 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 5px;
  }
  #HD #HD_jaist {
    top: 8px;
    left: 10px;
  }
  #HD #HD_jaist a img {
    width: 90px;
  }
  #HD #NV {
    padding: 30px 10px 20px;
    background-size: 55px auto;
  }
}

@media only screen and (max-width: 640px) {
  #HD::before {
    width: 70px;
    height: 29px;
  }
  #HD .hd_block {
    padding: 5px 5px 0;
  }
  #HD #HD_title {
    margin-top: 10px;
  }
  #HD #HD_title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #HD #HD_title h1 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
  }
  #HD #HD_jaist {
    top: 5px;
    left: 5px;
  }
  #HD #HD_jaist a img {
    width: 60px;
  }
  #HD #NV {
    padding: 30px 10px 20px;
    background-size: 40px auto;
  }
  #HD #NV ul {
    display: block;
  }
  #HD #NV li {
    max-width: 350px;
    margin: 0 auto;
  }
  #HD #NV li + li {
    margin-top: 7px;
  }
  #HD #NV li::before {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CONTENT
/* -------------------------------------------------------------------------*/
.pankuzu {
  max-width: 1200px;
  padding: 20px 20px 15px;
  margin: 0 auto;
}

.pankuzu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.pankuzu li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}

.pankuzu li::before {
  content: '>';
  display: inline-block;
  margin: 0 7px;
  color: #969696;
}

.pankuzu li:first-child::before {
  display: none;
}

.pankuzu a {
  color: #0088f7;
}

.cnt_title {
  position: relative;
  background-image: url(../img/nv_bc.png);
  padding: 30px 10px 35px;
  text-align: center;
}

.cnt_title h3 {
  font-weight: normal;
  margin: 0;
  color: #fff;
  line-height: 1;
}

.cnt_title h3 .year {
  font-size: 26px;
  font-size: 1.625rem;
}

.cnt_title h3 .date {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: -4px;
  margin-left: 10px;
}

.cnt_title h3 .day {
  font-size: 30px;
  font-size: 1.875rem;
}

.cnt_title p {
  font-size: 28px;
  font-size: 1.75rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: block;
  margin: 15px 0 0;
  padding: 15px 60px 0;
  line-height: 1;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  white-space: nowrap;
}

body.ctg_online .cnt_title {
  background-color: #009a44;
}

body.ctg_online .cnt_title p {
  color: #009a44;
}

body.ctg_inperson .cnt_title {
  background-color: #3b1e88;
}

body.ctg_inperson .cnt_title p {
  color: #3b1e88;
}

@media only screen and (max-width: 640px) {
  .cnt_title {
    margin-top: 25px;
    padding: 20px 10px 25px;
  }
  .cnt_title h3 .year {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cnt_title h3 .date {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: -3px;
    margin-left: 10px;
  }
  .cnt_title h3 .day {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cnt_title p {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 30px 0;
  }
}

.cnt_wrp_1 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 70px auto;
}

@media only screen and (max-width: 640px) {
  .cnt_wrp_1 {
    margin: 50px auto;
    padding: 0;
  }
}

.message_end {
  margin: 50px 0 30px;
  padding: 0 20px;
  text-align: center;
  line-height: 1.5;
}

.message_end p {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 15px 25px;
  color: #db1919;
  background-color: #ffe9e9;
  border: 2px solid #ffd2d2;
  border-radius: 5px;
}

.message_end + #OL_nv {
  margin-top: 0;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PRE
/* -------------------------------------------------------------------------*/
#PRE_program {
  max-width: 1100px;
  margin: 1.5rem auto;
  padding-bottom: 1.5rem;
  border-left: 15px solid;
  border-color: #009a44;
}

#PRE_program + #PRE_program {
  margin-top: 70px;
}

#PRE_program h3 {
  font-size: 28px;
  font-size: 1.75rem;
  display: inline-block;
  margin: -1rem 0 0 -2rem;
  padding: 0.6rem 2rem;
  color: #fff;
  line-height: 1;
  border-radius: 5rem;
  background-color: #009a44;
}

#PRE_program .pre_prg_block {
  display: flex;
  background-color: #fff;
  border-top: 3px solid #009a44;
  margin-top: 1.8rem;
  margin-left: -7px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.03);
}

#PRE_program .pre_prg_block .info {
  flex: 1;
  padding: 2rem 1rem 2rem 2rem;
}

#PRE_program .pre_prg_block .info h4 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #009a44;
}

#PRE_program .pre_prg_block .info h4 span {
  display: inline-block;
  border-bottom: 1px dotted;
}

#PRE_program .pre_prg_block .info .time {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  padding: 1.5rem 0;
}

#PRE_program .pre_prg_block .info .time::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -0.5rem;
  width: 27px;
  height: 30px;
  background: url(../img/icon_time.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#PRE_program .pre_prg_block .info .text {
  padding-top: 1rem;
}

#PRE_program .pre_prg_block .info .text p {
  margin: 0;
}

#PRE_program .pre_prg_block .info .text p + p {
  margin-top: 1rem;
}

#PRE_program .pre_prg_block .text2 {
  border-top: 1px dotted #5f5f5f;
  padding-top: 1rem;
}

#PRE_program .pre_prg_block .time_wrp {
  display: flex;
}

#PRE_program .pre_prg_block .time_wrp.noflx {
  display: block;
}

#PRE_program .pre_prg_block .time_wrp .time_2 {
  padding-right: 20px;
}

#PRE_program .pre_prg_block .time_wrp .time_2 p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 1.5rem 0;
  white-space: nowrap;
}

#PRE_program .pre_prg_block .time_wrp.noflx .time_2 p {
  padding: 1.5rem 0 0;
}

#PRE_program .pre_prg_block .time_wrp .time_2 p::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -0.5rem;
  width: 27px;
  height: 30px;
  background: url(../img/icon_time.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#PRE_program .pre_prg_block .time_wrp.noflx .text_2 {
	padding-left:0.5rem;
}

#PRE_program .pre_prg_block .time_wrp .text_2 .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 1.5rem 0 0.5rem;
}

#PRE_program .pre_prg_block .time_wrp .text_2 .btn {
  display: inline-block;
  padding: 8px 40px 8px 20px;
  background: url(../img/icon_blank.png) right 15px center no-repeat #00a2ff;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

#PRE_program .pre_prg_block .time_wrp .text_2 .btn:hover {
  box-shadow: none;
  background-color: #2acdff;
}

#PRE_program .pre_prg_block .time_wrp .text_2 .red {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f14747;
}

#PRE_program .pre_prg_block .time_3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 15px;
}

#PRE_program .pre_prg_block .fig {
  width: 35%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#PRE_program #PRE_prg_1 .fig {
  background-image: url(../img/pre_pic_ip_1.jpg);
}

#PRE_program #PRE_prg_2 .fig {
  background-image: url(../img/pre_pic_ip_2.jpg);
}

#PRE_program #PRE_prg_3 .fig {
  background-image: url(../img/pre_pic_ip_3.jpg);
}

#PRE_program #PRE_prg_4 .fig {
  background-image: url(../img/pre_pic_ip_4.jpg);
}

#PRE_program #PRE_prg_5 .fig {
  background-image: url(../img/pre_pic_ip_5.jpg);
}

#PRE_program #PRE_prg_6 .fig {
  background-image: url(../img/pre_pic_ip_6.jpg);
}

#PRE_program #PRE_prg_7 .fig {
  background-image: url(../img/pre_pic_ip_7.jpg);
}

#PRE_program #PRE_prg_8 .fig {
  background-image: url(../img/pre_pic_ip_8.jpg);
}

@media only screen and (max-width: 980px) {
  #PRE_program h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #PRE_program .pre_prg_block .info {
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  }
  #PRE_program .pre_prg_block .info h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #PRE_program .pre_prg_block .info .time {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #PRE_program .pre_prg_block .info .time::before {
    width: 20px;
    height: 22px;
  }
  #PRE_program .pre_prg_block .time_wrp {
    display: block;
  }
  #PRE_program .pre_prg_block .time_wrp .time_2 {
    padding-right: 0;
  }

  #PRE_program .pre_prg_block .time_wrp .time_2 p {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #PRE_program .pre_prg_block .time_wrp .text_2 .title {
    margin-top: 0;
  }
  #PRE_program .pre_prg_block .time_wrp.noflx .text_2 {
		padding-top:0.8rem;
	}
}

@media only screen and (max-width: 640px) {
  #PRE_program h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #PRE_program .pre_prg_block {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
  }
  #PRE_program .pre_prg_block .info {
    padding: 15px;
  }
  #PRE_program .pre_prg_block .info h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #PRE_program .pre_prg_block .info .time {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 0 10px;
  }
  #PRE_program .pre_prg_block .info .time::before {
    width: 18px;
    height: 20px;
  }
  #PRE_program .pre_prg_block .fig {
    width: 300px;
    height: 225px;
    margin: 10px auto;
  }
}

#PRE_apply {
  margin-top: 3rem;
  padding: 0 20px;
  text-align: center;
}

#PRE_apply .btn {
  margin: 0;
}

#PRE_apply .btn a {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  padding: 20px 70px 20px 40px;
  background-color: #00a2ff;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

#PRE_apply .btn a:hover {
  box-shadow: none;
  background-color: #2acdff;
}

#PRE_apply .btn a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #ffffff;
}

#PRE_apply .btn a span {
  white-space: nowrap;
}

#PRE_apply .text {
  color: #f14747;
}

#PRE_apply .att {
	padding:1.0rem 0;
	border:2px solid #00a2ff;
}
#PRE_apply .att h5 {
	font-size:1.125rem;
	margin:0 0 0.5rem;
}

#PRE_apply .att span {
	font-size:0.925rem;
}


@media only screen and (max-width: 640px) {
  #PRE_apply {
    padding: 0 10px;
    text-align: left;
  }
  #PRE_apply .btn a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px 10px 10px;
    border-radius: 5px;
    text-align: left;
  }
  #PRE_apply .btn a span {
    white-space: normal;
  }
  #PRE_apply .btn a::before {
    right: 10px;
  }
	#PRE_apply .att {
		padding:1.0rem;
		border:2px solid #00a2ff;
	}
	#PRE_apply .att br.pc { display:none; }

}

#PRE_apply_end {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

#PRE_apply_end .text {
  margin-top: 50px;
  text-align: center;
}

#PRE_apply_end .wrp {
  background-color: #f0f8ff;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
  border: 5px solid #88bcec;
}

#PRE_apply_end .info {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.6;
}

#PRE_apply_end .info2 {
  margin: 0.5rem 0 0;
}

@media only screen and (max-width: 640px) {
  #PRE_apply_end .wrp {
    border-width: 2px;
    text-align: left;
  }
  #PRE_apply_end .info {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #PRE_apply_end .info br {
		display: none;
  }

}

.tp_infoArea {
  background-color: #fff;
  padding: 50px 30px;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  .tp_infoArea {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .tp_infoArea {
    padding: 30px 10px;
  }
}

.ip_info {
  max-width: 1100px;
  margin: 0 auto;
}

.ip_info h4 {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0;
  padding: 8px 35px;
  color: #fff;
  background-color: #009a44;
  line-height: 1;
}

.ip_info .info {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.ip_info ul {
  list-style: none;
  margin: 15px 0 0 10px;
  padding: 0;
}

.ip_info li {
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}

.ip_info li + li {
  margin-top: 10px;
}

.ip_info li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #6c59a7;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}

#SPCIAL_weeks {
  border: 2px solid #ddd5f1;
  line-height: 1.8;
  padding: 2em;
}

#SPCIAL_weeks p {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  #SPCIAL_weeks {
    padding: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE
/* -------------------------------------------------------------------------*/
#HD_pg {
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 5px solid #28b0ba;
}

#HD_pg .title .jaist, #HD_pg .title .siteName {
  display: inline-block;
  vertical-align: top;
}

#HD_pg .title .jaist {
  margin: 10px 0 0 10px;
  padding: 0;
}

#HD_pg .title .jaist a {
  display: inline-block;
}

#HD_pg .title .jaist a img {
  width: 70px;
  height: auto;
}

#HD_pg .title .siteName {
  margin: 6px 0 0 10px;
  padding: 0;
}

#HD_pg .title .siteName img {
  width: auto;
  height: 45px;
}

@media only screen and (max-width: 640px) {
  #HD_pg {
    height: 36px;
    border-bottom: 3px solid #009a44;
  }
  #HD_pg .title .jaist {
    margin: 5px 0 0 5px;
  }
  #HD_pg .title .jaist a img {
    width: 40px;
  }
  #HD_pg .title .siteName {
    margin: 0;
  }
  #HD_pg .title .siteName img {
    height: 30px;
  }
}

.pg_cnt {
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 1140px;
}

.pg_cnt h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 3rem;
  padding-bottom: 40px;
  color: #28b0ba;
  border-bottom: 2px solid;
  line-height: 1.5;
}

.pg_cnt .info {
  list-style: none;
  padding: 0;
}

.pg_cnt .info li {
  position: relative;
  margin: 1rem 0;
  padding: 0 0 0 15px;
}

.pg_cnt .info li::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #28b0ba;
  border-radius: 100%;
}

#TP_CNT_area a.lnk_ov,
.pg_cnt a.lnk_ov {
	font-weight:bold;
	font-size:1.125rem;
}

#TP_CNT_area a.lnk_ov:hover,
.pg_cnt a.lnk_ov:hover {
	color:#ff005a;
}

@media only screen and (max-width: 980px) {
  .pg_cnt {
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_cnt {
    padding: 40px 10px;
  }
  .pg_cnt h2 {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 20px;
  }
}

.pg_tbl {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}

.pg_tbl table {
  border-collapse: collapse;
  width: 100%;
}

.pg_tbl tr:nth-child(odd) td {
  background-color: #fafafa;
}

.pg_tbl th, .pg_tbl td {
  padding: 5px 3px;
  border: 1px solid #d8d8d8;
}

.pg_tbl td {
  padding: 10px 5px;
}

.pg_tbl th {
  background-color: #28b0ba;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  border-color: #329097;
  white-space: nowrap;
}

.pg_tbl th span {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}

.pg_tbl tr.bd_thick td {
  border-top-width: 4px;
}

.pg_tbl td:nth-child(1) {
  width: 220px;
}

.pg_tbl td:nth-child(2) {
  width: 220px;
}

.pg_tbl td:nth-child(3) {
  width: 60px;
}

.pg_tbl td:nth-child(6) {
  width: 40px;
}

.pg_tbl td:nth-child(3),
.pg_tbl td:nth-child(5) {
  text-align: center;
}

.pg_tbl td:nth-child(1),
.pg_tbl td:nth-child(2),
.pg_tbl td:nth-child(3),
.pg_tbl td:nth-child(4) {
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  .pg_tbl {
    overflow-x: scroll;
  }
  .pg_tbl table {
    font-size: 14px;
    font-size: 0.875rem;
    width: 900px;
  }
  .pg_tbl th, .pg_tbl td {
    padding: 5px;
  }
  .pg_tbl td:last-child {
    width: 300px;
  }
	.pg_tbl td:nth-child(2) br {
	  display:none;
	}
	.pg_tbl td:nth-child(2) {
	  white-space: nowrap;
	}
}

.pg_tbl_mv {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  overflow-x: auto;
}

.pg_tbl_mv table {
  border-collapse: collapse;
  width: 100%;
  min-width: 700px;
  max-width: 1000px;
  margin: 10px auto 0;
}

.pg_tbl_mv tr:nth-child(odd) td {
  background-color: #fafafa;
}

.pg_tbl_mv tr:nth-child(odd) td:nth-child(5),
.pg_tbl_mv tr:nth-child(odd) td:nth-child(6),
.pg_tbl_mv tr:nth-child(odd) td:nth-child(7) {
  background-color: #f3ffe7;
}

.pg_tbl_mv tr:nth-child(odd) td:nth-child(8),
.pg_tbl_mv tr:nth-child(odd) td:nth-child(9),
.pg_tbl_mv tr:nth-child(odd) td:nth-child(10) {
  background-color: #f1f0ff;
}

.pg_tbl_mv tr:nth-child(even) td:nth-child(5),
.pg_tbl_mv tr:nth-child(even) td:nth-child(6),
.pg_tbl_mv tr:nth-child(even) td:nth-child(7) {
  background-color: #fbfff7;
}

.pg_tbl_mv tr:nth-child(even) td:nth-child(8),
.pg_tbl_mv tr:nth-child(even) td:nth-child(9),
.pg_tbl_mv tr:nth-child(even) td:nth-child(10) {
  background-color: #f9f8ff;
}

.pg_tbl_mv th, .pg_tbl_mv td {
  padding: 5px 3px;
  border: 1px solid #d8d8d8;
}

.pg_tbl_mv th {
  background-color: #009a44;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  white-space: nowrap;
}

.pg_tbl_mv tr.bd_thick td {
  border-top-width: 4px;
}

.pg_tbl_mv td:nth-child(2) {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .pg_tbl_mv {
    overflow-x: scroll;
  }
  .pg_tbl_mv table {
    font-size: 14px;
    font-size: 0.875rem;
    width: 1200px;
  }
  .pg_tbl_mv th, .pg_tbl_mv td {
    padding: 5px;
  }
  .pg_tbl_mv td:last-child {
    width: 300px;
  }
}

.interview_block {
  padding: 3rem 0;
}

.interview_block h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 2rem;
  padding-top: 2rem;
  border-top: 1px dotted #a0a0a0;
}

.interview_block h3::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #28b0ba;
}

@media only screen and (max-width: 640px) {
  .interview_block {
    padding: 2rem 0;
  }
  .interview_block h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

body.cnt_page #FT {
  border-top: 5px solid #e9e9e9;
}

#INT_pageLink {
  margin-top: 3rem;
  text-align: center;
}

#INT_pageLink ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#INT_pageLink li {
  flex: 1;
  margin: 0;
  padding: 0;
}

#INT_pageLink li:nth-child(1) {
  margin-right: 5px;
}

#INT_pageLink li:nth-child(2) {
  margin-left: 5px;
}

#INT_pageLink li a {
  display: block;
  text-decoration: none;
  padding: 15px 5px;
  background-color: #ebebeb;
  border: 1px solid #c9c9c9;
  color: #007ef5;
  transition: background 0.2s ease;
}

#INT_pageLink li a:hover {
  background-color: #caebff;
  border-color: #2baeff;
}

#INT_pageLink li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.8px 4.5px 0 4.5px;
  border-color: #518abe transparent transparent transparent;
}

@media only screen and (max-width: 980px) {
  #INT_pageLink li {
    flex: auto;
  }
  #INT_pageLink li:nth-child(1) {
    margin-right: 2px;
  }
  #INT_pageLink li:nth-child(2) {
    margin-left: 2px;
  }
}

@media only screen and (max-width: 640px) {
  #INT_pageLink ul {
    display: block;
  }
  #INT_pageLink li {
    margin: 5px 0 !important;
  }
}

.info_block {
  margin-bottom: 25px;
  padding: 25px;
  background-color: #fbffc1;
}

.info_block p {
  margin: 0;
}

.info_block .emph {
  font-weight: bold;
  color: #e20000;
}

@media only screen and (max-width: 640px) {
  .info_block {
    padding: 15px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ON THE DAY
/* -------------------------------------------------------------------------*/
#OL_nv {
  background-color: #e8f7ff;
  padding: 30px 30px 50px;
  margin: 50px auto 0;
}

#OL_nv .nv_wrp {
  max-width: 1100px;
  margin: 0 auto;
}

#OL_nv h3 {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0 20px -20px;
  padding: 7px 30px;
  color: #fff;
  background-color: #009a44;
  line-height: 1;
  border-radius: 5rem;
}

#OL_nv ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#OL_nv ul li {
  display: block;
  margin: 5px 0;
}

#OL_nv ul a {
  display: table;
  width: 100%;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease;
}

#OL_nv ul a:hover {
  background-color: #fcffd9;
  box-shadow: none;
}

#OL_nv ul p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 10px;
}

#OL_nv ul .num {
  font-size: 22px;
  font-size: 1.375rem;
  width: 40px;
  padding: 12px 10px;
  text-align: center;
  color: #fff;
  background-color: #009a44;
}

#OL_nv ul .title {
  font-size: 18px;
  font-size: 1.125rem;
  width: 170px;
  padding-left: 20px;
  color: #0065e1;
}

#OL_nv ul .text {
  font-size: 15px;
  font-size: 0.9375rem;
  flex: 1;
  color: #000;
}

#OL_nv ul .time {
  display: block;
}

#OL_nv .info {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 2rem;
  color: #db1919;
}

#OL_nv .info p {
  margin: 0.3rem 0;
}

@media only screen and (max-width: 980px) {
  #OL_nv {
    margin-top: 40px;
    padding: 30px 20px 50px;
  }
  #OL_nv h3 {
    margin-left: -10px;
  }
  #OL_nv ul .title {
    width: 140px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #OL_nv {
    margin-top: 30px;
    padding: 20px 10px 40px;
  }
  #OL_nv h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 7px 20px 7px 10px;
    margin-bottom: 10px;
    border-radius: 0 30px 30px 0;
  }
  #OL_nv ul p {
    padding: 5px;
  }
  #OL_nv ul .num {
    width: 30px;
  }
  #OL_nv ul .title {
    width: 130px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* AFTER
/* -------------------------------------------------------------------------*/
.aft_cnt_1, .aft_cnt_2 {
  padding: 60px 20px;
}

.aft_cnt_1 .wrp, .aft_cnt_2 .wrp {
  max-width: 1100px;
  margin: 0 auto;
}

.aft_cnt_1 .wrp h4, .aft_cnt_2 .wrp h4 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 3rem;
  color: #008139;
}

.aft_cnt_1 .wrp h4 span, .aft_cnt_2 .wrp h4 span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
  line-height: 1;
  background-color: #009a44;
  color: #fff;
}

.aft_cnt_1 .wrp h4 + h5, .aft_cnt_2 .wrp h4 + h5 {
  margin-top: 3rem;
}

.aft_cnt_1 .wrp h5, .aft_cnt_2 .wrp h5 {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin: 4rem 0 1.5rem;
  padding: 0.5rem 0 0.8rem 1.4rem;
  border-bottom: 1px solid #009a44;
  line-height: 1.3;
}

.aft_cnt_1 .wrp h5::before, .aft_cnt_2 .wrp h5::before {
  content: '';
  display: block;
  width: 6px;
  background-color: #009a44;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5px;
}

.aft_cnt_1 .wrp h6, .aft_cnt_2 .wrp h6 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 2rem 0 1rem;
  color: #008139;
}

.aft_cnt_1 .wrp h6 span, .aft_cnt_2 .wrp h6 span {
  display: inline-block;
  border-bottom: 1px dotted #009a44;
  padding-bottom: 3px;
}

.aft_cnt_1 .wrp h6::before, .aft_cnt_2 .wrp h6::before {
  content: '◆';
  color: #009a44;
  margin-right: 5px;
}

.aft_cnt_1 .wrp ul.link, .aft_cnt_2 .wrp ul.link {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.aft_cnt_1 .wrp ul.link li, .aft_cnt_2 .wrp ul.link li {
  position: relative;
  margin: 0.3rem 0;
  padding: 0 0 0 20px;
}

.aft_cnt_1 .wrp ul.link li::before, .aft_cnt_2 .wrp ul.link li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.aft_cnt_1 .wrp ul.link a, .aft_cnt_2 .wrp ul.link a {
  text-decoration: none;
}

.aft_cnt_1 .wrp .bnr, .aft_cnt_2 .wrp .bnr {
  margin: 2rem 0;
  text-align: center;
}

.aft_cnt_1 .wrp .bnr a, .aft_cnt_2 .wrp .bnr a {
  display: inline-block;
  line-height: 0;
  border: 1px solid #0071ce;
  transition: border 0.2s ease;
}

.aft_cnt_1 .wrp .bnr a:hover, .aft_cnt_2 .wrp .bnr a:hover {
  border-color: #00ccff;
}

.aft_cnt_1 .wrp .bnr a img, .aft_cnt_2 .wrp .bnr a img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.aft_cnt_1 {
  background-color: #f6fcff;
}

.aft_cnt_2 {
  background-color: #fff;
}

/* BTN */
.pg_btn {
  display: inline-block;
  padding: 8px 40px 8px 20px;
  background: url(../img/icon_blank.png) right 15px center no-repeat #00a2ff;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.pg_btn:hover {
  box-shadow: none;
  background-color: #2acdff;
}

/* LINK */
.a_blank::after {
  content: url(../img/ic_target_2.png);
  margin-left: 3px;
}

/* MOVIE */
.movie_1 {
  margin: 0 auto;
  max-width: 680px;
}

.movie_1 .mv {
  position: relative;
  width: 100%;
  padding-top: 66.17647%;
}

.movie_1 .mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_1 .mv a {
  display: block;
  line-height: 0;
}

.movie_1 .mv a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_1 .mv a .img_btn {
  opacity: 0;
}

.movie_1 .mv a:hover .img_btn {
  opacity: 1;
}

.movie_1 p {
  margin: 1.5rem 0 0;
}

@media only screen and (max-width: 640px) {
  .movie_1 .mv {
    padding-top: 70.58824%;
  }
}

.movie_2 {
  display: flex;
}

.movie_2 + .movie_2 {
  margin-top: 1rem;
}

.movie_2 .mv_cell {
  width: 50%;
}

.movie_2 .mv_cell:nth-child(1) {
  padding-right: 10px;
}

.movie_2 .mv_cell:nth-child(2) {
  padding-left: 10px;
}

.movie_2 .mv_cell .mv {
  position: relative;
  width: 100%;
  padding-top: 69.11765%;
}

.movie_2 .mv_cell .mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_2 .mv_cell p {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .movie_2 {
    display: block;
  }
  .movie_2 .mv_cell {
    width: 100%;
    margin: 2rem 0;
    padding: 0 !important;
  }
  .movie_2 .mv_cell .mv {
    padding-top: 70.58824%;
  }
}

.movie_tube {
  margin: 0 auto;
  max-width: 680px;
}

.movie_tube .mv {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_tube .mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_tube img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 1px solid #d6e4eb;
}

.movie_tube p {
  text-align: center;
}

.time_block {
  display: flex;
  margin: 2rem 0;
}

.time_block .time p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  white-space: nowrap;
}

.time_block .time p::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 22px;
  margin-right: 5px;
  background: url(../img/icon_time.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.time_block .text {
  padding-left: 20px;
}

.time_block .text .title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .time_block {
    display: block;
  }
  .time_block .time {
    margin-bottom: 10px;
  }
  .time_block .text {
    padding-left: 0;
  }
}

/* KOME */
.kome {
  position: relative;
  display: block;
  padding-left: 20px;
}

.kome::before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

p + .kome {
  margin-top: -0.8rem;
}

.title + .kome {
  margin-top: 1rem;
}

/* -------------------------------------------------------------------------*/
/*モーダルを開くボタン*/

div.modal-open {
  display: inline-block;
	margin-top:15px;
  padding: 8px 20px;
  background: #00a2ff;
  color: #fff;
  line-height: 1.3;
  border-radius: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}

div.modal-open:hover {
  box-shadow: none;
  background-color: #2acdff;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
	z-index:2;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 650px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
	line-height:1.8;
}

.modal-content .mdl_line {
	padding:8px 15px;
	border-bottom:1px dotted #aff9ff;
}
.modal-content .mdl_line:nth-of-type(1) {
	border-top:1px dotted #aff9ff;
}


@media only screen and (min-width: 641px) {
	.modal-content br.sp{
		display:none;
	}
	.modal-content a.mdl_mgn{
		display:inline-block;
		margin-left:4rem;
	}

}

@media only screen and (max-width: 640px) {
	.modal-body{ height:450px; }
	.modal-content a.mdl_mgn{
		display:inline;
		margin-left:0;
	}
	.modal-content .mdl_line {
		padding:8px 0;
	}
