#mainBox{
  background: #F6F6F6;
}

/* サンドランズの特徴 */
#_features{
  padding: 10px 20px 120px;
}
#_features .cntTitle{
  margin-bottom: 50px;
}
#_features .cntList{
  margin-bottom: 70px;
}
#_features .cntList .item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#_features .cntList .item+.item{
  margin-top: 60px;
}
#_features .cntList .item:nth-of-type(2n){
  flex-direction: row-reverse;
}
#_features .cntList .box-text{
  flex-basis: 50%;
}
#_features .cntList .top{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#_features .cntList .num{
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  color: var(--c-main);
  margin-right: 15px;
}
#_features .cntList .title{
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.46;
}
#_features .cntList .text{
  font-weight: 600;
  line-height: 2.06;
  letter-spacing: .05em;
}
#_features .cntList .box-image{
  flex-basis: 45%;
  align-self: flex-start;
}
#_features .cntBox .catch{
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.35;
  position: relative;
  z-index: 1;
  max-width: 1272px;
  margin: 0 auto 120px;
}
#_features .cntBox .catch::before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 134px 319.5px 0px 319.5px;
  border-color: #fff transparent transparent transparent;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
#_features .cntBox .catch::after{
  position: absolute;
  content: "";
  width: 30vw;
  max-width: 329px;
  height: 209px;
  top: -10px;
  right: 0;
  z-index: -1;
  background: url(../img/about/features_img-4.png) center/contain no-repeat;
}
#_features .cntBox .catch .col{
  color: var(--c-sub-b);
}
#_features .cntBox .catch .border{
  display: inline;
	background: linear-gradient(transparent 60%, var(--c-main) 60%);
}
/* 1366px以下 */
@media screen and (max-width: 1366px) {
	#_features .cntList .title{
		font-size: calc(30px - (1366px - 100vw) / (467 / 5));
	}
  #_features .cntBox .catch{
		font-size: calc(40px - (1366px - 100vw) / (467 / 10));
  }
}
/* TAB */
@media screen and (max-width: 899px){
  #_features{
    padding: 30px 20px 52px;
  }
  #_features .cntTitle{
    margin-bottom: 40px;
  }
  #_features .cntList{
    margin-bottom: 50px;
  }
  #_features .cntList .item{
    flex-direction: column;
  }
  #_features .cntList .item+.item{
    margin-top: 57px;
  }
  #_features .cntList .item:nth-of-type(2n){
    flex-direction: column;
  }
  #_features .cntList .box-text{
    /* max-width: 600px; */
    width: 100%;
    margin-bottom: 20px;
  }
  #_features .cntList .top{
    margin-bottom: 20px;
  }
  #_features .cntList .num{
    font-size: 5.5rem;
  }
  #_features .cntList .title{
    font-size: 2rem;
  }
  #_features .cntList .text{
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 0;
  }
  #_features .cntBox .catch{
    font-size: 2.2rem;
    margin-bottom: 40px;
    max-width: 375px;
  }
  #_features .cntBox .catch::before{
    top: 7px;
    border-width: 65px 157px 0px 157px;
  }
  #_features .cntBox .catch::after{
    width: 96px;
    height: 63px;
    top: -28px;
    right: -20px;
  }
  #_features .cntList .box-image{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_features{
    padding: 10px 20px 42px;
  }
  #_features .cntTitle{
    margin-bottom: 25px;
  }
  #_features .cntList{
    margin-bottom: 40px;
  }
  #_features .cntList .item+.item{
    margin-top: 47px;
  }
  #_features .cntBox .catch{
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
  #_features .cntBox .list{
    flex-direction: column;
    align-items: center;
  }
  #_features .cntBox .item{
    width: 100%;
    max-width: 100%;
  }
  #_features .cntBox .image{
		/* aspect-ratio: 313/124; */
    height: 126px;
	}
  #_features .cntBox .title{
		width: 77%;
    font-size: 16px;
    padding: 5px 1em;
	}
}

/* 代表挨拶 */
#_ceo{
  padding: 0 20px;
}
#_ceo .cntTitle{
  margin-left: 33px;
  margin-bottom: 40px;
}
#_ceo .cntBox{
  width: 100%;
  background: #fff;
  border-bottom: 5px solid var(--c-main);
  border-right: 5px solid var(--c-main);
  position: relative;
  display: grid;
  grid-template-columns: 445fr 660fr;
  gap: 24px;
  padding: 53px 65px 40px 35px;
}
#_ceo .cntBox::before{
  position: absolute;
  content: "Kenji Ichikawa";
  font-size: 13.1rem;
  font-weight: 600;
  line-height: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #F6F6F6;
  top: -5px;
  left: -8px;
}
#_ceo .cntBox .box-image{
  width: 100%;
}
#_ceo .cntBox .box-image img{
  width: 100%;
  aspect-ratio: 445/535;
  background: #eee;
}
#_ceo .cntBox .box-text{
  max-width: 600px;
  margin: 0 auto;
  z-index: 2;
}
#_ceo .cntBox .title{
  margin-bottom: 35px;
  margin-top: -8px;
}
#_ceo .cntBox .title .border{
  padding-right: 0;
}
#_ceo .cntBox .text{
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 2.187;
  margin-bottom: 35px;
}
#_ceo .cntBox .name{
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: .05em;
}
#_ceo .cntBox .small{
  font-size: 2.2rem;
  margin-right: 20px;
  display: inline-block;
}
/* TAB */
@media screen and (max-width: 899px){
  #_ceo{
    padding: 0 20px;
  }
  #_ceo .cntTitle{
    margin-bottom: 16px;
  }
  #_ceo .cntBox{
    border-bottom: 2px solid var(--c-main);
    border-right: 2px solid var(--c-main);
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 30px 25px 45px;
  }
  #_ceo .cntBox::before{
    font-size: 6.5rem;
    letter-spacing: -0.03em;
    top: 0;
    left: -5px;
  }
  #_ceo .cntBox .box-image{
    max-width: 445px;
    margin: 0 auto;
  }
  /*#_ceo .cntBox .box-image img{
    aspect-ratio: 284/288;
  }*/
  #_ceo .cntBox .box-text{
    max-width: 600px;
    margin: 0 auto;
  }
  #_ceo .cntBox .title{
    margin-bottom: 45px;
  }
  #_ceo .cntBox .text{
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 15px;
  }
  #_ceo .cntBox .name{
    text-align: right;
    font-size: 1.8rem;
  }
  #_ceo .cntBox .small{
    font-size: 1.2rem;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_ceo .cntTitle{
    margin-left: 0px;
  }
}

/* 動物保護活動 */
#_animal{
  padding: 129px 20px 137px;
}
#_animal .cntText{
  text-align: center;
  position: relative;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto 60px;
  z-index: 1;
}
#_animal .cntText::before{
  position: absolute;
  content: "";
  width: 23.83%;
  height: 193px;
  background: url(../img/index/animal_img-4.png) center/contain no-repeat;
  filter: grayscale(100%);
  top: 0;
  left: 0;
  z-index: -1;
}
#_animal .cntBox .text{
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
  margin-bottom: 58px;
}
#_animal .cntList{
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 40px 19px;
}
#_animal .cntList .item{
  max-width: 285px;
  text-align: center;
}
#_animal .cntList .name{
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .05em;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-align: center;
}
#_animal .cntList .name::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 5px solid var(--c-main);
  border-radius: 50%;
  left: 0;
  top: calc(50% - 6px);
}
#_animal .cntList .image{
  margin-bottom: 10px;
}
#_animal .cntList .text{
  text-align: left;
  letter-spacing: .05em;
  line-height: 1.5;
}
/* TAB */
@media screen and (max-width: 899px){
  #_animal{
    padding: 80px 20px 85px;
  }
  #_animal .cntText{
    max-width: 675px;
    margin: 0 auto 30px;
  }
  #_animal .cntText::before{
    /* width: 156px; */
    height: 95px;
    left: -20px;
    top: -40px;
  }
  #_animal .cntBox .text{
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #_animal .cntList{
    gap: 20px 20px;
  }
  #_animal .cntList .item{
    max-width: 161px;
  }
  #_animal .cntList .name{
    font-size: 1.4rem;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  #_animal .cntList .name::before{
    width: 12px;
    height: 12px;
    border: 3px solid var(--c-main);
  }
  #_animal .cntList .image{
    margin-bottom: 5px;
  }
  #_animal .cntList .text{
    font-size: 1.2rem;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_animal{
    padding-top: 60px;
    padding-bottom: 55px;
  }
  #_animal .cntText::before{
    width: 156px;
    opacity: .3;
  }
  #_animal .cntBox .text{
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.5;
    text-align: left;
    margin-bottom: 30px;
  }
  #_animal .cntList{
    gap: 20px 10px;
  }
  /* #_animal .cntList{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    max-width: 333px;
    margin-left: auto;
    margin-right: auto;
  } */
}

/* 会社概要 */
#_overview{
  /* padding-right: 200px; */
  margin-bottom: 100px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
#_overview::before{
  position: absolute;
  content: "COMPANY PROFILE";
  font-size: 19.3rem;
  font-weight: 600;
  line-height: 0.74;
  color: #fff;
  writing-mode: vertical-rl;
  top: -55px;
  width: 100%;
  /* max-width: 1366px; */
  max-width: 1350px;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
}
#_overview .cntInner::before,
#_overview .cntInner::after{
  content: "";
  position: absolute;
  left: 0;
}
#_overview .cntInner::before{
  top: 0;
  width: calc(50vw + 400px);
  /* min-width: 956px; */
  height: 100%;
  background: #fff;
  z-index: -1;
}
#_overview .cntInner::after{
  top: -15px;
  width: calc(50vw + 415px);
  /* min-width: 971px; */
  height: calc(100% + 15px);
  border-top: 5px solid var(--c-main);
  border-right: 5px solid var(--c-main);
  z-index: -2;
}
#_overview .cntBox{
  position: relative;
  /* max-width: 989px; */
  max-width: 916px;
  width: calc(50vw + 360px);
  /* width: calc(100% - 50px); */
  /* margin-right: 0; */
  /* margin-left: auto; */
  padding: 40px 0 95px;
}
#_overview .cntBox::before{
  position: absolute;
  content: "";
  width: 24%;
  height: 184px;
  background: url(../img/about/overview_img-1.png) center right/contain no-repeat;
  top: 39px;
  right: 8%;
}
#_overview .cntBox .text{
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 2.1;
  max-width: 916px;
  width: 100%;
  margin-bottom: 40px;
}
#_overview .cntTitle{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
#_overview .cntList{
  max-width: 916px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.44;
  position: relative;
}
#_overview .cntList::before{
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  top: 0;
  left: 0;
  background: var(--c-main);
}
#_overview .cntList::after{
  position: absolute;
  content: "";
  width: calc(100% - 180px);
  height: 1px;
  top: 0;
  left: 180px;
  background: #000;
}
#_overview .cntList .item{
  display: flex;
  align-items: center;
  padding: 22px 0;
  position: relative;
}
#_overview .cntList .item::before{
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--c-main);
}
#_overview .cntList .item::after{
  position: absolute;
  content: "";
  width: calc(100% - 180px);
  height: 1px;
  bottom: 0;
  left: 180px;
  background: #000;
}
#_overview .cntList .title{
  display: inline-block;
  min-width: 180px;
  padding: 0 6px 0 20px;
}
#_overview .cntList .txt{
  padding: 0 20px 0 26px;
}
/* TAB */
@media screen and (max-width: 899px){
  #_overview{
    /* padding-right: 9vw; */
    /* padding-bottom: 46px; */
    margin-bottom: 60px;
  }
  #_overview::before{
    text-align: center;
    right: -10px;
    left: auto;
    top: -9vw;
    display: inline-block;
    height: 78vw;
    transform: none;
    font-size: 17.3vw;
    line-height: .84;
    text-align: center;
  }
  #_overview .cntInner::before{
    width: calc(100% - 44px);
    /* border-top: 2px solid var(--c-main);
    border-right: 2px solid var(--c-main); */
  }
  #_overview .cntInner::after{
    width: calc(100% - 32px);
    border-width: 2px;
  }
  #_overview .cntBox{
    width: calc(100% - 50px);
    padding: 50px 0 55px;
  }
  #_overview .cntBox::before{
    top: 3px;
    right: -24px;
    max-width: 160px;
    width: 35%;
    height: auto;
    aspect-ratio: 102/79;
  }
  #_overview .cntBox .text{
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  #_overview .cntTitle{
    margin-bottom: 20px;
  }
  #_overview .cntList{
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #_overview .cntList::before{
    width: 95px;
  }
  #_overview .cntList::after{
    width: calc(100% - 95px);
    left: 95px;
  }
  #_overview .cntList .item{
    padding: 15px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  #_overview .cntList .item::before{
    width: 95px;
  }
  #_overview .cntList .item::after{
    width: calc(100% - 95px);
    left: 95px;
  }
  #_overview .cntList .title{
    min-width: auto;
    padding: 0 0 7px;
  }
  #_overview .cntList .txt{
    padding: 0;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_overview .cntBox{
    padding: 36px 0 45px;
  }
  #_overview .cntBox .text{
    font-size: 1.2rem;
  }
}