@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Kurenaido&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 1000px ) {
  html {
    font-size: 30%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  background-color: #F6F3E0;
  padding-top: 113px;
  /* ヘッダーの予想される最大高さに設定 */
}

body.top-page {
  background: none;
}

.inner {
  max-width: 1363px;
  margin: 0 auto;
  width: 95%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
}

.head__inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}
@media screen and ( max-width: 1000px ) {
  .head__inner {
    padding: 0 2%;
  }
}

.head__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head__logo {
  font-family: "BIZ UDMincho", serif;
  font-size: 3.9rem;
  font-weight: 700;
}
@media screen and ( max-width: 1000px ) {
  .head__logo {
    font-size: 2.6rem;
  }
}

.head__btn {
  width: 14.8rem;
  height: auto;
}

.top-menu__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1361px;
  margin: 0 auto;
}

.top-menu {
  margin-bottom: 5rem;
}

.top-menu__item {
  background-color: #fff;
  width: calc(50% - 0.7rem);
  max-width: 33rem;
}
.top-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 1.7rem 1.7rem 0;
  height: 100%;
}
.top-menu__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 78%;
  max-height: 209px;
}
.top-menu__item p {
  font-size: 3rem;
  font-family: "BIZ UDPMincho", serif;
  text-align: center;
  font-weight: 500;
  padding: 0.65rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1;
      flex: 1;
}

.mv {
  margin-bottom: 1.7rem;
}

.top-contact {
  padding-bottom: 4.2rem;
  position: relative;
}

.top-contact__img {
  position: absolute;
  bottom: -1.5rem;
  width: 37%;
  z-index: -1;
}

.top-contact__text {
  text-align: center;
}
.top-contact__text a {
  width: 37%;
  display: block;
  margin: 0 auto;
}

.top-contact__text-num {
  font-size: 5.9rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.2;
}
.top-contact__text-num span {
  font-size: 8.8rem;
}

.top-contact__text-time {
  font-family: "BIZ UDPMincho", serif;
  font-size: 4.27rem;
  font-weight: 400;
}
.top-contact__text-time span {
  font-size: 5.8rem;
}

.top-contact__text-desc {
  font-family: "BIZ UDPMincho", serif;
  font-size: 3.4rem;
  margin-bottom: 2.6rem;
}
@media screen and ( max-width: 1000px ) {
  .top-contact__text-desc {
    margin-bottom: 4rem;
  }
}

footer {
  background-color: #153B00;
  font-size: 3.1rem;
  font-weight: 400;
  color: #fff;
  padding: 2.6rem 0;
}

.page-title--media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media screen and ( max-width: 1000px ) {
  .page-title--media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
  }
}
.page-title--media .page-title__text {
  width: 56.5%;
}
@media screen and ( max-width: 1000px ) {
  .page-title--media .page-title__text {
    width: 100%;
  }
}

h1 {
  background-color: #153B00;
  color: #fff;
  font-size: 5.8rem;
}

.page-title__text {
  text-align: center;
  font-weight: 700;
}
.page-title__text p {
  font-family: "Zen Kurenaido", sans-serif;
  padding: 3.5rem 2rem;
  padding-right: 0;
  text-align: left;
  font-size: 5.38rem;
}
.page-title__text h1,
.page-title__text h2 {
  background-color: #153B00;
  color: #fff;
  font-size: 5.8rem;
}

.page-title__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-title {
  position: relative;
}

.content__box {
  background-color: #fff;
  padding: 5.8rem 5.1rem;
  border-radius: 4.1rem;
  margin-bottom: 6.7rem;
}
.content__box p {
  font-family: "BIZ UDPMincho", serif;
  font-size: 3rem;
}
.content__box p + p {
  margin-top: 5.5rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.content--box2 {
  position: relative;
}
.content--box2::after {
  position: absolute;
  content: url(../img/about3.png);
  display: block;
  width: 68rem;
  height: 68rem;
  border-radius: 6.7rem;
  right: -7%;
  top: -165px;
  z-index: -1;
}

.content__box2-title {
  margin-bottom: 6.8rem;
}

.content__box2-table {
  font-family: "BIZ UDPMincho", serif;
  position: relative;
}
.content__box2-table::after {
  position: absolute;
  content: url(../img/about3.png);
  display: block;
  width: 68rem;
  height: 68rem;
  border-radius: 6.7rem;
  left: -312px;
  top: -25px;
  z-index: -1;
}
.content__box2-table th {
  text-align: center;
  background-color: #153B00;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 400;
  padding: 1.5rem 0;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #F6F3E0;
  width: 24.2%;
}
@media screen and ( max-width: 1000px ) {
  .content__box2-table th {
    width: 30%;
  }
}
.content__box2-table td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  padding: 2.5rem;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and ( max-width: 1000px ) {
  .content__box2-table td {
    font-size: 3rem;
  }
}

.head__nav ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 3rem;
  font-weight: 500;
  color: #153B00;
  margin: 0 auto;
}

.content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1%;
}
.content-flex img {
  display: block;
}
@media screen and ( max-width: 1000px ) {
  .content-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company-img1 {
  width: 63%;
}

.company-img2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 35%;
}

.content__box2 {
  padding: 5.8rem 0;
  background: none;
}
.content__box2 .content__box2-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content__box2 .content__box2-table table {
  width: 100%;
}
.content__box2 .content__box2-table::after {
  content: none;
}
@media screen and ( max-width: 1000px ) {
  .content__box2 .content__box2-table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.content-flex + .content-flex {
  margin-top: 1rem;
}

.content__box2-map {
  width: 45.21%;
}
.content__box2-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and ( max-width: 1000px ) {
  .content__box2-map {
    width: 100%;
  }
}

.fs-18 {
  font-size: 1.8rem !important;
}
@media screen and ( max-width: 1000px ) {
  .fs-18 {
    font-size: 16px !important;
  }
}

@media screen and ( max-width: 1000px ) {
  .content-flex-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service-content {
  background: none;
}
.service-content .content__title {
  margin-bottom: 6.75rem;
}
.service-content .content__box h3 {
  font-size: 3.8rem;
}

.content__title {
  text-align: center;
}
.content__title h2 {
  font-size: 5.96rem;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
}
@media screen and ( max-width: 1000px ) {
  .content__title h2 {
    font-size: 4.4rem;
  }
}

.service-content {
  margin-bottom: 0;
  padding-bottom: 8.4rem;
  position: relative;
}
.service-content .content-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4rem;
}
@media screen and ( max-width: 1000px ) {
  .service-content .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14rem;
    margin-bottom: 5rem;
  }
  .service-content .content-flex .box3,
  .service-content .content-flex .box4 {
    width: 100%;
    max-width: 443px;
    margin: 0 auto;
    padding: 8.1rem 2.4rem 2.8rem;
  }
  .service-content .content-flex .box3 p,
  .service-content .content-flex .box4 p {
    font-size: 3rem;
  }
  .service-content .content-flex .box4 img {
    bottom: 0;
    z-index: 1;
    right: -5%;
  }
}
.service-content .top-contact__img {
  bottom: -1%;
  left: 2%;
  z-index: 3;
}
.service-content .content__box h3 {
  font-size: 3.8rem;
}
.service-content .content__box p {
  font-size: 2.9rem;
}

.box3 {
  padding: 8.1rem 6.4rem 2.8rem;
  width: 60%;
}

.box4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8.1rem 10.8rem 5.9rem;
  position: relative;
}
.box4 h3 {
  bottom: 87% !important;
}
.box4 img {
  content: "";
  display: block;
  width: 38.5rem;
  height: auto;
  border-radius: 6.7rem;
  right: -21%;
  bottom: 100%;
  z-index: -1;
  position: absolute;
}

.box3,
.box4 {
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
}
.box3 p,
.box4 p {
  line-height: 4rem;
  font-size: 2.3rem;
}
.box3 p + p,
.box4 p + p {
  margin-top: 1rem;
}
.box3 h3,
.box4 h3 {
  background-color: #153B00;
  color: #fff;
  font-size: 3.1rem;
  padding: 2.5rem 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.2rem;
  position: absolute;
  bottom: 93%;
  left: 5%;
}

@media screen and ( max-width: 1000px ) {
  .service-content {
    padding: 5.8rem 0;
  }
}

.content-flex__box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and ( max-width: 1000px ) {
  .content-flex__box-text {
    max-width: 351px;
    margin: 0 auto;
  }
}

.service__cta-text {
  width: 68%;
  margin: 0 auto;
  margin-bottom: 1.7rem;
}
@media screen and ( max-width: 1000px ) {
  .service__cta-text {
    width: 95%;
  }
}

.service__cta-btn {
  width: 47.8%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pb-0 {
  padding-bottom: 0;
}

.reason-content .content__box {
  margin-top: 1rem;
  border-radius: 0;
  border: 1px solid #000;
}
.reason-content .content__box h2 {
  font-size: 3.1rem;
  margin-bottom: 4rem;
}
.reason-content .content__box p {
  font-size: 2.2rem;
  width: 98%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and ( max-width: 1000px ) {
  .reason-content .content__box p {
    font-size: 15px;
  }
}
.reason-content .content__box p + p {
  margin-top: 2.2rem !important;
}

.content__box-fukidashi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.8rem;
}

.content__box-fukidashi2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.8rem;
}

.content__box-fukidashi1-text {
  background-color: #fff;
  padding: 3.3rem 5.4rem;
  max-width: 897px;
  width: 66%;
  border: 1px solid #000;
  border-radius: 3rem;
  position: relative;
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi1-text {
    padding: 3.3rem 2.5rem;
  }
}
.content__box-fukidashi1-text::after {
  position: absolute;
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  background-color: #000;
  left: 100%;
  bottom: 40%;
  z-index: -1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.content__box-fukidashi1-text p {
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi1-text p {
    font-size: 15px;
  }
}

.content__box-fukidashi1-text2 {
  width: 113.5%;
}
.content__box-fukidashi1-text2::after {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi1-text2::after {
    display: none;
  }
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi1-text2 {
    width: 100%;
  }
}

.content__box-fukidashi1-img,
.content__box-fukidashi2-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi1-img,
  .content__box-fukidashi2-img {
    margin-bottom: 53px;
  }
}
.content__box-fukidashi1-img img,
.content__box-fukidashi2-img img {
  width: 42.5%;
  margin-right: 23%;
}

.content__box-fukidashi2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi2-img {
    margin-bottom: 90px;
  }
}
.content__box-fukidashi2-img img {
  width: 53.5%;
}

.content__box-fukidashi3-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__box-fukidashi3-img img {
  width: 100%;
}

.content__box-fukidashi3 {
  gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .content__box-fukidashi3 img {
    width: 90%;
  }
}

.content__box-fukidashi2-text {
  background-color: #fff;
  padding: 3.3rem 5.4rem;
  max-width: 993px;
  width: 73%;
  border: 1px solid #000;
  border-radius: 3rem;
  position: relative;
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi2-text {
    padding: 3.3rem 2.5rem;
  }
}
.content__box-fukidashi2-text::after {
  position: absolute;
  content: "";
  display: block;
  width: 6%;
  height: 2px;
  background-color: #000;
  right: 100%;
  bottom: 30%;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.content__box-fukidashi2-text p {
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and ( max-width: 1000px ) {
  .content__box-fukidashi2-text p {
    font-size: 15px;
  }
}

.content__box-heading {
  text-align: center;
  margin-bottom: 6.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
}

.recruit-title {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: 0;
}

.recruite__content-box {
  border: 3px solid #153B00;
  background-color: #fff;
  padding: 3.1rem 4.3rem 8.5rem;
}
.recruite__content-box h2 {
  font-size: 5.1rem;
  color: #153B00;
  margin-bottom: 4rem;
}
@media screen and ( max-width: 1000px ) {
  .recruite__content-box h2 {
    font-size: 4.5rem;
  }
}
.recruite__content-box p {
  font-size: 2.7rem;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
}
@media screen and ( max-width: 1000px ) {
  .recruite__content-box p {
    font-size: 15px;
  }
}
.recruite__content-box p + p {
  margin-top: 2rem;
}
.recruite__content-box + .recruite__content-box {
  margin-top: 5.2rem;
}

.recruit-content .page-title {
  margin-bottom: 3.4rem;
}

@media screen and ( max-width: 1000px ) {
  .content-flex-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-flex-recruit .content__box2-table {
  width: 82%;
}
@media screen and ( max-width: 1000px ) {
  .content-flex-recruit .content__box2-table {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.content-flex-recruit .content__box2-table table {
  width: 100%;
}
.content-flex-recruit .content__box2-table table span {
  font-size: 17px;
}
.content-flex-recruit .content__box2-table td {
  padding: 1.5rem;
}
.content-flex-recruit .content__box2-table::after {
  content: none;
}

.content-flex-recruit {
  margin-top: 2.5rem;
  margin-bottom: 3.2rem;
}

.recruit-img {
  margin-bottom: 5.3rem;
}

.content__box2-btn a {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.recruit__label {
  background-color: #153B00;
  color: #fff;
  padding: 1.8rem 0;
  font-size: 4.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}

.privacy-content .content__box {
  border-radius: 0;
  margin-top: 4.9rem;
}
.privacy-content .content__box p {
  font-size: 2.3rem;
}

.form-content__text {
  text-align: center;
  padding: 3.8rem 0 3.3rem;
  font-size: 3.6rem;
  font-family: "BIZ UDPMincho", serif;
}

.width-54 {
  width: 54% !important;
}

@media screen and (max-width: 1000px) {
  .width-54 {
    width: 100% !important;
  }
}
.head__nav .has-submenu {
  position: relative;
}

.head__nav .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 113%;
}

.head__nav .submenu li {
  white-space: nowrap;
}

.head__nav .submenu a {
  display: block;
  padding: 10px 15px;
}

.head__nav .has-submenu:hover .submenu {
  display: block;
}

/* ハンバーガーメニューのスタイル */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 600;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .head__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 700;
  }
  .head__nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }
  .head__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) and ( max-width: 1000px ) {
  .head__nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .head__nav li {
    width: 100%;
    font-size: 4rem;
  }
  .head__nav .submenu {
    position: static;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .head__nav .has-submenu.active .submenu {
    display: block;
  }
}
/* ハンバーガーメニューがアクティブな時のスタイル */
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
          transform: rotate(-45deg) translate(7px, -6px);
}

.menu-overlay {
  display: none;
  background: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.mb-55 {
  margin-bottom: 5.5rem;
}

.w-60 {
  width: 60%;
}
@media screen and ( max-width: 1000px ) {
  .w-60 {
    width: 100%;
  }
}

.service-after {
  position: relative;
}
.service-after .service-after__img {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
  width: 36%;
}
@media screen and ( max-width: 1000px ) {
  .service-after .service-after__img {
    display: none;
  }
}

.service-after__img-sp {
  display: none;
}
@media screen and ( max-width: 1000px ) {
  .service-after__img-sp {
    display: block;
  }
}

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