@charset "UTF-8";

/*-------------------------------------------
メインタイトル
-------------------------------------------*/
.TtlBox {
  margin-bottom: 100px;
  margin-left: 5%;
}

.mainTtlBox {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  position: relative;
}
.mainTtlBox h2 {
  text-align: center;
  writing-mode: horizontal-tb;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainTtlBox h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 599px) {
  .TtlBox {
  margin-bottom: 30px;
  display: block;
  margin-left: 0%;
}
  .mainTtlBox {
  margin-bottom: 30px;
}
  
 .mainTtlBox h2 {
  text-align: center;
  font-size: 5.2rem;
}
}

/*-------------------------------------------
背景色
-------------------------------------------*/

.GrBg {
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  color: #fff;
  padding: 150px 0;
  margin-bottom: 320px;
}

@media screen and (max-width: 599px) {
.GrBg {
    padding: 100px 0 50px;
  }
}

/*-------------------------------------------
CASE01
-------------------------------------------*/
.caseBox {
  max-width: 1280px;
  margin: 0 auto 150px;
}

.caseBox:last-child {
  margin: 0 auto;
}

.caseNO {
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-family: source-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    font-size: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseNO span {
    background: #318541;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 50%;
     -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
    letter-spacing: 2px;
}

.caseNO .caseTextBox {
    font-size: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
     -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.caseBox h3 {
    margin: 0 auto;
    max-width: 1280px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    margin: 10px 0 30px;
    text-align: center;
}

p.caseTextBox {
    width: 40%;
    margin: 0 auto 80px;
  line-height: 1.8;
}

.caseBox .imgBox {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}

.imgBox div {
  width: 49.5%;
}
@media screen and (max-width: 1024px) {
.caseBox {
  width: 95%;
}


@media screen and (max-width: 599px) {
p.caseTextBox {
    width: 100%;
    margin: 0 auto 50px;
  line-height: 1.8;
}
.caseBox .imgBox {
    display: block;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}
.imgBox div {
  width: 100%;
  margin-bottom: 10px;
}
  
}
