@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900|M+PLUS+Rounded+1c:100,300,400,500,700,800,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911&display=swap");
#page-top {
  font-family: Arial, Helvetica, "sans-serif";
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}
#page-top a {
  width: 60px;
  display: block;
}
@media screen and (max-width: 480px) {
  #page-top a {
    width: 40px;
  }
}
#page-top a:hover {
  opacity: 0.8;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  min-width: 1280px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  body {
    min-width: inherit;
  }
}

.stuffing {
  font-feature-settings: "palt" 1;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.text_set {
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lshalf {
  letter-spacing: -0.5em;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #2ea6ff;
  text-decoration: none;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -210px;
}
@media screen and (max-width: 480px) {
  .anchor_base .anchor_point {
    top: -110px;
  }
}
.anchor_base .anchor_point2 {
  position: absolute;
  left: 0;
  top: -100px;
}
@media screen and (max-width: 480px) {
  .anchor_base .anchor_point2 {
    top: -50px;
  }
}

.page_break_before {
  page-break-before: always;
}

.page_break_after {
  page-break-after: always;
}

.alpha {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.alpha:hover {
  opacity: 0.8;
}

.ls_half {
  letter-spacing: .5em;
}

.ls_full {
  letter-spacing: 1em;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

@media screen and (max-width: 480px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .active_mobile {
    display: inline-block;
  }
}

.strong {
  font-weight: 700;
}

@media print {
  body {
    width: 1280px;
  }
}
.red_bold {
  color: red;
  font-weight: 700;
}

.red_normal {
  color: red;
}

#header {
  width: 100%;
  background: url("../img/common/header_bg.png") left bottom/100% 56px no-repeat, #fff;
}
@media screen and (max-width: 480px) {
  #header {
    display: none;
  }
}
#header .header {
  width: 960px;
  margin: auto;
}
#header .header__top {
  width: 100%;
  height: 94px;
  position: relative;
}
#header .header__top ul {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__top ul li:first-child {
  width: 403px;
}
#header .header__top ul li:last-child {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
}
#header .header__top ul li:last-child p {
  border-bottom: 1px dotted #00a6cb;
  white-space: nowrap;
}
#header .header__top ul li:last-child p:first-child {
  color: #e9528e;
}
#header .header__top ul li:last-child p:first-child span {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 26px;
  font-weight: 500;
  color: #e9528e;
  position: relative;
  padding-left: 26px;
}
#header .header__top ul li:last-child p:first-child span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/tel01.svg") center center/contain no-repeat;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
#header .header__navi {
  width: 100%;
  height: 56px;
  position: relative;
}
#header .header__navi ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__navi ul li {
  box-sizing: border-box;
  border-left: 1px solid #005fa3;
  height: 40px;
  padding: 0 10px;
}
#header .header__navi ul li:nth-child(1) {
  width: calc(100 / 960 * 100%);
}
#header .header__navi ul li:nth-child(2), #header .header__navi ul li:nth-child(5) {
  width: calc(145 / 960 * 100%);
}
#header .header__navi ul li:nth-child(3), #header .header__navi ul li:nth-child(4), #header .header__navi ul li:nth-child(6) {
  width: calc(190 / 960 * 100%);
}
#header .header__navi ul li:last-child {
  border-right: 1px solid #005fa3;
}
#header .header__navi ul li div {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 40px;
}
#header .header__navi ul li div:hover {
  background: url("../img/common/navi_bg.png") left top/100% 100% no-repeat;
}
#header .header__navi ul li div p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: .975em;
  font-weight: 700;
  color: #002F4C;
}

.telephone {
  display: none;
  width: 400px;
  margin: 20px auto 0;
}
@media screen and (max-width: 480px) {
  .telephone {
    display: block;
  }
}
.telephone p {
  border-bottom: 1px dotted #00a6cb;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
}
.telephone p:first-child {
  color: #e9528e;
}
.telephone p:first-child span {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 32px;
  font-weight: 500;
  color: #e9528e;
  position: relative;
  padding-left: 32px;
}
.telephone p:first-child span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/tel01.svg") center center/contain no-repeat;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.telephone p:last-child {
  color: #ed6d34;
  margin-top: 0.4em;
}
.telephone p:last-child span {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 32px;
  font-weight: 500;
  color: #ed6d34;
  position: relative;
  padding-left: 32px;
}
.telephone p:last-child span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/tel02.svg") center center/contain no-repeat;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.footer_up {
  width: 100%;
  background: #d3e6f6;
}
.footer_up__inner {
  width: 960px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .footer_up__inner {
    width: 87.5%;
  }
}
.footer_up__inner .go_top {
  width: 90px;
  position: absolute;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 480px) {
  .footer_up__inner .go_top {
    top: auto;
    width: 95px;
    bottom: 5px;
  }
}

.footer_lower {
  background: #005fa3;
}
.footer_lower__inner {
  width: 960px;
  margin: auto;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .footer_lower__inner {
    width: 87.5%;
    height: 90px;
  }
}
.footer_lower__inner .ladder {
  width: 47px;
  position: absolute;
  left: 0;
  top: -38px;
}
@media screen and (max-width: 480px) {
  .footer_lower__inner .ladder {
    width: 56px;
    left: -5px;
    top: -45px;
  }
}
.footer_lower__inner .ename {
  width: 308px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer_lower__inner .ename li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .footer_lower__inner .ename {
    width: 370px;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
