/* Basic Color List */
/* $pc : pc;
$tablet : tablet;
$mobile : mobile; */
/* Basic Tool List */
.flex__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex__box > * {
  flex-shrink: 1;
  flex-grow: 0;
}

@media screen and (min-width: 768px) {
  .sp__only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc__only {
    display: none !important;
  }
}
/* Basic FONT List */
.local__navi {
  margin: 0 auto 6rem auto;
  padding: 5rem 0 0 0;
}
.local__navi ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.local__navi ul.chukai__navi {
  gap: 1rem;
}
.local__navi ul.chukai__navi li {
  flex-basis: calc((100% - 3rem) / 4);
}
.local__navi ul.chukai__navi li a {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .local__navi ul.chukai__navi li {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
.local__navi ul li a {
  filter: drop-shadow(0 3px 20px rgba(37, 93, 64, 0.2));
  font-size: 2rem;
  font-family: "BIZ UDPMincho", serif;
  background: white;
  display: flex;
  flex-wrap: wrap;
  min-height: 7rem;
  align-items: center;
  text-decoration: none;
  padding: 0 2rem;
  color: #255d40;
  border-radius: 10px;
  word-break: break-all;
  font-weight: 600;
}
.local__navi ul li a .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 auto;
  transform: rotate(90deg);
}
.local__navi ul li a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #255d40;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .local__navi ul li a {
    height: auto;
    min-height: 5rem;
    font-size: min(1.8rem, 4vw);
  }
  .local__navi ul li a .icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.common__content {
  padding-bottom: 8rem;
}

.chukai__intro {
  margin: 0 auto 100px auto;
}
.chukai__intro h3 {
  font-size: 3.3rem;
  color: #255d40;
  text-align: center;
  margin: 0 0 1em 0;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 767px) {
  .chukai__intro h3 {
    font-size: 2.2rem;
  }
}
.chukai__intro p {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .chukai__intro p {
    font-size: 1.6rem;
    text-align: left;
  }
}

.chukai__box h4.leaf__title__03 {
  font-size: 3rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  padding: 0 0 3rem 0;
  border-bottom: #707070 solid 1px;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .chukai__box h4.leaf__title__03 {
    font-size: 2rem;
    padding: 0 0 1.5rem 0;
    border-bottom: #707070 solid 1px;
    margin: 0 0 2rem 0;
  }
}
.chukai__box p {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4d4d4d;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .chukai__box p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.chukai__box .img__box {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 0 auto;
}
.chukai__box .chukai__check__list {
  padding: 40px;
  border-radius: 20px;
  background: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .chukai__box .chukai__check__list {
    padding: 40px 40px 150px 40px;
  }
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list {
    padding: 5.0632911392vw 5.0632911392vw 27.8481012658vw 5.0632911392vw;
  }
}
.chukai__box .chukai__check__list:before {
  content: "";
  display: block;
  background: url(../img/chukai/img_chukai_02.webp) center bottom/100% 100% no-repeat;
  width: 38.2rem;
  height: 16.5rem;
  position: absolute;
  right: 2rem;
  bottom: -1.5rem;
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list:before {
    right: 5.0632911392vw;
    width: 56.7088607595vw;
    height: 24.3037974684vw;
    bottom: -2.0253164557vw;
  }
}
.chukai__box .chukai__check__list .list__box {
  padding: 0 0 0 100px;
  position: relative;
  min-height: 80px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list .list__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 0;
  }
}
.chukai__box .chukai__check__list .list__box:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(../img/chukai/icon_check.svg) center center/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list .list__box:before {
    position: relative;
    width: 4.7rem;
    height: 4.7rem;
  }
}
.chukai__box .chukai__check__list .list__box h5 {
  font-size: 2.6rem;
  font-family: "BIZ UDPMincho", serif;
  color: #255d40;
  margin: 0 0 1.5rem 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list .list__box h5 {
    flex-basis: calc(100% - 6.2rem);
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
.chukai__box .chukai__check__list .list__box p {
  font-size: 2rem;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list .list__box p {
    flex-basis: 100%;
    font-size: 1.7rem;
  }
}
.chukai__box .chukai__check__list .list__box + .list__box {
  margin: 4rem 0 0 0;
}
.chukai__box .flow__list {
  padding: 40px;
  border-radius: 20px;
  background: white;
  position: relative;
}
@media screen and (max-width: 960px) {
  .chukai__box .flow__list {
    padding: 40px 40px 10rem 40px;
  }
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list {
    padding: 5.0632911392vw 5.0632911392vw 35.4430379747vw 5.0632911392vw;
  }
}
.chukai__box .flow__list:before {
  content: "";
  display: block;
  background: url(../img/chukai/img_chukai_03.webp) center bottom/100% 100% no-repeat;
  width: 22.6rem;
  height: 17.8rem;
  position: absolute;
  right: 2rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list:before {
    width: 40.5063291139vw;
    height: 31.6455696203vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.chukai__box .flow__list .list__box {
  padding: 0 0 4rem 100px;
  position: relative;
  min-height: 120px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box {
    padding: 0 0 2rem 6rem;
    min-height: 60px;
  }
}
.chukai__box .flow__list .list__box h5 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #255d40;
  margin: 0 0 10px 0;
  position: relative;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box h5 {
    font-size: 2rem;
  }
}
.chukai__box .flow__list .list__box h5 .num {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 3rem;
  color: #255d40;
  font-weight: bold;
  background: #e9eac4;
  left: -100px;
  top: 0;
  border-radius: 50%;
  font-family: "BIZ UDPGothic", serif;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box h5 .num {
    font-size: 2rem;
    width: 4.7rem;
    height: 4.7rem;
    left: -6rem;
  }
}
.chukai__box .flow__list .list__box h5 label {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box h5 label {
    padding-top: 10px;
    padding-right: 4.5rem;
  }
}
.chukai__box .flow__list .list__box h5 label:after {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box h5 label:after {
    display: block;
    content: "add";
    font-family: "Material icons";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 4px;
    background-color: #e9eac4;
    color: #255d40;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.chukai__box .flow__list .list__box p {
  text-align: left;
  font-size: 1.6rem;
  color: #4d4d4d;
  margin: 0;
}
.chukai__box .flow__list .list__box p.note {
  margin: 2rem 0 0 0;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box p {
    display: none;
    font-size: 1.5rem;
  }
}
.chukai__box .flow__list .list__box:after {
  content: "";
  display: block;
  height: calc(100% - 80px);
  width: 1px;
  border-right: #255d40 dotted 2px;
  position: absolute;
  left: 40px;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box:after {
    left: 2.35rem;
    top: 4.7rem;
    height: calc(100% - 4.7rem);
  }
}
.chukai__box .flow__list .list__box:last-of-type:after {
  display: none;
}
.chukai__box .flow__list .list__box:last-of-type h5 .num {
  background: #255d40;
  color: white;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) p {
    display: block;
  }
}
.chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) h5 label {
  display: block;
  position: relative;
}
.chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) h5 label:after {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) h5 label:after {
    display: block;
    content: "remove";
    font-family: "Material icons";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 4px;
    background-color: #e9eac4;
    color: #255d40;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.chukai__box .flow__list .list__box input {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box input {
    display: block;
  }
}
.chukai__box .link__box {
  margin: 8rem auto 0 auto;
  width: 100%;
  max-width: 470px;
}
.chukai__box .link__box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: white;
  color: #255d40;
  font-size: 2.4rem;
  height: 12rem;
  gap: 1rem;
  font-family: "BIZ UDPMincho", serif;
  text-decoration: none;
  padding: 0 2rem 0 2.5rem;
  font-weight: 600;
}
.chukai__box .link__box a .material-icons {
  font-size: 4.4rem;
  margin: 0 2.5rem 0 0;
}
.chukai__box .link__box a .icon {
  flex-basis: 2rem;
  margin: 0 0 0 auto;
}
.chukai__box .link__box a .logo {
  flex-basis: 6rem;
  margin: 0 1rem 0 0;
}
.chukai__box .link__box a:hover {
  background-color: #f4fcda;
}
@media screen and (max-width: 767px) {
  .chukai__box .link__box a {
    width: 90%;
    margin: 0 auto;
    font-size: min(2rem, 4vw);
    height: auto;
    padding: 1rem 1.5rem 1rem 1rem;
    min-height: 9rem;
  }
}
.chukai__box .satei__contact {
  display: block;
  border: #255d40 solid 3px;
  border-radius: 20px;
  width: 100%;
  max-width: 1000px;
  padding: 4rem;
  background: #f4fcda;
  position: relative;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .chukai__box .satei__contact {
    padding: 2rem;
    margin: 4rem auto 0 auto;
  }
}
.chukai__box .satei__contact:after {
  content: "";
  display: block;
  background: url(../img/chukai/img_chukai_04.webp) center center/contain no-repeat;
  width: 30%;
  height: calc(100% - 8rem);
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .chukai__box .satei__contact:after {
    width: 76%;
    position: relative;
    margin: 2rem auto 0;
    padding-top: 50%;
    height: 0;
    top: 0;
    right: 0;
    transform: translateY(0);
    max-width: 320px;
  }
}
.chukai__box .satei__contact p {
  display: block;
  width: 66%;
  max-width: 55rem;
  font-size: min(2.6rem, 2.5vw);
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .chukai__box .satei__contact p {
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .chukai__box .satei__contact p {
    font-size: 1.7rem;
  }
}
.chukai__box .satei__contact a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #255d40;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  margin: 4rem 0 0 0;
  width: 66%;
  max-width: 55rem;
  height: 6.6rem;
  gap: 1rem;
}
.chukai__box .satei__contact a .icon {
  width: 1.9rem;
  height: 1.9rem;
}
@media screen and (max-width: 767px) {
  .chukai__box .satei__contact a {
    height: auto;
    padding: 2rem;
    font-size: 1.8rem;
    max-width: 100%;
    width: auto;
    margin: 2rem auto 0;
  }
}
.chukai__box .satei__contact a:hover {
  background: #053826;
}
.chukai__box + .chukai__box {
  margin: 10rem auto 0 auto;
}/*# sourceMappingURL=chukai.css.map */