body {
  min-width: 1300px;
  _display: inline;
  _zoom: 1;
}

/*-----------------------------------------------------------------------------*/
header {
  width: 100%;
  background-color: #ecfcea;
}

header img {
  width: 100%;
}

.header_inner {
  position: relative;
  max-width: 1280px;
  height: 800px;
  margin: -2px auto 0;
  background: url(./img/header_pc.png) bottom / contain no-repeat;
}

.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 190px;
}

.header_bannar {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 410px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 25%;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.header_bannar:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.header_sp {
  display: none;
}

/*-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
footer {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  background-color: #00bdf2;
  color: #000000;
}

.footer {
  padding: 50px 0px 50px 0px;
  margin: 0px auto 0px;
  width: 1280px;
  position: relative;
  overflow: hidden;
}

.footer .icon {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 147px;
  position: absolute;
  right: 100px;
  bottom: -50px;
}

.footer a {
  color: #000000;
}

.footer_link {
  padding: 0px 0px 50px 0px;
  margin: 0px auto 0px;
  display: flex;
  justify-content: center;
  gap: 145px;
}

/*-----------------------------------------------------------------------------*/
/* ボタン共通 */
.footer_linkbtm01 {
  overflow: hidden;
  width: 300px;
  border-radius: 70px;
  border: 2px solid #4463a9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
}

.footer_linkbtm01 a {
  position: relative;
  z-index: 100;
  text-align: center;
  background: #ffffff;
  color: #4463a9;
  font-size: 1.6em;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: bold;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_linkbtm01 a:hover {
  background: #d8eefc;
  /* マウスオーバーカラー */
}

/*-----------------------------------------------------------------------------*/
.IconList1 a:before {
  /*白いひし型 */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 20px;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  background: #4463a9;
}

.IconList1 a:after {
  /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 22px;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  background: #ffffff;
}

.IconList1 a:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  background: #d8eefc;
}

/*-----------------------------------------------------------------------------*/
.footer .copyright {
  padding: 50px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}

/*-----------------------------------------------------------------------------*/
#pageTopButton {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
}

#pageTopButton a {
  width: 70px;
  height: 70px;
  background: #ffbb05;
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

#pageTopButton a:hover {
  background: #ffffff;
  color: #ffbb05;
}

.btm01 {
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 1.2em;
  display: block;
}

.btm02 {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 2em;
  display: block;
}

/*-------------------------------------------------------------------------------------*/
/*--svg対応--*/
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.br01 {
  display: none;
}

.br02 {
  display: block;
}

.br03 {
  display: inline-block;
}

span.sup {
  vertical-align: super;
  font-size: 0.75em;
}

.linktel {
  pointer-events: none;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}
