@charset "UTF-8";
/*=========================================
リセット
=========================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
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: none;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

img {
  border: none;
}

strong {
  font-weight: bold;
}

p {
  line-height: 1.7;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

html {
  background-color: #fff;
}

.f-noto {
  font-family: "Noto Sans JP", sans-serif;
}

/*=========================================
initialize
=========================================*/
html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

img {
  width: 100%;
}

nav {
  position: relative;
  box-shadow: 0 3px 6px rgba(168, 168, 168, 0.16);
  background-color: #fff;
}

.nav_langList {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 94.6666666667vw;
  padding-top: 1.6vw;
  padding-bottom: 1.4666666667vw;
}
.nav_langList .nav_langListItem {
  width: 20%;
  text-align: center;
}
.nav_langList .nav_langListItem + .nav_langListItem {
  border-left: 2px solid #575757;
}
.nav_langList a {
  display: block;
  text-decoration: none;
  padding-top: 0.9333333333vw;
  padding-bottom: 0.9333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: #575757;
  line-height: 1;
}
.nav_langList a.active {
  background-color: #575757;
  color: #fff;
}

.top {
  background-color: #eff8ff;
}
.top .header {
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  background: #000;
}
.top .header h1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 9.0666666667vw;
  line-height: 1;
}
.top .cnt_txt {
  padding-top: 3.4666666667vw;
  padding-bottom: 3.4666666667vw;
  font-size: 4.2666666667vw;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}
.top .cnt_mapBox {
  position: relative;
}
.top .cnt_mapBox .cnt_mapLink {
  position: absolute;
  display: block;
  height: 0;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  left: 0;
}
.top .cnt_mapBox .cnt_mapLink01 {
  width: 41.8666666667vw;
  padding-bottom: 8.5333333333%;
  margin-top: 9.8666666667%;
  margin-left: 10.5333333333%;
}
.top .cnt_mapBox .cnt_mapLink02 {
  width: 38vw;
  padding-bottom: 8.5333333333%;
  margin-top: 36.4%;
  margin-left: 10.5333333333%;
}
.top .cnt_mapBox .cnt_mapLink03 {
  width: 37.8666666667vw;
  padding-bottom: 8.5333333333%;
  margin-top: 60.9333333333%;
  margin-left: 4.1333333333%;
}

.lower {
  background-color: #eff8ff;
}
.lower .header {
  position: relative;
  z-index: 1;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  background: #fff;
  box-shadow: 0 3px 6px rgba(168, 168, 168, 0.16);
}
.lower .header h1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 10.9333333333vw;
  line-height: 1;
}
.lower .contents {
  padding-top: 5.3333333333vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 10.6666666667vw;
  padding-left: 2.6666666667vw;
}
.lower .cnt_linkListItem {
  margin-bottom: 2.6666666667vw;
  border-radius: 3.3333333333vw;
  background-color: #146aaa;
  background-image: url(../img/lower_ico-arrow.png);
  background-size: 2vw auto;
  background-position: center right 5.8666666667vw;
  background-repeat: no-repeat;
  height: 16vw;
}
.lower .cnt_linkListItem.status {
  background-color: #214b89;
}
.lower .cnt_linkListItem a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 4.2666666667vw;
  text-decoration: none;
  height: 100%;
  line-height: 1.2;
}
.lower .cnt_linkListItem span {
  width: 16vw;
  font-size: bold;
  text-align: center;
  height: 100%;
}
.lower .cnt_linkListItem span img {
  width: auto;
  height: 100%;
}
.lower footer {
  padding-bottom: 6.9333333333vw;
}
.lower footer p {
  text-align: center;
  font-size: 2.4vw;
  line-height: 1;
}