@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  font-size: 62.5%;
  scroll-padding-top: calc(var(--header-height) + 2rem);
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.69vw;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4vw;
  }
}

body {
  margin: 0;
  padding: 0;
  padding-top: var(--header-height);
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  color: #333;
  background: #F9F9F9;
  word-break: break-all;
  counter-reset: number 0;
  letter-spacing: 0.1em;
}

a {
  color: #E50012;
  text-decoration: none;
  transition: all 0.4s 0s ease;
}
a:hover {
  color: #171C61;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.mt-1 {
  margin-top: -1rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.6rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.mb-1 {
  margin-bottom: -1rem !important;
}

.mb-25 {
  margin-bottom: -2.3rem !important;
}

.mb-28 {
  margin-bottom: -2.8rem !important;
}

.ml01 {
  margin-left: 0.1rem !important;
}

.ml02 {
  margin-left: 0.2rem !important;
}

.ml04 {
  margin-left: 0.4rem !important;
}

.ml05 {
  margin-left: 0.5rem !important;
}

.ml-02 {
  margin-left: -0.2rem !important;
}

.ml-04 {
  margin-left: -0.4rem !important;
}

.ml-05 {
  margin-left: -0.5rem !important;
}

.mr-1 {
  margin-right: -1rem !important;
}

.mr-02 {
  margin-right: -0.2rem !important;
}

.mr-04 {
  margin-right: -0.4rem !important;
}

.mr-05 {
  margin-right: -0.5rem !important;
}

.mr-07 {
  margin-right: -0.7rem !important;
}

.mr-1 {
  margin-right: -1rem !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.pl-1 {
  padding-left: -1rem !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl2 {
  padding-left: 2rem !important;
}

.pl12 {
  padding-left: 1.2rem !important;
}

.pr0 {
  padding-right: -1rem !important;
}

.size-xsmall {
  font-size: 1.2rem !important;
}

.size-small {
  font-size: 1.4rem !important;
}

.size-normal {
  font-size: 1.6rem !important;
}

.size-large {
  font-size: 1.8rem !important;
}

.size-xlarge {
  font-size: 2rem !important;
}

.size-xxlarge {
  font-size: 2.3rem !important;
}

.size-xxxlarge {
  font-size: 2.7rem !important;
}

.size-xxxxlarge {
  font-size: 3.2rem !important;
}

.size-xxxxxlarge {
  font-size: 3.8rem !important;
}

.size-xxxxxxlarge {
  font-size: 5rem !important;
}

.size-xxxxxxxlarge {
  font-size: 5.4rem !important;
}

.size-xxxxxxxxlarge {
  font-size: 5.4rem !important;
}

.ls0 {
  letter-spacing: 0em;
}

.ls-004 {
  letter-spacing: -0.04em;
}

.ls--1 {
  letter-spacing: -0.1em;
}

.color-primary {
  color: #E50012 !important;
}

.color-secondary {
  color: #171C61 !important;
}

.color-secondary2 {
  color: #FCF0F1 !important;
}

.color-tertiary {
  color: #FDDD04 !important;
}

.color-alert {
  color: #FF7D7D !important;
}

.color-black {
  color: #000 !important;
}

.color-gray1 {
  color: #333 !important;
}

.color-gray2 {
  color: #666 !important;
}

.color-gray3 {
  color: #999 !important;
}

.color-gray4 {
  color: #CCC !important;
}

.color-gray5 {
  color: #F9F9F9 !important;
}

.color-white {
  color: #fff !important;
}

.color-marker {
  background-color: #FDDD04;
}

.weight-thin {
  font-weight: 100 !important;
}

.weight-light {
  font-weight: 300 !important;
}

.weight-normal {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.weight-extrabold {
  font-weight: 800 !important;
}

.lineh-none {
  line-height: 1 !important;
}

.lineh-xsmall {
  line-height: 1.2 !important;
}

.lineh-small {
  line-height: 1.5 !important;
}

.lineh-normal {
  line-height: 2 !important;
}

.lineh-large {
  line-height: 2.4 !important;
}

.font-primary {
  font-family: "Noto Sans JP", sans-serif !important;
}

.font-secondary {
  font-family: "Roboto", sans-serif !important;
}

.list-nomark {
  list-style: none !important;
}

.line-bt {
  border-bottom: solid 1px #333;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: all;
    cursor: pointer;
  }
}

.note {
  color: #f00;
}

.bg-color {
  background-color: #FCF0F1;
  padding: 8rem 0;
}

.bg-white {
  max-width: 1100px;
  background-color: #fff;
  margin: 6rem auto;
  padding: 4rem 2rem 6rem 2rem;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .bg-white {
    margin: 3rem 1rem;
    padding: 4rem 0;
  }
}

.bg-transp {
  max-width: 1100px;
  background-color: transparent;
  margin: 6rem auto;
  padding: 4rem 2rem 6rem 2rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .bg-transp {
    margin: 3rem 1rem;
    padding: 4rem 0;
  }
}

.bg-gray {
  max-width: 100%;
  background-color: #F2f2f2;
  margin: 6rem auto;
  padding: 4rem 2rem 6rem 2rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .bg-gray {
    margin: 3rem 0;
    padding: 4rem 0;
  }
}

.wrap {
  max-width: 910px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .wrap {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.ttl-section {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 2rem auto 6rem auto;
  padding-top: 3rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl-section {
    font-size: 2.7rem;
    line-height: 1.5;
  }
}
.ttl-section small {
  font-size: 1.4rem;
}
.ttl-section::before, .ttl-section::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 5rem;
  height: 0.8rem;
}
.ttl-section::before {
  translate: -100% 0;
  border-radius: 0.4rem 0 0 0.4rem;
  background-color: #E50012;
}
.ttl-section::after {
  border-radius: 0 0.4rem 0.4rem 0;
  background-color: #171C61;
}

.block-txt {
  display: block;
}

.caption {
  display: block;
}

.btn {
  display: inline-block;
  min-width: 36rem;
  background-color: #fff;
  color: #E50012;
  border: 1px solid #E50012;
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: 100%;
  }
}
.btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  border: 0.6rem solid #E50012;
  transition: all 0.4s ease;
}
.btn:hover {
  background-color: #FCF0F1;
  color: #E50012;
}
.btn:hover:after {
  right: 1.5rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1.3rem;
}
.btn--primary {
  background-color: #E50012;
  color: #fff;
}
.btn--primary:after {
  border-color: #fff;
}
.btn--primary:hover:after {
  border-color: #E50012;
}

.btn-pdf {
  min-width: 46rem;
}
@media screen and (max-width: 768px) {
  .btn-pdf {
    min-width: 100% !important;
  }
}
.btn-pdf::before {
  background-color: #E50012;
  mask-image: url("../img/icon-pdf.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-pdf.svg");
  position: absolute;
  content: "";
  top: 50%;
  left: 3rem;
  transform: translate(0, -50%);
  display: block;
  width: 2rem;
  height: 2rem;
  transition: all 0.4s ease;
}
.btn-pdf::after {
  display: none;
}

.pager {
  display: block;
}

.wrap-scroll {
  display: block;
}

.table-normal {
  display: block;
}

.rel-link {
  background-color: #FCF0F1;
  padding: 6rem 0;
  margin: 0;
}
.rel-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rel-link__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rel-link__list .rel-link-cut {
  position: absolute;
  top: -18rem;
  right: -8rem;
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .rel-link__list .rel-link-cut {
    top: -15rem;
    right: 1rem;
    width: 14rem;
  }
}
.rel-link__item a {
  background-color: white;
  border-radius: 1rem;
  display: block;
  padding: 4rem 4rem 2rem 4rem;
  color: #333;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .rel-link__item a {
    padding: 2rem 3rem;
  }
}
.rel-link__item a .item--icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #E50012;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0 auto;
}
.rel-link__item a .icon-faq {
  mask-image: url("../img/icon-faq.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-faq.svg");
}
.rel-link__item a .icon-contact {
  mask-image: url("../img/icon-contact.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-contact.svg");
}
.rel-link__item a .icon-phone {
  mask-image: url("../img/icon-phone.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-phone.svg");
}
.rel-link__item a .icon-service {
  mask-image: url("../img/icon-service.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-service.svg");
}
.rel-link__item a .item--ttl {
  color: #333;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 1rem 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .rel-link__item a .item--ttl {
    font-size: 2.3rem;
  }
}
.rel-link__item a .item--txt {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .rel-link__item a .item--txt-sub {
    line-height: normal;
  }
}
.rel-link__item a .item--arrow {
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #fff;
  border: 1px solid #E50012;
  border-radius: 50%;
}
.rel-link__item a .item--arrow::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: 53%;
  translate: -50% -50%;
  transform: rotate(45deg);
  border-top: 1px solid #E50012;
  border-right: 1px solid #E50012;
}
.rel-link__item a .item--arrow:after {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 0;
  top: 50%;
  left: 53%;
  translate: -50% -50%;
  border-bottom: 1px solid #E50012;
}
.rel-link__item a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.rel-link__item a .item--phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}
.rel-link__item a .item--phone-navidial {
  width: 6rem;
}
.rel-link__item a .item--phone-txt {
  line-height: 1.5;
  letter-spacing: 0;
}
.rel-link__item a .item--phone-txt-number {
  display: block;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.rel-link__item a .item--phone-txt-time {
  font-size: 1.4rem;
}

.pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background-color: #E50012;
  color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.pagetop:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -20%) rotate(-45deg);
}
.pagetop:hover {
  background-color: rgb(178, 0, 13.9912663755);
}

.pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}

.border {
  border-bottom: 1px solid #CCC;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1.5rem 3rem;
  z-index: 10;
}
.header__logo img {
  width: 16.5rem;
  height: auto;
}
.header a {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.header a:hover {
  color: #E50012;
}
.header__nav {
  display: flex;
}
.header__nav--list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
.header__nav--item {
  margin: 0 1.2rem;
}
.header__nav--mypage {
  margin: 0 0 0 2rem;
}
.header__nav--mypage a {
  display: inline-block;
  position: relative;
  background-color: #171C61;
  color: #fff;
  white-space: nowrap;
  padding: 1.4rem 5.5rem 1.4rem 3.5rem;
  border-radius: 4rem;
}
.header__nav--mypage a::before {
  position: absolute;
  content: "";
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("../img/icon-mypage.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-mypage.svg");
  transition: all 0.4s 0s ease;
}
.header__nav--mypage a:hover::before {
  opacity: 0.8;
}
.header__nav--mypage a:hover {
  background-color: rgb(13.225, 16.1, 55.775);
  color: #fff;
}
.header__nav--entry {
  margin: 0 0 0 1.5rem;
}
.header__nav--entry a {
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #E50012;
  border: solid 1px #E50012;
  white-space: nowrap;
  padding: 1.4rem 5.5rem 1.4rem 3.5rem;
  border-radius: 4rem;
}
.header__nav--entry a::before {
  position: absolute;
  content: "";
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #E50012;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("../img/icon-entry.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../img/icon-entry.svg");
  transition: all 0.4s 0s ease;
}
.header__nav--entry a:hover::before {
  opacity: 0.8;
  background-color: #E50012;
}
.header__nav--entry a:hover {
  background-color: rgb(247.75, 218.75, 221.1666666667);
  color: #E50012;
}
.header .btn-mypage {
  display: none;
}
.header #toggle-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0.7rem 1.2rem 0.3rem 1.5rem;
    gap: 1rem;
  }
  .header__logo {
    margin-right: 10rem;
  }
  .header__logo img {
    width: 15.5rem;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s 0s ease;
    z-index: 20;
  }
  .header__nav--list {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin-left: 30%;
    font-size: 1.8rem;
    padding-top: var(--header-height);
    overflow-y: auto;
  }
  .header__nav--item {
    margin: 0 2rem;
  }
  .header__nav--item a {
    display: block;
    padding: 2rem 0;
    border-bottom: 1px solid #CCC;
  }
  .header__nav--mypage {
    margin: 3rem 2rem 1rem 2rem;
  }
  .header__nav--mypage a {
    width: 100%;
  }
  .header__nav--entry {
    margin: 1rem 2rem 1rem 2rem;
  }
  .header__nav--entry a {
    width: 100%;
  }
  .header__nav.is-active {
    opacity: 1;
    pointer-events: all;
  }
  .header .btn-mypage {
    display: block;
  }
  .header .btn-mypage a {
    display: inline-block;
    position: relative;
    background-color: #171C61;
    color: #fff;
    white-space: nowrap;
    padding: 3.2rem 0.7rem 0.55rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.02em;
  }
  .header .btn-mypage a::before {
    position: absolute;
    content: "";
    right: 3rem;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    mask-image: url("../img/icon-mypage.svg");
    /* Safari対応 */
    -webkit-mask-image: url("../img/icon-mypage.svg");
  }
  .header #toggle-icon {
    display: block;
    position: relative;
    background-color: #fff;
    width: 6rem;
    height: 4rem;
    transition: all 0.4s 0s ease;
    cursor: pointer;
    pointer-events: all;
    z-index: 30;
  }
  .header #toggle-icon span {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 3px;
    background-color: #333;
    transition: all 0.5s;
  }
  .header #toggle-icon span:nth-child(1) {
    top: 0;
  }
  .header #toggle-icon span:nth-child(2) {
    top: 1.1rem;
  }
  .header #toggle-icon span:nth-child(3) {
    top: 2.2rem;
  }
  .header #toggle-icon .toggle-name {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
  }
  .header #toggle-icon.is-active span:nth-child(1) {
    transform: translate(-2rem, 1.1rem) rotate(45deg);
  }
  .header #toggle-icon.is-active span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .header #toggle-icon.is-active span:nth-child(3) {
    transform: translate(-2rem, -1.1rem) rotate(-45deg);
  }
  .no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}
.footer a {
  color: #333;
  text-decoration: none;
}
.footer a:hover {
  color: #E50012;
}
.footer__partner {
  padding: 5rem 0;
  background-color: #F2f2f2;
}
.footer__partner--list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 0;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .footer__partner--list {
    flex-direction: column;
    margin: auto 2rem 4rem 2rem;
  }
}
.footer__partner--item {
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer__partner--item .item-ttl {
  margin: 0.5rem 0 0.8rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #999;
}
.footer__partner--item .item-name {
  margin: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer__partner--item .item-address {
  margin: 0.5rem 0;
}
.footer__partner--note-box {
  max-width: 1140px;
  margin: 0 auto;
}
.footer__partner--note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .footer__partner--note {
    text-align: left;
  }
}
.footer__nav {
  background-color: #fff;
}
.footer__nav--list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 3rem;
  padding: 4rem 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav--list {
    justify-content: flex-start;
  }
}
.footer__nav--item {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
}
.footer__copyright {
  width: 100%;
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0rem 2rem 3rem 2rem;
  letter-spacing: 0;
  background-color: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-bottom: 3.5rem;
  }
}
.footer__copyright .copyright--txt {
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright .copyright--txt {
    text-align: left;
  }
}
.footer__copyright .copyright--magnumber {
  position: absolute;
  top: 3rem;
  right: 10rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright .copyright--magnumber {
    position: relative;
    top: auto;
    right: auto;
    margin: 2rem 0;
    text-align: left;
  }
}

.ttl-page {
  display: block;
  aspect-ratio: 72/21;
  position: relative;
  margin: 0 auto -24rem auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ttl-page {
    aspect-ratio: 2/1;
    margin: 0 auto -7rem auto;
  }
}
.ttl-page__img {
  background-image: url(../img/ttl-faq.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ttl-page__img {
    background-image: url(../img/ttl-faq-sp.svg);
  }
}
.ttl-page__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -115%);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-page__txt {
    font-size: 3.2rem;
    width: 100%;
    transform: translate(-50%, -65%);
  }
}
.ttl-page__illust {
  position: absolute;
  top: 1vw;
  right: 15vw;
  width: 13vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl-page__illust {
    top: 18vw;
    right: 3vw;
    width: 24vw;
  }
}

.error_block h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .error_block h2 {
    font-size: 2.3rem;
  }
}
.error_block p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error_block p {
    text-align: left;
  }
}
.error_block h3 {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .error_block h3 {
    font-size: 2rem;
  }
}

.top-btn {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-btn {
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=style.css.map */