@charset "utf-8";
/* ===================================================================
	seitai
=================================================================== */
.se-main {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Osaka-mono", "MS Gothic",
    "sans-serif";
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
}
.se-media {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 36px;
  padding: 0px 0 40px 0;
}
.se-media.-second {
  padding-top: 10px;
}
.se-media__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #009c43;
}
.se-media__catch {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.se-media__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(32 / 16);
  letter-spacing: normal;
  margin-bottom: 1.6rem;
}
.se-media__text.-bottom {
  margin-bottom: 2.5rem;
}
.se-media__text.-bottom2 {
  margin-bottom: 4rem;
}
.se-media__text.-last {
  margin-bottom: unset;
}
.se-media__text em {
  font-weight: bold;
  font-style: normal;
}
.se-highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(240, 250, 90, 1);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  font-style: normal;
}
.se-media__image {
  max-width: 675px;
  margin: 0 auto;
}
.se-em__wrap {
  border: solid 1px #009c43;
  margin-bottom: 4rem;
  background-color: #fff;
}
.se-em__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
  background-color: #009c43;
  margin-bottom: 3rem;
}
.se-em__inner {
  padding: 0 2.4rem;
}
.se-em__box {
  margin-bottom: 3rem;
}
.se-job__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-bottom: 4rem;
}
.se-job__image img {
  border-radius: 8px;
}
.se-media__ul {
  font-size: 1.6rem;
}
.se-job__image2 {
  max-width: 690px;
  margin: 0 auto;
  padding: 2rem;
}
.fullwidth {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .se-media {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 0 0px 0;
  }
  .se-job__image {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0px 0 0px 0;
  }
  .se-media__image {
    margin-bottom: unset;
  }
  .se-media__catch {
    font-size: calc(34 / 740 * 100vw);
    margin-bottom: calc(20 / 740 * 100vw);
  }
  .se-media__text {
    font-size: calc(28 / 740 * 100vw);
    margin-bottom: 1rem;
  }
  .se-media__ul {
    font-size: calc(28 / 740 * 100vw);
  }
  .se-media__title {
    font-size: calc(36 / 740 * 100vw);
  }
  .se-media__text.-bottom {
    margin-bottom: 2rem;
  }
  .se-media__text.-bottom2 {
    margin-bottom: 3rem;
  }
  .se-com-wrap.-bottom {
    margin-bottom: calc(28 / 740 * 100vw);
  }
  .se-em__wrap {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
  .se-em__title {
    font-size: calc(36 / 740 * 100vw);
    margin-bottom: 2rem;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
  .se-em__inner {
    padding: 0 calc(26 / 740 * 100vw);
  }
  .se-em__box {
    margin-bottom: 2rem;
  }
  .pagesh4 {
    font-size: calc(42 / 740 * 100vw) !important;
    padding: 2vw 2vw 2vw 8vw;
  }
  .pagesh4 .greenbar {
    width: calc(24 / 740 * 100vw);
  }
  main .toph2 {
    font-size: calc(28 / 740 * 100vw);
  }
}
@media (max-width: 480px) {
  .se-media__title {
    margin-bottom: unset;
  }
}
@media (max-width: 375px) {
  .toph2 .greendiaganol {
    width: 60px;
  }
  main .toph2 {
    font-size: 18px;
  }
}
