@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}
/******************************
共通
******************************/
body {
  /*font-family: '游ゴシック', YuGothic, 'Meiryo', 'メイリオ', Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;*/
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
  font-size: 16px;
  font-weight: 400;
  color: #080808;
  line-height: 28px;
  position: relative;
  background: #fff;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.fixed {
  overflow: hidden;
}
.fixed::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/mv.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  /*background-position: center;*/
  -ms-filter: blur(6px);
  /*filter: blur(6px);*/
}
.bg {
  position: absolute;
  width: 70%;
  z-index: -10;
  top: -200px;
}
.bg_l {
  left: 0;
}
.bg_r {
  right: 0;
}
.bg_c {
  bottom: -60px;
  width: 100%;
  position: absolute;
  z-index: -10;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.all-none {
  display: none !important;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.mt-10 {
  margin-top: 10px;
}
div:after, ul:after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #555cbb;
  word-break: break-all;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.privilege {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #fd0203;
}
.text-red {
  color: #ff0000;
}
.text-yellow {
  color: #e5b94a;
}
.text-gl {
  color: #888888;
}
.item-list {
  font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
  .fixed::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/sp_mv.webp");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pg-Lead .error {
    font-size: 16px;
  }
  .text-left_sp {
    text-align: left;
  }
  .bg {
    position: absolute;
    width: 70%;
    z-index: -10;
    top: -100px;
  }
  .bg_l {
    left: 0;
  }
  .bg_r {
    right: 0;
  }
  .bg_c {
    bottom: -20px;
  }
}
/******************************
表示の動き
******************************/
.fadein {
  opacity: 0;
  transition: all 0.8s ease;
}
.fadein.show {
  opacity: 1;
  transform: none;
}
.fadein--lr {
  transform: translate(-25px, 0);
}
.fadein--rl {
  transform: translate(25px, 0);
}
.fadein--up {
  transform: translate(0, 25px);
}
@media screen and (max-width:560px) {
  .fadein.show {
    opacity: 1;
    transform: none;
  }
  .fadein--lr {
    transform: translate(-20px, 0);
  }
  .fadein--rl {
    transform: translate(20px, 0);
  }
  .fadein--up {
    transform: translate(0, 20px);
  }
}
/******************************
コンテンツ共通部分
******************************/
.content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*background: rgba(0, 0, 0, 0.4);*/
}
.content .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 200px;
  text-align: center;
}
h1, h2 {
  font-weight: 700;
  text-align: center;
}
h2, .pg h1 {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #203789;
  text-shadow: 1px 1px 2px #ffffff;
  position: relative;
  /*font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';*/
  /*font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';*/
}
h3 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  color: #74b7e6;
  /*border-bottom: 1px solid #ccb68c;*/
  /*font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';*/
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
}
h3.eater {
  border-bottom: none;
}
.wrap {
  margin: 0 auto 20px;
  position: relative
}
.pg .content.info {
  padding: 70px 0 0;
}
.pg .content.info dd {
  padding: 20px;
}
.scroll-point {
  position: absolute;
  padding: 70px;
  top: -70px
}
.border-none {
  border: none;
}
@media screen and (max-width:798px) {
  .content .inner {
    width: 90%;
    padding: 20px 0 100px;
  }
  h2, .pg h1 {
    font-size: 22px;
    line-height: 50px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .pg .content.info dd {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /*background: rgba(0, 0, 0, 0.7);*/
  }
}
.btn {
  position: relative;
  width: 350px;
  text-align: center;
  margin: 40px auto;
}
.btn a {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  display: block;
  background: #d19c16;
  border-radius: 100px;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 20%);
  position: relative;
  transition: all 0.5s ease;
}
.btn a::before, .btn a::after {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "";
}
.btn a::before {
  width: 50px;
  height: 1px;
  background: #fff;
  top: 10px;
  right: 20px;
  transition: all 0.5s ease;
}
.btn a::after {
  width: 18px;
  height: 4px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  top: 0px;
  transition: all 0.5s ease;
}
.btn a:hover {
  top: 5px;
  left: 5px;
  opacity: 1;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
@media screen and (max-width:798px) {
  .btn {
    width: 100%;
  }
}
/******************************
ページTOPへ戻るボタン
******************************/
.page-top {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #e1dcfe;
  position: relative;
  box-shadow: 3px -3px 7px rgb(218 210 254);
}
.page-top a {
  color: #1f3789;
  text-align: center;
  display: inline-block;
  height: 50px;
  width: 100%;
  background: #fff;
  position: absolute;
}
.pege-top a:hover {
  top: 10px;
}
.page-top a:after {
  content: "▲ TOP";
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  color: #1f3789;
}
@media screen and (max-width: 780px) {
  .page-top {
    border-bottom: 1px solid #e1dcfe;
  }
}
/******************************
footer
******************************/
footer {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  text-align: center;
}
footer .footer-copy {
  font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';
  font-weight: normal;
  font-size: 14px;
  color: #080808;
}
footer .footer-sns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .footer-sns ul img {
  width: 25px;
}
footer a {
  margin: 15px;
  position: relative;
}
.footer-logo {
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  footer {
    padding: 40px 0;
  }
}
/******************************
Top画面のスクロールすると表示するFIX要素
******************************/
.fixedBox {
  background: #000;
  position: fixed;
  /*    z-index: 500;*/
  display: none;
  right: 0;
  text-align: center;
  box-shadow: 0px 0px 10px #fff;
  z-index: 99;
  width: 100%;
  bottom: 0;
}
.fixedBox .btn {
  position: relative;
  color: #021934;
  width: 350px;
  text-align: center;
  margin: 20px auto !important;
}
.fixedBox a {
  padding: 10px;
}