@charset "UTF-8";
/*=============================================================
下層共通
=============================================================*/
#container {
  position: relative;
}

#kv.kvsub .outer {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 24/5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #kv.kvsub .outer {
    aspect-ratio: 3/1;
  }
}
@media screen and (max-width: 520px) {
  #kv.kvsub .outer {
    aspect-ratio: 2/1;
  }
}
#kv.kvsub .outer h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#kv.kvsub .outer h2 span {
  display: inline-block;
}
#kv.kvsub .outer h2 span.en {
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(3.125rem, 1.783rem + 2.79vw, 6.25rem);
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #kv.kvsub .outer h2 span.en {
    font-size: 7vw;
  }
}
@media screen and (max-width: 520px) {
  #kv.kvsub .outer h2 span.en {
    font-size: clamp(1.5rem, 0.7rem + 4vw, 2rem);
  }
}
#kv.kvsub .outer h2 span.jp {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: clamp(1.125rem, 0.642rem + 1.01vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-top: -1em;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #kv.kvsub .outer h2 span.jp {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 520px) {
  #kv.kvsub .outer h2 span.jp {
    font-size: clamp(0.75rem, 0.35rem + 2vw, 1rem);
  }
}

/*=============================================================
#contact
=============================================================*/
#kv.kvsub.contact .outer {
  background-color: #f2f2f2;
}
#kv.kvsub.contact .outer h2 span.en {
  color: #fff;
}
#kv.kvsub.contact .outer h2 span.jp {
  color: #ED8537;
}

#contact .outer, #confirm .outer {
  position: relative;
  background: linear-gradient(90deg, #ffefd5 0%, #ffefd5 30%, #fff 30%, #fff 100%);
  box-sizing: border-box;
  padding: min(4vw, 48px) 0 min(8vw, 96px);
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #contact .outer, #confirm .outer {
    padding: 5vw 0 10vw;
  }
}
@media screen and (max-width: 520px) {
  #contact .outer, #confirm .outer {
    padding: 7.5vw 0 15vw;
  }
}

/*=============================================================
#thanks
=============================================================*/
#thanks {
  margin-top: 0;
}
#thanks .outer {
  position: relative;
  background: linear-gradient(90deg, #ffefd5 0%, #ffefd5 30%, #fff 30%, #fff 100%);
  box-sizing: border-box;
  padding: min(4vw, 48px) 0 min(8vw, 96px);
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #thanks .outer {
    padding: 5vw 0 10vw;
  }
}
@media screen and (max-width: 520px) {
  #thanks .outer {
    padding: 7.5vw 0 15vw;
  }
}
#thanks .outer .inner .wrap {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
#thanks .outer .inner .wrap .text_wrap h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ED8537;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #thanks .outer .inner .wrap .text_wrap h3 {
    font-size: 1.125rem;
    text-align: left;
    line-height: 1.8;
  }
}
@media screen and (max-width: 520px) {
  #thanks .outer .inner .wrap .text_wrap h3 {
    font-size: 1rem;
    text-align: left;
    line-height: 1.8;
  }
}
#thanks .outer .inner .wrap .text_wrap p {
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #thanks .outer .inner .wrap .text_wrap p {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #thanks .outer .inner .wrap .text_wrap p {
    text-align: left;
  }
}
#thanks .outer .inner .wrap .info {
  margin-top: min(4vw, 48px);
}
#thanks .outer .inner .wrap .info h4 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #thanks .outer .inner .wrap .info h4 {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #thanks .outer .inner .wrap .info h4 {
    text-align: left;
  }
}
#thanks .outer .inner .wrap .info p {
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #thanks .outer .inner .wrap .info p {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #thanks .outer .inner .wrap .info p {
    text-align: left;
  }
}

/*=============================================================
form
=============================================================*/
#form {
  position: relative;
  text-align: left;
  z-index: 2;
}
#form dd input, #form dd textarea {
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 2.5;
}
#form dd input:focus, #form dd textarea:focus {
  outline: none;
  border-color: #999;
}
#form .wd_100 {
  width: 100%;
}
#form .wd_60 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #form .wd_60 {
    width: 100%;
  }
}
#form .wd_15 {
  width: 15%;
  min-width: 120px;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #form .wd_15 {
    width: 20%;
    min-width: 100px;
  }
}
@media screen and (max-width: 520px) {
  #form .wd_15 {
    min-width: 100px;
  }
}
#form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: min(5vw, 60px);
}
#form dl dt {
  width: 14em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.1));
  box-sizing: border-box;
  padding: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #form dl dt {
    width: 100%;
  }
}
#form dl dt:first-of-type {
  margin-top: 0;
}
#form dl dt span {
  font-size: 0.875rem;
  background-color: #B53C48;
  color: #fff;
  padding: 0 0.5em;
}
#form dl dd {
  width: calc(100% - 15em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #form dl dd {
    width: 100%;
    padding: 1em 0;
  }
}
#form dl dd:first-of-type {
  margin-top: 0;
}
#form dl dd .error_messe {
  width: 100%;
  font-size: 0.875rem;
  color: #B53C48;
  margin-top: 0.5em;
}
#form dl dd.address p:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  #form dl dd.radio_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #form dl dd.radio_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#form dl dd.radio_box .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1em;
}
#form dl dd.radio_box .item input {
  transform: scale(1.2);
  accent-color: #E67300;
}
@media screen and (min-width: 769px) {
  #form dl dd.check_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #form dl dd.check_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#form dl dd.check_box .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1em;
}
#form dl dd.check_box .item input {
  transform: scale(1.2);
  accent-color: #E67300;
}

/*=============================================================
#privacy
=============================================================*/
#contact #privacy {
  aspect-ratio: 8/3;
  overflow-y: scroll;
  margin-top: min(5vw, 60px);
  background-color: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.1));
  box-sizing: border-box;
  border-radius: min(1vw, 12px);
  padding: min(3vw, 36px) 1em;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #contact #privacy {
    aspect-ratio: 16/9;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 520px) {
  #contact #privacy {
    aspect-ratio: 4/3;
    margin-top: 10vw;
  }
}
#contact #privacy h2 {
  font-size: clamp(1.125rem, 0.82rem + 0.63vw, 1.375rem);
  font-weight: bold;
  line-height: 1.8;
  color: #ED8537;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #contact #privacy h2 {
    font-size: 1rem;
  }
}
#contact #privacy h2 + p {
  margin-top: min(2.5vw, 30px);
  font-size: 0.875rem;
}
#contact #privacy .box_wrap .box {
  margin-top: 1.5em;
}
#contact #privacy .box_wrap .box h3 {
  font-size: 1rem;
  font-weight: bold;
}
#contact #privacy .box_wrap .box p {
  font-size: 0.875rem;
  margin-top: 1em;
}
#contact #privacy .box_wrap .box p a {
  display: inline-block;
  margin-right: 1em;
}
#contact #privacy .box_wrap .box p span {
  display: inline-block;
}
#contact #privacy .box_wrap .box ul {
  font-size: 0.875rem;
  margin-top: 1em;
}
#contact #privacy .box_wrap .box ul li {
  font-size: 0.875rem;
  list-style: inside;
}

/*=============================================================
#submit
=============================================================*/
#form .submit_wrap {
  text-align: center;
  margin-top: min(8vw, 96px);
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #form .submit_wrap {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 520px) {
  #form .submit_wrap {
    margin-top: 18vw;
  }
}
#form .submit_wrap .btn {
  width: 14em;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #ffaa56;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: min(0.5vw, 6px);
  padding: 1.25em 2em;
  transition: 0.2s ease all;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  #form .submit_wrap .btn {
    width: 12em;
    font-size: 1rem;
    padding: 1.25em 1.5em;
  }
}
@media screen and (max-width: 520px) {
  #form .submit_wrap .btn {
    font-size: 1rem;
    padding: 1em 1.5em;
  }
}
#form .submit_wrap .btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
#form .submit_wrap .btn.back {
  background-color: #ccc;
  margin-right: 1em;
}
@media screen and (max-width: 520px) {
  #form .submit_wrap .btn.back {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=contact.css.map */