@charset "UTF-8";
/* Basic FONT List */
.local__navi {
  margin: 0 auto 6rem auto;
}
.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: 1rem;
  color: #255d40;
  border-radius: 10px;
  word-break: break-all;
  font-weight: 600;
  justify-content: center;
}
.local__navi ul li a .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 1rem;
  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;
  }
}
.chukai__intro {
  margin: 0 auto 8rem auto;
  position: relative;
}
.chukai__intro .img__inlus {
  position: absolute;
  bottom: -3rem;
}
.chukai__intro .img__inlus01 {
  width: 8.5%;
  max-width: 102px;
  left: 4%;
}
.chukai__intro .img__inlus02 {
  width: 9.25%;
  max-width: 111px;
  right: 4%;
}
.chukai__intro h3 {
  font-size: 3.3rem;
  color: #255d40;
  text-align: center;
  margin: 0 0 4rem 0;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 767px) {
  .chukai__intro {
    margin: 0 auto 6rem auto;
  }
  .chukai__intro h3 {
    font-size: 2.2rem;
    margin: 0 0 5vw 0;
  }
  .chukai__intro .img__inlus01, .chukai__intro .img__inlus02 {
    top: -4.5vw;
    bottom: unset;
  }
}
@media screen and (max-width: 480px) {
  .chukai__intro .img__inlus01, .chukai__intro .img__inlus02 {
    top: -7.5vw;
    width: 11%;
  }
}
.chukai__intro p {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 1.8;
  padding: 0 12%;
}
@media screen and (max-width: 767px) {
  .chukai__intro p {
    font-size: 1.6rem;
    text-align: left;
    padding: 0;
  }
}
/* chukai__item__list */
.chukai__item__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chukai__item__list .chukai__item {
  width: 31.666666%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.chukai__item__list .chukai__item h4 {
  font-family: "BIZ UDPMincho", serif;
  background: #255d40;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  font-size: 2rem;
  line-height: 1.7;
}
.chukai__item__list .chukai__item p {
  padding: 2rem 2rem 2rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin: 0;
}
.chukai__item__list .chukai__item p span {
  color: #8F6800;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .chukai__item__list {
    row-gap: 20px;
  }
  .chukai__item__list .chukai__item {
    width: 100%;
  }
  .chukai__item__list .chukai__item h4 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .chukai__item__list .chukai__item p {
    font-size: 1.4rem;
  }
}
/* Chukai Box */
.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: 10px;
  background: white;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
@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/person03.png) center bottom/100% 100% no-repeat;
  width: 18.2rem;
  height: 31.7rem;
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1050px) {
  .chukai__box .chukai__check__list {
    padding: 40px 20px 10rem 20px;
  }
  .chukai__box .chukai__check__list::before {
    transform: rotate(90deg) translateY(0);
    right: 20vw;
    top: unset;
    bottom: -12rem;
  }
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list {
    padding: 40px 20px 26vw 20px;
  }
  .chukai__box .chukai__check__list::before {
    transform: rotate(90deg) translateY(0);
    right: 20vw;
    top: unset;
    bottom: -23vw;
    height: 61.9947vw;
    width: 35.593vw;
  }
}
.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: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list .list__box:before {
    position: relative;
    width: 4.7rem;
    height: 4.7rem;
    top: 0;
    transform: unset;
  }
}
.chukai__box .chukai__check__list .list__box h4 {
  font-size: 2.6rem;
  font-family: "BIZ UDPMincho", serif;
  color: #255d40;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list .list__box h4 {
    flex-basis: calc(100% - 6.2rem);
    font-size: 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.6rem;
    line-height: 1.6;
  }
}
.chukai__box .chukai__check__list .list__box + .list__box {
  margin: 4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .chukai__box .chukai__check__list .list__box + .list__box {
    margin: 3rem 0 0 0;
  }
}
.chukai__box .flow__list {
  padding: 40px;
  border-radius: 20px;
  background: white;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .chukai__box .flow__list {
    padding: 40px 40px 13rem 40px;
  }
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list {
    padding: 2rem 2rem 35.4430379747vw 2rem;
  }
}
.chukai__box .flow__list:before {
  content: "";
  display: block;
  background: url(../img/chukai/person04.png) center bottom/100% 100% no-repeat;
  width: 19.5rem;
  height: 16.5rem;
  position: absolute;
  right: 5rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list:before {
    right: 50%;
    transform: translateX(50%);
    width: 40.5063291139vw;
    height: 31.6455696203vw;
  }
}
.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 h4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #255d40;
  position: relative;
  line-height: 1.5;
  margin: 0;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box h4 {
    font-size: min(5vw, 2rem);
      margin: 0 0 1rem;
  }
}
.chukai__box .flow__list .list__box h4 .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 h4 .num {
    font-size: 2rem;
    width: 4.7rem;
    height: 4.7rem;
    left: -6rem;
  }
}
.chukai__box .flow__list .list__box h4 label {
  display: block;
  position: relative;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box h4 label {
    padding-top: 10px;
    padding-right: 4.5rem;
  }
}
.chukai__box .flow__list .list__box h4 label:after {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box h4 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;
  line-height: 2;
}
.chukai__box .flow__list .list__box p.note {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
@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 h4 .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) h4 label {
  display: block;
  position: relative;
}
.chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) h4 label:after {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  .chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) h4 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: 6rem 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 .5rem 0 0;
}
.chukai__box .link__box a .icon {
  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 {
    margin: 4rem auto 0 auto;
  }
  .chukai__box .link__box a {
    width: 90%;
    margin: 0 auto;
    font-size: min(2rem, 4.5vw);
    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;
  }
}
.chukai__box .satei__contact:after {
  content: "";
  display: block;
  background: url(../img/chukai/person05.png) 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: 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 1.5rem 0;
  width: 66%;
  max-width: 55rem;
  height: 5.6rem;
  gap: 1rem;
  font-weight: bold;
}
.chukai__box .satei__contact a .icon {
  width: 1.9rem;
  height: 1.9rem;
}
.chukai__box .satei__contact a {
  transition: all 0.3s;
}
.chukai__box .satei__contact a:hover {
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .chukai__box .satei__contact a {
    height: auto;
    padding: 2rem 1rem;
    font-size: 1.5rem;
    max-width: 100%;
    width: auto;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 420px) {
  .chukai__box .satei__contact a:hover {
    gap: 1.2rem;
  }
}
.chukai__box .satei__contact a:hover {
  background: #053826;
}
.chukai__box + .chukai__box {
  margin: 8rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  #chukai04 {
    margin: 6rem auto 2rem auto;
  }
  .chukai__box + .chukai__box {
    margin: 6rem auto 0 auto;
  }
}
.lh__txt {
  line-height: 1.8;
}