@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@charset "UTF-8";
/**
* Base - サイトのベースになるcss
*/
/*
* Color
*/
:root {
  --txt-primary: #333;
  --color-main: #FF611E;
  --color-sub: #FF9900;
  --color-white: #fff;
  --color-blue: #4081BC;
  --color-green: #35804A;
  --bg-orange: #ffecdc;
  --border-gray: #c7cbce;
  --color-danger: #DB0000;
}

/*
* ダークモードに対応する場合は以下のメディアクエリを
*/
/*
* Font
*/
/*
* Font Size
*/
/* PC Tablet */
/* Mobile */
/*
* Media Query
*/
/*
* メディアクエリ
*/
/*
* ドロップシャドウ
*/
/*
* vwの計算
*/
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.6rem;
  line-height: 1.6;
  color: var(--txt-primary);
}

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 {
  color: #00e;
}
a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}

strong {
  font-weight: bold;
}

small {
  font-size: 70%;
}

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: var(--txt-primary);
}

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

.ly_sect_cover {
  padding-top: 104px;
  max-width: 1680px;
  width: 90%;
  margin: 0 auto 120px auto;
}
@media screen and (max-width: 500px) {
  .ly_sect_cover {
    padding-top: 72px;
  }
}

.ly_sect_main {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 120px 0 120px 0;
}
.ly_sect_main h2 {
  font-size: 3.2rem;
  padding-left: 48px;
  margin: 0 auto 24px auto;
  position: relative;
}
.ly_sect_main h2::before {
  content: "";
  background: var(--color-main);
  width: 32px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.ly_sect_main h3 {
  font-size: 2.8rem;
}
.ly_sect_main .ly_sect_sub_p {
  font-size: 2.8rem;
  text-align: center;
}
.ly_sect_main .ly_sect_sub {
  font-size: 2.6rem;
  color: var(--color-main);
  text-align: center;
  margin: 12px 0 56px 0;
}
.ly_sect_main .ttl_h2 {
  font-size: 4rem !important;
  text-align: center !important;
  padding: 0 !important;
}
.ly_sect_main .ttl_h2::before {
  display: none;
}
@media screen and (max-width: 500px) {
  .ly_sect_main {
    padding: 60px 0 60px 0;
  }
  .ly_sect_main h2 {
    font-size: 2.6rem;
  }
  .ly_sect_main h3 {
    font-size: 2.2rem;
  }
  .ly_sect_main .ly_sect_sub_p {
    font-size: 2.2rem;
  }
  .ly_sect_main .ly_sect_sub {
    font-size: 2rem;
  }
  .ly_sect_main .ttl_h2 {
    font-size: 3rem;
  }
}

.ly_sect_second {
  margin-top: 120px;
}

.ly_sect_bg {
  background-color: var(--bg-orange);
}

.ly_sect_job {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 120px 0 120px 0;
}
.ly_sect_job h2 {
  font-size: 3.2rem;
  padding-left: 48px;
  margin: 0 auto 24px auto;
  position: relative;
}
.ly_sect_job h2::before {
  content: "";
  background: var(--color-main);
  width: 32px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.ly_sect_job h3 {
  font-size: 2.8rem;
}

.headerBtn {
  position: fixed;
  display: flex;
  right: 0;
  z-index: 999;
}

.survey {
  display: flex;
  flex-flow: column;
}
.survey a {
  background-color: var(--color-sub);
  width: 100px;
  height: 100px;
  text-align: center;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: bold;
}
.survey a:hover {
  text-decoration: none;
}
.survey img {
  width: 45px;
  margin: 15px 0 6px 0;
}
@media screen and (max-width: 1024px) {
  .survey a {
    width: 80px;
    height: 80px;
  }
  .survey img {
    width: 32px;
  }
}
@media screen and (max-width: 500px) {
  .survey a {
    width: 70px;
    height: 70px;
    font-size: 1.2rem;
  }
  .survey img {
    width: 24px;
    margin: 14px 0 3px 0;
  }
}

.job {
  display: flex;
  flex-flow: column;
}
.job a {
  background-color: var(--color-main);
  width: 100px;
  height: 100px;
  text-align: center;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: bold;
}
.job a:hover {
  text-decoration: none;
}
.job img {
  width: 45px;
  margin: 15px 0 6px 0;
}
@media screen and (max-width: 1024px) {
  .job a {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    line-height: 1.3 !important;
  }
  .job img {
    width: 32px;
    margin: 8px 0 3px 0;
  }
}
@media screen and (max-width: 500px) {
  .job a {
    width: 70px;
    height: 70px;
    font-size: 1rem;
    line-height: 1.3 !important;
  }
  .job img {
    width: 24px;
    margin: 8px 0 3px 0;
  }
}

footer {
  background-color: var(--color-main);
  text-align: center;
  color: #fff;
}

.bl_cover_TopMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_cover_TopMain h1 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.45;
  font-display: swap;
}
.bl_cover_TopMain p {
  font-size: 1.4rem;
}
@media screen and (max-width: 425px) {
  .bl_cover_TopMain p {
    font-size: 1.2rem;
  }
}
.bl_cover_TopMain .bl_cover_researchContainer {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
@media screen and (max-width: 425px) {
  .bl_cover_TopMain .bl_cover_researchContainer {
    font-size: 1.2rem;
  }
}
.bl_cover_TopMain .researchRow {
  display: flex;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .bl_cover_TopMain .researchRow {
    width: 100%;
  }
}
.bl_cover_TopMain .label {
  flex: 0 0 75px;
}
.bl_cover_TopMain .content {
  flex: 1 1;
}
@media screen and (max-width: 1200px) {
  .bl_cover_TopMain {
    display: block;
  }
  .bl_cover_TopMain p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .bl_cover_TopMain h1 {
    font-size: 4.8rem;
    font-display: swap;
  }
}
@media screen and (max-width: 768px) {
  .bl_cover_TopMain h1 {
    font-size: 4rem;
    font-display: swap;
  }
}

.bl_cover_TopSub {
  font-size: 3.2rem;
  color: var(--color-main);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .bl_cover_TopSub {
    font-size: 2.8rem;
  }
}

.bl_conver_secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_conver_secondary p {
  max-width: 896px;
  width: 60%;
  margin-top: 16px;
}
.bl_conver_secondary p span {
  font-size: 1.2rem;
}
.bl_conver_secondary > div {
  width: 39%;
}
.bl_conver_secondary > div img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bl_conver_secondary {
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .bl_conver_secondary p {
    width: 100%;
  }
  .bl_conver_secondary > div {
    width: 50%;
    margin: 40px auto 40px;
  }
  .bl_conver_secondary > div img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bl_conver_secondary > div {
    width: 90%;
  }
}

.bl_job_h2 {
  max-width: 700px;
  margin: 8px auto 24px auto;
  font-weight: bold;
  padding: 0 !important;
  text-align: center;
}
.bl_job_h2::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_job_h2 {
    max-width: 400px;
  }
}

.bl_job_p {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .bl_job_p {
    text-align: left;
  }
}

.bl_job_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 8px;
  margin-top: 24px;
}
.bl_job_btn::after {
  content: "";
  display: block;
  height: 0;
  width: 32.5%;
}

.bl_job_btn_con {
  width: 32.5%;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .bl_job_btn_con {
    width: 49%;
  }
}
@media screen and (max-width: 800px) {
  .bl_job_btn_con {
    width: 100%;
  }
}
.bl_job_btn_con a {
  padding: 4px 16px;
  background-color: #FFF3E2;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.bl_job_btn_con a i {
  color: var(--color-main);
}
.bl_job_btn_con a:hover {
  text-decoration: none;
}

.bl_jpb_box {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 8px;
}

.bl_job_card {
  width: 32.5%;
  padding: 24px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1200px) {
  .bl_job_card {
    width: 49%;
  }
}
@media screen and (max-width: 800px) {
  .bl_job_card {
    width: 100%;
  }
}
.bl_job_card h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.bl_job_dl dt {
  color: var(--color-main);
}
.bl_job_dl dt:not(:first-child) {
  margin-top: 16px;
}

.bl_jog_qr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.bl_job_red {
  color: #E00000;
}

.bl_about_icon {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .bl_about_icon {
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
  }
}

.bl_about_iconInner {
  text-align: center;
}
.bl_about_iconInner img {
  width: 65%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .bl_about_iconInner {
    width: 40%;
  }
  .bl_about_iconInner img {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .bl_about_iconInner img {
    width: 100%;
  }
}

.bl_about_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.bl_about_question ul {
  max-width: 520px;
  margin-left: 16px;
}
.bl_about_question ul li {
  list-style: disc;
  margin-top: 16px;
}
.bl_about_question ul li::marker {
  font-size: 0.7em;
}
.bl_about_question ul li span {
  text-decoration: underline;
}
.bl_about_question .bl_about_questionImg {
  width: 56px;
}
.bl_about_question .bl_about_questionImg img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bl_about_question {
    display: block;
    margin: auto;
  }
  .bl_about_question ul {
    max-width: 100%;
    margin-right: 8px;
  }
  .bl_about_question .bl_about_questionImg {
    margin: 32px auto;
  }
  .bl_about_question .bl_about_questionImg img {
    transform: rotate(90deg);
  }
}

.bl_about_ul {
  margin-top: 32px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .bl_about_ul {
    width: 100%;
    text-align: left;
  }
}

.bl_about_plan {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .bl_about_plan {
    display: block;
  }
}

.el_markup {
  background-color: var(--color-sub);
  color: var(--color-white);
  padding: 3px 15px;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .el_markup {
    max-width: 102px;
    margin-bottom: 8px;
  }
}

.bl_about_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.bl_about_flex .bl_about_imgkenkyu {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .bl_about_flex {
    display: block;
    text-align: center;
  }
  .bl_about_flex .bl_about_imgkenkyu {
    width: 80%;
    margin-top: 32px;
  }
}

.bl_about_hypothesis {
  text-align: center;
  margin: 32px 0 56px 0;
}

.bl_about_hyImg {
  width: 46px;
  transform: rotate(90deg);
  margin: 24px 0;
}

.bl_about_advantages {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.bl_about_advantages h4 {
  font-size: 2.4rem;
  padding: 24px;
  border-radius: 10px 10px 0 0;
  color: var(--color-white);
  font-weight: bold;
}
.bl_about_advantages .student {
  background-color: var(--color-sub);
}
.bl_about_advantages .hospital {
  background-color: var(--color-blue);
}
.bl_about_advantages .educational {
  background-color: var(--color-green);
}
.bl_about_advantages ul {
  list-style: disc;
  padding: 24px 24px 24px 48px;
}
.bl_about_advantages ul li {
  padding-bottom: 16px;
}
.bl_about_advantages ul li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl_about_advantages {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .bl_about_advantages {
    display: none;
  }
}

.bl_about_sd02 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .bl_about_sd02 {
    width: 100%;
  }
}

.bl_about_student {
  border: 3px solid var(--color-sub);
  border-radius: 15px;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .bl_about_student {
    width: 100%;
  }
}

.bl_about_hospital {
  border: 3px solid var(--color-blue);
  border-radius: 15px;
}

.bl_about_educational {
  border: 3px solid var(--color-green);
  border-radius: 15px;
}

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

.bl_about_acOne {
  max-width: 500px;
  margin: 0 auto 10px auto;
}

.bl_about_acHeader {
  background-color: var(--color-main);
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 99;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: 20px;
  text-align: left;
  padding: 15px 40px 15px 15px;
  border-radius: 15px;
}
.bl_about_acHeader .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition-duration: 0.2s;
  width: 15px;
  height: 15px;
  margin-top: -10px;
}
.bl_about_acHeader .i_box .one_i {
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  transition-duration: 0.2s;
  position: relative;
}
.bl_about_acHeader .i_box .one_i::before, .bl_about_acHeader .i_box .one_i::after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
}
.bl_about_acHeader .i_box .one_i::before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.bl_about_acHeader.open .i_box {
  transform: rotate(-360deg);
}
.bl_about_acHeader.open .i_box .one_i::before {
  content: none;
}
.bl_about_acHeader.open .i_box .one_i::after {
  transform: rotate(-45deg);
}

.bl_about_acInner {
  display: none;
  padding: 32px 16px 32px 32px;
  border-left: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
  box-sizing: border-box;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 0 0 15px 15px;
}
.bl_about_acInner .box_one ul.txt_a_ac {
  margin: 0;
}
.bl_about_acInner .box_one ul.txt_a_ac li {
  list-style: disc;
  margin-bottom: 16px;
}
.bl_about_acInner .box_one ul.txt_a_ac li::marker {
  font-size: 0.7em;
}
.bl_about_acInner .box_one ul.txt_a_ac li:last-child {
  margin-bottom: 0;
}

.bl_about_acOne:nth-of-type(2) .bl_about_acHeader {
  background-color: var(--color-blue);
}
.bl_about_acOne:nth-of-type(2) .bl_about_acInner {
  border-left: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
}

.bl_about_acOne:nth-of-type(3) .bl_about_acHeader {
  background-color: var(--color-green);
}
.bl_about_acOne:nth-of-type(3) .bl_about_acInner {
  border-left: 2px solid var(--color-green);
  border-right: 2px solid var(--color-green);
  border-bottom: 2px solid var(--color-green);
}

.bl_about_flex02 {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 56px;
  align-items: center;
}
.bl_about_flex02 .targetImg {
  width: 35%;
}
@media screen and (max-width: 500px) {
  .bl_about_flex02 .targetImg {
    width: 45%;
  }
}

.bl_survey {
  display: flex;
  justify-content: space-evenly;
  margin-top: 56px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_survey {
    flex-flow: column;
    gap: 56px;
  }
}

.bl_survey_btn {
  display: flex;
  flex-flow: column;
  gap: 16px;
  justify-content: center;
}
.bl_survey_btn.surveyBtn01 .circle_btn {
  background: #fff;
  border: 3px solid var(--color-main);
  border-radius: 8px;
}
.bl_survey_btn.surveyBtn01 .circle_btn:hover {
  background-color: var(--color-main);
}
.bl_survey_btn.surveyBtn02 .circle_btn {
  background: #fff;
  border: 3px solid var(--color-sub);
  border-radius: 8px;
  transition: 0.3s;
}
.bl_survey_btn.surveyBtn02 .circle_btn:hover {
  background-color: var(--color-sub);
}
.bl_survey_btn img {
  max-width: 235px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.bl_survey_btn a {
  text-decoration: none;
}

.circle_btn {
  position: relative;
  padding: 1em 2em;
  transition: all 0.2s ease;
  border: none;
  background: none;
  text-decoration: none;
  display: inline-block;
}
.circle_btn span {
  position: relative;
  font-weight: 700;
  color: var(--txt-primary);
}
.circle_btn i {
  position: relative;
  top: -1px;
  margin-left: 10px;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  color: var(--txt-primary);
}
.circle_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  border-radius: 100vh;
  width: 4em;
  height: 4em;
  transition: all 0.3s ease;
}
.circle_btn:hover {
  text-decoration: none;
}
.circle_btn:hover i {
  transform: translateX(0);
}
.circle_btn:hover::before {
  width: calc(100% + 1em);
}
.circle_btn:hover:active {
  transform: scale(0.95);
}

.bl_survey_schedule {
  text-align: center;
  margin: 160px auto;
}
.bl_survey_schedule p {
  margin-top: 120px;
}
.bl_survey_schedule p a {
  background-color: var(--color-white);
  color: var(--color-main);
  border: 2px solid var(--color-main);
  padding: 10px 50px;
  border-radius: 8px;
  font-weight: bold;
}
.bl_survey_schedule p a:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  text-decoration: none;
}

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

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

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

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

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

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

#el_common_pageTop {
  position: fixed;
  bottom: 20px;
  right: 8px;
  font-size: 77%;
  z-index: 998;
}
#el_common_pageTop a {
  background: var(--color-white);
  text-decoration: none;
  color: var(--color-main);
  width: 50px;
  height: 50px;
  padding: 2px 0 0 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  line-height: 0.5;
  border: 2px solid var(--color-main);
}
#el_common_pageTop a i {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #el_common_pageTop {
    bottom: 12px !important;
  }
}

.el_common_at::before {
  content: "@";
}

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

/*
* font
*/
.hp_fwBold {
  font-weight: bold !important;
}
.hp_fwMedium {
  font-weight: 500 !important;
}
.hp_fs60per {
  font-size: 0.6em !important;
}
.hp_fs80per {
  font-size: 0.8em !important;
}
.hp_fs90per {
  font-size: 0.9em !important;
}
.hp_fs120per {
  font-size: 1.2em !important;
}
.hp_fs18per {
  font-size: 1.8rem !important;
}
.hp_fs24per {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 500px) {
  .hp_fs24per {
    font-size: 1.8rem !important;
  }
}

/*
* color
*/
.hp_colorMain {
  color: var(--color-primary) !important;
}
.hp_colorDanger {
  color: var(--color-danger) !important;
}
.hp_noBorderB {
  border-bottom: none !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_txtDomain::before {
  content: "@";
}

/*
* margin
*/
.hp {
  /* margin top */
  /* margin right */
  /* margin bottom */
  /* margin left */
}
.hp_mt0p {
  margin-top: 0px !important;
}
.hp_mt5p {
  margin-top: 5px !important;
}
.hp_mt10p {
  margin-top: 10px !important;
}
.hp_mt15p {
  margin-top: 15px !important;
}
.hp_mt20p {
  margin-top: 20px !important;
}
.hp_mt25p {
  margin-top: 25px !important;
}
.hp_mt30p {
  margin-top: 30px !important;
}
.hp_mt35p {
  margin-top: 35px !important;
}
.hp_mt40p {
  margin-top: 40px !important;
}
.hp_mt45p {
  margin-top: 45px !important;
}
.hp_mt50p {
  margin-top: 50px !important;
}
.hp_mt55p {
  margin-top: 55px !important;
}
.hp_mt60p {
  margin-top: 60px !important;
}
.hp_mt65p {
  margin-top: 65px !important;
}
.hp_mt70p {
  margin-top: 70px !important;
}
.hp_mt100p {
  margin-top: 100px !important;
}
.hp_mt8p {
  margin-top: 8px !important;
}
.hp_mt16p {
  margin-top: 16px !important;
}
.hp_mt24p {
  margin-top: 24px !important;
}
.hp_mt32p {
  margin-top: 32px !important;
}
.hp_mt40p {
  margin-top: 40px !important;
}
.hp_mt48p {
  margin-top: 48px !important;
}
.hp_mt56p {
  margin-top: 56px !important;
}
.hp_mtb120p {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.hp_mr0p {
  margin-right: 0px !important;
}
.hp_mr5p {
  margin-right: 5px !important;
}
.hp_mr10p {
  margin-right: 10px !important;
}
.hp_mr15p {
  margin-right: 15px !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_mb10p {
  margin-bottom: 10px !important;
}
.hp_mb15p {
  margin-bottom: 15px !important;
}
.hp_mb20p {
  margin-bottom: 20px !important;
}
.hp_mb25p {
  margin-bottom: 25px !important;
}
.hp_mb30p {
  margin-bottom: 30px !important;
}
.hp_mb35p {
  margin-bottom: 35px !important;
}
.hp_mb40p {
  margin-bottom: 40px !important;
}
.hp_mb45p {
  margin-bottom: 45px !important;
}
.hp_mb50p {
  margin-bottom: 50px !important;
}
.hp_mb55p {
  margin-bottom: 55px !important;
}
.hp_mb60p {
  margin-bottom: 60px !important;
}
.hp_mb65p {
  margin-bottom: 65px !important;
}
.hp_mb70p {
  margin-bottom: 70px !important;
}
.hp_mb16p {
  margin-bottom: 16px !important;
}
.hp_mb24p {
  margin-bottom: 24px !important;
}
.hp_mb32p {
  margin-bottom: 32px !important;
}
.hp_ml0p {
  margin-left: 0px !important;
}
.hp_ml5p {
  margin-left: 5px !important;
}
.hp_ml10p {
  margin-left: 10px !important;
}
.hp_ml15p {
  margin-left: 15px !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_pt25p {
  padding-top: 25px !important;
}
.hp_pt30p {
  padding-top: 30px !important;
}
.hp_pt32p {
  padding-top: 32px !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_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_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;
}

/*
* Base
*/
/*
* Layout
*/
/*
* Block
*/
/*
* Element
*/
/*
* Helper
*/
/*
* Plugin
*/
/*
* Unique
*/
