@charset "UTF-8";
*, ::before, ::after {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

html {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  overflow-x: hidden;
}

html, body {
  min-height: 100dvh;
}

body {
  color: #000;
  background-color: #151515;
  display: flex;
  flex-flow: column nowrap;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: min(3.7333333333vw, 14px);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #ed1c25;
}

a:active {
  color: #000;
}

a {
  text-decoration: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  list-style-type: none;
  padding-left: 0px;
}

h1 {
  display: block;
  font-weight: bold;
  margin: 0px auto 0;
  text-align: center;
}

h2 {
  font-weight: bold;
  font-size: min(4.8vw, 18px);
  margin-bottom: 10px;
  margin-top: 30px;
}

h3 {
  font-weight: normal;
}

h4 {
  font-weight: normal;
}

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

.kome {
  padding-left: 1.1em;
  position: relative;
}
.kome::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
.comBtnContainer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}
.comBtnContainer li {
  display: flex;
  width: 100%;
}
.comBtnContainer li + li {
  margin-top: 10px;
}
.comBtnContainer .comBtnLay {
  border-radius: 50px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(4.8vw, 18px);
  letter-spacing: -0.7px;
  margin-right: auto;
  margin-left: auto;
  min-height: 60px;
  padding: min(2.6666666667vw, 10px) min(5.3333333333vw, 20px);
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s;
  width: 100%;
}
.comBtnContainer .comBtnLay:active, .comBtnContainer .comBtnLay:visited {
  color: #fff;
}
.comBtnContainer .comBtnLay:not(.gray):not(.disabled) {
  background: #ed1c25;
  border: 1px #fa6e75 solid;
}
.comBtnContainer .comBtnLay:not(.gray):not(.disabled):hover {
  background: #fa6e75;
}
.comBtnContainer .comBtnLay.gray, .comBtnContainer .comBtnLay.disabled {
  background: #828282;
  border: 1px #9b9b9b solid;
}
.comBtnContainer .comBtnLay.gray:hover, .comBtnContainer .comBtnLay.disabled:hover {
  background: #b0aeae;
}
.comBtnContainer .comBtnLay:not(.w400) {
  max-width: 280px;
}
.comBtnContainer .comBtnLay.w400 {
  max-width: 400px;
}
.comBtnContainer .comBtnLay:hover {
  cursor: pointer;
  text-decoration: none;
}
.comBtnContainer .comBtnLay:focus {
  outline: none;
}
.comBtnContainer .comBtnLay:active {
  transition: none;
}
.comBtnContainer .comBtnLay:visited {
  text-decoration: none;
}

header {
  position: relative;
  text-align: center;
  margin: 0 auto 0px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  header {
    background: url(../img/header_pc.jpg) no-repeat center center;
    background-size: 100% auto;
    min-height: min(28.5601888277vw, 363px);
  }
}
@media screen and (max-width: 768px) {
  header {
    background: url(../img/header_sp.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 54.78%;
  }
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(13.3333333333vw, 50px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
main .comContentsContainer {
  background: #fff;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin-top: min(6.6666666667vw, 25px);
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main {
    padding: 0 40px 0px;
  }
  main .comContentsContainer {
    border: #ed1c25 solid 10px;
    border-radius: 40px;
    padding: 36px;
  }
}
@media screen and (max-width: 768px) {
  main:not(.enqform) {
    padding: 0 min(2.6666666667vw, 10px) 0px;
  }
  main:not(.enqform) .comContentsContainer {
    border: #ed1c25 solid min(2.1333333333vw, 8px);
    border-radius: min(8vw, 30px);
    padding: min(5.3333333333vw, 20px);
  }
  main.enqform .comContentsContainer {
    background: none;
    border: none;
    margin-top: 0;
    padding: 0;
  }
}

.comPageContentDL {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
.comPageContentDL dt {
  font-size: min(5.8666666667vw, 22px);
  font-weight: bold;
  text-align: center;
}
.comPageContentDL dd {
  margin-top: 15px;
}
.comPageContentDL dd p {
  text-align: center;
}
.comPageContentDL dd p + p {
  margin-top: 1em;
}
@media screen and (min-width: 413px) {
  .comPageContentDL dt br {
    display: none;
  }
}
footer {
  margin: auto auto min(2.6666666667vw, 10px);
  text-align: center;
  width: 100%;
}
footer img {
  max-width: 100px;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.loadings {
  background-color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  width: 100vw;
  z-index: 999;
}
.loadings.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 25px;
}

.loading__img {
  -webkit-animation: fuwafuwa 2s infinite ease-in-out both;
  animation: fuwafuwa 2s infinite ease-in-out both;
}

.loading__text {
  -webkit-transform: rotate(0.07deg);
  transform: rotate(0.07deg);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.loading__text span {
  display: block;
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.loading__text.-visible span {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.loading__text span:nth-child(2) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.loading__text span:nth-child(3) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.loading__text span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.loading__text span:nth-child(5) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.loading__text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.loading__text span:nth-child(7) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
  width: 0.3em;
}
.loading__text span:nth-child(8) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
.loading__text span:nth-child(9) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.loading__text span:nth-child(10) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.loading__text span:nth-child(11) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.loading__text span:nth-child(12) {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}
.loading__text span:nth-child(13) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
.loading__text span:nth-child(14) {
  -webkit-transition-delay: 0.78s;
  transition-delay: 0.78s;
}
.loading__text span:nth-child(15) {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
  width: 0.3em;
}
.loading__text span:nth-child(16) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}