@charset "UTF-8";

/* system
--------------------------- */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 980px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .work-recruit-btn {
    display: none !important;
  }
}

.js-target {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
  transition: 1s cubic-bezier(0.015, 0.54, 0.35, 1);
}

.js-target.fadeUp {
  transform: translate(0, 30px);
  opacity: 0;
  visibility: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 0 0 9%;
  background-color: #fff;
  transition: all 0.4s;
}

@media (max-width: 1300px) {
  .l-header {
    padding: 0 0 0 20px;
    font-size: 16px;
  }
}

.l-header h1 {
  width: 133px;
}

.l-header__pcNav {
  height: 100%;
  margin: 0 0 0 auto;
}

.l-header__pcNav ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.l-header__pcNav a {
  display: block;
  transition: all 0.4s;
}

.l-header__pcNav a:hover {
  opacity: 0.7;
}

.l-header__navList + .l-header__navList {
  margin: 0 0 0 40px;
}

@media (max-width: 1300px) {
  .l-header__navList + .l-header__navList {
    margin: 0 0 0 20px;
  }
}

.l-header__sns {
  width: 160px;
  height: 45px;
  margin: 0 0 0 30px;
}

.l-header__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #f3efe8;
  color: #383838;
  border-radius: 100vh;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.l-header__sns img {
  width: 32px;
  height: 32px;
}

.l-header__sns div {
  margin: 0 0 0 12px;
  line-height: 1.2;
  text-align: center;
}

/* .l-header__sns {
  margin: 0 0 0 30px;
}

.l-header__sns a {
  width: 40px;
  height: 40px;
}

.l-header__sns + .l-header__sns {
  margin: 0 0 0 20px;
}

@media (max-width: 1300px) {
  .l-header__sns {
    margin: 0 0 0 20px;
  }
} */

.l-header__line {
  width: 200px;
  height: 100%;
  margin: 0 0 0 50px;
}

@media (max-width: 1300px) {
  .l-header__line {
    margin: 0 0 0 30px;
  }
}

.l-header__line a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #000;
  color: #fff;
}

.l-header__line img {
  width: 43px;
  height: 43px;
}

.l-header__line div {
  margin: 0 0 0 10px;
  line-height: 1.2;
  text-align: center;
}

.l-header__line span {
  display: block;
  font-size: 14px;
}

.l-header.change {
  box-shadow: 0 1px 5px rgba(56, 56, 56, 0.2);
}

.l-header__menuBtn {
  display: none;
}

@media (max-width: 980px) {
  .l-header {
    height: 60px;
  }

  .l-header h1 {
    width: 114px;
    height: 100%;
  }

  .l-header__pcNav {
    display: none;
  }

  .l-header__menuBtn {
    position: relative;
    z-index: 160;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 0 0 auto;
    background-color: #383838;
    color: #fff;
    font-size: 10px;
  }

  .l-header__menuBtn.open .l-header__text.menu {
    opacity: 0;
    visibility: hidden;
  }

  .l-header__menuBtn.open .l-header__text.close {
    opacity: 1;
    visibility: visible;
  }

  .l-header__menuBtn.open .l-header__bar:nth-of-type(1) {
    transform: translate(0, -6px) rotate(45deg);
    width: 17px;
  }

  .l-header__menuBtn.open .l-header__bar:nth-of-type(2) {
    opacity: 0;
  }

  .l-header__menuBtn.open .l-header__bar:nth-of-type(3) {
    transform: translate(0, 6px) rotate(-45deg);
    width: 17px;
  }

  .l-header__text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    transition: all 0.4s;
  }

  .l-header__text.open {
    opacity: 1;
    visibility: visible;
  }

  .l-header__text.close {
    opacity: 0;
    visibility: hidden;
  }

  .l-header__bar {
    position: absolute;
    top: calc((100% - 17px) / 2);
    left: calc(50% - 8px);
    z-index: 110;
    display: block;
    width: 16px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    transition: all 0.4s;
  }

  .l-header__bar:nth-of-type(1) {
    transform: translate(0, -6px);
    transform-origin: left;
  }

  .l-header__bar:nth-of-type(3) {
    transform: translate(0, 6px);
    transform-origin: left;
  }
}

.l-header__spNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100vh;
  background-color: #383838;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.l-header__spNav > ul {
  width: 260px;
}

.l-header__spNav > ul ul li {
  margin: 10px 0 0 20px;
  font-size: 14px;
}

.l-header__spNav > ul:nth-of-type(1),
.l-header__spNav > ul:nth-of-type(2) {
  margin: 15% auto 0;
}

.l-header__spNav.open {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-header__spList + li {
  margin: 40px 0 0;
}

.l-header__spContact + li {
  margin: 20px 0 0;
}

.l-header__spContact a {
  display: flex;
  align-items: center;
}

.l-header__spContact img {
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
}

.l-header__spPhone {
  font-size: 18px;
  font-family: "JosefinSans-Bold";
  letter-spacing: 0.15em;
}

.l-header__spPhone span {
  display: block;
  color: #383838;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
_::-webkit-full-page-media,
_:future,
:root .l-header__spPhone span {
  font-weight: 500;
}

.l-header__spNav > ul:nth-of-type(3) {
  margin: 10% auto 0;
}

.l-header__spSns {
  display: flex;
  margin: 3% 0;
}

.l-header__spSns div {
  margin: 6px 20px;
}

.l-header__spSns a {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
}

.l-footer {
  position: relative;
  background-color: #f3efe8;
  font-size: 16px;
}

.l-footer__button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 83px 63px 83px;
  border-color: transparent transparent #f3efe8 transparent;
}

.l-footer__button span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0;
  font-size: 12px;
}

.l-footer__button span::before {
  transform: rotate(-90deg);
  display: block;
  width: 8px;
  height: 20px;
  background: no-repeat url(../../asset/img/png/arrow_black.webp);
  background-size: 100%;
  content: "";
  transition: all 0.4s;
}

.l-footer__banner {
  display: flex;
  justify-content: center;
  gap: 20px 10px;
  margin: 20px 0;
}

.l-footer__banner img {
  width: 156px;
  height: auto;
  margin: 20px auto 0;
}

.l-footer__banner img:hover {
  opacity: 0.7;
}

@media screen and (min-width: 981px) {
  .l-footer__button:hover span::before {
    transform: rotate(-90deg) translate(5px, 0);
  }
}

.l-footer__container {
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  padding: 64px 40px 50px;
}

.l-footer__logo {
  width: 160px;
  margin: 0 auto;
}

.l-footer address {
  margin: 12px 0 0;
  text-align: center;
}

.l-footer address span {
  display: inline-block;
  margin: 0 0 0 15px;
}

.l-footer__contact {
  margin: 12px 0 0;
  text-align: center;
}

.l-footer__contact span + span {
  display: inline-block;
  margin: 0 0 0 15px;
}

.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 50px 0 0;
}

.l-footer__sns a {
  transition: all 0.4s;
  display: block;
  margin: 0 5px;
}

.l-footer__sns a:hover {
  opacity: 0.7;
}

.l-footer__privacy {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(0, -50%);
  text-decoration: underline;
}

.l-footer small {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #383838;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 980px) {
  .l-footer {
    font-size: 14px;
  }

  .l-footer__button {
    border-width: 0 60px 45px 60px;
    border-color: transparent transparent #f3efe8 transparent;
  }

  .l-footer__button span {
    margin: 15px 0 0;
    font-size: 10px;
  }

  .l-footer__container {
    padding: 30px 20px 40px;
  }

  .l-footer__logo {
    width: 130px;
  }

  .l-footer__contact span:nth-of-type(3) {
    display: block;
    margin: 8px 0 0;
  }

  .l-footer__sns {
    margin: 20px 0 0;
  }

  .l-footer__privacy {
    position: unset;
  }

  .l-footer small {
    padding: 6px 0;
    font-size: 10px;
  }

  .l-footer__banner {
    display: block;
  }
}

.l-sectionTitle {
  display: inline-block;
  font-size: 44px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
}
_::-webkit-full-page-media,
_:future,
:root .l-sectionTitle {
  font-weight: 500;
}

@media (max-width: 1300px) {
  .l-sectionTitle {
    font-size: 30px;
  }
}

@media (max-width: 980px) {
  .l-sectionTitle {
    font-size: 20px;
  }
}

.l-sectionTitle__sub {
  position: relative;
  display: block;
  margin: 18px 0 0;
  padding: 41px 0 0;
  color: #1b5279;
  font-size: 24px;
  font-family: "JosefinSans-Bold";
  letter-spacing: 0.15em;
}

@media (max-width: 1300px) {
  .l-sectionTitle__sub {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .l-sectionTitle__sub {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .l-sectionTitle__sub {
    font-size: 10px;
  }
}

.l-sectionTitle__sub span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 14px;
  height: 14px;
  background-color: #9cac61;
  border-radius: 50%;
}

.l-sectionTitle__sub span::before {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #e9c368;
  border-radius: 50%;
  content: "";
  left: -34px;
}

@media (max-width: 980px) {
  .l-sectionTitle__sub span::before {
    width: 7px;
    height: 7px;
  }
}

.l-sectionTitle__sub span::after {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #ce302f;
  border-radius: 50%;
  content: "";
  right: -34px;
}

@media (max-width: 980px) {
  .l-sectionTitle__sub span::after {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 980px) {
  .l-sectionTitle__sub {
    margin: 6px 0 0;
    padding: 17px 0 0;
  }

  .l-sectionTitle__sub span {
    width: 7px;
    height: 7px;
  }

  .l-sectionTitle__sub span::before {
    left: -16px;
  }

  .l-sectionTitle__sub span::after {
    right: -16px;
  }
}

.l-linkButton {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 79px;
}
.work-recruit-btn {
  display: block;
}

.l-linkButton a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 70px;
  background-color: #383838;
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  transition: all 0.4s;
}

.l-linkButton a:hover {
  transform: translate(0, 9px);
}

.l-linkButton span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-linkButton span::after {
  display: block;
  width: 8px;
  height: 18px;
  margin: 0 0 0 40px;
  background: no-repeat url(../../asset/img/png/arrow_white.webp);
  background-size: 100%;
  content: "";
}

.l-linkButton::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  height: 70px;
  background-color: #d5d1c9;
  border-radius: 12px;
  content: "";
}

.l-linkButton.line {
  height: 109px;
  margin: 100px auto 0;
  width: 570px;
}

.l-linkButton.line a {
  line-height: 100px;
}

.l-linkButton.line span::before {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 20px 0 0;
  background: no-repeat url(../../asset/img/png/line_icon.webp);
  background-size: 100%;
  content: "";
}

.l-linkButton.line span::after {
  margin: 0 0 0 20px;
}

.l-linkButton.contact {
  height: 109px;
}

.l-linkButton.contact a {
  line-height: 100px;
}

.l-linkButton.contact span::before {
  display: block;
  width: 42px;
  height: 35px;
  margin: 0 20px 0 0;
  background: no-repeat url(../../asset/img/png/mail_pc_icon.webp);
  background-size: 100%;
  content: "";
}

.l-linkButton.contact span::after {
  margin: 0 0 0 20px;
}

@media (max-width: 980px) {
  .l-linkButton {
    width: 262px;
    height: 55px;
  }

  .l-linkButton a {
    border-radius: 8px;
    font-size: 18px;
    line-height: 46px;
  }

  .l-linkButton span::after {
    width: 6px;
    height: 15px;
    margin: 0 0 0 20px;
  }

  .l-linkButton::after {
    height: 46px;
    border-radius: 8px;
  }

  .l-linkButton.line {
    height: 79px;
    width: 316px;
    margin-top: 40px;
  }

  .l-linkButton.line a {
    font-size: 14px;
    line-height: 70px;
  }

  .l-linkButton.line span::before {
    width: 40px;
    height: 40px;
  }

  .l-linkButton.contact {
    height: 79px;
    margin: 25px 0 0;
  }

  .l-linkButton.contact a {
    font-size: 14px;
    line-height: 70px;
  }

  .l-linkButton.contact span::before {
    width: 36px;
    height: 29px;
  }

  .l-linkButton.phone {
    height: 79px;
    margin: 25px 0 0;
  }

  .l-linkButton.phone a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #383838;
  }

  .l-linkButton.phone a > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-family: "JosefinSans-Bold";
    letter-spacing: 0.15em;
    color: #383838;
    line-height: 1;
  }

  .l-linkButton.phone a > span span {
    display: block;
    color: #383838;
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
    color: #383838;
    line-height: 1;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .l-linkButton.phone a > span span {
    font-weight: 500;
  }

  .l-linkButton.phone a::before {
    display: block;
    width: 25px;
    height: 33px;
    margin: 0 20px 0 0;
    background: no-repeat url(../../asset/img/png/tel_pc_icon.webp);
    background-size: 100%;
    content: "";
  }

  .l-linkButton.phone a span::after {
    content: unset;
  }
}

@media (max-width: 560px) {
  .l-linkButton a {
    font-size: 14px;
  }
}

.l-linkText {
  display: flex;
  width: 130px;
  align-items: center;
  padding: 0 10px 5px;
  font-size: 16px;
  border-bottom: 1px solid #383838;
}

.l-linkText::after {
  display: block;
  width: 5px;
  height: 14px;
  margin: 2px 0 0 20px;
  background: no-repeat url(../../asset/img/png/arrow_black.webp);
  background-size: 100%;
  content: "";
  transition: all 0.4s;
}

.l-linkText:hover::after {
  transform: translate(5px, 0);
}

@media (max-width: 560px) {
  .l-linkText {
    width: 120px;
    font-size: 14px;
  }
}

.l-lowerPageTop {
  width: 100%;
  padding: 0 0 40px;
}

.l-lowerPageTop__container {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding: 0 0 20px;
  background-color: #f3efe8;
}

.l-lowerPageTop__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 48px;
}

.l-lowerPageTop__title span {
  margin: 10px 0 0;
  font-size: 14px;
  font-family: "JosefinSans-Bold";
  letter-spacing: 0.15em;
  color: #1b5279;
}

.l-lowerPageTop__breadcrumbs {
  display: flex;
  width: calc(100% - 40px);
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 12px;
  color: #d5d1c9;
  font-family: JosefinSans-Bold;
}

.l-lowerPageTop__current {
  color: #1b5279;
}

.l-lowerPageTop li + li {
  margin: 0 0 0 10px;
}

.l-lowerPageTop li + li::before {
  display: inline-block;
  width: 4px;
  height: 10px;
  margin: 0 10px 0 0;
  background: no-repeat url(../../asset/img/png/arrow_black.webp);
  background-size: 100%;
  content: "";
}

.l-lowerPageTop__dot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background-color: #9cac61;
}

@media (max-width: 560px) {
  .l-lowerPageTop__dot {
    width: 8px;
    height: 8px;
  }
}

.l-lowerPageTop__dot::before {
  position: absolute;
  top: -33px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background-color: #ce302f;
}

@media (max-width: 560px) {
  .l-lowerPageTop__dot::before {
    width: 8px;
    height: 8px;
  }
}

.l-lowerPageTop__dot::after {
  position: absolute;
  bottom: -33px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background-color: #e9c368;
}

@media (max-width: 560px) {
  .l-lowerPageTop__dot::after {
    width: 8px;
    height: 8px;
  }
}

.l-lowerPageTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
}

.l-lowerPageTitle span {
  margin: 8px 0 0;
  font-size: 14px;
  font-family: "JosefinSans-Bold";
  letter-spacing: 0.15em;
  color: #1b5279;
}

.l-recruit {
  background-color: #f3efe8;
  padding: 120px 0 0;
}

.l-recruit__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  /* max-width: 1490px; */
  margin: 0 auto 0;
  padding: 0 40px;
}

.l-recruit::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 18.2%;
  max-width: 350px;
  height: calc(100% + 120px);
  background-color: #f3efe8;
  content: "";
}

@media (max-width: 1300px) {
  .l-recruit::before {
    width: 19.5%;
    max-width: 130px;
  }
}

@media (max-width: 980px) {
  .l-recruit::before {
    width: 12%;
    max-width: 120px;
    height: calc(100% + 80px);
  }

  .l-recruit__img__text__wrap {
    flex-direction: column;
    padding: 0;
  }
}

.l-recruit__img {
  position: relative;
  width: 60%;
  max-width: 750px;
  height: 480px;
  border-radius: 10px;
}

.l-recruit__img img {
  object-fit: cover;
  border-radius: 10px;
}

.l-recruit__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
  max-width: 500px;
  min-width: 485px;
  margin: 0 0 0 30px;
}

.l-recruit__text p {
  margin: 120px 0 140px;
  font-size: 28px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
_::-webkit-full-page-media,
_:future,
:root .l-recruit__text p {
  font-weight: 500;
}

@media (max-width: 1300px) {
  .l-recruit__text p {
    font-size: 24px;
  }
}

@media (max-width: 980px) {
  .l-recruit__text p {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .l-recruit__text p {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .l-recruit__container {
    flex-direction: column;
    margin: 80px 0 0;
    padding: 0 20px;
  }

  .l-recruit__img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: unset;
    margin: 20px 0 0;
    order: 2;
  }

  .l-recruit__img::after {
    display: block;
    padding: 64% 0 0;
    content: "";
  }

  .l-recruit__img img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .l-recruit__text {
    width: 100%;
    max-width: unset;
    min-width: unset;
    margin: 0;
    order: 1;
  }

  .l-recruit__text p {
    margin: 40px 0 0;
  }

  .l-recruit .l-linkButton {
    margin: 40px auto 0;
    order: 3;
  }
}

.l-contact {
  padding: 120px 40px;
  background-color: #d5d1c9;
}

.l-contact__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 80px 40px;
  border-radius: 20px;
  background-color: #fff;
}

.l-contact ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 940px;
  margin: 20px 0 0;
}

.l-contact li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-contact li:nth-of-type(3) {
  display: none;
}

.l-contact__comment {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 0 0;
  font-size: 16px;
}

.l-contact__comment span {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #ce302f;
  border-radius: 50%;
  content: "";
  right: 5px;
}

@media (max-width: 560px) {
  .l-contact__comment span {
    width: 5px;
    height: 5px;
  }
}

.l-contact__comment span::before {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #e9c368;
  border-radius: 50%;
  content: "";
  right: 34px;
}

@media (max-width: 560px) {
  .l-contact__comment span::before {
    width: 5px;
    height: 5px;
  }
}

.l-contact__comment span::after {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #9cac61;
  border-radius: 50%;
  content: "";
  right: 17px;
}

@media (max-width: 560px) {
  .l-contact {
    margin: 80px 0 0;
  }

  .l-contact__comment span::after {
    width: 5px;
    height: 5px;
  }
}

.l-contact__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0 0;
  width: 400px;
  padding: 30px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.l-contact__phone span:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: "JosefinSans-Bold";
  letter-spacing: 0.15em;
}

.l-contact__phone span:nth-of-type(1)::before {
  display: block;
  width: 25px;
  height: 33px;
  margin: 0 20px 0 0;
  background: no-repeat url(../../asset/img/png/tel_pc_icon.webp);
  background-size: 100%;
  content: "";
}

@media (max-width: 980px) {
  .l-contact {
    margin: 80px 0 0;
    padding: 40px 20px 53px;
  }

  .l-contact__container {
    padding: 40px 0;
  }

  .l-contact ul {
    flex-direction: column;
    align-items: center;
    margin: 40px 0 0;
  }

  .l-contact ul li:nth-of-type(3) {
    display: block;
  }

  .l-contact__phone {
    display: none;
  }
}

.p-work__img {
  position: relative;
  width: 100%;
}

.p-work__img::before {
  display: block;
  padding: 72% 0 0;
  content: "";
}

.p-work__img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  object-fit: cover;
}

.p-work__text {
  width: 100%;
  max-width: 1197px;
  margin: 200px auto 0;
  padding: 0 20px;
  font-size: 24px;
  line-height: 1.75;
}

.p-work__sectionText {
  width: 100%;
  max-width: 1197px;
  margin: 80px auto 0;
  padding: 0 20px;
  line-height: 2;
}

.p-work__sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  text-align: center;
}

.p-work__sectionTitle.work01::before {
  width: 55px;
  height: 56px;
  background: no-repeat url("../../asset/img/png/work01.webp");
  background-size: 100%;
  content: "";
}

.p-work__sectionTitle.work02::before {
  width: 55px;
  height: 56px;
  background: no-repeat url("../../asset/img/png/work02.webp");
  background-size: 100%;
  content: "";
}

.p-work__sectionTitle.work03::before {
  width: 55px;
  height: 56px;
  background: no-repeat url("../../asset/img/png/work03.webp");
  background-size: 100%;
  content: "";
}

.p-work__01 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 200px 0 0;
  background-color: #f3efe8;
}

.p-work__01__container {
  position: relative;
  padding: 120px 80px;
  padding: 0 80px 120px;
}

.p-work__01__container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100vw - 60px);
  max-width: 1800px;
  height: 100%;
  background-color: #fff;
  content: "";
}

.p-work__01 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1450px;
  margin: 80px auto 0;
  padding: 0 20px;
}

.p-work__01__list {
  width: calc((100% - 50px) / 3);
}

.p-work__01__list p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 28px;
}

.p-work__02 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px 0 0;
  background-color: #f3efe8;
}

.p-work__02__container {
  position: relative;
  padding: 120px 80px;
}

.p-work__02__container::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100vw - 60px);
  max-width: 1800px;
  height: 100%;
  background-color: #fff;
  content: "";
}

.p-work__02 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1450px;
  margin: 80px auto 0;
  padding: 0 20px;
}

.p-work__02__list {
  width: calc((100% - 60px) / 2);
}

.p-work__02__list p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 28px;
}

.p-work__free {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px 0;
  background-color: #f3efe8;
}

.p-work__free__container {
  position: relative;
  padding: 120px 80px;
}

.p-work__free__container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100vw - 60px);
  max-width: 1800px;
  height: 100%;
  background-color: #fff;
  content: "";
}

.p-work__free__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-work__free__content {
  width: 70%;
  padding: 30px 0 0;
}

.p-work__free__content p {
  margin: 140px 0 0;
  line-height: 2;
}

.p-work__free .p-work__img {
  width: 80%;
}

.p-work__free .p-work__img::before {
  padding: 63% 0 0;
}

.p-work__free dl {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  padding: 30px 40px 0 0;
  background-color: #fff;
  border-top-right-radius: 10px;
}

.p-work__free dl dt {
  font-size: 24px;
}

.p-work__free dl dd {
  margin: 30px 0 0;
  color: #1b5279;
}

.p-work__free__title {
  position: relative;
  width: 30%;
  height: 650px;
  font-size: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
}
_::-webkit-full-page-media,
_:future,
:root .p-work__free__title {
  font-weight: 500;
}

@media (max-width: 1300px) {
  .p-work__free__title {
    font-size: 27px;
  }
}

@media (max-width: 980px) {
  .p-work__free__title {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .p-work__free__title {
    font-size: 18px;
  }
}

.p-work__free__title div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.p-work__free__title span.line {
  position: relative;
  display: block;
}

.p-work__free__title span.blue {
  color: #1b5279;
  font-size: 48px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
}
_::-webkit-full-page-media,
_:future,
:root .p-work__free__title span.blue {
  font-weight: 500;
}

@media (max-width: 1300px) {
  .p-work__free__title span.blue {
    font-size: 36px;
  }
}

@media (max-width: 980px) {
  .p-work__free__title span.blue {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .p-work__free__title span.blue {
    font-size: 22px;
  }
}

.p-work__free__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0 0;
}

.p-work__free__link p {
  position: relative;
  margin: 0 0 14px;
  padding: 0 20px;
}

.p-work__free__link p span {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 28px;
  color: #1b5279;
}

.p-work__free__link p::before {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 12px;
  height: 22px;
  background: no-repeat url(../../asset/img/png/button_top_highlight.webp);
  background-size: 100%;
  content: "";
}

.p-work__free__link p::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 12px;
  height: 22px;
  transform: scale(-1, 1);
  background: no-repeat url(../../asset/img/png/button_top_highlight.webp);
  background-size: 100%;
  content: "";
}

.p-work__free__link .l-linkButton {
  width: 596px;
  height: 109px;
}

.p-work__free__link .l-linkButton a {
  line-height: 100px;
}

.p-work__03 {
  position: relative;
  padding: 0 0 120px;
}

.p-work__03__container {
  width: 100%;
  max-width: 1700px;
  margin: 120px auto 0;
  padding: 0 20px 120px;
  background-color: #fff;
}

.p-work__03__subTitle {
  margin: 80px 0 0;
  font-size: 28px;
  text-align: center;
}

.p-work__03 .p-work__img {
  max-width: 1160px;
  margin: 60px auto 0;
}

.p-work__03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(50% + 120px);
  background-color: #f3efe8;
  content: "";
}

.p-work .l-recruit__container {
  padding: 120px 30px;
  background-color: #fff;
}

.p-work .l-recruit::before {
  content: unset;
}

/* 0405

==================================================================================================*/
.l-header h1 img {
  width: 120px;
  height: auto;
}

.p-work__02 {
  padding: 120px 0 120px 0;
}

.p-work__free__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1450px;
  margin: 80px auto 60px;
  padding: 0 20px;
  height: 540px;
}

.p-work__sectionText {
  max-width: 1450px;
}

/* .l-linkButton__suggestion a{
  height: 100px;
}
.l-linkButton__suggestion{
  height: 110px;
} */

span.l-recruit__comment {
  text-align: center;
  margin: 110px 0 0;
  display: block;
}

span.l-recruit__comment span {
  color: #1b5279;
  font-size: 28px;
}

span.l-recruit__comment::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background: no-repeat url(../../asset/img/png/button_top_highlight.webp);
  background-size: contain;
}

span.l-recruit__comment::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background: no-repeat url(../../asset/img/png/button_top_highlight.webp);
  background-size: contain;
  transform: scale(-1, 1);
}

span.l-recruit__comment__komarigoto {
  text-align: center;
  margin: 90px 0 0;
  display: block;
}

span.l-recruit__comment__komarigoto span {
  color: #1b5279;
  font-size: 28px;
  letter-spacing: -2px;
}

span.l-recruit__comment__komarigoto::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background: no-repeat url(../../asset/img/png/button_top_highlight.webp);
  background-size: contain;
}

span.l-recruit__comment__komarigoto::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background: no-repeat url(../../asset/img/png/button_top_highlight.webp);
  background-size: contain;
  transform: scale(-1, 1);
}

.l-linkButton__suggestion {
  position: relative;
  z-index: 2;
  width: 520px;
  height: 110px;
  margin: 0px auto 0;
}

.l-linkButton__suggestion a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 100px;
  background-color: #383838;
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  transition: all 0.4s;
  height: 100px;
}

.l-linkButton__suggestion a:hover {
  transform: translate(0, 9px);
}

.l-linkButton__suggestion span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-linkButton__suggestion span::after {
  display: block;
  width: 8px;
  height: 18px;
  margin: 0 0 0 40px;
  background: no-repeat url(../../asset/img/png/arrow_white.webp);
  background-size: 100%;
  content: "";
}

.l-linkButton__suggestion::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  height: 100px;
  background-color: #d5d1c9;
  border-radius: 12px;
  content: "";
}

.p-work__04 {
  width: 100%;
  max-width: 1700px;
  margin: 120px auto 0;
  padding: 0 20px 80px;
  background-color: #fff;
  display: block;
}

/* こんな困りごとはありませんか */

.p-work__04title {
  margin-bottom: 40px;
  padding-top: 30px;
  margin-top: -30px;
}

.p-work__problemcard {
  width: calc(100% / 3 - 26px);
  padding: 30px 25px;
  margin-top: 90px;
  box-shadow: 0px 3px 16px #00000029;
  border-radius: 0px 10px 10px 10px;
}

.p-work__solution__number {
  width: 158px;
  height: auto;
  position: relative;
  bottom: 80px;
  left: 0;
  left: -26px;
}

.p-work__problemcard__illust {
  width: 150px;
  margin-right: 10px;
}

.p-work__problemcard__wrap {
  display: flex;
  justify-content: center;
}

.p-work__problemcard__wrap ul {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  flex-wrap: wrap;
}

.l-lowerPageTitle {
  margin-bottom: 20px;
}

h4 {
  font-size: 28px;
  color: #1b5279;
  margin-bottom: 20px;
  margin-top: -50px;
  height: 84px;
}

.p-work__problemcard__solution {
  font-size: 18px;
  text-decoration: underline;
}

.solution__red {
  color: #ce302f;
  margin-bottom: 10px;
}

.solution__green {
  color: #9cac61;
  margin-bottom: 10px;
}

.solution__yellow {
  color: #e9c368;
  margin-bottom: 10px;
}

.p-work__problemcard__red {
  border: 1px solid #ce302f;
}

.p-work__problemcard__green {
  border: 1px solid #9cac61;
}

.p-work__problemcard__yellow {
  border: 1px solid #e9c368;
}

.l-linkText {
  display: flex;
  width: 134px;
  padding: 0 4px 5px;
  font-size: 18px;
  border-bottom: 1px solid #383838;
  margin-left: auto;
  align-items: flex-end;
}

.l-linkText::after {
  margin: 2px 0 6px 7px;
}

.p-work__problemcard__illust_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#solution_stairs,
#solution_block,
#solution_weed,
#solution_fence,
#solution_crime,
#solution_parking {
  padding-top: 100px;
  margin-top: -100px;
}

/*
.p-work__problemcard::before {
  width: 158px;
  height: 60px;
  background-color: #1B5279;
  content: '';
  background-image: url(/asset/img/png/problem01.webp);
  background-size: contain;
  color: #fff;
  display: inline-block;
} */

/* 困りごと詳細 */
.p-work__05 {
  position: relative;
  padding: 0 0 120px;
  margin-top: 33px;
}

.p-work__05__container {
  width: 100%;
  max-width: 1700px;
  margin: 0px auto 0;
  padding: 0 40px 120px;
  background-color: #fff;
}

.p-work__05::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 30px);
  background-color: #f3efe8;
  content: "";
}

.p-work__detail {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.p-work__detail__img {
  width: 50%;
  max-width: 420px;
  height: auto;
}

.p-detail__number {
  height: auto;
  width: 158px;
  position: relative;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.p-detail__img {
  height: 380px;
  border-radius: 10px;
  z-index: 0;
}

.p-work__detail__text {
  width: 50%;
}

.p-work__detail__text p {
  line-height: 1.8;
}

h5 {
  font-size: 28px;
  color: #1b5279;
}
_::-webkit-full-page-media,
_:future,
:root h5 {
  font-weight: 500;
}

.free-consultation {
  height: 109px;
  width: 570px;
  margin: 0 auto;
  margin-top: 100px;
}

/* ご利用の流れ */
.p-work__06 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 20;
  background-color: #f3efe8;
  padding-bottom: 120px;
}

.p-work__06__container {
  position: relative;
  padding: 120px 80px;
  padding: 120px 80px 120px;
}

.p-work__06__container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100vw - 60px);
  max-width: 1800px;
  height: 100%;
  background-color: #fff;
  content: "";
}

.flow-text {
  margin-top: 80px;
  text-align: center;
}

.p-work__flow__number {
  max-width: 47px;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.p-work__blue__arrow {
  position: relative;
  padding: 0 0 0 16px;
}

.p-work__blue__arrow::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  border: 15px solid transparent;
  border-left: 18px solid #1b5279;
}
.p-work__flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-work__flow_arrow {
  width: 100%;
}

.p-work__flow p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  padding: 16px 28px;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 2px;
  max-width: 92px;
  height: 340px;
  text-align: center;
}

.p-work__flow__yellow {
  background-color: #e9c368;
}

.p-work__flow__green {
  background-color: #9cac61;
}

.p-work__flow__red {
  background-color: #ce302f;
}

.p-work__flow__wrap ul {
  display: flex;
  width: 90%;
  justify-content: space-between;
  max-width: 1160px;
  margin: 80px auto 0;
}

.p-work__flow p:last-child::after {
  display: none;
}

.flow-line-btn {
  margin-top: 4px !important;
}

.l-linkButton.line a:hover {
  transform: translate(0, 9px);
}

/* Q&A */

.p-work__07 {
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px 0 120px;
  background-color: #f3efe8;
}

.p-work__07__container::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100vw - 60px);
  max-width: 1800px;
  height: 100%;
  max-height: 1626px;
  background-color: #fff;
  content: "";
}

.p-work__sectionTitle.work07::before {
  width: 25px;
  margin-bottom: -33px;
}

.p-work__07__container {
  padding: 0px 80px;
}

.p-work__07__container ul {
  max-width: 980px;
  margin: 0 auto;
}

.p-work__07__container ul li {
  border-bottom: #000 1px solid;
}

.acd-check {
  display: none;
}

.acd-label {
  color: #000;
  display: block;
  margin-bottom: 1px;
  padding: 20px 10px 20px;
  position: relative;
}

.acd-label:after {
  background: #e4f4ff;
  box-sizing: border-box;
  content: "＋";
  display: flex;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 28px;
}

.acd-content {
  display: flex;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.3s;
  visibility: hidden;
}

.acd-content p {
  margin-top: 7px;
  font-weight: 500;
}

.p-work__question {
  margin-right: 5px;
}

.acd-check:checked + .acd-label:after {
  content: "－";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  margin-bottom: 20px;
}

.p-work__question {
  min-width: 40px;
  height: 40px;
  background-color: #1b5279;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 2.2;
  text-align: center;
}

.p-work__answer {
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 30px;
  color: #1b5279;
  font-size: 18px;
  display: inline-block;
  line-height: 2.2;
  text-align: center;
  border: 1px solid #1b5279;
  margin-right: 10px;
}

/* recruit */
.l-recruit__btn {
  width: 400px !important;
  margin: 0 !important;
}

@media (max-width: 960px) {
  .l-header h1 img {
    width: 100px;
    height: auto;
    margin: 8px 0 0 0;
  }

  span.l-recruit__comment::after {
    width: 15px;
    height: 15px;
    padding-left: 10px;
  }

  span.l-recruit__comment::before {
    width: 15px;
    height: 15px;
    padding-right: 20px;
  }

  span.l-recruit__comment__komarigoto::after {
    width: 15px;
    height: 15px;
    padding-left: 10px;
  }

  span.l-recruit__comment__komarigoto::before {
    width: 15px;
    height: 15px;
    padding-right: 20px;
  }

  .l-contact {
    margin: 0;
    padding: 40px 20px 53px;
  }

  .p-work__01__container::before {
    width: calc(100vw - 10px) !important;
  }

  .p-work__02__container::before {
    width: calc(100vw - 10px) !important;
  }

  .p-work__problemcard {
    width: calc(100% / 2 - 26px);
  }

  .p-work__detail {
    display: block;
    margin: 0 auto;
  }

  .p-work__detail__img {
    width: 100%;
    margin: 0 auto;
  }

  .p-work__detail__text {
    width: 100%;
    margin: 0 auto;
  }

  .p-work__06__container::before {
    width: calc(100vw - 10px) !important;
  }

  .free-consultation {
    width: 300px;
    margin-top: 40px;
  }

  .l-linkButton__suggestion {
    width: 340px;
    height: 70px;
    margin: 0px auto 0;
  }

  .l-linkButton__suggestion a {
    font-size: 14px;
  }

  .l-linkButton__suggestion::after {
    height: 70px;
    bottom: -6px;
  }

  .l-linkButton__suggestion a {
    height: 70px;
    line-height: 75px;
  }

  .p-work__flow__wrap ul {
    width: 100%;
  }

  .p-work__flow p {
    max-width: 82px;
  }

  .flow-line-btn {
    margin: 0 auto;
    width: 300px;
  }

  .p-work__01 {
    margin: 50px 0 0;
  }

  .p-work__02,
  .p-work__07 {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .p-work__03 {
    padding-bottom: 80px;
    padding-top: 0;
  }

  .p-work__04 {
    margin-top: 50px;
  }

  .p-work__05 {
    padding-bottom: 80px;
    padding-top: 0px;
  }

  .p-work__06 {
    padding-bottom: 80px;
  }

  .p-work__01__container,
  .p-work__02__container,
  .p-work__03__container,
  .p-work__05__container,
  .p-work__06__container {
    padding: 50px 30px;
    margin-top: 0;
  }

  .p-work__07__container::before {
    width: calc(100vw - 10px);
  }

  .p-work .l-recruit__container {
    padding: 80px 30px;
    margin: 0;
  }

  .l-recruit {
    padding-top: 80px;
  }

  span.l-recruit__comment {
    margin: 80px 0 0;
  }

  span.l-recruit__comment__komarigoto {
    margin: 50px 0 0;
  }

  .p-work__text {
    margin-top: 40px;
  }

  .l-recruit__btn {
    width: 262px !important;
  }
  .l-lowerPageTitle {
    font-size: 30px;
  }

  .p-work__04title {
    padding-top: 30px;
    margin-top: -30px;
  }
}

@media (max-width: 560px) {
  /* header */
  .l-header h1 img {
    width: 100px;
    height: auto;
    margin-top: 9px;
  }

  /* top */
  .l-lowerPageTop__container {
    align-items: flex-start;
    height: 200px;
  }

  .l-lowerPageTop__breadcrumbs {
    margin-top: 10px;
    width: calc(100% - 0px);
    font-size: 10px;
  }

  .l-lowerPageTop__title {
    font-size: 22px;
  }

  .l-lowerPageTop__title span {
    font-size: 10px;
    margin: 0;
  }

  .l-lowerPageTop__dot::before {
    top: -17px;
  }

  .l-lowerPageTop__dot::after {
    bottom: -17px;
  }

  /* btn */
  .l-linkButton__suggestion {
    width: 300px;
    height: 100px;
    margin-top: 4px;
  }

  .l-linkButton__suggestion a {
    font-size: 14px;
    height: 70px;
    line-height: 74px;
  }

  .l-linkButton__suggestion span::after {
    margin: 0 0 0 20px;
    width: 6px;
    height: 14px;
  }

  .l-linkButton__suggestion::after {
    height: 70px;
    bottom: 22px;
  }

  .l-linkButton.line {
    left: 0;
    display: block;
    width: 274px;
    margin: 0 auto;
  }

  .free-consultation {
    width: 274px !important;
    margin: 40px auto 0 !important;
  }

  /* .p-work__01 */
  .p-work__01 {
    margin: 50px 0 0;
  }

  .p-work__text {
    font-size: 16px;
    margin: 30px auto 0;
  }

  .p-work__sectionTitle.work01::before {
    width: 25px;
    margin-bottom: -33px;
  }

  .p-work__sectionTitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .p-work__01 ul {
    margin: 30px auto 0;
    padding: 0 40px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .p-work__01__container {
    padding: 0 0px 50px;
  }

  .p-work__01__list {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-work__01__list p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 16px;
  }

  .p-work__sectionText {
    margin: 10px auto 0;
    padding: 0 30px;
  }

  .p-work__01__container::before {
    width: calc(100vw - 10px);
  }

  /* .p-work__02 */
  .p-work__02 {
    padding: 60px 0 50px;
  }

  .p-work__02__container::before {
    width: calc(100vw - 10px);
  }

  .p-work__sectionTitle.work02::before {
    width: 25px;
    margin-bottom: -33px;
  }

  .p-work__02__container {
    padding: 50px 0px 30px;
  }

  .p-work__02 ul {
    margin: 0px auto 0;
    padding: 0 40px;
    flex-wrap: wrap;
    margin: 0px auto 0;
  }

  .p-work__02__list {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-work__02__list p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 16px;
  }

  /* .p-work__free */
  .p-work__free {
    padding: 60px 0;
  }

  .p-work__free__container::before {
    width: calc(100vw - 10px);
  }

  .p-work__free__container {
    padding: 50px 0px 20px 0;
  }

  .p-work__free__title div {
    left: 60%;
  }

  .p-work__free dl {
    padding: 10px 0px 0 0;
    bottom: -166px;
    width: 120%;
    margin: 0 calc(50% - 50vw);
    width: 84vw;
  }

  .p-work__free dl dt {
    font-size: 16px;
    margin-left: 100px;
  }

  .p-work__free dl dd {
    margin-top: 20px;
    margin-left: 100px;
  }

  .p-work__free__link {
    margin: 20px auto 60px;
    padding: 0 30px;
  }

  .p-work__free__link .l-linkButton a {
    width: 290px;
    height: 70px;
  }

  .p-work__free__link .l-linkButton::after {
    width: 290px;
    height: 70px;
    top: 6px;
  }

  .p-work__free__link .l-linkButton span {
    line-height: 70px;
  }

  .p-work__free__link p span {
    font-size: 16px;
    margin: 0 2px 0 0;
  }

  .p-work__free__link p {
    margin: 0 0 4px;
  }

  .p-work__free__link p::before,
  .p-work__free__link p::after {
    height: 14px;
    width: 8px;
  }

  .barrier_free_img img {
    margin: 0;
    max-width: 240px;
    height: 200px;
  }

  .p-work__free__content p {
    margin: 190px 0 0;
    width: 88vw;
  }

  .p-work__free__flex {
    padding: 0 30px;
    margin: 20px 0 30px;
    height: 200px;
  }

  /* .p-work__03 */
  .p-work__03 {
    padding: 0 0 60px;
  }

  .p-work__03__container {
    margin: 50px auto 0;
    padding: 0 20px 50px;
  }

  .p-work__sectionTitle.work03::before {
    width: 25px;
    margin-bottom: -33px;
  }

  .p-work__03__subTitle {
    margin: 30px 0 0;
    font-size: 16px;
  }

  .p-work__03 .p-work__img {
    margin: 30px auto 0;
  }

  .p-work03__sectionText {
    padding: 0;
    margin: 30px auto 0;
  }

  /* こんなお困りごとはありませんか */
  .l-lowerPageTitle {
    font-size: 18px;
    text-align: center;
  }

  .p-work__04title {
    margin-bottom: 30px;
  }

  .p-work__05__container {
    padding: 0 30px 50px;
  }

  .l-lowerPageTitle span {
    font-size: 8px;
  }

  .p-work__05 {
    padding: 0 0 60px;
  }

  .p-work__04 {
    margin: 60px auto 0;
    padding-bottom: 0;
  }

  .p-detail__img {
    height: 210px;
  }

  h5 {
    font-size: 16px;
    color: #1b5279;
    margin: 10px 0 20px;
  }

  .p-detail__number {
    height: auto;
    width: 116px;
    position: relative;
    top: 21px;
    right: 10px;
  }

  .p-work__problemcard {
    width: 100%;
    margin-top: 30px;
    padding: 31px 16px 20px;
    margin-bottom: 30px;
  }

  .p-work__solution__number {
    width: 116px;
    bottom: 66px;
    left: -17px;
  }

  .p-work__detail {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  #solution_stairs,
  #solution_block,
  #solution_weed,
  #solution_fence,
  #solution_crime,
  #solution_parking {
    padding-top: 60px;
    margin-top: -60px;
  }

  .p-work__detail__img {
    width: 100%;
  }

  .p-work__detail__text {
    width: 100%;
  }

  h4 {
    font-size: 16px;
    height: 0;
    padding-bottom: 20px;
  }

  .l-linkText {
    font-size: 16px;
    width: 121px;
  }

  .free-consultation {
    margin-top: 4px;
  }

  .p-work__problemcard__illust_btn {
    margin-top: 20px;
  }

  /* ご利用の流れ */
  .p-work__06__container::before {
    width: calc(100vw - 10px);
  }

  .p-work__flow__number {
    width: 23px;
  }

  .p-work__flow__wrap ul {
    width: 100%;
    margin: 30px auto 0;
  }

  .p-work__flow p {
    width: 36px;
    height: 221px;
    font-size: 16px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .p-work__blue__arrow::before {
    border: 7px solid transparent;
    border-left: 8px solid #1b5279;
    left: 4px;
  }

  .flow-text {
    padding: 0;
  }

  .p-work__06 {
    padding-bottom: 60px;
  }

  span.l-recruit__comment {
    margin: 40px 0 0;
  }

  span.l-recruit__comment span {
    font-size: 16px;
  }

  span.l-recruit__comment__komarigoto {
    margin: 40px 0 0;
  }

  span.l-recruit__comment__komarigoto span {
    font-size: 16px;
  }

  .flow-line-btn {
    margin-top: 4px;
  }

  /* よくある質問 */
  .p-work__07__container::before {
    width: calc(100vw - 10px);
  }

  .p-work__07 {
    padding: 50px 0;
  }

  .p-work__07__container {
    padding: 0px 30px;
  }

  .acd-label {
    display: flex;
    align-items: center;
    padding-right: 10%;
  }

  .acd-label:after {
    top: 28px;
    padding-top: 2px;
  }

  .p-work__question {
    min-width: 32px;
    height: 32px;
    line-height: 2.2;
    font-size: 14px;
    margin-right: 10px;
  }

  .p-work__answer {
    min-width: 32px;
    height: 32px;
    line-height: initial;
  }

  .p-work__07__container ul {
    margin-bottom: 40px;
  }

  /* recruit */

  .p-work .l-recruit__container {
    margin: 60px 0 0px 0;
    padding: 50px 30px 0;
  }

  .l-recruit {
    padding-top: 1px;
    padding-bottom: 0;
  }

  /* footer */
  .l-footer__container {
    padding: 30px 20px 40px;
  }

  .l-footer__logo img {
    width: 110px;
    height: auto;
  }

  .l-linkButton::after {
    bottom: 2px;
  }
}

.l-sectionTitle {
  display: inline-block;
  font-size: 44px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
}
_::-webkit-full-page-media,
_:future,
:root .l-sectionTitle {
  font-weight: 500;
}

.l-recruit__img__text__wrap {
  display: flex;
  max-width: 1490px;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  padding: 0 40px;
  margin: 0 auto;
}

.l-contact {
  margin-top: 0;
}

@media (max-width: 980px) {
  .l-sectionTitle {
    font-size: 30px;
  }
}

.l-sectionTitle__sub {
  position: relative;
  display: block;
  margin: 18px 0 0;
  padding: 41px 0 0;
  color: #1b5279;
  font-size: 24px;
  font-family: "JosefinSans-Bold";
  letter-spacing: 0.15em;
}

@media (max-width: 1300px) {
  .l-sectionTitle__sub {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .l-sectionTitle__sub {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .l-sectionTitle__sub {
    font-size: 10px;
  }

  .l-contact {
    margin: 80px 0 0;
  }
}

.l-sectionTitle__sub span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 14px;
  height: 14px;
  background-color: #9cac61;
  border-radius: 50%;
}

.l-sectionTitle__sub span::before {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #e9c368;
  border-radius: 50%;
  content: "";
  left: -34px;
}

@media (max-width: 980px) {
  .l-sectionTitle__sub span::before {
    width: 7px;
    height: 7px;
  }
}

.l-sectionTitle__sub span::after {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #ce302f;
  border-radius: 50%;
  content: "";
  right: -34px;
}

@media (max-width: 980px) {
  .l-sectionTitle__sub span::after {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 980px) {
  .l-sectionTitle__sub {
    margin: 6px 0 0;
    padding: 17px 0 0;
  }

  .l-sectionTitle__sub span {
    width: 7px;
    height: 7px;
  }

  .l-sectionTitle__sub span::before {
    left: -16px;
  }

  .l-sectionTitle__sub span::after {
    right: -16px;
  }

  .l-recruit__img__text__wrap {
    flex-direction: column;
    padding: 0;
  }
}

/* プライバシーポリシー */
.l-footer__privacy {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(0, -50%);
  text-decoration: underline;
  padding-bottom: 60px;
}
.l-footer__yamamoto__link {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(0, -50%);
  text-decoration: underline;
}

.l-footer__yamamoto__link {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(0, -50%);
  text-decoration: underline;
}

@media (max-width: 980px) {
  .l-footer__privacy {
    position: unset;
    padding: 0;
    margin-right: 20px;
    margin-top: 20px;
  }

  .l-footer__yamamoto__link {
    position: unset;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .l-footer__sns {
    flex-wrap: wrap;
  }
}
@media (max-width: 330px) {
  .p-work__06__container {
    padding: 50px 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-work__flow p {
    width: 30px;
    height: 210px;
    font-size: 14px;
  }
  .p-work__blue__arrow::before {
    border: 6px solid transparent;
    border-left: 7px solid #1b5279;
  }
}
/* インスタアカウント作成したら表示する */
.insta_account {
  display: none !important;
}
/* インスタアカウント作成したら表示する */
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * pages
 *--------------------------------------*/
/*# sourceMappingURL=work.css.map */
