@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* modern-css-reset を採用*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

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

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 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,
picture {
  max-width: 100%;
  display: block;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3B3F40;
  background-color: #fff;
  letter-spacing: 0.05em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: inline-block;
}

li,
dd {
  list-style-type: none;
}

h5,
h6 {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  padding: 0;
  margin: 0;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 950px) {
  .is-tab {
    display: block;
  }
}

.bg_blue {
  background-color: #E6F6FD;
}

.bg_green {
  background-color: #EAF8F9;
}

.l-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 5.333vw;
  }
}

.c-sec-ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-sec-ttl {
    margin-bottom: 30px;
  }
}
.c-sec-ttl__sub {
  color: #25B7BD;
  letter-spacing: 0.07em;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .c-sec-ttl__sub {
    font-size: 4vw;
  }
}
.c-sec-ttl__main {
  font-size: 46px;
}
.c-sec-ttl__main span {
  color: #00A0E8;
}
@media screen and (max-width: 768px) {
  .c-sec-ttl__main {
    font-size: 6.933vw;
  }
}

.c-line-btn {
  display: inline-block;
  text-align: center;
  max-width: 380px;
  width: 100%;
  position: relative;
  margin: 0 15px;
}
.c-line-btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-line-btn::after {
    width: 1.6vw;
    height: 2.933vw;
    right: 4.267vw;
  }
}
@media screen and (max-width: 768px) {
  .c-line-btn {
    max-width: 76vw;
  }
}
.c-line-btn__link {
  background-color: #06c755;
  color: #fff;
  border-radius: 50px;
  padding: 24px 20px 27px;
  width: 100%;
  transition: 0.3s;
}
.c-line-btn__link:hover {
  background-color: #08b44e;
}
@media screen and (max-width: 768px) {
  .c-line-btn__link {
    border-radius: 10.133vw;
    padding: 4.533vw 5.333vw 5.6vw;
  }
}
.c-line-btn__contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-line-btn__icon {
  margin-right: 10px;
  margin-top: 3px;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .c-line-btn__icon {
    width: 5.867vw;
    height: 5.867vw;
    margin-right: 1.867vw;
  }
}
.c-line-btn__text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-line-btn__text span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .c-line-btn__text {
    font-size: 4.8vw;
  }
  .c-line-btn__text span {
    font-size: 5.333vw;
  }
}

.c-tel-btn {
  display: inline-block;
  text-align: center;
  max-width: 380px;
  width: 100%;
  position: relative;
  margin: 0 15px;
}
.c-tel-btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-tel-btn::after {
    width: 1.6vw;
    height: 2.933vw;
    right: 4.267vw;
  }
}
@media screen and (max-width: 768px) {
  .c-tel-btn {
    max-width: 76vw;
  }
}
.c-tel-btn__link {
  background: transparent;
  color: #fff;
  border-radius: 50px;
  padding: 27px 20px 27px;
  width: 100%;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-tel-btn__link {
    border-radius: 10.133vw;
    padding: 5.6vw 5.333vw 5.333vw;
  }
}
.c-tel-btn__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(125deg, rgb(0, 160, 232), rgb(38, 183, 188));
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-tel-btn__link::before {
    border-radius: 10.133vw;
  }
}
.c-tel-btn__link:hover::before {
  opacity: 0;
}
.c-tel-btn__link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: #00A0E8;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-tel-btn__link::after {
    border-radius: 10.133vw;
  }
}
.c-tel-btn__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.c-tel-btn__icon {
  margin-right: 10px;
  margin-top: 3px;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .c-tel-btn__icon {
    width: 5.867vw;
    height: 5.867vw;
    margin-right: 1.867vw;
  }
}
.c-tel-btn__text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-tel-btn__text {
    font-size: 4.8vw;
  }
}

.c-faq {
  box-shadow: 4px 4px 10px 0px rgba(0, 160, 232, 0.25), -4px -4px 10px 0px rgba(0, 160, 232, 0.25);
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-faq {
    border-radius: 3.733vw;
  }
}
.c-faq__head {
  cursor: pointer;
  padding: 28px 25px;
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    padding: 4.533vw 4.267vw;
  }
}
.c-faq__head .c-faq__question {
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 25px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-faq__head .c-faq__question {
    padding-left: 8.533vw;
    padding-right: 6.933vw;
    font-size: 4vw;
  }
}
.c-faq__head .c-faq__question.is-open::after {
  background: transparent url(../img/icon_minus.svg) no-repeat center center/contain;
}
.c-faq__head .c-faq__question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(125deg, rgb(0, 160, 232), rgb(38, 183, 188));
  line-height: 1;
  padding: 4px 8px 8px;
  border-radius: 50%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-faq__head .c-faq__question::before {
    font-size: 3.733vw;
    padding: 0.8vw 1.333vw 1.333vw;
  }
}
.c-faq__head .c-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: transparent url(../img/icon_plus.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-faq__head .c-faq__question::after {
    width: 3.733vw;
    height: 3.733vw;
    top: 2.933vw;
  }
}
.c-faq__body {
  padding: 0 25px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-faq__body {
    padding: 0 4.267vw 0 4.267vw;
  }
}
.c-faq__body .c-faq__answer {
  padding-left: 50px;
  padding-right: 25px;
  position: relative;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .c-faq__body .c-faq__answer {
    padding-left: 8.533vw;
    padding-right: 6.933vw;
    font-size: 3.733vw;
    margin-bottom: 4.267vw;
  }
}
.c-faq__body .c-faq__answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 4px 8px 8px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  background-color: #ccecfa;
  color: #00A0E8;
}
@media screen and (max-width: 768px) {
  .c-faq__body .c-faq__answer::before {
    font-size: 3.733vw;
    padding: 0.8vw 1.333vw 1.333vw;
  }
}

.c-flow {
  box-shadow: 4px 4px 10px 0px rgba(0, 160, 232, 0.25), -4px -4px 10px 0px rgba(0, 160, 232, 0.25);
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-flow {
    border-radius: 3.733vw;
  }
}
.c-flow__head {
  cursor: pointer;
  padding: 28px 25px;
}
@media screen and (max-width: 768px) {
  .c-flow__head {
    padding: 4.533vw 4.267vw;
  }
}
.c-flow__head .c-flow__ttl {
  font-size: 20px;
  font-weight: bold;
  padding-right: 25px;
  position: relative;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-flow__head .c-flow__ttl {
    padding-right: 6.933vw;
    font-size: 4vw;
  }
}
.c-flow__head .c-flow__ttl.is-open::after {
  background: transparent url(../img/icon_minus.svg) no-repeat center center/contain;
}
.c-flow__head .c-flow__ttl span {
  color: #fff;
  background: linear-gradient(125deg, rgb(0, 160, 232), rgb(38, 183, 188));
  line-height: 1;
  padding: 5px 14px 8px;
  border-radius: 15px;
  font-size: 17px;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-flow__head .c-flow__ttl span {
    font-size: 3.733vw;
    padding: 0.8vw 2.667vw 1.333vw;
    margin-right: 4vw;
    border-radius: 4vw;
  }
}
.c-flow__head .c-flow__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: transparent url(../img/icon_plus.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-flow__head .c-flow__ttl::after {
    width: 3.733vw;
    height: 3.733vw;
    top: 2.933vw;
  }
}
.c-flow__body {
  padding: 0 25px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-flow__body {
    padding: 0 4.267vw 0 4.267vw;
  }
}
.c-flow__body .c-flow__desc {
  padding-left: 100px;
  padding-right: 25px;
  position: relative;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .c-flow__body .c-flow__desc {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.733vw;
    font-size: 3.733vw;
    margin-bottom: 4.267vw;
  }
}

.p-header {
  background-color: #fff;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .p-header {
    padding: 2.667vw 0 2.4vw;
  }
}
.p-header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header__logo {
  max-width: 213px;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 33.6vw;
  }
}

.p-mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv {
    background-color: #e9f5fb;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  width: 100%;
  background: linear-gradient(125deg, rgb(0, 160, 232), rgb(38, 183, 188));
}
@media screen and (max-width: 768px) {
  .p-mv::before {
    height: 26.667vw;
  }
}
.p-mv__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    padding: 0;
  }
}
.p-mv__top {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv__top {
    padding-top: 6.4vw;
  }
}
.p-mv__top::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 600px;
  top: 0;
  left: 80px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  filter: blur(20px);
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .p-mv__top::after {
    width: 450px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__top::after {
    content: none;
  }
}
.p-mv__text {
  position: absolute;
  top: 125px;
  left: 13%;
  z-index: 3;
}
@media screen and (max-width: 1250px) {
  .p-mv__text {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    position: relative;
    max-width: 77.067vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: 0;
    left: 0;
  }
}
.p-mv__lead {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #00A0E8;
  padding: 3px 27px 5px;
  border-radius: 19px;
}
.p-mv__lead span {
  color: #F4EF6C;
}
@media screen and (max-width: 768px) {
  .p-mv__lead {
    font-size: 3.733vw;
    padding: 0.533vw 5.067vw 0.8vw;
    text-align: center;
  }
}
.p-mv__main {
  margin-top: 7px;
  font-weight: bold;
}
.p-mv__main p:nth-child(1) {
  font-size: 45px;
  letter-spacing: 0.07em;
}
.p-mv__main p:nth-child(1) span {
  color: #00A0E8;
  font-size: 48px;
}
.p-mv__main p:nth-child(2) {
  font-size: 35px;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-mv__main {
    margin-top: 0.267vw;
  }
  .p-mv__main p:nth-child(1) {
    font-size: 7.733vw;
  }
  .p-mv__main p:nth-child(1) span {
    font-size: 9.067vw;
  }
  .p-mv__main p:nth-child(2) {
    font-size: 6.667vw;
    letter-spacing: 0.05em;
    margin-top: -0.8vw;
  }
}
.p-mv__sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.07em;
  margin-top: 14px;
  color: #25B7BD;
}
.p-mv__sub span {
  background: linear-gradient(transparent 70%, #f4ef6c 30%);
}
@media screen and (max-width: 768px) {
  .p-mv__sub {
    font-size: 4.533vw;
    letter-spacing: 0.05em;
    margin-top: 0;
    line-height: 1.6;
  }
}
.p-mv__tag {
  display: inline-block;
  font-size: 15px;
  color: #505253;
  font-weight: 500;
  padding: 3px 14px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p-mv__tag {
    font-size: 2.667vw;
    padding: 0 1.867vw 0.267vw;
    margin-top: 1.067vw;
  }
}
.p-mv__image {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  width: 100%;
  height: 650px;
}
.p-mv__image img {
  border-radius: 60px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .p-mv__image {
    height: 56.8vw;
    height: auto;
    margin-top: -1.6vw;
  }
  .p-mv__image img {
    border-radius: 8vw 8vw 0 0;
  }
}
.p-mv__bottom {
  position: relative;
  padding-bottom: 20px;
  padding-top: 57px;
}
@media screen and (max-width: 768px) {
  .p-mv__bottom {
    padding-bottom: 4.267vw;
    padding-top: 14.4vw;
  }
}
.p-mv__feature {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -117px;
  z-index: 5;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__feature {
    top: -12.533vw;
    padding: 0;
    margin: 0 auto;
    max-width: 92vw;
  }
}
.p-mv__note {
  display: flex;
  justify-content: center;
}
.p-mv__note p {
  color: #fff;
  font-size: 13px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-mv__note {
    flex-direction: column;
    width: fit-content;
    margin: auto;
  }
  .p-mv__note p {
    font-size: 2.667vw;
  }
}

.p-feature {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-feature {
    display: flex;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    width: 24.533vw;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item:not(:first-child) {
    margin-left: -2.133vw;
  }
}

.p-cta {
  background-color: #DBF1FB;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .p-cta {
    padding: 10.667vw 0;
  }
}
.p-cta__contents {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  .p-cta__contents {
    border-radius: 5.333vw;
    padding: 6.667vw;
  }
}
.p-cta__text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-cta__text {
    font-size: 4.8vw;
  }
}

.p-cta.blue {
  background-color: #1E94D3;
}

.p-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-btns {
    flex-direction: column;
  }
  .p-btns .c-tel-btn {
    margin-top: 3.2vw;
  }
}

.p-pre-skill {
  padding: 75px 0 65px;
}
@media screen and (max-width: 768px) {
  .p-pre-skill {
    padding: 10.4vw 0 9.333vw;
  }
}
.p-pre-skill__inner {
  text-align: center;
}
.p-pre-skill__lead {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #00A0E8;
  padding: 3px 30px;
  border-radius: 28px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-pre-skill__lead {
    font-size: 4.8vw;
    padding: 0.8vw 3.733vw 0.533vw;
  }
}
.p-pre-skill__message {
  font-size: 40px;
  font-weight: bold;
  margin-top: 16px;
}
.p-pre-skill__message span {
  background: linear-gradient(transparent 70%, #f4ef6c 30%);
}
@media screen and (max-width: 768px) {
  .p-pre-skill__message {
    font-size: 6.4vw;
    margin-top: 1.6vw;
  }
}

.p-skill {
  padding: 90px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-skill {
    padding: 13.333vw 0;
  }
}
.p-skill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 52px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
  .p-skill::before {
    width: 18.667vw;
    height: 6.933vw;
  }
}
@media screen and (max-width: 768px) {
  .p-skill .c-sec-ttl {
    margin-bottom: 13.333vw;
  }
}
.p-skill__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-skill__item {
    flex-direction: column;
    position: relative;
  }
}
.p-skill__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-skill__item:not(:first-child) {
    margin-top: 13.333vw;
  }
}
.p-skill__item:nth-child(odd) .p-skill__text {
  margin-left: 60px;
}
@media screen and (max-width: 1000px) {
  .p-skill__item:nth-child(odd) .p-skill__text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-skill__item:nth-child(odd) .p-skill__text {
    margin-left: 0;
  }
}
.p-skill__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-skill__item:nth-child(even) .p-skill__text {
  margin-right: 60px;
}
@media screen and (max-width: 1000px) {
  .p-skill__item:nth-child(even) .p-skill__text {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-skill__item:nth-child(even) {
    flex-direction: column;
  }
  .p-skill__item:nth-child(even) .p-skill__text {
    margin-right: 0;
  }
}
.p-skill__image {
  width: 50%;
}
.p-skill__image img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-skill__image {
    width: 100%;
  }
  .p-skill__image img {
    border-radius: 6.4vw;
  }
}
.p-skill__text {
  max-width: 44.5%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-skill__text {
    max-width: 100%;
  }
}
.p-skill__num {
  background-color: #25B7BD;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 0px 11px 3px 11px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-skill__num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10.133vw;
    padding: 1.867vw 2.667vw 2.667vw 2.4vw;
    line-height: 1;
  }
}
.p-skill__ttl {
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-skill__ttl {
    font-size: 5.6vw;
    margin-top: 3.733vw;
  }
}
.p-skill__desc {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-skill__desc {
    font-size: 4vw;
    margin-top: 3.2vw;
  }
}
.p-skill__note {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-skill__note {
    margin-top: 3.2vw;
  }
}

.p-problem {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-problem {
    padding: 13.333vw 0;
  }
}
.p-problem__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-problem__contents {
    flex-direction: column-reverse;
  }
}
.p-problem__list {
  width: 45.45%;
}
@media screen and (max-width: 768px) {
  .p-problem__list {
    width: 100%;
  }
}
.p-problem__image {
  width: 45.45%;
}
@media screen and (max-width: 768px) {
  .p-problem__image {
    width: 100%;
  }
}
.p-problem__image img {
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-problem__image img {
    border-radius: 6.4vw;
  }
}

.p-check-list__item {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 20px 38px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-check-list__item {
    font-size: 4.533vw;
    padding: 4vw 0 4vw 8.8vw;
  }
}
.p-check-list__item::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  background: url(../img/icon_check.svg) no-repeat center/contain;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .p-check-list__item::before {
    width: 6.133vw;
    height: 6.133vw;
    top: 4.533vw;
  }
}
.p-check-list__item:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}

.p-solution {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-solution {
    padding: 13.333vw 0;
  }
}
.p-solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 52px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
  .p-solution::before {
    width: 18.667vw;
    height: 6.933vw;
  }
}
.p-solution__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-solution__top {
    flex-direction: column;
  }
}
.p-solution__list {
  width: 45.45%;
}
@media screen and (max-width: 768px) {
  .p-solution__list {
    width: 100%;
  }
}
.p-solution__image {
  width: 45.45%;
}
@media screen and (max-width: 768px) {
  .p-solution__image {
    width: 100%;
  }
}
.p-solution__image img {
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-solution__image img {
    border-radius: 6.4vw;
  }
}
.p-solution__bottom {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-solution__bottom {
    margin-top: 13.333vw;
  }
}
.p-solution__compare ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-solution__compare ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.333vw;
    max-width: 80vw;
    margin: 0 auto;
  }
}
.p-solution__compare p {
  text-align: right;
  margin-top: 6px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-solution__compare p {
    margin-top: 2.133vw;
  }
}

.p-about {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 13.333vw 0;
  }
}
.p-about__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about__item {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #00A0E8;
  border-radius: 23px;
  padding: 6px 20px 6px 56px;
  margin: 0 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__item {
    font-size: 4.533vw;
    padding: 0.8vw 3.467vw 0.8vw 11.2vw;
    margin: 0;
    border-radius: 5.6vw;
  }
}
.p-about__item span {
  color: #F4EF6C;
}
.p-about__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: url(../img/icon_check_white.svg) no-repeat center/contain;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .p-about__item::before {
    width: 6.133vw;
    height: 6.133vw;
    top: 4.533vw;
    left: 3.467vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about__item:not(:first-child) {
    margin-top: 3.2vw;
  }
}
.p-about__desc {
  font-size: 17px;
  line-height: 2;
  text-align: center;
  margin-top: 38px;
}
.p-about__desc span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-about__desc {
    font-size: 4vw;
    text-align: left;
    margin-top: 7.2vw;
  }
}
.p-about__surgery {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__surgery {
    margin-top: 10.667vw;
  }
}
.p-about__surgery h3 {
  font-weight: 400;
  font-size: 40px;
  display: inline-block;
  padding: 0 23px 10px;
  border-bottom: 1px solid #7D8486;
}
@media screen and (max-width: 768px) {
  .p-about__surgery h3 {
    font-size: 4.8vw;
    padding: 0 0 1.067vw;
  }
}
.p-about__flow {
  max-width: 700px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-about__flow {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw;
    margin-top: 5.333vw;
  }
}
.p-about__flow p {
  font-size: 17px;
  margin-top: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-about__flow p {
    font-size: 4vw;
    margin-top: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about__flow picture {
    max-width: 48vw;
    margin: 0 auto;
  }
}
.p-about__point {
  font-size: 28px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-about__point {
    font-size: 4.533vw;
    background-color: #F4F4F4;
    padding: 2.133vw 5.867vw;
    display: inline-block;
    margin-top: 6.4vw;
  }
}
.p-about__compare {
  background-color: #E6F6FD;
  text-align: center;
  border-radius: 40px;
  padding: 50px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-about__compare {
    border-radius: 6.4vw;
    padding: 8vw 4vw;
    margin-top: 13.333vw;
  }
}
.p-about__compare h3 {
  font-size: 32px;
  color: #00A0E8;
}
@media screen and (max-width: 768px) {
  .p-about__compare h3 {
    font-size: 5.6vw;
  }
}
.p-about__table {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-about__table {
    margin-top: 3.467vw;
  }
}
.p-about__note {
  font-size: 14px;
  margin-top: 14px;
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
.p-about__note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-about__note {
    text-align: left;
    font-size: 3.467vw;
    margin-top: 5.333vw;
  }
}

.p-compare-table {
  overflow-x: auto;
  width: 100%;
  padding: 22px 0 0;
}
@media screen and (max-width: 1160px) {
  .p-compare-table {
    padding: 22px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-compare-table {
    padding: 5.867vw 0 4.267vw;
  }
}
.p-compare-table table {
  width: 1000px;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-compare-table table {
    width: 132vw;
  }
}
.p-compare-table th,
.p-compare-table td {
  padding: 12px 20px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-compare-table th,
  .p-compare-table td {
    padding: 2.4vw 3.2vw;
  }
}
.p-compare-table tr:first-child th:first-child {
  border: none;
  background-color: transparent;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:first-child th:first-child {
    width: 36.267vw;
  }
}
.p-compare-table tr:first-child th {
  background-color: #dfdfdf;
  font-size: 20px;
  border: none;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:first-child th {
    font-size: 4.533vw;
  }
}
.p-compare-table tr:first-child th:nth-child(2) {
  width: 370px;
  background-color: #00A0E8;
  color: #fff;
  font-size: 36px;
  padding-top: 1px;
  padding-bottom: 20px;
  line-height: 1;
  position: relative;
}
.p-compare-table tr:first-child th:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: translateY(-99%);
  width: 100%;
  height: 21px;
  background-color: #00A0E8;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:first-child th:nth-child(2) {
    width: 49.867vw;
    font-size: 6.933vw;
    padding-bottom: 3.467vw;
  }
  .p-compare-table tr:first-child th:nth-child(2)::before {
    height: 3.2vw;
  }
}
.p-compare-table tr:first-child th:nth-child(3) {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:first-child th:nth-child(3) {
    border-radius: 0 5.333vw 0 0;
  }
}
.p-compare-table tr:not(:first-child) th {
  font-size: 18px;
  background-color: #f4f4f4;
}
.p-compare-table tr:not(:first-child) th span {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:not(:first-child) th {
    font-size: 4vw;
    line-height: 1.4;
  }
  .p-compare-table tr:not(:first-child) th span {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
.p-compare-table tr:not(:first-child) td:nth-child(2) {
  font-size: 25px;
  color: #00A0E8;
  font-weight: bold;
  border-right: 4px solid #00A0E8;
  border-left: 4px solid #00A0E8;
}
.p-compare-table tr:not(:first-child) td:nth-child(2) span {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:not(:first-child) td:nth-child(2) {
    font-size: 4.8vw;
    border-right: 0.8vw solid #00A0E8;
    border-left: 0.8vw solid #00A0E8;
  }
  .p-compare-table tr:not(:first-child) td:nth-child(2) span {
    font-size: 3.733vw;
  }
}
.p-compare-table tr:not(:first-child) td:nth-child(3) {
  font-size: 18px;
}
.p-compare-table tr:not(:first-child) td:nth-child(3) span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:not(:first-child) td:nth-child(3) {
    font-size: 4vw;
  }
  .p-compare-table tr:not(:first-child) td:nth-child(3) span {
    font-size: 3.2vw;
  }
}
.p-compare-table tr:nth-child(3) td:nth-child(2) {
  line-height: 1.16;
}
.p-compare-table tr:last-child td:nth-child(2) {
  border-bottom: 4px solid #00A0E8;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:last-child td:nth-child(2) {
    border-bottom: 0.8vw solid #00A0E8;
  }
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:last-child th {
    line-height: 1.16;
  }
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:last-child td:nth-child(2) {
    font-size: 5.867vw;
    line-height: 1.14;
  }
}
.p-compare-table tr:last-child td:nth-child(2) .num {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .p-compare-table tr:last-child td:nth-child(2) .num {
    font-size: 5.867vw;
  }
}
.p-compare-table::-webkit-scrollbar-thumb {
  background-color: #00A0E8;
  border-radius: 1.333vw;
}
.p-compare-table::-webkit-scrollbar {
  width: 100%;
  background-color: #dddddd;
  border-radius: 1.333vw;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .p-compare-table::-webkit-scrollbar {
    height: 2.667vw;
  }
}

.firefox .p-compare-table {
  scrollbar-color: #00A0E8 #dddddd;
}

.p-trust {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-trust {
    padding: 13.333vw 0;
  }
}
.p-trust__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-trust__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 13.333vw;
    gap: 16vw;
  }
}
.p-trust__item {
  background-color: #fff;
  padding: 55px 30px 50px;
  border-radius: 40px;
  position: relative;
  counter-increment: flow-li;
}
@media screen and (max-width: 768px) {
  .p-trust__item {
    border-radius: 6.4vw;
    padding: 9.6vw 5.867vw 8vw;
  }
}
.p-trust__item::before {
  background-color: #00A0E8;
  border-radius: 50%;
  color: #fff;
  content: counter(flow-li, decimal-leading-zero);
  font-size: 40px;
  font-weight: bold;
  left: 50%;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 8px 9px 12px 10px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-trust__item::before {
    font-size: 10.133vw;
    padding: 1.333vw 2.4vw 3.2vw 2.133vw;
  }
}
.p-trust__heading {
  font-size: 23px;
  line-height: 1.6;
  margin-top: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-trust__heading {
    font-size: 5.6vw;
    margin-top: 3.2vw;
  }
}
.p-trust__desc {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-trust__desc {
    font-size: 4vw;
    margin-top: 3.2vw;
  }
}

.p-doctor {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .p-doctor {
    padding: 13.333vw 0;
  }
}
.p-doctor__contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-doctor__contents {
    flex-direction: column;
  }
}
.p-doctor__image {
  max-width: 430px;
  width: 100%;
  margin-right: 70px;
}
@media screen and (max-width: 1000px) {
  .p-doctor__image {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-doctor__image {
    max-width: 84vw;
    margin-right: 0;
  }
}
.p-doctor__main {
  font-size: 46px;
  font-weight: bold;
  white-space: nowrap;
}
.p-doctor__main span {
  color: #00A0E8;
}
@media screen and (max-width: 1000px) {
  .p-doctor__main {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-doctor__main {
    font-size: 6.933vw;
    text-align: center;
    margin-top: 4.267vw;
  }
}
.p-doctor__sub {
  font-size: 26px;
  font-weight: bold;
  color: #6F7678;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-doctor__sub {
    font-size: 4.267vw;
    text-align: center;
    margin-bottom: 4.267vw;
    margin-top: 4.267vw;
  }
}
.p-doctor.bg_green .p-doctor__main {
  font-size: 38px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-doctor.bg_green .p-doctor__main {
    font-size: 6.933vw;
    text-align: center;
  }
}

.p-campaign {
  padding: 40px 0;
  background-color: #2eaeaf;
}
@media screen and (max-width: 768px) {
  .p-campaign {
    padding: 6.4vw 0;
  }
}
.p-campaign__copy {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-campaign__copy {
    font-size: 4.8vw;
  }
}
.p-campaign__card {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  border-radius: 30px;
  padding: 35px 20px;
  position: relative;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-campaign__card {
    margin-top: 1.067vw;
    max-width: 100%;
    border-radius: 6.4vw;
    padding: 8vw 5.333vw;
  }
}
.p-campaign__card::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #2eaeaf;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 30px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-campaign__card::before {
    width: calc(100% - 2.133vw);
    height: calc(100% - 2.133vw);
    border-radius: 6.4vw;
  }
}
.p-campaign__lead {
  font-size: 20px;
  font-weight: bold;
}
.p-campaign__lead .bg {
  background-color: #f8f6ce;
}
.p-campaign__lead .strong {
  color: #25B7BD;
}
@media screen and (max-width: 768px) {
  .p-campaign__lead {
    font-size: 4.267vw;
  }
}
.p-campaign__offer {
  color: #25B7BD;
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-campaign__offer span {
  font-size: 86px;
}
@media screen and (max-width: 768px) {
  .p-campaign__offer {
    font-size: 13.867vw;
  }
  .p-campaign__offer span {
    font-size: 19.733vw;
  }
}
.p-campaign__note {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-campaign__note {
    font-size: 3.733vw;
    margin-top: 1.067vw;
  }
}

.p-price {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 13.333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-price .c-sec-ttl {
    margin-bottom: 3.2vw;
  }
}
.p-price__text {
  text-align: center;
}
.p-price__note {
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
.p-price__note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-price__note {
    text-align: left;
    font-size: 3.467vw;
    margin-top: 5.333vw;
    letter-spacing: 0.05em;
  }
}
.p-price__payment {
  font-size: 18px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-price__payment {
    font-size: 4vw;
    text-align: left;
    margin-top: 5.067vw;
  }
}

.p-price-table {
  overflow-x: auto;
  width: 100%;
  padding: 22px 0 0;
}
@media screen and (max-width: 1160px) {
  .p-price-table {
    padding: 22px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-price-table {
    padding: 5.867vw 0 4.267vw;
  }
}
.p-price-table table {
  width: 1000px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-price-table table {
    width: 145.6vw;
  }
}
.p-price-table th,
.p-price-table td {
  padding: 16px 20px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-price-table th,
  .p-price-table td {
    padding: 3.2vw 2.667vw;
  }
}
.p-price-table td {
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-price-table td {
    font-size: 3.733vw;
  }
}
.p-price-table thead th:nth-child(1),
.p-price-table thead th:nth-child(2) {
  border: none;
  background-color: transparent;
}
.p-price-table thead th:nth-child(1) {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-price-table thead th:nth-child(1) {
    width: 31.467vw;
  }
}
.p-price-table thead th:nth-child(2) {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-price-table thead th:nth-child(2) {
    width: 14.667vw;
  }
}
.p-price-table thead th {
  background-color: #dfdfdf;
  font-size: 20px;
  border: none;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-price-table thead th {
    font-size: 4.533vw;
    padding: 2.133vw 2.667vw;
  }
}
.p-price-table thead th:nth-child(3) {
  width: 370px;
  background-color: #00A0E8;
  color: #fff;
  font-size: 25px;
  padding-top: 1px;
  padding-bottom: 8px;
  line-height: 1;
  position: relative;
}
.p-price-table thead th:nth-child(3) span {
  font-size: 14px;
  font-weight: 400;
}
.p-price-table thead th:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: translateY(-99%);
  width: 100%;
  height: 21px;
  background-color: #00A0E8;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-price-table thead th:nth-child(3) {
    width: 54.933vw;
    font-size: 5.333vw;
    padding-bottom: 0.533vw;
    line-height: 0.8;
  }
  .p-price-table thead th:nth-child(3) span {
    font-size: 3.2vw;
  }
  .p-price-table thead th:nth-child(3)::before {
    height: 3.2vw;
  }
}
.p-price-table thead th:nth-child(4) {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-price-table thead th:nth-child(4) {
    border-radius: 5.333vw 5.333vw 0 0;
  }
}
.p-price-table tbody th {
  font-size: 18px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .p-price-table tbody th {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-price-table td.strong {
  color: #00A0E8;
  border-right: 4px solid #00A0E8;
  border-left: 4px solid #00A0E8;
  padding: 6px 20px 13px;
}
.p-price-table td.strong p:nth-child(1) {
  font-weight: bold;
}
.p-price-table td.strong p:nth-child(1) span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .p-price-table td.strong {
    border-right: 0.8vw solid #00A0E8;
    border-left: 0.8vw solid #00A0E8;
    padding: 2.667vw;
  }
  .p-price-table td.strong p:nth-child(1) span {
    font-size: 5.867vw;
  }
}
.p-price-table td:last-child p:nth-child(1) {
  font-weight: bold;
}
.p-price-table td:last-child span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-price-table td:last-child span {
    font-size: 4.8vw;
  }
}
.p-price-table tr:last-child td.strong {
  border-bottom: 4px solid #00A0E8;
}
@media screen and (max-width: 768px) {
  .p-price-table tr:last-child td.strong {
    border-bottom: 0.8vw solid #00A0E8;
  }
}
.p-price-table .text-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-price-table::-webkit-scrollbar-thumb {
  background-color: #00A0E8;
  border-radius: 1.333vw;
}
.p-price-table::-webkit-scrollbar {
  width: 100%;
  background-color: #dddddd;
  border-radius: 1.333vw;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .p-price-table::-webkit-scrollbar {
    height: 2.667vw;
  }
}

.firefox .p-price-table {
  scrollbar-color: #00A0E8 #dddddd;
}

.p-campaign2 {
  padding: 40px 0;
  background-color: #2eaeaf;
}
@media screen and (max-width: 768px) {
  .p-campaign2 {
    padding: 6.4vw 0;
  }
}
.p-campaign2__copy {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-campaign2__copy {
    font-size: 4.8vw;
  }
}
.p-campaign2__card {
  background-color: #fff;
  max-width: 600px;
  margin: 27px auto 0;
  width: 100%;
  border-radius: 30px;
  padding: 35px 20px 22px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-campaign2__card {
    margin-top: 4.267vw;
    max-width: 100%;
    border-radius: 6.4vw;
    padding: 8vw 4.333vw 5vw;
  }
}
.p-campaign2__card::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #2eaeaf;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 30px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-campaign2__card::before {
    width: calc(100% - 2.133vw);
    height: calc(100% - 2.133vw);
    border-radius: 6.4vw;
  }
}
.p-campaign2__lead {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 469px;
  background: url(../img/bg_ribbon.webp) no-repeat center/contain;
}
.p-campaign2__lead p {
  padding: 0 72px 7px;
  font-size: 28px;
  font-weight: bold;
  color: #25B7BD;
}
.p-campaign2__lead p .num {
  font-size: 48px;
  margin-left: 12px;
}
.p-campaign2__lead p .per {
  font-size: 40px;
}
.p-campaign2__lead p .off {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .p-campaign2__lead {
    width: 69.333vw;
    margin-top: -1.333vw;
  }
  .p-campaign2__lead p {
    padding: 0 5.333vw 0.8vw;
    font-size: 4.533vw;
  }
  .p-campaign2__lead p .num {
    font-size: 8vw;
    margin-left: 2.133vw;
  }
  .p-campaign2__lead p .per {
    font-size: 6.4vw;
  }
  .p-campaign2__lead p .off {
    font-size: 5.867vw;
  }
}
.p-campaign2__offer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #25B7BD;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 14px;
}
.p-campaign2__offer .ver {
  writing-mode: vertical-rl;
  font-size: 28px;
  margin-right: 7px;
  letter-spacing: 0.2em;
}
.p-campaign2__offer .num {
  font-size: 86px;
  margin-right: 5px;
}
.p-campaign2__offer .yen {
  font-size: 34px;
  line-height: 0.8;
  margin-bottom: 8px;
  margin-right: 10px;
}
.p-campaign2__offer .tax {
  font-size: 21px;
}
.p-campaign2__offer .off {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .p-campaign2__offer {
    margin-top: 1.867vw;
  }
  .p-campaign2__offer .ver {
    font-size: 4.533vw;
    margin-right: 1.067vw;
  }
  .p-campaign2__offer .num {
    font-size: 13.6vw;
    margin-right: 0.8vw;
  }
  .p-campaign2__offer .yen {
    font-size: 5.333vw;
    margin-right: 1.067vw;
    margin-bottom: 1.6vw;
  }
  .p-campaign2__offer .tax {
    font-size: 3.2vw;
  }
  .p-campaign2__offer .off {
    font-size: 9.6vw;
  }
}
.p-campaign2__note {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-campaign2__note {
    font-size: 3.467vw;
    margin-top: 4vw;
  }
}
.p-campaign2__message {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.p-campaign2__message .bg {
  background-color: #6CC6C7;
}
@media screen and (max-width: 768px) {
  .p-campaign2__message {
    font-size: 3.733vw;
    margin-top: 2.667vw;
  }
}

.p-profile {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-profile {
    padding: 13.333vw 0;
  }
}
.p-profile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-profile__top {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__top {
    flex-direction: column;
    align-items: center;
  }
}
.p-profile__left {
  width: 39.1%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-profile__left {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__left {
    width: 100%;
  }
}
.p-profile__right {
  width: 55.4%;
}
@media screen and (max-width: 1000px) {
  .p-profile__right {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__right {
    width: 100%;
    margin-top: 6.933vw;
  }
}
.p-profile__image img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-profile__image img {
    border-radius: 8vw;
  }
}
.p-profile__intro {
  position: absolute;
  background-color: rgba(26, 166, 229, 0.8);
  color: #fff;
  bottom: -41px;
  left: -10px;
  text-align: center;
  padding: 57px 19px 53px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-profile__intro {
    padding: 11.733vw 3.2vw 9.867vw;
    left: -1.333vw;
    bottom: -2.667vw;
  }
}
.p-profile__position {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-profile__position {
    font-size: 3.733vw;
  }
}
.p-profile__name {
  font-weight: bold;
  font-size: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-profile__name {
    font-size: 4.8vw;
  }
}
.p-profile__lead {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-profile__lead {
    font-size: 5.6vw;
  }
}
.p-profile__message {
  line-height: 2;
  font-size: 17px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-profile__message {
    font-size: 4vw;
    margin-top: 3.733vw;
  }
}
.p-profile__bottom {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-profile__bottom {
    margin-top: 6.933vw;
    flex-direction: column;
  }
}
.p-profile__career {
  width: 51.2%;
}
@media screen and (max-width: 768px) {
  .p-profile__career {
    width: 100%;
  }
}
.p-profile__license {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .p-profile__license {
    width: 100%;
    margin-top: 8vw;
  }
}
.p-profile__sub-ttl {
  font-size: 23px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-profile__sub-ttl::after {
  content: "";
  height: 1px;
  background-color: #dfdfdf;
  flex-grow: 1;
  margin-left: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-profile__sub-ttl {
    font-size: 4.267vw;
  }
  .p-profile__sub-ttl::after {
    margin-left: 5.333vw;
  }
}
.p-profile__list {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-profile__list {
    margin-top: 3.733vw;
  }
}
.p-profile__list dl,
.p-profile__list li {
  padding: 18px 18px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-profile__list dl,
  .p-profile__list li {
    padding: 3.2vw 4.267vw;
  }
}
.p-profile__list dl:nth-child(odd), .p-profile__list li:nth-child(odd) {
  background-color: #E6F6FD;
}
.p-profile dt {
  width: 88px;
  float: left;
}
@media screen and (max-width: 768px) {
  .p-profile dt {
    float: none;
    font-weight: bold;
    font-size: 4vw;
    width: 100%;
  }
}
.p-profile dd {
  margin-left: 88px;
}
@media screen and (max-width: 768px) {
  .p-profile dd {
    margin-left: 0;
    font-weight: 400;
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 768px) {
  .p-profile li {
    font-weight: 400;
    font-size: 3.733vw;
  }
}

.p-flow {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 13.333vw 0;
  }
}
.p-flow__item:not(:last-child) {
  position: relative;
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .p-flow__item:not(:last-child) {
    margin-bottom: 8.8vw;
  }
}
.p-flow__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 22px;
  background: #b3e3f9;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-flow__item:not(:last-child)::after {
    width: 8vw;
    height: 3.467vw;
    bottom: -6.133vw;
  }
}
.p-flow__sub-ttl {
  text-align: center;
  font-size: 22px;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-flow__sub-ttl {
    font-size: 4.267vw;
    margin-top: 7.467vw;
  }
}
.p-flow__notes {
  width: fit-content;
  margin: 18px auto 0;
}
@media screen and (max-width: 768px) {
  .p-flow__notes {
    margin-top: 3.2vw;
  }
}
.p-flow__note {
  position: relative;
  padding-left: 17px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-flow__note {
    padding-left: 3.467vw;
    font-size: 3.733vw;
    line-height: 1.8;
  }
}
.p-flow__note::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #00A0E8;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-flow__note::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.3vw;
  }
}

.p-faq {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 13.333vw 0;
  }
}
.p-faq .c-faq:not(:first-child) {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .p-faq .c-faq:not(:first-child) {
    margin-top: 3.733vw;
  }
}

.p-clinic {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-clinic {
    padding: 13.333vw 0;
  }
}
.p-clinic__wrapper:not(:first-child) {
  border-top: 1px solid #dedede;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-clinic__wrapper:not(:first-child) {
    padding-top: 13.333vw;
  }
}
.p-clinic__wrapper:not(:last-child) {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-clinic__wrapper:not(:last-child) {
    padding-bottom: 13.333vw;
  }
}
.p-clinic__name {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.p-clinic__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #00A0E8;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-clinic__name {
    font-size: 4.8vw;
    padding-left: 3.733vw;
  }
  .p-clinic__name::before {
    width: 1.067vw;
  }
}
.p-clinic__box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-clinic__box {
    margin-top: 3.733vw;
    flex-direction: column;
  }
}
.p-clinic__left {
  width: 47.7%;
}
@media screen and (max-width: 768px) {
  .p-clinic__left {
    width: 100%;
  }
}
.p-clinic__right {
  width: 47.7%;
}
@media screen and (max-width: 768px) {
  .p-clinic__right {
    width: 100%;
    margin-top: 5.333vw;
  }
}
.p-clinic__map {
  padding-top: 56.2%;
  height: 0;
  width: 100%;
  position: relative;
}
.p-clinic__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-clinic__images {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.p-clinic__images img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-clinic__images {
    margin-top: 4.267vw;
    gap: 4.267vw;
  }
  .p-clinic__images img {
    border-radius: 3.467vw;
  }
}
.p-clinic__info {
  border-top: 1px solid #dfdfdf;
}
.p-clinic__info dl {
  border-bottom: 1px solid #dfdfdf;
  padding: 19px 0;
  font-size: 17px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-clinic__info dl {
    font-size: 4vw;
    padding: 4.8vw 0;
  }
}
.p-clinic__info dt {
  font-weight: bold;
  float: left;
}
.p-clinic__info dd {
  margin-left: 101px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-clinic__info dd {
    margin-left: 24.267vw;
  }
}
.p-clinic__table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-clinic__table {
    margin-top: 5.067vw;
  }
}
.p-clinic__notes {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-clinic__notes {
    margin-top: 4.533vw;
  }
}
.p-clinic__note {
  padding-left: 1em;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
}
.p-clinic__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-clinic__note {
    font-size: 3.733vw;
  }
}

.p-clinic-table {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-clinic-table {
    border-radius: 2.667vw 2.667vw 0 0;
  }
}
.p-clinic-table table {
  max-width: 525px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-clinic-table table {
    font-size: 3.733vw;
    max-width: 100%;
  }
}
.p-clinic-table thead {
  font-weight: bold;
  background-color: #00A0E8;
  color: #fff;
}
.p-clinic-table thead th,
.p-clinic-table thead td {
  border: 1px solid #fff;
}
.p-clinic-table thead td:last-child {
  letter-spacing: -0.2em;
  width: 74px;
}
@media screen and (max-width: 768px) {
  .p-clinic-table thead td:last-child {
    width: 14.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-table thead td {
    font-size: 3.467vw;
  }
}
.p-clinic-table th,
.p-clinic-table td {
  border: 1px solid #dfdfdf;
  padding: 13px 17px;
}
@media screen and (max-width: 1000px) {
  .p-clinic-table th,
  .p-clinic-table td {
    padding: 13px 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-table th,
  .p-clinic-table td {
    padding: 1.3vw 1.867vw;
  }
}
.p-clinic-table th {
  width: 26.6%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-clinic-table th {
    font-size: 3.733vw;
    width: 30.1%;
  }
}
.p-clinic-table td:last-child {
  padding: 6px 11px 6px 9px;
}
@media screen and (max-width: 768px) {
  .p-clinic-table td:last-child {
    padding: 1.3vw 2.933vw 1.3vw 2.4vw;
  }
}
.p-clinic-table tbody {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-clinic-table tbody th {
    padding: 1.3vw 1.7vw;
  }
}
.p-clinic-table .blue {
  color: #00A0E8;
}
@media screen and (max-width: 768px) {
  .p-clinic-table .blue {
    font-size: 2.933vw;
  }
}

.p-footer {
  background: linear-gradient(125deg, rgb(0, 160, 232), rgb(38, 183, 188));
  color: #fff;
  text-align: center;
  padding: 20px 0 140px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 5.333vw 0 30.933vw;
    font-size: 3.733vw;
  }
}

.p-footer-cta {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  opacity: 0;
  transform: translateY(150%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 1;
  pointer-events: none; /* 非表示時のクリックイベントを無効化 */
  text-align: center;
  z-index: 20;
  padding: 0 20px 12px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta {
    padding: 1.867vw 0 1.333vw;
    background: rgba(255, 255, 255, 0.6);
  }
}
.p-footer-cta.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; /* 表示時のクリックイベントを有効化 */
}
.p-footer-cta__copy {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-304px, -50%);
}
@media screen and (max-width: 768px) {
  .p-footer-cta__copy {
    background-color: #25B7BD;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2.933vw;
    border: 1px solid #fff;
  }
}
.p-footer-cta__copy p {
  color: #25B7BD;
  padding: 19px 14px 17px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-footer-cta__copy p {
    font-size: 3.2vw;
    color: #fff;
    padding: 0.533vw 1.867vw;
    white-space: nowrap;
  }
}
.p-footer-cta__copy p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #25B7BD;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-footer-cta__copy p::before {
    content: none;
  }
}
.p-footer-cta__lead {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-footer-cta__lead {
    font-size: 3.467vw;
  }
}
.p-footer-cta__lead .bg {
  background-color: #f8f6ce;
}
.p-footer-cta__lead .code {
  color: #25B7BD;
}
@media screen and (max-width: 768px) {
  .p-footer-cta__lead .code {
    font-size: 4vw;
  }
}
.p-footer-cta__lead .strong {
  color: #25B7BD;
  font-size: 24px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta__lead .strong {
    font-size: 4.267vw;
    margin-top: -0.8vw;
  }
}
.p-footer-cta__lead .num {
  font-size: 40px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta__lead .num {
    font-size: 6.4vw;
    margin-left: 1.067vw;
  }
}
.p-footer-cta__btns {
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta__btns {
    margin-top: 0;
  }
}
.p-footer-cta .c-line-btn {
  max-width: 320px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-line-btn {
    max-width: 44vw;
    margin: 0 0.533vw 0 0;
  }
}
.p-footer-cta .c-line-btn::after {
  right: 18px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-line-btn::after {
    right: 2.133vw;
    width: 1.067vw;
    height: 1.867vw;
  }
}
.p-footer-cta .c-line-btn__link {
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-line-btn__link {
    padding: 2.133vw 2.133vw 2.4vw;
  }
}
.p-footer-cta .c-line-btn__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-line-btn__icon {
    width: 3.733vw;
    height: 3.733vw;
    margin-right: 1.067vw;
  }
}
.p-footer-cta .c-line-btn__text {
  font-size: 22px;
}
.p-footer-cta .c-line-btn__text span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-line-btn__text {
    font-size: 3.467vw;
  }
  .p-footer-cta .c-line-btn__text span {
    font-size: 4vw;
  }
}
.p-footer-cta .c-tel-btn {
  max-width: 320px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-tel-btn {
    max-width: 44vw;
    margin: 0 0 0 0.533vw;
  }
}
.p-footer-cta .c-tel-btn::after {
  right: 18px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-tel-btn::after {
    right: 2.133vw;
    width: 1.067vw;
    height: 1.867vw;
  }
}
.p-footer-cta .c-tel-btn__link {
  padding: 14px 20px 13px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-tel-btn__link {
    padding: 2.667vw 2.133vw;
  }
}
.p-footer-cta .c-tel-btn__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-tel-btn__icon {
    width: 3.733vw;
    height: 3.733vw;
    margin-right: 1.067vw;
  }
}
.p-footer-cta .c-tel-btn__text {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta .c-tel-btn__text {
    font-size: 3.467vw;
  }
}

.u-separate {
  margin: 24px 0;
}/*# sourceMappingURL=style.css.map */