@charset "UTF-8";
html {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 62.5%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #282828;
  font-size: 1rem;
}

.l-footer {
  width: 100%;
}
.l-footer__info {
  width: 100%;
}
.l-footer__info__content {
  margin: 64px 20px;
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
}
.l-footer__info__name {
  font-size: 0.9rem;
}
.l-footer__bottom {
  height: 50px;
  background-color: #1D8332;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.l-header {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
.l-header__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
.l-header__logo {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    font-size: 1rem;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.l-header__navList {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .l-header__navList {
    display: none;
  }
}
.l-header__navItem a {
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.l-header__navItem a:hover {
  color: #EA6D00;
}
.l-header__navItem a::before {
  background: #EA6D00;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.l-header__navItem a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .l-header__contactNav {
    display: none;
  }
}
.l-header__contactNav__tel {
  text-align: center;
  color: #EA6D00;
  font-weight: 600;
  font-size: 1.4rem;
}
.l-header__contactNav__tel:hover {
  filter: brightness(1.2);
}
.l-header__contactNav__form {
  border-radius: 45px;
  background-color: #EA6D00;
  color: #ffffff;
}
.l-header__contactNav__form:hover {
  filter: brightness(1.2);
}
.l-header__contactNav a {
  display: block;
  width: 100%;
  padding: 3px 15px;
}
.l-header__mobileMenu {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .l-header__mobileMenu {
    display: block;
  }
}
.l-header__menubar, .l-header__menubar::before, .l-header__menubar::after {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #333;
  cursor: pointer;
  transition: all 0.5s;
}
.l-header__menubar::before {
  top: -10px;
}
.l-header__menubar::after {
  top: 10px;
}
.l-header__mobileMenu.open > .l-header__menubar {
  background-color: transparent;
}
.l-header__mobileMenu.open > .l-header__menubar::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.l-header__mobileMenu.open > .l-header__menubar::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
.l-header__mobileNav {
  position: fixed;
  width: 80%;
  height: 100vh;
  top: 0px;
  right: -120%;
  background-color: #EA6D00;
  padding: 50px 0;
  transition: all 0.5s;
}
.l-header__mobileNavList {
  margin: 20px 20px;
}
.l-header__mobileNavItem {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.l-header__mobileNavItem a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__mobileNav.open {
  right: 0;
}
.l-header__mobileNavInfo {
  margin: 40px auto;
  text-align: center;
}
.l-header__mobileNavContact {
  margin: 30px 30px;
  font-size: 0.8rem;
  color: #fff;
}

.l-main__content__inner {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 20px;
  width: 100%;
}
.l-main__content__header {
  margin-bottom: 100px;
}
.l-main__content__copy {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .l-main__content__copy {
    font-size: 1.5rem;
  }
}
.l-main__content__text {
  font-size: 1rem;
  margin-bottom: 40px;
}
.l-main__content__textList {
  list-style-type: disc;
  padding-left: 24px;
}
.l-main__content__body {
  width: 100%;
  margin-bottom: 120px;
}
.l-main__content__onayami {
  font-size: 1rem;
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: 600;
}

.c-btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 45px;
  background-color: #EA6D00;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.c-btn:hover {
  transform: translateY(2px);
  box-shadow: none;
  filter: brightness(1.1);
}

.c-btn--second {
  color: #EA6D00;
  background-color: #ffffff;
  border: 1px solid #EA6D00;
}

.c-contact {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/sample_mv.webp);
  background-size: cover;
  background-position: center;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  height: 100%;
  padding: 100px 20px;
}
.c-contact__h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.c-contact__text {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.1rem;
}

.c-h1 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .c-h1 {
    font-size: 1.5rem;
  }
}

.c-h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 40px;
  border-left: 12px solid #1D8332;
  padding-left: 8px;
}
@media screen and (max-width: 1024px) {
  .c-h2 {
    font-size: 1.3rem;
  }
}

.c-h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .c-h3 {
    font-size: 1.1rem;
  }
}

.c-pageHeader {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.p-toppage__mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  background-image: url(../images/sample_mv.webp);
  background-position: center, center;
  background-size: cover;
  gap: 32px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__mv {
    height: 100%;
    padding: 30px 20px;
  }
}
.p-toppage__mv__copy {
  text-align: center;
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 163, 35, 0.8);
}
@media screen and (max-width: 1024px) {
  .p-toppage__mv__copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-toppage__mv__copyTop {
    font-size: 1rem;
  }
}
.p-toppage__mv__actionBox {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 64px;
  max-width: 600px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__mv__actionBox {
    padding: 20px 16px;
  }
}
.p-toppage__mv__subCopy {
  text-align: center;
  color: #EA6D00;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-toppage__mv__subCopy {
    font-size: 0.9rem;
  }
}
.p-toppage__mv__contactArea {
  margin: 16px 0;
}
.p-toppage__infoBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-toppage__infoBox__inner {
  max-width: 1000px;
  margin: -60px 20px 100px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 16px 32px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .p-toppage__infoBox__inner {
    padding: 16px;
    font-size: 0.9rem;
    margin: 30px 20px;
  }
  .p-toppage__infoBox__inner img {
    flex: 1;
  }
  .p-toppage__infoBox__inner p {
    flex: 1;
  }
}
.p-toppage__message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-toppage__message__inner {
  max-width: 1000px;
  margin: 80px 20px;
}
.p-toppage__message__text {
  margin-bottom: 24px;
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .p-toppage__message__text {
    font-size: 1rem;
  }
}
.p-toppage__service {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-toppage__service__inner {
  max-width: 1000px;
  margin: 80px 20px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__service__inner {
    margin: 60px 20px;
  }
}
.p-toppage__service__item {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 48px 24px;
  border-radius: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__service__item {
    padding: 36px 20px;
    margin-bottom: 32px;
  }
}
.p-toppage__service__itemTitle {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-toppage__service__itemTitle {
    font-size: 1.3rem;
  }
}
.p-toppage__service__itemInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__service__itemInner {
    flex-direction: column;
    gap: 20px;
  }
}
.p-toppage__service__itemLeft {
  flex: 1;
}
.p-toppage__service__itemLeft img {
  width: 100%;
}
.p-toppage__service__itemRight {
  flex: 1.3;
}
.p-toppage__service__itemText {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__service__itemText {
    font-size: 1rem;
    text-align: justify;
  }
}
.p-toppage__service__itemBtn {
  display: flex;
  justify-content: center;
}
.p-toppage__company {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-toppage__company__inner {
  max-width: 1000px;
  margin: 80px 20px 160px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__company__inner {
    margin: 60px 20px;
  }
}
.p-toppage__company__item {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-toppage__company__item {
    flex-direction: column;
    gap: 20px;
  }
}
.p-toppage__company__itemImage {
  display: block;
  width: 100%;
}
.p-toppage__h2 {
  font-size: 1.2rem;
  font-weight: 600 ;
  background-color: #1D8332;
  color: #ffffff;
  padding: 8px 32px;
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__h2 {
    font-size: 0.9rem;
    padding: 4px 16px;
  }
}
.p-toppage__h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-toppage__h3 {
    font-size: 1.3rem;
  }
}

.p-kaitori__bg {
  background-image: url(../images/sample_mv.webp);
  background-position: center;
  background-size: cover;
}

.p-sumaisagashi__bg {
  background-image: url(../images/sample_mv.webp);
  background-position: center;
  background-size: cover;
}
.p-sumaisagashi__infoBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sumaisagashi__infoBox__inner {
  max-width: 1000px;
  margin: 40px 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 16px 32px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .p-sumaisagashi__infoBox__inner {
    padding: 16px;
    font-size: 0.9rem;
    margin: 30px 20px;
  }
  .p-sumaisagashi__infoBox__inner img {
    flex: 1;
  }
  .p-sumaisagashi__infoBox__inner p {
    flex: 1;
  }
}

.p-company__infoTable {
  width: 100%;
}
.p-company__bg {
  background-image: url(../images/sample_mv.webp);
  background-position: center;
  background-size: cover;
}

.item-row {
  display: flex;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .item-row {
    flex-direction: column;
  }
}
.item-row dt {
  margin: 0;
  padding: 16px 16px;
  width: 240px;
  flex-shrink: 0;
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 1rem;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .item-row dt {
    width: 100%;
    border-right: none;
    padding: 16px 16px;
  }
}
.item-row dd {
  margin: 0;
  padding: 16px 16px;
  flex-grow: 1;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.p-souzokushien__bg {
  background-image: url(../images/sample_mv.webp);
  background-position: center;
  background-size: cover;
}

.p-contact__bg {
  background-image: url(../images/sample_mv.webp);
  background-position: center;
  background-size: cover;
}

.p-contact__content__form-row {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-contact__content__form-row {
    flex-direction: column;
  }
}
.p-contact__content__left {
  width: 220px;
  padding: 12px 0;
}
.p-contact__content__left label {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2px 6px;
  vertical-align: middle;
}
.p-contact__content__left span {
  display: inline-block;
  padding: 2px 6px;
  font-size: 0.8rem;
  background-color: rgb(202, 0, 0);
  color: #fff;
  font-weight: 500;
}
.p-contact__content__left p {
  margin: 0;
}
.p-contact__content__right {
  flex-grow: 1;
}
.p-contact__content__right input {
  width: 100%;
  padding: 12px;
  background-color: #e7e7e7;
}
.p-contact__content__right textarea {
  width: 100%;
  padding: 12px;
  background-color: #e7e7e7;
}
.p-contact__content__right p {
  padding: 12px;
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .p-contact__content__right p {
    padding: 0;
  }
}
.p-contact__content__btn {
  text-align: center;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-contact__content__next {
    margin-top: 32px;
  }
}
.p-contact__content__confirm {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-contact__content__confirm {
    flex-direction: column;
  }
}
.p-contact__content__text {
  margin-bottom: 30px;
}

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

.c-button {
  padding: 16px 96px;
  background-color: #1D8332;
  font-weight: 600;
  color: #fff;
}
.c-button:hover {
  opacity: 0.7;
}
.c-button--second {
  padding: 16px 96px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  font-weight: 600;
}
.c-button--second:hover {
  opacity: 0.7;
}

.p-form__thanks {
  text-align: center;
}

.wp-block-image {
  margin-bottom: 32px;
}

.wp-block-gallery {
  margin-bottom: 32px;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-bold {
  font-weight: bold;
}

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

.u-sp-none {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-sp-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */