@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  /*font-family: "noto-sans", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif !important;
  font-feature-settings: "pnum"; /* 数字が統一されたプロポーショナル表示に */
  font-size: 15px;
  line-height: 1.66;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
}
a {
  -webkit-transition: all 1s;
  transition: all 1s;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

/* header */
header {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    padding: 10px 0px;
    max-width: none;
    background-color: #002E76;
  }
}
header .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10.54%;
  max-width: 144px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #002E76;
}
@media screen and (max-width: 800px) {
  header .logo {
    position: static;
    width: 51.06%;
    max-width: 383px;
    margin: 0px auto;
  }
}

/* footer */
.pagetop_btn {
  position: fixed;
  width: 60px;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  .pagetop_btn {
    bottom: 10px;
    right: 10px;
  }
}

footer {
  background-color: #002E76;
  padding: 80px 0px 45px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 644px) {
  footer {
    padding: 60px 0px 25px;
  }
}
footer .footer_logo {
  width: 100%;
  max-width: 250px;
  margin: 0px auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 644px) {
  footer .footer_logo {
    max-width: 200px;
    margin-bottom: 40px;
  }
}
footer .footer_txt01 {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  footer .footer_txt01 {
    margin-bottom: 15px;
  }
}
footer .footer_txt01 b {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 644px) {
  footer .footer_txt01 b {
    font-size: 23px;
  }
}
footer .footer_link {
  color: #fff;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 644px) {
  footer .footer_link {
    margin-bottom: 35px;
  }
}
footer .footer_btn {
  font-size: 20px;
  display: block;
  width: 100%;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  padding: 30px 0px;
  border: solid 1px #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 644px) {
  footer .footer_btn {
    font-size: 14px;
    padding: 20px 0px;
    width: calc(100% - 40px);
    margin-bottom: 35px;
  }
}
footer .footer_btn:hover {
  background-color: #fff;
  color: #002E76;
}
footer small {
  font-size: 13px;
}
@media screen and (max-width: 644px) {
  footer small {
    font-size: 12px;
  }
}

/* 改行位置調整 */
@media screen and (max-width: 800px) {
  .pc, .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 644px) {
  .pctab, .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 644px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 644px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 800px) {
  .tabsp {
    display: inherit;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 800px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 644px) {
  .sp {
    display: inherit;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 644px) {
  .sp_inline {
    display: inline-block;
  }
}