p,
a,
h1,
h2,
h3,
h4,
h5,
span,
th,
td,
div {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
img,
a {
  display: block;
}
table {
  width: 100%;
}
.child_page_top_section {
  min-height: 124px;
  width: 100%;
  background-image: url(../img/page_top_bg.png);
  background-size: cover;
}
.child_page_top_title_area {
  padding: 150px 0 45px 0;
}
.child_page_top_text {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.child_page_top_title {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  line-height: 1;
}
.info_page_section {
  background: #f6fdff;
}
.crumb-list {
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0px auto 60px auto;
  padding-top: 16px;
}
.crumb_home_icon {
  width: 14px;
  height: 12px;
}
.crumb-item {
  margin: 0 16px;
  display: flex;
  align-items: center;
}
.crumb-item a {
  font-size: 11px;
  font-weight: 400;
  color: #222;
  margin-right: 16px;
}
.crumb-item a[href="#"] {
  pointer-events: none;
}
.crumb-item img {
  width: 5px;
  height: 10px;
}
.info_page_wrapper {
  width: 1080px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
.info_page_tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 664px;
  padding: 56px 0 50px 0;
  margin: 0px auto;
  position: relative;
}
.info_page_tags img {
  position: absolute;
  top: 25px;
  left: -48px;
  width: 30px;
  height: 80px;
}
.info_tag {
  width: 154px;
  height: 30px;
  border-radius: 5px;
  background: #f6f6f6;
  color: #148ec8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.info_tag.is-active {
  color: #fff;
  background: #148ec8;
}
.info_page_table {
  width: 894px;
  margin: 0 auto;
}
.info_page_tr {
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
}
.info_page_tr:nth-of-type(1) {
  border-top: 1px solid #d0d0d0;
}
.info_page_ta_date {
  font-weight: 400;
  font-size: 14px;
  color: #148ec8;
  margin: 25px 0;
  padding: 0 0 0 36px;
  /* width: 80px; */
}
.info_page_ta_cat {
  width: 116px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #148ec8;
  margin: 25px 45px 25px 34px;
}
.info_page_ta_text {
  margin: 25px 0;
  padding: 0 36px 0 0;
}
.info_page_ta_text a {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.info_page_ta_text a:hover {
  opacity: 0.7;
}
/* pagination */
.nav-links {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  margin: 0 auto;
  position: relative;
  gap: 0 8px;
}
.page-numbers {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #f6f6f6;
  color: #148ec8;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers.current {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #148ec8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers.dots {
  width: 30px;
  height: 30px;
  color: #148ec8;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit;
}
.next.page-numbers,
.prev.page-numbers {
  font-size: 10px;
  background: inherit;
}
/* .info_page_nate{ */
/* width: 150px; */
/* display: flex; */
/* justify-content: space-between; */
/* align-items: center; */
/* padding: 32px 0; */
/* margin: 0 auto; */
/* position: relative; */
/* } */
/* .info_page_nate:after{ */
/* position: absolute; */
/* top: 40px; */
/* right: -20px; */
/* content: "▶"; */
/* font-size: 8px; */
/* font-weight: 700; */
/* color: #148EC8; */
/* } */
/* .info_page_nate_cur{ */
/* width: 30px; */
/* height: 30px; */
/* border-radius: 5px; */
/* background: #148EC8; */
/* color: #fff; */
/* font-size: 14px; */
/* font-weight: 700; */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
/* } */
/* .info_page_nate_num{ */
/* width: 30px; */
/* height: 30px; */
/* border-radius: 5px; */
/* background:#f6f6f6; */
/* color: #148EC8; */
/* font-size: 14px; */
/* font-weight: 700; */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
/* } */
/* .info_page_nate_dots{ */
/* width: 30px; */
/* height: 30px; */
/* color: #148EC8; */
/* font-size: 14px; */
/* font-weight: 700; */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
/* } */

.info_rec_wrapper {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 160px;
}
.info_rec_top {
  /* width: 1080px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto 174px auto;
}
.info_rec_btm_outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_rec_cn1_outer {
  width: 510px;
  height: 80px;
  position: relative;
}
.rec_left_img {
  position: absolute;
  top: -35px;
  left: -55px;
  width: 110px;
  height: 70px;
  max-block-size: none;
  z-index: 1;
}
.rec_right_img {
  position: absolute;
  top: -15px;
  right: -35px;
  width: 50px;
  height: 107px;
  max-block-size: none;
  z-index: 1;
}
.info_rec_cn {
  position: relative;
}
.info_rec_cn1 {
  width: 100%;
  height: 100%;
  background: #148ec8;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.info_rec_cn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.info_rec_cn1:hover::before {
  transform: translateX(0px);
  transition: all 0.5s;
}

.rec_cn1_arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  right: 33px;
  background: rgba(255, 255, 255, 0.8);
  color: #148ec8;
  overflow: hidden;
}
.rec_cn1_arrow::before {
  position: absolute;
  top: 12px;
  left: 11px;
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_blue.png");
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 14px;
  transform: translateX(0px);
  transition: all 0.5s;
}
.rec_cn1_arrow::after {
  position: absolute;
  top: 12px;
  left: 11px;
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_blue.png");
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 14px;
  transform: translateX(-100px);
  transition: all 0.5s;
}
.info_rec_cn1:hover .rec_cn1_arrow::before {
  transform: translateX(100px);
  transition: all 0.5s;
}
.info_rec_cn1:hover .rec_cn1_arrow::after {
  transform: translateX(0px);
  transition: all 0.5s;
}

.info_rec_cn2 {
  width: 248px;
  height: 80px;
  margin: 0 19px 0 55px;
  background: #e2573b;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.info_rec_cn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.info_rec_cn2:hover::before {
  transform: translateX(0px);
  transition: all 0.5s;
}
.rec_cn2_arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  right: 22px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.rec_cn2_arrow::before {
  position: absolute;
  top: 12px;
  left: 11px;
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_red.png");
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 14px;
  transform: translateX(0px);
  transition: all 0.5s;
}
.rec_cn2_arrow::after {
  position: absolute;
  top: 12px;
  left: 11px;
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_red.png");
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 14px;
  transform: translateX(-100px);
  transition: all 0.5s;
}

.info_rec_cn2:hover .rec_cn2_arrow::before {
  transform: translateX(100px);
  transition: all 0.5s;
}
.info_rec_cn2:hover .rec_cn2_arrow::after {
  transform: translateX(0px);
  transition: all 0.5s;
}

.info_rec_cn3 {
  width: 248px;
  height: 80px;
  background: #47a638;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.info_rec_cn3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.info_rec_cn3:hover::before {
  transform: translateX(0px);
  transition: all 0.5s;
}
.rec_cn3_arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  right: 22px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.rec_cn3_arrow::before {
  position: absolute;
  top: 12px;
  left: 11px;
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_green.png");
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 14px;
  transform: translateX(0px);
  transition: all 0.5s;
}
.rec_cn3_arrow::after {
  position: absolute;
  top: 12px;
  left: 11px;
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_green.png");
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 14px;
  transform: translateX(-100px);
  transition: all 0.5s;
}

.info_rec_cn3:hover .rec_cn3_arrow::before {
  transform: translateX(100px);
  transition: all 0.5s;
}
.info_rec_cn3:hover .rec_cn3_arrow::after {
  transform: translateX(0px);
  transition: all 0.5s;
}

.info_rec_content {
  margin-bottom: 64px;
}
.info_rec_content:nth-of-type(2) {
  margin-bottom: 0px;
}
.info_rec_sub_title {
  font-size: 16px;
  font-weight: 700;
  color: #148ec8;
}
.info_rec_title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #333;
  margin: 16px 0 24px 0;
}
.info_rec_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_rec_item {
  width: 256px;
  height: 95px;
  background: #d9d9d9;
}

/* single-page */
.info_single_page_section {
  background: #f6fdff;
}
.info_single_page_wrapper {
  background: #fff;
  border-radius: 10px;
  width: 1080px;
  margin: 0 auto;
  padding: 59px 87px 72px 87px;
}
.info_single_top_cat {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.info_single_cat {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #148ec8;
  border-radius: 5px;
  padding: 5px 28px;
  margin-right: 20px;
}
.info_single_date {
  font-size: 14px;
  font-weight: 400;
  color: #148ec8;
}
.info_single_title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 24px 0 46px 0;
}
.info_single_sub_title {
  font-size: 26px;
  font-weight: 700;
  color: #148ec8;
  background: #f6fdff;
  padding: 12px 24px;
}
.info_single_title_h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 24px;
  border-bottom: 1px solid #148ec8;
  color: #148ec8;
  margin: 47px 0 24px 0;
}
.info_single_text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.info_single_btm_btn {
  width: 270px;
  height: 40px;
  margin: 64px auto 72px auto;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.info_single_btm_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.info_single_btm_btn:hover::before {
  transform: translateX(0px);
  transition: all 0.5s;
}
.info_single_btn_arrow {
  position: absolute;
  top: 9px;
  left: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.info_single_btn_arrow::before {
  position: absolute;
  top: 8px;
  left: 7px;
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_black.png");
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 8px;
  transform: translateX(0px);
  transition: all 0.5s;
}
.info_single_btn_arrow::after {
  position: absolute;
  top: 8px;
  left: 7px;
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_black.png");
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 8px;
  transform: translateX(100px);
  transition: all 0.5s;
}
.info_single_btm_btn:hover .info_single_btn_arrow::before {
  transform: translateX(-100px);
  transition: all 0.5s;
}
.info_single_btm_btn:hover .info_single_btn_arrow::after {
  transform: translateX(0px);
  transition: all 0.5s;
}

/* entry-page */

.entry_page_section {
  background: #f6fdff;
  padding-bottom: 144px;
}
.entry_step_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin: 0 auto;
  position: relative;
}
.entry_step_container img {
  position: absolute;
  top: 32px;
  right: -20px;
  width: 64px;
  height: 100px;
}

.entry_step_content:nth-of-type(2) {
  margin: 0 -15px;
}
.step_title_top {
  font-size: 15px;
  font-weight: 700;
  color: #4eb4e4;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.step_title_top span {
  font-size: 32px;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.step_title_btm {
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  background: #4eb4e4;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 220px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_cur_top {
  color: #148ec8;
}
.step_cur_btm {
  background: #148ec8;
}
.break_768 {
  display: none;
}
.break_450 {
  display: none;
}
.entry_step_btm_text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 1.7;
  margin-top: 16px;
}
.entry_step_btm_text span {
  border: 1px solid #e2573b;
  color: #e2573b;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 6px;
}
.entry_form_content {
  background: #fff;
  width: 1080px;
  margin: 72px auto 0 auto;
  padding: 89px 80px 72px 80px;
  border-radius: 10px;
}
.entry_label {
  display: block;
  margin-bottom: 50px;
}
.entry_label p {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  word-break: break-all;
}
.required.is-confirm {
  display: none;
}
.entry_label.is-confirm {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  padding: 24px 22px;
  margin: 0;
}
.entry_label.is-confirm:nth-of-type(1) {
  border-top: 1px solid #d0d0d0;
}
.entry_label_title.is-confirm {
  width: 300px;
  flex-shrink: 0;
}
.entry_label_radio.is-confirm {
  display: flex;
  border-bottom: 1px solid #d0d0d0;
}
.entry_label_radio.is-confirm:nth-of-type(1) {
  border-top: 1px solid #d0d0d0;
}
.entry_file_up_area.is-confirm {
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
  padding: 24px 22px;
  display: flex;
}
.entry_radio_title.is-confirm {
  padding: 24px 0 24px 22px;
  flex-shrink: 0;
  width: 320px;
}
.required {
  border: 1px solid #e2573b;
  color: #e2573b;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 6px;
}
.entry_label input {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.entry_label textarea {
  width: 100%;
  min-height: 156px;
  margin-top: 6px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
input {
  color: #333;
}
input::-webkit-input-placeholder {
  color: #d0d0d0;
}
input::-moz-placeholder {
  color: #d0d0d0;
}
input:-ms-input-placeholder {
  color: #d0d0d0;
}
input::-ms-input-placeholder {
  color: #d0d0d0;
}
input::placeholder {
  color: #d0d0d0;
}
textarea::-webkit-input-placeholder {
  color: #d0d0d0;
}
textarea::-moz-placeholder {
  color: #d0d0d0;
}
textarea:-ms-input-placeholder {
  color: #d0d0d0;
}
textarea::-ms-input-placeholder {
  color: #d0d0d0;
}
textarea::placeholder {
  color: #d0d0d0;
}
.entry_radio_area {
  width: 643px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin: 24px 0 48px 0; */
  padding: 24px 0;
  font-weight: 700;
}
.entry_radio_area_second {
  width: 660px;
}
.mw-wp-form_file {
  font-weight: 700;
}
.entry_radio_area label {
  width: auto;
  margin: 5px 0;
}
.entry_radio_area input[type="radio"] {
  cursor: pointer;
  vertical-align: initial;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.entry_radio_title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.entry_radio_title span {
  border: 1px solid #e2573b;
  color: #e2573b;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 6px;
}
.entry_radio_area label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.entry_file_up_area {
  display: block;
  margin-bottom: 30px;
}
.entry_file_up_area p {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.entry_file_up_area span {
  border: 1px solid #e2573b;
  color: #e2573b;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 6px;
}
.entry_file_up_area input::before {
  content: "ファイルをアップロード";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 22px;
  left: 60px;
}
.entry_file_up_area input {
  color: #fff;
  position: relative;
  cursor: pointer;
}
.entry_file_up_area input::file-selector-button {
  background: #333;
  color: #333;
  border-radius: 5px;
  width: 310px;
  height: 50px;
  margin-top: 10px;
  border: none;
}
.privacy_text {
  padding: 17px 40px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  height: 156px;
  overflow-y: scroll;
}
.privacy_text p {
  font-weight: 700;
}
.privacy_text p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
}
.privacy_text p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
}
.privacy_check {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  margin: 30px auto 63px auto;
}
.privacy_check p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
}
.privacy_check p:nth-of-type(2) {
  font-size: 11px;
  font-weight: 400;
  color: #333;
  margin-top: 5px;
  letter-spacing: 0em;
}
.mwform-checkbox-field-text {
  display: none;
}
.privacy_check input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 19px;
  height: 19px;
  margin: 5px 5px 0 0;
}

/* scrollでcheckできるよう設定 */
.check-disabled {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  color: #afafaf !important;
}
.entry_submit_area {
  width: 214px;
  height: 41px;
  margin: 0 auto;
  position: relative;
}
.entry_submit_area::after {
  content: "▶";
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 8px;
  color: #fff;
}
.entry_submit_area input[type="submit"] {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #333;
  border-radius: 5px;
  width: 214px;
  width: 100%;
  height: 100%;
  margin: 72px auto 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

/* confirm */
.entry_con_tr {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.entry_con_th {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 24px 0 24px 22px;
  width: 270px;
}
.entry_con_td {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 24px 22px 24px 0;
}
.con_back_btn {
  font-size: 16px;
  font-weight: 700;
  width: 50px;
  height: 12px;
  margin: 24px auto 32px auto;
  color: #333;
  position: relative;
  text-align: right;
  /* display: none; */
}
.con_back_btn::before {
  position: absolute;
  top: 6px;
  left: -4px;
  content: "▲";
  font-size: 8px;
  color: #333;
  transform: rotate(-90deg);
  /* display: none; */
}
.con_back_btn.is-confirm {
  /* display: block; */
}
.con_back_btn::before.is-confirm {
  /* display: block; */
}

/* complete */
.complete_back_btn {
  width: 275px;
  height: 41px;
  background: #333;
  color: #fff;
  margin: 48px auto 0 auto;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.complete_back_btn::before {
  position: absolute;
  top: 15px;
  left: 22px;
  content: "▲";
  transform: rotate(-90deg);
  font-size: 8px;
  color: #fff;
}

/* recruit */
.info_rec_page_section {
  background: #f6fdff;
}
.rec_inner_wrapper {
  background: #fff;
  width: 1080px;
  margin: 0 auto 180px auto;
  padding: 50px 75px 32px 75px;
  border-radius: 10px;
}
.rec_change_btn_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3px;
  margin-bottom: 12px;
  padding: 0 6px;
}
.rec_change_btn_first {
  width: 50%;
  background: #148ec8;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 20px 0;
}
.rec_change_btn_second {
  width: 50%;
  background: #f6f6f6;
  color: #148ec8;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 20px 0;
}
.rec_table {
  width: 100%;
  border-spacing: 7px 6px;
  border-collapse: separate;
}
.rec_tr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.rec_th {
  padding: 20px 38px;
  background: #148ec8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  width: 206px;
}
.rec_td {
  padding: 20px 52px;
  background: #f6fdff;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.rec_td p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.rec_td a:hover {
  opacity: 0.7;
}
.week-text {
  margin-left: 60px;
}

/* タブの切り替え */

.rec_change_btn {
  background: #f6f6f6;
  color: #148ec8;
  cursor: pointer;
}
.rec_change_btn.is-active {
  background: #148ec8;
  color: #fff;
}
.rec_content {
  display: none;
}
.rec_content.is-active {
  display: block;
}

/* FAQ */
.faq_container {
  background: #fff;
  padding: 27px 75px 48px 75px;
  width: 1080px;
  margin: 40px auto 180px auto;
}
.faq-content {
}
.faq_top {
  background: #f6fdff;
  border-radius: 10px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.faq_top span {
  font-size: 24px;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #148ec8;
  margin-right: 10px;
}
.faq_top p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.faq_btm {
  padding: 0px 32px 24px 32px;
  opacity: 0;
}
.faq_btm p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  position: relative;
  border: transparent;
  line-height: 0;
  transition: all 0.5s;
  padding: 0;
}

/* FAQ アコーディオン開閉 */
.faq_btm.is-active {
  padding: 25px 32px 32px 32px;
  opacity: 1;
  transition: all 0.5s;
}
.faq_btm.is-active.faq_btm p {
  line-height: 1.7;
}
.faq_top::after {
  content: "＋";
  font-size: 25px;
  font-weight: 700;
  color: #148ec8;
  position: absolute;
  top: 8px;
  right: 30px;
}
.faq_top.is-active::after {
  content: "－";
}

/* 404 */
.page_404_section {
  background: #f6fdff;
}
.page_404_wrapper {
}
.page_404_content {
  margin: 120px auto 0px auto;
  padding-bottom: 213px;
  width: 900px;
  position: relative;
}
.page_404_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000;
}
.page_404_text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #000;
}
.page_404_img {
  position: absolute;
  top: 10px;
  right: 215px;
  width: 74px;
  height: 138px;
}

@media screen and (min-width: 1500px) {
  .child_page_top_section {
    background-position: 0 100%;
  }
}
@media screen and (max-width: 1200px) {
  * {
    max-width: 100%;
    /* outline: 2px solid blue; */
  }
  .crumb-list {
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 40px;
    /* width: auto; */
    flex-wrap: wrap;
  }
  .crumb_home_icon {
    margin-bottom: 2px;
  }
  .crumb-item {
    white-space: nowrap;
    margin-bottom: 10px;
    margin: 0 12px;
  }
  .info_page_wrapper {
    width: 90%;
  }
  .info_page_table {
    width: 90%;
  }
  .info_rec_wrapper {
    width: 90%;
  }
  .info_rec_top {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .info_rec_btm_outer {
    width: 510px;
    justify-content: space-between;
    margin-top: 15px;
  }
  .info_rec_cn2,
  .info_rec_cn3 {
    margin: 0;
    width: 49%;
  }
  .info_rec_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .info_single_page_wrapper {
    width: 90%;
  }

  .entry_form_content {
    width: 90%;
  }

  .faq_container {
    width: 90%;
    padding: 27px 30px 48px 30px;
  }
  .faq_top {
    padding: 13px 60px 13px 32px;
  }

  .rec_inner_wrapper {
    width: 90%;
  }

  .page_404_content {
    width: 90%;
  }
  .page_404_img {
    top: -70px;
  }
}
@media screen and (max-width: 900px) {
  .info_page_tags {
    width: 400px;
  }
  .info_tag {
    width: 90px;
  }
  .info_page_ta_date {
    padding-left: 15px;
  }
  .info_page_ta_cat {
    width: 90px;
    margin: 25px 15px;
  }
  .info_page_ta_text {
    padding-right: 15px;
  }
  .info_rec_wrapper {
    padding-bottom: 100px;
  }

  .info_single_page_wrapper {
    padding: 40px 50px;
  }

  .entry_form_content {
    padding: 50px 40px;
  }

  .entry_con_th {
    width: 230px;
  }
  .entry_step_btm_text {
    padding: 0 20px;
  }

  .rec_inner_wrapper {
    margin: 0 auto;
    padding: 50px 20px 32px 20px;
    border-radius: 10px;
  }
  .rec_th {
    padding: 20px;
    width: 130px;
  }
  .rec_td {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .step_title_top {
    font-size: 14px;
  }
  .step_title_top span {
    font-size: 25px;
  }
  .break_768 {
    display: block;
  }
  .entry_step_container {
    width: auto;
  }
  .step_title_btm {
    font-size: 14px;
    width: 130px;
    height: 70px;
  }
  .entry_step_content:nth-of-type(2) {
    margin: -10px;
  }
  .entry_radio_area {
    justify-content: start;
  }
  .entry_label {
    margin-bottom: 20px;
  }
  .privacy_text {
    padding: 20px;
  }

  .entry_con_tr {
    display: flex;
    flex-direction: column;
  }
  .entry_con_th {
    font-size: 20px;
    padding: 24px 0 10px 22px;
  }
  .entry_con_td {
    padding: 10px 22px 24px 22px;
    color: #777;
  }

  .entry_step_container img {
    position: static;
    width: auto;
    height: 70px;
    margin-top: 25px;
  }

  .rec_change_btn_area {
    flex-direction: column;
    gap: 10px 0;
  }
  .rec__tr {
    display: flex;
    flex-direction: column;
  }
  .rec_th {
    width: auto;
    margin-top: 40px;
  }
  .rec_td {
    word-break: break-all;
  }
  .rec_change_btn_first,
  .rec_change_btn_second {
    width: 100%;
  }

  .info_single_title {
    font-size: 26px;
    margin: 12px 0 26px 0;
  }
  .info_single_sub_title {
    font-size: 22px;
  }

  .page_404_img {
    top: -25px;
    width: 50px;
    height: auto;
  }

  .entry_label.is-confirm {
    display: block;
  }
  .entry_label_title.is-confirm {
    width: auto;
    padding-bottom: 20px;
  }
  .entry_label_radio.is-confirm {
    display: block;
  }
  .entry_radio_area.is-confirm {
    padding-left: 24px;
  }
  .entry_file_up_area.is-confirm {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .crumb-list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .info_page_tags {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .info_tag {
    width: 35%;
    font-size: 12px;
    padding: 20px 0;
  }
  .info_page_tags img {
    top: 60px;
    left: 15px;
  }
  .info_page_tr {
    flex-wrap: wrap;
  }
  .info_page_ta_date {
    margin-bottom: 10px;
  }
  .info_page_ta_cat {
    width: 70px;
    margin: 25px 10px;
    margin-bottom: 10px;
  }
  .info_page_ta_text {
    width: 100%;
    padding-left: 15px;
    margin-top: 5px;
  }
  .info_rec_top {
    margin: 100px auto;
  }
  .info_rec_btm_outer {
    width: 90%;
  }
  .info_rec_cn1_outer {
    width: 90%;
  }
  .info_rec_cn1 {
    width: 100%;
  }
  .info_rec_cn2,
  .info_rec_cn3 {
    margin: 0;
    width: 48%;
    padding-right: 30px;
  }

  .info_single_page_wrapper {
    padding: 40px 20px;
  }
  .info_single_title {
    margin-bottom: 25px;
  }
  .info_single_sub_title {
    padding: 15px 10px;
  }
  .info_single_title_h3 {
    margin-top: 25px;
    padding: 10px;
  }

  .privacy_check {
    width: 100%;
  }
  .privacy_check p {
    font-size: 14px;
  }
  .privacy_check input[type="checkbox"] {
    margin: 2px 5px 0 0;
  }

  .entry_con_th {
    padding: 15px 0 10px 10px;
  }
  .entry_con_td {
    padding: 10px 10px 15px 10px;
  }

  .faq_container {
    padding: 20px;
  }
  .faq_top {
    padding: 13px 45px 13px 13px;
  }
  .faq_top::after {
    right: 13px;
  }
  .faq_top span {
    font-size: 18px;
  }
  .faq_top p {
    font-size: 14px;
  }
  .faq_top::after {
    font-size: 20px;
    top: 10px;
  }
  .faq_btm p {
    font-size: 14px;
  }
  .faq_btm {
    padding: 10px;
  }
  .faq_btm.is-active {
    padding: 10px;
  }
  .faq_btm p.is-active {
    line-height: 1.5;
  }

  .rec_inner_wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rec_td p {
    font-size: 14px;
  }

  .page_404_img {
    right: 50px;
  }
}
@media screen and (max-width: 500px) {
  .rec_left_img {
    top: -35px;
    left: -30px;
  }
  .info_rec_cn2,
  .info_rec_cn3 {
    padding-right: 50px;
  }
  .rec_cn2_arrow,
  .rec_cn3_arrow {
    right: 12px;
  }

  .entry_form_content {
    padding: 30px 20px;
  }
  .privacy_text p:nth-of-type(2) {
    font-size: 14px;
    margin-top: 10px;
  }

  .entry_label.is-confirm {
    padding: 12px;
  }
  .entry_label_radio.is-confirm {
    padding: 12px;
  }
  .entry_label_title.is-confirm {
    padding: 0;
  }
  .entry_radio_area.is-confirm {
    padding-left: 0;
    margin: 10px 0;
  }
  .entry_file_up_area.is-confirm {
    padding: 12px;
  }
}
@media screen and (max-width: 450px) {
  .step_title_top {
    font-size: 12px;
  }
  .step_title_top span {
    font-size: 20px;
  }
  .step_title_btm {
    font-size: 12px;
    width: 100px;
    height: 50px;
  }
  .entry_step_content:nth-of-type(2) {
    margin: -5px;
  }
  .entry_step_btm_text {
    font-size: 12px;
  }
  .break_450 {
    display: block;
  }
  .privacy_check input[type="checkbox"] {
    margin: 10px 5px 0 0;
  }

  .entry_step_container img {
    height: 50px;
  }
}
@media screen and (max-width: 400px) {
  .entry_label input,
  .entry_label textarea {
    padding: 15px;
  }
  .entry_file_up_area input::before {
    left: 25px;
  }
  .entry_file_up_area input::file-selector-button {
    width: 230px;
  }
  .privacy_text {
    padding: 15px;
  }
  .privacy_text p:nth-of-type(2) {
    font-size: 12px;
    margin-top: 10px;
  }

  .page_404_title {
    font-size: 22px;
  }
  .page_404_text {
    font-size: 14px;
  }
  .page_404_img {
    right: 10px;
    top: -40px;
  }
}
@media screen and (max-width: 376px) {
  .info_page_tags img {
    left: 5px;
  }
  .rec_right_img {
    right: -25px;
  }
  .rec_cn1_arrow {
    right: 25px;
  }
  .info_rec_cn2,
  .info_rec_cn3 {
    font-size: 16px;
    padding-right: 40px;
  }
  .rec_cn2_arrow,
  .rec_cn3_arrow {
    right: 5px;
  }

  .entry_step_container img {
    margin-left: -10px;
  }
}
@media screen and (max-width: 900px) {
}

/* 2025.03.31追加 */
.entry_radio_area {
  width: auto;
  justify-content: left;
  gap: 0 10px;
}
