@charset "UTF-8";
/* CSS Document */
#tensyoku_lp_sp {
  width: 100%;
  max-width: 750px;
  margin: 0 auto; }

.sec01 {
  position: relative; }
  .sec01 .btn_wrap, .sec01 .sec_btn {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateX(-50%);
    width: 82%; }
  .sec01 .sec_btn {
    top: 64.5%;
    width: 100%; }

/* form */
#form {
  font-weight: 900; }

#form .inner {
  background-color: #EEE; }

#form .section_title {
  margin: 0 -1rem; }

#form .inner2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 80px; }

#form .mb-5 {
  margin-bottom: 34px !important; }

#form .form-label {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  margin-bottom: 8px; }

#form label {
  font-size: 18px; }

#form .form-label .requ {
  font-size: .8rem;
  background-color: #FF441F;
  color: #FFFFFF;
  padding: .1em .4em 0;
  margin-left: 12px;
  line-height: 1.6; }

#form .form-label .any {
  font-size: .8rem;
  background-color: #666666;
  color: #FFFFFF;
  padding: .1em .4em 0;
  margin-left: 12px;
  line-height: 1.6; }

#form .form-select {
  font-size: 18px;
  border: 2px solid #DEDEDE; }

#form .form-control {
  border: 2px solid #DEDEDE; }

#form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #DEDEDE; }

#form textarea#privacy_policy {
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7; }

#form .btn_row {
  display: flex;
  justify-content: center;
  align-items: center; }

#form .btn-orange {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  padding: 4px 0 0;
  background-color: #ED8800;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900; }

.checkbox_pond label {
  margin: 0 30px 15px 0; }

.checkbox_pond .r_box {
  transform: scale(1.3);
  margin-right: 5px; }

#form .form-check-input[type=radio] {
  transform: scale(1.2);
  margin-right: 8px; }

@media (max-width: 767px) {
  #form .mb-5 {
    margin-bottom: 30px !important; }

  #form .section_title {
    margin-bottom: 24px; }

  #form .inner2 {
    padding: 0 20px 50px; }

  #form .form-label {
    margin-bottom: 4px; }

  .checkbox_pond label {
    width: 100%;
    margin: 0 0 10px; } }
/* END #form */
#support .title2_inner {
  margin: 20px 0 40px;
  padding: 0 140px; }

#support p {
  margin: 30px 0 50px;
  padding: 0 40px; }

@media (max-width: 767px) {
  #support .title2_inner {
    padding: 0 20px; }

  #support p {
    margin: 15px 0 40px;
    padding: 0 15px; } }
/* END #support */
#result .inner {
  padding: 40px 0 50px;
  border-top: 4px solid #000;
  background-color: #fff;
  background-image: radial-gradient(#eee 20%, transparent 20%);
  background-size: 10px 10px; }

#result .row > div {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  #result .inner {
    padding: 10px 0 20px; }

  #result .row > div {
    margin-bottom: 20px; } }
/* END #result */
#backup .interview {
  margin: 40px 0 80px; }

#backup .interview .title {
  margin-bottom: 40px;
  padding-top: 4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  background-color: #EEE; }

#backup .interview .d-flex {
  justify-content: space-between; }

#backup .interview .img {
  width: 350px;
  height: 420px;
  background-color: #EEE;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#backup .interview .text {
  width: calc(100% - 380px); }

#backup .interview .sub_title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left; }

@media (max-width: 767px) {
  #backup .interview {
    margin: 40px 0; }

  #backup .interview .title {
    margin-bottom: 15px;
    padding: 14px 0 10px;
    font-size: 18px; }

  #backup .d-flex {
    flex-direction: column; }

  #backup .interview .img {
    width: 100%;
    height: 350px;
    margin-bottom: 20px; }

  #backup .interview .text {
    width: 100%; }

  #backup .interview .sub_title {
    margin-bottom: 15px;
    font-size: 22px; } }
/* END #backup */
.sec_btn {
  margin: 80px 0; }

.sec_btn.end_btn {
  margin: 0 0 100px; }

.sec_btn .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.sec_btn .btn_wrap a {
  width: 47%; }

.sec_btn .btn_wrap a:hover {
  opacity: .7; }

@media (max-width: 767px) {
  .sec_btn {
    margin: 40px 0 20px; }

  .sec_btn.end_btn {
    margin: 0 0 20px; }

  .sec_btn .btn_wrap {
    flex-direction: column; }

  .sec_btn .btn_wrap a {
    width: 90%;
    margin-bottom: 20px; } }
/* END .sec_btn */
/*===================================
スマホ表示
===================================*/
