@charset "utf-8";
/* base color: #1489c0; */

/* ------------------------------
   main visual
------------------------------ */
#main {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#main_visual {
  width: 96%;
  margin: 0 auto;
  max-width: 950px;
}
#main_visual h1 {
  display: block;
  margin-top: 180px;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  color: #0099ee;
  font-size: 350%;
  text-shadow: 1px 1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff, -1px -1px 15px #fff, 0px 0px 5px #fff, 0px 0px 15px #fff, 1px 1px 0px #fff;
}
#main_visual h2 {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #0099ee;
  font-size: 33px;
  margin-bottom: 60px;
  text-shadow: 1px 1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff, -1px -1px 15px #fff, 0px 0px 5px #fff, 0px 0px 15px #fff, 1px 1px 0px #fff;
}
#main_visual p {
  display: block;
  margin-bottom: 60px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #0099ee;
  font-size: 24px;
  text-shadow: 1px 1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff, -1px -1px 15px #fff, 0px 0px 5px #fff, 0px 0px 15px #fff, 1px 1px 0px #fff;
}
/*---------------------------------
  special-event
-----------------------------------*/
header #special a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
}
header #special em {
  font-weight: bold;
  font-size: 16px;
}
header #special h1 a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../images/index/info_icon.png) no-repeat;
  z-index: 99;
  background-size: 30px 30px;
  margin-right: 6px;
}
header #special h1 {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}
#special {
  width: 302px;
  border-radius: 5px;
  display: block;
  background-color: #eb8f07;
  position: fixed;
  top: 61px;
  right: 10px;
  z-index: 99;
  line-height: 1.2;
  box-shadow: 0px 0px 10px;
}
#special:hover {
  background-color: rgba(235,143,7,0.80);
}

@media screen and (max-width: 768px) {
#main_visual h1 {
  font-size: 220%;
  margin-top: 140px;
  margin-bottom: 40px;
}
#main_visual h2 {
  font-size: 21px;
}
#main_visual p {
  font-size: 16px;
  margin-bottom: 30px;
}
/*---------------------------------
  special-event
-----------------------------------*/
header #special {
  border-radius: 0;
}
header #special em {
  font-size: 17px;
}
header #special h1 {
  font-size: 15px;
  line-height: 1.2;
}
header #special h1 {
  color: #fff;
}
#special {
  width: 100%;
  display: block;
  background-color: #eb8f07;
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0px;
  z-index: 99;
  line-height: 1.2;
  box-shadow: 0px 0px 10px;
}
#special:hover {
  background-color: rgba(235,143,7,0.80);
}
}

@media screen and (max-width: 560px) {
/*---------------------------------
  special-event
-----------------------------------*/
header #special {
  padding: 0px 60px 0px 0px;
}
}

@media screen and (max-width: 480px) {
#main_visual h1 {
  font-size: 160%;
  margin-bottom: 20px;
}
#main_visual h2 {
  margin-bottom: 20px;
}
#main_visual p {
  font-size: 13px;
  text-align: left;
  margin-bottom: 20px;
}
}
a.link_button {
  display: inline-block;
  line-height: 1;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 6px;
  margin: 0 auto;
  padding: 13px 68px;
  transition: all 0.35s;
}
a.link_button:hover {
  border: 3px solid #1489c0;
  color: #1489c0;
  background: rgba(255,255,255,0.5);
}
/* ------------------------------
   section
------------------------------ */
section h3 {
  max-width: 1170px;
  margin: 40px 0.75em;
  line-height: 1.2;
  font-size: 28px;
  font-weight: bold;
  color: #1489c0;
}
section#news h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}
section#news h3 + p {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
section h3::before {
  display: inline;
  top: 4px;
  margin-right: 12px;
  position: relative;
}
section#course_guidance h3::before {
  content: url("../images/index/icon02blue.png");
}
section#news h3::before {
  content: url("../images/index/icon04white.png");
}
section#gbks h3::before {
  content: url("../images/index/icon03blue.png");
}
/* ------------------------------
   section#course_guidance
------------------------------ */
#course_guidance article {
  position: relative;
  margin: 0 10% 5%;
}
#course_guidance article h4 {
  background: rgba(20, 137, 192, 1);
  color: #fff;
  padding: 2.5% 4%;
  line-height: 1.3;
  font-size: 18px;
}
#course_guidance article figure + p {
  background: rgba(20, 137, 192, 0.8);
  color: #fff;
  width: 100%;
  padding: 3% 4%;
  line-height: 1.3;
  font-size: 14px;
}
#course_guidance article p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}
/* ------------------------------
   section#news
------------------------------ */
#news {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
#news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/new.jpg) no-repeat center center / cover;
  transition: all 30s linear;
  z-index: -1;
}
#news:hover::before {
  transform: scale(1.5, 1.5);
}
#news .dl_box {
  background: rgba(255,255,255,0.5);
  margin: 0 8% 40px;
  padding: 1% 4%;
}
#news dl {
  margin: 1em auto;
}
#news dl > * {
  line-height: 1.5;
}
#news dl dt {
  display: none;
  padding: 0.5em 1em 0;
}
#news dl dd {
  width: 100%;
  display: none;
  padding: 0 1em 0.5em;
}
#news dl dt span {
  display: inline-block;
  background: #006;
  color: #fff;
  font-size: 12px;
  width: 6em;
  text-align: center;
  margin: 3px 10px;
  border-radius: 5px;
}
#news dl dt:nth-child(-n+14), #news dl dt:nth-child(-n+14) + dd {
  display: block;
}
/* ------------------------------
   section#gbks
------------------------------ */
#gbks figure {
  width: 75%;
  margin: 0 auto 40px;
  overflow: visible;
}
#gbks figcaption span {
  position: static;
  display: block;
  background: rgba(20,137,192, 0.8);
  color: #fff;
  line-height: 30px;
  padding: 0 10px 2px;
}
#gbks figcaption p {
  font-size: 14px;
  position: absolute;
  top: 30%;
  margin: 0 10%;
  opacity: 0;
}
#gbks figure:hover figcaption p {
  opacity: 1;
}

@media (min-width: 376px) {
#gbks figcaption span {
  position: absolute;
  width: 105%;
  bottom: 20%;
  font-size: 21px;
  margin-left: -5%;
}
#gbks figure:hover figcaption span {
  bottom: 100%;
  width: 100%;
  font-size: 24px;
  margin-left: 0%;
  transform: translate(0, 100%);
}
#gbks figcaption p {
  font-size: 16px;
  top: 80%;
  transform: translate(0, -100%);
}
#gbks figure:hover figcaption p {
  top: 50%;
  transform: translate(0, -50%);
}
}

@media (min-width: 768px) {
section h3 {
  text-align: center;
  margin: 70px auto;
}
#course_guidance article::before {
  content: url("../images/index/kouza_object.png");
  position: absolute;
  top: 75%;
  left: -15%;
  z-index: 300;
}
#course_guidance article h4 {
  position: absolute;
  top: 73%;
  right: -6%;
  width: 86%;
  background: rgba(20, 137, 192, 0);
  color: #fff;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
  z-index: 200;
  transform: translate(0, -35px);
}
#course_guidance article figure img {
  transition: all 0.35s;
}
#course_guidance article:hover figure img {
  transform: translate(6%, 0);
}
#course_guidance article figure + p {
  position: absolute;
  top: 73%;
  right: -6%;
  width: 86%;
  padding: 5%;
  font-size: 16px;
}
#news {
  padding-top: 70px;
}
}

@media (min-width: 992px) {
#news dl dt {
  clear: both;
  float: left;
  width: 32%;
  padding: 0.5em 1%;
}
#news dl dt span {
  margin: 3px 15px;
  float: right;
}
#news dl dd {
  width: 100%;
  padding: 0.5em 1% 0.5em 32%;
}
}

@media (min-width: 1200px) {
#news dl dt {
  width: 27%;
}
#news dl dd {
  padding: 0.5em 1% 0.5em 27%;
}
}
#sub_contents.business h3 {
  margin-top: 0;
  padding-top: 70px;
}
#sub_contents.business h3::before {
  content: url("../images/index/icon01blue.png");
}
#sub_contents.business p {
  padding: 1em;
}
#sub_contents.business ol {
  padding: 1em;
  margin: 1em 0.75em;
  background: rgba(137,191,19,0.15);
  border: 3px solid rgba(137,191,19,0.5);
}
#sub_contents.business ol li {
  list-style: decimal;
  margin: 1em 20px 1em 35px;
}
/* ------------------------------
   section#inline-content
------------------------------ */
.open_btn,
.kinen_btn{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  z-index: 999;
}
.kinen_btn{
  bottom: 0;
}
.open_btn a,
.kinen_btn a{
  display: block;
  color: #fff;
  background: #ed6e00;
}
.kinen_btn a{
  background: #000066;
  position: relative;
}
.kinen_btn a::before{
  content: "NEW!!";
  color: #fff;
  background: #f45;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  border-radius: 0;
} 
#inline-content {
  background: #fff;
  padding: 2%;
  width: 90%;
  height: 90%;
  margin: 0 auto;
}
/*#inline-content::before {
    content: "";
    display: inline-block;
    height: 60px;
    margin-top: -60px;
    vertical-align: top;
}*/
#inline-content h3 {
  margin: 25px auto 20px;
  color: #ed6e00;
}
#inline-content h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #1489c0;
  font-weight: bold;
}
#inline-content h4 span {
  background: #006;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  line-height: 4;
  font-size: 16px;
}
#inline-content h5 {
  font-size: 18px;
  font-weight: bold;
  color: #ed6e00;
  line-height: 1.5;
  margin-bottom: 20px;
}
#inline-content .b_box2 img {
  width: 100%;
  float: none;
  border: 1px solid #006;
  display: block;
  margin: 10px auto;
}
#inline-content .b_box {
  width: 100%;
  float: none;
  margin: 0 auto;
}
#inline-content dl {
}
#inline-content dt {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
#inline-content dd {
  margin-bottom: 20px;
}
#inline-content li {
  line-height: 1.25;
  text-indent: -70px;
  padding-left: 70px;
}
#inline-content h5.btn {
  text-align: center;
  margin-top: 10px;
}
#inline-content h5.btn a {
  display: inline-block;
  padding: 10px 20px;
  width: 70%;
  text-align: center;
  color: #006;
  border: 2px solid #006;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.5s;
}
#inline-content h5.btn a::after {
  content: "▼";
  display: inline-block;
  transform: rotate(-90deg);
  margin-left: 5px;
}
#inline-content h5.btn a:hover {
  background: #006;
  color: #fff;
}
.btn_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.btn_close img {
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
.open_btn,
.kinen_btn{
  position: fixed;
  top: 70px;
  right: 10px;
  width: 280px;
}
/*.open_btn{
  top: 130px;
}*/
.open_btn a,
.kinen_btn a{
  border-radius: 10px;
}
.kinen_btn a::before{
  top: -15px;
  left: -15px;
  border-radius: 50%;

}
#inline-content h3 {
}
#inline-content .b_box2 {
  width: 32%;
  float: left;
}
#inline-content .b_box {
  width: 65%;
  float: right;
}
#inline-content h5.btn {
  text-align: left;
  width: 45%;
}
}

/* ------------------------------
   banner
------------------------------ */
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.flex li {
  margin: 5px;
}