@charset "UTF-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  max-width: 160rem;
  margin: 0 auto 8.1rem;
  padding: 0 5rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .mainVisual {
    margin: 0 auto 5.2rem;
    padding: 0 0 0 1.5rem;
    max-width: inherit !important;
  }
}
#main .mainVisual img {
  width: 100%;
}
#main .mainVisual .subBox {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4rem 5rem 0.2rem 9rem;
}
@media all and (max-width: 896px) {
  #main .mainVisual .subBox {
    margin-top: min(-19.5vw, -11.5rem);
    padding: 0 2rem 0 0.2rem;
    position: static;
  }
}
#main .mainVisual h1 {
  margin-bottom: 2.5rem;
  color: #4eab84;
  font-size: 6rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  #main .mainVisual h1 {
    margin-bottom: 1.3rem;
    font-size: 2.8rem;
    line-height: 1.47;
  }
}
#main .mainVisual .list {
  margin-bottom: -0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media all and (max-width: 896px) {
  #main .mainVisual .list {
    gap: 1rem 0.6rem;
    margin-left: -0.2rem;
  }
}
#main .mainVisual .list li {
  min-width: 30.9rem;
  color: #fff;
  font-size: 1.529rem;
  font-weight: 700;
  letter-spacing: 0.0765rem;
  min-height: 7.7rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 0 0.5rem;
  padding: 0.5rem 1rem 1.2rem;
  background: url(../img/index/bg01.webp) no-repeat center;
  background-size: 100% 100%;
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li {
    flex-direction: column;
    min-height: 5.6rem;
    padding: 0.5rem 1.5rem 0.8rem;
    min-width: inherit !important;
    line-height: 1.1;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    background-image: url(../img/index/bg01_sp.webp);
  }
}
#main .mainVisual .list li .txtSpan {
  color: #F9FFAF;
  font-size: 2.867rem;
  font-weight: 700;
  text-shadow: 0 0 8px #E2765C, 0 0 15px #E2765C;
  letter-spacing: 0.1433rem;
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li .txtSpan {
    letter-spacing: 0.082rem;
    font-size: 1.64rem;
    display: block;
  }
}
#main .mainVisual .list li.item1 {
  min-width: 25rem;
  background-image: url(../img/index/bg08.webp);
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li.item1 {
    background-image: url(../img/index/bg01_sp.webp);
  }
}
#main .mainVisual .list li.item2 {
  min-width: 15.7rem;
  background-image: url(../img/index/bg09.webp);
}
@media all and (max-width: 896px) {
  #main .mainVisual .list li.item2 {
    flex-direction: row;
    padding-inline: 0.7rem;
    background-image: url(../img/index/bg09_sp.webp);
  }
}
#main .news {
  padding: 0rem 2rem;
}
@media all and (max-width: 896px) {
  #main .news {
    padding: 0 1.5rem;
  }
}
#main .news > .content {
  max-width: 150rem;
  border-top: 1px solid #E2F2E2;
  border-bottom: 1px solid #E2F2E2;
}
@media all and (max-width: 896px) {
  #main .news > .content {
    padding: 2rem 0 1.6rem;
  }
}
#main .news .content02 {
  max-width: 135.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  #main .news .content02 {
    padding: 0;
  }
}
#main .news .headLine01 {
  width: 110px;
  padding: 0.1rem 1rem 0 0;
}
@media all and (min-width: 897px) {
  #main .news .headLine01 .en {
    font-size: 20px;
  }
}
@media all and (max-width: 896px) {
  #main .news .headLine01 {
    margin-top: -0.5rem;
    width: 5.5rem;
  }
  #main .news .headLine01 .en {
    font-size: 1.2rem;
  }
}
#main .news dl {
  padding: 0.3rem 0 0.4rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  #main .news dl {
    display: block;
  }
}
#main .news dl dt {
  width: 120px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  #main .news dl dt {
    font-size: 1.4rem;
    width: auto;
    padding: 0 0 0.3rem;
  }
}
#main .news dl dd {
  flex: 1;
}
#main .news dl dd a {
  padding: 30px 80px 30px 0;
  font-size: 14px;
  text-decoration: underline;
  display: block;
  font-feature-settings: normal;
  background: url(../img/common/icon06.webp) no-repeat right center;
  background-size: 70px auto;
}
@media all and (max-width: 896px) {
  #main .news dl dd a {
    padding: 0;
    background: none !important;
    line-height: 2;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  #main .news dl dd a:hover {
    background-image: url(../img/common/icon05.webp);
  }
}
#main .comAccessBox .ttlBox {
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10rem 22.4rem 5rem 0;
  background-color: #F6F8F6;
  border-radius: 0 5rem 0 0;
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox {
    bottom: -6.5rem;
    z-index: 1;
    min-height: 26.4rem;
    margin-bottom: 0rem;
    padding: 4.6rem 2.7rem 5rem 0;
    background-color: transparent;
  }
}
#main .comAccessBox .ttlBox::before {
  width: 6.5rem;
  aspect-ratio: 1;
  background: url(../img/index/img01.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox::before {
    display: none;
  }
}
#main .comAccessBox .ttlBox::after {
  width: 6.5rem;
  aspect-ratio: 1;
  background: url(../img/index/img01.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 4.5rem;
  left: 100%;
  content: "";
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox::after {
    width: 33rem;
    bottom: 6.4rem;
    z-index: -1;
    left: -1.5rem;
    aspect-ratio: 626/482;
    background-image: url(../img/index/bg15.webp);
    background-position: left bottom;
    background-size: 100% 100%;
  }
}
#main .comAccessBox .ttlBox h2 {
  margin-bottom: 2.5rem;
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox h2 {
    margin: 0 0 0.6rem -0.5rem;
  }
}
#main .comAccessBox .ttlBox h2 .txtSpan {
  margin-bottom: 8px;
  padding: 0.4rem 0.3rem 0.6rem 1rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  min-width: 86px;
  text-align: center;
  border-radius: 106.772px;
  background: #E2765C;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox h2 .txtSpan {
    margin-bottom: 0.6rem;
    padding: 0.3rem 0.3rem 0.5rem 0.6rem;
    min-width: 6.6rem;
    font-size: 1.368rem;
  }
}
#main .comAccessBox .ttlBox h2 .txtSpan::after {
  width: 16px;
  aspect-ratio: 32/20;
  background: url(../img/index/arrow.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(100% - 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox h2 .txtSpan::after {
    width: 1.2rem;
  }
}
#main .comAccessBox .ttlBox h2 .jp {
  margin-left: 1rem;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3rem;
  display: block;
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox h2 .jp {
    margin-left: 0;
    font-size: 3.2rem;
    letter-spacing: 0.16rem;
    line-height: 1.4;
  }
}
#main .comAccessBox .ttlBox h2 .jp small {
  font-size: 5rem;
  letter-spacing: 0.5rem;
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox h2 .jp small {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
#main .comAccessBox .ttlBox h2 .jp .color {
  color: #4EAB84;
  font-size: 6rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox h2 .jp .color {
    font-size: 3.2rem;
    letter-spacing: 0.16rem;
  }
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox h2 .jp .spColor {
    color: #4EAB84;
  }
}
#main .comAccessBox .ttlBox p {
  padding-left: 3rem;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.09rem;
}
@media all and (max-width: 896px) {
  #main .comAccessBox .ttlBox p {
    padding-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    line-height: 1.71;
  }
}
#main .dental {
  padding-top: 55rem;
  padding-bottom: 60.1rem;
  margin-top: -43.6rem;
  background: linear-gradient(180deg, rgba(246, 248, 246, 0) 0%, #F6F8F6 8.65%);
}
@media all and (max-width: 896px) {
  #main .dental {
    padding: 36.4rem 0 16.8rem;
    margin-top: -29.8rem;
    background: linear-gradient(180deg, rgba(246, 248, 246, 0) 0%, #F6F8F6 8.65%, #F6F8F6 94.23%, rgba(246, 248, 246, 0) 100%);
  }
}
@media all and (max-width: 896px) {
  #main .dental {
    background: linear-gradient(180deg, rgba(246, 248, 246, 0) 0%, #F6F8F6 8.65%, #F6F8F6 94.23%, rgba(246, 248, 246, 0) 100%);
  }
}
#main .dental .content {
  position: relative;
  z-index: 2;
}
#main .dental .dentalBox {
  position: relative;
}
#main .dental .dentalBox::after {
  width: 179.3rem;
  aspect-ratio: 3586/3010;
  background: url(../img/index/bg02.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -6rem;
  left: calc(50% + 0.2rem);
  transform: translateX(-50%);
  content: "";
}
@media all and (max-width: 896px) {
  #main .dental .dentalBox::after {
    top: -9.2rem;
    left: -10.8rem;
    right: -6.2rem;
    transform: none;
    width: auto;
    aspect-ratio: 1119/4992;
    background-image: url(../img/index/bg02_sp.webp);
  }
}
#main .dental .dentalList {
  margin-bottom: 8.1rem;
  padding: 0 0.4rem 0 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6.6rem;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList {
    margin-bottom: 8rem;
    gap: 5rem 0;
    padding: 0 1rem;
    flex-direction: column;
  }
}
#main .dental .dentalList li {
  width: calc((100% - 13.3rem) / 3);
}
@media all and (max-width: 896px) {
  #main .dental .dentalList li {
    width: 100%;
    min-height: 53.2rem;
  }
}
#main .dental .dentalList li:nth-child(2) {
  margin-top: 5rem;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList li:nth-child(2) {
    margin-top: 0;
  }
}
#main .dental .dentalList li:nth-child(3) {
  margin-top: 10rem;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList li:nth-child(3) {
    margin-top: 0;
  }
}
#main .dental .dentalList .photo {
  margin-bottom: 4.9rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList .photo {
    margin-bottom: 4rem;
  }
}
#main .dental .dentalList .photo img {
  box-shadow: 1rem 1rem 3rem 0.5rem rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList .photo img {
    box-shadow: 1rem 2rem 1rem 0.3rem rgba(0, 0, 0, 0.07);
  }
}
#main .dental .dentalList .photo .num {
  line-height: 1;
  position: absolute;
  top: -47px;
  right: 1rem;
  color: #4EAB84;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList .photo .num {
    top: -4.6rem;
    right: 0.7rem;
    font-size: 8rem;
  }
}
#main .dental .dentalList .photo .txt {
  position: absolute;
  bottom: -2.5rem;
  left: -1.3rem;
  width: calc(100% + 1.3rem);
}
@media all and (max-width: 896px) {
  #main .dental .dentalList .photo .txt {
    bottom: -1.8rem;
    left: -0.8rem;
  }
  #main .dental .dentalList .photo .txt .spTxt {
    letter-spacing: -0.02em;
  }
}
#main .dental .dentalList .photo .txt .subSpan {
  font-size: min(1.5vw, 24px);
  color: #fff;
  font-weight: 700;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 1rem;
  background: #4EAB84;
  line-height: 2.3;
  padding: 0.6rem 1.5rem 0.8rem;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList .photo .txt .subSpan {
    line-height: 2.22;
    border-radius: 0.685rem;
    padding: 0.4rem 1rem 0.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
}
#main .dental .dentalList .photo .txt .color {
  color: #F9FFAF;
}
#main .dental .dentalList .ttl {
  margin-bottom: 2rem;
  font-size: min(1.7vw, 18px);
  font-weight: 700;
  line-height: 2;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList .ttl {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
#main .dental .dentalList p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  font-feature-settings: normal;
}
@media all and (max-width: 896px) {
  #main .dental .dentalList p {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 897px) and (max-width: 960px) {
  #main .dental .dentalList p {
    font-size: 12px;
  }
}
#main .dental .physician {
  color: #fff;
  padding: 0 2.3rem 0;
  border-radius: 3rem;
  align-items: flex-start;
  position: relative;
  align-items: flex-end;
  background: #4EAB84;
}
@media all and (max-width: 896px) {
  #main .dental .physician {
    padding: 5rem 2rem 0;
    display: block;
  }
}
#main .dental .physician .physicianImg {
  width: 21.7rem;
  position: absolute;
  top: -4.1rem;
  right: 7.5rem;
}
@media all and (max-width: 896px) {
  #main .dental .physician .physicianImg {
    right: 1.3rem;
    top: -6.1rem;
    width: 11rem;
  }
}
#main .dental .physician .photoBox {
  width: 46.5rem;
  margin: -7.7rem 4rem 0 0;
}
@media all and (max-width: 896px) {
  #main .dental .physician .photoBox {
    width: auto;
    margin: 0;
    text-align: center;
  }
}
#main .dental .physician .textBox {
  flex: 1;
  order: 2;
  padding: 4.8rem 0 5.1rem;
}
@media all and (max-width: 896px) {
  #main .dental .physician .textBox {
    padding: 0;
  }
}
#main .dental .physician p {
  line-height: 2;
  font-size: 16px;
  max-width: 63.5rem;
}
@media all and (max-width: 896px) {
  #main .dental .physician p {
    font-size: 1.4rem;
    max-width: inherit;
  }
}
#main .dental .physician .ttl {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 24px;
}
@media all and (max-width: 896px) {
  #main .dental .physician .ttl {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
  }
}
#main .doctor {
  margin-bottom: 0.85rem;
  padding: 15rem 0;
  position: relative;
  z-index: 1;
  margin-top: -50.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 20%, #FFF 80%, rgba(255, 255, 255, 0) 100%);
}
@media all and (max-width: 896px) {
  #main .doctor {
    margin-bottom: 8rem;
    padding: 0;
    margin-top: -8.8rem;
  }
}
#main .doctor .headLine01 {
  padding-right: 2rem;
  max-width: 73rem;
  position: absolute;
  top: -1.2rem;
  left: 0.3rem;
}
@media all and (max-width: 896px) {
  #main .doctor .headLine01 {
    top: 0;
  }
}
#main .doctor .doctorInner {
  padding-top: 15.4rem;
  position: relative;
  border-radius: 3rem;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorInner {
    padding-top: 8.8rem;
  }
}
#main .doctor .doctorInner::before {
  width: 83rem;
  aspect-ratio: 1660/309;
  background: url(../img/index/bg11.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .doctor .doctorInner::before {
    width: 13.6rem;
    aspect-ratio: 272/176;
    background-image: url(../img/index/bg11_sp.webp);
  }
}
#main .doctor .doctorBox {
  margin-bottom: 13.8rem;
  border-radius: 3rem 0 3rem 3rem;
  background: url(../img/index/bg12.webp) repeat-y center top;
  background-size: 100% auto;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    display: block;
    background-image: url(../img/index/bg12_sp.webp);
  }
}
#main .doctor .doctorBox .photoBox {
  order: 2;
  margin: -20.3rem 8.8rem -10.3rem 7.5rem;
  width: 62.6rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox .photoBox {
    width: auto;
    top: -1.5rem;
    margin: 0 1.8rem 0.9rem 0.7rem;
  }
}
#main .doctor .doctorBox .photoBox img {
  width: 100%;
}
#main .doctor .doctorBox .textBox {
  flex: 1;
  padding: 7.8rem 0 5rem 10.7rem;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox .textBox {
    padding: 0 2rem;
  }
}
#main .doctor .doctorBox p {
  margin-bottom: 1.9rem;
  line-height: 2;
  font-size: 16px;
  color: #fff;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox p {
    font-size: 1.4rem;
  }
}
#main .doctor .doctorBox p:last-child {
  margin-bottom: 0;
}
#main .doctor .doctorBox .name {
  margin-bottom: 1.9rem;
  color: #F9FFAF;
  font-size: min(3vw, 35px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.175rem;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox .name {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    letter-spacing: 0.14rem;
  }
}
#main .doctor .doctorBox .name small {
  margin-right: 0.3rem;
  vertical-align: -0.4rem;
  display: inline-block;
  line-height: 1.57;
  font-size: 14px;
  letter-spacing: 0.07rem;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox .name small {
    font-size: 1.4rem;
    margin: 0 0 0.5rem;
    display: block;
  }
}
#main .doctor .doctorBox .name .txtSpan {
  letter-spacing: 0.08rem;
  font-size: 16px;
  vertical-align: -5px;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox .name .txtSpan {
    font-size: 1.2rem;
    margin-left: 0.4rem;
    vertical-align: 0.7rem;
    letter-spacing: 0.06rem;
  }
}
#main .doctor .doctorBox .ttl {
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
  color: #F9FFAF;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #F9FFAF;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox .ttl {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
}
#main .doctor .doctorBox .list {
  padding-left: 0.5rem;
}
#main .doctor .doctorBox .list li {
  line-height: 1.75;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 2rem;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorBox .list li {
    line-height: 2;
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
#main .doctor .doctorBox .list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
#main .doctor .doctorList {
  margin-bottom: 8.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorList {
    margin-bottom: 5.2rem;
    flex-direction: column;
    gap: 2.2rem 0;
  }
}
#main .doctor .doctorList li {
  width: calc((100% - 5.1rem) / 3);
}
@media all and (max-width: 896px) {
  #main .doctor .doctorList li {
    width: 100%;
  }
}
#main .doctor .doctorList li .photo {
  margin-bottom: 2.9rem;
  position: relative;
  aspect-ratio: 967/700;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorList li .photo {
    margin-bottom: 1rem;
    aspect-ratio: 360/200;
  }
}
#main .doctor .doctorList li .photo img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .doctor .doctorList li .name {
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-align: center;
  font-size: 16px;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorList li .name {
    font-size: 1.4rem;
  }
}
#main .doctor .doctorList li .name .txtSpan {
  display: block;
  font-size: 24px;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorList li .name .txtSpan {
    font-size: 2.4rem;
    margin-top: -0.3rem;
  }
}
#main .doctor .doctorList li .name small {
  margin-top: 0.3rem;
  display: block;
  color: #E2765C;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06rem;
}
@media all and (max-width: 896px) {
  #main .doctor .doctorList li .name small {
    font-size: 1.2rem;
    margin-top: -0.2rem;
  }
}
#main .feature {
  border-radius: 0 0 3rem 0;
  padding-bottom: 14.3rem;
  background: #F6F8F6;
}
@media all and (max-width: 896px) {
  #main .feature {
    padding-bottom: 22.3rem;
  }
}
#main .feature .whiteBox {
  position: relative;
  margin-bottom: 15.6rem;
  background-color: #fff;
}
@media all and (max-width: 896px) {
  #main .feature .whiteBox {
    margin-bottom: 6.9rem;
  }
}
#main .feature .whiteBox .ttlBox {
  position: absolute;
  top: -1.2rem;
  z-index: 3;
  left: 0;
  width: 100%;
  border-radius: 0 0 3rem 0;
}
@media all and (max-width: 896px) {
  #main .feature .whiteBox .ttlBox {
    top: -0.2rem;
  }
}
#main .feature .whiteBox .ttlBox::after {
  width: 4.1rem;
  aspect-ratio: 82/61;
  background: url(../img/index/img02.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
  left: -0.8rem;
  content: "";
}
#main .feature .whiteBox .headLine01 {
  max-width: 160rem;
  margin: 0 auto;
  z-index: 3;
  padding: 0 6rem 5.6rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .feature .whiteBox .headLine01 {
    padding: 0 1.5rem 2.2rem;
    max-width: inherit;
  }
}
#main .feature .whiteBox .headLine01::before {
  width: 4.1rem;
  aspect-ratio: 82/61;
  background: url(../img/index/img02.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1.2rem;
  right: calc(50% + 0.9rem);
  content: "";
}
@media all and (max-width: 896px) {
  #main .feature .whiteBox .headLine01::before {
    top: 0.2rem;
    right: calc(50% - 10.3rem);
  }
}
#main .feature .whiteBox .headLine01::after {
  width: 8888px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: calc(50% + 4.2rem);
  bottom: 0;
  content: "";
  z-index: -1;
  border-radius: 0 0 3rem 0;
}
@media all and (max-width: 896px) {
  #main .feature .whiteBox .headLine01::after {
    right: calc(50% - 7rem);
  }
}
#main .feature .content {
  position: relative;
  max-width: 160rem;
  padding-inline: 0;
}
@media all and (max-width: 896px) {
  #main .feature .content {
    padding-inline: 1.5rem;
  }
}
#main .feature .featureBox {
  position: relative;
  overflow: hidden;
  border-radius: 0 3rem 3rem 3rem;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox {
    display: block;
    border-radius: 0 3rem 0 0;
  }
}
#main .feature .featureBox::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(-270deg, #F6F8F6 42.71%, rgba(246, 248, 246, 0) 63.09%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
@media all and (max-width: 896px) {
  #main .feature .featureBox::before {
    background: linear-gradient(359deg, #F6F8F6 12.9%, rgba(246, 248, 246, 0) 31.2%, rgba(246, 248, 246, 0) 49.51%, rgba(246, 248, 246, 0.2) 67.82%, #F6F8F6 86.13%);
    display: none;
  }
}
#main .feature .featureBox .photoBox {
  width: calc(50% + 26rem);
  order: 2;
  margin-left: -13.6rem;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .photoBox {
    margin: 0 0 -2.5rem;
    width: auto;
    position: relative;
    aspect-ratio: 780/570;
  }
  #main .feature .featureBox .photoBox::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #F6F8F6 12.9%, rgba(246, 248, 246, 0) 31.2%, rgba(246, 248, 246, 0) 49.51%, rgba(246, 248, 246, 0.2) 67.82%, #F6F8F6 86.13%);
    top: 0;
    left: 0;
    content: "";
  }
}
#main .feature .featureBox .photoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .photoBox img {
    width: 125%;
    height: 125%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 3.5rem;
       object-position: center 3.5rem;
    max-width: 125%;
    margin-left: -25%;
  }
}
#main .feature .featureBox .textBox {
  padding: max(18.5vw, 29.5rem) 0 4rem 4rem;
  position: relative;
  flex: 1;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .textBox {
    display: block;
    padding: 0 3.3rem;
    background-color: #F6F8F6;
  }
}
#main .feature .featureBox .textBox .sub {
  margin-left: auto;
  max-width: 60rem;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .textBox .sub {
    max-width: inherit;
  }
}
#main .feature .featureBox p {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox p {
    font-size: 1.4rem;
  }
}
#main .feature .featureBox .ttl {
  margin: 0 0 4rem 0.5rem;
  font-size: 4.3328rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2166rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .ttl {
    margin: 0 -1rem -4rem 0.2rem;
    top: -6.8rem;
    font-size: 2.5477rem;
    font-weight: 700;
    letter-spacing: 0.1274rem;
    text-align: left;
  }
}
#main .feature .featureBox .ttl .num {
  position: absolute;
  top: -11.4rem;
  right: -15rem;
  line-height: 1;
  color: #FFF;
  font-size: 28.2904rem;
  font-weight: 700;
  z-index: -1;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .ttl .num {
    top: -7.5rem;
    right: -2.6rem;
    font-size: 15rem;
  }
}
#main .feature .featureBox .ttl .txtSpan {
  padding-bottom: 1.6rem;
  margin-right: 2.7rem;
  color: #4EAB84;
  font-size: 7.7756rem;
  font-weight: 700;
  line-height: 118.411%;
  letter-spacing: 0.3888rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .ttl .txtSpan {
    padding-bottom: 1.4rem;
    margin-right: 2.4rem;
    font-size: 4.572rem;
    font-weight: 700;
    letter-spacing: 0;
  }
}
#main .feature .featureBox .ttl .txtSpan::before {
  width: 6.8rem;
  aspect-ratio: 1;
  background: url(../img/index/img05.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -2.7rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .ttl .txtSpan::before {
    right: -2.3rem;
    width: 4rem;
  }
}
#main .feature .featureBox .ttl .txtSpan::after {
  background: url(../img/index/line.webp) repeat-x;
  background-size: 13.4rem auto;
  position: absolute;
  bottom: 0;
  left: 0.7rem;
  right: 4.8rem;
  height: 1.2rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .ttl .txtSpan::after {
    left: 0.4rem;
    right: 2rem;
    background-size: 7.8rem auto;
  }
}
#main .feature .featureBox .ttl .txtSpan2 {
  padding: 0 2rem;
  color: #4EAB84;
  font-size: 7.7756rem;
  font-weight: 700;
  line-height: 118.411%;
  letter-spacing: 0.3888rem;
  position: relative;
  background: url(../img/index/img06.webp) no-repeat center bottom;
  background-size: 27.7rem auto;
}
@media all and (max-width: 896px) {
  #main .feature .featureBox .ttl .txtSpan2 {
    padding: 0 1rem;
    font-size: 4.572rem;
    font-weight: 700;
    letter-spacing: 0.2286rem;
    background-size: 15.7rem auto;
  }
}
#main .feature .inner {
  position: relative;
  z-index: 1;
}
#main .feature .inner .bg01 {
  width: 52.5rem;
  position: absolute;
  top: -11.5rem;
  left: calc(50% + 24.5rem);
  transform: translateX(-50%);
}
#main .feature .inner .bg02 {
  width: 16.6rem;
  position: absolute;
  top: -0.6rem;
  left: calc(50% - 12.5rem);
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  #main .feature .inner .bg02 {
    width: max(44.87vw, 17.5rem);
    transform: none;
    left: min(-3.85vw, -1.5rem);
    top: -0.8rem;
  }
}
#main .feature .inner .bg03 {
  width: 33.4rem;
  position: absolute;
  bottom: -13rem;
  left: 0rem;
}
#main .feature .inner .bg04 {
  width: 17.3rem;
  position: absolute;
  bottom: -12.2rem;
  right: 0;
  z-index: -1;
}
#main .feature .imgBox {
  padding: 0 6.8rem;
  margin: 0 auto 10rem;
  max-width: 150rem;
  border-radius: 3rem;
  align-items: center;
  background: #FFF;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox {
    margin-bottom: 5.1rem;
    max-width: inherit;
    display: block;
    border-radius: 2rem;
    padding: 0 2rem 4rem;
  }
}
#main .feature .imgBox .photoBox {
  position: relative;
  margin: -5.7rem 7.3rem -13.8rem 0;
  width: 62.9rem;
}
#main .feature .imgBox .photoBox img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .photoBox {
    z-index: 2;
    width: auto;
    top: -1.9rem;
    margin: 0 -0.1rem -2.1rem -1.3rem;
  }
  #main .feature .imgBox .photoBox .bg05 {
    width: max(29.74vw, 11.6rem);
    position: absolute;
    bottom: max(15.38vw, 6rem);
    right: min(-8.7vw, -3.4rem);
    z-index: -1;
  }
}
#main .feature .imgBox .photoBoxStyle {
  aspect-ratio: 1258/1616;
  text-align: right;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .photoBoxStyle {
    aspect-ratio: 667/923;
    text-align: left;
  }
}
#main .feature .imgBox .photoBoxStyle .photoSub1 {
  position: relative;
  z-index: 1;
  margin: 14.8rem 0 0 auto;
  width: 44.8rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .photoBoxStyle .photoSub1 {
    margin: 9.5rem 0 0 0.4rem;
    width: 24.5rem;
  }
}
#main .feature .imgBox .photoBoxStyle .photoSub2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.4rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .photoBoxStyle .photoSub2 {
    left: auto;
    right: 0;
    width: 19.3rem;
  }
}
#main .feature .imgBox .textBox {
  padding: 6.7rem 7.1rem 4.2rem 0;
  flex: 1;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .textBox {
    padding: 0;
  }
}
#main .feature .imgBox p {
  line-height: 2;
  font-size: 16px;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox p {
    font-size: 1.4rem;
  }
}
#main .feature .imgBox .ttl {
  margin-bottom: 3.2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.3326rem;
  font-weight: 700;
  line-height: 1.3;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .ttl {
    width: auto;
    margin: 0 -1rem 1.5rem 0;
    font-size: 2.5476rem;
    text-align: left;
  }
}
#main .feature .imgBox .ttl .num {
  color: #F6F8F6;
  font-size: 28.2904rem;
  font-weight: 700;
  position: absolute;
  right: -19.8rem;
  bottom: -0.9rem;
  line-height: 1;
  z-index: -1;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .ttl .num {
    top: -7.5rem;
    right: -1.8rem;
    bottom: auto;
    font-size: 15rem;
  }
}
#main .feature .imgBox .ttl .txtSpan {
  position: relative;
  color: #4EAB84;
  font-weight: 700;
  font-size: 7.776rem;
  letter-spacing: 0.1rem;
  background: linear-gradient(transparent 70%, #F9FFAF 0, #F9FFAF 0);
  background-position: center bottom 1.2rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .ttl .txtSpan {
    font-size: 4.5723rem;
    letter-spacing: 0;
  }
}
#main .feature .imgBox .ttl .txtSpan .ttlImg01 {
  position: absolute;
  bottom: 0.5rem;
  left: -3.8rem;
  width: 5.6rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .ttl .txtSpan .ttlImg01 {
    width: 2.7rem;
    bottom: -0.8rem;
    left: -0.5rem;
  }
}
#main .feature .imgBox .ttl .txtSpan .ttlImg02 {
  position: absolute;
  top: -0.7rem;
  right: -1.5rem;
  width: 4.5rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .ttl .txtSpan .ttlImg02 {
    top: 0.3rem;
    right: -0.6rem;
    width: 2.2rem;
  }
}
#main .feature .imgBox .ttl .color {
  color: #4EAB84;
  font-size: 7.776rem;
  font-weight: 700;
  line-height: 1.3;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox .ttl .color {
    font-size: 4.5723rem;
    letter-spacing: -0.2286rem;
  }
}
#main .feature .imgBox2 {
  margin-bottom: 0.8rem;
  padding: 0;
  background-color: transparent;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox2 {
    margin-bottom: 8.2rem;
  }
}
#main .feature .imgBox2 .photoBox {
  width: 75rem;
  order: 2;
  margin: 0 0 0 11rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox2 .photoBox {
    width: auto;
    margin: 0 -2.9rem -1.3rem 0;
    top: auto;
  }
}
#main .feature .imgBox2 .textBox {
  padding-right: 0;
  padding-left: 3.4rem;
  padding-top: 8rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox2 .textBox {
    padding: 0 1.2rem;
  }
}
#main .feature .imgBox2 .ttl {
  margin: 0 -25rem 3.3rem -2rem;
  letter-spacing: 0.4333rem;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox2 .ttl {
    margin: 0 -1.2rem 2rem -0.2rem;
    letter-spacing: 0.25rem;
  }
}
#main .feature .imgBox2 .ttl small {
  color: #525051;
  font-size: 4.941rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox2 .ttl small {
    font-size: 2.9053rem;
  }
}
#main .feature .imgBox2 .ttl .num {
  right: -6rem;
  color: #fff;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox2 .ttl .num {
    top: -3.5rem;
    right: -1rem;
  }
}
#main .feature .imgBox2 .ttl .txtSpan2 {
  background: url(../img/index/img10.webp) no-repeat center bottom;
  padding: 0 1rem 0.5rem 2rem;
  letter-spacing: 0.05em;
  background-size: 35.9rem auto;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox2 .ttl .txtSpan2 {
    margin-top: 0.5rem;
    display: inline-block;
    margin-inline: -1.3rem -0.5rem;
    padding: 0 1rem 0 1.5rem;
    background-size: 21rem auto;
  }
}
#main .feature .imgBox3 {
  padding-bottom: 5.8rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox3 {
    padding-bottom: 5rem;
  }
}
#main .feature .imgBox3 .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 3rem 0;
  width: 71.2rem;
  height: 15.4rem;
  background-color: #F6F8F6;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox3 .imgBg {
    width: 25.4rem;
    height: 8.2rem;
  }
}
#main .feature .imgBox3 .imgBg::before {
  width: 5rem;
  aspect-ratio: 1;
  background: url(../img/index/img03.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -5rem;
  content: "";
}
#main .feature .imgBox3 .imgBg::after {
  width: 5rem;
  aspect-ratio: 1;
  background: url(../img/index/img03.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
  left: 0rem;
  content: "";
}
#main .feature .imgBox3 .photoBox {
  margin: 1.3rem 12rem 0rem -3.1rem;
  width: 61.5rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox3 .photoBox {
    width: auto;
    margin: 0 2.2rem -11.3rem;
    top: -4.1rem;
    position: relative;
  }
}
#main .feature .imgBox3 .photoBox img {
  width: 100%;
  border-radius: 2rem;
  box-shadow: 1rem 1rem 3rem 0.5rem rgba(0, 0, 0, 0.1);
}
#main .feature .imgBox3 .ttl {
  margin: 0 0 2.5rem -0.5rem;
}
#main .feature .imgBox3 .ttl .txtSpan {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: -2.4rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2.5rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox3 .ttl .txtSpan {
    margin-top: 0.7rem;
    padding-bottom: 0.6rem;
  }
}
#main .feature .imgBox3 .ttl .txtSpan img {
  position: absolute;
  top: 1.6rem;
  left: calc(100% + 2.4rem);
  width: 13.7rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox3 .ttl .txtSpan img {
    width: 8.8rem;
    top: -1.3rem;
    left: calc(100% + 0.1rem);
  }
}
#main .feature .imgBox3 .ttl .num {
  bottom: 4.8rem;
}
@media all and (max-width: 896px) {
  #main .feature .imgBox3 .ttl .num {
    top: -6rem;
    bottom: auto;
  }
}
#main .feature .imgBox3 .textBox {
  padding-top: 10.5rem;
}
#main .feature .alignment {
  margin-bottom: 10rem;
  padding-top: 25rem;
}
@media all and (max-width: 896px) {
  #main .feature .alignment {
    margin-bottom: 5rem;
    padding-top: 25.3rem;
  }
}
#main .feature .alignment .content {
  padding: 0 2rem;
  max-width: 154.8rem;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .content {
    padding: 0 1.8rem;
  }
}
#main .feature .alignment .bigPhoto {
  margin-bottom: 5rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .bigPhoto {
    margin-bottom: 1.3rem;
    aspect-ratio: 354/200;
  }
}
#main .feature .alignment .bigPhoto > img {
  border-radius: 2rem;
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .bigPhoto > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#main .feature .alignment .bigPhoto h3 {
  width: 100%;
  position: absolute;
  top: -13.7rem;
  left: 0.8rem;
  font-size: 4rem;
  color: #fff;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .bigPhoto h3 {
    font-size: 2.4rem;
    left: -1rem;
    top: -17.8rem;
    letter-spacing: 0.12rem;
  }
}
#main .feature .alignment .bigPhoto h3 .subSpan {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 1rem;
  background: #4EAB84;
  line-height: 2.5;
  padding: 1.5rem 3.5rem 1.5rem;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .bigPhoto h3 .subSpan {
    line-height: 2.05;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
  }
}
#main .feature .alignment .alignmentBox {
  margin-bottom: 4rem;
  align-items: center;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentBox {
    margin-bottom: 6.1rem;
    display: block;
  }
}
#main .feature .alignment .alignmentBox .textBox {
  padding: 0 5rem 1.8rem 0;
  width: 43.5%;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentBox .textBox {
    width: auto;
    padding: 0 0 2rem;
  }
}
#main .feature .alignment .alignmentBox .textBox p {
  color: #000;
  line-height: 2;
  font-size: 16px;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentBox .textBox p {
    font-size: 1.6rem;
  }
}
#main .feature .alignment .alignmentBox .textBox .ttl {
  margin-bottom: 1rem;
  color: #000;
  font-size: min(2.7vw, 30px);
  font-weight: 700;
  letter-spacing: 0.15rem;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentBox .textBox .ttl {
    margin-bottom: 0.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }
}
#main .feature .alignment .alignmentBox .textBox .ttl .color {
  color: #4EAB84;
}
#main .feature .alignment .alignmentBox .rBox {
  flex: 1;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentBox .rBox {
    padding-top: 0.2rem;
  }
}
#main .feature .alignment .alignmentBox .rBox li {
  margin-bottom: 1rem;
  padding: 1.3rem 2rem;
  color: #4EAB84;
  font-size: 2.6rem;
  font-weight: 700;
  border-radius: 1rem;
  background: #FFF;
  letter-spacing: -0.2rem;
  filter: drop-shadow(0.5rem 0.5rem 1.3rem rgba(0, 0, 0, 0.05));
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentBox .rBox li {
    margin-right: -1rem;
    background-color: transparent;
    font-size: 1.6rem;
    border-radius: 0;
    padding: 0;
    margin-bottom: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    filter: drop-shadow(1rem 1rem 0.7rem rgba(0, 0, 0, 0.05));
    transform: translateZ(0);
    letter-spacing: -0.07em;
  }
  #main .feature .alignment .alignmentBox .rBox li .spTxt {
    margin-bottom: -1rem;
    background-color: #fff;
    padding: 0.5rem 1rem;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    border-radius: 1rem;
  }
  #main .feature .alignment .alignmentBox .rBox li .spTxt + .spTxt {
    padding-top: 1rem;
    padding-bottom: 0.7rem;
    border-radius: 0 1rem 1rem 1rem;
  }
  #main .feature .alignment .alignmentBox .rBox li .spTxt:first-child {
    position: relative;
    z-index: 1;
  }
  #main .feature .alignment .alignmentBox .rBox li .spTxt2 {
    margin-bottom: -1.5rem;
    padding-block: 1rem;
  }
}
#main .feature .alignment .alignmentBox .rBox li .txtSpan {
  font-size: 4rem;
  line-height: 1.2;
  vertical-align: -0.6rem;
  letter-spacing: 0;
  background: linear-gradient(transparent 84%, #F9FFAF 0, #F9FFAF 0);
  background-position: center bottom 1rem;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentBox .rBox li .txtSpan {
    font-size: 2.4rem;
    background: linear-gradient(transparent 80%, #F9FFAF 0, #F9FFAF 0);
    background-position: center bottom 0.4rem;
  }
}
#main .feature .alignment .alignmentBox .rBox li:last-child {
  margin-bottom: 0;
}
#main .feature .alignment .alignmentBox .rBox .item {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.85;
}
#main .feature .alignment .alignmentBox .rBox .item2 {
  margin-top: -1rem;
  margin-left: 8.8rem;
}
#main .feature .alignment .alignmentInner {
  padding-top: 5rem;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
#main .feature .alignment .alignmentList {
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5.2rem;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentList {
    margin-bottom: 4.5rem;
    flex-direction: column;
  }
}
#main .feature .alignment .alignmentList li {
  width: calc((100% - 7rem) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 3rem;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentList li {
    width: 100% !important;
    display: block;
  }
}
#main .feature .alignment .alignmentList li .photoBox {
  width: 46.5%;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentList li .photoBox {
    margin-bottom: 2rem;
    width: auto !important;
    aspect-ratio: 708/304;
  }
  #main .feature .alignment .alignmentList li .photoBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#main .feature .alignment .alignmentList li .photoBox img {
  border-radius: 2rem;
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentList li .photoBox2 {
    aspect-ratio: 708/400;
  }
}
#main .feature .alignment .alignmentList li .textBox {
  padding-top: 0.4rem;
  flex: 1;
}
#main .feature .alignment .alignmentList li p {
  line-height: 2;
  font-size: 16px;
  color: #000;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentList li p {
    font-size: 1.6rem;
  }
}
#main .feature .alignment .alignmentList li .ttl {
  margin-bottom: 1.2rem;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12rem;
}
@media all and (max-width: 896px) {
  #main .feature .alignment .alignmentList li .ttl {
    font-size: 2.4rem;
  }
}
#main .feature .alignment .alignmentList li .ttl .color {
  color: #4EAB84;
}
#main .feature .alignment .alignmentList .item {
  width: calc((100% - 5.2rem) / 2);
}
#main .feature .alignment .alignmentList .item .photoBox {
  width: 48.5%;
}
#main .feature .consultation {
  padding: 6rem 9.5rem 7.2rem;
  border-radius: 2rem;
  gap: 0 6rem;
  align-items: center;
  background: #4EAB84;
}
@media all and (max-width: 896px) {
  #main .feature .consultation {
    padding: 1.3rem 2rem 2.2rem;
  }
}
#main .feature .consultation .photoBox {
  margin: 1.2rem 0.8rem 0 0;
  width: 64.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox {
    margin: 2rem 0 0;
    padding-right: 1rem;
    width: auto;
    align-items: flex-start;
  }
}
#main .feature .consultation .photoBox::before {
  width: 100%;
  height: 0.8rem;
  background-color: #525051;
  position: absolute;
  top: calc(50% + 0.4rem);
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  content: "";
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox::before {
    top: 50%;
    height: 0.4rem;
  }
}
#main .feature .consultation .photoBox::after {
  width: 2.1rem;
  aspect-ratio: 42/68;
  background: url(../img/index/arrow02.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% + 0.4rem);
  transform: translateY(-50%);
  right: -0.5rem;
  z-index: -1;
  content: "";
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox::after {
    top: 50%;
    width: 1rem;
  }
}
#main .feature .consultation .photoBox .processTtl {
  padding: 1rem 0.8rem;
  width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background: #525051;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: 0.09rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox .processTtl {
    width: 2.7rem;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    margin-right: 0.4rem;
    letter-spacing: 0.07rem;
  }
}
#main .feature .consultation .photoBox ul {
  padding-top: 0.8rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 2.2rem;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox ul {
    padding-top: 0.6rem;
    gap: 0.5rem;
  }
}
#main .feature .consultation .photoBox ul li {
  width: 17.4rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #F6F8F6;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox ul li {
    width: 8.7rem;
  }
}
#main .feature .consultation .photoBox ul li p {
  color: #4EAB84;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox ul li p {
    font-size: 1.3rem;
  }
}
#main .feature .consultation .photoBox ul li .stepTtl {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  padding: 0.7rem 0.5rem 0.4rem;
  background-color: #525051;
  min-width: 4.24rem;
  transform: translateX(-50%);
  color: #EEFF21;
  font-size: 2.16rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.216rem;
  overflow-x: clip;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox ul li .stepTtl {
    font-size: 1.2322rem;
    min-width: 2.4rem;
    padding: 0.5rem 0.3rem 0.2rem;
    letter-spacing: 0.1232rem;
  }
}
#main .feature .consultation .photoBox ul li .stepTtl::after {
  border-left: 2.1rem solid #525051;
  border-right: 2.1rem solid #525051;
  border-bottom: 1.2rem solid #fff;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox ul li .stepTtl::after {
    border-left-width: 1.29rem;
    border-right-width: 1.29rem;
    border-bottom-width: 0.6rem;
  }
}
#main .feature .consultation .photoBox ul li .stepTtl small {
  display: block;
  font-size: 1.008rem;
  letter-spacing: 0;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox ul li .stepTtl small {
    margin-bottom: -0.1rem;
    font-size: 0.575rem;
  }
}
#main .feature .consultation .photoBox ul li .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 6.5rem;
  margin: 5rem auto 0.5rem;
  max-width: 10rem;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .photoBox ul li .photo {
    margin: 2.6rem auto -0.5rem;
    min-height: 3.5rem;
    max-width: 5rem;
  }
}
#main .feature .consultation .textBox {
  flex: 1;
  padding-left: 0.5rem;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .textBox {
    padding: 0;
  }
}
#main .feature .consultation p {
  line-height: 2;
  color: #FFF;
  font-size: 16px;
}
@media all and (max-width: 896px) {
  #main .feature .consultation p {
    font-size: 1.4rem;
    line-height: 2.28;
  }
}
#main .feature .consultation .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.9rem;
  letter-spacing: 0.12rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    padding-bottom: 0.1rem;
    text-align: center;
    line-height: 2;
  }
}
#main .feature .consultation .ttl .txtSpan {
  margin-left: 5px;
  font-size: 40px;
  letter-spacing: 0.2rem;
}
@media all and (max-width: 896px) {
  #main .feature .consultation .ttl .txtSpan {
    font-size: 2.8rem;
    margin-left: 0.3rem;
  }
}
#main .feature .consultation .ttl .color {
  color: #EEFF21;
}
#main .feature .link {
  position: relative;
  z-index: 2;
  text-align: right;
  margin: 0 auto;
  max-width: 103rem;
}
@media all and (max-width: 896px) {
  #main .feature .link {
    text-align: center;
    max-width: inherit;
  }
}
#main .treatment {
  padding: 7.3rem 0 7.6rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .treatment {
    padding: 3.9rem 0 5rem;
  }
}
#main .treatment .ttlInner {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#main .treatment .ttlInner::before {
  width: 2.7rem;
  aspect-ratio: 1;
  background: url(../img/index/img04.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: calc(100% - 1.5rem);
  left: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .treatment .ttlInner::before {
    bottom: calc(100% - 0.9rem);
  }
}
#main .treatment .ttlInner .treatmentImg {
  position: absolute;
  bottom: calc(100% - 1.5rem);
  left: 0;
  width: 2.7rem;
}
#main .treatment .ttlBox {
  position: relative;
  left: calc(50% - 70rem);
  z-index: 1;
}
#main .treatment .headLine01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 22.8rem;
  height: 100%;
  position: relative;
  bottom: -1.5rem;
  width: 100%;
  min-width: 71rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5.5rem;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .treatment .headLine01 {
    bottom: -0.9rem;
    padding: 0 0.3rem;
    min-width: 27.2rem;
    max-width: inherit;
    min-height: 14.5rem;
  }
}
#main .treatment .headLine01::before {
  width: 1000%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 0 3rem 0 0;
  right: 0;
  content: "";
  z-index: -1;
}
#main .treatment .headLine01::after {
  width: 2.7rem;
  aspect-ratio: 1;
  background: url(../img/index/img04.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 1.5rem;
  right: -2.7rem;
  content: "";
}
@media all and (max-width: 896px) {
  #main .treatment .headLine01::after {
    bottom: 0.9rem;
  }
}
#main .treatment .treatmentList {
  margin: 0 -0.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.2rem;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList {
    margin: 0 0 2rem;
    flex-direction: column;
  }
}
#main .treatment .treatmentList:last-child {
  margin-bottom: 0;
}
#main .treatment .treatmentList li {
  width: calc((100% - 4.5rem) / 3);
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li {
    width: 100%;
  }
}
#main .treatment .treatmentList li a {
  padding: 2rem 3rem 6.3rem;
  display: block;
  height: 100%;
  border-radius: 2rem;
  background-color: #F6F8F6;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li a {
    padding: 1.9rem 2rem 2.5rem;
  }
}
#main .treatment .treatmentList li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 7.8rem;
  height: 8.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li a .icon {
    height: 6.1rem;
    width: 5.8rem;
  }
}
#main .treatment .treatmentList li a .icon::after {
  width: 7.8rem;
  aspect-ratio: 156/165;
  background: url(../img/index/img14.webp) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li a .icon::after {
    width: 5.8rem;
  }
}
#main .treatment .treatmentList li a .icon img {
  position: relative;
  z-index: 1;
  margin: 2.6rem 0 0 2.6rem;
  width: 3rem;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li a .icon img {
    margin: 2.1rem 0 0 2.3rem;
  }
}
@media (hover: hover) {
  #main .treatment .treatmentList li a:hover .photo img {
    transform: scale(1.2);
  }
  #main .treatment .treatmentList li a:hover .imgSpan {
    transform: scale(1.2);
  }
}
#main .treatment .treatmentList li .photo {
  margin-bottom: -7.5rem;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li .photo {
    margin-bottom: -8.8rem;
  }
}
#main .treatment .treatmentList li .photo img {
  transition: 0.3s;
  width: 100%;
}
#main .treatment .treatmentList li .imgSpan {
  display: block;
  position: relative;
  z-index: 1;
  width: 16.5rem;
  margin: 0 auto -5.6rem;
  transition: 0.3s;
}
#main .treatment .treatmentList li .imgSpan img {
  width: 100%;
}
#main .treatment .treatmentList li .textBox {
  padding: 0 min(2.5vw, 3.5rem);
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li .textBox {
    padding: 0;
  }
}
#main .treatment .treatmentList li p {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 2;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li p {
    font-size: 1.4rem;
  }
}
#main .treatment .treatmentList li .ttl {
  margin-bottom: 0.6rem;
  font-size: min(2.2vw, 30px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li .ttl {
    margin-bottom: -0.5rem;
    font-size: 2.4rem;
  }
}
#main .treatment .treatmentList li .ttl2 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList li .ttl2 {
    font-size: 1.6rem;
  }
}
#main .treatment .treatmentList2 {
  padding: 0 0.4rem;
  gap: 2.4rem 1.3rem;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList2 {
    padding: 0;
    flex-direction: row;
    gap: 1rem;
  }
}
#main .treatment .treatmentList2 li {
  width: calc((100% - 5.3rem) / 5);
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList2 li {
    width: calc((100% - 2.1rem) / 3);
  }
}
#main .treatment .treatmentList2 li a {
  border-radius: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 5rem;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList2 li a {
    padding: 0.6rem 0.6rem 0.9rem;
  }
  #main .treatment .treatmentList2 li a .imgSpan {
    width: 6.3rem;
    margin: -1.6rem auto -2rem;
  }
  #main .treatment .treatmentList2 li a .ttl {
    margin-bottom: 0.1rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
  #main .treatment .treatmentList2 li a p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
#main .treatment .treatmentList2 li a .icon {
  height: 7.1rem;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList2 li a .icon {
    height: 2.7rem;
    width: 3rem;
  }
}
#main .treatment .treatmentList2 li a .icon::after {
  width: 7.7rem;
  aspect-ratio: 155/143;
  background-image: url(../img/index/img15.webp);
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList2 li a .icon::after {
    width: 3rem;
  }
}
#main .treatment .treatmentList2 li a .icon img {
  margin: 1.6rem 0 0 1.6rem;
}
@media all and (max-width: 896px) {
  #main .treatment .treatmentList2 li a .icon img {
    margin: 1rem 0 0 1rem;
    width: 1.5rem;
  }
}
#main .treatment .treatmentList2 li .textBox {
  padding: 0;
}
#main .clinic {
  padding: 0 2rem;
}
@media all and (max-width: 896px) {
  #main .clinic {
    padding: 0 1.5rem;
  }
}
#main .clinic .content {
  max-width: 150rem;
  padding: 7rem 5rem 8.3rem;
  border-radius: 3rem;
  background: url(../img/index/bg07.webp) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  #main .clinic .content {
    padding: 4.1rem 1rem 4.5rem;
    background-image: url(../img/index/bg07_sp.webp);
  }
}
#main .clinic p {
  margin-bottom: 3rem;
  line-height: 2;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.08rem;
}
@media all and (max-width: 896px) {
  #main .clinic p {
    font-size: 1.4rem;
    margin-bottom: 2.1rem;
  }
}
#main .clinic h2 {
  margin-bottom: 1.7rem;
  text-align: center;
  color: #4EAB84;
  font-size: 30px;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  #main .clinic h2 {
    margin-bottom: 0.9rem;
    font-size: 2.4rem;
  }
}
#main .clinic .linkList {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
@media all and (max-width: 896px) {
  #main .clinic .linkList {
    flex-direction: column;
    gap: 1rem 0;
  }
}
#main .clinic .linkList li {
  width: 270px;
}
@media all and (max-width: 896px) {
  #main .clinic .linkList li {
    margin: 0 auto;
    max-width: 34rem;
    width: 100%;
  }
}
#main .clinic .linkList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 3rem 1rem 2.4rem;
  border-radius: 50px;
  border: 2px solid #E2765C;
  background: #FFF;
  position: relative;
  min-height: 70px;
  font-size: 16px;
  color: #E2765C;
  font-weight: 700;
  letter-spacing: 0.08rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .clinic .linkList li a {
    border-radius: 5rem;
    min-height: 7rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  #main .clinic .linkList li a:hover {
    color: #fff;
    background-color: #E2765C;
  }
  #main .clinic .linkList li a:hover .clinicImg .img02 {
    opacity: 1;
  }
  #main .clinic .linkList li a:hover .clinicImg .img01 {
    opacity: 0;
  }
}
#main .clinic .linkList li a::after {
  width: 30px;
  aspect-ratio: 1;
  background: url(../img/common/icon08.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  content: "";
}
@media all and (max-width: 896px) {
  #main .clinic .linkList li a::after {
    width: 3rem;
    right: 2.2rem;
  }
}
#main .clinic .linkList li a .clinicImg {
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  width: 34px;
}
@media all and (max-width: 896px) {
  #main .clinic .linkList li a .clinicImg {
    left: 2.3rem;
    width: 3.4rem;
  }
  #main .clinic .linkList li a .clinicImg .img02 {
    display: none;
  }
}
#main .clinic .linkList li a .clinicImg img {
  position: absolute;
  inset: 0;
  transition: 0.3s;
}
#main .clinic .linkList li a .clinicImg .img02 {
  opacity: 0;
}
#main .equipment {
  padding: 11.2rem 0 10.8rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  #main .equipment {
    padding: 7.7rem 0 8.3rem;
  }
}
#main .equipment::before {
  width: 179.3rem;
  aspect-ratio: 3586/3010;
  background: url(../img/index/bg02.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -5.3rem;
  left: calc(50% + 4.4rem);
  transform: translateX(-50%);
  content: "";
  z-index: -1;
}
@media all and (max-width: 896px) {
  #main .equipment::before {
    width: auto;
    top: 1rem;
    aspect-ratio: 1198/2500;
    left: -9.3rem;
    right: -11.8rem;
    transform: none;
    background-image: url(../img/index/bg14.webp);
  }
}
#main .equipment .content {
  align-items: flex-start;
}
@media all and (max-width: 896px) {
  #main .equipment .content {
    display: block;
  }
}
#main .equipment .headLine01 {
  width: 37.5rem;
  padding-right: 2rem;
}
@media all and (max-width: 896px) {
  #main .equipment .headLine01 {
    width: auto;
    padding: 0 0 1rem;
  }
}
#main .equipment .rBox {
  flex: 1;
  padding-top: 3.3rem;
}
@media all and (max-width: 896px) {
  #main .equipment .rBox {
    padding: 0;
  }
}
#main .equipment p {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}
@media all and (max-width: 896px) {
  #main .equipment p {
    font-size: 1.4rem;
  }
}
#main .equipment .ttl {
  line-height: 1.8;
  font-size: 30px;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  #main .equipment .ttl {
    margin-bottom: 0.9rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main .equipment .equipmentBox {
  padding-top: 7rem;
}
@media all and (max-width: 896px) {
  #main .equipment .equipmentBox {
    padding-top: 5rem;
  }
}
#main .equipment .equipmentList {
  margin-bottom: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 2rem;
}
@media all and (max-width: 896px) {
  #main .equipment .equipmentList {
    margin-bottom: 2rem;
    gap: 2rem;
    padding: 0 1rem;
  }
}
#main .equipment .equipmentList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 72px;
  padding: 1rem 2.5rem;
  color: #4EAB84;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.09rem;
  border-radius: 100px;
  background: #F6F8F6;
  position: relative;
  height: 100%;
}
@media all and (max-width: 896px) {
  #main .equipment .equipmentList li a {
    min-height: 6rem;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.07rem;
  }
}
@media (hover: hover) {
  #main .equipment .equipmentList li a:hover {
    opacity: 0.5;
  }
}
#main .equipment .equipmentList li a::after {
  border-left: 1.2rem solid #fff;
  border-right: 1.2rem solid #fff;
  border-top: 1.9rem solid #4EAB84;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: -1;
  opacity: 0;
}
@media all and (max-width: 896px) {
  #main .equipment .equipmentList li a::after {
    top: calc(100% - 0.3rem);
    border-left: 0.8rem solid #fff;
    border-right: 0.8rem solid #fff;
    border-top: 1.3rem solid #4EAB84;
  }
}
#main .equipment .equipmentList li.on a {
  border-radius: 10rem;
  background: #4EAB84;
  color: #fff;
}
@media (hover: hover) {
  #main .equipment .equipmentList li.on a:hover {
    opacity: 1;
  }
}
#main .equipment .equipmentList li.on a::after {
  opacity: 1;
}
#main .equipment .phoBox {
  position: relative;
}
#main .equipment .phoBox .next,
#main .equipment .phoBox .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: max(4.4vw, 70px);
  z-index: 1;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  #main .equipment .phoBox .next,
  #main .equipment .phoBox .prev {
    width: 5rem;
  }
}
@media (hover: hover) {
  #main .equipment .phoBox .next:hover,
  #main .equipment .phoBox .prev:hover {
    opacity: 0.5;
  }
}
#main .equipment .phoBox .prev {
  left: calc(50% - max(25vw, 400px));
}
@media all and (max-width: 896px) {
  #main .equipment .phoBox .prev {
    left: 1rem;
  }
}
#main .equipment .phoBox .next {
  right: calc(50% - max(25vw, 400px));
}
@media all and (max-width: 896px) {
  #main .equipment .phoBox .next {
    right: 1rem;
  }
}
#main .equipment .phoList {
  margin-bottom: 5rem;
}
@media all and (max-width: 896px) {
  #main .equipment .phoList {
    margin-bottom: 3rem;
  }
}
#main .equipment .phoList li {
  width: max(700px, 43.75vw) !important;
  vertical-align: top;
}
@media all and (max-width: 896px) {
  #main .equipment .phoList li {
    width: 34rem !important;
  }
}
#main .equipment .phoList li .photo {
  aspect-ratio: 700/467;
  position: relative;
}
#main .equipment .phoList li .photo img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 896px) {
  #main .equipment .phoList li .photo img {
    border-radius: 1rem;
  }
}
#main .equipment .phoList .slick-slide {
  margin: 0 -2.4vw;
  transition: transform 0.3s;
  transform: scale(0.712);
}
@media all and (max-width: 896px) {
  #main .equipment .phoList .slick-slide {
    margin: 0 -1.9rem;
  }
}
#main .equipment .phoList .slick-slide.slick-center {
  transform: scale(1);
}
#main .equipment .fooList {
  margin: 0 auto;
  width: 568px;
}
@media all and (max-width: 896px) {
  #main .equipment .fooList {
    margin: 0 2.5rem;
    width: auto;
  }
}
#main .equipment .fooList li {
  vertical-align: top;
}
#main .equipment .fooList li p {
  margin-right: 4rem;
  line-height: 2;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.08rem;
}
@media all and (max-width: 896px) {
  #main .equipment .fooList li p {
    margin-right: 0;
    text-align: justify;
    font-size: 1.4rem;
  }
}
#main .equipment .fooList li .ttl {
  line-height: 1.5;
  margin: 0 auto 3.1rem;
  padding: 1rem 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  color: #fff;
  border-radius: 1rem;
  background: #4EAB84;
}
@media all and (max-width: 896px) {
  #main .equipment .fooList li .ttl {
    margin-bottom: 1.5rem;
    padding: 0.7rem 1.3rem;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    border-radius: 0.685rem;
  }
}
#main .equipment .fooList li .ttl2 {
  margin: 0 0 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09rem;
}
@media all and (max-width: 896px) {
  #main .equipment .fooList li .ttl2 {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}/*# sourceMappingURL=index.css.map */