@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.pc {
  display: none !important;
}

.column {
  display: none;
}

/* -----------------------------------------------
    common
----------------------------------------------- */
#container .fade_block {
  opacity: 0;
  transform: translateY(5.3333333333vw);
  transition: opacity 1.5s, transform 1s;
}
#container .fade_block.active {
  opacity: 1;
  transform: translateY(0);
}

/* =================================================
   unique layout
================================================= */
#js-ancker {
  display: none;
}

#container {
  padding: 16.5333333333vw 0 0;
  overflow: hidden;
}
#container header {
  width: 100%;
  background: hsl(0, 0%, 100%);
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#container header .inner {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  height: 16.5333333333vw;
}
#container header .logo {
  padding-left: 0.5em;
  box-sizing: border-box;
}
#container header .logo a,
#container header .logo a:link {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.5em;
  column-gap: 0.5em;
  align-items: center;
  line-height: 1;
}
#container header .logo span {
  display: block;
}
#container header .logo span.icon {
  grid-row: 1/3;
  grid-column: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  font-style: normal;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
  border-radius: 50%;
  background: #009fe8;
}
#container header .logo span.txt {
  grid-row: 1;
  grid-column: 2;
  font-size: 7rem;
  font-weight: bold;
}
#container header .logo span.txt_2 {
  grid-row: 2;
  grid-column: 2;
  color: hsl(0, 0%, 60%);
  font-size: 4rem;
}
#container header .side_menu {
  display: grid;
  row-gap: 0.5em;
  align-items: end;
  text-align: center;
  padding-right: 0.5em;
  box-sizing: border-box;
}
#container header .side_menu a,
#container header .side_menu a:link {
  display: block;
  line-height: 1;
  font-weight: 700;
}
#container header .side_menu .cta a,
#container header .side_menu .cta a:link {
  display: grid;
  align-items: center;
  color: hsl(0, 0%, 100%);
  height: 1.6em;
  padding: 0 0.8em;
  background: #009fe8;
  border-radius: 0.8em;
  box-sizing: border-box;
}
#container footer {
  padding: 50px 0 28px;
}
#container footer h2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.25em;
  column-gap: 0.5em;
  align-items: center;
  line-height: 1;
  margin: 0 auto 1em;
  box-sizing: border-box;
}
#container footer h2 span {
  display: block;
}
#container footer h2 span.icon {
  grid-row: 1/3;
  grid-column: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  font-style: normal;
  font-size: 12px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #009fe8;
}
#container footer h2 span.txt {
  grid-row: 1;
  grid-column: 2;
  font-size: 15px;
  font-weight: bold;
}
#container footer h2 span.txt_2 {
  grid-row: 2;
  grid-column: 2;
  color: hsl(0, 0%, 60%);
  font-size: 11px;
}
#container footer h3 {
  margin: 1em auto 0.5em;
}
#container footer h3 span {
  color: #009fe8;
  font-size: 14px;
}
#container footer p {
  font-size: 16px;
  line-height: 1.95;
}
#container footer small {
  display: block;
  text-align: center;
}
#container footer .innter {
  width: 74.6666666667vw;
  padding-bottom: 8vw;
  margin: 0 auto 8vw;
  border-bottom: 1px solid rgba(0, 159, 232, 0.2);
}
#container .banner_body_sp {
  width: 100%;
  position: relative;
  z-index: 9;
}
#container .banner_body_sp nav {
  width: 100%;
  padding: 0 2.6666666667vw;
  background: hsl(0, 0%, 100%);
}
#container .banner_body_sp nav ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  column-gap: 10px;
  padding: 10px 0;
}
#container .banner_body_sp nav ul li a,
#container .banner_body_sp nav ul li a:link {
  display: grid;
  align-items: center;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 0 1em;
  background: #009fe8;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 8px 22px rgba(0, 159, 232, 0.2);
}
#container .banner_body_sp nav ul li a.bg_whi,
#container .banner_body_sp nav ul li a:link.bg_whi {
  color: hsl(0, 0%, 0%);
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 22px rgba(255, 255, 255, 0.2);
}
#container .banner_body_sp nav ul li a.bg_gre,
#container .banner_body_sp nav ul li a:link.bg_gre {
  background: #06c755;
  box-shadow: 0 8px 22px rgba(6, 199, 85, 0.2);
}
#container .banner_body_sp nav ul li a.bg_red,
#container .banner_body_sp nav ul li a:link.bg_red {
  background: #d95589;
  box-shadow: 0 8px 22px rgba(217, 85, 137, 0.2);
}
#container .banner_body_sp nav ul li span {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1.4rem;
}
#container .banner_body_sp nav ul li img {
  margin: 0 2vw 0 0;
}
#container .banner_body_sp .banner_sp {
  width: 100%;
  background: hsl(0, 0%, 100%);
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
}
#container {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container section {
  padding: 50px 0;
}
#container section h2 span {
  display: block;
  text-align: center;
}
#container section h2 span.txt {
  color: #009fe8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
#container section h2 span.txt_2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.5em;
}
#container section p {
  font-size: 16px;
  line-height: 1.75;
}
#container section p.lead {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
#container section p.notice {
  font-size: 12px;
}
#container section .link {
  margin-top: 30px;
}
#container section .link a,
#container section .link a:link {
  display: grid;
  align-items: center;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 700;
  width: max-content;
  height: 48px;
  padding: 0 2em;
  background: #009fe8;
  border-radius: 24px;
  box-sizing: border-box;
  box-shadow: 0 8px 22px rgba(0, 159, 232, 0.2);
}
#container section .link a.bg_whi,
#container section .link a:link.bg_whi {
  color: #009fe8;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 8px 22px rgba(255, 255, 255, 0.2);
}
#container section .link a.bg_gre,
#container section .link a:link.bg_gre {
  background: #06c755;
  box-shadow: 0 8px 22px rgba(6, 199, 85, 0.2);
}
#container section .link a.bg_red,
#container section .link a:link.bg_red {
  background: #d95589;
  box-shadow: 0 8px 22px rgba(217, 85, 137, 0.2);
}
#container section.main {
  padding: 0;
  margin-top: 0;
  box-sizing: border-box;
}
#container section.main h1 {
  font-size: 32px;
  font-weight: 900;
}
#container section.main h1 span {
  display: block;
}
#container section.main h1 span.txt_2 {
  padding-left: 0.3em;
  position: relative;
  z-index: 1;
}
#container section.main h1 span.txt_2::before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background: rgba(0, 159, 232, 0.2);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
#container section.main ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 28px;
}
#container section.main ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.5em;
  column-gap: 0.75em;
  align-items: center;
  padding: 1em 1em;
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 4.8vw;
  box-sizing: border-box;
}
#container section.main ul li span {
  display: block;
  line-height: 1;
}
#container section.main ul li span.txt {
  grid-row: 1;
  grid-column: 2;
  font-size: 16px;
  font-weight: 700;
}
#container section.main ul li span.txt_2 {
  grid-row: 2;
  grid-column: 2;
  font-weight: 300;
}
#container section.main ul li::before {
  grid-row: 1/3;
  grid-column: 1;
  content: "●";
  display: block;
  color: #009fe8;
  font-size: 10px;
}
#container section.main .cach {
  margin-bottom: 20px;
}
#container section.main .cach p {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.5em;
  align-items: center;
  line-height: 1;
  color: #009fe8;
  font-size: 14px;
  font-weight: 700;
  width: max-content;
  height: 36px;
  padding: 0 1em;
  background: hsl(0, 0%, 100%);
  border-radius: 18px;
  box-sizing: border-box;
}
#container section.main .cach p::before {
  content: "●";
}
#container section.main .link {
  display: grid;
  row-gap: 14px;
}
#container section.main .item {
  padding: 10.6666666667vw 5.3333333333vw 0;
  background: rgba(0, 159, 232, 0.1) linear-gradient(rgb(238, 249, 255) 0%, rgb(255, 255, 255) 70%);
}
#container section.main .profile {
  padding: 5.3333333333vw;
  margin: 5.3333333333vw 0 10.6666666667vw;
  position: relative;
  z-index: 1;
}
#container section.main .profile h3 span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
#container section.main .profile h3 span.txt {
  color: hsl(0, 0%, 60%);
  margin-bottom: 0.5em;
}
#container section.main .profile h3 span.txt_2 {
  font-size: 14px;
}
#container section.main .profile h3 span.txt_3 {
  color: #d95589;
  margin-top: 0.5em;
}
#container section.main .profile h4 {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  row-gap: 0.25em;
  column-gap: 0.5em;
}
#container section.main .profile h4 span {
  display: block;
  color: hsl(0, 0%, 60%);
  line-height: 1;
}
#container section.main .profile h4 span.icon {
  grid-row: 1/3;
  grid-column: 1;
  font-size: 22px;
}
#container section.main .profile h4 span.txt {
  grid-row: 1;
  grid-column: 2;
  font-size: 12px;
}
#container section.main .profile h4 span.txt b {
  color: hsl(0, 0%, 0%);
  font-size: 18px;
}
#container section.main .profile h4 span.txt_2 {
  grid-row: 2;
  grid-column: 2;
  font-size: 12px;
  margin-top: 0.25em;
}
#container section.main .profile .photo {
  width: 280px;
  padding: 10px 0 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#container section.main .profile .photo figure {
  display: block;
  width: 260px;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
#container section.main .profile .photo figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
#container section.main .profile .photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 159, 232, 0.2);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -20px;
}
#container section.main .profile .name,
#container section.main .profile .google {
  width: max-content;
  padding: 1em 1.25em;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 159, 232, 0.1);
  border-radius: 1.5em;
  box-sizing: border-box;
  box-shadow: 0px 16px 40px -20px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
}
#container section.main .profile .name {
  display: grid;
  grid-template-columns: 44px max-content;
  align-items: center;
  column-gap: 1em;
  bottom: 0;
  left: 0;
}
#container section.main .profile .google {
  top: 0;
  right: 0;
}
#container section.list_evaluation {
  padding: 0;
  margin-top: 0;
}
#container section.list_evaluation ul {
  width: 85.3333333333vw;
  padding: 26px 0;
  margin: 0 auto;
  background: rgba(217, 85, 137, 0.05);
  border: 1px solid rgba(217, 85, 137, 0.2);
  border-radius: 6.6666666667vw;
  box-sizing: border-box;
}
#container section.list_evaluation ul li {
  margin-top: 20px;
}
#container section.list_evaluation ul li:first-of-type {
  margin-top: 0;
}
#container section.list_evaluation ul li span {
  display: block;
  text-align: center;
  line-height: 1;
}
#container section.list_evaluation ul li span.txt {
  color: #d95589;
  font-size: 16px;
  font-weight: 700;
}
#container section.list_evaluation ul li span.txt b {
  font-size: 36px;
}
#container section.list_evaluation ul li span.txt_2 {
  font-weight: 800;
  font-size: 16px;
  margin-top: 0.5em;
}
#container section.list_evaluation ul li span.txt_3 {
  color: hsl(0, 0%, 40%);
  margin-top: 0.75em;
}
#container section.worries {
  margin-top: 50px;
  background: rgba(217, 85, 137, 0.05);
}
#container section.worries p {
  width: 85.3333333333vw;
  margin: 15px auto 0;
}
#container section.worries ul {
  margin-top: 30px;
}
#container section.worries ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1.25em;
  width: 85.3333333333vw;
  padding: 26px 25px;
  margin: 15px auto 0;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(217, 85, 137, 0.2);
  border-radius: 4vw;
  box-sizing: border-box;
}
#container section.worries ul li:first-of-type {
  margin-top: 0;
}
#container section.worries ul li span {
  display: block;
}
#container section.worries ul li span.num {
  display: grid;
  align-items: center;
  justify-content: center;
  color: #d95589;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  width: 2em;
  height: 2em;
  margin-top: 0.5em;
  background: rgba(217, 85, 137, 0.1);
  border-radius: 50%;
}
#container section.worries ul li span.txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
#container section.worries .link a,
#container section.worries .link a:link {
  margin: 0 auto;
}
#container section.reasons h3 {
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
#container section.reasons h3 span {
  display: block;
  line-height: 1;
}
#container section.reasons h3 span.en {
  display: grid;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  width: max-content;
  height: 30px;
  padding: 0 1.5em;
  background: #009fe8;
  border-radius: 4vw;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: -45px;
  left: 0;
}
#container section.reasons h3 span.txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
#container section.reasons p.lead {
  text-align: center;
}
#container section.reasons ul {
  margin-top: 30px;
}
#container section.reasons ul li {
  column-gap: 1.25em;
  width: 85.3333333333vw;
  padding: 30px 25px;
  margin: 30px auto 0;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(217, 85, 137, 0.2);
  border-radius: 4vw;
  box-sizing: border-box;
}
#container section.reasons ul li:first-of-type {
  margin-top: 0;
}
#container section.reasons ul li:nth-of-type(even) h3 span.en {
  background: #d95589;
}
#container section.doctors {
  background: rgba(0, 159, 232, 0.1);
}
#container section.doctors h3 {
  position: absolute;
  z-index: 10;
  bottom: 1em;
  left: 1.5em;
}
#container section.doctors h3 span {
  display: block;
  color: hsl(0, 0%, 100%);
}
#container section.doctors h3 span.txt {
  font-size: 12px;
}
#container section.doctors h3 span.txt_2 {
  font-size: 24px;
}
#container section.doctors h3 span.txt_3 {
  font-size: 16px;
}
#container section.doctors p.lead {
  text-align: center;
}
#container section.doctors p.notice {
  width: 85.3333333333vw;
  margin: 15px auto 0;
}
#container section.doctors table tbody tr th {
  color: #009fe8;
  text-align: left;
  vertical-align: top;
  font-size: 10px;
  padding: 0.25em 2em 0 0;
}
#container section.doctors table tbody tr td {
  font-size: 14px;
  padding-bottom: 1em;
}
#container section.doctors blockquote {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #009fe8;
  box-sizing: border-box;
}
#container section.doctors blockquote p {
  font-size: 14px;
  font-feature-settings: "palt";
}
#container section.doctors .item {
  width: 85.3333333333vw;
  margin: 15px auto 0;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 159, 232, 0.2);
  border-radius: 4vw;
  box-sizing: border-box;
  overflow: hidden;
}
#container section.doctors .item .item_t {
  aspect-ratio: 3/2;
  background: #009fe8;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#container section.doctors .item .item_t::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(transparent 0%, #009fe8 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
#container section.doctors .item .item_t figure {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -8vw;
  left: 50%;
  transform: translate(-50%);
}
#container section.doctors .item .item_m {
  padding: 26px 25px;
}
#container section.doctors .item:nth-of-type(2) {
  border: 1px solid rgba(217, 85, 137, 0.2);
}
#container section.doctors .item:nth-of-type(2) .item_t {
  background: #d95589;
}
#container section.doctors .item:nth-of-type(2) .item_t::after {
  background: linear-gradient(transparent 0%, #d95589 100%);
}
#container section.doctors .item:nth-of-type(2) .item_t figure {
  top: 0;
}
#container section.doctors .item:nth-of-type(2) table tbody tr th {
  color: #d95589;
}
#container section.doctors .item:nth-of-type(2) blockquote {
  border-left: 3px solid #d95589;
}
#container section.pricing h3 {
  padding: 4vw 5.3333333333vw 2.6666666667vw;
  background: #009fe8;
  border-radius: 4vw 4vw 0 0;
  overflow: hidden;
}
#container section.pricing h3 span {
  display: block;
  color: hsl(0, 0%, 100%);
  line-height: 1;
}
#container section.pricing h3 span.txt {
  font-size: 14px;
}
#container section.pricing h3 span.txt_2 {
  font-size: 12px;
  width: max-content;
  padding: 0.5em 1em;
  margin-top: 1em;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1em;
  box-sizing: border-box;
}
#container section.pricing h4 {
  margin: 5.3333333333vw 0 4vw 4vw;
}
#container section.pricing h4 span {
  display: block;
  color: #d95589;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}
#container section.pricing p.lead {
  text-align: center;
  margin: 15px auto 0;
}
#container section.pricing p.lead b {
  color: #009fe8;
}
#container section.pricing p.notice {
  margin-top: 1em;
}
#container section.pricing ul {
  background: hsl(0, 0%, 100%);
  border-radius: 0 0 5.3333333333vw 5.3333333333vw;
  box-sizing: border-box;
  overflow: hidden;
}
#container section.pricing ul li {
  display: grid;
  grid-template-columns: 1fr max-content;
  column-gap: 1em;
  padding: 5.3333333333vw;
  border-bottom: 1px solid rgba(0, 159, 232, 0.2);
}
#container section.pricing ul li span {
  display: block;
}
#container section.pricing ul li span.txt {
  font-size: 12px;
}
#container section.pricing ul li span.txt b {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5em;
}
#container section.pricing ul li span.txt_2 {
  color: #009fe8;
  font-size: 18px;
  font-weight: 900;
}
#container section.pricing ul li.total {
  background: rgba(217, 85, 137, 0.1);
}
#container section.pricing ul li.total span.txt_2 {
  color: #d95589;
  font-size: 22px;
}
#container section.pricing ul:nth-of-type(2) li span.txt b {
  font-size: 14px;
}
#container section.pricing ul:nth-of-type(2) li span.txt_2 {
  color: #d95589;
  font-size: 14px;
}
#container section.pricing .item {
  width: 85.3333333333vw;
  padding: 2.6666666667vw;
  margin: 15px auto 0;
  background: rgba(0, 159, 232, 0.1);
  border: 1px solid rgba(0, 159, 232, 0.1);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
}
#container section.pricing .item:nth-of-type(2) {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
#container section.pricing .item:nth-of-type(2) h3 {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  align-items: center;
  background: none;
}
#container section.pricing .item:nth-of-type(2) h3::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  background: #009fe8;
}
#container section.pricing .item:nth-of-type(2) h3 span {
  color: hsl(0, 0%, 0%);
}
#container section.pricing .item:nth-of-type(2) h3 span.txt {
  font-size: 18px;
  line-height: 1.5;
}
#container section.pricing .item:nth-of-type(2) .table {
  border: 1px solid rgba(0, 159, 232, 0.2);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
}
#container section.pricing .item:nth-of-type(2) table {
  border-collapse: collapse;
}
#container section.pricing .item:nth-of-type(2) table thead {
  background: rgba(0, 159, 232, 0.03);
}
#container section.pricing .item:nth-of-type(2) table thead tr th {
  white-space: nowrap;
  font-size: 11px;
  color: hsl(0, 0%, 60%);
  padding: 1em 0;
}
#container section.pricing .item:nth-of-type(2) table thead tr th:first-of-type {
  width: 40%;
}
#container section.pricing .item:nth-of-type(2) table thead tr th:nth-of-type(2) {
  width: 30%;
}
#container section.pricing .item:nth-of-type(2) table thead tr th:last-of-type {
  color: #009fe8;
  width: 30%;
}
#container section.pricing .item:nth-of-type(2) table tbody tr th,
#container section.pricing .item:nth-of-type(2) table tbody tr td {
  letter-spacing: 0;
  border-top: 1px solid rgba(0, 159, 232, 0.1);
}
#container section.pricing .item:nth-of-type(2) table tbody tr th {
  text-align: left;
  font-size: 12.5px;
  padding: 1em 0 1em 1em;
}
#container section.pricing .item:nth-of-type(2) table tbody tr td {
  color: hsl(0, 0%, 60%);
  font-size: 11.5px;
  padding: 1em 0.5em;
}
#container section.pricing .item:nth-of-type(2) table tbody tr td:last-of-type {
  color: #009fe8;
  font-size: 12px;
  padding: 1em 1em 1em 0;
}
#container section.warranty {
  background: rgba(0, 159, 232, 0.1);
}
#container section.warranty h3 {
  margin-bottom: 1em;
}
#container section.warranty h3 span {
  display: block;
  line-height: 1;
  font-weight: 900;
}
#container section.warranty h3 span.txt {
  color: #009fe8;
  font-size: 14px;
  margin-bottom: 0.5em;
}
#container section.warranty h3 span.txt_2 {
  font-size: 30px;
}
#container section.warranty ul {
  width: 85.3333333333vw;
  margin: 15px auto 0;
}
#container section.warranty ul li {
  text-align: center;
  padding: 8vw 5.3333333333vw;
  margin: 15px auto 0;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 159, 232, 0.1);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
}
#container section.flow h3 {
  grid-column: 2;
  margin-bottom: 0.5em;
}
#container section.flow p.lead {
  width: 85.3333333333vw;
  margin: 15px auto 0;
}
#container section.flow p.num {
  grid-row: 1/3;
  grid-column: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #009fe8;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  width: 3em;
  height: 3em;
  background: hsl(0, 0%, 100%);
  border: 2px solid #009fe8;
  border-radius: 50%;
  box-sizing: border-box;
}
#container section.flow p.text {
  grid-column: 2;
}
#container section.flow p.period {
  grid-row: 1/3;
  grid-column: 3;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #009fe8;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  width: max-content;
  height: 2em;
  padding: 0 1em;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 159, 232, 0.1);
  border-radius: 1em;
  box-sizing: border-box;
}
#container section.flow ul {
  width: 85.3333333333vw;
  margin: 15px auto 0;
}
#container section.flow ul li {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  column-gap: 1em;
  align-items: center;
  padding: 5.3333333333vw;
  margin: 15px auto 0;
  background: rgba(0, 159, 232, 0.1);
  border: 1px solid rgba(0, 159, 232, 0.1);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
}
#container section.case {
  background: hsl(0, 0%, 95%);
}
#container section.case figure {
  aspect-ratio: 3/2;
  background: hsl(0, 0%, 80%);
}
#container section.case figure img {
  width: 100%;
  object-fit: cover;
}
#container section.case h3 {
  width: 74.6666666667vw;
  margin: 0.25em auto 0;
}
#container section.case h3 span {
  font-size: 18px;
}
#container section.case p.lead {
  width: 85.3333333333vw;
  margin: 15px auto 0;
}
#container section.case p.cata {
  display: grid;
  align-items: center;
  justify-content: center;
  color: #009fe8;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  width: max-content;
  height: 2em;
  padding: 0 1em;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 159, 232, 0.1);
  border-radius: 1em;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
}
#container section.case p.pers {
  font-size: 14px;
  width: 74.6666666667vw;
  margin: 15px auto 0;
}
#container section.case table {
  width: 74.6666666667vw;
  margin: 0.75em auto 0;
}
#container section.case table tbody tr th {
  white-space: nowrap;
  text-align: left;
  color: #009fe8;
  font-size: 12px;
}
#container section.case table tbody tr td {
  vertical-align: top;
  font-size: 14px;
  padding-left: 1.5em;
}
#container section.case ul {
  width: 85.3333333333vw;
  margin: 15px auto 0;
}
#container section.case ul li {
  padding-bottom: 20px;
  margin: 15px auto 0;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 159, 232, 0.2);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#container section.equipment figure {
  aspect-ratio: 3/2;
}
#container section.equipment figure img {
  width: 100%;
  object-fit: cover;
}
#container section.equipment h3 {
  width: 74.6666666667vw;
  margin: 1em auto 0;
}
#container section.equipment h3 span {
  font-size: 18px;
}
#container section.equipment p {
  width: 74.6666666667vw;
  margin: 0.5em auto 0;
}
#container section.equipment ul {
  width: 85.3333333333vw;
  margin: 15px auto 0;
}
#container section.equipment ul li {
  padding-bottom: 20px;
  margin: 15px auto 0;
  background: rgba(0, 159, 232, 0.1);
  border: 1px solid rgba(0, 159, 232, 0.2);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#container section.faq {
  background: rgba(0, 159, 232, 0.1);
}
#container section.faq h3 {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  align-items: center;
}
#container section.faq h3 span.icon {
  display: grid;
  align-items: center;
  justify-content: center;
  color: #009fe8;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  width: 2em;
  height: 2em;
  background: rgba(0, 159, 232, 0.1);
  border-radius: 50%;
  box-sizing: border-box;
}
#container section.faq h3 span.txt {
  font-size: 16px;
}
#container section.faq p.lead {
  text-align: center;
}
#container section.faq details {
  width: 85.3333333333vw;
  margin: 15px auto 0;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 159, 232, 0.2);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  overflow: hidden;
}
#container section.faq details summary,
#container section.faq details .content {
  padding: 5.3333333333vw;
}
#container section.faq details summary {
  display: grid;
  grid-template-columns: 1fr max-content;
  column-gap: 1em;
  align-items: center;
}
#container section.faq details summary::marker {
  content: "";
  display: none;
}
#container section.faq details summary .marker {
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
#container section.faq details summary .marker::before, #container section.faq details summary .marker::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container section.faq details summary .marker::before {
  width: 100%;
  border-bottom: 2px solid #009fe8;
}
#container section.faq details summary .marker::after {
  height: 100%;
  border-left: 1px solid #009fe8;
}
#container section.faq details .content {
  padding-left: 5em;
  border-top: 1px solid rgba(0, 159, 232, 0.1);
}
#container section.faq details[open] summary .marker {
  transform: rotate(-135deg);
}
#container section.risks h3 {
  margin-bottom: 1em;
}
#container section.risks h3 span {
  color: #d95589;
  font-size: 16px;
}
#container section.risks p.lead {
  text-align: center;
}
#container section.risks ul {
  padding-left: 2em;
  margin: 15px auto 0;
}
#container section.risks ul li {
  list-style-type: disc;
  font-size: 16px;
  margin-top: 0.5em;
}
#container section.risks .item {
  width: 85.3333333333vw;
  padding: 20px;
  margin: 15px auto 0;
  border: 1px solid rgba(0, 159, 232, 0.2);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  overflow: hidden;
}
#container section.risks .item:last-of-type {
  background: rgba(217, 85, 137, 0.1);
  border: 1px solid rgba(217, 85, 137, 0.2);
}
#container section.access {
  background: rgba(0, 159, 232, 0.1);
}
#container section.access h3 {
  width: 74.6666666667vw;
  margin: 15px auto 0;
}
#container section.access h3 span {
  display: block;
}
#container section.access h3 span.txt {
  font-size: 14px;
}
#container section.access h3 span.txt_2 {
  font-size: 18px;
}
#container section.access table {
  width: 74.6666666667vw;
  margin: 15px auto 0;
}
#container section.access table tbody tr th,
#container section.access table tbody tr td {
  padding-top: 0.5em;
}
#container section.access table tbody tr th {
  vertical-align: top;
  text-align: left;
  color: #009fe8;
  font-size: 12px;
}
#container section.access table tbody tr td {
  font-size: 14px;
  padding-left: 2em;
}
#container section.access .map {
  aspect-ratio: 3/2;
}
#container section.access .map iframe {
  width: 100%;
  height: 100%;
}
#container section.access .item {
  width: 85.3333333333vw;
  padding-bottom: 8vw;
  margin: 15px auto 0;
  background: hsl(0, 0%, 100%);
  border: 1px solid rgba(0, 159, 232, 0.2);
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  overflow: hidden;
}
#container section.consul {
  color: hsl(0, 0%, 100%);
  background: #009fe8;
}
#container section.consul h2 span.txt {
  color: hsl(0, 0%, 100%);
}
#container section.consul p {
  text-align: center;
}
#container section.consul p.notice {
  margin-top: 3em;
}
#container section.consul .link a,
#container section.consul .link a:link {
  margin: 15px auto 0;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  #container {
    /* -----------------------------------------------
        common
    ----------------------------------------------- */
  }
  #container .fade_block {
    transform: translateY(48px);
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container {
    /* =================================================
       unique layout
    ================================================= */
    padding: 64px 0 0;
  }
  #container header {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #container header .inner {
    max-width: 960px;
    height: 64px;
    margin: 0 auto;
  }
  #container header .logo {
    padding-left: 0;
  }
  #container header .logo a,
  #container header .logo a:link {
    column-gap: 0.75em;
  }
  #container header .logo span.icon {
    font-size: 14px;
    width: 36px;
    height: 36px;
  }
  #container header .logo span.txt {
    font-size: 18px;
  }
  #container header .logo span.txt_2 {
    font-size: 12px;
  }
  #container header .side_menu {
    grid-template-columns: repeat(2, max-content);
    row-gap: 0;
    column-gap: 10px;
    align-items: center;
    padding-right: 0;
  }
  #container header .side_menu .tel a,
  #container header .side_menu .tel a:link {
    display: grid;
    align-items: center;
    font-size: 16px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 20px;
    box-sizing: border-box;
  }
  #container header .side_menu .cta a,
  #container header .side_menu .cta a:link {
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    box-shadow: 0 8px 22px rgba(0, 159, 232, 0.2);
  }
  #container footer {
    padding: 50px 20px 28px;
  }
  #container footer h2 span.txt {
    font-size: 18px;
  }
  #container footer h2 span.txt_2 {
    font-size: 12px;
  }
  #container footer h3 {
    margin-top: 0;
  }
  #container footer h3 span {
    font-size: 16px;
  }
  #container footer p {
    font-size: 14px;
    line-height: 2;
  }
  #container footer small {
    font-size: 14px;
  }
  #container footer .innter {
    display: grid;
    grid-template-columns: 1fr 190px 1fr;
    column-gap: 30px;
    width: 100%;
    max-width: 920px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #container {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container section {
    padding: 96px 40px;
  }
  #container section .inner {
    max-width: 920px;
    margin: 0 auto;
  }
  #container section h2 span.txt_2 {
    font-size: 34px;
    line-height: 1.5;
  }
  #container section.main {
    padding: 96px 40px;
    background: rgba(0, 159, 232, 0.1) linear-gradient(rgb(238, 249, 255) 0%, rgb(255, 255, 255) 70%);
  }
  #container section.main h1 {
    font-size: 44px;
  }
  #container section.main h1 span.txt_2 {
    width: max-content;
  }
  #container section.main h1 span.txt_2::before {
    height: 26px;
  }
  #container section.main ul li {
    border-radius: 36px;
  }
  #container section.main ul li span.txt {
    font-size: 16px;
  }
  #container section.main ul li span.txt_2 {
    font-size: 12px;
  }
  #container section.main ul li::before {
    font-size: 10px;
  }
  #container section.main .cach p {
    font-size: 16px;
  }
  #container section.main .link {
    grid-template-columns: repeat(2, max-content);
    column-gap: 10px;
  }
  #container section.main .link p.notice {
    grid-column: 1/3;
  }
  #container section.main .item {
    padding: 0;
    background: none;
  }
  #container section.main .profile {
    width: max-content;
    height: max-content;
    padding: 0;
    margin: 48px auto 0;
  }
  #container section.main .profile .photo {
    width: 350px;
    padding: 20px 0 0;
  }
  #container section.main .profile .photo figure {
    width: 320px;
  }
  #container section.main .profile .name {
    grid-template-columns: 40px max-content;
    bottom: 50px;
  }
  #container section.main .profile .google {
    top: 6px;
    right: 0;
  }
  #container section.list_evaluation {
    padding: 0 40px;
  }
  #container section.list_evaluation ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: top;
    width: 100%;
    padding: 30px 0;
    border-radius: 20px;
  }
  #container section.list_evaluation ul li {
    margin-top: 0;
    border-right: 1px solid rgba(217, 85, 137, 0.2);
  }
  #container section.list_evaluation ul li:last-of-type {
    border: none;
  }
  #container section.list_evaluation ul li span.txt b {
    font-size: 36px;
  }
  #container section.list_evaluation ul li span.txt_2 {
    font-size: 13px;
    margin-top: 0.75em;
  }
  #container section.list_evaluation ul li span.txt_3 {
    font-size: 11px;
    margin-top: 0.75em;
  }
  #container section.worries {
    margin-top: 80px;
  }
  #container section.worries p {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  #container section.worries ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 14px;
    margin-top: 40px;
  }
  #container section.worries ul li {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.25em;
    width: 100%;
    padding: 26px 25px;
    margin: 0;
    border-radius: 20px;
  }
  #container section.worries ul li span.num {
    font-size: 18px;
    width: 32px;
    height: 32px;
    margin-top: 0;
  }
  #container section.worries ul li span.txt {
    font-size: 21px;
  }
  #container section.reasons h3 span.en {
    border-radius: 15px;
    top: -41px;
  }
  #container section.reasons h3 span.txt {
    font-size: 21px;
  }
  #container section.reasons p.lead {
    text-align: center;
  }
  #container section.reasons ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    row-gap: 30px;
    column-gap: 20px;
    margin-top: 40px;
  }
  #container section.reasons ul p {
    font-size: 13px;
    line-height: 2;
  }
  #container section.reasons ul li {
    width: 100%;
    padding-top: 26px;
    margin: 0;
    border-radius: 20px;
  }
  #container section.doctors .inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    column-gap: 20px;
    align-items: top;
  }
  #container section.doctors h2 {
    grid-column: 1/-1;
  }
  #container section.doctors h3 {
    bottom: 1em;
    left: 1.5em;
  }
  #container section.doctors h3 span.txt {
    font-size: 14px;
  }
  #container section.doctors h3 span.txt_2 {
    font-size: 30px;
  }
  #container section.doctors h3 span.txt_3 {
    font-size: 18px;
  }
  #container section.doctors p.lead {
    grid-column: 1/-1;
  }
  #container section.doctors p.notice {
    grid-column: 1/-1;
    width: 100%;
  }
  #container section.doctors table tbody tr th {
    font-size: 12px;
  }
  #container section.doctors blockquote p {
    font-size: 16px;
  }
  #container section.doctors .item {
    width: 100%;
    margin: 40px 0 0;
    border-radius: 20px;
  }
  #container section.doctors .item .item_t::after {
    height: 140px;
  }
  #container section.doctors .item .item_t figure {
    top: -50px;
  }
  #container section.pricing h3 {
    display: grid;
    grid-template-columns: 1fr max-content;
    padding: 20px 30px 15px;
    border-radius: 15px 15px 0 0;
  }
  #container section.pricing h3 span.txt {
    font-size: 18px;
    padding-top: 0.1em;
  }
  #container section.pricing h3 span.txt_2 {
    margin-top: 0;
    border-radius: 1em;
  }
  #container section.pricing h4 {
    margin: 20px 0 20px 15px;
  }
  #container section.pricing h4 span {
    font-size: 18px;
  }
  #container section.pricing ul {
    border-radius: 0 0 15px 15px;
  }
  #container section.pricing ul li {
    align-items: center;
    padding: 20px;
  }
  #container section.pricing ul li span.txt {
    font-size: 14px;
  }
  #container section.pricing ul li span.txt b {
    font-size: 18px;
    margin-bottom: 0;
  }
  #container section.pricing ul li span.txt_2 {
    font-size: 21px;
  }
  #container section.pricing ul li.total span.txt_2 {
    font-size: 24px;
  }
  #container section.pricing ul:nth-of-type(2) li span.txt b {
    font-size: 14px;
  }
  #container section.pricing ul:nth-of-type(2) li span.txt_2 {
    color: #d95589;
    font-size: 14px;
  }
  #container section.pricing .item {
    width: 100%;
    padding: 10px;
    margin-top: 40px;
    border-radius: 20px;
  }
  #container section.pricing .item:nth-of-type(2) {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
  }
  #container section.pricing .item:nth-of-type(2) h3 {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    margin-bottom: 20px;
  }
  #container section.pricing .item:nth-of-type(2) h3 span.txt {
    font-size: 21px;
  }
  #container section.pricing .item:nth-of-type(2) .table {
    border-radius: 20px;
  }
  #container section.pricing .item:nth-of-type(2) table {
    width: 100%;
  }
  #container section.pricing .item:nth-of-type(2) table thead tr th {
    font-size: 14px;
  }
  #container section.pricing .item:nth-of-type(2) table thead tr th:first-of-type {
    width: 40%;
  }
  #container section.pricing .item:nth-of-type(2) table thead tr th:nth-of-type(2) {
    width: 30%;
  }
  #container section.pricing .item:nth-of-type(2) table thead tr th:last-of-type {
    width: 30%;
  }
  #container section.pricing .item:nth-of-type(2) table tbody tr th {
    font-size: 16px;
    padding: 1em 0 1em 1.5em;
  }
  #container section.pricing .item:nth-of-type(2) table tbody tr td {
    font-size: 14px;
  }
  #container section.pricing .item:nth-of-type(2) table tbody tr td:last-of-type {
    font-size: 14px;
  }
  #container section.warranty h3 span.txt {
    font-size: 16px;
    margin-bottom: 1em;
  }
  #container section.warranty h3 span.txt_2 {
    font-size: 32px;
  }
  #container section.warranty ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    width: 100%;
    margin-top: 40px;
  }
  #container section.warranty ul li {
    padding: 30px 20px;
    margin: 0;
    border-radius: 20px;
  }
  #container section.flow h3 {
    margin-bottom: 0.5em;
  }
  #container section.flow h3 span {
    font-size: 21px;
  }
  #container section.flow p.lead {
    text-align: center;
    width: 100%;
  }
  #container section.flow p.num {
    width: 48px;
    height: 48px;
  }
  #container section.flow p.period {
    font-size: 14px;
  }
  #container section.flow ul {
    width: 100%;
    margin-top: 40px;
  }
  #container section.flow ul li {
    column-gap: 2em;
    padding: 20px;
    border-radius: 20px;
  }
  #container section.case figure {
    aspect-ratio: 3/2;
  }
  #container section.case h3 {
    width: 100%;
    padding: 0 20px;
    margin-top: 0.5em;
  }
  #container section.case p.lead {
    text-align: center;
    width: 100%;
  }
  #container section.case p.cata {
    top: 20px;
    left: 20px;
  }
  #container section.case p.pers {
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
  #container section.case table {
    width: 100%;
    margin-top: 0.75em;
  }
  #container section.case table tbody tr th {
    padding: 10px 0 0 20px;
  }
  #container section.case table tbody tr td {
    padding: 10px 20px 0;
  }
  #container section.case ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    margin-top: 40px;
  }
  #container section.case ul li {
    margin: 0;
    border-radius: 20px;
  }
  #container section.equipment h3 {
    width: 100%;
    padding: 0 20px;
    margin-top: 1em;
  }
  #container section.equipment h3 span {
    font-size: 18px;
  }
  #container section.equipment p {
    width: 100%;
    padding: 0 20px;
  }
  #container section.equipment ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    margin-top: 40px;
  }
  #container section.equipment ul li {
    margin: 0;
    border-radius: 16px;
  }
  #container section.faq h3 span.icon {
    font-size: 18px;
    width: 34px;
    height: 34px;
  }
  #container section.faq h3 span.txt {
    font-size: 21px;
  }
  #container section.faq details {
    width: 100%;
    border-radius: 20px;
  }
  #container section.faq details summary,
  #container section.faq details .content {
    padding: 20px;
  }
  #container section.faq details summary {
    cursor: pointer;
  }
  #container section.faq details summary .marker {
    width: 10px;
    height: 10px;
  }
  #container section.risks h3 span {
    font-size: 21px;
  }
  #container section.risks p.lead {
    margin-bottom: 40px;
  }
  #container section.risks .item {
    width: 100%;
    border-radius: 20px;
  }
  #container section.access h3 {
    grid-row: 1;
    grid-column: 2;
    width: 100%;
    padding: 30px 20px 20px 30px;
    margin: 0;
  }
  #container section.access h3 span {
    font-size: 13px;
  }
  #container section.access h3 span.txt {
    font-size: 11px;
  }
  #container section.access h3 span.txt_2 {
    font-size: 18px;
  }
  #container section.access table {
    align-self: self-start;
    grid-row: 2;
    grid-column: 2;
    width: 100%;
    margin: 0;
  }
  #container section.access table tbody tr th,
  #container section.access table tbody tr td {
    vertical-align: top;
    line-height: 1.75;
  }
  #container section.access table tbody tr th {
    font-size: 12px;
    padding: 3px 0 10px 30px;
  }
  #container section.access table tbody tr td {
    font-size: 14px;
    padding: 0 20px 10px 30px;
  }
  #container section.access .map {
    grid-row: 1/3;
    grid-column: 1;
    aspect-ratio: inherit;
  }
  #container section.access .item {
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-template-columns: 6fr 4fr;
    width: 100%;
    padding-bottom: 0;
    margin-top: 40px;
    border-radius: 20px;
  }
  #container section.consul p.lead {
    text-align: center;
  }
  #container section.consul .link {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    column-gap: 10px;
    justify-content: center;
    margin-top: 40px;
  }
  #container section.consul .link a,
  #container section.consul .link a:link {
    font-size: 16px;
    margin: 0;
  }
}
@media screen and (min-width: 890px) {
  #container section.main .inner {
    display: grid;
    grid-template-columns: 1fr max-content;
    column-gap: 40px;
  }
  #container section.main .inner .profile {
    margin: 0;
  }
}/*# sourceMappingURL=lp.css.map */