@charset "UTF-8";
/*--------------------------------------------------- */
/* 文字が現れる */
/*--------------------------------------------------- */
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes {
  0% {
    width: 100%;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt-defalut {
  0% {
    opacity: 1;
  }
}
.passing .passing-box {
  display: block;
  text-align: center;
}
.passing .passing-bar {
  position: relative;
  display: inline-block;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  opacity: 0.8;
}
.passing .passing-txt {
  opacity: 0;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
.passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

@font-face {
  font-family: "rodinb";
  font-display: swap;
  src: url("/common/font/rodin-b.woff") format("woff"), url("/common/font/rodin-b.otf") format("truetype");
}
/*--------------------------------------------------- */
/* 文字が現れる */
/*--------------------------------------------------- */
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes {
  0% {
    width: 100%;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt-defalut {
  0% {
    opacity: 1;
  }
}
.passing .passing-box {
  display: block;
  text-align: center;
}
.passing .passing-bar {
  position: relative;
  display: inline-block;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  opacity: 0.8;
}
.passing .passing-txt {
  opacity: 0;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
.passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

div.formError {
  z-index: 99;
}

/*--------------------------------------------------- */
/* 文字が現れる */
/*--------------------------------------------------- */
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes {
  0% {
    width: 100%;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt-defalut {
  0% {
    opacity: 1;
  }
}
.passing .passing-box {
  display: block;
  text-align: center;
}
.passing .passing-bar {
  position: relative;
  display: inline-block;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  opacity: 0.8;
}
.passing .passing-txt {
  opacity: 0;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
.passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

/*--------------------------------------------------- */
/* contactForm */
/*--------------------------------------------------- */
#contactForm dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contactForm dt {
  width: 260px;
  border-bottom: 1px solid #119de6;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
#contactForm dt:nth-of-type(1) {
  border-top: 1px solid #119de6;
}
#contactForm .must:after {
  content: "必須";
  background-color: #d31f1f;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 8px;
  position: absolute;
  right: 0px;
  line-height: 1em;
}
@media all and (-ms-high-contrast: none) {
  #contactForm .must:after {
    padding: 8px 8px 4px;
  }
}
#contactForm .upper {
  align-items: baseline;
}
#contactForm dd {
  width: calc(100% - 260px);
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
  font-size: 1.5rem;
  align-items: center;
}
#contactForm dd:nth-of-type(1) {
  border-top: 1px solid #dddddd;
  /* style */
}
#contactForm dt, #contactForm dd {
  padding: 24px;
  line-height: 1.2em;
}
#contactForm dt:nth-last-of-type(1), #contactForm dd:nth-last-of-type(1) {
  border-bottom: 0;
}
#contactForm .notice {
  color: #f20000;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
}
#contactForm [type="text"], #contactForm textarea, #contactForm [type="email"], #contactForm [type="tel"], #contactForm [type="number"], #contactForm select {
  background-color: #f0f0f0;
  border: 1px solid #acacac;
  padding: 8px;
  min-height: 40px;
}
#contactForm [type="text"], #contactForm textarea, #contactForm [type="email"], #contactForm [type="tel"], #contactForm select {
  width: 100%;
}
#contactForm [type="number"] {
  max-width: 114px;
}
#contactForm [name="year"] {
  max-width: 114px;
}
#contactForm [name="month"], #contactForm [name="day"] {
  max-width: 76px;
}
#contactForm .labelWrap {
  display: flex;
  flex-direction: column;
}
#contactForm .labelWrap label {
  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
}
#contactForm .labelWrap label input {
  cursor: pointer;
  margin-right: 4px;
}
#contactForm .labelWrap label {
  margin-bottom: 10px;
}
#contactForm .labelWrap label:nth-last-of-type(1) {
  margin-bottom: 0;
}
#contactForm .birth .flex3 {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
#contactForm span {
  margin-left: 6px;
}
#contactForm .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-decoration: none;
  background: #ffa125;
  text-align: center;
  border: 1px solid #ffa125;
  color: #fff;
  transition: all 0.5s ease;
  max-width: fit-content;
  max-width: 155px;
  height: 47px;
  margin: 30px auto 0;
  position: relative;
}
@media (min-width: 769px) {
  #contactForm .btn:hover {
    background: #fff;
    color: #ffa125;
    border: 1px solid #ffa125;
    box-shadow: none;
  }
}
#contactForm .btn input {
  display: inline-block;
  padding: 12px 16px;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  position: relative;
}
#contactForm .none {
  display: none;
}

@media (max-width: 768px) {
  #contactForm .catch p {
    margin-top: 30px;
  }
  #contactForm form {
    margin-top: 30px;
  }
  #contactForm .must:after {
    position: relative;
    right: 0;
    margin-left: 8px;
    /* style */
  }
  #contactForm dt, #contactForm dd {
    border: 0;
    width: 100%;
    padding: 0;
  }
  #contactForm dd {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 24px;
  }
  #contactForm dt {
    padding-top: 24px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  #contactForm dt br {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #contactForm .catch h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  #contactForm .catch h3:before {
    width: 42px;
    height: 27px;
    /* style */
  }
}
/*--------------------------------------------------- */
/* thanks */
/*--------------------------------------------------- */
#thanks {
  margin-top: 100px;
}

#thanks {
  margin-bottom: 100px;
}
#thanks img {
  max-width: 350px;
  margin: auto;
}
#thanks p {
  max-width: 700px;
  margin: 30px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
#thanks .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-decoration: none;
  background: #0775e2;
  text-align: center;
  border: 1px solid #0775e2;
  color: #fff;
  transition: all 0.5s ease;
  max-width: fit-content;
  cursor: pointer;
  height: 50px;
  max-width: 250px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 70px auto 0;
  line-height: 1em;
  padding-top: 4px;
}
@media (min-width: 769px) {
  #thanks .btn:hover {
    background: #fff;
    color: #0775e2;
    border: 1px solid #0775e2;
    box-shadow: none;
  }
}
#thanks .btn input {
  height: 100%;
  width: 100%;
}

section .heading h3 {
  margin-bottom: 40px;
}

.description .contactImg {
  text-align: center;
}
.description .contactImg a {
  display: inline-block;
}
.description .contactImg img {
  max-width: 284px;
  display: block;
  margin: auto;
}

@media (max-width: 480px) {
  .description .noticeBlock {
    margin-top: 70px;
    padding: 16px;
  }
  .description .noticeBlock li {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
    line-height: 1.3em;
  }
  .description .noticeBlock li:nth-of-type(1) {
    margin-top: 0;
    /* style */
  }
}
