/* pages/top.css */
#home {
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-image.png);
  background-size: 1480px;
  background-repeat: no-repeat;
  background-position: center 540px;
}
@media screen and (max-width: 767px) {
  #home {
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-image-sp.png);
    background-size: 190%;
    background-position: center 500px;
  }
}
#home .heading {
  text-align: center;
}
#home .heading .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  #home .heading .ttl {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 5%;
  }
}
#home .heading .ttl {
  font-weight: 500;
  padding-top: 100px;
  display: inline-block;
  position: relative;
}
#home .heading .ttl::after {
  display: block;
  content: "";
  position: absolute;
  top: 76px;
  left: -54px;
  width: 53px;
  height: 46px;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/ttl-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #home .heading .ttl::after {
    width: 30px;
    height: 27px;
    top: 82px;
    left: -30px;
  }
}
#home .heading .ttl-en {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #home .heading .ttl-en {
    font-size: 12px;
    line-height: 1.7;
  }
}
#home .heading .ttl-en {
  letter-spacing: 10%;
  display: block;
  color: #888888;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #home .heading .ttl-en {
    margin-top: 5px;
    line-height: 16px;
  }
}
#home .heading .ttl-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #home .heading .ttl-catch {
    font-size: 16px;
    line-height: 1.6;
  }
}
#home .heading .ttl-catch {
  line-height: 32px;
  font-weight: 500;
  margin-top: 40px;
  letter-spacing: 10%;
}
#home .heading p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #home .heading p {
    margin-top: 10px;
    line-height: 28px;
    font-weight: 500;
  }
}
#home .subttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
}
#home .subttl-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
}
#home .features,
#home .service,
#home .area,
#home .alignment,
#home .flow,
#home .overview,
#home .recruit,
#home .contact {
  padding: 0px 0px 100px 0px;
}
@media screen and (max-width: 767px) {
  #home .features,
  #home .service,
  #home .area,
  #home .alignment,
  #home .flow,
  #home .overview,
  #home .recruit,
  #home .contact {
    padding: 0px 0px 60px 0px;
  }
}
#home .top-main {
  position: relative;
  padding-top: 122px;
}
@media screen and (max-width: 767px) {
  #home .top-main {
    padding-top: 75px;
  }
}
#home .top-main .top-main__slider {
  position: relative;
  aspect-ratio: 2070/890;
}
@media screen and (max-width: 767px) {
  #home .top-main .top-main__slider {
    aspect-ratio: 503/794;
  }
}
#home .top-main .top-main__slider {
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
#home .top-main .top-main__slider::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -9%;
  right: 3%;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/main-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 204px;
  height: 168px;
}
@media screen and (max-width: 767px) {
  #home .top-main .top-main__slider::after {
    bottom: -3%;
    right: 0;
    width: 148px;
    height: 122px;
  }
}
#home .top-main .top-main__slider:active {
  cursor: grabbing;
}
#home .top-main .top-main__slider img {
  object-fit: cover;
  border-radius: 120px 30px 120px 30px;
  -webkit-user-drag: none;
}
@media screen and (max-width: 767px) {
  #home .top-main .top-main__slider img {
    border-radius: 95px 25px 95px 25px;
  }
}
#home .top-main__pagination {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #home .top-main__pagination {
    right: 8px;
    gap: 6px;
  }
}
#home .top-main__pagination__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  #home .top-main__pagination__dot {
    width: 8px;
    height: 8px;
  }
}
#home .top-main__pagination__dot.is-active {
  background-color: #ffffff;
}
#home .top-main__catchcopy {
  z-index: 10;
  position: absolute;
  top: 44%;
  left: 100px;
  font-size: 35px;
  font-size: clamp(35px, 2.43vw, 55px);
  font-weight: 500;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  #home .top-main__catchcopy {
    top: 86.4vw;
    left: 9.33vw;
    font-size: clamp(16px, 4.989vw, 22px);
    text-shadow: 0 0 26.73px #fff, 0 0 16.04px #fff, 0 0 16.04px #fff;
    display: block;
  }
}
#home .top-main__catchcopy span {
  font-size: 50px;
  font-size: clamp(50px, 3.472vw, 70px);
  line-height: 1.44;
  color: #579d00;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  #home .top-main__catchcopy span {
    font-size: clamp(14px, 7.1279vw, 28px);
    margin-left: 6.41px;
  }
}
#home .top-main__slide {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease;
}
#home .top-main__slide:first-child {
  position: relative;
}
#home .top-main__slide.is-active {
  opacity: 1;
}
#home .top-main__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .top-main__news {
  display: inline-flex;
  flex-direction: row;
  gap: 30px;
  margin: 20px 0 0 0;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px dashed #cecece;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #home .top-main__news {
    margin: 10px 0 0 0px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
#home .top-main__news__ttl {
  font-weight: 500;
  font-size: 18px;
}
#home .top-main__news__post {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #home .top-main__news__post {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
#home .top-main__news__post time {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  color: #579D00;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #home .top-main__news__post time {
    font-size: 13px;
    text-align: left;
  }
}
#home .greeting {
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  #home .greeting {
    padding: 60px 0 0;
  }
}
#home .greeting__text .heading {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #home .greeting__text .heading {
    gap: 15px;
    margin-bottom: 15px;
  }
}
#home .greeting__text .heading .ttl {
  text-align: left;
  padding-top: 0;
}
#home .greeting__text .heading .ttl::after {
  display: none;
}
#home .greeting__text .heading .ttl-en {
  margin-top: 0 !important;
  color: #B1B1B1;
}
@media screen and (max-width: 767px) {
  #home .greeting__text > p {
    font-size: 16px;
  }
}
#home .greeting__text > p .name-en {
  display: inline-flex;
  align-items: center;
}
#home .greeting__text > p .name {
  font-size: 24px;
  font-weight: 500;
  margin-left: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #home .greeting__text > p .name {
    font-size: 20px;
    margin-left: 0;
  }
}
#home .greeting__text > p .text01 {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #home .greeting__text > p .text01 {
    font-size: 14px;
  }
}
#home .greeting__text > p .en {
  color: #888888;
  letter-spacing: 20%;
  font-size: 14px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #home .greeting__text > p .en {
    margin-left: 10px;
    font-size: 12px;
  }
}
#home .greeting__text > p:last-of-type {
  margin-bottom: 0;
}
#home .greeting .greeting-icon {
  position: relative;
  margin-top: -115px;
  margin-left: -81px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  #home .greeting .greeting-icon {
    width: 135px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -20px;
  }
}
#home .greeting .greeting-icon img {
  display: block;
  width: 100%;
}
#home .features {
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-gray.jpg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #home .features {
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-gray-sp.jpg);
  }
}
#home .features .container {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  #home .features .container {
    padding: 0 20px !important;
  }
}
#home .features__list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #home .features__list {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
}
#home .features__list li {
  width: 30.5%;
}
@media screen and (max-width: 767px) {
  #home .features__list li {
    width: 100%;
  }
}
#home .features__list li figure {
  position: relative;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #home .features__list li figure {
    padding-bottom: 21px;
  }
}
#home .features__list li figure .image {
  aspect-ratio: 550/375;
}
#home .features__list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px 20px 80px 20px;
}
@media screen and (max-width: 767px) {
  #home .features__list li figure img {
    border-radius: 60px 15px 60px 15px;
  }
}
#home .features__list li figure figcaption {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  padding: 10px 20px 10px 18px;
  border-radius: 10px 30px 10px 30px;
  background-color: #D8EA4B;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #home .features__list li figure figcaption {
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px 6px 18px;
    border-radius: 5px 20px 5px 20px;
  }
}
#home .features__list li figure figcaption span {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  #home .features__list li figure figcaption span {
    font-weight: 600;
  }
}
#home .features__list li figure .caption02 {
  background-color: #FBF9A4;
}
#home .features__list li figure .caption03 {
  background-color: #FFE2E2;
}
#home .features__list li p {
  margin-top: 22px;
  line-height: 30px;
  font-size: 16px !important;
  font-weight: 400;
  margin-top: 9px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #home .features__list li p {
    font-size: 14px !important;
  }
}
#home .features__menber {
  padding: 55px 30px 10px 100px;
  border-radius: 30px;
  border: 3px solid #E4E6E8;
  background-color: #fff;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #home .features__menber {
    border: 2px solid #E4E6E8;
    border-radius: 15px;
    padding: 20px 20px 10px;
    margin-top: 30px;
  }
}
#home .features__menber__inner {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin: 0 auto;
  gap: 100px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #home .features__menber__inner {
    flex-direction: column;
    gap: 10px;
  }
}
#home .features__menber__inner h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #home .features__menber__inner h3 {
    font-size: 18px;
    text-align: center;
  }
}
#home .features__menber__inner ul {
  gap: 25px;
  font-size: 14px;
  display: grid;
  grid-auto-flow: column;
}
@media (max-width: 767px) {
  #home .features__menber__inner ul {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 0;
    font-size: 12px;
    text-align: center;
  }
}
#home .features__menber__inner ul li {
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  #home .features__menber__inner ul li {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #home .features__menber__inner ul li:nth-child(2n)::after {
    display: none;
  }
}
#home .features__menber__inner ul li:last-child::after {
  display: none;
}
#home .features__menber__inner ul li:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 18px;
  border-left: 1px dashed #cecece;
}
@media screen and (max-width: 767px) {
  #home .features__menber__inner ul li:after {
    height: 14px;
  }
}
#home .features__menber__inner ul li span {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  margin: 0 2px 0 6px;
}
@media screen and (max-width: 767px) {
  #home .features__menber__inner ul li span {
    margin: 0 0 0 2px;
    font-size: 18px;
    line-height: 1.38;
  }
}
#home .features__menber small {
  display: block;
  margin-top: 20.5px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #home .features__menber small {
    margin-top: 12px;
  }
}
#home .service {
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-image02.png);
  background-size: 1630px;
  background-repeat: no-repeat;
  background-position: center 233px;
}
@media screen and (max-width: 767px) {
  #home .service {
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-image02-sp.png);
    background-size: 170%;
    background-position: center 290px;
  }
}
#home .service .container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #home .service .container {
    padding: 20px;
  }
}
#home .service .card-glass {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #home .service .card-glass {
    padding: 20px 5px;
    margin: 40px 0 0;
  }
}
#home .service .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #home .service .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #home .service .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#home .service .service-list__item {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #home .service .service-list__item {
    padding: 15px 0;
    min-height: 183px;
  }
}
#home .service .service-list__item::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 254px;
  border-right: 1px dashed #cecece;
}
@media screen and (max-width: 767px) {
  #home .service .service-list__item::after {
    height: 153px;
  }
}
#home .service .service-list__item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 333px;
  height: 1px;
  border-bottom: 1px dashed #cecece;
}
@media screen and (max-width: 767px) {
  #home .service .service-list__item::before {
    width: 132.5px;
  }
}
#home .service .service-list__item:nth-child(3n)::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #home .service .service-list__item:nth-child(3n)::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #home .service .service-list__item:nth-child(9)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #home .service .service-list__item:nth-child(2n)::after {
    display: none;
  }
}
#home .service .service-list__item:nth-child(7)::before, #home .service .service-list__item:nth-child(8)::before, #home .service .service-list__item:nth-child(9)::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #home .service .service-list__item:nth-child(7)::before, #home .service .service-list__item:nth-child(8)::before {
    display: block;
  }
}
#home .service .service-list__item img {
  display: block;
  width: 100%;
}
#home .service .service-list__item figcaption {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #home .service .service-list__item figcaption {
    font-size: 14px;
    padding: 0 15px;
  }
}
#home .service .note {
  text-align: center;
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  #home .service .note {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 5%;
    line-height: 22px;
  }
}
#home .area {
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-gray.jpg);
  background-size: 100%;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #home .area {
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-gray-sp.jpg);
  }
}
#home .area picture {
  margin: 60px auto 0;
  display: block;
  max-width: 660px;
}
@media screen and (max-width: 767px) {
  #home .area picture {
    margin-top: 40px;
    max-width: 400px;
  }
}
#home .area picture img {
  display: block;
  width: 100%;
}
#home .area small {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #home .area small {
    margin-top: 20px;
  }
}
#home .regional {
  position: relative;
}
@media screen and (max-width: 767px) {
  #home .regional .ttl-catch {
    text-align: left;
  }
}
#home .regional::before {
  position: absolute;
  top: -52px;
  right: 68px;
  content: "";
  display: block;
  width: 188px;
  height: 100%;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/flow-icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #home .regional::before {
    top: -25px;
    right: 11px;
    width: 120px;
  }
}
#home .regional::after {
  position: absolute;
  bottom: -10px;
  left: 89px;
  content: "";
  display: block;
  width: 151px;
  height: 138px;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/flow-icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #home .regional::after {
    bottom: -51px;
    left: 20px;
    width: 100px;
  }
}
#home .regional picture {
  display: block;
  margin: 60px auto 0;
  max-width: 940px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #home .regional picture {
    margin-top: 40px;
    max-width: 400px;
    padding-bottom: 120px;
  }
}
#home .regional picture img {
  width: 100%;
  display: block;
}
#home .flow {
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-gray.jpg);
  background-size: 100%;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #home .flow {
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-gray-sp.jpg);
  }
}
#home .flow__contents {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #home .flow__contents {
    margin: 40px auto 0;
  }
  #home .flow__contents picture {
    display: block;
    margin: 0 auto;
  }
}
#home .overview {
  overflow: visible;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-image03.png);
  background-size: 1400px;
  background-repeat: no-repeat;
  background-position: center 64px;
  padding-bottom: 5.5vw;
}
@media screen and (max-width: 767px) {
  #home .overview {
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-image03-sp.png);
    background-size: 165%;
    background-position: center 100px;
    padding-bottom: 27vw;
  }
}
#home .overview__contents__ttl {
  font-size: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  #home .overview__contents__ttl {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 5%;
  }
}
#home .overview__contents__ttl {
  font-weight: 500;
}
#home .overview__contents .address {
  margin-top: 30px;
  line-height: 2.25;
  display: block;
}
@media screen and (max-width: 767px) {
  #home .overview__contents .address {
    margin-top: 15px;
    line-height: 2;
  }
}
#home .overview__contents .tel {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #home .overview__contents .tel {
    gap: 10px;
  }
}
#home .overview__contents .tel a {
  display: block;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #home .overview__contents .tel a {
    font-size: 20px;
    padding-left: 18px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
#home .overview__contents .tel a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/tel-icon.svg);
  background-size: 18px 20px;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #home .overview__contents .tel a::after {
    background-size: contain;
    width: 14px;
    height: 16px;
  }
}
#home .overview__contents .tel .fax {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}
#home .recruit {
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-image03.png);
  background-size: 1400px;
  background-repeat: no-repeat;
  background-position: center 64px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  #home .recruit {
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-image04-sp.png);
    background-size: 100%;
    background-position: center 80px;
    padding-bottom: 27vw;
    margin-top: -100px;
  }
}
#home .recruit__contents .recruit-catch {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #home .recruit__contents .recruit-catch {
    font-size: 20px;
    line-height: 1.5;
  }
}
#home .recruit__contents .recruit-catch {
  font-weight: 500;
  color: #579d00;
  margin-bottom: 30px;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  #home .recruit__contents .recruit-catch {
    margin-bottom: 15px;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 767px) {
  #home .recruit .btn-large-yellow {
    margin: 0 20px;
  }
}
#home .contact {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  #home .contact {
    padding-bottom: 197px;
    margin-top: -100px;
  }
}
#home .contact::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 13%;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/contact-icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 107px;
  height: 67px;
}
@media screen and (max-width: 767px) {
  #home .contact::before {
    bottom: 0;
    left: 15px;
    width: 74px;
    height: 46px;
  }
}
#home .contact::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1%;
  right: 3%;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/contact-icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 291px;
  height: 159px;
}
@media screen and (max-width: 767px) {
  #home .contact::after {
    right: -4%;
    width: 200px;
    height: 123px;
  }
}
@media screen and (max-width: 767px) {
  #home .contact .btn-center {
    flex-direction: column;
    gap: 15px;
  }
  #home .contact .btn-center .js-contact-back {
    width: 215px;
  }
}