@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 2.4rem;
  text-align: center;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.bg {
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position:  center 100px;
    background-size: contain;
}
.boby_flexwrap {
    width: 1200px;
    margin: 0 auto;
}
.wrap_contet {
  display: flex;
}
.wrap a {
    width: 600px;
    height: 60px;
}
.wrap h1 {
  margin-left: 0px;
  gap: 20px;
  display: flex;
}
.en-wrap a {
    width: 760px;
    height: 88px;
}
.en-wrap h1 {
  margin-left: 0px;
  gap: 20px;
  display: flex;
}
.flex-wrap {
  font-size: 0.95rem;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.f_br_none {
    display: none;
}
/*.header {
  padding: 53px 0;
  background-color: rgba(5, 0, 65, 0.6);
  z-index: 1;
}*/
.header {
    margin: 130px 0 30px 0;
}
.en-header {
    margin: 130px 0 30px 0;
}
.head_box {
  display: none;
}
.header-title {
  max-width: 482px;
  width: 100%;
}
.header-title-en {
  /*max-width: 760px;*/
  max-width: 700px;
  width: 100%;
}
.header-logo {
  max-width: 100px;
  width: 100%;
}
.header h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.en-header h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.sp-header-title {
  width: 550px;
}
.lang {
  max-width: 120px;
  width: 100%;
}
.lang a {
  width: 120px;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 10px 25px;
  color: #004174;
  font-weight: 400;
  border-radius: 35px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  font-size: 14px;
}
.lang a:hover {
  background-color: #d9e2ea;
  color: #004174;
  background-position: 99% 50%;
}
.lang input[type="button"] {
  width: 120px;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 10px 25px;
  color: #004174;
  font-weight: 400;
  border-radius: 35px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  font-size: 14px;
  border: none;
}
.lang input[type="button"]:hover {
    background-color: #d9e2ea;
  color: #004174;
    cursor: pointer;
}
.wrap {
  /*padding: 17.37px 0;*/
  /*padding: 17px 0 23px 0;*/
    padding: 20px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 1200px;
  margin: 0 auto ;
    margin-left: -240px;
     align-items: center;
}
.en-wrap {
  /*padding: 17.37px 0;*/
  padding: 6px 0 6px 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 1200px;
  margin: 0 auto ;
    margin-left: -240px;
    align-items: center;
}
.right-flex {
  text-align: left;
  line-height: 1.4rem;
  color: #fff;
  display: flex;
}
.right-flex a {
  text-decoration: none;
  color: #fff;
}
.right-flex a:hover {
  opacity: 0.7;
}
#footer {
    background-color: #004174;
    margin-top: 30px;
}
.footer-wrap {
  width: 1200px;
    margin: 0 auto;
  padding: 30px 0;
  font-size: 0.9rem;
  font-weight: 400;
}
.copyright {
    border-top: 1px solid #80a0ba;
    text-align: right;
    color: #80a0ba;
    margin-top: 30px;
    padding-top: 15px;
}
.bold {
  font-weight: 600;
}
.font {
  font-size: 1.3rem;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
a {
  color: #00a199;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  color: #00a199;
    text-decoration: none;
}
.x_img img {
  width: 240px;
  height: 110px;
}
.x_img {
  width: 240px;
  margin: 0 auto 30px auto;
}
.x_img a {
  display: flex;
}
.x_img_sp {
  display: none;
}
.x_img_menu {
  display: none;
}
.comingsoon {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 14em;
  padding-bottom: 100px;
}
.red {
  color: #f00;
}
.banner {
  margin-bottom: 10px;
}
.banner ul {
  list-style: none;
}
.banner img {
    width: 200px;
    height: 80px;
}
.banner2 {
  margin-bottom: 10px;
}
.banner2 ul {
  list-style: none;
}
.banner2 img {
    width: 200px;
    height: 80px;
}
.gry-btn {
  padding: 15px 40px 15px 30px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.0rem;
  margin: 10px auto 15px auto;
  background: #b3b3b3;
  border-radius: 10px;
  box-shadow: none;
  display: block;
  position: relative;
  max-width: 300px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.3rem;
}
.gry-btn a {
  color: #FFFFFF;
  text-decoration: none;
  pointer-events: none;
}
    .footer_content {
        margin-right: 20px;
    }
.sp-none {
  display: block;
}
@media(max-width:2000px) {
    .bg {
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position:  center 100px;
    background-size: 2000px 780px;
}
}
@media(max-width:1199px) {
.boby_flexwrap {
    width: 100%;
    margin: 0 auto;
}
.wrap {
  /*padding: 17.37px 0;*/
  padding: 17px 0 23px 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 123%;
  margin: 0 auto ;
    margin-left: -230px;
}
    .wrap.min-1199 {
        width: 128%;
    }
.en-wrap {
  /*padding: 17.37px 0;*/
  padding: 6px 0 6px 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 122%;
  margin: 0 auto ;
    margin-left: -230px;
}
    .en-wrap.min-1199 {
        width: 127%;
    }
.footer-wrap {
  width: 100%;
}

}
@media(max-width:1099px) {
.bg {
    background-image: none;
}
.boby_flexwrap {
    width: auto;
}
  .wrap_contet {
    display: block;
  }
.sp-header-title {
  display: none;
}
    .sp-header-title-en {
        display: none;
    }
.header {
    margin: 0px;
    height: 100px;
    background-color: #004174;
    padding: 17px 0 17px 0;
    display: flex;
    justify-content: space-between;
}
.en-header {
    margin: 0px;
    height: 100px;
    background-color: #004174;
    padding: 6px 0 6px 0;
    display: flex;
    justify-content: space-between;
}
  .head_box {
    display: block;
    text-align: left;
  }
  .section-top {
    padding: 0;
  }
  .flex-wrap {
    width: 100%;
  }
  .x_img {
    display: none;
  }
  .x_img_sp {
    display: block;
    height: 100;
    background-color: none;
    margin: 20px auto 50px auto;
    border-radius: 0;
  }
  .x_img_sp img {
    width: 50%;
    margin: 0 auto;
    box-shadow: #b2b2b2 0px 0px 3px;
  }
  .x_img_sp a {
    display: flex;
  }
  .x_img_menu {
    display: block;
    background-color: none;
    margin: 0 auto;
    border-radius: 0;
  }
  .x_img_menu img {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .x_img_menu a {
    display: flex;
  }
.banner2 {
  margin: 20px auto 30px auto;
}
.banner2 img {
    margin-bottom: 10px;
}
  .wrap {
    display: none;
  }
  .en-wrap {
    display: none;
  }
  .header h1 {
    padding: 0 0 0 20px;
    gap: 0;
  }
  .en-header h1 {
    padding: 0 0 0 20px;
    gap: 0;
  }
  .header-logo {
    max-width: 80%;
  }
  .lang {
    margin: 20px auto;
  }
  #banner ul {
    border: none;
    background: none;
  }
  #banner ul li a {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
  }
  #banner ul li {
    border-bottom: none;
  }
  .sp-none {
    display: none;
  }
  .footer-wrap {
      width: calc(100% - 60px);
    font-size: 0.9rem;
    font-weight: 400;
  }
        .footer_content {
        margin-right: 0px;
    }
}
@media(max-width:819px) {
  .header-title {
    display: none;
  }
   .header-title-en {
    display: none;
  }   
.sp-header-title {
  display: block;
    width: 350px;
}
.sp-header-title-en {
  display: block;
    width: 310px;
}
.header {
    height: 120px;
    padding: 10px 0 10px 0;
}
.en-header {
    height: 120px;
    padding: 10px 0 10px 0;
}
}
@media(max-width:768px) {
  .right-flex {
      display: block;
  }
  .x_img_sp img {
    width: 300px;
  }
.copyright {
    text-align: center;
}
}
@media(max-width:499px) {
.f_br_none {
    display: block;
}
  .en-header h1 {
    padding: 0 0 0 0px;
    gap: 0;
  }
.sp-header-title-en {
  display: block;
    width: 256px;
}
}
@media(max-width:450px) {
  .header h1 {
    padding: 0 0 0 5px;
  }
.sp-header-title {
  display: block;
    width: 290px;
}
}