@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section02 {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 10;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section02 {
    padding: 50px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section02 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section02 h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  #section02 h2 {
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
}
#section02 h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section02 .phototextbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 75px;
}
@media screen and (max-width:768px) {
  #section02 .phototextbox {
    width: 85%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width:768px) {
  #section02 .phototextbox.right {
    width: 85%;
    margin-left: auto;
  }
}
#section02 .phototextbox .photo {
  width: 52.8%;
  overflow: hidden;
  border: 1px solid #50321E;
  border-radius: 30px;
  background-color: #EDEAE8;
}
@media screen and (max-width:768px) {
  #section02 .phototextbox .photo {
    width: 100%;
    margin-bottom: 2.5vw;
    order: 1;
  }
}
#section02 .phototextbox .text {
  width: 41.57%;
}
@media screen and (max-width:768px) {
  #section02 .phototextbox .text {
    width: 100%;
    order: 2;
  }
}
#section02 .phototextbox .text .subs {
  font-weight: 700;
  color: #E95504;
  margin-bottom: 1.25em;
}
#section02 .phototextbox .text .subs span {
  display: inline-block;
  line-height: 100%;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
#section02 .phototextbox .text .subs span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E95504;
  bottom: 0;
  left: 0;
}
#section02 .phototextbox .text .subs span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E95504;
  top: 0;
  right: 0;
}
#section02 .phototextbox h3 {
  font-weight: 700;
  color: #E95504;
  margin-bottom: 1em;
}
#section02 .phototextbox p.text01 {
  line-height: 180%;
}
#section02 .contenabox {
  width: 100%;
  max-width: 890px;
  padding: 100px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section02 .contenabox {
    background-size: 775px 531px;
    border-radius: 15px;
    letter-spacing: 0.05em;
    padding: 12.5vw 5vw;
  }
}
#section02 .contenabox .base_text {
  width: 100%;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .base_text {
    margin-bottom: 10vw;
  }
}
#section02 .contenabox .textbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#section02 .contenabox .textbox .photo {
  width: 26.9%;
  position: relative;
  z-index: 10;
  padding-top: 1em;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox .photo {
    width: 37.5%;
    margin: 2vw auto 12vw auto;
  }
}
#section02 .contenabox .textbox .text {
  width: 57%;
  line-height: 180%;
  font-weight: 500;
  position: relative;
  z-index: 15;
  color: #50321E;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox .text {
    width: 100%;
  }
}
#section02 .contenabox .textbox .text h3 {
  font-weight: 700;
  color: #E95504;
  margin-bottom: 1.25em;
}
#section02 .contenabox .textbox .text h3 span {
  display: inline-block;
  line-height: 100%;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
#section02 .contenabox .textbox .text h3 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E95504;
  bottom: 0;
  left: 0;
}
#section02 .contenabox .textbox .text h3 span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E95504;
  top: 0;
  right: 0;
}
#section02 .contenabox .textbox .text p.first {
  margin-bottom: 1.5em;
}

#section03_back {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#section03_confirms {
  background: #fff !important;
}

#section03, #section03_confirms {
  width: 100%;
  background: linear-gradient(16deg, rgba(248, 230, 169, 0.3) 0%, rgba(232, 171, 138, 0.3) 100%);
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section03, #section03_confirms {
    padding: 75px 0;
  }
}
#section03 .section__in, #section03_confirms .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  #section03 .section__in, #section03_confirms .section__in {
    margin: 0 auto 0px 120px;
  }
}
@media screen and (max-width:768px) {
  #section03 .section__in, #section03_confirms .section__in {
    width: 90%;
    margin: 0 auto;
  }
}
#section03 h2, #section03_confirms h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 890px;
  margin: 0 auto 60px auto;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  #section03 h2, #section03_confirms h2 {
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
}
#section03 h2 span, #section03_confirms h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section03 .base_text, #section03_confirms .base_text {
  width: 80%;
  max-width: 650px;
  line-height: 180%;
  font-weight: 500;
  margin: 0 auto 0px auto;
}
@media screen and (max-width:768px) {
  #section03 .base_text, #section03_confirms .base_text {
    margin: 0 auto 0px auto;
  }
}
#section03 .telbox, #section03_confirms .telbox {
  width: 100%;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 100px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section03 .telbox.first, #section03_confirms .telbox.first {
  margin-top: 45px;
}
@media screen and (max-width:768px) {
  #section03 .telbox.first, #section03_confirms .telbox.first {
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  #section03 .telbox, #section03_confirms .telbox {
    border-radius: 25px;
  }
}
#section03 .telbox .iconimg, #section03_confirms .telbox .iconimg {
  width: 12.9%;
}
@media screen and (max-width:768px) {
  #section03 .telbox .iconimg, #section03_confirms .telbox .iconimg {
    width: 16.66%;
  }
}
#section03 .telbox .text, #section03_confirms .telbox .text {
  width: 78.2%;
  margin-right: 6.1%;
}
@media screen and (max-width:768px) {
  #section03 .telbox .text, #section03_confirms .telbox .text {
    width: 80%;
    margin-right: 0%;
  }
}
#section03 .telbox .text dl, #section03_confirms .telbox .text dl {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #50321E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section03 .telbox .text dl dt, #section03_confirms .telbox .text dl dt {
  width: 9em;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #section03 .telbox .text dl dt, #section03_confirms .telbox .text dl dt {
    font-size: 3.4vw;
  }
}
#section03 .telbox .text dl dd, #section03_confirms .telbox .text dl dd {
  width: calc(100% - 9em);
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #section03 .telbox .text dl dd, #section03_confirms .telbox .text dl dd {
    font-size: 3.4vw;
    font-weight: 900;
  }
}
#section03 .telbox .text dl dd span, #section03_confirms .telbox .text dl dd span {
  font-size: 80%;
}
#section03 .telbox .text p, #section03_confirms .telbox .text p {
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 10px;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  #section03 .telbox .text p, #section03_confirms .telbox .text p {
    padding-top: 8px;
    font-size: 3.2vw;
  }
}
#section03 .twitterbox, #section03_confirms .twitterbox {
  width: 100%;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 100px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  #section03 .twitterbox, #section03_confirms .twitterbox {
    border-radius: 25px;
  }
}
#section03 .twitterbox .iconimg, #section03_confirms .twitterbox .iconimg {
  width: 12.9%;
}
@media screen and (max-width:768px) {
  #section03 .twitterbox .iconimg, #section03_confirms .twitterbox .iconimg {
    width: 16.66%;
  }
}
#section03 .twitterbox .text, #section03_confirms .twitterbox .text {
  width: 78.2%;
  margin-right: 6.1%;
}
@media screen and (max-width:768px) {
  #section03 .twitterbox .text, #section03_confirms .twitterbox .text {
    width: 80%;
    margin-right: 0%;
  }
}
#section03 .twitterbox .text dl, #section03_confirms .twitterbox .text dl {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #50321E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  #section03 .twitterbox .text dl, #section03_confirms .twitterbox .text dl {
    flex-wrap: wrap;
  }
}
#section03 .twitterbox .text dl dt, #section03_confirms .twitterbox .text dl dt {
  width: 12em;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #section03 .twitterbox .text dl dt, #section03_confirms .twitterbox .text dl dt {
    width: 100%;
    font-size: 3.4vw;
    padding-bottom: 0.25em;
  }
}
#section03 .twitterbox .text dl dd, #section03_confirms .twitterbox .text dl dd {
  width: calc(100% - 12em);
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #section03 .twitterbox .text dl dd, #section03_confirms .twitterbox .text dl dd {
    width: 100%;
    font-size: 2.7vw;
    font-weight: 900;
    text-align: left;
  }
}
#section03 .twitterbox .text dl dd span, #section03_confirms .twitterbox .text dl dd span {
  font-size: 80%;
}
#section03 .twitterbox .text dl dd a, #section03_confirms .twitterbox .text dl dd a {
  color: #E95504;
  display: inline-block;
  padding-right: 1.25em;
  position: relative;
}
#section03 .twitterbox .text dl dd a::after, #section03_confirms .twitterbox .text dl dd a::after {
  content: "";
  background: url(../images/consultation/icon_blank.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  width: 1em;
  height: 1em;
}
#section03 .twitterbox .text p, #section03_confirms .twitterbox .text p {
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 10px;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  #section03 .twitterbox .text p, #section03_confirms .twitterbox .text p {
    padding-top: 8px;
    font-size: 3.2vw;
  }
}
#section03 .reportbox, #section03_confirms .reportbox {
  width: 100%;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 100px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  #section03 .reportbox, #section03_confirms .reportbox {
    border-radius: 25px;
  }
}
#section03 .reportbox .iconimg, #section03_confirms .reportbox .iconimg {
  width: 12.9%;
}
@media screen and (max-width:768px) {
  #section03 .reportbox .iconimg, #section03_confirms .reportbox .iconimg {
    width: 16.66%;
  }
}
#section03 .reportbox .text, #section03_confirms .reportbox .text {
  width: 78.2%;
  margin-right: 6.1%;
}
@media screen and (max-width:768px) {
  #section03 .reportbox .text, #section03_confirms .reportbox .text {
    width: 80%;
    margin-right: 0%;
  }
}
#section03 .reportbox .text dl, #section03_confirms .reportbox .text dl {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #50321E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  #section03 .reportbox .text dl, #section03_confirms .reportbox .text dl {
    flex-wrap: wrap;
  }
}
#section03 .reportbox .text dl dt, #section03_confirms .reportbox .text dl dt {
  width: 30em;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #section03 .reportbox .text dl dt, #section03_confirms .reportbox .text dl dt {
    width: 100%;
    font-size: 3.4vw;
    padding-bottom: 0.25em;
  }
}
#section03 .reportbox .text dl dd, #section03_confirms .reportbox .text dl dd {
  width: calc(100% - 12em);
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #section03 .reportbox .text dl dd, #section03_confirms .reportbox .text dl dd {
    width: 100%;
    font-size: 2.7vw;
    font-weight: 900;
    text-align: left;
  }
}
#section03 .reportbox .text dl dd span, #section03_confirms .reportbox .text dl dd span {
  font-size: 80%;
}
#section03 .reportbox .text dl dd a, #section03_confirms .reportbox .text dl dd a {
  color: #E95504;
  display: inline-block;
  padding-right: 1.25em;
  position: relative;
}
#section03 .reportbox .text dl dd a::after, #section03_confirms .reportbox .text dl dd a::after {
  content: "";
  background: url(../images/consultation/icon_blank.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  width: 1em;
  height: 1em;
}
#section03 .reportbox .text p, #section03_confirms .reportbox .text p {
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 10px;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  #section03 .reportbox .text p, #section03_confirms .reportbox .text p {
    padding-top: 8px;
    font-size: 3.2vw;
  }
}
#section03 .formbox, #section03_confirms .formbox {
  width: 100%;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 80px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
  padding: 18px;
  margin-top: 30px;
  margin-bottom: 75px;
}
@media screen and (max-width:768px) {
  #section03 .formbox, #section03_confirms .formbox {
    border-radius: 25px;
  }
}
#section03 .formbox .titlewaku, #section03_confirms .formbox .titlewaku {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section03 .formbox .iconimg, #section03_confirms .formbox .iconimg {
  width: 12.9%;
}
@media screen and (max-width:768px) {
  #section03 .formbox .iconimg, #section03_confirms .formbox .iconimg {
    width: 16.66%;
  }
}
#section03 .formbox .text, #section03_confirms .formbox .text {
  width: 78.2%;
  margin-right: 6.1%;
}
@media screen and (max-width:768px) {
  #section03 .formbox .text, #section03_confirms .formbox .text {
    width: 80%;
    margin-right: 0%;
  }
}
#section03 .formbox .text dl, #section03_confirms .formbox .text dl {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:768px) {
  #section03 .formbox .text dl, #section03_confirms .formbox .text dl {
    flex-wrap: wrap;
  }
}
#section03 .formbox .text dl dt, #section03_confirms .formbox .text dl dt {
  width: 12em;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #section03 .formbox .text dl dt, #section03_confirms .formbox .text dl dt {
    width: 100%;
    font-size: 3.4vw;
    padding-bottom: 0.25em;
  }
}
#section03 .formbox .text p, #section03_confirms .formbox .text p {
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 10px;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  #section03 .formbox .text p, #section03_confirms .formbox .text p {
    padding-top: 8px;
    font-size: 3.2vw;
  }
}
#section03 .formbox .iconimg2, #section03_confirms .formbox .iconimg2 {
  width: 12.9%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section03 .formbox .iconimg2, #section03_confirms .formbox .iconimg2 {
    width: 16.66%;
  }
}
#section03 .formbox .formcontena, #section03_confirms .formbox .formcontena {
  width: 90%;
  margin: 0px auto 0 auto;
}
#section03 .formbox .formcontena dl, #section03_confirms .formbox .formcontena dl {
  width: 100%;
  margin-top: 40px;
}
#section03 .formbox .formcontena dl dt, #section03_confirms .formbox .formcontena dl dt {
  width: 100%;
  font-weight: 700;
}
#section03 .formbox .formcontena dl dt span, #section03_confirms .formbox .formcontena dl dt span {
  color: #E95504;
}
#section03 .formbox .formcontena dl dd, #section03_confirms .formbox .formcontena dl dd {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #50321E;
}
#section03 .formbox .formcontena .errors, #section03_confirms .formbox .formcontena .errors {
  padding-top: 6px;
  font-weight: 700;
  color: #E95504;
}
#section03 .send_bt, #section03_confirms .send_bt {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width:768px) {
  #section03 .send_bt, #section03_confirms .send_bt {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
#section03 .send_bt .check_contena, #section03_confirms .send_bt .check_contena {
  font-weight: 700;
}
#section03 .send_bt .check_contena a, #section03_confirms .send_bt .check_contena a {
  color: #E95504;
}
#section03 .botans, #section03_confirms .botans {
  width: 80%;
  max-width: 315px;
  margin: 40px auto 0 auto;
}
#section03 .botan_all, #section03_confirms .botan_all {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 590px;
  margin: 40px auto 0 auto;
}
#section03 .botans1, #section03_confirms .botans1 {
  width: 48.5%;
  max-width: 280px;
}
#section03 .botans1 a, #section03_confirms .botans1 a {
  display: block;
  -webkit-appearance: none;
  background-color: #50321E;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  line-height: 100%;
  margin: 0 0 0em;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  position: relative;
  z-index: 10;
  width: 100%;
}
#section03 .botans1 a::after, #section03_confirms .botans1 a::after {
  content: "戻る";
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 47%;
  letter-spacing: 0.05em;
  transform: translate(0%, -50%);
}
@media screen and (max-width:768px) {
  #section03 .botans1 a::after, #section03_confirms .botans1 a::after {
    font-size: 4vw;
  }
}
#section03 .botans1 a::before, #section03_confirms .botans1 a::before {
  content: "\f137";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 18px;
  color: #fff;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
#section03 .botans2, #section03_confirms .botans2 {
  width: 48.5%;
  max-width: 280px;
}
#section03 .confirms .check_contena, #section03_confirms .confirms .check_contena {
  font-weight: 400;
  padding-top: 0px;
  color: #333;
}
#section03 .confirms dl, #section03_confirms .confirms dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #50321E;
  padding-bottom: 2em;
}
#section03 .confirms dl dt, #section03_confirms .confirms dl dt {
  width: 9em !important;
}
@media screen and (max-width:768px) {
  #section03 .confirms dl dt, #section03_confirms .confirms dl dt {
    width: 8em !important;
    font-size: 3vw;
  }
}
#section03 .confirms dl dd, #section03_confirms .confirms dl dd {
  width: calc(100% - 9.5em) !important;
  border-bottom: 0 !important;
}
@media screen and (max-width:768px) {
  #section03 .confirms dl dd, #section03_confirms .confirms dl dd {
    width: calc(100% - 8.2em) !important;
    font-size: 3vw;
  }
}
#section03 .h2subtitle, #section03_confirms .h2subtitle {
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 890px;
  margin: 0 auto 60px auto;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  #section03 .h2subtitle, #section03_confirms .h2subtitle {
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
}

/************************/
#movie_outer {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#movie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 40%;
  z-index: 11;
}
@media screen and (max-width:768px) {
  #movie {
    width: 94%;
    padding-bottom: 53%;
  }
}

#movie iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#close_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
}

#close_btn span::before,
#close_btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

#close_btn span::before {
  transform: rotate(-45deg);
}

#close_btn span::after {
  transform: rotate(45deg);
}

#movie_modal {
  display: none;
  z-index: 50000;
  position: relative;
}

@media screen and (max-width:768px) {
  #close_btn {
    top: 3%;
    right: 3%;
  }
  #cmovie {
    width: 91%;
    padding-bottom: 50%;
  }
}
.formbox_thanks {
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
}
.formbox_thanks .base_textb {
  line-height: 200%;
  color: #50321E;
  font-weight: 700;
}
.formbox_thanks .lasttext {
  text-align: center;
  margin-top: 2em;
}
.formbox_thanks figure {
  width: 60%;
  max-width: 280px;
  margin: 60px auto 0 auto;
}

.topbacktext {
  text-align: left;
  margin-top: 3.5em;
}
.topbacktext a {
  display: inline-block;
  text-align: center;
  padding-right: 1.5em;
  position: relative;
  color: #E95504;
  font-weight: 700;
}
.topbacktext a::before {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  top: 60%;
  right: 0em;
  font-size: 18px;
  color: #E95504;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}/*# sourceMappingURL=consultation.css.map */