@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Poppins", "Noto Sans JP", serif;
  font-size: 10px;
  font-size: 1.4rem;
  /*background: url("../img/top/bg_base.jpg");*/
  background-size: 3.75rem auto;
  line-height: 1.5;
  color: #313131;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  body {
    background-size: 1.8rem auto;
  }
}

@media only screen and (min-width:1025px) {
  .sp-visible {
    display: none !important;
  }
  .tablet-visible {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) {
  .tablet-hidden {
    display: none;
  }
  .sp-visible {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .sp-visible {
    display: block !important;
  }
}
@media only screen and (max-width:767px) {
  html {
    font-size: 3.125vw;
  }
  body {
    letter-spacing: 0;
  }
  .sp-hidden {
    display: none !important;
  }
  select,
  textarea,
  input[type=url],
  input[type=text],
  input[type=date],
  input[type=tel],
  input[type=email],
  input[type=submit] {
    -webkit-appearance: none;
  }
}
span.link,
a {
  color: #313131;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}

@media only screen and (min-width:1025px) {
  a:hover, a:focus, a:active {
    color: #313131;
    text-decoration: none;
  }
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

p {
  line-height: 1.5;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

dl, dt, dd {
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Poppins", "Noto Sans JP", serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width:767px) {
  input, textarea, select {
    box-sizing: border-box;
  }
  label {
    font-size: 1.4rem;
  }
}
button {
  font-family: "Poppins", "Noto Sans JP", serif;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

object {
  vertical-align: middle;
  outline: none;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 100%;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

sup {
  font-size: 1em;
  vertical-align: text-top;
}

sub {
  font-size: 1em;
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative;
}

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

/* --------------------------------------
		105 other
-------------------------------------- */
.post-content:after {
  content: "";
  display: block;
  clear: both;
}
.post-content img {
  height: auto;
}
.post-content p {
  padding-bottom: 1.5em;
}
.post-content h1 {
  font-size: 2em;
  margin: 1em 0 1.5em;
}
.post-content h2 {
  font-size: 1.8em;
  margin: 1em 0 1.5em;
}
.post-content h3 {
  font-size: 1.65em;
  margin: 1em 0 1.5em;
  background: #053c7c;
  color: #fff;
  border-bottom: 0.3rem solid #053c7c;
  padding: 0.5em 1em;
}
.post-content h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 0.5rem solid rgba(5, 60, 124, 0.8);
  padding-left: 1rem;
}
.post-content h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(49, 49, 49, 0.2);
  padding: 0.5em;
}
.post-content h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(49, 49, 49, 0.05);
  color: #666;
  padding: 0.8em 1.2em;
}
@media only screen and (max-width:767px) {
  .post-content h1 {
    font-size: 1.5em;
  }
  .post-content h2 {
    font-size: 1.4em;
  }
  .post-content h3 {
    font-size: 1.3em;
  }
  .post-content h4 {
    font-size: 1.2em;
  }
  .post-content h5 {
    font-size: 1.1em;
  }
  .post-content h6 {
    font-size: 1em;
  }
}
.post-content small {
  font-size: 80%;
}
.post-content pre {
  display: block;
}
.post-content strong {
  font-weight: bold;
}
.post-content em {
  font-style: italic;
}
.post-content ul {
  margin-bottom: 2.5rem;
}
.post-content ul li {
  list-style: outside disc;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 1rem;
}
.post-content ol {
  margin-bottom: 2.5rem;
}
.post-content ol li {
  list-style: outside decimal;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 1rem;
}
.post-content blockquote {
  display: block;
  margin: 1em 4rem;
  position: relative;
}
.post-content blockquote:before {
  content: "“";
  position: absolute;
  left: -1em;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  top: 0;
}
.post-content blockquote:after {
  content: "”";
  position: absolute;
  right: -1rem;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  bottom: 0;
}
.post-content a {
  color: #666;
}
.post-content del {
  text-decoration: line-through;
}
.post-content hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1rem;
}
.post-content .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width:767px) {
  .post-content .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-content .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: 0.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .post-content .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 64rem;
}
.post-content table {
  border-top: 1px solid #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.post-content table tr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
}
@media only screen and (max-width:767px) {
  .post-content table tr {
    flex-direction: column;
    padding: 0;
  }
}
.post-content table tr th {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 2rem;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .post-content table tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.post-content table tr td {
  width: 100%;
  padding: 1.5rem 2.5rem;
  text-align: left;
  border-left: 1px solid #eee;
}
@media only screen and (max-width:767px) {
  .post-content table tr td {
    border: none;
    border-top: 1px solid #eee;
    padding: 1.5rem 0;
  }
}

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1;
}
#loader.on {
  opacity: 0;
  z-index: -1;
}

body #wrap {
  z-index: -1;
  position: relative;
}
body #wrap.on {
  z-index: 1;
}

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  width: 100%;
  height: 38rem;
  background: url("../img/top2/main.jpg") no-repeat 0% 40%;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .header {
    height: 32vh;
    background-size: auto 100%;
    background-position: -3rem 0;
    background-color: #036bbf;
  }
}
.header:after {
  content: "";
  width: 100%;
  height: 5rem;
  background: url("../img/top/cover.svg") no-repeat 0% 100%;
  background-size: 100% 100%;
  left: 0;
  bottom: -0.1rem;
  position: absolute;
}
@media only screen and (max-width:767px) {
  .header:after {
    height: 2rem;
  }
}
.header:before {
  content: "";
  width: 100%;
  height: 6rem;
  background: url("../img/top/cover.svg") no-repeat 50% 100%;
  background-size: 110% 100%;
  left: 0;
  bottom: -0.1rem;
  position: absolute;
  opacity: 0.5;
}
@media only screen and (max-width:767px) {
  .header:before {
    height: 3rem;
  }
}
.header-ttl {
  text-align: left;
  margin: 0 auto auto 2.5vw;
}
@media only screen and (max-width:767px) {
  .header-ttl {
    text-align: center;
    margin: 0 5vw auto;
  }
}
.header-ttl-name {
  font-size: 4.2rem;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .header-ttl-name {
    font-size: 3rem;
  }
}
.header-ttl-en {
  font-size: 2rem;
  font-weight: 700;
  color: #a8d7ec;
  font-family: "Barlow", serif;
}
@media only screen and (max-width:767px) {
  .header-ttl-en {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.header-logo {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  max-width: 39.5rem;
  margin: 2rem auto auto 2rem;
}
@media only screen and (max-width:767px) {
  .header-logo {
    max-width: 20rem;
    height: 3rem;
    margin: 1rem auto auto 1rem;
  }
}
.header-logo-img {
  width: 100%;
}
@media only screen and (max-width:1024px) {
  .header-menu {
    width: 4rem;
    height: 4rem;
    margin: auto 0;
    position: fixed;
    z-index: 999;
    background: #053c7c;
    border-radius: 0.5rem;
    right: 2rem;
    top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-menu {
    right: 1rem;
    top: 1rem;
  }
}
@media only screen and (max-width:1024px) {
  .header-menu.on span {
    transform: rotate(45deg);
    margin-top: -0.15rem;
    top: 50%;
    position: absolute;
  }
  .header-menu.on span:nth-of-type(1) {
    left: 50%;
    margin-left: -1rem;
  }
  .header-menu.on span:nth-of-type(2) {
    transform: rotate(-45deg);
    right: 50%;
    margin-right: -1rem;
  }
}
@media only screen and (max-width:1024px) {
  .header-menu span {
    width: 2rem;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0.4rem auto;
  }
}
.header-nav {
  position: fixed;
  right: 2vw;
  top: 2rem;
  z-index: 15;
}
@media only screen and (max-width:1024px) {
  .header-nav {
    width: 24rem;
    position: fixed;
    right: -24rem;
    top: 8rem;
    transition: all 0.5s;
    z-index: 999;
    border: none;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-nav {
    width: 20rem;
    right: -20rem;
    top: 6rem;
  }
}
@media only screen and (max-width:1024px) {
  .header-nav.active {
    right: 0;
  }
}
.header-nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5rem;
  height: 5rem;
  box-shadow: 0 0 1rem 0 rgba(5, 60, 124, 0.15);
  margin-left: auto;
  overflow: visible;
}
@media only screen and (max-width:1024px) {
  .header-nav > ul {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 1.5rem 0 0 1.5rem;
    height: 100%;
  }
}
.header-nav > ul > li {
  overflow: visible;
  font-size: 1.2rem;
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-nav > ul > li {
    font-size: 1.4rem;
    margin: 0;
  }
}
.header-nav > ul > li:nth-of-type(1) a {
  padding-left: 1.5vw;
  border-radius: 2.5rem 0 0 2.5rem;
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li:nth-of-type(1) a {
    padding: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-nav > ul > li:nth-of-type(1) a {
    padding: 1.5rem;
  }
}
.header-nav > ul > li.fair {
  position: relative;
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair {
    width: 100%;
    border-radius: 0 0 0 1.5rem;
  }
}
.header-nav > ul > li.fair div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #053c7c;
  height: 5rem;
  font-weight: 700;
  padding: 0 1.5vw 0 0.8rem;
  border-radius: 0 2.5rem 2.5rem 0;
}
@media only screen and (min-width:1025px) {
  .header-nav > ul > li.fair div:hover {
    background: #a8d7ec;
  }
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair div {
    width: 100%;
    border-radius: 0;
    align-items: center;
    padding: 0 0.8rem;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-nav > ul > li.fair div {
    height: auto;
    padding: 1.5rem;
  }
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair.active {
    background: #a8d7ec;
  }
}
.header-nav > ul > li.fair.active div {
  background: #a8d7ec;
}
.header-nav > ul > li.fair.active ul {
  padding: 1rem 0;
  max-height: 9999rem;
  overflow: visible;
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair.active ul {
    padding: 1rem;
  }
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair.active ul:before {
    border-color: transparent transparent #053c7c;
    top: 1.5rem;
  }
}
.header-nav > ul > li.fair ul {
  width: 24rem;
  background: #053c7c;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  position: absolute;
  right: 2.5rem;
  flex-direction: column;
  height: auto;
  z-index: 5;
  border-radius: 1rem;
}
@media only screen and (max-width:767px) {
  .header-nav > ul > li.fair ul {
    width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair ul {
    padding: 0 1rem;
    border-radius: 0 0 0 1.5rem;
    background: #a8d7ec;
  }
}
.header-nav > ul > li.fair ul:before {
  content: "";
  border-width: 0.5rem;
  border-color: transparent transparent #053c7c;
  border-style: solid;
  position: absolute;
  right: 1.5rem;
  top: -0.9rem;
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair ul:before {
    border-color: #053c7c transparent transparent;
    top: 2rem;
  }
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair ul {
    position: static;
  }
}
.header-nav > ul > li.fair ul li {
  margin: 0;
}
.header-nav > ul > li.fair ul li a {
  display: flex;
  justify-content: flex-start;
  padding: 1rem;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
  height: auto;
}
.header-nav > ul > li.fair ul li a span {
  font-size: 1.8rem;
  margin-right: 0.5rem;
  color: #a8d7ec;
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair ul li a span {
    color: #036fc4;
  }
}
@media only screen and (max-width:1024px) {
  .header-nav > ul > li.fair ul li a {
    color: #053c7c;
  }
}
@media only screen and (max-width:767px) {
  .header-nav > ul > li.fair ul li a {
    font-size: 1.2rem;
  }
}
.header-nav > ul > li.fair ul li a:hover {
  color: #a8d7ec;
}
.header-nav > ul > li a {
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #053c7c;
  font-weight: 700;
  padding: 0 0.8rem;
}
@media only screen and (max-width:767px) {
  .header-nav > ul > li a {
    align-items: flex-start;
    height: auto;
    padding: 1.5rem;
  }
}
.header-nav > ul > li a:hover {
  background: #053c7c;
  color: #fff;
}

/* --------------------------------------
		103 content
-------------------------------------- */
.container {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
}
@media only screen and (max-width:767px) {
  .container {
    overflow: hidden;
    padding-bottom: 3rem;
  }
}
.container-pankuzu {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding: 1rem 1.5vw;
}
@media only screen and (max-width:1024px) {
  .container-pankuzu {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width:767px) {
  .container-pankuzu {
    font-size: 1rem;
  }
}
.container-pankuzu ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.container-pankuzu ul li {
  margin-right: 0.3rem;
}
.container-pankuzu ul li a {
  display: flex;
  align-items: center;
}
.container-pankuzu ul li a:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #036fc4;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.container-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 8rem 0 0 0;
  font-size: 1.6rem;
}
@media only screen and (max-width:1024px) {
  .container-inner {
    padding: 8rem 3vw 0 3vw;
  }
}
@media only screen and (max-width:767px) {
  .container-inner {
    font-size: 1.3rem;
    padding: 1.5rem 5vw 0 5vw;
  }
}
.container-inner-btn {
  margin-bottom: 10rem;
}
@media only screen and (max-width:767px) {
  .container-inner-btn {
    margin-bottom: 3rem;
  }
}
.container-inner-btn a {
  background: #053c7c;
  width: 100%;
  max-width: 40rem;
  height: 6rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container-inner-btn a {
    font-size: 1.3rem;
    height: 4.6rem;
  }
}
.container-inner-btn a span {
  margin-left: 0.5rem;
  color: #036fc4;
  font-weight: 700;
  font-size: 2.2rem;
}
@media only screen and (max-width:767px) {
  .container-inner-btn a span {
    font-size: 1.8rem;
  }
}
.container-inner-btn a:hover {
  background: #036fc4;
}
.container-inner-btn a:hover span {
  color: #053c7c;
}
.container .aside-contact {
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 31rem;
  background: url("../img/common/bg_contact.jpg") #053c7c 0% 0% no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width:767px) {
  .container .aside-contact {
    background-size: auto 100%;
    height: auto;
    padding: 6rem 2rem 2rem;
  }
}
@media only screen and (max-width:767px) {
  .container .aside-contact {
    padding-bottom: 4rem;
  }
}
.container .aside-contact-ttl {
  width: 30rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .container .aside-contact-ttl {
    width: 100%;
  }
}
.container .aside-contact-entry {
  width: 100%;
}
.container .aside-contact-entry a {
  background: #fff;
  width: 100%;
  max-width: 40rem;
  height: 5rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.3rem solid #fff;
  transition: all 0.5s;
  color: #053c7c;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container .aside-contact-entry a {
    font-size: 1.5rem;
    height: 4.6rem;
    padding: 0;
  }
}
.container .aside-contact-entry a span {
  margin-left: 0.5rem;
  color: #036fc4;
  font-weight: 700;
  font-size: 2.2rem;
}
@media only screen and (max-width:767px) {
  .container .aside-contact-entry a span {
    font-size: 1.8rem;
  }
}
.container .aside-contact-entry a:hover {
  background: #a8d7ec;
}
.container .aside-contact-btn {
  width: 100%;
  margin-bottom: 1.5rem;
}
.container .aside-contact-btn > a {
  background: #e60012;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  max-width: 60rem;
  height: 8rem;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.3rem solid #fff;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container .aside-contact-btn > a {
    height: 6rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    padding: 0;
  }
}
.container .aside-contact-btn > a span {
  margin-left: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .container .aside-contact-btn > a span {
    font-size: 2rem;
  }
}
.container .aside-contact-btn > a:hover {
  background: #fff;
  color: #e60012;
}

/* --------------------------------------
		104 footer
-------------------------------------- */
.btn-pgtop {
  position: fixed;
  bottom: 2%;
  right: 1rem;
  z-index: 9999;
}
.btn-pgtop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 0.5rem;
  background: rgba(204, 204, 204, 0.75);
  text-align: center;
  letter-spacing: 0;
}
.btn-pgtop a span {
  color: #444;
}
@media only screen and (max-width:767px) {
  .btn-pgtop a {
    width: 3.6rem;
    height: 3.6rem;
  }
  .btn-pgtop a span {
    font-size: 1.6rem;
  }
}

.footer {
  width: 100%;
  background: rgba(238, 238, 238, 0.5);
  clear: both;
  position: relative;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 5vw 5rem;
}
@media only screen and (max-width:767px) {
  .footer-wrap {
    padding: 4rem 5vw 0;
    flex-direction: column;
  }
}
@media only screen and (max-width:767px) {
  .footer-wrap .dl-info {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.footer-wrap .dl-info-btn a {
  background: #fff;
  display: inline-block;
  padding: 0.8rem;
}
.footer-wrap .dl-info dt {
  max-width: 34rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.footer-wrap .dl-info dt > img {
  margin-bottom: 1rem;
}
.footer-wrap .dl-info dt a {
  width: 2.5rem;
  margin-left: 0.8rem;
}
.footer-wrap .dl-info dd {
  text-align: center;
  font-size: 1.2rem;
}
.footer-wrap .dl-info dd p {
  padding-bottom: 0.8rem;
}
.footer > p {
  text-align: center;
  font-size: 1.2rem;
  padding: 2.5rem 1rem;
}
@media only screen and (max-width:767px) {
  .footer > p {
    font-size: 1rem;
    padding: 1.5rem 5vw 1rem;
    text-align: left;
  }
  .footer > p br {
    display: none;
  }
}
.footer-nav {
  display: flex;
  font-size: 1.2rem;
}
@media only screen and (max-width:767px) {
  .footer-nav {
    width: 100%;
  }
}
.footer-nav ul li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width:767px) {
  .footer-nav ul li a {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.footer-nav ul li span {
  color: #053c7c;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .footer-nav ul li span {
    font-size: 1.4rem;
  }
}
.footer-copy {
  font-size: 1rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #053c7c;
}
@media only screen and (max-width:767px) {
  .footer-copy {
    font-size: 0.9rem;
    text-align: center;
    height: auto;
    padding: 1rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
