.guidance-accordion_box {
  display: none;
}

.guidance-accordion_title {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}
.guidance-accordion_title._open span:after {
  transform: rotate(-90deg);
}
.guidance-accordion_title._open span._more {
  display: none;
}
.guidance-accordion_title._open span._close {
  display: block;
}
.guidance-accordion_title span {
  cursor: pointer;
  position: relative;
  display: block;
  padding-right: 19px; 
  font-size: 1rem;
  text-decoration: underline;
}
.guidance-accordion_title span:after {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  height: 12px;
  width: 7px;
  background-image: url('/themes/custom/jobcard/images/common/ico_arrow_green.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  transform: translateX(-50%) rotate(90deg);
}
.guidance-accordion_title span._more {
  display: block;
}
.guidance-accordion_title span._close {
  display: none;
}

.guidance-blank_title {
  margin: 16px 0 0;
  font-size: 1.125rem;
  font-weight: bold;
}

.guidance-blank_form._title-narrow .form_content {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.guidance-blank_form._title-narrow .form_head-b_inner .form_head-b + .form_head-b .form_box {
  height: 100%;
  border-left: solid 1px #ccc;
}

.guidance-blank_form .form_head-b_inner {
  display: flex;
}
.guidance-blank_form .form_head-b_inner .form_head {
  padding: 4px 2px;
}

.guidance-blank_form .form_item .text {
  margin: 0;
}

.guidance-blank_reader {
  margin-top: 40px;
}
.guidance-blank_reader .adobe-reader {
  display: block;
  width: 100%;
}
.guidance-blank_reader .adobe-reader_text {
  margin: 10px 0 0 0;
  font-size: 0.875rem;
}

.guidance-blank_supporter {
  margin: 16px 0 0;
}
.guidance-blank_supporter .text {
  margin: 0;
}

.guidance-comic_heading {
  max-width: 658px;
  margin: 0 auto;
  line-height: 1;
}
.guidance-comic_heading img {
  width: 100%;
}

.guidance-comic_title {
  font-weight: 700;
  line-height: 1.6; 
  text-align: center;
}
.guidance-comic_title ._sub {
  margin: 0 0 0 0.5em;
}

.guidance-comic_image img {
  width: 100%;
}

.guidance-dummy img {
  width: 100%;
}

.guidance-head {
  margin: 32px 0 0;
}
.guidance-head_unit {
  position: relative;
}
.guidance-head_unit:before {
  position: absolute;
  bottom: 0; 
  content: '';
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.guidance-head_unit._student:before {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_head_unit_student.png');
}
.guidance-head_unit._incumbent:before {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_head_unit_incumbent.png');
}
.guidance-head_unit._jobseeker:before {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_head_unit_jobseeker.png');
}
.guidance-head_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.guidance-head_text {
  line-height: 1.75;
}
.guidance-head_box {
  overflow: hidden;
}
.guidance-head_box-title {
  background: #02884f;
  color: #fff;
  font-weight: 700;
  line-height: 1.5; 
  text-align: center;
}

.guidance-introduction_heading {
  display: flex;
  justify-content: center;
}
.guidance-introduction_heading span {
  position: relative; 
  display: inline-block;
  font-weight: 700;
  text-align: center;
}
.guidance-introduction_heading span:before, .guidance-introduction_heading span:after {
  position: absolute;
  top: 0; 
  content: '';
  display: block;
  height: 105%;
  width: 3px;
  background-color: #2f2f39;
}
.guidance-introduction_heading span:before {
  left: 0;
}
.guidance-introduction_heading span:after {
  right: 0;
}

.guidance-introduction_contents {
  position: relative;
}

.guidance-introduction_contents-unit + .guidance-introduction_contents-unit {
  margin-top: 32px;
}

.guidance-introduction_box {
  background-color: #e9f5e7;
  border-radius: 8px; 
  font-weight: 700;
}
.guidance-introduction_box span {
  color: #089b5c;
}

.guidance-introduction_point-baloon {
  position: relative;
  background-color: #fdfadd;
  border-radius: 8px;
  font-weight: 700;
}
.guidance-introduction_point-baloon:after {
  position: absolute; 
  content: '';
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.guidance-introduction_point-baloon._school:after {
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-introduction_point_baloon-school.png');
}
.guidance-introduction_point-baloon._company:after {
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-introduction_point_baloon-company.png');
}

.guidance-introduction_point-heading {
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
.guidance-introduction_point-heading span._num {
  display: flex;
  height: 68px;
  width: 68px;
  margin-right: 20px; 
  justify-content: center;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-introduction_point_heading.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 1.5rem;
  align-items: center;
}
.guidance-introduction_point-heading span._text {
  flex: 1;
}

.guidance-introduction_col {
  position: relative;
}

.guidance-introduction_col-image {
  display: flex;
  width: 150px;
}

.guidance-know-can {
  overflow: hidden;
}
.guidance-know-can_lead {
  position: relative;
}
.guidance-know-can_lead-inner:after {
  position: absolute;
  content: '';
  display: block;
  z-index: 0;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-know-can_after.svg'); 
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-know-can_lead-contents {
  position: relative;
  z-index: 1;
}
.guidance-know-can_lead-img {
  z-index: 1;
}
.guidance-know-can_bg {
  position: relative;
  z-index: 3;
  background: rgba(8, 28, 19, 0.68);
  color: #fff;
}
.guidance-know-can_bg-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.16667;
}
.guidance-know-can_bg-text {
  margin-top: 12px;
}
.guidance-know-can_sheet {
  position: relative;
  z-index: 4;
}
.guidance-know-can_sheet-wrap {
  display: flex;
  flex-wrap: wrap;
}
.guidance-know-can_sheet-unit._sheet01 .guidance-know-can_sheet-ico span {
  background-color: #d33b74;
}
.guidance-know-can_sheet-unit._sheet02 .guidance-know-can_sheet-ico span {
  background-color: #02884f;
}
.guidance-know-can_sheet-unit._sheet03 .guidance-know-can_sheet-ico span {
  background-color: #017db4;
}
.guidance-know-can_sheet-unit._plus {
  background-color: #fef3f7;
}
.guidance-know-can_sheet-unit._plus .guidance-know-can_sheet-img {
  box-shadow: none;
}
.guidance-know-can_sheet-unit._plus .guidance-know-can_sheet-img:after {
  content: none;
}
.guidance-know-can_sheet-unit._plus .guidance-know-can_sheet-img:before {
  position: absolute;
  left: 50%;
  content: '';
  display: block;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-know-can_plus.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.guidance-know-can_sheet-unit._info {
  background-color: #fef3f7;
}
.guidance-know-can_sheet-img {
  position: relative;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); 
  line-height: 1;
}
.guidance-know-can_sheet-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; 
  height: 100%;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.guidance-know-can_sheet-btn:before {
  position: absolute;
  content: '';
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-know-can_sheet-zoom.svg'); 
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-know-can_sheet-info-heading span {
  display: inline-block;
  padding: 0 18px; 
  background-color: #d33b74;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
}
.guidance-know-can_sheet-info-sub-heading {
  margin-top: 10px; 
  font-weight: 700;
}
.guidance-know-can_sheet-info-text {
  margin-top: 6px;
  font-size: 0.8125rem;
}
.guidance-know-can_sheet-ico {
  line-height: 1; 
  text-align: center;
}
.guidance-know-can_sheet-ico span {
  display: inline-block;
  background-color: #ccc;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.guidance-know-can_sheet-title {
  font-weight: 700; 
  text-align: center;
  white-space: nowrap;
}
.guidance-know-can_sheet-bottom {
  position: relative;
  z-index: 2; 
  text-align: center;
}

.guidance-know-merit {
  background-color: #f5faf6;
}
.guidance-know-merit_top {
  display: flex;
  align-items: center;
}
.guidance-know-merit_top-img {
  width: 53px; 
  line-height: 1;
}
.guidance-know-merit_top-text {
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.69231;
}
.guidance-know-merit_box {
  display: flex;
  overflow: hidden;
  margin-top: 12px; 
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.guidance-know-merit_box-img {
  line-height: 1;
}
.guidance-know-merit_box-contents {
  margin-left: 12px; 
  flex: 1;
}
.guidance-know-merit_box-text {
  font-weight: 700;
}
.guidance-know-merit_box-text span {
  color: #089b5c;
}

.guidance-know-step {
  background-color: #f5faf6;
}
.guidance-know-step_accordion {
  display: none;
}
.guidance-know-step_heading {
  position: relative;
  display: flex;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
  font-weight: 700;
}
.guidance-know-step_heading:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('/themes/custom/jobcard/images/common/ico_plus.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.guidance-know-step_heading._open:after {
  background-image: url('/themes/custom/jobcard/images/common/ico_minus.svg');
}
.guidance-know-step_heading-num {
  display: flex;
  justify-content: center; 
  background-color: #089b5c;
  color: #fff;
  align-items: center;
}
.guidance-know-step_heading-text {
  display: flex;
  flex: 1; 
  background-color: #fff;
  align-items: center;
}
.guidance-know-step_heading-text button {
  text-align: left;
}
.guidance-know-step_section + .guidance-know-step_section {
  margin-top: 24px;
}
.guidance-know-step_box {
  margin-top: 16px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.guidance-know-step_box-image {
  line-height: 1;
}
.guidance-know-step_box-text._mt24 {
  margin-top: 24px;
}
.guidance-know-step_method-heading {
  font-size: 1rem;
  letter-spacing: 1.75;
}
.guidance-know-step_method-heading span {
  position: relative; 
  display: inline-block;
}
.guidance-know-step_method-heading span:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #089b5c;
  border-radius: 50%;
}
.guidance-know-step_method-heading span strong {
  font-weight: 700;
}
.guidance-know-step_method-image {
  margin: 10px auto 0; 
  line-height: 1;
}

.guidance-leaflet_unit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.guidance-leaflet_unit-title {
  letter-spacing: 0.05em;
}
.guidance-leaflet_unit-title span {
  font-weight: bold;
}

.guidance-leaflet_unit-text {
  letter-spacing: 0.05em; 
  line-height: 1.75;
}
.guidance-leaflet_unit-text span {
  display: block;
}

.guidance-leaflet_image {
  position: absolute;
  left: 0;
  top: 7px;
  display: flex;
}

.guidance-leaflet_note {
  width: 100%;
  font-size: 0.8125rem;
  letter-spacing: 0.05em; 
  line-height: 1;
  text-align: center;
}

.guidance-leaflet_group-image {
  display: flex;
}

.guidance-leaflet_group-title {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.guidance-make {
  position: fixed;
  bottom: -2px;
  left: 0;
  z-index: 12; 
  width: 100%;
  margin: 0;
}
.guidance-make._show .guidance-make_inner {
  transform: translateY(0);
}
.guidance-make_inner {
  display: flex;
  transform: translateY(150%);
  transition: transform 0.4s;
}
.guidance-make_button a, .guidance-make_button button {
  position: relative; 
  display: flex;
  background: linear-gradient(to right, #026e40 0%, #02884f 55%, #01ac3e 100%);
  color: #fff;
  font-weight: 700;
  align-items: center;
  letter-spacing: ls(50);
  text-decoration: none;
}
.guidance-make_button a > span, .guidance-make_button button > span {
  position: relative; 
  display: block;
  padding: 0 0 0 56px;
}
.guidance-make_button a > span:before, .guidance-make_button button > span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 34px;
  width: 48px;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance_make_button.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.guidance-manual {
  display: flex;
}
.guidance-manual_image {
  width: 150px;
}
.guidance-manual_unit > *:first-child {
  margin-top: 0;
}

.guidance-merit-a_list {
  margin: 32px 0 0;
}

.guidance-merit-a_item {
  position: relative;
}
.guidance-merit-a_item:before {
  position: absolute; 
  content: '';
  display: block;
  height: 130px;
  width: 146px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-merit-a_item._a1:before {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_merit_a_item_a1.png');
}
.guidance-merit-a_item._a2:before {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_merit_a_item_a2.png');
}

.guidance-merit-a_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.guidance-merit-a_number {
  display: flex;
  justify-content: center;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance_slide_step_number.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: 700;
  align-items: center;
  letter-spacing: 0;
}

.guidance-merit-a_title-text {
  flex: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.guidance-merit-q_heading {
  font-weight: 700;
  letter-spacing: 0.1em; 
  text-align: center;
}
.guidance-merit-q_heading span {
  position: relative; 
  display: inline-block;
}
.guidance-merit-q_heading span:before, .guidance-merit-q_heading span:after {
  position: absolute;
  bottom: 0; 
  content: '';
  display: block;
  height: 42px;
  width: 3px;
  background: #2f2f39;
}
.guidance-merit-q_heading span:before {
  left: 0;
  transform: rotate(-30deg);
}
.guidance-merit-q_heading span:after {
  right: 0;
  transform: rotate(30deg);
}

.guidance-merit-q_item {
  position: relative; 
  background: #e9f5e7;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.guidance-merit-q_item:nth-child(even) {
  margin-left: auto;
}
.guidance-merit-q_item:before {
  position: absolute; 
  content: '';
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-merit-q_item._q1:before {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_merit_q_item_q1.png');
}
.guidance-merit-q_item._q2:before {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_merit_q_item_q2.png');
}

.guidance-merit_heading {
  font-weight: 700;
  letter-spacing: 0.1em; 
  text-align: center;
}
.guidance-merit_heading span {
  position: relative; 
  display: inline-block;
}
.guidance-merit_heading span:before, .guidance-merit_heading span:after {
  position: absolute;
  bottom: 0; 
  content: '';
  display: block;
  height: 42px;
  width: 3px;
  background: #2f2f39;
}
.guidance-merit_heading span:before {
  left: 0;
  transform: rotate(-30deg);
}
.guidance-merit_heading span:after {
  right: 0;
  transform: rotate(30deg);
}

.guidance-merit_item a {
  display: flex;
  overflow: hidden; 
  flex-direction: column;
  border: solid 2px #02884f;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(4, 0, 0, 0.12);
  color: #2f2f39;
  text-decoration: none;
}

.guidance-merit_title {
  padding: 10px 16px 12px;
  background: #02884f;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em; 
  text-align: center;
}
.guidance-merit_title span {
  display: block;
  font-weight: 500;
}

.guidance-merit_unit {
  display: flex;
  height: 100%; 
  align-items: center;
}

.guidance-merit_text {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.guidance-merit_image {
  line-height: 1;
}
.guidance-merit_image img {
  width: 100%;
}

.guidance-merit_icon span {
  padding: 4px 16px;
  background: #e9f5e7;
  border-radius: 100px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em; 
  line-height: 1.61538;
  text-align: center;
}

.guidance-other .swiper-button-prev, .guidance-other .swiper-button-next {
  cursor: pointer;
  position: relative;
  z-index: 2; 
  height: 19px;
  width: 12px;
  background-image: url('/themes/custom/jobcard/images/common/ico_arrow_green.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.guidance-other .swiper-button-prev {
  margin-right: 8px;
  transform: rotate(180deg);
}

.guidance-other .swiper-button-next {
  margin-left: 8px;
}

.guidance-other .swiper-button-disabled {
  pointer-events: none; 
  opacity: 0;
}

.guidance-other .swiper-pagination {
  display: inline-flex;
  height: 15px; 
  justify-content: center;
  align-items: center;
}

.guidance-other .swiper-pagination-bullet {
  cursor: pointer; 
  display: block;
  height: 15px;
  width: 15px;
  margin: 0 12px;
  background: #fff;
  border: solid 2px #089b5c;
  border-radius: 50%;
}

.guidance-other .swiper-pagination-bullet-active {
  background: #089b5c;
}

.guidance-other_item._wide {
  width: 100%;
}

.guidance-other_item > *:first-child {
  margin-top: 0;
}

.guidance-other_unit {
  display: flex;
  flex-wrap: wrap;
}

.guidance-other_image {
  width: 114px;
  margin: 8px 20px 8px 0;
}

.guidance-other_box {
  flex: 1;
}
.guidance-other_box > *:first-child {
  margin-top: 0;
}

.guidance-other_button .btn {
  margin-top: 0;
}

.guidance-other_button .btn_item {
  padding: 0 30px;
}

.guidance-other_slide {
  width: 100%;
}

.guidance-other_slide-item {
  min-height: 200px;
}
.guidance-other_slide-item a {
  display: block;
  color: #2f2f39;
  text-decoration: none;
}
.guidance-other_slide-item a > *:first-child {
  margin-top: 0;
}

.guidance-other_slide-image {
  line-height: 1;
}

.guidance-other_slide-title {
  margin: 12px 0 0;
  font-weight: 700;
  line-height: 1.75; 
  text-decoration: underline;
}

.guidance-other_slide-date {
  margin: 12px 0 0;
  font-size: 0.8125rem;
}

.guidance-other_slide-voice {
  position: relative; 
  margin: 32px 0 0;
}
.guidance-other_slide-voice:after {
  position: absolute; 
  content: '';
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-other_slide-voice._user1:after {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_other_slide_voice_user_1.png');
}
.guidance-other_slide-voice._user2:after {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_other_slide_voice_user_2.png');
}
.guidance-other_slide-voice._user3:after {
  background-image: url('/sites/default/files/static/images/guidance/img_guidance_other_slide_voice_user_3.png');
}

.guidance-other_slide-voice-text {
  position: relative; 
  min-height: 190px;
  background: #fff;
  border: solid 2px #089b5c;
}
.guidance-other_slide-voice-text:before, .guidance-other_slide-voice-text:after {
  position: absolute; 
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
}

.guidance-other_slide-utility {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guidance-related-info_unit {
  overflow: hidden; 
  background-color: #fff;
  border: 2px solid #02884f;
  border-radius: 8px;
}

.guidance-related-info_heading {
  padding: 12px; 
  background-color: #02884f;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.guidance-related-info_btn {
  background-color: #f5faf6;
}
.guidance-related-info_btn .btn {
  margin-top: 0;
}

.guidance-slide._account .swiper-button-prev, .guidance-slide._account .swiper-button-next {
  top: 40%;
}

.guidance-slide .swiper-button-prev, .guidance-slide .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 65%;
  z-index: 2; 
  background-image: url('/themes/custom/jobcard/images/common/ico_arrow_slider.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.guidance-slide .swiper-button-prev {
  transform: rotate(180deg);
}

.guidance-slide .swiper-button-disabled {
  display: none;
}

.guidance-slide .swiper-pagination {
  display: flex;
  height: 15px;
  padding: 28px 0 12px; 
  justify-content: center;
  align-items: center;
}

.guidance-slide .swiper-pagination-bullet {
  cursor: pointer; 
  display: block;
  height: 15px;
  width: 15px;
  margin: 0 12px;
  background: #fff;
  border: solid 2px #089b5c;
  border-radius: 50%;
}

.guidance-slide .swiper-pagination-bullet-active {
  background: #089b5c;
}

.guidance-slide_unit {
  margin: 0 30px;
}
.guidance-slide_unit._active1 .guidance-slide_step-item:nth-child(1) .guidance-slide_step-box:before {
  left: 0;
  content: '';
  transform: none;
}
.guidance-slide_unit._active2 .guidance-slide_step-item:nth-child(2) .guidance-slide_step-box:before {
  content: '';
}
.guidance-slide_unit._active3 .guidance-slide_step-item:nth-child(3) .guidance-slide_step-box:before {
  content: '';
}
.guidance-slide_unit._active4 .guidance-slide_step-item:nth-child(4) .guidance-slide_step-box:before {
  left: auto;
  right: 0;
  content: '';
  transform: none;
}

.guidance-slide_step-item {
  position: relative;
}
.guidance-slide_step-item:before {
  position: absolute;
  top: 55%; 
  content: '';
  display: block;
  height: 32px;
  width: 20px;
  background-image: url('/themes/custom/jobcard/images/common/ico_arrow_green.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-slide_step-item:last-child:before {
  content: none;
}

.guidance-slide_step-number {
  position: relative;
  z-index: 2; 
  color: #038644;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.guidance-slide_step-number span {
  display: flex;
  height: 66px;
  width: 66px;
  margin: 0 auto;
  justify-content: center;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance_slide_step_number.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #2f2f39;
  font-size: 1.625rem; 
  align-items: center;
}

.guidance-slide_step-box {
  position: relative; 
  margin: -17px 0 0;
  padding: 35px 20px 20px;
  background: #fafaf0;
  border-radius: 8px;
}
.guidance-slide_step-box:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: none;
  display: block;
  z-index: 1; 
  width: calc(100% - 7px);
  background: #fafaf0;
  border: solid 3px #089b5c;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  transform: translateX(-50%);
}

.guidance-slide_step-image {
  position: relative;
  z-index: 2; 
  width: 117px;
  margin: 0 auto;
  line-height: 1;
}
.guidance-slide_step-image._70per {
  padding: 37px 11px 0;
}

.guidance-slide_step-text {
  position: relative;
  z-index: 2; 
  margin: 12px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.575;
  text-align: center;
}
.guidance-slide_step-text span {
  display: block;
  margin: 4px 0 0;
  font-size: 0.8125rem;
}

.guidance-slide_step-note {
  position: absolute;
  bottom: -42px;
  left: 50%;
  z-index: 2; 
  width: 193px;
  padding: 6px 0 5px 10px;
  background: #fdfad8;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.38462;
  text-align: center;
  transform: translateX(-50%);
}

.guidance-slide_step-skip {
  position: absolute;
  left: 50%;
  z-index: 2; 
  color: #038644;
  font-size: 0.8125rem;
  text-align: center;
  transform: translateX(-49%);
}
.guidance-slide_step-skip:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  height: 32px;
  width: 20px;
  background-image: url('/themes/custom/jobcard/images/common/ico_arrow_green.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.guidance-slide_step-skip span {
  display: inline-block;
  padding: 0 4px;
  background: #fafaf0;
}
.guidance-slide_step-skip span:before, .guidance-slide_step-skip span:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  z-index: -1; 
  height: 4px;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance_slide_step_skip.svg');
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  transform: translateY(-50%);
}
.guidance-slide_step-skip span:before {
  left: 0;
}
.guidance-slide_step-skip span:after {
  right: 0;
}

.guidance-slide_box {
  background: #fafaf0;
  border: solid 3px #089b5c;
  border-radius: 8px;
}
.guidance-slide_box .btn {
  width: calc(100% + 20px);
  margin: 24px -10px 0;
}

.guidance-slide_box-title {
  font-weight: 700; 
  text-align: center;
}

.guidance-slide_box-image {
  text-align: center;
}
.guidance-slide_box-image img {
  margin: 0 auto;
}

.guidance-table {
  overflow-x: scroll;
}
.guidance-table table {
  width: 1120px;
}
.guidance-table table tr td:first-child {
  position: sticky;
  left: 0;
}

.guidance-top-flow {
  position: relative;
}
.guidance-top-flow_inner {
  width: 1120px;
  padding-bottom: 20px;
}
.guidance-top-flow_document {
  position: relative;
  display: flex;
  /*
		&:before{
			content: "";
			display: block;
			width: 120px;
			height: 86px;
			background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-flow_document.png');
			background-repeat: no-repeat;
			background-size: 100% 100%;
			position: absolute;
			top: 139px;
			left: 8px;
		}
		*/
}
.guidance-top-flow_document li {
  position: relative; 
  width: 205px;
  text-align: center;
}
.guidance-top-flow_document li:before {
  position: absolute;
  left: -4px; 
  top: 90px;
  content: '';
  display: block;
  height: 14px;
  width: 9px;
  background-image: url('/themes/custom/jobcard/images/common/ico_arrow_green.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-top-flow_document li._character {
  display: flex;
  width: 120px;
  flex: 1;
  align-items: flex-end; 
  text-align: center;
}
.guidance-top-flow_document li._character + li:before {
  content: none;
}
.guidance-top-flow_document li._first {
  width: 180px;
}
.guidance-top-flow_document li._narrow:before {
  left: 0; 
  top: 100px;
}
.guidance-top-flow_document li._narrow:after {
  position: absolute;
  left: -24px; 
  top: 10px;
  content: '';
  display: block;
  height: 15px;
  width: 255px;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-flow_arrow-straight.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-top-flow_document li._narrow figure {
  width: 95px;
  margin-top: 38px;
}
.guidance-top-flow_document li._narrow figure:after {
  position: absolute;
  right: -57px; 
  top: 46px;
  content: '';
  display: block;
  height: 42px;
  width: 26px;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-flow_posting.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-top-flow_document li figure {
  position: relative; 
  width: 117px;
  margin: 0 auto;
  line-height: 1;
}
.guidance-top-flow_document li:first-child {
  width: 180px;
}
.guidance-top-flow_document li:first-child:before {
  content: none;
}
.guidance-top-flow_document li:last-child:before {
  left: 20px; 
  top: 100px;
}
.guidance-top-flow_document-text {
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.57143;
}
.guidance-top-flow_document-text span {
  display: block; 
  font-size: 0.8125rem;
}
.guidance-top-flow_comment {
  display: flex;
  margin-top: 12px;
  background-color: #f5faf6;
  border-bottom: 3px solid #089b5c;
}
.guidance-top-flow_comment li {
  position: relative; 
  display: flex;
  width: 205px;
  padding: 12px 10px;
  justify-content: center;
  background-color: #f5faf6;
  font-size: 0.8125rem;
  line-height: 1.53846;
}
.guidance-top-flow_comment li:first-child {
  width: 120px;
  font-weight: 700;
  align-items: center; 
  text-align: center;
}
.guidance-top-flow_comment li:first-child:before {
  content: none;
}
.guidance-top-flow_comment li:nth-child(2) {
  width: 180px;
}
.guidance-top-flow_comment li:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: calc(100% - 24px);
  width: 1px;
  background-color: #ccc; 
  transform: translateY(-50%);
}
.guidance-top-flow_buttons {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.guidance-top-flow_buttons li {
  position: relative;
  display: flex;
  width: 205px;
  padding: 25px 0; 
  justify-content: center;
  align-items: center;
}
.guidance-top-flow_buttons li:first-child {
  width: 125px;
  text-align: center;
}
.guidance-top-flow_buttons li:first-child:before {
  content: none;
}
.guidance-top-flow_buttons li:nth-child(2) {
  width: 175px;
}
.guidance-top-flow_buttons li:nth-child(2):before {
  content: none;
}
.guidance-top-flow_buttons li:nth-child(3):before {
  left: 6px;
}
.guidance-top-flow_buttons li:nth-child(5):after {
  position: absolute;
  left: -104px; 
  top: 30px;
  content: '';
  display: block;
  height: 23px;
  width: 430px;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-flow_skip.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-top-flow_buttons li:last-child:after {
  position: absolute;
  left: -25px; 
  top: 50%;
  content: '';
  display: block;
  height: 42px;
  width: 26px;
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-flow_posting.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.guidance-top-flow_buttons li:last-child:before {
  left: 21px;
}
.guidance-top-flow_buttons li:before {
  position: absolute;
  left: -4px; 
  top: 50%;
  content: '';
  display: block;
  height: 14px;
  width: 9px;
  background-image: url('/themes/custom/jobcard/images/common/ico_arrow_green.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.guidance-top-flow_buttons li figure {
  width: 64px;
  margin: 0 auto;
}
.guidance-top-flow_buttons-baloon {
  display: inline-flex;
  align-items: center;
}
.guidance-top-flow_buttons-baloon > p {
  color: #089b5c; 
  font-weight: 700;
}
.guidance-top-flow_info {
  position: absolute;
  bottom: 15px;
  left: 30px;
  width: 507px;
  background-color: #fdfad8;
  font-size: 0.8125rem;
  text-align: center;
}
.guidance-top-flow_note {
  bottom: 16px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-left: 15px; 
  line-height: 1;
}
.guidance-top-flow_note span {
  position: relative;
  display: inline-block;
  z-index: 1; 
  padding: 0 6px;
  background-color: #fff;
  font-size: 0.6875rem;
}
.guidance-top-flow_classification {
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 0.875rem; 
  transform: translateX(-50%);
}

.guidance-top-regist {
  overflow: hidden;
}
.guidance-top-regist_lead {
  position: relative;
}
.guidance-top-regist_lead:before, .guidance-top-regist_lead:after {
  position: absolute;
  content: '';
  display: block;
  z-index: 0; 
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guidance-top-regist_lead:before {
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-regist_before.svg');
}
.guidance-top-regist_lead:after {
  background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-regist_after.svg');
}
.guidance-top-regist_lead-heading {
  position: relative;
  z-index: 2; 
  line-height: 1;
  text-align: center;
}
.guidance-top-regist_lead-heading:after {
  position: absolute; 
  content: '';
  display: block;
  background-repeat: no-repeat;
}
.guidance-top-regist_bg {
  position: relative;
  z-index: 2;
  background-color: #f5faf6;
}
.guidance-top-regist_box {
  display: flex;
}
.guidance-top-regist_box-item {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
  text-align: center;
}
.guidance-top-regist_box-item._wide .guidance-top-regist_box-heading, .guidance-top-regist_box-item._wide .guidance-top-regist_box-text {
  text-align: left;
}
.guidance-top-regist_box-item-inner {
  flex: 1;
}
.guidance-top-regist_box-heading {
  font-weight: 700;
  line-height: 1.5;
}
.guidance-top-regist_box-heading span {
  color: #089b5c;
}
.guidance-top-regist_box-text {
  font-size: 0.8125rem;
  line-height: 1.69231;
}
.guidance-top-regist_box-img {
  line-height: 1;
}
.guidance-top-regist_box-img img {
  margin: 0 auto;
}
.guidance-top-regist_box-capture {
  line-height: 1;
}
.guidance-top-regist_after-heading {
  border-left: 8px solid #089b5c;
  font-size: 1rem; 
  font-weight: 700;
}
.guidance-top-regist_after-headline {
  display: flex;
}
.guidance-top-regist_after-sub-heading {
  font-size: 1rem;
  font-weight: 700; 
  line-height: 1.5;
}
.guidance-top-regist_after-sub-heading span {
  color: #089b5c;
}
.guidance-top-regist_after-text {
  font-size: 0.8125rem;
  line-height: 1.69231;
}
.guidance-top-regist_after-img {
  background-color: #dfede2;
  border-radius: 8px;
}
.guidance-top-regist_after-img img {
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .guidance-blank_form._title-narrow .form_head-b_inner .form_head-b {
    margin-left: 0;
  }
  .guidance-blank_form._title-narrow .form_head-b_inner .form_head-b + .form_head-b {
    margin-left: 1px;
  }
  .guidance-blank_form._user-type .form_head-b_inner .form_head {
    display: flex !important;
    height: 100%;
    max-height: 56px;
    min-height: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
  }
  .guidance-blank_form._user-type .form_head-b_inner .form_box {
    height: 100%; 
    min-height: 144px;
    flex: 2;
  }
  .guidance-blank_form .form_content {
    margin: 0;
  }
  .guidance-blank_form .form_head-b_inner .form_head-b {
    width: 50%; 
    flex: auto;
  }
  .guidance-blank_form .form_head-b_inner .form_item + .form_item {
    margin: 12px 0 0 0;
  }
  .guidance-blank_form .form_head-b_inner .form_box {
    flex-direction: column;
  }
  .guidance-blank_form .form_item + .form_item {
    margin: 0 0 0 30px;
  }
  .guidance-blank_form .form_box {
    display: flex;
  }
  .guidance-comic_title {
    font-size: 1.25rem;
  }
  .guidance-comic_title ._sub {
    font-size: 1rem;
  }
  .guidance-comic_image {
    margin: 32px auto 0;
  }
  .guidance-dummy {
    width: 375px;
    margin: 0 auto;
  }
  .guidance-head_unit {
    padding: 0 0 114px;
  }
  .guidance-head_unit:before {
    left: 50%;
    height: 98px;
    width: 117px;
    transform: translateX(-50%);
  }
  .guidance-head_text {
    margin: 16px 0 0;
  }
  .guidance-head_box {
    margin: 0 -30px;
    border-bottom: solid 2px #02884f;
    border-radius: 4px 4px 0 0;
  }
  .guidance-head_box._incumbent {
    border-radius: 0;
  }
  .guidance-head_box-title {
    padding: 15px;
    font-size: 1.25rem;
  }
  .guidance-head_box-text {
    padding: 20px 30px 28px;
  }
  .guidance-introduction._school .guidance-introduction_contents-unit._first:before {
    height: 80px;
  }
  .guidance-introduction._company .guidance-introduction_contents-unit._first:before {
    height: 100px;
  }
  .guidance-introduction_heading span {
    padding: 0 40px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .guidance-introduction_heading span:before {
    transform: rotate(-25deg);
  }
  .guidance-introduction_heading span:after {
    transform: rotate(25deg);
  }
  .guidance-introduction_contents {
    margin: 32px 0 80px;
  }
  .guidance-introduction_contents-unit._first:before {
    content: '';
    float: left;
  }
  .guidance-introduction_contents-unit._first .guidance-introduction_img {
    clear: both;
    float: right;
    margin: 15px 0 0 15px;
  }
  .guidance-introduction_contents-unit._first .guidance-introduction_box {
    margin-right: 20px;
  }
  .guidance-introduction_contents-unit._second:before {
    content: '';
    float: right;
    height: 120px;
  }
  .guidance-introduction_contents-unit._second .guidance-introduction_img {
    clear: both;
    float: left;
    margin: 15px 15px 0 0;
  }
  .guidance-introduction_contents-unit._second .guidance-introduction_box {
    margin-left: 30px;
  }
  .guidance-introduction_img {
    width: 99px;
  }
  .guidance-introduction_box {
    padding: 16px 20px; 
    font-size: 1rem;
    line-height: 2;
  }
  .guidance-introduction_point-baloon-wrap {
    padding-bottom: 26px; 
    padding-right: 102px;
  }
  .guidance-introduction_point-baloon {
    padding: 14px 20px; 
    font-size: 1rem;
    line-height: 2;
  }
  .guidance-introduction_point-baloon._school:after {
    right: -102px;
    top: 0; 
    height: 150px;
    width: 125px;
  }
  .guidance-introduction_point-baloon._company:after {
    right: -102px;
    top: 0; 
    height: 150px;
    width: 155px;
  }
  .guidance-introduction_point-list {
    margin-top: 32px;
  }
  .guidance-introduction_point-item + .guidance-introduction_point-item {
    margin-top: 16px;
  }
  .guidance-introduction_point-text {
    margin-top: 12px;
  }
  .guidance-introduction_col {
    display: flex;
    flex-direction: column;
  }
  .guidance-introduction_col p {
    margin-top: 0;
    order: 1;
  }
  .guidance-introduction_col-image {
    margin: 40px auto; 
    order: 2;
  }
  .guidance-introduction_col-link {
    order: 3;
  }
  .guidance-know-can {
    margin-top: 60px;
  }
  .guidance-know-can .heading2 {
    margin: 0 30px;
  }
  .guidance-know-can_lead-inner:after {
    left: -5px; 
    top: 380px;
    height: 474px;
    width: 525px;
  }
  .guidance-know-can_lead-contents {
    padding: 0 30px;
  }
  .guidance-know-can_lead-img {
    position: relative;
    margin-top: 50px;
    padding: 0 5px;
  }
  .guidance-know-can_bg {
    margin-top: -200px;
  }
  .guidance-know-can_bg-inner {
    min-height: 280px; 
    padding: 36px 30px;
  }
  .guidance-know-can_sheet {
    margin-top: 32px; 
    padding: 0 30px 12px;
  }
  .guidance-know-can_sheet-wrap {
    margin: 0 -12px;
  }
  .guidance-know-can_sheet-unit {
    width: 50%;
    padding: 0 12px;
  }
  .guidance-know-can_sheet-unit._sheet01 {
    margin-top: -73px;
    padding-bottom: 15px;
  }
  .guidance-know-can_sheet-unit._plus {
    width: calc(50% - 24px);
    margin: 0 12px;
    padding: 32px 16px 20px; 
    border-radius: 8px 8px 0 0;
  }
  .guidance-know-can_sheet-unit._plus .guidance-know-can_sheet-img:before {
    top: -47px; 
    height: 30px;
    width: 94px;
  }
  .guidance-know-can_sheet-unit._info {
    width: calc(100% - 24px);
    margin: 0 auto 24px; 
    padding: 16px;
    border-radius: 8px 0 8px 8px;
  }
  .guidance-know-can_sheet-btn:before {
    bottom: -7px; 
    right: -6px;
    height: 25px;
    width: 25px;
  }
  .guidance-know-can_sheet-info-heading {
    text-align: center;
  }
  .guidance-know-can_sheet-info-heading span {
    font-size: 0.6875rem;
    line-height: 2.18182;
  }
  .guidance-know-can_sheet-info-sub-heading {
    font-size: 0.8125rem;
    text-align: center;
  }
  .guidance-know-can_sheet-info-text {
    line-height: 1.69231;
  }
  .guidance-know-can_sheet-ico {
    margin-top: 10px;
  }
  .guidance-know-can_sheet-ico span {
    width: 100px;
    padding: 5px; 
    font-size: 0.8125rem;
  }
  .guidance-know-can_sheet-title {
    margin-top: 8px; 
    font-size: 0.8125rem;
  }
  .guidance-know-can_sheet-bottom {
    margin-top: 50px;
  }
  .guidance-know-merit {
    margin-top: 80px;
    padding: 40px 0 80px;
  }
  .guidance-know-merit .heading2 {
    padding: 0 30px;
  }
  .guidance-know-merit_list {
    margin-top: 32px;
    padding: 0 30px;
  }
  .guidance-know-merit_item + .guidance-know-merit_item {
    margin-top: 30px;
  }
  .guidance-know-merit_top-img {
    margin-right: 10px;
  }
  .guidance-know-merit_box {
    padding: 24px 16px;
  }
  .guidance-know-merit_box-img {
    width: 112px;
  }
  .guidance-know-merit_box-text {
    font-size: 1.125rem;
    line-height: 1.55556;
  }
  .guidance-know-step {
    margin-top: 68px;
    padding: 40px 0 54px;
  }
  .guidance-know-step .heading2 {
    margin: 0 30px;
  }
  .guidance-know-step_heading-num {
    padding: 0 15px; 
    font-size: 0.8125rem;
    line-height: 2.15385;
  }
  .guidance-know-step_heading-text {
    padding: 10px 45px 10px 18px; 
    font-size: 1rem;
    line-height: 1.75;
  }
  .guidance-know-step_box {
    padding: 32px;
  }
  .guidance-know-step_box-contents {
    margin-top: 24px;
  }
  .guidance-know-step_method-item {
    margin-top: 24px;
  }
  .guidance-know-step_method-image {
    width: 88%;
  }
  .guidance-know-step_btn {
    padding: 0 30px;
  }
  .guidance-leaflet {
    margin-top: 32px;
  }
  .guidance-leaflet_unit + .guidance-leaflet_unit {
    margin-top: 32px;
  }
  .guidance-leaflet_unit .btn {
    width: 100%;
    margin: 16px 0 0 0;
    padding-left: 134px;
    order: 3;
    box-sizing: content-box;
  }
  .guidance-leaflet_unit .btn_item {
    min-height: 56px;
  }
  .guidance-leaflet_unit-title {
    min-height: 56px;
    padding-left: 134px;
    order: 2;
    font-size: 1.125rem;
    line-height: 1.55556;
  }
  .guidance-leaflet_unit-text {
    width: 100%;
    margin-top: 20px; 
    order: 5;
  }
  .guidance-leaflet_image {
    width: 110px; 
    order: 1;
  }
  .guidance-leaflet_note {
    margin: 8px 0 0 0;
    padding-left: 134px;
    order: 4;
    box-sizing: content-box;
  }
  .guidance-leaflet_group {
    margin-top: 32px;
  }
  .guidance-leaflet_group-unit {
    position: relative;
    display: flex;
    min-height: 165px; 
    flex-wrap: wrap;
  }
  .guidance-leaflet_group-unit + .guidance-leaflet_group-unit {
    margin-top: 32px;
  }
  .guidance-leaflet_group-unit .btn {
    width: 100%;
    margin: 16px 0 0 0;
    padding-left: 136px;
    box-sizing: content-box;
  }
  .guidance-leaflet_group-unit .btn_item {
    min-height: 56px;
  }
  .guidance-leaflet_group-image {
    position: absolute;
    left: 0;
    top: 7px;
    width: 110px;
  }
  .guidance-leaflet_group-title {
    padding-left: 136px;
    box-sizing: content-box;
    font-size: 1.125rem;
    line-height: 1.55556;
  }
  .guidance-make_inner {
    justify-content: flex-start;
  }
  .guidance-make_button a, .guidance-make_button button {
    height: 54px;
    width: 276px;
    padding: 14px 16px 16px 16px;
    justify-content: center;
    border-radius: 0 16px 0 0;
    box-shadow: 0 -12px 20px 0 rgba(4, 0, 0, 0.12);
    font-size: 1rem;
    line-height: lh(16.36);
  }
  .guidance-manual {
    flex-direction: column;
  }
  .guidance-manual_image {
    margin: 30px auto 0; 
    order: 2;
  }
  .guidance-manual_unit {
    order: 1;
  }
  .guidance-merit-a_item {
    padding: 150px 0 0;
  }
  .guidance-merit-a_item + .guidance-merit-a_item {
    margin-top: 48px;
  }
  .guidance-merit-a_item:before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .guidance-merit-a_title {
    gap: 0 16px;
  }
  .guidance-merit-a_number {
    height: 60px;
    width: 60px;
    font-size: 1.25rem;
    line-height: 1.369;
  }
  .guidance-merit-a_title-text {
    font-size: 1.125rem;
    line-height: 1.7;
  }
  .guidance-merit-a_text {
    margin: 24px 0 0;
  }
  .guidance-merit-q_heading {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .guidance-merit-q_heading span {
    padding: 0 38px;
  }
  .guidance-merit-q_list {
    margin: 24px 0 0;
  }
  .guidance-merit-q_item {
    margin: 124px 0 0;
    padding: 16px 24px 15px;
    font-size: 1.125rem;
    line-height: 1.7;
  }
  .guidance-merit-q_item:before {
    left: 50%;
    top: -100px;
    height: 100px;
    width: 112px;
    transform: translateX(-50%);
  }
  .guidance-merit {
    margin: 48px 0 0;
  }
  .guidance-merit_heading {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .guidance-merit_heading span {
    padding: 0 38px;
  }
  .guidance-merit_list {
    margin: 24px 0 0;
  }
  .guidance-merit_item {
    margin: 24px 0 0;
  }
  .guidance-merit_title {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .guidance-merit_title span {
    margin: 3px 0 0;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .guidance-merit_unit {
    padding: 11px 16px 12px; 
    flex-wrap: wrap;
  }
  .guidance-merit_text {
    flex: 1;
    order: 2;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .guidance-merit_image {
    width: 56px;
    margin: 0 8px 0 0; 
    order: 1;
  }
  .guidance-merit_icon {
    width: 100%;
    margin: 10px 0 0; 
    order: 3;
  }
  .guidance-merit_icon span {
    display: block;
  }
  .guidance-other {
    margin: 48px 0 0;
  }
  .guidance-other_item + .guidance-other_item {
    margin: 48px 0 0;
  }
  .guidance-other_unit._float {
    display: block;
  }
  .guidance-other_unit._float .guidance-other_image {
    float: left;
  }
  .guidance-other_button {
    margin: 24px 0 0;
  }
  .guidance-other_lead {
    padding: 0 0 28px;
  }
  .guidance-other_slide-title {
    font-size: 1.25rem;
  }
  .guidance-other_slide-voice {
    padding: 0 20px 88px;
  }
  .guidance-other_slide-voice:after {
    bottom: 0; 
    left: 20px;
    height: 100px;
    width: 100px;
  }
  .guidance-other_slide-voice-text {
    padding: 20px;
    border-radius: 16px;
  }
  .guidance-other_slide-voice-text:before, .guidance-other_slide-voice-text:after {
    border-width: 17px 17px 0 0;
  }
  .guidance-other_slide-voice-text:before {
    bottom: -17px; 
    left: 115px;
    border-color: #089b5c transparent transparent transparent;
  }
  .guidance-other_slide-voice-text:after {
    bottom: -12px; 
    left: 117px;
    border-color: #fff transparent transparent transparent;
  }
  .guidance-other_slide-utility {
    margin: 35px 0 0;
  }
  .guidance-related-info_unit + .guidance-related-info_unit {
    margin-top: 30px;
  }
  .guidance-related-info_unit-inner {
    padding: 24px 28px;
  }
  .guidance-related-info_img {
    width: 195px;
    margin: 0 auto;
  }
  .guidance-related-info_img + .guidance-related-info_text {
    margin-top: 16px;
  }
  .guidance-related-info_btn {
    padding: 24px 16px;
  }
  .guidance-slide {
    margin: 24px -30px 0;
  }
  .guidance-slide .swiper-button-prev, .guidance-slide .swiper-button-next {
    height: 40px; 
    width: 40px;
  }
  .guidance-slide .swiper-button-prev {
    left: 10px;
  }
  .guidance-slide .swiper-button-next {
    right: 10px;
  }
  .guidance-slide_unit._active1 .guidance-slide_step-item:nth-child(1) {
    display: block;
  }
  .guidance-slide_unit._active2 .guidance-slide_step-item:nth-child(2) {
    display: block;
  }
  .guidance-slide_unit._active3 .guidance-slide_step-item:nth-child(3) {
    display: block;
  }
  .guidance-slide_unit._active4 .guidance-slide_step-item:nth-child(4) {
    display: block;
  }
  .guidance-slide_step-item {
    display: none;
    width: 68.57143%;
    margin: 0 auto;
  }
  .guidance-slide_step-item:before {
    right: -50px;
  }
  .guidance-slide_step-box {
    min-height: 232px;
    /**/
  }
  .guidance-slide_step-box:before {
    height: calc(100% + 52px);
  }
  .guidance-slide_step-text {
    display: none;
  }
  .guidance-slide_step-skip {
    bottom: -35px; 
    width: calc(100% + 96px);
  }
  .guidance-slide_step-skip span:before, .guidance-slide_step-skip span:after {
    width: 35%;
  }
  .guidance-slide_box {
    display: flex;
    height: 705px;
    margin: 52px 0 0;
    padding: 20px 30px 32px;
    flex-direction: column;
    box-shadow: 0 3px 8px rgba(4, 0, 0, 0.12);
  }
  .guidance-slide_box-title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .guidance-slide_box-title span {
    display: block;
    margin: 4px 0 0;
    font-size: 1rem;
  }
  .guidance-slide_box-text {
    margin: 20px 0 0;
  }
  .guidance-slide_box-image {
    display: flex;
    margin: 12px 0 0; 
    flex: 1;
    flex-direction: column;
  }
  .guidance-slide_box-image img {
    margin: auto 0;
  }
  .guidance-top-flow {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: -30px;
    margin-right: -30px;
  }
  .guidance-top-flow_document li._character {
    position: sticky;
    left: 0;
    z-index: 9; 
    background-color: #fff;
  }
  .guidance-top-flow_comment li:first-child {
    position: sticky;
    left: 0;
    z-index: 9;
  }
  .guidance-top-flow_buttons li:first-child {
    position: sticky;
    left: 0;
    z-index: 2; 
    background-color: #fff;
  }
  .guidance-top-flow_note {
    position: sticky;
    left: 0;
    margin-top: -16px;
  }
  .guidance-top-regist {
    margin-top: 60px;
  }
  .guidance-top-regist .heading2 {
    margin: 0 30px;
  }
  .guidance-top-regist_lead:before {
    bottom: -46px; 
    left: -79px;
    height: 134px;
    width: 134px;
  }
  .guidance-top-regist_lead:after {
    bottom: -46px; 
    right: -79px;
    height: 183px;
    width: 166px;
  }
  .guidance-top-regist_lead-text {
    margin: 0 30px;
  }
  .guidance-top-regist_lead-heading {
    margin-top: 30px;
    padding-bottom: 96px;
  }
  .guidance-top-regist_lead-heading:after {
    bottom: 0;
    left: 50%;
    height: 96px;
    width: 252px;
    background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-regist_heading_sp.png');
    background-size: 252px 96px;
    transform: translateX(-50%);
  }
  .guidance-top-regist_lead-heading img {
    height: 55px; 
    width: 221px;
  }
  .guidance-top-regist_bg-inner {
    padding: 24px 30px 48px;
  }
  .guidance-top-regist_box {
    margin: 0 -4px; 
    flex-wrap: wrap;
  }
  .guidance-top-regist_box-item {
    width: calc(50% - 8px); 
    margin: 0 4px;
    padding: 16px;
  }
  .guidance-top-regist_box-item._wide {
    display: flex; 
    width: calc(100% - 8px);
    margin-top: 10px;
  }
  .guidance-top-regist_box-heading {
    font-size: 1rem;
  }
  .guidance-top-regist_box-text {
    margin-top: 8px;
  }
  .guidance-top-regist_box-img img {
    width: 93px;
  }
  .guidance-top-regist_box-img {
    margin-top: 10px;
  }
  .guidance-top-regist_box-capture {
    width: 84px;
    margin-left: 5px;
  }
  .guidance-top-regist_after {
    margin-top: 18px;
  }
  .guidance-top-regist_after-heading {
    padding-left: 8px;
  }
  .guidance-top-regist_after-contents {
    margin-top: 12px;
    border-top: 1px solid #ccc;
  }
  .guidance-top-regist_after-headline {
    margin-top: 8px;
  }
  .guidance-top-regist_after-box {
    margin-top: 8px;
  }
  .guidance-top-regist_after-img {
    float: right;
    margin: 0 0 0 8px; 
    padding: 5px 12px;
  }
  .guidance-top-regist_after-img img {
    width: 93px;
  }
}
@media print, screen and (min-width: 520px) {
  .guidance-blank_col {
    display: flex;
  }
  .guidance-blank_col .text + .text {
    margin-left: 67px;
  }
  .guidance-blank_form._title-narrow .form_head-t {
    width: 35%;
  }
  .guidance-blank_form._title-narrow .form_head-b_inner {
    width: 65%;
  }
  .guidance-blank_form._user-type .form_head-b + .form_head-b {
    flex: 2;
  }
  .guidance-blank_form .form_head-t {
    width: 50%;
  }
  .guidance-blank_form .form_head-b_inner {
    width: 50%;
  }
  .guidance-comic {
    max-width: 800px;
    margin: 0 auto;
  }
  .guidance-comic_title {
    font-size: 1.75rem;
  }
  .guidance-comic_title ._sub {
    font-size: 1.25rem;
  }
  .guidance-comic_image {
    max-width: 595px;
    margin: 40px auto 0;
  }
  .guidance-dummy {
    width: 1120px;
    margin: 80px auto 0;
  }
  .guidance-head_unit {
    padding: 20px 20px 24px 235px;
  }
  .guidance-head_unit:before {
    left: 20px; 
    height: 160px;
    width: 180px;
  }
  .guidance-head_text {
    margin: 4px 0 0;
  }
  .guidance-head_box {
    border: solid 2px #02884f;
    border-radius: 8px;
  }
  .guidance-head_box-title {
    padding: 10px;
    font-size: 1.5rem;
  }
  .guidance-head_box-text {
    padding: 28px 32px;
  }
  .guidance-introduction._company .guidance-introduction_contents-unit._first {
    padding: 0 100px 0 250px;
  }
  .guidance-introduction_heading span {
    padding: 0 160px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .guidance-introduction_heading span:before {
    transform: rotate(-30deg);
  }
  .guidance-introduction_heading span:after {
    transform: rotate(30deg);
  }
  .guidance-introduction_contents {
    width: 1080px; 
    margin: 52px auto 64px;
  }
  .guidance-introduction_contents-unit._first {
    padding: 0 100px 0 280px;
  }
  .guidance-introduction_contents-unit._first .guidance-introduction_img {
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .guidance-introduction_contents-unit._second {
    padding: 0 280px 0 100px;
  }
  .guidance-introduction_contents-unit._second .guidance-introduction_img {
    left: 0;
    top: -20px;
    z-index: 0;
  }
  .guidance-introduction_img {
    position: absolute; 
    width: 238px;
  }
  .guidance-introduction_box {
    position: relative;
    z-index: 1; 
    padding: 36px 40px;
    flex: 1;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .guidance-introduction_point {
    display: flex;
  }
  .guidance-introduction_point-baloon-wrap {
    width: 310px;
    margin-left: 50px; 
    padding: 30px 38px 0;
    order: 2;
  }
  .guidance-introduction_point-baloon {
    padding: 32px 36px;
    font-size: 1.0625rem;
    line-height: 1.64706;
    text-align: center;
  }
  .guidance-introduction_point-baloon:before {
    position: absolute;
    bottom: -20px;
    right: 20px; 
    content: '';
    height: 0;
    width: 0;
    border-color: #fdfadd transparent transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0 0;
  }
  .guidance-introduction_point-baloon._school:after {
    bottom: -325px; 
    left: 50%;
    height: 300px;
    width: 250px;
    transform: translateX(-50%);
  }
  .guidance-introduction_point-baloon._company:after {
    bottom: -325px; 
    left: 50%;
    height: 300px;
    width: 310px;
    transform: translateX(-50%);
  }
  .guidance-introduction_point-list {
    flex: 1; 
    order: 1;
  }
  .guidance-introduction_point-item + .guidance-introduction_point-item {
    margin-top: 26px;
  }
  .guidance-introduction_point-heading {
    align-items: center;
  }
  .guidance-introduction_point-text {
    margin-top: 10px;
  }
  .guidance-introduction_col {
    margin-top: 40px;
    padding-left: 190px;
  }
  .guidance-introduction_col-image {
    position: absolute;
    left: 0; 
    top: 0;
  }
  .guidance-introduction_col-link {
    margin-top: 16px;
  }
  .guidance-know-can {
    padding-top: 80px;
  }
  .guidance-know-can .heading2 {
    width: 1120px;
    margin: 0 auto;
  }
  .guidance-know-can_lead-inner {
    position: relative;
    width: 1120px;
    min-height: 620px; 
    margin: 0 auto;
  }
  .guidance-know-can_lead-inner:after {
    bottom: -64px;
    right: -336px; 
    height: 833px;
    width: 944px;
  }
  .guidance-know-can_lead-contents {
    width: 510px;
  }
  .guidance-know-can_lead-img {
    position: absolute;
    right: -40px;
    top: -175px; 
    width: 650px;
  }
  .guidance-know-can_bg {
    margin-top: -270px;
  }
  .guidance-know-can_bg-inner {
    width: 1120px;
    min-height: 270px; 
    margin: 0 auto;
    padding: 36px 0;
  }
  .guidance-know-can_sheet {
    margin-top: -83px;
    padding-bottom: 12px;
  }
  .guidance-know-can_sheet:before {
    position: absolute;
    left: 0;
    top: 83px;
    content: '';
    display: block;
    z-index: 0; 
    height: 100px;
    width: 100%;
    background-color: #fff;
  }
  .guidance-know-can_sheet-inner {
    width: 1120px;
    margin: 0 auto;
  }
  .guidance-know-can_sheet-wrap {
    justify-content: center;
  }
  .guidance-know-can_sheet-unit {
    position: relative; 
    margin: 0 37px;
  }
  .guidance-know-can_sheet-unit._plus {
    width: 398px;
    margin: 30px 0 0; 
    order: 4;
  }
  .guidance-know-can_sheet-unit._plus .guidance-know-can_sheet-img {
    position: absolute;
    right: 0;
    top: 22px;
  }
  .guidance-know-can_sheet-unit._plus .guidance-know-can_sheet-img:before {
    top: -40px; 
    height: 30px;
    width: 104px;
  }
  .guidance-know-can_sheet-unit._info {
    position: relative; 
    width: 722px;
    margin: 30px 0 0;
    padding: 32px 28px 20px;
    order: 5;
  }
  .guidance-know-can_sheet-unit._info:after {
    position: absolute;
    bottom: -100px;
    left: -398px;
    content: '';
    display: block;
    z-index: 1; 
    height: 100px;
    width: 1120px;
    background-color: #fff;
  }
  .guidance-know-can_sheet-img {
    width: 176px;
  }
  .guidance-know-can_sheet-btn:before {
    bottom: -8px; 
    right: -13px;
    height: 30px;
    width: 30px;
  }
  .guidance-know-can_sheet-btn._plus:before {
    bottom: 90px;
    right: -10px;
  }
  .guidance-know-can_sheet-info-heading span {
    font-size: 0.875rem;
    line-height: 2.14286;
  }
  .guidance-know-can_sheet-info-text {
    line-height: 1.84615;
  }
  .guidance-know-can_sheet-ico {
    margin-top: 14px;
  }
  .guidance-know-can_sheet-ico span {
    width: 120px; 
    padding: 6px;
    font-size: 1rem;
  }
  .guidance-know-can_sheet-title {
    margin-top: 12px; 
    font-size: 1rem;
  }
  .guidance-know-can_sheet-bottom {
    margin-top: 40px;
  }
  .guidance-know-merit {
    margin-top: 88px;
    padding: 54px 0 30px;
  }
  .guidance-know-merit_inner {
    width: 1120px;
    margin: 0 auto;
  }
  .guidance-know-merit_list {
    display: flex;
    margin-left: -25px;
    margin-right: -25px; 
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .guidance-know-merit_item {
    width: 340px;
    margin: 0 25px 50px;
  }
  .guidance-know-merit_item:nth-child(n+4) .guidance-know-merit_box-contents {
    min-height: 160px;
  }
  .guidance-know-merit_top {
    min-height: 66px;
  }
  .guidance-know-merit_top-img {
    margin-left: 6px;
    margin-right: 14px;
  }
  .guidance-know-merit_box {
    padding: 24px 16px 32px;
  }
  .guidance-know-merit_box-img {
    width: 120px;
  }
  .guidance-know-merit_box-text-wrap {
    display: flex;
    min-height: 96px; 
    align-items: center;
  }
  .guidance-know-merit_box-text {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .guidance-know-step {
    margin-top: 88px;
    padding: 54px 0 64px;
  }
  .guidance-know-step_inner {
    width: 1120px;
    margin: 0 auto;
  }
  .guidance-know-step_heading {
    cursor: pointer; 
    overflow: hidden;
    border-radius: 8px;
  }
  .guidance-know-step_heading-num {
    padding: 0 20px; 
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .guidance-know-step_heading-text {
    padding: 12px 20px; 
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .guidance-know-step_box {
    padding: 44px; 
    border-radius: 8px;
  }
  .guidance-know-step_box-row {
    display: flex;
  }
  .guidance-know-step_box-image {
    width: 360px;
  }
  .guidance-know-step_box-contents {
    margin-left: 70px; 
    flex: 1;
  }
  .guidance-know-step_method {
    display: flex;
    margin-top: 12px; 
    justify-content: center;
  }
  .guidance-know-step_method-item {
    width: 290px;
  }
  .guidance-know-step_method-item + .guidance-know-step_method-item {
    margin-left: 76px;
  }
  .guidance-know-step_method-heading {
    text-align: center;
  }
  .guidance-know-step_method-image {
    width: 278px;
  }
  .guidance-leaflet {
    display: flex;
    margin-top: 40px;
  }
  .guidance-leaflet_unit {
    max-width: 50%;
  }
  .guidance-leaflet_unit + .guidance-leaflet_unit {
    margin-left: 48px;
  }
  .guidance-leaflet_unit .btn {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .guidance-leaflet_unit .btn_item {
    width: 298px;
  }
  .guidance-leaflet_unit-title {
    width: 282px;
    min-height: 72px;
    padding-left: 254px;
    box-sizing: content-box;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .guidance-leaflet_unit-title span {
    display: block;
  }
  .guidance-leaflet_unit-text {
    width: 282px;
    min-height: 206px;
    margin-top: 24px;
    padding-left: 254px;
    box-sizing: content-box;
  }
  .guidance-leaflet_unit-text span {
    margin-top: 16px;
  }
  .guidance-leaflet_image {
    width: 214px;
  }
  .guidance-leaflet_note {
    margin-top: 16px;
  }
  .guidance-leaflet_group {
    display: flex;
    width: 990px;
    margin: 55px auto 0; 
    flex-wrap: wrap;
  }
  .guidance-leaflet_group-unit {
    width: 280px;
    margin: 0 25px;
  }
  .guidance-leaflet_group-unit:nth-child(n+4) {
    margin-top: 56px;
  }
  .guidance-leaflet_group-unit .btn {
    width: 188px;
    margin: 24px auto 0;
  }
  .guidance-leaflet_group-unit .btn_item {
    padding: 4px 40px 4px 20px !important;
  }
  .guidance-leaflet_group-image {
    height: 310px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .guidance-leaflet_group-title {
    min-height: 84px;
    margin-top: 32px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .guidance-make {
    min-width: 1200px;
  }
  .guidance-make_inner {
    justify-content: center;
  }
  .guidance-make_inner .guidance-make_button {
    margin: 0 10px;
  }
  .guidance-make_button a, .guidance-make_button button {
    height: 70px;
    width: 320px;
    padding: 16px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 6px 8px 0 rgba(41, 47, 45, 0.15);
    font-size: 1.25rem;
  }
  .guidance-make_button a:hover, .guidance-make_button button:hover {
    background: #08b65c;
  }
  .guidance-manual {
    flex-wrap: wrap;
  }
  .guidance-manual_image {
    margin: 0 40px 0 0;
  }
  .guidance-manual_unit {
    flex: 1;
  }
  .guidance-merit-a_item {
    min-height: 135px;
    margin: 0 166px 0 0;
    padding: 0 195px 0 0;
  }
  .guidance-merit-a_item + .guidance-merit-a_item {
    margin-top: 26px;
  }
  .guidance-merit-a_item:before {
    bottom: 0; 
    right: 0;
  }
  .guidance-merit-a_title {
    gap: 0 22px;
  }
  .guidance-merit-a_number {
    height: 68px;
    width: 68px;
    font-size: 1.5rem;
    line-height: 1.14083;
  }
  .guidance-merit-a_title-text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .guidance-merit-a_text {
    margin: 11px 0 0;
  }
  .guidance-merit-q_inner {
    width: 990px;
    margin: 0 auto;
  }
  .guidance-merit-q_heading {
    font-size: 1.5rem;
    line-height: 1.66667;
  }
  .guidance-merit-q_heading span {
    padding: 0 60px;
  }
  .guidance-merit-q_list {
    margin: 48px 0 0;
  }
  .guidance-merit-q_item {
    width: 680px;
    margin: 0 0 0 90px;
    padding: 36px 38px 36px 74px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .guidance-merit-q_item + .guidance-merit-q_item {
    margin-top: 32px;
  }
  .guidance-merit-q_item:nth-child(even) {
    margin-right: 90px;
    padding: 36px 74px 36px 38px;
  }
  .guidance-merit-q_item:before {
    bottom: 0; 
    height: 160px;
    width: 180px;
  }
  .guidance-merit-q_item._q1:before {
    left: -90px;
  }
  .guidance-merit-q_item._q2:before {
    right: -90px;
  }
  .guidance-merit {
    margin: 64px 0 0;
  }
  .guidance-merit_heading {
    font-size: 1.5rem;
    line-height: 1.66667;
  }
  .guidance-merit_heading span {
    padding: 0 60px;
  }
  .guidance-merit_list {
    display: flex;
    margin: 0 -16px; 
    flex-wrap: wrap;
  }
  .guidance-merit_item {
    width: calc(100% / 3 - 32px);
    margin: 32px 16px 0;
  }
  .guidance-merit_item a:hover .guidance-merit_unit {
    background: #f5faf6;
  }
  .guidance-merit_title._sub {
    padding-top: 14px;
  }
  .guidance-merit_title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .guidance-merit_title span {
    margin: 4px 0 0;
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .guidance-merit_unit {
    padding: 16px 16px 18px; 
    flex-direction: column;
  }
  .guidance-merit_text {
    font-size: 1.25rem;
    line-height: 1.6; 
    text-align: center;
  }
  .guidance-merit_image {
    width: 100px;
    margin: 8px auto 0;
  }
  .guidance-merit_icon {
    margin: auto 0 0;
  }
  .guidance-merit_icon span {
    display: inline-block;
  }
  .guidance-other {
    display: flex;
    margin: 0 -20px -32px; 
    flex-wrap: wrap;
  }
  .guidance-other_item {
    display: flex;
    width: 540px;
    margin: 32px 20px; 
    flex-direction: column;
  }
  .guidance-other_unit {
    margin-bottom: 32px;
    padding: 0 20px;
  }
  .guidance-other_button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    margin: 0 auto;
  }
  .guidance-other_lead {
    padding: 0 20px 28px;
  }
  .guidance-other_slide {
    margin-bottom: 32px;
    padding: 0 20px 20px;
  }
  .guidance-other_slide-item a {
    padding: 0 0 12px;
  }
  .guidance-other_slide-title {
    font-size: 1rem;
  }
  .guidance-other_slide-voice {
    padding: 0 148px 0 0;
  }
  .guidance-other_slide-voice:after {
    bottom: 0; 
    right: 0;
    height: 124px;
    width: 124px;
  }
  .guidance-other_slide-voice-text {
    padding: 22px 26px;
    border-radius: 8px;
  }
  .guidance-other_slide-voice-text:before, .guidance-other_slide-voice-text:after {
    bottom: 20px; 
    border-width: 6.5px 0 6.5px 12px;
  }
  .guidance-other_slide-voice-text:before {
    right: -12px; 
    border-color: transparent transparent transparent #089b5c;
  }
  .guidance-other_slide-voice-text:after {
    right: -8px; 
    border-color: transparent transparent transparent #fff;
  }
  .guidance-related-info_wrap {
    display: flex;
    margin: 0 -20px; 
    flex-wrap: wrap;
  }
  .guidance-related-info_unit {
    display: flex;
    width: calc(50% - 40px);
    margin: 40px 20px 0;
    flex-direction: column;
  }
  .guidance-related-info_unit._full {
    width: 100%;
    margin-top: 0;
  }
  .guidance-related-info_unit-inner {
    display: flex;
    padding: 32px 38px;
  }
  .guidance-related-info_img {
    padding: 0 96px; 
    order: 2;
  }
  .guidance-related-info_img img {
    width: 296px;
  }
  .guidance-related-info_text {
    flex: 1;
  }
  .guidance-related-info_btn {
    padding: 24px;
  }
  .guidance-related-info_btn .btn_item {
    max-width: 300px;
  }
  .guidance-related-info_btn .btn_item._long {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .guidance-slide {
    margin: 32px 0 0;
  }
  .guidance-slide .swiper-button-prev, .guidance-slide .swiper-button-next {
    height: 64px; 
    width: 64px;
  }
  .guidance-slide .swiper-button-prev {
    left: 0;
  }
  .guidance-slide .swiper-button-next {
    right: 0;
  }
  .guidance-slide_unit._active1 .guidance-slide_box {
    border-top-left-radius: 0;
  }
  .guidance-slide_unit._active4 .guidance-slide_box {
    border-top-right-radius: 0;
  }
  .guidance-slide_step {
    display: flex;
    flex: wrap;
  }
  .guidance-slide_step-item {
    width: 230px;
    margin: 0 47px 0 0;
  }
  .guidance-slide_step-item:before {
    right: -32px;
  }
  .guidance-slide_step-item:last-child {
    margin-right: 0;
  }
  .guidance-slide_step-box {
    min-height: 292px;
    /**/
  }
  .guidance-slide_step-box:before {
    height: calc(100% + 40px);
  }
  .guidance-slide_step-skip {
    top: 32px; 
    width: 296px;
  }
  .guidance-slide_step-skip span:before, .guidance-slide_step-skip span:after {
    width: 100px;
  }
  .guidance-slide_box {
    margin: 40px 0 0;
    padding: 40px 30px;
  }
  .guidance-slide_box-title {
    font-size: 2rem;
    line-height: 1.125;
  }
  .guidance-slide_box-title span {
    font-size: 1.5rem;
  }
  .guidance-slide_box-text {
    margin: 28px 0 0;
    text-align: center;
  }
  .guidance-slide_box-image {
    height: 264px;
    margin: 32px 0 0;
  }
  .guidance-slide_box-image img {
    height: 100%; 
    width: auto;
  }
  .guidance-top-flow_note {
    position: absolute;
  }
  .guidance-top-regist {
    padding-top: 80px;
  }
  .guidance-top-regist .heading2 {
    width: 1120px;
    margin: 0 auto;
  }
  .guidance-top-regist_lead:before {
    bottom: -247px; 
    left: -201px;
    height: 423px;
    width: 423px;
  }
  .guidance-top-regist_lead:after {
    bottom: -246px; 
    right: -201px;
    height: 578px;
    width: 525px;
  }
  .guidance-top-regist_lead-text {
    position: relative;
    z-index: 1; 
    text-align: center;
  }
  .guidance-top-regist_lead-heading {
    margin-top: 35px;
    padding-bottom: 42px;
  }
  .guidance-top-regist_lead-heading:after {
    bottom: 0;
    left: 50%;
    height: 148px;
    width: 798px;
    background-image: url('/sites/default/files/static/images/guidance/ico_guidance-top-regist_heading_pc.png');
    background-size: 798px 171px;
    transform: translateX(-54%);
  }
  .guidance-top-regist_lead-heading img {
    height: 86px; 
    width: 345px;
  }
  .guidance-top-regist_bg-inner {
    width: 1120px;
    margin: 0 auto;
    padding: 30px;
  }
  .guidance-top-regist_box {
    margin: 0 -14px;
  }
  .guidance-top-regist_box-item {
    width: 282px; 
    margin: 0 14px;
    padding: 30px;
  }
  .guidance-top-regist_box-item._wide {
    width: auto; 
    flex: 1;
  }
  .guidance-top-regist_box-heading {
    font-size: 1.25rem;
  }
  .guidance-top-regist_box-text {
    margin-top: 30px;
  }
  .guidance-top-regist_box-img {
    margin-top: 30px;
  }
  .guidance-top-regist_box-capture {
    position: absolute;
    right: 26px; 
    top: -122px;
    width: 140px;
  }
  .guidance-top-regist_after {
    display: flex;
    margin-top: 28px;
  }
  .guidance-top-regist_after-heading {
    display: flex;
    padding: 0 40px 0 32px;
    align-items: center;
  }
  .guidance-top-regist_after-contents {
    position: relative;
    padding-left: 30px; 
    flex: 1;
    border-left: 1px solid #ccc;
  }
  .guidance-top-regist_after-headline {
    align-items: center;
  }
  .guidance-top-regist_after-box {
    width: 460px;
    margin-top: 4px;
  }
  .guidance-top-regist_after-img {
    position: absolute;
    right: 0;
    top: 0; 
    width: 262px;
    padding: 16px;
  }
}
@media print, screen and (min-width: 520px) and (min-width: 520px) {
  .guidance-related-info_btn {
    margin-top: auto;
  }
}
