@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Foundation */
/* Font sizes */
/* Line Heights */
/* Sizes */
/* Colors */
.top-service, .top-schedule .wrap, .top-thema .list, .l-header__inner, .l-nav__inner:before {
  background: linear-gradient(0.34deg, #2196f3 35.01%, #00bcd4 99.02%);
}

.l-common-map__button {
  background: linear-gradient(11.18deg, #00bcd4 0.06%, #2196f3 100.01%);
}

.l-common-map__button {
  box-shadow: 0px 0px 12px rgba(33, 150, 243, 0.2);
}

/* Media Query */
/* Type */
body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif;
  font-size: 1.4rem;
  color: #2a3039;
}

.l-about__inner .content .details, .l-common-about__inner .content .details, .c-question-list__item .list li, .c-question-list__item .detail-text {
  font-size: 1.4rem;
  color: rgba(42, 48, 57, 0.6);
  line-height: 1.6em;
}

.top-service-step__item-title, .top-contents ul li .note p {
  display: inline;
  background: linear-gradient(transparent 60%, #d3eafd 60%);
}

/* Layout */
.l-about__inner, .l-header__inner, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .l-nav__inner, .l-footer__inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner, .l-header__inner, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .l-nav__inner, .l-footer__inner {
    padding: 0 24px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .l-about__inner, .l-header__inner, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .l-nav__inner, .l-footer__inner {
    padding: 0 16px;
  }
}

/* Font sizes */
/* Line Heights */
/* Sizes */
/* Colors */
/* cervical-cancer */
/* herpes */
.top-service, .top-schedule .wrap, .top-thema .list, .l-header__inner, .l-nav__inner:before {
  background: linear-gradient(0.34deg, #2196f3 35.01%, #00bcd4 99.02%);
}

.l-common-map__button {
  background: linear-gradient(11.18deg, #00bcd4 0.06%, #2196f3 100.01%);
}

.l-common-map__button {
  box-shadow: 0px 0px 12px rgba(33, 150, 243, 0.2);
}

/* cervical-cancer */
/* herpes */
/* Media Query */
/* Type */
body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif;
  font-size: 1.4rem;
}

.l-about__inner .content .details, .l-common-about__inner .content .details, .c-question-list__item .list li, .c-question-list__item .detail-text {
  font-size: 1.4rem;
  color: rgba(42, 48, 57, 0.6);
  line-height: 1.6em;
}

.top-service-step__item-title, .top-contents ul li .note p {
  display: inline;
  background: linear-gradient(transparent 60%, #d3eafd 60%);
}

/* Layout */
.l-about__inner, .l-header__inner, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .l-nav__inner, .l-footer__inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner, .l-header__inner, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .l-nav__inner, .l-footer__inner {
    padding: 0 24px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .l-about__inner, .l-header__inner, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .l-nav__inner, .l-footer__inner {
    padding: 0 16px;
  }
}

/* Layouts */
.l-footer {
  height: 64px;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 1040px) {
  .l-footer {
    height: auto;
  }
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  font-size: 1.4rem;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    padding: 20px 8px;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
}
.l-footer__inner a {
  text-decoration: none;
  color: #2196f3;
}
.l-footer__inner .logo {
  color: rgba(42, 48, 57, 0.4);
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner .logo {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
}
.l-footer__inner .logo a {
  height: 100%;
}
.l-footer__inner .logo img {
  max-width: 80px;
  margin-right: 8px;
  opacity: 0.5;
}
.l-footer__inner .links {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner .links {
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    min-width: 350px;
  }
}
.l-footer__inner .links li {
  margin: 0 16px;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner .links li {
    display: inline-block;
    margin: auto;
    line-height: 1.6em;
    width: 100%;
    text-align: center;
  }
}
.l-footer__inner .copyright {
  color: rgba(42, 48, 57, 0.4);
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner .copyright {
    text-align: center;
  }
}

.l-nav {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.l-nav__inner {
  padding-top: 4px;
  display: grid;
  grid-template-columns: auto auto;
  position: relative;
  height: 80px;
  align-items: center;
}
.l-nav__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1200px;
  height: 4px;
}
.l-nav__inner .logo {
  justify-content: flex-start;
  align-items: center;
  display: grid;
  height: 100%;
  grid-template-columns: auto auto;
  grid-column-gap: 16px;
}
.l-nav__inner a.logo-link img {
  display: block;
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .l-nav__inner a.logo-link img {
    width: 118px;
  }
}
.l-nav__inner .buttons {
  display: flex;
  align-items: center;
  justify-self: flex-end;
}
.l-nav__inner .buttons .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 451px;
  height: 59px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  border-radius: 100px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  width: 180px;
  height: 40px;
}
.l-nav__inner .buttons .btn-default p {
  margin-right: 3%;
}
.l-nav__inner .buttons .btn-default i {
  opacity: 0.92;
}
.l-nav__inner .buttons .btn-default:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
  opacity: 0.6;
}
.l-nav__inner .buttons .btn-default:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .l-nav__inner .buttons .btn-default {
    font-size: 1.2rem;
  }
}
.l-nav.-fixed {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  top: 0;
}

.news-holiday {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 18px auto;
  box-sizing: border-box;
}
.news-holiday__link {
  width: 100%;
  display: inline-block;
  color: #00BCD4;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 15px;
  background-color: rgba(0, 188, 212, 0.1);
  box-sizing: border-box;
}
.news-holiday__link:hover {
  transition: 0.3s;
  opacity: 0.5;
  text-decoration: none;
}
.news-holiday__text {
  margin: 8px;
  line-height: 1.6;
}

/* Components */
.c-question-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  padding: 0;
  margin: 48px 0;
}
@media only screen and (max-width: 1040px) {
  .c-question-list {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    margin: 24px 0;
  }
}
.c-question-list__item .title {
  font-size: 2rem;
  color: #2a3039;
  line-height: 1.6em;
  font-weight: normal;
  margin: 0 auto 4px;
}
.c-question-list__item .title span {
  color: #2196f3;
  margin-right: 8px;
}
@media only screen and (max-width: 640px) {
  .c-question-list__item .title {
    font-size: 1.4rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    padding-right: 16px;
    position: relative;
    font-weight: bold;
  }
  .c-question-list__item .title.open:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .c-question-list__item .title:before {
    position: absolute;
    content: "";
    right: 4px;
    top: 0;
    bottom: 0;
    height: 4px;
    width: 4px;
    margin: auto;
    border: solid #2196f3;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.1s;
  }
}
@media only screen and (max-width: 640px) {
  .c-question-list__item .detail {
    display: none;
    margin-top: 8px;
  }
}
.c-question-list__item .detail-text {
  margin: auto;
}
.c-question-list__item .list {
  list-style: disc;
  padding-left: 16px;
  margin: 16px auto 0;
}
.c-question-list__item .list li {
  margin-bottom: 4px;
}

.c-related {
  background-color: #fff;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 64px 0;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .c-related {
    padding: 48px 0;
  }
}
.c-related__title {
  font-size: 2rem;
  margin: 0 auto 48px;
  color: #2a3039;
}
.c-related__title.two {
  margin-top: 42px;
}
@media only screen and (max-width: 640px) {
  .c-related__title {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.c-related__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 48px;
  overflow-x: scroll;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  list-style: none;
}
@media only screen and (max-width: 1040px) {
  .c-related__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 24px;
    overflow-x: scroll;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
}
.c-related__inner .item {
  display: grid;
  align-content: space-between;
  width: 280px;
}
.c-related__inner .image {
  max-width: 100%;
  height: 192px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 640px) {
  .c-related__inner .image {
    width: 100%;
  }
}
.c-related__inner .title {
  font-size: 1.6rem;
  margin: 16px auto 8px;
  color: #2196f3;
}
@media only screen and (max-width: 640px) {
  .c-related__inner .title {
    font-size: 1.6rem;
  }
}
.c-related__inner .details {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 0 auto 16px;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .c-related__inner .details {
    font-size: 1.2rem;
  }
}
.c-related__inner a.button {
  display: block;
  padding: 0 36px;
  font-size: 1.6rem;
  color: #2196f3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(33, 150, 243, 0.5);
  line-height: 40px;
  border-radius: 4px;
  transition: all 0.25s;
}
.c-related__inner a.button:hover {
  background-color: #2196f3;
  color: #fff;
}

.c-related-services {
  max-width: 1200px;
  margin: 48px auto;
}
@media only screen and (max-width: 640px) {
  .c-related-services {
    margin: 0;
  }
}
.c-related-services__title {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 24px;
  color: #2a3039;
}
@media only screen and (max-width: 640px) {
  .c-related-services__title {
    font-size: 1.4rem;
    margin: 0;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #2196f3;
    position: relative;
  }
  .c-related-services__title.isOpen:before {
    transform: rotate(90deg);
  }
  .c-related-services__title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #2196f3;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: 25% 50%;
    transition: all 0.25s;
  }
}
.c-related-services__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .c-related-services__list {
    grid-template-columns: 1fr;
    padding: 16px;
    background-color: rgba(249, 249, 249, 0.8);
    grid-row-gap: 24px;
    display: none;
  }
}
.c-related-services__list .item {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  grid-column-gap: 8px;
  border: 1px solid #2196f3;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px 32px 12px 16px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .c-related-services__list .item {
    margin-bottom: 16px;
  }
}
.c-related-services__list .item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #2196f3;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-related-services__list .item.active {
  background-color: rgba(249, 249, 249, 0.8);
  border-color: #eee !important;
}
@media only screen and (max-width: 640px) {
  .c-related-services__list .item.active {
    display: none;
  }
}
.c-related-services__list .item.active:before {
  display: none;
}
.c-related-services__list .item.kampo {
  border-color: #038E74;
}
.c-related-services__list .item.kampo .item-title {
  color: #038E74;
}
.c-related-services__list .item.kampo:before {
  border-color: transparent transparent transparent #038E74;
}
.c-related-services__list .item.contraception {
  border-color: #FC5AA7;
}
.c-related-services__list .item.contraception .item-title {
  color: #FC5AA7;
}
.c-related-services__list .item.contraception:before {
  border-color: transparent transparent transparent #FC5AA7;
}
.c-related-services__list a {
  text-decoration: none;
  display: block;
}
.c-related-services__list a:hover {
  transition: opacity 0.25s;
  opacity: 0.7;
}
.c-related-services__list .item-image {
  width: 100%;
}
.c-related-services__list .item-title {
  line-height: 1.3em;
  margin: 0 0 4px;
  color: #2196f3;
}
.c-related-services__list .item-desc {
  font-size: 1.2rem;
  line-height: 1.6em;
  margin: 0;
  color: rgba(42, 48, 57, 0.6);
}

/* common-fotter */
.l-common-service-slider {
  padding: 40px 80px;
  width: 100%;
  background: linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.l-common-service-slider__cont {
  padding: 48px 26px;
  max-width: 1180px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
}
.l-common-service-slider__title-wrap {
  display: flex;
  justify-content: center;
}
.l-common-service-slider__title {
  padding: 8px 16px;
  color: #2196F3;
  background: rgba(33, 150, 243, 0.1);
  font-size: 20px;
  margin: 0;
  margin-bottom: 24px;
}
.l-common-service-slider__slide-box {
  padding: 0 34px;
  width: 33.33333%;
}
.l-common-service-slider__slide-item-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.l-common-service-slider__slide-item-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.l-common-service-slider__slide-item-step {
  height: 40px;
  width: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  background: linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  border-radius: 100%;
  font-size: 20px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  margin-right: 12px;
}
.l-common-service-slider__slide-item-step span {
  font-size: 10px;
  transform: scale(0.9);
  letter-spacing: 1px;
  padding-top: 6px;
}
.l-common-service-slider__slide-item-title {
  font-size: 18px;
  font-weight: 800;
  color: #2196F3;
}
.l-common-service-slider__slide-item-text {
  font-size: 14px;
  line-height: 1.8;
}
.l-common-service-slider__slide-item-text span {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
  color: rgba(42, 48, 57, 0.6);
}
.l-common-service-slider .slick-prev.slick-arrow {
  left: -85px;
}
.l-common-service-slider .slick-prev:before {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: 1;
}
.l-common-service-slider .slick-next.slick-arrow {
  right: -67px;
}
.l-common-service-slider .slick-next:before {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: 1;
}
.l-common-service-slider .slick-dots li button:before {
  font-size: 12px;
  color: #F3F4F5;
  opacity: 1;
}
.l-common-service-slider .slick-dots li.slick-active button:before {
  color: #2196f3;
}
@media only screen and (max-width: 640px) {
  .l-common-service-slider {
    width: auto;
    padding: 24px 16px;
  }
  .l-common-service-slider__cont {
    padding: 48px 16px;
  }
  .l-common-service-slider__slide-box {
    padding: 0 5px;
  }
}

.l-common-after {
  margin: 40px 0;
  padding: 0 16px;
}
.l-common-after__wrap {
  max-width: 1180px;
  margin: auto;
  padding: 40px 0;
  background-color: rgba(33, 150, 243, 0.08);
  border-radius: 8px;
  text-align: center;
  color: #2196f3;
}
.l-common-after__wrap img {
  width: 207px;
  margin-bottom: 16px;
}
.l-common-after__wrap .title {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 140%;
  text-align: center;
}
.l-common-after__wrap .tips {
  width: fit-content;
  margin: 24px auto 26px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  position: relative;
}
.l-common-after__wrap .tips::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #2196f3;
  width: 2px;
  height: 30px;
  transform: rotate(-35deg);
  bottom: 0;
  left: -16px;
}
.l-common-after__wrap .tips::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #2196f3;
  width: 2px;
  height: 30px;
  transform: rotate(35deg);
  bottom: 0;
  right: -16px;
}
.l-common-after__wrap .tips br {
  display: none;
}
.l-common-after__wrap .text {
  font-weight: 400;
  line-height: 180%;
}
.l-common-after__wrap ul {
  width: max-content;
  margin: 24px auto 0;
  text-align: left;
}
.l-common-after__wrap ul li {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
}
@media only screen and (max-width: 640px) {
  .l-common-after {
    padding: 0 4%;
    margin: 32px auto 48px;
  }
  .l-common-after__wrap {
    max-width: 1180px;
    margin: auto;
    padding: 24px 16px;
  }
  .l-common-after__wrap i {
    font-size: 8rem;
    margin-bottom: 12px;
  }
  .l-common-after__wrap .title {
    font-size: 2.4rem;
  }
  .l-common-after__wrap .tips {
    margin: 8px auto 24px;
  }
  .l-common-after__wrap .tips br {
    display: block;
  }
  .l-common-after__wrap .text {
    text-align: left;
  }
  .l-common-after__wrap ul {
    margin: 8px auto 0;
    text-align: left;
    width: 100%;
  }
}

.l-common-price {
  max-width: 1180px;
  margin: 38px auto;
}
.l-common-price .title {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 140%;
  text-align: center;
  color: #2196f3;
}
.l-common-price .note {
  font-weight: 400;
  line-height: 180%;
  margin: 16px 0 24px;
  text-align: center;
}
.l-common-price ul {
  width: 100%;
  border: 1px solid rgba(42, 48, 57, 0.2);
  border-radius: 8px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-common-price ul li {
  margin: 0 40px;
  position: relative;
}
.l-common-price ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #2196f3;
  position: absolute;
  left: -22px;
}
.l-common-price ul li .list-title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  margin-bottom: 4px;
  color: #2196f3;
}
.l-common-price ul li span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .l-common-price {
    padding: 0 4%;
    margin: 48px auto 40px;
  }
  .l-common-price .title {
    font-size: 2.4rem;
  }
  .l-common-price .note {
    margin: 16px 0;
    text-align: left;
  }
  .l-common-price ul {
    width: auto;
    padding: 24px 18px 16px;
    display: block;
  }
  .l-common-price ul li {
    margin: 0 0 16px 46px;
    position: relative;
  }
  .l-common-price ul li::before {
    left: -34px;
  }
  .l-common-price ul li:last-child {
    margin: 0 0 0 46px;
  }
}

.l-common-attention {
  margin-bottom: 40px;
  background-color: rgba(33, 150, 243, 0.08);
}
.l-common-attention__wrap {
  padding: 56px 0;
  max-width: 742px;
  margin: auto;
}
.l-common-attention .title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  margin-bottom: 32px;
}
.l-common-attention ul {
  display: flex;
  justify-content: space-between;
}
.l-common-attention ul li {
  width: 48%;
}
.l-common-attention ul li .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.l-common-attention ul li .title-wrap i {
  color: #2196f3;
  margin-right: 4px;
}
.l-common-attention ul li .title-wrap .list-title {
  font-weight: 500;
  line-height: 23px;
}
.l-common-attention ul li span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .l-common-attention__wrap {
    padding: 32px 4%;
  }
  .l-common-attention .title {
    text-align: left;
    margin-bottom: 19px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 160%;
  }
  .l-common-attention ul {
    display: block;
  }
  .l-common-attention ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .l-common-attention ul li:last-child {
    margin-bottom: 0;
  }
}

.l-common-voice {
  display: none;
  padding: 60px 0;
}
.l-common-voice__headline {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
  padding: 0 16px;
}
.l-common-voice__headline h2 {
  padding: 0 16px;
  font-weight: 500;
}
.l-common-voice__headline br {
  display: none;
}
.l-common-voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 40px;
  margin: auto;
  padding: 0 24px;
  max-width: 1180px;
}
.l-common-voice__item {
  display: flex;
  align-items: end;
}
.l-common-voice__prof {
  margin-right: 16px;
}
.l-common-voice__prof img {
  margin-bottom: 12px;
}
.l-common-voice__prof p {
  white-space: nowrap;
  font-weight: 700;
}
.l-common-voice__text {
  display: flex;
  align-items: center;
  padding: 16px;
  min-height: 164px;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  background: linear-gradient(35deg, #00bcd4 35.01%, #2196f3 99.02%);
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .l-common-voice__headline {
    margin-bottom: 24px;
  }
  .l-common-voice__headline h2 {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .l-common-voice__headline br {
    display: block;
  }
  .l-common-voice__list {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
  .l-common-voice__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .l-common-voice__item:nth-child(even) .l-common-voice__prof {
    margin-right: 0;
    margin-left: 16px;
  }
  .l-common-voice__item:nth-child(even) .l-common-voice__text {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0;
  }
  .l-common-voice__text {
    min-height: auto;
  }
}

.l-common-map {
  background: rgba(33, 150, 243, 0.05);
  margin: 0 auto 80px;
  padding: 80px 0;
}
.l-common-map__map {
  width: 100%;
  height: 600px;
  max-width: 1200px;
  margin: auto;
  background-color: rgba(249, 249, 249, 0.8);
}
.l-common-map__button {
  text-decoration: none;
  cursor: pointer;
  margin: 16px auto;
  max-width: 120px;
  display: block;
  line-height: 56px;
  text-align: center;
  border-radius: 28px;
  color: #fff;
  transition: all 0.25s;
}
.l-common-map__button:hover {
  opacity: 0.8;
  box-shadow: none;
}
.l-common-map__ouchibin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.l-common-map__ouchibin .sub-heading {
  margin-bottom: 24px;
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
}
.l-common-map__ouchibin .img {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
.l-common-map .number-of-stores {
  margin: 0 auto 32px;
  max-width: 480px;
}
.l-common-map .number-of-stores img {
  width: 100%;
}
.l-common-map .logo-clinic {
  margin: 0 auto 40px;
  max-width: 310px;
}
.l-common-map .logo-clinic img {
  width: 100%;
}
.l-common-map .title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.28px;
  margin-block-start: 0;
  margin-block-end: 32px;
  color: #2196f3;
}
.l-common-map .title .title__span1 {
  font-size: 4rem;
}
.l-common-map .title .title__span2 {
  font-size: 4.2rem;
}
.l-common-map .title br {
  display: none;
}
.l-common-map .logo-pharmacy__top {
  text-align: center;
}
.l-common-map .logo-pharmacy__top .separator {
  color: #2196f3;
  font-size: 2.4rem;
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.l-common-map .logo-pharmacy__top .separator::before, .l-common-map .logo-pharmacy__top .separator::after {
  content: "";
  width: 84px;
  height: 1px;
  background: #2196f3;
}
.l-common-map .logo-pharmacy__top .title {
  margin: 24px 0 40px;
}
.l-common-map .logo-pharmacy__top .text {
  display: block;
  font-size: 2.8rem;
  color: #2a3039;
}
.l-common-map .logo-pharmacy__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 1080px;
  padding: 0 8px;
  gap: 32px;
  flex-wrap: wrap;
}
.l-common-map .logo-pharmacy__flex + .logo-pharmacy__flex {
  margin-top: 40px;
}
.l-common-map .logo-pharmacy__flex img {
  width: 17%;
  min-width: 185px;
}
.l-common-map .logo-pharmacy__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 80px;
  max-width: 940px;
}
.l-common-map .logo-pharmacy__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 25%;
}
.l-common-map .logo-pharmacy__item img {
  width: 70%;
}
.l-common-map .l-common-map__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto;
  max-width: 222px;
  height: 48px;
}
.l-common-map .l-common-map__button p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-right: 8px;
}
.l-common-map .note {
  text-align: center;
  color: rgba(42, 48, 57, 0.6);
  line-height: 160%;
  margin: 32px auto;
}
@media only screen and (max-width: 640px) {
  .l-common-map {
    margin: 0 auto 48px;
    padding: 48px 16px;
  }
  .l-common-map__map {
    height: 400px;
  }
  .l-common-map .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
    margin-block-end: 28px;
  }
  .l-common-map .title .title__span1 {
    font-size: 3rem;
  }
  .l-common-map .title .title__span2 {
    font-size: 3.2rem;
  }
  .l-common-map .title br {
    display: block;
  }
  .l-common-map .number-of-stores {
    max-width: 380px;
  }
  .l-common-map .logo-pharmacy__top .separator {
    font-size: 1.8rem;
  }
  .l-common-map .logo-pharmacy__top .text {
    font-size: 2.2rem;
  }
  .l-common-map .logo-pharmacy__flex {
    flex-direction: column;
    max-width: 220px;
  }
  .l-common-map .logo-pharmacy__flex img {
    width: 80%;
    min-width: auto;
  }
  .l-common-map .logo-pharmacy__flex img + img {
    margin-top: 10px;
  }
  .l-common-map .logo-pharmacy__list {
    gap: 5%;
  }
  .l-common-map .logo-pharmacy__item {
    width: 37%;
  }
  .l-common-map .logo-pharmacy__item:nth-child(odd) {
    padding-right: 5px;
  }
  .l-common-map .logo-pharmacy__item:nth-child(even) {
    padding-left: 5px;
  }
  .l-common-map .logo-pharmacy__item img {
    width: 100%;
  }
  .l-common-map .l-common-map__button {
    max-width: 165px;
    height: 37px;
  }
  .l-common-map .l-common-map__button p {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
  }
  .l-common-map .note {
    text-align: left;
    margin: 16px auto;
    padding: 0 4%;
  }
  .l-common-map .l-map__map {
    padding: 0 4%;
    width: 92%;
  }
}

.l-common-faq {
  background: #fff;
  margin: 0 auto 80px;
  padding: 0 16px;
}
.l-common-faq + .supplement {
  display: none;
}
.l-common-faq__btn {
  display: block;
  margin: 0 auto;
  padding: 20px 35px;
  max-width: 260px;
  background-color: #fff;
  border: 1px solid #2196f3;
  border-radius: 40px;
  color: #2196f3;
  text-align: center;
}
.l-common-faq .big-title {
  color: #2196f3;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 40px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
}
.l-common-faq .c-question-list {
  grid-column-gap: 40px;
  grid-row-gap: 0;
  margin: 0 auto 48px;
  max-width: 1200px;
}
.l-common-faq .c-question-list .c-question-list__item {
  min-height: 170px;
  border-top: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px 0;
}
.l-common-faq .c-question-list .c-question-list__item:nth-last-child(1) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-common-faq .c-question-list .c-question-list__item:nth-last-child(2) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-common-faq .c-question-list .c-question-list__item .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 24px;
}
.l-common-faq .c-question-list .c-question-list__item .title span {
  color: #2196f3;
}
.l-common-faq .c-question-list .c-question-list__item .detail {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 640px) {
  .l-common-faq {
    margin: 0 auto 48px;
  }
  .l-common-faq__btn {
    padding: 12px;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .l-common-faq .big-title {
    margin-block-end: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .l-common-faq .c-question-list {
    margin-bottom: 32px;
  }
  .l-common-faq .c-question-list .c-question-list__item {
    min-height: auto;
    padding: 0;
  }
  .l-common-faq .c-question-list .c-question-list__item:nth-last-child(1) {
    border-bottom: 1px solid rgba(42, 48, 57, 0.2);
  }
  .l-common-faq .c-question-list .c-question-list__item:nth-last-child(2) {
    border-bottom: none;
  }
  .l-common-faq .c-question-list .c-question-list__item .title {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 23px;
    padding: 16px 0;
  }
  .l-common-faq .c-question-list .c-question-list__item .title::before {
    height: 1px;
    width: 1px;
  }
  .l-common-faq .c-question-list .c-question-list__item .detail {
    padding: 0 0 16px;
  }
}

.l-common-column {
  display: none;
  background: #F3F4F5;
  padding: 0 16px;
}
.l-common-column__body {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  padding: 80px 16px;
  max-width: 1150px;
}
.l-common-column__list {
  margin-top: 24px;
  padding: 12px 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.l-common-column__item {
  margin-bottom: 12px;
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
}
.l-common-column__item:last-child {
  margin-bottom: 0;
  border: none;
}
.l-common-column__link {
  display: flex;
  align-items: center;
}
.l-common-column__link:hover {
  transition: 0.3s;
  text-decoration: none;
  opacity: 0.7;
}
.l-common-column__tag {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  padding: 12px;
  border-radius: 8px;
  margin-right: 23px;
  color: #fff;
}
.l-common-column__text {
  color: #46362E;
}
.l-common-column__attention {
  font-size: 1.2rem;
  margin-top: 12px;
}
.l-common-column .title {
  margin: 0 auto 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #2196f3;
}
.l-common-column__btn {
  display: block;
  margin: 0 auto;
  padding: 20px 35px;
  max-width: 260px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #2196f3;
  border-radius: 40px;
  color: #2196f3;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .l-common-column__body {
    width: auto;
  }
  .l-common-column__list {
    margin: 0;
  }
  .l-common-column__item {
    margin-bottom: 0;
  }
  .l-common-column__item:last-child {
    border: none;
  }
  .l-common-column__tag {
    margin-right: 12px;
  }
  .l-common-column__dec {
    margin: 67px 0 24px;
  }
  .l-common-column__btn {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
  .l-common-column__btn {
    padding: 12px;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .l-common-column .title {
    margin: 0 auto 24px;
    font-size: 2.4rem;
  }
}

.l-common-outpatients {
  background: linear-gradient(55.52deg, #F2FCFD -6.7%, #F4FAFE 96.79%);
  margin: 0 0 32px;
  padding: 80px 0;
}
.l-common-outpatients:has(+ .l-common-footer) {
  margin-bottom: 0;
}
.l-common-outpatients__headline {
  margin-top: 0;
  margin-bottom: 38px;
  text-align: center;
  font-size: 3.2rem;
  color: #2196f3;
}
.l-common-outpatients__logo {
  margin: 0 auto 40px;
  max-width: 242px;
}
.l-common-outpatients__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  margin: auto;
  margin-bottom: 38px;
  max-width: 790px;
}
.l-common-outpatients__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  transition: 0.2s;
}
.l-common-outpatients__item a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.l-common-outpatients__img {
  margin-bottom: 16px;
  width: 96px;
}
.l-common-outpatients__label {
  font-size: 1.6rem;
  font-weight: 800;
  color: #2196f3;
  text-align: center;
}
.l-common-outpatients__label label {
  cursor: pointer !important;
}
.l-common-outpatients__desc {
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .l-common-outpatients {
    margin: 0;
    padding: 64px 16px 48px;
  }
  .l-common-outpatients:has(+ .l-common-footer) {
    padding-bottom: 64px;
  }
  .l-common-outpatients__headline {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .l-common-outpatients__logo {
    margin-bottom: 30px;
  }
  .l-common-outpatients__list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
  }
  .l-common-outpatients__item {
    margin: 0;
    margin-bottom: 12px;
  }
  .l-common-outpatients__item a {
    padding: 10px 0;
  }
  .l-common-outpatients__desc {
    text-align: left;
  }
}

.l-common-banner {
  display: flex;
  justify-content: center;
  margin: 64px 0;
  padding: 0 16px;
}
.l-common-banner img {
  max-width: 720px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .l-common-banner {
    margin: 32px 0;
  }
}

.l-common-about {
  padding: 48px 0;
}
.l-common-about__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
}
.l-common-about__inner:before {
  position: absolute;
  z-index: 0;
  content: "";
  background-color: rgba(33, 150, 243, 0.05);
  border-radius: 4px;
  display: block;
  bottom: 0;
  top: 0;
  left: 40px;
  right: 0;
}
.l-common-about__inner .image {
  position: relative;
  z-index: 1;
}
.l-common-about__inner .image img {
  width: 100%;
  border-radius: 4px;
}
.l-common-about__inner .content {
  position: relative;
  z-index: 1;
  color: #2196f3;
  padding: 0px;
  padding-left: 60px;
  padding-right: 44px;
}
.l-common-about__inner .content .subtitle {
  font-size: 1.6rem;
  margin: 0 auto 0.5em;
}
.l-common-about__inner .content .title {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 auto 12px;
}
.l-common-about__inner .content .details {
  color: #2196f3;
}
.l-common-about__inner .content .details a {
  color: #2196f3;
  font-weight: bold;
}
@media only screen and (max-width: 1040px) {
  .l-common-about {
    margin-bottom: 40px;
    padding: 0;
  }
  .l-common-about__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .l-common-about__inner:before {
    left: 0;
  }
  .l-common-about__inner .content {
    padding: 0;
  }
  .l-common-about__inner .content .title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .l-common-about__inner .content .title br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .l-common-about {
    padding: 0 16px;
  }
  .l-common-about__inner {
    padding: 16px;
  }
  .l-common-about__inner .content {
    padding: 0;
  }
}

.l-common-footer {
  height: 64px;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer {
    height: auto;
  }
}
.l-common-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  font-size: 1.4rem;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner {
    grid-template-columns: 1fr;
    padding: 20px 8px;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
}
.l-common-footer__inner a {
  text-decoration: none;
  color: #2196f3;
}
.l-common-footer__inner .logo {
  color: rgba(42, 48, 57, 0.4);
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner .logo {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
}
.l-common-footer__inner .logo a {
  height: 100%;
}
.l-common-footer__inner .logo img {
  max-width: 132px;
  margin-right: 8px;
}
.l-common-footer__inner .links {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner .links {
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
  }
}
.l-common-footer__inner .links li {
  margin: 0 16px;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner .links li {
    display: inline-block;
    margin: auto;
    margin-bottom: 12px;
    line-height: 1.6em;
  }
}
.l-common-footer__inner .copyright {
  color: rgba(42, 48, 57, 0.4);
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner .copyright {
    text-align: center;
  }
}

html {
  font-size: 62.5%;
}

ul {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

@media only screen and (max-width: 640px) {
  .l-header {
    padding: 0 16px;
  }
}
.l-header__inner {
  margin-top: 10px;
  height: 540px;
  max-width: 1200px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  padding: 0 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .l-header__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    height: auto;
    margin-top: 30px;
    padding: 0;
    background-image: none !important;
  }
}
.l-header__inner .mobile-visual {
  display: none;
}
@media only screen and (max-width: 640px) {
  .l-header__inner .mobile-visual {
    display: block;
    width: 100%;
  }
}

.l-about {
  padding: 48px 0;
}
@media only screen and (max-width: 1040px) {
  .l-about {
    padding: 0;
  }
}
.l-about__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.l-about__inner:before {
  position: absolute;
  z-index: 0;
  content: "";
  background-color: rgba(33, 150, 243, 0.05);
  border-radius: 4px;
  display: block;
  bottom: 0;
  top: 0;
  left: 40px;
  right: 0;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner:before {
    left: 0;
  }
}
.l-about__inner .image {
  position: relative;
  z-index: 1;
}
.l-about__inner .image img {
  width: 100%;
  border-radius: 4px;
}
.l-about__inner .content {
  position: relative;
  z-index: 1;
  color: #2196f3;
  padding: 0 64px;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner .content {
    padding: 0;
  }
}
.l-about__inner .content .subtitle {
  font-size: 1.6rem;
  margin: 0 auto 0.5em;
}
.l-about__inner .content .title {
  font-size: 3.2rem;
  margin: 8px auto;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner .content .title {
    font-size: 2rem;
    margin: 4px auto 16px;
  }
  .l-about__inner .content .title br {
    display: none;
  }
}
.l-about__inner .content .details {
  color: #2196f3;
}
.l-about__inner .content .details a {
  color: #2196f3;
  font-weight: bold;
}

.l-nav__inner .buttons .btn-default {
  text-shadow: none;
  box-shadow: none;
  width: 198px;
  height: 46px;
}
@media only screen and (max-width: 640px) {
  .l-nav__inner .buttons .btn-default {
    width: 142px;
    height: 32px;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.top-bottom-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0 11px;
  background: #fff;
  box-shadow: 0px -7px 20px rgba(0, 0, 0, 0.11);
  position: fixed;
  bottom: 0;
  z-index: 100;
  transition: 0.5s;
}
.top-bottom-menu .content {
  max-width: 451px;
  margin: auto;
}
.top-bottom-menu .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 451px;
  height: 59px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  border-radius: 100px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.top-bottom-menu .content a p {
  margin-right: 3%;
}
.top-bottom-menu .content a i {
  opacity: 0.92;
}
.top-bottom-menu .content a:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
  opacity: 0.6;
}
.top-bottom-menu .content a:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.top-bottom-menu .content .attention {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .top-bottom-menu .content {
    padding: 0 4%;
  }
  .top-bottom-menu .content a {
    width: 100%;
    height: 43px;
  }
}

.top-thema {
  max-width: 980px;
  margin: 62px auto;
}
.top-thema .row {
  background: #2196f3;
  border-radius: 10px;
  padding: 22px 0;
  color: #fff;
  position: relative;
}
.top-thema .row::before {
  content: "";
  border-top: 50px solid #2196f3;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 46%;
  z-index: -1;
}
.top-thema .row p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.03em;
}
.top-thema .row span:nth-child(1) {
  font-size: 6.8rem;
  margin-right: 2px;
  font-weight: 700;
  line-height: 60px;
}
.top-thema .row span:nth-child(2) {
  font-size: 4rem;
  margin-right: 9px;
  font-weight: 700;
}
.top-thema .row span:nth-child(3) {
  font-size: 6.8rem;
  margin: 0 7px 0 20px;
  font-weight: 700;
  line-height: 66px;
}
.top-thema .note {
  font-weight: 500;
  font-size: 3.4rem;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  color: #2196f3;
  max-width: 710px;
  margin: 61px auto 28px;
}
.top-thema .note::before {
  content: "";
  width: 13px;
  height: 27px;
  border-left: 4px solid #FCCE5A;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 6px;
  left: 0;
}
.top-thema .note::after {
  content: "";
  width: 13px;
  height: 27px;
  border-left: 4px solid #FCCE5A;
  transform: rotate(45deg);
  position: absolute;
  bottom: -2px;
  right: 0;
}
.top-thema .list {
  width: 100%;
  padding: 1px;
  border-radius: 10px;
}
.top-thema .list .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 19px 0;
  margin: auto;
  border-radius: 10px;
}
.top-thema .list li {
  display: flex;
  align-items: center;
  color: #2196f3;
}
.top-thema .list li:first-child {
  margin-right: 47px;
}
.top-thema .list li img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 14px;
}
.top-thema .list li p {
  font-size: 3.8rem;
}
@media only screen and (max-width: 640px) {
  .top-thema {
    margin: 20px auto;
    padding: 0 4%;
  }
  .top-thema .row {
    padding: 11px 0;
  }
  .top-thema .row::before {
    content: "";
    border-top: 20px solid #2196f3;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 46%;
    z-index: -1;
  }
  .top-thema .row p {
    font-size: 1.6rem;
  }
  .top-thema .row span:nth-child(1) {
    font-size: 3.2rem;
    margin-right: 4px;
    line-height: 33px;
  }
  .top-thema .row span:nth-child(2) {
    font-size: 1.8rem;
    margin-right: 4px;
  }
  .top-thema .row span:nth-child(3) {
    font-size: 2.4rem;
    margin: 0 7px 0;
    line-height: 25px;
  }
  .top-thema .note {
    font-size: 1.4rem;
    margin: 33px auto 20px;
    padding: 0 4%;
  }
  .top-thema .note::before {
    width: 13px;
    height: 23px;
    border-left: 2px solid #FCCE5A;
    left: 6%;
    bottom: -2px;
  }
  .top-thema .note::after {
    width: 13px;
    height: 23px;
    border-left: 2px solid #FCCE5A;
    right: 3%;
    bottom: -11px;
  }
  .top-thema .list .contents {
    padding: 13px 14px;
    justify-content: space-between;
  }
  .top-thema .list li:first-child {
    margin-right: 0;
  }
  .top-thema .list li img {
    width: 28px;
    height: 28px;
    margin-right: 4px;
  }
  .top-thema .list li p {
    font-size: 1.4rem;
    font-weight: 800;
  }
}

.top-schedule {
  max-width: 980px;
  margin: 0 auto 62px;
}
.top-schedule .wrap {
  width: 100%;
  padding: 1px;
  border-radius: 10px;
}
.top-schedule .contents {
  width: 100%;
  padding: 20px 0;
  padding-bottom: 0.2px;
  background: #fff;
  border-radius: 10px;
}
.top-schedule .contents ul {
  max-width: 462px;
  margin: 0 auto 24px;
  display: flex;
  font-size: 1.6rem;
  padding-bottom: 15px;
  position: relative;
}
.top-schedule .contents ul::before {
  content: "";
  width: 125px;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-schedule .contents ul:last-child {
  padding-bottom: 0;
}
.top-schedule .contents ul:last-child::before {
  content: "";
  border-bottom: 0px solid #eee;
}
.top-schedule .contents ul .label {
  width: 28%;
  margin-right: 2%;
  font-weight: 700;
}
.top-schedule .contents ul .row {
  display: flex;
  width: 70%;
}
.top-schedule .contents ul .row p {
  margin-right: 11px;
}
.top-schedule .contents ul .row p:last-child {
  margin-right: 0;
}
.top-schedule .contents ul .group {
  width: 70%;
}
.top-schedule .contents ul .group p {
  margin-bottom: 8px;
}
.top-schedule .contents ul .group span {
  display: block;
  font-size: 1.2rem;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .top-schedule {
    padding: 0 4%;
  }
  .top-schedule .contents ul {
    max-width: 342px;
    margin: 0 auto 24px;
    font-size: 1.2rem;
    padding-bottom: 12px;
  }
}

.top-contents {
  background: linear-gradient(55.52deg, #F2FCFD -6.7%, #F4FAFE 96.79%);
  padding: 62px 0;
}
.top-contents ul {
  max-width: 772px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.top-contents ul li {
  text-align: center;
}
.top-contents ul li:first-child {
  margin-right: 62px;
}
.top-contents ul li .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-contents ul li .title img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-right: 12px;
}
.top-contents ul li .title p {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  color: #2196f3;
  line-height: 0;
}
.top-contents ul li .catch {
  margin: auto;
  width: 90%;
  height: 183px;
  object-fit: contain;
  margin: 42px auto 18px;
}
.top-contents ul li .label {
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom: 42px;
}
.top-contents ul li .note {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .top-contents {
    padding: 62px 4%;
  }
  .top-contents ul {
    display: block;
  }
  .top-contents ul li:first-child {
    margin: 0 0 62px 0;
  }
}

.top-service {
  padding: 62px 0;
}
.top-service .big-title {
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 28px;
  color: #fff;
}
.top-service .tabs {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.top-service .tab-item {
  display: flex;
  align-items: center;
  padding: 28px 0;
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  transition: 0.2s;
  opacity: 0.5;
  background-color: #fff;
}
.top-service .tab-item:hover {
  opacity: 0.75;
}
.top-service .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-service .title-wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 19px;
}
.top-service .title-wrap p {
  font-size: 2.4rem;
  line-height: 0;
}
.top-service .tab-content {
  height: 0;
  overflow: hidden;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  background-color: #fff;
}
.top-service #clinic:checked ~ #clinic-content,
.top-service #conslt:checked ~ #conslt-content {
  display: block;
  height: auto;
}
.top-service .tabs input:checked + .tab-item {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .top-service {
    padding: 42px 0;
  }
  .top-service .tabs {
    padding: 0 4%;
  }
  .top-service .tab-item {
    padding: 12px 0;
    border-radius: 8px 8px 0 0;
  }
  .top-service .title-wrap img {
    width: 28px;
    height: 28px;
    margin-right: 4px;
  }
  .top-service .title-wrap p {
    font-size: 1.2rem;
  }
  .top-service .tab-content {
    padding: 0 17px 0;
    border-radius: 0 0 8px 8px;
  }
}

input[name=tab-item] {
  display: none;
}

.top-service-step {
  margin: 69px 0;
}
.top-service-step .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 39px;
  text-align: center;
}
.top-service-step__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 77px;
}
.top-service-step__item {
  width: 30%;
  list-style: none;
  margin-right: 5%;
}
.top-service-step__item:nth-child(3n) {
  margin-right: 0;
}
.top-service-step__item:nth-child(1) {
  margin-bottom: 82px;
}
.top-service-step__item:nth-child(2) {
  margin-bottom: 82px;
}
.top-service-step__item:nth-child(3) {
  margin-bottom: 82px;
}
.top-service-step__item-step {
  font-size: 2.4rem;
  margin-bottom: 18px;
  color: #2196f3;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
}
.top-service-step__item-step span {
  font-weight: 500;
  font-size: 1.8rem;
}
.top-service-step__item-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-bottom: 18px;
}
.top-service-step__item-title {
  font-weight: 500;
  font-size: 1.6rem;
}
.top-service-step__item-text {
  margin-top: 12px;
  line-height: 26px;
}
.top-service-step__item-text span {
  font-weight: 800;
}
.top-service-step__item-memo-wrap {
  margin-top: 18px;
  background-color: rgba(33, 150, 243, 0.08);
  border-radius: 8px;
  font-size: 1.2rem;
  color: #2196f3;
  line-height: 21px;
  padding: 11px 16px;
}
.top-service-step__after-wrap {
  margin: 56px 77px 0;
  color: #fff;
  text-align: center;
  padding-bottom: 61px;
}
.top-service-step__after-img {
  display: block;
  width: 40px;
  margin: auto;
  padding-top: 44px;
  z-index: 2;
  position: sticky;
}
.top-service-step__after-title {
  font-weight: 800;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.top-service-step__after-title::before {
  content: "";
  width: 188px;
  height: 188px;
  border-radius: 200px;
  background-color: #2196f3;
  position: absolute;
  z-index: -1;
  top: -92px;
  left: 0;
  right: 0;
  margin: auto;
}
.top-service-step__after-subtitle {
  font-weight: 400;
  font-size: 1.6rem;
  z-index: 2;
  position: sticky;
  margin-top: 8px;
}
.top-service-step__after-text {
  border-radius: 10px;
  background-color: rgba(33, 150, 243, 0.6);
  padding: 86px 110px 32px;
  margin-top: -31px;
}
.top-service-step__after-text p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.top-service-step__after-text span {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.top-service-step .memo {
  max-width: 517px;
  margin: 19px auto 0;
}
.top-service-step .memo:last-child {
  margin-top: 62px;
}
.top-service-step .memo:last-child .title {
  margin-bottom: 24px;
}
.top-service-step .memo .title {
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0;
}
.top-service-step .memo .subtitle {
  font-size: 1.6rem;
  margin: 12px 0 24px;
  text-align: center;
}
.top-service-step .memo .subtitle br {
  display: none;
}
.top-service-step .memo .one {
  max-width: 345px;
  margin: auto;
}
.top-service-step .memo ul li {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}
.top-service-step .memo ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2196f3;
  border-radius: 100px;
  position: absolute;
  left: 0;
}
.top-service-step .memo ul li p {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.top-service-step .memo ul li span {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .top-service-step {
    margin: 42px 0 0;
  }
  .top-service-step .title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .top-service-step__list {
    display: none;
  }
  .top-service-step__after-wrap {
    margin: 22px 0 0;
    padding-bottom: 62px;
  }
  .top-service-step__after-title {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 20px;
  }
  .top-service-step__after-title::before {
    width: 144px;
    height: 144px;
    top: -75px;
  }
  .top-service-step__after-subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 21px;
    margin-top: 8px;
  }
  .top-service-step__after-text {
    padding: 73px 7% 23px;
    margin-top: -48px;
    text-align: left;
  }
  .top-service-step__after-text p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.1rem;
  }
  .top-service-step__after-text p br {
    display: none;
  }
  .top-service-step__item {
    width: 100%;
    margin-right: 0;
  }
  .top-service-step__item:nth-child(3n) {
    margin-right: 0;
  }
  .top-service-step__item:nth-child(1) {
    margin-bottom: 0;
  }
  .top-service-step__item:nth-child(2) {
    margin-bottom: 0;
  }
  .top-service-step__item:nth-child(3) {
    margin-bottom: 0;
  }
  .top-service-step__item-img {
    margin-bottom: 8px;
  }
  .top-service-step__item-title {
    font-size: 1.4rem;
  }
  .top-service-step__item-text {
    font-size: 1.2rem;
    line-height: 21px;
  }
  .top-service-step__item-memo-wrap {
    font-size: 1rem;
    padding: 6px 8px;
    margin-top: 10px;
  }
}
.top-service-step .memo {
  margin: 0 auto;
}
.top-service-step .memo:last-child {
  margin-top: 32px;
}
.top-service-step .memo:last-child .title {
  margin-bottom: 12px;
}
.top-service-step .memo .title {
  font-size: 1.8rem;
}
.top-service-step .memo .subtitle {
  font-size: 1.2rem;
  line-height: 1.8em;
}
.top-service-step .memo .subtitle br {
  display: block;
}
.top-service-step .memo ul li::before {
  left: 0;
}
.top-service-step .memo ul li p {
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.top-service-step .memo ul li span {
  font-size: 1rem;
}

.top-service-slider {
  display: none;
}
@media only screen and (max-width: 640px) {
  .top-service-slider {
    display: block;
  }
  .top-service-slider.slick-dotted.slick-slider {
    margin-bottom: 134px;
  }
  .top-service-slider__btn-group {
    display: flex;
    justify-content: center;
  }
  .top-service-slider__btn {
    padding: 14px 24px;
    border: 1px solid #2196F3;
    border-radius: 100px;
    color: #2196F3;
    margin: 0 9px 32px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .top-service-slider__btn:hover, .top-service-slider__btn.active {
    background-color: #2196F3;
    color: #fff;
  }
  .top-service-slider__box {
    display: flex !important;
    flex-flow: column;
    align-items: center;
  }
  .top-service-slider__img {
    margin-bottom: 16px;
  }
  .top-service-slider__name {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #2196F3;
  }
  .top-service-slider .slick-arrow {
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(0.34deg, #2196f3 35.01%, #00bcd4 99.02%);
    text-align: center;
    padding: 9px 0;
    bottom: -120px;
    top: auto;
  }
  .top-service-slider .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -14px;
  }
  .top-service-slider .slick-next {
    right: 30%;
  }
  .top-service-slider .slick-next::before {
    max-width: 24px;
    background: url(./img/_clinic/hayfever/step/next.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .top-service-slider .slick-prev {
    left: 30%;
  }
  .top-service-slider .slick-prev::before {
    max-width: 24px;
    background: url(./img/_clinic/hayfever/step/prev.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .top-service-slider .slick-dots {
    bottom: -29px;
  }
  .top-service-slider .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 4px;
  }
  .top-service-slider .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .top-service-slider .slick-dots li button:before {
    opacity: 0.2;
    background: #2a3039;
    border-radius: 100%;
    font-size: 0;
    height: 10px;
    width: 10px;
  }
  .top-service-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  }
}

.top-outpatients {
  background: linear-gradient(55.52deg, #F2FCFD -6.7%, #F4FAFE 96.79%);
  margin: 80px 0;
  padding: 80px 0;
}
.top-outpatients:has(+ .l-footer) {
  margin-bottom: 0;
}
.top-outpatients__headline {
  margin-top: 0;
  margin-bottom: 38px;
  text-align: center;
  font-size: 3.2rem;
  color: #2196f3;
}
.top-outpatients__logo {
  margin: 0 auto 40px;
  max-width: 242px;
}
.top-outpatients__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  margin: auto;
  margin-bottom: 38px;
  max-width: 790px;
}
.top-outpatients__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  transition: 0.2s;
}
.top-outpatients__item a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.top-outpatients__img {
  margin-bottom: 16px;
}
.top-outpatients__label {
  font-size: 1.6rem;
  font-weight: 800;
  color: #2196f3;
  text-align: center;
}
.top-outpatients__label label {
  cursor: pointer !important;
}
.top-outpatients__desc {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .top-outpatients {
    margin: 55px 0;
    padding: 64px 16px 48px;
  }
  .top-outpatients:has(+ .l-footer) {
    padding-bottom: 64px;
  }
  .top-outpatients__headline {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .top-outpatients__logo {
    margin-bottom: 30px;
  }
  .top-outpatients__list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
  }
  .top-outpatients__item {
    margin: 0;
    margin-bottom: 12px;
  }
  .top-outpatients__item a {
    padding: 10px 0;
  }
  .top-outpatients__desc {
    text-align: left;
  }
}

.top-voice {
  padding-bottom: 60px;
}
.top-voice__headline {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
  padding: 0 16px;
}
.top-voice__headline h2 {
  padding: 0 16px;
  font-weight: 500;
}
.top-voice__headline br {
  display: none;
}
.top-voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 40px;
  margin: auto;
  padding: 0 24px;
  max-width: 900px;
}
.top-voice__item {
  display: flex;
  align-items: end;
}
.top-voice__prof {
  margin-right: 16px;
}
.top-voice__prof img {
  margin-bottom: 12px;
}
.top-voice__prof p {
  white-space: nowrap;
  font-weight: 700;
}
.top-voice__text {
  display: flex;
  align-items: center;
  padding: 16px;
  min-height: 164px;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  background: linear-gradient(35deg, #00bcd4 35.01%, #2196f3 99.02%);
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .top-voice__headline {
    margin-bottom: 24px;
  }
  .top-voice__headline h2 {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .top-voice__headline br {
    display: block;
  }
  .top-voice__list {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
  .top-voice__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top-voice__item:nth-child(even) .top-voice__prof {
    margin-right: 0;
    margin-left: 16px;
  }
  .top-voice__item:nth-child(even) .top-voice__text {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0;
  }
  .top-voice__text {
    min-height: auto;
  }
}

.top-comment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  align-items: center;
  margin: 80px auto;
  padding: 0 24px;
  max-width: 1200px;
}
.top-comment__img img {
  width: 100%;
}
.top-comment__text h2 {
  margin: 32px 0;
  font-size: 3.2rem;
  color: #2196f3;
}
.top-comment__text br {
  display: none;
}
.top-comment__text p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.top-comment__text span {
  margin: 32px 0;
  font-size: 3.2rem;
}
.top-comment__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 311px;
  height: 59px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  background-blend-mode: multiply, normal;
  border-radius: 100px;
  color: #fff;
}
.top-comment__button a:hover {
  transition: 0.3s;
  text-decoration: none;
  opacity: 0.6;
}
.top-comment__button p {
  margin: 0;
  margin-right: 3%;
}
@media only screen and (max-width: 640px) {
  .top-comment {
    grid-template-columns: 1fr;
    margin: 4px 0 32px;
  }
  .top-comment__text br {
    display: block;
  }
  .top-comment__button a {
    margin: auto;
    font-size: 1.6rem;
  }
}

.start .l-common-outpatients__list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 640px) {
  .start .l-common-outpatients__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.sukimajikan {
  max-width: 1180px;
  margin: 40px auto;
}

.sukimajikan__img {
  width: 100%;
}