@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  vertical-align: bottom;
}

div,
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

span {
  display: inline-block;
}

ol,
ul,
li {
  list-style: none;
  list-style-type: none;
}

p,
a,
h1,
h2,
h3,
h4,
li,
div,
span,
dt,
dd,
th,
td {
  text-align: left;
}

a {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 100%;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

:root {
  --header-height: 9.3rem;
}

@media screen and (max-width: 1200px) {
  :root {
    --header-height: 7.4rem;
  }
}

@media screen and (max-width: 960px) {
  :root {
    --header-height: 5.9rem;
  }
}

html {
  font-size: 10px;
  line-height: 0;
  background: #fff;
}

body {
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.3333333333;
  letter-spacing: 0.2333333333em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }

  body {
    line-height: 1.8571428571;
    letter-spacing: 0.2em;
  }
}

a {
  color: #000;
  display: inline-block;
}

@media screen and (min-width: 961px) {
  a:not([class]) {
    transition: opacity ease 0.3s;
  }

  a:not([class]):hover {
    opacity: 0.7;
  }
}

picture {
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.js-fadein-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.is-fadein {
  opacity: 1;
  transform: translate(0);
}

/* layout
---------------------- */
.l-container {
  padding: 12rem 0 0;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8rem;
}

.l-inner::before {
  content: "";
  width: 0.3rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.l-title-box {
  font-weight: bold;
  margin-bottom: 6rem;
}

.l-title {
  font-size: 4rem;
  line-height: 1.625;
  text-align: center;
}

.l-title-sub {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  letter-spacing: 0.15em;
}

.l-bg-triangle {
  position: relative;
  overflow: hidden;
}

.l-bg-triangle::before {
  position: absolute;
  content: "";
  display: block;
  border-style: solid;
  top: 5.5rem;
  border-width: 0 267rem 100rem 0;
  border-color: #ffff4e transparent;
}

.l-header_left {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.l-header_title img {
  max-width: 20.2rem;
}

.l-header_kaiin-link {
  background-color: #c9151e;
  color: #fff;
  font-size: 1.7rem;
  padding: 0 4.3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .l-bg-triangle::before {
    top: 54rem;
    border-width: 0 300rem 253rem 0;
  }
}

@media screen and (max-width: 750px) {
  .l-inner {
    padding: 0 2.4rem;
  }

  .l-inner::before {
    width: 0.2rem;
    height: 11rem;
  }

  .l-title-box {
    margin-bottom: 8.6rem;
  }

  .l-title {
    font-size: 4.5rem;
  }

  .l-title-sub {
    font-size: 2rem;
  }

  .l-header_title img {
    max-width: 9rem;
  }
}

/* component
---------------------- */
.c-dots {
  position: relative;
  line-height: 1.3;
}

.c-dots::before {
  content: "";
  position: absolute;
  font-style: initial;
  top: 0;
  left: 10rem;
  background-color: #ebff01;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  line-height: 1;
}

.c-btn {
  cursor: pointer;
}

@media screen and (max-width: 750px) {

  .c-btn,
  .c-btn img {
    width: 66.2rem;
  }
}

/* header
---------------------- */
.p-header {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 4rem;
  width: 100%;
}

.p-header_logo,
.p-header_no1 {
  max-width: 20.7rem;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .p-header {
    padding: 2rem 2rem;
  }

  .p-header__nav-item-sp-text {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.47;
  }

  .p-header_logo,
  .p-header_no1 {
    max-width: 24.2rem;
  }
}

/* mv
---------------------- */
.p-mv {
  position: relative;
}

.p-mv__inner {
  position: absolute;
  inset: 0;
  display: flex;
  max-width: 179rem;
  padding: 0 5rem;
  margin: 0 auto;
  justify-content: space-between;
}

.p-mv__inner-head__title-maintitle-box {
  display: flex;
  align-items: center;
  position: absolute;
  line-height: 1;
  bottom: 15vw;
  gap: 0.8823vw;
}

.p-mv__title-maintitle-top {
  font-size: 2.5vw;
  margin: 0px 0 1rem 0;
}

.p-mv__title-maintitle-mid {
  display: flex;
  align-items: baseline;
}

.p-mv__title-maintitle-mid-top {
  /* font-size: 15.7rem; */
  font-size: 9.2352vw;
  line-height: 1;
  letter-spacing: 0;
}

.p-mv__title-maintitle-mid-btm {
  font-size: 2.14vw;
  /* font-size: 4.1rem; */
}

.p-mv__title-maintitle-img {
  width: 10.52vw;
  /* width: 20.2rem; */
  height: fit-content;
}

.p-mv__title-maintitle-btm,
.p-mv__title-maintitle-mid-aster {
  position: absolute;
}

.p-mv__title-maintitle-mid-aster {
  font-size: 1vw;
}

.p-mv__title-maintitle-btm {
  bottom: 0;
  font-size: 0.8vw;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.p-mv-btn {
  position: absolute;
  bottom: 6vw;
  left: 12.12vw;
  width: 32.65vw;
  /* left: 20.6rem; width: 55.5rem;  */
}

.p-mv__bg {
  height: 100%;
}

.p-mv__bg img {
  width: 100%;
}

@media screen and (min-width: 1701px) {
  .p-mv__inner {
    max-width: 197.7rem;
  }

  .p-mv-btn {
    width: fit-content;
  }
}

@media screen and (max-width: 1080px) {
  .p-mv__inner {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 750px) {
  .p-mv__inner-head__title-maintitle-box {
    top: 29.5rem;
    left: 1rem;
    bottom: auto;
    gap: 1.5rem;
  }

  .p-mv__title-maintitle-top {
    font-size: 4.1rem;
    margin: 0 0 2.5rem 0;
  }

  .p-mv__title-maintitle-mid-top {
    font-size: 13.3rem;
  }

  .p-mv__title-maintitle-mid-btm {
    font-size: 5rem;
  }

  .p-mv__title-maintitle-img {
    width: 18.1rem;
    padding: 1rem 0 0;
  }

  .p-mv__title-maintitle-mid-aster {
    font-size: 2rem;
  }

  .p-mv__title-maintitle-btm {
    font-size: 1.8rem;
  }

  .p-mv-btn {
    position: absolute;
    bottom: 6rem;
    left: 4rem;
    width: 65.8rem;
  }
}


/* merit
---------------------- */
.p-merit {
  background-color: #c9151e;
  padding: 12rem 0 7rem;
  position: relative;
}

.p-merit__inner::before {
  background-color: #fff;
}

.p-merit__title-box {
  color: #fff;
}

.p-merit__feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-merit__feature-box {
  width: 48%;
  position: relative;
  margin: 0 0 5rem 0;
}

.p-merit__feature-box-num {
  background-color: #3b3b3b;
  color: #fff;
  border: #fff solid 1px;
  border-radius: 0 1rem 0 0;
  text-align: center;
  position: absolute;
  top: -2rem;
  padding: 1.1rem 2.3rem 0.8rem;
  display: flex;
  align-items: baseline;
  font-weight: bold;
}

.p-merit__feature-box-num-l {
  line-height: 1;
}

.p-merit__feature-box-num-r {
  line-height: 1;
  font-size: 2.3rem;
  padding: 0 0 0 1rem;
}

.p-merit__feature-box__inner {
  display: flex;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem 2rem 3rem;
  gap: 2rem;
  height: 100%;
}

.p-merit__feature-box__inner-box-text {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.6rem;
}

.p-merit__feature-box__inner-box-title {
  font-size: 2.3rem;
  line-height: 1.65;
  margin: 0 0 1.5rem 0;
}

.p-merit__feature-box__inner-box-text-sub {
  font-size: 1.2rem;
  padding: 1rem 0 0 0;
}

@media screen and (max-width: 1080px) {
  .p-merit__feature {
    flex-direction: column;
  }

  .p-merit__feature-box {
    width: 100%;
    margin: 0 0 7.5rem 0;
  }

  .p-merit__feature-box__inner {
    max-width: 100%;
    gap: 3rem;
    padding: 5rem 2rem 4rem;
  }

  .p-merit__feature-box-num {
    padding: 1.5rem 3rem 1rem;
    top: -4rem;
  }

  .p-merit__feature-box-num-l {
    font-size: 2.2rem;
  }

  .p-merit__feature-box-num-r {
    font-size: 3.2rem;
    padding: 0 0 0 1rem;
  }

  .p-merit__feature-box__inner-box img {
    width: 23.5rem;
  }

  .p-merit__feature-box__inner-box-title {
    font-size: 3.3rem;
  }

  .p-merit__feature-box__inner-box-text {
    font-size: 2.8rem;
    flex: 1;
  }

  .p-merit__feature-box__inner-box-text-sub {
    font-size: 1.7rem;
    padding: 2rem 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  .p-merit__title {
    margin: 0 0 3rem 0;
  }

}

/* comparison
---------------------- */
.p-comparison {
  position: relative;
  padding: 12rem 0 16rem;
}

.p-comparison__inner::before {
  background-color: #868686;
}

.p-comparison__feature-box__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-comparison__feature-box__inner-box-title {
  font-size: 2.6rem;
  line-height: 1.53;
  margin: 0 0 2.5rem 0;
}

.p-comparison__feature-box__inner-box-text {
  font-size: 1.6rem;
  line-height: 1.75;
  max-width: 37rem;
}

@media screen and (max-width: 960px) {
  .p-comparison__feature-box__inner {
    flex-direction: column;
  }

  .p-comparison__feature-box__inner-box,
  .p-comparison__feature-box__inner-box img {
    width: 100%;
  }

  .p-comparison__feature-box__inner-box-text {
    max-width: 100%;
    margin: 0 0 4rem 0;
  }
}

@media screen and (max-width: 750px) {
  .p-comparison {
    position: relative;
    padding: 12rem 0;
  }

  .p-comparison__feature-box__inner-box-title {
    font-size: 4rem;
    margin: 0 0 3rem 0;
  }

  .p-comparison__feature-box__inner-box-text {
    font-size: 2.8rem;
    margin: 0 0 6rem 0;
  }
}

/* howto
---------------------- */
.p-howto {
  background-color: #ecf4f6;
  position: relative;
  padding: 12rem 0 14rem;
}

.p-howto__inner::before {
  background-color: #898d8e;
}

.p-howto__title-box {
  margin-bottom: 4.2rem;
}

.p-howto__feature-box__inner {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.p-howto__feature-box__item-num {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 2.6rem;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  padding: 0.5rem 0 0 0.1rem;
  text-align: center;
  margin: 0 auto 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
}

.p-howto__feature-box__item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-howto__feature-box__item-box-img {
  margin: 0 0 1.5rem 0;
}

.p-howto__feature-box__item-box-title {
  font-size: 2.6rem;
  line-height: 1.3461;
  text-align: center;
}

.p-howto__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55.3rem;
  height: 11.5rem;
  max-width: 100%;
  background: no-repeat center/100% url(../images/howto/triangle.png);
  padding-bottom: 2rem;
  position: absolute;
  bottom: -5.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-howto__next-text {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .p-howto {
    padding: 12rem 0 8rem;
  }

  .p-howto__title-box {
    margin-bottom: 6rem;
  }

  .p-howto__feature {
    margin: 0 0 4rem 0;
  }

  .p-howto__feature-box__inner {
    flex-direction: column;
    gap: 0;
  }

  .p-howto__feature-box__item {
    width: 100%;
    margin: 0 0 8rem 0;
  }

  .p-howto__feature-box__item-box {
    flex-direction: initial;
    gap: 4rem;
  }

  .p-howto__feature-box__item-num {
    font-size: 3.2rem;
    border-radius: 50%;
    width: 7.9rem;
    height: 7.9rem;
    padding: 0.5rem 0 0 0.4rem;
    margin: 0 auto 1.5rem;
  }

  .p-howto__feature-box__item-box-img img {
    width: 35rem;
  }

  .p-howto__feature-box__item-box-title {
    text-align: left;
    flex: 1;
    font-size: 4rem;
  }

  .p-howto__next {
    width: 70rem;
    height: 15.1rem;
    bottom: -7.5rem;
  }

  .p-howto__next-text {
    font-size: 4rem;
  }
}

/* consult
---------------------- */
.p-consult {
  padding: 10rem 0 4.5rem;
}

.p-consult__list-box {
  border: #f8625b 3px solid;
  border-radius: 2rem;
  position: relative;
  margin: 0 0 8.5rem 0;
}

.p-consult__list-box::after {
  position: absolute;
  content: "";
  bottom: -3.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: #f8625b solid 3.2rem;
  border-left: transparent solid 12rem;
  border-right: transparent solid 12rem;
}

.p-consult__list-box__inner {
  max-width: 100.5rem;
  margin-left: auto;
  padding: 6rem 27rem 6rem 4rem;
}

.p-consult__list-item {
  position: relative;
  padding: 0 0 0 4rem;
  font-size: 2.3rem;
  line-height: 1.21;
  letter-spacing: .15em;
  font-weight: bold;
  margin: 0 0 3rem 0;
}

.p-consult__list-item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 2.4rem;
  height: 2.2rem;
  display: inline-block;
  background: no-repeat center/100% url(../images/consult/icon.png);
}

.p-consult__list-item:last-child {
  margin: 0;
}

.p-consult__list-box__img {
  position: absolute;
  right: 4rem;
  bottom: 1rem;
  width: fit-content;
}

.p-consult__result-text {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .p-consult__list-box__inner {
    padding: 4rem 2rem 29rem;
  }

  .p-consult__list-box__img {
    right: 0;
    left: 0;
    bottom: 2.5rem;
    margin: 0 auto;
  }

  .p-consult__list-box__img img {
    width: 23.1rem;
  }
}

@media screen and (max-width: 750px) {
  .p-consult {
    padding: 12rem 0 6.5rem;
  }

  .p-consult__list-item {
    padding: 0 0 0 6rem;
    font-size: 3.3rem;
    line-height: 1.63;
    letter-spacing: .05em;
  }

  .p-consult__list-item::before {
    top: 1.4rem;
    width: 3.8rem;
    height: 3.5rem;
  }
}

/* consult-btm
---------------------- */
.p-consult-btm {
  background-color: #ecf4f6;
  padding: 0 0 7.5rem;
}

.p-consult-btm__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.p-consult-btm__box-item {
  margin: -1.5rem 0 0 0;
  max-width: 19.7rem;
  width: 100%;
}

.p-consult-btm__box-text {
  padding: 2rem 0 0 0;
}

.p-consult-btm__box-text-p {
  font-size: 2.3rem;
  line-height: 1.73;
}

.p-consult-btm__btn {
  text-align: center;
  margin: 0 0 0 4rem;
  padding: 1rem 0 0 0;
}

.p-consult-btm__btn a {
  background-color: #fff;
  display: flex;
  max-width: 45.1rem;
  margin: 0 auto;
  position: relative;
}

.p-consult-btm__btn-img {
  max-width: 14.3rem;
  height: fit-content;
}

.p-consult-btm__btn-text {
  padding: 2.45rem 0 2.45rem 2.3rem;
  letter-spacing: 0.15em;
  line-height: 1;
}

.p-consult-btm__btn-text-top {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}

.p-consult-btm__btn-text-btm {
  font-weight: bold;
}

.p-consult-btm__btn-text-arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #606060;
  border-right: 2px solid #606060;
  transform: rotate(45deg);
  position: absolute;
  right: 3rem;
  bottom: 2.7rem;
}


@media screen and (max-width: 750px) {
  .p-consult-btm__box {
    margin: 0 0 5rem 0;
  }

  .p-consult-btm__box-item {
    margin: -11.5rem 0 0 0;
  }

  .p-consult-btm__box-item img {
    width: 23.6rem;
  }

  .p-consult-btm__box-text {
    flex: 1;
    padding: 6rem 0 0 0;
  }

  .p-consult-btm__box-text-p {
    font-size: 3.3rem;
    line-height: 1.636;
    letter-spacing: 0.05em;
  }

  .p-consult-btm__btn {
    margin: 0;
  }

  .p-consult-btm__btn a {
    max-width: 100%;
  }

  .p-consult-btm__btn-img {
    max-width: 22.4rem;
    height: fit-content;
  }

  .p-consult-btm__btn-text {
    padding: 3.4rem 0 3.4rem 3.4rem;
  }

  .p-consult-btm__btn-text-top {
    font-size: 2.3rem;
    margin: 0 0 1.5rem 0;
  }

  .p-consult-btm__btn-text-btm {
    font-size: 2.6rem;
  }

  .p-consult-btm__btn-text-arrow {
    width: 1.5rem;
    height: 1.5rem;
    right: 4.8rem;
    bottom: 4.5rem;
  }
}

/* register
---------------------- */
.p-register {
  background-image: url(../images/register/bg.jpg);
  background-repeat: no-repeat;
  padding: 20.7rem 0 21rem;
  background-size: cover;
}

.p-register__title {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 0 0 5rem 0;
}

@media screen and (max-width: 750px) {
  .p-register {
    background-image: url(../images/register/bg_sp.jpg);
    padding: 22.75rem 0 23rem;
  }

  .p-register__title {
    font-size: 4.5rem;
    letter-spacing: 0.05em;
  }
}

/* fixed
---------------------- */
.p-fixed__btn {
  position: fixed;
  bottom: 0;
  background-color: #c9151e;
  width: 100%;
}

.p-fixed__btn a{
  padding: 2.75rem 0;
  width: 100%;
}

.p-fixed__btn p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .p-fixed__btn {
    padding: 2.6rem 0;
  }

  .p-fixed__btn p {
    font-size: 2.8rem;
  }
}



/* modal
---------------------- */
.form-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  padding: 4rem 0;
  z-index: 9999;
}

.form-modal-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.form-modal-outer {
  position: relative;
  max-width: 100%;
  width: 100rem;
  height: 100%;
  padding: 0 11rem;
  margin: 0 auto;
  z-index: 10;
}

.form-modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 7rem 9.5rem 17.5rem 9rem;
}

.form-modal__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 3rem 0;
}

.form-modal.is-open {
  display: block;
  transition: all .4s;
}

.form-modal-close {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 7rem;
  height: 7rem;
  background-color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-modal-close::before,
.form-modal-close::after {
  content: "";
  width: 4rem;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.form-modal-close::before {
  transform: rotate(45deg);
}

.form-modal-close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .form-modal-outer {
    overflow-y: scroll;
  }

  .form-modal-inner {
    padding: 8rem 2rem 8rem 4rem;
  }

  .form-modal__title {
    font-size: 3rem;
  }
}



/* footer
---------------------- */
.p-footer {
  padding: 0 0 7.5rem 0;
}

.p-footer__text {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #1a1a1a;
  padding: 2rem 0 2.2rem;
}

@media screen and (max-width: 750px) {
  .p-footer {
    padding: 0 0 8rem 0;
  }

  .p-footer__text {
    font-size: 1.7rem;
    letter-spacing: 0.15em;
    padding: 3.4rem 0 5rem;
  }
}


/* utility
---------------------- */
@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .u-sp {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 960px) {
  .u-mt-0-sp {
    margin-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

.u-ml-5rem {
  margin-left: 5rem !important;
}

.u-ml-6rem {
  margin-left: 6rem !important;
}

.u-ml-7rem {
  margin-left: 7rem !important;
}

.u-ml-8rem {
  margin-left: 8rem !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 961px) {
  .u-pb-0re-pc {
    padding-bottom: 0rem !important;
  }

  .u-pb-1rem-pc {
    padding-bottom: 1rem !important;
  }

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

  .u-pb-3rem-pc {
    padding-bottom: 3rem !important;
  }

  .u-pb-4rem-pc {
    padding-bottom: 4rem !important;
  }

  .u-pb-5rem-pc {
    padding-bottom: 5rem !important;
  }

  .u-pb-6rem-pc {
    padding-bottom: 6rem !important;
  }

  .u-pb-7rem-pc {
    padding-bottom: 7rem !important;
  }

  .u-pb-8rem-pc {
    padding-bottom: 8rem !important;
  }
}

@media screen and (max-width: 960px) {
  .u-pb-0re-sp {
    padding-bottom: 0rem !important;
  }

  .u-pb-1rem-sp {
    padding-bottom: 1rem !important;
  }

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

  .u-pb-3rem-sp {
    padding-bottom: 3rem !important;
  }

  .u-pb-4rem-sp {
    padding-bottom: 4rem !important;
  }

  .u-pb-5rem-sp {
    padding-bottom: 5rem !important;
  }

  .u-pb-6rem-sp {
    padding-bottom: 6rem !important;
  }

  .u-pb-7rem-sp {
    padding-bottom: 7rem !important;
  }

  .u-pb-8rem-sp {
    padding-bottom: 8rem !important;
  }
}

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

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

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

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

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

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

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

.u-pr-0rem {
  padding-right: 0rem !important;
}

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

.u-pr-2rem {
  padding-right: 2rem !important;
}

.u-pr-3rem {
  padding-right: 3rem !important;
}

.u-pr-4rem {
  padding-right: 4rem !important;
}

.u-pr-5rem {
  padding-right: 5rem !important;
}

.u-pr-6rem {
  padding-right: 6rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

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

.u-ff-notoSerif {
  font-family: "Noto Serif JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

.u-ff-leagueSpartan {
  font-family: 'League Spartan', sans-serif !important;
}

.u-fs-220per {
  font-size: 220% !important;
}

.u-fc-white {
  color: #fff;
}

.u-fc-gray {
  color: #808080;
}

.u-fc-red {
  color: #d04141;
}

.u-fc-salmonPink {
  color: #f8625b;
}

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

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

@media screen and (max-width: 960px) {
  .u-ta-center-sp {
    text-align: center !important;
  }
}

.u-w-100 {
  width: 100% !important;
}

@media screen and (max-width: 960px) {
  .u-w-100-sp {
    width: 100% !important;
  }
}

.u-bg-yellow {
  background-color: #E5C333;
}

.u-bg-red {
  background-color: #DC000C;
}

@media screen and (min-width: 961px) {
  .u-flexDirection-rowReverse-pc {
    flex-direction: row-reverse !important;
  }
}

.u-form-between {
  justify-content: space-between !important;
}

.u-form-start {
  justify-content: flex-start !important;
}

.u-form-flexwrap {
  flex-wrap: wrap !important;
}

@media screen and (max-width: 960px) {
  .u-form-between-sp {
    justify-content: space-between !important;
  }
}

.u-readonly:focus {
  box-shadow: 0 0 0 0.3rem #c9c9c9 inset !important;
}

@media screen and (max-width: 960px) {
  .u-translatey-2rem-sp {
    transform: translateY(-2rem);
  }
}

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