@charset "utf-8";

:root {
  --bs-body-color: #3D3D3D;
  --bs-body-color-rgb: 61,61,61;
  --bs-link-color-rgb: 61,61,61;
  --bs-link-color: #3D3D3D;
  --bs-link-hover-color-rgb: 77,77,77;
  --bs-link-hover-color: #4D4D4D;
  --bs-body-font-family: "Noto Sans JP", sans-serif;
  --bunbun-container-max-width: 768px;
  --bs-border-color: #B5B5B5;
  --bs-border-radius: 10px;
  --bs-body-font-size: 14px;
  --bs-danger-rgb: 223,134,133;
  --bs-info-rgb: 212,242,237;
  --bs-primary-rgb: 0,149,78;
  --bs-warning-rgb: 255,155,42;
}
.badge {
  --bs-badge-border-radius: 4px;
}
.btn {
  --bs-btn-font-size: 14px;
  --bs-btn-padding-y: 9px;
  --bs-btn-font-weight: 700;
  width: 100%;
}
.btn-primary {
  --bs-btn-bg: #00954E;
  --bs-btn-border-color: #00954E;
  --bs-btn-hover-bg: #016A38;
  --bs-btn-hover-border-color: #016A38;
  --bs-btn-active-bg: #016A38;
  --bs-btn-active-border-color: #016A38;
  --bs-btn-disabled-bg: #00954E;
  --bs-btn-disabled-border-color: #00954E;  
}
.btn-outline-primary {
  --bs-btn-color: #00954E;
  --bs-btn-border-color: #00954E;
  --bs-btn-hover-color: #016A38;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #016A38;
  --bs-btn-active-color: #016A38;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #00954E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00954E;
  --bs-btn-disabled-color: #00954E;
}
.btn-danger {
  --bs-btn-bg: #DF8685;
  --bs-btn-border-color: #DF8685;
  --bs-btn-hover-bg: #EF9695;
  --bs-btn-hover-border-color: #DF8685;
  --bs-btn-active-bg: #DF8685;
  --bs-btn-active-border-color: #DF8685;
  --bs-btn-disabled-bg: #DF8685;
  --bs-btn-disabled-border-color: #DF8685;  
}
.btn-secondary {
  --bs-btn-color: #191919;
  --bs-btn-bg: #BFBFBF;
  --bs-btn-border-color: var(--bs-btn-bg);
  --bs-btn-hover-color: var(--bs-btn-color);
  --bs-btn-hover-bg: #AFAFAF;
  --bs-btn-hover-border-color: #AFAFAF;
}
.btn-outline-secondary {
  --bs-btn-border-color: #ABABAB;
}
.btn-info {
  --bs-btn-bg: #D4F2ED;
  --bs-btn-border-color: #D4F2ED;
  --bs-btn-hover-bg: #B5D0CC;
  --bs-btn-hover-border-color: #B5D0CC;
}
.btn-dark {
  --bs-btn-bg: #414141;
}
.card {
  --bs-card-border-color: #ABABAB;
}
.pagination {
  --bs-pagination-active-bg: #3D3D3D;
  --bs-pagination-active-border-color: #3D3D3D;  
}
.carousel-control-prev {
  left: -20px;
  width: 24px;
}
.carousel-control-prev-icon {
  background-image: url("../img/chevron_left.svg");
}
.carousel-control-next {
  right: -20px;
  width: 24px;
}
.carousel-control-next-icon {
  background-image: url("../img/chevron_right.svg");
}
.form-select {
  border-radius: 2rem;
}
.col-form-label {
  font-size: 12px;
  font-weight: 700;
}
.form-check-label {
  font-size: 12px;
  padding-top: 2px;
}
.form-check-input {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: #727272;
}

.text-ab {
  color: #ABABAB;
}
.bg-gray-d9 {
  background-color: #D9D9D9;
}
.bg-gray-ab {
  background-color: #ABABAB;
}
.bg-black-72 {
  background-color: #727272;
}
.bg-black-62 {
  background-color: #626262;
}
.bg-black-54 {
  background-color: #545454;
}
.bg-black-44 {
  background-color: #444444;
}
.h-50px {
  height: 50px;
}
.h-60px {
  height: 60px;
}
.h-90px {
  height: 90px;
}
.h-100px {
  height: 100px;
}
.h-150px {
  height: 150px;
}
.h-220px {
  height: 220px;
}
.h-280px {
  height: 280px;
}
.w-18px {
  width: 18px;
}
.w-26px {
  width: 26px;
}
.w-28px {
  width: 28px;
}
.w-36px {
  width: 36px;
}
.w-40px {
  width: 40px;
}
.w-50px {
  width: 50px;
}
.w-60px {
  width: 60px;
}
.w-90px {
  width: 90px;
}
.w-100px {
  width: 100px;
}
.w-230px {
  width: 230px;
}
.w-260px {
  width: 260px;
}
.w-300px {
  width: 300px;
}
.w-320px {
	width: 320px;
}
.pt-2px {
  padding-top: 2px;
}
.pb-2px {
  padding-bottom: 2px;
}
.mt--2 {
  margin-top: -.5rem;
}
.mt--20px {
  margin-top: -20px;
}
.mx-expand {
  --bs-gutter-x: 1.5rem;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.mx-expand-2 {
  --bs-gutter-x: 1.5rem;
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}
.g-1px {
  --bs-gutter-x: 1px;
  --bs-gutter-y: 1px;
}
.g-2px {
  --bs-gutter-x: 2px;
  --bs-gutter-y: 2px;
}
.g-3px {
  --bs-gutter-x: 3px;
  --bs-gutter-y: 3px;
}
.gap-10px {
  gap: 10px;
}
.gap-20px {
  gap: 20px;
}
.gap-30px {
  gap: 30px;
}
.fs-7px {
  font-size: 7px
}
.fs-10px {
  font-size: 10px;
}
.fs-12px {
  font-size: 12px;
}
.fs-14px {
  font-size: 14px;
}
.fs-18px {
  font-size: 18px;
}
.fs-40px {
  font-size: 40px;
}
.lh-18 {
  line-height: 1.8;
}
.lh-20 {
  line-height: 2.0;
}
.rounded-6px {
  border-radius: 6px;
}
.rounded-10px {
  border-radius: 10px;
}
.shadow-md {
  box-shadow: 0 .1rem .5rem rgba(0,0,0,.15);
}
.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.col-min-4 {
  width: auto;
  min-width: 33.33%;
}
.col-min-6 {
  width: auto;
  min-width: 50%;
}
.form-label-required {
  position: relative;
}
.form-label-required:before {
  content: "必須";
  position: absolute;
  right: calc(var(--bs-gutter-x) * .5);
  top: 8px;
  font-size: 10px;
  font-weight: normal;
  padding: 0 8px 1px;
  color: #fff;
  background: rgba(var(--bs-danger-rgb),1);
  border-radius: 4px;
}
.nav-toggle {
  --bs-nav-pills-link-active-bg: #FFF;
  --bs-nav-pills-link-active-color: var(--bs-body-color);
  --bs-nav-pills-border-radius: 100vh;
  --bs-nav-link-color: var(--bs-body-color);
  --bs-nav-link-hover-color: #FFF;
  --bs-nav-link-font-size: 12px;
  background: #DDDDDD;
  border-radius: 100vh;
  padding: 2px;
}
.checkbox-button input[type=checkbox],
.radio-button input[type=radio] {
  display: none;
}
.checkbox-button input[type=checkbox] + label,
.radio-button input[type=radio] + label {
  padding: 10px 0 9px;
  border:1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.checkbox-button-sm input[type=checkbox] + label,
.radio-button-sm input[type=radio] + label {
  padding: 7px 0 6px;
}
.checkbox-button input[type=checkbox]:checked + label,
.radio-button input[type=radio]:checked + label {
  background: #ABABAB;
}
.checkbox-button.checkbox-button-black input[type=checkbox]:checked + label,
.radio-button.radio-button-black input[type=radio]:checked + label {
  background: #626262;
  color: #FFF;
}
.radio-star input[type=radio] {
  display: none;
}
.radio-star input[type=radio] + label{
  cursor: pointer;
}  
.radio-star input[type=radio] + label > :first-child {
  display: none;
}
.radio-star input[type=radio] + label > :nth-child(2) {
  display: block;
}
.radio-star input[type=radio]:checked ~ label > :first-child {
  display: block;
}
.radio-star input[type=radio]:checked ~ label > :nth-child(2) {
  display: none;
}
.toggle-check input[type=checkbox] {
  display:none;
}
.toggle-check input[type=checkbox] + label {
  padding: 2px;
  width: 50px;
  border-radius: 20px;
  background: #AFAFAF;
  cursor: pointer;
}
.toggle-check input[type=checkbox] + label > div {
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 50%;
  margin-right: auto;
  margin-left: 0;
}
.toggle-check input[type=checkbox]:checked + label {
  background: #00954E;
}
.toggle-check input[type=checkbox]:checked ~ label > div {
  margin-right: 0;
  margin-left: auto;
}

.overflow-scroll-x {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.overflow-scroll-x::-webkit-scrollbar{
  display: none;
}
.form-control-custom {
  background-color:transparent;
  border-color:transparent;
  padding:0;
}
.form-control-custom.is-invalid {
  padding-left: 2px;
  padding-bottom: 2px;
}
.form-search {
  background-image: url('../img/search_gray.svg');
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px;
}
.form-control::placeholder {
  color: #ABABAB;
}
.pw-switch {
  position: relative;
}
.pw-switch > .eye {
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.pw-switch > .eye-open {
  background-image: url('../img/eye_open.svg');
}
.pw-switch > .eye-close {
  background-image: url('../img/eye_close.svg');
}

.preview_nolink {
	pointer-events:none;
}
.ebox img {
    max-width: 100%;
    height: auto;
}
.ebox > p {
    margin-bottom: 0;
}
a {
  text-decoration: none;
}
.logo img {
  height: 30px;
}
.navbar a > div {
  font-size: 7px;
}
.navbar-brand p {
  font-size: 12px;
  text-align: center;
  color: #5a3108;
  margin: -18px 0 0 0;
}
.menu-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
  z-index: 5;
}
.navbar-toggler-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-overlay {
  position: absolute;
  z-index: 4;
  top: -725px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #D4F2ED, #97FFD7);
  transition: top 0.4s ease;
}
.menu-overlay .logo img {
  width: 135px;
}
label > .navbar-toggler-icon {
  background-image: url("../img/hamburger.svg");
}
#menu-toggle:checked ~ label > .navbar-toggler-icon {
  background-image: url("../img/menu_close.svg");
}
#menu-toggle:checked ~ .menu-overlay {
  top: 0;
}
.new-notice {
  position: relative;
}
.new-notice:after{
  content: "";
  position: absolute;
  right: 4px;
  top: 3px;
  width: 8px;
  height: 8px;
  background: #F00;
  border-radius: 4px;
}

.search-toggler {
  cursor: pointer;
}
.search-toggler-icon {
  background-image: url("../img/chevron_down.svg");
  width: 20px;
  height: 20px;
}
.search-overlay {
  display: none;
  transition: top 0.4s ease;
}
#search-toggle:checked ~ .row .search-toggler-icon {
  background-image: url("../img/chevron_up.svg");
}
#search-toggle:checked ~ .search-overlay {
  display: block;
}
.position-fixed .nav-item {
  min-width: 60px;
}
.position-fixed .navbar a > div {
  font-size: 9px;
  color: #FFF;
}
.main {
  background: #F7F7F7;
  min-height: calc(100vh - 56px - 94px);
}
.bg-main {  
  background: #F7F7F7;
}

.jmap {
  position: relative;
  background-image: url('../img/jmap.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFF;
  width: 100%;
  height: 89.7vw;
  max-width: 390px;
  max-height: 350px;
  min-height: 320px;
}
.jmap > a {
  position: absolute;
  display: block;
  background: #FFF;
  border: 2px solid #00954E;
  border-radius: 10px;
  font-size: 16px;
  padding: 3px 14px 4px;
  white-space: nowrap;
}
.jmap > .hokkaido {
  top: 8.46%;
  left: 74.35%;
}
.jmap > .tohoku {
  top: 28.71%;
  left: 65.89%;
}
.jmap > .kanto {
  top: 53.58%;
  left: 65.89%;
}
.jmap > .shutoken {
  top: 51.79%;
  left: 65.89%;
}
.jmap > .tokai {
  top: 69.74%;
  left: 52.46%;
}
.jmap > .hokuriku-koshinetsu {
  top: 36.66%;
  left: 26.02%;
}
.jmap > .kinki {
  top: 53.58%;
  left: 41.79%;
}
.jmap > .sanin-sanyo {
  top: 53.58%;
  left: 5.12%;
}
.jmap > .shikoku {
  top: 69.74%;
  left: 30%;
}
.jmap > .kyushu {
  top: 70%;
  left: 5.12%;
}
.jmap > .okinawa {
  top: 19.23%;
  left: 9.48%;
}
footer {
  background: #00954E;
  color: #FFF;
}
footer img {
  width: 80px;
}
.copyright {
  font-size: 10px;
  margin: 0;
}
.contractor-top .mv {
  height: 30vw;
  max-height: 500px;
  background: url(../img/contractor_mv.jpg) 0 / cover;
  margin-bottom: 0;
}

/* xs */
.position-xs-absolute {
  position: absolute;
}
.position-xs-relative {
  position: relative;
}
.container {
  max-width: var(--bunbun-container-max-width);
  --bs-gutter-x: 0;
}

/* sm */
@media (min-width: 576px) { 
  
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-relative {
    position: relative;
  }
  
  .container {
    max-width: var(--bunbun-container-max-width);
  }
  
}
/* md */
@media (min-width: 768px) { 
  .position-md-absolute {
    position: absolute;
  }
  .position-md-relative {
    position: relative;
  }

  .container {
    max-width: var(--bunbun-container-max-width);
  }
}
/* lg */
@media (min-width: 992px) { 
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-relative {
    position: relative;
  }
  
  .container {
    max-width: var(--bunbun-container-max-width);
  }
}
/* xl */
@media (min-width: 1200px) { 
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-relative {
    position: relative;
  }
  
  .container {
    max-width: var(--bunbun-container-max-width);
  }
}
/* xxl */
@media (min-width: 1400px) { 
  .position-xxl-absolute {
    position: absolute;
  }
  .position-xxl-relative {
    position: relative;
  }
  
  .container {
    max-width: var(--bunbun-container-max-width);
  }
}
