/*LAYOUT & THEME*/
@font-face {
  font-family: han-sans-jp-regular;
  src: url(../fonts/han-sans-jp-regular.otf);
}
@font-face {
  font-family: noto-sans-jp-regular;
  src: url(../fonts/noto-sans-jp-regular.otf);
}
.home-page-hcw {
  /*DISPLAYS*/
  /*POSITIONS*/
  /*ALIGNMENTS*/
  /*PADDING*/
  /*MARGINS*/
  /*ROTATION*/
  /*BUTTONS*/
  /*TEXT COLORS*/
  /*BACKGROUND COLORS*/
  /*BORDER COLORS*/
  /*BORDERS & RADIUS*/
  /*FONTS*/
  /*WIDTHS*/
  /*FORM*/
  /*LAYOUT & THEME*/
  /*CLEARFIX*/
}
.home-page-hcw .inner-width {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.home-page-hcw .d-none {
  display: none !important;
}
.home-page-hcw .d-inline {
  display: inline !important;
}
.home-page-hcw .d-inline-block {
  display: inline-block !important;
}
.home-page-hcw .d-block {
  display: block !important;
}
.home-page-hcw .d-flex {
  display: flex !important;
}
.home-page-hcw .visibility-hidden {
  visibility: hidden;
}
.home-page-hcw .visibility-visible {
  visibility: visible;
}
.home-page-hcw .position-relative {
  position: relative;
}
.home-page-hcw .position-absolute {
  position: absolute;
}
.home-page-hcw .position-static {
  position: static;
}
.home-page-hcw .text-center {
  text-align: center;
}
.home-page-hcw .text-right {
  text-align: right;
}
.home-page-hcw .text-left {
  text-align: left;
}
.home-page-hcw .justify-content-center {
  justify-content: center;
}
.home-page-hcw .justify-content-start {
  justify-content: flex-start;
}
.home-page-hcw .justify-content-end {
  justify-content: flex-end;
}
.home-page-hcw .justify-content-between {
  justify-content: space-between;
}
.home-page-hcw .justify-content-around {
  justify-content: space-around;
}
.home-page-hcw .align-items-center {
  align-items: center;
}
.home-page-hcw .align-items-start {
  align-items: flex-start;
}
.home-page-hcw .align-items-end {
  align-items: flex-end;
}
.home-page-hcw .pt-0 {
  padding-top: 0px !important;
}
.home-page-hcw .pt-1 {
  padding-top: 5px !important;
}
.home-page-hcw .pt-2 {
  padding-top: 10px !important;
}
.home-page-hcw .pt-3 {
  padding-top: 15px !important;
}
.home-page-hcw .pt-4 {
  padding-top: 20px !important;
}
.home-page-hcw .pt-5 {
  padding-top: 25px !important;
}
.home-page-hcw .pt-6 {
  padding-top: 30px !important;
}
.home-page-hcw .pt-7 {
  padding-top: 35px !important;
}
.home-page-hcw .pt-8 {
  padding-top: 40px !important;
}
.home-page-hcw .pt-9 {
  padding-top: 45px !important;
}
.home-page-hcw .pt-10 {
  padding-top: 50px !important;
}
.home-page-hcw .pb-1 {
  padding-bottom: 5px !important;
}
.home-page-hcw .pb-2 {
  padding-bottom: 10px !important;
}
.home-page-hcw .pb-3 {
  padding-bottom: 15px !important;
}
.home-page-hcw .pb-4 {
  padding-bottom: 20px !important;
}
.home-page-hcw .pb-5 {
  padding-bottom: 25px !important;
}
.home-page-hcw .pb-6 {
  padding-bottom: 30px !important;
}
.home-page-hcw .pb-7 {
  padding-bottom: 35px !important;
}
.home-page-hcw .pb-8 {
  padding-bottom: 40px !important;
}
.home-page-hcw .pb-9 {
  padding-bottom: 45px !important;
}
.home-page-hcw .pb-10 {
  padding-bottom: 50px !important;
}
.home-page-hcw .pl-1 {
  padding-left: 5px !important;
}
.home-page-hcw .pl-2 {
  padding-left: 10px !important;
}
.home-page-hcw .pl-3 {
  padding-left: 15px !important;
}
.home-page-hcw .pl-4 {
  padding-left: 20px !important;
}
.home-page-hcw .pl-5 {
  padding-left: 25px !important;
}
.home-page-hcw .pl-6 {
  padding-left: 30px !important;
}
.home-page-hcw .pl-7 {
  padding-left: 35px !important;
}
.home-page-hcw .pl-8 {
  padding-left: 40px !important;
}
.home-page-hcw .pl-9 {
  padding-left: 45px !important;
}
.home-page-hcw .pl-10 {
  padding-left: 50px !important;
}
.home-page-hcw .pr-1 {
  padding-right: 5px !important;
}
.home-page-hcw .pr-2 {
  padding-right: 10px !important;
}
.home-page-hcw .pr-3 {
  padding-right: 15px !important;
}
.home-page-hcw .pr-4 {
  padding-right: 20px !important;
}
.home-page-hcw .pr-5 {
  padding-right: 25px !important;
}
.home-page-hcw .pr-6 {
  padding-right: 30px !important;
}
.home-page-hcw .pr-7 {
  padding-right: 35px !important;
}
.home-page-hcw .pr-8 {
  padding-right: 40px !important;
}
.home-page-hcw .pr-9 {
  padding-right: 45px !important;
}
.home-page-hcw .pr-10 {
  padding-right: 50px !important;
}
.home-page-hcw .p-1 {
  padding: 5px !important;
}
.home-page-hcw .p-2 {
  padding: 10px !important;
}
.home-page-hcw .p-3 {
  padding: 15px !important;
}
.home-page-hcw .p-4 {
  padding: 20px !important;
}
.home-page-hcw .p-5 {
  padding: 25px !important;
}
.home-page-hcw .p-6 {
  padding: 30px !important;
}
.home-page-hcw .p-7 {
  padding: 35px !important;
}
.home-page-hcw .p-8 {
  padding: 40px !important;
}
.home-page-hcw .p-9 {
  padding: 45px !important;
}
.home-page-hcw .p-10 {
  padding: 50px !important;
}
.home-page-hcw .py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.home-page-hcw .py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.home-page-hcw .py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.home-page-hcw .py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.home-page-hcw .py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.home-page-hcw .py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.home-page-hcw .py-7 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.home-page-hcw .py-8 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.home-page-hcw .py-9 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.home-page-hcw .py-10 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.home-page-hcw .px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.home-page-hcw .px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.home-page-hcw .px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.home-page-hcw .px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.home-page-hcw .px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.home-page-hcw .px-6 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.home-page-hcw .px-7 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.home-page-hcw .px-8 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.home-page-hcw .px-9 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.home-page-hcw .px-10 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.home-page-hcw .mt-0 {
  margin-top: 0 !important;
}
.home-page-hcw .mt-1 {
  margin-top: 5px !important;
}
.home-page-hcw .mt-2 {
  margin-top: 10px !important;
}
.home-page-hcw .mt-3 {
  margin-top: 15px !important;
}
.home-page-hcw .mt-4 {
  margin-top: 20px !important;
}
.home-page-hcw .mt-5 {
  margin-top: 25px !important;
}
.home-page-hcw .mt-6 {
  margin-top: 30px !important;
}
.home-page-hcw .mt-7 {
  margin-top: 35px !important;
}
.home-page-hcw .mt-8 {
  margin-top: 40px !important;
}
.home-page-hcw .mt-9 {
  margin-top: 45px !important;
}
.home-page-hcw .mt-10 {
  margin-top: 50px !important;
}
.home-page-hcw .mb-0 {
  margin-bottom: 0 !important;
}
.home-page-hcw .mb-1 {
  margin-bottom: 5px !important;
}
.home-page-hcw .mb-2 {
  margin-bottom: 10px !important;
}
.home-page-hcw .mb-3 {
  margin-bottom: 15px !important;
}
.home-page-hcw .mb-4 {
  margin-bottom: 20px !important;
}
.home-page-hcw .mb-5 {
  margin-bottom: 25px !important;
}
.home-page-hcw .mb-6 {
  margin-bottom: 30px !important;
}
.home-page-hcw .mb-7 {
  margin-bottom: 35px !important;
}
.home-page-hcw .mb-8 {
  margin-bottom: 40px !important;
}
.home-page-hcw .mb-9 {
  margin-bottom: 45px !important;
}
.home-page-hcw .mb-10 {
  margin-bottom: 50px !important;
}
.home-page-hcw .ml-0 {
  margin-left: 0 !important;
}
.home-page-hcw .ml-1 {
  margin-left: 5px !important;
}
.home-page-hcw .ml-2 {
  margin-left: 10px !important;
}
.home-page-hcw .ml-3 {
  margin-left: 15px !important;
}
.home-page-hcw .ml-4 {
  margin-left: 20px !important;
}
.home-page-hcw .ml-5 {
  margin-left: 25px !important;
}
.home-page-hcw .ml-6 {
  margin-left: 30px !important;
}
.home-page-hcw .ml-7 {
  margin-left: 35px !important;
}
.home-page-hcw .ml-8 {
  margin-left: 40px !important;
}
.home-page-hcw .ml-9 {
  margin-left: 45px !important;
}
.home-page-hcw .ml-10 {
  margin-left: 50px !important;
}
.home-page-hcw .mr-0 {
  margin-right: 0 !important;
}
.home-page-hcw .mr-1 {
  margin-right: 5px !important;
}
.home-page-hcw .mr-2 {
  margin-right: 10px !important;
}
.home-page-hcw .mr-3 {
  margin-right: 15px !important;
}
.home-page-hcw .mr-4 {
  margin-right: 20px !important;
}
.home-page-hcw .mr-5 {
  margin-right: 25px !important;
}
.home-page-hcw .mr-6 {
  margin-right: 30px !important;
}
.home-page-hcw .mr-7 {
  margin-right: 35px !important;
}
.home-page-hcw .mr-8 {
  margin-right: 40px !important;
}
.home-page-hcw .mr-9 {
  margin-right: 45px !important;
}
.home-page-hcw .mr-10 {
  margin-right: 50px !important;
}
.home-page-hcw .m-1 {
  margin: 5px !important;
}
.home-page-hcw .m-2 {
  margin: 10px !important;
}
.home-page-hcw .m-3 {
  margin: 15px !important;
}
.home-page-hcw .m-4 {
  margin: 20px !important;
}
.home-page-hcw .m-5 {
  margin: 25px !important;
}
.home-page-hcw .m-6 {
  margin: 30px !important;
}
.home-page-hcw .m-7 {
  margin: 35px !important;
}
.home-page-hcw .m-8 {
  margin: 40px !important;
}
.home-page-hcw .m-9 {
  margin: 45px !important;
}
.home-page-hcw .m-10 {
  margin: 50px !important;
}
.home-page-hcw .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home-page-hcw .my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.home-page-hcw .my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.home-page-hcw .my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.home-page-hcw .my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.home-page-hcw .my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.home-page-hcw .my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.home-page-hcw .my-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.home-page-hcw .my-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.home-page-hcw .my-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.home-page-hcw .my-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.home-page-hcw .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-page-hcw .mx-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.home-page-hcw .mx-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.home-page-hcw .mx-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.home-page-hcw .mx-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.home-page-hcw .mx-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.home-page-hcw .mx-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.home-page-hcw .mx-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.home-page-hcw .mx-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.home-page-hcw .mx-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.home-page-hcw .mx-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.home-page-hcw .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.home-page-hcw .rotate-x {
  transform: rotateX(180deg);
}
.home-page-hcw .rotate-y {
  transform: rotateY(180deg);
}
.home-page-hcw .btn {
  display: block;
  min-width: var(--btn-default-width);
  height: var(--btn-default-height);
  line-height: var(--btn-default-height);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  background: #d6d6d6;
  border-radius: 6px;
  border: none;
  transition: 0.3s;
}
.home-page-hcw .btn-sm {
  min-width: var(--btn-sm-width);
  height: var(--btn-sm-height);
  line-height: var(--btn-sm-height);
}
.home-page-hcw .btn:hover {
  opacity: 0.8;
}
.home-page-hcw .btn-primary {
  background: var(--theme-blue);
}
.home-page-hcw .btn-secondary {
  background: linear-gradient(to right, #dd840b, #e8aa00);
}
.home-page-hcw .text-white {
  color: #ffffff;
}
.home-page-hcw .text-dark {
  color: var(--dark);
}
.home-page-hcw .text-gray {
  color: var(--gray);
}
.home-page-hcw .text-default {
  color: #666666;
}
.home-page-hcw .bg-white {
  background-color: #ffffff;
}
.home-page-hcw .bg-dark {
  background-color: var(--dark);
}
.home-page-hcw .bg-gray {
  background-color: var(--gray);
}
.home-page-hcw .bg-light-gray {
  background-color: var(--light-gray);
}
.home-page-hcw .bg-default {
  background-color: #666666;
}
.home-page-hcw .border-white {
  border: 1px solid #ffffff;
}
.home-page-hcw .border-dark {
  border: 1px solid var(--dark);
}
.home-page-hcw .border-gray {
  border: 1px solid var(--gray);
}
.home-page-hcw .border-default {
  border: 1px solid #666666;
}
.home-page-hcw .border-none {
  border: none;
}
.home-page-hcw .border-0 {
  border: none !important;
}
.home-page-hcw .radius-0 {
  border-radius: 0;
}
.home-page-hcw .radius-1px {
  border-radius: 1px;
}
.home-page-hcw .radius-2px {
  border-radius: 2px;
}
.home-page-hcw .radius-3px {
  border-radius: 3px;
}
.home-page-hcw .radius-4px {
  border-radius: 4px;
}
.home-page-hcw .radius-5px {
  border-radius: 5px;
}
.home-page-hcw .radius-6px {
  border-radius: 6px;
}
.home-page-hcw .radius-7px {
  border-radius: 7px;
}
.home-page-hcw .radius-8px {
  border-radius: 8px;
}
.home-page-hcw .radius-9px {
  border-radius: 9px;
}
.home-page-hcw .radius-10px {
  border-radius: 10px;
}
.home-page-hcw .radius-5 {
  border-radius: 5%;
}
.home-page-hcw .radius-10 {
  border-radius: 10%;
}
.home-page-hcw .radius-15 {
  border-radius: 15%;
}
.home-page-hcw .radius-20 {
  border-radius: 20%;
}
.home-page-hcw .radius-25 {
  border-radius: 25%;
}
.home-page-hcw .radius-30 {
  border-radius: 30%;
}
.home-page-hcw .radius-35 {
  border-radius: 35%;
}
.home-page-hcw .radius-40 {
  border-radius: 40%;
}
.home-page-hcw .radius-45 {
  border-radius: 45%;
}
.home-page-hcw .radius-50 {
  border-radius: 50%;
}
.home-page-hcw .radius-55 {
  border-radius: 55%;
}
.home-page-hcw .radius-60 {
  border-radius: 60%;
}
.home-page-hcw .radius-65 {
  border-radius: 65%;
}
.home-page-hcw .radius-70 {
  border-radius: 70%;
}
.home-page-hcw .radius-75 {
  border-radius: 75%;
}
.home-page-hcw .radius-80 {
  border-radius: 80%;
}
.home-page-hcw .radius-85 {
  border-radius: 85%;
}
.home-page-hcw .radius-90 {
  border-radius: 90%;
}
.home-page-hcw .radius-95 {
  border-radius: 95%;
}
.home-page-hcw .radius-100 {
  border-radius: 100%;
}
.home-page-hcw .fs-10 {
  font-size: 10px;
}
.home-page-hcw .fs-11 {
  font-size: 11px;
}
.home-page-hcw .fs-12 {
  font-size: 12px;
}
.home-page-hcw .fs-13 {
  font-size: 13px;
}
.home-page-hcw .fs-14 {
  font-size: 14px;
}
.home-page-hcw .fs-15 {
  font-size: 15px;
}
.home-page-hcw .fs-16 {
  font-size: 16px;
}
.home-page-hcw .fs-17 {
  font-size: 17px;
}
.home-page-hcw .fs-18 {
  font-size: 18px;
}
.home-page-hcw .fs-19 {
  font-size: 19px;
}
.home-page-hcw .fs-20 {
  font-size: 20px;
}
.home-page-hcw .fs-21 {
  font-size: 21px;
}
.home-page-hcw .fs-22 {
  font-size: 22px;
}
.home-page-hcw .fs-23 {
  font-size: 23px;
}
.home-page-hcw .fs-24 {
  font-size: 24px;
}
.home-page-hcw .fs-25 {
  font-size: 25px;
}
.home-page-hcw .fs-26 {
  font-size: 26px;
}
.home-page-hcw .fs-27 {
  font-size: 27px;
}
.home-page-hcw .fs-28 {
  font-size: 28px;
}
.home-page-hcw .fs-29 {
  font-size: 29px;
}
.home-page-hcw .fs-30 {
  font-size: 30px;
}
.home-page-hcw .fs-31 {
  font-size: 31px;
}
.home-page-hcw .fs-32 {
  font-size: 32px;
}
.home-page-hcw .fs-33 {
  font-size: 33px;
}
.home-page-hcw .fs-34 {
  font-size: 34px;
}
.home-page-hcw .fs-35 {
  font-size: 35px;
}
.home-page-hcw .fw-normal {
  font-weight: normal !important;
}
.home-page-hcw .fw-bold {
  font-weight: bold !important;
}
.home-page-hcw .fw-bolder {
  font-weight: bolder !important;
}
.home-page-hcw .fw-lighter {
  font-weight: lighter !important;
}
.home-page-hcw .fw-100 {
  font-weight: 100 !important;
}
.home-page-hcw .fw-200 {
  font-weight: 200 !important;
}
.home-page-hcw .fw-300 {
  font-weight: 300 !important;
}
.home-page-hcw .fw-400 {
  font-weight: 400 !important;
}
.home-page-hcw .fw-500 {
  font-weight: 500 !important;
}
.home-page-hcw .fw-600 {
  font-weight: 600 !important;
}
.home-page-hcw .fw-700 {
  font-weight: 700 !important;
}
.home-page-hcw .fw-800 {
  font-weight: 800 !important;
}
.home-page-hcw .fw-900 {
  font-weight: 900 !important;
}
.home-page-hcw .fw-100 {
  font-weight: 100 !important;
}
.home-page-hcw .fw-100 {
  font-weight: 100 !important;
}
.home-page-hcw .w-auto {
  width: unset;
}
.home-page-hcw .w-5 {
  width: 5% !important;
}
.home-page-hcw .w-10 {
  width: 10% !important;
}
.home-page-hcw .w-15 {
  width: 15% !important;
}
.home-page-hcw .w-20 {
  width: 20% !important;
}
.home-page-hcw .w-25 {
  width: 25% !important;
}
.home-page-hcw .w-30 {
  width: 30% !important;
}
.home-page-hcw .w-35 {
  width: 35% !important;
}
.home-page-hcw .w-40 {
  width: 40% !important;
}
.home-page-hcw .w-45 {
  width: 45% !important;
}
.home-page-hcw .w-50 {
  width: 50% !important;
}
.home-page-hcw .w-55 {
  width: 55% !important;
}
.home-page-hcw .w-60 {
  width: 60% !important;
}
.home-page-hcw .w-65 {
  width: 65% !important;
}
.home-page-hcw .w-70 {
  width: 70% !important;
}
.home-page-hcw .w-75 {
  width: 75% !important;
}
.home-page-hcw .w-80 {
  width: 80% !important;
}
.home-page-hcw .w-85 {
  width: 85% !important;
}
.home-page-hcw .w-90 {
  width: 90% !important;
}
.home-page-hcw .w-95 {
  width: 95% !important;
}
.home-page-hcw .w-100 {
  width: 100% !important;
}
.home-page-hcw .form-group label {
  font-size: 13px;
  font-weight: bold;
  color: var(--label-normal-text-color);
  margin-bottom: 15px;
  height: 19px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-page-hcw .form-group .form-control {
  font-size: 13px;
  background: var(--white);
  border: none;
  outline: none;
  box-shadow: 0 0 0 1px var(--input-normal-border-color);
  padding: 10px;
  width: calc(100% - 20px);
}
.home-page-hcw .form-group select.form-control {
  width: 100%;
}
.home-page-hcw .form-group .form-control.disabled {
  background: var(--input-disabled-bg-color);
  color: var(--input-disabled-text-color);
}
.home-page-hcw .form-group input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  background: #eeeeee;
  border-radius: 50%;
}
.home-page-hcw .form-group input[type=radio]:checked::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--theme-blue);
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
}
.home-page-hcw .form-group input[type=radio]:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--theme-blue);
  position: absolute;
}
.home-page-hcw .form-group input[type=radio]:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--theme-blue);
  position: absolute;
}
.home-page-hcw .form-group input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  background: var(--white);
}
.home-page-hcw .form-group input[type=checkbox]::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.home-page-hcw .form-group input[type=checkbox]:checked::before {
  border: 1px solid var(--theme-blue);
}
.home-page-hcw .form-group input[type=checkbox]:checked::after {
  content: "";
  width: 10px;
  height: 5px;
  border: 1px solid var(--theme-blue);
  border-top: none;
  border-right: none;
  position: absolute;
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  top: 6px;
}
.home-page-hcw .inner-width {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.home-page-hcw .btn-register {
  display: block;
  min-width: 136px;
  height: 40px;
  line-height: 40px;
  font-family: noto-sans-jp-regular;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #04A197, #00BEB2);
  border-radius: 6px;
  transition: 0.3s;
}
.home-page-hcw .btn-register:hover {
  opacity: 0.8;
}
.home-page-hcw .btn-request {
  display: inline-block;
  min-width: 140px;
  text-align: center;
  line-height: 30px;
  font-family: han-sans-jp-regular;
  font-size: 14px;
  background-color: #09447C;
  border: 1px solid #09447C;
  color: #ffffff;
}
.home-page-hcw .btn-register-section {
  font-family: noto-sans-jp-regular;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, #04A197, #00BEB2);
  max-width: 478px;
  height: 70px;
  margin: auto;
  text-align: center;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -1px -1px 14px -3px rgb(185, 185, 185);
}
.home-page-hcw .btn-register-section::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  height: auto !important;
  display: flex;
  align-items: center;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.home-page-hcw .btn-wrapper {
  padding-right: 0;
  padding-left: 0;
  margin-top: 25px;
}
.home-page-hcw .section-title {
  text-align: center;
  font-family: noto-sans-jp-regular;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  padding: 0;
  position: relative;
  z-index: 1;
}
.home-page-hcw .section-title-decor {
  display: block;
  width: 60px;
	border-color: #D72D86;
	border-width: 3px;
  margin: 20px auto;
}
.home-page-hcw .section-title-decor.alt {
  border-color: #ffffff;
}
.home-page-hcw .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.home-page-hcw .clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.home-page-hcw .clearfix {
  display: block;
}
.home-page-hcw .float_container {
  width: 100%;
}

/*CLEARFIX END*/
@media screen and (max-width: 768px) {

  .jobtypes .section-bg {
    top: -20px !important;
  }

  .home-page-hcw .btn-register-section::after {
    border-width: 0 2px 2px 0 !important;
    padding: 4px !important;
  }

  .job-nur-item-header .text-number {
    line-height: 20px !important;
    margin-bottom: 1px !important;
  }
  .home-page-hcw .btn-wrapper {
    margin: 20px 0 20px 0 !important;
  }
  .home-page-hcw .section-title,
.home-page-hcw .section-title-alt {
    font-size: 20px;
  }
  .home-page-hcw .btn-register-section {
    font-size: 17px;
    height: 50px;
  }
  .home-page-hcw .sp-none {
    display: none !important;
  }
  .home-page-hcw .sp-block {
    display: block !important;
  }
  .home-page-hcw .sp-flex {
    display: flex !important;
  }
  .home-page-hcw .xs-block {
    display: flex !important;
    margin-top: 251px;
  }
  .home-page-hcw .xs-block img.small, .home-page-hcw .xs-block img.large {
    height: 330px !important;
  }
  .home-page-hcw .xs-none {
    display: none !important;
  }
  .home-page-hcw .job-nur-container {
    min-width: 100% !important;
    height: 251px !important;
    padding: 12px !important;
  }
  .home-page-hcw .job-nur-container .job-nur-navigate {
    font-size: 13px !important;
  }
  .home-page-hcw .job-nur-container .job-nur-logo {
    width: 340px !important;
    margin: 0px !important;
  }
  .home-page-hcw .job-nur-container .job-nur-img_no1 {
    width: 232px !important;
  }
  .home-page-hcw .job-nur-container .job-nur-title {
    font-size: 18px !important;
  }
  .home-page-hcw .job-nur-container .job-nur-list-item {
    display: none !important;
  }
  .jobtypes .jobtype-card {
    flex-direction: column;
    margin-top: 35px !important;
  }
  .jobtypes .jobtype-card .jobtype-nur-card-body {
    width: 343px;
    margin: 5px 10px 20px 10px !important;
  }
  .jobtypes .jobtype-card .jobtype-nur-card-body .jobtype-nur-card-img {
    height: 175px;
  }
  .jobtypes .jobtype-card .jobtype-nur-card-body .jobtype-nur-name {
    height: 45px;
  }
  .section-bg {
    font-size: 70px !important;
    top: -65px !important;
  }
  section.section-4 {
    padding-top: 74px !important;
  }
  section.section-2 .section-2-1 {
    padding-bottom: 45px !important;
  }
  .home-page-hcw .job-nur-item .job-nur-item-header {
    padding: 5px !important;
  }
  .job-nur-item-body span {
    padding-top: 5px !important;
  }
  .home-page-hcw .job-nur-item .job-nur-item-body{
    height: 80px !important;
    display: flex;
    flex-direction: column;
  }
  .home-page-hcw .job-nur-logo-list-position {
    display: none !important;
  }
  .home-page-hcw .job-nur-img_no1 {
    margin-top: 0 !important;
  }
  .works-hcw .section-bg {
    top: -50px !important
  }
  .home-page-hcw .work-cards-content .d-flex {
    font-size: 12px;
  }

  .home-page-hcw .section-4 .work-cards .card .work-link {
    font-size: 18px !important;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .home-page-hcw .section-4 .work-cards .card .description {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 380px) {
  .section-bg {
    font-size: 60px !important;
    top: -65px !important;
  }
}

@media screen and (max-width: 576px) {
  
  .home-page-hcw .xs-none {
    display: none !important;
  }
  .home-page-hcw .px-xs-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .home-page-hcw .w-xs-auto {
    width: unset;
  }
  .home-page-hcw .w-xs-5 {
    width: 5% !important;
  }
  .home-page-hcw .w-xs-10 {
    width: 10% !important;
  }
  .home-page-hcw .w-xs-15 {
    width: 15% !important;
  }
  .home-page-hcw .w-xs-20 {
    width: 20% !important;
  }
  .home-page-hcw .w-xs-25 {
    width: 25% !important;
  }
  .home-page-hcw .w-xs-30 {
    width: 30% !important;
  }
  .home-page-hcw .w-xs-35 {
    width: 35% !important;
  }
  .home-page-hcw .w-xs-40 {
    width: 40% !important;
  }
  .home-page-hcw .w-xs-45 {
    width: 45% !important;
  }
  .home-page-hcw .w-xs-50 {
    width: 50% !important;
  }
  .home-page-hcw .w-xs-55 {
    width: 55% !important;
  }
  .home-page-hcw .w-xs-60 {
    width: 60% !important;
  }
  .home-page-hcw .w-xs-65 {
    width: 65% !important;
  }
  .home-page-hcw .w-xs-70 {
    width: 70% !important;
  }
  .home-page-hcw .w-xs-75 {
    width: 75% !important;
  }
  .home-page-hcw .w-xs-80 {
    width: 80% !important;
  }
  .home-page-hcw .w-xs-85 {
    width: 85% !important;
  }
  .home-page-hcw .w-xs-90 {
    width: 90% !important;
  }
  .home-page-hcw .w-xs-95 {
    width: 95% !important;
  }
  .home-page-hcw .w-xs-100 {
    width: 100% !important;
  }
  .home-page-hcw .justify-content-xs-center {
    justify-content: center;
  }
  .home-page-hcw .justify-content-xs-start {
    justify-content: flex-start;
  }
  .home-page-hcw .justify-content-xs-end {
    justify-content: flex-end;
  }
  .home-page-hcw .justify-content-xs-between {
    justify-content: space-between;
  }
  .home-page-hcw .justify-content-xs-around {
    justify-content: space-around;
  }
  .home-page-hcw .align-items-xs-center {
    align-items: center;
  }
  .home-page-hcw .align-items-xs-start {
    align-items: flex-start;
  }
  .home-page-hcw .align-items-xs-end {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .home-page-hcw .w-md-auto {
    width: unset;
  }
  .home-page-hcw .w-md-5 {
    width: 5% !important;
  }
  .home-page-hcw .w-md-10 {
    width: 10% !important;
  }
  .home-page-hcw .w-md-15 {
    width: 15% !important;
  }
  .home-page-hcw .w-md-20 {
    width: 20% !important;
  }
  .home-page-hcw .w-md-25 {
    width: 25% !important;
  }
  .home-page-hcw .w-md-30 {
    width: 30% !important;
  }
  .home-page-hcw .w-md-35 {
    width: 35% !important;
  }
  .home-page-hcw .w-md-40 {
    width: 40% !important;
  }
  .home-page-hcw .w-md-45 {
    width: 45% !important;
  }
  .home-page-hcw .w-md-50 {
    width: 50% !important;
  }
  .home-page-hcw .w-md-55 {
    width: 55% !important;
  }
  .home-page-hcw .w-md-60 {
    width: 60% !important;
  }
  .home-page-hcw .w-md-65 {
    width: 65% !important;
  }
  .home-page-hcw .w-md-70 {
    width: 70% !important;
  }
  .home-page-hcw .w-md-75 {
    width: 75% !important;
  }
  .home-page-hcw .w-md-80 {
    width: 80% !important;
  }
  .home-page-hcw .w-md-85 {
    width: 85% !important;
  }
  .home-page-hcw .w-md-90 {
    width: 90% !important;
  }
  .home-page-hcw .w-md-95 {
    width: 95% !important;
  }
  .home-page-hcw .w-md-100 {
    width: 100% !important;
  }
  .home-page-hcw .justify-content-md-center {
    justify-content: center;
  }
  .home-page-hcw .justify-content-md-start {
    justify-content: flex-start;
  }
  .home-page-hcw .justify-content-md-end {
    justify-content: flex-end;
  }
  .home-page-hcw .justify-content-md-between {
    justify-content: space-between;
  }
  .home-page-hcw .justify-content-md-around {
    justify-content: space-around;
  }
  .home-page-hcw .align-items-md-center {
    align-items: center;
  }
  .home-page-hcw .align-items-md-start {
    align-items: flex-start;
  }
  .home-page-hcw .align-items-md-end {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 480px) {
  .strength .section-bg {
    top: -50px !important;
  }

  .home-page-hcw .section-1 .job-links-group .job-link {
    font-size: 14px !important;
  }

  .jobtypes .jobtype-card .jobtype-nur-card-body .jobtype-nur-name {
    font-size: 16px !important;
  }

  .home-page-hcw .section-3 .strength .strength-card .card .info .info-introduce {
    font-size: 12px !important;
  }

  .home-page-hcw .section-3 .strength .strength-card .card .info .title {
    font-size: 18px !important;
  }

}