@charset "UTF-8";
/* TOPページ */
/*変数読み込み*/
/* scss変数設定 */
/* color */
/* font family */
/* fontsize */
/* size */
/* breakpoint */
.top--content {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--mainvisual {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.image-area {
  position: relative;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--mainvisual-img {
  width: 100%;
  height: calc(100vh - 45px - 60px);
  object-fit: cover;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 600px) {
  .top--mainvisual-img {
    min-height: 569px;
  }
}
@media (max-width: 900px) {
  .top--mainvisual-img {
    height: calc(100vh - 45px);
  }
}
.top--mainvisual--catchphrase-text {
  position: absolute;
  bottom: 79px;
  right: 53px;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 11px;
  line-height: 80px;
  color: #fff;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  text-align: right;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--mainvisual--catchphrase-text {
    font-size: 24px;
    letter-spacing: 4.8px;
    line-height: 3rem;
    bottom: 80px;
    right: 0;
    left: 0;
    text-align: center;
  }
}
.top--mainvisual--catchphrase-text__strong__blank {
  display: inline-block;
  width: 94px;
  content: "";
  height: auto;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--mainvisual--catchphrase-text__strong__blank {
    display: none;
  }
}
.top--common-section {
  padding-top: 108px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common-section {
    padding-top: 60px;
  }
}
.top--common--section__about {
  padding-top: 50px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--wrapper {
  width: min(1200px, 100%);
  margin-right: auto;
  margin-left: auto;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 600px) {
  .top--common--wrapper {
    width: 80%;
  }
}
.top--common--wrapper__about {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-template-rows: auto 1fr;
  column-gap: 63px;
  row-gap: 30px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--wrapper__about {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top--common--heading-area {
  display: inline-block;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-area {
    margin-right: auto;
    margin-left: auto;
  }
}
.top--common--heading-area__about {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  width: max-content;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-area__story {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  width: max-content;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-area__story {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.top--common--heading-main-text {
  font-size: 60px;
  font-weight: bold;
  color: #111;
  padding-bottom: 20px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-main-text {
    font-size: 30px;
    padding-bottom: 0;
  }
}
.top--common--heading-main-text__strong {
  font-size: 60px;
  font-weight: bold;
  color: #048F4C;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-main-text__strong {
    font-size: 30px;
  }
}
.top--common--heading-bottom-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  column-gap: 17px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-bottom-box {
    column-gap: 6px;
  }
}
.top--common--heading-bottom-box-line {
  width: 100%;
  height: 1px;
  background-color: #111;
  display: inline-block;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-bottom-box-text {
  font-size: 24px;
  letter-spacing: 2px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-bottom-box-text {
    font-size: 9px;
    letter-spacing: 1px;
  }
}
.top--common--text-area {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--text-area__about {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--text-area__about {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.top--common--description-text {
  font-family: "Noto Sans";
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: 0em;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--description-text {
    text-align: center;
    font-size: 16px;
  }
}
.top--common--description-text__about {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--image-area {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--image-area__about {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--image-area__about {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.top--common-img {
  width: 100%;
  aspect-ratio: 1/1;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common-img {
    aspect-ratio: 300/200;
  }
}
.top--common-img__about {
  box-shadow: 70px 70px 0px -50px rgba(4, 143, 76, 0.74);
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common-img__about {
    box-shadow: 60px 60px 0px -50px rgba(4, 143, 76, 0.74);
  }
}
.top--common--section__story {
  padding-bottom: 83px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--section__story {
    padding-bottom: 60px;
  }
}
.top--common--wrapper__story {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 63px;
  row-gap: 30px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--wrapper__story {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.top--common--text-area__story {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--text-area__story {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.top--common--description-text__story {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--image-area__story {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--image-area__story {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.top--common-img__story {
  box-shadow: -60px 60px 0px -50px rgba(4, 143, 76, 0.74);
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--section__services {
  padding-top: 50px;
  padding-bottom: 24px;
  background-color: rgba(255, 243, 195, 0.3);
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--section__services {
    padding-bottom: 50px;
  }
}
.top--common--wrapper__services {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--services-heading-box {
  display: flex;
  justify-content: flex-end;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-area__services {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--services-main-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-box {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding-top: 50px;
  }
}
.top--services-main-item {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item {
    padding-top: 0;
  }
}
.top--services-main-item__1 {
  padding-top: 50px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item__1 {
    padding-top: 0;
  }
}
.top--services-main-item__2 {
  padding-top: 100px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item__2 {
    padding-top: 0;
  }
}
.top--services-main-item__3 {
  padding-top: 150px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item__3 {
    padding-top: 0;
  }
}
.top--services-main-item__4 {
  padding-top: 200px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item__4 {
    padding-top: 0;
  }
}
.top--services-main-item-portion {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item-portion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top--services-main-item-portion-number-text {
  font-size: 28px;
  letter-spacing: 2px;
  color: #048F4C;
  font-weight: bold;
  text-align: center;
  padding-bottom: 22px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item-portion-number-text {
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
}
.top--services-main-item-portion-heading-text {
  font-size: 32px;
  color: #048F4C;
  text-align: center;
  padding-bottom: 22px;
  font-weight: bold;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item-portion-heading-text {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
.top--services-main-item-portion-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item-portion-image {
    width: 90%;
    padding-bottom: 20px;
  }
}
.top--services-main-item-portion-description-text {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  line-height: normal;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--services-main-item-portion-description-text {
    text-align: center;
    font-size: 16px;
  }
}
.top--common--section__message {
  padding-top: 34px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--wrapper__message {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--message--top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 31px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--message-top-arrow-icon {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--message-top-arrow-icon__pc {
  width: 98px;
  height: auto;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--message-top-arrow-icon__tb {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--message-top-arrow-icon__tb {
    width: 48px;
    height: auto;
  }
}
.top--message-top-text {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 4.5px;
  line-height: 80px;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, rgba(238, 210, 99, 0.3), #FF9900) 1;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--message-top-text {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.top--message--main-area {
  display: grid;
  grid-template-columns: 465px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 63px;
  row-gap: 30px;
  padding-top: 83px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--message--main-area {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 30px;
  }
}
.top--common--heading-area__message {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  width: max-content;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-area__message {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.top--common--text-area__message {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--text-area__message {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.top--common--description-text__message {
  line-height: 1.5em;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--image-area__message {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
  align-items: center;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--image-area__message {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.top--common-img__message {
  width: 100%;
  height: auto;
  aspect-ratio: initial;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common-img__message {
    aspect-ratio: inherit;
  }
}
.top--common-img__message__pc {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-img__message__tb {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--section__description {
  padding-top: 163px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--section__description {
    padding-top: 60px;
  }
}
.top--common--wrapper__description {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 77px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-box {
    padding-bottom: 30px;
  }
}
.top--common--heading-area__description {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--description--main-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--description--main-box {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.top--description--main-item {
  border-radius: 25px;
  background-color: rgba(255, 243, 195, 0.3);
  padding: 20px 25px 30px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--description--main-item {
    border-radius: 20px;
  }
}
.top--description--main-item__1 {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--description--main-item__2 {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--description--main-item__3 {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--description--main-item-subheading-portion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--description--main-item-subheading-portion-number-text {
  font-size: 36px;
  color: #048F4C;
  font-weight: bold;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--description--main-item-subheading-portion-number-text {
    font-size: 24px;
  }
}
.top--description--main-item-subheading-portion-heading-text {
  font-size: 36px;
  color: #048F4C;
  font-weight: bold;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--description--main-item-subheading-portion-heading-text {
    font-size: 24px;
  }
}
.top--description--main-item-subheading-portion-blank {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--description--main-item-portion-image {
  width: 100%;
  aspect-ratio: 300/200;
  object-fit: cover;
  padding-bottom: 25px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--description--main-item-portion-image {
    padding-bottom: 20px;
  }
}
.top--description--main-item-portion-description-text {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5em;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--description--main-item-portion-description-text {
    text-align: center;
  }
}
.top--common--section__benefits {
  padding-top: 173px;
  padding-bottom: 166px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--section__benefits {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top--common--wrapper__benefits {
  width: min(930px, 100%);
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-box__benefits {
  display: flex;
  justify-self: center;
  align-items: center;
  padding-bottom: 50px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-box__benefits {
    padding-bottom: 40px;
  }
}
.top--common--heading-area__benefits {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--benefits--image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--image-box {
    padding-bottom: 30px;
  }
}
.top--benefits--top-image {
  width: 80%;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--benefits--main-box {
  display: grid;
  grid-template-columns: 35% 35% 30%;
  column-gap: 28px;
  row-gap: 32px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-box {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
.top--benefits--main-item {
  border-radius: 15px;
  border: 4px solid #048F4C;
  position: relative;
  padding: 60px 25px 25px;
  display: flex;
  flex-direction: column;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item {
    border-radius: 10px;
    padding: 40px 5px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top--benefits--main-item__1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item__1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.top--benefits--main-item__2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item__2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.top--benefits--main-item__2 .top--benefits--main-item-list {
  grid-template-columns: 1fr;
  column-gap: 5px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item__2 .top--benefits--main-item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top--benefits--main-item__3 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item__3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.top--benefits--main-item__4 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item__4 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.top--benefits--main-item-icon-portion {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
  width: max-content;
  padding-right: 10px;
  padding-left: 10px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item-icon-portion {
    padding-right: 5px;
    padding-left: 5px;
    top: -20px;
  }
}
.top--benefits--main-item-icon {
  width: auto;
  height: 80px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item-icon {
    height: 40px;
  }
}
.top--benefits--main-item-heading-text {
  font-size: 32px;
  font-weight: bold;
  color: #048F4C;
  text-align: center;
  padding-bottom: 14px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item-heading-text {
    font-size: 18px;
  }
}
.top--benefits--main-item-list {
  display: grid;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--benefits--main-item-list-item {
  font-family: "Noto Sans", sans-serif;
  list-style: inside;
  padding-bottom: 10px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--benefits--main-item-list-item {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.top--common--section__recruit {
  background-color: rgba(255, 243, 195, 0.3);
  padding-top: 105px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--section__recruit {
    padding-top: 50px;
  }
}
.top--common--wrapper__recruit {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-box__recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 62px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--heading-box__recruit {
    padding-bottom: 30px;
  }
}
.top--common--heading-area__recruit {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--recruit--main-box {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table {
  width: 100%;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table__recruit {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-tbody {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-tbody__recruit {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-row {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-row__recruit {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-header {
  padding: 36px 12px;
  min-width: 264px;
  border-bottom: 1px solid #787878;
  color: #048F4C;
  font-size: 34px;
  font-weight: 600;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common-table-header {
    padding: 15px 10px 10px;
    border: none;
    font-size: 20px;
    width: 100%;
    display: block;
  }
}
.top--common-table-header__recruit {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-data {
  padding: 36px 12px;
  width: auto;
  border-bottom: 1px solid #787878;
  font-size: 34px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common-table-data {
    padding: 0 10px 15px;
    width: 100%;
    display: block;
    font-size: 16px;
  }
}
.top--common-table-data__recruit {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-data--subtext {
  padding-top: 10px;
  font-size: 24px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common-table-data--subtext {
    font-size: 12px;
  }
}
.top--common--section__company {
  background-color: rgba(255, 243, 195, 0.3);
  padding-top: 127px;
  padding-bottom: 98px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--common--section__company {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top--common--wrapper__company {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-box__company {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-area__company {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--company--main-box {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table__company {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-tbody__company {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-row__company {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-header__company {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common-table-data__company {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--company--map-area {
  padding-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--company--map-area {
    padding-top: 20px;
  }
}
.top--company--map {
  width: 100%;
  height: 340px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
@media (max-width: 900px) {
  .top--company--map {
    height: 240px;
  }
}
.top--common--section__contact {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--wrapper__contact {
  padding-bottom: 40px;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-box__contact {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--common--heading-area__contact {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--contact--main-box {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--contact--main-text {
  text-align: center;
  line-height: 1.2em;
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}
.top--contact--form-area {
  /* 小さい画面サイズ用のスタイル */
  /* 中程度の画面サイズ用 */
  /* 大きな画面サイズ用 */
}/*# sourceMappingURL=top.css.map */