@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap);
@charset "UTF-8";
/**
* Base - サイトのベースになるcss
*/
/*
* Color
*/
:root {
  --txt-primary: #333;
  --color-white: #fff;
  --color-navy: #005493;
  --color-blue: #BAEAFF;
  --color-yellow: #FABF00;
  --color-red: #e20000;
  --color-sub: #7cbe50;
  --color-btn: #1824c5;
  --color-faq: #0066cc;
  --color-contact: #007cad;
  --bg-blue: #F0F8FC;
  --border-gray: #c7cbce;
  --color-danger: #DB0000;
}

/*
* ダークモードに対応する場合は以下のメディアクエリを
*/
/*
* Font
*/
/*
* Font Size
*/
/* PC Tablet */
/* Mobile */
/*
* Media Query
*/
html {
  font-size: 62.5%;
}

* {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "BIZ UDPGothic", Meiryo, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.556;
  color: #333;
  color: var(--txt-primary);
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main li,
main a {
  line-height: 1.6;
}

a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
}

strong {
  font-weight: bold;
}

input[type=radio] {
  margin: 0 7px 0 0;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
select:focus,
textarea {
  font-size: 16px;
}

p {
  color: #333;
  color: var(--txt-primary);
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.bl_main_flex a {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 48px auto;
}
@media screen and (max-width: 500px) {
  .bl_main_flex a {
    flex-direction: column;
  }
}
.bl_main_flex a img {
  width: 48%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 500px) {
  .bl_main_flex a img {
    width: 100%;
  }
}

.bl_main_table {
  margin: 48px auto 64px;
}
@media screen and (max-width: 500px) {
  .bl_main_table {
    width: 100%;
  }
}
.bl_main_table th,
.bl_main_table td {
  padding: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .bl_main_table th,
.bl_main_table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
.bl_main_table th {
  border-bottom: 2px solid #007cad;
  border-bottom: 2px solid var(--color-contact);
  text-align: center;
  width: 186px;
}
@media screen and (max-width: 500px) {
  .bl_main_table th {
    width: 100%;
  }
}
.bl_main_table .contact {
  line-height: 1.2;
}
.bl_main_table .contact span {
  font-size: 1.4rem;
  font-weight: normal;
}
.bl_main_table td {
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 500px) {
  .bl_main_table td {
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) {
  .bl_main_table td ul li {
    margin-bottom: 4px;
    margin-left: 0 !important;
    text-indent: 0 !important;
  }
}
.bl_main_table td ul .kiso {
  margin-left: 260px;
  text-indent: -260px;
}
.bl_main_table td ul .jissen {
  margin-left: 190px;
  text-indent: -190px;
}

.bl_main_contact {
  position: absolute;
  top: 24px;
  right: 3.5%;
  display: flex;
  gap: 24px;
}

.bl_main_movie_box {
  display: flex;
  justify-content: space-between;
  gap: 56px 24px;
  flex-wrap: wrap;
  margin: 64px 0;
}
@media screen and (max-width: 768px) {
  .bl_main_movie_box {
    flex-direction: column;
  }
}

.bl_main_movie {
  width: 48%;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .bl_main_movie {
    width: 100%;
    min-height: 350px;
  }
}

.bl_main_precautions {
  text-align: center;
  margin-top: 64px;
}
.bl_main_precautions p {
  margin-bottom: 8px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 !important;
}

.bl_main_link_box {
  display: flex;
  gap: 15px;
  margin: 8px 0 0;
  flex-wrap: wrap;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .bl_main_link_box {
    display: block;
    text-align: left;
    margin: 15px 0 0;
  }
}
.bl_main_link_box .bl_main_link {
  background-color: #fff;
  background-color: var(--color-white);
  color: #007cad;
  color: var(--color-contact);
  border: 2px solid #007cad;
  border: 2px solid var(--color-contact);
  border-radius: 8px;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.bl_main_link_box .bl_main_link:hover {
  background-color: #007cad;
  background-color: var(--color-contact);
  color: #fff;
  color: var(--color-white);
}
.bl_main_link_box i {
  margin: 0;
  flex-shrink: 0;
}

.bl_main_a_link {
  color: #007cad;
  color: var(--color-contact);
  text-decoration: underline;
}
.bl_main_a_link:hover {
  text-decoration: none;
}

.bl_main_br_ttl {
  display: block;
}
@media screen and (max-width: 413px) {
  .bl_main_br_ttl {
    display: none;
  }
}

.bl_main_br500 {
  display: none;
}
@media screen and (max-width: 500px) {
  .bl_main_br500 {
    display: block;
  }
}

.bl_main_br500_min {
  display: block;
}
@media screen and (max-width: 500px) {
  .bl_main_br500_min {
    display: none;
  }
}

.bl_main_br1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bl_main_br1024 {
    display: block;
  }
}

#bl_main_page_top {
  position: fixed;
  bottom: 0;
  right: 8px;
  font-size: 77%;
  z-index: 998;
}
#bl_main_page_top a {
  background: #1824c5;
  background: var(--color-btn);
  text-decoration: none;
  color: #fff;
  width: 48px;
  height: 48px;
  padding: 12px 0 0 0;
  text-align: center;
  display: block;
  line-height: 0.5;
}
@media screen and (max-width: 500px) {
  #bl_main_page_top a {
    width: 40px;
    height: 40px;
    padding: 8px 0 0;
  }
}
#bl_main_page_top a i {
  font-size: 2.6rem;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  border: 1px solid #e7e7e7;
}

.video-thumbnail {
  cursor: pointer;
  position: relative;
}
.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px 40px;
  color: white;
  font-size: 2rem;
  border-radius: 10px;
  pointer-events: none;
}
.play-button i {
  font-size: 5.6rem;
}

.video-iframe {
  padding: 56.25% 0 0 0;
  position: relative;
  display: none;
}

.vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_faq_btn_box {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bl_faq_btn_box li {
    width: 48%;
  }
}
@media screen and (max-width: 425px) {
  .bl_faq_btn_box li {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .bl_faq_btn_box {
    width: 100%;
    max-width: 656px;
    margin: 0 auto 64px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .bl_faq_btn_box {
    max-width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .bl_faq_btn_box {
    gap: 12px 0;
  }
}
@media screen and (max-width: 425px) {
  .bl_faq_btn_box {
    flex-direction: column;
  }
}

.bl_faq_btn {
  padding: 8px 0 8px 12px;
  background-color: #e7f1ff;
  width: 208px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .bl_faq_btn {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .bl_faq_btn {
    padding: 8px 0 8px 8px;
  }
}
.bl_faq_btn i {
  font-size: 1.5rem;
  color: #0066cc;
  color: var(--color-faq);
}

.bl_faq_box {
  margin-top: 32px;
}
.bl_faq_box li {
  padding: 24px 0;
  border-radius: 4px;
  border-bottom: 1px dashed #c4c8ff;
}
.bl_faq_box li:first-child {
  padding-top: 0;
}

.bl_faq_q {
  font-size: 2rem;
  font-weight: bold;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.bl_faq_q::before {
  content: "Q";
  font: var(--fa-font-solid);
  color: #fff;
  background-color: #005fee;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .bl_faq_q::before {
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bl_faq_q {
    font-size: 1.8rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .bl_faq_q {
    padding: 16px 8px;
    gap: 8px;
  }
}

.bl_faq_a {
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.bl_faq_a::before {
  content: "A";
  font: var(--fa-font-solid);
  color: #fff;
  background-color: #ee0000;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .bl_faq_a::before {
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .bl_faq_a {
    padding: 16px 8px;
    gap: 8px;
  }
}

.bl_faq_padding {
  padding-left: 48px;
}

header {
  width: 90%;
  max-width: 1792px;
  margin: 16px auto 0;
}

.bl_header_box {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.bl_header_box li {
  color: #fff;
  border-radius: 50px;
}
.bl_header_box li a {
  padding: 12px 24px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .bl_header_box li a {
    padding: 12px 20px;
  }
}
.bl_header_box li:nth-child(1) {
  background-color: #0066cc;
  background-color: var(--color-faq);
}
.bl_header_box li:nth-child(2) {
  background-color: #007cad;
  background-color: var(--color-contact);
}

footer {
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (max-width: 425px) {
  footer {
    padding-bottom: 56px;
  }
}

.bl_que_box {
  margin: 48px 0;
}

.bl_que_box_pra {
  padding-bottom: 64px;
  border-bottom: 1px solid #ccc;
}

.bl_que_question {
  margin-bottom: 16px;
  display: flex;
  gap: 16px 8px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_que_question {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bl_que_question .bl_que_lab_p {
  font-size: 2rem;
  font-weight: 500;
  color: #0066cc;
  color: var(--color-faq);
}
@media screen and (max-width: 1024px) {
  .bl_que_question .bl_que_lab_p {
    font-size: 1.6rem;
  }
}
.bl_que_question .label-required {
  font-size: 1.4rem;
  background-color: #c90000;
  color: #fff;
  padding: 2px 8px;
  width: 44px;
  flex-shrink: 0;
}

.bl_que_label {
  display: flex;
  gap: 8px;
}
.bl_que_label .label-prefix {
  min-width: 31.5px;
}

/*ラジオボタン・チェックボックス共通----------*/
input {
  -webkit-appearance: revert !important;
     -moz-appearance: revert !important;
          appearance: revert !important;
}

::-moz-placeholder {
  color: #ccc !important;
}

:-ms-input-placeholder {
  color: #ccc !important;
}

::placeholder {
  color: #ccc !important;
}

.bl_que_radio_box {
  display: grid;
}

.bl_que_radio_box_2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .bl_que_radio_box_2col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bl_que_radio_box_2col .bl_que_radio:first-child {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
@media screen and (max-width: 768px) {
  .bl_que_radio_box_2col .bl_que_radio:first-child {
    border-start-end-radius: 4px;
    border-end-start-radius: 0;
  }
}
.bl_que_radio_box_2col .bl_que_radio:not(:first-child) {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .bl_que_radio_box_2col .bl_que_radio:not(:first-child) {
    border-top: none;
    border-left: 1px solid #acacac;
  }
}
.bl_que_radio_box_2col .bl_que_radio:last-child {
  border-left: none;
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
@media screen and (max-width: 768px) {
  .bl_que_radio_box_2col .bl_que_radio:last-child {
    border-start-end-radius: 0;
    border-end-start-radius: 4px;
    border-left: 1px solid #acacac;
  }
}

.bl_que_radio_box_1col {
  display: grid;
}
.bl_que_radio_box_1col .bl_que_radio:first-child {
  border-radius: 4px 4px 0 0;
}
.bl_que_radio_box_1col .bl_que_radio:last-child {
  border-radius: 0 0 4px 4px;
}
.bl_que_radio_box_1col .bl_que_radio:not(:last-child) {
  border-bottom: none;
}
.bl_que_radio_box_1col .bl_que_radio_other:first-child {
  border-radius: 4px 4px 0 0;
}
.bl_que_radio_box_1col .bl_que_radio_other:last-child {
  border-radius: 0 0 4px 4px;
}
.bl_que_radio_box_1col .bl_que_radio_other:not(:last-child) {
  border-bottom: none;
}

.bl_que_label_rc {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 48px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl_que_label_rc {
    height: 64px;
  }
}
.bl_que_label_rc input {
  flex-shrink: 0;
}

.bl_que_radio_box_4col {
  grid-template-columns: repeat(4, 1fr);
}
.bl_que_radio_box_4col .bl_que_radio:first-child {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.bl_que_radio_box_4col .bl_que_radio:not(:first-child) {
  border-left: none;
}
.bl_que_radio_box_4col .bl_que_radio:last-child {
  border-left: none;
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
.bl_que_radio_box_4col .bl_que_radio input[type=radio] {
  margin-right: 8px !important;
}
@media screen and (max-width: 1024px) {
  .bl_que_radio_box_4col .bl_que_radio input[type=radio] {
    margin-right: 16px;
  }
}
.bl_que_radio_box_4col .bl_que_radio .bl_que_label_rc {
  padding: 0px 16px !important;
}
@media screen and (max-width: 1024px) {
  .bl_que_radio_box_4col .bl_que_radio .bl_que_label_rc {
    padding: 0px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .bl_que_radio_box_4col {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_que_radio_box_4col .bl_que_radio:first-child {
    border-start-end-radius: 4px;
    border-end-start-radius: 0;
  }
  .bl_que_radio_box_4col .bl_que_radio:last-child {
    border-start-end-radius: 0;
    border-end-start-radius: 4px;
  }
  .bl_que_radio_box_4col .bl_que_radio:not(:first-child) {
    border-top: none;
    border-left: 1px solid #acacac;
  }
}

.bl_que_practice_title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 32px;
  padding-top: 24px;
  color: #0066cc;
  color: var(--color-faq);
}
@media screen and (max-width: 1024px) {
  .bl_que_practice_title {
    font-size: 1.8rem;
  }
}

/*ラジオボタン共通----------*/
input[type=radio] {
  /* margin: 0 0 0 27px; */
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 16px;
}

.bl_que_radio {
  border: 1px solid #acacac;
  transition: background-color 0.2s;
  display: flex;
}
.bl_que_radio:hover {
  background-color: #f0f0f0;
  transition: background-color 0.2s;
}

.bl_que_radio_other {
  border: 1px solid #acacac;
  transition: background-color 0.2s;
  display: block;
}
.bl_que_radio_other:hover {
  background-color: #f0f0f0;
  transition: background-color 0.2s;
}

/*チェックボックス共通----------*/
input[type=checkbox] {
  /* margin: 0 0 0 27px; */
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 16px;
}

.bl_que_checkbox {
  display: flex;
}

.bl_que_checkbox_other {
  display: block !important;
}

/*テキストエリア*/
.bl_que_textarea {
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 4px;
  padding: 8px 8px;
}

.bl_que_tex-container {
  display: none;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 0 24px 24px 24px;
}
.bl_que_tex-container .bl_que_textarea {
  margin-top: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.submit_btn {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  width: 100%;
  max-width: 360px;
  margin: 88px auto 0;
  background-color: #1824c5;
  background-color: var(--color-btn);
  text-align: center;
  padding: 16px 0;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  border-bottom: 2px solid #999;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1), 0px 3px 10px -7px rgba(0, 0, 0, 0.8), 0px 5px 20px -12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1), 0px 3px 10px -7px rgba(0, 0, 0, 0.8), 0px 5px 20px -12px rgba(0, 0, 0, 0.6);
}
.submit_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.submit_btn::after::after {
  border-color: #FFF;
}
.submit_btn:hover {
  border-bottom: 2px solid #c4c8ff;
  transform: translateY(3px);
}
.submit_btn:disabled {
  background-color: #ccc;
  color: #999;
  border-bottom: 2px solid #aaa;
  box-shadow: none;
  cursor: not-allowed !important;
}

.bl_que_error {
  display: none;
  color: #ff0000;
  font-weight: 500;
  margin-bottom: 8px;
}

.bl_que_thanks {
  font-size: 2.4rem;
  text-align: center;
  margin: 72px 0;
}

.bl_que_thanks_p {
  text-align: center;
  margin: 72px 0;
}

.bl_que_area {
  max-width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.bl_que_flex {
  display: flex;
  justify-content: space-between;
  gap: 24px 0;
  margin: 48px 0;
}
@media screen and (max-width: 500px) {
  .bl_que_flex {
    flex-direction: column;
  }
}

.bl_que_box_basics {
  width: 48%;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .bl_que_box_basics {
    width: 100%;
  }
}

.bl_que_personal {
  padding-top: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .bl_que_personal {
    font-size: 1.5rem;
  }
}

.bl_que_personal_title {
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .bl_que_personal_title {
    font-size: 1.6rem;
  }
}

.bl_que_personal_list li {
  margin-bottom: 8px;
}
.bl_que_personal_list li:first-child {
  margin-top: 8px;
}

.bl_que_personal_check {
  margin: 0 auto;
}
.bl_que_personal_check label {
  border: 2px solid #007cad;
  border: 2px solid var(--color-contact);
  border-radius: 8px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}

.other-input {
  border: 2px solid #0066cc !important;
  border: 2px solid var(--color-faq) !important;
  background-color: #fff;
}

.bl_app_select_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .bl_app_select_box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .bl_app_select {
    width: 100%;
  }
}
.bl_app_select select {
  box-sizing: border-box;
  appearance: auto !important;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  height: 42px;
  line-height: 42px;
  padding: 0 8px;
  margin-right: 8px;
  font-size: 1.8rem;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .bl_app_select select {
    width: 88%;
  }
}

.bl_app_select_prefecture {
  box-sizing: border-box;
  appearance: auto !important;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  font-size: 1.8rem;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 500px) {
  .bl_app_select_prefecture {
    max-width: 100%;
  }
}
.bl_app_select_prefecture:focus {
  font-size: 1.8rem;
}

.is-error {
  border: 1px solid red;
}

.label-text-app {
  font-weight: 500;
}

.bl_apply {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
  align-items: center;
}
.bl_apply li {
  width: 100%;
  max-width: 456px;
}
@media screen and (max-width: 500px) {
  .bl_apply li {
    max-width: 320px;
  }
}
.bl_apply li button {
  width: 100%;
  padding: 24px;
  border: 2px solid #D93D00;
  color: #D93D00;
  border-radius: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .bl_apply li button {
    padding: 24px 16px;
  }
}
.bl_apply li button:hover {
  transition: 0.3s;
  background-color: #D93D00;
  color: #fff;
}
.bl_apply li p {
  font-size: 1.4rem;
  margin-top: 8px;
}
.bl_apply li:first-child button {
  width: 100%;
  padding: 24px;
  border: 2px solid #0066cc;
  border: 2px solid var(--color-faq);
  color: #0066cc;
  color: var(--color-faq);
  border-radius: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .bl_apply li:first-child button {
    padding: 24px 16px;
  }
}
.bl_apply li:first-child button:hover {
  transition: 0.3s;
  background-color: #0066cc;
  background-color: var(--color-faq);
  color: #fff;
}

.bl_test_h1 {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .bl_test_h1 {
    text-align: left !important;
  }
}

.bl_test_box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.bl_test_box:last-child {
  border-bottom: none;
}

.bl_box_line {
  border-bottom: none;
}

.bl_test_question {
  margin-bottom: 15px;
}
.bl_test_question .bl_test_label {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  color: #333;
  color: var(--txt-primary);
}
.bl_test_question .label-text {
  margin: 0;
  padding: 8px 12px;
  border-radius: 4px;
}

.bl_test_answer {
  margin-top: 20px;
}
.bl_test_answer .bl_test_radio_box {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bl_test_answer .bl_test_radio_box .bl_test_radio {
  margin-bottom: 12px;
}
.bl_test_answer .bl_test_radio_box .bl_test_radio .bl_test_label_item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.3s ease;
  background-color: #fff;
  background-color: var(--color-white);
  font-size: 1.8rem;
}
.bl_test_answer .bl_test_radio_box .bl_test_radio .bl_test_label_item input[type=radio] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_test_answer .bl_test_radio_box .bl_test_radio .bl_test_label_item input[type=radio] {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.bl_test_answer .bl_test_radio_box .bl_test_radio .bl_test_label_item:hover {
  border-color: #007cad;
  border-color: var(--color-contact);
  background-color: #f0f5ff;
}

.el_ttl_h1 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .el_ttl_h1 {
    font-size: 2.4rem;
  }
}
.el_ttl_h1 .basics {
  color: #1824c5;
  color: var(--color-btn);
}
.el_ttl_h1 .practice {
  color: #D93D00;
}

.el_ttl_fqa {
  font-size: 2.4rem;
  padding-top: 64px;
  margin-top: -64px;
}
@media screen and (max-width: 768px) {
  .el_ttl_fqa {
    font-size: 2rem;
  }
}

.el_btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  margin: auto;
  max-width: 360px;
  padding: 16px 24px 16px 16px;
  text-decoration: none;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  background: #1824c5;
  background: var(--color-btn);
  border-radius: 50px;
  border-bottom: 2px solid #999;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1), 0px 3px 10px -7px rgba(0, 0, 0, 0.8), 0px 5px 20px -12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1), 0px 3px 10px -7px rgba(0, 0, 0, 0.8), 0px 5px 20px -12px rgba(0, 0, 0, 0.6);
}
.el_btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.el_btn a::after::after {
  border-color: #FFF;
}
.el_btn a:hover {
  border-bottom: 2px solid #c4c8ff;
  transform: translateY(3px);
}

.ly_sec_main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}

.ly_sec_sub {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 0;
}

.ly_sec_40px {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

/*
* margin
*/
.hp {
  /* margin top */
  /* margin right */
  /* margin bottom */
  /* margin left */
}
.hp_mt0p {
  margin-top: 0px !important;
}
.hp_mt5p {
  margin-top: 5px !important;
}
.hp_mt8p {
  margin-top: 8px !important;
}
.hp_mt10p {
  margin-top: 10px !important;
}
.hp_mt15p {
  margin-top: 15px !important;
}
.hp_mt16p {
  margin-top: 16px !important;
}
.hp_mt20p {
  margin-top: 20px !important;
}
.hp_mt24p {
  margin-top: 24px !important;
}
.hp_mt25p {
  margin-top: 25px !important;
}
.hp_mt30p {
  margin-top: 30px !important;
}
.hp_mt32p {
  margin-top: 32px !important;
}
.hp_mt35p {
  margin-top: 35px !important;
}
.hp_mt40p {
  margin-top: 40px !important;
}
.hp_mt45p {
  margin-top: 45px !important;
}
.hp_mt48p {
  margin-top: 48px !important;
}
.hp_mt50p {
  margin-top: 50px !important;
}
.hp_mt55p {
  margin-top: 55px !important;
}
.hp_mt60p {
  margin-top: 60px !important;
}
.hp_mt64p {
  margin-top: 64px !important;
}
.hp_mt65p {
  margin-top: 65px !important;
}
.hp_mt70p {
  margin-top: 70px !important;
}
.hp_mt75p {
  margin-top: 75px !important;
}
.hp_mt80p {
  margin-top: 80px !important;
}
.hp_mt85p {
  margin-top: 85px !important;
}
.hp_mt90p {
  margin-top: 90px !important;
}
.hp_mt95p {
  margin-top: 95px !important;
}
.hp_mt100p {
  margin-top: 100px !important;
}
.hp_mt130p {
  margin-top: 130px !important;
}
.hp_mt225p {
  margin-top: 225px !important;
}
.hp_mr0p {
  margin-right: 0px !important;
}
.hp_mr5p {
  margin-right: 5px !important;
}
.hp_mr8p {
  margin-right: 8px !important;
}
.hp_mr10p {
  margin-right: 10px !important;
}
.hp_mr15p {
  margin-right: 15px !important;
}
.hp_mr16p {
  margin-right: 16px !important;
}
.hp_mr20p {
  margin-right: 20px !important;
}
.hp_mr25p {
  margin-right: 25px !important;
}
.hp_mr30p {
  margin-right: 30px !important;
}
.hp_mr35p {
  margin-right: 35px !important;
}
.hp_mr40p {
  margin-right: 40px !important;
}
.hp_mr45p {
  margin-right: 45px !important;
}
.hp_mr50p {
  margin-right: 50px !important;
}
.hp_mr55p {
  margin-right: 55px !important;
}
.hp_mr60p {
  margin-right: 60px !important;
}
.hp_mr65p {
  margin-right: 65px !important;
}
.hp_mr70p {
  margin-right: 70px !important;
}
.hp_mb0p {
  margin-bottom: 0px !important;
}
.hp_mb5p {
  margin-bottom: 5px !important;
}
.hp_mb8p {
  margin-bottom: 8px !important;
}
.hp_mb10p {
  margin-bottom: 10px !important;
}
.hp_mb15p {
  margin-bottom: 15px !important;
}
.hp_mb16p {
  margin-bottom: 16px !important;
}
.hp_mb20p {
  margin-bottom: 20px !important;
}
.hp_mb24p {
  margin-bottom: 24px !important;
}
.hp_mb25p {
  margin-bottom: 25px !important;
}
.hp_mb30p {
  margin-bottom: 30px !important;
}
.hp_mb32p {
  margin-bottom: 32px !important;
}
.hp_mb35p {
  margin-bottom: 35px !important;
}
.hp_mb40p {
  margin-bottom: 40px !important;
}
.hp_mb45p {
  margin-bottom: 45px !important;
}
.hp_mb48p {
  margin-bottom: 48px !important;
}
.hp_mb50p {
  margin-bottom: 50px !important;
}
.hp_mb55p {
  margin-bottom: 55px !important;
}
.hp_mb56p {
  margin-bottom: 56px !important;
}
.hp_mb60p {
  margin-bottom: 60px !important;
}
.hp_mb65p {
  margin-bottom: 65px !important;
}
.hp_mb64p {
  margin-bottom: 64px !important;
}
.hp_mb70p {
  margin-bottom: 70px !important;
}
.hp_mb75p {
  margin-bottom: 75px !important;
}
.hp_mb80p {
  margin-bottom: 80px !important;
}
.hp_mb85p {
  margin-bottom: 85px !important;
}
.hp_mb90p {
  margin-bottom: 90px !important;
}
.hp_mb95p {
  margin-bottom: 95px !important;
}
.hp_mb100p {
  margin-bottom: 100px !important;
}
.hp_mb105p {
  margin-bottom: 105px !important;
}
.hp_ml0p {
  margin-left: 0px !important;
}
.hp_ml5p {
  margin-left: 5px !important;
}
.hp_ml8p {
  margin-left: 8px !important;
}
.hp_ml10p {
  margin-left: 10px !important;
}
.hp_ml15p {
  margin-left: 15px !important;
}
.hp_ml16p {
  margin-left: 16px !important;
}
.hp_ml20p {
  margin-left: 20px !important;
}
.hp_ml25p {
  margin-left: 25px !important;
}
.hp_ml30p {
  margin-left: 30px !important;
}
.hp_ml35p {
  margin-left: 35px !important;
}
.hp_ml40p {
  margin-left: 40px !important;
}
.hp_ml45p {
  margin-left: 45px !important;
}
.hp_ml50p {
  margin-left: 50px !important;
}
.hp_ml55p {
  margin-left: 55px !important;
}
.hp_ml60p {
  margin-left: 60px !important;
}
.hp_ml65p {
  margin-left: 65px !important;
}
.hp_ml70p {
  margin-left: 70px !important;
}

/*
* padding
*/
.hp {
  /* padding top */
  /* padding right */
  /* padding bottom */
  /* padding left */
}
.hp_pt0p {
  padding-top: 0px !important;
}
.hp_pt5p {
  padding-top: 5px !important;
}
.hp_pt10p {
  padding-top: 10px !important;
}
.hp_pt15p {
  padding-top: 15px !important;
}
.hp_pt20p {
  padding-top: 20px !important;
}
.hp_pt24p {
  padding-top: 24px !important;
}
.hp_pt25p {
  padding-top: 25px !important;
}
.hp_pt30p {
  padding-top: 30px !important;
}
.hp_pt35p {
  padding-top: 35px !important;
}
.hp_pt40p {
  padding-top: 40px !important;
}
.hp_pt45p {
  padding-top: 45px !important;
}
.hp_pt50p {
  padding-top: 50px !important;
}
.hp_pt55p {
  padding-top: 55px !important;
}
.hp_pt60p {
  padding-top: 60px !important;
}
.hp_pt65p {
  padding-top: 65px !important;
}
.hp_pt70p {
  padding-top: 70px !important;
}
.hp_pt75p {
  padding-top: 75px !important;
}
.hp_pt95p {
  padding-top: 95px !important;
}
.hp_pt100p {
  padding-top: 100px !important;
}
.hp_pt105p {
  padding-top: 105px !important;
}
.hp_pt110p {
  padding-top: 110px !important;
}
.hp_pt115p {
  padding-top: 115px !important;
}
.hp_pt130p {
  padding-top: 130px !important;
}
.hp_pt225p {
  padding-top: 225px !important;
}
.hp_pr0p {
  padding-right: 0px !important;
}
.hp_pr5p {
  padding-right: 5px !important;
}
.hp_pr10p {
  padding-right: 10px !important;
}
.hp_pr15p {
  padding-right: 15px !important;
}
.hp_pr20p {
  padding-right: 20px !important;
}
.hp_pr25p {
  padding-right: 25px !important;
}
.hp_pr30p {
  padding-right: 30px !important;
}
.hp_pr35p {
  padding-right: 35px !important;
}
.hp_pr40p {
  padding-right: 40px !important;
}
.hp_pr45p {
  padding-right: 45px !important;
}
.hp_pr50p {
  padding-right: 50px !important;
}
.hp_pr55p {
  padding-right: 55px !important;
}
.hp_pr60p {
  padding-right: 60px !important;
}
.hp_pr65p {
  padding-right: 65px !important;
}
.hp_pr70p {
  padding-right: 70px !important;
}
.hp_pb0p {
  padding-bottom: 0px !important;
}
.hp_pb5p {
  padding-bottom: 5px !important;
}
.hp_pb10p {
  padding-bottom: 10px !important;
}
.hp_pb15p {
  padding-bottom: 15px !important;
}
.hp_pb20p {
  padding-bottom: 20px !important;
}
.hp_pb25p {
  padding-bottom: 25px !important;
}
.hp_pb30p {
  padding-bottom: 30px !important;
}
.hp_pb35p {
  padding-bottom: 35px !important;
}
.hp_pb40p {
  padding-bottom: 40px !important;
}
.hp_pb45p {
  padding-bottom: 45px !important;
}
.hp_pb50p {
  padding-bottom: 50px !important;
}
.hp_pb55p {
  padding-bottom: 55px !important;
}
.hp_pb60p {
  padding-bottom: 60px !important;
}
.hp_pb65p {
  padding-bottom: 65px !important;
}
.hp_pb70p {
  padding-bottom: 70px !important;
}
.hp_pb75p {
  padding-bottom: 75px !important;
}
.hp_pb105p {
  padding-bottom: 105px !important;
}
.hp_pb110p {
  padding-bottom: 110px !important;
}
.hp_pb115p {
  padding-bottom: 115px !important;
}
.hp_pb120p {
  padding-bottom: 120px !important;
}
.hp_pb125p {
  padding-bottom: 125px !important;
}
.hp_pb130p {
  padding-bottom: 130px !important;
}
.hp_pl0p {
  padding-left: 0px !important;
}
.hp_pl5p {
  padding-left: 5px !important;
}
.hp_pl10p {
  padding-left: 10px !important;
}
.hp_pl15p {
  padding-left: 15px !important;
}
.hp_pl20p {
  padding-left: 20px !important;
}
.hp_pl25p {
  padding-left: 25px !important;
}
.hp_pl30p {
  padding-left: 30px !important;
}
.hp_pl35p {
  padding-left: 35px !important;
}
.hp_pl40p {
  padding-left: 40px !important;
}
.hp_pl45p {
  padding-left: 45px !important;
}
.hp_pl50p {
  padding-left: 50px !important;
}
.hp_pl55p {
  padding-left: 55px !important;
}
.hp_pl60p {
  padding-left: 60px !important;
}
.hp_pl65p {
  padding-left: 65px !important;
}
.hp_pl70p {
  padding-left: 70px !important;
}

/*
* font
*/
.hp_fwBold {
  font-weight: bold !important;
}
.hp_fs80per {
  font-size: 0.8em !important;
}
.hp_fs120per {
  font-size: 1.2em !important;
}
.hp_fs140per {
  font-size: 1.4em !important;
}
.hp_fs4rem {
  font-size: 4rem !important;
}

.hp_txtCenter {
  text-align: center !important;
}
.hp_txtLeft {
  text-align: left !important;
}
.hp_txtRight {
  text-align: right !important;
}
.hp_txtJust {
  text-align: justify !important;
}
.hp_txtunder a:hover {
  text-decoration: underline;
}

/*
* color
*/
.hp_colorMain {
  color: var(--color-primary) !important;
}
.hp_colorDanger {
  color: #DB0000 !important;
  color: var(--color-danger) !important;
}
.hp_colorBl {
  color: #264CC4;
}
.hp_colorRed {
  color: red;
}
