* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}
body {
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
li {
  list-style: none;
}
a {
  color: #0a2d88;
  text-decoration: underline;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
rt {
  letter-spacing: -0.1em;
  /* position: relative;
  left: -0.2em; */
  font-size: 6.7px;
  transform: translateY(0px);
}
@supports (-webkit-touch-callout: none) {
rt {
    transform: translateY(4px); /* ゴシックの被り対策 */
  }
    .font-sans rt {
    transform: translateY(0);
  }
}
.c-answer__small rt {
  font-size: 4.5px;
}

.c-top__band {
  position: fixed;
  top: 53px;
  z-index: 99;
  width: 100vw;
}

.c-top__band img:nth-of-type(1) {
  position: relative;
}
.c-top__band img:nth-of-type(2) {
  top: -2px;
}

.c-top__band a {
  position: absolute;
  top: 17px !important;
  width: calc(221 / 1000 * 100%) !important;
  display: block;
}

.c-top__band .ttl {
  display: block;
  top: 0px !important;
  left: 18px;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 1100px) {
  .header .ttl {
    top: -10px !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .c-top__band img:nth-of-type(1) {
    top: 0px !important;
  }
  .c-top__band .ttl {
    left: 10px;
  }
  .c-top__band {
    top: 58px;
  }
  .c-top__band a {
    width: calc(170 / 375 * 100%) !important;
  }
}
.btn {
  display: flex;
  justify-content: center;
  gap: 32px;
  position: relative;
  top: 37px;
}

.p-header__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-header__logo a {
  display: block;
}
.c-button-img {
  -webkit-transition: opacity 0.3s ease;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.p-header__lang {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.p-header__langbtnwrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3px;
}
.p-header__langbtn.is-current,
.p-header__langbtn:hover {
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  background: #fff;
  color: #0a2d88;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease;
}
.p-header__langbtn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3.6em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  height: 36px;
  justify-content: center;
  margin-left: 6px;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease;
  width: 36px;
}
.p-header-navspbtn {
  background: #0a2d88;
  border-radius: 34px;
  height: 34px;
  position: relative;
  width: 34px;
}
.p-header-navspbtn > span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 16px;
  z-index: 1;
}
.p-header-navspbtn > span:nth-child(1) {
  -webkit-transition: 0.3s ease;
  top: 12px;
  transition: 0.3s ease;
}
.p-header-navspbtn > span:nth-child(2) {
  -webkit-transition: 0.3s ease;
  bottom: 12px;
  transition: 0.3s ease;
}
.is-menuopen .p-header-navspbtn > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  bottom: 16px;
  top: 16px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.is-menuopen .p-header-navspbtn > span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  bottom: 16px;
  top: 16px;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}
.p-header-spmenu {
  -webkit-transform: translateY(-100%);
  -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
  background: #0a2d88;
  height: 0;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  transform: translateY(-100%);
  transition: height 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}
.is-menuopen {
  -webkit-transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  height: 100vh;
  transform: translateY(0);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: fixed;
  width: 100%;
}
.p-header-spmenu__clm2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  background: #0a2d88;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  padding-bottom: 150px;
}
.p-header-spmenu__list__li + .p-header-spmenu__list__li {
  border-top: 1px solid #efefef;
}
.p-header-spmenu__scr {
  height: 100%;
}
.p-header-spmenu__bnr {
  background: #0a2d88;
  padding: 15px 20px 20px;
  text-align: center;
}
.p-header-spmenu__bnr img {
  margin: 0 auto;
  max-width: 335px;
}
.u-resize {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.p-header-spmenu__clm3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 20px 20px 10px;
}
.p-header-spmenu__clm3__li {
  max-width: 105px;
}
.p-header-spmenu__clm3__li:nth-child(2) {
  margin: 0 10px;
}
.p-header-spmenu__list__li {
  font-size: 18px;
}
.c-button--white {
  background: #fff;
  border: 2px solid #fff;
  color: #0a2d88;
}
.c-button,
.c-button--gray,
.c-button--invert,
.c-button--white {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  align-items: center;
  background: #0a2d88;
  border: 2px solid #0a2d88;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 100%;
  padding: 0.875em calc(1em + 38px) 0.875em 18px;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  width: 100%;
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
.c-button--gray:before,
.c-button--invert:before,
.c-button--white:before,
.c-button:before {
  bottom: 0;
  color: inherit;
  content: "";
  display: block;
  font-family: hzicon;
  height: 1em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 1em;
  z-index: 1;
}
.c-button--white {
  background: #fff;
  border: 2px solid #fff;
  color: #0a2d88;
}
.p-header-spmenu__clm2__li {
  border-bottom: 1px solid #fff;
  width: 50%;
}
.p-header-spmenu__clm2__li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
.p-header-spmenu__clm2__full {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-header-spmenu__clm2__full .p-header__lang {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .p-header {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(65.9%, #fff),
      color-stop(66%, #0a2d88)
    );
    background: linear-gradient(90deg, #fff 65.9%, #0a2d88 66%);
  }
  .p-header__inner {
    max-width: 1024px;
    padding: 0 20px;
    width: 1024px;
  }
  .p-header__inner--sp {
    display: none;
  }
  .p-header__logo {
    left: 20px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .p-header__logo a img {
    height: 60px;
    width: auto;
  }
  .p-header__navl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 0%;
    justify-content: flex-start;
    padding: 0 20px 0 104px;
  }
  .p-header__navl__li {
    margin: 0 10px;
  }
  .p-header__navr {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0a2d88;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding-left: 26px;
    white-space: nowrap;
    width: 326px;
  }
  .p-header__recruit {
    border-right: 1px solid #fff;
    font-weight: 700;
    margin-right: 19px;
    padding-right: 19px;
  }
  .p-header__recruit a {
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header {
    overflow: hidden;
  }
  .p-header__inner {
    background: #fff;
    padding: 0 0;
  }
  .p-header__logo a {
    height: 60px;
    width: 60px;
    /* width: 54px; */
  }
  .p-header__logo a img {
    height: 60px;
    width: 60px;
    /* width: 54px; */
  }
  .p-header__navsp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__navsp__btn p {
    margin-top: 6px;
  }
  .p-header__navsp__li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #0a2d88;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
  }
  .p-header__navsp__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    text-decoration: none;
    width: 60px;
  }
  .p-header__navsp__btn > span {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
  }
}

.l-breadcrumb {
  background: #fff;
  position: relative;
  z-index: 1;
}
.l-inner {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
/* ---page-top---- */
.p-pagetop__btn {
  margin: 0 auto;
  position: relative;
}
.p-pagetop__link {
  bottom: 10px;
  display: block;
  position: absolute;
  right: 19px;
  z-index: 1;
}
.p-pagetop__btn img {
  width: 63px;
}
/* ----パンくず---- */
.p-breadcrumb {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
  padding-top: 5px;
  width: 100%;
}

.p-breadcrumb__li {
  margin-top: 10px;
  position: relative;
}

.p-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.p-breadcrumb__li + .p-breadcrumb__li {
  margin-left: 2em;
}
.p-breadcrumb__li + .p-breadcrumb__li:before {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: -1.1em;
  margin: auto;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  width: 4px;
  z-index: 1;
}

.p-footer {
  line-height: 1.5;
}
.l-footer {
  position: relative;
  z-index: 1;
}
.p-footer__inner {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.p-footer__navlower,
.p-footer__navupper {
  background: #0a2d88;
  color: #fff;
}
.p-footer__navlower a,
.p-footer__navupper a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.p-footer__navlowerlist__li + .p-footer__navlowerlist__li {
  border-left: 1px solid #fff;
}
.p-footer__list--2clm {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-footer__list__li + .p-footer__list__li {
  margin-top: 1.1em;
}
.p-footer__list--2clm .p-footer__list__li {
  margin-top: 1.1em;
  padding-left: 1em;
  width: 50%;
}
.p-footer__r__bnr {
  margin-top: -20px;
}
.p-footer__sns__title {
  background: #fff;
  color: #0a2d88;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
}
.p-footer__sns {
  border: 2px solid #fff;
  margin-top: 20px;
}
.p-footer__sns__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 18px 0;
}
.p-footer__sns__list__li {
  margin: 0 10px;
}
.p-footer__navlower {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
.p-footer__navlowerlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-footer__storelist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.p-footer__storelist li > a,
.p-footer__storelist li > span {
  display: block;
}
.p-footer__storelist li > a a,
.p-footer__storelist li > a span,
.p-footer__storelist li > span a,
.p-footer__storelist li > span span {
  display: block;
  padding: 4px;
}
.p-footer__storelist li img {
  height: auto;
  width: 100%;
}
.p-footer__cr {
  background: #fff;
  border-top: 1px solid #e0e5e9;
  padding: 30px 0;
  text-align: center;
}
.p-footer__cr__text {
  font-size: 10px;
  margin-top: 20px;
}
.p-footer__cr__logo a img {
  width: 120px;
}
.p-footer__store {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__navupper {
    padding: 40px 0;
  }
  .p-footer__navlower .p-footer__inner,
  .p-footer__navupper .p-footer__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .p-footer__inner {
    max-width: 1024px;
    width: 1024px;
  }
  .p-footer__l {
    width: 15em;
  }
  .p-footer__c {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .p-footer__r {
    margin-left: 40px;
    width: 363px;
  }
  .p-footer__sns__title {
    font-size: 16px;
  }
  .p-footer__navlower .p-footer__inner,
  .p-footer__navupper .p-footer__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .p-footer__navlowerlist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .p-footer__navlowerlist__li {
    padding: 0 20px;
  }
  .p-footer__storelist {
    padding: 20px 6px;
  }

  .p-footer-accordion__target {
    height: auto !important;
  }
  .p-footer__storelist li > a,
  .p-footer__storelist li > span {
    width: 57px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navupper {
    padding: 15px 0 30px;
  }
  .p-footer__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-footer__list__li {
    margin-top: 1.1em;
    width: 50%;
  }
  .p-footer__sns__list__li a img {
    width: 38px;
    height: 38px;
  }
  .p-footer__l {
    width: 100%;
  }
  .p-footer__c {
    margin-top: 18px;
  }
  .p-footer__r {
    margin-top: 18px;
    width: auto;
  }
  .p-footer__sns__title {
    font-size: 16px;
  }
  .p-footer__list--2clm .p-footer__list__li {
    font-size: 12px;
    padding-left: 1.1em;
  }
  .p-footer__navlowerlist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: center;
    margin-top: -10px;
  }
  .p-footer__navlowerlist__li {
    margin-top: 10px;
    padding: 0 10px;
  }
  .p-footer-accordion__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 19px;
  }
  .p-footer-accordion__header__l {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 0%;
    white-space: nowrap;
  }
  .p-footer-accordion__logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer-accordion__logo > div {
    max-width: 57px;
    width: 33.3333%;
  }
  .p-footer-accordion__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0a2d88;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin-left: auto;
    margin-right: 10px;
  }
  .p-footer-accordion__trigger {
    -webkit-transition: all 0.2s ease-in;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    display: block;
    height: 40px;
    outline: 0;
    position: relative;
    transition: all 0.2s ease-in;
    width: 40px;
  }
  .p-footer-accordion__trigger:after,
  .p-footer-accordion__trigger:before {
    border-top: 2px solid #b1bcc4;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
  }
  .p-footer-accordion__trigger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p-footer__storelist {
    padding: 8px 0;
  }
  .p-footer__storelist li {
    width: calc(100% / 6);
  }
  .p-footer-accordion__target {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .p-footer-accordion__target.is-open {
    max-height: 1000px; /* 中身に合わせて調整 */
  }
}
