@charset "UTF-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  position: relative;
}
#main .mainVisual img {
  width: 100%;
}
#main .mainVisual .textBox {
  position: absolute;
  width: 77.4rem;
  top: 19.9rem;
  left: calc(50% - 69.7rem);
}
#main .mainVisual .pageTitle {
  margin-bottom: 4.7rem;
  width: 77.4rem;
}
#main .mainVisual .textList {
  margin-bottom: 3.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../img/index/icon01.webp) no-repeat center center/5rem;
}
#main .mainVisual .textList li {
  padding: 1.2rem 0.5rem 1.6rem;
  width: 33.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  border-radius: 1rem;
  text-align: center;
  letter-spacing: 0.03em;
  text-shadow: 0 0 2rem #E2765C;
  background: linear-gradient(90deg, #E2765C 36%, #FFA48E 77%, #E2765C 100%);
}
#main .mainVisual .textList li span {
  margin-left: 0.8rem;
  font-size: 2.9rem;
}
#main .mainVisual .textList li:nth-child(2) {
  background: linear-gradient(90deg, #E2765C 0%, #FFA48E 30%, #E2765C 71%);
}
#main .mainVisual .imgList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.799rem;
}
#main .mainVisual .imgList li {
  padding: 2.2rem 0 1.4rem;
  width: calc((100% - 5.4rem) / 4);
  border-radius: 1rem;
  background: #FFF;
  text-align: center;
  font-size: clamp(10px, 0.875vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
#main .mainVisual .imgList li .image {
  margin: 0 auto 0.9rem;
  width: 11rem;
}
#main .mainVisual .imgList li .colTxt {
  margin-top: 0.5rem;
  letter-spacing: 0;
  color: #4EAB84;
  font-size: 2.2552rem;
  line-height: 1.142;
}
#main .mainVisual .imgList li .colTxt01 {
  font-size: 2.4rem;
}
#main .mainVisual .imgList li .colTxt02 {
  font-size: 4.429rem;
  line-height: 0.9;
}
#main .mainVisual .imgList li .colTxt02 small {
  margin-left: 0.4rem;
  font-size: 1.933rem;
}
#main .mainVisual .imgList li small {
  margin-left: 0.2rem;
  font-size: 1.611rem;
}
#main .mainVisual .imgList li.item04 small {
  margin: 0 0.1rem;
}
@media all and (max-width: 896px) {
  #main .mainVisual .mainImg {
    aspect-ratio: 390/514;
    position: relative;
    z-index: 1;
  }
  #main .mainVisual .mainImg::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.24%, #FFF 77.53%);
  }
  #main .mainVisual .mainImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
  }
  #main .mainVisual .textBox {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    z-index: 2;
  }
  #main .mainVisual .pageTitle {
    margin: -15.9rem auto 1.5rem;
    width: 32.9rem;
    position: relative;
    z-index: 2;
  }
  #main .mainVisual .textList {
    margin: 0 3.1rem 1.4rem;
    background-size: 2.2rem;
    position: relative;
    z-index: 2;
  }
  #main .mainVisual .textList li {
    padding: 0.8rem 0.5rem 0.8rem;
    width: calc((100% - 4.3rem) / 2);
    font-size: 1.2rem;
    border-radius: 0.4244rem;
    line-height: 1.27;
  }
  #main .mainVisual .textList li span {
    font-size: 2rem;
  }
  #main .mainVisual .imgList {
    margin: 0 3.1rem;
    gap: 0.8rem;
  }
  #main .mainVisual .imgList li {
    padding: 0.9rem 0;
    width: calc((100% - 2.4rem) / 4);
    border-radius: 1rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  }
  #main .mainVisual .imgList li .image {
    width: 5.4rem;
  }
  #main .mainVisual .imgList li p {
    font-size: 1.2rem;
    line-height: 1.333;
    letter-spacing: 0.36px;
    font-feature-settings: "palt";
  }
  #main .mainVisual .imgList li .colTxt {
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.28571;
  }
  #main .mainVisual .imgList li .colTxt01 {
    font-size: 1.611rem;
    line-height: 1;
  }
  #main .mainVisual .imgList li .colTxt02 {
    font-size: 2.9246rem;
  }
  #main .mainVisual .imgList li .colTxt02 small {
    margin-left: 0.2rem;
    font-size: 1.2762rem;
  }
  #main .mainVisual .imgList li small {
    margin-left: 0.1rem;
    font-size: 1.2rem;
  }
  #main .mainVisual .imgList li.item04 .image {
    margin-bottom: 0rem;
  }
  #main .mainVisual .imgList li.item04 .colTxt {
    font-size: 1.6rem;
  }
  #main .mainVisual .imgList li.item04 small {
    margin: 0 0.1rem;
  }
}
#main .selfLook {
  margin: -26.2rem auto 0;
  padding: 6.8rem 2rem 6.5rem;
  border-radius: 5rem;
  background: #4EAB84;
  position: relative;
}
#main .selfLook::after {
  width: 10.2rem;
  height: 5rem;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#main .selfLook .heading {
  margin-bottom: 4.9rem;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
#main .selfLook .heading span {
  position: relative;
  z-index: 2;
}
#main .selfLook .heading .textGroup {
  position: relative;
  z-index: 1;
  font-size: 6.157rem;
}
#main .selfLook .heading .textGroup::after {
  width: 16.3rem;
  height: 16.3rem;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -46%);
  background: url(../img/index/icon02.webp) no-repeat center center/100%;
  z-index: -1;
}
#main .selfLook .heading .textGroup .text01 {
  display: inline-block;
  transform: translateY(-0.8rem) rotate(-4deg);
}
#main .selfLook .heading .textGroup .text02 {
  display: inline-block;
  transform: translateY(0.5rem) rotate(3deg);
}
#main .selfLook .imgList {
  margin: 0 auto;
  width: 112rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#main .selfLook .imgList li {
  position: relative;
}
#main .selfLook .imgList li.item01 {
  margin-top: 1.7rem;
  width: 25.3rem;
}
#main .selfLook .imgList li.item02 {
  width: 23.9rem;
}
#main .selfLook .imgList li.item03 {
  margin-top: 0.3rem;
  width: 26rem;
}
#main .selfLook .imgList li.item04 {
  width: 24.8rem;
}
#main .selfLook .imgList .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.7rem;
}
#main .selfLook .imgList p {
  margin-top: -5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1rem;
  -webkit-text-stroke-color: #429B76;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.461;
  letter-spacing: 0;
}
#main .selfLook .imgList p small {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#main .selfLook .imgList p.beforeTxt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-text-stroke-width: 0;
}
@media all and (max-width: 896px) {
  #main .selfLook {
    margin: 4.8rem 0 0;
    padding: 3.2rem 2rem 3.2rem;
    border-radius: 2rem;
  }
  #main .selfLook::after {
    width: 5.5rem;
    height: 2.8rem;
  }
  #main .selfLook .heading {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
    line-height: 2;
    display: block;
  }
  #main .selfLook .heading .textGroup {
    vertical-align: -0.7rem;
    font-size: 4.2483rem;
    letter-spacing: 0.2124rem;
    line-height: 0.736;
    transform: translate(-55%, -46%);
  }
  #main .selfLook .heading .textGroup:after {
    width: 11.2rem;
    transform: translate(-58%, -47%);
  }
  #main .selfLook .heading .textGroup .text01 {
    transform: translateY(-0.5rem) rotate(-4deg);
  }
  #main .selfLook .imgList {
    margin: 0 auto;
    width: auto;
    max-width: 35rem;
    gap: 1.2rem 1rem;
    justify-content: flex-start;
  }
  #main .selfLook .imgList li {
    padding-bottom: 1.1rem;
  }
  #main .selfLook .imgList li.item01 {
    margin: 0 -0.7rem 0 1.3rem;
    width: 16rem;
  }
  #main .selfLook .imgList li.item01 .image {
    margin-top: 1rem;
    width: 13.8rem;
  }
  #main .selfLook .imgList li.item02 {
    width: 16rem;
  }
  #main .selfLook .imgList li.item02 .image {
    width: 13rem;
  }
  #main .selfLook .imgList li.item03 {
    margin: 0 -4.9rem 0 auto;
    width: 16rem;
  }
  #main .selfLook .imgList li.item03 .text {
    right: 1rem;
    bottom: 2rem;
  }
  #main .selfLook .imgList li.item03 .image {
    width: 14.2rem;
  }
  #main .selfLook .imgList li.item04 {
    margin: 0 -1.5rem 0 auto;
    width: 16rem;
  }
  #main .selfLook .imgList li.item04 .image {
    width: 13.5rem;
  }
  #main .selfLook .imgList li.item04 .text {
    right: 1rem;
    bottom: 2rem;
  }
  #main .selfLook .imgList li.item04 .text p {
    line-height: 1.1;
  }
  #main .selfLook .imgList li .text {
    right: 2.6rem;
    width: auto;
    left: 0;
    bottom: 0;
  }
  #main .selfLook .imgList li p {
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-text-stroke-width: 0.7rem;
  }
  #main .selfLook .imgList li p small {
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
}
#main .beauty {
  padding: 11.3rem 2rem 10rem;
  position: relative;
}
#main .beauty::before {
  width: 53.9rem;
  aspect-ratio: 539/545;
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0.1rem;
  background: url(../img/index/icon03.webp) no-repeat top right/100%;
  pointer-events: none;
}
#main .beauty .headLine01 {
  color: #E2765C;
}
@media all and (min-width: 897px) {
  #main .beauty {
    max-width: 160rem;
    margin: 0 auto;
  }
}
@media all and (max-width: 896px) {
  #main .beauty {
    padding: 6rem 2rem 2.5rem;
  }
  #main .beauty::before {
    width: 24rem;
    top: -0.5rem;
    right: -3.5rem;
  }
}
#main .smileGlow {
  margin-bottom: 9rem;
  padding: 9.8rem 6.9rem 5rem;
  border-radius: 5rem;
  background: #F6F8F6;
  position: relative;
  z-index: 1;
}
#main .smileGlow .headLine01 {
  margin-bottom: 2.7rem;
  color: inherit;
}
@media all and (min-width: 897px) {
  #main .smileGlow .headLine01 small {
    font-size: clamp(18px, 1.6vw, 2.5rem);
  }
}
#main .smileGlow .headLine01 .col {
  color: #4EAB84;
}
#main .smileGlow .caseList {
  margin: 5.1rem 0;
}
@media all and (min-width: 897px) {
  #main .smileGlow .caseList {
    display: flex;
    flex-wrap: wrap;
    gap: 2.0999rem;
  }
}
#main .smileGlow .caseList li {
  padding: 0 4rem 2.7rem;
  width: calc((100% - 4.2rem) / 3);
  border-radius: 2rem;
  background: #FFF;
}
#main .smileGlow .caseList .titleBox {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
}
#main .smileGlow .caseList .titleBox .case {
  padding: 2.7rem 0.5rem;
  min-width: 7.6rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background-color: #4EAB84;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 1.7rem), 0 100%, 0 0);
}
#main .smileGlow .caseList .titleBox .case .en {
  font-size: 1.5722rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  line-height: 1.7;
}
#main .smileGlow .caseList .titleBox .case .num {
  line-height: 1;
  font-size: 3.8rem;
}
#main .smileGlow .caseList .titleBox .text {
  padding: 2.8rem 2rem 0;
  flex: 1;
}
#main .smileGlow .caseList .titleBox .heading {
  margin-bottom: 0.6rem;
  color: #4EAB84;
  font-size: 2.2rem;
  font-size: clamp(16px, 1.375vw, 2.2rem);
  font-weight: 700;
  line-height: 1.45;
  min-height: 2.9em;
}
#main .smileGlow .caseList .titleBox .info {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
}
#main .smileGlow .caseList .image {
  overflow: hidden;
  border-radius: 1.3666rem 2.0531rem 2.0531rem;
  position: relative;
  aspect-ratio: 360/180;
}
#main .smileGlow .caseList .image::before {
  padding: 0.6rem 0.5rem;
  min-width: 10.8rem;
  content: "Before";
  border-radius: 1.3666rem 0;
  background: #525051;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
#main .smileGlow .caseList .image.after::before {
  content: "After";
  background: #E2765C;
}
#main .smileGlow .caseList .image + .image {
  margin-top: 1rem;
}
#main .smileGlow .caseList .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .smileGlow .caseList table {
  margin-top: 0.6rem;
  width: 100%;
  border-collapse: collapse;
}
#main .smileGlow .caseList table th,
#main .smileGlow .caseList table td {
  padding: 1.3rem 0;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
  border-bottom: 1px dashed #4EAB84;
  font-feature-settings: normal;
}
@media all and (min-width: 897px) {
  #main .smileGlow .caseList table th,
  #main .smileGlow .caseList table td {
    font-size: clamp(10px, 1vw, 1.6rem);
  }
}
#main .smileGlow .caseList table th {
  width: 41.5%;
  padding-top: 1.8rem;
  color: #4EAB84;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#main .smileGlow .caseList table th img {
  margin: 0 0.8rem 0 -0.2rem;
  width: 3rem;
  vertical-align: middle;
}
#main .smileGlow .caseList table td {
  font-weight: 400;
  line-height: 2;
}
#main .smileGlow .caseList table td.cell {
  padding-top: 0.2rem;
}
#main .smileGlow .caseList table .row th {
  letter-spacing: 0;
}
#main .smileGlow .caseList table .row th img {
  margin-right: 0rem;
}
#main .smileGlow .caseList table tr:last-child > * {
  border-bottom: none;
}
@media all and (max-width: 896px) {
  #main .smileGlow {
    margin-bottom: 5.7rem;
    padding: 4.7rem 2rem 5rem;
    border-radius: 2rem;
  }
  #main .smileGlow .headLine01 {
    margin: 0 -1rem 1.7rem;
    font-size: 2.2rem;
  }
  #main .smileGlow .headLine01 span {
    margin-left: 0.9rem;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  #main .smileGlow .headLine01 small {
    margin-top: 0.6rem;
    text-indent: -7.3rem;
    padding-left: 8rem;
    line-height: 1.7;
  }
  #main .smileGlow .caseSwiper {
    margin: 3rem auto 0;
    width: 32rem;
    overflow: visible !important;
    padding-bottom: 4.5rem;
    position: relative;
  }
  #main .smileGlow .caseSwiper .swiper-pagination {
    gap: 2rem;
  }
  #main .smileGlow .caseList {
    margin: 0;
  }
  #main .smileGlow .caseList li {
    width: 32rem !important;
    padding: 0 2rem 2.8rem;
  }
  #main .smileGlow .caseList .titleBox .case {
    padding-bottom: 2.2rem;
    min-width: 5.9rem;
    clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 1.3rem), 0 100%, 0 0);
  }
  #main .smileGlow .caseList .titleBox .case .en {
    font-size: 1.222rem;
  }
  #main .smileGlow .caseList .titleBox .case .num {
    font-size: 2.9537rem;
  }
  #main .smileGlow .caseList .titleBox .heading {
    margin-bottom: 0.3rem;
    font-size: 1.8rem;
  }
  #main .smileGlow .caseList .titleBox .info {
    font-size: 1.2rem;
  }
  #main .smileGlow .caseList .image {
    aspect-ratio: 280/150;
    border-radius: 1rem;
  }
  #main .smileGlow .caseList .image::before {
    padding: 0.5rem 0.5rem;
    min-width: 8rem;
    font-size: 1.2rem;
    border-radius: 1rem 0;
  }
  #main .smileGlow .caseList table th {
    padding: 1.9rem 0 1.4rem 2.6rem;
    width: 31.5%;
    font-size: 1.4rem;
    position: relative;
  }
  #main .smileGlow .caseList table th img {
    margin-right: 0.4rem;
    width: 2.8rem;
    vertical-align: -0.6rem;
    position: absolute;
    left: 0;
    top: 1.7rem;
  }
  #main .smileGlow .caseList table th.cell02 {
    padding-top: 0.6rem;
  }
  #main .smileGlow .caseList table th.cell02 img {
    top: 0.5rem;
  }
  #main .smileGlow .caseList table td {
    padding: 1.5rem 0;
  }
  #main .smileGlow .caseList table tr:first-child td {
    padding-top: 0.4rem;
  }
}
#main .threePillars {
  margin-bottom: 8rem;
}
#main .threePillars .headLine01 {
  margin-bottom: 7.9rem;
  letter-spacing: 0;
  color: #4EAB84;
}
#main .threePillars .list {
  display: flex;
  flex-wrap: wrap;
  gap: 12.499rem;
}
#main .threePillars .list li {
  width: calc((100% - 25rem) / 3);
}
#main .threePillars .list li .image {
  margin-bottom: 3.5rem;
  width: 100%;
  aspect-ratio: 35/22;
  position: relative;
}
#main .threePillars .list li .image > img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .threePillars .list li .image .icon {
  width: 10.9rem;
  position: absolute;
  bottom: -3.4rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
#main .threePillars .list li .image .icon img {
  width: 100%;
}
#main .threePillars .list li .heading {
  margin-bottom: 0.9rem;
  text-align: center;
  font-size: clamp(14px, 1.375vw, 2.2rem);
  font-weight: 700;
  line-height: 1.636;
  font-family: "Noto Serif JP", serif;
}
#main .threePillars .list li p {
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 897px) and (max-width: 960px) {
  #main .threePillars .list li p {
    font-size: 14px;
  }
}
@media all and (max-width: 896px) {
  #main .threePillars .headLine01 {
    margin-bottom: 3.2rem;
    font-size: 2.5rem;
  }
  #main .threePillars .list {
    flex-direction: column;
    gap: 4rem;
  }
  #main .threePillars .list li {
    width: 100%;
  }
  #main .threePillars .list li .image {
    margin-bottom: 1.4rem;
    aspect-ratio: 36/22;
  }
  #main .threePillars .list li .image .icon {
    width: 11.3rem;
  }
  #main .threePillars .list li .image:has(.icon) {
    margin-bottom: 3.9rem;
  }
  #main .threePillars .list li .heading {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
  }
  #main .threePillars .list li p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#main .certBenefits {
  padding: 9.5rem 0;
  background: #FFF7EC;
}
#main .certBenefits .heading {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
}
#main .certBenefits .heading img {
  width: 2.3rem;
  vertical-align: middle;
}
#main .certBenefits .heading .tag {
  margin: 0 1rem;
  color: #fff;
  padding: 1.7rem 2.2rem 2rem;
  display: inline-block;
  border-radius: 1rem;
  background: #4EAB84;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.05em;
}
#main .certBenefits .heading .tag.tag02 {
  background: #E2765C;
}
#main .certBenefits .head {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
#main .certBenefits .comText {
  margin: 0 auto 10rem;
  max-width: 800px;
  text-align: left;
}
#main .certBenefits .list li {
  padding: 6.1rem 0 0;
  display: flex;
  gap: 8rem;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}
#main .certBenefits .list li::after {
  width: 150rem;
  content: "";
  position: absolute;
  top: 0;
  bottom: 6.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50px;
  opacity: 0.5;
  background: #FFE3CB;
}
#main .certBenefits .list li:nth-child(2n-1) {
  flex-direction: row-reverse;
}
#main .certBenefits .list li:nth-child(2n-1) .photoBox {
  border-radius: 5rem 0 0 5rem;
}
#main .certBenefits .list li + li {
  margin-top: 5.8rem;
}
#main .certBenefits .list li .photoBox {
  width: calc(50% + 9.7rem);
  border-radius: 0 5rem 5rem 0;
  overflow: hidden;
}
#main .certBenefits .list li .photoBox img {
  width: 100%;
}
#main .certBenefits .list li .textBox {
  width: 48rem;
  position: relative;
  z-index: 2;
}
#main .certBenefits .list li .textBox .number {
  position: absolute;
  right: -3.2rem;
  top: -4.5rem;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 21.8218rem;
  font-weight: 300;
  line-height: 1;
  z-index: -1;
}
#main .certBenefits .list li .textBox .title {
  margin: 3rem 0 2rem;
  color: #E2765C;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(17px, 1.5625vw, 2.5rem);
  font-weight: 700;
  line-height: 1.8;
}
#main .certBenefits .list li .textBox p {
  line-height: 2;
}
#main .certBenefits .list li .textBox .merit {
  margin-top: 2.2rem;
  padding: 1.9rem 3rem 2.2rem 7rem;
  border-radius: 2rem;
  color: #fff;
  background: #E2765C;
  box-shadow: 0 0 3rem 0 rgba(226, 118, 92, 0.1);
  position: relative;
}
#main .certBenefits .list li .textBox .merit .en {
  width: 6.3rem;
  height: 2.2rem;
  color: #FFE3CB;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
  position: absolute;
  left: 1rem;
  top: 4rem;
}
@media all and (max-width: 896px) {
  #main .certBenefits {
    padding: 7.6rem 1.5rem 12.4rem;
  }
  #main .certBenefits .heading {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.12rem;
  }
  #main .certBenefits .heading .tag {
    margin: 0 0.6rem 1.1rem;
    padding: 0.8rem 1rem 1rem 1rem;
    font-size: 2.4rem;
    border-radius: 0.75rem;
  }
  #main .certBenefits .heading img {
    width: 1.9rem;
  }
  #main .certBenefits .head {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  #main .certBenefits .comText {
    margin-bottom: 5rem;
    max-width: inherit;
  }
  #main .certBenefits .list {
    margin: 0 -1.5rem;
  }
  #main .certBenefits .list li {
    padding: 0;
    display: block;
  }
  #main .certBenefits .list li + li {
    margin-top: 9.1rem;
  }
  #main .certBenefits .list li::after {
    width: auto;
    right: 4rem;
    top: 5rem;
    bottom: -4.6rem;
    left: 0;
    transform: none;
    border-radius: 0;
    border-radius: 0 5rem 5rem 0;
  }
  #main .certBenefits .list li:nth-child(2n)::after {
    right: 0;
    left: 4rem;
    border-radius: 5rem 0 0 5rem;
  }
  #main .certBenefits .list li:nth-child(2n) .photoBox {
    margin: 0 auto 0 0;
    border-radius: 0 5rem 5rem 0;
  }
  #main .certBenefits .list li .photoBox {
    margin-left: auto;
    width: calc(100% - 2rem);
    border-radius: 5rem 0 0 5rem;
    aspect-ratio: 370/200;
  }
  #main .certBenefits .list li .photoBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .certBenefits .list li .textBox {
    margin: 0 2rem;
    width: auto;
  }
  #main .certBenefits .list li .textBox .number {
    font-size: 15.4446rem;
    font-weight: 300;
    line-height: 1;
    right: 0.2rem;
    top: -2.8rem;
  }
  #main .certBenefits .list li .textBox .title {
    margin: 2rem 0 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.666;
  }
  #main .certBenefits .list li .textBox .merit {
    padding: 1.9rem 2rem 2rem 7rem;
    margin-top: 2.1rem;
  }
  #main .certBenefits .list li .textBox .merit .en {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
#main .compTable {
  padding: 8.3rem 0 10rem;
  background: radial-gradient(73.58% 53.12% at 38.5% 48.14%, #4EAB84 0%, #C4E3D6 100%);
}
#main .compTable .headLine01 {
  margin-bottom: 6.2rem;
  color: #fff;
}
#main .compTable .tabBox {
  display: flex;
}
#main .compTable .tabBox table {
  width: 100%;
  border-collapse: collapse;
}
#main .compTable .tabBox table thead th {
  padding: 1.1rem 0;
  color: #fff;
  background: #525051;
}
@media all and (min-width: 897px) {
  #main .compTable .tabBox table thead th:first-child {
    width: 25rem;
  }
  #main .compTable .tabBox table thead th:nth-child(2) {
    width: 52.5rem;
  }
}
#main .compTable .tabBox table thead th:nth-child(3) {
  padding: 0;
  background: #E2765C;
  font-size: 20px;
  font-weight: 700;
  vertical-align: top;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-color: #E2765C;
  border-width: 3px;
  position: relative;
}
#main .compTable .tabBox table thead th:nth-child(3)::before {
  content: "";
  height: 20px;
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: calc(100% - 2px);
  border-radius: 2rem 2rem 0 0;
  background-color: inherit;
}
#main .compTable .tabBox table tbody th {
  padding: 1.2rem 0 1.3rem;
}
#main .compTable .tabBox table tbody th span {
  min-height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .compTable .tabBox table th,
#main .compTable .tabBox table td {
  padding: 5px;
  text-align: center;
  color: #525051;
  font-weight: 400;
  line-height: 1.625;
  background-color: #fff;
  border: 1px solid #525051;
}
@media (min-width: 897px) and (max-width: 960px) {
  #main .compTable .tabBox table th,
  #main .compTable .tabBox table td {
    font-size: 14px;
  }
}
#main .compTable .tabBox table th .text,
#main .compTable .tabBox table td .text {
  display: block;
}
#main .compTable .tabBox table th img,
#main .compTable .tabBox table td img {
  width: 3.2rem;
}
#main .compTable .tabBox table th span,
#main .compTable .tabBox table td span {
  position: relative;
  z-index: 1;
}
#main .compTable .tabBox table th .col,
#main .compTable .tabBox table td .col {
  color: #4EAB84;
  font-weight: 700;
}
#main .compTable .tabBox table th .big,
#main .compTable .tabBox table td .big {
  color: #E2765C;
  font-size: 2.4rem;
  font-weight: 600;
}
#main .compTable .tabBox table th .strong,
#main .compTable .tabBox table td .strong {
  font-weight: 600;
}
#main .compTable .tabBox table td:last-child {
  border-color: #E2765C;
  border-width: 3px;
  border-bottom-width: 2px;
  background: #FFF9F3;
  font-weight: 600;
}
#main .compTable .tabBox table td:nth-child(2) {
  background-color: #F6F8F6;
}
#main .compTable .tabBox table tr:last-child td:last-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: relative;
  border-radius: 0 0 2rem 2rem;
}
#main .compTable .tabBox table tr:last-child td:last-child::after {
  content: "";
  left: -2px;
  right: -2px;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  border: 3px solid #E2765C;
  border-top: none;
  border-radius: inherit;
  background: #FFF9F3;
}
@media all and (max-width: 896px) {
  #main .compTable {
    padding: 7.6rem 0.5rem 8.3rem;
  }
  #main .compTable .headLine01 {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  #main .compTable .tabBox table thead th {
    width: 33.3333333333%;
    font-size: 1.6rem;
  }
  #main .compTable .tabBox table thead th:nth-child(3) {
    font-size: 1.6rem;
    border-width: 2px;
  }
  #main .compTable .tabBox table thead th:nth-child(3) span {
    font-size: 1.4rem;
  }
  #main .compTable .tabBox table thead th:nth-child(3):before {
    border-radius: 1rem 1rem 0 0;
    left: -2px;
    right: -2px;
  }
  #main .compTable .tabBox table tbody th {
    font-size: 1.4rem;
    line-height: 1.714;
  }
  #main .compTable .tabBox table tbody td {
    line-height: 1.2;
  }
  #main .compTable .tabBox table tbody td:last-child {
    border-width: 2px;
  }
  #main .compTable .tabBox table tbody td img {
    margin-bottom: 0.5rem;
  }
  #main .compTable .tabBox table tbody tr:last-child td:last-child {
    border-radius: 0 0 1rem 1rem;
  }
  #main .compTable .tabBox table tbody tr:last-child td:last-child::after {
    left: -1px;
    right: -1px;
    border-width: 2px;
  }
}
#main .safeNet {
  padding: 10.5rem 0 8rem;
  background: #F6F8F6;
}
#main .safeNet .imgBox {
  width: 130rem;
  display: flex;
  align-items: flex-start;
}
#main .safeNet .imgBox .linkBox {
  margin: 0 -1.2rem 0 auto;
  position: relative;
  width: 81.7rem;
}
#main .safeNet .imgBox .linkBox .comBtn {
  position: absolute;
}
#main .safeNet .imgBox .linkBox .comBtn.btn01 {
  left: 13.8%;
  top: 20.5%;
}
#main .safeNet .imgBox .linkBox .comBtn.btn02 {
  left: -0.2%;
  top: 36%;
}
#main .safeNet .imgBox .linkBox .comBtn.btn03 {
  right: 2.1%;
  bottom: 36.4%;
}
#main .safeNet .imgBox .linkBox .comBtn.btn04 {
  right: 7%;
  bottom: 18.8%;
}
#main .safeNet .imgBox .textBox {
  flex: 1;
}
#main .safeNet .imgBox .textBox p {
  max-width: 40rem;
  line-height: 2;
}
#main .safeNet .imgBox .headLine01 {
  margin: 4.5rem 0 3.9rem;
  text-align: left;
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
  color: #E2765C;
}
#main .safeNet .imgBox .headLine01 small {
  margin-bottom: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  letter-spacing: 0;
}
@media all and (max-width: 896px) {
  #main .safeNet {
    padding: 7.8rem 0.5rem 6.2rem;
  }
  #main .safeNet .imgBox {
    display: block;
  }
  #main .safeNet .imgBox .headLine01 {
    margin: 0 0 2rem;
    font-size: 2.8rem;
  }
  #main .safeNet .imgBox .headLine01 small {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
  #main .safeNet .imgBox .textBox p {
    max-width: inherit;
  }
  #main .safeNet .imgBox .linkBox {
    margin: 3.7rem auto 0;
    width: 35rem;
  }
  #main .safeNet .imgBox .linkBox img {
    width: 100%;
  }
  #main .safeNet .imgBox .linkBox .comBtn.btn01 {
    left: -0.2%;
    top: 8.9%;
  }
  #main .safeNet .imgBox .linkBox .comBtn.btn02 {
    top: 31.3%;
  }
  #main .safeNet .imgBox .linkBox .comBtn.btn03 {
    min-width: 11.5rem;
    right: 0%;
    bottom: 24.5%;
  }
  #main .safeNet .imgBox .linkBox .comBtn.btn04 {
    min-width: 11.5rem;
    right: 0%;
    bottom: 3.2%;
  }
}
#main .message {
  padding: 11.2rem 0 10rem;
  position: relative;
  overflow: hidden;
  background-color: #F6F8F6;
}
#main .message::before {
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: -1.3rem;
  bottom: -0.5rem;
  opacity: 0.3;
  background: url(../img/index/bg01.webp) no-repeat center top/cover;
  mix-blend-mode: multiply;
  filter: blur(0.5rem);
}
#main .message .content {
  position: relative;
  z-index: 2;
}
#main .message .imgBox {
  margin: 0 auto 8.9rem;
  width: 130.8rem;
  display: flex;
  align-items: flex-start;
  gap: 10.3rem;
}
#main .message .imgBox .photoBox {
  width: 59.5rem;
  position: relative;
  border-radius: 2rem;
  box-shadow: 1rem 1rem 3rem 5px rgba(0, 0, 0, 0.1);
}
#main .message .imgBox .photoBox img {
  width: 100%;
}
#main .message .imgBox .photoBox .image {
  border-radius: 2rem;
  overflow: hidden;
}
#main .message .imgBox .photoBox .info {
  position: absolute;
  left: -8.5rem;
  bottom: 4rem;
}
#main .message .imgBox .photoBox .info > span {
  padding: 0.6rem 0.7rem 0.8rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 1rem;
  color: #fff;
  background-color: #4EAB84;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
#main .message .imgBox .photoBox .info > span + span {
  margin-top: 1rem;
}
#main .message .imgBox .photoBox .info > span:nth-child(1) {
  padding-left: 0rem;
  letter-spacing: 0;
}
#main .message .imgBox .photoBox .info > span:nth-child(1) .big {
  letter-spacing: -0.02em;
}
#main .message .imgBox .photoBox .info > span .big {
  font-size: 4rem;
  letter-spacing: 0.05em;
}
#main .message .imgBox .textBox {
  flex: 1;
}
#main .message .imgBox p {
  line-height: 2;
}
#main .message .imgBox .infoBox {
  margin: -0.5rem 0 1.9rem;
  color: #4EAB84;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  align-items: flex-end;
  gap: 1.3rem;
}
#main .message .imgBox .infoBox > * {
  flex-shrink: 0;
  line-height: 1.5;
}
#main .message .imgBox .infoBox .carrer {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.571;
  letter-spacing: 0.05em;
}
#main .message .imgBox .infoBox .name {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}
#main .message .imgBox .infoBox .enName {
  font-size: clamp(14px, 1vw, 1.6rem);
  letter-spacing: 0.05em;
}
#main .message .imgBox .introList {
  margin: 4.2rem -4rem 0 0;
  padding: 5rem 5rem 4.2rem;
  border-radius: 2rem;
  background: #FFF;
  line-height: 1.75;
}
#main .message .imgBox .introList > li + li {
  margin-top: 3.1rem;
}
#main .message .imgBox .introList .title {
  margin-bottom: 0.9rem;
  padding-bottom: 0.3rem;
  color: #4EAB84;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}
#main .message .imgBox .introList .subList li {
  padding-left: 24px;
  line-height: 1.75;
  position: relative;
}
#main .message .imgBox .introList .subList li .text {
  margin-left: 16px;
}
#main .message .imgBox .introList .subList li::before {
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 14px;
  background-color: currentColor;
}
@media all and (max-width: 896px) {
  #main .message {
    padding: 7.8rem 0 8rem;
  }
  #main .message .imgBox {
    margin-bottom: 2rem;
    width: auto;
    display: block;
  }
  #main .message .imgBox .photoBox {
    margin: 0 1.8rem 5.1rem;
    width: auto;
  }
  #main .message .imgBox .photoBox .info {
    left: -1.7rem;
    bottom: 2rem;
  }
  #main .message .imgBox .photoBox .info > span {
    padding: 0.3rem 0.7rem 0.6rem 1.2rem;
    border-radius: 0.6rem;
    font-size: 1.6787rem;
  }
  #main .message .imgBox .photoBox .info > span + span {
    margin-top: 0.6rem;
  }
  #main .message .imgBox .photoBox .info > span .big {
    font-size: 2.3982rem;
  }
  #main .message .imgBox .photoBox .image {
    border-radius: 1.8602rem;
  }
  #main .message .imgBox .infoBox {
    margin: 0 0.5rem 0.7rem;
    gap: 0 1.3rem;
  }
  #main .message .imgBox .infoBox .carrer {
    width: 100%;
  }
  #main .message .imgBox .infoBox .name {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  #main .message .imgBox .infoBox .enName {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
  #main .message .imgBox .introList {
    margin: 2.1rem 0 0;
    padding: 2.1rem 2rem;
    width: auto;
  }
  #main .message .imgBox .introList > li {
    font-size: 1.4rem;
  }
  #main .message .imgBox .introList > li + li {
    margin-top: 1.2rem;
  }
  #main .message .imgBox .introList > li .title {
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
  }
  #main .message .imgBox .introList > li .subList li {
    padding-left: 2.1rem;
    line-height: 2;
  }
  #main .message .imgBox .introList > li .subList li .text {
    margin-left: 1.4rem;
  }
  #main .message .imgBox .introList > li .subList li::before {
    width: 0.3rem;
    height: 0.3rem;
    top: 1.4rem;
    left: 0.9rem;
  }
}
#main .requirements {
  padding: 7.8rem 14rem 8.5rem;
  border-radius: 3rem;
  background-color: #F6F8F6;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
#main .requirements .heading {
  color: #4EAB84;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.9;
  font-family: "Noto Serif JP", serif;
}
#main .requirements .heading .big {
  color: #909A12;
  font-size: 35px;
  border-bottom: 2px solid #909A12;
}
#main .requirements .innerBox {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
#main .requirements .innerBox .photo {
  margin: -1.8rem 0 0 -8.6rem;
  width: 55.7rem;
  position: relative;
  z-index: 1;
}
#main .requirements .innerBox .photo .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#main .requirements .innerBox .photo .text li {
  position: absolute;
  line-height: 1.444;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
#main .requirements .innerBox .photo .text li small {
  display: block;
  font-size: 1.4rem;
}
#main .requirements .innerBox .photo .text li.item01 {
  right: 2.5rem;
  top: 9.9rem;
  color: #525051;
  font-size: 1.4rem;
}
#main .requirements .innerBox .photo .text li.item01 span {
  padding-bottom: 0.8rem;
  display: block;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
  background: url(../img/index/icon14.webp) no-repeat left top/3rem, url(../img/index/icon15.webp) no-repeat right top/3rem;
}
#main .requirements .innerBox .photo .text li.item01 span small {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
#main .requirements .innerBox .photo .text li.item02 {
  width: 100%;
  right: 0.5rem;
  bottom: 40.6%;
}
#main .requirements .innerBox .photo .text li.item03 {
  width: 100%;
  right: 0.5rem;
  bottom: 14%;
}
#main .requirements .innerBox .photo .text li.item03 small {
  margin-top: 0.5rem;
}
#main .requirements .innerBox .list {
  margin-top: 9.6rem;
  padding: 4rem 5rem;
  border-radius: 2rem;
  background: #FFF;
  flex: 1;
}
#main .requirements .innerBox .list li {
  margin-bottom: 1.9rem;
  padding-bottom: 1.9rem;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #4EAB84;
  gap: 2.2rem;
}
#main .requirements .innerBox .list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#main .requirements .innerBox .list li .image {
  width: 5.4rem;
}
#main .requirements .innerBox .list li .textBox {
  flex: 1;
  line-height: 2;
}
#main .requirements .innerBox .list li .textBox h4 {
  color: #4EAB84;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  #main .requirements {
    padding: 4rem 1.5rem 5.2rem;
    border-radius: 2rem;
  }
  #main .requirements .heading {
    font-size: 1.8rem;
  }
  #main .requirements .heading .smlTxt {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #main .requirements .heading .big {
    font-size: 2.8rem;
    line-height: 1.68;
  }
  #main .requirements .innerBox {
    display: block;
  }
  #main .requirements .innerBox .photo {
    margin: 0 auto 2rem;
    width: 33rem;
  }
  #main .requirements .innerBox .photo .image {
    width: 100%;
    aspect-ratio: 320/315;
  }
  #main .requirements .innerBox .photo img {
    width: 100%;
    height: 100%;
  }
  #main .requirements .innerBox .photo .text li {
    font-size: 1.4rem;
    line-height: 1.428;
  }
  #main .requirements .innerBox .photo .text li.item01 {
    right: 1%;
    top: 9%;
    font-size: 1.2rem;
  }
  #main .requirements .innerBox .photo .text li.item01 span {
    font-size: 2.687rem;
    background-size: 2.6rem;
  }
  #main .requirements .innerBox .photo .text li.item01 span small {
    font-size: 1.2rem;
  }
  #main .requirements .innerBox .photo .text li.item02 {
    bottom: 38.8%;
  }
  #main .requirements .innerBox .photo .text li.item03 {
    bottom: 13.4%;
  }
  #main .requirements .innerBox .photo .text li.item03 small {
    margin-top: 0;
  }
  #main .requirements .innerBox .list {
    margin: 0 -0.5rem;
    padding: 2rem;
  }
  #main .requirements .innerBox .list li .image {
    width: 4.5rem;
  }
  #main .requirements .innerBox .list li .textBox h4 {
    font-size: 1.6rem;
  }
}
#main .troubleType {
  margin-bottom: -16rem;
  padding: 9.6rem 0 20.7rem;
  background-color: #FFE3CB;
  clip-path: polygon(100% 0, 100% calc(100% - 14.7rem), 50% 100%, 0 calc(100% - 14.7rem), 0 0);
}
#main .troubleType .headLine01 {
  margin-bottom: 0.8rem;
  color: inherit;
}
#main .troubleType .headLine01 span {
  color: #D45739;
}
#main .troubleType .tips {
  margin: 4.9rem 0 1.6rem auto;
  padding: 0.5rem 1.4rem 0.5rem 3.8rem;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  background: url(../img/index/icon16.webp) no-repeat left center/3rem;
}
#main .troubleType .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.799rem;
}
#main .troubleType .list > li {
  padding: 5rem 0.5rem 6.5rem;
  width: calc((100% - 3.6rem) / 3);
  border-radius: 2rem;
  background: #FFEDDD url(../img/index/bg02.webp) no-repeat right bottom/7.6rem;
  position: relative;
}
#main .troubleType .list > li .popBtn {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
}
#main .troubleType .list > li .popBtn a {
  display: block;
}
@media (hover: hover) {
  #main .troubleType .list > li .popBtn a:hover {
    opacity: 0.5;
  }
}
#main .troubleType .list .image {
  margin: 0 auto 2.5rem;
  width: 16.1rem;
  height: 16.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .troubleType .list .image img {
  width: 100%;
}
#main .troubleType .list .heading {
  margin-bottom: 2.6rem;
  color: #525051;
  text-align: center;
  font-size: clamp(20px, 1.5625vw, 2.5rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.05em;
}
#main .troubleType .list .heading span {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  font-size: clamp(14px, 1vw, 1.6rem);
  font-style: normal;
  font-weight: 400;
  display: block;
}
#main .troubleType .list .subList {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#main .troubleType .list .subList li {
  padding-left: 16px;
  text-indent: -16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#main .troubleType .list .subList li::before {
  content: "・";
}
@media all and (min-width: 897px) {
  #main .troubleType .comText {
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 896px) {
  #main .troubleType {
    margin-bottom: -4rem;
    padding: 7.8rem 0 6.2rem;
    clip-path: polygon(100% 0, 100% calc(100% - 3.6rem), 50% 100%, 0 calc(100% - 3.6rem), 0 0);
  }
  #main .troubleType .headLine01 {
    margin-bottom: 0.3rem;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  #main .troubleType .headLine01 span {
    font-size: 2.8rem;
  }
  #main .troubleType .tips {
    margin: 2.3rem auto;
    padding-left: 2.8rem;
    font-size: 1.1rem;
    background-size: 2rem;
    background-position: left top 0.4rem;
  }
  #main .troubleType .list {
    gap: 1rem;
  }
  #main .troubleType .list > li {
    padding: 2rem 0.7rem 2.4rem;
    width: 100%;
    display: flex;
    gap: 0.6rem;
    background-size: 5.8rem 5.8rem;
    background-position: right -1px bottom -1px;
  }
  #main .troubleType .list > li .popBtn {
    width: 2.5rem;
    height: 2.5rem;
    right: 0.5rem;
    bottom: 0.6rem;
  }
  #main .troubleType .list > li .image {
    margin-top: 2.2rem;
    width: 7.8rem;
    height: auto;
  }
  #main .troubleType .list > li .textBox {
    flex: 1;
  }
  #main .troubleType .list > li .heading {
    margin-bottom: 1.4rem;
    text-align: left;
    font-size: 1.8rem;
  }
  #main .troubleType .list > li .heading span {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
  #main .troubleType .list > li .subList {
    margin: 0;
    width: 100%;
  }
  #main .troubleType .list > li .subList li {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
}
#main .selfCheck {
  padding: 22.8rem 0 9.1rem;
  background: #4EAB84;
}
#main .selfCheck .content {
  width: 95.4rem;
}
#main .selfCheck .titleBox {
  margin: 0 auto 6rem;
  padding-left: 19rem;
  width: 84.3rem;
  font-weight: 700;
  position: relative;
}
#main .selfCheck .titleBox .image {
  width: 21.4rem;
  border-radius: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: -0.4rem;
}
#main .selfCheck .titleBox .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .selfCheck .titleBox .heading {
  margin-bottom: 3.1rem;
  padding: 2.787rem 4.0985rem 2.705rem 4.0985rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 54.6rem;
  color: #FFF;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.634;
  border-radius: 4.9182rem;
  background: #525051;
  position: relative;
}
#main .selfCheck .titleBox .heading::before {
  width: 7.3rem;
  aspect-ratio: 146/96;
  content: "";
  position: absolute;
  left: -1.7rem;
  bottom: -1.8rem;
  background: url(../img/index/icon17.webp) no-repeat center right/100%;
}
#main .selfCheck .titleBox p {
  margin-right: -5rem;
  margin-left: 5.7rem;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
}
#main .selfCheck .titleBox .text01 {
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
#main .selfCheck .titleBox .text02 {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
#main .selfCheck .linkList {
  gap: 2rem;
}
#main .selfCheck .linkList a {
  padding: 4.6rem 2rem 6.7rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 15rem;
  background: #FFF url(../img/common/arrow05.webp) no-repeat center bottom 2.7rem/2.2rem;
  font-weight: 700;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
}
#main .selfCheck .linkList li {
  width: calc((100% - 3.4rem) / 2);
}
#main .selfCheck .linkList .text01 {
  padding: 0.4rem 0.5rem 0.6rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24.3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.2rem;
  color: #FFF;
  font-size: 1.8796rem;
  font-weight: 700;
  border-radius: 11.7478rem;
  background: #E2765C;
}
#main .selfCheck .linkList .text01::after {
  width: 1.6rem;
  height: 0.9rem;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#main .selfCheck .linkList .text02 {
  margin-bottom: 0.9rem;
  color: #E2765C;
  font-size: 3rem;
  line-height: 1.5;
}
#main .selfCheck .linkList .text03 {
  font-size: 12px;
  line-height: 1.8333;
  font-weight: 400;
}
#main .selfCheck .linkList .text04 {
  margin: 0.5rem auto 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15.3rem;
  padding: 0.3rem 0.5em;
  color: #E2765C;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 2rem;
  transition: color 0.3s, background-color 0.3s;
}
#main .selfCheck .linkList .num {
  margin-bottom: 0.9rem;
  font-size: 4rem;
  line-height: 0.75;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .selfCheck .linkList .icon {
  width: 6rem;
}
#main .selfCheck .linkList .icon img {
  width: 100%;
  transition: opacity 0.3s;
}
#main .selfCheck .linkList .web a {
  color: #fff;
  z-index: 1;
}
#main .selfCheck .linkList .web a::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  pointer-events: none;
  background: url(../img/common/arrow06.webp) no-repeat center bottom 2.7rem/2.2rem, radial-gradient(82.08% 61.11% at 43.37% 31.45%, #E2765C 0%, #FFA48E 100%);
  z-index: -1;
  transition: opacity 0.3s;
}
#main .selfCheck .linkList .web a .text02 {
  color: #fff;
}
#main .selfCheck .linkList .web a .text03 {
  font-size: 14px;
}
@media all and (min-width: 897px) {
  #main .selfCheck .linkList .tel {
    border-radius: 15rem;
    cursor: pointer;
  }
}
@media (min-width: 897px) and (hover: hover) {
  #main .selfCheck .linkList .tel:hover a {
    color: #fff;
    background-color: #E2765C;
    background-image: url(../img/common/arrow06.webp);
  }
  #main .selfCheck .linkList .tel:hover .text01 {
    background: #4EAB84;
  }
  #main .selfCheck .linkList .tel:hover .text02 {
    color: #fff;
  }
  #main .selfCheck .linkList .tel:hover .icon img {
    opacity: 0;
  }
  #main .selfCheck .linkList .tel:hover .icon {
    background: url(../img/common/icon01_white.webp) no-repeat center center/100%;
  }
}
@media (hover: hover) {
  #main .selfCheck .linkList a:hover {
    color: #E2765C;
  }
  #main .selfCheck .linkList a:hover::before {
    opacity: 0;
  }
  #main .selfCheck .linkList a:hover .text02 {
    color: #E2765C;
  }
  #main .selfCheck .linkList a:hover .text04 {
    color: #fff;
    background-color: #E2765C;
  }
  #main .selfCheck .linkList a:hover .icon {
    background: url(../img/common/icon07.webp) no-repeat center center/100% 100%;
  }
  #main .selfCheck .linkList a:hover .icon img {
    opacity: 0;
  }
}
@media all and (max-width: 896px) {
  #main .selfCheck {
    padding: 8.6rem 0 7.8rem;
  }
  #main .selfCheck .titleBox {
    margin-bottom: 4.6rem;
    padding: 0;
    width: auto;
  }
  #main .selfCheck .titleBox .heading {
    margin: 0 0 1.1rem 11.3rem;
    padding: 0.5rem 0.5rem 0.6rem;
    min-width: 23.7rem;
    font-size: 1.4rem;
    line-height: 1.428;
  }
  #main .selfCheck .titleBox .heading::before {
    width: 3.9rem;
    left: -0.8rem;
    bottom: -1rem;
  }
  #main .selfCheck .titleBox .text01 {
    margin: 0 0 1.1rem 14.8rem;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.096rem;
  }
  #main .selfCheck .titleBox .text02 {
    margin: 0;
    width: auto;
    font-size: 1.8rem;
  }
  #main .selfCheck .titleBox .image {
    width: 11.5rem;
    left: 1.1rem;
    top: -0.3rem;
  }
  #main .selfCheck .linkList {
    gap: 1rem;
  }
  #main .selfCheck .linkList li {
    width: calc((100% - 1rem) / 2);
  }
  #main .selfCheck .linkList li a {
    padding: 2.9rem 1rem 3rem;
    border-radius: 2rem;
    background-size: 1rem;
    background-position: center bottom 1.2rem;
  }
  #main .selfCheck .linkList .text01 {
    min-width: 16rem;
    font-size: 1.2rem;
    top: -1.6rem;
  }
  #main .selfCheck .linkList .icon {
    width: 2.2rem;
  }
  #main .selfCheck .linkList .text02 {
    margin-bottom: 0.2rem;
    font-size: 1.6rem;
  }
  #main .selfCheck .linkList .text04 {
    font-size: 1.2rem;
  }
  #main .selfCheck .linkList .num {
    margin-bottom: 0.4rem;
    font-size: 2.7rem;
    line-height: 1.111;
    letter-spacing: 0;
  }
  #main .selfCheck .linkList .text03 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #main .selfCheck .linkList .web a {
    padding-bottom: 4rem;
  }
  #main .selfCheck .linkList .web a::before {
    background-size: 1rem, 100%;
    background-position: center bottom 1.2rem, left top;
  }
  #main .selfCheck .linkList .web a .icon {
    width: 2rem;
    margin-bottom: 0.4rem;
  }
  #main .selfCheck .linkList .web a .text02 {
    margin-bottom: 0.6rem;
  }
  #main .selfCheck .linkList .web a .text03 {
    font-size: 1.2rem;
  }
}
#main .orthoMenu {
  padding: 9.2rem 0 9.5rem;
}
#main .orthoMenu .headLine01 {
  margin-bottom: 1.3rem;
  color: inherit;
}
#main .orthoMenu .swiper {
  margin: 6.7rem auto 0;
  width: 150rem;
  max-width: calc(100% - 4rem);
  padding-bottom: 5.3rem;
  overflow: visible !important;
}
#main .orthoMenu .swiper .swiper-slide {
  padding: 50px 40px 59px;
  border-radius: 20px;
  background: #F6F8F6;
  width: 424px;
}
#main .orthoMenu .swiper .swiper-slide .heading {
  margin-bottom: 4px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
#main .orthoMenu .swiper .swiper-slide .text {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  display: block;
}
#main .orthoMenu .swiper .swiper-slide .image {
  margin: 0 auto 26px;
  width: 189px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  background-color: #C4E3D6;
}
#main .orthoMenu .swiper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main .orthoMenu .swiper .swiper-slide dl dt {
  color: #4EAB84;
  font-weight: 700;
}
#main .orthoMenu .swiper .swiper-slide dl dt img {
  margin-right: 4px;
  width: 24px;
}
#main .orthoMenu .swiper .swiper-slide dl dd {
  margin-bottom: 2rem;
  line-height: 2;
}
#main .orthoMenu .swiper .swiper-slide .subTab {
  padding: 20px;
  background-color: #fff;
}
#main .orthoMenu .swiper .swiper-slide table {
  width: 100%;
  border-collapse: collapse;
}
#main .orthoMenu .swiper .swiper-slide table th, #main .orthoMenu .swiper .swiper-slide table td {
  word-break: break-all;
  font-weight: 400;
  line-height: 1.875;
}
#main .orthoMenu .swiper .swiper-slide table th {
  padding-right: 1.6rem;
  width: 35.2%;
  position: relative;
}
#main .orthoMenu .swiper .swiper-slide table th::before {
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
  display: inline;
}
#main .orthoMenu .swiper .swiper-slide table td {
  padding-left: 0.3rem;
}
#main .orthoMenu .swiper .swiper-scrollbar {
  height: 5px;
  border-radius: 2.5rem;
  overflow: hidden;
  top: auto;
  bottom: 0;
  background: #D9D9D9;
  left: 0;
  width: 100%;
}
#main .orthoMenu .swiper .swiper-scrollbar-drag {
  background: #525051;
  border-radius: 2.5rem;
}
@media all and (max-width: 896px) {
  #main .orthoMenu {
    padding: 7.7rem 1.5rem 8rem;
  }
  #main .orthoMenu .headLine01 {
    margin-bottom: 0.6rem;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  #main .orthoMenu .comText {
    font-size: 1.6rem;
    line-height: 2;
  }
  #main .orthoMenu .swiper {
    margin: 3rem auto 0;
    padding-bottom: 6rem;
    position: relative;
    width: 30rem;
  }
  #main .orthoMenu .swiper .swiper-slide {
    padding: 2.2rem 2rem 2rem;
    width: 30rem;
  }
  #main .orthoMenu .swiper .swiper-slide .heading {
    font-size: 2.4rem;
  }
  #main .orthoMenu .swiper .swiper-slide .text {
    margin-bottom: 0.9rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #main .orthoMenu .swiper .swiper-slide .image {
    margin-bottom: 0.9rem;
    width: 15rem;
  }
  #main .orthoMenu .swiper .swiper-slide dl dt {
    font-size: 1.4rem;
  }
  #main .orthoMenu .swiper .swiper-slide dl dt img {
    margin-right: 0.2rem;
    width: 2rem;
    vertical-align: -0.6rem;
  }
  #main .orthoMenu .swiper .swiper-slide dl dd {
    margin-bottom: 1.8rem;
  }
  #main .orthoMenu .swiper .swiper-slide .subTab {
    padding: 1rem 2rem;
  }
  #main .orthoMenu .swiper .swiper-slide table th, #main .orthoMenu .swiper .swiper-slide table td {
    line-height: 2;
  }
  #main .orthoMenu .swiper .swiper-slide table th {
    width: 49.1%;
  }
}
#main .swiper-pagination {
  width: 100%;
  bottom: 0rem;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
#main .swiper-pagination-bullet {
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #D9D9D9;
  display: block;
  opacity: 1;
}
#main .swiper-pagination-bullet-active {
  background: #525051;
}
#main .promise {
  background: #525051;
  position: relative;
  z-index: 1;
}
#main .promise::before {
  width: 100%;
  height: 100%;
  content: "";
  mix-blend-mode: multiply;
  filter: blur(0.2rem);
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/index/bg03.webp) no-repeat center center/cover;
  z-index: -1;
  overflow: hidden;
  opacity: 0.5;
}
#main .promise .imgBox {
  margin: 0 auto;
  width: 124.8rem;
  display: flex;
  align-items: center;
}
#main .promise .heading {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5002rem;
  font-weight: 700;
  line-height: 1.998;
  letter-spacing: 0.02em;
}
#main .promise .heading span {
  font-size: 3.722rem;
  display: block;
  line-height: 1.39;
  letter-spacing: 0.1em;
}
#main .promise .image {
  margin: -6rem -1.3rem 0 0;
  width: 64.6rem;
}
#main .promise .textBox {
  flex: 1;
}
@media all and (max-width: 896px) {
  #main .promise {
    padding: 5rem 0 0;
  }
  #main .promise .imgBox {
    width: auto;
    display: block;
    text-align: center;
  }
  #main .promise .imgBox .heading {
    font-size: 1.8rem;
    line-height: 2;
  }
  #main .promise .imgBox .heading span {
    font-size: 2.8rem;
    line-height: 1.642;
  }
  #main .promise .image {
    margin: 0 auto 0;
    width: auto;
  }
  #main .promise .image img {
    width: 100%;
  }
}
#main .flowBox {
  padding: 9rem 0 10.3rem;
  background: #FFEDDD;
}
#main .flowBox strong {
  font-weight: 900;
}
#main .flowBox .headLine01 {
  margin-bottom: 1.2rem;
  color: inherit;
}
#main .flowBox .list {
  margin-top: 6.2rem;
  position: relative;
  align-items: flex-start;
  gap: 77px 25.7rem;
}
#main .flowBox .list li {
  padding: 5rem;
  width: calc((100% - 25.7rem) / 2);
  border-radius: 2rem;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  box-shadow: 0 0 1rem #FFE3CB;
  position: relative;
  z-index: 1;
}
#main .flowBox .list li::before {
  width: 4.3rem;
  aspect-ratio: 43/55;
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 10rem;
  background-color: inherit;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#main .flowBox .list li::after {
  width: 0.2rem;
  content: "";
  position: absolute;
  top: 10rem;
  bottom: calc(100% - 50rem);
  right: -13rem;
  background-color: #E2765C;
}
@media all and (min-width: 897px) {
  #main .flowBox .list li:nth-child(2n) {
    margin-top: 50px;
  }
  #main .flowBox .list li:nth-child(2n)::before {
    left: -4.2rem;
    top: 40rem;
    transform: scaleX(-1);
  }
  #main .flowBox .list li:nth-child(2n)::after {
    right: auto;
    left: -12.9rem;
    bottom: -200px;
  }
  #main .flowBox .list li:nth-child(2n) .step {
    right: auto;
    left: -19.2rem;
    top: 36.3rem;
  }
  #main .flowBox .list li:nth-child(2) {
    margin-top: 11rem;
  }
}
#main .flowBox .list li:last-child::after {
  display: none;
}
#main .flowBox .list li p {
  line-height: 2;
}
#main .flowBox .list li .step {
  padding-bottom: 0.5rem;
  width: 12.7rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: -19.2rem;
  top: 7rem;
  color: #fff;
  background-color: #E2765C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 100%;
  z-index: 2;
}
#main .flowBox .list li .step .num {
  font-size: 4.7rem;
  line-height: 1;
}
#main .flowBox .list li .subBox {
  padding: 25px 20px 20px 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E2765C;
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 1.5rem;
}
#main .flowBox .list li .subBox img {
  width: 7.1rem;
}
#main .flowBox .list li .subBox p {
  flex: 1;
}
#main .flowBox .list li .subBox p.tag {
  padding: 4px 10px;
  position: absolute;
  left: 2.1rem;
  top: -10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
  border-radius: 2rem;
  background: #E2765C;
}
#main .flowBox .list li .photo {
  width: 100%;
  border-radius: 1rem;
  aspect-ratio: 520/300;
  overflow: hidden;
}
#main .flowBox .list li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .flowBox .list li .head01 {
  padding: 0 9.7rem 0.4rem 0;
  text-align: center;
  font-size: clamp(32px, 2.5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
#main .flowBox .list li .head01 small {
  margin-bottom: 0.6rem;
  font-size: clamp(14px, 1.125vw, 1.8rem);
  letter-spacing: 0.06em;
  line-height: 1.777;
  display: block;
}
#main .flowBox .list li .head01 .posText {
  padding-top: 1.5rem;
  width: 8.1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 1.4623rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #525051;
}
#main .flowBox .list li .head01 .posText .num {
  font-size: 2.2496rem;
  line-height: 1;
}
#main .flowBox .list li .head01 .col {
  color: #E2765C;
}
#main .flowBox .list li .head02 {
  font-size: clamp(16px, 1.125vw, 1.8rem);
}
#main .flowBox .list li .head02 span {
  font-size: clamp(20px, 1.75vw, 2.8rem);
  line-height: 1.2;
}
#main .flowBox .list li .head03 {
  font-size: clamp(20px, 1.5vw, 2.4rem);
}
@media all and (min-width: 897px) {
  #main .flowBox .comText {
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 896px) {
  #main .flowBox {
    padding: 7.5rem 0 7rem;
  }
  #main .flowBox .headLine01 {
    font-size: 2.8rem;
  }
  #main .flowBox .list {
    margin: 2rem 0.6rem 0;
    flex-direction: column;
    gap: 1rem;
  }
  #main .flowBox .list li {
    margin-left: auto;
    padding: 2rem;
    width: calc(100% - 5.8rem);
    gap: 0;
  }
  #main .flowBox .list li::before {
    width: 3rem;
    left: -1.5rem;
    transform: scaleX(-1);
    aspect-ratio: 30/32;
    top: 7rem;
  }
  #main .flowBox .list li::after {
    width: 2px;
    top: 9rem;
    left: -4.2rem;
    bottom: -8rem;
  }
  #main .flowBox .list li .photo {
    margin-bottom: 2rem;
    order: -1;
    border-radius: 1rem;
    aspect-ratio: 250/120;
  }
  #main .flowBox .list li .subBox {
    margin: 2rem 0 0;
    padding: 2.4rem 1rem 1.5rem;
    gap: 0.5rem;
  }
  #main .flowBox .list li .subBox img {
    width: 5rem;
  }
  #main .flowBox .list li .subBox p.tag {
    padding: 0.4rem 1rem 0.5rem;
    font-size: 1.2rem;
    left: 0.7rem;
  }
  #main .flowBox .list li .head01 {
    padding: 0 1.7rem 0.7rem 0;
    font-size: 3.5rem;
    line-height: 1.285;
    text-align: left;
  }
  #main .flowBox .list li .head01 small {
    margin-bottom: 0.2rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #main .flowBox .list li .head01 .posText {
    right: 0.9rem;
    top: 3.1rem;
  }
  #main .flowBox .list li .head02 {
    font-size: 1.4rem;
  }
  #main .flowBox .list li .head02 span {
    font-size: 1.8rem;
  }
  #main .flowBox .list li .head03 {
    font-size: 1.8rem;
  }
  #main .flowBox .list li .step {
    width: 4.5rem;
    font-size: 0.8rem;
    right: auto;
    left: -6.4rem;
    top: 6.6rem;
    gap: 0;
    line-height: 1;
    padding-bottom: 0;
  }
  #main .flowBox .list li .step .num {
    font-size: 2.0817rem;
  }
}
#main .priceBooking {
  padding: 9.6rem 0 12.5rem;
  background: #F6F8F6;
  position: relative;
}
#main .priceBooking .headLine01 {
  margin-bottom: 2.5rem;
  color: inherit;
}
#main .priceBooking .flexBox {
  margin: 7.7rem auto 0;
  width: 130.8rem;
  align-items: flex-start;
  gap: 10rem;
}
#main .priceBooking .heading01 {
  padding: 1.4rem;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.777;
  border-radius: 2rem 2rem 0 0;
  background: #4EAB84;
  text-align: center;
}
#main .priceBooking .fees {
  margin-bottom: 28rem;
  padding-bottom: 5.5rem;
  width: 59.9rem;
  border-radius: 2rem;
  border: 1px solid #4EAB84;
  background: linear-gradient(to bottom, #4EAB84 0%, #fff 4rem);
}
#main .priceBooking .fees .list {
  margin: 5.4rem auto 0;
  padding: 0 2rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 43rem;
}
#main .priceBooking .fees .list li {
  padding: 2rem 0 1.9rem;
  display: flex;
  font-size: clamp(16px, 1.125vw, 1.8rem);
  line-height: 1.777;
  gap: 2rem;
  border-bottom: 1px dashed #D9D9D9;
}
#main .priceBooking .fees .list li:last-child {
  border-bottom: none;
}
#main .priceBooking .fees .list li .project {
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-all;
  max-width: 80%;
}
#main .priceBooking .fees .list li .price {
  flex: 1;
  text-align: right;
  word-break: break-all;
}
#main .priceBooking .heading02 {
  margin-bottom: 3.9rem;
  font-size: clamp(22px, 2.1875vw, 3.5rem);
  font-weight: 700;
  line-height: 0.9;
  color: #4EAB84;
}
#main .priceBooking .heading02 small {
  font-size: clamp(15px, 1.125vw, 1.8rem);
}
#main .priceBooking .book {
  flex: 1;
}
#main .priceBooking .book p {
  line-height: 2;
}
#main .priceBooking .book .calcPrice {
  margin: 4.8rem 0 3.1rem;
  padding: 2rem 4.5rem 3rem 2.4rem;
  border-radius: 2rem;
  background: #FFF;
  display: flex;
  align-items: last baseline;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  gap: 0.9rem;
  position: relative;
}
#main .priceBooking .book .calcPrice .icon {
  position: absolute;
  right: 1.5rem;
  bottom: -1.1rem;
  width: 6.5rem;
}
#main .priceBooking .book .calcPrice .icon img {
  width: 100%;
}
#main .priceBooking .book .calcPrice p {
  line-height: inherit;
}
#main .priceBooking .book .calcPrice .num {
  font-size: 3.9148rem;
}
#main .priceBooking .book .calcPrice .divide {
  font-size: 2.5055rem;
}
#main .priceBooking .book .calcPrice .year {
  position: relative;
}
#main .priceBooking .book .calcPrice .year small {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  top: calc(100% + 0.7rem);
  transform: translateX(-50%);
}
#main .priceBooking .book .calcPrice .equals {
  margin: 0 0.3rem 0 0.4rem;
  font-size: 3rem;
}
#main .priceBooking .book .calcPrice .result {
  font-weight: 900;
  font-size: 1.6rem;
  position: relative;
}
#main .priceBooking .book .calcPrice .result .num {
  font-size: 5rem;
}
#main .priceBooking .book .calcPrice .result .posTxt {
  padding: 0.5405rem 0.5rem 0.6757rem 0.51rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12.9rem;
  border-radius: 11.7478rem;
  background: #4EAB84;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -4.4rem;
  line-height: 2;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
#main .priceBooking .book .calcPrice .result .posTxt::after {
  width: 1.5rem;
  height: 0.8rem;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#main .priceBooking .book .subList {
  margin: 3rem 0 4.8rem;
  gap: 2.999rem;
}
#main .priceBooking .book .subList li {
  width: calc((100% - 6rem) / 3);
  border-radius: 2rem;
  color: #fff;
  text-align: center;
  background: #4EAB84;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#main .priceBooking .book .subList .title {
  min-height: 6.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  background: #525051;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .priceBooking .book .subList .title .big {
  font-size: 2.5rem;
}
#main .priceBooking .book .subList .title small {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
#main .priceBooking .book .subList p {
  padding: 0.6rem 0 2rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
#main .priceBooking .book .subList p .num {
  font-size: 9rem;
  line-height: 1;
  font-weight: 700;
}
#main .priceBooking .book .subList p small {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}
#main .priceBooking .book .subList .text01 {
  font-size: 4.65rem;
  line-height: 1.182;
}
#main .priceBooking .book .subList .text02 {
  font-size: 2.2609rem;
}
#main .priceBooking .book .subList .text03 {
  font-size: 1.6rem;
  white-space: nowrap;
}
#main .priceBooking .book .subList .text03 .num {
  font-size: 3.2rem;
  letter-spacing: -0.08rem;
  line-height: 1;
}
#main .priceBooking .book .subBox {
  align-items: center;
}
#main .priceBooking .book .subBox .image {
  margin: 0 1.6rem 0 0.8rem;
  width: 96px;
}
#main .priceBooking .book .subBox .text {
  flex: 1;
}
#main .priceBooking .talkBox {
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: calc(50% - 63rem);
  bottom: -1rem;
}
#main .priceBooking .talkBox .image {
  width: 28.8rem;
  position: relative;
  z-index: 2;
}
#main .priceBooking .talkBox p {
  padding: 4.3rem 5rem 4.7rem 4.7rem;
  width: 37rem;
  line-height: 2;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 9.35rem;
  background: #4EAB84;
  margin: 4.3rem 0 0 -8.2rem;
  position: relative;
  z-index: 1;
}
#main .priceBooking .talkBox p::after {
  width: 8rem;
  aspect-ratio: 160/118;
  content: "";
  position: absolute;
  left: 11rem;
  bottom: -3rem;
  z-index: -1;
  background: url(../img/index/icon21.webp) no-repeat center top/100%;
}
#main .priceBooking .talkBox p strong {
  font-weight: 700;
}
@media all and (max-width: 896px) {
  #main .priceBooking {
    padding: 6.2rem 0.1rem 0;
  }
  #main .priceBooking .headLine01 {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  #main .priceBooking .comText {
    text-align: center;
  }
  #main .priceBooking .flexBox {
    margin-top: 3.9rem;
    width: auto;
    display: block;
  }
  #main .priceBooking .fees {
    margin-bottom: 3.9rem;
    padding-bottom: 1.5rem;
    width: auto;
    border-radius: 2rem;
  }
  #main .priceBooking .fees .list {
    margin: 1.4rem 2.8rem 0;
    padding: 0;
    width: auto;
    min-width: inherit;
  }
  #main .priceBooking .fees .list li {
    padding: 1rem 0 0.9rem;
    font-size: 1.6rem;
    line-height: 2;
    gap: 0.5rem;
  }
  #main .priceBooking .heading01 {
    padding: 1.2rem 0.5rem;
    font-size: 1.6rem;
  }
  #main .priceBooking .heading02 {
    margin-bottom: 1.4rem;
    font-size: 2.8rem;
    line-height: 1.17;
  }
  #main .priceBooking .heading02 small {
    font-size: 1.8rem;
  }
  #main .priceBooking .book .calcPrice {
    margin: 2.2rem 0 2rem;
    padding: 1.5rem 2.1rem 2.5rem 1.3rem;
    border-radius: 1rem;
    font-size: 1.4626rem;
    letter-spacing: 0;
    gap: 0.6rem;
  }
  #main .priceBooking .book .calcPrice .icon {
    right: -0.7rem;
    bottom: 0.9rem;
    width: 2.7rem;
  }
  #main .priceBooking .book .calcPrice .num {
    font-size: 2.863rem;
  }
  #main .priceBooking .book .calcPrice .divide {
    font-size: 1.8323rem;
  }
  #main .priceBooking .book .calcPrice .equals {
    margin: 0 0.6rem 0 0.8rem;
    font-size: 2.194rem;
  }
  #main .priceBooking .book .calcPrice .year small {
    font-size: 1.2rem;
    top: calc(100% + 0.4rem);
  }
  #main .priceBooking .book .calcPrice .result {
    font-size: 1.4rem;
  }
  #main .priceBooking .book .calcPrice .result .num {
    font-size: 3.6566rem;
  }
  #main .priceBooking .book .calcPrice .result .posTxt {
    padding: 0.2rem 0.5rem;
    min-width: 8.4rem;
    font-size: 1.1701rem;
    top: -3rem;
  }
  #main .priceBooking .book .calcPrice .result .posTxt::after {
    top: calc(100% - 2px);
  }
  #main .priceBooking .book .subList {
    margin: 2rem 0 1.8rem;
    gap: 1.1rem;
  }
  #main .priceBooking .book .subList p {
    padding: 0.9rem 0 0.6rem;
  }
  #main .priceBooking .book .subList li {
    width: calc((100% - 2.2rem) / 3);
    border-radius: 1.25rem;
  }
  #main .priceBooking .book .subList li .title {
    min-height: 4.8rem;
    font-size: 1.2rem;
  }
  #main .priceBooking .book .subList li .title .big {
    font-size: 2rem;
  }
  #main .priceBooking .book .subList li .title small {
    font-size: 0.9rem;
  }
  #main .priceBooking .book .subList li .title02 {
    font-size: 1.6rem;
  }
  #main .priceBooking .book .subList li .text01 {
    padding-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.428;
  }
  #main .priceBooking .book .subList li .text02 {
    font-size: 1.4rem;
  }
  #main .priceBooking .book .subList li .text02 .num {
    font-size: 5.6rem;
    line-height: 0.5;
  }
  #main .priceBooking .book .subList li .text03 {
    font-size: 1.2rem;
  }
  #main .priceBooking .book .subList li .text03 .num {
    font-size: 2rem;
    letter-spacing: -0.04rem;
    line-height: 1;
  }
  #main .priceBooking .book .subList li .text03 small {
    margin-top: -0.2rem;
    font-size: 1.1rem;
    line-height: 1.416;
  }
  #main .priceBooking .book .subBox {
    align-items: flex-start;
  }
  #main .priceBooking .book .subBox .image {
    margin: 0 1.6rem 0 0;
    width: 7rem;
  }
  #main .priceBooking .talkBox {
    margin: 2rem -0.5rem 0;
    padding-bottom: 7.6rem;
    position: relative;
    left: auto;
    bottom: auto;
  }
  #main .priceBooking .talkBox .image {
    width: 16.8rem;
    position: absolute;
    left: -2.8rem;
    bottom: 0;
    overflow: hidden;
    aspect-ratio: 168/213;
  }
  #main .priceBooking .talkBox .image img {
    width: 100%;
    height: auto;
  }
  #main .priceBooking .talkBox p {
    padding: 2.5rem 3.5rem 3.8rem 10.6rem;
    margin: 0;
    width: auto;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #main .priceBooking .talkBox p::after {
    left: 14.7rem;
    bottom: -2.8rem;
  }
}
#main .taxDeduction {
  padding: 9rem 0 7.5rem;
  background-color: #4EAB84;
  position: relative;
  color: #fff;
}
#main .taxDeduction > * {
  position: relative;
  z-index: 2;
}
#main .taxDeduction::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  content: "";
  filter: blur(0.2rem);
  background: url(../img/index/bg04.webp) no-repeat center center/cover;
}
#main .taxDeduction .headLine01 {
  margin-bottom: 1.7rem;
  font-size: 25px;
  color: inherit;
  letter-spacing: 0.05em;
}
#main .taxDeduction .text {
  margin: 2.2rem auto 0;
  padding: 0.9rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 89.3rem;
  border-radius: 2rem;
  background: #FFF;
  line-height: 2;
  color: #525051;
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .taxDeduction {
    padding: 5.2rem 0 5rem;
  }
  #main .taxDeduction .headLine01 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  #main .taxDeduction .text {
    margin-top: 1rem;
    width: auto;
    min-width: inherit;
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
}
#main .faqBox {
  padding: 8.2rem 0 8rem;
}
#main .faqBox .headLine01 {
  margin-bottom: 6.3rem;
  color: inherit;
  letter-spacing: 0;
}
#main .faqBox .faqDl {
  margin: 0 auto;
  width: 120.7rem;
  border-bottom: 1px solid #D9D9D9;
}
#main .faqBox .faqDl .en {
  width: 7rem;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  background: #F6F8F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .faqBox .faqDl .en img {
  width: 100%;
}
#main .faqBox .faqDl .text {
  flex: 1;
}
#main .faqBox .faqDl dt {
  padding: 2rem 5rem 2rem 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  font-size: 18px;
  line-height: 1.222;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
#main .faqBox .faqDl dt::before, #main .faqBox .faqDl dt::after {
  width: 18px;
  height: 2px;
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4EAB84;
  transition: transform 0.3s, background-color 0.3s;
}
#main .faqBox .faqDl dt::after {
  transform: translateY(-50%) rotate(90deg);
}
#main .faqBox .faqDl dt.on::before {
  background-color: #D9D9D9;
}
#main .faqBox .faqDl dt.on::after {
  background-color: #D9D9D9;
  transform: translateY(-50%) rotate(180deg);
}
#main .faqBox .faqDl dd {
  padding-bottom: 2rem;
  line-height: 2;
  color: #4EAB84;
  display: none;
}
#main .faqBox .faqDl dd .inner {
  display: flex;
  align-items: flex-start;
  gap: 2.6rem;
  max-width: 100.5rem;
}
#main .faqBox .faqDl dd .en {
  background: #4EAB84;
}
@media all and (max-width: 896px) {
  #main .faqBox {
    padding: 6.5rem 0 8rem;
  }
  #main .faqBox .headLine01 {
    margin-bottom: 2.7rem;
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  #main .faqBox .content {
    margin: 0 2rem;
  }
  #main .faqBox .faqDl {
    width: auto;
  }
  #main .faqBox .faqDl dt {
    padding-right: 28px;
    font-size: 1.6rem;
    line-height: 1.875;
    align-items: flex-start;
    gap: 1.6rem;
  }
  #main .faqBox .faqDl dt .text {
    min-height: 5rem;
    display: flex;
    align-items: center;
  }
  #main .faqBox .faqDl .en {
    width: 5rem;
  }
  #main .faqBox .faqDl dd {
    font-size: 1.6rem;
    line-height: 2;
  }
  #main .faqBox .faqDl dd .inner {
    max-width: inherit;
  }
}
#main .noticeBox {
  padding: 0 0 12rem;
}
#main .noticeBox .content {
  margin: 0 auto;
  width: 120.7rem;
  max-width: calc(100% - 4rem);
}
#main .noticeBox .noticePanel {
  margin-bottom: 3rem;
  padding: 2.4rem 2.8rem;
  border: 1px solid #ccc;
  background: #fff;
}
#main .noticeBox .noticePanel:last-child {
  margin-bottom: 0;
}
#main .noticeBox .noticePanel .heading {
  margin: 0 0 1.6rem;
  padding-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e5e5e5;
}
#main .noticeBox .noticePanel__body {
  max-height: 22rem;
  overflow-y: auto;
  padding-right: 1.2rem;
  -webkit-overflow-scrolling: touch;
}
#main .noticeBox .lead {
  margin: 0 0 2rem;
  font-size: 1.3rem;
  line-height: 1.9;
}
#main .noticeBox .noticeList {
  margin: 0;
  padding: 0 0 0 1.8em;
  font-size: 1.3rem;
  line-height: 1.9;
}
#main .noticeBox .noticeList li {
  margin-bottom: 0.6em;
}
#main .noticeBox .noticeList li:last-child {
  margin-bottom: 0;
}
#main .noticeBox .noticeList--detail li {
  margin-bottom: 1.6em;
}
#main .noticeBox .noticeList--detail strong {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 700;
}
#main .noticeBox .noticeList--detail p {
  margin: 0;
}
@media all and (max-width: 896px) {
  #main .noticeBox {
    padding: 0 0 8rem;
  }
  #main .noticeBox .content {
    margin: 0 2rem;
    width: auto;
    max-width: none;
  }
  #main .noticeBox .noticePanel {
    margin-bottom: 2.4rem;
    padding: 1.6rem 1.6rem 1.8rem;
  }
  #main .noticeBox .noticePanel .heading {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
  #main .noticeBox .noticePanel__body {
    max-height: 18rem;
    padding-right: 0.8rem;
  }
  #main .noticeBox .lead,
  #main .noticeBox .noticeList {
    font-size: 1.2rem;
    line-height: 1.85;
  }
}/*# sourceMappingURL=index.css.map */