:root {
  --base-font: "Noto Sans JP", sans-serif;
  --en-font: "Bentham", serif;
  --bona: "Bona Nova SC", serif;
  --base-color: #444;
  --white: #fff;
  --white-50: rgba(255, 255, 255, 0.50);
  --white-90: rgba(255, 255, 255, 0.90);
  --white-92: rgba(255, 255, 255, 0.92);
  --white-96: rgba(255, 255, 255, 0.96);
  --dark-blue: #094086;
  --black-3: rgba(0, 0, 0, 0.03);
  --black-60: rgba(0, 0, 0, 0.6);
  --grey: #F4F4F4;
  --grey-02: #FBFBFB;
  --light-blue01: #A8C9EA;
  --lingt-blue02: #DBE7F4;
  --blue: #578CBD;
  --blue-02:#E2ECF6;
  --yellow: #FEFBBF;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  margin-bottom: 12rem;
  padding-top: 16.927vw;
  min-height: 57.292vw;
  position: relative;
  background: url(../img/index/main_photo.webp) no-repeat center bottom/cover;
}
#main .mainVisual .content {
  max-width: 138.5rem;
}
#main .mainVisual .title {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  color: var(--white);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.192rem;
  text-shadow: 0 0 8px var(--black-60);
}
#main .mainVisual h1 {
  font-weight: 500;
  font-size: 4.8rem;
  color: var(--white);
  text-shadow: 0 0 8px var(--black-60);
  line-height: 1.4;
  letter-spacing: -0.09rem;
}
#main .mainVisual .textUl {
  margin-top: 3rem;
  gap: 1rem;
}
#main .mainVisual .textUl li {
  padding: 2.3rem 0.5rem 1rem;
  width: 17rem;
  height: 17rem;
  background-color: var(--dark-blue);
  border-radius: 50%;
}
#main .mainVisual .textUl li .image {
  margin: 0 auto 1.2rem;
  width: 3.6rem;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .mainVisual .textUl li p {
  text-align: center;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.24rem;
}
#main .mainVisual .textUl li .sml {
  margin-bottom: 0.4rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.032rem;
}
#main .mainVisual .textUl li .num {
  margin: -0.8rem 0.2rem 0 0.3rem;
  display: inline-block;
  line-height: 1;
  font-size: 4.2rem;
  letter-spacing: 0.084rem;
  vertical-align: -0.3rem;
}
#main .mainVisual .textUl li:first-child p {
  letter-spacing: 0.048rem;
}
#main .mainVisual .scroll_down {
  position: absolute;
  z-index: 3;
  bottom: -4.7rem;
  left: 50%;
  width: 0.8rem;
  height: 10.4rem;
}
#main .mainVisual .scroll_down a {
  display: block;
  position: relative;
  height: 100%;
}
#main .mainVisual .scroll_down a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: var(--dark-blue);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
#main .mainVisual .scroll_down a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10rem;
  background: var(--dark-blue);
}
@media all and (min-width: 1025px) {
  #main .mainVisual .scroll_down a:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  #main .mainVisual {
    margin-bottom: 6.8rem;
    padding-top: 50.667vw;
    height: 160vw;
    min-height: fit-content;
    max-height: 110rem;
    background-image: url(../img/index/main_photo_sp.webp);
  }
  #main .mainVisual .title {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.128rem;
  }
  #main .mainVisual h1 {
    font-size: 2.4rem;
    letter-spacing: -0.052rem;
  }
  #main .mainVisual .textUl {
    margin-top: 2.5rem;
    gap: 0.6rem;
  }
  #main .mainVisual .textUl li {
    padding: 1.2rem 0.5rem 1rem;
    width: 10.7rem;
    height: 10.7rem;
  }
  #main .mainVisual .textUl li .image {
    margin-bottom: 0.4rem;
    width: 2.3rem;
    min-height: 3.5rem;
  }
  #main .mainVisual .textUl li p {
    font-size: 1.6rem;
    letter-spacing: -0.16rem;
  }
  #main .mainVisual .textUl li .sml {
    margin-bottom: 0;
    font-size: 1.1rem;
    letter-spacing: -0.022rem;
  }
  #main .mainVisual .textUl li .num {
    margin: -0.8rem 0 0 0.2rem;
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
    vertical-align: -0.2rem;
  }
  #main .mainVisual .textUl li:first-child p {
    letter-spacing: 0.036rem;
  }
  #main .mainVisual .scroll_down {
    bottom: -4rem;
    height: 8.2rem;
  }
  #main .mainVisual .scroll_down a::after {
    left: -0.35rem;
  }
  #main .mainVisual .scroll_down a::before {
    height: 8.2rem;
  }
}
@keyframes circlemove {
  0% {
    bottom: 98px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media all and (max-width: 896px) {
  @keyframes circlemove {
    0% {
      bottom: 82px;
    }
  }
}
#main .news .content {
  max-width: 114rem;
}
#main .news .innerBox {
  margin-bottom: 10rem;
  align-items: flex-start;
}
#main .news .innerBox h2 {
  width: 18.3rem;
  font-weight: 400;
  font-size: 5rem;
  color: var(--dark-blue);
  letter-spacing: 0.5rem;
  line-height: 1;
}
#main .news .innerBox .comNewsUl {
  margin-top: 1.1rem;
  flex: 1;
}
#main .news .innerBox .comNewsUl li a {
  padding-right: 18rem;
}
@media all and (max-width: 896px) {
  #main .news {
    margin-bottom: 3.7rem;
  }
  #main .news .innerBox {
    margin-bottom: 5.9rem;
    display: block;
  }
  #main .news .innerBox h2 {
    margin-bottom: 0;
    width: auto;
    font-size: 3rem;
    letter-spacing: 0;
  }
  #main .news .innerBox .comNewsUl {
    margin-top: 0;
  }
  #main .news .innerBox .comNewsUl li a {
    padding-right: 3.5rem;
  }
}
#main .features {
  margin-bottom: -20rem;
  padding: 31.3rem 0 20rem;
  position: relative;
  background: url(../img/index/bg01.webp) no-repeat left top/100% 100%, linear-gradient(180deg, var(--lingt-blue02) 4%, var(--grey-02) 98.91%);
}
#main .features::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19.3rem;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: url(../img/index/white_bg.webp) no-repeat center top/100% 100%;
}
#main .features .content {
  max-width: 144rem;
}
#main .features .headLine01 .en {
  color: var(--white);
}
#main .features .imgBox {
  margin-bottom: 4rem;
  padding: 3rem 3rem 3rem 5rem;
  border-radius: 0.8rem;
  background-color: var(--white);
  align-items: flex-start;
  gap: 6rem;
}
#main .features .imgBox .textBox {
  margin-top: 1.6rem;
  width: 60rem;
}
#main .features .imgBox .textBox p {
  text-align: justify;
  line-height: 2;
  color: var(--dark-blue);
  letter-spacing: 0.064rem;
  font-feature-settings: "palt";
}
#main .features .imgBox .photoBox {
  border-radius: 0.8rem;
  overflow: hidden;
  flex: 1;
}
#main .features .imgBox .photoBox img {
  width: 100%;
}
#main .features .imgBox.reverse {
  flex-direction: row-reverse;
  padding: 3rem 5rem 3rem 3rem;
}
#main .features .comBtn01 {
  margin-top: 8.3rem;
}
@media all and (max-width: 896px) {
  #main .features {
    margin-bottom: -15rem;
    padding: 10rem 0 16rem;
  }
  #main .features::after {
    height: 5.6rem;
  }
  #main .features .imgBox {
    margin-bottom: 2rem;
    padding: 2.5rem 2rem 2rem !important;
    display: block;
  }
  #main .features .imgBox .textBox {
    margin: 0 0 2.3rem;
    width: auto;
  }
  #main .features .imgBox .textBox p {
    letter-spacing: 0.056rem;
  }
  #main .features .comBtn01 {
    margin-top: 3.9rem;
  }
}
#main .greeting {
  padding: 32.2rem 0 17rem;
  position: relative;
  z-index: 2;
}
#main .greeting::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: url(../img/index/greeting_bg.webp) no-repeat right top/cover;
  mask-image: url("../img/index/grey_bg.webp");
  -webkit-mask-image: url("../img/index/grey_bg.webp");
  mask-position: center top;
  -webkit-mask-position: center top;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
}
#main .greeting .content {
  max-width: 114rem;
}
#main .greeting .headLine01 {
  margin-bottom: 9.3rem;
}
#main .greeting .headLine01 .jp {
  color: var(--white);
}
#main .greeting .imgBox {
  padding-bottom: 8rem;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 8rem;
  border-bottom: 1px solid var(--lingt-blue02);
}
#main .greeting .imgBox .textBox {
  flex: 1;
}
#main .greeting .imgBox .textBox p {
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.064rem;
  color: var(--white);
}
#main .greeting .imgBox .textBox .comBtn01 {
  margin: 6.8rem 0 0;
}
#main .greeting .imgBox .photoBox {
  margin-right: -5rem;
  width: 47rem;
}
#main .greeting .imgBox .photoBox .photo {
  margin-bottom: 2rem;
  width: 42rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
#main .greeting .imgBox .photoBox .photo01 {
  margin: 0 0 0 auto;
  width: 26rem;
}
#main .greeting .subBox {
  padding: 5rem 0 5.1rem;
  border-bottom: 1px solid var(--dark-blue);
}
#main .greeting .subBox .title {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  color: var(--light-blue01);
}
#main .greeting .subBox > .text {
  margin-bottom: 3rem;
  font-size: 2rem;
  color: var(--white);
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
}
#main .greeting .subBox .btnUl {
  gap: 2rem 6.4rem;
}
#main .greeting .subBox .btnUl li {
  width: 46rem;
}
#main .greeting .subBox .btnUl li a {
  padding: 1rem 8rem 1.2rem 3rem;
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.072rem;
  border-radius: 0.8rem;
  overflow: hidden;
  color: var(--dark-blue);
  line-height: 1.05;
  background: var(--white) url(../img/common/icon03.webp) no-repeat right 2.5rem center/5.5rem;
}
#main .greeting .subBox .btnUl li a .sub {
  padding-left: 3.2rem;
  background: url(../img/common/icon01.webp) no-repeat left bottom 0.5rem/2rem;
}
#main .greeting .subBox .btnUl li a .text {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.036rem;
  line-height: 1.4;
  text-align: left;
  color: var(--base-color);
}
@media all and (min-width: 1025px) {
  #main .greeting .subBox .btnUl li a:hover {
    opacity: 0.65;
  }
}
#main .greeting .subBox .btnUl li.web .sub {
  padding-left: 4.5rem;
  background-image: url(../img/common/icon02.webp);
  background-size: 3rem auto;
  background-position: left bottom 0.2rem;
}
#main .greeting .subBox .btnUl li.web a {
  padding: 1rem 8rem 1.6rem 4.4rem;
  font-size: 3.2rem;
  font-weight: 500;
}
#main .greeting .subBox .btnUl li.web a .sml {
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 2.8rem;
  vertical-align: 0.2rem;
}
@media all and (max-width: 896px) {
  #main .greeting {
    padding: 10rem 0 6.7rem;
  }
  #main .greeting::after {
    mask-image: url("../img/index/grey_bg_sp.png");
    -webkit-mask-image: url("../img/index/grey_bg_sp.png");
  }
  #main .greeting .headLine01 {
    margin-bottom: 3.8rem;
  }
  #main .greeting .imgBox {
    padding-bottom: 7.5rem;
    display: block;
  }
  #main .greeting .imgBox .textBox p {
    letter-spacing: 0.056rem;
  }
  #main .greeting .imgBox .textBox .comBtn01 {
    margin: 3.9rem auto 0;
  }
  #main .greeting .imgBox .textBox .comBtn01 a {
    font-size: 1.8rem;
  }
  #main .greeting .imgBox .photoBox {
    margin: 0 3rem 4rem 0;
    width: auto;
  }
  #main .greeting .imgBox .photoBox .photo {
    margin: 0 auto 1.2rem;
    width: 80.5%;
  }
  #main .greeting .imgBox .photoBox .photo01 {
    margin: 0 0 0 auto;
    width: 50%;
  }
  #main .greeting .subBox {
    padding: 2.8rem 0 3.4rem;
  }
  #main .greeting .subBox .title {
    margin-bottom: 1.4rem;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  #main .greeting .subBox > .text {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.15rem;
  }
  #main .greeting .subBox .btnUl {
    display: block;
  }
  #main .greeting .subBox .btnUl li {
    width: auto;
  }
  #main .greeting .subBox .btnUl li:not(:last-child) {
    margin-bottom: 2rem;
  }
  #main .greeting .subBox .btnUl li a {
    padding: 1rem 6rem 1.2rem 3.5rem;
    min-height: 8rem;
    font-size: 2.6rem;
    letter-spacing: 0.052rem;
    background-image: url(../img/common/icon03_sp.webp);
    background-size: 3.8rem auto;
    background-position: right 2rem center;
  }
  #main .greeting .subBox .btnUl li a .sub {
    padding-left: 2.5rem;
    background-size: 1.5rem auto;
    background-position: left bottom 0.2rem;
  }
  #main .greeting .subBox .btnUl li a .text {
    font-size: 1.2rem;
    letter-spacing: 0.024rem;
  }
  #main .greeting .subBox .btnUl li.web .sub {
    padding-left: 3.1rem;
    background-size: 2.1rem auto;
    background-position: left bottom 0;
  }
  #main .greeting .subBox .btnUl li.web a {
    padding: 1rem 5.8rem 1.3rem 4.5rem;
    font-size: 2.4rem;
  }
  #main .greeting .subBox .btnUl li.web a .sml {
    margin-left: 0.2rem;
    font-size: 2rem;
    vertical-align: 0.2rem;
  }
}
#main .treatment {
  padding-bottom: 6.5rem;
  background-color: var(--lingt-blue02);
}
#main .treatment .photo {
  margin-bottom: 12.3rem;
}
#main .treatment .photo img {
  width: 100%;
}
#main .treatment .headLine01 {
  margin-bottom: 10.6rem;
}
#main .treatment .headLine01 .en {
  color: var(--light-blue01);
}
#main .treatment .comTreatUl {
  margin-bottom: 8rem;
}
#main .treatment .treatCardUl {
  gap: 3rem;
  margin-bottom: 8rem;
}
#main .treatment .treatCardUl li {
  width: calc(50% - 1.5rem);
}
#main .treatment .treat-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background-color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 0.8rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  overflow: hidden;
  transition: opacity 0.3s;
}
#main .treatment .treat-card:hover {
  opacity: 0.8;
}
#main .treatment .treat-card .side-img {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  height: 100%;
}
#main .treatment .treat-card .content {
  flex: 1;
  width: 100%;
  padding: 2.4rem 2.4rem 2rem;
  box-sizing: border-box;
}
#main .treatment .treat-card .content h3 {
  margin-bottom: 1.2rem;
  color: var(--dark-blue);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#main .treatment .treat-card .content p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#main .treatment .treat-card .img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#main .treatment .treat-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#main .treatment .feeBox {
  margin-top: 11.8rem;
  position: relative;
  z-index: 1;
}
#main .treatment .feeBox .textBox {
  max-width: 110rem;
  padding: 4rem 18rem 3.9rem 7.2rem;
  background-color: var(--blue);
  position: relative;
  z-index: 1;
  border-radius: 0.8rem;
}
#main .treatment .feeBox .textBox::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
  pointer-events: none;
  content: "";
  background: url(../img/index/treatment_bg01.webp) no-repeat right bottom/cover;
}
#main .treatment .feeBox .textBox p {
  margin-bottom: 3.5rem;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.22rem;
  line-height: 1.75;
}
#main .treatment .feeBox .textBox p span {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.28rem;
}
#main .treatment .feeBox .textBox p span span {
  font-size: 2.2rem;
}
#main .treatment .feeBox .textBox p span .ico {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: 0.5rem;
}
#main .treatment .feeBox .textBox .comBtn01 {
  margin: 0;
}
#main .treatment .feeBox .photoBox {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: -15%;
  width: 42rem;
}
#main .treatment .feeBox .photoBox img {
  width: 100%;
  display: block;
}
@media all and (max-width: 896px) {
  #main .treatment {
    margin-bottom: -6rem;
    padding-bottom: 0;
    overflow: hidden;
  }
  #main .treatment .photo {
    margin-bottom: 6rem;
    aspect-ratio: 375/140;
  }
  #main .treatment .photo img {
    height: 100%;
    object-fit: cover;
  }
  #main .treatment .headLine01 {
    margin-bottom: 4.8rem;
  }
  #main .treatment .comTreatUl {
    margin-bottom: 4rem;
  }
  #main .treatment .treatCardUl {
    gap: 2rem;
    margin-bottom: 4rem;
  }
  #main .treatment .treatCardUl li {
    width: 100%;
  }
  #main .treatment .treat-card .content {
    padding: 2rem 2rem 1.6rem;
  }
  #main .treatment .treat-card .content h3 {
    font-size: 1.8rem;
  }
  #main .treatment .treat-card .content p {
    font-size: 1.4rem;
  }
  #main .treatment .comBtn01 a {
    font-size: 1.8rem;
  }
  #main .treatment .feeBox {
    position: relative;
    z-index: 2;
    margin: 5.3rem 0 12rem;
  }
  #main .treatment .feeBox .textBox {
    max-width: 100%;
    padding: 3.6rem 2rem 12rem;
  }
  #main .treatment .feeBox .textBox::after {
    background-image: url(../img/index/treatment_bg01_sp.webp);
  }
  #main .treatment .feeBox .textBox p {
    margin-bottom: 3rem;
    color: var(--white);
    font-size: 1.6rem;
    text-align: justify;
    letter-spacing: 0.128rem;
    line-height: 1.4;
  }
  #main .treatment .feeBox .textBox p span {
    font-size: 2.2rem;
    letter-spacing: 0.176rem;
  }
  #main .treatment .feeBox .textBox p span span {
    font-size: 1.6rem;
  }
  #main .treatment .feeBox .textBox p span .ico {
    font-size: 1.2rem;
    vertical-align: 0.5rem;
  }
  #main .treatment .feeBox .textBox .comBtn01 {
    margin: 0;
  }
  #main .treatment .feeBox .textBox .comBtn01 a {
    padding-left: 0;
    font-size: 2rem;
  }
  #main .treatment .feeBox .photoBox {
    top: auto;
    bottom: -11.4rem;
    transform: translateY(0);
    right: -15%;
    width: 18rem;
  }
}
#main .equipment {
  position: relative;
  padding-top: 25rem;
  background-color: var(--white);
}
#main .equipment::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: url(../img/index/blue_bg.webp) no-repeat center top/100% 100%;
}
#main .equipment .content {
  max-width: 114rem;
}
#main .equipment .headLine01 {
  margin-bottom: 8.6rem;
}
#main .equipment .imgBox {
  margin-bottom: 3.8rem;
  align-items: flex-start;
  gap: 6rem;
  flex-direction: row-reverse;
}
#main .equipment .imgBox .phoList {
  margin-right: -5rem;
  flex: 1;
  gap: 2rem;
  align-items: flex-start;
}
#main .equipment .imgBox .phoList li {
  border-radius: 0.8rem;
  overflow: hidden;
}
#main .equipment .imgBox .phoList li img {
  width: 100%;
}
#main .equipment .imgBox .phoList li:nth-child(1) {
  width: 83%;
  margin: 0 auto;
}
#main .equipment .imgBox .phoList li:nth-child(2) {
  width: 44.07%;
}
#main .equipment .imgBox .phoList li:nth-child(3) {
  width: calc(55.9% - 2rem);
}
#main .equipment .imgBox .textBox {
  margin-top: 4rem;
  width: 50rem;
}
#main .equipment .imgBox .textBox .headLine02 {
  margin-bottom: 2.8rem;
  padding-bottom: 3.4rem;
  border-bottom: 1px solid var(--light-blue01);
}
#main .equipment .imgBox .textBox p {
  margin-bottom: 14.5rem;
  line-height: 2;
  letter-spacing: 0.064rem;
  text-align: justify;
  font-feature-settings: "palt";
}
#main .equipment .imgBox .textBox .comBtn01 {
  margin: 0;
}
#main .equipment .btmPho img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .equipment {
    padding-top: 8.7rem;
  }
  #main .equipment::after {
    height: 4.5rem;
  }
  #main .equipment .headLine01 {
    margin-bottom: 3.3rem;
  }
  #main .equipment .imgBox {
    margin-bottom: 4.2rem;
    display: block;
  }
  #main .equipment .imgBox .phoList {
    margin-right: 0;
    gap: 1.1rem;
  }
  #main .equipment .imgBox .phoList li:nth-child(3) {
    width: calc(55.9% - 1.1rem);
  }
  #main .equipment .imgBox .textBox {
    margin-top: 4rem;
    width: auto;
  }
  #main .equipment .imgBox .textBox .headLine02 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  #main .equipment .imgBox .textBox p {
    margin-bottom: 4.9rem;
    letter-spacing: 0.084rem;
  }
  #main .equipment .imgBox .textBox .comBtn01 a {
    padding-left: 0;
    font-size: 1.8rem;
  }
  #main .equipment .btmPho {
    margin: 0 -2rem;
    text-align: center;
  }
  #main .equipment .btmPho img {
    width: 120%;
  }
}

/*# sourceMappingURL=index.css.map */
