@charset "UTF-8";
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v6.5.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
.noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.text__left {
  text-align: left;
}
.text__right {
  text-align: right;
}
.text__center {
  text-align: center;
}

.list__disc {
  list-style: disc;
  text-align: left;
  padding-left: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.list__disc > li {
  line-height: 1.45;
  padding-bottom: 0.5em;
}
.list__disc > li img {
  height: 200px;
  display: block;
}
.list__disc > li:last-child {
  padding-bottom: 0;
}

a {
  color: #003288;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #000;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
body * {
  box-sizing: border-box;
}
body img {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #pageTop {
    width: 100%;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #pageTop img {
    width: 23px;
  }
}
footer {
  width: 100%;
  background: #000;
}
footer .footer_inner {
  width: 980px;
  margin: 0 auto;
  padding: 54px 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner {
    width: 100%;
    padding: 40px 0 0;
  }
}
footer .footer_inner > a {
  display: block;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner > a {
    margin: 0 auto 20px;
  }
}
footer .footer_inner > a:hover {
  opacity: 0.5;
}
footer .footer_inner > a img {
  width: 168px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner > a img {
    width: 84px;
  }
}
footer .footer_inner .icon_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .icon_area {
    display: block;
  }
}
footer .footer_inner .icon_area p {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}
footer .footer_inner .icon_area p img {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .icon_area p {
    margin: 0 auto 20px;
  }
}
footer .footer_inner .icon_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_inner .icon_area ul li {
  margin-right: 25px;
}
footer .footer_inner .icon_area ul li:last-child {
  margin-right: 0;
}
footer .footer_inner .icon_area ul li a {
  color: #fff;
  font-size: 25px;
}
footer .footer_inner .link_list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 40px;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .link_list {
    margin-top: 40px;
    padding: 0 20px;
    display: block;
    border: none;
  }
}
footer .footer_inner .link_list li {
  border-right: 1px solid #fff;
  padding-right: 22px;
}
footer .footer_inner .link_list li:last-child {
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .link_list li:last-child {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .link_list li {
    padding: 0 10px !important;
    border-right: none;
    border-top: 1px solid #fff;
  }
}
footer .footer_inner .link_list li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .link_list li a {
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer_inner .link_list li a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.5rem;
  margin-top: -2px;
  vertical-align: middle;
}
footer .footer_inner .link_list li a:hover {
  opacity: 0.5;
}
footer .footer_inner .copy {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 40px 20px;
  text-align: center;
}

/* -------------------------------
//contents
------------------------------- */
.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}

.hide {
  display: none !important;
}

.mfp-container .hide {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .pcDISP {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .spDISP {
    display: none !important;
  }
}