.object-fit {
  position: relative;
}
.object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

section h2, section h3 {
  font-weight: 700;
  font-size: 6.5vw;
  line-height: 1.66;
  letter-spacing: 0.1em;
  padding-bottom: 5vw;
}
section h3 {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  section h2, section h3 {
    font-size: 48px;
    line-height: 64px;
    padding-bottom: 30px;
  }
  section h2 {
    letter-spacing: 0.2em;
  }
  section h3 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .key-shared {
    background-position: right 354px;
  }
  .key-shared h2 {
    padding-bottom: 50px;
  }
}
#about {
  position: relative;
  padding: 15vw 0;
  background-color: #f5f5f5;
}
#about .group .photo {
  margin: 0 auto 10vw;
}
#about .group .point .item {
  padding-bottom: 10vw;
}
#about .group .point .item h3 {
  background-color: #dbd2d2;
  padding: 3vw 5%;
  margin-bottom: 3vw;
}
#about .group .point .item h3 span {
  color: #d16155;
  font-size: 5vw;
  display: inline-block;
  padding-right: 3vw;
}
#about .group .point .item .bnr {
  text-align: right;
  padding-top: 3px;
}
#about .group .point .item .bnr a {
  color: #d16155;
  display: inline-block;
  border-bottom: 2px solid #d16155;
  position: relative;
}
#about .group .point .item .bnr a:after {
  display: inline-block;
  content: "";
  margin: 0 11px 0 27px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 4px;
  height: 4px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
#about .end {
  background-color: #eaeaea;
  border: 1px solid #d16155;
  padding: 8vw 5%;
}
#about .end h3 {
  color: #d16155;
  padding-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  #about {
    padding: 140px 0 150px;
  }
  #about .group {
    display: flex;
    justify-content: space-between;
    padding: 57px 60px 12px 69px;
  }
  #about .group .photo {
    margin: 0;
  }
  #about .group .point {
    width: 452px;
  }
  #about .group .point .item {
    padding-bottom: 55px;
  }
  #about .group .point .item h3 {
    padding: 6px 25px 9px;
    margin-bottom: 12px;
  }
  #about .group .point .item h3 span {
    font-size: 30px;
    padding-right: 17px;
  }
  #about .group .point .item .bnr a:hover {
    border-bottom: 2px solid rgba(184, 97, 86, 0);
  }
  #about .end {
    padding: 38px 61px 42px 66px;
    width: 801px;
    margin: 0 0 0 136px;
  }
  #about .end h3 {
    padding-bottom: 10px;
  }
}

.group-shared {
  padding: 15vw 0 5vw;
}
.group-shared .lead {
  padding: 0 0 10vw;
}
.group-shared .lead .photo {
  margin-bottom: 5vw;
}
.group-shared .flow .item {
  background-color: #fff;
  padding: 8vw 5%;
  margin-bottom: 40px;
  position: relative;
}
.group-shared .flow .item:not(:last-child):before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 20px solid #fff;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.group-shared .flow .item p {
  padding-top: 5vw;
}
.group-shared .flow .item dl {
  position: relative;
  font-weight: 700;
  color: #d16155;
  font-size: 4.8vw;
  line-height: 1.66;
  letter-spacing: 0.1em;
  padding: 0 0 0px 18%;
}
.group-shared .flow .item dl dt {
  width: 12vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.group-shared .extend dl {
  position: relative;
  margin-bottom: 10vw;
}
.group-shared .extend dl:before {
  content: "";
  position: absolute;
  top: 8vw;
  left: 4px;
  bottom: 0;
  border-left: 3px solid #d16155;
}
.group-shared .extend dl dd {
  padding: 0 0 10px 7%;
}
.group-shared .extend dl dt {
  color: #d16155;
  font-size: 4.4vw;
  line-height: 1.66;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 3vw;
  position: relative;
  padding: 0 0 0 7%;
}
.group-shared .extend dl dt:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d16155;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .group-shared {
    padding: 130px 0 80px;
  }
  .group-shared .wrap {
    width: 900px;
    margin: 0 auto;
  }
  .group-shared .lead {
    padding: 10px 0 70px;
    display: flex;
    justify-content: space-between;
  }
  .group-shared .lead .txt {
    width: 330px;
  }
  .group-shared .lead .photo {
    margin-bottom: 0;
  }
  .group-shared .lead.ext .txt {
    order: -1;
  }
  .group-shared .flow {
    padding-bottom: 20px;
  }
  .group-shared .flow .item {
    padding: 39px 100px 45px 137px;
    margin-bottom: 37px;
    min-height: 124px;
  }
  .group-shared .flow .item:not(:last-child):before {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #fff;
    bottom: 0px;
  }
  .group-shared .flow .item p {
    padding: 4px 0 0 94px;
  }
  .group-shared .flow .item dl {
    font-size: 24px;
    line-height: 40px;
    padding: 0 0 0px 94px;
    position: static;
  }
  .group-shared .flow .item dl dt {
    width: auto;
    top: 50%;
    left: 138px;
    transform: translateY(-50%);
  }
  .group-shared .extend {
    padding: 33px 0 0;
  }
  .group-shared .extend dl {
    position: relative;
    margin-bottom: 72px;
  }
  .group-shared .extend dl:before {
    top: 40px;
    left: 5px;
    bottom: 0;
    border-left: 4px solid #d16155;
  }
  .group-shared .extend dl dd {
    padding: 0 0 3px 25px;
  }
  .group-shared .extend dl dt {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 7px;
    padding: 0 0 0 25px;
  }
  .group-shared .extend dl dt:before {
    width: 16px;
    height: 16px;
    left: 0;
    top: 13px;
  }
}

#butsudanjimai {
  background-color: #f5f5f5;
}

#point {
  padding: 15vw 0;
}
#point .photo1 {
  height: 42vw;
  margin-bottom: 5vw;
}
#point .group .item {
  padding-bottom: 5vw;
}
#point .group .item .photo {
  margin: 0 0 0 7%;
}
#point .group .item dl {
  position: relative;
  margin-bottom: 8vw;
}
#point .group .item dl:before {
  content: "";
  position: absolute;
  top: 8vw;
  left: 4px;
  bottom: 0;
  border-left: 3px solid #d16155;
}
#point .group .item dl dd {
  padding: 0 0 10px 7%;
}
#point .group .item dl dt {
  color: #d16155;
  font-size: 4.4vw;
  line-height: 1.66;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 3vw;
  position: relative;
  padding: 0 0 0 7%;
}
#point .group .item dl dt:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d16155;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 768px) {
  #point {
    padding: 156px 20px;
  }
  #point .photo1 {
    height: 335px;
    margin: 22px 0 50px;
  }
  #point .group .item {
    padding: 0 0 72px;
    position: relative;
  }
  #point .group .item .photo {
    margin: 7px 0 0;
  }
  #point .group .item dl {
    max-width: 890px;
    position: relative;
    margin-bottom: 0;
  }
  #point .group .item dl:before {
    top: 40px;
    left: 5px;
    bottom: 0;
    border-left: 4px solid #d16155;
  }
  #point .group .item dl dd {
    padding: 0 0 3px 25px;
  }
  #point .group .item dl dt {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 7px;
    padding: 0 0 0 25px;
  }
  #point .group .item dl dt:before {
    width: 16px;
    height: 16px;
    left: 0;
    top: 13px;
  }
  #point .group .item.ext {
    display: flex;
    justify-content: space-between;
  }
  #point .group .item.ext dl {
    max-width: 490px;
  }
}

.banner-shared {
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  .banner-shared {
    padding: 78px 0;
    width: 800px;
    margin: 0 auto;
  }
  .banner-shared li a {
    height: 217px;
  }
}/*# sourceMappingURL=shukatsu.css.map */