.our-work {
  padding: 165px 0 0;
  background: #c5e2ff;
}
@media screen and (max-width: 768px) {
	.our-work {
		
 padding-top: 102px;
	}
}


/* 共通のクラス */
section h2 {
  width: 100%;
  color: #191e2e;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 768px) {
  section h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
section h2 span {
  display: block;
  color: #191e2e;
  font-family: Montserrat;
  font-size: 85px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section h2 span {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 48px */
	  margin-top: 10px;
  }
}
.section .img-box {
  width: 100%;
  margin-bottom: 100px;
  opacity: 1;
  height: 418px;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .section .img-box {
    height: 200px;
    margin-bottom: 40px;
    transform: scale(1);
  }
}
.section .img-box img {
  width: 100%;
  height: 418px;
}
@media screen and (max-width: 768px) {
  .section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.our-work-h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
	.our-work-h3 {
  margin-bottom: 20px;
}
}
.our-work-h3 h3 {
  color: #191e2e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .our-work-h3 h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 33px */
    margin-bottom: 24px;
  }
}
.our-work-h3 p {
  color: #191e2e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 210%;
  /* 37.8px */
  letter-spacing: 0.54px;
}
@media screen and (max-width: 768px) {
  .our-work-h3 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 210%;
    letter-spacing: 0.48px;
    text-align: left;
  }
}
.our-work-full {
  width: 100%;
}
.our-work-full img {
  width: 100%;
}
.our-work-full p {

  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
	.our-work-full p {
	margin-top: 20px;
		padding: 0 4px 27px;
	}
}

.our-work-content {
  padding: 150px 0 225px;
  width: 100%;
  border-radius: 40px 40px 0 0;
  margin-top: -75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our-work-content {
    padding: 80px 0 120px;
    margin-top: -40px;
  }
}
.our-work-content:nth-child(even) {
  background: #c5e2ff;
}
.our-work-content:nth-child(odd) {
  background: #fff;
}
.our-work-content:not(:has(+ .our-work-content)) {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
	.our-work-content:not(:has(+ .our-work-content)) {
  padding-bottom: 95px;
}
	
}

.our-work-content .our-work-content-h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vh;
  border: 3px solid #136cfa;
  background: #fff;
  padding: 14px 90px 13px;
  margin-bottom: 60px;
}
.our-work-content:nth-child(odd) .our-work-content-h3 {
  background: #C5E2FF;
}
.our-work-content:nth-child(odd) .our-work-content-h3 p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .our-work-content .our-work-content-h3 {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0 18px 27px;
    margin-bottom: 24px;
  }
}
.our-work-content .our-work-content-h3 h3 {
  color: #136cfa;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .our-work-content .our-work-content-h3 h3 {
    order: 2;
    text-align: left;
    color: #136CFA;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 45px */
    letter-spacing: 0.9px;
  }
}
.our-work-content .our-work-content-h3 p {
  color: #c5e2ff;
  text-align: right;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .our-work-content .our-work-content-h3 p {
    order: 1;
    color: #C5E2FF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
    text-align: left;
  }
}
.our-work-content .our-work-content-box {
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .our-work-content .our-work-content-box {
    flex-direction: column;
    gap: 30px;
  }
}
.our-work-content .our-work-content-box .our-work-content-left {
  width: 45.57%;
  border: 4px solid #136CFA;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our-work-content .our-work-content-box .our-work-content-left {
    width: 100%;
  }
}
.our-work-content .our-work-content-box .our-work-content-left img {
  /* border: 1px solid #000;*/
  background: #d9d9d9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-work-content .our-work-content-box .our-work-content-right {
  width: 48.495%;
}
@media screen and (max-width: 767px) {
  .our-work-content .our-work-content-box .our-work-content-right {
    width: 100%;
  }
}
.our-work-content .our-work-content-box .our-work-content-right h4 {
  color: #191e2e;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.96px;
  text-transform: lowercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .our-work-content .our-work-content-box .our-work-content-right h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: 0.72px;
    margin-bottom: 20px;
  }
}
.our-work-content .our-work-content-box .our-work-content-right p {
  color: #191e2e;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.48px;
} /*# sourceMappingURL=recruit.css.map */
@media screen and (max-width: 767px) {
  .our-work-content .our-work-content-box .our-work-content-right p {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}