@charset "UTF-8";
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
:root {
  --base-font: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font01:"Zen Maru Gothic", sans-serif;
  --font02:"Roboto", sans-serif;
  --font03:"Zen Kaku Gothic New", sans-serif;
  --font04:"Shippori Mincho", serif;
  --base-color: #4D4D4D;
  --color1:#4D4D4D;
  --color2:#666;
  --color3:#0FA2FF;
  --color4:#89C600;
  --color5:#fff;
  --white:#fff;
  --color6:#8BC664;
  --color7:#ECF8FF;
  --color8:#16AEFF;
  --color9:#8bc6642b;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexA {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexB {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* flexBox */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content {
  margin: 0 auto;
  width: calc(100% - 4rem);
  max-width: 110rem;
}
@media all and (min-width: 897px) {
  .content.small {
    max-width: 90rem;
  }
  .content.large {
    max-width: 120rem;
  }
  .content.middle {
    max-width: 100rem;
  }
}
@media all and (max-width: 896px) {
  .content {
    max-width: inherit;
  }
}

.comTel {
  margin-bottom: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color2);
}
.comTel a {
  padding-left: 4.5rem;
  font-size: 4.166rem;
  display: block;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  color: var(--color2);
  background: url(../img/common/tel_icon02.webp) no-repeat center left/2.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.comTel p {
  margin-left: 1.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 896px) {
  .comTel {
    margin-bottom: 1.5rem;
    display: block;
  }
  .comTel a {
    margin: 0 auto;
    padding: 0 0.7rem 0 3.8rem;
    font-size: 3.4rem;
    background-size: 2.2rem;
    background-position: left top 0.8rem;
  }
  .comTel p {
    margin: 0;
    line-height: 1.47;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}

.comBtn a {
  margin: 0 auto;
  width: 41.6rem;
  height: 8rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: var(--color5);
  font-family: var(--font01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6rem;
  background: var(--color3) url(../img/common/arrow_icon03.webp) no-repeat center right 2.2rem/2.7rem;
}
.comBtn.telBtn li + li {
  margin-top: 1.3rem;
}
.comBtn.telBtn a {
  width: 34.2rem;
  height: 5.2rem;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  gap: 0.6rem;
  color: var(--color3);
  font-family: var(--font03);
  background-size: 2.7rem;
  background-position: center right 1.6rem;
  background-color: var(--color5);
  background-image: url(../img/common/arrow_icon01.webp);
}
.comBtn.telBtn a small {
  font-size: 2rem;
  font-family: var(--font01);
}
.comBtn.telBtn a span {
  width: 2.3rem;
}
.comBtn.telBtn a span img {
  display: block;
}
@media all and (max-width: 896px) {
  .comBtn.telBtn a {
    width: auto;
  }
  .comBtn.telBtn a[href^="tel:"] {
    padding-right: 3rem;
  }
}
.comBtn.green a {
  color: var(--color4) !important;
  background-color: var(--color5);
  background-image: url(../img/common/arrow_icon02.webp);
}
@media screen and (min-width: 1025px) {
  .comBtn a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 896px) {
  .comBtn a {
    max-width: 33.5rem;
    width: auto;
    height: 6.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    background-position: right 1.8rem center;
  }
}

.headLine01 {
  margin-bottom: 3.7rem;
  padding-bottom: 2.4rem;
  font-size: 3rem;
  font-family: var(--font01);
  position: relative;
  letter-spacing: 0.1em;
  background: url(../img/common/icon01.webp) no-repeat left bottom/3.8rem;
}
.headLine01 .en {
  margin: -0.6rem 0 -6rem -8.2rem;
  display: block;
  height: 16.8rem;
}
.headLine01 .en img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
.headLine01 .jp {
  position: relative;
  z-index: 1;
}
.headLine01.middle {
  margin: 0 auto 9.2rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-position: center bottom;
}
.headLine01.middle .en {
  margin: 0 0 -9rem -3.7rem;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 1.9rem;
    padding-bottom: 2.3rem;
  }
  .headLine01 .en {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 50%;
    height: 11rem;
    -webkit-transform: translate(-5%, -109%);
            transform: translate(-5%, -109%);
  }
}

.headLine02 {
  margin-bottom: 4.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  color: var(--color3);
  letter-spacing: 0.06em;
  font-family: var(--font01);
  position: relative;
}
.headLine02::after {
  width: 999rem;
  height: 0.3rem;
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0.3rem dotted var(--color3);
  content: "";
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 1.7rem;
    font-size: 2.8rem;
  }
}

@media all and (max-width: 896px) {
  .fixedBox {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: var(--color5);
    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom);
    will-change: transform;
  }
  .fixedBox p {
    padding: 0.8rem 1rem 0.6rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--color1);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
  }
  .fixedBox .fixedList {
    width: auto;
    border-radius: 0;
    position: relative;
  }
  .fixedBox .fixedList li {
    width: 50%;
    height: 5rem;
  }
  .fixedBox .fixedList li a {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color5);
    font-family: var(--font01);
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
  }
}

.addressBox {
  padding: 6rem 0 16.2rem;
  position: relative;
}
.addressBox::before, .addressBox::after {
  width: 13.4rem;
  height: 130.7rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 0 4.2rem 4.2rem 0;
  background: url(../img/index/bg_left.webp) no-repeat left top/100%;
}
.addressBox::after {
  left: auto;
  right: 0;
  border-radius: 4.2rem 0 0 4.2rem;
  background-image: url(../img/index/bg_right.webp);
}
.addressBox .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.addressBox .mapBox {
  margin-right: 6.7rem;
  width: 33.2rem;
  border-radius: 3rem;
  overflow: hidden;
}
.addressBox .mapBox iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.addressBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addressBox .logo {
  margin: 0.8rem 0rem 3.8rem;
  width: 43.5rem;
}
.addressBox .comTel {
  margin: 0 0.6rem 2.1rem;
}
.addressBox .text {
  margin: 0 0.6rem 2.9rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.444;
  font-family: var(--font01);
  letter-spacing: 0.02em;
}
.addressBox .dateList {
  margin-bottom: 2.1rem;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
}
.addressBox .dateList tr {
  color: var(--color3);
  font-family: var(--font01);
}
.addressBox .dateList tr th {
  padding: 0.5rem 4.3rem 0.5rem 2rem;
  width: 15.2rem;
  text-align: right;
  vertical-align: middle;
  letter-spacing: 0.04em;
}
.addressBox .dateList tr td {
  padding: 0.5rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.addressBox .dateList tr td:last-child {
  padding-right: 2.9rem;
  padding-left: 0;
}
.addressBox .dateList thead tr {
  font-weight: 700;
  border-bottom: none;
  color: var(--color5);
  font-size: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--color6)), to(var(--color3)));
  background: linear-gradient(to right, var(--color6) 0%, var(--color3) 100%);
}
.addressBox .dateList tbody tr {
  text-align: center;
  border-bottom: 1px solid var(--color3);
  letter-spacing: 0.02em;
  font-size: 1.653rem;
}
.addressBox .dateList tbody tr th {
  font-size: 1.4rem;
  letter-spacing: 0.13em;
}
.addressBox .dateList tbody tr td {
  padding: 1.1rem 0.5rem 1.5rem;
}
.addressBox .areaList {
  font-family: var(--font01);
}
.addressBox .areaList li {
  padding-left: 3rem;
  font-size: 1.5rem;
  color: var(--color3);
  font-weight: 700;
  background: url(../img/index/icon01.webp) no-repeat center left 0.5rem/2.3rem;
}
.addressBox .areaList li small {
  padding-left: 0.7rem;
  font-size: 1.1rem;
  display: block;
}
.addressBox .areaList li.item {
  margin-top: 1rem;
  padding-left: 3.8rem;
  background: url(../img/index/icon02.webp) no-repeat left 0.3rem center/2.6rem;
}
@media all and (max-width: 896px) {
  .addressBox {
    margin-bottom: 4rem;
    padding: 2rem 0 3.5rem;
  }
  .addressBox::before, .addressBox::after {
    width: 2rem;
    height: 100%;
    border-radius: 0 0.8rem 0.8rem 0;
    background-size: cover;
  }
  .addressBox::after {
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .addressBox .content {
    display: block;
  }
  .addressBox .logo {
    margin: 0 auto 1.9rem;
    width: 29.5rem;
  }
  .addressBox .tableBox {
    margin: 0 1.8rem 1rem;
  }
  .addressBox .dateList {
    margin: 0;
  }
  .addressBox .dateList tr th {
    padding-right: 1rem;
    margin-right: 1.2rem;
    letter-spacing: 0 !important;
    text-align: center;
    width: 9.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .addressBox .dateList tr td {
    font-size: 1.5rem;
    margin-right: 0.8rem;
    width: 1.7rem;
  }
  .addressBox .dateList tr td:last-child {
    padding-right: 1.9rem;
    padding-left: 0.5rem;
  }
  .addressBox .dateList .title {
    padding: 0.5rem 0.3rem;
  }
  .addressBox .comTel {
    margin-bottom: 1.5rem;
  }
  .addressBox .text {
    margin: 0 1.5rem 2rem;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .addressBox .areaList {
    margin: 0 0.7rem 0 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .addressBox .mapBox {
    margin: 2.6rem 1.8rem 0;
    width: auto;
    aspect-ratio: 295/210;
    border-radius: 2.2rem;
  }
}

.treatment {
  padding: 10.2rem 0 14rem;
  position: relative;
  z-index: 1;
  border-radius: 0 12rem 0 12rem;
  background: url(../img/index/bg03.webp) no-repeat center top/cover;
}
.treatment .headLine01 {
  margin-bottom: 8.5rem;
}
.treatment .headLine01 .en {
  margin: 0 0 -7rem -2rem;
  height: 17.1rem;
}
.treatment .linkBox {
  margin-bottom: 7.2rem;
}
.treatment .linkBox a {
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3rem;
  background: var(--color3) url(../img/common/arrow_icon04.webp) no-repeat center right 2.2rem/1.2rem;
}
.treatment .linkBox .photo {
  width: 51.9rem;
}
.treatment .linkBox .textBox {
  padding: 3.7rem 2rem 2rem 4.8rem;
  color: var(--color1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/index/bg04.webp) no-repeat center top/cover;
}
.treatment .linkBox .heading {
  margin-bottom: 3.5rem;
  font-size: 5.115rem;
  font-family: var(--font04);
  line-height: 1.38;
  letter-spacing: 0.05em;
  position: relative;
}
.treatment .linkBox .heading::after {
  content: "";
  width: 11.6rem;
  height: 0.3rem;
  position: absolute;
  left: -0.3rem;
  bottom: -0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.33rem dotted var(--color1);
}
.treatment .linkBox .heading small {
  display: block;
  font-size: 2.8rem;
  font-family: var(--font01);
  letter-spacing: 0.05em;
}
.treatment .linkBox p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.666;
}
.treatment .innerBox {
  margin-bottom: 5.6rem;
  overflow: hidden;
}
.treatment .innerBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.treatment .innerBox .list li {
  width: 15rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
.treatment .innerBox .list li a {
  display: block;
}
@media screen and (min-width: 1025px) {
  .treatment .innerBox .list li a:hover {
    opacity: 0.6;
  }
}
.treatment .innerBox .list li .photo {
  margin-bottom: 1.3rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.treatment .innerBox .list li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.treatment .comBtn {
  margin-top: 7rem;
}
@media all and (max-width: 896px) {
  .treatment {
    border-radius: 0 4rem 0 4rem;
    padding: 7.8rem 0 5.5rem;
  }
  .treatment .headLine01 {
    margin-bottom: 3.5rem;
  }
  .treatment .headLine01 .en {
    height: 11.2rem;
    -webkit-transform: translate(-32%, -74%);
            transform: translate(-32%, -74%);
  }
  .treatment .linkBox {
    margin-bottom: 1.9rem;
  }
  .treatment .linkBox a {
    padding: 0;
    display: block;
    overflow: hidden;
    background-position: right 1.4rem top 19.8vw;
  }
  .treatment .linkBox .photo {
    margin-right: 4rem;
    width: auto;
    aspect-ratio: 295/169;
  }
  .treatment .linkBox .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .treatment .linkBox .heading {
    margin-bottom: 3.3rem;
    font-size: 3.3rem;
  }
  .treatment .linkBox .heading small {
    margin-bottom: 0.4rem;
    font-size: 1.985rem;
  }
  .treatment .linkBox .heading::after {
    width: 9rem;
    bottom: -1.9rem;
  }
  .treatment .linkBox .textBox {
    padding: 2rem 2rem 2.6rem 1.8rem;
  }
  .treatment .innerBox {
    margin-top: 40px;
    margin-bottom: 29px;
  }
  .treatment .innerBox .list {
    gap: 1.5rem;
  }
  .treatment .innerBox .list li {
    width: calc((100% - 3rem) / 3);
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .treatment .innerBox .list li .photo {
    margin-bottom: 0.7rem;
  }
  .treatment .comBtn {
    margin-top: 3.5rem;
  }
}

section.flow {
  margin: -12rem 0 0;
  padding: 24.2rem 0 11.5rem;
  border-bottom-right-radius: 12rem;
  background: url(../img/index/bg05.webp) no-repeat center top/cover;
}
section.flow .headLine01 {
  margin: 0 5.9rem 7.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.flow .headLine01 .en {
  height: 14.1rem;
  margin: 0 0 -58px -6px;
}
section.flow .content {
  position: relative;
}
section.flow .posImage {
  width: 49.2rem;
  position: absolute;
  right: -20rem;
  top: -18.8rem;
  z-index: 2;
}
section.flow .posImage img {
  border-radius: 3rem;
}
section.flow .posImage02 {
  width: 29.8rem;
  position: absolute;
  right: 21.3rem;
  top: -1.2rem;
  z-index: 3;
}
section.flow .posImage02 img {
  border-radius: 3rem;
}
section.flow .flowList {
  margin-bottom: 7rem;
}
section.flow .flowList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--color5);
  border-radius: 3rem;
  position: relative;
}
section.flow .flowList li + li {
  margin-top: 3.8rem;
}
section.flow .flowList li::before {
  width: 0.3rem;
  top: -0.3rem;
  bottom: -8rem;
  content: "";
  position: absolute;
  left: 2.4rem;
  background: var(--color3);
}
section.flow .flowList li:nth-child(1)::before {
  top: 50%;
}
section.flow .flowList li:last-child::before {
  bottom: 50%;
}
section.flow .flowList li .numTxt {
  padding-bottom: 1rem;
  width: 11rem;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 5.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: var(--font03);
  position: absolute;
  left: -2.8rem;
  top: 50%;
  color: var(--color5);
  background: var(--color3);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.flow .flowList .photo {
  width: 37rem;
}
section.flow .flowList .photo img {
  border-radius: 3rem 0 0 3rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
section.flow .flowList .textBox {
  padding: 2rem 4.5rem 2rem 4.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
section.flow .flowList .heading {
  font-size: 2.6rem;
  color: var(--color3);
  font-family: var(--font01);
  letter-spacing: 0.06em;
}
section.flow .flowList .tips {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media all and (max-width: 896px) {
  section.flow {
    margin: -4rem 0 0;
    padding: 11.8rem 0 6rem;
    border-bottom-right-radius: 4rem;
  }
  section.flow .headLine01 {
    margin: 0 auto 3rem;
  }
  section.flow .headLine01 .en {
    height: 9.1rem;
    -webkit-transform: translate(-5%, -82%);
            transform: translate(-5%, -82%);
  }
  section.flow .posImage {
    display: none;
  }
  section.flow .posImage02 {
    display: none;
  }
  section.flow .flowList {
    margin-bottom: 2.8rem;
  }
  section.flow .flowList li {
    border-radius: 2rem;
    display: block;
  }
  section.flow .flowList li::before {
    display: none;
  }
  section.flow .flowList li + li {
    margin-top: 3.1rem;
  }
  section.flow .flowList li .numTxt {
    padding-bottom: 0.6rem;
    width: 6.8rem;
    height: 6.8rem;
    font-size: 3.338rem;
    top: -1rem;
    left: -1.3rem;
    -webkit-transform: none;
            transform: none;
  }
  section.flow .flowList .photo {
    width: 100%;
    aspect-ratio: 335/176;
  }
  section.flow .flowList .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2rem 2rem 0 0;
  }
  section.flow .flowList .heading {
    margin-bottom: 0.3rem;
    font-size: 2.4rem;
  }
  section.flow .flowList .textBox {
    padding: 1.5rem 2rem 1.8rem;
  }
  section.flow .flowList p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  section.flow .flowList p.tips {
    font-size: 1.2rem;
    line-height: 2;
  }
}/*# sourceMappingURL=common.css.map */