@charset "UTF-8";
.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1190px) {
  html {
    font-size: 1.3445378151vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  position: relative;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  background-color: #fff;
}

h2,
h3,
h4 {
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: bottom;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access {
  color: #606060;
}

.access__body {
  max-width: 1090px;
  max-width: 68.125rem;
  margin-left: auto;
  margin-right: auto;
}

.access__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.access__info {
  width: 100%;
  max-width: 424px;
  max-width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .access__info {
    max-width: 100%;
    text-align: center;
  }
}

.access__logo {
  width: 100%;
  max-width: 425px;
  max-width: 26.5625rem;
}
@media screen and (max-width: 767px) {
  .access__logo {
    max-width: 100%;
  }
}

.access__contact {
  display: block;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #46b3d1;
  padding: 6px;
  padding: 0.375rem;
  text-align: center;
  border-radius: 5px;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .access__contact {
    font-size: 2.5rem;
    margin-top: 1.25rem;
  }
}

.access__box {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .access__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.access__tell {
  width: 100%;
  max-width: 52px;
  max-width: 3.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .access__tell {
    max-width: 4.6875rem;
  }
}

.access__number {
  color: #46b3d1;
  font-size: 40px;
  font-size: 2.5rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .access__number {
    font-size: 4.125rem;
  }
}

.access__type {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .access__type {
    font-size: 2.625rem;
  }
}

.access__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 7px;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .access__place {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.access__place:first-child {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.access__place .fas {
  font-size: 16px;
  font-size: 1rem;
  color: #46b3d1;
}
@media screen and (max-width: 767px) {
  .access__place .fas {
    font-size: 2.5rem;
  }
}

.access__place a,
.access__place p {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .access__place a,
  .access__place p {
    font-size: 2.375rem;
  }
}

.access__hours {
  width: 100%;
  max-width: 594px;
  max-width: 37.125rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .access__hours {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}

.access__content {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-left: 23px;
  margin-left: 1.4375rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .access__content {
    font-size: 2.5rem;
    margin-top: 1.875rem;
  }
}

.access__text + .access__text {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.access__map {
  margin-top: 113px;
  margin-top: 7.0625rem;
}

.accordion-list {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .accordion-list {
    font-size: 2.3125rem;
  }
}

.accordion-list__content {
  padding: 0 43px;
  padding: 0 2.6875rem;
  -webkit-box-shadow: 4px 4px 25px 0 #d6d5d5;
  box-shadow: 4px 4px 25px 0 #d6d5d5;
}

.accordion-list__content span {
  display: block;
  font-family: "AppleMyungjo", sans-serif;
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .accordion-list__content span {
    font-size: 4.25rem;
  }
}

.accordion-list__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.accordion-list__question:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .accordion-list__question {
    padding-top: 2.5625rem;
    padding-bottom: 2.375rem;
  }
  .accordion-list__question:hover {
    opacity: 1;
  }
}

.accordion-list__question::after {
  content: "";
  position: absolute;
  right: 84px;
  right: 5.25rem;
  top: calc(50% - 0.625rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border-top: solid 2px #000;
  border-top: solid 0.125rem #000;
  border-right: solid 2px #000;
  border-right: solid 0.125rem #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .accordion-list__question::after {
    border-top: solid 0.25rem #000;
    border-right: solid 0.25rem #000;
    right: 5.375rem;
  }
}

.accordion-list__question::before {
  content: "";
  position: absolute;
  right: 70px;
  right: 4.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .accordion-list__question::before {
    border: 0.25rem solid #000;
  }
}

.accordion-list__question span {
  color: #46b3d1;
}

.accordion-list__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  padding-left: 97px;
  padding-left: 6.0625rem;
  width: 100%;
  max-width: 930px;
  max-width: 58.125rem;
}
@media screen and (max-width: 767px) {
  .accordion-list__title {
    font-size: 2.875rem;
    max-width: 50rem;
  }
}

.accordion-list__answer {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-top: 1px dashed #000;
}

.accordion-list__answer.is-open {
  opacity: 1;
  line-height: 1.8;
  height: auto;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .accordion-list__answer.is-open {
    padding-top: 1.9375rem;
    padding-bottom: 2.8125rem;
  }
}

.accordion-list__answer span {
  color: #ef9b99;
}

.accordion-list__answer.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-list__text {
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 97px;
  margin-left: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .accordion-list__text {
    font-size: 2.875rem;
  }
}

.accordion-list__content + .accordion-list__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  background-color: #ef9b99;
  border-radius: 108.5px;
  padding: 24.5px 102px 24.5px 118px;
  padding: 1.53125rem 6.375rem 1.53125rem 7.375rem;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 3.125rem;
  }
}

.btn::before {
  content: "";
  display: inline-block;
  background-image: url(./../images/btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 38px;
  left: 2.375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 40px;
  max-width: 2.5rem;
  height: 100%;
  max-height: 34px;
  max-height: 2.125rem;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-list__item {
  position: relative;
  width: 100%;
  max-width: calc(33.3333% - 4.75rem);
}
@media screen and (max-width: 767px) {
  .card-list__item {
    max-width: calc(33.3333% - 1.41667rem);
  }
}

.card-list__item + .card-list__item {
  margin-left: 114px;
  margin-left: 7.125rem;
}
@media screen and (max-width: 767px) {
  .card-list__item + .card-list__item {
    margin-left: 2.125rem;
  }
}

.card-list__item:nth-child(3n + 1) {
  margin-left: 0;
}

.card-list__item:nth-child(n + 4) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.card-list__img {
  width: 100%;
  position: relative;
}

.card-list__img::before {
  content: "";
  display: block;
  padding-top: 123.351648%;
}

.card-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.card-list__text {
  position: absolute;
  bottom: 67px;
  bottom: 4.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #fff;
  padding: 16px;
  padding: 1rem;
  width: 100%;
  max-width: 233px;
  max-width: 14.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-list__text {
    max-width: 16.4375rem;
    font-size: 2.125rem;
  }
}

.card-list__text.card-list__text--large {
  padding: 10px;
  padding: 0.625rem;
  bottom: 47px;
  bottom: 2.9375rem;
}

.contact {
  text-align: center;
  background-color: #f2fafe;
  padding-top: 93px;
  padding-top: 5.8125rem;
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
}

.contact__inner.inner {
  max-width: 1043px;
}

.contact__text {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 2.75rem;
  }
}

.contact__btn {
  position: relative;
  text-align: center;
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.contact__info {
  position: absolute;
  top: -124px;
  top: -7.75rem;
  right: calc(50% - 24.0625rem);
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  background-color: #46b3d1;
  border-radius: 50%;
  padding: 33px 33px 30px;
  padding: 2.0625rem 2.0625rem 1.875rem;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact__info {
    font-size: 1.875rem;
    top: -10.25rem;
    right: calc(50% - 34.6875rem);
  }
}
@media screen and (max-width: 360px) {
  .contact__info {
    right: calc(50% - 35.9375rem);
  }
}

.contact__info::before {
  content: "";
  position: absolute;
  bottom: 1px;
  bottom: 0.0625rem;
  left: -16px;
  left: -1rem;
  border: 15px solid transparent;
  border: 0.9375rem solid transparent;
  border-right: 25px solid #46b3d1;
  border-right: 1.5625rem solid #46b3d1;
  width: 100%;
  max-width: 30px;
  max-width: 1.875rem;
  height: 100%;
  max-height: 30px;
  max-height: 1.875rem;
  z-index: 0;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
}
@media screen and (max-width: 767px) {
  .contact__info::before {
    bottom: 1.25rem;
    left: -0.6875rem;
  }
}
@media screen and (max-width: 360px) {
  .contact__info::before {
    bottom: 1.875rem;
    left: -0.0625rem;
  }
}

.differ__contents {
  text-align: center;
}

.differ__title {
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d0b45d),
    color-stop(50%, #a18b3c),
    to(#d0b45d)
  );
  background: linear-gradient(to right, #d0b45d, #a18b3c 50%, #d0b45d);
  text-shadow: 7px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 25px;
  padding: 1.5625rem;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .differ__title {
    font-size: 4.25rem;
  }
}

.differ__small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .differ__small {
    font-size: 2.375rem;
  }
}

.differ__medium {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .differ__medium {
    font-size: 3.5rem;
  }
}

.differ__body {
  border-left: 9px solid #d0b45d;
  border-right: 9px solid #d0b45d;
  border-bottom: 9px solid #d0b45d;
  padding: 115px 0px 80px;
  padding: 7.1875rem 0rem 5rem;
}
@media screen and (max-width: 767px) {
  .differ__body {
    border-left: 4px solid #d0b45d;
    border-right: 4px solid #d0b45d;
    border-bottom: 4px solid #d0b45d;
  }
}

.differ__content {
  width: 100%;
  max-width: 1044px;
  max-width: 65.25rem;
  margin-left: auto;
  margin-right: auto;
}
.differ__about {
  width: 100%;
  max-width: 1110px;
  max-width: 69.375rem;
  margin-top: 150px;
  margin-top: 9.375rem;
  margin-left: auto;
  margin-right: auto;
}

.differ__subtitle {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .differ__subtitle {
    font-size: 3.5rem;
  }
}

.differ__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .differ__text {
    font-size: 2.25rem;
  }
}

.differ__img {
  width: 100%;
  max-width: 724px;
  max-width: 45.25rem;
  position: relative;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .differ__img {
    margin-top: 3rem;
  }
}

.differ__img::before {
  content: "";
  display: block;
  padding-top: 52.624309%;
}

.differ__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.differ__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .differ__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.625rem;
  }
}

.differ__sub-img {
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .differ__sub-img {
    display: none;
  }
}

.differ__prime {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-left: 17px;
  margin-left: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .differ__prime {
    font-size: 2.25rem;
  }
}

.differ__large {
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .differ__large {
    font-size: 3.5rem;
  }
}

.differ__large::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ef9b99;
  width: 100%;
  height: 16px;
  height: 1rem;
  z-index: -1;
}

.flow__title {
  text-align: center;
}

.flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 61px;
  margin-top: 3.8125rem;
}

.flow__item {
  position: relative;
  width: 100%;
  max-width: calc(33.3333% - 4.125rem);
}

.flow__item + .flow__item {
  margin-left: 99px;
  margin-left: 6.1875rem;
}

.flow__item:nth-child(3n + 1) {
  margin-left: 0;
  content: none;
}

.flow__item:first-child .flow__block::before,
.flow__item:nth-child(3n + 1) .flow__block::before {
  content: none;
}

.flow__item:nth-child(n + 4) {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.flow__block {
  position: relative;
  width: 100%;
  background-color: #f2fafe;
  border-radius: 50%;
}

.flow__block::before {
  content: "";
  position: absolute;
  top: 60%;
  left: -54px;
  left: -3.375rem;
  border-top: 15px solid transparent;
  border-top: 0.9375rem solid transparent;
  border-left: 15px solid #46b3d1;
  border-left: 0.9375rem solid #46b3d1;
  border-bottom: 15px solid transparent;
  border-bottom: 0.9375rem solid transparent;
}

.flow__block::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.flow__block .flow__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.flow__img img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow__img.flow__img--01 {
  max-width: 186px;
  max-width: 11.625rem;
}

.flow__img.flow__img--02 {
  max-width: 218px;
  max-width: 13.625rem;
}

.flow__img.flow__img--03 {
  max-width: 198px;
  max-width: 12.375rem;
}

.flow__img.flow__img--04 {
  max-width: 209px;
  max-width: 13.0625rem;
}

.flow__img.flow__img--05 {
  max-width: 168px;
  max-width: 10.5rem;
  left: 57%;
}
.flow__img.flow__img--05 img {
  top: 44%;
}

.flow__img.flow__img--06 {
  max-width: 221px;
  max-width: 13.8125rem;
}

.flow__text {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__text {
    font-size: 2.5rem;
  }
}

.flow__number {
  position: absolute;
  top: -16px;
  top: -1rem;
  left: 13px;
  left: 0.8125rem;
  color: #46b3d1;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
}

.flow__add {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-left: 50px;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .flow__add {
    font-size: 2rem;
  }
}

.footer__inner.inner {
  max-width: 1114px;
}

.footer__body {
  background-color: #f2fafe;
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 124px;
  padding-bottom: 7.75rem;
  text-align: center;
}

.footer__btn {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
}

.footer__copy {
  color: #fff;
  text-align: center;
  background-color: #46b3d1;
  padding: 18px 0;
  padding: 1.125rem 0;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 2.375rem;
  }
}

.header {
  background-color: #fff;
}

.header__inner {
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 1.25rem;
  }
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 55px;
  margin-left: 3.4375rem;
}
@media screen and (max-width: 1260px) {
  .header__btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header__btn + .header__btn {
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 1260px) {
  .header__btn + .header__btn {
    margin-top: 0.9375rem;
    margin-left: 0;
  }
}

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 440px) {
  .info-box {
    display: none;
  }
}

.info-box__tell {
  display: inline-block;
  width: 100%;
  max-width: 50px;
  max-width: 3.125rem;
  margin-top: -14px;
  margin-top: -0.875rem;
}

.info-box__block {
  margin-left: 7.5px;
  margin-left: 0.46875rem;
}

.info-box__number a {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  color: #64b0ce;
  line-height: 1.5;
}
.info-box__hours {
  font-size: 12px;
  font-size: 0.75rem;
}

.inner {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-footer {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 14.8rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  min-height: 100px;
  min-height: 6.25rem;
}
@media screen and (max-width: 1260px) {
  .l-header {
    min-height: 10.3125rem;
  }
}
@media screen and (max-width: 440px) {
  .l-header {
    min-height: 16.25rem;
  }
}

.line-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #45b855;
  padding: 15px 29.5px 15px 64.5px;
  padding: 0.9375rem 1.84375rem 0.9375rem 4.03125rem;
  border-radius: 27.5px;
}
@media screen and (max-width: 440px) {
  .line-btn {
    font-size: 2.375rem;
    padding: 0.9375rem 3.09375rem 0.9375rem 5.28125rem;
  }
}

.line-btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 21px;
  left: 1.3125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(./../images/line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 28px;
  max-width: 1.75rem;
  height: 100%;
  max-height: 28px;
  max-height: 1.75rem;
}
@media screen and (max-width: 440px) {
  .line-btn::before {
    max-width: 2.375rem;
    max-height: 2.375rem;
    left: 1.5625rem;
  }
}

.list01 {
  font-weight: 700;
}

.list01__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list01__term {
  width: 100%;
  max-width: 435px;
  max-width: 27.1875rem;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  background-color: #ef9b99;
  border-radius: 20px 20px 0 0;
  padding: 22px;
  padding: 1.375rem;
}
@media screen and (max-width: 767px) {
  .list01__term {
    font-size: 2.875rem;
    max-width: 30.3125rem;
  }
}

.list01__term.list01__term--salon {
  max-width: 356px;
  max-width: 22.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #c0c0c0;
  padding: 38px 22px 28px;
  padding: 2.375rem 1.375rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .list01__term.list01__term--salon {
    font-size: 2.125rem;
    max-width: 25.375rem;
  }
}

.list01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list01__info {
  width: 100%;
  max-width: 253px;
  max-width: 15.8125rem;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #c0c0c0;
  padding: 55px;
  padding: 3.4375rem;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 767px) {
  .list01__info {
    font-size: 2.125rem;
    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;
    max-width: 9.5625rem;
    border-bottom: 3px solid #fff;
    padding: 0.3125rem;
  }
}
@media screen and (max-width: 440px) {
  .list01__info {
    max-width: 9.3125rem;
  }
}
@media screen and (max-width: 360px) {
  .list01__info {
    max-width: 7.3125rem;
  }
}

.list01__text {
  width: 100%;
  max-width: 435px;
  max-width: 27.1875rem;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 25px 19px;
  padding: 1.5625rem 1.1875rem;
  border: 5px solid #ef9b99;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .list01__text {
    max-width: 30.3125rem;
    font-size: 2.125rem;
    padding: 2.1875rem 0.625rem;
    border: 3px solid #ef9b99;
    border-top: none;
  }
}

.list01__item:first-child .list01__info {
  border-radius: 20px 20px 0 0;
}

.list01__item:last-child .list01__info {
  border-bottom: none;
}

.list01__large {
  color: #ef9b99;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .list01__large {
    font-size: 2.5rem;
  }
}

.list01__text.list01__text--salon {
  width: 100%;
  max-width: 356px;
  max-width: 22.25rem;
  border-bottom: 5px solid #c0c0c0;
  border-right: 5px solid #c0c0c0;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .list01__text.list01__text--salon {
    border-bottom: 3px solid #c0c0c0;
    border-right: 3px solid #c0c0c0;
    max-width: 25.375rem;
  }
}

.list01__text.list01__text--salon .list01__large {
  color: #6dc3db;
}

.list01__text.list01__text--salon-one {
  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;
}
@media screen and (max-width: 767px) {
  .list01__text.list01__text--salon-one {
    display: block;
  }
}

.list02__item {
  border-bottom: 1px solid #c4c4c4;
  padding: 43px 0;
  padding: 2.6875rem 0;
}

.list02__terms,
.list02__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list02__term {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #ef9b99;
  border-radius: 20px 20px 0 0;
  padding: 33px 10px 24px;
  padding: 2.0625rem 0.625rem 1.5rem;
  text-align: center;
  width: 100%;
  max-width: calc(25% - 1.40625rem);
}
.list02__term.list02__term--03{
    max-width: calc(33% - 1.40625rem);
  }
@media screen and (max-width: 767px) {
  .list02__term {
    font-size: 2.75rem;
    max-width: calc(25% - 0.70313rem);
  }
  .list02__term.list02__term--03{
    max-width: calc(33% - 0.70313rem);
  }
}

.list02__term + .list02__term {
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .list02__term + .list02__term {
    margin-left: 0.9375rem;
  }
}

.list02__term.list02__term--plan {
  background-color: #c0c0c0;
}

.list02__content {
  width: 100%;
  max-width: 25%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.list02__content.list02__content--03{
  max-width: 33%;
}
@media screen and (max-width: 767px) {
  .list02__content {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .list02__content:first-child {
    margin-left: -0.9375rem;
  }
}

.list02__content.list02__content--large {
  color: #ef9b99;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .list02__content.list02__content--large {
    font-size: 3rem;
  }
}

.list02__content:first-child {
  font-weight: 400;
}

.list02__small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .list02__small {
    font-size: 2rem;
  }
}

.list02__info {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .list02__info {
    font-size: 2.625rem;
  }
}

.list02__option {
  width: 100%;
  max-width: 700px;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .list02__option {
    margin-top: 5.3125rem;
  }
}

.list02__option .list02__item {
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  padding: 18px;
  padding: 1.125rem;
}

.list02__option .list02__term {
  max-width: 100%;
  padding: 19px;
  padding: 1.1875rem;
}

.list02__option .list02__contents {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 16px;
  margin-left: 1rem;
}

.list02__option .list02__content {
  font-weight: 400;
  text-align: left;
}

.list02__option .list02__content:first-child {
  margin-left: 0px;
  margin-left: 0rem;
  max-width: 50%;
}

.list02__option .list02__content:last-child {
  margin-left: 161px;
  margin-left: 10.0625rem;
}
@media screen and (max-width: 767px) {
  .list02__option .list02__content:last-child {
    margin-left: 7.5rem;
  }
}

.logo {
  width: 100%;
  max-width: 357px;
  max-width: 22.3125rem;
}
@media screen and (max-width: 440px) {
  .logo {
    max-width: 34.8125rem;
  }
}

.map {
  width: 100%;
  height: 486px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .map {
    height: 230px;
  }
}

.map iframe {
  width: 100%;
  height: 786px;
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 530px;
  }
}

.mv {
  position: relative;
  height: calc(100vh - 6.25rem);
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1260px) {
  .mv {
    height: 64.375rem;
  }
}

.mv__img {
  width: 100%;
  position: relative;
  height: inherit;
}

.mv__img::before {
  content: "";
  display: block;
  padding-top: 57.638889%;
}

.mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mv__content {
  font-weight: 700;
  position: absolute;
  bottom: 41%;
  right: 12.7%;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv__content {
    bottom: 28.8125rem;
    right: 8%;
  }
}

.mv__ac,
.mv__ac span {
  position: relative;
  display: inline-block;
  font-size: 2.5vw;
}
@media screen and (max-width: 767px) {
  .mv__ac,
  .mv__ac span {
    font-size: 4.125rem;
  }
}

.mv__ac span::before,
.mv__ac span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  bottom: -0.25rem;
  left: -40px;
  left: -2.5rem;
  width: 7px;
  width: 0.4375rem;
  height: 36px;
  height: 2.25rem;
  background-color: #46b3d1;
  border-radius: 20px;
  -webkit-transform: rotate(-23.65deg);
  transform: rotate(-23.65deg);
}
@media screen and (max-width: 767px) {
  .mv__ac span::before,
  .mv__ac span::after {
    height: 3.5rem;
  }
}

.mv__ac span::after {
  right: -40px;
  right: -2.5rem;
  left: auto;
  left: initial;
  -webkit-transform: rotate(23.65deg);
  transform: rotate(23.65deg);
}

.mv__ac::before,
.mv__ac::after {
  content: "";
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: -73px;
  left: -4.5625rem;
  width: 7px;
  width: 0.4375rem;
  height: 63px;
  height: 3.9375rem;
  background-color: #46b3d1;
  border-radius: 20px;
  -webkit-transform: rotate(-23.65deg);
  transform: rotate(-23.65deg);
}
@media screen and (max-width: 767px) {
  .mv__ac::before,
  .mv__ac::after {
    height: 5.1875rem;
  }
}

.mv__ac::after {
  right: -73px;
  right: -4.5625rem;
  left: auto;
  left: initial;
  -webkit-transform: rotate(23.65deg);
  transform: rotate(23.65deg);
}

.mv__text {
  font-size: 2.5vw;
  font-weight: 600;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 4.125rem;
  }
}

.mv__title {
  color: #ef9b99;
  font-size: 10vw;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 10.875rem;
  }
}

.mv__items {
  position: absolute;
  left: 50%;
  bottom: 6.8%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__items {
    bottom: 3.125rem;
  }
}

.mv__item {
  font-size: 1.6666666667vw;
  width: 100%;
  max-width: 13.8888888889vw;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 0.9722222222vw 0.9027777778vw;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .mv__item {
    max-width: 20rem;
    font-size: 2.125rem;
    padding: 2.125rem 2.0625rem;
  }
}

.mv__border {
  border: 1px dashed #46b3d1;
  border-radius: 50%;
  padding: 3.8194444444vw 0.9027777778vw;
}
@media screen and (max-width: 767px) {
  .mv__border {
    padding: 4.6875rem 0.1875rem;
  }
}

.mv__item + .mv__item {
  margin-left: 4.8611111111vw;
}

.mv__small {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .mv__small {
    font-size: 1.75rem;
  }
}

.mv__small:last-of-type {
  display: block;
}

.pay {
  background-color: #f2fafe;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 145px;
  padding-bottom: 9.0625rem;
  text-align: center;
}

.pay__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pay__title {
    font-size: 2.875rem;
  }
}

.pay__content {
  background: #fff;
  border-radius: 20px;
  padding: 53px 0;
  padding: 3.3125rem 0;
  margin-top: 73px;
  margin-top: 4.5625rem;
}

.pay__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pay__text {
    font-size: 2.5rem;
  }
}

.pay__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .pay__items {
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    padding: 0 3.1875rem;
    row-gap: 3.1875rem;
    width: 100%;
    max-width: 500px;
  }
}

.pay__item {
  width: 100%;
  max-width: 342px;
  max-width: 21.375rem;
  border: 3px solid #c4c4c4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pay__item {
    width: 100%;
    max-width: none;
  }
}

.pay__item {
  padding: 35px 0 30px 0;
  padding: 2.1875rem 0 1.875rem 0;
}

.pay__subtitle {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pay__subtitle {
    font-size: 2.375rem;
  }
}

.pay__cash-img {
  width: 100%;
  max-width: 108px;
  max-width: 6.75rem;
  margin-top: 46px;
  margin-top: 2.875rem;
  margin-left: auto;
  margin-right: auto;
}

.pay__imgs {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .pay__imgs {
    gap: 2rem;
    padding: 0 2rem;
  }
}

.pay__credit01 {
  width: 100%;
  max-width: 61px;
  max-width: 3.8125rem;
}

.pay__credit02 {
  width: 100%;
  max-width: 70px;
  max-width: 4.375rem;
  margin-left: 27px;
  margin-left: 1.6875rem;
}

.pay__credit03 {
  width: 100%;
  max-width: 87px;
  max-width: 5.4375rem;
  margin-left: 27px;
  margin-left: 1.6875rem;
}

.pay__credit04 {
  width: 100%;
  max-width: 65px;
  max-width: 4.0625rem;
}

.pay__credit05 {
  width: 100%;
  max-width: 61px;
  max-width: 3.8125rem;
  margin-left: 30px;
  margin-left: 1.875rem;
}

.pay__credit06 {
  width: 100%;
  max-width: 101px;
  max-width: 6.3125rem;
  margin-left: 17px;
  margin-left: 1.0625rem;
}

.pay__imgs li:nth-child(n + 4) {
  margin-top: 67px;
  margin-top: 4.1875rem;
}

@media screen and (max-width: 767px) {
  .pay__credit01,
  .pay__credit02,
  .pay__credit03,
  .pay__credit04,
  .pay__credit05,
  .pay__credit06 {
    width: calc((100% - 2rem * 2) / 3);
    max-width: none;
    margin-left: 0;
  }

  .pay__imgs li:nth-child(n + 4) {
    margin-top: 0;
  }
}

.pay__item + .pay__item {
  margin-left: 78px;
  margin-left: 4.875rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .pay__item + .pay__item {
    margin-left: 0;
  }
}

.pay__imgs-other {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.6875rem;
  margin-top: 1.875rem;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .pay__imgs-other {
    gap: 2rem;
  }
}

.pay__other-lg {
  width: 100%;
}

.pay__other {
  width: calc((100% - 1.6875rem * 2) / 3);
}

@media screen and (max-width: 767px) {
  .pay__other {
    width: calc((100% - 2rem * 2) / 3);
  }
}

.plan {
  font-family: "Roboto", sans-serif;
}

.plan__inner.inner {
  max-width: 1340px;
}

.plan__title {
  text-align: center;
}

.plan__block {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}

.plan__block + .plan__block {
  margin-top: 80px;
  margin-top: 5rem;
}

.plan__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .plan__subtitle {
    font-size: 2.75rem;
  }
}

.plan__img {
  width: 100%;
  max-width: 803px;
  max-width: 50.1875rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .plan__img {
    max-width: 100%;
  }
}

.plan__items {
  margin-top: 109px;
  margin-top: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .plan__items {
    margin-top: 8.0625rem;
  }
}

.point {
  background-color: #f2fafe;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}

.point__title {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .point__title {
    font-size: 3.5rem;
  }
}

.point__pink {
  color: #ef9b99;
}

.point__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 76px;
  margin-top: 4.75rem;
}
.point__content {
  text-align: center;
  width: 100%;
  max-width: 645px;
  max-width: 40.3125rem;
}
@media screen and (max-width: 767px) {
  .point__content {
    max-width: 43.4375rem;
  }
}

.point__subtitle {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__subtitle {
    font-size: 2.75rem;
  }
}

.point__subtitle::before,
.point__subtitle::after {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background: #000;
  border-radius: 5px;
  content: "";
  height: 3px;
  height: 0.1875rem;
  width: 50px;
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .point__subtitle::before,
  .point__subtitle::after {
    height: 0.375rem;
    width: 3.75rem;
  }
}

.point__subtitle::before {
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  left: -61px;
  left: -3.8125rem;
}
@media screen and (max-width: 767px) {
  .point__subtitle::before {
    left: -5.0625rem;
  }
}

.point__subtitle::after {
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  right: -61px;
  right: -3.8125rem;
}
@media screen and (max-width: 767px) {
  .point__subtitle::after {
    right: -5.0625rem;
  }
}

.point__large {
  position: relative;
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .point__large {
    font-size: 5.25rem;
  }
}

.point__large::before,
.point__large::after,
.point__medium::before {
  position: absolute;
  display: inline-block;
  background: #ef9b99;
  border-radius: 5px;
  content: "";
  width: 3px;
  width: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .point__large::before,
  .point__large::after,
  .point__medium::before {
    width: 0.1875rem;
  }
}

.point__large::before {
  top: 5px;
  top: 0.3125rem;
  right: 20px;
  right: 1.25rem;
  height: 16px;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .point__large::before {
    top: 0.9375rem;
    right: 1.875rem;
  }
}

.point__large::after {
  top: 10px;
  top: 0.625rem;
  right: 12px;
  right: 0.75rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  height: 13px;
  height: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .point__large::after {
    top: 1.25rem;
    right: 1.25rem;
  }
}

.point__medium {
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .point__medium {
    font-size: 3.5rem;
  }
}

.point__medium::before {
  top: -19px;
  top: -1.1875rem;
  left: -7px;
  left: -0.4375rem;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  height: 15px;
  height: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .point__medium::before {
    top: -0.5625rem;
    left: -0.5625rem;
  }
}

.point__items {
  text-align: left;
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 20px 5px;
  padding: 1.25rem 0.3125rem;
  -webkit-box-shadow: 5px 4px 4px #c4c4c4;
  box-shadow: 5px 4px 4px #c4c4c4;
}
@media screen and (max-width: 767px) {
  .point__item {
    font-size: 2.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.point__item + .point__item {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.point__text {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point__text {
    margin-left: 1.25rem;
    line-height: normal;
  }
}

.point__item:nth-child(n + 2) .point__text {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .point__item:nth-child(n + 2) .point__text {
    margin-left: 1.25rem;
  }
}

.point__item:last-child .point__text {
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .point__item:last-child .point__text {
    margin-left: 1.25rem;
  }
}

.point__number {
  display: inline-block;
  color: #ef9b99;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.25rem;
  }
}

.point__number span {
  display: inline-block;
  color: #000;
}

.point__info {
  text-align: center;
  margin-left: 66px;
  margin-left: 4.125rem;
  width: 100%;
  max-width: 473px;
  max-width: 29.5625rem;
}
@media screen and (max-width: 767px) {
  .point__info {
    max-width: 26.4375rem;
  }
}

.point__img {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 48px 119px;
  padding: 3rem 7.4375rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .point__img {
    padding: 3rem 6.875rem;
  }
}

.point__name {
  display: inline-block;
  background-color: #fff;
  border: 3px solid #64b0ce;
  padding: 15px 87px;
  padding: 0.9375rem 5.4375rem;
  border-radius: 38.5px;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .point__name {
    font-size: 1.75rem;
    border: 1px solid #64b0ce;
  }
}

.private {
  background-color: #fdf6e0;
  padding-top: 87px;
  padding-top: 5.4375rem;
  padding-bottom: 118px;
  padding-bottom: 7.375rem;
  text-align: center;
}

.private__inner.inner {
  max-width: 1368px;
}

.private__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 64px;
  margin-top: 4rem;
}

.private__item {
  position: relative;
  width: 100%;
  max-width: calc(33.3333% - 1.25rem);
  border-radius: 20px;
}

.private__item + .private__item {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.private__item:nth-child(3n + 1) {
  margin-left: 0;
}

.private__item:nth-child(n + 4) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.private__item::before {
  content: "";
  display: block;
  padding-top: 77.380952%;
}

.private__item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.private__text {
  margin-top: 102px;
  margin-top: 6.375rem;
}
@media screen and (max-width: 767px) {
  .private__text {
    font-size: 2.75rem;
  }
}

.question__title {
  text-align: center;
}

.question__items {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.reserve-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ef9b99;
  padding: 15px 17px 15px 40px;
  padding: 0.9375rem 1.0625rem 0.9375rem 2.5rem;
  border-radius: 27.5px;
}
@media screen and (max-width: 440px) {
  .reserve-btn {
    font-size: 2.375rem;
    padding: 0.9375rem 2.9375rem 0.9375rem 4.375rem;
  }
}

.reserve-btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(./../images/btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 24px;
  max-width: 1.5rem;
  height: 100%;
  max-height: 24px;
  max-height: 1.5rem;
}
@media screen and (max-width: 440px) {
  .reserve-btn::before {
    max-width: 2.125rem;
    max-height: 2.125rem;
    left: 1rem;
  }
}

.section-access {
  margin-top: 118px;
  margin-top: 7.375rem;
}

.section-contact {
  margin-top: 155px;
  margin-top: 9.6875rem;
}

.section-differ {
  margin-top: 150px;
  margin-top: 9.375rem;
}

.section-flow {
  margin-top: 156px;
  margin-top: 9.75rem;
}

.section-head {
  display: inline-block;
}

.section-head__title {
  font-family: "AppleMyungjo", sans-serif;
  color: #46b3d1;
  opacity: 0.4;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-head__title {
    font-size: 6.5rem;
  }
}

.section-head__subtitle {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-head__subtitle {
    font-size: 3.5rem;
  }
}

.section-head__subtitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-2.8125rem);
  transform: translateX(-2.8125rem);
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #040404;
}

.section-mv {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1260px) {
  .section-mv {
    margin-top: 10.3125rem;
  }
}
@media screen and (max-width: 440px) {
  .section-mv {
    margin-top: 16.25rem;
  }
}

.section-pay {
  margin-top: 97px;
  margin-top: 6.0625rem;
}

.section-plan {
  margin-top: 150px;
  margin-top: 9.375rem;
}

.section-point {
  margin-top: 101px;
  margin-top: 6.3125rem;
}

.section-private {
  margin-top: 143px;
  margin-top: 8.9375rem;
}

.section-question {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.section-subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-subhead__number {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-subhead__number {
    font-size: 3.375rem;
  }
}

.section-subhead__title {
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .section-subhead__title {
    font-size: 3.375rem;
  }
}

.section-subhead__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  left: 0.625rem;
  width: 2px;
  width: 0.125rem;
  height: 100%;
  background-color: #46b3d1;
}

.section-title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 4.5625rem;
  }
}

.section-title__large {
  display: inline-block;
  color: #ef9b99;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-title__large {
    font-size: 5.3125rem;
  }
}

.section-title__small {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .section-title__small {
    font-size: 3.8125rem;
  }
}

.section-title__dot {
  position: relative;
  display: inline-block;
}

.section-title__dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: #ef9b99;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .section-title__dot::before {
    width: 4px;
    height: 4px;
  }
}

.section-treatment {
  margin-top: 157px;
  margin-top: 9.8125rem;
}

.section-trouble {
  margin-top: 154px;
  margin-top: 9.625rem;
}

.sub-btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #46b3d1;
  border-radius: 108.5px;
  padding: 15px 60px;
  padding: 0.9375rem 3.75rem;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .sub-btn {
    font-size: 2.5rem;
    padding: 1.5625rem 4.375rem;
  }
}

.sub-logo {
  width: 100%;
  max-width: 232px;
  max-width: 14.5rem;
}
@media screen and (max-width: 767px) {
  .sub-logo {
    max-width: 27rem;
  }
}

.subsection-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #fff;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .subsection-title {
    font-size: 3rem;
  }
}

.subsection-title__large {
  color: #ef9b99;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .subsection-title__large {
    font-size: 3.5rem;
  }
}

.subsection-title.subsection-title--thin {
  font-weight: 400;
}

.table__item {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ddd;
}

.table__title {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  width: 187px;
  width: 11.6875rem;
}
@media screen and (max-width: 767px) {
  .table__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 21.25rem;
  }
}

.table__title .far,
.table__title .fas {
  color: #46b3d1;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .table__title .far,
  .table__title .fas {
    font-size: 2.75rem;
  }
}

.table__term {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .table__term {
    font-size: 2.375rem;
  }
}

.table__term.table__term--ac {
  color: #46b3d1;
  letter-spacing: 0.357em;
}

.table__term.table__term--after {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.table__detail {
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .table__detail {
    font-size: 2.5rem;
  }
}

.table__item:nth-child(n + 2) .table__detail {
  color: #46b3d1;
}

.trouble {
  text-align: center;
}

.trouble__contents {
  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;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.trouble__items {
  width: 100%;
  max-width: 602px;
  max-width: 37.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 67px;
  margin-left: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .trouble__items {
    max-width: 100%;
    margin-left: 0;
  }
}

.trouble__item {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: calc(50% - 1.1875rem);
  background-color: #fdf6e0;
  text-align: center;
  padding: 16px 25px;
  padding: 1rem 1.5625rem;
  border: 2px solid #040404;
  border-radius: 33px;
}
@media screen and (max-width: 767px) {
  .trouble__item {
    font-size: 2.25rem;
    padding: 2.25rem 2.8125rem;
  }
}

.trouble__item.trouble__item--one {
  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;
}

.trouble__item + .trouble__item {
  margin-left: 38px;
  margin-left: 2.375rem;
}

@media screen and (max-width: 767px) {
  .trouble__item.trouble__item--sp {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.trouble__item:nth-child(2n + 1) {
  margin-left: 0;
  content: none;
}

.trouble__item:nth-child(n + 3) {
  margin-top: 59px;
  margin-top: 3.6875rem;
}

.trouble__ac {
  color: #ef9b99;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .trouble__ac {
    font-size: 2.375rem;
  }
}

.trouble__img01 {
  width: 100%;
  max-width: 165px;
  max-width: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .trouble__img01 {
    display: none;
  }
}

.trouble__items + .trouble__img01 {
  margin-left: 83px;
  margin-left: 5.1875rem;
}

.trouble__lead {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
  max-width: 570px;
  max-width: 35.625rem;
  padding-top: 29px;
  padding-top: 1.8125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 97px;
  margin-top: 6.0625rem;
  background: -webkit-gradient(
        linear,
        right top,
        left bottom,
        color-stop(50%, #46b3d1),
        color-stop(50%, transparent)
      )
      top left/50% 100% no-repeat,
    -webkit-gradient(
        linear,
        left top,
        right bottom,
        color-stop(50%, #46b3d1),
        color-stop(50%, transparent)
      ) top right/50% 100% no-repeat;
  background: linear-gradient(to bottom left, #46b3d1 50%, transparent 50%) top
      left/50% 100% no-repeat,
    linear-gradient(to bottom right, #46b3d1 50%, transparent 50%) top right/50%
      100% no-repeat;
}
@media screen and (max-width: 767px) {
  .trouble__lead {
    max-width: 48.125rem;
    font-size: 2.75rem;
  }
}

.trouble__block {
  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;
  margin-left: calc(50% - 21.375rem);
  margin-top: -6px;
  margin-top: -0.375rem;
}

.trouble__subtitle {
  width: 100%;
  max-width: 574px;
  max-width: 35.875rem;
}
@media screen and (max-width: 767px) {
  .trouble__subtitle {
    max-width: 574px;
  }
}

.trouble__subtitle .section-title__large {
  display: block;
}

.trouble__img02 {
  width: 100%;
  max-width: 224px;
  max-width: 14rem;
  margin-left: 17px;
  margin-left: 1.0625rem;
}

.trouble__text {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 121px;
  margin-top: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .trouble__text {
    font-size: 2.75rem;
  }
}

.trouble__text + .trouble__text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.trouble__border {
  position: relative;
}

.trouble__border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ef9b99;
  width: 100%;
  height: 16px;
  height: 1rem;
  z-index: -1;
}

.trouble__text-large {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .trouble__text-large {
    font-size: 3.5rem;
  }
}

.trouble__main-img {
  position: relative;
  width: 100%;
  max-width: 1012px;
  max-width: 63.25rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.trouble__main-img::before {
  content: "";
  display: block;
  padding-top: 56.745348%;
}

.trouble__main-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.pagetop {
  position: fixed;
  background: #fff;
  width: 100px;
  height: 80px;
  bottom: -80px;
  right: 0;
  z-index: 200;
  display: block;
  border-radius: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 60px;
    height: 60px;
  }
}

.pagetop a {
  display: block;
  cursor: pointer;
}

.pagetop a span {
  display: block;
  width: 100px;
  height: 80px;
  text-indent: -10000px;
  font-size: 0;
}

.pagetopArrow {
  position: absolute;
  width: 10px;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  z-index: 201;
}

@media screen and (max-width: 767px) {
  .pagetopArrow {
    bottom: 40px;
  }
}

.pagetopArrow::before {
  position: absolute;
  background: #46b2d2;
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.pagetopArrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 5px;
  border-color: transparent transparent #46b2d2 transparent;
  top: -3px;
  left: 1px;
}

.footerBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .footerBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    background-color: #fff;
    box-shadow: 0 -1px 4px rgb(0 0 0 / 10%);
    padding: 1.5rem;
    padding-bottom: calc(env(safe-area-inset-bottom) + 1.5rem);
    column-gap: 1.5rem;
    width: 100%;
    z-index: 200;
  }

  .callBtn {
    background-image: linear-gradient(#fff 0%, #67ceff 2%, #6795fd 100%);
    border: 2px solid #6795fd;
    border-radius: 4px;
    text-align: center;
    padding: 1rem;
    width: calc((100% - 1.5rem) / 2);
  }

  .callBtn a {
    color: #fff;
    font-size: 2.375rem;
  }

  .callBtn a i {
    display: block;
    font-size: 5rem;
    line-height: 1;
  }

  .callBtn a img {
    margin: 0 auto;
    filter: none;
    width: 5rem;
  }
}
/*# sourceMappingURL=styles.css.map */
