html {
  height: 100%;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8;
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Light.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Black.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Medium.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Regular.woff2") format("woff2"), url("../fonts/ZenMaruGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h2, p {
  font-family: "Zen Maru Gothic", serif !important;
  line-height: 160%;
}

body {
  width: 100%;
  background-color: #c9ecf9;
  height: auto;
  overflow-y: auto;
  display: block;
}

.wrapper {
  position: unset !important;
  font-family: "Zen Maru Gothic", serif;
  font-weight: normal;
  line-height: 160%;
}

.original-wrapper {
  padding-bottom: 80px;
  min-height: 700px;
}

.main {
  min-height: unset !important;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

.footer_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer_bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom !important;
}

.q_wrapper {
  max-width: 980px;
  width: 90%;
  margin-top: 30%;
  margin: 40px auto 0;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.form-area {
  background-color: #fff;
  border: 4px solid #eaeff9;
  border-radius: 20px;
  -webkit-box-shadow: 9px 9px 1px rgba(24, 173, 230, 0.1);
          box-shadow: 9px 9px 1px rgba(24, 173, 230, 0.1);
  position: relative;
  padding: 40px 100px 60px;
  max-width: 980px;
  width: 93%;
  margin: 0 auto 0;
}

.form-area:has(.goal_box.disp_show) {
  border: 4px solid #ffe600;
  padding: 50px 100px;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .q_wrapper {
    max-width: 100%;
    width: 100%;
    margin: 10% auto 10%;
  }
  .form-area {
    padding: 35px 20px 40px;
    max-width: 90%;
    width: 100%;
    margin: 40px auto 0;
  }
}
button.request_btn {
  display: block;
  background-color: #cc0033;
  color: #FFF;
  max-width: 380px;
  margin: 60px auto 0;
  width: 100%;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 11px;
  border-radius: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 2px solid #cc0033;
}
button.request_btn:before, button.request_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button.request_btn:before {
  width: 19px;
  height: 2px;
  background: #ffffff;
  right: 36px;
}
button.request_btn:after {
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 36px;
}
button.request_btn:hover {
  background-color: #fff;
  color: #cc0033;
}
button.request_btn:hover:before {
  background: #cc0033;
}
button.request_btn:hover:after {
  border-top: 2px solid #cc0033;
  border-right: 2px solid #cc0033;
}
button.request_btn:disabled:hover {
  color: #FFF;
  background-color: #cc0033;
}
button.request_btn:disabled:hover:before {
  background: #FFF;
}
button.request_btn:disabled:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.slick-slide {
  min-width: 0;
}

.slide-inner {
  width: 100%;
}

.slick-list {
  min-width: 0;
}

.slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.goal_box {
  margin-top: 40px;
}
.goal_box p.text_b {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.goal_box .head {
  margin-bottom: 65px;
}
.goal_box .head .flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goal_box .head .flex_wrapper .flex_left {
  width: 194px;
  margin-right: 33px;
}
.goal_box .head .flex_wrapper .flex_right p {
  display: inline;
  font-weight: bold;
  font-size: 32px;
  color: #cc0033;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #ffe600));
  background: linear-gradient(transparent 90%, #ffe600 0%);
  line-height: 160%;
}

.progress_area {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress_area progress {
  width: 88%;
}
.progress_area #count {
  display: inline-block;
  width: 10%;
  font-weight: bold;
  color: #0155d4;
}
.progress_area progress::-webkit-progress-bar {
  background-color: #eaeff9;
}
.progress_area progress::-webkit-progress-value {
  background-color: #0155d4;
}
.progress_area progress::-moz-progress-bar {
  background-color: #0155d4;
}
.progress_area progress::-ms-fill {
  background-color: #0155d4;
}

.question-box {
  list-style: none;
  position: unset !important;
}

.disp_hidden {
  display: none;
  opacity: 0;
}

.disp_show {
  display: block;
  -webkit-animation: show 1s ease-in-out 0s;
          animation: show 1s ease-in-out 0s;
}

.start_title {
  max-width: 880px;
  margin: 0 auto 40px;
}

.first_step ul li {
  list-style-type: disc;
  margin-left: 1.2em;
  margin-bottom: 20px;
  font-size: 18px;
}
.first_step ul li:last-child {
  margin-bottom: 45px;
}
.first_step .check_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.first_step .check_btn label {
  margin-left: 8px;
}
.first_step .start_btn {
  display: block;
  pointer-events: none;
  color: #999;
  background-color: #f2f2f2;
  padding: 20px 50px;
  color: #ddd;
  text-decoration: none;
  font-size: 18px;
  border-radius: 20px;
  font-weight: bold;
  width: 332px;
  margin: 40px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.first_step .check_wrapper:has(input:checked) .start_btn {
  pointer-events: auto;
  color: #0155d4;
}
.first_step .check_wrapper:has(input:checked) .start_btn:hover {
  background-color: #ffe600;
}

.q_num {
  width: 77px;
  position: absolute;
  top: -20px;
  left: -3px;
}

label {
  display: block;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

button {
  display: inline-block;
  border-style: solid;
  color: black;
  background-color: rgb(225, 224, 224);
  border-width: 1px;
  border-color: darkgray;
  text-decoration: none;
  padding: 16px 51px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button:hover {
  background-color: #c71a6e;
  color: #FFF;
}

button:disabled:hover {
  color: black;
  background-color: rgb(225, 224, 224);
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.q-txt {
  font-size: 26px;
  font-weight: bold;
  padding-top: 50px;
  letter-spacing: 0.1em;
}

#q1 .indent {
  margin-top: 10px;
}

#q2 .exmple {
  margin-top: 28px;
}
#q2 .exmple .flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#q2 .exmple .flex_wrapper .flex_left {
  padding: 13px 0;
  width: 173px;
  border: 2px solid #EAEFF9;
  border-radius: 30px;
}
#q2 .exmple .flex_wrapper .flex_left P {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#q2 .exmple .flex_wrapper .flex_right {
  margin-left: 40px;
}
#q2 .exmple .flex_wrapper .flex_right ul li {
  list-style-type: disc;
  font-weight: 500;
  font-size: 14px;
}
#q2 .exmple .flex_wrapper.flex_first {
  margin-bottom: 15px;
}
#q2 .exmple .flex_wrapper.flex_first p {
  color: #0071BC;
}

#q5 .q-txt {
  letter-spacing: 0;
}

#goal-01 .goal_head_wrapper, #goal-06 .goal_head_wrapper, #goal-07 .goal_head_wrapper, #goal-08 .goal_head_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #cc0033;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#goal-01 .goal_head_wrapper .red_bold, #goal-06 .goal_head_wrapper .red_bold, #goal-07 .goal_head_wrapper .red_bold, #goal-08 .goal_head_wrapper .red_bold {
  text-align: left;
}
#goal-01 .goal_head_wrapper .icon_man, #goal-06 .goal_head_wrapper .icon_man, #goal-07 .goal_head_wrapper .icon_man, #goal-08 .goal_head_wrapper .icon_man {
  width: 105px;
  margin: 0 auto 0px;
}
#goal-01 .contacts, #goal-06 .contacts, #goal-07 .contacts, #goal-08 .contacts {
  border: 2px solid #eaeff9;
  border-radius: 20px;
  padding: 20px 50px;
  margin-top: 20px;
}
#goal-01 .contacts p.text_b, #goal-06 .contacts p.text_b, #goal-07 .contacts p.text_b, #goal-08 .contacts p.text_b {
  color: #cc0033;
  font-size: 16px;
  margin-bottom: 0;
}
#goal-01 .contacts a, #goal-06 .contacts a, #goal-07 .contacts a, #goal-08 .contacts a {
  text-decoration: underline;
  color: #cc0033;
}
#goal-01 .contacts p,
#goal-01 .contacts li, #goal-06 .contacts p,
#goal-06 .contacts li, #goal-07 .contacts p,
#goal-07 .contacts li, #goal-08 .contacts p,
#goal-08 .contacts li {
  font-size: 14px;
}
#goal-01 .contacts ul, #goal-06 .contacts ul, #goal-07 .contacts ul, #goal-08 .contacts ul {
  list-style-type: disc;
  margin-left: 1em;
}

#goal-01 .icon_man,
#goal-03 .icon_man,
#goal-04 .icon_man, #goal-06 .icon_man, #goal-07 .icon_man, #goal-08 .icon_man {
  width: 143px;
  margin: 0 auto 50px;
}
#goal-01 .red_bold,
#goal-03 .red_bold,
#goal-04 .red_bold, #goal-06 .red_bold, #goal-07 .red_bold, #goal-08 .red_bold {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #cc0033;
}
#goal-01 .q-txt,
#goal-03 .q-txt,
#goal-04 .q-txt, #goal-06 .q-txt, #goal-07 .q-txt, #goal-08 .q-txt {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -0.5px;
  padding-top: 25px;
}
#goal-01 .back_to_top,
#goal-03 .back_to_top,
#goal-04 .back_to_top, #goal-06 .back_to_top, #goal-07 .back_to_top, #goal-08 .back_to_top {
  margin-top: 60px;
}

#goal-03 .goal_head_wrapper,
#goal-04 .goal_head_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#goal-03 .goal_head_wrapper .red_bold,
#goal-04 .goal_head_wrapper .red_bold {
  text-align: left;
}
#goal-03 .goal_head_wrapper .icon_man,
#goal-04 .goal_head_wrapper .icon_man {
  width: 105px;
  margin: 0 auto 0px;
}

#goal-07 .goal_head_wrapper {
  border-bottom: none;
}

.back_to_top {
  width: 332px;
  margin: 0 auto;
}
.back_to_top a {
  display: block;
  background-color: #cc0033;
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 11px;
  border-radius: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back_to_top a:hover {
  background-color: #ffe600;
  color: #cc0033;
}

.check_input ul li + li {
  margin-top: 35px;
}
.check_input ul li {
  list-style-type: disc;
  margin-left: 1em;
  line-height: 160%;
}
.check_input ul li .red {
  font-weight: bold;
  color: #cc0033;
}
.check_input .check_label {
  border-top: 4px solid #eaeff9;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
}
.check_input .check_label input {
  margin-top: -3px;
  margin-right: 5px;
}

ul.answer_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 4px solid #eaeff9;
  padding-top: 55px;
  margin-top: 44px;
}
ul.answer_btn li {
  width: 40%;
  margin-right: 35px;
}
ul.answer_btn li:last-child {
  margin-right: 0;
}
ul.answer_btn li .btn {
  background-color: #eaeff9;
  border-radius: 2rem;
  color: #0155d4;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
ul.answer_btn li .btn:hover {
  background-color: #ffe600;
}

.fit {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.back_btn {
  width: 61px;
  position: absolute;
  bottom: -10px;
  right: -2%;
}
.back_btn .btn {
  background-color: #0155d4;
  color: #FFF;
  padding: 10px 27px 10px;
  line-height: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back_btn .btn .icon {
  display: inline-block;
  width: 5.8px;
}
.back_btn .btn:hover {
  background-color: #ffe600;
}

#q0 .illust01,
#q0 .illust02 {
  position: absolute;
}
#q0 .illust01 {
  width: 131px;
  bottom: 0;
  left: 6%;
}
#q0 .illust02 {
  right: 6%;
  bottom: -30px;
  width: 159px;
}

#q3 ul.answer_btn li .btn {
  line-height: 140%;
  padding: 15px;
}
#q3 ul.answer_btn li:first-child {
  width: 60%;
}
#q3 ul.answer_btn li:first-child span {
  font-size: 15px;
}
#q3 .notes {
  color: #000;
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
}

.popup_btn a {
  width: 403px;
  margin: 50px auto 0;
  border: 2px solid #e6e6e6;
  display: block;
  padding: 7px 0;
  text-align: center;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #000;
}
.popup_btn a .dli-chevron-round-right {
  position: absolute;
  top: 40%;
  right: 3%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup_btn a:hover {
  border: 2px solid #0155d4;
  color: #0155d4;
}
.popup_btn a:hover .dli-chevron-round-right {
  border-top: 2px solid #0155d4;
  border-right: 2px solid #0155d4;
}

#q4 .back_btn {
  bottom: -71px;
  right: -17%;
}
#q4 .notes {
  color: #000;
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
}
#q4 .q4_wrapper.possible {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 4px solid #eaeff9;
}
#q4 .q4_wrapper.impossible {
  border-top: 1px dotted #0155d4;
  padding-top: 50px;
  margin-top: 50px;
}
#q4 .q4_wrapper.impossible .slider {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
  margin-top: 30px;
}
#q4 .q4_wrapper .map {
  margin-top: 40px;
}
#q4 .q4_wrapper span.underline {
  font-size: 18.5px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #ffe600));
  background: linear-gradient(transparent 90%, #ffe600 0%);
}
#q4 .q4_wrapper > .title_wrapper {
  margin-left: 2em;
}
#q4 .q4_wrapper > .title_wrapper p.title {
  text-indent: -1.5em;
  font-size: 21px;
  font-weight: bold;
}
#q4 .q4_wrapper > .title_wrapper p.title span {
  color: #0071BC;
}
#q4 .q4_wrapper > .title_wrapper p.text_small {
  font-size: 12px;
}
#q4 .q4_wrapper .bg_gray_wrapper {
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
}
#q4 .q4_wrapper .bg_gray_wrapper p {
  text-align: center;
  font-weight: 500;
}
#q4 .q4_wrapper .answer_btn {
  border-top: none;
  padding-top: 0;
  margin-top: 30px;
}
#q4 .q4_wrapper .answer_btn li {
  width: 100%;
}
#q4 .q4_wrapper .answer_btn li a {
  width: 540px;
  margin: 0 auto;
}
#q4 .q4_wrapper .pic {
  margin-top: 40px;
}
#q4 .q4_wrapper .slide_wrapper .title_wrapper {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#q4 .q4_wrapper .slide_wrapper .title_wrapper .example_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0155d4;
  padding: 0 15px;
  border-radius: 30px;
  margin-right: 20px;
}
#q4 .q4_wrapper .slide_wrapper .title_wrapper .example_num p {
  font-size: 20.5px;
  font-weight: bold;
  color: #fff;
}

.remodal {
  position: relative;
  max-width: 980px !important;
  width: 90%;
  border-radius: 20px;
  border: 4px solid #0155d4;
  padding: 90px 114px;
}
.remodal .title_wrapper {
  margin-bottom: 34px;
  padding-bottom: 26px;
  border-bottom: 2px solid #eaeff9;
}
.remodal p.title {
  font-size: 26px;
  font-weight: bold;
}
.remodal p.txt_left {
  text-align: left;
}
.remodal .map {
  margin-top: 40px;
}
.remodal .map .flex_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.remodal .map .flex_wrapper .flex_left .icon,
.remodal .map .flex_wrapper .flex_right .icon {
  width: 272px;
  margin: 0 auto 30px;
}
.remodal .map .flex_wrapper .flex_left p,
.remodal .map .flex_wrapper .flex_right p {
  font-size: 14.7px;
}
.remodal .map .flex_wrapper .flex_right {
  width: 320px;
}
.remodal .map .flex_wrapper .flex_right p {
  font-weight: bold;
}
.remodal .map .flex_wrapper .flex_right p span {
  font-size: 16.8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #ffe600));
  background: linear-gradient(transparent 90%, #ffe600 0%);
}
.remodal .map .flex_wrapper .flex_center {
  width: 160px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 14px;
  top: 6px;
}
.remodal p {
  word-break: break-all;
}
.remodal .close_btn {
  position: absolute;
  top: -18px;
  right: -10px;
}
.remodal .close_btn button {
  background-color: #0155d4;
  color: #FFF;
  padding: 14px 27px 13px;
  line-height: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border-color: unset;
  border-width: 0;
}
.remodal .close_btn button img {
  width: 11.7px;
}
.remodal .close_btn button:hover {
  background-color: #ffe600;
}

#q6 .corp_list {
  margin-top: 30px;
}
#q6 .corp_list ul li {
  margin-left: 1em;
  margin-bottom: 0.3em;
  list-style-type: disc;
}
#q6 .corp_list ul li:last-child {
  margin-bottom: 0;
}
#q6 .notes {
  margin-top: 45px;
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}

.mail_sample_wrapper {
  background-color: #eaeff9;
  padding: 35px 45px;
  border-radius: 20px;
  margin-top: 40px;
}
.mail_sample_wrapper .mail_sample_title p {
  font-weight: bold;
  color: #cc0033;
}
.mail_sample_wrapper .mail_sample_pic {
  width: 580px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mail_sample_wrapper .mail_sample_pic .sample_left {
  width: 46%;
}
.mail_sample_wrapper .mail_sample_pic .sample_right {
  width: 50%;
}
.mail_sample_wrapper .mail_sample_pic .sample_right p {
  font-size: 12px;
  margin-bottom: 5px;
}

#goal-05 .contacts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#goal-05 .contacts .content_l {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #eaeff9;
  border-bottom: 1px solid #eaeff9;
}
#goal-05 .contacts .content_l p {
  text-align: center;
  color: unset !important;
}
#goal-05 .contacts .content_r {
  width: 80%;
}
#goal-05 .contacts p.text_b {
  color: #cc0033;
  font-size: 16px;
  margin-bottom: 0;
}
#goal-05 .contacts p,
#goal-05 .contacts li {
  font-size: 14px;
}
#goal-05 .contacts ul {
  list-style-type: disc;
  margin-left: 1em;
}
#goal-05 .contacts ul li + li {
  margin-top: unset;
}
#goal-05 button.request_btn {
  max-width: 630px;
}

@media screen and (max-width: 767px) {
  .form-area:has(.goal_box.disp_show) {
    margin-top: 7%;
  }
  .form-area:has(.goal_box.disp_show) {
    padding: 50px 24px;
  }
  .goal_box .back_btn {
    bottom: -2%;
  }
  .goal_box .q-txt {
    font-size: 18px;
    font-weight: normal;
  }
  .progress_area {
    margin: 0 auto 0;
  }
  .question-box {
    list-style: none;
  }
  .disp_hidden {
    display: none;
    opacity: 0;
  }
  .disp_show {
    display: block;
    -webkit-animation: show 1s ease-in-out 0s;
            animation: show 1s ease-in-out 0s;
  }
  .start_title {
    max-width: 65%;
    margin: 0 auto 25px;
  }
  .first_step ul li:last-child {
    margin-bottom: 38px;
  }
  .first_step .check_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .first_step .check_btn label {
    margin-left: 8px;
  }
  .first_step .start_btn {
    padding: 20px 30px;
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .q_num {
    width: 50px;
  }
  label {
    display: block;
  }
  button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
  }
  button {
    display: inline-block;
    border-style: solid;
    color: black;
    background-color: rgb(225, 224, 224);
    border-width: 1px;
    border-color: darkgray;
    text-decoration: none;
    padding: 16px 51px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  button:hover {
    background-color: #c71a6e;
    color: #FFF;
  }
  button:disabled:hover {
    color: black;
    background-color: rgb(225, 224, 224);
  }
  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .q-txt {
    font-size: 21px;
    padding-top: 30px;
  }
  #q2 .exmple {
    margin-top: 28px;
  }
  #q2 .exmple .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #q2 .exmple .flex_wrapper .flex_left {
    padding: 7px 0;
    width: 173px;
    margin-bottom: 6px;
  }
  #q2 .exmple .flex_wrapper .flex_right {
    margin-left: 1.3em;
  }
  #q2 .exmple .flex_wrapper .flex_right ul li {
    list-style-type: disc;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 6px;
  }
  #q2 .exmple .flex_wrapper.flex_first {
    margin-bottom: 15px;
  }
  #q2 .exmple .flex_wrapper.flex_first p {
    color: #0071BC;
  }
  .goal_box {
    margin-top: 40px;
  }
  .goal_box p.text_b {
    text-align: center;
    font-size: 17px;
  }
  .goal_box .head {
    margin-bottom: 40px;
  }
  .goal_box .head .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .goal_box .head .flex_wrapper .flex_left {
    margin: 0 auto;
  }
  .goal_box .head .flex_wrapper .flex_right {
    margin-top: 30px;
  }
  .goal_box .head .flex_wrapper .flex_right p {
    font-size: 24px;
    text-align: center;
    line-height: 180%;
  }
  #goal-01 .goal_head_wrapper, #goal-06 .goal_head_wrapper, #goal-07 .goal_head_wrapper, #goal-08 .goal_head_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #goal-01 .goal_head_wrapper .red_bold, #goal-06 .goal_head_wrapper .red_bold, #goal-07 .goal_head_wrapper .red_bold, #goal-08 .goal_head_wrapper .red_bold {
    text-align: left;
  }
  #goal-01 .goal_head_wrapper .icon_man, #goal-06 .goal_head_wrapper .icon_man, #goal-07 .goal_head_wrapper .icon_man, #goal-08 .goal_head_wrapper .icon_man {
    width: 105px;
    margin: 0 auto 10px;
  }
  #goal-01 .contacts, #goal-06 .contacts, #goal-07 .contacts, #goal-08 .contacts {
    padding: 20px 15px;
    margin-top: 20px;
  }
  #goal-01 .icon_man,
  #goal-03 .icon_man,
  #goal-04 .icon_man, #goal-06 .icon_man, #goal-07 .icon_man, #goal-08 .icon_man {
    width: 100px;
    margin: 30px auto 50px;
  }
  #goal-01 .red_bold,
  #goal-03 .red_bold,
  #goal-04 .red_bold, #goal-06 .red_bold, #goal-07 .red_bold, #goal-08 .red_bold {
    font-size: 21px;
    padding-bottom: 30px;
  }
  #goal-01 .q-txt,
  #goal-03 .q-txt,
  #goal-04 .q-txt, #goal-06 .q-txt, #goal-07 .q-txt, #goal-08 .q-txt {
    font-size: 19px;
    padding-top: 25px;
  }
  #goal-01 .back_to_top,
  #goal-03 .back_to_top,
  #goal-04 .back_to_top, #goal-06 .back_to_top, #goal-07 .back_to_top, #goal-08 .back_to_top {
    margin-top: 40px;
  }
  #goal-03 .goal_head_wrapper,
  #goal-04 .goal_head_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #goal-03 .goal_head_wrapper .red_bold,
  #goal-04 .goal_head_wrapper .red_bold {
    text-align: left;
  }
  #goal-03 .goal_head_wrapper .icon_man,
  #goal-04 .goal_head_wrapper .icon_man {
    width: 105px;
    margin: 0 auto 10px;
  }
  .back_to_top {
    width: 100%;
  }
  .check_input .input_wrapper {
    margin-bottom: 20px;
  }
  .check_input .input_wrapper:last-child {
    margin-bottom: 0;
  }
  .check_input .input_wrapper input {
    margin-top: 8px;
    margin-right: 10px;
  }
  ul.answer_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    margin-top: 40px;
  }
  ul.answer_btn li {
    width: 100%;
    margin-right: 0;
  }
  ul.answer_btn li:last-child {
    margin-top: 20px;
    margin-right: 0;
  }
  #q0 .illust01 {
    width: 85px;
    left: 6%;
  }
  #q0 .illust02 {
    right: 6%;
    bottom: -18px;
    width: 92px;
  }
  #q0 .form-area {
    padding-bottom: 120px;
  }
  #q6 .q-txt {
    letter-spacing: 0;
  }
  #q3 ul.answer_btn li .btn {
    font-size: 18px;
  }
  #q3 ul.answer_btn li:first-child {
    width: 100%;
  }
  #q3 .popup_btn a {
    width: 100%;
  }
  #q3 .popup_btn .notes {
    font-size: 13px;
  }
  .remodal {
    margin: 40px 0;
    padding: 30px 24px !important;
  }
  .remodal.q3_remodal.impossible {
    padding: 30px 50px !important;
  }
  .remodal.q3_remodal {
    width: 95%;
  }
  .remodal.q3_remodal span.underline {
    font-size: 18.5px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #ffe600));
    background: linear-gradient(transparent 90%, #ffe600 0%);
  }
  .remodal.q3_remodal p {
    font-size: 14px;
  }
  .remodal.q3_remodal .slick-prev,
  .remodal.q3_remodal .slick-next {
    top: 50%;
    width: 35px;
  }
  .remodal.q3_remodal .slick-prev {
    left: -43px;
  }
  .remodal.q3_remodal .slick-next {
    right: -43px;
  }
  .remodal.q3_remodal .slider {
    height: unset;
  }
  .remodal.q3_remodal .title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8px;
  }
  .remodal.q3_remodal .title_wrapper .title {
    line-height: 140%;
  }
  .remodal.q3_remodal .title_wrapper .example_num {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 25px 0;
    margin-left: 0px;
  }
  .remodal.q3_remodal .title_wrapper .example_num p {
    font-size: 20.5px;
    font-weight: bold;
    color: #0155d4;
  }
  .remodal.q3_remodal .pic {
    margin-top: 40px;
  }
  .remodal .title_wrapper {
    margin-bottom: 19px;
    padding-bottom: 10px;
  }
  .remodal p.title {
    font-size: 21px;
  }
  .remodal p.txt_left {
    font-size: 14px;
  }
  .remodal .map {
    margin-top: 40px;
  }
  .remodal .map .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .remodal .map .flex_wrapper .flex_left .icon,
  .remodal .map .flex_wrapper .flex_right .icon {
    width: 100%;
    margin: 0 auto 15px;
  }
  .remodal .map .flex_wrapper .flex_left p,
  .remodal .map .flex_wrapper .flex_right p {
    font-size: 14px;
  }
  .remodal .map .flex_wrapper .flex_right {
    width: 100%;
  }
  .remodal .map .flex_wrapper .flex_right p span {
    font-size: 16.8px;
  }
  .remodal .map .flex_wrapper .flex_center {
    width: 170px;
    position: relative;
    margin: 20px 12px 20px auto;
    left: unset;
    right: unset;
    top: unset;
  }
  #q4 .back_btn {
    bottom: -60px;
    right: -12%;
  }
  #q4 .q4_wrapper.impossible {
    padding-top: 30px;
    margin-top: 30px;
  }
  #q4 .q4_wrapper.impossible .slider {
    padding: 25px;
  }
  #q4 .q4_wrapper .map {
    margin-top: 25px;
  }
  #q4 .q4_wrapper span.underline {
    font-size: 16px;
  }
  #q4 .q4_wrapper > .title_wrapper p.title {
    font-size: 18px;
  }
  #q4 .q4_wrapper .bg_gray_wrapper {
    margin-top: 20px;
    padding: 25px 14px;
  }
  #q4 .q4_wrapper .bg_gray_wrapper p {
    margin-bottom: 15px;
  }
  #q4 .q4_wrapper .answer_btn {
    margin-top: 18px;
  }
  #q4 .q4_wrapper .answer_btn li a {
    width: 90%;
  }
  #q4 .q4_wrapper .pic {
    margin-top: 25px;
  }
  #q4 .q4_wrapper .slide_wrapper .title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #q4 .q4_wrapper .slide_wrapper .title_wrapper .example_num {
    width: 29%;
    margin: 0 auto 10px;
    padding: 7px 0px;
  }
  #q4 .q4_wrapper .slide_wrapper .title_wrapper .example_num p {
    text-align: center;
    font-size: 19px;
  }
  #q4 .q4_wrapper .slide_wrapper .title_wrapper p {
    font-size: 15px;
    text-align: center;
  }
  #q6 .corp_list {
    margin-top: 30px;
  }
  #q6 .corp_list ul li {
    margin-left: 1em;
    margin-bottom: 0.3em;
  }
  #q6 .corp_list ul li:last-child {
    margin-bottom: 0;
  }
  #q6 .notes {
    margin-top: 45px;
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em;
  }
  .mail_sample_wrapper {
    padding: 20px;
  }
  .mail_sample_wrapper .mail_sample_pic {
    width: 100%;
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mail_sample_wrapper .mail_sample_pic .sample_left {
    width: 100%;
  }
  .mail_sample_wrapper .mail_sample_pic .sample_right {
    margin-top: 0;
    width: 100%;
  }
  #goal-02 .back_btn {
    bottom: -1%;
    right: -4%;
  }
  #goal-02 .check_input ul li, #goal-05 .check_input ul li {
    margin-left: 1.6em;
  }
  #goal-05 .contacts {
    padding: 0;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #goal-05 .contacts .content_l {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 0;
  }
  #goal-05 .contacts .content_l p {
    text-align: center;
    color: unset !important;
  }
  #goal-05 .contacts .content_r {
    width: 100%;
  }
  #goal-05 .contacts ul {
    margin-left: 0;
  }
  #goal-05 .contacts ul li + li {
    margin-top: unset;
  }
  #goal-05 .back_btn {
    bottom: -1%;
  }
  #goal-05 button.request_btn {
    max-width: 100%;
    font-size: 15px;
    line-height: 150%;
  }
  #goal-05 button.request_btn:before {
    right: 20px;
  }
  #goal-05 button.request_btn:after {
    right: 20px;
  }
}/*# sourceMappingURL=main.css.map */