@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Regular.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Medium.woff);
}
/*@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-SemiBold.woff);
}*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Bold.woff);
}
/*@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-ExtraBold.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}*/
/*$colorLightGray: #EEEEEE;*/
.p-desire__content {
  margin-top: 40px;
}

.p-desire__block {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-desire__block {
    flex-direction: column;
    gap: 32px;
  }
}

.p-desire__block-image-wrap {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-desire__block-image-wrap {
    width: 100%;
  }
}

.p-desire__block-image {
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .p-desire__block-image {
    width: 100%;
  }
}

.p-desire__list {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-desire__list {
    margin-top: 40px;
  }
}

.p-desire__item {
  display: flex;
  gap: 56px;
  background: #F5F5F5;
  border-radius: 24px;
  padding: 64px;
}
.p-desire__item:nth-child(n+2) {
  margin-top: 32px;
}
@media only screen and (max-width: 1279px) {
  .p-desire__item {
    gap: 40px;
    padding: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-desire__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-desire__item {
    padding: 32px 20px;
    gap: 32px;
  }
}

.p-desire__item-image-wrap {
  flex-shrink: 0;
}

.p-desire__item-image {
  border-radius: 24px;
}
@media only screen and (max-width: 1023px) {
  .p-desire__item-image {
    width: 100%;
  }
}

.p-desire__item-catch {
  font-weight: bold;
  padding: 10px 34px;
  border-radius: 40px;
  background: #A9CE52;
  display: inline-block;
}

.p-desire__item-catch--mission {
  background: #00B8FF;
}

.p-desire__item-catch--value {
  background: #FF695B;
}

.p-desire__item-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
}

.p-desire__item-text {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .p-desire__item-text {
    margin-top: 24px;
  }
}
.p-desire__item-text + .p-desire__item-text {
  margin-top: 24px;
}

.p-commitment__list-wrap {
  margin-top: 74px;
}
@media only screen and (max-width: 767px) {
  .p-commitment__list-wrap {
    margin-top: 40px;
  }
}

.p-commitment__item {
  display: flex;
  align-items: center;
  gap: 80px;
}
.p-commitment__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .p-commitment__item:nth-child(even) {
    flex-direction: column;
  }
}
.p-commitment__item:nth-child(n+2) {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-commitment__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .p-commitment__item {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-commitment__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-commitment__item {
    gap: 32px;
  }
}

@media only screen and (max-width: 1279px) {
  .p-commitment__image-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-commitment__image-wrap {
    width: 100%;
  }
}

.p-commitment__image {
  border-radius: 24px;
}
@media only screen and (max-width: 1023px) {
  .p-commitment__image {
    width: 100%;
  }
}

.p-commitment__content {
  max-width: 576px;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .p-commitment__content {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-commitment__content {
    width: 100%;
    max-width: unset;
  }
}

.p-commitment__title {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-commitment__title {
    font-size: 24px;
  }
}
.p-commitment__title .--large {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .p-commitment__title .--large {
    font-size: 28px;
  }
}

.p-commitment__text {
  margin-top: 32px;
}

.p-contact {
  padding-top: 140px;
}
@media only screen and (max-width: 767px) {
  .p-contact {
    padding-top: 64px;
  }
}

.p-contact__block {
  border-radius: 40px;
  background: #f1f7e3;
}

.p-support__list-wrap {
  margin-top: 74px;
}
@media only screen and (max-width: 767px) {
  .p-support__list-wrap {
    margin-top: 40px;
  }
}

.p-support__item {
  display: flex;
  align-items: center;
  gap: 80px;
}
.p-support__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .p-support__item:nth-child(even) {
    flex-direction: column;
  }
}
.p-support__item:nth-child(n+2) {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-support__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .p-support__item {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-support__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-support__item {
    gap: 32px;
  }
}

@media only screen and (max-width: 1279px) {
  .p-support__image-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-support__image-wrap {
    width: 100%;
  }
}

.p-support__image {
  border-radius: 24px;
}
@media only screen and (max-width: 1023px) {
  .p-support__image {
    width: 100%;
  }
}

.p-support__content {
  max-width: 576px;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .p-support__content {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-support__content {
    width: 100%;
    max-width: unset;
  }
}

.p-support__title {
  font-size: 32px;
  font-weight: bold;
  padding-left: 36px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-support__title {
    font-size: 24px;
    padding-left: 30px;
  }
}
.p-support__title::before, .p-support__title::after {
  position: absolute;
  content: "";
}
.p-support__title::before {
  width: 12px;
  height: 56px;
  border-radius: 4px;
  left: 0;
  top: 0;
  background: #A9CE52;
}
@media only screen and (max-width: 767px) {
  .p-support__title::before {
    height: 44px;
  }
}
.p-support__title::after {
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: #cccccc;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-support__title--class::before {
  background: #00B8FF;
}

.p-support__title--other::before {
  background: #FF695B;
}

.p-support__text {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .p-support__text {
    margin-top: 24px;
  }
}

.p-support__btn {
  text-align: center;
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-support__btn {
    margin-top: 32px;
  }
}

.p-support__btn-text {
  font-weight: bold;
  position: relative;
}
.p-support__btn-text::before, .p-support__btn-text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background: #FFC72D;
  bottom: 0;
}
.p-support__btn-text::before {
  left: -18px;
  transform: rotate(-30deg);
}
.p-support__btn-text::after {
  right: -18px;
  transform: rotate(-150deg);
}

.p-support__btn-link {
  margin-top: 12px;
}/*# sourceMappingURL=strengths.css.map */

/*20250403追記*/
@media only screen and (max-width: 1023px) {
    .p-support__image-wrap {
        order: 2;
    }
	.p-support__content {
		display: contents;
    }
	.p-support__title{
		width: 100%;
        order: 1;
	}
	.p-support__text{
        order: 3;
	}
	.p-support__text {
		margin-top: 0;
	}
}