@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* ======================================================================
 common
====================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  color: #333333;
}

html {
  font-size: 0.6944444vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333vw;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.wrap {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: calc(100% - 16rem);
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 89.33%;
    margin: 0 auto;
  }
}

/* ======================================================================
 header
====================================================================== */
.header .header-inner {
  height: 200px;
  background-image: url(../img/top/cover.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .header .header-inner {
    height: 20rem;
  }
}

.header .header-inner .header-content {
  position: static;
}

.header .header-inner .header-content .header-logo {
  display: block;
}

.header .header-inner .header-content .header-logo img {
  visibility: visible;
}

.header .header-inner .header-content .header-nav {
  display: block;
}

.header .header-inner .header-content .header-nav a {
  font-size: 16px;
}

.header .header-inner .header-top {
  display: none;
}

.header .header-inner .header-top_description {
  display: none;
}

.header .header-inner .header-top_cover {
  display: none;
}

.header .header-inner .header-top_lead {
  display: none;
}

.header .header-inner .header-top_grade {
  display: none;
}

.header .header-inner .header-nav_bottom {
  display: none;
}

.header .header-inner .header-drawer {
  bottom: -70px;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a {
  display: inline-block;
  height: 15px !important;
  position: relative;
  margin-top: 2.26667vw;
  margin-bottom: 0.4vw;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a img {
  position: absolute;
  margin-top: 0;
  top: .6vw;
  right: calc(-4.66667vw - 1.33333vw);
}

/* ======================================================================
 entry
====================================================================== */
.entry {
  line-height: 1.6;
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .entry {
    margin-top: 25.3rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  line-height: 1.6;
}

/* ======================================================================
 info
====================================================================== */
/* ----------------------------------------------------------------------
 top_sec
---------------------------------------------------------------------- */
.top_sec {
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .top_sec {
    padding-top: 6.4rem;
  }
}

.top_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_sec .inner .ttl {
  white-space: nowrap;
}

.top_sec .inner .ttl .main {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .09em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .main {
    font-size: 4.2rem;
    margin-bottom: 2.9rem;
  }
}

.top_sec .inner .ttl .sub {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .sub {
    font-size: 2.2rem;
  }
}

.top_sec .inner .top_menu {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .top_menu {
    display: none;
  }
}

.top_sec .inner .top_menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_sec .inner .top_menu .list .item + .item {
  margin-left: 3.0rem;
}

.top_sec .inner .top_menu .list .item .link {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}

.top_sec .inner .top_menu .list .item.current {
  position: relative;
}

.top_sec .inner .top_menu .list .item.current .link {
  color: #ccc;
  opacity: 1;
}

.top_sec .inner .top_menu .list .item.current::before {
  content: '';
  display: block;
  width: 100%;
  height: .2rem;
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: -6.2rem;
}

.top_sec .inner .top_menu .list .item:hover .link {
  color: #ccc;
  opacity: 1;
}

/* ----------------------------------------------------------------------
 info_sec01
---------------------------------------------------------------------- */
.info_sec01 {
  position: relative;
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .info_sec01 {
    padding-top: 8rem;
  }
}

.info_sec01 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 32rem);
}

@media screen and (max-width: 768px) {
  .info_sec01 .inner {
    width: calc(100% - 8rem);
  }
}

.info_sec01 .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: .09em;
  text-align: center;
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
  .info_sec01 .inner .sub_ttl {
    margin: 0 0 4.6rem;
  }
}

.info_sec01 .inner .sec_txt {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5.6rem;
  letter-spacing: .09em;
}

.info_sec01 .inner table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.37;
  border-top: 0.4rem solid #efefef;
  margin-bottom: 7.2rem;
}

@media screen and (max-width: 768px) {
  .info_sec01 .inner table {
    font-size: 2.4rem;
    line-height: 1.75;
    margin-bottom: 12rem;
  }
}

.info_sec01 .inner table th, .info_sec01 .inner table td {
  border-bottom: 0.4rem solid #efefef;
  padding: 2rem 0;
}

.info_sec01 .inner table th {
  width: 17%;
  font-weight: bold;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .info_sec01 .inner table th {
    width: 30%;
  }
}

.info_sec01 .inner table th:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #37aec7;
  width: .6rem;
  height: 2.8rem;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .info_sec01 .inner table th:before {
    margin-right: 1rem;
  }
}

.info_sec01 .inner table td {
  width: 83%;
}

@media screen and (max-width: 768px) {
  .info_sec01 .inner table td {
    width: 70%;
  }
}

.info_sec01 .inner .entry a {
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 2;
  letter-spacing: .09rem;
  width: 62.8rem;
  height: 16rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #00d8ff), to(#004d7e));
  background: linear-gradient(to right, #00d8ff 20%, #004d7e 100%);
}

@media screen and (max-width: 768px) {
  .info_sec01 .inner .entry a {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.7;
  }
}

.info_sec01 .inner .entry a img {
  vertical-align: middle;
  width: 2rem;
  margin-right: .5rem;
}

@media screen and (max-width: 768px) {
  .info_sec01 .inner .entry a img {
    width: 3.2rem;
  }
}
/*# sourceMappingURL=info.css.map */