@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

* {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-before: 0px;
  -webkit-padding-after: 0px;
  -webkit-padding-start: 0px;
  -webkit-padding-end: 0px;
}

/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

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;
}

/*-------------------------
common
-------------------------*/
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  color: #000;
  line-height: 1.0;
}

h1, h2, h3, h4, h5, b, strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

a:focus {
  outline: none;
}

a:link, a:visited, a:active, a:hover {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.spview {
  display: none;
}

@media screen and (max-width: 812px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pcview {
    display: none;
  }
  .spview {
    display: block;
  }
}

/*-------------------------
module
-------------------------*/
.sec {
  margin: 60px 0;
}

.sec-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .sec-inner {
    padding: 0 6%;
  }
}

.sec-cont {
  margin: 0 0 50px;
}

.sec-text p {
  font-size: 1.6em;
  line-height: 1.875;
}

.sec-text p + p {
  margin-top: 1em;
}

.sec-title-lv2 {
  font-size: 3.8em;
  line-height: 1.3;
  padding: 16px 25px;
  margin-bottom: 25px;
  border-left: solid #029c7b 5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-title-lv2 {
    font-size: 2.7em;
    padding: 0px 22px;
    min-height: 80px;
    display: flex;
    align-items: center;
  }
}

.sec-title-lv2:before {
  content: "";
  display: block;
  width: 5px;
  height: 50%;
  background: #005fb3;
  position: absolute;
  top: 0;
  left: -5px;
}

.sec-title-lv3 {
  font-size: 2.8em;
  line-height: 1.3;
  padding-bottom: 16px;
  margin-bottom: 25px;
  border-bottom: solid #029c7b 2px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-title-lv3 {
    font-size: 2.0em;
  }
}

.sec-title-lv3:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #005fb3;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.sec-title-lv3 span {
  display: block;
  font-size: 0.57em;
  font-weight: normal;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .sec-title-lv3 span {
    font-size: 0.7em;
  }
}

.sec-title-lv4 {
  font-size: 2em;
  line-height: 1.3;
  padding: 0 0 0 22px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-title-lv4 {
    font-size: 1.8em;
  }
}

.sec-title-lv4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  border-top: solid #005fb3 6px;
  border-left: solid #005fb3 6px;
  border-right: solid #029c7b 6px;
  border-bottom: solid #029c7b 6px;
}

@media screen and (max-width: 767px) {
  .sec-title-lv4:before {
    top: 5px;
  }
}

/* -----------------------------
header 
-----------------------------*/
header {
  box-sizing: border-box;
  border-top: solid 7px #029c7b;
  position: relative;
  background: url(../images/head_bg.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 980px) {
  header {
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  header {
    background: url(../images/head_bg_sp.png) no-repeat center center;
    background-size: cover;
  }
}

header:before {
  content: "";
  display: block;
  height: 7px;
  width: 50%;
  background: #005fb3;
  position: absolute;
  left: 0;
  top: -7px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  header:before {
    width: 50%;
  }
}

header:after {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  background: #029c7b;
  position: absolute;
  left: 0;
  top: -7px;
  z-index: 99;
}

header img {
  max-width: 100%;
}

.header-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding-bottom: 25px;
  }
}

.header-title {
  padding-top: 97px;
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .header-title {
    padding-top: 29%;
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-title img {
  width: 78.16327%;
  max-width: 765px;
}

@media screen and (max-width: 767px) {
  .header-title img {
    width: 100%;
  }
}

.header-logo {
  position: absolute;
  top: 16px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 120px;
    top: 34px;
  }
}

.header-logo img {
  width: 100%;
}

.header-online {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: 1;
  width: 40.84%;
}

@media screen and (max-width: 767px) {
  .header-online {
    top: -8px;
    right: -3.1%;
    width: 62.98%;
  }
}

.header-info {
  padding-bottom: 68px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-info {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-info-item {
  box-sizing: border-box;
  position: relative;
  border-left: solid #029c7b 2px;
}

@media screen and (min-width: 768px) {
  .header-info-item {
    height: 70px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-info-item {
    margin-bottom: 10px;
    padding: 10px 15px;
  }
}

.header-info-item:after {
  content: "";
  display: block;
  height: 50%;
  width: 2px;
  background: #005fb3;
  position: absolute;
  left: -2px;
  top: 0;
}

@media screen and (min-width: 768px) {
  .header-info-item:nth-child(1) {
    width: 34%;
  }
  .header-info-item:nth-child(2) {
    width: 66%;
    padding-right: 0;
  }
}

.header-info-item-inner span {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header-info-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
}

@media screen and (min-width: 768px) {
  .header-info-item-inner .img-day {
    width: 100%;
    max-width: 272px;
  }
}

@media screen and (max-width: 767px) {
  .header-info-item-inner .img-day {
    width: 72.55%;
  }
}

@media screen and (min-width: 768px) {
  .header-info-item-inner .img-period {
    width: 100%;
    max-width: 228px;
  }
}

@media screen and (max-width: 767px) {
  .header-info-item-inner .img-period {
    width: 60.9%;
  }
}

@media screen and (min-width: 768px) {
  .header-info-item-inner .img {
    width: 38%;
  }
}

@media screen and (min-width: 768px) {
  .header-info-item-inner .btn {
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  .header-info-item-inner .btn {
    position: absolute;
    bottom: -72px;
    left: -2px;
    width: 100%;
  }
}

.header-info-item-inner .btn a {
  display: block;
  background: #f12830;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f12830 0%, #f8502d 45%, #ff7a2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f12830 0%, #f8502d 45%, #ff7a2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f12830 0%, #f8502d 45%, #ff7a2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0px 14px 13px -6px #d4d5d6;
  border-radius: 2px;
  color: #fff;
  font-size: 2em;
  line-height: 70px;
  text-align: center;
  transition: .5s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header-info-item-inner .btn a {
    line-height: 60px;
  }
}

.header-info-item-inner .btn a:hover {
  opacity: 0.8;
  transition: .5s;
}

.header-info-item-inner .btn span {
  display: block;
  background: #999;
  border-radius: 2px;
  color: #fff;
  font-size: 2em;
  line-height: 70px;
  text-align: center;
  transition: .5s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header-info-item-inner .btn span {
    line-height: 60px;
  }
}

/* -----------------------------
nav
-----------------------------*/
.navigation {
  position: relative;
  width: 100% !important;
  background-color: #221815;
}

.navigation-inner {
  width: 100%;
  list-style: none;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .navigation-inner {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.navigation-list {
  display: table;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .navigation-list:nth-child(1) {
    width: 42%;
  }
  .navigation-list:nth-child(2) {
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  .navigation-list {
    table-layout: fixed;
  }
}

.navigation-list-item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .navigation-list-item {
    height: 42px;
    table-layout: fixed;
    width: 33.3333%;
    position: relative;
  }
  .navigation-list-item:nth-child(1), .navigation-list-item:nth-child(2), .navigation-list-item:nth-child(4), .navigation-list-item:nth-child(5) {
    box-sizing: border-box;
  }
  .navigation-list-item:nth-child(1):after, .navigation-list-item:nth-child(2):after, .navigation-list-item:nth-child(4):after, .navigation-list-item:nth-child(5):after {
    content: "";
    display: block;
    background: #4c4c4c;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.navigation-list-item a {
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5;
  transition: .5s;
  width: 100%;
  padding: 25px 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 930px) {
  .navigation-list-item a {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-list-item a {
    text-align: center;
    font-size: 1.2em;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .navigation-list-item a:hover {
    background-color: #444;
    transition: .5s;
  }
}

@media screen and (min-width: 768px) {
  .navigation-list-item.top {
    background: #444;
    pointer-events: none;
  }
}

/* -----------------------------
about
-----------------------------*/
@media screen and (max-width: 767px) {
  #about.sec {
    margin-top: 40px;
  }
}

/* -----------------------------
point
-----------------------------*/
.point01 {
  margin-top: 60px;
}

.point01-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .point01-ttl {
    width: 140px;
  }
  .point01-ttl img {
    width: 100%;
  }
}

.point01-img {
  max-width: 650px;
  margin: 30px auto 0;
}

@media screen and (max-width: 900px) {
  .point01-img {
    padding: 0 6%;
  }
}

.point01-img img {
  width: 100%;
}

.point02-img {
  max-width: 700px;
  margin: 30px auto 0;
}

.point02-img img {
  width: 100%;
}

.point03-img {
  max-width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .point03-img {
    padding: 0 6%;
  }
}

.point03-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .point03-list {
    display: block;
  }
}

.point03-list-item {
  width: 31.807228%;
  margin-bottom: 19px;
}

.point03-list-item img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .point03-list-item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .point03-list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* -----------------------------
outline
-----------------------------*/
.outline_ttl {
  text-align: center;
  font-size: 1.6em;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.outline_ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.outline_ttl span {
  background: #fff;
  display: inline-block;
  padding: 0 15px;
}

.outline-list {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .outline-list {
    border-bottom: solid #e6e6e6 1px;
    margin-bottom: 30px;
  }
}

.outline-list th, .outline-list td {
  border: solid #e6e6e6 1px;
  font-size: 1.6em;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
  padding: 10px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .outline-list th, .outline-list td {
    display: block;
    border-bottom: none;
    padding: 10px 15px;
  }
}

.outline-list th {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  width: 30%;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .outline-list th {
    width: 100%;
  }
}

.outline-list td {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .outline-list td {
    width: 100%;
  }
}

.outline-list .-sm {
  font-size: 0.875em;
  margin-top: 4px;
}

.outline-list .-hc {
  color: #005fb3;
}

.outline-list .-li {
  color: #029c7b;
}

.outline-list .-cho {
  color: #b162b4;
}

/* -----------------------------
plan
-----------------------------*/
.plan-text {
  margin-bottom: 30px;
  font-size: 1.6em;
  line-height: 1.875;
}

.plan-img {
  max-width: 700px;
  margin: 30px auto 0;
}

.plan-img img {
  width: 100%;
}

.plan-box {
  margin-top: 30px;
}

.plan-box-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.875;
}

.plan-dotList {
  padding-left: 1em;
  font-size: 1.6em;
  line-height: 1.875;
}

.plan-dotList li {
  list-style-type: disc;
}

/* -----------------------------
application
-----------------------------*/
.application-btn {
  max-width: 590px;
  margin: 40px auto 30px;
}

.application-btn a {
  display: block;
  background: #f12830;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f12830 0%, #f8502d 45%, #ff7a2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f12830 0%, #f8502d 45%, #ff7a2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f12830 0%, #f8502d 45%, #ff7a2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0px 14px 13px -6px #d4d5d6;
  border-radius: 2px;
  color: #fff;
  font-size: 2.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .application-btn a {
    font-size: 2.0em;
    line-height: 60px;
  }
}

.application-btn a:hover {
  opacity: 0.9;
  transition: .5s;
  transform: translateY(-4px);
}

.application-btn-close {
  width: 590px;
  margin: 40px auto 30px;
  background: #999;
  color: #efefef;
  font-size: 2.4em;
  border-radius: 2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 14px 13px -6px #d4d5d6;
}

@media screen and (max-width: 767px) {
  .application-btn-close {
    width: 100%;
    font-size: 2.0em;
    line-height: 60px;
  }
}

.application-deadline {
  margin-bottom: 50px;
  font-size: 1.8em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.857;
  text-align: center;
}

.application-deadline span {
  display: block;
  margin-top: 5px;
  font-size: 0.778em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .application-deadline span {
    text-align: left;
  }
}

/* -----------------------------
download
-----------------------------*/
.download-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 520px;
  margin: 0 auto 30px;
}

.download-list-item {
  margin-bottom: 30px;
  width: 42%;
  text-align: center;
}

.download-list-item a {
  color: #000;
}

.download-list-item a::after {
  position: relative;
  top: 3px;
  padding-left: 5px;
  content: url(../images/icon-pdf-bk.png);
}

.download-list-item a.close {
  opacity: .6;
  pointer-events: none;
}

.download-list-item img {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #dedede;
}

.download-list-item span {
  font-size: 1.6em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .download-list-item {
    width: 45%;
  }
  .download-list-item span {
    font-size: 1.3em;
    line-height: 1.5;
  }
}

/* -----------------------------
inquiry
-----------------------------*/
#inquiry .sec-text {
  text-align: center;
}

#inquiry .sec-text a {
  color: #0094d9;
}

.inquiry-mail {
  margin: 25px 0;
  padding: 20px;
  border: solid 4px #dedede;
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.inquiry-mail a {
  color: #333;
  font-size: 1.375em;
}

@media screen and (max-width: 767px) {
  .inquiry-text {
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .inquiry-mail {
    font-size: 1.4em;
  }
}

/*-------------------------
ページトップへ戻る
-------------------------*/
#gotop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  transition: .5s;
}

#gotop.show {
  opacity: 1;
}

#gotop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #gotop {
    right: 0;
    bottom: 0;
  }
}

/*-------------------------
footer
-------------------------*/
footer {
  border-top: 1px solid #ccc;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 40px;
  box-sizing: border-box;
}

.footer-img {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
}

.footer-img img {
  width: 100%;
}

.footer-text {
  font-size: 1.3em;
  line-height: 1.4;
}

.footer-text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .footer-inner {
    padding: 30px 6% 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
  }
  .footer-text {
    float: none;
    margin: 10px 0 0;
  }
}
