html {
  width: 100%;
  min-width: 1080px;
}

body#top {
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  min-width: 1080px;
  width: 100%;
  background: #fff;
}

body#other {
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  min-width: 1080px;
  width: 100%;
  background: #fff;
}

/* box-sizing設定
------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* visible-xs設定
------------------------------------------------------------------- */
.visible-xs {
  display: none;
}

/* margin-bottom設定
------------------------------------------------------------------- */
.margin-bottom10 {
  margin: 0 0 10px !important;
}

.margin-bottom20 {
  margin: 0 0 20px !important;
}

.margin-bottom30 {
  margin: 0 0 30px !important;
}

.margin-bottom40 {
  margin: 0 0 40px !important;
}

.margin-bottom50 {
  margin: 0 0 50px !important;
}

.margin-bottom60 {
  margin: 0 0 60px !important;
}

.margin-bottom70 {
  margin: 0 0 70px !important;
}

.margin-bottom80 {
  margin: 0 0 80px !important;
}

.margin-bottom90 {
  margin: 0 0 90px !important;
}

.margin-bottom100 {
  margin: 0 0 100px !important;
}

/* visible-xs設定
------------------------------------------------------------------- */
.visible-xs {
  display: none;
}

/* linkの設定
------------------------------------------------------------------- */
a:link {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #FF1E00;
  text-decoration: underline;
}

a:active {
  color: #FF1E00;
  text-decoration: underline;
}

footer a:link {
  color: #FFF;
  text-decoration: underline;
}

footer a:visited {
  color: #FFF;
  text-decoration: underline;
}

footer a:hover {
  color: #FF1E00;
  text-decoration: underline;
}

footer a:active {
  color: #FF1E00;
  text-decoration: underline;
}

a.z:link {
  color: #000;
  text-decoration: underline;
}

a.z:visited {
  color: #000;
  text-decoration: underline;
}

a.z:hover {
  color: #FF1E00;
  text-decoration: underline;
}

a.z:active {
  color: #FF1E00;
  text-decoration: underline;
}

/* clearfixの設定
------------------------------------------------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* img divの設定
------------------------------------------------------------------- */
img,
div {
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

/* 画像ホバー設定
------------------------------------------------------------------- */
a:hover img.hoverimg,
div.hoverimg a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70)”;
}

img.activeimg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70)”;
}

/* 画像float設定
------------------------------------------------------------------- */
.left {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}

.right {
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
}

.center {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
}

/*-----------------------------toTop-----------------------------------*/
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url('../images/up.png');
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  z-index: 9999;
}

#toTop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

/* headerの設定
------------------------------------------------------------------- */
header {
  width: 100%;
  /* height: 740px; */
  margin: 0 auto 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  background: url(../images/main-image.jpg) no-repeat center;
}

div#header-bg {
  width: 100%;
  height: 90px;
  margin: 0 auto 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}

#other header {
  width: 100%;
  height: 389px;
  margin: 0 auto 20px;
  padding: 0px;
  text-align: center;
  position: relative;
}

header div#logo {
  width: 301px;
  margin: 18px 0 0;
  padding: 0;
  float: left;
  text-align: left;
}


header h1 {
  font-size: 18px;
  line-height: 58px;
  text-align: right;
}


/* sectionの設定
------------------------------------------------------------------- */
section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* containerの設定
------------------------------------------------------------------- */
.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}

/* contact-btnの設定
------------------------------------------------------------------- */
div#contact-btn {
  margin: 150px auto 0;
  padding: 0;
  text-align: center;
}


/* #footerの設定
------------------------------------------------------------------- */
footer {
  width: 100%;
  padding: 20px 0 30px;
  text-align: center;
  background: #0A1D4A repeat;
  border-bottom: 1px solid #060C19;
}

footer address {
  float: left;
  width: 455px;
  margin: 0px 0 0;
  padding: 0;
  text-align: left;
}

footer div#logo {
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
}

footer div#map-btn {
  margin: 0 0 0px;
  padding: 0;
  float: right;
}

footer address p {
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

/* #copyの設定
------------------------------------------------------------------- */
div#copy {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #0A1D4A repeat;
  border-top: 1px solid #3A4D7D;
}

div#copy p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto;
  padding: 10px 0px 5px;
  text-align: center;
  color: #FFF;
}



/* 準備中
------------------------------------------------------------------- */
.flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 30px 50px;
  background-color: rgb(10, 29, 74, 0.4);
}

.content p {
  line-height: 0.5;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.title-max {
  display: block;
  background-color: #1763E0;
  margin: 0;
  padding: 25px 0;
  line-height: 1;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}

.title {
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0 0 0 39px;
  text-align: left;
  position: relative;
}

.title:before {
  content: "";
  width: 29px;
  height: 29px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../images/other-title-icon.png) no-repeat;
}

.title:after {
  content: "";
  width: 250px;
  height: 29px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../images/other-title-after.png) no-repeat;
}


.contact-wrap {
  padding: 50px 0 80px;
}

.contact-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  line-height: 1;
  font-size: 46px;
  font-weight: bold;
}

.contact-mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  width: fit-content;
  color: #1763e0;
}

/* スマホ
------------------------------------------------------------------- */

@media(min-width:767px) {}