@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.h2 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 7.2rem;
}

.h3 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.6rem;
  letter-spacing: 0.1em;
}

.h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.8rem;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex;
}

.bold {
  font-weight: bold;
}

.between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.hide {
  display: none;
}

.overflowhidden {
  overflow: hidden;
}

.white {
  color: #fff;
}

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

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

.u-text-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-no-line-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-gutter {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.u-relative {
  position: relative;
}

.u-flex {
  display: flex;
}

.u-align-center {
  align-items: center;
}

.u-align-baseline {
  align-items: baseline;
}

.u-between {
  justify-content: space-between;
}

.u-blue {
  color: var(--blue);
}

.u-red {
  color: var(--red);
}

.u-font-m {
  font-size: var(--font-size);
}

.u-wrapper {
  max-width: var(--inner)20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .u-wrapper {
    overflow: hidden;
    position: relative;
  }
}

.u-inner {
  max-width: calc(var(--inner) + 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .u-inner {
    max-width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.u-inner--large {
  max-width: 124rem;
}

.u-relative {
  position: relative;
}

.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-0-5 {
  margin-left: 0.5rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin-top */
.mt-00 {
  margin-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

/* padding-top**/
.pt-40 {
  padding-top: 4rem;
}

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

.pt-120 {
  padding-top: 12rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media print, screen and (min-width: 769px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .u-align-baseline_sp {
    align-items: baseline;
  }

  .u-align-end_sp {
    align-items: end;
  }

  .justify-center_sp {
    justify-content: center;
  }

  .font46_sp {
    font-size: 4.6rem !important;
  }

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

  .fz-14_sp {
    font-size: 1.4rem !important;
  }

  .fz-24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

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

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

  .mb-20_sp {
    margin-bottom: 2rem !important;
  }

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

  .mb-30_sp {
    margin-bottom: 3rem !important;
  }

  .mb-35_sp {
    margin-bottom: 3.5rem !important;
  }

  .mb-40_sp {
    margin-bottom: 4rem !important;
  }

  .mb-45_sp {
    margin-bottom: 4.5rem !important;
  }

  .mb-50_sp {
    margin-bottom: 5rem !important;
  }

  .mb-60_sp {
    margin-bottom: 6rem !important;
  }

  .mb-55_sp {
    margin-bottom: 5.5rem !important;
  }

  .mb-65_sp {
    margin-bottom: 6.5rem !important;
  }

  .mb-70_sp {
    margin-bottom: 7rem !important;
  }

  .mb-80_sp {
    margin-bottom: 8rem !important;
  }

  .mb-85_sp {
    margin-bottom: 8.5rem !important;
  }

  .mb-90_sp {
    margin-bottom: 9rem !important;
  }

  .mb-100_sp {
    margin-bottom: 10rem !important;
  }

  .mb-120_sp {
    margin-bottom: 12rem !important;
  }

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

  .mt-40_sp {
    margin-top: 4rem !important;
  }

  .mt-30_sp {
    margin-top: 3rem !important;
  }

  .ms-0_sp {
    margin-left: 0 !important;
  }

  .ms-20_sp {
    margin-left: 2rem !important;
  }

  .mx-auto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pt-20_sp {
    padding-top: 2rem !important;
  }

  .pt-25_sp {
    padding-top: 2.5rem !important;
  }

  .pt-30_sp {
    padding-top: 3rem !important;
  }

  .pt-40_sp {
    padding-top: 4rem !important;
  }

  .pt-50_sp {
    padding-top: 5rem !important;
  }

  .pt-60_sp {
    padding-top: 6rem !important;
  }

  .pt-70_sp {
    padding-top: 7rem !important;
  }

  .pt-80_sp {
    padding-top: 8rem !important;
  }

  .pt-90_sp {
    padding-top: 9rem !important;
  }

  .pt-100_sp {
    padding-top: 10rem !important;
  }

  .pb-0_sp {
    padding-bottom: 0rem !important;
  }

  .pb-40_sp {
    padding-bottom: 4rem !important;
  }

  .pb-50_sp {
    padding-bottom: 5rem !important;
  }

  .pb-60_sp {
    padding-bottom: 6rem !important;
  }

  .pb-80_sp {
    padding-bottom: 8rem !important;
  }

  .px-0_sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-15_sp {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-40_sp {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .ps-0_sp {
    padding-left: 0 !important;
  }

  .ps-20_sp {
    padding-left: 2rem !important;
  }

  .pe-0_sp {
    padding-right: 0 !important;
  }

  .pe-20_sp {
    padding-right: 2rem !important;
  }

  .block_sp {
    display: block !important;
  }

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

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

  .u-gutter {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
.no-border {
  border: 0 !important;
}

/* select **/
.input-checkbox input {
  appearance: none;
  position: relative;
}
.input-checkbox input::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  background-color: #edf2f4;
  border: solid 1px #edf2f4;
  margin-right: 0.5rem;
  position: relative;
  top: 0rem;
}
.input-checkbox input:checked {
  background-color: transparent;
}
.input-checkbox input:checked::before {
  background-color: transparent;
}
.input-checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1.1rem;
  display: inline-block;
  border: solid 2px #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  border-radius: 2px;
  margin-right: 0.5rem;
}

/** font util **/
.fz-14 {
  font-size: 1.4rem;
  line-height: 2;
}

.fz-20 {
  font-size: 2rem;
}

.fz-32 {
  font-size: 3.2rem;
}

.fz-28 {
  font-size: 2.8rem;
}

.fz-36 {
  font-size: 3.6rem;
}

.fz-40 {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .fz-28_sp {
    font-size: 2.8rem !important;
  }

  .fz-20_sp {
    font-size: 2rem !important;
  }
}
.c-cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  background-color: var(--yellow);
  font-size: 2.4rem;
  gap: 1rem;
  font-weight: 700;
  width: fit-content;
  height: 6.5rem;
  padding: 1.6rem 4.8rem;
  border-radius: 10rem;
  white-space: nowrap;
  position: relative;
  margin-top: 1.3rem;
}
.c-cta-button--type2 {
  background: #043D78;
  color: #fff;
}
.c-cta-button--type3 {
  color: #043D78;
}
.c-cta-button--center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-cta-button {
    letter-spacing: 0.1em;
    width: 100%;
    height: 6.4rem;
    font-size: 2.4rem;
  }
  .c-cta-button img {
    width: 2.4rem;
  }
}

.c-cta-button-text {
  text-align: center;
  position: absolute;
  border: 1px solid #000;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .c-cta-button-text {
    margin-top: 1.6rem;
    top: -1.8rem;
  }
}
.c-cta-button-text--white {
  color: #fff;
}

.c-section {
  background: #F8F9FA;
  padding: 6.4rem 0 8rem;
}
.c-section--white {
  background-color: #fff;
}
.c-section--blue {
  background-color: var(--blue);
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 4rem 0;
  }
}

.c-section-heading {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    margin-bottom: 2.4rem;
  }
}
.c-section-heading--white {
  color: #fff;
}
.c-section-heading__main {
  font-size: 4.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-section-heading__main {
    font-size: 3.2rem;
  }
}
.c-section-heading__sub {
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-section-heading__sub {
    text-align: left;
  }
}

.c-cta {
  width: fit-content;
  margin: auto;
  text-align: center;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
:root {
  --color: #000000;
  --font-size: 1.6rem;
  --background-color: #ffffff;
  --gutter: 24px;
  --primary: #B90000;
  --secondary: #ffeb00;
  --red: #db0000;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: var(--background-color);
  font-size: var(--font-size);
  color: var(--color);
  line-height: 1.5;
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
input[type=submit]:hover {
  opacity: 0.7;
}

p {
  line-height: 1.75;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}

video {
  max-width: 100%;
}

button {
  appearance: none;
  border: 0;
}

.footer {
  padding: 4.7rem 0 4.5rem;
  text-align: center;
}
.footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #464646;
  margin-top: 2.7rem;
}

/*# sourceMappingURL=common.css.map */
