/* style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg,
iframe {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  appearance: none;
}

button,
[type=button],
[type=submit],
[type=reset] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

address {
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-padding-top: 122px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}
body {
  color: #111111;
}
body.is-sp-nav-open {
  overflow: hidden;
}

a img {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a img:hover {
    opacity: 0.7;
  }
}

small {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  small {
    font-size: 12px;
    line-height: 1.7;
  }
}

.header {
  padding: 20px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 122px;
  min-width: 1220px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    height: 60px;
    min-width: 363px;
  }
}
.header.is-scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header .container-full {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .container-full {
    padding-right: 0;
  }
}
.header__left .logo p {
  color: #888888;
  font-size: 13px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .header__left .logo p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
  }
}
.header__left .logo__01 {
  color: #579d00;
  font-size: 35.43px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  .header__left .logo__01 {
    font-size: 16.44px;
  }
}
.header__left .logo__02 {
  color: #c5427a;
  font-size: 30px;
  letter-spacing: 10%;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .header__left .logo__02 {
    font-size: 14px;
  }
}
.header__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header__top {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .header__top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__bottom {
    position: fixed;
    top: 75.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    max-width: 400px;
    max-height: calc(100vh - 122px);
    overflow-y: auto;
    z-index: 150;
    opacity: 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px 20px;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .header__bottom.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header__bottom .global-nav {
  display: flex;
  gap: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .header__bottom .global-nav {
    flex-direction: column;
    gap: 15px;
  }
  .header__bottom .global-nav li {
    border-bottom: 1px dashed #cecece;
  }
  .header__bottom .global-nav a {
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__cta {
    display: flex;
  }
}
.header__cta__btn {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.header__cta__btn img {
  width: 18px;
  height: 18px;
  margin-bottom: 7px;
}
.header__cta__btn .hamburger {
  width: 30px;
  height: 18px;
  position: relative;
  display: block;
  margin-bottom: 7px;
}
.header__cta__btn .hamburger span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__cta__btn .hamburger span:nth-child(1) {
  transform: translateY(-6px);
}
.header__cta__btn .hamburger span:nth-child(2) {
  transform: translateY(-50%);
}
.header__cta__btn .hamburger span:nth-child(3) {
  transform: translateY(5px);
}
.header__cta .tel {
  background-color: #579d00;
}
.header__cta .menu {
  background-color: #c5427a;
}
.header__cta .menu[aria-expanded=true] .hamburger span:nth-child(1) {
  transform: translateY(-50%) rotate(20deg);
}
.header__cta .menu[aria-expanded=true] .hamburger span:nth-child(2) {
  opacity: 0;
}
.header__cta .menu[aria-expanded=true] .hamburger span:nth-child(3) {
  transform: translateY(-50%) rotate(-20deg);
}
.header__tel {
  display: flex;
  flex-direction: column;
}
.header__tel__no {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
  display: block;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  padding-left: 24px;
  position: relative;
}
.header__tel__no::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;
}
.header__tel__time {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .header__tel__time {
    font-size: 11px;
    line-height: 1.6;
  }
}
.header__tel__time {
  margin-left: 20.5px;
}
.header .btn-small-green {
  position: relative;
  padding: 0 25px 0 55px;
  line-height: 47px;
}
.header .btn-small-green::before {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/mail-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
}
.header .btn-recruit {
  position: relative;
  padding: 0 40px 0 65px;
  line-height: 47px;
  background-color: #fffa5d;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}
.header .btn-recruit::before {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/recruit-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  body.is-sp-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 90;
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/hamburger-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.fixed-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  display: flex;
  gap: 5px;
  padding: 5px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  background-color: #fff;
  border-top: 1px dashed #cecece;
}
@media screen and (min-width: 768px) {
  .fixed-cta {
    display: none;
  }
}
.fixed-cta.is-visible {
  transform: translateY(0);
}
.fixed-cta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  width: 49%;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  line-height: 21px;
}
.fixed-cta__item img {
  width: 20px;
  height: 20px;
}
.fixed-cta__item--contact {
  background-color: #D8EA4B;
}
.fixed-cta__item--contact img {
  height: 14.52px;
}
.fixed-cta__item--recruit {
  background-color: #FFFA5D;
}
.fixed-cta__item--recruit img {
  height: 16.55px;
}
.fixed-cta__item:hover {
  opacity: 0.7;
}

.footer {
  text-align: center;
  padding: 120px 0px 29.5px 0px;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/bg-gray.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1220px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 80px 30px 89px;
    min-width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .footer .container-full {
    padding: 0;
  }
}
.footer__name {
  letter-spacing: 10%;
  font-weight: 500;
  white-space: nowrap;
}
.footer__name__01 {
  font-size: 45.64px;
  color: #579d00;
}
@media screen and (max-width: 767px) {
  .footer__name__01 {
    font-size: 24.8px;
  }
}
.footer__name__02 {
  font-size: 38.49px;
  color: #c5427a;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .footer__name__02 {
    font-size: 21px;
    margin-left: 0px;
  }
}
.footer__address {
  margin-top: 31px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 20px;
    line-height: 28px;
  }
}
.footer__copyright {
  margin-top: 120px;
  color: #888888;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 80px;
    font-size: 11px;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-small {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .container-small {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-large {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .container-large {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-full {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .container-full {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.btn-center {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn-center {
    margin-top: 40px;
  }
}
.btn-center input[type=submit] {
  padding: 0 60px;
  line-height: 62px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn-center input[type=submit] {
    line-height: 48px;
    font-size: 16px;
    padding: 0 75.5px;
    width: 215px;
  }
}
.btn-center:hover {
  opacity: 0.7;
}

.btn-xs-green, .btn-xs-yellow, .btn-small-green, .btn-small-yellow, form input[type=submit], .btn-mid-green, .btn-mid-yellow, .btn-large-green, .btn-large-yellow {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .btn-xs-green:hover, .btn-xs-yellow:hover, .btn-small-green:hover, .btn-small-yellow:hover, form input[type=submit]:hover, .btn-mid-green:hover, .btn-mid-yellow:hover, .btn-large-green:hover, .btn-large-yellow:hover {
    opacity: 0.7;
  }
}
.btn-xs-green, .btn-xs-yellow, .btn-small-green, .btn-small-yellow, form input[type=submit], .btn-mid-green, .btn-mid-yellow, .btn-large-green, .btn-large-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
}

.btn-large-green, .btn-large-yellow {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  min-width: 440px;
  padding: 20px 74.5px;
}
@media screen and (max-width: 767px) {
  .btn-large-green, .btn-large-yellow {
    min-width: 0;
    width: 100%;
    padding: 14px 30px;
    font-size: 20px;
  }
}

form input[type=submit], .btn-mid-green, .btn-mid-yellow {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  form input[type=submit], .btn-mid-green, .btn-mid-yellow {
    font-size: 18px;
    line-height: 1.6;
  }
}
form input[type=submit], .btn-mid-green, .btn-mid-yellow {
  min-width: 280px;
  padding: 21px 71px;
}
@media screen and (max-width: 767px) {
  form input[type=submit], .btn-mid-green, .btn-mid-yellow {
    min-width: 0;
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
  }
}

.btn-small-green, .btn-small-yellow {
  font-size: 15px;
  letter-spacing: 0;
  min-width: 170px;
  padding: 12px 25px;
}

.btn-xs-green, .btn-xs-yellow {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .btn-xs-green, .btn-xs-yellow {
    font-size: 11px;
    line-height: 1.6;
  }
}
.btn-xs-green, .btn-xs-yellow {
  padding: 8px 20px;
}

.btn-xs-yellow, .btn-small-yellow, .btn-mid-yellow, .btn-large-yellow {
  background-color: #fffa5d;
}

form input[type=submit], .btn-xs-green, .btn-small-green, .btn-mid-green, .btn-large-green {
  background-color: #d8ea4b;
}

.card-glass {
  width: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-top: 60px;
  padding: 60px;
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .card-glass {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    padding: 40px 20px;
    border-radius: 15px;
  }
}
.card-glass picture {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .card-glass picture {
    width: 200px;
  }
}
.card-glass picture img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.card-glass__text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 10%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .card-glass__text {
    font-size: 16px;
    letter-spacing: 5%;
    margin-bottom: 20px;
  }
}

.contact-table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-table {
    margin-top: 40px;
  }
}
.contact-table tr {
  border-bottom: 1px dashed #cecece;
}
.contact-table tr:first-child {
  border-top: 1px dashed #cecece;
}
.contact-table tr:first-child th {
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-table tr {
    display: block;
  }
}
.contact-table tr th {
  font-size: 18px;
  padding: 35px 30px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-table tr th {
    font-size: 16px;
    width: 100%;
    padding: 20px 10px 1.5px;
  }
}
.contact-table tr th .sub {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact-table tr th .sub {
    font-size: 14px;
    line-height: 1.8;
  }
}
.contact-table tr th .req {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contact-table tr th .req {
    font-size: 11px;
    line-height: 1.6;
  }
}
.contact-table tr th .req {
  background-color: #d8ea4b;
  display: flex;
  padding: 0px 10px;
  line-height: 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  width: fit-content;
}
.contact-table tr td {
  padding: 20px 30px;
  border-left: 1px dashed #cecece;
}
@media screen and (max-width: 767px) {
  .contact-table tr td {
    display: block;
    padding: 10px 0 20px;
    border-left: none;
  }
}
.contact-table tr td .addr-row {
  display: flex;
  align-items: center;
  gap: 32px;
}
.contact-table tr td .addr-row:first-child input {
  width: 302px;
}
.contact-table tr td .addr-row:last-child {
  margin-top: 10px;
}
.contact-table tr td .addr-row label {
  font-weight: 500;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact-table tr td .addr-row label {
    margin-left: 10px;
  }
}
.contact-table tr td .addr-row .wpcf7-form-control-wrap {
  flex: 1;
}
.contact-table tr td .addr-row input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-table tr td .addr-row {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
  }
  .contact-table tr td .addr-row:first-child input {
    width: 100%;
  }
}

input[type=submit] {
  padding: 0 60px;
  line-height: 62px;
}

form input:not([type=submit], [type=button], [type=checkbox], [type=radio]),
form textarea,
form select {
  padding: 15px 20px;
  border: 1px solid #e4e6e8;
  border-radius: 3px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  form input:not([type=submit], [type=button], [type=checkbox], [type=radio]),
  form textarea,
  form select {
    padding: 10px 15px;
  }
}
form input:not([type=submit], [type=button], [type=checkbox], [type=radio])::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #888888;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  form input:not([type=submit], [type=button], [type=checkbox], [type=radio])::placeholder,
  form textarea::placeholder,
  form select::placeholder {
    font-size: 14px;
  }
}
form input:not([type=submit], [type=button], [type=checkbox], [type=radio]).wpcf7-not-valid,
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid {
  border-color: #c5427a;
  background-color: rgba(197, 66, 122, 0.05);
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #c5427a;
  font-size: 13px;
}

.wpcf7-spinner {
  display: none !important;
}
.wpcf7-spinner::before {
  display: none !important;
}

.cta {
  margin-top: 100px;
}
.cta__inner {
  text-align: center;
  border-radius: 120px 30px;
  padding: 126px 0px;
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/cta-bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/cta-bg01-sp.jpg);
    padding: 40px 30px;
    border-radius: 60px 15px 60px 15px;
  }
}
.cta__inner .card-glass {
  padding: 40px 60px;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .cta__inner .card-glass {
    padding: 30px;
    gap: 20px;
  }
}
.cta__inner__title {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  .cta__inner__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 5%;
  }
}
.cta__inner__title {
  font-weight: 500;
}
.cta__inner__sub-title {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cta__inner__sub-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.cta__inner__sub-title {
  font-weight: 500;
  margin-bottom: 6px;
}
.cta__inner__contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact {
    flex-direction: column;
    text-align: center;
  }
}
.cta__inner__contact__tel {
  flex: 1;
  text-align: center;
  position: relative;
}
.cta__inner__contact__tel:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 68px;
  border-left: 1px dashed #cecece;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__tel:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__tel {
    padding-bottom: 20px;
    border-bottom: 1px dashed #cecece;
    margin: 0 auto;
  }
}
.cta__inner__contact__tel p {
  display: block;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__tel p {
    font-size: 24px;
  }
}
.cta__inner__contact__tel p a {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__tel p a {
    padding-left: 26px;
  }
}
.cta__inner__contact__tel p 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: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__tel p a::after {
    width: 20px;
    height: 21px;
  }
}
.cta__inner__contact__tel small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__tel small {
    font-size: 12px;
  }
}
.cta__inner__contact__mail {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__mail {
    margin: 20px auto 0;
  }
}
.cta__inner__contact__mail a {
  display: inline-block;
  position: relative;
  padding: 0 71px 0 109px;
  line-height: 62px;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__mail a {
    padding: 12px 44.5px 12px 74.5px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.cta__inner__contact__mail a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 71px;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/mail-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .cta__inner__contact__mail a::after {
    width: 20px;
    height: 15.56px;
    left: 44.5px;
  }
}
.cta--1 {
  margin-top: 107px;
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .cta--1 {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.cta--2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cta--2 {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.cta--2 .cta__inner {
  background-image: url(/wp-content/themes/kenjinkai-houkan/assets/images/home/cta-bg02.png);
}
@media screen and (max-width: 767px) {
  .cta--2 .cta__inner {
    background-position: -420px 0;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.round-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}